Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 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-ssh13525280569154910250.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-ssh16381383601670393985.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-ssh13828771211898461731.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-ssh2353451747908588839.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-ssh12213144694006005057.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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-6544 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/883 [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/883 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b (main) Commit message: "Merge pull request #5223 from judehung/fix-sonarqube-fail" > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b # timeout=10 > git rev-list --no-walk 42a8eb0064d9f16ac9890d7cf810cdf4dc85832c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-08-08T09:42:34.113Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-08-08T09:42:34.171Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-08-08T09:42:34.199Z] ========================================================= [2025-08-08T09:42:34.199Z] EdgeX Global Pipelines Version Info [2025-08-08T09:42:34.199Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-08-08T09:42:35.277Z] ------------------- [2025-08-08T09:42:35.277Z] stable info: [2025-08-08T09:42:35.277Z] ------------------- [2025-08-08T09:42:35.277Z] Commited By: Cherry Wang cherry@iotechsys.com [2025-08-08T09:42:35.277Z] Commit SHA: 056ae7b86453181957306e7078512cbe12174832 [2025-08-08T09:42:35.277Z] Message: update stable to v1.0.276 [2025-08-08T09:42:35.845Z] ------------------- [2025-08-08T09:42:35.845Z] experimental info: [2025-08-08T09:42:35.845Z] ------------------- [2025-08-08T09:42:35.845Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-08-08T09:42:35.845Z] Commit SHA: 056ae7b86453181957306e7078512cbe12174832 [2025-08-08T09:42:35.845Z] Message: update experimental to v1.0.276 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-08-08T09:42:35.923Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2025-08-08T09:42:35.940Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2025-08-08T09:42:35.963Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-08-08T09:42:35.986Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-08-08T09:42:36.010Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-08-08T09:42:36.034Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-08-08T09:42:36.065Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-08-08T09:42:36.084Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2025-08-08T09:42:36.102Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2025-08-08T09:42:36.126Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2025-08-08T09:42:36.147Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-08-08T09:42:36.166Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-08-08T09:42:36.190Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-08-08T09:42:36.212Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-08-08T09:42:36.233Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-08-08T09:42:36.256Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-08-08T09:42:36.277Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-08-08T09:42:36.299Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-08-08T09:42:36.323Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2025-08-08T09:42:36.344Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo [2025-08-08T09:42:36.366Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-08-08T09:42:36.386Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-08-08T09:42:36.406Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-08-08T09:42:36.428Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-08-08T09:42:36.454Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-08-08T09:42:36.475Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-08-08T09:42:36.494Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] echo [2025-08-08T09:42:36.517Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3ea04a6 [Pipeline] echo [2025-08-08T09:42:36.539Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-08T09:42:36.602Z] provisioning config files... [2025-08-08T09:42:36.615Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/883@tmp/config6539047047757593675tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-08T09:42:36.941Z] ---> ****-login.sh [2025-08-08T09:42:36.941Z] nexus3.edgexfoundry.org:10001 [2025-08-08T09:42:36.941Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-08T09:42:37.203Z] [2025-08-08T09:42:37.203Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-08T09:42:37.203Z] Configure a credential helper to remove this warning. See [2025-08-08T09:42:37.203Z] https://docs.****.com/go/credential-store/ [2025-08-08T09:42:37.203Z] [2025-08-08T09:42:37.203Z] Login Succeeded [2025-08-08T09:42:37.203Z] nexus3.edgexfoundry.org:10002 [2025-08-08T09:42:37.203Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-08T09:42:37.203Z] [2025-08-08T09:42:37.203Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-08T09:42:37.203Z] Configure a credential helper to remove this warning. See [2025-08-08T09:42:37.203Z] https://docs.****.com/go/credential-store/ [2025-08-08T09:42:37.203Z] [2025-08-08T09:42:37.203Z] Login Succeeded [2025-08-08T09:42:37.203Z] nexus3.edgexfoundry.org:10003 [2025-08-08T09:42:37.463Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-08T09:42:37.463Z] [2025-08-08T09:42:37.464Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-08T09:42:37.464Z] Configure a credential helper to remove this warning. See [2025-08-08T09:42:37.464Z] https://docs.****.com/go/credential-store/ [2025-08-08T09:42:37.464Z] [2025-08-08T09:42:37.464Z] Login Succeeded [2025-08-08T09:42:37.464Z] nexus3.edgexfoundry.org:10004 [2025-08-08T09:42:37.464Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-08T09:42:37.464Z] [2025-08-08T09:42:37.464Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-08T09:42:37.464Z] Configure a credential helper to remove this warning. See [2025-08-08T09:42:37.464Z] https://docs.****.com/go/credential-store/ [2025-08-08T09:42:37.464Z] [2025-08-08T09:42:37.464Z] Login Succeeded [2025-08-08T09:42:37.464Z] ****.io [2025-08-08T09:42:37.464Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-08T09:42:37.724Z] [2025-08-08T09:42:37.724Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-08T09:42:37.724Z] Configure a credential helper to remove this warning. See [2025-08-08T09:42:37.724Z] https://docs.****.com/go/credential-store/ [2025-08-08T09:42:37.724Z] [2025-08-08T09:42:37.724Z] Login Succeeded [2025-08-08T09:42:37.724Z] ---> ****-login.sh ends [Pipeline] } [2025-08-08T09:42:37.732Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-08-08T09:42:38.051Z] + 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-08-08T09:42:38.051Z] + dirname cmd/core-command/Dockerfile [2025-08-08T09:42:38.051Z] + cut -d/ -f2 [2025-08-08T09:42:38.051Z] + echo core-command,cmd/core-command/Dockerfile [2025-08-08T09:42:38.051Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2025-08-08T09:42:38.051Z] + cut -d/ -f2 [2025-08-08T09:42:38.051Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2025-08-08T09:42:38.051Z] + dirname cmd/core-data/Dockerfile [2025-08-08T09:42:38.051Z] + cut -d/ -f2 [2025-08-08T09:42:38.051Z] + echo core-data,cmd/core-data/Dockerfile [2025-08-08T09:42:38.051Z] + dirname cmd/core-keeper/Dockerfile [2025-08-08T09:42:38.051Z] + cut -d/ -f2 [2025-08-08T09:42:38.051Z] + echo core-keeper,cmd/core-keeper/Dockerfile [2025-08-08T09:42:38.051Z] + dirname cmd/core-metadata/Dockerfile [2025-08-08T09:42:38.051Z] + cut -d/ -f2 [2025-08-08T09:42:38.051Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2025-08-08T09:42:38.051Z] + dirname cmd/security-bootstrapper/Dockerfile [2025-08-08T09:42:38.051Z] + cut -d/ -f2 [2025-08-08T09:42:38.051Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2025-08-08T09:42:38.051Z] + dirname cmd/security-proxy-auth/Dockerfile [2025-08-08T09:42:38.051Z] + cut -d/ -f2 [2025-08-08T09:42:38.051Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2025-08-08T09:42:38.051Z] + dirname cmd/security-proxy-setup/Dockerfile [2025-08-08T09:42:38.051Z] + cut -d/ -f2 [2025-08-08T09:42:38.051Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2025-08-08T09:42:38.051Z] + dirname cmd/security-secretstore-setup/Dockerfile [2025-08-08T09:42:38.051Z] + cut -d/ -f2 [2025-08-08T09:42:38.051Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2025-08-08T09:42:38.051Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2025-08-08T09:42:38.051Z] + cut -d/ -f2 [2025-08-08T09:42:38.051Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2025-08-08T09:42:38.051Z] + dirname cmd/security-spire-agent/Dockerfile [2025-08-08T09:42:38.051Z] + cut -d/ -f2 [2025-08-08T09:42:38.051Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2025-08-08T09:42:38.051Z] + dirname cmd/security-spire-config/Dockerfile [2025-08-08T09:42:38.051Z] + cut -d/ -f2 [2025-08-08T09:42:38.051Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2025-08-08T09:42:38.051Z] + dirname cmd/security-spire-server/Dockerfile [2025-08-08T09:42:38.051Z] + cut -d/ -f2 [2025-08-08T09:42:38.051Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2025-08-08T09:42:38.051Z] + dirname cmd/support-notifications/Dockerfile [2025-08-08T09:42:38.051Z] + cut -d/ -f2 [2025-08-08T09:42:38.051Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2025-08-08T09:42:38.051Z] + dirname cmd/support-scheduler/Dockerfile [2025-08-08T09:42:38.051Z] + cut -d/ -f2 [2025-08-08T09:42:38.051Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2025-08-08T09:42:38.089Z] 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-08-08T09:42:38.450Z] + git rev-list -1 --merges 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b~1..3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] echo [2025-08-08T09:42:38.463Z] -----------> git rev-list -1 --merges 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b~1..3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:42:38.463Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [false] [Pipeline] sh [2025-08-08T09:42:38.760Z] + git log --format=format:%s -1 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] echo [2025-08-08T09:42:38.776Z] ========================================================= [2025-08-08T09:42:38.776Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-08-08T09:42:38.776Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2025-08-08T09:42:39.211Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-08-08T09:42:39.211Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-08-08T09:42:39.211Z] + [ -e /tmp/ssh_known_hosts ] [2025-08-08T09:42:39.211Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-08-08T09:42:39.211Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-08-08T09:42:39.211Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-08-08T09:42:39.211Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:42:39.631Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-08T09:42:39.631Z] [2025-08-08T09:42:39.631Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:42:39.940Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-08T09:42:39.940Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-08-08T09:42:39.940Z] 3dae71ba6b94: Pulling fs layer [2025-08-08T09:42:39.940Z] 6bf1a483ea7c: Pulling fs layer [2025-08-08T09:42:39.940Z] f5dfc541a4d3: Pulling fs layer [2025-08-08T09:42:39.940Z] 461d9e800cba: Pulling fs layer [2025-08-08T09:42:39.940Z] 80192f66455f: Pulling fs layer [2025-08-08T09:42:39.940Z] 2e8e34ca0e6c: Pulling fs layer [2025-08-08T09:42:39.940Z] a29436f7fd5d: Pulling fs layer [2025-08-08T09:42:39.940Z] 923cac83aea3: Pulling fs layer [2025-08-08T09:42:39.940Z] 25ad8b0a4227: Pulling fs layer [2025-08-08T09:42:39.940Z] 2e8e34ca0e6c: Waiting [2025-08-08T09:42:39.940Z] 461d9e800cba: Waiting [2025-08-08T09:42:39.940Z] db01528c6b51: Pulling fs layer [2025-08-08T09:42:39.940Z] 28988de357af: Pulling fs layer [2025-08-08T09:42:39.940Z] 80192f66455f: Waiting [2025-08-08T09:42:39.940Z] 923cac83aea3: Waiting [2025-08-08T09:42:39.940Z] a29436f7fd5d: Waiting [2025-08-08T09:42:39.940Z] 25ad8b0a4227: Waiting [2025-08-08T09:42:39.940Z] 28988de357af: Waiting [2025-08-08T09:42:39.940Z] 6bf1a483ea7c: Verifying Checksum [2025-08-08T09:42:39.940Z] 6bf1a483ea7c: Download complete [2025-08-08T09:42:39.940Z] 461d9e800cba: Verifying Checksum [2025-08-08T09:42:39.940Z] 461d9e800cba: Download complete [2025-08-08T09:42:39.940Z] 80192f66455f: Verifying Checksum [2025-08-08T09:42:39.940Z] 80192f66455f: Download complete [2025-08-08T09:42:40.200Z] f5dfc541a4d3: Verifying Checksum [2025-08-08T09:42:40.200Z] f5dfc541a4d3: Download complete [2025-08-08T09:42:40.200Z] 3dae71ba6b94: Verifying Checksum [2025-08-08T09:42:40.200Z] 3dae71ba6b94: Download complete [2025-08-08T09:42:40.200Z] 923cac83aea3: Verifying Checksum [2025-08-08T09:42:40.200Z] 923cac83aea3: Download complete [2025-08-08T09:42:40.468Z] 25ad8b0a4227: Verifying Checksum [2025-08-08T09:42:40.468Z] 25ad8b0a4227: Download complete [2025-08-08T09:42:40.468Z] db01528c6b51: Verifying Checksum [2025-08-08T09:42:40.468Z] db01528c6b51: Download complete [2025-08-08T09:42:40.468Z] 28988de357af: Verifying Checksum [2025-08-08T09:42:40.468Z] 28988de357af: Download complete [2025-08-08T09:42:40.726Z] a29436f7fd5d: Verifying Checksum [2025-08-08T09:42:40.726Z] a29436f7fd5d: Download complete [2025-08-08T09:42:40.985Z] 2e8e34ca0e6c: Verifying Checksum [2025-08-08T09:42:40.985Z] 2e8e34ca0e6c: Download complete [2025-08-08T09:42:41.919Z] 3dae71ba6b94: Pull complete [2025-08-08T09:42:41.919Z] 6bf1a483ea7c: Pull complete [2025-08-08T09:42:42.861Z] f5dfc541a4d3: Pull complete [2025-08-08T09:42:42.861Z] 461d9e800cba: Pull complete [2025-08-08T09:42:42.861Z] 80192f66455f: Pull complete [2025-08-08T09:42:47.065Z] 2e8e34ca0e6c: Pull complete [2025-08-08T09:42:47.633Z] a29436f7fd5d: Pull complete [2025-08-08T09:42:47.633Z] 923cac83aea3: Pull complete [2025-08-08T09:42:47.892Z] 25ad8b0a4227: Pull complete [2025-08-08T09:42:47.892Z] db01528c6b51: Pull complete [2025-08-08T09:42:47.892Z] 28988de357af: Pull complete [2025-08-08T09:42:47.892Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-08-08T09:42:47.892Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-08T09:42:47.892Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-08T09:42:48.025Z] prd-ubuntu20.04-docker-8c-8g-6544 does not seem to be running inside a container [2025-08-08T09:42:48.046Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/883 -v /w/workspace/edgex-go/883:/w/workspace/edgex-go/883:rw,z -v /w/workspace/edgex-go/883@tmp:/w/workspace/edgex-go/883@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-08-08T09:42:49.818Z] $ docker top 04bc67d89b5b846fd0cffa693243818c400520a5a88eca28edf6125927729949 -eo pid,comm [2025-08-08T09:42:49.873Z] 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-08-08T09:42:49.873Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-08-08T09:42:49.935Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-08-08T09:42:49.935Z] [ssh-agent] Looking for ssh-agent implementation... [2025-08-08T09:42:50.036Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-08-08T09:42:50.029Z] $ docker exec 04bc67d89b5b846fd0cffa693243818c400520a5a88eca28edf6125927729949 ssh-agent [2025-08-08T09:42:50.137Z] SSH_AUTH_SOCK=/tmp/ssh-kEurWiz0Bmt8/agent.33 [2025-08-08T09:42:50.137Z] SSH_AGENT_PID=39 [2025-08-08T09:42:50.143Z] Running ssh-add (command line suppressed) [2025-08-08T09:42:50.230Z] Identity added: /w/workspace/edgex-go/883@tmp/private_key_15963710677826912050.key (/w/workspace/edgex-go/883@tmp/private_key_15963710677826912050.key) [2025-08-08T09:42:50.254Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-08-08T09:42:50.545Z] + git config --global --add safe.directory /w/workspace/edgex-go/883 [Pipeline] sh [2025-08-08T09:42:50.832Z] + git tag --points-at HEAD [Pipeline] } [2025-08-08T09:42:50.832Z] $ docker exec --env ******** --env ******** 04bc67d89b5b846fd0cffa693243818c400520a5a88eca28edf6125927729949 ssh-agent -k [2025-08-08T09:42:50.915Z] unset SSH_AUTH_SOCK; [2025-08-08T09:42:50.915Z] unset SSH_AGENT_PID; [2025-08-08T09:42:50.916Z] echo Agent pid 39 killed; [2025-08-08T09:42:50.933Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-08-08T09:42:50.970Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-08-08T09:42:50.970Z] [ssh-agent] Looking for ssh-agent implementation... [2025-08-08T09:42:51.070Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-08-08T09:42:51.063Z] $ docker exec 04bc67d89b5b846fd0cffa693243818c400520a5a88eca28edf6125927729949 ssh-agent [2025-08-08T09:42:51.174Z] SSH_AUTH_SOCK=/tmp/ssh-vrO6bVeU4Uqr/agent.87 [2025-08-08T09:42:51.174Z] SSH_AGENT_PID=93 [2025-08-08T09:42:51.178Z] Running ssh-add (command line suppressed) [2025-08-08T09:42:51.263Z] Identity added: /w/workspace/edgex-go/883@tmp/private_key_11210240402976761747.key (/w/workspace/edgex-go/883@tmp/private_key_11210240402976761747.key) [2025-08-08T09:42:51.287Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-08-08T09:42:51.582Z] + git semver init [2025-08-08T09:42:51.841Z] 2025-08-08 09:42:51,772 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-08-08T09:42:51.841Z] 2025-08-08 09:42:51,778 [run_init] DEBUG init version:0.0.0 force:False [2025-08-08T09:42:51.841Z] 2025-08-08 09:42:51,779 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/883/.semver [2025-08-08T09:42:51.841Z] 2025-08-08 09:42:51,779 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/883/.semver [2025-08-08T09:42:51.841Z] 2025-08-08 09:42:51,779 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/883/.semver'], cwd=/w/workspace/edgex-go/883, stdin=None, shell=False, universal_newlines=False) [2025-08-08T09:42:57.129Z] 2025-08-08 09:42:56,386 [append_file] DEBUG append to file:/w/workspace/edgex-go/883/.git/info/exclude [2025-08-08T09:42:57.129Z] 2025-08-08 09:42:56,386 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/883/.semver/main with force:False [2025-08-08T09:42:57.129Z] 2025-08-08 09:42:56,386 [read_version] DEBUG read version from /w/workspace/edgex-go/883/.semver/main [2025-08-08T09:42:57.129Z] 2025-08-08 09:42:56,386 [read_version] DEBUG read version from /w/workspace/edgex-go/883/.semver/main [2025-08-08T09:42:57.129Z] 4.1.0-dev.44 [Pipeline] } [2025-08-08T09:42:57.132Z] $ docker exec --env ******** --env ******** 04bc67d89b5b846fd0cffa693243818c400520a5a88eca28edf6125927729949 ssh-agent -k [2025-08-08T09:42:57.243Z] unset SSH_AUTH_SOCK; [2025-08-08T09:42:57.243Z] unset SSH_AGENT_PID; [2025-08-08T09:42:57.243Z] echo Agent pid 93 killed; [2025-08-08T09:42:57.261Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-08-08T09:42:57.578Z] + git semver [Pipeline] } [2025-08-08T09:42:57.841Z] $ docker stop --time=1 04bc67d89b5b846fd0cffa693243818c400520a5a88eca28edf6125927729949 [2025-08-08T09:42:59.124Z] $ docker rm -f --volumes 04bc67d89b5b846fd0cffa693243818c400520a5a88eca28edf6125927729949 [Pipeline] // withDockerContainer [Pipeline] sh [2025-08-08T09:42:59.469Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-08-08T09:42:59.734Z] Stashed 1 file(s) [Pipeline] echo [2025-08-08T09:42:59.738Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.44 [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-08-08T09:43:00.198Z] + git config --global --add safe.directory /w/workspace/edgex-go/883 [Pipeline] echo [2025-08-08T09:43:00.211Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-08T09:43:00.227Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-08T09:43:00.244Z] ========================================================= [2025-08-08T09:43:00.245Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-08-08T09:43:00.245Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2025-08-08T09:43:00.541Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-08-08T09:43:00.541Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2025-08-08T09:43:00.541Z] 0a9a5dfd008f: Pulling fs layer [2025-08-08T09:43:00.541Z] 36466aa92d05: Pulling fs layer [2025-08-08T09:43:00.541Z] e10405b45d13: Pulling fs layer [2025-08-08T09:43:00.541Z] 096b7ceb2af7: Pulling fs layer [2025-08-08T09:43:00.541Z] 4f4fb700ef54: Pulling fs layer [2025-08-08T09:43:00.541Z] c451b95d7931: Pulling fs layer [2025-08-08T09:43:00.541Z] 9febf9df4401: Pulling fs layer [2025-08-08T09:43:00.541Z] 1477f019b032: Pulling fs layer [2025-08-08T09:43:00.541Z] c7dc25521971: Pulling fs layer [2025-08-08T09:43:00.541Z] 096b7ceb2af7: Waiting [2025-08-08T09:43:00.541Z] 9febf9df4401: Waiting [2025-08-08T09:43:00.541Z] 4f4fb700ef54: Waiting [2025-08-08T09:43:00.541Z] c451b95d7931: Waiting [2025-08-08T09:43:00.541Z] 1477f019b032: Waiting [2025-08-08T09:43:00.541Z] c7dc25521971: Waiting [2025-08-08T09:43:00.541Z] 36466aa92d05: Download complete [2025-08-08T09:43:00.541Z] 096b7ceb2af7: Verifying Checksum [2025-08-08T09:43:00.541Z] 096b7ceb2af7: Download complete [2025-08-08T09:43:00.541Z] 4f4fb700ef54: Download complete [2025-08-08T09:43:00.541Z] c451b95d7931: Download complete [2025-08-08T09:43:00.541Z] 0a9a5dfd008f: Verifying Checksum [2025-08-08T09:43:00.541Z] 0a9a5dfd008f: Download complete [2025-08-08T09:43:00.541Z] 9febf9df4401: Verifying Checksum [2025-08-08T09:43:00.541Z] 9febf9df4401: Download complete [2025-08-08T09:43:00.799Z] 0a9a5dfd008f: Pull complete [2025-08-08T09:43:00.799Z] 36466aa92d05: Pull complete [2025-08-08T09:43:00.799Z] c7dc25521971: Verifying Checksum [2025-08-08T09:43:00.799Z] c7dc25521971: Download complete [2025-08-08T09:43:01.365Z] e10405b45d13: Download complete [2025-08-08T09:43:01.622Z] 1477f019b032: Verifying Checksum [2025-08-08T09:43:01.622Z] 1477f019b032: Download complete [2025-08-08T09:43:05.807Z] e10405b45d13: Pull complete [2025-08-08T09:43:05.807Z] 096b7ceb2af7: Pull complete [2025-08-08T09:43:05.807Z] 4f4fb700ef54: Pull complete [2025-08-08T09:43:05.807Z] c451b95d7931: Pull complete [2025-08-08T09:43:05.807Z] 9febf9df4401: Pull complete [2025-08-08T09:43:09.091Z] 1477f019b032: Pull complete [2025-08-08T09:43:09.350Z] c7dc25521971: Pull complete [2025-08-08T09:43:09.351Z] Digest: sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 [2025-08-08T09:43:09.351Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-08-08T09:43:09.351Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh [2025-08-08T09:43:09.653Z] + echo+ FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-08-08T09:43:09.654Z] WORKDIR /edgex [2025-08-08T09:43:09.654Z] COPY go.mod . [2025-08-08T09:43:09.654Z] RUN go mod download [2025-08-08T09:43:09.654Z] docker build -t ci-base-image-x86_64 -f - . [2025-08-08T09:43:10.222Z] #0 building with "default" instance using docker driver [2025-08-08T09:43:10.222Z] [2025-08-08T09:43:10.222Z] #1 [internal] load build definition from Dockerfile [2025-08-08T09:43:10.222Z] #1 transferring dockerfile: 164B done [2025-08-08T09:43:10.222Z] #1 DONE 0.0s [2025-08-08T09:43:10.222Z] [2025-08-08T09:43:10.222Z] #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-08-08T09:43:10.222Z] #2 DONE 0.0s [2025-08-08T09:43:10.222Z] [2025-08-08T09:43:10.222Z] #3 [internal] load .dockerignore [2025-08-08T09:43:10.222Z] #3 transferring context: [2025-08-08T09:43:10.482Z] #3 transferring context: 50B done [2025-08-08T09:43:10.482Z] #3 DONE 0.1s [2025-08-08T09:43:10.482Z] [2025-08-08T09:43:10.482Z] #4 [internal] load build context [2025-08-08T09:43:10.482Z] #4 transferring context: 6.51kB done [2025-08-08T09:43:10.482Z] #4 DONE 0.0s [2025-08-08T09:43:10.482Z] [2025-08-08T09:43:10.482Z] #5 [1/4] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-08-08T09:43:10.482Z] #5 DONE 0.1s [2025-08-08T09:43:10.482Z] [2025-08-08T09:43:10.482Z] #6 [2/4] WORKDIR /edgex [2025-08-08T09:43:11.862Z] #6 DONE 1.4s [2025-08-08T09:43:12.120Z] [2025-08-08T09:43:12.120Z] #7 [3/4] COPY go.mod . [2025-08-08T09:43:12.120Z] #7 DONE 0.0s [2025-08-08T09:43:12.120Z] [2025-08-08T09:43:12.120Z] #8 [4/4] RUN go mod download [2025-08-08T09:43:14.850Z] Still waiting to schedule task [2025-08-08T09:43:14.850Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2025-08-08T09:43:22.096Z] #8 DONE 9.9s [2025-08-08T09:43:22.096Z] [2025-08-08T09:43:22.096Z] #9 exporting to image [2025-08-08T09:43:22.096Z] #9 exporting layers [2025-08-08T09:43:26.287Z] #9 exporting layers 3.7s done [2025-08-08T09:43:26.287Z] #9 writing image sha256:801a8e4147e2fad24a67fd47728a28932ed897148e1f5cf1e0983739265f70d8 done [2025-08-08T09:43:26.287Z] #9 naming to docker.io/library/ci-base-image-x86_64 done [2025-08-08T09:43:26.287Z] #9 DONE 3.7s [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:43:26.587Z] + docker inspect -f . ci-base-image-x86_64 [2025-08-08T09:43:26.588Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-08T09:43:26.663Z] prd-ubuntu20.04-docker-8c-8g-6544 does not seem to be running inside a container [2025-08-08T09:43:26.679Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/883 -v /w/workspace/edgex-go/883:/w/workspace/edgex-go/883:rw,z -v /w/workspace/edgex-go/883@tmp:/w/workspace/edgex-go/883@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-08-08T09:43:26.975Z] $ docker top 8f2320ec2c310b51602b83913ec5cb58183725c09fb8b13a52bf9947053b2a3e -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-08T09:43:27.329Z] + go version [2025-08-08T09:43:27.329Z] go version go1.23.9 linux/amd64 [Pipeline] } [2025-08-08T09:43:27.329Z] $ docker stop --time=1 8f2320ec2c310b51602b83913ec5cb58183725c09fb8b13a52bf9947053b2a3e [2025-08-08T09:43:28.583Z] $ docker rm -f --volumes 8f2320ec2c310b51602b83913ec5cb58183725c09fb8b13a52bf9947053b2a3e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:43:29.023Z] + docker inspect -f . ci-base-image-x86_64 [2025-08-08T09:43:29.023Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-08T09:43:29.100Z] prd-ubuntu20.04-docker-8c-8g-6544 does not seem to be running inside a container [2025-08-08T09:43:29.116Z] $ 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/883 -v /w/workspace/edgex-go/883:/w/workspace/edgex-go/883:rw,z -v /w/workspace/edgex-go/883@tmp:/w/workspace/edgex-go/883@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-08-08T09:43:29.371Z] $ docker top 7f527974d28b7b1be1047f9d0b466cf253f17b0d78f9ca599da61068f2ef8a1b -eo pid,comm [Pipeline] { [Pipeline] echo [2025-08-08T09:43:29.457Z] ========================================================= [2025-08-08T09:43:29.457Z] [edgeXBuildGoParallel] Running Tests and Build... [2025-08-08T09:43:29.457Z] ========================================================= [Pipeline] sh [2025-08-08T09:43:29.731Z] + git config --global --add safe.directory /w/workspace/edgex-go/883 [Pipeline] fileExists [Pipeline] sh [2025-08-08T09:43:30.032Z] + make test [2025-08-08T09:43:30.032Z] go test -race -coverprofile=coverage.out ./... [2025-08-08T09:43:38.153Z] ? github.com/edgexfoundry/edgex-go [no test files] [2025-08-08T09:44:04.724Z] github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements [2025-08-08T09:44:04.724Z] github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements [2025-08-08T09:44:04.724Z] github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements [2025-08-08T09:44:04.724Z] github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements [2025-08-08T09:44:04.724Z] github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements [2025-08-08T09:44:04.724Z] github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements [2025-08-08T09:44:04.724Z] github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements [2025-08-08T09:44:04.724Z] github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements [2025-08-08T09:44:04.724Z] github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements [2025-08-08T09:44:04.724Z] github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements [2025-08-08T09:44:04.724Z] github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements [2025-08-08T09:44:04.724Z] github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements [2025-08-08T09:44:04.982Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2025-08-08T09:44:04.982Z] github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements [2025-08-08T09:44:04.982Z] github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements [2025-08-08T09:44:04.982Z] github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements [2025-08-08T09:44:04.982Z] github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements [2025-08-08T09:44:05.917Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.023s coverage: 42.3% of statements [2025-08-08T09:44:06.174Z] github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements [2025-08-08T09:44:06.174Z] github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements [2025-08-08T09:44:06.743Z] github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements [2025-08-08T09:44:06.743Z] github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements [2025-08-08T09:44:06.743Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.048s coverage: 97.0% of statements [2025-08-08T09:44:07.680Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] [2025-08-08T09:44:07.680Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2025-08-08T09:44:07.680Z] github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-08-08T09:44:07.680Z] github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements [2025-08-08T09:44:07.680Z] github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements [2025-08-08T09:44:07.680Z] github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements [2025-08-08T09:44:07.680Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements [2025-08-08T09:44:07.680Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements [2025-08-08T09:44:07.680Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] [2025-08-08T09:44:07.680Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements [2025-08-08T09:44:09.124Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] [2025-08-08T09:44:09.124Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] [2025-08-08T09:44:09.124Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-08-08T09:44:09.124Z] github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements [2025-08-08T09:44:09.124Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements [2025-08-08T09:44:09.124Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements [2025-08-08T09:44:10.501Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.059s coverage: 69.4% of statements [2025-08-08T09:44:10.501Z] ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.020s coverage: 3.5% of statements [2025-08-08T09:44:10.501Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.061s coverage: 46.3% of statements [2025-08-08T09:44:10.760Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.024s coverage: 93.4% of statements [2025-08-08T09:44:10.760Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.039s coverage: 92.4% of statements [2025-08-08T09:44:10.760Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements [2025-08-08T09:44:10.760Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements [2025-08-08T09:44:12.147Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.055s coverage: 8.4% of statements [2025-08-08T09:44:12.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2025-08-08T09:44:12.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] [2025-08-08T09:44:12.405Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-08-08T09:44:12.405Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements [2025-08-08T09:44:12.405Z] github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements [2025-08-08T09:44:12.405Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements [2025-08-08T09:44:12.405Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2025-08-08T09:44:12.665Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2025-08-08T09:44:12.665Z] github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements [2025-08-08T09:44:12.665Z] github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements [2025-08-08T09:44:12.665Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements [2025-08-08T09:44:12.665Z] github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements [2025-08-08T09:44:12.665Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements [2025-08-08T09:44:12.665Z] github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements [2025-08-08T09:44:14.051Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.371s coverage: 95.8% of statements [2025-08-08T09:44:14.051Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.025s coverage: 72.2% of statements [2025-08-08T09:44:14.644Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements [2025-08-08T09:44:14.644Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/cache coverage: 0.0% of statements [2025-08-08T09:44:14.644Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2025-08-08T09:44:14.644Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] [2025-08-08T09:44:14.644Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements [2025-08-08T09:44:14.644Z] github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements [2025-08-08T09:44:15.613Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.036s coverage: 0.0% of statements [no tests to run] [2025-08-08T09:44:15.613Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.059s coverage: 1.0% of statements [2025-08-08T09:44:15.613Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.026s coverage: 38.1% of statements [2025-08-08T09:44:15.613Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.022s coverage: 81.1% of statements [2025-08-08T09:44:16.217Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.026s coverage: 40.0% of statements [2025-08-08T09:44:16.217Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.029s coverage: 87.1% of statements [2025-08-08T09:44:16.217Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.024s coverage: 94.1% of statements [2025-08-08T09:44:16.485Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.027s coverage: 96.3% of statements [2025-08-08T09:44:16.485Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements [2025-08-08T09:44:16.485Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements [2025-08-08T09:44:16.485Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements [2025-08-08T09:44:17.073Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2025-08-08T09:44:17.073Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements [2025-08-08T09:44:17.073Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements [2025-08-08T09:44:17.073Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements [2025-08-08T09:44:17.338Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.031s coverage: 87.5% of statements [2025-08-08T09:44:18.285Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements [2025-08-08T09:44:18.285Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements [2025-08-08T09:44:18.285Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements [2025-08-08T09:44:18.285Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements [2025-08-08T09:44:18.285Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements [2025-08-08T09:44:18.285Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements [2025-08-08T09:44:18.285Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements [2025-08-08T09:44:19.219Z] github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements [2025-08-08T09:44:19.219Z] github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements [2025-08-08T09:44:19.477Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements [2025-08-08T09:44:21.379Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements [2025-08-08T09:44:21.379Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2025-08-08T09:44:22.759Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements [2025-08-08T09:44:24.134Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements [2025-08-08T09:44:24.134Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements [2025-08-08T09:44:24.134Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements [2025-08-08T09:44:27.425Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements [2025-08-08T09:44:27.683Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements [2025-08-08T09:44:27.684Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements [2025-08-08T09:44:27.941Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] [2025-08-08T09:44:27.941Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] [2025-08-08T09:44:27.941Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-08-08T09:44:29.316Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.030s coverage: 94.4% of statements [2025-08-08T09:44:30.250Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements [2025-08-08T09:44:30.250Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements [2025-08-08T09:44:30.250Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements [2025-08-08T09:44:30.250Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements [2025-08-08T09:44:30.250Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2025-08-08T09:44:30.250Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements [2025-08-08T09:44:30.508Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements [2025-08-08T09:44:30.765Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements [2025-08-08T09:44:30.765Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements [2025-08-08T09:44:30.765Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements [2025-08-08T09:44:30.765Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements [2025-08-08T09:44:30.765Z] github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements [2025-08-08T09:44:32.668Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements [2025-08-08T09:44:32.668Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements [2025-08-08T09:44:32.668Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements [2025-08-08T09:44:32.668Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements [2025-08-08T09:44:33.600Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] [2025-08-08T09:44:33.600Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2025-08-08T09:44:33.600Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-08-08T09:44:33.600Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements [2025-08-08T09:44:33.859Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements [2025-08-08T09:44:33.859Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements [2025-08-08T09:44:33.859Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements [2025-08-08T09:44:34.794Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] [2025-08-08T09:44:34.794Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2025-08-08T09:44:34.794Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-08-08T09:44:38.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.053s coverage: 92.9% of statements [2025-08-08T09:44:38.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.022s coverage: 68.8% of statements [2025-08-08T09:44:38.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.033s coverage: 62.3% of statements [2025-08-08T09:44:38.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.028s coverage: 47.4% of statements [2025-08-08T09:44:38.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.031s coverage: 87.2% of statements [2025-08-08T09:44:38.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.025s coverage: 15.5% of statements [2025-08-08T09:44:38.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.021s coverage: 100.0% of statements [2025-08-08T09:44:38.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.095s coverage: 81.8% of statements [2025-08-08T09:44:38.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.093s coverage: 82.1% of statements [2025-08-08T09:44:38.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.023s coverage: 86.0% of statements [2025-08-08T09:44:38.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.043s coverage: 6.8% of statements [2025-08-08T09:44:38.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.044s coverage: 33.3% of statements [2025-08-08T09:44:38.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.051s coverage: 100.0% of statements [2025-08-08T09:44:38.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.161s coverage: 54.5% of statements [2025-08-08T09:44:38.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.018s coverage: 89.4% of statements [2025-08-08T09:44:38.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.021s coverage: 100.0% of statements [2025-08-08T09:44:38.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.020s coverage: 73.7% of statements [2025-08-08T09:44:38.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.017s coverage: 100.0% of statements [2025-08-08T09:44:38.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.027s coverage: 88.6% of statements [2025-08-08T09:44:38.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.027s coverage: 96.8% of statements [2025-08-08T09:44:38.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.024s coverage: 100.0% of statements [2025-08-08T09:44:38.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.161s coverage: 29.2% of statements [2025-08-08T09:44:38.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.024s coverage: 93.8% of statements [2025-08-08T09:44:38.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.021s coverage: 3.1% of statements [2025-08-08T09:44:38.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.024s coverage: 76.2% of statements [2025-08-08T09:44:38.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.029s coverage: 54.0% of statements [2025-08-08T09:44:39.548Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.059s coverage: 17.0% of statements [2025-08-08T09:44:39.548Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.148s coverage: 94.9% of statements [2025-08-08T09:44:39.548Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.041s coverage: 9.0% of statements [2025-08-08T09:44:39.548Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.071s coverage: 97.7% of statements [2025-08-08T09:44:39.548Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.034s coverage: 43.6% of statements [2025-08-08T09:44:39.548Z] 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-08-08T09:44:39.807Z] running golangci-lint [2025-08-08T09:44:40.065Z] golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z [2025-08-08T09:44:40.065Z] go version go1.23.9 linux/amd64 [2025-08-08T09:44:40.324Z] level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" [2025-08-08T09:44:40.324Z] level=info msg="[config_reader] Used config file .golangci.yml" [2025-08-08T09:44:40.324Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [2025-08-08T09:44:56.313Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-6545 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2025-08-08T09:44:56.331Z] Running in /w/workspace/edgex-go/883 [Pipeline] { [Pipeline] checkout [2025-08-08T09:44:59.407Z] The recommended git tool is: git [2025-08-08T09:45:02.281Z] level=info msg="[loader] Go packages loading at mode 575 (exports_file|files|imports|types_sizes|deps|name|compiled_files) took 21.096101376s" [2025-08-08T09:45:02.281Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 42.304962ms" [2025-08-08T09:45:04.283Z] using credential edgex-jenkins-ssh [2025-08-08T09:45:04.308Z] Cloning the remote Git repository [2025-08-08T09:45:04.353Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2025-08-08T09:45:04.480Z] > git init /w/workspace/edgex-go/883 # timeout=10 [2025-08-08T09:45:04.652Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2025-08-08T09:45:04.653Z] > git --version # timeout=10 [2025-08-08T09:45:04.673Z] > git --version # 'git version 2.25.1' [2025-08-08T09:45:04.676Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-08-08T09:45:04.835Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-08-08T09:45:17.154Z] level=info msg="[linters_context/goanalysis] analyzers took 1m51.764623227s with top 10 stages: buildir: 1m7.985266791s, gosec: 4.442365226s, inspect: 2.963700331s, fact_deprecated: 1.931861034s, printf: 1.896834637s, ctrlflow: 1.831461559s, fact_purity: 1.413172546s, nilness: 1.289354328s, S1038: 1.221188846s, SA5012: 882.031295ms" [2025-08-08T09:45:17.154Z] level=info msg="[runner] Issues before processing: 202, after processing: 0" [2025-08-08T09:45:17.154Z] level=info msg="[runner] Processors filtering stat (in/out): cgo: 202/202, skip_dirs: 202/202, exclude: 202/202, path_prettifier: 202/202, identifier_marker: 202/202, filename_unadjuster: 202/202, skip_files: 202/202, nolint: 20/0, invalid_issue: 202/202, autogenerated_exclude: 202/202, exclude-rules: 202/20" [2025-08-08T09:45:17.154Z] level=info msg="[runner] processing took 17.626925ms with stages: nolint: 8.264888ms, identifier_marker: 4.722108ms, path_prettifier: 1.595733ms, exclude-rules: 1.410341ms, autogenerated_exclude: 1.014779ms, skip_dirs: 471.114µs, cgo: 58.001µs, invalid_issue: 51.05µs, filename_unadjuster: 33µs, max_same_issues: 990ns, max_from_linter: 830ns, uniq_by_line: 690ns, exclude: 581ns, fixer: 580ns, skip_files: 400ns, sort_results: 370ns, path_prefixer: 360ns, source_code: 360ns, diff: 290ns, max_per_file_from_linter: 250ns, path_shortener: 110ns, severity-rules: 100ns" [2025-08-08T09:45:17.154Z] level=info msg="[runner] linters took 14.305784652s with stages: goanalysis_metalinter: 14.288067166s" [2025-08-08T09:45:17.154Z] level=info msg="File cache stats: 0 entries of total size 0B" [2025-08-08T09:45:17.154Z] level=info msg="Memory: 350 samples, avg is 327.6MB, max is 1432.9MB" [2025-08-08T09:45:17.154Z] level=info msg="Execution took 35.454212355s" [2025-08-08T09:45:17.154Z] go vet ./... [2025-08-08T09:45:21.384Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2025-08-08T09:45:21.404Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-08-08T09:45:22.295Z] Avoid second fetch [2025-08-08T09:45:22.296Z] Checking out Revision 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b (main) [2025-08-08T09:45:23.113Z] Commit message: "Merge pull request #5223 from judehung/fix-sonarqube-fail" [2025-08-08T09:45:23.710Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-08-08T09:45:23.710Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-08-08T09:45:23.710Z] ./bin/test-attribution-txt.sh [2025-08-08T09:45:23.710Z] An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add [2025-08-08T09:45:23.710Z] An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [2025-08-08T09:45:23.710Z] An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add [2025-08-08T09:45:23.710Z] An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add [2025-08-08T09:45:23.710Z] An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [2025-08-08T09:45:22.310Z] > git config core.sparsecheckout # timeout=10 [2025-08-08T09:45:22.383Z] > git checkout -f 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b # timeout=10 [Pipeline] echo [2025-08-08T09:45:23.722Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh [2025-08-08T09:45:24.014Z] + ls -al . [2025-08-08T09:45:24.014Z] total 1996 [2025-08-08T09:45:24.014Z] drwxrwxr-x 11 1001 1001 4096 Aug 8 09:43 . [2025-08-08T09:45:24.014Z] drwxr-xr-x 4 root root 4096 Aug 8 09:43 .. [2025-08-08T09:45:24.014Z] drwxrwxr-x 2 1001 1001 4096 Aug 8 09:42 .blubracket [2025-08-08T09:45:24.014Z] -rw-rw-r-- 1 1001 1001 10 Aug 8 09:42 .dockerignore [2025-08-08T09:45:24.014Z] drwxrwxr-x 8 1001 1001 4096 Aug 8 09:44 .git [2025-08-08T09:45:24.014Z] drwxrwxr-x 3 1001 1001 4096 Aug 8 09:42 .github [2025-08-08T09:45:24.014Z] -rw-rw-r-- 1 1001 1001 909 Aug 8 09:42 .gitignore [2025-08-08T09:45:24.014Z] -rw-rw-r-- 1 1001 1001 218 Aug 8 09:42 .golangci.yml [2025-08-08T09:45:24.014Z] -rw-rw-r-- 1 1001 1001 100 Aug 8 09:42 .hadolint.yml [2025-08-08T09:45:24.014Z] drwxr-xr-x 3 1001 1001 4096 Aug 8 09:42 .semver [2025-08-08T09:45:24.014Z] -rw-rw-r-- 1 1001 1001 155 Aug 8 09:42 .sonarcloud.properties [2025-08-08T09:45:24.014Z] -rw-rw-r-- 1 1001 1001 1171 Aug 8 09:42 ADOPTERS.md [2025-08-08T09:45:24.014Z] -rw-rw-r-- 1 1001 1001 17374 Aug 8 09:42 Attribution.txt [2025-08-08T09:45:24.014Z] -rw-rw-r-- 1 1001 1001 108018 Aug 8 09:42 CHANGELOG.md [2025-08-08T09:45:24.014Z] -rw-rw-r-- 1 1001 1001 3804 Aug 8 09:42 CONTRIBUTING.md [2025-08-08T09:45:24.014Z] -rw-rw-r-- 1 1001 1001 677 Aug 8 09:42 GOVERNANCE.md [2025-08-08T09:45:24.014Z] -rw-rw-r-- 1 1001 1001 858 Aug 8 09:42 Jenkinsfile [2025-08-08T09:45:24.014Z] -rw-rw-r-- 1 1001 1001 10775 Aug 8 09:42 LICENSE [2025-08-08T09:45:24.014Z] -rw-rw-r-- 1 1001 1001 16740 Aug 8 09:42 Makefile [2025-08-08T09:45:24.014Z] -rw-rw-r-- 1 1001 1001 582 Aug 8 09:42 OWNERS.md [2025-08-08T09:45:24.014Z] -rw-rw-r-- 1 1001 1001 9932 Aug 8 09:42 README.md [2025-08-08T09:45:24.014Z] -rw-rw-r-- 1 1001 1001 789 Aug 8 09:42 SECURITY.md [2025-08-08T09:45:24.014Z] -rw-rw-r-- 1 1001 1001 12 Aug 8 09:42 VERSION [2025-08-08T09:45:24.014Z] drwxrwxr-x 2 1001 1001 4096 Aug 8 09:42 bin [2025-08-08T09:45:24.014Z] drwxrwxr-x 19 1001 1001 4096 Aug 8 09:42 cmd [2025-08-08T09:45:24.014Z] -rw-r--r-- 1 root root 1666027 Aug 8 09:44 coverage.out [2025-08-08T09:45:24.014Z] drwxrwxr-x 2 1001 1001 4096 Aug 8 09:42 fuzz_test [2025-08-08T09:45:24.014Z] -rw-rw-r-- 1 1001 1001 6476 Aug 8 09:42 go.mod [2025-08-08T09:45:24.014Z] -rw-rw-r-- 1 1001 1001 88362 Aug 8 09:42 go.sum [2025-08-08T09:45:24.014Z] drwxrwxr-x 7 1001 1001 4096 Aug 8 09:42 internal [2025-08-08T09:45:24.014Z] drwxrwxr-x 2 1001 1001 4096 Aug 8 09:42 openapi [2025-08-08T09:45:24.014Z] -rw-rw-r-- 1 1001 1001 584 Aug 8 09:42 security.txt [2025-08-08T09:45:24.014Z] -rw-rw-r-- 1 1001 1001 204 Aug 8 09:42 version.go [Pipeline] sh [2025-08-08T09:45:24.297Z] + '[' -e coverage.out ] [2025-08-08T09:45:24.297Z] + chown 1001:1001 coverage.out [Pipeline] stash [2025-08-08T09:45:24.446Z] Stashed 1 file(s) [Pipeline] sh [2025-08-08T09:45:24.727Z] + make build [2025-08-08T09:45:24.727Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-08T09:45:27.531Z] provisioning config files... [2025-08-08T09:45:27.558Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/883@tmp/config13471100058952694614tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-08T09:45:28.233Z] ---> ****-login.sh [2025-08-08T09:45:28.233Z] nexus3.edgexfoundry.org:10001 [2025-08-08T09:45:28.504Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-08T09:45:28.773Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-08T09:45:28.773Z] Configure a credential helper to remove this warning. See [2025-08-08T09:45:28.773Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-08T09:45:28.773Z] [2025-08-08T09:45:28.773Z] Login Succeeded [2025-08-08T09:45:28.774Z] nexus3.edgexfoundry.org:10002 [2025-08-08T09:45:29.043Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-08T09:45:29.044Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-08T09:45:29.044Z] Configure a credential helper to remove this warning. See [2025-08-08T09:45:29.044Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-08T09:45:29.044Z] [2025-08-08T09:45:29.044Z] Login Succeeded [2025-08-08T09:45:29.044Z] nexus3.edgexfoundry.org:10003 [2025-08-08T09:45:29.313Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-08T09:45:29.585Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-08T09:45:29.585Z] Configure a credential helper to remove this warning. See [2025-08-08T09:45:29.585Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-08T09:45:29.585Z] [2025-08-08T09:45:29.585Z] Login Succeeded [2025-08-08T09:45:29.585Z] nexus3.edgexfoundry.org:10004 [2025-08-08T09:45:29.585Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-08T09:45:29.853Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-08T09:45:29.853Z] Configure a credential helper to remove this warning. See [2025-08-08T09:45:29.853Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-08T09:45:29.853Z] [2025-08-08T09:45:29.853Z] Login Succeeded [2025-08-08T09:45:29.853Z] ****.io [2025-08-08T09:45:30.120Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-08T09:45:30.388Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-08T09:45:30.388Z] Configure a credential helper to remove this warning. See [2025-08-08T09:45:30.388Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-08T09:45:30.388Z] [2025-08-08T09:45:30.388Z] Login Succeeded [2025-08-08T09:45:30.388Z] ---> ****-login.sh ends [Pipeline] } [2025-08-08T09:45:30.404Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2025-08-08T09:45:31.133Z] + git config --global --add safe.directory /w/workspace/edgex-go/883 [Pipeline] echo [2025-08-08T09:45:31.154Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-08T09:45:31.182Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-08T09:45:31.206Z] ========================================================= [2025-08-08T09:45:31.206Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2025-08-08T09:45:31.206Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2025-08-08T09:45:31.531Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-08-08T09:45:32.496Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-08-08T09:45:32.496Z] 94e9d8af2201: Pulling fs layer [2025-08-08T09:45:32.496Z] a6c56e8762df: Pulling fs layer [2025-08-08T09:45:32.496Z] f0f3c8884826: Pulling fs layer [2025-08-08T09:45:32.496Z] c7e7622c144d: Pulling fs layer [2025-08-08T09:45:32.496Z] 4f4fb700ef54: Pulling fs layer [2025-08-08T09:45:32.496Z] b4c3b6d88c5a: Pulling fs layer [2025-08-08T09:45:32.496Z] ba8bce9d2590: Pulling fs layer [2025-08-08T09:45:32.496Z] ca778ea9c289: Pulling fs layer [2025-08-08T09:45:32.496Z] c7e7622c144d: Waiting [2025-08-08T09:45:32.496Z] 4f4fb700ef54: Waiting [2025-08-08T09:45:32.496Z] b4c3b6d88c5a: Waiting [2025-08-08T09:45:32.496Z] ba8bce9d2590: Waiting [2025-08-08T09:45:32.496Z] ca778ea9c289: Waiting [2025-08-08T09:45:32.496Z] a6c56e8762df: Verifying Checksum [2025-08-08T09:45:32.496Z] a6c56e8762df: Download complete [2025-08-08T09:45:32.496Z] c7e7622c144d: Verifying Checksum [2025-08-08T09:45:32.496Z] c7e7622c144d: Download complete [2025-08-08T09:45:32.496Z] 4f4fb700ef54: Verifying Checksum [2025-08-08T09:45:32.496Z] 4f4fb700ef54: Download complete [2025-08-08T09:45:32.496Z] b4c3b6d88c5a: Verifying Checksum [2025-08-08T09:45:32.496Z] b4c3b6d88c5a: Download complete [2025-08-08T09:45:32.496Z] 94e9d8af2201: Verifying Checksum [2025-08-08T09:45:32.496Z] 94e9d8af2201: Download complete [2025-08-08T09:45:32.776Z] ca778ea9c289: Verifying Checksum [2025-08-08T09:45:32.776Z] ca778ea9c289: Download complete [2025-08-08T09:45:33.364Z] 94e9d8af2201: Pull complete [2025-08-08T09:45:33.950Z] a6c56e8762df: Pull complete [2025-08-08T09:45:34.537Z] f0f3c8884826: Download complete [2025-08-08T09:45:35.498Z] ba8bce9d2590: Verifying Checksum [2025-08-08T09:45:35.498Z] ba8bce9d2590: Download complete [2025-08-08T09:45:47.826Z] f0f3c8884826: Pull complete [2025-08-08T09:45:48.093Z] c7e7622c144d: Pull complete [2025-08-08T09:45:48.360Z] 4f4fb700ef54: Pull complete [2025-08-08T09:45:48.360Z] b4c3b6d88c5a: Pull complete [2025-08-08T09:45:51.262Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-08-08T09:45:51.262Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-08-08T09:45:51.830Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-08-08T09:45:52.765Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-08-08T09:45:54.665Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-08-08T09:45:58.452Z] ba8bce9d2590: Pull complete [2025-08-08T09:45:59.417Z] ca778ea9c289: Pull complete [2025-08-08T09:45:59.417Z] Digest: sha256:c70c257f76c0e97c87bd0187f74242a809c0afac30c2d5f44320df1de5715b93 [2025-08-08T09:45:59.417Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-08-08T09:45:59.417Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists [Pipeline] sh [2025-08-08T09:45:59.759Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-08-08T09:45:59.760Z] WORKDIR /edgex [2025-08-08T09:45:59.760Z] COPY go.mod . [2025-08-08T09:45:59.760Z] RUN go mod download [2025-08-08T09:45:59.760Z] + docker build -t ci-base-image-arm64 -f - . [2025-08-08T09:45:59.929Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-08-08T09:46:00.347Z] Sending build context to Docker daemon 3.708MB [2025-08-08T09:46:00.347Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-08-08T09:46:00.347Z] ---> 47b25d7523d1 [2025-08-08T09:46:00.347Z] Step 2/4 : WORKDIR /edgex [2025-08-08T09:46:01.830Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-08-08T09:46:02.316Z] ---> Running in 113d3efdb281 [2025-08-08T09:46:02.316Z] Removing intermediate container 113d3efdb281 [2025-08-08T09:46:02.316Z] ---> adcd58e76c26 [2025-08-08T09:46:02.316Z] Step 3/4 : COPY go.mod . [2025-08-08T09:46:02.914Z] ---> 973033c0f4aa [2025-08-08T09:46:02.914Z] Step 4/4 : RUN go mod download [2025-08-08T09:46:02.914Z] ---> Running in abd48bd40bb7 [2025-08-08T09:46:04.363Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-08-08T09:46:06.896Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-08-08T09:46:08.268Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-08-08T09:46:09.646Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-08-08T09:46:10.210Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2025-08-08T09:46:11.585Z] $ docker stop --time=1 7f527974d28b7b1be1047f9d0b466cf253f17b0d78f9ca599da61068f2ef8a1b [2025-08-08T09:46:14.091Z] $ docker rm -f --volumes 7f527974d28b7b1be1047f9d0b466cf253f17b0d78f9ca599da61068f2ef8a1b [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-08-08T09:46:15.330Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-08-08T09:46:15.330Z] [2025-08-08T09:46:15.330Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:46:15.636Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-08-08T09:46:15.636Z] latest: Pulling from edgex-devops/edgex-compose [2025-08-08T09:46:15.636Z] 91d30c5bc195: Pulling fs layer [2025-08-08T09:46:15.636Z] 2e9b0aa3be6d: Pulling fs layer [2025-08-08T09:46:15.636Z] 9c61dcf015f6: Pulling fs layer [2025-08-08T09:46:15.636Z] 4698f68db338: Pulling fs layer [2025-08-08T09:46:15.636Z] 2a2f49069b9e: Pulling fs layer [2025-08-08T09:46:15.636Z] e0025b399a48: Pulling fs layer [2025-08-08T09:46:15.636Z] 2a2f49069b9e: Waiting [2025-08-08T09:46:15.636Z] e0025b399a48: Waiting [2025-08-08T09:46:15.636Z] 4698f68db338: Waiting [2025-08-08T09:46:15.636Z] 91d30c5bc195: Verifying Checksum [2025-08-08T09:46:15.636Z] 91d30c5bc195: Download complete [2025-08-08T09:46:15.636Z] 4698f68db338: Verifying Checksum [2025-08-08T09:46:15.636Z] 4698f68db338: Download complete [2025-08-08T09:46:15.894Z] 91d30c5bc195: Pull complete [2025-08-08T09:46:15.894Z] 2e9b0aa3be6d: Verifying Checksum [2025-08-08T09:46:15.894Z] 2e9b0aa3be6d: Download complete [2025-08-08T09:46:15.894Z] e0025b399a48: Download complete [2025-08-08T09:46:15.894Z] 2a2f49069b9e: Verifying Checksum [2025-08-08T09:46:15.894Z] 2a2f49069b9e: Download complete [2025-08-08T09:46:16.153Z] 2e9b0aa3be6d: Pull complete [2025-08-08T09:46:16.720Z] 9c61dcf015f6: Verifying Checksum [2025-08-08T09:46:16.720Z] 9c61dcf015f6: Download complete [2025-08-08T09:46:20.015Z] 9c61dcf015f6: Pull complete [2025-08-08T09:46:20.275Z] 4698f68db338: Pull complete [2025-08-08T09:46:20.534Z] 2a2f49069b9e: Pull complete [2025-08-08T09:46:20.534Z] e0025b399a48: Pull complete [2025-08-08T09:46:20.534Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2025-08-08T09:46:20.534Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-08-08T09:46:20.534Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-08T09:46:20.630Z] prd-ubuntu20.04-docker-8c-8g-6544 does not seem to be running inside a container [2025-08-08T09:46:20.645Z] $ 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/883 -v /w/workspace/edgex-go/883:/w/workspace/edgex-go/883:rw,z -v /w/workspace/edgex-go/883@tmp:/w/workspace/edgex-go/883@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-08-08T09:46:21.638Z] $ docker top aef5e1e74fc914c731a990eb3ac51b11226cd264830d7f2b0d7c92bb741d45b3 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-08T09:46:21.986Z] + docker compose -f ./docker-compose-build.yml build --parallel [2025-08-08T09:46:22.245Z] #1 [security-spire-agent internal] load build definition from Dockerfile [2025-08-08T09:46:22.245Z] #1 transferring dockerfile: 1.81kB done [2025-08-08T09:46:22.245Z] #1 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) [2025-08-08T09:46:22.245Z] #1 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 23) [2025-08-08T09:46:22.245Z] #1 DONE 0.1s [2025-08-08T09:46:22.245Z] [2025-08-08T09:46:22.245Z] #2 [core-metadata internal] load build definition from Dockerfile [2025-08-08T09:46:22.245Z] #2 transferring dockerfile: 2.10kB done [2025-08-08T09:46:22.245Z] #2 DONE 0.1s [2025-08-08T09:46:22.245Z] [2025-08-08T09:46:22.245Z] #3 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-08-08T09:46:22.245Z] #3 ... [2025-08-08T09:46:22.245Z] [2025-08-08T09:46:22.245Z] #4 [core-keeper internal] load build definition from Dockerfile [2025-08-08T09:46:22.245Z] #4 transferring dockerfile: 2.01kB done [2025-08-08T09:46:22.245Z] #4 DONE 0.1s [2025-08-08T09:46:22.245Z] [2025-08-08T09:46:22.245Z] #5 [security-proxy-setup internal] load build definition from Dockerfile [2025-08-08T09:46:22.245Z] #5 transferring dockerfile: 2.50kB done [2025-08-08T09:46:22.245Z] #5 DONE 0.1s [2025-08-08T09:46:22.245Z] [2025-08-08T09:46:22.245Z] #6 [support-scheduler internal] load build definition from Dockerfile [2025-08-08T09:46:22.245Z] #6 transferring dockerfile: 1.83kB done [2025-08-08T09:46:22.245Z] #6 DONE 0.2s [2025-08-08T09:46:22.245Z] [2025-08-08T09:46:22.245Z] #7 [core-data internal] load build definition from Dockerfile [2025-08-08T09:46:22.245Z] #7 transferring dockerfile: 2.04kB done [2025-08-08T09:46:22.245Z] #7 DONE 0.2s [2025-08-08T09:46:22.245Z] [2025-08-08T09:46:22.245Z] #8 [security-spire-server internal] load build definition from Dockerfile [2025-08-08T09:46:22.245Z] #8 transferring dockerfile: 1.70kB done [2025-08-08T09:46:22.245Z] #8 DONE 0.2s [2025-08-08T09:46:22.245Z] [2025-08-08T09:46:22.245Z] #9 [security-proxy-auth internal] load build definition from Dockerfile [2025-08-08T09:46:22.245Z] #9 transferring dockerfile: 2.14kB done [2025-08-08T09:46:22.245Z] #9 DONE 0.2s [2025-08-08T09:46:22.245Z] [2025-08-08T09:46:22.245Z] #10 [security-secretstore-setup internal] load build definition from Dockerfile [2025-08-08T09:46:22.245Z] #10 transferring dockerfile: 2.49kB done [2025-08-08T09:46:22.245Z] #10 DONE 0.2s [2025-08-08T09:46:22.245Z] [2025-08-08T09:46:22.245Z] #11 [support-notifications internal] load build definition from Dockerfile [2025-08-08T09:46:22.245Z] #11 transferring dockerfile: 2.00kB done [2025-08-08T09:46:22.245Z] #11 DONE 0.2s [2025-08-08T09:46:22.245Z] [2025-08-08T09:46:22.245Z] #12 [core-command internal] load build definition from Dockerfile [2025-08-08T09:46:22.245Z] #12 transferring dockerfile: 1.94kB done [2025-08-08T09:46:22.245Z] #12 DONE 0.2s [2025-08-08T09:46:22.245Z] [2025-08-08T09:46:22.245Z] #13 [security-bootstrapper internal] load build definition from Dockerfile [2025-08-08T09:46:22.245Z] #13 transferring dockerfile: 3.02kB done [2025-08-08T09:46:22.245Z] #13 DONE 0.2s [2025-08-08T09:46:22.245Z] [2025-08-08T09:46:22.245Z] #14 [core-metadata internal] load .dockerignore [2025-08-08T09:46:22.245Z] #14 DONE 0.0s [2025-08-08T09:46:22.245Z] [2025-08-08T09:46:22.245Z] #15 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-08-08T09:46:22.245Z] #15 DONE 0.0s [2025-08-08T09:46:22.505Z] [2025-08-08T09:46:22.505Z] #16 [security-spire-config internal] load build definition from Dockerfile [2025-08-08T09:46:22.505Z] #16 transferring dockerfile: 1.69kB done [2025-08-08T09:46:22.505Z] #16 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) [2025-08-08T09:46:22.505Z] #16 DONE 0.2s [2025-08-08T09:46:22.505Z] [2025-08-08T09:46:22.505Z] #17 [security-spiffe-token-provider internal] load build definition from Dockerfile [2025-08-08T09:46:22.505Z] #17 transferring dockerfile: 1.89kB done [2025-08-08T09:46:22.505Z] #17 DONE 0.2s [2025-08-08T09:46:22.505Z] [2025-08-08T09:46:22.505Z] #15 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-08-08T09:46:22.505Z] #15 DONE 0.0s [2025-08-08T09:46:22.505Z] [2025-08-08T09:46:22.505Z] #18 [security-proxy-setup internal] load .dockerignore [2025-08-08T09:46:22.505Z] #18 transferring context: 50B done [2025-08-08T09:46:22.505Z] #18 DONE 0.1s [2025-08-08T09:46:22.505Z] [2025-08-08T09:46:22.505Z] #19 [core-command internal] load metadata for docker.io/library/alpine:3.20 [2025-08-08T09:46:22.505Z] #19 DONE 0.2s [2025-08-08T09:46:22.505Z] [2025-08-08T09:46:22.505Z] #20 [core-data internal] load .dockerignore [2025-08-08T09:46:22.505Z] #20 transferring context: 50B done [2025-08-08T09:46:22.505Z] #20 DONE 0.1s [2025-08-08T09:46:22.505Z] [2025-08-08T09:46:22.505Z] #21 [core-keeper internal] load .dockerignore [2025-08-08T09:46:22.505Z] #21 transferring context: 50B done [2025-08-08T09:46:22.505Z] #21 DONE 0.1s [2025-08-08T09:46:22.505Z] [2025-08-08T09:46:22.505Z] #22 [support-scheduler internal] load .dockerignore [2025-08-08T09:46:22.505Z] #22 transferring context: 50B done [2025-08-08T09:46:22.505Z] #22 DONE 0.1s [2025-08-08T09:46:22.505Z] [2025-08-08T09:46:22.505Z] #23 [core-data internal] load build context [2025-08-08T09:46:22.505Z] #23 DONE 0.0s [2025-08-08T09:46:22.505Z] [2025-08-08T09:46:22.505Z] #24 [core-keeper stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-08T09:46:22.505Z] #24 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-08-08T09:46:22.505Z] #24 ... [2025-08-08T09:46:22.505Z] [2025-08-08T09:46:22.505Z] #14 [core-metadata internal] load .dockerignore [2025-08-08T09:46:22.505Z] #14 transferring context: 50B done [2025-08-08T09:46:22.505Z] #14 DONE 0.1s [2025-08-08T09:46:22.505Z] [2025-08-08T09:46:22.505Z] #24 [core-metadata stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-08T09:46:22.505Z] #24 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-08-08T09:46:22.505Z] #24 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done [2025-08-08T09:46:22.505Z] #24 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s [2025-08-08T09:46:22.505Z] #24 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-08-08T09:46:22.505Z] #24 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done [2025-08-08T09:46:22.505Z] #24 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 [2025-08-08T09:46:22.505Z] #24 ... [2025-08-08T09:46:22.505Z] [2025-08-08T09:46:22.505Z] #25 [support-notifications internal] load .dockerignore [2025-08-08T09:46:22.505Z] #25 transferring context: 50B done [2025-08-08T09:46:22.505Z] #25 DONE 0.2s [2025-08-08T09:46:22.505Z] [2025-08-08T09:46:22.505Z] #26 [security-bootstrapper internal] load .dockerignore [2025-08-08T09:46:22.505Z] #26 transferring context: 50B done [2025-08-08T09:46:22.505Z] #26 DONE 0.2s [2025-08-08T09:46:22.505Z] [2025-08-08T09:46:22.505Z] #27 [core-command internal] load .dockerignore [2025-08-08T09:46:22.505Z] #27 transferring context: 50B done [2025-08-08T09:46:22.505Z] #27 DONE 0.2s [2025-08-08T09:46:22.505Z] [2025-08-08T09:46:22.505Z] #24 [security-bootstrapper stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-08T09:46:22.505Z] #24 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-08-08T09:46:22.505Z] #24 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done [2025-08-08T09:46:22.505Z] #24 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done [2025-08-08T09:46:22.505Z] #24 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-08-08T09:46:22.505Z] #24 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done [2025-08-08T09:46:22.765Z] #24 ... [2025-08-08T09:46:22.765Z] [2025-08-08T09:46:22.765Z] #28 [security-secretstore-setup internal] load .dockerignore [2025-08-08T09:46:22.765Z] #28 transferring context: 50B done [2025-08-08T09:46:22.765Z] #28 DONE 0.3s [2025-08-08T09:46:22.765Z] [2025-08-08T09:46:22.765Z] #29 [security-spiffe-token-provider internal] load .dockerignore [2025-08-08T09:46:22.765Z] #29 transferring context: 50B done [2025-08-08T09:46:22.765Z] #29 DONE 0.3s [2025-08-08T09:46:22.765Z] [2025-08-08T09:46:22.765Z] #30 [security-proxy-auth internal] load .dockerignore [2025-08-08T09:46:22.765Z] #30 transferring context: 50B done [2025-08-08T09:46:22.765Z] #30 DONE 0.3s [2025-08-08T09:46:22.765Z] [2025-08-08T09:46:22.765Z] #24 [security-secretstore-setup stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-08T09:46:22.765Z] #24 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-08-08T09:46:22.765Z] #24 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done [2025-08-08T09:46:22.765Z] #24 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done [2025-08-08T09:46:22.765Z] #24 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-08-08T09:46:22.765Z] #24 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done [2025-08-08T09:46:22.765Z] #24 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.2s done [2025-08-08T09:46:22.765Z] #24 ... [2025-08-08T09:46:22.765Z] [2025-08-08T09:46:22.765Z] #3 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-08-08T09:46:22.765Z] #3 DONE 0.5s [2025-08-08T09:46:22.765Z] [2025-08-08T09:46:22.765Z] #31 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest [2025-08-08T09:46:22.765Z] #31 DONE 0.4s [2025-08-08T09:46:22.765Z] [2025-08-08T09:46:22.765Z] #24 [security-secretstore-setup stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-08T09:46:22.765Z] #24 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.2s done [2025-08-08T09:46:23.702Z] #24 ... [2025-08-08T09:46:23.702Z] [2025-08-08T09:46:23.702Z] #32 [security-spire-config internal] load .dockerignore [2025-08-08T09:46:23.702Z] #32 transferring context: 50B 0.1s done [2025-08-08T09:46:23.702Z] #32 DONE 0.6s [2025-08-08T09:46:23.702Z] [2025-08-08T09:46:23.702Z] #33 [core-data builder 2/7] WORKDIR /edgex-go [2025-08-08T09:46:23.702Z] #33 DONE 0.6s [2025-08-08T09:46:23.702Z] [2025-08-08T09:46:23.702Z] #34 [security-spire-server internal] load .dockerignore [2025-08-08T09:46:23.702Z] #34 transferring context: 50B 0.0s done [2025-08-08T09:46:23.702Z] #34 DONE 0.7s [2025-08-08T09:46:23.702Z] [2025-08-08T09:46:23.702Z] #24 [security-spire-server stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-08T09:46:23.702Z] #24 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-08-08T09:46:23.702Z] #24 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done [2025-08-08T09:46:23.702Z] #24 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done [2025-08-08T09:46:23.702Z] #24 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-08-08T09:46:23.702Z] #24 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done [2025-08-08T09:46:23.702Z] #24 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.2s done [2025-08-08T09:46:23.702Z] #24 DONE 1.2s [2025-08-08T09:46:23.702Z] [2025-08-08T09:46:23.702Z] #35 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-08T09:46:23.702Z] #35 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.2s done [2025-08-08T09:46:23.702Z] #35 ... [2025-08-08T09:46:23.702Z] [2025-08-08T09:46:23.702Z] #36 [security-spire-config internal] load build context [2025-08-08T09:46:23.702Z] #36 transferring context: 22.05kB 0.0s done [2025-08-08T09:46:23.702Z] #36 DONE 0.3s [2025-08-08T09:46:23.964Z] [2025-08-08T09:46:23.964Z] #37 [security-spire-server internal] load build context [2025-08-08T09:46:23.964Z] #37 transferring context: 23.80kB 0.0s done [2025-08-08T09:46:23.964Z] #37 DONE 0.4s [2025-08-08T09:46:23.964Z] [2025-08-08T09:46:23.964Z] #38 [security-proxy-setup internal] load build context [2025-08-08T09:46:24.223Z] #38 ... [2025-08-08T09:46:24.223Z] [2025-08-08T09:46:24.223Z] #39 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 [2025-08-08T09:46:24.223Z] #39 DONE 1.9s [2025-08-08T09:46:24.223Z] [2025-08-08T09:46:24.223Z] #40 [security-spire-agent internal] load .dockerignore [2025-08-08T09:46:24.223Z] #40 transferring context: 50B 0.0s done [2025-08-08T09:46:24.223Z] #40 DONE 0.1s [2025-08-08T09:46:24.223Z] [2025-08-08T09:46:24.223Z] #38 [security-proxy-setup internal] load build context [2025-08-08T09:46:26.757Z] #38 ... [2025-08-08T09:46:26.757Z] [2025-08-08T09:46:26.757Z] #24 [security-spire-agent stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-08T09:46:26.757Z] #24 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-08-08T09:46:26.757Z] #24 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done [2025-08-08T09:46:26.757Z] #24 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done [2025-08-08T09:46:26.757Z] #24 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-08-08T09:46:26.757Z] #24 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done [2025-08-08T09:46:26.757Z] #24 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.2s done [2025-08-08T09:46:26.757Z] #24 DONE 1.2s [2025-08-08T09:46:26.757Z] [2025-08-08T09:46:26.757Z] #41 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-08-08T09:46:26.757Z] #41 DONE 3.3s [2025-08-08T09:46:26.757Z] [2025-08-08T09:46:26.757Z] #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-08-08T09:46:26.757Z] #42 DONE 0.0s [2025-08-08T09:46:26.757Z] [2025-08-08T09:46:26.757Z] #43 [security-spire-agent internal] load build context [2025-08-08T09:46:26.757Z] #43 DONE 0.0s [2025-08-08T09:46:26.757Z] [2025-08-08T09:46:26.757Z] #38 [security-proxy-setup internal] load build context [2025-08-08T09:46:29.321Z] #38 ... [2025-08-08T09:46:29.321Z] [2025-08-08T09:46:29.321Z] #44 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2025-08-08T09:46:29.321Z] #44 transferring dockerfile: 2.23kB 0.0s done [2025-08-08T09:46:29.321Z] #44 DONE 3.8s [2025-08-08T09:46:29.321Z] [2025-08-08T09:46:29.321Z] #38 [security-proxy-setup internal] load build context [2025-08-08T09:46:29.321Z] #38 transferring context: 164.27MB 6.8s [2025-08-08T09:46:32.653Z] #38 ... [2025-08-08T09:46:32.653Z] [2025-08-08T09:46:32.653Z] #23 [core-data internal] load build context [2025-08-08T09:46:32.653Z] #23 ... [2025-08-08T09:46:32.653Z] [2025-08-08T09:46:32.653Z] #45 [core-metadata internal] load build context [2025-08-08T09:46:32.653Z] #45 ... [2025-08-08T09:46:32.653Z] [2025-08-08T09:46:32.653Z] #46 [security-secretstore-setup internal] load build context [2025-08-08T09:46:32.910Z] #46 ... [2025-08-08T09:46:32.910Z] [2025-08-08T09:46:32.910Z] #47 [core-keeper internal] load build context [2025-08-08T09:46:32.910Z] #47 ... [2025-08-08T09:46:32.910Z] [2025-08-08T09:46:32.910Z] #48 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-08-08T09:46:32.910Z] #0 0.608 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-08T09:46:32.910Z] #0 0.853 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-08T09:46:32.910Z] #0 1.236 v3.20.7-30-g85ec64f84e1 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-08-08T09:46:32.910Z] #0 1.236 v3.20.7-30-g85ec64f84e1 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-08-08T09:46:32.910Z] #0 1.236 OK: 24174 distinct packages available [2025-08-08T09:46:32.910Z] #0 1.326 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-08T09:46:32.910Z] #0 1.398 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-08T09:46:32.910Z] #0 1.678 OK: 248 MiB in 58 packages [2025-08-08T09:46:32.910Z] #48 DONE 9.5s [2025-08-08T09:46:32.910Z] [2025-08-08T09:46:32.910Z] #47 [core-keeper internal] load build context [2025-08-08T09:46:32.910Z] #47 ... [2025-08-08T09:46:32.910Z] [2025-08-08T09:46:32.910Z] #49 [support-notifications internal] load build context [2025-08-08T09:46:32.910Z] #49 ... [2025-08-08T09:46:32.910Z] [2025-08-08T09:46:32.910Z] #50 [security-spiffe-token-provider internal] load build context [2025-08-08T09:46:33.168Z] #50 ... [2025-08-08T09:46:33.168Z] [2025-08-08T09:46:33.168Z] #51 [security-bootstrapper internal] load build context [2025-08-08T09:46:33.168Z] #51 ... [2025-08-08T09:46:33.168Z] [2025-08-08T09:46:33.168Z] #52 [support-scheduler internal] load build context [2025-08-08T09:46:33.425Z] #52 ... [2025-08-08T09:46:33.425Z] [2025-08-08T09:46:33.425Z] #53 [security-proxy-auth internal] load build context [2025-08-08T09:46:33.425Z] #53 ... [2025-08-08T09:46:33.425Z] [2025-08-08T09:46:33.425Z] #54 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-08-08T09:46:33.425Z] #0 3.313 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-08T09:46:33.425Z] #0 3.396 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-08T09:46:33.425Z] #0 3.699 OK: 248 MiB in 58 packages [2025-08-08T09:46:33.425Z] #54 ... [2025-08-08T09:46:33.425Z] [2025-08-08T09:46:33.425Z] #55 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2025-08-08T09:46:33.425Z] #0 0.606 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-08T09:46:33.425Z] #0 0.830 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-08T09:46:33.425Z] #0 1.305 OK: 248 MiB in 58 packages [2025-08-08T09:46:33.425Z] #55 DONE 10.1s [2025-08-08T09:46:33.425Z] [2025-08-08T09:46:33.426Z] #56 [core-metadata builder 3/7] RUN apk add --update --no-cache make git [2025-08-08T09:46:33.426Z] #0 1.813 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-08T09:46:33.426Z] #0 1.884 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-08T09:46:33.426Z] #0 2.515 OK: 248 MiB in 58 packages [2025-08-08T09:46:33.694Z] #56 ... [2025-08-08T09:46:33.694Z] [2025-08-08T09:46:33.694Z] #57 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-08-08T09:46:33.694Z] #57 ... [2025-08-08T09:46:33.694Z] [2025-08-08T09:46:33.694Z] #58 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-08-08T09:46:33.694Z] #0 5.161 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-08T09:46:33.694Z] #0 5.321 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-08T09:46:33.694Z] #0 5.615 v3.20.7-30-g85ec64f84e1 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-08-08T09:46:33.694Z] #0 5.615 v3.20.7-30-g85ec64f84e1 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-08-08T09:46:33.694Z] #0 5.615 OK: 24174 distinct packages available [2025-08-08T09:46:33.694Z] #0 5.703 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-08T09:46:33.694Z] #0 5.755 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-08T09:46:33.694Z] #0 6.056 (1/14) Installing ca-certificates (20250619-r0) [2025-08-08T09:46:33.694Z] #0 6.280 (2/14) Installing brotli-libs (1.1.0-r2) [2025-08-08T09:46:33.694Z] #0 6.283 (3/14) Installing c-ares (1.33.1-r0) [2025-08-08T09:46:33.694Z] #0 6.285 (4/14) Installing libunistring (1.2-r0) [2025-08-08T09:46:33.694Z] #0 6.300 (5/14) Installing libidn2 (2.3.7-r0) [2025-08-08T09:46:33.694Z] #0 6.302 (6/14) Installing nghttp2-libs (1.62.1-r0) [2025-08-08T09:46:33.694Z] #0 6.315 (7/14) Installing libpsl (0.21.5-r1) [2025-08-08T09:46:33.694Z] #0 6.318 (8/14) Installing zstd-libs (1.5.6-r0) [2025-08-08T09:46:33.694Z] #0 6.333 (9/14) Installing libcurl (8.12.1-r0) [2025-08-08T09:46:33.694Z] #0 6.343 (10/14) Installing curl (8.12.1-r0) [2025-08-08T09:46:33.694Z] #0 6.499 (11/14) Installing dumb-init (1.2.5-r3) [2025-08-08T09:46:33.694Z] #0 6.499 (12/14) Installing musl-obstack (1.2.3-r2) [2025-08-08T09:46:33.694Z] #0 6.501 (13/14) Installing libucontext (1.2-r3) [2025-08-08T09:46:33.694Z] #0 6.505 (14/14) Installing gcompat (1.1.0-r4) [2025-08-08T09:46:33.694Z] #0 6.509 Executing busybox-1.36.1-r29.trigger [2025-08-08T09:46:33.694Z] #0 6.515 Executing ca-certificates-20250619-r0.trigger [2025-08-08T09:46:33.694Z] #0 6.552 OK: 13 MiB in 28 packages [2025-08-08T09:46:33.956Z] #58 ... [2025-08-08T09:46:33.956Z] [2025-08-08T09:46:33.956Z] #59 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-08-08T09:46:33.956Z] #59 ... [2025-08-08T09:46:33.956Z] [2025-08-08T09:46:33.956Z] #60 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-08-08T09:46:33.956Z] #0 2.527 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-08T09:46:33.956Z] #0 2.627 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-08T09:46:33.956Z] #0 2.938 (1/1) Installing dumb-init (1.2.5-r3) [2025-08-08T09:46:33.956Z] #0 2.946 Executing busybox-1.36.1-r29.trigger [2025-08-08T09:46:33.956Z] #0 2.956 OK: 8 MiB in 15 packages [2025-08-08T09:46:33.956Z] #60 ... [2025-08-08T09:46:33.956Z] [2025-08-08T09:46:33.956Z] #61 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-08-08T09:46:34.222Z] #61 ... [2025-08-08T09:46:34.222Z] [2025-08-08T09:46:34.222Z] #62 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-08-08T09:46:34.222Z] #62 ... [2025-08-08T09:46:34.222Z] [2025-08-08T09:46:34.222Z] #63 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-08-08T09:46:34.222Z] #63 ... [2025-08-08T09:46:34.222Z] [2025-08-08T09:46:34.222Z] #64 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-08-08T09:46:34.222Z] #0 2.619 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-08T09:46:34.222Z] #0 2.693 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-08T09:46:34.222Z] #0 2.997 OK: 248 MiB in 58 packages [2025-08-08T09:46:34.484Z] #64 ... [2025-08-08T09:46:34.484Z] [2025-08-08T09:46:34.484Z] #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-08T09:46:34.484Z] #35 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.2s done [2025-08-08T09:46:34.484Z] #35 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-08-08T09:46:34.484Z] #35 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done [2025-08-08T09:46:34.484Z] #35 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done [2025-08-08T09:46:34.484Z] #35 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done [2025-08-08T09:46:34.484Z] #35 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.2s done [2025-08-08T09:46:34.484Z] #35 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.7s done [2025-08-08T09:46:34.484Z] #35 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done [2025-08-08T09:46:34.484Z] #35 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 2.6s done [2025-08-08T09:46:34.484Z] #35 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done [2025-08-08T09:46:34.484Z] #35 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done [2025-08-08T09:46:34.484Z] #35 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 1.8s [2025-08-08T09:46:34.484Z] #35 ... [2025-08-08T09:46:34.484Z] [2025-08-08T09:46:34.484Z] #43 [security-spire-agent internal] load build context [2025-08-08T09:46:34.484Z] #43 transferring context: 23.33kB done [2025-08-08T09:46:34.484Z] #43 DONE 6.9s [2025-08-08T09:46:34.484Z] [2025-08-08T09:46:34.484Z] #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-08T09:46:34.484Z] #35 ... [2025-08-08T09:46:34.484Z] [2025-08-08T09:46:34.484Z] #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-08-08T09:46:34.745Z] #65 ... [2025-08-08T09:46:34.745Z] [2025-08-08T09:46:34.745Z] #66 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-08-08T09:46:34.745Z] #66 ... [2025-08-08T09:46:34.745Z] [2025-08-08T09:46:34.745Z] #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-08-08T09:46:34.745Z] #67 ... [2025-08-08T09:46:34.745Z] [2025-08-08T09:46:34.745Z] #68 [core-command internal] load build context [2025-08-08T09:46:35.004Z] #68 ... [2025-08-08T09:46:35.004Z] [2025-08-08T09:46:35.004Z] #69 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-08-08T09:46:35.004Z] #0 2.396 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-08T09:46:35.004Z] #0 2.493 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-08T09:46:35.004Z] #0 2.781 (1/2) Installing dumb-init (1.2.5-r3) [2025-08-08T09:46:35.004Z] #0 2.789 (2/2) Installing su-exec (0.2-r3) [2025-08-08T09:46:35.004Z] #0 2.801 Executing busybox-1.36.1-r29.trigger [2025-08-08T09:46:35.004Z] #0 2.823 OK: 8 MiB in 16 packages [2025-08-08T09:46:35.004Z] #69 ... [2025-08-08T09:46:35.004Z] [2025-08-08T09:46:35.004Z] #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-08T09:46:35.004Z] #35 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 2.4s done [2025-08-08T09:46:38.295Z] #35 ... [2025-08-08T09:46:38.295Z] [2025-08-08T09:46:38.295Z] #70 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-08-08T09:46:38.295Z] #70 ... [2025-08-08T09:46:38.295Z] [2025-08-08T09:46:38.295Z] #69 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-08-08T09:46:38.295Z] #69 DONE 14.2s [2025-08-08T09:46:38.295Z] [2025-08-08T09:46:38.295Z] #15 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-08-08T09:46:38.295Z] #15 DONE 0.0s [2025-08-08T09:46:38.295Z] [2025-08-08T09:46:38.295Z] #19 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 [2025-08-08T09:46:38.295Z] #19 DONE 0.2s [2025-08-08T09:46:38.295Z] [2025-08-08T09:46:38.295Z] #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-08-08T09:46:38.295Z] #42 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 3.2s done [2025-08-08T09:46:38.295Z] #42 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done [2025-08-08T09:46:38.295Z] #42 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done [2025-08-08T09:46:38.295Z] #42 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done [2025-08-08T09:46:38.295Z] #42 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB done [2025-08-08T09:46:38.295Z] #42 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B done [2025-08-08T09:46:38.295Z] #42 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 2.9s done [2025-08-08T09:46:38.295Z] #42 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 3.2s done [2025-08-08T09:46:38.295Z] #42 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done [2025-08-08T09:46:38.295Z] #42 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c [2025-08-08T09:46:38.295Z] #42 ... [2025-08-08T09:46:38.295Z] [2025-08-08T09:46:38.295Z] #64 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-08-08T09:46:38.295Z] #64 DONE 14.4s [2025-08-08T09:46:38.295Z] [2025-08-08T09:46:38.295Z] #56 [core-metadata builder 3/7] RUN apk add --update --no-cache make git [2025-08-08T09:46:38.295Z] #56 DONE 14.5s [2025-08-08T09:46:38.295Z] [2025-08-08T09:46:38.295Z] #54 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-08-08T09:46:38.295Z] #54 DONE 14.5s [2025-08-08T09:46:38.296Z] [2025-08-08T09:46:38.296Z] #47 [core-keeper internal] load build context [2025-08-08T09:46:38.296Z] #47 transferring context: 591.46MB 11.8s done [2025-08-08T09:46:38.296Z] #47 DONE 15.4s [2025-08-08T09:46:38.296Z] [2025-08-08T09:46:38.296Z] #58 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-08-08T09:46:38.296Z] #58 DONE 14.3s [2025-08-08T09:46:38.296Z] [2025-08-08T09:46:38.296Z] #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-08-08T09:46:38.296Z] #67 DONE 14.3s [2025-08-08T09:46:38.296Z] [2025-08-08T09:46:38.296Z] #60 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-08-08T09:46:38.296Z] #60 DONE 14.3s [2025-08-08T09:46:38.296Z] [2025-08-08T09:46:38.296Z] #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-08-08T09:46:38.296Z] #65 11.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-08T09:46:38.296Z] #65 11.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-08T09:46:38.296Z] #65 11.82 v3.20.7-30-g85ec64f84e1 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-08-08T09:46:38.296Z] #65 11.82 v3.20.7-30-g85ec64f84e1 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-08-08T09:46:38.296Z] #65 11.82 OK: 24174 distinct packages available [2025-08-08T09:46:38.296Z] #65 11.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-08T09:46:38.296Z] #65 11.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-08T09:46:38.296Z] #65 12.30 (1/4) Installing dumb-init (1.2.5-r3) [2025-08-08T09:46:38.296Z] #65 12.30 (2/4) Installing musl-obstack (1.2.3-r2) [2025-08-08T09:46:38.296Z] #65 12.31 (3/4) Installing libucontext (1.2-r3) [2025-08-08T09:46:38.296Z] #65 12.31 (4/4) Installing gcompat (1.1.0-r4) [2025-08-08T09:46:38.296Z] #65 12.31 Executing busybox-1.36.1-r29.trigger [2025-08-08T09:46:38.296Z] #65 12.32 OK: 8 MiB in 18 packages [2025-08-08T09:46:38.296Z] #65 DONE 14.3s [2025-08-08T09:46:38.296Z] [2025-08-08T09:46:38.296Z] #49 [support-notifications internal] load build context [2025-08-08T09:46:38.296Z] #49 transferring context: 591.46MB 12.1s done [2025-08-08T09:46:38.296Z] #49 DONE 15.4s [2025-08-08T09:46:38.296Z] [2025-08-08T09:46:38.296Z] #23 [core-data internal] load build context [2025-08-08T09:46:38.296Z] #23 transferring context: 591.46MB 12.1s done [2025-08-08T09:46:38.296Z] #23 DONE 15.5s [2025-08-08T09:46:38.296Z] [2025-08-08T09:46:38.296Z] #52 [support-scheduler internal] load build context [2025-08-08T09:46:38.296Z] #52 transferring context: 591.46MB 12.3s done [2025-08-08T09:46:38.296Z] #52 DONE 15.5s [2025-08-08T09:46:38.296Z] [2025-08-08T09:46:38.296Z] #68 [core-command internal] load build context [2025-08-08T09:46:38.296Z] #68 transferring context: 591.46MB 12.2s done [2025-08-08T09:46:38.296Z] #68 DONE 15.3s [2025-08-08T09:46:38.296Z] [2025-08-08T09:46:38.296Z] #46 [security-secretstore-setup internal] load build context [2025-08-08T09:46:38.296Z] #46 transferring context: 591.46MB 12.7s done [2025-08-08T09:46:38.296Z] #46 DONE 15.2s [2025-08-08T09:46:38.296Z] [2025-08-08T09:46:38.296Z] #45 [core-metadata internal] load build context [2025-08-08T09:46:38.296Z] #45 transferring context: 591.46MB 12.9s done [2025-08-08T09:46:38.296Z] #45 DONE 15.5s [2025-08-08T09:46:38.296Z] [2025-08-08T09:46:38.296Z] #51 [security-bootstrapper internal] load build context [2025-08-08T09:46:38.296Z] #51 transferring context: 591.46MB 12.8s done [2025-08-08T09:46:38.296Z] #51 DONE 15.3s [2025-08-08T09:46:38.296Z] [2025-08-08T09:46:38.296Z] #50 [security-spiffe-token-provider internal] load build context [2025-08-08T09:46:38.296Z] #50 transferring context: 591.46MB 12.7s done [2025-08-08T09:46:38.296Z] #50 DONE 15.3s [2025-08-08T09:46:38.296Z] [2025-08-08T09:46:38.296Z] #53 [security-proxy-auth internal] load build context [2025-08-08T09:46:38.296Z] #53 transferring context: 591.46MB 13.8s done [2025-08-08T09:46:38.296Z] #53 DONE 15.3s [2025-08-08T09:46:38.296Z] [2025-08-08T09:46:38.296Z] #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-08-08T09:46:38.296Z] #42 ... [2025-08-08T09:46:38.296Z] [2025-08-08T09:46:38.296Z] #71 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade [2025-08-08T09:46:38.296Z] #71 ... [2025-08-08T09:46:38.296Z] [2025-08-08T09:46:38.296Z] #38 [security-proxy-setup internal] load build context [2025-08-08T09:46:38.296Z] #38 transferring context: 591.46MB 14.5s done [2025-08-08T09:46:38.296Z] #38 DONE 15.6s [2025-08-08T09:46:38.296Z] [2025-08-08T09:46:38.296Z] #72 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-08-08T09:46:38.296Z] #72 DONE 0.3s [2025-08-08T09:46:38.296Z] [2025-08-08T09:46:38.296Z] #73 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2025-08-08T09:46:38.296Z] #73 DONE 0.3s [2025-08-08T09:46:38.296Z] [2025-08-08T09:46:38.296Z] #74 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2025-08-08T09:46:38.296Z] #74 DONE 0.3s [2025-08-08T09:46:38.296Z] [2025-08-08T09:46:38.296Z] #75 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-08-08T09:46:38.296Z] #75 DONE 0.3s [2025-08-08T09:46:38.296Z] [2025-08-08T09:46:38.296Z] #76 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-08-08T09:46:38.296Z] #76 DONE 0.3s [2025-08-08T09:46:38.296Z] [2025-08-08T09:46:38.296Z] #35 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-08T09:46:38.555Z] #35 DONE 14.9s [2025-08-08T09:46:38.555Z] [2025-08-08T09:46:38.555Z] #31 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest [2025-08-08T09:46:38.555Z] #31 DONE 0.4s [2025-08-08T09:46:38.555Z] [2025-08-08T09:46:38.555Z] #33 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go [2025-08-08T09:46:38.555Z] #33 DONE 0.6s [2025-08-08T09:46:38.555Z] [2025-08-08T09:46:38.555Z] #24 [core-common-config-bootstrapper stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-08T09:46:38.555Z] #24 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-08-08T09:46:38.555Z] #24 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done [2025-08-08T09:46:38.555Z] #24 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done [2025-08-08T09:46:38.555Z] #24 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-08-08T09:46:38.555Z] #24 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done [2025-08-08T09:46:38.555Z] #24 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.2s done [2025-08-08T09:46:38.555Z] #24 DONE 1.2s [2025-08-08T09:46:38.555Z] [2025-08-08T09:46:38.555Z] #56 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-08-08T09:46:38.555Z] #56 DONE 14.5s [2025-08-08T09:46:38.555Z] [2025-08-08T09:46:38.555Z] #60 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-08-08T09:46:38.555Z] #60 DONE 14.3s [2025-08-08T09:46:38.555Z] [2025-08-08T09:46:38.555Z] #77 [core-common-config-bootstrapper internal] load .dockerignore [2025-08-08T09:46:38.555Z] #77 transferring context: 50B done [2025-08-08T09:46:38.555Z] #77 DONE 0.5s [2025-08-08T09:46:38.555Z] [2025-08-08T09:46:38.555Z] #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-08-08T09:46:38.555Z] #42 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 0.6s done [2025-08-08T09:46:38.555Z] #42 DONE 10.9s [2025-08-08T09:46:38.555Z] [2025-08-08T09:46:38.555Z] #78 [core-common-config-bootstrapper internal] load build context [2025-08-08T09:46:40.463Z] #78 ... [2025-08-08T09:46:40.463Z] [2025-08-08T09:46:40.463Z] #66 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-08-08T09:46:40.463Z] #66 15.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-08T09:46:40.463Z] #66 15.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-08T09:46:40.463Z] #66 15.77 (1/1) Installing dumb-init (1.2.5-r3) [2025-08-08T09:46:40.463Z] #66 15.78 Executing busybox-1.36.1-r29.trigger [2025-08-08T09:46:40.463Z] #66 15.80 OK: 8 MiB in 15 packages [2025-08-08T09:46:40.463Z] #66 DONE 16.7s [2025-08-08T09:46:40.463Z] [2025-08-08T09:46:40.463Z] #78 [core-common-config-bootstrapper internal] load build context [2025-08-08T09:46:40.463Z] #78 ... [2025-08-08T09:46:40.463Z] [2025-08-08T09:46:40.463Z] #63 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-08-08T09:46:40.463Z] #63 15.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-08T09:46:40.463Z] #63 15.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-08T09:46:40.463Z] #63 15.65 (1/4) Installing dumb-init (1.2.5-r3) [2025-08-08T09:46:40.463Z] #63 15.67 (2/4) Installing openssl (3.3.4-r0) [2025-08-08T09:46:40.463Z] #63 15.68 (3/4) Installing su-exec (0.2-r3) [2025-08-08T09:46:40.463Z] #63 15.68 (4/4) Installing yq-go (4.44.1-r2) [2025-08-08T09:46:40.463Z] #63 15.79 Executing busybox-1.36.1-r29.trigger [2025-08-08T09:46:40.463Z] #63 15.79 OK: 19 MiB in 18 packages [2025-08-08T09:46:40.463Z] #63 DONE 16.7s [2025-08-08T09:46:40.463Z] [2025-08-08T09:46:40.463Z] #59 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-08-08T09:46:40.463Z] #59 15.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-08T09:46:40.463Z] #59 15.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-08T09:46:40.463Z] #59 15.70 (1/7) Installing ca-certificates (20250619-r0) [2025-08-08T09:46:40.463Z] #59 15.72 (2/7) Installing dumb-init (1.2.5-r3) [2025-08-08T09:46:40.463Z] #59 15.72 (3/7) Installing libgcc (13.2.1_git20240309-r1) [2025-08-08T09:46:40.463Z] #59 15.72 (4/7) Installing libsodium (1.0.19-r0) [2025-08-08T09:46:40.463Z] #59 15.73 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) [2025-08-08T09:46:40.463Z] #59 15.76 (6/7) Installing libzmq (4.3.5-r2) [2025-08-08T09:46:40.463Z] #59 15.78 (7/7) Installing zeromq (4.3.5-r2) [2025-08-08T09:46:40.463Z] #59 15.78 Executing busybox-1.36.1-r29.trigger [2025-08-08T09:46:40.463Z] #59 15.79 Executing ca-certificates-20250619-r0.trigger [2025-08-08T09:46:40.463Z] #59 15.84 OK: 12 MiB in 21 packages [2025-08-08T09:46:40.463Z] #59 DONE 16.7s [2025-08-08T09:46:40.463Z] [2025-08-08T09:46:40.463Z] #61 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-08-08T09:46:40.463Z] #61 15.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-08T09:46:40.463Z] #61 15.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-08T09:46:40.463Z] #61 15.70 (1/4) Installing ca-certificates (20250619-r0) [2025-08-08T09:46:40.463Z] #61 15.72 (2/4) Installing dumb-init (1.2.5-r3) [2025-08-08T09:46:40.463Z] #61 15.72 (3/4) Installing su-exec (0.2-r3) [2025-08-08T09:46:40.463Z] #61 15.73 (4/4) Installing yq-go (4.44.1-r2) [2025-08-08T09:46:40.463Z] #61 15.81 Executing busybox-1.36.1-r29.trigger [2025-08-08T09:46:40.463Z] #61 15.82 Executing ca-certificates-20250619-r0.trigger [2025-08-08T09:46:40.463Z] #61 15.88 OK: 19 MiB in 18 packages [2025-08-08T09:46:40.463Z] #61 DONE 16.7s [2025-08-08T09:46:40.463Z] [2025-08-08T09:46:40.463Z] #62 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-08-08T09:46:40.463Z] #62 15.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-08T09:46:40.463Z] #62 15.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-08T09:46:40.463Z] #62 16.00 (1/3) Installing ca-certificates (20250619-r0) [2025-08-08T09:46:40.463Z] #62 16.03 (2/3) Installing dumb-init (1.2.5-r3) [2025-08-08T09:46:40.463Z] #62 16.03 (3/3) Installing tzdata (2025b-r0) [2025-08-08T09:46:40.463Z] #62 16.08 Executing busybox-1.36.1-r29.trigger [2025-08-08T09:46:40.463Z] #62 16.10 Executing ca-certificates-20250619-r0.trigger [2025-08-08T09:46:40.463Z] #62 16.14 OK: 10 MiB in 17 packages [2025-08-08T09:46:40.463Z] #62 DONE 16.8s [2025-08-08T09:46:40.463Z] [2025-08-08T09:46:40.463Z] #57 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-08-08T09:46:40.463Z] #57 14.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-08T09:46:40.463Z] #57 14.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-08T09:46:40.463Z] #57 15.20 v3.20.7-30-g85ec64f84e1 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-08-08T09:46:40.463Z] #57 15.20 v3.20.7-30-g85ec64f84e1 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-08-08T09:46:40.463Z] #57 15.20 OK: 24174 distinct packages available [2025-08-08T09:46:40.463Z] #57 15.31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-08T09:46:40.463Z] #57 15.44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-08T09:46:40.463Z] #57 15.94 (1/5) Installing dumb-init (1.2.5-r3) [2025-08-08T09:46:40.463Z] #57 15.94 (2/5) Installing musl-obstack (1.2.3-r2) [2025-08-08T09:46:40.463Z] #57 15.94 (3/5) Installing libucontext (1.2-r3) [2025-08-08T09:46:40.463Z] #57 15.97 (4/5) Installing gcompat (1.1.0-r4) [2025-08-08T09:46:40.463Z] #57 15.97 (5/5) Installing openssl (3.3.4-r0) [2025-08-08T09:46:40.463Z] #57 15.98 Executing busybox-1.36.1-r29.trigger [2025-08-08T09:46:40.463Z] #57 15.98 OK: 9 MiB in 19 packages [2025-08-08T09:46:40.463Z] #57 DONE 16.8s [2025-08-08T09:46:40.463Z] [2025-08-08T09:46:40.463Z] #78 [core-common-config-bootstrapper internal] load build context [2025-08-08T09:46:40.721Z] #78 ... [2025-08-08T09:46:40.721Z] [2025-08-08T09:46:40.721Z] #79 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-08-08T09:46:40.721Z] #0 1.436 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-08T09:46:40.721Z] #0 1.549 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-08T09:46:40.721Z] #0 1.971 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-08-08T09:46:40.721Z] #0 1.988 Executing busybox-1.36.1-r30.post-upgrade [2025-08-08T09:46:40.721Z] #0 2.482 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-08-08T09:46:40.721Z] #0 2.485 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-08-08T09:46:40.721Z] #0 2.488 Executing busybox-1.36.1-r30.trigger [2025-08-08T09:46:40.721Z] #0 2.505 OK: 13 MiB in 28 packages [2025-08-08T09:46:40.721Z] #79 DONE 2.9s [2025-08-08T09:46:40.721Z] [2025-08-08T09:46:40.721Z] #78 [core-common-config-bootstrapper internal] load build context [2025-08-08T09:46:41.297Z] #78 ... [2025-08-08T09:46:41.297Z] [2025-08-08T09:46:41.297Z] #80 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-08-08T09:46:41.297Z] #0 2.468 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-08T09:46:41.297Z] #0 2.560 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-08T09:46:41.297Z] #0 2.917 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-08-08T09:46:41.297Z] #0 2.933 Executing busybox-1.36.1-r30.post-upgrade [2025-08-08T09:46:41.297Z] #0 2.995 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-08-08T09:46:41.297Z] #0 2.996 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-08-08T09:46:41.297Z] #0 3.004 Executing busybox-1.36.1-r30.trigger [2025-08-08T09:46:41.297Z] #0 3.005 OK: 8 MiB in 16 packages [2025-08-08T09:46:41.297Z] #80 DONE 3.3s [2025-08-08T09:46:41.297Z] [2025-08-08T09:46:41.297Z] #81 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-08-08T09:46:41.297Z] #0 2.451 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-08T09:46:41.297Z] #0 2.524 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-08T09:46:41.297Z] #0 2.905 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-08-08T09:46:41.297Z] #0 2.931 Executing busybox-1.36.1-r30.post-upgrade [2025-08-08T09:46:41.297Z] #0 3.000 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-08-08T09:46:41.297Z] #0 3.004 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-08-08T09:46:41.297Z] #0 3.012 Executing busybox-1.36.1-r30.trigger [2025-08-08T09:46:41.297Z] #0 3.018 OK: 8 MiB in 18 packages [2025-08-08T09:46:41.297Z] #81 DONE 3.3s [2025-08-08T09:46:41.297Z] [2025-08-08T09:46:41.297Z] #71 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade [2025-08-08T09:46:41.297Z] #71 2.273 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-08T09:46:41.297Z] #71 2.361 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-08T09:46:41.297Z] #71 2.708 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-08-08T09:46:41.297Z] #71 2.728 Executing busybox-1.36.1-r30.post-upgrade [2025-08-08T09:46:41.297Z] #71 2.945 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-08-08T09:46:41.297Z] #71 2.948 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-08-08T09:46:41.297Z] #71 2.956 Executing busybox-1.36.1-r30.trigger [2025-08-08T09:46:41.297Z] #71 2.961 OK: 8 MiB in 15 packages [2025-08-08T09:46:41.297Z] #71 DONE 3.3s [2025-08-08T09:46:41.297Z] [2025-08-08T09:46:41.297Z] #78 [core-common-config-bootstrapper internal] load build context [2025-08-08T09:46:42.675Z] #78 ... [2025-08-08T09:46:42.675Z] [2025-08-08T09:46:42.675Z] #82 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-08-08T09:46:42.675Z] #82 DONE 1.2s [2025-08-08T09:46:42.675Z] [2025-08-08T09:46:42.675Z] #78 [core-common-config-bootstrapper internal] load build context [2025-08-08T09:46:42.675Z] #78 ... [2025-08-08T09:46:42.675Z] [2025-08-08T09:46:42.675Z] #83 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2025-08-08T09:46:42.675Z] #83 DONE 0.1s [2025-08-08T09:46:42.675Z] [2025-08-08T09:46:42.675Z] #78 [core-common-config-bootstrapper internal] load build context [2025-08-08T09:46:42.675Z] #78 transferring context: 591.46MB 4.3s done [2025-08-08T09:46:42.675Z] #78 DONE 4.3s [2025-08-08T09:46:42.675Z] [2025-08-08T09:46:42.675Z] #84 [security-spire-config stage-2 6/10] COPY security.txt / [2025-08-08T09:46:42.675Z] #84 DONE 0.1s [2025-08-08T09:46:42.675Z] [2025-08-08T09:46:42.675Z] #85 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2025-08-08T09:46:42.675Z] #85 DONE 0.1s [2025-08-08T09:46:42.675Z] [2025-08-08T09:46:42.675Z] #73 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-08-08T09:46:42.675Z] #73 DONE 0.3s [2025-08-08T09:46:42.675Z] [2025-08-08T09:46:42.675Z] #86 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2025-08-08T09:46:42.675Z] #86 DONE 0.0s [2025-08-08T09:46:42.675Z] [2025-08-08T09:46:42.675Z] #87 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2025-08-08T09:46:42.675Z] #87 DONE 0.0s [2025-08-08T09:46:42.675Z] [2025-08-08T09:46:42.675Z] #88 [security-spire-config] exporting to image [2025-08-08T09:46:42.675Z] #88 exporting layers [2025-08-08T09:46:43.241Z] #88 ... [2025-08-08T09:46:43.241Z] [2025-08-08T09:46:43.241Z] #89 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-08-08T09:46:43.241Z] #0 2.067 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-08T09:46:43.241Z] #0 2.164 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-08T09:46:43.241Z] #0 2.478 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-08-08T09:46:43.241Z] #0 2.493 Executing busybox-1.36.1-r30.post-upgrade [2025-08-08T09:46:43.241Z] #0 2.532 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-08-08T09:46:43.241Z] #0 2.534 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-08-08T09:46:43.241Z] #0 2.538 Executing busybox-1.36.1-r30.trigger [2025-08-08T09:46:43.241Z] #0 2.541 OK: 8 MiB in 15 packages [2025-08-08T09:46:43.241Z] #89 DONE 2.7s [2025-08-08T09:46:43.241Z] [2025-08-08T09:46:43.241Z] #90 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-08-08T09:46:43.241Z] #90 DONE 1.9s [2025-08-08T09:46:43.241Z] [2025-08-08T09:46:43.241Z] #91 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2025-08-08T09:46:43.241Z] #91 DONE 0.0s [2025-08-08T09:46:43.241Z] [2025-08-08T09:46:43.241Z] #88 [security-spire-config] exporting to image [2025-08-08T09:46:43.241Z] #88 exporting layers 0.4s done [2025-08-08T09:46:43.241Z] #88 writing image sha256:f8f1eee816037d278e60c2113f604f9d591665b1888b74e141c4b305eaa07dbf done [2025-08-08T09:46:43.241Z] #88 naming to docker.io/library/security-spire-config [2025-08-08T09:46:43.241Z] #88 naming to docker.io/library/security-spire-config done [2025-08-08T09:46:43.241Z] #88 DONE 0.5s [2025-08-08T09:46:43.241Z] [2025-08-08T09:46:43.241Z] #92 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-08-08T09:46:43.241Z] #0 2.374 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-08T09:46:43.241Z] #0 2.460 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-08T09:46:43.241Z] #0 2.810 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-08-08T09:46:43.241Z] #0 2.830 Executing busybox-1.36.1-r30.post-upgrade [2025-08-08T09:46:43.241Z] #0 2.890 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-08-08T09:46:43.241Z] #0 2.894 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-08-08T09:46:43.241Z] #0 2.898 Executing busybox-1.36.1-r30.trigger [2025-08-08T09:46:43.241Z] #0 2.908 OK: 19 MiB in 18 packages [2025-08-08T09:46:43.502Z] #92 ... [2025-08-08T09:46:43.502Z] [2025-08-08T09:46:43.502Z] #93 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-08-08T09:46:43.502Z] #0 2.373 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-08T09:46:43.502Z] #0 2.448 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-08T09:46:43.502Z] #0 2.770 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-08-08T09:46:43.502Z] #0 2.789 Executing busybox-1.36.1-r30.post-upgrade [2025-08-08T09:46:43.502Z] #0 2.833 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-08-08T09:46:43.502Z] #0 2.841 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-08-08T09:46:43.502Z] #0 2.841 Executing busybox-1.36.1-r30.trigger [2025-08-08T09:46:43.502Z] #0 2.850 OK: 19 MiB in 18 packages [2025-08-08T09:46:43.502Z] #93 DONE 3.0s [2025-08-08T09:46:43.502Z] [2025-08-08T09:46:43.502Z] #94 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2025-08-08T09:46:43.502Z] #94 DONE 0.0s [2025-08-08T09:46:43.502Z] [2025-08-08T09:46:43.502Z] #92 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-08-08T09:46:43.502Z] #92 DONE 3.1s [2025-08-08T09:46:43.502Z] [2025-08-08T09:46:43.502Z] #95 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-08-08T09:46:43.502Z] #0 2.609 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-08T09:46:43.502Z] #0 2.720 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-08T09:46:43.502Z] #0 3.073 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-08-08T09:46:43.502Z] #0 3.087 Executing busybox-1.36.1-r30.post-upgrade [2025-08-08T09:46:43.502Z] #0 3.119 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-08-08T09:46:43.502Z] #0 3.121 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-08-08T09:46:43.502Z] #0 3.124 Executing busybox-1.36.1-r30.trigger [2025-08-08T09:46:43.502Z] #0 3.130 OK: 12 MiB in 21 packages [2025-08-08T09:46:43.761Z] #95 DONE 3.3s [2025-08-08T09:46:43.761Z] [2025-08-08T09:46:43.761Z] #96 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2025-08-08T09:46:43.761Z] #0 2.653 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-08T09:46:43.761Z] #0 2.733 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-08T09:46:43.761Z] #0 3.101 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-08-08T09:46:43.761Z] #0 3.116 Executing busybox-1.36.1-r30.post-upgrade [2025-08-08T09:46:43.761Z] #0 3.161 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-08-08T09:46:43.761Z] #0 3.166 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-08-08T09:46:43.761Z] #0 3.170 Executing busybox-1.36.1-r30.trigger [2025-08-08T09:46:43.761Z] #0 3.178 OK: 9 MiB in 19 packages [2025-08-08T09:46:43.761Z] #96 DONE 3.3s [2025-08-08T09:46:43.761Z] [2025-08-08T09:46:43.761Z] #97 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-08-08T09:46:44.019Z] #97 ... [2025-08-08T09:46:44.019Z] [2025-08-08T09:46:44.019Z] #98 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-08-08T09:46:44.019Z] #0 2.642 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-08T09:46:44.019Z] #0 2.742 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-08T09:46:44.019Z] #0 3.142 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-08-08T09:46:44.019Z] #0 3.162 Executing busybox-1.36.1-r30.post-upgrade [2025-08-08T09:46:44.019Z] #0 3.200 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-08-08T09:46:44.019Z] #0 3.205 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-08-08T09:46:44.019Z] #0 3.208 Executing busybox-1.36.1-r30.trigger [2025-08-08T09:46:44.019Z] #0 3.221 OK: 10 MiB in 17 packages [2025-08-08T09:46:44.019Z] #98 DONE 3.7s [2025-08-08T09:46:44.281Z] [2025-08-08T09:46:44.281Z] #99 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-08-08T09:46:44.281Z] #99 DONE 0.4s [2025-08-08T09:46:44.281Z] [2025-08-08T09:46:44.281Z] #97 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-08-08T09:46:44.281Z] #97 DONE 0.4s [2025-08-08T09:46:44.281Z] [2025-08-08T09:46:44.281Z] #100 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-08-08T09:46:44.281Z] #100 DONE 0.0s [2025-08-08T09:46:44.281Z] [2025-08-08T09:46:44.281Z] #101 [security-spire-server stage-2 6/9] COPY security.txt / [2025-08-08T09:46:44.281Z] #101 DONE 0.1s [2025-08-08T09:46:44.281Z] [2025-08-08T09:46:44.281Z] #102 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-08-08T09:46:44.849Z] #102 DONE 0.3s [2025-08-08T09:46:44.849Z] [2025-08-08T09:46:44.849Z] #103 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-08-08T09:46:44.849Z] #103 DONE 0.5s [2025-08-08T09:46:44.849Z] [2025-08-08T09:46:44.849Z] #104 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2025-08-08T09:46:44.849Z] #104 DONE 0.0s [2025-08-08T09:46:44.849Z] [2025-08-08T09:46:44.849Z] #105 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2025-08-08T09:46:44.849Z] #105 DONE 0.0s [2025-08-08T09:46:44.849Z] [2025-08-08T09:46:44.849Z] #106 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2025-08-08T09:46:44.849Z] #106 DONE 0.0s [2025-08-08T09:46:44.849Z] [2025-08-08T09:46:44.849Z] #107 [security-spire-agent stage-3 7/10] COPY security.txt / [2025-08-08T09:46:44.849Z] #107 DONE 0.0s [2025-08-08T09:46:44.849Z] [2025-08-08T09:46:44.849Z] #108 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2025-08-08T09:46:44.849Z] #108 DONE 0.1s [2025-08-08T09:46:44.849Z] [2025-08-08T09:46:44.849Z] #109 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2025-08-08T09:46:44.849Z] #109 DONE 0.0s [2025-08-08T09:46:44.849Z] [2025-08-08T09:46:44.849Z] #110 [security-spire-server] exporting to image [2025-08-08T09:46:44.849Z] #110 ... [2025-08-08T09:46:44.849Z] [2025-08-08T09:46:44.849Z] #111 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2025-08-08T09:46:44.849Z] #111 DONE 0.0s [2025-08-08T09:46:45.108Z] [2025-08-08T09:46:45.108Z] #112 [security-spire-agent] exporting to image [2025-08-08T09:46:45.371Z] #112 ... [2025-08-08T09:46:45.371Z] [2025-08-08T09:46:45.371Z] #110 [security-spire-server] exporting to image [2025-08-08T09:46:45.371Z] #110 exporting layers 0.4s done [2025-08-08T09:46:45.371Z] #110 writing image sha256:ad4dfa24bcf618ccafe7574d3c200cbe47e28aee1148ac23db2a03fcd69054e6 done [2025-08-08T09:46:45.371Z] #110 naming to docker.io/library/security-spire-server done [2025-08-08T09:46:45.371Z] #110 DONE 0.4s [2025-08-08T09:46:45.371Z] [2025-08-08T09:46:45.371Z] #112 [security-spire-agent] exporting to image [2025-08-08T09:46:45.371Z] #112 exporting layers 0.4s done [2025-08-08T09:46:45.371Z] #112 writing image sha256:07b3dd1e2580b305b982c94559f316d94188e3b366a0f46bb6fa115aff5fac9a done [2025-08-08T09:46:45.371Z] #112 naming to docker.io/library/security-spire-agent done [2025-08-08T09:46:45.371Z] #112 DONE 0.5s [2025-08-08T09:46:45.371Z] [2025-08-08T09:46:45.371Z] #113 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-08T09:46:47.277Z] #113 ... [2025-08-08T09:46:47.277Z] [2025-08-08T09:46:47.277Z] #70 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-08-08T09:46:47.277Z] #70 12.68 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-08T09:46:47.277Z] #70 15.70 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-08T09:46:47.277Z] #70 19.37 OK: 248 MiB in 58 packages [2025-08-08T09:46:47.277Z] #70 DONE 19.5s [2025-08-08T09:46:47.277Z] [2025-08-08T09:46:47.277Z] #114 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-08-08T09:46:47.277Z] #114 DONE 0.1s [2025-08-08T09:46:47.277Z] [2025-08-08T09:46:47.277Z] #115 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-08T09:46:48.211Z] #115 ... [2025-08-08T09:46:48.211Z] [2025-08-08T09:46:48.211Z] #116 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-08-08T09:46:48.211Z] #0 1.601 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-08T09:46:48.211Z] #0 4.565 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-08T09:46:48.211Z] #0 8.297 (1/1) Installing dumb-init (1.2.5-r3) [2025-08-08T09:46:48.211Z] #0 9.998 Executing busybox-1.36.1-r29.trigger [2025-08-08T09:46:48.211Z] #0 10.00 OK: 8 MiB in 15 packages [2025-08-08T09:46:48.211Z] #116 ... [2025-08-08T09:46:48.211Z] [2025-08-08T09:46:48.211Z] #117 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-08T09:46:48.470Z] #117 ... [2025-08-08T09:46:48.470Z] [2025-08-08T09:46:48.470Z] #118 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-08T09:46:48.729Z] #118 ... [2025-08-08T09:46:48.729Z] [2025-08-08T09:46:48.729Z] #119 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-08T09:46:48.729Z] #119 ... [2025-08-08T09:46:48.729Z] [2025-08-08T09:46:48.729Z] #120 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-08T09:46:49.662Z] #120 ... [2025-08-08T09:46:49.662Z] [2025-08-08T09:46:49.662Z] #116 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-08-08T09:46:49.662Z] #116 DONE 11.7s [2025-08-08T09:46:49.662Z] [2025-08-08T09:46:49.662Z] #113 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-08T09:46:59.361Z] Removing intermediate container abd48bd40bb7 [2025-08-08T09:46:59.361Z] ---> e9aa4349b529 [2025-08-08T09:46:59.361Z] Successfully built e9aa4349b529 [2025-08-08T09:46:59.361Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:46:59.709Z] + docker inspect -f . ci-base-image-arm64 [2025-08-08T09:46:59.709Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-08T09:46:59.918Z] prd-ubuntu20.04-docker-arm64-4c-16g-6545 does not seem to be running inside a container [2025-08-08T09:46:59.986Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/883 -v /w/workspace/edgex-go/883:/w/workspace/edgex-go/883:rw,z -v /w/workspace/edgex-go/883@tmp:/w/workspace/edgex-go/883@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2025-08-08T09:47:01.196Z] $ docker top 27629e5760bb4fd41afc644a2b2a90f47618c2e6b3f9c6f230b374abe9b5a15f -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-08T09:47:02.041Z] + go version [2025-08-08T09:47:02.041Z] go version go1.23.9 linux/arm64 [Pipeline] } [2025-08-08T09:47:02.057Z] $ docker stop --time=1 27629e5760bb4fd41afc644a2b2a90f47618c2e6b3f9c6f230b374abe9b5a15f [2025-08-08T09:47:03.658Z] $ docker rm -f --volumes 27629e5760bb4fd41afc644a2b2a90f47618c2e6b3f9c6f230b374abe9b5a15f [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-08-08T09:47:04.625Z] #113 ... [2025-08-08T09:47:04.625Z] [2025-08-08T09:47:04.625Z] #117 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-08T09:47:04.625Z] #117 DONE 24.2s [2025-08-08T09:47:04.625Z] [2025-08-08T09:47:04.625Z] #118 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-08T09:47:04.625Z] #118 DONE 24.3s [2025-08-08T09:47:04.625Z] [2025-08-08T09:47:04.625Z] #113 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-08T09:47:04.625Z] #113 DONE 24.3s [2025-08-08T09:47:04.625Z] [2025-08-08T09:47:04.625Z] #120 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-08T09:47:04.625Z] #120 DONE 24.3s [2025-08-08T09:47:04.625Z] [2025-08-08T09:47:04.625Z] #119 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-08T09:47:04.625Z] #119 DONE 24.3s [2025-08-08T09:47:04.625Z] [2025-08-08T09:47:04.625Z] #115 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-08T09:47:04.625Z] #115 DONE 15.4s [2025-08-08T09:47:04.625Z] [2025-08-08T09:47:04.625Z] #121 [core-data builder 6/7] COPY . . [2025-08-08T09:47:05.621Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-08-08T09:47:05.622Z] [2025-08-08T09:47:05.622Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:47:05.960Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-08-08T09:47:05.960Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2025-08-08T09:47:05.960Z] 547446be3368: Pulling fs layer [2025-08-08T09:47:05.960Z] d125d8839a47: Pulling fs layer [2025-08-08T09:47:05.960Z] 3e85d5ac6304: Pulling fs layer [2025-08-08T09:47:05.960Z] c3105a71a48b: Pulling fs layer [2025-08-08T09:47:05.960Z] 0f093f025ec4: Pulling fs layer [2025-08-08T09:47:05.960Z] c3106fc0e877: Pulling fs layer [2025-08-08T09:47:05.961Z] c3105a71a48b: Waiting [2025-08-08T09:47:05.961Z] 0f093f025ec4: Waiting [2025-08-08T09:47:05.961Z] c3106fc0e877: Waiting [2025-08-08T09:47:06.228Z] 547446be3368: Verifying Checksum [2025-08-08T09:47:06.229Z] 547446be3368: Download complete [2025-08-08T09:47:06.229Z] c3105a71a48b: Verifying Checksum [2025-08-08T09:47:06.229Z] c3105a71a48b: Download complete [2025-08-08T09:47:06.494Z] d125d8839a47: Verifying Checksum [2025-08-08T09:47:06.494Z] d125d8839a47: Download complete [2025-08-08T09:47:06.494Z] c3106fc0e877: Verifying Checksum [2025-08-08T09:47:06.494Z] c3106fc0e877: Download complete [2025-08-08T09:47:06.761Z] 0f093f025ec4: Verifying Checksum [2025-08-08T09:47:06.761Z] 0f093f025ec4: Download complete [2025-08-08T09:47:07.028Z] 547446be3368: Pull complete [2025-08-08T09:47:08.431Z] d125d8839a47: Pull complete [2025-08-08T09:47:08.697Z] 3e85d5ac6304: Download complete [2025-08-08T09:47:12.744Z] #121 DONE 9.8s [2025-08-08T09:47:12.744Z] [2025-08-08T09:47:12.744Z] #122 [security-bootstrapper builder 6/7] COPY . . [2025-08-08T09:47:12.744Z] #122 DONE 9.8s [2025-08-08T09:47:12.744Z] [2025-08-08T09:47:12.744Z] #123 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2025-08-08T09:47:12.744Z] #123 CACHED [2025-08-08T09:47:12.744Z] [2025-08-08T09:47:12.744Z] #124 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-08T09:47:12.744Z] #124 CACHED [2025-08-08T09:47:12.744Z] [2025-08-08T09:47:12.744Z] #125 [security-proxy-setup builder 6/7] COPY . . [2025-08-08T09:47:12.744Z] #125 CACHED [2025-08-08T09:47:12.744Z] [2025-08-08T09:47:12.744Z] #126 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-08T09:47:12.744Z] #126 CACHED [2025-08-08T09:47:12.744Z] [2025-08-08T09:47:12.744Z] #127 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2025-08-08T09:47:12.744Z] #127 CACHED [2025-08-08T09:47:12.744Z] [2025-08-08T09:47:12.744Z] #128 [security-secretstore-setup builder 6/7] COPY . . [2025-08-08T09:47:12.744Z] #128 CACHED [2025-08-08T09:47:12.744Z] [2025-08-08T09:47:12.744Z] #129 [support-notifications builder 6/7] COPY . . [2025-08-08T09:47:12.744Z] #129 DONE 9.8s [2025-08-08T09:47:12.744Z] [2025-08-08T09:47:12.744Z] #130 [support-scheduler builder 6/7] COPY . . [2025-08-08T09:47:12.744Z] #130 DONE 9.8s [2025-08-08T09:47:12.744Z] [2025-08-08T09:47:12.744Z] #131 [security-spiffe-token-provider builder 6/7] COPY . . [2025-08-08T09:47:12.744Z] #131 DONE 9.8s [2025-08-08T09:47:12.744Z] [2025-08-08T09:47:12.744Z] #132 [core-common-config-bootstrapper builder 6/7] COPY . . [2025-08-08T09:47:12.744Z] #132 CACHED [2025-08-08T09:47:12.744Z] [2025-08-08T09:47:12.744Z] #133 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-08-08T09:47:12.744Z] #133 CACHED [2025-08-08T09:47:12.744Z] [2025-08-08T09:47:12.744Z] #134 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-08T09:47:12.744Z] #134 CACHED [2025-08-08T09:47:12.744Z] [2025-08-08T09:47:12.744Z] #135 [core-keeper builder 7/8] COPY . . [2025-08-08T09:47:12.744Z] #135 DONE 9.8s [2025-08-08T09:47:12.744Z] [2025-08-08T09:47:12.744Z] #136 [core-command builder 4/7] COPY go.mod vendor* ./ [2025-08-08T09:47:12.744Z] #136 CACHED [2025-08-08T09:47:12.744Z] [2025-08-08T09:47:12.744Z] #137 [core-command builder 6/7] COPY . . [2025-08-08T09:47:12.744Z] #137 CACHED [2025-08-08T09:47:12.744Z] [2025-08-08T09:47:12.744Z] #138 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-08T09:47:12.744Z] #138 CACHED [2025-08-08T09:47:12.744Z] [2025-08-08T09:47:12.744Z] #139 [core-metadata builder 6/7] COPY . . [2025-08-08T09:47:12.744Z] #139 CACHED [2025-08-08T09:47:12.744Z] [2025-08-08T09:47:12.744Z] #140 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-08T09:47:12.744Z] #140 CACHED [2025-08-08T09:47:12.744Z] [2025-08-08T09:47:12.744Z] #141 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2025-08-08T09:47:12.744Z] #141 CACHED [2025-08-08T09:47:12.744Z] [2025-08-08T09:47:12.744Z] #142 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-08T09:47:12.744Z] #142 CACHED [2025-08-08T09:47:12.744Z] [2025-08-08T09:47:12.744Z] #143 [security-proxy-auth builder 6/7] COPY . . [2025-08-08T09:47:12.744Z] #143 CACHED [2025-08-08T09:47:12.744Z] [2025-08-08T09:47:12.744Z] #144 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2025-08-08T09:47:12.744Z] #144 CACHED [2025-08-08T09:47:12.744Z] [2025-08-08T09:47:12.744Z] #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-08-08T09:47:13.006Z] #145 0.639 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-08-08T09:47:18.761Z] 3e85d5ac6304: Pull complete [2025-08-08T09:47:18.761Z] c3105a71a48b: Pull complete [2025-08-08T09:47:19.339Z] 0f093f025ec4: Pull complete [2025-08-08T09:47:19.604Z] c3106fc0e877: Pull complete [2025-08-08T09:47:19.604Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2025-08-08T09:47:19.604Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-08-08T09:47:19.604Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-08T09:47:19.812Z] prd-ubuntu20.04-docker-arm64-4c-16g-6545 does not seem to be running inside a container [2025-08-08T09:47:19.874Z] $ 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/883 -v /w/workspace/edgex-go/883:/w/workspace/edgex-go/883:rw,z -v /w/workspace/edgex-go/883@tmp:/w/workspace/edgex-go/883@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2025-08-08T09:47:21.873Z] $ docker top a24dfc6cf85331b4df6efd8bc09e2f9527f16de4254a329530f4bb809c7bb413 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-08T09:47:22.705Z] + docker compose -f ./docker-compose-build.yml build --parallel [2025-08-08T09:47:22.979Z] #145 ... [2025-08-08T09:47:22.979Z] [2025-08-08T09:47:22.979Z] #146 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-08-08T09:47:22.979Z] #0 1.022 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-08-08T09:47:22.979Z] #146 ... [2025-08-08T09:47:22.979Z] [2025-08-08T09:47:22.979Z] #147 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-08-08T09:47:22.979Z] #0 1.017 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-08-08T09:47:22.979Z] #147 ... [2025-08-08T09:47:22.979Z] [2025-08-08T09:47:22.979Z] #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-08-08T09:47:22.979Z] #0 1.022 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2025-08-08T09:47:22.979Z] #148 ... [2025-08-08T09:47:22.979Z] [2025-08-08T09:47:22.979Z] #149 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-08-08T09:47:22.979Z] #0 0.516 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-08-08T09:47:22.979Z] #149 ... [2025-08-08T09:47:22.979Z] [2025-08-08T09:47:22.979Z] #150 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-08-08T09:47:22.979Z] #0 1.007 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-08-08T09:47:22.979Z] #150 ... [2025-08-08T09:47:22.979Z] [2025-08-08T09:47:22.979Z] #151 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-08-08T09:47:22.979Z] #0 0.515 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-08-08T09:47:23.237Z] #151 ... [2025-08-08T09:47:23.237Z] [2025-08-08T09:47:23.237Z] #152 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-08-08T09:47:23.237Z] #0 1.053 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-08-08T09:47:23.495Z] #152 ... [2025-08-08T09:47:23.495Z] [2025-08-08T09:47:23.495Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-08-08T09:47:23.495Z] #0 1.020 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-08-08T09:47:23.495Z] #153 ... [2025-08-08T09:47:23.495Z] [2025-08-08T09:47:23.495Z] #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-08-08T09:47:23.495Z] #0 1.023 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-08-08T09:47:23.753Z] #154 ... [2025-08-08T09:47:23.753Z] [2025-08-08T09:47:23.753Z] #155 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-08-08T09:47:23.753Z] #0 1.013 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-08-08T09:47:23.753Z] #155 ... [2025-08-08T09:47:23.753Z] [2025-08-08T09:47:23.753Z] #156 [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-08-08T09:47:23.753Z] #0 0.504 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-08-08T09:47:32.799Z] #1 [security-spire-server internal] load build definition from Dockerfile [2025-08-08T09:47:32.799Z] #1 transferring dockerfile: 1.70kB 0.0s done [2025-08-08T09:47:32.799Z] #1 DONE 0.1s [2025-08-08T09:47:32.799Z] [2025-08-08T09:47:32.799Z] #2 [core-data internal] load build definition from Dockerfile [2025-08-08T09:47:32.799Z] #2 transferring dockerfile: 2.04kB done [2025-08-08T09:47:32.799Z] #2 DONE 0.0s [2025-08-08T09:47:32.799Z] [2025-08-08T09:47:32.799Z] #3 [security-bootstrapper internal] load build definition from Dockerfile [2025-08-08T09:47:32.799Z] #3 transferring dockerfile: 3.02kB done [2025-08-08T09:47:32.799Z] #3 DONE 0.1s [2025-08-08T09:47:32.799Z] [2025-08-08T09:47:32.799Z] #4 [security-spire-config internal] load build definition from Dockerfile [2025-08-08T09:47:32.799Z] #4 transferring dockerfile: 1.69kB done [2025-08-08T09:47:32.799Z] #4 DONE 0.1s [2025-08-08T09:47:32.799Z] [2025-08-08T09:47:32.799Z] #5 [support-scheduler internal] load build definition from Dockerfile [2025-08-08T09:47:32.799Z] #5 transferring dockerfile: 1.83kB done [2025-08-08T09:47:32.799Z] #5 DONE 0.1s [2025-08-08T09:47:32.799Z] [2025-08-08T09:47:32.799Z] #6 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2025-08-08T09:47:32.799Z] #6 transferring dockerfile: 2.23kB done [2025-08-08T09:47:32.799Z] #6 DONE 0.1s [2025-08-08T09:47:32.799Z] [2025-08-08T09:47:32.799Z] #7 [security-proxy-setup internal] load build definition from Dockerfile [2025-08-08T09:47:32.799Z] #7 transferring dockerfile: 2.50kB 0.0s done [2025-08-08T09:47:32.799Z] #7 DONE 0.1s [2025-08-08T09:47:32.799Z] [2025-08-08T09:47:32.799Z] #8 [core-command internal] load build definition from Dockerfile [2025-08-08T09:47:32.799Z] #8 transferring dockerfile: 1.94kB 0.0s done [2025-08-08T09:47:32.799Z] #8 DONE 0.1s [2025-08-08T09:47:32.799Z] [2025-08-08T09:47:32.799Z] #9 [core-keeper internal] load build definition from Dockerfile [2025-08-08T09:47:32.799Z] #9 transferring dockerfile: 2.01kB done [2025-08-08T09:47:32.799Z] #9 DONE 0.0s [2025-08-08T09:47:32.799Z] [2025-08-08T09:47:32.799Z] #10 [support-notifications internal] load build definition from Dockerfile [2025-08-08T09:47:32.799Z] #10 transferring dockerfile: 2.00kB done [2025-08-08T09:47:32.799Z] #10 DONE 0.1s [2025-08-08T09:47:32.799Z] [2025-08-08T09:47:32.799Z] #11 [core-metadata internal] load build definition from Dockerfile [2025-08-08T09:47:32.799Z] #11 transferring dockerfile: 2.10kB done [2025-08-08T09:47:32.799Z] #11 DONE 0.1s [2025-08-08T09:47:32.799Z] [2025-08-08T09:47:32.799Z] #12 [security-spire-agent internal] load build definition from Dockerfile [2025-08-08T09:47:32.799Z] #12 transferring dockerfile: 1.81kB 0.0s done [2025-08-08T09:47:32.799Z] #12 DONE 0.1s [2025-08-08T09:47:32.799Z] [2025-08-08T09:47:32.799Z] #13 [security-proxy-auth internal] load build definition from Dockerfile [2025-08-08T09:47:32.799Z] #13 transferring dockerfile: 2.14kB done [2025-08-08T09:47:32.799Z] #13 DONE 0.1s [2025-08-08T09:47:32.799Z] [2025-08-08T09:47:32.799Z] #14 [security-spiffe-token-provider internal] load build definition from Dockerfile [2025-08-08T09:47:32.799Z] #14 transferring dockerfile: 1.89kB done [2025-08-08T09:47:32.799Z] #14 DONE 0.1s [2025-08-08T09:47:32.799Z] [2025-08-08T09:47:32.799Z] #15 [security-secretstore-setup internal] load build definition from Dockerfile [2025-08-08T09:47:32.799Z] #15 transferring dockerfile: 2.49kB 0.0s done [2025-08-08T09:47:32.799Z] #15 DONE 0.1s [2025-08-08T09:47:32.799Z] [2025-08-08T09:47:32.799Z] #16 [security-spire-server internal] load .dockerignore [2025-08-08T09:47:32.799Z] #16 transferring context: [2025-08-08T09:47:33.066Z] #16 transferring context: 50B 0.0s done [2025-08-08T09:47:33.066Z] #16 DONE 0.1s [2025-08-08T09:47:33.647Z] [2025-08-08T09:47:33.647Z] #17 [core-data internal] load .dockerignore [2025-08-08T09:47:33.647Z] #17 transferring context: 50B done [2025-08-08T09:47:33.647Z] #17 DONE 0.0s [2025-08-08T09:47:33.647Z] [2025-08-08T09:47:33.647Z] #18 [security-bootstrapper internal] load .dockerignore [2025-08-08T09:47:33.647Z] #18 transferring context: 50B done [2025-08-08T09:47:33.647Z] #18 DONE 0.1s [2025-08-08T09:47:33.647Z] [2025-08-08T09:47:33.648Z] #19 [security-spire-config internal] load .dockerignore [2025-08-08T09:47:33.648Z] #19 transferring context: 50B 0.0s done [2025-08-08T09:47:33.648Z] #19 DONE 0.0s [2025-08-08T09:47:33.922Z] [2025-08-08T09:47:33.922Z] #20 [support-scheduler internal] load .dockerignore [2025-08-08T09:47:33.922Z] #20 transferring context: 50B done [2025-08-08T09:47:33.922Z] #20 DONE 0.1s [2025-08-08T09:47:33.922Z] [2025-08-08T09:47:33.922Z] #21 [core-common-config-bootstrapper internal] load .dockerignore [2025-08-08T09:47:33.922Z] #21 transferring context: 50B done [2025-08-08T09:47:33.922Z] #21 DONE 0.1s [2025-08-08T09:47:33.922Z] [2025-08-08T09:47:33.922Z] #22 [security-proxy-setup internal] load .dockerignore [2025-08-08T09:47:33.922Z] #22 transferring context: 50B done [2025-08-08T09:47:33.922Z] #22 DONE 0.1s [2025-08-08T09:47:33.922Z] [2025-08-08T09:47:33.922Z] #23 [core-command internal] load .dockerignore [2025-08-08T09:47:34.197Z] #23 transferring context: 50B 0.0s done [2025-08-08T09:47:34.197Z] #23 DONE 0.1s [2025-08-08T09:47:34.197Z] [2025-08-08T09:47:34.197Z] #24 [core-keeper internal] load .dockerignore [2025-08-08T09:47:34.197Z] #24 transferring context: 50B 0.0s done [2025-08-08T09:47:34.197Z] #24 DONE 0.1s [2025-08-08T09:47:34.197Z] [2025-08-08T09:47:34.197Z] #25 [support-notifications internal] load .dockerignore [2025-08-08T09:47:34.197Z] #25 transferring context: 50B done [2025-08-08T09:47:34.197Z] #25 DONE 0.1s [2025-08-08T09:47:34.197Z] [2025-08-08T09:47:34.197Z] #26 [core-metadata internal] load .dockerignore [2025-08-08T09:47:34.197Z] #26 transferring context: 50B done [2025-08-08T09:47:34.197Z] #26 DONE 0.1s [2025-08-08T09:47:34.197Z] [2025-08-08T09:47:34.197Z] #27 [security-spire-agent internal] load .dockerignore [2025-08-08T09:47:34.470Z] #27 transferring context: 50B done [2025-08-08T09:47:34.470Z] #27 DONE 0.1s [2025-08-08T09:47:34.470Z] [2025-08-08T09:47:34.470Z] #28 [security-proxy-auth internal] load .dockerignore [2025-08-08T09:47:34.470Z] #28 transferring context: 50B 0.0s done [2025-08-08T09:47:34.470Z] #28 DONE 0.1s [2025-08-08T09:47:34.470Z] [2025-08-08T09:47:34.470Z] #29 [security-spiffe-token-provider internal] load .dockerignore [2025-08-08T09:47:34.470Z] #29 transferring context: 50B 0.0s done [2025-08-08T09:47:34.470Z] #29 DONE 0.1s [2025-08-08T09:47:34.470Z] [2025-08-08T09:47:34.470Z] #30 [security-secretstore-setup internal] load .dockerignore [2025-08-08T09:47:34.470Z] #30 transferring context: 50B done [2025-08-08T09:47:34.470Z] #30 DONE 0.1s [2025-08-08T09:47:34.470Z] [2025-08-08T09:47:34.470Z] #31 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-08-08T09:47:34.736Z] #31 ... [2025-08-08T09:47:34.736Z] [2025-08-08T09:47:34.736Z] #32 [security-spire-server internal] load metadata for docker.io/library/alpine:3.20 [2025-08-08T09:47:34.736Z] #32 DONE 0.1s [2025-08-08T09:47:34.736Z] [2025-08-08T09:47:34.736Z] #31 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-08-08T09:47:35.005Z] #31 DONE 0.6s [2025-08-08T09:47:35.270Z] [2025-08-08T09:47:35.270Z] #33 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-08-08T09:47:35.270Z] #33 DONE 0.0s [2025-08-08T09:47:35.270Z] [2025-08-08T09:47:35.270Z] #34 [security-spire-server internal] load build context [2025-08-08T09:47:35.270Z] #34 transferring context: 23.80kB 0.0s done [2025-08-08T09:47:35.270Z] #34 DONE 0.1s [2025-08-08T09:47:35.270Z] [2025-08-08T09:47:35.270Z] #32 [core-data internal] load metadata for docker.io/library/alpine:3.20 [2025-08-08T09:47:35.270Z] #32 DONE 0.1s [2025-08-08T09:47:35.270Z] [2025-08-08T09:47:35.270Z] #33 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-08-08T09:47:35.270Z] #33 DONE 0.0s [2025-08-08T09:47:35.270Z] [2025-08-08T09:47:35.270Z] #35 [core-data internal] load build context [2025-08-08T09:47:35.270Z] #35 DONE 0.0s [2025-08-08T09:47:35.270Z] [2025-08-08T09:47:35.270Z] #36 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-08-08T09:47:35.535Z] #36 ... [2025-08-08T09:47:35.535Z] [2025-08-08T09:47:35.535Z] #33 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-08-08T09:47:35.535Z] #33 DONE 0.0s [2025-08-08T09:47:35.535Z] [2025-08-08T09:47:35.535Z] #36 [core-data builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-08-08T09:47:35.535Z] #36 ... [2025-08-08T09:47:35.535Z] [2025-08-08T09:47:35.535Z] #33 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-08-08T09:47:35.535Z] #33 DONE 0.0s [2025-08-08T09:47:35.535Z] [2025-08-08T09:47:35.535Z] #32 [support-scheduler internal] load metadata for docker.io/library/alpine:3.20 [2025-08-08T09:47:35.535Z] #32 DONE 0.3s [2025-08-08T09:47:35.804Z] [2025-08-08T09:47:35.804Z] #33 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-08-08T09:47:35.804Z] #33 DONE 0.0s [2025-08-08T09:47:35.804Z] [2025-08-08T09:47:35.804Z] #31 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-08-08T09:47:35.804Z] #31 DONE 0.6s [2025-08-08T09:47:35.804Z] [2025-08-08T09:47:35.804Z] #37 [support-scheduler stage-2 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-08T09:47:35.804Z] #37 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-08-08T09:47:35.804Z] #37 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-08-08T09:47:35.804Z] #37 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done [2025-08-08T09:47:35.804Z] #37 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done [2025-08-08T09:47:35.804Z] #37 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.2s done [2025-08-08T09:47:35.804Z] #37 extracting sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 [2025-08-08T09:47:35.804Z] #37 ... [2025-08-08T09:47:35.804Z] [2025-08-08T09:47:35.804Z] #33 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-08-08T09:47:35.804Z] #33 DONE 0.0s [2025-08-08T09:47:35.804Z] [2025-08-08T09:47:35.804Z] #32 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.20 [2025-08-08T09:47:35.804Z] #32 DONE 0.6s [2025-08-08T09:47:35.804Z] [2025-08-08T09:47:35.804Z] #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-08T09:47:35.804Z] #38 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.0s done [2025-08-08T09:47:35.804Z] #38 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.3s done [2025-08-08T09:47:35.804Z] #38 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-08-08T09:47:35.804Z] #38 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done [2025-08-08T09:47:35.804Z] #38 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done [2025-08-08T09:47:35.804Z] #38 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.2s done [2025-08-08T09:47:35.804Z] #38 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done [2025-08-08T09:47:35.804Z] #38 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 3.15MB / 33.17MB 0.7s [2025-08-08T09:47:35.804Z] #38 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.4s done [2025-08-08T09:47:36.071Z] #38 ... [2025-08-08T09:47:36.071Z] [2025-08-08T09:47:36.071Z] #33 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-08-08T09:47:36.071Z] #33 DONE 0.0s [2025-08-08T09:47:36.071Z] [2025-08-08T09:47:36.071Z] #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-08T09:47:36.071Z] #38 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 5.24MB / 33.17MB 0.9s [2025-08-08T09:47:36.338Z] #38 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.0s done [2025-08-08T09:47:36.606Z] #38 ... [2025-08-08T09:47:36.606Z] [2025-08-08T09:47:36.606Z] #32 [core-keeper internal] load metadata for docker.io/library/alpine:3.20 [2025-08-08T09:47:36.606Z] #32 DONE 1.0s [2025-08-08T09:47:36.606Z] [2025-08-08T09:47:36.606Z] #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-08T09:47:36.606Z] #38 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 8.39MB / 33.17MB 1.2s [2025-08-08T09:47:36.606Z] #38 ... [2025-08-08T09:47:36.606Z] [2025-08-08T09:47:36.606Z] #33 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-08-08T09:47:36.606Z] #33 DONE 0.0s [2025-08-08T09:47:36.606Z] [2025-08-08T09:47:36.606Z] #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-08T09:47:36.606Z] #38 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 10.49MB / 33.17MB 1.4s [2025-08-08T09:47:36.876Z] #38 ... [2025-08-08T09:47:36.876Z] [2025-08-08T09:47:36.876Z] #32 [support-notifications internal] load metadata for docker.io/library/alpine:3.20 [2025-08-08T09:47:36.876Z] #32 DONE 1.2s [2025-08-08T09:47:36.876Z] [2025-08-08T09:47:36.876Z] #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-08T09:47:36.876Z] #38 ... [2025-08-08T09:47:36.876Z] [2025-08-08T09:47:36.876Z] #33 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-08-08T09:47:36.876Z] #33 DONE 0.0s [2025-08-08T09:47:36.876Z] [2025-08-08T09:47:36.876Z] #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-08T09:47:37.143Z] #38 ... [2025-08-08T09:47:37.143Z] [2025-08-08T09:47:37.143Z] #39 [security-spire-config internal] load build context [2025-08-08T09:47:37.143Z] #39 transferring context: 22.05kB 0.2s done [2025-08-08T09:47:37.143Z] #39 DONE 1.3s [2025-08-08T09:47:37.143Z] [2025-08-08T09:47:37.143Z] #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-08T09:47:37.143Z] #38 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 12.58MB / 33.17MB 1.8s [2025-08-08T09:47:37.143Z] #38 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 [2025-08-08T09:47:37.143Z] #38 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.0s done [2025-08-08T09:47:37.415Z] #38 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 14.68MB / 33.17MB 2.2s [2025-08-08T09:47:37.683Z] #38 ... [2025-08-08T09:47:37.683Z] [2025-08-08T09:47:37.683Z] #33 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-08-08T09:47:37.683Z] #33 DONE 0.0s [2025-08-08T09:47:37.683Z] [2025-08-08T09:47:37.683Z] #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-08T09:47:37.683Z] #38 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 16.78MB / 33.17MB 2.4s [2025-08-08T09:47:37.951Z] #38 ... [2025-08-08T09:47:37.951Z] [2025-08-08T09:47:37.951Z] #33 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-08-08T09:47:37.951Z] #33 DONE 0.0s [2025-08-08T09:47:37.951Z] [2025-08-08T09:47:37.951Z] #31 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-08-08T09:47:37.951Z] #31 DONE 1.1s [2025-08-08T09:47:37.951Z] [2025-08-08T09:47:37.951Z] #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-08T09:47:37.951Z] #38 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 19.92MB / 33.17MB 2.6s [2025-08-08T09:47:38.219Z] #38 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 22.02MB / 33.17MB 2.8s [2025-08-08T09:47:38.219Z] #38 ... [2025-08-08T09:47:38.219Z] [2025-08-08T09:47:38.219Z] #33 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-08-08T09:47:38.219Z] #33 DONE 0.0s [2025-08-08T09:47:38.219Z] [2025-08-08T09:47:38.219Z] #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-08T09:47:38.219Z] #38 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 24.12MB / 33.17MB 3.0s [2025-08-08T09:47:38.219Z] #38 ... [2025-08-08T09:47:38.219Z] [2025-08-08T09:47:38.219Z] #32 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.20 [2025-08-08T09:47:38.219Z] #32 DONE 2.5s [2025-08-08T09:47:38.219Z] [2025-08-08T09:47:38.219Z] #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-08T09:47:38.494Z] #38 ... [2025-08-08T09:47:38.494Z] [2025-08-08T09:47:38.494Z] #40 [security-secretstore-setup internal] load build context [2025-08-08T09:47:38.494Z] #40 DONE 0.0s [2025-08-08T09:47:38.494Z] [2025-08-08T09:47:38.494Z] #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-08T09:47:38.762Z] #38 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 27.26MB / 33.17MB 3.4s [2025-08-08T09:47:38.762Z] #38 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 31.46MB / 33.17MB 3.7s [2025-08-08T09:47:39.356Z] #38 ... [2025-08-08T09:47:39.356Z] [2025-08-08T09:47:39.356Z] #41 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 [2025-08-08T09:47:39.356Z] #41 DONE 1.7s [2025-08-08T09:47:39.356Z] [2025-08-08T09:47:39.356Z] #35 [core-data internal] load build context [2025-08-08T09:47:39.356Z] #35 transferring context: 3.23MB 2.2s done [2025-08-08T09:47:39.356Z] #35 DONE 3.8s [2025-08-08T09:47:39.356Z] [2025-08-08T09:47:39.356Z] #42 [security-bootstrapper internal] load build context [2025-08-08T09:47:39.356Z] #42 transferring context: 3.23MB 2.4s done [2025-08-08T09:47:39.356Z] #42 DONE 3.9s [2025-08-08T09:47:39.356Z] [2025-08-08T09:47:39.356Z] #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-08T09:47:39.356Z] #38 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 4.0s [2025-08-08T09:47:39.356Z] #38 ... [2025-08-08T09:47:39.356Z] [2025-08-08T09:47:39.356Z] #43 [security-spire-agent internal] load build context [2025-08-08T09:47:39.356Z] #43 DONE 0.0s [2025-08-08T09:47:39.356Z] [2025-08-08T09:47:39.356Z] #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-08T09:47:39.356Z] #38 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.0s done [2025-08-08T09:47:39.356Z] #38 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.3s done [2025-08-08T09:47:39.356Z] #38 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-08-08T09:47:39.356Z] #38 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done [2025-08-08T09:47:39.356Z] #38 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done [2025-08-08T09:47:39.356Z] #38 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.2s done [2025-08-08T09:47:39.356Z] #38 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done [2025-08-08T09:47:39.356Z] #38 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 4.0s done [2025-08-08T09:47:39.356Z] #38 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.4s done [2025-08-08T09:47:39.356Z] #38 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.0s done [2025-08-08T09:47:39.356Z] #38 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.0s done [2025-08-08T09:47:39.356Z] #38 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 4.0s done [2025-08-08T09:47:39.625Z] #38 ... [2025-08-08T09:47:39.625Z] [2025-08-08T09:47:39.625Z] #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-08-08T09:47:39.625Z] #44 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.2s done [2025-08-08T09:47:39.625Z] #44 DONE 0.2s [2025-08-08T09:47:39.625Z] [2025-08-08T09:47:39.625Z] #45 [core-common-config-bootstrapper internal] load build context [2025-08-08T09:47:39.625Z] #45 transferring context: 3.23MB 2.8s done [2025-08-08T09:47:39.625Z] #45 DONE 3.8s [2025-08-08T09:47:39.625Z] [2025-08-08T09:47:39.625Z] #37 [security-spire-agent stage-2 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-08T09:47:39.625Z] #37 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-08-08T09:47:39.625Z] #37 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-08-08T09:47:39.625Z] #37 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done [2025-08-08T09:47:39.625Z] #37 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done [2025-08-08T09:47:39.625Z] #37 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.2s done [2025-08-08T09:47:39.625Z] #37 extracting sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 3.5s done [2025-08-08T09:47:40.213Z] #37 ... [2025-08-08T09:47:40.213Z] [2025-08-08T09:47:40.213Z] #46 [security-proxy-setup internal] load build context [2025-08-08T09:47:40.213Z] #46 transferring context: 3.23MB 2.7s done [2025-08-08T09:47:40.213Z] #46 DONE 4.3s [2025-08-08T09:47:40.213Z] [2025-08-08T09:47:40.213Z] #47 [support-scheduler internal] load build context [2025-08-08T09:47:40.213Z] #47 transferring context: 3.23MB 3.6s done [2025-08-08T09:47:40.213Z] #47 DONE 4.7s [2025-08-08T09:47:40.487Z] [2025-08-08T09:47:40.487Z] #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-08-08T09:47:40.487Z] #44 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done [2025-08-08T09:47:40.487Z] #44 sha256:e81b72a68d76b0e0df52247b9790de839a7321008b1f01dade49a9205896959b 1.05kB / 1.05kB done [2025-08-08T09:47:40.487Z] #44 sha256:ed3dcd9259b2c881c72642150b0878715420e4dc7a6eb469171aecff31ef0520 1.72kB / 1.72kB done [2025-08-08T09:47:40.487Z] #44 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB done [2025-08-08T09:47:40.487Z] #44 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B done [2025-08-08T09:47:40.487Z] #44 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.3s done [2025-08-08T09:47:40.487Z] #44 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done [2025-08-08T09:47:40.487Z] #44 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 1.05MB / 14.28MB 0.7s [2025-08-08T09:47:40.755Z] #44 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 2.10MB / 14.28MB 0.9s [2025-08-08T09:47:40.755Z] #44 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 4.19MB / 14.28MB 1.0s [2025-08-08T09:47:40.755Z] #44 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 5.24MB / 14.28MB 1.1s [2025-08-08T09:47:41.024Z] #44 ... [2025-08-08T09:47:41.024Z] [2025-08-08T09:47:41.024Z] #48 [core-command internal] load build context [2025-08-08T09:47:41.024Z] #48 transferring context: 3.23MB 3.0s done [2025-08-08T09:47:41.024Z] #48 DONE 5.0s [2025-08-08T09:47:41.024Z] [2025-08-08T09:47:41.024Z] #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-08-08T09:47:41.024Z] #44 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 6.29MB / 14.28MB 1.2s [2025-08-08T09:47:41.024Z] #44 ... [2025-08-08T09:47:41.024Z] [2025-08-08T09:47:41.024Z] #49 [core-keeper internal] load build context [2025-08-08T09:47:41.024Z] #49 transferring context: 3.23MB 1.9s done [2025-08-08T09:47:41.024Z] #49 DONE 4.4s [2025-08-08T09:47:41.024Z] [2025-08-08T09:47:41.024Z] #37 [security-proxy-auth stage-2 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-08T09:47:41.024Z] #37 DONE 6.7s [2025-08-08T09:47:41.024Z] [2025-08-08T09:47:41.024Z] #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-08-08T09:47:41.024Z] #44 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 7.34MB / 14.28MB 1.3s [2025-08-08T09:47:41.024Z] #44 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 8.39MB / 14.28MB 1.4s [2025-08-08T09:47:41.291Z] #44 ... [2025-08-08T09:47:41.291Z] [2025-08-08T09:47:41.291Z] #50 [support-notifications internal] load build context [2025-08-08T09:47:41.291Z] #50 transferring context: 3.23MB 2.2s done [2025-08-08T09:47:41.291Z] #50 DONE 4.4s [2025-08-08T09:47:41.291Z] [2025-08-08T09:47:41.291Z] #51 [core-metadata internal] load build context [2025-08-08T09:47:41.291Z] #51 transferring context: 3.23MB 1.6s done [2025-08-08T09:47:41.291Z] #51 DONE 3.6s [2025-08-08T09:47:41.291Z] [2025-08-08T09:47:41.291Z] #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-08-08T09:47:41.291Z] #44 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 10.49MB / 14.28MB 1.6s [2025-08-08T09:47:41.562Z] #44 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 1.8s [2025-08-08T09:47:41.830Z] #44 ... [2025-08-08T09:47:41.830Z] [2025-08-08T09:47:41.830Z] #52 [security-spiffe-token-provider internal] load build context [2025-08-08T09:47:41.830Z] #52 transferring context: 3.23MB 1.5s done [2025-08-08T09:47:41.830Z] #52 DONE 3.6s [2025-08-08T09:47:41.830Z] [2025-08-08T09:47:41.830Z] #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-08-08T09:47:41.830Z] #44 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 2.0s done [2025-08-08T09:47:41.830Z] #44 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 [2025-08-08T09:47:42.102Z] #44 ... [2025-08-08T09:47:42.102Z] [2025-08-08T09:47:42.102Z] #40 [security-secretstore-setup internal] load build context [2025-08-08T09:47:42.102Z] #40 transferring context: 3.23MB 1.6s done [2025-08-08T09:47:42.102Z] #40 DONE 3.6s [2025-08-08T09:47:42.102Z] [2025-08-08T09:47:42.102Z] #53 [security-proxy-auth internal] load build context [2025-08-08T09:47:42.102Z] #53 transferring context: 3.23MB 1.6s done [2025-08-08T09:47:42.102Z] #53 DONE 3.5s [2025-08-08T09:47:42.102Z] [2025-08-08T09:47:42.102Z] #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-08-08T09:47:42.373Z] #44 ... [2025-08-08T09:47:42.373Z] [2025-08-08T09:47:42.373Z] #43 [security-spire-agent internal] load build context [2025-08-08T09:47:42.373Z] #43 transferring context: 23.33kB 0.0s done [2025-08-08T09:47:42.373Z] #43 DONE 3.0s [2025-08-08T09:47:42.373Z] [2025-08-08T09:47:42.373Z] #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-08-08T09:47:42.647Z] #44 ... [2025-08-08T09:47:42.647Z] [2025-08-08T09:47:42.647Z] #36 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-08-08T09:47:42.647Z] #36 DONE 7.5s [2025-08-08T09:47:42.647Z] [2025-08-08T09:47:42.647Z] #54 [support-notifications builder 2/7] WORKDIR /edgex-go [2025-08-08T09:47:44.064Z] #54 DONE 1.5s [2025-08-08T09:47:44.064Z] [2025-08-08T09:47:44.064Z] #55 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2025-08-08T09:47:49.431Z] #55 ... [2025-08-08T09:47:49.431Z] [2025-08-08T09:47:49.431Z] #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-08T09:47:49.431Z] #38 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 9.1s [2025-08-08T09:47:51.382Z] #38 ... [2025-08-08T09:47:51.382Z] [2025-08-08T09:47:51.382Z] #56 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-08-08T09:47:51.382Z] #56 10.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-08T09:47:51.382Z] #56 ... [2025-08-08T09:47:51.382Z] [2025-08-08T09:47:51.382Z] #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-08T09:47:51.651Z] #38 ... [2025-08-08T09:47:51.651Z] [2025-08-08T09:47:51.651Z] #57 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-08-08T09:47:51.651Z] #0 9.967 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-08T09:47:51.651Z] #57 ... [2025-08-08T09:47:51.651Z] [2025-08-08T09:47:51.651Z] #58 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-08-08T09:47:51.652Z] #0 7.262 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-08T09:47:51.652Z] #0 7.744 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-08T09:47:51.652Z] #0 9.416 v3.20.7-30-g85ec64f84e1 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-08-08T09:47:51.652Z] #0 9.416 v3.20.7-30-g85ec64f84e1 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-08-08T09:47:51.652Z] #0 9.416 OK: 24052 distinct packages available [2025-08-08T09:47:51.652Z] #0 9.838 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-08T09:47:51.925Z] #58 ... [2025-08-08T09:47:51.925Z] [2025-08-08T09:47:51.925Z] #59 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-08-08T09:47:51.925Z] #59 ... [2025-08-08T09:47:51.925Z] [2025-08-08T09:47:51.925Z] #60 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-08-08T09:47:52.199Z] #60 ... [2025-08-08T09:47:52.199Z] [2025-08-08T09:47:52.199Z] #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-08-08T09:47:52.199Z] #44 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 8.4s done [2025-08-08T09:47:52.199Z] #44 DONE 12.6s [2025-08-08T09:47:52.199Z] [2025-08-08T09:47:52.199Z] #61 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-08-08T09:47:52.199Z] #0 10.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-08T09:47:52.199Z] #61 ... [2025-08-08T09:47:52.199Z] [2025-08-08T09:47:52.199Z] #62 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-08-08T09:47:52.199Z] #0 8.406 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-08T09:47:52.199Z] #0 8.899 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-08T09:47:52.468Z] #62 ... [2025-08-08T09:47:52.468Z] [2025-08-08T09:47:52.468Z] #59 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-08-08T09:47:52.468Z] #59 DONE 10.8s [2025-08-08T09:47:52.468Z] [2025-08-08T09:47:52.468Z] #63 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-08-08T09:47:52.468Z] #63 11.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-08T09:47:52.468Z] #63 ... [2025-08-08T09:47:52.468Z] [2025-08-08T09:47:52.468Z] #64 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-08-08T09:47:52.468Z] #0 9.706 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-08T09:47:52.468Z] #0 10.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-08T09:47:52.737Z] #64 ... [2025-08-08T09:47:52.737Z] [2025-08-08T09:47:52.737Z] #65 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-08-08T09:47:52.737Z] #65 ... [2025-08-08T09:47:52.737Z] [2025-08-08T09:47:52.737Z] #66 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-08-08T09:47:52.737Z] #0 10.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-08T09:47:53.008Z] #66 ... [2025-08-08T09:47:53.008Z] [2025-08-08T09:47:53.008Z] #57 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-08-08T09:47:53.008Z] #57 11.44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-08T09:47:53.589Z] #57 ... [2025-08-08T09:47:53.589Z] [2025-08-08T09:47:53.589Z] #67 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-08-08T09:47:53.589Z] #67 DONE 9.6s [2025-08-08T09:47:53.589Z] [2025-08-08T09:47:53.589Z] #65 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-08-08T09:47:53.589Z] #65 11.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-08T09:47:53.855Z] #65 ... [2025-08-08T09:47:53.855Z] [2025-08-08T09:47:53.855Z] #68 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-08-08T09:47:53.855Z] #0 9.566 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-08T09:47:53.855Z] #68 ... [2025-08-08T09:47:53.855Z] [2025-08-08T09:47:53.855Z] #69 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-08-08T09:47:53.855Z] #0 9.516 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-08T09:47:54.123Z] #69 ... [2025-08-08T09:47:54.123Z] [2025-08-08T09:47:54.123Z] #70 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2025-08-08T09:47:54.123Z] #70 ... [2025-08-08T09:47:54.123Z] [2025-08-08T09:47:54.123Z] #71 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-08-08T09:47:54.394Z] #71 10.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-08T09:47:54.394Z] #71 ... [2025-08-08T09:47:54.394Z] [2025-08-08T09:47:54.394Z] #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-08T09:47:54.394Z] #38 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 14.4s [2025-08-08T09:47:57.760Z] #38 ... [2025-08-08T09:47:57.760Z] [2025-08-08T09:47:57.760Z] #62 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-08-08T09:47:57.760Z] #62 15.84 (1/4) Installing dumb-init (1.2.5-r3) [2025-08-08T09:47:57.760Z] #62 15.91 (2/4) Installing openssl (3.3.4-r0) [2025-08-08T09:47:57.760Z] #62 16.01 (3/4) Installing su-exec (0.2-r3) [2025-08-08T09:47:57.760Z] #62 16.03 (4/4) Installing yq-go (4.44.1-r2) [2025-08-08T09:47:58.723Z] #62 16.98 Executing busybox-1.36.1-r29.trigger [2025-08-08T09:47:58.723Z] #62 17.23 OK: 20 MiB in 18 packages [2025-08-08T09:48:00.135Z] #62 DONE 18.6s [2025-08-08T09:48:00.135Z] [2025-08-08T09:48:00.135Z] #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-08T09:48:00.135Z] #38 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 20.0s [2025-08-08T09:48:00.723Z] #38 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 20.8s done [2025-08-08T09:48:01.312Z] #38 DONE 26.8s [2025-08-08T09:48:01.312Z] [2025-08-08T09:48:01.312Z] #72 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-08-08T09:48:02.272Z] #72 ... [2025-08-08T09:48:02.272Z] [2025-08-08T09:48:02.272Z] #56 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-08-08T09:48:02.272Z] #56 11.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-08T09:48:02.272Z] #56 20.61 (1/4) Installing ca-certificates (20250619-r0) [2025-08-08T09:48:02.272Z] #56 21.12 (2/4) Installing dumb-init (1.2.5-r3) [2025-08-08T09:48:02.272Z] #56 21.15 (3/4) Installing su-exec (0.2-r3) [2025-08-08T09:48:02.272Z] #56 21.16 (4/4) Installing yq-go (4.44.1-r2) [2025-08-08T09:48:02.272Z] #56 ... [2025-08-08T09:48:02.272Z] [2025-08-08T09:48:02.272Z] #64 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-08-08T09:48:02.272Z] #64 20.05 (1/3) Installing ca-certificates (20250619-r0) [2025-08-08T09:48:02.272Z] #64 20.47 (2/3) Installing dumb-init (1.2.5-r3) [2025-08-08T09:48:02.272Z] #64 20.49 (3/3) Installing tzdata (2025b-r0) [2025-08-08T09:48:02.539Z] #64 ... [2025-08-08T09:48:02.539Z] [2025-08-08T09:48:02.539Z] #73 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-08-08T09:48:02.539Z] #0 4.701 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-08T09:48:02.539Z] #0 8.984 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-08T09:48:02.539Z] #73 ... [2025-08-08T09:48:02.806Z] [2025-08-08T09:48:02.806Z] #74 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-08-08T09:48:02.806Z] #0 4.300 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-08T09:48:02.806Z] #0 7.903 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-08T09:48:02.806Z] #74 ... [2025-08-08T09:48:02.806Z] [2025-08-08T09:48:02.806Z] #58 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-08-08T09:48:02.806Z] #58 11.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-08T09:48:02.806Z] #58 20.85 (1/14) Installing ca-certificates (20250619-r0) [2025-08-08T09:48:03.076Z] #58 21.38 (2/14) Installing brotli-libs (1.1.0-r2) [2025-08-08T09:48:03.076Z] #58 ... [2025-08-08T09:48:03.076Z] [2025-08-08T09:48:03.076Z] #60 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-08-08T09:48:03.076Z] #60 12.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-08T09:48:03.076Z] #60 14.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-08T09:48:03.342Z] #60 ... [2025-08-08T09:48:03.342Z] [2025-08-08T09:48:03.342Z] #58 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-08-08T09:48:03.342Z] #58 21.51 (3/14) Installing c-ares (1.33.1-r0) [2025-08-08T09:48:03.342Z] #58 21.53 (4/14) Installing libunistring (1.2-r0) [2025-08-08T09:48:03.342Z] #58 21.74 (5/14) Installing libidn2 (2.3.7-r0) [2025-08-08T09:48:03.342Z] #58 21.78 (6/14) Installing nghttp2-libs (1.62.1-r0) [2025-08-08T09:48:03.342Z] #58 21.82 (7/14) Installing libpsl (0.21.5-r1) [2025-08-08T09:48:03.342Z] #58 21.86 (8/14) Installing zstd-libs (1.5.6-r0) [2025-08-08T09:48:03.610Z] #58 21.96 (9/14) Installing libcurl (8.12.1-r0) [2025-08-08T09:48:03.610Z] #58 22.04 (10/14) Installing curl (8.12.1-r0) [2025-08-08T09:48:03.610Z] #58 22.07 (11/14) Installing dumb-init (1.2.5-r3) [2025-08-08T09:48:03.610Z] #58 22.09 (12/14) Installing musl-obstack (1.2.3-r2) [2025-08-08T09:48:03.876Z] #58 22.10 (13/14) Installing libucontext (1.2-r3) [2025-08-08T09:48:03.876Z] #58 22.12 (14/14) Installing gcompat (1.1.0-r4) [2025-08-08T09:48:03.876Z] #58 22.19 Executing busybox-1.36.1-r29.trigger [2025-08-08T09:48:04.143Z] #58 22.34 Executing ca-certificates-20250619-r0.trigger [2025-08-08T09:48:04.143Z] #58 ... [2025-08-08T09:48:04.143Z] [2025-08-08T09:48:04.143Z] #61 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-08-08T09:48:04.143Z] #61 12.44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-08T09:48:04.143Z] #61 21.69 (1/1) Installing dumb-init (1.2.5-r3) [2025-08-08T09:48:04.144Z] #61 21.71 Executing busybox-1.36.1-r29.trigger [2025-08-08T09:48:04.144Z] #61 21.79 OK: 9 MiB in 15 packages [2025-08-08T09:48:04.144Z] #61 ... [2025-08-08T09:48:04.144Z] [2025-08-08T09:48:04.144Z] #57 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-08-08T09:48:04.144Z] #57 22.10 (1/2) Installing dumb-init (1.2.5-r3) [2025-08-08T09:48:04.144Z] #57 22.13 (2/2) Installing su-exec (0.2-r3) [2025-08-08T09:48:04.144Z] #57 22.14 Executing busybox-1.36.1-r29.trigger [2025-08-08T09:48:04.144Z] #57 22.28 OK: 9 MiB in 16 packages [2025-08-08T09:48:04.411Z] #57 ... [2025-08-08T09:48:04.411Z] [2025-08-08T09:48:04.411Z] #63 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-08-08T09:48:04.411Z] #63 12.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-08T09:48:04.411Z] #63 21.59 (1/1) Installing dumb-init (1.2.5-r3) [2025-08-08T09:48:04.411Z] #63 21.65 Executing busybox-1.36.1-r29.trigger [2025-08-08T09:48:04.411Z] #63 21.73 OK: 9 MiB in 15 packages [2025-08-08T09:48:04.411Z] #63 ... [2025-08-08T09:48:04.411Z] [2025-08-08T09:48:04.411Z] #68 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-08-08T09:48:04.411Z] #68 11.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-08T09:48:04.411Z] #68 19.35 OK: 239 MiB in 58 packages [2025-08-08T09:48:04.411Z] #68 DONE 20.7s [2025-08-08T09:48:04.411Z] [2025-08-08T09:48:04.411Z] #55 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2025-08-08T09:48:04.411Z] #55 10.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-08T09:48:04.411Z] #55 12.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-08T09:48:04.685Z] #55 ... [2025-08-08T09:48:04.685Z] [2025-08-08T09:48:04.685Z] #75 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-08-08T09:48:04.685Z] #75 ... [2025-08-08T09:48:04.685Z] [2025-08-08T09:48:04.685Z] #66 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-08-08T09:48:04.685Z] #66 13.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-08T09:48:04.685Z] #66 22.38 v3.20.7-30-g85ec64f84e1 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-08-08T09:48:04.685Z] #66 22.38 v3.20.7-30-g85ec64f84e1 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-08-08T09:48:04.685Z] #66 22.38 OK: 24052 distinct packages available [2025-08-08T09:48:04.951Z] #66 ... [2025-08-08T09:48:04.951Z] [2025-08-08T09:48:04.951Z] #56 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-08-08T09:48:04.951Z] #56 22.24 Executing busybox-1.36.1-r29.trigger [2025-08-08T09:48:04.951Z] #56 22.40 Executing ca-certificates-20250619-r0.trigger [2025-08-08T09:48:04.951Z] #56 23.82 OK: 20 MiB in 18 packages [2025-08-08T09:48:04.951Z] #56 ... [2025-08-08T09:48:04.951Z] [2025-08-08T09:48:04.951Z] #71 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-08-08T09:48:04.951Z] #71 13.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-08T09:48:04.951Z] #71 19.75 OK: 239 MiB in 58 packages [2025-08-08T09:48:04.951Z] #71 DONE 21.2s [2025-08-08T09:48:05.218Z] [2025-08-08T09:48:05.219Z] #76 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-08-08T09:48:05.219Z] #76 ... [2025-08-08T09:48:05.219Z] [2025-08-08T09:48:05.219Z] #75 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-08-08T09:48:05.219Z] #75 DONE 0.8s [2025-08-08T09:48:05.219Z] [2025-08-08T09:48:05.219Z] #70 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2025-08-08T09:48:05.219Z] #70 11.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-08T09:48:05.219Z] #70 13.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-08T09:48:05.485Z] #70 ... [2025-08-08T09:48:05.485Z] [2025-08-08T09:48:05.485Z] #63 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-08-08T09:48:05.485Z] #63 DONE 24.0s [2025-08-08T09:48:05.485Z] [2025-08-08T09:48:05.485Z] #77 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade [2025-08-08T09:48:06.076Z] #77 ... [2025-08-08T09:48:06.076Z] [2025-08-08T09:48:06.076Z] #76 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-08-08T09:48:06.076Z] #76 DONE 1.0s [2025-08-08T09:48:06.076Z] [2025-08-08T09:48:06.076Z] #69 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-08-08T09:48:06.076Z] #69 12.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-08T09:48:06.076Z] #69 ... [2025-08-08T09:48:06.076Z] [2025-08-08T09:48:06.076Z] #61 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-08-08T09:48:06.076Z] #61 DONE 24.6s [2025-08-08T09:48:06.076Z] [2025-08-08T09:48:06.076Z] #65 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-08-08T09:48:06.076Z] #65 14.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-08T09:48:06.076Z] #65 23.04 (1/7) Installing ca-certificates (20250619-r0) [2025-08-08T09:48:06.076Z] #65 23.83 (2/7) Installing dumb-init (1.2.5-r3) [2025-08-08T09:48:06.076Z] #65 23.95 (3/7) Installing libgcc (13.2.1_git20240309-r1) [2025-08-08T09:48:06.076Z] #65 24.00 (4/7) Installing libsodium (1.0.19-r0) [2025-08-08T09:48:06.076Z] #65 24.10 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) [2025-08-08T09:48:06.344Z] #65 ... [2025-08-08T09:48:06.344Z] [2025-08-08T09:48:06.344Z] #78 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-08-08T09:48:07.336Z] #78 ... [2025-08-08T09:48:07.337Z] [2025-08-08T09:48:07.337Z] #57 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-08-08T09:48:07.337Z] #57 DONE 25.9s [2025-08-08T09:48:07.605Z] [2025-08-08T09:48:07.605Z] #79 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-08-08T09:48:07.605Z] #79 ... [2025-08-08T09:48:07.605Z] [2025-08-08T09:48:07.605Z] #64 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-08-08T09:48:07.605Z] #64 21.51 Executing busybox-1.36.1-r29.trigger [2025-08-08T09:48:07.605Z] #64 21.60 Executing ca-certificates-20250619-r0.trigger [2025-08-08T09:48:07.605Z] #64 22.71 OK: 11 MiB in 17 packages [2025-08-08T09:48:07.605Z] #64 DONE 26.1s [2025-08-08T09:48:07.871Z] [2025-08-08T09:48:07.872Z] #80 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-08-08T09:48:08.139Z] #80 ... [2025-08-08T09:48:08.139Z] [2025-08-08T09:48:08.139Z] #56 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-08-08T09:48:08.139Z] #56 DONE 26.9s [2025-08-08T09:48:08.139Z] [2025-08-08T09:48:08.139Z] #81 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-08-08T09:48:09.553Z] #81 ... [2025-08-08T09:48:09.553Z] [2025-08-08T09:48:09.553Z] #58 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-08-08T09:48:09.553Z] #58 24.41 OK: 15 MiB in 28 packages [2025-08-08T09:48:09.553Z] #58 DONE 27.6s [2025-08-08T09:48:09.553Z] [2025-08-08T09:48:09.553Z] #82 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-08-08T09:48:09.553Z] #82 ... [2025-08-08T09:48:09.553Z] [2025-08-08T09:48:09.553Z] #55 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2025-08-08T09:48:09.553Z] #55 22.97 OK: 239 MiB in 58 packages [2025-08-08T09:48:09.553Z] #55 DONE 25.9s [2025-08-08T09:48:09.821Z] [2025-08-08T09:48:09.821Z] #83 [core-data builder 4/7] COPY go.mod vendor* ./ [2025-08-08T09:48:10.419Z] #83 ... [2025-08-08T09:48:10.419Z] [2025-08-08T09:48:10.419Z] #70 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2025-08-08T09:48:10.419Z] #70 24.79 OK: 239 MiB in 58 packages [2025-08-08T09:48:10.419Z] #70 DONE 26.7s [2025-08-08T09:48:10.419Z] [2025-08-08T09:48:10.419Z] #84 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-08-08T09:48:11.381Z] #84 ... [2025-08-08T09:48:11.381Z] [2025-08-08T09:48:11.381Z] #65 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-08-08T09:48:11.381Z] #65 24.75 (6/7) Installing libzmq (4.3.5-r2) [2025-08-08T09:48:11.381Z] #65 24.84 (7/7) Installing zeromq (4.3.5-r2) [2025-08-08T09:48:11.381Z] #65 24.89 Executing busybox-1.36.1-r29.trigger [2025-08-08T09:48:11.381Z] #65 25.15 Executing ca-certificates-20250619-r0.trigger [2025-08-08T09:48:11.381Z] #65 27.11 OK: 14 MiB in 21 packages [2025-08-08T09:48:11.381Z] #65 DONE 29.6s [2025-08-08T09:48:11.381Z] [2025-08-08T09:48:11.381Z] #85 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-08-08T09:48:11.648Z] #85 ... [2025-08-08T09:48:11.648Z] [2025-08-08T09:48:11.649Z] #84 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-08-08T09:48:11.649Z] #84 DONE 1.3s [2025-08-08T09:48:11.649Z] [2025-08-08T09:48:11.649Z] #69 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-08-08T09:48:11.649Z] #69 22.96 v3.20.7-30-g85ec64f84e1 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-08-08T09:48:11.649Z] #69 22.96 v3.20.7-30-g85ec64f84e1 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-08-08T09:48:11.649Z] #69 22.96 OK: 24052 distinct packages available [2025-08-08T09:48:11.649Z] #69 25.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-08T09:48:11.649Z] #69 26.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-08T09:48:12.610Z] #69 ... [2025-08-08T09:48:12.610Z] [2025-08-08T09:48:12.610Z] #83 [core-data builder 4/7] COPY go.mod vendor* ./ [2025-08-08T09:48:12.610Z] #83 DONE 2.9s [2025-08-08T09:48:12.610Z] [2025-08-08T09:48:12.610Z] #73 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-08-08T09:48:12.610Z] #73 20.04 (1/1) Installing dumb-init (1.2.5-r3) [2025-08-08T09:48:13.588Z] #73 ... [2025-08-08T09:48:13.588Z] [2025-08-08T09:48:13.588Z] #72 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-08-08T09:48:13.588Z] #72 3.190 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-08T09:48:13.588Z] #72 5.112 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-08T09:48:13.588Z] #72 ... [2025-08-08T09:48:13.588Z] [2025-08-08T09:48:13.588Z] #74 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-08-08T09:48:13.588Z] #74 19.80 OK: 239 MiB in 58 packages [2025-08-08T09:48:14.551Z] #74 DONE 20.9s [2025-08-08T09:48:14.551Z] [2025-08-08T09:48:14.551Z] #86 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-08-08T09:48:15.529Z] #86 ... [2025-08-08T09:48:15.529Z] [2025-08-08T09:48:15.529Z] #60 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-08-08T09:48:15.529Z] #60 24.85 v3.20.7-30-g85ec64f84e1 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-08-08T09:48:15.529Z] #60 24.85 v3.20.7-30-g85ec64f84e1 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-08-08T09:48:15.529Z] #60 24.85 OK: 24052 distinct packages available [2025-08-08T09:48:15.529Z] #60 27.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-08T09:48:15.529Z] #60 29.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-08T09:48:15.529Z] #60 35.01 (1/5) Installing dumb-init (1.2.5-r3) [2025-08-08T09:48:15.529Z] #60 ... [2025-08-08T09:48:15.529Z] [2025-08-08T09:48:15.529Z] #87 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-08T09:48:15.802Z] #87 ... [2025-08-08T09:48:15.802Z] [2025-08-08T09:48:15.802Z] #60 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-08-08T09:48:15.802Z] #60 35.03 (2/5) Installing musl-obstack (1.2.3-r2) [2025-08-08T09:48:15.802Z] #60 35.04 (3/5) Installing libucontext (1.2-r3) [2025-08-08T09:48:15.802Z] #60 35.06 (4/5) Installing gcompat (1.1.0-r4) [2025-08-08T09:48:15.802Z] #60 35.08 (5/5) Installing openssl (3.3.4-r0) [2025-08-08T09:48:15.802Z] #60 ... [2025-08-08T09:48:15.802Z] [2025-08-08T09:48:15.802Z] #72 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-08-08T09:48:15.802Z] #72 13.62 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-08-08T09:48:15.802Z] #72 13.70 Executing busybox-1.36.1-r30.post-upgrade [2025-08-08T09:48:15.802Z] #72 14.10 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-08-08T09:48:15.802Z] #72 14.11 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-08-08T09:48:15.802Z] #72 14.15 Executing busybox-1.36.1-r30.trigger [2025-08-08T09:48:15.802Z] #72 14.23 OK: 20 MiB in 18 packages [2025-08-08T09:48:15.802Z] #72 DONE 15.6s [2025-08-08T09:48:15.802Z] [2025-08-08T09:48:15.802Z] #60 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-08-08T09:48:15.802Z] #60 35.17 Executing busybox-1.36.1-r29.trigger [2025-08-08T09:48:15.802Z] #60 35.30 OK: 10 MiB in 19 packages [2025-08-08T09:48:16.072Z] #60 ... [2025-08-08T09:48:16.072Z] [2025-08-08T09:48:16.072Z] #88 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-08T09:48:16.072Z] #88 ... [2025-08-08T09:48:16.072Z] [2025-08-08T09:48:16.072Z] #69 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-08-08T09:48:16.072Z] #69 32.05 OK: 239 MiB in 58 packages [2025-08-08T09:48:16.342Z] #69 ... [2025-08-08T09:48:16.342Z] [2025-08-08T09:48:16.342Z] #73 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-08-08T09:48:16.342Z] #73 22.61 Executing busybox-1.36.1-r29.trigger [2025-08-08T09:48:16.342Z] #73 22.84 OK: 9 MiB in 15 packages [2025-08-08T09:48:16.342Z] #73 DONE 23.7s [2025-08-08T09:48:16.342Z] [2025-08-08T09:48:16.342Z] #89 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2025-08-08T09:48:16.342Z] #89 DONE 0.4s [2025-08-08T09:48:16.342Z] [2025-08-08T09:48:16.342Z] #66 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-08-08T09:48:16.342Z] #66 25.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-08T09:48:16.342Z] #66 28.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-08T09:48:16.342Z] #66 33.52 (1/4) Installing dumb-init (1.2.5-r3) [2025-08-08T09:48:16.342Z] #66 33.54 (2/4) Installing musl-obstack (1.2.3-r2) [2025-08-08T09:48:16.342Z] #66 33.54 (3/4) Installing libucontext (1.2-r3) [2025-08-08T09:48:16.342Z] #66 33.57 (4/4) Installing gcompat (1.1.0-r4) [2025-08-08T09:48:16.342Z] #66 33.78 Executing busybox-1.36.1-r29.trigger [2025-08-08T09:48:16.342Z] #66 33.78 OK: 9 MiB in 18 packages [2025-08-08T09:48:16.623Z] #66 DONE 35.0s [2025-08-08T09:48:16.623Z] [2025-08-08T09:48:16.623Z] #90 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-08-08T09:48:16.623Z] #90 ... [2025-08-08T09:48:16.623Z] [2025-08-08T09:48:16.623Z] #69 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-08-08T09:48:16.623Z] #69 DONE 32.9s [2025-08-08T09:48:16.623Z] [2025-08-08T09:48:16.623Z] #86 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-08-08T09:48:16.623Z] #86 DONE 2.4s [2025-08-08T09:48:16.895Z] [2025-08-08T09:48:16.895Z] #60 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-08-08T09:48:16.895Z] #60 DONE 36.3s [2025-08-08T09:48:16.895Z] [2025-08-08T09:48:16.895Z] #91 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2025-08-08T09:48:18.867Z] #91 ... [2025-08-08T09:48:18.867Z] [2025-08-08T09:48:18.867Z] #92 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-08-08T09:48:18.867Z] #92 DONE 1.7s [2025-08-08T09:48:18.867Z] [2025-08-08T09:48:18.867Z] #93 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-08T09:48:22.237Z] #93 ... [2025-08-08T09:48:22.237Z] [2025-08-08T09:48:22.237Z] #94 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-08T09:48:22.237Z] #94 ... [2025-08-08T09:48:22.237Z] [2025-08-08T09:48:22.237Z] #85 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-08-08T09:48:22.237Z] #85 10.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-08T09:48:22.509Z] #85 ... [2025-08-08T09:48:22.509Z] [2025-08-08T09:48:22.509Z] #95 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-08T09:48:22.509Z] #95 ... [2025-08-08T09:48:22.509Z] [2025-08-08T09:48:22.509Z] #90 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-08-08T09:48:22.509Z] #90 6.063 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-08T09:48:24.467Z] #90 7.608 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-08T09:48:25.435Z] #90 ... [2025-08-08T09:48:25.435Z] [2025-08-08T09:48:25.436Z] #77 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade [2025-08-08T09:48:25.436Z] #77 12.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-08T09:48:25.436Z] #77 12.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-08T09:48:25.436Z] #77 17.79 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-08-08T09:48:25.436Z] #77 17.99 Executing busybox-1.36.1-r30.post-upgrade [2025-08-08T09:48:25.436Z] #77 18.26 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-08-08T09:48:25.436Z] #77 18.27 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-08-08T09:48:25.436Z] #77 18.27 Executing busybox-1.36.1-r30.trigger [2025-08-08T09:48:25.436Z] #77 18.30 OK: 9 MiB in 15 packages [2025-08-08T09:48:25.436Z] #77 DONE 20.1s [2025-08-08T09:48:25.702Z] [2025-08-08T09:48:25.702Z] #91 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2025-08-08T09:48:25.702Z] #91 6.976 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-08T09:48:25.703Z] #91 8.416 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-08T09:48:27.113Z] #91 ... [2025-08-08T09:48:27.113Z] [2025-08-08T09:48:27.113Z] #96 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-08T09:48:27.113Z] #96 ... [2025-08-08T09:48:27.113Z] [2025-08-08T09:48:27.113Z] #79 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-08-08T09:48:27.113Z] #79 10.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-08T09:48:27.113Z] #79 11.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-08T09:48:27.113Z] #79 18.94 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-08-08T09:48:27.113Z] #79 19.06 Executing busybox-1.36.1-r30.post-upgrade [2025-08-08T09:48:27.113Z] #79 19.59 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-08-08T09:48:27.114Z] #79 19.59 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-08-08T09:48:27.114Z] #79 19.61 Executing busybox-1.36.1-r30.trigger [2025-08-08T09:48:27.114Z] #79 19.69 OK: 9 MiB in 16 packages [2025-08-08T09:48:27.114Z] #79 ... [2025-08-08T09:48:27.114Z] [2025-08-08T09:48:27.114Z] #78 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-08-08T09:48:27.114Z] #78 12.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-08T09:48:27.114Z] #78 13.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-08T09:48:27.114Z] #78 20.42 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-08-08T09:48:27.114Z] #78 20.57 Executing busybox-1.36.1-r30.post-upgrade [2025-08-08T09:48:27.114Z] #78 20.95 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-08-08T09:48:27.114Z] #78 20.97 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-08-08T09:48:27.114Z] #78 20.98 Executing busybox-1.36.1-r30.trigger [2025-08-08T09:48:27.114Z] #78 21.07 OK: 9 MiB in 15 packages [2025-08-08T09:48:28.531Z] #78 ... [2025-08-08T09:48:28.531Z] [2025-08-08T09:48:28.531Z] #79 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-08-08T09:48:28.531Z] #79 DONE 21.1s [2025-08-08T09:48:28.531Z] [2025-08-08T09:48:28.531Z] #81 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-08-08T09:48:28.531Z] #81 12.51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-08T09:48:28.531Z] #81 14.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-08T09:48:28.531Z] #81 19.93 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-08-08T09:48:28.531Z] #81 20.07 Executing busybox-1.36.1-r30.post-upgrade [2025-08-08T09:48:28.531Z] #81 ... [2025-08-08T09:48:28.531Z] [2025-08-08T09:48:28.531Z] #97 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-08-08T09:48:29.513Z] #97 ... [2025-08-08T09:48:29.513Z] [2025-08-08T09:48:29.513Z] #78 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-08-08T09:48:29.513Z] #78 DONE 23.3s [2025-08-08T09:48:29.513Z] [2025-08-08T09:48:29.513Z] #81 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-08-08T09:48:29.513Z] #81 20.67 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-08-08T09:48:29.513Z] #81 20.67 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-08-08T09:48:29.513Z] #81 20.69 Executing busybox-1.36.1-r30.trigger [2025-08-08T09:48:29.513Z] #81 20.83 OK: 20 MiB in 18 packages [2025-08-08T09:48:30.973Z] #81 ... [2025-08-08T09:48:30.973Z] [2025-08-08T09:48:30.973Z] #80 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-08-08T09:48:30.973Z] #80 12.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-08T09:48:30.973Z] #80 14.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-08T09:48:30.973Z] #80 20.52 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-08-08T09:48:30.973Z] #80 20.66 Executing busybox-1.36.1-r30.post-upgrade [2025-08-08T09:48:30.973Z] #80 21.40 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-08-08T09:48:30.973Z] #80 21.44 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-08-08T09:48:30.973Z] #80 21.50 Executing busybox-1.36.1-r30.trigger [2025-08-08T09:48:30.973Z] #80 21.66 OK: 11 MiB in 17 packages [2025-08-08T09:48:30.973Z] #80 ... [2025-08-08T09:48:30.973Z] [2025-08-08T09:48:30.973Z] #81 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-08-08T09:48:30.973Z] #81 DONE 22.7s [2025-08-08T09:48:30.973Z] [2025-08-08T09:48:30.973Z] #82 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-08-08T09:48:30.973Z] #82 11.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-08T09:48:30.973Z] #82 13.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-08T09:48:30.973Z] #82 19.39 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-08-08T09:48:30.973Z] #82 19.70 Executing busybox-1.36.1-r30.post-upgrade [2025-08-08T09:48:30.973Z] #82 20.27 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-08-08T09:48:30.973Z] #82 20.28 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-08-08T09:48:30.973Z] #82 20.29 Executing busybox-1.36.1-r30.trigger [2025-08-08T09:48:30.973Z] #82 20.32 OK: 15 MiB in 28 packages [2025-08-08T09:48:30.973Z] #82 ... [2025-08-08T09:48:30.973Z] [2025-08-08T09:48:30.973Z] #90 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-08-08T09:48:30.973Z] #90 14.36 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-08-08T09:48:31.259Z] #90 ... [2025-08-08T09:48:31.259Z] [2025-08-08T09:48:31.259Z] #80 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-08-08T09:48:31.259Z] #80 DONE 23.5s [2025-08-08T09:48:31.259Z] [2025-08-08T09:48:31.259Z] #90 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-08-08T09:48:31.259Z] #90 14.66 Executing busybox-1.36.1-r30.post-upgrade [2025-08-08T09:48:31.544Z] #90 ... [2025-08-08T09:48:31.544Z] [2025-08-08T09:48:31.544Z] #97 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-08-08T09:48:31.544Z] #97 DONE 3.0s [2025-08-08T09:48:31.544Z] [2025-08-08T09:48:31.544Z] #98 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2025-08-08T09:48:31.820Z] #98 DONE 0.3s [2025-08-08T09:48:31.820Z] [2025-08-08T09:48:31.820Z] #85 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-08-08T09:48:31.820Z] #85 12.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-08T09:48:31.820Z] #85 18.79 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-08-08T09:48:31.820Z] #85 19.07 Executing busybox-1.36.1-r30.post-upgrade [2025-08-08T09:48:31.820Z] #85 19.59 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-08-08T09:48:31.820Z] #85 19.59 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-08-08T09:48:31.820Z] #85 19.67 Executing busybox-1.36.1-r30.trigger [2025-08-08T09:48:31.820Z] #85 19.81 OK: 14 MiB in 21 packages [2025-08-08T09:48:31.820Z] #85 ... [2025-08-08T09:48:31.820Z] [2025-08-08T09:48:31.820Z] #90 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-08-08T09:48:31.820Z] #90 15.28 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-08-08T09:48:31.820Z] #90 15.30 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-08-08T09:48:31.820Z] #90 15.32 Executing busybox-1.36.1-r30.trigger [2025-08-08T09:48:32.092Z] #90 ... [2025-08-08T09:48:32.092Z] [2025-08-08T09:48:32.092Z] #82 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-08-08T09:48:32.092Z] #82 DONE 22.5s [2025-08-08T09:48:32.092Z] [2025-08-08T09:48:32.092Z] #90 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-08-08T09:48:32.092Z] #90 15.50 OK: 9 MiB in 18 packages [2025-08-08T09:48:32.677Z] #90 DONE 16.2s [2025-08-08T09:48:32.677Z] [2025-08-08T09:48:32.677Z] #85 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-08-08T09:48:32.677Z] #85 DONE 21.6s [2025-08-08T09:48:32.677Z] [2025-08-08T09:48:32.677Z] #99 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-08-08T09:48:34.640Z] #99 DONE 1.8s [2025-08-08T09:48:34.640Z] [2025-08-08T09:48:34.640Z] #91 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2025-08-08T09:48:34.640Z] #91 16.75 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-08-08T09:48:34.640Z] #91 16.86 Executing busybox-1.36.1-r30.post-upgrade [2025-08-08T09:48:34.640Z] #91 17.39 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-08-08T09:48:34.640Z] #91 17.39 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-08-08T09:48:34.640Z] #91 17.39 Executing busybox-1.36.1-r30.trigger [2025-08-08T09:48:34.640Z] #91 17.45 OK: 10 MiB in 19 packages [2025-08-08T09:48:34.640Z] #91 DONE 18.6s [2025-08-08T09:48:34.640Z] [2025-08-08T09:48:34.640Z] #100 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2025-08-08T09:48:35.230Z] #100 DONE 0.4s [2025-08-08T09:48:35.230Z] [2025-08-08T09:48:35.230Z] #101 [security-spire-config stage-2 6/10] COPY security.txt / [2025-08-08T09:48:35.230Z] #101 DONE 0.2s [2025-08-08T09:48:35.230Z] [2025-08-08T09:48:35.230Z] #102 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2025-08-08T09:48:35.824Z] #102 DONE 0.4s [2025-08-08T09:48:35.824Z] [2025-08-08T09:48:35.824Z] #103 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-08-08T09:48:35.824Z] #103 DONE 1.1s [2025-08-08T09:48:35.824Z] [2025-08-08T09:48:35.824Z] #104 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2025-08-08T09:48:35.824Z] #104 DONE 0.2s [2025-08-08T09:48:35.824Z] [2025-08-08T09:48:35.824Z] #105 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2025-08-08T09:48:36.093Z] #105 DONE 0.2s [2025-08-08T09:48:36.093Z] [2025-08-08T09:48:36.093Z] #106 [security-spire-config] exporting to image [2025-08-08T09:48:36.093Z] #106 exporting layers [2025-08-08T09:48:36.694Z] #106 ... [2025-08-08T09:48:36.694Z] [2025-08-08T09:48:36.694Z] #107 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-08-08T09:48:36.694Z] #107 DONE 2.2s [2025-08-08T09:48:36.964Z] [2025-08-08T09:48:36.964Z] #108 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-08-08T09:48:36.964Z] #108 DONE 0.2s [2025-08-08T09:48:36.964Z] [2025-08-08T09:48:36.964Z] #109 [security-spire-server stage-2 6/9] COPY security.txt / [2025-08-08T09:48:37.232Z] #109 DONE 0.3s [2025-08-08T09:48:37.232Z] [2025-08-08T09:48:37.232Z] #110 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-08-08T09:48:37.506Z] #110 DONE 0.3s [2025-08-08T09:48:37.506Z] [2025-08-08T09:48:37.506Z] #111 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2025-08-08T09:48:37.780Z] #111 DONE 0.2s [2025-08-08T09:48:37.780Z] [2025-08-08T09:48:37.780Z] #112 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-08-08T09:48:37.780Z] #112 DONE 1.9s [2025-08-08T09:48:37.780Z] [2025-08-08T09:48:37.780Z] #113 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2025-08-08T09:48:38.053Z] #113 DONE 0.2s [2025-08-08T09:48:38.053Z] [2025-08-08T09:48:38.053Z] #114 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2025-08-08T09:48:38.053Z] #114 DONE 0.2s [2025-08-08T09:48:38.053Z] [2025-08-08T09:48:38.053Z] #115 [security-spire-agent stage-3 7/10] COPY security.txt / [2025-08-08T09:48:38.328Z] #115 DONE 0.3s [2025-08-08T09:48:38.328Z] [2025-08-08T09:48:38.328Z] #106 [security-spire-server] exporting to image [2025-08-08T09:48:38.643Z] #106 ... [2025-08-08T09:48:38.643Z] [2025-08-08T09:48:38.643Z] #116 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2025-08-08T09:48:38.643Z] #116 DONE 0.2s [2025-08-08T09:48:38.643Z] [2025-08-08T09:48:38.643Z] #117 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2025-08-08T09:48:38.643Z] #117 DONE 0.2s [2025-08-08T09:48:38.643Z] [2025-08-08T09:48:38.643Z] #88 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-08T09:48:38.913Z] #88 ... [2025-08-08T09:48:38.913Z] [2025-08-08T09:48:38.913Z] #118 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2025-08-08T09:48:38.913Z] #118 DONE 0.2s [2025-08-08T09:48:38.913Z] [2025-08-08T09:48:38.913Z] #106 [security-spire-agent] exporting to image [2025-08-08T09:48:39.874Z] #106 exporting layers 3.7s done [2025-08-08T09:48:39.874Z] #106 writing image sha256:e7430b18d680bbd9c5869b2231711e385936895e027ad434db375d0756f46b04 [2025-08-08T09:48:39.874Z] #106 writing image sha256:e7430b18d680bbd9c5869b2231711e385936895e027ad434db375d0756f46b04 done [2025-08-08T09:48:39.874Z] #106 naming to docker.io/library/security-spire-config-arm64 done [2025-08-08T09:48:40.843Z] #106 exporting layers 2.9s done [2025-08-08T09:48:41.114Z] #106 writing image sha256:82a1b928a1a1654effd51f13e35e2b6e1fe4da9138bc9317a3031002c4dcfd66 done [2025-08-08T09:48:41.114Z] #106 naming to docker.io/library/security-spire-server-arm64 0.0s done [2025-08-08T09:48:41.383Z] #106 exporting layers 2.4s done [2025-08-08T09:48:41.383Z] #106 writing image sha256:feac0e47def84d59973ebf04dcbdf737acd32809a4e4c54fa6c08c71bc1372c6 done [2025-08-08T09:48:41.383Z] #106 naming to docker.io/library/security-spire-agent-arm64 done [2025-08-08T09:48:41.383Z] #106 DONE 5.5s [2025-08-08T09:48:41.383Z] [2025-08-08T09:48:41.383Z] #93 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-08T09:49:00.172Z] #156 ... [2025-08-08T09:49:00.172Z] [2025-08-08T09:49:00.172Z] #150 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-08-08T09:49:00.172Z] #150 DONE 95.5s [2025-08-08T09:49:00.172Z] [2025-08-08T09:49:00.172Z] #149 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-08-08T09:49:00.172Z] #149 DONE 95.6s [2025-08-08T09:49:00.172Z] [2025-08-08T09:49:00.172Z] #157 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2025-08-08T09:49:00.172Z] #157 DONE 0.2s [2025-08-08T09:49:00.172Z] [2025-08-08T09:49:00.172Z] #158 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-08T09:49:00.172Z] #158 DONE 0.1s [2025-08-08T09:49:00.172Z] [2025-08-08T09:49:00.172Z] #159 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-08-08T09:49:00.172Z] #159 DONE 0.2s [2025-08-08T09:49:00.172Z] [2025-08-08T09:49:00.172Z] #160 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-08-08T09:49:00.172Z] #160 ... [2025-08-08T09:49:00.173Z] [2025-08-08T09:49:00.173Z] #161 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2025-08-08T09:49:00.173Z] #161 DONE 0.2s [2025-08-08T09:49:00.173Z] [2025-08-08T09:49:00.173Z] #162 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2025-08-08T09:49:00.173Z] #162 DONE 0.2s [2025-08-08T09:49:00.173Z] [2025-08-08T09:49:00.173Z] #163 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2025-08-08T09:49:00.173Z] #163 DONE 0.2s [2025-08-08T09:49:00.173Z] [2025-08-08T09:49:00.173Z] #164 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-08-08T09:49:00.173Z] #164 ... [2025-08-08T09:49:00.173Z] [2025-08-08T09:49:00.173Z] #160 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-08-08T09:49:00.173Z] #160 DONE 1.1s [2025-08-08T09:49:00.173Z] [2025-08-08T09:49:00.173Z] #165 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-08T09:49:00.173Z] #165 DONE 0.2s [2025-08-08T09:49:00.173Z] [2025-08-08T09:49:00.173Z] #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-08-08T09:49:00.173Z] #148 ... [2025-08-08T09:49:00.173Z] [2025-08-08T09:49:00.173Z] #166 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2025-08-08T09:49:00.173Z] #166 DONE 0.2s [2025-08-08T09:49:00.173Z] [2025-08-08T09:49:00.173Z] #156 [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-08-08T09:49:00.173Z] #156 ... [2025-08-08T09:49:00.173Z] [2025-08-08T09:49:00.173Z] #167 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2025-08-08T09:49:00.173Z] #167 DONE 0.1s [2025-08-08T09:49:00.173Z] [2025-08-08T09:49:00.173Z] #164 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-08-08T09:49:00.173Z] #164 DONE 0.9s [2025-08-08T09:49:00.173Z] [2025-08-08T09:49:00.173Z] #168 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2025-08-08T09:49:00.173Z] #168 DONE 0.1s [2025-08-08T09:49:00.173Z] [2025-08-08T09:49:00.173Z] #169 [core-common-config-bootstrapper] exporting to image [2025-08-08T09:49:00.173Z] #169 exporting layers [2025-08-08T09:49:00.173Z] #169 ... [2025-08-08T09:49:00.173Z] [2025-08-08T09:49:00.173Z] #170 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2025-08-08T09:49:00.173Z] #170 DONE 0.2s [2025-08-08T09:49:00.173Z] [2025-08-08T09:49:00.173Z] #171 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ [2025-08-08T09:49:00.173Z] #171 DONE 0.1s [2025-08-08T09:49:00.173Z] [2025-08-08T09:49:00.173Z] #156 [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-08-08T09:49:00.173Z] #156 ... [2025-08-08T09:49:00.173Z] [2025-08-08T09:49:00.173Z] #169 [core-common-config-bootstrapper] exporting to image [2025-08-08T09:49:00.173Z] #169 exporting layers 0.4s done [2025-08-08T09:49:00.173Z] #169 writing image sha256:31ddcb4b652b0c0d42743d4cadabcea5242fa099bb45393004c8845191e72c86 done [2025-08-08T09:49:00.173Z] #169 naming to docker.io/library/core-common-config-bootstrapper done [2025-08-08T09:49:00.173Z] #169 DONE 0.4s [2025-08-08T09:49:00.173Z] [2025-08-08T09:49:00.173Z] #172 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2025-08-08T09:49:00.173Z] #172 DONE 0.0s [2025-08-08T09:49:00.173Z] [2025-08-08T09:49:00.173Z] #173 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2025-08-08T09:49:00.173Z] #173 DONE 0.1s [2025-08-08T09:49:00.173Z] [2025-08-08T09:49:00.173Z] #174 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2025-08-08T09:49:00.173Z] #174 DONE 0.9s [2025-08-08T09:49:00.173Z] [2025-08-08T09:49:00.173Z] #175 [security-bootstrapper] exporting to image [2025-08-08T09:49:00.173Z] #175 exporting layers 0.4s done [2025-08-08T09:49:00.173Z] #175 writing image sha256:c078fc96c37f5cb9e7cfd93e2f7a903fe57fd53fdf099ca59f2bb3c27ebc9948 done [2025-08-08T09:49:00.173Z] #175 naming to docker.io/library/security-bootstrapper done [2025-08-08T09:49:00.173Z] #175 DONE 0.4s [2025-08-08T09:49:00.173Z] [2025-08-08T09:49:00.173Z] #147 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-08-08T09:49:56.384Z] #147 ... [2025-08-08T09:49:56.384Z] [2025-08-08T09:49:56.384Z] #156 [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-08-08T09:49:56.384Z] #156 157.1 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-08-08T09:49:57.317Z] #156 DONE 165.0s [2025-08-08T09:49:57.317Z] [2025-08-08T09:49:57.317Z] #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-08-08T09:49:57.317Z] #148 DONE 164.9s [2025-08-08T09:49:57.317Z] [2025-08-08T09:49:57.317Z] #151 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-08-08T09:49:57.317Z] #151 DONE 165.0s [2025-08-08T09:49:57.317Z] [2025-08-08T09:49:57.317Z] #147 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-08-08T09:49:57.317Z] #147 DONE 165.0s [2025-08-08T09:49:57.317Z] [2025-08-08T09:49:57.317Z] #176 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-08T09:49:57.317Z] #176 ... [2025-08-08T09:49:57.317Z] [2025-08-08T09:49:57.317Z] #177 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-08T09:49:57.317Z] #177 DONE 0.2s [2025-08-08T09:49:57.575Z] [2025-08-08T09:49:57.575Z] #178 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-08T09:49:57.575Z] #178 DONE 0.1s [2025-08-08T09:49:57.575Z] [2025-08-08T09:49:57.575Z] #176 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-08T09:49:57.575Z] #176 DONE 0.1s [2025-08-08T09:49:57.575Z] [2025-08-08T09:49:57.575Z] #179 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-08T09:49:57.575Z] #179 DONE 0.1s [2025-08-08T09:49:57.575Z] [2025-08-08T09:49:57.575Z] #180 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2025-08-08T09:49:57.575Z] #180 DONE 0.1s [2025-08-08T09:49:57.575Z] [2025-08-08T09:49:57.575Z] #181 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2025-08-08T09:49:57.575Z] #181 DONE 0.1s [2025-08-08T09:49:57.575Z] [2025-08-08T09:49:57.575Z] #182 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-08-08T09:49:57.575Z] #182 DONE 0.1s [2025-08-08T09:49:57.575Z] [2025-08-08T09:49:57.575Z] #183 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2025-08-08T09:49:57.575Z] #183 DONE 0.1s [2025-08-08T09:49:57.575Z] [2025-08-08T09:49:57.575Z] #184 [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-08-08T09:49:57.575Z] #184 DONE 0.1s [2025-08-08T09:49:57.575Z] [2025-08-08T09:49:57.575Z] #185 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2025-08-08T09:49:57.834Z] #185 ... [2025-08-08T09:49:57.834Z] [2025-08-08T09:49:57.834Z] #186 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2025-08-08T09:49:57.834Z] #186 DONE 0.2s [2025-08-08T09:49:57.834Z] [2025-08-08T09:49:57.834Z] #187 [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-08-08T09:49:57.834Z] #187 DONE 0.2s [2025-08-08T09:49:57.834Z] [2025-08-08T09:49:57.834Z] #185 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2025-08-08T09:49:57.834Z] #185 DONE 0.3s [2025-08-08T09:49:57.834Z] [2025-08-08T09:49:57.834Z] #188 [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-08-08T09:49:58.092Z] #188 DONE 0.1s [2025-08-08T09:49:58.092Z] [2025-08-08T09:49:58.092Z] #189 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2025-08-08T09:49:58.092Z] #189 DONE 0.3s [2025-08-08T09:49:58.092Z] [2025-08-08T09:49:58.092Z] #190 [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-08-08T09:49:58.092Z] #190 DONE 0.1s [2025-08-08T09:49:58.092Z] [2025-08-08T09:49:58.092Z] #191 [security-spiffe-token-provider] exporting to image [2025-08-08T09:49:58.092Z] #191 exporting layers [2025-08-08T09:49:58.092Z] #191 ... [2025-08-08T09:49:58.092Z] [2025-08-08T09:49:58.092Z] #192 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2025-08-08T09:49:58.092Z] #192 DONE 0.2s [2025-08-08T09:49:58.092Z] [2025-08-08T09:49:58.092Z] #193 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2025-08-08T09:49:58.092Z] #193 DONE 0.2s [2025-08-08T09:49:58.092Z] [2025-08-08T09:49:58.092Z] #194 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2025-08-08T09:49:58.092Z] #194 DONE 0.2s [2025-08-08T09:49:58.092Z] [2025-08-08T09:49:58.092Z] #195 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2025-08-08T09:49:58.092Z] #195 DONE 0.1s [2025-08-08T09:49:58.349Z] [2025-08-08T09:49:58.350Z] #191 [security-spiffe-token-provider] exporting to image [2025-08-08T09:49:58.350Z] #191 exporting layers 0.3s done [2025-08-08T09:49:58.350Z] #191 writing image sha256:80e4adda40e4cf6d7d16510feb49cd576bc0349215feb67a569458f076812ee0 0.1s done [2025-08-08T09:49:58.350Z] #191 naming to docker.io/library/security-spiffe-token-provider [2025-08-08T09:49:58.607Z] #191 naming to docker.io/library/security-spiffe-token-provider 0.1s done [2025-08-08T09:49:58.607Z] #191 DONE 0.6s [2025-08-08T09:49:58.607Z] [2025-08-08T09:49:58.607Z] #196 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2025-08-08T09:49:58.607Z] #196 DONE 0.4s [2025-08-08T09:49:58.607Z] [2025-08-08T09:49:58.607Z] #197 [core-command] exporting to image [2025-08-08T09:49:58.607Z] #197 exporting layers 0.2s done [2025-08-08T09:49:58.607Z] #197 writing image sha256:ffaa92ef9062ebab55eb7b1e1eed826b673c51e5e5e7adacc4ef8e25f69ba47e done [2025-08-08T09:49:58.607Z] #197 naming to docker.io/library/core-command 0.0s done [2025-08-08T09:49:58.866Z] #197 DONE 0.5s [2025-08-08T09:49:58.866Z] [2025-08-08T09:49:58.866Z] #198 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2025-08-08T09:49:59.123Z] #198 ... [2025-08-08T09:49:59.124Z] [2025-08-08T09:49:59.124Z] #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-08-08T09:49:59.124Z] #145 DONE 166.9s [2025-08-08T09:49:59.381Z] [2025-08-08T09:49:59.381Z] #198 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2025-08-08T09:49:59.381Z] #198 DONE 0.7s [2025-08-08T09:49:59.381Z] [2025-08-08T09:49:59.381Z] #199 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-08-08T09:49:59.381Z] #199 DONE 1.0s [2025-08-08T09:49:59.381Z] [2025-08-08T09:49:59.381Z] #200 [security-proxy-setup] exporting to image [2025-08-08T09:49:59.639Z] #200 ... [2025-08-08T09:49:59.639Z] [2025-08-08T09:49:59.639Z] #201 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2025-08-08T09:49:59.639Z] #201 DONE 0.2s [2025-08-08T09:49:59.639Z] [2025-08-08T09:49:59.639Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-08-08T09:49:59.639Z] #153 DONE 167.2s [2025-08-08T09:49:59.639Z] [2025-08-08T09:49:59.639Z] #155 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-08-08T09:49:59.639Z] #155 DONE 167.2s [2025-08-08T09:49:59.639Z] [2025-08-08T09:49:59.639Z] #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-08-08T09:49:59.639Z] #154 DONE 167.2s [2025-08-08T09:49:59.639Z] [2025-08-08T09:49:59.639Z] #202 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-08T09:49:59.639Z] #202 DONE 0.1s [2025-08-08T09:49:59.639Z] [2025-08-08T09:49:59.639Z] #203 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-08T09:49:59.898Z] #203 ... [2025-08-08T09:49:59.898Z] [2025-08-08T09:49:59.898Z] #200 [security-proxy-setup] exporting to image [2025-08-08T09:49:59.898Z] #200 exporting layers 0.3s done [2025-08-08T09:49:59.898Z] #200 writing image sha256:9bde8d690ef29c026512493c7199c30d0042663c7db6b1e44eba2cf6891fd2e6 done [2025-08-08T09:49:59.898Z] #200 naming to docker.io/library/security-proxy-setup 0.0s done [2025-08-08T09:49:59.898Z] #200 DONE 0.4s [2025-08-08T09:49:59.898Z] [2025-08-08T09:49:59.898Z] #204 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-08T09:49:59.898Z] #204 DONE 0.2s [2025-08-08T09:49:59.898Z] [2025-08-08T09:49:59.898Z] #205 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-08-08T09:49:59.898Z] #205 DONE 0.2s [2025-08-08T09:49:59.898Z] [2025-08-08T09:49:59.898Z] #203 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-08T09:49:59.898Z] #203 DONE 0.2s [2025-08-08T09:49:59.898Z] [2025-08-08T09:49:59.898Z] #206 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-08-08T09:50:00.160Z] #206 DONE 0.1s [2025-08-08T09:50:00.160Z] [2025-08-08T09:50:00.160Z] #207 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-08-08T09:50:00.160Z] #207 CACHED [2025-08-08T09:50:00.160Z] [2025-08-08T09:50:00.160Z] #208 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-08T09:50:00.160Z] #208 CACHED [2025-08-08T09:50:00.160Z] [2025-08-08T09:50:00.160Z] #209 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2025-08-08T09:50:00.160Z] #209 DONE 0.1s [2025-08-08T09:50:00.160Z] [2025-08-08T09:50:00.160Z] #210 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-08-08T09:50:00.160Z] #210 DONE 0.1s [2025-08-08T09:50:00.160Z] [2025-08-08T09:50:00.160Z] #211 [core-keeper] exporting to image [2025-08-08T09:50:00.160Z] #211 ... [2025-08-08T09:50:00.160Z] [2025-08-08T09:50:00.160Z] #212 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-08-08T09:50:00.160Z] #212 DONE 0.3s [2025-08-08T09:50:00.160Z] [2025-08-08T09:50:00.160Z] #213 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2025-08-08T09:50:00.160Z] #213 DONE 0.3s [2025-08-08T09:50:00.160Z] [2025-08-08T09:50:00.160Z] #214 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-08-08T09:50:00.160Z] #214 DONE 0.8s [2025-08-08T09:50:00.160Z] [2025-08-08T09:50:00.161Z] #215 [security-secretstore-setup] exporting to image [2025-08-08T09:50:00.419Z] #215 ... [2025-08-08T09:50:00.419Z] [2025-08-08T09:50:00.419Z] #216 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2025-08-08T09:50:00.419Z] #216 DONE 0.3s [2025-08-08T09:50:00.419Z] [2025-08-08T09:50:00.419Z] #211 [core-keeper] exporting to image [2025-08-08T09:50:00.419Z] #211 exporting layers 0.3s done [2025-08-08T09:50:00.419Z] #211 writing image sha256:93e31a883949f9d692890fec784a0cd07abd9c4be3b5823a0996f618c01922c3 done [2025-08-08T09:50:00.419Z] #211 naming to docker.io/library/core-keeper done [2025-08-08T09:50:00.419Z] #211 DONE 0.4s [2025-08-08T09:50:00.419Z] [2025-08-08T09:50:00.419Z] #217 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2025-08-08T09:50:00.419Z] #217 DONE 0.1s [2025-08-08T09:50:00.419Z] [2025-08-08T09:50:00.419Z] #218 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2025-08-08T09:50:00.419Z] #218 DONE 0.2s [2025-08-08T09:50:00.419Z] [2025-08-08T09:50:00.419Z] #219 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2025-08-08T09:50:00.419Z] #219 DONE 0.1s [2025-08-08T09:50:00.419Z] [2025-08-08T09:50:00.419Z] #220 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2025-08-08T09:50:00.419Z] #220 DONE 0.1s [2025-08-08T09:50:00.419Z] [2025-08-08T09:50:00.419Z] #221 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2025-08-08T09:50:00.419Z] #221 DONE 0.1s [2025-08-08T09:50:00.419Z] [2025-08-08T09:50:00.419Z] #222 [core-metadata] exporting to image [2025-08-08T09:50:00.677Z] #222 exporting layers 0.2s done [2025-08-08T09:50:00.677Z] #222 writing image sha256:74dac3d99690a985c5f14971988e3ce56ce4f101b09de947c9ae7557be45c224 done [2025-08-08T09:50:00.677Z] #222 naming to docker.io/library/core-metadata done [2025-08-08T09:50:00.677Z] #222 DONE 0.2s [2025-08-08T09:50:00.677Z] [2025-08-08T09:50:00.677Z] #223 [core-data] exporting to image [2025-08-08T09:50:00.677Z] #223 exporting layers 0.2s done [2025-08-08T09:50:00.677Z] #223 writing image sha256:ffa121bc3d6d13b19e940b6a5fa4644d5c773931da107984045c32481a121193 0.0s done [2025-08-08T09:50:00.677Z] #223 naming to docker.io/library/core-data done [2025-08-08T09:50:00.677Z] #223 DONE 0.2s [2025-08-08T09:50:00.677Z] [2025-08-08T09:50:00.677Z] #215 [security-secretstore-setup] exporting to image [2025-08-08T09:50:00.677Z] #215 exporting layers 0.3s done [2025-08-08T09:50:00.677Z] #215 writing image sha256:6df276aa8473aa11bd15e7bdaabf7c3ae36290cbcfc3d25768e7d807871fe6e5 0.0s done [2025-08-08T09:50:00.677Z] #215 naming to docker.io/library/security-secretstore-setup done [2025-08-08T09:50:00.677Z] #215 DONE 0.4s [2025-08-08T09:50:00.677Z] [2025-08-08T09:50:00.677Z] #224 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-08-08T09:50:00.936Z] #224 DONE 0.5s [2025-08-08T09:50:00.936Z] [2025-08-08T09:50:00.936Z] #225 [security-proxy-auth] exporting to image [2025-08-08T09:50:01.194Z] #225 exporting layers 0.3s done [2025-08-08T09:50:01.458Z] #225 writing image sha256:5dd1ca87fb0f1f036d1787933814452b0ecde83e60baf7b73119a9678d71a531 done [2025-08-08T09:50:01.458Z] #225 naming to docker.io/library/security-proxy-auth done [2025-08-08T09:50:01.458Z] #225 DONE 0.3s [2025-08-08T09:50:01.458Z] [2025-08-08T09:50:01.458Z] #152 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-08-08T09:50:02.028Z] #152 DONE 169.5s [2025-08-08T09:50:02.028Z] [2025-08-08T09:50:02.028Z] #146 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-08-08T09:50:02.028Z] #146 DONE 169.5s [2025-08-08T09:50:02.028Z] [2025-08-08T09:50:02.028Z] #226 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-08T09:50:02.028Z] #226 DONE 0.0s [2025-08-08T09:50:02.028Z] [2025-08-08T09:50:02.028Z] #227 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-08T09:50:02.028Z] #227 DONE 0.0s [2025-08-08T09:50:02.028Z] [2025-08-08T09:50:02.028Z] #228 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-08-08T09:50:02.028Z] #228 DONE 0.0s [2025-08-08T09:50:02.028Z] [2025-08-08T09:50:02.028Z] #229 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-08-08T09:50:02.028Z] #229 DONE 0.0s [2025-08-08T09:50:02.028Z] [2025-08-08T09:50:02.028Z] #230 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2025-08-08T09:50:02.286Z] #230 DONE 0.3s [2025-08-08T09:50:02.286Z] [2025-08-08T09:50:02.286Z] #231 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2025-08-08T09:50:02.286Z] #231 DONE 0.3s [2025-08-08T09:50:02.286Z] [2025-08-08T09:50:02.286Z] #232 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2025-08-08T09:50:02.286Z] #232 DONE 0.0s [2025-08-08T09:50:02.286Z] [2025-08-08T09:50:02.286Z] #233 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2025-08-08T09:50:02.286Z] #233 DONE 0.0s [2025-08-08T09:50:02.286Z] [2025-08-08T09:50:02.286Z] #234 [support-scheduler] exporting to image [2025-08-08T09:50:02.545Z] #234 ... [2025-08-08T09:50:02.545Z] [2025-08-08T09:50:02.545Z] #235 [support-notifications] exporting to image [2025-08-08T09:50:02.545Z] #235 exporting layers 0.1s done [2025-08-08T09:50:02.545Z] #235 writing image sha256:a01624e59fa8697287a6d90efa2d34979a8f135d1aaa62a74679ab01b08e161f done [2025-08-08T09:50:02.545Z] #235 naming to docker.io/library/support-notifications done [2025-08-08T09:50:02.545Z] #235 DONE 0.2s [2025-08-08T09:50:02.545Z] [2025-08-08T09:50:02.545Z] #234 [support-scheduler] exporting to image [2025-08-08T09:50:02.545Z] #234 exporting layers 0.2s done [2025-08-08T09:50:02.545Z] #234 writing image sha256:4ff394cf65aa489fc866085fd70592ff972c070c4c63d209f2ee51de6dee7846 done [2025-08-08T09:50:02.545Z] #234 naming to docker.io/library/support-scheduler done [2025-08-08T09:50:02.545Z] #234 DONE 0.2s [2025-08-08T09:50:02.545Z] time="2025-08-08T09:46:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-08T09:50:02.545Z] time="2025-08-08T09:46:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-08T09:50:02.545Z] time="2025-08-08T09:46:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-08T09:50:02.545Z] time="2025-08-08T09:46:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-08T09:50:02.545Z] time="2025-08-08T09:46:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-08T09:50:02.545Z] time="2025-08-08T09:46:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-08T09:50:02.545Z] time="2025-08-08T09:46:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-08T09:50:02.545Z] time="2025-08-08T09:46:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-08T09:50:02.545Z] time="2025-08-08T09:46:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-08T09:50:02.545Z] time="2025-08-08T09:46:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-08T09:50:02.545Z] time="2025-08-08T09:46:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-08T09:50:02.545Z] time="2025-08-08T09:46:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-08T09:50:02.545Z] time="2025-08-08T09:46:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-08T09:50:02.545Z] time="2025-08-08T09:46:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-08T09:50:02.545Z] time="2025-08-08T09:46:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2025-08-08T09:50:02.544Z] $ docker stop --time=1 aef5e1e74fc914c731a990eb3ac51b11226cd264830d7f2b0d7c92bb741d45b3 [2025-08-08T09:50:03.125Z] #93 DONE 98.9s [2025-08-08T09:50:03.125Z] [2025-08-08T09:50:03.125Z] #96 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-08T09:50:03.125Z] #96 DONE 100.5s [2025-08-08T09:50:03.125Z] [2025-08-08T09:50:03.125Z] #87 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-08T09:50:03.125Z] #87 DONE 112.0s [2025-08-08T09:50:03.125Z] [2025-08-08T09:50:03.125Z] #94 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-08T09:50:03.125Z] #94 DONE 105.5s [2025-08-08T09:50:03.125Z] [2025-08-08T09:50:03.125Z] #119 [core-keeper builder 7/8] COPY . . [2025-08-08T09:50:03.125Z] #119 ... [2025-08-08T09:50:03.125Z] [2025-08-08T09:50:03.125Z] #88 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-08T09:50:03.125Z] #88 DONE 111.4s [2025-08-08T09:50:03.125Z] [2025-08-08T09:50:03.125Z] #95 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-08T09:50:03.125Z] #95 DONE 105.0s [2025-08-08T09:50:03.125Z] [2025-08-08T09:50:03.125Z] #120 [core-data builder 6/7] COPY . . [2025-08-08T09:50:03.125Z] #120 DONE 1.8s [2025-08-08T09:50:03.125Z] [2025-08-08T09:50:03.125Z] #121 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-08T09:50:03.125Z] #121 CACHED [2025-08-08T09:50:03.125Z] [2025-08-08T09:50:03.125Z] #122 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2025-08-08T09:50:03.125Z] #122 CACHED [2025-08-08T09:50:03.125Z] [2025-08-08T09:50:03.125Z] #123 [security-secretstore-setup builder 6/7] COPY . . [2025-08-08T09:50:03.125Z] #123 CACHED [2025-08-08T09:50:03.125Z] [2025-08-08T09:50:03.125Z] #124 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-08T09:50:03.125Z] #124 CACHED [2025-08-08T09:50:03.125Z] [2025-08-08T09:50:03.125Z] #125 [security-proxy-auth builder 6/7] COPY . . [2025-08-08T09:50:03.125Z] #125 CACHED [2025-08-08T09:50:03.125Z] [2025-08-08T09:50:03.125Z] #126 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2025-08-08T09:50:03.125Z] #126 CACHED [2025-08-08T09:50:03.125Z] [2025-08-08T09:50:03.125Z] #127 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2025-08-08T09:50:03.125Z] #127 CACHED [2025-08-08T09:50:03.125Z] [2025-08-08T09:50:03.125Z] #128 [core-metadata builder 6/7] COPY . . [2025-08-08T09:50:03.125Z] #128 CACHED [2025-08-08T09:50:03.125Z] [2025-08-08T09:50:03.125Z] #129 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-08T09:50:03.125Z] #129 CACHED [2025-08-08T09:50:03.125Z] [2025-08-08T09:50:03.125Z] #130 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-08T09:50:03.125Z] #130 CACHED [2025-08-08T09:50:03.125Z] [2025-08-08T09:50:03.125Z] #131 [core-command builder 6/7] COPY . . [2025-08-08T09:50:03.125Z] #131 CACHED [2025-08-08T09:50:03.125Z] [2025-08-08T09:50:03.125Z] #132 [core-command builder 4/7] COPY go.mod vendor* ./ [2025-08-08T09:50:03.125Z] #132 CACHED [2025-08-08T09:50:03.125Z] [2025-08-08T09:50:03.125Z] #133 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-08T09:50:03.125Z] #133 CACHED [2025-08-08T09:50:03.125Z] [2025-08-08T09:50:03.125Z] #134 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2025-08-08T09:50:03.125Z] #134 CACHED [2025-08-08T09:50:03.125Z] [2025-08-08T09:50:03.125Z] #135 [security-proxy-setup builder 6/7] COPY . . [2025-08-08T09:50:03.125Z] #135 CACHED [2025-08-08T09:50:03.125Z] [2025-08-08T09:50:03.125Z] #136 [core-common-config-bootstrapper builder 6/7] COPY . . [2025-08-08T09:50:03.125Z] #136 CACHED [2025-08-08T09:50:03.125Z] [2025-08-08T09:50:03.125Z] #137 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-08-08T09:50:03.125Z] #137 CACHED [2025-08-08T09:50:03.125Z] [2025-08-08T09:50:03.125Z] #138 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-08T09:50:03.125Z] #138 CACHED [2025-08-08T09:50:03.125Z] [2025-08-08T09:50:03.125Z] #139 [security-bootstrapper builder 6/7] COPY . . [2025-08-08T09:50:03.125Z] #139 DONE 1.9s [2025-08-08T09:50:03.125Z] [2025-08-08T09:50:03.125Z] #140 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-08-08T09:50:03.125Z] #140 ... [2025-08-08T09:50:03.125Z] [2025-08-08T09:50:03.125Z] #141 [security-spiffe-token-provider builder 6/7] COPY . . [2025-08-08T09:50:03.125Z] #141 DONE 2.0s [2025-08-08T09:50:03.125Z] [2025-08-08T09:50:03.125Z] #142 [support-notifications builder 6/7] COPY . . [2025-08-08T09:50:03.125Z] #142 DONE 1.9s [2025-08-08T09:50:03.125Z] [2025-08-08T09:50:03.125Z] #119 [core-keeper builder 7/8] COPY . . [2025-08-08T09:50:03.125Z] #119 DONE 2.0s [2025-08-08T09:50:03.125Z] [2025-08-08T09:50:03.125Z] #143 [support-scheduler builder 6/7] COPY . . [2025-08-08T09:50:03.125Z] #143 DONE 2.0s [2025-08-08T09:50:03.125Z] [2025-08-08T09:50:03.125Z] #144 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-08-08T09:50:03.816Z] $ docker rm -f --volumes aef5e1e74fc914c731a990eb3ac51b11226cd264830d7f2b0d7c92bb741d45b3 [Pipeline] // withDockerContainer [Pipeline] sh [2025-08-08T09:50:04.180Z] + docker images [2025-08-08T09:50:04.180Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2025-08-08T09:50:04.180Z] support-scheduler latest 4ff394cf65aa 1 second ago 49.7MB [2025-08-08T09:50:04.180Z] support-notifications latest a01624e59fa8 1 second ago 53.3MB [2025-08-08T09:50:04.180Z] core-data latest ffa121bc3d6d 3 seconds ago 45.9MB [2025-08-08T09:50:04.180Z] core-metadata latest 74dac3d99690 3 seconds ago 46.1MB [2025-08-08T09:50:04.180Z] security-proxy-auth latest 5dd1ca87fb0f 3 seconds ago 45.1MB [2025-08-08T09:50:04.180Z] security-secretstore-setup latest 6df276aa8473 3 seconds ago 80MB [2025-08-08T09:50:04.180Z] core-keeper latest 93e31a883949 4 seconds ago 44.9MB [2025-08-08T09:50:04.180Z] security-proxy-setup latest 9bde8d690ef2 4 seconds ago 49.6MB [2025-08-08T09:50:04.180Z] core-command latest ffaa92ef9062 6 seconds ago 40.2MB [2025-08-08T09:50:04.180Z] security-spiffe-token-provider latest 80e4adda40e4 6 seconds ago 48.5MB [2025-08-08T09:50:04.180Z] security-bootstrapper latest c078fc96c37f About a minute ago 21.2MB [2025-08-08T09:50:04.180Z] core-common-config-bootstrapper latest 31ddcb4b652b About a minute ago 20.2MB [2025-08-08T09:50:04.180Z] security-spire-agent latest 07b3dd1e2580 3 minutes ago 196MB [2025-08-08T09:50:04.180Z] security-spire-server latest ad4dfa24bcf6 3 minutes ago 150MB [2025-08-08T09:50:04.180Z] security-spire-config latest f8f1eee81603 3 minutes ago 150MB [2025-08-08T09:50:04.180Z] ci-base-image-x86_64 latest 801a8e4147e2 6 minutes ago 930MB [2025-08-08T09:50:04.180Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine d619b1717253 4 days ago 580MB [2025-08-08T09:50:04.180Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 2 months ago 573MB [2025-08-08T09:50:04.180Z] 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-08-08T09:50:04.323Z] provisioning config files... [2025-08-08T09:50:04.345Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/883@tmp/config13341892763014438620tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-08T09:50:04.646Z] ---> ****-login.sh [2025-08-08T09:50:04.646Z] nexus3.edgexfoundry.org:10001 [2025-08-08T09:50:04.647Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-08T09:50:04.647Z] Login Succeeded [2025-08-08T09:50:04.647Z] nexus3.edgexfoundry.org:10002 [2025-08-08T09:50:04.905Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-08T09:50:04.905Z] Login Succeeded [2025-08-08T09:50:04.905Z] nexus3.edgexfoundry.org:10003 [2025-08-08T09:50:04.905Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-08T09:50:04.905Z] Login Succeeded [2025-08-08T09:50:04.905Z] nexus3.edgexfoundry.org:10004 [2025-08-08T09:50:04.905Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-08T09:50:05.077Z] #144 ... [2025-08-08T09:50:05.077Z] [2025-08-08T09:50:05.077Z] #145 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-08-08T09:50:05.077Z] #0 4.361 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-08-08T09:50:05.077Z] #145 ... [2025-08-08T09:50:05.077Z] [2025-08-08T09:50:05.077Z] #140 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-08-08T09:50:05.077Z] #140 5.809 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-08-08T09:50:05.167Z] Login Succeeded [2025-08-08T09:50:05.167Z] ****.io [2025-08-08T09:50:05.167Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-08T09:50:05.425Z] Login Succeeded [2025-08-08T09:50:05.425Z] ---> ****-login.sh ends [Pipeline] } [2025-08-08T09:50:05.432Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-08T09:50:05.488Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-08T09:50:05.523Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2025-08-08T09:50:05.523Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:50:05.523Z] latest [2025-08-08T09:50:05.523Z] 4.1.0-dev.44 [2025-08-08T09:50:05.523Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:50:05.523Z] main [2025-08-08T09:50:05.523Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:05.868Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:06.189Z] + docker push nexus3.edgexfoundry.org:10004/core-command:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:50:06.189Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-08-08T09:50:06.189Z] 3fa79d487bb4: Preparing [2025-08-08T09:50:06.189Z] 3965d51cefe9: Preparing [2025-08-08T09:50:06.189Z] cd27dce05da3: Preparing [2025-08-08T09:50:06.189Z] 093c0fd6baad: Preparing [2025-08-08T09:50:06.189Z] 79c16ec6b4f5: Preparing [2025-08-08T09:50:06.189Z] 04bc40cf8f7a: Preparing [2025-08-08T09:50:06.190Z] 097100c76c15: Preparing [2025-08-08T09:50:06.190Z] 04bc40cf8f7a: Waiting [2025-08-08T09:50:06.190Z] 097100c76c15: Waiting [2025-08-08T09:50:06.190Z] cd27dce05da3: Pushed [2025-08-08T09:50:06.190Z] 3fa79d487bb4: Pushed [2025-08-08T09:50:06.190Z] 093c0fd6baad: Pushed [2025-08-08T09:50:06.190Z] 097100c76c15: Layer already exists [2025-08-08T09:50:06.190Z] 79c16ec6b4f5: Pushed [2025-08-08T09:50:06.447Z] 04bc40cf8f7a: Pushed [2025-08-08T09:50:09.363Z] #140 ... [2025-08-08T09:50:09.363Z] [2025-08-08T09:50:09.363Z] #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-08-08T09:50:09.363Z] #0 6.045 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-08-08T09:50:09.363Z] #146 ... [2025-08-08T09:50:09.363Z] [2025-08-08T09:50:09.363Z] #147 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-08-08T09:50:09.363Z] #0 5.843 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-08-08T09:50:09.647Z] #147 ... [2025-08-08T09:50:09.647Z] [2025-08-08T09:50:09.647Z] #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-08-08T09:50:09.647Z] #0 5.630 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-08-08T09:50:09.731Z] 3965d51cefe9: Pushed [2025-08-08T09:50:09.731Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b: digest: sha256:499734239c290f94c81b0c70aba5b0351152e4d6944575c1399749b19915df11 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:09.987Z] #148 ... [2025-08-08T09:50:09.987Z] [2025-08-08T09:50:09.987Z] #149 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-08-08T09:50:09.987Z] #0 5.160 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-08-08T09:50:09.987Z] #149 ... [2025-08-08T09:50:09.987Z] [2025-08-08T09:50:09.987Z] #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-08-08T09:50:09.987Z] #0 5.619 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-08-08T09:50:10.060Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:10.257Z] #150 ... [2025-08-08T09:50:10.257Z] [2025-08-08T09:50:10.257Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-08-08T09:50:10.257Z] #0 6.356 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-08-08T09:50:10.257Z] #151 ... [2025-08-08T09:50:10.257Z] [2025-08-08T09:50:10.257Z] #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-08-08T09:50:10.257Z] #0 4.195 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-08-08T09:50:10.383Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2025-08-08T09:50:10.383Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-08-08T09:50:10.383Z] 3fa79d487bb4: Preparing [2025-08-08T09:50:10.383Z] 3965d51cefe9: Preparing [2025-08-08T09:50:10.383Z] cd27dce05da3: Preparing [2025-08-08T09:50:10.383Z] 093c0fd6baad: Preparing [2025-08-08T09:50:10.383Z] 79c16ec6b4f5: Preparing [2025-08-08T09:50:10.383Z] 04bc40cf8f7a: Preparing [2025-08-08T09:50:10.383Z] 097100c76c15: Preparing [2025-08-08T09:50:10.383Z] 097100c76c15: Waiting [2025-08-08T09:50:10.383Z] 04bc40cf8f7a: Waiting [2025-08-08T09:50:10.383Z] 3fa79d487bb4: Layer already exists [2025-08-08T09:50:10.383Z] 79c16ec6b4f5: Layer already exists [2025-08-08T09:50:10.383Z] cd27dce05da3: Layer already exists [2025-08-08T09:50:10.383Z] 093c0fd6baad: Layer already exists [2025-08-08T09:50:10.383Z] 3965d51cefe9: Layer already exists [2025-08-08T09:50:10.383Z] 097100c76c15: Layer already exists [2025-08-08T09:50:10.383Z] 04bc40cf8f7a: Layer already exists [2025-08-08T09:50:10.383Z] latest: digest: sha256:499734239c290f94c81b0c70aba5b0351152e4d6944575c1399749b19915df11 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:10.553Z] #152 ... [2025-08-08T09:50:10.553Z] [2025-08-08T09:50:10.553Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-08-08T09:50:10.553Z] #0 6.233 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-08-08T09:50:10.553Z] #153 ... [2025-08-08T09:50:10.553Z] [2025-08-08T09:50:10.553Z] #154 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-08-08T09:50:10.553Z] #0 6.112 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2025-08-08T09:50:10.712Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:10.821Z] #154 ... [2025-08-08T09:50:10.821Z] [2025-08-08T09:50:10.821Z] #144 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-08-08T09:50:10.821Z] #144 6.366 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-08-08T09:50:11.049Z] + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.44 [2025-08-08T09:50:11.049Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-08-08T09:50:11.049Z] 3fa79d487bb4: Preparing [2025-08-08T09:50:11.049Z] 3965d51cefe9: Preparing [2025-08-08T09:50:11.049Z] cd27dce05da3: Preparing [2025-08-08T09:50:11.049Z] 093c0fd6baad: Preparing [2025-08-08T09:50:11.049Z] 79c16ec6b4f5: Preparing [2025-08-08T09:50:11.049Z] 04bc40cf8f7a: Preparing [2025-08-08T09:50:11.049Z] 097100c76c15: Preparing [2025-08-08T09:50:11.049Z] 097100c76c15: Waiting [2025-08-08T09:50:11.049Z] 04bc40cf8f7a: Waiting [2025-08-08T09:50:11.049Z] cd27dce05da3: Layer already exists [2025-08-08T09:50:11.049Z] 3965d51cefe9: Layer already exists [2025-08-08T09:50:11.049Z] 79c16ec6b4f5: Layer already exists [2025-08-08T09:50:11.049Z] 3fa79d487bb4: Layer already exists [2025-08-08T09:50:11.049Z] 093c0fd6baad: Layer already exists [2025-08-08T09:50:11.049Z] 04bc40cf8f7a: Layer already exists [2025-08-08T09:50:11.049Z] 097100c76c15: Layer already exists [2025-08-08T09:50:11.049Z] 4.1.0-dev.44: digest: sha256:499734239c290f94c81b0c70aba5b0351152e4d6944575c1399749b19915df11 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:11.377Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:11.717Z] + docker push nexus3.edgexfoundry.org:10004/core-command:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:50:11.717Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-08-08T09:50:11.717Z] 3fa79d487bb4: Preparing [2025-08-08T09:50:11.717Z] 3965d51cefe9: Preparing [2025-08-08T09:50:11.717Z] cd27dce05da3: Preparing [2025-08-08T09:50:11.717Z] 093c0fd6baad: Preparing [2025-08-08T09:50:11.717Z] 79c16ec6b4f5: Preparing [2025-08-08T09:50:11.717Z] 04bc40cf8f7a: Preparing [2025-08-08T09:50:11.717Z] 097100c76c15: Preparing [2025-08-08T09:50:11.717Z] 04bc40cf8f7a: Waiting [2025-08-08T09:50:11.717Z] 097100c76c15: Waiting [2025-08-08T09:50:11.717Z] cd27dce05da3: Layer already exists [2025-08-08T09:50:11.717Z] 3fa79d487bb4: Layer already exists [2025-08-08T09:50:11.717Z] 79c16ec6b4f5: Layer already exists [2025-08-08T09:50:11.717Z] 093c0fd6baad: Layer already exists [2025-08-08T09:50:11.717Z] 3965d51cefe9: Layer already exists [2025-08-08T09:50:11.717Z] 04bc40cf8f7a: Layer already exists [2025-08-08T09:50:11.717Z] 097100c76c15: Layer already exists [2025-08-08T09:50:11.717Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44: digest: sha256:499734239c290f94c81b0c70aba5b0351152e4d6944575c1399749b19915df11 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:12.054Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:12.374Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2025-08-08T09:50:12.374Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-08-08T09:50:12.374Z] 3fa79d487bb4: Preparing [2025-08-08T09:50:12.374Z] 3965d51cefe9: Preparing [2025-08-08T09:50:12.374Z] cd27dce05da3: Preparing [2025-08-08T09:50:12.374Z] 093c0fd6baad: Preparing [2025-08-08T09:50:12.374Z] 79c16ec6b4f5: Preparing [2025-08-08T09:50:12.374Z] 04bc40cf8f7a: Preparing [2025-08-08T09:50:12.374Z] 097100c76c15: Preparing [2025-08-08T09:50:12.374Z] 04bc40cf8f7a: Waiting [2025-08-08T09:50:12.374Z] 097100c76c15: Waiting [2025-08-08T09:50:12.374Z] 093c0fd6baad: Layer already exists [2025-08-08T09:50:12.374Z] cd27dce05da3: Layer already exists [2025-08-08T09:50:12.374Z] 79c16ec6b4f5: Layer already exists [2025-08-08T09:50:12.374Z] 3965d51cefe9: Layer already exists [2025-08-08T09:50:12.374Z] 3fa79d487bb4: Layer already exists [2025-08-08T09:50:12.374Z] 04bc40cf8f7a: Layer already exists [2025-08-08T09:50:12.374Z] 097100c76c15: Layer already exists [2025-08-08T09:50:12.374Z] main: digest: sha256:499734239c290f94c81b0c70aba5b0351152e4d6944575c1399749b19915df11 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-08T09:50:12.444Z] ===================================================== [Pipeline] echo [2025-08-08T09:50:12.458Z] taggedImages: [2025-08-08T09:50:12.458Z] - nexus3.edgexfoundry.org:10004/core-command:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:50:12.458Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2025-08-08T09:50:12.458Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.44 [2025-08-08T09:50:12.458Z] - nexus3.edgexfoundry.org:10004/core-command:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:50:12.458Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2025-08-08T09:50:12.488Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2025-08-08T09:50:12.488Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:50:12.488Z] latest [2025-08-08T09:50:12.488Z] 4.1.0-dev.44 [2025-08-08T09:50:12.489Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:50:12.489Z] main [2025-08-08T09:50:12.489Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:12.925Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:13.309Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:50:13.309Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-08-08T09:50:13.309Z] 084fdc7978ed: Preparing [2025-08-08T09:50:13.309Z] a27039b0f98e: Preparing [2025-08-08T09:50:13.309Z] 30d647fae967: Preparing [2025-08-08T09:50:13.309Z] 14dc656e7c01: Preparing [2025-08-08T09:50:13.309Z] cd27dce05da3: Preparing [2025-08-08T09:50:13.309Z] 093c0fd6baad: Preparing [2025-08-08T09:50:13.309Z] 79c16ec6b4f5: Preparing [2025-08-08T09:50:13.309Z] 04bc40cf8f7a: Preparing [2025-08-08T09:50:13.309Z] 097100c76c15: Preparing [2025-08-08T09:50:13.309Z] 093c0fd6baad: Waiting [2025-08-08T09:50:13.309Z] 79c16ec6b4f5: Waiting [2025-08-08T09:50:13.309Z] 04bc40cf8f7a: Waiting [2025-08-08T09:50:13.309Z] 097100c76c15: Waiting [2025-08-08T09:50:13.309Z] cd27dce05da3: Layer already exists [2025-08-08T09:50:13.309Z] 093c0fd6baad: Layer already exists [2025-08-08T09:50:13.309Z] 79c16ec6b4f5: Layer already exists [2025-08-08T09:50:13.309Z] 04bc40cf8f7a: Layer already exists [2025-08-08T09:50:13.309Z] 30d647fae967: Pushed [2025-08-08T09:50:13.309Z] 084fdc7978ed: Pushed [2025-08-08T09:50:13.309Z] a27039b0f98e: Pushed [2025-08-08T09:50:13.309Z] 097100c76c15: Layer already exists [2025-08-08T09:50:14.756Z] 14dc656e7c01: Pushed [2025-08-08T09:50:14.756Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b: digest: sha256:b45d04211eee28f23cb924cf4b90c5356567fbf73e2c4e1d969f49a67934345d size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:15.147Z] + 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-08-08T09:50:15.474Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-08-08T09:50:15.474Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-08-08T09:50:15.474Z] 084fdc7978ed: Preparing [2025-08-08T09:50:15.474Z] a27039b0f98e: Preparing [2025-08-08T09:50:15.474Z] 30d647fae967: Preparing [2025-08-08T09:50:15.474Z] 14dc656e7c01: Preparing [2025-08-08T09:50:15.474Z] cd27dce05da3: Preparing [2025-08-08T09:50:15.474Z] 093c0fd6baad: Preparing [2025-08-08T09:50:15.474Z] 79c16ec6b4f5: Preparing [2025-08-08T09:50:15.474Z] 04bc40cf8f7a: Preparing [2025-08-08T09:50:15.474Z] 097100c76c15: Preparing [2025-08-08T09:50:15.474Z] 79c16ec6b4f5: Waiting [2025-08-08T09:50:15.474Z] 04bc40cf8f7a: Waiting [2025-08-08T09:50:15.474Z] 097100c76c15: Waiting [2025-08-08T09:50:15.474Z] 093c0fd6baad: Waiting [2025-08-08T09:50:15.474Z] 30d647fae967: Layer already exists [2025-08-08T09:50:15.474Z] cd27dce05da3: Layer already exists [2025-08-08T09:50:15.474Z] a27039b0f98e: Layer already exists [2025-08-08T09:50:15.474Z] 14dc656e7c01: Layer already exists [2025-08-08T09:50:15.474Z] 084fdc7978ed: Layer already exists [2025-08-08T09:50:15.474Z] 79c16ec6b4f5: Layer already exists [2025-08-08T09:50:15.474Z] 097100c76c15: Layer already exists [2025-08-08T09:50:15.474Z] 093c0fd6baad: Layer already exists [2025-08-08T09:50:15.474Z] 04bc40cf8f7a: Layer already exists [2025-08-08T09:50:15.474Z] latest: digest: sha256:b45d04211eee28f23cb924cf4b90c5356567fbf73e2c4e1d969f49a67934345d size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:15.808Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:16.138Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.44 [2025-08-08T09:50:16.138Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-08-08T09:50:16.138Z] 084fdc7978ed: Preparing [2025-08-08T09:50:16.138Z] a27039b0f98e: Preparing [2025-08-08T09:50:16.138Z] 30d647fae967: Preparing [2025-08-08T09:50:16.138Z] 14dc656e7c01: Preparing [2025-08-08T09:50:16.138Z] cd27dce05da3: Preparing [2025-08-08T09:50:16.138Z] 093c0fd6baad: Preparing [2025-08-08T09:50:16.138Z] 79c16ec6b4f5: Preparing [2025-08-08T09:50:16.138Z] 04bc40cf8f7a: Preparing [2025-08-08T09:50:16.138Z] 097100c76c15: Preparing [2025-08-08T09:50:16.138Z] 04bc40cf8f7a: Waiting [2025-08-08T09:50:16.138Z] 097100c76c15: Waiting [2025-08-08T09:50:16.138Z] 093c0fd6baad: Waiting [2025-08-08T09:50:16.138Z] 79c16ec6b4f5: Waiting [2025-08-08T09:50:16.138Z] 30d647fae967: Layer already exists [2025-08-08T09:50:16.138Z] 14dc656e7c01: Layer already exists [2025-08-08T09:50:16.138Z] 084fdc7978ed: Layer already exists [2025-08-08T09:50:16.138Z] a27039b0f98e: Layer already exists [2025-08-08T09:50:16.138Z] cd27dce05da3: Layer already exists [2025-08-08T09:50:16.138Z] 097100c76c15: Layer already exists [2025-08-08T09:50:16.138Z] 093c0fd6baad: Layer already exists [2025-08-08T09:50:16.138Z] 04bc40cf8f7a: Layer already exists [2025-08-08T09:50:16.138Z] 79c16ec6b4f5: Layer already exists [2025-08-08T09:50:16.138Z] 4.1.0-dev.44: digest: sha256:b45d04211eee28f23cb924cf4b90c5356567fbf73e2c4e1d969f49a67934345d size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:16.457Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:16.774Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:50:16.774Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-08-08T09:50:16.774Z] 084fdc7978ed: Preparing [2025-08-08T09:50:16.774Z] a27039b0f98e: Preparing [2025-08-08T09:50:16.774Z] 30d647fae967: Preparing [2025-08-08T09:50:16.774Z] 14dc656e7c01: Preparing [2025-08-08T09:50:16.774Z] cd27dce05da3: Preparing [2025-08-08T09:50:16.774Z] 093c0fd6baad: Preparing [2025-08-08T09:50:16.774Z] 79c16ec6b4f5: Preparing [2025-08-08T09:50:16.774Z] 04bc40cf8f7a: Preparing [2025-08-08T09:50:16.774Z] 097100c76c15: Preparing [2025-08-08T09:50:16.774Z] 093c0fd6baad: Waiting [2025-08-08T09:50:16.774Z] 79c16ec6b4f5: Waiting [2025-08-08T09:50:16.774Z] 097100c76c15: Waiting [2025-08-08T09:50:16.774Z] 04bc40cf8f7a: Waiting [2025-08-08T09:50:16.774Z] 30d647fae967: Layer already exists [2025-08-08T09:50:16.774Z] 14dc656e7c01: Layer already exists [2025-08-08T09:50:16.774Z] 084fdc7978ed: Layer already exists [2025-08-08T09:50:16.774Z] cd27dce05da3: Layer already exists [2025-08-08T09:50:16.774Z] a27039b0f98e: Layer already exists [2025-08-08T09:50:16.774Z] 79c16ec6b4f5: Layer already exists [2025-08-08T09:50:16.774Z] 093c0fd6baad: Layer already exists [2025-08-08T09:50:16.774Z] 04bc40cf8f7a: Layer already exists [2025-08-08T09:50:16.774Z] 097100c76c15: Layer already exists [2025-08-08T09:50:16.774Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44: digest: sha256:b45d04211eee28f23cb924cf4b90c5356567fbf73e2c4e1d969f49a67934345d size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:17.113Z] + 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-08-08T09:50:17.439Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-08-08T09:50:17.439Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-08-08T09:50:17.439Z] 084fdc7978ed: Preparing [2025-08-08T09:50:17.439Z] a27039b0f98e: Preparing [2025-08-08T09:50:17.439Z] 30d647fae967: Preparing [2025-08-08T09:50:17.439Z] 14dc656e7c01: Preparing [2025-08-08T09:50:17.439Z] cd27dce05da3: Preparing [2025-08-08T09:50:17.439Z] 093c0fd6baad: Preparing [2025-08-08T09:50:17.439Z] 79c16ec6b4f5: Preparing [2025-08-08T09:50:17.439Z] 04bc40cf8f7a: Preparing [2025-08-08T09:50:17.439Z] 097100c76c15: Preparing [2025-08-08T09:50:17.439Z] 04bc40cf8f7a: Waiting [2025-08-08T09:50:17.439Z] 79c16ec6b4f5: Waiting [2025-08-08T09:50:17.439Z] 097100c76c15: Waiting [2025-08-08T09:50:17.439Z] 093c0fd6baad: Waiting [2025-08-08T09:50:17.439Z] 30d647fae967: Layer already exists [2025-08-08T09:50:17.439Z] 084fdc7978ed: Layer already exists [2025-08-08T09:50:17.439Z] 14dc656e7c01: Layer already exists [2025-08-08T09:50:17.439Z] cd27dce05da3: Layer already exists [2025-08-08T09:50:17.439Z] a27039b0f98e: Layer already exists [2025-08-08T09:50:17.439Z] 093c0fd6baad: Layer already exists [2025-08-08T09:50:17.439Z] 04bc40cf8f7a: Layer already exists [2025-08-08T09:50:17.439Z] 79c16ec6b4f5: Layer already exists [2025-08-08T09:50:17.439Z] 097100c76c15: Layer already exists [2025-08-08T09:50:17.439Z] main: digest: sha256:b45d04211eee28f23cb924cf4b90c5356567fbf73e2c4e1d969f49a67934345d size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-08T09:50:17.521Z] ===================================================== [Pipeline] echo [2025-08-08T09:50:17.538Z] taggedImages: [2025-08-08T09:50:17.538Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:50:17.538Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-08-08T09:50:17.538Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.44 [2025-08-08T09:50:17.538Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:50:17.538Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2025-08-08T09:50:17.573Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2025-08-08T09:50:17.573Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:50:17.573Z] latest [2025-08-08T09:50:17.573Z] 4.1.0-dev.44 [2025-08-08T09:50:17.573Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:50:17.573Z] main [2025-08-08T09:50:17.573Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:17.920Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:18.252Z] + docker push nexus3.edgexfoundry.org:10004/core-data:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:50:18.252Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-08-08T09:50:18.252Z] 3c65a152b568: Preparing [2025-08-08T09:50:18.252Z] cd64ec2e590d: Preparing [2025-08-08T09:50:18.252Z] cd27dce05da3: Preparing [2025-08-08T09:50:18.252Z] 093c0fd6baad: Preparing [2025-08-08T09:50:18.252Z] a0edf186d10a: Preparing [2025-08-08T09:50:18.252Z] 096db3a80e5d: Preparing [2025-08-08T09:50:18.252Z] 097100c76c15: Preparing [2025-08-08T09:50:18.252Z] 096db3a80e5d: Waiting [2025-08-08T09:50:18.252Z] 097100c76c15: Waiting [2025-08-08T09:50:18.252Z] 093c0fd6baad: Layer already exists [2025-08-08T09:50:18.252Z] cd27dce05da3: Layer already exists [2025-08-08T09:50:18.252Z] 097100c76c15: Layer already exists [2025-08-08T09:50:18.252Z] 3c65a152b568: Pushed [2025-08-08T09:50:18.252Z] 096db3a80e5d: Pushed [2025-08-08T09:50:18.252Z] a0edf186d10a: Pushed [2025-08-08T09:50:22.445Z] cd64ec2e590d: Pushed [2025-08-08T09:50:22.445Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b: digest: sha256:f1e5e861488b30ae62cdad2e00fb43e2cd05f441547320e14d5d4f167e07a7f9 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:22.777Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:23.094Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2025-08-08T09:50:23.094Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-08-08T09:50:23.094Z] 3c65a152b568: Preparing [2025-08-08T09:50:23.094Z] cd64ec2e590d: Preparing [2025-08-08T09:50:23.094Z] cd27dce05da3: Preparing [2025-08-08T09:50:23.094Z] 093c0fd6baad: Preparing [2025-08-08T09:50:23.094Z] a0edf186d10a: Preparing [2025-08-08T09:50:23.094Z] 096db3a80e5d: Preparing [2025-08-08T09:50:23.094Z] 097100c76c15: Preparing [2025-08-08T09:50:23.094Z] 096db3a80e5d: Waiting [2025-08-08T09:50:23.094Z] 097100c76c15: Waiting [2025-08-08T09:50:23.094Z] cd64ec2e590d: Layer already exists [2025-08-08T09:50:23.094Z] 093c0fd6baad: Layer already exists [2025-08-08T09:50:23.094Z] 3c65a152b568: Layer already exists [2025-08-08T09:50:23.094Z] a0edf186d10a: Layer already exists [2025-08-08T09:50:23.094Z] cd27dce05da3: Layer already exists [2025-08-08T09:50:23.094Z] 097100c76c15: Layer already exists [2025-08-08T09:50:23.094Z] 096db3a80e5d: Layer already exists [2025-08-08T09:50:23.094Z] latest: digest: sha256:f1e5e861488b30ae62cdad2e00fb43e2cd05f441547320e14d5d4f167e07a7f9 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:23.416Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:23.738Z] + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.44 [2025-08-08T09:50:23.738Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-08-08T09:50:23.738Z] 3c65a152b568: Preparing [2025-08-08T09:50:23.738Z] cd64ec2e590d: Preparing [2025-08-08T09:50:23.738Z] cd27dce05da3: Preparing [2025-08-08T09:50:23.739Z] 093c0fd6baad: Preparing [2025-08-08T09:50:23.739Z] a0edf186d10a: Preparing [2025-08-08T09:50:23.739Z] 096db3a80e5d: Preparing [2025-08-08T09:50:23.739Z] 097100c76c15: Preparing [2025-08-08T09:50:23.739Z] 097100c76c15: Waiting [2025-08-08T09:50:23.739Z] 093c0fd6baad: Layer already exists [2025-08-08T09:50:23.739Z] cd64ec2e590d: Layer already exists [2025-08-08T09:50:23.739Z] a0edf186d10a: Layer already exists [2025-08-08T09:50:23.739Z] cd27dce05da3: Layer already exists [2025-08-08T09:50:23.739Z] 3c65a152b568: Layer already exists [2025-08-08T09:50:23.739Z] 097100c76c15: Layer already exists [2025-08-08T09:50:23.739Z] 096db3a80e5d: Layer already exists [2025-08-08T09:50:23.739Z] 4.1.0-dev.44: digest: sha256:f1e5e861488b30ae62cdad2e00fb43e2cd05f441547320e14d5d4f167e07a7f9 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:24.063Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:24.387Z] + docker push nexus3.edgexfoundry.org:10004/core-data:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:50:24.387Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-08-08T09:50:24.387Z] 3c65a152b568: Preparing [2025-08-08T09:50:24.387Z] cd64ec2e590d: Preparing [2025-08-08T09:50:24.387Z] cd27dce05da3: Preparing [2025-08-08T09:50:24.387Z] 093c0fd6baad: Preparing [2025-08-08T09:50:24.387Z] a0edf186d10a: Preparing [2025-08-08T09:50:24.387Z] 096db3a80e5d: Preparing [2025-08-08T09:50:24.387Z] 097100c76c15: Preparing [2025-08-08T09:50:24.387Z] 096db3a80e5d: Waiting [2025-08-08T09:50:24.387Z] 097100c76c15: Waiting [2025-08-08T09:50:24.387Z] cd27dce05da3: Layer already exists [2025-08-08T09:50:24.387Z] 3c65a152b568: Layer already exists [2025-08-08T09:50:24.387Z] a0edf186d10a: Layer already exists [2025-08-08T09:50:24.387Z] cd64ec2e590d: Layer already exists [2025-08-08T09:50:24.387Z] 093c0fd6baad: Layer already exists [2025-08-08T09:50:24.387Z] 097100c76c15: Layer already exists [2025-08-08T09:50:24.387Z] 096db3a80e5d: Layer already exists [2025-08-08T09:50:24.387Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44: digest: sha256:f1e5e861488b30ae62cdad2e00fb43e2cd05f441547320e14d5d4f167e07a7f9 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:24.715Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:25.045Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2025-08-08T09:50:25.045Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-08-08T09:50:25.045Z] 3c65a152b568: Preparing [2025-08-08T09:50:25.045Z] cd64ec2e590d: Preparing [2025-08-08T09:50:25.045Z] cd27dce05da3: Preparing [2025-08-08T09:50:25.045Z] 093c0fd6baad: Preparing [2025-08-08T09:50:25.045Z] a0edf186d10a: Preparing [2025-08-08T09:50:25.045Z] 096db3a80e5d: Preparing [2025-08-08T09:50:25.045Z] 097100c76c15: Preparing [2025-08-08T09:50:25.045Z] 096db3a80e5d: Waiting [2025-08-08T09:50:25.045Z] 097100c76c15: Waiting [2025-08-08T09:50:25.045Z] cd27dce05da3: Layer already exists [2025-08-08T09:50:25.045Z] 093c0fd6baad: Layer already exists [2025-08-08T09:50:25.045Z] 3c65a152b568: Layer already exists [2025-08-08T09:50:25.045Z] cd64ec2e590d: Layer already exists [2025-08-08T09:50:25.045Z] a0edf186d10a: Layer already exists [2025-08-08T09:50:25.045Z] 096db3a80e5d: Layer already exists [2025-08-08T09:50:25.045Z] 097100c76c15: Layer already exists [2025-08-08T09:50:25.045Z] main: digest: sha256:f1e5e861488b30ae62cdad2e00fb43e2cd05f441547320e14d5d4f167e07a7f9 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-08T09:50:25.127Z] ===================================================== [Pipeline] echo [2025-08-08T09:50:25.140Z] taggedImages: [2025-08-08T09:50:25.140Z] - nexus3.edgexfoundry.org:10004/core-data:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:50:25.140Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2025-08-08T09:50:25.140Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.44 [2025-08-08T09:50:25.140Z] - nexus3.edgexfoundry.org:10004/core-data:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:50:25.140Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2025-08-08T09:50:25.165Z] [edgeXDocker.push] Tagging docker image core-keeper with the following tags: [2025-08-08T09:50:25.165Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:50:25.165Z] latest [2025-08-08T09:50:25.165Z] 4.1.0-dev.44 [2025-08-08T09:50:25.165Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:50:25.165Z] main [2025-08-08T09:50:25.165Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:25.506Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:25.835Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:50:25.835Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-08-08T09:50:25.835Z] c022d462359b: Preparing [2025-08-08T09:50:25.835Z] 4c98b60a9f81: Preparing [2025-08-08T09:50:25.835Z] 093c0fd6baad: Preparing [2025-08-08T09:50:25.835Z] aaa351ea4f55: Preparing [2025-08-08T09:50:25.835Z] 4a5afb866751: Preparing [2025-08-08T09:50:25.835Z] 097100c76c15: Preparing [2025-08-08T09:50:25.835Z] 097100c76c15: Waiting [2025-08-08T09:50:25.835Z] 093c0fd6baad: Layer already exists [2025-08-08T09:50:25.835Z] 097100c76c15: Layer already exists [2025-08-08T09:50:25.835Z] 4a5afb866751: Pushed [2025-08-08T09:50:25.835Z] c022d462359b: Pushed [2025-08-08T09:50:25.835Z] aaa351ea4f55: Pushed [2025-08-08T09:50:30.027Z] 4c98b60a9f81: Pushed [2025-08-08T09:50:30.027Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b: digest: sha256:9a799162f1bbb032f25fa8be5a9483618677a8164f47478c37cc296e83cfd761 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:30.366Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:30.688Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-08-08T09:50:30.688Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-08-08T09:50:30.688Z] c022d462359b: Preparing [2025-08-08T09:50:30.688Z] 4c98b60a9f81: Preparing [2025-08-08T09:50:30.688Z] 093c0fd6baad: Preparing [2025-08-08T09:50:30.688Z] aaa351ea4f55: Preparing [2025-08-08T09:50:30.688Z] 4a5afb866751: Preparing [2025-08-08T09:50:30.688Z] 097100c76c15: Preparing [2025-08-08T09:50:30.688Z] 097100c76c15: Waiting [2025-08-08T09:50:30.688Z] c022d462359b: Layer already exists [2025-08-08T09:50:30.688Z] aaa351ea4f55: Layer already exists [2025-08-08T09:50:30.688Z] 093c0fd6baad: Layer already exists [2025-08-08T09:50:30.688Z] 4c98b60a9f81: Layer already exists [2025-08-08T09:50:30.688Z] 4a5afb866751: Layer already exists [2025-08-08T09:50:30.688Z] 097100c76c15: Layer already exists [2025-08-08T09:50:30.688Z] latest: digest: sha256:9a799162f1bbb032f25fa8be5a9483618677a8164f47478c37cc296e83cfd761 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:31.019Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:31.341Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.44 [2025-08-08T09:50:31.341Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-08-08T09:50:31.341Z] c022d462359b: Preparing [2025-08-08T09:50:31.341Z] 4c98b60a9f81: Preparing [2025-08-08T09:50:31.341Z] 093c0fd6baad: Preparing [2025-08-08T09:50:31.341Z] aaa351ea4f55: Preparing [2025-08-08T09:50:31.341Z] 4a5afb866751: Preparing [2025-08-08T09:50:31.341Z] 097100c76c15: Preparing [2025-08-08T09:50:31.341Z] 097100c76c15: Waiting [2025-08-08T09:50:31.341Z] 4c98b60a9f81: Layer already exists [2025-08-08T09:50:31.341Z] 4a5afb866751: Layer already exists [2025-08-08T09:50:31.341Z] 093c0fd6baad: Layer already exists [2025-08-08T09:50:31.341Z] aaa351ea4f55: Layer already exists [2025-08-08T09:50:31.341Z] c022d462359b: Layer already exists [2025-08-08T09:50:31.341Z] 097100c76c15: Layer already exists [2025-08-08T09:50:31.341Z] 4.1.0-dev.44: digest: sha256:9a799162f1bbb032f25fa8be5a9483618677a8164f47478c37cc296e83cfd761 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:31.669Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:31.996Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:50:31.996Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-08-08T09:50:31.996Z] c022d462359b: Preparing [2025-08-08T09:50:31.996Z] 4c98b60a9f81: Preparing [2025-08-08T09:50:31.996Z] 093c0fd6baad: Preparing [2025-08-08T09:50:31.996Z] aaa351ea4f55: Preparing [2025-08-08T09:50:31.996Z] 4a5afb866751: Preparing [2025-08-08T09:50:31.996Z] 097100c76c15: Preparing [2025-08-08T09:50:31.996Z] 097100c76c15: Waiting [2025-08-08T09:50:31.996Z] aaa351ea4f55: Layer already exists [2025-08-08T09:50:31.996Z] 4a5afb866751: Layer already exists [2025-08-08T09:50:31.996Z] 4c98b60a9f81: Layer already exists [2025-08-08T09:50:31.996Z] c022d462359b: Layer already exists [2025-08-08T09:50:31.996Z] 093c0fd6baad: Layer already exists [2025-08-08T09:50:31.996Z] 097100c76c15: Layer already exists [2025-08-08T09:50:31.996Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44: digest: sha256:9a799162f1bbb032f25fa8be5a9483618677a8164f47478c37cc296e83cfd761 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:32.324Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:32.645Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:main [2025-08-08T09:50:32.645Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-08-08T09:50:32.645Z] c022d462359b: Preparing [2025-08-08T09:50:32.645Z] 4c98b60a9f81: Preparing [2025-08-08T09:50:32.645Z] 093c0fd6baad: Preparing [2025-08-08T09:50:32.645Z] aaa351ea4f55: Preparing [2025-08-08T09:50:32.645Z] 4a5afb866751: Preparing [2025-08-08T09:50:32.645Z] 097100c76c15: Preparing [2025-08-08T09:50:32.645Z] 097100c76c15: Waiting [2025-08-08T09:50:32.645Z] c022d462359b: Layer already exists [2025-08-08T09:50:32.645Z] 4a5afb866751: Layer already exists [2025-08-08T09:50:32.645Z] 4c98b60a9f81: Layer already exists [2025-08-08T09:50:32.645Z] 093c0fd6baad: Layer already exists [2025-08-08T09:50:32.645Z] aaa351ea4f55: Layer already exists [2025-08-08T09:50:32.645Z] 097100c76c15: Layer already exists [2025-08-08T09:50:32.645Z] main: digest: sha256:9a799162f1bbb032f25fa8be5a9483618677a8164f47478c37cc296e83cfd761 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-08T09:50:32.719Z] ===================================================== [Pipeline] echo [2025-08-08T09:50:32.733Z] taggedImages: [2025-08-08T09:50:32.733Z] - nexus3.edgexfoundry.org:10004/core-keeper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:50:32.733Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-08-08T09:50:32.733Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.44 [2025-08-08T09:50:32.733Z] - nexus3.edgexfoundry.org:10004/core-keeper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:50:32.733Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo [2025-08-08T09:50:32.764Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2025-08-08T09:50:32.764Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:50:32.764Z] latest [2025-08-08T09:50:32.764Z] 4.1.0-dev.44 [2025-08-08T09:50:32.764Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:50:32.764Z] main [2025-08-08T09:50:32.764Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:33.109Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:33.439Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:50:33.439Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-08-08T09:50:33.439Z] 5d18d8e80c58: Preparing [2025-08-08T09:50:33.439Z] e4f38edd19e1: Preparing [2025-08-08T09:50:33.439Z] cebdb9ac8752: Preparing [2025-08-08T09:50:33.439Z] cd27dce05da3: Preparing [2025-08-08T09:50:33.439Z] 093c0fd6baad: Preparing [2025-08-08T09:50:33.439Z] 79c16ec6b4f5: Preparing [2025-08-08T09:50:33.439Z] 04bc40cf8f7a: Preparing [2025-08-08T09:50:33.439Z] 097100c76c15: Preparing [2025-08-08T09:50:33.439Z] 79c16ec6b4f5: Waiting [2025-08-08T09:50:33.439Z] 04bc40cf8f7a: Waiting [2025-08-08T09:50:33.439Z] 097100c76c15: Waiting [2025-08-08T09:50:33.439Z] cd27dce05da3: Layer already exists [2025-08-08T09:50:33.439Z] 093c0fd6baad: Layer already exists [2025-08-08T09:50:33.439Z] 79c16ec6b4f5: Layer already exists [2025-08-08T09:50:33.439Z] 04bc40cf8f7a: Layer already exists [2025-08-08T09:50:33.439Z] 097100c76c15: Layer already exists [2025-08-08T09:50:33.439Z] e4f38edd19e1: Pushed [2025-08-08T09:50:33.439Z] 5d18d8e80c58: Pushed [2025-08-08T09:50:37.636Z] cebdb9ac8752: Pushed [2025-08-08T09:50:37.636Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b: digest: sha256:12827806034b5df57d5fd8e3d99ac7e077e1aef350f14f207c30a0878cf798d0 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:37.974Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:38.295Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-08-08T09:50:38.295Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-08-08T09:50:38.295Z] 5d18d8e80c58: Preparing [2025-08-08T09:50:38.295Z] e4f38edd19e1: Preparing [2025-08-08T09:50:38.295Z] cebdb9ac8752: Preparing [2025-08-08T09:50:38.295Z] cd27dce05da3: Preparing [2025-08-08T09:50:38.295Z] 093c0fd6baad: Preparing [2025-08-08T09:50:38.295Z] 79c16ec6b4f5: Preparing [2025-08-08T09:50:38.295Z] 04bc40cf8f7a: Preparing [2025-08-08T09:50:38.295Z] 097100c76c15: Preparing [2025-08-08T09:50:38.295Z] 79c16ec6b4f5: Waiting [2025-08-08T09:50:38.295Z] 04bc40cf8f7a: Waiting [2025-08-08T09:50:38.295Z] 097100c76c15: Waiting [2025-08-08T09:50:38.295Z] 5d18d8e80c58: Layer already exists [2025-08-08T09:50:38.295Z] cebdb9ac8752: Layer already exists [2025-08-08T09:50:38.295Z] e4f38edd19e1: Layer already exists [2025-08-08T09:50:38.295Z] 093c0fd6baad: Layer already exists [2025-08-08T09:50:38.295Z] cd27dce05da3: Layer already exists [2025-08-08T09:50:38.295Z] 04bc40cf8f7a: Layer already exists [2025-08-08T09:50:38.295Z] 097100c76c15: Layer already exists [2025-08-08T09:50:38.295Z] 79c16ec6b4f5: Layer already exists [2025-08-08T09:50:38.295Z] latest: digest: sha256:12827806034b5df57d5fd8e3d99ac7e077e1aef350f14f207c30a0878cf798d0 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:38.620Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:38.944Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.44 [2025-08-08T09:50:38.944Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-08-08T09:50:38.944Z] 5d18d8e80c58: Preparing [2025-08-08T09:50:38.944Z] e4f38edd19e1: Preparing [2025-08-08T09:50:38.944Z] cebdb9ac8752: Preparing [2025-08-08T09:50:38.944Z] cd27dce05da3: Preparing [2025-08-08T09:50:38.944Z] 093c0fd6baad: Preparing [2025-08-08T09:50:38.944Z] 79c16ec6b4f5: Preparing [2025-08-08T09:50:38.944Z] 04bc40cf8f7a: Preparing [2025-08-08T09:50:38.944Z] 097100c76c15: Preparing [2025-08-08T09:50:38.944Z] 79c16ec6b4f5: Waiting [2025-08-08T09:50:38.944Z] 04bc40cf8f7a: Waiting [2025-08-08T09:50:38.944Z] 097100c76c15: Waiting [2025-08-08T09:50:38.944Z] e4f38edd19e1: Layer already exists [2025-08-08T09:50:38.944Z] cd27dce05da3: Layer already exists [2025-08-08T09:50:38.944Z] 5d18d8e80c58: Layer already exists [2025-08-08T09:50:38.944Z] cebdb9ac8752: Layer already exists [2025-08-08T09:50:38.944Z] 093c0fd6baad: Layer already exists [2025-08-08T09:50:38.944Z] 04bc40cf8f7a: Layer already exists [2025-08-08T09:50:38.944Z] 79c16ec6b4f5: Layer already exists [2025-08-08T09:50:38.944Z] 097100c76c15: Layer already exists [2025-08-08T09:50:38.945Z] 4.1.0-dev.44: digest: sha256:12827806034b5df57d5fd8e3d99ac7e077e1aef350f14f207c30a0878cf798d0 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:39.269Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:39.596Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:50:39.596Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-08-08T09:50:39.596Z] 5d18d8e80c58: Preparing [2025-08-08T09:50:39.596Z] e4f38edd19e1: Preparing [2025-08-08T09:50:39.596Z] cebdb9ac8752: Preparing [2025-08-08T09:50:39.596Z] cd27dce05da3: Preparing [2025-08-08T09:50:39.596Z] 093c0fd6baad: Preparing [2025-08-08T09:50:39.596Z] 79c16ec6b4f5: Preparing [2025-08-08T09:50:39.596Z] 04bc40cf8f7a: Preparing [2025-08-08T09:50:39.596Z] 097100c76c15: Preparing [2025-08-08T09:50:39.596Z] 79c16ec6b4f5: Waiting [2025-08-08T09:50:39.596Z] 04bc40cf8f7a: Waiting [2025-08-08T09:50:39.596Z] 097100c76c15: Waiting [2025-08-08T09:50:39.596Z] cd27dce05da3: Layer already exists [2025-08-08T09:50:39.596Z] e4f38edd19e1: Layer already exists [2025-08-08T09:50:39.596Z] 093c0fd6baad: Layer already exists [2025-08-08T09:50:39.596Z] 5d18d8e80c58: Layer already exists [2025-08-08T09:50:39.596Z] cebdb9ac8752: Layer already exists [2025-08-08T09:50:39.596Z] 04bc40cf8f7a: Layer already exists [2025-08-08T09:50:39.596Z] 097100c76c15: Layer already exists [2025-08-08T09:50:39.596Z] 79c16ec6b4f5: Layer already exists [2025-08-08T09:50:39.596Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44: digest: sha256:12827806034b5df57d5fd8e3d99ac7e077e1aef350f14f207c30a0878cf798d0 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:39.923Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:40.246Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2025-08-08T09:50:40.246Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-08-08T09:50:40.246Z] 5d18d8e80c58: Preparing [2025-08-08T09:50:40.246Z] e4f38edd19e1: Preparing [2025-08-08T09:50:40.246Z] cebdb9ac8752: Preparing [2025-08-08T09:50:40.246Z] cd27dce05da3: Preparing [2025-08-08T09:50:40.246Z] 093c0fd6baad: Preparing [2025-08-08T09:50:40.246Z] 79c16ec6b4f5: Preparing [2025-08-08T09:50:40.246Z] 04bc40cf8f7a: Preparing [2025-08-08T09:50:40.246Z] 097100c76c15: Preparing [2025-08-08T09:50:40.246Z] 097100c76c15: Waiting [2025-08-08T09:50:40.246Z] 79c16ec6b4f5: Waiting [2025-08-08T09:50:40.246Z] 04bc40cf8f7a: Waiting [2025-08-08T09:50:40.246Z] cebdb9ac8752: Layer already exists [2025-08-08T09:50:40.246Z] 5d18d8e80c58: Layer already exists [2025-08-08T09:50:40.246Z] 093c0fd6baad: Layer already exists [2025-08-08T09:50:40.246Z] cd27dce05da3: Layer already exists [2025-08-08T09:50:40.246Z] e4f38edd19e1: Layer already exists [2025-08-08T09:50:40.246Z] 79c16ec6b4f5: Layer already exists [2025-08-08T09:50:40.246Z] 097100c76c15: Layer already exists [2025-08-08T09:50:40.246Z] 04bc40cf8f7a: Layer already exists [2025-08-08T09:50:40.246Z] main: digest: sha256:12827806034b5df57d5fd8e3d99ac7e077e1aef350f14f207c30a0878cf798d0 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-08T09:50:40.317Z] ===================================================== [Pipeline] echo [2025-08-08T09:50:40.327Z] taggedImages: [2025-08-08T09:50:40.327Z] - nexus3.edgexfoundry.org:10004/core-metadata:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:50:40.327Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-08-08T09:50:40.327Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.44 [2025-08-08T09:50:40.327Z] - nexus3.edgexfoundry.org:10004/core-metadata:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:50:40.327Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2025-08-08T09:50:40.359Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2025-08-08T09:50:40.359Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:50:40.359Z] latest [2025-08-08T09:50:40.359Z] 4.1.0-dev.44 [2025-08-08T09:50:40.359Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:50:40.359Z] main [2025-08-08T09:50:40.359Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:40.698Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:41.018Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:50:41.018Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-08-08T09:50:41.018Z] 2128c62fa9c7: Preparing [2025-08-08T09:50:41.018Z] 42ae94a50673: Preparing [2025-08-08T09:50:41.018Z] c02b0056e73d: Preparing [2025-08-08T09:50:41.018Z] 1deac6c5c38e: Preparing [2025-08-08T09:50:41.018Z] 901991156675: Preparing [2025-08-08T09:50:41.018Z] 44396e9b5720: Preparing [2025-08-08T09:50:41.018Z] 1be35340650d: Preparing [2025-08-08T09:50:41.018Z] cd27dce05da3: Preparing [2025-08-08T09:50:41.018Z] 093c0fd6baad: Preparing [2025-08-08T09:50:41.018Z] f67cac85f8d5: Preparing [2025-08-08T09:50:41.018Z] e0678a8779ce: Preparing [2025-08-08T09:50:41.018Z] 5f70bf18a086: Preparing [2025-08-08T09:50:41.018Z] 043a2329b3ee: Preparing [2025-08-08T09:50:41.018Z] a424829dd931: Preparing [2025-08-08T09:50:41.018Z] f167c7970348: Preparing [2025-08-08T09:50:41.018Z] 097100c76c15: Preparing [2025-08-08T09:50:41.018Z] 093c0fd6baad: Waiting [2025-08-08T09:50:41.018Z] f167c7970348: Waiting [2025-08-08T09:50:41.018Z] f67cac85f8d5: Waiting [2025-08-08T09:50:41.018Z] 097100c76c15: Waiting [2025-08-08T09:50:41.018Z] e0678a8779ce: Waiting [2025-08-08T09:50:41.018Z] 5f70bf18a086: Waiting [2025-08-08T09:50:41.018Z] a424829dd931: Waiting [2025-08-08T09:50:41.018Z] 44396e9b5720: Waiting [2025-08-08T09:50:41.018Z] 043a2329b3ee: Waiting [2025-08-08T09:50:41.018Z] 1be35340650d: Waiting [2025-08-08T09:50:41.018Z] cd27dce05da3: Waiting [2025-08-08T09:50:41.018Z] 901991156675: Pushed [2025-08-08T09:50:41.018Z] 1deac6c5c38e: Pushed [2025-08-08T09:50:41.018Z] c02b0056e73d: Pushed [2025-08-08T09:50:41.018Z] 2128c62fa9c7: Pushed [2025-08-08T09:50:41.018Z] 42ae94a50673: Pushed [2025-08-08T09:50:41.018Z] cd27dce05da3: Layer already exists [2025-08-08T09:50:41.018Z] 093c0fd6baad: Layer already exists [2025-08-08T09:50:41.018Z] 5f70bf18a086: Layer already exists [2025-08-08T09:50:41.018Z] 44396e9b5720: Pushed [2025-08-08T09:50:41.277Z] f67cac85f8d5: Pushed [2025-08-08T09:50:41.277Z] 043a2329b3ee: Pushed [2025-08-08T09:50:41.277Z] e0678a8779ce: Pushed [2025-08-08T09:50:41.277Z] 097100c76c15: Layer already exists [2025-08-08T09:50:41.277Z] f167c7970348: Pushed [2025-08-08T09:50:41.277Z] a424829dd931: Pushed [2025-08-08T09:50:42.654Z] 1be35340650d: Pushed [2025-08-08T09:50:42.913Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b: digest: sha256:6c797c731905c7e613d2102b6aaa72280dd09b6879663882830fd13822d5355a size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:43.241Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:43.572Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-08-08T09:50:43.573Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-08-08T09:50:43.573Z] 2128c62fa9c7: Preparing [2025-08-08T09:50:43.573Z] 42ae94a50673: Preparing [2025-08-08T09:50:43.573Z] c02b0056e73d: Preparing [2025-08-08T09:50:43.573Z] 1deac6c5c38e: Preparing [2025-08-08T09:50:43.573Z] 901991156675: Preparing [2025-08-08T09:50:43.573Z] 44396e9b5720: Preparing [2025-08-08T09:50:43.573Z] 1be35340650d: Preparing [2025-08-08T09:50:43.573Z] cd27dce05da3: Preparing [2025-08-08T09:50:43.573Z] 093c0fd6baad: Preparing [2025-08-08T09:50:43.573Z] f67cac85f8d5: Preparing [2025-08-08T09:50:43.573Z] e0678a8779ce: Preparing [2025-08-08T09:50:43.573Z] 5f70bf18a086: Preparing [2025-08-08T09:50:43.573Z] 043a2329b3ee: Preparing [2025-08-08T09:50:43.573Z] a424829dd931: Preparing [2025-08-08T09:50:43.573Z] 44396e9b5720: Waiting [2025-08-08T09:50:43.573Z] 1be35340650d: Waiting [2025-08-08T09:50:43.573Z] 093c0fd6baad: Waiting [2025-08-08T09:50:43.573Z] e0678a8779ce: Waiting [2025-08-08T09:50:43.573Z] f67cac85f8d5: Waiting [2025-08-08T09:50:43.573Z] 5f70bf18a086: Waiting [2025-08-08T09:50:43.573Z] 043a2329b3ee: Waiting [2025-08-08T09:50:43.573Z] cd27dce05da3: Waiting [2025-08-08T09:50:43.573Z] f167c7970348: Preparing [2025-08-08T09:50:43.573Z] 097100c76c15: Preparing [2025-08-08T09:50:43.573Z] a424829dd931: Waiting [2025-08-08T09:50:43.573Z] f167c7970348: Waiting [2025-08-08T09:50:43.573Z] 097100c76c15: Waiting [2025-08-08T09:50:43.573Z] c02b0056e73d: Layer already exists [2025-08-08T09:50:43.573Z] 42ae94a50673: Layer already exists [2025-08-08T09:50:43.573Z] 1deac6c5c38e: Layer already exists [2025-08-08T09:50:43.573Z] 2128c62fa9c7: Layer already exists [2025-08-08T09:50:43.573Z] 901991156675: Layer already exists [2025-08-08T09:50:43.573Z] 44396e9b5720: Layer already exists [2025-08-08T09:50:43.573Z] f67cac85f8d5: Layer already exists [2025-08-08T09:50:43.573Z] 093c0fd6baad: Layer already exists [2025-08-08T09:50:43.573Z] 1be35340650d: Layer already exists [2025-08-08T09:50:43.573Z] cd27dce05da3: Layer already exists [2025-08-08T09:50:43.573Z] e0678a8779ce: Layer already exists [2025-08-08T09:50:43.573Z] 5f70bf18a086: Layer already exists [2025-08-08T09:50:43.573Z] 043a2329b3ee: Layer already exists [2025-08-08T09:50:43.573Z] a424829dd931: Layer already exists [2025-08-08T09:50:43.573Z] f167c7970348: Layer already exists [2025-08-08T09:50:43.573Z] 097100c76c15: Layer already exists [2025-08-08T09:50:43.573Z] latest: digest: sha256:6c797c731905c7e613d2102b6aaa72280dd09b6879663882830fd13822d5355a size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:43.897Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:44.225Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.44 [2025-08-08T09:50:44.225Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-08-08T09:50:44.225Z] 2128c62fa9c7: Preparing [2025-08-08T09:50:44.225Z] 42ae94a50673: Preparing [2025-08-08T09:50:44.225Z] c02b0056e73d: Preparing [2025-08-08T09:50:44.225Z] 1deac6c5c38e: Preparing [2025-08-08T09:50:44.225Z] 901991156675: Preparing [2025-08-08T09:50:44.225Z] 44396e9b5720: Preparing [2025-08-08T09:50:44.225Z] 1be35340650d: Preparing [2025-08-08T09:50:44.225Z] cd27dce05da3: Preparing [2025-08-08T09:50:44.225Z] 093c0fd6baad: Preparing [2025-08-08T09:50:44.225Z] f67cac85f8d5: Preparing [2025-08-08T09:50:44.225Z] e0678a8779ce: Preparing [2025-08-08T09:50:44.225Z] 5f70bf18a086: Preparing [2025-08-08T09:50:44.225Z] 043a2329b3ee: Preparing [2025-08-08T09:50:44.225Z] a424829dd931: Preparing [2025-08-08T09:50:44.225Z] f167c7970348: Preparing [2025-08-08T09:50:44.225Z] 097100c76c15: Preparing [2025-08-08T09:50:44.225Z] f67cac85f8d5: Waiting [2025-08-08T09:50:44.225Z] e0678a8779ce: Waiting [2025-08-08T09:50:44.225Z] 5f70bf18a086: Waiting [2025-08-08T09:50:44.225Z] 043a2329b3ee: Waiting [2025-08-08T09:50:44.225Z] a424829dd931: Waiting [2025-08-08T09:50:44.225Z] f167c7970348: Waiting [2025-08-08T09:50:44.225Z] 097100c76c15: Waiting [2025-08-08T09:50:44.225Z] 44396e9b5720: Waiting [2025-08-08T09:50:44.225Z] 1be35340650d: Waiting [2025-08-08T09:50:44.225Z] cd27dce05da3: Waiting [2025-08-08T09:50:44.225Z] 093c0fd6baad: Waiting [2025-08-08T09:50:44.225Z] 42ae94a50673: Layer already exists [2025-08-08T09:50:44.225Z] 2128c62fa9c7: Layer already exists [2025-08-08T09:50:44.225Z] 1deac6c5c38e: Layer already exists [2025-08-08T09:50:44.225Z] 901991156675: Layer already exists [2025-08-08T09:50:44.225Z] c02b0056e73d: Layer already exists [2025-08-08T09:50:44.225Z] 44396e9b5720: Layer already exists [2025-08-08T09:50:44.225Z] 1be35340650d: Layer already exists [2025-08-08T09:50:44.225Z] f67cac85f8d5: Layer already exists [2025-08-08T09:50:44.225Z] 093c0fd6baad: Layer already exists [2025-08-08T09:50:44.225Z] cd27dce05da3: Layer already exists [2025-08-08T09:50:44.225Z] e0678a8779ce: Layer already exists [2025-08-08T09:50:44.225Z] 043a2329b3ee: Layer already exists [2025-08-08T09:50:44.225Z] 5f70bf18a086: Layer already exists [2025-08-08T09:50:44.225Z] a424829dd931: Layer already exists [2025-08-08T09:50:44.225Z] f167c7970348: Layer already exists [2025-08-08T09:50:44.225Z] 097100c76c15: Layer already exists [2025-08-08T09:50:44.225Z] 4.1.0-dev.44: digest: sha256:6c797c731905c7e613d2102b6aaa72280dd09b6879663882830fd13822d5355a size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:44.570Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:44.901Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:50:44.901Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-08-08T09:50:44.901Z] 2128c62fa9c7: Preparing [2025-08-08T09:50:44.901Z] 42ae94a50673: Preparing [2025-08-08T09:50:44.901Z] c02b0056e73d: Preparing [2025-08-08T09:50:44.901Z] 1deac6c5c38e: Preparing [2025-08-08T09:50:44.901Z] 901991156675: Preparing [2025-08-08T09:50:44.901Z] 44396e9b5720: Preparing [2025-08-08T09:50:44.901Z] 1be35340650d: Preparing [2025-08-08T09:50:44.901Z] cd27dce05da3: Preparing [2025-08-08T09:50:44.901Z] 093c0fd6baad: Preparing [2025-08-08T09:50:44.901Z] f67cac85f8d5: Preparing [2025-08-08T09:50:44.901Z] 44396e9b5720: Waiting [2025-08-08T09:50:44.901Z] e0678a8779ce: Preparing [2025-08-08T09:50:44.901Z] 5f70bf18a086: Preparing [2025-08-08T09:50:44.901Z] 043a2329b3ee: Preparing [2025-08-08T09:50:44.901Z] a424829dd931: Preparing [2025-08-08T09:50:44.901Z] f167c7970348: Preparing [2025-08-08T09:50:44.901Z] 1be35340650d: Waiting [2025-08-08T09:50:44.901Z] 097100c76c15: Preparing [2025-08-08T09:50:44.901Z] cd27dce05da3: Waiting [2025-08-08T09:50:44.901Z] 093c0fd6baad: Waiting [2025-08-08T09:50:44.901Z] e0678a8779ce: Waiting [2025-08-08T09:50:44.901Z] 5f70bf18a086: Waiting [2025-08-08T09:50:44.901Z] 043a2329b3ee: Waiting [2025-08-08T09:50:44.901Z] a424829dd931: Waiting [2025-08-08T09:50:44.901Z] 097100c76c15: Waiting [2025-08-08T09:50:44.901Z] f167c7970348: Waiting [2025-08-08T09:50:44.901Z] f67cac85f8d5: Waiting [2025-08-08T09:50:44.901Z] c02b0056e73d: Layer already exists [2025-08-08T09:50:44.901Z] 901991156675: Layer already exists [2025-08-08T09:50:44.901Z] 1deac6c5c38e: Layer already exists [2025-08-08T09:50:44.901Z] 2128c62fa9c7: Layer already exists [2025-08-08T09:50:44.901Z] 42ae94a50673: Layer already exists [2025-08-08T09:50:44.901Z] 44396e9b5720: Layer already exists [2025-08-08T09:50:44.901Z] cd27dce05da3: Layer already exists [2025-08-08T09:50:44.901Z] 1be35340650d: Layer already exists [2025-08-08T09:50:44.901Z] 093c0fd6baad: Layer already exists [2025-08-08T09:50:44.901Z] f67cac85f8d5: Layer already exists [2025-08-08T09:50:44.901Z] e0678a8779ce: Layer already exists [2025-08-08T09:50:44.901Z] 5f70bf18a086: Layer already exists [2025-08-08T09:50:44.901Z] a424829dd931: Layer already exists [2025-08-08T09:50:44.901Z] 043a2329b3ee: Layer already exists [2025-08-08T09:50:44.901Z] f167c7970348: Layer already exists [2025-08-08T09:50:44.901Z] 097100c76c15: Layer already exists [2025-08-08T09:50:44.901Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44: digest: sha256:6c797c731905c7e613d2102b6aaa72280dd09b6879663882830fd13822d5355a size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:45.234Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:45.573Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-08-08T09:50:45.573Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-08-08T09:50:45.573Z] 2128c62fa9c7: Preparing [2025-08-08T09:50:45.573Z] 42ae94a50673: Preparing [2025-08-08T09:50:45.573Z] c02b0056e73d: Preparing [2025-08-08T09:50:45.573Z] 1deac6c5c38e: Preparing [2025-08-08T09:50:45.573Z] 901991156675: Preparing [2025-08-08T09:50:45.573Z] 44396e9b5720: Preparing [2025-08-08T09:50:45.573Z] 1be35340650d: Preparing [2025-08-08T09:50:45.573Z] cd27dce05da3: Preparing [2025-08-08T09:50:45.573Z] 093c0fd6baad: Preparing [2025-08-08T09:50:45.573Z] f67cac85f8d5: Preparing [2025-08-08T09:50:45.573Z] e0678a8779ce: Preparing [2025-08-08T09:50:45.573Z] 5f70bf18a086: Preparing [2025-08-08T09:50:45.573Z] 043a2329b3ee: Preparing [2025-08-08T09:50:45.573Z] a424829dd931: Preparing [2025-08-08T09:50:45.573Z] f167c7970348: Preparing [2025-08-08T09:50:45.573Z] 097100c76c15: Preparing [2025-08-08T09:50:45.573Z] cd27dce05da3: Waiting [2025-08-08T09:50:45.573Z] 093c0fd6baad: Waiting [2025-08-08T09:50:45.573Z] f67cac85f8d5: Waiting [2025-08-08T09:50:45.573Z] e0678a8779ce: Waiting [2025-08-08T09:50:45.573Z] 5f70bf18a086: Waiting [2025-08-08T09:50:45.573Z] 043a2329b3ee: Waiting [2025-08-08T09:50:45.573Z] a424829dd931: Waiting [2025-08-08T09:50:45.573Z] f167c7970348: Waiting [2025-08-08T09:50:45.573Z] 097100c76c15: Waiting [2025-08-08T09:50:45.573Z] 44396e9b5720: Waiting [2025-08-08T09:50:45.573Z] 1be35340650d: Waiting [2025-08-08T09:50:45.573Z] 42ae94a50673: Layer already exists [2025-08-08T09:50:45.573Z] 901991156675: Layer already exists [2025-08-08T09:50:45.573Z] 2128c62fa9c7: Layer already exists [2025-08-08T09:50:45.573Z] 1deac6c5c38e: Layer already exists [2025-08-08T09:50:45.573Z] c02b0056e73d: Layer already exists [2025-08-08T09:50:45.573Z] 44396e9b5720: Layer already exists [2025-08-08T09:50:45.573Z] 1be35340650d: Layer already exists [2025-08-08T09:50:45.573Z] 093c0fd6baad: Layer already exists [2025-08-08T09:50:45.573Z] cd27dce05da3: Layer already exists [2025-08-08T09:50:45.573Z] f67cac85f8d5: Layer already exists [2025-08-08T09:50:45.573Z] 5f70bf18a086: Layer already exists [2025-08-08T09:50:45.573Z] e0678a8779ce: Layer already exists [2025-08-08T09:50:45.573Z] f167c7970348: Layer already exists [2025-08-08T09:50:45.573Z] 043a2329b3ee: Layer already exists [2025-08-08T09:50:45.573Z] a424829dd931: Layer already exists [2025-08-08T09:50:45.573Z] 097100c76c15: Layer already exists [2025-08-08T09:50:45.573Z] main: digest: sha256:6c797c731905c7e613d2102b6aaa72280dd09b6879663882830fd13822d5355a size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-08T09:50:45.658Z] ===================================================== [Pipeline] echo [2025-08-08T09:50:45.674Z] taggedImages: [2025-08-08T09:50:45.674Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:50:45.674Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-08-08T09:50:45.674Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.44 [2025-08-08T09:50:45.674Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:50:45.674Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2025-08-08T09:50:45.709Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2025-08-08T09:50:45.709Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:50:45.709Z] latest [2025-08-08T09:50:45.709Z] 4.1.0-dev.44 [2025-08-08T09:50:45.709Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:50:45.709Z] main [2025-08-08T09:50:45.709Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:46.055Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:46.379Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:50:46.379Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-08-08T09:50:46.379Z] 96edc91dcbb7: Preparing [2025-08-08T09:50:46.379Z] e27d2b0d9608: Preparing [2025-08-08T09:50:46.379Z] 2e555bd34ee9: Preparing [2025-08-08T09:50:46.379Z] 0e422ca75406: Preparing [2025-08-08T09:50:46.379Z] cd27dce05da3: Preparing [2025-08-08T09:50:46.379Z] 093c0fd6baad: Preparing [2025-08-08T09:50:46.379Z] 79c16ec6b4f5: Preparing [2025-08-08T09:50:46.379Z] 04bc40cf8f7a: Preparing [2025-08-08T09:50:46.379Z] 097100c76c15: Preparing [2025-08-08T09:50:46.379Z] 79c16ec6b4f5: Waiting [2025-08-08T09:50:46.379Z] 093c0fd6baad: Waiting [2025-08-08T09:50:46.379Z] 04bc40cf8f7a: Waiting [2025-08-08T09:50:46.379Z] 097100c76c15: Waiting [2025-08-08T09:50:46.379Z] cd27dce05da3: Layer already exists [2025-08-08T09:50:46.379Z] 093c0fd6baad: Layer already exists [2025-08-08T09:50:46.379Z] 79c16ec6b4f5: Layer already exists [2025-08-08T09:50:46.379Z] 04bc40cf8f7a: Layer already exists [2025-08-08T09:50:46.379Z] 96edc91dcbb7: Pushed [2025-08-08T09:50:46.379Z] e27d2b0d9608: Pushed [2025-08-08T09:50:46.379Z] 097100c76c15: Layer already exists [2025-08-08T09:50:46.379Z] 2e555bd34ee9: Pushed [2025-08-08T09:50:50.569Z] 0e422ca75406: Pushed [2025-08-08T09:50:50.569Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b: digest: sha256:2840e0abe87f0db84eb342ed6d66c335ee12d1edeaede2c9ec721a7dd9fcc679 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:50.893Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:51.218Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-08-08T09:50:51.218Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-08-08T09:50:51.218Z] 96edc91dcbb7: Preparing [2025-08-08T09:50:51.218Z] e27d2b0d9608: Preparing [2025-08-08T09:50:51.218Z] 2e555bd34ee9: Preparing [2025-08-08T09:50:51.218Z] 0e422ca75406: Preparing [2025-08-08T09:50:51.218Z] cd27dce05da3: Preparing [2025-08-08T09:50:51.218Z] 093c0fd6baad: Preparing [2025-08-08T09:50:51.218Z] 79c16ec6b4f5: Preparing [2025-08-08T09:50:51.218Z] 04bc40cf8f7a: Preparing [2025-08-08T09:50:51.218Z] 097100c76c15: Preparing [2025-08-08T09:50:51.218Z] 093c0fd6baad: Waiting [2025-08-08T09:50:51.218Z] 79c16ec6b4f5: Waiting [2025-08-08T09:50:51.218Z] 04bc40cf8f7a: Waiting [2025-08-08T09:50:51.218Z] 097100c76c15: Waiting [2025-08-08T09:50:51.218Z] 0e422ca75406: Layer already exists [2025-08-08T09:50:51.218Z] 96edc91dcbb7: Layer already exists [2025-08-08T09:50:51.218Z] cd27dce05da3: Layer already exists [2025-08-08T09:50:51.218Z] e27d2b0d9608: Layer already exists [2025-08-08T09:50:51.218Z] 2e555bd34ee9: Layer already exists [2025-08-08T09:50:51.218Z] 093c0fd6baad: Layer already exists [2025-08-08T09:50:51.218Z] 04bc40cf8f7a: Layer already exists [2025-08-08T09:50:51.218Z] 79c16ec6b4f5: Layer already exists [2025-08-08T09:50:51.218Z] 097100c76c15: Layer already exists [2025-08-08T09:50:51.218Z] latest: digest: sha256:2840e0abe87f0db84eb342ed6d66c335ee12d1edeaede2c9ec721a7dd9fcc679 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:51.546Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:51.864Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.44 [2025-08-08T09:50:51.864Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-08-08T09:50:51.864Z] 96edc91dcbb7: Preparing [2025-08-08T09:50:51.864Z] e27d2b0d9608: Preparing [2025-08-08T09:50:51.864Z] 2e555bd34ee9: Preparing [2025-08-08T09:50:51.864Z] 0e422ca75406: Preparing [2025-08-08T09:50:51.864Z] cd27dce05da3: Preparing [2025-08-08T09:50:51.864Z] 093c0fd6baad: Preparing [2025-08-08T09:50:51.864Z] 79c16ec6b4f5: Preparing [2025-08-08T09:50:51.864Z] 04bc40cf8f7a: Preparing [2025-08-08T09:50:51.864Z] 097100c76c15: Preparing [2025-08-08T09:50:51.864Z] 79c16ec6b4f5: Waiting [2025-08-08T09:50:51.864Z] 04bc40cf8f7a: Waiting [2025-08-08T09:50:51.864Z] 093c0fd6baad: Waiting [2025-08-08T09:50:51.864Z] 097100c76c15: Waiting [2025-08-08T09:50:51.864Z] cd27dce05da3: Layer already exists [2025-08-08T09:50:51.864Z] 0e422ca75406: Layer already exists [2025-08-08T09:50:51.864Z] e27d2b0d9608: Layer already exists [2025-08-08T09:50:51.864Z] 96edc91dcbb7: Layer already exists [2025-08-08T09:50:51.864Z] 2e555bd34ee9: Layer already exists [2025-08-08T09:50:51.864Z] 093c0fd6baad: Layer already exists [2025-08-08T09:50:51.864Z] 79c16ec6b4f5: Layer already exists [2025-08-08T09:50:51.864Z] 097100c76c15: Layer already exists [2025-08-08T09:50:51.864Z] 04bc40cf8f7a: Layer already exists [2025-08-08T09:50:51.864Z] 4.1.0-dev.44: digest: sha256:2840e0abe87f0db84eb342ed6d66c335ee12d1edeaede2c9ec721a7dd9fcc679 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:52.186Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:52.506Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:50:52.506Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-08-08T09:50:52.506Z] 96edc91dcbb7: Preparing [2025-08-08T09:50:52.506Z] e27d2b0d9608: Preparing [2025-08-08T09:50:52.506Z] 2e555bd34ee9: Preparing [2025-08-08T09:50:52.506Z] 0e422ca75406: Preparing [2025-08-08T09:50:52.506Z] cd27dce05da3: Preparing [2025-08-08T09:50:52.506Z] 093c0fd6baad: Preparing [2025-08-08T09:50:52.506Z] 79c16ec6b4f5: Preparing [2025-08-08T09:50:52.506Z] 04bc40cf8f7a: Preparing [2025-08-08T09:50:52.506Z] 097100c76c15: Preparing [2025-08-08T09:50:52.506Z] 79c16ec6b4f5: Waiting [2025-08-08T09:50:52.506Z] 04bc40cf8f7a: Waiting [2025-08-08T09:50:52.506Z] 097100c76c15: Waiting [2025-08-08T09:50:52.506Z] 093c0fd6baad: Waiting [2025-08-08T09:50:52.506Z] e27d2b0d9608: Layer already exists [2025-08-08T09:50:52.506Z] 96edc91dcbb7: Layer already exists [2025-08-08T09:50:52.506Z] 2e555bd34ee9: Layer already exists [2025-08-08T09:50:52.506Z] 0e422ca75406: Layer already exists [2025-08-08T09:50:52.506Z] cd27dce05da3: Layer already exists [2025-08-08T09:50:52.506Z] 79c16ec6b4f5: Layer already exists [2025-08-08T09:50:52.506Z] 04bc40cf8f7a: Layer already exists [2025-08-08T09:50:52.506Z] 093c0fd6baad: Layer already exists [2025-08-08T09:50:52.506Z] 097100c76c15: Layer already exists [2025-08-08T09:50:52.506Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44: digest: sha256:2840e0abe87f0db84eb342ed6d66c335ee12d1edeaede2c9ec721a7dd9fcc679 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:52.833Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:53.154Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-08-08T09:50:53.154Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-08-08T09:50:53.154Z] 96edc91dcbb7: Preparing [2025-08-08T09:50:53.154Z] e27d2b0d9608: Preparing [2025-08-08T09:50:53.154Z] 2e555bd34ee9: Preparing [2025-08-08T09:50:53.154Z] 0e422ca75406: Preparing [2025-08-08T09:50:53.154Z] cd27dce05da3: Preparing [2025-08-08T09:50:53.154Z] 093c0fd6baad: Preparing [2025-08-08T09:50:53.154Z] 79c16ec6b4f5: Preparing [2025-08-08T09:50:53.154Z] 04bc40cf8f7a: Preparing [2025-08-08T09:50:53.154Z] 097100c76c15: Preparing [2025-08-08T09:50:53.154Z] 093c0fd6baad: Waiting [2025-08-08T09:50:53.154Z] 79c16ec6b4f5: Waiting [2025-08-08T09:50:53.154Z] 097100c76c15: Waiting [2025-08-08T09:50:53.154Z] 04bc40cf8f7a: Waiting [2025-08-08T09:50:53.154Z] 0e422ca75406: Layer already exists [2025-08-08T09:50:53.154Z] 96edc91dcbb7: Layer already exists [2025-08-08T09:50:53.154Z] cd27dce05da3: Layer already exists [2025-08-08T09:50:53.154Z] e27d2b0d9608: Layer already exists [2025-08-08T09:50:53.154Z] 2e555bd34ee9: Layer already exists [2025-08-08T09:50:53.154Z] 093c0fd6baad: Layer already exists [2025-08-08T09:50:53.154Z] 097100c76c15: Layer already exists [2025-08-08T09:50:53.154Z] 79c16ec6b4f5: Layer already exists [2025-08-08T09:50:53.154Z] 04bc40cf8f7a: Layer already exists [2025-08-08T09:50:53.154Z] main: digest: sha256:2840e0abe87f0db84eb342ed6d66c335ee12d1edeaede2c9ec721a7dd9fcc679 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-08T09:50:53.238Z] ===================================================== [Pipeline] echo [2025-08-08T09:50:53.249Z] taggedImages: [2025-08-08T09:50:53.249Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:50:53.249Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-08-08T09:50:53.249Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.44 [2025-08-08T09:50:53.249Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:50:53.249Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2025-08-08T09:50:53.274Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2025-08-08T09:50:53.274Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:50:53.274Z] latest [2025-08-08T09:50:53.274Z] 4.1.0-dev.44 [2025-08-08T09:50:53.274Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:50:53.274Z] main [2025-08-08T09:50:53.274Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:53.606Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:53.928Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:50:53.928Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-08-08T09:50:53.928Z] 840aae5cf77c: Preparing [2025-08-08T09:50:53.928Z] be016f427aa7: Preparing [2025-08-08T09:50:53.928Z] 40d0d593c3e7: Preparing [2025-08-08T09:50:53.928Z] ba3eda49834e: Preparing [2025-08-08T09:50:53.928Z] 8954582b4988: Preparing [2025-08-08T09:50:53.928Z] cd27dce05da3: Preparing [2025-08-08T09:50:53.928Z] 093c0fd6baad: Preparing [2025-08-08T09:50:53.928Z] 3fa6bfb5f497: Preparing [2025-08-08T09:50:53.928Z] 6175465ca7f5: Preparing [2025-08-08T09:50:53.928Z] 983b6abaf755: Preparing [2025-08-08T09:50:53.928Z] 097100c76c15: Preparing [2025-08-08T09:50:53.928Z] 093c0fd6baad: Waiting [2025-08-08T09:50:53.928Z] 3fa6bfb5f497: Waiting [2025-08-08T09:50:53.928Z] 6175465ca7f5: Waiting [2025-08-08T09:50:53.928Z] 983b6abaf755: Waiting [2025-08-08T09:50:53.928Z] 097100c76c15: Waiting [2025-08-08T09:50:53.928Z] cd27dce05da3: Waiting [2025-08-08T09:50:53.928Z] 840aae5cf77c: Pushed [2025-08-08T09:50:53.928Z] 8954582b4988: Pushed [2025-08-08T09:50:53.928Z] be016f427aa7: Pushed [2025-08-08T09:50:53.928Z] ba3eda49834e: Pushed [2025-08-08T09:50:53.928Z] cd27dce05da3: Layer already exists [2025-08-08T09:50:53.928Z] 093c0fd6baad: Layer already exists [2025-08-08T09:50:53.928Z] 097100c76c15: Layer already exists [2025-08-08T09:50:53.928Z] 3fa6bfb5f497: Pushed [2025-08-08T09:50:54.185Z] 6175465ca7f5: Pushed [2025-08-08T09:50:55.559Z] 983b6abaf755: Pushed [2025-08-08T09:50:56.937Z] 40d0d593c3e7: Pushed [2025-08-08T09:50:56.937Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b: digest: sha256:0f9f4774cf05b7d799060c6b332136d3369156806a87e763eff33facfd386b6b size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:57.267Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:57.600Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-08-08T09:50:57.600Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-08-08T09:50:57.600Z] 840aae5cf77c: Preparing [2025-08-08T09:50:57.600Z] be016f427aa7: Preparing [2025-08-08T09:50:57.600Z] 40d0d593c3e7: Preparing [2025-08-08T09:50:57.600Z] ba3eda49834e: Preparing [2025-08-08T09:50:57.600Z] 8954582b4988: Preparing [2025-08-08T09:50:57.600Z] cd27dce05da3: Preparing [2025-08-08T09:50:57.600Z] 093c0fd6baad: Preparing [2025-08-08T09:50:57.600Z] 3fa6bfb5f497: Preparing [2025-08-08T09:50:57.600Z] 6175465ca7f5: Preparing [2025-08-08T09:50:57.600Z] 983b6abaf755: Preparing [2025-08-08T09:50:57.600Z] 097100c76c15: Preparing [2025-08-08T09:50:57.600Z] 3fa6bfb5f497: Waiting [2025-08-08T09:50:57.600Z] 093c0fd6baad: Waiting [2025-08-08T09:50:57.600Z] 6175465ca7f5: Waiting [2025-08-08T09:50:57.600Z] 983b6abaf755: Waiting [2025-08-08T09:50:57.600Z] 097100c76c15: Waiting [2025-08-08T09:50:57.600Z] cd27dce05da3: Waiting [2025-08-08T09:50:57.600Z] ba3eda49834e: Layer already exists [2025-08-08T09:50:57.600Z] 840aae5cf77c: Layer already exists [2025-08-08T09:50:57.600Z] 40d0d593c3e7: Layer already exists [2025-08-08T09:50:57.600Z] 8954582b4988: Layer already exists [2025-08-08T09:50:57.600Z] be016f427aa7: Layer already exists [2025-08-08T09:50:57.600Z] cd27dce05da3: Layer already exists [2025-08-08T09:50:57.600Z] 3fa6bfb5f497: Layer already exists [2025-08-08T09:50:57.600Z] 093c0fd6baad: Layer already exists [2025-08-08T09:50:57.600Z] 6175465ca7f5: Layer already exists [2025-08-08T09:50:57.600Z] 983b6abaf755: Layer already exists [2025-08-08T09:50:57.600Z] 097100c76c15: Layer already exists [2025-08-08T09:50:57.600Z] latest: digest: sha256:0f9f4774cf05b7d799060c6b332136d3369156806a87e763eff33facfd386b6b size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:57.924Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:58.245Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.44 [2025-08-08T09:50:58.246Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-08-08T09:50:58.246Z] 840aae5cf77c: Preparing [2025-08-08T09:50:58.246Z] be016f427aa7: Preparing [2025-08-08T09:50:58.246Z] 40d0d593c3e7: Preparing [2025-08-08T09:50:58.246Z] ba3eda49834e: Preparing [2025-08-08T09:50:58.246Z] 8954582b4988: Preparing [2025-08-08T09:50:58.246Z] cd27dce05da3: Preparing [2025-08-08T09:50:58.246Z] 093c0fd6baad: Preparing [2025-08-08T09:50:58.246Z] 3fa6bfb5f497: Preparing [2025-08-08T09:50:58.246Z] 6175465ca7f5: Preparing [2025-08-08T09:50:58.246Z] 983b6abaf755: Preparing [2025-08-08T09:50:58.246Z] 097100c76c15: Preparing [2025-08-08T09:50:58.246Z] 093c0fd6baad: Waiting [2025-08-08T09:50:58.246Z] 3fa6bfb5f497: Waiting [2025-08-08T09:50:58.246Z] 6175465ca7f5: Waiting [2025-08-08T09:50:58.246Z] 983b6abaf755: Waiting [2025-08-08T09:50:58.246Z] 097100c76c15: Waiting [2025-08-08T09:50:58.246Z] cd27dce05da3: Waiting [2025-08-08T09:50:58.246Z] 840aae5cf77c: Layer already exists [2025-08-08T09:50:58.246Z] 40d0d593c3e7: Layer already exists [2025-08-08T09:50:58.246Z] ba3eda49834e: Layer already exists [2025-08-08T09:50:58.246Z] be016f427aa7: Layer already exists [2025-08-08T09:50:58.246Z] 8954582b4988: Layer already exists [2025-08-08T09:50:58.246Z] cd27dce05da3: Layer already exists [2025-08-08T09:50:58.246Z] 983b6abaf755: Layer already exists [2025-08-08T09:50:58.246Z] 093c0fd6baad: Layer already exists [2025-08-08T09:50:58.246Z] 3fa6bfb5f497: Layer already exists [2025-08-08T09:50:58.246Z] 6175465ca7f5: Layer already exists [2025-08-08T09:50:58.246Z] 097100c76c15: Layer already exists [2025-08-08T09:50:58.246Z] 4.1.0-dev.44: digest: sha256:0f9f4774cf05b7d799060c6b332136d3369156806a87e763eff33facfd386b6b size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:58.580Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:58.893Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:50:58.893Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-08-08T09:50:58.893Z] 840aae5cf77c: Preparing [2025-08-08T09:50:58.893Z] be016f427aa7: Preparing [2025-08-08T09:50:58.893Z] 40d0d593c3e7: Preparing [2025-08-08T09:50:58.893Z] ba3eda49834e: Preparing [2025-08-08T09:50:58.893Z] 8954582b4988: Preparing [2025-08-08T09:50:58.893Z] cd27dce05da3: Preparing [2025-08-08T09:50:58.893Z] 093c0fd6baad: Preparing [2025-08-08T09:50:58.893Z] 3fa6bfb5f497: Preparing [2025-08-08T09:50:58.893Z] 6175465ca7f5: Preparing [2025-08-08T09:50:58.893Z] 983b6abaf755: Preparing [2025-08-08T09:50:58.893Z] 097100c76c15: Preparing [2025-08-08T09:50:58.893Z] 3fa6bfb5f497: Waiting [2025-08-08T09:50:58.893Z] 6175465ca7f5: Waiting [2025-08-08T09:50:58.893Z] 983b6abaf755: Waiting [2025-08-08T09:50:58.893Z] 097100c76c15: Waiting [2025-08-08T09:50:58.893Z] cd27dce05da3: Waiting [2025-08-08T09:50:58.893Z] 093c0fd6baad: Waiting [2025-08-08T09:50:58.893Z] 8954582b4988: Layer already exists [2025-08-08T09:50:58.893Z] ba3eda49834e: Layer already exists [2025-08-08T09:50:58.893Z] 840aae5cf77c: Layer already exists [2025-08-08T09:50:58.893Z] 40d0d593c3e7: Layer already exists [2025-08-08T09:50:58.893Z] be016f427aa7: Layer already exists [2025-08-08T09:50:58.893Z] 093c0fd6baad: Layer already exists [2025-08-08T09:50:58.893Z] cd27dce05da3: Layer already exists [2025-08-08T09:50:58.893Z] 3fa6bfb5f497: Layer already exists [2025-08-08T09:50:58.893Z] 6175465ca7f5: Layer already exists [2025-08-08T09:50:58.893Z] 983b6abaf755: Layer already exists [2025-08-08T09:50:58.893Z] 097100c76c15: Layer already exists [2025-08-08T09:50:58.893Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44: digest: sha256:0f9f4774cf05b7d799060c6b332136d3369156806a87e763eff33facfd386b6b size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:59.217Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:50:59.542Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-08-08T09:50:59.542Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-08-08T09:50:59.542Z] 840aae5cf77c: Preparing [2025-08-08T09:50:59.542Z] be016f427aa7: Preparing [2025-08-08T09:50:59.542Z] 40d0d593c3e7: Preparing [2025-08-08T09:50:59.542Z] ba3eda49834e: Preparing [2025-08-08T09:50:59.542Z] 8954582b4988: Preparing [2025-08-08T09:50:59.542Z] cd27dce05da3: Preparing [2025-08-08T09:50:59.542Z] 093c0fd6baad: Preparing [2025-08-08T09:50:59.542Z] 3fa6bfb5f497: Preparing [2025-08-08T09:50:59.542Z] 6175465ca7f5: Preparing [2025-08-08T09:50:59.542Z] 983b6abaf755: Preparing [2025-08-08T09:50:59.542Z] 097100c76c15: Preparing [2025-08-08T09:50:59.542Z] 3fa6bfb5f497: Waiting [2025-08-08T09:50:59.542Z] 6175465ca7f5: Waiting [2025-08-08T09:50:59.542Z] 983b6abaf755: Waiting [2025-08-08T09:50:59.542Z] cd27dce05da3: Waiting [2025-08-08T09:50:59.542Z] 097100c76c15: Waiting [2025-08-08T09:50:59.542Z] 093c0fd6baad: Waiting [2025-08-08T09:50:59.542Z] 40d0d593c3e7: Layer already exists [2025-08-08T09:50:59.542Z] 840aae5cf77c: Layer already exists [2025-08-08T09:50:59.542Z] be016f427aa7: Layer already exists [2025-08-08T09:50:59.542Z] 8954582b4988: Layer already exists [2025-08-08T09:50:59.542Z] ba3eda49834e: Layer already exists [2025-08-08T09:50:59.542Z] 093c0fd6baad: Layer already exists [2025-08-08T09:50:59.542Z] cd27dce05da3: Layer already exists [2025-08-08T09:50:59.542Z] 3fa6bfb5f497: Layer already exists [2025-08-08T09:50:59.542Z] 983b6abaf755: Layer already exists [2025-08-08T09:50:59.542Z] 6175465ca7f5: Layer already exists [2025-08-08T09:50:59.542Z] 097100c76c15: Layer already exists [2025-08-08T09:50:59.542Z] main: digest: sha256:0f9f4774cf05b7d799060c6b332136d3369156806a87e763eff33facfd386b6b size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-08T09:50:59.614Z] ===================================================== [Pipeline] echo [2025-08-08T09:50:59.625Z] taggedImages: [2025-08-08T09:50:59.625Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:50:59.625Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-08-08T09:50:59.625Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.44 [2025-08-08T09:50:59.625Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:50:59.625Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2025-08-08T09:50:59.656Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2025-08-08T09:50:59.656Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:50:59.656Z] latest [2025-08-08T09:50:59.656Z] 4.1.0-dev.44 [2025-08-08T09:50:59.656Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:50:59.656Z] main [2025-08-08T09:50:59.656Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:51:00.001Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:51:00.323Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:51:00.323Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-08-08T09:51:00.323Z] 0a832990bbed: Preparing [2025-08-08T09:51:00.323Z] 8e6c36df04b3: Preparing [2025-08-08T09:51:00.323Z] e97497b45c2b: Preparing [2025-08-08T09:51:00.323Z] 60891cee7318: Preparing [2025-08-08T09:51:00.323Z] 4a5bee0e74c2: Preparing [2025-08-08T09:51:00.323Z] 9a6b07bae9de: Preparing [2025-08-08T09:51:00.323Z] a99c1461b5c9: Preparing [2025-08-08T09:51:00.323Z] cd27dce05da3: Preparing [2025-08-08T09:51:00.323Z] 093c0fd6baad: Preparing [2025-08-08T09:51:00.323Z] b08b4e529fba: Preparing [2025-08-08T09:51:00.323Z] be263658247d: Preparing [2025-08-08T09:51:00.323Z] 097100c76c15: Preparing [2025-08-08T09:51:00.323Z] cd27dce05da3: Waiting [2025-08-08T09:51:00.323Z] 093c0fd6baad: Waiting [2025-08-08T09:51:00.323Z] b08b4e529fba: Waiting [2025-08-08T09:51:00.323Z] be263658247d: Waiting [2025-08-08T09:51:00.323Z] 097100c76c15: Waiting [2025-08-08T09:51:00.323Z] 9a6b07bae9de: Waiting [2025-08-08T09:51:00.323Z] a99c1461b5c9: Waiting [2025-08-08T09:51:00.323Z] 4a5bee0e74c2: Pushed [2025-08-08T09:51:00.323Z] 0a832990bbed: Pushed [2025-08-08T09:51:00.323Z] 8e6c36df04b3: Pushed [2025-08-08T09:51:00.323Z] cd27dce05da3: Layer already exists [2025-08-08T09:51:00.323Z] 093c0fd6baad: Layer already exists [2025-08-08T09:51:00.323Z] 9a6b07bae9de: Pushed [2025-08-08T09:51:00.323Z] a99c1461b5c9: Pushed [2025-08-08T09:51:00.581Z] 097100c76c15: Layer already exists [2025-08-08T09:51:00.581Z] b08b4e529fba: Pushed [2025-08-08T09:51:01.953Z] be263658247d: Pushed [2025-08-08T09:51:03.327Z] 60891cee7318: Pushed [2025-08-08T09:51:03.327Z] e97497b45c2b: Pushed [2025-08-08T09:51:03.327Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b: digest: sha256:56c081291e86196ee3799df52148c87dc4ccc6c966c83b75cf5bde63e3f59f78 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:51:03.652Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:51:03.993Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-08-08T09:51:03.993Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-08-08T09:51:03.993Z] 0a832990bbed: Preparing [2025-08-08T09:51:03.993Z] 8e6c36df04b3: Preparing [2025-08-08T09:51:03.993Z] e97497b45c2b: Preparing [2025-08-08T09:51:03.993Z] 60891cee7318: Preparing [2025-08-08T09:51:03.993Z] 4a5bee0e74c2: Preparing [2025-08-08T09:51:03.993Z] 9a6b07bae9de: Preparing [2025-08-08T09:51:03.993Z] a99c1461b5c9: Preparing [2025-08-08T09:51:03.993Z] cd27dce05da3: Preparing [2025-08-08T09:51:03.993Z] 093c0fd6baad: Preparing [2025-08-08T09:51:03.993Z] b08b4e529fba: Preparing [2025-08-08T09:51:03.993Z] be263658247d: Preparing [2025-08-08T09:51:03.993Z] 097100c76c15: Preparing [2025-08-08T09:51:03.993Z] b08b4e529fba: Waiting [2025-08-08T09:51:03.993Z] be263658247d: Waiting [2025-08-08T09:51:03.993Z] 097100c76c15: Waiting [2025-08-08T09:51:03.993Z] 093c0fd6baad: Waiting [2025-08-08T09:51:03.993Z] 9a6b07bae9de: Waiting [2025-08-08T09:51:03.993Z] cd27dce05da3: Waiting [2025-08-08T09:51:03.993Z] a99c1461b5c9: Waiting [2025-08-08T09:51:03.993Z] 0a832990bbed: Layer already exists [2025-08-08T09:51:03.993Z] 4a5bee0e74c2: Layer already exists [2025-08-08T09:51:03.993Z] 60891cee7318: Layer already exists [2025-08-08T09:51:03.994Z] 8e6c36df04b3: Layer already exists [2025-08-08T09:51:03.994Z] e97497b45c2b: Layer already exists [2025-08-08T09:51:03.994Z] 9a6b07bae9de: Layer already exists [2025-08-08T09:51:03.994Z] a99c1461b5c9: Layer already exists [2025-08-08T09:51:03.994Z] 093c0fd6baad: Layer already exists [2025-08-08T09:51:03.994Z] b08b4e529fba: Layer already exists [2025-08-08T09:51:03.994Z] cd27dce05da3: Layer already exists [2025-08-08T09:51:03.994Z] be263658247d: Layer already exists [2025-08-08T09:51:03.994Z] 097100c76c15: Layer already exists [2025-08-08T09:51:03.994Z] latest: digest: sha256:56c081291e86196ee3799df52148c87dc4ccc6c966c83b75cf5bde63e3f59f78 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:51:04.324Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:51:04.646Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.44 [2025-08-08T09:51:04.646Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-08-08T09:51:04.646Z] 0a832990bbed: Preparing [2025-08-08T09:51:04.646Z] 8e6c36df04b3: Preparing [2025-08-08T09:51:04.646Z] e97497b45c2b: Preparing [2025-08-08T09:51:04.646Z] 60891cee7318: Preparing [2025-08-08T09:51:04.646Z] 4a5bee0e74c2: Preparing [2025-08-08T09:51:04.646Z] 9a6b07bae9de: Preparing [2025-08-08T09:51:04.646Z] a99c1461b5c9: Preparing [2025-08-08T09:51:04.646Z] cd27dce05da3: Preparing [2025-08-08T09:51:04.646Z] 093c0fd6baad: Preparing [2025-08-08T09:51:04.646Z] b08b4e529fba: Preparing [2025-08-08T09:51:04.646Z] be263658247d: Preparing [2025-08-08T09:51:04.646Z] a99c1461b5c9: Waiting [2025-08-08T09:51:04.646Z] cd27dce05da3: Waiting [2025-08-08T09:51:04.646Z] 093c0fd6baad: Waiting [2025-08-08T09:51:04.646Z] 9a6b07bae9de: Waiting [2025-08-08T09:51:04.646Z] b08b4e529fba: Waiting [2025-08-08T09:51:04.646Z] 097100c76c15: Preparing [2025-08-08T09:51:04.646Z] be263658247d: Waiting [2025-08-08T09:51:04.646Z] e97497b45c2b: Layer already exists [2025-08-08T09:51:04.647Z] 8e6c36df04b3: Layer already exists [2025-08-08T09:51:04.647Z] 4a5bee0e74c2: Layer already exists [2025-08-08T09:51:04.647Z] 0a832990bbed: Layer already exists [2025-08-08T09:51:04.647Z] 60891cee7318: Layer already exists [2025-08-08T09:51:04.647Z] a99c1461b5c9: Layer already exists [2025-08-08T09:51:04.647Z] 9a6b07bae9de: Layer already exists [2025-08-08T09:51:04.647Z] 093c0fd6baad: Layer already exists [2025-08-08T09:51:04.647Z] b08b4e529fba: Layer already exists [2025-08-08T09:51:04.647Z] cd27dce05da3: Layer already exists [2025-08-08T09:51:04.647Z] be263658247d: Layer already exists [2025-08-08T09:51:04.647Z] 097100c76c15: Layer already exists [2025-08-08T09:51:04.647Z] 4.1.0-dev.44: digest: sha256:56c081291e86196ee3799df52148c87dc4ccc6c966c83b75cf5bde63e3f59f78 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:51:04.973Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:51:05.286Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:51:05.286Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-08-08T09:51:05.286Z] 0a832990bbed: Preparing [2025-08-08T09:51:05.286Z] 8e6c36df04b3: Preparing [2025-08-08T09:51:05.286Z] e97497b45c2b: Preparing [2025-08-08T09:51:05.286Z] 60891cee7318: Preparing [2025-08-08T09:51:05.286Z] 4a5bee0e74c2: Preparing [2025-08-08T09:51:05.286Z] 9a6b07bae9de: Preparing [2025-08-08T09:51:05.286Z] a99c1461b5c9: Preparing [2025-08-08T09:51:05.286Z] cd27dce05da3: Preparing [2025-08-08T09:51:05.286Z] 093c0fd6baad: Preparing [2025-08-08T09:51:05.286Z] b08b4e529fba: Preparing [2025-08-08T09:51:05.286Z] be263658247d: Preparing [2025-08-08T09:51:05.286Z] 097100c76c15: Preparing [2025-08-08T09:51:05.286Z] cd27dce05da3: Waiting [2025-08-08T09:51:05.286Z] 093c0fd6baad: Waiting [2025-08-08T09:51:05.286Z] b08b4e529fba: Waiting [2025-08-08T09:51:05.286Z] 9a6b07bae9de: Waiting [2025-08-08T09:51:05.286Z] be263658247d: Waiting [2025-08-08T09:51:05.286Z] a99c1461b5c9: Waiting [2025-08-08T09:51:05.286Z] 097100c76c15: Waiting [2025-08-08T09:51:05.286Z] 4a5bee0e74c2: Layer already exists [2025-08-08T09:51:05.286Z] e97497b45c2b: Layer already exists [2025-08-08T09:51:05.286Z] 8e6c36df04b3: Layer already exists [2025-08-08T09:51:05.286Z] 0a832990bbed: Layer already exists [2025-08-08T09:51:05.286Z] 60891cee7318: Layer already exists [2025-08-08T09:51:05.286Z] 093c0fd6baad: Layer already exists [2025-08-08T09:51:05.286Z] cd27dce05da3: Layer already exists [2025-08-08T09:51:05.286Z] a99c1461b5c9: Layer already exists [2025-08-08T09:51:05.286Z] 9a6b07bae9de: Layer already exists [2025-08-08T09:51:05.286Z] b08b4e529fba: Layer already exists [2025-08-08T09:51:05.286Z] be263658247d: Layer already exists [2025-08-08T09:51:05.286Z] 097100c76c15: Layer already exists [2025-08-08T09:51:05.286Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44: digest: sha256:56c081291e86196ee3799df52148c87dc4ccc6c966c83b75cf5bde63e3f59f78 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:51:05.610Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:51:05.935Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-08-08T09:51:05.935Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-08-08T09:51:05.935Z] 0a832990bbed: Preparing [2025-08-08T09:51:05.935Z] 8e6c36df04b3: Preparing [2025-08-08T09:51:05.935Z] e97497b45c2b: Preparing [2025-08-08T09:51:05.935Z] 60891cee7318: Preparing [2025-08-08T09:51:05.935Z] 4a5bee0e74c2: Preparing [2025-08-08T09:51:05.935Z] 9a6b07bae9de: Preparing [2025-08-08T09:51:05.935Z] a99c1461b5c9: Preparing [2025-08-08T09:51:05.935Z] cd27dce05da3: Preparing [2025-08-08T09:51:05.935Z] 093c0fd6baad: Preparing [2025-08-08T09:51:05.935Z] b08b4e529fba: Preparing [2025-08-08T09:51:05.935Z] be263658247d: Preparing [2025-08-08T09:51:05.935Z] 097100c76c15: Preparing [2025-08-08T09:51:05.935Z] b08b4e529fba: Waiting [2025-08-08T09:51:05.935Z] be263658247d: Waiting [2025-08-08T09:51:05.935Z] 097100c76c15: Waiting [2025-08-08T09:51:05.935Z] 9a6b07bae9de: Waiting [2025-08-08T09:51:05.935Z] 093c0fd6baad: Waiting [2025-08-08T09:51:05.935Z] a99c1461b5c9: Waiting [2025-08-08T09:51:05.935Z] cd27dce05da3: Waiting [2025-08-08T09:51:05.935Z] 0a832990bbed: Layer already exists [2025-08-08T09:51:05.935Z] 4a5bee0e74c2: Layer already exists [2025-08-08T09:51:05.935Z] 60891cee7318: Layer already exists [2025-08-08T09:51:05.935Z] 8e6c36df04b3: Layer already exists [2025-08-08T09:51:05.935Z] e97497b45c2b: Layer already exists [2025-08-08T09:51:05.935Z] 9a6b07bae9de: Layer already exists [2025-08-08T09:51:05.935Z] a99c1461b5c9: Layer already exists [2025-08-08T09:51:05.935Z] 093c0fd6baad: Layer already exists [2025-08-08T09:51:05.935Z] cd27dce05da3: Layer already exists [2025-08-08T09:51:05.935Z] b08b4e529fba: Layer already exists [2025-08-08T09:51:05.935Z] be263658247d: Layer already exists [2025-08-08T09:51:05.935Z] 097100c76c15: Layer already exists [2025-08-08T09:51:05.935Z] main: digest: sha256:56c081291e86196ee3799df52148c87dc4ccc6c966c83b75cf5bde63e3f59f78 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-08T09:51:06.016Z] ===================================================== [Pipeline] echo [2025-08-08T09:51:06.032Z] taggedImages: [2025-08-08T09:51:06.032Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:51:06.032Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-08-08T09:51:06.032Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.44 [2025-08-08T09:51:06.032Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:51:06.032Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2025-08-08T09:51:06.067Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2025-08-08T09:51:06.067Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:51:06.067Z] latest [2025-08-08T09:51:06.067Z] 4.1.0-dev.44 [2025-08-08T09:51:06.067Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:51:06.067Z] main [2025-08-08T09:51:06.067Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:51:06.405Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:51:06.733Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:51:06.733Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-08-08T09:51:06.733Z] fc1ee5090911: Preparing [2025-08-08T09:51:06.733Z] b00ceae87013: Preparing [2025-08-08T09:51:06.733Z] cd27dce05da3: Preparing [2025-08-08T09:51:06.733Z] 093c0fd6baad: Preparing [2025-08-08T09:51:06.733Z] ea40a5e10764: Preparing [2025-08-08T09:51:06.733Z] c16963111cfb: Preparing [2025-08-08T09:51:06.733Z] 097100c76c15: Preparing [2025-08-08T09:51:06.733Z] 097100c76c15: Waiting [2025-08-08T09:51:06.733Z] c16963111cfb: Waiting [2025-08-08T09:51:06.733Z] cd27dce05da3: Layer already exists [2025-08-08T09:51:06.733Z] 093c0fd6baad: Layer already exists [2025-08-08T09:51:06.733Z] 097100c76c15: Layer already exists [2025-08-08T09:51:06.733Z] fc1ee5090911: Pushed [2025-08-08T09:51:06.733Z] ea40a5e10764: Pushed [2025-08-08T09:51:07.670Z] c16963111cfb: Pushed [2025-08-08T09:51:10.205Z] b00ceae87013: Pushed [2025-08-08T09:51:10.205Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b: digest: sha256:ea6288264e14e6a154b34a37bfee5c6c3e1a00fb28b2454af911896908e1e597 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:51:10.543Z] + 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-08-08T09:51:10.855Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-08-08T09:51:10.855Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-08-08T09:51:10.855Z] fc1ee5090911: Preparing [2025-08-08T09:51:10.855Z] b00ceae87013: Preparing [2025-08-08T09:51:10.855Z] cd27dce05da3: Preparing [2025-08-08T09:51:10.855Z] 093c0fd6baad: Preparing [2025-08-08T09:51:10.855Z] ea40a5e10764: Preparing [2025-08-08T09:51:10.855Z] c16963111cfb: Preparing [2025-08-08T09:51:10.855Z] 097100c76c15: Preparing [2025-08-08T09:51:10.855Z] c16963111cfb: Waiting [2025-08-08T09:51:10.855Z] 097100c76c15: Waiting [2025-08-08T09:51:10.855Z] cd27dce05da3: Layer already exists [2025-08-08T09:51:10.855Z] b00ceae87013: Layer already exists [2025-08-08T09:51:10.855Z] ea40a5e10764: Layer already exists [2025-08-08T09:51:10.855Z] fc1ee5090911: Layer already exists [2025-08-08T09:51:10.855Z] 093c0fd6baad: Layer already exists [2025-08-08T09:51:10.855Z] 097100c76c15: Layer already exists [2025-08-08T09:51:10.855Z] c16963111cfb: Layer already exists [2025-08-08T09:51:10.855Z] latest: digest: sha256:ea6288264e14e6a154b34a37bfee5c6c3e1a00fb28b2454af911896908e1e597 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:51:11.165Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:51:11.479Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.44 [2025-08-08T09:51:11.479Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-08-08T09:51:11.479Z] fc1ee5090911: Preparing [2025-08-08T09:51:11.479Z] b00ceae87013: Preparing [2025-08-08T09:51:11.479Z] cd27dce05da3: Preparing [2025-08-08T09:51:11.479Z] 093c0fd6baad: Preparing [2025-08-08T09:51:11.479Z] ea40a5e10764: Preparing [2025-08-08T09:51:11.479Z] c16963111cfb: Preparing [2025-08-08T09:51:11.479Z] 097100c76c15: Preparing [2025-08-08T09:51:11.479Z] 097100c76c15: Waiting [2025-08-08T09:51:11.479Z] c16963111cfb: Waiting [2025-08-08T09:51:11.479Z] cd27dce05da3: Layer already exists [2025-08-08T09:51:11.479Z] fc1ee5090911: Layer already exists [2025-08-08T09:51:11.479Z] 093c0fd6baad: Layer already exists [2025-08-08T09:51:11.479Z] ea40a5e10764: Layer already exists [2025-08-08T09:51:11.479Z] b00ceae87013: Layer already exists [2025-08-08T09:51:11.479Z] c16963111cfb: Layer already exists [2025-08-08T09:51:11.479Z] 097100c76c15: Layer already exists [2025-08-08T09:51:11.479Z] 4.1.0-dev.44: digest: sha256:ea6288264e14e6a154b34a37bfee5c6c3e1a00fb28b2454af911896908e1e597 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:51:11.823Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:51:12.148Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:51:12.148Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-08-08T09:51:12.148Z] fc1ee5090911: Preparing [2025-08-08T09:51:12.148Z] b00ceae87013: Preparing [2025-08-08T09:51:12.148Z] cd27dce05da3: Preparing [2025-08-08T09:51:12.148Z] 093c0fd6baad: Preparing [2025-08-08T09:51:12.148Z] ea40a5e10764: Preparing [2025-08-08T09:51:12.148Z] c16963111cfb: Preparing [2025-08-08T09:51:12.148Z] 097100c76c15: Preparing [2025-08-08T09:51:12.148Z] 097100c76c15: Waiting [2025-08-08T09:51:12.148Z] c16963111cfb: Waiting [2025-08-08T09:51:12.148Z] cd27dce05da3: Layer already exists [2025-08-08T09:51:12.148Z] 093c0fd6baad: Layer already exists [2025-08-08T09:51:12.148Z] ea40a5e10764: Layer already exists [2025-08-08T09:51:12.148Z] fc1ee5090911: Layer already exists [2025-08-08T09:51:12.148Z] b00ceae87013: Layer already exists [2025-08-08T09:51:12.148Z] 097100c76c15: Layer already exists [2025-08-08T09:51:12.148Z] c16963111cfb: Layer already exists [2025-08-08T09:51:12.148Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44: digest: sha256:ea6288264e14e6a154b34a37bfee5c6c3e1a00fb28b2454af911896908e1e597 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:51:12.471Z] + 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-08-08T09:51:12.798Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-08-08T09:51:12.798Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-08-08T09:51:12.798Z] fc1ee5090911: Preparing [2025-08-08T09:51:12.798Z] b00ceae87013: Preparing [2025-08-08T09:51:12.798Z] cd27dce05da3: Preparing [2025-08-08T09:51:12.798Z] 093c0fd6baad: Preparing [2025-08-08T09:51:12.798Z] ea40a5e10764: Preparing [2025-08-08T09:51:12.798Z] c16963111cfb: Preparing [2025-08-08T09:51:12.798Z] 097100c76c15: Preparing [2025-08-08T09:51:12.798Z] c16963111cfb: Waiting [2025-08-08T09:51:12.798Z] 097100c76c15: Waiting [2025-08-08T09:51:12.798Z] fc1ee5090911: Layer already exists [2025-08-08T09:51:12.798Z] 093c0fd6baad: Layer already exists [2025-08-08T09:51:12.798Z] b00ceae87013: Layer already exists [2025-08-08T09:51:12.798Z] ea40a5e10764: Layer already exists [2025-08-08T09:51:12.798Z] cd27dce05da3: Layer already exists [2025-08-08T09:51:12.798Z] c16963111cfb: Layer already exists [2025-08-08T09:51:12.798Z] 097100c76c15: Layer already exists [2025-08-08T09:51:12.798Z] main: digest: sha256:ea6288264e14e6a154b34a37bfee5c6c3e1a00fb28b2454af911896908e1e597 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-08T09:51:12.869Z] ===================================================== [Pipeline] echo [2025-08-08T09:51:12.884Z] taggedImages: [2025-08-08T09:51:12.884Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:51:12.884Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-08-08T09:51:12.884Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.44 [2025-08-08T09:51:12.884Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:51:12.884Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2025-08-08T09:51:12.911Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2025-08-08T09:51:12.911Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:51:12.911Z] latest [2025-08-08T09:51:12.911Z] 4.1.0-dev.44 [2025-08-08T09:51:12.911Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:51:12.911Z] main [2025-08-08T09:51:12.911Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:51:13.251Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:51:13.575Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:51:13.575Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-08-08T09:51:13.575Z] a56b81a0d261: Preparing [2025-08-08T09:51:13.575Z] 10b71db289d5: Preparing [2025-08-08T09:51:13.575Z] cb780f1c2e7f: Preparing [2025-08-08T09:51:13.575Z] cd27dce05da3: Preparing [2025-08-08T09:51:13.575Z] 093c0fd6baad: Preparing [2025-08-08T09:51:13.575Z] 9f70ea9d5cfc: Preparing [2025-08-08T09:51:13.575Z] 2697c5635b15: Preparing [2025-08-08T09:51:13.575Z] a6de4d6add24: Preparing [2025-08-08T09:51:13.575Z] d20213b4f363: Preparing [2025-08-08T09:51:13.575Z] 097100c76c15: Preparing [2025-08-08T09:51:13.575Z] 9f70ea9d5cfc: Waiting [2025-08-08T09:51:13.575Z] 2697c5635b15: Waiting [2025-08-08T09:51:13.575Z] a6de4d6add24: Waiting [2025-08-08T09:51:13.575Z] 097100c76c15: Waiting [2025-08-08T09:51:13.575Z] d20213b4f363: Waiting [2025-08-08T09:51:13.575Z] 093c0fd6baad: Layer already exists [2025-08-08T09:51:13.575Z] cd27dce05da3: Layer already exists [2025-08-08T09:51:13.575Z] 10b71db289d5: Pushed [2025-08-08T09:51:13.575Z] cb780f1c2e7f: Pushed [2025-08-08T09:51:13.575Z] a56b81a0d261: Pushed [2025-08-08T09:51:13.575Z] 097100c76c15: Layer already exists [2025-08-08T09:51:13.833Z] a6de4d6add24: Pushed [2025-08-08T09:51:14.093Z] d20213b4f363: Pushed [2025-08-08T09:51:18.280Z] 2697c5635b15: Pushed [2025-08-08T09:51:26.398Z] 9f70ea9d5cfc: Pushed [2025-08-08T09:51:26.398Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b: digest: sha256:0b7a78682c01954dba2038546acd0eff1bb0357ac9378531324257357727ceb0 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:51:26.723Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:51:27.055Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-08-08T09:51:27.055Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-08-08T09:51:27.055Z] a56b81a0d261: Preparing [2025-08-08T09:51:27.055Z] 10b71db289d5: Preparing [2025-08-08T09:51:27.055Z] cb780f1c2e7f: Preparing [2025-08-08T09:51:27.055Z] cd27dce05da3: Preparing [2025-08-08T09:51:27.055Z] 093c0fd6baad: Preparing [2025-08-08T09:51:27.055Z] 9f70ea9d5cfc: Preparing [2025-08-08T09:51:27.055Z] 2697c5635b15: Preparing [2025-08-08T09:51:27.055Z] a6de4d6add24: Preparing [2025-08-08T09:51:27.055Z] 2697c5635b15: Waiting [2025-08-08T09:51:27.055Z] 9f70ea9d5cfc: Waiting [2025-08-08T09:51:27.055Z] d20213b4f363: Preparing [2025-08-08T09:51:27.055Z] a6de4d6add24: Waiting [2025-08-08T09:51:27.055Z] d20213b4f363: Waiting [2025-08-08T09:51:27.055Z] 097100c76c15: Preparing [2025-08-08T09:51:27.055Z] 097100c76c15: Waiting [2025-08-08T09:51:27.055Z] 093c0fd6baad: Layer already exists [2025-08-08T09:51:27.055Z] cb780f1c2e7f: Layer already exists [2025-08-08T09:51:27.055Z] a56b81a0d261: Layer already exists [2025-08-08T09:51:27.055Z] cd27dce05da3: Layer already exists [2025-08-08T09:51:27.055Z] 10b71db289d5: Layer already exists [2025-08-08T09:51:27.055Z] 2697c5635b15: Layer already exists [2025-08-08T09:51:27.055Z] 9f70ea9d5cfc: Layer already exists [2025-08-08T09:51:27.055Z] a6de4d6add24: Layer already exists [2025-08-08T09:51:27.055Z] d20213b4f363: Layer already exists [2025-08-08T09:51:27.055Z] 097100c76c15: Layer already exists [2025-08-08T09:51:27.055Z] latest: digest: sha256:0b7a78682c01954dba2038546acd0eff1bb0357ac9378531324257357727ceb0 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:51:27.385Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:51:27.713Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.44 [2025-08-08T09:51:27.713Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-08-08T09:51:27.713Z] a56b81a0d261: Preparing [2025-08-08T09:51:27.713Z] 10b71db289d5: Preparing [2025-08-08T09:51:27.713Z] cb780f1c2e7f: Preparing [2025-08-08T09:51:27.713Z] cd27dce05da3: Preparing [2025-08-08T09:51:27.713Z] 093c0fd6baad: Preparing [2025-08-08T09:51:27.713Z] 9f70ea9d5cfc: Preparing [2025-08-08T09:51:27.713Z] 2697c5635b15: Preparing [2025-08-08T09:51:27.713Z] a6de4d6add24: Preparing [2025-08-08T09:51:27.713Z] d20213b4f363: Preparing [2025-08-08T09:51:27.713Z] 097100c76c15: Preparing [2025-08-08T09:51:27.713Z] 9f70ea9d5cfc: Waiting [2025-08-08T09:51:27.713Z] 2697c5635b15: Waiting [2025-08-08T09:51:27.713Z] a6de4d6add24: Waiting [2025-08-08T09:51:27.713Z] d20213b4f363: Waiting [2025-08-08T09:51:27.713Z] 097100c76c15: Waiting [2025-08-08T09:51:27.713Z] cb780f1c2e7f: Layer already exists [2025-08-08T09:51:27.713Z] cd27dce05da3: Layer already exists [2025-08-08T09:51:27.713Z] 10b71db289d5: Layer already exists [2025-08-08T09:51:27.713Z] 093c0fd6baad: Layer already exists [2025-08-08T09:51:27.713Z] a56b81a0d261: Layer already exists [2025-08-08T09:51:27.713Z] a6de4d6add24: Layer already exists [2025-08-08T09:51:27.713Z] 9f70ea9d5cfc: Layer already exists [2025-08-08T09:51:27.713Z] 2697c5635b15: Layer already exists [2025-08-08T09:51:27.713Z] d20213b4f363: Layer already exists [2025-08-08T09:51:27.713Z] 097100c76c15: Layer already exists [2025-08-08T09:51:27.713Z] 4.1.0-dev.44: digest: sha256:0b7a78682c01954dba2038546acd0eff1bb0357ac9378531324257357727ceb0 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:51:28.088Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:51:28.450Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:51:28.450Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-08-08T09:51:28.450Z] a56b81a0d261: Preparing [2025-08-08T09:51:28.450Z] 10b71db289d5: Preparing [2025-08-08T09:51:28.450Z] cb780f1c2e7f: Preparing [2025-08-08T09:51:28.450Z] cd27dce05da3: Preparing [2025-08-08T09:51:28.450Z] 093c0fd6baad: Preparing [2025-08-08T09:51:28.450Z] 9f70ea9d5cfc: Preparing [2025-08-08T09:51:28.450Z] 2697c5635b15: Preparing [2025-08-08T09:51:28.450Z] a6de4d6add24: Preparing [2025-08-08T09:51:28.450Z] d20213b4f363: Preparing [2025-08-08T09:51:28.450Z] 9f70ea9d5cfc: Waiting [2025-08-08T09:51:28.450Z] 2697c5635b15: Waiting [2025-08-08T09:51:28.450Z] 097100c76c15: Preparing [2025-08-08T09:51:28.450Z] a6de4d6add24: Waiting [2025-08-08T09:51:28.450Z] d20213b4f363: Waiting [2025-08-08T09:51:28.450Z] 097100c76c15: Waiting [2025-08-08T09:51:28.450Z] 10b71db289d5: Layer already exists [2025-08-08T09:51:28.450Z] cb780f1c2e7f: Layer already exists [2025-08-08T09:51:28.450Z] a56b81a0d261: Layer already exists [2025-08-08T09:51:28.450Z] 093c0fd6baad: Layer already exists [2025-08-08T09:51:28.450Z] cd27dce05da3: Layer already exists [2025-08-08T09:51:28.450Z] 9f70ea9d5cfc: Layer already exists [2025-08-08T09:51:28.450Z] 2697c5635b15: Layer already exists [2025-08-08T09:51:28.450Z] d20213b4f363: Layer already exists [2025-08-08T09:51:28.450Z] a6de4d6add24: Layer already exists [2025-08-08T09:51:28.450Z] 097100c76c15: Layer already exists [2025-08-08T09:51:28.450Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44: digest: sha256:0b7a78682c01954dba2038546acd0eff1bb0357ac9378531324257357727ceb0 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:51:28.807Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:51:29.158Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-08-08T09:51:29.158Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-08-08T09:51:29.158Z] a56b81a0d261: Preparing [2025-08-08T09:51:29.158Z] 10b71db289d5: Preparing [2025-08-08T09:51:29.158Z] cb780f1c2e7f: Preparing [2025-08-08T09:51:29.158Z] cd27dce05da3: Preparing [2025-08-08T09:51:29.158Z] 093c0fd6baad: Preparing [2025-08-08T09:51:29.158Z] 9f70ea9d5cfc: Preparing [2025-08-08T09:51:29.158Z] 2697c5635b15: Preparing [2025-08-08T09:51:29.158Z] a6de4d6add24: Preparing [2025-08-08T09:51:29.158Z] d20213b4f363: Preparing [2025-08-08T09:51:29.158Z] 097100c76c15: Preparing [2025-08-08T09:51:29.158Z] 9f70ea9d5cfc: Waiting [2025-08-08T09:51:29.158Z] 2697c5635b15: Waiting [2025-08-08T09:51:29.158Z] a6de4d6add24: Waiting [2025-08-08T09:51:29.158Z] d20213b4f363: Waiting [2025-08-08T09:51:29.158Z] 097100c76c15: Waiting [2025-08-08T09:51:29.158Z] cd27dce05da3: Layer already exists [2025-08-08T09:51:29.158Z] 093c0fd6baad: Layer already exists [2025-08-08T09:51:29.158Z] 10b71db289d5: Layer already exists [2025-08-08T09:51:29.158Z] a56b81a0d261: Layer already exists [2025-08-08T09:51:29.158Z] cb780f1c2e7f: Layer already exists [2025-08-08T09:51:29.158Z] 2697c5635b15: Layer already exists [2025-08-08T09:51:29.158Z] 9f70ea9d5cfc: Layer already exists [2025-08-08T09:51:29.158Z] a6de4d6add24: Layer already exists [2025-08-08T09:51:29.158Z] d20213b4f363: Layer already exists [2025-08-08T09:51:29.158Z] 097100c76c15: Layer already exists [2025-08-08T09:51:29.158Z] main: digest: sha256:0b7a78682c01954dba2038546acd0eff1bb0357ac9378531324257357727ceb0 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-08T09:51:29.227Z] ===================================================== [Pipeline] echo [2025-08-08T09:51:29.245Z] taggedImages: [2025-08-08T09:51:29.245Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:51:29.245Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-08-08T09:51:29.245Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.44 [2025-08-08T09:51:29.245Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:51:29.245Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2025-08-08T09:51:29.275Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2025-08-08T09:51:29.275Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:51:29.275Z] latest [2025-08-08T09:51:29.275Z] 4.1.0-dev.44 [2025-08-08T09:51:29.275Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:51:29.275Z] main [2025-08-08T09:51:29.275Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:51:29.616Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:51:29.941Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:51:29.941Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-08-08T09:51:29.941Z] 2aeef96b2970: Preparing [2025-08-08T09:51:29.941Z] fda6eb047f40: Preparing [2025-08-08T09:51:29.941Z] 2a04191c862d: Preparing [2025-08-08T09:51:29.941Z] cd27dce05da3: Preparing [2025-08-08T09:51:29.941Z] 093c0fd6baad: Preparing [2025-08-08T09:51:29.941Z] 6e6ca04e651d: Preparing [2025-08-08T09:51:29.941Z] d4c9bed79a11: Preparing [2025-08-08T09:51:29.941Z] 5437c660dacb: Preparing [2025-08-08T09:51:29.941Z] 097100c76c15: Preparing [2025-08-08T09:51:29.941Z] 6e6ca04e651d: Waiting [2025-08-08T09:51:29.941Z] 5437c660dacb: Waiting [2025-08-08T09:51:29.941Z] 097100c76c15: Waiting [2025-08-08T09:51:29.941Z] d4c9bed79a11: Waiting [2025-08-08T09:51:29.941Z] cd27dce05da3: Layer already exists [2025-08-08T09:51:29.941Z] 093c0fd6baad: Layer already exists [2025-08-08T09:51:29.941Z] 2a04191c862d: Pushed [2025-08-08T09:51:29.941Z] 2aeef96b2970: Pushed [2025-08-08T09:51:29.941Z] fda6eb047f40: Pushed [2025-08-08T09:51:29.941Z] 097100c76c15: Layer already exists [2025-08-08T09:51:30.199Z] d4c9bed79a11: Pushed [2025-08-08T09:51:30.199Z] 5437c660dacb: Pushed [2025-08-08T09:51:42.405Z] 6e6ca04e651d: Pushed [2025-08-08T09:51:42.405Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b: digest: sha256:be70e5356407c9a26b53a8e66d2b1c60f50c26aabfd3854773895037541e9cde size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:51:42.726Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:51:43.050Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-08-08T09:51:43.050Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-08-08T09:51:43.050Z] 2aeef96b2970: Preparing [2025-08-08T09:51:43.050Z] fda6eb047f40: Preparing [2025-08-08T09:51:43.050Z] 2a04191c862d: Preparing [2025-08-08T09:51:43.050Z] cd27dce05da3: Preparing [2025-08-08T09:51:43.050Z] 093c0fd6baad: Preparing [2025-08-08T09:51:43.050Z] 6e6ca04e651d: Preparing [2025-08-08T09:51:43.050Z] d4c9bed79a11: Preparing [2025-08-08T09:51:43.050Z] 5437c660dacb: Preparing [2025-08-08T09:51:43.050Z] 097100c76c15: Preparing [2025-08-08T09:51:43.050Z] 6e6ca04e651d: Waiting [2025-08-08T09:51:43.050Z] d4c9bed79a11: Waiting [2025-08-08T09:51:43.050Z] 5437c660dacb: Waiting [2025-08-08T09:51:43.050Z] 097100c76c15: Waiting [2025-08-08T09:51:43.050Z] fda6eb047f40: Layer already exists [2025-08-08T09:51:43.050Z] 093c0fd6baad: Layer already exists [2025-08-08T09:51:43.050Z] cd27dce05da3: Layer already exists [2025-08-08T09:51:43.050Z] 2aeef96b2970: Layer already exists [2025-08-08T09:51:43.050Z] 2a04191c862d: Layer already exists [2025-08-08T09:51:43.050Z] d4c9bed79a11: Layer already exists [2025-08-08T09:51:43.050Z] 6e6ca04e651d: Layer already exists [2025-08-08T09:51:43.050Z] 097100c76c15: Layer already exists [2025-08-08T09:51:43.050Z] 5437c660dacb: Layer already exists [2025-08-08T09:51:43.050Z] latest: digest: sha256:be70e5356407c9a26b53a8e66d2b1c60f50c26aabfd3854773895037541e9cde size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:51:43.372Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:51:43.693Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.44 [2025-08-08T09:51:43.694Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-08-08T09:51:43.694Z] 2aeef96b2970: Preparing [2025-08-08T09:51:43.694Z] fda6eb047f40: Preparing [2025-08-08T09:51:43.694Z] 2a04191c862d: Preparing [2025-08-08T09:51:43.694Z] cd27dce05da3: Preparing [2025-08-08T09:51:43.694Z] 093c0fd6baad: Preparing [2025-08-08T09:51:43.694Z] 6e6ca04e651d: Preparing [2025-08-08T09:51:43.694Z] d4c9bed79a11: Preparing [2025-08-08T09:51:43.694Z] 5437c660dacb: Preparing [2025-08-08T09:51:43.694Z] 097100c76c15: Preparing [2025-08-08T09:51:43.694Z] 6e6ca04e651d: Waiting [2025-08-08T09:51:43.694Z] 5437c660dacb: Waiting [2025-08-08T09:51:43.694Z] 097100c76c15: Waiting [2025-08-08T09:51:43.694Z] d4c9bed79a11: Waiting [2025-08-08T09:51:43.694Z] 2aeef96b2970: Layer already exists [2025-08-08T09:51:43.694Z] cd27dce05da3: Layer already exists [2025-08-08T09:51:43.694Z] fda6eb047f40: Layer already exists [2025-08-08T09:51:43.694Z] 093c0fd6baad: Layer already exists [2025-08-08T09:51:43.694Z] 2a04191c862d: Layer already exists [2025-08-08T09:51:43.694Z] 097100c76c15: Layer already exists [2025-08-08T09:51:43.694Z] d4c9bed79a11: Layer already exists [2025-08-08T09:51:43.694Z] 6e6ca04e651d: Layer already exists [2025-08-08T09:51:43.694Z] 5437c660dacb: Layer already exists [2025-08-08T09:51:43.694Z] 4.1.0-dev.44: digest: sha256:be70e5356407c9a26b53a8e66d2b1c60f50c26aabfd3854773895037541e9cde size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:51:44.026Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:51:44.349Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:51:44.349Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-08-08T09:51:44.349Z] 2aeef96b2970: Preparing [2025-08-08T09:51:44.349Z] fda6eb047f40: Preparing [2025-08-08T09:51:44.349Z] 2a04191c862d: Preparing [2025-08-08T09:51:44.349Z] cd27dce05da3: Preparing [2025-08-08T09:51:44.349Z] 093c0fd6baad: Preparing [2025-08-08T09:51:44.349Z] 6e6ca04e651d: Preparing [2025-08-08T09:51:44.349Z] d4c9bed79a11: Preparing [2025-08-08T09:51:44.349Z] 5437c660dacb: Preparing [2025-08-08T09:51:44.349Z] 097100c76c15: Preparing [2025-08-08T09:51:44.349Z] 5437c660dacb: Waiting [2025-08-08T09:51:44.349Z] 097100c76c15: Waiting [2025-08-08T09:51:44.349Z] 6e6ca04e651d: Waiting [2025-08-08T09:51:44.349Z] d4c9bed79a11: Waiting [2025-08-08T09:51:44.349Z] fda6eb047f40: Layer already exists [2025-08-08T09:51:44.349Z] 2a04191c862d: Layer already exists [2025-08-08T09:51:44.349Z] cd27dce05da3: Layer already exists [2025-08-08T09:51:44.349Z] 2aeef96b2970: Layer already exists [2025-08-08T09:51:44.349Z] 093c0fd6baad: Layer already exists [2025-08-08T09:51:44.349Z] 6e6ca04e651d: Layer already exists [2025-08-08T09:51:44.349Z] d4c9bed79a11: Layer already exists [2025-08-08T09:51:44.349Z] 5437c660dacb: Layer already exists [2025-08-08T09:51:44.349Z] 097100c76c15: Layer already exists [2025-08-08T09:51:44.349Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44: digest: sha256:be70e5356407c9a26b53a8e66d2b1c60f50c26aabfd3854773895037541e9cde size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:51:44.681Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:51:45.021Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-08-08T09:51:45.021Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-08-08T09:51:45.021Z] 2aeef96b2970: Preparing [2025-08-08T09:51:45.021Z] fda6eb047f40: Preparing [2025-08-08T09:51:45.021Z] 2a04191c862d: Preparing [2025-08-08T09:51:45.021Z] cd27dce05da3: Preparing [2025-08-08T09:51:45.021Z] 093c0fd6baad: Preparing [2025-08-08T09:51:45.021Z] 6e6ca04e651d: Preparing [2025-08-08T09:51:45.021Z] d4c9bed79a11: Preparing [2025-08-08T09:51:45.021Z] 5437c660dacb: Preparing [2025-08-08T09:51:45.021Z] 097100c76c15: Preparing [2025-08-08T09:51:45.021Z] 6e6ca04e651d: Waiting [2025-08-08T09:51:45.021Z] d4c9bed79a11: Waiting [2025-08-08T09:51:45.021Z] 5437c660dacb: Waiting [2025-08-08T09:51:45.021Z] 097100c76c15: Waiting [2025-08-08T09:51:45.021Z] cd27dce05da3: Layer already exists [2025-08-08T09:51:45.021Z] 093c0fd6baad: Layer already exists [2025-08-08T09:51:45.021Z] 2aeef96b2970: Layer already exists [2025-08-08T09:51:45.021Z] 2a04191c862d: Layer already exists [2025-08-08T09:51:45.021Z] fda6eb047f40: Layer already exists [2025-08-08T09:51:45.021Z] d4c9bed79a11: Layer already exists [2025-08-08T09:51:45.021Z] 5437c660dacb: Layer already exists [2025-08-08T09:51:45.021Z] 097100c76c15: Layer already exists [2025-08-08T09:51:45.021Z] 6e6ca04e651d: Layer already exists [2025-08-08T09:51:45.021Z] main: digest: sha256:be70e5356407c9a26b53a8e66d2b1c60f50c26aabfd3854773895037541e9cde size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-08T09:51:45.097Z] ===================================================== [Pipeline] echo [2025-08-08T09:51:45.110Z] taggedImages: [2025-08-08T09:51:45.110Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:51:45.110Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-08-08T09:51:45.110Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.44 [2025-08-08T09:51:45.110Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:51:45.110Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2025-08-08T09:51:45.146Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2025-08-08T09:51:45.146Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:51:45.146Z] latest [2025-08-08T09:51:45.146Z] 4.1.0-dev.44 [2025-08-08T09:51:45.146Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:51:45.146Z] main [2025-08-08T09:51:45.146Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:51:45.488Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:51:45.804Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:51:45.804Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-08-08T09:51:45.804Z] a56b81a0d261: Preparing [2025-08-08T09:51:45.804Z] 274f0d586f30: Preparing [2025-08-08T09:51:45.804Z] 8b94ec55515d: Preparing [2025-08-08T09:51:45.804Z] cd27dce05da3: Preparing [2025-08-08T09:51:45.804Z] 093c0fd6baad: Preparing [2025-08-08T09:51:45.804Z] a81bdec28a90: Preparing [2025-08-08T09:51:45.804Z] a6de4d6add24: Preparing [2025-08-08T09:51:45.804Z] d20213b4f363: Preparing [2025-08-08T09:51:45.804Z] 097100c76c15: Preparing [2025-08-08T09:51:45.804Z] a81bdec28a90: Waiting [2025-08-08T09:51:45.804Z] a6de4d6add24: Waiting [2025-08-08T09:51:45.804Z] d20213b4f363: Waiting [2025-08-08T09:51:45.804Z] 097100c76c15: Waiting [2025-08-08T09:51:45.804Z] cd27dce05da3: Layer already exists [2025-08-08T09:51:45.804Z] a56b81a0d261: Layer already exists [2025-08-08T09:51:45.804Z] 093c0fd6baad: Layer already exists [2025-08-08T09:51:45.804Z] a6de4d6add24: Layer already exists [2025-08-08T09:51:45.804Z] d20213b4f363: Layer already exists [2025-08-08T09:51:45.804Z] 097100c76c15: Layer already exists [2025-08-08T09:51:45.804Z] 274f0d586f30: Pushed [2025-08-08T09:51:45.804Z] 8b94ec55515d: Pushed [2025-08-08T09:51:58.009Z] a81bdec28a90: Pushed [2025-08-08T09:51:58.009Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b: digest: sha256:457b5b899433c76ff9ede80df21ff5a3f4f04db4533c634e8f696abe3faf8bb1 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:51:58.337Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:51:58.653Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-08-08T09:51:58.653Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-08-08T09:51:58.653Z] a56b81a0d261: Preparing [2025-08-08T09:51:58.653Z] 274f0d586f30: Preparing [2025-08-08T09:51:58.653Z] 8b94ec55515d: Preparing [2025-08-08T09:51:58.653Z] cd27dce05da3: Preparing [2025-08-08T09:51:58.653Z] 093c0fd6baad: Preparing [2025-08-08T09:51:58.653Z] a81bdec28a90: Preparing [2025-08-08T09:51:58.653Z] a6de4d6add24: Preparing [2025-08-08T09:51:58.653Z] d20213b4f363: Preparing [2025-08-08T09:51:58.653Z] a81bdec28a90: Waiting [2025-08-08T09:51:58.653Z] 097100c76c15: Preparing [2025-08-08T09:51:58.653Z] d20213b4f363: Waiting [2025-08-08T09:51:58.653Z] a6de4d6add24: Waiting [2025-08-08T09:51:58.654Z] 097100c76c15: Waiting [2025-08-08T09:51:58.654Z] a56b81a0d261: Layer already exists [2025-08-08T09:51:58.654Z] cd27dce05da3: Layer already exists [2025-08-08T09:51:58.654Z] 274f0d586f30: Layer already exists [2025-08-08T09:51:58.654Z] 093c0fd6baad: Layer already exists [2025-08-08T09:51:58.654Z] 8b94ec55515d: Layer already exists [2025-08-08T09:51:58.654Z] a81bdec28a90: Layer already exists [2025-08-08T09:51:58.654Z] d20213b4f363: Layer already exists [2025-08-08T09:51:58.654Z] a6de4d6add24: Layer already exists [2025-08-08T09:51:58.654Z] 097100c76c15: Layer already exists [2025-08-08T09:51:58.654Z] latest: digest: sha256:457b5b899433c76ff9ede80df21ff5a3f4f04db4533c634e8f696abe3faf8bb1 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:51:58.977Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:51:59.303Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.44 [2025-08-08T09:51:59.303Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-08-08T09:51:59.303Z] a56b81a0d261: Preparing [2025-08-08T09:51:59.303Z] 274f0d586f30: Preparing [2025-08-08T09:51:59.303Z] 8b94ec55515d: Preparing [2025-08-08T09:51:59.303Z] cd27dce05da3: Preparing [2025-08-08T09:51:59.303Z] 093c0fd6baad: Preparing [2025-08-08T09:51:59.303Z] a81bdec28a90: Preparing [2025-08-08T09:51:59.303Z] a6de4d6add24: Preparing [2025-08-08T09:51:59.303Z] d20213b4f363: Preparing [2025-08-08T09:51:59.303Z] 097100c76c15: Preparing [2025-08-08T09:51:59.303Z] a81bdec28a90: Waiting [2025-08-08T09:51:59.303Z] a6de4d6add24: Waiting [2025-08-08T09:51:59.303Z] d20213b4f363: Waiting [2025-08-08T09:51:59.303Z] 097100c76c15: Waiting [2025-08-08T09:51:59.303Z] a56b81a0d261: Layer already exists [2025-08-08T09:51:59.303Z] cd27dce05da3: Layer already exists [2025-08-08T09:51:59.303Z] 274f0d586f30: Layer already exists [2025-08-08T09:51:59.303Z] 8b94ec55515d: Layer already exists [2025-08-08T09:51:59.303Z] 093c0fd6baad: Layer already exists [2025-08-08T09:51:59.303Z] a81bdec28a90: Layer already exists [2025-08-08T09:51:59.303Z] d20213b4f363: Layer already exists [2025-08-08T09:51:59.303Z] a6de4d6add24: Layer already exists [2025-08-08T09:51:59.303Z] 097100c76c15: Layer already exists [2025-08-08T09:51:59.303Z] 4.1.0-dev.44: digest: sha256:457b5b899433c76ff9ede80df21ff5a3f4f04db4533c634e8f696abe3faf8bb1 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:51:59.635Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:51:59.957Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:51:59.957Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-08-08T09:51:59.957Z] a56b81a0d261: Preparing [2025-08-08T09:51:59.957Z] 274f0d586f30: Preparing [2025-08-08T09:51:59.957Z] 8b94ec55515d: Preparing [2025-08-08T09:51:59.957Z] cd27dce05da3: Preparing [2025-08-08T09:51:59.957Z] 093c0fd6baad: Preparing [2025-08-08T09:51:59.957Z] a81bdec28a90: Preparing [2025-08-08T09:51:59.957Z] a6de4d6add24: Preparing [2025-08-08T09:51:59.957Z] d20213b4f363: Preparing [2025-08-08T09:51:59.957Z] 097100c76c15: Preparing [2025-08-08T09:51:59.957Z] a6de4d6add24: Waiting [2025-08-08T09:51:59.957Z] d20213b4f363: Waiting [2025-08-08T09:51:59.957Z] 097100c76c15: Waiting [2025-08-08T09:51:59.957Z] a81bdec28a90: Waiting [2025-08-08T09:51:59.957Z] cd27dce05da3: Layer already exists [2025-08-08T09:51:59.957Z] 093c0fd6baad: Layer already exists [2025-08-08T09:51:59.957Z] 274f0d586f30: Layer already exists [2025-08-08T09:51:59.957Z] a56b81a0d261: Layer already exists [2025-08-08T09:51:59.957Z] 8b94ec55515d: Layer already exists [2025-08-08T09:51:59.957Z] d20213b4f363: Layer already exists [2025-08-08T09:51:59.957Z] a6de4d6add24: Layer already exists [2025-08-08T09:51:59.957Z] a81bdec28a90: Layer already exists [2025-08-08T09:51:59.957Z] 097100c76c15: Layer already exists [2025-08-08T09:51:59.957Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44: digest: sha256:457b5b899433c76ff9ede80df21ff5a3f4f04db4533c634e8f696abe3faf8bb1 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:52:00.280Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:52:00.599Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-08-08T09:52:00.599Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-08-08T09:52:00.599Z] a56b81a0d261: Preparing [2025-08-08T09:52:00.599Z] 274f0d586f30: Preparing [2025-08-08T09:52:00.599Z] 8b94ec55515d: Preparing [2025-08-08T09:52:00.599Z] cd27dce05da3: Preparing [2025-08-08T09:52:00.599Z] 093c0fd6baad: Preparing [2025-08-08T09:52:00.599Z] a81bdec28a90: Preparing [2025-08-08T09:52:00.599Z] a6de4d6add24: Preparing [2025-08-08T09:52:00.599Z] d20213b4f363: Preparing [2025-08-08T09:52:00.599Z] 097100c76c15: Preparing [2025-08-08T09:52:00.599Z] a81bdec28a90: Waiting [2025-08-08T09:52:00.599Z] d20213b4f363: Waiting [2025-08-08T09:52:00.599Z] a6de4d6add24: Waiting [2025-08-08T09:52:00.599Z] 097100c76c15: Waiting [2025-08-08T09:52:00.599Z] cd27dce05da3: Layer already exists [2025-08-08T09:52:00.599Z] 274f0d586f30: Layer already exists [2025-08-08T09:52:00.599Z] 8b94ec55515d: Layer already exists [2025-08-08T09:52:00.599Z] 093c0fd6baad: Layer already exists [2025-08-08T09:52:00.599Z] a56b81a0d261: Layer already exists [2025-08-08T09:52:00.599Z] a81bdec28a90: Layer already exists [2025-08-08T09:52:00.599Z] a6de4d6add24: Layer already exists [2025-08-08T09:52:00.599Z] 097100c76c15: Layer already exists [2025-08-08T09:52:00.599Z] d20213b4f363: Layer already exists [2025-08-08T09:52:00.599Z] main: digest: sha256:457b5b899433c76ff9ede80df21ff5a3f4f04db4533c634e8f696abe3faf8bb1 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-08T09:52:00.670Z] ===================================================== [Pipeline] echo [2025-08-08T09:52:00.685Z] taggedImages: [2025-08-08T09:52:00.685Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:52:00.685Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-08-08T09:52:00.685Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.44 [2025-08-08T09:52:00.685Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:52:00.685Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2025-08-08T09:52:00.714Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2025-08-08T09:52:00.714Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:52:00.714Z] latest [2025-08-08T09:52:00.714Z] 4.1.0-dev.44 [2025-08-08T09:52:00.714Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:52:00.714Z] main [2025-08-08T09:52:00.714Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:52:01.056Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:52:01.427Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:52:01.428Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-08-08T09:52:01.428Z] 6442744b3d93: Preparing [2025-08-08T09:52:01.428Z] 108a46617cf1: Preparing [2025-08-08T09:52:01.428Z] cd27dce05da3: Preparing [2025-08-08T09:52:01.428Z] 093c0fd6baad: Preparing [2025-08-08T09:52:01.428Z] b9cba94ee782: Preparing [2025-08-08T09:52:01.428Z] faa1c36ca94d: Preparing [2025-08-08T09:52:01.428Z] 097100c76c15: Preparing [2025-08-08T09:52:01.428Z] faa1c36ca94d: Waiting [2025-08-08T09:52:01.428Z] 097100c76c15: Waiting [2025-08-08T09:52:01.428Z] cd27dce05da3: Layer already exists [2025-08-08T09:52:01.428Z] 093c0fd6baad: Layer already exists [2025-08-08T09:52:01.428Z] 097100c76c15: Layer already exists [2025-08-08T09:52:01.428Z] 6442744b3d93: Pushed [2025-08-08T09:52:01.428Z] b9cba94ee782: Pushed [2025-08-08T09:52:01.996Z] faa1c36ca94d: Pushed [2025-08-08T09:52:05.389Z] 108a46617cf1: Pushed [2025-08-08T09:52:05.389Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b: digest: sha256:875784c7418e297973f1afc6e68b8436973cc5b40f6becc8522397566a447812 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:52:05.719Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:52:06.034Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-08-08T09:52:06.035Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-08-08T09:52:06.035Z] 6442744b3d93: Preparing [2025-08-08T09:52:06.035Z] 108a46617cf1: Preparing [2025-08-08T09:52:06.035Z] cd27dce05da3: Preparing [2025-08-08T09:52:06.035Z] 093c0fd6baad: Preparing [2025-08-08T09:52:06.035Z] b9cba94ee782: Preparing [2025-08-08T09:52:06.035Z] faa1c36ca94d: Preparing [2025-08-08T09:52:06.035Z] 097100c76c15: Preparing [2025-08-08T09:52:06.035Z] faa1c36ca94d: Waiting [2025-08-08T09:52:06.035Z] 097100c76c15: Waiting [2025-08-08T09:52:06.035Z] 6442744b3d93: Layer already exists [2025-08-08T09:52:06.035Z] 108a46617cf1: Layer already exists [2025-08-08T09:52:06.035Z] cd27dce05da3: Layer already exists [2025-08-08T09:52:06.035Z] b9cba94ee782: Layer already exists [2025-08-08T09:52:06.035Z] 093c0fd6baad: Layer already exists [2025-08-08T09:52:06.035Z] 097100c76c15: Layer already exists [2025-08-08T09:52:06.035Z] faa1c36ca94d: Layer already exists [2025-08-08T09:52:06.035Z] latest: digest: sha256:875784c7418e297973f1afc6e68b8436973cc5b40f6becc8522397566a447812 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:52:06.357Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:52:06.673Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.44 [2025-08-08T09:52:06.673Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-08-08T09:52:06.673Z] 6442744b3d93: Preparing [2025-08-08T09:52:06.673Z] 108a46617cf1: Preparing [2025-08-08T09:52:06.673Z] cd27dce05da3: Preparing [2025-08-08T09:52:06.673Z] 093c0fd6baad: Preparing [2025-08-08T09:52:06.673Z] b9cba94ee782: Preparing [2025-08-08T09:52:06.673Z] faa1c36ca94d: Preparing [2025-08-08T09:52:06.673Z] 097100c76c15: Preparing [2025-08-08T09:52:06.673Z] faa1c36ca94d: Waiting [2025-08-08T09:52:06.673Z] 097100c76c15: Waiting [2025-08-08T09:52:06.673Z] 108a46617cf1: Layer already exists [2025-08-08T09:52:06.673Z] 093c0fd6baad: Layer already exists [2025-08-08T09:52:06.673Z] cd27dce05da3: Layer already exists [2025-08-08T09:52:06.673Z] b9cba94ee782: Layer already exists [2025-08-08T09:52:06.673Z] 6442744b3d93: Layer already exists [2025-08-08T09:52:06.673Z] faa1c36ca94d: Layer already exists [2025-08-08T09:52:06.673Z] 097100c76c15: Layer already exists [2025-08-08T09:52:06.673Z] 4.1.0-dev.44: digest: sha256:875784c7418e297973f1afc6e68b8436973cc5b40f6becc8522397566a447812 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:52:07.004Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:52:07.328Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:52:07.328Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-08-08T09:52:07.328Z] 6442744b3d93: Preparing [2025-08-08T09:52:07.328Z] 108a46617cf1: Preparing [2025-08-08T09:52:07.328Z] cd27dce05da3: Preparing [2025-08-08T09:52:07.328Z] 093c0fd6baad: Preparing [2025-08-08T09:52:07.328Z] b9cba94ee782: Preparing [2025-08-08T09:52:07.328Z] faa1c36ca94d: Preparing [2025-08-08T09:52:07.328Z] 097100c76c15: Preparing [2025-08-08T09:52:07.328Z] 097100c76c15: Waiting [2025-08-08T09:52:07.328Z] faa1c36ca94d: Waiting [2025-08-08T09:52:07.328Z] 108a46617cf1: Layer already exists [2025-08-08T09:52:07.328Z] b9cba94ee782: Layer already exists [2025-08-08T09:52:07.328Z] 6442744b3d93: Layer already exists [2025-08-08T09:52:07.328Z] cd27dce05da3: Layer already exists [2025-08-08T09:52:07.328Z] 093c0fd6baad: Layer already exists [2025-08-08T09:52:07.328Z] 097100c76c15: Layer already exists [2025-08-08T09:52:07.328Z] faa1c36ca94d: Layer already exists [2025-08-08T09:52:07.328Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44: digest: sha256:875784c7418e297973f1afc6e68b8436973cc5b40f6becc8522397566a447812 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:52:07.647Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:52:07.978Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2025-08-08T09:52:07.978Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-08-08T09:52:07.978Z] 6442744b3d93: Preparing [2025-08-08T09:52:07.978Z] 108a46617cf1: Preparing [2025-08-08T09:52:07.978Z] cd27dce05da3: Preparing [2025-08-08T09:52:07.978Z] 093c0fd6baad: Preparing [2025-08-08T09:52:07.978Z] b9cba94ee782: Preparing [2025-08-08T09:52:07.978Z] faa1c36ca94d: Preparing [2025-08-08T09:52:07.978Z] 097100c76c15: Preparing [2025-08-08T09:52:07.978Z] 097100c76c15: Waiting [2025-08-08T09:52:07.978Z] faa1c36ca94d: Waiting [2025-08-08T09:52:07.978Z] cd27dce05da3: Layer already exists [2025-08-08T09:52:07.978Z] b9cba94ee782: Layer already exists [2025-08-08T09:52:07.978Z] 108a46617cf1: Layer already exists [2025-08-08T09:52:07.978Z] 093c0fd6baad: Layer already exists [2025-08-08T09:52:07.978Z] 6442744b3d93: Layer already exists [2025-08-08T09:52:07.978Z] faa1c36ca94d: Layer already exists [2025-08-08T09:52:07.978Z] 097100c76c15: Layer already exists [2025-08-08T09:52:07.978Z] main: digest: sha256:875784c7418e297973f1afc6e68b8436973cc5b40f6becc8522397566a447812 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-08T09:52:08.056Z] ===================================================== [Pipeline] echo [2025-08-08T09:52:08.075Z] taggedImages: [2025-08-08T09:52:08.075Z] - nexus3.edgexfoundry.org:10004/support-notifications:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:52:08.075Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-08-08T09:52:08.075Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.44 [2025-08-08T09:52:08.075Z] - nexus3.edgexfoundry.org:10004/support-notifications:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:52:08.075Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2025-08-08T09:52:08.108Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2025-08-08T09:52:08.108Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:52:08.108Z] latest [2025-08-08T09:52:08.108Z] 4.1.0-dev.44 [2025-08-08T09:52:08.108Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:52:08.108Z] main [2025-08-08T09:52:08.108Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:52:08.459Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:52:08.781Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:52:08.781Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-08-08T09:52:08.781Z] 8511bd6b4f86: Preparing [2025-08-08T09:52:08.781Z] 3f5c4fe295ed: Preparing [2025-08-08T09:52:08.781Z] cd27dce05da3: Preparing [2025-08-08T09:52:08.781Z] 093c0fd6baad: Preparing [2025-08-08T09:52:08.781Z] e50ae0c44088: Preparing [2025-08-08T09:52:08.781Z] 6e425a35d183: Preparing [2025-08-08T09:52:08.781Z] 097100c76c15: Preparing [2025-08-08T09:52:08.781Z] 6e425a35d183: Waiting [2025-08-08T09:52:08.781Z] 097100c76c15: Waiting [2025-08-08T09:52:08.781Z] 093c0fd6baad: Layer already exists [2025-08-08T09:52:08.781Z] cd27dce05da3: Layer already exists [2025-08-08T09:52:08.781Z] 097100c76c15: Layer already exists [2025-08-08T09:52:08.781Z] 8511bd6b4f86: Pushed [2025-08-08T09:52:08.781Z] e50ae0c44088: Pushed [2025-08-08T09:52:09.038Z] 6e425a35d183: Pushed [2025-08-08T09:52:13.224Z] 3f5c4fe295ed: Pushed [2025-08-08T09:52:13.224Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b: digest: sha256:34080605aef698d9e433cea63b08ace27b293751ee6db6452c66ea69fdac6747 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:52:13.547Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:52:13.868Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-08-08T09:52:13.868Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-08-08T09:52:13.868Z] 8511bd6b4f86: Preparing [2025-08-08T09:52:13.868Z] 3f5c4fe295ed: Preparing [2025-08-08T09:52:13.868Z] cd27dce05da3: Preparing [2025-08-08T09:52:13.868Z] 093c0fd6baad: Preparing [2025-08-08T09:52:13.868Z] e50ae0c44088: Preparing [2025-08-08T09:52:13.868Z] 6e425a35d183: Preparing [2025-08-08T09:52:13.868Z] 097100c76c15: Preparing [2025-08-08T09:52:13.868Z] 6e425a35d183: Waiting [2025-08-08T09:52:13.868Z] 097100c76c15: Waiting [2025-08-08T09:52:13.868Z] cd27dce05da3: Layer already exists [2025-08-08T09:52:13.868Z] 8511bd6b4f86: Layer already exists [2025-08-08T09:52:13.868Z] e50ae0c44088: Layer already exists [2025-08-08T09:52:13.868Z] 093c0fd6baad: Layer already exists [2025-08-08T09:52:13.868Z] 3f5c4fe295ed: Layer already exists [2025-08-08T09:52:13.868Z] 097100c76c15: Layer already exists [2025-08-08T09:52:13.868Z] 6e425a35d183: Layer already exists [2025-08-08T09:52:13.868Z] latest: digest: sha256:34080605aef698d9e433cea63b08ace27b293751ee6db6452c66ea69fdac6747 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:52:14.190Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:52:14.517Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.44 [2025-08-08T09:52:14.517Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-08-08T09:52:14.517Z] 8511bd6b4f86: Preparing [2025-08-08T09:52:14.517Z] 3f5c4fe295ed: Preparing [2025-08-08T09:52:14.517Z] cd27dce05da3: Preparing [2025-08-08T09:52:14.517Z] 093c0fd6baad: Preparing [2025-08-08T09:52:14.517Z] e50ae0c44088: Preparing [2025-08-08T09:52:14.517Z] 6e425a35d183: Preparing [2025-08-08T09:52:14.517Z] 097100c76c15: Preparing [2025-08-08T09:52:14.517Z] 6e425a35d183: Waiting [2025-08-08T09:52:14.517Z] 097100c76c15: Waiting [2025-08-08T09:52:14.517Z] 8511bd6b4f86: Layer already exists [2025-08-08T09:52:14.517Z] cd27dce05da3: Layer already exists [2025-08-08T09:52:14.517Z] e50ae0c44088: Layer already exists [2025-08-08T09:52:14.517Z] 093c0fd6baad: Layer already exists [2025-08-08T09:52:14.517Z] 3f5c4fe295ed: Layer already exists [2025-08-08T09:52:14.517Z] 097100c76c15: Layer already exists [2025-08-08T09:52:14.517Z] 6e425a35d183: Layer already exists [2025-08-08T09:52:14.517Z] 4.1.0-dev.44: digest: sha256:34080605aef698d9e433cea63b08ace27b293751ee6db6452c66ea69fdac6747 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:52:14.845Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:52:15.180Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:52:15.180Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-08-08T09:52:15.180Z] 8511bd6b4f86: Preparing [2025-08-08T09:52:15.180Z] 3f5c4fe295ed: Preparing [2025-08-08T09:52:15.180Z] cd27dce05da3: Preparing [2025-08-08T09:52:15.180Z] 093c0fd6baad: Preparing [2025-08-08T09:52:15.180Z] e50ae0c44088: Preparing [2025-08-08T09:52:15.180Z] 6e425a35d183: Preparing [2025-08-08T09:52:15.180Z] 097100c76c15: Preparing [2025-08-08T09:52:15.180Z] 6e425a35d183: Waiting [2025-08-08T09:52:15.180Z] 097100c76c15: Waiting [2025-08-08T09:52:15.180Z] 093c0fd6baad: Layer already exists [2025-08-08T09:52:15.180Z] e50ae0c44088: Layer already exists [2025-08-08T09:52:15.180Z] 3f5c4fe295ed: Layer already exists [2025-08-08T09:52:15.180Z] 8511bd6b4f86: Layer already exists [2025-08-08T09:52:15.180Z] cd27dce05da3: Layer already exists [2025-08-08T09:52:15.180Z] 6e425a35d183: Layer already exists [2025-08-08T09:52:15.180Z] 097100c76c15: Layer already exists [2025-08-08T09:52:15.180Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44: digest: sha256:34080605aef698d9e433cea63b08ace27b293751ee6db6452c66ea69fdac6747 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:52:15.512Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:52:15.834Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-08-08T09:52:15.834Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-08-08T09:52:15.834Z] 8511bd6b4f86: Preparing [2025-08-08T09:52:15.834Z] 3f5c4fe295ed: Preparing [2025-08-08T09:52:15.834Z] cd27dce05da3: Preparing [2025-08-08T09:52:15.834Z] 093c0fd6baad: Preparing [2025-08-08T09:52:15.834Z] e50ae0c44088: Preparing [2025-08-08T09:52:15.834Z] 6e425a35d183: Preparing [2025-08-08T09:52:15.834Z] 097100c76c15: Preparing [2025-08-08T09:52:15.834Z] 6e425a35d183: Waiting [2025-08-08T09:52:15.834Z] 097100c76c15: Waiting [2025-08-08T09:52:15.834Z] 093c0fd6baad: Layer already exists [2025-08-08T09:52:15.834Z] e50ae0c44088: Layer already exists [2025-08-08T09:52:15.834Z] 8511bd6b4f86: Layer already exists [2025-08-08T09:52:15.834Z] 3f5c4fe295ed: Layer already exists [2025-08-08T09:52:15.834Z] cd27dce05da3: Layer already exists [2025-08-08T09:52:15.834Z] 6e425a35d183: Layer already exists [2025-08-08T09:52:15.834Z] 097100c76c15: Layer already exists [2025-08-08T09:52:15.834Z] main: digest: sha256:34080605aef698d9e433cea63b08ace27b293751ee6db6452c66ea69fdac6747 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-08T09:52:15.914Z] ===================================================== [Pipeline] echo [2025-08-08T09:52:15.931Z] taggedImages: [2025-08-08T09:52:15.931Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:52:15.931Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-08-08T09:52:15.931Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.44 [2025-08-08T09:52:15.931Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:52:15.931Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo [2025-08-08T09:52:16.027Z] ========================================================= [2025-08-08T09:52:16.027Z] [edgeXBuildMultiArch] RAW Config: [2025-08-08T09:52:16.027Z] images: [2025-08-08T09:52:16.027Z] - nexus3.edgexfoundry.org:10004/core-command:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:52:16.027Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2025-08-08T09:52:16.027Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.44 [2025-08-08T09:52:16.027Z] - nexus3.edgexfoundry.org:10004/core-command:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:52:16.027Z] - nexus3.edgexfoundry.org:10004/core-command:main [2025-08-08T09:52:16.027Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:52:16.027Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-08-08T09:52:16.027Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.44 [2025-08-08T09:52:16.027Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:52:16.027Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-08-08T09:52:16.027Z] - nexus3.edgexfoundry.org:10004/core-data:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:52:16.027Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2025-08-08T09:52:16.027Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.44 [2025-08-08T09:52:16.027Z] - nexus3.edgexfoundry.org:10004/core-data:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:52:16.027Z] - nexus3.edgexfoundry.org:10004/core-data:main [2025-08-08T09:52:16.027Z] - nexus3.edgexfoundry.org:10004/core-keeper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:52:16.027Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-08-08T09:52:16.027Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.44 [2025-08-08T09:52:16.027Z] - nexus3.edgexfoundry.org:10004/core-keeper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:52:16.027Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [2025-08-08T09:52:16.027Z] - nexus3.edgexfoundry.org:10004/core-metadata:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:52:16.027Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-08-08T09:52:16.027Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.44 [2025-08-08T09:52:16.027Z] - nexus3.edgexfoundry.org:10004/core-metadata:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:52:16.027Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [2025-08-08T09:52:16.027Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:52:16.027Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-08-08T09:52:16.027Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.44 [2025-08-08T09:52:16.027Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:52:16.027Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-08-08T09:52:16.027Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:52:16.027Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-08-08T09:52:16.027Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.44 [2025-08-08T09:52:16.027Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:52:16.027Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-08-08T09:52:16.027Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:52:16.027Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-08-08T09:52:16.027Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.44 [2025-08-08T09:52:16.027Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:52:16.027Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-08-08T09:52:16.027Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:52:16.027Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-08-08T09:52:16.027Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.44 [2025-08-08T09:52:16.027Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:52:16.027Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-08-08T09:52:16.027Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:52:16.027Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-08-08T09:52:16.027Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.44 [2025-08-08T09:52:16.027Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:52:16.027Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-08-08T09:52:16.027Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:52:16.027Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-08-08T09:52:16.027Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.44 [2025-08-08T09:52:16.027Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:52:16.027Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-08-08T09:52:16.027Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:52:16.027Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-08-08T09:52:16.027Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.44 [2025-08-08T09:52:16.027Z] - nexus3.edgexfoundry.org:10004/security-spire-config:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:52:16.027Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-08-08T09:52:16.027Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:52:16.027Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-08-08T09:52:16.027Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.44 [2025-08-08T09:52:16.027Z] - nexus3.edgexfoundry.org:10004/security-spire-server:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:52:16.027Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-08-08T09:52:16.027Z] - nexus3.edgexfoundry.org:10004/support-notifications:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:52:16.027Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-08-08T09:52:16.027Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.44 [2025-08-08T09:52:16.027Z] - nexus3.edgexfoundry.org:10004/support-notifications:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:52:16.027Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [2025-08-08T09:52:16.027Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:52:16.027Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-08-08T09:52:16.027Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.44 [2025-08-08T09:52:16.027Z] - nexus3.edgexfoundry.org:10004/support-scheduler:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:52:16.027Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-08-08T09:52:16.027Z] settingsFile: [2025-08-08T09:52:16.027Z] edgex-go-settings [2025-08-08T09:52:16.027Z] ========================================================= [Pipeline] node [2025-08-08T09:52:31.031Z] Still waiting to schedule task [2025-08-08T09:52:31.031Z] All nodes of label ‘centos7-docker-4c-2g’ are offline [2025-08-08T09:53:02.579Z] Running on prd-centos7-docker-4c-2g-6546 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-08T09:53:02.626Z] provisioning config files... [2025-08-08T09:53:02.667Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config11988209754942406157tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-08T09:53:04.176Z] ---> ****-login.sh [2025-08-08T09:53:04.176Z] nexus3.edgexfoundry.org:10001 [2025-08-08T09:53:04.446Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-08T09:53:04.447Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-08T09:53:04.447Z] Configure a credential helper to remove this warning. See [2025-08-08T09:53:04.447Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-08T09:53:04.447Z] [2025-08-08T09:53:04.447Z] Login Succeeded [2025-08-08T09:53:04.447Z] nexus3.edgexfoundry.org:10002 [2025-08-08T09:53:04.447Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-08T09:53:04.447Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-08T09:53:04.447Z] Configure a credential helper to remove this warning. See [2025-08-08T09:53:04.447Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-08T09:53:04.447Z] [2025-08-08T09:53:04.447Z] Login Succeeded [2025-08-08T09:53:04.447Z] nexus3.edgexfoundry.org:10003 [2025-08-08T09:53:04.447Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-08T09:53:04.709Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-08T09:53:04.709Z] Configure a credential helper to remove this warning. See [2025-08-08T09:53:04.709Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-08T09:53:04.709Z] [2025-08-08T09:53:04.709Z] Login Succeeded [2025-08-08T09:53:04.709Z] nexus3.edgexfoundry.org:10004 [2025-08-08T09:53:04.710Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-08T09:53:04.710Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-08T09:53:04.710Z] Configure a credential helper to remove this warning. See [2025-08-08T09:53:04.710Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-08T09:53:04.710Z] [2025-08-08T09:53:04.710Z] Login Succeeded [2025-08-08T09:53:04.710Z] ****.io [2025-08-08T09:53:04.710Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-08T09:53:04.976Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-08T09:53:04.976Z] Configure a credential helper to remove this warning. See [2025-08-08T09:53:04.976Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-08T09:53:04.976Z] [2025-08-08T09:53:04.976Z] Login Succeeded [2025-08-08T09:53:04.976Z] ---> ****-login.sh ends [Pipeline] } [2025-08-08T09:53:04.984Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-08-08T09:53:05.358Z] + docker buildx ls [2025-08-08T09:53:05.358Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-08-08T09:53:05.358Z] default * docker [2025-08-08T09:53:05.358Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-08-08T09:53:05.659Z] + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use [2025-08-08T09:53:05.659Z] edgex-builder [Pipeline] sh [2025-08-08T09:53:05.955Z] + docker buildx inspect --bootstrap [2025-08-08T09:53:05.955Z] #1 [internal] booting buildkit [2025-08-08T09:53:05.955Z] #1 pulling image moby/buildkit:buildx-stable-1 [2025-08-08T09:53:09.276Z] #1 pulling image moby/buildkit:buildx-stable-1 3.2s done [2025-08-08T09:53:09.276Z] #1 creating container buildx_buildkit_edgex-builder0 [2025-08-08T09:53:10.654Z] #1 creating container buildx_buildkit_edgex-builder0 1.5s done [2025-08-08T09:53:10.654Z] #1 DONE 4.7s [2025-08-08T09:53:10.654Z] Name: edgex-builder [2025-08-08T09:53:10.654Z] Driver: docker-container [2025-08-08T09:53:10.654Z] [2025-08-08T09:53:10.654Z] Nodes: [2025-08-08T09:53:10.654Z] Name: edgex-builder0 [2025-08-08T09:53:10.654Z] Endpoint: unix:///var/run/docker.sock [2025-08-08T09:53:10.654Z] Status: running [2025-08-08T09:53:10.654Z] Buildkit: v0.22.0 [2025-08-08T09:53:10.654Z] Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh [2025-08-08T09:53:10.950Z] + docker buildx ls [2025-08-08T09:53:10.950Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-08-08T09:53:10.950Z] edgex-builder * docker-container [2025-08-08T09:53:10.950Z] edgex-builder0 unix:///var/run/docker.sock running v0.22.0 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [2025-08-08T09:53:10.950Z] default docker [2025-08-08T09:53:10.950Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-08-08T09:53:11.243Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b' [2025-08-08T09:53:11.243Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b --push - [2025-08-08T09:53:11.243Z] #1 [internal] load build definition from Dockerfile [2025-08-08T09:53:11.243Z] #1 transferring dockerfile: 197B done [2025-08-08T09:53:11.243Z] #1 DONE 0.0s [2025-08-08T09:53:11.243Z] [2025-08-08T09:53:11.243Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:53:11.243Z] #2 DONE 0.1s [2025-08-08T09:53:11.243Z] [2025-08-08T09:53:11.243Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:53:11.243Z] #3 DONE 0.1s [2025-08-08T09:53:11.243Z] [2025-08-08T09:53:11.243Z] #4 [internal] load .dockerignore [2025-08-08T09:53:11.506Z] #4 transferring context: 2B done [2025-08-08T09:53:11.506Z] #4 DONE 0.0s [2025-08-08T09:53:11.506Z] [2025-08-08T09:53:11.506Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:499734239c290f94c81b0c70aba5b0351152e4d6944575c1399749b19915df11 [2025-08-08T09:53:11.506Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:499734239c290f94c81b0c70aba5b0351152e4d6944575c1399749b19915df11 0.0s done [2025-08-08T09:53:11.506Z] #5 DONE 0.0s [2025-08-08T09:53:11.506Z] [2025-08-08T09:53:11.506Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:499734239c290f94c81b0c70aba5b0351152e4d6944575c1399749b19915df11 [2025-08-08T09:53:11.506Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:499734239c290f94c81b0c70aba5b0351152e4d6944575c1399749b19915df11 0.0s done [2025-08-08T09:53:11.506Z] #6 DONE 0.1s [2025-08-08T09:53:11.506Z] [2025-08-08T09:53:11.506Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-08T09:53:11.506Z] #7 DONE 0.0s [2025-08-08T09:53:11.506Z] [2025-08-08T09:53:11.506Z] #8 exporting to image [2025-08-08T09:53:11.506Z] #8 exporting layers done [2025-08-08T09:53:11.506Z] #8 exporting manifest sha256:5b1c2f1411d23c4e543f8ffdd307c8cec6299c2b5639c7eba9c45277eb994768 done [2025-08-08T09:53:11.506Z] #8 exporting config sha256:ffaa92ef9062ebab55eb7b1e1eed826b673c51e5e5e7adacc4ef8e25f69ba47e done [2025-08-08T09:53:11.506Z] #8 exporting manifest sha256:18dec3f1b717aa0eb3380bb26a00ddc32bb9e411425a0de2164b89d9b55bfc02 0.0s done [2025-08-08T09:53:11.506Z] #8 exporting config sha256:2f32c29d85ba3fd4975c871f8ae9867a6aba439e408b469403916bc1a879b1fa done [2025-08-08T09:53:11.506Z] #8 exporting manifest list sha256:e88822280bfda51cc7f1bbf60ea2667f15a1f3eb895d24d49c21f538e770ee36 done [2025-08-08T09:53:11.506Z] #8 pushing layers [2025-08-08T09:53:11.506Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-08T09:53:14.054Z] #8 pushing layers 2.0s done [2025-08-08T09:53:14.054Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:e88822280bfda51cc7f1bbf60ea2667f15a1f3eb895d24d49c21f538e770ee36 [2025-08-08T09:53:22.198Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:e88822280bfda51cc7f1bbf60ea2667f15a1f3eb895d24d49c21f538e770ee36 8.0s done [2025-08-08T09:53:22.198Z] #8 DONE 10.1s [2025-08-08T09:53:22.198Z] [2025-08-08T09:53:22.198Z] 1 warning found (use --debug to expand): [2025-08-08T09:53:22.198Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-08T09:53:22.494Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:latest --push - [2025-08-08T09:53:22.494Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:latest' [2025-08-08T09:53:22.494Z] #1 [internal] load build definition from Dockerfile [2025-08-08T09:53:22.494Z] #1 transferring dockerfile: 163B done [2025-08-08T09:53:22.494Z] #1 DONE 0.0s [2025-08-08T09:53:22.494Z] [2025-08-08T09:53:22.494Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest [2025-08-08T09:53:22.494Z] #2 DONE 0.0s [2025-08-08T09:53:22.494Z] [2025-08-08T09:53:22.494Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest [2025-08-08T09:53:22.494Z] #3 DONE 0.0s [2025-08-08T09:53:22.494Z] [2025-08-08T09:53:22.494Z] #4 [internal] load .dockerignore [2025-08-08T09:53:22.494Z] #4 transferring context: 2B done [2025-08-08T09:53:22.494Z] #4 DONE 0.0s [2025-08-08T09:53:22.494Z] [2025-08-08T09:53:22.494Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:499734239c290f94c81b0c70aba5b0351152e4d6944575c1399749b19915df11 [2025-08-08T09:53:22.494Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:499734239c290f94c81b0c70aba5b0351152e4d6944575c1399749b19915df11 0.0s done [2025-08-08T09:53:22.494Z] #5 CACHED [2025-08-08T09:53:22.494Z] [2025-08-08T09:53:22.494Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:499734239c290f94c81b0c70aba5b0351152e4d6944575c1399749b19915df11 [2025-08-08T09:53:22.494Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:499734239c290f94c81b0c70aba5b0351152e4d6944575c1399749b19915df11 0.0s done [2025-08-08T09:53:22.494Z] #6 DONE 0.0s [2025-08-08T09:53:22.753Z] [2025-08-08T09:53:22.753Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:499734239c290f94c81b0c70aba5b0351152e4d6944575c1399749b19915df11 [2025-08-08T09:53:22.753Z] #6 CACHED [2025-08-08T09:53:22.753Z] [2025-08-08T09:53:22.753Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-08T09:53:22.753Z] #7 DONE 0.0s [2025-08-08T09:53:22.753Z] [2025-08-08T09:53:22.753Z] #8 exporting to image [2025-08-08T09:53:22.753Z] #8 exporting layers done [2025-08-08T09:53:22.753Z] #8 exporting manifest sha256:5b1c2f1411d23c4e543f8ffdd307c8cec6299c2b5639c7eba9c45277eb994768 done [2025-08-08T09:53:22.753Z] #8 exporting config sha256:ffaa92ef9062ebab55eb7b1e1eed826b673c51e5e5e7adacc4ef8e25f69ba47e done [2025-08-08T09:53:22.753Z] #8 exporting manifest sha256:18dec3f1b717aa0eb3380bb26a00ddc32bb9e411425a0de2164b89d9b55bfc02 done [2025-08-08T09:53:22.753Z] #8 exporting config sha256:2f32c29d85ba3fd4975c871f8ae9867a6aba439e408b469403916bc1a879b1fa done [2025-08-08T09:53:22.753Z] #8 exporting manifest list sha256:e88822280bfda51cc7f1bbf60ea2667f15a1f3eb895d24d49c21f538e770ee36 done [2025-08-08T09:53:22.753Z] #8 pushing layers 0.0s done [2025-08-08T09:53:22.753Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:e88822280bfda51cc7f1bbf60ea2667f15a1f3eb895d24d49c21f538e770ee36 0.1s done [2025-08-08T09:53:22.753Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-08T09:53:22.753Z] #8 DONE 0.1s [2025-08-08T09:53:22.753Z] [2025-08-08T09:53:22.753Z] 1 warning found (use --debug to expand): [2025-08-08T09:53:22.753Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-08T09:53:23.049Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.44' [2025-08-08T09:53:23.049Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.44 --push - [2025-08-08T09:53:23.049Z] #1 [internal] load build definition from Dockerfile [2025-08-08T09:53:23.049Z] #1 transferring dockerfile: 169B done [2025-08-08T09:53:23.049Z] #1 DONE 0.0s [2025-08-08T09:53:23.049Z] [2025-08-08T09:53:23.049Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.44 [2025-08-08T09:53:23.049Z] #2 DONE 0.0s [2025-08-08T09:53:23.049Z] [2025-08-08T09:53:23.049Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.44 [2025-08-08T09:53:23.049Z] #3 DONE 0.0s [2025-08-08T09:53:23.049Z] [2025-08-08T09:53:23.049Z] #4 [internal] load .dockerignore [2025-08-08T09:53:23.049Z] #4 transferring context: 2B done [2025-08-08T09:53:23.049Z] #4 DONE 0.0s [2025-08-08T09:53:23.049Z] [2025-08-08T09:53:23.049Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.44@sha256:499734239c290f94c81b0c70aba5b0351152e4d6944575c1399749b19915df11 [2025-08-08T09:53:23.049Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.44@sha256:499734239c290f94c81b0c70aba5b0351152e4d6944575c1399749b19915df11 done [2025-08-08T09:53:23.049Z] #5 CACHED [2025-08-08T09:53:23.049Z] [2025-08-08T09:53:23.049Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.44@sha256:499734239c290f94c81b0c70aba5b0351152e4d6944575c1399749b19915df11 [2025-08-08T09:53:23.049Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.44@sha256:499734239c290f94c81b0c70aba5b0351152e4d6944575c1399749b19915df11 done [2025-08-08T09:53:23.049Z] #6 CACHED [2025-08-08T09:53:23.050Z] [2025-08-08T09:53:23.050Z] #7 exporting to image [2025-08-08T09:53:23.050Z] #7 exporting layers done [2025-08-08T09:53:23.050Z] #7 exporting manifest sha256:5b1c2f1411d23c4e543f8ffdd307c8cec6299c2b5639c7eba9c45277eb994768 done [2025-08-08T09:53:23.050Z] #7 exporting config sha256:ffaa92ef9062ebab55eb7b1e1eed826b673c51e5e5e7adacc4ef8e25f69ba47e done [2025-08-08T09:53:23.050Z] #7 exporting manifest sha256:18dec3f1b717aa0eb3380bb26a00ddc32bb9e411425a0de2164b89d9b55bfc02 [2025-08-08T09:53:23.050Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-08T09:53:23.309Z] #7 exporting manifest sha256:18dec3f1b717aa0eb3380bb26a00ddc32bb9e411425a0de2164b89d9b55bfc02 done [2025-08-08T09:53:23.309Z] #7 exporting config sha256:2f32c29d85ba3fd4975c871f8ae9867a6aba439e408b469403916bc1a879b1fa done [2025-08-08T09:53:23.309Z] #7 exporting manifest list sha256:e88822280bfda51cc7f1bbf60ea2667f15a1f3eb895d24d49c21f538e770ee36 done [2025-08-08T09:53:23.309Z] #7 pushing layers 0.0s done [2025-08-08T09:53:23.309Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.44@sha256:e88822280bfda51cc7f1bbf60ea2667f15a1f3eb895d24d49c21f538e770ee36 0.1s done [2025-08-08T09:53:23.309Z] #7 DONE 0.1s [2025-08-08T09:53:23.309Z] [2025-08-08T09:53:23.309Z] #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-08T09:53:23.309Z] #8 DONE 0.0s [2025-08-08T09:53:23.309Z] [2025-08-08T09:53:23.309Z] 1 warning found (use --debug to expand): [2025-08-08T09:53:23.309Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-08T09:53:23.596Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 --push - [2025-08-08T09:53:23.596Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44' [2025-08-08T09:53:23.596Z] #1 [internal] load build definition from Dockerfile [2025-08-08T09:53:23.596Z] #1 transferring dockerfile: 210B done [2025-08-08T09:53:23.596Z] #1 DONE 0.0s [2025-08-08T09:53:23.596Z] [2025-08-08T09:53:23.596Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:53:23.596Z] #2 DONE 0.0s [2025-08-08T09:53:23.596Z] [2025-08-08T09:53:23.596Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:53:23.596Z] #3 DONE 0.0s [2025-08-08T09:53:23.596Z] [2025-08-08T09:53:23.596Z] #4 [internal] load .dockerignore [2025-08-08T09:53:23.596Z] #4 transferring context: 2B done [2025-08-08T09:53:23.596Z] #4 DONE 0.0s [2025-08-08T09:53:23.596Z] [2025-08-08T09:53:23.596Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:499734239c290f94c81b0c70aba5b0351152e4d6944575c1399749b19915df11 [2025-08-08T09:53:23.596Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:499734239c290f94c81b0c70aba5b0351152e4d6944575c1399749b19915df11 0.0s done [2025-08-08T09:53:23.596Z] #5 CACHED [2025-08-08T09:53:23.596Z] [2025-08-08T09:53:23.596Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:499734239c290f94c81b0c70aba5b0351152e4d6944575c1399749b19915df11 [2025-08-08T09:53:23.596Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:499734239c290f94c81b0c70aba5b0351152e4d6944575c1399749b19915df11 0.0s done [2025-08-08T09:53:23.596Z] #6 CACHED [2025-08-08T09:53:23.596Z] [2025-08-08T09:53:23.596Z] #7 exporting to image [2025-08-08T09:53:23.596Z] #7 exporting layers done [2025-08-08T09:53:23.596Z] #7 exporting manifest sha256:5b1c2f1411d23c4e543f8ffdd307c8cec6299c2b5639c7eba9c45277eb994768 done [2025-08-08T09:53:23.596Z] #7 exporting config sha256:ffaa92ef9062ebab55eb7b1e1eed826b673c51e5e5e7adacc4ef8e25f69ba47e [2025-08-08T09:53:23.596Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-08T09:53:23.859Z] #7 exporting config sha256:ffaa92ef9062ebab55eb7b1e1eed826b673c51e5e5e7adacc4ef8e25f69ba47e done [2025-08-08T09:53:23.859Z] #7 exporting manifest sha256:18dec3f1b717aa0eb3380bb26a00ddc32bb9e411425a0de2164b89d9b55bfc02 done [2025-08-08T09:53:23.859Z] #7 exporting config sha256:2f32c29d85ba3fd4975c871f8ae9867a6aba439e408b469403916bc1a879b1fa done [2025-08-08T09:53:23.859Z] #7 exporting manifest list sha256:e88822280bfda51cc7f1bbf60ea2667f15a1f3eb895d24d49c21f538e770ee36 done [2025-08-08T09:53:23.859Z] #7 pushing layers 0.0s done [2025-08-08T09:53:23.859Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:e88822280bfda51cc7f1bbf60ea2667f15a1f3eb895d24d49c21f538e770ee36 0.1s done [2025-08-08T09:53:23.859Z] #7 DONE 0.1s [2025-08-08T09:53:23.859Z] [2025-08-08T09:53:23.859Z] #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-08T09:53:23.859Z] #8 DONE 0.0s [2025-08-08T09:53:23.859Z] [2025-08-08T09:53:23.859Z] 1 warning found (use --debug to expand): [2025-08-08T09:53:23.859Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-08T09:53:24.149Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:main' [2025-08-08T09:53:24.149Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:main --push - [2025-08-08T09:53:24.149Z] #1 [internal] load build definition from Dockerfile [2025-08-08T09:53:24.149Z] #1 transferring dockerfile: 161B done [2025-08-08T09:53:24.149Z] #1 DONE 0.0s [2025-08-08T09:53:24.149Z] [2025-08-08T09:53:24.149Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main [2025-08-08T09:53:24.149Z] #2 DONE 0.0s [2025-08-08T09:53:24.149Z] [2025-08-08T09:53:24.149Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main [2025-08-08T09:53:24.149Z] #3 DONE 0.0s [2025-08-08T09:53:24.149Z] [2025-08-08T09:53:24.149Z] #4 [internal] load .dockerignore [2025-08-08T09:53:24.149Z] #4 transferring context: 2B done [2025-08-08T09:53:24.149Z] #4 DONE 0.0s [2025-08-08T09:53:24.149Z] [2025-08-08T09:53:24.149Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:499734239c290f94c81b0c70aba5b0351152e4d6944575c1399749b19915df11 [2025-08-08T09:53:24.149Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:499734239c290f94c81b0c70aba5b0351152e4d6944575c1399749b19915df11 0.0s done [2025-08-08T09:53:24.149Z] #5 CACHED [2025-08-08T09:53:24.149Z] [2025-08-08T09:53:24.149Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:499734239c290f94c81b0c70aba5b0351152e4d6944575c1399749b19915df11 [2025-08-08T09:53:24.149Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:499734239c290f94c81b0c70aba5b0351152e4d6944575c1399749b19915df11 0.0s done [2025-08-08T09:53:24.149Z] #6 CACHED [2025-08-08T09:53:24.149Z] [2025-08-08T09:53:24.149Z] #7 exporting to image [2025-08-08T09:53:24.149Z] #7 exporting layers done [2025-08-08T09:53:24.149Z] #7 exporting manifest sha256:5b1c2f1411d23c4e543f8ffdd307c8cec6299c2b5639c7eba9c45277eb994768 done [2025-08-08T09:53:24.149Z] #7 exporting config sha256:ffaa92ef9062ebab55eb7b1e1eed826b673c51e5e5e7adacc4ef8e25f69ba47e done [2025-08-08T09:53:24.149Z] #7 exporting manifest sha256:18dec3f1b717aa0eb3380bb26a00ddc32bb9e411425a0de2164b89d9b55bfc02 done [2025-08-08T09:53:24.149Z] #7 exporting config sha256:2f32c29d85ba3fd4975c871f8ae9867a6aba439e408b469403916bc1a879b1fa done [2025-08-08T09:53:24.149Z] #7 exporting manifest list sha256:e88822280bfda51cc7f1bbf60ea2667f15a1f3eb895d24d49c21f538e770ee36 [2025-08-08T09:53:24.149Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-08T09:53:24.409Z] #7 exporting manifest list sha256:e88822280bfda51cc7f1bbf60ea2667f15a1f3eb895d24d49c21f538e770ee36 done [2025-08-08T09:53:24.409Z] #7 pushing layers 0.0s done [2025-08-08T09:53:24.409Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:e88822280bfda51cc7f1bbf60ea2667f15a1f3eb895d24d49c21f538e770ee36 0.1s done [2025-08-08T09:53:24.409Z] #7 DONE 0.1s [2025-08-08T09:53:24.409Z] [2025-08-08T09:53:24.409Z] #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-08T09:53:24.409Z] #8 DONE 0.0s [2025-08-08T09:53:24.409Z] [2025-08-08T09:53:24.409Z] 1 warning found (use --debug to expand): [2025-08-08T09:53:24.409Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-08T09:53:24.695Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b' [2025-08-08T09:53:24.695Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b --push - [2025-08-08T09:53:24.953Z] #1 [internal] load build definition from Dockerfile [2025-08-08T09:53:24.953Z] #1 transferring dockerfile: 216B done [2025-08-08T09:53:24.953Z] #1 DONE 0.0s [2025-08-08T09:53:24.953Z] [2025-08-08T09:53:24.953Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:53:24.953Z] #2 DONE 0.0s [2025-08-08T09:53:24.953Z] [2025-08-08T09:53:24.953Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:53:24.953Z] #3 DONE 0.0s [2025-08-08T09:53:24.953Z] [2025-08-08T09:53:24.954Z] #4 [internal] load .dockerignore [2025-08-08T09:53:24.954Z] #4 transferring context: 2B done [2025-08-08T09:53:24.954Z] #4 DONE 0.0s [2025-08-08T09:53:24.954Z] [2025-08-08T09:53:24.954Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:b45d04211eee28f23cb924cf4b90c5356567fbf73e2c4e1d969f49a67934345d [2025-08-08T09:53:24.954Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:b45d04211eee28f23cb924cf4b90c5356567fbf73e2c4e1d969f49a67934345d [2025-08-08T09:53:24.954Z] #5 DONE 0.0s [2025-08-08T09:53:24.954Z] [2025-08-08T09:53:24.954Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:b45d04211eee28f23cb924cf4b90c5356567fbf73e2c4e1d969f49a67934345d [2025-08-08T09:53:24.954Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:b45d04211eee28f23cb924cf4b90c5356567fbf73e2c4e1d969f49a67934345d 0.0s done [2025-08-08T09:53:24.954Z] #6 DONE 0.1s [2025-08-08T09:53:24.954Z] [2025-08-08T09:53:24.954Z] #7 exporting to image [2025-08-08T09:53:24.954Z] #7 exporting layers done [2025-08-08T09:53:24.954Z] #7 exporting manifest sha256:eb223ca07f177e4cdc0e5b9a793fc0467688eae363a11cbe86020ee2c4c0f222 0.0s done [2025-08-08T09:53:24.954Z] #7 exporting config sha256:31ddcb4b652b0c0d42743d4cadabcea5242fa099bb45393004c8845191e72c86 done [2025-08-08T09:53:24.954Z] #7 exporting manifest sha256:142c6b164e67d1caf7d93ecc5611af5458f50176aae4307c183bdcb337dc0b82 done [2025-08-08T09:53:24.954Z] #7 exporting config sha256:6e15a0c36c6c275f47a426bf20e2abda7bff295d92f4050f034c81f782dd88b1 done [2025-08-08T09:53:24.954Z] #7 exporting manifest list sha256:f74c36caa94061ff7b2a594808eaecc28cc70efb7088a32ca8f265cfbdfb75a9 done [2025-08-08T09:53:24.954Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-08T09:53:25.213Z] #7 ... [2025-08-08T09:53:25.213Z] [2025-08-08T09:53:25.213Z] #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-08T09:53:25.213Z] #8 DONE 0.0s [2025-08-08T09:53:25.213Z] [2025-08-08T09:53:25.213Z] #7 exporting to image [2025-08-08T09:53:25.213Z] #7 pushing layers 0.1s done [2025-08-08T09:53:25.213Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:f74c36caa94061ff7b2a594808eaecc28cc70efb7088a32ca8f265cfbdfb75a9 [2025-08-08T09:53:25.213Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:f74c36caa94061ff7b2a594808eaecc28cc70efb7088a32ca8f265cfbdfb75a9 0.1s done [2025-08-08T09:53:25.213Z] #7 DONE 0.2s [2025-08-08T09:53:25.213Z] [2025-08-08T09:53:25.213Z] 1 warning found (use --debug to expand): [2025-08-08T09:53:25.213Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-08T09:53:25.504Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest' [2025-08-08T09:53:25.504Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest --push - [2025-08-08T09:53:25.504Z] #1 [internal] load build definition from Dockerfile [2025-08-08T09:53:25.504Z] #1 transferring dockerfile: 182B done [2025-08-08T09:53:25.504Z] #1 DONE 0.0s [2025-08-08T09:53:25.504Z] [2025-08-08T09:53:25.504Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-08-08T09:53:25.504Z] #2 DONE 0.0s [2025-08-08T09:53:25.504Z] [2025-08-08T09:53:25.504Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-08-08T09:53:25.504Z] #3 DONE 0.0s [2025-08-08T09:53:25.504Z] [2025-08-08T09:53:25.504Z] #4 [internal] load .dockerignore [2025-08-08T09:53:25.504Z] #4 transferring context: 2B done [2025-08-08T09:53:25.504Z] #4 DONE 0.0s [2025-08-08T09:53:25.504Z] [2025-08-08T09:53:25.504Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:b45d04211eee28f23cb924cf4b90c5356567fbf73e2c4e1d969f49a67934345d [2025-08-08T09:53:25.504Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:b45d04211eee28f23cb924cf4b90c5356567fbf73e2c4e1d969f49a67934345d 0.0s done [2025-08-08T09:53:25.504Z] #5 DONE 0.0s [2025-08-08T09:53:25.504Z] [2025-08-08T09:53:25.504Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:b45d04211eee28f23cb924cf4b90c5356567fbf73e2c4e1d969f49a67934345d [2025-08-08T09:53:25.763Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:b45d04211eee28f23cb924cf4b90c5356567fbf73e2c4e1d969f49a67934345d 0.0s done [2025-08-08T09:53:25.763Z] #6 CACHED [2025-08-08T09:53:25.763Z] [2025-08-08T09:53:25.763Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:b45d04211eee28f23cb924cf4b90c5356567fbf73e2c4e1d969f49a67934345d [2025-08-08T09:53:25.763Z] #5 CACHED [2025-08-08T09:53:25.763Z] [2025-08-08T09:53:25.763Z] #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-08T09:53:25.763Z] #7 DONE 0.0s [2025-08-08T09:53:25.763Z] [2025-08-08T09:53:25.763Z] #8 exporting to image [2025-08-08T09:53:25.763Z] #8 exporting layers done [2025-08-08T09:53:25.763Z] #8 exporting manifest sha256:eb223ca07f177e4cdc0e5b9a793fc0467688eae363a11cbe86020ee2c4c0f222 done [2025-08-08T09:53:25.763Z] #8 exporting config sha256:31ddcb4b652b0c0d42743d4cadabcea5242fa099bb45393004c8845191e72c86 done [2025-08-08T09:53:25.763Z] #8 exporting manifest sha256:142c6b164e67d1caf7d93ecc5611af5458f50176aae4307c183bdcb337dc0b82 done [2025-08-08T09:53:25.763Z] #8 exporting config sha256:6e15a0c36c6c275f47a426bf20e2abda7bff295d92f4050f034c81f782dd88b1 done [2025-08-08T09:53:25.763Z] #8 exporting manifest list sha256:f74c36caa94061ff7b2a594808eaecc28cc70efb7088a32ca8f265cfbdfb75a9 done [2025-08-08T09:53:25.763Z] #8 pushing layers 0.0s done [2025-08-08T09:53:25.763Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:f74c36caa94061ff7b2a594808eaecc28cc70efb7088a32ca8f265cfbdfb75a9 0.1s done [2025-08-08T09:53:25.763Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-08T09:53:25.763Z] #8 DONE 0.1s [2025-08-08T09:53:25.763Z] [2025-08-08T09:53:25.763Z] 1 warning found (use --debug to expand): [2025-08-08T09:53:25.763Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-08T09:53:26.304Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.44' [2025-08-08T09:53:26.304Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.44 --push - [2025-08-08T09:53:26.304Z] #1 [internal] load build definition from Dockerfile [2025-08-08T09:53:26.304Z] #1 transferring dockerfile: 188B done [2025-08-08T09:53:26.304Z] #1 DONE 0.0s [2025-08-08T09:53:26.304Z] [2025-08-08T09:53:26.304Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.44 [2025-08-08T09:53:26.304Z] #2 DONE 0.0s [2025-08-08T09:53:26.304Z] [2025-08-08T09:53:26.304Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.44 [2025-08-08T09:53:26.304Z] #3 DONE 0.0s [2025-08-08T09:53:26.304Z] [2025-08-08T09:53:26.304Z] #4 [internal] load .dockerignore [2025-08-08T09:53:26.304Z] #4 transferring context: 2B done [2025-08-08T09:53:26.304Z] #4 DONE 0.0s [2025-08-08T09:53:26.304Z] [2025-08-08T09:53:26.304Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.44@sha256:b45d04211eee28f23cb924cf4b90c5356567fbf73e2c4e1d969f49a67934345d [2025-08-08T09:53:26.304Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.44@sha256:b45d04211eee28f23cb924cf4b90c5356567fbf73e2c4e1d969f49a67934345d 0.0s done [2025-08-08T09:53:26.304Z] #5 CACHED [2025-08-08T09:53:26.304Z] [2025-08-08T09:53:26.304Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.44@sha256:b45d04211eee28f23cb924cf4b90c5356567fbf73e2c4e1d969f49a67934345d [2025-08-08T09:53:26.304Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.44@sha256:b45d04211eee28f23cb924cf4b90c5356567fbf73e2c4e1d969f49a67934345d 0.0s done [2025-08-08T09:53:26.304Z] #6 CACHED [2025-08-08T09:53:26.304Z] [2025-08-08T09:53:26.304Z] #7 exporting to image [2025-08-08T09:53:26.304Z] #7 exporting layers [2025-08-08T09:53:26.304Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-08T09:53:26.304Z] #7 exporting layers done [2025-08-08T09:53:26.304Z] #7 exporting manifest sha256:eb223ca07f177e4cdc0e5b9a793fc0467688eae363a11cbe86020ee2c4c0f222 done [2025-08-08T09:53:26.304Z] #7 exporting config sha256:31ddcb4b652b0c0d42743d4cadabcea5242fa099bb45393004c8845191e72c86 done [2025-08-08T09:53:26.304Z] #7 exporting manifest sha256:142c6b164e67d1caf7d93ecc5611af5458f50176aae4307c183bdcb337dc0b82 done [2025-08-08T09:53:26.304Z] #7 exporting config sha256:6e15a0c36c6c275f47a426bf20e2abda7bff295d92f4050f034c81f782dd88b1 done [2025-08-08T09:53:26.304Z] #7 exporting manifest list sha256:f74c36caa94061ff7b2a594808eaecc28cc70efb7088a32ca8f265cfbdfb75a9 done [2025-08-08T09:53:26.304Z] #7 pushing layers 0.0s done [2025-08-08T09:53:26.304Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.44@sha256:f74c36caa94061ff7b2a594808eaecc28cc70efb7088a32ca8f265cfbdfb75a9 0.1s done [2025-08-08T09:53:26.304Z] #7 DONE 0.1s [2025-08-08T09:53:26.304Z] [2025-08-08T09:53:26.304Z] #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-08T09:53:26.304Z] #8 DONE 0.0s [2025-08-08T09:53:26.304Z] [2025-08-08T09:53:26.304Z] 1 warning found (use --debug to expand): [2025-08-08T09:53:26.304Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-08T09:53:26.615Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44' [2025-08-08T09:53:26.615Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 --push - [2025-08-08T09:53:26.615Z] #1 [internal] load build definition from Dockerfile [2025-08-08T09:53:26.615Z] #1 transferring dockerfile: 229B done [2025-08-08T09:53:26.615Z] #1 DONE 0.0s [2025-08-08T09:53:26.615Z] [2025-08-08T09:53:26.615Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:53:26.615Z] #2 DONE 0.0s [2025-08-08T09:53:26.615Z] [2025-08-08T09:53:26.615Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:53:26.615Z] #3 DONE 0.0s [2025-08-08T09:53:26.615Z] [2025-08-08T09:53:26.615Z] #4 [internal] load .dockerignore [2025-08-08T09:53:26.615Z] #4 transferring context: 2B done [2025-08-08T09:53:26.615Z] #4 DONE 0.0s [2025-08-08T09:53:26.615Z] [2025-08-08T09:53:26.615Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:b45d04211eee28f23cb924cf4b90c5356567fbf73e2c4e1d969f49a67934345d [2025-08-08T09:53:26.615Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:b45d04211eee28f23cb924cf4b90c5356567fbf73e2c4e1d969f49a67934345d 0.0s done [2025-08-08T09:53:26.615Z] #5 CACHED [2025-08-08T09:53:26.615Z] [2025-08-08T09:53:26.615Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:b45d04211eee28f23cb924cf4b90c5356567fbf73e2c4e1d969f49a67934345d [2025-08-08T09:53:26.615Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:b45d04211eee28f23cb924cf4b90c5356567fbf73e2c4e1d969f49a67934345d 0.0s done [2025-08-08T09:53:26.615Z] #6 DONE 0.0s [2025-08-08T09:53:26.882Z] [2025-08-08T09:53:26.882Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:b45d04211eee28f23cb924cf4b90c5356567fbf73e2c4e1d969f49a67934345d [2025-08-08T09:53:26.882Z] #6 CACHED [2025-08-08T09:53:26.882Z] [2025-08-08T09:53:26.882Z] #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-08T09:53:26.882Z] #7 DONE 0.0s [2025-08-08T09:53:26.882Z] [2025-08-08T09:53:26.882Z] #8 exporting to image [2025-08-08T09:53:26.882Z] #8 exporting layers done [2025-08-08T09:53:26.882Z] #8 exporting manifest sha256:eb223ca07f177e4cdc0e5b9a793fc0467688eae363a11cbe86020ee2c4c0f222 done [2025-08-08T09:53:26.882Z] #8 exporting config sha256:31ddcb4b652b0c0d42743d4cadabcea5242fa099bb45393004c8845191e72c86 done [2025-08-08T09:53:26.882Z] #8 exporting manifest sha256:142c6b164e67d1caf7d93ecc5611af5458f50176aae4307c183bdcb337dc0b82 done [2025-08-08T09:53:26.882Z] #8 exporting config sha256:6e15a0c36c6c275f47a426bf20e2abda7bff295d92f4050f034c81f782dd88b1 done [2025-08-08T09:53:26.882Z] #8 exporting manifest list sha256:f74c36caa94061ff7b2a594808eaecc28cc70efb7088a32ca8f265cfbdfb75a9 done [2025-08-08T09:53:26.882Z] #8 pushing layers 0.0s done [2025-08-08T09:53:26.882Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:f74c36caa94061ff7b2a594808eaecc28cc70efb7088a32ca8f265cfbdfb75a9 0.1s done [2025-08-08T09:53:26.882Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-08T09:53:26.882Z] #8 DONE 0.1s [2025-08-08T09:53:26.882Z] [2025-08-08T09:53:26.882Z] 1 warning found (use --debug to expand): [2025-08-08T09:53:26.882Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-08T09:53:27.182Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main' [2025-08-08T09:53:27.182Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main --push - [2025-08-08T09:53:27.182Z] #1 [internal] load build definition from Dockerfile [2025-08-08T09:53:27.182Z] #1 transferring dockerfile: 180B done [2025-08-08T09:53:27.182Z] #1 DONE 0.0s [2025-08-08T09:53:27.182Z] [2025-08-08T09:53:27.182Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-08-08T09:53:27.182Z] #2 DONE 0.0s [2025-08-08T09:53:27.182Z] [2025-08-08T09:53:27.182Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-08-08T09:53:27.182Z] #3 DONE 0.0s [2025-08-08T09:53:27.182Z] [2025-08-08T09:53:27.182Z] #4 [internal] load .dockerignore [2025-08-08T09:53:27.182Z] #4 transferring context: 2B done [2025-08-08T09:53:27.182Z] #4 DONE 0.0s [2025-08-08T09:53:27.182Z] [2025-08-08T09:53:27.182Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:b45d04211eee28f23cb924cf4b90c5356567fbf73e2c4e1d969f49a67934345d [2025-08-08T09:53:27.182Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:b45d04211eee28f23cb924cf4b90c5356567fbf73e2c4e1d969f49a67934345d 0.0s done [2025-08-08T09:53:27.182Z] #5 CACHED [2025-08-08T09:53:27.182Z] [2025-08-08T09:53:27.182Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:b45d04211eee28f23cb924cf4b90c5356567fbf73e2c4e1d969f49a67934345d [2025-08-08T09:53:27.441Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:b45d04211eee28f23cb924cf4b90c5356567fbf73e2c4e1d969f49a67934345d 0.0s done [2025-08-08T09:53:27.441Z] #6 CACHED [2025-08-08T09:53:27.441Z] [2025-08-08T09:53:27.441Z] #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-08T09:53:27.441Z] #7 DONE 0.0s [2025-08-08T09:53:27.441Z] [2025-08-08T09:53:27.441Z] #8 exporting to image [2025-08-08T09:53:27.441Z] #8 exporting layers done [2025-08-08T09:53:27.441Z] #8 exporting manifest sha256:eb223ca07f177e4cdc0e5b9a793fc0467688eae363a11cbe86020ee2c4c0f222 done [2025-08-08T09:53:27.441Z] #8 exporting config sha256:31ddcb4b652b0c0d42743d4cadabcea5242fa099bb45393004c8845191e72c86 done [2025-08-08T09:53:27.441Z] #8 exporting manifest sha256:142c6b164e67d1caf7d93ecc5611af5458f50176aae4307c183bdcb337dc0b82 done [2025-08-08T09:53:27.441Z] #8 exporting config sha256:6e15a0c36c6c275f47a426bf20e2abda7bff295d92f4050f034c81f782dd88b1 done [2025-08-08T09:53:27.441Z] #8 exporting manifest list sha256:f74c36caa94061ff7b2a594808eaecc28cc70efb7088a32ca8f265cfbdfb75a9 done [2025-08-08T09:53:27.441Z] #8 pushing layers 0.0s done [2025-08-08T09:53:27.441Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:f74c36caa94061ff7b2a594808eaecc28cc70efb7088a32ca8f265cfbdfb75a9 0.1s done [2025-08-08T09:53:27.441Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-08T09:53:27.441Z] #8 DONE 0.1s [2025-08-08T09:53:27.441Z] [2025-08-08T09:53:27.441Z] 1 warning found (use --debug to expand): [2025-08-08T09:53:27.441Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-08T09:53:27.730Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b' [2025-08-08T09:53:27.730Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b --push - [2025-08-08T09:53:27.991Z] #1 [internal] load build definition from Dockerfile [2025-08-08T09:53:27.991Z] #1 transferring dockerfile: 194B done [2025-08-08T09:53:27.991Z] #1 DONE 0.0s [2025-08-08T09:53:27.991Z] [2025-08-08T09:53:27.991Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:53:27.991Z] #2 DONE 0.0s [2025-08-08T09:53:27.991Z] [2025-08-08T09:53:27.991Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:53:27.991Z] #3 DONE 0.0s [2025-08-08T09:53:27.991Z] [2025-08-08T09:53:27.991Z] #4 [internal] load .dockerignore [2025-08-08T09:53:27.991Z] #4 transferring context: 2B done [2025-08-08T09:53:27.991Z] #4 DONE 0.0s [2025-08-08T09:53:27.991Z] [2025-08-08T09:53:27.991Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:f1e5e861488b30ae62cdad2e00fb43e2cd05f441547320e14d5d4f167e07a7f9 [2025-08-08T09:53:27.991Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:f1e5e861488b30ae62cdad2e00fb43e2cd05f441547320e14d5d4f167e07a7f9 0.0s done [2025-08-08T09:53:27.991Z] #5 DONE 0.0s [2025-08-08T09:53:27.991Z] [2025-08-08T09:53:27.991Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:f1e5e861488b30ae62cdad2e00fb43e2cd05f441547320e14d5d4f167e07a7f9 [2025-08-08T09:53:27.991Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:f1e5e861488b30ae62cdad2e00fb43e2cd05f441547320e14d5d4f167e07a7f9 0.0s done [2025-08-08T09:53:27.991Z] #6 DONE 0.1s [2025-08-08T09:53:27.991Z] [2025-08-08T09:53:27.991Z] #7 exporting to image [2025-08-08T09:53:27.991Z] #7 exporting layers done [2025-08-08T09:53:27.991Z] #7 exporting manifest sha256:945991afb25257b46bf38d1cfa9398b9f478cd5277cd246544864243f3da7adf 0.0s done [2025-08-08T09:53:27.991Z] #7 exporting config sha256:ffa121bc3d6d13b19e940b6a5fa4644d5c773931da107984045c32481a121193 [2025-08-08T09:53:27.991Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-08T09:53:27.991Z] #7 ... [2025-08-08T09:53:27.991Z] [2025-08-08T09:53:27.991Z] #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-08T09:53:27.991Z] #8 DONE 0.0s [2025-08-08T09:53:27.991Z] [2025-08-08T09:53:27.991Z] #7 exporting to image [2025-08-08T09:53:27.991Z] #7 exporting config sha256:ffa121bc3d6d13b19e940b6a5fa4644d5c773931da107984045c32481a121193 done [2025-08-08T09:53:27.991Z] #7 exporting manifest sha256:21248f6953036db835ccce3092428d6f07334f6e6af74c522ce2e3bf2a168d2f done [2025-08-08T09:53:27.991Z] #7 exporting config sha256:36a560e18cf4f5c703eec9d82019a4b325d7b04aa4d86be51c6506b074fd7dcb done [2025-08-08T09:53:27.991Z] #7 exporting manifest list sha256:4c99a2fdd24c062e0cb000624b4d4aaa73aa7c53662344e5d610b3d91a888ec7 done [2025-08-08T09:53:27.991Z] #7 pushing layers 0.1s done [2025-08-08T09:53:27.991Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:4c99a2fdd24c062e0cb000624b4d4aaa73aa7c53662344e5d610b3d91a888ec7 [2025-08-08T09:53:28.250Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:4c99a2fdd24c062e0cb000624b4d4aaa73aa7c53662344e5d610b3d91a888ec7 0.1s done [2025-08-08T09:53:28.250Z] #7 DONE 0.2s [2025-08-08T09:53:28.250Z] [2025-08-08T09:53:28.250Z] 1 warning found (use --debug to expand): [2025-08-08T09:53:28.250Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-08T09:53:28.546Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:latest' [2025-08-08T09:53:28.546Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:latest --push - [2025-08-08T09:53:28.546Z] #1 [internal] load build definition from Dockerfile [2025-08-08T09:53:28.546Z] #1 transferring dockerfile: 160B done [2025-08-08T09:53:28.546Z] #1 DONE 0.0s [2025-08-08T09:53:28.546Z] [2025-08-08T09:53:28.546Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest [2025-08-08T09:53:28.546Z] #2 DONE 0.0s [2025-08-08T09:53:28.546Z] [2025-08-08T09:53:28.546Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest [2025-08-08T09:53:28.546Z] #3 DONE 0.0s [2025-08-08T09:53:28.546Z] [2025-08-08T09:53:28.546Z] #4 [internal] load .dockerignore [2025-08-08T09:53:28.546Z] #4 transferring context: 2B done [2025-08-08T09:53:28.546Z] #4 DONE 0.0s [2025-08-08T09:53:28.546Z] [2025-08-08T09:53:28.546Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:f1e5e861488b30ae62cdad2e00fb43e2cd05f441547320e14d5d4f167e07a7f9 [2025-08-08T09:53:28.546Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:f1e5e861488b30ae62cdad2e00fb43e2cd05f441547320e14d5d4f167e07a7f9 0.0s done [2025-08-08T09:53:28.546Z] #5 DONE 0.0s [2025-08-08T09:53:28.546Z] [2025-08-08T09:53:28.546Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:f1e5e861488b30ae62cdad2e00fb43e2cd05f441547320e14d5d4f167e07a7f9 [2025-08-08T09:53:28.814Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:f1e5e861488b30ae62cdad2e00fb43e2cd05f441547320e14d5d4f167e07a7f9 0.0s done [2025-08-08T09:53:28.814Z] #6 CACHED [2025-08-08T09:53:28.814Z] [2025-08-08T09:53:28.814Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:f1e5e861488b30ae62cdad2e00fb43e2cd05f441547320e14d5d4f167e07a7f9 [2025-08-08T09:53:28.814Z] #5 CACHED [2025-08-08T09:53:28.814Z] [2025-08-08T09:53:28.814Z] #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-08T09:53:28.814Z] #7 DONE 0.0s [2025-08-08T09:53:28.814Z] [2025-08-08T09:53:28.814Z] #8 exporting to image [2025-08-08T09:53:28.814Z] #8 exporting layers done [2025-08-08T09:53:28.814Z] #8 exporting manifest sha256:945991afb25257b46bf38d1cfa9398b9f478cd5277cd246544864243f3da7adf done [2025-08-08T09:53:28.814Z] #8 exporting config sha256:ffa121bc3d6d13b19e940b6a5fa4644d5c773931da107984045c32481a121193 done [2025-08-08T09:53:28.814Z] #8 exporting manifest sha256:21248f6953036db835ccce3092428d6f07334f6e6af74c522ce2e3bf2a168d2f done [2025-08-08T09:53:28.814Z] #8 exporting config sha256:36a560e18cf4f5c703eec9d82019a4b325d7b04aa4d86be51c6506b074fd7dcb done [2025-08-08T09:53:28.814Z] #8 exporting manifest list sha256:4c99a2fdd24c062e0cb000624b4d4aaa73aa7c53662344e5d610b3d91a888ec7 done [2025-08-08T09:53:28.814Z] #8 pushing layers 0.0s done [2025-08-08T09:53:28.814Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:latest@sha256:4c99a2fdd24c062e0cb000624b4d4aaa73aa7c53662344e5d610b3d91a888ec7 0.1s done [2025-08-08T09:53:28.814Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-08T09:53:28.814Z] #8 DONE 0.1s [2025-08-08T09:53:28.814Z] [2025-08-08T09:53:28.814Z] 1 warning found (use --debug to expand): [2025-08-08T09:53:28.814Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-08T09:53:29.112Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.44' [2025-08-08T09:53:29.113Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.44 --push - [2025-08-08T09:53:29.113Z] #1 [internal] load build definition from Dockerfile [2025-08-08T09:53:29.113Z] #1 transferring dockerfile: 166B done [2025-08-08T09:53:29.113Z] #1 DONE 0.0s [2025-08-08T09:53:29.113Z] [2025-08-08T09:53:29.113Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.44 [2025-08-08T09:53:29.113Z] #2 DONE 0.0s [2025-08-08T09:53:29.113Z] [2025-08-08T09:53:29.113Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.44 [2025-08-08T09:53:29.113Z] #3 DONE 0.0s [2025-08-08T09:53:29.113Z] [2025-08-08T09:53:29.113Z] #4 [internal] load .dockerignore [2025-08-08T09:53:29.113Z] #4 transferring context: 2B done [2025-08-08T09:53:29.113Z] #4 DONE 0.0s [2025-08-08T09:53:29.113Z] [2025-08-08T09:53:29.113Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.44@sha256:f1e5e861488b30ae62cdad2e00fb43e2cd05f441547320e14d5d4f167e07a7f9 [2025-08-08T09:53:29.113Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.44@sha256:f1e5e861488b30ae62cdad2e00fb43e2cd05f441547320e14d5d4f167e07a7f9 0.0s done [2025-08-08T09:53:29.113Z] #5 CACHED [2025-08-08T09:53:29.113Z] [2025-08-08T09:53:29.113Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.44@sha256:f1e5e861488b30ae62cdad2e00fb43e2cd05f441547320e14d5d4f167e07a7f9 [2025-08-08T09:53:29.113Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.44@sha256:f1e5e861488b30ae62cdad2e00fb43e2cd05f441547320e14d5d4f167e07a7f9 0.0s done [2025-08-08T09:53:29.113Z] #6 CACHED [2025-08-08T09:53:29.113Z] [2025-08-08T09:53:29.113Z] #7 exporting to image [2025-08-08T09:53:29.113Z] #7 exporting layers done [2025-08-08T09:53:29.113Z] #7 exporting manifest sha256:945991afb25257b46bf38d1cfa9398b9f478cd5277cd246544864243f3da7adf done [2025-08-08T09:53:29.113Z] #7 exporting config sha256:ffa121bc3d6d13b19e940b6a5fa4644d5c773931da107984045c32481a121193 [2025-08-08T09:53:29.113Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-08T09:53:29.371Z] #7 exporting config sha256:ffa121bc3d6d13b19e940b6a5fa4644d5c773931da107984045c32481a121193 done [2025-08-08T09:53:29.371Z] #7 exporting manifest sha256:21248f6953036db835ccce3092428d6f07334f6e6af74c522ce2e3bf2a168d2f done [2025-08-08T09:53:29.371Z] #7 exporting config sha256:36a560e18cf4f5c703eec9d82019a4b325d7b04aa4d86be51c6506b074fd7dcb done [2025-08-08T09:53:29.371Z] #7 exporting manifest list sha256:4c99a2fdd24c062e0cb000624b4d4aaa73aa7c53662344e5d610b3d91a888ec7 done [2025-08-08T09:53:29.371Z] #7 pushing layers 0.0s done [2025-08-08T09:53:29.371Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.44@sha256:4c99a2fdd24c062e0cb000624b4d4aaa73aa7c53662344e5d610b3d91a888ec7 0.1s done [2025-08-08T09:53:29.371Z] #7 DONE 0.1s [2025-08-08T09:53:29.371Z] [2025-08-08T09:53:29.371Z] #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-08T09:53:29.371Z] #8 DONE 0.0s [2025-08-08T09:53:29.371Z] [2025-08-08T09:53:29.371Z] 1 warning found (use --debug to expand): [2025-08-08T09:53:29.371Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-08T09:53:29.662Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44' [2025-08-08T09:53:29.662Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 --push - [2025-08-08T09:53:29.662Z] #1 [internal] load build definition from Dockerfile [2025-08-08T09:53:29.662Z] #1 transferring dockerfile: 207B done [2025-08-08T09:53:29.662Z] #1 DONE 0.0s [2025-08-08T09:53:29.662Z] [2025-08-08T09:53:29.662Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:53:29.662Z] #2 DONE 0.0s [2025-08-08T09:53:29.662Z] [2025-08-08T09:53:29.662Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:53:29.662Z] #3 DONE 0.0s [2025-08-08T09:53:29.662Z] [2025-08-08T09:53:29.662Z] #4 [internal] load .dockerignore [2025-08-08T09:53:29.662Z] #4 transferring context: 2B done [2025-08-08T09:53:29.662Z] #4 DONE 0.0s [2025-08-08T09:53:29.662Z] [2025-08-08T09:53:29.662Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:f1e5e861488b30ae62cdad2e00fb43e2cd05f441547320e14d5d4f167e07a7f9 [2025-08-08T09:53:29.662Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:f1e5e861488b30ae62cdad2e00fb43e2cd05f441547320e14d5d4f167e07a7f9 done [2025-08-08T09:53:29.662Z] #5 CACHED [2025-08-08T09:53:29.662Z] [2025-08-08T09:53:29.662Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:f1e5e861488b30ae62cdad2e00fb43e2cd05f441547320e14d5d4f167e07a7f9 [2025-08-08T09:53:29.662Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:f1e5e861488b30ae62cdad2e00fb43e2cd05f441547320e14d5d4f167e07a7f9 done [2025-08-08T09:53:29.662Z] #6 CACHED [2025-08-08T09:53:29.662Z] [2025-08-08T09:53:29.662Z] #7 exporting to image [2025-08-08T09:53:29.662Z] #7 exporting layers done [2025-08-08T09:53:29.662Z] #7 exporting manifest sha256:945991afb25257b46bf38d1cfa9398b9f478cd5277cd246544864243f3da7adf done [2025-08-08T09:53:29.662Z] #7 exporting config sha256:ffa121bc3d6d13b19e940b6a5fa4644d5c773931da107984045c32481a121193 done [2025-08-08T09:53:29.662Z] #7 exporting manifest sha256:21248f6953036db835ccce3092428d6f07334f6e6af74c522ce2e3bf2a168d2f done [2025-08-08T09:53:29.662Z] #7 exporting config sha256:36a560e18cf4f5c703eec9d82019a4b325d7b04aa4d86be51c6506b074fd7dcb [2025-08-08T09:53:29.662Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-08T09:53:29.920Z] #7 exporting config sha256:36a560e18cf4f5c703eec9d82019a4b325d7b04aa4d86be51c6506b074fd7dcb done [2025-08-08T09:53:29.920Z] #7 exporting manifest list sha256:4c99a2fdd24c062e0cb000624b4d4aaa73aa7c53662344e5d610b3d91a888ec7 done [2025-08-08T09:53:29.920Z] #7 pushing layers 0.0s done [2025-08-08T09:53:29.920Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:4c99a2fdd24c062e0cb000624b4d4aaa73aa7c53662344e5d610b3d91a888ec7 0.1s done [2025-08-08T09:53:29.920Z] #7 DONE 0.1s [2025-08-08T09:53:29.920Z] [2025-08-08T09:53:29.920Z] #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-08T09:53:29.920Z] #8 DONE 0.0s [2025-08-08T09:53:29.920Z] [2025-08-08T09:53:29.920Z] 1 warning found (use --debug to expand): [2025-08-08T09:53:29.920Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-08T09:53:30.205Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:main' [2025-08-08T09:53:30.205Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:main --push - [2025-08-08T09:53:30.463Z] #1 [internal] load build definition from Dockerfile [2025-08-08T09:53:30.463Z] #1 transferring dockerfile: 158B done [2025-08-08T09:53:30.463Z] #1 DONE 0.0s [2025-08-08T09:53:30.463Z] [2025-08-08T09:53:30.463Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main [2025-08-08T09:53:30.463Z] #2 DONE 0.0s [2025-08-08T09:53:30.463Z] [2025-08-08T09:53:30.463Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main [2025-08-08T09:53:30.463Z] #3 DONE 0.0s [2025-08-08T09:53:30.463Z] [2025-08-08T09:53:30.463Z] #4 [internal] load .dockerignore [2025-08-08T09:53:30.463Z] #4 transferring context: 2B done [2025-08-08T09:53:30.463Z] #4 DONE 0.0s [2025-08-08T09:53:30.463Z] [2025-08-08T09:53:30.463Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:f1e5e861488b30ae62cdad2e00fb43e2cd05f441547320e14d5d4f167e07a7f9 [2025-08-08T09:53:30.463Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:f1e5e861488b30ae62cdad2e00fb43e2cd05f441547320e14d5d4f167e07a7f9 0.0s done [2025-08-08T09:53:30.463Z] #5 CACHED [2025-08-08T09:53:30.463Z] [2025-08-08T09:53:30.463Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:f1e5e861488b30ae62cdad2e00fb43e2cd05f441547320e14d5d4f167e07a7f9 [2025-08-08T09:53:30.463Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:f1e5e861488b30ae62cdad2e00fb43e2cd05f441547320e14d5d4f167e07a7f9 0.0s done [2025-08-08T09:53:30.463Z] #6 CACHED [2025-08-08T09:53:30.463Z] [2025-08-08T09:53:30.463Z] #7 exporting to image [2025-08-08T09:53:30.464Z] #7 exporting layers done [2025-08-08T09:53:30.464Z] #7 exporting manifest sha256:945991afb25257b46bf38d1cfa9398b9f478cd5277cd246544864243f3da7adf done [2025-08-08T09:53:30.464Z] #7 exporting config sha256:ffa121bc3d6d13b19e940b6a5fa4644d5c773931da107984045c32481a121193 done [2025-08-08T09:53:30.464Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-08T09:53:30.464Z] #7 exporting manifest sha256:21248f6953036db835ccce3092428d6f07334f6e6af74c522ce2e3bf2a168d2f done [2025-08-08T09:53:30.464Z] #7 exporting config sha256:36a560e18cf4f5c703eec9d82019a4b325d7b04aa4d86be51c6506b074fd7dcb done [2025-08-08T09:53:30.464Z] #7 exporting manifest list sha256:4c99a2fdd24c062e0cb000624b4d4aaa73aa7c53662344e5d610b3d91a888ec7 done [2025-08-08T09:53:30.464Z] #7 pushing layers 0.0s done [2025-08-08T09:53:30.464Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:4c99a2fdd24c062e0cb000624b4d4aaa73aa7c53662344e5d610b3d91a888ec7 0.1s done [2025-08-08T09:53:30.464Z] #7 DONE 0.1s [2025-08-08T09:53:30.464Z] [2025-08-08T09:53:30.464Z] #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-08T09:53:30.464Z] #8 DONE 0.0s [2025-08-08T09:53:30.464Z] [2025-08-08T09:53:30.464Z] 1 warning found (use --debug to expand): [2025-08-08T09:53:30.464Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-08T09:53:30.750Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b' [2025-08-08T09:53:30.750Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b --push - [2025-08-08T09:53:31.007Z] #1 [internal] load build definition from Dockerfile [2025-08-08T09:53:31.007Z] #1 transferring dockerfile: 196B done [2025-08-08T09:53:31.008Z] #1 DONE 0.0s [2025-08-08T09:53:31.008Z] [2025-08-08T09:53:31.008Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:53:31.008Z] #2 DONE 0.0s [2025-08-08T09:53:31.008Z] [2025-08-08T09:53:31.008Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:53:31.008Z] #3 DONE 0.0s [2025-08-08T09:53:31.008Z] [2025-08-08T09:53:31.008Z] #4 [internal] load .dockerignore [2025-08-08T09:53:31.008Z] #4 transferring context: 2B done [2025-08-08T09:53:31.008Z] #4 DONE 0.0s [2025-08-08T09:53:31.008Z] [2025-08-08T09:53:31.008Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:9a799162f1bbb032f25fa8be5a9483618677a8164f47478c37cc296e83cfd761 [2025-08-08T09:53:31.008Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:9a799162f1bbb032f25fa8be5a9483618677a8164f47478c37cc296e83cfd761 [2025-08-08T09:53:31.008Z] #5 ... [2025-08-08T09:53:31.008Z] [2025-08-08T09:53:31.008Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:9a799162f1bbb032f25fa8be5a9483618677a8164f47478c37cc296e83cfd761 [2025-08-08T09:53:31.008Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:9a799162f1bbb032f25fa8be5a9483618677a8164f47478c37cc296e83cfd761 0.0s done [2025-08-08T09:53:31.008Z] #6 DONE 0.1s [2025-08-08T09:53:31.008Z] [2025-08-08T09:53:31.008Z] #7 exporting to image [2025-08-08T09:53:31.008Z] #7 exporting layers done [2025-08-08T09:53:31.008Z] #7 exporting manifest sha256:bbc2d539fd7c62e17ad487a4fea470caa0193522218c7a84424243f798741890 0.0s done [2025-08-08T09:53:31.008Z] #7 exporting config sha256:93e31a883949f9d692890fec784a0cd07abd9c4be3b5823a0996f618c01922c3 done [2025-08-08T09:53:31.008Z] #7 exporting manifest sha256:0b82846df9dd86f4daf24f32ecab20da08f1a1fa6705c18daaa015e3bcb96917 done [2025-08-08T09:53:31.008Z] #7 exporting config sha256:a6642d77e8c57f3c982b9ae2d562552ba288736c28aff28a7e43da23f0674018 done [2025-08-08T09:53:31.008Z] #7 exporting manifest list sha256:ced794af64ef4b02b72f1f330921a2308d01b8c9a3b728e0568f041ccdf57b6f done [2025-08-08T09:53:31.008Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-08T09:53:31.008Z] #7 ... [2025-08-08T09:53:31.008Z] [2025-08-08T09:53:31.008Z] #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-08T09:53:31.008Z] #8 DONE 0.0s [2025-08-08T09:53:31.008Z] [2025-08-08T09:53:31.008Z] #7 exporting to image [2025-08-08T09:53:31.008Z] #7 pushing layers 0.1s done [2025-08-08T09:53:31.008Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:ced794af64ef4b02b72f1f330921a2308d01b8c9a3b728e0568f041ccdf57b6f [2025-08-08T09:53:31.266Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:ced794af64ef4b02b72f1f330921a2308d01b8c9a3b728e0568f041ccdf57b6f 0.1s done [2025-08-08T09:53:31.266Z] #7 DONE 0.2s [2025-08-08T09:53:31.266Z] [2025-08-08T09:53:31.266Z] 1 warning found (use --debug to expand): [2025-08-08T09:53:31.266Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-08T09:53:31.557Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:latest' [2025-08-08T09:53:31.557Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:latest --push - [2025-08-08T09:53:31.557Z] #1 [internal] load build definition from Dockerfile [2025-08-08T09:53:31.557Z] #1 transferring dockerfile: 162B done [2025-08-08T09:53:31.557Z] #1 DONE 0.0s [2025-08-08T09:53:31.557Z] [2025-08-08T09:53:31.557Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-08-08T09:53:31.557Z] #2 DONE 0.0s [2025-08-08T09:53:31.557Z] [2025-08-08T09:53:31.557Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-08-08T09:53:31.557Z] #3 DONE 0.0s [2025-08-08T09:53:31.557Z] [2025-08-08T09:53:31.557Z] #4 [internal] load .dockerignore [2025-08-08T09:53:31.557Z] #4 transferring context: 2B done [2025-08-08T09:53:31.557Z] #4 DONE 0.0s [2025-08-08T09:53:31.557Z] [2025-08-08T09:53:31.557Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:9a799162f1bbb032f25fa8be5a9483618677a8164f47478c37cc296e83cfd761 [2025-08-08T09:53:31.557Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:9a799162f1bbb032f25fa8be5a9483618677a8164f47478c37cc296e83cfd761 done [2025-08-08T09:53:31.557Z] #5 CACHED [2025-08-08T09:53:31.557Z] [2025-08-08T09:53:31.557Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:9a799162f1bbb032f25fa8be5a9483618677a8164f47478c37cc296e83cfd761 [2025-08-08T09:53:31.557Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:9a799162f1bbb032f25fa8be5a9483618677a8164f47478c37cc296e83cfd761 done [2025-08-08T09:53:31.557Z] #6 CACHED [2025-08-08T09:53:31.557Z] [2025-08-08T09:53:31.557Z] #7 exporting to image [2025-08-08T09:53:31.557Z] #7 exporting layers done [2025-08-08T09:53:31.557Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-08T09:53:31.820Z] #7 exporting manifest sha256:bbc2d539fd7c62e17ad487a4fea470caa0193522218c7a84424243f798741890 done [2025-08-08T09:53:31.820Z] #7 exporting config sha256:93e31a883949f9d692890fec784a0cd07abd9c4be3b5823a0996f618c01922c3 done [2025-08-08T09:53:31.820Z] #7 exporting manifest sha256:0b82846df9dd86f4daf24f32ecab20da08f1a1fa6705c18daaa015e3bcb96917 done [2025-08-08T09:53:31.820Z] #7 exporting config sha256:a6642d77e8c57f3c982b9ae2d562552ba288736c28aff28a7e43da23f0674018 done [2025-08-08T09:53:31.820Z] #7 exporting manifest list sha256:ced794af64ef4b02b72f1f330921a2308d01b8c9a3b728e0568f041ccdf57b6f done [2025-08-08T09:53:31.820Z] #7 pushing layers 0.0s done [2025-08-08T09:53:31.820Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:ced794af64ef4b02b72f1f330921a2308d01b8c9a3b728e0568f041ccdf57b6f 0.1s done [2025-08-08T09:53:31.820Z] #7 DONE 0.1s [2025-08-08T09:53:31.820Z] [2025-08-08T09:53:31.820Z] #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-08T09:53:31.820Z] #8 DONE 0.0s [2025-08-08T09:53:31.820Z] [2025-08-08T09:53:31.820Z] 1 warning found (use --debug to expand): [2025-08-08T09:53:31.820Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-08T09:53:32.109Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.44' [2025-08-08T09:53:32.109Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.44 --push - [2025-08-08T09:53:32.109Z] #1 [internal] load build definition from Dockerfile [2025-08-08T09:53:32.109Z] #1 transferring dockerfile: 168B done [2025-08-08T09:53:32.109Z] #1 DONE 0.0s [2025-08-08T09:53:32.109Z] [2025-08-08T09:53:32.109Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.44 [2025-08-08T09:53:32.109Z] #2 DONE 0.0s [2025-08-08T09:53:32.109Z] [2025-08-08T09:53:32.109Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.44 [2025-08-08T09:53:32.109Z] #3 DONE 0.0s [2025-08-08T09:53:32.109Z] [2025-08-08T09:53:32.110Z] #4 [internal] load .dockerignore [2025-08-08T09:53:32.110Z] #4 transferring context: 2B done [2025-08-08T09:53:32.110Z] #4 DONE 0.0s [2025-08-08T09:53:32.110Z] [2025-08-08T09:53:32.110Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.44@sha256:9a799162f1bbb032f25fa8be5a9483618677a8164f47478c37cc296e83cfd761 [2025-08-08T09:53:32.110Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.44@sha256:9a799162f1bbb032f25fa8be5a9483618677a8164f47478c37cc296e83cfd761 0.0s done [2025-08-08T09:53:32.110Z] #5 CACHED [2025-08-08T09:53:32.110Z] [2025-08-08T09:53:32.110Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.44@sha256:9a799162f1bbb032f25fa8be5a9483618677a8164f47478c37cc296e83cfd761 [2025-08-08T09:53:32.110Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.44@sha256:9a799162f1bbb032f25fa8be5a9483618677a8164f47478c37cc296e83cfd761 0.0s done [2025-08-08T09:53:32.110Z] #6 CACHED [2025-08-08T09:53:32.110Z] [2025-08-08T09:53:32.110Z] #7 exporting to image [2025-08-08T09:53:32.110Z] #7 exporting layers done [2025-08-08T09:53:32.110Z] #7 exporting manifest sha256:bbc2d539fd7c62e17ad487a4fea470caa0193522218c7a84424243f798741890 done [2025-08-08T09:53:32.110Z] #7 exporting config sha256:93e31a883949f9d692890fec784a0cd07abd9c4be3b5823a0996f618c01922c3 done [2025-08-08T09:53:32.110Z] #7 exporting manifest sha256:0b82846df9dd86f4daf24f32ecab20da08f1a1fa6705c18daaa015e3bcb96917 done [2025-08-08T09:53:32.110Z] #7 exporting config sha256:a6642d77e8c57f3c982b9ae2d562552ba288736c28aff28a7e43da23f0674018 [2025-08-08T09:53:32.110Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-08T09:53:32.367Z] #7 exporting config sha256:a6642d77e8c57f3c982b9ae2d562552ba288736c28aff28a7e43da23f0674018 done [2025-08-08T09:53:32.367Z] #7 exporting manifest list sha256:ced794af64ef4b02b72f1f330921a2308d01b8c9a3b728e0568f041ccdf57b6f done [2025-08-08T09:53:32.367Z] #7 pushing layers 0.0s done [2025-08-08T09:53:32.367Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.44@sha256:ced794af64ef4b02b72f1f330921a2308d01b8c9a3b728e0568f041ccdf57b6f 0.1s done [2025-08-08T09:53:32.367Z] #7 DONE 0.1s [2025-08-08T09:53:32.367Z] [2025-08-08T09:53:32.367Z] #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-08T09:53:32.367Z] #8 DONE 0.0s [2025-08-08T09:53:32.367Z] [2025-08-08T09:53:32.367Z] 1 warning found (use --debug to expand): [2025-08-08T09:53:32.367Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-08T09:53:32.655Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44' [2025-08-08T09:53:32.655Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 --push - [2025-08-08T09:53:32.655Z] #1 [internal] load build definition from Dockerfile [2025-08-08T09:53:32.655Z] #1 transferring dockerfile: 209B done [2025-08-08T09:53:32.655Z] #1 DONE 0.0s [2025-08-08T09:53:32.655Z] [2025-08-08T09:53:32.655Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:53:32.655Z] #2 DONE 0.0s [2025-08-08T09:53:32.655Z] [2025-08-08T09:53:32.655Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:53:32.655Z] #3 DONE 0.0s [2025-08-08T09:53:32.655Z] [2025-08-08T09:53:32.655Z] #4 [internal] load .dockerignore [2025-08-08T09:53:32.655Z] #4 transferring context: 2B done [2025-08-08T09:53:32.655Z] #4 DONE 0.0s [2025-08-08T09:53:32.655Z] [2025-08-08T09:53:32.655Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:9a799162f1bbb032f25fa8be5a9483618677a8164f47478c37cc296e83cfd761 [2025-08-08T09:53:32.655Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:9a799162f1bbb032f25fa8be5a9483618677a8164f47478c37cc296e83cfd761 0.0s done [2025-08-08T09:53:32.655Z] #5 CACHED [2025-08-08T09:53:32.655Z] [2025-08-08T09:53:32.655Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:9a799162f1bbb032f25fa8be5a9483618677a8164f47478c37cc296e83cfd761 [2025-08-08T09:53:32.655Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:9a799162f1bbb032f25fa8be5a9483618677a8164f47478c37cc296e83cfd761 0.0s done [2025-08-08T09:53:32.655Z] #6 CACHED [2025-08-08T09:53:32.655Z] [2025-08-08T09:53:32.655Z] #7 exporting to image [2025-08-08T09:53:32.655Z] #7 exporting layers done [2025-08-08T09:53:32.655Z] #7 exporting manifest sha256:bbc2d539fd7c62e17ad487a4fea470caa0193522218c7a84424243f798741890 done [2025-08-08T09:53:32.655Z] #7 exporting config sha256:93e31a883949f9d692890fec784a0cd07abd9c4be3b5823a0996f618c01922c3 [2025-08-08T09:53:32.655Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-08T09:53:32.922Z] #7 exporting config sha256:93e31a883949f9d692890fec784a0cd07abd9c4be3b5823a0996f618c01922c3 done [2025-08-08T09:53:32.922Z] #7 exporting manifest sha256:0b82846df9dd86f4daf24f32ecab20da08f1a1fa6705c18daaa015e3bcb96917 done [2025-08-08T09:53:32.922Z] #7 exporting config sha256:a6642d77e8c57f3c982b9ae2d562552ba288736c28aff28a7e43da23f0674018 done [2025-08-08T09:53:32.922Z] #7 exporting manifest list sha256:ced794af64ef4b02b72f1f330921a2308d01b8c9a3b728e0568f041ccdf57b6f done [2025-08-08T09:53:32.922Z] #7 pushing layers 0.0s done [2025-08-08T09:53:32.922Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:ced794af64ef4b02b72f1f330921a2308d01b8c9a3b728e0568f041ccdf57b6f 0.1s done [2025-08-08T09:53:32.922Z] #7 DONE 0.1s [2025-08-08T09:53:32.922Z] [2025-08-08T09:53:32.922Z] #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-08T09:53:32.922Z] #8 DONE 0.0s [2025-08-08T09:53:32.922Z] [2025-08-08T09:53:32.922Z] 1 warning found (use --debug to expand): [2025-08-08T09:53:32.922Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-08T09:53:33.212Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:main --push - [2025-08-08T09:53:33.212Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:main' [2025-08-08T09:53:33.212Z] #1 [internal] load build definition from Dockerfile [2025-08-08T09:53:33.212Z] #1 transferring dockerfile: 160B done [2025-08-08T09:53:33.212Z] #1 DONE 0.0s [2025-08-08T09:53:33.212Z] [2025-08-08T09:53:33.212Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main [2025-08-08T09:53:33.212Z] #2 DONE 0.0s [2025-08-08T09:53:33.212Z] [2025-08-08T09:53:33.212Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main [2025-08-08T09:53:33.212Z] #3 DONE 0.0s [2025-08-08T09:53:33.212Z] [2025-08-08T09:53:33.212Z] #4 [internal] load .dockerignore [2025-08-08T09:53:33.212Z] #4 transferring context: 2B done [2025-08-08T09:53:33.212Z] #4 DONE 0.0s [2025-08-08T09:53:33.212Z] [2025-08-08T09:53:33.212Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:9a799162f1bbb032f25fa8be5a9483618677a8164f47478c37cc296e83cfd761 [2025-08-08T09:53:33.212Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:9a799162f1bbb032f25fa8be5a9483618677a8164f47478c37cc296e83cfd761 0.0s done [2025-08-08T09:53:33.212Z] #5 CACHED [2025-08-08T09:53:33.212Z] [2025-08-08T09:53:33.212Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:9a799162f1bbb032f25fa8be5a9483618677a8164f47478c37cc296e83cfd761 [2025-08-08T09:53:33.212Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:9a799162f1bbb032f25fa8be5a9483618677a8164f47478c37cc296e83cfd761 0.0s done [2025-08-08T09:53:33.212Z] #6 CACHED [2025-08-08T09:53:33.212Z] [2025-08-08T09:53:33.212Z] #7 exporting to image [2025-08-08T09:53:33.212Z] #7 exporting layers done [2025-08-08T09:53:33.212Z] #7 exporting manifest sha256:bbc2d539fd7c62e17ad487a4fea470caa0193522218c7a84424243f798741890 done [2025-08-08T09:53:33.212Z] #7 exporting config sha256:93e31a883949f9d692890fec784a0cd07abd9c4be3b5823a0996f618c01922c3 done [2025-08-08T09:53:33.212Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-08T09:53:33.471Z] #7 exporting manifest sha256:0b82846df9dd86f4daf24f32ecab20da08f1a1fa6705c18daaa015e3bcb96917 done [2025-08-08T09:53:33.471Z] #7 exporting config sha256:a6642d77e8c57f3c982b9ae2d562552ba288736c28aff28a7e43da23f0674018 done [2025-08-08T09:53:33.471Z] #7 exporting manifest list sha256:ced794af64ef4b02b72f1f330921a2308d01b8c9a3b728e0568f041ccdf57b6f done [2025-08-08T09:53:33.471Z] #7 pushing layers 0.0s done [2025-08-08T09:53:33.471Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:ced794af64ef4b02b72f1f330921a2308d01b8c9a3b728e0568f041ccdf57b6f 0.1s done [2025-08-08T09:53:33.471Z] #7 DONE 0.1s [2025-08-08T09:53:33.471Z] [2025-08-08T09:53:33.471Z] #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-08T09:53:33.471Z] #8 DONE 0.0s [2025-08-08T09:53:33.471Z] [2025-08-08T09:53:33.471Z] 1 warning found (use --debug to expand): [2025-08-08T09:53:33.471Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-08T09:53:33.759Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b' [2025-08-08T09:53:33.759Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b --push - [2025-08-08T09:53:33.759Z] #1 [internal] load build definition from Dockerfile [2025-08-08T09:53:33.759Z] #1 transferring dockerfile: 198B done [2025-08-08T09:53:33.759Z] #1 DONE 0.0s [2025-08-08T09:53:33.759Z] [2025-08-08T09:53:33.759Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:53:33.759Z] #2 DONE 0.0s [2025-08-08T09:53:33.759Z] [2025-08-08T09:53:33.759Z] #3 [internal] load .dockerignore [2025-08-08T09:53:33.759Z] #3 transferring context: 2B done [2025-08-08T09:53:33.759Z] #3 DONE 0.0s [2025-08-08T09:53:33.759Z] [2025-08-08T09:53:33.759Z] #4 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:53:33.759Z] #4 DONE 0.1s [2025-08-08T09:53:33.759Z] [2025-08-08T09:53:33.759Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:12827806034b5df57d5fd8e3d99ac7e077e1aef350f14f207c30a0878cf798d0 [2025-08-08T09:53:33.759Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:12827806034b5df57d5fd8e3d99ac7e077e1aef350f14f207c30a0878cf798d0 done [2025-08-08T09:53:33.759Z] #5 DONE 0.0s [2025-08-08T09:53:33.759Z] [2025-08-08T09:53:33.759Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:12827806034b5df57d5fd8e3d99ac7e077e1aef350f14f207c30a0878cf798d0 [2025-08-08T09:53:34.018Z] #6 DONE 0.0s [2025-08-08T09:53:34.018Z] [2025-08-08T09:53:34.018Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:12827806034b5df57d5fd8e3d99ac7e077e1aef350f14f207c30a0878cf798d0 [2025-08-08T09:53:34.018Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:12827806034b5df57d5fd8e3d99ac7e077e1aef350f14f207c30a0878cf798d0 done [2025-08-08T09:53:34.018Z] #5 DONE 0.1s [2025-08-08T09:53:34.018Z] [2025-08-08T09:53:34.018Z] #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-08T09:53:34.018Z] #7 DONE 0.0s [2025-08-08T09:53:34.018Z] [2025-08-08T09:53:34.018Z] #8 exporting to image [2025-08-08T09:53:34.018Z] #8 exporting layers done [2025-08-08T09:53:34.018Z] #8 exporting manifest sha256:5cea6982ae5017300669c6859eb6c5d25d30d5ceaa52dd0610d47824bca4c72e done [2025-08-08T09:53:34.018Z] #8 exporting config sha256:74dac3d99690a985c5f14971988e3ce56ce4f101b09de947c9ae7557be45c224 done [2025-08-08T09:53:34.018Z] #8 exporting manifest sha256:d21c94b976dcd3c8f32a3887cb35b510ace24b716e204a697497b33010c43d99 done [2025-08-08T09:53:34.018Z] #8 exporting config sha256:a1c3a52f2e5e555ff3a150c2fa2b0529a19f1df611df1da992da4d0d3134a4ca done [2025-08-08T09:53:34.018Z] #8 exporting manifest list sha256:f293b2f058475847fb5f68d14f3592a20b94a7fb42474386c89593b51cfdd854 done [2025-08-08T09:53:34.018Z] #8 pushing layers 0.1s done [2025-08-08T09:53:34.018Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:f293b2f058475847fb5f68d14f3592a20b94a7fb42474386c89593b51cfdd854 [2025-08-08T09:53:34.018Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-08T09:53:34.277Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:f293b2f058475847fb5f68d14f3592a20b94a7fb42474386c89593b51cfdd854 0.1s done [2025-08-08T09:53:34.277Z] #8 DONE 0.2s [2025-08-08T09:53:34.277Z] [2025-08-08T09:53:34.277Z] 1 warning found (use --debug to expand): [2025-08-08T09:53:34.277Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-08T09:53:34.569Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:latest' [2025-08-08T09:53:34.569Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:latest --push - [2025-08-08T09:53:34.569Z] #1 [internal] load build definition from Dockerfile [2025-08-08T09:53:34.569Z] #1 transferring dockerfile: 164B done [2025-08-08T09:53:34.569Z] #1 DONE 0.0s [2025-08-08T09:53:34.569Z] [2025-08-08T09:53:34.569Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-08-08T09:53:34.569Z] #2 DONE 0.0s [2025-08-08T09:53:34.569Z] [2025-08-08T09:53:34.569Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-08-08T09:53:34.569Z] #3 DONE 0.0s [2025-08-08T09:53:34.569Z] [2025-08-08T09:53:34.569Z] #4 [internal] load .dockerignore [2025-08-08T09:53:34.569Z] #4 transferring context: 2B done [2025-08-08T09:53:34.569Z] #4 DONE 0.0s [2025-08-08T09:53:34.569Z] [2025-08-08T09:53:34.570Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:12827806034b5df57d5fd8e3d99ac7e077e1aef350f14f207c30a0878cf798d0 [2025-08-08T09:53:34.570Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:12827806034b5df57d5fd8e3d99ac7e077e1aef350f14f207c30a0878cf798d0 0.0s done [2025-08-08T09:53:34.570Z] #5 DONE 0.0s [2025-08-08T09:53:34.570Z] [2025-08-08T09:53:34.570Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:12827806034b5df57d5fd8e3d99ac7e077e1aef350f14f207c30a0878cf798d0 [2025-08-08T09:53:34.829Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:12827806034b5df57d5fd8e3d99ac7e077e1aef350f14f207c30a0878cf798d0 0.0s done [2025-08-08T09:53:34.829Z] #6 CACHED [2025-08-08T09:53:34.829Z] [2025-08-08T09:53:34.829Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:12827806034b5df57d5fd8e3d99ac7e077e1aef350f14f207c30a0878cf798d0 [2025-08-08T09:53:34.829Z] #5 CACHED [2025-08-08T09:53:34.829Z] [2025-08-08T09:53:34.829Z] #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-08T09:53:34.829Z] #7 DONE 0.0s [2025-08-08T09:53:34.829Z] [2025-08-08T09:53:34.829Z] #8 exporting to image [2025-08-08T09:53:34.829Z] #8 exporting layers done [2025-08-08T09:53:34.829Z] #8 exporting manifest sha256:5cea6982ae5017300669c6859eb6c5d25d30d5ceaa52dd0610d47824bca4c72e done [2025-08-08T09:53:34.829Z] #8 exporting config sha256:74dac3d99690a985c5f14971988e3ce56ce4f101b09de947c9ae7557be45c224 done [2025-08-08T09:53:34.829Z] #8 exporting manifest sha256:d21c94b976dcd3c8f32a3887cb35b510ace24b716e204a697497b33010c43d99 done [2025-08-08T09:53:34.829Z] #8 exporting config sha256:a1c3a52f2e5e555ff3a150c2fa2b0529a19f1df611df1da992da4d0d3134a4ca done [2025-08-08T09:53:34.829Z] #8 exporting manifest list sha256:f293b2f058475847fb5f68d14f3592a20b94a7fb42474386c89593b51cfdd854 done [2025-08-08T09:53:34.829Z] #8 pushing layers 0.0s done [2025-08-08T09:53:34.829Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:f293b2f058475847fb5f68d14f3592a20b94a7fb42474386c89593b51cfdd854 0.1s done [2025-08-08T09:53:34.829Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-08T09:53:34.829Z] #8 DONE 0.1s [2025-08-08T09:53:34.829Z] [2025-08-08T09:53:34.829Z] 1 warning found (use --debug to expand): [2025-08-08T09:53:34.829Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-08T09:53:35.125Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.44' [2025-08-08T09:53:35.125Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.44 --push - [2025-08-08T09:53:35.125Z] #1 [internal] load build definition from Dockerfile [2025-08-08T09:53:35.125Z] #1 transferring dockerfile: 170B done [2025-08-08T09:53:35.125Z] #1 DONE 0.0s [2025-08-08T09:53:35.125Z] [2025-08-08T09:53:35.125Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.44 [2025-08-08T09:53:35.125Z] #2 DONE 0.0s [2025-08-08T09:53:35.125Z] [2025-08-08T09:53:35.125Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.44 [2025-08-08T09:53:35.125Z] #3 DONE 0.0s [2025-08-08T09:53:35.125Z] [2025-08-08T09:53:35.125Z] #4 [internal] load .dockerignore [2025-08-08T09:53:35.125Z] #4 transferring context: 2B done [2025-08-08T09:53:35.125Z] #4 DONE 0.0s [2025-08-08T09:53:35.125Z] [2025-08-08T09:53:35.125Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.44@sha256:12827806034b5df57d5fd8e3d99ac7e077e1aef350f14f207c30a0878cf798d0 [2025-08-08T09:53:35.125Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.44@sha256:12827806034b5df57d5fd8e3d99ac7e077e1aef350f14f207c30a0878cf798d0 0.0s done [2025-08-08T09:53:35.125Z] #5 CACHED [2025-08-08T09:53:35.125Z] [2025-08-08T09:53:35.125Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.44@sha256:12827806034b5df57d5fd8e3d99ac7e077e1aef350f14f207c30a0878cf798d0 [2025-08-08T09:53:35.389Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.44@sha256:12827806034b5df57d5fd8e3d99ac7e077e1aef350f14f207c30a0878cf798d0 0.0s done [2025-08-08T09:53:35.389Z] #6 CACHED [2025-08-08T09:53:35.389Z] [2025-08-08T09:53:35.389Z] #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-08T09:53:35.389Z] #7 DONE 0.0s [2025-08-08T09:53:35.389Z] [2025-08-08T09:53:35.389Z] #8 exporting to image [2025-08-08T09:53:35.389Z] #8 exporting layers done [2025-08-08T09:53:35.389Z] #8 exporting manifest sha256:5cea6982ae5017300669c6859eb6c5d25d30d5ceaa52dd0610d47824bca4c72e done [2025-08-08T09:53:35.389Z] #8 exporting config sha256:74dac3d99690a985c5f14971988e3ce56ce4f101b09de947c9ae7557be45c224 done [2025-08-08T09:53:35.389Z] #8 exporting manifest sha256:d21c94b976dcd3c8f32a3887cb35b510ace24b716e204a697497b33010c43d99 done [2025-08-08T09:53:35.389Z] #8 exporting config sha256:a1c3a52f2e5e555ff3a150c2fa2b0529a19f1df611df1da992da4d0d3134a4ca done [2025-08-08T09:53:35.389Z] #8 exporting manifest list sha256:f293b2f058475847fb5f68d14f3592a20b94a7fb42474386c89593b51cfdd854 done [2025-08-08T09:53:35.389Z] #8 pushing layers 0.0s done [2025-08-08T09:53:35.389Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.44@sha256:f293b2f058475847fb5f68d14f3592a20b94a7fb42474386c89593b51cfdd854 0.1s done [2025-08-08T09:53:35.389Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-08T09:53:35.389Z] #8 DONE 0.1s [2025-08-08T09:53:35.389Z] [2025-08-08T09:53:35.389Z] 1 warning found (use --debug to expand): [2025-08-08T09:53:35.389Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-08T09:53:35.681Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44' [2025-08-08T09:53:35.681Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 --push - [2025-08-08T09:53:35.681Z] #1 [internal] load build definition from Dockerfile [2025-08-08T09:53:35.681Z] #1 transferring dockerfile: 211B done [2025-08-08T09:53:35.681Z] #1 DONE 0.0s [2025-08-08T09:53:35.681Z] [2025-08-08T09:53:35.681Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:53:35.681Z] #2 DONE 0.0s [2025-08-08T09:53:35.681Z] [2025-08-08T09:53:35.681Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:53:35.681Z] #3 DONE 0.0s [2025-08-08T09:53:35.681Z] [2025-08-08T09:53:35.681Z] #4 [internal] load .dockerignore [2025-08-08T09:53:35.681Z] #4 transferring context: 2B done [2025-08-08T09:53:35.681Z] #4 DONE 0.0s [2025-08-08T09:53:35.681Z] [2025-08-08T09:53:35.681Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:12827806034b5df57d5fd8e3d99ac7e077e1aef350f14f207c30a0878cf798d0 [2025-08-08T09:53:35.681Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:12827806034b5df57d5fd8e3d99ac7e077e1aef350f14f207c30a0878cf798d0 0.0s done [2025-08-08T09:53:35.681Z] #5 CACHED [2025-08-08T09:53:35.681Z] [2025-08-08T09:53:35.681Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:12827806034b5df57d5fd8e3d99ac7e077e1aef350f14f207c30a0878cf798d0 [2025-08-08T09:53:35.941Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:12827806034b5df57d5fd8e3d99ac7e077e1aef350f14f207c30a0878cf798d0 0.0s done [2025-08-08T09:53:35.941Z] #6 CACHED [2025-08-08T09:53:35.941Z] [2025-08-08T09:53:35.941Z] #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-08T09:53:35.941Z] #7 DONE 0.0s [2025-08-08T09:53:35.941Z] [2025-08-08T09:53:35.941Z] #8 exporting to image [2025-08-08T09:53:35.941Z] #8 exporting layers done [2025-08-08T09:53:35.941Z] #8 exporting manifest sha256:5cea6982ae5017300669c6859eb6c5d25d30d5ceaa52dd0610d47824bca4c72e done [2025-08-08T09:53:35.941Z] #8 exporting config sha256:74dac3d99690a985c5f14971988e3ce56ce4f101b09de947c9ae7557be45c224 done [2025-08-08T09:53:35.941Z] #8 exporting manifest sha256:d21c94b976dcd3c8f32a3887cb35b510ace24b716e204a697497b33010c43d99 done [2025-08-08T09:53:35.941Z] #8 exporting config sha256:a1c3a52f2e5e555ff3a150c2fa2b0529a19f1df611df1da992da4d0d3134a4ca done [2025-08-08T09:53:35.941Z] #8 exporting manifest list sha256:f293b2f058475847fb5f68d14f3592a20b94a7fb42474386c89593b51cfdd854 done [2025-08-08T09:53:35.941Z] #8 pushing layers 0.0s done [2025-08-08T09:53:35.941Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:f293b2f058475847fb5f68d14f3592a20b94a7fb42474386c89593b51cfdd854 0.1s done [2025-08-08T09:53:35.941Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-08T09:53:35.941Z] #8 DONE 0.1s [2025-08-08T09:53:35.941Z] [2025-08-08T09:53:35.941Z] 1 warning found (use --debug to expand): [2025-08-08T09:53:35.941Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-08T09:53:36.245Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:main' [2025-08-08T09:53:36.245Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:main --push - [2025-08-08T09:53:36.245Z] #1 [internal] load build definition from Dockerfile [2025-08-08T09:53:36.245Z] #1 transferring dockerfile: 162B done [2025-08-08T09:53:36.245Z] #1 DONE 0.0s [2025-08-08T09:53:36.245Z] [2025-08-08T09:53:36.245Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main [2025-08-08T09:53:36.245Z] #2 DONE 0.0s [2025-08-08T09:53:36.245Z] [2025-08-08T09:53:36.245Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main [2025-08-08T09:53:36.245Z] #3 DONE 0.0s [2025-08-08T09:53:36.245Z] [2025-08-08T09:53:36.245Z] #4 [internal] load .dockerignore [2025-08-08T09:53:36.245Z] #4 transferring context: 2B done [2025-08-08T09:53:36.245Z] #4 DONE 0.0s [2025-08-08T09:53:36.245Z] [2025-08-08T09:53:36.245Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:12827806034b5df57d5fd8e3d99ac7e077e1aef350f14f207c30a0878cf798d0 [2025-08-08T09:53:36.245Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:12827806034b5df57d5fd8e3d99ac7e077e1aef350f14f207c30a0878cf798d0 0.0s done [2025-08-08T09:53:36.245Z] #5 CACHED [2025-08-08T09:53:36.245Z] [2025-08-08T09:53:36.245Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:12827806034b5df57d5fd8e3d99ac7e077e1aef350f14f207c30a0878cf798d0 [2025-08-08T09:53:36.539Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:12827806034b5df57d5fd8e3d99ac7e077e1aef350f14f207c30a0878cf798d0 0.0s done [2025-08-08T09:53:36.539Z] #6 CACHED [2025-08-08T09:53:36.539Z] [2025-08-08T09:53:36.539Z] #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-08T09:53:36.539Z] #7 DONE 0.0s [2025-08-08T09:53:36.539Z] [2025-08-08T09:53:36.539Z] #8 exporting to image [2025-08-08T09:53:36.539Z] #8 exporting layers done [2025-08-08T09:53:36.539Z] #8 exporting manifest sha256:5cea6982ae5017300669c6859eb6c5d25d30d5ceaa52dd0610d47824bca4c72e done [2025-08-08T09:53:36.539Z] #8 exporting config sha256:74dac3d99690a985c5f14971988e3ce56ce4f101b09de947c9ae7557be45c224 done [2025-08-08T09:53:36.539Z] #8 exporting manifest sha256:d21c94b976dcd3c8f32a3887cb35b510ace24b716e204a697497b33010c43d99 done [2025-08-08T09:53:36.539Z] #8 exporting config sha256:a1c3a52f2e5e555ff3a150c2fa2b0529a19f1df611df1da992da4d0d3134a4ca done [2025-08-08T09:53:36.539Z] #8 exporting manifest list sha256:f293b2f058475847fb5f68d14f3592a20b94a7fb42474386c89593b51cfdd854 done [2025-08-08T09:53:36.539Z] #8 pushing layers 0.0s done [2025-08-08T09:53:36.539Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:f293b2f058475847fb5f68d14f3592a20b94a7fb42474386c89593b51cfdd854 0.1s done [2025-08-08T09:53:36.539Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-08T09:53:36.539Z] #8 DONE 0.1s [2025-08-08T09:53:36.539Z] [2025-08-08T09:53:36.539Z] 1 warning found (use --debug to expand): [2025-08-08T09:53:36.539Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-08T09:53:36.888Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b' [2025-08-08T09:53:36.888Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b --push - [2025-08-08T09:53:37.148Z] #1 [internal] load build definition from Dockerfile [2025-08-08T09:53:37.148Z] #1 transferring dockerfile: 206B done [2025-08-08T09:53:37.148Z] #1 DONE 0.0s [2025-08-08T09:53:37.148Z] [2025-08-08T09:53:37.148Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:53:37.148Z] #2 DONE 0.0s [2025-08-08T09:53:37.148Z] [2025-08-08T09:53:37.148Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:53:37.148Z] #3 DONE 0.0s [2025-08-08T09:53:37.148Z] [2025-08-08T09:53:37.148Z] #4 [internal] load .dockerignore [2025-08-08T09:53:37.148Z] #4 transferring context: [2025-08-08T09:53:37.148Z] #4 transferring context: 2B done [2025-08-08T09:53:37.148Z] #4 DONE 0.1s [2025-08-08T09:53:37.148Z] [2025-08-08T09:53:37.148Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:6c797c731905c7e613d2102b6aaa72280dd09b6879663882830fd13822d5355a [2025-08-08T09:53:37.148Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:6c797c731905c7e613d2102b6aaa72280dd09b6879663882830fd13822d5355a [2025-08-08T09:53:37.407Z] #5 ... [2025-08-08T09:53:37.407Z] [2025-08-08T09:53:37.407Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:6c797c731905c7e613d2102b6aaa72280dd09b6879663882830fd13822d5355a [2025-08-08T09:53:37.407Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:6c797c731905c7e613d2102b6aaa72280dd09b6879663882830fd13822d5355a 0.1s done [2025-08-08T09:53:37.407Z] #6 DONE 0.1s [2025-08-08T09:53:37.407Z] [2025-08-08T09:53:37.407Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:6c797c731905c7e613d2102b6aaa72280dd09b6879663882830fd13822d5355a [2025-08-08T09:53:37.407Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:6c797c731905c7e613d2102b6aaa72280dd09b6879663882830fd13822d5355a 0.1s done [2025-08-08T09:53:37.407Z] #5 DONE 0.3s [2025-08-08T09:53:37.407Z] [2025-08-08T09:53:37.407Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-08T09:53:37.407Z] #7 DONE 0.0s [2025-08-08T09:53:37.407Z] [2025-08-08T09:53:37.407Z] #8 exporting to image [2025-08-08T09:53:37.407Z] #8 exporting layers done [2025-08-08T09:53:37.407Z] #8 exporting manifest sha256:1762904e19b560ee382198a0d34389975dd05befa011584f5adcf3854bc8e782 done [2025-08-08T09:53:37.407Z] #8 exporting config sha256:c078fc96c37f5cb9e7cfd93e2f7a903fe57fd53fdf099ca59f2bb3c27ebc9948 done [2025-08-08T09:53:37.407Z] #8 exporting manifest sha256:ce425c492da9fd5e4eab69c0cf8154bc7f977883a37f49cc9b78555a32f33d87 0.0s done [2025-08-08T09:53:37.407Z] #8 exporting config sha256:a5c1c993d172c439b1eedb518c2083d65cbd37a5ec3f7da46a01d03ecd0786d9 done [2025-08-08T09:53:37.407Z] #8 exporting manifest list sha256:7cc3437f827e5ee2792f90fc004d70a0bab21d1b49fab15a0d8a8704943b29dd done [2025-08-08T09:53:37.407Z] #8 pushing layers 0.1s done [2025-08-08T09:53:37.407Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:7cc3437f827e5ee2792f90fc004d70a0bab21d1b49fab15a0d8a8704943b29dd [2025-08-08T09:53:37.407Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-08T09:53:37.666Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:7cc3437f827e5ee2792f90fc004d70a0bab21d1b49fab15a0d8a8704943b29dd 0.1s done [2025-08-08T09:53:37.666Z] #8 DONE 0.2s [2025-08-08T09:53:37.666Z] [2025-08-08T09:53:37.666Z] 1 warning found (use --debug to expand): [2025-08-08T09:53:37.666Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-08T09:53:37.955Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest' [2025-08-08T09:53:37.956Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:latest --push - [2025-08-08T09:53:37.956Z] #1 [internal] load build definition from Dockerfile [2025-08-08T09:53:37.956Z] #1 transferring dockerfile: 172B done [2025-08-08T09:53:37.956Z] #1 DONE 0.0s [2025-08-08T09:53:37.956Z] [2025-08-08T09:53:37.956Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-08-08T09:53:37.956Z] #2 DONE 0.0s [2025-08-08T09:53:37.956Z] [2025-08-08T09:53:37.956Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-08-08T09:53:37.956Z] #3 DONE 0.0s [2025-08-08T09:53:37.956Z] [2025-08-08T09:53:37.956Z] #4 [internal] load .dockerignore [2025-08-08T09:53:37.956Z] #4 transferring context: 2B done [2025-08-08T09:53:37.956Z] #4 DONE 0.0s [2025-08-08T09:53:37.956Z] [2025-08-08T09:53:37.956Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:6c797c731905c7e613d2102b6aaa72280dd09b6879663882830fd13822d5355a [2025-08-08T09:53:37.956Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:6c797c731905c7e613d2102b6aaa72280dd09b6879663882830fd13822d5355a 0.0s done [2025-08-08T09:53:38.215Z] #5 CACHED [2025-08-08T09:53:38.215Z] [2025-08-08T09:53:38.215Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:6c797c731905c7e613d2102b6aaa72280dd09b6879663882830fd13822d5355a [2025-08-08T09:53:38.215Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:6c797c731905c7e613d2102b6aaa72280dd09b6879663882830fd13822d5355a 0.0s done [2025-08-08T09:53:38.215Z] #6 CACHED [2025-08-08T09:53:38.215Z] [2025-08-08T09:53:38.215Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-08T09:53:38.215Z] #7 DONE 0.0s [2025-08-08T09:53:38.215Z] [2025-08-08T09:53:38.215Z] #8 exporting to image [2025-08-08T09:53:38.215Z] #8 exporting layers done [2025-08-08T09:53:38.215Z] #8 exporting manifest sha256:1762904e19b560ee382198a0d34389975dd05befa011584f5adcf3854bc8e782 done [2025-08-08T09:53:38.215Z] #8 exporting config sha256:c078fc96c37f5cb9e7cfd93e2f7a903fe57fd53fdf099ca59f2bb3c27ebc9948 done [2025-08-08T09:53:38.215Z] #8 exporting manifest sha256:ce425c492da9fd5e4eab69c0cf8154bc7f977883a37f49cc9b78555a32f33d87 done [2025-08-08T09:53:38.215Z] #8 exporting config sha256:a5c1c993d172c439b1eedb518c2083d65cbd37a5ec3f7da46a01d03ecd0786d9 done [2025-08-08T09:53:38.215Z] #8 exporting manifest list sha256:7cc3437f827e5ee2792f90fc004d70a0bab21d1b49fab15a0d8a8704943b29dd done [2025-08-08T09:53:38.215Z] #8 pushing layers 0.0s done [2025-08-08T09:53:38.215Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:7cc3437f827e5ee2792f90fc004d70a0bab21d1b49fab15a0d8a8704943b29dd 0.1s done [2025-08-08T09:53:38.215Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-08T09:53:38.215Z] #8 DONE 0.1s [2025-08-08T09:53:38.215Z] [2025-08-08T09:53:38.215Z] 1 warning found (use --debug to expand): [2025-08-08T09:53:38.215Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-08T09:53:38.506Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.44' [2025-08-08T09:53:38.506Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.44 --push - [2025-08-08T09:53:38.506Z] #1 [internal] load build definition from Dockerfile [2025-08-08T09:53:38.506Z] #1 transferring dockerfile: 178B 0.0s done [2025-08-08T09:53:38.506Z] #1 DONE 0.0s [2025-08-08T09:53:38.506Z] [2025-08-08T09:53:38.506Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.44 [2025-08-08T09:53:38.506Z] #2 DONE 0.0s [2025-08-08T09:53:38.506Z] [2025-08-08T09:53:38.506Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.44 [2025-08-08T09:53:38.506Z] #3 DONE 0.0s [2025-08-08T09:53:38.506Z] [2025-08-08T09:53:38.506Z] #4 [internal] load .dockerignore [2025-08-08T09:53:38.506Z] #4 transferring context: 2B done [2025-08-08T09:53:38.506Z] #4 DONE 0.0s [2025-08-08T09:53:38.506Z] [2025-08-08T09:53:38.506Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.44@sha256:6c797c731905c7e613d2102b6aaa72280dd09b6879663882830fd13822d5355a [2025-08-08T09:53:38.506Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.44@sha256:6c797c731905c7e613d2102b6aaa72280dd09b6879663882830fd13822d5355a 0.0s done [2025-08-08T09:53:38.506Z] #5 DONE 0.0s [2025-08-08T09:53:38.506Z] [2025-08-08T09:53:38.506Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.44@sha256:6c797c731905c7e613d2102b6aaa72280dd09b6879663882830fd13822d5355a [2025-08-08T09:53:38.764Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.44@sha256:6c797c731905c7e613d2102b6aaa72280dd09b6879663882830fd13822d5355a 0.0s done [2025-08-08T09:53:38.764Z] #6 CACHED [2025-08-08T09:53:38.764Z] [2025-08-08T09:53:38.764Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.44@sha256:6c797c731905c7e613d2102b6aaa72280dd09b6879663882830fd13822d5355a [2025-08-08T09:53:38.764Z] #5 CACHED [2025-08-08T09:53:38.764Z] [2025-08-08T09:53:38.764Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-08T09:53:38.764Z] #7 DONE 0.0s [2025-08-08T09:53:38.764Z] [2025-08-08T09:53:38.764Z] #8 exporting to image [2025-08-08T09:53:38.764Z] #8 exporting layers done [2025-08-08T09:53:38.764Z] #8 exporting manifest sha256:1762904e19b560ee382198a0d34389975dd05befa011584f5adcf3854bc8e782 done [2025-08-08T09:53:38.764Z] #8 exporting config sha256:c078fc96c37f5cb9e7cfd93e2f7a903fe57fd53fdf099ca59f2bb3c27ebc9948 done [2025-08-08T09:53:38.764Z] #8 exporting manifest sha256:ce425c492da9fd5e4eab69c0cf8154bc7f977883a37f49cc9b78555a32f33d87 done [2025-08-08T09:53:38.764Z] #8 exporting config sha256:a5c1c993d172c439b1eedb518c2083d65cbd37a5ec3f7da46a01d03ecd0786d9 done [2025-08-08T09:53:38.764Z] #8 exporting manifest list sha256:7cc3437f827e5ee2792f90fc004d70a0bab21d1b49fab15a0d8a8704943b29dd done [2025-08-08T09:53:38.764Z] #8 pushing layers 0.0s done [2025-08-08T09:53:38.764Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.44@sha256:7cc3437f827e5ee2792f90fc004d70a0bab21d1b49fab15a0d8a8704943b29dd 0.1s done [2025-08-08T09:53:38.764Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-08T09:53:38.764Z] #8 DONE 0.1s [2025-08-08T09:53:38.764Z] [2025-08-08T09:53:38.764Z] 1 warning found (use --debug to expand): [2025-08-08T09:53:38.764Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-08T09:53:39.048Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 --push - [2025-08-08T09:53:39.048Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44' [2025-08-08T09:53:39.309Z] #1 [internal] load build definition from Dockerfile [2025-08-08T09:53:39.309Z] #1 transferring dockerfile: 219B 0.0s done [2025-08-08T09:53:39.309Z] #1 DONE 0.0s [2025-08-08T09:53:39.309Z] [2025-08-08T09:53:39.309Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:53:39.309Z] #2 DONE 0.0s [2025-08-08T09:53:39.309Z] [2025-08-08T09:53:39.309Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:53:39.309Z] #3 DONE 0.0s [2025-08-08T09:53:39.309Z] [2025-08-08T09:53:39.309Z] #4 [internal] load .dockerignore [2025-08-08T09:53:39.309Z] #4 transferring context: 2B done [2025-08-08T09:53:39.309Z] #4 DONE 0.0s [2025-08-08T09:53:39.309Z] [2025-08-08T09:53:39.309Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:6c797c731905c7e613d2102b6aaa72280dd09b6879663882830fd13822d5355a [2025-08-08T09:53:39.309Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:6c797c731905c7e613d2102b6aaa72280dd09b6879663882830fd13822d5355a 0.0s done [2025-08-08T09:53:39.309Z] #5 DONE 0.0s [2025-08-08T09:53:39.309Z] [2025-08-08T09:53:39.309Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:6c797c731905c7e613d2102b6aaa72280dd09b6879663882830fd13822d5355a [2025-08-08T09:53:39.309Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:6c797c731905c7e613d2102b6aaa72280dd09b6879663882830fd13822d5355a 0.0s done [2025-08-08T09:53:39.309Z] #6 CACHED [2025-08-08T09:53:39.309Z] [2025-08-08T09:53:39.309Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:6c797c731905c7e613d2102b6aaa72280dd09b6879663882830fd13822d5355a [2025-08-08T09:53:39.309Z] #5 CACHED [2025-08-08T09:53:39.309Z] [2025-08-08T09:53:39.309Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-08T09:53:39.309Z] #7 DONE 0.0s [2025-08-08T09:53:39.309Z] [2025-08-08T09:53:39.309Z] #8 exporting to image [2025-08-08T09:53:39.309Z] #8 exporting layers done [2025-08-08T09:53:39.309Z] #8 exporting manifest sha256:1762904e19b560ee382198a0d34389975dd05befa011584f5adcf3854bc8e782 done [2025-08-08T09:53:39.309Z] #8 exporting config sha256:c078fc96c37f5cb9e7cfd93e2f7a903fe57fd53fdf099ca59f2bb3c27ebc9948 done [2025-08-08T09:53:39.309Z] #8 exporting manifest sha256:ce425c492da9fd5e4eab69c0cf8154bc7f977883a37f49cc9b78555a32f33d87 done [2025-08-08T09:53:39.309Z] #8 exporting config sha256:a5c1c993d172c439b1eedb518c2083d65cbd37a5ec3f7da46a01d03ecd0786d9 done [2025-08-08T09:53:39.309Z] #8 exporting manifest list sha256:7cc3437f827e5ee2792f90fc004d70a0bab21d1b49fab15a0d8a8704943b29dd done [2025-08-08T09:53:39.309Z] #8 pushing layers 0.0s done [2025-08-08T09:53:39.309Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:7cc3437f827e5ee2792f90fc004d70a0bab21d1b49fab15a0d8a8704943b29dd 0.1s done [2025-08-08T09:53:39.309Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-08T09:53:39.309Z] #8 DONE 0.1s [2025-08-08T09:53:39.309Z] [2025-08-08T09:53:39.309Z] 1 warning found (use --debug to expand): [2025-08-08T09:53:39.309Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-08T09:53:39.611Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main' [2025-08-08T09:53:39.611Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:main --push - [2025-08-08T09:53:39.870Z] #1 [internal] load build definition from Dockerfile [2025-08-08T09:53:39.870Z] #1 transferring dockerfile: 170B done [2025-08-08T09:53:39.870Z] #1 DONE 0.0s [2025-08-08T09:53:39.870Z] [2025-08-08T09:53:39.870Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-08-08T09:53:39.870Z] #2 DONE 0.0s [2025-08-08T09:53:39.870Z] [2025-08-08T09:53:39.870Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-08-08T09:53:39.870Z] #3 DONE 0.0s [2025-08-08T09:53:39.870Z] [2025-08-08T09:53:39.870Z] #4 [internal] load .dockerignore [2025-08-08T09:53:39.870Z] #4 transferring context: 2B done [2025-08-08T09:53:39.870Z] #4 DONE 0.0s [2025-08-08T09:53:39.870Z] [2025-08-08T09:53:39.870Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:6c797c731905c7e613d2102b6aaa72280dd09b6879663882830fd13822d5355a [2025-08-08T09:53:39.870Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:6c797c731905c7e613d2102b6aaa72280dd09b6879663882830fd13822d5355a 0.0s done [2025-08-08T09:53:39.870Z] #5 CACHED [2025-08-08T09:53:39.870Z] [2025-08-08T09:53:39.870Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:6c797c731905c7e613d2102b6aaa72280dd09b6879663882830fd13822d5355a [2025-08-08T09:53:39.870Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:6c797c731905c7e613d2102b6aaa72280dd09b6879663882830fd13822d5355a 0.0s done [2025-08-08T09:53:39.870Z] #6 CACHED [2025-08-08T09:53:39.870Z] [2025-08-08T09:53:39.870Z] #7 exporting to image [2025-08-08T09:53:39.870Z] #7 exporting layers done [2025-08-08T09:53:39.870Z] #7 exporting manifest sha256:1762904e19b560ee382198a0d34389975dd05befa011584f5adcf3854bc8e782 done [2025-08-08T09:53:39.870Z] #7 exporting config sha256:c078fc96c37f5cb9e7cfd93e2f7a903fe57fd53fdf099ca59f2bb3c27ebc9948 done [2025-08-08T09:53:39.870Z] #7 exporting manifest sha256:ce425c492da9fd5e4eab69c0cf8154bc7f977883a37f49cc9b78555a32f33d87 [2025-08-08T09:53:39.870Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-08T09:53:39.870Z] #7 exporting manifest sha256:ce425c492da9fd5e4eab69c0cf8154bc7f977883a37f49cc9b78555a32f33d87 done [2025-08-08T09:53:39.870Z] #7 exporting config sha256:a5c1c993d172c439b1eedb518c2083d65cbd37a5ec3f7da46a01d03ecd0786d9 done [2025-08-08T09:53:39.870Z] #7 exporting manifest list sha256:7cc3437f827e5ee2792f90fc004d70a0bab21d1b49fab15a0d8a8704943b29dd done [2025-08-08T09:53:39.870Z] #7 pushing layers 0.0s done [2025-08-08T09:53:39.870Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:7cc3437f827e5ee2792f90fc004d70a0bab21d1b49fab15a0d8a8704943b29dd 0.1s done [2025-08-08T09:53:39.870Z] #7 DONE 0.1s [2025-08-08T09:53:39.870Z] [2025-08-08T09:53:39.870Z] #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-08T09:53:39.870Z] #8 DONE 0.0s [2025-08-08T09:53:39.870Z] [2025-08-08T09:53:39.870Z] 1 warning found (use --debug to expand): [2025-08-08T09:53:39.870Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-08T09:53:40.160Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b' [2025-08-08T09:53:40.160Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b --push - [2025-08-08T09:53:40.160Z] #1 [internal] load build definition from Dockerfile [2025-08-08T09:53:40.160Z] #1 transferring dockerfile: 204B done [2025-08-08T09:53:40.160Z] #1 DONE 0.0s [2025-08-08T09:53:40.160Z] [2025-08-08T09:53:40.160Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:53:40.160Z] #2 DONE 0.0s [2025-08-08T09:53:40.160Z] [2025-08-08T09:53:40.160Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:53:40.160Z] #3 DONE 0.0s [2025-08-08T09:53:40.160Z] [2025-08-08T09:53:40.160Z] #4 [internal] load .dockerignore [2025-08-08T09:53:40.160Z] #4 transferring context: 2B done [2025-08-08T09:53:40.160Z] #4 DONE 0.0s [2025-08-08T09:53:40.420Z] [2025-08-08T09:53:40.420Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:2840e0abe87f0db84eb342ed6d66c335ee12d1edeaede2c9ec721a7dd9fcc679 [2025-08-08T09:53:40.420Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:2840e0abe87f0db84eb342ed6d66c335ee12d1edeaede2c9ec721a7dd9fcc679 [2025-08-08T09:53:40.420Z] #5 ... [2025-08-08T09:53:40.420Z] [2025-08-08T09:53:40.420Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:2840e0abe87f0db84eb342ed6d66c335ee12d1edeaede2c9ec721a7dd9fcc679 [2025-08-08T09:53:40.420Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:2840e0abe87f0db84eb342ed6d66c335ee12d1edeaede2c9ec721a7dd9fcc679 0.0s done [2025-08-08T09:53:40.420Z] #6 DONE 0.1s [2025-08-08T09:53:40.420Z] [2025-08-08T09:53:40.420Z] #7 exporting to image [2025-08-08T09:53:40.420Z] #7 exporting layers done [2025-08-08T09:53:40.420Z] #7 exporting manifest sha256:832261ee8b63c4fcd89bd397d79d41bc102393bd58a27a52cb4bcd996c0bf5f7 done [2025-08-08T09:53:40.420Z] #7 exporting config sha256:5dd1ca87fb0f1f036d1787933814452b0ecde83e60baf7b73119a9678d71a531 done [2025-08-08T09:53:40.420Z] #7 exporting manifest sha256:f45e00b45a8cf2c6ff70f6136e4c5bf5679a587d10c55a42cb2c571033840154 done [2025-08-08T09:53:40.420Z] #7 exporting config sha256:fbe9f6f027da65e91d3b64b0e6999d4e8d1cfb93e4c447fd2c29e5fb13099597 done [2025-08-08T09:53:40.420Z] #7 exporting manifest list sha256:0abddd1f9a48358a3380ffc1b46fe7fef9f6ed3379bcffb221228aa0810531de [2025-08-08T09:53:40.420Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-08T09:53:40.420Z] #7 ... [2025-08-08T09:53:40.420Z] [2025-08-08T09:53:40.420Z] #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-08T09:53:40.420Z] #8 DONE 0.0s [2025-08-08T09:53:40.420Z] [2025-08-08T09:53:40.420Z] #7 exporting to image [2025-08-08T09:53:40.420Z] #7 exporting manifest list sha256:0abddd1f9a48358a3380ffc1b46fe7fef9f6ed3379bcffb221228aa0810531de done [2025-08-08T09:53:40.420Z] #7 pushing layers 0.1s done [2025-08-08T09:53:40.420Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:0abddd1f9a48358a3380ffc1b46fe7fef9f6ed3379bcffb221228aa0810531de [2025-08-08T09:53:40.680Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:0abddd1f9a48358a3380ffc1b46fe7fef9f6ed3379bcffb221228aa0810531de 0.1s done [2025-08-08T09:53:40.680Z] #7 DONE 0.2s [2025-08-08T09:53:40.680Z] [2025-08-08T09:53:40.680Z] 1 warning found (use --debug to expand): [2025-08-08T09:53:40.680Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-08T09:53:40.972Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest' [2025-08-08T09:53:40.972Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:latest --push - [2025-08-08T09:53:40.972Z] #1 [internal] load build definition from Dockerfile [2025-08-08T09:53:40.972Z] #1 transferring dockerfile: 170B done [2025-08-08T09:53:40.972Z] #1 DONE 0.0s [2025-08-08T09:53:40.972Z] [2025-08-08T09:53:40.972Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-08-08T09:53:40.972Z] #2 DONE 0.0s [2025-08-08T09:53:40.972Z] [2025-08-08T09:53:40.972Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-08-08T09:53:40.972Z] #3 DONE 0.0s [2025-08-08T09:53:40.972Z] [2025-08-08T09:53:40.972Z] #4 [internal] load .dockerignore [2025-08-08T09:53:40.972Z] #4 transferring context: 2B done [2025-08-08T09:53:40.972Z] #4 DONE 0.0s [2025-08-08T09:53:40.972Z] [2025-08-08T09:53:40.972Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:2840e0abe87f0db84eb342ed6d66c335ee12d1edeaede2c9ec721a7dd9fcc679 [2025-08-08T09:53:40.972Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:2840e0abe87f0db84eb342ed6d66c335ee12d1edeaede2c9ec721a7dd9fcc679 0.0s done [2025-08-08T09:53:40.972Z] #5 CACHED [2025-08-08T09:53:40.972Z] [2025-08-08T09:53:40.972Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:2840e0abe87f0db84eb342ed6d66c335ee12d1edeaede2c9ec721a7dd9fcc679 [2025-08-08T09:53:40.972Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:2840e0abe87f0db84eb342ed6d66c335ee12d1edeaede2c9ec721a7dd9fcc679 0.0s done [2025-08-08T09:53:40.972Z] #6 CACHED [2025-08-08T09:53:40.972Z] [2025-08-08T09:53:40.972Z] #7 exporting to image [2025-08-08T09:53:40.972Z] #7 exporting layers done [2025-08-08T09:53:40.972Z] #7 exporting manifest sha256:832261ee8b63c4fcd89bd397d79d41bc102393bd58a27a52cb4bcd996c0bf5f7 done [2025-08-08T09:53:40.972Z] #7 exporting config sha256:5dd1ca87fb0f1f036d1787933814452b0ecde83e60baf7b73119a9678d71a531 done [2025-08-08T09:53:40.972Z] #7 exporting manifest sha256:f45e00b45a8cf2c6ff70f6136e4c5bf5679a587d10c55a42cb2c571033840154 done [2025-08-08T09:53:40.972Z] #7 exporting config sha256:fbe9f6f027da65e91d3b64b0e6999d4e8d1cfb93e4c447fd2c29e5fb13099597 [2025-08-08T09:53:40.972Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-08T09:53:41.231Z] #7 exporting config sha256:fbe9f6f027da65e91d3b64b0e6999d4e8d1cfb93e4c447fd2c29e5fb13099597 done [2025-08-08T09:53:41.231Z] #7 exporting manifest list sha256:0abddd1f9a48358a3380ffc1b46fe7fef9f6ed3379bcffb221228aa0810531de done [2025-08-08T09:53:41.231Z] #7 pushing layers 0.0s done [2025-08-08T09:53:41.231Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:0abddd1f9a48358a3380ffc1b46fe7fef9f6ed3379bcffb221228aa0810531de 0.1s done [2025-08-08T09:53:41.231Z] #7 DONE 0.1s [2025-08-08T09:53:41.231Z] [2025-08-08T09:53:41.231Z] #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-08T09:53:41.231Z] #8 DONE 0.0s [2025-08-08T09:53:41.231Z] [2025-08-08T09:53:41.231Z] 1 warning found (use --debug to expand): [2025-08-08T09:53:41.231Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-08T09:53:41.724Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.44' [2025-08-08T09:53:41.724Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.44 --push - [2025-08-08T09:53:41.724Z] #1 [internal] load build definition from Dockerfile [2025-08-08T09:53:41.724Z] #1 transferring dockerfile: 176B done [2025-08-08T09:53:41.724Z] #1 DONE 0.0s [2025-08-08T09:53:41.724Z] [2025-08-08T09:53:41.724Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.44 [2025-08-08T09:53:41.724Z] #2 DONE 0.0s [2025-08-08T09:53:41.724Z] [2025-08-08T09:53:41.724Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.44 [2025-08-08T09:53:41.724Z] #3 DONE 0.0s [2025-08-08T09:53:41.724Z] [2025-08-08T09:53:41.724Z] #4 [internal] load .dockerignore [2025-08-08T09:53:41.724Z] #4 transferring context: 2B done [2025-08-08T09:53:41.724Z] #4 DONE 0.0s [2025-08-08T09:53:41.724Z] [2025-08-08T09:53:41.724Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.44@sha256:2840e0abe87f0db84eb342ed6d66c335ee12d1edeaede2c9ec721a7dd9fcc679 [2025-08-08T09:53:41.724Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.44@sha256:2840e0abe87f0db84eb342ed6d66c335ee12d1edeaede2c9ec721a7dd9fcc679 0.0s done [2025-08-08T09:53:41.724Z] #5 DONE 0.0s [2025-08-08T09:53:41.724Z] [2025-08-08T09:53:41.724Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.44@sha256:2840e0abe87f0db84eb342ed6d66c335ee12d1edeaede2c9ec721a7dd9fcc679 [2025-08-08T09:53:41.724Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.44@sha256:2840e0abe87f0db84eb342ed6d66c335ee12d1edeaede2c9ec721a7dd9fcc679 0.0s done [2025-08-08T09:53:41.724Z] #6 CACHED [2025-08-08T09:53:41.724Z] [2025-08-08T09:53:41.724Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.44@sha256:2840e0abe87f0db84eb342ed6d66c335ee12d1edeaede2c9ec721a7dd9fcc679 [2025-08-08T09:53:41.724Z] #5 CACHED [2025-08-08T09:53:41.724Z] [2025-08-08T09:53:41.724Z] #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-08T09:53:41.724Z] #7 DONE 0.0s [2025-08-08T09:53:41.724Z] [2025-08-08T09:53:41.724Z] #8 exporting to image [2025-08-08T09:53:41.724Z] #8 exporting layers done [2025-08-08T09:53:41.724Z] #8 exporting manifest sha256:832261ee8b63c4fcd89bd397d79d41bc102393bd58a27a52cb4bcd996c0bf5f7 done [2025-08-08T09:53:41.724Z] #8 exporting config sha256:5dd1ca87fb0f1f036d1787933814452b0ecde83e60baf7b73119a9678d71a531 done [2025-08-08T09:53:41.724Z] #8 exporting manifest sha256:f45e00b45a8cf2c6ff70f6136e4c5bf5679a587d10c55a42cb2c571033840154 done [2025-08-08T09:53:41.724Z] #8 exporting config sha256:fbe9f6f027da65e91d3b64b0e6999d4e8d1cfb93e4c447fd2c29e5fb13099597 done [2025-08-08T09:53:41.724Z] #8 exporting manifest list sha256:0abddd1f9a48358a3380ffc1b46fe7fef9f6ed3379bcffb221228aa0810531de done [2025-08-08T09:53:41.724Z] #8 pushing layers 0.0s done [2025-08-08T09:53:41.724Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.44@sha256:0abddd1f9a48358a3380ffc1b46fe7fef9f6ed3379bcffb221228aa0810531de 0.1s done [2025-08-08T09:53:41.724Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-08T09:53:41.724Z] #8 DONE 0.1s [2025-08-08T09:53:41.724Z] [2025-08-08T09:53:41.724Z] 1 warning found (use --debug to expand): [2025-08-08T09:53:41.724Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-08T09:53:42.006Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44' [2025-08-08T09:53:42.006Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 --push - [2025-08-08T09:53:42.269Z] #1 [internal] load build definition from Dockerfile [2025-08-08T09:53:42.269Z] #1 transferring dockerfile: 217B done [2025-08-08T09:53:42.269Z] #1 DONE 0.0s [2025-08-08T09:53:42.269Z] [2025-08-08T09:53:42.269Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:53:42.269Z] #2 DONE 0.2s [2025-08-08T09:53:42.269Z] [2025-08-08T09:53:42.269Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:53:42.269Z] #3 DONE 0.1s [2025-08-08T09:53:42.269Z] [2025-08-08T09:53:42.269Z] #4 [internal] load .dockerignore [2025-08-08T09:53:42.269Z] #4 transferring context: [2025-08-08T09:53:42.528Z] #4 transferring context: 2B done [2025-08-08T09:53:42.528Z] #4 DONE 0.2s [2025-08-08T09:53:42.528Z] [2025-08-08T09:53:42.528Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:2840e0abe87f0db84eb342ed6d66c335ee12d1edeaede2c9ec721a7dd9fcc679 [2025-08-08T09:53:42.528Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:2840e0abe87f0db84eb342ed6d66c335ee12d1edeaede2c9ec721a7dd9fcc679 0.0s done [2025-08-08T09:53:42.528Z] #5 CACHED [2025-08-08T09:53:42.528Z] [2025-08-08T09:53:42.528Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:2840e0abe87f0db84eb342ed6d66c335ee12d1edeaede2c9ec721a7dd9fcc679 [2025-08-08T09:53:42.528Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:2840e0abe87f0db84eb342ed6d66c335ee12d1edeaede2c9ec721a7dd9fcc679 0.0s done [2025-08-08T09:53:42.528Z] #6 CACHED [2025-08-08T09:53:42.528Z] [2025-08-08T09:53:42.528Z] #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-08T09:53:42.528Z] #7 DONE 0.0s [2025-08-08T09:53:42.528Z] [2025-08-08T09:53:42.528Z] #8 exporting to image [2025-08-08T09:53:42.528Z] #8 exporting layers done [2025-08-08T09:53:42.528Z] #8 exporting manifest sha256:832261ee8b63c4fcd89bd397d79d41bc102393bd58a27a52cb4bcd996c0bf5f7 done [2025-08-08T09:53:42.528Z] #8 exporting config sha256:5dd1ca87fb0f1f036d1787933814452b0ecde83e60baf7b73119a9678d71a531 done [2025-08-08T09:53:42.528Z] #8 exporting manifest sha256:f45e00b45a8cf2c6ff70f6136e4c5bf5679a587d10c55a42cb2c571033840154 done [2025-08-08T09:53:42.528Z] #8 exporting config sha256:fbe9f6f027da65e91d3b64b0e6999d4e8d1cfb93e4c447fd2c29e5fb13099597 done [2025-08-08T09:53:42.528Z] #8 exporting manifest list sha256:0abddd1f9a48358a3380ffc1b46fe7fef9f6ed3379bcffb221228aa0810531de done [2025-08-08T09:53:42.528Z] #8 pushing layers 0.0s done [2025-08-08T09:53:42.528Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:0abddd1f9a48358a3380ffc1b46fe7fef9f6ed3379bcffb221228aa0810531de [2025-08-08T09:53:42.528Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-08T09:53:42.528Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:0abddd1f9a48358a3380ffc1b46fe7fef9f6ed3379bcffb221228aa0810531de 0.1s done [2025-08-08T09:53:42.528Z] #8 DONE 0.1s [2025-08-08T09:53:42.528Z] [2025-08-08T09:53:42.528Z] 1 warning found (use --debug to expand): [2025-08-08T09:53:42.528Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-08T09:53:42.814Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main' [2025-08-08T09:53:42.814Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:main --push - [2025-08-08T09:53:42.814Z] #1 [internal] load build definition from Dockerfile [2025-08-08T09:53:42.814Z] #1 transferring dockerfile: 168B done [2025-08-08T09:53:42.814Z] #1 DONE 0.0s [2025-08-08T09:53:42.814Z] [2025-08-08T09:53:42.814Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-08-08T09:53:42.814Z] #2 DONE 0.0s [2025-08-08T09:53:42.814Z] [2025-08-08T09:53:42.814Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-08-08T09:53:42.814Z] #3 DONE 0.0s [2025-08-08T09:53:42.814Z] [2025-08-08T09:53:42.814Z] #4 [internal] load .dockerignore [2025-08-08T09:53:42.814Z] #4 transferring context: 2B done [2025-08-08T09:53:42.814Z] #4 DONE 0.0s [2025-08-08T09:53:42.814Z] [2025-08-08T09:53:42.814Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:2840e0abe87f0db84eb342ed6d66c335ee12d1edeaede2c9ec721a7dd9fcc679 [2025-08-08T09:53:42.814Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:2840e0abe87f0db84eb342ed6d66c335ee12d1edeaede2c9ec721a7dd9fcc679 [2025-08-08T09:53:43.073Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:2840e0abe87f0db84eb342ed6d66c335ee12d1edeaede2c9ec721a7dd9fcc679 0.0s done [2025-08-08T09:53:43.073Z] #5 CACHED [2025-08-08T09:53:43.073Z] [2025-08-08T09:53:43.073Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:2840e0abe87f0db84eb342ed6d66c335ee12d1edeaede2c9ec721a7dd9fcc679 [2025-08-08T09:53:43.073Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:2840e0abe87f0db84eb342ed6d66c335ee12d1edeaede2c9ec721a7dd9fcc679 0.0s done [2025-08-08T09:53:43.073Z] #6 CACHED [2025-08-08T09:53:43.073Z] [2025-08-08T09:53:43.073Z] #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-08T09:53:43.073Z] #7 DONE 0.0s [2025-08-08T09:53:43.073Z] [2025-08-08T09:53:43.073Z] #8 exporting to image [2025-08-08T09:53:43.073Z] #8 exporting layers done [2025-08-08T09:53:43.073Z] #8 exporting manifest sha256:832261ee8b63c4fcd89bd397d79d41bc102393bd58a27a52cb4bcd996c0bf5f7 done [2025-08-08T09:53:43.073Z] #8 exporting config sha256:5dd1ca87fb0f1f036d1787933814452b0ecde83e60baf7b73119a9678d71a531 done [2025-08-08T09:53:43.073Z] #8 exporting manifest sha256:f45e00b45a8cf2c6ff70f6136e4c5bf5679a587d10c55a42cb2c571033840154 done [2025-08-08T09:53:43.073Z] #8 exporting config sha256:fbe9f6f027da65e91d3b64b0e6999d4e8d1cfb93e4c447fd2c29e5fb13099597 done [2025-08-08T09:53:43.073Z] #8 exporting manifest list sha256:0abddd1f9a48358a3380ffc1b46fe7fef9f6ed3379bcffb221228aa0810531de done [2025-08-08T09:53:43.073Z] #8 pushing layers 0.0s done [2025-08-08T09:53:43.073Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:0abddd1f9a48358a3380ffc1b46fe7fef9f6ed3379bcffb221228aa0810531de 0.1s done [2025-08-08T09:53:43.073Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-08T09:53:43.073Z] #8 DONE 0.1s [2025-08-08T09:53:43.073Z] [2025-08-08T09:53:43.073Z] 1 warning found (use --debug to expand): [2025-08-08T09:53:43.073Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-08T09:53:43.358Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b' [2025-08-08T09:53:43.358Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b --push - [2025-08-08T09:53:43.358Z] #1 [internal] load build definition from Dockerfile [2025-08-08T09:53:43.358Z] #1 transferring dockerfile: 205B done [2025-08-08T09:53:43.358Z] #1 DONE 0.0s [2025-08-08T09:53:43.358Z] [2025-08-08T09:53:43.358Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:53:43.358Z] #2 DONE 0.0s [2025-08-08T09:53:43.358Z] [2025-08-08T09:53:43.358Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:53:43.358Z] #3 DONE 0.0s [2025-08-08T09:53:43.358Z] [2025-08-08T09:53:43.358Z] #4 [internal] load .dockerignore [2025-08-08T09:53:43.358Z] #4 transferring context: 2B done [2025-08-08T09:53:43.358Z] #4 DONE 0.0s [2025-08-08T09:53:43.615Z] [2025-08-08T09:53:43.616Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:0f9f4774cf05b7d799060c6b332136d3369156806a87e763eff33facfd386b6b [2025-08-08T09:53:43.616Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:0f9f4774cf05b7d799060c6b332136d3369156806a87e763eff33facfd386b6b 0.0s done [2025-08-08T09:53:43.616Z] #5 DONE 0.0s [2025-08-08T09:53:43.616Z] [2025-08-08T09:53:43.616Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:0f9f4774cf05b7d799060c6b332136d3369156806a87e763eff33facfd386b6b [2025-08-08T09:53:43.616Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:0f9f4774cf05b7d799060c6b332136d3369156806a87e763eff33facfd386b6b done [2025-08-08T09:53:43.616Z] #6 DONE 0.1s [2025-08-08T09:53:43.616Z] [2025-08-08T09:53:43.616Z] #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-08T09:53:43.616Z] #7 DONE 0.0s [2025-08-08T09:53:43.616Z] [2025-08-08T09:53:43.616Z] #8 exporting to image [2025-08-08T09:53:43.616Z] #8 exporting layers done [2025-08-08T09:53:43.616Z] #8 exporting manifest sha256:5bdfa3f69832b17eadae2c22b233288f5f1946903edf2ac5c4166b39a018e5c9 0.0s done [2025-08-08T09:53:43.616Z] #8 exporting config sha256:9bde8d690ef29c026512493c7199c30d0042663c7db6b1e44eba2cf6891fd2e6 done [2025-08-08T09:53:43.616Z] #8 exporting manifest sha256:ebee3cc1b8811e9f5d6b3abf5cbc3cfd97871ef0753096cc44caf473bce16bfe done [2025-08-08T09:53:43.616Z] #8 exporting config sha256:9918ebed9c202ce078b6259437ec56fc05c6cfe9e850c6f20b4821211e7d4d26 done [2025-08-08T09:53:43.616Z] #8 exporting manifest list sha256:0ad5572e382833d4a7e730460c23590b909a5be793f4cc4ef749bb97159c1a25 done [2025-08-08T09:53:43.616Z] #8 pushing layers 0.1s done [2025-08-08T09:53:43.616Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:0ad5572e382833d4a7e730460c23590b909a5be793f4cc4ef749bb97159c1a25 [2025-08-08T09:53:43.616Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-08T09:53:43.875Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:0ad5572e382833d4a7e730460c23590b909a5be793f4cc4ef749bb97159c1a25 0.1s done [2025-08-08T09:53:43.875Z] #8 DONE 0.2s [2025-08-08T09:53:43.875Z] [2025-08-08T09:53:43.875Z] 1 warning found (use --debug to expand): [2025-08-08T09:53:43.875Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-08T09:53:44.162Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:latest --push - [2025-08-08T09:53:44.162Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest' [2025-08-08T09:53:44.420Z] #1 [internal] load build definition from Dockerfile [2025-08-08T09:53:44.420Z] #1 transferring dockerfile: 171B done [2025-08-08T09:53:44.420Z] #1 DONE 0.0s [2025-08-08T09:53:44.420Z] [2025-08-08T09:53:44.420Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-08-08T09:53:44.420Z] #2 DONE 0.0s [2025-08-08T09:53:44.420Z] [2025-08-08T09:53:44.420Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-08-08T09:53:44.420Z] #3 DONE 0.0s [2025-08-08T09:53:44.420Z] [2025-08-08T09:53:44.420Z] #4 [internal] load .dockerignore [2025-08-08T09:53:44.420Z] #4 transferring context: 2B done [2025-08-08T09:53:44.420Z] #4 DONE 0.0s [2025-08-08T09:53:44.420Z] [2025-08-08T09:53:44.420Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:0f9f4774cf05b7d799060c6b332136d3369156806a87e763eff33facfd386b6b [2025-08-08T09:53:44.420Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:0f9f4774cf05b7d799060c6b332136d3369156806a87e763eff33facfd386b6b [2025-08-08T09:53:44.420Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:0f9f4774cf05b7d799060c6b332136d3369156806a87e763eff33facfd386b6b 0.0s done [2025-08-08T09:53:44.420Z] #5 CACHED [2025-08-08T09:53:44.420Z] [2025-08-08T09:53:44.420Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:0f9f4774cf05b7d799060c6b332136d3369156806a87e763eff33facfd386b6b [2025-08-08T09:53:44.420Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:0f9f4774cf05b7d799060c6b332136d3369156806a87e763eff33facfd386b6b 0.0s done [2025-08-08T09:53:44.420Z] #6 CACHED [2025-08-08T09:53:44.420Z] [2025-08-08T09:53:44.420Z] #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-08T09:53:44.420Z] #7 DONE 0.0s [2025-08-08T09:53:44.420Z] [2025-08-08T09:53:44.420Z] #8 exporting to image [2025-08-08T09:53:44.420Z] #8 exporting layers done [2025-08-08T09:53:44.420Z] #8 exporting manifest sha256:5bdfa3f69832b17eadae2c22b233288f5f1946903edf2ac5c4166b39a018e5c9 done [2025-08-08T09:53:44.420Z] #8 exporting config sha256:9bde8d690ef29c026512493c7199c30d0042663c7db6b1e44eba2cf6891fd2e6 done [2025-08-08T09:53:44.421Z] #8 exporting manifest sha256:ebee3cc1b8811e9f5d6b3abf5cbc3cfd97871ef0753096cc44caf473bce16bfe done [2025-08-08T09:53:44.421Z] #8 exporting config sha256:9918ebed9c202ce078b6259437ec56fc05c6cfe9e850c6f20b4821211e7d4d26 done [2025-08-08T09:53:44.421Z] #8 exporting manifest list sha256:0ad5572e382833d4a7e730460c23590b909a5be793f4cc4ef749bb97159c1a25 done [2025-08-08T09:53:44.421Z] #8 pushing layers 0.0s done [2025-08-08T09:53:44.421Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:0ad5572e382833d4a7e730460c23590b909a5be793f4cc4ef749bb97159c1a25 0.1s done [2025-08-08T09:53:44.421Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-08T09:53:44.421Z] #8 DONE 0.1s [2025-08-08T09:53:44.421Z] [2025-08-08T09:53:44.421Z] 1 warning found (use --debug to expand): [2025-08-08T09:53:44.421Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-08T09:53:44.704Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.44' [2025-08-08T09:53:44.704Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.44 --push - [2025-08-08T09:53:44.704Z] #1 [internal] load build definition from Dockerfile [2025-08-08T09:53:44.704Z] #1 transferring dockerfile: 177B done [2025-08-08T09:53:44.704Z] #1 DONE 0.0s [2025-08-08T09:53:44.704Z] [2025-08-08T09:53:44.704Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.44 [2025-08-08T09:53:44.704Z] #2 DONE 0.0s [2025-08-08T09:53:44.704Z] [2025-08-08T09:53:44.704Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.44 [2025-08-08T09:53:44.704Z] #3 DONE 0.0s [2025-08-08T09:53:44.704Z] [2025-08-08T09:53:44.704Z] #4 [internal] load .dockerignore [2025-08-08T09:53:44.704Z] #4 transferring context: 2B done [2025-08-08T09:53:44.704Z] #4 DONE 0.0s [2025-08-08T09:53:44.704Z] [2025-08-08T09:53:44.704Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.44@sha256:0f9f4774cf05b7d799060c6b332136d3369156806a87e763eff33facfd386b6b [2025-08-08T09:53:44.704Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.44@sha256:0f9f4774cf05b7d799060c6b332136d3369156806a87e763eff33facfd386b6b [2025-08-08T09:53:44.704Z] #5 ... [2025-08-08T09:53:44.704Z] [2025-08-08T09:53:44.704Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.44@sha256:0f9f4774cf05b7d799060c6b332136d3369156806a87e763eff33facfd386b6b [2025-08-08T09:53:44.704Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.44@sha256:0f9f4774cf05b7d799060c6b332136d3369156806a87e763eff33facfd386b6b 0.0s done [2025-08-08T09:53:44.704Z] #6 DONE 0.0s [2025-08-08T09:53:44.963Z] [2025-08-08T09:53:44.963Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.44@sha256:0f9f4774cf05b7d799060c6b332136d3369156806a87e763eff33facfd386b6b [2025-08-08T09:53:44.963Z] #5 CACHED [2025-08-08T09:53:44.963Z] [2025-08-08T09:53:44.963Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.44@sha256:0f9f4774cf05b7d799060c6b332136d3369156806a87e763eff33facfd386b6b [2025-08-08T09:53:44.963Z] #6 CACHED [2025-08-08T09:53:44.963Z] [2025-08-08T09:53:44.963Z] #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-08T09:53:44.963Z] #7 DONE 0.0s [2025-08-08T09:53:44.963Z] [2025-08-08T09:53:44.963Z] #8 exporting to image [2025-08-08T09:53:44.963Z] #8 exporting layers done [2025-08-08T09:53:44.963Z] #8 exporting manifest sha256:5bdfa3f69832b17eadae2c22b233288f5f1946903edf2ac5c4166b39a018e5c9 done [2025-08-08T09:53:44.963Z] #8 exporting config sha256:9bde8d690ef29c026512493c7199c30d0042663c7db6b1e44eba2cf6891fd2e6 done [2025-08-08T09:53:44.963Z] #8 exporting manifest sha256:ebee3cc1b8811e9f5d6b3abf5cbc3cfd97871ef0753096cc44caf473bce16bfe done [2025-08-08T09:53:44.963Z] #8 exporting config sha256:9918ebed9c202ce078b6259437ec56fc05c6cfe9e850c6f20b4821211e7d4d26 done [2025-08-08T09:53:44.963Z] #8 exporting manifest list sha256:0ad5572e382833d4a7e730460c23590b909a5be793f4cc4ef749bb97159c1a25 done [2025-08-08T09:53:44.963Z] #8 pushing layers 0.0s done [2025-08-08T09:53:44.963Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.44@sha256:0ad5572e382833d4a7e730460c23590b909a5be793f4cc4ef749bb97159c1a25 0.1s done [2025-08-08T09:53:44.963Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-08T09:53:44.963Z] #8 DONE 0.1s [2025-08-08T09:53:44.963Z] [2025-08-08T09:53:44.963Z] 1 warning found (use --debug to expand): [2025-08-08T09:53:44.963Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-08T09:53:45.250Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44' [2025-08-08T09:53:45.250Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 --push - [2025-08-08T09:53:45.250Z] #1 [internal] load build definition from Dockerfile [2025-08-08T09:53:45.250Z] #1 transferring dockerfile: 218B done [2025-08-08T09:53:45.250Z] #1 DONE 0.0s [2025-08-08T09:53:45.250Z] [2025-08-08T09:53:45.250Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:53:45.250Z] #2 DONE 0.0s [2025-08-08T09:53:45.250Z] [2025-08-08T09:53:45.250Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:53:45.250Z] #3 DONE 0.0s [2025-08-08T09:53:45.250Z] [2025-08-08T09:53:45.250Z] #4 [internal] load .dockerignore [2025-08-08T09:53:45.250Z] #4 transferring context: 2B done [2025-08-08T09:53:45.250Z] #4 DONE 0.0s [2025-08-08T09:53:45.250Z] [2025-08-08T09:53:45.250Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:0f9f4774cf05b7d799060c6b332136d3369156806a87e763eff33facfd386b6b [2025-08-08T09:53:45.250Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:0f9f4774cf05b7d799060c6b332136d3369156806a87e763eff33facfd386b6b 0.0s done [2025-08-08T09:53:45.250Z] #5 CACHED [2025-08-08T09:53:45.250Z] [2025-08-08T09:53:45.250Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:0f9f4774cf05b7d799060c6b332136d3369156806a87e763eff33facfd386b6b [2025-08-08T09:53:45.250Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:0f9f4774cf05b7d799060c6b332136d3369156806a87e763eff33facfd386b6b 0.0s done [2025-08-08T09:53:45.250Z] #6 CACHED [2025-08-08T09:53:45.250Z] [2025-08-08T09:53:45.250Z] #7 exporting to image [2025-08-08T09:53:45.250Z] #7 exporting layers done [2025-08-08T09:53:45.250Z] #7 exporting manifest sha256:5bdfa3f69832b17eadae2c22b233288f5f1946903edf2ac5c4166b39a018e5c9 done [2025-08-08T09:53:45.250Z] #7 exporting config sha256:9bde8d690ef29c026512493c7199c30d0042663c7db6b1e44eba2cf6891fd2e6 done [2025-08-08T09:53:45.250Z] #7 exporting manifest sha256:ebee3cc1b8811e9f5d6b3abf5cbc3cfd97871ef0753096cc44caf473bce16bfe done [2025-08-08T09:53:45.250Z] #7 exporting config sha256:9918ebed9c202ce078b6259437ec56fc05c6cfe9e850c6f20b4821211e7d4d26 done [2025-08-08T09:53:45.250Z] #7 exporting manifest list sha256:0ad5572e382833d4a7e730460c23590b909a5be793f4cc4ef749bb97159c1a25 done [2025-08-08T09:53:45.250Z] #7 pushing layers 0.0s done [2025-08-08T09:53:45.250Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:0ad5572e382833d4a7e730460c23590b909a5be793f4cc4ef749bb97159c1a25 [2025-08-08T09:53:45.250Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-08T09:53:45.509Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:0ad5572e382833d4a7e730460c23590b909a5be793f4cc4ef749bb97159c1a25 0.1s done [2025-08-08T09:53:45.509Z] #7 DONE 0.1s [2025-08-08T09:53:45.509Z] [2025-08-08T09:53:45.509Z] #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-08T09:53:45.509Z] #8 DONE 0.0s [2025-08-08T09:53:45.509Z] [2025-08-08T09:53:45.509Z] 1 warning found (use --debug to expand): [2025-08-08T09:53:45.509Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-08T09:53:45.799Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:main --push - [2025-08-08T09:53:45.799Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main' [2025-08-08T09:53:45.799Z] #1 [internal] load build definition from Dockerfile [2025-08-08T09:53:45.799Z] #1 transferring dockerfile: 169B done [2025-08-08T09:53:45.799Z] #1 DONE 0.0s [2025-08-08T09:53:45.799Z] [2025-08-08T09:53:45.799Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-08-08T09:53:45.799Z] #2 DONE 0.0s [2025-08-08T09:53:45.799Z] [2025-08-08T09:53:45.799Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-08-08T09:53:45.799Z] #3 DONE 0.0s [2025-08-08T09:53:45.799Z] [2025-08-08T09:53:45.799Z] #4 [internal] load .dockerignore [2025-08-08T09:53:45.799Z] #4 transferring context: 2B done [2025-08-08T09:53:45.799Z] #4 DONE 0.0s [2025-08-08T09:53:45.799Z] [2025-08-08T09:53:45.799Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:0f9f4774cf05b7d799060c6b332136d3369156806a87e763eff33facfd386b6b [2025-08-08T09:53:45.799Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:0f9f4774cf05b7d799060c6b332136d3369156806a87e763eff33facfd386b6b 0.0s done [2025-08-08T09:53:45.799Z] #5 CACHED [2025-08-08T09:53:45.799Z] [2025-08-08T09:53:45.799Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:0f9f4774cf05b7d799060c6b332136d3369156806a87e763eff33facfd386b6b [2025-08-08T09:53:46.060Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:0f9f4774cf05b7d799060c6b332136d3369156806a87e763eff33facfd386b6b 0.0s done [2025-08-08T09:53:46.060Z] #6 CACHED [2025-08-08T09:53:46.060Z] [2025-08-08T09:53:46.060Z] #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-08T09:53:46.060Z] #7 DONE 0.0s [2025-08-08T09:53:46.060Z] [2025-08-08T09:53:46.060Z] #8 exporting to image [2025-08-08T09:53:46.060Z] #8 exporting layers done [2025-08-08T09:53:46.060Z] #8 exporting manifest sha256:5bdfa3f69832b17eadae2c22b233288f5f1946903edf2ac5c4166b39a018e5c9 done [2025-08-08T09:53:46.060Z] #8 exporting config sha256:9bde8d690ef29c026512493c7199c30d0042663c7db6b1e44eba2cf6891fd2e6 done [2025-08-08T09:53:46.060Z] #8 exporting manifest sha256:ebee3cc1b8811e9f5d6b3abf5cbc3cfd97871ef0753096cc44caf473bce16bfe done [2025-08-08T09:53:46.060Z] #8 exporting config sha256:9918ebed9c202ce078b6259437ec56fc05c6cfe9e850c6f20b4821211e7d4d26 done [2025-08-08T09:53:46.060Z] #8 exporting manifest list sha256:0ad5572e382833d4a7e730460c23590b909a5be793f4cc4ef749bb97159c1a25 done [2025-08-08T09:53:46.060Z] #8 pushing layers 0.0s done [2025-08-08T09:53:46.060Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:0ad5572e382833d4a7e730460c23590b909a5be793f4cc4ef749bb97159c1a25 0.1s done [2025-08-08T09:53:46.060Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-08T09:53:46.060Z] #8 DONE 0.1s [2025-08-08T09:53:46.060Z] [2025-08-08T09:53:46.060Z] 1 warning found (use --debug to expand): [2025-08-08T09:53:46.060Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-08T09:53:46.349Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b' [2025-08-08T09:53:46.349Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b --push - [2025-08-08T09:53:46.349Z] #1 [internal] load build definition from Dockerfile [2025-08-08T09:53:46.349Z] #1 transferring dockerfile: 211B done [2025-08-08T09:53:46.349Z] #1 DONE 0.0s [2025-08-08T09:53:46.349Z] [2025-08-08T09:53:46.349Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:53:46.349Z] #2 DONE 0.0s [2025-08-08T09:53:46.349Z] [2025-08-08T09:53:46.349Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:53:46.349Z] #3 DONE 0.0s [2025-08-08T09:53:46.349Z] [2025-08-08T09:53:46.349Z] #4 [internal] load .dockerignore [2025-08-08T09:53:46.349Z] #4 transferring context: 2B done [2025-08-08T09:53:46.349Z] #4 DONE 0.0s [2025-08-08T09:53:46.607Z] [2025-08-08T09:53:46.607Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:56c081291e86196ee3799df52148c87dc4ccc6c966c83b75cf5bde63e3f59f78 [2025-08-08T09:53:46.607Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:56c081291e86196ee3799df52148c87dc4ccc6c966c83b75cf5bde63e3f59f78 0.0s done [2025-08-08T09:53:46.607Z] #5 DONE 0.0s [2025-08-08T09:53:46.607Z] [2025-08-08T09:53:46.607Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:56c081291e86196ee3799df52148c87dc4ccc6c966c83b75cf5bde63e3f59f78 [2025-08-08T09:53:46.607Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:56c081291e86196ee3799df52148c87dc4ccc6c966c83b75cf5bde63e3f59f78 0.0s done [2025-08-08T09:53:46.607Z] #6 DONE 0.1s [2025-08-08T09:53:46.607Z] [2025-08-08T09:53:46.607Z] #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-08T09:53:46.607Z] #7 DONE 0.0s [2025-08-08T09:53:46.607Z] [2025-08-08T09:53:46.607Z] #8 exporting to image [2025-08-08T09:53:46.607Z] #8 exporting layers done [2025-08-08T09:53:46.607Z] #8 exporting manifest sha256:20fd4eae4c0d1341c5731a33d2f8c73fce398e805581a3418cdcf374a7d6dc23 done [2025-08-08T09:53:46.607Z] #8 exporting config sha256:6df276aa8473aa11bd15e7bdaabf7c3ae36290cbcfc3d25768e7d807871fe6e5 done [2025-08-08T09:53:46.607Z] #8 exporting manifest sha256:9901746d70f46659f7a2f01bcd97df362f5ec51ef89cd55def7f8658c45156d7 done [2025-08-08T09:53:46.607Z] #8 exporting config sha256:246e2470b209abcd38dc5ad534eed56382d75755718855fa1c8b7bcb6693c973 done [2025-08-08T09:53:46.607Z] #8 exporting manifest list sha256:5e99aa209572eb60f3f21977b9bd3b49a48e32efe9bf4d6b7680ee7da5f4e37d done [2025-08-08T09:53:46.607Z] #8 pushing layers 0.1s done [2025-08-08T09:53:46.607Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:5e99aa209572eb60f3f21977b9bd3b49a48e32efe9bf4d6b7680ee7da5f4e37d [2025-08-08T09:53:46.607Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-08T09:53:46.867Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:5e99aa209572eb60f3f21977b9bd3b49a48e32efe9bf4d6b7680ee7da5f4e37d 0.1s done [2025-08-08T09:53:46.867Z] #8 DONE 0.2s [2025-08-08T09:53:46.867Z] [2025-08-08T09:53:46.867Z] 1 warning found (use --debug to expand): [2025-08-08T09:53:46.867Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-08T09:53:47.156Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest' [2025-08-08T09:53:47.156Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest --push - [2025-08-08T09:53:47.416Z] #1 [internal] load build definition from Dockerfile [2025-08-08T09:53:47.416Z] #1 transferring dockerfile: 177B done [2025-08-08T09:53:47.416Z] #1 DONE 0.1s [2025-08-08T09:53:47.416Z] [2025-08-08T09:53:47.416Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-08-08T09:53:47.416Z] #2 DONE 0.1s [2025-08-08T09:53:47.416Z] [2025-08-08T09:53:47.416Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-08-08T09:53:47.416Z] #3 DONE 0.1s [2025-08-08T09:53:47.416Z] [2025-08-08T09:53:47.416Z] #4 [internal] load .dockerignore [2025-08-08T09:53:47.416Z] #4 transferring context: 2B done [2025-08-08T09:53:47.416Z] #4 DONE 0.0s [2025-08-08T09:53:47.674Z] [2025-08-08T09:53:47.674Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:56c081291e86196ee3799df52148c87dc4ccc6c966c83b75cf5bde63e3f59f78 [2025-08-08T09:53:47.674Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:56c081291e86196ee3799df52148c87dc4ccc6c966c83b75cf5bde63e3f59f78 0.1s done [2025-08-08T09:53:47.674Z] #5 CACHED [2025-08-08T09:53:47.674Z] [2025-08-08T09:53:47.674Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:56c081291e86196ee3799df52148c87dc4ccc6c966c83b75cf5bde63e3f59f78 [2025-08-08T09:53:47.674Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:56c081291e86196ee3799df52148c87dc4ccc6c966c83b75cf5bde63e3f59f78 0.1s done [2025-08-08T09:53:47.674Z] #6 CACHED [2025-08-08T09:53:47.674Z] [2025-08-08T09:53:47.674Z] #7 exporting to image [2025-08-08T09:53:47.674Z] #7 exporting layers done [2025-08-08T09:53:47.674Z] #7 exporting manifest sha256:20fd4eae4c0d1341c5731a33d2f8c73fce398e805581a3418cdcf374a7d6dc23 done [2025-08-08T09:53:47.674Z] #7 exporting config sha256:6df276aa8473aa11bd15e7bdaabf7c3ae36290cbcfc3d25768e7d807871fe6e5 0.0s done [2025-08-08T09:53:47.674Z] #7 exporting manifest sha256:9901746d70f46659f7a2f01bcd97df362f5ec51ef89cd55def7f8658c45156d7 0.0s done [2025-08-08T09:53:47.674Z] #7 exporting config sha256:246e2470b209abcd38dc5ad534eed56382d75755718855fa1c8b7bcb6693c973 [2025-08-08T09:53:47.674Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-08T09:53:47.674Z] #7 exporting config sha256:246e2470b209abcd38dc5ad534eed56382d75755718855fa1c8b7bcb6693c973 0.0s done [2025-08-08T09:53:47.674Z] #7 exporting manifest list sha256:5e99aa209572eb60f3f21977b9bd3b49a48e32efe9bf4d6b7680ee7da5f4e37d 0.0s done [2025-08-08T09:53:47.674Z] #7 pushing layers 0.0s done [2025-08-08T09:53:47.674Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:5e99aa209572eb60f3f21977b9bd3b49a48e32efe9bf4d6b7680ee7da5f4e37d [2025-08-08T09:53:47.934Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:5e99aa209572eb60f3f21977b9bd3b49a48e32efe9bf4d6b7680ee7da5f4e37d 0.1s done [2025-08-08T09:53:47.934Z] #7 DONE 0.2s [2025-08-08T09:53:47.934Z] [2025-08-08T09:53:47.934Z] #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-08T09:53:47.934Z] #8 DONE 0.0s [2025-08-08T09:53:48.199Z] [2025-08-08T09:53:48.199Z] 1 warning found (use --debug to expand): [2025-08-08T09:53:48.199Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-08T09:53:48.488Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.44' [2025-08-08T09:53:48.488Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.44 --push - [2025-08-08T09:53:48.488Z] #1 [internal] load build definition from Dockerfile [2025-08-08T09:53:48.488Z] #1 transferring dockerfile: 183B done [2025-08-08T09:53:48.488Z] #1 DONE 0.0s [2025-08-08T09:53:48.488Z] [2025-08-08T09:53:48.488Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.44 [2025-08-08T09:53:48.488Z] #2 DONE 0.0s [2025-08-08T09:53:48.488Z] [2025-08-08T09:53:48.488Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.44 [2025-08-08T09:53:48.488Z] #3 DONE 0.0s [2025-08-08T09:53:48.488Z] [2025-08-08T09:53:48.488Z] #4 [internal] load .dockerignore [2025-08-08T09:53:48.488Z] #4 transferring context: 2B done [2025-08-08T09:53:48.488Z] #4 DONE 0.0s [2025-08-08T09:53:48.488Z] [2025-08-08T09:53:48.488Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.44@sha256:56c081291e86196ee3799df52148c87dc4ccc6c966c83b75cf5bde63e3f59f78 [2025-08-08T09:53:48.488Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.44@sha256:56c081291e86196ee3799df52148c87dc4ccc6c966c83b75cf5bde63e3f59f78 done [2025-08-08T09:53:48.488Z] #5 CACHED [2025-08-08T09:53:48.488Z] [2025-08-08T09:53:48.488Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.44@sha256:56c081291e86196ee3799df52148c87dc4ccc6c966c83b75cf5bde63e3f59f78 [2025-08-08T09:53:48.488Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.44@sha256:56c081291e86196ee3799df52148c87dc4ccc6c966c83b75cf5bde63e3f59f78 0.0s done [2025-08-08T09:53:48.488Z] #6 CACHED [2025-08-08T09:53:48.488Z] [2025-08-08T09:53:48.488Z] #7 exporting to image [2025-08-08T09:53:48.488Z] #7 exporting layers done [2025-08-08T09:53:48.488Z] #7 exporting manifest sha256:20fd4eae4c0d1341c5731a33d2f8c73fce398e805581a3418cdcf374a7d6dc23 done [2025-08-08T09:53:48.488Z] #7 exporting config sha256:6df276aa8473aa11bd15e7bdaabf7c3ae36290cbcfc3d25768e7d807871fe6e5 done [2025-08-08T09:53:48.488Z] #7 exporting manifest sha256:9901746d70f46659f7a2f01bcd97df362f5ec51ef89cd55def7f8658c45156d7 done [2025-08-08T09:53:48.488Z] #7 exporting config sha256:246e2470b209abcd38dc5ad534eed56382d75755718855fa1c8b7bcb6693c973 done [2025-08-08T09:53:48.488Z] #7 exporting manifest list sha256:5e99aa209572eb60f3f21977b9bd3b49a48e32efe9bf4d6b7680ee7da5f4e37d done [2025-08-08T09:53:48.488Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-08T09:53:48.746Z] #7 pushing layers 0.0s done [2025-08-08T09:53:48.746Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.44@sha256:5e99aa209572eb60f3f21977b9bd3b49a48e32efe9bf4d6b7680ee7da5f4e37d 0.1s done [2025-08-08T09:53:48.746Z] #7 DONE 0.1s [2025-08-08T09:53:48.746Z] [2025-08-08T09:53:48.746Z] #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-08T09:53:48.746Z] #8 DONE 0.0s [2025-08-08T09:53:48.746Z] [2025-08-08T09:53:48.746Z] 1 warning found (use --debug to expand): [2025-08-08T09:53:48.746Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-08T09:53:49.035Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44' [2025-08-08T09:53:49.035Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 --push - [2025-08-08T09:53:49.294Z] #1 [internal] load build definition from Dockerfile [2025-08-08T09:53:49.294Z] #1 transferring dockerfile: 224B done [2025-08-08T09:53:49.294Z] #1 DONE 0.0s [2025-08-08T09:53:49.294Z] [2025-08-08T09:53:49.294Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:53:49.294Z] #2 DONE 0.0s [2025-08-08T09:53:49.294Z] [2025-08-08T09:53:49.294Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:53:49.294Z] #3 DONE 0.0s [2025-08-08T09:53:49.294Z] [2025-08-08T09:53:49.294Z] #4 [internal] load .dockerignore [2025-08-08T09:53:49.294Z] #4 transferring context: 2B done [2025-08-08T09:53:49.294Z] #4 DONE 0.0s [2025-08-08T09:53:49.294Z] [2025-08-08T09:53:49.295Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:56c081291e86196ee3799df52148c87dc4ccc6c966c83b75cf5bde63e3f59f78 [2025-08-08T09:53:49.295Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:56c081291e86196ee3799df52148c87dc4ccc6c966c83b75cf5bde63e3f59f78 0.0s done [2025-08-08T09:53:49.295Z] #5 CACHED [2025-08-08T09:53:49.295Z] [2025-08-08T09:53:49.295Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:56c081291e86196ee3799df52148c87dc4ccc6c966c83b75cf5bde63e3f59f78 [2025-08-08T09:53:49.295Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:56c081291e86196ee3799df52148c87dc4ccc6c966c83b75cf5bde63e3f59f78 0.0s done [2025-08-08T09:53:49.295Z] #6 CACHED [2025-08-08T09:53:49.295Z] [2025-08-08T09:53:49.295Z] #7 exporting to image [2025-08-08T09:53:49.295Z] #7 exporting layers [2025-08-08T09:53:49.295Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-08T09:53:49.295Z] #7 exporting layers done [2025-08-08T09:53:49.295Z] #7 exporting manifest sha256:20fd4eae4c0d1341c5731a33d2f8c73fce398e805581a3418cdcf374a7d6dc23 done [2025-08-08T09:53:49.295Z] #7 exporting config sha256:6df276aa8473aa11bd15e7bdaabf7c3ae36290cbcfc3d25768e7d807871fe6e5 done [2025-08-08T09:53:49.295Z] #7 exporting manifest sha256:9901746d70f46659f7a2f01bcd97df362f5ec51ef89cd55def7f8658c45156d7 done [2025-08-08T09:53:49.295Z] #7 exporting config sha256:246e2470b209abcd38dc5ad534eed56382d75755718855fa1c8b7bcb6693c973 done [2025-08-08T09:53:49.295Z] #7 exporting manifest list sha256:5e99aa209572eb60f3f21977b9bd3b49a48e32efe9bf4d6b7680ee7da5f4e37d done [2025-08-08T09:53:49.295Z] #7 pushing layers 0.0s done [2025-08-08T09:53:49.295Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:5e99aa209572eb60f3f21977b9bd3b49a48e32efe9bf4d6b7680ee7da5f4e37d 0.1s done [2025-08-08T09:53:49.295Z] #7 DONE 0.1s [2025-08-08T09:53:49.295Z] [2025-08-08T09:53:49.295Z] #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-08T09:53:49.295Z] #8 DONE 0.0s [2025-08-08T09:53:49.295Z] [2025-08-08T09:53:49.295Z] 1 warning found (use --debug to expand): [2025-08-08T09:53:49.295Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-08T09:53:49.580Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main' [2025-08-08T09:53:49.580Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:main --push - [2025-08-08T09:53:49.580Z] #1 [internal] load build definition from Dockerfile [2025-08-08T09:53:49.580Z] #1 transferring dockerfile: 175B done [2025-08-08T09:53:49.580Z] #1 DONE 0.0s [2025-08-08T09:53:49.580Z] [2025-08-08T09:53:49.580Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-08-08T09:53:49.580Z] #2 DONE 0.0s [2025-08-08T09:53:49.580Z] [2025-08-08T09:53:49.580Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-08-08T09:53:49.580Z] #3 DONE 0.0s [2025-08-08T09:53:49.580Z] [2025-08-08T09:53:49.580Z] #4 [internal] load .dockerignore [2025-08-08T09:53:49.580Z] #4 transferring context: 2B done [2025-08-08T09:53:49.580Z] #4 DONE 0.0s [2025-08-08T09:53:49.580Z] [2025-08-08T09:53:49.580Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:56c081291e86196ee3799df52148c87dc4ccc6c966c83b75cf5bde63e3f59f78 [2025-08-08T09:53:49.580Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:56c081291e86196ee3799df52148c87dc4ccc6c966c83b75cf5bde63e3f59f78 0.0s done [2025-08-08T09:53:49.580Z] #5 CACHED [2025-08-08T09:53:49.580Z] [2025-08-08T09:53:49.580Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:56c081291e86196ee3799df52148c87dc4ccc6c966c83b75cf5bde63e3f59f78 [2025-08-08T09:53:49.580Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:56c081291e86196ee3799df52148c87dc4ccc6c966c83b75cf5bde63e3f59f78 0.0s done [2025-08-08T09:53:49.580Z] #6 CACHED [2025-08-08T09:53:49.580Z] [2025-08-08T09:53:49.580Z] #7 exporting to image [2025-08-08T09:53:49.580Z] #7 exporting layers done [2025-08-08T09:53:49.580Z] #7 exporting manifest sha256:20fd4eae4c0d1341c5731a33d2f8c73fce398e805581a3418cdcf374a7d6dc23 done [2025-08-08T09:53:49.580Z] #7 exporting config sha256:6df276aa8473aa11bd15e7bdaabf7c3ae36290cbcfc3d25768e7d807871fe6e5 done [2025-08-08T09:53:49.580Z] #7 exporting manifest sha256:9901746d70f46659f7a2f01bcd97df362f5ec51ef89cd55def7f8658c45156d7 done [2025-08-08T09:53:49.580Z] #7 exporting config sha256:246e2470b209abcd38dc5ad534eed56382d75755718855fa1c8b7bcb6693c973 done [2025-08-08T09:53:49.580Z] #7 exporting manifest list sha256:5e99aa209572eb60f3f21977b9bd3b49a48e32efe9bf4d6b7680ee7da5f4e37d done [2025-08-08T09:53:49.580Z] #7 pushing layers 0.0s done [2025-08-08T09:53:49.580Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:5e99aa209572eb60f3f21977b9bd3b49a48e32efe9bf4d6b7680ee7da5f4e37d [2025-08-08T09:53:49.580Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-08T09:53:49.840Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:5e99aa209572eb60f3f21977b9bd3b49a48e32efe9bf4d6b7680ee7da5f4e37d 0.1s done [2025-08-08T09:53:49.840Z] #7 DONE 0.1s [2025-08-08T09:53:49.840Z] [2025-08-08T09:53:49.840Z] #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-08T09:53:49.840Z] #8 DONE 0.0s [2025-08-08T09:53:49.840Z] [2025-08-08T09:53:49.840Z] 1 warning found (use --debug to expand): [2025-08-08T09:53:49.840Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-08T09:53:50.130Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b' [2025-08-08T09:53:50.130Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b --push - [2025-08-08T09:53:50.130Z] #1 [internal] load build definition from Dockerfile [2025-08-08T09:53:50.130Z] #1 transferring dockerfile: 215B done [2025-08-08T09:53:50.130Z] #1 DONE 0.0s [2025-08-08T09:53:50.130Z] [2025-08-08T09:53:50.130Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:53:50.130Z] #2 DONE 0.0s [2025-08-08T09:53:50.130Z] [2025-08-08T09:53:50.130Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:53:50.130Z] #3 DONE 0.0s [2025-08-08T09:53:50.130Z] [2025-08-08T09:53:50.130Z] #4 [internal] load .dockerignore [2025-08-08T09:53:50.130Z] #4 transferring context: 2B done [2025-08-08T09:53:50.130Z] #4 DONE 0.0s [2025-08-08T09:53:50.130Z] [2025-08-08T09:53:50.130Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:ea6288264e14e6a154b34a37bfee5c6c3e1a00fb28b2454af911896908e1e597 [2025-08-08T09:53:50.130Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:ea6288264e14e6a154b34a37bfee5c6c3e1a00fb28b2454af911896908e1e597 [2025-08-08T09:53:50.388Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:ea6288264e14e6a154b34a37bfee5c6c3e1a00fb28b2454af911896908e1e597 0.0s done [2025-08-08T09:53:50.388Z] #5 DONE 0.1s [2025-08-08T09:53:50.388Z] [2025-08-08T09:53:50.388Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:ea6288264e14e6a154b34a37bfee5c6c3e1a00fb28b2454af911896908e1e597 [2025-08-08T09:53:50.388Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:ea6288264e14e6a154b34a37bfee5c6c3e1a00fb28b2454af911896908e1e597 0.0s done [2025-08-08T09:53:50.388Z] #6 DONE 0.0s [2025-08-08T09:53:50.388Z] [2025-08-08T09:53:50.388Z] #7 exporting to image [2025-08-08T09:53:50.388Z] #7 exporting layers done [2025-08-08T09:53:50.388Z] #7 exporting manifest sha256:81d67189a6586c5e1f42627f9045ed8594421146f560f0387803a6296d4d9575 done [2025-08-08T09:53:50.388Z] #7 exporting config sha256:80e4adda40e4cf6d7d16510feb49cd576bc0349215feb67a569458f076812ee0 done [2025-08-08T09:53:50.388Z] #7 exporting manifest sha256:68d4d9042828fdd32c6c52dd43ea8a2a19e01becb0cabdb529532e7e923940ab 0.0s done [2025-08-08T09:53:50.388Z] #7 exporting config sha256:7bb16125af06ba6da3fed5912542c7b5badaaf91d9fa2b5357314fdd6a45e3a4 [2025-08-08T09:53:50.388Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-08T09:53:50.388Z] #7 ... [2025-08-08T09:53:50.388Z] [2025-08-08T09:53:50.388Z] #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-08T09:53:50.388Z] #8 DONE 0.0s [2025-08-08T09:53:50.388Z] [2025-08-08T09:53:50.388Z] #7 exporting to image [2025-08-08T09:53:50.388Z] #7 exporting config sha256:7bb16125af06ba6da3fed5912542c7b5badaaf91d9fa2b5357314fdd6a45e3a4 done [2025-08-08T09:53:50.388Z] #7 exporting manifest list sha256:2ebb4abe3673f26a7967495d63d71ef58f40e2b6883f4cffa1bfde7541809383 done [2025-08-08T09:53:50.388Z] #7 pushing layers 0.1s done [2025-08-08T09:53:50.388Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:2ebb4abe3673f26a7967495d63d71ef58f40e2b6883f4cffa1bfde7541809383 [2025-08-08T09:53:50.647Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:2ebb4abe3673f26a7967495d63d71ef58f40e2b6883f4cffa1bfde7541809383 0.1s done [2025-08-08T09:53:50.647Z] #7 DONE 0.2s [2025-08-08T09:53:50.647Z] [2025-08-08T09:53:50.647Z] 1 warning found (use --debug to expand): [2025-08-08T09:53:50.647Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-08T09:53:50.936Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest' [2025-08-08T09:53:50.936Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest --push - [2025-08-08T09:53:50.936Z] #1 [internal] load build definition from Dockerfile [2025-08-08T09:53:50.936Z] #1 transferring dockerfile: 181B done [2025-08-08T09:53:50.936Z] #1 DONE 0.0s [2025-08-08T09:53:50.936Z] [2025-08-08T09:53:50.936Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-08-08T09:53:50.936Z] #2 DONE 0.0s [2025-08-08T09:53:50.936Z] [2025-08-08T09:53:50.936Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-08-08T09:53:50.936Z] #3 DONE 0.0s [2025-08-08T09:53:50.936Z] [2025-08-08T09:53:50.936Z] #4 [internal] load .dockerignore [2025-08-08T09:53:50.936Z] #4 transferring context: 2B done [2025-08-08T09:53:50.936Z] #4 DONE 0.0s [2025-08-08T09:53:50.936Z] [2025-08-08T09:53:50.936Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:ea6288264e14e6a154b34a37bfee5c6c3e1a00fb28b2454af911896908e1e597 [2025-08-08T09:53:50.936Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:ea6288264e14e6a154b34a37bfee5c6c3e1a00fb28b2454af911896908e1e597 done [2025-08-08T09:53:50.936Z] #5 CACHED [2025-08-08T09:53:50.936Z] [2025-08-08T09:53:50.936Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:ea6288264e14e6a154b34a37bfee5c6c3e1a00fb28b2454af911896908e1e597 [2025-08-08T09:53:50.936Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:ea6288264e14e6a154b34a37bfee5c6c3e1a00fb28b2454af911896908e1e597 0.0s done [2025-08-08T09:53:51.197Z] #6 CACHED [2025-08-08T09:53:51.197Z] [2025-08-08T09:53:51.197Z] #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-08T09:53:51.197Z] #7 DONE 0.0s [2025-08-08T09:53:51.197Z] [2025-08-08T09:53:51.197Z] #8 exporting to image [2025-08-08T09:53:51.197Z] #8 exporting layers done [2025-08-08T09:53:51.197Z] #8 exporting manifest sha256:81d67189a6586c5e1f42627f9045ed8594421146f560f0387803a6296d4d9575 done [2025-08-08T09:53:51.197Z] #8 exporting config sha256:80e4adda40e4cf6d7d16510feb49cd576bc0349215feb67a569458f076812ee0 done [2025-08-08T09:53:51.197Z] #8 exporting manifest sha256:68d4d9042828fdd32c6c52dd43ea8a2a19e01becb0cabdb529532e7e923940ab done [2025-08-08T09:53:51.197Z] #8 exporting config sha256:7bb16125af06ba6da3fed5912542c7b5badaaf91d9fa2b5357314fdd6a45e3a4 done [2025-08-08T09:53:51.197Z] #8 exporting manifest list sha256:2ebb4abe3673f26a7967495d63d71ef58f40e2b6883f4cffa1bfde7541809383 done [2025-08-08T09:53:51.197Z] #8 pushing layers 0.0s done [2025-08-08T09:53:51.197Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:2ebb4abe3673f26a7967495d63d71ef58f40e2b6883f4cffa1bfde7541809383 0.1s done [2025-08-08T09:53:51.197Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-08T09:53:51.197Z] #8 DONE 0.1s [2025-08-08T09:53:51.197Z] [2025-08-08T09:53:51.197Z] 1 warning found (use --debug to expand): [2025-08-08T09:53:51.197Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-08T09:53:51.501Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.44' [2025-08-08T09:53:51.501Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.44 --push - [2025-08-08T09:53:51.501Z] #1 [internal] load build definition from Dockerfile [2025-08-08T09:53:51.501Z] #1 transferring dockerfile: 187B done [2025-08-08T09:53:51.501Z] #1 DONE 0.0s [2025-08-08T09:53:51.501Z] [2025-08-08T09:53:51.501Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.44 [2025-08-08T09:53:51.501Z] #2 DONE 0.0s [2025-08-08T09:53:51.501Z] [2025-08-08T09:53:51.501Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.44 [2025-08-08T09:53:51.501Z] #3 DONE 0.0s [2025-08-08T09:53:51.501Z] [2025-08-08T09:53:51.501Z] #4 [internal] load .dockerignore [2025-08-08T09:53:51.501Z] #4 transferring context: 2B done [2025-08-08T09:53:51.501Z] #4 DONE 0.0s [2025-08-08T09:53:51.501Z] [2025-08-08T09:53:51.501Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.44@sha256:ea6288264e14e6a154b34a37bfee5c6c3e1a00fb28b2454af911896908e1e597 [2025-08-08T09:53:51.501Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.44@sha256:ea6288264e14e6a154b34a37bfee5c6c3e1a00fb28b2454af911896908e1e597 [2025-08-08T09:53:51.760Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.44@sha256:ea6288264e14e6a154b34a37bfee5c6c3e1a00fb28b2454af911896908e1e597 0.0s done [2025-08-08T09:53:51.760Z] #5 CACHED [2025-08-08T09:53:51.760Z] [2025-08-08T09:53:51.760Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.44@sha256:ea6288264e14e6a154b34a37bfee5c6c3e1a00fb28b2454af911896908e1e597 [2025-08-08T09:53:51.760Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.44@sha256:ea6288264e14e6a154b34a37bfee5c6c3e1a00fb28b2454af911896908e1e597 0.0s done [2025-08-08T09:53:51.760Z] #6 CACHED [2025-08-08T09:53:51.760Z] [2025-08-08T09:53:51.760Z] #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-08T09:53:51.760Z] #7 DONE 0.0s [2025-08-08T09:53:51.760Z] [2025-08-08T09:53:51.760Z] #8 exporting to image [2025-08-08T09:53:51.760Z] #8 exporting layers done [2025-08-08T09:53:51.760Z] #8 exporting manifest sha256:81d67189a6586c5e1f42627f9045ed8594421146f560f0387803a6296d4d9575 done [2025-08-08T09:53:51.760Z] #8 exporting config sha256:80e4adda40e4cf6d7d16510feb49cd576bc0349215feb67a569458f076812ee0 done [2025-08-08T09:53:51.760Z] #8 exporting manifest sha256:68d4d9042828fdd32c6c52dd43ea8a2a19e01becb0cabdb529532e7e923940ab done [2025-08-08T09:53:51.760Z] #8 exporting config sha256:7bb16125af06ba6da3fed5912542c7b5badaaf91d9fa2b5357314fdd6a45e3a4 done [2025-08-08T09:53:51.760Z] #8 exporting manifest list sha256:2ebb4abe3673f26a7967495d63d71ef58f40e2b6883f4cffa1bfde7541809383 done [2025-08-08T09:53:51.760Z] #8 pushing layers 0.0s done [2025-08-08T09:53:51.760Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.44@sha256:2ebb4abe3673f26a7967495d63d71ef58f40e2b6883f4cffa1bfde7541809383 0.1s done [2025-08-08T09:53:51.760Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-08T09:53:51.760Z] #8 DONE 0.1s [2025-08-08T09:53:51.760Z] [2025-08-08T09:53:51.760Z] 1 warning found (use --debug to expand): [2025-08-08T09:53:51.760Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-08T09:53:52.042Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44' [2025-08-08T09:53:52.042Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 --push - [2025-08-08T09:53:52.301Z] #1 [internal] load build definition from Dockerfile [2025-08-08T09:53:52.301Z] #1 transferring dockerfile: 228B done [2025-08-08T09:53:52.301Z] #1 DONE 0.0s [2025-08-08T09:53:52.301Z] [2025-08-08T09:53:52.301Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:53:52.301Z] #2 DONE 0.0s [2025-08-08T09:53:52.301Z] [2025-08-08T09:53:52.301Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:53:52.301Z] #3 DONE 0.0s [2025-08-08T09:53:52.301Z] [2025-08-08T09:53:52.301Z] #4 [internal] load .dockerignore [2025-08-08T09:53:52.301Z] #4 transferring context: 2B done [2025-08-08T09:53:52.301Z] #4 DONE 0.0s [2025-08-08T09:53:52.301Z] [2025-08-08T09:53:52.301Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:ea6288264e14e6a154b34a37bfee5c6c3e1a00fb28b2454af911896908e1e597 [2025-08-08T09:53:52.301Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:ea6288264e14e6a154b34a37bfee5c6c3e1a00fb28b2454af911896908e1e597 done [2025-08-08T09:53:52.301Z] #5 CACHED [2025-08-08T09:53:52.301Z] [2025-08-08T09:53:52.301Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:ea6288264e14e6a154b34a37bfee5c6c3e1a00fb28b2454af911896908e1e597 [2025-08-08T09:53:52.301Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:ea6288264e14e6a154b34a37bfee5c6c3e1a00fb28b2454af911896908e1e597 done [2025-08-08T09:53:52.301Z] #6 CACHED [2025-08-08T09:53:52.301Z] [2025-08-08T09:53:52.301Z] #7 exporting to image [2025-08-08T09:53:52.301Z] #7 exporting layers done [2025-08-08T09:53:52.301Z] #7 exporting manifest sha256:81d67189a6586c5e1f42627f9045ed8594421146f560f0387803a6296d4d9575 done [2025-08-08T09:53:52.301Z] #7 exporting config sha256:80e4adda40e4cf6d7d16510feb49cd576bc0349215feb67a569458f076812ee0 done [2025-08-08T09:53:52.301Z] #7 exporting manifest sha256:68d4d9042828fdd32c6c52dd43ea8a2a19e01becb0cabdb529532e7e923940ab done [2025-08-08T09:53:52.301Z] #7 exporting config sha256:7bb16125af06ba6da3fed5912542c7b5badaaf91d9fa2b5357314fdd6a45e3a4 done [2025-08-08T09:53:52.301Z] #7 exporting manifest list sha256:2ebb4abe3673f26a7967495d63d71ef58f40e2b6883f4cffa1bfde7541809383 done [2025-08-08T09:53:52.301Z] #7 pushing layers 0.0s done [2025-08-08T09:53:52.301Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:2ebb4abe3673f26a7967495d63d71ef58f40e2b6883f4cffa1bfde7541809383 [2025-08-08T09:53:52.301Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-08T09:53:52.301Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:2ebb4abe3673f26a7967495d63d71ef58f40e2b6883f4cffa1bfde7541809383 0.1s done [2025-08-08T09:53:52.301Z] #7 DONE 0.1s [2025-08-08T09:53:52.301Z] [2025-08-08T09:53:52.301Z] #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-08T09:53:52.301Z] #8 DONE 0.0s [2025-08-08T09:53:52.301Z] [2025-08-08T09:53:52.301Z] 1 warning found (use --debug to expand): [2025-08-08T09:53:52.301Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-08T09:53:52.584Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main --push - [2025-08-08T09:53:52.584Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main' [2025-08-08T09:53:52.856Z] #1 [internal] load build definition from Dockerfile [2025-08-08T09:53:52.856Z] #1 transferring dockerfile: 179B done [2025-08-08T09:53:52.856Z] #1 DONE 0.0s [2025-08-08T09:53:52.856Z] [2025-08-08T09:53:52.856Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-08-08T09:53:52.856Z] #2 DONE 0.0s [2025-08-08T09:53:52.856Z] [2025-08-08T09:53:52.856Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-08-08T09:53:52.856Z] #3 DONE 0.0s [2025-08-08T09:53:52.856Z] [2025-08-08T09:53:52.856Z] #4 [internal] load .dockerignore [2025-08-08T09:53:52.856Z] #4 transferring context: 2B done [2025-08-08T09:53:52.856Z] #4 DONE 0.0s [2025-08-08T09:53:52.856Z] [2025-08-08T09:53:52.856Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:ea6288264e14e6a154b34a37bfee5c6c3e1a00fb28b2454af911896908e1e597 [2025-08-08T09:53:52.856Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:ea6288264e14e6a154b34a37bfee5c6c3e1a00fb28b2454af911896908e1e597 [2025-08-08T09:53:52.856Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:ea6288264e14e6a154b34a37bfee5c6c3e1a00fb28b2454af911896908e1e597 0.0s done [2025-08-08T09:53:52.856Z] #5 CACHED [2025-08-08T09:53:52.856Z] [2025-08-08T09:53:52.856Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:ea6288264e14e6a154b34a37bfee5c6c3e1a00fb28b2454af911896908e1e597 [2025-08-08T09:53:52.856Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:ea6288264e14e6a154b34a37bfee5c6c3e1a00fb28b2454af911896908e1e597 done [2025-08-08T09:53:52.856Z] #6 CACHED [2025-08-08T09:53:52.856Z] [2025-08-08T09:53:52.856Z] #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-08T09:53:52.856Z] #7 DONE 0.0s [2025-08-08T09:53:52.856Z] [2025-08-08T09:53:52.856Z] #8 exporting to image [2025-08-08T09:53:52.856Z] #8 exporting layers done [2025-08-08T09:53:52.856Z] #8 exporting manifest sha256:81d67189a6586c5e1f42627f9045ed8594421146f560f0387803a6296d4d9575 done [2025-08-08T09:53:52.856Z] #8 exporting config sha256:80e4adda40e4cf6d7d16510feb49cd576bc0349215feb67a569458f076812ee0 done [2025-08-08T09:53:52.856Z] #8 exporting manifest sha256:68d4d9042828fdd32c6c52dd43ea8a2a19e01becb0cabdb529532e7e923940ab done [2025-08-08T09:53:52.856Z] #8 exporting config sha256:7bb16125af06ba6da3fed5912542c7b5badaaf91d9fa2b5357314fdd6a45e3a4 done [2025-08-08T09:53:52.856Z] #8 exporting manifest list sha256:2ebb4abe3673f26a7967495d63d71ef58f40e2b6883f4cffa1bfde7541809383 done [2025-08-08T09:53:52.856Z] #8 pushing layers 0.0s done [2025-08-08T09:53:52.856Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:2ebb4abe3673f26a7967495d63d71ef58f40e2b6883f4cffa1bfde7541809383 0.1s done [2025-08-08T09:53:52.856Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-08T09:53:52.856Z] #8 DONE 0.1s [2025-08-08T09:53:52.856Z] [2025-08-08T09:53:52.856Z] 1 warning found (use --debug to expand): [2025-08-08T09:53:52.856Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-08T09:53:53.208Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b' [2025-08-08T09:53:53.208Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b --push - [2025-08-08T09:53:53.781Z] #1 [internal] load build definition from Dockerfile [2025-08-08T09:53:53.781Z] #1 transferring dockerfile: 205B done [2025-08-08T09:53:53.781Z] #1 DONE 0.0s [2025-08-08T09:53:53.781Z] [2025-08-08T09:53:53.781Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:53:53.781Z] #2 DONE 0.1s [2025-08-08T09:53:53.781Z] [2025-08-08T09:53:53.781Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:53:53.781Z] #3 DONE 0.1s [2025-08-08T09:53:53.781Z] [2025-08-08T09:53:53.781Z] #4 [internal] load .dockerignore [2025-08-08T09:53:53.781Z] #4 transferring context: 2B done [2025-08-08T09:53:53.781Z] #4 DONE 0.0s [2025-08-08T09:53:53.781Z] [2025-08-08T09:53:53.781Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:0b7a78682c01954dba2038546acd0eff1bb0357ac9378531324257357727ceb0 [2025-08-08T09:53:53.781Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:0b7a78682c01954dba2038546acd0eff1bb0357ac9378531324257357727ceb0 0.0s done [2025-08-08T09:53:53.781Z] #5 DONE 0.0s [2025-08-08T09:53:53.781Z] [2025-08-08T09:53:53.781Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:0b7a78682c01954dba2038546acd0eff1bb0357ac9378531324257357727ceb0 [2025-08-08T09:53:53.781Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:0b7a78682c01954dba2038546acd0eff1bb0357ac9378531324257357727ceb0 0.0s done [2025-08-08T09:53:53.781Z] #6 DONE 0.1s [2025-08-08T09:53:54.038Z] [2025-08-08T09:53:54.038Z] #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-08T09:53:54.038Z] #7 DONE 0.0s [2025-08-08T09:53:54.038Z] [2025-08-08T09:53:54.038Z] #8 exporting to image [2025-08-08T09:53:54.038Z] #8 exporting layers done [2025-08-08T09:53:54.038Z] #8 exporting manifest sha256:fbe3f39ef98395713d00324551345c71d4c749f37de8bcdfe40def95479dc929 0.0s done [2025-08-08T09:53:54.038Z] #8 exporting config sha256:07b3dd1e2580b305b982c94559f316d94188e3b366a0f46bb6fa115aff5fac9a done [2025-08-08T09:53:54.038Z] #8 exporting manifest sha256:7448036be09ca7d2786fb836ecd6ed77a894e6d60c578e447e80a7107987e0b8 done [2025-08-08T09:53:54.038Z] #8 exporting config sha256:ea9b56cadce1a7fc027c4586c5205ce8f951489c38bbca8c4472f9b6b9d8354f done [2025-08-08T09:53:54.038Z] #8 exporting manifest list sha256:a6b9d3ed427e327b9b0ca599f54ee66bc03f3c41db71dad973ab236af67cca11 done [2025-08-08T09:53:54.038Z] #8 pushing layers 0.1s done [2025-08-08T09:53:54.038Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:a6b9d3ed427e327b9b0ca599f54ee66bc03f3c41db71dad973ab236af67cca11 [2025-08-08T09:53:54.038Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-08T09:53:54.038Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:a6b9d3ed427e327b9b0ca599f54ee66bc03f3c41db71dad973ab236af67cca11 0.1s done [2025-08-08T09:53:54.038Z] #8 DONE 0.2s [2025-08-08T09:53:54.038Z] [2025-08-08T09:53:54.038Z] 1 warning found (use --debug to expand): [2025-08-08T09:53:54.038Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-08T09:53:54.365Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest' [2025-08-08T09:53:54.365Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:latest --push - [2025-08-08T09:53:54.365Z] #1 [internal] load build definition from Dockerfile [2025-08-08T09:53:54.365Z] #1 transferring dockerfile: 171B done [2025-08-08T09:53:54.365Z] #1 DONE 0.0s [2025-08-08T09:53:54.365Z] [2025-08-08T09:53:54.365Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-08-08T09:53:54.365Z] #2 DONE 0.0s [2025-08-08T09:53:54.365Z] [2025-08-08T09:53:54.365Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-08-08T09:53:54.365Z] #3 DONE 0.0s [2025-08-08T09:53:54.365Z] [2025-08-08T09:53:54.365Z] #4 [internal] load .dockerignore [2025-08-08T09:53:54.365Z] #4 transferring context: 2B done [2025-08-08T09:53:54.365Z] #4 DONE 0.0s [2025-08-08T09:53:54.365Z] [2025-08-08T09:53:54.365Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:0b7a78682c01954dba2038546acd0eff1bb0357ac9378531324257357727ceb0 [2025-08-08T09:53:54.365Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:0b7a78682c01954dba2038546acd0eff1bb0357ac9378531324257357727ceb0 0.0s done [2025-08-08T09:53:54.365Z] #5 CACHED [2025-08-08T09:53:54.365Z] [2025-08-08T09:53:54.365Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:0b7a78682c01954dba2038546acd0eff1bb0357ac9378531324257357727ceb0 [2025-08-08T09:53:54.365Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:0b7a78682c01954dba2038546acd0eff1bb0357ac9378531324257357727ceb0 0.0s done [2025-08-08T09:53:54.365Z] #6 CACHED [2025-08-08T09:53:54.365Z] [2025-08-08T09:53:54.365Z] #7 exporting to image [2025-08-08T09:53:54.365Z] #7 exporting layers done [2025-08-08T09:53:54.365Z] #7 exporting manifest sha256:fbe3f39ef98395713d00324551345c71d4c749f37de8bcdfe40def95479dc929 [2025-08-08T09:53:54.365Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-08T09:53:54.624Z] #7 exporting manifest sha256:fbe3f39ef98395713d00324551345c71d4c749f37de8bcdfe40def95479dc929 done [2025-08-08T09:53:54.624Z] #7 exporting config sha256:07b3dd1e2580b305b982c94559f316d94188e3b366a0f46bb6fa115aff5fac9a done [2025-08-08T09:53:54.624Z] #7 exporting manifest sha256:7448036be09ca7d2786fb836ecd6ed77a894e6d60c578e447e80a7107987e0b8 done [2025-08-08T09:53:54.624Z] #7 exporting config sha256:ea9b56cadce1a7fc027c4586c5205ce8f951489c38bbca8c4472f9b6b9d8354f done [2025-08-08T09:53:54.624Z] #7 exporting manifest list sha256:a6b9d3ed427e327b9b0ca599f54ee66bc03f3c41db71dad973ab236af67cca11 done [2025-08-08T09:53:54.624Z] #7 pushing layers 0.0s done [2025-08-08T09:53:54.624Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:a6b9d3ed427e327b9b0ca599f54ee66bc03f3c41db71dad973ab236af67cca11 0.1s done [2025-08-08T09:53:54.624Z] #7 DONE 0.1s [2025-08-08T09:53:54.624Z] [2025-08-08T09:53:54.624Z] #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-08T09:53:54.624Z] #8 DONE 0.0s [2025-08-08T09:53:54.624Z] [2025-08-08T09:53:54.624Z] 1 warning found (use --debug to expand): [2025-08-08T09:53:54.624Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-08T09:53:54.915Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.44' [2025-08-08T09:53:54.915Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.44 --push - [2025-08-08T09:53:55.175Z] #1 [internal] load build definition from Dockerfile [2025-08-08T09:53:55.175Z] #1 transferring dockerfile: 177B done [2025-08-08T09:53:55.175Z] #1 DONE 0.0s [2025-08-08T09:53:55.175Z] [2025-08-08T09:53:55.175Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.44 [2025-08-08T09:53:55.175Z] #2 DONE 0.0s [2025-08-08T09:53:55.175Z] [2025-08-08T09:53:55.175Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.44 [2025-08-08T09:53:55.175Z] #3 DONE 0.0s [2025-08-08T09:53:55.175Z] [2025-08-08T09:53:55.175Z] #4 [internal] load .dockerignore [2025-08-08T09:53:55.175Z] #4 transferring context: 2B done [2025-08-08T09:53:55.175Z] #4 DONE 0.0s [2025-08-08T09:53:55.175Z] [2025-08-08T09:53:55.175Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.44@sha256:0b7a78682c01954dba2038546acd0eff1bb0357ac9378531324257357727ceb0 [2025-08-08T09:53:55.175Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.44@sha256:0b7a78682c01954dba2038546acd0eff1bb0357ac9378531324257357727ceb0 0.0s done [2025-08-08T09:53:55.175Z] #5 CACHED [2025-08-08T09:53:55.175Z] [2025-08-08T09:53:55.175Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.44@sha256:0b7a78682c01954dba2038546acd0eff1bb0357ac9378531324257357727ceb0 [2025-08-08T09:53:55.175Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.44@sha256:0b7a78682c01954dba2038546acd0eff1bb0357ac9378531324257357727ceb0 0.0s done [2025-08-08T09:53:55.175Z] #6 CACHED [2025-08-08T09:53:55.175Z] [2025-08-08T09:53:55.175Z] #7 exporting to image [2025-08-08T09:53:55.175Z] #7 exporting layers done [2025-08-08T09:53:55.175Z] #7 exporting manifest sha256:fbe3f39ef98395713d00324551345c71d4c749f37de8bcdfe40def95479dc929 done [2025-08-08T09:53:55.175Z] #7 exporting config sha256:07b3dd1e2580b305b982c94559f316d94188e3b366a0f46bb6fa115aff5fac9a done [2025-08-08T09:53:55.175Z] #7 exporting manifest sha256:7448036be09ca7d2786fb836ecd6ed77a894e6d60c578e447e80a7107987e0b8 done [2025-08-08T09:53:55.175Z] #7 exporting config sha256:ea9b56cadce1a7fc027c4586c5205ce8f951489c38bbca8c4472f9b6b9d8354f done [2025-08-08T09:53:55.175Z] #7 exporting manifest list sha256:a6b9d3ed427e327b9b0ca599f54ee66bc03f3c41db71dad973ab236af67cca11 done [2025-08-08T09:53:55.175Z] #7 pushing layers 0.0s done [2025-08-08T09:53:55.175Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.44@sha256:a6b9d3ed427e327b9b0ca599f54ee66bc03f3c41db71dad973ab236af67cca11 [2025-08-08T09:53:55.175Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-08T09:53:55.175Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.44@sha256:a6b9d3ed427e327b9b0ca599f54ee66bc03f3c41db71dad973ab236af67cca11 0.1s done [2025-08-08T09:53:55.175Z] #7 DONE 0.1s [2025-08-08T09:53:55.175Z] [2025-08-08T09:53:55.175Z] #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-08T09:53:55.175Z] #8 DONE 0.0s [2025-08-08T09:53:55.175Z] [2025-08-08T09:53:55.175Z] 1 warning found (use --debug to expand): [2025-08-08T09:53:55.175Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-08T09:53:55.463Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44' [2025-08-08T09:53:55.463Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 --push - [2025-08-08T09:53:55.463Z] #1 [internal] load build definition from Dockerfile [2025-08-08T09:53:55.463Z] #1 transferring dockerfile: 218B done [2025-08-08T09:53:55.463Z] #1 DONE 0.0s [2025-08-08T09:53:55.463Z] [2025-08-08T09:53:55.463Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:53:55.463Z] #2 DONE 0.0s [2025-08-08T09:53:55.463Z] [2025-08-08T09:53:55.463Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:53:55.463Z] #3 DONE 0.0s [2025-08-08T09:53:55.463Z] [2025-08-08T09:53:55.463Z] #4 [internal] load .dockerignore [2025-08-08T09:53:55.463Z] #4 transferring context: 2B done [2025-08-08T09:53:55.463Z] #4 DONE 0.0s [2025-08-08T09:53:55.463Z] [2025-08-08T09:53:55.463Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:0b7a78682c01954dba2038546acd0eff1bb0357ac9378531324257357727ceb0 [2025-08-08T09:53:55.463Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:0b7a78682c01954dba2038546acd0eff1bb0357ac9378531324257357727ceb0 [2025-08-08T09:53:55.724Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:0b7a78682c01954dba2038546acd0eff1bb0357ac9378531324257357727ceb0 0.0s done [2025-08-08T09:53:55.724Z] #5 CACHED [2025-08-08T09:53:55.724Z] [2025-08-08T09:53:55.724Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:0b7a78682c01954dba2038546acd0eff1bb0357ac9378531324257357727ceb0 [2025-08-08T09:53:55.724Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:0b7a78682c01954dba2038546acd0eff1bb0357ac9378531324257357727ceb0 0.0s done [2025-08-08T09:53:55.724Z] #6 CACHED [2025-08-08T09:53:55.724Z] [2025-08-08T09:53:55.724Z] #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-08T09:53:55.724Z] #7 DONE 0.0s [2025-08-08T09:53:55.724Z] [2025-08-08T09:53:55.724Z] #8 exporting to image [2025-08-08T09:53:55.724Z] #8 exporting layers done [2025-08-08T09:53:55.724Z] #8 exporting manifest sha256:fbe3f39ef98395713d00324551345c71d4c749f37de8bcdfe40def95479dc929 done [2025-08-08T09:53:55.724Z] #8 exporting config sha256:07b3dd1e2580b305b982c94559f316d94188e3b366a0f46bb6fa115aff5fac9a done [2025-08-08T09:53:55.724Z] #8 exporting manifest sha256:7448036be09ca7d2786fb836ecd6ed77a894e6d60c578e447e80a7107987e0b8 done [2025-08-08T09:53:55.724Z] #8 exporting config sha256:ea9b56cadce1a7fc027c4586c5205ce8f951489c38bbca8c4472f9b6b9d8354f done [2025-08-08T09:53:55.724Z] #8 exporting manifest list sha256:a6b9d3ed427e327b9b0ca599f54ee66bc03f3c41db71dad973ab236af67cca11 done [2025-08-08T09:53:55.724Z] #8 pushing layers 0.0s done [2025-08-08T09:53:55.724Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:a6b9d3ed427e327b9b0ca599f54ee66bc03f3c41db71dad973ab236af67cca11 0.1s done [2025-08-08T09:53:55.724Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-08T09:53:55.724Z] #8 DONE 0.1s [2025-08-08T09:53:55.724Z] [2025-08-08T09:53:55.724Z] 1 warning found (use --debug to expand): [2025-08-08T09:53:55.724Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-08T09:53:56.014Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main' [2025-08-08T09:53:56.014Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:main --push - [2025-08-08T09:53:56.014Z] #1 [internal] load build definition from Dockerfile [2025-08-08T09:53:56.014Z] #1 transferring dockerfile: 169B done [2025-08-08T09:53:56.014Z] #1 DONE 0.0s [2025-08-08T09:53:56.014Z] [2025-08-08T09:53:56.014Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-08-08T09:53:56.014Z] #2 DONE 0.0s [2025-08-08T09:53:56.014Z] [2025-08-08T09:53:56.014Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-08-08T09:53:56.014Z] #3 DONE 0.0s [2025-08-08T09:53:56.014Z] [2025-08-08T09:53:56.014Z] #4 [internal] load .dockerignore [2025-08-08T09:53:56.014Z] #4 transferring context: 2B done [2025-08-08T09:53:56.014Z] #4 DONE 0.0s [2025-08-08T09:53:56.014Z] [2025-08-08T09:53:56.014Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:0b7a78682c01954dba2038546acd0eff1bb0357ac9378531324257357727ceb0 [2025-08-08T09:53:56.014Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:0b7a78682c01954dba2038546acd0eff1bb0357ac9378531324257357727ceb0 0.0s done [2025-08-08T09:53:56.014Z] #5 CACHED [2025-08-08T09:53:56.014Z] [2025-08-08T09:53:56.015Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:0b7a78682c01954dba2038546acd0eff1bb0357ac9378531324257357727ceb0 [2025-08-08T09:53:56.015Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:0b7a78682c01954dba2038546acd0eff1bb0357ac9378531324257357727ceb0 0.0s done [2025-08-08T09:53:56.015Z] #6 CACHED [2025-08-08T09:53:56.015Z] [2025-08-08T09:53:56.015Z] #7 exporting to image [2025-08-08T09:53:56.015Z] #7 exporting layers done [2025-08-08T09:53:56.015Z] #7 exporting manifest sha256:fbe3f39ef98395713d00324551345c71d4c749f37de8bcdfe40def95479dc929 done [2025-08-08T09:53:56.015Z] #7 exporting config sha256:07b3dd1e2580b305b982c94559f316d94188e3b366a0f46bb6fa115aff5fac9a done [2025-08-08T09:53:56.015Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-08T09:53:56.275Z] #7 exporting manifest sha256:7448036be09ca7d2786fb836ecd6ed77a894e6d60c578e447e80a7107987e0b8 done [2025-08-08T09:53:56.275Z] #7 exporting config sha256:ea9b56cadce1a7fc027c4586c5205ce8f951489c38bbca8c4472f9b6b9d8354f done [2025-08-08T09:53:56.275Z] #7 exporting manifest list sha256:a6b9d3ed427e327b9b0ca599f54ee66bc03f3c41db71dad973ab236af67cca11 done [2025-08-08T09:53:56.275Z] #7 pushing layers 0.0s done [2025-08-08T09:53:56.275Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:a6b9d3ed427e327b9b0ca599f54ee66bc03f3c41db71dad973ab236af67cca11 0.1s done [2025-08-08T09:53:56.275Z] #7 DONE 0.1s [2025-08-08T09:53:56.275Z] [2025-08-08T09:53:56.275Z] #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-08T09:53:56.275Z] #8 DONE 0.0s [2025-08-08T09:53:56.275Z] [2025-08-08T09:53:56.275Z] 1 warning found (use --debug to expand): [2025-08-08T09:53:56.275Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-08T09:53:56.566Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b' [2025-08-08T09:53:56.566Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b --push - [2025-08-08T09:53:56.566Z] #1 [internal] load build definition from Dockerfile [2025-08-08T09:53:56.566Z] #1 transferring dockerfile: 206B done [2025-08-08T09:53:56.566Z] #1 DONE 0.0s [2025-08-08T09:53:56.566Z] [2025-08-08T09:53:56.566Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:53:56.566Z] #2 DONE 0.0s [2025-08-08T09:53:56.566Z] [2025-08-08T09:53:56.566Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:53:56.566Z] #3 DONE 0.1s [2025-08-08T09:53:56.566Z] [2025-08-08T09:53:56.566Z] #4 [internal] load .dockerignore [2025-08-08T09:53:56.566Z] #4 transferring context: 2B done [2025-08-08T09:53:56.566Z] #4 DONE 0.0s [2025-08-08T09:53:56.827Z] [2025-08-08T09:53:56.827Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:be70e5356407c9a26b53a8e66d2b1c60f50c26aabfd3854773895037541e9cde [2025-08-08T09:53:56.827Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:be70e5356407c9a26b53a8e66d2b1c60f50c26aabfd3854773895037541e9cde 0.0s done [2025-08-08T09:53:56.827Z] #5 DONE 0.0s [2025-08-08T09:53:56.827Z] [2025-08-08T09:53:56.827Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:be70e5356407c9a26b53a8e66d2b1c60f50c26aabfd3854773895037541e9cde [2025-08-08T09:53:56.827Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:be70e5356407c9a26b53a8e66d2b1c60f50c26aabfd3854773895037541e9cde 0.0s done [2025-08-08T09:53:56.827Z] #6 DONE 0.1s [2025-08-08T09:53:56.827Z] [2025-08-08T09:53:56.827Z] #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-08T09:53:56.827Z] #7 DONE 0.0s [2025-08-08T09:53:56.827Z] [2025-08-08T09:53:56.827Z] #8 exporting to image [2025-08-08T09:53:56.827Z] #8 exporting layers done [2025-08-08T09:53:56.827Z] #8 exporting manifest sha256:22e68780321249d324e5a5985ac93ca05efc78310bd95a1c00eae494163120bd done [2025-08-08T09:53:56.827Z] #8 exporting config sha256:f8f1eee816037d278e60c2113f604f9d591665b1888b74e141c4b305eaa07dbf done [2025-08-08T09:53:56.827Z] #8 exporting manifest sha256:a5426414caa1b12886b67b8eb1885d28109a32f8080f468b3f7d66718c77ef09 done [2025-08-08T09:53:56.827Z] #8 exporting config sha256:d31f0eba9ccca9719321a7ab1de7ced0050180dc10f73dd322e8122d974a422e done [2025-08-08T09:53:56.827Z] #8 exporting manifest list sha256:7e6961f42243b3be7fe09315f0ee685a8b23b237b3b91a5eb3c5ec7e1709ba4d done [2025-08-08T09:53:56.827Z] #8 pushing layers 0.1s done [2025-08-08T09:53:56.827Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:7e6961f42243b3be7fe09315f0ee685a8b23b237b3b91a5eb3c5ec7e1709ba4d [2025-08-08T09:53:56.827Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-08T09:53:57.086Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:7e6961f42243b3be7fe09315f0ee685a8b23b237b3b91a5eb3c5ec7e1709ba4d 0.1s done [2025-08-08T09:53:57.086Z] #8 DONE 0.2s [2025-08-08T09:53:57.086Z] [2025-08-08T09:53:57.086Z] 1 warning found (use --debug to expand): [2025-08-08T09:53:57.086Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-08T09:53:57.374Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest' [2025-08-08T09:53:57.374Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:latest --push - [2025-08-08T09:53:57.374Z] #1 [internal] load build definition from Dockerfile [2025-08-08T09:53:57.374Z] #1 transferring dockerfile: 172B done [2025-08-08T09:53:57.374Z] #1 DONE 0.0s [2025-08-08T09:53:57.374Z] [2025-08-08T09:53:57.374Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-08-08T09:53:57.374Z] #2 DONE 0.0s [2025-08-08T09:53:57.374Z] [2025-08-08T09:53:57.374Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-08-08T09:53:57.374Z] #3 DONE 0.0s [2025-08-08T09:53:57.374Z] [2025-08-08T09:53:57.374Z] #4 [internal] load .dockerignore [2025-08-08T09:53:57.374Z] #4 transferring context: 2B done [2025-08-08T09:53:57.374Z] #4 DONE 0.0s [2025-08-08T09:53:57.374Z] [2025-08-08T09:53:57.374Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:be70e5356407c9a26b53a8e66d2b1c60f50c26aabfd3854773895037541e9cde [2025-08-08T09:53:57.374Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:be70e5356407c9a26b53a8e66d2b1c60f50c26aabfd3854773895037541e9cde 0.0s done [2025-08-08T09:53:57.374Z] #5 CACHED [2025-08-08T09:53:57.374Z] [2025-08-08T09:53:57.374Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:be70e5356407c9a26b53a8e66d2b1c60f50c26aabfd3854773895037541e9cde [2025-08-08T09:53:57.374Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:be70e5356407c9a26b53a8e66d2b1c60f50c26aabfd3854773895037541e9cde 0.0s done [2025-08-08T09:53:57.374Z] #6 CACHED [2025-08-08T09:53:57.374Z] [2025-08-08T09:53:57.374Z] #7 exporting to image [2025-08-08T09:53:57.374Z] #7 exporting layers done [2025-08-08T09:53:57.374Z] #7 exporting manifest sha256:22e68780321249d324e5a5985ac93ca05efc78310bd95a1c00eae494163120bd done [2025-08-08T09:53:57.374Z] #7 exporting config sha256:f8f1eee816037d278e60c2113f604f9d591665b1888b74e141c4b305eaa07dbf done [2025-08-08T09:53:57.374Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-08T09:53:57.633Z] #7 exporting manifest sha256:a5426414caa1b12886b67b8eb1885d28109a32f8080f468b3f7d66718c77ef09 done [2025-08-08T09:53:57.633Z] #7 exporting config sha256:d31f0eba9ccca9719321a7ab1de7ced0050180dc10f73dd322e8122d974a422e done [2025-08-08T09:53:57.633Z] #7 exporting manifest list sha256:7e6961f42243b3be7fe09315f0ee685a8b23b237b3b91a5eb3c5ec7e1709ba4d done [2025-08-08T09:53:57.633Z] #7 pushing layers 0.0s done [2025-08-08T09:53:57.633Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:7e6961f42243b3be7fe09315f0ee685a8b23b237b3b91a5eb3c5ec7e1709ba4d 0.1s done [2025-08-08T09:53:57.633Z] #7 DONE 0.1s [2025-08-08T09:53:57.633Z] [2025-08-08T09:53:57.633Z] #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-08T09:53:57.633Z] #8 DONE 0.0s [2025-08-08T09:53:57.633Z] [2025-08-08T09:53:57.633Z] 1 warning found (use --debug to expand): [2025-08-08T09:53:57.633Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-08T09:53:57.932Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.44 --push - [2025-08-08T09:53:57.932Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.44' [2025-08-08T09:53:57.932Z] #1 [internal] load build definition from Dockerfile [2025-08-08T09:53:57.932Z] #1 transferring dockerfile: 178B done [2025-08-08T09:53:57.932Z] #1 DONE 0.0s [2025-08-08T09:53:57.932Z] [2025-08-08T09:53:57.932Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.44 [2025-08-08T09:53:57.932Z] #2 DONE 0.0s [2025-08-08T09:53:57.932Z] [2025-08-08T09:53:57.932Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.44 [2025-08-08T09:53:57.932Z] #3 DONE 0.0s [2025-08-08T09:53:57.932Z] [2025-08-08T09:53:57.932Z] #4 [internal] load .dockerignore [2025-08-08T09:53:57.932Z] #4 transferring context: 2B done [2025-08-08T09:53:57.932Z] #4 DONE 0.0s [2025-08-08T09:53:57.932Z] [2025-08-08T09:53:57.932Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.44@sha256:be70e5356407c9a26b53a8e66d2b1c60f50c26aabfd3854773895037541e9cde [2025-08-08T09:53:57.932Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.44@sha256:be70e5356407c9a26b53a8e66d2b1c60f50c26aabfd3854773895037541e9cde 0.0s done [2025-08-08T09:53:57.932Z] #5 CACHED [2025-08-08T09:53:57.932Z] [2025-08-08T09:53:57.932Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.44@sha256:be70e5356407c9a26b53a8e66d2b1c60f50c26aabfd3854773895037541e9cde [2025-08-08T09:53:57.932Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.44@sha256:be70e5356407c9a26b53a8e66d2b1c60f50c26aabfd3854773895037541e9cde 0.0s done [2025-08-08T09:53:57.932Z] #6 CACHED [2025-08-08T09:53:57.932Z] [2025-08-08T09:53:57.932Z] #7 exporting to image [2025-08-08T09:53:57.932Z] #7 exporting layers done [2025-08-08T09:53:57.932Z] #7 exporting manifest sha256:22e68780321249d324e5a5985ac93ca05efc78310bd95a1c00eae494163120bd done [2025-08-08T09:53:57.932Z] #7 exporting config sha256:f8f1eee816037d278e60c2113f604f9d591665b1888b74e141c4b305eaa07dbf [2025-08-08T09:53:57.932Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-08T09:53:58.191Z] #7 exporting config sha256:f8f1eee816037d278e60c2113f604f9d591665b1888b74e141c4b305eaa07dbf done [2025-08-08T09:53:58.191Z] #7 exporting manifest sha256:a5426414caa1b12886b67b8eb1885d28109a32f8080f468b3f7d66718c77ef09 done [2025-08-08T09:53:58.191Z] #7 exporting config sha256:d31f0eba9ccca9719321a7ab1de7ced0050180dc10f73dd322e8122d974a422e done [2025-08-08T09:53:58.191Z] #7 exporting manifest list sha256:7e6961f42243b3be7fe09315f0ee685a8b23b237b3b91a5eb3c5ec7e1709ba4d done [2025-08-08T09:53:58.191Z] #7 pushing layers 0.0s done [2025-08-08T09:53:58.191Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.44@sha256:7e6961f42243b3be7fe09315f0ee685a8b23b237b3b91a5eb3c5ec7e1709ba4d 0.1s done [2025-08-08T09:53:58.191Z] #7 DONE 0.1s [2025-08-08T09:53:58.191Z] [2025-08-08T09:53:58.191Z] #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-08T09:53:58.191Z] #8 DONE 0.0s [2025-08-08T09:53:58.191Z] [2025-08-08T09:53:58.191Z] 1 warning found (use --debug to expand): [2025-08-08T09:53:58.191Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-08T09:53:58.478Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44' [2025-08-08T09:53:58.478Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 --push - [2025-08-08T09:53:58.478Z] #1 [internal] load build definition from Dockerfile [2025-08-08T09:53:58.478Z] #1 transferring dockerfile: 219B done [2025-08-08T09:53:58.478Z] #1 DONE 0.0s [2025-08-08T09:53:58.478Z] [2025-08-08T09:53:58.478Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:53:58.478Z] #2 DONE 0.0s [2025-08-08T09:53:58.478Z] [2025-08-08T09:53:58.478Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:53:58.478Z] #3 DONE 0.0s [2025-08-08T09:53:58.478Z] [2025-08-08T09:53:58.478Z] #4 [internal] load .dockerignore [2025-08-08T09:53:58.478Z] #4 transferring context: 2B done [2025-08-08T09:53:58.479Z] #4 DONE 0.0s [2025-08-08T09:53:58.479Z] [2025-08-08T09:53:58.479Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:be70e5356407c9a26b53a8e66d2b1c60f50c26aabfd3854773895037541e9cde [2025-08-08T09:53:58.479Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:be70e5356407c9a26b53a8e66d2b1c60f50c26aabfd3854773895037541e9cde 0.0s done [2025-08-08T09:53:58.479Z] #5 CACHED [2025-08-08T09:53:58.479Z] [2025-08-08T09:53:58.479Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:be70e5356407c9a26b53a8e66d2b1c60f50c26aabfd3854773895037541e9cde [2025-08-08T09:53:58.479Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:be70e5356407c9a26b53a8e66d2b1c60f50c26aabfd3854773895037541e9cde 0.0s done [2025-08-08T09:53:58.740Z] #6 CACHED [2025-08-08T09:53:58.740Z] [2025-08-08T09:53:58.740Z] #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-08T09:53:58.740Z] #7 DONE 0.0s [2025-08-08T09:53:58.740Z] [2025-08-08T09:53:58.740Z] #8 exporting to image [2025-08-08T09:53:58.740Z] #8 exporting layers done [2025-08-08T09:53:58.740Z] #8 exporting manifest sha256:22e68780321249d324e5a5985ac93ca05efc78310bd95a1c00eae494163120bd done [2025-08-08T09:53:58.740Z] #8 exporting config sha256:f8f1eee816037d278e60c2113f604f9d591665b1888b74e141c4b305eaa07dbf done [2025-08-08T09:53:58.740Z] #8 exporting manifest sha256:a5426414caa1b12886b67b8eb1885d28109a32f8080f468b3f7d66718c77ef09 done [2025-08-08T09:53:58.740Z] #8 exporting config sha256:d31f0eba9ccca9719321a7ab1de7ced0050180dc10f73dd322e8122d974a422e done [2025-08-08T09:53:58.740Z] #8 exporting manifest list sha256:7e6961f42243b3be7fe09315f0ee685a8b23b237b3b91a5eb3c5ec7e1709ba4d done [2025-08-08T09:53:58.740Z] #8 pushing layers 0.0s done [2025-08-08T09:53:58.740Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:7e6961f42243b3be7fe09315f0ee685a8b23b237b3b91a5eb3c5ec7e1709ba4d 0.1s done [2025-08-08T09:53:58.740Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-08T09:53:58.740Z] #8 DONE 0.1s [2025-08-08T09:53:58.740Z] [2025-08-08T09:53:58.740Z] 1 warning found (use --debug to expand): [2025-08-08T09:53:58.740Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-08T09:53:59.027Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:main' [2025-08-08T09:53:59.028Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:main --push - [2025-08-08T09:53:59.028Z] #1 [internal] load build definition from Dockerfile [2025-08-08T09:53:59.028Z] #1 transferring dockerfile: 170B done [2025-08-08T09:53:59.028Z] #1 DONE 0.0s [2025-08-08T09:53:59.028Z] [2025-08-08T09:53:59.028Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-08-08T09:53:59.028Z] #2 DONE 0.0s [2025-08-08T09:53:59.028Z] [2025-08-08T09:53:59.028Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-08-08T09:53:59.028Z] #3 DONE 0.0s [2025-08-08T09:53:59.028Z] [2025-08-08T09:53:59.028Z] #4 [internal] load .dockerignore [2025-08-08T09:53:59.028Z] #4 transferring context: 2B done [2025-08-08T09:53:59.028Z] #4 DONE 0.0s [2025-08-08T09:53:59.028Z] [2025-08-08T09:53:59.028Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:be70e5356407c9a26b53a8e66d2b1c60f50c26aabfd3854773895037541e9cde [2025-08-08T09:53:59.028Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:be70e5356407c9a26b53a8e66d2b1c60f50c26aabfd3854773895037541e9cde 0.0s done [2025-08-08T09:53:59.028Z] #5 CACHED [2025-08-08T09:53:59.028Z] [2025-08-08T09:53:59.028Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:be70e5356407c9a26b53a8e66d2b1c60f50c26aabfd3854773895037541e9cde [2025-08-08T09:53:59.028Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:be70e5356407c9a26b53a8e66d2b1c60f50c26aabfd3854773895037541e9cde 0.0s done [2025-08-08T09:53:59.028Z] #6 CACHED [2025-08-08T09:53:59.028Z] [2025-08-08T09:53:59.028Z] #7 exporting to image [2025-08-08T09:53:59.028Z] #7 exporting layers done [2025-08-08T09:53:59.028Z] #7 exporting manifest sha256:22e68780321249d324e5a5985ac93ca05efc78310bd95a1c00eae494163120bd done [2025-08-08T09:53:59.028Z] #7 exporting config sha256:f8f1eee816037d278e60c2113f604f9d591665b1888b74e141c4b305eaa07dbf done [2025-08-08T09:53:59.028Z] #7 exporting manifest sha256:a5426414caa1b12886b67b8eb1885d28109a32f8080f468b3f7d66718c77ef09 done [2025-08-08T09:53:59.028Z] #7 exporting config sha256:d31f0eba9ccca9719321a7ab1de7ced0050180dc10f73dd322e8122d974a422e done [2025-08-08T09:53:59.028Z] #7 exporting manifest list sha256:7e6961f42243b3be7fe09315f0ee685a8b23b237b3b91a5eb3c5ec7e1709ba4d [2025-08-08T09:53:59.028Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-08T09:53:59.286Z] #7 exporting manifest list sha256:7e6961f42243b3be7fe09315f0ee685a8b23b237b3b91a5eb3c5ec7e1709ba4d done [2025-08-08T09:53:59.286Z] #7 pushing layers 0.0s done [2025-08-08T09:53:59.286Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:7e6961f42243b3be7fe09315f0ee685a8b23b237b3b91a5eb3c5ec7e1709ba4d 0.1s done [2025-08-08T09:53:59.286Z] #7 DONE 0.1s [2025-08-08T09:53:59.286Z] [2025-08-08T09:53:59.286Z] #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-08T09:53:59.286Z] #8 DONE 0.0s [2025-08-08T09:53:59.286Z] [2025-08-08T09:53:59.286Z] 1 warning found (use --debug to expand): [2025-08-08T09:53:59.286Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-08T09:53:59.573Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b' [2025-08-08T09:53:59.573Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b --push - [2025-08-08T09:53:59.573Z] #1 [internal] load build definition from Dockerfile [2025-08-08T09:53:59.573Z] #1 transferring dockerfile: 206B done [2025-08-08T09:53:59.573Z] #1 DONE 0.0s [2025-08-08T09:53:59.573Z] [2025-08-08T09:53:59.573Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:53:59.573Z] #2 DONE 0.0s [2025-08-08T09:53:59.573Z] [2025-08-08T09:53:59.573Z] #3 [internal] load .dockerignore [2025-08-08T09:53:59.573Z] #3 transferring context: 2B done [2025-08-08T09:53:59.573Z] #3 DONE 0.0s [2025-08-08T09:53:59.573Z] [2025-08-08T09:53:59.573Z] #4 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:53:59.573Z] #4 DONE 0.1s [2025-08-08T09:53:59.833Z] [2025-08-08T09:53:59.833Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:457b5b899433c76ff9ede80df21ff5a3f4f04db4533c634e8f696abe3faf8bb1 [2025-08-08T09:53:59.833Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:457b5b899433c76ff9ede80df21ff5a3f4f04db4533c634e8f696abe3faf8bb1 [2025-08-08T09:53:59.833Z] #5 ... [2025-08-08T09:53:59.833Z] [2025-08-08T09:53:59.833Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:457b5b899433c76ff9ede80df21ff5a3f4f04db4533c634e8f696abe3faf8bb1 [2025-08-08T09:53:59.833Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:457b5b899433c76ff9ede80df21ff5a3f4f04db4533c634e8f696abe3faf8bb1 0.0s done [2025-08-08T09:53:59.833Z] #6 DONE 0.1s [2025-08-08T09:53:59.833Z] [2025-08-08T09:53:59.833Z] #7 exporting to image [2025-08-08T09:53:59.833Z] #7 exporting layers done [2025-08-08T09:53:59.833Z] #7 exporting manifest sha256:108fefbb3d99afca3b80d47410cf90a9898f9e760f7095d622d65f7e09814819 done [2025-08-08T09:53:59.833Z] #7 exporting config sha256:ad4dfa24bcf618ccafe7574d3c200cbe47e28aee1148ac23db2a03fcd69054e6 done [2025-08-08T09:53:59.833Z] #7 exporting manifest sha256:37c31f46066fc378ff27b9f5e0500b700274091ef259689aa998ced825f45584 done [2025-08-08T09:53:59.833Z] #7 exporting config sha256:2a017d2a7eb827d86cb2b251fe8213b20cc9589efc019a5a2dccb09507b7ae7c done [2025-08-08T09:53:59.833Z] #7 exporting manifest list sha256:eac2533e0aa66657fd19fdba62dd306a0b0d25daf52dd9a8d5a0e7522083c544 [2025-08-08T09:53:59.833Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-08T09:53:59.833Z] #7 ... [2025-08-08T09:53:59.833Z] [2025-08-08T09:53:59.833Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-08T09:53:59.833Z] #8 DONE 0.0s [2025-08-08T09:53:59.833Z] [2025-08-08T09:53:59.834Z] #7 exporting to image [2025-08-08T09:53:59.834Z] #7 exporting manifest list sha256:eac2533e0aa66657fd19fdba62dd306a0b0d25daf52dd9a8d5a0e7522083c544 done [2025-08-08T09:53:59.834Z] #7 pushing layers 0.1s done [2025-08-08T09:53:59.834Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:eac2533e0aa66657fd19fdba62dd306a0b0d25daf52dd9a8d5a0e7522083c544 [2025-08-08T09:54:00.093Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:eac2533e0aa66657fd19fdba62dd306a0b0d25daf52dd9a8d5a0e7522083c544 0.1s done [2025-08-08T09:54:00.093Z] #7 DONE 0.2s [2025-08-08T09:54:00.093Z] [2025-08-08T09:54:00.093Z] 1 warning found (use --debug to expand): [2025-08-08T09:54:00.093Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-08T09:54:00.380Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest' [2025-08-08T09:54:00.380Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:latest --push - [2025-08-08T09:54:00.380Z] #1 [internal] load build definition from Dockerfile [2025-08-08T09:54:00.380Z] #1 transferring dockerfile: 172B done [2025-08-08T09:54:00.380Z] #1 DONE 0.0s [2025-08-08T09:54:00.380Z] [2025-08-08T09:54:00.380Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-08-08T09:54:00.380Z] #2 DONE 0.0s [2025-08-08T09:54:00.380Z] [2025-08-08T09:54:00.380Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-08-08T09:54:00.380Z] #3 DONE 0.0s [2025-08-08T09:54:00.380Z] [2025-08-08T09:54:00.380Z] #4 [internal] load .dockerignore [2025-08-08T09:54:00.380Z] #4 transferring context: 2B done [2025-08-08T09:54:00.380Z] #4 DONE 0.0s [2025-08-08T09:54:00.380Z] [2025-08-08T09:54:00.380Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:457b5b899433c76ff9ede80df21ff5a3f4f04db4533c634e8f696abe3faf8bb1 [2025-08-08T09:54:00.380Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:457b5b899433c76ff9ede80df21ff5a3f4f04db4533c634e8f696abe3faf8bb1 0.0s done [2025-08-08T09:54:00.380Z] #5 CACHED [2025-08-08T09:54:00.380Z] [2025-08-08T09:54:00.380Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:457b5b899433c76ff9ede80df21ff5a3f4f04db4533c634e8f696abe3faf8bb1 [2025-08-08T09:54:00.380Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:457b5b899433c76ff9ede80df21ff5a3f4f04db4533c634e8f696abe3faf8bb1 0.0s done [2025-08-08T09:54:00.380Z] #6 CACHED [2025-08-08T09:54:00.380Z] [2025-08-08T09:54:00.380Z] #7 exporting to image [2025-08-08T09:54:00.380Z] #7 exporting layers [2025-08-08T09:54:00.380Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-08T09:54:00.646Z] #7 exporting layers done [2025-08-08T09:54:00.646Z] #7 exporting manifest sha256:108fefbb3d99afca3b80d47410cf90a9898f9e760f7095d622d65f7e09814819 done [2025-08-08T09:54:00.646Z] #7 exporting config sha256:ad4dfa24bcf618ccafe7574d3c200cbe47e28aee1148ac23db2a03fcd69054e6 done [2025-08-08T09:54:00.646Z] #7 exporting manifest sha256:37c31f46066fc378ff27b9f5e0500b700274091ef259689aa998ced825f45584 done [2025-08-08T09:54:00.646Z] #7 exporting config sha256:2a017d2a7eb827d86cb2b251fe8213b20cc9589efc019a5a2dccb09507b7ae7c done [2025-08-08T09:54:00.646Z] #7 exporting manifest list sha256:eac2533e0aa66657fd19fdba62dd306a0b0d25daf52dd9a8d5a0e7522083c544 done [2025-08-08T09:54:00.646Z] #7 pushing layers 0.0s done [2025-08-08T09:54:00.646Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:eac2533e0aa66657fd19fdba62dd306a0b0d25daf52dd9a8d5a0e7522083c544 0.1s done [2025-08-08T09:54:00.646Z] #7 DONE 0.1s [2025-08-08T09:54:00.646Z] [2025-08-08T09:54:00.646Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-08T09:54:00.646Z] #8 DONE 0.0s [2025-08-08T09:54:00.646Z] [2025-08-08T09:54:00.646Z] 1 warning found (use --debug to expand): [2025-08-08T09:54:00.646Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-08T09:54:00.939Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.44 --push - [2025-08-08T09:54:00.939Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.44' [2025-08-08T09:54:00.939Z] #1 [internal] load build definition from Dockerfile [2025-08-08T09:54:00.939Z] #1 transferring dockerfile: 178B done [2025-08-08T09:54:00.939Z] #1 DONE 0.0s [2025-08-08T09:54:00.939Z] [2025-08-08T09:54:00.939Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.44 [2025-08-08T09:54:00.939Z] #2 DONE 0.0s [2025-08-08T09:54:00.939Z] [2025-08-08T09:54:00.939Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.44 [2025-08-08T09:54:00.939Z] #3 DONE 0.0s [2025-08-08T09:54:00.939Z] [2025-08-08T09:54:00.939Z] #4 [internal] load .dockerignore [2025-08-08T09:54:00.939Z] #4 transferring context: 2B done [2025-08-08T09:54:00.939Z] #4 DONE 0.0s [2025-08-08T09:54:00.939Z] [2025-08-08T09:54:00.939Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.44@sha256:457b5b899433c76ff9ede80df21ff5a3f4f04db4533c634e8f696abe3faf8bb1 [2025-08-08T09:54:00.939Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.44@sha256:457b5b899433c76ff9ede80df21ff5a3f4f04db4533c634e8f696abe3faf8bb1 0.0s done [2025-08-08T09:54:00.939Z] #5 DONE 0.0s [2025-08-08T09:54:00.939Z] [2025-08-08T09:54:00.939Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.44@sha256:457b5b899433c76ff9ede80df21ff5a3f4f04db4533c634e8f696abe3faf8bb1 [2025-08-08T09:54:01.199Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.44@sha256:457b5b899433c76ff9ede80df21ff5a3f4f04db4533c634e8f696abe3faf8bb1 0.0s done [2025-08-08T09:54:01.199Z] #6 CACHED [2025-08-08T09:54:01.199Z] [2025-08-08T09:54:01.199Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.44@sha256:457b5b899433c76ff9ede80df21ff5a3f4f04db4533c634e8f696abe3faf8bb1 [2025-08-08T09:54:01.199Z] #5 CACHED [2025-08-08T09:54:01.199Z] [2025-08-08T09:54:01.199Z] #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-08T09:54:01.199Z] #7 DONE 0.0s [2025-08-08T09:54:01.199Z] [2025-08-08T09:54:01.199Z] #8 exporting to image [2025-08-08T09:54:01.199Z] #8 exporting layers done [2025-08-08T09:54:01.199Z] #8 exporting manifest sha256:108fefbb3d99afca3b80d47410cf90a9898f9e760f7095d622d65f7e09814819 done [2025-08-08T09:54:01.199Z] #8 exporting config sha256:ad4dfa24bcf618ccafe7574d3c200cbe47e28aee1148ac23db2a03fcd69054e6 done [2025-08-08T09:54:01.199Z] #8 exporting manifest sha256:37c31f46066fc378ff27b9f5e0500b700274091ef259689aa998ced825f45584 done [2025-08-08T09:54:01.199Z] #8 exporting config sha256:2a017d2a7eb827d86cb2b251fe8213b20cc9589efc019a5a2dccb09507b7ae7c done [2025-08-08T09:54:01.199Z] #8 exporting manifest list sha256:eac2533e0aa66657fd19fdba62dd306a0b0d25daf52dd9a8d5a0e7522083c544 done [2025-08-08T09:54:01.199Z] #8 pushing layers 0.0s done [2025-08-08T09:54:01.199Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.44@sha256:eac2533e0aa66657fd19fdba62dd306a0b0d25daf52dd9a8d5a0e7522083c544 0.1s done [2025-08-08T09:54:01.199Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-08T09:54:01.199Z] #8 DONE 0.1s [2025-08-08T09:54:01.199Z] [2025-08-08T09:54:01.199Z] 1 warning found (use --debug to expand): [2025-08-08T09:54:01.199Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-08T09:54:01.499Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44' [2025-08-08T09:54:01.499Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 --push - [2025-08-08T09:54:01.759Z] #1 [internal] load build definition from Dockerfile [2025-08-08T09:54:01.759Z] #1 transferring dockerfile: 219B done [2025-08-08T09:54:01.759Z] #1 DONE 0.0s [2025-08-08T09:54:01.759Z] [2025-08-08T09:54:01.759Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:54:01.759Z] #2 DONE 0.0s [2025-08-08T09:54:01.759Z] [2025-08-08T09:54:01.759Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:54:01.759Z] #3 DONE 0.0s [2025-08-08T09:54:01.759Z] [2025-08-08T09:54:01.759Z] #4 [internal] load .dockerignore [2025-08-08T09:54:01.759Z] #4 transferring context: 2B done [2025-08-08T09:54:01.759Z] #4 DONE 0.0s [2025-08-08T09:54:01.759Z] [2025-08-08T09:54:01.759Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:457b5b899433c76ff9ede80df21ff5a3f4f04db4533c634e8f696abe3faf8bb1 [2025-08-08T09:54:01.759Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:457b5b899433c76ff9ede80df21ff5a3f4f04db4533c634e8f696abe3faf8bb1 0.0s done [2025-08-08T09:54:01.759Z] #5 CACHED [2025-08-08T09:54:01.759Z] [2025-08-08T09:54:01.759Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:457b5b899433c76ff9ede80df21ff5a3f4f04db4533c634e8f696abe3faf8bb1 [2025-08-08T09:54:01.759Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:457b5b899433c76ff9ede80df21ff5a3f4f04db4533c634e8f696abe3faf8bb1 0.0s done [2025-08-08T09:54:01.759Z] #6 CACHED [2025-08-08T09:54:01.759Z] [2025-08-08T09:54:01.759Z] #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-08T09:54:01.759Z] #7 DONE 0.0s [2025-08-08T09:54:01.759Z] [2025-08-08T09:54:01.759Z] #8 exporting to image [2025-08-08T09:54:01.759Z] #8 exporting layers done [2025-08-08T09:54:01.759Z] #8 exporting manifest sha256:108fefbb3d99afca3b80d47410cf90a9898f9e760f7095d622d65f7e09814819 done [2025-08-08T09:54:01.759Z] #8 exporting config sha256:ad4dfa24bcf618ccafe7574d3c200cbe47e28aee1148ac23db2a03fcd69054e6 done [2025-08-08T09:54:01.759Z] #8 exporting manifest sha256:37c31f46066fc378ff27b9f5e0500b700274091ef259689aa998ced825f45584 done [2025-08-08T09:54:01.759Z] #8 exporting config sha256:2a017d2a7eb827d86cb2b251fe8213b20cc9589efc019a5a2dccb09507b7ae7c done [2025-08-08T09:54:01.759Z] #8 exporting manifest list sha256:eac2533e0aa66657fd19fdba62dd306a0b0d25daf52dd9a8d5a0e7522083c544 done [2025-08-08T09:54:01.759Z] #8 pushing layers 0.0s done [2025-08-08T09:54:01.759Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:eac2533e0aa66657fd19fdba62dd306a0b0d25daf52dd9a8d5a0e7522083c544 0.1s done [2025-08-08T09:54:01.759Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-08T09:54:01.759Z] #8 DONE 0.1s [2025-08-08T09:54:01.759Z] [2025-08-08T09:54:01.759Z] 1 warning found (use --debug to expand): [2025-08-08T09:54:01.759Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-08T09:54:02.050Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:main' [2025-08-08T09:54:02.050Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:main --push - [2025-08-08T09:54:02.309Z] #1 [internal] load build definition from Dockerfile [2025-08-08T09:54:02.309Z] #1 transferring dockerfile: 170B done [2025-08-08T09:54:02.309Z] #1 DONE 0.0s [2025-08-08T09:54:02.309Z] [2025-08-08T09:54:02.309Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-08-08T09:54:02.309Z] #2 DONE 0.0s [2025-08-08T09:54:02.309Z] [2025-08-08T09:54:02.309Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-08-08T09:54:02.309Z] #3 DONE 0.0s [2025-08-08T09:54:02.309Z] [2025-08-08T09:54:02.309Z] #4 [internal] load .dockerignore [2025-08-08T09:54:02.309Z] #4 transferring context: 2B done [2025-08-08T09:54:02.309Z] #4 DONE 0.0s [2025-08-08T09:54:02.309Z] [2025-08-08T09:54:02.309Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:457b5b899433c76ff9ede80df21ff5a3f4f04db4533c634e8f696abe3faf8bb1 [2025-08-08T09:54:02.309Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:457b5b899433c76ff9ede80df21ff5a3f4f04db4533c634e8f696abe3faf8bb1 0.0s done [2025-08-08T09:54:02.309Z] #5 CACHED [2025-08-08T09:54:02.309Z] [2025-08-08T09:54:02.309Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:457b5b899433c76ff9ede80df21ff5a3f4f04db4533c634e8f696abe3faf8bb1 [2025-08-08T09:54:02.309Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:457b5b899433c76ff9ede80df21ff5a3f4f04db4533c634e8f696abe3faf8bb1 0.0s done [2025-08-08T09:54:02.309Z] #6 CACHED [2025-08-08T09:54:02.309Z] [2025-08-08T09:54:02.309Z] #7 exporting to image [2025-08-08T09:54:02.309Z] #7 exporting layers [2025-08-08T09:54:02.309Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-08T09:54:02.309Z] #7 exporting layers done [2025-08-08T09:54:02.309Z] #7 exporting manifest sha256:108fefbb3d99afca3b80d47410cf90a9898f9e760f7095d622d65f7e09814819 done [2025-08-08T09:54:02.309Z] #7 exporting config sha256:ad4dfa24bcf618ccafe7574d3c200cbe47e28aee1148ac23db2a03fcd69054e6 done [2025-08-08T09:54:02.309Z] #7 exporting manifest sha256:37c31f46066fc378ff27b9f5e0500b700274091ef259689aa998ced825f45584 done [2025-08-08T09:54:02.309Z] #7 exporting config sha256:2a017d2a7eb827d86cb2b251fe8213b20cc9589efc019a5a2dccb09507b7ae7c done [2025-08-08T09:54:02.309Z] #7 exporting manifest list sha256:eac2533e0aa66657fd19fdba62dd306a0b0d25daf52dd9a8d5a0e7522083c544 done [2025-08-08T09:54:02.309Z] #7 pushing layers 0.0s done [2025-08-08T09:54:02.309Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:eac2533e0aa66657fd19fdba62dd306a0b0d25daf52dd9a8d5a0e7522083c544 0.1s done [2025-08-08T09:54:02.309Z] #7 DONE 0.1s [2025-08-08T09:54:02.309Z] [2025-08-08T09:54:02.309Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-08T09:54:02.309Z] #8 DONE 0.0s [2025-08-08T09:54:02.309Z] [2025-08-08T09:54:02.309Z] 1 warning found (use --debug to expand): [2025-08-08T09:54:02.309Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-08T09:54:02.595Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b' [2025-08-08T09:54:02.596Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b --push - [2025-08-08T09:54:02.596Z] #1 [internal] load build definition from Dockerfile [2025-08-08T09:54:02.596Z] #1 transferring dockerfile: 206B done [2025-08-08T09:54:02.596Z] #1 DONE 0.0s [2025-08-08T09:54:02.596Z] [2025-08-08T09:54:02.596Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:54:02.596Z] #2 DONE 0.0s [2025-08-08T09:54:02.596Z] [2025-08-08T09:54:02.596Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:54:02.596Z] #3 DONE 0.0s [2025-08-08T09:54:02.596Z] [2025-08-08T09:54:02.596Z] #4 [internal] load .dockerignore [2025-08-08T09:54:02.596Z] #4 transferring context: 2B done [2025-08-08T09:54:02.596Z] #4 DONE 0.0s [2025-08-08T09:54:02.596Z] [2025-08-08T09:54:02.596Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:875784c7418e297973f1afc6e68b8436973cc5b40f6becc8522397566a447812 [2025-08-08T09:54:02.596Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:875784c7418e297973f1afc6e68b8436973cc5b40f6becc8522397566a447812 [2025-08-08T09:54:02.856Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:875784c7418e297973f1afc6e68b8436973cc5b40f6becc8522397566a447812 0.0s done [2025-08-08T09:54:02.856Z] #5 DONE 0.1s [2025-08-08T09:54:02.856Z] [2025-08-08T09:54:02.856Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:875784c7418e297973f1afc6e68b8436973cc5b40f6becc8522397566a447812 [2025-08-08T09:54:02.856Z] #6 DONE 0.0s [2025-08-08T09:54:02.856Z] [2025-08-08T09:54:02.856Z] #7 exporting to image [2025-08-08T09:54:02.856Z] #7 exporting layers done [2025-08-08T09:54:02.856Z] #7 exporting manifest sha256:9db0c9b39aa9162dfa53acc599273e390c3eafc702a94a53fe44ae4511c7636c done [2025-08-08T09:54:02.856Z] #7 exporting config sha256:a01624e59fa8697287a6d90efa2d34979a8f135d1aaa62a74679ab01b08e161f done [2025-08-08T09:54:02.856Z] #7 exporting manifest sha256:cc165689a8bce86e5e7a8c27161b2fe687626633a97079571d921828608460b8 done [2025-08-08T09:54:02.856Z] #7 exporting config sha256:96e26b24ab054fb125e77c3187ae5286ff8d7053104d1d2687245146b8f6092e [2025-08-08T09:54:02.856Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-08T09:54:02.856Z] #7 ... [2025-08-08T09:54:02.856Z] [2025-08-08T09:54:02.856Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-08T09:54:02.856Z] #8 DONE 0.0s [2025-08-08T09:54:02.856Z] [2025-08-08T09:54:02.856Z] #7 exporting to image [2025-08-08T09:54:02.856Z] #7 exporting config sha256:96e26b24ab054fb125e77c3187ae5286ff8d7053104d1d2687245146b8f6092e done [2025-08-08T09:54:02.856Z] #7 exporting manifest list sha256:e1c131da2d71597ecdcd164ad5c3ea432a8bfdaa489c01195ed30ee790a8878e done [2025-08-08T09:54:02.856Z] #7 pushing layers 0.1s done [2025-08-08T09:54:02.856Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:e1c131da2d71597ecdcd164ad5c3ea432a8bfdaa489c01195ed30ee790a8878e [2025-08-08T09:54:03.116Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:e1c131da2d71597ecdcd164ad5c3ea432a8bfdaa489c01195ed30ee790a8878e 0.1s done [2025-08-08T09:54:03.116Z] #7 DONE 0.2s [2025-08-08T09:54:03.116Z] [2025-08-08T09:54:03.116Z] 1 warning found (use --debug to expand): [2025-08-08T09:54:03.116Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-08T09:54:03.401Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:latest' [2025-08-08T09:54:03.402Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:latest --push - [2025-08-08T09:54:03.661Z] #1 [internal] load build definition from Dockerfile [2025-08-08T09:54:03.920Z] #1 transferring dockerfile: 172B done [2025-08-08T09:54:03.920Z] #1 DONE 0.1s [2025-08-08T09:54:03.920Z] [2025-08-08T09:54:03.920Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-08-08T09:54:04.178Z] #2 DONE 0.3s [2025-08-08T09:54:04.178Z] [2025-08-08T09:54:04.178Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-08-08T09:54:04.178Z] #3 DONE 0.3s [2025-08-08T09:54:04.178Z] [2025-08-08T09:54:04.178Z] #4 [internal] load .dockerignore [2025-08-08T09:54:04.609Z] #4 transferring context: 2B done [2025-08-08T09:54:04.609Z] #4 DONE 0.4s [2025-08-08T09:54:04.609Z] [2025-08-08T09:54:04.609Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:875784c7418e297973f1afc6e68b8436973cc5b40f6becc8522397566a447812 [2025-08-08T09:54:04.609Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:875784c7418e297973f1afc6e68b8436973cc5b40f6becc8522397566a447812 [2025-08-08T09:54:04.869Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:875784c7418e297973f1afc6e68b8436973cc5b40f6becc8522397566a447812 0.2s done [2025-08-08T09:54:04.869Z] #5 DONE 0.2s [2025-08-08T09:54:04.869Z] [2025-08-08T09:54:04.869Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:875784c7418e297973f1afc6e68b8436973cc5b40f6becc8522397566a447812 [2025-08-08T09:54:04.869Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:875784c7418e297973f1afc6e68b8436973cc5b40f6becc8522397566a447812 0.2s done [2025-08-08T09:54:04.869Z] #6 DONE 0.2s [2025-08-08T09:54:04.869Z] [2025-08-08T09:54:04.869Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:875784c7418e297973f1afc6e68b8436973cc5b40f6becc8522397566a447812 [2025-08-08T09:54:04.869Z] #6 CACHED [2025-08-08T09:54:04.869Z] [2025-08-08T09:54:04.869Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:875784c7418e297973f1afc6e68b8436973cc5b40f6becc8522397566a447812 [2025-08-08T09:54:04.869Z] #5 CACHED [2025-08-08T09:54:04.869Z] [2025-08-08T09:54:04.869Z] #7 exporting to image [2025-08-08T09:54:04.869Z] #7 exporting layers done [2025-08-08T09:54:04.869Z] #7 exporting manifest sha256:9db0c9b39aa9162dfa53acc599273e390c3eafc702a94a53fe44ae4511c7636c done [2025-08-08T09:54:04.869Z] #7 exporting config sha256:a01624e59fa8697287a6d90efa2d34979a8f135d1aaa62a74679ab01b08e161f 0.0s done [2025-08-08T09:54:04.869Z] #7 exporting manifest sha256:cc165689a8bce86e5e7a8c27161b2fe687626633a97079571d921828608460b8 0.1s done [2025-08-08T09:54:04.869Z] #7 exporting config sha256:96e26b24ab054fb125e77c3187ae5286ff8d7053104d1d2687245146b8f6092e [2025-08-08T09:54:04.869Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-08T09:54:05.128Z] #7 exporting config sha256:96e26b24ab054fb125e77c3187ae5286ff8d7053104d1d2687245146b8f6092e 0.0s done [2025-08-08T09:54:05.128Z] #7 exporting manifest list sha256:e1c131da2d71597ecdcd164ad5c3ea432a8bfdaa489c01195ed30ee790a8878e done [2025-08-08T09:54:05.128Z] #7 pushing layers 0.0s done [2025-08-08T09:54:05.128Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:e1c131da2d71597ecdcd164ad5c3ea432a8bfdaa489c01195ed30ee790a8878e 0.1s done [2025-08-08T09:54:05.128Z] #7 DONE 0.2s [2025-08-08T09:54:05.128Z] [2025-08-08T09:54:05.128Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-08T09:54:05.128Z] #8 DONE 0.0s [2025-08-08T09:54:05.388Z] [2025-08-08T09:54:05.388Z] 1 warning found (use --debug to expand): [2025-08-08T09:54:05.388Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-08T09:54:05.685Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.44 --push - [2025-08-08T09:54:05.685Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.44' [2025-08-08T09:54:05.685Z] #1 [internal] load build definition from Dockerfile [2025-08-08T09:54:05.685Z] #1 transferring dockerfile: 178B done [2025-08-08T09:54:05.685Z] #1 DONE 0.0s [2025-08-08T09:54:05.685Z] [2025-08-08T09:54:05.685Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.44 [2025-08-08T09:54:05.685Z] #2 DONE 0.0s [2025-08-08T09:54:05.685Z] [2025-08-08T09:54:05.685Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.44 [2025-08-08T09:54:05.685Z] #3 DONE 0.0s [2025-08-08T09:54:05.685Z] [2025-08-08T09:54:05.685Z] #4 [internal] load .dockerignore [2025-08-08T09:54:05.685Z] #4 transferring context: 2B done [2025-08-08T09:54:05.685Z] #4 DONE 0.0s [2025-08-08T09:54:05.685Z] [2025-08-08T09:54:05.685Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.44@sha256:875784c7418e297973f1afc6e68b8436973cc5b40f6becc8522397566a447812 [2025-08-08T09:54:05.685Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.44@sha256:875784c7418e297973f1afc6e68b8436973cc5b40f6becc8522397566a447812 done [2025-08-08T09:54:05.685Z] #5 CACHED [2025-08-08T09:54:05.685Z] [2025-08-08T09:54:05.685Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.44@sha256:875784c7418e297973f1afc6e68b8436973cc5b40f6becc8522397566a447812 [2025-08-08T09:54:05.685Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.44@sha256:875784c7418e297973f1afc6e68b8436973cc5b40f6becc8522397566a447812 0.0s done [2025-08-08T09:54:05.685Z] #6 CACHED [2025-08-08T09:54:05.685Z] [2025-08-08T09:54:05.685Z] #7 exporting to image [2025-08-08T09:54:05.685Z] #7 exporting layers done [2025-08-08T09:54:05.685Z] #7 exporting manifest sha256:9db0c9b39aa9162dfa53acc599273e390c3eafc702a94a53fe44ae4511c7636c done [2025-08-08T09:54:05.685Z] #7 exporting config sha256:a01624e59fa8697287a6d90efa2d34979a8f135d1aaa62a74679ab01b08e161f done [2025-08-08T09:54:05.685Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-08T09:54:05.945Z] #7 exporting manifest sha256:cc165689a8bce86e5e7a8c27161b2fe687626633a97079571d921828608460b8 done [2025-08-08T09:54:05.945Z] #7 exporting config sha256:96e26b24ab054fb125e77c3187ae5286ff8d7053104d1d2687245146b8f6092e done [2025-08-08T09:54:05.945Z] #7 exporting manifest list sha256:e1c131da2d71597ecdcd164ad5c3ea432a8bfdaa489c01195ed30ee790a8878e done [2025-08-08T09:54:05.945Z] #7 pushing layers 0.0s done [2025-08-08T09:54:05.945Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.44@sha256:e1c131da2d71597ecdcd164ad5c3ea432a8bfdaa489c01195ed30ee790a8878e 0.1s done [2025-08-08T09:54:05.945Z] #7 DONE 0.1s [2025-08-08T09:54:05.945Z] [2025-08-08T09:54:05.945Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-08T09:54:05.945Z] #8 DONE 0.0s [2025-08-08T09:54:05.945Z] [2025-08-08T09:54:05.945Z] 1 warning found (use --debug to expand): [2025-08-08T09:54:05.945Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-08T09:54:06.227Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44' [2025-08-08T09:54:06.227Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 --push - [2025-08-08T09:54:06.227Z] #1 [internal] load build definition from Dockerfile [2025-08-08T09:54:06.227Z] #1 transferring dockerfile: 219B done [2025-08-08T09:54:06.227Z] #1 DONE 0.0s [2025-08-08T09:54:06.227Z] [2025-08-08T09:54:06.227Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:54:06.227Z] #2 DONE 0.0s [2025-08-08T09:54:06.227Z] [2025-08-08T09:54:06.227Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:54:06.227Z] #3 DONE 0.0s [2025-08-08T09:54:06.227Z] [2025-08-08T09:54:06.227Z] #4 [internal] load .dockerignore [2025-08-08T09:54:06.227Z] #4 transferring context: 2B done [2025-08-08T09:54:06.227Z] #4 DONE 0.0s [2025-08-08T09:54:06.227Z] [2025-08-08T09:54:06.227Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:875784c7418e297973f1afc6e68b8436973cc5b40f6becc8522397566a447812 [2025-08-08T09:54:06.227Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:875784c7418e297973f1afc6e68b8436973cc5b40f6becc8522397566a447812 0.0s done [2025-08-08T09:54:06.227Z] #5 CACHED [2025-08-08T09:54:06.227Z] [2025-08-08T09:54:06.227Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:875784c7418e297973f1afc6e68b8436973cc5b40f6becc8522397566a447812 [2025-08-08T09:54:06.227Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:875784c7418e297973f1afc6e68b8436973cc5b40f6becc8522397566a447812 0.0s done [2025-08-08T09:54:06.227Z] #6 DONE 0.0s [2025-08-08T09:54:06.487Z] [2025-08-08T09:54:06.487Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:875784c7418e297973f1afc6e68b8436973cc5b40f6becc8522397566a447812 [2025-08-08T09:54:06.487Z] #6 CACHED [2025-08-08T09:54:06.487Z] [2025-08-08T09:54:06.487Z] #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-08T09:54:06.487Z] #7 DONE 0.0s [2025-08-08T09:54:06.487Z] [2025-08-08T09:54:06.487Z] #8 exporting to image [2025-08-08T09:54:06.487Z] #8 exporting layers done [2025-08-08T09:54:06.487Z] #8 exporting manifest sha256:9db0c9b39aa9162dfa53acc599273e390c3eafc702a94a53fe44ae4511c7636c done [2025-08-08T09:54:06.487Z] #8 exporting config sha256:a01624e59fa8697287a6d90efa2d34979a8f135d1aaa62a74679ab01b08e161f done [2025-08-08T09:54:06.487Z] #8 exporting manifest sha256:cc165689a8bce86e5e7a8c27161b2fe687626633a97079571d921828608460b8 done [2025-08-08T09:54:06.487Z] #8 exporting config sha256:96e26b24ab054fb125e77c3187ae5286ff8d7053104d1d2687245146b8f6092e done [2025-08-08T09:54:06.487Z] #8 exporting manifest list sha256:e1c131da2d71597ecdcd164ad5c3ea432a8bfdaa489c01195ed30ee790a8878e done [2025-08-08T09:54:06.487Z] #8 pushing layers 0.0s done [2025-08-08T09:54:06.487Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:e1c131da2d71597ecdcd164ad5c3ea432a8bfdaa489c01195ed30ee790a8878e 0.1s done [2025-08-08T09:54:06.487Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-08T09:54:06.487Z] #8 DONE 0.1s [2025-08-08T09:54:06.487Z] [2025-08-08T09:54:06.487Z] 1 warning found (use --debug to expand): [2025-08-08T09:54:06.487Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-08T09:54:06.786Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:main' [2025-08-08T09:54:06.786Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:main --push - [2025-08-08T09:54:07.046Z] #1 [internal] load build definition from Dockerfile [2025-08-08T09:54:07.046Z] #1 transferring dockerfile: 170B done [2025-08-08T09:54:07.046Z] #1 DONE 0.0s [2025-08-08T09:54:07.046Z] [2025-08-08T09:54:07.046Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main [2025-08-08T09:54:07.046Z] #2 DONE 0.0s [2025-08-08T09:54:07.046Z] [2025-08-08T09:54:07.046Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main [2025-08-08T09:54:07.046Z] #3 DONE 0.0s [2025-08-08T09:54:07.046Z] [2025-08-08T09:54:07.046Z] #4 [internal] load .dockerignore [2025-08-08T09:54:07.046Z] #4 transferring context: 2B done [2025-08-08T09:54:07.046Z] #4 DONE 0.0s [2025-08-08T09:54:07.046Z] [2025-08-08T09:54:07.046Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:875784c7418e297973f1afc6e68b8436973cc5b40f6becc8522397566a447812 [2025-08-08T09:54:07.046Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:875784c7418e297973f1afc6e68b8436973cc5b40f6becc8522397566a447812 0.0s done [2025-08-08T09:54:07.046Z] #5 DONE 0.0s [2025-08-08T09:54:07.046Z] [2025-08-08T09:54:07.046Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:875784c7418e297973f1afc6e68b8436973cc5b40f6becc8522397566a447812 [2025-08-08T09:54:07.046Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:875784c7418e297973f1afc6e68b8436973cc5b40f6becc8522397566a447812 0.0s done [2025-08-08T09:54:07.046Z] #6 CACHED [2025-08-08T09:54:07.046Z] [2025-08-08T09:54:07.046Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:875784c7418e297973f1afc6e68b8436973cc5b40f6becc8522397566a447812 [2025-08-08T09:54:07.046Z] #5 CACHED [2025-08-08T09:54:07.046Z] [2025-08-08T09:54:07.046Z] #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-08T09:54:07.046Z] #7 DONE 0.0s [2025-08-08T09:54:07.046Z] [2025-08-08T09:54:07.046Z] #8 exporting to image [2025-08-08T09:54:07.046Z] #8 exporting layers done [2025-08-08T09:54:07.046Z] #8 exporting manifest sha256:9db0c9b39aa9162dfa53acc599273e390c3eafc702a94a53fe44ae4511c7636c done [2025-08-08T09:54:07.046Z] #8 exporting config sha256:a01624e59fa8697287a6d90efa2d34979a8f135d1aaa62a74679ab01b08e161f done [2025-08-08T09:54:07.046Z] #8 exporting manifest sha256:cc165689a8bce86e5e7a8c27161b2fe687626633a97079571d921828608460b8 done [2025-08-08T09:54:07.046Z] #8 exporting config sha256:96e26b24ab054fb125e77c3187ae5286ff8d7053104d1d2687245146b8f6092e done [2025-08-08T09:54:07.046Z] #8 exporting manifest list sha256:e1c131da2d71597ecdcd164ad5c3ea432a8bfdaa489c01195ed30ee790a8878e done [2025-08-08T09:54:07.046Z] #8 pushing layers 0.0s done [2025-08-08T09:54:07.046Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:e1c131da2d71597ecdcd164ad5c3ea432a8bfdaa489c01195ed30ee790a8878e 0.1s done [2025-08-08T09:54:07.046Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-08T09:54:07.046Z] #8 DONE 0.1s [2025-08-08T09:54:07.046Z] [2025-08-08T09:54:07.046Z] 1 warning found (use --debug to expand): [2025-08-08T09:54:07.046Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-08T09:54:07.338Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b' [2025-08-08T09:54:07.338Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b --push - [2025-08-08T09:54:07.338Z] #1 [internal] load build definition from Dockerfile [2025-08-08T09:54:07.338Z] #1 transferring dockerfile: 202B done [2025-08-08T09:54:07.338Z] #1 DONE 0.0s [2025-08-08T09:54:07.338Z] [2025-08-08T09:54:07.338Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:54:07.338Z] #2 DONE 0.0s [2025-08-08T09:54:07.338Z] [2025-08-08T09:54:07.338Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T09:54:07.338Z] #3 DONE 0.1s [2025-08-08T09:54:07.338Z] [2025-08-08T09:54:07.338Z] #4 [internal] load .dockerignore [2025-08-08T09:54:07.338Z] #4 transferring context: 2B done [2025-08-08T09:54:07.338Z] #4 DONE 0.0s [2025-08-08T09:54:07.601Z] [2025-08-08T09:54:07.601Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:34080605aef698d9e433cea63b08ace27b293751ee6db6452c66ea69fdac6747 [2025-08-08T09:54:07.601Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:34080605aef698d9e433cea63b08ace27b293751ee6db6452c66ea69fdac6747 0.0s done [2025-08-08T09:54:07.601Z] #5 DONE 0.0s [2025-08-08T09:54:07.601Z] [2025-08-08T09:54:07.601Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:34080605aef698d9e433cea63b08ace27b293751ee6db6452c66ea69fdac6747 [2025-08-08T09:54:07.601Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:34080605aef698d9e433cea63b08ace27b293751ee6db6452c66ea69fdac6747 0.0s done [2025-08-08T09:54:07.601Z] #6 DONE 0.1s [2025-08-08T09:54:07.601Z] [2025-08-08T09:54:07.601Z] #7 exporting to image [2025-08-08T09:54:07.601Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-08T09:54:07.601Z] #7 ... [2025-08-08T09:54:07.601Z] [2025-08-08T09:54:07.601Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-08T09:54:07.601Z] #8 DONE 0.0s [2025-08-08T09:54:07.601Z] [2025-08-08T09:54:07.601Z] #7 exporting to image [2025-08-08T09:54:07.601Z] #7 exporting layers done [2025-08-08T09:54:07.601Z] #7 exporting manifest sha256:5850ed31e2c38cdb829f022ce874ffc7c8240683d1793673de44ba244196f377 0.0s done [2025-08-08T09:54:07.601Z] #7 exporting config sha256:4ff394cf65aa489fc866085fd70592ff972c070c4c63d209f2ee51de6dee7846 done [2025-08-08T09:54:07.601Z] #7 exporting manifest sha256:79b8af06a43fd6c87cf1a4c174c28ce00161c908f548d02a4e01dffadad0f2fc done [2025-08-08T09:54:07.601Z] #7 exporting config sha256:02efefe6c96542491a7d2dd1ac8c5dab31d16cf4a39b20366aeaa8a252bd8085 done [2025-08-08T09:54:07.601Z] #7 exporting manifest list sha256:ea6355ce077fe2305a455c1583dbeccfc0e38519d7e1fc2cfff9dba03152fc76 done [2025-08-08T09:54:07.601Z] #7 pushing layers 0.1s done [2025-08-08T09:54:07.601Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:ea6355ce077fe2305a455c1583dbeccfc0e38519d7e1fc2cfff9dba03152fc76 [2025-08-08T09:54:07.859Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:ea6355ce077fe2305a455c1583dbeccfc0e38519d7e1fc2cfff9dba03152fc76 0.1s done [2025-08-08T09:54:07.859Z] #7 DONE 0.2s [2025-08-08T09:54:07.859Z] [2025-08-08T09:54:07.859Z] 1 warning found (use --debug to expand): [2025-08-08T09:54:07.859Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-08T09:54:08.149Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:latest --push - [2025-08-08T09:54:08.149Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest' [2025-08-08T09:54:08.149Z] #1 [internal] load build definition from Dockerfile [2025-08-08T09:54:08.149Z] #1 transferring dockerfile: 168B done [2025-08-08T09:54:08.149Z] #1 DONE 0.0s [2025-08-08T09:54:08.149Z] [2025-08-08T09:54:08.149Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-08-08T09:54:08.149Z] #2 DONE 0.0s [2025-08-08T09:54:08.149Z] [2025-08-08T09:54:08.149Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-08-08T09:54:08.149Z] #3 DONE 0.0s [2025-08-08T09:54:08.149Z] [2025-08-08T09:54:08.149Z] #4 [internal] load .dockerignore [2025-08-08T09:54:08.149Z] #4 transferring context: 2B done [2025-08-08T09:54:08.149Z] #4 DONE 0.0s [2025-08-08T09:54:08.149Z] [2025-08-08T09:54:08.149Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:34080605aef698d9e433cea63b08ace27b293751ee6db6452c66ea69fdac6747 [2025-08-08T09:54:08.149Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:34080605aef698d9e433cea63b08ace27b293751ee6db6452c66ea69fdac6747 0.0s done [2025-08-08T09:54:08.149Z] #5 CACHED [2025-08-08T09:54:08.149Z] [2025-08-08T09:54:08.149Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:34080605aef698d9e433cea63b08ace27b293751ee6db6452c66ea69fdac6747 [2025-08-08T09:54:08.461Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:34080605aef698d9e433cea63b08ace27b293751ee6db6452c66ea69fdac6747 0.0s done [2025-08-08T09:54:08.461Z] #6 CACHED [2025-08-08T09:54:08.461Z] [2025-08-08T09:54:08.461Z] #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-08T09:54:08.461Z] #7 DONE 0.0s [2025-08-08T09:54:08.461Z] [2025-08-08T09:54:08.461Z] #8 exporting to image [2025-08-08T09:54:08.461Z] #8 exporting layers done [2025-08-08T09:54:08.461Z] #8 exporting manifest sha256:5850ed31e2c38cdb829f022ce874ffc7c8240683d1793673de44ba244196f377 done [2025-08-08T09:54:08.461Z] #8 exporting config sha256:4ff394cf65aa489fc866085fd70592ff972c070c4c63d209f2ee51de6dee7846 done [2025-08-08T09:54:08.461Z] #8 exporting manifest sha256:79b8af06a43fd6c87cf1a4c174c28ce00161c908f548d02a4e01dffadad0f2fc done [2025-08-08T09:54:08.461Z] #8 exporting config sha256:02efefe6c96542491a7d2dd1ac8c5dab31d16cf4a39b20366aeaa8a252bd8085 done [2025-08-08T09:54:08.461Z] #8 exporting manifest list sha256:ea6355ce077fe2305a455c1583dbeccfc0e38519d7e1fc2cfff9dba03152fc76 done [2025-08-08T09:54:08.461Z] #8 pushing layers 0.0s done [2025-08-08T09:54:08.461Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:ea6355ce077fe2305a455c1583dbeccfc0e38519d7e1fc2cfff9dba03152fc76 0.1s done [2025-08-08T09:54:08.461Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-08T09:54:08.461Z] #8 DONE 0.1s [2025-08-08T09:54:08.461Z] [2025-08-08T09:54:08.461Z] 1 warning found (use --debug to expand): [2025-08-08T09:54:08.461Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-08T09:54:08.774Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.44' [2025-08-08T09:54:08.774Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.44 --push - [2025-08-08T09:54:08.774Z] #1 [internal] load build definition from Dockerfile [2025-08-08T09:54:08.774Z] #1 transferring dockerfile: 174B done [2025-08-08T09:54:08.774Z] #1 DONE 0.0s [2025-08-08T09:54:08.774Z] [2025-08-08T09:54:08.774Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.44 [2025-08-08T09:54:08.774Z] #2 DONE 0.0s [2025-08-08T09:54:08.774Z] [2025-08-08T09:54:08.775Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.44 [2025-08-08T09:54:08.775Z] #3 DONE 0.0s [2025-08-08T09:54:08.775Z] [2025-08-08T09:54:08.775Z] #4 [internal] load .dockerignore [2025-08-08T09:54:08.775Z] #4 transferring context: 2B done [2025-08-08T09:54:08.775Z] #4 DONE 0.0s [2025-08-08T09:54:08.775Z] [2025-08-08T09:54:08.775Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.44@sha256:34080605aef698d9e433cea63b08ace27b293751ee6db6452c66ea69fdac6747 [2025-08-08T09:54:08.775Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.44@sha256:34080605aef698d9e433cea63b08ace27b293751ee6db6452c66ea69fdac6747 0.0s done [2025-08-08T09:54:08.775Z] #5 CACHED [2025-08-08T09:54:08.775Z] [2025-08-08T09:54:08.775Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.44@sha256:34080605aef698d9e433cea63b08ace27b293751ee6db6452c66ea69fdac6747 [2025-08-08T09:54:09.036Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.44@sha256:34080605aef698d9e433cea63b08ace27b293751ee6db6452c66ea69fdac6747 0.0s done [2025-08-08T09:54:09.036Z] #6 CACHED [2025-08-08T09:54:09.036Z] [2025-08-08T09:54:09.036Z] #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-08T09:54:09.036Z] #7 DONE 0.0s [2025-08-08T09:54:09.036Z] [2025-08-08T09:54:09.036Z] #8 exporting to image [2025-08-08T09:54:09.036Z] #8 exporting layers done [2025-08-08T09:54:09.036Z] #8 exporting manifest sha256:5850ed31e2c38cdb829f022ce874ffc7c8240683d1793673de44ba244196f377 done [2025-08-08T09:54:09.036Z] #8 exporting config sha256:4ff394cf65aa489fc866085fd70592ff972c070c4c63d209f2ee51de6dee7846 done [2025-08-08T09:54:09.036Z] #8 exporting manifest sha256:79b8af06a43fd6c87cf1a4c174c28ce00161c908f548d02a4e01dffadad0f2fc done [2025-08-08T09:54:09.036Z] #8 exporting config sha256:02efefe6c96542491a7d2dd1ac8c5dab31d16cf4a39b20366aeaa8a252bd8085 done [2025-08-08T09:54:09.036Z] #8 exporting manifest list sha256:ea6355ce077fe2305a455c1583dbeccfc0e38519d7e1fc2cfff9dba03152fc76 done [2025-08-08T09:54:09.036Z] #8 pushing layers 0.0s done [2025-08-08T09:54:09.036Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.44@sha256:ea6355ce077fe2305a455c1583dbeccfc0e38519d7e1fc2cfff9dba03152fc76 0.1s done [2025-08-08T09:54:09.036Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-08T09:54:09.036Z] #8 DONE 0.1s [2025-08-08T09:54:09.036Z] [2025-08-08T09:54:09.036Z] 1 warning found (use --debug to expand): [2025-08-08T09:54:09.036Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-08T09:54:09.324Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 --push - [2025-08-08T09:54:09.324Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44' [2025-08-08T09:54:09.324Z] #1 [internal] load build definition from Dockerfile [2025-08-08T09:54:09.582Z] #1 transferring dockerfile: 215B done [2025-08-08T09:54:09.582Z] #1 DONE 0.0s [2025-08-08T09:54:09.582Z] [2025-08-08T09:54:09.582Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:54:09.582Z] #2 DONE 0.0s [2025-08-08T09:54:09.582Z] [2025-08-08T09:54:09.582Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T09:54:09.582Z] #3 DONE 0.0s [2025-08-08T09:54:09.582Z] [2025-08-08T09:54:09.582Z] #4 [internal] load .dockerignore [2025-08-08T09:54:09.582Z] #4 transferring context: 2B done [2025-08-08T09:54:09.582Z] #4 DONE 0.0s [2025-08-08T09:54:09.582Z] [2025-08-08T09:54:09.582Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:34080605aef698d9e433cea63b08ace27b293751ee6db6452c66ea69fdac6747 [2025-08-08T09:54:09.582Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:34080605aef698d9e433cea63b08ace27b293751ee6db6452c66ea69fdac6747 0.0s done [2025-08-08T09:54:09.582Z] #5 CACHED [2025-08-08T09:54:09.582Z] [2025-08-08T09:54:09.582Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:34080605aef698d9e433cea63b08ace27b293751ee6db6452c66ea69fdac6747 [2025-08-08T09:54:09.582Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:34080605aef698d9e433cea63b08ace27b293751ee6db6452c66ea69fdac6747 0.0s done [2025-08-08T09:54:09.582Z] #6 CACHED [2025-08-08T09:54:09.582Z] [2025-08-08T09:54:09.582Z] #7 exporting to image [2025-08-08T09:54:09.582Z] #7 exporting layers done [2025-08-08T09:54:09.582Z] #7 exporting manifest sha256:5850ed31e2c38cdb829f022ce874ffc7c8240683d1793673de44ba244196f377 done [2025-08-08T09:54:09.582Z] #7 exporting config sha256:4ff394cf65aa489fc866085fd70592ff972c070c4c63d209f2ee51de6dee7846 done [2025-08-08T09:54:09.582Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-08T09:54:09.582Z] #7 exporting manifest sha256:79b8af06a43fd6c87cf1a4c174c28ce00161c908f548d02a4e01dffadad0f2fc done [2025-08-08T09:54:09.582Z] #7 exporting config sha256:02efefe6c96542491a7d2dd1ac8c5dab31d16cf4a39b20366aeaa8a252bd8085 done [2025-08-08T09:54:09.582Z] #7 exporting manifest list sha256:ea6355ce077fe2305a455c1583dbeccfc0e38519d7e1fc2cfff9dba03152fc76 done [2025-08-08T09:54:09.582Z] #7 pushing layers 0.0s done [2025-08-08T09:54:09.582Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:ea6355ce077fe2305a455c1583dbeccfc0e38519d7e1fc2cfff9dba03152fc76 0.1s done [2025-08-08T09:54:09.582Z] #7 DONE 0.1s [2025-08-08T09:54:09.582Z] [2025-08-08T09:54:09.582Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-08T09:54:09.582Z] #8 DONE 0.0s [2025-08-08T09:54:09.582Z] [2025-08-08T09:54:09.582Z] 1 warning found (use --debug to expand): [2025-08-08T09:54:09.582Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-08T09:54:09.883Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:main' [2025-08-08T09:54:09.883Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:main --push - [2025-08-08T09:54:09.883Z] #1 [internal] load build definition from Dockerfile [2025-08-08T09:54:09.883Z] #1 transferring dockerfile: 166B done [2025-08-08T09:54:09.883Z] #1 DONE 0.0s [2025-08-08T09:54:09.883Z] [2025-08-08T09:54:09.883Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-08-08T09:54:09.883Z] #2 DONE 0.0s [2025-08-08T09:54:09.883Z] [2025-08-08T09:54:09.883Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-08-08T09:54:09.883Z] #3 DONE 0.0s [2025-08-08T09:54:09.883Z] [2025-08-08T09:54:09.883Z] #4 [internal] load .dockerignore [2025-08-08T09:54:09.883Z] #4 transferring context: 2B done [2025-08-08T09:54:09.883Z] #4 DONE 0.0s [2025-08-08T09:54:09.883Z] [2025-08-08T09:54:09.883Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:34080605aef698d9e433cea63b08ace27b293751ee6db6452c66ea69fdac6747 [2025-08-08T09:54:09.883Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:34080605aef698d9e433cea63b08ace27b293751ee6db6452c66ea69fdac6747 0.0s done [2025-08-08T09:54:09.883Z] #5 DONE 0.0s [2025-08-08T09:54:09.883Z] [2025-08-08T09:54:09.883Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:34080605aef698d9e433cea63b08ace27b293751ee6db6452c66ea69fdac6747 [2025-08-08T09:54:09.883Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:34080605aef698d9e433cea63b08ace27b293751ee6db6452c66ea69fdac6747 0.0s done [2025-08-08T09:54:09.883Z] #6 DONE 0.0s [2025-08-08T09:54:10.141Z] [2025-08-08T09:54:10.141Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:34080605aef698d9e433cea63b08ace27b293751ee6db6452c66ea69fdac6747 [2025-08-08T09:54:10.141Z] #6 CACHED [2025-08-08T09:54:10.141Z] [2025-08-08T09:54:10.141Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:34080605aef698d9e433cea63b08ace27b293751ee6db6452c66ea69fdac6747 [2025-08-08T09:54:10.141Z] #5 CACHED [2025-08-08T09:54:10.141Z] [2025-08-08T09:54:10.141Z] #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-08T09:54:10.141Z] #7 DONE 0.0s [2025-08-08T09:54:10.141Z] [2025-08-08T09:54:10.141Z] #8 exporting to image [2025-08-08T09:54:10.141Z] #8 exporting layers done [2025-08-08T09:54:10.141Z] #8 exporting manifest sha256:5850ed31e2c38cdb829f022ce874ffc7c8240683d1793673de44ba244196f377 done [2025-08-08T09:54:10.141Z] #8 exporting config sha256:4ff394cf65aa489fc866085fd70592ff972c070c4c63d209f2ee51de6dee7846 done [2025-08-08T09:54:10.141Z] #8 exporting manifest sha256:79b8af06a43fd6c87cf1a4c174c28ce00161c908f548d02a4e01dffadad0f2fc done [2025-08-08T09:54:10.141Z] #8 exporting config sha256:02efefe6c96542491a7d2dd1ac8c5dab31d16cf4a39b20366aeaa8a252bd8085 done [2025-08-08T09:54:10.142Z] #8 exporting manifest list sha256:ea6355ce077fe2305a455c1583dbeccfc0e38519d7e1fc2cfff9dba03152fc76 done [2025-08-08T09:54:10.142Z] #8 pushing layers 0.0s done [2025-08-08T09:54:10.142Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:ea6355ce077fe2305a455c1583dbeccfc0e38519d7e1fc2cfff9dba03152fc76 0.1s done [2025-08-08T09:54:10.142Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-08T09:54:10.142Z] #8 DONE 0.1s [2025-08-08T09:54:10.142Z] [2025-08-08T09:54:10.142Z] 1 warning found (use --debug to expand): [2025-08-08T09:54:10.142Z]  - 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-08-08T09:54:10.552Z] + '[' -d /w/workspace/edgex-go/883/archives ']' [Pipeline] libraryResource [Pipeline] sh [2025-08-08T09:54:10.855Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-08T09:54:11.404Z] ---> package-listing.sh [2025-08-08T09:54:11.404Z] ++ tr '[:upper:]' '[:lower:]' [2025-08-08T09:54:11.404Z] ++ facter osfamily [2025-08-08T09:54:11.662Z] + OS_FAMILY=redhat [2025-08-08T09:54:11.662Z] + workspace=/w/workspace/edgex-go/883 [2025-08-08T09:54:11.662Z] + START_PACKAGES=/tmp/packages_start.txt [2025-08-08T09:54:11.662Z] + END_PACKAGES=/tmp/packages_end.txt [2025-08-08T09:54:11.662Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-08-08T09:54:11.662Z] + PACKAGES=/tmp/packages_start.txt [2025-08-08T09:54:11.662Z] + '[' /w/workspace/edgex-go/883 ']' [2025-08-08T09:54:11.662Z] + PACKAGES=/tmp/packages_end.txt [2025-08-08T09:54:11.662Z] + case "${OS_FAMILY}" in [2025-08-08T09:54:11.662Z] + rpm -qa [2025-08-08T09:54:11.662Z] + sort [2025-08-08T09:54:12.229Z] + '[' -f /tmp/packages_start.txt ']' [2025-08-08T09:54:12.229Z] + '[' -f /tmp/packages_end.txt ']' [2025-08-08T09:54:12.229Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-08-08T09:54:12.229Z] + '[' /w/workspace/edgex-go/883 ']' [2025-08-08T09:54:12.229Z] + mkdir -p /w/workspace/edgex-go/883/archives/ [2025-08-08T09:54:12.229Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/883/archives/ [Pipeline] echo [2025-08-08T09:54:12.240Z] 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/883/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-08-08T09:54:12.525Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:54:13.122Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-08T09:54:13.123Z] [2025-08-08T09:54:13.123Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T09:54:13.426Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-08T09:54:13.426Z] latest: Pulling from edgex-lftools-log-publisher [2025-08-08T09:54:13.426Z] 5eb5b503b376: Pulling fs layer [2025-08-08T09:54:13.426Z] 5c69ac0246d0: Pulling fs layer [2025-08-08T09:54:13.426Z] ec43610c2a17: Pulling fs layer [2025-08-08T09:54:13.426Z] 3a2ae6a8a46f: Pulling fs layer [2025-08-08T09:54:13.426Z] 33b1e0a273af: Pulling fs layer [2025-08-08T09:54:13.426Z] 5d3b04190fa2: Pulling fs layer [2025-08-08T09:54:13.426Z] 2f39f015ded8: Pulling fs layer [2025-08-08T09:54:13.426Z] 3a2ae6a8a46f: Waiting [2025-08-08T09:54:13.426Z] 33b1e0a273af: Waiting [2025-08-08T09:54:13.426Z] 5d3b04190fa2: Waiting [2025-08-08T09:54:13.426Z] 2f39f015ded8: Waiting [2025-08-08T09:54:13.426Z] 5c69ac0246d0: Verifying Checksum [2025-08-08T09:54:13.426Z] 5c69ac0246d0: Download complete [2025-08-08T09:54:13.426Z] 3a2ae6a8a46f: Verifying Checksum [2025-08-08T09:54:13.426Z] 3a2ae6a8a46f: Download complete [2025-08-08T09:54:13.426Z] 33b1e0a273af: Verifying Checksum [2025-08-08T09:54:13.426Z] 33b1e0a273af: Download complete [2025-08-08T09:54:13.426Z] 5d3b04190fa2: Verifying Checksum [2025-08-08T09:54:13.426Z] 5d3b04190fa2: Download complete [2025-08-08T09:54:13.426Z] ec43610c2a17: Verifying Checksum [2025-08-08T09:54:13.426Z] ec43610c2a17: Download complete [2025-08-08T09:54:13.686Z] 5eb5b503b376: Verifying Checksum [2025-08-08T09:54:13.686Z] 5eb5b503b376: Download complete [2025-08-08T09:54:14.259Z] 2f39f015ded8: Verifying Checksum [2025-08-08T09:54:14.259Z] 2f39f015ded8: Download complete [2025-08-08T09:54:15.195Z] 5eb5b503b376: Pull complete [2025-08-08T09:54:15.195Z] 5c69ac0246d0: Pull complete [2025-08-08T09:54:15.455Z] ec43610c2a17: Pull complete [2025-08-08T09:54:15.717Z] 3a2ae6a8a46f: Pull complete [2025-08-08T09:54:15.981Z] 33b1e0a273af: Pull complete [2025-08-08T09:54:15.981Z] 5d3b04190fa2: Pull complete [2025-08-08T09:54:20.208Z] 2f39f015ded8: Pull complete [2025-08-08T09:54:20.208Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-08-08T09:54:20.208Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-08T09:54:20.208Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-08T09:54:20.316Z] prd-centos7-docker-4c-2g-6546 does not seem to be running inside a container [2025-08-08T09:54:20.348Z] $ 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/883/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-08-08T09:54:24.432Z] $ docker top 295e097669e0801b67ceb2e1f8910dc32562578e07ace9e107de39c194ec67a2 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-08T09:54:24.788Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-08-08T09:54:25.089Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-08-08T09:54:25.382Z] + ls /var/log/sa-host [2025-08-08T09:54:25.382Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-08T09:54:25.530Z] provisioning config files... [2025-08-08T09:54:25.537Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config16129279515127146196tmp [Pipeline] { [Pipeline] echo [2025-08-08T09:54:25.553Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-08T09:54:26.089Z] ---> create-netrc.sh [Pipeline] } [2025-08-08T09:54:26.110Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-08-08T09:54:26.473Z] ---> python-tools-install.sh [Pipeline] echo [2025-08-08T09:54:26.490Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-08T09:54:26.808Z] ---> sudo-logs.sh [2025-08-08T09:54:26.809Z] Archiving 'sudo' log.. [2025-08-08T09:54:26.809Z] cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-08T09:54:26.834Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2025-08-08T09:54:26.837Z] $ docker stop --time=1 295e097669e0801b67ceb2e1f8910dc32562578e07ace9e107de39c194ec67a2 [2025-08-08T09:54:27.982Z] $ docker rm -f --volumes 295e097669e0801b67ceb2e1f8910dc32562578e07ace9e107de39c194ec67a2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2025-08-08T09:54:28.073Z] [WS-CLEANUP] Deleting project workspace... [2025-08-08T09:54:28.073Z] [WS-CLEANUP] Deferred wipeout is used... [2025-08-08T09:54:28.089Z] [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-08-08T10:07:48.865Z] #144 ... [2025-08-08T10:07:48.865Z] [2025-08-08T10:07:48.865Z] #145 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-08-08T10:07:48.865Z] #145 DONE 1059.6s [2025-08-08T10:07:48.865Z] [2025-08-08T10:07:48.865Z] #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-08-08T10:07:48.865Z] #152 ... [2025-08-08T10:07:48.865Z] [2025-08-08T10:07:48.865Z] #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-08T10:07:48.865Z] #155 DONE 0.2s [2025-08-08T10:07:48.865Z] [2025-08-08T10:07:48.865Z] #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-08-08T10:07:48.865Z] #156 DONE 0.2s [2025-08-08T10:07:48.865Z] [2025-08-08T10:07:48.865Z] #157 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2025-08-08T10:07:48.865Z] #157 DONE 0.2s [2025-08-08T10:07:48.865Z] [2025-08-08T10:07:48.865Z] #154 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-08-08T10:07:48.865Z] #154 ... [2025-08-08T10:07:48.865Z] [2025-08-08T10:07:48.865Z] #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-08-08T10:07:48.865Z] #158 DONE 0.1s [2025-08-08T10:07:48.865Z] [2025-08-08T10:07:48.865Z] #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-08-08T10:07:48.865Z] #159 DONE 0.1s [2025-08-08T10:07:48.865Z] [2025-08-08T10:07:48.865Z] #140 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-08-08T10:07:48.865Z] #140 ... [2025-08-08T10:07:48.865Z] [2025-08-08T10:07:48.865Z] #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-08-08T10:07:48.865Z] #160 DONE 2.3s [2025-08-08T10:07:48.865Z] [2025-08-08T10:07:48.865Z] #106 [core-common-config-bootstrapper] exporting to image [2025-08-08T10:07:48.865Z] #106 exporting layers [2025-08-08T10:07:48.865Z] #106 exporting layers 0.7s done [2025-08-08T10:07:48.865Z] #106 writing image sha256:8f65a7b10622c1cc933117749bbdca0cd244d1c6a11f2c699f0e1d79edad7c47 done [2025-08-08T10:07:48.865Z] #106 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2025-08-08T10:07:48.865Z] #106 DONE 6.3s [2025-08-08T10:07:48.865Z] [2025-08-08T10:07:48.865Z] #147 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-08-08T10:07:58.933Z] #147 DONE 1078.7s [2025-08-08T10:07:58.933Z] [2025-08-08T10:07:58.933Z] #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2025-08-08T10:07:58.933Z] #161 DONE 0.5s [2025-08-08T10:07:58.933Z] [2025-08-08T10:07:58.933Z] #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-08-08T10:08:00.891Z] #162 DONE 2.2s [2025-08-08T10:08:00.891Z] [2025-08-08T10:08:00.891Z] #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-08T10:08:00.891Z] #163 DONE 0.2s [2025-08-08T10:08:00.891Z] [2025-08-08T10:08:00.891Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-08-08T10:08:01.192Z] #153 ... [2025-08-08T10:08:01.192Z] [2025-08-08T10:08:01.192Z] #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2025-08-08T10:08:01.478Z] #164 DONE 0.4s [2025-08-08T10:08:01.478Z] [2025-08-08T10:08:01.478Z] #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-08-08T10:08:01.478Z] #146 ... [2025-08-08T10:08:01.478Z] [2025-08-08T10:08:01.478Z] #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2025-08-08T10:08:01.752Z] #165 DONE 0.3s [2025-08-08T10:08:01.752Z] [2025-08-08T10:08:01.752Z] #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-08-08T10:08:01.752Z] #146 ... [2025-08-08T10:08:01.752Z] [2025-08-08T10:08:01.752Z] #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2025-08-08T10:08:02.019Z] #166 DONE 0.1s [2025-08-08T10:08:02.019Z] [2025-08-08T10:08:02.019Z] #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-08-08T10:08:02.019Z] #167 DONE 0.2s [2025-08-08T10:08:02.019Z] [2025-08-08T10:08:02.019Z] #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-08-08T10:08:02.287Z] #168 DONE 0.1s [2025-08-08T10:08:02.287Z] [2025-08-08T10:08:02.287Z] #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-08-08T10:08:02.287Z] #169 DONE 0.2s [2025-08-08T10:08:02.287Z] [2025-08-08T10:08:02.287Z] #149 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-08-08T10:08:02.557Z] #149 ... [2025-08-08T10:08:02.557Z] [2025-08-08T10:08:02.557Z] #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2025-08-08T10:08:02.557Z] #170 DONE 0.1s [2025-08-08T10:08:02.557Z] [2025-08-08T10:08:02.557Z] #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2025-08-08T10:08:05.149Z] #171 DONE 2.2s [2025-08-08T10:08:05.149Z] [2025-08-08T10:08:05.149Z] #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-08-08T10:08:05.149Z] #152 ... [2025-08-08T10:08:05.149Z] [2025-08-08T10:08:05.149Z] #106 [security-bootstrapper] exporting to image [2025-08-08T10:08:05.149Z] #106 exporting layers [2025-08-08T10:08:05.732Z] #106 exporting layers 0.9s done [2025-08-08T10:08:05.732Z] #106 writing image sha256:476ce537289d11252913d53bc9cfcf4408b4b96bc4799e547eeedc8e51269202 0.0s done [2025-08-08T10:08:05.732Z] #106 naming to docker.io/library/security-bootstrapper-arm64 0.0s done [2025-08-08T10:08:05.732Z] #106 DONE 7.2s [2025-08-08T10:08:05.732Z] [2025-08-08T10:08:05.732Z] #154 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-08-08T10:22:43.272Z] #154 ... [2025-08-08T10:22:43.272Z] [2025-08-08T10:22:43.272Z] #149 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-08-08T10:22:43.272Z] #149 DONE 1963.3s [2025-08-08T10:22:43.272Z] [2025-08-08T10:22:43.272Z] #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-08-08T10:22:43.272Z] #152 ... [2025-08-08T10:22:43.272Z] [2025-08-08T10:22:43.272Z] #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-08T10:22:43.272Z] #172 DONE 0.2s [2025-08-08T10:22:43.272Z] [2025-08-08T10:22:43.272Z] #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2025-08-08T10:22:43.542Z] #173 DONE 0.2s [2025-08-08T10:22:43.542Z] [2025-08-08T10:22:43.542Z] #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2025-08-08T10:22:43.811Z] #174 DONE 0.5s [2025-08-08T10:22:43.811Z] [2025-08-08T10:22:43.811Z] #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-08-08T10:22:44.083Z] #148 ... [2025-08-08T10:22:44.083Z] [2025-08-08T10:22:44.083Z] #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2025-08-08T10:22:44.083Z] #175 DONE 0.1s [2025-08-08T10:22:44.083Z] [2025-08-08T10:22:44.083Z] #106 [core-command] exporting to image [2025-08-08T10:22:44.084Z] #106 exporting layers [2025-08-08T10:22:44.667Z] #106 exporting layers 0.5s done [2025-08-08T10:22:44.667Z] #106 writing image sha256:492ae3e29f4d727d97642c78cd95c7c3e2e201b12af31964dc5b9b603fe27107 done [2025-08-08T10:22:44.667Z] #106 naming to docker.io/library/core-command-arm64 done [2025-08-08T10:22:44.667Z] #106 DONE 7.7s [2025-08-08T10:22:44.667Z] [2025-08-08T10:22:44.667Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-08-08T10:23:02.873Z] #153 ... [2025-08-08T10:23:02.873Z] [2025-08-08T10:23:02.873Z] #140 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-08-08T10:23:02.873Z] #140 1983.2 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-08-08T10:23:15.179Z] #140 ... [2025-08-08T10:23:15.179Z] [2025-08-08T10:23:15.179Z] #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-08-08T10:23:15.179Z] #148 DONE 1993.8s [2025-08-08T10:23:15.180Z] [2025-08-08T10:23:15.180Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-08-08T10:23:15.180Z] #153 ... [2025-08-08T10:23:15.180Z] [2025-08-08T10:23:15.180Z] #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-08T10:23:15.180Z] #176 DONE 0.1s [2025-08-08T10:23:15.180Z] [2025-08-08T10:23:15.180Z] #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2025-08-08T10:23:15.180Z] #177 DONE 0.1s [2025-08-08T10:23:15.180Z] [2025-08-08T10:23:15.180Z] #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-08-08T10:23:15.180Z] #152 ... [2025-08-08T10:23:15.180Z] [2025-08-08T10:23:15.180Z] #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-08-08T10:23:15.180Z] #178 DONE 0.1s [2025-08-08T10:23:15.180Z] [2025-08-08T10:23:15.180Z] #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2025-08-08T10:23:15.180Z] #179 DONE 0.1s [2025-08-08T10:23:15.180Z] [2025-08-08T10:23:15.180Z] #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2025-08-08T10:23:15.180Z] #180 DONE 0.5s [2025-08-08T10:23:15.180Z] [2025-08-08T10:23:15.180Z] #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2025-08-08T10:23:15.180Z] #181 DONE 0.1s [2025-08-08T10:23:15.180Z] [2025-08-08T10:23:15.180Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-08-08T10:23:15.180Z] #153 ... [2025-08-08T10:23:15.180Z] [2025-08-08T10:23:15.180Z] #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-08-08T10:23:17.121Z] #182 DONE 2.0s [2025-08-08T10:23:17.121Z] [2025-08-08T10:23:17.121Z] #106 [security-proxy-setup] exporting to image [2025-08-08T10:23:17.121Z] #106 exporting layers [2025-08-08T10:23:18.080Z] #106 exporting layers 0.9s done [2025-08-08T10:23:18.080Z] #106 writing image sha256:ae4fcb93facecec9e9bb304aa6b811b1a056be5266fa4ba99c5d125c40ddf439 done [2025-08-08T10:23:18.080Z] #106 naming to docker.io/library/security-proxy-setup-arm64 done [2025-08-08T10:23:18.080Z] #106 DONE 8.6s [2025-08-08T10:23:18.080Z] [2025-08-08T10:23:18.080Z] #154 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-08-08T10:23:40.132Z] #154 ... [2025-08-08T10:23:40.132Z] [2025-08-08T10:23:40.132Z] #140 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-08-08T10:23:40.132Z] #140 DONE 2017.4s [2025-08-08T10:23:40.132Z] [2025-08-08T10:23:40.132Z] #144 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-08-08T10:23:40.132Z] #144 ... [2025-08-08T10:23:40.132Z] [2025-08-08T10:23:40.132Z] #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-08T10:23:40.132Z] #183 DONE 0.2s [2025-08-08T10:23:40.132Z] [2025-08-08T10:23:40.132Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-08-08T10:23:40.132Z] #153 ... [2025-08-08T10:23:40.132Z] [2025-08-08T10:23:40.132Z] #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2025-08-08T10:23:40.132Z] #184 DONE 0.1s [2025-08-08T10:23:40.132Z] [2025-08-08T10:23:40.132Z] #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-08-08T10:23:40.132Z] #185 DONE 0.1s [2025-08-08T10:23:40.132Z] [2025-08-08T10:23:40.132Z] #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-08-08T10:23:40.132Z] #186 DONE 0.3s [2025-08-08T10:23:40.132Z] [2025-08-08T10:23:40.132Z] #154 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-08-08T10:23:40.132Z] #154 ... [2025-08-08T10:23:40.132Z] [2025-08-08T10:23:40.132Z] #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2025-08-08T10:23:40.132Z] #187 DONE 0.2s [2025-08-08T10:23:40.132Z] [2025-08-08T10:23:40.132Z] #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2025-08-08T10:23:40.132Z] #188 DONE 0.4s [2025-08-08T10:23:40.132Z] [2025-08-08T10:23:40.132Z] #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-08-08T10:23:40.132Z] #146 ... [2025-08-08T10:23:40.132Z] [2025-08-08T10:23:40.132Z] #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2025-08-08T10:23:40.132Z] #189 DONE 0.4s [2025-08-08T10:23:40.132Z] [2025-08-08T10:23:40.132Z] #154 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-08-08T10:23:40.132Z] #154 ... [2025-08-08T10:23:40.132Z] [2025-08-08T10:23:40.132Z] #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2025-08-08T10:23:40.132Z] #190 DONE 0.1s [2025-08-08T10:23:40.132Z] [2025-08-08T10:23:40.132Z] #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-08-08T10:23:41.541Z] #191 DONE 1.9s [2025-08-08T10:23:41.541Z] [2025-08-08T10:23:41.541Z] #106 [security-secretstore-setup] exporting to image [2025-08-08T10:23:41.541Z] #106 exporting layers [2025-08-08T10:23:43.482Z] #106 exporting layers 1.7s done [2025-08-08T10:23:43.482Z] #106 writing image sha256:258effcd2395e2116be74224e7973f58904197be016ea079a450b120fa0fa5a1 done [2025-08-08T10:23:43.482Z] #106 naming to docker.io/library/security-secretstore-setup-arm64 done [2025-08-08T10:23:43.482Z] #106 DONE 10.3s [2025-08-08T10:23:43.482Z] [2025-08-08T10:23:43.482Z] #144 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-08-08T10:24:39.873Z] #144 ... [2025-08-08T10:24:39.873Z] [2025-08-08T10:24:39.873Z] #154 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-08-08T10:24:39.873Z] #154 DONE 2073.5s [2025-08-08T10:24:39.873Z] [2025-08-08T10:24:39.873Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-08-08T10:24:39.873Z] #153 ... [2025-08-08T10:24:39.873Z] [2025-08-08T10:24:39.873Z] #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-08T10:24:39.873Z] #192 DONE 0.3s [2025-08-08T10:24:39.873Z] [2025-08-08T10:24:39.873Z] #144 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-08-08T10:24:39.873Z] #144 ... [2025-08-08T10:24:39.873Z] [2025-08-08T10:24:39.873Z] #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-08-08T10:24:39.873Z] #193 DONE 0.2s [2025-08-08T10:24:39.873Z] [2025-08-08T10:24:39.873Z] #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2025-08-08T10:24:39.873Z] #194 DONE 0.5s [2025-08-08T10:24:39.873Z] [2025-08-08T10:24:39.873Z] #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-08-08T10:24:39.873Z] #195 DONE 0.1s [2025-08-08T10:24:39.873Z] [2025-08-08T10:24:39.873Z] #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-08-08T10:24:39.873Z] #146 ... [2025-08-08T10:24:39.873Z] [2025-08-08T10:24:39.873Z] #106 [security-spiffe-token-provider] exporting to image [2025-08-08T10:24:39.873Z] #106 exporting layers [2025-08-08T10:24:39.873Z] #106 exporting layers 1.0s done [2025-08-08T10:24:39.873Z] #106 writing image sha256:4b795206608eca10780b60a82a2f5821cf095afcca40dc502ff500b73c761724 done [2025-08-08T10:24:39.873Z] #106 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2025-08-08T10:24:39.873Z] #106 DONE 11.3s [2025-08-08T10:24:39.873Z] [2025-08-08T10:24:39.873Z] #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-08-08T10:25:18.740Z] #152 ... [2025-08-08T10:25:18.740Z] [2025-08-08T10:25:18.740Z] #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-08-08T10:25:18.740Z] #150 DONE 2117.2s [2025-08-08T10:25:18.740Z] [2025-08-08T10:25:18.740Z] #144 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-08-08T10:25:18.740Z] #144 ... [2025-08-08T10:25:18.740Z] [2025-08-08T10:25:18.740Z] #196 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-08T10:25:18.740Z] #196 DONE 0.1s [2025-08-08T10:25:18.740Z] [2025-08-08T10:25:18.740Z] #197 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-08-08T10:25:18.740Z] #197 DONE 0.1s [2025-08-08T10:25:18.740Z] [2025-08-08T10:25:18.740Z] #198 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2025-08-08T10:25:18.740Z] #198 DONE 0.5s [2025-08-08T10:25:18.740Z] [2025-08-08T10:25:18.740Z] #199 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2025-08-08T10:25:18.740Z] #199 DONE 0.3s [2025-08-08T10:25:18.740Z] [2025-08-08T10:25:18.740Z] #200 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2025-08-08T10:25:18.740Z] #200 DONE 0.2s [2025-08-08T10:25:18.740Z] [2025-08-08T10:25:18.740Z] #144 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-08-08T10:25:18.740Z] #144 DONE 2118.9s [2025-08-08T10:25:18.740Z] [2025-08-08T10:25:18.740Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-08-08T10:25:18.740Z] #153 ... [2025-08-08T10:25:18.740Z] [2025-08-08T10:25:18.740Z] #201 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-08-08T10:25:19.700Z] #201 ... [2025-08-08T10:25:19.700Z] [2025-08-08T10:25:19.700Z] #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-08-08T10:25:19.700Z] #146 DONE 2120.3s [2025-08-08T10:25:19.700Z] [2025-08-08T10:25:19.700Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-08-08T10:25:19.971Z] #151 ... [2025-08-08T10:25:19.971Z] [2025-08-08T10:25:19.971Z] #202 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-08T10:25:20.243Z] #202 DONE 0.4s [2025-08-08T10:25:20.243Z] [2025-08-08T10:25:20.243Z] #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-08-08T10:25:20.243Z] #152 ... [2025-08-08T10:25:20.243Z] [2025-08-08T10:25:20.243Z] #203 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-08-08T10:25:21.210Z] #203 DONE 0.8s [2025-08-08T10:25:21.210Z] [2025-08-08T10:25:21.211Z] #204 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2025-08-08T10:25:21.211Z] #204 ... [2025-08-08T10:25:21.211Z] [2025-08-08T10:25:21.211Z] #205 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-08T10:25:21.211Z] #205 DONE 0.2s [2025-08-08T10:25:21.211Z] [2025-08-08T10:25:21.211Z] #204 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2025-08-08T10:25:21.211Z] #204 DONE 0.3s [2025-08-08T10:25:21.211Z] [2025-08-08T10:25:21.211Z] #206 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-08-08T10:25:21.478Z] #206 ... [2025-08-08T10:25:21.478Z] [2025-08-08T10:25:21.478Z] #201 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-08-08T10:25:21.478Z] #201 DONE 3.1s [2025-08-08T10:25:21.757Z] [2025-08-08T10:25:21.757Z] #106 [security-proxy-auth] exporting to image [2025-08-08T10:25:21.757Z] #106 exporting layers [2025-08-08T10:25:22.025Z] #106 ... [2025-08-08T10:25:22.025Z] [2025-08-08T10:25:22.025Z] #206 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-08-08T10:25:22.025Z] #206 DONE 0.8s [2025-08-08T10:25:22.293Z] [2025-08-08T10:25:22.293Z] #207 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2025-08-08T10:25:22.293Z] #207 ... [2025-08-08T10:25:22.293Z] [2025-08-08T10:25:22.293Z] #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-08-08T10:25:22.293Z] #152 DONE 2123.0s [2025-08-08T10:25:22.566Z] [2025-08-08T10:25:22.566Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-08-08T10:25:23.150Z] #153 ... [2025-08-08T10:25:23.150Z] [2025-08-08T10:25:23.150Z] #106 [security-proxy-auth] exporting to image [2025-08-08T10:25:23.150Z] #106 exporting layers 1.8s done [2025-08-08T10:25:23.150Z] #106 writing image sha256:17d31538b47203e76e1eb957c588e0d5eca4c7657fd00401e636245179b9daa3 0.0s done [2025-08-08T10:25:23.150Z] #106 naming to docker.io/library/core-keeper-arm64 [2025-08-08T10:25:23.420Z] #106 exporting layers 1.7s done [2025-08-08T10:25:23.420Z] #106 naming to docker.io/library/core-keeper-arm64 done [2025-08-08T10:25:23.420Z] #106 writing image sha256:7d64acbc86a27a42706384810c344c83bd3d226eecc342dfe33c212d249eaa32 done [2025-08-08T10:25:23.420Z] #106 naming to docker.io/library/security-proxy-auth-arm64 done [2025-08-08T10:25:23.420Z] #106 DONE 13.1s [2025-08-08T10:25:23.420Z] [2025-08-08T10:25:23.420Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-08-08T10:25:23.420Z] #153 ... [2025-08-08T10:25:23.420Z] [2025-08-08T10:25:23.420Z] #207 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2025-08-08T10:25:23.420Z] #207 DONE 1.4s [2025-08-08T10:25:23.420Z] [2025-08-08T10:25:23.420Z] #208 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2025-08-08T10:25:23.691Z] #208 DONE 0.3s [2025-08-08T10:25:23.691Z] [2025-08-08T10:25:23.691Z] #209 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-08T10:25:23.691Z] #209 CACHED [2025-08-08T10:25:23.691Z] [2025-08-08T10:25:23.691Z] #210 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-08-08T10:25:23.691Z] #210 CACHED [2025-08-08T10:25:23.691Z] [2025-08-08T10:25:23.691Z] #211 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-08-08T10:25:24.392Z] #211 DONE 0.7s [2025-08-08T10:25:24.392Z] [2025-08-08T10:25:24.392Z] #212 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2025-08-08T10:25:24.701Z] #212 DONE 0.3s [2025-08-08T10:25:24.701Z] [2025-08-08T10:25:24.701Z] #106 [core-data] exporting to image [2025-08-08T10:25:24.701Z] #106 exporting layers 0.9s done [2025-08-08T10:25:24.701Z] #106 writing image sha256:409ea2008c2adfbe938feccc4c7506e6b7872e2e0c2a42a691d5d5a22cb394ce done [2025-08-08T10:25:24.701Z] #106 naming to docker.io/library/core-data-arm64 done [2025-08-08T10:25:24.701Z] #106 DONE 14.1s [2025-08-08T10:25:24.701Z] [2025-08-08T10:25:24.701Z] #213 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2025-08-08T10:25:24.972Z] #213 DONE 0.1s [2025-08-08T10:25:24.972Z] [2025-08-08T10:25:24.972Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-08-08T10:25:24.972Z] #153 ... [2025-08-08T10:25:24.972Z] [2025-08-08T10:25:24.972Z] #106 [core-metadata] exporting to image [2025-08-08T10:25:25.582Z] #106 exporting layers 0.6s done [2025-08-08T10:25:25.582Z] #106 writing image sha256:8232487039388b2600b495f6112d221cde248eabba7a5a0e2ebe1bb62a12b27c done [2025-08-08T10:25:25.582Z] #106 naming to docker.io/library/core-metadata-arm64 done [2025-08-08T10:25:25.582Z] #106 DONE 14.7s [2025-08-08T10:25:25.582Z] [2025-08-08T10:25:25.582Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-08-08T10:25:52.385Z] #153 ... [2025-08-08T10:25:52.385Z] [2025-08-08T10:25:52.385Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-08-08T10:25:52.385Z] #151 DONE 2148.8s [2025-08-08T10:25:52.385Z] [2025-08-08T10:25:52.385Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-08-08T10:25:52.385Z] #153 ... [2025-08-08T10:25:52.385Z] [2025-08-08T10:25:52.385Z] #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-08T10:25:52.385Z] #214 DONE 0.1s [2025-08-08T10:25:52.385Z] [2025-08-08T10:25:52.385Z] #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-08-08T10:25:52.385Z] #215 DONE 0.1s [2025-08-08T10:25:52.385Z] [2025-08-08T10:25:52.385Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-08-08T10:25:52.385Z] #153 ... [2025-08-08T10:25:52.385Z] [2025-08-08T10:25:52.385Z] #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2025-08-08T10:25:52.385Z] #216 DONE 0.5s [2025-08-08T10:25:52.385Z] [2025-08-08T10:25:52.385Z] #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2025-08-08T10:25:52.385Z] #217 DONE 0.1s [2025-08-08T10:25:52.385Z] [2025-08-08T10:25:52.385Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-08-08T10:25:52.385Z] #153 ... [2025-08-08T10:25:52.385Z] [2025-08-08T10:25:52.385Z] #106 [support-scheduler] exporting to image [2025-08-08T10:25:52.385Z] #106 exporting layers [2025-08-08T10:25:52.385Z] #106 exporting layers 1.6s done [2025-08-08T10:25:52.385Z] #106 writing image sha256:00abce1f29c88b23b55a5f017335df06e1837f929ac1015b2e9c1002daa40b8d done [2025-08-08T10:25:52.385Z] #106 naming to docker.io/library/support-scheduler-arm64 done [2025-08-08T10:25:52.385Z] #106 DONE 16.3s [2025-08-08T10:25:52.385Z] [2025-08-08T10:25:52.385Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-08-08T10:25:55.722Z] #153 DONE 2155.8s [2025-08-08T10:25:55.722Z] [2025-08-08T10:25:55.722Z] #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-08T10:25:55.722Z] #218 DONE 0.1s [2025-08-08T10:25:55.722Z] [2025-08-08T10:25:55.722Z] #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-08-08T10:25:55.990Z] #219 DONE 0.1s [2025-08-08T10:25:55.990Z] [2025-08-08T10:25:55.990Z] #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2025-08-08T10:25:56.257Z] #220 DONE 0.4s [2025-08-08T10:25:56.257Z] [2025-08-08T10:25:56.257Z] #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2025-08-08T10:25:56.524Z] #221 DONE 0.1s [2025-08-08T10:25:56.524Z] [2025-08-08T10:25:56.524Z] #106 [support-notifications] exporting to image [2025-08-08T10:25:56.524Z] #106 exporting layers [2025-08-08T10:25:56.792Z] #106 exporting layers 0.6s done [2025-08-08T10:25:56.792Z] #106 writing image sha256:08364e33b043aa8c92e6fc92bd1b1ba58c14b08f756f38e2d6e332a911243b85 done [2025-08-08T10:25:56.792Z] #106 naming to docker.io/library/support-notifications-arm64 done [2025-08-08T10:25:56.792Z] #106 DONE 16.9s [2025-08-08T10:25:56.792Z] time="2025-08-08T09:47:23Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-08T10:25:56.792Z] time="2025-08-08T09:47:23Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-08T10:25:56.792Z] time="2025-08-08T09:47:23Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-08T10:25:56.792Z] time="2025-08-08T09:47:23Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-08T10:25:56.792Z] time="2025-08-08T09:47:23Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-08T10:25:56.792Z] time="2025-08-08T09:47:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-08T10:25:56.792Z] time="2025-08-08T09:47:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-08T10:25:56.792Z] time="2025-08-08T09:47:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-08T10:25:56.792Z] time="2025-08-08T09:47:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-08T10:25:56.792Z] time="2025-08-08T09:47:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-08T10:25:56.792Z] time="2025-08-08T09:47:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-08T10:25:56.792Z] time="2025-08-08T09:47:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-08T10:25:56.792Z] time="2025-08-08T09:47:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-08T10:25:56.792Z] time="2025-08-08T09:47:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-08T10:25:56.792Z] time="2025-08-08T09:47:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2025-08-08T10:25:57.080Z] $ docker stop --time=1 a24dfc6cf85331b4df6efd8bc09e2f9527f16de4254a329530f4bb809c7bb413 [2025-08-08T10:25:58.729Z] $ docker rm -f --volumes a24dfc6cf85331b4df6efd8bc09e2f9527f16de4254a329530f4bb809c7bb413 [Pipeline] // withDockerContainer [Pipeline] sh [2025-08-08T10:25:59.241Z] + docker images [2025-08-08T10:25:59.241Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2025-08-08T10:25:59.241Z] support-notifications-arm64 latest 08364e33b043 3 seconds ago 53.8MB [2025-08-08T10:25:59.241Z] support-scheduler-arm64 latest 00abce1f29c8 10 seconds ago 50MB [2025-08-08T10:25:59.241Z] core-metadata-arm64 latest 823248703938 35 seconds ago 46.3MB [2025-08-08T10:25:59.241Z] core-data-arm64 latest 409ea2008c2a 36 seconds ago 46.2MB [2025-08-08T10:25:59.241Z] security-proxy-auth-arm64 latest 7d64acbc86a2 38 seconds ago 45.3MB [2025-08-08T10:25:59.241Z] core-keeper-arm64 latest 17d31538b472 38 seconds ago 45MB [2025-08-08T10:25:59.241Z] security-spiffe-token-provider-arm64 latest 4b795206608e About a minute ago 49.5MB [2025-08-08T10:25:59.241Z] security-secretstore-setup-arm64 latest 258effcd2395 2 minutes ago 79.6MB [2025-08-08T10:25:59.241Z] security-proxy-setup-arm64 latest ae4fcb93face 2 minutes ago 50MB [2025-08-08T10:25:59.241Z] core-command-arm64 latest 492ae3e29f4d 3 minutes ago 40.7MB [2025-08-08T10:25:59.241Z] security-bootstrapper-arm64 latest 476ce537289d 17 minutes ago 22.1MB [2025-08-08T10:25:59.241Z] core-common-config-bootstrapper-arm64 latest 8f65a7b10622 18 minutes ago 21MB [2025-08-08T10:25:59.241Z] security-spire-agent-arm64 latest feac0e47def8 37 minutes ago 188MB [2025-08-08T10:25:59.241Z] security-spire-server-arm64 latest 82a1b928a1a1 37 minutes ago 145MB [2025-08-08T10:25:59.241Z] security-spire-config-arm64 latest e7430b18d680 37 minutes ago 144MB [2025-08-08T10:25:59.241Z] ci-base-image-arm64 latest e9aa4349b529 39 minutes ago 916MB [2025-08-08T10:25:59.241Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.23-alpine 47b25d7523d1 4 days ago 566MB [2025-08-08T10:25:59.241Z] 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-08-08T10:25:59.397Z] provisioning config files... [2025-08-08T10:25:59.412Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/883@tmp/config15875947372539964124tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-08T10:25:59.758Z] ---> ****-login.sh [2025-08-08T10:25:59.758Z] nexus3.edgexfoundry.org:10001 [2025-08-08T10:26:00.025Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-08T10:26:00.025Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-08T10:26:00.025Z] Configure a credential helper to remove this warning. See [2025-08-08T10:26:00.025Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-08T10:26:00.025Z] [2025-08-08T10:26:00.025Z] Login Succeeded [2025-08-08T10:26:00.025Z] nexus3.edgexfoundry.org:10002 [2025-08-08T10:26:00.293Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-08T10:26:00.559Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-08T10:26:00.559Z] Configure a credential helper to remove this warning. See [2025-08-08T10:26:00.559Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-08T10:26:00.559Z] [2025-08-08T10:26:00.559Z] Login Succeeded [2025-08-08T10:26:00.559Z] nexus3.edgexfoundry.org:10003 [2025-08-08T10:26:00.825Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-08T10:26:00.825Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-08T10:26:00.825Z] Configure a credential helper to remove this warning. See [2025-08-08T10:26:00.825Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-08T10:26:00.825Z] [2025-08-08T10:26:00.825Z] Login Succeeded [2025-08-08T10:26:00.825Z] nexus3.edgexfoundry.org:10004 [2025-08-08T10:26:01.093Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-08T10:26:01.093Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-08T10:26:01.093Z] Configure a credential helper to remove this warning. See [2025-08-08T10:26:01.093Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-08T10:26:01.093Z] [2025-08-08T10:26:01.093Z] Login Succeeded [2025-08-08T10:26:01.093Z] ****.io [2025-08-08T10:26:01.359Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-08T10:26:01.625Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-08T10:26:01.625Z] Configure a credential helper to remove this warning. See [2025-08-08T10:26:01.625Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-08T10:26:01.625Z] [2025-08-08T10:26:01.625Z] Login Succeeded [2025-08-08T10:26:01.625Z] ---> ****-login.sh ends [Pipeline] } [2025-08-08T10:26:01.637Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-08T10:26:01.683Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-08T10:26:01.721Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2025-08-08T10:26:01.721Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T10:26:01.721Z] latest [2025-08-08T10:26:01.721Z] 4.1.0-dev.44 [2025-08-08T10:26:01.721Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T10:26:01.721Z] main [2025-08-08T10:26:01.721Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:26:02.095Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:26:02.441Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T10:26:02.442Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-08-08T10:26:02.442Z] 9b1d3c9a0c91: Preparing [2025-08-08T10:26:02.442Z] 06e7ae3e7ee1: Preparing [2025-08-08T10:26:02.442Z] c960c72ef0de: Preparing [2025-08-08T10:26:02.442Z] 1c0282db2255: Preparing [2025-08-08T10:26:02.442Z] f6c8a3c332d4: Preparing [2025-08-08T10:26:02.442Z] 19efc2c863da: Preparing [2025-08-08T10:26:02.442Z] 1e890da81ec9: Preparing [2025-08-08T10:26:02.442Z] 19efc2c863da: Waiting [2025-08-08T10:26:02.442Z] 1e890da81ec9: Waiting [2025-08-08T10:26:02.706Z] 9b1d3c9a0c91: Pushed [2025-08-08T10:26:02.706Z] c960c72ef0de: Pushed [2025-08-08T10:26:02.706Z] 1c0282db2255: Pushed [2025-08-08T10:26:02.706Z] 1e890da81ec9: Layer already exists [2025-08-08T10:26:02.706Z] 19efc2c863da: Pushed [2025-08-08T10:26:02.970Z] f6c8a3c332d4: Pushed [2025-08-08T10:26:09.590Z] 06e7ae3e7ee1: Pushed [2025-08-08T10:26:09.590Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b: digest: sha256:acae20b25ff6954a7e5bea1c10fb6c8e5ac3f38edc3367c9958e9cf38d918f33 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:26:09.950Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:26:10.307Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2025-08-08T10:26:10.307Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-08-08T10:26:10.307Z] 9b1d3c9a0c91: Preparing [2025-08-08T10:26:10.307Z] 06e7ae3e7ee1: Preparing [2025-08-08T10:26:10.307Z] c960c72ef0de: Preparing [2025-08-08T10:26:10.307Z] 1c0282db2255: Preparing [2025-08-08T10:26:10.307Z] f6c8a3c332d4: Preparing [2025-08-08T10:26:10.307Z] 19efc2c863da: Preparing [2025-08-08T10:26:10.307Z] 1e890da81ec9: Preparing [2025-08-08T10:26:10.307Z] 1e890da81ec9: Waiting [2025-08-08T10:26:10.307Z] 19efc2c863da: Waiting [2025-08-08T10:26:10.307Z] 1c0282db2255: Layer already exists [2025-08-08T10:26:10.307Z] 06e7ae3e7ee1: Layer already exists [2025-08-08T10:26:10.307Z] c960c72ef0de: Layer already exists [2025-08-08T10:26:10.307Z] f6c8a3c332d4: Layer already exists [2025-08-08T10:26:10.307Z] 9b1d3c9a0c91: Layer already exists [2025-08-08T10:26:10.307Z] 19efc2c863da: Layer already exists [2025-08-08T10:26:10.307Z] 1e890da81ec9: Layer already exists [2025-08-08T10:26:10.307Z] latest: digest: sha256:acae20b25ff6954a7e5bea1c10fb6c8e5ac3f38edc3367c9958e9cf38d918f33 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:26:10.659Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:26:11.008Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.44 [2025-08-08T10:26:11.008Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-08-08T10:26:11.008Z] 9b1d3c9a0c91: Preparing [2025-08-08T10:26:11.008Z] 06e7ae3e7ee1: Preparing [2025-08-08T10:26:11.008Z] c960c72ef0de: Preparing [2025-08-08T10:26:11.008Z] 1c0282db2255: Preparing [2025-08-08T10:26:11.008Z] f6c8a3c332d4: Preparing [2025-08-08T10:26:11.008Z] 19efc2c863da: Preparing [2025-08-08T10:26:11.008Z] 1e890da81ec9: Preparing [2025-08-08T10:26:11.008Z] 19efc2c863da: Waiting [2025-08-08T10:26:11.008Z] 1c0282db2255: Layer already exists [2025-08-08T10:26:11.008Z] 9b1d3c9a0c91: Layer already exists [2025-08-08T10:26:11.008Z] 06e7ae3e7ee1: Layer already exists [2025-08-08T10:26:11.008Z] f6c8a3c332d4: Layer already exists [2025-08-08T10:26:11.008Z] c960c72ef0de: Layer already exists [2025-08-08T10:26:11.008Z] 19efc2c863da: Layer already exists [2025-08-08T10:26:11.008Z] 1e890da81ec9: Layer already exists [2025-08-08T10:26:11.008Z] 4.1.0-dev.44: digest: sha256:acae20b25ff6954a7e5bea1c10fb6c8e5ac3f38edc3367c9958e9cf38d918f33 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:26:11.364Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:26:11.713Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T10:26:11.713Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-08-08T10:26:11.713Z] 9b1d3c9a0c91: Preparing [2025-08-08T10:26:11.713Z] 06e7ae3e7ee1: Preparing [2025-08-08T10:26:11.713Z] c960c72ef0de: Preparing [2025-08-08T10:26:11.713Z] 1c0282db2255: Preparing [2025-08-08T10:26:11.713Z] f6c8a3c332d4: Preparing [2025-08-08T10:26:11.713Z] 19efc2c863da: Preparing [2025-08-08T10:26:11.713Z] 1e890da81ec9: Preparing [2025-08-08T10:26:11.713Z] 19efc2c863da: Waiting [2025-08-08T10:26:11.713Z] 1e890da81ec9: Waiting [2025-08-08T10:26:11.713Z] c960c72ef0de: Layer already exists [2025-08-08T10:26:11.713Z] 06e7ae3e7ee1: Layer already exists [2025-08-08T10:26:11.713Z] f6c8a3c332d4: Layer already exists [2025-08-08T10:26:11.713Z] 1c0282db2255: Layer already exists [2025-08-08T10:26:11.713Z] 9b1d3c9a0c91: Layer already exists [2025-08-08T10:26:11.713Z] 1e890da81ec9: Layer already exists [2025-08-08T10:26:11.713Z] 19efc2c863da: Layer already exists [2025-08-08T10:26:11.713Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44: digest: sha256:acae20b25ff6954a7e5bea1c10fb6c8e5ac3f38edc3367c9958e9cf38d918f33 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:26:12.332Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:26:12.700Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2025-08-08T10:26:12.700Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-08-08T10:26:12.700Z] 9b1d3c9a0c91: Preparing [2025-08-08T10:26:12.700Z] 06e7ae3e7ee1: Preparing [2025-08-08T10:26:12.700Z] c960c72ef0de: Preparing [2025-08-08T10:26:12.700Z] 1c0282db2255: Preparing [2025-08-08T10:26:12.700Z] f6c8a3c332d4: Preparing [2025-08-08T10:26:12.700Z] 19efc2c863da: Preparing [2025-08-08T10:26:12.700Z] 1e890da81ec9: Preparing [2025-08-08T10:26:12.700Z] 19efc2c863da: Waiting [2025-08-08T10:26:12.700Z] 1e890da81ec9: Waiting [2025-08-08T10:26:12.700Z] c960c72ef0de: Layer already exists [2025-08-08T10:26:12.700Z] 06e7ae3e7ee1: Layer already exists [2025-08-08T10:26:12.700Z] f6c8a3c332d4: Layer already exists [2025-08-08T10:26:12.700Z] 9b1d3c9a0c91: Layer already exists [2025-08-08T10:26:12.700Z] 1c0282db2255: Layer already exists [2025-08-08T10:26:12.700Z] 1e890da81ec9: Layer already exists [2025-08-08T10:26:12.700Z] 19efc2c863da: Layer already exists [2025-08-08T10:26:12.964Z] main: digest: sha256:acae20b25ff6954a7e5bea1c10fb6c8e5ac3f38edc3367c9958e9cf38d918f33 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-08T10:26:13.040Z] ===================================================== [Pipeline] echo [2025-08-08T10:26:13.058Z] taggedImages: [2025-08-08T10:26:13.058Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T10:26:13.058Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2025-08-08T10:26:13.058Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.44 [2025-08-08T10:26:13.058Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T10:26:13.058Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2025-08-08T10:26:13.090Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2025-08-08T10:26:13.090Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T10:26:13.090Z] latest [2025-08-08T10:26:13.090Z] 4.1.0-dev.44 [2025-08-08T10:26:13.090Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T10:26:13.090Z] main [2025-08-08T10:26:13.090Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:26:13.465Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:26:13.812Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T10:26:13.812Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-08-08T10:26:13.812Z] 71211cb51bb7: Preparing [2025-08-08T10:26:13.812Z] fda36a3f79e3: Preparing [2025-08-08T10:26:13.812Z] 3d89cc45480c: Preparing [2025-08-08T10:26:13.812Z] f6f360c6f54d: Preparing [2025-08-08T10:26:13.812Z] c960c72ef0de: Preparing [2025-08-08T10:26:13.812Z] 1c0282db2255: Preparing [2025-08-08T10:26:13.812Z] f6c8a3c332d4: Preparing [2025-08-08T10:26:13.812Z] 19efc2c863da: Preparing [2025-08-08T10:26:13.812Z] 1e890da81ec9: Preparing [2025-08-08T10:26:13.812Z] 1c0282db2255: Waiting [2025-08-08T10:26:13.812Z] f6c8a3c332d4: Waiting [2025-08-08T10:26:13.812Z] 19efc2c863da: Waiting [2025-08-08T10:26:13.812Z] 1e890da81ec9: Waiting [2025-08-08T10:26:13.812Z] c960c72ef0de: Layer already exists [2025-08-08T10:26:14.077Z] 1c0282db2255: Layer already exists [2025-08-08T10:26:14.077Z] f6c8a3c332d4: Layer already exists [2025-08-08T10:26:14.077Z] 3d89cc45480c: Pushed [2025-08-08T10:26:14.077Z] fda36a3f79e3: Pushed [2025-08-08T10:26:14.077Z] 19efc2c863da: Layer already exists [2025-08-08T10:26:14.077Z] 71211cb51bb7: Pushed [2025-08-08T10:26:14.077Z] 1e890da81ec9: Layer already exists [2025-08-08T10:26:16.651Z] f6f360c6f54d: Pushed [2025-08-08T10:26:16.651Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b: digest: sha256:e3a78a19bd28cafc1eb78ae2c1c2c18964d674063da6d8befa6289e7d489226d size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:26:16.999Z] + 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-08-08T10:26:17.361Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2025-08-08T10:26:17.361Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-08-08T10:26:17.361Z] 71211cb51bb7: Preparing [2025-08-08T10:26:17.361Z] fda36a3f79e3: Preparing [2025-08-08T10:26:17.361Z] 3d89cc45480c: Preparing [2025-08-08T10:26:17.361Z] f6f360c6f54d: Preparing [2025-08-08T10:26:17.361Z] c960c72ef0de: Preparing [2025-08-08T10:26:17.361Z] 1c0282db2255: Preparing [2025-08-08T10:26:17.361Z] 1c0282db2255: Waiting [2025-08-08T10:26:17.361Z] f6c8a3c332d4: Preparing [2025-08-08T10:26:17.361Z] f6c8a3c332d4: Waiting [2025-08-08T10:26:17.361Z] 19efc2c863da: Preparing [2025-08-08T10:26:17.361Z] 1e890da81ec9: Preparing [2025-08-08T10:26:17.361Z] 19efc2c863da: Waiting [2025-08-08T10:26:17.361Z] 1e890da81ec9: Waiting [2025-08-08T10:26:17.361Z] 71211cb51bb7: Layer already exists [2025-08-08T10:26:17.361Z] 3d89cc45480c: Layer already exists [2025-08-08T10:26:17.361Z] fda36a3f79e3: Layer already exists [2025-08-08T10:26:17.361Z] f6f360c6f54d: Layer already exists [2025-08-08T10:26:17.361Z] c960c72ef0de: Layer already exists [2025-08-08T10:26:17.361Z] 19efc2c863da: Layer already exists [2025-08-08T10:26:17.361Z] f6c8a3c332d4: Layer already exists [2025-08-08T10:26:17.361Z] 1c0282db2255: Layer already exists [2025-08-08T10:26:17.361Z] 1e890da81ec9: Layer already exists [2025-08-08T10:26:17.361Z] latest: digest: sha256:e3a78a19bd28cafc1eb78ae2c1c2c18964d674063da6d8befa6289e7d489226d size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:26:17.707Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:26:18.050Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.44 [2025-08-08T10:26:18.051Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-08-08T10:26:18.051Z] 71211cb51bb7: Preparing [2025-08-08T10:26:18.051Z] fda36a3f79e3: Preparing [2025-08-08T10:26:18.051Z] 3d89cc45480c: Preparing [2025-08-08T10:26:18.051Z] f6f360c6f54d: Preparing [2025-08-08T10:26:18.051Z] c960c72ef0de: Preparing [2025-08-08T10:26:18.051Z] 1c0282db2255: Preparing [2025-08-08T10:26:18.051Z] f6c8a3c332d4: Preparing [2025-08-08T10:26:18.051Z] 19efc2c863da: Preparing [2025-08-08T10:26:18.051Z] 1e890da81ec9: Preparing [2025-08-08T10:26:18.051Z] f6c8a3c332d4: Waiting [2025-08-08T10:26:18.051Z] 19efc2c863da: Waiting [2025-08-08T10:26:18.051Z] 1e890da81ec9: Waiting [2025-08-08T10:26:18.051Z] 1c0282db2255: Waiting [2025-08-08T10:26:18.051Z] 3d89cc45480c: Layer already exists [2025-08-08T10:26:18.051Z] f6f360c6f54d: Layer already exists [2025-08-08T10:26:18.051Z] 71211cb51bb7: Layer already exists [2025-08-08T10:26:18.051Z] c960c72ef0de: Layer already exists [2025-08-08T10:26:18.051Z] fda36a3f79e3: Layer already exists [2025-08-08T10:26:18.051Z] 1c0282db2255: Layer already exists [2025-08-08T10:26:18.051Z] 1e890da81ec9: Layer already exists [2025-08-08T10:26:18.051Z] f6c8a3c332d4: Layer already exists [2025-08-08T10:26:18.051Z] 19efc2c863da: Layer already exists [2025-08-08T10:26:18.051Z] 4.1.0-dev.44: digest: sha256:e3a78a19bd28cafc1eb78ae2c1c2c18964d674063da6d8befa6289e7d489226d size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:26:18.403Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:26:18.750Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T10:26:18.750Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-08-08T10:26:18.750Z] 71211cb51bb7: Preparing [2025-08-08T10:26:18.750Z] fda36a3f79e3: Preparing [2025-08-08T10:26:18.750Z] 3d89cc45480c: Preparing [2025-08-08T10:26:18.750Z] f6f360c6f54d: Preparing [2025-08-08T10:26:18.750Z] c960c72ef0de: Preparing [2025-08-08T10:26:18.750Z] 1c0282db2255: Preparing [2025-08-08T10:26:18.750Z] f6c8a3c332d4: Preparing [2025-08-08T10:26:18.750Z] 19efc2c863da: Preparing [2025-08-08T10:26:18.750Z] 1e890da81ec9: Preparing [2025-08-08T10:26:18.750Z] 1c0282db2255: Waiting [2025-08-08T10:26:18.750Z] f6c8a3c332d4: Waiting [2025-08-08T10:26:18.750Z] 19efc2c863da: Waiting [2025-08-08T10:26:18.750Z] 1e890da81ec9: Waiting [2025-08-08T10:26:18.750Z] 3d89cc45480c: Layer already exists [2025-08-08T10:26:18.750Z] fda36a3f79e3: Layer already exists [2025-08-08T10:26:18.750Z] f6f360c6f54d: Layer already exists [2025-08-08T10:26:18.750Z] 71211cb51bb7: Layer already exists [2025-08-08T10:26:18.750Z] c960c72ef0de: Layer already exists [2025-08-08T10:26:18.750Z] 19efc2c863da: Layer already exists [2025-08-08T10:26:18.750Z] 1c0282db2255: Layer already exists [2025-08-08T10:26:18.750Z] f6c8a3c332d4: Layer already exists [2025-08-08T10:26:18.750Z] 1e890da81ec9: Layer already exists [2025-08-08T10:26:18.750Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44: digest: sha256:e3a78a19bd28cafc1eb78ae2c1c2c18964d674063da6d8befa6289e7d489226d size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:26:19.099Z] + 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-08-08T10:26:19.445Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2025-08-08T10:26:19.445Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-08-08T10:26:19.445Z] 71211cb51bb7: Preparing [2025-08-08T10:26:19.445Z] fda36a3f79e3: Preparing [2025-08-08T10:26:19.445Z] 3d89cc45480c: Preparing [2025-08-08T10:26:19.445Z] f6f360c6f54d: Preparing [2025-08-08T10:26:19.445Z] c960c72ef0de: Preparing [2025-08-08T10:26:19.445Z] 1c0282db2255: Preparing [2025-08-08T10:26:19.445Z] f6c8a3c332d4: Preparing [2025-08-08T10:26:19.445Z] 19efc2c863da: Preparing [2025-08-08T10:26:19.445Z] 1e890da81ec9: Preparing [2025-08-08T10:26:19.445Z] 1c0282db2255: Waiting [2025-08-08T10:26:19.445Z] f6c8a3c332d4: Waiting [2025-08-08T10:26:19.445Z] 19efc2c863da: Waiting [2025-08-08T10:26:19.445Z] 1e890da81ec9: Waiting [2025-08-08T10:26:19.445Z] c960c72ef0de: Layer already exists [2025-08-08T10:26:19.445Z] f6f360c6f54d: Layer already exists [2025-08-08T10:26:19.445Z] 71211cb51bb7: Layer already exists [2025-08-08T10:26:19.445Z] 3d89cc45480c: Layer already exists [2025-08-08T10:26:19.445Z] fda36a3f79e3: Layer already exists [2025-08-08T10:26:19.445Z] f6c8a3c332d4: Layer already exists [2025-08-08T10:26:19.445Z] 19efc2c863da: Layer already exists [2025-08-08T10:26:19.445Z] 1e890da81ec9: Layer already exists [2025-08-08T10:26:19.445Z] 1c0282db2255: Layer already exists [2025-08-08T10:26:19.708Z] main: digest: sha256:e3a78a19bd28cafc1eb78ae2c1c2c18964d674063da6d8befa6289e7d489226d size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-08T10:26:19.798Z] ===================================================== [Pipeline] echo [2025-08-08T10:26:19.813Z] taggedImages: [2025-08-08T10:26:19.813Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T10:26:19.813Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2025-08-08T10:26:19.813Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.44 [2025-08-08T10:26:19.813Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T10:26:19.813Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2025-08-08T10:26:19.845Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2025-08-08T10:26:19.845Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T10:26:19.845Z] latest [2025-08-08T10:26:19.845Z] 4.1.0-dev.44 [2025-08-08T10:26:19.845Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T10:26:19.845Z] main [2025-08-08T10:26:19.845Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:26:20.209Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:26:20.556Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T10:26:20.556Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-08-08T10:26:20.556Z] 7c41edc08271: Preparing [2025-08-08T10:26:20.556Z] de6ddbdc7c4d: Preparing [2025-08-08T10:26:20.556Z] c960c72ef0de: Preparing [2025-08-08T10:26:20.556Z] 1c0282db2255: Preparing [2025-08-08T10:26:20.556Z] 07596372862f: Preparing [2025-08-08T10:26:20.556Z] 19efc2c863da: Preparing [2025-08-08T10:26:20.556Z] 1e890da81ec9: Preparing [2025-08-08T10:26:20.556Z] 19efc2c863da: Waiting [2025-08-08T10:26:20.556Z] 1e890da81ec9: Waiting [2025-08-08T10:26:20.556Z] c960c72ef0de: Layer already exists [2025-08-08T10:26:20.556Z] 1c0282db2255: Layer already exists [2025-08-08T10:26:20.820Z] 19efc2c863da: Layer already exists [2025-08-08T10:26:20.820Z] 1e890da81ec9: Layer already exists [2025-08-08T10:26:20.820Z] 7c41edc08271: Pushed [2025-08-08T10:26:21.084Z] 07596372862f: Pushed [2025-08-08T10:26:29.251Z] de6ddbdc7c4d: Pushed [2025-08-08T10:26:29.251Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b: digest: sha256:1f059a94022b61f512103bf3de96200d0b7e94cf204e4bdcec1514f566fc6ff8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:26:29.599Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:26:29.939Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2025-08-08T10:26:29.939Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-08-08T10:26:29.939Z] 7c41edc08271: Preparing [2025-08-08T10:26:29.939Z] de6ddbdc7c4d: Preparing [2025-08-08T10:26:29.939Z] c960c72ef0de: Preparing [2025-08-08T10:26:29.939Z] 1c0282db2255: Preparing [2025-08-08T10:26:29.939Z] 07596372862f: Preparing [2025-08-08T10:26:29.939Z] 19efc2c863da: Preparing [2025-08-08T10:26:29.939Z] 1e890da81ec9: Preparing [2025-08-08T10:26:29.939Z] 19efc2c863da: Waiting [2025-08-08T10:26:29.939Z] 1e890da81ec9: Waiting [2025-08-08T10:26:29.939Z] 7c41edc08271: Layer already exists [2025-08-08T10:26:29.939Z] 07596372862f: Layer already exists [2025-08-08T10:26:29.939Z] de6ddbdc7c4d: Layer already exists [2025-08-08T10:26:29.939Z] c960c72ef0de: Layer already exists [2025-08-08T10:26:29.939Z] 1c0282db2255: Layer already exists [2025-08-08T10:26:29.939Z] 1e890da81ec9: Layer already exists [2025-08-08T10:26:29.939Z] 19efc2c863da: Layer already exists [2025-08-08T10:26:29.939Z] latest: digest: sha256:1f059a94022b61f512103bf3de96200d0b7e94cf204e4bdcec1514f566fc6ff8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:26:30.285Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:26:30.636Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.44 [2025-08-08T10:26:30.636Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-08-08T10:26:30.636Z] 7c41edc08271: Preparing [2025-08-08T10:26:30.636Z] de6ddbdc7c4d: Preparing [2025-08-08T10:26:30.636Z] c960c72ef0de: Preparing [2025-08-08T10:26:30.636Z] 1c0282db2255: Preparing [2025-08-08T10:26:30.636Z] 07596372862f: Preparing [2025-08-08T10:26:30.636Z] 19efc2c863da: Preparing [2025-08-08T10:26:30.636Z] 1e890da81ec9: Preparing [2025-08-08T10:26:30.636Z] 19efc2c863da: Waiting [2025-08-08T10:26:30.636Z] c960c72ef0de: Layer already exists [2025-08-08T10:26:30.636Z] 1c0282db2255: Layer already exists [2025-08-08T10:26:30.636Z] 7c41edc08271: Layer already exists [2025-08-08T10:26:30.636Z] 07596372862f: Layer already exists [2025-08-08T10:26:30.636Z] de6ddbdc7c4d: Layer already exists [2025-08-08T10:26:30.636Z] 19efc2c863da: Layer already exists [2025-08-08T10:26:30.636Z] 1e890da81ec9: Layer already exists [2025-08-08T10:26:30.636Z] 4.1.0-dev.44: digest: sha256:1f059a94022b61f512103bf3de96200d0b7e94cf204e4bdcec1514f566fc6ff8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:26:31.247Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:26:31.595Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T10:26:31.595Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-08-08T10:26:31.595Z] 7c41edc08271: Preparing [2025-08-08T10:26:31.595Z] de6ddbdc7c4d: Preparing [2025-08-08T10:26:31.595Z] c960c72ef0de: Preparing [2025-08-08T10:26:31.595Z] 1c0282db2255: Preparing [2025-08-08T10:26:31.595Z] 07596372862f: Preparing [2025-08-08T10:26:31.595Z] 19efc2c863da: Preparing [2025-08-08T10:26:31.595Z] 1e890da81ec9: Preparing [2025-08-08T10:26:31.595Z] 1e890da81ec9: Waiting [2025-08-08T10:26:31.595Z] 19efc2c863da: Waiting [2025-08-08T10:26:31.595Z] 7c41edc08271: Layer already exists [2025-08-08T10:26:31.595Z] c960c72ef0de: Layer already exists [2025-08-08T10:26:31.595Z] 1c0282db2255: Layer already exists [2025-08-08T10:26:31.595Z] 07596372862f: Layer already exists [2025-08-08T10:26:31.595Z] de6ddbdc7c4d: Layer already exists [2025-08-08T10:26:31.595Z] 19efc2c863da: Layer already exists [2025-08-08T10:26:31.595Z] 1e890da81ec9: Layer already exists [2025-08-08T10:26:31.595Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44: digest: sha256:1f059a94022b61f512103bf3de96200d0b7e94cf204e4bdcec1514f566fc6ff8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:26:31.950Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:26:32.407Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2025-08-08T10:26:32.407Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-08-08T10:26:32.407Z] 7c41edc08271: Preparing [2025-08-08T10:26:32.407Z] de6ddbdc7c4d: Preparing [2025-08-08T10:26:32.407Z] c960c72ef0de: Preparing [2025-08-08T10:26:32.407Z] 1c0282db2255: Preparing [2025-08-08T10:26:32.407Z] 07596372862f: Preparing [2025-08-08T10:26:32.408Z] 19efc2c863da: Preparing [2025-08-08T10:26:32.408Z] 1e890da81ec9: Preparing [2025-08-08T10:26:32.408Z] 19efc2c863da: Waiting [2025-08-08T10:26:32.408Z] 1e890da81ec9: Waiting [2025-08-08T10:26:32.408Z] de6ddbdc7c4d: Layer already exists [2025-08-08T10:26:32.408Z] 07596372862f: Layer already exists [2025-08-08T10:26:32.408Z] 7c41edc08271: Layer already exists [2025-08-08T10:26:32.408Z] c960c72ef0de: Layer already exists [2025-08-08T10:26:32.408Z] 1c0282db2255: Layer already exists [2025-08-08T10:26:32.408Z] 19efc2c863da: Layer already exists [2025-08-08T10:26:32.408Z] 1e890da81ec9: Layer already exists [2025-08-08T10:26:32.408Z] main: digest: sha256:1f059a94022b61f512103bf3de96200d0b7e94cf204e4bdcec1514f566fc6ff8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-08T10:26:32.756Z] ===================================================== [Pipeline] echo [2025-08-08T10:26:32.770Z] taggedImages: [2025-08-08T10:26:32.770Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T10:26:32.770Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2025-08-08T10:26:32.770Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.44 [2025-08-08T10:26:32.770Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T10:26:32.770Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2025-08-08T10:26:32.804Z] [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: [2025-08-08T10:26:32.804Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T10:26:32.804Z] latest [2025-08-08T10:26:32.804Z] 4.1.0-dev.44 [2025-08-08T10:26:32.804Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T10:26:32.804Z] main [2025-08-08T10:26:32.804Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:26:33.166Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:26:33.522Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T10:26:33.522Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-08-08T10:26:33.522Z] 0ea93abe8669: Preparing [2025-08-08T10:26:33.522Z] 27a3416cbf82: Preparing [2025-08-08T10:26:33.522Z] 1c0282db2255: Preparing [2025-08-08T10:26:33.522Z] 882f53b0ba73: Preparing [2025-08-08T10:26:33.522Z] 4e1f300158a5: Preparing [2025-08-08T10:26:33.522Z] 1e890da81ec9: Preparing [2025-08-08T10:26:33.522Z] 1e890da81ec9: Waiting [2025-08-08T10:26:33.522Z] 1c0282db2255: Layer already exists [2025-08-08T10:26:33.787Z] 1e890da81ec9: Layer already exists [2025-08-08T10:26:33.788Z] 4e1f300158a5: Pushed [2025-08-08T10:26:33.788Z] 0ea93abe8669: Pushed [2025-08-08T10:26:33.788Z] 882f53b0ba73: Pushed [2025-08-08T10:26:41.960Z] 27a3416cbf82: Pushed [2025-08-08T10:26:41.960Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b: digest: sha256:bc02dd7d5b467633672250448fcdc2a90b2a6f94af6a304dfc061e5bfe448210 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:26:42.306Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:26:42.648Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2025-08-08T10:26:42.648Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-08-08T10:26:42.648Z] 0ea93abe8669: Preparing [2025-08-08T10:26:42.648Z] 27a3416cbf82: Preparing [2025-08-08T10:26:42.648Z] 1c0282db2255: Preparing [2025-08-08T10:26:42.648Z] 882f53b0ba73: Preparing [2025-08-08T10:26:42.648Z] 4e1f300158a5: Preparing [2025-08-08T10:26:42.648Z] 1e890da81ec9: Preparing [2025-08-08T10:26:42.648Z] 1e890da81ec9: Waiting [2025-08-08T10:26:42.648Z] 4e1f300158a5: Layer already exists [2025-08-08T10:26:42.648Z] 1c0282db2255: Layer already exists [2025-08-08T10:26:42.648Z] 0ea93abe8669: Layer already exists [2025-08-08T10:26:42.648Z] 27a3416cbf82: Layer already exists [2025-08-08T10:26:42.648Z] 882f53b0ba73: Layer already exists [2025-08-08T10:26:42.648Z] 1e890da81ec9: Layer already exists [2025-08-08T10:26:42.911Z] latest: digest: sha256:bc02dd7d5b467633672250448fcdc2a90b2a6f94af6a304dfc061e5bfe448210 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:26:43.251Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:26:43.588Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.44 [2025-08-08T10:26:43.588Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-08-08T10:26:43.588Z] 0ea93abe8669: Preparing [2025-08-08T10:26:43.588Z] 27a3416cbf82: Preparing [2025-08-08T10:26:43.588Z] 1c0282db2255: Preparing [2025-08-08T10:26:43.588Z] 882f53b0ba73: Preparing [2025-08-08T10:26:43.588Z] 4e1f300158a5: Preparing [2025-08-08T10:26:43.588Z] 1e890da81ec9: Preparing [2025-08-08T10:26:43.588Z] 1e890da81ec9: Waiting [2025-08-08T10:26:43.588Z] 27a3416cbf82: Layer already exists [2025-08-08T10:26:43.588Z] 0ea93abe8669: Layer already exists [2025-08-08T10:26:43.588Z] 1c0282db2255: Layer already exists [2025-08-08T10:26:43.588Z] 4e1f300158a5: Layer already exists [2025-08-08T10:26:43.588Z] 882f53b0ba73: Layer already exists [2025-08-08T10:26:43.588Z] 1e890da81ec9: Layer already exists [2025-08-08T10:26:43.588Z] 4.1.0-dev.44: digest: sha256:bc02dd7d5b467633672250448fcdc2a90b2a6f94af6a304dfc061e5bfe448210 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:26:43.938Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:26:46.471Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T10:26:46.471Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-08-08T10:26:46.471Z] 0ea93abe8669: Preparing [2025-08-08T10:26:46.471Z] 27a3416cbf82: Preparing [2025-08-08T10:26:46.471Z] 1c0282db2255: Preparing [2025-08-08T10:26:46.471Z] 882f53b0ba73: Preparing [2025-08-08T10:26:46.471Z] 4e1f300158a5: Preparing [2025-08-08T10:26:46.471Z] 1e890da81ec9: Preparing [2025-08-08T10:26:46.471Z] 1e890da81ec9: Waiting [2025-08-08T10:26:46.471Z] 0ea93abe8669: Layer already exists [2025-08-08T10:26:46.471Z] 882f53b0ba73: Layer already exists [2025-08-08T10:26:46.471Z] 1c0282db2255: Layer already exists [2025-08-08T10:26:46.471Z] 4e1f300158a5: Layer already exists [2025-08-08T10:26:46.471Z] 27a3416cbf82: Layer already exists [2025-08-08T10:26:46.471Z] 1e890da81ec9: Layer already exists [2025-08-08T10:26:46.471Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44: digest: sha256:bc02dd7d5b467633672250448fcdc2a90b2a6f94af6a304dfc061e5bfe448210 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:26:46.817Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:26:47.162Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [2025-08-08T10:26:47.162Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-08-08T10:26:47.162Z] 0ea93abe8669: Preparing [2025-08-08T10:26:47.162Z] 27a3416cbf82: Preparing [2025-08-08T10:26:47.162Z] 1c0282db2255: Preparing [2025-08-08T10:26:47.162Z] 882f53b0ba73: Preparing [2025-08-08T10:26:47.162Z] 4e1f300158a5: Preparing [2025-08-08T10:26:47.162Z] 1e890da81ec9: Preparing [2025-08-08T10:26:47.162Z] 1e890da81ec9: Waiting [2025-08-08T10:26:47.162Z] 27a3416cbf82: Layer already exists [2025-08-08T10:26:47.162Z] 1c0282db2255: Layer already exists [2025-08-08T10:26:47.162Z] 882f53b0ba73: Layer already exists [2025-08-08T10:26:47.162Z] 4e1f300158a5: Layer already exists [2025-08-08T10:26:47.162Z] 0ea93abe8669: Layer already exists [2025-08-08T10:26:47.162Z] 1e890da81ec9: Layer already exists [2025-08-08T10:26:47.162Z] main: digest: sha256:bc02dd7d5b467633672250448fcdc2a90b2a6f94af6a304dfc061e5bfe448210 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-08T10:26:47.237Z] ===================================================== [Pipeline] echo [2025-08-08T10:26:47.252Z] taggedImages: [2025-08-08T10:26:47.252Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T10:26:47.252Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2025-08-08T10:26:47.252Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.44 [2025-08-08T10:26:47.252Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T10:26:47.252Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2025-08-08T10:26:47.287Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2025-08-08T10:26:47.287Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T10:26:47.287Z] latest [2025-08-08T10:26:47.287Z] 4.1.0-dev.44 [2025-08-08T10:26:47.287Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T10:26:47.287Z] main [2025-08-08T10:26:47.287Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:26:47.667Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:26:48.015Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T10:26:48.015Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-08-08T10:26:48.015Z] 7f1ebab1a06a: Preparing [2025-08-08T10:26:48.015Z] 8b17b3c5a23d: Preparing [2025-08-08T10:26:48.015Z] 9fc99c07bae7: Preparing [2025-08-08T10:26:48.015Z] c960c72ef0de: Preparing [2025-08-08T10:26:48.015Z] 1c0282db2255: Preparing [2025-08-08T10:26:48.015Z] f6c8a3c332d4: Preparing [2025-08-08T10:26:48.015Z] 19efc2c863da: Preparing [2025-08-08T10:26:48.015Z] 1e890da81ec9: Preparing [2025-08-08T10:26:48.015Z] 19efc2c863da: Waiting [2025-08-08T10:26:48.015Z] 1e890da81ec9: Waiting [2025-08-08T10:26:48.015Z] f6c8a3c332d4: Waiting [2025-08-08T10:26:48.015Z] c960c72ef0de: Layer already exists [2025-08-08T10:26:48.015Z] 1c0282db2255: Layer already exists [2025-08-08T10:26:48.015Z] 19efc2c863da: Layer already exists [2025-08-08T10:26:48.279Z] f6c8a3c332d4: Layer already exists [2025-08-08T10:26:48.280Z] 8b17b3c5a23d: Pushed [2025-08-08T10:26:48.280Z] 1e890da81ec9: Layer already exists [2025-08-08T10:26:48.280Z] 7f1ebab1a06a: Pushed [2025-08-08T10:26:56.462Z] 9fc99c07bae7: Pushed [2025-08-08T10:26:56.462Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b: digest: sha256:6ab2a0160d5854d816e2d17e59735d334c46ba3bcdf1c0d90178f5242f555dcb size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:26:56.832Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:26:57.185Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2025-08-08T10:26:57.185Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-08-08T10:26:57.185Z] 7f1ebab1a06a: Preparing [2025-08-08T10:26:57.185Z] 8b17b3c5a23d: Preparing [2025-08-08T10:26:57.185Z] 9fc99c07bae7: Preparing [2025-08-08T10:26:57.185Z] c960c72ef0de: Preparing [2025-08-08T10:26:57.185Z] 1c0282db2255: Preparing [2025-08-08T10:26:57.185Z] f6c8a3c332d4: Preparing [2025-08-08T10:26:57.185Z] 19efc2c863da: Preparing [2025-08-08T10:26:57.185Z] 1e890da81ec9: Preparing [2025-08-08T10:26:57.185Z] f6c8a3c332d4: Waiting [2025-08-08T10:26:57.185Z] 19efc2c863da: Waiting [2025-08-08T10:26:57.185Z] 1e890da81ec9: Waiting [2025-08-08T10:26:57.185Z] 9fc99c07bae7: Layer already exists [2025-08-08T10:26:57.185Z] 1c0282db2255: Layer already exists [2025-08-08T10:26:57.185Z] c960c72ef0de: Layer already exists [2025-08-08T10:26:57.185Z] 7f1ebab1a06a: Layer already exists [2025-08-08T10:26:57.185Z] 8b17b3c5a23d: Layer already exists [2025-08-08T10:26:57.185Z] 19efc2c863da: Layer already exists [2025-08-08T10:26:57.185Z] f6c8a3c332d4: Layer already exists [2025-08-08T10:26:57.185Z] 1e890da81ec9: Layer already exists [2025-08-08T10:26:57.185Z] latest: digest: sha256:6ab2a0160d5854d816e2d17e59735d334c46ba3bcdf1c0d90178f5242f555dcb size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:26:57.541Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:26:57.884Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.44 [2025-08-08T10:26:57.884Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-08-08T10:26:57.884Z] 7f1ebab1a06a: Preparing [2025-08-08T10:26:57.884Z] 8b17b3c5a23d: Preparing [2025-08-08T10:26:57.884Z] 9fc99c07bae7: Preparing [2025-08-08T10:26:57.884Z] c960c72ef0de: Preparing [2025-08-08T10:26:57.884Z] 1c0282db2255: Preparing [2025-08-08T10:26:57.884Z] f6c8a3c332d4: Preparing [2025-08-08T10:26:57.884Z] 19efc2c863da: Preparing [2025-08-08T10:26:57.884Z] 1e890da81ec9: Preparing [2025-08-08T10:26:57.884Z] 19efc2c863da: Waiting [2025-08-08T10:26:57.884Z] 1e890da81ec9: Waiting [2025-08-08T10:26:57.884Z] f6c8a3c332d4: Waiting [2025-08-08T10:26:57.884Z] 9fc99c07bae7: Layer already exists [2025-08-08T10:26:57.884Z] 7f1ebab1a06a: Layer already exists [2025-08-08T10:26:57.884Z] c960c72ef0de: Layer already exists [2025-08-08T10:26:57.884Z] 1c0282db2255: Layer already exists [2025-08-08T10:26:57.884Z] 8b17b3c5a23d: Layer already exists [2025-08-08T10:26:57.884Z] 1e890da81ec9: Layer already exists [2025-08-08T10:26:57.884Z] f6c8a3c332d4: Layer already exists [2025-08-08T10:26:57.884Z] 19efc2c863da: Layer already exists [2025-08-08T10:26:57.884Z] 4.1.0-dev.44: digest: sha256:6ab2a0160d5854d816e2d17e59735d334c46ba3bcdf1c0d90178f5242f555dcb size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:26:58.243Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:26:58.582Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T10:26:58.582Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-08-08T10:26:58.582Z] 7f1ebab1a06a: Preparing [2025-08-08T10:26:58.582Z] 8b17b3c5a23d: Preparing [2025-08-08T10:26:58.582Z] 9fc99c07bae7: Preparing [2025-08-08T10:26:58.582Z] c960c72ef0de: Preparing [2025-08-08T10:26:58.582Z] 1c0282db2255: Preparing [2025-08-08T10:26:58.582Z] f6c8a3c332d4: Preparing [2025-08-08T10:26:58.582Z] 19efc2c863da: Preparing [2025-08-08T10:26:58.582Z] 1e890da81ec9: Preparing [2025-08-08T10:26:58.582Z] 1e890da81ec9: Waiting [2025-08-08T10:26:58.582Z] f6c8a3c332d4: Waiting [2025-08-08T10:26:58.582Z] 19efc2c863da: Waiting [2025-08-08T10:26:58.582Z] 7f1ebab1a06a: Layer already exists [2025-08-08T10:26:58.582Z] 1c0282db2255: Layer already exists [2025-08-08T10:26:58.582Z] 9fc99c07bae7: Layer already exists [2025-08-08T10:26:58.582Z] c960c72ef0de: Layer already exists [2025-08-08T10:26:58.582Z] 8b17b3c5a23d: Layer already exists [2025-08-08T10:26:58.582Z] 19efc2c863da: Layer already exists [2025-08-08T10:26:58.582Z] f6c8a3c332d4: Layer already exists [2025-08-08T10:26:58.582Z] 1e890da81ec9: Layer already exists [2025-08-08T10:26:58.847Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44: digest: sha256:6ab2a0160d5854d816e2d17e59735d334c46ba3bcdf1c0d90178f5242f555dcb size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:26:59.188Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:26:59.582Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2025-08-08T10:26:59.582Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-08-08T10:26:59.582Z] 7f1ebab1a06a: Preparing [2025-08-08T10:26:59.582Z] 8b17b3c5a23d: Preparing [2025-08-08T10:26:59.582Z] 9fc99c07bae7: Preparing [2025-08-08T10:26:59.582Z] c960c72ef0de: Preparing [2025-08-08T10:26:59.582Z] 1c0282db2255: Preparing [2025-08-08T10:26:59.582Z] f6c8a3c332d4: Preparing [2025-08-08T10:26:59.582Z] 19efc2c863da: Preparing [2025-08-08T10:26:59.582Z] 1e890da81ec9: Preparing [2025-08-08T10:26:59.582Z] f6c8a3c332d4: Waiting [2025-08-08T10:26:59.582Z] 1e890da81ec9: Waiting [2025-08-08T10:26:59.583Z] 7f1ebab1a06a: Layer already exists [2025-08-08T10:26:59.583Z] 8b17b3c5a23d: Layer already exists [2025-08-08T10:26:59.583Z] c960c72ef0de: Layer already exists [2025-08-08T10:26:59.583Z] 9fc99c07bae7: Layer already exists [2025-08-08T10:26:59.583Z] 1c0282db2255: Layer already exists [2025-08-08T10:26:59.583Z] 19efc2c863da: Layer already exists [2025-08-08T10:26:59.583Z] 1e890da81ec9: Layer already exists [2025-08-08T10:26:59.583Z] f6c8a3c332d4: Layer already exists [2025-08-08T10:27:06.229Z] main: digest: sha256:6ab2a0160d5854d816e2d17e59735d334c46ba3bcdf1c0d90178f5242f555dcb size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-08T10:27:06.307Z] ===================================================== [Pipeline] echo [2025-08-08T10:27:06.321Z] taggedImages: [2025-08-08T10:27:06.321Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T10:27:06.321Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2025-08-08T10:27:06.321Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.44 [2025-08-08T10:27:06.321Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T10:27:06.321Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2025-08-08T10:27:06.357Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2025-08-08T10:27:06.357Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T10:27:06.357Z] latest [2025-08-08T10:27:06.357Z] 4.1.0-dev.44 [2025-08-08T10:27:06.357Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T10:27:06.357Z] main [2025-08-08T10:27:06.357Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:27:06.729Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:27:07.084Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T10:27:07.084Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-08-08T10:27:07.084Z] dff59c5f6b2a: Preparing [2025-08-08T10:27:07.084Z] eaaa1d78190c: Preparing [2025-08-08T10:27:07.085Z] ce740fbd2091: Preparing [2025-08-08T10:27:07.085Z] 1676d85dafda: Preparing [2025-08-08T10:27:07.085Z] 0ab988bec18d: Preparing [2025-08-08T10:27:07.085Z] c8bac8901034: Preparing [2025-08-08T10:27:07.085Z] ba885a545d4c: Preparing [2025-08-08T10:27:07.085Z] c960c72ef0de: Preparing [2025-08-08T10:27:07.085Z] 1c0282db2255: Preparing [2025-08-08T10:27:07.085Z] d5e62d7959e1: Preparing [2025-08-08T10:27:07.085Z] 317685b735eb: Preparing [2025-08-08T10:27:07.085Z] 5f70bf18a086: Preparing [2025-08-08T10:27:07.085Z] d3b3d61d9603: Preparing [2025-08-08T10:27:07.085Z] c372cbb57f5f: Preparing [2025-08-08T10:27:07.085Z] 65601334437f: Preparing [2025-08-08T10:27:07.085Z] 1e890da81ec9: Preparing [2025-08-08T10:27:07.085Z] 317685b735eb: Waiting [2025-08-08T10:27:07.085Z] c8bac8901034: Waiting [2025-08-08T10:27:07.085Z] ba885a545d4c: Waiting [2025-08-08T10:27:07.085Z] c960c72ef0de: Waiting [2025-08-08T10:27:07.085Z] 1c0282db2255: Waiting [2025-08-08T10:27:07.085Z] d5e62d7959e1: Waiting [2025-08-08T10:27:07.085Z] 5f70bf18a086: Waiting [2025-08-08T10:27:07.085Z] d3b3d61d9603: Waiting [2025-08-08T10:27:07.085Z] c372cbb57f5f: Waiting [2025-08-08T10:27:07.085Z] 65601334437f: Waiting [2025-08-08T10:27:07.085Z] 1e890da81ec9: Waiting [2025-08-08T10:27:07.348Z] eaaa1d78190c: Pushed [2025-08-08T10:27:07.348Z] ce740fbd2091: Pushed [2025-08-08T10:27:07.348Z] dff59c5f6b2a: Pushed [2025-08-08T10:27:07.348Z] 0ab988bec18d: Pushed [2025-08-08T10:27:07.348Z] 1676d85dafda: Pushed [2025-08-08T10:27:07.348Z] c960c72ef0de: Layer already exists [2025-08-08T10:27:07.348Z] 1c0282db2255: Layer already exists [2025-08-08T10:27:07.348Z] c8bac8901034: Pushed [2025-08-08T10:27:07.348Z] 5f70bf18a086: Layer already exists [2025-08-08T10:27:07.348Z] d5e62d7959e1: Pushed [2025-08-08T10:27:07.610Z] 317685b735eb: Pushed [2025-08-08T10:27:07.610Z] 1e890da81ec9: Layer already exists [2025-08-08T10:27:07.610Z] d3b3d61d9603: Pushed [2025-08-08T10:27:07.610Z] 65601334437f: Pushed [2025-08-08T10:27:07.872Z] c372cbb57f5f: Pushed [2025-08-08T10:27:10.430Z] ba885a545d4c: Pushed [2025-08-08T10:27:10.430Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b: digest: sha256:94009c2e7810dc07cb673151392bf1c799f8a5d62980c1b284a584cb9f7dcb0c size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:27:10.777Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:27:11.120Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2025-08-08T10:27:11.120Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-08-08T10:27:11.120Z] dff59c5f6b2a: Preparing [2025-08-08T10:27:11.120Z] eaaa1d78190c: Preparing [2025-08-08T10:27:11.120Z] ce740fbd2091: Preparing [2025-08-08T10:27:11.120Z] 1676d85dafda: Preparing [2025-08-08T10:27:11.120Z] 0ab988bec18d: Preparing [2025-08-08T10:27:11.120Z] c8bac8901034: Preparing [2025-08-08T10:27:11.120Z] ba885a545d4c: Preparing [2025-08-08T10:27:11.120Z] c960c72ef0de: Preparing [2025-08-08T10:27:11.120Z] 1c0282db2255: Preparing [2025-08-08T10:27:11.120Z] d5e62d7959e1: Preparing [2025-08-08T10:27:11.120Z] 317685b735eb: Preparing [2025-08-08T10:27:11.120Z] 5f70bf18a086: Preparing [2025-08-08T10:27:11.120Z] d3b3d61d9603: Preparing [2025-08-08T10:27:11.120Z] c372cbb57f5f: Preparing [2025-08-08T10:27:11.120Z] 65601334437f: Preparing [2025-08-08T10:27:11.120Z] 1e890da81ec9: Preparing [2025-08-08T10:27:11.120Z] c8bac8901034: Waiting [2025-08-08T10:27:11.120Z] ba885a545d4c: Waiting [2025-08-08T10:27:11.120Z] c960c72ef0de: Waiting [2025-08-08T10:27:11.120Z] 1c0282db2255: Waiting [2025-08-08T10:27:11.120Z] d5e62d7959e1: Waiting [2025-08-08T10:27:11.120Z] 317685b735eb: Waiting [2025-08-08T10:27:11.120Z] 5f70bf18a086: Waiting [2025-08-08T10:27:11.120Z] d3b3d61d9603: Waiting [2025-08-08T10:27:11.120Z] c372cbb57f5f: Waiting [2025-08-08T10:27:11.120Z] 65601334437f: Waiting [2025-08-08T10:27:11.120Z] 1e890da81ec9: Waiting [2025-08-08T10:27:11.120Z] 0ab988bec18d: Layer already exists [2025-08-08T10:27:11.120Z] dff59c5f6b2a: Layer already exists [2025-08-08T10:27:11.120Z] 1676d85dafda: Layer already exists [2025-08-08T10:27:11.120Z] ce740fbd2091: Layer already exists [2025-08-08T10:27:11.120Z] eaaa1d78190c: Layer already exists [2025-08-08T10:27:11.120Z] ba885a545d4c: Layer already exists [2025-08-08T10:27:11.120Z] c8bac8901034: Layer already exists [2025-08-08T10:27:11.120Z] d5e62d7959e1: Layer already exists [2025-08-08T10:27:11.120Z] 1c0282db2255: Layer already exists [2025-08-08T10:27:11.120Z] c960c72ef0de: Layer already exists [2025-08-08T10:27:11.120Z] 5f70bf18a086: Layer already exists [2025-08-08T10:27:11.120Z] 317685b735eb: Layer already exists [2025-08-08T10:27:11.120Z] c372cbb57f5f: Layer already exists [2025-08-08T10:27:11.120Z] 65601334437f: Layer already exists [2025-08-08T10:27:11.120Z] d3b3d61d9603: Layer already exists [2025-08-08T10:27:11.120Z] 1e890da81ec9: Layer already exists [2025-08-08T10:27:11.383Z] latest: digest: sha256:94009c2e7810dc07cb673151392bf1c799f8a5d62980c1b284a584cb9f7dcb0c size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:27:11.733Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:27:12.070Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.44 [2025-08-08T10:27:12.070Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-08-08T10:27:12.070Z] dff59c5f6b2a: Preparing [2025-08-08T10:27:12.070Z] eaaa1d78190c: Preparing [2025-08-08T10:27:12.070Z] ce740fbd2091: Preparing [2025-08-08T10:27:12.070Z] 1676d85dafda: Preparing [2025-08-08T10:27:12.070Z] 0ab988bec18d: Preparing [2025-08-08T10:27:12.070Z] c8bac8901034: Preparing [2025-08-08T10:27:12.070Z] ba885a545d4c: Preparing [2025-08-08T10:27:12.070Z] c960c72ef0de: Preparing [2025-08-08T10:27:12.070Z] 1c0282db2255: Preparing [2025-08-08T10:27:12.070Z] d5e62d7959e1: Preparing [2025-08-08T10:27:12.070Z] 317685b735eb: Preparing [2025-08-08T10:27:12.070Z] 5f70bf18a086: Preparing [2025-08-08T10:27:12.070Z] d3b3d61d9603: Preparing [2025-08-08T10:27:12.070Z] c372cbb57f5f: Preparing [2025-08-08T10:27:12.070Z] 65601334437f: Preparing [2025-08-08T10:27:12.070Z] 1e890da81ec9: Preparing [2025-08-08T10:27:12.070Z] c8bac8901034: Waiting [2025-08-08T10:27:12.070Z] ba885a545d4c: Waiting [2025-08-08T10:27:12.070Z] c960c72ef0de: Waiting [2025-08-08T10:27:12.070Z] 1c0282db2255: Waiting [2025-08-08T10:27:12.070Z] d5e62d7959e1: Waiting [2025-08-08T10:27:12.070Z] 317685b735eb: Waiting [2025-08-08T10:27:12.070Z] 5f70bf18a086: Waiting [2025-08-08T10:27:12.070Z] d3b3d61d9603: Waiting [2025-08-08T10:27:12.070Z] c372cbb57f5f: Waiting [2025-08-08T10:27:12.070Z] 65601334437f: Waiting [2025-08-08T10:27:12.070Z] 1e890da81ec9: Waiting [2025-08-08T10:27:12.070Z] ce740fbd2091: Layer already exists [2025-08-08T10:27:12.070Z] eaaa1d78190c: Layer already exists [2025-08-08T10:27:12.070Z] 1676d85dafda: Layer already exists [2025-08-08T10:27:12.070Z] dff59c5f6b2a: Layer already exists [2025-08-08T10:27:12.070Z] 0ab988bec18d: Layer already exists [2025-08-08T10:27:12.070Z] c8bac8901034: Layer already exists [2025-08-08T10:27:12.070Z] ba885a545d4c: Layer already exists [2025-08-08T10:27:12.070Z] 1c0282db2255: Layer already exists [2025-08-08T10:27:12.070Z] c960c72ef0de: Layer already exists [2025-08-08T10:27:12.070Z] d5e62d7959e1: Layer already exists [2025-08-08T10:27:12.070Z] 5f70bf18a086: Layer already exists [2025-08-08T10:27:12.070Z] d3b3d61d9603: Layer already exists [2025-08-08T10:27:12.070Z] 317685b735eb: Layer already exists [2025-08-08T10:27:12.070Z] 65601334437f: Layer already exists [2025-08-08T10:27:12.070Z] c372cbb57f5f: Layer already exists [2025-08-08T10:27:12.070Z] 1e890da81ec9: Layer already exists [2025-08-08T10:27:12.334Z] 4.1.0-dev.44: digest: sha256:94009c2e7810dc07cb673151392bf1c799f8a5d62980c1b284a584cb9f7dcb0c size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:27:12.689Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:27:13.047Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T10:27:13.047Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-08-08T10:27:13.047Z] dff59c5f6b2a: Preparing [2025-08-08T10:27:13.047Z] eaaa1d78190c: Preparing [2025-08-08T10:27:13.047Z] ce740fbd2091: Preparing [2025-08-08T10:27:13.047Z] 1676d85dafda: Preparing [2025-08-08T10:27:13.047Z] 0ab988bec18d: Preparing [2025-08-08T10:27:13.047Z] c8bac8901034: Preparing [2025-08-08T10:27:13.047Z] ba885a545d4c: Preparing [2025-08-08T10:27:13.047Z] c960c72ef0de: Preparing [2025-08-08T10:27:13.047Z] 1c0282db2255: Preparing [2025-08-08T10:27:13.047Z] d5e62d7959e1: Preparing [2025-08-08T10:27:13.047Z] 317685b735eb: Preparing [2025-08-08T10:27:13.047Z] 5f70bf18a086: Preparing [2025-08-08T10:27:13.047Z] d3b3d61d9603: Preparing [2025-08-08T10:27:13.047Z] c372cbb57f5f: Preparing [2025-08-08T10:27:13.047Z] 65601334437f: Preparing [2025-08-08T10:27:13.047Z] 1e890da81ec9: Preparing [2025-08-08T10:27:13.047Z] c8bac8901034: Waiting [2025-08-08T10:27:13.047Z] ba885a545d4c: Waiting [2025-08-08T10:27:13.047Z] c960c72ef0de: Waiting [2025-08-08T10:27:13.047Z] 1c0282db2255: Waiting [2025-08-08T10:27:13.047Z] d5e62d7959e1: Waiting [2025-08-08T10:27:13.047Z] 317685b735eb: Waiting [2025-08-08T10:27:13.047Z] 5f70bf18a086: Waiting [2025-08-08T10:27:13.047Z] d3b3d61d9603: Waiting [2025-08-08T10:27:13.047Z] c372cbb57f5f: Waiting [2025-08-08T10:27:13.047Z] 65601334437f: Waiting [2025-08-08T10:27:13.047Z] 1e890da81ec9: Waiting [2025-08-08T10:27:13.047Z] dff59c5f6b2a: Layer already exists [2025-08-08T10:27:13.047Z] 0ab988bec18d: Layer already exists [2025-08-08T10:27:13.047Z] 1676d85dafda: Layer already exists [2025-08-08T10:27:13.047Z] ce740fbd2091: Layer already exists [2025-08-08T10:27:13.047Z] eaaa1d78190c: Layer already exists [2025-08-08T10:27:13.047Z] ba885a545d4c: Layer already exists [2025-08-08T10:27:13.047Z] 1c0282db2255: Layer already exists [2025-08-08T10:27:13.047Z] c8bac8901034: Layer already exists [2025-08-08T10:27:13.047Z] d5e62d7959e1: Layer already exists [2025-08-08T10:27:13.047Z] c960c72ef0de: Layer already exists [2025-08-08T10:27:13.047Z] 317685b735eb: Layer already exists [2025-08-08T10:27:13.047Z] 5f70bf18a086: Layer already exists [2025-08-08T10:27:13.047Z] 65601334437f: Layer already exists [2025-08-08T10:27:13.047Z] d3b3d61d9603: Layer already exists [2025-08-08T10:27:13.047Z] c372cbb57f5f: Layer already exists [2025-08-08T10:27:13.047Z] 1e890da81ec9: Layer already exists [2025-08-08T10:27:13.311Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44: digest: sha256:94009c2e7810dc07cb673151392bf1c799f8a5d62980c1b284a584cb9f7dcb0c size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:27:13.663Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:27:14.012Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2025-08-08T10:27:14.012Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-08-08T10:27:14.012Z] dff59c5f6b2a: Preparing [2025-08-08T10:27:14.012Z] eaaa1d78190c: Preparing [2025-08-08T10:27:14.012Z] ce740fbd2091: Preparing [2025-08-08T10:27:14.012Z] 1676d85dafda: Preparing [2025-08-08T10:27:14.012Z] 0ab988bec18d: Preparing [2025-08-08T10:27:14.012Z] c8bac8901034: Preparing [2025-08-08T10:27:14.012Z] ba885a545d4c: Preparing [2025-08-08T10:27:14.012Z] c960c72ef0de: Preparing [2025-08-08T10:27:14.012Z] 1c0282db2255: Preparing [2025-08-08T10:27:14.012Z] d5e62d7959e1: Preparing [2025-08-08T10:27:14.012Z] 317685b735eb: Preparing [2025-08-08T10:27:14.012Z] 5f70bf18a086: Preparing [2025-08-08T10:27:14.012Z] d3b3d61d9603: Preparing [2025-08-08T10:27:14.012Z] c372cbb57f5f: Preparing [2025-08-08T10:27:14.012Z] 65601334437f: Preparing [2025-08-08T10:27:14.012Z] c8bac8901034: Waiting [2025-08-08T10:27:14.012Z] 1e890da81ec9: Preparing [2025-08-08T10:27:14.012Z] ba885a545d4c: Waiting [2025-08-08T10:27:14.012Z] c960c72ef0de: Waiting [2025-08-08T10:27:14.012Z] d5e62d7959e1: Waiting [2025-08-08T10:27:14.012Z] 1c0282db2255: Waiting [2025-08-08T10:27:14.012Z] c372cbb57f5f: Waiting [2025-08-08T10:27:14.012Z] 317685b735eb: Waiting [2025-08-08T10:27:14.012Z] 65601334437f: Waiting [2025-08-08T10:27:14.012Z] 5f70bf18a086: Waiting [2025-08-08T10:27:14.012Z] 1e890da81ec9: Waiting [2025-08-08T10:27:14.012Z] d3b3d61d9603: Waiting [2025-08-08T10:27:14.012Z] 0ab988bec18d: Layer already exists [2025-08-08T10:27:14.012Z] dff59c5f6b2a: Layer already exists [2025-08-08T10:27:14.012Z] 1676d85dafda: Layer already exists [2025-08-08T10:27:14.012Z] ce740fbd2091: Layer already exists [2025-08-08T10:27:14.012Z] eaaa1d78190c: Layer already exists [2025-08-08T10:27:14.012Z] c8bac8901034: Layer already exists [2025-08-08T10:27:14.012Z] 1c0282db2255: Layer already exists [2025-08-08T10:27:14.012Z] c960c72ef0de: Layer already exists [2025-08-08T10:27:14.012Z] ba885a545d4c: Layer already exists [2025-08-08T10:27:14.012Z] d5e62d7959e1: Layer already exists [2025-08-08T10:27:14.012Z] c372cbb57f5f: Layer already exists [2025-08-08T10:27:14.012Z] 317685b735eb: Layer already exists [2025-08-08T10:27:14.012Z] 65601334437f: Layer already exists [2025-08-08T10:27:14.012Z] 5f70bf18a086: Layer already exists [2025-08-08T10:27:14.012Z] d3b3d61d9603: Layer already exists [2025-08-08T10:27:14.012Z] 1e890da81ec9: Layer already exists [2025-08-08T10:27:14.276Z] main: digest: sha256:94009c2e7810dc07cb673151392bf1c799f8a5d62980c1b284a584cb9f7dcb0c size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-08T10:27:14.358Z] ===================================================== [Pipeline] echo [2025-08-08T10:27:14.373Z] taggedImages: [2025-08-08T10:27:14.373Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T10:27:14.373Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2025-08-08T10:27:14.373Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.44 [2025-08-08T10:27:14.373Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T10:27:14.373Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2025-08-08T10:27:14.401Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2025-08-08T10:27:14.401Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T10:27:14.401Z] latest [2025-08-08T10:27:14.401Z] 4.1.0-dev.44 [2025-08-08T10:27:14.401Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T10:27:14.401Z] main [2025-08-08T10:27:14.401Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:27:14.775Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:27:15.150Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T10:27:15.150Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-08-08T10:27:15.150Z] 2fc18b251636: Preparing [2025-08-08T10:27:15.150Z] 5eb5bdf67339: Preparing [2025-08-08T10:27:15.150Z] 3d13fbdeceff: Preparing [2025-08-08T10:27:15.150Z] 9e575f9d7bd3: Preparing [2025-08-08T10:27:15.150Z] c960c72ef0de: Preparing [2025-08-08T10:27:15.150Z] 1c0282db2255: Preparing [2025-08-08T10:27:15.150Z] f6c8a3c332d4: Preparing [2025-08-08T10:27:15.150Z] 19efc2c863da: Preparing [2025-08-08T10:27:15.150Z] 1e890da81ec9: Preparing [2025-08-08T10:27:15.150Z] f6c8a3c332d4: Waiting [2025-08-08T10:27:15.150Z] 1c0282db2255: Waiting [2025-08-08T10:27:15.150Z] 19efc2c863da: Waiting [2025-08-08T10:27:15.150Z] 1e890da81ec9: Waiting [2025-08-08T10:27:15.150Z] c960c72ef0de: Layer already exists [2025-08-08T10:27:15.415Z] 1c0282db2255: Layer already exists [2025-08-08T10:27:15.415Z] f6c8a3c332d4: Layer already exists [2025-08-08T10:27:15.415Z] 5eb5bdf67339: Pushed [2025-08-08T10:27:15.415Z] 19efc2c863da: Layer already exists [2025-08-08T10:27:15.415Z] 3d13fbdeceff: Pushed [2025-08-08T10:27:15.415Z] 2fc18b251636: Pushed [2025-08-08T10:27:15.415Z] 1e890da81ec9: Layer already exists [2025-08-08T10:27:23.607Z] 9e575f9d7bd3: Pushed [2025-08-08T10:27:23.607Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b: digest: sha256:714a4288aaf50047918154e7dbeceb13aaf387254b1df41005028703542eefa4 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:27:23.956Z] + 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-08-08T10:27:24.303Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2025-08-08T10:27:24.303Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-08-08T10:27:24.303Z] 2fc18b251636: Preparing [2025-08-08T10:27:24.303Z] 5eb5bdf67339: Preparing [2025-08-08T10:27:24.303Z] 3d13fbdeceff: Preparing [2025-08-08T10:27:24.303Z] 9e575f9d7bd3: Preparing [2025-08-08T10:27:24.303Z] c960c72ef0de: Preparing [2025-08-08T10:27:24.303Z] 1c0282db2255: Preparing [2025-08-08T10:27:24.303Z] f6c8a3c332d4: Preparing [2025-08-08T10:27:24.303Z] 19efc2c863da: Preparing [2025-08-08T10:27:24.303Z] 1e890da81ec9: Preparing [2025-08-08T10:27:24.303Z] 1c0282db2255: Waiting [2025-08-08T10:27:24.303Z] f6c8a3c332d4: Waiting [2025-08-08T10:27:24.303Z] 19efc2c863da: Waiting [2025-08-08T10:27:24.303Z] 1e890da81ec9: Waiting [2025-08-08T10:27:24.303Z] 3d13fbdeceff: Layer already exists [2025-08-08T10:27:24.303Z] c960c72ef0de: Layer already exists [2025-08-08T10:27:24.303Z] 9e575f9d7bd3: Layer already exists [2025-08-08T10:27:24.303Z] 5eb5bdf67339: Layer already exists [2025-08-08T10:27:24.303Z] 2fc18b251636: Layer already exists [2025-08-08T10:27:24.303Z] 1c0282db2255: Layer already exists [2025-08-08T10:27:24.303Z] f6c8a3c332d4: Layer already exists [2025-08-08T10:27:24.303Z] 19efc2c863da: Layer already exists [2025-08-08T10:27:24.303Z] 1e890da81ec9: Layer already exists [2025-08-08T10:27:24.567Z] latest: digest: sha256:714a4288aaf50047918154e7dbeceb13aaf387254b1df41005028703542eefa4 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:27:24.915Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:27:25.264Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.44 [2025-08-08T10:27:25.264Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-08-08T10:27:25.264Z] 2fc18b251636: Preparing [2025-08-08T10:27:25.264Z] 5eb5bdf67339: Preparing [2025-08-08T10:27:25.264Z] 3d13fbdeceff: Preparing [2025-08-08T10:27:25.264Z] 9e575f9d7bd3: Preparing [2025-08-08T10:27:25.264Z] c960c72ef0de: Preparing [2025-08-08T10:27:25.264Z] 1c0282db2255: Preparing [2025-08-08T10:27:25.264Z] f6c8a3c332d4: Preparing [2025-08-08T10:27:25.264Z] 19efc2c863da: Preparing [2025-08-08T10:27:25.264Z] 1e890da81ec9: Preparing [2025-08-08T10:27:25.264Z] f6c8a3c332d4: Waiting [2025-08-08T10:27:25.264Z] 1c0282db2255: Waiting [2025-08-08T10:27:25.264Z] 1e890da81ec9: Waiting [2025-08-08T10:27:25.264Z] 19efc2c863da: Waiting [2025-08-08T10:27:25.264Z] 5eb5bdf67339: Layer already exists [2025-08-08T10:27:25.264Z] 9e575f9d7bd3: Layer already exists [2025-08-08T10:27:25.264Z] 2fc18b251636: Layer already exists [2025-08-08T10:27:25.264Z] 3d13fbdeceff: Layer already exists [2025-08-08T10:27:25.264Z] c960c72ef0de: Layer already exists [2025-08-08T10:27:25.264Z] f6c8a3c332d4: Layer already exists [2025-08-08T10:27:25.264Z] 1c0282db2255: Layer already exists [2025-08-08T10:27:25.264Z] 19efc2c863da: Layer already exists [2025-08-08T10:27:25.264Z] 1e890da81ec9: Layer already exists [2025-08-08T10:27:25.528Z] 4.1.0-dev.44: digest: sha256:714a4288aaf50047918154e7dbeceb13aaf387254b1df41005028703542eefa4 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:27:25.886Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:27:26.230Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T10:27:26.230Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-08-08T10:27:26.230Z] 2fc18b251636: Preparing [2025-08-08T10:27:26.230Z] 5eb5bdf67339: Preparing [2025-08-08T10:27:26.230Z] 3d13fbdeceff: Preparing [2025-08-08T10:27:26.230Z] 9e575f9d7bd3: Preparing [2025-08-08T10:27:26.230Z] c960c72ef0de: Preparing [2025-08-08T10:27:26.230Z] 1c0282db2255: Preparing [2025-08-08T10:27:26.230Z] f6c8a3c332d4: Preparing [2025-08-08T10:27:26.230Z] 19efc2c863da: Preparing [2025-08-08T10:27:26.230Z] 1e890da81ec9: Preparing [2025-08-08T10:27:26.230Z] f6c8a3c332d4: Waiting [2025-08-08T10:27:26.230Z] 19efc2c863da: Waiting [2025-08-08T10:27:26.230Z] 1e890da81ec9: Waiting [2025-08-08T10:27:26.230Z] 1c0282db2255: Waiting [2025-08-08T10:27:26.230Z] 3d13fbdeceff: Layer already exists [2025-08-08T10:27:26.230Z] 5eb5bdf67339: Layer already exists [2025-08-08T10:27:26.230Z] 2fc18b251636: Layer already exists [2025-08-08T10:27:26.230Z] c960c72ef0de: Layer already exists [2025-08-08T10:27:26.230Z] 9e575f9d7bd3: Layer already exists [2025-08-08T10:27:26.230Z] 1c0282db2255: Layer already exists [2025-08-08T10:27:26.230Z] f6c8a3c332d4: Layer already exists [2025-08-08T10:27:26.230Z] 19efc2c863da: Layer already exists [2025-08-08T10:27:26.230Z] 1e890da81ec9: Layer already exists [2025-08-08T10:27:26.230Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44: digest: sha256:714a4288aaf50047918154e7dbeceb13aaf387254b1df41005028703542eefa4 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:27:26.844Z] + 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-08-08T10:27:27.204Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2025-08-08T10:27:27.204Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-08-08T10:27:27.204Z] 2fc18b251636: Preparing [2025-08-08T10:27:27.204Z] 5eb5bdf67339: Preparing [2025-08-08T10:27:27.204Z] 3d13fbdeceff: Preparing [2025-08-08T10:27:27.204Z] 9e575f9d7bd3: Preparing [2025-08-08T10:27:27.204Z] c960c72ef0de: Preparing [2025-08-08T10:27:27.204Z] 1c0282db2255: Preparing [2025-08-08T10:27:27.204Z] f6c8a3c332d4: Preparing [2025-08-08T10:27:27.204Z] 19efc2c863da: Preparing [2025-08-08T10:27:27.204Z] 1e890da81ec9: Preparing [2025-08-08T10:27:27.204Z] 1c0282db2255: Waiting [2025-08-08T10:27:27.204Z] f6c8a3c332d4: Waiting [2025-08-08T10:27:27.204Z] 19efc2c863da: Waiting [2025-08-08T10:27:27.204Z] 1e890da81ec9: Waiting [2025-08-08T10:27:27.204Z] c960c72ef0de: Layer already exists [2025-08-08T10:27:27.204Z] 2fc18b251636: Layer already exists [2025-08-08T10:27:27.204Z] 9e575f9d7bd3: Layer already exists [2025-08-08T10:27:27.204Z] 3d13fbdeceff: Layer already exists [2025-08-08T10:27:27.204Z] 5eb5bdf67339: Layer already exists [2025-08-08T10:27:27.204Z] 19efc2c863da: Layer already exists [2025-08-08T10:27:27.204Z] f6c8a3c332d4: Layer already exists [2025-08-08T10:27:27.204Z] 1c0282db2255: Layer already exists [2025-08-08T10:27:27.204Z] 1e890da81ec9: Layer already exists [2025-08-08T10:27:27.468Z] main: digest: sha256:714a4288aaf50047918154e7dbeceb13aaf387254b1df41005028703542eefa4 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-08T10:27:27.534Z] ===================================================== [Pipeline] echo [2025-08-08T10:27:27.544Z] taggedImages: [2025-08-08T10:27:27.544Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T10:27:27.544Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2025-08-08T10:27:27.544Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.44 [2025-08-08T10:27:27.544Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T10:27:27.544Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2025-08-08T10:27:27.573Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2025-08-08T10:27:27.573Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T10:27:27.573Z] latest [2025-08-08T10:27:27.573Z] 4.1.0-dev.44 [2025-08-08T10:27:27.573Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T10:27:27.573Z] main [2025-08-08T10:27:27.573Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:27:27.987Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:27:28.330Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T10:27:28.330Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-08-08T10:27:28.330Z] 4be4c68ed562: Preparing [2025-08-08T10:27:28.330Z] 537df9bb4e91: Preparing [2025-08-08T10:27:28.330Z] cf01418ad1d9: Preparing [2025-08-08T10:27:28.330Z] 99546955b45e: Preparing [2025-08-08T10:27:28.330Z] 02a65bc3a8ff: Preparing [2025-08-08T10:27:28.330Z] c960c72ef0de: Preparing [2025-08-08T10:27:28.330Z] 1c0282db2255: Preparing [2025-08-08T10:27:28.330Z] 1f9ed7b3f0a5: Preparing [2025-08-08T10:27:28.330Z] 0cd021c42d80: Preparing [2025-08-08T10:27:28.330Z] 94141657f09e: Preparing [2025-08-08T10:27:28.330Z] 1e890da81ec9: Preparing [2025-08-08T10:27:28.330Z] 1f9ed7b3f0a5: Waiting [2025-08-08T10:27:28.330Z] 0cd021c42d80: Waiting [2025-08-08T10:27:28.330Z] 94141657f09e: Waiting [2025-08-08T10:27:28.330Z] 1e890da81ec9: Waiting [2025-08-08T10:27:28.330Z] c960c72ef0de: Waiting [2025-08-08T10:27:28.330Z] 1c0282db2255: Waiting [2025-08-08T10:27:28.595Z] 02a65bc3a8ff: Pushed [2025-08-08T10:27:28.595Z] 537df9bb4e91: Pushed [2025-08-08T10:27:28.595Z] c960c72ef0de: Layer already exists [2025-08-08T10:27:28.595Z] 99546955b45e: Pushed [2025-08-08T10:27:28.595Z] 4be4c68ed562: Pushed [2025-08-08T10:27:28.595Z] 1c0282db2255: Layer already exists [2025-08-08T10:27:28.595Z] 1e890da81ec9: Layer already exists [2025-08-08T10:27:28.861Z] 1f9ed7b3f0a5: Pushed [2025-08-08T10:27:28.861Z] 0cd021c42d80: Pushed [2025-08-08T10:27:31.427Z] 94141657f09e: Pushed [2025-08-08T10:27:34.753Z] cf01418ad1d9: Pushed [2025-08-08T10:27:34.753Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b: digest: sha256:abc2dbca604c1dd912962dea2bc09313a549123a67ab425f2202c69661b4fecd size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:27:35.098Z] + 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-08-08T10:27:35.442Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2025-08-08T10:27:35.442Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-08-08T10:27:35.442Z] 4be4c68ed562: Preparing [2025-08-08T10:27:35.442Z] 537df9bb4e91: Preparing [2025-08-08T10:27:35.442Z] cf01418ad1d9: Preparing [2025-08-08T10:27:35.442Z] 99546955b45e: Preparing [2025-08-08T10:27:35.442Z] 02a65bc3a8ff: Preparing [2025-08-08T10:27:35.442Z] c960c72ef0de: Preparing [2025-08-08T10:27:35.442Z] 1c0282db2255: Preparing [2025-08-08T10:27:35.442Z] c960c72ef0de: Waiting [2025-08-08T10:27:35.442Z] 1c0282db2255: Waiting [2025-08-08T10:27:35.442Z] 1f9ed7b3f0a5: Preparing [2025-08-08T10:27:35.442Z] 0cd021c42d80: Preparing [2025-08-08T10:27:35.442Z] 94141657f09e: Preparing [2025-08-08T10:27:35.442Z] 1e890da81ec9: Preparing [2025-08-08T10:27:35.442Z] 94141657f09e: Waiting [2025-08-08T10:27:35.442Z] 0cd021c42d80: Waiting [2025-08-08T10:27:35.442Z] 1e890da81ec9: Waiting [2025-08-08T10:27:35.442Z] 02a65bc3a8ff: Layer already exists [2025-08-08T10:27:35.442Z] 4be4c68ed562: Layer already exists [2025-08-08T10:27:35.442Z] 537df9bb4e91: Layer already exists [2025-08-08T10:27:35.442Z] 99546955b45e: Layer already exists [2025-08-08T10:27:35.442Z] cf01418ad1d9: Layer already exists [2025-08-08T10:27:35.442Z] c960c72ef0de: Layer already exists [2025-08-08T10:27:35.442Z] 1f9ed7b3f0a5: Layer already exists [2025-08-08T10:27:35.442Z] 1c0282db2255: Layer already exists [2025-08-08T10:27:35.442Z] 94141657f09e: Layer already exists [2025-08-08T10:27:35.442Z] 0cd021c42d80: Layer already exists [2025-08-08T10:27:35.442Z] 1e890da81ec9: Layer already exists [2025-08-08T10:27:35.705Z] latest: digest: sha256:abc2dbca604c1dd912962dea2bc09313a549123a67ab425f2202c69661b4fecd size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:27:36.068Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:27:36.406Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.44 [2025-08-08T10:27:36.406Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-08-08T10:27:36.406Z] 4be4c68ed562: Preparing [2025-08-08T10:27:36.406Z] 537df9bb4e91: Preparing [2025-08-08T10:27:36.406Z] cf01418ad1d9: Preparing [2025-08-08T10:27:36.406Z] 99546955b45e: Preparing [2025-08-08T10:27:36.406Z] 02a65bc3a8ff: Preparing [2025-08-08T10:27:36.406Z] c960c72ef0de: Preparing [2025-08-08T10:27:36.406Z] 1c0282db2255: Preparing [2025-08-08T10:27:36.406Z] 1f9ed7b3f0a5: Preparing [2025-08-08T10:27:36.406Z] 0cd021c42d80: Preparing [2025-08-08T10:27:36.406Z] 94141657f09e: Preparing [2025-08-08T10:27:36.406Z] 1e890da81ec9: Preparing [2025-08-08T10:27:36.406Z] 1c0282db2255: Waiting [2025-08-08T10:27:36.406Z] 1f9ed7b3f0a5: Waiting [2025-08-08T10:27:36.406Z] 0cd021c42d80: Waiting [2025-08-08T10:27:36.406Z] 94141657f09e: Waiting [2025-08-08T10:27:36.406Z] 1e890da81ec9: Waiting [2025-08-08T10:27:36.406Z] c960c72ef0de: Waiting [2025-08-08T10:27:36.406Z] cf01418ad1d9: Layer already exists [2025-08-08T10:27:36.406Z] 537df9bb4e91: Layer already exists [2025-08-08T10:27:36.406Z] 99546955b45e: Layer already exists [2025-08-08T10:27:36.406Z] 02a65bc3a8ff: Layer already exists [2025-08-08T10:27:36.406Z] 4be4c68ed562: Layer already exists [2025-08-08T10:27:36.406Z] c960c72ef0de: Layer already exists [2025-08-08T10:27:36.406Z] 1c0282db2255: Layer already exists [2025-08-08T10:27:36.406Z] 94141657f09e: Layer already exists [2025-08-08T10:27:36.406Z] 0cd021c42d80: Layer already exists [2025-08-08T10:27:36.406Z] 1f9ed7b3f0a5: Layer already exists [2025-08-08T10:27:36.406Z] 1e890da81ec9: Layer already exists [2025-08-08T10:27:36.671Z] 4.1.0-dev.44: digest: sha256:abc2dbca604c1dd912962dea2bc09313a549123a67ab425f2202c69661b4fecd size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:27:37.018Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:27:37.360Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T10:27:37.360Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-08-08T10:27:37.360Z] 4be4c68ed562: Preparing [2025-08-08T10:27:37.360Z] 537df9bb4e91: Preparing [2025-08-08T10:27:37.360Z] cf01418ad1d9: Preparing [2025-08-08T10:27:37.360Z] 99546955b45e: Preparing [2025-08-08T10:27:37.360Z] 02a65bc3a8ff: Preparing [2025-08-08T10:27:37.360Z] c960c72ef0de: Preparing [2025-08-08T10:27:37.360Z] 1c0282db2255: Preparing [2025-08-08T10:27:37.360Z] 1f9ed7b3f0a5: Preparing [2025-08-08T10:27:37.360Z] 0cd021c42d80: Preparing [2025-08-08T10:27:37.360Z] 94141657f09e: Preparing [2025-08-08T10:27:37.360Z] 1e890da81ec9: Preparing [2025-08-08T10:27:37.360Z] 1f9ed7b3f0a5: Waiting [2025-08-08T10:27:37.360Z] 0cd021c42d80: Waiting [2025-08-08T10:27:37.360Z] c960c72ef0de: Waiting [2025-08-08T10:27:37.360Z] 1c0282db2255: Waiting [2025-08-08T10:27:37.360Z] 94141657f09e: Waiting [2025-08-08T10:27:37.360Z] 4be4c68ed562: Layer already exists [2025-08-08T10:27:37.360Z] cf01418ad1d9: Layer already exists [2025-08-08T10:27:37.360Z] 99546955b45e: Layer already exists [2025-08-08T10:27:37.360Z] 02a65bc3a8ff: Layer already exists [2025-08-08T10:27:37.360Z] 537df9bb4e91: Layer already exists [2025-08-08T10:27:37.360Z] 0cd021c42d80: Layer already exists [2025-08-08T10:27:37.360Z] c960c72ef0de: Layer already exists [2025-08-08T10:27:37.360Z] 1c0282db2255: Layer already exists [2025-08-08T10:27:37.360Z] 1f9ed7b3f0a5: Layer already exists [2025-08-08T10:27:37.360Z] 94141657f09e: Layer already exists [2025-08-08T10:27:37.360Z] 1e890da81ec9: Layer already exists [2025-08-08T10:27:37.623Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44: digest: sha256:abc2dbca604c1dd912962dea2bc09313a549123a67ab425f2202c69661b4fecd size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:27:37.975Z] + 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-08-08T10:27:38.323Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2025-08-08T10:27:38.323Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-08-08T10:27:38.324Z] 4be4c68ed562: Preparing [2025-08-08T10:27:38.324Z] 537df9bb4e91: Preparing [2025-08-08T10:27:38.324Z] cf01418ad1d9: Preparing [2025-08-08T10:27:38.324Z] 99546955b45e: Preparing [2025-08-08T10:27:38.324Z] 02a65bc3a8ff: Preparing [2025-08-08T10:27:38.324Z] c960c72ef0de: Preparing [2025-08-08T10:27:38.324Z] 1c0282db2255: Preparing [2025-08-08T10:27:38.324Z] 1f9ed7b3f0a5: Preparing [2025-08-08T10:27:38.324Z] 0cd021c42d80: Preparing [2025-08-08T10:27:38.324Z] 94141657f09e: Preparing [2025-08-08T10:27:38.324Z] 1e890da81ec9: Preparing [2025-08-08T10:27:38.324Z] 1f9ed7b3f0a5: Waiting [2025-08-08T10:27:38.324Z] 0cd021c42d80: Waiting [2025-08-08T10:27:38.324Z] 94141657f09e: Waiting [2025-08-08T10:27:38.324Z] 1e890da81ec9: Waiting [2025-08-08T10:27:38.324Z] c960c72ef0de: Waiting [2025-08-08T10:27:38.324Z] 1c0282db2255: Waiting [2025-08-08T10:27:38.324Z] cf01418ad1d9: Layer already exists [2025-08-08T10:27:38.324Z] 02a65bc3a8ff: Layer already exists [2025-08-08T10:27:38.324Z] 537df9bb4e91: Layer already exists [2025-08-08T10:27:38.324Z] 4be4c68ed562: Layer already exists [2025-08-08T10:27:38.324Z] 99546955b45e: Layer already exists [2025-08-08T10:27:38.324Z] 0cd021c42d80: Layer already exists [2025-08-08T10:27:38.324Z] c960c72ef0de: Layer already exists [2025-08-08T10:27:38.324Z] 94141657f09e: Layer already exists [2025-08-08T10:27:38.324Z] 1c0282db2255: Layer already exists [2025-08-08T10:27:38.324Z] 1f9ed7b3f0a5: Layer already exists [2025-08-08T10:27:38.324Z] 1e890da81ec9: Layer already exists [2025-08-08T10:27:38.588Z] main: digest: sha256:abc2dbca604c1dd912962dea2bc09313a549123a67ab425f2202c69661b4fecd size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-08T10:27:38.661Z] ===================================================== [Pipeline] echo [2025-08-08T10:27:38.676Z] taggedImages: [2025-08-08T10:27:38.676Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T10:27:38.676Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2025-08-08T10:27:38.676Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.44 [2025-08-08T10:27:38.676Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T10:27:38.676Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2025-08-08T10:27:38.706Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2025-08-08T10:27:38.706Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T10:27:38.706Z] latest [2025-08-08T10:27:38.706Z] 4.1.0-dev.44 [2025-08-08T10:27:38.706Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T10:27:38.706Z] main [2025-08-08T10:27:38.706Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:27:39.079Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:27:39.442Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T10:27:39.442Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-08-08T10:27:39.442Z] e8c64d6a866a: Preparing [2025-08-08T10:27:39.442Z] 4c053b1d4243: Preparing [2025-08-08T10:27:39.442Z] b52f2a9ebf23: Preparing [2025-08-08T10:27:39.442Z] 1d501f7a3f14: Preparing [2025-08-08T10:27:39.442Z] 441c7451cbc1: Preparing [2025-08-08T10:27:39.442Z] af8af2b7dff9: Preparing [2025-08-08T10:27:39.442Z] 3551efbfd3fb: Preparing [2025-08-08T10:27:39.442Z] c960c72ef0de: Preparing [2025-08-08T10:27:39.442Z] 1c0282db2255: Preparing [2025-08-08T10:27:39.442Z] 9fe21a21eccd: Preparing [2025-08-08T10:27:39.442Z] 98d60c0ddd2d: Preparing [2025-08-08T10:27:39.442Z] 1e890da81ec9: Preparing [2025-08-08T10:27:39.442Z] af8af2b7dff9: Waiting [2025-08-08T10:27:39.442Z] 3551efbfd3fb: Waiting [2025-08-08T10:27:39.442Z] c960c72ef0de: Waiting [2025-08-08T10:27:39.442Z] 1c0282db2255: Waiting [2025-08-08T10:27:39.442Z] 9fe21a21eccd: Waiting [2025-08-08T10:27:39.442Z] 98d60c0ddd2d: Waiting [2025-08-08T10:27:39.442Z] 1e890da81ec9: Waiting [2025-08-08T10:27:39.713Z] 441c7451cbc1: Pushed [2025-08-08T10:27:39.713Z] e8c64d6a866a: Pushed [2025-08-08T10:27:39.713Z] 4c053b1d4243: Pushed [2025-08-08T10:27:39.713Z] c960c72ef0de: Layer already exists [2025-08-08T10:27:39.713Z] af8af2b7dff9: Pushed [2025-08-08T10:27:39.713Z] 1c0282db2255: Layer already exists [2025-08-08T10:27:39.713Z] 3551efbfd3fb: Pushed [2025-08-08T10:27:39.977Z] 1e890da81ec9: Layer already exists [2025-08-08T10:27:40.241Z] 9fe21a21eccd: Pushed [2025-08-08T10:27:42.807Z] 98d60c0ddd2d: Pushed [2025-08-08T10:27:46.129Z] 1d501f7a3f14: Pushed [2025-08-08T10:27:46.130Z] b52f2a9ebf23: Pushed [2025-08-08T10:27:46.130Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b: digest: sha256:54f328868dbbb031d6a6f2a444ab005d145fe2478eca52bcdf5a0fd4bb6ac81c size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:27:46.479Z] + 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-08-08T10:27:46.826Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2025-08-08T10:27:46.826Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-08-08T10:27:46.826Z] e8c64d6a866a: Preparing [2025-08-08T10:27:46.826Z] 4c053b1d4243: Preparing [2025-08-08T10:27:46.826Z] b52f2a9ebf23: Preparing [2025-08-08T10:27:46.826Z] 1d501f7a3f14: Preparing [2025-08-08T10:27:46.826Z] 441c7451cbc1: Preparing [2025-08-08T10:27:46.826Z] af8af2b7dff9: Preparing [2025-08-08T10:27:46.826Z] 3551efbfd3fb: Preparing [2025-08-08T10:27:46.826Z] c960c72ef0de: Preparing [2025-08-08T10:27:46.826Z] 1c0282db2255: Preparing [2025-08-08T10:27:46.826Z] 9fe21a21eccd: Preparing [2025-08-08T10:27:46.826Z] 98d60c0ddd2d: Preparing [2025-08-08T10:27:46.826Z] 1e890da81ec9: Preparing [2025-08-08T10:27:46.826Z] 1c0282db2255: Waiting [2025-08-08T10:27:46.826Z] 9fe21a21eccd: Waiting [2025-08-08T10:27:46.826Z] af8af2b7dff9: Waiting [2025-08-08T10:27:46.826Z] 3551efbfd3fb: Waiting [2025-08-08T10:27:46.826Z] c960c72ef0de: Waiting [2025-08-08T10:27:46.826Z] 1e890da81ec9: Waiting [2025-08-08T10:27:46.826Z] 98d60c0ddd2d: Waiting [2025-08-08T10:27:46.826Z] 441c7451cbc1: Layer already exists [2025-08-08T10:27:46.826Z] e8c64d6a866a: Layer already exists [2025-08-08T10:27:46.826Z] 4c053b1d4243: Layer already exists [2025-08-08T10:27:46.826Z] 1d501f7a3f14: Layer already exists [2025-08-08T10:27:46.826Z] b52f2a9ebf23: Layer already exists [2025-08-08T10:27:46.827Z] af8af2b7dff9: Layer already exists [2025-08-08T10:27:46.827Z] c960c72ef0de: Layer already exists [2025-08-08T10:27:46.827Z] 1c0282db2255: Layer already exists [2025-08-08T10:27:46.827Z] 9fe21a21eccd: Layer already exists [2025-08-08T10:27:46.827Z] 3551efbfd3fb: Layer already exists [2025-08-08T10:27:46.827Z] 98d60c0ddd2d: Layer already exists [2025-08-08T10:27:46.827Z] 1e890da81ec9: Layer already exists [2025-08-08T10:27:47.090Z] latest: digest: sha256:54f328868dbbb031d6a6f2a444ab005d145fe2478eca52bcdf5a0fd4bb6ac81c size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:27:47.445Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:27:47.796Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.44 [2025-08-08T10:27:47.796Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-08-08T10:27:47.796Z] e8c64d6a866a: Preparing [2025-08-08T10:27:47.796Z] 4c053b1d4243: Preparing [2025-08-08T10:27:47.796Z] b52f2a9ebf23: Preparing [2025-08-08T10:27:47.796Z] 1d501f7a3f14: Preparing [2025-08-08T10:27:47.796Z] 441c7451cbc1: Preparing [2025-08-08T10:27:47.796Z] af8af2b7dff9: Preparing [2025-08-08T10:27:47.796Z] 3551efbfd3fb: Preparing [2025-08-08T10:27:47.796Z] c960c72ef0de: Preparing [2025-08-08T10:27:47.796Z] 1c0282db2255: Preparing [2025-08-08T10:27:47.796Z] 9fe21a21eccd: Preparing [2025-08-08T10:27:47.796Z] 98d60c0ddd2d: Preparing [2025-08-08T10:27:47.796Z] 1e890da81ec9: Preparing [2025-08-08T10:27:47.796Z] c960c72ef0de: Waiting [2025-08-08T10:27:47.796Z] 1c0282db2255: Waiting [2025-08-08T10:27:47.796Z] 9fe21a21eccd: Waiting [2025-08-08T10:27:47.796Z] 1e890da81ec9: Waiting [2025-08-08T10:27:47.796Z] 98d60c0ddd2d: Waiting [2025-08-08T10:27:47.796Z] af8af2b7dff9: Waiting [2025-08-08T10:27:47.796Z] 3551efbfd3fb: Waiting [2025-08-08T10:27:47.796Z] e8c64d6a866a: Layer already exists [2025-08-08T10:27:47.796Z] b52f2a9ebf23: Layer already exists [2025-08-08T10:27:47.796Z] 1d501f7a3f14: Layer already exists [2025-08-08T10:27:47.796Z] 4c053b1d4243: Layer already exists [2025-08-08T10:27:47.796Z] 441c7451cbc1: Layer already exists [2025-08-08T10:27:47.796Z] 3551efbfd3fb: Layer already exists [2025-08-08T10:27:47.796Z] af8af2b7dff9: Layer already exists [2025-08-08T10:27:47.797Z] 1c0282db2255: Layer already exists [2025-08-08T10:27:47.797Z] 9fe21a21eccd: Layer already exists [2025-08-08T10:27:47.797Z] c960c72ef0de: Layer already exists [2025-08-08T10:27:47.797Z] 1e890da81ec9: Layer already exists [2025-08-08T10:27:47.797Z] 98d60c0ddd2d: Layer already exists [2025-08-08T10:27:47.797Z] 4.1.0-dev.44: digest: sha256:54f328868dbbb031d6a6f2a444ab005d145fe2478eca52bcdf5a0fd4bb6ac81c size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:27:48.404Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:27:48.748Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T10:27:48.749Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-08-08T10:27:48.749Z] e8c64d6a866a: Preparing [2025-08-08T10:27:48.749Z] 4c053b1d4243: Preparing [2025-08-08T10:27:48.749Z] b52f2a9ebf23: Preparing [2025-08-08T10:27:48.749Z] 1d501f7a3f14: Preparing [2025-08-08T10:27:48.749Z] 441c7451cbc1: Preparing [2025-08-08T10:27:48.749Z] af8af2b7dff9: Preparing [2025-08-08T10:27:48.749Z] 3551efbfd3fb: Preparing [2025-08-08T10:27:48.749Z] c960c72ef0de: Preparing [2025-08-08T10:27:48.749Z] 1c0282db2255: Preparing [2025-08-08T10:27:48.749Z] 9fe21a21eccd: Preparing [2025-08-08T10:27:48.749Z] 98d60c0ddd2d: Preparing [2025-08-08T10:27:48.749Z] 1e890da81ec9: Preparing [2025-08-08T10:27:48.749Z] af8af2b7dff9: Waiting [2025-08-08T10:27:48.749Z] 3551efbfd3fb: Waiting [2025-08-08T10:27:48.749Z] 1c0282db2255: Waiting [2025-08-08T10:27:48.749Z] 98d60c0ddd2d: Waiting [2025-08-08T10:27:48.749Z] 1e890da81ec9: Waiting [2025-08-08T10:27:48.749Z] 9fe21a21eccd: Waiting [2025-08-08T10:27:48.749Z] 441c7451cbc1: Layer already exists [2025-08-08T10:27:48.749Z] 1d501f7a3f14: Layer already exists [2025-08-08T10:27:48.749Z] e8c64d6a866a: Layer already exists [2025-08-08T10:27:48.749Z] b52f2a9ebf23: Layer already exists [2025-08-08T10:27:48.749Z] 4c053b1d4243: Layer already exists [2025-08-08T10:27:48.749Z] 1c0282db2255: Layer already exists [2025-08-08T10:27:48.749Z] 3551efbfd3fb: Layer already exists [2025-08-08T10:27:48.749Z] af8af2b7dff9: Layer already exists [2025-08-08T10:27:48.749Z] c960c72ef0de: Layer already exists [2025-08-08T10:27:48.749Z] 9fe21a21eccd: Layer already exists [2025-08-08T10:27:48.749Z] 1e890da81ec9: Layer already exists [2025-08-08T10:27:48.749Z] 98d60c0ddd2d: Layer already exists [2025-08-08T10:27:49.013Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44: digest: sha256:54f328868dbbb031d6a6f2a444ab005d145fe2478eca52bcdf5a0fd4bb6ac81c size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:27:49.368Z] + 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-08-08T10:27:49.707Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2025-08-08T10:27:49.707Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-08-08T10:27:49.707Z] e8c64d6a866a: Preparing [2025-08-08T10:27:49.707Z] 4c053b1d4243: Preparing [2025-08-08T10:27:49.707Z] b52f2a9ebf23: Preparing [2025-08-08T10:27:49.707Z] 1d501f7a3f14: Preparing [2025-08-08T10:27:49.707Z] 441c7451cbc1: Preparing [2025-08-08T10:27:49.707Z] af8af2b7dff9: Preparing [2025-08-08T10:27:49.707Z] 3551efbfd3fb: Preparing [2025-08-08T10:27:49.707Z] c960c72ef0de: Preparing [2025-08-08T10:27:49.707Z] 1c0282db2255: Preparing [2025-08-08T10:27:49.707Z] 9fe21a21eccd: Preparing [2025-08-08T10:27:49.707Z] 98d60c0ddd2d: Preparing [2025-08-08T10:27:49.707Z] 1e890da81ec9: Preparing [2025-08-08T10:27:49.707Z] af8af2b7dff9: Waiting [2025-08-08T10:27:49.707Z] 3551efbfd3fb: Waiting [2025-08-08T10:27:49.707Z] c960c72ef0de: Waiting [2025-08-08T10:27:49.707Z] 1c0282db2255: Waiting [2025-08-08T10:27:49.707Z] 9fe21a21eccd: Waiting [2025-08-08T10:27:49.707Z] 98d60c0ddd2d: Waiting [2025-08-08T10:27:49.707Z] 1e890da81ec9: Waiting [2025-08-08T10:27:49.707Z] b52f2a9ebf23: Layer already exists [2025-08-08T10:27:49.707Z] 441c7451cbc1: Layer already exists [2025-08-08T10:27:49.707Z] 1d501f7a3f14: Layer already exists [2025-08-08T10:27:49.707Z] 4c053b1d4243: Layer already exists [2025-08-08T10:27:49.707Z] e8c64d6a866a: Layer already exists [2025-08-08T10:27:49.707Z] 1c0282db2255: Layer already exists [2025-08-08T10:27:49.707Z] c960c72ef0de: Layer already exists [2025-08-08T10:27:49.707Z] af8af2b7dff9: Layer already exists [2025-08-08T10:27:49.707Z] 3551efbfd3fb: Layer already exists [2025-08-08T10:27:49.707Z] 9fe21a21eccd: Layer already exists [2025-08-08T10:27:49.707Z] 98d60c0ddd2d: Layer already exists [2025-08-08T10:27:49.707Z] 1e890da81ec9: Layer already exists [2025-08-08T10:27:49.972Z] main: digest: sha256:54f328868dbbb031d6a6f2a444ab005d145fe2478eca52bcdf5a0fd4bb6ac81c size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-08T10:27:50.047Z] ===================================================== [Pipeline] echo [2025-08-08T10:27:50.065Z] taggedImages: [2025-08-08T10:27:50.065Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T10:27:50.065Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2025-08-08T10:27:50.065Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.44 [2025-08-08T10:27:50.065Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T10:27:50.065Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2025-08-08T10:27:50.098Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2025-08-08T10:27:50.098Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T10:27:50.098Z] latest [2025-08-08T10:27:50.098Z] 4.1.0-dev.44 [2025-08-08T10:27:50.098Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T10:27:50.098Z] main [2025-08-08T10:27:50.098Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:27:50.461Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:27:50.799Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T10:27:50.799Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-08-08T10:27:50.799Z] 05729404dbb0: Preparing [2025-08-08T10:27:50.799Z] cb4bfb06ea1e: Preparing [2025-08-08T10:27:50.799Z] c960c72ef0de: Preparing [2025-08-08T10:27:50.799Z] 1c0282db2255: Preparing [2025-08-08T10:27:50.799Z] beb38a487492: Preparing [2025-08-08T10:27:50.799Z] c6c2f71d62cf: Preparing [2025-08-08T10:27:50.799Z] 1e890da81ec9: Preparing [2025-08-08T10:27:50.799Z] c6c2f71d62cf: Waiting [2025-08-08T10:27:50.799Z] 1e890da81ec9: Waiting [2025-08-08T10:27:50.799Z] c960c72ef0de: Layer already exists [2025-08-08T10:27:50.799Z] 1c0282db2255: Layer already exists [2025-08-08T10:27:51.064Z] 1e890da81ec9: Layer already exists [2025-08-08T10:27:51.064Z] 05729404dbb0: Pushed [2025-08-08T10:27:51.329Z] beb38a487492: Pushed [2025-08-08T10:27:52.731Z] c6c2f71d62cf: Pushed [2025-08-08T10:27:58.053Z] cb4bfb06ea1e: Pushed [2025-08-08T10:27:58.053Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b: digest: sha256:f2f68f0ab17d0e38f3ea2db82ad4a27b70b8854a23c379ce7f0065344ff3aed5 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:27:58.414Z] + 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-08-08T10:27:58.771Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2025-08-08T10:27:58.771Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-08-08T10:27:58.771Z] 05729404dbb0: Preparing [2025-08-08T10:27:58.771Z] cb4bfb06ea1e: Preparing [2025-08-08T10:27:58.771Z] c960c72ef0de: Preparing [2025-08-08T10:27:58.771Z] 1c0282db2255: Preparing [2025-08-08T10:27:58.771Z] beb38a487492: Preparing [2025-08-08T10:27:58.771Z] c6c2f71d62cf: Preparing [2025-08-08T10:27:58.771Z] 1e890da81ec9: Preparing [2025-08-08T10:27:58.771Z] c6c2f71d62cf: Waiting [2025-08-08T10:27:58.771Z] 1e890da81ec9: Waiting [2025-08-08T10:27:58.771Z] 05729404dbb0: Layer already exists [2025-08-08T10:27:58.771Z] cb4bfb06ea1e: Layer already exists [2025-08-08T10:27:58.771Z] 1c0282db2255: Layer already exists [2025-08-08T10:27:58.771Z] beb38a487492: Layer already exists [2025-08-08T10:27:58.771Z] c960c72ef0de: Layer already exists [2025-08-08T10:27:58.771Z] 1e890da81ec9: Layer already exists [2025-08-08T10:27:58.771Z] c6c2f71d62cf: Layer already exists [2025-08-08T10:27:59.036Z] latest: digest: sha256:f2f68f0ab17d0e38f3ea2db82ad4a27b70b8854a23c379ce7f0065344ff3aed5 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:27:59.377Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:27:59.727Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.44 [2025-08-08T10:27:59.727Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-08-08T10:27:59.727Z] 05729404dbb0: Preparing [2025-08-08T10:27:59.727Z] cb4bfb06ea1e: Preparing [2025-08-08T10:27:59.727Z] c960c72ef0de: Preparing [2025-08-08T10:27:59.727Z] 1c0282db2255: Preparing [2025-08-08T10:27:59.727Z] beb38a487492: Preparing [2025-08-08T10:27:59.727Z] c6c2f71d62cf: Preparing [2025-08-08T10:27:59.727Z] 1e890da81ec9: Preparing [2025-08-08T10:27:59.727Z] c6c2f71d62cf: Waiting [2025-08-08T10:27:59.727Z] 1e890da81ec9: Waiting [2025-08-08T10:27:59.727Z] beb38a487492: Layer already exists [2025-08-08T10:27:59.727Z] 1c0282db2255: Layer already exists [2025-08-08T10:27:59.727Z] cb4bfb06ea1e: Layer already exists [2025-08-08T10:27:59.727Z] c960c72ef0de: Layer already exists [2025-08-08T10:27:59.727Z] 05729404dbb0: Layer already exists [2025-08-08T10:27:59.727Z] 1e890da81ec9: Layer already exists [2025-08-08T10:27:59.727Z] c6c2f71d62cf: Layer already exists [2025-08-08T10:27:59.727Z] 4.1.0-dev.44: digest: sha256:f2f68f0ab17d0e38f3ea2db82ad4a27b70b8854a23c379ce7f0065344ff3aed5 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:28:00.334Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:28:00.687Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T10:28:00.688Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-08-08T10:28:00.688Z] 05729404dbb0: Preparing [2025-08-08T10:28:00.688Z] cb4bfb06ea1e: Preparing [2025-08-08T10:28:00.688Z] c960c72ef0de: Preparing [2025-08-08T10:28:00.688Z] 1c0282db2255: Preparing [2025-08-08T10:28:00.688Z] beb38a487492: Preparing [2025-08-08T10:28:00.688Z] c6c2f71d62cf: Preparing [2025-08-08T10:28:00.688Z] 1e890da81ec9: Preparing [2025-08-08T10:28:00.688Z] 1e890da81ec9: Waiting [2025-08-08T10:28:00.688Z] c6c2f71d62cf: Waiting [2025-08-08T10:28:00.688Z] 05729404dbb0: Layer already exists [2025-08-08T10:28:00.688Z] cb4bfb06ea1e: Layer already exists [2025-08-08T10:28:00.688Z] beb38a487492: Layer already exists [2025-08-08T10:28:00.688Z] c960c72ef0de: Layer already exists [2025-08-08T10:28:00.688Z] 1c0282db2255: Layer already exists [2025-08-08T10:28:00.688Z] 1e890da81ec9: Layer already exists [2025-08-08T10:28:00.688Z] c6c2f71d62cf: Layer already exists [2025-08-08T10:28:00.951Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44: digest: sha256:f2f68f0ab17d0e38f3ea2db82ad4a27b70b8854a23c379ce7f0065344ff3aed5 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:28:01.291Z] + 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-08-08T10:28:01.634Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2025-08-08T10:28:01.634Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-08-08T10:28:01.634Z] 05729404dbb0: Preparing [2025-08-08T10:28:01.634Z] cb4bfb06ea1e: Preparing [2025-08-08T10:28:01.634Z] c960c72ef0de: Preparing [2025-08-08T10:28:01.634Z] 1c0282db2255: Preparing [2025-08-08T10:28:01.634Z] beb38a487492: Preparing [2025-08-08T10:28:01.634Z] c6c2f71d62cf: Preparing [2025-08-08T10:28:01.634Z] 1e890da81ec9: Preparing [2025-08-08T10:28:01.634Z] c6c2f71d62cf: Waiting [2025-08-08T10:28:01.634Z] 1e890da81ec9: Waiting [2025-08-08T10:28:01.634Z] cb4bfb06ea1e: Layer already exists [2025-08-08T10:28:01.634Z] 1c0282db2255: Layer already exists [2025-08-08T10:28:01.634Z] c960c72ef0de: Layer already exists [2025-08-08T10:28:01.634Z] beb38a487492: Layer already exists [2025-08-08T10:28:01.634Z] 05729404dbb0: Layer already exists [2025-08-08T10:28:01.634Z] c6c2f71d62cf: Layer already exists [2025-08-08T10:28:01.634Z] 1e890da81ec9: Layer already exists [2025-08-08T10:28:01.898Z] main: digest: sha256:f2f68f0ab17d0e38f3ea2db82ad4a27b70b8854a23c379ce7f0065344ff3aed5 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-08T10:28:01.972Z] ===================================================== [Pipeline] echo [2025-08-08T10:28:01.985Z] taggedImages: [2025-08-08T10:28:01.985Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T10:28:01.985Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2025-08-08T10:28:01.985Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.44 [2025-08-08T10:28:01.985Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T10:28:01.985Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2025-08-08T10:28:02.010Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2025-08-08T10:28:02.010Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T10:28:02.010Z] latest [2025-08-08T10:28:02.010Z] 4.1.0-dev.44 [2025-08-08T10:28:02.010Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T10:28:02.010Z] main [2025-08-08T10:28:02.010Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:28:02.359Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:28:02.695Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T10:28:02.695Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-08-08T10:28:02.695Z] 786c620e30d6: Preparing [2025-08-08T10:28:02.695Z] b46e95eeb794: Preparing [2025-08-08T10:28:02.695Z] 7e3e57b85f78: Preparing [2025-08-08T10:28:02.695Z] c960c72ef0de: Preparing [2025-08-08T10:28:02.695Z] 1c0282db2255: Preparing [2025-08-08T10:28:02.695Z] 5610ee56c611: Preparing [2025-08-08T10:28:02.695Z] 99ff03c85a35: Preparing [2025-08-08T10:28:02.695Z] 5610ee56c611: Waiting [2025-08-08T10:28:02.695Z] 6212fda53134: Preparing [2025-08-08T10:28:02.695Z] 99ff03c85a35: Waiting [2025-08-08T10:28:02.695Z] 5295ddb6a6c8: Preparing [2025-08-08T10:28:02.695Z] 6212fda53134: Waiting [2025-08-08T10:28:02.695Z] 1e890da81ec9: Preparing [2025-08-08T10:28:02.695Z] 5295ddb6a6c8: Waiting [2025-08-08T10:28:02.695Z] 1e890da81ec9: Waiting [2025-08-08T10:28:02.695Z] c960c72ef0de: Layer already exists [2025-08-08T10:28:02.695Z] 1c0282db2255: Layer already exists [2025-08-08T10:28:02.960Z] 7e3e57b85f78: Pushed [2025-08-08T10:28:02.960Z] b46e95eeb794: Pushed [2025-08-08T10:28:02.960Z] 786c620e30d6: Pushed [2025-08-08T10:28:02.960Z] 1e890da81ec9: Layer already exists [2025-08-08T10:28:03.225Z] 6212fda53134: Pushed [2025-08-08T10:28:03.803Z] 5295ddb6a6c8: Pushed [2025-08-08T10:28:13.888Z] 99ff03c85a35: Pushed [2025-08-08T10:28:28.983Z] 5610ee56c611: Pushed [2025-08-08T10:28:28.983Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b: digest: sha256:fdfe9d4abf8035635c63b6a20f30a3193665cc24de55d716f982d17210a3b294 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:28:29.326Z] + 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-08-08T10:28:29.682Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2025-08-08T10:28:29.682Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-08-08T10:28:29.682Z] 786c620e30d6: Preparing [2025-08-08T10:28:29.682Z] b46e95eeb794: Preparing [2025-08-08T10:28:29.682Z] 7e3e57b85f78: Preparing [2025-08-08T10:28:29.682Z] c960c72ef0de: Preparing [2025-08-08T10:28:29.682Z] 1c0282db2255: Preparing [2025-08-08T10:28:29.682Z] 5610ee56c611: Preparing [2025-08-08T10:28:29.682Z] 99ff03c85a35: Preparing [2025-08-08T10:28:29.682Z] 6212fda53134: Preparing [2025-08-08T10:28:29.682Z] 5295ddb6a6c8: Preparing [2025-08-08T10:28:29.682Z] 1e890da81ec9: Preparing [2025-08-08T10:28:29.682Z] 6212fda53134: Waiting [2025-08-08T10:28:29.682Z] 5295ddb6a6c8: Waiting [2025-08-08T10:28:29.682Z] 1e890da81ec9: Waiting [2025-08-08T10:28:29.682Z] 5610ee56c611: Waiting [2025-08-08T10:28:29.682Z] 99ff03c85a35: Waiting [2025-08-08T10:28:29.682Z] c960c72ef0de: Layer already exists [2025-08-08T10:28:29.682Z] b46e95eeb794: Layer already exists [2025-08-08T10:28:29.682Z] 7e3e57b85f78: Layer already exists [2025-08-08T10:28:29.682Z] 786c620e30d6: Layer already exists [2025-08-08T10:28:29.682Z] 1c0282db2255: Layer already exists [2025-08-08T10:28:29.682Z] 5610ee56c611: Layer already exists [2025-08-08T10:28:29.682Z] 5295ddb6a6c8: Layer already exists [2025-08-08T10:28:29.682Z] 99ff03c85a35: Layer already exists [2025-08-08T10:28:29.682Z] 1e890da81ec9: Layer already exists [2025-08-08T10:28:29.947Z] 6212fda53134: Layer already exists [2025-08-08T10:28:29.947Z] latest: digest: sha256:fdfe9d4abf8035635c63b6a20f30a3193665cc24de55d716f982d17210a3b294 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:28:30.291Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:28:30.652Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.44 [2025-08-08T10:28:30.652Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-08-08T10:28:30.652Z] 786c620e30d6: Preparing [2025-08-08T10:28:30.652Z] b46e95eeb794: Preparing [2025-08-08T10:28:30.652Z] 7e3e57b85f78: Preparing [2025-08-08T10:28:30.652Z] c960c72ef0de: Preparing [2025-08-08T10:28:30.652Z] 1c0282db2255: Preparing [2025-08-08T10:28:30.652Z] 5610ee56c611: Preparing [2025-08-08T10:28:30.652Z] 99ff03c85a35: Preparing [2025-08-08T10:28:30.652Z] 6212fda53134: Preparing [2025-08-08T10:28:30.652Z] 5295ddb6a6c8: Preparing [2025-08-08T10:28:30.652Z] 1e890da81ec9: Preparing [2025-08-08T10:28:30.652Z] 99ff03c85a35: Waiting [2025-08-08T10:28:30.652Z] 6212fda53134: Waiting [2025-08-08T10:28:30.652Z] 5295ddb6a6c8: Waiting [2025-08-08T10:28:30.652Z] 5610ee56c611: Waiting [2025-08-08T10:28:30.652Z] 1e890da81ec9: Waiting [2025-08-08T10:28:30.652Z] b46e95eeb794: Layer already exists [2025-08-08T10:28:30.652Z] 786c620e30d6: Layer already exists [2025-08-08T10:28:30.652Z] 1c0282db2255: Layer already exists [2025-08-08T10:28:30.652Z] c960c72ef0de: Layer already exists [2025-08-08T10:28:30.652Z] 7e3e57b85f78: Layer already exists [2025-08-08T10:28:30.652Z] 99ff03c85a35: Layer already exists [2025-08-08T10:28:30.652Z] 5295ddb6a6c8: Layer already exists [2025-08-08T10:28:30.652Z] 1e890da81ec9: Layer already exists [2025-08-08T10:28:30.652Z] 6212fda53134: Layer already exists [2025-08-08T10:28:30.652Z] 5610ee56c611: Layer already exists [2025-08-08T10:28:30.917Z] 4.1.0-dev.44: digest: sha256:fdfe9d4abf8035635c63b6a20f30a3193665cc24de55d716f982d17210a3b294 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:28:31.273Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:28:31.614Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T10:28:31.614Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-08-08T10:28:31.614Z] 786c620e30d6: Preparing [2025-08-08T10:28:31.614Z] b46e95eeb794: Preparing [2025-08-08T10:28:31.614Z] 7e3e57b85f78: Preparing [2025-08-08T10:28:31.614Z] c960c72ef0de: Preparing [2025-08-08T10:28:31.614Z] 1c0282db2255: Preparing [2025-08-08T10:28:31.615Z] 5610ee56c611: Preparing [2025-08-08T10:28:31.615Z] 99ff03c85a35: Preparing [2025-08-08T10:28:31.615Z] 6212fda53134: Preparing [2025-08-08T10:28:31.615Z] 5295ddb6a6c8: Preparing [2025-08-08T10:28:31.615Z] 1e890da81ec9: Preparing [2025-08-08T10:28:31.615Z] 6212fda53134: Waiting [2025-08-08T10:28:31.615Z] 1e890da81ec9: Waiting [2025-08-08T10:28:31.615Z] 5295ddb6a6c8: Waiting [2025-08-08T10:28:31.615Z] 5610ee56c611: Waiting [2025-08-08T10:28:31.615Z] 99ff03c85a35: Waiting [2025-08-08T10:28:31.615Z] b46e95eeb794: Layer already exists [2025-08-08T10:28:31.615Z] 786c620e30d6: Layer already exists [2025-08-08T10:28:31.615Z] 1c0282db2255: Layer already exists [2025-08-08T10:28:31.615Z] 7e3e57b85f78: Layer already exists [2025-08-08T10:28:31.615Z] c960c72ef0de: Layer already exists [2025-08-08T10:28:31.615Z] 6212fda53134: Layer already exists [2025-08-08T10:28:31.615Z] 99ff03c85a35: Layer already exists [2025-08-08T10:28:31.615Z] 5295ddb6a6c8: Layer already exists [2025-08-08T10:28:31.615Z] 5610ee56c611: Layer already exists [2025-08-08T10:28:31.615Z] 1e890da81ec9: Layer already exists [2025-08-08T10:28:31.615Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44: digest: sha256:fdfe9d4abf8035635c63b6a20f30a3193665cc24de55d716f982d17210a3b294 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:28:32.228Z] + 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-08-08T10:28:32.574Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2025-08-08T10:28:32.574Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-08-08T10:28:32.574Z] 786c620e30d6: Preparing [2025-08-08T10:28:32.574Z] b46e95eeb794: Preparing [2025-08-08T10:28:32.574Z] 7e3e57b85f78: Preparing [2025-08-08T10:28:32.574Z] c960c72ef0de: Preparing [2025-08-08T10:28:32.574Z] 1c0282db2255: Preparing [2025-08-08T10:28:32.574Z] 5610ee56c611: Preparing [2025-08-08T10:28:32.574Z] 99ff03c85a35: Preparing [2025-08-08T10:28:32.574Z] 6212fda53134: Preparing [2025-08-08T10:28:32.574Z] 5295ddb6a6c8: Preparing [2025-08-08T10:28:32.574Z] 1e890da81ec9: Preparing [2025-08-08T10:28:32.574Z] 99ff03c85a35: Waiting [2025-08-08T10:28:32.574Z] 5295ddb6a6c8: Waiting [2025-08-08T10:28:32.574Z] 6212fda53134: Waiting [2025-08-08T10:28:32.574Z] 1e890da81ec9: Waiting [2025-08-08T10:28:32.574Z] 5610ee56c611: Waiting [2025-08-08T10:28:32.574Z] b46e95eeb794: Layer already exists [2025-08-08T10:28:32.574Z] 7e3e57b85f78: Layer already exists [2025-08-08T10:28:32.574Z] c960c72ef0de: Layer already exists [2025-08-08T10:28:32.574Z] 786c620e30d6: Layer already exists [2025-08-08T10:28:32.574Z] 1c0282db2255: Layer already exists [2025-08-08T10:28:32.574Z] 5610ee56c611: Layer already exists [2025-08-08T10:28:32.574Z] 99ff03c85a35: Layer already exists [2025-08-08T10:28:32.574Z] 6212fda53134: Layer already exists [2025-08-08T10:28:32.574Z] 1e890da81ec9: Layer already exists [2025-08-08T10:28:32.574Z] 5295ddb6a6c8: Layer already exists [2025-08-08T10:28:32.574Z] main: digest: sha256:fdfe9d4abf8035635c63b6a20f30a3193665cc24de55d716f982d17210a3b294 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-08T10:28:32.910Z] ===================================================== [Pipeline] echo [2025-08-08T10:28:32.922Z] taggedImages: [2025-08-08T10:28:32.922Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T10:28:32.922Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2025-08-08T10:28:32.922Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.44 [2025-08-08T10:28:32.922Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T10:28:32.922Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2025-08-08T10:28:32.946Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2025-08-08T10:28:32.946Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T10:28:32.946Z] latest [2025-08-08T10:28:32.946Z] 4.1.0-dev.44 [2025-08-08T10:28:32.946Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T10:28:32.946Z] main [2025-08-08T10:28:32.946Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:28:33.312Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:28:33.664Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T10:28:33.665Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-08-08T10:28:33.665Z] abad75a0a771: Preparing [2025-08-08T10:28:33.665Z] 6caf054db9e4: Preparing [2025-08-08T10:28:33.665Z] 7baf2144fe76: Preparing [2025-08-08T10:28:33.665Z] c960c72ef0de: Preparing [2025-08-08T10:28:33.665Z] 1c0282db2255: Preparing [2025-08-08T10:28:33.665Z] af7f4eabd81f: Preparing [2025-08-08T10:28:33.665Z] 021444847203: Preparing [2025-08-08T10:28:33.665Z] fac19f31b987: Preparing [2025-08-08T10:28:33.665Z] 1e890da81ec9: Preparing [2025-08-08T10:28:33.665Z] af7f4eabd81f: Waiting [2025-08-08T10:28:33.665Z] 021444847203: Waiting [2025-08-08T10:28:33.665Z] fac19f31b987: Waiting [2025-08-08T10:28:33.665Z] 1e890da81ec9: Waiting [2025-08-08T10:28:33.665Z] 1c0282db2255: Layer already exists [2025-08-08T10:28:33.665Z] c960c72ef0de: Layer already exists [2025-08-08T10:28:33.929Z] 7baf2144fe76: Pushed [2025-08-08T10:28:33.929Z] 6caf054db9e4: Pushed [2025-08-08T10:28:33.929Z] abad75a0a771: Pushed [2025-08-08T10:28:33.929Z] 1e890da81ec9: Layer already exists [2025-08-08T10:28:34.193Z] 021444847203: Pushed [2025-08-08T10:28:34.457Z] fac19f31b987: Pushed [2025-08-08T10:29:01.100Z] af7f4eabd81f: Pushed [2025-08-08T10:29:01.100Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b: digest: sha256:cb2ef3516d770be23d605e6c4645b2ac546edce67c2e889addd79a45dfcfc0bb size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:29:01.442Z] + 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-08-08T10:29:01.788Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2025-08-08T10:29:01.788Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-08-08T10:29:01.788Z] abad75a0a771: Preparing [2025-08-08T10:29:01.788Z] 6caf054db9e4: Preparing [2025-08-08T10:29:01.788Z] 7baf2144fe76: Preparing [2025-08-08T10:29:01.788Z] c960c72ef0de: Preparing [2025-08-08T10:29:01.788Z] 1c0282db2255: Preparing [2025-08-08T10:29:01.788Z] af7f4eabd81f: Preparing [2025-08-08T10:29:01.788Z] 021444847203: Preparing [2025-08-08T10:29:01.788Z] fac19f31b987: Preparing [2025-08-08T10:29:01.788Z] 1e890da81ec9: Preparing [2025-08-08T10:29:01.788Z] af7f4eabd81f: Waiting [2025-08-08T10:29:01.788Z] 021444847203: Waiting [2025-08-08T10:29:01.788Z] fac19f31b987: Waiting [2025-08-08T10:29:01.788Z] 1e890da81ec9: Waiting [2025-08-08T10:29:01.788Z] 1c0282db2255: Layer already exists [2025-08-08T10:29:01.788Z] 7baf2144fe76: Layer already exists [2025-08-08T10:29:01.788Z] 6caf054db9e4: Layer already exists [2025-08-08T10:29:01.788Z] c960c72ef0de: Layer already exists [2025-08-08T10:29:01.788Z] abad75a0a771: Layer already exists [2025-08-08T10:29:01.788Z] 021444847203: Layer already exists [2025-08-08T10:29:01.788Z] af7f4eabd81f: Layer already exists [2025-08-08T10:29:01.788Z] fac19f31b987: Layer already exists [2025-08-08T10:29:01.788Z] 1e890da81ec9: Layer already exists [2025-08-08T10:29:01.788Z] latest: digest: sha256:cb2ef3516d770be23d605e6c4645b2ac546edce67c2e889addd79a45dfcfc0bb size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:29:02.402Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:29:02.760Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.44 [2025-08-08T10:29:02.760Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-08-08T10:29:02.760Z] abad75a0a771: Preparing [2025-08-08T10:29:02.760Z] 6caf054db9e4: Preparing [2025-08-08T10:29:02.760Z] 7baf2144fe76: Preparing [2025-08-08T10:29:02.760Z] c960c72ef0de: Preparing [2025-08-08T10:29:02.760Z] 1c0282db2255: Preparing [2025-08-08T10:29:02.760Z] af7f4eabd81f: Preparing [2025-08-08T10:29:02.760Z] 021444847203: Preparing [2025-08-08T10:29:02.760Z] fac19f31b987: Preparing [2025-08-08T10:29:02.760Z] 1e890da81ec9: Preparing [2025-08-08T10:29:02.760Z] 021444847203: Waiting [2025-08-08T10:29:02.760Z] fac19f31b987: Waiting [2025-08-08T10:29:02.760Z] 1e890da81ec9: Waiting [2025-08-08T10:29:02.760Z] abad75a0a771: Layer already exists [2025-08-08T10:29:02.760Z] 7baf2144fe76: Layer already exists [2025-08-08T10:29:02.760Z] 1c0282db2255: Layer already exists [2025-08-08T10:29:02.760Z] c960c72ef0de: Layer already exists [2025-08-08T10:29:02.760Z] af7f4eabd81f: Layer already exists [2025-08-08T10:29:02.760Z] 021444847203: Layer already exists [2025-08-08T10:29:02.760Z] 1e890da81ec9: Layer already exists [2025-08-08T10:29:02.760Z] fac19f31b987: Layer already exists [2025-08-08T10:29:04.156Z] 6caf054db9e4: Layer already exists [2025-08-08T10:29:04.156Z] 4.1.0-dev.44: digest: sha256:cb2ef3516d770be23d605e6c4645b2ac546edce67c2e889addd79a45dfcfc0bb size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:29:04.517Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:29:04.861Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T10:29:04.861Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-08-08T10:29:04.861Z] abad75a0a771: Preparing [2025-08-08T10:29:04.861Z] 6caf054db9e4: Preparing [2025-08-08T10:29:04.861Z] 7baf2144fe76: Preparing [2025-08-08T10:29:04.861Z] c960c72ef0de: Preparing [2025-08-08T10:29:04.861Z] 1c0282db2255: Preparing [2025-08-08T10:29:04.861Z] af7f4eabd81f: Preparing [2025-08-08T10:29:04.861Z] 021444847203: Preparing [2025-08-08T10:29:04.861Z] fac19f31b987: Preparing [2025-08-08T10:29:04.861Z] 1e890da81ec9: Preparing [2025-08-08T10:29:04.861Z] 021444847203: Waiting [2025-08-08T10:29:04.861Z] fac19f31b987: Waiting [2025-08-08T10:29:04.861Z] 1e890da81ec9: Waiting [2025-08-08T10:29:04.861Z] af7f4eabd81f: Waiting [2025-08-08T10:29:04.861Z] 7baf2144fe76: Layer already exists [2025-08-08T10:29:04.861Z] 1c0282db2255: Layer already exists [2025-08-08T10:29:04.861Z] 6caf054db9e4: Layer already exists [2025-08-08T10:29:04.861Z] c960c72ef0de: Layer already exists [2025-08-08T10:29:04.861Z] abad75a0a771: Layer already exists [2025-08-08T10:29:04.861Z] 021444847203: Layer already exists [2025-08-08T10:29:04.861Z] af7f4eabd81f: Layer already exists [2025-08-08T10:29:04.861Z] 1e890da81ec9: Layer already exists [2025-08-08T10:29:04.861Z] fac19f31b987: Layer already exists [2025-08-08T10:29:05.125Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44: digest: sha256:cb2ef3516d770be23d605e6c4645b2ac546edce67c2e889addd79a45dfcfc0bb size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:29:05.470Z] + 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-08-08T10:29:05.821Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2025-08-08T10:29:05.821Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-08-08T10:29:05.821Z] abad75a0a771: Preparing [2025-08-08T10:29:05.821Z] 6caf054db9e4: Preparing [2025-08-08T10:29:05.821Z] 7baf2144fe76: Preparing [2025-08-08T10:29:05.821Z] c960c72ef0de: Preparing [2025-08-08T10:29:05.821Z] 1c0282db2255: Preparing [2025-08-08T10:29:05.821Z] af7f4eabd81f: Preparing [2025-08-08T10:29:05.821Z] 021444847203: Preparing [2025-08-08T10:29:05.821Z] fac19f31b987: Preparing [2025-08-08T10:29:05.821Z] 1e890da81ec9: Preparing [2025-08-08T10:29:05.821Z] af7f4eabd81f: Waiting [2025-08-08T10:29:05.821Z] 021444847203: Waiting [2025-08-08T10:29:05.821Z] fac19f31b987: Waiting [2025-08-08T10:29:05.821Z] 1e890da81ec9: Waiting [2025-08-08T10:29:05.821Z] 1c0282db2255: Layer already exists [2025-08-08T10:29:05.821Z] 6caf054db9e4: Layer already exists [2025-08-08T10:29:05.821Z] 7baf2144fe76: Layer already exists [2025-08-08T10:29:05.821Z] abad75a0a771: Layer already exists [2025-08-08T10:29:05.821Z] c960c72ef0de: Layer already exists [2025-08-08T10:29:05.821Z] 021444847203: Layer already exists [2025-08-08T10:29:05.821Z] fac19f31b987: Layer already exists [2025-08-08T10:29:05.821Z] af7f4eabd81f: Layer already exists [2025-08-08T10:29:05.821Z] 1e890da81ec9: Layer already exists [2025-08-08T10:29:06.088Z] main: digest: sha256:cb2ef3516d770be23d605e6c4645b2ac546edce67c2e889addd79a45dfcfc0bb size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-08T10:29:06.175Z] ===================================================== [Pipeline] echo [2025-08-08T10:29:06.190Z] taggedImages: [2025-08-08T10:29:06.190Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T10:29:06.190Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2025-08-08T10:29:06.190Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.44 [2025-08-08T10:29:06.190Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T10:29:06.190Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2025-08-08T10:29:06.225Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2025-08-08T10:29:06.225Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T10:29:06.225Z] latest [2025-08-08T10:29:06.225Z] 4.1.0-dev.44 [2025-08-08T10:29:06.225Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T10:29:06.225Z] main [2025-08-08T10:29:06.225Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:29:06.580Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:29:06.921Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T10:29:06.921Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-08-08T10:29:06.921Z] 4aa66393c8bc: Preparing [2025-08-08T10:29:06.921Z] 35ddfff6800b: Preparing [2025-08-08T10:29:06.921Z] 66c95cd639dd: Preparing [2025-08-08T10:29:06.921Z] c960c72ef0de: Preparing [2025-08-08T10:29:06.921Z] 1c0282db2255: Preparing [2025-08-08T10:29:06.921Z] 5f8bdc628f07: Preparing [2025-08-08T10:29:06.921Z] 6212fda53134: Preparing [2025-08-08T10:29:06.921Z] 5295ddb6a6c8: Preparing [2025-08-08T10:29:06.921Z] 1e890da81ec9: Preparing [2025-08-08T10:29:06.921Z] 5f8bdc628f07: Waiting [2025-08-08T10:29:06.921Z] 6212fda53134: Waiting [2025-08-08T10:29:06.921Z] 5295ddb6a6c8: Waiting [2025-08-08T10:29:06.921Z] 1e890da81ec9: Waiting [2025-08-08T10:29:06.921Z] c960c72ef0de: Layer already exists [2025-08-08T10:29:06.921Z] 1c0282db2255: Layer already exists [2025-08-08T10:29:07.186Z] 6212fda53134: Layer already exists [2025-08-08T10:29:07.186Z] 66c95cd639dd: Pushed [2025-08-08T10:29:07.186Z] 35ddfff6800b: Pushed [2025-08-08T10:29:07.186Z] 5295ddb6a6c8: Layer already exists [2025-08-08T10:29:07.186Z] 4aa66393c8bc: Pushed [2025-08-08T10:29:07.186Z] 1e890da81ec9: Layer already exists [2025-08-08T10:29:33.804Z] 5f8bdc628f07: Pushed [2025-08-08T10:29:33.804Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b: digest: sha256:637b01409dffdfdd2b7238d1edb62411d33eeb714b456141b0a364279e304967 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:29:34.146Z] + 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-08-08T10:29:34.494Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2025-08-08T10:29:34.494Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-08-08T10:29:34.494Z] 4aa66393c8bc: Preparing [2025-08-08T10:29:34.494Z] 35ddfff6800b: Preparing [2025-08-08T10:29:34.494Z] 66c95cd639dd: Preparing [2025-08-08T10:29:34.494Z] c960c72ef0de: Preparing [2025-08-08T10:29:34.494Z] 1c0282db2255: Preparing [2025-08-08T10:29:34.494Z] 5f8bdc628f07: Preparing [2025-08-08T10:29:34.494Z] 6212fda53134: Preparing [2025-08-08T10:29:34.494Z] 5295ddb6a6c8: Preparing [2025-08-08T10:29:34.494Z] 1e890da81ec9: Preparing [2025-08-08T10:29:34.494Z] 5f8bdc628f07: Waiting [2025-08-08T10:29:34.494Z] 6212fda53134: Waiting [2025-08-08T10:29:34.494Z] 5295ddb6a6c8: Waiting [2025-08-08T10:29:34.494Z] 1e890da81ec9: Waiting [2025-08-08T10:29:34.494Z] 35ddfff6800b: Layer already exists [2025-08-08T10:29:34.494Z] 1c0282db2255: Layer already exists [2025-08-08T10:29:34.494Z] c960c72ef0de: Layer already exists [2025-08-08T10:29:34.494Z] 4aa66393c8bc: Layer already exists [2025-08-08T10:29:34.494Z] 66c95cd639dd: Layer already exists [2025-08-08T10:29:34.494Z] 6212fda53134: Layer already exists [2025-08-08T10:29:34.494Z] 5295ddb6a6c8: Layer already exists [2025-08-08T10:29:34.494Z] 5f8bdc628f07: Layer already exists [2025-08-08T10:29:34.494Z] 1e890da81ec9: Layer already exists [2025-08-08T10:29:34.494Z] latest: digest: sha256:637b01409dffdfdd2b7238d1edb62411d33eeb714b456141b0a364279e304967 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:29:35.103Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:29:35.456Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.44 [2025-08-08T10:29:35.456Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-08-08T10:29:35.456Z] 4aa66393c8bc: Preparing [2025-08-08T10:29:35.456Z] 35ddfff6800b: Preparing [2025-08-08T10:29:35.456Z] 66c95cd639dd: Preparing [2025-08-08T10:29:35.456Z] c960c72ef0de: Preparing [2025-08-08T10:29:35.456Z] 1c0282db2255: Preparing [2025-08-08T10:29:35.456Z] 5f8bdc628f07: Preparing [2025-08-08T10:29:35.456Z] 6212fda53134: Preparing [2025-08-08T10:29:35.456Z] 5f8bdc628f07: Waiting [2025-08-08T10:29:35.456Z] 6212fda53134: Waiting [2025-08-08T10:29:35.456Z] 5295ddb6a6c8: Preparing [2025-08-08T10:29:35.456Z] 1e890da81ec9: Preparing [2025-08-08T10:29:35.456Z] 5295ddb6a6c8: Waiting [2025-08-08T10:29:35.456Z] 1e890da81ec9: Waiting [2025-08-08T10:29:35.456Z] 1c0282db2255: Layer already exists [2025-08-08T10:29:35.456Z] c960c72ef0de: Layer already exists [2025-08-08T10:29:35.456Z] 66c95cd639dd: Layer already exists [2025-08-08T10:29:35.456Z] 4aa66393c8bc: Layer already exists [2025-08-08T10:29:35.456Z] 35ddfff6800b: Layer already exists [2025-08-08T10:29:35.456Z] 6212fda53134: Layer already exists [2025-08-08T10:29:35.456Z] 5295ddb6a6c8: Layer already exists [2025-08-08T10:29:35.456Z] 5f8bdc628f07: Layer already exists [2025-08-08T10:29:35.456Z] 1e890da81ec9: Layer already exists [2025-08-08T10:29:35.456Z] 4.1.0-dev.44: digest: sha256:637b01409dffdfdd2b7238d1edb62411d33eeb714b456141b0a364279e304967 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:29:36.067Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:29:36.411Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T10:29:36.411Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-08-08T10:29:36.411Z] 4aa66393c8bc: Preparing [2025-08-08T10:29:36.411Z] 35ddfff6800b: Preparing [2025-08-08T10:29:36.411Z] 66c95cd639dd: Preparing [2025-08-08T10:29:36.411Z] c960c72ef0de: Preparing [2025-08-08T10:29:36.411Z] 1c0282db2255: Preparing [2025-08-08T10:29:36.411Z] 5f8bdc628f07: Preparing [2025-08-08T10:29:36.411Z] 6212fda53134: Preparing [2025-08-08T10:29:36.411Z] 5295ddb6a6c8: Preparing [2025-08-08T10:29:36.411Z] 1e890da81ec9: Preparing [2025-08-08T10:29:36.411Z] 6212fda53134: Waiting [2025-08-08T10:29:36.411Z] 5295ddb6a6c8: Waiting [2025-08-08T10:29:36.411Z] 1e890da81ec9: Waiting [2025-08-08T10:29:36.411Z] 5f8bdc628f07: Waiting [2025-08-08T10:29:36.411Z] 4aa66393c8bc: Layer already exists [2025-08-08T10:29:36.411Z] 1c0282db2255: Layer already exists [2025-08-08T10:29:36.411Z] c960c72ef0de: Layer already exists [2025-08-08T10:29:36.411Z] 35ddfff6800b: Layer already exists [2025-08-08T10:29:36.411Z] 66c95cd639dd: Layer already exists [2025-08-08T10:29:36.411Z] 1e890da81ec9: Layer already exists [2025-08-08T10:29:36.411Z] 5295ddb6a6c8: Layer already exists [2025-08-08T10:29:36.411Z] 5f8bdc628f07: Layer already exists [2025-08-08T10:29:36.411Z] 6212fda53134: Layer already exists [2025-08-08T10:29:36.411Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44: digest: sha256:637b01409dffdfdd2b7238d1edb62411d33eeb714b456141b0a364279e304967 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:29:37.025Z] + 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-08-08T10:29:37.372Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2025-08-08T10:29:37.372Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-08-08T10:29:37.372Z] 4aa66393c8bc: Preparing [2025-08-08T10:29:37.372Z] 35ddfff6800b: Preparing [2025-08-08T10:29:37.372Z] 66c95cd639dd: Preparing [2025-08-08T10:29:37.372Z] c960c72ef0de: Preparing [2025-08-08T10:29:37.372Z] 1c0282db2255: Preparing [2025-08-08T10:29:37.372Z] 5f8bdc628f07: Preparing [2025-08-08T10:29:37.372Z] 6212fda53134: Preparing [2025-08-08T10:29:37.372Z] 5295ddb6a6c8: Preparing [2025-08-08T10:29:37.372Z] 1e890da81ec9: Preparing [2025-08-08T10:29:37.372Z] 6212fda53134: Waiting [2025-08-08T10:29:37.372Z] 5295ddb6a6c8: Waiting [2025-08-08T10:29:37.372Z] 1e890da81ec9: Waiting [2025-08-08T10:29:37.372Z] 5f8bdc628f07: Waiting [2025-08-08T10:29:37.372Z] 4aa66393c8bc: Layer already exists [2025-08-08T10:29:37.372Z] c960c72ef0de: Layer already exists [2025-08-08T10:29:37.372Z] 1c0282db2255: Layer already exists [2025-08-08T10:29:37.372Z] 35ddfff6800b: Layer already exists [2025-08-08T10:29:37.372Z] 66c95cd639dd: Layer already exists [2025-08-08T10:29:37.372Z] 5295ddb6a6c8: Layer already exists [2025-08-08T10:29:37.372Z] 5f8bdc628f07: Layer already exists [2025-08-08T10:29:37.372Z] 6212fda53134: Layer already exists [2025-08-08T10:29:37.372Z] 1e890da81ec9: Layer already exists [2025-08-08T10:29:37.638Z] main: digest: sha256:637b01409dffdfdd2b7238d1edb62411d33eeb714b456141b0a364279e304967 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-08T10:29:37.714Z] ===================================================== [Pipeline] echo [2025-08-08T10:29:37.729Z] taggedImages: [2025-08-08T10:29:37.729Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T10:29:37.729Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2025-08-08T10:29:37.729Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.44 [2025-08-08T10:29:37.729Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T10:29:37.729Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2025-08-08T10:29:37.761Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2025-08-08T10:29:37.761Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T10:29:37.761Z] latest [2025-08-08T10:29:37.761Z] 4.1.0-dev.44 [2025-08-08T10:29:37.761Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T10:29:37.761Z] main [2025-08-08T10:29:37.761Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:29:38.131Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:29:38.494Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T10:29:38.494Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-08-08T10:29:38.494Z] a5cae74e86f7: Preparing [2025-08-08T10:29:38.494Z] a1f0c16e04fc: Preparing [2025-08-08T10:29:38.494Z] c960c72ef0de: Preparing [2025-08-08T10:29:38.494Z] 1c0282db2255: Preparing [2025-08-08T10:29:38.494Z] a1bbe79a8d49: Preparing [2025-08-08T10:29:38.494Z] 33c3eea2994f: Preparing [2025-08-08T10:29:38.494Z] 1e890da81ec9: Preparing [2025-08-08T10:29:38.494Z] 33c3eea2994f: Waiting [2025-08-08T10:29:38.494Z] 1e890da81ec9: Waiting [2025-08-08T10:29:38.494Z] 1c0282db2255: Layer already exists [2025-08-08T10:29:38.494Z] c960c72ef0de: Layer already exists [2025-08-08T10:29:38.760Z] 1e890da81ec9: Layer already exists [2025-08-08T10:29:38.760Z] a5cae74e86f7: Pushed [2025-08-08T10:29:39.025Z] a1bbe79a8d49: Pushed [2025-08-08T10:29:39.978Z] 33c3eea2994f: Pushed [2025-08-08T10:29:46.595Z] a1f0c16e04fc: Pushed [2025-08-08T10:29:46.860Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b: digest: sha256:627e2cbc08edee4640acc05a561e48d86418792d33ac20feb472fbbe16bbe449 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:29:47.213Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:29:47.562Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2025-08-08T10:29:47.562Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-08-08T10:29:47.562Z] a5cae74e86f7: Preparing [2025-08-08T10:29:47.562Z] a1f0c16e04fc: Preparing [2025-08-08T10:29:47.562Z] c960c72ef0de: Preparing [2025-08-08T10:29:47.562Z] 1c0282db2255: Preparing [2025-08-08T10:29:47.562Z] a1bbe79a8d49: Preparing [2025-08-08T10:29:47.562Z] 33c3eea2994f: Preparing [2025-08-08T10:29:47.562Z] 1e890da81ec9: Preparing [2025-08-08T10:29:47.562Z] 33c3eea2994f: Waiting [2025-08-08T10:29:47.562Z] 1e890da81ec9: Waiting [2025-08-08T10:29:47.562Z] a5cae74e86f7: Layer already exists [2025-08-08T10:29:47.562Z] a1bbe79a8d49: Layer already exists [2025-08-08T10:29:47.562Z] 1c0282db2255: Layer already exists [2025-08-08T10:29:47.562Z] c960c72ef0de: Layer already exists [2025-08-08T10:29:47.562Z] a1f0c16e04fc: Layer already exists [2025-08-08T10:29:47.562Z] 33c3eea2994f: Layer already exists [2025-08-08T10:29:47.562Z] 1e890da81ec9: Layer already exists [2025-08-08T10:29:47.562Z] latest: digest: sha256:627e2cbc08edee4640acc05a561e48d86418792d33ac20feb472fbbe16bbe449 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:29:48.175Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:29:48.531Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.44 [2025-08-08T10:29:48.532Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-08-08T10:29:48.532Z] a5cae74e86f7: Preparing [2025-08-08T10:29:48.532Z] a1f0c16e04fc: Preparing [2025-08-08T10:29:48.532Z] c960c72ef0de: Preparing [2025-08-08T10:29:48.532Z] 1c0282db2255: Preparing [2025-08-08T10:29:48.532Z] a1bbe79a8d49: Preparing [2025-08-08T10:29:48.532Z] 33c3eea2994f: Preparing [2025-08-08T10:29:48.532Z] 1e890da81ec9: Preparing [2025-08-08T10:29:48.532Z] 33c3eea2994f: Waiting [2025-08-08T10:29:48.532Z] 1e890da81ec9: Waiting [2025-08-08T10:29:48.532Z] a1bbe79a8d49: Layer already exists [2025-08-08T10:29:48.532Z] a5cae74e86f7: Layer already exists [2025-08-08T10:29:48.532Z] c960c72ef0de: Layer already exists [2025-08-08T10:29:48.532Z] 1c0282db2255: Layer already exists [2025-08-08T10:29:48.532Z] a1f0c16e04fc: Layer already exists [2025-08-08T10:29:48.532Z] 1e890da81ec9: Layer already exists [2025-08-08T10:29:48.532Z] 33c3eea2994f: Layer already exists [2025-08-08T10:29:48.532Z] 4.1.0-dev.44: digest: sha256:627e2cbc08edee4640acc05a561e48d86418792d33ac20feb472fbbe16bbe449 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:29:49.135Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:29:49.479Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T10:29:49.480Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-08-08T10:29:49.480Z] a5cae74e86f7: Preparing [2025-08-08T10:29:49.480Z] a1f0c16e04fc: Preparing [2025-08-08T10:29:49.480Z] c960c72ef0de: Preparing [2025-08-08T10:29:49.480Z] 1c0282db2255: Preparing [2025-08-08T10:29:49.480Z] a1bbe79a8d49: Preparing [2025-08-08T10:29:49.480Z] 33c3eea2994f: Preparing [2025-08-08T10:29:49.480Z] 1e890da81ec9: Preparing [2025-08-08T10:29:49.480Z] 33c3eea2994f: Waiting [2025-08-08T10:29:49.480Z] 1e890da81ec9: Waiting [2025-08-08T10:29:49.480Z] a5cae74e86f7: Layer already exists [2025-08-08T10:29:49.480Z] a1f0c16e04fc: Layer already exists [2025-08-08T10:29:49.480Z] c960c72ef0de: Layer already exists [2025-08-08T10:29:49.480Z] a1bbe79a8d49: Layer already exists [2025-08-08T10:29:49.480Z] 1c0282db2255: Layer already exists [2025-08-08T10:29:49.480Z] 1e890da81ec9: Layer already exists [2025-08-08T10:29:49.480Z] 33c3eea2994f: Layer already exists [2025-08-08T10:29:49.480Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44: digest: sha256:627e2cbc08edee4640acc05a561e48d86418792d33ac20feb472fbbe16bbe449 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:29:50.096Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:29:50.451Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2025-08-08T10:29:50.451Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-08-08T10:29:50.451Z] a5cae74e86f7: Preparing [2025-08-08T10:29:50.451Z] a1f0c16e04fc: Preparing [2025-08-08T10:29:50.451Z] c960c72ef0de: Preparing [2025-08-08T10:29:50.451Z] 1c0282db2255: Preparing [2025-08-08T10:29:50.451Z] a1bbe79a8d49: Preparing [2025-08-08T10:29:50.451Z] 33c3eea2994f: Preparing [2025-08-08T10:29:50.451Z] 1e890da81ec9: Preparing [2025-08-08T10:29:50.451Z] 1e890da81ec9: Waiting [2025-08-08T10:29:50.451Z] 33c3eea2994f: Waiting [2025-08-08T10:29:50.451Z] c960c72ef0de: Layer already exists [2025-08-08T10:29:50.451Z] a1f0c16e04fc: Layer already exists [2025-08-08T10:29:50.451Z] 1e890da81ec9: Layer already exists [2025-08-08T10:29:50.451Z] 1c0282db2255: Layer already exists [2025-08-08T10:29:50.451Z] a1bbe79a8d49: Layer already exists [2025-08-08T10:29:50.451Z] a5cae74e86f7: Layer already exists [2025-08-08T10:29:50.451Z] 33c3eea2994f: Layer already exists [2025-08-08T10:29:50.716Z] main: digest: sha256:627e2cbc08edee4640acc05a561e48d86418792d33ac20feb472fbbe16bbe449 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-08T10:29:50.793Z] ===================================================== [Pipeline] echo [2025-08-08T10:29:50.806Z] taggedImages: [2025-08-08T10:29:50.806Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T10:29:50.806Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2025-08-08T10:29:50.806Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.44 [2025-08-08T10:29:50.806Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T10:29:50.806Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2025-08-08T10:29:50.839Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2025-08-08T10:29:50.839Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T10:29:50.839Z] latest [2025-08-08T10:29:50.839Z] 4.1.0-dev.44 [2025-08-08T10:29:50.839Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T10:29:50.839Z] main [2025-08-08T10:29:50.839Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:29:51.212Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:29:51.566Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T10:29:51.567Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-08-08T10:29:51.567Z] a9d699e96727: Preparing [2025-08-08T10:29:51.567Z] a82875a6a313: Preparing [2025-08-08T10:29:51.567Z] c960c72ef0de: Preparing [2025-08-08T10:29:51.567Z] 1c0282db2255: Preparing [2025-08-08T10:29:51.567Z] 97d5a92f46ba: Preparing [2025-08-08T10:29:51.567Z] a0f597e068cb: Preparing [2025-08-08T10:29:51.567Z] 1e890da81ec9: Preparing [2025-08-08T10:29:51.567Z] a0f597e068cb: Waiting [2025-08-08T10:29:51.567Z] 1e890da81ec9: Waiting [2025-08-08T10:29:51.567Z] c960c72ef0de: Layer already exists [2025-08-08T10:29:51.567Z] 1c0282db2255: Layer already exists [2025-08-08T10:29:51.831Z] 1e890da81ec9: Layer already exists [2025-08-08T10:29:51.831Z] a9d699e96727: Pushed [2025-08-08T10:29:52.096Z] 97d5a92f46ba: Pushed [2025-08-08T10:29:52.359Z] a0f597e068cb: Pushed [2025-08-08T10:30:00.537Z] a82875a6a313: Pushed [2025-08-08T10:30:00.537Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b: digest: sha256:4a36d64b898f790683238f9bb1b5f48643fd60a22073cd756fc1c507308e7628 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:30:00.884Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:30:01.224Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2025-08-08T10:30:01.224Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-08-08T10:30:01.224Z] a9d699e96727: Preparing [2025-08-08T10:30:01.224Z] a82875a6a313: Preparing [2025-08-08T10:30:01.224Z] c960c72ef0de: Preparing [2025-08-08T10:30:01.224Z] 1c0282db2255: Preparing [2025-08-08T10:30:01.224Z] 97d5a92f46ba: Preparing [2025-08-08T10:30:01.224Z] a0f597e068cb: Preparing [2025-08-08T10:30:01.224Z] 1e890da81ec9: Preparing [2025-08-08T10:30:01.224Z] a0f597e068cb: Waiting [2025-08-08T10:30:01.224Z] 1e890da81ec9: Waiting [2025-08-08T10:30:01.224Z] a82875a6a313: Layer already exists [2025-08-08T10:30:01.224Z] c960c72ef0de: Layer already exists [2025-08-08T10:30:01.224Z] a9d699e96727: Layer already exists [2025-08-08T10:30:01.224Z] 1c0282db2255: Layer already exists [2025-08-08T10:30:01.224Z] 97d5a92f46ba: Layer already exists [2025-08-08T10:30:01.224Z] 1e890da81ec9: Layer already exists [2025-08-08T10:30:01.224Z] a0f597e068cb: Layer already exists [2025-08-08T10:30:01.224Z] latest: digest: sha256:4a36d64b898f790683238f9bb1b5f48643fd60a22073cd756fc1c507308e7628 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:30:01.832Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:30:02.169Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.44 [2025-08-08T10:30:02.170Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-08-08T10:30:02.170Z] a9d699e96727: Preparing [2025-08-08T10:30:02.170Z] a82875a6a313: Preparing [2025-08-08T10:30:02.170Z] c960c72ef0de: Preparing [2025-08-08T10:30:02.170Z] 1c0282db2255: Preparing [2025-08-08T10:30:02.170Z] 97d5a92f46ba: Preparing [2025-08-08T10:30:02.170Z] a0f597e068cb: Preparing [2025-08-08T10:30:02.170Z] 1e890da81ec9: Preparing [2025-08-08T10:30:02.170Z] a0f597e068cb: Waiting [2025-08-08T10:30:02.170Z] 1e890da81ec9: Waiting [2025-08-08T10:30:02.170Z] 1c0282db2255: Layer already exists [2025-08-08T10:30:02.170Z] a9d699e96727: Layer already exists [2025-08-08T10:30:02.170Z] 97d5a92f46ba: Layer already exists [2025-08-08T10:30:02.170Z] a82875a6a313: Layer already exists [2025-08-08T10:30:02.170Z] c960c72ef0de: Layer already exists [2025-08-08T10:30:02.170Z] a0f597e068cb: Layer already exists [2025-08-08T10:30:02.170Z] 1e890da81ec9: Layer already exists [2025-08-08T10:30:02.170Z] 4.1.0-dev.44: digest: sha256:4a36d64b898f790683238f9bb1b5f48643fd60a22073cd756fc1c507308e7628 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:30:02.511Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:30:02.852Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T10:30:02.852Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-08-08T10:30:02.852Z] a9d699e96727: Preparing [2025-08-08T10:30:02.852Z] a82875a6a313: Preparing [2025-08-08T10:30:02.852Z] c960c72ef0de: Preparing [2025-08-08T10:30:02.852Z] 1c0282db2255: Preparing [2025-08-08T10:30:02.852Z] 97d5a92f46ba: Preparing [2025-08-08T10:30:02.852Z] a0f597e068cb: Preparing [2025-08-08T10:30:02.852Z] 1e890da81ec9: Preparing [2025-08-08T10:30:02.852Z] a0f597e068cb: Waiting [2025-08-08T10:30:02.852Z] 1e890da81ec9: Waiting [2025-08-08T10:30:02.852Z] 97d5a92f46ba: Layer already exists [2025-08-08T10:30:02.852Z] a9d699e96727: Layer already exists [2025-08-08T10:30:02.852Z] a82875a6a313: Layer already exists [2025-08-08T10:30:02.852Z] c960c72ef0de: Layer already exists [2025-08-08T10:30:02.852Z] 1c0282db2255: Layer already exists [2025-08-08T10:30:02.852Z] a0f597e068cb: Layer already exists [2025-08-08T10:30:02.852Z] 1e890da81ec9: Layer already exists [2025-08-08T10:30:02.852Z] 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44: digest: sha256:4a36d64b898f790683238f9bb1b5f48643fd60a22073cd756fc1c507308e7628 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:30:03.193Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:30:03.532Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2025-08-08T10:30:03.532Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-08-08T10:30:03.532Z] a9d699e96727: Preparing [2025-08-08T10:30:03.532Z] a82875a6a313: Preparing [2025-08-08T10:30:03.532Z] c960c72ef0de: Preparing [2025-08-08T10:30:03.532Z] 1c0282db2255: Preparing [2025-08-08T10:30:03.532Z] 97d5a92f46ba: Preparing [2025-08-08T10:30:03.532Z] a0f597e068cb: Preparing [2025-08-08T10:30:03.532Z] 1e890da81ec9: Preparing [2025-08-08T10:30:03.532Z] a0f597e068cb: Waiting [2025-08-08T10:30:03.532Z] 1e890da81ec9: Waiting [2025-08-08T10:30:03.532Z] a82875a6a313: Layer already exists [2025-08-08T10:30:03.532Z] c960c72ef0de: Layer already exists [2025-08-08T10:30:03.532Z] 97d5a92f46ba: Layer already exists [2025-08-08T10:30:03.532Z] 1c0282db2255: Layer already exists [2025-08-08T10:30:03.532Z] a9d699e96727: Layer already exists [2025-08-08T10:30:03.532Z] a0f597e068cb: Layer already exists [2025-08-08T10:30:03.532Z] 1e890da81ec9: Layer already exists [2025-08-08T10:30:03.532Z] main: digest: sha256:4a36d64b898f790683238f9bb1b5f48643fd60a22073cd756fc1c507308e7628 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-08T10:30:03.877Z] ===================================================== [Pipeline] echo [2025-08-08T10:30:03.889Z] taggedImages: [2025-08-08T10:30:03.889Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [2025-08-08T10:30:03.889Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2025-08-08T10:30:03.889Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.44 [2025-08-08T10:30:03.889Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [2025-08-08T10:30:03.889Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo [2025-08-08T10:30:03.905Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] echo [2025-08-08T10:30:03.919Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo [2025-08-08T10:30:04.002Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.44 [Pipeline] echo [2025-08-08T10:30:04.011Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] echo [2025-08-08T10:30:04.020Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2025-08-08T10:30:04.033Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] echo [2025-08-08T10:30:04.043Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo [2025-08-08T10:30:04.052Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.44 [Pipeline] echo [2025-08-08T10:30:04.060Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] echo [2025-08-08T10:30:04.071Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2025-08-08T10:30:04.082Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] echo [2025-08-08T10:30:04.092Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo [2025-08-08T10:30:04.101Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.44 [Pipeline] echo [2025-08-08T10:30:04.112Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] echo [2025-08-08T10:30:04.126Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2025-08-08T10:30:04.142Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] echo [2025-08-08T10:30:04.154Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo [2025-08-08T10:30:04.164Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.44 [Pipeline] echo [2025-08-08T10:30:04.174Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] echo [2025-08-08T10:30:04.189Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2025-08-08T10:30:04.202Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] echo [2025-08-08T10:30:04.213Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo [2025-08-08T10:30:04.222Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.44 [Pipeline] echo [2025-08-08T10:30:04.231Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] echo [2025-08-08T10:30:04.240Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2025-08-08T10:30:04.254Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] echo [2025-08-08T10:30:04.264Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo [2025-08-08T10:30:04.274Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.44 [Pipeline] echo [2025-08-08T10:30:04.284Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] echo [2025-08-08T10:30:04.301Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2025-08-08T10:30:04.317Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] echo [2025-08-08T10:30:04.327Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo [2025-08-08T10:30:04.343Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.44 [Pipeline] echo [2025-08-08T10:30:04.354Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] echo [2025-08-08T10:30:04.369Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2025-08-08T10:30:04.377Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] echo [2025-08-08T10:30:04.388Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo [2025-08-08T10:30:04.400Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.44 [Pipeline] echo [2025-08-08T10:30:04.412Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] echo [2025-08-08T10:30:04.422Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2025-08-08T10:30:04.436Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] echo [2025-08-08T10:30:04.451Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo [2025-08-08T10:30:04.462Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.44 [Pipeline] echo [2025-08-08T10:30:04.473Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] echo [2025-08-08T10:30:04.488Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2025-08-08T10:30:04.501Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] echo [2025-08-08T10:30:04.510Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo [2025-08-08T10:30:04.525Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.44 [Pipeline] echo [2025-08-08T10:30:04.537Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] echo [2025-08-08T10:30:04.552Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2025-08-08T10:30:04.563Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] echo [2025-08-08T10:30:04.572Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo [2025-08-08T10:30:04.584Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.44 [Pipeline] echo [2025-08-08T10:30:04.599Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] echo [2025-08-08T10:30:04.615Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2025-08-08T10:30:04.627Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] echo [2025-08-08T10:30:04.639Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo [2025-08-08T10:30:04.651Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.44 [Pipeline] echo [2025-08-08T10:30:04.667Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] echo [2025-08-08T10:30:04.679Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2025-08-08T10:30:04.689Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] echo [2025-08-08T10:30:04.704Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo [2025-08-08T10:30:04.717Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.44 [Pipeline] echo [2025-08-08T10:30:04.727Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] echo [2025-08-08T10:30:04.739Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2025-08-08T10:30:04.751Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] echo [2025-08-08T10:30:04.762Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo [2025-08-08T10:30:04.774Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.44 [Pipeline] echo [2025-08-08T10:30:04.784Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] echo [2025-08-08T10:30:04.799Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2025-08-08T10:30:04.810Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] echo [2025-08-08T10:30:04.826Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo [2025-08-08T10:30:04.837Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.44 [Pipeline] echo [2025-08-08T10:30:04.849Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] echo [2025-08-08T10:30:04.858Z] 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-08-08T10:30:05.241Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-08-08T10:30:05.241Z] [2025-08-08T10:30:05.241Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:30:05.562Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-08-08T10:30:05.562Z] arm64: Pulling from edgex-lftools-log-publisher [2025-08-08T10:30:05.562Z] 8998bd30e6a1: Pulling fs layer [2025-08-08T10:30:05.562Z] 04944245beec: Pulling fs layer [2025-08-08T10:30:05.562Z] 699f458cf7ca: Pulling fs layer [2025-08-08T10:30:05.562Z] 765212b225bb: Pulling fs layer [2025-08-08T10:30:05.562Z] f23df028b6ca: Pulling fs layer [2025-08-08T10:30:05.562Z] d65c8cfc05b1: Pulling fs layer [2025-08-08T10:30:05.562Z] 2437ff75d9bd: Pulling fs layer [2025-08-08T10:30:05.562Z] f23df028b6ca: Waiting [2025-08-08T10:30:05.562Z] d65c8cfc05b1: Waiting [2025-08-08T10:30:05.562Z] 2437ff75d9bd: Waiting [2025-08-08T10:30:05.562Z] 765212b225bb: Waiting [2025-08-08T10:30:05.826Z] 04944245beec: Verifying Checksum [2025-08-08T10:30:05.826Z] 04944245beec: Download complete [2025-08-08T10:30:05.826Z] 765212b225bb: Verifying Checksum [2025-08-08T10:30:05.826Z] 765212b225bb: Download complete [2025-08-08T10:30:05.826Z] f23df028b6ca: Verifying Checksum [2025-08-08T10:30:05.826Z] f23df028b6ca: Download complete [2025-08-08T10:30:05.826Z] d65c8cfc05b1: Verifying Checksum [2025-08-08T10:30:05.826Z] d65c8cfc05b1: Download complete [2025-08-08T10:30:05.826Z] 699f458cf7ca: Verifying Checksum [2025-08-08T10:30:05.826Z] 699f458cf7ca: Download complete [2025-08-08T10:30:06.404Z] 8998bd30e6a1: Verifying Checksum [2025-08-08T10:30:06.404Z] 8998bd30e6a1: Download complete [2025-08-08T10:30:09.058Z] 2437ff75d9bd: Verifying Checksum [2025-08-08T10:30:09.058Z] 2437ff75d9bd: Download complete [2025-08-08T10:30:11.662Z] 8998bd30e6a1: Pull complete [2025-08-08T10:30:12.627Z] 04944245beec: Pull complete [2025-08-08T10:30:14.025Z] 699f458cf7ca: Pull complete [2025-08-08T10:30:14.289Z] 765212b225bb: Pull complete [2025-08-08T10:30:15.239Z] f23df028b6ca: Pull complete [2025-08-08T10:30:15.239Z] d65c8cfc05b1: Pull complete [2025-08-08T10:30:33.410Z] 2437ff75d9bd: Pull complete [2025-08-08T10:30:33.410Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-08-08T10:30:33.410Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-08-08T10:30:33.410Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-08T10:30:33.622Z] prd-ubuntu20.04-docker-arm64-4c-16g-6545 does not seem to be running inside a container [2025-08-08T10:30:33.678Z] $ 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/883 -v /w/workspace/edgex-go/883:/w/workspace/edgex-go/883:rw,z -v /w/workspace/edgex-go/883@tmp:/w/workspace/edgex-go/883@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2025-08-08T10:30:36.537Z] $ docker top 8c99f3a866debca630a20150dc09920dadee379bd0e7848aa4371da9468909a1 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-08T10:30:37.446Z] ---> job-cost.sh [2025-08-08T10:30:37.447Z] lf-activate-venv: SKIPPING [2025-08-08T10:30:37.447Z] INFO: No Stack... [2025-08-08T10:30:37.710Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-08-08T10:30:38.659Z] INFO: Archiving Costs [Pipeline] sh [2025-08-08T10:30:39.287Z] + cat /w/workspace/edgex-go/883/archives/cost.csv [2025-08-08T10:30:39.287Z] + cut -d, -f6 [Pipeline] lock [2025-08-08T10:30:39.325Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-883-stack-cost] [2025-08-08T10:30:39.333Z] Resource [jenkins-edgexfoundry-edgex-go-main-883-stack-cost] did not exist. Created. [2025-08-08T10:30:39.339Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-883-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-08-08T10:30:39.985Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-08-08T10:30:40.650Z] Stashed 1 file(s) [Pipeline] } [2025-08-08T10:30:40.658Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-883-stack-cost] [Pipeline] // lock [Pipeline] } [2025-08-08T10:30:40.686Z] $ docker stop --time=1 8c99f3a866debca630a20150dc09920dadee379bd0e7848aa4371da9468909a1 [2025-08-08T10:30:42.196Z] $ docker rm -f --volumes 8c99f3a866debca630a20150dc09920dadee379bd0e7848aa4371da9468909a1 [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-08-08T10:30:42.762Z] provisioning config files... [2025-08-08T10:30:42.768Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/883@tmp/config2928187702310837531tmp [Pipeline] { [Pipeline] sh [2025-08-08T10:30:43.072Z] + set +x [2025-08-08T10:30:43.072Z] + curl -s https://codecov.io/bash [2025-08-08T10:30:43.072Z] + bash -s -- [2025-08-08T10:30:43.072Z] [2025-08-08T10:30:43.072Z] _____ _ [2025-08-08T10:30:43.072Z] / ____| | | [2025-08-08T10:30:43.072Z] | | ___ __| | ___ ___ _____ __ [2025-08-08T10:30:43.072Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2025-08-08T10:30:43.072Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2025-08-08T10:30:43.072Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2025-08-08T10:30:43.072Z] Bash-1.0.6 [2025-08-08T10:30:43.072Z] [2025-08-08T10:30:43.072Z] [2025-08-08T10:30:43.072Z] ==> git version 2.25.1 found [2025-08-08T10:30:43.072Z] ==> 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-08-08T10:30:43.072Z] Release-Date: 2020-01-08 [2025-08-08T10:30:43.072Z] 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-08-08T10:30:43.072Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2025-08-08T10:30:43.072Z] ==> Jenkins CI detected. [2025-08-08T10:30:43.072Z] current dir:  /w/workspace/edgex-go/883 [2025-08-08T10:30:43.072Z] project root: . [2025-08-08T10:30:43.072Z] --> token set from env [2025-08-08T10:30:43.072Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2025-08-08T10:30:43.331Z] ==> Running gcov in . (disable via -X gcov) [2025-08-08T10:30:43.331Z] ==> Python coveragepy not found [2025-08-08T10:30:43.331Z] ==> Searching for coverage reports in: [2025-08-08T10:30:43.331Z] + . [2025-08-08T10:30:43.331Z] -> Found 1 reports [2025-08-08T10:30:43.331Z] ==> Detecting git/mercurial file structure [2025-08-08T10:30:43.331Z] ==> Reading reports [2025-08-08T10:30:43.331Z] + ./coverage.out bytes=1666027 [2025-08-08T10:30:43.331Z] ==> Appending adjustments [2025-08-08T10:30:43.331Z] https://docs.codecov.io/docs/fixing-reports [2025-08-08T10:30:44.718Z] + Found adjustments [2025-08-08T10:30:44.718Z] ==> Gzipping contents [2025-08-08T10:30:44.718Z] 140K /tmp/codecov.ugiioA.gz [2025-08-08T10:30:44.718Z] ==> Uploading reports [2025-08-08T10:30:44.718Z] url: https://codecov.io [2025-08-08T10:30:44.718Z] query: branch=main&commit=3ea04a650ddd6c378a3eb05c00cdf8a6970c683b&build=883&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F883%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-08-08T10:30:44.718Z] -> Pinging Codecov [2025-08-08T10:30:44.718Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=3ea04a650ddd6c378a3eb05c00cdf8a6970c683b&build=883&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F883%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-08-08T10:30:44.977Z] -> Uploading to [2025-08-08T10:30:44.977Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/edgex-go/3ea04a650ddd6c378a3eb05c00cdf8a6970c683b/356092f4-0835-4517-bde1-1db0df5764b5.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250808%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250808T103044Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=4e994bf28a3fa3c75bfbb5f6e5fcc8734ea515968df1c2e54cc2a56f07a4aa32 [2025-08-08T10:30:44.977Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-08-08T10:30:44.977Z] Dload Upload Total Spent Left Speed [2025-08-08T10:30:45.240Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 138k 0 0 100 138k 0 672k --:--:-- --:--:-- --:--:-- 672k [2025-08-08T10:30:45.240Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] } [2025-08-08T10:30:45.248Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2025-08-08T10:30:45.476Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2025-08-08T10:30:45.496Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:30:45.811Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-08-08T10:30:45.811Z] [2025-08-08T10:30:45.811Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:30:46.114Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-08-08T10:30:46.114Z] latest: Pulling from edgex-devops/edgex-snyk-go [2025-08-08T10:30:46.114Z] 0a9a5dfd008f: Already exists [2025-08-08T10:30:46.114Z] 36466aa92d05: Already exists [2025-08-08T10:30:46.114Z] e10405b45d13: Already exists [2025-08-08T10:30:46.114Z] 096b7ceb2af7: Already exists [2025-08-08T10:30:46.114Z] 4f4fb700ef54: Already exists [2025-08-08T10:30:46.114Z] e50aa161e22a: Pulling fs layer [2025-08-08T10:30:46.114Z] d3c8db5fb9df: Pulling fs layer [2025-08-08T10:30:46.698Z] e50aa161e22a: Verifying Checksum [2025-08-08T10:30:46.698Z] e50aa161e22a: Download complete [2025-08-08T10:30:46.956Z] e50aa161e22a: Pull complete [2025-08-08T10:30:48.333Z] d3c8db5fb9df: Verifying Checksum [2025-08-08T10:30:48.333Z] d3c8db5fb9df: Download complete [2025-08-08T10:30:51.619Z] d3c8db5fb9df: Pull complete [2025-08-08T10:30:51.619Z] Digest: sha256:dd1bc05e8109ba836052a65277634c2595aaffbf12b6b6479deaea63345484be [2025-08-08T10:30:51.619Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-08-08T10:30:51.619Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-08T10:30:51.722Z] prd-ubuntu20.04-docker-8c-8g-6544 does not seem to be running inside a container [2025-08-08T10:30:51.749Z] $ 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/883 -v /w/workspace/edgex-go/883:/w/workspace/edgex-go/883:rw,z -v /w/workspace/edgex-go/883@tmp:/w/workspace/edgex-go/883@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-08-08T10:30:52.912Z] $ docker top 410f068438d87dddc9b673d18aae4ee07b6927300d6454557f610d1c8bcda1bc -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-08T10:30:53.257Z] + git config --global --add safe.directory /w/workspace/edgex-go/883 [Pipeline] echo [2025-08-08T10:30:53.265Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2025-08-08T10:30:53.551Z] + set -o pipefail [2025-08-08T10:30:53.551Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2025-08-08T10:31:01.670Z] [2025-08-08T10:31:01.670Z] Monitoring /w/workspace/edgex-go/883 (github.com/edgexfoundry/edgex-go)... [2025-08-08T10:31:01.670Z] [2025-08-08T10:31:01.670Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/35b1f602-117f-4fb3-b826-d0ebaa804842 [2025-08-08T10:31:01.670Z] [2025-08-08T10:31:01.670Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2025-08-08T10:31:01.670Z] [2025-08-08T10:31:01.670Z] [2025-08-08T10:31:01.670Z] You have reached your monthly limit of 200 private tests for your edgex-jenkins org. [2025-08-08T10:31:01.670Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2025-08-08T10:31:01.935Z] $ docker stop --time=1 410f068438d87dddc9b673d18aae4ee07b6927300d6454557f610d1c8bcda1bc [2025-08-08T10:31:04.351Z] $ docker rm -f --volumes 410f068438d87dddc9b673d18aae4ee07b6927300d6454557f610d1c8bcda1bc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2025-08-08T10:31:04.852Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-08T10:31:04.868Z] provisioning config files... [2025-08-08T10:31:04.875Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/883@tmp/config3108478761201321208tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-08T10:31:05.174Z] --> edgex-publish-swagger.sh [2025-08-08T10:31:05.174Z] === Publish openapi API === [2025-08-08T10:31:05.174Z] [publishToSwagger] Publishing the API Docs [openapi] to Swagger [2025-08-08T10:31:05.174Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/883/openapi/core-command.yaml] [2025-08-08T10:31:05.174Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-08-08T10:31:05.174Z] Dload Upload Total Spent Left Speed [2025-08-08T10:31:05.174Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33488 100 66 100 33422 519 256k --:--:-- --:--:-- --:--:-- 257k [2025-08-08T10:31:05.174Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-08-08T10:31:05.174Z] [2025-08-08T10:31:05.174Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/883/openapi/core-data.yaml] [2025-08-08T10:31:05.174Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-08-08T10:31:05.174Z] Dload Upload Total Spent Left Speed [2025-08-08T10:31:05.434Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 70050 100 66 100 69984 519 538k --:--:-- --:--:-- --:--:-- 538k [2025-08-08T10:31:05.434Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-08-08T10:31:05.434Z] [2025-08-08T10:31:05.434Z] [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/883/openapi/core-keeper.yaml] [2025-08-08T10:31:05.434Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-08-08T10:31:05.434Z] Dload Upload Total Spent Left Speed [2025-08-08T10:31:05.434Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30300 100 66 100 30234 584 261k --:--:-- --:--:-- --:--:-- 259k 100 30300 100 66 100 30234 584 261k --:--:-- --:--:-- --:--:-- 259k [2025-08-08T10:31:05.434Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-08-08T10:31:05.434Z] [2025-08-08T10:31:05.434Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/883/openapi/core-metadata.yaml] [2025-08-08T10:31:05.434Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-08-08T10:31:05.434Z] Dload Upload Total Spent Left Speed [2025-08-08T10:31:05.694Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 156k 100 66 100 156k 545 1296k --:--:-- --:--:-- --:--:-- 1296k [2025-08-08T10:31:05.694Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-08-08T10:31:05.694Z] [2025-08-08T10:31:05.694Z] [publishToSwagger] Publishing API Name [security-proxy-auth] [/w/workspace/edgex-go/883/openapi/security-proxy-auth.yaml] [2025-08-08T10:31:05.694Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-08-08T10:31:05.694Z] Dload Upload Total Spent Left Speed [2025-08-08T10:31:05.694Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24535 100 66 100 24469 564 204k --:--:-- --:--:-- --:--:-- 204k [2025-08-08T10:31:05.694Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-08-08T10:31:05.694Z] [2025-08-08T10:31:05.694Z] [publishToSwagger] Publishing API Name [security-secretstore-setup] [/w/workspace/edgex-go/883/openapi/security-secretstore-setup.yaml] [2025-08-08T10:31:05.694Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-08-08T10:31:05.694Z] Dload Upload Total Spent Left Speed [2025-08-08T10:31:05.955Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3979 100 66 100 3913 846 50166 --:--:-- --:--:-- --:--:-- 51012 [2025-08-08T10:31:05.955Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-08-08T10:31:05.955Z] [2025-08-08T10:31:05.955Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/883/openapi/support-notifications.yaml] [2025-08-08T10:31:05.955Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-08-08T10:31:05.955Z] Dload Upload Total Spent Left Speed [2025-08-08T10:31:05.955Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97k 100 66 100 99976 550 813k --:--:-- --:--:-- --:--:-- 814k [2025-08-08T10:31:05.955Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-08-08T10:31:05.955Z] [2025-08-08T10:31:05.955Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/883/openapi/support-scheduler.yaml] [2025-08-08T10:31:05.955Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-08-08T10:31:05.955Z] Dload Upload Total Spent Left Speed [2025-08-08T10:31:06.214Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50767 100 66 100 50701 640 480k --:--:-- --:--:-- --:--:-- 481k [2025-08-08T10:31:06.214Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-08-08T10:31:06.214Z] [Pipeline] } [2025-08-08T10:31:06.221Z] 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-08-08T10:31:06.654Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-08-08T10:31:06.654Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:31:06.957Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-08T10:31:06.957Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-08T10:31:07.032Z] prd-ubuntu20.04-docker-8c-8g-6544 does not seem to be running inside a container [2025-08-08T10:31:07.054Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/883 -v /w/workspace/edgex-go/883:/w/workspace/edgex-go/883:rw,z -v /w/workspace/edgex-go/883@tmp:/w/workspace/edgex-go/883@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-08-08T10:31:07.316Z] $ docker top 1fb9b25b37906b9102d1da797c481eeca5dce2ec3cba161b878583217b08b9dc -eo pid,comm [2025-08-08T10:31:07.369Z] 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-08-08T10:31:07.369Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-08-08T10:31:07.429Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-08-08T10:31:07.429Z] [ssh-agent] Looking for ssh-agent implementation... [2025-08-08T10:31:07.544Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-08-08T10:31:07.539Z] $ docker exec 1fb9b25b37906b9102d1da797c481eeca5dce2ec3cba161b878583217b08b9dc ssh-agent [2025-08-08T10:31:07.656Z] SSH_AUTH_SOCK=/tmp/ssh-OZZC2rivuoRn/agent.33 [2025-08-08T10:31:07.656Z] SSH_AGENT_PID=39 [2025-08-08T10:31:07.660Z] Running ssh-add (command line suppressed) [2025-08-08T10:31:07.765Z] Identity added: /w/workspace/edgex-go/883@tmp/private_key_18149936400150912190.key (/w/workspace/edgex-go/883@tmp/private_key_18149936400150912190.key) [2025-08-08T10:31:07.788Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-08-08T10:31:08.082Z] + git semver tag [2025-08-08T10:31:08.340Z] 2025-08-08 10:31:08,300 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-08-08T10:31:08.340Z] 2025-08-08 10:31:08,304 [run_tag] DEBUG tag force:False [2025-08-08T10:31:08.340Z] 2025-08-08 10:31:08,304 [check_head_tag] DEBUG check head tag [2025-08-08T10:31:08.340Z] 2025-08-08 10:31:08,305 [execute] INFO git cat-file --batch-check [2025-08-08T10:31:08.340Z] 2025-08-08 10:31:08,306 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/883, stdin=, shell=False, universal_newlines=False) [2025-08-08T10:31:08.340Z] 2025-08-08 10:31:08,308 [execute] INFO git cat-file --batch [2025-08-08T10:31:08.340Z] 2025-08-08 10:31:08,308 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/883, stdin=, shell=False, universal_newlines=False) [2025-08-08T10:31:08.340Z] 2025-08-08 10:31:08,328 [read_version] DEBUG read version from /w/workspace/edgex-go/883/.semver/main [2025-08-08T10:31:08.340Z] 2025-08-08 10:31:08,328 [execute] INFO git tag -a v4.1.0-dev.44 -m v4.1.0-dev.44 [2025-08-08T10:31:08.340Z] 2025-08-08 10:31:08,329 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.44', '-m', 'v4.1.0-dev.44'], cwd=/w/workspace/edgex-go/883, stdin=None, shell=False, universal_newlines=False) [2025-08-08T10:31:08.600Z] 2025-08-08 10:31:08,332 [read_version] DEBUG read version from /w/workspace/edgex-go/883/.semver/main [2025-08-08T10:31:08.600Z] 4.1.0-dev.44 [Pipeline] } [2025-08-08T10:31:08.601Z] $ docker exec --env ******** --env ******** 1fb9b25b37906b9102d1da797c481eeca5dce2ec3cba161b878583217b08b9dc ssh-agent -k [2025-08-08T10:31:08.694Z] unset SSH_AUTH_SOCK; [2025-08-08T10:31:08.694Z] unset SSH_AGENT_PID; [2025-08-08T10:31:08.694Z] echo Agent pid 39 killed; [2025-08-08T10:31:08.711Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-08-08T10:31:09.037Z] + git semver [Pipeline] } [2025-08-08T10:31:09.606Z] $ docker stop --time=1 1fb9b25b37906b9102d1da797c481eeca5dce2ec3cba161b878583217b08b9dc [2025-08-08T10:31:10.847Z] $ docker rm -f --volumes 1fb9b25b37906b9102d1da797c481eeca5dce2ec3cba161b878583217b08b9dc [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:31:11.263Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-08-08T10:31:11.263Z] [2025-08-08T10:31:11.263Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:31:11.572Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-08-08T10:31:11.572Z] 0.23.1-centos7: Pulling from edgex-lftools [2025-08-08T10:31:11.572Z] ab5ef0e58194: Pulling fs layer [2025-08-08T10:31:11.572Z] 9712f1f96733: Pulling fs layer [2025-08-08T10:31:11.572Z] 63f879dbbcfc: Pulling fs layer [2025-08-08T10:31:11.572Z] 0d9ebad4ef96: Pulling fs layer [2025-08-08T10:31:11.572Z] e9a5061849ea: Pulling fs layer [2025-08-08T10:31:11.572Z] d747dcd14b5f: Pulling fs layer [2025-08-08T10:31:11.572Z] 2de7ff778b66: Pulling fs layer [2025-08-08T10:31:11.572Z] e9a5061849ea: Waiting [2025-08-08T10:31:11.572Z] d747dcd14b5f: Waiting [2025-08-08T10:31:11.572Z] 2de7ff778b66: Waiting [2025-08-08T10:31:11.572Z] 0d9ebad4ef96: Waiting [2025-08-08T10:31:11.572Z] 9712f1f96733: Verifying Checksum [2025-08-08T10:31:11.572Z] 9712f1f96733: Download complete [2025-08-08T10:31:12.139Z] 63f879dbbcfc: Verifying Checksum [2025-08-08T10:31:12.139Z] 63f879dbbcfc: Download complete [2025-08-08T10:31:12.139Z] e9a5061849ea: Verifying Checksum [2025-08-08T10:31:12.139Z] e9a5061849ea: Download complete [2025-08-08T10:31:12.139Z] d747dcd14b5f: Verifying Checksum [2025-08-08T10:31:12.139Z] d747dcd14b5f: Download complete [2025-08-08T10:31:12.398Z] 2de7ff778b66: Verifying Checksum [2025-08-08T10:31:12.398Z] 2de7ff778b66: Download complete [2025-08-08T10:31:12.398Z] 0d9ebad4ef96: Verifying Checksum [2025-08-08T10:31:12.398Z] 0d9ebad4ef96: Download complete [2025-08-08T10:31:12.398Z] ab5ef0e58194: Verifying Checksum [2025-08-08T10:31:12.398Z] ab5ef0e58194: Download complete [2025-08-08T10:31:16.596Z] ab5ef0e58194: Pull complete [2025-08-08T10:31:16.596Z] 9712f1f96733: Pull complete [2025-08-08T10:31:17.530Z] 63f879dbbcfc: Pull complete [2025-08-08T10:31:23.042Z] 0d9ebad4ef96: Pull complete [2025-08-08T10:31:23.302Z] e9a5061849ea: Pull complete [2025-08-08T10:31:23.302Z] d747dcd14b5f: Pull complete [2025-08-08T10:31:25.212Z] 2de7ff778b66: Pull complete [2025-08-08T10:31:25.212Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2025-08-08T10:31:25.212Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-08-08T10:31:25.212Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-08T10:31:25.310Z] prd-ubuntu20.04-docker-8c-8g-6544 does not seem to be running inside a container [2025-08-08T10:31:25.332Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/883 -v /w/workspace/edgex-go/883:/w/workspace/edgex-go/883:rw,z -v /w/workspace/edgex-go/883@tmp:/w/workspace/edgex-go/883@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-08-08T10:31:26.881Z] $ docker top 0cbe6aa131d45d4f98ef0a3a9266f435201fb040820f1abafef290987ac2f6d5 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2025-08-08T10:31:26.967Z] provisioning config files... [2025-08-08T10:31:26.976Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/883@tmp/config3793187327488062704tmp [2025-08-08T10:31:26.984Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/883@tmp/config18376386787325797230tmp [2025-08-08T10:31:26.992Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/883@tmp/config17966976910811623215tmp [Pipeline] { [Pipeline] echo [2025-08-08T10:31:27.076Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-08T10:31:27.369Z] ---> sigul-configuration.sh [2025-08-08T10:31:27.369Z] gpg: directory `/root/.gnupg' created [2025-08-08T10:31:27.369Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2025-08-08T10:31:27.369Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2025-08-08T10:31:27.369Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2025-08-08T10:31:27.369Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2025-08-08T10:31:27.369Z] gpg: CAST5 encrypted data [2025-08-08T10:31:27.369Z] gpg: encrypted with 1 passphrase [2025-08-08T10:31:27.369Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2025-08-08T10:31:27.661Z] + mkdir /home/jenkins [2025-08-08T10:31:27.661Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2025-08-08T10:31:27.952Z] + 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-08-08T10:31:27.962Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-08T10:31:28.253Z] ---> sigul-install.sh [2025-08-08T10:31:28.253Z] Sigul already installed; skipping installation. [Pipeline] sh [2025-08-08T10:31:28.543Z] + git tag --list [2025-08-08T10:31:28.543Z] 0.6.0 [2025-08-08T10:31:28.543Z] 0.6.1 [2025-08-08T10:31:28.543Z] 0.7.0 [2025-08-08T10:31:28.543Z] 0.7.1 [2025-08-08T10:31:28.543Z] v1.0.0 [2025-08-08T10:31:28.543Z] v1.0.1 [2025-08-08T10:31:28.543Z] v1.1.0 [2025-08-08T10:31:28.543Z] v1.2.0 [2025-08-08T10:31:28.543Z] v1.2.1 [2025-08-08T10:31:28.543Z] v1.3.0 [2025-08-08T10:31:28.543Z] v1.3.1 [2025-08-08T10:31:28.543Z] v2.0.0 [2025-08-08T10:31:28.543Z] v2.1.0 [2025-08-08T10:31:28.543Z] v2.1.1 [2025-08-08T10:31:28.543Z] v2.2.0 [2025-08-08T10:31:28.543Z] v2.3.0 [2025-08-08T10:31:28.543Z] v3.0 [2025-08-08T10:31:28.543Z] v3.0.0 [2025-08-08T10:31:28.543Z] v3.1 [2025-08-08T10:31:28.543Z] v3.1.0 [2025-08-08T10:31:28.543Z] v3.1.1 [2025-08-08T10:31:28.543Z] v4.0 [2025-08-08T10:31:28.543Z] v4.0.0 [2025-08-08T10:31:28.543Z] v4.0.1 [2025-08-08T10:31:28.543Z] v4.0.1-dev.1 [2025-08-08T10:31:28.543Z] v4.1.0-dev.1 [2025-08-08T10:31:28.543Z] v4.1.0-dev.10 [2025-08-08T10:31:28.543Z] v4.1.0-dev.11 [2025-08-08T10:31:28.543Z] v4.1.0-dev.12 [2025-08-08T10:31:28.543Z] v4.1.0-dev.13 [2025-08-08T10:31:28.543Z] v4.1.0-dev.14 [2025-08-08T10:31:28.543Z] v4.1.0-dev.15 [2025-08-08T10:31:28.543Z] v4.1.0-dev.16 [2025-08-08T10:31:28.543Z] v4.1.0-dev.17 [2025-08-08T10:31:28.543Z] v4.1.0-dev.18 [2025-08-08T10:31:28.543Z] v4.1.0-dev.19 [2025-08-08T10:31:28.543Z] v4.1.0-dev.2 [2025-08-08T10:31:28.543Z] v4.1.0-dev.20 [2025-08-08T10:31:28.543Z] v4.1.0-dev.21 [2025-08-08T10:31:28.543Z] v4.1.0-dev.22 [2025-08-08T10:31:28.543Z] v4.1.0-dev.23 [2025-08-08T10:31:28.543Z] v4.1.0-dev.24 [2025-08-08T10:31:28.543Z] v4.1.0-dev.25 [2025-08-08T10:31:28.543Z] v4.1.0-dev.26 [2025-08-08T10:31:28.543Z] v4.1.0-dev.27 [2025-08-08T10:31:28.543Z] v4.1.0-dev.28 [2025-08-08T10:31:28.543Z] v4.1.0-dev.29 [2025-08-08T10:31:28.543Z] v4.1.0-dev.3 [2025-08-08T10:31:28.543Z] v4.1.0-dev.30 [2025-08-08T10:31:28.543Z] v4.1.0-dev.31 [2025-08-08T10:31:28.543Z] v4.1.0-dev.32 [2025-08-08T10:31:28.543Z] v4.1.0-dev.33 [2025-08-08T10:31:28.543Z] v4.1.0-dev.34 [2025-08-08T10:31:28.543Z] v4.1.0-dev.35 [2025-08-08T10:31:28.543Z] v4.1.0-dev.36 [2025-08-08T10:31:28.543Z] v4.1.0-dev.37 [2025-08-08T10:31:28.543Z] v4.1.0-dev.38 [2025-08-08T10:31:28.543Z] v4.1.0-dev.39 [2025-08-08T10:31:28.543Z] v4.1.0-dev.4 [2025-08-08T10:31:28.543Z] v4.1.0-dev.40 [2025-08-08T10:31:28.543Z] v4.1.0-dev.41 [2025-08-08T10:31:28.543Z] v4.1.0-dev.42 [2025-08-08T10:31:28.543Z] v4.1.0-dev.43 [2025-08-08T10:31:28.543Z] v4.1.0-dev.44 [2025-08-08T10:31:28.543Z] v4.1.0-dev.5 [2025-08-08T10:31:28.543Z] v4.1.0-dev.6 [2025-08-08T10:31:28.543Z] v4.1.0-dev.7 [2025-08-08T10:31:28.543Z] v4.1.0-dev.8 [2025-08-08T10:31:28.543Z] v4.1.0-dev.9 [Pipeline] sh [2025-08-08T10:31:28.835Z] + lftools sign git-tag v4.1.0-dev.44 [2025-08-08T10:31:29.418Z] Signing Git tag with Sigul... [2025-08-08T10:31:29.418Z] Signing v4.1.0-dev.44 [Pipeline] echo [2025-08-08T10:31:29.689Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-08T10:31:30.050Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2025-08-08T10:31:30.057Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2025-08-08T10:31:30.071Z] $ docker stop --time=1 0cbe6aa131d45d4f98ef0a3a9266f435201fb040820f1abafef290987ac2f6d5 [2025-08-08T10:31:31.353Z] $ docker rm -f --volumes 0cbe6aa131d45d4f98ef0a3a9266f435201fb040820f1abafef290987ac2f6d5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2025-08-08T10:31:31.837Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-08-08T10:31:31.837Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:31:32.144Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-08T10:31:32.144Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-08T10:31:32.232Z] prd-ubuntu20.04-docker-8c-8g-6544 does not seem to be running inside a container [2025-08-08T10:31:32.249Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/883 -v /w/workspace/edgex-go/883:/w/workspace/edgex-go/883:rw,z -v /w/workspace/edgex-go/883@tmp:/w/workspace/edgex-go/883@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-08-08T10:31:32.490Z] $ docker top 7e10e349df2a3e1b742ea51add371346623c90df9d2b5482f35b15556fef5672 -eo pid,comm [2025-08-08T10:31:32.540Z] 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-08-08T10:31:32.540Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-08-08T10:31:32.588Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-08-08T10:31:32.588Z] [ssh-agent] Looking for ssh-agent implementation... [2025-08-08T10:31:32.698Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-08-08T10:31:32.693Z] $ docker exec 7e10e349df2a3e1b742ea51add371346623c90df9d2b5482f35b15556fef5672 ssh-agent [2025-08-08T10:31:32.813Z] SSH_AUTH_SOCK=/tmp/ssh-IsnoNE3dhlDw/agent.32 [2025-08-08T10:31:32.813Z] SSH_AGENT_PID=38 [2025-08-08T10:31:32.818Z] Running ssh-add (command line suppressed) [2025-08-08T10:31:32.918Z] Identity added: /w/workspace/edgex-go/883@tmp/private_key_4625232125437568983.key (/w/workspace/edgex-go/883@tmp/private_key_4625232125437568983.key) [2025-08-08T10:31:32.942Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-08-08T10:31:33.231Z] + git semver bump pre [2025-08-08T10:31:33.493Z] 2025-08-08 10:31:33,472 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-08-08T10:31:33.493Z] 2025-08-08 10:31:33,481 [read_version] DEBUG read version from /w/workspace/edgex-go/883/.semver/main [2025-08-08T10:31:33.493Z] 2025-08-08 10:31:33,482 [bump_version] DEBUG bumping version:4.1.0-dev.44 on axis:pre with prefix:dev [2025-08-08T10:31:33.493Z] 2025-08-08 10:31:33,483 [bump_version] DEBUG bumped version:4.1.0-dev.45 [2025-08-08T10:31:33.493Z] 2025-08-08 10:31:33,483 [write_version] DEBUG write version:4.1.0-dev.45 to path:/w/workspace/edgex-go/883/.semver/main with force:True [2025-08-08T10:31:33.493Z] 2025-08-08 10:31:33,483 [read_version] DEBUG read version from /w/workspace/edgex-go/883/.semver/main [2025-08-08T10:31:33.493Z] 2025-08-08 10:31:33,483 [write_file] DEBUG write to file:/w/workspace/edgex-go/883/.semver/main [2025-08-08T10:31:33.753Z] 2025-08-08 10:31:33,489 [execute] INFO git cat-file --batch-check [2025-08-08T10:31:33.753Z] 2025-08-08 10:31:33,489 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/883/.semver, stdin=, shell=False, universal_newlines=False) [2025-08-08T10:31:33.753Z] 2025-08-08 10:31:33,493 [execute] INFO git cat-file --batch [2025-08-08T10:31:33.753Z] 2025-08-08 10:31:33,493 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/883/.semver, stdin=, shell=False, universal_newlines=False) [2025-08-08T10:31:33.753Z] 2025-08-08 10:31:33,497 [read_version] DEBUG read version from /w/workspace/edgex-go/883/.semver/main [2025-08-08T10:31:33.753Z] 4.1.0-dev.45 [Pipeline] } [2025-08-08T10:31:33.754Z] $ docker exec --env ******** --env ******** 7e10e349df2a3e1b742ea51add371346623c90df9d2b5482f35b15556fef5672 ssh-agent -k [2025-08-08T10:31:33.856Z] unset SSH_AUTH_SOCK; [2025-08-08T10:31:33.857Z] unset SSH_AGENT_PID; [2025-08-08T10:31:33.857Z] echo Agent pid 38 killed; [2025-08-08T10:31:33.873Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-08-08T10:31:34.195Z] + git semver [Pipeline] } [2025-08-08T10:31:34.766Z] $ docker stop --time=1 7e10e349df2a3e1b742ea51add371346623c90df9d2b5482f35b15556fef5672 [2025-08-08T10:31:36.040Z] $ docker rm -f --volumes 7e10e349df2a3e1b742ea51add371346623c90df9d2b5482f35b15556fef5672 [Pipeline] // withDockerContainer [Pipeline] sh [2025-08-08T10:31:36.399Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-08-08T10:31:36.399Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:31:36.703Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-08T10:31:36.703Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-08T10:31:36.778Z] prd-ubuntu20.04-docker-8c-8g-6544 does not seem to be running inside a container [2025-08-08T10:31:36.795Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/883 -v /w/workspace/edgex-go/883:/w/workspace/edgex-go/883:rw,z -v /w/workspace/edgex-go/883@tmp:/w/workspace/edgex-go/883@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-08-08T10:31:37.054Z] $ docker top 488a21a5a7ed118717ab9573c082aeda816db3b42949f69b61d6940920daf1cb -eo pid,comm [2025-08-08T10:31:37.108Z] 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-08-08T10:31:37.108Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-08-08T10:31:37.162Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-08-08T10:31:37.162Z] [ssh-agent] Looking for ssh-agent implementation... [2025-08-08T10:31:37.272Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-08-08T10:31:37.266Z] $ docker exec 488a21a5a7ed118717ab9573c082aeda816db3b42949f69b61d6940920daf1cb ssh-agent [2025-08-08T10:31:37.380Z] SSH_AUTH_SOCK=/tmp/ssh-18ugl28y7oMd/agent.32 [2025-08-08T10:31:37.380Z] SSH_AGENT_PID=38 [2025-08-08T10:31:37.385Z] Running ssh-add (command line suppressed) [2025-08-08T10:31:37.471Z] Identity added: /w/workspace/edgex-go/883@tmp/private_key_13708114922661872669.key (/w/workspace/edgex-go/883@tmp/private_key_13708114922661872669.key) [2025-08-08T10:31:37.493Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-08-08T10:31:37.784Z] + git semver push [2025-08-08T10:31:38.044Z] 2025-08-08 10:31:37,992 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-08-08T10:31:38.044Z] 2025-08-08 10:31:37,996 [run_push] DEBUG push [2025-08-08T10:31:38.044Z] 2025-08-08 10:31:37,997 [execute] INFO git cat-file --batch-check [2025-08-08T10:31:38.044Z] 2025-08-08 10:31:37,997 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/883/.semver, stdin=, shell=False, universal_newlines=False) [2025-08-08T10:31:38.044Z] 2025-08-08 10:31:37,999 [execute] INFO git rev-list c79b4b8cc5af59ff5e67458874b45fc4bad23e77 -- [2025-08-08T10:31:38.044Z] 2025-08-08 10:31:37,999 [execute] DEBUG Popen(['git', 'rev-list', 'c79b4b8cc5af59ff5e67458874b45fc4bad23e77', '--'], cwd=/w/workspace/edgex-go/883/.semver, stdin=None, shell=False, universal_newlines=False) [2025-08-08T10:31:38.044Z] 2025-08-08 10:31:38,021 [execute] INFO git fetch -v -- origin [2025-08-08T10:31:38.044Z] 2025-08-08 10:31:38,021 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgex-go/883/.semver, stdin=None, shell=False, universal_newlines=True) [2025-08-08T10:31:38.613Z] 2025-08-08 10:31:38,513 [run_push] DEBUG no remote changes detected [2025-08-08T10:31:38.613Z] 2025-08-08 10:31:38,514 [execute] INFO git push origin semver [2025-08-08T10:31:38.613Z] 2025-08-08 10:31:38,514 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/883/.semver, stdin=None, shell=False, universal_newlines=False) [2025-08-08T10:31:39.551Z] 2025-08-08 10:31:39,332 [run_push] DEBUG push all version tags [2025-08-08T10:31:39.551Z] 2025-08-08 10:31:39,332 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2025-08-08T10:31:39.551Z] 2025-08-08 10:31:39,332 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/883, stdin=None, shell=False, universal_newlines=False) [2025-08-08T10:31:40.118Z] 2025-08-08 10:31:40,037 [read_version] DEBUG read version from /w/workspace/edgex-go/883/.semver/main [2025-08-08T10:31:40.118Z] 4.1.0-dev.45 [Pipeline] } [2025-08-08T10:31:40.117Z] $ docker exec --env ******** --env ******** 488a21a5a7ed118717ab9573c082aeda816db3b42949f69b61d6940920daf1cb ssh-agent -k [2025-08-08T10:31:40.221Z] unset SSH_AUTH_SOCK; [2025-08-08T10:31:40.221Z] unset SSH_AGENT_PID; [2025-08-08T10:31:40.221Z] echo Agent pid 38 killed; [2025-08-08T10:31:40.237Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-08-08T10:31:40.565Z] + git semver [Pipeline] } [2025-08-08T10:31:40.825Z] $ docker stop --time=1 488a21a5a7ed118717ab9573c082aeda816db3b42949f69b61d6940920daf1cb [2025-08-08T10:31:42.109Z] $ docker rm -f --volumes 488a21a5a7ed118717ab9573c082aeda816db3b42949f69b61d6940920daf1cb [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-08-08T10:31:42.601Z] + [ -d /w/workspace/edgex-go/883/archives ] [Pipeline] libraryResource [Pipeline] sh [2025-08-08T10:31:42.893Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-08T10:31:43.753Z] ---> package-listing.sh [2025-08-08T10:31:43.754Z] ++ facter osfamily [2025-08-08T10:31:43.754Z] ++ tr '[:upper:]' '[:lower:]' [2025-08-08T10:31:44.013Z] + OS_FAMILY=debian [2025-08-08T10:31:44.014Z] + workspace=/w/workspace/edgex-go/883 [2025-08-08T10:31:44.014Z] + START_PACKAGES=/tmp/packages_start.txt [2025-08-08T10:31:44.014Z] + END_PACKAGES=/tmp/packages_end.txt [2025-08-08T10:31:44.014Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-08-08T10:31:44.014Z] + PACKAGES=/tmp/packages_start.txt [2025-08-08T10:31:44.014Z] + '[' /w/workspace/edgex-go/883 ']' [2025-08-08T10:31:44.014Z] + PACKAGES=/tmp/packages_end.txt [2025-08-08T10:31:44.014Z] + case "${OS_FAMILY}" in [2025-08-08T10:31:44.014Z] + dpkg -l [2025-08-08T10:31:44.014Z] + grep '^ii' [2025-08-08T10:31:44.014Z] + '[' -f /tmp/packages_start.txt ']' [2025-08-08T10:31:44.014Z] + '[' -f /tmp/packages_end.txt ']' [2025-08-08T10:31:44.014Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-08-08T10:31:44.014Z] + '[' /w/workspace/edgex-go/883 ']' [2025-08-08T10:31:44.014Z] + mkdir -p /w/workspace/edgex-go/883/archives/ [2025-08-08T10:31:44.014Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/883/archives/ [Pipeline] echo [2025-08-08T10:31:44.025Z] 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/883/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-08-08T10:31:44.303Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:31:44.864Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-08T10:31:44.865Z] [2025-08-08T10:31:44.865Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-08T10:31:45.160Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-08T10:31:45.160Z] latest: Pulling from edgex-lftools-log-publisher [2025-08-08T10:31:45.160Z] 5eb5b503b376: Pulling fs layer [2025-08-08T10:31:45.160Z] 5c69ac0246d0: Pulling fs layer [2025-08-08T10:31:45.160Z] ec43610c2a17: Pulling fs layer [2025-08-08T10:31:45.160Z] 3a2ae6a8a46f: Pulling fs layer [2025-08-08T10:31:45.160Z] 33b1e0a273af: Pulling fs layer [2025-08-08T10:31:45.160Z] 3a2ae6a8a46f: Waiting [2025-08-08T10:31:45.160Z] 33b1e0a273af: Waiting [2025-08-08T10:31:45.160Z] 5d3b04190fa2: Pulling fs layer [2025-08-08T10:31:45.160Z] 2f39f015ded8: Pulling fs layer [2025-08-08T10:31:45.160Z] 5d3b04190fa2: Waiting [2025-08-08T10:31:45.160Z] 2f39f015ded8: Waiting [2025-08-08T10:31:45.160Z] 5c69ac0246d0: Verifying Checksum [2025-08-08T10:31:45.160Z] 5c69ac0246d0: Download complete [2025-08-08T10:31:45.160Z] 3a2ae6a8a46f: Download complete [2025-08-08T10:31:45.160Z] 33b1e0a273af: Verifying Checksum [2025-08-08T10:31:45.160Z] 33b1e0a273af: Download complete [2025-08-08T10:31:45.160Z] ec43610c2a17: Verifying Checksum [2025-08-08T10:31:45.160Z] ec43610c2a17: Download complete [2025-08-08T10:31:45.160Z] 5d3b04190fa2: Verifying Checksum [2025-08-08T10:31:45.160Z] 5d3b04190fa2: Download complete [2025-08-08T10:31:45.727Z] 5eb5b503b376: Verifying Checksum [2025-08-08T10:31:45.727Z] 5eb5b503b376: Download complete [2025-08-08T10:31:46.294Z] 2f39f015ded8: Download complete [2025-08-08T10:31:47.227Z] 5eb5b503b376: Pull complete [2025-08-08T10:31:47.484Z] 5c69ac0246d0: Pull complete [2025-08-08T10:31:48.049Z] ec43610c2a17: Pull complete [2025-08-08T10:31:48.049Z] 3a2ae6a8a46f: Pull complete [2025-08-08T10:31:48.306Z] 33b1e0a273af: Pull complete [2025-08-08T10:31:48.306Z] 5d3b04190fa2: Pull complete [2025-08-08T10:31:54.870Z] 2f39f015ded8: Pull complete [2025-08-08T10:31:54.870Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-08-08T10:31:54.870Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-08T10:31:54.870Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-08T10:31:55.015Z] prd-ubuntu20.04-docker-8c-8g-6544 does not seem to be running inside a container [2025-08-08T10:31:55.036Z] $ 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/883/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/883 -v /w/workspace/edgex-go/883:/w/workspace/edgex-go/883:rw,z -v /w/workspace/edgex-go/883@tmp:/w/workspace/edgex-go/883@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-08-08T10:31:56.529Z] $ docker top 04140decf27969abbe01596e4383cac4f2175c813be0b2a97a2014f44b5657ac -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-08T10:31:56.908Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-08-08T10:31:57.195Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-08-08T10:31:57.487Z] + ls /var/log/sa-host [2025-08-08T10:31:57.487Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-08T10:31:57.516Z] provisioning config files... [2025-08-08T10:31:57.524Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/883@tmp/config17213991637265337602tmp [Pipeline] { [Pipeline] echo [2025-08-08T10:31:57.540Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-08T10:31:57.821Z] ---> create-netrc.sh [Pipeline] } [2025-08-08T10:31:57.828Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-08-08T10:31:58.138Z] ---> python-tools-install.sh [Pipeline] echo [2025-08-08T10:31:58.148Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-08T10:31:58.433Z] ---> sudo-logs.sh [2025-08-08T10:31:58.433Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-08-08T10:31:58.461Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-08T10:31:58.747Z] ---> job-cost.sh [2025-08-08T10:31:58.747Z] lf-activate-venv: SKIPPING [2025-08-08T10:31:58.747Z] DEBUG: total: 0.10999999940395355 [2025-08-08T10:31:58.747Z] INFO: Retrieving Stack Cost... [2025-08-08T10:31:59.316Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-08-08T10:31:59.578Z] INFO: Archiving Costs [Pipeline] echo [2025-08-08T10:31:59.593Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-08T10:31:59.875Z] ---> logs-deploy.sh [2025-08-08T10:31:59.875Z] lf-activate-venv: SKIPPING [2025-08-08T10:31:59.875Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/883 [2025-08-08T10:31:59.875Z] INFO: archiving workspace using pattern(s): [2025-08-08T10:32:00.813Z] Archives upload complete. [2025-08-08T10:32:00.813Z] INFO: archiving logs to Nexus