Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 4d3e8805e5e9eb3f6c86d36552e13c375795480c 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-ssh6416946048830298413.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-ssh2415359775037227335.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-ssh9376864701270101977.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-ssh8499317718070424637.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-ssh14598733706124712900.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task ‘prd-ubuntu20.04-docker-8c-8g-116172’ is offline Running on prd-ubuntu20.04-docker-8c-8g-116848 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/909 [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/909 # 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 4d3e8805e5e9eb3f6c86d36552e13c375795480c (main) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v4 (#5262)" > 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 4d3e8805e5e9eb3f6c86d36552e13c375795480c # timeout=10 > git rev-list --no-walk 369fcd6bf29aafe6b5d191e53436f801010b80d4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-10-08T11:02:50.389Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-10-08T11:02:50.462Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-10-08T11:02:50.489Z] ========================================================= [2025-10-08T11:02:50.489Z] EdgeX Global Pipelines Version Info [2025-10-08T11:02:50.489Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-10-08T11:02:51.575Z] ------------------- [2025-10-08T11:02:51.575Z] stable info: [2025-10-08T11:02:51.575Z] ------------------- [2025-10-08T11:02:51.575Z] Commited By: Cherry Wang cherry@iotechsys.com [2025-10-08T11:02:51.575Z] Commit SHA: 056ae7b86453181957306e7078512cbe12174832 [2025-10-08T11:02:51.575Z] Message: update stable to v1.0.276 [2025-10-08T11:02:51.836Z] ------------------- [2025-10-08T11:02:51.836Z] experimental info: [2025-10-08T11:02:51.836Z] ------------------- [2025-10-08T11:02:51.836Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-10-08T11:02:51.836Z] Commit SHA: 056ae7b86453181957306e7078512cbe12174832 [2025-10-08T11:02:51.836Z] Message: update experimental to v1.0.276 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-10-08T11:02:51.920Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2025-10-08T11:02:51.948Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2025-10-08T11:02:51.976Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-10-08T11:02:51.996Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-10-08T11:02:52.022Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-10-08T11:02:52.045Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-10-08T11:02:52.069Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-10-08T11:02:52.094Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2025-10-08T11:02:52.117Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2025-10-08T11:02:52.142Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2025-10-08T11:02:52.161Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-10-08T11:02:52.184Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-10-08T11:02:52.208Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-10-08T11:02:52.233Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-10-08T11:02:52.262Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-10-08T11:02:52.286Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-10-08T11:02:52.310Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-10-08T11:02:52.331Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-10-08T11:02:52.354Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2025-10-08T11:02:52.378Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo [2025-10-08T11:02:52.405Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-10-08T11:02:52.427Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-10-08T11:02:52.453Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-10-08T11:02:52.482Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-10-08T11:02:52.508Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-10-08T11:02:52.530Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-10-08T11:02:52.557Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] echo [2025-10-08T11:02:52.581Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4d3e880 [Pipeline] echo [2025-10-08T11:02:52.605Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-10-08T11:02:52.668Z] provisioning config files... [2025-10-08T11:02:52.684Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/909@tmp/config14696650775698701222tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-10-08T11:02:53.036Z] ---> ****-login.sh [2025-10-08T11:02:53.036Z] nexus3.edgexfoundry.org:10001 [2025-10-08T11:02:53.297Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-08T11:02:53.297Z] [2025-10-08T11:02:53.297Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-10-08T11:02:53.297Z] Configure a credential helper to remove this warning. See [2025-10-08T11:02:53.297Z] https://docs.****.com/go/credential-store/ [2025-10-08T11:02:53.297Z] [2025-10-08T11:02:53.297Z] Login Succeeded [2025-10-08T11:02:53.297Z] nexus3.edgexfoundry.org:10002 [2025-10-08T11:02:53.297Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-08T11:02:53.297Z] [2025-10-08T11:02:53.297Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-10-08T11:02:53.297Z] Configure a credential helper to remove this warning. See [2025-10-08T11:02:53.297Z] https://docs.****.com/go/credential-store/ [2025-10-08T11:02:53.297Z] [2025-10-08T11:02:53.297Z] Login Succeeded [2025-10-08T11:02:53.297Z] nexus3.edgexfoundry.org:10003 [2025-10-08T11:02:53.556Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-08T11:02:53.556Z] [2025-10-08T11:02:53.557Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-10-08T11:02:53.557Z] Configure a credential helper to remove this warning. See [2025-10-08T11:02:53.557Z] https://docs.****.com/go/credential-store/ [2025-10-08T11:02:53.557Z] [2025-10-08T11:02:53.557Z] Login Succeeded [2025-10-08T11:02:53.557Z] nexus3.edgexfoundry.org:10004 [2025-10-08T11:02:53.557Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-08T11:02:53.557Z] [2025-10-08T11:02:53.557Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-10-08T11:02:53.557Z] Configure a credential helper to remove this warning. See [2025-10-08T11:02:53.557Z] https://docs.****.com/go/credential-store/ [2025-10-08T11:02:53.557Z] [2025-10-08T11:02:53.557Z] Login Succeeded [2025-10-08T11:02:53.557Z] ****.io [2025-10-08T11:02:53.557Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-08T11:02:53.817Z] [2025-10-08T11:02:53.817Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-10-08T11:02:53.817Z] Configure a credential helper to remove this warning. See [2025-10-08T11:02:53.817Z] https://docs.****.com/go/credential-store/ [2025-10-08T11:02:53.817Z] [2025-10-08T11:02:53.817Z] Login Succeeded [2025-10-08T11:02:53.817Z] ---> ****-login.sh ends [Pipeline] } [2025-10-08T11:02:53.825Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-10-08T11:02:54.155Z] + 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-10-08T11:02:54.155Z] + cut -d/ -f2 [2025-10-08T11:02:54.155Z] + dirname cmd/core-command/Dockerfile [2025-10-08T11:02:54.155Z] + echo core-command,cmd/core-command/Dockerfile [2025-10-08T11:02:54.155Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2025-10-08T11:02:54.155Z] + cut -d/ -f2 [2025-10-08T11:02:54.155Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2025-10-08T11:02:54.155Z] + dirname cmd/core-data/Dockerfile [2025-10-08T11:02:54.155Z] + cut -d/ -f2 [2025-10-08T11:02:54.155Z] + echo core-data,cmd/core-data/Dockerfile [2025-10-08T11:02:54.155Z] + dirname cmd/core-keeper/Dockerfile [2025-10-08T11:02:54.155Z] + cut -d/ -f2 [2025-10-08T11:02:54.155Z] + echo core-keeper,cmd/core-keeper/Dockerfile [2025-10-08T11:02:54.155Z] + dirname cmd/core-metadata/Dockerfile+ [2025-10-08T11:02:54.155Z] cut -d/ -f2 [2025-10-08T11:02:54.155Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2025-10-08T11:02:54.155Z] + dirname cmd/security-bootstrapper/Dockerfile [2025-10-08T11:02:54.155Z] + cut -d/ -f2 [2025-10-08T11:02:54.155Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2025-10-08T11:02:54.155Z] + dirname cmd/security-proxy-auth/Dockerfile [2025-10-08T11:02:54.155Z] + cut -d/ -f2 [2025-10-08T11:02:54.155Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2025-10-08T11:02:54.155Z] + dirname cmd/security-proxy-setup/Dockerfile [2025-10-08T11:02:54.155Z] + cut -d/ -f2 [2025-10-08T11:02:54.155Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2025-10-08T11:02:54.155Z] + dirname cmd/security-secretstore-setup/Dockerfile [2025-10-08T11:02:54.155Z] + cut -d/ -f2 [2025-10-08T11:02:54.155Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2025-10-08T11:02:54.155Z] + + dirname cmd/security-spiffe-token-provider/Dockerfile [2025-10-08T11:02:54.155Z] cut -d/ -f2 [2025-10-08T11:02:54.155Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2025-10-08T11:02:54.155Z] + dirname cmd/security-spire-agent/Dockerfile [2025-10-08T11:02:54.155Z] + cut -d/ -f2 [2025-10-08T11:02:54.155Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2025-10-08T11:02:54.155Z] + dirname cmd/security-spire-config/Dockerfile [2025-10-08T11:02:54.155Z] + cut -d/ -f2 [2025-10-08T11:02:54.155Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2025-10-08T11:02:54.155Z] + dirname cmd/security-spire-server/Dockerfile [2025-10-08T11:02:54.155Z] + cut -d/ -f2 [2025-10-08T11:02:54.155Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2025-10-08T11:02:54.155Z] + dirname cmd/support-notifications/Dockerfile [2025-10-08T11:02:54.155Z] + cut -d/ -f2 [2025-10-08T11:02:54.155Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2025-10-08T11:02:54.155Z] + dirname cmd/support-scheduler/Dockerfile [2025-10-08T11:02:54.155Z] + cut -d/ -f2 [2025-10-08T11:02:54.155Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2025-10-08T11:02:54.183Z] 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-10-08T11:02:54.558Z] + git rev-list -1 --merges 4d3e8805e5e9eb3f6c86d36552e13c375795480c~1..4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] echo [2025-10-08T11:02:54.569Z] -----------> git rev-list -1 --merges 4d3e8805e5e9eb3f6c86d36552e13c375795480c~1..4d3e8805e5e9eb3f6c86d36552e13c375795480c 4d3e8805e5e9eb3f6c86d36552e13c375795480c [false] [Pipeline] sh [2025-10-08T11:02:54.910Z] + git log --format=format:%s -1 4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] echo [2025-10-08T11:02:54.927Z] ========================================================= [2025-10-08T11:02:54.927Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-10-08T11:02:54.927Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2025-10-08T11:02:55.407Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-10-08T11:02:55.408Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-10-08T11:02:55.408Z] + [ -e /tmp/ssh_known_hosts ] [2025-10-08T11:02:55.408Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-10-08T11:02:55.408Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-10-08T11:02:55.408Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-10-08T11:02:55.408Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:02:55.847Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-10-08T11:02:55.847Z] [2025-10-08T11:02:55.847Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:02:56.155Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-10-08T11:02:56.155Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-10-08T11:02:56.155Z] 3dae71ba6b94: Pulling fs layer [2025-10-08T11:02:56.155Z] 6bf1a483ea7c: Pulling fs layer [2025-10-08T11:02:56.155Z] f5dfc541a4d3: Pulling fs layer [2025-10-08T11:02:56.155Z] 461d9e800cba: Pulling fs layer [2025-10-08T11:02:56.155Z] 80192f66455f: Pulling fs layer [2025-10-08T11:02:56.155Z] 2e8e34ca0e6c: Pulling fs layer [2025-10-08T11:02:56.155Z] a29436f7fd5d: Pulling fs layer [2025-10-08T11:02:56.155Z] 923cac83aea3: Pulling fs layer [2025-10-08T11:02:56.155Z] 25ad8b0a4227: Pulling fs layer [2025-10-08T11:02:56.155Z] db01528c6b51: Pulling fs layer [2025-10-08T11:02:56.155Z] 28988de357af: Pulling fs layer [2025-10-08T11:02:56.155Z] 923cac83aea3: Waiting [2025-10-08T11:02:56.155Z] 461d9e800cba: Waiting [2025-10-08T11:02:56.155Z] 80192f66455f: Waiting [2025-10-08T11:02:56.155Z] 2e8e34ca0e6c: Waiting [2025-10-08T11:02:56.155Z] a29436f7fd5d: Waiting [2025-10-08T11:02:56.155Z] 25ad8b0a4227: Waiting [2025-10-08T11:02:56.155Z] db01528c6b51: Waiting [2025-10-08T11:02:56.155Z] 28988de357af: Waiting [2025-10-08T11:02:56.155Z] 6bf1a483ea7c: Verifying Checksum [2025-10-08T11:02:56.155Z] 6bf1a483ea7c: Download complete [2025-10-08T11:02:56.155Z] 461d9e800cba: Verifying Checksum [2025-10-08T11:02:56.155Z] 461d9e800cba: Download complete [2025-10-08T11:02:56.416Z] 80192f66455f: Verifying Checksum [2025-10-08T11:02:56.416Z] 80192f66455f: Download complete [2025-10-08T11:02:56.416Z] f5dfc541a4d3: Verifying Checksum [2025-10-08T11:02:56.416Z] f5dfc541a4d3: Download complete [2025-10-08T11:02:56.416Z] 3dae71ba6b94: Verifying Checksum [2025-10-08T11:02:56.416Z] 3dae71ba6b94: Download complete [2025-10-08T11:02:56.416Z] 923cac83aea3: Download complete [2025-10-08T11:02:56.675Z] 25ad8b0a4227: Verifying Checksum [2025-10-08T11:02:56.675Z] 25ad8b0a4227: Download complete [2025-10-08T11:02:56.675Z] db01528c6b51: Verifying Checksum [2025-10-08T11:02:56.675Z] db01528c6b51: Download complete [2025-10-08T11:02:56.675Z] 28988de357af: Verifying Checksum [2025-10-08T11:02:56.675Z] 28988de357af: Download complete [2025-10-08T11:02:56.934Z] a29436f7fd5d: Download complete [2025-10-08T11:02:57.194Z] 2e8e34ca0e6c: Verifying Checksum [2025-10-08T11:02:57.194Z] 2e8e34ca0e6c: Download complete [2025-10-08T11:02:57.761Z] 3dae71ba6b94: Pull complete [2025-10-08T11:02:58.018Z] 6bf1a483ea7c: Pull complete [2025-10-08T11:02:58.586Z] f5dfc541a4d3: Pull complete [2025-10-08T11:02:58.586Z] 461d9e800cba: Pull complete [2025-10-08T11:02:58.586Z] 80192f66455f: Pull complete [2025-10-08T11:03:02.775Z] 2e8e34ca0e6c: Pull complete [2025-10-08T11:03:03.035Z] a29436f7fd5d: Pull complete [2025-10-08T11:03:03.035Z] 923cac83aea3: Pull complete [2025-10-08T11:03:03.294Z] 25ad8b0a4227: Pull complete [2025-10-08T11:03:03.294Z] db01528c6b51: Pull complete [2025-10-08T11:03:03.294Z] 28988de357af: Pull complete [2025-10-08T11:03:03.294Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-10-08T11:03:03.294Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-10-08T11:03:03.294Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-10-08T11:03:03.428Z] prd-ubuntu20.04-docker-8c-8g-116848 does not seem to be running inside a container [2025-10-08T11:03:04.330Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/909 -v /w/workspace/edgex-go/909:/w/workspace/edgex-go/909:rw,z -v /w/workspace/edgex-go/909@tmp:/w/workspace/edgex-go/909@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-10-08T11:03:06.942Z] $ docker top fcdb8c67c75af4d2dba2b3b052692c421ef9333c6405744d049433b93d874f14 -eo pid,comm [2025-10-08T11:03:06.119Z] 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-10-08T11:03:06.119Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-10-08T11:03:06.205Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-10-08T11:03:06.205Z] [ssh-agent] Looking for ssh-agent implementation... [2025-10-08T11:03:06.304Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-10-08T11:03:07.181Z] $ docker exec fcdb8c67c75af4d2dba2b3b052692c421ef9333c6405744d049433b93d874f14 ssh-agent [2025-10-08T11:03:06.405Z] SSH_AUTH_SOCK=/tmp/ssh-olcolkA1fguB/agent.33 [2025-10-08T11:03:06.405Z] SSH_AGENT_PID=39 [2025-10-08T11:03:06.411Z] Running ssh-add (command line suppressed) [2025-10-08T11:03:07.382Z] Identity added: /w/workspace/edgex-go/909@tmp/private_key_16301008199760390099.key (/w/workspace/edgex-go/909@tmp/private_key_16301008199760390099.key) [2025-10-08T11:03:06.522Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-10-08T11:03:06.820Z] + git config --global --add safe.directory /w/workspace/edgex-go/909 [Pipeline] sh [2025-10-08T11:03:07.111Z] + git tag --points-at HEAD [Pipeline] } [2025-10-08T11:03:07.998Z] $ docker exec --env ******** --env ******** fcdb8c67c75af4d2dba2b3b052692c421ef9333c6405744d049433b93d874f14 ssh-agent -k [2025-10-08T11:03:08.101Z] unset SSH_AUTH_SOCK; [2025-10-08T11:03:08.102Z] unset SSH_AGENT_PID; [2025-10-08T11:03:08.102Z] echo Agent pid 39 killed; [2025-10-08T11:03:07.237Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-10-08T11:03:07.277Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-10-08T11:03:07.277Z] [ssh-agent] Looking for ssh-agent implementation... [2025-10-08T11:03:07.390Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-10-08T11:03:08.266Z] $ docker exec fcdb8c67c75af4d2dba2b3b052692c421ef9333c6405744d049433b93d874f14 ssh-agent [2025-10-08T11:03:07.499Z] SSH_AUTH_SOCK=/tmp/ssh-iLuApkaY5o0o/agent.86 [2025-10-08T11:03:07.499Z] SSH_AGENT_PID=92 [2025-10-08T11:03:07.504Z] Running ssh-add (command line suppressed) [2025-10-08T11:03:08.470Z] Identity added: /w/workspace/edgex-go/909@tmp/private_key_1853926613554370402.key (/w/workspace/edgex-go/909@tmp/private_key_1853926613554370402.key) [2025-10-08T11:03:07.610Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-10-08T11:03:07.912Z] + git semver init [2025-10-08T11:03:08.172Z] 2025-10-08 11:03:09,014 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-10-08T11:03:08.432Z] 2025-10-08 11:03:09,092 [run_init] DEBUG init version:0.0.0 force:False [2025-10-08T11:03:08.432Z] 2025-10-08 11:03:09,094 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/909/.semver [2025-10-08T11:03:08.432Z] 2025-10-08 11:03:09,095 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/909/.semver [2025-10-08T11:03:08.432Z] 2025-10-08 11:03:09,095 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/909/.semver'], cwd=/w/workspace/edgex-go/909, stdin=None, shell=False, universal_newlines=False) [2025-10-08T11:03:13.716Z] 2025-10-08 11:03:14,441 [append_file] DEBUG append to file:/w/workspace/edgex-go/909/.git/info/exclude [2025-10-08T11:03:13.716Z] 2025-10-08 11:03:14,442 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/909/.semver/main with force:False [2025-10-08T11:03:13.716Z] 2025-10-08 11:03:14,442 [read_version] DEBUG read version from /w/workspace/edgex-go/909/.semver/main [2025-10-08T11:03:13.716Z] 2025-10-08 11:03:14,442 [read_version] DEBUG read version from /w/workspace/edgex-go/909/.semver/main [2025-10-08T11:03:13.716Z] 4.1.0-dev.65 [Pipeline] } [2025-10-08T11:03:14.598Z] $ docker exec --env ******** --env ******** fcdb8c67c75af4d2dba2b3b052692c421ef9333c6405744d049433b93d874f14 ssh-agent -k [2025-10-08T11:03:14.685Z] unset SSH_AUTH_SOCK; [2025-10-08T11:03:14.685Z] unset SSH_AGENT_PID; [2025-10-08T11:03:14.685Z] echo Agent pid 92 killed; [2025-10-08T11:03:13.819Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-10-08T11:03:14.283Z] + git semver [Pipeline] } [2025-10-08T11:03:15.432Z] $ docker stop --time=1 fcdb8c67c75af4d2dba2b3b052692c421ef9333c6405744d049433b93d874f14 [2025-10-08T11:03:16.678Z] $ docker rm -f --volumes fcdb8c67c75af4d2dba2b3b052692c421ef9333c6405744d049433b93d874f14 [Pipeline] // withDockerContainer [Pipeline] sh [2025-10-08T11:03:16.148Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-10-08T11:03:16.472Z] Stashed 1 file(s) [Pipeline] echo [2025-10-08T11:03:16.477Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.65 [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-10-08T11:03:16.928Z] + git config --global --add safe.directory /w/workspace/edgex-go/909 [Pipeline] echo [2025-10-08T11:03:16.942Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-10-08T11:03:16.961Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-10-08T11:03:17.004Z] ========================================================= [2025-10-08T11:03:17.004Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-10-08T11:03:17.004Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2025-10-08T11:03:17.308Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-10-08T11:03:17.308Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2025-10-08T11:03:17.308Z] 0a9a5dfd008f: Pulling fs layer [2025-10-08T11:03:17.308Z] 36466aa92d05: Pulling fs layer [2025-10-08T11:03:17.308Z] e10405b45d13: Pulling fs layer [2025-10-08T11:03:17.308Z] 096b7ceb2af7: Pulling fs layer [2025-10-08T11:03:17.308Z] 4f4fb700ef54: Pulling fs layer [2025-10-08T11:03:17.308Z] c451b95d7931: Pulling fs layer [2025-10-08T11:03:17.308Z] 9febf9df4401: Pulling fs layer [2025-10-08T11:03:17.308Z] 1477f019b032: Pulling fs layer [2025-10-08T11:03:17.308Z] c7dc25521971: Pulling fs layer [2025-10-08T11:03:17.308Z] 096b7ceb2af7: Waiting [2025-10-08T11:03:17.308Z] 4f4fb700ef54: Waiting [2025-10-08T11:03:17.308Z] c451b95d7931: Waiting [2025-10-08T11:03:17.308Z] 1477f019b032: Waiting [2025-10-08T11:03:17.308Z] c7dc25521971: Waiting [2025-10-08T11:03:17.308Z] 9febf9df4401: Waiting [2025-10-08T11:03:17.308Z] 36466aa92d05: Verifying Checksum [2025-10-08T11:03:17.308Z] 36466aa92d05: Download complete [2025-10-08T11:03:17.309Z] 096b7ceb2af7: Verifying Checksum [2025-10-08T11:03:17.309Z] 096b7ceb2af7: Download complete [2025-10-08T11:03:17.309Z] 4f4fb700ef54: Verifying Checksum [2025-10-08T11:03:17.309Z] 4f4fb700ef54: Download complete [2025-10-08T11:03:17.309Z] c451b95d7931: Verifying Checksum [2025-10-08T11:03:17.309Z] c451b95d7931: Download complete [2025-10-08T11:03:17.309Z] 0a9a5dfd008f: Verifying Checksum [2025-10-08T11:03:17.309Z] 0a9a5dfd008f: Download complete [2025-10-08T11:03:17.309Z] 9febf9df4401: Verifying Checksum [2025-10-08T11:03:17.309Z] 9febf9df4401: Download complete [2025-10-08T11:03:17.569Z] 0a9a5dfd008f: Pull complete [2025-10-08T11:03:17.569Z] 36466aa92d05: Pull complete [2025-10-08T11:03:17.569Z] c7dc25521971: Verifying Checksum [2025-10-08T11:03:17.569Z] c7dc25521971: Download complete [2025-10-08T11:03:18.137Z] e10405b45d13: Verifying Checksum [2025-10-08T11:03:18.137Z] e10405b45d13: Download complete [2025-10-08T11:03:18.137Z] 1477f019b032: Verifying Checksum [2025-10-08T11:03:18.137Z] 1477f019b032: Download complete [2025-10-08T11:03:22.323Z] e10405b45d13: Pull complete [2025-10-08T11:03:22.323Z] 096b7ceb2af7: Pull complete [2025-10-08T11:03:22.323Z] 4f4fb700ef54: Pull complete [2025-10-08T11:03:22.323Z] c451b95d7931: Pull complete [2025-10-08T11:03:22.323Z] 9febf9df4401: Pull complete [2025-10-08T11:03:24.859Z] 1477f019b032: Pull complete [2025-10-08T11:03:25.425Z] c7dc25521971: Pull complete [2025-10-08T11:03:25.425Z] Digest: sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 [2025-10-08T11:03:25.425Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-10-08T11:03:25.425Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh [2025-10-08T11:03:25.729Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-10-08T11:03:25.729Z] WORKDIR /edgex [2025-10-08T11:03:25.729Z] COPY go.mod . [2025-10-08T11:03:25.729Z] RUN go mod download [2025-10-08T11:03:25.729Z] + docker build -t ci-base-image-x86_64 -f - . [2025-10-08T11:03:26.296Z] #0 building with "default" instance using docker driver [2025-10-08T11:03:26.296Z] [2025-10-08T11:03:26.296Z] #1 [internal] load build definition from Dockerfile [2025-10-08T11:03:26.296Z] #1 transferring dockerfile: 164B done [2025-10-08T11:03:26.296Z] #1 DONE 0.0s [2025-10-08T11:03:26.296Z] [2025-10-08T11:03:26.296Z] #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-10-08T11:03:26.296Z] #2 DONE 0.0s [2025-10-08T11:03:26.296Z] [2025-10-08T11:03:26.296Z] #3 [internal] load .dockerignore [2025-10-08T11:03:26.296Z] #3 transferring context: 50B done [2025-10-08T11:03:26.296Z] #3 DONE 0.1s [2025-10-08T11:03:26.554Z] [2025-10-08T11:03:26.554Z] #4 [internal] load build context [2025-10-08T11:03:26.554Z] #4 transferring context: 6.57kB done [2025-10-08T11:03:26.554Z] #4 DONE 0.0s [2025-10-08T11:03:26.554Z] [2025-10-08T11:03:26.554Z] #5 [1/4] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-10-08T11:03:26.554Z] #5 DONE 0.1s [2025-10-08T11:03:26.554Z] [2025-10-08T11:03:26.554Z] #6 [2/4] WORKDIR /edgex [2025-10-08T11:03:28.464Z] #6 DONE 1.8s [2025-10-08T11:03:28.464Z] [2025-10-08T11:03:28.464Z] #7 [3/4] COPY go.mod . [2025-10-08T11:03:28.464Z] #7 DONE 0.0s [2025-10-08T11:03:28.464Z] [2025-10-08T11:03:28.464Z] #8 [4/4] RUN go mod download [2025-10-08T11:03:31.589Z] Still waiting to schedule task [2025-10-08T11:03:31.589Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2025-10-08T11:03:36.593Z] #8 DONE 7.7s [2025-10-08T11:03:36.593Z] [2025-10-08T11:03:36.593Z] #9 exporting to image [2025-10-08T11:03:36.593Z] #9 exporting layers [2025-10-08T11:03:39.125Z] #9 exporting layers 3.4s done [2025-10-08T11:03:39.384Z] #9 writing image sha256:20ce253b82a8c36a1aa6608d409f72a6c313f3b58c1b170e76223d222ca0d72c done [2025-10-08T11:03:39.384Z] #9 naming to docker.io/library/ci-base-image-x86_64 done [2025-10-08T11:03:39.384Z] #9 DONE 3.4s [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:03:39.695Z] + docker inspect -f . ci-base-image-x86_64 [2025-10-08T11:03:39.695Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-10-08T11:03:39.774Z] prd-ubuntu20.04-docker-8c-8g-116848 does not seem to be running inside a container [2025-10-08T11:03:39.805Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/909 -v /w/workspace/edgex-go/909:/w/workspace/edgex-go/909:rw,z -v /w/workspace/edgex-go/909@tmp:/w/workspace/edgex-go/909@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-10-08T11:03:40.066Z] $ docker top fa0876343aeeda0ba050514b4bd0b37fc8688d99cc8a13d02f1c538e60250bef -eo pid,comm [Pipeline] { [Pipeline] sh [2025-10-08T11:03:40.411Z] + go version [2025-10-08T11:03:40.411Z] go version go1.23.9 linux/amd64 [Pipeline] } [2025-10-08T11:03:40.422Z] $ docker stop --time=1 fa0876343aeeda0ba050514b4bd0b37fc8688d99cc8a13d02f1c538e60250bef [2025-10-08T11:03:41.662Z] $ docker rm -f --volumes fa0876343aeeda0ba050514b4bd0b37fc8688d99cc8a13d02f1c538e60250bef [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:03:42.091Z] + docker inspect -f . ci-base-image-x86_64 [2025-10-08T11:03:42.091Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-10-08T11:03:42.172Z] prd-ubuntu20.04-docker-8c-8g-116848 does not seem to be running inside a container [2025-10-08T11:03:42.200Z] $ 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/909 -v /w/workspace/edgex-go/909:/w/workspace/edgex-go/909:rw,z -v /w/workspace/edgex-go/909@tmp:/w/workspace/edgex-go/909@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-10-08T11:03:42.414Z] $ docker top b51af303ac07fb23384129c4170717aca4b1a7452521883351170fd5ea7a51c4 -eo pid,comm [Pipeline] { [Pipeline] echo [2025-10-08T11:03:42.477Z] ========================================================= [2025-10-08T11:03:42.478Z] [edgeXBuildGoParallel] Running Tests and Build... [2025-10-08T11:03:42.478Z] ========================================================= [Pipeline] sh [2025-10-08T11:03:42.756Z] + git config --global --add safe.directory /w/workspace/edgex-go/909 [Pipeline] fileExists [Pipeline] sh [2025-10-08T11:03:43.061Z] + make test [2025-10-08T11:03:43.062Z] go test -race -coverprofile=coverage.out ./... [2025-10-08T11:03:51.182Z] ? github.com/edgexfoundry/edgex-go [no test files] [2025-10-08T11:04:13.101Z] github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements [2025-10-08T11:04:13.101Z] github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements [2025-10-08T11:04:13.101Z] github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements [2025-10-08T11:04:13.101Z] github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements [2025-10-08T11:04:13.101Z] github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements [2025-10-08T11:04:13.669Z] github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements [2025-10-08T11:04:13.669Z] github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements [2025-10-08T11:04:13.669Z] github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements [2025-10-08T11:04:13.669Z] github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements [2025-10-08T11:04:13.669Z] github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements [2025-10-08T11:04:13.669Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2025-10-08T11:04:13.669Z] github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements [2025-10-08T11:04:13.669Z] github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements [2025-10-08T11:04:13.669Z] github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements [2025-10-08T11:04:13.669Z] github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements [2025-10-08T11:04:13.669Z] github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements [2025-10-08T11:04:13.669Z] github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements [2025-10-08T11:04:15.044Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.032s coverage: 42.3% of statements [2025-10-08T11:04:15.044Z] github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements [2025-10-08T11:04:15.044Z] github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements [2025-10-08T11:04:15.610Z] github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements [2025-10-08T11:04:15.610Z] github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements [2025-10-08T11:04:15.610Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.037s coverage: 97.0% of statements [2025-10-08T11:04:16.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] [2025-10-08T11:04:16.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2025-10-08T11:04:16.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/query [no test files] [2025-10-08T11:04:16.545Z] github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements [2025-10-08T11:04:16.545Z] github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements [2025-10-08T11:04:16.545Z] github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements [2025-10-08T11:04:16.545Z] github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-10-08T11:04:16.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] [2025-10-08T11:04:16.545Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements [2025-10-08T11:04:16.545Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements [2025-10-08T11:04:16.545Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements [2025-10-08T11:04:17.919Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] [2025-10-08T11:04:17.920Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] [2025-10-08T11:04:17.920Z] github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements [2025-10-08T11:04:17.920Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements [2025-10-08T11:04:17.920Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-10-08T11:04:17.920Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements [2025-10-08T11:04:19.300Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.041s coverage: 69.4% of statements [2025-10-08T11:04:19.300Z] ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.025s coverage: 4.8% of statements [2025-10-08T11:04:19.300Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.068s coverage: 57.6% of statements [2025-10-08T11:04:19.300Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/cache 1.021s coverage: 86.5% of statements [2025-10-08T11:04:19.300Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements [2025-10-08T11:04:19.300Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements [2025-10-08T11:04:20.233Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.606s coverage: 94.2% of statements [2025-10-08T11:04:20.233Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.050s coverage: 92.4% of statements [2025-10-08T11:04:20.233Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.039s coverage: 8.4% of statements [2025-10-08T11:04:21.168Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] [2025-10-08T11:04:21.168Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2025-10-08T11:04:21.168Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2025-10-08T11:04:21.168Z] github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements [2025-10-08T11:04:21.168Z] github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements [2025-10-08T11:04:21.168Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements [2025-10-08T11:04:21.168Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements [2025-10-08T11:04:21.168Z] github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements [2025-10-08T11:04:21.168Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-10-08T11:04:21.168Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2025-10-08T11:04:21.168Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/models [no test files] [2025-10-08T11:04:21.168Z] github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements [2025-10-08T11:04:21.168Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements [2025-10-08T11:04:21.168Z] github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements [2025-10-08T11:04:21.168Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements [2025-10-08T11:04:22.542Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.358s coverage: 95.8% of statements [2025-10-08T11:04:22.542Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.021s coverage: 72.2% of statements [2025-10-08T11:04:23.108Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2025-10-08T11:04:23.108Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] [2025-10-08T11:04:23.108Z] github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements [2025-10-08T11:04:23.108Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements [2025-10-08T11:04:23.108Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements [2025-10-08T11:04:24.484Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.051s coverage: 2.4% of statements [2025-10-08T11:04:24.484Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.041s coverage: 1.0% of statements [2025-10-08T11:04:24.484Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.028s coverage: 39.4% of statements [2025-10-08T11:04:24.484Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.024s coverage: 68.8% of statements [2025-10-08T11:04:24.743Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.029s coverage: 40.0% of statements [2025-10-08T11:04:24.743Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.028s coverage: 87.1% of statements [2025-10-08T11:04:24.743Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.022s coverage: 94.1% of statements [2025-10-08T11:04:25.002Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.030s coverage: 96.3% of statements [2025-10-08T11:04:25.002Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements [2025-10-08T11:04:25.002Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements [2025-10-08T11:04:25.002Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements [2025-10-08T11:04:25.571Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2025-10-08T11:04:25.571Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements [2025-10-08T11:04:25.571Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements [2025-10-08T11:04:25.571Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements [2025-10-08T11:04:25.828Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.016s coverage: 87.5% of statements [2025-10-08T11:04:26.393Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements [2025-10-08T11:04:26.393Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements [2025-10-08T11:04:26.393Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements [2025-10-08T11:04:26.962Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements [2025-10-08T11:04:26.962Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements [2025-10-08T11:04:26.962Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements [2025-10-08T11:04:26.962Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements [2025-10-08T11:04:27.529Z] github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements [2025-10-08T11:04:27.529Z] github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements [2025-10-08T11:04:27.787Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements [2025-10-08T11:04:29.689Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements [2025-10-08T11:04:29.689Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2025-10-08T11:04:31.064Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements [2025-10-08T11:04:32.000Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements [2025-10-08T11:04:32.000Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements [2025-10-08T11:04:32.000Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements [2025-10-08T11:04:35.291Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements [2025-10-08T11:04:35.858Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements [2025-10-08T11:04:35.858Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements [2025-10-08T11:04:36.117Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] [2025-10-08T11:04:36.117Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] [2025-10-08T11:04:36.117Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-10-08T11:04:38.022Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.030s coverage: 94.4% of statements [2025-10-08T11:04:38.022Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements [2025-10-08T11:04:38.022Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements [2025-10-08T11:04:38.022Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements [2025-10-08T11:04:38.283Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2025-10-08T11:04:38.283Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements [2025-10-08T11:04:38.283Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements [2025-10-08T11:04:38.543Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements [2025-10-08T11:04:38.802Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements [2025-10-08T11:04:38.802Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements [2025-10-08T11:04:38.802Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements [2025-10-08T11:04:38.802Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements [2025-10-08T11:04:38.802Z] github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements [2025-10-08T11:04:40.180Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements [2025-10-08T11:04:40.180Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements [2025-10-08T11:04:40.180Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements [2025-10-08T11:04:40.180Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements [2025-10-08T11:04:41.559Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] [2025-10-08T11:04:41.559Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2025-10-08T11:04:41.559Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements [2025-10-08T11:04:41.559Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-10-08T11:04:41.559Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements [2025-10-08T11:04:41.559Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements [2025-10-08T11:04:41.559Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements [2025-10-08T11:04:42.940Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] [2025-10-08T11:04:42.940Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2025-10-08T11:04:42.940Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-10-08T11:04:46.240Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 21.042s coverage: 92.9% of statements [2025-10-08T11:04:46.240Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.022s coverage: 68.8% of statements [2025-10-08T11:04:46.240Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.029s coverage: 62.3% of statements [2025-10-08T11:04:46.240Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.026s coverage: 47.4% of statements [2025-10-08T11:04:46.240Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.030s coverage: 87.2% of statements [2025-10-08T11:04:46.240Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.018s coverage: 15.5% of statements [2025-10-08T11:04:46.240Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.015s coverage: 100.0% of statements [2025-10-08T11:04:46.240Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.087s coverage: 81.8% of statements [2025-10-08T11:04:46.240Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.076s coverage: 82.1% of statements [2025-10-08T11:04:46.240Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.024s coverage: 86.0% of statements [2025-10-08T11:04:46.240Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.038s coverage: 6.8% of statements [2025-10-08T11:04:46.240Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.054s coverage: 33.3% of statements [2025-10-08T11:04:46.240Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.045s coverage: 100.0% of statements [2025-10-08T11:04:46.240Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.184s coverage: 54.5% of statements [2025-10-08T11:04:46.240Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.020s coverage: 89.4% of statements [2025-10-08T11:04:46.240Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.018s coverage: 100.0% of statements [2025-10-08T11:04:46.240Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.018s coverage: 73.7% of statements [2025-10-08T11:04:46.240Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.017s coverage: 100.0% of statements [2025-10-08T11:04:46.240Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.025s coverage: 88.6% of statements [2025-10-08T11:04:46.240Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.026s coverage: 96.8% of statements [2025-10-08T11:04:46.240Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.029s coverage: 100.0% of statements [2025-10-08T11:04:46.240Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.138s coverage: 29.2% of statements [2025-10-08T11:04:46.240Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.025s coverage: 93.8% of statements [2025-10-08T11:04:46.240Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.019s coverage: 3.1% of statements [2025-10-08T11:04:46.240Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.017s coverage: 76.2% of statements [2025-10-08T11:04:46.240Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.018s coverage: 54.0% of statements [2025-10-08T11:04:47.622Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.051s coverage: 17.0% of statements [2025-10-08T11:04:47.622Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.116s coverage: 94.9% of statements [2025-10-08T11:04:47.622Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.029s coverage: 9.0% of statements [2025-10-08T11:04:47.622Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.057s coverage: 97.7% of statements [2025-10-08T11:04:47.622Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.027s coverage: 43.6% of statements [2025-10-08T11:04:47.622Z] 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-10-08T11:04:47.880Z] running golangci-lint [2025-10-08T11:04:47.880Z] golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z [2025-10-08T11:04:47.880Z] go version go1.23.9 linux/amd64 [2025-10-08T11:04:48.139Z] level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" [2025-10-08T11:04:48.139Z] level=info msg="[config_reader] Used config file .golangci.yml" [2025-10-08T11:04:48.139Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [2025-10-08T11:05:04.737Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-116870 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2025-10-08T11:05:04.760Z] Running in /w/workspace/edgex-go/909 [Pipeline] { [Pipeline] checkout [2025-10-08T11:05:07.819Z] The recommended git tool is: git [2025-10-08T11:05:10.062Z] level=info msg="[loader] Go packages loading at mode 575 (compiled_files|deps|types_sizes|exports_file|files|imports|name) took 21.829936537s" [2025-10-08T11:05:10.062Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 50.806577ms" [2025-10-08T11:05:12.533Z] using credential edgex-jenkins-ssh [2025-10-08T11:05:12.557Z] Cloning the remote Git repository [2025-10-08T11:05:12.595Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2025-10-08T11:05:12.701Z] > git init /w/workspace/edgex-go/909 # timeout=10 [2025-10-08T11:05:12.860Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2025-10-08T11:05:12.862Z] > git --version # timeout=10 [2025-10-08T11:05:12.881Z] > git --version # 'git version 2.25.1' [2025-10-08T11:05:12.884Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-10-08T11:05:13.050Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-10-08T11:05:22.253Z] level=info msg="[linters_context/goanalysis] analyzers took 1m55.522742055s with top 10 stages: buildir: 52.599246103s, gosec: 3.757798324s, fact_deprecated: 2.631915335s, inspect: 2.411322638s, ctrlflow: 1.668377178s, printf: 1.648603034s, fact_purity: 1.38757046s, nilness: 1.253591918s, S1038: 940.411435ms, typedness: 876.972349ms" [2025-10-08T11:05:22.253Z] level=info msg="[runner] Issues before processing: 201, after processing: 0" [2025-10-08T11:05:22.253Z] level=info msg="[runner] Processors filtering stat (in/out): exclude-rules: 201/20, exclude: 201/201, filename_unadjuster: 201/201, invalid_issue: 201/201, skip_dirs: 201/201, autogenerated_exclude: 201/201, identifier_marker: 201/201, cgo: 201/201, path_prettifier: 201/201, nolint: 20/0, skip_files: 201/201" [2025-10-08T11:05:22.253Z] level=info msg="[runner] processing took 18.197047ms with stages: nolint: 7.852757ms, identifier_marker: 4.019655ms, path_prettifier: 2.118995ms, exclude-rules: 1.789188ms, autogenerated_exclude: 1.299748ms, skip_dirs: 1.044342ms, cgo: 27.431µs, invalid_issue: 26.881µs, filename_unadjuster: 13.33µs, max_same_issues: 1.29µs, skip_files: 520ns, uniq_by_line: 440ns, fixer: 400ns, max_from_linter: 320ns, exclude: 320ns, diff: 260ns, path_prefixer: 260ns, path_shortener: 260ns, sort_results: 250ns, max_per_file_from_linter: 160ns, source_code: 140ns, severity-rules: 100ns" [2025-10-08T11:05:22.253Z] level=info msg="[runner] linters took 11.236066333s with stages: goanalysis_metalinter: 11.217767674s" [2025-10-08T11:05:22.253Z] level=info msg="File cache stats: 0 entries of total size 0B" [2025-10-08T11:05:22.253Z] level=info msg="Memory: 330 samples, avg is 284.0MB, max is 1299.3MB" [2025-10-08T11:05:22.253Z] level=info msg="Execution took 33.12565156s" [2025-10-08T11:05:22.253Z] go vet ./... [2025-10-08T11:05:27.513Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-10-08T11:05:27.513Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-10-08T11:05:27.513Z] ./bin/test-attribution-txt.sh [2025-10-08T11:05:27.773Z] An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add [2025-10-08T11:05:27.773Z] An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [2025-10-08T11:05:27.773Z] An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add [2025-10-08T11:05:27.773Z] An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add [2025-10-08T11:05:27.773Z] An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [2025-10-08T11:05:27.773Z] An attribution for go.opentelemetry.io/auto/sdk is missing from Attribution.txt, please add [Pipeline] echo [2025-10-08T11:05:27.787Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh [2025-10-08T11:05:28.083Z] + ls -al . [2025-10-08T11:05:28.083Z] total 2064 [2025-10-08T11:05:28.083Z] drwxrwxr-x 11 1001 1001 4096 Oct 8 11:03 . [2025-10-08T11:05:28.083Z] drwxr-xr-x 4 root root 4096 Oct 8 11:03 .. [2025-10-08T11:05:28.083Z] drwxrwxr-x 2 1001 1001 4096 Oct 8 11:02 .blubracket [2025-10-08T11:05:28.083Z] -rw-rw-r-- 1 1001 1001 10 Oct 8 11:02 .dockerignore [2025-10-08T11:05:28.083Z] drwxrwxr-x 8 1001 1001 4096 Oct 8 11:04 .git [2025-10-08T11:05:28.083Z] drwxrwxr-x 3 1001 1001 4096 Oct 8 11:02 .github [2025-10-08T11:05:28.083Z] -rw-rw-r-- 1 1001 1001 909 Oct 8 11:02 .gitignore [2025-10-08T11:05:28.083Z] -rw-rw-r-- 1 1001 1001 218 Oct 8 11:02 .golangci.yml [2025-10-08T11:05:28.083Z] -rw-rw-r-- 1 1001 1001 100 Oct 8 11:02 .hadolint.yml [2025-10-08T11:05:28.083Z] drwxr-xr-x 3 1001 1001 4096 Oct 8 11:03 .semver [2025-10-08T11:05:28.083Z] -rw-rw-r-- 1 1001 1001 155 Oct 8 11:02 .sonarcloud.properties [2025-10-08T11:05:28.083Z] -rw-rw-r-- 1 1001 1001 1171 Oct 8 11:02 ADOPTERS.md [2025-10-08T11:05:28.083Z] -rw-rw-r-- 1 1001 1001 17374 Oct 8 11:02 Attribution.txt [2025-10-08T11:05:28.083Z] -rw-rw-r-- 1 1001 1001 108018 Oct 8 11:02 CHANGELOG.md [2025-10-08T11:05:28.083Z] -rw-rw-r-- 1 1001 1001 3804 Oct 8 11:02 CONTRIBUTING.md [2025-10-08T11:05:28.083Z] -rw-rw-r-- 1 1001 1001 677 Oct 8 11:02 GOVERNANCE.md [2025-10-08T11:05:28.083Z] -rw-rw-r-- 1 1001 1001 858 Oct 8 11:02 Jenkinsfile [2025-10-08T11:05:28.083Z] -rw-rw-r-- 1 1001 1001 10775 Oct 8 11:02 LICENSE [2025-10-08T11:05:28.083Z] -rw-rw-r-- 1 1001 1001 16740 Oct 8 11:02 Makefile [2025-10-08T11:05:28.083Z] -rw-rw-r-- 1 1001 1001 582 Oct 8 11:02 OWNERS.md [2025-10-08T11:05:28.083Z] -rw-rw-r-- 1 1001 1001 9932 Oct 8 11:02 README.md [2025-10-08T11:05:28.083Z] -rw-rw-r-- 1 1001 1001 789 Oct 8 11:02 SECURITY.md [2025-10-08T11:05:28.083Z] -rw-rw-r-- 1 1001 1001 12 Oct 8 11:03 VERSION [2025-10-08T11:05:28.083Z] drwxrwxr-x 2 1001 1001 4096 Oct 8 11:02 bin [2025-10-08T11:05:28.083Z] drwxrwxr-x 19 1001 1001 4096 Oct 8 11:02 cmd [2025-10-08T11:05:28.083Z] -rw-r--r-- 1 root root 1733635 Oct 8 11:04 coverage.out [2025-10-08T11:05:28.083Z] drwxrwxr-x 2 1001 1001 4096 Oct 8 11:02 fuzz_test [2025-10-08T11:05:28.083Z] -rw-rw-r-- 1 1001 1001 6539 Oct 8 11:02 go.mod [2025-10-08T11:05:28.083Z] -rw-rw-r-- 1 1001 1001 88541 Oct 8 11:02 go.sum [2025-10-08T11:05:28.083Z] drwxrwxr-x 7 1001 1001 4096 Oct 8 11:02 internal [2025-10-08T11:05:28.083Z] drwxrwxr-x 2 1001 1001 4096 Oct 8 11:02 openapi [2025-10-08T11:05:28.083Z] -rw-rw-r-- 1 1001 1001 584 Oct 8 11:02 security.txt [2025-10-08T11:05:28.083Z] -rw-rw-r-- 1 1001 1001 204 Oct 8 11:02 version.go [Pipeline] sh [2025-10-08T11:05:28.364Z] + '[' -e coverage.out ] [2025-10-08T11:05:28.364Z] + chown 1001:1001 coverage.out [Pipeline] stash [2025-10-08T11:05:28.538Z] Stashed 1 file(s) [Pipeline] sh [2025-10-08T11:05:28.822Z] + make build [2025-10-08T11:05:28.822Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-10-08T11:05:31.471Z] Avoid second fetch [2025-10-08T11:05:31.472Z] Checking out Revision 4d3e8805e5e9eb3f6c86d36552e13c375795480c (main) [2025-10-08T11:05:30.645Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2025-10-08T11:05:30.663Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-10-08T11:05:31.486Z] > git config core.sparsecheckout # timeout=10 [2025-10-08T11:05:31.553Z] > git checkout -f 4d3e8805e5e9eb3f6c86d36552e13c375795480c # timeout=10 [2025-10-08T11:05:32.283Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v4 (#5262)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-10-08T11:05:36.623Z] provisioning config files... [2025-10-08T11:05:36.653Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/909@tmp/config17837447026412919490tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-10-08T11:05:37.299Z] ---> ****-login.sh [2025-10-08T11:05:37.299Z] nexus3.edgexfoundry.org:10001 [2025-10-08T11:05:37.571Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-08T11:05:37.852Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-10-08T11:05:37.852Z] Configure a credential helper to remove this warning. See [2025-10-08T11:05:37.852Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-10-08T11:05:37.852Z] [2025-10-08T11:05:37.852Z] Login Succeeded [2025-10-08T11:05:37.852Z] nexus3.edgexfoundry.org:10002 [2025-10-08T11:05:38.123Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-08T11:05:38.396Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-10-08T11:05:38.396Z] Configure a credential helper to remove this warning. See [2025-10-08T11:05:38.396Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-10-08T11:05:38.396Z] [2025-10-08T11:05:38.396Z] Login Succeeded [2025-10-08T11:05:38.396Z] nexus3.edgexfoundry.org:10003 [2025-10-08T11:05:38.667Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-08T11:05:38.667Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-10-08T11:05:38.667Z] Configure a credential helper to remove this warning. See [2025-10-08T11:05:38.668Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-10-08T11:05:38.668Z] [2025-10-08T11:05:38.668Z] Login Succeeded [2025-10-08T11:05:38.668Z] nexus3.edgexfoundry.org:10004 [2025-10-08T11:05:38.938Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-08T11:05:38.938Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-10-08T11:05:38.938Z] Configure a credential helper to remove this warning. See [2025-10-08T11:05:38.938Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-10-08T11:05:38.938Z] [2025-10-08T11:05:38.938Z] Login Succeeded [2025-10-08T11:05:38.938Z] ****.io [2025-10-08T11:05:39.206Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-08T11:05:39.475Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-10-08T11:05:39.475Z] Configure a credential helper to remove this warning. See [2025-10-08T11:05:39.475Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-10-08T11:05:39.475Z] [2025-10-08T11:05:39.475Z] Login Succeeded [2025-10-08T11:05:39.475Z] ---> ****-login.sh ends [Pipeline] } [2025-10-08T11:05:39.495Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2025-10-08T11:05:40.099Z] + git config --global --add safe.directory /w/workspace/edgex-go/909 [Pipeline] echo [2025-10-08T11:05:40.121Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-10-08T11:05:40.144Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-10-08T11:05:40.161Z] ========================================================= [2025-10-08T11:05:40.161Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2025-10-08T11:05:40.161Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2025-10-08T11:05:40.498Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-10-08T11:05:40.498Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-10-08T11:05:40.498Z] 94e9d8af2201: Pulling fs layer [2025-10-08T11:05:40.498Z] a6c56e8762df: Pulling fs layer [2025-10-08T11:05:40.498Z] f0f3c8884826: Pulling fs layer [2025-10-08T11:05:40.498Z] c7e7622c144d: Pulling fs layer [2025-10-08T11:05:40.498Z] 4f4fb700ef54: Pulling fs layer [2025-10-08T11:05:40.498Z] b4c3b6d88c5a: Pulling fs layer [2025-10-08T11:05:40.498Z] ba8bce9d2590: Pulling fs layer [2025-10-08T11:05:40.498Z] ca778ea9c289: Pulling fs layer [2025-10-08T11:05:40.498Z] 4f4fb700ef54: Waiting [2025-10-08T11:05:40.498Z] b4c3b6d88c5a: Waiting [2025-10-08T11:05:40.498Z] ba8bce9d2590: Waiting [2025-10-08T11:05:40.498Z] ca778ea9c289: Waiting [2025-10-08T11:05:40.498Z] c7e7622c144d: Waiting [2025-10-08T11:05:40.768Z] a6c56e8762df: Verifying Checksum [2025-10-08T11:05:40.768Z] a6c56e8762df: Download complete [2025-10-08T11:05:40.768Z] c7e7622c144d: Verifying Checksum [2025-10-08T11:05:40.768Z] c7e7622c144d: Download complete [2025-10-08T11:05:40.768Z] 4f4fb700ef54: Verifying Checksum [2025-10-08T11:05:40.768Z] 4f4fb700ef54: Download complete [2025-10-08T11:05:40.768Z] b4c3b6d88c5a: Verifying Checksum [2025-10-08T11:05:40.768Z] b4c3b6d88c5a: Download complete [2025-10-08T11:05:40.768Z] 94e9d8af2201: Verifying Checksum [2025-10-08T11:05:40.768Z] 94e9d8af2201: Download complete [2025-10-08T11:05:41.362Z] ca778ea9c289: Verifying Checksum [2025-10-08T11:05:41.362Z] ca778ea9c289: Download complete [2025-10-08T11:05:41.953Z] 94e9d8af2201: Pull complete [2025-10-08T11:05:42.540Z] a6c56e8762df: Pull complete [2025-10-08T11:05:42.809Z] f0f3c8884826: Verifying Checksum [2025-10-08T11:05:42.809Z] f0f3c8884826: Download complete [2025-10-08T11:05:43.775Z] ba8bce9d2590: Download complete [2025-10-08T11:05:50.737Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-10-08T11:05:50.737Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-10-08T11:05:52.112Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-10-08T11:05:52.678Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-10-08T11:05:54.578Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-10-08T11:05:56.119Z] f0f3c8884826: Pull complete [2025-10-08T11:05:56.389Z] c7e7622c144d: Pull complete [2025-10-08T11:05:56.657Z] 4f4fb700ef54: Pull complete [2025-10-08T11:05:56.926Z] b4c3b6d88c5a: Pull complete [2025-10-08T11:05:58.764Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-10-08T11:06:00.667Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-10-08T11:06:03.202Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-10-08T11:06:05.105Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-10-08T11:06:05.153Z] ba8bce9d2590: Pull complete [2025-10-08T11:06:06.484Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-10-08T11:06:07.101Z] ca778ea9c289: Pull complete [2025-10-08T11:06:07.101Z] Digest: sha256:c70c257f76c0e97c87bd0187f74242a809c0afac30c2d5f44320df1de5715b93 [2025-10-08T11:06:07.101Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-10-08T11:06:07.101Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists [Pipeline] sh [2025-10-08T11:06:07.440Z] + + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-10-08T11:06:07.440Z] WORKDIR /edgex [2025-10-08T11:06:07.440Z] COPY go.mod . [2025-10-08T11:06:07.440Z] RUN go mod download [2025-10-08T11:06:07.440Z] docker build -t ci-base-image-arm64 -f - . [2025-10-08T11:06:07.856Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-10-08T11:06:08.409Z] Sending build context to Docker daemon 3.845MB [2025-10-08T11:06:08.409Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-10-08T11:06:08.409Z] ---> 47b25d7523d1 [2025-10-08T11:06:08.409Z] Step 2/4 : WORKDIR /edgex [2025-10-08T11:06:08.791Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2025-10-08T11:06:10.180Z] $ docker stop --time=1 b51af303ac07fb23384129c4170717aca4b1a7452521883351170fd5ea7a51c4 [2025-10-08T11:06:10.352Z] ---> Running in f96bd17087c5 [2025-10-08T11:06:10.352Z] Removing intermediate container f96bd17087c5 [2025-10-08T11:06:10.352Z] ---> a21a661ffea3 [2025-10-08T11:06:10.352Z] Step 3/4 : COPY go.mod . [2025-10-08T11:06:11.764Z] ---> 6ec8707e242d [2025-10-08T11:06:11.764Z] Step 4/4 : RUN go mod download [2025-10-08T11:06:11.764Z] ---> Running in be5c08893586 [2025-10-08T11:06:13.014Z] $ docker rm -f --volumes b51af303ac07fb23384129c4170717aca4b1a7452521883351170fd5ea7a51c4 [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-10-08T11:06:14.292Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-10-08T11:06:14.292Z] [2025-10-08T11:06:14.292Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:06:14.597Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-10-08T11:06:14.597Z] latest: Pulling from edgex-devops/edgex-compose [2025-10-08T11:06:14.597Z] 91d30c5bc195: Pulling fs layer [2025-10-08T11:06:14.597Z] 2e9b0aa3be6d: Pulling fs layer [2025-10-08T11:06:14.597Z] 9c61dcf015f6: Pulling fs layer [2025-10-08T11:06:14.597Z] 4698f68db338: Pulling fs layer [2025-10-08T11:06:14.597Z] 2a2f49069b9e: Pulling fs layer [2025-10-08T11:06:14.597Z] e0025b399a48: Pulling fs layer [2025-10-08T11:06:14.597Z] 2a2f49069b9e: Waiting [2025-10-08T11:06:14.597Z] e0025b399a48: Waiting [2025-10-08T11:06:14.597Z] 4698f68db338: Waiting [2025-10-08T11:06:14.597Z] 91d30c5bc195: Verifying Checksum [2025-10-08T11:06:14.597Z] 91d30c5bc195: Download complete [2025-10-08T11:06:14.597Z] 4698f68db338: Verifying Checksum [2025-10-08T11:06:14.597Z] 4698f68db338: Download complete [2025-10-08T11:06:14.857Z] 91d30c5bc195: Pull complete [2025-10-08T11:06:14.857Z] 2e9b0aa3be6d: Verifying Checksum [2025-10-08T11:06:14.857Z] 2e9b0aa3be6d: Download complete [2025-10-08T11:06:14.857Z] e0025b399a48: Verifying Checksum [2025-10-08T11:06:14.857Z] e0025b399a48: Download complete [2025-10-08T11:06:14.857Z] 2a2f49069b9e: Download complete [2025-10-08T11:06:15.117Z] 2e9b0aa3be6d: Pull complete [2025-10-08T11:06:15.374Z] 9c61dcf015f6: Verifying Checksum [2025-10-08T11:06:15.375Z] 9c61dcf015f6: Download complete [2025-10-08T11:06:18.661Z] 9c61dcf015f6: Pull complete [2025-10-08T11:06:18.661Z] 4698f68db338: Pull complete [2025-10-08T11:06:18.661Z] 2a2f49069b9e: Pull complete [2025-10-08T11:06:18.661Z] e0025b399a48: Pull complete [2025-10-08T11:06:18.661Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2025-10-08T11:06:18.919Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-10-08T11:06:18.919Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-10-08T11:06:19.013Z] prd-ubuntu20.04-docker-8c-8g-116848 does not seem to be running inside a container [2025-10-08T11:06:19.036Z] $ 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/909 -v /w/workspace/edgex-go/909:/w/workspace/edgex-go/909:rw,z -v /w/workspace/edgex-go/909@tmp:/w/workspace/edgex-go/909@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-10-08T11:06:20.103Z] $ docker top 804d583a08def9193724ae065c6fa9f6cdd24ba646826e3c4aeb2ca3226ca1bd -eo pid,comm [Pipeline] { [Pipeline] sh [2025-10-08T11:06:20.446Z] + docker compose -f ./docker-compose-build.yml build --parallel [2025-10-08T11:06:20.704Z] #1 [support-scheduler internal] load build definition from Dockerfile [2025-10-08T11:06:20.704Z] #1 transferring dockerfile: 1.83kB done [2025-10-08T11:06:20.704Z] #1 DONE 0.1s [2025-10-08T11:06:20.704Z] [2025-10-08T11:06:20.704Z] #2 [support-notifications internal] load build definition from Dockerfile [2025-10-08T11:06:20.704Z] #2 transferring dockerfile: 2.00kB done [2025-10-08T11:06:20.704Z] #2 DONE 0.1s [2025-10-08T11:06:20.704Z] [2025-10-08T11:06:20.704Z] #3 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-10-08T11:06:20.704Z] #3 DONE 0.0s [2025-10-08T11:06:20.704Z] [2025-10-08T11:06:20.704Z] #4 [core-command internal] load build definition from Dockerfile [2025-10-08T11:06:20.704Z] #4 transferring dockerfile: 1.94kB done [2025-10-08T11:06:20.704Z] #4 DONE 0.1s [2025-10-08T11:06:20.704Z] [2025-10-08T11:06:20.704Z] #5 [security-spire-agent internal] load build definition from Dockerfile [2025-10-08T11:06:20.704Z] #5 transferring dockerfile: 1.81kB done [2025-10-08T11:06:20.704Z] #5 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) [2025-10-08T11:06:20.704Z] #5 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 23) [2025-10-08T11:06:20.704Z] #5 DONE 0.1s [2025-10-08T11:06:20.704Z] [2025-10-08T11:06:20.704Z] #6 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2025-10-08T11:06:20.704Z] #6 transferring dockerfile: 2.23kB done [2025-10-08T11:06:20.704Z] #6 DONE 0.1s [2025-10-08T11:06:20.704Z] [2025-10-08T11:06:20.704Z] #7 [security-bootstrapper internal] load build definition from Dockerfile [2025-10-08T11:06:20.704Z] #7 transferring dockerfile: 3.02kB done [2025-10-08T11:06:20.704Z] #7 DONE 0.1s [2025-10-08T11:06:20.704Z] [2025-10-08T11:06:20.704Z] #8 [security-spire-server internal] load build definition from Dockerfile [2025-10-08T11:06:20.704Z] #8 transferring dockerfile: 1.70kB done [2025-10-08T11:06:20.704Z] #8 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) [2025-10-08T11:06:20.704Z] #8 DONE 0.1s [2025-10-08T11:06:20.704Z] [2025-10-08T11:06:20.704Z] #9 [core-data internal] load build definition from Dockerfile [2025-10-08T11:06:20.704Z] #9 transferring dockerfile: 2.04kB done [2025-10-08T11:06:20.704Z] #9 DONE 0.1s [2025-10-08T11:06:20.704Z] [2025-10-08T11:06:20.704Z] #10 [security-proxy-auth internal] load build definition from Dockerfile [2025-10-08T11:06:20.704Z] #10 transferring dockerfile: 2.14kB done [2025-10-08T11:06:20.704Z] #10 DONE 0.1s [2025-10-08T11:06:20.704Z] [2025-10-08T11:06:20.704Z] #11 [security-spire-config internal] load build definition from Dockerfile [2025-10-08T11:06:20.704Z] #11 transferring dockerfile: 1.69kB done [2025-10-08T11:06:20.704Z] #11 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) [2025-10-08T11:06:20.704Z] #11 DONE 0.2s [2025-10-08T11:06:20.704Z] [2025-10-08T11:06:20.704Z] #3 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-10-08T11:06:20.704Z] #3 DONE 0.0s [2025-10-08T11:06:20.704Z] [2025-10-08T11:06:20.704Z] #12 [security-bootstrapper internal] load .dockerignore [2025-10-08T11:06:20.704Z] #12 DONE 0.0s [2025-10-08T11:06:20.704Z] [2025-10-08T11:06:20.704Z] #13 [security-secretstore-setup internal] load build definition from Dockerfile [2025-10-08T11:06:20.704Z] #13 transferring dockerfile: 2.49kB done [2025-10-08T11:06:20.704Z] #13 DONE 0.2s [2025-10-08T11:06:20.704Z] [2025-10-08T11:06:20.704Z] #14 [support-scheduler internal] load .dockerignore [2025-10-08T11:06:20.704Z] #14 DONE 0.0s [2025-10-08T11:06:20.704Z] [2025-10-08T11:06:20.704Z] #15 [core-metadata internal] load build definition from Dockerfile [2025-10-08T11:06:20.704Z] #15 transferring dockerfile: 2.10kB done [2025-10-08T11:06:20.704Z] #15 DONE 0.2s [2025-10-08T11:06:20.704Z] [2025-10-08T11:06:20.704Z] #16 [support-notifications internal] load .dockerignore [2025-10-08T11:06:20.968Z] #16 ... [2025-10-08T11:06:20.968Z] [2025-10-08T11:06:20.968Z] #17 [security-proxy-setup internal] load build definition from Dockerfile [2025-10-08T11:06:20.968Z] #17 transferring dockerfile: 2.50kB done [2025-10-08T11:06:20.968Z] #17 DONE 0.2s [2025-10-08T11:06:20.968Z] [2025-10-08T11:06:20.968Z] #18 [security-spiffe-token-provider internal] load build definition from Dockerfile [2025-10-08T11:06:20.968Z] #18 transferring dockerfile: 1.89kB done [2025-10-08T11:06:20.968Z] #18 DONE 0.2s [2025-10-08T11:06:20.968Z] [2025-10-08T11:06:20.968Z] #19 [core-keeper internal] load build definition from Dockerfile [2025-10-08T11:06:20.968Z] #19 transferring dockerfile: 2.01kB done [2025-10-08T11:06:20.968Z] #19 DONE 0.2s [2025-10-08T11:06:20.968Z] [2025-10-08T11:06:20.968Z] #3 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-10-08T11:06:20.968Z] #3 DONE 0.0s [2025-10-08T11:06:20.968Z] [2025-10-08T11:06:20.968Z] #20 [core-command internal] load .dockerignore [2025-10-08T11:06:20.968Z] #20 transferring context: 50B done [2025-10-08T11:06:20.968Z] #20 DONE 0.0s [2025-10-08T11:06:20.968Z] [2025-10-08T11:06:20.968Z] #21 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.20 [2025-10-08T11:06:20.968Z] #21 DONE 0.2s [2025-10-08T11:06:20.968Z] [2025-10-08T11:06:20.968Z] #22 [core-common-config-bootstrapper internal] load .dockerignore [2025-10-08T11:06:20.968Z] #22 transferring context: 50B done [2025-10-08T11:06:20.968Z] #22 DONE 0.1s [2025-10-08T11:06:20.968Z] [2025-10-08T11:06:20.968Z] #16 [support-notifications internal] load .dockerignore [2025-10-08T11:06:20.968Z] #16 transferring context: 50B done [2025-10-08T11:06:20.968Z] #16 DONE 0.1s [2025-10-08T11:06:20.968Z] [2025-10-08T11:06:20.968Z] #12 [security-bootstrapper internal] load .dockerignore [2025-10-08T11:06:20.968Z] #12 transferring context: 50B done [2025-10-08T11:06:20.968Z] #12 DONE 0.1s [2025-10-08T11:06:20.968Z] [2025-10-08T11:06:20.968Z] #14 [support-scheduler internal] load .dockerignore [2025-10-08T11:06:20.968Z] #14 transferring context: 50B done [2025-10-08T11:06:20.968Z] #14 DONE 0.1s [2025-10-08T11:06:20.968Z] [2025-10-08T11:06:20.968Z] #23 [security-proxy-auth internal] load .dockerignore [2025-10-08T11:06:20.968Z] #23 transferring context: 50B done [2025-10-08T11:06:20.968Z] #23 DONE 0.1s [2025-10-08T11:06:20.968Z] [2025-10-08T11:06:20.968Z] #24 [core-metadata internal] load .dockerignore [2025-10-08T11:06:20.968Z] #24 transferring context: 50B done [2025-10-08T11:06:20.968Z] #24 DONE 0.1s [2025-10-08T11:06:20.968Z] [2025-10-08T11:06:20.968Z] #25 [core-data internal] load .dockerignore [2025-10-08T11:06:20.968Z] #25 transferring context: 50B done [2025-10-08T11:06:20.968Z] #25 DONE 0.2s [2025-10-08T11:06:20.968Z] [2025-10-08T11:06:20.968Z] #26 [security-secretstore-setup internal] load .dockerignore [2025-10-08T11:06:20.968Z] #26 transferring context: 50B done [2025-10-08T11:06:20.968Z] #26 DONE 0.2s [2025-10-08T11:06:20.968Z] [2025-10-08T11:06:20.969Z] #27 [security-secretstore-setup stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-10-08T11:06:20.969Z] #27 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-10-08T11:06:20.969Z] #27 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 [2025-10-08T11:06:20.969Z] #27 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done [2025-10-08T11:06:20.969Z] #27 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done [2025-10-08T11:06:20.969Z] #27 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done [2025-10-08T11:06:20.969Z] #27 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-10-08T11:06:21.236Z] #27 ... [2025-10-08T11:06:21.236Z] [2025-10-08T11:06:21.236Z] #28 [security-proxy-setup internal] load .dockerignore [2025-10-08T11:06:21.236Z] #28 transferring context: 50B done [2025-10-08T11:06:21.236Z] #28 DONE 0.3s [2025-10-08T11:06:21.236Z] [2025-10-08T11:06:21.236Z] #29 [core-keeper internal] load .dockerignore [2025-10-08T11:06:21.236Z] #29 transferring context: 50B done [2025-10-08T11:06:21.236Z] #29 DONE 0.3s [2025-10-08T11:06:21.236Z] [2025-10-08T11:06:21.236Z] #30 [security-spiffe-token-provider internal] load .dockerignore [2025-10-08T11:06:21.236Z] #30 transferring context: 50B done [2025-10-08T11:06:21.236Z] #30 DONE 0.3s [2025-10-08T11:06:21.236Z] [2025-10-08T11:06:21.236Z] #27 [security-spiffe-token-provider stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-10-08T11:06:21.236Z] #27 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-10-08T11:06:21.236Z] #27 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.2s done [2025-10-08T11:06:21.236Z] #27 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done [2025-10-08T11:06:21.236Z] #27 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done [2025-10-08T11:06:21.236Z] #27 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done [2025-10-08T11:06:21.236Z] #27 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-10-08T11:06:21.236Z] #27 ... [2025-10-08T11:06:21.236Z] [2025-10-08T11:06:21.236Z] #31 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-10-08T11:06:21.236Z] #31 DONE 0.5s [2025-10-08T11:06:21.236Z] [2025-10-08T11:06:21.236Z] #27 [core-keeper stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-10-08T11:06:21.236Z] #27 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-10-08T11:06:21.236Z] #27 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.2s done [2025-10-08T11:06:21.236Z] #27 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done [2025-10-08T11:06:21.236Z] #27 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done [2025-10-08T11:06:21.236Z] #27 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done [2025-10-08T11:06:21.236Z] #27 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-10-08T11:06:21.500Z] #27 DONE 0.6s [2025-10-08T11:06:21.500Z] [2025-10-08T11:06:21.500Z] #32 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 [2025-10-08T11:06:21.500Z] #32 DONE 0.6s [2025-10-08T11:06:21.500Z] [2025-10-08T11:06:21.500Z] #33 [core-command builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest [2025-10-08T11:06:21.500Z] #33 DONE 0.5s [2025-10-08T11:06:21.500Z] [2025-10-08T11:06:21.500Z] #34 [core-command stage-1 2/8] RUN apk add --update --no-cache dumb-init [2025-10-08T11:06:21.500Z] #34 ... [2025-10-08T11:06:21.500Z] [2025-10-08T11:06:21.500Z] #27 [security-spire-config stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-10-08T11:06:21.500Z] #27 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-10-08T11:06:21.500Z] #27 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.2s done [2025-10-08T11:06:21.500Z] #27 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done [2025-10-08T11:06:21.500Z] #27 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done [2025-10-08T11:06:21.500Z] #27 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done [2025-10-08T11:06:21.500Z] #27 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-10-08T11:06:21.500Z] #27 DONE 0.6s [2025-10-08T11:06:21.500Z] [2025-10-08T11:06:21.500Z] #35 [security-spire-config internal] load .dockerignore [2025-10-08T11:06:21.500Z] #35 transferring context: 50B done [2025-10-08T11:06:21.500Z] #35 DONE 0.2s [2025-10-08T11:06:21.790Z] [2025-10-08T11:06:21.790Z] #36 [support-notifications builder 2/7] WORKDIR /edgex-go [2025-10-08T11:06:22.740Z] #36 ... [2025-10-08T11:06:22.740Z] [2025-10-08T11:06:22.740Z] #37 [security-spire-server internal] load .dockerignore [2025-10-08T11:06:22.740Z] #37 transferring context: 50B done [2025-10-08T11:06:22.740Z] #37 DONE 1.6s [2025-10-08T11:06:22.998Z] [2025-10-08T11:06:22.998Z] #38 [core-keeper internal] load build context [2025-10-08T11:06:22.998Z] #38 ... [2025-10-08T11:06:22.998Z] [2025-10-08T11:06:22.998Z] #27 [security-spire-server stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-10-08T11:06:22.998Z] #27 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-10-08T11:06:22.998Z] #27 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.2s done [2025-10-08T11:06:22.998Z] #27 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done [2025-10-08T11:06:22.998Z] #27 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done [2025-10-08T11:06:22.998Z] #27 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done [2025-10-08T11:06:22.998Z] #27 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-10-08T11:06:22.998Z] #27 DONE 0.6s [2025-10-08T11:06:22.998Z] [2025-10-08T11:06:22.998Z] #36 [support-scheduler builder 2/7] WORKDIR /edgex-go [2025-10-08T11:06:22.998Z] #36 DONE 1.6s [2025-10-08T11:06:22.998Z] [2025-10-08T11:06:22.998Z] #38 [core-keeper internal] load build context [2025-10-08T11:06:23.260Z] #38 ... [2025-10-08T11:06:23.260Z] [2025-10-08T11:06:23.260Z] #39 [security-spire-config internal] load build context [2025-10-08T11:06:23.260Z] #39 transferring context: 22.05kB 0.0s done [2025-10-08T11:06:23.260Z] #39 DONE 1.9s [2025-10-08T11:06:23.260Z] [2025-10-08T11:06:23.260Z] #40 [security-spire-agent internal] load .dockerignore [2025-10-08T11:06:23.260Z] #40 transferring context: 50B 0.0s done [2025-10-08T11:06:23.260Z] #40 DONE 2.0s [2025-10-08T11:06:23.260Z] [2025-10-08T11:06:23.260Z] #38 [core-keeper internal] load build context [2025-10-08T11:06:23.519Z] #38 ... [2025-10-08T11:06:23.519Z] [2025-10-08T11:06:23.519Z] #27 [security-spire-agent stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-10-08T11:06:23.519Z] #27 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-10-08T11:06:23.519Z] #27 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.2s done [2025-10-08T11:06:23.519Z] #27 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done [2025-10-08T11:06:23.519Z] #27 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done [2025-10-08T11:06:23.519Z] #27 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done [2025-10-08T11:06:23.519Z] #27 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-10-08T11:06:23.519Z] #27 DONE 0.6s [2025-10-08T11:06:23.519Z] [2025-10-08T11:06:23.519Z] #41 [security-spire-server internal] load build context [2025-10-08T11:06:23.519Z] #41 transferring context: 23.80kB 0.0s done [2025-10-08T11:06:23.519Z] #41 DONE 0.5s [2025-10-08T11:06:23.519Z] [2025-10-08T11:06:23.519Z] #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-10-08T11:06:23.519Z] #42 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.0s done [2025-10-08T11:06:23.519Z] #42 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done [2025-10-08T11:06:23.519Z] #42 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.1s [2025-10-08T11:06:23.519Z] #42 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done [2025-10-08T11:06:23.519Z] #42 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done [2025-10-08T11:06:23.519Z] #42 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done [2025-10-08T11:06:23.519Z] #42 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.0s done [2025-10-08T11:06:23.519Z] #42 ... [2025-10-08T11:06:23.519Z] [2025-10-08T11:06:23.519Z] #43 [security-spire-agent internal] load build context [2025-10-08T11:06:23.519Z] #43 transferring context: 23.33kB 0.0s done [2025-10-08T11:06:23.519Z] #43 DONE 0.2s [2025-10-08T11:06:23.519Z] [2025-10-08T11:06:23.519Z] #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-10-08T11:06:23.519Z] #42 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.1s done [2025-10-08T11:06:23.519Z] #42 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be [2025-10-08T11:06:23.519Z] #42 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 0B / 295B 0.2s [2025-10-08T11:06:23.519Z] #42 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 0B / 15.53MB 0.2s [2025-10-08T11:06:23.781Z] #42 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.4s [2025-10-08T11:06:24.039Z] #42 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 3.15MB / 15.53MB 0.5s [2025-10-08T11:06:24.039Z] #42 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.5s done [2025-10-08T11:06:24.039Z] #42 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 0.6s [2025-10-08T11:06:24.612Z] #42 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 0.9s done [2025-10-08T11:06:24.961Z] #42 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done [2025-10-08T11:06:27.496Z] #42 ... [2025-10-08T11:06:27.496Z] [2025-10-08T11:06:27.496Z] #44 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-10-08T11:06:27.496Z] #44 DONE 5.9s [2025-10-08T11:06:27.496Z] [2025-10-08T11:06:27.496Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-08T11:06:27.496Z] #45 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.7s done [2025-10-08T11:06:27.496Z] #45 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-10-08T11:06:27.496Z] #45 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done [2025-10-08T11:06:27.496Z] #45 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done [2025-10-08T11:06:27.496Z] #45 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.2s done [2025-10-08T11:06:27.496Z] #45 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done [2025-10-08T11:06:27.496Z] #45 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.2s done [2025-10-08T11:06:27.496Z] #45 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done [2025-10-08T11:06:27.496Z] #45 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done [2025-10-08T11:06:27.496Z] #45 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 1.8s done [2025-10-08T11:06:27.496Z] #45 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done [2025-10-08T11:06:29.701Z] #45 ... [2025-10-08T11:06:29.701Z] [2025-10-08T11:06:29.701Z] #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-10-08T11:06:29.701Z] #42 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c [2025-10-08T11:06:31.084Z] #42 ... [2025-10-08T11:06:31.084Z] [2025-10-08T11:06:31.084Z] #46 [core-command internal] load build context [2025-10-08T11:06:31.084Z] #46 transferring context: 288.02MB 9.9s [2025-10-08T11:06:31.084Z] #46 ... [2025-10-08T11:06:31.084Z] [2025-10-08T11:06:31.084Z] #47 [security-bootstrapper internal] load build context [2025-10-08T11:06:31.084Z] #47 ... [2025-10-08T11:06:31.084Z] [2025-10-08T11:06:31.084Z] #48 [security-proxy-auth internal] load build context [2025-10-08T11:06:31.084Z] #48 ... [2025-10-08T11:06:31.084Z] [2025-10-08T11:06:31.084Z] #49 [security-proxy-setup internal] load build context [2025-10-08T11:06:31.344Z] #49 ... [2025-10-08T11:06:31.344Z] [2025-10-08T11:06:31.344Z] #50 [core-metadata internal] load build context [2025-10-08T11:06:31.344Z] #50 ... [2025-10-08T11:06:31.344Z] [2025-10-08T11:06:31.344Z] #51 [support-scheduler internal] load build context [2025-10-08T11:06:31.344Z] #51 ... [2025-10-08T11:06:31.344Z] [2025-10-08T11:06:31.344Z] #52 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-10-08T11:06:31.344Z] #0 2.286 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-10-08T11:06:31.344Z] #0 2.384 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-10-08T11:06:31.344Z] #0 2.688 (1/3) Installing ca-certificates (20250911-r0) [2025-10-08T11:06:31.344Z] #0 2.707 (2/3) Installing dumb-init (1.2.5-r3) [2025-10-08T11:06:31.344Z] #0 2.711 (3/3) Installing tzdata (2025b-r0) [2025-10-08T11:06:31.344Z] #0 2.759 Executing busybox-1.36.1-r29.trigger [2025-10-08T11:06:31.344Z] #0 2.769 Executing ca-certificates-20250911-r0.trigger [2025-10-08T11:06:31.344Z] #0 2.821 OK: 10 MiB in 17 packages [2025-10-08T11:06:31.607Z] #52 ... [2025-10-08T11:06:31.607Z] [2025-10-08T11:06:31.607Z] #53 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-10-08T11:06:31.607Z] #0 2.090 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-10-08T11:06:31.607Z] #0 2.199 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-10-08T11:06:31.607Z] #0 2.546 v3.20.7-132-g39e95c1f75e [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-10-08T11:06:31.607Z] #0 2.546 v3.20.7-131-ga58d0c92604 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-10-08T11:06:31.607Z] #0 2.546 OK: 24177 distinct packages available [2025-10-08T11:06:31.607Z] #0 2.629 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-10-08T11:06:31.607Z] #0 2.748 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-10-08T11:06:31.607Z] #0 3.007 (1/14) Installing ca-certificates (20250911-r0) [2025-10-08T11:06:31.607Z] #0 3.016 (2/14) Installing brotli-libs (1.1.0-r2) [2025-10-08T11:06:31.607Z] #0 3.029 (3/14) Installing c-ares (1.33.1-r0) [2025-10-08T11:06:31.607Z] #0 3.034 (4/14) Installing libunistring (1.2-r0) [2025-10-08T11:06:31.607Z] #0 3.046 (5/14) Installing libidn2 (2.3.7-r0) [2025-10-08T11:06:31.607Z] #0 3.050 (6/14) Installing nghttp2-libs (1.62.1-r0) [2025-10-08T11:06:31.607Z] #0 3.055 (7/14) Installing libpsl (0.21.5-r1) [2025-10-08T11:06:31.607Z] #0 3.058 (8/14) Installing zstd-libs (1.5.6-r0) [2025-10-08T11:06:31.607Z] #0 3.079 (9/14) Installing libcurl (8.14.1-r2) [2025-10-08T11:06:31.607Z] #0 3.093 (10/14) Installing curl (8.14.1-r2) [2025-10-08T11:06:31.607Z] #0 3.100 (11/14) Installing dumb-init (1.2.5-r3) [2025-10-08T11:06:31.607Z] #0 3.103 (12/14) Installing musl-obstack (1.2.3-r2) [2025-10-08T11:06:31.607Z] #0 3.106 (13/14) Installing libucontext (1.2-r3) [2025-10-08T11:06:31.607Z] #0 3.109 (14/14) Installing gcompat (1.1.0-r4) [2025-10-08T11:06:31.607Z] #0 3.113 Executing busybox-1.36.1-r29.trigger [2025-10-08T11:06:31.607Z] #0 3.119 Executing ca-certificates-20250911-r0.trigger [2025-10-08T11:06:31.607Z] #0 3.169 OK: 13 MiB in 28 packages [2025-10-08T11:06:31.607Z] #53 ... [2025-10-08T11:06:31.607Z] [2025-10-08T11:06:31.607Z] #54 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-10-08T11:06:31.607Z] #0 4.323 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-10-08T11:06:31.607Z] #0 4.337 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-10-08T11:06:31.607Z] #0 4.566 v3.20.7-132-g39e95c1f75e [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-10-08T11:06:31.607Z] #0 4.566 v3.20.7-131-ga58d0c92604 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-10-08T11:06:31.607Z] #0 4.566 OK: 24177 distinct packages available [2025-10-08T11:06:31.607Z] #0 4.621 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-10-08T11:06:31.607Z] #0 4.701 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-10-08T11:06:31.607Z] #0 4.950 (1/4) Installing dumb-init (1.2.5-r3) [2025-10-08T11:06:31.607Z] #0 4.957 (2/4) Installing musl-obstack (1.2.3-r2) [2025-10-08T11:06:31.607Z] #0 4.963 (3/4) Installing libucontext (1.2-r3) [2025-10-08T11:06:31.607Z] #0 4.966 (4/4) Installing gcompat (1.1.0-r4) [2025-10-08T11:06:31.607Z] #0 4.970 Executing busybox-1.36.1-r29.trigger [2025-10-08T11:06:31.607Z] #0 4.977 OK: 8 MiB in 18 packages [2025-10-08T11:06:31.871Z] #54 ... [2025-10-08T11:06:31.871Z] [2025-10-08T11:06:31.871Z] #55 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-10-08T11:06:31.871Z] #0 2.083 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-10-08T11:06:31.871Z] #0 2.167 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-10-08T11:06:31.871Z] #0 2.506 (1/2) Installing dumb-init (1.2.5-r3) [2025-10-08T11:06:31.871Z] #0 2.534 (2/2) Installing su-exec (0.2-r3) [2025-10-08T11:06:31.871Z] #0 2.558 Executing busybox-1.36.1-r29.trigger [2025-10-08T11:06:31.871Z] #0 2.569 OK: 8 MiB in 16 packages [2025-10-08T11:06:31.871Z] #55 ... [2025-10-08T11:06:31.871Z] [2025-10-08T11:06:31.871Z] #56 [core-data internal] load build context [2025-10-08T11:06:32.376Z] #56 ... [2025-10-08T11:06:32.376Z] [2025-10-08T11:06:32.376Z] #57 [support-notifications internal] load build context [2025-10-08T11:06:32.376Z] #57 ... [2025-10-08T11:06:32.376Z] [2025-10-08T11:06:32.376Z] #58 [core-common-config-bootstrapper internal] load build context [2025-10-08T11:06:32.756Z] #58 ... [2025-10-08T11:06:32.756Z] [2025-10-08T11:06:32.756Z] #59 [security-secretstore-setup internal] load build context [2025-10-08T11:06:32.756Z] #59 ... [2025-10-08T11:06:32.756Z] [2025-10-08T11:06:32.756Z] #60 [security-spiffe-token-provider internal] load build context [2025-10-08T11:06:33.015Z] #60 ... [2025-10-08T11:06:33.015Z] [2025-10-08T11:06:33.015Z] #61 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-10-08T11:06:33.015Z] #0 2.215 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-10-08T11:06:33.015Z] #0 2.313 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-10-08T11:06:33.015Z] #0 2.650 (1/1) Installing dumb-init (1.2.5-r3) [2025-10-08T11:06:33.015Z] #0 2.672 Executing busybox-1.36.1-r29.trigger [2025-10-08T11:06:33.015Z] #0 2.681 OK: 8 MiB in 15 packages [2025-10-08T11:06:33.015Z] #61 ... [2025-10-08T11:06:33.015Z] [2025-10-08T11:06:33.015Z] #62 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-10-08T11:06:33.015Z] #0 3.732 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-10-08T11:06:33.015Z] #0 3.851 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-10-08T11:06:33.015Z] #0 4.126 (1/6) Upgrading libcrypto3 (3.3.4-r0 -> 3.3.5-r0) [2025-10-08T11:06:33.015Z] #0 4.162 (2/6) Upgrading libssl3 (3.3.4-r0 -> 3.3.5-r0) [2025-10-08T11:06:33.015Z] #0 4.173 (3/6) Installing dumb-init (1.2.5-r3) [2025-10-08T11:06:33.015Z] #0 4.178 (4/6) Installing openssl (3.3.5-r0) [2025-10-08T11:06:33.015Z] #0 4.203 (5/6) Installing su-exec (0.2-r3) [2025-10-08T11:06:33.015Z] #0 4.209 (6/6) Installing yq-go (4.44.1-r2) [2025-10-08T11:06:33.015Z] #0 4.299 Executing busybox-1.36.1-r29.trigger [2025-10-08T11:06:33.015Z] #0 4.305 OK: 19 MiB in 18 packages [2025-10-08T11:06:33.015Z] #62 ... [2025-10-08T11:06:33.015Z] [2025-10-08T11:06:33.015Z] #63 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-10-08T11:06:33.015Z] #0 2.677 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-10-08T11:06:33.015Z] #0 2.764 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-10-08T11:06:33.015Z] #0 3.032 (1/7) Installing ca-certificates (20250911-r0) [2025-10-08T11:06:33.015Z] #0 3.052 (2/7) Installing dumb-init (1.2.5-r3) [2025-10-08T11:06:33.015Z] #0 3.056 (3/7) Installing libgcc (13.2.1_git20240309-r1) [2025-10-08T11:06:33.015Z] #0 3.064 (4/7) Installing libsodium (1.0.19-r0) [2025-10-08T11:06:33.015Z] #0 3.079 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) [2025-10-08T11:06:33.015Z] #0 3.112 (6/7) Installing libzmq (4.3.5-r2) [2025-10-08T11:06:33.015Z] #0 3.122 (7/7) Installing zeromq (4.3.5-r2) [2025-10-08T11:06:33.015Z] #0 3.129 Executing busybox-1.36.1-r29.trigger [2025-10-08T11:06:33.015Z] #0 3.136 Executing ca-certificates-20250911-r0.trigger [2025-10-08T11:06:33.015Z] #0 3.177 OK: 12 MiB in 21 packages [2025-10-08T11:06:33.015Z] #63 ... [2025-10-08T11:06:33.015Z] [2025-10-08T11:06:33.015Z] #64 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-10-08T11:06:33.422Z] #64 ... [2025-10-08T11:06:33.422Z] [2025-10-08T11:06:33.422Z] #65 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-10-08T11:06:33.422Z] #0 4.011 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-10-08T11:06:33.422Z] #0 4.108 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-10-08T11:06:33.422Z] #0 4.394 (1/4) Installing ca-certificates (20250911-r0) [2025-10-08T11:06:33.422Z] #0 4.409 (2/4) Installing dumb-init (1.2.5-r3) [2025-10-08T11:06:33.422Z] #0 4.417 (3/4) Installing su-exec (0.2-r3) [2025-10-08T11:06:33.422Z] #0 4.422 (4/4) Installing yq-go (4.44.1-r2) [2025-10-08T11:06:33.422Z] #0 4.505 Executing busybox-1.36.1-r29.trigger [2025-10-08T11:06:33.422Z] #0 4.505 Executing ca-certificates-20250911-r0.trigger [2025-10-08T11:06:33.422Z] #0 4.535 OK: 19 MiB in 18 packages [2025-10-08T11:06:33.681Z] #65 ... [2025-10-08T11:06:33.681Z] [2025-10-08T11:06:33.681Z] #66 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-10-08T11:06:33.681Z] #66 ... [2025-10-08T11:06:33.681Z] [2025-10-08T11:06:33.681Z] #38 [core-keeper internal] load build context [2025-10-08T11:06:33.681Z] #38 ... [2025-10-08T11:06:33.681Z] [2025-10-08T11:06:33.681Z] #67 [core-data builder 3/7] RUN apk add --update --no-cache make git [2025-10-08T11:06:33.681Z] #67 ... [2025-10-08T11:06:33.681Z] [2025-10-08T11:06:33.681Z] #68 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-10-08T11:06:33.943Z] #68 ... [2025-10-08T11:06:33.943Z] [2025-10-08T11:06:33.943Z] #69 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-10-08T11:06:33.943Z] #69 ... [2025-10-08T11:06:33.943Z] [2025-10-08T11:06:33.943Z] #70 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2025-10-08T11:06:33.943Z] #70 ... [2025-10-08T11:06:33.943Z] [2025-10-08T11:06:33.943Z] #71 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-10-08T11:06:34.201Z] #71 ... [2025-10-08T11:06:34.201Z] [2025-10-08T11:06:34.201Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-08T11:06:34.201Z] #45 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 3.8s done [2025-10-08T11:06:34.767Z] #45 ... [2025-10-08T11:06:34.767Z] [2025-10-08T11:06:34.767Z] #34 [core-command stage-1 2/8] RUN apk add --update --no-cache dumb-init [2025-10-08T11:06:34.767Z] #34 3.288 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-10-08T11:06:34.767Z] #34 3.385 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-10-08T11:06:34.767Z] #34 3.638 (1/1) Installing dumb-init (1.2.5-r3) [2025-10-08T11:06:34.767Z] #34 3.704 Executing busybox-1.36.1-r29.trigger [2025-10-08T11:06:34.767Z] #34 3.747 OK: 8 MiB in 15 packages [2025-10-08T11:06:34.767Z] #34 ... [2025-10-08T11:06:34.767Z] [2025-10-08T11:06:34.767Z] #38 [core-keeper internal] load build context [2025-10-08T11:06:35.340Z] #38 transferring context: 595.82MB 13.8s done [2025-10-08T11:06:37.241Z] #38 ... [2025-10-08T11:06:37.242Z] [2025-10-08T11:06:37.242Z] #72 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-10-08T11:06:37.501Z] #72 ... [2025-10-08T11:06:37.501Z] [2025-10-08T11:06:37.501Z] #46 [core-command internal] load build context [2025-10-08T11:06:37.501Z] #46 transferring context: 595.82MB 15.5s done [2025-10-08T11:06:40.034Z] #46 ... [2025-10-08T11:06:40.034Z] [2025-10-08T11:06:40.034Z] #57 [support-notifications internal] load build context [2025-10-08T11:06:40.034Z] #57 transferring context: 595.82MB 11.9s done [2025-10-08T11:06:40.034Z] #57 DONE 18.6s [2025-10-08T11:06:40.034Z] [2025-10-08T11:06:40.034Z] #51 [support-scheduler internal] load build context [2025-10-08T11:06:40.034Z] #51 transferring context: 595.82MB 15.1s done [2025-10-08T11:06:40.034Z] #51 ... [2025-10-08T11:06:40.034Z] [2025-10-08T11:06:40.034Z] #48 [security-proxy-auth internal] load build context [2025-10-08T11:06:40.034Z] #48 transferring context: 595.82MB 13.0s done [2025-10-08T11:06:40.034Z] #48 DONE 18.7s [2025-10-08T11:06:40.034Z] [2025-10-08T11:06:40.034Z] #65 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-10-08T11:06:40.034Z] #65 DONE 18.2s [2025-10-08T11:06:40.034Z] [2025-10-08T11:06:40.034Z] #34 [core-metadata stage-1 2/8] RUN apk add --update --no-cache dumb-init [2025-10-08T11:06:40.034Z] #34 DONE 18.2s [2025-10-08T11:06:40.034Z] [2025-10-08T11:06:40.034Z] #53 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-10-08T11:06:40.034Z] #53 DONE 18.2s [2025-10-08T11:06:40.034Z] [2025-10-08T11:06:40.034Z] #55 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-10-08T11:06:40.034Z] #55 DONE 18.2s [2025-10-08T11:06:40.034Z] [2025-10-08T11:06:40.034Z] #62 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-10-08T11:06:40.034Z] #62 DONE 18.2s [2025-10-08T11:06:40.034Z] [2025-10-08T11:06:40.034Z] #54 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-10-08T11:06:40.034Z] #54 DONE 18.2s [2025-10-08T11:06:40.034Z] [2025-10-08T11:06:40.034Z] #61 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-10-08T11:06:40.034Z] #61 DONE 18.2s [2025-10-08T11:06:40.034Z] [2025-10-08T11:06:40.034Z] #63 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-10-08T11:06:40.034Z] #63 DONE 18.3s [2025-10-08T11:06:40.034Z] [2025-10-08T11:06:40.034Z] #52 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-10-08T11:06:40.034Z] #52 DONE 18.3s [2025-10-08T11:06:40.034Z] [2025-10-08T11:06:40.034Z] #47 [security-bootstrapper internal] load build context [2025-10-08T11:06:40.034Z] #47 transferring context: 595.82MB 13.5s done [2025-10-08T11:06:40.034Z] #47 DONE 18.7s [2025-10-08T11:06:40.034Z] [2025-10-08T11:06:40.034Z] #56 [core-data internal] load build context [2025-10-08T11:06:40.034Z] #56 transferring context: 595.82MB 13.4s done [2025-10-08T11:06:40.034Z] #56 DONE 18.7s [2025-10-08T11:06:40.034Z] [2025-10-08T11:06:40.034Z] #50 [core-metadata internal] load build context [2025-10-08T11:06:40.034Z] #50 transferring context: 595.82MB 13.5s done [2025-10-08T11:06:40.034Z] #50 DONE 18.7s [2025-10-08T11:06:40.034Z] [2025-10-08T11:06:40.034Z] #60 [security-spiffe-token-provider internal] load build context [2025-10-08T11:06:40.034Z] #60 transferring context: 595.82MB 13.5s done [2025-10-08T11:06:40.034Z] #60 DONE 18.5s [2025-10-08T11:06:40.034Z] [2025-10-08T11:06:40.034Z] #49 [security-proxy-setup internal] load build context [2025-10-08T11:06:40.034Z] #49 transferring context: 595.82MB 13.6s done [2025-10-08T11:06:40.034Z] #49 DONE 18.5s [2025-10-08T11:06:40.034Z] [2025-10-08T11:06:40.034Z] #38 [core-keeper internal] load build context [2025-10-08T11:06:40.034Z] #38 DONE 18.5s [2025-10-08T11:06:40.034Z] [2025-10-08T11:06:40.034Z] #73 [core-common-config-bootstrapper stage-1 3/8] RUN apk --no-cache upgrade [2025-10-08T11:06:40.034Z] #73 ... [2025-10-08T11:06:40.034Z] [2025-10-08T11:06:40.034Z] #59 [security-secretstore-setup internal] load build context [2025-10-08T11:06:40.034Z] #59 transferring context: 595.82MB 14.4s done [2025-10-08T11:06:40.034Z] #59 DONE 18.7s [2025-10-08T11:06:40.034Z] [2025-10-08T11:06:40.034Z] #58 [core-common-config-bootstrapper internal] load build context [2025-10-08T11:06:40.034Z] #58 transferring context: 595.82MB 14.9s done [2025-10-08T11:06:40.034Z] #58 DONE 18.8s [2025-10-08T11:06:40.034Z] [2025-10-08T11:06:40.034Z] #51 [support-scheduler internal] load build context [2025-10-08T11:06:40.034Z] #51 DONE 18.8s [2025-10-08T11:06:40.034Z] [2025-10-08T11:06:40.034Z] #46 [core-command internal] load build context [2025-10-08T11:06:40.034Z] #46 DONE 18.9s [2025-10-08T11:06:40.034Z] [2025-10-08T11:06:40.034Z] #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-10-08T11:06:40.034Z] #42 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 2.3s done [2025-10-08T11:06:40.034Z] #42 DONE 16.4s [2025-10-08T11:06:40.034Z] [2025-10-08T11:06:40.034Z] #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-08T11:06:40.034Z] #45 DONE 18.4s [2025-10-08T11:06:40.034Z] [2025-10-08T11:06:40.034Z] #74 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-10-08T11:06:40.599Z] #74 ... [2025-10-08T11:06:40.599Z] [2025-10-08T11:06:40.599Z] #69 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-10-08T11:06:40.599Z] #69 DONE 17.4s [2025-10-08T11:06:40.599Z] [2025-10-08T11:06:40.599Z] #67 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2025-10-08T11:06:40.599Z] #67 17.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-10-08T11:06:40.599Z] #67 17.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-10-08T11:06:40.599Z] #67 17.38 OK: 248 MiB in 58 packages [2025-10-08T11:06:40.599Z] #67 DONE 17.6s [2025-10-08T11:06:40.599Z] [2025-10-08T11:06:40.599Z] #75 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2025-10-08T11:06:40.599Z] #75 DONE 0.1s [2025-10-08T11:06:40.599Z] [2025-10-08T11:06:40.599Z] #71 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-10-08T11:06:40.599Z] #71 17.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-10-08T11:06:40.599Z] #71 17.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-10-08T11:06:40.599Z] #71 17.43 OK: 248 MiB in 58 packages [2025-10-08T11:06:40.599Z] #71 DONE 17.6s [2025-10-08T11:06:40.599Z] [2025-10-08T11:06:40.599Z] #76 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-10-08T11:06:40.599Z] #76 DONE 0.1s [2025-10-08T11:06:40.599Z] [2025-10-08T11:06:40.599Z] #77 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-08T11:06:40.862Z] #77 ... [2025-10-08T11:06:40.862Z] [2025-10-08T11:06:40.862Z] #66 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-10-08T11:06:40.862Z] #66 17.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-10-08T11:06:40.862Z] #66 17.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-10-08T11:06:40.862Z] #66 17.76 OK: 248 MiB in 58 packages [2025-10-08T11:06:40.862Z] #66 DONE 17.9s [2025-10-08T11:06:40.862Z] [2025-10-08T11:06:40.862Z] #70 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2025-10-08T11:06:40.862Z] #70 17.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-10-08T11:06:40.862Z] #70 17.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-10-08T11:06:40.862Z] #70 17.79 OK: 248 MiB in 58 packages [2025-10-08T11:06:40.862Z] #70 DONE 17.9s [2025-10-08T11:06:40.862Z] [2025-10-08T11:06:40.862Z] #78 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-10-08T11:06:40.862Z] #78 DONE 0.1s [2025-10-08T11:06:41.121Z] [2025-10-08T11:06:41.121Z] #79 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2025-10-08T11:06:41.121Z] #79 DONE 0.1s [2025-10-08T11:06:41.121Z] [2025-10-08T11:06:41.121Z] #80 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-08T11:06:41.121Z] #80 ... [2025-10-08T11:06:41.121Z] [2025-10-08T11:06:41.121Z] #64 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-10-08T11:06:41.121Z] #64 17.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-10-08T11:06:41.121Z] #64 17.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-10-08T11:06:41.121Z] #64 17.42 v3.20.7-132-g39e95c1f75e [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-10-08T11:06:41.121Z] #64 17.42 v3.20.7-131-ga58d0c92604 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-10-08T11:06:41.121Z] #64 17.42 OK: 24177 distinct packages available [2025-10-08T11:06:41.121Z] #64 17.51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-10-08T11:06:41.121Z] #64 17.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-10-08T11:06:41.121Z] #64 17.91 (1/7) Upgrading libcrypto3 (3.3.4-r0 -> 3.3.5-r0) [2025-10-08T11:06:41.121Z] #64 17.96 (2/7) Upgrading libssl3 (3.3.4-r0 -> 3.3.5-r0) [2025-10-08T11:06:41.121Z] #64 17.97 (3/7) Installing dumb-init (1.2.5-r3) [2025-10-08T11:06:41.121Z] #64 17.97 (4/7) Installing musl-obstack (1.2.3-r2) [2025-10-08T11:06:41.121Z] #64 17.98 (5/7) Installing libucontext (1.2-r3) [2025-10-08T11:06:41.121Z] #64 17.98 (6/7) Installing gcompat (1.1.0-r4) [2025-10-08T11:06:41.121Z] #64 17.99 (7/7) Installing openssl (3.3.5-r0) [2025-10-08T11:06:41.121Z] #64 18.01 Executing busybox-1.36.1-r29.trigger [2025-10-08T11:06:41.121Z] #64 18.02 OK: 9 MiB in 19 packages [2025-10-08T11:06:41.121Z] #64 DONE 18.1s [2025-10-08T11:06:41.379Z] [2025-10-08T11:06:41.379Z] #81 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-10-08T11:06:41.379Z] #0 0.839 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-10-08T11:06:41.379Z] #0 0.957 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-10-08T11:06:41.379Z] #0 1.258 (1/6) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-10-08T11:06:41.379Z] #0 1.282 Executing busybox-1.36.1-r30.post-upgrade [2025-10-08T11:06:41.379Z] #0 1.331 (2/6) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-10-08T11:06:41.379Z] #0 1.357 (3/6) Upgrading ca-certificates-bundle (20250619-r0 -> 20250911-r0) [2025-10-08T11:06:41.379Z] #0 1.376 (4/6) Upgrading libcrypto3 (3.3.4-r0 -> 3.3.5-r0) [2025-10-08T11:06:41.379Z] #0 1.428 (5/6) Upgrading libssl3 (3.3.4-r0 -> 3.3.5-r0) [2025-10-08T11:06:41.379Z] #0 1.438 (6/6) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-10-08T11:06:41.379Z] #0 1.441 Executing busybox-1.36.1-r30.trigger [2025-10-08T11:06:41.379Z] #0 1.446 Executing ca-certificates-20250911-r0.trigger [2025-10-08T11:06:41.379Z] #0 1.492 OK: 13 MiB in 28 packages [2025-10-08T11:06:41.379Z] #81 DONE 1.6s [2025-10-08T11:06:41.379Z] [2025-10-08T11:06:41.379Z] #68 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-10-08T11:06:41.379Z] #68 17.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-10-08T11:06:41.379Z] #68 17.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-10-08T11:06:41.379Z] #68 17.74 v3.20.7-132-g39e95c1f75e [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-10-08T11:06:41.379Z] #68 17.74 v3.20.7-131-ga58d0c92604 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-10-08T11:06:41.379Z] #68 17.74 OK: 24181 distinct packages available [2025-10-08T11:06:41.379Z] #68 17.80 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-10-08T11:06:41.379Z] #68 17.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-10-08T11:06:41.379Z] #68 18.15 OK: 248 MiB in 58 packages [2025-10-08T11:06:41.379Z] #68 DONE 18.3s [2025-10-08T11:06:41.379Z] [2025-10-08T11:06:41.379Z] #82 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-10-08T11:06:41.379Z] #82 DONE 0.1s [2025-10-08T11:06:41.379Z] [2025-10-08T11:06:41.379Z] #72 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-10-08T11:06:41.379Z] #72 13.04 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-10-08T11:06:41.379Z] #72 13.44 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-10-08T11:06:41.379Z] #72 13.86 (1/1) Installing dumb-init (1.2.5-r3) [2025-10-08T11:06:41.379Z] #72 13.98 Executing busybox-1.36.1-r29.trigger [2025-10-08T11:06:41.379Z] #72 13.98 OK: 8 MiB in 15 packages [2025-10-08T11:06:41.379Z] #72 DONE 14.1s [2025-10-08T11:06:41.379Z] [2025-10-08T11:06:41.379Z] #83 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-08T11:06:42.331Z] #83 ... [2025-10-08T11:06:42.331Z] [2025-10-08T11:06:42.331Z] #84 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-10-08T11:06:42.331Z] #0 1.944 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-10-08T11:06:42.331Z] #0 2.023 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-10-08T11:06:42.331Z] #0 2.269 (1/4) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-10-08T11:06:42.331Z] #0 2.287 Executing busybox-1.36.1-r30.post-upgrade [2025-10-08T11:06:42.331Z] #0 2.329 (2/4) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-10-08T11:06:42.331Z] #0 2.332 (3/4) Upgrading ca-certificates-bundle (20250619-r0 -> 20250911-r0) [2025-10-08T11:06:42.331Z] #0 2.337 (4/4) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-10-08T11:06:42.331Z] #0 2.340 Executing busybox-1.36.1-r30.trigger [2025-10-08T11:06:42.331Z] #0 2.351 OK: 19 MiB in 18 packages [2025-10-08T11:06:42.331Z] #84 DONE 2.5s [2025-10-08T11:06:42.331Z] [2025-10-08T11:06:42.331Z] #85 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2025-10-08T11:06:42.331Z] #85 DONE 0.1s [2025-10-08T11:06:42.331Z] [2025-10-08T11:06:42.331Z] #73 [core-common-config-bootstrapper stage-1 3/8] RUN apk --no-cache upgrade [2025-10-08T11:06:42.331Z] #73 2.013 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-10-08T11:06:42.331Z] #73 2.084 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-10-08T11:06:42.331Z] #73 2.334 (1/6) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-10-08T11:06:42.331Z] #73 2.351 Executing busybox-1.36.1-r30.post-upgrade [2025-10-08T11:06:42.331Z] #73 2.404 (2/6) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-10-08T11:06:42.331Z] #73 2.410 (3/6) Upgrading ca-certificates-bundle (20250619-r0 -> 20250911-r0) [2025-10-08T11:06:42.331Z] #73 2.420 (4/6) Upgrading libcrypto3 (3.3.4-r0 -> 3.3.5-r0) [2025-10-08T11:06:42.331Z] #73 2.491 (5/6) Upgrading libssl3 (3.3.4-r0 -> 3.3.5-r0) [2025-10-08T11:06:42.331Z] #73 2.510 (6/6) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-10-08T11:06:42.331Z] #73 2.510 Executing busybox-1.36.1-r30.trigger [2025-10-08T11:06:42.331Z] #73 2.520 OK: 8 MiB in 15 packages [2025-10-08T11:06:42.331Z] #73 DONE 2.7s [2025-10-08T11:06:42.331Z] [2025-10-08T11:06:42.331Z] #86 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-10-08T11:06:42.331Z] #0 1.932 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-10-08T11:06:42.331Z] #0 2.006 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-10-08T11:06:42.331Z] #0 2.291 (1/6) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-10-08T11:06:42.331Z] #0 2.308 Executing busybox-1.36.1-r30.post-upgrade [2025-10-08T11:06:42.331Z] #0 2.342 (2/6) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-10-08T11:06:42.331Z] #0 2.350 (3/6) Upgrading ca-certificates-bundle (20250619-r0 -> 20250911-r0) [2025-10-08T11:06:42.331Z] #0 2.360 (4/6) Upgrading libcrypto3 (3.3.4-r0 -> 3.3.5-r0) [2025-10-08T11:06:42.331Z] #0 2.395 (5/6) Upgrading libssl3 (3.3.4-r0 -> 3.3.5-r0) [2025-10-08T11:06:42.331Z] #0 2.407 (6/6) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-10-08T11:06:42.331Z] #0 2.419 Executing busybox-1.36.1-r30.trigger [2025-10-08T11:06:42.331Z] #0 2.429 OK: 8 MiB in 18 packages [2025-10-08T11:06:42.331Z] #86 DONE 2.7s [2025-10-08T11:06:42.331Z] [2025-10-08T11:06:42.331Z] #87 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-10-08T11:06:42.900Z] #87 DONE 0.6s [2025-10-08T11:06:42.901Z] [2025-10-08T11:06:42.901Z] #88 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-10-08T11:06:42.901Z] #0 2.250 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-10-08T11:06:42.901Z] #0 2.322 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-10-08T11:06:42.901Z] #0 2.655 (1/6) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-10-08T11:06:42.901Z] #0 2.675 Executing busybox-1.36.1-r30.post-upgrade [2025-10-08T11:06:42.901Z] #0 2.710 (2/6) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-10-08T11:06:42.901Z] #0 2.714 (3/6) Upgrading ca-certificates-bundle (20250619-r0 -> 20250911-r0) [2025-10-08T11:06:42.901Z] #0 2.724 (4/6) Upgrading libcrypto3 (3.3.4-r0 -> 3.3.5-r0) [2025-10-08T11:06:42.901Z] #0 2.764 (5/6) Upgrading libssl3 (3.3.4-r0 -> 3.3.5-r0) [2025-10-08T11:06:42.901Z] #0 2.775 (6/6) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-10-08T11:06:42.901Z] #0 2.780 Executing busybox-1.36.1-r30.trigger [2025-10-08T11:06:42.901Z] #0 2.783 Executing ca-certificates-20250911-r0.trigger [2025-10-08T11:06:42.901Z] #0 2.825 OK: 19 MiB in 18 packages [2025-10-08T11:06:42.901Z] #88 DONE 3.3s [2025-10-08T11:06:42.901Z] [2025-10-08T11:06:42.901Z] #89 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2025-10-08T11:06:43.165Z] #89 DONE 0.1s [2025-10-08T11:06:43.165Z] [2025-10-08T11:06:43.165Z] #90 [security-spire-config stage-2 6/10] COPY security.txt / [2025-10-08T11:06:43.165Z] #90 DONE 0.1s [2025-10-08T11:06:43.165Z] [2025-10-08T11:06:43.165Z] #91 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-10-08T11:06:43.165Z] #0 2.410 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-10-08T11:06:43.165Z] #0 2.535 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-10-08T11:06:43.165Z] #0 2.841 (1/6) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-10-08T11:06:43.165Z] #0 2.858 Executing busybox-1.36.1-r30.post-upgrade [2025-10-08T11:06:43.165Z] #0 3.314 (2/6) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-10-08T11:06:43.165Z] #0 3.317 (3/6) Upgrading ca-certificates-bundle (20250619-r0 -> 20250911-r0) [2025-10-08T11:06:43.165Z] #0 3.326 (4/6) Upgrading libcrypto3 (3.3.4-r0 -> 3.3.5-r0) [2025-10-08T11:06:43.165Z] #0 3.355 (5/6) Upgrading libssl3 (3.3.4-r0 -> 3.3.5-r0) [2025-10-08T11:06:43.165Z] #0 3.374 (6/6) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-10-08T11:06:43.165Z] #0 3.377 Executing busybox-1.36.1-r30.trigger [2025-10-08T11:06:43.165Z] #0 3.382 OK: 8 MiB in 16 packages [2025-10-08T11:06:43.165Z] #91 DONE 3.5s [2025-10-08T11:06:43.165Z] [2025-10-08T11:06:43.165Z] #92 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-10-08T11:06:43.165Z] #92 ... [2025-10-08T11:06:43.165Z] [2025-10-08T11:06:43.165Z] #93 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-10-08T11:06:43.165Z] #0 2.491 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-10-08T11:06:43.165Z] #0 2.572 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-10-08T11:06:43.165Z] #0 2.922 (1/6) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-10-08T11:06:43.165Z] #0 2.940 Executing busybox-1.36.1-r30.post-upgrade [2025-10-08T11:06:43.165Z] #0 3.312 (2/6) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-10-08T11:06:43.165Z] #0 3.320 (3/6) Upgrading ca-certificates-bundle (20250619-r0 -> 20250911-r0) [2025-10-08T11:06:43.165Z] #0 3.326 (4/6) Upgrading libcrypto3 (3.3.4-r0 -> 3.3.5-r0) [2025-10-08T11:06:43.165Z] #0 3.381 (5/6) Upgrading libssl3 (3.3.4-r0 -> 3.3.5-r0) [2025-10-08T11:06:43.165Z] #0 3.400 (6/6) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-10-08T11:06:43.165Z] #0 3.400 Executing busybox-1.36.1-r30.trigger [2025-10-08T11:06:43.165Z] #0 3.405 OK: 8 MiB in 15 packages [2025-10-08T11:06:43.165Z] #93 DONE 3.6s [2025-10-08T11:06:43.165Z] [2025-10-08T11:06:43.165Z] #74 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-10-08T11:06:43.165Z] #74 2.469 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-10-08T11:06:43.165Z] #74 2.560 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-10-08T11:06:43.165Z] #74 2.865 (1/6) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-10-08T11:06:43.165Z] #74 2.879 Executing busybox-1.36.1-r30.post-upgrade [2025-10-08T11:06:43.165Z] #74 3.282 (2/6) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-10-08T11:06:43.165Z] #74 3.287 (3/6) Upgrading ca-certificates-bundle (20250619-r0 -> 20250911-r0) [2025-10-08T11:06:43.165Z] #74 3.290 (4/6) Upgrading libcrypto3 (3.3.4-r0 -> 3.3.5-r0) [2025-10-08T11:06:43.165Z] #74 3.339 (5/6) Upgrading libssl3 (3.3.4-r0 -> 3.3.5-r0) [2025-10-08T11:06:43.165Z] #74 3.351 (6/6) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-10-08T11:06:43.165Z] #74 3.355 Executing busybox-1.36.1-r30.trigger [2025-10-08T11:06:43.165Z] #74 3.357 Executing ca-certificates-20250911-r0.trigger [2025-10-08T11:06:43.165Z] #74 3.410 OK: 10 MiB in 17 packages [2025-10-08T11:06:43.165Z] #74 DONE 3.6s [2025-10-08T11:06:43.165Z] [2025-10-08T11:06:43.165Z] #94 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-10-08T11:06:43.165Z] #0 2.506 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-10-08T11:06:43.165Z] #0 2.571 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-10-08T11:06:43.165Z] #0 2.853 (1/6) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-10-08T11:06:43.165Z] #0 2.875 Executing busybox-1.36.1-r30.post-upgrade [2025-10-08T11:06:43.165Z] #0 3.286 (2/6) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-10-08T11:06:43.165Z] #0 3.290 (3/6) Upgrading ca-certificates-bundle (20250619-r0 -> 20250911-r0) [2025-10-08T11:06:43.165Z] #0 3.299 (4/6) Upgrading libcrypto3 (3.3.4-r0 -> 3.3.5-r0) [2025-10-08T11:06:43.165Z] #0 3.363 (5/6) Upgrading libssl3 (3.3.4-r0 -> 3.3.5-r0) [2025-10-08T11:06:43.165Z] #0 3.370 (6/6) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-10-08T11:06:43.165Z] #0 3.378 Executing busybox-1.36.1-r30.trigger [2025-10-08T11:06:43.165Z] #0 3.378 Executing ca-certificates-20250911-r0.trigger [2025-10-08T11:06:43.165Z] #0 3.409 OK: 12 MiB in 21 packages [2025-10-08T11:06:43.165Z] #94 DONE 3.6s [2025-10-08T11:06:43.165Z] [2025-10-08T11:06:43.165Z] #95 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2025-10-08T11:06:43.165Z] #95 DONE 0.1s [2025-10-08T11:06:43.426Z] [2025-10-08T11:06:43.426Z] #96 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2025-10-08T11:06:43.426Z] #96 DONE 0.0s [2025-10-08T11:06:43.426Z] [2025-10-08T11:06:43.426Z] #97 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2025-10-08T11:06:43.426Z] #97 DONE 0.0s [2025-10-08T11:06:43.426Z] [2025-10-08T11:06:43.426Z] #98 [security-spire-config] exporting to image [2025-10-08T11:06:43.426Z] #98 exporting layers [2025-10-08T11:06:43.686Z] #98 exporting layers 0.4s done [2025-10-08T11:06:43.686Z] #98 writing image sha256:69115ae84ce3c90ecaa20868c316c9171b1a9a545d2261b288123900d5787dc4 done [2025-10-08T11:06:43.686Z] #98 naming to docker.io/library/security-spire-config 0.0s done [2025-10-08T11:06:43.686Z] #98 DONE 0.4s [2025-10-08T11:06:43.686Z] [2025-10-08T11:06:43.686Z] #99 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-10-08T11:06:43.686Z] #0 2.545 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-10-08T11:06:43.686Z] #0 2.754 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-10-08T11:06:43.686Z] #0 3.196 OK: 248 MiB in 58 packages [2025-10-08T11:06:43.686Z] #99 DONE 3.3s [2025-10-08T11:06:43.686Z] [2025-10-08T11:06:43.686Z] #100 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-10-08T11:06:43.686Z] #100 DONE 0.1s [2025-10-08T11:06:43.686Z] [2025-10-08T11:06:43.686Z] #101 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-10-08T11:06:43.686Z] #0 2.629 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-10-08T11:06:43.946Z] #101 2.705 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-10-08T11:06:44.209Z] #101 3.011 (1/4) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-10-08T11:06:44.209Z] #101 3.028 Executing busybox-1.36.1-r30.post-upgrade [2025-10-08T11:06:44.209Z] #101 3.058 (2/4) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-10-08T11:06:44.209Z] #101 3.061 (3/4) Upgrading ca-certificates-bundle (20250619-r0 -> 20250911-r0) [2025-10-08T11:06:44.209Z] #101 ... [2025-10-08T11:06:44.209Z] [2025-10-08T11:06:44.209Z] #92 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-10-08T11:06:44.209Z] #92 DONE 1.1s [2025-10-08T11:06:44.209Z] [2025-10-08T11:06:44.209Z] #101 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2025-10-08T11:06:44.209Z] #101 3.071 (4/4) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-10-08T11:06:44.209Z] #101 3.075 Executing busybox-1.36.1-r30.trigger [2025-10-08T11:06:44.209Z] #101 3.088 OK: 9 MiB in 19 packages [2025-10-08T11:06:44.484Z] #101 DONE 3.2s [2025-10-08T11:06:44.485Z] [2025-10-08T11:06:44.485Z] #102 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2025-10-08T11:06:44.485Z] #102 DONE 0.0s [2025-10-08T11:06:44.485Z] [2025-10-08T11:06:44.485Z] #103 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-10-08T11:06:44.743Z] #103 DONE 0.5s [2025-10-08T11:06:44.743Z] [2025-10-08T11:06:44.743Z] #104 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-10-08T11:06:44.743Z] #104 DONE 0.5s [2025-10-08T11:06:44.743Z] [2025-10-08T11:06:44.743Z] #105 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-10-08T11:06:44.743Z] #105 DONE 0.0s [2025-10-08T11:06:44.743Z] [2025-10-08T11:06:44.743Z] #106 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-10-08T11:06:45.000Z] #106 ... [2025-10-08T11:06:45.000Z] [2025-10-08T11:06:45.000Z] #107 [security-spire-server stage-2 6/9] COPY security.txt / [2025-10-08T11:06:45.000Z] #107 DONE 0.1s [2025-10-08T11:06:45.000Z] [2025-10-08T11:06:45.000Z] #108 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-10-08T11:06:45.260Z] #108 DONE 0.4s [2025-10-08T11:06:45.260Z] [2025-10-08T11:06:45.260Z] #106 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-10-08T11:06:45.260Z] #106 DONE 0.5s [2025-10-08T11:06:45.260Z] [2025-10-08T11:06:45.260Z] #109 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2025-10-08T11:06:45.260Z] #109 DONE 0.0s [2025-10-08T11:06:45.260Z] [2025-10-08T11:06:45.260Z] #110 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2025-10-08T11:06:45.519Z] #110 DONE 0.0s [2025-10-08T11:06:45.519Z] [2025-10-08T11:06:45.519Z] #111 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2025-10-08T11:06:45.519Z] #111 DONE 0.0s [2025-10-08T11:06:45.519Z] [2025-10-08T11:06:45.519Z] #112 [security-spire-agent stage-3 7/10] COPY security.txt / [2025-10-08T11:06:45.519Z] #112 DONE 0.0s [2025-10-08T11:06:45.519Z] [2025-10-08T11:06:45.519Z] #113 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2025-10-08T11:06:45.519Z] #113 DONE 0.1s [2025-10-08T11:06:45.519Z] [2025-10-08T11:06:45.519Z] #114 [security-spire-server] exporting to image [2025-10-08T11:06:45.519Z] #114 ... [2025-10-08T11:06:45.519Z] [2025-10-08T11:06:45.519Z] #115 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2025-10-08T11:06:45.519Z] #115 DONE 0.0s [2025-10-08T11:06:45.519Z] [2025-10-08T11:06:45.519Z] #116 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2025-10-08T11:06:45.519Z] #116 DONE 0.0s [2025-10-08T11:06:45.778Z] [2025-10-08T11:06:45.778Z] #117 [security-spire-agent] exporting to image [2025-10-08T11:06:46.036Z] #117 ... [2025-10-08T11:06:46.037Z] [2025-10-08T11:06:46.037Z] #114 [security-spire-server] exporting to image [2025-10-08T11:06:46.037Z] #114 exporting layers 0.4s done [2025-10-08T11:06:46.037Z] #114 writing image sha256:d3a7c6810c532048ec58ef192047c5b2274fa0e42a65bb4244dd3cf3bb768cc6 done [2025-10-08T11:06:46.037Z] #114 naming to docker.io/library/security-spire-server done [2025-10-08T11:06:46.037Z] #114 DONE 0.4s [2025-10-08T11:06:46.037Z] [2025-10-08T11:06:46.037Z] #117 [security-spire-agent] exporting to image [2025-10-08T11:06:46.037Z] #117 exporting layers 0.4s done [2025-10-08T11:06:46.037Z] #117 writing image sha256:dacf14efe08180a80dd0a275ee54baf5c97db6444f13147c8ee44a9c3f2b649a done [2025-10-08T11:06:46.037Z] #117 naming to docker.io/library/security-spire-agent done [2025-10-08T11:06:46.037Z] #117 DONE 0.4s [2025-10-08T11:06:46.037Z] [2025-10-08T11:06:46.037Z] #118 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-08T11:06:51.310Z] #118 ... [2025-10-08T11:06:51.310Z] [2025-10-08T11:06:51.310Z] #119 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-08T11:06:51.310Z] #119 ... [2025-10-08T11:06:51.310Z] [2025-10-08T11:06:51.310Z] #120 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-08T11:07:08.168Z] Removing intermediate container be5c08893586 [2025-10-08T11:07:08.168Z] ---> 6a8e83c94209 [2025-10-08T11:07:08.168Z] Successfully built 6a8e83c94209 [2025-10-08T11:07:08.168Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:07:08.513Z] + docker inspect -f . ci-base-image-arm64 [2025-10-08T11:07:08.514Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-10-08T11:07:08.726Z] prd-ubuntu20.04-docker-arm64-4c-16g-116870 does not seem to be running inside a container [2025-10-08T11:07:08.795Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/909 -v /w/workspace/edgex-go/909:/w/workspace/edgex-go/909:rw,z -v /w/workspace/edgex-go/909@tmp:/w/workspace/edgex-go/909@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-10-08T11:07:09.408Z] #120 ... [2025-10-08T11:07:09.408Z] [2025-10-08T11:07:09.408Z] #118 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-08T11:07:09.408Z] #118 DONE 23.1s [2025-10-08T11:07:09.408Z] [2025-10-08T11:07:09.408Z] #77 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-08T11:07:09.408Z] #77 DONE 26.3s [2025-10-08T11:07:09.408Z] [2025-10-08T11:07:09.408Z] #80 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-08T11:07:09.408Z] #80 DONE 25.9s [2025-10-08T11:07:09.408Z] [2025-10-08T11:07:09.408Z] #83 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-08T11:07:09.408Z] #83 DONE 25.6s [2025-10-08T11:07:09.408Z] [2025-10-08T11:07:09.408Z] #120 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-08T11:07:09.408Z] #120 DONE 26.0s [2025-10-08T11:07:09.408Z] [2025-10-08T11:07:09.408Z] #119 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-08T11:07:09.408Z] #119 DONE 26.3s [2025-10-08T11:07:09.408Z] [2025-10-08T11:07:09.408Z] #121 [core-metadata builder 6/7] COPY . . [2025-10-08T11:07:09.987Z] $ docker top 9bc6e8976eac0c12dd3450c07eb680f07f921830f4ee21d0ed34dfdb474047cf -eo pid,comm [Pipeline] { [Pipeline] sh [2025-10-08T11:07:10.830Z] + go version [2025-10-08T11:07:12.241Z] go version go1.23.9 linux/arm64 [Pipeline] } [2025-10-08T11:07:12.258Z] $ docker stop --time=1 9bc6e8976eac0c12dd3450c07eb680f07f921830f4ee21d0ed34dfdb474047cf [2025-10-08T11:07:13.844Z] $ docker rm -f --volumes 9bc6e8976eac0c12dd3450c07eb680f07f921830f4ee21d0ed34dfdb474047cf [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-10-08T11:07:14.524Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-10-08T11:07:14.524Z] [2025-10-08T11:07:14.524Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:07:14.869Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-10-08T11:07:14.869Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2025-10-08T11:07:14.869Z] 547446be3368: Pulling fs layer [2025-10-08T11:07:14.869Z] d125d8839a47: Pulling fs layer [2025-10-08T11:07:14.869Z] 3e85d5ac6304: Pulling fs layer [2025-10-08T11:07:14.869Z] c3105a71a48b: Pulling fs layer [2025-10-08T11:07:14.869Z] 0f093f025ec4: Pulling fs layer [2025-10-08T11:07:14.869Z] c3106fc0e877: Pulling fs layer [2025-10-08T11:07:14.869Z] 0f093f025ec4: Waiting [2025-10-08T11:07:14.869Z] c3106fc0e877: Waiting [2025-10-08T11:07:14.869Z] c3105a71a48b: Waiting [2025-10-08T11:07:15.136Z] 547446be3368: Verifying Checksum [2025-10-08T11:07:15.136Z] 547446be3368: Download complete [2025-10-08T11:07:15.136Z] c3105a71a48b: Verifying Checksum [2025-10-08T11:07:15.136Z] c3105a71a48b: Download complete [2025-10-08T11:07:15.405Z] d125d8839a47: Verifying Checksum [2025-10-08T11:07:15.405Z] d125d8839a47: Download complete [2025-10-08T11:07:15.672Z] c3106fc0e877: Verifying Checksum [2025-10-08T11:07:15.672Z] c3106fc0e877: Download complete [2025-10-08T11:07:15.672Z] 0f093f025ec4: Verifying Checksum [2025-10-08T11:07:15.672Z] 0f093f025ec4: Download complete [2025-10-08T11:07:15.940Z] 547446be3368: Pull complete [2025-10-08T11:07:16.902Z] d125d8839a47: Pull complete [2025-10-08T11:07:17.488Z] 3e85d5ac6304: Verifying Checksum [2025-10-08T11:07:17.488Z] 3e85d5ac6304: Download complete [2025-10-08T11:07:17.549Z] #121 DONE 9.6s [2025-10-08T11:07:17.549Z] [2025-10-08T11:07:17.549Z] #122 [support-scheduler builder 6/7] COPY . . [2025-10-08T11:07:17.549Z] #122 DONE 9.6s [2025-10-08T11:07:17.549Z] [2025-10-08T11:07:17.549Z] #123 [security-spiffe-token-provider builder 6/7] COPY . . [2025-10-08T11:07:17.549Z] #123 DONE 9.6s [2025-10-08T11:07:17.549Z] [2025-10-08T11:07:17.549Z] #124 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-10-08T11:07:17.549Z] #124 ... [2025-10-08T11:07:17.549Z] [2025-10-08T11:07:17.549Z] #125 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-08T11:07:17.549Z] #125 CACHED [2025-10-08T11:07:17.549Z] [2025-10-08T11:07:17.549Z] #126 [core-data builder 4/7] COPY go.mod vendor* ./ [2025-10-08T11:07:17.549Z] #126 CACHED [2025-10-08T11:07:17.549Z] [2025-10-08T11:07:17.549Z] #127 [core-data builder 6/7] COPY . . [2025-10-08T11:07:17.549Z] #127 CACHED [2025-10-08T11:07:17.549Z] [2025-10-08T11:07:17.549Z] #128 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2025-10-08T11:07:17.549Z] #128 CACHED [2025-10-08T11:07:17.549Z] [2025-10-08T11:07:17.549Z] #129 [security-proxy-auth builder 6/7] COPY . . [2025-10-08T11:07:17.549Z] #129 CACHED [2025-10-08T11:07:17.549Z] [2025-10-08T11:07:17.549Z] #130 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-08T11:07:17.549Z] #130 CACHED [2025-10-08T11:07:17.549Z] [2025-10-08T11:07:17.549Z] #131 [core-common-config-bootstrapper builder 6/7] COPY . . [2025-10-08T11:07:17.549Z] #131 CACHED [2025-10-08T11:07:17.549Z] [2025-10-08T11:07:17.549Z] #132 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-08T11:07:17.549Z] #132 CACHED [2025-10-08T11:07:17.549Z] [2025-10-08T11:07:17.549Z] #133 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-10-08T11:07:17.549Z] #133 CACHED [2025-10-08T11:07:17.549Z] [2025-10-08T11:07:17.549Z] #134 [core-metadata builder 6/7] COPY . . [2025-10-08T11:07:17.549Z] #134 CACHED [2025-10-08T11:07:17.549Z] [2025-10-08T11:07:17.549Z] #135 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-08T11:07:17.549Z] #135 CACHED [2025-10-08T11:07:17.549Z] [2025-10-08T11:07:17.549Z] #136 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2025-10-08T11:07:17.549Z] #136 CACHED [2025-10-08T11:07:17.549Z] [2025-10-08T11:07:17.549Z] #137 [core-keeper builder 7/8] COPY . . [2025-10-08T11:07:17.549Z] #137 DONE 9.6s [2025-10-08T11:07:17.549Z] [2025-10-08T11:07:17.549Z] #138 [security-bootstrapper builder 6/7] COPY . . [2025-10-08T11:07:17.549Z] #138 DONE 9.6s [2025-10-08T11:07:17.549Z] [2025-10-08T11:07:17.549Z] #139 [support-notifications builder 6/7] COPY . . [2025-10-08T11:07:17.549Z] #139 DONE 9.6s [2025-10-08T11:07:17.549Z] [2025-10-08T11:07:17.549Z] #140 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2025-10-08T11:07:17.549Z] #140 CACHED [2025-10-08T11:07:17.549Z] [2025-10-08T11:07:17.549Z] #141 [security-secretstore-setup builder 6/7] COPY . . [2025-10-08T11:07:17.549Z] #141 CACHED [2025-10-08T11:07:17.549Z] [2025-10-08T11:07:17.549Z] #142 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-08T11:07:17.549Z] #142 CACHED [2025-10-08T11:07:17.549Z] [2025-10-08T11:07:17.549Z] #143 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2025-10-08T11:07:17.549Z] #143 CACHED [2025-10-08T11:07:17.549Z] [2025-10-08T11:07:17.549Z] #144 [security-proxy-setup builder 6/7] COPY . . [2025-10-08T11:07:17.549Z] #144 CACHED [2025-10-08T11:07:17.549Z] [2025-10-08T11:07:17.549Z] #145 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-08T11:07:17.549Z] #145 CACHED [2025-10-08T11:07:17.549Z] [2025-10-08T11:07:17.549Z] #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-10-08T11:07:17.806Z] #146 1.141 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-10-08T11:07:27.582Z] 3e85d5ac6304: Pull complete [2025-10-08T11:07:27.582Z] c3105a71a48b: Pull complete [2025-10-08T11:07:27.787Z] #146 ... [2025-10-08T11:07:27.787Z] [2025-10-08T11:07:27.787Z] #147 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-10-08T11:07:27.787Z] #0 0.766 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-10-08T11:07:27.787Z] #147 ... [2025-10-08T11:07:27.787Z] [2025-10-08T11:07:27.787Z] #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-10-08T11:07:27.787Z] #0 1.163 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-10-08T11:07:27.787Z] #148 ... [2025-10-08T11:07:27.787Z] [2025-10-08T11:07:27.787Z] #149 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-10-08T11:07:27.787Z] #0 0.623 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-10-08T11:07:27.787Z] #149 ... [2025-10-08T11:07:27.787Z] [2025-10-08T11:07:27.787Z] #150 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-10-08T11:07:27.787Z] #0 1.172 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-10-08T11:07:27.787Z] #150 ... [2025-10-08T11:07:27.787Z] [2025-10-08T11:07:27.787Z] #151 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-10-08T11:07:27.787Z] #0 1.184 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-10-08T11:07:27.787Z] #151 ... [2025-10-08T11:07:27.787Z] [2025-10-08T11:07:27.787Z] #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-10-08T11:07:27.787Z] #0 0.636 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-10-08T11:07:27.787Z] #152 ... [2025-10-08T11:07:27.787Z] [2025-10-08T11:07:27.787Z] #153 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-10-08T11:07:27.787Z] #0 1.180 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-10-08T11:07:27.787Z] #153 ... [2025-10-08T11:07:27.787Z] [2025-10-08T11:07:27.787Z] #154 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-10-08T11:07:27.787Z] #0 0.623 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-10-08T11:07:27.787Z] #154 ... [2025-10-08T11:07:27.787Z] [2025-10-08T11:07:27.787Z] #155 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-10-08T11:07:27.787Z] #0 1.170 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2025-10-08T11:07:28.047Z] #155 ... [2025-10-08T11:07:28.047Z] [2025-10-08T11:07:28.047Z] #124 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-10-08T11:07:28.047Z] #124 0.625 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-10-08T11:07:28.305Z] #124 ... [2025-10-08T11:07:28.305Z] [2025-10-08T11:07:28.305Z] #156 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-10-08T11:07:28.305Z] #0 1.155 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-10-08T11:07:28.544Z] 0f093f025ec4: Pull complete [2025-10-08T11:07:28.818Z] c3106fc0e877: Pull complete [2025-10-08T11:07:28.818Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2025-10-08T11:07:28.818Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-10-08T11:07:28.818Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-10-08T11:07:29.031Z] prd-ubuntu20.04-docker-arm64-4c-16g-116870 does not seem to be running inside a container [2025-10-08T11:07:29.094Z] $ 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/909 -v /w/workspace/edgex-go/909:/w/workspace/edgex-go/909:rw,z -v /w/workspace/edgex-go/909@tmp:/w/workspace/edgex-go/909@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-10-08T11:07:31.013Z] $ docker top 2259739dcbc32abac43141a93ae1252db06d8cdbce4388a5ea71a58c15ac90e4 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-10-08T11:07:31.546Z] + docker compose -f ./docker-compose-build.yml build --parallel [2025-10-08T11:07:41.632Z] #1 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2025-10-08T11:07:41.632Z] #1 transferring dockerfile: 2.23kB done [2025-10-08T11:07:41.632Z] #1 DONE 0.1s [2025-10-08T11:07:41.632Z] [2025-10-08T11:07:41.632Z] #2 [security-secretstore-setup internal] load build definition from Dockerfile [2025-10-08T11:07:41.632Z] #2 transferring dockerfile: 2.49kB done [2025-10-08T11:07:41.632Z] #2 DONE 0.0s [2025-10-08T11:07:41.632Z] [2025-10-08T11:07:41.632Z] #3 [core-data internal] load build definition from Dockerfile [2025-10-08T11:07:41.632Z] #3 transferring dockerfile: 2.04kB done [2025-10-08T11:07:41.632Z] #3 DONE 0.0s [2025-10-08T11:07:41.632Z] [2025-10-08T11:07:41.632Z] #4 [core-keeper internal] load build definition from Dockerfile [2025-10-08T11:07:41.632Z] #4 transferring dockerfile: 2.01kB done [2025-10-08T11:07:41.632Z] #4 DONE 0.0s [2025-10-08T11:07:41.632Z] [2025-10-08T11:07:41.632Z] #5 [security-proxy-setup internal] load build definition from Dockerfile [2025-10-08T11:07:41.632Z] #5 transferring dockerfile: 2.50kB done [2025-10-08T11:07:41.632Z] #5 DONE 0.1s [2025-10-08T11:07:41.632Z] [2025-10-08T11:07:41.632Z] #6 [security-spiffe-token-provider internal] load build definition from Dockerfile [2025-10-08T11:07:41.632Z] #6 transferring dockerfile: 1.89kB done [2025-10-08T11:07:41.632Z] #6 DONE 0.1s [2025-10-08T11:07:41.632Z] [2025-10-08T11:07:41.632Z] #7 [security-proxy-auth internal] load build definition from Dockerfile [2025-10-08T11:07:41.632Z] #7 transferring dockerfile: 2.14kB 0.0s done [2025-10-08T11:07:41.632Z] #7 DONE 0.1s [2025-10-08T11:07:41.632Z] [2025-10-08T11:07:41.632Z] #8 [security-spire-agent internal] load build definition from Dockerfile [2025-10-08T11:07:41.632Z] #8 transferring dockerfile: 1.81kB done [2025-10-08T11:07:41.632Z] #8 DONE 0.0s [2025-10-08T11:07:41.632Z] [2025-10-08T11:07:41.632Z] #9 [security-spire-config internal] load build definition from Dockerfile [2025-10-08T11:07:41.632Z] #9 transferring dockerfile: 1.69kB done [2025-10-08T11:07:41.632Z] #9 DONE 0.0s [2025-10-08T11:07:41.632Z] [2025-10-08T11:07:41.632Z] #10 [security-bootstrapper internal] load build definition from Dockerfile [2025-10-08T11:07:41.632Z] #10 transferring dockerfile: 3.02kB done [2025-10-08T11:07:41.632Z] #10 DONE 0.0s [2025-10-08T11:07:41.632Z] [2025-10-08T11:07:41.632Z] #11 [support-scheduler internal] load build definition from Dockerfile [2025-10-08T11:07:41.632Z] #11 transferring dockerfile: 1.83kB done [2025-10-08T11:07:41.632Z] #11 DONE 0.1s [2025-10-08T11:07:41.632Z] [2025-10-08T11:07:41.632Z] #12 [security-spire-server internal] load build definition from Dockerfile [2025-10-08T11:07:41.632Z] #12 transferring dockerfile: 1.70kB 0.0s done [2025-10-08T11:07:41.632Z] #12 DONE 0.1s [2025-10-08T11:07:41.632Z] [2025-10-08T11:07:41.632Z] #13 [core-command internal] load build definition from Dockerfile [2025-10-08T11:07:41.903Z] #13 transferring dockerfile: 1.94kB done [2025-10-08T11:07:41.903Z] #13 DONE 0.1s [2025-10-08T11:07:41.903Z] [2025-10-08T11:07:41.903Z] #14 [core-metadata internal] load build definition from Dockerfile [2025-10-08T11:07:41.903Z] #14 transferring dockerfile: 2.10kB 0.0s done [2025-10-08T11:07:41.903Z] #14 DONE 0.1s [2025-10-08T11:07:41.903Z] [2025-10-08T11:07:41.903Z] #15 [support-notifications internal] load build definition from Dockerfile [2025-10-08T11:07:41.903Z] #15 transferring dockerfile: 2.00kB 0.0s done [2025-10-08T11:07:41.903Z] #15 DONE 0.1s [2025-10-08T11:07:41.903Z] [2025-10-08T11:07:41.903Z] #16 [core-common-config-bootstrapper internal] load .dockerignore [2025-10-08T11:07:41.903Z] #16 transferring context: 50B 0.0s done [2025-10-08T11:07:41.903Z] #16 DONE 0.1s [2025-10-08T11:07:42.873Z] [2025-10-08T11:07:42.873Z] #17 [security-secretstore-setup internal] load .dockerignore [2025-10-08T11:07:42.873Z] #17 transferring context: 50B done [2025-10-08T11:07:42.873Z] #17 DONE 0.0s [2025-10-08T11:07:42.873Z] [2025-10-08T11:07:42.873Z] #18 [core-data internal] load .dockerignore [2025-10-08T11:07:42.873Z] #18 transferring context: 50B 0.0s done [2025-10-08T11:07:42.873Z] #18 DONE 0.1s [2025-10-08T11:07:42.873Z] [2025-10-08T11:07:42.873Z] #19 [core-keeper internal] load .dockerignore [2025-10-08T11:07:42.873Z] #19 transferring context: 50B 0.0s done [2025-10-08T11:07:42.873Z] #19 DONE 0.1s [2025-10-08T11:07:42.873Z] [2025-10-08T11:07:42.873Z] #20 [security-proxy-setup internal] load .dockerignore [2025-10-08T11:07:42.873Z] #20 transferring context: 50B done [2025-10-08T11:07:42.873Z] #20 DONE 0.1s [2025-10-08T11:07:42.873Z] [2025-10-08T11:07:42.873Z] #21 [security-spiffe-token-provider internal] load .dockerignore [2025-10-08T11:07:42.873Z] #21 transferring context: 50B done [2025-10-08T11:07:42.873Z] #21 DONE 0.1s [2025-10-08T11:07:42.873Z] [2025-10-08T11:07:42.873Z] #22 [security-proxy-auth internal] load .dockerignore [2025-10-08T11:07:42.873Z] #22 transferring context: 50B done [2025-10-08T11:07:42.873Z] #22 DONE 0.1s [2025-10-08T11:07:42.873Z] [2025-10-08T11:07:42.873Z] #23 [security-spire-agent internal] load .dockerignore [2025-10-08T11:07:42.873Z] #23 transferring context: 50B done [2025-10-08T11:07:43.143Z] #23 DONE 0.0s [2025-10-08T11:07:43.143Z] [2025-10-08T11:07:43.143Z] #24 [security-spire-config internal] load .dockerignore [2025-10-08T11:07:43.143Z] #24 transferring context: 50B done [2025-10-08T11:07:43.143Z] #24 DONE 0.1s [2025-10-08T11:07:43.143Z] [2025-10-08T11:07:43.143Z] #25 [security-bootstrapper internal] load .dockerignore [2025-10-08T11:07:43.143Z] #25 transferring context: 50B done [2025-10-08T11:07:43.143Z] #25 DONE 0.0s [2025-10-08T11:07:43.143Z] [2025-10-08T11:07:43.143Z] #26 [support-scheduler internal] load .dockerignore [2025-10-08T11:07:43.143Z] #26 transferring context: 50B 0.0s done [2025-10-08T11:07:43.143Z] #26 DONE 0.1s [2025-10-08T11:07:43.143Z] [2025-10-08T11:07:43.143Z] #27 [security-spire-server internal] load .dockerignore [2025-10-08T11:07:43.143Z] #27 transferring context: 50B 0.0s done [2025-10-08T11:07:43.143Z] #27 DONE 0.1s [2025-10-08T11:07:43.412Z] [2025-10-08T11:07:43.412Z] #28 [core-command internal] load .dockerignore [2025-10-08T11:07:43.412Z] #28 transferring context: 50B 0.0s done [2025-10-08T11:07:43.412Z] #28 DONE 0.1s [2025-10-08T11:07:43.412Z] [2025-10-08T11:07:43.412Z] #29 [core-metadata internal] load .dockerignore [2025-10-08T11:07:43.412Z] #29 transferring context: 50B done [2025-10-08T11:07:43.412Z] #29 DONE 0.0s [2025-10-08T11:07:43.412Z] [2025-10-08T11:07:43.412Z] #30 [support-notifications internal] load .dockerignore [2025-10-08T11:07:43.412Z] #30 transferring context: 50B 0.0s done [2025-10-08T11:07:43.412Z] #30 DONE 0.0s [2025-10-08T11:07:43.412Z] [2025-10-08T11:07:43.412Z] #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-10-08T11:07:43.412Z] #31 DONE 0.0s [2025-10-08T11:07:43.412Z] [2025-10-08T11:07:43.412Z] #32 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 [2025-10-08T11:07:43.680Z] #32 DONE 0.2s [2025-10-08T11:07:43.680Z] [2025-10-08T11:07:43.680Z] #33 [core-common-config-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-10-08T11:07:43.680Z] #33 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-10-08T11:07:43.950Z] #33 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done [2025-10-08T11:07:43.950Z] #33 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done [2025-10-08T11:07:43.950Z] #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 1.05MB / 4.09MB 0.1s [2025-10-08T11:07:43.950Z] #33 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-10-08T11:07:43.950Z] #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 2.10MB / 4.09MB 0.2s [2025-10-08T11:07:44.227Z] #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.3s done [2025-10-08T11:07:44.227Z] #33 extracting sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 [2025-10-08T11:07:44.494Z] #33 ... [2025-10-08T11:07:44.494Z] [2025-10-08T11:07:44.494Z] #34 [core-common-config-bootstrapper internal] load build context [2025-10-08T11:07:44.494Z] #34 transferring context: 3.36MB 0.6s done [2025-10-08T11:07:44.494Z] #34 DONE 0.8s [2025-10-08T11:07:44.494Z] [2025-10-08T11:07:44.494Z] #33 [core-common-config-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-10-08T11:07:44.761Z] #33 ... [2025-10-08T11:07:44.761Z] [2025-10-08T11:07:44.761Z] #35 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-10-08T11:07:44.761Z] #35 DONE 1.0s [2025-10-08T11:07:44.761Z] [2025-10-08T11:07:44.761Z] #31 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-10-08T11:07:44.761Z] #31 DONE 0.0s [2025-10-08T11:07:44.761Z] [2025-10-08T11:07:44.761Z] #32 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.20 [2025-10-08T11:07:44.761Z] #32 DONE 0.2s [2025-10-08T11:07:44.761Z] [2025-10-08T11:07:44.761Z] #36 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go [2025-10-08T11:07:44.761Z] #36 DONE 0.2s [2025-10-08T11:07:44.761Z] [2025-10-08T11:07:44.761Z] #33 [core-common-config-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-10-08T11:07:45.036Z] #33 ... [2025-10-08T11:07:45.036Z] [2025-10-08T11:07:45.036Z] #31 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-10-08T11:07:45.036Z] #31 DONE 0.0s [2025-10-08T11:07:45.036Z] [2025-10-08T11:07:45.036Z] #35 [security-secretstore-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-10-08T11:07:45.036Z] #35 DONE 1.6s [2025-10-08T11:07:45.036Z] [2025-10-08T11:07:45.036Z] #36 [security-secretstore-setup builder 2/7] WORKDIR /edgex-go [2025-10-08T11:07:45.036Z] #36 DONE 0.3s [2025-10-08T11:07:45.036Z] [2025-10-08T11:07:45.036Z] #33 [security-secretstore-setup stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-10-08T11:07:45.036Z] #33 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-10-08T11:07:45.036Z] #33 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done [2025-10-08T11:07:45.036Z] #33 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done [2025-10-08T11:07:45.036Z] #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.3s done [2025-10-08T11:07:45.036Z] #33 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-10-08T11:07:45.036Z] #33 extracting sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 0.8s done [2025-10-08T11:07:45.036Z] #33 ... [2025-10-08T11:07:45.036Z] [2025-10-08T11:07:45.036Z] #31 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-10-08T11:07:45.036Z] #31 DONE 0.0s [2025-10-08T11:07:45.036Z] [2025-10-08T11:07:45.036Z] #35 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-10-08T11:07:45.036Z] #35 DONE 1.7s [2025-10-08T11:07:45.036Z] [2025-10-08T11:07:45.036Z] #36 [core-keeper builder 2/7] WORKDIR /edgex-go [2025-10-08T11:07:45.036Z] #36 DONE 0.4s [2025-10-08T11:07:45.036Z] [2025-10-08T11:07:45.036Z] #33 [core-keeper stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-10-08T11:07:45.036Z] #33 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-10-08T11:07:45.036Z] #33 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done [2025-10-08T11:07:45.036Z] #33 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done [2025-10-08T11:07:45.036Z] #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.3s done [2025-10-08T11:07:45.036Z] #33 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-10-08T11:07:45.036Z] #33 extracting sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 0.8s done [2025-10-08T11:07:45.303Z] #33 ... [2025-10-08T11:07:45.303Z] [2025-10-08T11:07:45.303Z] #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-10-08T11:07:45.303Z] #31 DONE 0.0s [2025-10-08T11:07:45.303Z] [2025-10-08T11:07:45.303Z] #32 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.20 [2025-10-08T11:07:45.303Z] #32 DONE 0.5s [2025-10-08T11:07:45.303Z] [2025-10-08T11:07:45.303Z] #37 [security-spiffe-token-provider internal] load build context [2025-10-08T11:07:45.303Z] #37 DONE 0.0s [2025-10-08T11:07:45.303Z] [2025-10-08T11:07:45.303Z] #35 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-10-08T11:07:45.303Z] #35 DONE 1.7s [2025-10-08T11:07:45.303Z] [2025-10-08T11:07:45.303Z] #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-10-08T11:07:45.303Z] #31 DONE 0.0s [2025-10-08T11:07:45.303Z] [2025-10-08T11:07:45.303Z] #36 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go [2025-10-08T11:07:45.303Z] #36 DONE 0.4s [2025-10-08T11:07:45.303Z] [2025-10-08T11:07:45.303Z] #33 [security-spiffe-token-provider stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-10-08T11:07:45.303Z] #33 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-10-08T11:07:45.303Z] #33 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done [2025-10-08T11:07:45.303Z] #33 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done [2025-10-08T11:07:45.303Z] #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.3s done [2025-10-08T11:07:45.303Z] #33 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-10-08T11:07:45.303Z] #33 extracting sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 0.8s done [2025-10-08T11:07:45.889Z] #33 ... [2025-10-08T11:07:45.889Z] [2025-10-08T11:07:45.889Z] #32 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.20 [2025-10-08T11:07:45.889Z] #32 DONE 0.9s [2025-10-08T11:07:45.889Z] [2025-10-08T11:07:45.889Z] #35 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-10-08T11:07:45.889Z] #35 DONE 1.7s [2025-10-08T11:07:45.889Z] [2025-10-08T11:07:45.889Z] #36 [security-proxy-auth builder 2/7] WORKDIR /edgex-go [2025-10-08T11:07:45.889Z] #36 DONE 0.4s [2025-10-08T11:07:45.889Z] [2025-10-08T11:07:45.889Z] #33 [security-proxy-auth stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-10-08T11:07:45.889Z] #33 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-10-08T11:07:45.889Z] #33 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done [2025-10-08T11:07:45.889Z] #33 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done [2025-10-08T11:07:45.889Z] #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.3s done [2025-10-08T11:07:45.889Z] #33 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-10-08T11:07:45.889Z] #33 extracting sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 0.8s done [2025-10-08T11:07:47.828Z] #33 DONE 3.2s [2025-10-08T11:07:47.828Z] [2025-10-08T11:07:47.828Z] #32 [security-spire-config internal] load metadata for docker.io/library/alpine:3.20 [2025-10-08T11:07:47.828Z] #32 DONE 1.3s [2025-10-08T11:07:47.828Z] [2025-10-08T11:07:47.828Z] #38 [core-data internal] load build context [2025-10-08T11:07:47.828Z] #38 ... [2025-10-08T11:07:47.828Z] [2025-10-08T11:07:47.828Z] #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-10-08T11:07:47.828Z] #31 DONE 0.0s [2025-10-08T11:07:47.828Z] [2025-10-08T11:07:47.828Z] #38 [core-data internal] load build context [2025-10-08T11:07:48.104Z] #38 transferring context: 3.36MB 3.2s done [2025-10-08T11:07:48.105Z] #38 ... [2025-10-08T11:07:48.105Z] [2025-10-08T11:07:48.105Z] #31 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-10-08T11:07:48.105Z] #31 DONE 0.0s [2025-10-08T11:07:48.372Z] [2025-10-08T11:07:48.372Z] #35 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-10-08T11:07:48.372Z] #35 DONE 1.8s [2025-10-08T11:07:48.372Z] [2025-10-08T11:07:48.372Z] #36 [support-scheduler builder 2/7] WORKDIR /edgex-go [2025-10-08T11:07:48.372Z] #36 DONE 0.5s [2025-10-08T11:07:48.372Z] [2025-10-08T11:07:48.372Z] #33 [support-scheduler stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-10-08T11:07:48.372Z] #33 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-10-08T11:07:48.372Z] #33 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done [2025-10-08T11:07:48.372Z] #33 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done [2025-10-08T11:07:48.372Z] #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.3s done [2025-10-08T11:07:48.372Z] #33 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-10-08T11:07:48.372Z] #33 extracting sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 0.8s done [2025-10-08T11:07:48.372Z] #33 DONE 3.3s [2025-10-08T11:07:48.372Z] [2025-10-08T11:07:48.372Z] #32 [support-scheduler internal] load metadata for docker.io/library/alpine:3.20 [2025-10-08T11:07:48.372Z] #32 DONE 3.3s [2025-10-08T11:07:48.372Z] [2025-10-08T11:07:48.372Z] #39 [security-secretstore-setup internal] load build context [2025-10-08T11:07:48.372Z] #39 transferring context: 3.36MB 3.3s done [2025-10-08T11:07:48.372Z] #39 DONE 3.6s [2025-10-08T11:07:48.372Z] [2025-10-08T11:07:48.372Z] #35 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-10-08T11:07:48.372Z] #35 DONE 1.8s [2025-10-08T11:07:48.372Z] [2025-10-08T11:07:48.372Z] #36 [security-bootstrapper builder 2/7] WORKDIR /edgex-go [2025-10-08T11:07:48.372Z] #36 DONE 0.5s [2025-10-08T11:07:48.372Z] [2025-10-08T11:07:48.372Z] #33 [security-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-10-08T11:07:48.372Z] #33 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-10-08T11:07:48.372Z] #33 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done [2025-10-08T11:07:48.372Z] #33 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done [2025-10-08T11:07:48.372Z] #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.3s done [2025-10-08T11:07:48.372Z] #33 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-10-08T11:07:48.372Z] #33 extracting sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 0.8s done [2025-10-08T11:07:48.372Z] #33 DONE 3.3s [2025-10-08T11:07:48.372Z] [2025-10-08T11:07:48.373Z] #32 [security-spire-server internal] load metadata for docker.io/library/alpine:3.20 [2025-10-08T11:07:48.640Z] #32 ... [2025-10-08T11:07:48.640Z] [2025-10-08T11:07:48.640Z] #38 [core-data internal] load build context [2025-10-08T11:07:48.640Z] #38 DONE 3.7s [2025-10-08T11:07:48.640Z] [2025-10-08T11:07:48.640Z] #31 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-10-08T11:07:48.640Z] #31 DONE 0.0s [2025-10-08T11:07:48.640Z] [2025-10-08T11:07:48.640Z] #32 [core-command internal] load metadata for docker.io/library/alpine:3.20 [2025-10-08T11:07:48.906Z] #32 ... [2025-10-08T11:07:48.906Z] [2025-10-08T11:07:48.906Z] #40 [core-keeper internal] load build context [2025-10-08T11:07:48.906Z] #40 transferring context: 3.36MB 3.3s done [2025-10-08T11:07:48.906Z] #40 DONE 3.8s [2025-10-08T11:07:48.906Z] [2025-10-08T11:07:48.906Z] #31 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-10-08T11:07:48.906Z] #31 DONE 0.0s [2025-10-08T11:07:48.906Z] [2025-10-08T11:07:48.906Z] #41 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-10-08T11:07:49.179Z] #41 ... [2025-10-08T11:07:49.179Z] [2025-10-08T11:07:49.179Z] #31 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-10-08T11:07:49.179Z] #31 DONE 0.0s [2025-10-08T11:07:49.179Z] [2025-10-08T11:07:49.179Z] #37 [security-spiffe-token-provider internal] load build context [2025-10-08T11:07:49.179Z] #37 transferring context: 3.36MB 3.5s done [2025-10-08T11:07:49.179Z] #37 DONE 3.9s [2025-10-08T11:07:49.179Z] [2025-10-08T11:07:49.179Z] #32 [support-notifications internal] load metadata for docker.io/library/alpine:3.20 [2025-10-08T11:07:49.449Z] #32 ... [2025-10-08T11:07:49.449Z] [2025-10-08T11:07:49.449Z] #42 [security-proxy-setup internal] load build context [2025-10-08T11:07:49.449Z] #42 transferring context: 3.36MB 3.1s done [2025-10-08T11:07:49.449Z] #42 DONE 4.2s [2025-10-08T11:07:49.717Z] [2025-10-08T11:07:49.717Z] #43 [security-proxy-auth internal] load build context [2025-10-08T11:07:49.717Z] #43 transferring context: 3.36MB 1.6s done [2025-10-08T11:07:49.984Z] #43 DONE 4.1s [2025-10-08T11:07:49.984Z] [2025-10-08T11:07:49.984Z] #44 [support-scheduler internal] load build context [2025-10-08T11:07:50.572Z] #44 ... [2025-10-08T11:07:50.572Z] [2025-10-08T11:07:50.572Z] #32 [security-spire-server internal] load metadata for docker.io/library/alpine:3.20 [2025-10-08T11:07:50.572Z] #32 DONE 5.2s [2025-10-08T11:07:50.572Z] [2025-10-08T11:07:50.572Z] #44 [support-scheduler internal] load build context [2025-10-08T11:07:50.572Z] #44 ... [2025-10-08T11:07:50.572Z] [2025-10-08T11:07:50.572Z] #35 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-10-08T11:07:50.572Z] #35 DONE 1.9s [2025-10-08T11:07:50.572Z] [2025-10-08T11:07:50.572Z] #36 [support-notifications builder 2/7] WORKDIR /edgex-go [2025-10-08T11:07:50.572Z] #36 DONE 0.6s [2025-10-08T11:07:50.572Z] [2025-10-08T11:07:50.572Z] #33 [support-notifications stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-10-08T11:07:50.572Z] #33 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-10-08T11:07:50.572Z] #33 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done [2025-10-08T11:07:50.572Z] #33 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done [2025-10-08T11:07:50.572Z] #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.3s done [2025-10-08T11:07:50.572Z] #33 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-10-08T11:07:50.572Z] #33 extracting sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 0.8s done [2025-10-08T11:07:50.572Z] #33 DONE 3.4s [2025-10-08T11:07:50.572Z] [2025-10-08T11:07:50.572Z] #45 [support-notifications internal] load build context [2025-10-08T11:07:50.572Z] #45 DONE 0.0s [2025-10-08T11:07:50.572Z] [2025-10-08T11:07:50.572Z] #44 [support-scheduler internal] load build context [2025-10-08T11:07:50.572Z] #44 ... [2025-10-08T11:07:50.572Z] [2025-10-08T11:07:50.572Z] #35 [core-metadata builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-10-08T11:07:50.572Z] #35 DONE 1.9s [2025-10-08T11:07:50.572Z] [2025-10-08T11:07:50.572Z] #36 [core-metadata builder 2/7] WORKDIR /edgex-go [2025-10-08T11:07:50.572Z] #36 DONE 0.6s [2025-10-08T11:07:50.572Z] [2025-10-08T11:07:50.572Z] #33 [core-metadata stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-10-08T11:07:50.572Z] #33 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-10-08T11:07:50.572Z] #33 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done [2025-10-08T11:07:50.572Z] #33 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done [2025-10-08T11:07:50.572Z] #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.3s done [2025-10-08T11:07:50.572Z] #33 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-10-08T11:07:50.572Z] #33 extracting sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 0.8s done [2025-10-08T11:07:50.572Z] #33 DONE 3.4s [2025-10-08T11:07:50.572Z] [2025-10-08T11:07:50.572Z] #44 [support-scheduler internal] load build context [2025-10-08T11:07:50.839Z] #44 ... [2025-10-08T11:07:50.839Z] [2025-10-08T11:07:50.839Z] #46 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-10-08T11:07:50.839Z] #46 DONE 5.3s [2025-10-08T11:07:50.839Z] [2025-10-08T11:07:50.839Z] #47 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 [2025-10-08T11:07:50.839Z] #47 DONE 5.4s [2025-10-08T11:07:50.839Z] [2025-10-08T11:07:50.839Z] #44 [support-scheduler internal] load build context [2025-10-08T11:07:51.106Z] #44 ... [2025-10-08T11:07:51.106Z] [2025-10-08T11:07:51.106Z] #33 [security-spire-config stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-10-08T11:07:51.106Z] #33 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-10-08T11:07:51.106Z] #33 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done [2025-10-08T11:07:51.106Z] #33 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done [2025-10-08T11:07:51.106Z] #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.3s done [2025-10-08T11:07:51.106Z] #33 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-10-08T11:07:51.106Z] #33 extracting sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 0.8s done [2025-10-08T11:07:51.106Z] #33 DONE 3.4s [2025-10-08T11:07:51.106Z] [2025-10-08T11:07:51.106Z] #44 [support-scheduler internal] load build context [2025-10-08T11:07:51.106Z] #44 ... [2025-10-08T11:07:51.106Z] [2025-10-08T11:07:51.106Z] #33 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-10-08T11:07:51.106Z] #33 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-10-08T11:07:51.106Z] #33 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done [2025-10-08T11:07:51.106Z] #33 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done [2025-10-08T11:07:51.106Z] #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.3s done [2025-10-08T11:07:51.106Z] #33 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-10-08T11:07:51.106Z] #33 extracting sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 0.8s done [2025-10-08T11:07:51.106Z] #33 DONE 3.4s [2025-10-08T11:07:51.106Z] [2025-10-08T11:07:51.106Z] #44 [support-scheduler internal] load build context [2025-10-08T11:07:51.373Z] #44 ... [2025-10-08T11:07:51.373Z] [2025-10-08T11:07:51.373Z] #33 [security-spire-server stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-10-08T11:07:51.373Z] #33 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-10-08T11:07:51.373Z] #33 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done [2025-10-08T11:07:51.373Z] #33 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done [2025-10-08T11:07:51.373Z] #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.3s done [2025-10-08T11:07:51.373Z] #33 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-10-08T11:07:51.373Z] #33 extracting sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 0.8s done [2025-10-08T11:07:51.373Z] #33 DONE 3.4s [2025-10-08T11:07:51.373Z] [2025-10-08T11:07:51.373Z] #44 [support-scheduler internal] load build context [2025-10-08T11:07:52.813Z] #44 ... [2025-10-08T11:07:52.813Z] [2025-10-08T11:07:52.813Z] #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-10-08T11:07:52.813Z] #48 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.2s done [2025-10-08T11:07:52.813Z] #48 DONE 1.3s [2025-10-08T11:07:52.813Z] [2025-10-08T11:07:52.813Z] #44 [support-scheduler internal] load build context [2025-10-08T11:07:52.813Z] #44 transferring context: 3.36MB 3.5s done [2025-10-08T11:07:53.786Z] #44 ... [2025-10-08T11:07:53.786Z] [2025-10-08T11:07:53.786Z] #49 [security-spire-agent internal] load build context [2025-10-08T11:07:53.786Z] #49 transferring context: 23.33kB 0.8s done [2025-10-08T11:07:53.786Z] #49 DONE 2.4s [2025-10-08T11:07:53.786Z] [2025-10-08T11:07:53.786Z] #50 [security-spire-config internal] load build context [2025-10-08T11:07:53.786Z] #50 transferring context: 22.05kB 0.9s done [2025-10-08T11:07:53.786Z] #50 DONE 2.7s [2025-10-08T11:07:53.786Z] [2025-10-08T11:07:53.786Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-08T11:07:53.786Z] #51 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.3s done [2025-10-08T11:07:53.786Z] #51 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-10-08T11:07:53.786Z] #51 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done [2025-10-08T11:07:53.786Z] #51 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done [2025-10-08T11:07:53.786Z] #51 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 0.2s [2025-10-08T11:07:53.786Z] #51 ... [2025-10-08T11:07:53.786Z] [2025-10-08T11:07:53.786Z] #52 [security-spire-server internal] load build context [2025-10-08T11:07:53.786Z] #52 transferring context: 23.80kB 0.9s done [2025-10-08T11:07:53.786Z] #52 DONE 2.6s [2025-10-08T11:07:53.786Z] [2025-10-08T11:07:53.786Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-08T11:07:54.071Z] #51 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 0.4s [2025-10-08T11:07:54.072Z] #51 ... [2025-10-08T11:07:54.072Z] [2025-10-08T11:07:54.072Z] #44 [support-scheduler internal] load build context [2025-10-08T11:07:54.072Z] #44 DONE 5.8s [2025-10-08T11:07:54.072Z] [2025-10-08T11:07:54.072Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-08T11:07:54.072Z] #51 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 12.29kB / 126.71kB 0.5s [2025-10-08T11:07:54.072Z] #51 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 0.5s [2025-10-08T11:07:54.510Z] #51 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 [2025-10-08T11:07:54.511Z] #51 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.6s done [2025-10-08T11:07:54.511Z] #51 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 1.0s [2025-10-08T11:07:54.511Z] #51 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.0s [2025-10-08T11:07:54.511Z] #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 0B / 33.17MB 1.0s [2025-10-08T11:07:54.511Z] #51 ... [2025-10-08T11:07:54.511Z] [2025-10-08T11:07:54.511Z] #53 [security-bootstrapper internal] load build context [2025-10-08T11:07:54.511Z] #53 transferring context: 3.36MB 4.2s done [2025-10-08T11:07:54.511Z] #53 DONE 6.2s [2025-10-08T11:07:54.511Z] [2025-10-08T11:07:54.511Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-08T11:07:54.511Z] #51 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.0s done [2025-10-08T11:07:54.511Z] #51 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.3s done [2025-10-08T11:07:54.936Z] #51 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.0s done [2025-10-08T11:07:54.936Z] #51 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.3s done [2025-10-08T11:07:54.936Z] #51 ... [2025-10-08T11:07:54.936Z] [2025-10-08T11:07:54.937Z] #54 [core-metadata builder 3/7] RUN apk add --update --no-cache make git [2025-10-08T11:07:54.937Z] #54 ... [2025-10-08T11:07:54.937Z] [2025-10-08T11:07:54.937Z] #55 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-10-08T11:07:54.937Z] #55 ... [2025-10-08T11:07:54.937Z] [2025-10-08T11:07:54.937Z] #56 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-10-08T11:07:55.221Z] #56 ... [2025-10-08T11:07:55.221Z] [2025-10-08T11:07:55.221Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-08T11:07:55.221Z] #51 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 1.3s done [2025-10-08T11:07:55.505Z] #51 ... [2025-10-08T11:07:55.505Z] [2025-10-08T11:07:55.505Z] #57 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-10-08T11:07:55.505Z] #57 ... [2025-10-08T11:07:55.505Z] [2025-10-08T11:07:55.505Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-08T11:07:56.125Z] #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 2.10MB / 33.17MB 2.4s [2025-10-08T11:07:58.113Z] #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 4.19MB / 33.17MB 4.3s [2025-10-08T11:07:58.386Z] #51 ... [2025-10-08T11:07:58.386Z] [2025-10-08T11:07:58.386Z] #58 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-10-08T11:07:58.386Z] #0 7.496 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-10-08T11:07:58.386Z] #0 8.201 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-10-08T11:07:58.386Z] #58 ... [2025-10-08T11:07:58.386Z] [2025-10-08T11:07:58.386Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-08T11:07:58.386Z] #51 ... [2025-10-08T11:07:58.386Z] [2025-10-08T11:07:58.386Z] #59 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-10-08T11:07:58.655Z] #59 ... [2025-10-08T11:07:58.655Z] [2025-10-08T11:07:58.655Z] #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-10-08T11:07:58.655Z] #48 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done [2025-10-08T11:07:58.655Z] #48 sha256:e81b72a68d76b0e0df52247b9790de839a7321008b1f01dade49a9205896959b 1.05kB / 1.05kB done [2025-10-08T11:07:58.655Z] #48 sha256:ed3dcd9259b2c881c72642150b0878715420e4dc7a6eb469171aecff31ef0520 1.72kB / 1.72kB done [2025-10-08T11:07:58.655Z] #48 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.5s done [2025-10-08T11:07:58.655Z] #48 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.9s done [2025-10-08T11:07:58.655Z] #48 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 1.4s done [2025-10-08T11:07:58.655Z] #48 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 7.34MB / 14.28MB 4.8s [2025-10-08T11:07:58.655Z] #48 ... [2025-10-08T11:07:58.655Z] [2025-10-08T11:07:58.655Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-08T11:07:58.921Z] #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 6.29MB / 33.17MB 5.3s [2025-10-08T11:07:58.921Z] #51 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be [2025-10-08T11:07:59.187Z] #51 ... [2025-10-08T11:07:59.187Z] [2025-10-08T11:07:59.187Z] #60 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-10-08T11:07:59.187Z] #60 ... [2025-10-08T11:07:59.187Z] [2025-10-08T11:07:59.187Z] #61 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-10-08T11:07:59.454Z] #61 ... [2025-10-08T11:07:59.455Z] [2025-10-08T11:07:59.455Z] #62 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-10-08T11:07:59.455Z] #62 ... [2025-10-08T11:07:59.455Z] [2025-10-08T11:07:59.455Z] #63 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-10-08T11:07:59.455Z] #0 9.890 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-10-08T11:07:59.800Z] #63 ... [2025-10-08T11:07:59.800Z] [2025-10-08T11:07:59.800Z] #64 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-10-08T11:07:59.800Z] #64 ... [2025-10-08T11:07:59.800Z] [2025-10-08T11:07:59.800Z] #56 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-10-08T11:07:59.800Z] #56 DONE 14.7s [2025-10-08T11:07:59.800Z] [2025-10-08T11:07:59.800Z] #65 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-10-08T11:07:59.800Z] #65 ... [2025-10-08T11:07:59.800Z] [2025-10-08T11:07:59.800Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-08T11:08:00.068Z] #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 8.39MB / 33.17MB 6.2s [2025-10-08T11:08:00.068Z] #51 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.2s done [2025-10-08T11:08:00.337Z] #51 ... [2025-10-08T11:08:00.337Z] [2025-10-08T11:08:00.337Z] #45 [support-notifications internal] load build context [2025-10-08T11:08:00.337Z] #45 transferring context: 3.36MB 8.1s done [2025-10-08T11:08:00.337Z] #45 DONE 9.8s [2025-10-08T11:08:00.337Z] [2025-10-08T11:08:00.337Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-08T11:08:00.604Z] #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 10.26MB / 33.17MB 6.9s [2025-10-08T11:08:00.604Z] #51 ... [2025-10-08T11:08:00.604Z] [2025-10-08T11:08:00.604Z] #66 [core-command internal] load build context [2025-10-08T11:08:00.604Z] #66 transferring context: 3.36MB 7.7s done [2025-10-08T11:08:00.604Z] #66 DONE 10.0s [2025-10-08T11:08:00.604Z] [2025-10-08T11:08:00.604Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-08T11:08:00.604Z] #51 ... [2025-10-08T11:08:00.604Z] [2025-10-08T11:08:00.604Z] #41 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-10-08T11:08:00.870Z] #41 ... [2025-10-08T11:08:00.870Z] [2025-10-08T11:08:00.870Z] #67 [core-metadata internal] load build context [2025-10-08T11:08:00.870Z] #67 ... [2025-10-08T11:08:00.870Z] [2025-10-08T11:08:00.870Z] #68 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-10-08T11:08:01.138Z] #68 ... [2025-10-08T11:08:01.138Z] [2025-10-08T11:08:01.138Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-08T11:08:01.138Z] #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 12.75MB / 33.17MB 7.5s [2025-10-08T11:08:01.138Z] #51 ... [2025-10-08T11:08:01.138Z] [2025-10-08T11:08:01.138Z] #67 [core-metadata internal] load build context [2025-10-08T11:08:01.138Z] #67 transferring context: 3.36MB 9.2s done [2025-10-08T11:08:01.138Z] #67 DONE 10.5s [2025-10-08T11:08:01.138Z] [2025-10-08T11:08:01.138Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-08T11:08:01.138Z] #51 ... [2025-10-08T11:08:01.138Z] [2025-10-08T11:08:01.138Z] #69 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-10-08T11:08:01.406Z] #69 ... [2025-10-08T11:08:01.406Z] [2025-10-08T11:08:01.406Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-08T11:08:01.674Z] #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 14.68MB / 33.17MB 8.0s [2025-10-08T11:08:01.674Z] #51 ... [2025-10-08T11:08:01.674Z] [2025-10-08T11:08:01.674Z] #70 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-10-08T11:08:01.942Z] #70 ... [2025-10-08T11:08:01.942Z] [2025-10-08T11:08:01.942Z] #60 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-10-08T11:08:01.942Z] #60 DONE 12.8s [2025-10-08T11:08:01.942Z] [2025-10-08T11:08:01.942Z] #71 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-10-08T11:08:01.942Z] #71 ... [2025-10-08T11:08:01.942Z] [2025-10-08T11:08:01.942Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-08T11:08:02.208Z] #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 16.66MB / 33.17MB 8.6s [2025-10-08T11:08:02.475Z] #51 ... [2025-10-08T11:08:02.475Z] [2025-10-08T11:08:02.475Z] #58 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-10-08T11:08:02.475Z] #58 12.65 OK: 239 MiB in 58 packages [2025-10-08T11:08:02.475Z] #58 DONE 14.1s [2025-10-08T11:08:02.475Z] [2025-10-08T11:08:02.475Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-08T11:08:03.059Z] #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 18.77MB / 33.17MB 9.3s [2025-10-08T11:08:03.328Z] #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 20.47MB / 33.17MB 9.8s [2025-10-08T11:08:03.594Z] #51 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 [2025-10-08T11:08:03.861Z] #51 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.2s done [2025-10-08T11:08:04.127Z] #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 22.32MB / 33.17MB 10.5s [2025-10-08T11:08:04.394Z] #51 ... [2025-10-08T11:08:04.394Z] [2025-10-08T11:08:04.394Z] #72 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-10-08T11:08:04.394Z] #72 DONE 1.9s [2025-10-08T11:08:04.394Z] [2025-10-08T11:08:04.394Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-08T11:08:04.670Z] #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 24.12MB / 33.17MB 11.0s [2025-10-08T11:08:04.670Z] #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 26.21MB / 33.17MB 11.2s [2025-10-08T11:08:05.642Z] #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 28.31MB / 33.17MB 11.9s [2025-10-08T11:08:05.916Z] #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 30.41MB / 33.17MB 12.2s [2025-10-08T11:08:06.184Z] #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 32.51MB / 33.17MB 12.6s [2025-10-08T11:08:06.451Z] #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 12.7s done [2025-10-08T11:08:07.411Z] #51 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b [2025-10-08T11:08:07.997Z] #51 ... [2025-10-08T11:08:07.997Z] [2025-10-08T11:08:07.997Z] #57 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-10-08T11:08:07.997Z] #57 12.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-10-08T11:08:07.997Z] #57 13.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-10-08T11:08:07.997Z] #57 21.66 v3.20.7-132-g39e95c1f75e [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-10-08T11:08:07.997Z] #57 21.68 v3.20.7-131-ga58d0c92604 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-10-08T11:08:07.997Z] #57 21.68 OK: 24059 distinct packages available [2025-10-08T11:08:07.997Z] #57 ... [2025-10-08T11:08:07.997Z] [2025-10-08T11:08:07.997Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-08T11:08:08.580Z] #51 ... [2025-10-08T11:08:08.580Z] [2025-10-08T11:08:08.580Z] #54 [core-metadata builder 3/7] RUN apk add --update --no-cache make git [2025-10-08T11:08:08.580Z] #54 14.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-10-08T11:08:08.580Z] #54 15.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-10-08T11:08:08.580Z] #54 23.69 OK: 239 MiB in 58 packages [2025-10-08T11:08:08.580Z] #54 ... [2025-10-08T11:08:08.580Z] [2025-10-08T11:08:08.580Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-08T11:08:08.580Z] #51 ... [2025-10-08T11:08:08.580Z] [2025-10-08T11:08:08.580Z] #55 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-10-08T11:08:08.580Z] #55 13.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-10-08T11:08:08.580Z] #55 15.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-10-08T11:08:08.580Z] #55 23.70 OK: 239 MiB in 58 packages [2025-10-08T11:08:08.848Z] #55 ... [2025-10-08T11:08:08.848Z] [2025-10-08T11:08:08.848Z] #59 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-10-08T11:08:08.848Z] #59 10.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-10-08T11:08:08.848Z] #59 11.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-10-08T11:08:08.848Z] #59 19.02 v3.20.7-132-g39e95c1f75e [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-10-08T11:08:08.848Z] #59 19.02 v3.20.7-131-ga58d0c92604 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-10-08T11:08:08.848Z] #59 19.02 OK: 24055 distinct packages available [2025-10-08T11:08:08.848Z] #59 ... [2025-10-08T11:08:08.848Z] [2025-10-08T11:08:08.848Z] #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-10-08T11:08:08.848Z] #48 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 7.4s done [2025-10-08T11:08:08.848Z] #48 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 0.1s done [2025-10-08T11:08:08.848Z] #48 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 2.8s [2025-10-08T11:08:09.115Z] #48 ... [2025-10-08T11:08:09.115Z] [2025-10-08T11:08:09.115Z] #57 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-10-08T11:08:09.115Z] #57 23.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-10-08T11:08:09.702Z] #57 ... [2025-10-08T11:08:09.702Z] [2025-10-08T11:08:09.702Z] #54 [core-data builder 3/7] RUN apk add --update --no-cache make git [2025-10-08T11:08:09.702Z] #54 DONE 25.8s [2025-10-08T11:08:09.702Z] [2025-10-08T11:08:09.702Z] #73 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-10-08T11:08:09.702Z] #0 7.546 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-10-08T11:08:09.702Z] #0 9.763 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-10-08T11:08:09.970Z] #73 ... [2025-10-08T11:08:09.970Z] [2025-10-08T11:08:09.970Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-08T11:08:10.237Z] #51 ... [2025-10-08T11:08:10.237Z] [2025-10-08T11:08:10.237Z] #63 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-10-08T11:08:10.237Z] #63 11.14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-10-08T11:08:10.237Z] #63 20.32 (1/1) Installing dumb-init (1.2.5-r3) [2025-10-08T11:08:10.237Z] #63 20.43 Executing busybox-1.36.1-r29.trigger [2025-10-08T11:08:10.237Z] #63 20.58 OK: 9 MiB in 15 packages [2025-10-08T11:08:10.237Z] #63 ... [2025-10-08T11:08:10.237Z] [2025-10-08T11:08:10.237Z] #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-10-08T11:08:10.839Z] #48 ... [2025-10-08T11:08:10.839Z] [2025-10-08T11:08:10.839Z] #74 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-10-08T11:08:10.839Z] #74 DONE 0.9s [2025-10-08T11:08:10.839Z] [2025-10-08T11:08:10.839Z] #61 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-10-08T11:08:10.839Z] #61 11.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-10-08T11:08:10.839Z] #61 12.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-10-08T11:08:10.839Z] #61 ... [2025-10-08T11:08:10.839Z] [2025-10-08T11:08:10.839Z] #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-10-08T11:08:11.424Z] #48 ... [2025-10-08T11:08:11.424Z] [2025-10-08T11:08:11.424Z] #55 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2025-10-08T11:08:11.424Z] #55 DONE 26.4s [2025-10-08T11:08:11.424Z] [2025-10-08T11:08:11.424Z] #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-10-08T11:08:11.424Z] #48 ... [2025-10-08T11:08:11.424Z] [2025-10-08T11:08:11.424Z] #41 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-10-08T11:08:11.424Z] #41 12.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-10-08T11:08:11.424Z] #41 13.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-10-08T11:08:11.424Z] #41 ... [2025-10-08T11:08:11.424Z] [2025-10-08T11:08:11.424Z] #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-10-08T11:08:12.009Z] #48 ... [2025-10-08T11:08:12.009Z] [2025-10-08T11:08:12.009Z] #75 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2025-10-08T11:08:12.009Z] #75 DONE 0.7s [2025-10-08T11:08:12.009Z] [2025-10-08T11:08:12.009Z] #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-10-08T11:08:12.009Z] #48 ... [2025-10-08T11:08:12.009Z] [2025-10-08T11:08:12.009Z] #76 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-10-08T11:08:12.009Z] #0 6.408 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-10-08T11:08:12.009Z] #0 8.948 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-10-08T11:08:12.009Z] #76 ... [2025-10-08T11:08:12.009Z] [2025-10-08T11:08:12.009Z] #62 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-10-08T11:08:12.009Z] #62 12.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-10-08T11:08:12.009Z] #62 14.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-10-08T11:08:12.278Z] #62 ... [2025-10-08T11:08:12.278Z] [2025-10-08T11:08:12.278Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-08T11:08:12.278Z] #51 ... [2025-10-08T11:08:12.278Z] [2025-10-08T11:08:12.278Z] #63 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-10-08T11:08:12.278Z] #63 DONE 23.3s [2025-10-08T11:08:12.278Z] [2025-10-08T11:08:12.278Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-08T11:08:12.278Z] #51 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 5.1s [2025-10-08T11:08:13.684Z] #51 ... [2025-10-08T11:08:13.684Z] [2025-10-08T11:08:13.684Z] #65 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-10-08T11:08:13.684Z] #65 14.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-10-08T11:08:13.684Z] #65 16.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-10-08T11:08:13.684Z] #65 ... [2025-10-08T11:08:13.684Z] [2025-10-08T11:08:13.684Z] #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-10-08T11:08:14.266Z] #48 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 8.0s done [2025-10-08T11:08:14.532Z] #48 ... [2025-10-08T11:08:14.532Z] [2025-10-08T11:08:14.532Z] #77 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-08T11:08:14.532Z] #77 ... [2025-10-08T11:08:14.532Z] [2025-10-08T11:08:14.532Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-08T11:08:14.798Z] #51 ... [2025-10-08T11:08:14.798Z] [2025-10-08T11:08:14.798Z] #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-10-08T11:08:14.798Z] #48 DONE 23.6s [2025-10-08T11:08:15.064Z] [2025-10-08T11:08:15.064Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-08T11:08:15.064Z] #51 ... [2025-10-08T11:08:15.064Z] [2025-10-08T11:08:15.064Z] #64 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-10-08T11:08:15.064Z] #64 16.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-10-08T11:08:15.064Z] #64 18.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-10-08T11:08:15.330Z] #64 ... [2025-10-08T11:08:15.331Z] [2025-10-08T11:08:15.331Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-08T11:08:15.331Z] #51 ... [2025-10-08T11:08:15.331Z] [2025-10-08T11:08:15.331Z] #68 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-10-08T11:08:15.331Z] #68 14.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-10-08T11:08:15.331Z] #68 16.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-10-08T11:08:15.599Z] #68 ... [2025-10-08T11:08:15.599Z] [2025-10-08T11:08:15.599Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-08T11:08:15.599Z] #51 ... [2025-10-08T11:08:15.599Z] [2025-10-08T11:08:15.599Z] #69 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-10-08T11:08:15.599Z] #69 14.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-10-08T11:08:15.599Z] #69 17.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-10-08T11:08:15.865Z] #69 ... [2025-10-08T11:08:15.865Z] [2025-10-08T11:08:15.865Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-08T11:08:16.821Z] #51 ... [2025-10-08T11:08:16.821Z] [2025-10-08T11:08:16.821Z] #71 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-10-08T11:08:16.821Z] #71 15.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-10-08T11:08:16.821Z] #71 17.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-10-08T11:08:17.099Z] #71 ... [2025-10-08T11:08:17.099Z] [2025-10-08T11:08:17.099Z] #70 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-10-08T11:08:17.099Z] #70 15.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-10-08T11:08:17.099Z] #70 18.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-10-08T11:08:17.099Z] #70 ... [2025-10-08T11:08:17.099Z] [2025-10-08T11:08:17.099Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-08T11:08:17.367Z] #51 ... [2025-10-08T11:08:17.367Z] [2025-10-08T11:08:17.367Z] #41 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-10-08T11:08:17.367Z] #41 25.78 (1/1) Installing dumb-init (1.2.5-r3) [2025-10-08T11:08:17.367Z] #41 25.81 Executing busybox-1.36.1-r29.trigger [2025-10-08T11:08:17.367Z] #41 25.95 OK: 9 MiB in 15 packages [2025-10-08T11:08:17.367Z] #41 DONE 29.3s [2025-10-08T11:08:17.367Z] [2025-10-08T11:08:17.367Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-08T11:08:17.949Z] #51 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 10.5s [2025-10-08T11:08:17.949Z] #51 ... [2025-10-08T11:08:17.949Z] [2025-10-08T11:08:17.949Z] #62 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-10-08T11:08:17.949Z] #62 26.04 (1/2) Installing dumb-init (1.2.5-r3) [2025-10-08T11:08:17.949Z] #62 26.10 (2/2) Installing su-exec (0.2-r3) [2025-10-08T11:08:17.949Z] #62 26.17 Executing busybox-1.36.1-r29.trigger [2025-10-08T11:08:17.949Z] #62 26.34 OK: 9 MiB in 16 packages [2025-10-08T11:08:17.949Z] #62 DONE 28.7s [2025-10-08T11:08:18.215Z] [2025-10-08T11:08:18.215Z] #65 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-10-08T11:08:18.215Z] #65 28.99 (1/6) Upgrading libcrypto3 (3.3.4-r0 -> 3.3.5-r0) [2025-10-08T11:08:19.179Z] #65 ... [2025-10-08T11:08:19.179Z] [2025-10-08T11:08:19.179Z] #61 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-10-08T11:08:19.179Z] #61 23.20 (1/4) Installing ca-certificates (20250911-r0) [2025-10-08T11:08:19.179Z] #61 24.04 (2/4) Installing dumb-init (1.2.5-r3) [2025-10-08T11:08:19.179Z] #61 24.06 (3/4) Installing su-exec (0.2-r3) [2025-10-08T11:08:19.179Z] #61 24.12 (4/4) Installing yq-go (4.44.1-r2) [2025-10-08T11:08:19.179Z] #61 25.46 Executing busybox-1.36.1-r29.trigger [2025-10-08T11:08:19.179Z] #61 25.72 Executing ca-certificates-20250911-r0.trigger [2025-10-08T11:08:19.179Z] #61 27.63 OK: 20 MiB in 18 packages [2025-10-08T11:08:19.179Z] #61 DONE 30.0s [2025-10-08T11:08:19.179Z] [2025-10-08T11:08:19.179Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-08T11:08:20.137Z] #51 ... [2025-10-08T11:08:20.137Z] [2025-10-08T11:08:20.137Z] #59 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-10-08T11:08:20.137Z] #59 21.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-10-08T11:08:20.137Z] #59 24.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-10-08T11:08:20.137Z] #59 ... [2025-10-08T11:08:20.137Z] [2025-10-08T11:08:20.137Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-08T11:08:20.735Z] #51 ... [2025-10-08T11:08:20.735Z] [2025-10-08T11:08:20.735Z] #78 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-08T11:08:21.004Z] #78 ... [2025-10-08T11:08:21.004Z] [2025-10-08T11:08:21.004Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-08T11:08:21.971Z] #51 ... [2025-10-08T11:08:21.971Z] [2025-10-08T11:08:21.971Z] #79 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-08T11:08:22.240Z] #79 ... [2025-10-08T11:08:22.240Z] [2025-10-08T11:08:22.240Z] #57 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-10-08T11:08:22.240Z] #57 26.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-10-08T11:08:22.240Z] #57 ... [2025-10-08T11:08:22.240Z] [2025-10-08T11:08:22.240Z] #70 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-10-08T11:08:22.240Z] #70 30.51 v3.20.7-132-g39e95c1f75e [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-10-08T11:08:22.240Z] #70 30.51 v3.20.7-131-ga58d0c92604 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-10-08T11:08:22.240Z] #70 30.51 OK: 24055 distinct packages available [2025-10-08T11:08:22.505Z] #70 ... [2025-10-08T11:08:22.505Z] [2025-10-08T11:08:22.505Z] #80 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-10-08T11:08:22.505Z] #0 5.575 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-10-08T11:08:22.505Z] #0 8.116 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-10-08T11:08:22.506Z] #80 ... [2025-10-08T11:08:22.506Z] [2025-10-08T11:08:22.506Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-08T11:08:23.089Z] #51 ... [2025-10-08T11:08:23.090Z] [2025-10-08T11:08:23.090Z] #68 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-10-08T11:08:23.090Z] #68 30.27 OK: 239 MiB in 58 packages [2025-10-08T11:08:23.090Z] #68 DONE 32.3s [2025-10-08T11:08:23.090Z] [2025-10-08T11:08:23.090Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-08T11:08:23.090Z] #51 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 15.6s done [2025-10-08T11:08:23.671Z] #51 DONE 32.4s [2025-10-08T11:08:23.671Z] [2025-10-08T11:08:23.671Z] #69 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-10-08T11:08:23.671Z] #69 29.46 (1/7) Installing ca-certificates (20250911-r0) [2025-10-08T11:08:23.671Z] #69 29.98 (2/7) Installing dumb-init (1.2.5-r3) [2025-10-08T11:08:23.671Z] #69 30.03 (3/7) Installing libgcc (13.2.1_git20240309-r1) [2025-10-08T11:08:23.671Z] #69 30.08 (4/7) Installing libsodium (1.0.19-r0) [2025-10-08T11:08:23.671Z] #69 30.16 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) [2025-10-08T11:08:23.671Z] #69 30.59 (6/7) Installing libzmq (4.3.5-r2) [2025-10-08T11:08:23.671Z] #69 30.68 (7/7) Installing zeromq (4.3.5-r2) [2025-10-08T11:08:23.671Z] #69 30.74 Executing busybox-1.36.1-r29.trigger [2025-10-08T11:08:23.671Z] #69 30.96 Executing ca-certificates-20250911-r0.trigger [2025-10-08T11:08:23.671Z] #69 ... [2025-10-08T11:08:23.671Z] [2025-10-08T11:08:23.671Z] #81 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-10-08T11:08:23.671Z] #81 DONE 0.7s [2025-10-08T11:08:23.671Z] [2025-10-08T11:08:23.671Z] #69 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-10-08T11:08:23.671Z] #69 32.54 OK: 14 MiB in 21 packages [2025-10-08T11:08:24.651Z] #69 ... [2025-10-08T11:08:24.651Z] [2025-10-08T11:08:24.651Z] #65 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-10-08T11:08:24.651Z] #65 30.16 (2/6) Upgrading libssl3 (3.3.4-r0 -> 3.3.5-r0) [2025-10-08T11:08:24.651Z] #65 30.47 (3/6) Installing dumb-init (1.2.5-r3) [2025-10-08T11:08:24.651Z] #65 30.48 (4/6) Installing openssl (3.3.5-r0) [2025-10-08T11:08:24.651Z] #65 30.67 (5/6) Installing su-exec (0.2-r3) [2025-10-08T11:08:24.651Z] #65 30.71 (6/6) Installing yq-go (4.44.1-r2) [2025-10-08T11:08:24.651Z] #65 32.34 Executing busybox-1.36.1-r29.trigger [2025-10-08T11:08:24.651Z] #65 32.55 OK: 20 MiB in 18 packages [2025-10-08T11:08:24.651Z] #65 DONE 35.4s [2025-10-08T11:08:24.651Z] [2025-10-08T11:08:24.651Z] #76 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-10-08T11:08:24.651Z] #76 22.67 (1/1) Installing dumb-init (1.2.5-r3) [2025-10-08T11:08:25.242Z] #76 ... [2025-10-08T11:08:25.242Z] [2025-10-08T11:08:25.242Z] #73 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-10-08T11:08:25.242Z] #73 23.22 OK: 239 MiB in 58 packages [2025-10-08T11:08:25.242Z] #73 DONE 25.4s [2025-10-08T11:08:25.507Z] [2025-10-08T11:08:25.507Z] #82 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-10-08T11:08:26.089Z] #82 DONE 0.7s [2025-10-08T11:08:26.089Z] [2025-10-08T11:08:26.089Z] #83 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-08T11:08:26.366Z] #83 ... [2025-10-08T11:08:26.366Z] [2025-10-08T11:08:26.366Z] #57 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-10-08T11:08:26.366Z] #57 38.51 OK: 239 MiB in 58 packages [2025-10-08T11:08:26.366Z] #57 DONE 41.0s [2025-10-08T11:08:26.366Z] [2025-10-08T11:08:26.366Z] #84 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-10-08T11:08:26.950Z] #84 ... [2025-10-08T11:08:26.950Z] [2025-10-08T11:08:26.950Z] #69 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-10-08T11:08:26.950Z] #69 DONE 35.6s [2025-10-08T11:08:26.950Z] [2025-10-08T11:08:26.950Z] #85 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-10-08T11:08:27.533Z] #85 ... [2025-10-08T11:08:27.533Z] [2025-10-08T11:08:27.533Z] #84 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-10-08T11:08:27.533Z] #84 DONE 1.1s [2025-10-08T11:08:27.533Z] [2025-10-08T11:08:27.533Z] #86 [core-command stage-1 3/9] RUN apk --no-cache upgrade [2025-10-08T11:08:27.533Z] #0 4.666 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-10-08T11:08:27.533Z] #0 6.772 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-10-08T11:08:27.533Z] #86 ... [2025-10-08T11:08:27.533Z] [2025-10-08T11:08:27.533Z] #87 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-08T11:08:27.800Z] #87 ... [2025-10-08T11:08:27.800Z] [2025-10-08T11:08:27.800Z] #88 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-10-08T11:08:27.800Z] #0 4.770 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-10-08T11:08:27.800Z] #0 7.509 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-10-08T11:08:28.066Z] #88 ... [2025-10-08T11:08:28.066Z] [2025-10-08T11:08:28.066Z] #59 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-10-08T11:08:28.066Z] #59 37.22 (1/14) Installing ca-certificates (20250911-r0) [2025-10-08T11:08:28.066Z] #59 37.95 (2/14) Installing brotli-libs (1.1.0-r2) [2025-10-08T11:08:28.066Z] #59 38.15 (3/14) Installing c-ares (1.33.1-r0) [2025-10-08T11:08:28.066Z] #59 38.19 (4/14) Installing libunistring (1.2-r0) [2025-10-08T11:08:28.066Z] #59 38.54 (5/14) Installing libidn2 (2.3.7-r0) [2025-10-08T11:08:28.066Z] #59 38.63 (6/14) Installing nghttp2-libs (1.62.1-r0) [2025-10-08T11:08:28.066Z] #59 38.69 (7/14) Installing libpsl (0.21.5-r1) [2025-10-08T11:08:28.066Z] #59 38.72 (8/14) Installing zstd-libs (1.5.6-r0) [2025-10-08T11:08:28.066Z] #59 38.88 (9/14) Installing libcurl (8.14.1-r2) [2025-10-08T11:08:28.066Z] #59 39.08 (10/14) Installing curl (8.14.1-r2) [2025-10-08T11:08:28.066Z] #59 39.13 (11/14) Installing dumb-init (1.2.5-r3) [2025-10-08T11:08:28.066Z] #59 39.15 (12/14) Installing musl-obstack (1.2.3-r2) [2025-10-08T11:08:28.066Z] #59 39.16 (13/14) Installing libucontext (1.2-r3) [2025-10-08T11:08:28.066Z] #59 39.17 (14/14) Installing gcompat (1.1.0-r4) [2025-10-08T11:08:28.066Z] #59 39.25 Executing busybox-1.36.1-r29.trigger [2025-10-08T11:08:28.066Z] #59 39.40 Executing ca-certificates-20250911-r0.trigger [2025-10-08T11:08:28.066Z] #59 ... [2025-10-08T11:08:28.066Z] [2025-10-08T11:08:28.066Z] #64 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-10-08T11:08:28.066Z] #64 30.52 (1/3) Installing ca-certificates (20250911-r0) [2025-10-08T11:08:28.066Z] #64 31.08 (2/3) Installing dumb-init (1.2.5-r3) [2025-10-08T11:08:28.066Z] #64 31.16 (3/3) Installing tzdata (2025b-r0) [2025-10-08T11:08:28.066Z] #64 33.49 Executing busybox-1.36.1-r29.trigger [2025-10-08T11:08:28.066Z] #64 33.74 Executing ca-certificates-20250911-r0.trigger [2025-10-08T11:08:28.066Z] #64 35.80 OK: 11 MiB in 17 packages [2025-10-08T11:08:28.066Z] #64 DONE 39.0s [2025-10-08T11:08:28.332Z] [2025-10-08T11:08:28.332Z] #89 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-10-08T11:08:28.604Z] #89 ... [2025-10-08T11:08:28.604Z] [2025-10-08T11:08:28.604Z] #76 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-10-08T11:08:28.604Z] #76 23.76 Executing busybox-1.36.1-r29.trigger [2025-10-08T11:08:28.604Z] #76 23.98 OK: 9 MiB in 15 packages [2025-10-08T11:08:28.604Z] #76 DONE 26.7s [2025-10-08T11:08:28.870Z] [2025-10-08T11:08:28.870Z] #70 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-10-08T11:08:28.870Z] #70 33.44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-10-08T11:08:28.870Z] #70 36.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-10-08T11:08:29.135Z] #70 ... [2025-10-08T11:08:29.135Z] [2025-10-08T11:08:29.135Z] #90 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-10-08T11:08:29.135Z] #0 4.684 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-10-08T11:08:29.135Z] #0 7.317 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-10-08T11:08:29.135Z] #90 ... [2025-10-08T11:08:29.135Z] [2025-10-08T11:08:29.135Z] #71 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-10-08T11:08:29.135Z] #71 29.77 v3.20.7-132-g39e95c1f75e [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-10-08T11:08:29.135Z] #71 29.77 v3.20.7-131-ga58d0c92604 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-10-08T11:08:29.135Z] #71 29.77 OK: 24055 distinct packages available [2025-10-08T11:08:29.135Z] #71 31.98 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-10-08T11:08:29.135Z] #71 34.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-10-08T11:08:29.404Z] #71 ... [2025-10-08T11:08:29.404Z] [2025-10-08T11:08:29.404Z] #59 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-10-08T11:08:29.404Z] #59 40.79 OK: 15 MiB in 28 packages [2025-10-08T11:08:31.357Z] #59 DONE 42.8s [2025-10-08T11:08:31.357Z] [2025-10-08T11:08:31.357Z] #91 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-10-08T11:08:33.940Z] #91 ... [2025-10-08T11:08:33.940Z] [2025-10-08T11:08:33.940Z] #92 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-08T11:08:33.940Z] #92 ... [2025-10-08T11:08:33.940Z] [2025-10-08T11:08:33.940Z] #80 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-10-08T11:08:33.940Z] #80 18.18 (1/6) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-10-08T11:08:33.940Z] #80 18.40 Executing busybox-1.36.1-r30.post-upgrade [2025-10-08T11:08:33.940Z] #80 19.05 (2/6) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-10-08T11:08:33.940Z] #80 19.09 (3/6) Upgrading ca-certificates-bundle (20250619-r0 -> 20250911-r0) [2025-10-08T11:08:33.940Z] #80 19.17 (4/6) Upgrading libcrypto3 (3.3.4-r0 -> 3.3.5-r0) [2025-10-08T11:08:33.940Z] #80 20.14 (5/6) Upgrading libssl3 (3.3.4-r0 -> 3.3.5-r0) [2025-10-08T11:08:33.940Z] #80 20.30 (6/6) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-10-08T11:08:33.940Z] #80 20.31 Executing busybox-1.36.1-r30.trigger [2025-10-08T11:08:33.940Z] #80 20.43 OK: 9 MiB in 15 packages [2025-10-08T11:08:34.527Z] #80 ... [2025-10-08T11:08:34.527Z] [2025-10-08T11:08:34.527Z] #93 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-10-08T11:08:34.527Z] #0 7.574 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-10-08T11:08:34.527Z] #0 9.370 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-10-08T11:08:34.527Z] #93 ... [2025-10-08T11:08:34.527Z] [2025-10-08T11:08:34.527Z] #90 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-10-08T11:08:34.527Z] #90 15.30 (1/6) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-10-08T11:08:34.527Z] #90 15.42 Executing busybox-1.36.1-r30.post-upgrade [2025-10-08T11:08:34.810Z] #90 ... [2025-10-08T11:08:34.810Z] [2025-10-08T11:08:34.810Z] #80 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-10-08T11:08:34.810Z] #80 DONE 22.5s [2025-10-08T11:08:34.810Z] [2025-10-08T11:08:34.810Z] #90 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-10-08T11:08:34.810Z] #90 15.87 (2/6) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-10-08T11:08:34.810Z] #90 15.90 (3/6) Upgrading ca-certificates-bundle (20250619-r0 -> 20250911-r0) [2025-10-08T11:08:35.079Z] #90 16.05 (4/6) Upgrading libcrypto3 (3.3.4-r0 -> 3.3.5-r0) [2025-10-08T11:08:35.663Z] #90 16.67 (5/6) Upgrading libssl3 (3.3.4-r0 -> 3.3.5-r0) [2025-10-08T11:08:35.934Z] #90 16.77 (6/6) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-10-08T11:08:35.934Z] #90 16.79 Executing busybox-1.36.1-r30.trigger [2025-10-08T11:08:35.934Z] #90 16.88 Executing ca-certificates-20250911-r0.trigger [2025-10-08T11:08:36.894Z] #90 17.73 OK: 20 MiB in 18 packages [2025-10-08T11:08:37.858Z] #90 ... [2025-10-08T11:08:37.858Z] [2025-10-08T11:08:37.858Z] #71 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-10-08T11:08:37.858Z] #71 43.67 (1/7) Upgrading libcrypto3 (3.3.4-r0 -> 3.3.5-r0) [2025-10-08T11:08:37.858Z] #71 44.17 (2/7) Upgrading libssl3 (3.3.4-r0 -> 3.3.5-r0) [2025-10-08T11:08:37.858Z] #71 44.29 (3/7) Installing dumb-init (1.2.5-r3) [2025-10-08T11:08:37.858Z] #71 44.31 (4/7) Installing musl-obstack (1.2.3-r2) [2025-10-08T11:08:37.858Z] #71 44.32 (5/7) Installing libucontext (1.2-r3) [2025-10-08T11:08:37.858Z] #71 44.34 (6/7) Installing gcompat (1.1.0-r4) [2025-10-08T11:08:37.858Z] #71 44.37 (7/7) Installing openssl (3.3.5-r0) [2025-10-08T11:08:37.858Z] #71 44.45 Executing busybox-1.36.1-r29.trigger [2025-10-08T11:08:37.858Z] #71 44.57 OK: 10 MiB in 19 packages [2025-10-08T11:08:37.858Z] #71 DONE 45.9s [2025-10-08T11:08:37.858Z] [2025-10-08T11:08:37.858Z] #94 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade [2025-10-08T11:08:38.125Z] #94 ... [2025-10-08T11:08:38.125Z] [2025-10-08T11:08:38.125Z] #90 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-10-08T11:08:38.125Z] #90 DONE 19.1s [2025-10-08T11:08:38.125Z] [2025-10-08T11:08:38.125Z] #86 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade [2025-10-08T11:08:38.125Z] #86 16.55 (1/6) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-10-08T11:08:38.125Z] #86 16.76 Executing busybox-1.36.1-r30.post-upgrade [2025-10-08T11:08:38.125Z] #86 17.27 (2/6) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-10-08T11:08:38.125Z] #86 17.29 (3/6) Upgrading ca-certificates-bundle (20250619-r0 -> 20250911-r0) [2025-10-08T11:08:38.125Z] #86 17.52 (4/6) Upgrading libcrypto3 (3.3.4-r0 -> 3.3.5-r0) [2025-10-08T11:08:38.125Z] #86 18.27 (5/6) Upgrading libssl3 (3.3.4-r0 -> 3.3.5-r0) [2025-10-08T11:08:38.125Z] #86 18.38 (6/6) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-10-08T11:08:38.125Z] #86 18.41 Executing busybox-1.36.1-r30.trigger [2025-10-08T11:08:38.125Z] #86 18.50 OK: 9 MiB in 15 packages [2025-10-08T11:08:38.125Z] #86 DONE 21.5s [2025-10-08T11:08:38.399Z] [2025-10-08T11:08:38.399Z] #88 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-10-08T11:08:38.399Z] #88 18.40 (1/6) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-10-08T11:08:38.399Z] #88 18.55 Executing busybox-1.36.1-r30.post-upgrade [2025-10-08T11:08:38.399Z] #88 18.86 (2/6) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-10-08T11:08:38.399Z] #88 18.87 (3/6) Upgrading ca-certificates-bundle (20250619-r0 -> 20250911-r0) [2025-10-08T11:08:38.399Z] #88 18.98 (4/6) Upgrading libcrypto3 (3.3.4-r0 -> 3.3.5-r0) [2025-10-08T11:08:38.399Z] #88 19.66 (5/6) Upgrading libssl3 (3.3.4-r0 -> 3.3.5-r0) [2025-10-08T11:08:38.399Z] #88 19.90 (6/6) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-10-08T11:08:38.399Z] #88 19.90 Executing busybox-1.36.1-r30.trigger [2025-10-08T11:08:38.399Z] #88 20.01 OK: 9 MiB in 16 packages [2025-10-08T11:08:39.376Z] #88 DONE 21.7s [2025-10-08T11:08:39.376Z] [2025-10-08T11:08:39.376Z] #70 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-10-08T11:08:39.376Z] #70 44.74 (1/4) Installing dumb-init (1.2.5-r3) [2025-10-08T11:08:39.376Z] #70 44.82 (2/4) Installing musl-obstack (1.2.3-r2) [2025-10-08T11:08:39.376Z] #70 44.86 (3/4) Installing libucontext (1.2-r3) [2025-10-08T11:08:39.376Z] #70 44.88 (4/4) Installing gcompat (1.1.0-r4) [2025-10-08T11:08:39.376Z] #70 44.93 Executing busybox-1.36.1-r29.trigger [2025-10-08T11:08:39.376Z] #70 45.12 OK: 9 MiB in 18 packages [2025-10-08T11:08:39.655Z] #70 DONE 47.8s [2025-10-08T11:08:39.655Z] [2025-10-08T11:08:39.655Z] #95 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-10-08T11:08:43.038Z] #95 ... [2025-10-08T11:08:43.038Z] [2025-10-08T11:08:43.038Z] #89 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-10-08T11:08:43.038Z] #89 4.704 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-10-08T11:08:43.038Z] #89 6.082 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-10-08T11:08:43.038Z] #89 14.15 (1/6) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-10-08T11:08:43.038Z] #89 14.32 Executing busybox-1.36.1-r30.post-upgrade [2025-10-08T11:08:43.038Z] #89 14.72 (2/6) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-10-08T11:08:43.038Z] #89 14.72 (3/6) Upgrading ca-certificates-bundle (20250619-r0 -> 20250911-r0) [2025-10-08T11:08:43.038Z] #89 14.74 (4/6) Upgrading libcrypto3 (3.3.4-r0 -> 3.3.5-r0) [2025-10-08T11:08:43.038Z] #89 ... [2025-10-08T11:08:43.038Z] [2025-10-08T11:08:43.038Z] #93 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-10-08T11:08:43.038Z] #93 17.46 (1/4) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-10-08T11:08:43.038Z] #93 17.60 Executing busybox-1.36.1-r30.post-upgrade [2025-10-08T11:08:43.038Z] #93 18.12 (2/4) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-10-08T11:08:43.038Z] #93 18.15 (3/4) Upgrading ca-certificates-bundle (20250619-r0 -> 20250911-r0) [2025-10-08T11:08:43.038Z] #93 18.23 (4/4) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-10-08T11:08:43.038Z] #93 18.28 Executing busybox-1.36.1-r30.trigger [2025-10-08T11:08:43.038Z] #93 18.35 OK: 20 MiB in 18 packages [2025-10-08T11:08:43.310Z] #93 ... [2025-10-08T11:08:43.310Z] [2025-10-08T11:08:43.310Z] #96 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-10-08T11:08:43.310Z] #96 DONE 3.7s [2025-10-08T11:08:43.577Z] [2025-10-08T11:08:43.577Z] #97 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2025-10-08T11:08:43.578Z] #97 DONE 0.1s [2025-10-08T11:08:43.578Z] [2025-10-08T11:08:43.578Z] #85 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-10-08T11:08:43.578Z] #85 6.512 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-10-08T11:08:43.578Z] #85 7.942 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-10-08T11:08:43.578Z] #85 14.73 (1/6) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-10-08T11:08:43.578Z] #85 14.93 Executing busybox-1.36.1-r30.post-upgrade [2025-10-08T11:08:43.578Z] #85 15.43 (2/6) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-10-08T11:08:43.578Z] #85 15.43 (3/6) Upgrading ca-certificates-bundle (20250619-r0 -> 20250911-r0) [2025-10-08T11:08:43.578Z] #85 15.56 (4/6) Upgrading libcrypto3 (3.3.4-r0 -> 3.3.5-r0) [2025-10-08T11:08:43.578Z] #85 16.02 (5/6) Upgrading libssl3 (3.3.4-r0 -> 3.3.5-r0) [2025-10-08T11:08:43.578Z] #85 16.17 (6/6) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-10-08T11:08:43.578Z] #85 16.19 Executing busybox-1.36.1-r30.trigger [2025-10-08T11:08:43.578Z] #85 16.30 Executing ca-certificates-20250911-r0.trigger [2025-10-08T11:08:43.578Z] #85 ... [2025-10-08T11:08:43.578Z] [2025-10-08T11:08:43.578Z] #89 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-10-08T11:08:43.578Z] #89 15.35 (5/6) Upgrading libssl3 (3.3.4-r0 -> 3.3.5-r0) [2025-10-08T11:08:43.578Z] #89 15.49 (6/6) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-10-08T11:08:43.844Z] #89 15.52 Executing busybox-1.36.1-r30.trigger [2025-10-08T11:08:43.844Z] #89 15.65 Executing ca-certificates-20250911-r0.trigger [2025-10-08T11:08:44.111Z] #89 ... [2025-10-08T11:08:44.111Z] [2025-10-08T11:08:44.111Z] #91 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-10-08T11:08:44.111Z] #91 2.903 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-10-08T11:08:44.111Z] #91 4.413 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-10-08T11:08:44.111Z] #91 12.62 (1/6) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-10-08T11:08:44.111Z] #91 12.73 Executing busybox-1.36.1-r30.post-upgrade [2025-10-08T11:08:44.379Z] #91 12.99 (2/6) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-10-08T11:08:44.379Z] #91 13.00 (3/6) Upgrading ca-certificates-bundle (20250619-r0 -> 20250911-r0) [2025-10-08T11:08:44.379Z] #91 13.06 (4/6) Upgrading libcrypto3 (3.3.4-r0 -> 3.3.5-r0) [2025-10-08T11:08:44.379Z] #91 ... [2025-10-08T11:08:44.379Z] [2025-10-08T11:08:44.379Z] #85 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-10-08T11:08:44.379Z] #85 17.13 OK: 14 MiB in 21 packages [2025-10-08T11:08:44.646Z] #85 ... [2025-10-08T11:08:44.646Z] [2025-10-08T11:08:44.646Z] #93 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-10-08T11:08:44.646Z] #93 DONE 20.1s [2025-10-08T11:08:44.915Z] [2025-10-08T11:08:44.915Z] #98 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2025-10-08T11:08:44.915Z] #98 DONE 0.1s [2025-10-08T11:08:44.915Z] [2025-10-08T11:08:44.915Z] #89 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-10-08T11:08:44.915Z] #89 16.67 OK: 11 MiB in 17 packages [2025-10-08T11:08:45.520Z] #89 ... [2025-10-08T11:08:45.520Z] [2025-10-08T11:08:45.520Z] #85 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-10-08T11:08:45.520Z] #85 DONE 18.6s [2025-10-08T11:08:45.791Z] [2025-10-08T11:08:45.791Z] #91 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-10-08T11:08:45.791Z] #91 13.81 (5/6) Upgrading libssl3 (3.3.4-r0 -> 3.3.5-r0) [2025-10-08T11:08:45.791Z] #91 13.91 (6/6) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-10-08T11:08:45.791Z] #91 13.93 Executing busybox-1.36.1-r30.trigger [2025-10-08T11:08:45.791Z] #91 13.98 Executing ca-certificates-20250911-r0.trigger [2025-10-08T11:08:46.392Z] #91 ... [2025-10-08T11:08:46.392Z] [2025-10-08T11:08:46.392Z] #89 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-10-08T11:08:46.392Z] #89 DONE 18.0s [2025-10-08T11:08:46.392Z] [2025-10-08T11:08:46.392Z] #91 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-10-08T11:08:46.392Z] #91 14.96 OK: 15 MiB in 28 packages [2025-10-08T11:08:46.979Z] #91 DONE 15.9s [2025-10-08T11:08:46.979Z] [2025-10-08T11:08:46.979Z] #95 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-10-08T11:08:46.979Z] #95 3.528 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-10-08T11:08:46.979Z] #95 4.919 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-10-08T11:08:48.391Z] #95 8.459 (1/6) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-10-08T11:08:48.391Z] #95 8.542 Executing busybox-1.36.1-r30.post-upgrade [2025-10-08T11:08:48.391Z] #95 8.766 (2/6) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-10-08T11:08:48.391Z] #95 8.773 (3/6) Upgrading ca-certificates-bundle (20250619-r0 -> 20250911-r0) [2025-10-08T11:08:48.391Z] #95 8.812 (4/6) Upgrading libcrypto3 (3.3.4-r0 -> 3.3.5-r0) [2025-10-08T11:08:48.996Z] #95 9.255 (5/6) Upgrading libssl3 (3.3.4-r0 -> 3.3.5-r0) [2025-10-08T11:08:48.996Z] #95 9.337 (6/6) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-10-08T11:08:48.996Z] #95 ... [2025-10-08T11:08:48.996Z] [2025-10-08T11:08:48.996Z] #94 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade [2025-10-08T11:08:48.996Z] #94 4.517 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-10-08T11:08:48.996Z] #94 5.641 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-10-08T11:08:48.996Z] #94 10.34 (1/4) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-10-08T11:08:48.996Z] #94 10.41 Executing busybox-1.36.1-r30.post-upgrade [2025-10-08T11:08:48.996Z] #94 10.59 (2/4) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-10-08T11:08:48.996Z] #94 10.60 (3/4) Upgrading ca-certificates-bundle (20250619-r0 -> 20250911-r0) [2025-10-08T11:08:48.996Z] #94 10.64 (4/4) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-10-08T11:08:48.996Z] #94 10.66 Executing busybox-1.36.1-r30.trigger [2025-10-08T11:08:48.996Z] #94 10.70 OK: 10 MiB in 19 packages [2025-10-08T11:08:48.996Z] #94 DONE 11.5s [2025-10-08T11:08:48.996Z] [2025-10-08T11:08:48.996Z] #95 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-10-08T11:08:48.996Z] #95 9.349 Executing busybox-1.36.1-r30.trigger [2025-10-08T11:08:48.996Z] #95 ... [2025-10-08T11:08:48.996Z] [2025-10-08T11:08:48.996Z] #99 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-10-08T11:08:50.128Z] #156 ... [2025-10-08T11:08:50.128Z] [2025-10-08T11:08:50.129Z] #149 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-10-08T11:08:50.129Z] #149 DONE 87.8s [2025-10-08T11:08:50.129Z] [2025-10-08T11:08:50.129Z] #151 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-10-08T11:08:50.129Z] #151 DONE 87.8s [2025-10-08T11:08:50.129Z] [2025-10-08T11:08:50.129Z] #157 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-10-08T11:08:50.129Z] #157 DONE 0.2s [2025-10-08T11:08:50.129Z] [2025-10-08T11:08:50.129Z] #158 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-10-08T11:08:50.129Z] #158 ... [2025-10-08T11:08:50.129Z] [2025-10-08T11:08:50.129Z] #159 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2025-10-08T11:08:50.129Z] #159 DONE 0.2s [2025-10-08T11:08:50.129Z] [2025-10-08T11:08:50.129Z] #158 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-10-08T11:08:50.129Z] #158 DONE 0.2s [2025-10-08T11:08:50.129Z] [2025-10-08T11:08:50.129Z] #160 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2025-10-08T11:08:50.129Z] #160 DONE 0.2s [2025-10-08T11:08:50.129Z] [2025-10-08T11:08:50.129Z] #161 [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-10-08T11:08:50.129Z] #161 DONE 0.2s [2025-10-08T11:08:50.129Z] [2025-10-08T11:08:50.129Z] #162 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2025-10-08T11:08:50.129Z] #162 DONE 0.2s [2025-10-08T11:08:50.129Z] [2025-10-08T11:08:50.129Z] #163 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-10-08T11:08:50.129Z] #163 ... [2025-10-08T11:08:50.129Z] [2025-10-08T11:08:50.129Z] #164 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-10-08T11:08:50.129Z] #164 DONE 1.0s [2025-10-08T11:08:50.129Z] [2025-10-08T11:08:50.129Z] #165 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2025-10-08T11:08:50.129Z] #165 DONE 0.2s [2025-10-08T11:08:50.129Z] [2025-10-08T11:08:50.129Z] #166 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2025-10-08T11:08:50.129Z] #166 DONE 0.2s [2025-10-08T11:08:50.129Z] [2025-10-08T11:08:50.129Z] #124 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-10-08T11:08:50.129Z] #124 ... [2025-10-08T11:08:50.129Z] [2025-10-08T11:08:50.129Z] #167 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2025-10-08T11:08:50.129Z] #167 DONE 0.2s [2025-10-08T11:08:50.129Z] [2025-10-08T11:08:50.129Z] #168 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2025-10-08T11:08:50.129Z] #168 DONE 0.0s [2025-10-08T11:08:50.129Z] [2025-10-08T11:08:50.129Z] #169 [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-10-08T11:08:50.129Z] #169 DONE 0.1s [2025-10-08T11:08:50.129Z] [2025-10-08T11:08:50.129Z] #124 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-10-08T11:08:50.129Z] #124 ... [2025-10-08T11:08:50.129Z] [2025-10-08T11:08:50.129Z] #163 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-10-08T11:08:50.129Z] #163 DONE 1.1s [2025-10-08T11:08:50.129Z] [2025-10-08T11:08:50.129Z] #170 [core-common-config-bootstrapper] exporting to image [2025-10-08T11:08:50.129Z] #170 exporting layers [2025-10-08T11:08:50.129Z] #170 ... [2025-10-08T11:08:50.129Z] [2025-10-08T11:08:50.129Z] #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-10-08T11:08:50.129Z] #171 DONE 0.3s [2025-10-08T11:08:50.129Z] [2025-10-08T11:08:50.129Z] #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-10-08T11:08:50.129Z] #172 DONE 0.2s [2025-10-08T11:08:50.129Z] [2025-10-08T11:08:50.129Z] #170 [core-common-config-bootstrapper] exporting to image [2025-10-08T11:08:50.129Z] #170 exporting layers 0.4s done [2025-10-08T11:08:50.129Z] #170 writing image sha256:7714df9f880bd92dc0c234139888f419c01b10f05cc404129b9d448370b323f7 done [2025-10-08T11:08:50.129Z] #170 naming to docker.io/library/core-common-config-bootstrapper done [2025-10-08T11:08:50.129Z] #170 DONE 0.5s [2025-10-08T11:08:50.129Z] [2025-10-08T11:08:50.129Z] #173 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2025-10-08T11:08:50.129Z] #173 DONE 0.1s [2025-10-08T11:08:50.129Z] [2025-10-08T11:08:50.129Z] #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-10-08T11:08:50.129Z] #146 ... [2025-10-08T11:08:50.129Z] [2025-10-08T11:08:50.129Z] #174 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2025-10-08T11:08:50.129Z] #174 DONE 1.3s [2025-10-08T11:08:50.129Z] [2025-10-08T11:08:50.129Z] #175 [security-bootstrapper] exporting to image [2025-10-08T11:08:50.129Z] #175 exporting layers 0.4s done [2025-10-08T11:08:50.129Z] #175 writing image sha256:8514adc125df01b51ddaecdc218587efe83ca9ef02baf68e1ab35db4fdfb3f7b done [2025-10-08T11:08:50.129Z] #175 naming to docker.io/library/security-bootstrapper done [2025-10-08T11:08:50.129Z] #175 DONE 0.4s [2025-10-08T11:08:50.129Z] [2025-10-08T11:08:50.129Z] #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-10-08T11:08:50.404Z] #99 ... [2025-10-08T11:08:50.404Z] [2025-10-08T11:08:50.404Z] #95 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-10-08T11:08:50.404Z] #95 9.518 OK: 9 MiB in 18 packages [2025-10-08T11:08:50.404Z] #95 DONE 10.8s [2025-10-08T11:08:50.670Z] [2025-10-08T11:08:50.670Z] #99 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-10-08T11:08:50.670Z] #99 DONE 1.5s [2025-10-08T11:08:50.670Z] [2025-10-08T11:08:50.670Z] #100 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-10-08T11:08:51.630Z] #100 ... [2025-10-08T11:08:51.630Z] [2025-10-08T11:08:51.630Z] #101 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-10-08T11:08:51.630Z] #101 DONE 2.6s [2025-10-08T11:08:51.630Z] [2025-10-08T11:08:51.630Z] #102 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-10-08T11:08:52.233Z] #102 DONE 0.3s [2025-10-08T11:08:52.233Z] [2025-10-08T11:08:52.233Z] #103 [security-spire-server stage-2 6/9] COPY security.txt / [2025-10-08T11:08:52.233Z] #103 DONE 0.3s [2025-10-08T11:08:52.233Z] [2025-10-08T11:08:52.233Z] #104 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-10-08T11:08:52.819Z] #104 DONE 2.3s [2025-10-08T11:08:52.819Z] [2025-10-08T11:08:52.819Z] #105 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-10-08T11:08:52.819Z] #105 DONE 0.3s [2025-10-08T11:08:52.819Z] [2025-10-08T11:08:52.819Z] #100 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-10-08T11:08:52.819Z] #100 DONE 2.1s [2025-10-08T11:08:52.819Z] [2025-10-08T11:08:52.819Z] #106 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2025-10-08T11:08:53.091Z] #106 DONE 0.3s [2025-10-08T11:08:53.091Z] [2025-10-08T11:08:53.091Z] #107 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2025-10-08T11:08:53.091Z] #107 DONE 0.3s [2025-10-08T11:08:53.091Z] [2025-10-08T11:08:53.091Z] #108 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2025-10-08T11:08:53.359Z] #108 ... [2025-10-08T11:08:53.359Z] [2025-10-08T11:08:53.359Z] #109 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2025-10-08T11:08:53.359Z] #109 DONE 0.4s [2025-10-08T11:08:53.359Z] [2025-10-08T11:08:53.359Z] #108 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2025-10-08T11:08:53.359Z] #108 DONE 0.4s [2025-10-08T11:08:53.359Z] [2025-10-08T11:08:53.359Z] #110 [security-spire-agent stage-3 7/10] COPY security.txt / [2025-10-08T11:08:53.359Z] #110 DONE 0.4s [2025-10-08T11:08:53.359Z] [2025-10-08T11:08:53.359Z] #111 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2025-10-08T11:08:53.635Z] #111 ... [2025-10-08T11:08:53.635Z] [2025-10-08T11:08:53.635Z] #112 [security-spire-config stage-2 6/10] COPY security.txt / [2025-10-08T11:08:53.635Z] #112 DONE 0.3s [2025-10-08T11:08:53.635Z] [2025-10-08T11:08:53.635Z] #113 [security-spire-server] exporting to image [2025-10-08T11:08:53.635Z] #113 exporting layers [2025-10-08T11:08:53.901Z] #113 ... [2025-10-08T11:08:53.901Z] [2025-10-08T11:08:53.901Z] #111 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2025-10-08T11:08:53.901Z] #111 DONE 0.5s [2025-10-08T11:08:53.901Z] [2025-10-08T11:08:53.901Z] #114 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2025-10-08T11:08:53.901Z] #114 DONE 0.5s [2025-10-08T11:08:54.169Z] [2025-10-08T11:08:54.169Z] #115 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2025-10-08T11:08:54.451Z] #115 DONE 0.3s [2025-10-08T11:08:54.451Z] [2025-10-08T11:08:54.451Z] #116 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2025-10-08T11:08:54.451Z] #116 DONE 0.5s [2025-10-08T11:08:54.451Z] [2025-10-08T11:08:54.451Z] #117 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2025-10-08T11:08:54.764Z] #117 ... [2025-10-08T11:08:54.764Z] [2025-10-08T11:08:54.764Z] #118 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2025-10-08T11:08:54.764Z] #118 DONE 0.5s [2025-10-08T11:08:55.030Z] [2025-10-08T11:08:55.030Z] #117 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2025-10-08T11:08:55.030Z] #117 DONE 0.5s [2025-10-08T11:08:55.030Z] [2025-10-08T11:08:55.030Z] #113 [security-spire-agent] exporting to image [2025-10-08T11:08:57.631Z] #113 exporting layers 4.2s done [2025-10-08T11:08:57.631Z] #113 writing image sha256:48a9807b70cf54dc01703370039f3fcd8f9271eca350362abe513825f0d24cca 0.0s done [2025-10-08T11:08:57.631Z] #113 naming to docker.io/library/security-spire-server-arm64 0.0s done [2025-10-08T11:08:58.607Z] #113 exporting layers 3.7s done [2025-10-08T11:08:58.607Z] #113 writing image sha256:53f8eb51190b77dfef1c0a33ee725a4b17e523b9f5b4b24b8ca6e1c806aa8567 [2025-10-08T11:08:58.607Z] #113 exporting layers 3.8s done [2025-10-08T11:08:58.607Z] #113 writing image sha256:53f8eb51190b77dfef1c0a33ee725a4b17e523b9f5b4b24b8ca6e1c806aa8567 0.1s done [2025-10-08T11:08:58.607Z] #113 naming to docker.io/library/security-spire-config-arm64 0.0s done [2025-10-08T11:08:58.884Z] #113 writing image sha256:91ee8a5f7e8b78fe1ba5361d4fb6a36b7d3e161142eaebd36c91156c8ec0fa24 0.0s done [2025-10-08T11:08:58.884Z] #113 naming to docker.io/library/security-spire-agent-arm64 0.0s done [2025-10-08T11:08:58.884Z] #113 DONE 5.4s [2025-10-08T11:08:58.884Z] [2025-10-08T11:08:58.884Z] #78 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-08T11:09:46.342Z] #146 ... [2025-10-08T11:09:46.342Z] [2025-10-08T11:09:46.342Z] #154 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-10-08T11:09:46.342Z] #154 DONE 146.8s [2025-10-08T11:09:46.342Z] [2025-10-08T11:09:46.342Z] #124 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-10-08T11:09:46.342Z] #124 ... [2025-10-08T11:09:46.342Z] [2025-10-08T11:09:46.342Z] #153 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-10-08T11:09:46.342Z] #153 147.8 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-10-08T11:09:46.342Z] #153 ... [2025-10-08T11:09:46.342Z] [2025-10-08T11:09:46.342Z] #156 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-10-08T11:09:46.342Z] #156 DONE 147.8s [2025-10-08T11:09:46.342Z] [2025-10-08T11:09:46.342Z] #176 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2025-10-08T11:09:46.342Z] #176 DONE 0.1s [2025-10-08T11:09:46.342Z] [2025-10-08T11:09:46.342Z] #177 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2025-10-08T11:09:46.342Z] #177 DONE 0.0s [2025-10-08T11:09:46.342Z] [2025-10-08T11:09:46.342Z] #178 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2025-10-08T11:09:46.342Z] #178 DONE 0.1s [2025-10-08T11:09:46.342Z] [2025-10-08T11:09:46.342Z] #179 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2025-10-08T11:09:46.342Z] #179 DONE 0.1s [2025-10-08T11:09:46.342Z] [2025-10-08T11:09:46.342Z] #180 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2025-10-08T11:09:46.343Z] #180 DONE 0.5s [2025-10-08T11:09:46.343Z] [2025-10-08T11:09:46.343Z] #181 [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-10-08T11:09:46.343Z] #181 DONE 0.5s [2025-10-08T11:09:46.343Z] [2025-10-08T11:09:46.343Z] #182 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2025-10-08T11:09:46.343Z] #182 DONE 0.3s [2025-10-08T11:09:46.343Z] [2025-10-08T11:09:46.343Z] #147 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-10-08T11:09:46.343Z] #147 DONE 148.7s [2025-10-08T11:09:46.343Z] [2025-10-08T11:09:46.343Z] #183 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2025-10-08T11:09:46.343Z] #183 DONE 0.2s [2025-10-08T11:09:46.343Z] [2025-10-08T11:09:46.343Z] #184 [core-command] exporting to image [2025-10-08T11:09:46.343Z] #184 exporting layers [2025-10-08T11:09:46.343Z] #184 exporting layers 0.2s done [2025-10-08T11:09:46.343Z] #184 writing image sha256:c79b38c5850b1752a19b84b85d14ecfe6ce012c60ae8c451dd1e6d26761bd051 [2025-10-08T11:09:46.343Z] #184 ... [2025-10-08T11:09:46.343Z] [2025-10-08T11:09:46.343Z] #185 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2025-10-08T11:09:46.343Z] #185 DONE 0.3s [2025-10-08T11:09:46.343Z] [2025-10-08T11:09:46.343Z] #186 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-10-08T11:09:46.343Z] #186 DONE 0.2s [2025-10-08T11:09:46.343Z] [2025-10-08T11:09:46.343Z] #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-10-08T11:09:46.343Z] #152 DONE 149.1s [2025-10-08T11:09:46.343Z] [2025-10-08T11:09:46.343Z] #184 [core-command] exporting to image [2025-10-08T11:09:46.343Z] #184 writing image sha256:c79b38c5850b1752a19b84b85d14ecfe6ce012c60ae8c451dd1e6d26761bd051 0.1s done [2025-10-08T11:09:46.343Z] #184 naming to docker.io/library/core-command 0.0s done [2025-10-08T11:09:46.343Z] #184 DONE 0.4s [2025-10-08T11:09:46.343Z] [2025-10-08T11:09:46.343Z] #176 [core-metadata stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2025-10-08T11:09:46.343Z] #176 DONE 0.1s [2025-10-08T11:09:46.343Z] [2025-10-08T11:09:46.343Z] #177 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2025-10-08T11:09:46.343Z] #177 DONE 0.0s [2025-10-08T11:09:46.343Z] [2025-10-08T11:09:46.343Z] #187 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-10-08T11:09:46.343Z] #187 CACHED [2025-10-08T11:09:46.343Z] [2025-10-08T11:09:46.343Z] #188 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-10-08T11:09:46.343Z] #188 CACHED [2025-10-08T11:09:46.343Z] [2025-10-08T11:09:46.343Z] #189 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2025-10-08T11:09:46.343Z] #189 DONE 0.1s [2025-10-08T11:09:46.343Z] [2025-10-08T11:09:46.343Z] #190 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-10-08T11:09:46.343Z] #190 ... [2025-10-08T11:09:46.343Z] [2025-10-08T11:09:46.343Z] #191 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-10-08T11:09:46.343Z] #191 DONE 0.1s [2025-10-08T11:09:46.343Z] [2025-10-08T11:09:46.343Z] #192 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2025-10-08T11:09:46.604Z] #192 DONE 0.7s [2025-10-08T11:09:46.605Z] [2025-10-08T11:09:46.605Z] #193 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-10-08T11:09:46.605Z] #193 DONE 0.8s [2025-10-08T11:09:46.605Z] [2025-10-08T11:09:46.605Z] #155 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-10-08T11:09:46.605Z] #155 DONE 150.0s [2025-10-08T11:09:46.605Z] [2025-10-08T11:09:46.605Z] #194 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-10-08T11:09:46.863Z] #194 ... [2025-10-08T11:09:46.863Z] [2025-10-08T11:09:46.863Z] #153 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-10-08T11:09:46.863Z] #153 DONE 150.1s [2025-10-08T11:09:46.863Z] [2025-10-08T11:09:46.863Z] #195 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2025-10-08T11:09:46.863Z] #195 DONE 0.2s [2025-10-08T11:09:46.863Z] [2025-10-08T11:09:46.863Z] #196 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2025-10-08T11:09:46.863Z] #196 DONE 0.2s [2025-10-08T11:09:46.863Z] [2025-10-08T11:09:46.863Z] #194 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-10-08T11:09:46.863Z] #194 DONE 0.2s [2025-10-08T11:09:46.863Z] [2025-10-08T11:09:46.863Z] #197 [core-data] exporting to image [2025-10-08T11:09:47.121Z] #197 ... [2025-10-08T11:09:47.121Z] [2025-10-08T11:09:47.121Z] #198 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2025-10-08T11:09:47.121Z] #198 DONE 0.3s [2025-10-08T11:09:47.121Z] [2025-10-08T11:09:47.121Z] #190 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-10-08T11:09:47.121Z] #190 DONE 1.3s [2025-10-08T11:09:47.121Z] [2025-10-08T11:09:47.121Z] #199 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-10-08T11:09:47.121Z] #199 DONE 0.3s [2025-10-08T11:09:47.121Z] [2025-10-08T11:09:47.121Z] #197 [core-data] exporting to image [2025-10-08T11:09:47.121Z] #197 exporting layers 0.4s done [2025-10-08T11:09:47.121Z] #197 writing image sha256:5eba7c87bc2211581a31d46171c36701c9085c2259ac92b8647a7147d9b9a39c done [2025-10-08T11:09:47.121Z] #197 naming to docker.io/library/core-data 0.0s done [2025-10-08T11:09:47.121Z] #197 DONE 0.5s [2025-10-08T11:09:47.121Z] [2025-10-08T11:09:47.121Z] #200 [security-proxy-setup] exporting to image [2025-10-08T11:09:47.380Z] #200 ... [2025-10-08T11:09:47.380Z] [2025-10-08T11:09:47.380Z] #201 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2025-10-08T11:09:47.380Z] #201 DONE 0.2s [2025-10-08T11:09:47.380Z] [2025-10-08T11:09:47.380Z] #202 [core-metadata] exporting to image [2025-10-08T11:09:47.380Z] #202 exporting layers 0.4s done [2025-10-08T11:09:47.638Z] #202 writing image sha256:2835b006d372170a45c6361558c3f3be6abbda95f650696c2faa2a03a8862bb7 0.0s done [2025-10-08T11:09:47.638Z] #202 naming to docker.io/library/core-metadata done [2025-10-08T11:09:47.638Z] #202 DONE 0.5s [2025-10-08T11:09:47.638Z] [2025-10-08T11:09:47.638Z] #124 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-10-08T11:09:47.638Z] #124 DONE 150.9s [2025-10-08T11:09:47.638Z] [2025-10-08T11:09:47.638Z] #203 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2025-10-08T11:09:47.638Z] #203 DONE 0.4s [2025-10-08T11:09:47.638Z] [2025-10-08T11:09:47.638Z] #204 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2025-10-08T11:09:47.638Z] #204 DONE 0.3s [2025-10-08T11:09:47.638Z] [2025-10-08T11:09:47.638Z] #205 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-10-08T11:09:47.638Z] #205 DONE 0.1s [2025-10-08T11:09:47.638Z] [2025-10-08T11:09:47.638Z] #206 [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-10-08T11:09:47.638Z] #206 DONE 0.1s [2025-10-08T11:09:47.638Z] [2025-10-08T11:09:47.638Z] #207 [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-10-08T11:09:47.638Z] #207 DONE 0.1s [2025-10-08T11:09:47.638Z] [2025-10-08T11:09:47.638Z] #200 [security-proxy-setup] exporting to image [2025-10-08T11:09:47.638Z] #200 exporting layers 0.5s done [2025-10-08T11:09:47.638Z] #200 writing image sha256:5bf72fcadf18aab18745e5897ce55cdf749f92eea28669fda250026335f8f79a done [2025-10-08T11:09:47.638Z] #200 naming to docker.io/library/security-proxy-setup done [2025-10-08T11:09:47.638Z] #200 DONE 0.5s [2025-10-08T11:09:47.638Z] [2025-10-08T11:09:47.638Z] #208 [security-spiffe-token-provider] exporting to image [2025-10-08T11:09:47.896Z] #208 exporting layers 0.1s done [2025-10-08T11:09:47.896Z] #208 writing image sha256:6bac7a99cb65ec67f27eb9c51d0e69346c281874bce60771588813463d20c2ab done [2025-10-08T11:09:47.896Z] #208 naming to docker.io/library/security-spiffe-token-provider done [2025-10-08T11:09:47.896Z] #208 DONE 0.2s [2025-10-08T11:09:47.896Z] [2025-10-08T11:09:47.896Z] #209 [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-10-08T11:09:47.896Z] #209 DONE 0.1s [2025-10-08T11:09:47.896Z] [2025-10-08T11:09:47.896Z] #210 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-10-08T11:09:47.896Z] #210 DONE 0.1s [2025-10-08T11:09:47.896Z] [2025-10-08T11:09:47.896Z] #211 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2025-10-08T11:09:47.896Z] #211 DONE 0.0s [2025-10-08T11:09:47.896Z] [2025-10-08T11:09:47.896Z] #212 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2025-10-08T11:09:48.477Z] #212 DONE 0.5s [2025-10-08T11:09:48.477Z] [2025-10-08T11:09:48.477Z] #213 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2025-10-08T11:09:48.477Z] #213 DONE 0.5s [2025-10-08T11:09:48.477Z] [2025-10-08T11:09:48.477Z] #150 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-10-08T11:09:48.477Z] #150 DONE 151.9s [2025-10-08T11:09:48.477Z] [2025-10-08T11:09:48.477Z] #214 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2025-10-08T11:09:48.477Z] #214 DONE 0.1s [2025-10-08T11:09:48.477Z] [2025-10-08T11:09:48.477Z] #215 [support-scheduler] exporting to image [2025-10-08T11:09:48.735Z] #215 ... [2025-10-08T11:09:48.735Z] [2025-10-08T11:09:48.735Z] #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-10-08T11:09:48.735Z] #148 DONE 152.1s [2025-10-08T11:09:48.735Z] [2025-10-08T11:09:48.735Z] #216 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2025-10-08T11:09:48.735Z] #216 DONE 0.4s [2025-10-08T11:09:48.735Z] [2025-10-08T11:09:48.735Z] #217 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2025-10-08T11:09:48.735Z] #217 DONE 0.1s [2025-10-08T11:09:48.735Z] [2025-10-08T11:09:48.735Z] #218 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-10-08T11:09:48.735Z] #218 DONE 0.1s [2025-10-08T11:09:48.735Z] [2025-10-08T11:09:48.735Z] #219 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2025-10-08T11:09:48.735Z] #219 DONE 0.1s [2025-10-08T11:09:48.735Z] [2025-10-08T11:09:48.735Z] #220 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-10-08T11:09:48.992Z] #220 ... [2025-10-08T11:09:48.992Z] [2025-10-08T11:09:48.992Z] #215 [support-scheduler] exporting to image [2025-10-08T11:09:48.992Z] #215 exporting layers 0.3s done [2025-10-08T11:09:48.992Z] #215 writing image sha256:84f93a4643ffc28019e35e1b28f08d6dc0d0b099576086a9f0dfd094f5f41944 done [2025-10-08T11:09:48.992Z] #215 naming to docker.io/library/support-scheduler done [2025-10-08T11:09:48.992Z] #215 DONE 0.4s [2025-10-08T11:09:48.992Z] [2025-10-08T11:09:48.992Z] #221 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-10-08T11:09:48.992Z] #221 DONE 0.1s [2025-10-08T11:09:48.992Z] [2025-10-08T11:09:48.992Z] #222 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2025-10-08T11:09:49.258Z] #222 DONE 0.4s [2025-10-08T11:09:49.258Z] [2025-10-08T11:09:49.258Z] #220 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-10-08T11:09:49.258Z] #220 DONE 0.5s [2025-10-08T11:09:49.258Z] [2025-10-08T11:09:49.258Z] #223 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2025-10-08T11:09:49.258Z] #223 DONE 0.1s [2025-10-08T11:09:49.258Z] [2025-10-08T11:09:49.258Z] #224 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2025-10-08T11:09:49.516Z] #224 DONE 0.1s [2025-10-08T11:09:49.516Z] [2025-10-08T11:09:49.516Z] #225 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2025-10-08T11:09:49.516Z] #225 DONE 0.1s [2025-10-08T11:09:49.516Z] [2025-10-08T11:09:49.516Z] #226 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-10-08T11:09:49.516Z] #226 DONE 0.7s [2025-10-08T11:09:49.516Z] [2025-10-08T11:09:49.516Z] #227 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-10-08T11:09:49.516Z] #227 ... [2025-10-08T11:09:49.516Z] [2025-10-08T11:09:49.516Z] #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-10-08T11:09:49.516Z] #146 DONE 153.0s [2025-10-08T11:09:49.516Z] [2025-10-08T11:09:49.517Z] #228 [core-keeper] exporting to image [2025-10-08T11:09:49.517Z] #228 exporting layers 0.2s done [2025-10-08T11:09:49.517Z] #228 writing image sha256:aadf2096dafaadaf32bbf72e70ac2aee36ef81c66fcecc7dc764c967c8241f64 0.0s done [2025-10-08T11:09:49.517Z] #228 naming to docker.io/library/core-keeper done [2025-10-08T11:09:49.517Z] #228 DONE 0.2s [2025-10-08T11:09:49.774Z] [2025-10-08T11:09:49.774Z] #229 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-10-08T11:09:49.774Z] #229 DONE 0.1s [2025-10-08T11:09:49.774Z] [2025-10-08T11:09:49.774Z] #230 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-10-08T11:09:49.774Z] #230 DONE 0.0s [2025-10-08T11:09:49.774Z] [2025-10-08T11:09:49.774Z] #231 [security-secretstore-setup] exporting to image [2025-10-08T11:09:49.774Z] #231 exporting layers 0.2s done [2025-10-08T11:09:49.774Z] #231 writing image sha256:df17bc108706ab3df23ca80e270f771a8502dfed713342a27734ab8a801118e6 done [2025-10-08T11:09:49.774Z] #231 naming to docker.io/library/security-secretstore-setup done [2025-10-08T11:09:49.774Z] #231 DONE 0.3s [2025-10-08T11:09:49.774Z] [2025-10-08T11:09:49.774Z] #232 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2025-10-08T11:09:50.033Z] #232 DONE 0.2s [2025-10-08T11:09:50.033Z] [2025-10-08T11:09:50.033Z] #233 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2025-10-08T11:09:50.033Z] #233 DONE 0.1s [2025-10-08T11:09:50.033Z] [2025-10-08T11:09:50.033Z] #227 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-10-08T11:09:50.033Z] #227 DONE 0.6s [2025-10-08T11:09:50.033Z] [2025-10-08T11:09:50.033Z] #234 [support-notifications] exporting to image [2025-10-08T11:09:50.292Z] #234 exporting layers 0.2s done [2025-10-08T11:09:50.292Z] #234 writing image sha256:969f23c39bd5eb74fa197ec9c8c953c4c9bdc66ff4f80273088f52d34c543c42 done [2025-10-08T11:09:50.292Z] #234 naming to docker.io/library/support-notifications done [2025-10-08T11:09:50.292Z] #234 DONE 0.2s [2025-10-08T11:09:50.292Z] [2025-10-08T11:09:50.292Z] #235 [security-proxy-auth] exporting to image [2025-10-08T11:09:50.292Z] #235 exporting layers 0.2s done [2025-10-08T11:09:50.292Z] #235 writing image sha256:65fc2ff91514c7261df2f247286875d19e776265488ad2942466fd7634e98894 done [2025-10-08T11:09:50.292Z] #235 naming to docker.io/library/security-proxy-auth done [2025-10-08T11:09:50.292Z] #235 DONE 0.2s [2025-10-08T11:09:50.292Z] time="2025-10-08T11:06:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-10-08T11:09:50.292Z] time="2025-10-08T11:06:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-10-08T11:09:50.292Z] time="2025-10-08T11:06:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-10-08T11:09:50.292Z] time="2025-10-08T11:06:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-10-08T11:09:50.292Z] time="2025-10-08T11:06:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-10-08T11:09:50.292Z] time="2025-10-08T11:06:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-10-08T11:09:50.292Z] time="2025-10-08T11:06:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-10-08T11:09:50.292Z] time="2025-10-08T11:06:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-10-08T11:09:50.292Z] time="2025-10-08T11:06:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-10-08T11:09:50.292Z] time="2025-10-08T11:06:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-10-08T11:09:50.292Z] time="2025-10-08T11:06:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-10-08T11:09:50.292Z] time="2025-10-08T11:06:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-10-08T11:09:50.292Z] time="2025-10-08T11:06:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-10-08T11:09:50.292Z] time="2025-10-08T11:06:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-10-08T11:09:50.292Z] time="2025-10-08T11:06:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2025-10-08T11:09:50.302Z] $ docker stop --time=1 804d583a08def9193724ae065c6fa9f6cdd24ba646826e3c4aeb2ca3226ca1bd [2025-10-08T11:09:51.576Z] $ docker rm -f --volumes 804d583a08def9193724ae065c6fa9f6cdd24ba646826e3c4aeb2ca3226ca1bd [Pipeline] // withDockerContainer [Pipeline] sh [2025-10-08T11:09:51.917Z] + docker images [2025-10-08T11:09:51.917Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2025-10-08T11:09:51.917Z] security-secretstore-setup latest df17bc108706 2 seconds ago 86.4MB [2025-10-08T11:09:51.917Z] support-notifications latest 969f23c39bd5 2 seconds ago 59.4MB [2025-10-08T11:09:51.917Z] core-keeper latest aadf2096dafa 2 seconds ago 45.3MB [2025-10-08T11:09:51.917Z] security-proxy-auth latest 65fc2ff91514 2 seconds ago 51.2MB [2025-10-08T11:09:51.917Z] support-scheduler latest 84f93a4643ff 3 seconds ago 55.8MB [2025-10-08T11:09:51.917Z] security-spiffe-token-provider latest 6bac7a99cb65 4 seconds ago 54.6MB [2025-10-08T11:09:51.918Z] core-metadata latest 2835b006d372 5 seconds ago 52.2MB [2025-10-08T11:09:51.918Z] core-data latest 5eba7c87bc22 5 seconds ago 52.1MB [2025-10-08T11:09:51.918Z] security-proxy-setup latest 5bf72fcadf18 5 seconds ago 55.7MB [2025-10-08T11:09:51.918Z] core-command latest c79b38c5850b 6 seconds ago 46.3MB [2025-10-08T11:09:51.918Z] security-bootstrapper latest 8514adc125df About a minute ago 27MB [2025-10-08T11:09:51.918Z] core-common-config-bootstrapper latest 7714df9f880b About a minute ago 25.9MB [2025-10-08T11:09:51.918Z] security-spire-server latest d3a7c6810c53 3 minutes ago 156MB [2025-10-08T11:09:51.918Z] security-spire-agent latest dacf14efe081 3 minutes ago 201MB [2025-10-08T11:09:51.918Z] security-spire-config latest 69115ae84ce3 3 minutes ago 155MB [2025-10-08T11:09:51.918Z] ci-base-image-x86_64 latest 20ce253b82a8 6 minutes ago 937MB [2025-10-08T11:09:51.918Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine d619b1717253 2 months ago 580MB [2025-10-08T11:09:51.918Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 4 months ago 573MB [2025-10-08T11:09:51.918Z] 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-10-08T11:09:52.064Z] provisioning config files... [2025-10-08T11:09:52.076Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/909@tmp/config16778987325065397305tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-10-08T11:09:52.391Z] ---> ****-login.sh [2025-10-08T11:09:52.391Z] nexus3.edgexfoundry.org:10001 [2025-10-08T11:09:52.391Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-08T11:09:52.391Z] Login Succeeded [2025-10-08T11:09:52.391Z] nexus3.edgexfoundry.org:10002 [2025-10-08T11:09:52.391Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-08T11:09:52.391Z] Login Succeeded [2025-10-08T11:09:52.391Z] nexus3.edgexfoundry.org:10003 [2025-10-08T11:09:52.651Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-08T11:09:52.651Z] Login Succeeded [2025-10-08T11:09:52.651Z] nexus3.edgexfoundry.org:10004 [2025-10-08T11:09:52.651Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-08T11:09:52.651Z] Login Succeeded [2025-10-08T11:09:52.651Z] ****.io [2025-10-08T11:09:52.652Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-08T11:09:52.910Z] Login Succeeded [2025-10-08T11:09:52.911Z] ---> ****-login.sh ends [Pipeline] } [2025-10-08T11:09:52.919Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-10-08T11:09:52.973Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-10-08T11:09:53.006Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2025-10-08T11:09:53.006Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:09:53.006Z] latest [2025-10-08T11:09:53.006Z] 4.1.0-dev.65 [2025-10-08T11:09:53.006Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:09:53.006Z] main [2025-10-08T11:09:53.006Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:09:53.347Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:09:53.683Z] + docker push nexus3.edgexfoundry.org:10004/core-command:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:09:53.684Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-10-08T11:09:53.684Z] 35fa086e0b9a: Preparing [2025-10-08T11:09:53.684Z] e1d1cd2bd174: Preparing [2025-10-08T11:09:53.684Z] 55d0604f387d: Preparing [2025-10-08T11:09:53.684Z] 93cbffcaf23a: Preparing [2025-10-08T11:09:53.684Z] ff8f574cd654: Preparing [2025-10-08T11:09:53.684Z] fc35e5414307: Preparing [2025-10-08T11:09:53.684Z] 097100c76c15: Preparing [2025-10-08T11:09:53.684Z] 097100c76c15: Waiting [2025-10-08T11:09:53.684Z] fc35e5414307: Waiting [2025-10-08T11:09:53.684Z] 35fa086e0b9a: Pushed [2025-10-08T11:09:53.684Z] 93cbffcaf23a: Pushed [2025-10-08T11:09:53.684Z] 55d0604f387d: Pushed [2025-10-08T11:09:53.684Z] 097100c76c15: Layer already exists [2025-10-08T11:09:53.684Z] fc35e5414307: Pushed [2025-10-08T11:09:54.249Z] ff8f574cd654: Pushed [2025-10-08T11:09:56.779Z] e1d1cd2bd174: Pushed [2025-10-08T11:09:56.779Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c: digest: sha256:24e09b59806ff8d1b23cb3548161a40f9b96371620b3ae74670d25a8204ae867 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:09:57.117Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:09:57.437Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2025-10-08T11:09:57.437Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-10-08T11:09:57.437Z] 35fa086e0b9a: Preparing [2025-10-08T11:09:57.437Z] e1d1cd2bd174: Preparing [2025-10-08T11:09:57.437Z] 55d0604f387d: Preparing [2025-10-08T11:09:57.437Z] 93cbffcaf23a: Preparing [2025-10-08T11:09:57.437Z] ff8f574cd654: Preparing [2025-10-08T11:09:57.437Z] fc35e5414307: Preparing [2025-10-08T11:09:57.437Z] 097100c76c15: Preparing [2025-10-08T11:09:57.437Z] fc35e5414307: Waiting [2025-10-08T11:09:57.437Z] 097100c76c15: Waiting [2025-10-08T11:09:57.437Z] 55d0604f387d: Layer already exists [2025-10-08T11:09:57.437Z] ff8f574cd654: Layer already exists [2025-10-08T11:09:57.437Z] 35fa086e0b9a: Layer already exists [2025-10-08T11:09:57.437Z] e1d1cd2bd174: Layer already exists [2025-10-08T11:09:57.437Z] 93cbffcaf23a: Layer already exists [2025-10-08T11:09:57.437Z] fc35e5414307: Layer already exists [2025-10-08T11:09:57.437Z] 097100c76c15: Layer already exists [2025-10-08T11:09:57.437Z] latest: digest: sha256:24e09b59806ff8d1b23cb3548161a40f9b96371620b3ae74670d25a8204ae867 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:09:57.763Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:09:58.096Z] + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.65 [2025-10-08T11:09:58.096Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-10-08T11:09:58.096Z] 35fa086e0b9a: Preparing [2025-10-08T11:09:58.096Z] e1d1cd2bd174: Preparing [2025-10-08T11:09:58.096Z] 55d0604f387d: Preparing [2025-10-08T11:09:58.096Z] 93cbffcaf23a: Preparing [2025-10-08T11:09:58.096Z] ff8f574cd654: Preparing [2025-10-08T11:09:58.096Z] fc35e5414307: Preparing [2025-10-08T11:09:58.096Z] 097100c76c15: Preparing [2025-10-08T11:09:58.096Z] fc35e5414307: Waiting [2025-10-08T11:09:58.096Z] 097100c76c15: Waiting [2025-10-08T11:09:58.096Z] 93cbffcaf23a: Layer already exists [2025-10-08T11:09:58.096Z] 35fa086e0b9a: Layer already exists [2025-10-08T11:09:58.096Z] 55d0604f387d: Layer already exists [2025-10-08T11:09:58.096Z] e1d1cd2bd174: Layer already exists [2025-10-08T11:09:58.096Z] ff8f574cd654: Layer already exists [2025-10-08T11:09:58.096Z] 097100c76c15: Layer already exists [2025-10-08T11:09:58.096Z] fc35e5414307: Layer already exists [2025-10-08T11:09:58.096Z] 4.1.0-dev.65: digest: sha256:24e09b59806ff8d1b23cb3548161a40f9b96371620b3ae74670d25a8204ae867 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:09:58.426Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:09:58.757Z] + docker push nexus3.edgexfoundry.org:10004/core-command:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:09:58.757Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-10-08T11:09:58.757Z] 35fa086e0b9a: Preparing [2025-10-08T11:09:58.757Z] e1d1cd2bd174: Preparing [2025-10-08T11:09:58.757Z] 55d0604f387d: Preparing [2025-10-08T11:09:58.757Z] 93cbffcaf23a: Preparing [2025-10-08T11:09:58.757Z] ff8f574cd654: Preparing [2025-10-08T11:09:58.757Z] fc35e5414307: Preparing [2025-10-08T11:09:58.757Z] 097100c76c15: Preparing [2025-10-08T11:09:58.757Z] fc35e5414307: Waiting [2025-10-08T11:09:58.757Z] 097100c76c15: Waiting [2025-10-08T11:09:58.757Z] 93cbffcaf23a: Layer already exists [2025-10-08T11:09:58.757Z] 35fa086e0b9a: Layer already exists [2025-10-08T11:09:58.757Z] e1d1cd2bd174: Layer already exists [2025-10-08T11:09:58.757Z] ff8f574cd654: Layer already exists [2025-10-08T11:09:58.757Z] 55d0604f387d: Layer already exists [2025-10-08T11:09:58.757Z] fc35e5414307: Layer already exists [2025-10-08T11:09:58.757Z] 097100c76c15: Layer already exists [2025-10-08T11:09:58.757Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65: digest: sha256:24e09b59806ff8d1b23cb3548161a40f9b96371620b3ae74670d25a8204ae867 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:09:59.082Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:09:59.411Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2025-10-08T11:09:59.411Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-10-08T11:09:59.411Z] 35fa086e0b9a: Preparing [2025-10-08T11:09:59.411Z] e1d1cd2bd174: Preparing [2025-10-08T11:09:59.411Z] 55d0604f387d: Preparing [2025-10-08T11:09:59.411Z] 93cbffcaf23a: Preparing [2025-10-08T11:09:59.411Z] ff8f574cd654: Preparing [2025-10-08T11:09:59.411Z] fc35e5414307: Preparing [2025-10-08T11:09:59.411Z] 097100c76c15: Preparing [2025-10-08T11:09:59.411Z] fc35e5414307: Waiting [2025-10-08T11:09:59.411Z] 097100c76c15: Waiting [2025-10-08T11:09:59.411Z] ff8f574cd654: Layer already exists [2025-10-08T11:09:59.411Z] e1d1cd2bd174: Layer already exists [2025-10-08T11:09:59.411Z] 35fa086e0b9a: Layer already exists [2025-10-08T11:09:59.411Z] 93cbffcaf23a: Layer already exists [2025-10-08T11:09:59.411Z] 55d0604f387d: Layer already exists [2025-10-08T11:09:59.411Z] 097100c76c15: Layer already exists [2025-10-08T11:09:59.411Z] fc35e5414307: Layer already exists [2025-10-08T11:09:59.411Z] main: digest: sha256:24e09b59806ff8d1b23cb3548161a40f9b96371620b3ae74670d25a8204ae867 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-10-08T11:09:59.483Z] ===================================================== [Pipeline] echo [2025-10-08T11:09:59.499Z] taggedImages: [2025-10-08T11:09:59.499Z] - nexus3.edgexfoundry.org:10004/core-command:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:09:59.499Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2025-10-08T11:09:59.499Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.65 [2025-10-08T11:09:59.499Z] - nexus3.edgexfoundry.org:10004/core-command:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:09:59.499Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2025-10-08T11:09:59.529Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2025-10-08T11:09:59.529Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:09:59.529Z] latest [2025-10-08T11:09:59.529Z] 4.1.0-dev.65 [2025-10-08T11:09:59.529Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:09:59.529Z] main [2025-10-08T11:09:59.529Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:09:59.871Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:00.197Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:10:00.197Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-10-08T11:10:00.197Z] 888143b020a2: Preparing [2025-10-08T11:10:00.197Z] c6b7efc9d450: Preparing [2025-10-08T11:10:00.197Z] 08b168c18d79: Preparing [2025-10-08T11:10:00.197Z] 15f091891228: Preparing [2025-10-08T11:10:00.197Z] 55d0604f387d: Preparing [2025-10-08T11:10:00.197Z] 93cbffcaf23a: Preparing [2025-10-08T11:10:00.197Z] ff8f574cd654: Preparing [2025-10-08T11:10:00.197Z] fc35e5414307: Preparing [2025-10-08T11:10:00.197Z] 097100c76c15: Preparing [2025-10-08T11:10:00.197Z] 097100c76c15: Waiting [2025-10-08T11:10:00.197Z] 93cbffcaf23a: Waiting [2025-10-08T11:10:00.197Z] ff8f574cd654: Waiting [2025-10-08T11:10:00.197Z] fc35e5414307: Waiting [2025-10-08T11:10:00.197Z] 55d0604f387d: Layer already exists [2025-10-08T11:10:00.197Z] 93cbffcaf23a: Layer already exists [2025-10-08T11:10:00.197Z] ff8f574cd654: Layer already exists [2025-10-08T11:10:00.197Z] fc35e5414307: Layer already exists [2025-10-08T11:10:00.197Z] c6b7efc9d450: Pushed [2025-10-08T11:10:00.197Z] 097100c76c15: Layer already exists [2025-10-08T11:10:00.197Z] 888143b020a2: Pushed [2025-10-08T11:10:00.197Z] 08b168c18d79: Pushed [2025-10-08T11:10:01.573Z] 15f091891228: Pushed [2025-10-08T11:10:01.573Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c: digest: sha256:ae2e9fed1fbd3386dee165871f405afd6f293b0ff64547afaca4cf40a1bb4b25 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:01.896Z] + 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-10-08T11:10:02.226Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-10-08T11:10:02.226Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-10-08T11:10:02.226Z] 888143b020a2: Preparing [2025-10-08T11:10:02.226Z] c6b7efc9d450: Preparing [2025-10-08T11:10:02.226Z] 08b168c18d79: Preparing [2025-10-08T11:10:02.226Z] 15f091891228: Preparing [2025-10-08T11:10:02.226Z] 55d0604f387d: Preparing [2025-10-08T11:10:02.226Z] 93cbffcaf23a: Preparing [2025-10-08T11:10:02.226Z] ff8f574cd654: Preparing [2025-10-08T11:10:02.226Z] fc35e5414307: Preparing [2025-10-08T11:10:02.226Z] 097100c76c15: Preparing [2025-10-08T11:10:02.226Z] 93cbffcaf23a: Waiting [2025-10-08T11:10:02.226Z] ff8f574cd654: Waiting [2025-10-08T11:10:02.226Z] fc35e5414307: Waiting [2025-10-08T11:10:02.226Z] 097100c76c15: Waiting [2025-10-08T11:10:02.226Z] 15f091891228: Layer already exists [2025-10-08T11:10:02.226Z] c6b7efc9d450: Layer already exists [2025-10-08T11:10:02.226Z] 55d0604f387d: Layer already exists [2025-10-08T11:10:02.226Z] 888143b020a2: Layer already exists [2025-10-08T11:10:02.226Z] 08b168c18d79: Layer already exists [2025-10-08T11:10:02.226Z] fc35e5414307: Layer already exists [2025-10-08T11:10:02.226Z] 097100c76c15: Layer already exists [2025-10-08T11:10:02.226Z] 93cbffcaf23a: Layer already exists [2025-10-08T11:10:02.226Z] ff8f574cd654: Layer already exists [2025-10-08T11:10:02.226Z] latest: digest: sha256:ae2e9fed1fbd3386dee165871f405afd6f293b0ff64547afaca4cf40a1bb4b25 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:02.549Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:02.871Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.65 [2025-10-08T11:10:02.871Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-10-08T11:10:02.871Z] 888143b020a2: Preparing [2025-10-08T11:10:02.871Z] c6b7efc9d450: Preparing [2025-10-08T11:10:02.871Z] 08b168c18d79: Preparing [2025-10-08T11:10:02.871Z] 15f091891228: Preparing [2025-10-08T11:10:02.871Z] 55d0604f387d: Preparing [2025-10-08T11:10:02.871Z] 93cbffcaf23a: Preparing [2025-10-08T11:10:02.871Z] ff8f574cd654: Preparing [2025-10-08T11:10:02.871Z] fc35e5414307: Preparing [2025-10-08T11:10:02.871Z] 097100c76c15: Preparing [2025-10-08T11:10:02.871Z] ff8f574cd654: Waiting [2025-10-08T11:10:02.871Z] 097100c76c15: Waiting [2025-10-08T11:10:02.871Z] fc35e5414307: Waiting [2025-10-08T11:10:02.871Z] 93cbffcaf23a: Waiting [2025-10-08T11:10:02.871Z] c6b7efc9d450: Layer already exists [2025-10-08T11:10:02.871Z] 15f091891228: Layer already exists [2025-10-08T11:10:02.871Z] 888143b020a2: Layer already exists [2025-10-08T11:10:02.871Z] 55d0604f387d: Layer already exists [2025-10-08T11:10:02.871Z] 08b168c18d79: Layer already exists [2025-10-08T11:10:02.871Z] ff8f574cd654: Layer already exists [2025-10-08T11:10:02.871Z] 93cbffcaf23a: Layer already exists [2025-10-08T11:10:02.871Z] fc35e5414307: Layer already exists [2025-10-08T11:10:02.871Z] 097100c76c15: Layer already exists [2025-10-08T11:10:02.871Z] 4.1.0-dev.65: digest: sha256:ae2e9fed1fbd3386dee165871f405afd6f293b0ff64547afaca4cf40a1bb4b25 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:03.210Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:03.544Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:10:03.544Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-10-08T11:10:03.544Z] 888143b020a2: Preparing [2025-10-08T11:10:03.544Z] c6b7efc9d450: Preparing [2025-10-08T11:10:03.544Z] 08b168c18d79: Preparing [2025-10-08T11:10:03.544Z] 15f091891228: Preparing [2025-10-08T11:10:03.544Z] 55d0604f387d: Preparing [2025-10-08T11:10:03.544Z] 93cbffcaf23a: Preparing [2025-10-08T11:10:03.544Z] ff8f574cd654: Preparing [2025-10-08T11:10:03.544Z] fc35e5414307: Preparing [2025-10-08T11:10:03.544Z] 097100c76c15: Preparing [2025-10-08T11:10:03.544Z] 93cbffcaf23a: Waiting [2025-10-08T11:10:03.544Z] fc35e5414307: Waiting [2025-10-08T11:10:03.544Z] 097100c76c15: Waiting [2025-10-08T11:10:03.544Z] ff8f574cd654: Waiting [2025-10-08T11:10:03.544Z] 15f091891228: Layer already exists [2025-10-08T11:10:03.544Z] 888143b020a2: Layer already exists [2025-10-08T11:10:03.544Z] 55d0604f387d: Layer already exists [2025-10-08T11:10:03.544Z] 08b168c18d79: Layer already exists [2025-10-08T11:10:03.544Z] c6b7efc9d450: Layer already exists [2025-10-08T11:10:03.544Z] ff8f574cd654: Layer already exists [2025-10-08T11:10:03.544Z] 097100c76c15: Layer already exists [2025-10-08T11:10:03.544Z] 93cbffcaf23a: Layer already exists [2025-10-08T11:10:03.544Z] fc35e5414307: Layer already exists [2025-10-08T11:10:03.544Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65: digest: sha256:ae2e9fed1fbd3386dee165871f405afd6f293b0ff64547afaca4cf40a1bb4b25 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:03.924Z] + 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-10-08T11:10:04.317Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-10-08T11:10:04.317Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-10-08T11:10:04.317Z] 888143b020a2: Preparing [2025-10-08T11:10:04.317Z] c6b7efc9d450: Preparing [2025-10-08T11:10:04.317Z] 08b168c18d79: Preparing [2025-10-08T11:10:04.317Z] 15f091891228: Preparing [2025-10-08T11:10:04.317Z] 55d0604f387d: Preparing [2025-10-08T11:10:04.317Z] 93cbffcaf23a: Preparing [2025-10-08T11:10:04.317Z] ff8f574cd654: Preparing [2025-10-08T11:10:04.317Z] fc35e5414307: Preparing [2025-10-08T11:10:04.317Z] 097100c76c15: Preparing [2025-10-08T11:10:04.317Z] 93cbffcaf23a: Waiting [2025-10-08T11:10:04.317Z] 097100c76c15: Waiting [2025-10-08T11:10:04.317Z] fc35e5414307: Waiting [2025-10-08T11:10:04.317Z] ff8f574cd654: Waiting [2025-10-08T11:10:04.317Z] 08b168c18d79: Layer already exists [2025-10-08T11:10:04.317Z] 15f091891228: Layer already exists [2025-10-08T11:10:04.317Z] 55d0604f387d: Layer already exists [2025-10-08T11:10:04.317Z] c6b7efc9d450: Layer already exists [2025-10-08T11:10:04.317Z] 93cbffcaf23a: Layer already exists [2025-10-08T11:10:04.317Z] 888143b020a2: Layer already exists [2025-10-08T11:10:04.317Z] ff8f574cd654: Layer already exists [2025-10-08T11:10:04.317Z] fc35e5414307: Layer already exists [2025-10-08T11:10:04.317Z] 097100c76c15: Layer already exists [2025-10-08T11:10:04.317Z] main: digest: sha256:ae2e9fed1fbd3386dee165871f405afd6f293b0ff64547afaca4cf40a1bb4b25 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-10-08T11:10:04.396Z] ===================================================== [Pipeline] echo [2025-10-08T11:10:04.413Z] taggedImages: [2025-10-08T11:10:04.413Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:10:04.413Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-10-08T11:10:04.413Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.65 [2025-10-08T11:10:04.413Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:10:04.413Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2025-10-08T11:10:04.442Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2025-10-08T11:10:04.442Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:10:04.442Z] latest [2025-10-08T11:10:04.442Z] 4.1.0-dev.65 [2025-10-08T11:10:04.442Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:10:04.442Z] main [2025-10-08T11:10:04.442Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:04.816Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:05.189Z] + docker push nexus3.edgexfoundry.org:10004/core-data:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:10:05.189Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-10-08T11:10:05.189Z] 58ed108c6d39: Preparing [2025-10-08T11:10:05.189Z] b1f64c815f5c: Preparing [2025-10-08T11:10:05.189Z] 55d0604f387d: Preparing [2025-10-08T11:10:05.189Z] 93cbffcaf23a: Preparing [2025-10-08T11:10:05.189Z] 75cd8ab49d74: Preparing [2025-10-08T11:10:05.189Z] 29edb38d6d22: Preparing [2025-10-08T11:10:05.189Z] 097100c76c15: Preparing [2025-10-08T11:10:05.189Z] 29edb38d6d22: Waiting [2025-10-08T11:10:05.189Z] 097100c76c15: Waiting [2025-10-08T11:10:05.189Z] 93cbffcaf23a: Layer already exists [2025-10-08T11:10:05.189Z] 55d0604f387d: Layer already exists [2025-10-08T11:10:05.189Z] 097100c76c15: Layer already exists [2025-10-08T11:10:05.189Z] 58ed108c6d39: Pushed [2025-10-08T11:10:05.189Z] 29edb38d6d22: Pushed [2025-10-08T11:10:05.763Z] 75cd8ab49d74: Pushed [2025-10-08T11:10:09.053Z] b1f64c815f5c: Pushed [2025-10-08T11:10:09.053Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c: digest: sha256:c3babfb124472e8332577e8536e5b535be0c172224ebfda69602841ff943aefe size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:09.389Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:09.720Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2025-10-08T11:10:09.720Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-10-08T11:10:09.720Z] 58ed108c6d39: Preparing [2025-10-08T11:10:09.720Z] b1f64c815f5c: Preparing [2025-10-08T11:10:09.720Z] 55d0604f387d: Preparing [2025-10-08T11:10:09.720Z] 93cbffcaf23a: Preparing [2025-10-08T11:10:09.720Z] 75cd8ab49d74: Preparing [2025-10-08T11:10:09.720Z] 29edb38d6d22: Preparing [2025-10-08T11:10:09.720Z] 097100c76c15: Preparing [2025-10-08T11:10:09.720Z] 29edb38d6d22: Waiting [2025-10-08T11:10:09.720Z] 097100c76c15: Waiting [2025-10-08T11:10:09.720Z] 75cd8ab49d74: Layer already exists [2025-10-08T11:10:09.720Z] 55d0604f387d: Layer already exists [2025-10-08T11:10:09.721Z] 58ed108c6d39: Layer already exists [2025-10-08T11:10:09.721Z] b1f64c815f5c: Layer already exists [2025-10-08T11:10:09.721Z] 93cbffcaf23a: Layer already exists [2025-10-08T11:10:09.721Z] 29edb38d6d22: Layer already exists [2025-10-08T11:10:09.721Z] 097100c76c15: Layer already exists [2025-10-08T11:10:09.721Z] latest: digest: sha256:c3babfb124472e8332577e8536e5b535be0c172224ebfda69602841ff943aefe size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:10.054Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:10.376Z] + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.65 [2025-10-08T11:10:10.376Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-10-08T11:10:10.376Z] 58ed108c6d39: Preparing [2025-10-08T11:10:10.376Z] b1f64c815f5c: Preparing [2025-10-08T11:10:10.376Z] 55d0604f387d: Preparing [2025-10-08T11:10:10.376Z] 93cbffcaf23a: Preparing [2025-10-08T11:10:10.376Z] 75cd8ab49d74: Preparing [2025-10-08T11:10:10.376Z] 29edb38d6d22: Preparing [2025-10-08T11:10:10.376Z] 097100c76c15: Preparing [2025-10-08T11:10:10.376Z] 097100c76c15: Waiting [2025-10-08T11:10:10.376Z] 29edb38d6d22: Waiting [2025-10-08T11:10:10.376Z] 93cbffcaf23a: Layer already exists [2025-10-08T11:10:10.376Z] 55d0604f387d: Layer already exists [2025-10-08T11:10:10.376Z] b1f64c815f5c: Layer already exists [2025-10-08T11:10:10.376Z] 75cd8ab49d74: Layer already exists [2025-10-08T11:10:10.376Z] 58ed108c6d39: Layer already exists [2025-10-08T11:10:10.376Z] 29edb38d6d22: Layer already exists [2025-10-08T11:10:10.376Z] 097100c76c15: Layer already exists [2025-10-08T11:10:10.376Z] 4.1.0-dev.65: digest: sha256:c3babfb124472e8332577e8536e5b535be0c172224ebfda69602841ff943aefe size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:10.701Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:11.024Z] + docker push nexus3.edgexfoundry.org:10004/core-data:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:10:11.024Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-10-08T11:10:11.024Z] 58ed108c6d39: Preparing [2025-10-08T11:10:11.024Z] b1f64c815f5c: Preparing [2025-10-08T11:10:11.024Z] 55d0604f387d: Preparing [2025-10-08T11:10:11.024Z] 93cbffcaf23a: Preparing [2025-10-08T11:10:11.024Z] 75cd8ab49d74: Preparing [2025-10-08T11:10:11.024Z] 29edb38d6d22: Preparing [2025-10-08T11:10:11.024Z] 097100c76c15: Preparing [2025-10-08T11:10:11.024Z] 29edb38d6d22: Waiting [2025-10-08T11:10:11.024Z] 097100c76c15: Waiting [2025-10-08T11:10:11.024Z] 75cd8ab49d74: Layer already exists [2025-10-08T11:10:11.024Z] 55d0604f387d: Layer already exists [2025-10-08T11:10:11.024Z] 58ed108c6d39: Layer already exists [2025-10-08T11:10:11.024Z] b1f64c815f5c: Layer already exists [2025-10-08T11:10:11.024Z] 93cbffcaf23a: Layer already exists [2025-10-08T11:10:11.024Z] 29edb38d6d22: Layer already exists [2025-10-08T11:10:11.024Z] 097100c76c15: Layer already exists [2025-10-08T11:10:11.024Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65: digest: sha256:c3babfb124472e8332577e8536e5b535be0c172224ebfda69602841ff943aefe size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:11.344Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:11.658Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2025-10-08T11:10:11.658Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-10-08T11:10:11.658Z] 58ed108c6d39: Preparing [2025-10-08T11:10:11.658Z] b1f64c815f5c: Preparing [2025-10-08T11:10:11.658Z] 55d0604f387d: Preparing [2025-10-08T11:10:11.658Z] 93cbffcaf23a: Preparing [2025-10-08T11:10:11.658Z] 75cd8ab49d74: Preparing [2025-10-08T11:10:11.658Z] 29edb38d6d22: Preparing [2025-10-08T11:10:11.658Z] 097100c76c15: Preparing [2025-10-08T11:10:11.658Z] 29edb38d6d22: Waiting [2025-10-08T11:10:11.658Z] 097100c76c15: Waiting [2025-10-08T11:10:11.658Z] 93cbffcaf23a: Layer already exists [2025-10-08T11:10:11.658Z] 75cd8ab49d74: Layer already exists [2025-10-08T11:10:11.658Z] 58ed108c6d39: Layer already exists [2025-10-08T11:10:11.658Z] b1f64c815f5c: Layer already exists [2025-10-08T11:10:11.658Z] 55d0604f387d: Layer already exists [2025-10-08T11:10:11.658Z] 29edb38d6d22: Layer already exists [2025-10-08T11:10:11.658Z] 097100c76c15: Layer already exists [2025-10-08T11:10:11.658Z] main: digest: sha256:c3babfb124472e8332577e8536e5b535be0c172224ebfda69602841ff943aefe size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-10-08T11:10:11.741Z] ===================================================== [Pipeline] echo [2025-10-08T11:10:11.758Z] taggedImages: [2025-10-08T11:10:11.758Z] - nexus3.edgexfoundry.org:10004/core-data:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:10:11.758Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2025-10-08T11:10:11.758Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.65 [2025-10-08T11:10:11.758Z] - nexus3.edgexfoundry.org:10004/core-data:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:10:11.758Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2025-10-08T11:10:11.791Z] [edgeXDocker.push] Tagging docker image core-keeper with the following tags: [2025-10-08T11:10:11.791Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:10:11.791Z] latest [2025-10-08T11:10:11.791Z] 4.1.0-dev.65 [2025-10-08T11:10:11.791Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:10:11.791Z] main [2025-10-08T11:10:11.791Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:12.151Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:12.469Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:10:12.469Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-10-08T11:10:12.469Z] c6331bfd9370: Preparing [2025-10-08T11:10:12.469Z] f66037ee7d4f: Preparing [2025-10-08T11:10:12.469Z] 93cbffcaf23a: Preparing [2025-10-08T11:10:12.469Z] 5ccc79420db5: Preparing [2025-10-08T11:10:12.469Z] 8674e99d9aea: Preparing [2025-10-08T11:10:12.469Z] 097100c76c15: Preparing [2025-10-08T11:10:12.469Z] 097100c76c15: Waiting [2025-10-08T11:10:12.469Z] 93cbffcaf23a: Layer already exists [2025-10-08T11:10:12.469Z] 097100c76c15: Layer already exists [2025-10-08T11:10:12.469Z] 8674e99d9aea: Pushed [2025-10-08T11:10:12.469Z] 5ccc79420db5: Pushed [2025-10-08T11:10:12.469Z] c6331bfd9370: Pushed [2025-10-08T11:10:16.657Z] f66037ee7d4f: Pushed [2025-10-08T11:10:16.657Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c: digest: sha256:cd56b99db5f86f134ed3cd3374cd0e844c150e982ab49bd1349b0b4b4b1308fa size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:16.984Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:17.307Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-10-08T11:10:17.307Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-10-08T11:10:17.307Z] c6331bfd9370: Preparing [2025-10-08T11:10:17.307Z] f66037ee7d4f: Preparing [2025-10-08T11:10:17.307Z] 93cbffcaf23a: Preparing [2025-10-08T11:10:17.307Z] 5ccc79420db5: Preparing [2025-10-08T11:10:17.307Z] 8674e99d9aea: Preparing [2025-10-08T11:10:17.307Z] 097100c76c15: Preparing [2025-10-08T11:10:17.307Z] 097100c76c15: Waiting [2025-10-08T11:10:17.307Z] 5ccc79420db5: Layer already exists [2025-10-08T11:10:17.307Z] f66037ee7d4f: Layer already exists [2025-10-08T11:10:17.307Z] 93cbffcaf23a: Layer already exists [2025-10-08T11:10:17.307Z] c6331bfd9370: Layer already exists [2025-10-08T11:10:17.307Z] 8674e99d9aea: Layer already exists [2025-10-08T11:10:17.307Z] 097100c76c15: Layer already exists [2025-10-08T11:10:17.307Z] latest: digest: sha256:cd56b99db5f86f134ed3cd3374cd0e844c150e982ab49bd1349b0b4b4b1308fa size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:17.638Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:17.965Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.65 [2025-10-08T11:10:17.965Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-10-08T11:10:17.965Z] c6331bfd9370: Preparing [2025-10-08T11:10:17.965Z] f66037ee7d4f: Preparing [2025-10-08T11:10:17.965Z] 93cbffcaf23a: Preparing [2025-10-08T11:10:17.965Z] 5ccc79420db5: Preparing [2025-10-08T11:10:17.965Z] 8674e99d9aea: Preparing [2025-10-08T11:10:17.965Z] 097100c76c15: Preparing [2025-10-08T11:10:17.965Z] 097100c76c15: Waiting [2025-10-08T11:10:17.965Z] 5ccc79420db5: Layer already exists [2025-10-08T11:10:17.965Z] f66037ee7d4f: Layer already exists [2025-10-08T11:10:17.965Z] 93cbffcaf23a: Layer already exists [2025-10-08T11:10:17.965Z] c6331bfd9370: Layer already exists [2025-10-08T11:10:17.965Z] 8674e99d9aea: Layer already exists [2025-10-08T11:10:17.965Z] 097100c76c15: Layer already exists [2025-10-08T11:10:17.965Z] 4.1.0-dev.65: digest: sha256:cd56b99db5f86f134ed3cd3374cd0e844c150e982ab49bd1349b0b4b4b1308fa size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:18.293Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:18.619Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:10:18.620Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-10-08T11:10:18.620Z] c6331bfd9370: Preparing [2025-10-08T11:10:18.620Z] f66037ee7d4f: Preparing [2025-10-08T11:10:18.620Z] 93cbffcaf23a: Preparing [2025-10-08T11:10:18.620Z] 5ccc79420db5: Preparing [2025-10-08T11:10:18.620Z] 8674e99d9aea: Preparing [2025-10-08T11:10:18.620Z] 097100c76c15: Preparing [2025-10-08T11:10:18.620Z] 097100c76c15: Waiting [2025-10-08T11:10:18.620Z] f66037ee7d4f: Layer already exists [2025-10-08T11:10:18.620Z] 8674e99d9aea: Layer already exists [2025-10-08T11:10:18.620Z] 93cbffcaf23a: Layer already exists [2025-10-08T11:10:18.620Z] 5ccc79420db5: Layer already exists [2025-10-08T11:10:18.620Z] c6331bfd9370: Layer already exists [2025-10-08T11:10:18.620Z] 097100c76c15: Layer already exists [2025-10-08T11:10:18.620Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65: digest: sha256:cd56b99db5f86f134ed3cd3374cd0e844c150e982ab49bd1349b0b4b4b1308fa size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:18.955Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:19.278Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:main [2025-10-08T11:10:19.278Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-10-08T11:10:19.278Z] c6331bfd9370: Preparing [2025-10-08T11:10:19.278Z] f66037ee7d4f: Preparing [2025-10-08T11:10:19.278Z] 93cbffcaf23a: Preparing [2025-10-08T11:10:19.278Z] 5ccc79420db5: Preparing [2025-10-08T11:10:19.278Z] 8674e99d9aea: Preparing [2025-10-08T11:10:19.278Z] 097100c76c15: Preparing [2025-10-08T11:10:19.278Z] 097100c76c15: Waiting [2025-10-08T11:10:19.278Z] f66037ee7d4f: Layer already exists [2025-10-08T11:10:19.278Z] 5ccc79420db5: Layer already exists [2025-10-08T11:10:19.278Z] 93cbffcaf23a: Layer already exists [2025-10-08T11:10:19.278Z] c6331bfd9370: Layer already exists [2025-10-08T11:10:19.278Z] 8674e99d9aea: Layer already exists [2025-10-08T11:10:19.278Z] 097100c76c15: Layer already exists [2025-10-08T11:10:19.278Z] main: digest: sha256:cd56b99db5f86f134ed3cd3374cd0e844c150e982ab49bd1349b0b4b4b1308fa size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-10-08T11:10:19.353Z] ===================================================== [Pipeline] echo [2025-10-08T11:10:19.368Z] taggedImages: [2025-10-08T11:10:19.368Z] - nexus3.edgexfoundry.org:10004/core-keeper:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:10:19.368Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-10-08T11:10:19.368Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.65 [2025-10-08T11:10:19.368Z] - nexus3.edgexfoundry.org:10004/core-keeper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:10:19.368Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo [2025-10-08T11:10:19.394Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2025-10-08T11:10:19.394Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:10:19.394Z] latest [2025-10-08T11:10:19.394Z] 4.1.0-dev.65 [2025-10-08T11:10:19.394Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:10:19.394Z] main [2025-10-08T11:10:19.394Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:19.738Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:20.066Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:10:20.066Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-10-08T11:10:20.066Z] fafb5dcd6c2e: Preparing [2025-10-08T11:10:20.066Z] 2ca14e5900ec: Preparing [2025-10-08T11:10:20.066Z] 1027fdf793d9: Preparing [2025-10-08T11:10:20.066Z] 55d0604f387d: Preparing [2025-10-08T11:10:20.066Z] 93cbffcaf23a: Preparing [2025-10-08T11:10:20.066Z] ff8f574cd654: Preparing [2025-10-08T11:10:20.066Z] fc35e5414307: Preparing [2025-10-08T11:10:20.066Z] 097100c76c15: Preparing [2025-10-08T11:10:20.066Z] fc35e5414307: Waiting [2025-10-08T11:10:20.066Z] 097100c76c15: Waiting [2025-10-08T11:10:20.066Z] ff8f574cd654: Waiting [2025-10-08T11:10:20.066Z] 55d0604f387d: Layer already exists [2025-10-08T11:10:20.066Z] 93cbffcaf23a: Layer already exists [2025-10-08T11:10:20.066Z] ff8f574cd654: Layer already exists [2025-10-08T11:10:20.066Z] fc35e5414307: Layer already exists [2025-10-08T11:10:20.066Z] 097100c76c15: Layer already exists [2025-10-08T11:10:20.066Z] 2ca14e5900ec: Pushed [2025-10-08T11:10:20.066Z] fafb5dcd6c2e: Pushed [2025-10-08T11:10:24.259Z] 1027fdf793d9: Pushed [2025-10-08T11:10:24.259Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c: digest: sha256:57fa8b3a6c0505241fb1e096d8508ea1166aebfff10e06404ca055f3413f3eee size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:24.595Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:24.921Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-10-08T11:10:24.921Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-10-08T11:10:24.921Z] fafb5dcd6c2e: Preparing [2025-10-08T11:10:24.921Z] 2ca14e5900ec: Preparing [2025-10-08T11:10:24.921Z] 1027fdf793d9: Preparing [2025-10-08T11:10:24.921Z] 55d0604f387d: Preparing [2025-10-08T11:10:24.921Z] 93cbffcaf23a: Preparing [2025-10-08T11:10:24.921Z] ff8f574cd654: Preparing [2025-10-08T11:10:24.921Z] fc35e5414307: Preparing [2025-10-08T11:10:24.921Z] 097100c76c15: Preparing [2025-10-08T11:10:24.921Z] fc35e5414307: Waiting [2025-10-08T11:10:24.921Z] 097100c76c15: Waiting [2025-10-08T11:10:24.921Z] ff8f574cd654: Waiting [2025-10-08T11:10:24.921Z] fafb5dcd6c2e: Layer already exists [2025-10-08T11:10:24.921Z] 93cbffcaf23a: Layer already exists [2025-10-08T11:10:24.921Z] 2ca14e5900ec: Layer already exists [2025-10-08T11:10:24.921Z] 1027fdf793d9: Layer already exists [2025-10-08T11:10:24.921Z] 55d0604f387d: Layer already exists [2025-10-08T11:10:24.921Z] ff8f574cd654: Layer already exists [2025-10-08T11:10:24.921Z] 097100c76c15: Layer already exists [2025-10-08T11:10:24.921Z] fc35e5414307: Layer already exists [2025-10-08T11:10:24.921Z] latest: digest: sha256:57fa8b3a6c0505241fb1e096d8508ea1166aebfff10e06404ca055f3413f3eee size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:25.261Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:25.586Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.65 [2025-10-08T11:10:25.586Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-10-08T11:10:25.586Z] fafb5dcd6c2e: Preparing [2025-10-08T11:10:25.586Z] 2ca14e5900ec: Preparing [2025-10-08T11:10:25.586Z] 1027fdf793d9: Preparing [2025-10-08T11:10:25.586Z] 55d0604f387d: Preparing [2025-10-08T11:10:25.586Z] 93cbffcaf23a: Preparing [2025-10-08T11:10:25.586Z] ff8f574cd654: Preparing [2025-10-08T11:10:25.586Z] fc35e5414307: Preparing [2025-10-08T11:10:25.586Z] 097100c76c15: Preparing [2025-10-08T11:10:25.586Z] ff8f574cd654: Waiting [2025-10-08T11:10:25.586Z] fc35e5414307: Waiting [2025-10-08T11:10:25.586Z] 097100c76c15: Waiting [2025-10-08T11:10:25.586Z] fafb5dcd6c2e: Layer already exists [2025-10-08T11:10:25.586Z] 93cbffcaf23a: Layer already exists [2025-10-08T11:10:25.586Z] 55d0604f387d: Layer already exists [2025-10-08T11:10:25.586Z] 2ca14e5900ec: Layer already exists [2025-10-08T11:10:25.586Z] 1027fdf793d9: Layer already exists [2025-10-08T11:10:25.586Z] 097100c76c15: Layer already exists [2025-10-08T11:10:25.586Z] fc35e5414307: Layer already exists [2025-10-08T11:10:25.587Z] ff8f574cd654: Layer already exists [2025-10-08T11:10:25.587Z] 4.1.0-dev.65: digest: sha256:57fa8b3a6c0505241fb1e096d8508ea1166aebfff10e06404ca055f3413f3eee size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:25.916Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:26.243Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:10:26.243Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-10-08T11:10:26.243Z] fafb5dcd6c2e: Preparing [2025-10-08T11:10:26.243Z] 2ca14e5900ec: Preparing [2025-10-08T11:10:26.243Z] 1027fdf793d9: Preparing [2025-10-08T11:10:26.243Z] 55d0604f387d: Preparing [2025-10-08T11:10:26.243Z] 93cbffcaf23a: Preparing [2025-10-08T11:10:26.243Z] ff8f574cd654: Preparing [2025-10-08T11:10:26.243Z] fc35e5414307: Preparing [2025-10-08T11:10:26.243Z] 097100c76c15: Preparing [2025-10-08T11:10:26.243Z] ff8f574cd654: Waiting [2025-10-08T11:10:26.243Z] 097100c76c15: Waiting [2025-10-08T11:10:26.243Z] fc35e5414307: Waiting [2025-10-08T11:10:26.243Z] 2ca14e5900ec: Layer already exists [2025-10-08T11:10:26.243Z] fafb5dcd6c2e: Layer already exists [2025-10-08T11:10:26.243Z] 1027fdf793d9: Layer already exists [2025-10-08T11:10:26.243Z] 93cbffcaf23a: Layer already exists [2025-10-08T11:10:26.243Z] 55d0604f387d: Layer already exists [2025-10-08T11:10:26.243Z] ff8f574cd654: Layer already exists [2025-10-08T11:10:26.243Z] fc35e5414307: Layer already exists [2025-10-08T11:10:26.243Z] 097100c76c15: Layer already exists [2025-10-08T11:10:26.243Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65: digest: sha256:57fa8b3a6c0505241fb1e096d8508ea1166aebfff10e06404ca055f3413f3eee size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:26.570Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:26.894Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2025-10-08T11:10:26.894Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-10-08T11:10:26.894Z] fafb5dcd6c2e: Preparing [2025-10-08T11:10:26.894Z] 2ca14e5900ec: Preparing [2025-10-08T11:10:26.894Z] 1027fdf793d9: Preparing [2025-10-08T11:10:26.894Z] 55d0604f387d: Preparing [2025-10-08T11:10:26.894Z] 93cbffcaf23a: Preparing [2025-10-08T11:10:26.894Z] ff8f574cd654: Preparing [2025-10-08T11:10:26.894Z] fc35e5414307: Preparing [2025-10-08T11:10:26.894Z] 097100c76c15: Preparing [2025-10-08T11:10:26.894Z] ff8f574cd654: Waiting [2025-10-08T11:10:26.894Z] 097100c76c15: Waiting [2025-10-08T11:10:26.894Z] fc35e5414307: Waiting [2025-10-08T11:10:26.894Z] 1027fdf793d9: Layer already exists [2025-10-08T11:10:26.894Z] 55d0604f387d: Layer already exists [2025-10-08T11:10:26.894Z] 93cbffcaf23a: Layer already exists [2025-10-08T11:10:26.894Z] 2ca14e5900ec: Layer already exists [2025-10-08T11:10:26.894Z] fafb5dcd6c2e: Layer already exists [2025-10-08T11:10:26.894Z] fc35e5414307: Layer already exists [2025-10-08T11:10:26.894Z] 097100c76c15: Layer already exists [2025-10-08T11:10:26.894Z] ff8f574cd654: Layer already exists [2025-10-08T11:10:26.894Z] main: digest: sha256:57fa8b3a6c0505241fb1e096d8508ea1166aebfff10e06404ca055f3413f3eee size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-10-08T11:10:26.973Z] ===================================================== [Pipeline] echo [2025-10-08T11:10:26.991Z] taggedImages: [2025-10-08T11:10:26.991Z] - nexus3.edgexfoundry.org:10004/core-metadata:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:10:26.991Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-10-08T11:10:26.991Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.65 [2025-10-08T11:10:26.991Z] - nexus3.edgexfoundry.org:10004/core-metadata:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:10:26.991Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2025-10-08T11:10:27.022Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2025-10-08T11:10:27.022Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:10:27.022Z] latest [2025-10-08T11:10:27.022Z] 4.1.0-dev.65 [2025-10-08T11:10:27.022Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:10:27.022Z] main [2025-10-08T11:10:27.022Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:27.367Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:27.691Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:10:27.691Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-10-08T11:10:27.691Z] de06360b9b80: Preparing [2025-10-08T11:10:27.691Z] d838fdac4bb1: Preparing [2025-10-08T11:10:27.691Z] 3240ebc703b4: Preparing [2025-10-08T11:10:27.691Z] dbcf76650534: Preparing [2025-10-08T11:10:27.691Z] 49f67b8e4bdb: Preparing [2025-10-08T11:10:27.691Z] 581b9b041cb0: Preparing [2025-10-08T11:10:27.691Z] 1fb40d2315cd: Preparing [2025-10-08T11:10:27.691Z] 55d0604f387d: Preparing [2025-10-08T11:10:27.691Z] 93cbffcaf23a: Preparing [2025-10-08T11:10:27.691Z] 2755b8cbcd22: Preparing [2025-10-08T11:10:27.691Z] 3d77d117818a: Preparing [2025-10-08T11:10:27.691Z] 5f70bf18a086: Preparing [2025-10-08T11:10:27.691Z] f266b5edca4f: Preparing [2025-10-08T11:10:27.691Z] 7aebf1e51ec9: Preparing [2025-10-08T11:10:27.691Z] 28b3c12f4421: Preparing [2025-10-08T11:10:27.691Z] 097100c76c15: Preparing [2025-10-08T11:10:27.691Z] 3d77d117818a: Waiting [2025-10-08T11:10:27.691Z] 5f70bf18a086: Waiting [2025-10-08T11:10:27.691Z] 55d0604f387d: Waiting [2025-10-08T11:10:27.691Z] f266b5edca4f: Waiting [2025-10-08T11:10:27.691Z] 93cbffcaf23a: Waiting [2025-10-08T11:10:27.691Z] 7aebf1e51ec9: Waiting [2025-10-08T11:10:27.691Z] 28b3c12f4421: Waiting [2025-10-08T11:10:27.691Z] 2755b8cbcd22: Waiting [2025-10-08T11:10:27.691Z] 097100c76c15: Waiting [2025-10-08T11:10:27.691Z] 581b9b041cb0: Waiting [2025-10-08T11:10:27.691Z] 1fb40d2315cd: Waiting [2025-10-08T11:10:27.691Z] de06360b9b80: Pushed [2025-10-08T11:10:27.691Z] dbcf76650534: Pushed [2025-10-08T11:10:27.691Z] 49f67b8e4bdb: Pushed [2025-10-08T11:10:27.691Z] 3240ebc703b4: Pushed [2025-10-08T11:10:27.691Z] d838fdac4bb1: Pushed [2025-10-08T11:10:27.691Z] 55d0604f387d: Layer already exists [2025-10-08T11:10:27.691Z] 93cbffcaf23a: Layer already exists [2025-10-08T11:10:27.691Z] 5f70bf18a086: Layer already exists [2025-10-08T11:10:27.949Z] 581b9b041cb0: Pushed [2025-10-08T11:10:27.949Z] 2755b8cbcd22: Pushed [2025-10-08T11:10:27.949Z] 3d77d117818a: Pushed [2025-10-08T11:10:27.949Z] f266b5edca4f: Pushed [2025-10-08T11:10:27.949Z] 097100c76c15: Layer already exists [2025-10-08T11:10:27.949Z] 28b3c12f4421: Pushed [2025-10-08T11:10:28.516Z] 7aebf1e51ec9: Pushed [2025-10-08T11:10:29.083Z] 1fb40d2315cd: Pushed [2025-10-08T11:10:29.342Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c: digest: sha256:d2cd3fb48aa732d6a19a9767a12c04e832eafb82590fea6a3edb3ecf5c78458a size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:29.680Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:30.009Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-10-08T11:10:30.009Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-10-08T11:10:30.009Z] de06360b9b80: Preparing [2025-10-08T11:10:30.009Z] d838fdac4bb1: Preparing [2025-10-08T11:10:30.009Z] 3240ebc703b4: Preparing [2025-10-08T11:10:30.009Z] dbcf76650534: Preparing [2025-10-08T11:10:30.009Z] 49f67b8e4bdb: Preparing [2025-10-08T11:10:30.009Z] 581b9b041cb0: Preparing [2025-10-08T11:10:30.009Z] 1fb40d2315cd: Preparing [2025-10-08T11:10:30.009Z] 55d0604f387d: Preparing [2025-10-08T11:10:30.009Z] 93cbffcaf23a: Preparing [2025-10-08T11:10:30.009Z] 2755b8cbcd22: Preparing [2025-10-08T11:10:30.009Z] 3d77d117818a: Preparing [2025-10-08T11:10:30.009Z] 5f70bf18a086: Preparing [2025-10-08T11:10:30.009Z] f266b5edca4f: Preparing [2025-10-08T11:10:30.009Z] 7aebf1e51ec9: Preparing [2025-10-08T11:10:30.009Z] 28b3c12f4421: Preparing [2025-10-08T11:10:30.009Z] 097100c76c15: Preparing [2025-10-08T11:10:30.009Z] 581b9b041cb0: Waiting [2025-10-08T11:10:30.009Z] 3d77d117818a: Waiting [2025-10-08T11:10:30.009Z] 5f70bf18a086: Waiting [2025-10-08T11:10:30.009Z] f266b5edca4f: Waiting [2025-10-08T11:10:30.009Z] 7aebf1e51ec9: Waiting [2025-10-08T11:10:30.009Z] 28b3c12f4421: Waiting [2025-10-08T11:10:30.009Z] 1fb40d2315cd: Waiting [2025-10-08T11:10:30.009Z] 55d0604f387d: Waiting [2025-10-08T11:10:30.009Z] 93cbffcaf23a: Waiting [2025-10-08T11:10:30.009Z] 097100c76c15: Waiting [2025-10-08T11:10:30.009Z] 2755b8cbcd22: Waiting [2025-10-08T11:10:30.009Z] 3240ebc703b4: Layer already exists [2025-10-08T11:10:30.009Z] 49f67b8e4bdb: Layer already exists [2025-10-08T11:10:30.009Z] dbcf76650534: Layer already exists [2025-10-08T11:10:30.009Z] d838fdac4bb1: Layer already exists [2025-10-08T11:10:30.009Z] de06360b9b80: Layer already exists [2025-10-08T11:10:30.009Z] 581b9b041cb0: Layer already exists [2025-10-08T11:10:30.009Z] 2755b8cbcd22: Layer already exists [2025-10-08T11:10:30.009Z] 55d0604f387d: Layer already exists [2025-10-08T11:10:30.009Z] 93cbffcaf23a: Layer already exists [2025-10-08T11:10:30.009Z] 1fb40d2315cd: Layer already exists [2025-10-08T11:10:30.009Z] 3d77d117818a: Layer already exists [2025-10-08T11:10:30.009Z] 5f70bf18a086: Layer already exists [2025-10-08T11:10:30.010Z] f266b5edca4f: Layer already exists [2025-10-08T11:10:30.010Z] 7aebf1e51ec9: Layer already exists [2025-10-08T11:10:30.010Z] 28b3c12f4421: Layer already exists [2025-10-08T11:10:30.010Z] 097100c76c15: Layer already exists [2025-10-08T11:10:30.010Z] latest: digest: sha256:d2cd3fb48aa732d6a19a9767a12c04e832eafb82590fea6a3edb3ecf5c78458a size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:30.342Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:30.668Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.65 [2025-10-08T11:10:30.669Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-10-08T11:10:30.669Z] de06360b9b80: Preparing [2025-10-08T11:10:30.669Z] d838fdac4bb1: Preparing [2025-10-08T11:10:30.669Z] 3240ebc703b4: Preparing [2025-10-08T11:10:30.669Z] dbcf76650534: Preparing [2025-10-08T11:10:30.669Z] 49f67b8e4bdb: Preparing [2025-10-08T11:10:30.669Z] 581b9b041cb0: Preparing [2025-10-08T11:10:30.669Z] 1fb40d2315cd: Preparing [2025-10-08T11:10:30.669Z] 55d0604f387d: Preparing [2025-10-08T11:10:30.669Z] 93cbffcaf23a: Preparing [2025-10-08T11:10:30.669Z] 2755b8cbcd22: Preparing [2025-10-08T11:10:30.669Z] 3d77d117818a: Preparing [2025-10-08T11:10:30.669Z] 5f70bf18a086: Preparing [2025-10-08T11:10:30.669Z] f266b5edca4f: Preparing [2025-10-08T11:10:30.669Z] 7aebf1e51ec9: Preparing [2025-10-08T11:10:30.669Z] 28b3c12f4421: Preparing [2025-10-08T11:10:30.669Z] 097100c76c15: Preparing [2025-10-08T11:10:30.669Z] 3d77d117818a: Waiting [2025-10-08T11:10:30.669Z] 5f70bf18a086: Waiting [2025-10-08T11:10:30.669Z] f266b5edca4f: Waiting [2025-10-08T11:10:30.669Z] 7aebf1e51ec9: Waiting [2025-10-08T11:10:30.669Z] 581b9b041cb0: Waiting [2025-10-08T11:10:30.669Z] 28b3c12f4421: Waiting [2025-10-08T11:10:30.669Z] 097100c76c15: Waiting [2025-10-08T11:10:30.669Z] 93cbffcaf23a: Waiting [2025-10-08T11:10:30.669Z] 1fb40d2315cd: Waiting [2025-10-08T11:10:30.669Z] 2755b8cbcd22: Waiting [2025-10-08T11:10:30.669Z] 55d0604f387d: Waiting [2025-10-08T11:10:30.669Z] d838fdac4bb1: Layer already exists [2025-10-08T11:10:30.669Z] dbcf76650534: Layer already exists [2025-10-08T11:10:30.669Z] 49f67b8e4bdb: Layer already exists [2025-10-08T11:10:30.669Z] 3240ebc703b4: Layer already exists [2025-10-08T11:10:30.669Z] de06360b9b80: Layer already exists [2025-10-08T11:10:30.669Z] 581b9b041cb0: Layer already exists [2025-10-08T11:10:30.669Z] 55d0604f387d: Layer already exists [2025-10-08T11:10:30.669Z] 93cbffcaf23a: Layer already exists [2025-10-08T11:10:30.669Z] 2755b8cbcd22: Layer already exists [2025-10-08T11:10:30.669Z] 1fb40d2315cd: Layer already exists [2025-10-08T11:10:30.669Z] 5f70bf18a086: Layer already exists [2025-10-08T11:10:30.669Z] 3d77d117818a: Layer already exists [2025-10-08T11:10:30.669Z] 7aebf1e51ec9: Layer already exists [2025-10-08T11:10:30.669Z] f266b5edca4f: Layer already exists [2025-10-08T11:10:30.669Z] 28b3c12f4421: Layer already exists [2025-10-08T11:10:30.669Z] 097100c76c15: Layer already exists [2025-10-08T11:10:30.669Z] 4.1.0-dev.65: digest: sha256:d2cd3fb48aa732d6a19a9767a12c04e832eafb82590fea6a3edb3ecf5c78458a size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:31.003Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:31.325Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:10:31.326Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-10-08T11:10:31.326Z] de06360b9b80: Preparing [2025-10-08T11:10:31.326Z] d838fdac4bb1: Preparing [2025-10-08T11:10:31.326Z] 3240ebc703b4: Preparing [2025-10-08T11:10:31.326Z] dbcf76650534: Preparing [2025-10-08T11:10:31.326Z] 49f67b8e4bdb: Preparing [2025-10-08T11:10:31.326Z] 581b9b041cb0: Preparing [2025-10-08T11:10:31.326Z] 1fb40d2315cd: Preparing [2025-10-08T11:10:31.326Z] 581b9b041cb0: Waiting [2025-10-08T11:10:31.326Z] 55d0604f387d: Preparing [2025-10-08T11:10:31.326Z] 93cbffcaf23a: Preparing [2025-10-08T11:10:31.326Z] 1fb40d2315cd: Waiting [2025-10-08T11:10:31.326Z] 93cbffcaf23a: Waiting [2025-10-08T11:10:31.326Z] 2755b8cbcd22: Preparing [2025-10-08T11:10:31.326Z] 3d77d117818a: Preparing [2025-10-08T11:10:31.326Z] 5f70bf18a086: Preparing [2025-10-08T11:10:31.326Z] f266b5edca4f: Preparing [2025-10-08T11:10:31.326Z] 7aebf1e51ec9: Preparing [2025-10-08T11:10:31.326Z] 2755b8cbcd22: Waiting [2025-10-08T11:10:31.326Z] 3d77d117818a: Waiting [2025-10-08T11:10:31.326Z] 5f70bf18a086: Waiting [2025-10-08T11:10:31.326Z] f266b5edca4f: Waiting [2025-10-08T11:10:31.326Z] 28b3c12f4421: Preparing [2025-10-08T11:10:31.326Z] 097100c76c15: Preparing [2025-10-08T11:10:31.326Z] 7aebf1e51ec9: Waiting [2025-10-08T11:10:31.326Z] 28b3c12f4421: Waiting [2025-10-08T11:10:31.326Z] 097100c76c15: Waiting [2025-10-08T11:10:31.326Z] d838fdac4bb1: Layer already exists [2025-10-08T11:10:31.326Z] 49f67b8e4bdb: Layer already exists [2025-10-08T11:10:31.326Z] de06360b9b80: Layer already exists [2025-10-08T11:10:31.326Z] 3240ebc703b4: Layer already exists [2025-10-08T11:10:31.326Z] dbcf76650534: Layer already exists [2025-10-08T11:10:31.326Z] 2755b8cbcd22: Layer already exists [2025-10-08T11:10:31.326Z] 93cbffcaf23a: Layer already exists [2025-10-08T11:10:31.326Z] 581b9b041cb0: Layer already exists [2025-10-08T11:10:31.326Z] 55d0604f387d: Layer already exists [2025-10-08T11:10:31.326Z] 1fb40d2315cd: Layer already exists [2025-10-08T11:10:31.326Z] 3d77d117818a: Layer already exists [2025-10-08T11:10:31.326Z] 28b3c12f4421: Layer already exists [2025-10-08T11:10:31.326Z] f266b5edca4f: Layer already exists [2025-10-08T11:10:31.326Z] 5f70bf18a086: Layer already exists [2025-10-08T11:10:31.326Z] 7aebf1e51ec9: Layer already exists [2025-10-08T11:10:31.326Z] 097100c76c15: Layer already exists [2025-10-08T11:10:31.326Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65: digest: sha256:d2cd3fb48aa732d6a19a9767a12c04e832eafb82590fea6a3edb3ecf5c78458a size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:31.661Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:31.988Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-10-08T11:10:31.988Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-10-08T11:10:31.988Z] de06360b9b80: Preparing [2025-10-08T11:10:31.988Z] d838fdac4bb1: Preparing [2025-10-08T11:10:31.988Z] 3240ebc703b4: Preparing [2025-10-08T11:10:31.988Z] dbcf76650534: Preparing [2025-10-08T11:10:31.988Z] 49f67b8e4bdb: Preparing [2025-10-08T11:10:31.988Z] 581b9b041cb0: Preparing [2025-10-08T11:10:31.988Z] 1fb40d2315cd: Preparing [2025-10-08T11:10:31.988Z] 55d0604f387d: Preparing [2025-10-08T11:10:31.988Z] 93cbffcaf23a: Preparing [2025-10-08T11:10:31.988Z] 2755b8cbcd22: Preparing [2025-10-08T11:10:31.988Z] 3d77d117818a: Preparing [2025-10-08T11:10:31.988Z] 5f70bf18a086: Preparing [2025-10-08T11:10:31.988Z] f266b5edca4f: Preparing [2025-10-08T11:10:31.988Z] 7aebf1e51ec9: Preparing [2025-10-08T11:10:31.988Z] 28b3c12f4421: Preparing [2025-10-08T11:10:31.988Z] 097100c76c15: Preparing [2025-10-08T11:10:31.988Z] 581b9b041cb0: Waiting [2025-10-08T11:10:31.988Z] 5f70bf18a086: Waiting [2025-10-08T11:10:31.988Z] 1fb40d2315cd: Waiting [2025-10-08T11:10:31.988Z] f266b5edca4f: Waiting [2025-10-08T11:10:31.988Z] 7aebf1e51ec9: Waiting [2025-10-08T11:10:31.988Z] 28b3c12f4421: Waiting [2025-10-08T11:10:31.988Z] 097100c76c15: Waiting [2025-10-08T11:10:31.988Z] 55d0604f387d: Waiting [2025-10-08T11:10:31.988Z] 93cbffcaf23a: Waiting [2025-10-08T11:10:31.988Z] 2755b8cbcd22: Waiting [2025-10-08T11:10:31.988Z] 3d77d117818a: Waiting [2025-10-08T11:10:31.988Z] 49f67b8e4bdb: Layer already exists [2025-10-08T11:10:31.988Z] dbcf76650534: Layer already exists [2025-10-08T11:10:31.988Z] de06360b9b80: Layer already exists [2025-10-08T11:10:31.988Z] d838fdac4bb1: Layer already exists [2025-10-08T11:10:31.988Z] 3240ebc703b4: Layer already exists [2025-10-08T11:10:31.988Z] 93cbffcaf23a: Layer already exists [2025-10-08T11:10:31.988Z] 1fb40d2315cd: Layer already exists [2025-10-08T11:10:31.988Z] 55d0604f387d: Layer already exists [2025-10-08T11:10:31.988Z] 581b9b041cb0: Layer already exists [2025-10-08T11:10:31.988Z] 2755b8cbcd22: Layer already exists [2025-10-08T11:10:31.988Z] 3d77d117818a: Layer already exists [2025-10-08T11:10:31.988Z] f266b5edca4f: Layer already exists [2025-10-08T11:10:31.988Z] 5f70bf18a086: Layer already exists [2025-10-08T11:10:31.988Z] 7aebf1e51ec9: Layer already exists [2025-10-08T11:10:31.988Z] 28b3c12f4421: Layer already exists [2025-10-08T11:10:31.988Z] 097100c76c15: Layer already exists [2025-10-08T11:10:31.988Z] main: digest: sha256:d2cd3fb48aa732d6a19a9767a12c04e832eafb82590fea6a3edb3ecf5c78458a size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-10-08T11:10:32.071Z] ===================================================== [Pipeline] echo [2025-10-08T11:10:32.083Z] taggedImages: [2025-10-08T11:10:32.083Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:10:32.083Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-10-08T11:10:32.083Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.65 [2025-10-08T11:10:32.083Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:10:32.083Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2025-10-08T11:10:32.118Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2025-10-08T11:10:32.118Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:10:32.118Z] latest [2025-10-08T11:10:32.118Z] 4.1.0-dev.65 [2025-10-08T11:10:32.118Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:10:32.118Z] main [2025-10-08T11:10:32.118Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:32.470Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:32.796Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:10:32.796Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-10-08T11:10:32.796Z] c141c9c7d3fb: Preparing [2025-10-08T11:10:32.796Z] b098943de82d: Preparing [2025-10-08T11:10:32.796Z] 14839fde3132: Preparing [2025-10-08T11:10:32.796Z] 85f24e6b8fde: Preparing [2025-10-08T11:10:32.796Z] 55d0604f387d: Preparing [2025-10-08T11:10:32.796Z] 93cbffcaf23a: Preparing [2025-10-08T11:10:32.796Z] ff8f574cd654: Preparing [2025-10-08T11:10:32.796Z] fc35e5414307: Preparing [2025-10-08T11:10:32.796Z] 097100c76c15: Preparing [2025-10-08T11:10:32.796Z] 93cbffcaf23a: Waiting [2025-10-08T11:10:32.796Z] ff8f574cd654: Waiting [2025-10-08T11:10:32.796Z] fc35e5414307: Waiting [2025-10-08T11:10:32.796Z] 097100c76c15: Waiting [2025-10-08T11:10:32.796Z] 55d0604f387d: Layer already exists [2025-10-08T11:10:32.796Z] 93cbffcaf23a: Layer already exists [2025-10-08T11:10:32.796Z] ff8f574cd654: Layer already exists [2025-10-08T11:10:32.796Z] fc35e5414307: Layer already exists [2025-10-08T11:10:32.796Z] 097100c76c15: Layer already exists [2025-10-08T11:10:32.796Z] c141c9c7d3fb: Pushed [2025-10-08T11:10:32.796Z] b098943de82d: Pushed [2025-10-08T11:10:32.796Z] 14839fde3132: Pushed [2025-10-08T11:10:35.537Z] #78 ... [2025-10-08T11:10:35.537Z] [2025-10-08T11:10:35.537Z] #92 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-08T11:10:35.537Z] #92 DONE 123.1s [2025-10-08T11:10:35.537Z] [2025-10-08T11:10:35.537Z] #77 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-08T11:10:35.537Z] #77 DONE 142.4s [2025-10-08T11:10:35.537Z] [2025-10-08T11:10:35.537Z] #87 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-08T11:10:35.537Z] #87 DONE 119.4s [2025-10-08T11:10:35.537Z] [2025-10-08T11:10:35.537Z] #79 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-08T11:10:35.537Z] #79 DONE 135.0s [2025-10-08T11:10:35.537Z] [2025-10-08T11:10:35.537Z] #119 [security-secretstore-setup builder 6/7] COPY . . [2025-10-08T11:10:35.537Z] #119 ... [2025-10-08T11:10:35.537Z] [2025-10-08T11:10:35.537Z] #83 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-08T11:10:35.537Z] #83 DONE 120.9s [2025-10-08T11:10:35.537Z] [2025-10-08T11:10:35.537Z] #78 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-08T11:10:35.537Z] #78 DONE 136.2s [2025-10-08T11:10:35.537Z] [2025-10-08T11:10:35.537Z] #120 [core-keeper builder 7/8] COPY . . [2025-10-08T11:10:35.537Z] #120 ... [2025-10-08T11:10:35.537Z] [2025-10-08T11:10:35.537Z] #121 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-08T11:10:35.537Z] #121 CACHED [2025-10-08T11:10:35.537Z] [2025-10-08T11:10:35.537Z] #122 [security-proxy-setup builder 6/7] COPY . . [2025-10-08T11:10:35.537Z] #122 CACHED [2025-10-08T11:10:35.537Z] [2025-10-08T11:10:35.537Z] #123 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2025-10-08T11:10:35.537Z] #123 CACHED [2025-10-08T11:10:35.537Z] [2025-10-08T11:10:35.537Z] #119 [security-secretstore-setup builder 6/7] COPY . . [2025-10-08T11:10:35.537Z] #119 DONE 2.2s [2025-10-08T11:10:35.537Z] [2025-10-08T11:10:35.537Z] #124 [support-notifications builder 6/7] COPY . . [2025-10-08T11:10:35.537Z] #124 DONE 2.4s [2025-10-08T11:10:35.537Z] [2025-10-08T11:10:35.537Z] #125 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-08T11:10:35.537Z] #125 CACHED [2025-10-08T11:10:35.537Z] [2025-10-08T11:10:35.537Z] #126 [security-bootstrapper builder 6/7] COPY . . [2025-10-08T11:10:35.537Z] #126 CACHED [2025-10-08T11:10:35.537Z] [2025-10-08T11:10:35.537Z] #127 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-10-08T11:10:35.537Z] #127 CACHED [2025-10-08T11:10:35.537Z] [2025-10-08T11:10:35.537Z] #128 [security-spiffe-token-provider builder 6/7] COPY . . [2025-10-08T11:10:35.537Z] #128 DONE 2.3s [2025-10-08T11:10:35.537Z] [2025-10-08T11:10:35.537Z] #129 [support-scheduler builder 6/7] COPY . . [2025-10-08T11:10:35.537Z] #129 DONE 2.4s [2025-10-08T11:10:35.537Z] [2025-10-08T11:10:35.537Z] #120 [core-keeper builder 7/8] COPY . . [2025-10-08T11:10:35.537Z] #120 DONE 2.2s [2025-10-08T11:10:35.537Z] [2025-10-08T11:10:35.537Z] #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-10-08T11:10:35.537Z] #130 ... [2025-10-08T11:10:35.537Z] [2025-10-08T11:10:35.537Z] #131 [core-metadata builder 6/7] COPY . . [2025-10-08T11:10:35.537Z] #131 CACHED [2025-10-08T11:10:35.537Z] [2025-10-08T11:10:35.537Z] #132 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-08T11:10:35.537Z] #132 CACHED [2025-10-08T11:10:35.537Z] [2025-10-08T11:10:35.537Z] #133 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2025-10-08T11:10:35.537Z] #133 CACHED [2025-10-08T11:10:35.537Z] [2025-10-08T11:10:35.537Z] #134 [core-command builder 4/7] COPY go.mod vendor* ./ [2025-10-08T11:10:35.537Z] #134 CACHED [2025-10-08T11:10:35.537Z] [2025-10-08T11:10:35.537Z] #135 [core-command builder 6/7] COPY . . [2025-10-08T11:10:35.537Z] #135 CACHED [2025-10-08T11:10:35.537Z] [2025-10-08T11:10:35.537Z] #136 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-08T11:10:35.537Z] #136 CACHED [2025-10-08T11:10:35.537Z] [2025-10-08T11:10:35.538Z] #137 [security-proxy-auth builder 6/7] COPY . . [2025-10-08T11:10:35.538Z] #137 CACHED [2025-10-08T11:10:35.538Z] [2025-10-08T11:10:35.538Z] #138 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2025-10-08T11:10:35.538Z] #138 CACHED [2025-10-08T11:10:35.538Z] [2025-10-08T11:10:35.538Z] #139 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-08T11:10:35.538Z] #139 CACHED [2025-10-08T11:10:35.538Z] [2025-10-08T11:10:35.538Z] #140 [core-data builder 4/7] COPY go.mod vendor* ./ [2025-10-08T11:10:35.538Z] #140 CACHED [2025-10-08T11:10:35.538Z] [2025-10-08T11:10:35.538Z] #141 [core-data builder 6/7] COPY . . [2025-10-08T11:10:35.538Z] #141 CACHED [2025-10-08T11:10:35.538Z] [2025-10-08T11:10:35.538Z] #142 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-08T11:10:35.538Z] #142 CACHED [2025-10-08T11:10:35.538Z] [2025-10-08T11:10:35.538Z] #143 [core-common-config-bootstrapper builder 6/7] COPY . . [2025-10-08T11:10:35.538Z] #143 DONE 2.3s [2025-10-08T11:10:35.538Z] [2025-10-08T11:10:35.538Z] #144 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-10-08T11:10:35.538Z] #144 ... [2025-10-08T11:10:35.538Z] [2025-10-08T11:10:35.538Z] #145 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-10-08T11:10:35.538Z] #0 6.140 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-10-08T11:10:35.538Z] #145 ... [2025-10-08T11:10:35.538Z] [2025-10-08T11:10:35.538Z] #146 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-10-08T11:10:35.538Z] #0 6.102 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-10-08T11:10:36.989Z] 85f24e6b8fde: Pushed [2025-10-08T11:10:36.989Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c: digest: sha256:baa4163dc8d6182c8ab5f1f6e14fa2801ba542f851312e666923c32b0d0b2319 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:37.321Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:37.644Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-10-08T11:10:37.644Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-10-08T11:10:37.644Z] c141c9c7d3fb: Preparing [2025-10-08T11:10:37.644Z] b098943de82d: Preparing [2025-10-08T11:10:37.644Z] 14839fde3132: Preparing [2025-10-08T11:10:37.644Z] 85f24e6b8fde: Preparing [2025-10-08T11:10:37.644Z] 55d0604f387d: Preparing [2025-10-08T11:10:37.644Z] 93cbffcaf23a: Preparing [2025-10-08T11:10:37.644Z] ff8f574cd654: Preparing [2025-10-08T11:10:37.644Z] fc35e5414307: Preparing [2025-10-08T11:10:37.644Z] 097100c76c15: Preparing [2025-10-08T11:10:37.644Z] 93cbffcaf23a: Waiting [2025-10-08T11:10:37.644Z] ff8f574cd654: Waiting [2025-10-08T11:10:37.644Z] fc35e5414307: Waiting [2025-10-08T11:10:37.644Z] 097100c76c15: Waiting [2025-10-08T11:10:37.644Z] 85f24e6b8fde: Layer already exists [2025-10-08T11:10:37.644Z] 14839fde3132: Layer already exists [2025-10-08T11:10:37.644Z] b098943de82d: Layer already exists [2025-10-08T11:10:37.644Z] c141c9c7d3fb: Layer already exists [2025-10-08T11:10:37.644Z] 55d0604f387d: Layer already exists [2025-10-08T11:10:37.644Z] ff8f574cd654: Layer already exists [2025-10-08T11:10:37.644Z] fc35e5414307: Layer already exists [2025-10-08T11:10:37.644Z] 097100c76c15: Layer already exists [2025-10-08T11:10:37.644Z] 93cbffcaf23a: Layer already exists [2025-10-08T11:10:37.644Z] latest: digest: sha256:baa4163dc8d6182c8ab5f1f6e14fa2801ba542f851312e666923c32b0d0b2319 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:37.978Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:38.108Z] #146 ... [2025-10-08T11:10:38.108Z] [2025-10-08T11:10:38.108Z] #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-10-08T11:10:38.108Z] #130 8.452 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-10-08T11:10:38.298Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.65 [2025-10-08T11:10:38.298Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-10-08T11:10:38.298Z] c141c9c7d3fb: Preparing [2025-10-08T11:10:38.298Z] b098943de82d: Preparing [2025-10-08T11:10:38.298Z] 14839fde3132: Preparing [2025-10-08T11:10:38.298Z] 85f24e6b8fde: Preparing [2025-10-08T11:10:38.298Z] 55d0604f387d: Preparing [2025-10-08T11:10:38.298Z] 93cbffcaf23a: Preparing [2025-10-08T11:10:38.298Z] ff8f574cd654: Preparing [2025-10-08T11:10:38.298Z] fc35e5414307: Preparing [2025-10-08T11:10:38.298Z] 097100c76c15: Preparing [2025-10-08T11:10:38.298Z] 93cbffcaf23a: Waiting [2025-10-08T11:10:38.298Z] ff8f574cd654: Waiting [2025-10-08T11:10:38.298Z] fc35e5414307: Waiting [2025-10-08T11:10:38.298Z] 097100c76c15: Waiting [2025-10-08T11:10:38.298Z] c141c9c7d3fb: Layer already exists [2025-10-08T11:10:38.298Z] 14839fde3132: Layer already exists [2025-10-08T11:10:38.298Z] 55d0604f387d: Layer already exists [2025-10-08T11:10:38.298Z] b098943de82d: Layer already exists [2025-10-08T11:10:38.298Z] 85f24e6b8fde: Layer already exists [2025-10-08T11:10:38.298Z] 93cbffcaf23a: Layer already exists [2025-10-08T11:10:38.298Z] ff8f574cd654: Layer already exists [2025-10-08T11:10:38.298Z] 097100c76c15: Layer already exists [2025-10-08T11:10:38.298Z] fc35e5414307: Layer already exists [2025-10-08T11:10:38.298Z] 4.1.0-dev.65: digest: sha256:baa4163dc8d6182c8ab5f1f6e14fa2801ba542f851312e666923c32b0d0b2319 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:38.628Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:38.959Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:10:38.959Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-10-08T11:10:38.959Z] c141c9c7d3fb: Preparing [2025-10-08T11:10:38.959Z] b098943de82d: Preparing [2025-10-08T11:10:38.959Z] 14839fde3132: Preparing [2025-10-08T11:10:38.959Z] 85f24e6b8fde: Preparing [2025-10-08T11:10:38.959Z] 55d0604f387d: Preparing [2025-10-08T11:10:38.959Z] 93cbffcaf23a: Preparing [2025-10-08T11:10:38.959Z] ff8f574cd654: Preparing [2025-10-08T11:10:38.959Z] fc35e5414307: Preparing [2025-10-08T11:10:38.959Z] 097100c76c15: Preparing [2025-10-08T11:10:38.959Z] 93cbffcaf23a: Waiting [2025-10-08T11:10:38.959Z] ff8f574cd654: Waiting [2025-10-08T11:10:38.959Z] fc35e5414307: Waiting [2025-10-08T11:10:38.959Z] 097100c76c15: Waiting [2025-10-08T11:10:38.959Z] 55d0604f387d: Layer already exists [2025-10-08T11:10:38.959Z] c141c9c7d3fb: Layer already exists [2025-10-08T11:10:38.959Z] 14839fde3132: Layer already exists [2025-10-08T11:10:38.959Z] 85f24e6b8fde: Layer already exists [2025-10-08T11:10:38.959Z] b098943de82d: Layer already exists [2025-10-08T11:10:38.959Z] 93cbffcaf23a: Layer already exists [2025-10-08T11:10:38.959Z] ff8f574cd654: Layer already exists [2025-10-08T11:10:38.959Z] fc35e5414307: Layer already exists [2025-10-08T11:10:38.959Z] 097100c76c15: Layer already exists [2025-10-08T11:10:38.959Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65: digest: sha256:baa4163dc8d6182c8ab5f1f6e14fa2801ba542f851312e666923c32b0d0b2319 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:39.061Z] #130 ... [2025-10-08T11:10:39.061Z] [2025-10-08T11:10:39.061Z] #147 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-10-08T11:10:39.061Z] #0 8.448 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2025-10-08T11:10:39.294Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [2025-10-08T11:10:39.332Z] #147 ... [2025-10-08T11:10:39.332Z] [2025-10-08T11:10:39.332Z] #148 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-10-08T11:10:39.332Z] #0 8.135 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-10-08T11:10:39.332Z] #148 ... [2025-10-08T11:10:39.332Z] [2025-10-08T11:10:39.332Z] #149 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-10-08T11:10:39.332Z] #0 9.212 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:39.598Z] #149 ... [2025-10-08T11:10:39.598Z] [2025-10-08T11:10:39.598Z] #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-10-08T11:10:39.598Z] #0 9.052 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-10-08T11:10:39.621Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-10-08T11:10:39.621Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-10-08T11:10:39.621Z] c141c9c7d3fb: Preparing [2025-10-08T11:10:39.621Z] b098943de82d: Preparing [2025-10-08T11:10:39.621Z] 14839fde3132: Preparing [2025-10-08T11:10:39.621Z] 85f24e6b8fde: Preparing [2025-10-08T11:10:39.621Z] 55d0604f387d: Preparing [2025-10-08T11:10:39.621Z] 93cbffcaf23a: Preparing [2025-10-08T11:10:39.621Z] ff8f574cd654: Preparing [2025-10-08T11:10:39.621Z] fc35e5414307: Preparing [2025-10-08T11:10:39.621Z] 097100c76c15: Preparing [2025-10-08T11:10:39.621Z] ff8f574cd654: Waiting [2025-10-08T11:10:39.621Z] 93cbffcaf23a: Waiting [2025-10-08T11:10:39.621Z] fc35e5414307: Waiting [2025-10-08T11:10:39.621Z] 097100c76c15: Waiting [2025-10-08T11:10:39.621Z] 55d0604f387d: Layer already exists [2025-10-08T11:10:39.621Z] b098943de82d: Layer already exists [2025-10-08T11:10:39.621Z] 85f24e6b8fde: Layer already exists [2025-10-08T11:10:39.621Z] 14839fde3132: Layer already exists [2025-10-08T11:10:39.622Z] c141c9c7d3fb: Layer already exists [2025-10-08T11:10:39.622Z] 93cbffcaf23a: Layer already exists [2025-10-08T11:10:39.622Z] ff8f574cd654: Layer already exists [2025-10-08T11:10:39.622Z] fc35e5414307: Layer already exists [2025-10-08T11:10:39.622Z] 097100c76c15: Layer already exists [2025-10-08T11:10:39.622Z] main: digest: sha256:baa4163dc8d6182c8ab5f1f6e14fa2801ba542f851312e666923c32b0d0b2319 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-10-08T11:10:39.695Z] ===================================================== [Pipeline] echo [2025-10-08T11:10:39.708Z] taggedImages: [2025-10-08T11:10:39.708Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:10:39.708Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-10-08T11:10:39.708Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.65 [2025-10-08T11:10:39.708Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:10:39.708Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2025-10-08T11:10:39.736Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2025-10-08T11:10:39.736Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:10:39.736Z] latest [2025-10-08T11:10:39.736Z] 4.1.0-dev.65 [2025-10-08T11:10:39.736Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:10:39.736Z] main [2025-10-08T11:10:39.736Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:39.863Z] #150 ... [2025-10-08T11:10:39.863Z] [2025-10-08T11:10:39.863Z] #151 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-10-08T11:10:39.863Z] #0 8.714 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-10-08T11:10:39.863Z] #151 ... [2025-10-08T11:10:39.863Z] [2025-10-08T11:10:39.863Z] #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-10-08T11:10:39.863Z] #0 9.655 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-10-08T11:10:40.086Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [2025-10-08T11:10:40.129Z] #152 ... [2025-10-08T11:10:40.129Z] [2025-10-08T11:10:40.129Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-10-08T11:10:40.129Z] #0 9.429 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [Pipeline] sh [2025-10-08T11:10:40.394Z] #153 ... [2025-10-08T11:10:40.394Z] [2025-10-08T11:10:40.394Z] #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-10-08T11:10:40.394Z] #0 9.680 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-10-08T11:10:40.394Z] #154 ... [2025-10-08T11:10:40.394Z] [2025-10-08T11:10:40.394Z] #144 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-10-08T11:10:40.394Z] #144 9.634 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-10-08T11:10:40.408Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:10:40.408Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-10-08T11:10:40.408Z] 7d5568e05218: Preparing [2025-10-08T11:10:40.408Z] 4458941d8dc1: Preparing [2025-10-08T11:10:40.408Z] 0d50916b91b9: Preparing [2025-10-08T11:10:40.408Z] 37b747ec6407: Preparing [2025-10-08T11:10:40.408Z] d7ba4570317b: Preparing [2025-10-08T11:10:40.408Z] 55d0604f387d: Preparing [2025-10-08T11:10:40.408Z] 93cbffcaf23a: Preparing [2025-10-08T11:10:40.408Z] 81ac412e6551: Preparing [2025-10-08T11:10:40.408Z] f7a72a3fae94: Preparing [2025-10-08T11:10:40.408Z] 7cd90d6388c1: Preparing [2025-10-08T11:10:40.408Z] 097100c76c15: Preparing [2025-10-08T11:10:40.408Z] 93cbffcaf23a: Waiting [2025-10-08T11:10:40.408Z] 81ac412e6551: Waiting [2025-10-08T11:10:40.408Z] f7a72a3fae94: Waiting [2025-10-08T11:10:40.408Z] 7cd90d6388c1: Waiting [2025-10-08T11:10:40.408Z] 097100c76c15: Waiting [2025-10-08T11:10:40.408Z] 55d0604f387d: Waiting [2025-10-08T11:10:40.408Z] 4458941d8dc1: Pushed [2025-10-08T11:10:40.408Z] 37b747ec6407: Pushed [2025-10-08T11:10:40.408Z] 7d5568e05218: Pushed [2025-10-08T11:10:40.408Z] d7ba4570317b: Pushed [2025-10-08T11:10:40.408Z] 55d0604f387d: Layer already exists [2025-10-08T11:10:40.408Z] 93cbffcaf23a: Layer already exists [2025-10-08T11:10:40.408Z] 097100c76c15: Layer already exists [2025-10-08T11:10:40.665Z] 81ac412e6551: Pushed [2025-10-08T11:10:40.665Z] f7a72a3fae94: Pushed [2025-10-08T11:10:42.565Z] 7cd90d6388c1: Pushed [2025-10-08T11:10:43.131Z] 0d50916b91b9: Pushed [2025-10-08T11:10:43.131Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c: digest: sha256:bf24c49105ff36d3eab6434578339cc5d28d7332fc3c52767ecf14c17e4e43bb size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:43.476Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:43.799Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-10-08T11:10:43.799Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-10-08T11:10:43.799Z] 7d5568e05218: Preparing [2025-10-08T11:10:43.799Z] 4458941d8dc1: Preparing [2025-10-08T11:10:43.799Z] 0d50916b91b9: Preparing [2025-10-08T11:10:43.799Z] 37b747ec6407: Preparing [2025-10-08T11:10:43.799Z] d7ba4570317b: Preparing [2025-10-08T11:10:43.799Z] 55d0604f387d: Preparing [2025-10-08T11:10:43.799Z] 93cbffcaf23a: Preparing [2025-10-08T11:10:43.799Z] 81ac412e6551: Preparing [2025-10-08T11:10:43.799Z] f7a72a3fae94: Preparing [2025-10-08T11:10:43.799Z] 7cd90d6388c1: Preparing [2025-10-08T11:10:43.799Z] 097100c76c15: Preparing [2025-10-08T11:10:43.800Z] 93cbffcaf23a: Waiting [2025-10-08T11:10:43.800Z] 81ac412e6551: Waiting [2025-10-08T11:10:43.800Z] f7a72a3fae94: Waiting [2025-10-08T11:10:43.800Z] 7cd90d6388c1: Waiting [2025-10-08T11:10:43.800Z] 097100c76c15: Waiting [2025-10-08T11:10:43.800Z] 55d0604f387d: Waiting [2025-10-08T11:10:43.800Z] 0d50916b91b9: Layer already exists [2025-10-08T11:10:43.800Z] 37b747ec6407: Layer already exists [2025-10-08T11:10:43.800Z] 4458941d8dc1: Layer already exists [2025-10-08T11:10:43.800Z] d7ba4570317b: Layer already exists [2025-10-08T11:10:43.800Z] 7d5568e05218: Layer already exists [2025-10-08T11:10:43.800Z] 55d0604f387d: Layer already exists [2025-10-08T11:10:43.800Z] 81ac412e6551: Layer already exists [2025-10-08T11:10:43.800Z] f7a72a3fae94: Layer already exists [2025-10-08T11:10:43.800Z] 93cbffcaf23a: Layer already exists [2025-10-08T11:10:43.800Z] 7cd90d6388c1: Layer already exists [2025-10-08T11:10:43.800Z] 097100c76c15: Layer already exists [2025-10-08T11:10:43.800Z] latest: digest: sha256:bf24c49105ff36d3eab6434578339cc5d28d7332fc3c52767ecf14c17e4e43bb size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:44.126Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:44.450Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.65 [2025-10-08T11:10:44.450Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-10-08T11:10:44.450Z] 7d5568e05218: Preparing [2025-10-08T11:10:44.450Z] 4458941d8dc1: Preparing [2025-10-08T11:10:44.450Z] 0d50916b91b9: Preparing [2025-10-08T11:10:44.450Z] 37b747ec6407: Preparing [2025-10-08T11:10:44.450Z] d7ba4570317b: Preparing [2025-10-08T11:10:44.450Z] 55d0604f387d: Preparing [2025-10-08T11:10:44.450Z] 93cbffcaf23a: Preparing [2025-10-08T11:10:44.450Z] 81ac412e6551: Preparing [2025-10-08T11:10:44.450Z] f7a72a3fae94: Preparing [2025-10-08T11:10:44.450Z] 7cd90d6388c1: Preparing [2025-10-08T11:10:44.450Z] 097100c76c15: Preparing [2025-10-08T11:10:44.450Z] 81ac412e6551: Waiting [2025-10-08T11:10:44.450Z] f7a72a3fae94: Waiting [2025-10-08T11:10:44.450Z] 7cd90d6388c1: Waiting [2025-10-08T11:10:44.450Z] 55d0604f387d: Waiting [2025-10-08T11:10:44.450Z] 097100c76c15: Waiting [2025-10-08T11:10:44.450Z] 93cbffcaf23a: Waiting [2025-10-08T11:10:44.450Z] d7ba4570317b: Layer already exists [2025-10-08T11:10:44.450Z] 7d5568e05218: Layer already exists [2025-10-08T11:10:44.450Z] 37b747ec6407: Layer already exists [2025-10-08T11:10:44.450Z] 4458941d8dc1: Layer already exists [2025-10-08T11:10:44.450Z] 0d50916b91b9: Layer already exists [2025-10-08T11:10:44.450Z] 55d0604f387d: Layer already exists [2025-10-08T11:10:44.450Z] f7a72a3fae94: Layer already exists [2025-10-08T11:10:44.450Z] 93cbffcaf23a: Layer already exists [2025-10-08T11:10:44.450Z] 7cd90d6388c1: Layer already exists [2025-10-08T11:10:44.450Z] 81ac412e6551: Layer already exists [2025-10-08T11:10:44.450Z] 097100c76c15: Layer already exists [2025-10-08T11:10:44.450Z] 4.1.0-dev.65: digest: sha256:bf24c49105ff36d3eab6434578339cc5d28d7332fc3c52767ecf14c17e4e43bb size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:44.780Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:45.105Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:10:45.105Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-10-08T11:10:45.105Z] 7d5568e05218: Preparing [2025-10-08T11:10:45.105Z] 4458941d8dc1: Preparing [2025-10-08T11:10:45.105Z] 0d50916b91b9: Preparing [2025-10-08T11:10:45.105Z] 37b747ec6407: Preparing [2025-10-08T11:10:45.105Z] d7ba4570317b: Preparing [2025-10-08T11:10:45.105Z] 55d0604f387d: Preparing [2025-10-08T11:10:45.105Z] 93cbffcaf23a: Preparing [2025-10-08T11:10:45.105Z] 81ac412e6551: Preparing [2025-10-08T11:10:45.105Z] f7a72a3fae94: Preparing [2025-10-08T11:10:45.105Z] 7cd90d6388c1: Preparing [2025-10-08T11:10:45.105Z] 097100c76c15: Preparing [2025-10-08T11:10:45.105Z] 55d0604f387d: Waiting [2025-10-08T11:10:45.105Z] 81ac412e6551: Waiting [2025-10-08T11:10:45.105Z] f7a72a3fae94: Waiting [2025-10-08T11:10:45.105Z] 93cbffcaf23a: Waiting [2025-10-08T11:10:45.105Z] 097100c76c15: Waiting [2025-10-08T11:10:45.105Z] d7ba4570317b: Layer already exists [2025-10-08T11:10:45.105Z] 4458941d8dc1: Layer already exists [2025-10-08T11:10:45.105Z] 0d50916b91b9: Layer already exists [2025-10-08T11:10:45.105Z] 7d5568e05218: Layer already exists [2025-10-08T11:10:45.105Z] 37b747ec6407: Layer already exists [2025-10-08T11:10:45.105Z] 93cbffcaf23a: Layer already exists [2025-10-08T11:10:45.105Z] 55d0604f387d: Layer already exists [2025-10-08T11:10:45.105Z] f7a72a3fae94: Layer already exists [2025-10-08T11:10:45.105Z] 81ac412e6551: Layer already exists [2025-10-08T11:10:45.105Z] 7cd90d6388c1: Layer already exists [2025-10-08T11:10:45.105Z] 097100c76c15: Layer already exists [2025-10-08T11:10:45.105Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65: digest: sha256:bf24c49105ff36d3eab6434578339cc5d28d7332fc3c52767ecf14c17e4e43bb size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:45.434Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:45.766Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-10-08T11:10:45.766Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-10-08T11:10:45.766Z] 7d5568e05218: Preparing [2025-10-08T11:10:45.766Z] 4458941d8dc1: Preparing [2025-10-08T11:10:45.766Z] 0d50916b91b9: Preparing [2025-10-08T11:10:45.766Z] 37b747ec6407: Preparing [2025-10-08T11:10:45.766Z] d7ba4570317b: Preparing [2025-10-08T11:10:45.766Z] 55d0604f387d: Preparing [2025-10-08T11:10:45.766Z] 93cbffcaf23a: Preparing [2025-10-08T11:10:45.766Z] 81ac412e6551: Preparing [2025-10-08T11:10:45.766Z] f7a72a3fae94: Preparing [2025-10-08T11:10:45.766Z] 7cd90d6388c1: Preparing [2025-10-08T11:10:45.766Z] 097100c76c15: Preparing [2025-10-08T11:10:45.766Z] 93cbffcaf23a: Waiting [2025-10-08T11:10:45.766Z] f7a72a3fae94: Waiting [2025-10-08T11:10:45.766Z] 097100c76c15: Waiting [2025-10-08T11:10:45.766Z] 7cd90d6388c1: Waiting [2025-10-08T11:10:45.766Z] 55d0604f387d: Waiting [2025-10-08T11:10:45.766Z] 81ac412e6551: Waiting [2025-10-08T11:10:45.766Z] 37b747ec6407: Layer already exists [2025-10-08T11:10:45.766Z] 0d50916b91b9: Layer already exists [2025-10-08T11:10:45.766Z] d7ba4570317b: Layer already exists [2025-10-08T11:10:45.766Z] 4458941d8dc1: Layer already exists [2025-10-08T11:10:45.766Z] 7d5568e05218: Layer already exists [2025-10-08T11:10:45.766Z] 81ac412e6551: Layer already exists [2025-10-08T11:10:45.766Z] 55d0604f387d: Layer already exists [2025-10-08T11:10:45.766Z] f7a72a3fae94: Layer already exists [2025-10-08T11:10:45.766Z] 93cbffcaf23a: Layer already exists [2025-10-08T11:10:45.766Z] 7cd90d6388c1: Layer already exists [2025-10-08T11:10:45.766Z] 097100c76c15: Layer already exists [2025-10-08T11:10:45.766Z] main: digest: sha256:bf24c49105ff36d3eab6434578339cc5d28d7332fc3c52767ecf14c17e4e43bb size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-10-08T11:10:45.852Z] ===================================================== [Pipeline] echo [2025-10-08T11:10:45.871Z] taggedImages: [2025-10-08T11:10:45.871Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:10:45.871Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-10-08T11:10:45.871Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.65 [2025-10-08T11:10:45.871Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:10:45.871Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2025-10-08T11:10:45.908Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2025-10-08T11:10:45.908Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:10:45.908Z] latest [2025-10-08T11:10:45.908Z] 4.1.0-dev.65 [2025-10-08T11:10:45.908Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:10:45.908Z] main [2025-10-08T11:10:45.908Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:46.262Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:46.587Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:10:46.587Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-10-08T11:10:46.587Z] 5f2b4c088c8e: Preparing [2025-10-08T11:10:46.587Z] ef88022406be: Preparing [2025-10-08T11:10:46.587Z] 51096676bd59: Preparing [2025-10-08T11:10:46.587Z] 052171c3ef6c: Preparing [2025-10-08T11:10:46.587Z] 3c8e33e4a21a: Preparing [2025-10-08T11:10:46.587Z] 1046f4f0dce3: Preparing [2025-10-08T11:10:46.587Z] 8e1e35ac1d58: Preparing [2025-10-08T11:10:46.587Z] 55d0604f387d: Preparing [2025-10-08T11:10:46.587Z] 93cbffcaf23a: Preparing [2025-10-08T11:10:46.587Z] 15329589d25a: Preparing [2025-10-08T11:10:46.587Z] 5d75b137ee6a: Preparing [2025-10-08T11:10:46.587Z] 097100c76c15: Preparing [2025-10-08T11:10:46.587Z] 1046f4f0dce3: Waiting [2025-10-08T11:10:46.587Z] 8e1e35ac1d58: Waiting [2025-10-08T11:10:46.587Z] 55d0604f387d: Waiting [2025-10-08T11:10:46.587Z] 93cbffcaf23a: Waiting [2025-10-08T11:10:46.587Z] 15329589d25a: Waiting [2025-10-08T11:10:46.587Z] 5d75b137ee6a: Waiting [2025-10-08T11:10:46.587Z] 097100c76c15: Waiting [2025-10-08T11:10:46.587Z] 5f2b4c088c8e: Pushed [2025-10-08T11:10:46.587Z] ef88022406be: Pushed [2025-10-08T11:10:46.587Z] 3c8e33e4a21a: Pushed [2025-10-08T11:10:46.587Z] 55d0604f387d: Layer already exists [2025-10-08T11:10:46.587Z] 93cbffcaf23a: Layer already exists [2025-10-08T11:10:46.587Z] 8e1e35ac1d58: Pushed [2025-10-08T11:10:46.847Z] 1046f4f0dce3: Pushed [2025-10-08T11:10:46.847Z] 097100c76c15: Layer already exists [2025-10-08T11:10:47.413Z] 15329589d25a: Pushed [2025-10-08T11:10:47.978Z] 5d75b137ee6a: Pushed [2025-10-08T11:10:49.354Z] 052171c3ef6c: Pushed [2025-10-08T11:10:49.354Z] 51096676bd59: Pushed [2025-10-08T11:10:49.354Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c: digest: sha256:d4a3a60fa947e9465cd326ea5379dd7f40f94391eaa1557228171385891ae2d2 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:49.682Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:50.003Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-10-08T11:10:50.003Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-10-08T11:10:50.003Z] 5f2b4c088c8e: Preparing [2025-10-08T11:10:50.003Z] ef88022406be: Preparing [2025-10-08T11:10:50.003Z] 51096676bd59: Preparing [2025-10-08T11:10:50.003Z] 052171c3ef6c: Preparing [2025-10-08T11:10:50.003Z] 3c8e33e4a21a: Preparing [2025-10-08T11:10:50.003Z] 1046f4f0dce3: Preparing [2025-10-08T11:10:50.003Z] 8e1e35ac1d58: Preparing [2025-10-08T11:10:50.003Z] 55d0604f387d: Preparing [2025-10-08T11:10:50.003Z] 93cbffcaf23a: Preparing [2025-10-08T11:10:50.003Z] 15329589d25a: Preparing [2025-10-08T11:10:50.003Z] 5d75b137ee6a: Preparing [2025-10-08T11:10:50.003Z] 097100c76c15: Preparing [2025-10-08T11:10:50.003Z] 1046f4f0dce3: Waiting [2025-10-08T11:10:50.003Z] 8e1e35ac1d58: Waiting [2025-10-08T11:10:50.003Z] 55d0604f387d: Waiting [2025-10-08T11:10:50.003Z] 93cbffcaf23a: Waiting [2025-10-08T11:10:50.003Z] 15329589d25a: Waiting [2025-10-08T11:10:50.003Z] 5d75b137ee6a: Waiting [2025-10-08T11:10:50.003Z] 097100c76c15: Waiting [2025-10-08T11:10:50.003Z] ef88022406be: Layer already exists [2025-10-08T11:10:50.003Z] 5f2b4c088c8e: Layer already exists [2025-10-08T11:10:50.003Z] 51096676bd59: Layer already exists [2025-10-08T11:10:50.003Z] 052171c3ef6c: Layer already exists [2025-10-08T11:10:50.003Z] 3c8e33e4a21a: Layer already exists [2025-10-08T11:10:50.003Z] 1046f4f0dce3: Layer already exists [2025-10-08T11:10:50.003Z] 8e1e35ac1d58: Layer already exists [2025-10-08T11:10:50.003Z] 55d0604f387d: Layer already exists [2025-10-08T11:10:50.003Z] 15329589d25a: Layer already exists [2025-10-08T11:10:50.003Z] 93cbffcaf23a: Layer already exists [2025-10-08T11:10:50.003Z] 5d75b137ee6a: Layer already exists [2025-10-08T11:10:50.003Z] 097100c76c15: Layer already exists [2025-10-08T11:10:50.003Z] latest: digest: sha256:d4a3a60fa947e9465cd326ea5379dd7f40f94391eaa1557228171385891ae2d2 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:50.329Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:50.653Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.65 [2025-10-08T11:10:50.653Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-10-08T11:10:50.653Z] 5f2b4c088c8e: Preparing [2025-10-08T11:10:50.653Z] ef88022406be: Preparing [2025-10-08T11:10:50.653Z] 51096676bd59: Preparing [2025-10-08T11:10:50.653Z] 052171c3ef6c: Preparing [2025-10-08T11:10:50.653Z] 3c8e33e4a21a: Preparing [2025-10-08T11:10:50.653Z] 1046f4f0dce3: Preparing [2025-10-08T11:10:50.653Z] 8e1e35ac1d58: Preparing [2025-10-08T11:10:50.653Z] 55d0604f387d: Preparing [2025-10-08T11:10:50.653Z] 93cbffcaf23a: Preparing [2025-10-08T11:10:50.653Z] 15329589d25a: Preparing [2025-10-08T11:10:50.653Z] 5d75b137ee6a: Preparing [2025-10-08T11:10:50.653Z] 097100c76c15: Preparing [2025-10-08T11:10:50.653Z] 097100c76c15: Waiting [2025-10-08T11:10:50.653Z] 5d75b137ee6a: Waiting [2025-10-08T11:10:50.653Z] 55d0604f387d: Waiting [2025-10-08T11:10:50.653Z] 93cbffcaf23a: Waiting [2025-10-08T11:10:50.653Z] 1046f4f0dce3: Waiting [2025-10-08T11:10:50.653Z] 15329589d25a: Waiting [2025-10-08T11:10:50.653Z] 8e1e35ac1d58: Waiting [2025-10-08T11:10:50.653Z] 3c8e33e4a21a: Layer already exists [2025-10-08T11:10:50.653Z] ef88022406be: Layer already exists [2025-10-08T11:10:50.653Z] 51096676bd59: Layer already exists [2025-10-08T11:10:50.653Z] 052171c3ef6c: Layer already exists [2025-10-08T11:10:50.653Z] 5f2b4c088c8e: Layer already exists [2025-10-08T11:10:50.653Z] 1046f4f0dce3: Layer already exists [2025-10-08T11:10:50.653Z] 8e1e35ac1d58: Layer already exists [2025-10-08T11:10:50.653Z] 55d0604f387d: Layer already exists [2025-10-08T11:10:50.653Z] 93cbffcaf23a: Layer already exists [2025-10-08T11:10:50.653Z] 15329589d25a: Layer already exists [2025-10-08T11:10:50.653Z] 5d75b137ee6a: Layer already exists [2025-10-08T11:10:50.653Z] 097100c76c15: Layer already exists [2025-10-08T11:10:50.653Z] 4.1.0-dev.65: digest: sha256:d4a3a60fa947e9465cd326ea5379dd7f40f94391eaa1557228171385891ae2d2 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:50.984Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:51.314Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:10:51.314Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-10-08T11:10:51.314Z] 5f2b4c088c8e: Preparing [2025-10-08T11:10:51.314Z] ef88022406be: Preparing [2025-10-08T11:10:51.314Z] 51096676bd59: Preparing [2025-10-08T11:10:51.314Z] 052171c3ef6c: Preparing [2025-10-08T11:10:51.314Z] 3c8e33e4a21a: Preparing [2025-10-08T11:10:51.314Z] 1046f4f0dce3: Preparing [2025-10-08T11:10:51.314Z] 8e1e35ac1d58: Preparing [2025-10-08T11:10:51.314Z] 55d0604f387d: Preparing [2025-10-08T11:10:51.314Z] 93cbffcaf23a: Preparing [2025-10-08T11:10:51.314Z] 15329589d25a: Preparing [2025-10-08T11:10:51.314Z] 5d75b137ee6a: Preparing [2025-10-08T11:10:51.314Z] 097100c76c15: Preparing [2025-10-08T11:10:51.314Z] 55d0604f387d: Waiting [2025-10-08T11:10:51.314Z] 93cbffcaf23a: Waiting [2025-10-08T11:10:51.314Z] 15329589d25a: Waiting [2025-10-08T11:10:51.314Z] 5d75b137ee6a: Waiting [2025-10-08T11:10:51.314Z] 097100c76c15: Waiting [2025-10-08T11:10:51.314Z] 1046f4f0dce3: Waiting [2025-10-08T11:10:51.314Z] 8e1e35ac1d58: Waiting [2025-10-08T11:10:51.314Z] 51096676bd59: Layer already exists [2025-10-08T11:10:51.314Z] 3c8e33e4a21a: Layer already exists [2025-10-08T11:10:51.314Z] ef88022406be: Layer already exists [2025-10-08T11:10:51.314Z] 052171c3ef6c: Layer already exists [2025-10-08T11:10:51.314Z] 5f2b4c088c8e: Layer already exists [2025-10-08T11:10:51.314Z] 93cbffcaf23a: Layer already exists [2025-10-08T11:10:51.314Z] 8e1e35ac1d58: Layer already exists [2025-10-08T11:10:51.314Z] 55d0604f387d: Layer already exists [2025-10-08T11:10:51.314Z] 1046f4f0dce3: Layer already exists [2025-10-08T11:10:51.314Z] 15329589d25a: Layer already exists [2025-10-08T11:10:51.314Z] 097100c76c15: Layer already exists [2025-10-08T11:10:51.314Z] 5d75b137ee6a: Layer already exists [2025-10-08T11:10:51.314Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65: digest: sha256:d4a3a60fa947e9465cd326ea5379dd7f40f94391eaa1557228171385891ae2d2 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:51.647Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:51.979Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-10-08T11:10:51.979Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-10-08T11:10:51.979Z] 5f2b4c088c8e: Preparing [2025-10-08T11:10:51.979Z] ef88022406be: Preparing [2025-10-08T11:10:51.979Z] 51096676bd59: Preparing [2025-10-08T11:10:51.979Z] 052171c3ef6c: Preparing [2025-10-08T11:10:51.979Z] 3c8e33e4a21a: Preparing [2025-10-08T11:10:51.979Z] 1046f4f0dce3: Preparing [2025-10-08T11:10:51.979Z] 8e1e35ac1d58: Preparing [2025-10-08T11:10:51.979Z] 55d0604f387d: Preparing [2025-10-08T11:10:51.979Z] 93cbffcaf23a: Preparing [2025-10-08T11:10:51.979Z] 15329589d25a: Preparing [2025-10-08T11:10:51.979Z] 5d75b137ee6a: Preparing [2025-10-08T11:10:51.979Z] 097100c76c15: Preparing [2025-10-08T11:10:51.979Z] 8e1e35ac1d58: Waiting [2025-10-08T11:10:51.979Z] 1046f4f0dce3: Waiting [2025-10-08T11:10:51.979Z] 55d0604f387d: Waiting [2025-10-08T11:10:51.979Z] 93cbffcaf23a: Waiting [2025-10-08T11:10:51.979Z] 15329589d25a: Waiting [2025-10-08T11:10:51.979Z] 5d75b137ee6a: Waiting [2025-10-08T11:10:51.979Z] 097100c76c15: Waiting [2025-10-08T11:10:51.979Z] 052171c3ef6c: Layer already exists [2025-10-08T11:10:51.979Z] ef88022406be: Layer already exists [2025-10-08T11:10:51.979Z] 5f2b4c088c8e: Layer already exists [2025-10-08T11:10:51.979Z] 3c8e33e4a21a: Layer already exists [2025-10-08T11:10:51.979Z] 51096676bd59: Layer already exists [2025-10-08T11:10:51.979Z] 55d0604f387d: Layer already exists [2025-10-08T11:10:51.979Z] 8e1e35ac1d58: Layer already exists [2025-10-08T11:10:51.979Z] 1046f4f0dce3: Layer already exists [2025-10-08T11:10:51.979Z] 93cbffcaf23a: Layer already exists [2025-10-08T11:10:51.979Z] 15329589d25a: Layer already exists [2025-10-08T11:10:51.979Z] 5d75b137ee6a: Layer already exists [2025-10-08T11:10:51.979Z] 097100c76c15: Layer already exists [2025-10-08T11:10:51.979Z] main: digest: sha256:d4a3a60fa947e9465cd326ea5379dd7f40f94391eaa1557228171385891ae2d2 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-10-08T11:10:52.063Z] ===================================================== [Pipeline] echo [2025-10-08T11:10:52.080Z] taggedImages: [2025-10-08T11:10:52.080Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:10:52.080Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-10-08T11:10:52.080Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.65 [2025-10-08T11:10:52.080Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:10:52.080Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2025-10-08T11:10:52.111Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2025-10-08T11:10:52.111Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:10:52.111Z] latest [2025-10-08T11:10:52.111Z] 4.1.0-dev.65 [2025-10-08T11:10:52.111Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:10:52.111Z] main [2025-10-08T11:10:52.111Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:52.456Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:52.782Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:10:52.782Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-10-08T11:10:52.782Z] 9b8756ac7c39: Preparing [2025-10-08T11:10:52.782Z] 585eadaafa09: Preparing [2025-10-08T11:10:52.782Z] 55d0604f387d: Preparing [2025-10-08T11:10:52.782Z] 93cbffcaf23a: Preparing [2025-10-08T11:10:52.782Z] 97cd4d4e92ec: Preparing [2025-10-08T11:10:52.782Z] 2c346a21b841: Preparing [2025-10-08T11:10:52.782Z] 097100c76c15: Preparing [2025-10-08T11:10:52.782Z] 2c346a21b841: Waiting [2025-10-08T11:10:52.782Z] 097100c76c15: Waiting [2025-10-08T11:10:52.782Z] 55d0604f387d: Layer already exists [2025-10-08T11:10:52.782Z] 93cbffcaf23a: Layer already exists [2025-10-08T11:10:52.782Z] 097100c76c15: Layer already exists [2025-10-08T11:10:52.782Z] 9b8756ac7c39: Pushed [2025-10-08T11:10:53.350Z] 97cd4d4e92ec: Pushed [2025-10-08T11:10:53.609Z] 2c346a21b841: Pushed [2025-10-08T11:10:56.143Z] 585eadaafa09: Pushed [2025-10-08T11:10:56.143Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c: digest: sha256:321fb78509abedbb7595b1e7be2300ddf9f8b389006f635b013ed842b7c6f85b size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:56.467Z] + 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-10-08T11:10:56.794Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-10-08T11:10:56.794Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-10-08T11:10:56.794Z] 9b8756ac7c39: Preparing [2025-10-08T11:10:56.794Z] 585eadaafa09: Preparing [2025-10-08T11:10:56.794Z] 55d0604f387d: Preparing [2025-10-08T11:10:56.794Z] 93cbffcaf23a: Preparing [2025-10-08T11:10:56.794Z] 97cd4d4e92ec: Preparing [2025-10-08T11:10:56.794Z] 2c346a21b841: Preparing [2025-10-08T11:10:56.794Z] 097100c76c15: Preparing [2025-10-08T11:10:56.794Z] 2c346a21b841: Waiting [2025-10-08T11:10:56.794Z] 097100c76c15: Waiting [2025-10-08T11:10:56.794Z] 9b8756ac7c39: Layer already exists [2025-10-08T11:10:56.794Z] 55d0604f387d: Layer already exists [2025-10-08T11:10:56.794Z] 93cbffcaf23a: Layer already exists [2025-10-08T11:10:56.794Z] 585eadaafa09: Layer already exists [2025-10-08T11:10:56.794Z] 97cd4d4e92ec: Layer already exists [2025-10-08T11:10:56.794Z] 2c346a21b841: Layer already exists [2025-10-08T11:10:56.794Z] 097100c76c15: Layer already exists [2025-10-08T11:10:56.794Z] latest: digest: sha256:321fb78509abedbb7595b1e7be2300ddf9f8b389006f635b013ed842b7c6f85b size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:57.130Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:57.461Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.65 [2025-10-08T11:10:57.461Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-10-08T11:10:57.461Z] 9b8756ac7c39: Preparing [2025-10-08T11:10:57.461Z] 585eadaafa09: Preparing [2025-10-08T11:10:57.461Z] 55d0604f387d: Preparing [2025-10-08T11:10:57.461Z] 93cbffcaf23a: Preparing [2025-10-08T11:10:57.461Z] 97cd4d4e92ec: Preparing [2025-10-08T11:10:57.461Z] 2c346a21b841: Preparing [2025-10-08T11:10:57.461Z] 097100c76c15: Preparing [2025-10-08T11:10:57.461Z] 2c346a21b841: Waiting [2025-10-08T11:10:57.461Z] 097100c76c15: Waiting [2025-10-08T11:10:57.461Z] 93cbffcaf23a: Layer already exists [2025-10-08T11:10:57.461Z] 97cd4d4e92ec: Layer already exists [2025-10-08T11:10:57.461Z] 55d0604f387d: Layer already exists [2025-10-08T11:10:57.461Z] 585eadaafa09: Layer already exists [2025-10-08T11:10:57.461Z] 9b8756ac7c39: Layer already exists [2025-10-08T11:10:57.461Z] 2c346a21b841: Layer already exists [2025-10-08T11:10:57.461Z] 097100c76c15: Layer already exists [2025-10-08T11:10:57.461Z] 4.1.0-dev.65: digest: sha256:321fb78509abedbb7595b1e7be2300ddf9f8b389006f635b013ed842b7c6f85b size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:57.805Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:58.133Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:10:58.133Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-10-08T11:10:58.133Z] 9b8756ac7c39: Preparing [2025-10-08T11:10:58.133Z] 585eadaafa09: Preparing [2025-10-08T11:10:58.133Z] 55d0604f387d: Preparing [2025-10-08T11:10:58.133Z] 93cbffcaf23a: Preparing [2025-10-08T11:10:58.133Z] 97cd4d4e92ec: Preparing [2025-10-08T11:10:58.133Z] 2c346a21b841: Preparing [2025-10-08T11:10:58.133Z] 097100c76c15: Preparing [2025-10-08T11:10:58.133Z] 2c346a21b841: Waiting [2025-10-08T11:10:58.133Z] 097100c76c15: Waiting [2025-10-08T11:10:58.133Z] 97cd4d4e92ec: Layer already exists [2025-10-08T11:10:58.133Z] 93cbffcaf23a: Layer already exists [2025-10-08T11:10:58.133Z] 55d0604f387d: Layer already exists [2025-10-08T11:10:58.133Z] 9b8756ac7c39: Layer already exists [2025-10-08T11:10:58.133Z] 585eadaafa09: Layer already exists [2025-10-08T11:10:58.133Z] 2c346a21b841: Layer already exists [2025-10-08T11:10:58.133Z] 097100c76c15: Layer already exists [2025-10-08T11:10:58.133Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65: digest: sha256:321fb78509abedbb7595b1e7be2300ddf9f8b389006f635b013ed842b7c6f85b size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:58.467Z] + 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-10-08T11:10:58.802Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-10-08T11:10:58.802Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-10-08T11:10:58.802Z] 9b8756ac7c39: Preparing [2025-10-08T11:10:58.802Z] 585eadaafa09: Preparing [2025-10-08T11:10:58.802Z] 55d0604f387d: Preparing [2025-10-08T11:10:58.802Z] 93cbffcaf23a: Preparing [2025-10-08T11:10:58.802Z] 97cd4d4e92ec: Preparing [2025-10-08T11:10:58.802Z] 2c346a21b841: Preparing [2025-10-08T11:10:58.802Z] 097100c76c15: Preparing [2025-10-08T11:10:58.802Z] 2c346a21b841: Waiting [2025-10-08T11:10:58.802Z] 097100c76c15: Waiting [2025-10-08T11:10:58.802Z] 93cbffcaf23a: Layer already exists [2025-10-08T11:10:58.802Z] 97cd4d4e92ec: Layer already exists [2025-10-08T11:10:58.802Z] 55d0604f387d: Layer already exists [2025-10-08T11:10:58.802Z] 9b8756ac7c39: Layer already exists [2025-10-08T11:10:58.802Z] 585eadaafa09: Layer already exists [2025-10-08T11:10:58.802Z] 2c346a21b841: Layer already exists [2025-10-08T11:10:58.802Z] 097100c76c15: Layer already exists [2025-10-08T11:10:58.802Z] main: digest: sha256:321fb78509abedbb7595b1e7be2300ddf9f8b389006f635b013ed842b7c6f85b size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-10-08T11:10:58.882Z] ===================================================== [Pipeline] echo [2025-10-08T11:10:58.898Z] taggedImages: [2025-10-08T11:10:58.898Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:10:58.898Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-10-08T11:10:58.898Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.65 [2025-10-08T11:10:58.898Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:10:58.898Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2025-10-08T11:10:58.924Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2025-10-08T11:10:58.924Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:10:58.924Z] latest [2025-10-08T11:10:58.924Z] 4.1.0-dev.65 [2025-10-08T11:10:58.924Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:10:58.924Z] main [2025-10-08T11:10:58.924Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:59.267Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:10:59.594Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:10:59.594Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-10-08T11:10:59.594Z] 0ca4859d8ac6: Preparing [2025-10-08T11:10:59.594Z] 620893c74743: Preparing [2025-10-08T11:10:59.594Z] 61824b8e2325: Preparing [2025-10-08T11:10:59.594Z] 55d0604f387d: Preparing [2025-10-08T11:10:59.594Z] 93cbffcaf23a: Preparing [2025-10-08T11:10:59.594Z] 7c0a3bea93b3: Preparing [2025-10-08T11:10:59.594Z] 233c445022d0: Preparing [2025-10-08T11:10:59.594Z] 105c514b9c84: Preparing [2025-10-08T11:10:59.594Z] 3bcc55699c06: Preparing [2025-10-08T11:10:59.594Z] 097100c76c15: Preparing [2025-10-08T11:10:59.594Z] 7c0a3bea93b3: Waiting [2025-10-08T11:10:59.594Z] 3bcc55699c06: Waiting [2025-10-08T11:10:59.594Z] 097100c76c15: Waiting [2025-10-08T11:10:59.594Z] 233c445022d0: Waiting [2025-10-08T11:10:59.594Z] 105c514b9c84: Waiting [2025-10-08T11:10:59.594Z] 55d0604f387d: Layer already exists [2025-10-08T11:10:59.594Z] 93cbffcaf23a: Layer already exists [2025-10-08T11:10:59.594Z] 620893c74743: Pushed [2025-10-08T11:10:59.594Z] 0ca4859d8ac6: Pushed [2025-10-08T11:10:59.594Z] 61824b8e2325: Pushed [2025-10-08T11:10:59.594Z] 097100c76c15: Layer already exists [2025-10-08T11:10:59.853Z] 105c514b9c84: Pushed [2025-10-08T11:11:00.793Z] 3bcc55699c06: Pushed [2025-10-08T11:11:04.097Z] 233c445022d0: Pushed [2025-10-08T11:11:10.681Z] 7c0a3bea93b3: Pushed [2025-10-08T11:11:10.940Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c: digest: sha256:e151587624a7665da0394cb0fca76aef9c669c07474bcaf32c9e7154cab7098f size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:11:11.278Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:11:11.599Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-10-08T11:11:11.600Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-10-08T11:11:11.600Z] 0ca4859d8ac6: Preparing [2025-10-08T11:11:11.600Z] 620893c74743: Preparing [2025-10-08T11:11:11.600Z] 61824b8e2325: Preparing [2025-10-08T11:11:11.600Z] 55d0604f387d: Preparing [2025-10-08T11:11:11.600Z] 93cbffcaf23a: Preparing [2025-10-08T11:11:11.600Z] 7c0a3bea93b3: Preparing [2025-10-08T11:11:11.600Z] 233c445022d0: Preparing [2025-10-08T11:11:11.600Z] 105c514b9c84: Preparing [2025-10-08T11:11:11.600Z] 7c0a3bea93b3: Waiting [2025-10-08T11:11:11.600Z] 233c445022d0: Waiting [2025-10-08T11:11:11.600Z] 3bcc55699c06: Preparing [2025-10-08T11:11:11.600Z] 097100c76c15: Preparing [2025-10-08T11:11:11.600Z] 3bcc55699c06: Waiting [2025-10-08T11:11:11.600Z] 105c514b9c84: Waiting [2025-10-08T11:11:11.600Z] 097100c76c15: Waiting [2025-10-08T11:11:11.600Z] 61824b8e2325: Layer already exists [2025-10-08T11:11:11.600Z] 93cbffcaf23a: Layer already exists [2025-10-08T11:11:11.600Z] 0ca4859d8ac6: Layer already exists [2025-10-08T11:11:11.600Z] 620893c74743: Layer already exists [2025-10-08T11:11:11.600Z] 55d0604f387d: Layer already exists [2025-10-08T11:11:11.600Z] 7c0a3bea93b3: Layer already exists [2025-10-08T11:11:11.600Z] 233c445022d0: Layer already exists [2025-10-08T11:11:11.600Z] 3bcc55699c06: Layer already exists [2025-10-08T11:11:11.600Z] 105c514b9c84: Layer already exists [2025-10-08T11:11:11.600Z] 097100c76c15: Layer already exists [2025-10-08T11:11:11.600Z] latest: digest: sha256:e151587624a7665da0394cb0fca76aef9c669c07474bcaf32c9e7154cab7098f size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:11:11.923Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:11:12.255Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.65 [2025-10-08T11:11:12.255Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-10-08T11:11:12.255Z] 0ca4859d8ac6: Preparing [2025-10-08T11:11:12.255Z] 620893c74743: Preparing [2025-10-08T11:11:12.255Z] 61824b8e2325: Preparing [2025-10-08T11:11:12.255Z] 55d0604f387d: Preparing [2025-10-08T11:11:12.255Z] 93cbffcaf23a: Preparing [2025-10-08T11:11:12.255Z] 7c0a3bea93b3: Preparing [2025-10-08T11:11:12.255Z] 233c445022d0: Preparing [2025-10-08T11:11:12.255Z] 105c514b9c84: Preparing [2025-10-08T11:11:12.255Z] 3bcc55699c06: Preparing [2025-10-08T11:11:12.255Z] 097100c76c15: Preparing [2025-10-08T11:11:12.255Z] 3bcc55699c06: Waiting [2025-10-08T11:11:12.255Z] 097100c76c15: Waiting [2025-10-08T11:11:12.255Z] 7c0a3bea93b3: Waiting [2025-10-08T11:11:12.255Z] 233c445022d0: Waiting [2025-10-08T11:11:12.255Z] 105c514b9c84: Waiting [2025-10-08T11:11:12.255Z] 93cbffcaf23a: Layer already exists [2025-10-08T11:11:12.255Z] 61824b8e2325: Layer already exists [2025-10-08T11:11:12.255Z] 620893c74743: Layer already exists [2025-10-08T11:11:12.255Z] 0ca4859d8ac6: Layer already exists [2025-10-08T11:11:12.255Z] 55d0604f387d: Layer already exists [2025-10-08T11:11:12.255Z] 233c445022d0: Layer already exists [2025-10-08T11:11:12.255Z] 7c0a3bea93b3: Layer already exists [2025-10-08T11:11:12.255Z] 105c514b9c84: Layer already exists [2025-10-08T11:11:12.255Z] 097100c76c15: Layer already exists [2025-10-08T11:11:12.255Z] 3bcc55699c06: Layer already exists [2025-10-08T11:11:12.255Z] 4.1.0-dev.65: digest: sha256:e151587624a7665da0394cb0fca76aef9c669c07474bcaf32c9e7154cab7098f size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:11:12.589Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:11:12.948Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:11:12.948Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-10-08T11:11:12.948Z] 0ca4859d8ac6: Preparing [2025-10-08T11:11:12.948Z] 620893c74743: Preparing [2025-10-08T11:11:12.948Z] 61824b8e2325: Preparing [2025-10-08T11:11:12.948Z] 55d0604f387d: Preparing [2025-10-08T11:11:12.948Z] 93cbffcaf23a: Preparing [2025-10-08T11:11:12.948Z] 7c0a3bea93b3: Preparing [2025-10-08T11:11:12.948Z] 233c445022d0: Preparing [2025-10-08T11:11:12.948Z] 105c514b9c84: Preparing [2025-10-08T11:11:12.948Z] 3bcc55699c06: Preparing [2025-10-08T11:11:12.948Z] 097100c76c15: Preparing [2025-10-08T11:11:12.948Z] 7c0a3bea93b3: Waiting [2025-10-08T11:11:12.948Z] 233c445022d0: Waiting [2025-10-08T11:11:12.948Z] 105c514b9c84: Waiting [2025-10-08T11:11:12.948Z] 3bcc55699c06: Waiting [2025-10-08T11:11:12.948Z] 097100c76c15: Waiting [2025-10-08T11:11:12.948Z] 61824b8e2325: Layer already exists [2025-10-08T11:11:12.948Z] 93cbffcaf23a: Layer already exists [2025-10-08T11:11:12.948Z] 55d0604f387d: Layer already exists [2025-10-08T11:11:12.948Z] 620893c74743: Layer already exists [2025-10-08T11:11:12.948Z] 0ca4859d8ac6: Layer already exists [2025-10-08T11:11:12.948Z] 105c514b9c84: Layer already exists [2025-10-08T11:11:12.948Z] 233c445022d0: Layer already exists [2025-10-08T11:11:12.948Z] 3bcc55699c06: Layer already exists [2025-10-08T11:11:12.948Z] 7c0a3bea93b3: Layer already exists [2025-10-08T11:11:12.948Z] 097100c76c15: Layer already exists [2025-10-08T11:11:12.948Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65: digest: sha256:e151587624a7665da0394cb0fca76aef9c669c07474bcaf32c9e7154cab7098f size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:11:13.355Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:11:13.713Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-10-08T11:11:13.713Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-10-08T11:11:13.713Z] 0ca4859d8ac6: Preparing [2025-10-08T11:11:13.713Z] 620893c74743: Preparing [2025-10-08T11:11:13.713Z] 61824b8e2325: Preparing [2025-10-08T11:11:13.713Z] 55d0604f387d: Preparing [2025-10-08T11:11:13.713Z] 93cbffcaf23a: Preparing [2025-10-08T11:11:13.713Z] 7c0a3bea93b3: Preparing [2025-10-08T11:11:13.713Z] 233c445022d0: Preparing [2025-10-08T11:11:13.713Z] 105c514b9c84: Preparing [2025-10-08T11:11:13.713Z] 3bcc55699c06: Preparing [2025-10-08T11:11:13.713Z] 097100c76c15: Preparing [2025-10-08T11:11:13.713Z] 7c0a3bea93b3: Waiting [2025-10-08T11:11:13.713Z] 233c445022d0: Waiting [2025-10-08T11:11:13.713Z] 105c514b9c84: Waiting [2025-10-08T11:11:13.713Z] 097100c76c15: Waiting [2025-10-08T11:11:13.713Z] 3bcc55699c06: Waiting [2025-10-08T11:11:13.713Z] 620893c74743: Layer already exists [2025-10-08T11:11:13.713Z] 61824b8e2325: Layer already exists [2025-10-08T11:11:13.713Z] 93cbffcaf23a: Layer already exists [2025-10-08T11:11:13.713Z] 0ca4859d8ac6: Layer already exists [2025-10-08T11:11:13.713Z] 55d0604f387d: Layer already exists [2025-10-08T11:11:13.713Z] 7c0a3bea93b3: Layer already exists [2025-10-08T11:11:13.713Z] 233c445022d0: Layer already exists [2025-10-08T11:11:13.713Z] 097100c76c15: Layer already exists [2025-10-08T11:11:13.713Z] 105c514b9c84: Layer already exists [2025-10-08T11:11:13.713Z] 3bcc55699c06: Layer already exists [2025-10-08T11:11:13.713Z] main: digest: sha256:e151587624a7665da0394cb0fca76aef9c669c07474bcaf32c9e7154cab7098f size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-10-08T11:11:13.791Z] ===================================================== [Pipeline] echo [2025-10-08T11:11:13.804Z] taggedImages: [2025-10-08T11:11:13.804Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:11:13.804Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-10-08T11:11:13.804Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.65 [2025-10-08T11:11:13.804Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:11:13.804Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2025-10-08T11:11:13.830Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2025-10-08T11:11:13.830Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:11:13.830Z] latest [2025-10-08T11:11:13.830Z] 4.1.0-dev.65 [2025-10-08T11:11:13.830Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:11:13.830Z] main [2025-10-08T11:11:13.830Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:11:14.174Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:11:14.501Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:11:14.501Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-10-08T11:11:14.501Z] 1d1a5f899ea5: Preparing [2025-10-08T11:11:14.501Z] 6f833295e94b: Preparing [2025-10-08T11:11:14.501Z] 9a408b3802b4: Preparing [2025-10-08T11:11:14.501Z] 55d0604f387d: Preparing [2025-10-08T11:11:14.501Z] 93cbffcaf23a: Preparing [2025-10-08T11:11:14.501Z] 9b5b347a1a96: Preparing [2025-10-08T11:11:14.501Z] a408e7618471: Preparing [2025-10-08T11:11:14.501Z] 1f5a9a4aece0: Preparing [2025-10-08T11:11:14.501Z] 097100c76c15: Preparing [2025-10-08T11:11:14.501Z] 9b5b347a1a96: Waiting [2025-10-08T11:11:14.501Z] a408e7618471: Waiting [2025-10-08T11:11:14.501Z] 097100c76c15: Waiting [2025-10-08T11:11:14.501Z] 1f5a9a4aece0: Waiting [2025-10-08T11:11:14.501Z] 55d0604f387d: Layer already exists [2025-10-08T11:11:14.501Z] 93cbffcaf23a: Layer already exists [2025-10-08T11:11:14.501Z] 6f833295e94b: Pushed [2025-10-08T11:11:14.501Z] 1d1a5f899ea5: Pushed [2025-10-08T11:11:14.501Z] 9a408b3802b4: Pushed [2025-10-08T11:11:14.501Z] 097100c76c15: Layer already exists [2025-10-08T11:11:14.759Z] 1f5a9a4aece0: Pushed [2025-10-08T11:11:15.326Z] a408e7618471: Pushed [2025-10-08T11:11:27.526Z] 9b5b347a1a96: Pushed [2025-10-08T11:11:27.526Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c: digest: sha256:80947f291a4f2ba324458b382baf97e47e5e2400b31ccc44133b01d5f2cd6026 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:11:27.859Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:11:28.194Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-10-08T11:11:28.194Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-10-08T11:11:28.194Z] 1d1a5f899ea5: Preparing [2025-10-08T11:11:28.194Z] 6f833295e94b: Preparing [2025-10-08T11:11:28.194Z] 9a408b3802b4: Preparing [2025-10-08T11:11:28.194Z] 55d0604f387d: Preparing [2025-10-08T11:11:28.194Z] 93cbffcaf23a: Preparing [2025-10-08T11:11:28.194Z] 9b5b347a1a96: Preparing [2025-10-08T11:11:28.194Z] a408e7618471: Preparing [2025-10-08T11:11:28.194Z] 1f5a9a4aece0: Preparing [2025-10-08T11:11:28.194Z] 097100c76c15: Preparing [2025-10-08T11:11:28.194Z] 9b5b347a1a96: Waiting [2025-10-08T11:11:28.194Z] a408e7618471: Waiting [2025-10-08T11:11:28.194Z] 1f5a9a4aece0: Waiting [2025-10-08T11:11:28.194Z] 097100c76c15: Waiting [2025-10-08T11:11:28.194Z] 93cbffcaf23a: Layer already exists [2025-10-08T11:11:28.194Z] 9a408b3802b4: Layer already exists [2025-10-08T11:11:28.194Z] 6f833295e94b: Layer already exists [2025-10-08T11:11:28.194Z] 55d0604f387d: Layer already exists [2025-10-08T11:11:28.194Z] 1d1a5f899ea5: Layer already exists [2025-10-08T11:11:28.194Z] 9b5b347a1a96: Layer already exists [2025-10-08T11:11:28.194Z] a408e7618471: Layer already exists [2025-10-08T11:11:28.194Z] 1f5a9a4aece0: Layer already exists [2025-10-08T11:11:28.194Z] 097100c76c15: Layer already exists [2025-10-08T11:11:28.194Z] latest: digest: sha256:80947f291a4f2ba324458b382baf97e47e5e2400b31ccc44133b01d5f2cd6026 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:11:28.526Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:11:28.867Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.65 [2025-10-08T11:11:28.867Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-10-08T11:11:28.867Z] 1d1a5f899ea5: Preparing [2025-10-08T11:11:28.867Z] 6f833295e94b: Preparing [2025-10-08T11:11:28.867Z] 9a408b3802b4: Preparing [2025-10-08T11:11:28.867Z] 55d0604f387d: Preparing [2025-10-08T11:11:28.867Z] 93cbffcaf23a: Preparing [2025-10-08T11:11:28.867Z] 9b5b347a1a96: Preparing [2025-10-08T11:11:28.867Z] a408e7618471: Preparing [2025-10-08T11:11:28.867Z] 1f5a9a4aece0: Preparing [2025-10-08T11:11:28.867Z] 097100c76c15: Preparing [2025-10-08T11:11:28.867Z] a408e7618471: Waiting [2025-10-08T11:11:28.867Z] 1f5a9a4aece0: Waiting [2025-10-08T11:11:28.867Z] 9b5b347a1a96: Waiting [2025-10-08T11:11:28.867Z] 097100c76c15: Waiting [2025-10-08T11:11:28.867Z] 93cbffcaf23a: Layer already exists [2025-10-08T11:11:28.867Z] 1d1a5f899ea5: Layer already exists [2025-10-08T11:11:28.867Z] 6f833295e94b: Layer already exists [2025-10-08T11:11:28.867Z] 55d0604f387d: Layer already exists [2025-10-08T11:11:28.867Z] 9a408b3802b4: Layer already exists [2025-10-08T11:11:28.867Z] 097100c76c15: Layer already exists [2025-10-08T11:11:28.867Z] 1f5a9a4aece0: Layer already exists [2025-10-08T11:11:28.867Z] 9b5b347a1a96: Layer already exists [2025-10-08T11:11:28.867Z] a408e7618471: Layer already exists [2025-10-08T11:11:28.867Z] 4.1.0-dev.65: digest: sha256:80947f291a4f2ba324458b382baf97e47e5e2400b31ccc44133b01d5f2cd6026 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:11:29.205Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:11:29.529Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:11:29.530Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-10-08T11:11:29.530Z] 1d1a5f899ea5: Preparing [2025-10-08T11:11:29.530Z] 6f833295e94b: Preparing [2025-10-08T11:11:29.530Z] 9a408b3802b4: Preparing [2025-10-08T11:11:29.530Z] 55d0604f387d: Preparing [2025-10-08T11:11:29.530Z] 93cbffcaf23a: Preparing [2025-10-08T11:11:29.530Z] 9b5b347a1a96: Preparing [2025-10-08T11:11:29.530Z] a408e7618471: Preparing [2025-10-08T11:11:29.530Z] 1f5a9a4aece0: Preparing [2025-10-08T11:11:29.530Z] 097100c76c15: Preparing [2025-10-08T11:11:29.530Z] a408e7618471: Waiting [2025-10-08T11:11:29.530Z] 9b5b347a1a96: Waiting [2025-10-08T11:11:29.530Z] 1f5a9a4aece0: Waiting [2025-10-08T11:11:29.530Z] 097100c76c15: Waiting [2025-10-08T11:11:29.530Z] 1d1a5f899ea5: Layer already exists [2025-10-08T11:11:29.530Z] 55d0604f387d: Layer already exists [2025-10-08T11:11:29.530Z] 6f833295e94b: Layer already exists [2025-10-08T11:11:29.530Z] 93cbffcaf23a: Layer already exists [2025-10-08T11:11:29.530Z] 9a408b3802b4: Layer already exists [2025-10-08T11:11:29.530Z] a408e7618471: Layer already exists [2025-10-08T11:11:29.530Z] 1f5a9a4aece0: Layer already exists [2025-10-08T11:11:29.530Z] 9b5b347a1a96: Layer already exists [2025-10-08T11:11:29.530Z] 097100c76c15: Layer already exists [2025-10-08T11:11:29.530Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65: digest: sha256:80947f291a4f2ba324458b382baf97e47e5e2400b31ccc44133b01d5f2cd6026 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:11:29.862Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:11:30.183Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-10-08T11:11:30.183Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-10-08T11:11:30.183Z] 1d1a5f899ea5: Preparing [2025-10-08T11:11:30.183Z] 6f833295e94b: Preparing [2025-10-08T11:11:30.183Z] 9a408b3802b4: Preparing [2025-10-08T11:11:30.183Z] 55d0604f387d: Preparing [2025-10-08T11:11:30.183Z] 93cbffcaf23a: Preparing [2025-10-08T11:11:30.183Z] 9b5b347a1a96: Preparing [2025-10-08T11:11:30.183Z] a408e7618471: Preparing [2025-10-08T11:11:30.183Z] 1f5a9a4aece0: Preparing [2025-10-08T11:11:30.183Z] 097100c76c15: Preparing [2025-10-08T11:11:30.183Z] 9b5b347a1a96: Waiting [2025-10-08T11:11:30.183Z] a408e7618471: Waiting [2025-10-08T11:11:30.183Z] 1f5a9a4aece0: Waiting [2025-10-08T11:11:30.183Z] 097100c76c15: Waiting [2025-10-08T11:11:30.183Z] 93cbffcaf23a: Layer already exists [2025-10-08T11:11:30.183Z] 9a408b3802b4: Layer already exists [2025-10-08T11:11:30.183Z] 1d1a5f899ea5: Layer already exists [2025-10-08T11:11:30.183Z] 6f833295e94b: Layer already exists [2025-10-08T11:11:30.183Z] 55d0604f387d: Layer already exists [2025-10-08T11:11:30.183Z] a408e7618471: Layer already exists [2025-10-08T11:11:30.183Z] 1f5a9a4aece0: Layer already exists [2025-10-08T11:11:30.183Z] 9b5b347a1a96: Layer already exists [2025-10-08T11:11:30.183Z] 097100c76c15: Layer already exists [2025-10-08T11:11:30.183Z] main: digest: sha256:80947f291a4f2ba324458b382baf97e47e5e2400b31ccc44133b01d5f2cd6026 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-10-08T11:11:30.262Z] ===================================================== [Pipeline] echo [2025-10-08T11:11:30.274Z] taggedImages: [2025-10-08T11:11:30.274Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:11:30.274Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-10-08T11:11:30.274Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.65 [2025-10-08T11:11:30.274Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:11:30.274Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2025-10-08T11:11:30.306Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2025-10-08T11:11:30.306Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:11:30.306Z] latest [2025-10-08T11:11:30.306Z] 4.1.0-dev.65 [2025-10-08T11:11:30.306Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:11:30.306Z] main [2025-10-08T11:11:30.306Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:11:30.670Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:11:30.999Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:11:30.999Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-10-08T11:11:30.999Z] 0ca4859d8ac6: Preparing [2025-10-08T11:11:30.999Z] 8344aca79462: Preparing [2025-10-08T11:11:30.999Z] c8b25c39aa72: Preparing [2025-10-08T11:11:30.999Z] 55d0604f387d: Preparing [2025-10-08T11:11:30.999Z] 93cbffcaf23a: Preparing [2025-10-08T11:11:30.999Z] 7c0a3bea93b3: Preparing [2025-10-08T11:11:30.999Z] 105c514b9c84: Preparing [2025-10-08T11:11:30.999Z] 3bcc55699c06: Preparing [2025-10-08T11:11:30.999Z] 097100c76c15: Preparing [2025-10-08T11:11:30.999Z] 7c0a3bea93b3: Waiting [2025-10-08T11:11:30.999Z] 105c514b9c84: Waiting [2025-10-08T11:11:30.999Z] 3bcc55699c06: Waiting [2025-10-08T11:11:30.999Z] 097100c76c15: Waiting [2025-10-08T11:11:30.999Z] 0ca4859d8ac6: Layer already exists [2025-10-08T11:11:30.999Z] 55d0604f387d: Layer already exists [2025-10-08T11:11:30.999Z] 93cbffcaf23a: Layer already exists [2025-10-08T11:11:30.999Z] 7c0a3bea93b3: Layer already exists [2025-10-08T11:11:30.999Z] 3bcc55699c06: Layer already exists [2025-10-08T11:11:30.999Z] 105c514b9c84: Layer already exists [2025-10-08T11:11:30.999Z] 097100c76c15: Layer already exists [2025-10-08T11:11:30.999Z] 8344aca79462: Pushed [2025-10-08T11:11:30.999Z] c8b25c39aa72: Pushed [2025-10-08T11:11:31.259Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c: digest: sha256:0bcf9bb33646895dfe65b7be1583ccb7b189260135db6bd473fe37d1ef025295 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:11:31.585Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:11:31.907Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-10-08T11:11:31.907Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-10-08T11:11:31.907Z] 0ca4859d8ac6: Preparing [2025-10-08T11:11:31.907Z] 8344aca79462: Preparing [2025-10-08T11:11:31.907Z] c8b25c39aa72: Preparing [2025-10-08T11:11:31.907Z] 55d0604f387d: Preparing [2025-10-08T11:11:31.907Z] 93cbffcaf23a: Preparing [2025-10-08T11:11:31.907Z] 7c0a3bea93b3: Preparing [2025-10-08T11:11:31.907Z] 105c514b9c84: Preparing [2025-10-08T11:11:31.907Z] 3bcc55699c06: Preparing [2025-10-08T11:11:31.907Z] 097100c76c15: Preparing [2025-10-08T11:11:31.907Z] 7c0a3bea93b3: Waiting [2025-10-08T11:11:31.907Z] 105c514b9c84: Waiting [2025-10-08T11:11:31.907Z] 3bcc55699c06: Waiting [2025-10-08T11:11:31.907Z] 097100c76c15: Waiting [2025-10-08T11:11:31.907Z] 0ca4859d8ac6: Layer already exists [2025-10-08T11:11:31.907Z] 55d0604f387d: Layer already exists [2025-10-08T11:11:31.907Z] c8b25c39aa72: Layer already exists [2025-10-08T11:11:31.907Z] 93cbffcaf23a: Layer already exists [2025-10-08T11:11:31.907Z] 8344aca79462: Layer already exists [2025-10-08T11:11:31.907Z] 7c0a3bea93b3: Layer already exists [2025-10-08T11:11:31.907Z] 105c514b9c84: Layer already exists [2025-10-08T11:11:31.907Z] 3bcc55699c06: Layer already exists [2025-10-08T11:11:31.907Z] 097100c76c15: Layer already exists [2025-10-08T11:11:31.907Z] latest: digest: sha256:0bcf9bb33646895dfe65b7be1583ccb7b189260135db6bd473fe37d1ef025295 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:11:32.236Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:11:32.557Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.65 [2025-10-08T11:11:32.557Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-10-08T11:11:32.557Z] 0ca4859d8ac6: Preparing [2025-10-08T11:11:32.557Z] 8344aca79462: Preparing [2025-10-08T11:11:32.557Z] c8b25c39aa72: Preparing [2025-10-08T11:11:32.557Z] 55d0604f387d: Preparing [2025-10-08T11:11:32.557Z] 93cbffcaf23a: Preparing [2025-10-08T11:11:32.557Z] 7c0a3bea93b3: Preparing [2025-10-08T11:11:32.557Z] 105c514b9c84: Preparing [2025-10-08T11:11:32.557Z] 3bcc55699c06: Preparing [2025-10-08T11:11:32.557Z] 097100c76c15: Preparing [2025-10-08T11:11:32.557Z] 105c514b9c84: Waiting [2025-10-08T11:11:32.557Z] 3bcc55699c06: Waiting [2025-10-08T11:11:32.557Z] 097100c76c15: Waiting [2025-10-08T11:11:32.557Z] 7c0a3bea93b3: Waiting [2025-10-08T11:11:32.557Z] 0ca4859d8ac6: Layer already exists [2025-10-08T11:11:32.557Z] c8b25c39aa72: Layer already exists [2025-10-08T11:11:32.557Z] 8344aca79462: Layer already exists [2025-10-08T11:11:32.557Z] 55d0604f387d: Layer already exists [2025-10-08T11:11:32.557Z] 93cbffcaf23a: Layer already exists [2025-10-08T11:11:32.557Z] 3bcc55699c06: Layer already exists [2025-10-08T11:11:32.557Z] 7c0a3bea93b3: Layer already exists [2025-10-08T11:11:32.557Z] 105c514b9c84: Layer already exists [2025-10-08T11:11:32.557Z] 097100c76c15: Layer already exists [2025-10-08T11:11:32.557Z] 4.1.0-dev.65: digest: sha256:0bcf9bb33646895dfe65b7be1583ccb7b189260135db6bd473fe37d1ef025295 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:11:32.881Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:11:33.212Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:11:33.212Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-10-08T11:11:33.212Z] 0ca4859d8ac6: Preparing [2025-10-08T11:11:33.212Z] 8344aca79462: Preparing [2025-10-08T11:11:33.212Z] c8b25c39aa72: Preparing [2025-10-08T11:11:33.212Z] 55d0604f387d: Preparing [2025-10-08T11:11:33.212Z] 93cbffcaf23a: Preparing [2025-10-08T11:11:33.212Z] 7c0a3bea93b3: Preparing [2025-10-08T11:11:33.212Z] 105c514b9c84: Preparing [2025-10-08T11:11:33.212Z] 3bcc55699c06: Preparing [2025-10-08T11:11:33.212Z] 097100c76c15: Preparing [2025-10-08T11:11:33.212Z] 7c0a3bea93b3: Waiting [2025-10-08T11:11:33.212Z] 105c514b9c84: Waiting [2025-10-08T11:11:33.212Z] 097100c76c15: Waiting [2025-10-08T11:11:33.212Z] 3bcc55699c06: Waiting [2025-10-08T11:11:33.212Z] 8344aca79462: Layer already exists [2025-10-08T11:11:33.212Z] 0ca4859d8ac6: Layer already exists [2025-10-08T11:11:33.212Z] c8b25c39aa72: Layer already exists [2025-10-08T11:11:33.212Z] 93cbffcaf23a: Layer already exists [2025-10-08T11:11:33.212Z] 55d0604f387d: Layer already exists [2025-10-08T11:11:33.212Z] 3bcc55699c06: Layer already exists [2025-10-08T11:11:33.212Z] 105c514b9c84: Layer already exists [2025-10-08T11:11:33.212Z] 7c0a3bea93b3: Layer already exists [2025-10-08T11:11:33.212Z] 097100c76c15: Layer already exists [2025-10-08T11:11:33.212Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65: digest: sha256:0bcf9bb33646895dfe65b7be1583ccb7b189260135db6bd473fe37d1ef025295 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:11:33.539Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:11:33.858Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-10-08T11:11:33.858Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-10-08T11:11:33.858Z] 0ca4859d8ac6: Preparing [2025-10-08T11:11:33.858Z] 8344aca79462: Preparing [2025-10-08T11:11:33.858Z] c8b25c39aa72: Preparing [2025-10-08T11:11:33.858Z] 55d0604f387d: Preparing [2025-10-08T11:11:33.858Z] 93cbffcaf23a: Preparing [2025-10-08T11:11:33.858Z] 7c0a3bea93b3: Preparing [2025-10-08T11:11:33.858Z] 105c514b9c84: Preparing [2025-10-08T11:11:33.858Z] 3bcc55699c06: Preparing [2025-10-08T11:11:33.858Z] 097100c76c15: Preparing [2025-10-08T11:11:33.858Z] 105c514b9c84: Waiting [2025-10-08T11:11:33.858Z] 097100c76c15: Waiting [2025-10-08T11:11:33.858Z] 3bcc55699c06: Waiting [2025-10-08T11:11:33.858Z] 7c0a3bea93b3: Waiting [2025-10-08T11:11:33.858Z] c8b25c39aa72: Layer already exists [2025-10-08T11:11:33.858Z] 93cbffcaf23a: Layer already exists [2025-10-08T11:11:33.858Z] 55d0604f387d: Layer already exists [2025-10-08T11:11:33.858Z] 0ca4859d8ac6: Layer already exists [2025-10-08T11:11:33.858Z] 8344aca79462: Layer already exists [2025-10-08T11:11:33.858Z] 7c0a3bea93b3: Layer already exists [2025-10-08T11:11:33.858Z] 105c514b9c84: Layer already exists [2025-10-08T11:11:33.858Z] 3bcc55699c06: Layer already exists [2025-10-08T11:11:33.858Z] 097100c76c15: Layer already exists [2025-10-08T11:11:33.858Z] main: digest: sha256:0bcf9bb33646895dfe65b7be1583ccb7b189260135db6bd473fe37d1ef025295 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-10-08T11:11:33.931Z] ===================================================== [Pipeline] echo [2025-10-08T11:11:33.946Z] taggedImages: [2025-10-08T11:11:33.946Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:11:33.946Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-10-08T11:11:33.946Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.65 [2025-10-08T11:11:33.946Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:11:33.946Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2025-10-08T11:11:33.975Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2025-10-08T11:11:33.975Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:11:33.975Z] latest [2025-10-08T11:11:33.975Z] 4.1.0-dev.65 [2025-10-08T11:11:33.975Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:11:33.975Z] main [2025-10-08T11:11:33.975Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:11:34.308Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:11:34.621Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:11:34.621Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-10-08T11:11:34.621Z] 76a960e13c05: Preparing [2025-10-08T11:11:34.621Z] e82a1389183f: Preparing [2025-10-08T11:11:34.621Z] 55d0604f387d: Preparing [2025-10-08T11:11:34.621Z] 93cbffcaf23a: Preparing [2025-10-08T11:11:34.621Z] 0d81d6d2162a: Preparing [2025-10-08T11:11:34.621Z] e220289ed245: Preparing [2025-10-08T11:11:34.621Z] 097100c76c15: Preparing [2025-10-08T11:11:34.621Z] 097100c76c15: Waiting [2025-10-08T11:11:34.621Z] e220289ed245: Waiting [2025-10-08T11:11:34.621Z] 55d0604f387d: Layer already exists [2025-10-08T11:11:34.621Z] 93cbffcaf23a: Layer already exists [2025-10-08T11:11:34.621Z] 097100c76c15: Layer already exists [2025-10-08T11:11:34.621Z] 76a960e13c05: Pushed [2025-10-08T11:11:35.187Z] e220289ed245: Pushed [2025-10-08T11:11:35.187Z] 0d81d6d2162a: Pushed [2025-10-08T11:11:38.475Z] e82a1389183f: Pushed [2025-10-08T11:11:38.734Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c: digest: sha256:a59de679822a0bff0e302d5f2d9f78a9a9f9a5866cdbd59a655d439acf0ba091 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:11:39.062Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:11:39.381Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-10-08T11:11:39.381Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-10-08T11:11:39.381Z] 76a960e13c05: Preparing [2025-10-08T11:11:39.381Z] e82a1389183f: Preparing [2025-10-08T11:11:39.381Z] 55d0604f387d: Preparing [2025-10-08T11:11:39.381Z] 93cbffcaf23a: Preparing [2025-10-08T11:11:39.381Z] 0d81d6d2162a: Preparing [2025-10-08T11:11:39.381Z] e220289ed245: Preparing [2025-10-08T11:11:39.381Z] 097100c76c15: Preparing [2025-10-08T11:11:39.381Z] e220289ed245: Waiting [2025-10-08T11:11:39.381Z] 097100c76c15: Waiting [2025-10-08T11:11:39.381Z] 55d0604f387d: Layer already exists [2025-10-08T11:11:39.381Z] e82a1389183f: Layer already exists [2025-10-08T11:11:39.381Z] 76a960e13c05: Layer already exists [2025-10-08T11:11:39.381Z] 93cbffcaf23a: Layer already exists [2025-10-08T11:11:39.381Z] 0d81d6d2162a: Layer already exists [2025-10-08T11:11:39.381Z] e220289ed245: Layer already exists [2025-10-08T11:11:39.381Z] 097100c76c15: Layer already exists [2025-10-08T11:11:39.381Z] latest: digest: sha256:a59de679822a0bff0e302d5f2d9f78a9a9f9a5866cdbd59a655d439acf0ba091 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:11:39.711Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:11:40.040Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.65 [2025-10-08T11:11:40.040Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-10-08T11:11:40.040Z] 76a960e13c05: Preparing [2025-10-08T11:11:40.040Z] e82a1389183f: Preparing [2025-10-08T11:11:40.040Z] 55d0604f387d: Preparing [2025-10-08T11:11:40.040Z] 93cbffcaf23a: Preparing [2025-10-08T11:11:40.040Z] 0d81d6d2162a: Preparing [2025-10-08T11:11:40.040Z] e220289ed245: Preparing [2025-10-08T11:11:40.040Z] 097100c76c15: Preparing [2025-10-08T11:11:40.040Z] 097100c76c15: Waiting [2025-10-08T11:11:40.040Z] e220289ed245: Waiting [2025-10-08T11:11:40.040Z] 93cbffcaf23a: Layer already exists [2025-10-08T11:11:40.040Z] e82a1389183f: Layer already exists [2025-10-08T11:11:40.040Z] 0d81d6d2162a: Layer already exists [2025-10-08T11:11:40.040Z] 76a960e13c05: Layer already exists [2025-10-08T11:11:40.040Z] 55d0604f387d: Layer already exists [2025-10-08T11:11:40.040Z] e220289ed245: Layer already exists [2025-10-08T11:11:40.040Z] 097100c76c15: Layer already exists [2025-10-08T11:11:40.040Z] 4.1.0-dev.65: digest: sha256:a59de679822a0bff0e302d5f2d9f78a9a9f9a5866cdbd59a655d439acf0ba091 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:11:40.369Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:11:40.704Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:11:40.704Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-10-08T11:11:40.704Z] 76a960e13c05: Preparing [2025-10-08T11:11:40.704Z] e82a1389183f: Preparing [2025-10-08T11:11:40.704Z] 55d0604f387d: Preparing [2025-10-08T11:11:40.704Z] 93cbffcaf23a: Preparing [2025-10-08T11:11:40.704Z] 0d81d6d2162a: Preparing [2025-10-08T11:11:40.704Z] e220289ed245: Preparing [2025-10-08T11:11:40.704Z] 097100c76c15: Preparing [2025-10-08T11:11:40.704Z] e220289ed245: Waiting [2025-10-08T11:11:40.704Z] 097100c76c15: Waiting [2025-10-08T11:11:40.704Z] 93cbffcaf23a: Layer already exists [2025-10-08T11:11:40.704Z] 55d0604f387d: Layer already exists [2025-10-08T11:11:40.704Z] 76a960e13c05: Layer already exists [2025-10-08T11:11:40.704Z] 0d81d6d2162a: Layer already exists [2025-10-08T11:11:40.704Z] e82a1389183f: Layer already exists [2025-10-08T11:11:40.704Z] e220289ed245: Layer already exists [2025-10-08T11:11:40.704Z] 097100c76c15: Layer already exists [2025-10-08T11:11:40.704Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65: digest: sha256:a59de679822a0bff0e302d5f2d9f78a9a9f9a5866cdbd59a655d439acf0ba091 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:11:41.032Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:11:41.352Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2025-10-08T11:11:41.352Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-10-08T11:11:41.352Z] 76a960e13c05: Preparing [2025-10-08T11:11:41.352Z] e82a1389183f: Preparing [2025-10-08T11:11:41.352Z] 55d0604f387d: Preparing [2025-10-08T11:11:41.352Z] 93cbffcaf23a: Preparing [2025-10-08T11:11:41.352Z] 0d81d6d2162a: Preparing [2025-10-08T11:11:41.352Z] e220289ed245: Preparing [2025-10-08T11:11:41.352Z] 097100c76c15: Preparing [2025-10-08T11:11:41.352Z] e220289ed245: Waiting [2025-10-08T11:11:41.352Z] 097100c76c15: Waiting [2025-10-08T11:11:41.352Z] 55d0604f387d: Layer already exists [2025-10-08T11:11:41.352Z] 76a960e13c05: Layer already exists [2025-10-08T11:11:41.352Z] 0d81d6d2162a: Layer already exists [2025-10-08T11:11:41.352Z] 93cbffcaf23a: Layer already exists [2025-10-08T11:11:41.352Z] e82a1389183f: Layer already exists [2025-10-08T11:11:41.352Z] 097100c76c15: Layer already exists [2025-10-08T11:11:41.352Z] e220289ed245: Layer already exists [2025-10-08T11:11:41.352Z] main: digest: sha256:a59de679822a0bff0e302d5f2d9f78a9a9f9a5866cdbd59a655d439acf0ba091 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-10-08T11:11:41.431Z] ===================================================== [Pipeline] echo [2025-10-08T11:11:41.447Z] taggedImages: [2025-10-08T11:11:41.447Z] - nexus3.edgexfoundry.org:10004/support-notifications:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:11:41.447Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-10-08T11:11:41.447Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.65 [2025-10-08T11:11:41.447Z] - nexus3.edgexfoundry.org:10004/support-notifications:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:11:41.447Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2025-10-08T11:11:41.472Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2025-10-08T11:11:41.472Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:11:41.472Z] latest [2025-10-08T11:11:41.472Z] 4.1.0-dev.65 [2025-10-08T11:11:41.472Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:11:41.472Z] main [2025-10-08T11:11:41.472Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:11:41.814Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:11:42.143Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:11:42.143Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-10-08T11:11:42.143Z] 1dd67256eb64: Preparing [2025-10-08T11:11:42.143Z] 690be7175037: Preparing [2025-10-08T11:11:42.143Z] 55d0604f387d: Preparing [2025-10-08T11:11:42.143Z] 93cbffcaf23a: Preparing [2025-10-08T11:11:42.143Z] c5e757a2c357: Preparing [2025-10-08T11:11:42.143Z] 120a5e3cf035: Preparing [2025-10-08T11:11:42.143Z] 097100c76c15: Preparing [2025-10-08T11:11:42.143Z] 120a5e3cf035: Waiting [2025-10-08T11:11:42.143Z] 097100c76c15: Waiting [2025-10-08T11:11:42.143Z] 55d0604f387d: Layer already exists [2025-10-08T11:11:42.143Z] 93cbffcaf23a: Layer already exists [2025-10-08T11:11:42.143Z] 097100c76c15: Layer already exists [2025-10-08T11:11:42.143Z] 1dd67256eb64: Pushed [2025-10-08T11:11:42.401Z] 120a5e3cf035: Pushed [2025-10-08T11:11:42.659Z] c5e757a2c357: Pushed [2025-10-08T11:11:45.946Z] 690be7175037: Pushed [2025-10-08T11:11:45.946Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c: digest: sha256:78718604a6eebf7d9c5ef503ff6fef6c4f6d3af1d1c7585f4d5cbb74816ff56b size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:11:46.278Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:11:46.611Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-10-08T11:11:46.611Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-10-08T11:11:46.611Z] 1dd67256eb64: Preparing [2025-10-08T11:11:46.611Z] 690be7175037: Preparing [2025-10-08T11:11:46.611Z] 55d0604f387d: Preparing [2025-10-08T11:11:46.611Z] 93cbffcaf23a: Preparing [2025-10-08T11:11:46.611Z] c5e757a2c357: Preparing [2025-10-08T11:11:46.611Z] 120a5e3cf035: Preparing [2025-10-08T11:11:46.611Z] 097100c76c15: Preparing [2025-10-08T11:11:46.611Z] 120a5e3cf035: Waiting [2025-10-08T11:11:46.611Z] 097100c76c15: Waiting [2025-10-08T11:11:46.611Z] 1dd67256eb64: Layer already exists [2025-10-08T11:11:46.611Z] 93cbffcaf23a: Layer already exists [2025-10-08T11:11:46.611Z] c5e757a2c357: Layer already exists [2025-10-08T11:11:46.611Z] 690be7175037: Layer already exists [2025-10-08T11:11:46.611Z] 55d0604f387d: Layer already exists [2025-10-08T11:11:46.611Z] 097100c76c15: Layer already exists [2025-10-08T11:11:46.611Z] 120a5e3cf035: Layer already exists [2025-10-08T11:11:46.611Z] latest: digest: sha256:78718604a6eebf7d9c5ef503ff6fef6c4f6d3af1d1c7585f4d5cbb74816ff56b size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:11:46.944Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:11:47.273Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.65 [2025-10-08T11:11:47.273Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-10-08T11:11:47.273Z] 1dd67256eb64: Preparing [2025-10-08T11:11:47.273Z] 690be7175037: Preparing [2025-10-08T11:11:47.273Z] 55d0604f387d: Preparing [2025-10-08T11:11:47.273Z] 93cbffcaf23a: Preparing [2025-10-08T11:11:47.273Z] c5e757a2c357: Preparing [2025-10-08T11:11:47.273Z] 120a5e3cf035: Preparing [2025-10-08T11:11:47.273Z] 097100c76c15: Preparing [2025-10-08T11:11:47.273Z] 120a5e3cf035: Waiting [2025-10-08T11:11:47.273Z] 097100c76c15: Waiting [2025-10-08T11:11:47.273Z] 55d0604f387d: Layer already exists [2025-10-08T11:11:47.273Z] 690be7175037: Layer already exists [2025-10-08T11:11:47.273Z] 1dd67256eb64: Layer already exists [2025-10-08T11:11:47.273Z] 93cbffcaf23a: Layer already exists [2025-10-08T11:11:47.273Z] c5e757a2c357: Layer already exists [2025-10-08T11:11:47.273Z] 120a5e3cf035: Layer already exists [2025-10-08T11:11:47.273Z] 097100c76c15: Layer already exists [2025-10-08T11:11:47.273Z] 4.1.0-dev.65: digest: sha256:78718604a6eebf7d9c5ef503ff6fef6c4f6d3af1d1c7585f4d5cbb74816ff56b size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:11:47.608Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:11:47.936Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:11:47.936Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-10-08T11:11:47.936Z] 1dd67256eb64: Preparing [2025-10-08T11:11:47.936Z] 690be7175037: Preparing [2025-10-08T11:11:47.936Z] 55d0604f387d: Preparing [2025-10-08T11:11:47.936Z] 93cbffcaf23a: Preparing [2025-10-08T11:11:47.936Z] c5e757a2c357: Preparing [2025-10-08T11:11:47.936Z] 120a5e3cf035: Preparing [2025-10-08T11:11:47.936Z] 097100c76c15: Preparing [2025-10-08T11:11:47.936Z] 120a5e3cf035: Waiting [2025-10-08T11:11:47.936Z] 097100c76c15: Waiting [2025-10-08T11:11:47.936Z] 1dd67256eb64: Layer already exists [2025-10-08T11:11:47.936Z] 690be7175037: Layer already exists [2025-10-08T11:11:47.936Z] c5e757a2c357: Layer already exists [2025-10-08T11:11:47.936Z] 93cbffcaf23a: Layer already exists [2025-10-08T11:11:47.936Z] 55d0604f387d: Layer already exists [2025-10-08T11:11:47.936Z] 120a5e3cf035: Layer already exists [2025-10-08T11:11:47.936Z] 097100c76c15: Layer already exists [2025-10-08T11:11:47.936Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65: digest: sha256:78718604a6eebf7d9c5ef503ff6fef6c4f6d3af1d1c7585f4d5cbb74816ff56b size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:11:48.272Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:11:48.617Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-10-08T11:11:48.617Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-10-08T11:11:48.617Z] 1dd67256eb64: Preparing [2025-10-08T11:11:48.617Z] 690be7175037: Preparing [2025-10-08T11:11:48.617Z] 55d0604f387d: Preparing [2025-10-08T11:11:48.617Z] 93cbffcaf23a: Preparing [2025-10-08T11:11:48.617Z] c5e757a2c357: Preparing [2025-10-08T11:11:48.617Z] 120a5e3cf035: Preparing [2025-10-08T11:11:48.617Z] 097100c76c15: Preparing [2025-10-08T11:11:48.617Z] 097100c76c15: Waiting [2025-10-08T11:11:48.617Z] 120a5e3cf035: Waiting [2025-10-08T11:11:48.617Z] 93cbffcaf23a: Layer already exists [2025-10-08T11:11:48.617Z] 1dd67256eb64: Layer already exists [2025-10-08T11:11:48.617Z] c5e757a2c357: Layer already exists [2025-10-08T11:11:48.617Z] 55d0604f387d: Layer already exists [2025-10-08T11:11:48.617Z] 690be7175037: Layer already exists [2025-10-08T11:11:48.617Z] 120a5e3cf035: Layer already exists [2025-10-08T11:11:48.617Z] 097100c76c15: Layer already exists [2025-10-08T11:11:48.617Z] main: digest: sha256:78718604a6eebf7d9c5ef503ff6fef6c4f6d3af1d1c7585f4d5cbb74816ff56b size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-10-08T11:11:48.693Z] ===================================================== [Pipeline] echo [2025-10-08T11:11:48.708Z] taggedImages: [2025-10-08T11:11:48.708Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:11:48.708Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-10-08T11:11:48.708Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.65 [2025-10-08T11:11:48.708Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:11:48.708Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo [2025-10-08T11:11:48.776Z] ========================================================= [2025-10-08T11:11:48.776Z] [edgeXBuildMultiArch] RAW Config: [2025-10-08T11:11:48.776Z] images: [2025-10-08T11:11:48.776Z] - nexus3.edgexfoundry.org:10004/core-command:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:11:48.776Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2025-10-08T11:11:48.776Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.65 [2025-10-08T11:11:48.776Z] - nexus3.edgexfoundry.org:10004/core-command:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:11:48.776Z] - nexus3.edgexfoundry.org:10004/core-command:main [2025-10-08T11:11:48.776Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:11:48.776Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-10-08T11:11:48.776Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.65 [2025-10-08T11:11:48.776Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:11:48.776Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-10-08T11:11:48.776Z] - nexus3.edgexfoundry.org:10004/core-data:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:11:48.776Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2025-10-08T11:11:48.776Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.65 [2025-10-08T11:11:48.776Z] - nexus3.edgexfoundry.org:10004/core-data:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:11:48.776Z] - nexus3.edgexfoundry.org:10004/core-data:main [2025-10-08T11:11:48.776Z] - nexus3.edgexfoundry.org:10004/core-keeper:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:11:48.776Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-10-08T11:11:48.776Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.65 [2025-10-08T11:11:48.776Z] - nexus3.edgexfoundry.org:10004/core-keeper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:11:48.776Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [2025-10-08T11:11:48.776Z] - nexus3.edgexfoundry.org:10004/core-metadata:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:11:48.776Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-10-08T11:11:48.776Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.65 [2025-10-08T11:11:48.776Z] - nexus3.edgexfoundry.org:10004/core-metadata:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:11:48.776Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [2025-10-08T11:11:48.776Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:11:48.776Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-10-08T11:11:48.776Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.65 [2025-10-08T11:11:48.776Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:11:48.776Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-10-08T11:11:48.776Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:11:48.776Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-10-08T11:11:48.776Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.65 [2025-10-08T11:11:48.776Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:11:48.776Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-10-08T11:11:48.776Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:11:48.776Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-10-08T11:11:48.776Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.65 [2025-10-08T11:11:48.776Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:11:48.776Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-10-08T11:11:48.776Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:11:48.776Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-10-08T11:11:48.776Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.65 [2025-10-08T11:11:48.776Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:11:48.776Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-10-08T11:11:48.776Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:11:48.776Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-10-08T11:11:48.776Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.65 [2025-10-08T11:11:48.776Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:11:48.776Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-10-08T11:11:48.776Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:11:48.776Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-10-08T11:11:48.776Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.65 [2025-10-08T11:11:48.776Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:11:48.776Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-10-08T11:11:48.776Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:11:48.776Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-10-08T11:11:48.776Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.65 [2025-10-08T11:11:48.776Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:11:48.776Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-10-08T11:11:48.776Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:11:48.776Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-10-08T11:11:48.776Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.65 [2025-10-08T11:11:48.776Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:11:48.776Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-10-08T11:11:48.776Z] - nexus3.edgexfoundry.org:10004/support-notifications:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:11:48.776Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-10-08T11:11:48.776Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.65 [2025-10-08T11:11:48.776Z] - nexus3.edgexfoundry.org:10004/support-notifications:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:11:48.776Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [2025-10-08T11:11:48.776Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:11:48.776Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-10-08T11:11:48.776Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.65 [2025-10-08T11:11:48.776Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:11:48.776Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-10-08T11:11:48.776Z] settingsFile: [2025-10-08T11:11:48.776Z] edgex-go-settings [2025-10-08T11:11:48.776Z] ========================================================= [Pipeline] node [2025-10-08T11:12:03.779Z] Still waiting to schedule task [2025-10-08T11:12:03.779Z] All nodes of label ‘centos7-docker-4c-2g’ are offline [2025-10-08T11:13:19.021Z] Running on prd-centos7-docker-4c-2g-116984 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-10-08T11:13:19.074Z] provisioning config files... [2025-10-08T11:13:19.099Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config15231614231480522901tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-10-08T11:13:20.068Z] ---> ****-login.sh [2025-10-08T11:13:20.068Z] nexus3.edgexfoundry.org:10001 [2025-10-08T11:13:20.333Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-08T11:13:20.605Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-10-08T11:13:20.605Z] Configure a credential helper to remove this warning. See [2025-10-08T11:13:20.605Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-10-08T11:13:20.605Z] [2025-10-08T11:13:20.605Z] Login Succeeded [2025-10-08T11:13:20.605Z] nexus3.edgexfoundry.org:10002 [2025-10-08T11:13:20.605Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-08T11:13:20.605Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-10-08T11:13:20.605Z] Configure a credential helper to remove this warning. See [2025-10-08T11:13:20.605Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-10-08T11:13:20.605Z] [2025-10-08T11:13:20.605Z] Login Succeeded [2025-10-08T11:13:20.605Z] nexus3.edgexfoundry.org:10003 [2025-10-08T11:13:20.871Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-08T11:13:20.871Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-10-08T11:13:20.871Z] Configure a credential helper to remove this warning. See [2025-10-08T11:13:20.871Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-10-08T11:13:20.871Z] [2025-10-08T11:13:20.871Z] Login Succeeded [2025-10-08T11:13:20.871Z] nexus3.edgexfoundry.org:10004 [2025-10-08T11:13:20.871Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-08T11:13:20.871Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-10-08T11:13:20.871Z] Configure a credential helper to remove this warning. See [2025-10-08T11:13:20.871Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-10-08T11:13:20.871Z] [2025-10-08T11:13:20.871Z] Login Succeeded [2025-10-08T11:13:20.871Z] ****.io [2025-10-08T11:13:20.871Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-08T11:13:21.132Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-10-08T11:13:21.132Z] Configure a credential helper to remove this warning. See [2025-10-08T11:13:21.132Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-10-08T11:13:21.132Z] [2025-10-08T11:13:21.132Z] Login Succeeded [2025-10-08T11:13:21.132Z] ---> ****-login.sh ends [Pipeline] } [2025-10-08T11:13:21.141Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-10-08T11:13:21.502Z] + docker buildx ls [2025-10-08T11:13:21.768Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-10-08T11:13:21.768Z] default * docker [2025-10-08T11:13:21.768Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-10-08T11:13:22.067Z] + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use [2025-10-08T11:13:22.067Z] edgex-builder [Pipeline] sh [2025-10-08T11:13:22.366Z] + docker buildx inspect --bootstrap [2025-10-08T11:13:22.366Z] #1 [internal] booting buildkit [2025-10-08T11:13:22.366Z] #1 pulling image moby/buildkit:buildx-stable-1 [2025-10-08T11:13:25.660Z] #1 pulling image moby/buildkit:buildx-stable-1 3.4s done [2025-10-08T11:13:25.660Z] #1 creating container buildx_buildkit_edgex-builder0 [2025-10-08T11:13:29.867Z] #1 creating container buildx_buildkit_edgex-builder0 3.5s done [2025-10-08T11:13:29.867Z] #1 DONE 6.9s [2025-10-08T11:13:29.867Z] Name: edgex-builder [2025-10-08T11:13:29.867Z] Driver: docker-container [2025-10-08T11:13:29.867Z] [2025-10-08T11:13:29.867Z] Nodes: [2025-10-08T11:13:29.867Z] Name: edgex-builder0 [2025-10-08T11:13:29.867Z] Endpoint: unix:///var/run/docker.sock [2025-10-08T11:13:29.867Z] Status: running [2025-10-08T11:13:29.867Z] Buildkit: v0.24.0 [2025-10-08T11:13:29.867Z] Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh [2025-10-08T11:13:30.159Z] + docker buildx ls [2025-10-08T11:13:30.159Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-10-08T11:13:30.159Z] edgex-builder * docker-container [2025-10-08T11:13:30.159Z] edgex-builder0 unix:///var/run/docker.sock running v0.24.0 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [2025-10-08T11:13:30.159Z] default docker [2025-10-08T11:13:30.159Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-10-08T11:13:30.458Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:4d3e8805e5e9eb3f6c86d36552e13c375795480c' [2025-10-08T11:13:30.458Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:4d3e8805e5e9eb3f6c86d36552e13c375795480c --push - [2025-10-08T11:13:30.458Z] #1 [internal] load build definition from Dockerfile [2025-10-08T11:13:30.458Z] #1 transferring dockerfile: 197B done [2025-10-08T11:13:30.458Z] #1 DONE 0.0s [2025-10-08T11:13:30.458Z] [2025-10-08T11:13:30.458Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:13:30.458Z] #2 DONE 0.1s [2025-10-08T11:13:30.458Z] [2025-10-08T11:13:30.458Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:13:30.717Z] #3 DONE 0.1s [2025-10-08T11:13:30.717Z] [2025-10-08T11:13:30.717Z] #4 [internal] load .dockerignore [2025-10-08T11:13:30.717Z] #4 transferring context: 2B done [2025-10-08T11:13:30.717Z] #4 DONE 0.0s [2025-10-08T11:13:30.717Z] [2025-10-08T11:13:30.717Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:24e09b59806ff8d1b23cb3548161a40f9b96371620b3ae74670d25a8204ae867 [2025-10-08T11:13:30.717Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:24e09b59806ff8d1b23cb3548161a40f9b96371620b3ae74670d25a8204ae867 0.0s done [2025-10-08T11:13:30.717Z] #5 DONE 0.0s [2025-10-08T11:13:30.717Z] [2025-10-08T11:13:30.717Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:24e09b59806ff8d1b23cb3548161a40f9b96371620b3ae74670d25a8204ae867 [2025-10-08T11:13:30.717Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:24e09b59806ff8d1b23cb3548161a40f9b96371620b3ae74670d25a8204ae867 0.0s done [2025-10-08T11:13:30.977Z] #6 DONE 0.1s [2025-10-08T11:13:30.977Z] [2025-10-08T11:13:30.977Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T11:13:30.977Z] #7 DONE 0.0s [2025-10-08T11:13:30.977Z] [2025-10-08T11:13:30.977Z] #8 exporting to image [2025-10-08T11:13:30.977Z] #8 exporting layers done [2025-10-08T11:13:30.977Z] #8 exporting manifest sha256:232dbf3d07efac5bec8fdd1fc444c13e891ed885c3599a487271b5689e27d751 0.0s done [2025-10-08T11:13:30.977Z] #8 exporting config sha256:c79b38c5850b1752a19b84b85d14ecfe6ce012c60ae8c451dd1e6d26761bd051 done [2025-10-08T11:13:30.977Z] #8 exporting manifest sha256:1464e2920a258ce93e7a547f9afe275cf70dbbc935915392fa321591a61d29f4 done [2025-10-08T11:13:30.977Z] #8 exporting config sha256:eec5aac462e8e9af4866009de31f5f45a869e98c57a0d41e0482486d328751cb 0.0s done [2025-10-08T11:13:30.977Z] #8 exporting manifest list sha256:e09e7489de96d10f8e6a8082741ac4c0af5767997eda708d6e755febc760e53f done [2025-10-08T11:13:30.977Z] #8 pushing layers 0.1s done [2025-10-08T11:13:30.977Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:e09e7489de96d10f8e6a8082741ac4c0af5767997eda708d6e755febc760e53f [2025-10-08T11:13:30.977Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T11:13:30.977Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:e09e7489de96d10f8e6a8082741ac4c0af5767997eda708d6e755febc760e53f 0.1s done [2025-10-08T11:13:30.977Z] #8 DONE 0.2s [2025-10-08T11:13:30.977Z] [2025-10-08T11:13:30.977Z] 1 warning found (use --debug to expand): [2025-10-08T11:13:30.977Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T11:13:31.266Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:latest' [2025-10-08T11:13:31.266Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:latest --push - [2025-10-08T11:13:31.525Z] #1 [internal] load build definition from Dockerfile [2025-10-08T11:13:31.525Z] #1 transferring dockerfile: 163B done [2025-10-08T11:13:31.525Z] #1 DONE 0.0s [2025-10-08T11:13:31.525Z] [2025-10-08T11:13:31.525Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest [2025-10-08T11:13:31.525Z] #2 ... [2025-10-08T11:13:31.525Z] [2025-10-08T11:13:31.525Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest [2025-10-08T11:13:31.525Z] #3 DONE 0.2s [2025-10-08T11:13:31.784Z] [2025-10-08T11:13:31.784Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest [2025-10-08T11:13:31.784Z] #2 DONE 0.3s [2025-10-08T11:13:31.784Z] [2025-10-08T11:13:31.784Z] #4 [internal] load .dockerignore [2025-10-08T11:13:31.784Z] #4 transferring context: 2B done [2025-10-08T11:13:31.784Z] #4 DONE 0.0s [2025-10-08T11:13:31.784Z] [2025-10-08T11:13:31.784Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:24e09b59806ff8d1b23cb3548161a40f9b96371620b3ae74670d25a8204ae867 [2025-10-08T11:13:31.784Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:24e09b59806ff8d1b23cb3548161a40f9b96371620b3ae74670d25a8204ae867 0.0s done [2025-10-08T11:13:31.784Z] #5 CACHED [2025-10-08T11:13:31.784Z] [2025-10-08T11:13:31.784Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:24e09b59806ff8d1b23cb3548161a40f9b96371620b3ae74670d25a8204ae867 [2025-10-08T11:13:31.784Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:24e09b59806ff8d1b23cb3548161a40f9b96371620b3ae74670d25a8204ae867 0.0s done [2025-10-08T11:13:31.784Z] #6 CACHED [2025-10-08T11:13:31.784Z] [2025-10-08T11:13:31.784Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T11:13:31.784Z] #7 DONE 0.0s [2025-10-08T11:13:31.784Z] [2025-10-08T11:13:31.784Z] #8 exporting to image [2025-10-08T11:13:31.784Z] #8 exporting layers done [2025-10-08T11:13:31.784Z] #8 exporting manifest sha256:232dbf3d07efac5bec8fdd1fc444c13e891ed885c3599a487271b5689e27d751 done [2025-10-08T11:13:31.784Z] #8 exporting config sha256:c79b38c5850b1752a19b84b85d14ecfe6ce012c60ae8c451dd1e6d26761bd051 done [2025-10-08T11:13:31.784Z] #8 exporting manifest sha256:1464e2920a258ce93e7a547f9afe275cf70dbbc935915392fa321591a61d29f4 done [2025-10-08T11:13:31.784Z] #8 exporting config sha256:eec5aac462e8e9af4866009de31f5f45a869e98c57a0d41e0482486d328751cb done [2025-10-08T11:13:31.784Z] #8 exporting manifest list sha256:e09e7489de96d10f8e6a8082741ac4c0af5767997eda708d6e755febc760e53f done [2025-10-08T11:13:31.784Z] #8 pushing layers 0.0s done [2025-10-08T11:13:31.784Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:e09e7489de96d10f8e6a8082741ac4c0af5767997eda708d6e755febc760e53f 0.1s done [2025-10-08T11:13:31.784Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T11:13:31.784Z] #8 DONE 0.1s [2025-10-08T11:13:31.784Z] [2025-10-08T11:13:31.784Z] 1 warning found (use --debug to expand): [2025-10-08T11:13:31.784Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T11:13:32.080Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.65 --push - [2025-10-08T11:13:32.080Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.65' [2025-10-08T11:13:32.080Z] #1 [internal] load build definition from Dockerfile [2025-10-08T11:13:32.080Z] #1 transferring dockerfile: 169B done [2025-10-08T11:13:32.080Z] #1 DONE 0.0s [2025-10-08T11:13:32.080Z] [2025-10-08T11:13:32.080Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.65 [2025-10-08T11:13:32.080Z] #2 DONE 0.0s [2025-10-08T11:13:32.080Z] [2025-10-08T11:13:32.080Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.65 [2025-10-08T11:13:32.080Z] #3 DONE 0.0s [2025-10-08T11:13:32.080Z] [2025-10-08T11:13:32.080Z] #4 [internal] load .dockerignore [2025-10-08T11:13:32.080Z] #4 transferring context: 2B done [2025-10-08T11:13:32.080Z] #4 DONE 0.0s [2025-10-08T11:13:32.339Z] [2025-10-08T11:13:32.339Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.65@sha256:24e09b59806ff8d1b23cb3548161a40f9b96371620b3ae74670d25a8204ae867 [2025-10-08T11:13:32.339Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.65@sha256:24e09b59806ff8d1b23cb3548161a40f9b96371620b3ae74670d25a8204ae867 0.0s done [2025-10-08T11:13:32.339Z] #5 CACHED [2025-10-08T11:13:32.339Z] [2025-10-08T11:13:32.339Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.65@sha256:24e09b59806ff8d1b23cb3548161a40f9b96371620b3ae74670d25a8204ae867 [2025-10-08T11:13:32.339Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.65@sha256:24e09b59806ff8d1b23cb3548161a40f9b96371620b3ae74670d25a8204ae867 0.0s done [2025-10-08T11:13:32.339Z] #6 CACHED [2025-10-08T11:13:32.339Z] [2025-10-08T11:13:32.339Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T11:13:32.339Z] #7 DONE 0.0s [2025-10-08T11:13:32.339Z] [2025-10-08T11:13:32.339Z] #8 exporting to image [2025-10-08T11:13:32.339Z] #8 exporting layers done [2025-10-08T11:13:32.339Z] #8 exporting manifest sha256:232dbf3d07efac5bec8fdd1fc444c13e891ed885c3599a487271b5689e27d751 done [2025-10-08T11:13:32.339Z] #8 exporting config sha256:c79b38c5850b1752a19b84b85d14ecfe6ce012c60ae8c451dd1e6d26761bd051 done [2025-10-08T11:13:32.339Z] #8 exporting manifest sha256:1464e2920a258ce93e7a547f9afe275cf70dbbc935915392fa321591a61d29f4 done [2025-10-08T11:13:32.339Z] #8 exporting config sha256:eec5aac462e8e9af4866009de31f5f45a869e98c57a0d41e0482486d328751cb done [2025-10-08T11:13:32.339Z] #8 exporting manifest list sha256:e09e7489de96d10f8e6a8082741ac4c0af5767997eda708d6e755febc760e53f done [2025-10-08T11:13:32.339Z] #8 pushing layers 0.0s done [2025-10-08T11:13:32.339Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.65@sha256:e09e7489de96d10f8e6a8082741ac4c0af5767997eda708d6e755febc760e53f 0.1s done [2025-10-08T11:13:32.339Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T11:13:32.339Z] #8 DONE 0.1s [2025-10-08T11:13:32.339Z] [2025-10-08T11:13:32.339Z] 1 warning found (use --debug to expand): [2025-10-08T11:13:32.339Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T11:13:32.628Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65' [2025-10-08T11:13:32.628Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 --push - [2025-10-08T11:13:32.628Z] #1 [internal] load build definition from Dockerfile [2025-10-08T11:13:32.628Z] #1 transferring dockerfile: 210B done [2025-10-08T11:13:32.628Z] #1 DONE 0.0s [2025-10-08T11:13:32.628Z] [2025-10-08T11:13:32.628Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:13:32.628Z] #2 DONE 0.0s [2025-10-08T11:13:32.628Z] [2025-10-08T11:13:32.628Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:13:32.628Z] #3 DONE 0.0s [2025-10-08T11:13:32.628Z] [2025-10-08T11:13:32.628Z] #4 [internal] load .dockerignore [2025-10-08T11:13:32.628Z] #4 transferring context: 2B done [2025-10-08T11:13:32.628Z] #4 DONE 0.0s [2025-10-08T11:13:32.628Z] [2025-10-08T11:13:32.628Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:24e09b59806ff8d1b23cb3548161a40f9b96371620b3ae74670d25a8204ae867 [2025-10-08T11:13:32.628Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:24e09b59806ff8d1b23cb3548161a40f9b96371620b3ae74670d25a8204ae867 0.0s done [2025-10-08T11:13:32.628Z] #5 CACHED [2025-10-08T11:13:32.628Z] [2025-10-08T11:13:32.628Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:24e09b59806ff8d1b23cb3548161a40f9b96371620b3ae74670d25a8204ae867 [2025-10-08T11:13:32.628Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:24e09b59806ff8d1b23cb3548161a40f9b96371620b3ae74670d25a8204ae867 0.0s done [2025-10-08T11:13:32.628Z] #6 CACHED [2025-10-08T11:13:32.628Z] [2025-10-08T11:13:32.628Z] #7 exporting to image [2025-10-08T11:13:32.628Z] #7 exporting layers done [2025-10-08T11:13:32.628Z] #7 exporting manifest sha256:232dbf3d07efac5bec8fdd1fc444c13e891ed885c3599a487271b5689e27d751 done [2025-10-08T11:13:32.628Z] #7 exporting config sha256:c79b38c5850b1752a19b84b85d14ecfe6ce012c60ae8c451dd1e6d26761bd051 done [2025-10-08T11:13:32.628Z] #7 exporting manifest sha256:1464e2920a258ce93e7a547f9afe275cf70dbbc935915392fa321591a61d29f4 done [2025-10-08T11:13:32.628Z] #7 exporting config sha256:eec5aac462e8e9af4866009de31f5f45a869e98c57a0d41e0482486d328751cb done [2025-10-08T11:13:32.628Z] #7 exporting manifest list sha256:e09e7489de96d10f8e6a8082741ac4c0af5767997eda708d6e755febc760e53f done [2025-10-08T11:13:32.628Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T11:13:32.888Z] #7 pushing layers 0.0s done [2025-10-08T11:13:32.888Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:e09e7489de96d10f8e6a8082741ac4c0af5767997eda708d6e755febc760e53f 0.1s done [2025-10-08T11:13:32.888Z] #7 DONE 0.1s [2025-10-08T11:13:32.888Z] [2025-10-08T11:13:32.888Z] #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T11:13:32.888Z] #8 DONE 0.0s [2025-10-08T11:13:32.888Z] [2025-10-08T11:13:32.888Z] 1 warning found (use --debug to expand): [2025-10-08T11:13:32.888Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T11:13:33.184Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:main' [2025-10-08T11:13:33.184Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:main --push - [2025-10-08T11:13:33.184Z] #1 [internal] load build definition from Dockerfile [2025-10-08T11:13:33.184Z] #1 transferring dockerfile: 161B done [2025-10-08T11:13:33.184Z] #1 DONE 0.0s [2025-10-08T11:13:33.184Z] [2025-10-08T11:13:33.184Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main [2025-10-08T11:13:33.184Z] #2 DONE 0.0s [2025-10-08T11:13:33.184Z] [2025-10-08T11:13:33.184Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main [2025-10-08T11:13:33.184Z] #3 DONE 0.0s [2025-10-08T11:13:33.184Z] [2025-10-08T11:13:33.184Z] #4 [internal] load .dockerignore [2025-10-08T11:13:33.184Z] #4 transferring context: 2B done [2025-10-08T11:13:33.184Z] #4 DONE 0.0s [2025-10-08T11:13:33.184Z] [2025-10-08T11:13:33.184Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:24e09b59806ff8d1b23cb3548161a40f9b96371620b3ae74670d25a8204ae867 [2025-10-08T11:13:33.184Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:24e09b59806ff8d1b23cb3548161a40f9b96371620b3ae74670d25a8204ae867 0.0s done [2025-10-08T11:13:33.184Z] #5 CACHED [2025-10-08T11:13:33.184Z] [2025-10-08T11:13:33.184Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:24e09b59806ff8d1b23cb3548161a40f9b96371620b3ae74670d25a8204ae867 [2025-10-08T11:13:33.184Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:24e09b59806ff8d1b23cb3548161a40f9b96371620b3ae74670d25a8204ae867 0.0s done [2025-10-08T11:13:33.184Z] #6 CACHED [2025-10-08T11:13:33.184Z] [2025-10-08T11:13:33.184Z] #7 exporting to image [2025-10-08T11:13:33.184Z] #7 exporting layers done [2025-10-08T11:13:33.184Z] #7 exporting manifest sha256:232dbf3d07efac5bec8fdd1fc444c13e891ed885c3599a487271b5689e27d751 done [2025-10-08T11:13:33.184Z] #7 exporting config sha256:c79b38c5850b1752a19b84b85d14ecfe6ce012c60ae8c451dd1e6d26761bd051 done [2025-10-08T11:13:33.184Z] #7 exporting manifest sha256:1464e2920a258ce93e7a547f9afe275cf70dbbc935915392fa321591a61d29f4 done [2025-10-08T11:13:33.184Z] #7 exporting config sha256:eec5aac462e8e9af4866009de31f5f45a869e98c57a0d41e0482486d328751cb done [2025-10-08T11:13:33.184Z] #7 exporting manifest list sha256:e09e7489de96d10f8e6a8082741ac4c0af5767997eda708d6e755febc760e53f [2025-10-08T11:13:33.184Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T11:13:33.443Z] #7 exporting manifest list sha256:e09e7489de96d10f8e6a8082741ac4c0af5767997eda708d6e755febc760e53f done [2025-10-08T11:13:33.443Z] #7 pushing layers 0.0s done [2025-10-08T11:13:33.443Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:e09e7489de96d10f8e6a8082741ac4c0af5767997eda708d6e755febc760e53f 0.1s done [2025-10-08T11:13:33.443Z] #7 DONE 0.1s [2025-10-08T11:13:33.443Z] [2025-10-08T11:13:33.443Z] #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T11:13:33.443Z] #8 DONE 0.0s [2025-10-08T11:13:33.443Z] [2025-10-08T11:13:33.443Z] 1 warning found (use --debug to expand): [2025-10-08T11:13:33.443Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T11:13:33.740Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c --push - [2025-10-08T11:13:33.740Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c' [2025-10-08T11:13:33.740Z] #1 [internal] load build definition from Dockerfile [2025-10-08T11:13:33.740Z] #1 transferring dockerfile: 216B done [2025-10-08T11:13:33.740Z] #1 DONE 0.0s [2025-10-08T11:13:33.740Z] [2025-10-08T11:13:33.740Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:13:33.740Z] #2 DONE 0.0s [2025-10-08T11:13:33.740Z] [2025-10-08T11:13:33.740Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:13:33.740Z] #3 DONE 0.1s [2025-10-08T11:13:33.740Z] [2025-10-08T11:13:33.740Z] #4 [internal] load .dockerignore [2025-10-08T11:13:33.740Z] #4 transferring context: 2B done [2025-10-08T11:13:33.740Z] #4 DONE 0.0s [2025-10-08T11:13:33.740Z] [2025-10-08T11:13:33.740Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:ae2e9fed1fbd3386dee165871f405afd6f293b0ff64547afaca4cf40a1bb4b25 [2025-10-08T11:13:33.740Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:ae2e9fed1fbd3386dee165871f405afd6f293b0ff64547afaca4cf40a1bb4b25 [2025-10-08T11:13:34.001Z] #5 DONE 0.0s [2025-10-08T11:13:34.001Z] [2025-10-08T11:13:34.001Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:ae2e9fed1fbd3386dee165871f405afd6f293b0ff64547afaca4cf40a1bb4b25 [2025-10-08T11:13:34.001Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:ae2e9fed1fbd3386dee165871f405afd6f293b0ff64547afaca4cf40a1bb4b25 0.0s done [2025-10-08T11:13:34.001Z] #6 DONE 0.1s [2025-10-08T11:13:34.001Z] [2025-10-08T11:13:34.001Z] #7 exporting to image [2025-10-08T11:13:34.001Z] #7 exporting layers done [2025-10-08T11:13:34.001Z] #7 exporting manifest sha256:a8a7a1cdc0eec2f76158e582df19c043c3ba8d7ff0de0be03f82dae0374cc813 done [2025-10-08T11:13:34.001Z] #7 exporting config sha256:7714df9f880bd92dc0c234139888f419c01b10f05cc404129b9d448370b323f7 done [2025-10-08T11:13:34.001Z] #7 exporting manifest sha256:4157b2a90266fa2f78396c4e413b1031801fdeb9c9e68d16fac3d36b6e30a8a4 done [2025-10-08T11:13:34.001Z] #7 exporting config sha256:bb9fbfade62017d765bb0c61e9053fa1e9c5fb9c3447896d424aeb9aff3fe38b done [2025-10-08T11:13:34.001Z] #7 exporting manifest list sha256:0ecf4aa18555c94d08b8e98f3dd723cffce63696fb153be161e5a925fe63dfac done [2025-10-08T11:13:34.001Z] #7 pushing layers [2025-10-08T11:13:34.001Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T11:13:34.001Z] #7 ... [2025-10-08T11:13:34.001Z] [2025-10-08T11:13:34.001Z] #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T11:13:34.001Z] #8 DONE 0.0s [2025-10-08T11:13:34.001Z] [2025-10-08T11:13:34.001Z] #7 exporting to image [2025-10-08T11:13:34.001Z] #7 pushing layers 0.1s done [2025-10-08T11:13:34.001Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:0ecf4aa18555c94d08b8e98f3dd723cffce63696fb153be161e5a925fe63dfac [2025-10-08T11:13:34.261Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:0ecf4aa18555c94d08b8e98f3dd723cffce63696fb153be161e5a925fe63dfac 0.1s done [2025-10-08T11:13:34.261Z] #7 DONE 0.2s [2025-10-08T11:13:34.261Z] [2025-10-08T11:13:34.261Z] 1 warning found (use --debug to expand): [2025-10-08T11:13:34.261Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T11:13:34.553Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest' [2025-10-08T11:13:34.553Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest --push - [2025-10-08T11:13:34.553Z] #1 [internal] load build definition from Dockerfile [2025-10-08T11:13:34.553Z] #1 transferring dockerfile: 182B done [2025-10-08T11:13:34.553Z] #1 DONE 0.0s [2025-10-08T11:13:34.553Z] [2025-10-08T11:13:34.553Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-10-08T11:13:34.553Z] #2 DONE 0.0s [2025-10-08T11:13:34.553Z] [2025-10-08T11:13:34.553Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-10-08T11:13:34.553Z] #3 DONE 0.0s [2025-10-08T11:13:34.553Z] [2025-10-08T11:13:34.553Z] #4 [internal] load .dockerignore [2025-10-08T11:13:34.553Z] #4 transferring context: 2B done [2025-10-08T11:13:34.553Z] #4 DONE 0.0s [2025-10-08T11:13:34.553Z] [2025-10-08T11:13:34.553Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:ae2e9fed1fbd3386dee165871f405afd6f293b0ff64547afaca4cf40a1bb4b25 [2025-10-08T11:13:34.553Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:ae2e9fed1fbd3386dee165871f405afd6f293b0ff64547afaca4cf40a1bb4b25 0.0s done [2025-10-08T11:13:34.553Z] #5 CACHED [2025-10-08T11:13:34.553Z] [2025-10-08T11:13:34.553Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:ae2e9fed1fbd3386dee165871f405afd6f293b0ff64547afaca4cf40a1bb4b25 [2025-10-08T11:13:34.553Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:ae2e9fed1fbd3386dee165871f405afd6f293b0ff64547afaca4cf40a1bb4b25 0.0s done [2025-10-08T11:13:34.553Z] #6 CACHED [2025-10-08T11:13:34.553Z] [2025-10-08T11:13:34.553Z] #7 exporting to image [2025-10-08T11:13:34.553Z] #7 exporting layers done [2025-10-08T11:13:34.553Z] #7 exporting manifest sha256:a8a7a1cdc0eec2f76158e582df19c043c3ba8d7ff0de0be03f82dae0374cc813 [2025-10-08T11:13:34.553Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T11:13:34.813Z] #7 exporting manifest sha256:a8a7a1cdc0eec2f76158e582df19c043c3ba8d7ff0de0be03f82dae0374cc813 done [2025-10-08T11:13:34.813Z] #7 exporting config sha256:7714df9f880bd92dc0c234139888f419c01b10f05cc404129b9d448370b323f7 done [2025-10-08T11:13:34.813Z] #7 exporting manifest sha256:4157b2a90266fa2f78396c4e413b1031801fdeb9c9e68d16fac3d36b6e30a8a4 done [2025-10-08T11:13:34.813Z] #7 exporting config sha256:bb9fbfade62017d765bb0c61e9053fa1e9c5fb9c3447896d424aeb9aff3fe38b done [2025-10-08T11:13:34.813Z] #7 exporting manifest list sha256:0ecf4aa18555c94d08b8e98f3dd723cffce63696fb153be161e5a925fe63dfac done [2025-10-08T11:13:34.813Z] #7 pushing layers 0.0s done [2025-10-08T11:13:34.813Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:0ecf4aa18555c94d08b8e98f3dd723cffce63696fb153be161e5a925fe63dfac 0.1s done [2025-10-08T11:13:34.813Z] #7 DONE 0.1s [2025-10-08T11:13:34.813Z] [2025-10-08T11:13:34.813Z] #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T11:13:34.813Z] #8 DONE 0.0s [2025-10-08T11:13:34.813Z] [2025-10-08T11:13:34.813Z] 1 warning found (use --debug to expand): [2025-10-08T11:13:34.813Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T11:13:35.103Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.65 --push - [2025-10-08T11:13:35.104Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.65' [2025-10-08T11:13:35.104Z] #1 [internal] load build definition from Dockerfile [2025-10-08T11:13:35.104Z] #1 transferring dockerfile: 188B done [2025-10-08T11:13:35.104Z] #1 DONE 0.0s [2025-10-08T11:13:35.104Z] [2025-10-08T11:13:35.104Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.65 [2025-10-08T11:13:35.104Z] #2 DONE 0.0s [2025-10-08T11:13:35.104Z] [2025-10-08T11:13:35.104Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.65 [2025-10-08T11:13:35.104Z] #3 DONE 0.0s [2025-10-08T11:13:35.104Z] [2025-10-08T11:13:35.104Z] #4 [internal] load .dockerignore [2025-10-08T11:13:35.104Z] #4 transferring context: 2B done [2025-10-08T11:13:35.104Z] #4 DONE 0.0s [2025-10-08T11:13:35.104Z] [2025-10-08T11:13:35.104Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.65@sha256:ae2e9fed1fbd3386dee165871f405afd6f293b0ff64547afaca4cf40a1bb4b25 [2025-10-08T11:13:35.104Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.65@sha256:ae2e9fed1fbd3386dee165871f405afd6f293b0ff64547afaca4cf40a1bb4b25 0.0s done [2025-10-08T11:13:35.104Z] #5 CACHED [2025-10-08T11:13:35.104Z] [2025-10-08T11:13:35.104Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.65@sha256:ae2e9fed1fbd3386dee165871f405afd6f293b0ff64547afaca4cf40a1bb4b25 [2025-10-08T11:13:35.104Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.65@sha256:ae2e9fed1fbd3386dee165871f405afd6f293b0ff64547afaca4cf40a1bb4b25 0.0s done [2025-10-08T11:13:35.104Z] #6 CACHED [2025-10-08T11:13:35.104Z] [2025-10-08T11:13:35.104Z] #7 exporting to image [2025-10-08T11:13:35.104Z] #7 exporting layers done [2025-10-08T11:13:35.104Z] #7 exporting manifest sha256:a8a7a1cdc0eec2f76158e582df19c043c3ba8d7ff0de0be03f82dae0374cc813 done [2025-10-08T11:13:35.104Z] #7 exporting config sha256:7714df9f880bd92dc0c234139888f419c01b10f05cc404129b9d448370b323f7 done [2025-10-08T11:13:35.104Z] #7 exporting manifest sha256:4157b2a90266fa2f78396c4e413b1031801fdeb9c9e68d16fac3d36b6e30a8a4 done [2025-10-08T11:13:35.104Z] #7 exporting config sha256:bb9fbfade62017d765bb0c61e9053fa1e9c5fb9c3447896d424aeb9aff3fe38b done [2025-10-08T11:13:35.104Z] #7 exporting manifest list sha256:0ecf4aa18555c94d08b8e98f3dd723cffce63696fb153be161e5a925fe63dfac done [2025-10-08T11:13:35.104Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T11:13:35.365Z] #7 pushing layers 0.0s done [2025-10-08T11:13:35.365Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.65@sha256:0ecf4aa18555c94d08b8e98f3dd723cffce63696fb153be161e5a925fe63dfac 0.1s done [2025-10-08T11:13:35.365Z] #7 DONE 0.1s [2025-10-08T11:13:35.365Z] [2025-10-08T11:13:35.365Z] #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T11:13:35.365Z] #8 DONE 0.0s [2025-10-08T11:13:35.365Z] [2025-10-08T11:13:35.365Z] 1 warning found (use --debug to expand): [2025-10-08T11:13:35.365Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T11:13:35.653Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65' [2025-10-08T11:13:35.653Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 --push - [2025-10-08T11:13:35.914Z] #1 [internal] load build definition from Dockerfile [2025-10-08T11:13:35.915Z] #1 transferring dockerfile: 229B done [2025-10-08T11:13:35.915Z] #1 DONE 0.0s [2025-10-08T11:13:35.915Z] [2025-10-08T11:13:35.915Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:13:35.915Z] #2 DONE 0.0s [2025-10-08T11:13:35.915Z] [2025-10-08T11:13:35.915Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:13:35.915Z] #3 DONE 0.0s [2025-10-08T11:13:35.915Z] [2025-10-08T11:13:35.915Z] #4 [internal] load .dockerignore [2025-10-08T11:13:35.915Z] #4 transferring context: 2B done [2025-10-08T11:13:35.915Z] #4 DONE 0.0s [2025-10-08T11:13:35.915Z] [2025-10-08T11:13:35.915Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:ae2e9fed1fbd3386dee165871f405afd6f293b0ff64547afaca4cf40a1bb4b25 [2025-10-08T11:13:35.915Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:ae2e9fed1fbd3386dee165871f405afd6f293b0ff64547afaca4cf40a1bb4b25 0.0s done [2025-10-08T11:13:35.915Z] #5 CACHED [2025-10-08T11:13:35.915Z] [2025-10-08T11:13:35.915Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:ae2e9fed1fbd3386dee165871f405afd6f293b0ff64547afaca4cf40a1bb4b25 [2025-10-08T11:13:35.915Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:ae2e9fed1fbd3386dee165871f405afd6f293b0ff64547afaca4cf40a1bb4b25 0.0s done [2025-10-08T11:13:35.915Z] #6 CACHED [2025-10-08T11:13:35.915Z] [2025-10-08T11:13:35.915Z] #7 exporting to image [2025-10-08T11:13:35.915Z] #7 exporting layers done [2025-10-08T11:13:35.915Z] #7 exporting manifest sha256:a8a7a1cdc0eec2f76158e582df19c043c3ba8d7ff0de0be03f82dae0374cc813 done [2025-10-08T11:13:35.915Z] #7 exporting config sha256:7714df9f880bd92dc0c234139888f419c01b10f05cc404129b9d448370b323f7 done [2025-10-08T11:13:35.915Z] #7 exporting manifest sha256:4157b2a90266fa2f78396c4e413b1031801fdeb9c9e68d16fac3d36b6e30a8a4 done [2025-10-08T11:13:35.915Z] #7 exporting config sha256:bb9fbfade62017d765bb0c61e9053fa1e9c5fb9c3447896d424aeb9aff3fe38b done [2025-10-08T11:13:35.915Z] #7 exporting manifest list sha256:0ecf4aa18555c94d08b8e98f3dd723cffce63696fb153be161e5a925fe63dfac done [2025-10-08T11:13:35.915Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T11:13:35.915Z] #7 pushing layers 0.0s done [2025-10-08T11:13:35.915Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:0ecf4aa18555c94d08b8e98f3dd723cffce63696fb153be161e5a925fe63dfac 0.1s done [2025-10-08T11:13:35.915Z] #7 DONE 0.1s [2025-10-08T11:13:35.915Z] [2025-10-08T11:13:35.915Z] #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T11:13:35.915Z] #8 DONE 0.0s [2025-10-08T11:13:35.915Z] [2025-10-08T11:13:35.915Z] 1 warning found (use --debug to expand): [2025-10-08T11:13:35.915Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T11:13:36.204Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main --push - [2025-10-08T11:13:36.204Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main' [2025-10-08T11:13:36.471Z] #1 [internal] load build definition from Dockerfile [2025-10-08T11:13:36.471Z] #1 transferring dockerfile: 180B done [2025-10-08T11:13:36.471Z] #1 DONE 0.0s [2025-10-08T11:13:36.471Z] [2025-10-08T11:13:36.471Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-10-08T11:13:36.471Z] #2 DONE 0.0s [2025-10-08T11:13:36.471Z] [2025-10-08T11:13:36.471Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-10-08T11:13:36.471Z] #3 DONE 0.0s [2025-10-08T11:13:36.471Z] [2025-10-08T11:13:36.471Z] #4 [internal] load .dockerignore [2025-10-08T11:13:36.471Z] #4 transferring context: 2B done [2025-10-08T11:13:36.471Z] #4 DONE 0.0s [2025-10-08T11:13:36.471Z] [2025-10-08T11:13:36.471Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:ae2e9fed1fbd3386dee165871f405afd6f293b0ff64547afaca4cf40a1bb4b25 [2025-10-08T11:13:36.471Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:ae2e9fed1fbd3386dee165871f405afd6f293b0ff64547afaca4cf40a1bb4b25 [2025-10-08T11:13:36.471Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:ae2e9fed1fbd3386dee165871f405afd6f293b0ff64547afaca4cf40a1bb4b25 0.1s done [2025-10-08T11:13:36.471Z] #5 CACHED [2025-10-08T11:13:36.471Z] [2025-10-08T11:13:36.471Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:ae2e9fed1fbd3386dee165871f405afd6f293b0ff64547afaca4cf40a1bb4b25 [2025-10-08T11:13:36.471Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:ae2e9fed1fbd3386dee165871f405afd6f293b0ff64547afaca4cf40a1bb4b25 0.1s done [2025-10-08T11:13:36.471Z] #6 CACHED [2025-10-08T11:13:36.471Z] [2025-10-08T11:13:36.471Z] #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T11:13:36.471Z] #7 DONE 0.0s [2025-10-08T11:13:36.471Z] [2025-10-08T11:13:36.471Z] #8 exporting to image [2025-10-08T11:13:36.471Z] #8 exporting layers done [2025-10-08T11:13:36.471Z] #8 exporting manifest sha256:a8a7a1cdc0eec2f76158e582df19c043c3ba8d7ff0de0be03f82dae0374cc813 done [2025-10-08T11:13:36.471Z] #8 exporting config sha256:7714df9f880bd92dc0c234139888f419c01b10f05cc404129b9d448370b323f7 done [2025-10-08T11:13:36.471Z] #8 exporting manifest sha256:4157b2a90266fa2f78396c4e413b1031801fdeb9c9e68d16fac3d36b6e30a8a4 done [2025-10-08T11:13:36.471Z] #8 exporting config sha256:bb9fbfade62017d765bb0c61e9053fa1e9c5fb9c3447896d424aeb9aff3fe38b done [2025-10-08T11:13:36.471Z] #8 exporting manifest list sha256:0ecf4aa18555c94d08b8e98f3dd723cffce63696fb153be161e5a925fe63dfac done [2025-10-08T11:13:36.471Z] #8 pushing layers 0.0s done [2025-10-08T11:13:36.471Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:0ecf4aa18555c94d08b8e98f3dd723cffce63696fb153be161e5a925fe63dfac 0.1s done [2025-10-08T11:13:36.471Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T11:13:36.471Z] #8 DONE 0.1s [2025-10-08T11:13:36.471Z] [2025-10-08T11:13:36.471Z] 1 warning found (use --debug to expand): [2025-10-08T11:13:36.471Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T11:13:36.761Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:4d3e8805e5e9eb3f6c86d36552e13c375795480c' [2025-10-08T11:13:36.761Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:4d3e8805e5e9eb3f6c86d36552e13c375795480c --push - [2025-10-08T11:13:37.018Z] #1 [internal] load build definition from Dockerfile [2025-10-08T11:13:37.018Z] #1 transferring dockerfile: 194B done [2025-10-08T11:13:37.018Z] #1 DONE 0.0s [2025-10-08T11:13:37.018Z] [2025-10-08T11:13:37.018Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:13:37.018Z] #2 DONE 0.0s [2025-10-08T11:13:37.018Z] [2025-10-08T11:13:37.018Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:13:37.018Z] #3 DONE 0.1s [2025-10-08T11:13:37.018Z] [2025-10-08T11:13:37.018Z] #4 [internal] load .dockerignore [2025-10-08T11:13:37.018Z] #4 transferring context: 2B done [2025-10-08T11:13:37.018Z] #4 DONE 0.0s [2025-10-08T11:13:37.018Z] [2025-10-08T11:13:37.018Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:c3babfb124472e8332577e8536e5b535be0c172224ebfda69602841ff943aefe [2025-10-08T11:13:37.018Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:c3babfb124472e8332577e8536e5b535be0c172224ebfda69602841ff943aefe 0.0s done [2025-10-08T11:13:37.018Z] #5 DONE 0.0s [2025-10-08T11:13:37.018Z] [2025-10-08T11:13:37.018Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:c3babfb124472e8332577e8536e5b535be0c172224ebfda69602841ff943aefe [2025-10-08T11:13:37.018Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:c3babfb124472e8332577e8536e5b535be0c172224ebfda69602841ff943aefe 0.0s done [2025-10-08T11:13:37.018Z] #6 DONE 0.1s [2025-10-08T11:13:37.278Z] [2025-10-08T11:13:37.278Z] #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T11:13:37.278Z] #7 DONE 0.0s [2025-10-08T11:13:37.278Z] [2025-10-08T11:13:37.278Z] #8 exporting to image [2025-10-08T11:13:37.278Z] #8 exporting layers done [2025-10-08T11:13:37.278Z] #8 exporting manifest sha256:3a1c53191868f42c473f843bef474440d2867b93b146e61f220e0599a826c0ad 0.0s done [2025-10-08T11:13:37.278Z] #8 exporting config sha256:5eba7c87bc2211581a31d46171c36701c9085c2259ac92b8647a7147d9b9a39c done [2025-10-08T11:13:37.278Z] #8 exporting manifest sha256:faa06ee0084e92ea7ddaba12925712979ae1d75862948fdf0340e72f25b4f3dd 0.0s done [2025-10-08T11:13:37.278Z] #8 exporting config sha256:42af1b54df79b639a1bd7ce09cf072878b973398343dd6e8159dca91a547afb5 done [2025-10-08T11:13:37.278Z] #8 exporting manifest list sha256:e9d1ded7373c4b6445f7108afdb34383f4e3619bfbd7ded62370fd4dc5745448 done [2025-10-08T11:13:37.278Z] #8 pushing layers 0.1s done [2025-10-08T11:13:37.278Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:e9d1ded7373c4b6445f7108afdb34383f4e3619bfbd7ded62370fd4dc5745448 [2025-10-08T11:13:37.278Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T11:13:37.278Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:e9d1ded7373c4b6445f7108afdb34383f4e3619bfbd7ded62370fd4dc5745448 0.1s done [2025-10-08T11:13:37.278Z] #8 DONE 0.2s [2025-10-08T11:13:37.278Z] [2025-10-08T11:13:37.278Z] 1 warning found (use --debug to expand): [2025-10-08T11:13:37.278Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T11:13:37.570Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:latest' [2025-10-08T11:13:37.571Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:latest --push - [2025-10-08T11:13:37.571Z] #1 [internal] load build definition from Dockerfile [2025-10-08T11:13:37.571Z] #1 transferring dockerfile: 160B done [2025-10-08T11:13:37.571Z] #1 DONE 0.0s [2025-10-08T11:13:37.571Z] [2025-10-08T11:13:37.571Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest [2025-10-08T11:13:37.571Z] #2 DONE 0.0s [2025-10-08T11:13:37.571Z] [2025-10-08T11:13:37.571Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest [2025-10-08T11:13:37.571Z] #3 DONE 0.0s [2025-10-08T11:13:37.571Z] [2025-10-08T11:13:37.571Z] #4 [internal] load .dockerignore [2025-10-08T11:13:37.571Z] #4 transferring context: 2B done [2025-10-08T11:13:37.571Z] #4 DONE 0.0s [2025-10-08T11:13:37.571Z] [2025-10-08T11:13:37.571Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:c3babfb124472e8332577e8536e5b535be0c172224ebfda69602841ff943aefe [2025-10-08T11:13:37.571Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:c3babfb124472e8332577e8536e5b535be0c172224ebfda69602841ff943aefe 0.0s done [2025-10-08T11:13:37.571Z] #5 CACHED [2025-10-08T11:13:37.571Z] [2025-10-08T11:13:37.571Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:c3babfb124472e8332577e8536e5b535be0c172224ebfda69602841ff943aefe [2025-10-08T11:13:37.571Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:c3babfb124472e8332577e8536e5b535be0c172224ebfda69602841ff943aefe 0.0s done [2025-10-08T11:13:37.571Z] #6 CACHED [2025-10-08T11:13:37.571Z] [2025-10-08T11:13:37.571Z] #7 exporting to image [2025-10-08T11:13:37.571Z] #7 exporting layers done [2025-10-08T11:13:37.571Z] #7 exporting manifest sha256:3a1c53191868f42c473f843bef474440d2867b93b146e61f220e0599a826c0ad done [2025-10-08T11:13:37.571Z] #7 exporting config sha256:5eba7c87bc2211581a31d46171c36701c9085c2259ac92b8647a7147d9b9a39c done [2025-10-08T11:13:37.571Z] #7 exporting manifest sha256:faa06ee0084e92ea7ddaba12925712979ae1d75862948fdf0340e72f25b4f3dd done [2025-10-08T11:13:37.571Z] #7 exporting config sha256:42af1b54df79b639a1bd7ce09cf072878b973398343dd6e8159dca91a547afb5 done [2025-10-08T11:13:37.571Z] #7 exporting manifest list sha256:e9d1ded7373c4b6445f7108afdb34383f4e3619bfbd7ded62370fd4dc5745448 done [2025-10-08T11:13:37.571Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T11:13:37.830Z] #7 pushing layers 0.0s done [2025-10-08T11:13:37.830Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:latest@sha256:e9d1ded7373c4b6445f7108afdb34383f4e3619bfbd7ded62370fd4dc5745448 0.1s done [2025-10-08T11:13:37.830Z] #7 DONE 0.1s [2025-10-08T11:13:37.830Z] [2025-10-08T11:13:37.830Z] #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T11:13:37.830Z] #8 DONE 0.0s [2025-10-08T11:13:37.830Z] [2025-10-08T11:13:37.830Z] 1 warning found (use --debug to expand): [2025-10-08T11:13:37.830Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T11:13:38.119Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.65' [2025-10-08T11:13:38.119Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.65 --push - [2025-10-08T11:13:38.119Z] #1 [internal] load build definition from Dockerfile [2025-10-08T11:13:38.119Z] #1 transferring dockerfile: 166B done [2025-10-08T11:13:38.119Z] #1 DONE 0.0s [2025-10-08T11:13:38.119Z] [2025-10-08T11:13:38.119Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.65 [2025-10-08T11:13:38.119Z] #2 DONE 0.0s [2025-10-08T11:13:38.119Z] [2025-10-08T11:13:38.119Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.65 [2025-10-08T11:13:38.119Z] #3 DONE 0.0s [2025-10-08T11:13:38.119Z] [2025-10-08T11:13:38.119Z] #4 [internal] load .dockerignore [2025-10-08T11:13:38.119Z] #4 transferring context: 2B done [2025-10-08T11:13:38.119Z] #4 DONE 0.0s [2025-10-08T11:13:38.119Z] [2025-10-08T11:13:38.119Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.65@sha256:c3babfb124472e8332577e8536e5b535be0c172224ebfda69602841ff943aefe [2025-10-08T11:13:38.119Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.65@sha256:c3babfb124472e8332577e8536e5b535be0c172224ebfda69602841ff943aefe 0.0s done [2025-10-08T11:13:38.119Z] #5 CACHED [2025-10-08T11:13:38.119Z] [2025-10-08T11:13:38.119Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.65@sha256:c3babfb124472e8332577e8536e5b535be0c172224ebfda69602841ff943aefe [2025-10-08T11:13:38.119Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.65@sha256:c3babfb124472e8332577e8536e5b535be0c172224ebfda69602841ff943aefe 0.0s done [2025-10-08T11:13:38.119Z] #6 CACHED [2025-10-08T11:13:38.119Z] [2025-10-08T11:13:38.119Z] #7 exporting to image [2025-10-08T11:13:38.119Z] #7 exporting layers done [2025-10-08T11:13:38.119Z] #7 exporting manifest sha256:3a1c53191868f42c473f843bef474440d2867b93b146e61f220e0599a826c0ad done [2025-10-08T11:13:38.119Z] #7 exporting config sha256:5eba7c87bc2211581a31d46171c36701c9085c2259ac92b8647a7147d9b9a39c [2025-10-08T11:13:38.119Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T11:13:38.380Z] #7 exporting config sha256:5eba7c87bc2211581a31d46171c36701c9085c2259ac92b8647a7147d9b9a39c done [2025-10-08T11:13:38.380Z] #7 exporting manifest sha256:faa06ee0084e92ea7ddaba12925712979ae1d75862948fdf0340e72f25b4f3dd done [2025-10-08T11:13:38.380Z] #7 exporting config sha256:42af1b54df79b639a1bd7ce09cf072878b973398343dd6e8159dca91a547afb5 done [2025-10-08T11:13:38.380Z] #7 exporting manifest list sha256:e9d1ded7373c4b6445f7108afdb34383f4e3619bfbd7ded62370fd4dc5745448 done [2025-10-08T11:13:38.380Z] #7 pushing layers 0.0s done [2025-10-08T11:13:38.380Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.65@sha256:e9d1ded7373c4b6445f7108afdb34383f4e3619bfbd7ded62370fd4dc5745448 0.1s done [2025-10-08T11:13:38.380Z] #7 DONE 0.1s [2025-10-08T11:13:38.380Z] [2025-10-08T11:13:38.380Z] #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T11:13:38.380Z] #8 DONE 0.0s [2025-10-08T11:13:38.380Z] [2025-10-08T11:13:38.380Z] 1 warning found (use --debug to expand): [2025-10-08T11:13:38.380Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T11:13:38.668Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65' [2025-10-08T11:13:38.668Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 --push - [2025-10-08T11:13:38.668Z] #1 [internal] load build definition from Dockerfile [2025-10-08T11:13:38.668Z] #1 transferring dockerfile: 207B done [2025-10-08T11:13:38.668Z] #1 DONE 0.0s [2025-10-08T11:13:38.668Z] [2025-10-08T11:13:38.668Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:13:38.668Z] #2 DONE 0.0s [2025-10-08T11:13:38.668Z] [2025-10-08T11:13:38.668Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:13:38.668Z] #3 DONE 0.0s [2025-10-08T11:13:38.668Z] [2025-10-08T11:13:38.668Z] #4 [internal] load .dockerignore [2025-10-08T11:13:38.668Z] #4 transferring context: 2B done [2025-10-08T11:13:38.668Z] #4 DONE 0.0s [2025-10-08T11:13:38.668Z] [2025-10-08T11:13:38.668Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:c3babfb124472e8332577e8536e5b535be0c172224ebfda69602841ff943aefe [2025-10-08T11:13:38.668Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:c3babfb124472e8332577e8536e5b535be0c172224ebfda69602841ff943aefe 0.0s done [2025-10-08T11:13:38.668Z] #5 DONE 0.0s [2025-10-08T11:13:38.668Z] [2025-10-08T11:13:38.668Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:c3babfb124472e8332577e8536e5b535be0c172224ebfda69602841ff943aefe [2025-10-08T11:13:38.927Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:c3babfb124472e8332577e8536e5b535be0c172224ebfda69602841ff943aefe done [2025-10-08T11:13:38.927Z] #6 CACHED [2025-10-08T11:13:38.927Z] [2025-10-08T11:13:38.927Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:c3babfb124472e8332577e8536e5b535be0c172224ebfda69602841ff943aefe [2025-10-08T11:13:38.927Z] #5 CACHED [2025-10-08T11:13:38.927Z] [2025-10-08T11:13:38.927Z] #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T11:13:38.927Z] #7 DONE 0.0s [2025-10-08T11:13:38.927Z] [2025-10-08T11:13:38.927Z] #8 exporting to image [2025-10-08T11:13:38.927Z] #8 exporting layers done [2025-10-08T11:13:38.927Z] #8 exporting manifest sha256:3a1c53191868f42c473f843bef474440d2867b93b146e61f220e0599a826c0ad done [2025-10-08T11:13:38.927Z] #8 exporting config sha256:5eba7c87bc2211581a31d46171c36701c9085c2259ac92b8647a7147d9b9a39c done [2025-10-08T11:13:38.927Z] #8 exporting manifest sha256:faa06ee0084e92ea7ddaba12925712979ae1d75862948fdf0340e72f25b4f3dd done [2025-10-08T11:13:38.927Z] #8 exporting config sha256:42af1b54df79b639a1bd7ce09cf072878b973398343dd6e8159dca91a547afb5 done [2025-10-08T11:13:38.927Z] #8 exporting manifest list sha256:e9d1ded7373c4b6445f7108afdb34383f4e3619bfbd7ded62370fd4dc5745448 done [2025-10-08T11:13:38.927Z] #8 pushing layers 0.0s done [2025-10-08T11:13:38.927Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:e9d1ded7373c4b6445f7108afdb34383f4e3619bfbd7ded62370fd4dc5745448 0.1s done [2025-10-08T11:13:38.927Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T11:13:38.927Z] #8 DONE 0.1s [2025-10-08T11:13:38.927Z] [2025-10-08T11:13:38.927Z] 1 warning found (use --debug to expand): [2025-10-08T11:13:38.927Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T11:13:39.213Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:main' [2025-10-08T11:13:39.213Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:main --push - [2025-10-08T11:13:39.213Z] #1 [internal] load build definition from Dockerfile [2025-10-08T11:13:39.213Z] #1 transferring dockerfile: 158B done [2025-10-08T11:13:39.213Z] #1 DONE 0.0s [2025-10-08T11:13:39.213Z] [2025-10-08T11:13:39.213Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main [2025-10-08T11:13:39.213Z] #2 DONE 0.0s [2025-10-08T11:13:39.213Z] [2025-10-08T11:13:39.213Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main [2025-10-08T11:13:39.213Z] #3 DONE 0.0s [2025-10-08T11:13:39.213Z] [2025-10-08T11:13:39.213Z] #4 [internal] load .dockerignore [2025-10-08T11:13:39.213Z] #4 transferring context: 2B done [2025-10-08T11:13:39.213Z] #4 DONE 0.0s [2025-10-08T11:13:39.213Z] [2025-10-08T11:13:39.213Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:c3babfb124472e8332577e8536e5b535be0c172224ebfda69602841ff943aefe [2025-10-08T11:13:39.213Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:c3babfb124472e8332577e8536e5b535be0c172224ebfda69602841ff943aefe 0.0s done [2025-10-08T11:13:39.213Z] #5 CACHED [2025-10-08T11:13:39.213Z] [2025-10-08T11:13:39.213Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:c3babfb124472e8332577e8536e5b535be0c172224ebfda69602841ff943aefe [2025-10-08T11:13:39.213Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:c3babfb124472e8332577e8536e5b535be0c172224ebfda69602841ff943aefe 0.0s done [2025-10-08T11:13:39.213Z] #6 DONE 0.0s [2025-10-08T11:13:39.473Z] [2025-10-08T11:13:39.473Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:c3babfb124472e8332577e8536e5b535be0c172224ebfda69602841ff943aefe [2025-10-08T11:13:39.473Z] #6 CACHED [2025-10-08T11:13:39.473Z] [2025-10-08T11:13:39.473Z] #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T11:13:39.473Z] #7 DONE 0.0s [2025-10-08T11:13:39.473Z] [2025-10-08T11:13:39.473Z] #8 exporting to image [2025-10-08T11:13:39.473Z] #8 exporting layers done [2025-10-08T11:13:39.473Z] #8 exporting manifest sha256:3a1c53191868f42c473f843bef474440d2867b93b146e61f220e0599a826c0ad done [2025-10-08T11:13:39.473Z] #8 exporting config sha256:5eba7c87bc2211581a31d46171c36701c9085c2259ac92b8647a7147d9b9a39c done [2025-10-08T11:13:39.473Z] #8 exporting manifest sha256:faa06ee0084e92ea7ddaba12925712979ae1d75862948fdf0340e72f25b4f3dd done [2025-10-08T11:13:39.473Z] #8 exporting config sha256:42af1b54df79b639a1bd7ce09cf072878b973398343dd6e8159dca91a547afb5 done [2025-10-08T11:13:39.473Z] #8 exporting manifest list sha256:e9d1ded7373c4b6445f7108afdb34383f4e3619bfbd7ded62370fd4dc5745448 done [2025-10-08T11:13:39.473Z] #8 pushing layers 0.0s done [2025-10-08T11:13:39.473Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:e9d1ded7373c4b6445f7108afdb34383f4e3619bfbd7ded62370fd4dc5745448 0.1s done [2025-10-08T11:13:39.473Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T11:13:39.473Z] #8 DONE 0.1s [2025-10-08T11:13:39.473Z] [2025-10-08T11:13:39.473Z] 1 warning found (use --debug to expand): [2025-10-08T11:13:39.473Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T11:13:39.765Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:4d3e8805e5e9eb3f6c86d36552e13c375795480c' [2025-10-08T11:13:39.765Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:4d3e8805e5e9eb3f6c86d36552e13c375795480c --push - [2025-10-08T11:13:39.765Z] #1 [internal] load build definition from Dockerfile [2025-10-08T11:13:39.765Z] #1 transferring dockerfile: 196B done [2025-10-08T11:13:39.765Z] #1 DONE 0.0s [2025-10-08T11:13:39.765Z] [2025-10-08T11:13:39.765Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:13:39.765Z] #2 DONE 0.0s [2025-10-08T11:13:39.765Z] [2025-10-08T11:13:39.765Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:13:39.765Z] #3 DONE 0.0s [2025-10-08T11:13:39.765Z] [2025-10-08T11:13:39.765Z] #4 [internal] load .dockerignore [2025-10-08T11:13:39.765Z] #4 transferring context: 2B done [2025-10-08T11:13:39.765Z] #4 DONE 0.0s [2025-10-08T11:13:40.023Z] [2025-10-08T11:13:40.023Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:cd56b99db5f86f134ed3cd3374cd0e844c150e982ab49bd1349b0b4b4b1308fa [2025-10-08T11:13:40.023Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:cd56b99db5f86f134ed3cd3374cd0e844c150e982ab49bd1349b0b4b4b1308fa 0.0s done [2025-10-08T11:13:40.023Z] #5 DONE 0.0s [2025-10-08T11:13:40.023Z] [2025-10-08T11:13:40.023Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:cd56b99db5f86f134ed3cd3374cd0e844c150e982ab49bd1349b0b4b4b1308fa [2025-10-08T11:13:40.023Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:cd56b99db5f86f134ed3cd3374cd0e844c150e982ab49bd1349b0b4b4b1308fa 0.0s done [2025-10-08T11:13:40.023Z] #6 DONE 0.1s [2025-10-08T11:13:40.023Z] [2025-10-08T11:13:40.023Z] #7 exporting to image [2025-10-08T11:13:40.023Z] #7 exporting layers done [2025-10-08T11:13:40.023Z] #7 exporting manifest sha256:1570ac0526ac959776436ad174a6aa7519ede14353d45d17fe2e54bbe34efc92 done [2025-10-08T11:13:40.023Z] #7 exporting config sha256:aadf2096dafaadaf32bbf72e70ac2aee36ef81c66fcecc7dc764c967c8241f64 done [2025-10-08T11:13:40.023Z] #7 exporting manifest sha256:fd7fd46a5de53b82e0dfa61fa7e53458f7e927db43195c04169242217109b485 done [2025-10-08T11:13:40.023Z] #7 exporting config sha256:9a945cc6b210a17fbb0abcc71ca8cbeb59541da5e6493b0a122ac86fdbf8143e done [2025-10-08T11:13:40.023Z] #7 exporting manifest list sha256:6a27388b13bbdf574b57f653143c7491e1c88f4a908625e170bc6cf5b5e9e1d4 [2025-10-08T11:13:40.023Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T11:13:40.023Z] #7 ... [2025-10-08T11:13:40.023Z] [2025-10-08T11:13:40.023Z] #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T11:13:40.023Z] #8 DONE 0.0s [2025-10-08T11:13:40.023Z] [2025-10-08T11:13:40.023Z] #7 exporting to image [2025-10-08T11:13:40.023Z] #7 exporting manifest list sha256:6a27388b13bbdf574b57f653143c7491e1c88f4a908625e170bc6cf5b5e9e1d4 done [2025-10-08T11:13:40.023Z] #7 pushing layers 0.1s done [2025-10-08T11:13:40.023Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:6a27388b13bbdf574b57f653143c7491e1c88f4a908625e170bc6cf5b5e9e1d4 [2025-10-08T11:13:40.283Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:6a27388b13bbdf574b57f653143c7491e1c88f4a908625e170bc6cf5b5e9e1d4 0.1s done [2025-10-08T11:13:40.283Z] #7 DONE 0.2s [2025-10-08T11:13:40.283Z] [2025-10-08T11:13:40.283Z] 1 warning found (use --debug to expand): [2025-10-08T11:13:40.283Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T11:13:40.571Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:latest --push - [2025-10-08T11:13:40.571Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:latest' [2025-10-08T11:13:40.571Z] #1 [internal] load build definition from Dockerfile [2025-10-08T11:13:40.571Z] #1 transferring dockerfile: 162B done [2025-10-08T11:13:40.571Z] #1 DONE 0.0s [2025-10-08T11:13:40.571Z] [2025-10-08T11:13:40.571Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-10-08T11:13:40.571Z] #2 DONE 0.0s [2025-10-08T11:13:40.571Z] [2025-10-08T11:13:40.571Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-10-08T11:13:40.571Z] #3 DONE 0.0s [2025-10-08T11:13:40.571Z] [2025-10-08T11:13:40.571Z] #4 [internal] load .dockerignore [2025-10-08T11:13:40.571Z] #4 transferring context: 2B done [2025-10-08T11:13:40.571Z] #4 DONE 0.0s [2025-10-08T11:13:40.831Z] [2025-10-08T11:13:40.831Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:cd56b99db5f86f134ed3cd3374cd0e844c150e982ab49bd1349b0b4b4b1308fa [2025-10-08T11:13:40.831Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:cd56b99db5f86f134ed3cd3374cd0e844c150e982ab49bd1349b0b4b4b1308fa 0.0s done [2025-10-08T11:13:40.831Z] #5 CACHED [2025-10-08T11:13:40.831Z] [2025-10-08T11:13:40.831Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:cd56b99db5f86f134ed3cd3374cd0e844c150e982ab49bd1349b0b4b4b1308fa [2025-10-08T11:13:40.831Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:cd56b99db5f86f134ed3cd3374cd0e844c150e982ab49bd1349b0b4b4b1308fa 0.0s done [2025-10-08T11:13:40.831Z] #6 CACHED [2025-10-08T11:13:40.831Z] [2025-10-08T11:13:40.831Z] #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T11:13:40.831Z] #7 DONE 0.0s [2025-10-08T11:13:40.831Z] [2025-10-08T11:13:40.831Z] #8 exporting to image [2025-10-08T11:13:40.831Z] #8 exporting layers done [2025-10-08T11:13:40.831Z] #8 exporting manifest sha256:1570ac0526ac959776436ad174a6aa7519ede14353d45d17fe2e54bbe34efc92 done [2025-10-08T11:13:40.831Z] #8 exporting config sha256:aadf2096dafaadaf32bbf72e70ac2aee36ef81c66fcecc7dc764c967c8241f64 done [2025-10-08T11:13:40.831Z] #8 exporting manifest sha256:fd7fd46a5de53b82e0dfa61fa7e53458f7e927db43195c04169242217109b485 done [2025-10-08T11:13:40.831Z] #8 exporting config sha256:9a945cc6b210a17fbb0abcc71ca8cbeb59541da5e6493b0a122ac86fdbf8143e done [2025-10-08T11:13:40.831Z] #8 exporting manifest list sha256:6a27388b13bbdf574b57f653143c7491e1c88f4a908625e170bc6cf5b5e9e1d4 done [2025-10-08T11:13:40.831Z] #8 pushing layers 0.0s done [2025-10-08T11:13:40.831Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:6a27388b13bbdf574b57f653143c7491e1c88f4a908625e170bc6cf5b5e9e1d4 0.1s done [2025-10-08T11:13:40.831Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T11:13:40.831Z] #8 DONE 0.1s [2025-10-08T11:13:40.831Z] [2025-10-08T11:13:40.831Z] 1 warning found (use --debug to expand): [2025-10-08T11:13:40.831Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T11:13:41.119Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.65' [2025-10-08T11:13:41.119Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.65 --push - [2025-10-08T11:13:41.119Z] #1 [internal] load build definition from Dockerfile [2025-10-08T11:13:41.119Z] #1 transferring dockerfile: 168B done [2025-10-08T11:13:41.119Z] #1 DONE 0.1s [2025-10-08T11:13:41.119Z] [2025-10-08T11:13:41.119Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.65 [2025-10-08T11:13:41.119Z] #2 DONE 0.0s [2025-10-08T11:13:41.119Z] [2025-10-08T11:13:41.119Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.65 [2025-10-08T11:13:41.119Z] #3 DONE 0.0s [2025-10-08T11:13:41.119Z] [2025-10-08T11:13:41.119Z] #4 [internal] load .dockerignore [2025-10-08T11:13:41.119Z] #4 transferring context: [2025-10-08T11:13:41.379Z] #4 transferring context: 2B done [2025-10-08T11:13:41.379Z] #4 DONE 0.0s [2025-10-08T11:13:41.379Z] [2025-10-08T11:13:41.379Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.65@sha256:cd56b99db5f86f134ed3cd3374cd0e844c150e982ab49bd1349b0b4b4b1308fa [2025-10-08T11:13:41.379Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.65@sha256:cd56b99db5f86f134ed3cd3374cd0e844c150e982ab49bd1349b0b4b4b1308fa 0.0s done [2025-10-08T11:13:41.379Z] #5 CACHED [2025-10-08T11:13:41.379Z] [2025-10-08T11:13:41.379Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.65@sha256:cd56b99db5f86f134ed3cd3374cd0e844c150e982ab49bd1349b0b4b4b1308fa [2025-10-08T11:13:41.379Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.65@sha256:cd56b99db5f86f134ed3cd3374cd0e844c150e982ab49bd1349b0b4b4b1308fa 0.0s done [2025-10-08T11:13:41.379Z] #6 CACHED [2025-10-08T11:13:41.379Z] [2025-10-08T11:13:41.379Z] #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T11:13:41.379Z] #7 DONE 0.0s [2025-10-08T11:13:41.379Z] [2025-10-08T11:13:41.379Z] #8 exporting to image [2025-10-08T11:13:41.379Z] #8 exporting layers done [2025-10-08T11:13:41.379Z] #8 exporting manifest sha256:1570ac0526ac959776436ad174a6aa7519ede14353d45d17fe2e54bbe34efc92 done [2025-10-08T11:13:41.379Z] #8 exporting config sha256:aadf2096dafaadaf32bbf72e70ac2aee36ef81c66fcecc7dc764c967c8241f64 done [2025-10-08T11:13:41.379Z] #8 exporting manifest sha256:fd7fd46a5de53b82e0dfa61fa7e53458f7e927db43195c04169242217109b485 done [2025-10-08T11:13:41.379Z] #8 exporting config sha256:9a945cc6b210a17fbb0abcc71ca8cbeb59541da5e6493b0a122ac86fdbf8143e done [2025-10-08T11:13:41.379Z] #8 exporting manifest list sha256:6a27388b13bbdf574b57f653143c7491e1c88f4a908625e170bc6cf5b5e9e1d4 done [2025-10-08T11:13:41.379Z] #8 pushing layers 0.0s done [2025-10-08T11:13:41.379Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.65@sha256:6a27388b13bbdf574b57f653143c7491e1c88f4a908625e170bc6cf5b5e9e1d4 [2025-10-08T11:13:41.379Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T11:13:41.379Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.65@sha256:6a27388b13bbdf574b57f653143c7491e1c88f4a908625e170bc6cf5b5e9e1d4 0.1s done [2025-10-08T11:13:41.379Z] #8 DONE 0.1s [2025-10-08T11:13:41.379Z] [2025-10-08T11:13:41.379Z] 1 warning found (use --debug to expand): [2025-10-08T11:13:41.379Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T11:13:41.667Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 --push - [2025-10-08T11:13:41.667Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65' [2025-10-08T11:13:41.667Z] #1 [internal] load build definition from Dockerfile [2025-10-08T11:13:41.667Z] #1 transferring dockerfile: 209B done [2025-10-08T11:13:41.667Z] #1 DONE 0.0s [2025-10-08T11:13:41.667Z] [2025-10-08T11:13:41.667Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:13:41.667Z] #2 DONE 0.0s [2025-10-08T11:13:41.667Z] [2025-10-08T11:13:41.667Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:13:41.667Z] #3 DONE 0.0s [2025-10-08T11:13:41.667Z] [2025-10-08T11:13:41.667Z] #4 [internal] load .dockerignore [2025-10-08T11:13:41.667Z] #4 transferring context: 2B done [2025-10-08T11:13:41.667Z] #4 DONE 0.0s [2025-10-08T11:13:41.927Z] [2025-10-08T11:13:41.927Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:cd56b99db5f86f134ed3cd3374cd0e844c150e982ab49bd1349b0b4b4b1308fa [2025-10-08T11:13:41.927Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:cd56b99db5f86f134ed3cd3374cd0e844c150e982ab49bd1349b0b4b4b1308fa 0.0s done [2025-10-08T11:13:41.927Z] #5 CACHED [2025-10-08T11:13:41.927Z] [2025-10-08T11:13:41.927Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:cd56b99db5f86f134ed3cd3374cd0e844c150e982ab49bd1349b0b4b4b1308fa [2025-10-08T11:13:41.927Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:cd56b99db5f86f134ed3cd3374cd0e844c150e982ab49bd1349b0b4b4b1308fa 0.0s done [2025-10-08T11:13:41.927Z] #6 CACHED [2025-10-08T11:13:41.927Z] [2025-10-08T11:13:41.927Z] #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T11:13:41.927Z] #7 DONE 0.0s [2025-10-08T11:13:41.927Z] [2025-10-08T11:13:41.927Z] #8 exporting to image [2025-10-08T11:13:41.927Z] #8 exporting layers done [2025-10-08T11:13:41.927Z] #8 exporting manifest sha256:1570ac0526ac959776436ad174a6aa7519ede14353d45d17fe2e54bbe34efc92 done [2025-10-08T11:13:41.927Z] #8 exporting config sha256:aadf2096dafaadaf32bbf72e70ac2aee36ef81c66fcecc7dc764c967c8241f64 done [2025-10-08T11:13:41.927Z] #8 exporting manifest sha256:fd7fd46a5de53b82e0dfa61fa7e53458f7e927db43195c04169242217109b485 done [2025-10-08T11:13:41.927Z] #8 exporting config sha256:9a945cc6b210a17fbb0abcc71ca8cbeb59541da5e6493b0a122ac86fdbf8143e done [2025-10-08T11:13:41.927Z] #8 exporting manifest list sha256:6a27388b13bbdf574b57f653143c7491e1c88f4a908625e170bc6cf5b5e9e1d4 done [2025-10-08T11:13:41.927Z] #8 pushing layers 0.0s done [2025-10-08T11:13:41.927Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:6a27388b13bbdf574b57f653143c7491e1c88f4a908625e170bc6cf5b5e9e1d4 0.1s done [2025-10-08T11:13:41.927Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T11:13:41.927Z] #8 DONE 0.1s [2025-10-08T11:13:41.927Z] [2025-10-08T11:13:41.927Z] 1 warning found (use --debug to expand): [2025-10-08T11:13:41.927Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T11:13:42.224Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:main' [2025-10-08T11:13:42.224Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:main --push - [2025-10-08T11:13:42.487Z] #1 [internal] load build definition from Dockerfile [2025-10-08T11:13:42.487Z] #1 transferring dockerfile: 160B done [2025-10-08T11:13:42.487Z] #1 DONE 0.0s [2025-10-08T11:13:42.487Z] [2025-10-08T11:13:42.487Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main [2025-10-08T11:13:42.487Z] #2 DONE 0.0s [2025-10-08T11:13:42.487Z] [2025-10-08T11:13:42.487Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main [2025-10-08T11:13:42.487Z] #3 DONE 0.0s [2025-10-08T11:13:42.487Z] [2025-10-08T11:13:42.487Z] #4 [internal] load .dockerignore [2025-10-08T11:13:42.487Z] #4 transferring context: 2B done [2025-10-08T11:13:42.487Z] #4 DONE 0.0s [2025-10-08T11:13:42.487Z] [2025-10-08T11:13:42.487Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:cd56b99db5f86f134ed3cd3374cd0e844c150e982ab49bd1349b0b4b4b1308fa [2025-10-08T11:13:42.487Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:cd56b99db5f86f134ed3cd3374cd0e844c150e982ab49bd1349b0b4b4b1308fa 0.0s done [2025-10-08T11:13:42.487Z] #5 CACHED [2025-10-08T11:13:42.487Z] [2025-10-08T11:13:42.487Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:cd56b99db5f86f134ed3cd3374cd0e844c150e982ab49bd1349b0b4b4b1308fa [2025-10-08T11:13:42.487Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:cd56b99db5f86f134ed3cd3374cd0e844c150e982ab49bd1349b0b4b4b1308fa 0.0s done [2025-10-08T11:13:42.487Z] #6 CACHED [2025-10-08T11:13:42.487Z] [2025-10-08T11:13:42.487Z] #7 exporting to image [2025-10-08T11:13:42.487Z] #7 exporting layers [2025-10-08T11:13:42.487Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T11:13:42.487Z] #7 exporting layers done [2025-10-08T11:13:42.487Z] #7 exporting manifest sha256:1570ac0526ac959776436ad174a6aa7519ede14353d45d17fe2e54bbe34efc92 done [2025-10-08T11:13:42.487Z] #7 exporting config sha256:aadf2096dafaadaf32bbf72e70ac2aee36ef81c66fcecc7dc764c967c8241f64 done [2025-10-08T11:13:42.487Z] #7 exporting manifest sha256:fd7fd46a5de53b82e0dfa61fa7e53458f7e927db43195c04169242217109b485 done [2025-10-08T11:13:42.487Z] #7 exporting config sha256:9a945cc6b210a17fbb0abcc71ca8cbeb59541da5e6493b0a122ac86fdbf8143e done [2025-10-08T11:13:42.487Z] #7 exporting manifest list sha256:6a27388b13bbdf574b57f653143c7491e1c88f4a908625e170bc6cf5b5e9e1d4 done [2025-10-08T11:13:42.487Z] #7 pushing layers 0.0s done [2025-10-08T11:13:42.487Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:6a27388b13bbdf574b57f653143c7491e1c88f4a908625e170bc6cf5b5e9e1d4 0.1s done [2025-10-08T11:13:42.487Z] #7 DONE 0.1s [2025-10-08T11:13:42.487Z] [2025-10-08T11:13:42.487Z] #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T11:13:42.487Z] #8 DONE 0.0s [2025-10-08T11:13:42.487Z] [2025-10-08T11:13:42.487Z] 1 warning found (use --debug to expand): [2025-10-08T11:13:42.487Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T11:13:42.774Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:4d3e8805e5e9eb3f6c86d36552e13c375795480c' [2025-10-08T11:13:42.774Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:4d3e8805e5e9eb3f6c86d36552e13c375795480c --push - [2025-10-08T11:13:43.034Z] #1 [internal] load build definition from Dockerfile [2025-10-08T11:13:43.034Z] #1 transferring dockerfile: 198B done [2025-10-08T11:13:43.034Z] #1 DONE 0.0s [2025-10-08T11:13:43.034Z] [2025-10-08T11:13:43.034Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:13:43.034Z] #2 DONE 0.0s [2025-10-08T11:13:43.034Z] [2025-10-08T11:13:43.034Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:13:43.034Z] #3 DONE 0.0s [2025-10-08T11:13:43.034Z] [2025-10-08T11:13:43.034Z] #4 [internal] load .dockerignore [2025-10-08T11:13:43.034Z] #4 transferring context: 2B done [2025-10-08T11:13:43.034Z] #4 DONE 0.0s [2025-10-08T11:13:43.034Z] [2025-10-08T11:13:43.034Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:57fa8b3a6c0505241fb1e096d8508ea1166aebfff10e06404ca055f3413f3eee [2025-10-08T11:13:43.034Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:57fa8b3a6c0505241fb1e096d8508ea1166aebfff10e06404ca055f3413f3eee 0.0s done [2025-10-08T11:13:43.034Z] #5 DONE 0.0s [2025-10-08T11:13:43.034Z] [2025-10-08T11:13:43.034Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:57fa8b3a6c0505241fb1e096d8508ea1166aebfff10e06404ca055f3413f3eee [2025-10-08T11:13:43.034Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:57fa8b3a6c0505241fb1e096d8508ea1166aebfff10e06404ca055f3413f3eee 0.0s done [2025-10-08T11:13:43.034Z] #6 DONE 0.1s [2025-10-08T11:13:43.034Z] [2025-10-08T11:13:43.034Z] #7 exporting to image [2025-10-08T11:13:43.034Z] #7 exporting layers done [2025-10-08T11:13:43.034Z] #7 exporting manifest sha256:fd8817125df7bd82744a3cd20b43a9f2d92189b5a6fb7c2b69c78e634d71d2d6 done [2025-10-08T11:13:43.034Z] #7 exporting config sha256:2835b006d372170a45c6361558c3f3be6abbda95f650696c2faa2a03a8862bb7 done [2025-10-08T11:13:43.034Z] #7 exporting manifest sha256:e0fe894a67ec5528c6347f41473b47a66a885fb3b0696b2a42df65165e18dd7e done [2025-10-08T11:13:43.034Z] #7 exporting config sha256:62bda2172e7a6f025520c362251adcb3bdce8ada6703b31c0d66c283e854f4d1 done [2025-10-08T11:13:43.034Z] #7 exporting manifest list sha256:12023d693e1cfd3293a68c84c60b70e66ff304cc11d76e9a8943d09ac36041b8 done [2025-10-08T11:13:43.034Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T11:13:43.291Z] #7 ... [2025-10-08T11:13:43.291Z] [2025-10-08T11:13:43.291Z] #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T11:13:43.291Z] #8 DONE 0.0s [2025-10-08T11:13:43.291Z] [2025-10-08T11:13:43.291Z] #7 exporting to image [2025-10-08T11:13:43.291Z] #7 pushing layers 0.1s done [2025-10-08T11:13:43.291Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:12023d693e1cfd3293a68c84c60b70e66ff304cc11d76e9a8943d09ac36041b8 [2025-10-08T11:13:43.291Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:12023d693e1cfd3293a68c84c60b70e66ff304cc11d76e9a8943d09ac36041b8 0.1s done [2025-10-08T11:13:43.291Z] #7 DONE 0.2s [2025-10-08T11:13:43.291Z] [2025-10-08T11:13:43.291Z] 1 warning found (use --debug to expand): [2025-10-08T11:13:43.291Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T11:13:43.577Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:latest --push - [2025-10-08T11:13:43.577Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:latest' [2025-10-08T11:13:43.577Z] #1 [internal] load build definition from Dockerfile [2025-10-08T11:13:43.577Z] #1 transferring dockerfile: 164B done [2025-10-08T11:13:43.577Z] #1 DONE 0.0s [2025-10-08T11:13:43.577Z] [2025-10-08T11:13:43.577Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-10-08T11:13:43.577Z] #2 DONE 0.0s [2025-10-08T11:13:43.577Z] [2025-10-08T11:13:43.577Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-10-08T11:13:43.577Z] #3 DONE 0.0s [2025-10-08T11:13:43.577Z] [2025-10-08T11:13:43.577Z] #4 [internal] load .dockerignore [2025-10-08T11:13:43.577Z] #4 transferring context: 2B done [2025-10-08T11:13:43.577Z] #4 DONE 0.0s [2025-10-08T11:13:43.577Z] [2025-10-08T11:13:43.577Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:57fa8b3a6c0505241fb1e096d8508ea1166aebfff10e06404ca055f3413f3eee [2025-10-08T11:13:43.577Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:57fa8b3a6c0505241fb1e096d8508ea1166aebfff10e06404ca055f3413f3eee done [2025-10-08T11:13:43.577Z] #5 CACHED [2025-10-08T11:13:43.577Z] [2025-10-08T11:13:43.577Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:57fa8b3a6c0505241fb1e096d8508ea1166aebfff10e06404ca055f3413f3eee [2025-10-08T11:13:43.577Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:57fa8b3a6c0505241fb1e096d8508ea1166aebfff10e06404ca055f3413f3eee done [2025-10-08T11:13:43.577Z] #6 CACHED [2025-10-08T11:13:43.577Z] [2025-10-08T11:13:43.577Z] #7 exporting to image [2025-10-08T11:13:43.577Z] #7 exporting layers done [2025-10-08T11:13:43.577Z] #7 exporting manifest sha256:fd8817125df7bd82744a3cd20b43a9f2d92189b5a6fb7c2b69c78e634d71d2d6 done [2025-10-08T11:13:43.577Z] #7 exporting config sha256:2835b006d372170a45c6361558c3f3be6abbda95f650696c2faa2a03a8862bb7 done [2025-10-08T11:13:43.577Z] #7 exporting manifest sha256:e0fe894a67ec5528c6347f41473b47a66a885fb3b0696b2a42df65165e18dd7e done [2025-10-08T11:13:43.577Z] #7 exporting config sha256:62bda2172e7a6f025520c362251adcb3bdce8ada6703b31c0d66c283e854f4d1 done [2025-10-08T11:13:43.577Z] #7 exporting manifest list sha256:12023d693e1cfd3293a68c84c60b70e66ff304cc11d76e9a8943d09ac36041b8 done [2025-10-08T11:13:43.577Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T11:13:43.838Z] #7 pushing layers 0.0s done [2025-10-08T11:13:43.838Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:12023d693e1cfd3293a68c84c60b70e66ff304cc11d76e9a8943d09ac36041b8 0.1s done [2025-10-08T11:13:43.838Z] #7 DONE 0.1s [2025-10-08T11:13:43.838Z] [2025-10-08T11:13:43.838Z] #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T11:13:43.838Z] #8 DONE 0.0s [2025-10-08T11:13:43.838Z] [2025-10-08T11:13:43.838Z] 1 warning found (use --debug to expand): [2025-10-08T11:13:43.838Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T11:13:44.157Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.65' [2025-10-08T11:13:44.157Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.65 --push - [2025-10-08T11:13:44.157Z] #1 [internal] load build definition from Dockerfile [2025-10-08T11:13:44.157Z] #1 transferring dockerfile: 170B done [2025-10-08T11:13:44.157Z] #1 DONE 0.0s [2025-10-08T11:13:44.157Z] [2025-10-08T11:13:44.157Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.65 [2025-10-08T11:13:44.157Z] #2 DONE 0.0s [2025-10-08T11:13:44.157Z] [2025-10-08T11:13:44.157Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.65 [2025-10-08T11:13:44.157Z] #3 DONE 0.0s [2025-10-08T11:13:44.157Z] [2025-10-08T11:13:44.157Z] #4 [internal] load .dockerignore [2025-10-08T11:13:44.157Z] #4 transferring context: 2B done [2025-10-08T11:13:44.157Z] #4 DONE 0.0s [2025-10-08T11:13:44.157Z] [2025-10-08T11:13:44.157Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.65@sha256:57fa8b3a6c0505241fb1e096d8508ea1166aebfff10e06404ca055f3413f3eee [2025-10-08T11:13:44.157Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.65@sha256:57fa8b3a6c0505241fb1e096d8508ea1166aebfff10e06404ca055f3413f3eee done [2025-10-08T11:13:44.157Z] #5 DONE 0.0s [2025-10-08T11:13:44.157Z] [2025-10-08T11:13:44.157Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.65@sha256:57fa8b3a6c0505241fb1e096d8508ea1166aebfff10e06404ca055f3413f3eee [2025-10-08T11:13:44.439Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.65@sha256:57fa8b3a6c0505241fb1e096d8508ea1166aebfff10e06404ca055f3413f3eee done [2025-10-08T11:13:44.439Z] #6 CACHED [2025-10-08T11:13:44.439Z] [2025-10-08T11:13:44.439Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.65@sha256:57fa8b3a6c0505241fb1e096d8508ea1166aebfff10e06404ca055f3413f3eee [2025-10-08T11:13:44.439Z] #5 CACHED [2025-10-08T11:13:44.439Z] [2025-10-08T11:13:44.439Z] #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T11:13:44.439Z] #7 DONE 0.0s [2025-10-08T11:13:44.439Z] [2025-10-08T11:13:44.439Z] #8 exporting to image [2025-10-08T11:13:44.439Z] #8 exporting layers done [2025-10-08T11:13:44.439Z] #8 exporting manifest sha256:fd8817125df7bd82744a3cd20b43a9f2d92189b5a6fb7c2b69c78e634d71d2d6 done [2025-10-08T11:13:44.439Z] #8 exporting config sha256:2835b006d372170a45c6361558c3f3be6abbda95f650696c2faa2a03a8862bb7 done [2025-10-08T11:13:44.439Z] #8 exporting manifest sha256:e0fe894a67ec5528c6347f41473b47a66a885fb3b0696b2a42df65165e18dd7e done [2025-10-08T11:13:44.439Z] #8 exporting config sha256:62bda2172e7a6f025520c362251adcb3bdce8ada6703b31c0d66c283e854f4d1 done [2025-10-08T11:13:44.439Z] #8 exporting manifest list sha256:12023d693e1cfd3293a68c84c60b70e66ff304cc11d76e9a8943d09ac36041b8 done [2025-10-08T11:13:44.439Z] #8 pushing layers 0.0s done [2025-10-08T11:13:44.439Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.65@sha256:12023d693e1cfd3293a68c84c60b70e66ff304cc11d76e9a8943d09ac36041b8 0.1s done [2025-10-08T11:13:44.439Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T11:13:44.439Z] #8 DONE 0.1s [2025-10-08T11:13:44.439Z] [2025-10-08T11:13:44.439Z] 1 warning found (use --debug to expand): [2025-10-08T11:13:44.439Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T11:13:44.727Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65' [2025-10-08T11:13:44.728Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 --push - [2025-10-08T11:13:44.728Z] #1 [internal] load build definition from Dockerfile [2025-10-08T11:13:44.728Z] #1 transferring dockerfile: 211B done [2025-10-08T11:13:44.728Z] #1 DONE 0.0s [2025-10-08T11:13:44.728Z] [2025-10-08T11:13:44.728Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:13:44.728Z] #2 DONE 0.0s [2025-10-08T11:13:44.728Z] [2025-10-08T11:13:44.728Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:13:44.728Z] #3 DONE 0.0s [2025-10-08T11:13:44.728Z] [2025-10-08T11:13:44.728Z] #4 [internal] load .dockerignore [2025-10-08T11:13:44.728Z] #4 transferring context: 2B done [2025-10-08T11:13:44.728Z] #4 DONE 0.0s [2025-10-08T11:13:44.728Z] [2025-10-08T11:13:44.728Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:57fa8b3a6c0505241fb1e096d8508ea1166aebfff10e06404ca055f3413f3eee [2025-10-08T11:13:44.728Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:57fa8b3a6c0505241fb1e096d8508ea1166aebfff10e06404ca055f3413f3eee done [2025-10-08T11:13:44.728Z] #5 DONE 0.0s [2025-10-08T11:13:44.728Z] [2025-10-08T11:13:44.728Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:57fa8b3a6c0505241fb1e096d8508ea1166aebfff10e06404ca055f3413f3eee [2025-10-08T11:13:44.987Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:57fa8b3a6c0505241fb1e096d8508ea1166aebfff10e06404ca055f3413f3eee 0.0s done [2025-10-08T11:13:44.987Z] #6 CACHED [2025-10-08T11:13:44.987Z] [2025-10-08T11:13:44.987Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:57fa8b3a6c0505241fb1e096d8508ea1166aebfff10e06404ca055f3413f3eee [2025-10-08T11:13:44.987Z] #5 CACHED [2025-10-08T11:13:44.987Z] [2025-10-08T11:13:44.987Z] #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T11:13:44.987Z] #7 DONE 0.0s [2025-10-08T11:13:44.987Z] [2025-10-08T11:13:44.987Z] #8 exporting to image [2025-10-08T11:13:44.987Z] #8 exporting layers done [2025-10-08T11:13:44.987Z] #8 exporting manifest sha256:fd8817125df7bd82744a3cd20b43a9f2d92189b5a6fb7c2b69c78e634d71d2d6 done [2025-10-08T11:13:44.987Z] #8 exporting config sha256:2835b006d372170a45c6361558c3f3be6abbda95f650696c2faa2a03a8862bb7 done [2025-10-08T11:13:44.987Z] #8 exporting manifest sha256:e0fe894a67ec5528c6347f41473b47a66a885fb3b0696b2a42df65165e18dd7e done [2025-10-08T11:13:44.987Z] #8 exporting config sha256:62bda2172e7a6f025520c362251adcb3bdce8ada6703b31c0d66c283e854f4d1 done [2025-10-08T11:13:44.987Z] #8 exporting manifest list sha256:12023d693e1cfd3293a68c84c60b70e66ff304cc11d76e9a8943d09ac36041b8 done [2025-10-08T11:13:44.987Z] #8 pushing layers 0.0s done [2025-10-08T11:13:44.987Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:12023d693e1cfd3293a68c84c60b70e66ff304cc11d76e9a8943d09ac36041b8 0.1s done [2025-10-08T11:13:44.987Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T11:13:44.988Z] #8 DONE 0.1s [2025-10-08T11:13:44.988Z] [2025-10-08T11:13:44.988Z] 1 warning found (use --debug to expand): [2025-10-08T11:13:44.988Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T11:13:45.274Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:main --push - [2025-10-08T11:13:45.274Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:main' [2025-10-08T11:13:45.535Z] #1 [internal] load build definition from Dockerfile [2025-10-08T11:13:45.535Z] #1 transferring dockerfile: 162B done [2025-10-08T11:13:45.535Z] #1 DONE 0.0s [2025-10-08T11:13:45.535Z] [2025-10-08T11:13:45.535Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main [2025-10-08T11:13:45.535Z] #2 DONE 0.0s [2025-10-08T11:13:45.535Z] [2025-10-08T11:13:45.535Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main [2025-10-08T11:13:45.535Z] #3 DONE 0.0s [2025-10-08T11:13:45.535Z] [2025-10-08T11:13:45.535Z] #4 [internal] load .dockerignore [2025-10-08T11:13:45.535Z] #4 transferring context: 2B done [2025-10-08T11:13:45.535Z] #4 DONE 0.0s [2025-10-08T11:13:45.535Z] [2025-10-08T11:13:45.535Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:57fa8b3a6c0505241fb1e096d8508ea1166aebfff10e06404ca055f3413f3eee [2025-10-08T11:13:45.535Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:57fa8b3a6c0505241fb1e096d8508ea1166aebfff10e06404ca055f3413f3eee 0.0s done [2025-10-08T11:13:45.535Z] #5 CACHED [2025-10-08T11:13:45.535Z] [2025-10-08T11:13:45.535Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:57fa8b3a6c0505241fb1e096d8508ea1166aebfff10e06404ca055f3413f3eee [2025-10-08T11:13:45.535Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:57fa8b3a6c0505241fb1e096d8508ea1166aebfff10e06404ca055f3413f3eee 0.0s done [2025-10-08T11:13:45.535Z] #6 CACHED [2025-10-08T11:13:45.535Z] [2025-10-08T11:13:45.535Z] #7 exporting to image [2025-10-08T11:13:45.535Z] #7 exporting layers done [2025-10-08T11:13:45.535Z] #7 exporting manifest sha256:fd8817125df7bd82744a3cd20b43a9f2d92189b5a6fb7c2b69c78e634d71d2d6 done [2025-10-08T11:13:45.535Z] #7 exporting config sha256:2835b006d372170a45c6361558c3f3be6abbda95f650696c2faa2a03a8862bb7 done [2025-10-08T11:13:45.535Z] #7 exporting manifest sha256:e0fe894a67ec5528c6347f41473b47a66a885fb3b0696b2a42df65165e18dd7e done [2025-10-08T11:13:45.535Z] #7 exporting config sha256:62bda2172e7a6f025520c362251adcb3bdce8ada6703b31c0d66c283e854f4d1 done [2025-10-08T11:13:45.535Z] #7 exporting manifest list sha256:12023d693e1cfd3293a68c84c60b70e66ff304cc11d76e9a8943d09ac36041b8 [2025-10-08T11:13:45.535Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T11:13:45.535Z] #7 exporting manifest list sha256:12023d693e1cfd3293a68c84c60b70e66ff304cc11d76e9a8943d09ac36041b8 done [2025-10-08T11:13:45.535Z] #7 pushing layers 0.0s done [2025-10-08T11:13:45.535Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:12023d693e1cfd3293a68c84c60b70e66ff304cc11d76e9a8943d09ac36041b8 0.1s done [2025-10-08T11:13:45.535Z] #7 DONE 0.1s [2025-10-08T11:13:45.535Z] [2025-10-08T11:13:45.535Z] #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T11:13:45.535Z] #8 DONE 0.0s [2025-10-08T11:13:45.535Z] [2025-10-08T11:13:45.535Z] 1 warning found (use --debug to expand): [2025-10-08T11:13:45.535Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T11:13:45.839Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c' [2025-10-08T11:13:45.839Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c --push - [2025-10-08T11:13:46.108Z] #1 [internal] load build definition from Dockerfile [2025-10-08T11:13:46.108Z] #1 transferring dockerfile: 206B done [2025-10-08T11:13:46.108Z] #1 DONE 0.0s [2025-10-08T11:13:46.108Z] [2025-10-08T11:13:46.108Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:13:46.108Z] #2 DONE 0.0s [2025-10-08T11:13:46.108Z] [2025-10-08T11:13:46.108Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:13:46.108Z] #3 DONE 0.1s [2025-10-08T11:13:46.108Z] [2025-10-08T11:13:46.108Z] #4 [internal] load .dockerignore [2025-10-08T11:13:46.108Z] #4 transferring context: [2025-10-08T11:13:46.108Z] #4 transferring context: 2B done [2025-10-08T11:13:46.108Z] #4 DONE 0.0s [2025-10-08T11:13:46.108Z] [2025-10-08T11:13:46.108Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:d2cd3fb48aa732d6a19a9767a12c04e832eafb82590fea6a3edb3ecf5c78458a [2025-10-08T11:13:46.108Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:d2cd3fb48aa732d6a19a9767a12c04e832eafb82590fea6a3edb3ecf5c78458a 0.0s done [2025-10-08T11:13:46.108Z] #5 DONE 0.0s [2025-10-08T11:13:46.108Z] [2025-10-08T11:13:46.108Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:d2cd3fb48aa732d6a19a9767a12c04e832eafb82590fea6a3edb3ecf5c78458a [2025-10-08T11:13:46.108Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:d2cd3fb48aa732d6a19a9767a12c04e832eafb82590fea6a3edb3ecf5c78458a 0.0s done [2025-10-08T11:13:46.108Z] #6 DONE 0.2s [2025-10-08T11:13:46.108Z] [2025-10-08T11:13:46.108Z] #7 exporting to image [2025-10-08T11:13:46.108Z] #7 exporting layers done [2025-10-08T11:13:46.108Z] #7 exporting manifest sha256:fb4536ec08cfffc48fc0f498c6788cfeb09618115935eb655218e1fe393a9176 done [2025-10-08T11:13:46.108Z] #7 exporting config sha256:8514adc125df01b51ddaecdc218587efe83ca9ef02baf68e1ab35db4fdfb3f7b done [2025-10-08T11:13:46.108Z] #7 exporting manifest sha256:21db6723b8380cf711c36ccf2b303626b66feef0851c9877314ab1fbddac2942 done [2025-10-08T11:13:46.108Z] #7 exporting config sha256:29814b19e4b007038ad3bc70a2afff39ab2f8262b576ae48754717dbb241b7b7 done [2025-10-08T11:13:46.108Z] #7 exporting manifest list sha256:e9c371456af8c0b662e227bed30d559cb74f79dcc60fee56cd08cabb88a11868 done [2025-10-08T11:13:46.108Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T11:13:46.372Z] #7 ... [2025-10-08T11:13:46.372Z] [2025-10-08T11:13:46.372Z] #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T11:13:46.372Z] #8 DONE 0.0s [2025-10-08T11:13:46.372Z] [2025-10-08T11:13:46.372Z] #7 exporting to image [2025-10-08T11:13:46.372Z] #7 pushing layers 0.1s done [2025-10-08T11:13:46.372Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:e9c371456af8c0b662e227bed30d559cb74f79dcc60fee56cd08cabb88a11868 [2025-10-08T11:13:46.372Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:e9c371456af8c0b662e227bed30d559cb74f79dcc60fee56cd08cabb88a11868 0.1s done [2025-10-08T11:13:46.372Z] #7 DONE 0.2s [2025-10-08T11:13:46.372Z] [2025-10-08T11:13:46.372Z] 1 warning found (use --debug to expand): [2025-10-08T11:13:46.372Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T11:13:46.659Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest' [2025-10-08T11:13:46.659Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:latest --push - [2025-10-08T11:13:46.659Z] #1 [internal] load build definition from Dockerfile [2025-10-08T11:13:46.659Z] #1 transferring dockerfile: 172B done [2025-10-08T11:13:46.659Z] #1 DONE 0.0s [2025-10-08T11:13:46.659Z] [2025-10-08T11:13:46.659Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-10-08T11:13:46.659Z] #2 DONE 0.0s [2025-10-08T11:13:46.659Z] [2025-10-08T11:13:46.659Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-10-08T11:13:46.659Z] #3 DONE 0.0s [2025-10-08T11:13:46.659Z] [2025-10-08T11:13:46.659Z] #4 [internal] load .dockerignore [2025-10-08T11:13:46.659Z] #4 transferring context: 2B done [2025-10-08T11:13:46.659Z] #4 DONE 0.0s [2025-10-08T11:13:46.659Z] [2025-10-08T11:13:46.659Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:d2cd3fb48aa732d6a19a9767a12c04e832eafb82590fea6a3edb3ecf5c78458a [2025-10-08T11:13:46.659Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:d2cd3fb48aa732d6a19a9767a12c04e832eafb82590fea6a3edb3ecf5c78458a 0.0s done [2025-10-08T11:13:46.659Z] #5 CACHED [2025-10-08T11:13:46.659Z] [2025-10-08T11:13:46.659Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:d2cd3fb48aa732d6a19a9767a12c04e832eafb82590fea6a3edb3ecf5c78458a [2025-10-08T11:13:46.659Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:d2cd3fb48aa732d6a19a9767a12c04e832eafb82590fea6a3edb3ecf5c78458a 0.0s done [2025-10-08T11:13:46.659Z] #6 CACHED [2025-10-08T11:13:46.659Z] [2025-10-08T11:13:46.659Z] #7 exporting to image [2025-10-08T11:13:46.659Z] #7 exporting layers done [2025-10-08T11:13:46.659Z] #7 exporting manifest sha256:fb4536ec08cfffc48fc0f498c6788cfeb09618115935eb655218e1fe393a9176 done [2025-10-08T11:13:46.659Z] #7 exporting config sha256:8514adc125df01b51ddaecdc218587efe83ca9ef02baf68e1ab35db4fdfb3f7b done [2025-10-08T11:13:46.659Z] #7 exporting manifest sha256:21db6723b8380cf711c36ccf2b303626b66feef0851c9877314ab1fbddac2942 [2025-10-08T11:13:46.659Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T11:13:46.918Z] #7 exporting manifest sha256:21db6723b8380cf711c36ccf2b303626b66feef0851c9877314ab1fbddac2942 done [2025-10-08T11:13:46.918Z] #7 exporting config sha256:29814b19e4b007038ad3bc70a2afff39ab2f8262b576ae48754717dbb241b7b7 done [2025-10-08T11:13:46.918Z] #7 exporting manifest list sha256:e9c371456af8c0b662e227bed30d559cb74f79dcc60fee56cd08cabb88a11868 done [2025-10-08T11:13:46.918Z] #7 pushing layers 0.0s done [2025-10-08T11:13:46.918Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:e9c371456af8c0b662e227bed30d559cb74f79dcc60fee56cd08cabb88a11868 0.1s done [2025-10-08T11:13:46.918Z] #7 DONE 0.1s [2025-10-08T11:13:46.918Z] [2025-10-08T11:13:46.918Z] #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T11:13:46.918Z] #8 DONE 0.0s [2025-10-08T11:13:46.918Z] [2025-10-08T11:13:46.918Z] 1 warning found (use --debug to expand): [2025-10-08T11:13:46.918Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T11:13:47.220Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.65 --push - [2025-10-08T11:13:47.220Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.65' [2025-10-08T11:13:47.220Z] #1 [internal] load build definition from Dockerfile [2025-10-08T11:13:47.220Z] #1 transferring dockerfile: 178B done [2025-10-08T11:13:47.220Z] #1 DONE 0.0s [2025-10-08T11:13:47.220Z] [2025-10-08T11:13:47.220Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.65 [2025-10-08T11:13:47.220Z] #2 DONE 0.0s [2025-10-08T11:13:47.220Z] [2025-10-08T11:13:47.220Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.65 [2025-10-08T11:13:47.220Z] #3 DONE 0.0s [2025-10-08T11:13:47.220Z] [2025-10-08T11:13:47.220Z] #4 [internal] load .dockerignore [2025-10-08T11:13:47.220Z] #4 transferring context: 2B done [2025-10-08T11:13:47.220Z] #4 DONE 0.0s [2025-10-08T11:13:47.220Z] [2025-10-08T11:13:47.220Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.65@sha256:d2cd3fb48aa732d6a19a9767a12c04e832eafb82590fea6a3edb3ecf5c78458a [2025-10-08T11:13:47.220Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.65@sha256:d2cd3fb48aa732d6a19a9767a12c04e832eafb82590fea6a3edb3ecf5c78458a 0.0s done [2025-10-08T11:13:47.220Z] #5 CACHED [2025-10-08T11:13:47.220Z] [2025-10-08T11:13:47.220Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.65@sha256:d2cd3fb48aa732d6a19a9767a12c04e832eafb82590fea6a3edb3ecf5c78458a [2025-10-08T11:13:47.220Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.65@sha256:d2cd3fb48aa732d6a19a9767a12c04e832eafb82590fea6a3edb3ecf5c78458a 0.0s done [2025-10-08T11:13:47.220Z] #6 CACHED [2025-10-08T11:13:47.220Z] [2025-10-08T11:13:47.220Z] #7 exporting to image [2025-10-08T11:13:47.220Z] #7 exporting layers [2025-10-08T11:13:47.220Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T11:13:47.480Z] #7 exporting layers done [2025-10-08T11:13:47.480Z] #7 exporting manifest sha256:fb4536ec08cfffc48fc0f498c6788cfeb09618115935eb655218e1fe393a9176 done [2025-10-08T11:13:47.480Z] #7 exporting config sha256:8514adc125df01b51ddaecdc218587efe83ca9ef02baf68e1ab35db4fdfb3f7b done [2025-10-08T11:13:47.480Z] #7 exporting manifest sha256:21db6723b8380cf711c36ccf2b303626b66feef0851c9877314ab1fbddac2942 done [2025-10-08T11:13:47.480Z] #7 exporting config sha256:29814b19e4b007038ad3bc70a2afff39ab2f8262b576ae48754717dbb241b7b7 done [2025-10-08T11:13:47.480Z] #7 exporting manifest list sha256:e9c371456af8c0b662e227bed30d559cb74f79dcc60fee56cd08cabb88a11868 done [2025-10-08T11:13:47.480Z] #7 pushing layers 0.0s done [2025-10-08T11:13:47.480Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.65@sha256:e9c371456af8c0b662e227bed30d559cb74f79dcc60fee56cd08cabb88a11868 0.1s done [2025-10-08T11:13:47.480Z] #7 DONE 0.1s [2025-10-08T11:13:47.480Z] [2025-10-08T11:13:47.480Z] #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T11:13:47.480Z] #8 DONE 0.0s [2025-10-08T11:13:47.480Z] [2025-10-08T11:13:47.480Z] 1 warning found (use --debug to expand): [2025-10-08T11:13:47.480Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T11:13:47.772Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65' [2025-10-08T11:13:47.772Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 --push - [2025-10-08T11:13:47.772Z] #1 [internal] load build definition from Dockerfile [2025-10-08T11:13:47.772Z] #1 transferring dockerfile: 219B done [2025-10-08T11:13:47.772Z] #1 DONE 0.0s [2025-10-08T11:13:47.772Z] [2025-10-08T11:13:47.772Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:13:47.772Z] #2 DONE 0.0s [2025-10-08T11:13:47.772Z] [2025-10-08T11:13:47.772Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:13:47.772Z] #3 DONE 0.0s [2025-10-08T11:13:47.772Z] [2025-10-08T11:13:47.772Z] #4 [internal] load .dockerignore [2025-10-08T11:13:47.772Z] #4 transferring context: 2B done [2025-10-08T11:13:47.772Z] #4 DONE 0.0s [2025-10-08T11:13:47.772Z] [2025-10-08T11:13:47.772Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:d2cd3fb48aa732d6a19a9767a12c04e832eafb82590fea6a3edb3ecf5c78458a [2025-10-08T11:13:47.772Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:d2cd3fb48aa732d6a19a9767a12c04e832eafb82590fea6a3edb3ecf5c78458a 0.0s done [2025-10-08T11:13:47.772Z] #5 CACHED [2025-10-08T11:13:47.772Z] [2025-10-08T11:13:47.772Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:d2cd3fb48aa732d6a19a9767a12c04e832eafb82590fea6a3edb3ecf5c78458a [2025-10-08T11:13:47.772Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:d2cd3fb48aa732d6a19a9767a12c04e832eafb82590fea6a3edb3ecf5c78458a 0.0s done [2025-10-08T11:13:47.772Z] #6 CACHED [2025-10-08T11:13:47.772Z] [2025-10-08T11:13:47.772Z] #7 exporting to image [2025-10-08T11:13:47.772Z] #7 exporting layers done [2025-10-08T11:13:47.772Z] #7 exporting manifest sha256:fb4536ec08cfffc48fc0f498c6788cfeb09618115935eb655218e1fe393a9176 done [2025-10-08T11:13:47.772Z] #7 exporting config sha256:8514adc125df01b51ddaecdc218587efe83ca9ef02baf68e1ab35db4fdfb3f7b done [2025-10-08T11:13:47.772Z] #7 exporting manifest sha256:21db6723b8380cf711c36ccf2b303626b66feef0851c9877314ab1fbddac2942 done [2025-10-08T11:13:47.772Z] #7 exporting config sha256:29814b19e4b007038ad3bc70a2afff39ab2f8262b576ae48754717dbb241b7b7 done [2025-10-08T11:13:47.772Z] #7 exporting manifest list sha256:e9c371456af8c0b662e227bed30d559cb74f79dcc60fee56cd08cabb88a11868 done [2025-10-08T11:13:47.772Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T11:13:48.034Z] #7 pushing layers 0.0s done [2025-10-08T11:13:48.034Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:e9c371456af8c0b662e227bed30d559cb74f79dcc60fee56cd08cabb88a11868 0.1s done [2025-10-08T11:13:48.034Z] #7 DONE 0.1s [2025-10-08T11:13:48.034Z] [2025-10-08T11:13:48.034Z] #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T11:13:48.034Z] #8 DONE 0.0s [2025-10-08T11:13:48.034Z] [2025-10-08T11:13:48.034Z] 1 warning found (use --debug to expand): [2025-10-08T11:13:48.034Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T11:13:48.322Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main' [2025-10-08T11:13:48.322Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:main --push - [2025-10-08T11:13:48.582Z] #1 [internal] load build definition from Dockerfile [2025-10-08T11:13:48.582Z] #1 transferring dockerfile: 170B done [2025-10-08T11:13:48.582Z] #1 DONE 0.0s [2025-10-08T11:13:48.582Z] [2025-10-08T11:13:48.582Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-10-08T11:13:48.582Z] #2 DONE 0.0s [2025-10-08T11:13:48.582Z] [2025-10-08T11:13:48.582Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-10-08T11:13:48.582Z] #3 DONE 0.0s [2025-10-08T11:13:48.582Z] [2025-10-08T11:13:48.582Z] #4 [internal] load .dockerignore [2025-10-08T11:13:48.582Z] #4 transferring context: 2B done [2025-10-08T11:13:48.582Z] #4 DONE 0.0s [2025-10-08T11:13:48.582Z] [2025-10-08T11:13:48.582Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:d2cd3fb48aa732d6a19a9767a12c04e832eafb82590fea6a3edb3ecf5c78458a [2025-10-08T11:13:48.582Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:d2cd3fb48aa732d6a19a9767a12c04e832eafb82590fea6a3edb3ecf5c78458a 0.0s done [2025-10-08T11:13:48.582Z] #5 CACHED [2025-10-08T11:13:48.582Z] [2025-10-08T11:13:48.582Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:d2cd3fb48aa732d6a19a9767a12c04e832eafb82590fea6a3edb3ecf5c78458a [2025-10-08T11:13:48.582Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:d2cd3fb48aa732d6a19a9767a12c04e832eafb82590fea6a3edb3ecf5c78458a 0.0s done [2025-10-08T11:13:48.582Z] #6 CACHED [2025-10-08T11:13:48.582Z] [2025-10-08T11:13:48.582Z] #7 exporting to image [2025-10-08T11:13:48.582Z] #7 exporting layers done [2025-10-08T11:13:48.582Z] #7 exporting manifest sha256:fb4536ec08cfffc48fc0f498c6788cfeb09618115935eb655218e1fe393a9176 done [2025-10-08T11:13:48.582Z] #7 exporting config sha256:8514adc125df01b51ddaecdc218587efe83ca9ef02baf68e1ab35db4fdfb3f7b done [2025-10-08T11:13:48.582Z] #7 exporting manifest sha256:21db6723b8380cf711c36ccf2b303626b66feef0851c9877314ab1fbddac2942 done [2025-10-08T11:13:48.582Z] #7 exporting config sha256:29814b19e4b007038ad3bc70a2afff39ab2f8262b576ae48754717dbb241b7b7 done [2025-10-08T11:13:48.582Z] #7 exporting manifest list sha256:e9c371456af8c0b662e227bed30d559cb74f79dcc60fee56cd08cabb88a11868 done [2025-10-08T11:13:48.582Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T11:13:48.582Z] #7 pushing layers 0.0s done [2025-10-08T11:13:48.582Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:e9c371456af8c0b662e227bed30d559cb74f79dcc60fee56cd08cabb88a11868 0.1s done [2025-10-08T11:13:48.582Z] #7 DONE 0.1s [2025-10-08T11:13:48.582Z] [2025-10-08T11:13:48.582Z] #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T11:13:48.582Z] #8 DONE 0.0s [2025-10-08T11:13:48.582Z] [2025-10-08T11:13:48.582Z] 1 warning found (use --debug to expand): [2025-10-08T11:13:48.582Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T11:13:48.877Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4d3e8805e5e9eb3f6c86d36552e13c375795480c' [2025-10-08T11:13:48.877Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:4d3e8805e5e9eb3f6c86d36552e13c375795480c --push - [2025-10-08T11:13:48.877Z] #1 [internal] load build definition from Dockerfile [2025-10-08T11:13:48.877Z] #1 transferring dockerfile: 204B done [2025-10-08T11:13:48.877Z] #1 DONE 0.0s [2025-10-08T11:13:48.877Z] [2025-10-08T11:13:48.877Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:13:48.877Z] #2 DONE 0.0s [2025-10-08T11:13:48.877Z] [2025-10-08T11:13:48.877Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:13:48.877Z] #3 DONE 0.0s [2025-10-08T11:13:48.877Z] [2025-10-08T11:13:48.877Z] #4 [internal] load .dockerignore [2025-10-08T11:13:48.877Z] #4 transferring context: 2B done [2025-10-08T11:13:48.877Z] #4 DONE 0.0s [2025-10-08T11:13:48.877Z] [2025-10-08T11:13:48.877Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:baa4163dc8d6182c8ab5f1f6e14fa2801ba542f851312e666923c32b0d0b2319 [2025-10-08T11:13:48.877Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:baa4163dc8d6182c8ab5f1f6e14fa2801ba542f851312e666923c32b0d0b2319 [2025-10-08T11:13:49.137Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:baa4163dc8d6182c8ab5f1f6e14fa2801ba542f851312e666923c32b0d0b2319 done [2025-10-08T11:13:49.137Z] #5 DONE 0.1s [2025-10-08T11:13:49.137Z] [2025-10-08T11:13:49.137Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:baa4163dc8d6182c8ab5f1f6e14fa2801ba542f851312e666923c32b0d0b2319 [2025-10-08T11:13:49.137Z] #6 DONE 0.0s [2025-10-08T11:13:49.137Z] [2025-10-08T11:13:49.137Z] #7 exporting to image [2025-10-08T11:13:49.137Z] #7 exporting layers done [2025-10-08T11:13:49.137Z] #7 exporting manifest sha256:2bacfa974a7ec4bb3847038cf6394908152363bf23e620167d3ccfcaf99b4382 0.0s done [2025-10-08T11:13:49.137Z] #7 exporting config sha256:65fc2ff91514c7261df2f247286875d19e776265488ad2942466fd7634e98894 done [2025-10-08T11:13:49.137Z] #7 exporting manifest sha256:34d6c0a96497593864b63adff61c4f7b175c1e8f25c8666283bb216a02a3ef70 done [2025-10-08T11:13:49.137Z] #7 exporting config sha256:ea3eed39963b8e669048d3f7a75a45407826249f79b7236f82d5213c43f458bb done [2025-10-08T11:13:49.137Z] #7 exporting manifest list sha256:3155d6612cbd16c3f65912c1d65c9f35764a27d59562d3602b18b8ff5c86c9e6 done [2025-10-08T11:13:49.137Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T11:13:49.137Z] #7 ... [2025-10-08T11:13:49.137Z] [2025-10-08T11:13:49.137Z] #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T11:13:49.137Z] #8 DONE 0.0s [2025-10-08T11:13:49.137Z] [2025-10-08T11:13:49.137Z] #7 exporting to image [2025-10-08T11:13:49.137Z] #7 pushing layers 0.1s done [2025-10-08T11:13:49.137Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:3155d6612cbd16c3f65912c1d65c9f35764a27d59562d3602b18b8ff5c86c9e6 [2025-10-08T11:13:49.397Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:3155d6612cbd16c3f65912c1d65c9f35764a27d59562d3602b18b8ff5c86c9e6 0.1s done [2025-10-08T11:13:49.397Z] #7 DONE 0.2s [2025-10-08T11:13:49.397Z] [2025-10-08T11:13:49.397Z] 1 warning found (use --debug to expand): [2025-10-08T11:13:49.397Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T11:13:49.686Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:latest --push - [2025-10-08T11:13:49.686Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest' [2025-10-08T11:13:49.946Z] #1 [internal] load build definition from Dockerfile [2025-10-08T11:13:49.946Z] #1 transferring dockerfile: 170B done [2025-10-08T11:13:49.946Z] #1 DONE 0.0s [2025-10-08T11:13:49.946Z] [2025-10-08T11:13:49.946Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-10-08T11:13:49.946Z] #2 DONE 0.0s [2025-10-08T11:13:49.946Z] [2025-10-08T11:13:49.946Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-10-08T11:13:49.946Z] #3 DONE 0.0s [2025-10-08T11:13:49.946Z] [2025-10-08T11:13:49.946Z] #4 [internal] load .dockerignore [2025-10-08T11:13:49.946Z] #4 transferring context: 2B done [2025-10-08T11:13:49.946Z] #4 DONE 0.0s [2025-10-08T11:13:49.946Z] [2025-10-08T11:13:49.946Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:baa4163dc8d6182c8ab5f1f6e14fa2801ba542f851312e666923c32b0d0b2319 [2025-10-08T11:13:49.946Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:baa4163dc8d6182c8ab5f1f6e14fa2801ba542f851312e666923c32b0d0b2319 done [2025-10-08T11:13:49.946Z] #5 CACHED [2025-10-08T11:13:49.946Z] [2025-10-08T11:13:49.946Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:baa4163dc8d6182c8ab5f1f6e14fa2801ba542f851312e666923c32b0d0b2319 [2025-10-08T11:13:49.946Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:baa4163dc8d6182c8ab5f1f6e14fa2801ba542f851312e666923c32b0d0b2319 0.0s done [2025-10-08T11:13:49.946Z] #6 CACHED [2025-10-08T11:13:49.946Z] [2025-10-08T11:13:49.946Z] #7 exporting to image [2025-10-08T11:13:49.946Z] #7 exporting layers done [2025-10-08T11:13:49.946Z] #7 exporting manifest sha256:2bacfa974a7ec4bb3847038cf6394908152363bf23e620167d3ccfcaf99b4382 [2025-10-08T11:13:49.946Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T11:13:49.946Z] #7 exporting manifest sha256:2bacfa974a7ec4bb3847038cf6394908152363bf23e620167d3ccfcaf99b4382 done [2025-10-08T11:13:49.946Z] #7 exporting config sha256:65fc2ff91514c7261df2f247286875d19e776265488ad2942466fd7634e98894 done [2025-10-08T11:13:49.946Z] #7 exporting manifest sha256:34d6c0a96497593864b63adff61c4f7b175c1e8f25c8666283bb216a02a3ef70 done [2025-10-08T11:13:49.946Z] #7 exporting config sha256:ea3eed39963b8e669048d3f7a75a45407826249f79b7236f82d5213c43f458bb done [2025-10-08T11:13:49.946Z] #7 exporting manifest list sha256:3155d6612cbd16c3f65912c1d65c9f35764a27d59562d3602b18b8ff5c86c9e6 done [2025-10-08T11:13:49.946Z] #7 pushing layers 0.0s done [2025-10-08T11:13:49.946Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:3155d6612cbd16c3f65912c1d65c9f35764a27d59562d3602b18b8ff5c86c9e6 0.1s done [2025-10-08T11:13:49.946Z] #7 DONE 0.1s [2025-10-08T11:13:49.946Z] [2025-10-08T11:13:49.946Z] #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T11:13:49.946Z] #8 DONE 0.0s [2025-10-08T11:13:49.946Z] [2025-10-08T11:13:49.946Z] 1 warning found (use --debug to expand): [2025-10-08T11:13:49.946Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T11:13:50.235Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.65' [2025-10-08T11:13:50.235Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.65 --push - [2025-10-08T11:13:50.493Z] #1 [internal] load build definition from Dockerfile [2025-10-08T11:13:50.493Z] #1 transferring dockerfile: 176B done [2025-10-08T11:13:50.493Z] #1 DONE 0.0s [2025-10-08T11:13:50.493Z] [2025-10-08T11:13:50.493Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.65 [2025-10-08T11:13:50.493Z] #2 DONE 0.0s [2025-10-08T11:13:50.493Z] [2025-10-08T11:13:50.493Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.65 [2025-10-08T11:13:50.493Z] #3 DONE 0.0s [2025-10-08T11:13:50.493Z] [2025-10-08T11:13:50.493Z] #4 [internal] load .dockerignore [2025-10-08T11:13:50.493Z] #4 transferring context: 2B done [2025-10-08T11:13:50.493Z] #4 DONE 0.0s [2025-10-08T11:13:50.493Z] [2025-10-08T11:13:50.493Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.65@sha256:baa4163dc8d6182c8ab5f1f6e14fa2801ba542f851312e666923c32b0d0b2319 [2025-10-08T11:13:50.493Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.65@sha256:baa4163dc8d6182c8ab5f1f6e14fa2801ba542f851312e666923c32b0d0b2319 0.0s done [2025-10-08T11:13:50.493Z] #5 CACHED [2025-10-08T11:13:50.493Z] [2025-10-08T11:13:50.493Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.65@sha256:baa4163dc8d6182c8ab5f1f6e14fa2801ba542f851312e666923c32b0d0b2319 [2025-10-08T11:13:50.493Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.65@sha256:baa4163dc8d6182c8ab5f1f6e14fa2801ba542f851312e666923c32b0d0b2319 0.0s done [2025-10-08T11:13:50.493Z] #6 CACHED [2025-10-08T11:13:50.493Z] [2025-10-08T11:13:50.493Z] #7 exporting to image [2025-10-08T11:13:50.493Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T11:13:50.493Z] #7 exporting layers done [2025-10-08T11:13:50.493Z] #7 exporting manifest sha256:2bacfa974a7ec4bb3847038cf6394908152363bf23e620167d3ccfcaf99b4382 done [2025-10-08T11:13:50.493Z] #7 exporting config sha256:65fc2ff91514c7261df2f247286875d19e776265488ad2942466fd7634e98894 done [2025-10-08T11:13:50.493Z] #7 exporting manifest sha256:34d6c0a96497593864b63adff61c4f7b175c1e8f25c8666283bb216a02a3ef70 done [2025-10-08T11:13:50.493Z] #7 exporting config sha256:ea3eed39963b8e669048d3f7a75a45407826249f79b7236f82d5213c43f458bb done [2025-10-08T11:13:50.493Z] #7 exporting manifest list sha256:3155d6612cbd16c3f65912c1d65c9f35764a27d59562d3602b18b8ff5c86c9e6 done [2025-10-08T11:13:50.493Z] #7 pushing layers 0.0s done [2025-10-08T11:13:50.493Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.65@sha256:3155d6612cbd16c3f65912c1d65c9f35764a27d59562d3602b18b8ff5c86c9e6 0.1s done [2025-10-08T11:13:50.493Z] #7 DONE 0.1s [2025-10-08T11:13:50.493Z] [2025-10-08T11:13:50.493Z] #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T11:13:50.493Z] #8 DONE 0.0s [2025-10-08T11:13:50.493Z] [2025-10-08T11:13:50.493Z] 1 warning found (use --debug to expand): [2025-10-08T11:13:50.493Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T11:13:50.777Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 --push - [2025-10-08T11:13:50.777Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65' [2025-10-08T11:13:50.777Z] #1 [internal] load build definition from Dockerfile [2025-10-08T11:13:50.777Z] #1 transferring dockerfile: 217B done [2025-10-08T11:13:50.777Z] #1 DONE 0.0s [2025-10-08T11:13:50.777Z] [2025-10-08T11:13:50.777Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:13:50.777Z] #2 DONE 0.0s [2025-10-08T11:13:50.777Z] [2025-10-08T11:13:50.777Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:13:50.777Z] #3 DONE 0.0s [2025-10-08T11:13:50.777Z] [2025-10-08T11:13:50.777Z] #4 [internal] load .dockerignore [2025-10-08T11:13:50.777Z] #4 transferring context: 2B done [2025-10-08T11:13:50.777Z] #4 DONE 0.0s [2025-10-08T11:13:51.037Z] [2025-10-08T11:13:51.037Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:baa4163dc8d6182c8ab5f1f6e14fa2801ba542f851312e666923c32b0d0b2319 [2025-10-08T11:13:51.037Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:baa4163dc8d6182c8ab5f1f6e14fa2801ba542f851312e666923c32b0d0b2319 0.0s done [2025-10-08T11:13:51.037Z] #5 CACHED [2025-10-08T11:13:51.037Z] [2025-10-08T11:13:51.037Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:baa4163dc8d6182c8ab5f1f6e14fa2801ba542f851312e666923c32b0d0b2319 [2025-10-08T11:13:51.037Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:baa4163dc8d6182c8ab5f1f6e14fa2801ba542f851312e666923c32b0d0b2319 0.0s done [2025-10-08T11:13:51.037Z] #6 CACHED [2025-10-08T11:13:51.037Z] [2025-10-08T11:13:51.037Z] #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T11:13:51.037Z] #7 DONE 0.0s [2025-10-08T11:13:51.037Z] [2025-10-08T11:13:51.037Z] #8 exporting to image [2025-10-08T11:13:51.037Z] #8 exporting layers done [2025-10-08T11:13:51.037Z] #8 exporting manifest sha256:2bacfa974a7ec4bb3847038cf6394908152363bf23e620167d3ccfcaf99b4382 done [2025-10-08T11:13:51.037Z] #8 exporting config sha256:65fc2ff91514c7261df2f247286875d19e776265488ad2942466fd7634e98894 done [2025-10-08T11:13:51.037Z] #8 exporting manifest sha256:34d6c0a96497593864b63adff61c4f7b175c1e8f25c8666283bb216a02a3ef70 done [2025-10-08T11:13:51.037Z] #8 exporting config sha256:ea3eed39963b8e669048d3f7a75a45407826249f79b7236f82d5213c43f458bb done [2025-10-08T11:13:51.037Z] #8 exporting manifest list sha256:3155d6612cbd16c3f65912c1d65c9f35764a27d59562d3602b18b8ff5c86c9e6 done [2025-10-08T11:13:51.037Z] #8 pushing layers 0.0s done [2025-10-08T11:13:51.037Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:3155d6612cbd16c3f65912c1d65c9f35764a27d59562d3602b18b8ff5c86c9e6 [2025-10-08T11:13:51.037Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T11:13:51.037Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:3155d6612cbd16c3f65912c1d65c9f35764a27d59562d3602b18b8ff5c86c9e6 0.1s done [2025-10-08T11:13:51.037Z] #8 DONE 0.1s [2025-10-08T11:13:51.037Z] [2025-10-08T11:13:51.037Z] 1 warning found (use --debug to expand): [2025-10-08T11:13:51.037Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T11:13:51.336Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main' [2025-10-08T11:13:51.336Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:main --push - [2025-10-08T11:13:51.336Z] #1 [internal] load build definition from Dockerfile [2025-10-08T11:13:51.336Z] #1 transferring dockerfile: 168B done [2025-10-08T11:13:51.336Z] #1 DONE 0.0s [2025-10-08T11:13:51.336Z] [2025-10-08T11:13:51.336Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-10-08T11:13:51.336Z] #2 DONE 0.0s [2025-10-08T11:13:51.336Z] [2025-10-08T11:13:51.336Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-10-08T11:13:51.336Z] #3 DONE 0.0s [2025-10-08T11:13:51.336Z] [2025-10-08T11:13:51.336Z] #4 [internal] load .dockerignore [2025-10-08T11:13:51.336Z] #4 transferring context: 2B done [2025-10-08T11:13:51.336Z] #4 DONE 0.0s [2025-10-08T11:13:51.336Z] [2025-10-08T11:13:51.336Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:baa4163dc8d6182c8ab5f1f6e14fa2801ba542f851312e666923c32b0d0b2319 [2025-10-08T11:13:51.336Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:baa4163dc8d6182c8ab5f1f6e14fa2801ba542f851312e666923c32b0d0b2319 0.0s done [2025-10-08T11:13:51.336Z] #5 CACHED [2025-10-08T11:13:51.336Z] [2025-10-08T11:13:51.336Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:baa4163dc8d6182c8ab5f1f6e14fa2801ba542f851312e666923c32b0d0b2319 [2025-10-08T11:13:51.336Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:baa4163dc8d6182c8ab5f1f6e14fa2801ba542f851312e666923c32b0d0b2319 0.0s done [2025-10-08T11:13:51.336Z] #6 CACHED [2025-10-08T11:13:51.336Z] [2025-10-08T11:13:51.336Z] #7 exporting to image [2025-10-08T11:13:51.336Z] #7 exporting layers done [2025-10-08T11:13:51.336Z] #7 exporting manifest sha256:2bacfa974a7ec4bb3847038cf6394908152363bf23e620167d3ccfcaf99b4382 done [2025-10-08T11:13:51.336Z] #7 exporting config sha256:65fc2ff91514c7261df2f247286875d19e776265488ad2942466fd7634e98894 done [2025-10-08T11:13:51.336Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T11:13:51.595Z] #7 exporting manifest sha256:34d6c0a96497593864b63adff61c4f7b175c1e8f25c8666283bb216a02a3ef70 done [2025-10-08T11:13:51.595Z] #7 exporting config sha256:ea3eed39963b8e669048d3f7a75a45407826249f79b7236f82d5213c43f458bb done [2025-10-08T11:13:51.595Z] #7 exporting manifest list sha256:3155d6612cbd16c3f65912c1d65c9f35764a27d59562d3602b18b8ff5c86c9e6 done [2025-10-08T11:13:51.595Z] #7 pushing layers 0.0s done [2025-10-08T11:13:51.595Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:3155d6612cbd16c3f65912c1d65c9f35764a27d59562d3602b18b8ff5c86c9e6 0.1s done [2025-10-08T11:13:51.595Z] #7 DONE 0.1s [2025-10-08T11:13:51.595Z] [2025-10-08T11:13:51.595Z] #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T11:13:51.595Z] #8 DONE 0.0s [2025-10-08T11:13:51.595Z] [2025-10-08T11:13:51.595Z] 1 warning found (use --debug to expand): [2025-10-08T11:13:51.595Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T11:13:51.879Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c' [2025-10-08T11:13:51.879Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c --push - [2025-10-08T11:13:51.879Z] #1 [internal] load build definition from Dockerfile [2025-10-08T11:13:51.879Z] #1 transferring dockerfile: 205B done [2025-10-08T11:13:51.879Z] #1 DONE 0.0s [2025-10-08T11:13:51.879Z] [2025-10-08T11:13:51.879Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:13:51.879Z] #2 DONE 0.0s [2025-10-08T11:13:51.879Z] [2025-10-08T11:13:51.879Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:13:51.879Z] #3 DONE 0.1s [2025-10-08T11:13:51.879Z] [2025-10-08T11:13:51.879Z] #4 [internal] load .dockerignore [2025-10-08T11:13:51.879Z] #4 transferring context: 2B done [2025-10-08T11:13:51.879Z] #4 DONE 0.0s [2025-10-08T11:13:52.139Z] [2025-10-08T11:13:52.139Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:bf24c49105ff36d3eab6434578339cc5d28d7332fc3c52767ecf14c17e4e43bb [2025-10-08T11:13:52.139Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:bf24c49105ff36d3eab6434578339cc5d28d7332fc3c52767ecf14c17e4e43bb 0.0s done [2025-10-08T11:13:52.139Z] #5 DONE 0.0s [2025-10-08T11:13:52.139Z] [2025-10-08T11:13:52.139Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:bf24c49105ff36d3eab6434578339cc5d28d7332fc3c52767ecf14c17e4e43bb [2025-10-08T11:13:52.139Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:bf24c49105ff36d3eab6434578339cc5d28d7332fc3c52767ecf14c17e4e43bb 0.0s done [2025-10-08T11:13:52.139Z] #6 DONE 0.1s [2025-10-08T11:13:52.139Z] [2025-10-08T11:13:52.139Z] #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T11:13:52.139Z] #7 DONE 0.0s [2025-10-08T11:13:52.139Z] [2025-10-08T11:13:52.139Z] #8 exporting to image [2025-10-08T11:13:52.139Z] #8 exporting layers done [2025-10-08T11:13:52.139Z] #8 exporting manifest sha256:ddc120ce7dbcefaa91b9320059e97664483c0940fdde25ffcbbbce83ef9d2573 done [2025-10-08T11:13:52.139Z] #8 exporting config sha256:5bf72fcadf18aab18745e5897ce55cdf749f92eea28669fda250026335f8f79a done [2025-10-08T11:13:52.139Z] #8 exporting manifest sha256:f2fbaf178431b80ea4b765fc869f51d075bf374a149e0b3af95a27ebc0688eff 0.0s done [2025-10-08T11:13:52.139Z] #8 exporting config sha256:95fd777500e4e2701dcbc367577b7bab9a91290c6b64d24bbeaca27b7bad3f19 done [2025-10-08T11:13:52.139Z] #8 exporting manifest list sha256:b7c232fdd6a1136a5ecb274e90257cf582283398e9a03bfff057bf5309f9fbe7 done [2025-10-08T11:13:52.139Z] #8 pushing layers 0.1s done [2025-10-08T11:13:52.139Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:b7c232fdd6a1136a5ecb274e90257cf582283398e9a03bfff057bf5309f9fbe7 [2025-10-08T11:13:52.139Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T11:13:52.399Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:b7c232fdd6a1136a5ecb274e90257cf582283398e9a03bfff057bf5309f9fbe7 0.1s done [2025-10-08T11:13:52.399Z] #8 DONE 0.2s [2025-10-08T11:13:52.399Z] [2025-10-08T11:13:52.399Z] 1 warning found (use --debug to expand): [2025-10-08T11:13:52.399Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T11:13:52.692Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest' [2025-10-08T11:13:52.692Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:latest --push - [2025-10-08T11:13:52.692Z] #1 [internal] load build definition from Dockerfile [2025-10-08T11:13:52.692Z] #1 transferring dockerfile: 171B done [2025-10-08T11:13:52.692Z] #1 DONE 0.0s [2025-10-08T11:13:52.692Z] [2025-10-08T11:13:52.692Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-10-08T11:13:52.692Z] #2 DONE 0.0s [2025-10-08T11:13:52.692Z] [2025-10-08T11:13:52.692Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-10-08T11:13:52.692Z] #3 DONE 0.0s [2025-10-08T11:13:52.692Z] [2025-10-08T11:13:52.692Z] #4 [internal] load .dockerignore [2025-10-08T11:13:52.692Z] #4 transferring context: 2B done [2025-10-08T11:13:52.692Z] #4 DONE 0.0s [2025-10-08T11:13:52.692Z] [2025-10-08T11:13:52.692Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:bf24c49105ff36d3eab6434578339cc5d28d7332fc3c52767ecf14c17e4e43bb [2025-10-08T11:13:52.692Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:bf24c49105ff36d3eab6434578339cc5d28d7332fc3c52767ecf14c17e4e43bb [2025-10-08T11:13:52.952Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:bf24c49105ff36d3eab6434578339cc5d28d7332fc3c52767ecf14c17e4e43bb done [2025-10-08T11:13:52.952Z] #5 CACHED [2025-10-08T11:13:52.952Z] [2025-10-08T11:13:52.952Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:bf24c49105ff36d3eab6434578339cc5d28d7332fc3c52767ecf14c17e4e43bb [2025-10-08T11:13:52.952Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:bf24c49105ff36d3eab6434578339cc5d28d7332fc3c52767ecf14c17e4e43bb 0.0s done [2025-10-08T11:13:52.952Z] #6 CACHED [2025-10-08T11:13:52.952Z] [2025-10-08T11:13:52.952Z] #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T11:13:52.952Z] #7 DONE 0.0s [2025-10-08T11:13:52.952Z] [2025-10-08T11:13:52.952Z] #8 exporting to image [2025-10-08T11:13:52.952Z] #8 exporting layers done [2025-10-08T11:13:52.952Z] #8 exporting manifest sha256:ddc120ce7dbcefaa91b9320059e97664483c0940fdde25ffcbbbce83ef9d2573 done [2025-10-08T11:13:52.952Z] #8 exporting config sha256:5bf72fcadf18aab18745e5897ce55cdf749f92eea28669fda250026335f8f79a done [2025-10-08T11:13:52.952Z] #8 exporting manifest sha256:f2fbaf178431b80ea4b765fc869f51d075bf374a149e0b3af95a27ebc0688eff done [2025-10-08T11:13:52.952Z] #8 exporting config sha256:95fd777500e4e2701dcbc367577b7bab9a91290c6b64d24bbeaca27b7bad3f19 done [2025-10-08T11:13:52.952Z] #8 exporting manifest list sha256:b7c232fdd6a1136a5ecb274e90257cf582283398e9a03bfff057bf5309f9fbe7 done [2025-10-08T11:13:52.952Z] #8 pushing layers 0.0s done [2025-10-08T11:13:52.952Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:b7c232fdd6a1136a5ecb274e90257cf582283398e9a03bfff057bf5309f9fbe7 0.1s done [2025-10-08T11:13:52.952Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T11:13:52.952Z] #8 DONE 0.1s [2025-10-08T11:13:52.952Z] [2025-10-08T11:13:52.952Z] 1 warning found (use --debug to expand): [2025-10-08T11:13:52.952Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T11:13:53.250Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.65 --push - [2025-10-08T11:13:53.250Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.65' [2025-10-08T11:13:53.250Z] #1 [internal] load build definition from Dockerfile [2025-10-08T11:13:53.250Z] #1 transferring dockerfile: 177B done [2025-10-08T11:13:53.250Z] #1 DONE 0.0s [2025-10-08T11:13:53.250Z] [2025-10-08T11:13:53.250Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.65 [2025-10-08T11:13:53.250Z] #2 DONE 0.0s [2025-10-08T11:13:53.250Z] [2025-10-08T11:13:53.250Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.65 [2025-10-08T11:13:53.250Z] #3 DONE 0.0s [2025-10-08T11:13:53.250Z] [2025-10-08T11:13:53.250Z] #4 [internal] load .dockerignore [2025-10-08T11:13:53.250Z] #4 transferring context: 2B done [2025-10-08T11:13:53.250Z] #4 DONE 0.0s [2025-10-08T11:13:53.250Z] [2025-10-08T11:13:53.250Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.65@sha256:bf24c49105ff36d3eab6434578339cc5d28d7332fc3c52767ecf14c17e4e43bb [2025-10-08T11:13:53.250Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.65@sha256:bf24c49105ff36d3eab6434578339cc5d28d7332fc3c52767ecf14c17e4e43bb 0.0s done [2025-10-08T11:13:53.250Z] #5 CACHED [2025-10-08T11:13:53.250Z] [2025-10-08T11:13:53.250Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.65@sha256:bf24c49105ff36d3eab6434578339cc5d28d7332fc3c52767ecf14c17e4e43bb [2025-10-08T11:13:53.250Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.65@sha256:bf24c49105ff36d3eab6434578339cc5d28d7332fc3c52767ecf14c17e4e43bb 0.0s done [2025-10-08T11:13:53.250Z] #6 CACHED [2025-10-08T11:13:53.250Z] [2025-10-08T11:13:53.250Z] #7 exporting to image [2025-10-08T11:13:53.250Z] #7 exporting layers done [2025-10-08T11:13:53.250Z] #7 exporting manifest sha256:ddc120ce7dbcefaa91b9320059e97664483c0940fdde25ffcbbbce83ef9d2573 done [2025-10-08T11:13:53.250Z] #7 exporting config sha256:5bf72fcadf18aab18745e5897ce55cdf749f92eea28669fda250026335f8f79a [2025-10-08T11:13:53.250Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T11:13:53.509Z] #7 exporting config sha256:5bf72fcadf18aab18745e5897ce55cdf749f92eea28669fda250026335f8f79a done [2025-10-08T11:13:53.509Z] #7 exporting manifest sha256:f2fbaf178431b80ea4b765fc869f51d075bf374a149e0b3af95a27ebc0688eff done [2025-10-08T11:13:53.509Z] #7 exporting config sha256:95fd777500e4e2701dcbc367577b7bab9a91290c6b64d24bbeaca27b7bad3f19 done [2025-10-08T11:13:53.509Z] #7 exporting manifest list sha256:b7c232fdd6a1136a5ecb274e90257cf582283398e9a03bfff057bf5309f9fbe7 done [2025-10-08T11:13:53.509Z] #7 pushing layers 0.0s done [2025-10-08T11:13:53.509Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.65@sha256:b7c232fdd6a1136a5ecb274e90257cf582283398e9a03bfff057bf5309f9fbe7 0.1s done [2025-10-08T11:13:53.509Z] #7 DONE 0.1s [2025-10-08T11:13:53.509Z] [2025-10-08T11:13:53.509Z] #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T11:13:53.509Z] #8 DONE 0.0s [2025-10-08T11:13:53.509Z] [2025-10-08T11:13:53.509Z] 1 warning found (use --debug to expand): [2025-10-08T11:13:53.509Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T11:13:53.802Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65' [2025-10-08T11:13:53.802Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 --push - [2025-10-08T11:13:53.802Z] #1 [internal] load build definition from Dockerfile [2025-10-08T11:13:53.802Z] #1 transferring dockerfile: 218B done [2025-10-08T11:13:53.802Z] #1 DONE 0.0s [2025-10-08T11:13:53.802Z] [2025-10-08T11:13:53.802Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:13:53.802Z] #2 DONE 0.0s [2025-10-08T11:13:53.802Z] [2025-10-08T11:13:53.802Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:13:53.802Z] #3 DONE 0.0s [2025-10-08T11:13:53.802Z] [2025-10-08T11:13:53.802Z] #4 [internal] load .dockerignore [2025-10-08T11:13:53.802Z] #4 transferring context: 2B done [2025-10-08T11:13:53.802Z] #4 DONE 0.0s [2025-10-08T11:13:53.802Z] [2025-10-08T11:13:53.802Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:bf24c49105ff36d3eab6434578339cc5d28d7332fc3c52767ecf14c17e4e43bb [2025-10-08T11:13:53.802Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:bf24c49105ff36d3eab6434578339cc5d28d7332fc3c52767ecf14c17e4e43bb 0.0s done [2025-10-08T11:13:53.802Z] #5 CACHED [2025-10-08T11:13:53.802Z] [2025-10-08T11:13:53.802Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:bf24c49105ff36d3eab6434578339cc5d28d7332fc3c52767ecf14c17e4e43bb [2025-10-08T11:13:53.802Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:bf24c49105ff36d3eab6434578339cc5d28d7332fc3c52767ecf14c17e4e43bb 0.0s done [2025-10-08T11:13:53.802Z] #6 CACHED [2025-10-08T11:13:53.802Z] [2025-10-08T11:13:53.802Z] #7 exporting to image [2025-10-08T11:13:53.802Z] #7 exporting layers done [2025-10-08T11:13:53.802Z] #7 exporting manifest sha256:ddc120ce7dbcefaa91b9320059e97664483c0940fdde25ffcbbbce83ef9d2573 done [2025-10-08T11:13:53.802Z] #7 exporting config sha256:5bf72fcadf18aab18745e5897ce55cdf749f92eea28669fda250026335f8f79a done [2025-10-08T11:13:53.802Z] #7 exporting manifest sha256:f2fbaf178431b80ea4b765fc869f51d075bf374a149e0b3af95a27ebc0688eff [2025-10-08T11:13:53.802Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T11:13:54.062Z] #7 exporting manifest sha256:f2fbaf178431b80ea4b765fc869f51d075bf374a149e0b3af95a27ebc0688eff done [2025-10-08T11:13:54.062Z] #7 exporting config sha256:95fd777500e4e2701dcbc367577b7bab9a91290c6b64d24bbeaca27b7bad3f19 done [2025-10-08T11:13:54.062Z] #7 exporting manifest list sha256:b7c232fdd6a1136a5ecb274e90257cf582283398e9a03bfff057bf5309f9fbe7 done [2025-10-08T11:13:54.062Z] #7 pushing layers 0.0s done [2025-10-08T11:13:54.062Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:b7c232fdd6a1136a5ecb274e90257cf582283398e9a03bfff057bf5309f9fbe7 0.1s done [2025-10-08T11:13:54.062Z] #7 DONE 0.1s [2025-10-08T11:13:54.062Z] [2025-10-08T11:13:54.062Z] #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T11:13:54.062Z] #8 DONE 0.0s [2025-10-08T11:13:54.062Z] [2025-10-08T11:13:54.062Z] 1 warning found (use --debug to expand): [2025-10-08T11:13:54.062Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T11:13:54.355Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:main --push - [2025-10-08T11:13:54.355Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main' [2025-10-08T11:13:54.355Z] #1 [internal] load build definition from Dockerfile [2025-10-08T11:13:54.355Z] #1 transferring dockerfile: 169B done [2025-10-08T11:13:54.355Z] #1 DONE 0.0s [2025-10-08T11:13:54.355Z] [2025-10-08T11:13:54.355Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-10-08T11:13:54.355Z] #2 DONE 0.0s [2025-10-08T11:13:54.355Z] [2025-10-08T11:13:54.355Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-10-08T11:13:54.355Z] #3 DONE 0.0s [2025-10-08T11:13:54.355Z] [2025-10-08T11:13:54.355Z] #4 [internal] load .dockerignore [2025-10-08T11:13:54.355Z] #4 transferring context: 2B done [2025-10-08T11:13:54.355Z] #4 DONE 0.0s [2025-10-08T11:13:54.355Z] [2025-10-08T11:13:54.355Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:bf24c49105ff36d3eab6434578339cc5d28d7332fc3c52767ecf14c17e4e43bb [2025-10-08T11:13:54.355Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:bf24c49105ff36d3eab6434578339cc5d28d7332fc3c52767ecf14c17e4e43bb 0.0s done [2025-10-08T11:13:54.355Z] #5 DONE 0.0s [2025-10-08T11:13:54.355Z] [2025-10-08T11:13:54.355Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:bf24c49105ff36d3eab6434578339cc5d28d7332fc3c52767ecf14c17e4e43bb [2025-10-08T11:13:54.613Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:bf24c49105ff36d3eab6434578339cc5d28d7332fc3c52767ecf14c17e4e43bb 0.0s done [2025-10-08T11:13:54.614Z] #6 CACHED [2025-10-08T11:13:54.614Z] [2025-10-08T11:13:54.614Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:bf24c49105ff36d3eab6434578339cc5d28d7332fc3c52767ecf14c17e4e43bb [2025-10-08T11:13:54.614Z] #5 CACHED [2025-10-08T11:13:54.614Z] [2025-10-08T11:13:54.614Z] #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T11:13:54.614Z] #7 DONE 0.0s [2025-10-08T11:13:54.614Z] [2025-10-08T11:13:54.614Z] #8 exporting to image [2025-10-08T11:13:54.614Z] #8 exporting layers done [2025-10-08T11:13:54.614Z] #8 exporting manifest sha256:ddc120ce7dbcefaa91b9320059e97664483c0940fdde25ffcbbbce83ef9d2573 done [2025-10-08T11:13:54.614Z] #8 exporting config sha256:5bf72fcadf18aab18745e5897ce55cdf749f92eea28669fda250026335f8f79a done [2025-10-08T11:13:54.614Z] #8 exporting manifest sha256:f2fbaf178431b80ea4b765fc869f51d075bf374a149e0b3af95a27ebc0688eff done [2025-10-08T11:13:54.614Z] #8 exporting config sha256:95fd777500e4e2701dcbc367577b7bab9a91290c6b64d24bbeaca27b7bad3f19 done [2025-10-08T11:13:54.614Z] #8 exporting manifest list sha256:b7c232fdd6a1136a5ecb274e90257cf582283398e9a03bfff057bf5309f9fbe7 done [2025-10-08T11:13:54.614Z] #8 pushing layers 0.0s done [2025-10-08T11:13:54.614Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:b7c232fdd6a1136a5ecb274e90257cf582283398e9a03bfff057bf5309f9fbe7 0.1s done [2025-10-08T11:13:54.614Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T11:13:54.614Z] #8 DONE 0.1s [2025-10-08T11:13:54.614Z] [2025-10-08T11:13:54.614Z] 1 warning found (use --debug to expand): [2025-10-08T11:13:54.614Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T11:13:54.902Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c' [2025-10-08T11:13:54.902Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c --push - [2025-10-08T11:13:55.161Z] #1 [internal] load build definition from Dockerfile [2025-10-08T11:13:55.161Z] #1 transferring dockerfile: 211B done [2025-10-08T11:13:55.161Z] #1 DONE 0.0s [2025-10-08T11:13:55.161Z] [2025-10-08T11:13:55.161Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:13:55.161Z] #2 DONE 0.0s [2025-10-08T11:13:55.161Z] [2025-10-08T11:13:55.161Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:13:55.161Z] #3 DONE 0.0s [2025-10-08T11:13:55.161Z] [2025-10-08T11:13:55.161Z] #4 [internal] load .dockerignore [2025-10-08T11:13:55.161Z] #4 transferring context: 2B done [2025-10-08T11:13:55.161Z] #4 DONE 0.0s [2025-10-08T11:13:55.161Z] [2025-10-08T11:13:55.161Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:d4a3a60fa947e9465cd326ea5379dd7f40f94391eaa1557228171385891ae2d2 [2025-10-08T11:13:55.161Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:d4a3a60fa947e9465cd326ea5379dd7f40f94391eaa1557228171385891ae2d2 done [2025-10-08T11:13:55.161Z] #5 DONE 0.0s [2025-10-08T11:13:55.161Z] [2025-10-08T11:13:55.161Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:d4a3a60fa947e9465cd326ea5379dd7f40f94391eaa1557228171385891ae2d2 [2025-10-08T11:13:55.161Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:d4a3a60fa947e9465cd326ea5379dd7f40f94391eaa1557228171385891ae2d2 0.0s done [2025-10-08T11:13:55.161Z] #6 DONE 0.0s [2025-10-08T11:13:55.161Z] [2025-10-08T11:13:55.161Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:d4a3a60fa947e9465cd326ea5379dd7f40f94391eaa1557228171385891ae2d2 [2025-10-08T11:13:55.161Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:d4a3a60fa947e9465cd326ea5379dd7f40f94391eaa1557228171385891ae2d2 done [2025-10-08T11:13:55.161Z] #5 DONE 0.1s [2025-10-08T11:13:55.161Z] [2025-10-08T11:13:55.161Z] #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T11:13:55.161Z] #7 DONE 0.0s [2025-10-08T11:13:55.161Z] [2025-10-08T11:13:55.161Z] #8 exporting to image [2025-10-08T11:13:55.161Z] #8 exporting layers done [2025-10-08T11:13:55.161Z] #8 exporting manifest sha256:f83c94d0c99ec1472c206569e63aac746b81190df9bae99bdfbf31fe70ed9e5f done [2025-10-08T11:13:55.161Z] #8 exporting config sha256:df17bc108706ab3df23ca80e270f771a8502dfed713342a27734ab8a801118e6 done [2025-10-08T11:13:55.161Z] #8 exporting manifest sha256:a8d37f0031b255815baa85500491ab7fd7bd90566f01480831ce1ff0e505e0af done [2025-10-08T11:13:55.161Z] #8 exporting config sha256:2cb22f43d2fbbe943cd45e56b08abde8ff31cbdbb12a046a9045ed4eff03d6b0 done [2025-10-08T11:13:55.161Z] #8 exporting manifest list sha256:f1cc2daac281bd9bb33eb71f99fbc7abc469088009e34628e0190e43c50b2d73 done [2025-10-08T11:13:55.161Z] #8 pushing layers 0.1s done [2025-10-08T11:13:55.161Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:f1cc2daac281bd9bb33eb71f99fbc7abc469088009e34628e0190e43c50b2d73 [2025-10-08T11:13:55.161Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T11:13:55.421Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:f1cc2daac281bd9bb33eb71f99fbc7abc469088009e34628e0190e43c50b2d73 0.1s done [2025-10-08T11:13:55.421Z] #8 DONE 0.2s [2025-10-08T11:13:55.421Z] [2025-10-08T11:13:55.421Z] 1 warning found (use --debug to expand): [2025-10-08T11:13:55.421Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T11:13:55.713Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest' [2025-10-08T11:13:55.713Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest --push - [2025-10-08T11:13:55.713Z] #1 [internal] load build definition from Dockerfile [2025-10-08T11:13:55.713Z] #1 transferring dockerfile: 177B done [2025-10-08T11:13:55.713Z] #1 DONE 0.0s [2025-10-08T11:13:55.713Z] [2025-10-08T11:13:55.713Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-10-08T11:13:55.713Z] #2 DONE 0.0s [2025-10-08T11:13:55.713Z] [2025-10-08T11:13:55.713Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-10-08T11:13:55.713Z] #3 DONE 0.0s [2025-10-08T11:13:55.713Z] [2025-10-08T11:13:55.713Z] #4 [internal] load .dockerignore [2025-10-08T11:13:55.713Z] #4 transferring context: 2B done [2025-10-08T11:13:55.713Z] #4 DONE 0.0s [2025-10-08T11:13:55.713Z] [2025-10-08T11:13:55.713Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:d4a3a60fa947e9465cd326ea5379dd7f40f94391eaa1557228171385891ae2d2 [2025-10-08T11:13:55.713Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:d4a3a60fa947e9465cd326ea5379dd7f40f94391eaa1557228171385891ae2d2 0.0s done [2025-10-08T11:13:55.713Z] #5 CACHED [2025-10-08T11:13:55.713Z] [2025-10-08T11:13:55.713Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:d4a3a60fa947e9465cd326ea5379dd7f40f94391eaa1557228171385891ae2d2 [2025-10-08T11:13:55.713Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:d4a3a60fa947e9465cd326ea5379dd7f40f94391eaa1557228171385891ae2d2 0.0s done [2025-10-08T11:13:55.713Z] #6 CACHED [2025-10-08T11:13:55.713Z] [2025-10-08T11:13:55.713Z] #7 exporting to image [2025-10-08T11:13:55.713Z] #7 exporting layers done [2025-10-08T11:13:55.713Z] #7 exporting manifest sha256:f83c94d0c99ec1472c206569e63aac746b81190df9bae99bdfbf31fe70ed9e5f done [2025-10-08T11:13:55.713Z] #7 exporting config sha256:df17bc108706ab3df23ca80e270f771a8502dfed713342a27734ab8a801118e6 done [2025-10-08T11:13:55.713Z] #7 exporting manifest sha256:a8d37f0031b255815baa85500491ab7fd7bd90566f01480831ce1ff0e505e0af done [2025-10-08T11:13:55.713Z] #7 exporting config sha256:2cb22f43d2fbbe943cd45e56b08abde8ff31cbdbb12a046a9045ed4eff03d6b0 [2025-10-08T11:13:55.713Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T11:13:55.972Z] #7 exporting config sha256:2cb22f43d2fbbe943cd45e56b08abde8ff31cbdbb12a046a9045ed4eff03d6b0 done [2025-10-08T11:13:55.972Z] #7 exporting manifest list sha256:f1cc2daac281bd9bb33eb71f99fbc7abc469088009e34628e0190e43c50b2d73 done [2025-10-08T11:13:55.972Z] #7 pushing layers 0.0s done [2025-10-08T11:13:55.972Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:f1cc2daac281bd9bb33eb71f99fbc7abc469088009e34628e0190e43c50b2d73 0.1s done [2025-10-08T11:13:55.972Z] #7 DONE 0.1s [2025-10-08T11:13:55.972Z] [2025-10-08T11:13:55.972Z] #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T11:13:55.972Z] #8 DONE 0.0s [2025-10-08T11:13:55.972Z] [2025-10-08T11:13:55.972Z] 1 warning found (use --debug to expand): [2025-10-08T11:13:55.972Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T11:13:56.261Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.65' [2025-10-08T11:13:56.261Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.65 --push - [2025-10-08T11:13:56.261Z] #1 [internal] load build definition from Dockerfile [2025-10-08T11:13:56.261Z] #1 transferring dockerfile: 183B done [2025-10-08T11:13:56.261Z] #1 DONE 0.0s [2025-10-08T11:13:56.261Z] [2025-10-08T11:13:56.261Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.65 [2025-10-08T11:13:56.261Z] #2 DONE 0.0s [2025-10-08T11:13:56.261Z] [2025-10-08T11:13:56.261Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.65 [2025-10-08T11:13:56.261Z] #3 DONE 0.0s [2025-10-08T11:13:56.261Z] [2025-10-08T11:13:56.261Z] #4 [internal] load .dockerignore [2025-10-08T11:13:56.261Z] #4 transferring context: 2B done [2025-10-08T11:13:56.261Z] #4 DONE 0.0s [2025-10-08T11:13:56.261Z] [2025-10-08T11:13:56.261Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.65@sha256:d4a3a60fa947e9465cd326ea5379dd7f40f94391eaa1557228171385891ae2d2 [2025-10-08T11:13:56.261Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.65@sha256:d4a3a60fa947e9465cd326ea5379dd7f40f94391eaa1557228171385891ae2d2 0.0s done [2025-10-08T11:13:56.261Z] #5 CACHED [2025-10-08T11:13:56.261Z] [2025-10-08T11:13:56.261Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.65@sha256:d4a3a60fa947e9465cd326ea5379dd7f40f94391eaa1557228171385891ae2d2 [2025-10-08T11:13:56.521Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.65@sha256:d4a3a60fa947e9465cd326ea5379dd7f40f94391eaa1557228171385891ae2d2 0.0s done [2025-10-08T11:13:56.521Z] #6 CACHED [2025-10-08T11:13:56.521Z] [2025-10-08T11:13:56.521Z] #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T11:13:56.521Z] #7 DONE 0.0s [2025-10-08T11:13:56.521Z] [2025-10-08T11:13:56.521Z] #8 exporting to image [2025-10-08T11:13:56.521Z] #8 exporting layers done [2025-10-08T11:13:56.521Z] #8 exporting manifest sha256:f83c94d0c99ec1472c206569e63aac746b81190df9bae99bdfbf31fe70ed9e5f done [2025-10-08T11:13:56.521Z] #8 exporting config sha256:df17bc108706ab3df23ca80e270f771a8502dfed713342a27734ab8a801118e6 done [2025-10-08T11:13:56.521Z] #8 exporting manifest sha256:a8d37f0031b255815baa85500491ab7fd7bd90566f01480831ce1ff0e505e0af done [2025-10-08T11:13:56.521Z] #8 exporting config sha256:2cb22f43d2fbbe943cd45e56b08abde8ff31cbdbb12a046a9045ed4eff03d6b0 done [2025-10-08T11:13:56.521Z] #8 exporting manifest list sha256:f1cc2daac281bd9bb33eb71f99fbc7abc469088009e34628e0190e43c50b2d73 done [2025-10-08T11:13:56.521Z] #8 pushing layers 0.0s done [2025-10-08T11:13:56.521Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.65@sha256:f1cc2daac281bd9bb33eb71f99fbc7abc469088009e34628e0190e43c50b2d73 0.1s done [2025-10-08T11:13:56.521Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T11:13:56.521Z] #8 DONE 0.1s [2025-10-08T11:13:56.521Z] [2025-10-08T11:13:56.521Z] 1 warning found (use --debug to expand): [2025-10-08T11:13:56.521Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T11:13:56.810Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 --push - [2025-10-08T11:13:56.810Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65' [2025-10-08T11:13:56.810Z] #1 [internal] load build definition from Dockerfile [2025-10-08T11:13:56.810Z] #1 transferring dockerfile: 224B done [2025-10-08T11:13:56.810Z] #1 DONE 0.0s [2025-10-08T11:13:56.810Z] [2025-10-08T11:13:56.810Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:13:56.810Z] #2 DONE 0.0s [2025-10-08T11:13:56.810Z] [2025-10-08T11:13:56.810Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:13:56.810Z] #3 DONE 0.0s [2025-10-08T11:13:56.810Z] [2025-10-08T11:13:56.810Z] #4 [internal] load .dockerignore [2025-10-08T11:13:56.810Z] #4 transferring context: 2B done [2025-10-08T11:13:56.810Z] #4 DONE 0.0s [2025-10-08T11:13:56.810Z] [2025-10-08T11:13:56.810Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:d4a3a60fa947e9465cd326ea5379dd7f40f94391eaa1557228171385891ae2d2 [2025-10-08T11:13:56.810Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:d4a3a60fa947e9465cd326ea5379dd7f40f94391eaa1557228171385891ae2d2 0.0s done [2025-10-08T11:13:57.070Z] #5 CACHED [2025-10-08T11:13:57.070Z] [2025-10-08T11:13:57.070Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:d4a3a60fa947e9465cd326ea5379dd7f40f94391eaa1557228171385891ae2d2 [2025-10-08T11:13:57.070Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:d4a3a60fa947e9465cd326ea5379dd7f40f94391eaa1557228171385891ae2d2 0.0s done [2025-10-08T11:13:57.070Z] #6 CACHED [2025-10-08T11:13:57.070Z] [2025-10-08T11:13:57.070Z] #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T11:13:57.070Z] #7 DONE 0.0s [2025-10-08T11:13:57.070Z] [2025-10-08T11:13:57.070Z] #8 exporting to image [2025-10-08T11:13:57.070Z] #8 exporting layers done [2025-10-08T11:13:57.070Z] #8 exporting manifest sha256:f83c94d0c99ec1472c206569e63aac746b81190df9bae99bdfbf31fe70ed9e5f done [2025-10-08T11:13:57.070Z] #8 exporting config sha256:df17bc108706ab3df23ca80e270f771a8502dfed713342a27734ab8a801118e6 done [2025-10-08T11:13:57.070Z] #8 exporting manifest sha256:a8d37f0031b255815baa85500491ab7fd7bd90566f01480831ce1ff0e505e0af done [2025-10-08T11:13:57.070Z] #8 exporting config sha256:2cb22f43d2fbbe943cd45e56b08abde8ff31cbdbb12a046a9045ed4eff03d6b0 done [2025-10-08T11:13:57.070Z] #8 exporting manifest list sha256:f1cc2daac281bd9bb33eb71f99fbc7abc469088009e34628e0190e43c50b2d73 done [2025-10-08T11:13:57.070Z] #8 pushing layers 0.0s done [2025-10-08T11:13:57.070Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:f1cc2daac281bd9bb33eb71f99fbc7abc469088009e34628e0190e43c50b2d73 0.1s done [2025-10-08T11:13:57.070Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T11:13:57.070Z] #8 DONE 0.1s [2025-10-08T11:13:57.070Z] [2025-10-08T11:13:57.070Z] 1 warning found (use --debug to expand): [2025-10-08T11:13:57.070Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T11:13:57.368Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:main --push - [2025-10-08T11:13:57.368Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main' [2025-10-08T11:13:57.631Z] #1 [internal] load build definition from Dockerfile [2025-10-08T11:13:57.631Z] #1 transferring dockerfile: 175B done [2025-10-08T11:13:57.631Z] #1 DONE 0.0s [2025-10-08T11:13:57.631Z] [2025-10-08T11:13:57.631Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-10-08T11:13:57.631Z] #2 DONE 0.0s [2025-10-08T11:13:57.631Z] [2025-10-08T11:13:57.631Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-10-08T11:13:57.631Z] #3 DONE 0.0s [2025-10-08T11:13:57.631Z] [2025-10-08T11:13:57.631Z] #4 [internal] load .dockerignore [2025-10-08T11:13:57.631Z] #4 transferring context: 2B done [2025-10-08T11:13:57.631Z] #4 DONE 0.0s [2025-10-08T11:13:57.631Z] [2025-10-08T11:13:57.631Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:d4a3a60fa947e9465cd326ea5379dd7f40f94391eaa1557228171385891ae2d2 [2025-10-08T11:13:57.631Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:d4a3a60fa947e9465cd326ea5379dd7f40f94391eaa1557228171385891ae2d2 0.0s done [2025-10-08T11:13:57.631Z] #5 DONE 0.0s [2025-10-08T11:13:57.631Z] [2025-10-08T11:13:57.631Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:d4a3a60fa947e9465cd326ea5379dd7f40f94391eaa1557228171385891ae2d2 [2025-10-08T11:13:57.631Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:d4a3a60fa947e9465cd326ea5379dd7f40f94391eaa1557228171385891ae2d2 0.0s done [2025-10-08T11:13:57.631Z] #6 CACHED [2025-10-08T11:13:57.631Z] [2025-10-08T11:13:57.631Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:d4a3a60fa947e9465cd326ea5379dd7f40f94391eaa1557228171385891ae2d2 [2025-10-08T11:13:57.631Z] #5 CACHED [2025-10-08T11:13:57.631Z] [2025-10-08T11:13:57.631Z] #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T11:13:57.631Z] #7 DONE 0.0s [2025-10-08T11:13:57.631Z] [2025-10-08T11:13:57.631Z] #8 exporting to image [2025-10-08T11:13:57.631Z] #8 exporting layers done [2025-10-08T11:13:57.631Z] #8 exporting manifest sha256:f83c94d0c99ec1472c206569e63aac746b81190df9bae99bdfbf31fe70ed9e5f done [2025-10-08T11:13:57.631Z] #8 exporting config sha256:df17bc108706ab3df23ca80e270f771a8502dfed713342a27734ab8a801118e6 done [2025-10-08T11:13:57.631Z] #8 exporting manifest sha256:a8d37f0031b255815baa85500491ab7fd7bd90566f01480831ce1ff0e505e0af done [2025-10-08T11:13:57.631Z] #8 exporting config sha256:2cb22f43d2fbbe943cd45e56b08abde8ff31cbdbb12a046a9045ed4eff03d6b0 done [2025-10-08T11:13:57.631Z] #8 exporting manifest list sha256:f1cc2daac281bd9bb33eb71f99fbc7abc469088009e34628e0190e43c50b2d73 done [2025-10-08T11:13:57.631Z] #8 pushing layers 0.0s done [2025-10-08T11:13:57.631Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:f1cc2daac281bd9bb33eb71f99fbc7abc469088009e34628e0190e43c50b2d73 0.1s done [2025-10-08T11:13:57.631Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T11:13:57.631Z] #8 DONE 0.1s [2025-10-08T11:13:57.631Z] [2025-10-08T11:13:57.631Z] 1 warning found (use --debug to expand): [2025-10-08T11:13:57.631Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T11:13:57.919Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4d3e8805e5e9eb3f6c86d36552e13c375795480c' [2025-10-08T11:13:57.919Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4d3e8805e5e9eb3f6c86d36552e13c375795480c --push - [2025-10-08T11:13:57.920Z] #1 [internal] load build definition from Dockerfile [2025-10-08T11:13:57.920Z] #1 transferring dockerfile: 215B done [2025-10-08T11:13:57.920Z] #1 DONE 0.0s [2025-10-08T11:13:57.920Z] [2025-10-08T11:13:57.920Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:13:57.920Z] #2 DONE 0.0s [2025-10-08T11:13:57.920Z] [2025-10-08T11:13:57.920Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:13:57.920Z] #3 DONE 0.0s [2025-10-08T11:13:57.920Z] [2025-10-08T11:13:57.920Z] #4 [internal] load .dockerignore [2025-10-08T11:13:57.920Z] #4 transferring context: 2B done [2025-10-08T11:13:57.920Z] #4 DONE 0.0s [2025-10-08T11:13:58.179Z] [2025-10-08T11:13:58.179Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:321fb78509abedbb7595b1e7be2300ddf9f8b389006f635b013ed842b7c6f85b [2025-10-08T11:13:58.179Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:321fb78509abedbb7595b1e7be2300ddf9f8b389006f635b013ed842b7c6f85b 0.0s done [2025-10-08T11:13:58.179Z] #5 DONE 0.0s [2025-10-08T11:13:58.179Z] [2025-10-08T11:13:58.179Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:321fb78509abedbb7595b1e7be2300ddf9f8b389006f635b013ed842b7c6f85b [2025-10-08T11:13:58.179Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:321fb78509abedbb7595b1e7be2300ddf9f8b389006f635b013ed842b7c6f85b done [2025-10-08T11:13:58.179Z] #6 DONE 0.1s [2025-10-08T11:13:58.179Z] [2025-10-08T11:13:58.179Z] #7 exporting to image [2025-10-08T11:13:58.179Z] #7 exporting layers done [2025-10-08T11:13:58.179Z] #7 exporting manifest sha256:ea20130d468cba76a5b002b6594f194ee2cf4dd87254b61aedc50640548c8d26 done [2025-10-08T11:13:58.179Z] #7 exporting config sha256:6bac7a99cb65ec67f27eb9c51d0e69346c281874bce60771588813463d20c2ab [2025-10-08T11:13:58.179Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T11:13:58.179Z] #7 ... [2025-10-08T11:13:58.179Z] [2025-10-08T11:13:58.180Z] #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T11:13:58.180Z] #8 DONE 0.0s [2025-10-08T11:13:58.180Z] [2025-10-08T11:13:58.180Z] #7 exporting to image [2025-10-08T11:13:58.180Z] #7 exporting config sha256:6bac7a99cb65ec67f27eb9c51d0e69346c281874bce60771588813463d20c2ab done [2025-10-08T11:13:58.180Z] #7 exporting manifest sha256:3e9bf13c94bb9534da8c2a6456c821fb836939fde295eca49045f7b7f521cf35 done [2025-10-08T11:13:58.180Z] #7 exporting config sha256:017c25d0de232c115b7c0a761fd83fbba5684900b7db889f27e0631e46d7e974 done [2025-10-08T11:13:58.180Z] #7 exporting manifest list sha256:e8f29d04f36734dfcf626b3e8d7d1957eac79afc2645ed4eaab81b9f37951a09 done [2025-10-08T11:13:58.180Z] #7 pushing layers 0.1s done [2025-10-08T11:13:58.180Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:e8f29d04f36734dfcf626b3e8d7d1957eac79afc2645ed4eaab81b9f37951a09 [2025-10-08T11:13:58.439Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:e8f29d04f36734dfcf626b3e8d7d1957eac79afc2645ed4eaab81b9f37951a09 0.1s done [2025-10-08T11:13:58.439Z] #7 DONE 0.2s [2025-10-08T11:13:58.439Z] [2025-10-08T11:13:58.439Z] 1 warning found (use --debug to expand): [2025-10-08T11:13:58.439Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T11:13:58.734Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest' [2025-10-08T11:13:58.734Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest --push - [2025-10-08T11:13:58.994Z] #1 [internal] load build definition from Dockerfile [2025-10-08T11:13:58.994Z] #1 transferring dockerfile: 181B done [2025-10-08T11:13:58.994Z] #1 DONE 0.0s [2025-10-08T11:13:58.994Z] [2025-10-08T11:13:58.994Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-10-08T11:13:58.994Z] #2 DONE 0.0s [2025-10-08T11:13:58.994Z] [2025-10-08T11:13:58.994Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-10-08T11:13:58.994Z] #3 DONE 0.0s [2025-10-08T11:13:58.994Z] [2025-10-08T11:13:58.994Z] #4 [internal] load .dockerignore [2025-10-08T11:13:58.994Z] #4 transferring context: 2B done [2025-10-08T11:13:58.994Z] #4 DONE 0.0s [2025-10-08T11:13:58.994Z] [2025-10-08T11:13:58.994Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:321fb78509abedbb7595b1e7be2300ddf9f8b389006f635b013ed842b7c6f85b [2025-10-08T11:13:58.994Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:321fb78509abedbb7595b1e7be2300ddf9f8b389006f635b013ed842b7c6f85b 0.0s done [2025-10-08T11:13:58.994Z] #5 DONE 0.0s [2025-10-08T11:13:58.994Z] [2025-10-08T11:13:58.994Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:321fb78509abedbb7595b1e7be2300ddf9f8b389006f635b013ed842b7c6f85b [2025-10-08T11:13:58.994Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:321fb78509abedbb7595b1e7be2300ddf9f8b389006f635b013ed842b7c6f85b 0.0s done [2025-10-08T11:13:58.994Z] #6 CACHED [2025-10-08T11:13:58.994Z] [2025-10-08T11:13:58.994Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:321fb78509abedbb7595b1e7be2300ddf9f8b389006f635b013ed842b7c6f85b [2025-10-08T11:13:58.994Z] #5 CACHED [2025-10-08T11:13:58.994Z] [2025-10-08T11:13:58.994Z] #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T11:13:58.994Z] #7 DONE 0.0s [2025-10-08T11:13:58.994Z] [2025-10-08T11:13:58.994Z] #8 exporting to image [2025-10-08T11:13:58.994Z] #8 exporting layers done [2025-10-08T11:13:58.994Z] #8 exporting manifest sha256:ea20130d468cba76a5b002b6594f194ee2cf4dd87254b61aedc50640548c8d26 done [2025-10-08T11:13:58.994Z] #8 exporting config sha256:6bac7a99cb65ec67f27eb9c51d0e69346c281874bce60771588813463d20c2ab done [2025-10-08T11:13:58.994Z] #8 exporting manifest sha256:3e9bf13c94bb9534da8c2a6456c821fb836939fde295eca49045f7b7f521cf35 done [2025-10-08T11:13:58.994Z] #8 exporting config sha256:017c25d0de232c115b7c0a761fd83fbba5684900b7db889f27e0631e46d7e974 done [2025-10-08T11:13:58.994Z] #8 exporting manifest list sha256:e8f29d04f36734dfcf626b3e8d7d1957eac79afc2645ed4eaab81b9f37951a09 done [2025-10-08T11:13:58.994Z] #8 pushing layers 0.0s done [2025-10-08T11:13:58.994Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:e8f29d04f36734dfcf626b3e8d7d1957eac79afc2645ed4eaab81b9f37951a09 0.1s done [2025-10-08T11:13:58.994Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T11:13:58.994Z] #8 DONE 0.1s [2025-10-08T11:13:58.994Z] [2025-10-08T11:13:58.994Z] 1 warning found (use --debug to expand): [2025-10-08T11:13:58.994Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T11:13:59.287Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.65 --push - [2025-10-08T11:13:59.287Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.65' [2025-10-08T11:13:59.287Z] #1 [internal] load build definition from Dockerfile [2025-10-08T11:13:59.287Z] #1 transferring dockerfile: 187B done [2025-10-08T11:13:59.287Z] #1 DONE 0.0s [2025-10-08T11:13:59.287Z] [2025-10-08T11:13:59.287Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.65 [2025-10-08T11:13:59.287Z] #2 DONE 0.0s [2025-10-08T11:13:59.287Z] [2025-10-08T11:13:59.287Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.65 [2025-10-08T11:13:59.287Z] #3 DONE 0.0s [2025-10-08T11:13:59.287Z] [2025-10-08T11:13:59.287Z] #4 [internal] load .dockerignore [2025-10-08T11:13:59.287Z] #4 transferring context: 2B done [2025-10-08T11:13:59.287Z] #4 DONE 0.0s [2025-10-08T11:13:59.287Z] [2025-10-08T11:13:59.287Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.65@sha256:321fb78509abedbb7595b1e7be2300ddf9f8b389006f635b013ed842b7c6f85b [2025-10-08T11:13:59.287Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.65@sha256:321fb78509abedbb7595b1e7be2300ddf9f8b389006f635b013ed842b7c6f85b 0.0s done [2025-10-08T11:13:59.287Z] #5 CACHED [2025-10-08T11:13:59.287Z] [2025-10-08T11:13:59.287Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.65@sha256:321fb78509abedbb7595b1e7be2300ddf9f8b389006f635b013ed842b7c6f85b [2025-10-08T11:13:59.287Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.65@sha256:321fb78509abedbb7595b1e7be2300ddf9f8b389006f635b013ed842b7c6f85b 0.0s done [2025-10-08T11:13:59.287Z] #6 CACHED [2025-10-08T11:13:59.287Z] [2025-10-08T11:13:59.287Z] #7 exporting to image [2025-10-08T11:13:59.287Z] #7 exporting layers done [2025-10-08T11:13:59.287Z] #7 exporting manifest sha256:ea20130d468cba76a5b002b6594f194ee2cf4dd87254b61aedc50640548c8d26 done [2025-10-08T11:13:59.287Z] #7 exporting config sha256:6bac7a99cb65ec67f27eb9c51d0e69346c281874bce60771588813463d20c2ab done [2025-10-08T11:13:59.287Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T11:13:59.546Z] #7 exporting manifest sha256:3e9bf13c94bb9534da8c2a6456c821fb836939fde295eca49045f7b7f521cf35 done [2025-10-08T11:13:59.546Z] #7 exporting config sha256:017c25d0de232c115b7c0a761fd83fbba5684900b7db889f27e0631e46d7e974 done [2025-10-08T11:13:59.546Z] #7 exporting manifest list sha256:e8f29d04f36734dfcf626b3e8d7d1957eac79afc2645ed4eaab81b9f37951a09 done [2025-10-08T11:13:59.546Z] #7 pushing layers 0.0s done [2025-10-08T11:13:59.546Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.65@sha256:e8f29d04f36734dfcf626b3e8d7d1957eac79afc2645ed4eaab81b9f37951a09 0.1s done [2025-10-08T11:13:59.546Z] #7 DONE 0.1s [2025-10-08T11:13:59.546Z] [2025-10-08T11:13:59.546Z] #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T11:13:59.546Z] #8 DONE 0.0s [2025-10-08T11:13:59.546Z] [2025-10-08T11:13:59.546Z] 1 warning found (use --debug to expand): [2025-10-08T11:13:59.546Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T11:13:59.834Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65' [2025-10-08T11:13:59.834Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 --push - [2025-10-08T11:14:00.094Z] #1 [internal] load build definition from Dockerfile [2025-10-08T11:14:00.094Z] #1 transferring dockerfile: 228B done [2025-10-08T11:14:00.094Z] #1 DONE 0.0s [2025-10-08T11:14:00.094Z] [2025-10-08T11:14:00.094Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:14:00.094Z] #2 DONE 0.0s [2025-10-08T11:14:00.094Z] [2025-10-08T11:14:00.094Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:14:00.094Z] #3 DONE 0.0s [2025-10-08T11:14:00.094Z] [2025-10-08T11:14:00.094Z] #4 [internal] load .dockerignore [2025-10-08T11:14:00.094Z] #4 transferring context: 2B done [2025-10-08T11:14:00.094Z] #4 DONE 0.0s [2025-10-08T11:14:00.094Z] [2025-10-08T11:14:00.094Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:321fb78509abedbb7595b1e7be2300ddf9f8b389006f635b013ed842b7c6f85b [2025-10-08T11:14:00.094Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:321fb78509abedbb7595b1e7be2300ddf9f8b389006f635b013ed842b7c6f85b 0.0s done [2025-10-08T11:14:00.094Z] #5 CACHED [2025-10-08T11:14:00.094Z] [2025-10-08T11:14:00.094Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:321fb78509abedbb7595b1e7be2300ddf9f8b389006f635b013ed842b7c6f85b [2025-10-08T11:14:00.094Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:321fb78509abedbb7595b1e7be2300ddf9f8b389006f635b013ed842b7c6f85b 0.0s done [2025-10-08T11:14:00.094Z] #6 CACHED [2025-10-08T11:14:00.094Z] [2025-10-08T11:14:00.094Z] #7 exporting to image [2025-10-08T11:14:00.094Z] #7 exporting layers done [2025-10-08T11:14:00.094Z] #7 exporting manifest sha256:ea20130d468cba76a5b002b6594f194ee2cf4dd87254b61aedc50640548c8d26 done [2025-10-08T11:14:00.094Z] #7 exporting config sha256:6bac7a99cb65ec67f27eb9c51d0e69346c281874bce60771588813463d20c2ab done [2025-10-08T11:14:00.094Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T11:14:00.094Z] #7 exporting manifest sha256:3e9bf13c94bb9534da8c2a6456c821fb836939fde295eca49045f7b7f521cf35 done [2025-10-08T11:14:00.094Z] #7 exporting config sha256:017c25d0de232c115b7c0a761fd83fbba5684900b7db889f27e0631e46d7e974 done [2025-10-08T11:14:00.094Z] #7 exporting manifest list sha256:e8f29d04f36734dfcf626b3e8d7d1957eac79afc2645ed4eaab81b9f37951a09 done [2025-10-08T11:14:00.094Z] #7 pushing layers 0.0s done [2025-10-08T11:14:00.094Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:e8f29d04f36734dfcf626b3e8d7d1957eac79afc2645ed4eaab81b9f37951a09 0.1s done [2025-10-08T11:14:00.094Z] #7 DONE 0.1s [2025-10-08T11:14:00.094Z] [2025-10-08T11:14:00.094Z] #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T11:14:00.094Z] #8 DONE 0.0s [2025-10-08T11:14:00.094Z] [2025-10-08T11:14:00.094Z] 1 warning found (use --debug to expand): [2025-10-08T11:14:00.094Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T11:14:00.383Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main' [2025-10-08T11:14:00.383Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main --push - [2025-10-08T11:14:00.643Z] #1 [internal] load build definition from Dockerfile [2025-10-08T11:14:00.643Z] #1 transferring dockerfile: 179B done [2025-10-08T11:14:00.643Z] #1 DONE 0.0s [2025-10-08T11:14:00.643Z] [2025-10-08T11:14:00.643Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-10-08T11:14:00.643Z] #2 DONE 0.0s [2025-10-08T11:14:00.643Z] [2025-10-08T11:14:00.643Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-10-08T11:14:00.643Z] #3 DONE 0.0s [2025-10-08T11:14:00.643Z] [2025-10-08T11:14:00.643Z] #4 [internal] load .dockerignore [2025-10-08T11:14:00.643Z] #4 transferring context: 2B done [2025-10-08T11:14:00.643Z] #4 DONE 0.0s [2025-10-08T11:14:00.643Z] [2025-10-08T11:14:00.643Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:321fb78509abedbb7595b1e7be2300ddf9f8b389006f635b013ed842b7c6f85b [2025-10-08T11:14:00.643Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:321fb78509abedbb7595b1e7be2300ddf9f8b389006f635b013ed842b7c6f85b 0.0s done [2025-10-08T11:14:00.643Z] #5 CACHED [2025-10-08T11:14:00.643Z] [2025-10-08T11:14:00.643Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:321fb78509abedbb7595b1e7be2300ddf9f8b389006f635b013ed842b7c6f85b [2025-10-08T11:14:00.643Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:321fb78509abedbb7595b1e7be2300ddf9f8b389006f635b013ed842b7c6f85b 0.0s done [2025-10-08T11:14:00.643Z] #6 CACHED [2025-10-08T11:14:00.643Z] [2025-10-08T11:14:00.643Z] #7 exporting to image [2025-10-08T11:14:00.643Z] #7 exporting layers done [2025-10-08T11:14:00.643Z] #7 exporting manifest sha256:ea20130d468cba76a5b002b6594f194ee2cf4dd87254b61aedc50640548c8d26 done [2025-10-08T11:14:00.643Z] #7 exporting config sha256:6bac7a99cb65ec67f27eb9c51d0e69346c281874bce60771588813463d20c2ab done [2025-10-08T11:14:00.643Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T11:14:00.643Z] #7 exporting manifest sha256:3e9bf13c94bb9534da8c2a6456c821fb836939fde295eca49045f7b7f521cf35 done [2025-10-08T11:14:00.643Z] #7 exporting config sha256:017c25d0de232c115b7c0a761fd83fbba5684900b7db889f27e0631e46d7e974 done [2025-10-08T11:14:00.643Z] #7 exporting manifest list sha256:e8f29d04f36734dfcf626b3e8d7d1957eac79afc2645ed4eaab81b9f37951a09 done [2025-10-08T11:14:00.643Z] #7 pushing layers 0.0s done [2025-10-08T11:14:00.643Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:e8f29d04f36734dfcf626b3e8d7d1957eac79afc2645ed4eaab81b9f37951a09 0.1s done [2025-10-08T11:14:00.643Z] #7 DONE 0.1s [2025-10-08T11:14:00.643Z] [2025-10-08T11:14:00.643Z] #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T11:14:00.643Z] #8 DONE 0.0s [2025-10-08T11:14:00.643Z] [2025-10-08T11:14:00.643Z] 1 warning found (use --debug to expand): [2025-10-08T11:14:00.643Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T11:14:00.935Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4d3e8805e5e9eb3f6c86d36552e13c375795480c' [2025-10-08T11:14:00.935Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:4d3e8805e5e9eb3f6c86d36552e13c375795480c --push - [2025-10-08T11:14:01.195Z] #1 [internal] load build definition from Dockerfile [2025-10-08T11:14:01.195Z] #1 transferring dockerfile: 205B done [2025-10-08T11:14:01.195Z] #1 DONE 0.0s [2025-10-08T11:14:01.195Z] [2025-10-08T11:14:01.195Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:14:01.195Z] #2 DONE 0.0s [2025-10-08T11:14:01.195Z] [2025-10-08T11:14:01.195Z] #3 [internal] load .dockerignore [2025-10-08T11:14:01.195Z] #3 transferring context: 2B done [2025-10-08T11:14:01.195Z] #3 DONE 0.0s [2025-10-08T11:14:01.195Z] [2025-10-08T11:14:01.195Z] #4 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:14:01.195Z] #4 DONE 0.1s [2025-10-08T11:14:01.195Z] [2025-10-08T11:14:01.195Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:e151587624a7665da0394cb0fca76aef9c669c07474bcaf32c9e7154cab7098f [2025-10-08T11:14:01.195Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:e151587624a7665da0394cb0fca76aef9c669c07474bcaf32c9e7154cab7098f done [2025-10-08T11:14:01.195Z] #5 DONE 0.0s [2025-10-08T11:14:01.195Z] [2025-10-08T11:14:01.195Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:e151587624a7665da0394cb0fca76aef9c669c07474bcaf32c9e7154cab7098f [2025-10-08T11:14:01.195Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:e151587624a7665da0394cb0fca76aef9c669c07474bcaf32c9e7154cab7098f 0.0s done [2025-10-08T11:14:01.195Z] #6 DONE 0.0s [2025-10-08T11:14:01.195Z] [2025-10-08T11:14:01.195Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:e151587624a7665da0394cb0fca76aef9c669c07474bcaf32c9e7154cab7098f [2025-10-08T11:14:01.195Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:e151587624a7665da0394cb0fca76aef9c669c07474bcaf32c9e7154cab7098f done [2025-10-08T11:14:01.195Z] #5 DONE 0.1s [2025-10-08T11:14:01.195Z] [2025-10-08T11:14:01.195Z] #7 exporting to image [2025-10-08T11:14:01.195Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T11:14:01.195Z] #7 ... [2025-10-08T11:14:01.195Z] [2025-10-08T11:14:01.195Z] #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T11:14:01.195Z] #8 DONE 0.0s [2025-10-08T11:14:01.195Z] [2025-10-08T11:14:01.195Z] #7 exporting to image [2025-10-08T11:14:01.195Z] #7 exporting layers done [2025-10-08T11:14:01.195Z] #7 exporting manifest sha256:0bd4e2ebedea9e5bb29b58e049c8baf2926a3a269c2e0515025660ed073d2156 done [2025-10-08T11:14:01.195Z] #7 exporting config sha256:dacf14efe08180a80dd0a275ee54baf5c97db6444f13147c8ee44a9c3f2b649a done [2025-10-08T11:14:01.195Z] #7 exporting manifest sha256:347315188b5ab72bbfc791b152fe731669de6fc299e8861e6215149ac5de02e2 done [2025-10-08T11:14:01.195Z] #7 exporting config sha256:c1d0aef60be1f9bd567ea9c6402d6da36b662076a4b4f238ac9afcb8d0c3064b done [2025-10-08T11:14:01.195Z] #7 exporting manifest list sha256:1429951be8c3cc7dd16766591c563e247911ed1bf6585c1dce749f4450663015 done [2025-10-08T11:14:01.195Z] #7 pushing layers 0.1s done [2025-10-08T11:14:01.195Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:1429951be8c3cc7dd16766591c563e247911ed1bf6585c1dce749f4450663015 [2025-10-08T11:14:01.455Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:1429951be8c3cc7dd16766591c563e247911ed1bf6585c1dce749f4450663015 0.1s done [2025-10-08T11:14:01.455Z] #7 DONE 0.2s [2025-10-08T11:14:01.455Z] [2025-10-08T11:14:01.455Z] 1 warning found (use --debug to expand): [2025-10-08T11:14:01.455Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T11:14:01.807Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest' [2025-10-08T11:14:01.807Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:latest --push - [2025-10-08T11:14:01.807Z] #1 [internal] load build definition from Dockerfile [2025-10-08T11:14:01.807Z] #1 transferring dockerfile: 171B done [2025-10-08T11:14:01.807Z] #1 DONE 0.0s [2025-10-08T11:14:01.807Z] [2025-10-08T11:14:01.807Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-10-08T11:14:01.807Z] #2 DONE 0.0s [2025-10-08T11:14:01.807Z] [2025-10-08T11:14:01.807Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-10-08T11:14:01.807Z] #3 DONE 0.0s [2025-10-08T11:14:01.807Z] [2025-10-08T11:14:01.807Z] #4 [internal] load .dockerignore [2025-10-08T11:14:01.807Z] #4 transferring context: 2B done [2025-10-08T11:14:01.807Z] #4 DONE 0.0s [2025-10-08T11:14:01.807Z] [2025-10-08T11:14:01.807Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:e151587624a7665da0394cb0fca76aef9c669c07474bcaf32c9e7154cab7098f [2025-10-08T11:14:01.807Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:e151587624a7665da0394cb0fca76aef9c669c07474bcaf32c9e7154cab7098f 0.0s done [2025-10-08T11:14:01.807Z] #5 CACHED [2025-10-08T11:14:01.807Z] [2025-10-08T11:14:01.807Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:e151587624a7665da0394cb0fca76aef9c669c07474bcaf32c9e7154cab7098f [2025-10-08T11:14:02.068Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:e151587624a7665da0394cb0fca76aef9c669c07474bcaf32c9e7154cab7098f 0.0s done [2025-10-08T11:14:02.068Z] #6 CACHED [2025-10-08T11:14:02.068Z] [2025-10-08T11:14:02.068Z] #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T11:14:02.068Z] #7 DONE 0.0s [2025-10-08T11:14:02.068Z] [2025-10-08T11:14:02.068Z] #8 exporting to image [2025-10-08T11:14:02.068Z] #8 exporting layers done [2025-10-08T11:14:02.068Z] #8 exporting manifest sha256:0bd4e2ebedea9e5bb29b58e049c8baf2926a3a269c2e0515025660ed073d2156 done [2025-10-08T11:14:02.068Z] #8 exporting config sha256:dacf14efe08180a80dd0a275ee54baf5c97db6444f13147c8ee44a9c3f2b649a done [2025-10-08T11:14:02.068Z] #8 exporting manifest sha256:347315188b5ab72bbfc791b152fe731669de6fc299e8861e6215149ac5de02e2 done [2025-10-08T11:14:02.068Z] #8 exporting config sha256:c1d0aef60be1f9bd567ea9c6402d6da36b662076a4b4f238ac9afcb8d0c3064b done [2025-10-08T11:14:02.068Z] #8 exporting manifest list sha256:1429951be8c3cc7dd16766591c563e247911ed1bf6585c1dce749f4450663015 done [2025-10-08T11:14:02.068Z] #8 pushing layers 0.0s done [2025-10-08T11:14:02.068Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:1429951be8c3cc7dd16766591c563e247911ed1bf6585c1dce749f4450663015 0.1s done [2025-10-08T11:14:02.068Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T11:14:02.068Z] #8 DONE 0.1s [2025-10-08T11:14:02.068Z] [2025-10-08T11:14:02.068Z] 1 warning found (use --debug to expand): [2025-10-08T11:14:02.068Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T11:14:02.364Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.65 --push - [2025-10-08T11:14:02.364Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.65' [2025-10-08T11:14:02.623Z] #1 [internal] load build definition from Dockerfile [2025-10-08T11:14:02.623Z] #1 transferring dockerfile: 177B done [2025-10-08T11:14:02.623Z] #1 DONE 0.0s [2025-10-08T11:14:02.623Z] [2025-10-08T11:14:02.623Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.65 [2025-10-08T11:14:02.623Z] #2 DONE 0.0s [2025-10-08T11:14:02.623Z] [2025-10-08T11:14:02.623Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.65 [2025-10-08T11:14:02.623Z] #3 DONE 0.0s [2025-10-08T11:14:02.623Z] [2025-10-08T11:14:02.623Z] #4 [internal] load .dockerignore [2025-10-08T11:14:02.623Z] #4 transferring context: 2B done [2025-10-08T11:14:02.623Z] #4 DONE 0.0s [2025-10-08T11:14:02.623Z] [2025-10-08T11:14:02.623Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.65@sha256:e151587624a7665da0394cb0fca76aef9c669c07474bcaf32c9e7154cab7098f [2025-10-08T11:14:02.623Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.65@sha256:e151587624a7665da0394cb0fca76aef9c669c07474bcaf32c9e7154cab7098f 0.0s done [2025-10-08T11:14:02.623Z] #5 CACHED [2025-10-08T11:14:02.623Z] [2025-10-08T11:14:02.623Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.65@sha256:e151587624a7665da0394cb0fca76aef9c669c07474bcaf32c9e7154cab7098f [2025-10-08T11:14:02.623Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.65@sha256:e151587624a7665da0394cb0fca76aef9c669c07474bcaf32c9e7154cab7098f 0.0s done [2025-10-08T11:14:02.623Z] #6 CACHED [2025-10-08T11:14:02.623Z] [2025-10-08T11:14:02.623Z] #7 exporting to image [2025-10-08T11:14:02.623Z] #7 exporting layers done [2025-10-08T11:14:02.623Z] #7 exporting manifest sha256:0bd4e2ebedea9e5bb29b58e049c8baf2926a3a269c2e0515025660ed073d2156 done [2025-10-08T11:14:02.623Z] #7 exporting config sha256:dacf14efe08180a80dd0a275ee54baf5c97db6444f13147c8ee44a9c3f2b649a done [2025-10-08T11:14:02.623Z] #7 exporting manifest sha256:347315188b5ab72bbfc791b152fe731669de6fc299e8861e6215149ac5de02e2 done [2025-10-08T11:14:02.623Z] #7 exporting config sha256:c1d0aef60be1f9bd567ea9c6402d6da36b662076a4b4f238ac9afcb8d0c3064b [2025-10-08T11:14:02.623Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T11:14:02.623Z] #7 exporting config sha256:c1d0aef60be1f9bd567ea9c6402d6da36b662076a4b4f238ac9afcb8d0c3064b done [2025-10-08T11:14:02.623Z] #7 exporting manifest list sha256:1429951be8c3cc7dd16766591c563e247911ed1bf6585c1dce749f4450663015 done [2025-10-08T11:14:02.623Z] #7 pushing layers 0.0s done [2025-10-08T11:14:02.623Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.65@sha256:1429951be8c3cc7dd16766591c563e247911ed1bf6585c1dce749f4450663015 0.1s done [2025-10-08T11:14:02.623Z] #7 DONE 0.1s [2025-10-08T11:14:02.623Z] [2025-10-08T11:14:02.623Z] #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T11:14:02.623Z] #8 DONE 0.0s [2025-10-08T11:14:02.623Z] [2025-10-08T11:14:02.623Z] 1 warning found (use --debug to expand): [2025-10-08T11:14:02.623Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T11:14:02.911Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65' [2025-10-08T11:14:02.911Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 --push - [2025-10-08T11:14:02.911Z] #1 [internal] load build definition from Dockerfile [2025-10-08T11:14:02.911Z] #1 transferring dockerfile: 218B done [2025-10-08T11:14:02.911Z] #1 DONE 0.0s [2025-10-08T11:14:02.911Z] [2025-10-08T11:14:02.911Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:14:02.911Z] #2 DONE 0.0s [2025-10-08T11:14:02.911Z] [2025-10-08T11:14:02.911Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:14:02.911Z] #3 DONE 0.0s [2025-10-08T11:14:02.911Z] [2025-10-08T11:14:02.911Z] #4 [internal] load .dockerignore [2025-10-08T11:14:02.911Z] #4 transferring context: 2B done [2025-10-08T11:14:02.911Z] #4 DONE 0.0s [2025-10-08T11:14:02.911Z] [2025-10-08T11:14:02.911Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:e151587624a7665da0394cb0fca76aef9c669c07474bcaf32c9e7154cab7098f [2025-10-08T11:14:02.911Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:e151587624a7665da0394cb0fca76aef9c669c07474bcaf32c9e7154cab7098f 0.0s done [2025-10-08T11:14:02.911Z] #5 CACHED [2025-10-08T11:14:02.911Z] [2025-10-08T11:14:02.911Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:e151587624a7665da0394cb0fca76aef9c669c07474bcaf32c9e7154cab7098f [2025-10-08T11:14:02.911Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:e151587624a7665da0394cb0fca76aef9c669c07474bcaf32c9e7154cab7098f 0.0s done [2025-10-08T11:14:02.911Z] #6 CACHED [2025-10-08T11:14:02.911Z] [2025-10-08T11:14:02.911Z] #7 exporting to image [2025-10-08T11:14:02.911Z] #7 exporting layers done [2025-10-08T11:14:02.911Z] #7 exporting manifest sha256:0bd4e2ebedea9e5bb29b58e049c8baf2926a3a269c2e0515025660ed073d2156 done [2025-10-08T11:14:02.911Z] #7 exporting config sha256:dacf14efe08180a80dd0a275ee54baf5c97db6444f13147c8ee44a9c3f2b649a [2025-10-08T11:14:02.911Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T11:14:03.172Z] #7 ... [2025-10-08T11:14:03.172Z] [2025-10-08T11:14:03.172Z] #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T11:14:03.172Z] #8 DONE 0.0s [2025-10-08T11:14:03.172Z] [2025-10-08T11:14:03.172Z] #7 exporting to image [2025-10-08T11:14:03.172Z] #7 exporting config sha256:dacf14efe08180a80dd0a275ee54baf5c97db6444f13147c8ee44a9c3f2b649a done [2025-10-08T11:14:03.172Z] #7 exporting manifest sha256:347315188b5ab72bbfc791b152fe731669de6fc299e8861e6215149ac5de02e2 done [2025-10-08T11:14:03.172Z] #7 exporting config sha256:c1d0aef60be1f9bd567ea9c6402d6da36b662076a4b4f238ac9afcb8d0c3064b done [2025-10-08T11:14:03.172Z] #7 exporting manifest list sha256:1429951be8c3cc7dd16766591c563e247911ed1bf6585c1dce749f4450663015 done [2025-10-08T11:14:03.172Z] #7 pushing layers 0.0s done [2025-10-08T11:14:03.172Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:1429951be8c3cc7dd16766591c563e247911ed1bf6585c1dce749f4450663015 0.1s done [2025-10-08T11:14:03.172Z] #7 DONE 0.1s [2025-10-08T11:14:03.172Z] [2025-10-08T11:14:03.172Z] 1 warning found (use --debug to expand): [2025-10-08T11:14:03.172Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T11:14:03.462Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main' [2025-10-08T11:14:03.463Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:main --push - [2025-10-08T11:14:03.463Z] #1 [internal] load build definition from Dockerfile [2025-10-08T11:14:03.463Z] #1 transferring dockerfile: 169B done [2025-10-08T11:14:03.463Z] #1 DONE 0.0s [2025-10-08T11:14:03.463Z] [2025-10-08T11:14:03.463Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-10-08T11:14:03.463Z] #2 DONE 0.0s [2025-10-08T11:14:03.463Z] [2025-10-08T11:14:03.463Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-10-08T11:14:03.463Z] #3 DONE 0.0s [2025-10-08T11:14:03.463Z] [2025-10-08T11:14:03.463Z] #4 [internal] load .dockerignore [2025-10-08T11:14:03.463Z] #4 transferring context: 2B done [2025-10-08T11:14:03.463Z] #4 DONE 0.0s [2025-10-08T11:14:03.463Z] [2025-10-08T11:14:03.463Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:e151587624a7665da0394cb0fca76aef9c669c07474bcaf32c9e7154cab7098f [2025-10-08T11:14:03.463Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:e151587624a7665da0394cb0fca76aef9c669c07474bcaf32c9e7154cab7098f done [2025-10-08T11:14:03.463Z] #5 CACHED [2025-10-08T11:14:03.463Z] [2025-10-08T11:14:03.463Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:e151587624a7665da0394cb0fca76aef9c669c07474bcaf32c9e7154cab7098f [2025-10-08T11:14:03.463Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:e151587624a7665da0394cb0fca76aef9c669c07474bcaf32c9e7154cab7098f 0.0s done [2025-10-08T11:14:03.463Z] #6 CACHED [2025-10-08T11:14:03.463Z] [2025-10-08T11:14:03.463Z] #7 exporting to image [2025-10-08T11:14:03.463Z] #7 exporting layers done [2025-10-08T11:14:03.463Z] #7 exporting manifest sha256:0bd4e2ebedea9e5bb29b58e049c8baf2926a3a269c2e0515025660ed073d2156 done [2025-10-08T11:14:03.463Z] #7 exporting config sha256:dacf14efe08180a80dd0a275ee54baf5c97db6444f13147c8ee44a9c3f2b649a done [2025-10-08T11:14:03.463Z] #7 exporting manifest sha256:347315188b5ab72bbfc791b152fe731669de6fc299e8861e6215149ac5de02e2 done [2025-10-08T11:14:03.463Z] #7 exporting config sha256:c1d0aef60be1f9bd567ea9c6402d6da36b662076a4b4f238ac9afcb8d0c3064b done [2025-10-08T11:14:03.463Z] #7 exporting manifest list sha256:1429951be8c3cc7dd16766591c563e247911ed1bf6585c1dce749f4450663015 done [2025-10-08T11:14:03.463Z] #7 pushing layers 0.0s done [2025-10-08T11:14:03.463Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:1429951be8c3cc7dd16766591c563e247911ed1bf6585c1dce749f4450663015 [2025-10-08T11:14:03.463Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T11:14:03.726Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:1429951be8c3cc7dd16766591c563e247911ed1bf6585c1dce749f4450663015 0.1s done [2025-10-08T11:14:03.726Z] #7 DONE 0.1s [2025-10-08T11:14:03.726Z] [2025-10-08T11:14:03.726Z] #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T11:14:03.726Z] #8 DONE 0.0s [2025-10-08T11:14:03.726Z] [2025-10-08T11:14:03.726Z] 1 warning found (use --debug to expand): [2025-10-08T11:14:03.726Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T11:14:04.023Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:4d3e8805e5e9eb3f6c86d36552e13c375795480c' [2025-10-08T11:14:04.023Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:4d3e8805e5e9eb3f6c86d36552e13c375795480c --push - [2025-10-08T11:14:04.023Z] #1 [internal] load build definition from Dockerfile [2025-10-08T11:14:04.023Z] #1 transferring dockerfile: 206B done [2025-10-08T11:14:04.023Z] #1 DONE 0.0s [2025-10-08T11:14:04.023Z] [2025-10-08T11:14:04.023Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:14:04.023Z] #2 DONE 0.0s [2025-10-08T11:14:04.023Z] [2025-10-08T11:14:04.023Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:14:04.023Z] #3 DONE 0.0s [2025-10-08T11:14:04.023Z] [2025-10-08T11:14:04.023Z] #4 [internal] load .dockerignore [2025-10-08T11:14:04.023Z] #4 transferring context: 2B done [2025-10-08T11:14:04.023Z] #4 DONE 0.0s [2025-10-08T11:14:04.023Z] [2025-10-08T11:14:04.023Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:80947f291a4f2ba324458b382baf97e47e5e2400b31ccc44133b01d5f2cd6026 [2025-10-08T11:14:04.023Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:80947f291a4f2ba324458b382baf97e47e5e2400b31ccc44133b01d5f2cd6026 0.0s done [2025-10-08T11:14:04.023Z] #5 DONE 0.0s [2025-10-08T11:14:04.023Z] [2025-10-08T11:14:04.023Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:80947f291a4f2ba324458b382baf97e47e5e2400b31ccc44133b01d5f2cd6026 [2025-10-08T11:14:04.288Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:80947f291a4f2ba324458b382baf97e47e5e2400b31ccc44133b01d5f2cd6026 0.0s done [2025-10-08T11:14:04.288Z] #6 DONE 0.0s [2025-10-08T11:14:04.288Z] [2025-10-08T11:14:04.288Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:80947f291a4f2ba324458b382baf97e47e5e2400b31ccc44133b01d5f2cd6026 [2025-10-08T11:14:04.288Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:80947f291a4f2ba324458b382baf97e47e5e2400b31ccc44133b01d5f2cd6026 0.0s done [2025-10-08T11:14:04.288Z] #5 DONE 0.1s [2025-10-08T11:14:04.288Z] [2025-10-08T11:14:04.288Z] #7 exporting to image [2025-10-08T11:14:04.288Z] #7 exporting layers done [2025-10-08T11:14:04.288Z] #7 exporting manifest sha256:b9aee7863caf1a66e6bb6fa6daff70d0fd4c9f187469b43f87369644ba3d373a done [2025-10-08T11:14:04.288Z] #7 exporting config sha256:69115ae84ce3c90ecaa20868c316c9171b1a9a545d2261b288123900d5787dc4 done [2025-10-08T11:14:04.288Z] #7 exporting manifest sha256:46a05b13c771a5b14523c6d69a3c1f099d2aef0c305cf5c84835588f0d7e76bb done [2025-10-08T11:14:04.288Z] #7 exporting config sha256:7f616347aedaf961be14bad5dfdf09a948643e35d6e4a9432fada43b037c8f8d done [2025-10-08T11:14:04.288Z] #7 exporting manifest list sha256:398a50fe81a9dbeb50cc817409e776095af41daaf58f2043909fc454b620bd38 [2025-10-08T11:14:04.288Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T11:14:04.288Z] #7 ... [2025-10-08T11:14:04.288Z] [2025-10-08T11:14:04.288Z] #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T11:14:04.288Z] #8 DONE 0.0s [2025-10-08T11:14:04.288Z] [2025-10-08T11:14:04.288Z] #7 exporting to image [2025-10-08T11:14:04.288Z] #7 exporting manifest list sha256:398a50fe81a9dbeb50cc817409e776095af41daaf58f2043909fc454b620bd38 0.0s done [2025-10-08T11:14:04.288Z] #7 pushing layers 0.1s done [2025-10-08T11:14:04.288Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:398a50fe81a9dbeb50cc817409e776095af41daaf58f2043909fc454b620bd38 [2025-10-08T11:14:04.546Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:398a50fe81a9dbeb50cc817409e776095af41daaf58f2043909fc454b620bd38 0.1s done [2025-10-08T11:14:04.546Z] #7 DONE 0.2s [2025-10-08T11:14:04.546Z] [2025-10-08T11:14:04.546Z] 1 warning found (use --debug to expand): [2025-10-08T11:14:04.546Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T11:14:04.831Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest' [2025-10-08T11:14:04.831Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:latest --push - [2025-10-08T11:14:05.090Z] #1 [internal] load build definition from Dockerfile [2025-10-08T11:14:05.090Z] #1 transferring dockerfile: 172B done [2025-10-08T11:14:05.090Z] #1 DONE 0.0s [2025-10-08T11:14:05.090Z] [2025-10-08T11:14:05.090Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-10-08T11:14:05.090Z] #2 DONE 0.0s [2025-10-08T11:14:05.090Z] [2025-10-08T11:14:05.090Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-10-08T11:14:05.090Z] #3 DONE 0.0s [2025-10-08T11:14:05.090Z] [2025-10-08T11:14:05.090Z] #4 [internal] load .dockerignore [2025-10-08T11:14:05.090Z] #4 transferring context: 2B done [2025-10-08T11:14:05.090Z] #4 DONE 0.0s [2025-10-08T11:14:05.090Z] [2025-10-08T11:14:05.090Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:80947f291a4f2ba324458b382baf97e47e5e2400b31ccc44133b01d5f2cd6026 [2025-10-08T11:14:05.090Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:80947f291a4f2ba324458b382baf97e47e5e2400b31ccc44133b01d5f2cd6026 0.0s done [2025-10-08T11:14:05.090Z] #5 CACHED [2025-10-08T11:14:05.091Z] [2025-10-08T11:14:05.091Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:80947f291a4f2ba324458b382baf97e47e5e2400b31ccc44133b01d5f2cd6026 [2025-10-08T11:14:05.091Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:80947f291a4f2ba324458b382baf97e47e5e2400b31ccc44133b01d5f2cd6026 0.0s done [2025-10-08T11:14:05.091Z] #6 CACHED [2025-10-08T11:14:05.091Z] [2025-10-08T11:14:05.091Z] #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T11:14:05.091Z] #7 DONE 0.0s [2025-10-08T11:14:05.091Z] [2025-10-08T11:14:05.091Z] #8 exporting to image [2025-10-08T11:14:05.091Z] #8 exporting layers done [2025-10-08T11:14:05.091Z] #8 exporting manifest sha256:b9aee7863caf1a66e6bb6fa6daff70d0fd4c9f187469b43f87369644ba3d373a done [2025-10-08T11:14:05.091Z] #8 exporting config sha256:69115ae84ce3c90ecaa20868c316c9171b1a9a545d2261b288123900d5787dc4 done [2025-10-08T11:14:05.091Z] #8 exporting manifest sha256:46a05b13c771a5b14523c6d69a3c1f099d2aef0c305cf5c84835588f0d7e76bb done [2025-10-08T11:14:05.091Z] #8 exporting config sha256:7f616347aedaf961be14bad5dfdf09a948643e35d6e4a9432fada43b037c8f8d done [2025-10-08T11:14:05.091Z] #8 exporting manifest list sha256:398a50fe81a9dbeb50cc817409e776095af41daaf58f2043909fc454b620bd38 done [2025-10-08T11:14:05.091Z] #8 pushing layers 0.0s done [2025-10-08T11:14:05.091Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:398a50fe81a9dbeb50cc817409e776095af41daaf58f2043909fc454b620bd38 0.1s done [2025-10-08T11:14:05.091Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T11:14:05.091Z] #8 DONE 0.1s [2025-10-08T11:14:05.091Z] [2025-10-08T11:14:05.091Z] 1 warning found (use --debug to expand): [2025-10-08T11:14:05.091Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T11:14:05.382Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.65 --push - [2025-10-08T11:14:05.382Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.65' [2025-10-08T11:14:05.382Z] #1 [internal] load build definition from Dockerfile [2025-10-08T11:14:05.382Z] #1 transferring dockerfile: 178B done [2025-10-08T11:14:05.382Z] #1 DONE 0.0s [2025-10-08T11:14:05.382Z] [2025-10-08T11:14:05.382Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.65 [2025-10-08T11:14:05.382Z] #2 DONE 0.0s [2025-10-08T11:14:05.382Z] [2025-10-08T11:14:05.382Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.65 [2025-10-08T11:14:05.382Z] #3 DONE 0.0s [2025-10-08T11:14:05.382Z] [2025-10-08T11:14:05.382Z] #4 [internal] load .dockerignore [2025-10-08T11:14:05.382Z] #4 transferring context: 2B done [2025-10-08T11:14:05.382Z] #4 DONE 0.0s [2025-10-08T11:14:05.382Z] [2025-10-08T11:14:05.382Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.65@sha256:80947f291a4f2ba324458b382baf97e47e5e2400b31ccc44133b01d5f2cd6026 [2025-10-08T11:14:05.382Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.65@sha256:80947f291a4f2ba324458b382baf97e47e5e2400b31ccc44133b01d5f2cd6026 0.0s done [2025-10-08T11:14:05.382Z] #5 DONE 0.0s [2025-10-08T11:14:05.382Z] [2025-10-08T11:14:05.382Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.65@sha256:80947f291a4f2ba324458b382baf97e47e5e2400b31ccc44133b01d5f2cd6026 [2025-10-08T11:14:05.641Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.65@sha256:80947f291a4f2ba324458b382baf97e47e5e2400b31ccc44133b01d5f2cd6026 0.0s done [2025-10-08T11:14:05.641Z] #6 CACHED [2025-10-08T11:14:05.641Z] [2025-10-08T11:14:05.641Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.65@sha256:80947f291a4f2ba324458b382baf97e47e5e2400b31ccc44133b01d5f2cd6026 [2025-10-08T11:14:05.641Z] #5 CACHED [2025-10-08T11:14:05.641Z] [2025-10-08T11:14:05.641Z] #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T11:14:05.641Z] #7 DONE 0.0s [2025-10-08T11:14:05.641Z] [2025-10-08T11:14:05.641Z] #8 exporting to image [2025-10-08T11:14:05.641Z] #8 exporting layers done [2025-10-08T11:14:05.641Z] #8 exporting manifest sha256:b9aee7863caf1a66e6bb6fa6daff70d0fd4c9f187469b43f87369644ba3d373a done [2025-10-08T11:14:05.641Z] #8 exporting config sha256:69115ae84ce3c90ecaa20868c316c9171b1a9a545d2261b288123900d5787dc4 done [2025-10-08T11:14:05.641Z] #8 exporting manifest sha256:46a05b13c771a5b14523c6d69a3c1f099d2aef0c305cf5c84835588f0d7e76bb done [2025-10-08T11:14:05.641Z] #8 exporting config sha256:7f616347aedaf961be14bad5dfdf09a948643e35d6e4a9432fada43b037c8f8d done [2025-10-08T11:14:05.641Z] #8 exporting manifest list sha256:398a50fe81a9dbeb50cc817409e776095af41daaf58f2043909fc454b620bd38 done [2025-10-08T11:14:05.641Z] #8 pushing layers 0.0s done [2025-10-08T11:14:05.641Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.65@sha256:398a50fe81a9dbeb50cc817409e776095af41daaf58f2043909fc454b620bd38 0.1s done [2025-10-08T11:14:05.641Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T11:14:05.641Z] #8 DONE 0.1s [2025-10-08T11:14:05.641Z] [2025-10-08T11:14:05.641Z] 1 warning found (use --debug to expand): [2025-10-08T11:14:05.641Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T11:14:05.931Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65' [2025-10-08T11:14:05.931Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 --push - [2025-10-08T11:14:06.191Z] #1 [internal] load build definition from Dockerfile [2025-10-08T11:14:06.191Z] #1 transferring dockerfile: 219B done [2025-10-08T11:14:06.191Z] #1 DONE 0.0s [2025-10-08T11:14:06.191Z] [2025-10-08T11:14:06.191Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:14:06.191Z] #2 DONE 0.0s [2025-10-08T11:14:06.191Z] [2025-10-08T11:14:06.191Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:14:06.191Z] #3 DONE 0.0s [2025-10-08T11:14:06.191Z] [2025-10-08T11:14:06.191Z] #4 [internal] load .dockerignore [2025-10-08T11:14:06.191Z] #4 transferring context: 2B done [2025-10-08T11:14:06.191Z] #4 DONE 0.0s [2025-10-08T11:14:06.191Z] [2025-10-08T11:14:06.192Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:80947f291a4f2ba324458b382baf97e47e5e2400b31ccc44133b01d5f2cd6026 [2025-10-08T11:14:06.192Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:80947f291a4f2ba324458b382baf97e47e5e2400b31ccc44133b01d5f2cd6026 0.0s done [2025-10-08T11:14:06.192Z] #5 CACHED [2025-10-08T11:14:06.192Z] [2025-10-08T11:14:06.192Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:80947f291a4f2ba324458b382baf97e47e5e2400b31ccc44133b01d5f2cd6026 [2025-10-08T11:14:06.192Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:80947f291a4f2ba324458b382baf97e47e5e2400b31ccc44133b01d5f2cd6026 0.0s done [2025-10-08T11:14:06.192Z] #6 CACHED [2025-10-08T11:14:06.192Z] [2025-10-08T11:14:06.192Z] #7 exporting to image [2025-10-08T11:14:06.192Z] #7 exporting layers done [2025-10-08T11:14:06.192Z] #7 exporting manifest sha256:b9aee7863caf1a66e6bb6fa6daff70d0fd4c9f187469b43f87369644ba3d373a done [2025-10-08T11:14:06.192Z] #7 exporting config sha256:69115ae84ce3c90ecaa20868c316c9171b1a9a545d2261b288123900d5787dc4 done [2025-10-08T11:14:06.192Z] #7 exporting manifest sha256:46a05b13c771a5b14523c6d69a3c1f099d2aef0c305cf5c84835588f0d7e76bb done [2025-10-08T11:14:06.192Z] #7 exporting config sha256:7f616347aedaf961be14bad5dfdf09a948643e35d6e4a9432fada43b037c8f8d done [2025-10-08T11:14:06.192Z] #7 exporting manifest list sha256:398a50fe81a9dbeb50cc817409e776095af41daaf58f2043909fc454b620bd38 done [2025-10-08T11:14:06.192Z] #7 pushing layers [2025-10-08T11:14:06.192Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T11:14:06.192Z] #7 pushing layers 0.0s done [2025-10-08T11:14:06.192Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:398a50fe81a9dbeb50cc817409e776095af41daaf58f2043909fc454b620bd38 0.1s done [2025-10-08T11:14:06.192Z] #7 DONE 0.1s [2025-10-08T11:14:06.192Z] [2025-10-08T11:14:06.192Z] #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T11:14:06.192Z] #8 DONE 0.0s [2025-10-08T11:14:06.192Z] [2025-10-08T11:14:06.192Z] 1 warning found (use --debug to expand): [2025-10-08T11:14:06.192Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T11:14:06.488Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:main' [2025-10-08T11:14:06.488Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:main --push - [2025-10-08T11:14:06.751Z] #1 [internal] load build definition from Dockerfile [2025-10-08T11:14:06.751Z] #1 transferring dockerfile: 170B done [2025-10-08T11:14:06.751Z] #1 DONE 0.0s [2025-10-08T11:14:06.751Z] [2025-10-08T11:14:06.751Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-10-08T11:14:06.751Z] #2 DONE 0.0s [2025-10-08T11:14:06.751Z] [2025-10-08T11:14:06.751Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-10-08T11:14:06.751Z] #3 DONE 0.0s [2025-10-08T11:14:06.751Z] [2025-10-08T11:14:06.751Z] #4 [internal] load .dockerignore [2025-10-08T11:14:06.751Z] #4 transferring context: 2B done [2025-10-08T11:14:06.751Z] #4 DONE 0.0s [2025-10-08T11:14:06.751Z] [2025-10-08T11:14:06.751Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:80947f291a4f2ba324458b382baf97e47e5e2400b31ccc44133b01d5f2cd6026 [2025-10-08T11:14:06.751Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:80947f291a4f2ba324458b382baf97e47e5e2400b31ccc44133b01d5f2cd6026 0.0s done [2025-10-08T11:14:06.751Z] #5 CACHED [2025-10-08T11:14:06.751Z] [2025-10-08T11:14:06.751Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:80947f291a4f2ba324458b382baf97e47e5e2400b31ccc44133b01d5f2cd6026 [2025-10-08T11:14:06.751Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:80947f291a4f2ba324458b382baf97e47e5e2400b31ccc44133b01d5f2cd6026 0.0s done [2025-10-08T11:14:06.751Z] #6 CACHED [2025-10-08T11:14:06.751Z] [2025-10-08T11:14:06.751Z] #7 exporting to image [2025-10-08T11:14:06.751Z] #7 exporting layers done [2025-10-08T11:14:06.751Z] #7 exporting manifest sha256:b9aee7863caf1a66e6bb6fa6daff70d0fd4c9f187469b43f87369644ba3d373a done [2025-10-08T11:14:06.751Z] #7 exporting config sha256:69115ae84ce3c90ecaa20868c316c9171b1a9a545d2261b288123900d5787dc4 done [2025-10-08T11:14:06.751Z] #7 exporting manifest sha256:46a05b13c771a5b14523c6d69a3c1f099d2aef0c305cf5c84835588f0d7e76bb done [2025-10-08T11:14:06.751Z] #7 exporting config sha256:7f616347aedaf961be14bad5dfdf09a948643e35d6e4a9432fada43b037c8f8d done [2025-10-08T11:14:06.751Z] #7 exporting manifest list sha256:398a50fe81a9dbeb50cc817409e776095af41daaf58f2043909fc454b620bd38 done [2025-10-08T11:14:06.751Z] #7 pushing layers 0.0s done [2025-10-08T11:14:06.751Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:398a50fe81a9dbeb50cc817409e776095af41daaf58f2043909fc454b620bd38 [2025-10-08T11:14:06.751Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T11:14:06.751Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:398a50fe81a9dbeb50cc817409e776095af41daaf58f2043909fc454b620bd38 0.1s done [2025-10-08T11:14:06.751Z] #7 DONE 0.1s [2025-10-08T11:14:06.751Z] [2025-10-08T11:14:06.751Z] #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T11:14:06.751Z] #8 DONE 0.0s [2025-10-08T11:14:06.751Z] [2025-10-08T11:14:06.751Z] 1 warning found (use --debug to expand): [2025-10-08T11:14:06.751Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T11:14:07.041Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:4d3e8805e5e9eb3f6c86d36552e13c375795480c' [2025-10-08T11:14:07.041Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:4d3e8805e5e9eb3f6c86d36552e13c375795480c --push - [2025-10-08T11:14:07.041Z] #1 [internal] load build definition from Dockerfile [2025-10-08T11:14:07.041Z] #1 transferring dockerfile: 206B done [2025-10-08T11:14:07.041Z] #1 DONE 0.0s [2025-10-08T11:14:07.041Z] [2025-10-08T11:14:07.041Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:14:07.041Z] #2 DONE 0.0s [2025-10-08T11:14:07.041Z] [2025-10-08T11:14:07.041Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:14:07.041Z] #3 DONE 0.0s [2025-10-08T11:14:07.041Z] [2025-10-08T11:14:07.041Z] #4 [internal] load .dockerignore [2025-10-08T11:14:07.041Z] #4 transferring context: 2B done [2025-10-08T11:14:07.041Z] #4 DONE 0.0s [2025-10-08T11:14:07.301Z] [2025-10-08T11:14:07.301Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:0bcf9bb33646895dfe65b7be1583ccb7b189260135db6bd473fe37d1ef025295 [2025-10-08T11:14:07.301Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:0bcf9bb33646895dfe65b7be1583ccb7b189260135db6bd473fe37d1ef025295 [2025-10-08T11:14:07.301Z] #5 ... [2025-10-08T11:14:07.301Z] [2025-10-08T11:14:07.301Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:0bcf9bb33646895dfe65b7be1583ccb7b189260135db6bd473fe37d1ef025295 [2025-10-08T11:14:07.301Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:0bcf9bb33646895dfe65b7be1583ccb7b189260135db6bd473fe37d1ef025295 0.0s done [2025-10-08T11:14:07.301Z] #6 DONE 0.1s [2025-10-08T11:14:07.301Z] [2025-10-08T11:14:07.301Z] #7 exporting to image [2025-10-08T11:14:07.301Z] #7 exporting layers done [2025-10-08T11:14:07.301Z] #7 exporting manifest sha256:79a4cd628bc2815c901b32d5692517ace1b3aa2f842bf996519945dbfef627bb done [2025-10-08T11:14:07.301Z] #7 exporting config sha256:d3a7c6810c532048ec58ef192047c5b2274fa0e42a65bb4244dd3cf3bb768cc6 [2025-10-08T11:14:07.301Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T11:14:07.301Z] #7 ... [2025-10-08T11:14:07.301Z] [2025-10-08T11:14:07.301Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T11:14:07.301Z] #8 DONE 0.0s [2025-10-08T11:14:07.301Z] [2025-10-08T11:14:07.301Z] #7 exporting to image [2025-10-08T11:14:07.301Z] #7 exporting config sha256:d3a7c6810c532048ec58ef192047c5b2274fa0e42a65bb4244dd3cf3bb768cc6 done [2025-10-08T11:14:07.301Z] #7 exporting manifest sha256:3b7a37cea6bcbd05b02aeb64788852b386e110cfcab0a881213bb1d77b2bbaa5 done [2025-10-08T11:14:07.301Z] #7 exporting config sha256:f47b3ad04ad2469b0748370e2a783eddd1cbdee8018de5cb14aa464200efb739 done [2025-10-08T11:14:07.301Z] #7 exporting manifest list sha256:12a64748a2d6d4e5b1d5b9464d5e486008506dee667cd036cc24a3cd5689350f done [2025-10-08T11:14:07.301Z] #7 pushing layers 0.1s done [2025-10-08T11:14:07.301Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:12a64748a2d6d4e5b1d5b9464d5e486008506dee667cd036cc24a3cd5689350f [2025-10-08T11:14:07.560Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:12a64748a2d6d4e5b1d5b9464d5e486008506dee667cd036cc24a3cd5689350f 0.1s done [2025-10-08T11:14:07.560Z] #7 DONE 0.2s [2025-10-08T11:14:07.560Z] [2025-10-08T11:14:07.560Z] 1 warning found (use --debug to expand): [2025-10-08T11:14:07.560Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T11:14:07.846Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:latest --push - [2025-10-08T11:14:07.846Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest' [2025-10-08T11:14:07.846Z] #1 [internal] load build definition from Dockerfile [2025-10-08T11:14:07.846Z] #1 transferring dockerfile: 172B done [2025-10-08T11:14:07.846Z] #1 DONE 0.0s [2025-10-08T11:14:07.846Z] [2025-10-08T11:14:07.846Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-10-08T11:14:07.846Z] #2 DONE 0.0s [2025-10-08T11:14:07.846Z] [2025-10-08T11:14:07.846Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-10-08T11:14:07.846Z] #3 DONE 0.0s [2025-10-08T11:14:07.846Z] [2025-10-08T11:14:07.846Z] #4 [internal] load .dockerignore [2025-10-08T11:14:07.846Z] #4 transferring context: 2B done [2025-10-08T11:14:07.846Z] #4 DONE 0.0s [2025-10-08T11:14:07.846Z] [2025-10-08T11:14:07.846Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:0bcf9bb33646895dfe65b7be1583ccb7b189260135db6bd473fe37d1ef025295 [2025-10-08T11:14:07.846Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:0bcf9bb33646895dfe65b7be1583ccb7b189260135db6bd473fe37d1ef025295 0.0s done [2025-10-08T11:14:07.846Z] #5 CACHED [2025-10-08T11:14:07.846Z] [2025-10-08T11:14:07.846Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:0bcf9bb33646895dfe65b7be1583ccb7b189260135db6bd473fe37d1ef025295 [2025-10-08T11:14:07.846Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:0bcf9bb33646895dfe65b7be1583ccb7b189260135db6bd473fe37d1ef025295 done [2025-10-08T11:14:07.846Z] #6 CACHED [2025-10-08T11:14:07.846Z] [2025-10-08T11:14:07.846Z] #7 exporting to image [2025-10-08T11:14:07.846Z] #7 exporting layers done [2025-10-08T11:14:07.846Z] #7 exporting manifest sha256:79a4cd628bc2815c901b32d5692517ace1b3aa2f842bf996519945dbfef627bb done [2025-10-08T11:14:07.846Z] #7 exporting config sha256:d3a7c6810c532048ec58ef192047c5b2274fa0e42a65bb4244dd3cf3bb768cc6 done [2025-10-08T11:14:07.846Z] #7 exporting manifest sha256:3b7a37cea6bcbd05b02aeb64788852b386e110cfcab0a881213bb1d77b2bbaa5 done [2025-10-08T11:14:07.846Z] #7 exporting config sha256:f47b3ad04ad2469b0748370e2a783eddd1cbdee8018de5cb14aa464200efb739 done [2025-10-08T11:14:07.846Z] #7 exporting manifest list sha256:12a64748a2d6d4e5b1d5b9464d5e486008506dee667cd036cc24a3cd5689350f [2025-10-08T11:14:07.846Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T11:14:08.106Z] #7 exporting manifest list sha256:12a64748a2d6d4e5b1d5b9464d5e486008506dee667cd036cc24a3cd5689350f done [2025-10-08T11:14:08.106Z] #7 pushing layers 0.0s done [2025-10-08T11:14:08.106Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:12a64748a2d6d4e5b1d5b9464d5e486008506dee667cd036cc24a3cd5689350f 0.1s done [2025-10-08T11:14:08.106Z] #7 DONE 0.1s [2025-10-08T11:14:08.106Z] [2025-10-08T11:14:08.106Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T11:14:08.106Z] #8 DONE 0.0s [2025-10-08T11:14:08.106Z] [2025-10-08T11:14:08.106Z] 1 warning found (use --debug to expand): [2025-10-08T11:14:08.106Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T11:14:08.394Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.65' [2025-10-08T11:14:08.394Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.65 --push - [2025-10-08T11:14:08.652Z] #1 [internal] load build definition from Dockerfile [2025-10-08T11:14:08.652Z] #1 transferring dockerfile: 178B done [2025-10-08T11:14:08.652Z] #1 DONE 0.0s [2025-10-08T11:14:08.652Z] [2025-10-08T11:14:08.652Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.65 [2025-10-08T11:14:08.652Z] #2 DONE 0.0s [2025-10-08T11:14:08.652Z] [2025-10-08T11:14:08.652Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.65 [2025-10-08T11:14:08.652Z] #3 DONE 0.0s [2025-10-08T11:14:08.652Z] [2025-10-08T11:14:08.652Z] #4 [internal] load .dockerignore [2025-10-08T11:14:08.652Z] #4 transferring context: 2B done [2025-10-08T11:14:08.652Z] #4 DONE 0.0s [2025-10-08T11:14:08.652Z] [2025-10-08T11:14:08.652Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.65@sha256:0bcf9bb33646895dfe65b7be1583ccb7b189260135db6bd473fe37d1ef025295 [2025-10-08T11:14:08.652Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.65@sha256:0bcf9bb33646895dfe65b7be1583ccb7b189260135db6bd473fe37d1ef025295 done [2025-10-08T11:14:08.652Z] #5 CACHED [2025-10-08T11:14:08.652Z] [2025-10-08T11:14:08.652Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.65@sha256:0bcf9bb33646895dfe65b7be1583ccb7b189260135db6bd473fe37d1ef025295 [2025-10-08T11:14:08.652Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.65@sha256:0bcf9bb33646895dfe65b7be1583ccb7b189260135db6bd473fe37d1ef025295 0.0s done [2025-10-08T11:14:08.652Z] #6 CACHED [2025-10-08T11:14:08.652Z] [2025-10-08T11:14:08.652Z] #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T11:14:08.652Z] #7 DONE 0.0s [2025-10-08T11:14:08.652Z] [2025-10-08T11:14:08.652Z] #8 exporting to image [2025-10-08T11:14:08.652Z] #8 exporting layers done [2025-10-08T11:14:08.652Z] #8 exporting manifest sha256:79a4cd628bc2815c901b32d5692517ace1b3aa2f842bf996519945dbfef627bb done [2025-10-08T11:14:08.652Z] #8 exporting config sha256:d3a7c6810c532048ec58ef192047c5b2274fa0e42a65bb4244dd3cf3bb768cc6 done [2025-10-08T11:14:08.653Z] #8 exporting manifest sha256:3b7a37cea6bcbd05b02aeb64788852b386e110cfcab0a881213bb1d77b2bbaa5 done [2025-10-08T11:14:08.653Z] #8 exporting config sha256:f47b3ad04ad2469b0748370e2a783eddd1cbdee8018de5cb14aa464200efb739 done [2025-10-08T11:14:08.653Z] #8 exporting manifest list sha256:12a64748a2d6d4e5b1d5b9464d5e486008506dee667cd036cc24a3cd5689350f done [2025-10-08T11:14:08.653Z] #8 pushing layers 0.0s done [2025-10-08T11:14:08.653Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.65@sha256:12a64748a2d6d4e5b1d5b9464d5e486008506dee667cd036cc24a3cd5689350f 0.1s done [2025-10-08T11:14:08.653Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T11:14:08.653Z] #8 DONE 0.1s [2025-10-08T11:14:08.653Z] [2025-10-08T11:14:08.653Z] 1 warning found (use --debug to expand): [2025-10-08T11:14:08.653Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T11:14:08.949Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65' [2025-10-08T11:14:08.950Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 --push - [2025-10-08T11:14:09.209Z] #1 [internal] load build definition from Dockerfile [2025-10-08T11:14:09.209Z] #1 transferring dockerfile: 219B done [2025-10-08T11:14:09.209Z] #1 DONE 0.0s [2025-10-08T11:14:09.209Z] [2025-10-08T11:14:09.209Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:14:09.209Z] #2 DONE 0.0s [2025-10-08T11:14:09.209Z] [2025-10-08T11:14:09.209Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:14:09.209Z] #3 DONE 0.0s [2025-10-08T11:14:09.209Z] [2025-10-08T11:14:09.209Z] #4 [internal] load .dockerignore [2025-10-08T11:14:09.209Z] #4 transferring context: 2B done [2025-10-08T11:14:09.209Z] #4 DONE 0.0s [2025-10-08T11:14:09.209Z] [2025-10-08T11:14:09.209Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:0bcf9bb33646895dfe65b7be1583ccb7b189260135db6bd473fe37d1ef025295 [2025-10-08T11:14:09.209Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:0bcf9bb33646895dfe65b7be1583ccb7b189260135db6bd473fe37d1ef025295 done [2025-10-08T11:14:09.209Z] #5 CACHED [2025-10-08T11:14:09.209Z] [2025-10-08T11:14:09.209Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:0bcf9bb33646895dfe65b7be1583ccb7b189260135db6bd473fe37d1ef025295 [2025-10-08T11:14:09.209Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:0bcf9bb33646895dfe65b7be1583ccb7b189260135db6bd473fe37d1ef025295 done [2025-10-08T11:14:09.209Z] #6 CACHED [2025-10-08T11:14:09.209Z] [2025-10-08T11:14:09.209Z] #7 exporting to image [2025-10-08T11:14:09.209Z] #7 exporting layers done [2025-10-08T11:14:09.209Z] #7 exporting manifest sha256:79a4cd628bc2815c901b32d5692517ace1b3aa2f842bf996519945dbfef627bb done [2025-10-08T11:14:09.209Z] #7 exporting config sha256:d3a7c6810c532048ec58ef192047c5b2274fa0e42a65bb4244dd3cf3bb768cc6 done [2025-10-08T11:14:09.209Z] #7 exporting manifest sha256:3b7a37cea6bcbd05b02aeb64788852b386e110cfcab0a881213bb1d77b2bbaa5 done [2025-10-08T11:14:09.209Z] #7 exporting config sha256:f47b3ad04ad2469b0748370e2a783eddd1cbdee8018de5cb14aa464200efb739 done [2025-10-08T11:14:09.209Z] #7 exporting manifest list sha256:12a64748a2d6d4e5b1d5b9464d5e486008506dee667cd036cc24a3cd5689350f done [2025-10-08T11:14:09.209Z] #7 pushing layers 0.0s done [2025-10-08T11:14:09.209Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:12a64748a2d6d4e5b1d5b9464d5e486008506dee667cd036cc24a3cd5689350f [2025-10-08T11:14:09.209Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T11:14:09.209Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:12a64748a2d6d4e5b1d5b9464d5e486008506dee667cd036cc24a3cd5689350f 0.1s done [2025-10-08T11:14:09.209Z] #7 DONE 0.1s [2025-10-08T11:14:09.209Z] [2025-10-08T11:14:09.209Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T11:14:09.209Z] #8 DONE 0.0s [2025-10-08T11:14:09.209Z] [2025-10-08T11:14:09.209Z] 1 warning found (use --debug to expand): [2025-10-08T11:14:09.209Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T11:14:09.497Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:main' [2025-10-08T11:14:09.497Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:main --push - [2025-10-08T11:14:09.497Z] #1 [internal] load build definition from Dockerfile [2025-10-08T11:14:09.497Z] #1 transferring dockerfile: 170B done [2025-10-08T11:14:09.497Z] #1 DONE 0.0s [2025-10-08T11:14:09.497Z] [2025-10-08T11:14:09.497Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-10-08T11:14:09.497Z] #2 DONE 0.0s [2025-10-08T11:14:09.497Z] [2025-10-08T11:14:09.497Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-10-08T11:14:09.497Z] #3 DONE 0.0s [2025-10-08T11:14:09.497Z] [2025-10-08T11:14:09.497Z] #4 [internal] load .dockerignore [2025-10-08T11:14:09.497Z] #4 transferring context: 2B done [2025-10-08T11:14:09.497Z] #4 DONE 0.0s [2025-10-08T11:14:09.497Z] [2025-10-08T11:14:09.497Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:0bcf9bb33646895dfe65b7be1583ccb7b189260135db6bd473fe37d1ef025295 [2025-10-08T11:14:09.497Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:0bcf9bb33646895dfe65b7be1583ccb7b189260135db6bd473fe37d1ef025295 0.0s done [2025-10-08T11:14:09.497Z] #5 DONE 0.0s [2025-10-08T11:14:09.497Z] [2025-10-08T11:14:09.497Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:0bcf9bb33646895dfe65b7be1583ccb7b189260135db6bd473fe37d1ef025295 [2025-10-08T11:14:09.757Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:0bcf9bb33646895dfe65b7be1583ccb7b189260135db6bd473fe37d1ef025295 0.0s done [2025-10-08T11:14:09.757Z] #6 CACHED [2025-10-08T11:14:09.757Z] [2025-10-08T11:14:09.757Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:0bcf9bb33646895dfe65b7be1583ccb7b189260135db6bd473fe37d1ef025295 [2025-10-08T11:14:09.757Z] #5 CACHED [2025-10-08T11:14:09.757Z] [2025-10-08T11:14:09.757Z] #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T11:14:09.757Z] #7 DONE 0.0s [2025-10-08T11:14:09.757Z] [2025-10-08T11:14:09.757Z] #8 exporting to image [2025-10-08T11:14:09.757Z] #8 exporting layers done [2025-10-08T11:14:09.757Z] #8 exporting manifest sha256:79a4cd628bc2815c901b32d5692517ace1b3aa2f842bf996519945dbfef627bb done [2025-10-08T11:14:09.757Z] #8 exporting config sha256:d3a7c6810c532048ec58ef192047c5b2274fa0e42a65bb4244dd3cf3bb768cc6 done [2025-10-08T11:14:09.757Z] #8 exporting manifest sha256:3b7a37cea6bcbd05b02aeb64788852b386e110cfcab0a881213bb1d77b2bbaa5 done [2025-10-08T11:14:09.757Z] #8 exporting config sha256:f47b3ad04ad2469b0748370e2a783eddd1cbdee8018de5cb14aa464200efb739 done [2025-10-08T11:14:09.757Z] #8 exporting manifest list sha256:12a64748a2d6d4e5b1d5b9464d5e486008506dee667cd036cc24a3cd5689350f done [2025-10-08T11:14:09.757Z] #8 pushing layers 0.0s done [2025-10-08T11:14:09.757Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:12a64748a2d6d4e5b1d5b9464d5e486008506dee667cd036cc24a3cd5689350f 0.1s done [2025-10-08T11:14:09.757Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T11:14:09.757Z] #8 DONE 0.1s [2025-10-08T11:14:09.757Z] [2025-10-08T11:14:09.757Z] 1 warning found (use --debug to expand): [2025-10-08T11:14:09.757Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T11:14:10.042Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:4d3e8805e5e9eb3f6c86d36552e13c375795480c' [2025-10-08T11:14:10.042Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:4d3e8805e5e9eb3f6c86d36552e13c375795480c --push - [2025-10-08T11:14:10.300Z] #1 [internal] load build definition from Dockerfile [2025-10-08T11:14:10.300Z] #1 transferring dockerfile: 206B done [2025-10-08T11:14:10.300Z] #1 DONE 0.0s [2025-10-08T11:14:10.300Z] [2025-10-08T11:14:10.300Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:14:10.300Z] #2 DONE 0.0s [2025-10-08T11:14:10.300Z] [2025-10-08T11:14:10.300Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:14:10.300Z] #3 DONE 0.0s [2025-10-08T11:14:10.300Z] [2025-10-08T11:14:10.300Z] #4 [internal] load .dockerignore [2025-10-08T11:14:10.300Z] #4 transferring context: 2B done [2025-10-08T11:14:10.300Z] #4 DONE 0.0s [2025-10-08T11:14:10.300Z] [2025-10-08T11:14:10.300Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:a59de679822a0bff0e302d5f2d9f78a9a9f9a5866cdbd59a655d439acf0ba091 [2025-10-08T11:14:10.300Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:a59de679822a0bff0e302d5f2d9f78a9a9f9a5866cdbd59a655d439acf0ba091 [2025-10-08T11:14:10.300Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:a59de679822a0bff0e302d5f2d9f78a9a9f9a5866cdbd59a655d439acf0ba091 0.0s done [2025-10-08T11:14:10.300Z] #5 DONE 0.0s [2025-10-08T11:14:10.300Z] [2025-10-08T11:14:10.300Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:a59de679822a0bff0e302d5f2d9f78a9a9f9a5866cdbd59a655d439acf0ba091 [2025-10-08T11:14:10.300Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:a59de679822a0bff0e302d5f2d9f78a9a9f9a5866cdbd59a655d439acf0ba091 0.0s done [2025-10-08T11:14:10.300Z] #6 DONE 0.1s [2025-10-08T11:14:10.300Z] [2025-10-08T11:14:10.300Z] #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T11:14:10.300Z] #7 DONE 0.0s [2025-10-08T11:14:10.300Z] [2025-10-08T11:14:10.300Z] #8 exporting to image [2025-10-08T11:14:10.300Z] #8 exporting layers done [2025-10-08T11:14:10.300Z] #8 exporting manifest sha256:86e65f2705dda0d890273d4c8e84627b1ec3732175850d924811633074713250 done [2025-10-08T11:14:10.300Z] #8 exporting config sha256:969f23c39bd5eb74fa197ec9c8c953c4c9bdc66ff4f80273088f52d34c543c42 done [2025-10-08T11:14:10.300Z] #8 exporting manifest sha256:1f43621111e32a64f52d06bcbf14d125c29760249d2d035a04cd3e51b16680a0 done [2025-10-08T11:14:10.300Z] #8 exporting config sha256:2f7ec31a4c0237551dafebb3876cb6d8f4bc89655c05cc05786c9ff7a275d770 done [2025-10-08T11:14:10.301Z] #8 exporting manifest list sha256:55646c46ba0239c7ef52bae8901a2573bf327e0b90aaf3ea13e3780ce1fa5d6b done [2025-10-08T11:14:10.301Z] #8 pushing layers 0.1s done [2025-10-08T11:14:10.301Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:55646c46ba0239c7ef52bae8901a2573bf327e0b90aaf3ea13e3780ce1fa5d6b [2025-10-08T11:14:10.301Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T11:14:10.560Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:55646c46ba0239c7ef52bae8901a2573bf327e0b90aaf3ea13e3780ce1fa5d6b 0.1s done [2025-10-08T11:14:10.560Z] #8 DONE 0.2s [2025-10-08T11:14:10.560Z] [2025-10-08T11:14:10.560Z] 1 warning found (use --debug to expand): [2025-10-08T11:14:10.560Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T11:14:10.854Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:latest' [2025-10-08T11:14:10.854Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:latest --push - [2025-10-08T11:14:11.114Z] #1 [internal] load build definition from Dockerfile [2025-10-08T11:14:11.114Z] #1 transferring dockerfile: 172B done [2025-10-08T11:14:11.114Z] #1 DONE 0.0s [2025-10-08T11:14:11.114Z] [2025-10-08T11:14:11.114Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-10-08T11:14:11.114Z] #2 DONE 0.0s [2025-10-08T11:14:11.114Z] [2025-10-08T11:14:11.115Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-10-08T11:14:11.115Z] #3 DONE 0.0s [2025-10-08T11:14:11.115Z] [2025-10-08T11:14:11.115Z] #4 [internal] load .dockerignore [2025-10-08T11:14:11.115Z] #4 transferring context: 2B done [2025-10-08T11:14:11.115Z] #4 DONE 0.0s [2025-10-08T11:14:11.115Z] [2025-10-08T11:14:11.115Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:a59de679822a0bff0e302d5f2d9f78a9a9f9a5866cdbd59a655d439acf0ba091 [2025-10-08T11:14:11.115Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:a59de679822a0bff0e302d5f2d9f78a9a9f9a5866cdbd59a655d439acf0ba091 0.0s done [2025-10-08T11:14:11.115Z] #5 CACHED [2025-10-08T11:14:11.115Z] [2025-10-08T11:14:11.115Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:a59de679822a0bff0e302d5f2d9f78a9a9f9a5866cdbd59a655d439acf0ba091 [2025-10-08T11:14:11.115Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:a59de679822a0bff0e302d5f2d9f78a9a9f9a5866cdbd59a655d439acf0ba091 0.0s done [2025-10-08T11:14:11.115Z] #6 CACHED [2025-10-08T11:14:11.115Z] [2025-10-08T11:14:11.115Z] #7 exporting to image [2025-10-08T11:14:11.115Z] #7 exporting layers done [2025-10-08T11:14:11.115Z] #7 exporting manifest sha256:86e65f2705dda0d890273d4c8e84627b1ec3732175850d924811633074713250 done [2025-10-08T11:14:11.115Z] #7 exporting config sha256:969f23c39bd5eb74fa197ec9c8c953c4c9bdc66ff4f80273088f52d34c543c42 done [2025-10-08T11:14:11.115Z] #7 exporting manifest sha256:1f43621111e32a64f52d06bcbf14d125c29760249d2d035a04cd3e51b16680a0 done [2025-10-08T11:14:11.115Z] #7 exporting config sha256:2f7ec31a4c0237551dafebb3876cb6d8f4bc89655c05cc05786c9ff7a275d770 done [2025-10-08T11:14:11.115Z] #7 exporting manifest list sha256:55646c46ba0239c7ef52bae8901a2573bf327e0b90aaf3ea13e3780ce1fa5d6b done [2025-10-08T11:14:11.115Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T11:14:11.115Z] #7 pushing layers 0.0s done [2025-10-08T11:14:11.115Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:55646c46ba0239c7ef52bae8901a2573bf327e0b90aaf3ea13e3780ce1fa5d6b 0.1s done [2025-10-08T11:14:11.115Z] #7 DONE 0.1s [2025-10-08T11:14:11.115Z] [2025-10-08T11:14:11.115Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T11:14:11.115Z] #8 DONE 0.0s [2025-10-08T11:14:11.115Z] [2025-10-08T11:14:11.115Z] 1 warning found (use --debug to expand): [2025-10-08T11:14:11.115Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T11:14:11.402Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.65' [2025-10-08T11:14:11.402Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.65 --push - [2025-10-08T11:14:11.402Z] #1 [internal] load build definition from Dockerfile [2025-10-08T11:14:11.402Z] #1 transferring dockerfile: 178B done [2025-10-08T11:14:11.402Z] #1 DONE 0.0s [2025-10-08T11:14:11.402Z] [2025-10-08T11:14:11.402Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.65 [2025-10-08T11:14:11.402Z] #2 DONE 0.0s [2025-10-08T11:14:11.402Z] [2025-10-08T11:14:11.402Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.65 [2025-10-08T11:14:11.402Z] #3 DONE 0.0s [2025-10-08T11:14:11.402Z] [2025-10-08T11:14:11.402Z] #4 [internal] load .dockerignore [2025-10-08T11:14:11.402Z] #4 transferring context: 2B done [2025-10-08T11:14:11.402Z] #4 DONE 0.0s [2025-10-08T11:14:11.402Z] [2025-10-08T11:14:11.402Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.65@sha256:a59de679822a0bff0e302d5f2d9f78a9a9f9a5866cdbd59a655d439acf0ba091 [2025-10-08T11:14:11.402Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.65@sha256:a59de679822a0bff0e302d5f2d9f78a9a9f9a5866cdbd59a655d439acf0ba091 0.0s done [2025-10-08T11:14:11.402Z] #5 CACHED [2025-10-08T11:14:11.402Z] [2025-10-08T11:14:11.402Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.65@sha256:a59de679822a0bff0e302d5f2d9f78a9a9f9a5866cdbd59a655d439acf0ba091 [2025-10-08T11:14:11.661Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.65@sha256:a59de679822a0bff0e302d5f2d9f78a9a9f9a5866cdbd59a655d439acf0ba091 0.0s done [2025-10-08T11:14:11.661Z] #6 CACHED [2025-10-08T11:14:11.661Z] [2025-10-08T11:14:11.661Z] #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T11:14:11.661Z] #7 DONE 0.0s [2025-10-08T11:14:11.661Z] [2025-10-08T11:14:11.661Z] #8 exporting to image [2025-10-08T11:14:11.661Z] #8 exporting layers done [2025-10-08T11:14:11.661Z] #8 exporting manifest sha256:86e65f2705dda0d890273d4c8e84627b1ec3732175850d924811633074713250 done [2025-10-08T11:14:11.661Z] #8 exporting config sha256:969f23c39bd5eb74fa197ec9c8c953c4c9bdc66ff4f80273088f52d34c543c42 done [2025-10-08T11:14:11.661Z] #8 exporting manifest sha256:1f43621111e32a64f52d06bcbf14d125c29760249d2d035a04cd3e51b16680a0 done [2025-10-08T11:14:11.661Z] #8 exporting config sha256:2f7ec31a4c0237551dafebb3876cb6d8f4bc89655c05cc05786c9ff7a275d770 done [2025-10-08T11:14:11.661Z] #8 exporting manifest list sha256:55646c46ba0239c7ef52bae8901a2573bf327e0b90aaf3ea13e3780ce1fa5d6b done [2025-10-08T11:14:11.661Z] #8 pushing layers 0.0s done [2025-10-08T11:14:11.661Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.65@sha256:55646c46ba0239c7ef52bae8901a2573bf327e0b90aaf3ea13e3780ce1fa5d6b 0.1s done [2025-10-08T11:14:11.661Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T11:14:11.661Z] #8 DONE 0.1s [2025-10-08T11:14:11.661Z] [2025-10-08T11:14:11.661Z] 1 warning found (use --debug to expand): [2025-10-08T11:14:11.661Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T11:14:11.946Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65' [2025-10-08T11:14:11.946Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 --push - [2025-10-08T11:14:11.946Z] #1 [internal] load build definition from Dockerfile [2025-10-08T11:14:11.946Z] #1 transferring dockerfile: 219B done [2025-10-08T11:14:11.946Z] #1 DONE 0.0s [2025-10-08T11:14:11.946Z] [2025-10-08T11:14:11.946Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:14:11.946Z] #2 DONE 0.0s [2025-10-08T11:14:11.946Z] [2025-10-08T11:14:11.946Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:14:11.946Z] #3 DONE 0.0s [2025-10-08T11:14:11.946Z] [2025-10-08T11:14:11.946Z] #4 [internal] load .dockerignore [2025-10-08T11:14:11.946Z] #4 transferring context: 2B done [2025-10-08T11:14:11.946Z] #4 DONE 0.0s [2025-10-08T11:14:11.946Z] [2025-10-08T11:14:11.946Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:a59de679822a0bff0e302d5f2d9f78a9a9f9a5866cdbd59a655d439acf0ba091 [2025-10-08T11:14:11.946Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:a59de679822a0bff0e302d5f2d9f78a9a9f9a5866cdbd59a655d439acf0ba091 done [2025-10-08T11:14:11.946Z] #5 CACHED [2025-10-08T11:14:11.946Z] [2025-10-08T11:14:11.946Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:a59de679822a0bff0e302d5f2d9f78a9a9f9a5866cdbd59a655d439acf0ba091 [2025-10-08T11:14:11.946Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:a59de679822a0bff0e302d5f2d9f78a9a9f9a5866cdbd59a655d439acf0ba091 done [2025-10-08T11:14:11.946Z] #6 CACHED [2025-10-08T11:14:11.946Z] [2025-10-08T11:14:11.946Z] #7 exporting to image [2025-10-08T11:14:11.946Z] #7 exporting layers done [2025-10-08T11:14:11.946Z] #7 exporting manifest sha256:86e65f2705dda0d890273d4c8e84627b1ec3732175850d924811633074713250 done [2025-10-08T11:14:11.946Z] #7 exporting config sha256:969f23c39bd5eb74fa197ec9c8c953c4c9bdc66ff4f80273088f52d34c543c42 done [2025-10-08T11:14:11.946Z] #7 exporting manifest sha256:1f43621111e32a64f52d06bcbf14d125c29760249d2d035a04cd3e51b16680a0 done [2025-10-08T11:14:11.946Z] #7 exporting config sha256:2f7ec31a4c0237551dafebb3876cb6d8f4bc89655c05cc05786c9ff7a275d770 done [2025-10-08T11:14:11.946Z] #7 exporting manifest list sha256:55646c46ba0239c7ef52bae8901a2573bf327e0b90aaf3ea13e3780ce1fa5d6b done [2025-10-08T11:14:11.946Z] #7 pushing layers 0.0s done [2025-10-08T11:14:11.946Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:55646c46ba0239c7ef52bae8901a2573bf327e0b90aaf3ea13e3780ce1fa5d6b [2025-10-08T11:14:11.946Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T11:14:12.207Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:55646c46ba0239c7ef52bae8901a2573bf327e0b90aaf3ea13e3780ce1fa5d6b 0.1s done [2025-10-08T11:14:12.207Z] #7 DONE 0.1s [2025-10-08T11:14:12.207Z] [2025-10-08T11:14:12.207Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T11:14:12.207Z] #8 DONE 0.0s [2025-10-08T11:14:12.207Z] [2025-10-08T11:14:12.207Z] 1 warning found (use --debug to expand): [2025-10-08T11:14:12.207Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T11:14:12.492Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:main' [2025-10-08T11:14:12.492Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:main --push - [2025-10-08T11:14:12.492Z] #1 [internal] load build definition from Dockerfile [2025-10-08T11:14:12.492Z] #1 transferring dockerfile: 170B done [2025-10-08T11:14:12.492Z] #1 DONE 0.0s [2025-10-08T11:14:12.492Z] [2025-10-08T11:14:12.492Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main [2025-10-08T11:14:12.492Z] #2 DONE 0.0s [2025-10-08T11:14:12.492Z] [2025-10-08T11:14:12.492Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main [2025-10-08T11:14:12.492Z] #3 DONE 0.0s [2025-10-08T11:14:12.492Z] [2025-10-08T11:14:12.492Z] #4 [internal] load .dockerignore [2025-10-08T11:14:12.492Z] #4 transferring context: 2B done [2025-10-08T11:14:12.492Z] #4 DONE 0.0s [2025-10-08T11:14:12.492Z] [2025-10-08T11:14:12.492Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:a59de679822a0bff0e302d5f2d9f78a9a9f9a5866cdbd59a655d439acf0ba091 [2025-10-08T11:14:12.492Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:a59de679822a0bff0e302d5f2d9f78a9a9f9a5866cdbd59a655d439acf0ba091 0.0s done [2025-10-08T11:14:12.492Z] #5 CACHED [2025-10-08T11:14:12.492Z] [2025-10-08T11:14:12.492Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:a59de679822a0bff0e302d5f2d9f78a9a9f9a5866cdbd59a655d439acf0ba091 [2025-10-08T11:14:12.492Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:a59de679822a0bff0e302d5f2d9f78a9a9f9a5866cdbd59a655d439acf0ba091 0.0s done [2025-10-08T11:14:12.492Z] #6 CACHED [2025-10-08T11:14:12.492Z] [2025-10-08T11:14:12.492Z] #7 exporting to image [2025-10-08T11:14:12.492Z] #7 exporting layers [2025-10-08T11:14:12.492Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T11:14:12.751Z] #7 exporting layers done [2025-10-08T11:14:12.751Z] #7 exporting manifest sha256:86e65f2705dda0d890273d4c8e84627b1ec3732175850d924811633074713250 done [2025-10-08T11:14:12.751Z] #7 exporting config sha256:969f23c39bd5eb74fa197ec9c8c953c4c9bdc66ff4f80273088f52d34c543c42 done [2025-10-08T11:14:12.751Z] #7 exporting manifest sha256:1f43621111e32a64f52d06bcbf14d125c29760249d2d035a04cd3e51b16680a0 done [2025-10-08T11:14:12.751Z] #7 exporting config sha256:2f7ec31a4c0237551dafebb3876cb6d8f4bc89655c05cc05786c9ff7a275d770 done [2025-10-08T11:14:12.751Z] #7 exporting manifest list sha256:55646c46ba0239c7ef52bae8901a2573bf327e0b90aaf3ea13e3780ce1fa5d6b done [2025-10-08T11:14:12.751Z] #7 pushing layers 0.0s done [2025-10-08T11:14:12.751Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:55646c46ba0239c7ef52bae8901a2573bf327e0b90aaf3ea13e3780ce1fa5d6b 0.1s done [2025-10-08T11:14:12.751Z] #7 DONE 0.1s [2025-10-08T11:14:12.751Z] [2025-10-08T11:14:12.751Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T11:14:12.751Z] #8 DONE 0.0s [2025-10-08T11:14:12.751Z] [2025-10-08T11:14:12.751Z] 1 warning found (use --debug to expand): [2025-10-08T11:14:12.751Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T11:14:13.040Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:4d3e8805e5e9eb3f6c86d36552e13c375795480c --push - [2025-10-08T11:14:13.040Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:4d3e8805e5e9eb3f6c86d36552e13c375795480c' [2025-10-08T11:14:13.040Z] #1 [internal] load build definition from Dockerfile [2025-10-08T11:14:13.040Z] #1 transferring dockerfile: 202B done [2025-10-08T11:14:13.040Z] #1 DONE 0.0s [2025-10-08T11:14:13.040Z] [2025-10-08T11:14:13.040Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:14:13.040Z] #2 DONE 0.0s [2025-10-08T11:14:13.040Z] [2025-10-08T11:14:13.040Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:14:13.040Z] #3 DONE 0.1s [2025-10-08T11:14:13.040Z] [2025-10-08T11:14:13.040Z] #4 [internal] load .dockerignore [2025-10-08T11:14:13.040Z] #4 transferring context: 2B done [2025-10-08T11:14:13.040Z] #4 DONE 0.0s [2025-10-08T11:14:13.298Z] [2025-10-08T11:14:13.298Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:78718604a6eebf7d9c5ef503ff6fef6c4f6d3af1d1c7585f4d5cbb74816ff56b [2025-10-08T11:14:13.298Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:78718604a6eebf7d9c5ef503ff6fef6c4f6d3af1d1c7585f4d5cbb74816ff56b 0.0s done [2025-10-08T11:14:13.298Z] #5 DONE 0.0s [2025-10-08T11:14:13.298Z] [2025-10-08T11:14:13.298Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:78718604a6eebf7d9c5ef503ff6fef6c4f6d3af1d1c7585f4d5cbb74816ff56b [2025-10-08T11:14:13.298Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:78718604a6eebf7d9c5ef503ff6fef6c4f6d3af1d1c7585f4d5cbb74816ff56b done [2025-10-08T11:14:13.298Z] #6 DONE 0.1s [2025-10-08T11:14:13.298Z] [2025-10-08T11:14:13.298Z] #7 exporting to image [2025-10-08T11:14:13.298Z] #7 exporting layers done [2025-10-08T11:14:13.298Z] #7 exporting manifest sha256:972174ba78c78ea53fd74eb627e0c78fcb8c8d9248f93e61bc326ae43037fce2 0.0s done [2025-10-08T11:14:13.298Z] #7 exporting config sha256:84f93a4643ffc28019e35e1b28f08d6dc0d0b099576086a9f0dfd094f5f41944 done [2025-10-08T11:14:13.298Z] #7 exporting manifest sha256:e2932c36931aac9cd4be7b0f2746bbaf87c14478fd15dbdab565528748f9e854 done [2025-10-08T11:14:13.298Z] #7 exporting config sha256:0b345d385d3a98f4246ac74efb3103df40b293b9ee5e65e6d466c46efb440b3f done [2025-10-08T11:14:13.298Z] #7 exporting manifest list sha256:37e7a57185ddfe1e0151114d5a612ff5f0e013d0176a09cc5aea78ea61b015ee [2025-10-08T11:14:13.298Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T11:14:13.298Z] #7 ... [2025-10-08T11:14:13.298Z] [2025-10-08T11:14:13.298Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T11:14:13.298Z] #8 DONE 0.0s [2025-10-08T11:14:13.298Z] [2025-10-08T11:14:13.298Z] #7 exporting to image [2025-10-08T11:14:13.298Z] #7 exporting manifest list sha256:37e7a57185ddfe1e0151114d5a612ff5f0e013d0176a09cc5aea78ea61b015ee done [2025-10-08T11:14:13.298Z] #7 pushing layers 0.1s done [2025-10-08T11:14:13.298Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:37e7a57185ddfe1e0151114d5a612ff5f0e013d0176a09cc5aea78ea61b015ee [2025-10-08T11:14:13.562Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:37e7a57185ddfe1e0151114d5a612ff5f0e013d0176a09cc5aea78ea61b015ee 0.1s done [2025-10-08T11:14:13.562Z] #7 DONE 0.2s [2025-10-08T11:14:13.562Z] [2025-10-08T11:14:13.562Z] 1 warning found (use --debug to expand): [2025-10-08T11:14:13.562Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T11:14:13.858Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest' [2025-10-08T11:14:13.858Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:latest --push - [2025-10-08T11:14:14.120Z] #1 [internal] load build definition from Dockerfile [2025-10-08T11:14:14.120Z] #1 transferring dockerfile: 168B done [2025-10-08T11:14:14.120Z] #1 DONE 0.0s [2025-10-08T11:14:14.120Z] [2025-10-08T11:14:14.120Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-10-08T11:14:14.120Z] #2 DONE 0.0s [2025-10-08T11:14:14.120Z] [2025-10-08T11:14:14.120Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-10-08T11:14:14.120Z] #3 DONE 0.0s [2025-10-08T11:14:14.120Z] [2025-10-08T11:14:14.120Z] #4 [internal] load .dockerignore [2025-10-08T11:14:14.120Z] #4 transferring context: 2B done [2025-10-08T11:14:14.120Z] #4 DONE 0.0s [2025-10-08T11:14:14.120Z] [2025-10-08T11:14:14.120Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:78718604a6eebf7d9c5ef503ff6fef6c4f6d3af1d1c7585f4d5cbb74816ff56b [2025-10-08T11:14:14.120Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:78718604a6eebf7d9c5ef503ff6fef6c4f6d3af1d1c7585f4d5cbb74816ff56b 0.0s done [2025-10-08T11:14:14.120Z] #5 CACHED [2025-10-08T11:14:14.120Z] [2025-10-08T11:14:14.120Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:78718604a6eebf7d9c5ef503ff6fef6c4f6d3af1d1c7585f4d5cbb74816ff56b [2025-10-08T11:14:14.120Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:78718604a6eebf7d9c5ef503ff6fef6c4f6d3af1d1c7585f4d5cbb74816ff56b 0.0s done [2025-10-08T11:14:14.120Z] #6 CACHED [2025-10-08T11:14:14.120Z] [2025-10-08T11:14:14.120Z] #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T11:14:14.120Z] #7 DONE 0.0s [2025-10-08T11:14:14.120Z] [2025-10-08T11:14:14.120Z] #8 exporting to image [2025-10-08T11:14:14.120Z] #8 exporting layers done [2025-10-08T11:14:14.120Z] #8 exporting manifest sha256:972174ba78c78ea53fd74eb627e0c78fcb8c8d9248f93e61bc326ae43037fce2 done [2025-10-08T11:14:14.120Z] #8 exporting config sha256:84f93a4643ffc28019e35e1b28f08d6dc0d0b099576086a9f0dfd094f5f41944 done [2025-10-08T11:14:14.120Z] #8 exporting manifest sha256:e2932c36931aac9cd4be7b0f2746bbaf87c14478fd15dbdab565528748f9e854 done [2025-10-08T11:14:14.120Z] #8 exporting config sha256:0b345d385d3a98f4246ac74efb3103df40b293b9ee5e65e6d466c46efb440b3f done [2025-10-08T11:14:14.120Z] #8 exporting manifest list sha256:37e7a57185ddfe1e0151114d5a612ff5f0e013d0176a09cc5aea78ea61b015ee done [2025-10-08T11:14:14.120Z] #8 pushing layers 0.0s done [2025-10-08T11:14:14.120Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:37e7a57185ddfe1e0151114d5a612ff5f0e013d0176a09cc5aea78ea61b015ee 0.1s done [2025-10-08T11:14:14.120Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T11:14:14.120Z] #8 DONE 0.1s [2025-10-08T11:14:14.120Z] [2025-10-08T11:14:14.120Z] 1 warning found (use --debug to expand): [2025-10-08T11:14:14.120Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T11:14:14.407Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.65' [2025-10-08T11:14:14.407Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.65 --push - [2025-10-08T11:14:14.407Z] #1 [internal] load build definition from Dockerfile [2025-10-08T11:14:14.407Z] #1 transferring dockerfile: 174B done [2025-10-08T11:14:14.407Z] #1 DONE 0.0s [2025-10-08T11:14:14.407Z] [2025-10-08T11:14:14.407Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.65 [2025-10-08T11:14:14.407Z] #2 DONE 0.0s [2025-10-08T11:14:14.407Z] [2025-10-08T11:14:14.407Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.65 [2025-10-08T11:14:14.407Z] #3 DONE 0.0s [2025-10-08T11:14:14.407Z] [2025-10-08T11:14:14.407Z] #4 [internal] load .dockerignore [2025-10-08T11:14:14.407Z] #4 transferring context: 2B done [2025-10-08T11:14:14.407Z] #4 DONE 0.0s [2025-10-08T11:14:14.407Z] [2025-10-08T11:14:14.407Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.65@sha256:78718604a6eebf7d9c5ef503ff6fef6c4f6d3af1d1c7585f4d5cbb74816ff56b [2025-10-08T11:14:14.407Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.65@sha256:78718604a6eebf7d9c5ef503ff6fef6c4f6d3af1d1c7585f4d5cbb74816ff56b 0.0s done [2025-10-08T11:14:14.407Z] #5 CACHED [2025-10-08T11:14:14.407Z] [2025-10-08T11:14:14.407Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.65@sha256:78718604a6eebf7d9c5ef503ff6fef6c4f6d3af1d1c7585f4d5cbb74816ff56b [2025-10-08T11:14:14.407Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.65@sha256:78718604a6eebf7d9c5ef503ff6fef6c4f6d3af1d1c7585f4d5cbb74816ff56b 0.0s done [2025-10-08T11:14:14.407Z] #6 CACHED [2025-10-08T11:14:14.407Z] [2025-10-08T11:14:14.407Z] #7 exporting to image [2025-10-08T11:14:14.407Z] #7 exporting layers done [2025-10-08T11:14:14.407Z] #7 exporting manifest sha256:972174ba78c78ea53fd74eb627e0c78fcb8c8d9248f93e61bc326ae43037fce2 done [2025-10-08T11:14:14.407Z] #7 exporting config sha256:84f93a4643ffc28019e35e1b28f08d6dc0d0b099576086a9f0dfd094f5f41944 [2025-10-08T11:14:14.407Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T11:14:14.665Z] #7 exporting config sha256:84f93a4643ffc28019e35e1b28f08d6dc0d0b099576086a9f0dfd094f5f41944 done [2025-10-08T11:14:14.665Z] #7 exporting manifest sha256:e2932c36931aac9cd4be7b0f2746bbaf87c14478fd15dbdab565528748f9e854 done [2025-10-08T11:14:14.665Z] #7 exporting config sha256:0b345d385d3a98f4246ac74efb3103df40b293b9ee5e65e6d466c46efb440b3f done [2025-10-08T11:14:14.665Z] #7 exporting manifest list sha256:37e7a57185ddfe1e0151114d5a612ff5f0e013d0176a09cc5aea78ea61b015ee done [2025-10-08T11:14:14.665Z] #7 pushing layers 0.0s done [2025-10-08T11:14:14.665Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.65@sha256:37e7a57185ddfe1e0151114d5a612ff5f0e013d0176a09cc5aea78ea61b015ee 0.1s done [2025-10-08T11:14:14.665Z] #7 DONE 0.1s [2025-10-08T11:14:14.665Z] [2025-10-08T11:14:14.665Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T11:14:14.665Z] #8 DONE 0.0s [2025-10-08T11:14:14.665Z] [2025-10-08T11:14:14.665Z] 1 warning found (use --debug to expand): [2025-10-08T11:14:14.665Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T11:14:14.949Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65' [2025-10-08T11:14:14.949Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 --push - [2025-10-08T11:14:14.949Z] #1 [internal] load build definition from Dockerfile [2025-10-08T11:14:14.949Z] #1 transferring dockerfile: 215B done [2025-10-08T11:14:14.949Z] #1 DONE 0.0s [2025-10-08T11:14:14.949Z] [2025-10-08T11:14:14.949Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:14:14.949Z] #2 DONE 0.0s [2025-10-08T11:14:14.949Z] [2025-10-08T11:14:14.949Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:14:14.949Z] #3 DONE 0.0s [2025-10-08T11:14:14.949Z] [2025-10-08T11:14:14.949Z] #4 [internal] load .dockerignore [2025-10-08T11:14:14.949Z] #4 transferring context: 2B done [2025-10-08T11:14:14.949Z] #4 DONE 0.0s [2025-10-08T11:14:14.949Z] [2025-10-08T11:14:14.949Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:78718604a6eebf7d9c5ef503ff6fef6c4f6d3af1d1c7585f4d5cbb74816ff56b [2025-10-08T11:14:14.949Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:78718604a6eebf7d9c5ef503ff6fef6c4f6d3af1d1c7585f4d5cbb74816ff56b done [2025-10-08T11:14:14.949Z] #5 CACHED [2025-10-08T11:14:14.949Z] [2025-10-08T11:14:14.949Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:78718604a6eebf7d9c5ef503ff6fef6c4f6d3af1d1c7585f4d5cbb74816ff56b [2025-10-08T11:14:14.949Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:78718604a6eebf7d9c5ef503ff6fef6c4f6d3af1d1c7585f4d5cbb74816ff56b 0.0s done [2025-10-08T11:14:14.949Z] #6 CACHED [2025-10-08T11:14:14.949Z] [2025-10-08T11:14:14.949Z] #7 exporting to image [2025-10-08T11:14:14.949Z] #7 exporting layers done [2025-10-08T11:14:14.949Z] #7 exporting manifest sha256:972174ba78c78ea53fd74eb627e0c78fcb8c8d9248f93e61bc326ae43037fce2 done [2025-10-08T11:14:14.949Z] #7 exporting config sha256:84f93a4643ffc28019e35e1b28f08d6dc0d0b099576086a9f0dfd094f5f41944 done [2025-10-08T11:14:14.949Z] #7 exporting manifest sha256:e2932c36931aac9cd4be7b0f2746bbaf87c14478fd15dbdab565528748f9e854 done [2025-10-08T11:14:14.949Z] #7 exporting config sha256:0b345d385d3a98f4246ac74efb3103df40b293b9ee5e65e6d466c46efb440b3f done [2025-10-08T11:14:14.949Z] #7 exporting manifest list sha256:37e7a57185ddfe1e0151114d5a612ff5f0e013d0176a09cc5aea78ea61b015ee done [2025-10-08T11:14:14.949Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T11:14:15.209Z] #7 pushing layers 0.0s done [2025-10-08T11:14:15.209Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:37e7a57185ddfe1e0151114d5a612ff5f0e013d0176a09cc5aea78ea61b015ee 0.1s done [2025-10-08T11:14:15.209Z] #7 DONE 0.1s [2025-10-08T11:14:15.209Z] [2025-10-08T11:14:15.209Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T11:14:15.209Z] #8 DONE 0.0s [2025-10-08T11:14:15.209Z] [2025-10-08T11:14:15.209Z] 1 warning found (use --debug to expand): [2025-10-08T11:14:15.209Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T11:14:15.498Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:main' [2025-10-08T11:14:15.498Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:main --push - [2025-10-08T11:14:15.757Z] #1 [internal] load build definition from Dockerfile [2025-10-08T11:14:15.757Z] #1 transferring dockerfile: 166B done [2025-10-08T11:14:15.757Z] #1 DONE 0.0s [2025-10-08T11:14:15.757Z] [2025-10-08T11:14:15.757Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-10-08T11:14:15.757Z] #2 DONE 0.0s [2025-10-08T11:14:15.757Z] [2025-10-08T11:14:15.757Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-10-08T11:14:15.757Z] #3 DONE 0.0s [2025-10-08T11:14:15.757Z] [2025-10-08T11:14:15.757Z] #4 [internal] load .dockerignore [2025-10-08T11:14:15.757Z] #4 transferring context: 2B done [2025-10-08T11:14:15.757Z] #4 DONE 0.0s [2025-10-08T11:14:15.757Z] [2025-10-08T11:14:15.757Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:78718604a6eebf7d9c5ef503ff6fef6c4f6d3af1d1c7585f4d5cbb74816ff56b [2025-10-08T11:14:15.757Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:78718604a6eebf7d9c5ef503ff6fef6c4f6d3af1d1c7585f4d5cbb74816ff56b done [2025-10-08T11:14:15.757Z] #5 CACHED [2025-10-08T11:14:15.757Z] [2025-10-08T11:14:15.757Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:78718604a6eebf7d9c5ef503ff6fef6c4f6d3af1d1c7585f4d5cbb74816ff56b [2025-10-08T11:14:15.757Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:78718604a6eebf7d9c5ef503ff6fef6c4f6d3af1d1c7585f4d5cbb74816ff56b done [2025-10-08T11:14:15.757Z] #6 CACHED [2025-10-08T11:14:15.757Z] [2025-10-08T11:14:15.757Z] #7 exporting to image [2025-10-08T11:14:15.757Z] #7 exporting layers done [2025-10-08T11:14:15.757Z] #7 exporting manifest sha256:972174ba78c78ea53fd74eb627e0c78fcb8c8d9248f93e61bc326ae43037fce2 done [2025-10-08T11:14:15.757Z] #7 exporting config sha256:84f93a4643ffc28019e35e1b28f08d6dc0d0b099576086a9f0dfd094f5f41944 done [2025-10-08T11:14:15.757Z] #7 exporting manifest sha256:e2932c36931aac9cd4be7b0f2746bbaf87c14478fd15dbdab565528748f9e854 done [2025-10-08T11:14:15.757Z] #7 exporting config sha256:0b345d385d3a98f4246ac74efb3103df40b293b9ee5e65e6d466c46efb440b3f done [2025-10-08T11:14:15.757Z] #7 exporting manifest list sha256:37e7a57185ddfe1e0151114d5a612ff5f0e013d0176a09cc5aea78ea61b015ee done [2025-10-08T11:14:15.757Z] #7 pushing layers 0.0s done [2025-10-08T11:14:15.757Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:37e7a57185ddfe1e0151114d5a612ff5f0e013d0176a09cc5aea78ea61b015ee [2025-10-08T11:14:15.757Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T11:14:15.757Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:37e7a57185ddfe1e0151114d5a612ff5f0e013d0176a09cc5aea78ea61b015ee 0.1s done [2025-10-08T11:14:15.757Z] #7 DONE 0.1s [2025-10-08T11:14:15.757Z] [2025-10-08T11:14:15.757Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T11:14:15.757Z] #8 DONE 0.0s [2025-10-08T11:14:15.757Z] [2025-10-08T11:14:15.757Z] 1 warning found (use --debug to expand): [2025-10-08T11:14:15.757Z]  - 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-10-08T11:14:16.235Z] + '[' -d /w/workspace/edgex-go/909/archives ']' [Pipeline] libraryResource [Pipeline] sh [2025-10-08T11:14:16.533Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-10-08T11:14:17.085Z] ---> package-listing.sh [2025-10-08T11:14:17.085Z] ++ facter osfamily [2025-10-08T11:14:17.085Z] ++ tr '[:upper:]' '[:lower:]' [2025-10-08T11:14:17.345Z] + OS_FAMILY=redhat [2025-10-08T11:14:17.345Z] + workspace=/w/workspace/edgex-go/909 [2025-10-08T11:14:17.345Z] + START_PACKAGES=/tmp/packages_start.txt [2025-10-08T11:14:17.345Z] + END_PACKAGES=/tmp/packages_end.txt [2025-10-08T11:14:17.345Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-10-08T11:14:17.345Z] + PACKAGES=/tmp/packages_start.txt [2025-10-08T11:14:17.345Z] + '[' /w/workspace/edgex-go/909 ']' [2025-10-08T11:14:17.345Z] + PACKAGES=/tmp/packages_end.txt [2025-10-08T11:14:17.345Z] + case "${OS_FAMILY}" in [2025-10-08T11:14:17.345Z] + sort [2025-10-08T11:14:17.345Z] + rpm -qa [2025-10-08T11:14:17.912Z] + '[' -f /tmp/packages_start.txt ']' [2025-10-08T11:14:17.912Z] + '[' -f /tmp/packages_end.txt ']' [2025-10-08T11:14:17.912Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-10-08T11:14:17.912Z] + '[' /w/workspace/edgex-go/909 ']' [2025-10-08T11:14:17.912Z] + mkdir -p /w/workspace/edgex-go/909/archives/ [2025-10-08T11:14:17.912Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/909/archives/ [Pipeline] echo [2025-10-08T11:14:17.925Z] 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/909/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-10-08T11:14:18.205Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:14:18.771Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-10-08T11:14:18.771Z] [2025-10-08T11:14:18.771Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:14:19.079Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-10-08T11:14:19.079Z] latest: Pulling from edgex-lftools-log-publisher [2025-10-08T11:14:19.079Z] 5eb5b503b376: Pulling fs layer [2025-10-08T11:14:19.079Z] 5c69ac0246d0: Pulling fs layer [2025-10-08T11:14:19.079Z] ec43610c2a17: Pulling fs layer [2025-10-08T11:14:19.079Z] 3a2ae6a8a46f: Pulling fs layer [2025-10-08T11:14:19.079Z] 33b1e0a273af: Pulling fs layer [2025-10-08T11:14:19.079Z] 5d3b04190fa2: Pulling fs layer [2025-10-08T11:14:19.079Z] 2f39f015ded8: Pulling fs layer [2025-10-08T11:14:19.079Z] 3a2ae6a8a46f: Waiting [2025-10-08T11:14:19.079Z] 33b1e0a273af: Waiting [2025-10-08T11:14:19.079Z] 5d3b04190fa2: Waiting [2025-10-08T11:14:19.079Z] 2f39f015ded8: Waiting [2025-10-08T11:14:19.079Z] 5c69ac0246d0: Verifying Checksum [2025-10-08T11:14:19.079Z] 5c69ac0246d0: Download complete [2025-10-08T11:14:19.079Z] 3a2ae6a8a46f: Verifying Checksum [2025-10-08T11:14:19.079Z] 3a2ae6a8a46f: Download complete [2025-10-08T11:14:19.079Z] 33b1e0a273af: Verifying Checksum [2025-10-08T11:14:19.079Z] 33b1e0a273af: Download complete [2025-10-08T11:14:19.079Z] 5d3b04190fa2: Verifying Checksum [2025-10-08T11:14:19.079Z] 5d3b04190fa2: Download complete [2025-10-08T11:14:19.079Z] ec43610c2a17: Verifying Checksum [2025-10-08T11:14:19.079Z] ec43610c2a17: Download complete [2025-10-08T11:14:19.368Z] 5eb5b503b376: Verifying Checksum [2025-10-08T11:14:19.368Z] 5eb5b503b376: Download complete [2025-10-08T11:14:20.328Z] 2f39f015ded8: Download complete [2025-10-08T11:14:20.901Z] 5eb5b503b376: Pull complete [2025-10-08T11:14:20.901Z] 5c69ac0246d0: Pull complete [2025-10-08T11:14:21.159Z] ec43610c2a17: Pull complete [2025-10-08T11:14:21.424Z] 3a2ae6a8a46f: Pull complete [2025-10-08T11:14:21.424Z] 33b1e0a273af: Pull complete [2025-10-08T11:14:21.684Z] 5d3b04190fa2: Pull complete [2025-10-08T11:14:25.892Z] 2f39f015ded8: Pull complete [2025-10-08T11:14:25.892Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-10-08T11:14:25.892Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-10-08T11:14:25.892Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-10-08T11:14:26.048Z] prd-centos7-docker-4c-2g-116984 does not seem to be running inside a container [2025-10-08T11:14:26.085Z] $ 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/909/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-10-08T11:14:32.050Z] $ docker top bc333b220db20b463765c6f9f62e1cec6af19c234adc6267b29cc34bb38e61f2 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-10-08T11:14:32.413Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-10-08T11:14:32.709Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-10-08T11:14:33.002Z] + ls /var/log/sa-host [2025-10-08T11:14:33.002Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-10-08T11:14:33.179Z] provisioning config files... [2025-10-08T11:14:33.188Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config7085079940923341850tmp [Pipeline] { [Pipeline] echo [2025-10-08T11:14:33.212Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-10-08T11:14:33.502Z] ---> create-netrc.sh [Pipeline] } [2025-10-08T11:14:33.509Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-10-08T11:14:33.871Z] ---> python-tools-install.sh [Pipeline] echo [2025-10-08T11:14:33.881Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-10-08T11:14:34.168Z] ---> sudo-logs.sh [2025-10-08T11:14:34.168Z] Archiving 'sudo' log.. [2025-10-08T11:14:34.168Z] cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-10-08T11:14:34.207Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2025-10-08T11:14:34.210Z] $ docker stop --time=1 bc333b220db20b463765c6f9f62e1cec6af19c234adc6267b29cc34bb38e61f2 [2025-10-08T11:14:35.343Z] $ docker rm -f --volumes bc333b220db20b463765c6f9f62e1cec6af19c234adc6267b29cc34bb38e61f2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2025-10-08T11:14:35.457Z] [WS-CLEANUP] Deleting project workspace... [2025-10-08T11:14:35.457Z] [WS-CLEANUP] Deferred wipeout is used... [2025-10-08T11:14:35.474Z] [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-10-08T11:28:33.107Z] #144 DONE 1077.9s [2025-10-08T11:28:33.107Z] [2025-10-08T11:28:33.107Z] #151 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-10-08T11:28:33.107Z] #151 ... [2025-10-08T11:28:33.107Z] [2025-10-08T11:28:33.107Z] #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-10-08T11:28:33.107Z] #155 DONE 0.3s [2025-10-08T11:28:33.107Z] [2025-10-08T11:28:33.107Z] #151 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-10-08T11:28:33.107Z] #151 ... [2025-10-08T11:28:33.107Z] [2025-10-08T11:28:33.107Z] #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-10-08T11:28:33.107Z] #156 DONE 0.1s [2025-10-08T11:28:33.107Z] [2025-10-08T11:28:33.107Z] #157 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2025-10-08T11:28:33.107Z] #157 DONE 0.3s [2025-10-08T11:28:33.107Z] [2025-10-08T11:28:33.107Z] #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-10-08T11:28:33.107Z] #158 DONE 0.1s [2025-10-08T11:28:33.107Z] [2025-10-08T11:28:33.107Z] #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-10-08T11:28:33.107Z] #159 DONE 0.1s [2025-10-08T11:28:33.107Z] [2025-10-08T11:28:33.107Z] #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-10-08T11:28:33.107Z] #160 DONE 2.4s [2025-10-08T11:28:33.107Z] [2025-10-08T11:28:33.107Z] #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-10-08T11:28:33.107Z] #154 ... [2025-10-08T11:28:33.107Z] [2025-10-08T11:28:33.107Z] #113 [core-common-config-bootstrapper] exporting to image [2025-10-08T11:28:33.107Z] #113 exporting layers [2025-10-08T11:28:33.107Z] #113 exporting layers 0.8s done [2025-10-08T11:28:33.107Z] #113 writing image sha256:7c60d4cf4da0b509a469e9358991ffdde045a91fe1210d564b0078209a6afc3d done [2025-10-08T11:28:33.107Z] #113 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2025-10-08T11:28:33.107Z] #113 DONE 6.2s [2025-10-08T11:28:33.107Z] [2025-10-08T11:28:33.107Z] #151 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-10-08T11:28:36.575Z] #151 ... [2025-10-08T11:28:36.575Z] [2025-10-08T11:28:36.575Z] #148 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-10-08T11:28:36.575Z] #148 DONE 1087.1s [2025-10-08T11:28:36.575Z] [2025-10-08T11:28:36.575Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-10-08T11:28:36.902Z] #153 ... [2025-10-08T11:28:36.902Z] [2025-10-08T11:28:36.902Z] #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2025-10-08T11:28:37.173Z] #161 DONE 0.3s [2025-10-08T11:28:37.173Z] [2025-10-08T11:28:37.173Z] #151 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-10-08T11:28:37.450Z] #151 ... [2025-10-08T11:28:37.450Z] [2025-10-08T11:28:37.450Z] #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-10-08T11:28:40.828Z] #162 DONE 3.2s [2025-10-08T11:28:40.828Z] [2025-10-08T11:28:40.828Z] #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2025-10-08T11:28:40.828Z] #163 DONE 0.3s [2025-10-08T11:28:40.828Z] [2025-10-08T11:28:40.828Z] #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2025-10-08T11:28:41.097Z] #164 DONE 0.2s [2025-10-08T11:28:41.097Z] [2025-10-08T11:28:41.097Z] #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2025-10-08T11:28:41.378Z] #165 DONE 0.3s [2025-10-08T11:28:41.378Z] [2025-10-08T11:28:41.378Z] #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2025-10-08T11:28:41.653Z] #166 DONE 0.2s [2025-10-08T11:28:41.653Z] [2025-10-08T11:28:41.653Z] #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-10-08T11:28:41.653Z] #167 DONE 0.1s [2025-10-08T11:28:41.653Z] [2025-10-08T11:28:41.653Z] #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-10-08T11:28:41.653Z] #152 ... [2025-10-08T11:28:41.653Z] [2025-10-08T11:28:41.653Z] #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-10-08T11:28:41.653Z] #168 DONE 0.1s [2025-10-08T11:28:41.926Z] [2025-10-08T11:28:41.926Z] #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-10-08T11:28:41.926Z] #169 DONE 0.1s [2025-10-08T11:28:41.926Z] [2025-10-08T11:28:41.926Z] #151 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-10-08T11:28:41.926Z] #151 ... [2025-10-08T11:28:41.926Z] [2025-10-08T11:28:41.926Z] #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2025-10-08T11:28:41.926Z] #170 DONE 0.1s [2025-10-08T11:28:42.193Z] [2025-10-08T11:28:42.193Z] #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2025-10-08T11:28:44.141Z] #171 DONE 2.0s [2025-10-08T11:28:44.141Z] [2025-10-08T11:28:44.141Z] #113 [security-bootstrapper] exporting to image [2025-10-08T11:28:44.141Z] #113 exporting layers [2025-10-08T11:28:45.246Z] #113 exporting layers 1.3s done [2025-10-08T11:28:45.512Z] #113 writing image sha256:bd566fea2fa6dfe19d4f90be02b528cb79c684244e29a686f6e9f56c3a7fcfbe done [2025-10-08T11:28:45.512Z] #113 naming to docker.io/library/security-bootstrapper-arm64 done [2025-10-08T11:28:45.512Z] #113 DONE 7.4s [2025-10-08T11:28:45.512Z] [2025-10-08T11:28:45.512Z] #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-10-08T11:44:08.998Z] #130 ... [2025-10-08T11:44:08.998Z] [2025-10-08T11:44:08.998Z] #149 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-10-08T11:44:08.998Z] #149 DONE 2005.2s [2025-10-08T11:44:08.998Z] [2025-10-08T11:44:08.998Z] #151 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-10-08T11:44:08.998Z] #151 ... [2025-10-08T11:44:08.998Z] [2025-10-08T11:44:08.998Z] #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2025-10-08T11:44:08.998Z] #172 DONE 0.2s [2025-10-08T11:44:08.998Z] [2025-10-08T11:44:08.998Z] #151 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-10-08T11:44:08.998Z] #151 ... [2025-10-08T11:44:08.998Z] [2025-10-08T11:44:08.998Z] #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2025-10-08T11:44:08.998Z] #173 DONE 0.1s [2025-10-08T11:44:08.998Z] [2025-10-08T11:44:08.998Z] #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2025-10-08T11:44:08.998Z] #174 DONE 0.4s [2025-10-08T11:44:08.998Z] [2025-10-08T11:44:08.998Z] #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-10-08T11:44:08.998Z] #152 ... [2025-10-08T11:44:08.998Z] [2025-10-08T11:44:08.998Z] #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2025-10-08T11:44:08.998Z] #175 DONE 0.1s [2025-10-08T11:44:08.998Z] [2025-10-08T11:44:08.998Z] #113 [core-command] exporting to image [2025-10-08T11:44:08.998Z] #113 exporting layers [2025-10-08T11:44:08.998Z] #113 exporting layers 0.5s done [2025-10-08T11:44:08.998Z] #113 writing image sha256:2f39cc5098f198095dc49d88eaaaf4f0ddb0df404d7f75b123468cc597eb9ce2 done [2025-10-08T11:44:08.998Z] #113 naming to docker.io/library/core-command-arm64 done [2025-10-08T11:44:08.998Z] #113 DONE 7.9s [2025-10-08T11:44:08.998Z] [2025-10-08T11:44:08.998Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-10-08T11:44:17.204Z] #153 ... [2025-10-08T11:44:17.204Z] [2025-10-08T11:44:17.204Z] #145 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-10-08T11:44:17.204Z] #145 DONE 2026.9s [2025-10-08T11:44:17.204Z] [2025-10-08T11:44:17.204Z] #151 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-10-08T11:44:17.204Z] #151 ... [2025-10-08T11:44:17.204Z] [2025-10-08T11:44:17.204Z] #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2025-10-08T11:44:17.204Z] #176 DONE 0.3s [2025-10-08T11:44:17.204Z] [2025-10-08T11:44:17.204Z] #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2025-10-08T11:44:17.204Z] #177 DONE 0.2s [2025-10-08T11:44:17.204Z] [2025-10-08T11:44:17.204Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-10-08T11:44:17.204Z] #153 ... [2025-10-08T11:44:17.204Z] [2025-10-08T11:44:17.204Z] #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-10-08T11:44:17.204Z] #178 DONE 0.1s [2025-10-08T11:44:17.204Z] [2025-10-08T11:44:17.204Z] #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2025-10-08T11:44:17.204Z] #179 DONE 0.1s [2025-10-08T11:44:17.204Z] [2025-10-08T11:44:17.204Z] #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-10-08T11:44:17.476Z] #150 ... [2025-10-08T11:44:17.476Z] [2025-10-08T11:44:17.476Z] #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2025-10-08T11:44:17.746Z] #180 DONE 0.5s [2025-10-08T11:44:17.746Z] [2025-10-08T11:44:17.746Z] #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2025-10-08T11:44:18.013Z] #181 DONE 0.1s [2025-10-08T11:44:18.013Z] [2025-10-08T11:44:18.013Z] #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-10-08T11:44:21.362Z] #182 DONE 2.9s [2025-10-08T11:44:21.362Z] [2025-10-08T11:44:21.362Z] #113 [security-proxy-setup] exporting to image [2025-10-08T11:44:21.362Z] #113 exporting layers [2025-10-08T11:44:21.946Z] #113 exporting layers 1.0s done [2025-10-08T11:44:21.946Z] #113 writing image sha256:3e4fe043abb238f644e1d7dadf5c3fcfe241ec0dbe2a9bae49c6a0b3d527ef58 done [2025-10-08T11:44:21.946Z] #113 naming to docker.io/library/security-proxy-setup-arm64 done [2025-10-08T11:44:21.946Z] #113 DONE 9.0s [2025-10-08T11:44:21.946Z] [2025-10-08T11:44:21.946Z] #151 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-10-08T11:44:21.946Z] #151 2029.6 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-10-08T11:44:54.174Z] #151 DONE 2062.0s [2025-10-08T11:44:54.174Z] [2025-10-08T11:44:54.174Z] #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-10-08T11:44:54.174Z] #130 ... [2025-10-08T11:44:54.174Z] [2025-10-08T11:44:54.174Z] #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2025-10-08T11:44:54.174Z] #183 DONE 0.2s [2025-10-08T11:44:54.174Z] [2025-10-08T11:44:54.174Z] #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-10-08T11:44:54.174Z] #130 ... [2025-10-08T11:44:54.174Z] [2025-10-08T11:44:54.174Z] #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2025-10-08T11:44:54.174Z] #184 DONE 0.2s [2025-10-08T11:44:54.174Z] [2025-10-08T11:44:54.174Z] #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-10-08T11:44:54.174Z] #185 DONE 0.2s [2025-10-08T11:44:54.174Z] [2025-10-08T11:44:54.174Z] #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-10-08T11:44:54.174Z] #150 ... [2025-10-08T11:44:54.174Z] [2025-10-08T11:44:54.174Z] #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-10-08T11:44:54.174Z] #186 DONE 0.2s [2025-10-08T11:44:54.174Z] [2025-10-08T11:44:54.174Z] #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2025-10-08T11:44:54.174Z] #187 DONE 0.2s [2025-10-08T11:44:54.174Z] [2025-10-08T11:44:54.174Z] #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2025-10-08T11:44:54.174Z] #188 DONE 0.5s [2025-10-08T11:44:54.174Z] [2025-10-08T11:44:54.174Z] #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2025-10-08T11:44:54.174Z] #189 DONE 0.5s [2025-10-08T11:44:54.174Z] [2025-10-08T11:44:54.174Z] #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2025-10-08T11:44:54.174Z] #190 DONE 0.1s [2025-10-08T11:44:54.174Z] [2025-10-08T11:44:54.174Z] #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-10-08T11:44:55.589Z] #191 DONE 1.7s [2025-10-08T11:44:55.589Z] [2025-10-08T11:44:55.589Z] #113 [security-secretstore-setup] exporting to image [2025-10-08T11:44:55.589Z] #113 exporting layers [2025-10-08T11:44:57.011Z] #113 exporting layers 1.6s done [2025-10-08T11:44:57.278Z] #113 writing image sha256:7812b5fd2898c1c7c33b09aa5f153ba0cb7b60c1a66f1826e6e2a53e1efddc01 0.0s done [2025-10-08T11:44:57.278Z] #113 naming to docker.io/library/security-secretstore-setup-arm64 done [2025-10-08T11:44:57.278Z] #113 DONE 10.5s [2025-10-08T11:44:57.278Z] [2025-10-08T11:44:57.278Z] #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-10-08T11:45:53.679Z] #150 ... [2025-10-08T11:45:53.679Z] [2025-10-08T11:45:53.679Z] #147 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-10-08T11:45:53.679Z] #147 DONE 2118.4s [2025-10-08T11:45:53.679Z] [2025-10-08T11:45:53.679Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-10-08T11:45:53.679Z] #153 ... [2025-10-08T11:45:53.679Z] [2025-10-08T11:45:53.679Z] #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-10-08T11:45:53.679Z] #192 DONE 0.3s [2025-10-08T11:45:53.679Z] [2025-10-08T11:45:53.679Z] #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-10-08T11:45:53.679Z] #130 ... [2025-10-08T11:45:53.679Z] [2025-10-08T11:45:53.679Z] #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-10-08T11:45:53.679Z] #193 DONE 0.1s [2025-10-08T11:45:53.679Z] [2025-10-08T11:45:53.679Z] #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2025-10-08T11:45:53.679Z] #194 DONE 0.5s [2025-10-08T11:45:53.679Z] [2025-10-08T11:45:53.679Z] #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-10-08T11:45:53.679Z] #195 DONE 0.1s [2025-10-08T11:45:53.679Z] [2025-10-08T11:45:53.679Z] #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-10-08T11:45:53.679Z] #130 ... [2025-10-08T11:45:53.679Z] [2025-10-08T11:45:53.679Z] #113 [security-spiffe-token-provider] exporting to image [2025-10-08T11:45:53.679Z] #113 exporting layers [2025-10-08T11:45:53.679Z] #113 exporting layers 1.0s done [2025-10-08T11:45:53.679Z] #113 writing image sha256:1c9121439b6589d64c9c58ab6ac1b38a21e9bc36c5b3aaf9146754ab15623c85 done [2025-10-08T11:45:53.679Z] #113 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2025-10-08T11:45:53.679Z] #113 DONE 11.6s [2025-10-08T11:45:53.679Z] [2025-10-08T11:45:53.679Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-10-08T11:46:32.540Z] #153 ... [2025-10-08T11:46:32.540Z] [2025-10-08T11:46:32.540Z] #146 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-10-08T11:46:32.540Z] #146 DONE 2156.8s [2025-10-08T11:46:32.540Z] [2025-10-08T11:46:32.540Z] #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-10-08T11:46:32.540Z] #152 DONE 2156.7s [2025-10-08T11:46:32.540Z] [2025-10-08T11:46:32.540Z] #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-10-08T11:46:32.540Z] #130 ... [2025-10-08T11:46:32.540Z] [2025-10-08T11:46:32.540Z] #196 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-10-08T11:46:32.540Z] #196 DONE 0.1s [2025-10-08T11:46:32.540Z] [2025-10-08T11:46:32.540Z] #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-10-08T11:46:32.540Z] #130 ... [2025-10-08T11:46:32.540Z] [2025-10-08T11:46:32.540Z] #197 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-10-08T11:46:32.540Z] #197 DONE 0.2s [2025-10-08T11:46:32.540Z] [2025-10-08T11:46:32.540Z] #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-10-08T11:46:32.540Z] #130 ... [2025-10-08T11:46:32.540Z] [2025-10-08T11:46:32.540Z] #198 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2025-10-08T11:46:32.540Z] #198 DONE 0.2s [2025-10-08T11:46:32.540Z] [2025-10-08T11:46:32.540Z] #199 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-10-08T11:46:32.540Z] #199 DONE 0.8s [2025-10-08T11:46:32.540Z] [2025-10-08T11:46:32.540Z] #200 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2025-10-08T11:46:32.540Z] #200 DONE 0.7s [2025-10-08T11:46:32.540Z] [2025-10-08T11:46:32.540Z] #201 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2025-10-08T11:46:32.540Z] #201 ... [2025-10-08T11:46:32.540Z] [2025-10-08T11:46:32.540Z] #202 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2025-10-08T11:46:32.540Z] #202 DONE 0.1s [2025-10-08T11:46:32.540Z] [2025-10-08T11:46:32.540Z] #201 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2025-10-08T11:46:32.540Z] #201 DONE 0.3s [2025-10-08T11:46:32.540Z] [2025-10-08T11:46:32.540Z] #113 [core-keeper] exporting to image [2025-10-08T11:46:32.540Z] #113 exporting layers [2025-10-08T11:46:32.540Z] #113 ... [2025-10-08T11:46:32.540Z] [2025-10-08T11:46:32.540Z] #203 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2025-10-08T11:46:32.540Z] #203 DONE 0.3s [2025-10-08T11:46:32.540Z] [2025-10-08T11:46:32.540Z] #204 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-10-08T11:46:32.540Z] #204 ... [2025-10-08T11:46:32.540Z] [2025-10-08T11:46:32.540Z] #113 [core-keeper] exporting to image [2025-10-08T11:46:32.540Z] #113 exporting layers 1.1s done [2025-10-08T11:46:32.540Z] #113 writing image sha256:e6782c91dfdd4527e7c9d285ca4a3734dca869a366302766a7b612379cab3106 done [2025-10-08T11:46:32.540Z] #113 naming to docker.io/library/core-keeper-arm64 0.0s done [2025-10-08T11:46:32.540Z] #113 DONE 12.7s [2025-10-08T11:46:32.540Z] [2025-10-08T11:46:32.540Z] #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-10-08T11:46:32.540Z] #130 ... [2025-10-08T11:46:32.540Z] [2025-10-08T11:46:32.540Z] #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-10-08T11:46:32.540Z] #150 DONE 2161.4s [2025-10-08T11:46:32.540Z] [2025-10-08T11:46:32.540Z] #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-10-08T11:46:32.540Z] #130 ... [2025-10-08T11:46:32.540Z] [2025-10-08T11:46:32.540Z] #204 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-10-08T11:46:32.540Z] #204 DONE 2.3s [2025-10-08T11:46:32.540Z] [2025-10-08T11:46:32.540Z] #113 [security-proxy-auth] exporting to image [2025-10-08T11:46:32.540Z] #113 ... [2025-10-08T11:46:32.540Z] [2025-10-08T11:46:32.540Z] #205 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-10-08T11:46:32.540Z] #205 CACHED [2025-10-08T11:46:32.540Z] [2025-10-08T11:46:32.540Z] #206 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-10-08T11:46:32.540Z] #206 CACHED [2025-10-08T11:46:32.540Z] [2025-10-08T11:46:32.540Z] #207 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-10-08T11:46:32.540Z] #207 ... [2025-10-08T11:46:32.540Z] [2025-10-08T11:46:32.540Z] #113 [security-proxy-auth] exporting to image [2025-10-08T11:46:32.540Z] #113 exporting layers 1.2s done [2025-10-08T11:46:32.540Z] #113 writing image sha256:43b710e0d11bbfa0ca9f128a667cdf69663f8167b5209b5b6d073bba892afd14 0.0s done [2025-10-08T11:46:32.540Z] #113 naming to docker.io/library/security-proxy-auth-arm64 done [2025-10-08T11:46:32.540Z] #113 DONE 13.9s [2025-10-08T11:46:32.540Z] [2025-10-08T11:46:32.540Z] #207 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-10-08T11:46:32.540Z] #207 DONE 0.8s [2025-10-08T11:46:32.540Z] [2025-10-08T11:46:32.540Z] #208 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2025-10-08T11:46:32.805Z] #208 DONE 0.1s [2025-10-08T11:46:32.805Z] [2025-10-08T11:46:32.805Z] #209 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2025-10-08T11:46:32.805Z] #209 DONE 0.2s [2025-10-08T11:46:32.805Z] [2025-10-08T11:46:32.805Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-10-08T11:46:33.072Z] #153 ... [2025-10-08T11:46:33.072Z] [2025-10-08T11:46:33.072Z] #113 [core-metadata] exporting to image [2025-10-08T11:46:33.652Z] #113 exporting layers 0.6s done [2025-10-08T11:46:33.652Z] #113 writing image sha256:519900142ce95e464ab6101d2f383f7cd86aebb1718e66a517cd1eb6762be0b1 0.0s done [2025-10-08T11:46:33.652Z] #113 naming to docker.io/library/core-metadata-arm64 done [2025-10-08T11:46:33.652Z] #113 DONE 14.5s [2025-10-08T11:46:33.652Z] [2025-10-08T11:46:33.652Z] #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-10-08T11:46:34.237Z] #130 ... [2025-10-08T11:46:34.237Z] [2025-10-08T11:46:34.237Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-10-08T11:46:34.237Z] #153 DONE 2165.0s [2025-10-08T11:46:34.237Z] [2025-10-08T11:46:34.237Z] #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-10-08T11:46:34.824Z] #130 ... [2025-10-08T11:46:34.824Z] [2025-10-08T11:46:34.824Z] #210 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-10-08T11:46:35.093Z] #210 DONE 0.2s [2025-10-08T11:46:35.093Z] [2025-10-08T11:46:35.093Z] #211 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-10-08T11:46:35.093Z] #211 DONE 0.2s [2025-10-08T11:46:35.093Z] [2025-10-08T11:46:35.093Z] #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-10-08T11:46:35.375Z] #130 ... [2025-10-08T11:46:35.375Z] [2025-10-08T11:46:35.375Z] #212 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2025-10-08T11:46:35.642Z] #212 DONE 0.4s [2025-10-08T11:46:35.642Z] [2025-10-08T11:46:35.642Z] #213 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2025-10-08T11:46:35.642Z] #213 DONE 0.1s [2025-10-08T11:46:35.642Z] [2025-10-08T11:46:35.642Z] #113 [core-data] exporting to image [2025-10-08T11:46:36.227Z] #113 exporting layers 0.7s done [2025-10-08T11:46:36.493Z] #113 writing image sha256:53e597c0065bcc2c74a80bec56ea685ba2af1a5c9d0385dff7d2e7e173475104 done [2025-10-08T11:46:36.493Z] #113 naming to docker.io/library/core-data-arm64 done [2025-10-08T11:46:36.493Z] #113 DONE 15.2s [2025-10-08T11:46:36.493Z] [2025-10-08T11:46:36.493Z] #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-10-08T11:47:03.138Z] #130 ... [2025-10-08T11:47:03.138Z] [2025-10-08T11:47:03.138Z] #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-10-08T11:47:03.138Z] #154 DONE 2192.4s [2025-10-08T11:47:03.138Z] [2025-10-08T11:47:03.138Z] #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-10-08T11:47:03.138Z] #130 ... [2025-10-08T11:47:03.138Z] [2025-10-08T11:47:03.138Z] #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-10-08T11:47:03.138Z] #214 DONE 0.2s [2025-10-08T11:47:03.138Z] [2025-10-08T11:47:03.138Z] #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-10-08T11:47:03.138Z] #130 ... [2025-10-08T11:47:03.138Z] [2025-10-08T11:47:03.138Z] #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-10-08T11:47:03.138Z] #215 DONE 0.1s [2025-10-08T11:47:03.138Z] [2025-10-08T11:47:03.138Z] #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2025-10-08T11:47:03.138Z] #216 DONE 0.5s [2025-10-08T11:47:03.138Z] [2025-10-08T11:47:03.138Z] #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2025-10-08T11:47:03.138Z] #217 DONE 0.1s [2025-10-08T11:47:03.138Z] [2025-10-08T11:47:03.138Z] #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-10-08T11:47:03.138Z] #130 ... [2025-10-08T11:47:03.138Z] [2025-10-08T11:47:03.138Z] #113 [support-scheduler] exporting to image [2025-10-08T11:47:03.138Z] #113 exporting layers [2025-10-08T11:47:04.094Z] #113 exporting layers 1.0s done [2025-10-08T11:47:04.358Z] #113 writing image sha256:d5753cc9cdb94b8fddadac59add057c7ee4eb52f307ba9c64fe868b8f28a8182 done [2025-10-08T11:47:04.358Z] #113 naming to docker.io/library/support-scheduler-arm64 done [2025-10-08T11:47:04.358Z] #113 DONE 16.2s [2025-10-08T11:47:04.358Z] [2025-10-08T11:47:04.358Z] #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-10-08T11:47:08.585Z] #130 DONE 2199.2s [2025-10-08T11:47:08.855Z] [2025-10-08T11:47:08.855Z] #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-10-08T11:47:08.855Z] #218 DONE 0.1s [2025-10-08T11:47:09.121Z] [2025-10-08T11:47:09.121Z] #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-10-08T11:47:09.121Z] #219 DONE 0.1s [2025-10-08T11:47:09.121Z] [2025-10-08T11:47:09.121Z] #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2025-10-08T11:47:09.388Z] #220 DONE 0.4s [2025-10-08T11:47:09.388Z] [2025-10-08T11:47:09.388Z] #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2025-10-08T11:47:09.388Z] #221 DONE 0.1s [2025-10-08T11:47:09.388Z] [2025-10-08T11:47:09.388Z] #113 [support-notifications] exporting to image [2025-10-08T11:47:09.388Z] #113 exporting layers [2025-10-08T11:47:09.966Z] #113 exporting layers 0.6s done [2025-10-08T11:47:09.966Z] #113 writing image sha256:9f8772553f4abbee40e93ac0e385f8443cff7e8c83448663d2ad45d5e3e71666 done [2025-10-08T11:47:09.966Z] #113 naming to docker.io/library/support-notifications-arm64 done [2025-10-08T11:47:09.966Z] #113 DONE 16.9s [2025-10-08T11:47:09.966Z] time="2025-10-08T11:07:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-10-08T11:47:09.966Z] time="2025-10-08T11:07:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-10-08T11:47:09.966Z] time="2025-10-08T11:07:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-10-08T11:47:09.966Z] time="2025-10-08T11:07:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-10-08T11:47:09.966Z] time="2025-10-08T11:07:33Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-10-08T11:47:09.966Z] time="2025-10-08T11:07:33Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-10-08T11:47:09.966Z] time="2025-10-08T11:07:33Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-10-08T11:47:09.966Z] time="2025-10-08T11:07:33Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-10-08T11:47:09.966Z] time="2025-10-08T11:07:33Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-10-08T11:47:09.966Z] time="2025-10-08T11:07:33Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-10-08T11:47:09.966Z] time="2025-10-08T11:07:33Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-10-08T11:47:09.966Z] time="2025-10-08T11:07:33Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-10-08T11:47:09.966Z] time="2025-10-08T11:07:33Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-10-08T11:47:09.966Z] time="2025-10-08T11:07:33Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-10-08T11:47:09.966Z] time="2025-10-08T11:07:33Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2025-10-08T11:47:10.244Z] $ docker stop --time=1 2259739dcbc32abac43141a93ae1252db06d8cdbce4388a5ea71a58c15ac90e4 [2025-10-08T11:47:11.885Z] $ docker rm -f --volumes 2259739dcbc32abac43141a93ae1252db06d8cdbce4388a5ea71a58c15ac90e4 [Pipeline] // withDockerContainer [Pipeline] sh [2025-10-08T11:47:12.407Z] + docker images [2025-10-08T11:47:12.407Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2025-10-08T11:47:12.407Z] support-notifications-arm64 latest 9f8772553f4a 3 seconds ago 60.3MB [2025-10-08T11:47:12.407Z] support-scheduler-arm64 latest d5753cc9cdb9 10 seconds ago 56.5MB [2025-10-08T11:47:12.407Z] core-data-arm64 latest 53e597c0065b 37 seconds ago 52.8MB [2025-10-08T11:47:12.407Z] core-metadata-arm64 latest 519900142ce9 40 seconds ago 52.8MB [2025-10-08T11:47:12.407Z] security-proxy-auth-arm64 latest 43b710e0d11b 42 seconds ago 52MB [2025-10-08T11:47:12.407Z] core-keeper-arm64 latest e6782c91dfdd 44 seconds ago 45.4MB [2025-10-08T11:47:12.407Z] security-spiffe-token-provider-arm64 latest 1c9121439b65 About a minute ago 56.2MB [2025-10-08T11:47:12.407Z] security-secretstore-setup-arm64 latest 7812b5fd2898 2 minutes ago 86.4MB [2025-10-08T11:47:12.407Z] security-proxy-setup-arm64 latest 3e4fe043abb2 2 minutes ago 56.5MB [2025-10-08T11:47:12.407Z] core-command-arm64 latest 2f39cc5098f1 3 minutes ago 47.2MB [2025-10-08T11:47:12.407Z] security-bootstrapper-arm64 latest bd566fea2fa6 18 minutes ago 28.3MB [2025-10-08T11:47:12.407Z] core-common-config-bootstrapper-arm64 latest 7c60d4cf4da0 18 minutes ago 27.2MB [2025-10-08T11:47:12.407Z] security-spire-config-arm64 latest 53f8eb51190b 38 minutes ago 150MB [2025-10-08T11:47:12.407Z] security-spire-agent-arm64 latest 91ee8a5f7e8b 38 minutes ago 194MB [2025-10-08T11:47:12.408Z] security-spire-server-arm64 latest 48a9807b70cf 38 minutes ago 151MB [2025-10-08T11:47:12.408Z] ci-base-image-arm64 latest 6a8e83c94209 40 minutes ago 922MB [2025-10-08T11:47:12.408Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.23-alpine 47b25d7523d1 2 months ago 566MB [2025-10-08T11:47:12.408Z] 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-10-08T11:47:12.585Z] provisioning config files... [2025-10-08T11:47:12.603Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/909@tmp/config3599504532668462661tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-10-08T11:47:12.947Z] ---> ****-login.sh [2025-10-08T11:47:12.947Z] nexus3.edgexfoundry.org:10001 [2025-10-08T11:47:13.214Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-08T11:47:13.214Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-10-08T11:47:13.214Z] Configure a credential helper to remove this warning. See [2025-10-08T11:47:13.214Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-10-08T11:47:13.214Z] [2025-10-08T11:47:13.214Z] Login Succeeded [2025-10-08T11:47:13.214Z] nexus3.edgexfoundry.org:10002 [2025-10-08T11:47:13.479Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-08T11:47:13.744Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-10-08T11:47:13.744Z] Configure a credential helper to remove this warning. See [2025-10-08T11:47:13.744Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-10-08T11:47:13.744Z] [2025-10-08T11:47:13.744Z] Login Succeeded [2025-10-08T11:47:13.744Z] nexus3.edgexfoundry.org:10003 [2025-10-08T11:47:14.008Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-08T11:47:14.008Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-10-08T11:47:14.008Z] Configure a credential helper to remove this warning. See [2025-10-08T11:47:14.008Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-10-08T11:47:14.008Z] [2025-10-08T11:47:14.008Z] Login Succeeded [2025-10-08T11:47:14.008Z] nexus3.edgexfoundry.org:10004 [2025-10-08T11:47:14.271Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-08T11:47:14.272Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-10-08T11:47:14.272Z] Configure a credential helper to remove this warning. See [2025-10-08T11:47:14.272Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-10-08T11:47:14.272Z] [2025-10-08T11:47:14.272Z] Login Succeeded [2025-10-08T11:47:14.272Z] ****.io [2025-10-08T11:47:14.536Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-08T11:47:15.114Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-10-08T11:47:15.114Z] Configure a credential helper to remove this warning. See [2025-10-08T11:47:15.114Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-10-08T11:47:15.115Z] [2025-10-08T11:47:15.115Z] Login Succeeded [2025-10-08T11:47:15.115Z] ---> ****-login.sh ends [Pipeline] } [2025-10-08T11:47:15.125Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-10-08T11:47:15.189Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-10-08T11:47:15.235Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2025-10-08T11:47:15.235Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:47:15.235Z] latest [2025-10-08T11:47:15.235Z] 4.1.0-dev.65 [2025-10-08T11:47:15.235Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:47:15.235Z] main [2025-10-08T11:47:15.235Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:47:15.630Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:47:16.003Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:47:16.003Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-10-08T11:47:16.003Z] 4da2dd67b7b1: Preparing [2025-10-08T11:47:16.003Z] d3e31ddb95aa: Preparing [2025-10-08T11:47:16.003Z] b2d5ee0e2298: Preparing [2025-10-08T11:47:16.003Z] a214c57cd0ac: Preparing [2025-10-08T11:47:16.003Z] 83cb1efab8cc: Preparing [2025-10-08T11:47:16.003Z] 9b993378be53: Preparing [2025-10-08T11:47:16.003Z] 1e890da81ec9: Preparing [2025-10-08T11:47:16.003Z] 9b993378be53: Waiting [2025-10-08T11:47:16.003Z] 1e890da81ec9: Waiting [2025-10-08T11:47:16.266Z] b2d5ee0e2298: Pushed [2025-10-08T11:47:16.266Z] a214c57cd0ac: Pushed [2025-10-08T11:47:16.266Z] 4da2dd67b7b1: Pushed [2025-10-08T11:47:16.266Z] 1e890da81ec9: Layer already exists [2025-10-08T11:47:16.266Z] 9b993378be53: Pushed [2025-10-08T11:47:18.202Z] 83cb1efab8cc: Pushed [2025-10-08T11:47:22.509Z] d3e31ddb95aa: Pushed [2025-10-08T11:47:22.509Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c: digest: sha256:669b4839702bd84664606f309efa951f3b9413551f8763cdd037eab2d7efd9a7 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:47:22.875Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:47:23.233Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2025-10-08T11:47:23.233Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-10-08T11:47:23.233Z] 4da2dd67b7b1: Preparing [2025-10-08T11:47:23.233Z] d3e31ddb95aa: Preparing [2025-10-08T11:47:23.233Z] b2d5ee0e2298: Preparing [2025-10-08T11:47:23.233Z] a214c57cd0ac: Preparing [2025-10-08T11:47:23.233Z] 83cb1efab8cc: Preparing [2025-10-08T11:47:23.233Z] 9b993378be53: Preparing [2025-10-08T11:47:23.233Z] 1e890da81ec9: Preparing [2025-10-08T11:47:23.233Z] 9b993378be53: Waiting [2025-10-08T11:47:23.233Z] 1e890da81ec9: Waiting [2025-10-08T11:47:23.233Z] 83cb1efab8cc: Layer already exists [2025-10-08T11:47:23.233Z] b2d5ee0e2298: Layer already exists [2025-10-08T11:47:23.233Z] d3e31ddb95aa: Layer already exists [2025-10-08T11:47:23.233Z] a214c57cd0ac: Layer already exists [2025-10-08T11:47:23.233Z] 4da2dd67b7b1: Layer already exists [2025-10-08T11:47:23.233Z] 9b993378be53: Layer already exists [2025-10-08T11:47:23.233Z] 1e890da81ec9: Layer already exists [2025-10-08T11:47:23.497Z] latest: digest: sha256:669b4839702bd84664606f309efa951f3b9413551f8763cdd037eab2d7efd9a7 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:47:23.858Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:47:24.221Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.65 [2025-10-08T11:47:24.221Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-10-08T11:47:24.221Z] 4da2dd67b7b1: Preparing [2025-10-08T11:47:24.221Z] d3e31ddb95aa: Preparing [2025-10-08T11:47:24.221Z] b2d5ee0e2298: Preparing [2025-10-08T11:47:24.221Z] a214c57cd0ac: Preparing [2025-10-08T11:47:24.221Z] 83cb1efab8cc: Preparing [2025-10-08T11:47:24.221Z] 9b993378be53: Preparing [2025-10-08T11:47:24.221Z] 1e890da81ec9: Preparing [2025-10-08T11:47:24.221Z] 9b993378be53: Waiting [2025-10-08T11:47:24.221Z] 1e890da81ec9: Waiting [2025-10-08T11:47:24.221Z] a214c57cd0ac: Layer already exists [2025-10-08T11:47:24.221Z] 83cb1efab8cc: Layer already exists [2025-10-08T11:47:24.221Z] b2d5ee0e2298: Layer already exists [2025-10-08T11:47:24.221Z] 4da2dd67b7b1: Layer already exists [2025-10-08T11:47:24.221Z] d3e31ddb95aa: Layer already exists [2025-10-08T11:47:24.221Z] 9b993378be53: Layer already exists [2025-10-08T11:47:24.221Z] 1e890da81ec9: Layer already exists [2025-10-08T11:47:24.487Z] 4.1.0-dev.65: digest: sha256:669b4839702bd84664606f309efa951f3b9413551f8763cdd037eab2d7efd9a7 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:47:24.858Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:47:25.212Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:47:25.212Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-10-08T11:47:25.212Z] 4da2dd67b7b1: Preparing [2025-10-08T11:47:25.212Z] d3e31ddb95aa: Preparing [2025-10-08T11:47:25.212Z] b2d5ee0e2298: Preparing [2025-10-08T11:47:25.212Z] a214c57cd0ac: Preparing [2025-10-08T11:47:25.212Z] 83cb1efab8cc: Preparing [2025-10-08T11:47:25.212Z] 9b993378be53: Preparing [2025-10-08T11:47:25.212Z] 1e890da81ec9: Preparing [2025-10-08T11:47:25.212Z] 9b993378be53: Waiting [2025-10-08T11:47:25.212Z] 1e890da81ec9: Waiting [2025-10-08T11:47:25.212Z] a214c57cd0ac: Layer already exists [2025-10-08T11:47:25.212Z] 83cb1efab8cc: Layer already exists [2025-10-08T11:47:25.212Z] 4da2dd67b7b1: Layer already exists [2025-10-08T11:47:25.212Z] d3e31ddb95aa: Layer already exists [2025-10-08T11:47:25.212Z] b2d5ee0e2298: Layer already exists [2025-10-08T11:47:25.212Z] 1e890da81ec9: Layer already exists [2025-10-08T11:47:25.212Z] 9b993378be53: Layer already exists [2025-10-08T11:47:25.475Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65: digest: sha256:669b4839702bd84664606f309efa951f3b9413551f8763cdd037eab2d7efd9a7 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:47:25.851Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:47:26.207Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2025-10-08T11:47:26.208Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-10-08T11:47:26.208Z] 4da2dd67b7b1: Preparing [2025-10-08T11:47:26.208Z] d3e31ddb95aa: Preparing [2025-10-08T11:47:26.208Z] b2d5ee0e2298: Preparing [2025-10-08T11:47:26.208Z] a214c57cd0ac: Preparing [2025-10-08T11:47:26.208Z] 83cb1efab8cc: Preparing [2025-10-08T11:47:26.208Z] 9b993378be53: Preparing [2025-10-08T11:47:26.208Z] 1e890da81ec9: Preparing [2025-10-08T11:47:26.208Z] 9b993378be53: Waiting [2025-10-08T11:47:26.208Z] 1e890da81ec9: Waiting [2025-10-08T11:47:26.208Z] a214c57cd0ac: Layer already exists [2025-10-08T11:47:26.208Z] d3e31ddb95aa: Layer already exists [2025-10-08T11:47:26.208Z] 83cb1efab8cc: Layer already exists [2025-10-08T11:47:26.208Z] b2d5ee0e2298: Layer already exists [2025-10-08T11:47:26.208Z] 4da2dd67b7b1: Layer already exists [2025-10-08T11:47:26.208Z] 9b993378be53: Layer already exists [2025-10-08T11:47:26.208Z] 1e890da81ec9: Layer already exists [2025-10-08T11:47:26.208Z] main: digest: sha256:669b4839702bd84664606f309efa951f3b9413551f8763cdd037eab2d7efd9a7 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-10-08T11:47:26.569Z] ===================================================== [Pipeline] echo [2025-10-08T11:47:26.587Z] taggedImages: [2025-10-08T11:47:26.587Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:47:26.587Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2025-10-08T11:47:26.587Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.65 [2025-10-08T11:47:26.587Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:47:26.587Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2025-10-08T11:47:26.615Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2025-10-08T11:47:26.615Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:47:26.615Z] latest [2025-10-08T11:47:26.615Z] 4.1.0-dev.65 [2025-10-08T11:47:26.615Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:47:26.615Z] main [2025-10-08T11:47:26.615Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:47:26.991Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:47:27.352Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:47:27.352Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-10-08T11:47:27.352Z] c8fa83345946: Preparing [2025-10-08T11:47:27.352Z] fc3dc08fe5a1: Preparing [2025-10-08T11:47:27.352Z] 0182b2b5adb2: Preparing [2025-10-08T11:47:27.352Z] 6454eca016cb: Preparing [2025-10-08T11:47:27.352Z] b2d5ee0e2298: Preparing [2025-10-08T11:47:27.352Z] a214c57cd0ac: Preparing [2025-10-08T11:47:27.352Z] 83cb1efab8cc: Preparing [2025-10-08T11:47:27.352Z] 9b993378be53: Preparing [2025-10-08T11:47:27.352Z] 1e890da81ec9: Preparing [2025-10-08T11:47:27.352Z] 9b993378be53: Waiting [2025-10-08T11:47:27.352Z] a214c57cd0ac: Waiting [2025-10-08T11:47:27.352Z] 83cb1efab8cc: Waiting [2025-10-08T11:47:27.352Z] 1e890da81ec9: Waiting [2025-10-08T11:47:27.352Z] b2d5ee0e2298: Layer already exists [2025-10-08T11:47:27.630Z] a214c57cd0ac: Layer already exists [2025-10-08T11:47:27.630Z] 83cb1efab8cc: Layer already exists [2025-10-08T11:47:27.630Z] fc3dc08fe5a1: Pushed [2025-10-08T11:47:27.630Z] 0182b2b5adb2: Pushed [2025-10-08T11:47:27.630Z] 9b993378be53: Layer already exists [2025-10-08T11:47:27.630Z] 1e890da81ec9: Layer already exists [2025-10-08T11:47:27.630Z] c8fa83345946: Pushed [2025-10-08T11:47:30.202Z] 6454eca016cb: Pushed [2025-10-08T11:47:30.202Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c: digest: sha256:9ce8a6d9417bca8f298275bc746c17f01ad0e22e2bb5dcec0ddf27f6be3f10b1 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:47:30.580Z] + 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-10-08T11:47:31.907Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2025-10-08T11:47:31.907Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-10-08T11:47:31.907Z] c8fa83345946: Preparing [2025-10-08T11:47:31.907Z] fc3dc08fe5a1: Preparing [2025-10-08T11:47:31.907Z] 0182b2b5adb2: Preparing [2025-10-08T11:47:31.907Z] 6454eca016cb: Preparing [2025-10-08T11:47:31.907Z] b2d5ee0e2298: Preparing [2025-10-08T11:47:31.907Z] a214c57cd0ac: Preparing [2025-10-08T11:47:31.907Z] 83cb1efab8cc: Preparing [2025-10-08T11:47:31.907Z] a214c57cd0ac: Waiting [2025-10-08T11:47:31.907Z] 9b993378be53: Preparing [2025-10-08T11:47:31.907Z] 83cb1efab8cc: Waiting [2025-10-08T11:47:31.907Z] 1e890da81ec9: Preparing [2025-10-08T11:47:31.907Z] 9b993378be53: Waiting [2025-10-08T11:47:31.907Z] 1e890da81ec9: Waiting [2025-10-08T11:47:31.907Z] 6454eca016cb: Layer already exists [2025-10-08T11:47:31.907Z] 0182b2b5adb2: Layer already exists [2025-10-08T11:47:31.907Z] fc3dc08fe5a1: Layer already exists [2025-10-08T11:47:31.907Z] b2d5ee0e2298: Layer already exists [2025-10-08T11:47:31.907Z] c8fa83345946: Layer already exists [2025-10-08T11:47:31.907Z] a214c57cd0ac: Layer already exists [2025-10-08T11:47:31.907Z] 9b993378be53: Layer already exists [2025-10-08T11:47:31.907Z] 83cb1efab8cc: Layer already exists [2025-10-08T11:47:31.907Z] 1e890da81ec9: Layer already exists [2025-10-08T11:47:32.172Z] latest: digest: sha256:9ce8a6d9417bca8f298275bc746c17f01ad0e22e2bb5dcec0ddf27f6be3f10b1 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:47:32.593Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:47:32.960Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.65 [2025-10-08T11:47:32.960Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-10-08T11:47:32.960Z] c8fa83345946: Preparing [2025-10-08T11:47:32.960Z] fc3dc08fe5a1: Preparing [2025-10-08T11:47:32.960Z] 0182b2b5adb2: Preparing [2025-10-08T11:47:32.960Z] 6454eca016cb: Preparing [2025-10-08T11:47:32.960Z] b2d5ee0e2298: Preparing [2025-10-08T11:47:32.960Z] a214c57cd0ac: Preparing [2025-10-08T11:47:32.960Z] 83cb1efab8cc: Preparing [2025-10-08T11:47:32.960Z] 9b993378be53: Preparing [2025-10-08T11:47:32.960Z] 1e890da81ec9: Preparing [2025-10-08T11:47:32.960Z] a214c57cd0ac: Waiting [2025-10-08T11:47:32.960Z] 83cb1efab8cc: Waiting [2025-10-08T11:47:32.960Z] 1e890da81ec9: Waiting [2025-10-08T11:47:32.960Z] 9b993378be53: Waiting [2025-10-08T11:47:32.960Z] b2d5ee0e2298: Layer already exists [2025-10-08T11:47:32.960Z] 0182b2b5adb2: Layer already exists [2025-10-08T11:47:32.960Z] 6454eca016cb: Layer already exists [2025-10-08T11:47:32.960Z] c8fa83345946: Layer already exists [2025-10-08T11:47:32.960Z] fc3dc08fe5a1: Layer already exists [2025-10-08T11:47:32.960Z] a214c57cd0ac: Layer already exists [2025-10-08T11:47:32.960Z] 83cb1efab8cc: Layer already exists [2025-10-08T11:47:32.960Z] 9b993378be53: Layer already exists [2025-10-08T11:47:32.960Z] 1e890da81ec9: Layer already exists [2025-10-08T11:47:33.230Z] 4.1.0-dev.65: digest: sha256:9ce8a6d9417bca8f298275bc746c17f01ad0e22e2bb5dcec0ddf27f6be3f10b1 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:47:33.606Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:47:33.978Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:47:33.979Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-10-08T11:47:33.979Z] c8fa83345946: Preparing [2025-10-08T11:47:33.979Z] fc3dc08fe5a1: Preparing [2025-10-08T11:47:33.979Z] 0182b2b5adb2: Preparing [2025-10-08T11:47:33.979Z] 6454eca016cb: Preparing [2025-10-08T11:47:33.979Z] b2d5ee0e2298: Preparing [2025-10-08T11:47:33.979Z] a214c57cd0ac: Preparing [2025-10-08T11:47:33.979Z] 83cb1efab8cc: Preparing [2025-10-08T11:47:33.979Z] 9b993378be53: Preparing [2025-10-08T11:47:33.979Z] 1e890da81ec9: Preparing [2025-10-08T11:47:33.979Z] 83cb1efab8cc: Waiting [2025-10-08T11:47:33.979Z] 9b993378be53: Waiting [2025-10-08T11:47:33.979Z] 1e890da81ec9: Waiting [2025-10-08T11:47:33.979Z] a214c57cd0ac: Waiting [2025-10-08T11:47:33.979Z] 0182b2b5adb2: Layer already exists [2025-10-08T11:47:33.979Z] 6454eca016cb: Layer already exists [2025-10-08T11:47:33.979Z] b2d5ee0e2298: Layer already exists [2025-10-08T11:47:33.979Z] c8fa83345946: Layer already exists [2025-10-08T11:47:33.979Z] fc3dc08fe5a1: Layer already exists [2025-10-08T11:47:33.979Z] a214c57cd0ac: Layer already exists [2025-10-08T11:47:33.979Z] 9b993378be53: Layer already exists [2025-10-08T11:47:33.979Z] 1e890da81ec9: Layer already exists [2025-10-08T11:47:33.979Z] 83cb1efab8cc: Layer already exists [2025-10-08T11:47:34.249Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65: digest: sha256:9ce8a6d9417bca8f298275bc746c17f01ad0e22e2bb5dcec0ddf27f6be3f10b1 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:47:34.617Z] + 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-10-08T11:47:34.991Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2025-10-08T11:47:34.991Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-10-08T11:47:34.991Z] c8fa83345946: Preparing [2025-10-08T11:47:34.991Z] fc3dc08fe5a1: Preparing [2025-10-08T11:47:34.991Z] 0182b2b5adb2: Preparing [2025-10-08T11:47:34.991Z] 6454eca016cb: Preparing [2025-10-08T11:47:34.991Z] b2d5ee0e2298: Preparing [2025-10-08T11:47:34.991Z] a214c57cd0ac: Preparing [2025-10-08T11:47:34.991Z] 83cb1efab8cc: Preparing [2025-10-08T11:47:34.991Z] 9b993378be53: Preparing [2025-10-08T11:47:34.991Z] 1e890da81ec9: Preparing [2025-10-08T11:47:34.991Z] a214c57cd0ac: Waiting [2025-10-08T11:47:34.991Z] 83cb1efab8cc: Waiting [2025-10-08T11:47:34.991Z] 9b993378be53: Waiting [2025-10-08T11:47:34.991Z] 1e890da81ec9: Waiting [2025-10-08T11:47:34.991Z] b2d5ee0e2298: Layer already exists [2025-10-08T11:47:34.991Z] 0182b2b5adb2: Layer already exists [2025-10-08T11:47:34.991Z] fc3dc08fe5a1: Layer already exists [2025-10-08T11:47:34.991Z] 6454eca016cb: Layer already exists [2025-10-08T11:47:34.991Z] c8fa83345946: Layer already exists [2025-10-08T11:47:34.991Z] 83cb1efab8cc: Layer already exists [2025-10-08T11:47:34.991Z] 1e890da81ec9: Layer already exists [2025-10-08T11:47:34.991Z] a214c57cd0ac: Layer already exists [2025-10-08T11:47:34.991Z] 9b993378be53: Layer already exists [2025-10-08T11:47:35.255Z] main: digest: sha256:9ce8a6d9417bca8f298275bc746c17f01ad0e22e2bb5dcec0ddf27f6be3f10b1 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-10-08T11:47:35.350Z] ===================================================== [Pipeline] echo [2025-10-08T11:47:35.364Z] taggedImages: [2025-10-08T11:47:35.364Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:47:35.364Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2025-10-08T11:47:35.364Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.65 [2025-10-08T11:47:35.364Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:47:35.364Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2025-10-08T11:47:35.400Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2025-10-08T11:47:35.400Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:47:35.400Z] latest [2025-10-08T11:47:35.400Z] 4.1.0-dev.65 [2025-10-08T11:47:35.400Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:47:35.400Z] main [2025-10-08T11:47:35.400Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:47:35.786Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:47:36.150Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:47:36.150Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-10-08T11:47:36.150Z] 49665ad39b2d: Preparing [2025-10-08T11:47:36.150Z] 314e6f320a96: Preparing [2025-10-08T11:47:36.150Z] b2d5ee0e2298: Preparing [2025-10-08T11:47:36.150Z] a214c57cd0ac: Preparing [2025-10-08T11:47:36.150Z] 17c52b8aa892: Preparing [2025-10-08T11:47:36.150Z] de60e9cd6070: Preparing [2025-10-08T11:47:36.150Z] 1e890da81ec9: Preparing [2025-10-08T11:47:36.150Z] de60e9cd6070: Waiting [2025-10-08T11:47:36.150Z] 1e890da81ec9: Waiting [2025-10-08T11:47:36.150Z] b2d5ee0e2298: Layer already exists [2025-10-08T11:47:36.417Z] a214c57cd0ac: Layer already exists [2025-10-08T11:47:36.417Z] 1e890da81ec9: Layer already exists [2025-10-08T11:47:36.417Z] 49665ad39b2d: Pushed [2025-10-08T11:47:36.417Z] de60e9cd6070: Pushed [2025-10-08T11:47:38.364Z] 17c52b8aa892: Pushed [2025-10-08T11:47:44.997Z] 314e6f320a96: Pushed [2025-10-08T11:47:44.997Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c: digest: sha256:19a80de28e83f8fe2430f37ecc89bbf7cb51de50b6f6227d948b817b70c9fe05 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:47:45.371Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:47:45.731Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2025-10-08T11:47:45.732Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-10-08T11:47:45.732Z] 49665ad39b2d: Preparing [2025-10-08T11:47:45.732Z] 314e6f320a96: Preparing [2025-10-08T11:47:45.732Z] b2d5ee0e2298: Preparing [2025-10-08T11:47:45.732Z] a214c57cd0ac: Preparing [2025-10-08T11:47:45.732Z] 17c52b8aa892: Preparing [2025-10-08T11:47:45.732Z] de60e9cd6070: Preparing [2025-10-08T11:47:45.732Z] 1e890da81ec9: Preparing [2025-10-08T11:47:45.732Z] de60e9cd6070: Waiting [2025-10-08T11:47:45.732Z] 1e890da81ec9: Waiting [2025-10-08T11:47:45.732Z] b2d5ee0e2298: Layer already exists [2025-10-08T11:47:45.732Z] 49665ad39b2d: Layer already exists [2025-10-08T11:47:45.732Z] 314e6f320a96: Layer already exists [2025-10-08T11:47:45.732Z] a214c57cd0ac: Layer already exists [2025-10-08T11:47:45.732Z] 17c52b8aa892: Layer already exists [2025-10-08T11:47:45.732Z] 1e890da81ec9: Layer already exists [2025-10-08T11:47:45.732Z] de60e9cd6070: Layer already exists [2025-10-08T11:47:45.997Z] latest: digest: sha256:19a80de28e83f8fe2430f37ecc89bbf7cb51de50b6f6227d948b817b70c9fe05 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:47:46.360Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:47:46.719Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.65 [2025-10-08T11:47:46.719Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-10-08T11:47:46.719Z] 49665ad39b2d: Preparing [2025-10-08T11:47:46.719Z] 314e6f320a96: Preparing [2025-10-08T11:47:46.719Z] b2d5ee0e2298: Preparing [2025-10-08T11:47:46.719Z] a214c57cd0ac: Preparing [2025-10-08T11:47:46.719Z] 17c52b8aa892: Preparing [2025-10-08T11:47:46.719Z] de60e9cd6070: Preparing [2025-10-08T11:47:46.719Z] 1e890da81ec9: Preparing [2025-10-08T11:47:46.719Z] de60e9cd6070: Waiting [2025-10-08T11:47:46.719Z] 1e890da81ec9: Waiting [2025-10-08T11:47:46.719Z] 17c52b8aa892: Layer already exists [2025-10-08T11:47:46.719Z] b2d5ee0e2298: Layer already exists [2025-10-08T11:47:46.719Z] a214c57cd0ac: Layer already exists [2025-10-08T11:47:46.719Z] 49665ad39b2d: Layer already exists [2025-10-08T11:47:46.719Z] 314e6f320a96: Layer already exists [2025-10-08T11:47:46.719Z] de60e9cd6070: Layer already exists [2025-10-08T11:47:46.719Z] 1e890da81ec9: Layer already exists [2025-10-08T11:47:46.719Z] 4.1.0-dev.65: digest: sha256:19a80de28e83f8fe2430f37ecc89bbf7cb51de50b6f6227d948b817b70c9fe05 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:47:47.342Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:47:47.706Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:47:47.706Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-10-08T11:47:47.706Z] 49665ad39b2d: Preparing [2025-10-08T11:47:47.706Z] 314e6f320a96: Preparing [2025-10-08T11:47:47.706Z] b2d5ee0e2298: Preparing [2025-10-08T11:47:47.706Z] a214c57cd0ac: Preparing [2025-10-08T11:47:47.706Z] 17c52b8aa892: Preparing [2025-10-08T11:47:47.706Z] de60e9cd6070: Preparing [2025-10-08T11:47:47.706Z] 1e890da81ec9: Preparing [2025-10-08T11:47:47.706Z] 1e890da81ec9: Waiting [2025-10-08T11:47:47.706Z] de60e9cd6070: Waiting [2025-10-08T11:47:47.706Z] 17c52b8aa892: Layer already exists [2025-10-08T11:47:47.706Z] 314e6f320a96: Layer already exists [2025-10-08T11:47:47.706Z] b2d5ee0e2298: Layer already exists [2025-10-08T11:47:47.706Z] a214c57cd0ac: Layer already exists [2025-10-08T11:47:47.706Z] 49665ad39b2d: Layer already exists [2025-10-08T11:47:47.706Z] 1e890da81ec9: Layer already exists [2025-10-08T11:47:47.706Z] de60e9cd6070: Layer already exists [2025-10-08T11:47:47.706Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65: digest: sha256:19a80de28e83f8fe2430f37ecc89bbf7cb51de50b6f6227d948b817b70c9fe05 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:47:48.324Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:47:48.686Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2025-10-08T11:47:48.686Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-10-08T11:47:48.686Z] 49665ad39b2d: Preparing [2025-10-08T11:47:48.686Z] 314e6f320a96: Preparing [2025-10-08T11:47:48.686Z] b2d5ee0e2298: Preparing [2025-10-08T11:47:48.686Z] a214c57cd0ac: Preparing [2025-10-08T11:47:48.686Z] 17c52b8aa892: Preparing [2025-10-08T11:47:48.686Z] de60e9cd6070: Preparing [2025-10-08T11:47:48.686Z] 1e890da81ec9: Preparing [2025-10-08T11:47:48.686Z] de60e9cd6070: Waiting [2025-10-08T11:47:48.686Z] 1e890da81ec9: Waiting [2025-10-08T11:47:48.686Z] 49665ad39b2d: Layer already exists [2025-10-08T11:47:48.686Z] 17c52b8aa892: Layer already exists [2025-10-08T11:47:48.686Z] b2d5ee0e2298: Layer already exists [2025-10-08T11:47:48.686Z] a214c57cd0ac: Layer already exists [2025-10-08T11:47:48.686Z] 314e6f320a96: Layer already exists [2025-10-08T11:47:48.686Z] de60e9cd6070: Layer already exists [2025-10-08T11:47:48.686Z] 1e890da81ec9: Layer already exists [2025-10-08T11:47:48.950Z] main: digest: sha256:19a80de28e83f8fe2430f37ecc89bbf7cb51de50b6f6227d948b817b70c9fe05 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-10-08T11:47:49.046Z] ===================================================== [Pipeline] echo [2025-10-08T11:47:49.065Z] taggedImages: [2025-10-08T11:47:49.065Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:47:49.065Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2025-10-08T11:47:49.065Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.65 [2025-10-08T11:47:49.065Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:47:49.065Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2025-10-08T11:47:49.099Z] [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: [2025-10-08T11:47:49.099Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:47:49.099Z] latest [2025-10-08T11:47:49.099Z] 4.1.0-dev.65 [2025-10-08T11:47:49.099Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:47:49.099Z] main [2025-10-08T11:47:49.099Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:47:49.482Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:47:49.851Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:47:49.852Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-10-08T11:47:49.852Z] e6bc89fef0a8: Preparing [2025-10-08T11:47:49.852Z] 0fe21cd677f0: Preparing [2025-10-08T11:47:49.852Z] a214c57cd0ac: Preparing [2025-10-08T11:47:49.852Z] 1758c1f7efbc: Preparing [2025-10-08T11:47:49.852Z] 9371aa134c1e: Preparing [2025-10-08T11:47:49.852Z] 1e890da81ec9: Preparing [2025-10-08T11:47:49.852Z] 1e890da81ec9: Waiting [2025-10-08T11:47:49.852Z] a214c57cd0ac: Layer already exists [2025-10-08T11:47:50.116Z] 1e890da81ec9: Layer already exists [2025-10-08T11:47:50.116Z] 9371aa134c1e: Pushed [2025-10-08T11:47:50.116Z] 1758c1f7efbc: Pushed [2025-10-08T11:47:50.116Z] e6bc89fef0a8: Pushed [2025-10-08T11:47:58.292Z] 0fe21cd677f0: Pushed [2025-10-08T11:47:58.292Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c: digest: sha256:530977a5a3e6aca0ed8d8f43bb42fd37cace513444e0a7ba46e4d54c2686bc23 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:47:58.662Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:47:59.024Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2025-10-08T11:47:59.024Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-10-08T11:47:59.024Z] e6bc89fef0a8: Preparing [2025-10-08T11:47:59.024Z] 0fe21cd677f0: Preparing [2025-10-08T11:47:59.024Z] a214c57cd0ac: Preparing [2025-10-08T11:47:59.024Z] 1758c1f7efbc: Preparing [2025-10-08T11:47:59.024Z] 9371aa134c1e: Preparing [2025-10-08T11:47:59.024Z] 1e890da81ec9: Preparing [2025-10-08T11:47:59.024Z] 1e890da81ec9: Waiting [2025-10-08T11:47:59.024Z] 0fe21cd677f0: Layer already exists [2025-10-08T11:47:59.024Z] 1758c1f7efbc: Layer already exists [2025-10-08T11:47:59.024Z] 9371aa134c1e: Layer already exists [2025-10-08T11:47:59.024Z] a214c57cd0ac: Layer already exists [2025-10-08T11:47:59.024Z] e6bc89fef0a8: Layer already exists [2025-10-08T11:47:59.024Z] 1e890da81ec9: Layer already exists [2025-10-08T11:47:59.287Z] latest: digest: sha256:530977a5a3e6aca0ed8d8f43bb42fd37cace513444e0a7ba46e4d54c2686bc23 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:47:59.656Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:48:00.010Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.65 [2025-10-08T11:48:00.011Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-10-08T11:48:00.011Z] e6bc89fef0a8: Preparing [2025-10-08T11:48:00.011Z] 0fe21cd677f0: Preparing [2025-10-08T11:48:00.011Z] a214c57cd0ac: Preparing [2025-10-08T11:48:00.011Z] 1758c1f7efbc: Preparing [2025-10-08T11:48:00.011Z] 9371aa134c1e: Preparing [2025-10-08T11:48:00.011Z] 1e890da81ec9: Preparing [2025-10-08T11:48:00.011Z] 1e890da81ec9: Waiting [2025-10-08T11:48:00.011Z] e6bc89fef0a8: Layer already exists [2025-10-08T11:48:00.011Z] a214c57cd0ac: Layer already exists [2025-10-08T11:48:00.011Z] 1758c1f7efbc: Layer already exists [2025-10-08T11:48:00.011Z] 0fe21cd677f0: Layer already exists [2025-10-08T11:48:00.011Z] 9371aa134c1e: Layer already exists [2025-10-08T11:48:00.011Z] 1e890da81ec9: Layer already exists [2025-10-08T11:48:00.274Z] 4.1.0-dev.65: digest: sha256:530977a5a3e6aca0ed8d8f43bb42fd37cace513444e0a7ba46e4d54c2686bc23 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:48:00.639Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:48:01.000Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:48:01.000Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-10-08T11:48:01.000Z] e6bc89fef0a8: Preparing [2025-10-08T11:48:01.000Z] 0fe21cd677f0: Preparing [2025-10-08T11:48:01.000Z] a214c57cd0ac: Preparing [2025-10-08T11:48:01.000Z] 1758c1f7efbc: Preparing [2025-10-08T11:48:01.000Z] 9371aa134c1e: Preparing [2025-10-08T11:48:01.000Z] 1e890da81ec9: Preparing [2025-10-08T11:48:01.000Z] 1e890da81ec9: Waiting [2025-10-08T11:48:01.000Z] 1758c1f7efbc: Layer already exists [2025-10-08T11:48:01.000Z] a214c57cd0ac: Layer already exists [2025-10-08T11:48:01.000Z] e6bc89fef0a8: Layer already exists [2025-10-08T11:48:01.000Z] 9371aa134c1e: Layer already exists [2025-10-08T11:48:01.000Z] 0fe21cd677f0: Layer already exists [2025-10-08T11:48:01.000Z] 1e890da81ec9: Layer already exists [2025-10-08T11:48:01.263Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65: digest: sha256:530977a5a3e6aca0ed8d8f43bb42fd37cace513444e0a7ba46e4d54c2686bc23 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:48:01.621Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:48:01.980Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [2025-10-08T11:48:01.980Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-10-08T11:48:01.980Z] e6bc89fef0a8: Preparing [2025-10-08T11:48:01.980Z] 0fe21cd677f0: Preparing [2025-10-08T11:48:01.980Z] a214c57cd0ac: Preparing [2025-10-08T11:48:01.980Z] 1758c1f7efbc: Preparing [2025-10-08T11:48:01.980Z] 9371aa134c1e: Preparing [2025-10-08T11:48:01.980Z] 1e890da81ec9: Preparing [2025-10-08T11:48:01.980Z] 1e890da81ec9: Waiting [2025-10-08T11:48:01.980Z] e6bc89fef0a8: Layer already exists [2025-10-08T11:48:01.980Z] 0fe21cd677f0: Layer already exists [2025-10-08T11:48:01.980Z] 9371aa134c1e: Layer already exists [2025-10-08T11:48:01.980Z] a214c57cd0ac: Layer already exists [2025-10-08T11:48:01.980Z] 1758c1f7efbc: Layer already exists [2025-10-08T11:48:01.980Z] 1e890da81ec9: Layer already exists [2025-10-08T11:48:02.250Z] main: digest: sha256:530977a5a3e6aca0ed8d8f43bb42fd37cace513444e0a7ba46e4d54c2686bc23 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-10-08T11:48:02.351Z] ===================================================== [Pipeline] echo [2025-10-08T11:48:02.370Z] taggedImages: [2025-10-08T11:48:02.370Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:48:02.370Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2025-10-08T11:48:02.370Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.65 [2025-10-08T11:48:02.370Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:48:02.370Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2025-10-08T11:48:02.405Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2025-10-08T11:48:02.405Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:48:02.405Z] latest [2025-10-08T11:48:02.405Z] 4.1.0-dev.65 [2025-10-08T11:48:02.405Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:48:02.405Z] main [2025-10-08T11:48:02.405Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:48:02.802Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:48:03.163Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:48:03.164Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-10-08T11:48:03.164Z] 7e7677fc36d5: Preparing [2025-10-08T11:48:03.164Z] d32b491ec289: Preparing [2025-10-08T11:48:03.164Z] 37d650e1f618: Preparing [2025-10-08T11:48:03.164Z] b2d5ee0e2298: Preparing [2025-10-08T11:48:03.164Z] a214c57cd0ac: Preparing [2025-10-08T11:48:03.164Z] 83cb1efab8cc: Preparing [2025-10-08T11:48:03.164Z] 9b993378be53: Preparing [2025-10-08T11:48:03.164Z] 1e890da81ec9: Preparing [2025-10-08T11:48:03.164Z] 83cb1efab8cc: Waiting [2025-10-08T11:48:03.164Z] 9b993378be53: Waiting [2025-10-08T11:48:03.164Z] 1e890da81ec9: Waiting [2025-10-08T11:48:03.427Z] b2d5ee0e2298: Layer already exists [2025-10-08T11:48:03.427Z] a214c57cd0ac: Layer already exists [2025-10-08T11:48:03.427Z] 83cb1efab8cc: Layer already exists [2025-10-08T11:48:03.427Z] 9b993378be53: Layer already exists [2025-10-08T11:48:03.427Z] 1e890da81ec9: Layer already exists [2025-10-08T11:48:03.427Z] d32b491ec289: Pushed [2025-10-08T11:48:03.427Z] 7e7677fc36d5: Pushed [2025-10-08T11:48:11.604Z] 37d650e1f618: Pushed [2025-10-08T11:48:11.604Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c: digest: sha256:b246a22a002b5317d056ffebfc424f544d02e77c040d53fbbed915b6c45ca224 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:48:11.972Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:48:12.322Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2025-10-08T11:48:12.322Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-10-08T11:48:12.322Z] 7e7677fc36d5: Preparing [2025-10-08T11:48:12.322Z] d32b491ec289: Preparing [2025-10-08T11:48:12.322Z] 37d650e1f618: Preparing [2025-10-08T11:48:12.322Z] b2d5ee0e2298: Preparing [2025-10-08T11:48:12.322Z] a214c57cd0ac: Preparing [2025-10-08T11:48:12.322Z] 83cb1efab8cc: Preparing [2025-10-08T11:48:12.322Z] 9b993378be53: Preparing [2025-10-08T11:48:12.322Z] 1e890da81ec9: Preparing [2025-10-08T11:48:12.322Z] 9b993378be53: Waiting [2025-10-08T11:48:12.322Z] 1e890da81ec9: Waiting [2025-10-08T11:48:12.322Z] 83cb1efab8cc: Waiting [2025-10-08T11:48:12.322Z] d32b491ec289: Layer already exists [2025-10-08T11:48:12.322Z] b2d5ee0e2298: Layer already exists [2025-10-08T11:48:12.322Z] 37d650e1f618: Layer already exists [2025-10-08T11:48:12.322Z] a214c57cd0ac: Layer already exists [2025-10-08T11:48:12.322Z] 7e7677fc36d5: Layer already exists [2025-10-08T11:48:12.322Z] 9b993378be53: Layer already exists [2025-10-08T11:48:12.322Z] 1e890da81ec9: Layer already exists [2025-10-08T11:48:12.322Z] 83cb1efab8cc: Layer already exists [2025-10-08T11:48:12.589Z] latest: digest: sha256:b246a22a002b5317d056ffebfc424f544d02e77c040d53fbbed915b6c45ca224 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:48:12.954Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:48:13.315Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.65 [2025-10-08T11:48:13.316Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-10-08T11:48:13.316Z] 7e7677fc36d5: Preparing [2025-10-08T11:48:13.316Z] d32b491ec289: Preparing [2025-10-08T11:48:13.316Z] 37d650e1f618: Preparing [2025-10-08T11:48:13.316Z] b2d5ee0e2298: Preparing [2025-10-08T11:48:13.316Z] a214c57cd0ac: Preparing [2025-10-08T11:48:13.316Z] 83cb1efab8cc: Preparing [2025-10-08T11:48:13.316Z] 9b993378be53: Preparing [2025-10-08T11:48:13.316Z] 1e890da81ec9: Preparing [2025-10-08T11:48:13.316Z] 83cb1efab8cc: Waiting [2025-10-08T11:48:13.316Z] 9b993378be53: Waiting [2025-10-08T11:48:13.316Z] 1e890da81ec9: Waiting [2025-10-08T11:48:13.316Z] 7e7677fc36d5: Layer already exists [2025-10-08T11:48:13.316Z] a214c57cd0ac: Layer already exists [2025-10-08T11:48:13.316Z] d32b491ec289: Layer already exists [2025-10-08T11:48:13.316Z] b2d5ee0e2298: Layer already exists [2025-10-08T11:48:13.316Z] 37d650e1f618: Layer already exists [2025-10-08T11:48:13.316Z] 1e890da81ec9: Layer already exists [2025-10-08T11:48:13.316Z] 9b993378be53: Layer already exists [2025-10-08T11:48:13.316Z] 83cb1efab8cc: Layer already exists [2025-10-08T11:48:13.581Z] 4.1.0-dev.65: digest: sha256:b246a22a002b5317d056ffebfc424f544d02e77c040d53fbbed915b6c45ca224 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:48:13.950Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:48:14.314Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:48:14.314Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-10-08T11:48:14.314Z] 7e7677fc36d5: Preparing [2025-10-08T11:48:14.314Z] d32b491ec289: Preparing [2025-10-08T11:48:14.314Z] 37d650e1f618: Preparing [2025-10-08T11:48:14.314Z] b2d5ee0e2298: Preparing [2025-10-08T11:48:14.314Z] a214c57cd0ac: Preparing [2025-10-08T11:48:14.314Z] 83cb1efab8cc: Preparing [2025-10-08T11:48:14.314Z] 9b993378be53: Preparing [2025-10-08T11:48:14.314Z] 1e890da81ec9: Preparing [2025-10-08T11:48:14.314Z] 83cb1efab8cc: Waiting [2025-10-08T11:48:14.314Z] 9b993378be53: Waiting [2025-10-08T11:48:14.314Z] 1e890da81ec9: Waiting [2025-10-08T11:48:14.314Z] b2d5ee0e2298: Layer already exists [2025-10-08T11:48:14.314Z] 37d650e1f618: Layer already exists [2025-10-08T11:48:14.314Z] a214c57cd0ac: Layer already exists [2025-10-08T11:48:14.314Z] d32b491ec289: Layer already exists [2025-10-08T11:48:14.314Z] 7e7677fc36d5: Layer already exists [2025-10-08T11:48:14.314Z] 83cb1efab8cc: Layer already exists [2025-10-08T11:48:14.314Z] 9b993378be53: Layer already exists [2025-10-08T11:48:14.314Z] 1e890da81ec9: Layer already exists [2025-10-08T11:48:14.579Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65: digest: sha256:b246a22a002b5317d056ffebfc424f544d02e77c040d53fbbed915b6c45ca224 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:48:14.936Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:48:15.301Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2025-10-08T11:48:15.301Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-10-08T11:48:15.301Z] 7e7677fc36d5: Preparing [2025-10-08T11:48:15.301Z] d32b491ec289: Preparing [2025-10-08T11:48:15.301Z] 37d650e1f618: Preparing [2025-10-08T11:48:15.301Z] b2d5ee0e2298: Preparing [2025-10-08T11:48:15.301Z] a214c57cd0ac: Preparing [2025-10-08T11:48:15.301Z] 83cb1efab8cc: Preparing [2025-10-08T11:48:15.301Z] 9b993378be53: Preparing [2025-10-08T11:48:15.301Z] 1e890da81ec9: Preparing [2025-10-08T11:48:15.301Z] 83cb1efab8cc: Waiting [2025-10-08T11:48:15.301Z] 9b993378be53: Waiting [2025-10-08T11:48:15.301Z] 1e890da81ec9: Waiting [2025-10-08T11:48:15.301Z] 7e7677fc36d5: Layer already exists [2025-10-08T11:48:15.301Z] b2d5ee0e2298: Layer already exists [2025-10-08T11:48:15.301Z] d32b491ec289: Layer already exists [2025-10-08T11:48:15.301Z] a214c57cd0ac: Layer already exists [2025-10-08T11:48:15.301Z] 37d650e1f618: Layer already exists [2025-10-08T11:48:15.301Z] 1e890da81ec9: Layer already exists [2025-10-08T11:48:15.301Z] 9b993378be53: Layer already exists [2025-10-08T11:48:15.301Z] 83cb1efab8cc: Layer already exists [2025-10-08T11:48:15.566Z] main: digest: sha256:b246a22a002b5317d056ffebfc424f544d02e77c040d53fbbed915b6c45ca224 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-10-08T11:48:15.658Z] ===================================================== [Pipeline] echo [2025-10-08T11:48:15.673Z] taggedImages: [2025-10-08T11:48:15.673Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:48:15.673Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2025-10-08T11:48:15.673Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.65 [2025-10-08T11:48:15.673Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:48:15.673Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2025-10-08T11:48:15.713Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2025-10-08T11:48:15.713Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:48:15.713Z] latest [2025-10-08T11:48:15.713Z] 4.1.0-dev.65 [2025-10-08T11:48:15.713Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:48:15.713Z] main [2025-10-08T11:48:15.713Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:48:16.096Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:48:16.457Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:48:16.457Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-10-08T11:48:16.457Z] c1592154b23c: Preparing [2025-10-08T11:48:16.457Z] e1d1885d1ec1: Preparing [2025-10-08T11:48:16.457Z] 05dbe1392e7a: Preparing [2025-10-08T11:48:16.457Z] 5668b28024ee: Preparing [2025-10-08T11:48:16.457Z] 8e763d3a6401: Preparing [2025-10-08T11:48:16.457Z] e0dea929453e: Preparing [2025-10-08T11:48:16.457Z] 86a9d2e2eac1: Preparing [2025-10-08T11:48:16.457Z] b2d5ee0e2298: Preparing [2025-10-08T11:48:16.457Z] a214c57cd0ac: Preparing [2025-10-08T11:48:16.457Z] 5da53f1b4c34: Preparing [2025-10-08T11:48:16.457Z] 9b4df0650a2a: Preparing [2025-10-08T11:48:16.457Z] 5f70bf18a086: Preparing [2025-10-08T11:48:16.457Z] e5e3785c909f: Preparing [2025-10-08T11:48:16.457Z] 9596446fec96: Preparing [2025-10-08T11:48:16.457Z] 8796419256a3: Preparing [2025-10-08T11:48:16.457Z] 1e890da81ec9: Preparing [2025-10-08T11:48:16.457Z] e0dea929453e: Waiting [2025-10-08T11:48:16.457Z] b2d5ee0e2298: Waiting [2025-10-08T11:48:16.457Z] 86a9d2e2eac1: Waiting [2025-10-08T11:48:16.457Z] a214c57cd0ac: Waiting [2025-10-08T11:48:16.457Z] 5da53f1b4c34: Waiting [2025-10-08T11:48:16.457Z] 9b4df0650a2a: Waiting [2025-10-08T11:48:16.457Z] 5f70bf18a086: Waiting [2025-10-08T11:48:16.457Z] e5e3785c909f: Waiting [2025-10-08T11:48:16.457Z] 8796419256a3: Waiting [2025-10-08T11:48:16.457Z] 1e890da81ec9: Waiting [2025-10-08T11:48:16.457Z] 9596446fec96: Waiting [2025-10-08T11:48:17.035Z] 8e763d3a6401: Pushed [2025-10-08T11:48:17.035Z] 05dbe1392e7a: Pushed [2025-10-08T11:48:17.035Z] 5668b28024ee: Pushed [2025-10-08T11:48:17.035Z] e1d1885d1ec1: Pushed [2025-10-08T11:48:17.035Z] c1592154b23c: Pushed [2025-10-08T11:48:17.035Z] b2d5ee0e2298: Layer already exists [2025-10-08T11:48:17.035Z] a214c57cd0ac: Layer already exists [2025-10-08T11:48:17.035Z] e0dea929453e: Pushed [2025-10-08T11:48:17.035Z] 5f70bf18a086: Layer already exists [2025-10-08T11:48:17.035Z] 5da53f1b4c34: Pushed [2025-10-08T11:48:17.035Z] 9b4df0650a2a: Pushed [2025-10-08T11:48:17.308Z] 1e890da81ec9: Layer already exists [2025-10-08T11:48:17.308Z] e5e3785c909f: Pushed [2025-10-08T11:48:17.308Z] 8796419256a3: Pushed [2025-10-08T11:48:19.237Z] 9596446fec96: Pushed [2025-10-08T11:48:19.812Z] 86a9d2e2eac1: Pushed [2025-10-08T11:48:20.078Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c: digest: sha256:9497b20a1306e597387b9f2c658b1291044d693f1d955c4479550917430ad23d size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:48:20.444Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:48:20.794Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2025-10-08T11:48:20.794Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-10-08T11:48:20.794Z] c1592154b23c: Preparing [2025-10-08T11:48:20.794Z] e1d1885d1ec1: Preparing [2025-10-08T11:48:20.794Z] 05dbe1392e7a: Preparing [2025-10-08T11:48:20.794Z] 5668b28024ee: Preparing [2025-10-08T11:48:20.794Z] 8e763d3a6401: Preparing [2025-10-08T11:48:20.794Z] e0dea929453e: Preparing [2025-10-08T11:48:20.794Z] 86a9d2e2eac1: Preparing [2025-10-08T11:48:20.794Z] b2d5ee0e2298: Preparing [2025-10-08T11:48:20.794Z] a214c57cd0ac: Preparing [2025-10-08T11:48:20.794Z] 5da53f1b4c34: Preparing [2025-10-08T11:48:20.794Z] 9b4df0650a2a: Preparing [2025-10-08T11:48:20.794Z] 5f70bf18a086: Preparing [2025-10-08T11:48:20.794Z] e5e3785c909f: Preparing [2025-10-08T11:48:20.794Z] 9596446fec96: Preparing [2025-10-08T11:48:20.794Z] 8796419256a3: Preparing [2025-10-08T11:48:20.794Z] 1e890da81ec9: Preparing [2025-10-08T11:48:20.794Z] 86a9d2e2eac1: Waiting [2025-10-08T11:48:20.794Z] b2d5ee0e2298: Waiting [2025-10-08T11:48:20.794Z] a214c57cd0ac: Waiting [2025-10-08T11:48:20.794Z] 5da53f1b4c34: Waiting [2025-10-08T11:48:20.794Z] e0dea929453e: Waiting [2025-10-08T11:48:20.794Z] 9596446fec96: Waiting [2025-10-08T11:48:20.794Z] 8796419256a3: Waiting [2025-10-08T11:48:20.794Z] 9b4df0650a2a: Waiting [2025-10-08T11:48:20.794Z] 1e890da81ec9: Waiting [2025-10-08T11:48:20.794Z] e5e3785c909f: Waiting [2025-10-08T11:48:20.794Z] 8e763d3a6401: Layer already exists [2025-10-08T11:48:20.794Z] 5668b28024ee: Layer already exists [2025-10-08T11:48:20.794Z] 05dbe1392e7a: Layer already exists [2025-10-08T11:48:20.794Z] e1d1885d1ec1: Layer already exists [2025-10-08T11:48:20.794Z] c1592154b23c: Layer already exists [2025-10-08T11:48:20.794Z] 5da53f1b4c34: Layer already exists [2025-10-08T11:48:20.794Z] e0dea929453e: Layer already exists [2025-10-08T11:48:20.794Z] b2d5ee0e2298: Layer already exists [2025-10-08T11:48:20.794Z] 86a9d2e2eac1: Layer already exists [2025-10-08T11:48:20.794Z] a214c57cd0ac: Layer already exists [2025-10-08T11:48:20.794Z] e5e3785c909f: Layer already exists [2025-10-08T11:48:20.794Z] 5f70bf18a086: Layer already exists [2025-10-08T11:48:20.794Z] 9596446fec96: Layer already exists [2025-10-08T11:48:20.794Z] 8796419256a3: Layer already exists [2025-10-08T11:48:20.794Z] 9b4df0650a2a: Layer already exists [2025-10-08T11:48:20.794Z] 1e890da81ec9: Layer already exists [2025-10-08T11:48:21.057Z] latest: digest: sha256:9497b20a1306e597387b9f2c658b1291044d693f1d955c4479550917430ad23d size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:48:21.419Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:48:21.783Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.65 [2025-10-08T11:48:21.784Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-10-08T11:48:21.784Z] c1592154b23c: Preparing [2025-10-08T11:48:21.784Z] e1d1885d1ec1: Preparing [2025-10-08T11:48:21.784Z] 05dbe1392e7a: Preparing [2025-10-08T11:48:21.784Z] 5668b28024ee: Preparing [2025-10-08T11:48:21.784Z] 8e763d3a6401: Preparing [2025-10-08T11:48:21.784Z] e0dea929453e: Preparing [2025-10-08T11:48:21.784Z] 86a9d2e2eac1: Preparing [2025-10-08T11:48:21.784Z] e0dea929453e: Waiting [2025-10-08T11:48:21.784Z] b2d5ee0e2298: Preparing [2025-10-08T11:48:21.784Z] 86a9d2e2eac1: Waiting [2025-10-08T11:48:21.784Z] a214c57cd0ac: Preparing [2025-10-08T11:48:21.784Z] b2d5ee0e2298: Waiting [2025-10-08T11:48:21.784Z] a214c57cd0ac: Waiting [2025-10-08T11:48:21.784Z] 5da53f1b4c34: Preparing [2025-10-08T11:48:21.784Z] 5da53f1b4c34: Waiting [2025-10-08T11:48:21.784Z] 9b4df0650a2a: Preparing [2025-10-08T11:48:21.784Z] 5f70bf18a086: Preparing [2025-10-08T11:48:21.784Z] e5e3785c909f: Preparing [2025-10-08T11:48:21.784Z] 9596446fec96: Preparing [2025-10-08T11:48:21.784Z] 9b4df0650a2a: Waiting [2025-10-08T11:48:21.784Z] 8796419256a3: Preparing [2025-10-08T11:48:21.784Z] e5e3785c909f: Waiting [2025-10-08T11:48:21.784Z] 1e890da81ec9: Preparing [2025-10-08T11:48:21.784Z] 9596446fec96: Waiting [2025-10-08T11:48:21.784Z] 5f70bf18a086: Waiting [2025-10-08T11:48:21.784Z] 1e890da81ec9: Waiting [2025-10-08T11:48:21.784Z] 8796419256a3: Waiting [2025-10-08T11:48:21.784Z] 5668b28024ee: Layer already exists [2025-10-08T11:48:21.784Z] c1592154b23c: Layer already exists [2025-10-08T11:48:21.784Z] 8e763d3a6401: Layer already exists [2025-10-08T11:48:21.784Z] e1d1885d1ec1: Layer already exists [2025-10-08T11:48:21.784Z] 05dbe1392e7a: Layer already exists [2025-10-08T11:48:21.784Z] 86a9d2e2eac1: Layer already exists [2025-10-08T11:48:21.784Z] e0dea929453e: Layer already exists [2025-10-08T11:48:21.784Z] b2d5ee0e2298: Layer already exists [2025-10-08T11:48:21.784Z] a214c57cd0ac: Layer already exists [2025-10-08T11:48:21.784Z] 5da53f1b4c34: Layer already exists [2025-10-08T11:48:21.784Z] 5f70bf18a086: Layer already exists [2025-10-08T11:48:21.784Z] e5e3785c909f: Layer already exists [2025-10-08T11:48:21.784Z] 9b4df0650a2a: Layer already exists [2025-10-08T11:48:21.784Z] 9596446fec96: Layer already exists [2025-10-08T11:48:21.784Z] 8796419256a3: Layer already exists [2025-10-08T11:48:21.784Z] 1e890da81ec9: Layer already exists [2025-10-08T11:48:22.047Z] 4.1.0-dev.65: digest: sha256:9497b20a1306e597387b9f2c658b1291044d693f1d955c4479550917430ad23d size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:48:22.411Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:48:22.766Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:48:22.766Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-10-08T11:48:22.766Z] c1592154b23c: Preparing [2025-10-08T11:48:22.766Z] e1d1885d1ec1: Preparing [2025-10-08T11:48:22.766Z] 05dbe1392e7a: Preparing [2025-10-08T11:48:22.766Z] 5668b28024ee: Preparing [2025-10-08T11:48:22.766Z] 8e763d3a6401: Preparing [2025-10-08T11:48:22.766Z] e0dea929453e: Preparing [2025-10-08T11:48:22.766Z] 86a9d2e2eac1: Preparing [2025-10-08T11:48:22.766Z] b2d5ee0e2298: Preparing [2025-10-08T11:48:22.766Z] a214c57cd0ac: Preparing [2025-10-08T11:48:22.766Z] 5da53f1b4c34: Preparing [2025-10-08T11:48:22.766Z] 9b4df0650a2a: Preparing [2025-10-08T11:48:22.766Z] 5f70bf18a086: Preparing [2025-10-08T11:48:22.766Z] e5e3785c909f: Preparing [2025-10-08T11:48:22.766Z] 9596446fec96: Preparing [2025-10-08T11:48:22.766Z] 8796419256a3: Preparing [2025-10-08T11:48:22.766Z] 1e890da81ec9: Preparing [2025-10-08T11:48:22.766Z] 86a9d2e2eac1: Waiting [2025-10-08T11:48:22.766Z] e0dea929453e: Waiting [2025-10-08T11:48:22.766Z] b2d5ee0e2298: Waiting [2025-10-08T11:48:22.766Z] a214c57cd0ac: Waiting [2025-10-08T11:48:22.766Z] 5da53f1b4c34: Waiting [2025-10-08T11:48:22.766Z] 9b4df0650a2a: Waiting [2025-10-08T11:48:22.766Z] 5f70bf18a086: Waiting [2025-10-08T11:48:22.766Z] e5e3785c909f: Waiting [2025-10-08T11:48:22.766Z] 9596446fec96: Waiting [2025-10-08T11:48:22.766Z] 8796419256a3: Waiting [2025-10-08T11:48:22.766Z] 1e890da81ec9: Waiting [2025-10-08T11:48:22.766Z] 8e763d3a6401: Layer already exists [2025-10-08T11:48:22.766Z] e1d1885d1ec1: Layer already exists [2025-10-08T11:48:22.766Z] c1592154b23c: Layer already exists [2025-10-08T11:48:22.766Z] 5668b28024ee: Layer already exists [2025-10-08T11:48:22.766Z] 05dbe1392e7a: Layer already exists [2025-10-08T11:48:22.766Z] e0dea929453e: Layer already exists [2025-10-08T11:48:22.766Z] 86a9d2e2eac1: Layer already exists [2025-10-08T11:48:22.766Z] a214c57cd0ac: Layer already exists [2025-10-08T11:48:22.766Z] b2d5ee0e2298: Layer already exists [2025-10-08T11:48:22.766Z] 5da53f1b4c34: Layer already exists [2025-10-08T11:48:22.766Z] 5f70bf18a086: Layer already exists [2025-10-08T11:48:22.766Z] e5e3785c909f: Layer already exists [2025-10-08T11:48:22.766Z] 9b4df0650a2a: Layer already exists [2025-10-08T11:48:22.766Z] 8796419256a3: Layer already exists [2025-10-08T11:48:22.766Z] 9596446fec96: Layer already exists [2025-10-08T11:48:22.766Z] 1e890da81ec9: Layer already exists [2025-10-08T11:48:23.029Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65: digest: sha256:9497b20a1306e597387b9f2c658b1291044d693f1d955c4479550917430ad23d size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:48:23.391Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:48:23.754Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2025-10-08T11:48:23.754Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-10-08T11:48:23.754Z] c1592154b23c: Preparing [2025-10-08T11:48:23.754Z] e1d1885d1ec1: Preparing [2025-10-08T11:48:23.754Z] 05dbe1392e7a: Preparing [2025-10-08T11:48:23.754Z] 5668b28024ee: Preparing [2025-10-08T11:48:23.754Z] 8e763d3a6401: Preparing [2025-10-08T11:48:23.754Z] e0dea929453e: Preparing [2025-10-08T11:48:23.754Z] 86a9d2e2eac1: Preparing [2025-10-08T11:48:23.754Z] b2d5ee0e2298: Preparing [2025-10-08T11:48:23.754Z] a214c57cd0ac: Preparing [2025-10-08T11:48:23.754Z] 5da53f1b4c34: Preparing [2025-10-08T11:48:23.754Z] 9b4df0650a2a: Preparing [2025-10-08T11:48:23.754Z] 5f70bf18a086: Preparing [2025-10-08T11:48:23.754Z] e5e3785c909f: Preparing [2025-10-08T11:48:23.754Z] e0dea929453e: Waiting [2025-10-08T11:48:23.754Z] 9596446fec96: Preparing [2025-10-08T11:48:23.754Z] 86a9d2e2eac1: Waiting [2025-10-08T11:48:23.754Z] 8796419256a3: Preparing [2025-10-08T11:48:23.754Z] 1e890da81ec9: Preparing [2025-10-08T11:48:23.754Z] b2d5ee0e2298: Waiting [2025-10-08T11:48:23.754Z] a214c57cd0ac: Waiting [2025-10-08T11:48:23.754Z] 5da53f1b4c34: Waiting [2025-10-08T11:48:23.754Z] 9b4df0650a2a: Waiting [2025-10-08T11:48:23.754Z] 5f70bf18a086: Waiting [2025-10-08T11:48:23.754Z] e5e3785c909f: Waiting [2025-10-08T11:48:23.754Z] 9596446fec96: Waiting [2025-10-08T11:48:23.754Z] 8796419256a3: Waiting [2025-10-08T11:48:23.754Z] 1e890da81ec9: Waiting [2025-10-08T11:48:23.754Z] e1d1885d1ec1: Layer already exists [2025-10-08T11:48:23.754Z] 8e763d3a6401: Layer already exists [2025-10-08T11:48:23.754Z] 5668b28024ee: Layer already exists [2025-10-08T11:48:23.754Z] c1592154b23c: Layer already exists [2025-10-08T11:48:23.754Z] 05dbe1392e7a: Layer already exists [2025-10-08T11:48:23.754Z] 86a9d2e2eac1: Layer already exists [2025-10-08T11:48:23.754Z] e0dea929453e: Layer already exists [2025-10-08T11:48:23.754Z] b2d5ee0e2298: Layer already exists [2025-10-08T11:48:23.754Z] a214c57cd0ac: Layer already exists [2025-10-08T11:48:23.754Z] 5da53f1b4c34: Layer already exists [2025-10-08T11:48:23.754Z] e5e3785c909f: Layer already exists [2025-10-08T11:48:23.754Z] 5f70bf18a086: Layer already exists [2025-10-08T11:48:23.754Z] 9b4df0650a2a: Layer already exists [2025-10-08T11:48:23.754Z] 9596446fec96: Layer already exists [2025-10-08T11:48:23.754Z] 8796419256a3: Layer already exists [2025-10-08T11:48:23.754Z] 1e890da81ec9: Layer already exists [2025-10-08T11:48:24.019Z] main: digest: sha256:9497b20a1306e597387b9f2c658b1291044d693f1d955c4479550917430ad23d size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-10-08T11:48:24.117Z] ===================================================== [Pipeline] echo [2025-10-08T11:48:24.136Z] taggedImages: [2025-10-08T11:48:24.136Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:48:24.136Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2025-10-08T11:48:24.136Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.65 [2025-10-08T11:48:24.136Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:48:24.136Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2025-10-08T11:48:24.174Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2025-10-08T11:48:24.174Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:48:24.174Z] latest [2025-10-08T11:48:24.174Z] 4.1.0-dev.65 [2025-10-08T11:48:24.174Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:48:24.174Z] main [2025-10-08T11:48:24.174Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:48:24.555Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:48:24.917Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:48:24.917Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-10-08T11:48:24.917Z] f3532d82cf63: Preparing [2025-10-08T11:48:24.917Z] 66b6837c2402: Preparing [2025-10-08T11:48:24.917Z] 770f48b1c190: Preparing [2025-10-08T11:48:24.917Z] 80986531a009: Preparing [2025-10-08T11:48:24.917Z] b2d5ee0e2298: Preparing [2025-10-08T11:48:24.917Z] a214c57cd0ac: Preparing [2025-10-08T11:48:24.917Z] 83cb1efab8cc: Preparing [2025-10-08T11:48:24.917Z] 9b993378be53: Preparing [2025-10-08T11:48:24.918Z] 1e890da81ec9: Preparing [2025-10-08T11:48:24.918Z] 83cb1efab8cc: Waiting [2025-10-08T11:48:24.918Z] 1e890da81ec9: Waiting [2025-10-08T11:48:24.918Z] 9b993378be53: Waiting [2025-10-08T11:48:24.918Z] a214c57cd0ac: Waiting [2025-10-08T11:48:24.918Z] b2d5ee0e2298: Layer already exists [2025-10-08T11:48:24.918Z] a214c57cd0ac: Layer already exists [2025-10-08T11:48:25.181Z] 83cb1efab8cc: Layer already exists [2025-10-08T11:48:25.181Z] 770f48b1c190: Pushed [2025-10-08T11:48:25.181Z] 9b993378be53: Layer already exists [2025-10-08T11:48:25.181Z] 66b6837c2402: Pushed [2025-10-08T11:48:25.181Z] 1e890da81ec9: Layer already exists [2025-10-08T11:48:25.181Z] f3532d82cf63: Pushed [2025-10-08T11:48:33.348Z] 80986531a009: Pushed [2025-10-08T11:48:33.348Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c: digest: sha256:95209e5a9a67c8015b5dd5a2b974d4876cef0dbd5301fcb7c592177e4d425c2a size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:48:33.707Z] + 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-10-08T11:48:34.073Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2025-10-08T11:48:34.073Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-10-08T11:48:34.073Z] f3532d82cf63: Preparing [2025-10-08T11:48:34.073Z] 66b6837c2402: Preparing [2025-10-08T11:48:34.073Z] 770f48b1c190: Preparing [2025-10-08T11:48:34.073Z] 80986531a009: Preparing [2025-10-08T11:48:34.073Z] b2d5ee0e2298: Preparing [2025-10-08T11:48:34.073Z] a214c57cd0ac: Preparing [2025-10-08T11:48:34.073Z] 83cb1efab8cc: Preparing [2025-10-08T11:48:34.073Z] 9b993378be53: Preparing [2025-10-08T11:48:34.073Z] 1e890da81ec9: Preparing [2025-10-08T11:48:34.073Z] a214c57cd0ac: Waiting [2025-10-08T11:48:34.073Z] 9b993378be53: Waiting [2025-10-08T11:48:34.073Z] 1e890da81ec9: Waiting [2025-10-08T11:48:34.073Z] 83cb1efab8cc: Waiting [2025-10-08T11:48:34.073Z] b2d5ee0e2298: Layer already exists [2025-10-08T11:48:34.073Z] 66b6837c2402: Layer already exists [2025-10-08T11:48:34.073Z] 770f48b1c190: Layer already exists [2025-10-08T11:48:34.073Z] f3532d82cf63: Layer already exists [2025-10-08T11:48:34.073Z] 80986531a009: Layer already exists [2025-10-08T11:48:34.073Z] 9b993378be53: Layer already exists [2025-10-08T11:48:34.073Z] a214c57cd0ac: Layer already exists [2025-10-08T11:48:34.073Z] 83cb1efab8cc: Layer already exists [2025-10-08T11:48:34.073Z] 1e890da81ec9: Layer already exists [2025-10-08T11:48:34.337Z] latest: digest: sha256:95209e5a9a67c8015b5dd5a2b974d4876cef0dbd5301fcb7c592177e4d425c2a size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:48:34.702Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:48:35.058Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.65 [2025-10-08T11:48:35.059Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-10-08T11:48:35.059Z] f3532d82cf63: Preparing [2025-10-08T11:48:35.059Z] 66b6837c2402: Preparing [2025-10-08T11:48:35.059Z] 770f48b1c190: Preparing [2025-10-08T11:48:35.059Z] 80986531a009: Preparing [2025-10-08T11:48:35.059Z] b2d5ee0e2298: Preparing [2025-10-08T11:48:35.059Z] a214c57cd0ac: Preparing [2025-10-08T11:48:35.059Z] 83cb1efab8cc: Preparing [2025-10-08T11:48:35.059Z] 9b993378be53: Preparing [2025-10-08T11:48:35.059Z] 1e890da81ec9: Preparing [2025-10-08T11:48:35.059Z] 83cb1efab8cc: Waiting [2025-10-08T11:48:35.059Z] 9b993378be53: Waiting [2025-10-08T11:48:35.059Z] 1e890da81ec9: Waiting [2025-10-08T11:48:35.059Z] a214c57cd0ac: Waiting [2025-10-08T11:48:35.059Z] f3532d82cf63: Layer already exists [2025-10-08T11:48:35.059Z] 66b6837c2402: Layer already exists [2025-10-08T11:48:35.059Z] 80986531a009: Layer already exists [2025-10-08T11:48:35.059Z] 770f48b1c190: Layer already exists [2025-10-08T11:48:35.059Z] b2d5ee0e2298: Layer already exists [2025-10-08T11:48:35.059Z] 1e890da81ec9: Layer already exists [2025-10-08T11:48:35.059Z] a214c57cd0ac: Layer already exists [2025-10-08T11:48:35.059Z] 83cb1efab8cc: Layer already exists [2025-10-08T11:48:35.059Z] 9b993378be53: Layer already exists [2025-10-08T11:48:35.059Z] 4.1.0-dev.65: digest: sha256:95209e5a9a67c8015b5dd5a2b974d4876cef0dbd5301fcb7c592177e4d425c2a size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:48:35.681Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:48:36.038Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:48:36.038Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-10-08T11:48:36.038Z] f3532d82cf63: Preparing [2025-10-08T11:48:36.038Z] 66b6837c2402: Preparing [2025-10-08T11:48:36.038Z] 770f48b1c190: Preparing [2025-10-08T11:48:36.038Z] 80986531a009: Preparing [2025-10-08T11:48:36.038Z] b2d5ee0e2298: Preparing [2025-10-08T11:48:36.038Z] a214c57cd0ac: Preparing [2025-10-08T11:48:36.038Z] 83cb1efab8cc: Preparing [2025-10-08T11:48:36.038Z] 9b993378be53: Preparing [2025-10-08T11:48:36.038Z] 1e890da81ec9: Preparing [2025-10-08T11:48:36.038Z] a214c57cd0ac: Waiting [2025-10-08T11:48:36.038Z] 83cb1efab8cc: Waiting [2025-10-08T11:48:36.038Z] 9b993378be53: Waiting [2025-10-08T11:48:36.038Z] 770f48b1c190: Layer already exists [2025-10-08T11:48:36.038Z] 66b6837c2402: Layer already exists [2025-10-08T11:48:36.038Z] 80986531a009: Layer already exists [2025-10-08T11:48:36.038Z] b2d5ee0e2298: Layer already exists [2025-10-08T11:48:36.038Z] f3532d82cf63: Layer already exists [2025-10-08T11:48:36.038Z] a214c57cd0ac: Layer already exists [2025-10-08T11:48:36.038Z] 83cb1efab8cc: Layer already exists [2025-10-08T11:48:36.038Z] 9b993378be53: Layer already exists [2025-10-08T11:48:36.038Z] 1e890da81ec9: Layer already exists [2025-10-08T11:48:36.301Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65: digest: sha256:95209e5a9a67c8015b5dd5a2b974d4876cef0dbd5301fcb7c592177e4d425c2a size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:48:36.662Z] + 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-10-08T11:48:37.011Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2025-10-08T11:48:37.011Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-10-08T11:48:37.011Z] f3532d82cf63: Preparing [2025-10-08T11:48:37.011Z] 66b6837c2402: Preparing [2025-10-08T11:48:37.011Z] 770f48b1c190: Preparing [2025-10-08T11:48:37.011Z] 80986531a009: Preparing [2025-10-08T11:48:37.011Z] b2d5ee0e2298: Preparing [2025-10-08T11:48:37.011Z] a214c57cd0ac: Preparing [2025-10-08T11:48:37.011Z] 83cb1efab8cc: Preparing [2025-10-08T11:48:37.011Z] a214c57cd0ac: Waiting [2025-10-08T11:48:37.011Z] 9b993378be53: Preparing [2025-10-08T11:48:37.011Z] 83cb1efab8cc: Waiting [2025-10-08T11:48:37.011Z] 1e890da81ec9: Preparing [2025-10-08T11:48:37.011Z] 9b993378be53: Waiting [2025-10-08T11:48:37.011Z] 1e890da81ec9: Waiting [2025-10-08T11:48:37.011Z] b2d5ee0e2298: Layer already exists [2025-10-08T11:48:37.011Z] 80986531a009: Layer already exists [2025-10-08T11:48:37.011Z] 66b6837c2402: Layer already exists [2025-10-08T11:48:37.011Z] f3532d82cf63: Layer already exists [2025-10-08T11:48:37.011Z] 770f48b1c190: Layer already exists [2025-10-08T11:48:37.011Z] a214c57cd0ac: Layer already exists [2025-10-08T11:48:37.011Z] 83cb1efab8cc: Layer already exists [2025-10-08T11:48:37.011Z] 9b993378be53: Layer already exists [2025-10-08T11:48:37.011Z] 1e890da81ec9: Layer already exists [2025-10-08T11:48:37.274Z] main: digest: sha256:95209e5a9a67c8015b5dd5a2b974d4876cef0dbd5301fcb7c592177e4d425c2a size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-10-08T11:48:37.383Z] ===================================================== [Pipeline] echo [2025-10-08T11:48:37.404Z] taggedImages: [2025-10-08T11:48:37.404Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:48:37.404Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2025-10-08T11:48:37.404Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.65 [2025-10-08T11:48:37.404Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:48:37.404Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2025-10-08T11:48:37.446Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2025-10-08T11:48:37.446Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:48:37.446Z] latest [2025-10-08T11:48:37.446Z] 4.1.0-dev.65 [2025-10-08T11:48:37.446Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:48:37.446Z] main [2025-10-08T11:48:37.446Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:48:37.843Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:48:38.205Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:48:38.205Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-10-08T11:48:38.205Z] ac880d865e73: Preparing [2025-10-08T11:48:38.205Z] af5075a60aeb: Preparing [2025-10-08T11:48:38.205Z] 09b7c9eef3b8: Preparing [2025-10-08T11:48:38.205Z] 164075fa342b: Preparing [2025-10-08T11:48:38.205Z] d92cc696cab6: Preparing [2025-10-08T11:48:38.205Z] b2d5ee0e2298: Preparing [2025-10-08T11:48:38.205Z] a214c57cd0ac: Preparing [2025-10-08T11:48:38.205Z] 175b1e02aa18: Preparing [2025-10-08T11:48:38.205Z] 0a62426aceb8: Preparing [2025-10-08T11:48:38.205Z] 4742a38d5259: Preparing [2025-10-08T11:48:38.205Z] 1e890da81ec9: Preparing [2025-10-08T11:48:38.205Z] 175b1e02aa18: Waiting [2025-10-08T11:48:38.205Z] 0a62426aceb8: Waiting [2025-10-08T11:48:38.205Z] 4742a38d5259: Waiting [2025-10-08T11:48:38.205Z] 1e890da81ec9: Waiting [2025-10-08T11:48:38.205Z] b2d5ee0e2298: Waiting [2025-10-08T11:48:38.205Z] a214c57cd0ac: Waiting [2025-10-08T11:48:38.468Z] af5075a60aeb: Pushed [2025-10-08T11:48:38.468Z] d92cc696cab6: Pushed [2025-10-08T11:48:38.468Z] 164075fa342b: Pushed [2025-10-08T11:48:38.468Z] ac880d865e73: Pushed [2025-10-08T11:48:38.468Z] b2d5ee0e2298: Layer already exists [2025-10-08T11:48:38.468Z] a214c57cd0ac: Layer already exists [2025-10-08T11:48:38.468Z] 1e890da81ec9: Layer already exists [2025-10-08T11:48:38.730Z] 175b1e02aa18: Pushed [2025-10-08T11:48:38.994Z] 0a62426aceb8: Pushed [2025-10-08T11:48:43.286Z] 4742a38d5259: Pushed [2025-10-08T11:48:44.721Z] 09b7c9eef3b8: Pushed [2025-10-08T11:48:44.987Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c: digest: sha256:4886d239d8a101785ff06c807c5a8e87a5dded6cab5509cac0fc6894da3c1303 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:48:45.374Z] + 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-10-08T11:48:45.748Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2025-10-08T11:48:45.748Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-10-08T11:48:45.748Z] ac880d865e73: Preparing [2025-10-08T11:48:45.748Z] af5075a60aeb: Preparing [2025-10-08T11:48:45.748Z] 09b7c9eef3b8: Preparing [2025-10-08T11:48:45.748Z] 164075fa342b: Preparing [2025-10-08T11:48:45.748Z] d92cc696cab6: Preparing [2025-10-08T11:48:45.748Z] b2d5ee0e2298: Preparing [2025-10-08T11:48:45.748Z] a214c57cd0ac: Preparing [2025-10-08T11:48:45.748Z] 175b1e02aa18: Preparing [2025-10-08T11:48:45.748Z] 0a62426aceb8: Preparing [2025-10-08T11:48:45.748Z] 4742a38d5259: Preparing [2025-10-08T11:48:45.748Z] 1e890da81ec9: Preparing [2025-10-08T11:48:45.748Z] b2d5ee0e2298: Waiting [2025-10-08T11:48:45.748Z] a214c57cd0ac: Waiting [2025-10-08T11:48:45.748Z] 175b1e02aa18: Waiting [2025-10-08T11:48:45.748Z] 0a62426aceb8: Waiting [2025-10-08T11:48:45.748Z] 4742a38d5259: Waiting [2025-10-08T11:48:45.748Z] 164075fa342b: Layer already exists [2025-10-08T11:48:45.748Z] ac880d865e73: Layer already exists [2025-10-08T11:48:45.748Z] d92cc696cab6: Layer already exists [2025-10-08T11:48:45.748Z] af5075a60aeb: Layer already exists [2025-10-08T11:48:45.748Z] 09b7c9eef3b8: Layer already exists [2025-10-08T11:48:45.748Z] 175b1e02aa18: Layer already exists [2025-10-08T11:48:45.748Z] 4742a38d5259: Layer already exists [2025-10-08T11:48:45.748Z] 0a62426aceb8: Layer already exists [2025-10-08T11:48:45.748Z] b2d5ee0e2298: Layer already exists [2025-10-08T11:48:45.748Z] a214c57cd0ac: Layer already exists [2025-10-08T11:48:45.748Z] 1e890da81ec9: Layer already exists [2025-10-08T11:48:46.014Z] latest: digest: sha256:4886d239d8a101785ff06c807c5a8e87a5dded6cab5509cac0fc6894da3c1303 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:48:46.385Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:48:46.753Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.65 [2025-10-08T11:48:46.753Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-10-08T11:48:46.753Z] ac880d865e73: Preparing [2025-10-08T11:48:46.753Z] af5075a60aeb: Preparing [2025-10-08T11:48:46.753Z] 09b7c9eef3b8: Preparing [2025-10-08T11:48:46.753Z] 164075fa342b: Preparing [2025-10-08T11:48:46.753Z] d92cc696cab6: Preparing [2025-10-08T11:48:46.753Z] b2d5ee0e2298: Preparing [2025-10-08T11:48:46.753Z] a214c57cd0ac: Preparing [2025-10-08T11:48:46.753Z] 175b1e02aa18: Preparing [2025-10-08T11:48:46.753Z] 0a62426aceb8: Preparing [2025-10-08T11:48:46.753Z] 4742a38d5259: Preparing [2025-10-08T11:48:46.753Z] 1e890da81ec9: Preparing [2025-10-08T11:48:46.753Z] a214c57cd0ac: Waiting [2025-10-08T11:48:46.753Z] 175b1e02aa18: Waiting [2025-10-08T11:48:46.753Z] 0a62426aceb8: Waiting [2025-10-08T11:48:46.753Z] 1e890da81ec9: Waiting [2025-10-08T11:48:46.753Z] b2d5ee0e2298: Waiting [2025-10-08T11:48:46.753Z] 4742a38d5259: Waiting [2025-10-08T11:48:46.753Z] af5075a60aeb: Layer already exists [2025-10-08T11:48:46.753Z] ac880d865e73: Layer already exists [2025-10-08T11:48:46.753Z] 09b7c9eef3b8: Layer already exists [2025-10-08T11:48:46.753Z] 164075fa342b: Layer already exists [2025-10-08T11:48:46.753Z] d92cc696cab6: Layer already exists [2025-10-08T11:48:46.753Z] 175b1e02aa18: Layer already exists [2025-10-08T11:48:46.753Z] a214c57cd0ac: Layer already exists [2025-10-08T11:48:46.753Z] 4742a38d5259: Layer already exists [2025-10-08T11:48:46.753Z] 0a62426aceb8: Layer already exists [2025-10-08T11:48:46.753Z] b2d5ee0e2298: Layer already exists [2025-10-08T11:48:46.753Z] 1e890da81ec9: Layer already exists [2025-10-08T11:48:47.016Z] 4.1.0-dev.65: digest: sha256:4886d239d8a101785ff06c807c5a8e87a5dded6cab5509cac0fc6894da3c1303 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:48:47.376Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:48:47.734Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:48:47.734Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-10-08T11:48:47.734Z] ac880d865e73: Preparing [2025-10-08T11:48:47.734Z] af5075a60aeb: Preparing [2025-10-08T11:48:47.734Z] 09b7c9eef3b8: Preparing [2025-10-08T11:48:47.734Z] 164075fa342b: Preparing [2025-10-08T11:48:47.734Z] d92cc696cab6: Preparing [2025-10-08T11:48:47.734Z] b2d5ee0e2298: Preparing [2025-10-08T11:48:47.734Z] a214c57cd0ac: Preparing [2025-10-08T11:48:47.734Z] 175b1e02aa18: Preparing [2025-10-08T11:48:47.734Z] 0a62426aceb8: Preparing [2025-10-08T11:48:47.734Z] 4742a38d5259: Preparing [2025-10-08T11:48:47.734Z] 1e890da81ec9: Preparing [2025-10-08T11:48:47.734Z] a214c57cd0ac: Waiting [2025-10-08T11:48:47.734Z] 175b1e02aa18: Waiting [2025-10-08T11:48:47.734Z] 0a62426aceb8: Waiting [2025-10-08T11:48:47.734Z] 4742a38d5259: Waiting [2025-10-08T11:48:47.734Z] 1e890da81ec9: Waiting [2025-10-08T11:48:47.734Z] b2d5ee0e2298: Waiting [2025-10-08T11:48:47.734Z] 09b7c9eef3b8: Layer already exists [2025-10-08T11:48:47.734Z] 164075fa342b: Layer already exists [2025-10-08T11:48:47.734Z] af5075a60aeb: Layer already exists [2025-10-08T11:48:47.734Z] ac880d865e73: Layer already exists [2025-10-08T11:48:47.734Z] d92cc696cab6: Layer already exists [2025-10-08T11:48:47.734Z] b2d5ee0e2298: Layer already exists [2025-10-08T11:48:47.734Z] a214c57cd0ac: Layer already exists [2025-10-08T11:48:47.734Z] 175b1e02aa18: Layer already exists [2025-10-08T11:48:47.734Z] 0a62426aceb8: Layer already exists [2025-10-08T11:48:47.734Z] 4742a38d5259: Layer already exists [2025-10-08T11:48:47.734Z] 1e890da81ec9: Layer already exists [2025-10-08T11:48:47.997Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65: digest: sha256:4886d239d8a101785ff06c807c5a8e87a5dded6cab5509cac0fc6894da3c1303 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:48:48.348Z] + 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-10-08T11:48:48.696Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2025-10-08T11:48:48.696Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-10-08T11:48:48.696Z] ac880d865e73: Preparing [2025-10-08T11:48:48.696Z] af5075a60aeb: Preparing [2025-10-08T11:48:48.696Z] 09b7c9eef3b8: Preparing [2025-10-08T11:48:48.696Z] 164075fa342b: Preparing [2025-10-08T11:48:48.696Z] d92cc696cab6: Preparing [2025-10-08T11:48:48.696Z] b2d5ee0e2298: Preparing [2025-10-08T11:48:48.696Z] a214c57cd0ac: Preparing [2025-10-08T11:48:48.696Z] 175b1e02aa18: Preparing [2025-10-08T11:48:48.696Z] 0a62426aceb8: Preparing [2025-10-08T11:48:48.696Z] 4742a38d5259: Preparing [2025-10-08T11:48:48.696Z] 1e890da81ec9: Preparing [2025-10-08T11:48:48.696Z] 175b1e02aa18: Waiting [2025-10-08T11:48:48.696Z] 0a62426aceb8: Waiting [2025-10-08T11:48:48.696Z] b2d5ee0e2298: Waiting [2025-10-08T11:48:48.696Z] 4742a38d5259: Waiting [2025-10-08T11:48:48.696Z] a214c57cd0ac: Waiting [2025-10-08T11:48:48.696Z] 1e890da81ec9: Waiting [2025-10-08T11:48:48.696Z] d92cc696cab6: Layer already exists [2025-10-08T11:48:48.696Z] af5075a60aeb: Layer already exists [2025-10-08T11:48:48.696Z] 09b7c9eef3b8: Layer already exists [2025-10-08T11:48:48.696Z] 164075fa342b: Layer already exists [2025-10-08T11:48:48.696Z] ac880d865e73: Layer already exists [2025-10-08T11:48:48.696Z] a214c57cd0ac: Layer already exists [2025-10-08T11:48:48.696Z] 175b1e02aa18: Layer already exists [2025-10-08T11:48:48.696Z] b2d5ee0e2298: Layer already exists [2025-10-08T11:48:48.696Z] 4742a38d5259: Layer already exists [2025-10-08T11:48:48.696Z] 0a62426aceb8: Layer already exists [2025-10-08T11:48:48.696Z] 1e890da81ec9: Layer already exists [2025-10-08T11:48:48.961Z] main: digest: sha256:4886d239d8a101785ff06c807c5a8e87a5dded6cab5509cac0fc6894da3c1303 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-10-08T11:48:49.057Z] ===================================================== [Pipeline] echo [2025-10-08T11:48:49.079Z] taggedImages: [2025-10-08T11:48:49.079Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:48:49.079Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2025-10-08T11:48:49.079Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.65 [2025-10-08T11:48:49.079Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:48:49.079Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2025-10-08T11:48:49.113Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2025-10-08T11:48:49.113Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:48:49.113Z] latest [2025-10-08T11:48:49.113Z] 4.1.0-dev.65 [2025-10-08T11:48:49.113Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:48:49.113Z] main [2025-10-08T11:48:49.113Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:48:49.491Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:48:49.849Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:48:49.849Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-10-08T11:48:49.849Z] af5a411ff868: Preparing [2025-10-08T11:48:49.849Z] 376e9dab8356: Preparing [2025-10-08T11:48:49.849Z] 17acce138994: Preparing [2025-10-08T11:48:49.849Z] c64850ac9521: Preparing [2025-10-08T11:48:49.849Z] c0a038f5145d: Preparing [2025-10-08T11:48:49.849Z] cb16d7a39e05: Preparing [2025-10-08T11:48:49.849Z] a182bc2e6863: Preparing [2025-10-08T11:48:49.849Z] b2d5ee0e2298: Preparing [2025-10-08T11:48:49.849Z] a214c57cd0ac: Preparing [2025-10-08T11:48:49.849Z] 71cdb10ec3a4: Preparing [2025-10-08T11:48:49.849Z] 1d99feeb19bb: Preparing [2025-10-08T11:48:49.849Z] 1e890da81ec9: Preparing [2025-10-08T11:48:49.849Z] b2d5ee0e2298: Waiting [2025-10-08T11:48:49.849Z] a214c57cd0ac: Waiting [2025-10-08T11:48:49.849Z] 71cdb10ec3a4: Waiting [2025-10-08T11:48:49.849Z] 1d99feeb19bb: Waiting [2025-10-08T11:48:49.849Z] 1e890da81ec9: Waiting [2025-10-08T11:48:49.849Z] cb16d7a39e05: Waiting [2025-10-08T11:48:49.849Z] a182bc2e6863: Waiting [2025-10-08T11:48:50.114Z] c0a038f5145d: Pushed [2025-10-08T11:48:50.114Z] 376e9dab8356: Pushed [2025-10-08T11:48:50.114Z] af5a411ff868: Pushed [2025-10-08T11:48:50.114Z] b2d5ee0e2298: Layer already exists [2025-10-08T11:48:50.114Z] a214c57cd0ac: Layer already exists [2025-10-08T11:48:50.114Z] cb16d7a39e05: Pushed [2025-10-08T11:48:50.378Z] a182bc2e6863: Pushed [2025-10-08T11:48:50.378Z] 1e890da81ec9: Layer already exists [2025-10-08T11:48:52.306Z] 71cdb10ec3a4: Pushed [2025-10-08T11:48:53.261Z] 1d99feeb19bb: Pushed [2025-10-08T11:48:56.596Z] c64850ac9521: Pushed [2025-10-08T11:48:56.596Z] 17acce138994: Pushed [2025-10-08T11:48:56.860Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c: digest: sha256:32ac8adb202c0508dac393ccaa9f4b1327b949018ac9cfa60a8ae0639e10bbde size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:48:57.229Z] + 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-10-08T11:48:57.590Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2025-10-08T11:48:57.591Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-10-08T11:48:57.591Z] af5a411ff868: Preparing [2025-10-08T11:48:57.591Z] 376e9dab8356: Preparing [2025-10-08T11:48:57.591Z] 17acce138994: Preparing [2025-10-08T11:48:57.591Z] c64850ac9521: Preparing [2025-10-08T11:48:57.591Z] c0a038f5145d: Preparing [2025-10-08T11:48:57.591Z] cb16d7a39e05: Preparing [2025-10-08T11:48:57.591Z] a182bc2e6863: Preparing [2025-10-08T11:48:57.591Z] b2d5ee0e2298: Preparing [2025-10-08T11:48:57.591Z] a214c57cd0ac: Preparing [2025-10-08T11:48:57.591Z] 71cdb10ec3a4: Preparing [2025-10-08T11:48:57.591Z] 1d99feeb19bb: Preparing [2025-10-08T11:48:57.591Z] 1e890da81ec9: Preparing [2025-10-08T11:48:57.591Z] cb16d7a39e05: Waiting [2025-10-08T11:48:57.591Z] a214c57cd0ac: Waiting [2025-10-08T11:48:57.591Z] 71cdb10ec3a4: Waiting [2025-10-08T11:48:57.591Z] 1d99feeb19bb: Waiting [2025-10-08T11:48:57.591Z] 1e890da81ec9: Waiting [2025-10-08T11:48:57.591Z] a182bc2e6863: Waiting [2025-10-08T11:48:57.591Z] b2d5ee0e2298: Waiting [2025-10-08T11:48:57.591Z] 376e9dab8356: Layer already exists [2025-10-08T11:48:57.591Z] 17acce138994: Layer already exists [2025-10-08T11:48:57.591Z] c0a038f5145d: Layer already exists [2025-10-08T11:48:57.591Z] c64850ac9521: Layer already exists [2025-10-08T11:48:57.591Z] af5a411ff868: Layer already exists [2025-10-08T11:48:57.591Z] a182bc2e6863: Layer already exists [2025-10-08T11:48:57.591Z] cb16d7a39e05: Layer already exists [2025-10-08T11:48:57.591Z] b2d5ee0e2298: Layer already exists [2025-10-08T11:48:57.591Z] a214c57cd0ac: Layer already exists [2025-10-08T11:48:57.591Z] 71cdb10ec3a4: Layer already exists [2025-10-08T11:48:57.591Z] 1d99feeb19bb: Layer already exists [2025-10-08T11:48:57.856Z] 1e890da81ec9: Layer already exists [2025-10-08T11:48:57.856Z] latest: digest: sha256:32ac8adb202c0508dac393ccaa9f4b1327b949018ac9cfa60a8ae0639e10bbde size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:48:58.219Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:48:58.580Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.65 [2025-10-08T11:48:58.580Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-10-08T11:48:58.580Z] af5a411ff868: Preparing [2025-10-08T11:48:58.580Z] 376e9dab8356: Preparing [2025-10-08T11:48:58.580Z] 17acce138994: Preparing [2025-10-08T11:48:58.580Z] c64850ac9521: Preparing [2025-10-08T11:48:58.580Z] c0a038f5145d: Preparing [2025-10-08T11:48:58.580Z] cb16d7a39e05: Preparing [2025-10-08T11:48:58.580Z] a182bc2e6863: Preparing [2025-10-08T11:48:58.580Z] b2d5ee0e2298: Preparing [2025-10-08T11:48:58.580Z] a214c57cd0ac: Preparing [2025-10-08T11:48:58.580Z] 71cdb10ec3a4: Preparing [2025-10-08T11:48:58.580Z] 1d99feeb19bb: Preparing [2025-10-08T11:48:58.580Z] 1e890da81ec9: Preparing [2025-10-08T11:48:58.580Z] a182bc2e6863: Waiting [2025-10-08T11:48:58.580Z] b2d5ee0e2298: Waiting [2025-10-08T11:48:58.580Z] a214c57cd0ac: Waiting [2025-10-08T11:48:58.580Z] 71cdb10ec3a4: Waiting [2025-10-08T11:48:58.580Z] cb16d7a39e05: Waiting [2025-10-08T11:48:58.580Z] 1d99feeb19bb: Waiting [2025-10-08T11:48:58.580Z] 1e890da81ec9: Waiting [2025-10-08T11:48:58.580Z] c0a038f5145d: Layer already exists [2025-10-08T11:48:58.580Z] af5a411ff868: Layer already exists [2025-10-08T11:48:58.580Z] 376e9dab8356: Layer already exists [2025-10-08T11:48:58.580Z] c64850ac9521: Layer already exists [2025-10-08T11:48:58.580Z] 17acce138994: Layer already exists [2025-10-08T11:48:58.580Z] a182bc2e6863: Layer already exists [2025-10-08T11:48:58.580Z] b2d5ee0e2298: Layer already exists [2025-10-08T11:48:58.580Z] cb16d7a39e05: Layer already exists [2025-10-08T11:48:58.580Z] a214c57cd0ac: Layer already exists [2025-10-08T11:48:58.580Z] 71cdb10ec3a4: Layer already exists [2025-10-08T11:48:58.580Z] 1d99feeb19bb: Layer already exists [2025-10-08T11:48:58.580Z] 1e890da81ec9: Layer already exists [2025-10-08T11:48:58.844Z] 4.1.0-dev.65: digest: sha256:32ac8adb202c0508dac393ccaa9f4b1327b949018ac9cfa60a8ae0639e10bbde size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:48:59.219Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:48:59.575Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:48:59.575Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-10-08T11:48:59.575Z] af5a411ff868: Preparing [2025-10-08T11:48:59.575Z] 376e9dab8356: Preparing [2025-10-08T11:48:59.575Z] 17acce138994: Preparing [2025-10-08T11:48:59.575Z] c64850ac9521: Preparing [2025-10-08T11:48:59.575Z] c0a038f5145d: Preparing [2025-10-08T11:48:59.575Z] cb16d7a39e05: Preparing [2025-10-08T11:48:59.575Z] a182bc2e6863: Preparing [2025-10-08T11:48:59.575Z] b2d5ee0e2298: Preparing [2025-10-08T11:48:59.575Z] a214c57cd0ac: Preparing [2025-10-08T11:48:59.575Z] 71cdb10ec3a4: Preparing [2025-10-08T11:48:59.575Z] 1d99feeb19bb: Preparing [2025-10-08T11:48:59.575Z] 1e890da81ec9: Preparing [2025-10-08T11:48:59.575Z] cb16d7a39e05: Waiting [2025-10-08T11:48:59.575Z] a182bc2e6863: Waiting [2025-10-08T11:48:59.575Z] b2d5ee0e2298: Waiting [2025-10-08T11:48:59.575Z] a214c57cd0ac: Waiting [2025-10-08T11:48:59.575Z] 71cdb10ec3a4: Waiting [2025-10-08T11:48:59.575Z] 1d99feeb19bb: Waiting [2025-10-08T11:48:59.575Z] 1e890da81ec9: Waiting [2025-10-08T11:48:59.575Z] af5a411ff868: Layer already exists [2025-10-08T11:48:59.575Z] 376e9dab8356: Layer already exists [2025-10-08T11:48:59.575Z] c0a038f5145d: Layer already exists [2025-10-08T11:48:59.575Z] 17acce138994: Layer already exists [2025-10-08T11:48:59.576Z] c64850ac9521: Layer already exists [2025-10-08T11:48:59.576Z] a182bc2e6863: Layer already exists [2025-10-08T11:48:59.576Z] cb16d7a39e05: Layer already exists [2025-10-08T11:48:59.576Z] b2d5ee0e2298: Layer already exists [2025-10-08T11:48:59.576Z] 71cdb10ec3a4: Layer already exists [2025-10-08T11:48:59.576Z] a214c57cd0ac: Layer already exists [2025-10-08T11:48:59.576Z] 1e890da81ec9: Layer already exists [2025-10-08T11:48:59.576Z] 1d99feeb19bb: Layer already exists [2025-10-08T11:48:59.839Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65: digest: sha256:32ac8adb202c0508dac393ccaa9f4b1327b949018ac9cfa60a8ae0639e10bbde size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:49:00.202Z] + 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-10-08T11:49:00.570Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2025-10-08T11:49:00.570Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-10-08T11:49:00.570Z] af5a411ff868: Preparing [2025-10-08T11:49:00.570Z] 376e9dab8356: Preparing [2025-10-08T11:49:00.570Z] 17acce138994: Preparing [2025-10-08T11:49:00.570Z] c64850ac9521: Preparing [2025-10-08T11:49:00.570Z] c0a038f5145d: Preparing [2025-10-08T11:49:00.570Z] cb16d7a39e05: Preparing [2025-10-08T11:49:00.570Z] a182bc2e6863: Preparing [2025-10-08T11:49:00.570Z] b2d5ee0e2298: Preparing [2025-10-08T11:49:00.570Z] a214c57cd0ac: Preparing [2025-10-08T11:49:00.570Z] 71cdb10ec3a4: Preparing [2025-10-08T11:49:00.570Z] 1d99feeb19bb: Preparing [2025-10-08T11:49:00.570Z] 1e890da81ec9: Preparing [2025-10-08T11:49:00.570Z] b2d5ee0e2298: Waiting [2025-10-08T11:49:00.570Z] a214c57cd0ac: Waiting [2025-10-08T11:49:00.570Z] cb16d7a39e05: Waiting [2025-10-08T11:49:00.570Z] a182bc2e6863: Waiting [2025-10-08T11:49:00.570Z] 1d99feeb19bb: Waiting [2025-10-08T11:49:00.570Z] 71cdb10ec3a4: Waiting [2025-10-08T11:49:00.570Z] c0a038f5145d: Layer already exists [2025-10-08T11:49:00.570Z] 17acce138994: Layer already exists [2025-10-08T11:49:00.570Z] 376e9dab8356: Layer already exists [2025-10-08T11:49:00.570Z] af5a411ff868: Layer already exists [2025-10-08T11:49:00.570Z] c64850ac9521: Layer already exists [2025-10-08T11:49:00.570Z] cb16d7a39e05: Layer already exists [2025-10-08T11:49:00.570Z] a182bc2e6863: Layer already exists [2025-10-08T11:49:00.570Z] 71cdb10ec3a4: Layer already exists [2025-10-08T11:49:00.570Z] a214c57cd0ac: Layer already exists [2025-10-08T11:49:00.570Z] b2d5ee0e2298: Layer already exists [2025-10-08T11:49:00.570Z] 1d99feeb19bb: Layer already exists [2025-10-08T11:49:00.570Z] 1e890da81ec9: Layer already exists [2025-10-08T11:49:00.834Z] main: digest: sha256:32ac8adb202c0508dac393ccaa9f4b1327b949018ac9cfa60a8ae0639e10bbde size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-10-08T11:49:00.929Z] ===================================================== [Pipeline] echo [2025-10-08T11:49:00.946Z] taggedImages: [2025-10-08T11:49:00.946Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:49:00.946Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2025-10-08T11:49:00.946Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.65 [2025-10-08T11:49:00.946Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:49:00.946Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2025-10-08T11:49:00.988Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2025-10-08T11:49:00.988Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:49:00.988Z] latest [2025-10-08T11:49:00.988Z] 4.1.0-dev.65 [2025-10-08T11:49:00.988Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:49:00.988Z] main [2025-10-08T11:49:00.988Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:49:01.366Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:49:01.726Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:49:01.726Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-10-08T11:49:01.726Z] 60ada2551f99: Preparing [2025-10-08T11:49:01.726Z] e5e4ad6985a3: Preparing [2025-10-08T11:49:01.726Z] b2d5ee0e2298: Preparing [2025-10-08T11:49:01.726Z] a214c57cd0ac: Preparing [2025-10-08T11:49:01.726Z] 16517a91a102: Preparing [2025-10-08T11:49:01.726Z] f22ed7a446b1: Preparing [2025-10-08T11:49:01.726Z] 1e890da81ec9: Preparing [2025-10-08T11:49:01.726Z] 1e890da81ec9: Waiting [2025-10-08T11:49:01.726Z] f22ed7a446b1: Waiting [2025-10-08T11:49:01.991Z] a214c57cd0ac: Layer already exists [2025-10-08T11:49:01.991Z] b2d5ee0e2298: Layer already exists [2025-10-08T11:49:01.991Z] 1e890da81ec9: Layer already exists [2025-10-08T11:49:01.991Z] 60ada2551f99: Pushed [2025-10-08T11:49:04.559Z] 16517a91a102: Pushed [2025-10-08T11:49:04.825Z] f22ed7a446b1: Pushed [2025-10-08T11:49:09.064Z] e5e4ad6985a3: Pushed [2025-10-08T11:49:09.064Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c: digest: sha256:0b085af3e7c677a6a4c8173cd44a6d035904d442b605334bf8aa53fa2f15f51f size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:49:09.437Z] + 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-10-08T11:49:09.794Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2025-10-08T11:49:09.794Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-10-08T11:49:09.794Z] 60ada2551f99: Preparing [2025-10-08T11:49:09.794Z] e5e4ad6985a3: Preparing [2025-10-08T11:49:09.794Z] b2d5ee0e2298: Preparing [2025-10-08T11:49:09.794Z] a214c57cd0ac: Preparing [2025-10-08T11:49:09.794Z] 16517a91a102: Preparing [2025-10-08T11:49:09.794Z] f22ed7a446b1: Preparing [2025-10-08T11:49:09.794Z] 1e890da81ec9: Preparing [2025-10-08T11:49:09.794Z] f22ed7a446b1: Waiting [2025-10-08T11:49:09.794Z] 1e890da81ec9: Waiting [2025-10-08T11:49:09.794Z] e5e4ad6985a3: Layer already exists [2025-10-08T11:49:09.794Z] 60ada2551f99: Layer already exists [2025-10-08T11:49:09.794Z] a214c57cd0ac: Layer already exists [2025-10-08T11:49:09.794Z] 16517a91a102: Layer already exists [2025-10-08T11:49:09.794Z] b2d5ee0e2298: Layer already exists [2025-10-08T11:49:09.794Z] 1e890da81ec9: Layer already exists [2025-10-08T11:49:09.794Z] f22ed7a446b1: Layer already exists [2025-10-08T11:49:09.794Z] latest: digest: sha256:0b085af3e7c677a6a4c8173cd44a6d035904d442b605334bf8aa53fa2f15f51f size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:49:10.419Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:49:10.780Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.65 [2025-10-08T11:49:10.780Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-10-08T11:49:10.780Z] 60ada2551f99: Preparing [2025-10-08T11:49:10.780Z] e5e4ad6985a3: Preparing [2025-10-08T11:49:10.780Z] b2d5ee0e2298: Preparing [2025-10-08T11:49:10.780Z] a214c57cd0ac: Preparing [2025-10-08T11:49:10.780Z] 16517a91a102: Preparing [2025-10-08T11:49:10.780Z] f22ed7a446b1: Preparing [2025-10-08T11:49:10.780Z] 1e890da81ec9: Preparing [2025-10-08T11:49:10.780Z] f22ed7a446b1: Waiting [2025-10-08T11:49:10.780Z] 1e890da81ec9: Waiting [2025-10-08T11:49:10.780Z] 60ada2551f99: Layer already exists [2025-10-08T11:49:10.780Z] a214c57cd0ac: Layer already exists [2025-10-08T11:49:10.781Z] e5e4ad6985a3: Layer already exists [2025-10-08T11:49:10.781Z] 16517a91a102: Layer already exists [2025-10-08T11:49:10.781Z] b2d5ee0e2298: Layer already exists [2025-10-08T11:49:10.781Z] f22ed7a446b1: Layer already exists [2025-10-08T11:49:10.781Z] 1e890da81ec9: Layer already exists [2025-10-08T11:49:11.047Z] 4.1.0-dev.65: digest: sha256:0b085af3e7c677a6a4c8173cd44a6d035904d442b605334bf8aa53fa2f15f51f size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:49:11.407Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:49:11.773Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:49:11.773Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-10-08T11:49:11.773Z] 60ada2551f99: Preparing [2025-10-08T11:49:11.773Z] e5e4ad6985a3: Preparing [2025-10-08T11:49:11.773Z] b2d5ee0e2298: Preparing [2025-10-08T11:49:11.773Z] a214c57cd0ac: Preparing [2025-10-08T11:49:11.773Z] 16517a91a102: Preparing [2025-10-08T11:49:11.773Z] f22ed7a446b1: Preparing [2025-10-08T11:49:11.773Z] 1e890da81ec9: Preparing [2025-10-08T11:49:11.773Z] f22ed7a446b1: Waiting [2025-10-08T11:49:11.773Z] 1e890da81ec9: Waiting [2025-10-08T11:49:11.773Z] e5e4ad6985a3: Layer already exists [2025-10-08T11:49:11.773Z] b2d5ee0e2298: Layer already exists [2025-10-08T11:49:11.773Z] a214c57cd0ac: Layer already exists [2025-10-08T11:49:11.773Z] 60ada2551f99: Layer already exists [2025-10-08T11:49:11.773Z] 16517a91a102: Layer already exists [2025-10-08T11:49:11.773Z] 1e890da81ec9: Layer already exists [2025-10-08T11:49:11.773Z] f22ed7a446b1: Layer already exists [2025-10-08T11:49:12.039Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65: digest: sha256:0b085af3e7c677a6a4c8173cd44a6d035904d442b605334bf8aa53fa2f15f51f size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:49:12.406Z] + 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-10-08T11:49:12.761Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2025-10-08T11:49:12.762Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-10-08T11:49:12.762Z] 60ada2551f99: Preparing [2025-10-08T11:49:12.762Z] e5e4ad6985a3: Preparing [2025-10-08T11:49:12.762Z] b2d5ee0e2298: Preparing [2025-10-08T11:49:12.762Z] a214c57cd0ac: Preparing [2025-10-08T11:49:12.762Z] 16517a91a102: Preparing [2025-10-08T11:49:12.762Z] f22ed7a446b1: Preparing [2025-10-08T11:49:12.762Z] f22ed7a446b1: Waiting [2025-10-08T11:49:12.762Z] 1e890da81ec9: Preparing [2025-10-08T11:49:12.762Z] 1e890da81ec9: Waiting [2025-10-08T11:49:12.762Z] 60ada2551f99: Layer already exists [2025-10-08T11:49:12.762Z] a214c57cd0ac: Layer already exists [2025-10-08T11:49:12.762Z] 16517a91a102: Layer already exists [2025-10-08T11:49:12.762Z] e5e4ad6985a3: Layer already exists [2025-10-08T11:49:12.762Z] b2d5ee0e2298: Layer already exists [2025-10-08T11:49:12.762Z] f22ed7a446b1: Layer already exists [2025-10-08T11:49:12.762Z] 1e890da81ec9: Layer already exists [2025-10-08T11:49:13.027Z] main: digest: sha256:0b085af3e7c677a6a4c8173cd44a6d035904d442b605334bf8aa53fa2f15f51f size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-10-08T11:49:13.127Z] ===================================================== [Pipeline] echo [2025-10-08T11:49:13.147Z] taggedImages: [2025-10-08T11:49:13.147Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:49:13.147Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2025-10-08T11:49:13.147Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.65 [2025-10-08T11:49:13.147Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:49:13.147Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2025-10-08T11:49:13.190Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2025-10-08T11:49:13.190Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:49:13.190Z] latest [2025-10-08T11:49:13.190Z] 4.1.0-dev.65 [2025-10-08T11:49:13.190Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:49:13.190Z] main [2025-10-08T11:49:13.190Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:49:13.584Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:49:13.947Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:49:13.947Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-10-08T11:49:13.947Z] cec67aecf2ca: Preparing [2025-10-08T11:49:13.947Z] feb5096f4658: Preparing [2025-10-08T11:49:13.947Z] 906a9467ac23: Preparing [2025-10-08T11:49:13.947Z] b2d5ee0e2298: Preparing [2025-10-08T11:49:13.947Z] a214c57cd0ac: Preparing [2025-10-08T11:49:13.947Z] f4227fe6d385: Preparing [2025-10-08T11:49:13.947Z] 456280a8330d: Preparing [2025-10-08T11:49:13.947Z] b9931903b6a4: Preparing [2025-10-08T11:49:13.947Z] 27343b93176e: Preparing [2025-10-08T11:49:13.947Z] 1e890da81ec9: Preparing [2025-10-08T11:49:13.947Z] 27343b93176e: Waiting [2025-10-08T11:49:13.947Z] 456280a8330d: Waiting [2025-10-08T11:49:13.947Z] 1e890da81ec9: Waiting [2025-10-08T11:49:13.947Z] f4227fe6d385: Waiting [2025-10-08T11:49:13.947Z] b2d5ee0e2298: Layer already exists [2025-10-08T11:49:13.947Z] a214c57cd0ac: Layer already exists [2025-10-08T11:49:14.212Z] 906a9467ac23: Pushed [2025-10-08T11:49:14.212Z] feb5096f4658: Pushed [2025-10-08T11:49:14.212Z] cec67aecf2ca: Pushed [2025-10-08T11:49:14.212Z] 1e890da81ec9: Layer already exists [2025-10-08T11:49:14.792Z] b9931903b6a4: Pushed [2025-10-08T11:49:16.731Z] 27343b93176e: Pushed [2025-10-08T11:49:24.924Z] 456280a8330d: Pushed [2025-10-08T11:49:39.892Z] f4227fe6d385: Pushed [2025-10-08T11:49:39.892Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c: digest: sha256:279a9f9b2832158d3ba69b536adfa1f27489d317ba290e11ca5c2b251aca18cf size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:49:40.255Z] + 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-10-08T11:49:40.624Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2025-10-08T11:49:40.625Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-10-08T11:49:40.625Z] cec67aecf2ca: Preparing [2025-10-08T11:49:40.625Z] feb5096f4658: Preparing [2025-10-08T11:49:40.625Z] 906a9467ac23: Preparing [2025-10-08T11:49:40.625Z] b2d5ee0e2298: Preparing [2025-10-08T11:49:40.625Z] a214c57cd0ac: Preparing [2025-10-08T11:49:40.625Z] f4227fe6d385: Preparing [2025-10-08T11:49:40.625Z] 456280a8330d: Preparing [2025-10-08T11:49:40.625Z] b9931903b6a4: Preparing [2025-10-08T11:49:40.625Z] 27343b93176e: Preparing [2025-10-08T11:49:40.625Z] 1e890da81ec9: Preparing [2025-10-08T11:49:40.625Z] f4227fe6d385: Waiting [2025-10-08T11:49:40.625Z] 456280a8330d: Waiting [2025-10-08T11:49:40.625Z] b9931903b6a4: Waiting [2025-10-08T11:49:40.625Z] 27343b93176e: Waiting [2025-10-08T11:49:40.625Z] 1e890da81ec9: Waiting [2025-10-08T11:49:40.625Z] b2d5ee0e2298: Layer already exists [2025-10-08T11:49:40.625Z] 906a9467ac23: Layer already exists [2025-10-08T11:49:40.625Z] feb5096f4658: Layer already exists [2025-10-08T11:49:40.625Z] a214c57cd0ac: Layer already exists [2025-10-08T11:49:40.625Z] cec67aecf2ca: Layer already exists [2025-10-08T11:49:40.625Z] b9931903b6a4: Layer already exists [2025-10-08T11:49:40.625Z] 456280a8330d: Layer already exists [2025-10-08T11:49:40.625Z] f4227fe6d385: Layer already exists [2025-10-08T11:49:40.625Z] 27343b93176e: Layer already exists [2025-10-08T11:49:40.625Z] 1e890da81ec9: Layer already exists [2025-10-08T11:49:40.888Z] latest: digest: sha256:279a9f9b2832158d3ba69b536adfa1f27489d317ba290e11ca5c2b251aca18cf size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:49:41.247Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:49:41.858Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.65 [2025-10-08T11:49:41.858Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-10-08T11:49:41.858Z] cec67aecf2ca: Preparing [2025-10-08T11:49:41.858Z] feb5096f4658: Preparing [2025-10-08T11:49:41.858Z] 906a9467ac23: Preparing [2025-10-08T11:49:41.858Z] b2d5ee0e2298: Preparing [2025-10-08T11:49:41.858Z] a214c57cd0ac: Preparing [2025-10-08T11:49:41.858Z] f4227fe6d385: Preparing [2025-10-08T11:49:41.858Z] 456280a8330d: Preparing [2025-10-08T11:49:41.858Z] f4227fe6d385: Waiting [2025-10-08T11:49:41.858Z] b9931903b6a4: Preparing [2025-10-08T11:49:41.858Z] 456280a8330d: Waiting [2025-10-08T11:49:41.858Z] 27343b93176e: Preparing [2025-10-08T11:49:41.858Z] b9931903b6a4: Waiting [2025-10-08T11:49:41.858Z] 1e890da81ec9: Preparing [2025-10-08T11:49:41.858Z] 27343b93176e: Waiting [2025-10-08T11:49:41.858Z] 1e890da81ec9: Waiting [2025-10-08T11:49:41.858Z] feb5096f4658: Layer already exists [2025-10-08T11:49:41.858Z] 906a9467ac23: Layer already exists [2025-10-08T11:49:41.858Z] b2d5ee0e2298: Layer already exists [2025-10-08T11:49:41.858Z] a214c57cd0ac: Layer already exists [2025-10-08T11:49:41.858Z] cec67aecf2ca: Layer already exists [2025-10-08T11:49:41.858Z] b9931903b6a4: Layer already exists [2025-10-08T11:49:41.858Z] f4227fe6d385: Layer already exists [2025-10-08T11:49:41.858Z] 27343b93176e: Layer already exists [2025-10-08T11:49:41.858Z] 456280a8330d: Layer already exists [2025-10-08T11:49:41.858Z] 1e890da81ec9: Layer already exists [2025-10-08T11:49:42.122Z] 4.1.0-dev.65: digest: sha256:279a9f9b2832158d3ba69b536adfa1f27489d317ba290e11ca5c2b251aca18cf size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:49:42.469Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:49:42.831Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:49:42.831Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-10-08T11:49:42.831Z] cec67aecf2ca: Preparing [2025-10-08T11:49:42.831Z] feb5096f4658: Preparing [2025-10-08T11:49:42.831Z] 906a9467ac23: Preparing [2025-10-08T11:49:42.831Z] b2d5ee0e2298: Preparing [2025-10-08T11:49:42.831Z] a214c57cd0ac: Preparing [2025-10-08T11:49:42.831Z] f4227fe6d385: Preparing [2025-10-08T11:49:42.831Z] 456280a8330d: Preparing [2025-10-08T11:49:42.831Z] b9931903b6a4: Preparing [2025-10-08T11:49:42.831Z] 27343b93176e: Preparing [2025-10-08T11:49:42.831Z] 1e890da81ec9: Preparing [2025-10-08T11:49:42.831Z] 456280a8330d: Waiting [2025-10-08T11:49:42.831Z] b9931903b6a4: Waiting [2025-10-08T11:49:42.831Z] 27343b93176e: Waiting [2025-10-08T11:49:42.831Z] 1e890da81ec9: Waiting [2025-10-08T11:49:42.831Z] f4227fe6d385: Waiting [2025-10-08T11:49:42.831Z] a214c57cd0ac: Layer already exists [2025-10-08T11:49:42.831Z] feb5096f4658: Layer already exists [2025-10-08T11:49:42.831Z] b2d5ee0e2298: Layer already exists [2025-10-08T11:49:42.831Z] cec67aecf2ca: Layer already exists [2025-10-08T11:49:42.831Z] 906a9467ac23: Layer already exists [2025-10-08T11:49:42.831Z] f4227fe6d385: Layer already exists [2025-10-08T11:49:42.831Z] 456280a8330d: Layer already exists [2025-10-08T11:49:42.831Z] b9931903b6a4: Layer already exists [2025-10-08T11:49:42.831Z] 1e890da81ec9: Layer already exists [2025-10-08T11:49:42.831Z] 27343b93176e: Layer already exists [2025-10-08T11:49:43.095Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65: digest: sha256:279a9f9b2832158d3ba69b536adfa1f27489d317ba290e11ca5c2b251aca18cf size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:49:43.457Z] + 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-10-08T11:49:43.815Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2025-10-08T11:49:43.815Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-10-08T11:49:43.815Z] cec67aecf2ca: Preparing [2025-10-08T11:49:43.815Z] feb5096f4658: Preparing [2025-10-08T11:49:43.815Z] 906a9467ac23: Preparing [2025-10-08T11:49:43.815Z] b2d5ee0e2298: Preparing [2025-10-08T11:49:43.815Z] a214c57cd0ac: Preparing [2025-10-08T11:49:43.815Z] f4227fe6d385: Preparing [2025-10-08T11:49:43.815Z] 456280a8330d: Preparing [2025-10-08T11:49:43.815Z] b9931903b6a4: Preparing [2025-10-08T11:49:43.815Z] 27343b93176e: Preparing [2025-10-08T11:49:43.815Z] 1e890da81ec9: Preparing [2025-10-08T11:49:43.815Z] f4227fe6d385: Waiting [2025-10-08T11:49:43.815Z] 456280a8330d: Waiting [2025-10-08T11:49:43.815Z] b9931903b6a4: Waiting [2025-10-08T11:49:43.815Z] 27343b93176e: Waiting [2025-10-08T11:49:43.815Z] 1e890da81ec9: Waiting [2025-10-08T11:49:43.815Z] b2d5ee0e2298: Layer already exists [2025-10-08T11:49:43.815Z] feb5096f4658: Layer already exists [2025-10-08T11:49:43.815Z] cec67aecf2ca: Layer already exists [2025-10-08T11:49:43.815Z] 906a9467ac23: Layer already exists [2025-10-08T11:49:43.815Z] a214c57cd0ac: Layer already exists [2025-10-08T11:49:43.815Z] b9931903b6a4: Layer already exists [2025-10-08T11:49:43.815Z] 456280a8330d: Layer already exists [2025-10-08T11:49:43.815Z] f4227fe6d385: Layer already exists [2025-10-08T11:49:43.815Z] 1e890da81ec9: Layer already exists [2025-10-08T11:49:43.815Z] 27343b93176e: Layer already exists [2025-10-08T11:49:44.079Z] main: digest: sha256:279a9f9b2832158d3ba69b536adfa1f27489d317ba290e11ca5c2b251aca18cf size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-10-08T11:49:44.173Z] ===================================================== [Pipeline] echo [2025-10-08T11:49:44.192Z] taggedImages: [2025-10-08T11:49:44.192Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:49:44.192Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2025-10-08T11:49:44.192Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.65 [2025-10-08T11:49:44.192Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:49:44.192Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2025-10-08T11:49:44.284Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2025-10-08T11:49:44.284Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:49:44.284Z] latest [2025-10-08T11:49:44.284Z] 4.1.0-dev.65 [2025-10-08T11:49:44.284Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:49:44.284Z] main [2025-10-08T11:49:44.284Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:49:44.665Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:49:45.015Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:49:45.015Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-10-08T11:49:45.015Z] 75bd0ba75cfb: Preparing [2025-10-08T11:49:45.015Z] cfc086f14337: Preparing [2025-10-08T11:49:45.015Z] 401dc9857a77: Preparing [2025-10-08T11:49:45.015Z] b2d5ee0e2298: Preparing [2025-10-08T11:49:45.015Z] a214c57cd0ac: Preparing [2025-10-08T11:49:45.015Z] f4227fe6d385: Preparing [2025-10-08T11:49:45.015Z] ac944a7e7779: Preparing [2025-10-08T11:49:45.015Z] 12649aa4f2eb: Preparing [2025-10-08T11:49:45.015Z] 1e890da81ec9: Preparing [2025-10-08T11:49:45.015Z] f4227fe6d385: Waiting [2025-10-08T11:49:45.015Z] ac944a7e7779: Waiting [2025-10-08T11:49:45.015Z] 12649aa4f2eb: Waiting [2025-10-08T11:49:45.015Z] 1e890da81ec9: Waiting [2025-10-08T11:49:45.015Z] b2d5ee0e2298: Layer already exists [2025-10-08T11:49:45.015Z] a214c57cd0ac: Layer already exists [2025-10-08T11:49:45.278Z] f4227fe6d385: Layer already exists [2025-10-08T11:49:45.278Z] cfc086f14337: Pushed [2025-10-08T11:49:45.278Z] 75bd0ba75cfb: Pushed [2025-10-08T11:49:45.278Z] 401dc9857a77: Pushed [2025-10-08T11:49:45.278Z] 1e890da81ec9: Layer already exists [2025-10-08T11:49:45.856Z] 12649aa4f2eb: Pushed [2025-10-08T11:49:47.249Z] ac944a7e7779: Pushed [2025-10-08T11:49:47.250Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c: digest: sha256:9c939f83094d345aa05bd23ff6731d9dc55547f6f07c3703518a2c96a67cab63 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:49:47.607Z] + 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-10-08T11:49:47.963Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2025-10-08T11:49:47.963Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-10-08T11:49:47.963Z] 75bd0ba75cfb: Preparing [2025-10-08T11:49:47.963Z] cfc086f14337: Preparing [2025-10-08T11:49:47.963Z] 401dc9857a77: Preparing [2025-10-08T11:49:47.963Z] b2d5ee0e2298: Preparing [2025-10-08T11:49:47.963Z] a214c57cd0ac: Preparing [2025-10-08T11:49:47.963Z] f4227fe6d385: Preparing [2025-10-08T11:49:47.963Z] ac944a7e7779: Preparing [2025-10-08T11:49:47.963Z] 12649aa4f2eb: Preparing [2025-10-08T11:49:47.963Z] 1e890da81ec9: Preparing [2025-10-08T11:49:47.963Z] f4227fe6d385: Waiting [2025-10-08T11:49:47.963Z] 12649aa4f2eb: Waiting [2025-10-08T11:49:47.963Z] ac944a7e7779: Waiting [2025-10-08T11:49:47.963Z] 1e890da81ec9: Waiting [2025-10-08T11:49:47.963Z] 401dc9857a77: Layer already exists [2025-10-08T11:49:47.963Z] a214c57cd0ac: Layer already exists [2025-10-08T11:49:47.963Z] 75bd0ba75cfb: Layer already exists [2025-10-08T11:49:47.963Z] b2d5ee0e2298: Layer already exists [2025-10-08T11:49:47.963Z] cfc086f14337: Layer already exists [2025-10-08T11:49:47.963Z] 12649aa4f2eb: Layer already exists [2025-10-08T11:49:47.963Z] f4227fe6d385: Layer already exists [2025-10-08T11:49:47.963Z] 1e890da81ec9: Layer already exists [2025-10-08T11:49:47.963Z] ac944a7e7779: Layer already exists [2025-10-08T11:49:48.228Z] latest: digest: sha256:9c939f83094d345aa05bd23ff6731d9dc55547f6f07c3703518a2c96a67cab63 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:49:48.592Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:49:48.946Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.65 [2025-10-08T11:49:48.946Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-10-08T11:49:48.946Z] 75bd0ba75cfb: Preparing [2025-10-08T11:49:48.946Z] cfc086f14337: Preparing [2025-10-08T11:49:48.946Z] 401dc9857a77: Preparing [2025-10-08T11:49:48.946Z] b2d5ee0e2298: Preparing [2025-10-08T11:49:48.946Z] a214c57cd0ac: Preparing [2025-10-08T11:49:48.946Z] f4227fe6d385: Preparing [2025-10-08T11:49:48.946Z] ac944a7e7779: Preparing [2025-10-08T11:49:48.946Z] 12649aa4f2eb: Preparing [2025-10-08T11:49:48.946Z] 1e890da81ec9: Preparing [2025-10-08T11:49:48.946Z] ac944a7e7779: Waiting [2025-10-08T11:49:48.946Z] 12649aa4f2eb: Waiting [2025-10-08T11:49:48.946Z] 1e890da81ec9: Waiting [2025-10-08T11:49:48.946Z] f4227fe6d385: Waiting [2025-10-08T11:49:48.946Z] 75bd0ba75cfb: Layer already exists [2025-10-08T11:49:48.946Z] 401dc9857a77: Layer already exists [2025-10-08T11:49:48.946Z] a214c57cd0ac: Layer already exists [2025-10-08T11:49:48.946Z] cfc086f14337: Layer already exists [2025-10-08T11:49:48.946Z] b2d5ee0e2298: Layer already exists [2025-10-08T11:49:48.946Z] f4227fe6d385: Layer already exists [2025-10-08T11:49:48.946Z] ac944a7e7779: Layer already exists [2025-10-08T11:49:48.946Z] 1e890da81ec9: Layer already exists [2025-10-08T11:49:48.946Z] 12649aa4f2eb: Layer already exists [2025-10-08T11:49:48.946Z] 4.1.0-dev.65: digest: sha256:9c939f83094d345aa05bd23ff6731d9dc55547f6f07c3703518a2c96a67cab63 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:49:49.576Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:49:49.942Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:49:50.210Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-10-08T11:49:50.210Z] 75bd0ba75cfb: Preparing [2025-10-08T11:49:50.210Z] cfc086f14337: Preparing [2025-10-08T11:49:50.210Z] 401dc9857a77: Preparing [2025-10-08T11:49:50.210Z] b2d5ee0e2298: Preparing [2025-10-08T11:49:50.210Z] a214c57cd0ac: Preparing [2025-10-08T11:49:50.210Z] f4227fe6d385: Preparing [2025-10-08T11:49:50.210Z] ac944a7e7779: Preparing [2025-10-08T11:49:50.210Z] 12649aa4f2eb: Preparing [2025-10-08T11:49:50.210Z] 1e890da81ec9: Preparing [2025-10-08T11:49:50.210Z] ac944a7e7779: Waiting [2025-10-08T11:49:50.210Z] 12649aa4f2eb: Waiting [2025-10-08T11:49:50.210Z] 1e890da81ec9: Waiting [2025-10-08T11:49:50.210Z] f4227fe6d385: Waiting [2025-10-08T11:49:50.210Z] cfc086f14337: Layer already exists [2025-10-08T11:49:50.210Z] 75bd0ba75cfb: Layer already exists [2025-10-08T11:49:50.210Z] 401dc9857a77: Layer already exists [2025-10-08T11:49:50.210Z] b2d5ee0e2298: Layer already exists [2025-10-08T11:49:50.210Z] a214c57cd0ac: Layer already exists [2025-10-08T11:49:50.210Z] 12649aa4f2eb: Layer already exists [2025-10-08T11:49:50.210Z] ac944a7e7779: Layer already exists [2025-10-08T11:49:50.210Z] 1e890da81ec9: Layer already exists [2025-10-08T11:49:50.210Z] f4227fe6d385: Layer already exists [2025-10-08T11:49:50.210Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65: digest: sha256:9c939f83094d345aa05bd23ff6731d9dc55547f6f07c3703518a2c96a67cab63 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:49:50.562Z] + 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-10-08T11:49:50.917Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2025-10-08T11:49:50.917Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-10-08T11:49:50.917Z] 75bd0ba75cfb: Preparing [2025-10-08T11:49:50.917Z] cfc086f14337: Preparing [2025-10-08T11:49:50.917Z] 401dc9857a77: Preparing [2025-10-08T11:49:50.917Z] b2d5ee0e2298: Preparing [2025-10-08T11:49:50.917Z] a214c57cd0ac: Preparing [2025-10-08T11:49:50.917Z] f4227fe6d385: Preparing [2025-10-08T11:49:50.917Z] ac944a7e7779: Preparing [2025-10-08T11:49:50.917Z] 12649aa4f2eb: Preparing [2025-10-08T11:49:50.917Z] 1e890da81ec9: Preparing [2025-10-08T11:49:50.917Z] f4227fe6d385: Waiting [2025-10-08T11:49:50.917Z] ac944a7e7779: Waiting [2025-10-08T11:49:50.917Z] 12649aa4f2eb: Waiting [2025-10-08T11:49:50.917Z] 1e890da81ec9: Waiting [2025-10-08T11:49:50.917Z] 401dc9857a77: Layer already exists [2025-10-08T11:49:50.917Z] 75bd0ba75cfb: Layer already exists [2025-10-08T11:49:50.917Z] a214c57cd0ac: Layer already exists [2025-10-08T11:49:50.917Z] cfc086f14337: Layer already exists [2025-10-08T11:49:50.917Z] b2d5ee0e2298: Layer already exists [2025-10-08T11:49:50.917Z] ac944a7e7779: Layer already exists [2025-10-08T11:49:50.917Z] f4227fe6d385: Layer already exists [2025-10-08T11:49:50.917Z] 12649aa4f2eb: Layer already exists [2025-10-08T11:49:50.917Z] 1e890da81ec9: Layer already exists [2025-10-08T11:49:51.182Z] main: digest: sha256:9c939f83094d345aa05bd23ff6731d9dc55547f6f07c3703518a2c96a67cab63 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-10-08T11:49:51.280Z] ===================================================== [Pipeline] echo [2025-10-08T11:49:51.297Z] taggedImages: [2025-10-08T11:49:51.297Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:49:51.297Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2025-10-08T11:49:51.297Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.65 [2025-10-08T11:49:51.297Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:49:51.297Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2025-10-08T11:49:51.330Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2025-10-08T11:49:51.330Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:49:51.330Z] latest [2025-10-08T11:49:51.330Z] 4.1.0-dev.65 [2025-10-08T11:49:51.330Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:49:51.330Z] main [2025-10-08T11:49:51.330Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:49:51.706Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:49:52.119Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:49:52.119Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-10-08T11:49:52.119Z] 0f9f9680b724: Preparing [2025-10-08T11:49:52.119Z] d6a859215b81: Preparing [2025-10-08T11:49:52.119Z] 4a22bbb5fa4c: Preparing [2025-10-08T11:49:52.119Z] b2d5ee0e2298: Preparing [2025-10-08T11:49:52.119Z] a214c57cd0ac: Preparing [2025-10-08T11:49:52.119Z] 784fcab07a3d: Preparing [2025-10-08T11:49:52.119Z] b9931903b6a4: Preparing [2025-10-08T11:49:52.119Z] 27343b93176e: Preparing [2025-10-08T11:49:52.119Z] 1e890da81ec9: Preparing [2025-10-08T11:49:52.119Z] b9931903b6a4: Waiting [2025-10-08T11:49:52.119Z] 784fcab07a3d: Waiting [2025-10-08T11:49:52.119Z] 27343b93176e: Waiting [2025-10-08T11:49:52.119Z] 1e890da81ec9: Waiting [2025-10-08T11:49:52.119Z] 4a22bbb5fa4c: Pushed [2025-10-08T11:49:52.119Z] d6a859215b81: Pushed [2025-10-08T11:49:53.097Z] a214c57cd0ac: Layer already exists [2025-10-08T11:49:53.097Z] b2d5ee0e2298: Layer already exists [2025-10-08T11:49:53.097Z] b9931903b6a4: Layer already exists [2025-10-08T11:49:53.097Z] 0f9f9680b724: Pushed [2025-10-08T11:49:53.097Z] 27343b93176e: Layer already exists [2025-10-08T11:49:53.097Z] 1e890da81ec9: Layer already exists [2025-10-08T11:50:25.396Z] 784fcab07a3d: Pushed [2025-10-08T11:50:25.396Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c: digest: sha256:355c923a052905a0e9105d1d3407422214e7d1971d23b9d4a944e88e7fb91104 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:50:25.762Z] + 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-10-08T11:50:26.110Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2025-10-08T11:50:26.110Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-10-08T11:50:26.110Z] 0f9f9680b724: Preparing [2025-10-08T11:50:26.110Z] d6a859215b81: Preparing [2025-10-08T11:50:26.110Z] 4a22bbb5fa4c: Preparing [2025-10-08T11:50:26.110Z] b2d5ee0e2298: Preparing [2025-10-08T11:50:26.110Z] a214c57cd0ac: Preparing [2025-10-08T11:50:26.110Z] 784fcab07a3d: Preparing [2025-10-08T11:50:26.110Z] b9931903b6a4: Preparing [2025-10-08T11:50:26.110Z] 27343b93176e: Preparing [2025-10-08T11:50:26.110Z] 1e890da81ec9: Preparing [2025-10-08T11:50:26.110Z] 784fcab07a3d: Waiting [2025-10-08T11:50:26.110Z] 27343b93176e: Waiting [2025-10-08T11:50:26.110Z] b9931903b6a4: Waiting [2025-10-08T11:50:26.110Z] 1e890da81ec9: Waiting [2025-10-08T11:50:26.110Z] b2d5ee0e2298: Layer already exists [2025-10-08T11:50:26.110Z] d6a859215b81: Layer already exists [2025-10-08T11:50:26.110Z] 4a22bbb5fa4c: Layer already exists [2025-10-08T11:50:26.110Z] 0f9f9680b724: Layer already exists [2025-10-08T11:50:26.110Z] a214c57cd0ac: Layer already exists [2025-10-08T11:50:26.110Z] b9931903b6a4: Layer already exists [2025-10-08T11:50:26.110Z] 784fcab07a3d: Layer already exists [2025-10-08T11:50:26.110Z] 27343b93176e: Layer already exists [2025-10-08T11:50:26.110Z] 1e890da81ec9: Layer already exists [2025-10-08T11:50:26.374Z] latest: digest: sha256:355c923a052905a0e9105d1d3407422214e7d1971d23b9d4a944e88e7fb91104 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:50:26.738Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:50:27.081Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.65 [2025-10-08T11:50:27.081Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-10-08T11:50:27.081Z] 0f9f9680b724: Preparing [2025-10-08T11:50:27.081Z] d6a859215b81: Preparing [2025-10-08T11:50:27.081Z] 4a22bbb5fa4c: Preparing [2025-10-08T11:50:27.081Z] b2d5ee0e2298: Preparing [2025-10-08T11:50:27.081Z] a214c57cd0ac: Preparing [2025-10-08T11:50:27.081Z] 784fcab07a3d: Preparing [2025-10-08T11:50:27.081Z] b9931903b6a4: Preparing [2025-10-08T11:50:27.081Z] 27343b93176e: Preparing [2025-10-08T11:50:27.081Z] 1e890da81ec9: Preparing [2025-10-08T11:50:27.081Z] 784fcab07a3d: Waiting [2025-10-08T11:50:27.081Z] b9931903b6a4: Waiting [2025-10-08T11:50:27.081Z] 27343b93176e: Waiting [2025-10-08T11:50:27.081Z] 1e890da81ec9: Waiting [2025-10-08T11:50:27.081Z] 0f9f9680b724: Layer already exists [2025-10-08T11:50:27.081Z] a214c57cd0ac: Layer already exists [2025-10-08T11:50:27.081Z] b2d5ee0e2298: Layer already exists [2025-10-08T11:50:27.081Z] 4a22bbb5fa4c: Layer already exists [2025-10-08T11:50:27.081Z] d6a859215b81: Layer already exists [2025-10-08T11:50:27.081Z] b9931903b6a4: Layer already exists [2025-10-08T11:50:27.081Z] 27343b93176e: Layer already exists [2025-10-08T11:50:27.081Z] 784fcab07a3d: Layer already exists [2025-10-08T11:50:27.081Z] 1e890da81ec9: Layer already exists [2025-10-08T11:50:27.345Z] 4.1.0-dev.65: digest: sha256:355c923a052905a0e9105d1d3407422214e7d1971d23b9d4a944e88e7fb91104 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:50:27.700Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:50:28.050Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:50:28.050Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-10-08T11:50:28.050Z] 0f9f9680b724: Preparing [2025-10-08T11:50:28.050Z] d6a859215b81: Preparing [2025-10-08T11:50:28.050Z] 4a22bbb5fa4c: Preparing [2025-10-08T11:50:28.050Z] b2d5ee0e2298: Preparing [2025-10-08T11:50:28.050Z] a214c57cd0ac: Preparing [2025-10-08T11:50:28.050Z] 784fcab07a3d: Preparing [2025-10-08T11:50:28.050Z] b9931903b6a4: Preparing [2025-10-08T11:50:28.050Z] 27343b93176e: Preparing [2025-10-08T11:50:28.050Z] 1e890da81ec9: Preparing [2025-10-08T11:50:28.050Z] 784fcab07a3d: Waiting [2025-10-08T11:50:28.050Z] 1e890da81ec9: Waiting [2025-10-08T11:50:28.050Z] b9931903b6a4: Waiting [2025-10-08T11:50:28.050Z] 27343b93176e: Waiting [2025-10-08T11:50:28.050Z] a214c57cd0ac: Layer already exists [2025-10-08T11:50:28.050Z] b2d5ee0e2298: Layer already exists [2025-10-08T11:50:28.050Z] 0f9f9680b724: Layer already exists [2025-10-08T11:50:28.050Z] d6a859215b81: Layer already exists [2025-10-08T11:50:28.050Z] 4a22bbb5fa4c: Layer already exists [2025-10-08T11:50:28.050Z] 1e890da81ec9: Layer already exists [2025-10-08T11:50:28.050Z] 784fcab07a3d: Layer already exists [2025-10-08T11:50:28.050Z] b9931903b6a4: Layer already exists [2025-10-08T11:50:28.050Z] 27343b93176e: Layer already exists [2025-10-08T11:50:28.315Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65: digest: sha256:355c923a052905a0e9105d1d3407422214e7d1971d23b9d4a944e88e7fb91104 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:50:28.675Z] + 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-10-08T11:50:29.041Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2025-10-08T11:50:29.041Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-10-08T11:50:29.041Z] 0f9f9680b724: Preparing [2025-10-08T11:50:29.041Z] d6a859215b81: Preparing [2025-10-08T11:50:29.041Z] 4a22bbb5fa4c: Preparing [2025-10-08T11:50:29.041Z] b2d5ee0e2298: Preparing [2025-10-08T11:50:29.041Z] a214c57cd0ac: Preparing [2025-10-08T11:50:29.041Z] 784fcab07a3d: Preparing [2025-10-08T11:50:29.041Z] b9931903b6a4: Preparing [2025-10-08T11:50:29.041Z] 27343b93176e: Preparing [2025-10-08T11:50:29.041Z] 1e890da81ec9: Preparing [2025-10-08T11:50:29.041Z] 784fcab07a3d: Waiting [2025-10-08T11:50:29.041Z] 27343b93176e: Waiting [2025-10-08T11:50:29.041Z] 1e890da81ec9: Waiting [2025-10-08T11:50:29.041Z] b9931903b6a4: Waiting [2025-10-08T11:50:29.041Z] 0f9f9680b724: Layer already exists [2025-10-08T11:50:29.041Z] a214c57cd0ac: Layer already exists [2025-10-08T11:50:29.041Z] d6a859215b81: Layer already exists [2025-10-08T11:50:29.041Z] 4a22bbb5fa4c: Layer already exists [2025-10-08T11:50:29.041Z] b2d5ee0e2298: Layer already exists [2025-10-08T11:50:29.041Z] 27343b93176e: Layer already exists [2025-10-08T11:50:29.041Z] 784fcab07a3d: Layer already exists [2025-10-08T11:50:29.041Z] b9931903b6a4: Layer already exists [2025-10-08T11:50:29.041Z] 1e890da81ec9: Layer already exists [2025-10-08T11:50:29.305Z] main: digest: sha256:355c923a052905a0e9105d1d3407422214e7d1971d23b9d4a944e88e7fb91104 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-10-08T11:50:29.411Z] ===================================================== [Pipeline] echo [2025-10-08T11:50:29.430Z] taggedImages: [2025-10-08T11:50:29.430Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:50:29.430Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2025-10-08T11:50:29.430Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.65 [2025-10-08T11:50:29.430Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:50:29.430Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2025-10-08T11:50:29.466Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2025-10-08T11:50:29.466Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:50:29.466Z] latest [2025-10-08T11:50:29.466Z] 4.1.0-dev.65 [2025-10-08T11:50:29.466Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:50:29.466Z] main [2025-10-08T11:50:29.466Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:50:29.850Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:50:30.203Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:50:30.203Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-10-08T11:50:30.203Z] db1913a3cda9: Preparing [2025-10-08T11:50:30.203Z] 86a2072109f9: Preparing [2025-10-08T11:50:30.203Z] b2d5ee0e2298: Preparing [2025-10-08T11:50:30.203Z] a214c57cd0ac: Preparing [2025-10-08T11:50:30.203Z] 900b912daae2: Preparing [2025-10-08T11:50:30.203Z] 3266f937d513: Preparing [2025-10-08T11:50:30.203Z] 1e890da81ec9: Preparing [2025-10-08T11:50:30.203Z] 3266f937d513: Waiting [2025-10-08T11:50:30.203Z] 1e890da81ec9: Waiting [2025-10-08T11:50:30.203Z] a214c57cd0ac: Layer already exists [2025-10-08T11:50:30.470Z] b2d5ee0e2298: Layer already exists [2025-10-08T11:50:30.470Z] 1e890da81ec9: Layer already exists [2025-10-08T11:50:30.470Z] db1913a3cda9: Pushed [2025-10-08T11:50:31.868Z] 3266f937d513: Pushed [2025-10-08T11:50:32.135Z] 900b912daae2: Pushed [2025-10-08T11:50:38.747Z] 86a2072109f9: Pushed [2025-10-08T11:50:38.747Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c: digest: sha256:4f078d97c7592002c6e0fe1688745ff13eace690fa3b77c488f1c5056d68e6a8 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:50:39.109Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:50:39.460Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2025-10-08T11:50:39.460Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-10-08T11:50:39.460Z] db1913a3cda9: Preparing [2025-10-08T11:50:39.460Z] 86a2072109f9: Preparing [2025-10-08T11:50:39.460Z] b2d5ee0e2298: Preparing [2025-10-08T11:50:39.460Z] a214c57cd0ac: Preparing [2025-10-08T11:50:39.460Z] 900b912daae2: Preparing [2025-10-08T11:50:39.460Z] 3266f937d513: Preparing [2025-10-08T11:50:39.460Z] 1e890da81ec9: Preparing [2025-10-08T11:50:39.460Z] 3266f937d513: Waiting [2025-10-08T11:50:39.460Z] 1e890da81ec9: Waiting [2025-10-08T11:50:40.042Z] a214c57cd0ac: Layer already exists [2025-10-08T11:50:40.042Z] b2d5ee0e2298: Layer already exists [2025-10-08T11:50:40.042Z] 900b912daae2: Layer already exists [2025-10-08T11:50:40.042Z] 86a2072109f9: Layer already exists [2025-10-08T11:50:40.042Z] db1913a3cda9: Layer already exists [2025-10-08T11:50:40.042Z] 1e890da81ec9: Layer already exists [2025-10-08T11:50:40.042Z] 3266f937d513: Layer already exists [2025-10-08T11:50:40.042Z] latest: digest: sha256:4f078d97c7592002c6e0fe1688745ff13eace690fa3b77c488f1c5056d68e6a8 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:50:40.416Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:50:41.350Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.65 [2025-10-08T11:50:41.350Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-10-08T11:50:41.350Z] db1913a3cda9: Preparing [2025-10-08T11:50:41.350Z] 86a2072109f9: Preparing [2025-10-08T11:50:41.350Z] b2d5ee0e2298: Preparing [2025-10-08T11:50:41.350Z] a214c57cd0ac: Preparing [2025-10-08T11:50:41.350Z] 900b912daae2: Preparing [2025-10-08T11:50:41.350Z] 3266f937d513: Preparing [2025-10-08T11:50:41.350Z] 1e890da81ec9: Preparing [2025-10-08T11:50:41.350Z] 3266f937d513: Waiting [2025-10-08T11:50:41.350Z] 1e890da81ec9: Waiting [2025-10-08T11:50:41.350Z] a214c57cd0ac: Layer already exists [2025-10-08T11:50:41.350Z] 86a2072109f9: Layer already exists [2025-10-08T11:50:41.350Z] 900b912daae2: Layer already exists [2025-10-08T11:50:41.350Z] b2d5ee0e2298: Layer already exists [2025-10-08T11:50:41.350Z] db1913a3cda9: Layer already exists [2025-10-08T11:50:41.350Z] 3266f937d513: Layer already exists [2025-10-08T11:50:41.350Z] 1e890da81ec9: Layer already exists [2025-10-08T11:50:41.350Z] 4.1.0-dev.65: digest: sha256:4f078d97c7592002c6e0fe1688745ff13eace690fa3b77c488f1c5056d68e6a8 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:50:41.971Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:50:42.337Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:50:42.338Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-10-08T11:50:42.338Z] db1913a3cda9: Preparing [2025-10-08T11:50:42.338Z] 86a2072109f9: Preparing [2025-10-08T11:50:42.338Z] b2d5ee0e2298: Preparing [2025-10-08T11:50:42.338Z] a214c57cd0ac: Preparing [2025-10-08T11:50:42.338Z] 900b912daae2: Preparing [2025-10-08T11:50:42.338Z] 3266f937d513: Preparing [2025-10-08T11:50:42.338Z] 1e890da81ec9: Preparing [2025-10-08T11:50:42.338Z] 3266f937d513: Waiting [2025-10-08T11:50:42.338Z] 1e890da81ec9: Waiting [2025-10-08T11:50:42.338Z] 86a2072109f9: Layer already exists [2025-10-08T11:50:42.338Z] b2d5ee0e2298: Layer already exists [2025-10-08T11:50:42.338Z] db1913a3cda9: Layer already exists [2025-10-08T11:50:42.338Z] 900b912daae2: Layer already exists [2025-10-08T11:50:42.338Z] a214c57cd0ac: Layer already exists [2025-10-08T11:50:42.338Z] 1e890da81ec9: Layer already exists [2025-10-08T11:50:42.338Z] 3266f937d513: Layer already exists [2025-10-08T11:50:42.603Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65: digest: sha256:4f078d97c7592002c6e0fe1688745ff13eace690fa3b77c488f1c5056d68e6a8 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:50:42.962Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:50:43.322Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2025-10-08T11:50:43.322Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-10-08T11:50:43.322Z] db1913a3cda9: Preparing [2025-10-08T11:50:43.322Z] 86a2072109f9: Preparing [2025-10-08T11:50:43.322Z] b2d5ee0e2298: Preparing [2025-10-08T11:50:43.322Z] a214c57cd0ac: Preparing [2025-10-08T11:50:43.322Z] 900b912daae2: Preparing [2025-10-08T11:50:43.322Z] 3266f937d513: Preparing [2025-10-08T11:50:43.322Z] 1e890da81ec9: Preparing [2025-10-08T11:50:43.322Z] 3266f937d513: Waiting [2025-10-08T11:50:43.322Z] 1e890da81ec9: Waiting [2025-10-08T11:50:43.322Z] 86a2072109f9: Layer already exists [2025-10-08T11:50:43.322Z] 900b912daae2: Layer already exists [2025-10-08T11:50:43.322Z] a214c57cd0ac: Layer already exists [2025-10-08T11:50:43.322Z] b2d5ee0e2298: Layer already exists [2025-10-08T11:50:43.322Z] db1913a3cda9: Layer already exists [2025-10-08T11:50:43.322Z] 1e890da81ec9: Layer already exists [2025-10-08T11:50:43.322Z] 3266f937d513: Layer already exists [2025-10-08T11:50:43.585Z] main: digest: sha256:4f078d97c7592002c6e0fe1688745ff13eace690fa3b77c488f1c5056d68e6a8 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-10-08T11:50:43.672Z] ===================================================== [Pipeline] echo [2025-10-08T11:50:43.689Z] taggedImages: [2025-10-08T11:50:43.689Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:50:43.689Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2025-10-08T11:50:43.689Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.65 [2025-10-08T11:50:43.689Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:50:43.689Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2025-10-08T11:50:43.721Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2025-10-08T11:50:43.721Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:50:43.721Z] latest [2025-10-08T11:50:43.721Z] 4.1.0-dev.65 [2025-10-08T11:50:43.721Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:50:43.721Z] main [2025-10-08T11:50:43.721Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:50:44.091Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:50:44.444Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:50:44.444Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-10-08T11:50:44.444Z] e33ef5eb2513: Preparing [2025-10-08T11:50:44.444Z] a82690c8f5d1: Preparing [2025-10-08T11:50:44.444Z] b2d5ee0e2298: Preparing [2025-10-08T11:50:44.444Z] a214c57cd0ac: Preparing [2025-10-08T11:50:44.444Z] cadbb488a8ad: Preparing [2025-10-08T11:50:44.444Z] 1794594d36c7: Preparing [2025-10-08T11:50:44.444Z] 1e890da81ec9: Preparing [2025-10-08T11:50:44.444Z] 1794594d36c7: Waiting [2025-10-08T11:50:44.444Z] 1e890da81ec9: Waiting [2025-10-08T11:50:44.444Z] b2d5ee0e2298: Layer already exists [2025-10-08T11:50:44.444Z] a214c57cd0ac: Layer already exists [2025-10-08T11:50:44.707Z] 1e890da81ec9: Layer already exists [2025-10-08T11:50:44.707Z] e33ef5eb2513: Pushed [2025-10-08T11:50:45.295Z] 1794594d36c7: Pushed [2025-10-08T11:50:46.689Z] cadbb488a8ad: Pushed [2025-10-08T11:50:53.305Z] a82690c8f5d1: Pushed [2025-10-08T11:50:53.305Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c: digest: sha256:0c0340d28a4562fe18859afbf93221f092453a5a939cbf69879085a58e416d54 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:50:53.668Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:50:54.019Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2025-10-08T11:50:54.019Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-10-08T11:50:54.019Z] e33ef5eb2513: Preparing [2025-10-08T11:50:54.019Z] a82690c8f5d1: Preparing [2025-10-08T11:50:54.019Z] b2d5ee0e2298: Preparing [2025-10-08T11:50:54.019Z] a214c57cd0ac: Preparing [2025-10-08T11:50:54.019Z] cadbb488a8ad: Preparing [2025-10-08T11:50:54.019Z] 1794594d36c7: Preparing [2025-10-08T11:50:54.019Z] 1e890da81ec9: Preparing [2025-10-08T11:50:54.019Z] 1794594d36c7: Waiting [2025-10-08T11:50:54.019Z] 1e890da81ec9: Waiting [2025-10-08T11:50:54.019Z] cadbb488a8ad: Layer already exists [2025-10-08T11:50:54.019Z] b2d5ee0e2298: Layer already exists [2025-10-08T11:50:54.019Z] a214c57cd0ac: Layer already exists [2025-10-08T11:50:54.019Z] a82690c8f5d1: Layer already exists [2025-10-08T11:50:54.019Z] e33ef5eb2513: Layer already exists [2025-10-08T11:50:54.019Z] 1e890da81ec9: Layer already exists [2025-10-08T11:50:54.019Z] 1794594d36c7: Layer already exists [2025-10-08T11:50:54.019Z] latest: digest: sha256:0c0340d28a4562fe18859afbf93221f092453a5a939cbf69879085a58e416d54 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:50:54.646Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:50:55.001Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.65 [2025-10-08T11:50:55.001Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-10-08T11:50:55.001Z] e33ef5eb2513: Preparing [2025-10-08T11:50:55.001Z] a82690c8f5d1: Preparing [2025-10-08T11:50:55.001Z] b2d5ee0e2298: Preparing [2025-10-08T11:50:55.001Z] a214c57cd0ac: Preparing [2025-10-08T11:50:55.001Z] cadbb488a8ad: Preparing [2025-10-08T11:50:55.001Z] 1794594d36c7: Preparing [2025-10-08T11:50:55.001Z] 1e890da81ec9: Preparing [2025-10-08T11:50:55.001Z] 1794594d36c7: Waiting [2025-10-08T11:50:55.001Z] 1e890da81ec9: Waiting [2025-10-08T11:50:55.001Z] e33ef5eb2513: Layer already exists [2025-10-08T11:50:55.001Z] b2d5ee0e2298: Layer already exists [2025-10-08T11:50:55.001Z] cadbb488a8ad: Layer already exists [2025-10-08T11:50:55.001Z] a82690c8f5d1: Layer already exists [2025-10-08T11:50:55.001Z] a214c57cd0ac: Layer already exists [2025-10-08T11:50:55.001Z] 1e890da81ec9: Layer already exists [2025-10-08T11:50:55.001Z] 1794594d36c7: Layer already exists [2025-10-08T11:50:55.001Z] 4.1.0-dev.65: digest: sha256:0c0340d28a4562fe18859afbf93221f092453a5a939cbf69879085a58e416d54 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:50:55.625Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:50:55.977Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:50:55.978Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-10-08T11:50:55.978Z] e33ef5eb2513: Preparing [2025-10-08T11:50:55.978Z] a82690c8f5d1: Preparing [2025-10-08T11:50:55.978Z] b2d5ee0e2298: Preparing [2025-10-08T11:50:55.978Z] a214c57cd0ac: Preparing [2025-10-08T11:50:55.978Z] cadbb488a8ad: Preparing [2025-10-08T11:50:55.978Z] 1794594d36c7: Preparing [2025-10-08T11:50:55.978Z] 1e890da81ec9: Preparing [2025-10-08T11:50:55.978Z] 1794594d36c7: Waiting [2025-10-08T11:50:55.978Z] 1e890da81ec9: Waiting [2025-10-08T11:50:55.978Z] cadbb488a8ad: Layer already exists [2025-10-08T11:50:55.978Z] a82690c8f5d1: Layer already exists [2025-10-08T11:50:55.978Z] e33ef5eb2513: Layer already exists [2025-10-08T11:50:55.978Z] a214c57cd0ac: Layer already exists [2025-10-08T11:50:55.978Z] b2d5ee0e2298: Layer already exists [2025-10-08T11:50:55.978Z] 1e890da81ec9: Layer already exists [2025-10-08T11:50:55.978Z] 1794594d36c7: Layer already exists [2025-10-08T11:50:56.241Z] 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65: digest: sha256:0c0340d28a4562fe18859afbf93221f092453a5a939cbf69879085a58e416d54 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:50:56.601Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:50:56.948Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2025-10-08T11:50:56.948Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-10-08T11:50:56.948Z] e33ef5eb2513: Preparing [2025-10-08T11:50:56.948Z] a82690c8f5d1: Preparing [2025-10-08T11:50:56.948Z] b2d5ee0e2298: Preparing [2025-10-08T11:50:56.948Z] a214c57cd0ac: Preparing [2025-10-08T11:50:56.948Z] cadbb488a8ad: Preparing [2025-10-08T11:50:56.948Z] 1794594d36c7: Preparing [2025-10-08T11:50:56.948Z] 1e890da81ec9: Preparing [2025-10-08T11:50:56.948Z] 1794594d36c7: Waiting [2025-10-08T11:50:56.948Z] 1e890da81ec9: Waiting [2025-10-08T11:50:56.948Z] a214c57cd0ac: Layer already exists [2025-10-08T11:50:56.948Z] b2d5ee0e2298: Layer already exists [2025-10-08T11:50:56.948Z] a82690c8f5d1: Layer already exists [2025-10-08T11:50:56.948Z] e33ef5eb2513: Layer already exists [2025-10-08T11:50:56.948Z] cadbb488a8ad: Layer already exists [2025-10-08T11:50:56.948Z] 1e890da81ec9: Layer already exists [2025-10-08T11:50:56.948Z] 1794594d36c7: Layer already exists [2025-10-08T11:50:57.212Z] main: digest: sha256:0c0340d28a4562fe18859afbf93221f092453a5a939cbf69879085a58e416d54 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-10-08T11:50:57.302Z] ===================================================== [Pipeline] echo [2025-10-08T11:50:57.319Z] taggedImages: [2025-10-08T11:50:57.319Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [2025-10-08T11:50:57.319Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2025-10-08T11:50:57.319Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.65 [2025-10-08T11:50:57.319Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [2025-10-08T11:50:57.319Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo [2025-10-08T11:50:57.337Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] echo [2025-10-08T11:50:57.357Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo [2025-10-08T11:50:57.369Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.65 [Pipeline] echo [2025-10-08T11:50:57.382Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] echo [2025-10-08T11:50:57.399Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2025-10-08T11:50:57.412Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] echo [2025-10-08T11:50:57.424Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo [2025-10-08T11:50:57.442Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.65 [Pipeline] echo [2025-10-08T11:50:57.457Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] echo [2025-10-08T11:50:57.475Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2025-10-08T11:50:57.491Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] echo [2025-10-08T11:50:57.506Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo [2025-10-08T11:50:57.522Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.65 [Pipeline] echo [2025-10-08T11:50:57.538Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] echo [2025-10-08T11:50:57.551Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2025-10-08T11:50:57.564Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] echo [2025-10-08T11:50:57.579Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo [2025-10-08T11:50:57.592Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.65 [Pipeline] echo [2025-10-08T11:50:57.608Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] echo [2025-10-08T11:50:57.625Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2025-10-08T11:50:57.640Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] echo [2025-10-08T11:50:57.657Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo [2025-10-08T11:50:57.675Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.65 [Pipeline] echo [2025-10-08T11:50:57.687Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] echo [2025-10-08T11:50:57.700Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2025-10-08T11:50:57.714Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] echo [2025-10-08T11:50:57.734Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo [2025-10-08T11:50:57.755Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.65 [Pipeline] echo [2025-10-08T11:50:57.773Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] echo [2025-10-08T11:50:57.790Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2025-10-08T11:50:57.807Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] echo [2025-10-08T11:50:57.821Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo [2025-10-08T11:50:57.839Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.65 [Pipeline] echo [2025-10-08T11:50:57.854Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] echo [2025-10-08T11:50:57.867Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2025-10-08T11:50:57.880Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] echo [2025-10-08T11:50:57.894Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo [2025-10-08T11:50:57.909Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.65 [Pipeline] echo [2025-10-08T11:50:57.926Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] echo [2025-10-08T11:50:57.944Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2025-10-08T11:50:57.957Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] echo [2025-10-08T11:50:57.971Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo [2025-10-08T11:50:57.987Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.65 [Pipeline] echo [2025-10-08T11:50:58.007Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] echo [2025-10-08T11:50:58.025Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2025-10-08T11:50:58.039Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] echo [2025-10-08T11:50:58.056Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo [2025-10-08T11:50:58.075Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.65 [Pipeline] echo [2025-10-08T11:50:58.089Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] echo [2025-10-08T11:50:58.107Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2025-10-08T11:50:58.124Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] echo [2025-10-08T11:50:58.142Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo [2025-10-08T11:50:58.155Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.65 [Pipeline] echo [2025-10-08T11:50:58.167Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] echo [2025-10-08T11:50:58.178Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2025-10-08T11:50:58.194Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] echo [2025-10-08T11:50:58.206Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo [2025-10-08T11:50:58.218Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.65 [Pipeline] echo [2025-10-08T11:50:58.231Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] echo [2025-10-08T11:50:58.247Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2025-10-08T11:50:58.261Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] echo [2025-10-08T11:50:58.275Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo [2025-10-08T11:50:58.288Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.65 [Pipeline] echo [2025-10-08T11:50:58.303Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] echo [2025-10-08T11:50:58.317Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2025-10-08T11:50:58.332Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] echo [2025-10-08T11:50:58.350Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo [2025-10-08T11:50:58.365Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.65 [Pipeline] echo [2025-10-08T11:50:58.381Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] echo [2025-10-08T11:50:58.393Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2025-10-08T11:50:58.408Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] echo [2025-10-08T11:50:58.423Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo [2025-10-08T11:50:58.440Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.65 [Pipeline] echo [2025-10-08T11:50:58.456Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] echo [2025-10-08T11:50:58.472Z] 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-10-08T11:50:58.886Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-10-08T11:50:58.887Z] [2025-10-08T11:50:58.887Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:50:59.223Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-10-08T11:50:59.223Z] arm64: Pulling from edgex-lftools-log-publisher [2025-10-08T11:50:59.223Z] 8998bd30e6a1: Pulling fs layer [2025-10-08T11:50:59.223Z] 04944245beec: Pulling fs layer [2025-10-08T11:50:59.223Z] 699f458cf7ca: Pulling fs layer [2025-10-08T11:50:59.223Z] 765212b225bb: Pulling fs layer [2025-10-08T11:50:59.223Z] f23df028b6ca: Pulling fs layer [2025-10-08T11:50:59.223Z] d65c8cfc05b1: Pulling fs layer [2025-10-08T11:50:59.223Z] 2437ff75d9bd: Pulling fs layer [2025-10-08T11:50:59.223Z] 765212b225bb: Waiting [2025-10-08T11:50:59.223Z] f23df028b6ca: Waiting [2025-10-08T11:50:59.223Z] d65c8cfc05b1: Waiting [2025-10-08T11:50:59.223Z] 2437ff75d9bd: Waiting [2025-10-08T11:50:59.486Z] 04944245beec: Verifying Checksum [2025-10-08T11:50:59.486Z] 04944245beec: Download complete [2025-10-08T11:50:59.486Z] 765212b225bb: Verifying Checksum [2025-10-08T11:50:59.486Z] 765212b225bb: Download complete [2025-10-08T11:50:59.486Z] f23df028b6ca: Verifying Checksum [2025-10-08T11:50:59.486Z] f23df028b6ca: Download complete [2025-10-08T11:50:59.486Z] d65c8cfc05b1: Verifying Checksum [2025-10-08T11:50:59.486Z] d65c8cfc05b1: Download complete [2025-10-08T11:50:59.486Z] 699f458cf7ca: Verifying Checksum [2025-10-08T11:50:59.486Z] 699f458cf7ca: Download complete [2025-10-08T11:51:00.063Z] 8998bd30e6a1: Verifying Checksum [2025-10-08T11:51:00.063Z] 8998bd30e6a1: Download complete [2025-10-08T11:51:02.625Z] 2437ff75d9bd: Verifying Checksum [2025-10-08T11:51:02.625Z] 2437ff75d9bd: Download complete [2025-10-08T11:51:04.562Z] 8998bd30e6a1: Pull complete [2025-10-08T11:51:05.514Z] 04944245beec: Pull complete [2025-10-08T11:51:06.912Z] 699f458cf7ca: Pull complete [2025-10-08T11:51:07.175Z] 765212b225bb: Pull complete [2025-10-08T11:51:08.128Z] f23df028b6ca: Pull complete [2025-10-08T11:51:08.128Z] d65c8cfc05b1: Pull complete [2025-10-08T11:51:26.303Z] 2437ff75d9bd: Pull complete [2025-10-08T11:51:26.303Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-10-08T11:51:26.303Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-10-08T11:51:26.303Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-10-08T11:51:43.077Z] prd-ubuntu20.04-docker-arm64-4c-16g-116870 does not seem to be running inside a container [2025-10-08T11:51:43.126Z] $ 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/909 -v /w/workspace/edgex-go/909:/w/workspace/edgex-go/909:rw,z -v /w/workspace/edgex-go/909@tmp:/w/workspace/edgex-go/909@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-10-08T11:51:44.959Z] $ docker top f1347e7ef36c9933169421b60084c85acf1c8c3ad44b89196fd520317f5298b0 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-10-08T11:51:45.903Z] ---> job-cost.sh [2025-10-08T11:51:45.903Z] lf-activate-venv: SKIPPING [2025-10-08T11:51:45.903Z] INFO: No Stack... [2025-10-08T11:51:46.854Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-10-08T11:51:47.435Z] INFO: Archiving Costs [Pipeline] sh [2025-10-08T11:51:48.071Z] + cat /w/workspace/edgex-go/909/archives/cost.csv [2025-10-08T11:51:48.071Z] + cut -d, -f6 [Pipeline] lock [2025-10-08T11:51:48.127Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-909-stack-cost] [2025-10-08T11:51:48.134Z] Resource [jenkins-edgexfoundry-edgex-go-main-909-stack-cost] did not exist. Created. [2025-10-08T11:51:48.144Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-909-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-10-08T11:51:48.797Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-10-08T11:51:49.407Z] Stashed 1 file(s) [Pipeline] } [2025-10-08T11:51:49.415Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-909-stack-cost] [Pipeline] // lock [Pipeline] } [2025-10-08T11:51:49.438Z] $ docker stop --time=1 f1347e7ef36c9933169421b60084c85acf1c8c3ad44b89196fd520317f5298b0 [2025-10-08T11:51:50.969Z] $ docker rm -f --volumes f1347e7ef36c9933169421b60084c85acf1c8c3ad44b89196fd520317f5298b0 [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-10-08T11:51:51.601Z] provisioning config files... [2025-10-08T11:51:51.611Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/909@tmp/config8871938276767321570tmp [Pipeline] { [Pipeline] sh [2025-10-08T11:51:51.912Z] + set +x [2025-10-08T11:51:51.912Z] + curl -s https://codecov.io/bash [2025-10-08T11:51:51.912Z] + bash -s -- [2025-10-08T11:51:51.912Z] [2025-10-08T11:51:51.912Z] _____ _ [2025-10-08T11:51:51.912Z] / ____| | | [2025-10-08T11:51:51.912Z] | | ___ __| | ___ ___ _____ __ [2025-10-08T11:51:51.912Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2025-10-08T11:51:51.912Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2025-10-08T11:51:51.912Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2025-10-08T11:51:51.912Z] Bash-1.0.6 [2025-10-08T11:51:51.912Z] [2025-10-08T11:51:51.912Z] [2025-10-08T11:51:51.912Z] ==> git version 2.25.1 found [2025-10-08T11:51:51.912Z] ==> 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-10-08T11:51:51.912Z] Release-Date: 2020-01-08 [2025-10-08T11:51:51.912Z] 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-10-08T11:51:51.912Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2025-10-08T11:51:51.912Z] ==> Jenkins CI detected. [2025-10-08T11:51:51.912Z] current dir:  /w/workspace/edgex-go/909 [2025-10-08T11:51:51.912Z] project root: . [2025-10-08T11:51:51.912Z] --> token set from env [2025-10-08T11:51:51.912Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2025-10-08T11:51:51.912Z] ==> Running gcov in . (disable via -X gcov) [2025-10-08T11:51:51.912Z] ==> Python coveragepy not found [2025-10-08T11:51:51.912Z] ==> Searching for coverage reports in: [2025-10-08T11:51:51.912Z] + . [2025-10-08T11:51:51.912Z] -> Found 1 reports [2025-10-08T11:51:51.912Z] ==> Detecting git/mercurial file structure [2025-10-08T11:51:52.171Z] ==> Reading reports [2025-10-08T11:51:52.171Z] + ./coverage.out bytes=1733635 [2025-10-08T11:51:52.171Z] ==> Appending adjustments [2025-10-08T11:51:52.171Z] https://docs.codecov.io/docs/fixing-reports [2025-10-08T11:51:53.548Z] + Found adjustments [2025-10-08T11:51:53.548Z] ==> Gzipping contents [2025-10-08T11:51:53.548Z] 148K /tmp/codecov.yURCNm.gz [2025-10-08T11:51:53.548Z] ==> Uploading reports [2025-10-08T11:51:53.548Z] url: https://codecov.io [2025-10-08T11:51:53.548Z] query: branch=main&commit=4d3e8805e5e9eb3f6c86d36552e13c375795480c&build=909&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F909%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-10-08T11:51:53.548Z] -> Pinging Codecov [2025-10-08T11:51:53.548Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=4d3e8805e5e9eb3f6c86d36552e13c375795480c&build=909&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F909%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-10-08T11:51:53.807Z] -> Uploading to [2025-10-08T11:51:53.807Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/edgex-go/4d3e8805e5e9eb3f6c86d36552e13c375795480c/2f7fdec1-f546-4b5c-82f1-3414405b0a44.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20251008%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20251008T115153Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=c2066ebcdf1b3ca8f288053d850a38490ba1eca8315b49c53ebee3b9afdb0ec8 [2025-10-08T11:51:53.807Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-10-08T11:51:53.807Z] Dload Upload Total Spent Left Speed [2025-10-08T11:51:54.067Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 144k 0 0 100 144k 0 528k --:--:-- --:--:-- --:--:-- 528k [2025-10-08T11:51:54.067Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] } [2025-10-08T11:51:54.075Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2025-10-08T11:51:54.351Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2025-10-08T11:51:54.373Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:51:54.689Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-10-08T11:51:54.689Z] [2025-10-08T11:51:54.689Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:51:54.987Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-10-08T11:51:54.987Z] latest: Pulling from edgex-devops/edgex-snyk-go [2025-10-08T11:51:54.987Z] 0a9a5dfd008f: Already exists [2025-10-08T11:51:54.987Z] 36466aa92d05: Already exists [2025-10-08T11:51:54.987Z] e10405b45d13: Already exists [2025-10-08T11:51:54.987Z] 096b7ceb2af7: Already exists [2025-10-08T11:51:54.987Z] 4f4fb700ef54: Already exists [2025-10-08T11:51:54.987Z] e50aa161e22a: Pulling fs layer [2025-10-08T11:51:54.987Z] d3c8db5fb9df: Pulling fs layer [2025-10-08T11:51:55.246Z] e50aa161e22a: Verifying Checksum [2025-10-08T11:51:55.246Z] e50aa161e22a: Download complete [2025-10-08T11:51:55.504Z] e50aa161e22a: Pull complete [2025-10-08T11:51:56.441Z] d3c8db5fb9df: Verifying Checksum [2025-10-08T11:51:56.441Z] d3c8db5fb9df: Download complete [2025-10-08T11:51:59.725Z] d3c8db5fb9df: Pull complete [2025-10-08T11:51:59.725Z] Digest: sha256:dd1bc05e8109ba836052a65277634c2595aaffbf12b6b6479deaea63345484be [2025-10-08T11:51:59.725Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-10-08T11:51:59.725Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-10-08T11:51:59.833Z] prd-ubuntu20.04-docker-8c-8g-116848 does not seem to be running inside a container [2025-10-08T11:51:59.852Z] $ 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/909 -v /w/workspace/edgex-go/909:/w/workspace/edgex-go/909:rw,z -v /w/workspace/edgex-go/909@tmp:/w/workspace/edgex-go/909@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-10-08T11:52:01.161Z] $ docker top cc311a6faf089ea19cdc04eab633c6b058269183e4fc4f7e8e0db0906cf7a31f -eo pid,comm [Pipeline] { [Pipeline] sh [2025-10-08T11:52:01.526Z] + git config --global --add safe.directory /w/workspace/edgex-go/909 [Pipeline] echo [2025-10-08T11:52:01.543Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2025-10-08T11:52:01.821Z] + set -o pipefail [2025-10-08T11:52:01.822Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2025-10-08T11:52:11.797Z] [2025-10-08T11:52:11.797Z] Monitoring /w/workspace/edgex-go/909 (github.com/edgexfoundry/edgex-go)... [2025-10-08T11:52:11.797Z] [2025-10-08T11:52:11.797Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/36ae6392-7d47-45a5-a209-239ee903ed53 [2025-10-08T11:52:11.797Z] [2025-10-08T11:52:11.797Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2025-10-08T11:52:11.797Z] [2025-10-08T11:52:11.797Z] [2025-10-08T11:52:11.797Z] You have reached your monthly limit of 200 private tests for your edgex-jenkins org. [2025-10-08T11:52:11.797Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2025-10-08T11:52:12.058Z] $ docker stop --time=1 cc311a6faf089ea19cdc04eab633c6b058269183e4fc4f7e8e0db0906cf7a31f [2025-10-08T11:52:14.633Z] $ docker rm -f --volumes cc311a6faf089ea19cdc04eab633c6b058269183e4fc4f7e8e0db0906cf7a31f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2025-10-08T11:52:15.161Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-10-08T11:52:15.203Z] provisioning config files... [2025-10-08T11:52:15.210Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/909@tmp/config11745902949409059991tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-10-08T11:52:15.515Z] --> edgex-publish-swagger.sh [2025-10-08T11:52:15.515Z] === Publish openapi API === [2025-10-08T11:52:15.515Z] [publishToSwagger] Publishing the API Docs [openapi] to Swagger [2025-10-08T11:52:15.515Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/909/openapi/core-command.yaml] [2025-10-08T11:52:15.515Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-10-08T11:52:15.515Z] Dload Upload Total Spent Left Speed [2025-10-08T11:52:15.515Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33488 100 66 100 33422 383 189k --:--:-- --:--:-- --:--:-- 190k [2025-10-08T11:52:15.515Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-10-08T11:52:15.515Z] [2025-10-08T11:52:15.515Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/909/openapi/core-data.yaml] [2025-10-08T11:52:15.515Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-10-08T11:52:15.515Z] Dload Upload Total Spent Left Speed [2025-10-08T11:52:15.775Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 75375 100 66 100 75309 528 588k --:--:-- --:--:-- --:--:-- 588k [2025-10-08T11:52:15.775Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-10-08T11:52:15.775Z] [2025-10-08T11:52:15.775Z] [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/909/openapi/core-keeper.yaml] [2025-10-08T11:52:15.775Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-10-08T11:52:15.775Z] Dload Upload Total Spent Left Speed [2025-10-08T11:52:15.775Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30300 100 66 100 30234 687 307k --:--:-- --:--:-- --:--:-- 308k [2025-10-08T11:52:15.775Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-10-08T11:52:15.775Z] [2025-10-08T11:52:15.775Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/909/openapi/core-metadata.yaml] [2025-10-08T11:52:15.775Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-10-08T11:52:15.775Z] Dload Upload Total Spent Left Speed [2025-10-08T11:52:16.035Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 156k 100 66 100 156k 540 1285k --:--:-- --:--:-- --:--:-- 1285k [2025-10-08T11:52:16.035Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-10-08T11:52:16.035Z] [2025-10-08T11:52:16.035Z] [publishToSwagger] Publishing API Name [security-proxy-auth] [/w/workspace/edgex-go/909/openapi/security-proxy-auth.yaml] [2025-10-08T11:52:16.035Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-10-08T11:52:16.035Z] Dload Upload Total Spent Left Speed [2025-10-08T11:52:16.035Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24535 100 66 100 24469 717 259k --:--:-- --:--:-- --:--:-- 260k [2025-10-08T11:52:16.035Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-10-08T11:52:16.035Z] [2025-10-08T11:52:16.035Z] [publishToSwagger] Publishing API Name [security-secretstore-setup] [/w/workspace/edgex-go/909/openapi/security-secretstore-setup.yaml] [2025-10-08T11:52:16.035Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-10-08T11:52:16.035Z] Dload Upload Total Spent Left Speed [2025-10-08T11:52:16.295Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3979 100 66 100 3913 741 43966 --:--:-- --:--:-- --:--:-- 44707 [2025-10-08T11:52:16.295Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-10-08T11:52:16.295Z] [2025-10-08T11:52:16.295Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/909/openapi/support-notifications.yaml] [2025-10-08T11:52:16.295Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-10-08T11:52:16.295Z] Dload Upload Total Spent Left Speed [2025-10-08T11:52:16.295Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97k 100 66 100 99976 488 723k --:--:-- --:--:-- --:--:-- 723k [2025-10-08T11:52:16.295Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-10-08T11:52:16.295Z] [2025-10-08T11:52:16.295Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/909/openapi/support-scheduler.yaml] [2025-10-08T11:52:16.295Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-10-08T11:52:16.295Z] Dload Upload Total Spent Left Speed [2025-10-08T11:52:16.555Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50767 100 66 100 50701 653 490k --:--:-- --:--:-- --:--:-- 486k [2025-10-08T11:52:16.555Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-10-08T11:52:16.555Z] [Pipeline] } [2025-10-08T11:52:16.563Z] 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-10-08T11:52:17.014Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-10-08T11:52:17.014Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:52:17.327Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-10-08T11:52:17.327Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-10-08T11:52:17.414Z] prd-ubuntu20.04-docker-8c-8g-116848 does not seem to be running inside a container [2025-10-08T11:52:17.434Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/909 -v /w/workspace/edgex-go/909:/w/workspace/edgex-go/909:rw,z -v /w/workspace/edgex-go/909@tmp:/w/workspace/edgex-go/909@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-10-08T11:52:17.710Z] $ docker top 980e2c231d8d3bb6bd7613cebd2e80d932215bc95afd9a1f3c0c2d3c556e241e -eo pid,comm [2025-10-08T11:52:17.761Z] 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-10-08T11:52:17.761Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-10-08T11:52:17.835Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-10-08T11:52:17.835Z] [ssh-agent] Looking for ssh-agent implementation... [2025-10-08T11:52:17.951Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-10-08T11:52:17.946Z] $ docker exec 980e2c231d8d3bb6bd7613cebd2e80d932215bc95afd9a1f3c0c2d3c556e241e ssh-agent [2025-10-08T11:52:18.056Z] SSH_AUTH_SOCK=/tmp/ssh-RuSr19JYpOFW/agent.32 [2025-10-08T11:52:18.056Z] SSH_AGENT_PID=38 [2025-10-08T11:52:18.061Z] Running ssh-add (command line suppressed) [2025-10-08T11:52:18.153Z] Identity added: /w/workspace/edgex-go/909@tmp/private_key_10625518752103049234.key (/w/workspace/edgex-go/909@tmp/private_key_10625518752103049234.key) [2025-10-08T11:52:18.172Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-10-08T11:52:18.465Z] + git semver tag [2025-10-08T11:52:18.724Z] 2025-10-08 11:52:18,683 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-10-08T11:52:18.724Z] 2025-10-08 11:52:18,686 [run_tag] DEBUG tag force:False [2025-10-08T11:52:18.724Z] 2025-10-08 11:52:18,686 [check_head_tag] DEBUG check head tag [2025-10-08T11:52:18.724Z] 2025-10-08 11:52:18,688 [execute] INFO git cat-file --batch-check [2025-10-08T11:52:18.724Z] 2025-10-08 11:52:18,688 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/909, stdin=, shell=False, universal_newlines=False) [2025-10-08T11:52:18.724Z] 2025-10-08 11:52:18,690 [execute] INFO git cat-file --batch [2025-10-08T11:52:18.724Z] 2025-10-08 11:52:18,690 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/909, stdin=, shell=False, universal_newlines=False) [2025-10-08T11:52:18.724Z] 2025-10-08 11:52:18,713 [read_version] DEBUG read version from /w/workspace/edgex-go/909/.semver/main [2025-10-08T11:52:18.724Z] 2025-10-08 11:52:18,713 [execute] INFO git tag -a v4.1.0-dev.65 -m v4.1.0-dev.65 [2025-10-08T11:52:18.724Z] 2025-10-08 11:52:18,713 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.65', '-m', 'v4.1.0-dev.65'], cwd=/w/workspace/edgex-go/909, stdin=None, shell=False, universal_newlines=False) [2025-10-08T11:52:18.724Z] 2025-10-08 11:52:18,716 [read_version] DEBUG read version from /w/workspace/edgex-go/909/.semver/main [2025-10-08T11:52:18.724Z] 4.1.0-dev.65 [Pipeline] } [2025-10-08T11:52:18.984Z] $ docker exec --env ******** --env ******** 980e2c231d8d3bb6bd7613cebd2e80d932215bc95afd9a1f3c0c2d3c556e241e ssh-agent -k [2025-10-08T11:52:19.081Z] unset SSH_AUTH_SOCK; [2025-10-08T11:52:19.081Z] unset SSH_AGENT_PID; [2025-10-08T11:52:19.082Z] echo Agent pid 38 killed; [2025-10-08T11:52:19.098Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-10-08T11:52:19.429Z] + git semver [Pipeline] } [2025-10-08T11:52:19.695Z] $ docker stop --time=1 980e2c231d8d3bb6bd7613cebd2e80d932215bc95afd9a1f3c0c2d3c556e241e [2025-10-08T11:52:20.983Z] $ docker rm -f --volumes 980e2c231d8d3bb6bd7613cebd2e80d932215bc95afd9a1f3c0c2d3c556e241e [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:52:21.412Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-10-08T11:52:21.412Z] [2025-10-08T11:52:21.412Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:52:21.713Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-10-08T11:52:21.713Z] 0.23.1-centos7: Pulling from edgex-lftools [2025-10-08T11:52:21.713Z] ab5ef0e58194: Pulling fs layer [2025-10-08T11:52:21.713Z] 9712f1f96733: Pulling fs layer [2025-10-08T11:52:21.713Z] 63f879dbbcfc: Pulling fs layer [2025-10-08T11:52:21.713Z] 0d9ebad4ef96: Pulling fs layer [2025-10-08T11:52:21.713Z] e9a5061849ea: Pulling fs layer [2025-10-08T11:52:21.713Z] d747dcd14b5f: Pulling fs layer [2025-10-08T11:52:21.713Z] 2de7ff778b66: Pulling fs layer [2025-10-08T11:52:21.713Z] 0d9ebad4ef96: Waiting [2025-10-08T11:52:21.713Z] e9a5061849ea: Waiting [2025-10-08T11:52:21.713Z] d747dcd14b5f: Waiting [2025-10-08T11:52:21.713Z] 2de7ff778b66: Waiting [2025-10-08T11:52:21.713Z] 9712f1f96733: Download complete [2025-10-08T11:52:22.282Z] 63f879dbbcfc: Verifying Checksum [2025-10-08T11:52:22.282Z] 63f879dbbcfc: Download complete [2025-10-08T11:52:22.282Z] e9a5061849ea: Verifying Checksum [2025-10-08T11:52:22.282Z] e9a5061849ea: Download complete [2025-10-08T11:52:22.282Z] d747dcd14b5f: Verifying Checksum [2025-10-08T11:52:22.282Z] d747dcd14b5f: Download complete [2025-10-08T11:52:22.282Z] ab5ef0e58194: Download complete [2025-10-08T11:52:22.282Z] 0d9ebad4ef96: Verifying Checksum [2025-10-08T11:52:22.282Z] 0d9ebad4ef96: Download complete [2025-10-08T11:52:22.540Z] 2de7ff778b66: Verifying Checksum [2025-10-08T11:52:22.540Z] 2de7ff778b66: Download complete [2025-10-08T11:52:25.822Z] ab5ef0e58194: Pull complete [2025-10-08T11:52:26.080Z] 9712f1f96733: Pull complete [2025-10-08T11:52:27.015Z] 63f879dbbcfc: Pull complete [2025-10-08T11:52:32.279Z] 0d9ebad4ef96: Pull complete [2025-10-08T11:52:32.279Z] e9a5061849ea: Pull complete [2025-10-08T11:52:32.279Z] d747dcd14b5f: Pull complete [2025-10-08T11:52:33.213Z] 2de7ff778b66: Pull complete [2025-10-08T11:52:33.213Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2025-10-08T11:52:33.213Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-10-08T11:52:33.213Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-10-08T11:52:33.321Z] prd-ubuntu20.04-docker-8c-8g-116848 does not seem to be running inside a container [2025-10-08T11:52:33.337Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/909 -v /w/workspace/edgex-go/909:/w/workspace/edgex-go/909:rw,z -v /w/workspace/edgex-go/909@tmp:/w/workspace/edgex-go/909@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-10-08T11:52:35.112Z] $ docker top 8a66f9c2fe5cb814a5cccd5ab8bfafa9e90e05bc3a36da12c0b78f80e106891e -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2025-10-08T11:52:35.205Z] provisioning config files... [2025-10-08T11:52:35.211Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/909@tmp/config10873783957050700389tmp [2025-10-08T11:52:35.222Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/909@tmp/config16098129765892836806tmp [2025-10-08T11:52:35.230Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/909@tmp/config8727843427812364560tmp [Pipeline] { [Pipeline] echo [2025-10-08T11:52:35.336Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2025-10-08T11:52:35.631Z] ---> sigul-configuration.sh [2025-10-08T11:52:35.631Z] gpg: directory `/root/.gnupg' created [2025-10-08T11:52:35.631Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2025-10-08T11:52:35.631Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2025-10-08T11:52:35.631Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2025-10-08T11:52:35.631Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2025-10-08T11:52:35.631Z] gpg: CAST5 encrypted data [2025-10-08T11:52:35.631Z] gpg: encrypted with 1 passphrase [2025-10-08T11:52:35.631Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2025-10-08T11:52:35.926Z] + mkdir /home/jenkins [2025-10-08T11:52:35.926Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2025-10-08T11:52:36.225Z] + 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-10-08T11:52:36.238Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2025-10-08T11:52:36.531Z] ---> sigul-install.sh [2025-10-08T11:52:36.531Z] Sigul already installed; skipping installation. [Pipeline] sh [2025-10-08T11:52:36.826Z] + git tag --list [2025-10-08T11:52:36.827Z] 0.6.0 [2025-10-08T11:52:36.827Z] 0.6.1 [2025-10-08T11:52:36.827Z] 0.7.0 [2025-10-08T11:52:36.827Z] 0.7.1 [2025-10-08T11:52:36.827Z] v1.0.0 [2025-10-08T11:52:36.827Z] v1.0.1 [2025-10-08T11:52:36.827Z] v1.1.0 [2025-10-08T11:52:36.827Z] v1.2.0 [2025-10-08T11:52:36.827Z] v1.2.1 [2025-10-08T11:52:36.827Z] v1.3.0 [2025-10-08T11:52:36.827Z] v1.3.1 [2025-10-08T11:52:36.827Z] v2.0.0 [2025-10-08T11:52:36.827Z] v2.1.0 [2025-10-08T11:52:36.827Z] v2.1.1 [2025-10-08T11:52:36.827Z] v2.2.0 [2025-10-08T11:52:36.827Z] v2.3.0 [2025-10-08T11:52:36.827Z] v3.0 [2025-10-08T11:52:36.827Z] v3.0.0 [2025-10-08T11:52:36.827Z] v3.1 [2025-10-08T11:52:36.827Z] v3.1.0 [2025-10-08T11:52:36.827Z] v3.1.1 [2025-10-08T11:52:36.827Z] v4.0 [2025-10-08T11:52:36.827Z] v4.0.0 [2025-10-08T11:52:36.827Z] v4.0.1 [2025-10-08T11:52:36.827Z] v4.0.1-dev.1 [2025-10-08T11:52:36.827Z] v4.1.0-dev.1 [2025-10-08T11:52:36.827Z] v4.1.0-dev.10 [2025-10-08T11:52:36.827Z] v4.1.0-dev.11 [2025-10-08T11:52:36.827Z] v4.1.0-dev.12 [2025-10-08T11:52:36.827Z] v4.1.0-dev.13 [2025-10-08T11:52:36.827Z] v4.1.0-dev.14 [2025-10-08T11:52:36.827Z] v4.1.0-dev.15 [2025-10-08T11:52:36.827Z] v4.1.0-dev.16 [2025-10-08T11:52:36.827Z] v4.1.0-dev.17 [2025-10-08T11:52:36.827Z] v4.1.0-dev.18 [2025-10-08T11:52:36.827Z] v4.1.0-dev.19 [2025-10-08T11:52:36.827Z] v4.1.0-dev.2 [2025-10-08T11:52:36.827Z] v4.1.0-dev.20 [2025-10-08T11:52:36.827Z] v4.1.0-dev.21 [2025-10-08T11:52:36.827Z] v4.1.0-dev.22 [2025-10-08T11:52:36.827Z] v4.1.0-dev.23 [2025-10-08T11:52:36.827Z] v4.1.0-dev.24 [2025-10-08T11:52:36.827Z] v4.1.0-dev.25 [2025-10-08T11:52:36.827Z] v4.1.0-dev.26 [2025-10-08T11:52:36.827Z] v4.1.0-dev.27 [2025-10-08T11:52:36.827Z] v4.1.0-dev.28 [2025-10-08T11:52:36.827Z] v4.1.0-dev.29 [2025-10-08T11:52:36.827Z] v4.1.0-dev.3 [2025-10-08T11:52:36.827Z] v4.1.0-dev.30 [2025-10-08T11:52:36.827Z] v4.1.0-dev.31 [2025-10-08T11:52:36.827Z] v4.1.0-dev.32 [2025-10-08T11:52:36.827Z] v4.1.0-dev.33 [2025-10-08T11:52:36.827Z] v4.1.0-dev.34 [2025-10-08T11:52:36.827Z] v4.1.0-dev.35 [2025-10-08T11:52:36.827Z] v4.1.0-dev.36 [2025-10-08T11:52:36.827Z] v4.1.0-dev.37 [2025-10-08T11:52:36.827Z] v4.1.0-dev.38 [2025-10-08T11:52:36.827Z] v4.1.0-dev.39 [2025-10-08T11:52:36.827Z] v4.1.0-dev.4 [2025-10-08T11:52:36.827Z] v4.1.0-dev.40 [2025-10-08T11:52:36.827Z] v4.1.0-dev.41 [2025-10-08T11:52:36.827Z] v4.1.0-dev.42 [2025-10-08T11:52:36.827Z] v4.1.0-dev.43 [2025-10-08T11:52:36.827Z] v4.1.0-dev.44 [2025-10-08T11:52:36.827Z] v4.1.0-dev.45 [2025-10-08T11:52:36.827Z] v4.1.0-dev.46 [2025-10-08T11:52:36.827Z] v4.1.0-dev.47 [2025-10-08T11:52:36.827Z] v4.1.0-dev.48 [2025-10-08T11:52:36.827Z] v4.1.0-dev.49 [2025-10-08T11:52:36.827Z] v4.1.0-dev.5 [2025-10-08T11:52:36.827Z] v4.1.0-dev.50 [2025-10-08T11:52:36.827Z] v4.1.0-dev.51 [2025-10-08T11:52:36.827Z] v4.1.0-dev.52 [2025-10-08T11:52:36.827Z] v4.1.0-dev.53 [2025-10-08T11:52:36.827Z] v4.1.0-dev.54 [2025-10-08T11:52:36.827Z] v4.1.0-dev.55 [2025-10-08T11:52:36.827Z] v4.1.0-dev.56 [2025-10-08T11:52:36.827Z] v4.1.0-dev.57 [2025-10-08T11:52:36.827Z] v4.1.0-dev.58 [2025-10-08T11:52:36.827Z] v4.1.0-dev.59 [2025-10-08T11:52:36.827Z] v4.1.0-dev.6 [2025-10-08T11:52:36.827Z] v4.1.0-dev.60 [2025-10-08T11:52:36.827Z] v4.1.0-dev.61 [2025-10-08T11:52:36.827Z] v4.1.0-dev.62 [2025-10-08T11:52:36.827Z] v4.1.0-dev.63 [2025-10-08T11:52:36.827Z] v4.1.0-dev.64 [2025-10-08T11:52:36.827Z] v4.1.0-dev.65 [2025-10-08T11:52:36.827Z] v4.1.0-dev.7 [2025-10-08T11:52:36.827Z] v4.1.0-dev.8 [2025-10-08T11:52:36.827Z] v4.1.0-dev.9 [Pipeline] sh [2025-10-08T11:52:37.226Z] + lftools sign git-tag v4.1.0-dev.65 [2025-10-08T11:52:37.794Z] Signing Git tag with Sigul... [2025-10-08T11:52:37.794Z] Signing v4.1.0-dev.65 [Pipeline] echo [2025-10-08T11:52:38.070Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2025-10-08T11:52:38.363Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2025-10-08T11:52:38.370Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2025-10-08T11:52:38.393Z] $ docker stop --time=1 8a66f9c2fe5cb814a5cccd5ab8bfafa9e90e05bc3a36da12c0b78f80e106891e [2025-10-08T11:52:39.658Z] $ docker rm -f --volumes 8a66f9c2fe5cb814a5cccd5ab8bfafa9e90e05bc3a36da12c0b78f80e106891e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2025-10-08T11:52:40.125Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-10-08T11:52:40.125Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:52:40.436Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-10-08T11:52:40.436Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-10-08T11:52:40.519Z] prd-ubuntu20.04-docker-8c-8g-116848 does not seem to be running inside a container [2025-10-08T11:52:40.625Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/909 -v /w/workspace/edgex-go/909:/w/workspace/edgex-go/909:rw,z -v /w/workspace/edgex-go/909@tmp:/w/workspace/edgex-go/909@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-10-08T11:52:40.874Z] $ docker top 8ce84ff33bd256c9743a2205d55d0740c4db5de6ff5694e5109dd7bdbe880f4f -eo pid,comm [2025-10-08T11:52:40.926Z] 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-10-08T11:52:40.926Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-10-08T11:52:40.987Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-10-08T11:52:40.987Z] [ssh-agent] Looking for ssh-agent implementation... [2025-10-08T11:52:41.108Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-10-08T11:52:41.104Z] $ docker exec 8ce84ff33bd256c9743a2205d55d0740c4db5de6ff5694e5109dd7bdbe880f4f ssh-agent [2025-10-08T11:52:41.227Z] SSH_AUTH_SOCK=/tmp/ssh-4paNQHHBktYB/agent.32 [2025-10-08T11:52:41.227Z] SSH_AGENT_PID=38 [2025-10-08T11:52:41.241Z] Running ssh-add (command line suppressed) [2025-10-08T11:52:41.335Z] Identity added: /w/workspace/edgex-go/909@tmp/private_key_1768044314092731331.key (/w/workspace/edgex-go/909@tmp/private_key_1768044314092731331.key) [2025-10-08T11:52:41.358Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-10-08T11:52:41.655Z] + git semver bump pre [2025-10-08T11:52:41.914Z] 2025-10-08 11:52:41,867 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-10-08T11:52:41.914Z] 2025-10-08 11:52:41,871 [read_version] DEBUG read version from /w/workspace/edgex-go/909/.semver/main [2025-10-08T11:52:41.914Z] 2025-10-08 11:52:41,871 [bump_version] DEBUG bumping version:4.1.0-dev.65 on axis:pre with prefix:dev [2025-10-08T11:52:41.914Z] 2025-10-08 11:52:41,871 [bump_version] DEBUG bumped version:4.1.0-dev.66 [2025-10-08T11:52:41.914Z] 2025-10-08 11:52:41,871 [write_version] DEBUG write version:4.1.0-dev.66 to path:/w/workspace/edgex-go/909/.semver/main with force:True [2025-10-08T11:52:41.914Z] 2025-10-08 11:52:41,871 [read_version] DEBUG read version from /w/workspace/edgex-go/909/.semver/main [2025-10-08T11:52:41.914Z] 2025-10-08 11:52:41,872 [write_file] DEBUG write to file:/w/workspace/edgex-go/909/.semver/main [2025-10-08T11:52:41.914Z] 2025-10-08 11:52:41,874 [execute] INFO git cat-file --batch-check [2025-10-08T11:52:41.914Z] 2025-10-08 11:52:41,874 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/909/.semver, stdin=, shell=False, universal_newlines=False) [2025-10-08T11:52:41.914Z] 2025-10-08 11:52:41,878 [execute] INFO git cat-file --batch [2025-10-08T11:52:41.914Z] 2025-10-08 11:52:41,878 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/909/.semver, stdin=, shell=False, universal_newlines=False) [2025-10-08T11:52:41.914Z] 2025-10-08 11:52:41,881 [read_version] DEBUG read version from /w/workspace/edgex-go/909/.semver/main [2025-10-08T11:52:41.914Z] 4.1.0-dev.66 [Pipeline] } [2025-10-08T11:52:41.916Z] $ docker exec --env ******** --env ******** 8ce84ff33bd256c9743a2205d55d0740c4db5de6ff5694e5109dd7bdbe880f4f ssh-agent -k [2025-10-08T11:52:42.015Z] unset SSH_AUTH_SOCK; [2025-10-08T11:52:42.015Z] unset SSH_AGENT_PID; [2025-10-08T11:52:42.015Z] echo Agent pid 38 killed; [2025-10-08T11:52:42.032Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-10-08T11:52:42.373Z] + git semver [Pipeline] } [2025-10-08T11:52:42.638Z] $ docker stop --time=1 8ce84ff33bd256c9743a2205d55d0740c4db5de6ff5694e5109dd7bdbe880f4f [2025-10-08T11:52:43.879Z] $ docker rm -f --volumes 8ce84ff33bd256c9743a2205d55d0740c4db5de6ff5694e5109dd7bdbe880f4f [Pipeline] // withDockerContainer [Pipeline] sh [2025-10-08T11:52:44.242Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-10-08T11:52:44.242Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:52:44.549Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-10-08T11:52:44.549Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-10-08T11:52:44.630Z] prd-ubuntu20.04-docker-8c-8g-116848 does not seem to be running inside a container [2025-10-08T11:52:44.652Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/909 -v /w/workspace/edgex-go/909:/w/workspace/edgex-go/909:rw,z -v /w/workspace/edgex-go/909@tmp:/w/workspace/edgex-go/909@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-10-08T11:52:44.881Z] $ docker top a688360d751b1c1084d127c61706360619ad74bfbadf24f2a1c441b33872578f -eo pid,comm [2025-10-08T11:52:44.929Z] 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-10-08T11:52:44.929Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-10-08T11:52:44.998Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-10-08T11:52:44.998Z] [ssh-agent] Looking for ssh-agent implementation... [2025-10-08T11:52:45.125Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-10-08T11:52:45.120Z] $ docker exec a688360d751b1c1084d127c61706360619ad74bfbadf24f2a1c441b33872578f ssh-agent [2025-10-08T11:52:45.220Z] SSH_AUTH_SOCK=/tmp/ssh-LpzfCZZ9eEig/agent.32 [2025-10-08T11:52:45.220Z] SSH_AGENT_PID=38 [2025-10-08T11:52:45.226Z] Running ssh-add (command line suppressed) [2025-10-08T11:52:45.316Z] Identity added: /w/workspace/edgex-go/909@tmp/private_key_7125845113712611929.key (/w/workspace/edgex-go/909@tmp/private_key_7125845113712611929.key) [2025-10-08T11:52:45.335Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-10-08T11:52:45.633Z] + git semver push [2025-10-08T11:52:46.200Z] 2025-10-08 11:52:45,919 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-10-08T11:52:46.200Z] 2025-10-08 11:52:45,923 [run_push] DEBUG push [2025-10-08T11:52:46.200Z] 2025-10-08 11:52:45,924 [execute] INFO git cat-file --batch-check [2025-10-08T11:52:46.200Z] 2025-10-08 11:52:45,924 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/909/.semver, stdin=, shell=False, universal_newlines=False) [2025-10-08T11:52:46.200Z] 2025-10-08 11:52:45,928 [execute] INFO git rev-list 806b70bb0e3cacb1acea0be244aa4bdbb16ddea4 -- [2025-10-08T11:52:46.200Z] 2025-10-08 11:52:45,928 [execute] DEBUG Popen(['git', 'rev-list', '806b70bb0e3cacb1acea0be244aa4bdbb16ddea4', '--'], cwd=/w/workspace/edgex-go/909/.semver, stdin=None, shell=False, universal_newlines=False) [2025-10-08T11:52:46.200Z] 2025-10-08 11:52:45,949 [execute] INFO git fetch -v -- origin [2025-10-08T11:52:46.200Z] 2025-10-08 11:52:45,950 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgex-go/909/.semver, stdin=None, shell=False, universal_newlines=True) [2025-10-08T11:52:46.767Z] 2025-10-08 11:52:46,478 [run_push] DEBUG no remote changes detected [2025-10-08T11:52:46.767Z] 2025-10-08 11:52:46,478 [execute] INFO git push origin semver [2025-10-08T11:52:46.767Z] 2025-10-08 11:52:46,479 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/909/.semver, stdin=None, shell=False, universal_newlines=False) [2025-10-08T11:52:47.701Z] 2025-10-08 11:52:47,380 [run_push] DEBUG push all version tags [2025-10-08T11:52:47.701Z] 2025-10-08 11:52:47,381 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2025-10-08T11:52:47.701Z] 2025-10-08 11:52:47,381 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/909, stdin=None, shell=False, universal_newlines=False) [2025-10-08T11:52:49.079Z] 2025-10-08 11:52:48,842 [read_version] DEBUG read version from /w/workspace/edgex-go/909/.semver/main [2025-10-08T11:52:49.079Z] 4.1.0-dev.66 [Pipeline] } [2025-10-08T11:52:49.083Z] $ docker exec --env ******** --env ******** a688360d751b1c1084d127c61706360619ad74bfbadf24f2a1c441b33872578f ssh-agent -k [2025-10-08T11:52:49.172Z] unset SSH_AUTH_SOCK; [2025-10-08T11:52:49.173Z] unset SSH_AGENT_PID; [2025-10-08T11:52:49.173Z] echo Agent pid 38 killed; [2025-10-08T11:52:49.189Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-10-08T11:52:49.540Z] + git semver [Pipeline] } [2025-10-08T11:52:49.803Z] $ docker stop --time=1 a688360d751b1c1084d127c61706360619ad74bfbadf24f2a1c441b33872578f [2025-10-08T11:52:51.093Z] $ docker rm -f --volumes a688360d751b1c1084d127c61706360619ad74bfbadf24f2a1c441b33872578f [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-10-08T11:52:51.636Z] + [ -d /w/workspace/edgex-go/909/archives ] [Pipeline] libraryResource [Pipeline] sh [2025-10-08T11:52:51.926Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-10-08T11:52:52.784Z] ---> package-listing.sh [2025-10-08T11:52:52.784Z] ++ facter osfamily [2025-10-08T11:52:52.784Z] ++ tr '[:upper:]' '[:lower:]' [2025-10-08T11:52:53.044Z] + OS_FAMILY=debian [2025-10-08T11:52:53.044Z] + workspace=/w/workspace/edgex-go/909 [2025-10-08T11:52:53.044Z] + START_PACKAGES=/tmp/packages_start.txt [2025-10-08T11:52:53.044Z] + END_PACKAGES=/tmp/packages_end.txt [2025-10-08T11:52:53.044Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-10-08T11:52:53.044Z] + PACKAGES=/tmp/packages_start.txt [2025-10-08T11:52:53.044Z] + '[' /w/workspace/edgex-go/909 ']' [2025-10-08T11:52:53.044Z] + PACKAGES=/tmp/packages_end.txt [2025-10-08T11:52:53.044Z] + case "${OS_FAMILY}" in [2025-10-08T11:52:53.044Z] + dpkg -l [2025-10-08T11:52:53.044Z] + grep '^ii' [2025-10-08T11:52:53.044Z] + '[' -f /tmp/packages_start.txt ']' [2025-10-08T11:52:53.044Z] + '[' -f /tmp/packages_end.txt ']' [2025-10-08T11:52:53.044Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-10-08T11:52:53.044Z] + '[' /w/workspace/edgex-go/909 ']' [2025-10-08T11:52:53.044Z] + mkdir -p /w/workspace/edgex-go/909/archives/ [2025-10-08T11:52:53.044Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/909/archives/ [Pipeline] echo [2025-10-08T11:52:53.056Z] 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/909/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-10-08T11:52:53.335Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:52:53.903Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-10-08T11:52:53.903Z] [2025-10-08T11:52:53.903Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T11:52:54.220Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-10-08T11:52:54.221Z] latest: Pulling from edgex-lftools-log-publisher [2025-10-08T11:52:54.221Z] 5eb5b503b376: Pulling fs layer [2025-10-08T11:52:54.221Z] 5c69ac0246d0: Pulling fs layer [2025-10-08T11:52:54.221Z] ec43610c2a17: Pulling fs layer [2025-10-08T11:52:54.221Z] 3a2ae6a8a46f: Pulling fs layer [2025-10-08T11:52:54.221Z] 33b1e0a273af: Pulling fs layer [2025-10-08T11:52:54.221Z] 5d3b04190fa2: Pulling fs layer [2025-10-08T11:52:54.221Z] 2f39f015ded8: Pulling fs layer [2025-10-08T11:52:54.221Z] 5d3b04190fa2: Waiting [2025-10-08T11:52:54.221Z] 2f39f015ded8: Waiting [2025-10-08T11:52:54.221Z] 33b1e0a273af: Waiting [2025-10-08T11:52:54.221Z] 3a2ae6a8a46f: Waiting [2025-10-08T11:52:54.221Z] 5c69ac0246d0: Verifying Checksum [2025-10-08T11:52:54.221Z] 5c69ac0246d0: Download complete [2025-10-08T11:52:54.221Z] 3a2ae6a8a46f: Verifying Checksum [2025-10-08T11:52:54.221Z] 3a2ae6a8a46f: Download complete [2025-10-08T11:52:54.221Z] 33b1e0a273af: Verifying Checksum [2025-10-08T11:52:54.221Z] 33b1e0a273af: Download complete [2025-10-08T11:52:54.480Z] ec43610c2a17: Verifying Checksum [2025-10-08T11:52:54.480Z] ec43610c2a17: Download complete [2025-10-08T11:52:54.480Z] 5d3b04190fa2: Verifying Checksum [2025-10-08T11:52:54.480Z] 5d3b04190fa2: Download complete [2025-10-08T11:52:54.480Z] 5eb5b503b376: Verifying Checksum [2025-10-08T11:52:54.480Z] 5eb5b503b376: Download complete [2025-10-08T11:52:55.047Z] 2f39f015ded8: Verifying Checksum [2025-10-08T11:52:55.047Z] 2f39f015ded8: Download complete [2025-10-08T11:52:56.425Z] 5eb5b503b376: Pull complete [2025-10-08T11:52:56.425Z] 5c69ac0246d0: Pull complete [2025-10-08T11:52:56.684Z] ec43610c2a17: Pull complete [2025-10-08T11:52:56.684Z] 3a2ae6a8a46f: Pull complete [2025-10-08T11:52:56.943Z] 33b1e0a273af: Pull complete [2025-10-08T11:52:56.943Z] 5d3b04190fa2: Pull complete [2025-10-08T11:53:02.205Z] 2f39f015ded8: Pull complete [2025-10-08T11:53:02.205Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-10-08T11:53:02.205Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-10-08T11:53:02.205Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-10-08T11:53:02.317Z] prd-ubuntu20.04-docker-8c-8g-116848 does not seem to be running inside a container [2025-10-08T11:53:02.336Z] $ 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/909/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/909 -v /w/workspace/edgex-go/909:/w/workspace/edgex-go/909:rw,z -v /w/workspace/edgex-go/909@tmp:/w/workspace/edgex-go/909@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-10-08T11:53:03.991Z] $ docker top b88d32aa5ee5b8cef2d3ef96b27ff5319c88860fa20ef41facf96f97b14d886c -eo pid,comm [Pipeline] { [Pipeline] sh [2025-10-08T11:53:04.344Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-10-08T11:53:04.634Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-10-08T11:53:04.920Z] + ls /var/log/sa-host [2025-10-08T11:53:04.920Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-10-08T11:53:04.971Z] provisioning config files... [2025-10-08T11:53:04.979Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/909@tmp/config9488752855309622495tmp [Pipeline] { [Pipeline] echo [2025-10-08T11:53:05.005Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-10-08T11:53:05.288Z] ---> create-netrc.sh [Pipeline] } [2025-10-08T11:53:05.295Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-10-08T11:53:05.611Z] ---> python-tools-install.sh [Pipeline] echo [2025-10-08T11:53:05.621Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-10-08T11:53:05.906Z] ---> sudo-logs.sh [2025-10-08T11:53:05.906Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-10-08T11:53:05.935Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-10-08T11:53:06.220Z] ---> job-cost.sh [2025-10-08T11:53:06.220Z] lf-activate-venv: SKIPPING [2025-10-08T11:53:06.220Z] DEBUG: total: 0.10999999940395355 [2025-10-08T11:53:06.220Z] INFO: Retrieving Stack Cost... [2025-10-08T11:53:06.479Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-10-08T11:53:07.047Z] INFO: Archiving Costs [Pipeline] echo [2025-10-08T11:53:07.062Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-10-08T11:53:07.345Z] ---> logs-deploy.sh [2025-10-08T11:53:07.345Z] lf-activate-venv: SKIPPING [2025-10-08T11:53:07.345Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/909 [2025-10-08T11:53:07.345Z] INFO: archiving workspace using pattern(s): [2025-10-08T11:53:08.284Z] Archives upload complete. [2025-10-08T11:53:08.284Z] INFO: archiving logs to Nexus