Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 44d03353ae1976a56c6e7b940cb61d7be0635af4 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-ssh4898638382661015211.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-ssh9599033807019264720.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-ssh1049002345555297236.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-ssh16989190855651533673.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-ssh1652771846201725729.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 Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-8970 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/906 [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/906 # 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 44d03353ae1976a56c6e7b940cb61d7be0635af4 (main) Commit message: "Merge pull request #5258 from lindseysimple/issue-5255-2" > 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 44d03353ae1976a56c6e7b940cb61d7be0635af4 # timeout=10 > git rev-list --no-walk 7be32007d386ece0ad1d736d44db8f7765ab5de1 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-09-17T02:37:46.609Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-09-17T02:37:46.667Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-09-17T02:37:46.691Z] ========================================================= [2025-09-17T02:37:46.691Z] EdgeX Global Pipelines Version Info [2025-09-17T02:37:46.691Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-09-17T02:37:47.415Z] ------------------- [2025-09-17T02:37:47.415Z] stable info: [2025-09-17T02:37:47.415Z] ------------------- [2025-09-17T02:37:47.415Z] Commited By: Cherry Wang cherry@iotechsys.com [2025-09-17T02:37:47.415Z] Commit SHA: 056ae7b86453181957306e7078512cbe12174832 [2025-09-17T02:37:47.415Z] Message: update stable to v1.0.276 [2025-09-17T02:37:47.985Z] ------------------- [2025-09-17T02:37:47.985Z] experimental info: [2025-09-17T02:37:47.985Z] ------------------- [2025-09-17T02:37:47.985Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-09-17T02:37:47.985Z] Commit SHA: 056ae7b86453181957306e7078512cbe12174832 [2025-09-17T02:37:47.985Z] Message: update experimental to v1.0.276 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-09-17T02:37:48.060Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2025-09-17T02:37:48.081Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2025-09-17T02:37:48.100Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-09-17T02:37:48.120Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-09-17T02:37:48.144Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-09-17T02:37:48.170Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-09-17T02:37:48.195Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-09-17T02:37:48.216Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2025-09-17T02:37:48.237Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2025-09-17T02:37:48.258Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2025-09-17T02:37:48.277Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-09-17T02:37:48.297Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-09-17T02:37:48.323Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-09-17T02:37:48.350Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-09-17T02:37:48.375Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-09-17T02:37:48.404Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-09-17T02:37:48.429Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-09-17T02:37:48.452Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-09-17T02:37:48.475Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2025-09-17T02:37:48.498Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo [2025-09-17T02:37:48.526Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-09-17T02:37:48.546Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-09-17T02:37:48.567Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-09-17T02:37:48.590Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-09-17T02:37:48.611Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-09-17T02:37:48.631Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-09-17T02:37:48.656Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] echo [2025-09-17T02:37:48.676Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 44d0335 [Pipeline] echo [2025-09-17T02:37:48.699Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-09-17T02:37:48.757Z] provisioning config files... [2025-09-17T02:37:48.769Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/906@tmp/config9088104245689734925tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-09-17T02:37:49.103Z] ---> ****-login.sh [2025-09-17T02:37:49.103Z] nexus3.edgexfoundry.org:10001 [2025-09-17T02:37:49.103Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-17T02:37:49.363Z] [2025-09-17T02:37:49.364Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-09-17T02:37:49.364Z] Configure a credential helper to remove this warning. See [2025-09-17T02:37:49.364Z] https://docs.****.com/go/credential-store/ [2025-09-17T02:37:49.364Z] [2025-09-17T02:37:49.364Z] Login Succeeded [2025-09-17T02:37:49.364Z] nexus3.edgexfoundry.org:10002 [2025-09-17T02:37:49.364Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-17T02:37:49.364Z] [2025-09-17T02:37:49.364Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-09-17T02:37:49.364Z] Configure a credential helper to remove this warning. See [2025-09-17T02:37:49.364Z] https://docs.****.com/go/credential-store/ [2025-09-17T02:37:49.364Z] [2025-09-17T02:37:49.364Z] Login Succeeded [2025-09-17T02:37:49.364Z] nexus3.edgexfoundry.org:10003 [2025-09-17T02:37:49.364Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-17T02:37:49.624Z] [2025-09-17T02:37:49.625Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-09-17T02:37:49.625Z] Configure a credential helper to remove this warning. See [2025-09-17T02:37:49.625Z] https://docs.****.com/go/credential-store/ [2025-09-17T02:37:49.625Z] [2025-09-17T02:37:49.625Z] Login Succeeded [2025-09-17T02:37:49.625Z] nexus3.edgexfoundry.org:10004 [2025-09-17T02:37:49.625Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-17T02:37:49.625Z] [2025-09-17T02:37:49.625Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-09-17T02:37:49.625Z] Configure a credential helper to remove this warning. See [2025-09-17T02:37:49.625Z] https://docs.****.com/go/credential-store/ [2025-09-17T02:37:49.625Z] [2025-09-17T02:37:49.625Z] Login Succeeded [2025-09-17T02:37:49.625Z] ****.io [2025-09-17T02:37:49.625Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-17T02:37:49.883Z] [2025-09-17T02:37:49.883Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-09-17T02:37:49.883Z] Configure a credential helper to remove this warning. See [2025-09-17T02:37:49.883Z] https://docs.****.com/go/credential-store/ [2025-09-17T02:37:49.883Z] [2025-09-17T02:37:49.884Z] Login Succeeded [2025-09-17T02:37:49.884Z] ---> ****-login.sh ends [Pipeline] } [2025-09-17T02:37:49.889Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-09-17T02:37:50.214Z] + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-keeper/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile [2025-09-17T02:37:50.214Z] + dirname cmd/core-command/Dockerfile [2025-09-17T02:37:50.214Z] + cut -d/ -f2 [2025-09-17T02:37:50.214Z] + echo core-command,cmd/core-command/Dockerfile [2025-09-17T02:37:50.214Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2025-09-17T02:37:50.214Z] + cut -d/ -f2 [2025-09-17T02:37:50.214Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2025-09-17T02:37:50.214Z] + dirname cmd/core-data/Dockerfile [2025-09-17T02:37:50.214Z] + cut -d/ -f2 [2025-09-17T02:37:50.214Z] + echo core-data,cmd/core-data/Dockerfile [2025-09-17T02:37:50.214Z] + dirname cmd/core-keeper/Dockerfile [2025-09-17T02:37:50.214Z] + cut -d/ -f2 [2025-09-17T02:37:50.214Z] + echo core-keeper,cmd/core-keeper/Dockerfile [2025-09-17T02:37:50.214Z] + dirname cmd/core-metadata/Dockerfile [2025-09-17T02:37:50.214Z] + cut -d/ -f2 [2025-09-17T02:37:50.214Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2025-09-17T02:37:50.214Z] + dirname cmd/security-bootstrapper/Dockerfile [2025-09-17T02:37:50.214Z] + cut -d/ -f2 [2025-09-17T02:37:50.214Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2025-09-17T02:37:50.214Z] + dirname cmd/security-proxy-auth/Dockerfile [2025-09-17T02:37:50.214Z] + cut -d/ -f2 [2025-09-17T02:37:50.214Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2025-09-17T02:37:50.214Z] + dirname cmd/security-proxy-setup/Dockerfile [2025-09-17T02:37:50.214Z] + cut -d/ -f2 [2025-09-17T02:37:50.214Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2025-09-17T02:37:50.214Z] + + dirname cmd/security-secretstore-setup/Dockerfile [2025-09-17T02:37:50.214Z] cut -d/ -f2 [2025-09-17T02:37:50.214Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2025-09-17T02:37:50.214Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2025-09-17T02:37:50.214Z] + cut -d/ -f2 [2025-09-17T02:37:50.214Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2025-09-17T02:37:50.214Z] + dirname cmd/security-spire-agent/Dockerfile [2025-09-17T02:37:50.214Z] + cut -d/ -f2 [2025-09-17T02:37:50.214Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2025-09-17T02:37:50.214Z] + dirname cmd/security-spire-config/Dockerfile [2025-09-17T02:37:50.214Z] + cut -d/ -f2 [2025-09-17T02:37:50.214Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2025-09-17T02:37:50.214Z] + dirname cmd/security-spire-server/Dockerfile [2025-09-17T02:37:50.214Z] + cut -d/ -f2 [2025-09-17T02:37:50.214Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2025-09-17T02:37:50.214Z] + dirname cmd/support-notifications/Dockerfile [2025-09-17T02:37:50.214Z] + cut -d/ -f2 [2025-09-17T02:37:50.214Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2025-09-17T02:37:50.214Z] + dirname cmd/support-scheduler/Dockerfile [2025-09-17T02:37:50.214Z] + cut -d/ -f2 [2025-09-17T02:37:50.214Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2025-09-17T02:37:50.249Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-keeper, dockerfile:cmd/core-keeper/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2025-09-17T02:37:50.608Z] + git rev-list -1 --merges 44d03353ae1976a56c6e7b940cb61d7be0635af4~1..44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] echo [2025-09-17T02:37:50.621Z] -----------> git rev-list -1 --merges 44d03353ae1976a56c6e7b940cb61d7be0635af4~1..44d03353ae1976a56c6e7b940cb61d7be0635af4 44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:37:50.621Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4 [false] [Pipeline] sh [2025-09-17T02:37:50.910Z] + git log --format=format:%s -1 44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] echo [2025-09-17T02:37:50.927Z] ========================================================= [2025-09-17T02:37:50.927Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-09-17T02:37:50.927Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2025-09-17T02:37:51.339Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-09-17T02:37:51.339Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-09-17T02:37:51.339Z] + [ -e /tmp/ssh_known_hosts ] [2025-09-17T02:37:51.339Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-09-17T02:37:51.339Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-09-17T02:37:51.339Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-09-17T02:37:51.339Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:37:51.716Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-09-17T02:37:51.716Z] [2025-09-17T02:37:51.716Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:37:52.023Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-09-17T02:37:52.024Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-09-17T02:37:52.024Z] 3dae71ba6b94: Pulling fs layer [2025-09-17T02:37:52.024Z] 6bf1a483ea7c: Pulling fs layer [2025-09-17T02:37:52.024Z] f5dfc541a4d3: Pulling fs layer [2025-09-17T02:37:52.024Z] 461d9e800cba: Pulling fs layer [2025-09-17T02:37:52.024Z] 80192f66455f: Pulling fs layer [2025-09-17T02:37:52.024Z] 2e8e34ca0e6c: Pulling fs layer [2025-09-17T02:37:52.024Z] a29436f7fd5d: Pulling fs layer [2025-09-17T02:37:52.024Z] 923cac83aea3: Pulling fs layer [2025-09-17T02:37:52.024Z] 25ad8b0a4227: Pulling fs layer [2025-09-17T02:37:52.024Z] db01528c6b51: Pulling fs layer [2025-09-17T02:37:52.024Z] 28988de357af: Pulling fs layer [2025-09-17T02:37:52.024Z] 923cac83aea3: Waiting [2025-09-17T02:37:52.024Z] 461d9e800cba: Waiting [2025-09-17T02:37:52.024Z] 25ad8b0a4227: Waiting [2025-09-17T02:37:52.024Z] 80192f66455f: Waiting [2025-09-17T02:37:52.024Z] 2e8e34ca0e6c: Waiting [2025-09-17T02:37:52.024Z] a29436f7fd5d: Waiting [2025-09-17T02:37:52.024Z] 6bf1a483ea7c: Verifying Checksum [2025-09-17T02:37:52.024Z] 6bf1a483ea7c: Download complete [2025-09-17T02:37:52.024Z] 461d9e800cba: Verifying Checksum [2025-09-17T02:37:52.024Z] 461d9e800cba: Download complete [2025-09-17T02:37:52.024Z] 80192f66455f: Download complete [2025-09-17T02:37:52.282Z] f5dfc541a4d3: Verifying Checksum [2025-09-17T02:37:52.283Z] f5dfc541a4d3: Download complete [2025-09-17T02:37:52.283Z] 3dae71ba6b94: Verifying Checksum [2025-09-17T02:37:52.283Z] 3dae71ba6b94: Download complete [2025-09-17T02:37:52.283Z] 923cac83aea3: Verifying Checksum [2025-09-17T02:37:52.283Z] 923cac83aea3: Download complete [2025-09-17T02:37:52.542Z] 25ad8b0a4227: Verifying Checksum [2025-09-17T02:37:52.542Z] 25ad8b0a4227: Download complete [2025-09-17T02:37:52.542Z] db01528c6b51: Download complete [2025-09-17T02:37:52.542Z] 28988de357af: Verifying Checksum [2025-09-17T02:37:52.542Z] 28988de357af: Download complete [2025-09-17T02:37:52.542Z] a29436f7fd5d: Verifying Checksum [2025-09-17T02:37:52.542Z] a29436f7fd5d: Download complete [2025-09-17T02:37:53.110Z] 2e8e34ca0e6c: Verifying Checksum [2025-09-17T02:37:53.110Z] 2e8e34ca0e6c: Download complete [2025-09-17T02:37:53.678Z] 3dae71ba6b94: Pull complete [2025-09-17T02:37:53.937Z] 6bf1a483ea7c: Pull complete [2025-09-17T02:37:54.872Z] f5dfc541a4d3: Pull complete [2025-09-17T02:37:54.872Z] 461d9e800cba: Pull complete [2025-09-17T02:37:54.872Z] 80192f66455f: Pull complete [2025-09-17T02:38:00.152Z] 2e8e34ca0e6c: Pull complete [2025-09-17T02:38:00.152Z] a29436f7fd5d: Pull complete [2025-09-17T02:38:00.412Z] 923cac83aea3: Pull complete [2025-09-17T02:38:00.412Z] 25ad8b0a4227: Pull complete [2025-09-17T02:38:00.412Z] db01528c6b51: Pull complete [2025-09-17T02:38:00.412Z] 28988de357af: Pull complete [2025-09-17T02:38:00.677Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-09-17T02:38:00.677Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-09-17T02:38:00.677Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-09-17T02:38:00.820Z] prd-ubuntu20.04-docker-8c-8g-8970 does not seem to be running inside a container [2025-09-17T02:38:00.850Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/906 -v /w/workspace/edgex-go/906:/w/workspace/edgex-go/906:rw,z -v /w/workspace/edgex-go/906@tmp:/w/workspace/edgex-go/906@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-09-17T02:38:02.918Z] $ docker top daeee440e1ab0c3037fba4efb2f24837462c019318e8ae9bc2c07cf6f6f1a9f3 -eo pid,comm [2025-09-17T02:38:02.971Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-09-17T02:38:02.971Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-09-17T02:38:03.037Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-09-17T02:38:03.037Z] [ssh-agent] Looking for ssh-agent implementation... [2025-09-17T02:38:03.138Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-09-17T02:38:03.138Z] $ docker exec daeee440e1ab0c3037fba4efb2f24837462c019318e8ae9bc2c07cf6f6f1a9f3 ssh-agent [2025-09-17T02:38:03.237Z] SSH_AUTH_SOCK=/tmp/ssh-fcNHZ1lxIekd/agent.31 [2025-09-17T02:38:03.237Z] SSH_AGENT_PID=37 [2025-09-17T02:38:03.245Z] Running ssh-add (command line suppressed) [2025-09-17T02:38:03.344Z] Identity added: /w/workspace/edgex-go/906@tmp/private_key_14743516946826401523.key (/w/workspace/edgex-go/906@tmp/private_key_14743516946826401523.key) [2025-09-17T02:38:03.360Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-09-17T02:38:03.700Z] + git config --global --add safe.directory /w/workspace/edgex-go/906 [Pipeline] sh [2025-09-17T02:38:03.987Z] + git tag --points-at HEAD [Pipeline] } [2025-09-17T02:38:03.998Z] $ docker exec --env ******** --env ******** daeee440e1ab0c3037fba4efb2f24837462c019318e8ae9bc2c07cf6f6f1a9f3 ssh-agent -k [2025-09-17T02:38:04.083Z] unset SSH_AUTH_SOCK; [2025-09-17T02:38:04.084Z] unset SSH_AGENT_PID; [2025-09-17T02:38:04.084Z] echo Agent pid 37 killed; [2025-09-17T02:38:04.099Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-09-17T02:38:04.139Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-09-17T02:38:04.139Z] [ssh-agent] Looking for ssh-agent implementation... [2025-09-17T02:38:04.243Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-09-17T02:38:04.242Z] $ docker exec daeee440e1ab0c3037fba4efb2f24837462c019318e8ae9bc2c07cf6f6f1a9f3 ssh-agent [2025-09-17T02:38:04.353Z] SSH_AUTH_SOCK=/tmp/ssh-k41zYng0Ey9a/agent.86 [2025-09-17T02:38:04.353Z] SSH_AGENT_PID=92 [2025-09-17T02:38:04.358Z] Running ssh-add (command line suppressed) [2025-09-17T02:38:04.461Z] Identity added: /w/workspace/edgex-go/906@tmp/private_key_17674974355446840254.key (/w/workspace/edgex-go/906@tmp/private_key_17674974355446840254.key) [2025-09-17T02:38:04.476Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-09-17T02:38:04.770Z] + git semver init [2025-09-17T02:38:05.029Z] 2025-09-17 02:38:04,972 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-09-17T02:38:05.029Z] 2025-09-17 02:38:04,975 [run_init] DEBUG init version:0.0.0 force:False [2025-09-17T02:38:05.029Z] 2025-09-17 02:38:04,976 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/906/.semver [2025-09-17T02:38:05.029Z] 2025-09-17 02:38:04,976 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/906/.semver [2025-09-17T02:38:05.029Z] 2025-09-17 02:38:04,976 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/906/.semver'], cwd=/w/workspace/edgex-go/906, stdin=None, shell=False, universal_newlines=False) [2025-09-17T02:38:11.610Z] 2025-09-17 02:38:10,612 [append_file] DEBUG append to file:/w/workspace/edgex-go/906/.git/info/exclude [2025-09-17T02:38:11.610Z] 2025-09-17 02:38:10,612 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/906/.semver/main with force:False [2025-09-17T02:38:11.610Z] 2025-09-17 02:38:10,612 [read_version] DEBUG read version from /w/workspace/edgex-go/906/.semver/main [2025-09-17T02:38:11.610Z] 2025-09-17 02:38:10,612 [read_version] DEBUG read version from /w/workspace/edgex-go/906/.semver/main [2025-09-17T02:38:11.610Z] 4.1.0-dev.62 [Pipeline] } [2025-09-17T02:38:11.617Z] $ docker exec --env ******** --env ******** daeee440e1ab0c3037fba4efb2f24837462c019318e8ae9bc2c07cf6f6f1a9f3 ssh-agent -k [2025-09-17T02:38:11.703Z] unset SSH_AUTH_SOCK; [2025-09-17T02:38:11.703Z] unset SSH_AGENT_PID; [2025-09-17T02:38:11.704Z] echo Agent pid 92 killed; [2025-09-17T02:38:11.718Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-09-17T02:38:12.050Z] + git semver [Pipeline] } [2025-09-17T02:38:12.318Z] $ docker stop --time=1 daeee440e1ab0c3037fba4efb2f24837462c019318e8ae9bc2c07cf6f6f1a9f3 [2025-09-17T02:38:13.597Z] $ docker rm -f --volumes daeee440e1ab0c3037fba4efb2f24837462c019318e8ae9bc2c07cf6f6f1a9f3 [Pipeline] // withDockerContainer [Pipeline] sh [2025-09-17T02:38:13.941Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-09-17T02:38:14.190Z] Stashed 1 file(s) [Pipeline] echo [2025-09-17T02:38:14.195Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.62 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-09-17T02:38:14.673Z] + git config --global --add safe.directory /w/workspace/edgex-go/906 [Pipeline] echo [2025-09-17T02:38:14.695Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-09-17T02:38:14.720Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-09-17T02:38:14.741Z] ========================================================= [2025-09-17T02:38:14.741Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-09-17T02:38:14.741Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2025-09-17T02:38:15.034Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-09-17T02:38:15.034Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2025-09-17T02:38:15.034Z] 0a9a5dfd008f: Pulling fs layer [2025-09-17T02:38:15.034Z] 36466aa92d05: Pulling fs layer [2025-09-17T02:38:15.034Z] e10405b45d13: Pulling fs layer [2025-09-17T02:38:15.034Z] 096b7ceb2af7: Pulling fs layer [2025-09-17T02:38:15.034Z] 4f4fb700ef54: Pulling fs layer [2025-09-17T02:38:15.034Z] c451b95d7931: Pulling fs layer [2025-09-17T02:38:15.034Z] 9febf9df4401: Pulling fs layer [2025-09-17T02:38:15.034Z] 1477f019b032: Pulling fs layer [2025-09-17T02:38:15.034Z] c7dc25521971: Pulling fs layer [2025-09-17T02:38:15.034Z] 1477f019b032: Waiting [2025-09-17T02:38:15.034Z] c7dc25521971: Waiting [2025-09-17T02:38:15.034Z] 9febf9df4401: Waiting [2025-09-17T02:38:15.034Z] c451b95d7931: Waiting [2025-09-17T02:38:15.034Z] 4f4fb700ef54: Waiting [2025-09-17T02:38:15.034Z] 096b7ceb2af7: Waiting [2025-09-17T02:38:15.034Z] 36466aa92d05: Verifying Checksum [2025-09-17T02:38:15.034Z] 36466aa92d05: Download complete [2025-09-17T02:38:15.034Z] 096b7ceb2af7: Download complete [2025-09-17T02:38:15.034Z] 4f4fb700ef54: Verifying Checksum [2025-09-17T02:38:15.034Z] 4f4fb700ef54: Download complete [2025-09-17T02:38:15.034Z] c451b95d7931: Verifying Checksum [2025-09-17T02:38:15.034Z] c451b95d7931: Download complete [2025-09-17T02:38:15.034Z] 0a9a5dfd008f: Download complete [2025-09-17T02:38:15.292Z] 9febf9df4401: Verifying Checksum [2025-09-17T02:38:15.292Z] 9febf9df4401: Download complete [2025-09-17T02:38:15.292Z] 0a9a5dfd008f: Pull complete [2025-09-17T02:38:15.552Z] 36466aa92d05: Pull complete [2025-09-17T02:38:15.552Z] c7dc25521971: Verifying Checksum [2025-09-17T02:38:15.552Z] c7dc25521971: Download complete [2025-09-17T02:38:16.119Z] 1477f019b032: Verifying Checksum [2025-09-17T02:38:16.119Z] 1477f019b032: Download complete [2025-09-17T02:38:21.386Z] e10405b45d13: Pull complete [2025-09-17T02:38:21.386Z] 096b7ceb2af7: Pull complete [2025-09-17T02:38:21.386Z] 4f4fb700ef54: Pull complete [2025-09-17T02:38:21.386Z] c451b95d7931: Pull complete [2025-09-17T02:38:21.386Z] 9febf9df4401: Pull complete [2025-09-17T02:38:24.673Z] 1477f019b032: Pull complete [2025-09-17T02:38:24.932Z] c7dc25521971: Pull complete [2025-09-17T02:38:24.932Z] Digest: sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 [2025-09-17T02:38:24.932Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-09-17T02:38:24.932Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh [2025-09-17T02:38:25.238Z] + echo+ FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-09-17T02:38:25.238Z] WORKDIR /edgex [2025-09-17T02:38:25.238Z] COPY go.mod . [2025-09-17T02:38:25.238Z] RUN go mod download [2025-09-17T02:38:25.238Z] docker build -t ci-base-image-x86_64 -f - . [2025-09-17T02:38:25.808Z] #0 building with "default" instance using docker driver [2025-09-17T02:38:25.808Z] [2025-09-17T02:38:25.808Z] #1 [internal] load build definition from Dockerfile [2025-09-17T02:38:25.808Z] #1 transferring dockerfile: 164B done [2025-09-17T02:38:25.808Z] #1 DONE 0.0s [2025-09-17T02:38:25.808Z] [2025-09-17T02:38:25.808Z] #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-09-17T02:38:25.808Z] #2 DONE 0.0s [2025-09-17T02:38:25.808Z] [2025-09-17T02:38:25.808Z] #3 [internal] load .dockerignore [2025-09-17T02:38:25.808Z] #3 transferring context: 50B done [2025-09-17T02:38:25.808Z] #3 DONE 0.0s [2025-09-17T02:38:25.808Z] [2025-09-17T02:38:25.808Z] #4 [internal] load build context [2025-09-17T02:38:26.066Z] #4 transferring context: 6.57kB done [2025-09-17T02:38:26.066Z] #4 DONE 0.0s [2025-09-17T02:38:26.066Z] [2025-09-17T02:38:26.066Z] #5 [1/4] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-09-17T02:38:26.066Z] #5 DONE 0.1s [2025-09-17T02:38:26.066Z] [2025-09-17T02:38:26.066Z] #6 [2/4] WORKDIR /edgex [2025-09-17T02:38:27.447Z] #6 DONE 1.6s [2025-09-17T02:38:27.705Z] [2025-09-17T02:38:27.705Z] #7 [3/4] COPY go.mod . [2025-09-17T02:38:27.705Z] #7 DONE 0.0s [2025-09-17T02:38:27.705Z] [2025-09-17T02:38:27.705Z] #8 [4/4] RUN go mod download [2025-09-17T02:38:29.316Z] Still waiting to schedule task [2025-09-17T02:38:29.317Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-8967’ [2025-09-17T02:38:34.275Z] #8 DONE 6.6s [2025-09-17T02:38:34.275Z] [2025-09-17T02:38:34.275Z] #9 exporting to image [2025-09-17T02:38:34.275Z] #9 exporting layers [2025-09-17T02:38:38.467Z] #9 exporting layers 3.7s done [2025-09-17T02:38:38.467Z] #9 writing image sha256:a67d034d3b26fe97e4aa3ac2ca71a5c3ebeb985bf48442721693437faf756ac5 done [2025-09-17T02:38:38.467Z] #9 naming to docker.io/library/ci-base-image-x86_64 done [2025-09-17T02:38:38.467Z] #9 DONE 3.7s [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:38:38.781Z] + docker inspect -f . ci-base-image-x86_64 [2025-09-17T02:38:38.781Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-09-17T02:38:38.864Z] prd-ubuntu20.04-docker-8c-8g-8970 does not seem to be running inside a container [2025-09-17T02:38:38.890Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/906 -v /w/workspace/edgex-go/906:/w/workspace/edgex-go/906:rw,z -v /w/workspace/edgex-go/906@tmp:/w/workspace/edgex-go/906@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-09-17T02:38:39.183Z] $ docker top 150147e1ef5388b1449bb831cef2bd56f9889877fb339f767d3aad218cf2c4e3 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-09-17T02:38:39.533Z] + go version [2025-09-17T02:38:39.534Z] go version go1.23.9 linux/amd64 [Pipeline] } [2025-09-17T02:38:39.538Z] $ docker stop --time=1 150147e1ef5388b1449bb831cef2bd56f9889877fb339f767d3aad218cf2c4e3 [2025-09-17T02:38:40.821Z] $ docker rm -f --volumes 150147e1ef5388b1449bb831cef2bd56f9889877fb339f767d3aad218cf2c4e3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:38:41.261Z] + docker inspect -f . ci-base-image-x86_64 [2025-09-17T02:38:41.261Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-09-17T02:38:41.339Z] prd-ubuntu20.04-docker-8c-8g-8970 does not seem to be running inside a container [2025-09-17T02:38:41.363Z] $ 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/906 -v /w/workspace/edgex-go/906:/w/workspace/edgex-go/906:rw,z -v /w/workspace/edgex-go/906@tmp:/w/workspace/edgex-go/906@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-09-17T02:38:41.604Z] $ docker top 57c33db960353dfc7e685ea2139954741625022c7dd7d18e739bd35a47593a38 -eo pid,comm [Pipeline] { [Pipeline] echo [2025-09-17T02:38:41.688Z] ========================================================= [2025-09-17T02:38:41.688Z] [edgeXBuildGoParallel] Running Tests and Build... [2025-09-17T02:38:41.688Z] ========================================================= [Pipeline] sh [2025-09-17T02:38:41.967Z] + git config --global --add safe.directory /w/workspace/edgex-go/906 [Pipeline] fileExists [Pipeline] sh [2025-09-17T02:38:42.268Z] + make test [2025-09-17T02:38:42.269Z] go test -race -coverprofile=coverage.out ./... [2025-09-17T02:38:50.387Z] ? github.com/edgexfoundry/edgex-go [no test files] [2025-09-17T02:39:16.925Z] github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements [2025-09-17T02:39:16.925Z] github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements [2025-09-17T02:39:16.925Z] github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements [2025-09-17T02:39:16.925Z] github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements [2025-09-17T02:39:16.925Z] github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements [2025-09-17T02:39:16.925Z] github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements [2025-09-17T02:39:16.925Z] github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements [2025-09-17T02:39:16.925Z] github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements [2025-09-17T02:39:16.925Z] github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements [2025-09-17T02:39:16.925Z] github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements [2025-09-17T02:39:16.926Z] github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements [2025-09-17T02:39:16.926Z] github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements [2025-09-17T02:39:16.926Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2025-09-17T02:39:16.926Z] github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements [2025-09-17T02:39:16.926Z] github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements [2025-09-17T02:39:16.926Z] github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements [2025-09-17T02:39:16.926Z] github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements [2025-09-17T02:39:17.857Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.027s coverage: 42.3% of statements [2025-09-17T02:39:18.420Z] github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements [2025-09-17T02:39:18.420Z] github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements [2025-09-17T02:39:18.986Z] github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements [2025-09-17T02:39:18.986Z] github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements [2025-09-17T02:39:18.986Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.044s coverage: 97.0% of statements [2025-09-17T02:39:19.921Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2025-09-17T02:39:19.921Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] [2025-09-17T02:39:19.921Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/query [no test files] [2025-09-17T02:39:19.921Z] github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements [2025-09-17T02:39:19.921Z] github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements [2025-09-17T02:39:19.921Z] github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements [2025-09-17T02:39:19.921Z] github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-09-17T02:39:19.921Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] [2025-09-17T02:39:19.921Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements [2025-09-17T02:39:19.921Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements [2025-09-17T02:39:19.921Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements [2025-09-17T02:39:21.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] [2025-09-17T02:39:21.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] [2025-09-17T02:39:21.294Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements [2025-09-17T02:39:21.294Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements [2025-09-17T02:39:21.294Z] github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements [2025-09-17T02:39:21.294Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-09-17T02:39:22.231Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.051s coverage: 69.4% of statements [2025-09-17T02:39:22.231Z] ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.024s coverage: 4.8% of statements [2025-09-17T02:39:22.231Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.081s coverage: 57.6% of statements [2025-09-17T02:39:22.231Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/cache 1.020s coverage: 86.5% of statements [2025-09-17T02:39:23.167Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements [2025-09-17T02:39:23.167Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements [2025-09-17T02:39:23.734Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.995s coverage: 94.2% of statements [2025-09-17T02:39:23.734Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.053s coverage: 92.4% of statements [2025-09-17T02:39:23.991Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.051s coverage: 8.4% of statements [2025-09-17T02:39:24.563Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] [2025-09-17T02:39:24.563Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2025-09-17T02:39:24.563Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2025-09-17T02:39:24.563Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements [2025-09-17T02:39:24.563Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-09-17T02:39:24.563Z] github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements [2025-09-17T02:39:24.563Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements [2025-09-17T02:39:24.563Z] github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements [2025-09-17T02:39:24.563Z] github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements [2025-09-17T02:39:24.564Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2025-09-17T02:39:24.564Z] github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements [2025-09-17T02:39:24.564Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/models [no test files] [2025-09-17T02:39:24.564Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements [2025-09-17T02:39:24.564Z] github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements [2025-09-17T02:39:24.564Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements [2025-09-17T02:39:25.937Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.370s coverage: 95.8% of statements [2025-09-17T02:39:25.937Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.025s coverage: 72.2% of statements [2025-09-17T02:39:26.874Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2025-09-17T02:39:26.874Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] [2025-09-17T02:39:26.874Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements [2025-09-17T02:39:26.874Z] github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements [2025-09-17T02:39:26.874Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements [2025-09-17T02:39:28.246Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.051s coverage: 2.4% of statements [2025-09-17T02:39:28.246Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.052s coverage: 1.0% of statements [2025-09-17T02:39:28.246Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.027s coverage: 39.4% of statements [2025-09-17T02:39:28.246Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.025s coverage: 68.8% of statements [2025-09-17T02:39:28.506Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.026s coverage: 40.0% of statements [2025-09-17T02:39:28.506Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.019s coverage: 87.1% of statements [2025-09-17T02:39:28.506Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.023s coverage: 94.1% of statements [2025-09-17T02:39:28.506Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements [2025-09-17T02:39:28.506Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements [2025-09-17T02:39:28.506Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements [2025-09-17T02:39:28.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.024s coverage: 96.3% of statements [2025-09-17T02:39:29.329Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2025-09-17T02:39:29.329Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements [2025-09-17T02:39:29.329Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements [2025-09-17T02:39:29.329Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements [2025-09-17T02:39:29.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.026s coverage: 87.5% of statements [2025-09-17T02:39:30.156Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements [2025-09-17T02:39:30.156Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements [2025-09-17T02:39:30.156Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements [2025-09-17T02:39:30.415Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements [2025-09-17T02:39:30.415Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements [2025-09-17T02:39:30.415Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements [2025-09-17T02:39:30.415Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements [2025-09-17T02:39:30.982Z] github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements [2025-09-17T02:39:30.982Z] github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements [2025-09-17T02:39:31.550Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements [2025-09-17T02:39:32.928Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements [2025-09-17T02:39:33.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2025-09-17T02:39:34.570Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements [2025-09-17T02:39:35.506Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements [2025-09-17T02:39:35.507Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements [2025-09-17T02:39:35.507Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements [2025-09-17T02:39:38.788Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements [2025-09-17T02:39:39.355Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements [2025-09-17T02:39:39.355Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements [2025-09-17T02:39:39.613Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] [2025-09-17T02:39:39.613Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] [2025-09-17T02:39:39.613Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-09-17T02:39:41.513Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements [2025-09-17T02:39:41.513Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements [2025-09-17T02:39:41.513Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements [2025-09-17T02:39:41.513Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.042s coverage: 94.4% of statements [2025-09-17T02:39:41.770Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2025-09-17T02:39:41.770Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements [2025-09-17T02:39:41.770Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements [2025-09-17T02:39:42.030Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements [2025-09-17T02:39:42.290Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements [2025-09-17T02:39:42.290Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements [2025-09-17T02:39:42.290Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements [2025-09-17T02:39:42.290Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements [2025-09-17T02:39:42.290Z] github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements [2025-09-17T02:39:44.190Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements [2025-09-17T02:39:44.190Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements [2025-09-17T02:39:44.190Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements [2025-09-17T02:39:44.190Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements [2025-09-17T02:39:45.124Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] [2025-09-17T02:39:45.124Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2025-09-17T02:39:45.124Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-09-17T02:39:45.124Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements [2025-09-17T02:39:45.124Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements [2025-09-17T02:39:45.124Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements [2025-09-17T02:39:45.124Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements [2025-09-17T02:39:46.498Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] [2025-09-17T02:39:46.498Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2025-09-17T02:39:46.498Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-09-17T02:39:53.066Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.050s coverage: 92.9% of statements [2025-09-17T02:39:53.066Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.023s coverage: 68.8% of statements [2025-09-17T02:39:53.066Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.029s coverage: 62.3% of statements [2025-09-17T02:39:53.066Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.028s coverage: 47.4% of statements [2025-09-17T02:39:53.066Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.037s coverage: 87.2% of statements [2025-09-17T02:39:53.066Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.021s coverage: 15.5% of statements [2025-09-17T02:39:53.066Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.022s coverage: 100.0% of statements [2025-09-17T02:39:53.066Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.075s coverage: 81.8% of statements [2025-09-17T02:39:53.066Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.088s coverage: 82.1% of statements [2025-09-17T02:39:53.066Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.023s coverage: 86.0% of statements [2025-09-17T02:39:53.066Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.046s coverage: 6.8% of statements [2025-09-17T02:39:53.066Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.046s coverage: 33.3% of statements [2025-09-17T02:39:53.066Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.043s coverage: 100.0% of statements [2025-09-17T02:39:53.066Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.167s coverage: 54.5% of statements [2025-09-17T02:39:53.066Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.020s coverage: 89.4% of statements [2025-09-17T02:39:53.066Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.017s coverage: 100.0% of statements [2025-09-17T02:39:53.066Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.017s coverage: 73.7% of statements [2025-09-17T02:39:53.066Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.017s coverage: 100.0% of statements [2025-09-17T02:39:53.066Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.028s coverage: 88.6% of statements [2025-09-17T02:39:53.066Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.026s coverage: 96.8% of statements [2025-09-17T02:39:53.066Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.018s coverage: 100.0% of statements [2025-09-17T02:39:53.066Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.165s coverage: 29.2% of statements [2025-09-17T02:39:53.066Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.022s coverage: 93.8% of statements [2025-09-17T02:39:53.066Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.019s coverage: 3.1% of statements [2025-09-17T02:39:53.066Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.028s coverage: 76.2% of statements [2025-09-17T02:39:53.066Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.022s coverage: 54.0% of statements [2025-09-17T02:39:53.066Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.054s coverage: 17.0% of statements [2025-09-17T02:39:53.066Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.128s coverage: 94.9% of statements [2025-09-17T02:39:53.066Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.039s coverage: 9.0% of statements [2025-09-17T02:39:53.066Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.064s coverage: 97.7% of statements [2025-09-17T02:39:53.066Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.024s coverage: 43.6% of statements [2025-09-17T02:39:53.066Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2025-09-17T02:39:53.066Z] running golangci-lint [2025-09-17T02:39:53.326Z] golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z [2025-09-17T02:39:53.326Z] go version go1.23.9 linux/amd64 [2025-09-17T02:39:53.585Z] level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" [2025-09-17T02:39:53.585Z] level=info msg="[config_reader] Used config file .golangci.yml" [2025-09-17T02:39:53.585Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [2025-09-17T02:40:15.522Z] level=info msg="[loader] Go packages loading at mode 575 (types_sizes|compiled_files|exports_file|name|deps|files|imports) took 22.080264708s" [2025-09-17T02:40:15.522Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 52.38653ms" [2025-09-17T02:40:27.712Z] level=info msg="[linters_context/goanalysis] analyzers took 1m36.224642486s with top 10 stages: buildir: 56.78119003s, gosec: 3.66462419s, inspect: 2.802804754s, fact_deprecated: 2.522554703s, printf: 1.802435306s, ctrlflow: 1.688288073s, fact_purity: 1.429797845s, S1038: 1.130735852s, nilness: 1.098855986s, unused: 707.826477ms" [2025-09-17T02:40:27.712Z] level=info msg="[runner] Issues before processing: 201, after processing: 0" [2025-09-17T02:40:27.712Z] level=info msg="[runner] Processors filtering stat (in/out): cgo: 201/201, skip_files: 201/201, identifier_marker: 201/201, filename_unadjuster: 201/201, invalid_issue: 201/201, nolint: 20/0, skip_dirs: 201/201, autogenerated_exclude: 201/201, exclude: 201/201, path_prettifier: 201/201, exclude-rules: 201/20" [2025-09-17T02:40:27.712Z] level=info msg="[runner] processing took 20.763205ms with stages: nolint: 10.285835ms, identifier_marker: 5.114711ms, path_prettifier: 1.987788ms, exclude-rules: 1.55292ms, autogenerated_exclude: 1.139545ms, skip_dirs: 595.283µs, cgo: 34.832µs, invalid_issue: 29.461µs, filename_unadjuster: 17.28µs, max_same_issues: 2.03µs, fixer: 700ns, uniq_by_line: 490ns, exclude: 360ns, sort_results: 320ns, skip_files: 320ns, diff: 310ns, max_from_linter: 220ns, source_code: 200ns, path_shortener: 170ns, path_prefixer: 150ns, max_per_file_from_linter: 150ns, severity-rules: 130ns" [2025-09-17T02:40:27.712Z] level=info msg="[runner] linters took 11.878749763s with stages: goanalysis_metalinter: 11.857865892s" [2025-09-17T02:40:27.712Z] level=info msg="File cache stats: 0 entries of total size 0B" [2025-09-17T02:40:27.712Z] level=info msg="Memory: 337 samples, avg is 302.4MB, max is 1368.1MB" [2025-09-17T02:40:27.712Z] level=info msg="Execution took 34.020362056s" [2025-09-17T02:40:27.712Z] go vet ./... [2025-09-17T02:40:34.267Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-09-17T02:40:34.267Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-09-17T02:40:34.267Z] ./bin/test-attribution-txt.sh [2025-09-17T02:40:34.267Z] An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add [2025-09-17T02:40:34.267Z] An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [2025-09-17T02:40:34.267Z] An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add [2025-09-17T02:40:34.267Z] An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add [2025-09-17T02:40:34.267Z] An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [2025-09-17T02:40:34.267Z] An attribution for go.opentelemetry.io/auto/sdk is missing from Attribution.txt, please add [Pipeline] echo [2025-09-17T02:40:34.282Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh [2025-09-17T02:40:34.578Z] + ls -al . [2025-09-17T02:40:34.578Z] total 2064 [2025-09-17T02:40:34.578Z] drwxrwxr-x 11 1001 1001 4096 Sep 17 02:38 . [2025-09-17T02:40:34.578Z] drwxr-xr-x 4 root root 4096 Sep 17 02:38 .. [2025-09-17T02:40:34.578Z] drwxrwxr-x 2 1001 1001 4096 Sep 17 02:37 .blubracket [2025-09-17T02:40:34.578Z] -rw-rw-r-- 1 1001 1001 10 Sep 17 02:37 .dockerignore [2025-09-17T02:40:34.578Z] drwxrwxr-x 8 1001 1001 4096 Sep 17 02:39 .git [2025-09-17T02:40:34.578Z] drwxrwxr-x 3 1001 1001 4096 Sep 17 02:37 .github [2025-09-17T02:40:34.578Z] -rw-rw-r-- 1 1001 1001 909 Sep 17 02:37 .gitignore [2025-09-17T02:40:34.578Z] -rw-rw-r-- 1 1001 1001 218 Sep 17 02:37 .golangci.yml [2025-09-17T02:40:34.578Z] -rw-rw-r-- 1 1001 1001 100 Sep 17 02:37 .hadolint.yml [2025-09-17T02:40:34.578Z] drwxr-xr-x 3 1001 1001 4096 Sep 17 02:38 .semver [2025-09-17T02:40:34.578Z] -rw-rw-r-- 1 1001 1001 155 Sep 17 02:37 .sonarcloud.properties [2025-09-17T02:40:34.578Z] -rw-rw-r-- 1 1001 1001 1171 Sep 17 02:37 ADOPTERS.md [2025-09-17T02:40:34.578Z] -rw-rw-r-- 1 1001 1001 17374 Sep 17 02:37 Attribution.txt [2025-09-17T02:40:34.578Z] -rw-rw-r-- 1 1001 1001 108018 Sep 17 02:37 CHANGELOG.md [2025-09-17T02:40:34.578Z] -rw-rw-r-- 1 1001 1001 3804 Sep 17 02:37 CONTRIBUTING.md [2025-09-17T02:40:34.578Z] -rw-rw-r-- 1 1001 1001 677 Sep 17 02:37 GOVERNANCE.md [2025-09-17T02:40:34.578Z] -rw-rw-r-- 1 1001 1001 858 Sep 17 02:37 Jenkinsfile [2025-09-17T02:40:34.578Z] -rw-rw-r-- 1 1001 1001 10775 Sep 17 02:37 LICENSE [2025-09-17T02:40:34.578Z] -rw-rw-r-- 1 1001 1001 16740 Sep 17 02:37 Makefile [2025-09-17T02:40:34.578Z] -rw-rw-r-- 1 1001 1001 582 Sep 17 02:37 OWNERS.md [2025-09-17T02:40:34.578Z] -rw-rw-r-- 1 1001 1001 9932 Sep 17 02:37 README.md [2025-09-17T02:40:34.578Z] -rw-rw-r-- 1 1001 1001 789 Sep 17 02:37 SECURITY.md [2025-09-17T02:40:34.578Z] -rw-rw-r-- 1 1001 1001 12 Sep 17 02:38 VERSION [2025-09-17T02:40:34.578Z] drwxrwxr-x 2 1001 1001 4096 Sep 17 02:37 bin [2025-09-17T02:40:34.578Z] drwxrwxr-x 19 1001 1001 4096 Sep 17 02:37 cmd [2025-09-17T02:40:34.578Z] -rw-r--r-- 1 root root 1733636 Sep 17 02:39 coverage.out [2025-09-17T02:40:34.579Z] drwxrwxr-x 2 1001 1001 4096 Sep 17 02:37 fuzz_test [2025-09-17T02:40:34.579Z] -rw-rw-r-- 1 1001 1001 6539 Sep 17 02:37 go.mod [2025-09-17T02:40:34.579Z] -rw-rw-r-- 1 1001 1001 88541 Sep 17 02:37 go.sum [2025-09-17T02:40:34.579Z] drwxrwxr-x 7 1001 1001 4096 Sep 17 02:37 internal [2025-09-17T02:40:34.579Z] drwxrwxr-x 2 1001 1001 4096 Sep 17 02:37 openapi [2025-09-17T02:40:34.579Z] -rw-rw-r-- 1 1001 1001 584 Sep 17 02:37 security.txt [2025-09-17T02:40:34.579Z] -rw-rw-r-- 1 1001 1001 204 Sep 17 02:37 version.go [Pipeline] sh [2025-09-17T02:40:34.863Z] + '[' -e coverage.out ] [2025-09-17T02:40:34.863Z] + chown 1001:1001 coverage.out [Pipeline] stash [2025-09-17T02:40:35.037Z] Stashed 1 file(s) [Pipeline] sh [2025-09-17T02:40:35.324Z] + make build [2025-09-17T02:40:35.324Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-09-17T02:40:57.260Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-09-17T02:40:57.827Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-09-17T02:40:59.201Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-09-17T02:41:00.134Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-09-17T02:41:01.509Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-09-17T02:41:06.770Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-09-17T02:41:08.673Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-09-17T02:41:10.576Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-09-17T02:41:13.108Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-09-17T02:41:14.483Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-09-17T02:41:15.861Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-09-17T02:41:16.429Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2025-09-17T02:41:17.815Z] $ docker stop --time=1 57c33db960353dfc7e685ea2139954741625022c7dd7d18e739bd35a47593a38 [2025-09-17T02:41:20.745Z] $ docker rm -f --volumes 57c33db960353dfc7e685ea2139954741625022c7dd7d18e739bd35a47593a38 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:41:22.079Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-09-17T02:41:22.079Z] [2025-09-17T02:41:22.079Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:41:22.383Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-09-17T02:41:22.383Z] latest: Pulling from edgex-devops/edgex-compose [2025-09-17T02:41:22.383Z] 91d30c5bc195: Pulling fs layer [2025-09-17T02:41:22.383Z] 2e9b0aa3be6d: Pulling fs layer [2025-09-17T02:41:22.383Z] 9c61dcf015f6: Pulling fs layer [2025-09-17T02:41:22.383Z] 4698f68db338: Pulling fs layer [2025-09-17T02:41:22.383Z] 2a2f49069b9e: Pulling fs layer [2025-09-17T02:41:22.383Z] e0025b399a48: Pulling fs layer [2025-09-17T02:41:22.383Z] 4698f68db338: Waiting [2025-09-17T02:41:22.383Z] 2a2f49069b9e: Waiting [2025-09-17T02:41:22.383Z] e0025b399a48: Waiting [2025-09-17T02:41:22.641Z] 91d30c5bc195: Verifying Checksum [2025-09-17T02:41:22.641Z] 91d30c5bc195: Download complete [2025-09-17T02:41:22.641Z] 4698f68db338: Verifying Checksum [2025-09-17T02:41:22.641Z] 4698f68db338: Download complete [2025-09-17T02:41:22.641Z] 2e9b0aa3be6d: Verifying Checksum [2025-09-17T02:41:22.641Z] 2e9b0aa3be6d: Download complete [2025-09-17T02:41:22.641Z] e0025b399a48: Download complete [2025-09-17T02:41:22.641Z] 91d30c5bc195: Pull complete [2025-09-17T02:41:22.641Z] 2a2f49069b9e: Verifying Checksum [2025-09-17T02:41:22.641Z] 2a2f49069b9e: Download complete [2025-09-17T02:41:22.900Z] 2e9b0aa3be6d: Pull complete [2025-09-17T02:41:23.467Z] 9c61dcf015f6: Verifying Checksum [2025-09-17T02:41:26.748Z] 9c61dcf015f6: Pull complete [2025-09-17T02:41:26.748Z] 4698f68db338: Pull complete [2025-09-17T02:41:26.748Z] 2a2f49069b9e: Pull complete [2025-09-17T02:41:26.748Z] e0025b399a48: Pull complete [2025-09-17T02:41:26.748Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2025-09-17T02:41:26.748Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-09-17T02:41:26.748Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-09-17T02:41:26.839Z] prd-ubuntu20.04-docker-8c-8g-8970 does not seem to be running inside a container [2025-09-17T02:41:26.865Z] $ 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/906 -v /w/workspace/edgex-go/906:/w/workspace/edgex-go/906:rw,z -v /w/workspace/edgex-go/906@tmp:/w/workspace/edgex-go/906@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2025-09-17T02:41:28.006Z] $ docker top 29dfe8240242a10e326497ea9ebd59a66f8eb84c81bd76a4d53eba9b9933bfbd -eo pid,comm [Pipeline] { [Pipeline] sh [2025-09-17T02:41:28.351Z] + docker compose -f ./docker-compose-build.yml build --parallel [2025-09-17T02:41:28.610Z] #1 [core-keeper internal] load build definition from Dockerfile [2025-09-17T02:41:28.610Z] #1 transferring dockerfile: 2.01kB done [2025-09-17T02:41:28.610Z] #1 DONE 0.2s [2025-09-17T02:41:28.610Z] [2025-09-17T02:41:28.610Z] #2 [security-proxy-auth internal] load build definition from Dockerfile [2025-09-17T02:41:28.610Z] #2 transferring dockerfile: 2.14kB done [2025-09-17T02:41:28.610Z] #2 DONE 0.1s [2025-09-17T02:41:28.610Z] [2025-09-17T02:41:28.610Z] #3 [support-notifications internal] load build definition from Dockerfile [2025-09-17T02:41:28.610Z] #3 transferring dockerfile: 2.00kB done [2025-09-17T02:41:28.610Z] #3 DONE 0.1s [2025-09-17T02:41:28.610Z] [2025-09-17T02:41:28.610Z] #4 [security-bootstrapper internal] load build definition from Dockerfile [2025-09-17T02:41:28.610Z] #4 transferring dockerfile: 3.02kB done [2025-09-17T02:41:28.610Z] #4 DONE 0.2s [2025-09-17T02:41:28.610Z] [2025-09-17T02:41:28.610Z] #5 [core-keeper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-09-17T02:41:28.610Z] #5 DONE 0.0s [2025-09-17T02:41:28.610Z] [2025-09-17T02:41:28.610Z] #6 [security-spire-config internal] load build definition from Dockerfile [2025-09-17T02:41:28.610Z] #6 transferring dockerfile: 1.69kB done [2025-09-17T02:41:28.610Z] #6 DONE 0.2s [2025-09-17T02:41:28.610Z] [2025-09-17T02:41:28.610Z] #7 [core-keeper internal] load metadata for docker.io/library/alpine:3.20 [2025-09-17T02:41:28.872Z] #7 ... [2025-09-17T02:41:28.872Z] [2025-09-17T02:41:28.872Z] #8 [core-command internal] load build definition from Dockerfile [2025-09-17T02:41:28.872Z] #8 transferring dockerfile: 1.94kB done [2025-09-17T02:41:28.872Z] #8 DONE 0.2s [2025-09-17T02:41:28.872Z] [2025-09-17T02:41:28.872Z] #9 [security-proxy-setup internal] load build definition from Dockerfile [2025-09-17T02:41:28.872Z] #9 transferring dockerfile: 2.50kB done [2025-09-17T02:41:28.872Z] #9 DONE 0.2s [2025-09-17T02:41:28.872Z] [2025-09-17T02:41:28.872Z] #10 [security-spiffe-token-provider internal] load build definition from Dockerfile [2025-09-17T02:41:28.872Z] #10 transferring dockerfile: 1.89kB done [2025-09-17T02:41:28.872Z] #10 DONE 0.2s [2025-09-17T02:41:28.872Z] [2025-09-17T02:41:28.872Z] #11 [support-scheduler internal] load build definition from Dockerfile [2025-09-17T02:41:28.872Z] #11 transferring dockerfile: 1.83kB done [2025-09-17T02:41:28.872Z] #11 DONE 0.2s [2025-09-17T02:41:28.872Z] [2025-09-17T02:41:28.872Z] #12 [core-metadata internal] load build definition from Dockerfile [2025-09-17T02:41:28.872Z] #12 transferring dockerfile: 2.10kB done [2025-09-17T02:41:28.872Z] #12 DONE 0.2s [2025-09-17T02:41:28.872Z] [2025-09-17T02:41:28.872Z] #13 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2025-09-17T02:41:28.872Z] #13 transferring dockerfile: 2.23kB done [2025-09-17T02:41:28.872Z] #13 DONE 0.2s [2025-09-17T02:41:28.872Z] [2025-09-17T02:41:28.872Z] #14 [security-spire-server internal] load build definition from Dockerfile [2025-09-17T02:41:28.872Z] #14 transferring dockerfile: 1.70kB done [2025-09-17T02:41:28.872Z] #14 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) [2025-09-17T02:41:28.872Z] #14 DONE 0.2s [2025-09-17T02:41:28.872Z] [2025-09-17T02:41:28.872Z] #15 [core-data internal] load build definition from Dockerfile [2025-09-17T02:41:28.872Z] #15 transferring dockerfile: 2.04kB done [2025-09-17T02:41:28.872Z] #15 DONE 0.2s [2025-09-17T02:41:28.872Z] [2025-09-17T02:41:28.872Z] #16 [security-spire-agent internal] load build definition from Dockerfile [2025-09-17T02:41:28.872Z] #16 transferring dockerfile: 1.81kB done [2025-09-17T02:41:28.872Z] #16 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) [2025-09-17T02:41:28.872Z] #16 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 23) [2025-09-17T02:41:28.872Z] #16 DONE 0.2s [2025-09-17T02:41:28.872Z] [2025-09-17T02:41:28.872Z] #17 [security-secretstore-setup internal] load build definition from Dockerfile [2025-09-17T02:41:28.872Z] #17 transferring dockerfile: 2.49kB done [2025-09-17T02:41:28.872Z] #17 DONE 0.2s [2025-09-17T02:41:28.872Z] [2025-09-17T02:41:28.872Z] #5 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-09-17T02:41:28.872Z] #5 DONE 0.0s [2025-09-17T02:41:28.872Z] [2025-09-17T02:41:28.872Z] #18 [core-keeper internal] load .dockerignore [2025-09-17T02:41:28.872Z] #18 transferring context: 50B done [2025-09-17T02:41:28.872Z] #18 DONE 0.1s [2025-09-17T02:41:28.872Z] [2025-09-17T02:41:28.872Z] #7 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.20 [2025-09-17T02:41:28.872Z] #7 DONE 0.2s [2025-09-17T02:41:28.872Z] [2025-09-17T02:41:28.872Z] #19 [security-proxy-auth internal] load .dockerignore [2025-09-17T02:41:28.872Z] #19 transferring context: 50B done [2025-09-17T02:41:28.872Z] #19 DONE 0.1s [2025-09-17T02:41:28.872Z] [2025-09-17T02:41:28.872Z] #20 [support-notifications internal] load .dockerignore [2025-09-17T02:41:28.872Z] #20 transferring context: 50B done [2025-09-17T02:41:28.872Z] #20 DONE 0.2s [2025-09-17T02:41:28.872Z] [2025-09-17T02:41:28.872Z] #21 [security-spiffe-token-provider internal] load .dockerignore [2025-09-17T02:41:28.872Z] #21 transferring context: 50B done [2025-09-17T02:41:28.872Z] #21 DONE 0.1s [2025-09-17T02:41:28.872Z] [2025-09-17T02:41:28.872Z] #22 [security-bootstrapper internal] load .dockerignore [2025-09-17T02:41:28.872Z] #22 transferring context: 50B done [2025-09-17T02:41:28.872Z] #22 DONE 0.2s [2025-09-17T02:41:28.872Z] [2025-09-17T02:41:28.872Z] #23 [security-spiffe-token-provider internal] load build context [2025-09-17T02:41:28.872Z] #23 ... [2025-09-17T02:41:28.872Z] [2025-09-17T02:41:28.872Z] #24 [core-command internal] load .dockerignore [2025-09-17T02:41:28.872Z] #24 transferring context: 50B done [2025-09-17T02:41:28.872Z] #24 DONE 0.2s [2025-09-17T02:41:28.872Z] [2025-09-17T02:41:28.872Z] #25 [security-proxy-setup internal] load .dockerignore [2025-09-17T02:41:28.872Z] #25 transferring context: 50B done [2025-09-17T02:41:28.872Z] #25 DONE 0.2s [2025-09-17T02:41:28.872Z] [2025-09-17T02:41:28.872Z] #26 [support-scheduler internal] load .dockerignore [2025-09-17T02:41:28.872Z] #26 transferring context: 50B done [2025-09-17T02:41:28.872Z] #26 DONE 0.2s [2025-09-17T02:41:28.872Z] [2025-09-17T02:41:28.872Z] #27 [core-metadata internal] load .dockerignore [2025-09-17T02:41:28.872Z] #27 transferring context: 50B done [2025-09-17T02:41:28.872Z] #27 DONE 0.2s [2025-09-17T02:41:29.132Z] [2025-09-17T02:41:29.132Z] #28 [support-scheduler stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-09-17T02:41:29.132Z] #28 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-09-17T02:41:29.132Z] #28 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-09-17T02:41:29.132Z] #28 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done [2025-09-17T02:41:29.132Z] #28 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done [2025-09-17T02:41:29.132Z] #28 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done [2025-09-17T02:41:29.132Z] #28 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.1s [2025-09-17T02:41:29.132Z] #28 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.2s done [2025-09-17T02:41:29.393Z] #28 ... [2025-09-17T02:41:29.393Z] [2025-09-17T02:41:29.393Z] #29 [core-data internal] load .dockerignore [2025-09-17T02:41:29.393Z] #29 transferring context: 50B 0.0s done [2025-09-17T02:41:29.393Z] #29 DONE 0.4s [2025-09-17T02:41:29.393Z] [2025-09-17T02:41:29.393Z] #30 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-09-17T02:41:29.393Z] #30 DONE 0.6s [2025-09-17T02:41:29.393Z] [2025-09-17T02:41:29.393Z] #31 [core-common-config-bootstrapper internal] load .dockerignore [2025-09-17T02:41:29.393Z] #31 transferring context: 50B 0.0s done [2025-09-17T02:41:29.393Z] #31 DONE 0.4s [2025-09-17T02:41:29.393Z] [2025-09-17T02:41:29.393Z] #32 [security-secretstore-setup internal] load .dockerignore [2025-09-17T02:41:29.393Z] #32 transferring context: 50B 0.0s done [2025-09-17T02:41:29.393Z] #32 DONE 0.5s [2025-09-17T02:41:29.393Z] [2025-09-17T02:41:29.393Z] #28 [core-data stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-09-17T02:41:29.393Z] #28 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-09-17T02:41:29.393Z] #28 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-09-17T02:41:29.393Z] #28 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done [2025-09-17T02:41:29.393Z] #28 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done [2025-09-17T02:41:29.393Z] #28 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done [2025-09-17T02:41:29.393Z] #28 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.2s done [2025-09-17T02:41:29.393Z] #28 ... [2025-09-17T02:41:29.393Z] [2025-09-17T02:41:29.393Z] #33 [security-secretstore-setup builder 1/8] FROM docker.io/library/ci-base-image-x86_64:latest [2025-09-17T02:41:29.393Z] #33 DONE 0.5s [2025-09-17T02:41:29.393Z] [2025-09-17T02:41:29.393Z] #34 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 [2025-09-17T02:41:29.393Z] #34 DONE 0.6s [2025-09-17T02:41:29.393Z] [2025-09-17T02:41:29.393Z] #28 [security-secretstore-setup stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-09-17T02:41:29.393Z] #28 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-09-17T02:41:29.393Z] #28 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-09-17T02:41:29.393Z] #28 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done [2025-09-17T02:41:29.393Z] #28 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done [2025-09-17T02:41:29.393Z] #28 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done [2025-09-17T02:41:29.393Z] #28 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.2s done [2025-09-17T02:41:30.770Z] #28 DONE 1.8s [2025-09-17T02:41:30.770Z] [2025-09-17T02:41:30.770Z] #35 [support-notifications builder 2/8] WORKDIR /edgex-go [2025-09-17T02:41:30.770Z] #35 DONE 1.3s [2025-09-17T02:41:30.770Z] [2025-09-17T02:41:30.770Z] #36 [security-spire-config internal] load .dockerignore [2025-09-17T02:41:30.770Z] #36 transferring context: 50B done [2025-09-17T02:41:30.770Z] #36 DONE 1.4s [2025-09-17T02:41:30.770Z] [2025-09-17T02:41:30.770Z] #37 [core-command builder 3/7] RUN apk add --update --no-cache make git [2025-09-17T02:41:30.770Z] #37 ... [2025-09-17T02:41:30.770Z] [2025-09-17T02:41:30.770Z] #28 [security-spire-server stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-09-17T02:41:30.770Z] #28 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-09-17T02:41:30.770Z] #28 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-09-17T02:41:30.770Z] #28 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done [2025-09-17T02:41:30.770Z] #28 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done [2025-09-17T02:41:30.770Z] #28 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done [2025-09-17T02:41:30.770Z] #28 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.2s done [2025-09-17T02:41:30.770Z] #28 DONE 1.8s [2025-09-17T02:41:30.770Z] [2025-09-17T02:41:30.770Z] #38 [security-spire-server internal] load .dockerignore [2025-09-17T02:41:30.770Z] #38 transferring context: 50B 0.0s done [2025-09-17T02:41:30.770Z] #38 DONE 1.4s [2025-09-17T02:41:30.770Z] [2025-09-17T02:41:30.770Z] #39 [security-spire-agent internal] load .dockerignore [2025-09-17T02:41:30.770Z] #39 transferring context: 50B 0.0s done [2025-09-17T02:41:30.770Z] #39 DONE 1.4s [2025-09-17T02:41:30.770Z] [2025-09-17T02:41:30.770Z] #28 [security-spire-agent stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-09-17T02:41:30.770Z] #28 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-09-17T02:41:30.770Z] #28 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-09-17T02:41:30.770Z] #28 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done [2025-09-17T02:41:30.770Z] #28 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done [2025-09-17T02:41:30.770Z] #28 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done [2025-09-17T02:41:30.770Z] #28 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.2s done [2025-09-17T02:41:30.770Z] #28 DONE 1.8s [2025-09-17T02:41:30.770Z] [2025-09-17T02:41:30.770Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-09-17T02:41:30.770Z] #40 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-09-17T02:41:31.345Z] #40 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.4s done [2025-09-17T02:41:31.345Z] #40 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-09-17T02:41:31.345Z] #40 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done [2025-09-17T02:41:31.345Z] #40 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done [2025-09-17T02:41:31.345Z] #40 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 0.0s [2025-09-17T02:41:31.345Z] #40 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 0.0s [2025-09-17T02:41:31.345Z] #40 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done [2025-09-17T02:41:31.345Z] #40 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done [2025-09-17T02:41:31.345Z] #40 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.1s [2025-09-17T02:41:32.304Z] #40 ... [2025-09-17T02:41:32.304Z] [2025-09-17T02:41:32.304Z] #41 [security-spire-server internal] load build context [2025-09-17T02:41:32.304Z] #41 transferring context: 23.80kB 0.1s done [2025-09-17T02:41:32.304Z] #41 DONE 1.4s [2025-09-17T02:41:32.304Z] [2025-09-17T02:41:32.304Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-09-17T02:41:32.968Z] #40 ... [2025-09-17T02:41:32.968Z] [2025-09-17T02:41:32.968Z] #42 [security-spire-config internal] load build context [2025-09-17T02:41:32.968Z] #42 transferring context: 22.05kB 0.0s done [2025-09-17T02:41:32.968Z] #42 DONE 2.2s [2025-09-17T02:41:32.968Z] [2025-09-17T02:41:32.968Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-09-17T02:41:32.968Z] #40 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 1.7s [2025-09-17T02:41:33.236Z] #40 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.8s done [2025-09-17T02:41:33.236Z] #40 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 2.0s [2025-09-17T02:41:34.696Z] #40 ... [2025-09-17T02:41:34.696Z] [2025-09-17T02:41:34.696Z] #43 [security-spire-agent internal] load build context [2025-09-17T02:41:34.696Z] #43 transferring context: 23.33kB 0.0s done [2025-09-17T02:41:34.696Z] #43 DONE 3.6s [2025-09-17T02:41:34.696Z] [2025-09-17T02:41:34.696Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-09-17T02:41:34.696Z] #40 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done [2025-09-17T02:41:35.134Z] #40 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 0B / 36.47MB 3.7s [2025-09-17T02:41:35.134Z] #40 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 6.29MB / 36.47MB 3.8s [2025-09-17T02:41:35.393Z] #40 ... [2025-09-17T02:41:35.393Z] [2025-09-17T02:41:35.393Z] #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-09-17T02:41:35.393Z] #44 DONE 4.4s [2025-09-17T02:41:35.393Z] [2025-09-17T02:41:35.393Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-09-17T02:41:35.393Z] #40 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 3.8s done [2025-09-17T02:41:35.393Z] #40 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 17.04MB / 36.47MB 4.0s [2025-09-17T02:41:35.393Z] #40 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 19.92MB / 36.47MB 4.1s [2025-09-17T02:41:35.393Z] #40 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 31.92MB / 36.47MB 4.2s [2025-09-17T02:41:35.657Z] #40 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 4.4s [2025-09-17T02:41:36.631Z] #40 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 5.0s done [2025-09-17T02:41:38.032Z] #40 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done [2025-09-17T02:41:38.032Z] #40 ... [2025-09-17T02:41:38.032Z] [2025-09-17T02:41:38.032Z] #45 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-09-17T02:41:38.032Z] #0 0.461 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-09-17T02:41:38.032Z] #0 0.619 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-09-17T02:41:38.032Z] #0 1.043 (1/4) Installing ca-certificates (20250619-r0) [2025-09-17T02:41:38.032Z] #0 1.076 (2/4) Installing dumb-init (1.2.5-r3) [2025-09-17T02:41:38.032Z] #0 1.083 (3/4) Installing su-exec (0.2-r3) [2025-09-17T02:41:38.032Z] #0 1.083 (4/4) Installing yq-go (4.44.1-r2) [2025-09-17T02:41:38.032Z] #0 1.199 Executing busybox-1.36.1-r29.trigger [2025-09-17T02:41:38.032Z] #0 1.212 Executing ca-certificates-20250619-r0.trigger [2025-09-17T02:41:38.032Z] #0 1.259 OK: 19 MiB in 18 packages [2025-09-17T02:41:38.032Z] #45 DONE 7.4s [2025-09-17T02:41:38.291Z] [2025-09-17T02:41:38.291Z] #46 [support-scheduler internal] load build context [2025-09-17T02:41:38.291Z] #46 transferring context: 380.98MB 9.0s [2025-09-17T02:41:38.291Z] #46 ... [2025-09-17T02:41:38.291Z] [2025-09-17T02:41:38.291Z] #47 [security-proxy-auth internal] load build context [2025-09-17T02:41:38.291Z] #47 ... [2025-09-17T02:41:38.291Z] [2025-09-17T02:41:38.291Z] #46 [support-scheduler internal] load build context [2025-09-17T02:41:38.858Z] #46 ... [2025-09-17T02:41:38.858Z] [2025-09-17T02:41:38.858Z] #48 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-09-17T02:41:38.858Z] #0 1.679 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-09-17T02:41:38.858Z] #0 1.808 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-09-17T02:41:38.858Z] #0 2.287 (1/2) Installing dumb-init (1.2.5-r3) [2025-09-17T02:41:38.858Z] #0 2.292 (2/2) Installing su-exec (0.2-r3) [2025-09-17T02:41:38.858Z] #0 2.294 Executing busybox-1.36.1-r29.trigger [2025-09-17T02:41:38.858Z] #0 2.314 OK: 8 MiB in 16 packages [2025-09-17T02:41:38.858Z] #48 DONE 8.0s [2025-09-17T02:41:38.858Z] [2025-09-17T02:41:38.858Z] #46 [support-scheduler internal] load build context [2025-09-17T02:41:38.858Z] #46 ... [2025-09-17T02:41:38.858Z] [2025-09-17T02:41:38.858Z] #49 [core-keeper internal] load build context [2025-09-17T02:41:38.858Z] #49 ... [2025-09-17T02:41:38.858Z] [2025-09-17T02:41:38.858Z] #50 [security-bootstrapper internal] load build context [2025-09-17T02:41:39.120Z] #50 ... [2025-09-17T02:41:39.120Z] [2025-09-17T02:41:39.120Z] #51 [core-metadata internal] load build context [2025-09-17T02:41:39.120Z] #51 ... [2025-09-17T02:41:39.120Z] [2025-09-17T02:41:39.120Z] #52 [security-proxy-setup internal] load build context [2025-09-17T02:41:39.120Z] #52 ... [2025-09-17T02:41:39.120Z] [2025-09-17T02:41:39.120Z] #53 [support-notifications internal] load build context [2025-09-17T02:41:39.377Z] #53 ... [2025-09-17T02:41:39.377Z] [2025-09-17T02:41:39.377Z] #54 [core-common-config-bootstrapper internal] load build context [2025-09-17T02:41:39.377Z] #54 ... [2025-09-17T02:41:39.377Z] [2025-09-17T02:41:39.377Z] #55 [security-secretstore-setup internal] load build context [2025-09-17T02:41:39.636Z] #55 ... [2025-09-17T02:41:39.636Z] [2025-09-17T02:41:39.636Z] #56 [core-command internal] load build context [2025-09-17T02:41:39.636Z] #56 ... [2025-09-17T02:41:39.636Z] [2025-09-17T02:41:39.636Z] #57 [core-data internal] load build context [2025-09-17T02:41:39.636Z] #57 ... [2025-09-17T02:41:39.636Z] [2025-09-17T02:41:39.636Z] #23 [security-spiffe-token-provider internal] load build context [2025-09-17T02:41:39.897Z] #23 ... [2025-09-17T02:41:39.897Z] [2025-09-17T02:41:39.897Z] #57 [core-data internal] load build context [2025-09-17T02:41:40.842Z] #57 ... [2025-09-17T02:41:40.842Z] [2025-09-17T02:41:40.842Z] #58 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-09-17T02:41:40.842Z] #0 9.062 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-09-17T02:41:40.842Z] #0 9.164 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-09-17T02:41:40.842Z] #0 9.638 (1/1) Installing dumb-init (1.2.5-r3) [2025-09-17T02:41:40.842Z] #0 9.643 Executing busybox-1.36.1-r29.trigger [2025-09-17T02:41:40.842Z] #0 9.654 OK: 8 MiB in 15 packages [2025-09-17T02:41:40.842Z] #58 ... [2025-09-17T02:41:40.842Z] [2025-09-17T02:41:40.842Z] #59 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-09-17T02:41:40.842Z] #0 8.051 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-09-17T02:41:40.842Z] #0 8.173 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-09-17T02:41:40.842Z] #0 8.618 (1/3) Installing ca-certificates (20250619-r0) [2025-09-17T02:41:40.842Z] #0 8.643 (2/3) Installing dumb-init (1.2.5-r3) [2025-09-17T02:41:40.842Z] #0 8.648 (3/3) Installing tzdata (2025b-r0) [2025-09-17T02:41:40.842Z] #0 8.700 Executing busybox-1.36.1-r29.trigger [2025-09-17T02:41:40.842Z] #0 8.703 Executing ca-certificates-20250619-r0.trigger [2025-09-17T02:41:40.842Z] #0 8.750 OK: 10 MiB in 17 packages [2025-09-17T02:41:40.842Z] #59 ... [2025-09-17T02:41:40.842Z] [2025-09-17T02:41:40.842Z] #60 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-09-17T02:41:41.107Z] #60 ... [2025-09-17T02:41:41.107Z] [2025-09-17T02:41:41.107Z] #61 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-09-17T02:41:41.107Z] #61 ... [2025-09-17T02:41:41.107Z] [2025-09-17T02:41:41.107Z] #62 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-09-17T02:41:41.107Z] #0 2.362 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-09-17T02:41:41.107Z] #0 2.527 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-09-17T02:41:41.107Z] #0 3.033 v3.20.7-82-gd9d88837142 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-09-17T02:41:41.107Z] #0 3.033 v3.20.7-78-g8876840f6ff [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-09-17T02:41:41.107Z] #0 3.033 OK: 24174 distinct packages available [2025-09-17T02:41:41.107Z] #0 3.123 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-09-17T02:41:41.107Z] #0 3.191 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-09-17T02:41:41.107Z] #0 3.607 (1/14) Installing ca-certificates (20250619-r0) [2025-09-17T02:41:41.107Z] #0 3.634 (2/14) Installing brotli-libs (1.1.0-r2) [2025-09-17T02:41:41.107Z] #0 3.682 (3/14) Installing c-ares (1.33.1-r0) [2025-09-17T02:41:41.107Z] #0 3.697 (4/14) Installing libunistring (1.2-r0) [2025-09-17T02:41:41.107Z] #0 3.732 (5/14) Installing libidn2 (2.3.7-r0) [2025-09-17T02:41:41.107Z] #0 3.750 (6/14) Installing nghttp2-libs (1.62.1-r0) [2025-09-17T02:41:41.107Z] #0 3.757 (7/14) Installing libpsl (0.21.5-r1) [2025-09-17T02:41:41.107Z] #0 3.767 (8/14) Installing zstd-libs (1.5.6-r0) [2025-09-17T02:41:41.107Z] #0 3.792 (9/14) Installing libcurl (8.12.1-r0) [2025-09-17T02:41:41.107Z] #0 3.818 (10/14) Installing curl (8.12.1-r0) [2025-09-17T02:41:41.107Z] #0 3.836 (11/14) Installing dumb-init (1.2.5-r3) [2025-09-17T02:41:41.107Z] #0 3.847 (12/14) Installing musl-obstack (1.2.3-r2) [2025-09-17T02:41:41.107Z] #0 3.852 (13/14) Installing libucontext (1.2-r3) [2025-09-17T02:41:41.107Z] #0 3.856 (14/14) Installing gcompat (1.1.0-r4) [2025-09-17T02:41:41.107Z] #0 3.863 Executing busybox-1.36.1-r29.trigger [2025-09-17T02:41:41.107Z] #0 3.863 Executing ca-certificates-20250619-r0.trigger [2025-09-17T02:41:41.107Z] #0 3.934 OK: 13 MiB in 28 packages [2025-09-17T02:41:41.107Z] #62 ... [2025-09-17T02:41:41.107Z] [2025-09-17T02:41:41.107Z] #63 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-09-17T02:41:41.107Z] #63 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.3s done [2025-09-17T02:41:41.107Z] #63 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done [2025-09-17T02:41:41.107Z] #63 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done [2025-09-17T02:41:41.107Z] #63 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done [2025-09-17T02:41:41.107Z] #63 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done [2025-09-17T02:41:41.107Z] #63 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.8s done [2025-09-17T02:41:41.107Z] #63 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.4s done [2025-09-17T02:41:41.107Z] #63 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 2.3s done [2025-09-17T02:41:41.107Z] #63 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done [2025-09-17T02:41:41.368Z] #63 ... [2025-09-17T02:41:41.368Z] [2025-09-17T02:41:41.368Z] #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-09-17T02:41:41.368Z] #0 8.397 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-09-17T02:41:41.368Z] #0 8.523 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-09-17T02:41:41.368Z] #0 8.978 v3.20.7-82-gd9d88837142 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-09-17T02:41:41.368Z] #0 8.978 v3.20.7-78-g8876840f6ff [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-09-17T02:41:41.368Z] #0 8.978 OK: 24174 distinct packages available [2025-09-17T02:41:41.368Z] #0 9.063 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-09-17T02:41:41.368Z] #0 9.191 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-09-17T02:41:41.368Z] #0 9.710 (1/4) Installing dumb-init (1.2.5-r3) [2025-09-17T02:41:41.368Z] #0 9.749 (2/4) Installing musl-obstack (1.2.3-r2) [2025-09-17T02:41:41.368Z] #0 9.749 (3/4) Installing libucontext (1.2-r3) [2025-09-17T02:41:41.368Z] #0 9.901 (4/4) Installing gcompat (1.1.0-r4) [2025-09-17T02:41:41.368Z] #0 9.935 Executing busybox-1.36.1-r29.trigger [2025-09-17T02:41:41.368Z] #0 9.944 OK: 8 MiB in 18 packages [2025-09-17T02:41:41.368Z] #64 ... [2025-09-17T02:41:41.368Z] [2025-09-17T02:41:41.368Z] #65 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-09-17T02:41:41.634Z] #65 ... [2025-09-17T02:41:41.634Z] [2025-09-17T02:41:41.634Z] #66 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-09-17T02:41:41.634Z] #0 3.318 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-09-17T02:41:41.634Z] #0 3.542 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-09-17T02:41:41.634Z] #0 4.113 (1/7) Installing ca-certificates (20250619-r0) [2025-09-17T02:41:41.634Z] #0 4.264 (2/7) Installing dumb-init (1.2.5-r3) [2025-09-17T02:41:41.634Z] #0 4.264 (3/7) Installing libgcc (13.2.1_git20240309-r1) [2025-09-17T02:41:41.634Z] #0 4.269 (4/7) Installing libsodium (1.0.19-r0) [2025-09-17T02:41:41.634Z] #0 4.279 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) [2025-09-17T02:41:41.634Z] #0 4.315 (6/7) Installing libzmq (4.3.5-r2) [2025-09-17T02:41:41.634Z] #0 4.325 (7/7) Installing zeromq (4.3.5-r2) [2025-09-17T02:41:41.634Z] #0 4.331 Executing busybox-1.36.1-r29.trigger [2025-09-17T02:41:41.634Z] #0 4.342 Executing ca-certificates-20250619-r0.trigger [2025-09-17T02:41:41.634Z] #0 4.386 OK: 12 MiB in 21 packages [2025-09-17T02:41:41.634Z] #66 ... [2025-09-17T02:41:41.634Z] [2025-09-17T02:41:41.634Z] #67 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-09-17T02:41:41.898Z] #67 ... [2025-09-17T02:41:41.898Z] [2025-09-17T02:41:41.898Z] #68 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-09-17T02:41:41.898Z] #68 ... [2025-09-17T02:41:41.898Z] [2025-09-17T02:41:41.898Z] #69 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-09-17T02:41:41.898Z] #0 2.810 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-09-17T02:41:41.898Z] #0 2.928 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-09-17T02:41:41.898Z] #0 3.921 (1/1) Installing dumb-init (1.2.5-r3) [2025-09-17T02:41:41.898Z] #0 3.922 Executing busybox-1.36.1-r29.trigger [2025-09-17T02:41:41.898Z] #0 3.942 OK: 8 MiB in 15 packages [2025-09-17T02:41:41.898Z] #69 ... [2025-09-17T02:41:41.898Z] [2025-09-17T02:41:41.898Z] #70 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-09-17T02:41:41.898Z] #0 3.298 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-09-17T02:41:41.898Z] #0 3.405 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-09-17T02:41:41.898Z] #0 4.009 (1/4) Installing dumb-init (1.2.5-r3) [2025-09-17T02:41:41.898Z] #0 4.019 (2/4) Installing openssl (3.3.4-r0) [2025-09-17T02:41:41.898Z] #0 4.032 (3/4) Installing su-exec (0.2-r3) [2025-09-17T02:41:41.898Z] #0 4.036 (4/4) Installing yq-go (4.44.1-r2) [2025-09-17T02:41:41.898Z] #0 4.123 Executing busybox-1.36.1-r29.trigger [2025-09-17T02:41:41.898Z] #0 4.261 OK: 19 MiB in 18 packages [2025-09-17T02:41:42.159Z] #70 ... [2025-09-17T02:41:42.159Z] [2025-09-17T02:41:42.159Z] #71 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-09-17T02:41:42.421Z] #71 ... [2025-09-17T02:41:42.421Z] [2025-09-17T02:41:42.421Z] #52 [security-proxy-setup internal] load build context [2025-09-17T02:41:42.421Z] #52 ... [2025-09-17T02:41:42.421Z] [2025-09-17T02:41:42.421Z] #69 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-09-17T02:41:42.421Z] #69 DONE 11.8s [2025-09-17T02:41:42.421Z] [2025-09-17T02:41:42.421Z] #70 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-09-17T02:41:42.421Z] #70 DONE 11.8s [2025-09-17T02:41:42.421Z] [2025-09-17T02:41:42.421Z] #52 [security-proxy-setup internal] load build context [2025-09-17T02:41:42.421Z] #52 ... [2025-09-17T02:41:42.421Z] [2025-09-17T02:41:42.421Z] #66 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-09-17T02:41:42.421Z] #66 DONE 11.8s [2025-09-17T02:41:42.421Z] [2025-09-17T02:41:42.421Z] #62 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-09-17T02:41:42.421Z] #62 DONE 11.9s [2025-09-17T02:41:42.421Z] [2025-09-17T02:41:42.421Z] #59 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-09-17T02:41:42.421Z] #59 DONE 11.9s [2025-09-17T02:41:42.421Z] [2025-09-17T02:41:42.421Z] #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-09-17T02:41:42.421Z] #64 DONE 11.9s [2025-09-17T02:41:42.421Z] [2025-09-17T02:41:42.421Z] #52 [security-proxy-setup internal] load build context [2025-09-17T02:41:42.682Z] #52 ... [2025-09-17T02:41:42.682Z] [2025-09-17T02:41:42.682Z] #58 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-09-17T02:41:42.682Z] #58 DONE 12.0s [2025-09-17T02:41:42.682Z] [2025-09-17T02:41:42.682Z] #52 [security-proxy-setup internal] load build context [2025-09-17T02:41:43.266Z] #52 transferring context: 424.44MB 14.1s [2025-09-17T02:41:43.266Z] #52 ... [2025-09-17T02:41:43.266Z] [2025-09-17T02:41:43.266Z] #57 [core-data internal] load build context [2025-09-17T02:41:43.266Z] #57 transferring context: 595.75MB 13.9s done [2025-09-17T02:41:43.266Z] #57 DONE 14.0s [2025-09-17T02:41:43.266Z] [2025-09-17T02:41:43.266Z] #52 [security-proxy-setup internal] load build context [2025-09-17T02:41:43.537Z] #52 ... [2025-09-17T02:41:43.537Z] [2025-09-17T02:41:43.537Z] #23 [security-spiffe-token-provider internal] load build context [2025-09-17T02:41:43.537Z] #23 transferring context: 595.75MB 14.4s done [2025-09-17T02:41:43.537Z] #23 DONE 14.6s [2025-09-17T02:41:43.537Z] [2025-09-17T02:41:43.537Z] #52 [security-proxy-setup internal] load build context [2025-09-17T02:41:45.455Z] #52 ... [2025-09-17T02:41:45.455Z] [2025-09-17T02:41:45.455Z] #72 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-09-17T02:41:45.455Z] #0 9.854 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-09-17T02:41:45.455Z] #72 ... [2025-09-17T02:41:45.455Z] [2025-09-17T02:41:45.455Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-09-17T02:41:45.455Z] #40 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 2.8s [2025-09-17T02:41:46.848Z] #40 ... [2025-09-17T02:41:46.848Z] [2025-09-17T02:41:46.848Z] #46 [support-scheduler internal] load build context [2025-09-17T02:41:46.848Z] #46 transferring context: 595.75MB 15.2s done [2025-09-17T02:41:46.848Z] #46 DONE 17.9s [2025-09-17T02:41:46.848Z] [2025-09-17T02:41:46.848Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-09-17T02:41:48.226Z] #40 ... [2025-09-17T02:41:48.227Z] [2025-09-17T02:41:48.227Z] #51 [core-metadata internal] load build context [2025-09-17T02:41:48.227Z] #51 transferring context: 595.75MB 15.5s done [2025-09-17T02:41:48.227Z] #51 DONE 18.9s [2025-09-17T02:41:48.227Z] [2025-09-17T02:41:48.227Z] #65 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-09-17T02:41:48.227Z] #65 DONE 17.3s [2025-09-17T02:41:48.227Z] [2025-09-17T02:41:48.227Z] #56 [core-command internal] load build context [2025-09-17T02:41:48.227Z] #56 transferring context: 595.75MB 16.7s done [2025-09-17T02:41:48.227Z] #56 DONE 19.0s [2025-09-17T02:41:48.227Z] [2025-09-17T02:41:48.227Z] #53 [support-notifications internal] load build context [2025-09-17T02:41:48.227Z] #53 transferring context: 595.75MB 17.6s done [2025-09-17T02:41:48.227Z] #53 DONE 19.0s [2025-09-17T02:41:48.227Z] [2025-09-17T02:41:48.227Z] #37 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-09-17T02:41:48.227Z] #37 13.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-09-17T02:41:48.227Z] #37 13.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-09-17T02:41:48.227Z] #37 14.00 OK: 248 MiB in 58 packages [2025-09-17T02:41:48.227Z] #37 DONE 17.3s [2025-09-17T02:41:48.227Z] [2025-09-17T02:41:48.227Z] #67 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-09-17T02:41:48.227Z] #67 13.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-09-17T02:41:48.227Z] #67 13.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-09-17T02:41:48.227Z] #67 13.89 OK: 248 MiB in 58 packages [2025-09-17T02:41:48.227Z] #67 DONE 17.3s [2025-09-17T02:41:48.227Z] [2025-09-17T02:41:48.227Z] #60 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-09-17T02:41:48.227Z] #60 13.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-09-17T02:41:48.227Z] #60 13.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-09-17T02:41:48.227Z] #60 13.94 OK: 248 MiB in 58 packages [2025-09-17T02:41:48.227Z] #60 DONE 17.3s [2025-09-17T02:41:48.227Z] [2025-09-17T02:41:48.227Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-09-17T02:41:48.227Z] #40 ... [2025-09-17T02:41:48.227Z] [2025-09-17T02:41:48.227Z] #68 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-09-17T02:41:48.227Z] #68 13.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-09-17T02:41:48.227Z] #68 13.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-09-17T02:41:48.227Z] #68 14.23 v3.20.7-82-gd9d88837142 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-09-17T02:41:48.227Z] #68 14.23 v3.20.7-78-g8876840f6ff [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-09-17T02:41:48.227Z] #68 14.23 OK: 24174 distinct packages available [2025-09-17T02:41:48.227Z] #68 14.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-09-17T02:41:48.227Z] #68 14.44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-09-17T02:41:48.227Z] #68 14.99 OK: 248 MiB in 58 packages [2025-09-17T02:41:48.227Z] #68 DONE 17.3s [2025-09-17T02:41:48.227Z] [2025-09-17T02:41:48.227Z] #71 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-09-17T02:41:48.227Z] #71 12.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-09-17T02:41:48.227Z] #71 13.14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-09-17T02:41:48.227Z] #71 14.06 v3.20.7-82-gd9d88837142 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-09-17T02:41:48.227Z] #71 14.06 v3.20.7-78-g8876840f6ff [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-09-17T02:41:48.227Z] #71 14.06 OK: 24174 distinct packages available [2025-09-17T02:41:48.227Z] #71 14.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-09-17T02:41:48.227Z] #71 14.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-09-17T02:41:48.227Z] #71 14.72 (1/5) Installing dumb-init (1.2.5-r3) [2025-09-17T02:41:48.227Z] #71 14.87 (2/5) Installing musl-obstack (1.2.3-r2) [2025-09-17T02:41:48.227Z] #71 14.97 (3/5) Installing libucontext (1.2-r3) [2025-09-17T02:41:48.227Z] #71 14.97 (4/5) Installing gcompat (1.1.0-r4) [2025-09-17T02:41:48.227Z] #71 14.99 (5/5) Installing openssl (3.3.4-r0) [2025-09-17T02:41:48.227Z] #71 15.00 Executing busybox-1.36.1-r29.trigger [2025-09-17T02:41:48.227Z] #71 15.01 OK: 9 MiB in 19 packages [2025-09-17T02:41:48.227Z] #71 DONE 17.3s [2025-09-17T02:41:48.227Z] [2025-09-17T02:41:48.227Z] #72 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-09-17T02:41:48.227Z] #72 10.28 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-09-17T02:41:48.227Z] #72 10.97 (1/1) Installing dumb-init (1.2.5-r3) [2025-09-17T02:41:48.227Z] #72 11.18 Executing busybox-1.36.1-r29.trigger [2025-09-17T02:41:48.227Z] #72 11.19 OK: 8 MiB in 15 packages [2025-09-17T02:41:48.227Z] #72 DONE 12.7s [2025-09-17T02:41:48.227Z] [2025-09-17T02:41:48.227Z] #61 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2025-09-17T02:41:48.227Z] #61 13.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-09-17T02:41:48.227Z] #61 13.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-09-17T02:41:48.227Z] #61 13.90 OK: 248 MiB in 58 packages [2025-09-17T02:41:48.227Z] #61 DONE 17.4s [2025-09-17T02:41:48.227Z] [2025-09-17T02:41:48.227Z] #50 [security-bootstrapper internal] load build context [2025-09-17T02:41:48.227Z] #50 transferring context: 595.75MB 17.7s done [2025-09-17T02:41:48.227Z] #50 DONE 19.1s [2025-09-17T02:41:48.227Z] [2025-09-17T02:41:48.227Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-09-17T02:41:48.227Z] #40 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 5.5s done [2025-09-17T02:41:48.227Z] #40 ... [2025-09-17T02:41:48.227Z] [2025-09-17T02:41:48.227Z] #55 [security-secretstore-setup internal] load build context [2025-09-17T02:41:48.227Z] #55 transferring context: 595.75MB 16.4s done [2025-09-17T02:41:48.227Z] #55 DONE 18.8s [2025-09-17T02:41:48.227Z] [2025-09-17T02:41:48.227Z] #52 [security-proxy-setup internal] load build context [2025-09-17T02:41:48.227Z] #52 transferring context: 595.75MB 18.4s done [2025-09-17T02:41:48.227Z] #52 DONE 19.3s [2025-09-17T02:41:48.227Z] [2025-09-17T02:41:48.227Z] #54 [core-common-config-bootstrapper internal] load build context [2025-09-17T02:41:48.227Z] #54 transferring context: 595.75MB 16.7s done [2025-09-17T02:41:48.227Z] #54 DONE 18.9s [2025-09-17T02:41:48.227Z] [2025-09-17T02:41:48.227Z] #73 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2025-09-17T02:41:48.483Z] #73 ... [2025-09-17T02:41:48.483Z] [2025-09-17T02:41:48.483Z] #74 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-09-17T02:41:48.483Z] #0 5.507 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-09-17T02:41:48.483Z] #0 5.587 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-09-17T02:41:48.483Z] #0 6.056 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-09-17T02:41:48.483Z] #0 6.367 Executing busybox-1.36.1-r30.post-upgrade [2025-09-17T02:41:48.483Z] #0 7.674 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-09-17T02:41:48.483Z] #0 7.680 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-09-17T02:41:48.483Z] #0 7.683 Executing busybox-1.36.1-r30.trigger [2025-09-17T02:41:48.483Z] #0 7.691 OK: 8 MiB in 16 packages [2025-09-17T02:41:48.483Z] #74 DONE 8.3s [2025-09-17T02:41:48.483Z] [2025-09-17T02:41:48.483Z] #75 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-09-17T02:41:48.483Z] #0 6.963 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-09-17T02:41:48.483Z] #0 7.061 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-09-17T02:41:48.483Z] #0 7.529 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-09-17T02:41:48.483Z] #0 7.877 Executing busybox-1.36.1-r30.post-upgrade [2025-09-17T02:41:48.483Z] #0 9.168 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-09-17T02:41:48.483Z] #0 9.170 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-09-17T02:41:48.483Z] #0 9.173 Executing busybox-1.36.1-r30.trigger [2025-09-17T02:41:48.484Z] #0 9.183 OK: 19 MiB in 18 packages [2025-09-17T02:41:48.484Z] #75 DONE 9.9s [2025-09-17T02:41:48.484Z] [2025-09-17T02:41:48.484Z] #76 [core-data builder 4/7] COPY go.mod vendor* ./ [2025-09-17T02:41:48.741Z] #76 DONE 0.6s [2025-09-17T02:41:48.741Z] [2025-09-17T02:41:48.741Z] #77 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-09-17T02:41:48.741Z] #77 DONE 0.7s [2025-09-17T02:41:48.741Z] [2025-09-17T02:41:48.741Z] #78 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-17T02:41:48.741Z] #78 ... [2025-09-17T02:41:48.741Z] [2025-09-17T02:41:48.741Z] #79 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-09-17T02:41:48.741Z] #79 DONE 0.7s [2025-09-17T02:41:48.741Z] [2025-09-17T02:41:48.741Z] #80 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-09-17T02:41:48.741Z] #80 DONE 0.7s [2025-09-17T02:41:48.741Z] [2025-09-17T02:41:48.741Z] #73 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-09-17T02:41:48.741Z] #73 DONE 0.5s [2025-09-17T02:41:48.741Z] [2025-09-17T02:41:48.741Z] #47 [security-proxy-auth internal] load build context [2025-09-17T02:41:48.998Z] #47 ... [2025-09-17T02:41:48.998Z] [2025-09-17T02:41:48.998Z] #63 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-09-17T02:41:48.998Z] #63 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 3.6s done [2025-09-17T02:41:48.998Z] #63 DONE 18.0s [2025-09-17T02:41:48.998Z] [2025-09-17T02:41:48.998Z] #40 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-09-17T02:41:48.998Z] #40 DONE 18.2s [2025-09-17T02:41:48.998Z] [2025-09-17T02:41:48.998Z] #47 [security-proxy-auth internal] load build context [2025-09-17T02:41:48.998Z] #47 ... [2025-09-17T02:41:48.998Z] [2025-09-17T02:41:48.998Z] #81 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-17T02:41:48.998Z] #81 ... [2025-09-17T02:41:48.998Z] [2025-09-17T02:41:48.998Z] #49 [core-keeper internal] load build context [2025-09-17T02:41:49.259Z] #49 ... [2025-09-17T02:41:49.259Z] [2025-09-17T02:41:49.259Z] #47 [security-proxy-auth internal] load build context [2025-09-17T02:41:49.259Z] #47 transferring context: 595.75MB 20.3s done [2025-09-17T02:41:49.259Z] #47 DONE 20.4s [2025-09-17T02:41:49.259Z] [2025-09-17T02:41:49.259Z] #76 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2025-09-17T02:41:49.259Z] #76 DONE 0.6s [2025-09-17T02:41:49.259Z] [2025-09-17T02:41:49.259Z] #49 [core-keeper internal] load build context [2025-09-17T02:41:50.195Z] #49 transferring context: 595.75MB 21.2s done [2025-09-17T02:41:50.195Z] #49 DONE 21.5s [2025-09-17T02:41:50.195Z] [2025-09-17T02:41:50.195Z] #82 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-17T02:41:50.453Z] #82 ... [2025-09-17T02:41:50.453Z] [2025-09-17T02:41:50.453Z] #83 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-09-17T02:41:50.453Z] #83 DONE 1.8s [2025-09-17T02:41:50.453Z] [2025-09-17T02:41:50.453Z] #84 [core-command stage-1 3/9] RUN apk --no-cache upgrade [2025-09-17T02:41:50.453Z] #0 6.742 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-09-17T02:41:50.453Z] #0 6.841 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-09-17T02:41:50.453Z] #0 7.458 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-09-17T02:41:50.453Z] #0 7.482 Executing busybox-1.36.1-r30.post-upgrade [2025-09-17T02:41:50.453Z] #0 7.577 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-09-17T02:41:50.453Z] #0 7.582 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-09-17T02:41:50.453Z] #0 7.585 Executing busybox-1.36.1-r30.trigger [2025-09-17T02:41:50.453Z] #0 7.590 OK: 8 MiB in 15 packages [2025-09-17T02:41:50.453Z] #84 DONE 7.9s [2025-09-17T02:41:50.453Z] [2025-09-17T02:41:50.453Z] #85 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-09-17T02:41:50.453Z] #0 6.723 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-09-17T02:41:50.453Z] #0 6.808 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-09-17T02:41:50.453Z] #0 7.405 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-09-17T02:41:50.453Z] #0 7.432 Executing busybox-1.36.1-r30.post-upgrade [2025-09-17T02:41:50.453Z] #0 7.514 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-09-17T02:41:50.453Z] #0 7.514 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-09-17T02:41:50.453Z] #0 7.525 Executing busybox-1.36.1-r30.trigger [2025-09-17T02:41:50.453Z] #0 7.535 OK: 12 MiB in 21 packages [2025-09-17T02:41:50.453Z] #85 DONE 7.8s [2025-09-17T02:41:50.453Z] [2025-09-17T02:41:50.453Z] #86 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2025-09-17T02:41:50.453Z] #86 DONE 0.1s [2025-09-17T02:41:50.453Z] [2025-09-17T02:41:50.453Z] #87 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-09-17T02:41:50.453Z] #0 6.609 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-09-17T02:41:50.453Z] #0 6.708 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-09-17T02:41:50.453Z] #0 7.392 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-09-17T02:41:50.453Z] #0 7.421 Executing busybox-1.36.1-r30.post-upgrade [2025-09-17T02:41:50.453Z] #0 7.712 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-09-17T02:41:50.453Z] #0 7.715 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-09-17T02:41:50.453Z] #0 7.719 Executing busybox-1.36.1-r30.trigger [2025-09-17T02:41:50.453Z] #0 7.724 OK: 10 MiB in 17 packages [2025-09-17T02:41:50.453Z] #87 DONE 7.9s [2025-09-17T02:41:50.453Z] [2025-09-17T02:41:50.453Z] #88 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-09-17T02:41:50.453Z] #0 6.679 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-09-17T02:41:50.453Z] #0 6.796 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-09-17T02:41:50.453Z] #0 7.537 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-09-17T02:41:50.453Z] #0 7.569 Executing busybox-1.36.1-r30.post-upgrade [2025-09-17T02:41:50.453Z] #0 7.830 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-09-17T02:41:50.453Z] #0 7.835 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-09-17T02:41:50.453Z] #0 7.839 Executing busybox-1.36.1-r30.trigger [2025-09-17T02:41:50.453Z] #0 7.844 OK: 19 MiB in 18 packages [2025-09-17T02:41:50.453Z] #88 DONE 8.1s [2025-09-17T02:41:50.453Z] [2025-09-17T02:41:50.453Z] #89 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2025-09-17T02:41:50.714Z] #89 DONE 0.1s [2025-09-17T02:41:50.714Z] [2025-09-17T02:41:50.714Z] #90 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-09-17T02:41:50.714Z] #0 6.624 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-09-17T02:41:50.714Z] #0 6.750 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-09-17T02:41:50.714Z] #0 7.428 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-09-17T02:41:50.714Z] #0 7.451 Executing busybox-1.36.1-r30.post-upgrade [2025-09-17T02:41:50.714Z] #0 7.683 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-09-17T02:41:50.714Z] #0 7.686 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-09-17T02:41:50.714Z] #0 7.689 Executing busybox-1.36.1-r30.trigger [2025-09-17T02:41:50.714Z] #0 7.694 OK: 8 MiB in 18 packages [2025-09-17T02:41:50.714Z] #90 DONE 7.9s [2025-09-17T02:41:50.714Z] [2025-09-17T02:41:50.714Z] #91 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-09-17T02:41:50.714Z] #0 6.664 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-09-17T02:41:50.714Z] #0 6.751 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-09-17T02:41:50.714Z] #0 7.532 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-09-17T02:41:50.714Z] #0 7.572 Executing busybox-1.36.1-r30.post-upgrade [2025-09-17T02:41:50.714Z] #0 7.771 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-09-17T02:41:50.714Z] #0 7.775 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-09-17T02:41:50.714Z] #0 7.843 Executing busybox-1.36.1-r30.trigger [2025-09-17T02:41:50.714Z] #0 7.848 OK: 13 MiB in 28 packages [2025-09-17T02:41:50.714Z] #91 DONE 8.1s [2025-09-17T02:41:50.714Z] [2025-09-17T02:41:50.714Z] #92 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-09-17T02:41:50.978Z] #92 DONE 0.5s [2025-09-17T02:41:50.978Z] [2025-09-17T02:41:50.978Z] #93 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-09-17T02:41:50.978Z] #0 6.984 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-09-17T02:41:50.978Z] #0 7.200 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-09-17T02:41:50.978Z] #0 7.761 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-09-17T02:41:50.978Z] #0 7.781 Executing busybox-1.36.1-r30.post-upgrade [2025-09-17T02:41:50.978Z] #0 7.832 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-09-17T02:41:50.978Z] #0 7.835 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-09-17T02:41:50.978Z] #0 7.845 Executing busybox-1.36.1-r30.trigger [2025-09-17T02:41:50.978Z] #0 7.849 OK: 8 MiB in 15 packages [2025-09-17T02:41:50.978Z] #93 DONE 8.3s [2025-09-17T02:41:50.978Z] [2025-09-17T02:41:50.978Z] #94 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-09-17T02:41:50.978Z] #0 1.916 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-09-17T02:41:50.978Z] #0 2.247 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-09-17T02:41:50.978Z] #0 2.886 OK: 248 MiB in 58 packages [2025-09-17T02:41:50.978Z] #94 DONE 3.1s [2025-09-17T02:41:50.978Z] [2025-09-17T02:41:50.978Z] #95 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2025-09-17T02:41:50.978Z] #0 1.962 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-09-17T02:41:50.978Z] #0 2.063 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-09-17T02:41:50.978Z] #0 2.569 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-09-17T02:41:50.978Z] #0 2.585 Executing busybox-1.36.1-r30.post-upgrade [2025-09-17T02:41:50.978Z] #0 2.649 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-09-17T02:41:50.978Z] #0 2.708 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-09-17T02:41:50.978Z] #0 2.711 Executing busybox-1.36.1-r30.trigger [2025-09-17T02:41:50.978Z] #0 2.727 OK: 9 MiB in 19 packages [2025-09-17T02:41:50.978Z] #95 DONE 3.0s [2025-09-17T02:41:50.978Z] [2025-09-17T02:41:50.978Z] #96 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2025-09-17T02:41:52.225Z] #96 DONE 0.6s [2025-09-17T02:41:52.225Z] [2025-09-17T02:41:52.225Z] #97 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-09-17T02:41:52.225Z] #97 DONE 0.6s [2025-09-17T02:41:52.225Z] [2025-09-17T02:41:52.225Z] #98 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-09-17T02:41:52.225Z] #98 DONE 0.6s [2025-09-17T02:41:52.225Z] [2025-09-17T02:41:52.225Z] #99 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-09-17T02:41:52.225Z] #99 DONE 0.6s [2025-09-17T02:41:52.225Z] [2025-09-17T02:41:52.225Z] #100 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-09-17T02:41:52.225Z] #100 DONE 0.1s [2025-09-17T02:41:52.225Z] [2025-09-17T02:41:52.225Z] #101 [security-spire-config stage-2 6/10] COPY security.txt / [2025-09-17T02:41:52.225Z] #101 DONE 0.1s [2025-09-17T02:41:52.225Z] [2025-09-17T02:41:52.225Z] #102 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2025-09-17T02:41:52.225Z] #102 DONE 0.1s [2025-09-17T02:41:52.225Z] [2025-09-17T02:41:52.225Z] #103 [security-spire-server stage-2 6/9] COPY security.txt / [2025-09-17T02:41:52.225Z] #103 DONE 0.2s [2025-09-17T02:41:52.225Z] [2025-09-17T02:41:52.225Z] #104 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2025-09-17T02:41:52.225Z] #104 DONE 0.1s [2025-09-17T02:41:52.225Z] [2025-09-17T02:41:52.225Z] #105 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-09-17T02:41:52.225Z] #105 DONE 0.1s [2025-09-17T02:41:52.225Z] [2025-09-17T02:41:52.225Z] #106 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2025-09-17T02:41:52.225Z] #106 ... [2025-09-17T02:41:52.225Z] [2025-09-17T02:41:52.225Z] #107 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2025-09-17T02:41:52.225Z] #107 DONE 0.2s [2025-09-17T02:41:52.721Z] [2025-09-17T02:41:52.721Z] #108 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-09-17T02:41:52.721Z] #108 DONE 0.8s [2025-09-17T02:41:52.721Z] [2025-09-17T02:41:52.721Z] #106 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2025-09-17T02:41:52.721Z] #106 DONE 0.4s [2025-09-17T02:41:52.721Z] [2025-09-17T02:41:52.721Z] #109 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2025-09-17T02:41:52.721Z] #109 DONE 0.1s [2025-09-17T02:41:52.721Z] [2025-09-17T02:41:52.721Z] #110 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2025-09-17T02:41:52.721Z] #110 DONE 0.1s [2025-09-17T02:41:52.721Z] [2025-09-17T02:41:52.721Z] #111 [security-spire-agent stage-3 7/10] COPY security.txt / [2025-09-17T02:41:52.721Z] #111 DONE 0.1s [2025-09-17T02:41:52.721Z] [2025-09-17T02:41:52.721Z] #112 [security-spire-server] exporting to image [2025-09-17T02:41:52.721Z] #112 exporting layers [2025-09-17T02:41:52.721Z] #112 ... [2025-09-17T02:41:52.721Z] [2025-09-17T02:41:52.721Z] #113 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2025-09-17T02:41:52.721Z] #113 DONE 0.0s [2025-09-17T02:41:52.721Z] [2025-09-17T02:41:52.721Z] #114 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2025-09-17T02:41:52.721Z] #114 DONE 0.0s [2025-09-17T02:41:52.721Z] [2025-09-17T02:41:52.721Z] #115 [security-spire-config] exporting to image [2025-09-17T02:41:52.721Z] #115 exporting layers 0.4s done [2025-09-17T02:41:52.721Z] #115 writing image sha256:472ff79211c57c281bfc53150b99244e533fe4677ad4d797bdd71af84ae495fb done [2025-09-17T02:41:52.721Z] #115 naming to docker.io/library/security-spire-config done [2025-09-17T02:41:52.721Z] #115 DONE 0.5s [2025-09-17T02:41:52.721Z] [2025-09-17T02:41:52.721Z] #116 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2025-09-17T02:41:52.721Z] #116 DONE 0.0s [2025-09-17T02:41:52.721Z] [2025-09-17T02:41:52.721Z] #117 [security-spire-agent] exporting to image [2025-09-17T02:41:52.980Z] #117 ... [2025-09-17T02:41:52.980Z] [2025-09-17T02:41:52.980Z] #112 [security-spire-server] exporting to image [2025-09-17T02:41:52.980Z] #112 exporting layers 0.5s done [2025-09-17T02:41:52.980Z] #112 writing image sha256:339d47c54856b12dff281d478fa8f9a057b403e41931381a067143845092a46d done [2025-09-17T02:41:52.980Z] #112 naming to docker.io/library/security-spire-server done [2025-09-17T02:41:52.980Z] #112 DONE 0.5s [2025-09-17T02:41:52.980Z] [2025-09-17T02:41:52.980Z] #117 [security-spire-agent] exporting to image [2025-09-17T02:41:52.980Z] #117 exporting layers 0.4s done [2025-09-17T02:41:53.239Z] #117 writing image sha256:b3d4ff04afa34f00d7ec10a2a585334fc073049c5f455ee36e9057938e2b987c done [2025-09-17T02:41:53.239Z] #117 naming to docker.io/library/security-spire-agent 0.0s done [2025-09-17T02:41:53.239Z] #117 DONE 0.4s [2025-09-17T02:41:53.239Z] [2025-09-17T02:41:53.239Z] #118 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-17T02:42:00.102Z] #118 ... [2025-09-17T02:42:00.102Z] [2025-09-17T02:42:00.102Z] #119 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-17T02:42:00.102Z] #119 ... [2025-09-17T02:42:00.102Z] [2025-09-17T02:42:00.102Z] #120 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-17T02:42:06.203Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-8971 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2025-09-17T02:42:06.222Z] Running in /w/workspace/edgex-go/906 [Pipeline] { [Pipeline] checkout [2025-09-17T02:42:09.272Z] The recommended git tool is: git [2025-09-17T02:42:13.957Z] using credential edgex-jenkins-ssh [2025-09-17T02:42:13.982Z] Cloning the remote Git repository [2025-09-17T02:42:14.019Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2025-09-17T02:42:14.106Z] > git init /w/workspace/edgex-go/906 # timeout=10 [2025-09-17T02:42:14.235Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2025-09-17T02:42:14.236Z] > git --version # timeout=10 [2025-09-17T02:42:14.258Z] > git --version # 'git version 2.25.1' [2025-09-17T02:42:14.264Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-09-17T02:42:14.411Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-09-17T02:42:15.760Z] #120 DONE 26.7s [2025-09-17T02:42:15.760Z] [2025-09-17T02:42:15.760Z] #78 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-17T02:42:15.760Z] #78 DONE 26.7s [2025-09-17T02:42:15.760Z] [2025-09-17T02:42:15.760Z] #82 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-17T02:42:15.760Z] #82 DONE 26.8s [2025-09-17T02:42:15.760Z] [2025-09-17T02:42:15.760Z] #121 [support-notifications builder 6/7] COPY . . [2025-09-17T02:42:15.760Z] #121 ... [2025-09-17T02:42:15.760Z] [2025-09-17T02:42:15.760Z] #118 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-17T02:42:15.760Z] #118 DONE 23.8s [2025-09-17T02:42:15.760Z] [2025-09-17T02:42:15.760Z] #119 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-17T02:42:15.760Z] #119 DONE 26.7s [2025-09-17T02:42:15.760Z] [2025-09-17T02:42:15.760Z] #81 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-17T02:42:15.760Z] #81 DONE 26.7s [2025-09-17T02:42:15.760Z] [2025-09-17T02:42:15.760Z] #122 [core-data builder 6/7] COPY . . [2025-09-17T02:42:25.764Z] #122 ... [2025-09-17T02:42:25.764Z] [2025-09-17T02:42:25.764Z] #123 [core-keeper builder 7/8] COPY . . [2025-09-17T02:42:25.764Z] #123 ... [2025-09-17T02:42:25.764Z] [2025-09-17T02:42:25.764Z] #124 [security-proxy-setup builder 6/7] COPY . . [2025-09-17T02:42:25.764Z] #124 ... [2025-09-17T02:42:25.764Z] [2025-09-17T02:42:25.764Z] #125 [support-scheduler builder 6/7] COPY . . [2025-09-17T02:42:26.025Z] #125 ... [2025-09-17T02:42:26.025Z] [2025-09-17T02:42:26.025Z] #126 [security-spiffe-token-provider builder 6/7] COPY . . [2025-09-17T02:42:26.299Z] #126 DONE 10.7s [2025-09-17T02:42:26.299Z] [2025-09-17T02:42:26.299Z] #127 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-17T02:42:26.299Z] #127 CACHED [2025-09-17T02:42:26.299Z] [2025-09-17T02:42:26.299Z] #128 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2025-09-17T02:42:26.299Z] #128 CACHED [2025-09-17T02:42:26.299Z] [2025-09-17T02:42:26.299Z] #129 [security-proxy-setup builder 6/7] COPY . . [2025-09-17T02:42:26.299Z] #129 CACHED [2025-09-17T02:42:26.299Z] [2025-09-17T02:42:26.299Z] #121 [support-notifications builder 6/7] COPY . . [2025-09-17T02:42:26.299Z] #121 DONE 10.7s [2025-09-17T02:42:26.299Z] [2025-09-17T02:42:26.299Z] #124 [security-bootstrapper builder 6/7] COPY . . [2025-09-17T02:42:26.299Z] #124 DONE 10.7s [2025-09-17T02:42:26.299Z] [2025-09-17T02:42:26.299Z] #123 [core-keeper builder 7/8] COPY . . [2025-09-17T02:42:26.299Z] #123 DONE 10.7s [2025-09-17T02:42:26.299Z] [2025-09-17T02:42:26.299Z] #130 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2025-09-17T02:42:26.299Z] #130 CACHED [2025-09-17T02:42:26.299Z] [2025-09-17T02:42:26.299Z] #131 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-17T02:42:26.299Z] #131 CACHED [2025-09-17T02:42:26.299Z] [2025-09-17T02:42:26.299Z] #132 [security-secretstore-setup builder 6/7] COPY . . [2025-09-17T02:42:26.299Z] #132 CACHED [2025-09-17T02:42:26.299Z] [2025-09-17T02:42:26.299Z] #122 [core-common-config-bootstrapper builder 6/7] COPY . . [2025-09-17T02:42:26.299Z] #122 DONE 10.7s [2025-09-17T02:42:26.299Z] [2025-09-17T02:42:26.299Z] #133 [core-common-config-bootstrapper builder 6/7] COPY . . [2025-09-17T02:42:26.299Z] #133 CACHED [2025-09-17T02:42:26.299Z] [2025-09-17T02:42:26.299Z] #134 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-09-17T02:42:26.299Z] #134 CACHED [2025-09-17T02:42:26.299Z] [2025-09-17T02:42:26.299Z] #135 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-17T02:42:26.299Z] #135 CACHED [2025-09-17T02:42:26.299Z] [2025-09-17T02:42:26.299Z] #136 [security-proxy-auth builder 6/7] COPY . . [2025-09-17T02:42:26.299Z] #136 CACHED [2025-09-17T02:42:26.299Z] [2025-09-17T02:42:26.299Z] #137 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2025-09-17T02:42:26.299Z] #137 CACHED [2025-09-17T02:42:26.299Z] [2025-09-17T02:42:26.299Z] #138 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-17T02:42:26.299Z] #138 CACHED [2025-09-17T02:42:26.299Z] [2025-09-17T02:42:26.299Z] #139 [core-data builder 4/7] COPY go.mod vendor* ./ [2025-09-17T02:42:26.299Z] #139 CACHED [2025-09-17T02:42:26.299Z] [2025-09-17T02:42:26.299Z] #140 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-17T02:42:26.299Z] #140 CACHED [2025-09-17T02:42:26.299Z] [2025-09-17T02:42:26.299Z] #141 [core-data builder 6/7] COPY . . [2025-09-17T02:42:26.299Z] #141 CACHED [2025-09-17T02:42:26.299Z] [2025-09-17T02:42:26.299Z] #142 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-17T02:42:26.299Z] #142 CACHED [2025-09-17T02:42:26.299Z] [2025-09-17T02:42:26.299Z] #143 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2025-09-17T02:42:26.299Z] #143 CACHED [2025-09-17T02:42:26.299Z] [2025-09-17T02:42:26.299Z] #144 [core-metadata builder 6/7] COPY . . [2025-09-17T02:42:26.299Z] #144 CACHED [2025-09-17T02:42:26.299Z] [2025-09-17T02:42:26.299Z] #125 [support-scheduler builder 6/7] COPY . . [2025-09-17T02:42:26.299Z] #125 DONE 10.7s [2025-09-17T02:42:26.299Z] [2025-09-17T02:42:26.299Z] #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-09-17T02:42:27.672Z] #145 1.152 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-09-17T02:42:32.942Z] Avoid second fetch [2025-09-17T02:42:32.942Z] Checking out Revision 44d03353ae1976a56c6e7b940cb61d7be0635af4 (main) [2025-09-17T02:42:32.007Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2025-09-17T02:42:32.051Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-09-17T02:42:32.955Z] > git config core.sparsecheckout # timeout=10 [2025-09-17T02:42:33.019Z] > git checkout -f 44d03353ae1976a56c6e7b940cb61d7be0635af4 # timeout=10 [2025-09-17T02:42:33.765Z] Commit message: "Merge pull request #5258 from lindseysimple/issue-5255-2" [2025-09-17T02:42:37.647Z] #145 ... [2025-09-17T02:42:37.647Z] [2025-09-17T02:42:37.647Z] #146 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-09-17T02:42:37.647Z] #0 1.204 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2025-09-17T02:42:37.647Z] #146 ... [2025-09-17T02:42:37.647Z] [2025-09-17T02:42:37.647Z] #147 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-09-17T02:42:37.647Z] #0 1.025 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-09-17T02:42:37.647Z] #147 ... [2025-09-17T02:42:37.647Z] [2025-09-17T02:42:37.647Z] #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-09-17T02:42:37.647Z] #0 0.991 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-09-17T02:42:37.647Z] #148 ... [2025-09-17T02:42:37.647Z] [2025-09-17T02:42:37.647Z] #149 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-09-17T02:42:37.647Z] #0 1.158 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-09-17T02:42:37.647Z] #149 ... [2025-09-17T02:42:37.647Z] [2025-09-17T02:42:37.647Z] #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-09-17T02:42:37.647Z] #0 0.977 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-09-17T02:42:37.647Z] #150 ... [2025-09-17T02:42:37.647Z] [2025-09-17T02:42:37.647Z] #151 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-09-17T02:42:37.647Z] #0 0.677 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-09-17T02:42:37.647Z] #151 ... [2025-09-17T02:42:37.647Z] [2025-09-17T02:42:37.647Z] #152 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-09-17T02:42:37.647Z] #0 0.653 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-09-17T02:42:37.647Z] #152 ... [2025-09-17T02:42:37.647Z] [2025-09-17T02:42:37.647Z] #153 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-09-17T02:42:37.647Z] #0 0.973 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-09-17T02:42:37.647Z] #153 ... [2025-09-17T02:42:37.647Z] [2025-09-17T02:42:37.647Z] #154 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-09-17T02:42:37.647Z] #0 0.896 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-09-17T02:42:37.647Z] #154 ... [2025-09-17T02:42:37.647Z] [2025-09-17T02:42:37.647Z] #155 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-09-17T02:42:37.647Z] #0 0.880 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-09-17T02:42:37.647Z] #155 ... [2025-09-17T02:42:37.647Z] [2025-09-17T02:42:37.647Z] #156 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-09-17T02:42:37.647Z] #0 1.162 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-09-17T02:42:38.094Z] provisioning config files... [2025-09-17T02:42:38.124Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/906@tmp/config8725578290507884340tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-09-17T02:42:38.789Z] ---> ****-login.sh [2025-09-17T02:42:38.789Z] nexus3.edgexfoundry.org:10001 [2025-09-17T02:42:39.061Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-17T02:42:39.332Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-09-17T02:42:39.332Z] Configure a credential helper to remove this warning. See [2025-09-17T02:42:39.332Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-09-17T02:42:39.332Z] [2025-09-17T02:42:39.332Z] Login Succeeded [2025-09-17T02:42:39.332Z] nexus3.edgexfoundry.org:10002 [2025-09-17T02:42:39.604Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-17T02:42:39.605Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-09-17T02:42:39.605Z] Configure a credential helper to remove this warning. See [2025-09-17T02:42:39.605Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-09-17T02:42:39.605Z] [2025-09-17T02:42:39.605Z] Login Succeeded [2025-09-17T02:42:39.605Z] nexus3.edgexfoundry.org:10003 [2025-09-17T02:42:39.874Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-17T02:42:40.143Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-09-17T02:42:40.143Z] Configure a credential helper to remove this warning. See [2025-09-17T02:42:40.143Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-09-17T02:42:40.143Z] [2025-09-17T02:42:40.143Z] Login Succeeded [2025-09-17T02:42:40.143Z] nexus3.edgexfoundry.org:10004 [2025-09-17T02:42:40.143Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-17T02:42:40.414Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-09-17T02:42:40.414Z] Configure a credential helper to remove this warning. See [2025-09-17T02:42:40.414Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-09-17T02:42:40.414Z] [2025-09-17T02:42:40.414Z] Login Succeeded [2025-09-17T02:42:40.415Z] ****.io [2025-09-17T02:42:40.683Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-17T02:42:40.951Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-09-17T02:42:40.951Z] Configure a credential helper to remove this warning. See [2025-09-17T02:42:40.951Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-09-17T02:42:40.951Z] [2025-09-17T02:42:40.951Z] Login Succeeded [2025-09-17T02:42:40.951Z] ---> ****-login.sh ends [Pipeline] } [2025-09-17T02:42:40.975Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2025-09-17T02:42:41.627Z] + git config --global --add safe.directory /w/workspace/edgex-go/906 [Pipeline] echo [2025-09-17T02:42:41.650Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-09-17T02:42:41.671Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-09-17T02:42:41.692Z] ========================================================= [2025-09-17T02:42:41.692Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2025-09-17T02:42:41.692Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2025-09-17T02:42:42.032Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-09-17T02:42:42.032Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-09-17T02:42:42.299Z] 94e9d8af2201: Pulling fs layer [2025-09-17T02:42:42.299Z] a6c56e8762df: Pulling fs layer [2025-09-17T02:42:42.299Z] f0f3c8884826: Pulling fs layer [2025-09-17T02:42:42.299Z] c7e7622c144d: Pulling fs layer [2025-09-17T02:42:42.299Z] 4f4fb700ef54: Pulling fs layer [2025-09-17T02:42:42.299Z] b4c3b6d88c5a: Pulling fs layer [2025-09-17T02:42:42.299Z] ba8bce9d2590: Pulling fs layer [2025-09-17T02:42:42.299Z] ca778ea9c289: Pulling fs layer [2025-09-17T02:42:42.299Z] c7e7622c144d: Waiting [2025-09-17T02:42:42.299Z] 4f4fb700ef54: Waiting [2025-09-17T02:42:42.299Z] b4c3b6d88c5a: Waiting [2025-09-17T02:42:42.299Z] ba8bce9d2590: Waiting [2025-09-17T02:42:42.299Z] ca778ea9c289: Waiting [2025-09-17T02:42:42.299Z] a6c56e8762df: Download complete [2025-09-17T02:42:42.299Z] c7e7622c144d: Verifying Checksum [2025-09-17T02:42:42.299Z] c7e7622c144d: Download complete [2025-09-17T02:42:42.299Z] 4f4fb700ef54: Verifying Checksum [2025-09-17T02:42:42.299Z] 4f4fb700ef54: Download complete [2025-09-17T02:42:42.299Z] b4c3b6d88c5a: Verifying Checksum [2025-09-17T02:42:42.299Z] b4c3b6d88c5a: Download complete [2025-09-17T02:42:42.299Z] 94e9d8af2201: Verifying Checksum [2025-09-17T02:42:42.299Z] 94e9d8af2201: Download complete [2025-09-17T02:42:42.886Z] ca778ea9c289: Verifying Checksum [2025-09-17T02:42:42.886Z] ca778ea9c289: Download complete [2025-09-17T02:42:43.471Z] 94e9d8af2201: Pull complete [2025-09-17T02:42:44.056Z] a6c56e8762df: Pull complete [2025-09-17T02:42:44.324Z] f0f3c8884826: Verifying Checksum [2025-09-17T02:42:44.324Z] f0f3c8884826: Download complete [2025-09-17T02:42:45.284Z] ba8bce9d2590: Verifying Checksum [2025-09-17T02:42:45.284Z] ba8bce9d2590: Download complete [2025-09-17T02:42:57.618Z] f0f3c8884826: Pull complete [2025-09-17T02:42:57.618Z] c7e7622c144d: Pull complete [2025-09-17T02:42:57.618Z] 4f4fb700ef54: Pull complete [2025-09-17T02:42:57.887Z] b4c3b6d88c5a: Pull complete [2025-09-17T02:43:06.132Z] ba8bce9d2590: Pull complete [2025-09-17T02:43:07.546Z] ca778ea9c289: Pull complete [2025-09-17T02:43:07.546Z] Digest: sha256:c70c257f76c0e97c87bd0187f74242a809c0afac30c2d5f44320df1de5715b93 [2025-09-17T02:43:07.546Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-09-17T02:43:07.546Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists [Pipeline] sh [2025-09-17T02:43:07.892Z] + docker build -t ci-base-image-arm64 -f - . [2025-09-17T02:43:07.892Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-09-17T02:43:07.892Z] WORKDIR /edgex [2025-09-17T02:43:07.892Z] COPY go.mod . [2025-09-17T02:43:07.892Z] RUN go mod download [2025-09-17T02:43:08.488Z] Sending build context to Docker daemon 3.845MB [2025-09-17T02:43:08.756Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-09-17T02:43:08.756Z] ---> 47b25d7523d1 [2025-09-17T02:43:08.756Z] Step 2/4 : WORKDIR /edgex [2025-09-17T02:43:10.714Z] ---> Running in 568113c20708 [2025-09-17T02:43:11.678Z] Removing intermediate container 568113c20708 [2025-09-17T02:43:11.678Z] ---> 579b72b06420 [2025-09-17T02:43:11.678Z] Step 3/4 : COPY go.mod . [2025-09-17T02:43:11.954Z] ---> 7503ba04822b [2025-09-17T02:43:11.954Z] Step 4/4 : RUN go mod download [2025-09-17T02:43:12.314Z] ---> Running in c3af2869951a [2025-09-17T02:44:08.758Z] Removing intermediate container c3af2869951a [2025-09-17T02:44:08.758Z] ---> 0500c672d296 [2025-09-17T02:44:08.758Z] Successfully built 0500c672d296 [2025-09-17T02:44:08.758Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:44:09.106Z] + docker inspect -f . ci-base-image-arm64 [2025-09-17T02:44:09.106Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-09-17T02:44:09.310Z] prd-ubuntu20.04-docker-arm64-4c-16g-8971 does not seem to be running inside a container [2025-09-17T02:44:09.370Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/906 -v /w/workspace/edgex-go/906:/w/workspace/edgex-go/906:rw,z -v /w/workspace/edgex-go/906@tmp:/w/workspace/edgex-go/906@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-09-17T02:44:10.572Z] $ docker top 19e1103a62e6401328c5cf3143c89a493d490f0fcc31e72c0a3eb0308df452e9 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-09-17T02:44:11.403Z] + go version [2025-09-17T02:44:11.404Z] go version go1.23.9 linux/arm64 [Pipeline] } [2025-09-17T02:44:11.419Z] $ docker stop --time=1 19e1103a62e6401328c5cf3143c89a493d490f0fcc31e72c0a3eb0308df452e9 [2025-09-17T02:44:13.006Z] $ docker rm -f --volumes 19e1103a62e6401328c5cf3143c89a493d490f0fcc31e72c0a3eb0308df452e9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:44:13.717Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-09-17T02:44:13.717Z] [2025-09-17T02:44:13.717Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:44:14.066Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-09-17T02:44:14.066Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2025-09-17T02:44:14.066Z] 547446be3368: Pulling fs layer [2025-09-17T02:44:14.066Z] d125d8839a47: Pulling fs layer [2025-09-17T02:44:14.066Z] 3e85d5ac6304: Pulling fs layer [2025-09-17T02:44:14.066Z] c3105a71a48b: Pulling fs layer [2025-09-17T02:44:14.066Z] 0f093f025ec4: Pulling fs layer [2025-09-17T02:44:14.066Z] c3106fc0e877: Pulling fs layer [2025-09-17T02:44:14.066Z] c3105a71a48b: Waiting [2025-09-17T02:44:14.066Z] 0f093f025ec4: Waiting [2025-09-17T02:44:14.066Z] c3106fc0e877: Waiting [2025-09-17T02:44:14.081Z] #156 ... [2025-09-17T02:44:14.081Z] [2025-09-17T02:44:14.081Z] #151 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-09-17T02:44:14.081Z] #151 DONE 98.0s [2025-09-17T02:44:14.081Z] [2025-09-17T02:44:14.081Z] #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-09-17T02:44:14.081Z] #150 ... [2025-09-17T02:44:14.081Z] [2025-09-17T02:44:14.081Z] #157 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2025-09-17T02:44:14.081Z] #157 DONE 0.1s [2025-09-17T02:44:14.081Z] [2025-09-17T02:44:14.081Z] #158 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-09-17T02:44:14.081Z] #158 DONE 1.2s [2025-09-17T02:44:14.081Z] [2025-09-17T02:44:14.081Z] #156 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-09-17T02:44:14.081Z] #156 ... [2025-09-17T02:44:14.081Z] [2025-09-17T02:44:14.081Z] #159 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2025-09-17T02:44:14.081Z] #159 DONE 0.1s [2025-09-17T02:44:14.081Z] [2025-09-17T02:44:14.081Z] #160 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2025-09-17T02:44:14.081Z] #160 DONE 0.1s [2025-09-17T02:44:14.081Z] [2025-09-17T02:44:14.081Z] #161 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2025-09-17T02:44:14.081Z] #161 DONE 0.2s [2025-09-17T02:44:14.081Z] [2025-09-17T02:44:14.081Z] #162 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2025-09-17T02:44:14.081Z] #162 DONE 0.1s [2025-09-17T02:44:14.081Z] [2025-09-17T02:44:14.081Z] #152 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-09-17T02:44:14.081Z] #152 ... [2025-09-17T02:44:14.081Z] [2025-09-17T02:44:14.081Z] #163 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2025-09-17T02:44:14.081Z] #163 DONE 0.0s [2025-09-17T02:44:14.081Z] [2025-09-17T02:44:14.081Z] #164 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ [2025-09-17T02:44:14.081Z] #164 DONE 0.1s [2025-09-17T02:44:14.081Z] [2025-09-17T02:44:14.081Z] #165 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2025-09-17T02:44:14.081Z] #165 DONE 0.1s [2025-09-17T02:44:14.081Z] [2025-09-17T02:44:14.081Z] #152 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-09-17T02:44:14.081Z] #152 ... [2025-09-17T02:44:14.081Z] [2025-09-17T02:44:14.081Z] #166 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2025-09-17T02:44:14.081Z] #166 DONE 0.2s [2025-09-17T02:44:14.081Z] [2025-09-17T02:44:14.081Z] #167 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2025-09-17T02:44:14.081Z] #167 DONE 1.1s [2025-09-17T02:44:14.081Z] [2025-09-17T02:44:14.081Z] #168 [security-bootstrapper] exporting to image [2025-09-17T02:44:14.081Z] #168 exporting layers [2025-09-17T02:44:14.081Z] #168 exporting layers 0.5s done [2025-09-17T02:44:14.081Z] #168 writing image sha256:6c3246e125708c8af83c10423576d4add5d143ce82310a9b8ea27d0af487c231 done [2025-09-17T02:44:14.081Z] #168 naming to docker.io/library/security-bootstrapper done [2025-09-17T02:44:14.081Z] #168 DONE 0.5s [2025-09-17T02:44:14.081Z] [2025-09-17T02:44:14.081Z] #155 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-09-17T02:44:14.081Z] #155 ... [2025-09-17T02:44:14.081Z] [2025-09-17T02:44:14.081Z] #156 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-09-17T02:44:14.081Z] #156 DONE 102.3s [2025-09-17T02:44:14.081Z] [2025-09-17T02:44:14.081Z] #169 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-09-17T02:44:14.081Z] #169 DONE 0.1s [2025-09-17T02:44:14.081Z] [2025-09-17T02:44:14.081Z] #170 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-09-17T02:44:14.081Z] #170 DONE 0.0s [2025-09-17T02:44:14.081Z] [2025-09-17T02:44:14.081Z] #171 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2025-09-17T02:44:14.081Z] #171 DONE 0.1s [2025-09-17T02:44:14.081Z] [2025-09-17T02:44:14.081Z] #172 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2025-09-17T02:44:14.081Z] #172 DONE 0.0s [2025-09-17T02:44:14.081Z] [2025-09-17T02:44:14.081Z] #173 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2025-09-17T02:44:14.081Z] #173 DONE 0.1s [2025-09-17T02:44:14.081Z] [2025-09-17T02:44:14.081Z] #174 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-09-17T02:44:14.081Z] #174 DONE 0.8s [2025-09-17T02:44:14.081Z] [2025-09-17T02:44:14.081Z] #155 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-09-17T02:44:14.081Z] #155 ... [2025-09-17T02:44:14.081Z] [2025-09-17T02:44:14.081Z] #175 [core-common-config-bootstrapper] exporting to image [2025-09-17T02:44:14.081Z] #175 exporting layers 0.6s done [2025-09-17T02:44:14.081Z] #175 writing image sha256:afa6770c668a82441eb3a9a02c21f01b30bf446cc561cc3c2a929a68c854df17 done [2025-09-17T02:44:14.081Z] #175 naming to docker.io/library/core-common-config-bootstrapper done [2025-09-17T02:44:14.081Z] #175 DONE 0.6s [2025-09-17T02:44:14.081Z] [2025-09-17T02:44:14.081Z] #155 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-09-17T02:44:14.335Z] 547446be3368: Verifying Checksum [2025-09-17T02:44:14.335Z] 547446be3368: Download complete [2025-09-17T02:44:14.335Z] c3105a71a48b: Verifying Checksum [2025-09-17T02:44:14.335Z] c3105a71a48b: Download complete [2025-09-17T02:44:14.604Z] d125d8839a47: Verifying Checksum [2025-09-17T02:44:14.604Z] d125d8839a47: Download complete [2025-09-17T02:44:14.604Z] c3106fc0e877: Download complete [2025-09-17T02:44:14.870Z] 0f093f025ec4: Verifying Checksum [2025-09-17T02:44:14.870Z] 0f093f025ec4: Download complete [2025-09-17T02:44:15.139Z] 547446be3368: Pull complete [2025-09-17T02:44:16.095Z] d125d8839a47: Pull complete [2025-09-17T02:44:16.677Z] 3e85d5ac6304: Verifying Checksum [2025-09-17T02:44:16.677Z] 3e85d5ac6304: Download complete [2025-09-17T02:44:26.768Z] 3e85d5ac6304: Pull complete [2025-09-17T02:44:26.768Z] c3105a71a48b: Pull complete [2025-09-17T02:44:27.349Z] 0f093f025ec4: Pull complete [2025-09-17T02:44:27.614Z] c3106fc0e877: Pull complete [2025-09-17T02:44:27.614Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2025-09-17T02:44:27.614Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-09-17T02:44:27.614Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-09-17T02:44:27.806Z] prd-ubuntu20.04-docker-arm64-4c-16g-8971 does not seem to be running inside a container [2025-09-17T02:44:27.868Z] $ 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/906 -v /w/workspace/edgex-go/906:/w/workspace/edgex-go/906:rw,z -v /w/workspace/edgex-go/906@tmp:/w/workspace/edgex-go/906@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-09-17T02:44:29.817Z] $ docker top d5ed88fd146d2fa652017d16b30d24ec30c8e9bc18cb92d61a6a706ca13dfb47 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-09-17T02:44:30.319Z] + docker compose -f ./docker-compose-build.yml build --parallel [2025-09-17T02:44:40.410Z] #1 [security-bootstrapper internal] load build definition from Dockerfile [2025-09-17T02:44:40.410Z] #1 transferring dockerfile: 3.02kB done [2025-09-17T02:44:40.410Z] #1 DONE 0.1s [2025-09-17T02:44:40.678Z] [2025-09-17T02:44:40.678Z] #2 [security-spiffe-token-provider internal] load build definition from Dockerfile [2025-09-17T02:44:40.678Z] #2 transferring dockerfile: 1.89kB done [2025-09-17T02:44:40.678Z] #2 DONE 0.0s [2025-09-17T02:44:40.678Z] [2025-09-17T02:44:40.678Z] #3 [support-notifications internal] load build definition from Dockerfile [2025-09-17T02:44:40.678Z] #3 transferring dockerfile: 2.00kB done [2025-09-17T02:44:40.947Z] #3 DONE 0.1s [2025-09-17T02:44:40.947Z] [2025-09-17T02:44:40.947Z] #4 [core-data internal] load build definition from Dockerfile [2025-09-17T02:44:40.947Z] #4 transferring dockerfile: 2.04kB 0.0s done [2025-09-17T02:44:40.947Z] #4 DONE 0.1s [2025-09-17T02:44:40.947Z] [2025-09-17T02:44:40.947Z] #5 [support-scheduler internal] load build definition from Dockerfile [2025-09-17T02:44:40.947Z] #5 transferring dockerfile: 1.83kB done [2025-09-17T02:44:40.947Z] #5 DONE 0.1s [2025-09-17T02:44:40.947Z] [2025-09-17T02:44:40.947Z] #6 [security-spire-agent internal] load build definition from Dockerfile [2025-09-17T02:44:40.947Z] #6 transferring dockerfile: 1.81kB done [2025-09-17T02:44:40.947Z] #6 DONE 0.1s [2025-09-17T02:44:41.214Z] [2025-09-17T02:44:41.214Z] #7 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2025-09-17T02:44:41.214Z] #7 transferring dockerfile: 2.23kB 0.0s done [2025-09-17T02:44:41.214Z] #7 DONE 0.1s [2025-09-17T02:44:41.214Z] [2025-09-17T02:44:41.214Z] #8 [security-spire-server internal] load build definition from Dockerfile [2025-09-17T02:44:41.214Z] #8 transferring dockerfile: 1.70kB done [2025-09-17T02:44:41.214Z] #8 DONE 0.1s [2025-09-17T02:44:41.214Z] [2025-09-17T02:44:41.214Z] #9 [security-proxy-auth internal] load build definition from Dockerfile [2025-09-17T02:44:41.214Z] #9 transferring dockerfile: 2.14kB done [2025-09-17T02:44:41.214Z] #9 DONE 0.1s [2025-09-17T02:44:41.214Z] [2025-09-17T02:44:41.214Z] #10 [security-proxy-setup internal] load build definition from Dockerfile [2025-09-17T02:44:41.214Z] #10 transferring dockerfile: 2.50kB done [2025-09-17T02:44:41.214Z] #10 DONE 0.1s [2025-09-17T02:44:41.214Z] [2025-09-17T02:44:41.214Z] #11 [core-keeper internal] load build definition from Dockerfile [2025-09-17T02:44:41.482Z] #11 transferring dockerfile: 2.01kB 0.0s done [2025-09-17T02:44:41.482Z] #11 DONE 0.1s [2025-09-17T02:44:41.482Z] [2025-09-17T02:44:41.482Z] #12 [security-spire-config internal] load build definition from Dockerfile [2025-09-17T02:44:41.482Z] #12 transferring dockerfile: 1.69kB 0.0s done [2025-09-17T02:44:41.482Z] #12 DONE 0.1s [2025-09-17T02:44:41.482Z] [2025-09-17T02:44:41.482Z] #13 [core-command internal] load build definition from Dockerfile [2025-09-17T02:44:41.482Z] #13 transferring dockerfile: 1.94kB done [2025-09-17T02:44:41.482Z] #13 DONE 0.1s [2025-09-17T02:44:41.482Z] [2025-09-17T02:44:41.482Z] #14 [security-secretstore-setup internal] load build definition from Dockerfile [2025-09-17T02:44:41.482Z] #14 transferring dockerfile: 2.49kB done [2025-09-17T02:44:41.482Z] #14 DONE 0.1s [2025-09-17T02:44:41.482Z] [2025-09-17T02:44:41.482Z] #15 [core-metadata internal] load build definition from Dockerfile [2025-09-17T02:44:41.748Z] #15 transferring dockerfile: 2.10kB 0.0s done [2025-09-17T02:44:41.748Z] #15 DONE 0.1s [2025-09-17T02:44:41.748Z] [2025-09-17T02:44:41.748Z] #16 [security-bootstrapper internal] load .dockerignore [2025-09-17T02:44:41.749Z] #16 transferring context: 50B 0.0s done [2025-09-17T02:44:41.749Z] #16 DONE 0.1s [2025-09-17T02:44:42.334Z] [2025-09-17T02:44:42.334Z] #17 [security-spiffe-token-provider internal] load .dockerignore [2025-09-17T02:44:42.921Z] #17 ... [2025-09-17T02:44:42.921Z] [2025-09-17T02:44:42.921Z] #18 [security-spire-config internal] load .dockerignore [2025-09-17T02:44:42.921Z] #18 DONE 0.0s [2025-09-17T02:44:42.921Z] [2025-09-17T02:44:42.921Z] #19 [security-secretstore-setup internal] load .dockerignore [2025-09-17T02:44:43.188Z] #19 ... [2025-09-17T02:44:43.188Z] [2025-09-17T02:44:43.188Z] #20 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-09-17T02:44:43.188Z] #20 DONE 0.0s [2025-09-17T02:44:43.188Z] [2025-09-17T02:44:43.188Z] #21 [core-command internal] load .dockerignore [2025-09-17T02:44:44.165Z] #21 ... [2025-09-17T02:44:44.165Z] [2025-09-17T02:44:44.165Z] #17 [security-spiffe-token-provider internal] load .dockerignore [2025-09-17T02:44:44.165Z] #17 transferring context: 50B done [2025-09-17T02:44:44.165Z] #17 DONE 1.5s [2025-09-17T02:44:44.165Z] [2025-09-17T02:44:44.165Z] #22 [support-notifications internal] load .dockerignore [2025-09-17T02:44:44.165Z] #22 transferring context: 50B done [2025-09-17T02:44:44.165Z] #22 DONE 1.4s [2025-09-17T02:44:44.165Z] [2025-09-17T02:44:44.165Z] #23 [core-data internal] load .dockerignore [2025-09-17T02:44:44.165Z] #23 transferring context: 50B 0.0s done [2025-09-17T02:44:44.165Z] #23 DONE 1.6s [2025-09-17T02:44:44.165Z] [2025-09-17T02:44:44.165Z] #24 [support-scheduler internal] load .dockerignore [2025-09-17T02:44:44.165Z] #24 transferring context: 50B done [2025-09-17T02:44:44.165Z] #24 DONE 1.6s [2025-09-17T02:44:44.165Z] [2025-09-17T02:44:44.165Z] #20 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-09-17T02:44:44.165Z] #20 DONE 0.0s [2025-09-17T02:44:44.165Z] [2025-09-17T02:44:44.165Z] #25 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.20 [2025-09-17T02:44:44.165Z] #25 DONE 1.1s [2025-09-17T02:44:44.165Z] [2025-09-17T02:44:44.165Z] #26 [security-proxy-setup internal] load .dockerignore [2025-09-17T02:44:44.165Z] #26 transferring context: 50B 0.0s done [2025-09-17T02:44:44.165Z] #26 DONE 1.5s [2025-09-17T02:44:44.165Z] [2025-09-17T02:44:44.165Z] #27 [security-spire-agent internal] load .dockerignore [2025-09-17T02:44:44.165Z] #27 transferring context: 50B 0.0s done [2025-09-17T02:44:44.165Z] #27 DONE 1.7s [2025-09-17T02:44:44.165Z] [2025-09-17T02:44:44.165Z] #28 [security-spiffe-token-provider stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-09-17T02:44:44.165Z] #28 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-09-17T02:44:44.433Z] #28 ... [2025-09-17T02:44:44.433Z] [2025-09-17T02:44:44.433Z] #29 [security-spire-server internal] load .dockerignore [2025-09-17T02:44:44.433Z] #29 transferring context: 50B done [2025-09-17T02:44:44.433Z] #29 DONE 1.7s [2025-09-17T02:44:44.433Z] [2025-09-17T02:44:44.433Z] #20 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-09-17T02:44:44.433Z] #20 DONE 0.0s [2025-09-17T02:44:44.433Z] [2025-09-17T02:44:44.433Z] #25 [core-data internal] load metadata for docker.io/library/alpine:3.20 [2025-09-17T02:44:44.433Z] #25 DONE 1.1s [2025-09-17T02:44:44.433Z] [2025-09-17T02:44:44.433Z] #28 [security-spiffe-token-provider stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-09-17T02:44:44.433Z] #28 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done [2025-09-17T02:44:44.433Z] #28 ... [2025-09-17T02:44:44.433Z] [2025-09-17T02:44:44.433Z] #30 [security-proxy-auth internal] load .dockerignore [2025-09-17T02:44:44.433Z] #30 transferring context: 50B done [2025-09-17T02:44:44.433Z] #30 DONE 1.8s [2025-09-17T02:44:44.433Z] [2025-09-17T02:44:44.433Z] #31 [core-common-config-bootstrapper internal] load .dockerignore [2025-09-17T02:44:44.433Z] #31 transferring context: 50B 0.0s done [2025-09-17T02:44:44.433Z] #31 DONE 1.8s [2025-09-17T02:44:44.433Z] [2025-09-17T02:44:44.433Z] #28 [core-data stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-09-17T02:44:44.433Z] #28 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done [2025-09-17T02:44:44.433Z] #28 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done [2025-09-17T02:44:44.433Z] #28 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 2.10MB / 4.09MB 0.2s [2025-09-17T02:44:44.433Z] #28 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-09-17T02:44:44.433Z] #28 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done [2025-09-17T02:44:44.701Z] #28 ... [2025-09-17T02:44:44.701Z] [2025-09-17T02:44:44.701Z] #21 [core-command internal] load .dockerignore [2025-09-17T02:44:44.701Z] #21 transferring context: 50B 0.0s done [2025-09-17T02:44:44.701Z] #21 DONE 1.7s [2025-09-17T02:44:44.701Z] [2025-09-17T02:44:44.701Z] #28 [core-data stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-09-17T02:44:44.701Z] #28 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.3s [2025-09-17T02:44:44.701Z] #28 ... [2025-09-17T02:44:44.701Z] [2025-09-17T02:44:44.701Z] #32 [core-keeper internal] load .dockerignore [2025-09-17T02:44:44.701Z] #32 transferring context: 50B 0.0s done [2025-09-17T02:44:44.701Z] #32 DONE 1.9s [2025-09-17T02:44:44.701Z] [2025-09-17T02:44:44.701Z] #28 [core-data stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-09-17T02:44:44.701Z] #28 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.3s done [2025-09-17T02:44:44.968Z] #28 ... [2025-09-17T02:44:44.968Z] [2025-09-17T02:44:44.968Z] #18 [security-spire-config internal] load .dockerignore [2025-09-17T02:44:44.968Z] #18 transferring context: 50B 0.0s done [2025-09-17T02:44:44.968Z] #18 DONE 1.9s [2025-09-17T02:44:44.968Z] [2025-09-17T02:44:44.968Z] #20 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-09-17T02:44:44.968Z] #20 DONE 0.0s [2025-09-17T02:44:44.968Z] [2025-09-17T02:44:44.968Z] #28 [core-data stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-09-17T02:44:44.968Z] #28 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.3s done [2025-09-17T02:44:44.968Z] #28 extracting sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 [2025-09-17T02:44:44.968Z] #28 ... [2025-09-17T02:44:44.968Z] [2025-09-17T02:44:44.968Z] #33 [core-metadata internal] load .dockerignore [2025-09-17T02:44:44.968Z] #33 transferring context: 50B 0.0s done [2025-09-17T02:44:44.968Z] #33 DONE 2.0s [2025-09-17T02:44:44.968Z] [2025-09-17T02:44:44.968Z] #25 [support-scheduler internal] load metadata for docker.io/library/alpine:3.20 [2025-09-17T02:44:44.968Z] #25 DONE 1.2s [2025-09-17T02:44:44.968Z] [2025-09-17T02:44:44.968Z] #28 [support-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-09-17T02:44:44.968Z] #28 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done [2025-09-17T02:44:44.968Z] #28 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done [2025-09-17T02:44:44.968Z] #28 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.3s done [2025-09-17T02:44:44.968Z] #28 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-09-17T02:44:44.968Z] #28 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done [2025-09-17T02:44:45.235Z] #28 ... [2025-09-17T02:44:45.235Z] [2025-09-17T02:44:45.235Z] #19 [security-secretstore-setup internal] load .dockerignore [2025-09-17T02:44:45.235Z] #19 transferring context: 50B 0.0s done [2025-09-17T02:44:45.235Z] #19 DONE 2.1s [2025-09-17T02:44:45.235Z] [2025-09-17T02:44:45.235Z] #34 [security-bootstrapper internal] load build context [2025-09-17T02:44:45.818Z] #34 ... [2025-09-17T02:44:45.818Z] [2025-09-17T02:44:45.818Z] #25 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.20 [2025-09-17T02:44:45.818Z] #25 DONE 1.6s [2025-09-17T02:44:45.818Z] [2025-09-17T02:44:45.818Z] #34 [security-bootstrapper internal] load build context [2025-09-17T02:44:46.405Z] #34 ... [2025-09-17T02:44:46.405Z] [2025-09-17T02:44:46.405Z] #20 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-09-17T02:44:46.405Z] #20 DONE 0.0s [2025-09-17T02:44:46.405Z] [2025-09-17T02:44:46.405Z] #34 [security-bootstrapper internal] load build context [2025-09-17T02:44:46.672Z] #34 transferring context: 3.36MB 2.0s done [2025-09-17T02:44:46.938Z] #34 ... [2025-09-17T02:44:46.938Z] [2025-09-17T02:44:46.938Z] #25 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.20 [2025-09-17T02:44:46.938Z] #25 DONE 2.1s [2025-09-17T02:44:46.938Z] [2025-09-17T02:44:46.938Z] #35 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 [2025-09-17T02:44:46.938Z] #35 DONE 1.6s [2025-09-17T02:44:46.938Z] [2025-09-17T02:44:46.938Z] #36 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-09-17T02:44:46.938Z] #36 DONE 1.7s [2025-09-17T02:44:46.938Z] [2025-09-17T02:44:46.938Z] #28 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-09-17T02:44:46.938Z] #28 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done [2025-09-17T02:44:46.938Z] #28 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done [2025-09-17T02:44:46.938Z] #28 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.3s done [2025-09-17T02:44:46.938Z] #28 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-09-17T02:44:46.938Z] #28 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done [2025-09-17T02:44:47.204Z] #28 ... [2025-09-17T02:44:47.204Z] [2025-09-17T02:44:47.204Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-09-17T02:44:47.204Z] #37 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.1s done [2025-09-17T02:44:47.204Z] #37 DONE 0.1s [2025-09-17T02:44:47.204Z] [2025-09-17T02:44:47.204Z] #28 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-09-17T02:44:47.204Z] #28 ... [2025-09-17T02:44:47.204Z] [2025-09-17T02:44:47.204Z] #38 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-09-17T02:44:47.204Z] #38 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.2s done [2025-09-17T02:44:47.204Z] #38 DONE 0.2s [2025-09-17T02:44:47.204Z] [2025-09-17T02:44:47.204Z] #39 [support-notifications internal] load build context [2025-09-17T02:44:47.204Z] #39 transferring context: 3.36MB 2.0s done [2025-09-17T02:44:47.204Z] #39 DONE 2.9s [2025-09-17T02:44:47.204Z] [2025-09-17T02:44:47.204Z] #34 [security-bootstrapper internal] load build context [2025-09-17T02:44:47.204Z] #34 DONE 3.0s [2025-09-17T02:44:47.204Z] [2025-09-17T02:44:47.204Z] #28 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-09-17T02:44:47.470Z] #28 extracting sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 2.5s done [2025-09-17T02:44:47.470Z] #28 ... [2025-09-17T02:44:47.470Z] [2025-09-17T02:44:47.470Z] #40 [core-data internal] load build context [2025-09-17T02:44:47.470Z] #40 transferring context: 3.36MB 2.2s done [2025-09-17T02:44:47.470Z] #40 DONE 2.9s [2025-09-17T02:44:47.470Z] [2025-09-17T02:44:47.470Z] #41 [security-spiffe-token-provider internal] load build context [2025-09-17T02:44:47.470Z] #41 transferring context: 3.36MB 2.1s done [2025-09-17T02:44:47.470Z] #41 DONE 3.0s [2025-09-17T02:44:47.470Z] [2025-09-17T02:44:47.470Z] #20 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-09-17T02:44:47.470Z] #20 DONE 0.0s [2025-09-17T02:44:47.470Z] [2025-09-17T02:44:47.470Z] #42 [support-scheduler internal] load build context [2025-09-17T02:44:47.470Z] #42 transferring context: 3.36MB 1.6s done [2025-09-17T02:44:47.470Z] #42 DONE 2.5s [2025-09-17T02:44:47.470Z] [2025-09-17T02:44:47.470Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-09-17T02:44:47.470Z] #37 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-09-17T02:44:47.470Z] #37 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done [2025-09-17T02:44:47.470Z] #37 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done [2025-09-17T02:44:47.470Z] #37 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done [2025-09-17T02:44:47.470Z] #37 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done [2025-09-17T02:44:47.470Z] #37 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.1s done [2025-09-17T02:44:47.470Z] #37 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.1s done [2025-09-17T02:44:47.736Z] #37 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 0B / 33.17MB 0.4s [2025-09-17T02:44:47.736Z] #37 ... [2025-09-17T02:44:47.736Z] [2025-09-17T02:44:47.736Z] #20 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-09-17T02:44:47.736Z] #20 DONE 0.0s [2025-09-17T02:44:47.736Z] [2025-09-17T02:44:47.736Z] #36 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-09-17T02:44:47.736Z] #36 DONE 2.2s [2025-09-17T02:44:48.004Z] [2025-09-17T02:44:48.004Z] #20 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-09-17T02:44:48.004Z] #20 DONE 0.1s [2025-09-17T02:44:48.004Z] [2025-09-17T02:44:48.004Z] #38 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-09-17T02:44:48.004Z] #38 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done [2025-09-17T02:44:48.004Z] #38 sha256:e81b72a68d76b0e0df52247b9790de839a7321008b1f01dade49a9205896959b 1.05kB / 1.05kB done [2025-09-17T02:44:48.004Z] #38 sha256:ed3dcd9259b2c881c72642150b0878715420e4dc7a6eb469171aecff31ef0520 1.72kB / 1.72kB done [2025-09-17T02:44:48.004Z] #38 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done [2025-09-17T02:44:48.004Z] #38 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done [2025-09-17T02:44:48.004Z] #38 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.1s done [2025-09-17T02:44:48.004Z] #38 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.5s [2025-09-17T02:44:48.004Z] #38 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 0B / 14.28MB 0.5s [2025-09-17T02:44:48.004Z] #38 ... [2025-09-17T02:44:48.004Z] [2025-09-17T02:44:48.004Z] #25 [core-command internal] load metadata for docker.io/library/alpine:3.20 [2025-09-17T02:44:48.004Z] #25 DONE 2.6s [2025-09-17T02:44:48.004Z] [2025-09-17T02:44:48.004Z] #38 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-09-17T02:44:48.004Z] #38 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.5s done [2025-09-17T02:44:48.004Z] #38 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 2.10MB / 14.28MB 0.7s [2025-09-17T02:44:48.286Z] #38 ... [2025-09-17T02:44:48.286Z] [2025-09-17T02:44:48.286Z] #20 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-09-17T02:44:48.286Z] #20 DONE 0.1s [2025-09-17T02:44:48.286Z] [2025-09-17T02:44:48.286Z] #43 [security-spire-agent internal] load build context [2025-09-17T02:44:48.286Z] #43 transferring context: 23.33kB 0.1s done [2025-09-17T02:44:48.286Z] #43 DONE 1.1s [2025-09-17T02:44:48.286Z] [2025-09-17T02:44:48.286Z] #38 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-09-17T02:44:48.286Z] #38 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 3.15MB / 14.28MB 0.8s [2025-09-17T02:44:48.286Z] #38 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be [2025-09-17T02:44:48.286Z] #38 ... [2025-09-17T02:44:48.286Z] [2025-09-17T02:44:48.286Z] #25 [core-keeper internal] load metadata for docker.io/library/alpine:3.20 [2025-09-17T02:44:48.286Z] #25 DONE 2.7s [2025-09-17T02:44:48.286Z] [2025-09-17T02:44:48.286Z] #38 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-09-17T02:44:48.286Z] #38 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 7.34MB / 14.28MB 1.0s [2025-09-17T02:44:48.286Z] #38 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 8.72MB / 14.28MB 1.1s [2025-09-17T02:44:48.552Z] #38 ... [2025-09-17T02:44:48.552Z] [2025-09-17T02:44:48.552Z] #25 [security-spire-config internal] load metadata for docker.io/library/alpine:3.20 [2025-09-17T02:44:48.552Z] #25 DONE 2.9s [2025-09-17T02:44:48.552Z] [2025-09-17T02:44:48.552Z] #28 [core-common-config-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-09-17T02:44:48.552Z] #28 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done [2025-09-17T02:44:48.552Z] #28 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done [2025-09-17T02:44:48.552Z] #28 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.3s done [2025-09-17T02:44:48.552Z] #28 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-09-17T02:44:48.552Z] #28 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done [2025-09-17T02:44:48.552Z] #28 extracting sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 2.5s done [2025-09-17T02:44:48.552Z] #28 DONE 5.1s [2025-09-17T02:44:48.552Z] [2025-09-17T02:44:48.552Z] #38 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-09-17T02:44:48.552Z] #38 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 10.51MB / 14.28MB 1.2s [2025-09-17T02:44:48.552Z] #38 ... [2025-09-17T02:44:48.552Z] [2025-09-17T02:44:48.552Z] #20 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-09-17T02:44:48.552Z] #20 DONE 0.1s [2025-09-17T02:44:48.552Z] [2025-09-17T02:44:48.552Z] #38 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-09-17T02:44:48.552Z] #38 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 1.4s [2025-09-17T02:44:49.133Z] #38 ... [2025-09-17T02:44:49.133Z] [2025-09-17T02:44:49.133Z] #20 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-09-17T02:44:49.133Z] #20 DONE 0.1s [2025-09-17T02:44:49.133Z] [2025-09-17T02:44:49.133Z] #44 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-09-17T02:44:49.715Z] #44 ... [2025-09-17T02:44:49.715Z] [2025-09-17T02:44:49.715Z] #45 [security-proxy-setup internal] load build context [2025-09-17T02:44:49.715Z] #45 transferring context: 3.36MB 1.2s done [2025-09-17T02:44:49.715Z] #45 DONE 2.9s [2025-09-17T02:44:49.715Z] [2025-09-17T02:44:49.715Z] #36 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-09-17T02:44:49.715Z] #36 DONE 3.5s [2025-09-17T02:44:49.715Z] [2025-09-17T02:44:49.715Z] #46 [security-spire-server internal] load build context [2025-09-17T02:44:49.715Z] #46 transferring context: 23.80kB 0.1s done [2025-09-17T02:44:49.715Z] #46 DONE 1.8s [2025-09-17T02:44:49.715Z] [2025-09-17T02:44:49.715Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-09-17T02:44:49.715Z] #37 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.1s done [2025-09-17T02:44:49.715Z] #37 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-09-17T02:44:49.715Z] #37 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done [2025-09-17T02:44:49.715Z] #37 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done [2025-09-17T02:44:49.715Z] #37 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done [2025-09-17T02:44:49.715Z] #37 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done [2025-09-17T02:44:49.715Z] #37 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.1s done [2025-09-17T02:44:49.715Z] #37 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.1s done [2025-09-17T02:44:49.715Z] #37 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 17.83MB / 33.17MB 2.5s [2025-09-17T02:44:49.715Z] #37 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.0s done [2025-09-17T02:44:49.715Z] #37 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.0s done [2025-09-17T02:44:49.983Z] #37 ... [2025-09-17T02:44:49.983Z] [2025-09-17T02:44:49.983Z] #28 [security-spire-config stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-09-17T02:44:49.983Z] #28 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done [2025-09-17T02:44:49.983Z] #28 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done [2025-09-17T02:44:49.983Z] #28 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.3s done [2025-09-17T02:44:49.983Z] #28 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-09-17T02:44:49.983Z] #28 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done [2025-09-17T02:44:49.983Z] #28 extracting sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 2.5s done [2025-09-17T02:44:49.983Z] #28 DONE 5.1s [2025-09-17T02:44:49.983Z] [2025-09-17T02:44:49.983Z] #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-09-17T02:44:49.983Z] #37 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.1s done [2025-09-17T02:44:49.983Z] #37 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-09-17T02:44:49.983Z] #37 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done [2025-09-17T02:44:49.983Z] #37 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done [2025-09-17T02:44:49.983Z] #37 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done [2025-09-17T02:44:49.983Z] #37 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done [2025-09-17T02:44:49.983Z] #37 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.1s done [2025-09-17T02:44:49.983Z] #37 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.1s done [2025-09-17T02:44:49.983Z] #37 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.0s done [2025-09-17T02:44:49.983Z] #37 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.0s done [2025-09-17T02:44:49.983Z] #37 ... [2025-09-17T02:44:49.983Z] [2025-09-17T02:44:49.983Z] #28 [core-metadata stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-09-17T02:44:49.983Z] #28 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done [2025-09-17T02:44:49.983Z] #28 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done [2025-09-17T02:44:49.983Z] #28 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.3s done [2025-09-17T02:44:49.983Z] #28 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-09-17T02:44:49.983Z] #28 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done [2025-09-17T02:44:49.983Z] #28 extracting sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 2.5s done [2025-09-17T02:44:49.983Z] #28 DONE 5.1s [2025-09-17T02:44:49.983Z] [2025-09-17T02:44:49.983Z] #25 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.20 [2025-09-17T02:44:49.983Z] #25 DONE 4.2s [2025-09-17T02:44:49.983Z] [2025-09-17T02:44:49.983Z] #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-09-17T02:44:49.983Z] #37 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 19.92MB / 33.17MB 2.7s [2025-09-17T02:44:50.250Z] #37 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 24.12MB / 33.17MB 2.9s [2025-09-17T02:44:50.250Z] #37 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 26.21MB / 33.17MB 3.0s [2025-09-17T02:44:50.521Z] #37 ... [2025-09-17T02:44:50.521Z] [2025-09-17T02:44:50.521Z] #47 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-09-17T02:44:50.521Z] #47 DONE 7.1s [2025-09-17T02:44:50.521Z] [2025-09-17T02:44:50.521Z] #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-09-17T02:44:50.521Z] #37 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 29.36MB / 33.17MB 3.1s [2025-09-17T02:44:50.521Z] #37 ... [2025-09-17T02:44:50.521Z] [2025-09-17T02:44:50.521Z] #48 [core-common-config-bootstrapper internal] load build context [2025-09-17T02:44:50.521Z] #48 transferring context: 3.36MB 1.5s done [2025-09-17T02:44:50.521Z] #48 DONE 2.5s [2025-09-17T02:44:50.521Z] [2025-09-17T02:44:50.521Z] #49 [security-proxy-auth internal] load build context [2025-09-17T02:44:50.521Z] #49 transferring context: 3.36MB 1.5s done [2025-09-17T02:44:50.521Z] #49 DONE 2.5s [2025-09-17T02:44:50.521Z] [2025-09-17T02:44:50.521Z] #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-09-17T02:44:50.521Z] #37 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 3.4s [2025-09-17T02:44:50.788Z] #37 ... [2025-09-17T02:44:50.788Z] [2025-09-17T02:44:50.788Z] #50 [core-command internal] load build context [2025-09-17T02:44:50.788Z] #50 transferring context: 3.36MB 1.7s done [2025-09-17T02:44:50.788Z] #50 DONE 2.6s [2025-09-17T02:44:50.788Z] [2025-09-17T02:44:50.788Z] #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-09-17T02:44:51.060Z] #37 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 3.6s done [2025-09-17T02:44:52.029Z] #37 ... [2025-09-17T02:44:52.029Z] [2025-09-17T02:44:52.029Z] #51 [core-keeper builder 2/7] WORKDIR /edgex-go [2025-09-17T02:44:52.029Z] #51 DONE 2.3s [2025-09-17T02:44:52.029Z] [2025-09-17T02:44:52.029Z] #52 [security-spire-config internal] load build context [2025-09-17T02:44:52.029Z] #52 transferring context: 22.05kB 0.2s done [2025-09-17T02:44:52.029Z] #52 DONE 2.0s [2025-09-17T02:44:52.029Z] [2025-09-17T02:44:52.029Z] #53 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-09-17T02:44:53.990Z] #53 ... [2025-09-17T02:44:53.990Z] [2025-09-17T02:44:53.990Z] #54 [core-keeper internal] load build context [2025-09-17T02:44:53.990Z] #54 transferring context: 3.36MB 3.0s done [2025-09-17T02:44:53.990Z] #54 DONE 5.5s [2025-09-17T02:44:53.990Z] [2025-09-17T02:44:53.990Z] #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-09-17T02:44:53.990Z] #37 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 0.7s [2025-09-17T02:44:55.946Z] #37 ... [2025-09-17T02:44:55.946Z] [2025-09-17T02:44:55.946Z] #55 [core-metadata internal] load build context [2025-09-17T02:44:55.946Z] #55 transferring context: 3.36MB 4.1s done [2025-09-17T02:44:55.946Z] #55 DONE 5.9s [2025-09-17T02:44:55.946Z] [2025-09-17T02:44:55.946Z] #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-09-17T02:44:56.532Z] #37 ... [2025-09-17T02:44:56.532Z] [2025-09-17T02:44:56.532Z] #56 [security-secretstore-setup internal] load build context [2025-09-17T02:44:56.532Z] #56 transferring context: 3.36MB 4.6s done [2025-09-17T02:44:56.532Z] #56 DONE 6.3s [2025-09-17T02:44:56.532Z] [2025-09-17T02:44:56.532Z] #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-09-17T02:44:59.129Z] #37 ... [2025-09-17T02:44:59.129Z] [2025-09-17T02:44:59.129Z] #57 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-09-17T02:44:59.129Z] #0 8.645 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-09-17T02:44:59.129Z] #0 9.139 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-09-17T02:44:59.129Z] #57 ... [2025-09-17T02:44:59.129Z] [2025-09-17T02:44:59.129Z] #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-09-17T02:44:59.129Z] #37 ... [2025-09-17T02:44:59.129Z] [2025-09-17T02:44:59.129Z] #58 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-09-17T02:44:59.129Z] #0 7.074 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-09-17T02:44:59.129Z] #0 7.655 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-09-17T02:44:59.129Z] #0 9.830 (1/2) Installing dumb-init (1.2.5-r3) [2025-09-17T02:44:59.129Z] #0 9.860 (2/2) Installing su-exec (0.2-r3) [2025-09-17T02:44:59.129Z] #0 9.947 Executing busybox-1.36.1-r29.trigger [2025-09-17T02:44:59.129Z] #0 9.991 OK: 9 MiB in 16 packages [2025-09-17T02:44:59.129Z] #58 ... [2025-09-17T02:44:59.129Z] [2025-09-17T02:44:59.129Z] #59 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-09-17T02:44:59.402Z] #59 10.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-09-17T02:44:59.402Z] #59 ... [2025-09-17T02:44:59.402Z] [2025-09-17T02:44:59.402Z] #60 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-09-17T02:44:59.402Z] #60 ... [2025-09-17T02:44:59.402Z] [2025-09-17T02:44:59.402Z] #61 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-09-17T02:44:59.675Z] #61 ... [2025-09-17T02:44:59.675Z] [2025-09-17T02:44:59.675Z] #62 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-09-17T02:44:59.675Z] #0 9.299 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-09-17T02:44:59.675Z] #0 9.991 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-09-17T02:44:59.675Z] #62 ... [2025-09-17T02:44:59.675Z] [2025-09-17T02:44:59.675Z] #63 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-09-17T02:44:59.943Z] #63 ... [2025-09-17T02:44:59.943Z] [2025-09-17T02:44:59.943Z] #64 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-09-17T02:45:00.212Z] #64 ... [2025-09-17T02:45:00.212Z] [2025-09-17T02:45:00.212Z] #58 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-09-17T02:45:00.212Z] #58 DONE 11.0s [2025-09-17T02:45:00.212Z] [2025-09-17T02:45:00.212Z] #38 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-09-17T02:45:00.212Z] #38 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 1.7s done [2025-09-17T02:45:00.212Z] #38 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done [2025-09-17T02:45:00.212Z] #38 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 10.1s [2025-09-17T02:45:00.212Z] #38 ... [2025-09-17T02:45:00.212Z] [2025-09-17T02:45:00.212Z] #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-09-17T02:45:00.486Z] #65 ... [2025-09-17T02:45:00.487Z] [2025-09-17T02:45:00.487Z] #66 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-09-17T02:45:00.487Z] #66 ... [2025-09-17T02:45:00.487Z] [2025-09-17T02:45:00.487Z] #38 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-09-17T02:45:00.768Z] #38 ... [2025-09-17T02:45:00.768Z] [2025-09-17T02:45:00.768Z] #64 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-09-17T02:45:00.768Z] #64 DONE 11.6s [2025-09-17T02:45:00.768Z] [2025-09-17T02:45:00.768Z] #38 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-09-17T02:45:02.203Z] #38 ... [2025-09-17T02:45:02.203Z] [2025-09-17T02:45:02.203Z] #57 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-09-17T02:45:02.203Z] #57 12.30 (1/1) Installing dumb-init (1.2.5-r3) [2025-09-17T02:45:02.203Z] #57 12.30 Executing busybox-1.36.1-r29.trigger [2025-09-17T02:45:02.203Z] #57 12.46 OK: 9 MiB in 15 packages [2025-09-17T02:45:02.203Z] #57 DONE 13.7s [2025-09-17T02:45:02.203Z] [2025-09-17T02:45:02.203Z] #38 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-09-17T02:45:02.203Z] #38 ... [2025-09-17T02:45:02.203Z] [2025-09-17T02:45:02.203Z] #67 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-09-17T02:45:02.203Z] #67 ... [2025-09-17T02:45:02.203Z] [2025-09-17T02:45:02.203Z] #68 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-09-17T02:45:02.473Z] #68 ... [2025-09-17T02:45:02.473Z] [2025-09-17T02:45:02.473Z] #69 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-09-17T02:45:02.473Z] #69 ... [2025-09-17T02:45:02.473Z] [2025-09-17T02:45:02.473Z] #70 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-09-17T02:45:02.741Z] #70 ... [2025-09-17T02:45:02.742Z] [2025-09-17T02:45:02.742Z] #71 [core-command builder 3/7] RUN apk add --update --no-cache make git [2025-09-17T02:45:02.742Z] #71 ... [2025-09-17T02:45:02.742Z] [2025-09-17T02:45:02.742Z] #72 [core-command stage-1 3/9] RUN apk --no-cache upgrade [2025-09-17T02:45:04.724Z] #72 ... [2025-09-17T02:45:04.724Z] [2025-09-17T02:45:04.724Z] #59 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-09-17T02:45:04.724Z] #59 11.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-09-17T02:45:04.724Z] #59 14.03 (1/1) Installing dumb-init (1.2.5-r3) [2025-09-17T02:45:04.724Z] #59 14.08 Executing busybox-1.36.1-r29.trigger [2025-09-17T02:45:04.724Z] #59 14.20 OK: 9 MiB in 15 packages [2025-09-17T02:45:04.724Z] #59 DONE 15.5s [2025-09-17T02:45:04.724Z] [2025-09-17T02:45:04.724Z] #73 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-09-17T02:45:05.688Z] #73 ... [2025-09-17T02:45:05.688Z] [2025-09-17T02:45:05.688Z] #62 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-09-17T02:45:05.688Z] #62 12.84 (1/3) Installing ca-certificates (20250619-r0) [2025-09-17T02:45:05.688Z] #62 13.06 (2/3) Installing dumb-init (1.2.5-r3) [2025-09-17T02:45:05.688Z] #62 13.08 (3/3) Installing tzdata (2025b-r0) [2025-09-17T02:45:05.688Z] #62 13.98 Executing busybox-1.36.1-r29.trigger [2025-09-17T02:45:05.688Z] #62 14.07 Executing ca-certificates-20250619-r0.trigger [2025-09-17T02:45:05.688Z] #62 14.98 OK: 11 MiB in 17 packages [2025-09-17T02:45:05.688Z] #62 DONE 16.5s [2025-09-17T02:45:05.688Z] [2025-09-17T02:45:05.688Z] #74 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-09-17T02:45:06.666Z] #74 ... [2025-09-17T02:45:06.666Z] [2025-09-17T02:45:06.666Z] #38 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-09-17T02:45:06.666Z] #38 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.1s done [2025-09-17T02:45:06.666Z] #38 DONE 19.5s [2025-09-17T02:45:06.934Z] [2025-09-17T02:45:06.934Z] #66 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-09-17T02:45:06.934Z] #66 16.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-09-17T02:45:08.361Z] #66 ... [2025-09-17T02:45:08.361Z] [2025-09-17T02:45:08.361Z] #53 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-09-17T02:45:08.361Z] #53 DONE 16.3s [2025-09-17T02:45:08.361Z] [2025-09-17T02:45:08.361Z] #66 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-09-17T02:45:08.361Z] #66 17.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-09-17T02:45:09.325Z] #66 ... [2025-09-17T02:45:09.325Z] [2025-09-17T02:45:09.325Z] #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-09-17T02:45:09.325Z] #37 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 16.0s [2025-09-17T02:45:09.325Z] #37 ... [2025-09-17T02:45:09.325Z] [2025-09-17T02:45:09.325Z] #71 [core-command builder 3/7] RUN apk add --update --no-cache make git [2025-09-17T02:45:09.325Z] #71 17.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-09-17T02:45:10.287Z] #71 ... [2025-09-17T02:45:10.287Z] [2025-09-17T02:45:10.287Z] #75 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-09-17T02:45:10.287Z] #75 ... [2025-09-17T02:45:10.287Z] [2025-09-17T02:45:10.287Z] #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-09-17T02:45:10.877Z] #37 ... [2025-09-17T02:45:10.877Z] [2025-09-17T02:45:10.877Z] #76 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-09-17T02:45:10.877Z] #76 ... [2025-09-17T02:45:10.877Z] [2025-09-17T02:45:10.877Z] #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-09-17T02:45:11.153Z] #37 ... [2025-09-17T02:45:11.153Z] [2025-09-17T02:45:11.153Z] #60 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-09-17T02:45:11.153Z] #60 12.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-09-17T02:45:11.153Z] #60 12.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-09-17T02:45:11.153Z] #60 17.14 v3.20.7-82-gd9d88837142 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-09-17T02:45:11.153Z] #60 17.14 v3.20.7-78-g8876840f6ff [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-09-17T02:45:11.153Z] #60 17.14 OK: 24052 distinct packages available [2025-09-17T02:45:11.153Z] #60 18.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-09-17T02:45:11.153Z] #60 19.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-09-17T02:45:11.153Z] #60 ... [2025-09-17T02:45:11.153Z] [2025-09-17T02:45:11.153Z] #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-09-17T02:45:12.565Z] #37 ... [2025-09-17T02:45:12.565Z] [2025-09-17T02:45:12.565Z] #44 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-09-17T02:45:12.565Z] #44 13.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-09-17T02:45:12.565Z] #44 14.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-09-17T02:45:12.565Z] #44 19.63 (1/7) Installing ca-certificates (20250619-r0) [2025-09-17T02:45:12.565Z] #44 19.95 (2/7) Installing dumb-init (1.2.5-r3) [2025-09-17T02:45:12.565Z] #44 20.05 (3/7) Installing libgcc (13.2.1_git20240309-r1) [2025-09-17T02:45:12.565Z] #44 20.09 (4/7) Installing libsodium (1.0.19-r0) [2025-09-17T02:45:12.565Z] #44 20.13 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) [2025-09-17T02:45:12.565Z] #44 20.52 (6/7) Installing libzmq (4.3.5-r2) [2025-09-17T02:45:12.565Z] #44 20.70 (7/7) Installing zeromq (4.3.5-r2) [2025-09-17T02:45:12.565Z] #44 20.74 Executing busybox-1.36.1-r29.trigger [2025-09-17T02:45:12.565Z] #44 20.98 Executing ca-certificates-20250619-r0.trigger [2025-09-17T02:45:12.565Z] #44 22.26 OK: 14 MiB in 21 packages [2025-09-17T02:45:12.565Z] #44 ... [2025-09-17T02:45:12.565Z] [2025-09-17T02:45:12.565Z] #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-09-17T02:45:12.834Z] #37 ... [2025-09-17T02:45:12.834Z] [2025-09-17T02:45:12.834Z] #61 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-09-17T02:45:12.834Z] #61 13.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-09-17T02:45:12.834Z] #61 14.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-09-17T02:45:12.834Z] #61 20.44 (1/4) Installing dumb-init (1.2.5-r3) [2025-09-17T02:45:12.834Z] #61 20.48 (2/4) Installing openssl (3.3.4-r0) [2025-09-17T02:45:12.834Z] #61 20.61 (3/4) Installing su-exec (0.2-r3) [2025-09-17T02:45:12.834Z] #61 20.66 (4/4) Installing yq-go (4.44.1-r2) [2025-09-17T02:45:12.834Z] #61 22.31 Executing busybox-1.36.1-r29.trigger [2025-09-17T02:45:12.834Z] #61 22.50 OK: 20 MiB in 18 packages [2025-09-17T02:45:13.103Z] #61 ... [2025-09-17T02:45:13.103Z] [2025-09-17T02:45:13.103Z] #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-09-17T02:45:13.373Z] #37 ... [2025-09-17T02:45:13.373Z] [2025-09-17T02:45:13.373Z] #44 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-09-17T02:45:13.373Z] #44 DONE 24.2s [2025-09-17T02:45:13.373Z] [2025-09-17T02:45:13.373Z] #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-09-17T02:45:14.348Z] #37 ... [2025-09-17T02:45:14.348Z] [2025-09-17T02:45:14.348Z] #61 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-09-17T02:45:14.348Z] #61 DONE 25.0s [2025-09-17T02:45:14.348Z] [2025-09-17T02:45:14.348Z] #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-09-17T02:45:14.348Z] #37 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 21.1s [2025-09-17T02:45:15.765Z] #37 ... [2025-09-17T02:45:15.765Z] [2025-09-17T02:45:15.765Z] #63 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-09-17T02:45:15.765Z] #63 16.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-09-17T02:45:15.765Z] #63 17.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-09-17T02:45:15.765Z] #63 ... [2025-09-17T02:45:15.765Z] [2025-09-17T02:45:15.765Z] #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-09-17T02:45:16.033Z] #37 ... [2025-09-17T02:45:16.034Z] [2025-09-17T02:45:16.034Z] #70 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-09-17T02:45:16.034Z] #70 13.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-09-17T02:45:16.034Z] #70 15.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-09-17T02:45:16.034Z] #70 ... [2025-09-17T02:45:16.034Z] [2025-09-17T02:45:16.034Z] #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-09-17T02:45:16.034Z] #65 15.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-09-17T02:45:16.034Z] #65 16.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-09-17T02:45:16.303Z] #65 ... [2025-09-17T02:45:16.303Z] [2025-09-17T02:45:16.303Z] #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-09-17T02:45:17.272Z] #37 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 24.2s done [2025-09-17T02:45:17.540Z] #37 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 24.2s done [2025-09-17T02:45:17.540Z] #37 DONE 30.5s [2025-09-17T02:45:17.540Z] [2025-09-17T02:45:17.540Z] #70 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-09-17T02:45:17.540Z] #70 24.64 v3.20.7-82-gd9d88837142 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-09-17T02:45:17.540Z] #70 24.64 v3.20.7-78-g8876840f6ff [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-09-17T02:45:17.540Z] #70 24.64 OK: 24052 distinct packages available [2025-09-17T02:45:18.125Z] #70 ... [2025-09-17T02:45:18.125Z] [2025-09-17T02:45:18.125Z] #68 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-09-17T02:45:18.125Z] #68 15.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-09-17T02:45:18.125Z] #68 18.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-09-17T02:45:18.125Z] #68 ... [2025-09-17T02:45:18.125Z] [2025-09-17T02:45:18.125Z] #63 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-09-17T02:45:18.125Z] #63 28.65 v3.20.7-82-gd9d88837142 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-09-17T02:45:18.125Z] #63 28.66 v3.20.7-78-g8876840f6ff [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-09-17T02:45:18.125Z] #63 28.66 OK: 24052 distinct packages available [2025-09-17T02:45:18.392Z] #63 ... [2025-09-17T02:45:18.392Z] [2025-09-17T02:45:18.392Z] #67 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-09-17T02:45:18.392Z] #67 16.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-09-17T02:45:18.392Z] #67 18.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-09-17T02:45:18.392Z] #67 ... [2025-09-17T02:45:18.392Z] [2025-09-17T02:45:18.392Z] #77 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-09-17T02:45:18.392Z] #0 4.586 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-09-17T02:45:18.392Z] #0 7.109 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-09-17T02:45:18.661Z] #77 ... [2025-09-17T02:45:18.661Z] [2025-09-17T02:45:18.661Z] #70 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-09-17T02:45:18.661Z] #70 26.51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-09-17T02:45:18.932Z] #70 ... [2025-09-17T02:45:18.932Z] [2025-09-17T02:45:18.932Z] #69 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-09-17T02:45:18.932Z] #69 16.96 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-09-17T02:45:18.932Z] #69 18.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-09-17T02:45:19.200Z] #69 ... [2025-09-17T02:45:19.200Z] [2025-09-17T02:45:19.200Z] #66 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-09-17T02:45:19.200Z] #66 28.88 (1/4) Installing ca-certificates (20250619-r0) [2025-09-17T02:45:19.468Z] #66 29.26 (2/4) Installing dumb-init (1.2.5-r3) [2025-09-17T02:45:19.468Z] #66 29.30 (3/4) Installing su-exec (0.2-r3) [2025-09-17T02:45:19.468Z] #66 29.33 (4/4) Installing yq-go (4.44.1-r2) [2025-09-17T02:45:20.879Z] #66 30.35 Executing busybox-1.36.1-r29.trigger [2025-09-17T02:45:20.879Z] #66 30.48 Executing ca-certificates-20250619-r0.trigger [2025-09-17T02:45:20.879Z] #66 ... [2025-09-17T02:45:20.879Z] [2025-09-17T02:45:20.879Z] #71 [core-command builder 3/7] RUN apk add --update --no-cache make git [2025-09-17T02:45:20.879Z] #71 18.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-09-17T02:45:20.879Z] #71 28.10 OK: 239 MiB in 58 packages [2025-09-17T02:45:21.147Z] #71 ... [2025-09-17T02:45:21.147Z] [2025-09-17T02:45:21.147Z] #72 [core-command stage-1 3/9] RUN apk --no-cache upgrade [2025-09-17T02:45:21.147Z] #72 9.044 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-09-17T02:45:21.147Z] #72 10.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-09-17T02:45:21.147Z] #72 ... [2025-09-17T02:45:21.147Z] [2025-09-17T02:45:21.147Z] #76 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-09-17T02:45:21.147Z] #76 10.32 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-09-17T02:45:21.147Z] #76 11.99 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-09-17T02:45:21.415Z] #76 ... [2025-09-17T02:45:21.415Z] [2025-09-17T02:45:21.415Z] #68 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-09-17T02:45:21.415Z] #68 28.04 OK: 239 MiB in 58 packages [2025-09-17T02:45:21.415Z] #68 DONE 29.4s [2025-09-17T02:45:21.415Z] [2025-09-17T02:45:21.415Z] #60 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-09-17T02:45:21.415Z] #60 29.76 (1/14) Installing ca-certificates (20250619-r0) [2025-09-17T02:45:21.415Z] #60 30.16 (2/14) Installing brotli-libs (1.1.0-r2) [2025-09-17T02:45:21.415Z] #60 30.31 (3/14) Installing c-ares (1.33.1-r0) [2025-09-17T02:45:21.415Z] #60 30.32 (4/14) Installing libunistring (1.2-r0) [2025-09-17T02:45:21.415Z] #60 30.52 (5/14) Installing libidn2 (2.3.7-r0) [2025-09-17T02:45:21.415Z] #60 30.55 (6/14) Installing nghttp2-libs (1.62.1-r0) [2025-09-17T02:45:21.415Z] #60 30.59 (7/14) Installing libpsl (0.21.5-r1) [2025-09-17T02:45:21.415Z] #60 30.64 (8/14) Installing zstd-libs (1.5.6-r0) [2025-09-17T02:45:21.415Z] #60 30.76 (9/14) Installing libcurl (8.12.1-r0) [2025-09-17T02:45:21.415Z] #60 30.84 (10/14) Installing curl (8.12.1-r0) [2025-09-17T02:45:21.415Z] #60 30.86 (11/14) Installing dumb-init (1.2.5-r3) [2025-09-17T02:45:21.415Z] #60 30.91 (12/14) Installing musl-obstack (1.2.3-r2) [2025-09-17T02:45:21.415Z] #60 30.91 (13/14) Installing libucontext (1.2-r3) [2025-09-17T02:45:21.415Z] #60 30.93 (14/14) Installing gcompat (1.1.0-r4) [2025-09-17T02:45:21.415Z] #60 31.03 Executing busybox-1.36.1-r29.trigger [2025-09-17T02:45:21.415Z] #60 31.12 Executing ca-certificates-20250619-r0.trigger [2025-09-17T02:45:21.415Z] #60 31.86 OK: 15 MiB in 28 packages [2025-09-17T02:45:21.415Z] #60 ... [2025-09-17T02:45:21.415Z] [2025-09-17T02:45:21.415Z] #75 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-09-17T02:45:21.415Z] #75 11.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-09-17T02:45:21.415Z] #75 13.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-09-17T02:45:21.683Z] #75 ... [2025-09-17T02:45:21.683Z] [2025-09-17T02:45:21.683Z] #71 [core-data builder 3/7] RUN apk add --update --no-cache make git [2025-09-17T02:45:21.683Z] #71 DONE 29.8s [2025-09-17T02:45:21.683Z] [2025-09-17T02:45:21.683Z] #78 [core-data builder 4/7] COPY go.mod vendor* ./ [2025-09-17T02:45:21.952Z] #78 ... [2025-09-17T02:45:21.952Z] [2025-09-17T02:45:21.952Z] #67 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2025-09-17T02:45:21.952Z] #67 28.22 OK: 239 MiB in 58 packages [2025-09-17T02:45:21.952Z] #67 DONE 30.6s [2025-09-17T02:45:21.952Z] [2025-09-17T02:45:21.952Z] #79 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-09-17T02:45:22.220Z] #79 ... [2025-09-17T02:45:22.220Z] [2025-09-17T02:45:22.220Z] #73 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-09-17T02:45:22.220Z] #73 7.516 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-09-17T02:45:22.220Z] #73 9.689 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-09-17T02:45:22.220Z] #73 ... [2025-09-17T02:45:22.220Z] [2025-09-17T02:45:22.220Z] #66 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-09-17T02:45:22.220Z] #66 31.95 OK: 20 MiB in 18 packages [2025-09-17T02:45:22.813Z] #66 ... [2025-09-17T02:45:22.813Z] [2025-09-17T02:45:22.813Z] #78 [core-data builder 4/7] COPY go.mod vendor* ./ [2025-09-17T02:45:22.813Z] #78 DONE 1.0s [2025-09-17T02:45:22.813Z] [2025-09-17T02:45:22.813Z] #80 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-09-17T02:45:22.813Z] #80 DONE 1.2s [2025-09-17T02:45:22.813Z] [2025-09-17T02:45:22.813Z] #69 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-09-17T02:45:22.813Z] #69 28.53 OK: 239 MiB in 58 packages [2025-09-17T02:45:22.813Z] #69 DONE 30.7s [2025-09-17T02:45:22.813Z] [2025-09-17T02:45:22.813Z] #81 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-09-17T02:45:23.082Z] #81 ... [2025-09-17T02:45:23.082Z] [2025-09-17T02:45:23.082Z] #74 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-09-17T02:45:23.082Z] #74 7.318 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-09-17T02:45:23.082Z] #74 9.626 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-09-17T02:45:23.082Z] #74 ... [2025-09-17T02:45:23.082Z] [2025-09-17T02:45:23.082Z] #79 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-09-17T02:45:23.082Z] #79 DONE 1.3s [2025-09-17T02:45:23.082Z] [2025-09-17T02:45:23.082Z] #73 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-09-17T02:45:23.082Z] #73 18.61 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-09-17T02:45:23.351Z] #73 ... [2025-09-17T02:45:23.351Z] [2025-09-17T02:45:23.351Z] #82 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-09-17T02:45:23.351Z] #0 3.801 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-09-17T02:45:23.351Z] #0 5.562 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-09-17T02:45:23.620Z] #82 ... [2025-09-17T02:45:23.620Z] [2025-09-17T02:45:23.620Z] #73 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-09-17T02:45:23.620Z] #73 18.99 Executing busybox-1.36.1-r30.post-upgrade [2025-09-17T02:45:23.889Z] #73 19.40 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-09-17T02:45:24.169Z] #73 ... [2025-09-17T02:45:24.169Z] [2025-09-17T02:45:24.169Z] #60 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-09-17T02:45:24.169Z] #60 DONE 35.0s [2025-09-17T02:45:24.169Z] [2025-09-17T02:45:24.169Z] #73 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-09-17T02:45:24.169Z] #73 19.43 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-09-17T02:45:24.169Z] #73 19.52 Executing busybox-1.36.1-r30.trigger [2025-09-17T02:45:24.169Z] #73 19.62 OK: 9 MiB in 15 packages [2025-09-17T02:45:24.169Z] #73 ... [2025-09-17T02:45:24.169Z] [2025-09-17T02:45:24.169Z] #83 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-09-17T02:45:24.169Z] #0 3.543 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-09-17T02:45:24.169Z] #0 4.857 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-09-17T02:45:24.437Z] #83 ... [2025-09-17T02:45:24.438Z] [2025-09-17T02:45:24.438Z] #74 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-09-17T02:45:24.438Z] #74 18.41 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-09-17T02:45:24.438Z] #74 18.79 Executing busybox-1.36.1-r30.post-upgrade [2025-09-17T02:45:24.438Z] #74 ... [2025-09-17T02:45:24.438Z] [2025-09-17T02:45:24.438Z] #81 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-09-17T02:45:24.438Z] #81 DONE 1.6s [2025-09-17T02:45:24.713Z] [2025-09-17T02:45:24.713Z] #84 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-17T02:45:25.683Z] #84 ... [2025-09-17T02:45:25.683Z] [2025-09-17T02:45:25.683Z] #66 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-09-17T02:45:25.683Z] #66 DONE 35.1s [2025-09-17T02:45:25.683Z] [2025-09-17T02:45:25.683Z] #74 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-09-17T02:45:25.683Z] #74 19.65 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-09-17T02:45:25.683Z] #74 19.65 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-09-17T02:45:25.683Z] #74 19.73 Executing busybox-1.36.1-r30.trigger [2025-09-17T02:45:25.683Z] #74 20.00 OK: 11 MiB in 17 packages [2025-09-17T02:45:27.105Z] #74 ... [2025-09-17T02:45:27.105Z] [2025-09-17T02:45:27.105Z] #73 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-09-17T02:45:27.105Z] #73 DONE 22.3s [2025-09-17T02:45:27.105Z] [2025-09-17T02:45:27.105Z] #77 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-09-17T02:45:27.105Z] #77 18.45 OK: 239 MiB in 58 packages [2025-09-17T02:45:27.697Z] #77 ... [2025-09-17T02:45:27.697Z] [2025-09-17T02:45:27.697Z] #72 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade [2025-09-17T02:45:27.697Z] #72 21.40 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-09-17T02:45:27.697Z] #72 21.73 Executing busybox-1.36.1-r30.post-upgrade [2025-09-17T02:45:27.697Z] #72 22.70 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-09-17T02:45:27.697Z] #72 22.70 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-09-17T02:45:27.697Z] #72 22.71 Executing busybox-1.36.1-r30.trigger [2025-09-17T02:45:27.697Z] #72 22.78 OK: 9 MiB in 15 packages [2025-09-17T02:45:27.697Z] #72 DONE 25.6s [2025-09-17T02:45:27.697Z] [2025-09-17T02:45:27.697Z] #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-09-17T02:45:27.697Z] #65 27.49 v3.20.7-82-gd9d88837142 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-09-17T02:45:27.697Z] #65 27.49 v3.20.7-78-g8876840f6ff [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-09-17T02:45:27.697Z] #65 27.49 OK: 24052 distinct packages available [2025-09-17T02:45:27.697Z] #65 29.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-09-17T02:45:27.697Z] #65 30.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-09-17T02:45:27.965Z] #65 ... [2025-09-17T02:45:27.965Z] [2025-09-17T02:45:27.965Z] #74 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-09-17T02:45:27.965Z] #74 DONE 22.3s [2025-09-17T02:45:27.965Z] [2025-09-17T02:45:27.965Z] #75 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-09-17T02:45:27.965Z] #75 23.78 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-09-17T02:45:27.965Z] #75 24.06 Executing busybox-1.36.1-r30.post-upgrade [2025-09-17T02:45:27.965Z] #75 25.01 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-09-17T02:45:27.965Z] #75 25.02 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-09-17T02:45:27.965Z] #75 25.03 Executing busybox-1.36.1-r30.trigger [2025-09-17T02:45:27.965Z] #75 25.17 OK: 9 MiB in 16 packages [2025-09-17T02:45:28.552Z] #75 DONE 28.6s [2025-09-17T02:45:28.552Z] [2025-09-17T02:45:28.552Z] #77 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-09-17T02:45:28.552Z] #77 DONE 20.4s [2025-09-17T02:45:28.552Z] [2025-09-17T02:45:28.552Z] #76 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-09-17T02:45:28.552Z] #76 24.16 (1/1) Installing dumb-init (1.2.5-r3) [2025-09-17T02:45:28.552Z] #76 25.12 Executing busybox-1.36.1-r29.trigger [2025-09-17T02:45:28.553Z] #76 25.36 OK: 9 MiB in 15 packages [2025-09-17T02:45:29.145Z] #76 ... [2025-09-17T02:45:29.146Z] [2025-09-17T02:45:29.146Z] #63 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-09-17T02:45:29.146Z] #63 29.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-09-17T02:45:29.146Z] #63 31.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-09-17T02:45:29.146Z] #63 39.68 (1/5) Installing dumb-init (1.2.5-r3) [2025-09-17T02:45:29.146Z] #63 39.75 (2/5) Installing musl-obstack (1.2.3-r2) [2025-09-17T02:45:29.146Z] #63 39.80 (3/5) Installing libucontext (1.2-r3) [2025-09-17T02:45:29.146Z] #63 39.80 (4/5) Installing gcompat (1.1.0-r4) [2025-09-17T02:45:29.146Z] #63 39.80 (5/5) Installing openssl (3.3.4-r0) [2025-09-17T02:45:29.146Z] #63 39.83 Executing busybox-1.36.1-r29.trigger [2025-09-17T02:45:29.146Z] #63 39.95 OK: 10 MiB in 19 packages [2025-09-17T02:45:29.146Z] #63 ... [2025-09-17T02:45:29.146Z] [2025-09-17T02:45:29.146Z] #85 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-09-17T02:45:29.418Z] #85 ... [2025-09-17T02:45:29.418Z] [2025-09-17T02:45:29.418Z] #76 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-09-17T02:45:29.418Z] #76 DONE 28.6s [2025-09-17T02:45:29.418Z] [2025-09-17T02:45:29.418Z] #83 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-09-17T02:45:29.418Z] #83 15.00 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-09-17T02:45:29.418Z] #83 15.19 Executing busybox-1.36.1-r30.post-upgrade [2025-09-17T02:45:30.018Z] #83 15.66 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-09-17T02:45:30.018Z] #83 15.72 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-09-17T02:45:30.018Z] #83 15.73 Executing busybox-1.36.1-r30.trigger [2025-09-17T02:45:30.018Z] #83 15.82 OK: 20 MiB in 18 packages [2025-09-17T02:45:30.018Z] #83 ... [2025-09-17T02:45:30.018Z] [2025-09-17T02:45:30.018Z] #70 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-09-17T02:45:30.018Z] #70 28.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-09-17T02:45:30.018Z] #70 37.59 OK: 239 MiB in 58 packages [2025-09-17T02:45:30.305Z] #70 ... [2025-09-17T02:45:30.305Z] [2025-09-17T02:45:30.305Z] #86 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-09-17T02:45:30.305Z] #86 DONE 1.5s [2025-09-17T02:45:30.305Z] [2025-09-17T02:45:30.305Z] #63 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-09-17T02:45:30.305Z] #63 DONE 41.2s [2025-09-17T02:45:30.305Z] [2025-09-17T02:45:30.305Z] #87 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade [2025-09-17T02:45:30.574Z] #87 ... [2025-09-17T02:45:30.574Z] [2025-09-17T02:45:30.574Z] #70 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-09-17T02:45:30.574Z] #70 DONE 38.7s [2025-09-17T02:45:30.850Z] [2025-09-17T02:45:30.850Z] #88 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-09-17T02:45:31.444Z] #88 ... [2025-09-17T02:45:31.444Z] [2025-09-17T02:45:31.444Z] #83 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-09-17T02:45:31.444Z] #83 DONE 17.0s [2025-09-17T02:45:31.444Z] [2025-09-17T02:45:31.444Z] #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-09-17T02:45:31.444Z] #65 39.95 (1/4) Installing dumb-init (1.2.5-r3) [2025-09-17T02:45:31.444Z] #65 39.95 (2/4) Installing musl-obstack (1.2.3-r2) [2025-09-17T02:45:31.444Z] #65 39.95 (3/4) Installing libucontext (1.2-r3) [2025-09-17T02:45:31.444Z] #65 39.95 (4/4) Installing gcompat (1.1.0-r4) [2025-09-17T02:45:31.444Z] #65 39.97 Executing busybox-1.36.1-r29.trigger [2025-09-17T02:45:31.444Z] #65 40.10 OK: 9 MiB in 18 packages [2025-09-17T02:45:31.444Z] #65 DONE 41.0s [2025-09-17T02:45:31.444Z] [2025-09-17T02:45:31.444Z] #82 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-09-17T02:45:31.444Z] #82 16.22 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-09-17T02:45:31.444Z] #82 16.34 Executing busybox-1.36.1-r30.post-upgrade [2025-09-17T02:45:31.444Z] #82 16.82 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-09-17T02:45:31.444Z] #82 16.82 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-09-17T02:45:31.444Z] #82 16.83 Executing busybox-1.36.1-r30.trigger [2025-09-17T02:45:31.444Z] #82 16.89 OK: 14 MiB in 21 packages [2025-09-17T02:45:31.444Z] #82 DONE 18.1s [2025-09-17T02:45:31.444Z] [2025-09-17T02:45:31.444Z] #89 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-09-17T02:45:31.711Z] #89 ... [2025-09-17T02:45:31.711Z] [2025-09-17T02:45:31.711Z] #90 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2025-09-17T02:45:31.711Z] #90 DONE 0.5s [2025-09-17T02:45:31.978Z] [2025-09-17T02:45:31.978Z] #91 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-17T02:45:32.575Z] #91 ... [2025-09-17T02:45:32.575Z] [2025-09-17T02:45:32.575Z] #88 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-09-17T02:45:32.575Z] #88 DONE 1.8s [2025-09-17T02:45:32.841Z] [2025-09-17T02:45:32.841Z] #92 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-17T02:45:32.841Z] #92 ... [2025-09-17T02:45:32.841Z] [2025-09-17T02:45:32.841Z] #93 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-17T02:45:33.110Z] #93 ... [2025-09-17T02:45:33.110Z] [2025-09-17T02:45:33.110Z] #94 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-17T02:45:33.110Z] #94 ... [2025-09-17T02:45:33.110Z] [2025-09-17T02:45:33.110Z] #95 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-17T02:45:33.377Z] #95 ... [2025-09-17T02:45:33.377Z] [2025-09-17T02:45:33.377Z] #96 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-09-17T02:45:33.377Z] #0 8.942 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-09-17T02:45:33.644Z] #96 9.646 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-09-17T02:45:35.490Z] #155 ... [2025-09-17T02:45:35.490Z] [2025-09-17T02:45:35.490Z] #153 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-09-17T02:45:35.490Z] #153 176.9 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-09-17T02:45:35.490Z] #153 ... [2025-09-17T02:45:35.490Z] [2025-09-17T02:45:35.490Z] #154 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-09-17T02:45:35.490Z] #154 DONE 179.9s [2025-09-17T02:45:35.490Z] [2025-09-17T02:45:35.490Z] #149 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-09-17T02:45:35.490Z] #149 DONE 179.8s [2025-09-17T02:45:35.490Z] [2025-09-17T02:45:35.490Z] #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2025-09-17T02:45:35.490Z] #176 DONE 0.6s [2025-09-17T02:45:35.490Z] [2025-09-17T02:45:35.490Z] #177 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2025-09-17T02:45:35.490Z] #177 DONE 0.5s [2025-09-17T02:45:35.490Z] [2025-09-17T02:45:35.490Z] #153 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-09-17T02:45:35.490Z] #153 DONE 180.7s [2025-09-17T02:45:35.490Z] [2025-09-17T02:45:35.490Z] #178 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2025-09-17T02:45:35.490Z] #178 ... [2025-09-17T02:45:35.490Z] [2025-09-17T02:45:35.490Z] #179 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2025-09-17T02:45:35.490Z] #179 DONE 0.2s [2025-09-17T02:45:35.490Z] [2025-09-17T02:45:35.490Z] #178 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2025-09-17T02:45:35.490Z] #178 DONE 0.2s [2025-09-17T02:45:35.490Z] [2025-09-17T02:45:35.490Z] #180 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2025-09-17T02:45:35.490Z] #180 ... [2025-09-17T02:45:35.490Z] [2025-09-17T02:45:35.490Z] #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-09-17T02:45:35.490Z] #181 DONE 0.2s [2025-09-17T02:45:35.490Z] [2025-09-17T02:45:35.490Z] #182 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2025-09-17T02:45:35.490Z] #182 DONE 0.2s [2025-09-17T02:45:35.490Z] [2025-09-17T02:45:35.490Z] #183 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2025-09-17T02:45:35.490Z] #183 DONE 0.4s [2025-09-17T02:45:35.490Z] [2025-09-17T02:45:35.490Z] #184 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2025-09-17T02:45:35.490Z] #184 DONE 0.4s [2025-09-17T02:45:35.490Z] [2025-09-17T02:45:35.490Z] #152 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-09-17T02:45:35.490Z] #152 DONE 181.4s [2025-09-17T02:45:35.490Z] [2025-09-17T02:45:35.490Z] #180 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2025-09-17T02:45:35.490Z] #180 DONE 0.6s [2025-09-17T02:45:35.490Z] [2025-09-17T02:45:35.490Z] #185 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2025-09-17T02:45:35.490Z] #185 DONE 0.3s [2025-09-17T02:45:35.490Z] [2025-09-17T02:45:35.490Z] #186 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2025-09-17T02:45:35.490Z] #186 DONE 0.4s [2025-09-17T02:45:35.490Z] [2025-09-17T02:45:35.490Z] #187 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2025-09-17T02:45:35.490Z] #187 DONE 0.4s [2025-09-17T02:45:35.490Z] [2025-09-17T02:45:35.490Z] #188 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2025-09-17T02:45:35.490Z] #188 DONE 0.4s [2025-09-17T02:45:35.490Z] [2025-09-17T02:45:35.490Z] #189 [core-command] exporting to image [2025-09-17T02:45:35.491Z] #189 exporting layers [2025-09-17T02:45:35.491Z] #189 ... [2025-09-17T02:45:35.491Z] [2025-09-17T02:45:35.491Z] #190 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2025-09-17T02:45:35.491Z] #190 DONE 0.2s [2025-09-17T02:45:35.491Z] [2025-09-17T02:45:35.491Z] #146 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-09-17T02:45:35.491Z] #146 DONE 182.0s [2025-09-17T02:45:35.491Z] [2025-09-17T02:45:35.491Z] #191 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2025-09-17T02:45:35.491Z] #191 DONE 0.2s [2025-09-17T02:45:35.491Z] [2025-09-17T02:45:35.491Z] #189 [core-command] exporting to image [2025-09-17T02:45:35.491Z] #189 exporting layers 0.1s done [2025-09-17T02:45:35.491Z] #189 writing image sha256:95fb5799ea45cdfb336eb7ed009fd3526b09d7fde11648377891c7a965608cd0 done [2025-09-17T02:45:35.491Z] #189 naming to docker.io/library/core-command [2025-09-17T02:45:35.491Z] #189 naming to docker.io/library/core-command 0.1s done [2025-09-17T02:45:35.491Z] #189 DONE 0.3s [2025-09-17T02:45:35.491Z] [2025-09-17T02:45:35.491Z] #192 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-09-17T02:45:35.491Z] #192 DONE 0.4s [2025-09-17T02:45:35.491Z] [2025-09-17T02:45:35.491Z] #193 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2025-09-17T02:45:35.491Z] #193 DONE 0.2s [2025-09-17T02:45:35.491Z] [2025-09-17T02:45:35.491Z] #194 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-09-17T02:45:35.491Z] #194 DONE 0.6s [2025-09-17T02:45:35.491Z] [2025-09-17T02:45:35.491Z] #195 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2025-09-17T02:45:35.491Z] #195 DONE 0.3s [2025-09-17T02:45:35.491Z] [2025-09-17T02:45:35.491Z] #196 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-09-17T02:45:35.491Z] #196 DONE 0.3s [2025-09-17T02:45:35.491Z] [2025-09-17T02:45:35.491Z] #197 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2025-09-17T02:45:35.491Z] #197 DONE 0.3s [2025-09-17T02:45:35.491Z] [2025-09-17T02:45:35.491Z] #198 [core-keeper] exporting to image [2025-09-17T02:45:35.491Z] #198 exporting layers 0.1s done [2025-09-17T02:45:35.491Z] #198 writing image sha256:958b5f5f67582a33069ba263c2ae9cab43a9d66e85f96c87147083ae9551b799 done [2025-09-17T02:45:35.491Z] #198 naming to docker.io/library/core-keeper done [2025-09-17T02:45:35.491Z] #198 DONE 0.2s [2025-09-17T02:45:35.491Z] [2025-09-17T02:45:35.491Z] #199 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-09-17T02:45:35.491Z] #199 DONE 0.1s [2025-09-17T02:45:35.491Z] [2025-09-17T02:45:35.491Z] #200 [security-proxy-setup] exporting to image [2025-09-17T02:45:35.491Z] #200 ... [2025-09-17T02:45:35.491Z] [2025-09-17T02:45:35.491Z] #201 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2025-09-17T02:45:35.491Z] #201 DONE 0.3s [2025-09-17T02:45:35.491Z] [2025-09-17T02:45:35.491Z] #202 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2025-09-17T02:45:35.491Z] #202 DONE 0.3s [2025-09-17T02:45:35.491Z] [2025-09-17T02:45:35.491Z] #203 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2025-09-17T02:45:35.491Z] #203 DONE 0.2s [2025-09-17T02:45:35.491Z] [2025-09-17T02:45:35.491Z] #204 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2025-09-17T02:45:35.491Z] #204 DONE 0.1s [2025-09-17T02:45:35.491Z] [2025-09-17T02:45:35.491Z] #205 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-09-17T02:45:35.491Z] #205 ... [2025-09-17T02:45:35.491Z] [2025-09-17T02:45:35.491Z] #200 [security-proxy-setup] exporting to image [2025-09-17T02:45:35.491Z] #200 exporting layers 0.4s done [2025-09-17T02:45:35.491Z] #200 writing image sha256:ab62c959b0e665a59071981cfc0327d592dfe78263f2825962fe3de515d27b53 done [2025-09-17T02:45:35.491Z] #200 naming to docker.io/library/security-proxy-setup done [2025-09-17T02:45:35.491Z] #200 DONE 0.5s [2025-09-17T02:45:35.491Z] [2025-09-17T02:45:35.491Z] #206 [security-spiffe-token-provider] exporting to image [2025-09-17T02:45:35.491Z] #206 exporting layers 0.3s done [2025-09-17T02:45:35.491Z] #206 writing image sha256:294af049ca79d1322221f94230646fea9185657c4bf519b00d3c1f83912ab6fa done [2025-09-17T02:45:35.491Z] #206 naming to docker.io/library/security-spiffe-token-provider done [2025-09-17T02:45:35.491Z] #206 DONE 0.3s [2025-09-17T02:45:35.491Z] [2025-09-17T02:45:35.491Z] #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-09-17T02:45:35.491Z] #150 ... [2025-09-17T02:45:35.491Z] [2025-09-17T02:45:35.491Z] #155 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-09-17T02:45:35.491Z] #155 DONE 184.0s [2025-09-17T02:45:35.491Z] [2025-09-17T02:45:35.491Z] #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-09-17T02:45:35.491Z] #148 DONE 184.0s [2025-09-17T02:45:35.491Z] [2025-09-17T02:45:35.491Z] #205 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-09-17T02:45:35.491Z] #205 DONE 1.0s [2025-09-17T02:45:35.491Z] [2025-09-17T02:45:35.491Z] #207 [security-secretstore-setup] exporting to image [2025-09-17T02:45:35.491Z] #207 ... [2025-09-17T02:45:35.491Z] [2025-09-17T02:45:35.491Z] #208 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-09-17T02:45:35.491Z] #208 DONE 0.0s [2025-09-17T02:45:35.491Z] [2025-09-17T02:45:35.491Z] #147 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-09-17T02:45:35.491Z] #147 DONE 184.3s [2025-09-17T02:45:35.491Z] [2025-09-17T02:45:35.491Z] #209 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-09-17T02:45:35.491Z] #209 DONE 0.1s [2025-09-17T02:45:35.491Z] [2025-09-17T02:45:35.491Z] #210 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-09-17T02:45:35.491Z] #210 CACHED [2025-09-17T02:45:35.491Z] [2025-09-17T02:45:35.491Z] #211 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-09-17T02:45:35.491Z] #211 CACHED [2025-09-17T02:45:35.491Z] [2025-09-17T02:45:35.491Z] #207 [security-secretstore-setup] exporting to image [2025-09-17T02:45:35.491Z] #207 exporting layers 0.4s done [2025-09-17T02:45:35.491Z] #207 writing image sha256:9f9843c87d4971c3d1f21bfd170833f880ebc33fc94ec0b2a17bd45a186987e0 [2025-09-17T02:45:35.491Z] #207 writing image sha256:9f9843c87d4971c3d1f21bfd170833f880ebc33fc94ec0b2a17bd45a186987e0 0.2s done [2025-09-17T02:45:35.491Z] #207 naming to docker.io/library/security-secretstore-setup [2025-09-17T02:45:35.491Z] #207 naming to docker.io/library/security-secretstore-setup 0.0s done [2025-09-17T02:45:35.491Z] #207 DONE 0.6s [2025-09-17T02:45:35.491Z] [2025-09-17T02:45:35.491Z] #212 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2025-09-17T02:45:35.491Z] #212 DONE 0.3s [2025-09-17T02:45:35.491Z] [2025-09-17T02:45:35.491Z] #213 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-09-17T02:45:35.491Z] #213 DONE 0.3s [2025-09-17T02:45:35.491Z] [2025-09-17T02:45:35.491Z] #214 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-09-17T02:45:35.491Z] #214 DONE 0.1s [2025-09-17T02:45:35.491Z] [2025-09-17T02:45:35.491Z] #215 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-09-17T02:45:35.491Z] #215 DONE 0.1s [2025-09-17T02:45:35.491Z] [2025-09-17T02:45:35.491Z] #216 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2025-09-17T02:45:35.491Z] #216 DONE 0.1s [2025-09-17T02:45:35.491Z] [2025-09-17T02:45:35.491Z] #217 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2025-09-17T02:45:35.491Z] #217 DONE 0.1s [2025-09-17T02:45:35.491Z] [2025-09-17T02:45:35.491Z] #218 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2025-09-17T02:45:35.491Z] #218 DONE 0.1s [2025-09-17T02:45:35.491Z] [2025-09-17T02:45:35.491Z] #219 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2025-09-17T02:45:35.491Z] #219 ... [2025-09-17T02:45:35.491Z] [2025-09-17T02:45:35.491Z] #220 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2025-09-17T02:45:35.491Z] #220 DONE 0.1s [2025-09-17T02:45:35.491Z] [2025-09-17T02:45:35.491Z] #219 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2025-09-17T02:45:35.491Z] #219 DONE 0.2s [2025-09-17T02:45:35.491Z] [2025-09-17T02:45:35.491Z] #221 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2025-09-17T02:45:35.491Z] #221 DONE 0.0s [2025-09-17T02:45:35.491Z] [2025-09-17T02:45:35.491Z] #222 [core-metadata] exporting to image [2025-09-17T02:45:35.491Z] #222 exporting layers 0.2s done [2025-09-17T02:45:35.491Z] #222 writing image sha256:183fbc6fa7e2580e2ec74a1af1e09ae7667ed34184c60f6d64dc5638d80ece20 done [2025-09-17T02:45:35.491Z] #222 naming to docker.io/library/core-metadata done [2025-09-17T02:45:35.491Z] #222 DONE 0.2s [2025-09-17T02:45:35.491Z] [2025-09-17T02:45:35.491Z] #223 [core-data] exporting to image [2025-09-17T02:45:35.491Z] #223 exporting layers 0.1s done [2025-09-17T02:45:35.491Z] #223 writing image sha256:c4c2ed336fe3123e2a06c0a72c635bf8667550e6e2e30d3bd8d25591056c4dd5 [2025-09-17T02:45:35.491Z] #223 writing image sha256:c4c2ed336fe3123e2a06c0a72c635bf8667550e6e2e30d3bd8d25591056c4dd5 done [2025-09-17T02:45:35.491Z] #223 naming to docker.io/library/core-data done [2025-09-17T02:45:35.491Z] #223 DONE 0.2s [2025-09-17T02:45:35.491Z] [2025-09-17T02:45:35.491Z] #224 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-09-17T02:45:35.491Z] #224 DONE 0.4s [2025-09-17T02:45:35.491Z] [2025-09-17T02:45:35.491Z] #225 [security-proxy-auth] exporting to image [2025-09-17T02:45:35.491Z] #225 exporting layers 0.8s done [2025-09-17T02:45:35.491Z] #225 writing image sha256:467b77bd69d2530f0c8b5d0403b9e27e945737897aca10bd94a4844f9e3af520 done [2025-09-17T02:45:35.491Z] #225 naming to docker.io/library/security-proxy-auth 0.0s done [2025-09-17T02:45:35.491Z] #225 DONE 0.8s [2025-09-17T02:45:35.491Z] [2025-09-17T02:45:35.491Z] #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-09-17T02:45:35.491Z] #150 ... [2025-09-17T02:45:35.491Z] [2025-09-17T02:45:35.491Z] #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-09-17T02:45:35.491Z] #145 DONE 186.6s [2025-09-17T02:45:35.491Z] [2025-09-17T02:45:35.491Z] #226 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-09-17T02:45:35.491Z] #226 DONE 0.0s [2025-09-17T02:45:35.491Z] [2025-09-17T02:45:35.491Z] #227 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-09-17T02:45:35.491Z] #227 DONE 0.0s [2025-09-17T02:45:35.491Z] [2025-09-17T02:45:35.491Z] #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-09-17T02:45:35.491Z] #150 ... [2025-09-17T02:45:35.491Z] [2025-09-17T02:45:35.491Z] #228 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2025-09-17T02:45:35.491Z] #228 DONE 0.3s [2025-09-17T02:45:35.491Z] [2025-09-17T02:45:35.491Z] #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-09-17T02:45:35.491Z] #150 ... [2025-09-17T02:45:35.491Z] [2025-09-17T02:45:35.491Z] #229 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2025-09-17T02:45:35.491Z] #229 DONE 0.0s [2025-09-17T02:45:35.491Z] [2025-09-17T02:45:35.491Z] #230 [support-scheduler] exporting to image [2025-09-17T02:45:35.491Z] #230 exporting layers 0.2s done [2025-09-17T02:45:35.491Z] #230 writing image sha256:3ae8647f2e38d7d89a18e0344b48f85b36f349752c08a5b63d91076f130fa35b done [2025-09-17T02:45:35.491Z] #230 naming to docker.io/library/support-scheduler done [2025-09-17T02:45:35.491Z] #230 DONE 0.2s [2025-09-17T02:45:35.491Z] [2025-09-17T02:45:35.491Z] #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-09-17T02:45:35.491Z] #150 DONE 187.3s [2025-09-17T02:45:35.491Z] [2025-09-17T02:45:35.491Z] #231 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-09-17T02:45:35.491Z] #231 DONE 0.0s [2025-09-17T02:45:35.491Z] [2025-09-17T02:45:35.491Z] #232 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-09-17T02:45:35.491Z] #232 DONE 0.1s [2025-09-17T02:45:35.491Z] [2025-09-17T02:45:35.491Z] #233 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2025-09-17T02:45:35.491Z] #233 DONE 0.1s [2025-09-17T02:45:35.491Z] [2025-09-17T02:45:35.491Z] #234 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2025-09-17T02:45:35.491Z] #234 DONE 0.0s [2025-09-17T02:45:35.491Z] [2025-09-17T02:45:35.491Z] #235 [support-notifications] exporting to image [2025-09-17T02:45:35.491Z] #235 exporting layers 0.2s done [2025-09-17T02:45:35.491Z] #235 writing image sha256:389f227461a8954e4f8f4939fdfc4174e10bbd42d84499fbbeda3f979293064d done [2025-09-17T02:45:35.491Z] #235 naming to docker.io/library/support-notifications done [2025-09-17T02:45:35.491Z] #235 DONE 0.2s [2025-09-17T02:45:35.491Z] time="2025-09-17T02:41:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-09-17T02:45:35.491Z] time="2025-09-17T02:41:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-09-17T02:45:35.491Z] time="2025-09-17T02:41:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-09-17T02:45:35.491Z] time="2025-09-17T02:41:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-09-17T02:45:35.491Z] time="2025-09-17T02:41:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-09-17T02:45:35.491Z] time="2025-09-17T02:41:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-09-17T02:45:35.491Z] time="2025-09-17T02:41:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-09-17T02:45:35.491Z] time="2025-09-17T02:41:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-09-17T02:45:35.491Z] time="2025-09-17T02:41:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-09-17T02:45:35.491Z] time="2025-09-17T02:41:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-09-17T02:45:35.491Z] time="2025-09-17T02:41:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-09-17T02:45:35.491Z] time="2025-09-17T02:41:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-09-17T02:45:35.491Z] time="2025-09-17T02:41:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-09-17T02:45:35.491Z] time="2025-09-17T02:41:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-09-17T02:45:35.491Z] time="2025-09-17T02:41:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2025-09-17T02:45:35.509Z] $ docker stop --time=1 29dfe8240242a10e326497ea9ebd59a66f8eb84c81bd76a4d53eba9b9933bfbd [2025-09-17T02:45:35.600Z] #96 ... [2025-09-17T02:45:35.600Z] [2025-09-17T02:45:35.600Z] #97 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-09-17T02:45:35.600Z] #0 8.834 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-09-17T02:45:35.600Z] #0 9.901 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-09-17T02:45:35.600Z] #97 ... [2025-09-17T02:45:35.600Z] [2025-09-17T02:45:35.600Z] #87 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade [2025-09-17T02:45:35.600Z] #87 5.294 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-09-17T02:45:35.868Z] #87 ... [2025-09-17T02:45:35.868Z] [2025-09-17T02:45:35.868Z] #85 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-09-17T02:45:35.868Z] #85 DONE 7.1s [2025-09-17T02:45:36.136Z] [2025-09-17T02:45:36.137Z] #98 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2025-09-17T02:45:36.137Z] #98 DONE 0.2s [2025-09-17T02:45:36.137Z] [2025-09-17T02:45:36.137Z] #84 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-17T02:45:36.137Z] #84 ... [2025-09-17T02:45:36.137Z] [2025-09-17T02:45:36.137Z] #89 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-09-17T02:45:36.137Z] #89 4.892 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-09-17T02:45:36.785Z] $ docker rm -f --volumes 29dfe8240242a10e326497ea9ebd59a66f8eb84c81bd76a4d53eba9b9933bfbd [Pipeline] // withDockerContainer [Pipeline] sh [2025-09-17T02:45:37.099Z] #89 5.794 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-09-17T02:45:37.136Z] + docker images [2025-09-17T02:45:37.136Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2025-09-17T02:45:37.136Z] support-notifications latest 389f227461a8 3 seconds ago 53.7MB [2025-09-17T02:45:37.136Z] support-scheduler latest 3ae8647f2e38 3 seconds ago 50.1MB [2025-09-17T02:45:37.136Z] core-data latest c4c2ed336fe3 5 seconds ago 46.4MB [2025-09-17T02:45:37.136Z] security-proxy-auth latest 467b77bd69d2 5 seconds ago 45.5MB [2025-09-17T02:45:37.136Z] core-metadata latest 183fbc6fa7e2 6 seconds ago 46.5MB [2025-09-17T02:45:37.136Z] security-secretstore-setup latest 9f9843c87d49 6 seconds ago 80.6MB [2025-09-17T02:45:37.136Z] security-spiffe-token-provider latest 294af049ca79 7 seconds ago 48.8MB [2025-09-17T02:45:37.136Z] core-keeper latest 958b5f5f6758 8 seconds ago 45.3MB [2025-09-17T02:45:37.136Z] security-proxy-setup latest ab62c959b0e6 8 seconds ago 49.9MB [2025-09-17T02:45:37.136Z] core-command latest 95fb5799ea45 9 seconds ago 40.6MB [2025-09-17T02:45:37.136Z] core-common-config-bootstrapper latest afa6770c668a About a minute ago 20.2MB [2025-09-17T02:45:37.136Z] security-bootstrapper latest 6c3246e12570 About a minute ago 21.2MB [2025-09-17T02:45:37.136Z] security-spire-agent latest b3d4ff04afa3 3 minutes ago 196MB [2025-09-17T02:45:37.136Z] security-spire-server latest 339d47c54856 3 minutes ago 150MB [2025-09-17T02:45:37.136Z] security-spire-config latest 472ff79211c5 3 minutes ago 150MB [2025-09-17T02:45:37.136Z] ci-base-image-x86_64 latest a67d034d3b26 7 minutes ago 936MB [2025-09-17T02:45:37.136Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine d619b1717253 6 weeks ago 580MB [2025-09-17T02:45:37.136Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 3 months ago 573MB [2025-09-17T02:45:37.136Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 2 years ago 334MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-09-17T02:45:37.276Z] provisioning config files... [2025-09-17T02:45:37.284Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/906@tmp/config3631364661356704906tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-09-17T02:45:37.597Z] ---> ****-login.sh [2025-09-17T02:45:37.597Z] nexus3.edgexfoundry.org:10001 [2025-09-17T02:45:37.597Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-17T02:45:37.597Z] Login Succeeded [2025-09-17T02:45:37.597Z] nexus3.edgexfoundry.org:10002 [2025-09-17T02:45:37.597Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-17T02:45:37.597Z] Login Succeeded [2025-09-17T02:45:37.597Z] nexus3.edgexfoundry.org:10003 [2025-09-17T02:45:37.856Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-17T02:45:37.856Z] Login Succeeded [2025-09-17T02:45:37.856Z] nexus3.edgexfoundry.org:10004 [2025-09-17T02:45:37.857Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-17T02:45:37.857Z] Login Succeeded [2025-09-17T02:45:37.857Z] ****.io [2025-09-17T02:45:37.857Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-17T02:45:38.117Z] Login Succeeded [2025-09-17T02:45:38.117Z] ---> ****-login.sh ends [Pipeline] } [2025-09-17T02:45:38.123Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-09-17T02:45:38.167Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-09-17T02:45:38.202Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2025-09-17T02:45:38.202Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:45:38.202Z] latest [2025-09-17T02:45:38.202Z] 4.1.0-dev.62 [2025-09-17T02:45:38.202Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:45:38.202Z] main [2025-09-17T02:45:38.202Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:45:38.533Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:45:38.851Z] + docker push nexus3.edgexfoundry.org:10004/core-command:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:45:38.852Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-09-17T02:45:38.852Z] eabdae0dae5c: Preparing [2025-09-17T02:45:38.852Z] e836ecc97a20: Preparing [2025-09-17T02:45:38.852Z] 45e670cc2da4: Preparing [2025-09-17T02:45:38.852Z] 41577b524d56: Preparing [2025-09-17T02:45:38.852Z] f05229813285: Preparing [2025-09-17T02:45:38.852Z] e7adab9d882e: Preparing [2025-09-17T02:45:38.852Z] 097100c76c15: Preparing [2025-09-17T02:45:38.852Z] e7adab9d882e: Waiting [2025-09-17T02:45:38.852Z] 097100c76c15: Waiting [2025-09-17T02:45:38.852Z] 45e670cc2da4: Pushed [2025-09-17T02:45:38.852Z] 41577b524d56: Pushed [2025-09-17T02:45:38.852Z] eabdae0dae5c: Pushed [2025-09-17T02:45:38.852Z] 097100c76c15: Layer already exists [2025-09-17T02:45:39.042Z] #89 ... [2025-09-17T02:45:39.042Z] [2025-09-17T02:45:39.042Z] #96 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-09-17T02:45:39.042Z] #96 13.55 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-09-17T02:45:39.042Z] #96 13.67 Executing busybox-1.36.1-r30.post-upgrade [2025-09-17T02:45:39.042Z] #96 14.01 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-09-17T02:45:39.042Z] #96 14.02 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-09-17T02:45:39.042Z] #96 14.04 Executing busybox-1.36.1-r30.trigger [2025-09-17T02:45:39.042Z] #96 14.11 OK: 15 MiB in 28 packages [2025-09-17T02:45:39.042Z] #96 DONE 15.0s [2025-09-17T02:45:39.111Z] f05229813285: Pushed [2025-09-17T02:45:39.111Z] e7adab9d882e: Pushed [2025-09-17T02:45:39.310Z] [2025-09-17T02:45:39.310Z] #87 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade [2025-09-17T02:45:39.310Z] #87 6.347 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-09-17T02:45:39.899Z] #87 9.670 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-09-17T02:45:40.165Z] #87 9.773 Executing busybox-1.36.1-r30.post-upgrade [2025-09-17T02:45:40.165Z] #87 9.976 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-09-17T02:45:40.165Z] #87 9.983 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-09-17T02:45:40.432Z] #87 9.995 Executing busybox-1.36.1-r30.trigger [2025-09-17T02:45:40.432Z] #87 10.08 OK: 10 MiB in 19 packages [2025-09-17T02:45:41.398Z] #87 ... [2025-09-17T02:45:41.398Z] [2025-09-17T02:45:41.398Z] #97 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-09-17T02:45:41.398Z] #97 14.31 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-09-17T02:45:41.398Z] #97 14.40 Executing busybox-1.36.1-r30.post-upgrade [2025-09-17T02:45:41.398Z] #97 14.65 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-09-17T02:45:41.398Z] #97 14.66 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-09-17T02:45:41.398Z] #97 14.70 Executing busybox-1.36.1-r30.trigger [2025-09-17T02:45:41.398Z] #97 14.74 OK: 20 MiB in 18 packages [2025-09-17T02:45:41.398Z] #97 DONE 15.9s [2025-09-17T02:45:41.398Z] [2025-09-17T02:45:41.398Z] #87 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade [2025-09-17T02:45:41.398Z] #87 DONE 11.2s [2025-09-17T02:45:41.398Z] [2025-09-17T02:45:41.398Z] #99 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-09-17T02:45:42.395Z] e836ecc97a20: Pushed [2025-09-17T02:45:42.395Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4: digest: sha256:ab1a502d93a41fb9c4b86547deef3bb3918b877bedd4d49c095eb627fd85ef1b size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:45:42.718Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [2025-09-17T02:45:42.754Z] #99 ... [2025-09-17T02:45:42.754Z] [2025-09-17T02:45:42.754Z] #89 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-09-17T02:45:42.754Z] #89 9.353 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-09-17T02:45:42.754Z] #89 9.439 Executing busybox-1.36.1-r30.post-upgrade [2025-09-17T02:45:42.754Z] #89 9.699 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-09-17T02:45:42.754Z] #89 9.707 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-09-17T02:45:42.754Z] #89 9.717 Executing busybox-1.36.1-r30.trigger [2025-09-17T02:45:42.754Z] #89 9.766 OK: 9 MiB in 18 packages [2025-09-17T02:45:42.754Z] #89 DONE 11.3s [2025-09-17T02:45:42.754Z] [2025-09-17T02:45:42.754Z] #100 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-09-17T02:45:42.754Z] #100 DONE 1.3s [2025-09-17T02:45:42.754Z] [2025-09-17T02:45:42.754Z] #101 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:45:43.048Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2025-09-17T02:45:43.048Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-09-17T02:45:43.048Z] eabdae0dae5c: Preparing [2025-09-17T02:45:43.048Z] e836ecc97a20: Preparing [2025-09-17T02:45:43.048Z] 45e670cc2da4: Preparing [2025-09-17T02:45:43.048Z] 41577b524d56: Preparing [2025-09-17T02:45:43.048Z] f05229813285: Preparing [2025-09-17T02:45:43.048Z] e7adab9d882e: Preparing [2025-09-17T02:45:43.048Z] 097100c76c15: Preparing [2025-09-17T02:45:43.048Z] e7adab9d882e: Waiting [2025-09-17T02:45:43.048Z] 097100c76c15: Waiting [2025-09-17T02:45:43.048Z] eabdae0dae5c: Layer already exists [2025-09-17T02:45:43.048Z] f05229813285: Layer already exists [2025-09-17T02:45:43.048Z] e836ecc97a20: Layer already exists [2025-09-17T02:45:43.048Z] 41577b524d56: Layer already exists [2025-09-17T02:45:43.048Z] 45e670cc2da4: Layer already exists [2025-09-17T02:45:43.048Z] e7adab9d882e: Layer already exists [2025-09-17T02:45:43.048Z] 097100c76c15: Layer already exists [2025-09-17T02:45:43.048Z] latest: digest: sha256:ab1a502d93a41fb9c4b86547deef3bb3918b877bedd4d49c095eb627fd85ef1b size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:45:43.380Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:45:43.701Z] + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.62 [2025-09-17T02:45:43.701Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-09-17T02:45:43.701Z] eabdae0dae5c: Preparing [2025-09-17T02:45:43.701Z] e836ecc97a20: Preparing [2025-09-17T02:45:43.701Z] 45e670cc2da4: Preparing [2025-09-17T02:45:43.701Z] 41577b524d56: Preparing [2025-09-17T02:45:43.701Z] f05229813285: Preparing [2025-09-17T02:45:43.701Z] e7adab9d882e: Preparing [2025-09-17T02:45:43.701Z] 097100c76c15: Preparing [2025-09-17T02:45:43.701Z] 097100c76c15: Waiting [2025-09-17T02:45:43.701Z] e7adab9d882e: Waiting [2025-09-17T02:45:43.701Z] e836ecc97a20: Layer already exists [2025-09-17T02:45:43.701Z] f05229813285: Layer already exists [2025-09-17T02:45:43.701Z] eabdae0dae5c: Layer already exists [2025-09-17T02:45:43.701Z] 41577b524d56: Layer already exists [2025-09-17T02:45:43.701Z] 45e670cc2da4: Layer already exists [2025-09-17T02:45:43.701Z] e7adab9d882e: Layer already exists [2025-09-17T02:45:43.701Z] 097100c76c15: Layer already exists [2025-09-17T02:45:43.701Z] 4.1.0-dev.62: digest: sha256:ab1a502d93a41fb9c4b86547deef3bb3918b877bedd4d49c095eb627fd85ef1b size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:45:44.025Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:45:44.353Z] + docker push nexus3.edgexfoundry.org:10004/core-command:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:45:44.353Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-09-17T02:45:44.353Z] eabdae0dae5c: Preparing [2025-09-17T02:45:44.353Z] e836ecc97a20: Preparing [2025-09-17T02:45:44.353Z] 45e670cc2da4: Preparing [2025-09-17T02:45:44.353Z] 41577b524d56: Preparing [2025-09-17T02:45:44.353Z] f05229813285: Preparing [2025-09-17T02:45:44.353Z] e7adab9d882e: Preparing [2025-09-17T02:45:44.353Z] 097100c76c15: Preparing [2025-09-17T02:45:44.353Z] 097100c76c15: Waiting [2025-09-17T02:45:44.353Z] e7adab9d882e: Waiting [2025-09-17T02:45:44.353Z] eabdae0dae5c: Layer already exists [2025-09-17T02:45:44.353Z] e836ecc97a20: Layer already exists [2025-09-17T02:45:44.353Z] 45e670cc2da4: Layer already exists [2025-09-17T02:45:44.353Z] 41577b524d56: Layer already exists [2025-09-17T02:45:44.353Z] f05229813285: Layer already exists [2025-09-17T02:45:44.354Z] e7adab9d882e: Layer already exists [2025-09-17T02:45:44.354Z] 097100c76c15: Layer already exists [2025-09-17T02:45:44.354Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62: digest: sha256:ab1a502d93a41fb9c4b86547deef3bb3918b877bedd4d49c095eb627fd85ef1b size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:45:44.676Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:45:44.816Z] #101 ... [2025-09-17T02:45:44.817Z] [2025-09-17T02:45:44.817Z] #102 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-09-17T02:45:44.817Z] #102 DONE 2.2s [2025-09-17T02:45:44.817Z] [2025-09-17T02:45:44.817Z] #99 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-09-17T02:45:44.817Z] #99 DONE 3.5s [2025-09-17T02:45:44.997Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2025-09-17T02:45:44.997Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-09-17T02:45:44.997Z] eabdae0dae5c: Preparing [2025-09-17T02:45:44.997Z] e836ecc97a20: Preparing [2025-09-17T02:45:44.997Z] 45e670cc2da4: Preparing [2025-09-17T02:45:44.997Z] 41577b524d56: Preparing [2025-09-17T02:45:44.997Z] f05229813285: Preparing [2025-09-17T02:45:44.997Z] e7adab9d882e: Preparing [2025-09-17T02:45:44.997Z] 097100c76c15: Preparing [2025-09-17T02:45:44.997Z] e7adab9d882e: Waiting [2025-09-17T02:45:44.997Z] 097100c76c15: Waiting [2025-09-17T02:45:44.997Z] eabdae0dae5c: Layer already exists [2025-09-17T02:45:44.997Z] 41577b524d56: Layer already exists [2025-09-17T02:45:44.997Z] e836ecc97a20: Layer already exists [2025-09-17T02:45:44.997Z] 45e670cc2da4: Layer already exists [2025-09-17T02:45:44.997Z] f05229813285: Layer already exists [2025-09-17T02:45:44.997Z] e7adab9d882e: Layer already exists [2025-09-17T02:45:44.997Z] 097100c76c15: Layer already exists [2025-09-17T02:45:44.997Z] main: digest: sha256:ab1a502d93a41fb9c4b86547deef3bb3918b877bedd4d49c095eb627fd85ef1b size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-09-17T02:45:45.076Z] ===================================================== [Pipeline] echo [2025-09-17T02:45:45.092Z] taggedImages: [2025-09-17T02:45:45.092Z] - nexus3.edgexfoundry.org:10004/core-command:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:45:45.092Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2025-09-17T02:45:45.092Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.62 [2025-09-17T02:45:45.092Z] - nexus3.edgexfoundry.org:10004/core-command:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:45:45.092Z] - nexus3.edgexfoundry.org:10004/core-command:main [2025-09-17T02:45:45.093Z] [2025-09-17T02:45:45.093Z] #101 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-09-17T02:45:45.093Z] #101 DONE 2.2s [2025-09-17T02:45:45.093Z] [2025-09-17T02:45:45.093Z] #103 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2025-09-17T02:45:45.093Z] #103 ... [2025-09-17T02:45:45.093Z] [2025-09-17T02:45:45.093Z] #104 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2025-09-17T02:45:45.093Z] #104 DONE 0.3s [2025-09-17T02:45:45.093Z] [2025-09-17T02:45:45.093Z] #105 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-09-17T02:45:45.093Z] #105 DONE 0.3s [Pipeline] echo [2025-09-17T02:45:45.120Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2025-09-17T02:45:45.120Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:45:45.120Z] latest [2025-09-17T02:45:45.120Z] 4.1.0-dev.62 [2025-09-17T02:45:45.120Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:45:45.120Z] main [2025-09-17T02:45:45.120Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:45:45.379Z] [2025-09-17T02:45:45.379Z] #103 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2025-09-17T02:45:45.379Z] #103 DONE 0.3s [2025-09-17T02:45:45.379Z] [2025-09-17T02:45:45.379Z] #106 [security-spire-agent stage-3 7/10] COPY security.txt / [2025-09-17T02:45:45.379Z] #106 DONE 0.3s [2025-09-17T02:45:45.379Z] [2025-09-17T02:45:45.379Z] #107 [security-spire-config stage-2 6/10] COPY security.txt / [2025-09-17T02:45:45.379Z] #107 DONE 0.2s [2025-09-17T02:45:45.379Z] [2025-09-17T02:45:45.379Z] #108 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2025-09-17T02:45:45.465Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:45:45.650Z] #108 ... [2025-09-17T02:45:45.650Z] [2025-09-17T02:45:45.650Z] #109 [security-spire-server stage-2 6/9] COPY security.txt / [2025-09-17T02:45:45.650Z] #109 DONE 0.3s [2025-09-17T02:45:45.650Z] [2025-09-17T02:45:45.650Z] #108 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2025-09-17T02:45:45.650Z] #108 DONE 0.3s [2025-09-17T02:45:45.650Z] [2025-09-17T02:45:45.650Z] #110 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2025-09-17T02:45:45.781Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:45:45.781Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-09-17T02:45:45.781Z] 9f7bc4e2f50d: Preparing [2025-09-17T02:45:45.781Z] 696c2831b4e0: Preparing [2025-09-17T02:45:45.781Z] 3a63f714633d: Preparing [2025-09-17T02:45:45.781Z] 4748b85a7a5c: Preparing [2025-09-17T02:45:45.781Z] 45e670cc2da4: Preparing [2025-09-17T02:45:45.781Z] 41577b524d56: Preparing [2025-09-17T02:45:45.781Z] f05229813285: Preparing [2025-09-17T02:45:45.781Z] e7adab9d882e: Preparing [2025-09-17T02:45:45.781Z] 097100c76c15: Preparing [2025-09-17T02:45:45.781Z] 41577b524d56: Waiting [2025-09-17T02:45:45.781Z] f05229813285: Waiting [2025-09-17T02:45:45.781Z] e7adab9d882e: Waiting [2025-09-17T02:45:45.781Z] 097100c76c15: Waiting [2025-09-17T02:45:45.781Z] 45e670cc2da4: Layer already exists [2025-09-17T02:45:45.781Z] 41577b524d56: Layer already exists [2025-09-17T02:45:45.781Z] f05229813285: Layer already exists [2025-09-17T02:45:45.781Z] e7adab9d882e: Layer already exists [2025-09-17T02:45:45.781Z] 3a63f714633d: Pushed [2025-09-17T02:45:45.781Z] 097100c76c15: Layer already exists [2025-09-17T02:45:45.781Z] 9f7bc4e2f50d: Pushed [2025-09-17T02:45:45.781Z] 696c2831b4e0: Pushed [2025-09-17T02:45:45.932Z] #110 ... [2025-09-17T02:45:45.933Z] [2025-09-17T02:45:45.933Z] #111 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-09-17T02:45:45.933Z] #111 DONE 0.3s [2025-09-17T02:45:45.933Z] [2025-09-17T02:45:45.933Z] #112 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2025-09-17T02:45:45.933Z] #112 DONE 0.4s [2025-09-17T02:45:45.933Z] [2025-09-17T02:45:45.933Z] #113 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2025-09-17T02:45:46.206Z] #113 ... [2025-09-17T02:45:46.206Z] [2025-09-17T02:45:46.206Z] #110 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2025-09-17T02:45:46.206Z] #110 DONE 0.3s [2025-09-17T02:45:46.206Z] [2025-09-17T02:45:46.206Z] #114 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2025-09-17T02:45:46.206Z] #114 DONE 0.2s [2025-09-17T02:45:46.206Z] [2025-09-17T02:45:46.206Z] #113 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2025-09-17T02:45:46.206Z] #113 DONE 0.3s [2025-09-17T02:45:46.206Z] [2025-09-17T02:45:46.206Z] #115 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2025-09-17T02:45:46.206Z] #115 DONE 0.2s [2025-09-17T02:45:46.206Z] [2025-09-17T02:45:46.206Z] #116 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2025-09-17T02:45:46.477Z] #116 ... [2025-09-17T02:45:46.477Z] [2025-09-17T02:45:46.477Z] #117 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2025-09-17T02:45:46.477Z] #117 DONE 0.3s [2025-09-17T02:45:46.477Z] [2025-09-17T02:45:46.477Z] #118 [security-spire-config] exporting to image [2025-09-17T02:45:46.477Z] #118 exporting layers [2025-09-17T02:45:47.060Z] #118 ... [2025-09-17T02:45:47.060Z] [2025-09-17T02:45:47.060Z] #116 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2025-09-17T02:45:47.060Z] #116 DONE 0.5s [2025-09-17T02:45:47.060Z] [2025-09-17T02:45:47.060Z] #118 [security-spire-agent] exporting to image [2025-09-17T02:45:47.159Z] 4748b85a7a5c: Pushed [2025-09-17T02:45:47.159Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4: digest: sha256:d7ee71025593f5704ad94a317d5f08b8ef51f1b65bfc609b9f1624d2f71cb198 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:45:47.482Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:45:47.806Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-09-17T02:45:47.806Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-09-17T02:45:47.806Z] 9f7bc4e2f50d: Preparing [2025-09-17T02:45:47.806Z] 696c2831b4e0: Preparing [2025-09-17T02:45:47.806Z] 3a63f714633d: Preparing [2025-09-17T02:45:47.806Z] 4748b85a7a5c: Preparing [2025-09-17T02:45:47.806Z] 45e670cc2da4: Preparing [2025-09-17T02:45:47.806Z] 41577b524d56: Preparing [2025-09-17T02:45:47.806Z] f05229813285: Preparing [2025-09-17T02:45:47.806Z] e7adab9d882e: Preparing [2025-09-17T02:45:47.806Z] 097100c76c15: Preparing [2025-09-17T02:45:47.806Z] 41577b524d56: Waiting [2025-09-17T02:45:47.806Z] f05229813285: Waiting [2025-09-17T02:45:47.806Z] 097100c76c15: Waiting [2025-09-17T02:45:47.806Z] e7adab9d882e: Waiting [2025-09-17T02:45:47.806Z] 4748b85a7a5c: Layer already exists [2025-09-17T02:45:47.806Z] 9f7bc4e2f50d: Layer already exists [2025-09-17T02:45:47.806Z] 696c2831b4e0: Layer already exists [2025-09-17T02:45:47.806Z] 45e670cc2da4: Layer already exists [2025-09-17T02:45:47.806Z] 3a63f714633d: Layer already exists [2025-09-17T02:45:47.806Z] e7adab9d882e: Layer already exists [2025-09-17T02:45:47.806Z] 41577b524d56: Layer already exists [2025-09-17T02:45:47.806Z] f05229813285: Layer already exists [2025-09-17T02:45:47.806Z] 097100c76c15: Layer already exists [2025-09-17T02:45:47.806Z] latest: digest: sha256:d7ee71025593f5704ad94a317d5f08b8ef51f1b65bfc609b9f1624d2f71cb198 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:45:48.135Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:45:48.456Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.62 [2025-09-17T02:45:48.456Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-09-17T02:45:48.456Z] 9f7bc4e2f50d: Preparing [2025-09-17T02:45:48.456Z] 696c2831b4e0: Preparing [2025-09-17T02:45:48.456Z] 3a63f714633d: Preparing [2025-09-17T02:45:48.457Z] 4748b85a7a5c: Preparing [2025-09-17T02:45:48.457Z] 45e670cc2da4: Preparing [2025-09-17T02:45:48.457Z] 41577b524d56: Preparing [2025-09-17T02:45:48.457Z] f05229813285: Preparing [2025-09-17T02:45:48.457Z] e7adab9d882e: Preparing [2025-09-17T02:45:48.457Z] 097100c76c15: Preparing [2025-09-17T02:45:48.457Z] 41577b524d56: Waiting [2025-09-17T02:45:48.457Z] f05229813285: Waiting [2025-09-17T02:45:48.457Z] e7adab9d882e: Waiting [2025-09-17T02:45:48.457Z] 097100c76c15: Waiting [2025-09-17T02:45:48.457Z] 3a63f714633d: Layer already exists [2025-09-17T02:45:48.457Z] 9f7bc4e2f50d: Layer already exists [2025-09-17T02:45:48.457Z] 696c2831b4e0: Layer already exists [2025-09-17T02:45:48.457Z] 45e670cc2da4: Layer already exists [2025-09-17T02:45:48.457Z] 4748b85a7a5c: Layer already exists [2025-09-17T02:45:48.457Z] e7adab9d882e: Layer already exists [2025-09-17T02:45:48.457Z] 097100c76c15: Layer already exists [2025-09-17T02:45:48.457Z] 41577b524d56: Layer already exists [2025-09-17T02:45:48.457Z] f05229813285: Layer already exists [2025-09-17T02:45:48.457Z] 4.1.0-dev.62: digest: sha256:d7ee71025593f5704ad94a317d5f08b8ef51f1b65bfc609b9f1624d2f71cb198 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:45:48.783Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:45:49.104Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:45:49.104Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-09-17T02:45:49.104Z] 9f7bc4e2f50d: Preparing [2025-09-17T02:45:49.104Z] 696c2831b4e0: Preparing [2025-09-17T02:45:49.104Z] 3a63f714633d: Preparing [2025-09-17T02:45:49.104Z] 4748b85a7a5c: Preparing [2025-09-17T02:45:49.104Z] 45e670cc2da4: Preparing [2025-09-17T02:45:49.104Z] 41577b524d56: Preparing [2025-09-17T02:45:49.104Z] f05229813285: Preparing [2025-09-17T02:45:49.104Z] e7adab9d882e: Preparing [2025-09-17T02:45:49.104Z] 097100c76c15: Preparing [2025-09-17T02:45:49.104Z] f05229813285: Waiting [2025-09-17T02:45:49.104Z] e7adab9d882e: Waiting [2025-09-17T02:45:49.104Z] 097100c76c15: Waiting [2025-09-17T02:45:49.104Z] 41577b524d56: Waiting [2025-09-17T02:45:49.104Z] 696c2831b4e0: Layer already exists [2025-09-17T02:45:49.104Z] 4748b85a7a5c: Layer already exists [2025-09-17T02:45:49.104Z] 9f7bc4e2f50d: Layer already exists [2025-09-17T02:45:49.104Z] 3a63f714633d: Layer already exists [2025-09-17T02:45:49.104Z] 45e670cc2da4: Layer already exists [2025-09-17T02:45:49.104Z] f05229813285: Layer already exists [2025-09-17T02:45:49.104Z] e7adab9d882e: Layer already exists [2025-09-17T02:45:49.104Z] 41577b524d56: Layer already exists [2025-09-17T02:45:49.104Z] 097100c76c15: Layer already exists [2025-09-17T02:45:49.104Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62: digest: sha256:d7ee71025593f5704ad94a317d5f08b8ef51f1b65bfc609b9f1624d2f71cb198 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:45:49.434Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:45:49.638Z] #118 exporting layers 3.3s done [2025-09-17T02:45:49.638Z] #118 writing image sha256:a703688c6b3c65693309d1c3636ff6e706e3c9870469955a0f6e4504ef8ba0e9 0.1s done [2025-09-17T02:45:49.638Z] #118 naming to docker.io/library/security-spire-server-arm64 done [2025-09-17T02:45:49.905Z] #118 exporting layers 3.3s done [2025-09-17T02:45:49.905Z] #118 writing image sha256:8ccb318e4cd24e5ebdea7cfc2555fca7991784496d84382ee45f0627923c97e2 0.0s done [2025-09-17T02:45:49.905Z] #118 naming to docker.io/library/security-spire-config-arm64 [2025-09-17T02:45:49.905Z] #118 exporting layers 3.1s done [2025-09-17T02:45:49.905Z] #118 naming to docker.io/library/security-spire-config-arm64 0.0s done [2025-09-17T02:45:49.905Z] #118 writing image sha256:626b4e2de985a82c4c61265b4d7a774a72382e47de8cfd3d2ac1d6f6d6d4ae22 0.0s done [2025-09-17T02:45:49.905Z] #118 naming to docker.io/library/security-spire-agent-arm64 done [2025-09-17T02:45:49.905Z] #118 DONE 3.6s [2025-09-17T02:45:49.905Z] [2025-09-17T02:45:49.905Z] #84 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-17T02:45:49.958Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-09-17T02:45:49.958Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-09-17T02:45:49.958Z] 9f7bc4e2f50d: Preparing [2025-09-17T02:45:49.958Z] 696c2831b4e0: Preparing [2025-09-17T02:45:49.958Z] 3a63f714633d: Preparing [2025-09-17T02:45:49.958Z] 4748b85a7a5c: Preparing [2025-09-17T02:45:49.958Z] 45e670cc2da4: Preparing [2025-09-17T02:45:49.958Z] 41577b524d56: Preparing [2025-09-17T02:45:49.958Z] f05229813285: Preparing [2025-09-17T02:45:49.958Z] e7adab9d882e: Preparing [2025-09-17T02:45:49.958Z] 097100c76c15: Preparing [2025-09-17T02:45:49.958Z] f05229813285: Waiting [2025-09-17T02:45:49.958Z] e7adab9d882e: Waiting [2025-09-17T02:45:49.958Z] 41577b524d56: Waiting [2025-09-17T02:45:49.958Z] 097100c76c15: Waiting [2025-09-17T02:45:49.958Z] 45e670cc2da4: Layer already exists [2025-09-17T02:45:49.958Z] 3a63f714633d: Layer already exists [2025-09-17T02:45:49.958Z] 696c2831b4e0: Layer already exists [2025-09-17T02:45:49.958Z] 4748b85a7a5c: Layer already exists [2025-09-17T02:45:49.958Z] 9f7bc4e2f50d: Layer already exists [2025-09-17T02:45:49.958Z] f05229813285: Layer already exists [2025-09-17T02:45:49.958Z] 097100c76c15: Layer already exists [2025-09-17T02:45:49.958Z] 41577b524d56: Layer already exists [2025-09-17T02:45:49.958Z] e7adab9d882e: Layer already exists [2025-09-17T02:45:49.958Z] main: digest: sha256:d7ee71025593f5704ad94a317d5f08b8ef51f1b65bfc609b9f1624d2f71cb198 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-09-17T02:45:50.036Z] ===================================================== [Pipeline] echo [2025-09-17T02:45:50.048Z] taggedImages: [2025-09-17T02:45:50.048Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:45:50.048Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-09-17T02:45:50.048Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.62 [2025-09-17T02:45:50.048Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:45:50.048Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2025-09-17T02:45:50.072Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2025-09-17T02:45:50.072Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:45:50.072Z] latest [2025-09-17T02:45:50.072Z] 4.1.0-dev.62 [2025-09-17T02:45:50.072Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:45:50.072Z] main [2025-09-17T02:45:50.072Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:45:50.458Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:45:50.809Z] + docker push nexus3.edgexfoundry.org:10004/core-data:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:45:50.810Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-09-17T02:45:50.810Z] 264a5f34a723: Preparing [2025-09-17T02:45:50.810Z] f7544a93c38a: Preparing [2025-09-17T02:45:50.810Z] 45e670cc2da4: Preparing [2025-09-17T02:45:50.810Z] 41577b524d56: Preparing [2025-09-17T02:45:50.810Z] 1eb45904ec6a: Preparing [2025-09-17T02:45:50.810Z] e7f5978b7d3f: Preparing [2025-09-17T02:45:50.810Z] 097100c76c15: Preparing [2025-09-17T02:45:50.810Z] 097100c76c15: Waiting [2025-09-17T02:45:50.810Z] e7f5978b7d3f: Waiting [2025-09-17T02:45:50.810Z] 41577b524d56: Layer already exists [2025-09-17T02:45:50.810Z] 45e670cc2da4: Layer already exists [2025-09-17T02:45:50.810Z] 097100c76c15: Layer already exists [2025-09-17T02:45:50.810Z] 264a5f34a723: Pushed [2025-09-17T02:45:50.810Z] e7f5978b7d3f: Pushed [2025-09-17T02:45:50.810Z] 1eb45904ec6a: Pushed [2025-09-17T02:45:55.051Z] f7544a93c38a: Pushed [2025-09-17T02:45:55.051Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4: digest: sha256:d432fc769a3694d82241441a1e8517f139b265c30b1f7c52b36081ced097f88a size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:45:55.384Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:45:55.709Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2025-09-17T02:45:55.710Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-09-17T02:45:55.710Z] 264a5f34a723: Preparing [2025-09-17T02:45:55.710Z] f7544a93c38a: Preparing [2025-09-17T02:45:55.710Z] 45e670cc2da4: Preparing [2025-09-17T02:45:55.710Z] 41577b524d56: Preparing [2025-09-17T02:45:55.710Z] 1eb45904ec6a: Preparing [2025-09-17T02:45:55.710Z] e7f5978b7d3f: Preparing [2025-09-17T02:45:55.710Z] 097100c76c15: Preparing [2025-09-17T02:45:55.710Z] e7f5978b7d3f: Waiting [2025-09-17T02:45:55.710Z] 097100c76c15: Waiting [2025-09-17T02:45:55.710Z] 1eb45904ec6a: Layer already exists [2025-09-17T02:45:55.710Z] f7544a93c38a: Layer already exists [2025-09-17T02:45:55.710Z] 45e670cc2da4: Layer already exists [2025-09-17T02:45:55.710Z] 264a5f34a723: Layer already exists [2025-09-17T02:45:55.710Z] 41577b524d56: Layer already exists [2025-09-17T02:45:55.710Z] e7f5978b7d3f: Layer already exists [2025-09-17T02:45:55.710Z] 097100c76c15: Layer already exists [2025-09-17T02:45:55.710Z] latest: digest: sha256:d432fc769a3694d82241441a1e8517f139b265c30b1f7c52b36081ced097f88a size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:45:56.029Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:45:56.358Z] + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.62 [2025-09-17T02:45:56.358Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-09-17T02:45:56.358Z] 264a5f34a723: Preparing [2025-09-17T02:45:56.358Z] f7544a93c38a: Preparing [2025-09-17T02:45:56.358Z] 45e670cc2da4: Preparing [2025-09-17T02:45:56.358Z] 41577b524d56: Preparing [2025-09-17T02:45:56.358Z] 1eb45904ec6a: Preparing [2025-09-17T02:45:56.358Z] e7f5978b7d3f: Preparing [2025-09-17T02:45:56.358Z] 097100c76c15: Preparing [2025-09-17T02:45:56.358Z] 097100c76c15: Waiting [2025-09-17T02:45:56.358Z] e7f5978b7d3f: Waiting [2025-09-17T02:45:56.358Z] 1eb45904ec6a: Layer already exists [2025-09-17T02:45:56.358Z] 45e670cc2da4: Layer already exists [2025-09-17T02:45:56.358Z] 264a5f34a723: Layer already exists [2025-09-17T02:45:56.358Z] f7544a93c38a: Layer already exists [2025-09-17T02:45:56.358Z] 41577b524d56: Layer already exists [2025-09-17T02:45:56.358Z] 097100c76c15: Layer already exists [2025-09-17T02:45:56.358Z] e7f5978b7d3f: Layer already exists [2025-09-17T02:45:56.358Z] 4.1.0-dev.62: digest: sha256:d432fc769a3694d82241441a1e8517f139b265c30b1f7c52b36081ced097f88a size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:45:56.686Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:45:57.007Z] + docker push nexus3.edgexfoundry.org:10004/core-data:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:45:57.007Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-09-17T02:45:57.007Z] 264a5f34a723: Preparing [2025-09-17T02:45:57.007Z] f7544a93c38a: Preparing [2025-09-17T02:45:57.007Z] 45e670cc2da4: Preparing [2025-09-17T02:45:57.007Z] 41577b524d56: Preparing [2025-09-17T02:45:57.007Z] 1eb45904ec6a: Preparing [2025-09-17T02:45:57.007Z] e7f5978b7d3f: Preparing [2025-09-17T02:45:57.007Z] 097100c76c15: Preparing [2025-09-17T02:45:57.007Z] e7f5978b7d3f: Waiting [2025-09-17T02:45:57.007Z] 097100c76c15: Waiting [2025-09-17T02:45:57.007Z] 45e670cc2da4: Layer already exists [2025-09-17T02:45:57.007Z] 41577b524d56: Layer already exists [2025-09-17T02:45:57.007Z] 1eb45904ec6a: Layer already exists [2025-09-17T02:45:57.007Z] f7544a93c38a: Layer already exists [2025-09-17T02:45:57.007Z] 264a5f34a723: Layer already exists [2025-09-17T02:45:57.007Z] 097100c76c15: Layer already exists [2025-09-17T02:45:57.007Z] e7f5978b7d3f: Layer already exists [2025-09-17T02:45:57.007Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62: digest: sha256:d432fc769a3694d82241441a1e8517f139b265c30b1f7c52b36081ced097f88a size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:45:57.335Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:45:57.670Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2025-09-17T02:45:57.670Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-09-17T02:45:57.670Z] 264a5f34a723: Preparing [2025-09-17T02:45:57.670Z] f7544a93c38a: Preparing [2025-09-17T02:45:57.670Z] 45e670cc2da4: Preparing [2025-09-17T02:45:57.670Z] 41577b524d56: Preparing [2025-09-17T02:45:57.670Z] 1eb45904ec6a: Preparing [2025-09-17T02:45:57.670Z] e7f5978b7d3f: Preparing [2025-09-17T02:45:57.670Z] 097100c76c15: Preparing [2025-09-17T02:45:57.670Z] e7f5978b7d3f: Waiting [2025-09-17T02:45:57.670Z] 097100c76c15: Waiting [2025-09-17T02:45:57.670Z] 41577b524d56: Layer already exists [2025-09-17T02:45:57.670Z] 1eb45904ec6a: Layer already exists [2025-09-17T02:45:57.670Z] 45e670cc2da4: Layer already exists [2025-09-17T02:45:57.670Z] 264a5f34a723: Layer already exists [2025-09-17T02:45:57.670Z] f7544a93c38a: Layer already exists [2025-09-17T02:45:57.670Z] 097100c76c15: Layer already exists [2025-09-17T02:45:57.670Z] e7f5978b7d3f: Layer already exists [2025-09-17T02:45:57.670Z] main: digest: sha256:d432fc769a3694d82241441a1e8517f139b265c30b1f7c52b36081ced097f88a size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-09-17T02:45:57.747Z] ===================================================== [Pipeline] echo [2025-09-17T02:45:57.760Z] taggedImages: [2025-09-17T02:45:57.760Z] - nexus3.edgexfoundry.org:10004/core-data:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:45:57.760Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2025-09-17T02:45:57.760Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.62 [2025-09-17T02:45:57.760Z] - nexus3.edgexfoundry.org:10004/core-data:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:45:57.760Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2025-09-17T02:45:57.786Z] [edgeXDocker.push] Tagging docker image core-keeper with the following tags: [2025-09-17T02:45:57.786Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:45:57.786Z] latest [2025-09-17T02:45:57.786Z] 4.1.0-dev.62 [2025-09-17T02:45:57.786Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:45:57.786Z] main [2025-09-17T02:45:57.786Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:45:58.136Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:45:58.467Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:45:58.467Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-09-17T02:45:58.467Z] 1da29eed1d40: Preparing [2025-09-17T02:45:58.467Z] 9dfc5401c830: Preparing [2025-09-17T02:45:58.467Z] 41577b524d56: Preparing [2025-09-17T02:45:58.467Z] 7b37d5a7e449: Preparing [2025-09-17T02:45:58.467Z] 1487923cca55: Preparing [2025-09-17T02:45:58.467Z] 097100c76c15: Preparing [2025-09-17T02:45:58.467Z] 097100c76c15: Waiting [2025-09-17T02:45:58.467Z] 41577b524d56: Layer already exists [2025-09-17T02:45:58.467Z] 097100c76c15: Layer already exists [2025-09-17T02:45:58.467Z] 1487923cca55: Pushed [2025-09-17T02:45:58.467Z] 1da29eed1d40: Pushed [2025-09-17T02:45:58.467Z] 7b37d5a7e449: Pushed [2025-09-17T02:46:02.655Z] 9dfc5401c830: Pushed [2025-09-17T02:46:02.655Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4: digest: sha256:cfcd0219a78626391e06c3cedc36533a4f0e5bee50cb76331c65c4b6a2ddf140 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:46:02.987Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:46:03.308Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-09-17T02:46:03.308Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-09-17T02:46:03.308Z] 1da29eed1d40: Preparing [2025-09-17T02:46:03.308Z] 9dfc5401c830: Preparing [2025-09-17T02:46:03.308Z] 41577b524d56: Preparing [2025-09-17T02:46:03.308Z] 7b37d5a7e449: Preparing [2025-09-17T02:46:03.308Z] 1487923cca55: Preparing [2025-09-17T02:46:03.308Z] 097100c76c15: Preparing [2025-09-17T02:46:03.308Z] 097100c76c15: Waiting [2025-09-17T02:46:03.308Z] 1da29eed1d40: Layer already exists [2025-09-17T02:46:03.308Z] 1487923cca55: Layer already exists [2025-09-17T02:46:03.309Z] 41577b524d56: Layer already exists [2025-09-17T02:46:03.309Z] 9dfc5401c830: Layer already exists [2025-09-17T02:46:03.309Z] 7b37d5a7e449: Layer already exists [2025-09-17T02:46:03.309Z] 097100c76c15: Layer already exists [2025-09-17T02:46:03.309Z] latest: digest: sha256:cfcd0219a78626391e06c3cedc36533a4f0e5bee50cb76331c65c4b6a2ddf140 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:46:03.637Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:46:03.968Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.62 [2025-09-17T02:46:03.968Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-09-17T02:46:03.968Z] 1da29eed1d40: Preparing [2025-09-17T02:46:03.968Z] 9dfc5401c830: Preparing [2025-09-17T02:46:03.968Z] 41577b524d56: Preparing [2025-09-17T02:46:03.968Z] 7b37d5a7e449: Preparing [2025-09-17T02:46:03.968Z] 1487923cca55: Preparing [2025-09-17T02:46:03.968Z] 097100c76c15: Preparing [2025-09-17T02:46:03.968Z] 097100c76c15: Waiting [2025-09-17T02:46:03.968Z] 9dfc5401c830: Layer already exists [2025-09-17T02:46:03.968Z] 7b37d5a7e449: Layer already exists [2025-09-17T02:46:03.968Z] 1487923cca55: Layer already exists [2025-09-17T02:46:03.968Z] 41577b524d56: Layer already exists [2025-09-17T02:46:03.968Z] 1da29eed1d40: Layer already exists [2025-09-17T02:46:03.968Z] 097100c76c15: Layer already exists [2025-09-17T02:46:03.968Z] 4.1.0-dev.62: digest: sha256:cfcd0219a78626391e06c3cedc36533a4f0e5bee50cb76331c65c4b6a2ddf140 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:46:04.298Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:46:04.617Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:46:04.617Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-09-17T02:46:04.617Z] 1da29eed1d40: Preparing [2025-09-17T02:46:04.617Z] 9dfc5401c830: Preparing [2025-09-17T02:46:04.617Z] 41577b524d56: Preparing [2025-09-17T02:46:04.617Z] 7b37d5a7e449: Preparing [2025-09-17T02:46:04.617Z] 1487923cca55: Preparing [2025-09-17T02:46:04.617Z] 097100c76c15: Preparing [2025-09-17T02:46:04.617Z] 097100c76c15: Waiting [2025-09-17T02:46:04.617Z] 41577b524d56: Layer already exists [2025-09-17T02:46:04.617Z] 7b37d5a7e449: Layer already exists [2025-09-17T02:46:04.617Z] 9dfc5401c830: Layer already exists [2025-09-17T02:46:04.617Z] 1487923cca55: Layer already exists [2025-09-17T02:46:04.617Z] 1da29eed1d40: Layer already exists [2025-09-17T02:46:04.617Z] 097100c76c15: Layer already exists [2025-09-17T02:46:04.617Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62: digest: sha256:cfcd0219a78626391e06c3cedc36533a4f0e5bee50cb76331c65c4b6a2ddf140 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:46:04.946Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:46:05.271Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:main [2025-09-17T02:46:05.271Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-09-17T02:46:05.271Z] 1da29eed1d40: Preparing [2025-09-17T02:46:05.271Z] 9dfc5401c830: Preparing [2025-09-17T02:46:05.271Z] 41577b524d56: Preparing [2025-09-17T02:46:05.271Z] 7b37d5a7e449: Preparing [2025-09-17T02:46:05.271Z] 1487923cca55: Preparing [2025-09-17T02:46:05.271Z] 097100c76c15: Preparing [2025-09-17T02:46:05.271Z] 097100c76c15: Waiting [2025-09-17T02:46:05.271Z] 9dfc5401c830: Layer already exists [2025-09-17T02:46:05.271Z] 1487923cca55: Layer already exists [2025-09-17T02:46:05.271Z] 7b37d5a7e449: Layer already exists [2025-09-17T02:46:05.271Z] 1da29eed1d40: Layer already exists [2025-09-17T02:46:05.271Z] 41577b524d56: Layer already exists [2025-09-17T02:46:05.271Z] 097100c76c15: Layer already exists [2025-09-17T02:46:05.271Z] main: digest: sha256:cfcd0219a78626391e06c3cedc36533a4f0e5bee50cb76331c65c4b6a2ddf140 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-09-17T02:46:05.346Z] ===================================================== [Pipeline] echo [2025-09-17T02:46:05.362Z] taggedImages: [2025-09-17T02:46:05.362Z] - nexus3.edgexfoundry.org:10004/core-keeper:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:46:05.362Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-09-17T02:46:05.362Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.62 [2025-09-17T02:46:05.362Z] - nexus3.edgexfoundry.org:10004/core-keeper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:46:05.362Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo [2025-09-17T02:46:05.395Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2025-09-17T02:46:05.395Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:46:05.395Z] latest [2025-09-17T02:46:05.395Z] 4.1.0-dev.62 [2025-09-17T02:46:05.395Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:46:05.395Z] main [2025-09-17T02:46:05.395Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:46:05.747Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:46:06.081Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:46:06.081Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-09-17T02:46:06.081Z] d8857f8ec056: Preparing [2025-09-17T02:46:06.081Z] 239ed2fc762d: Preparing [2025-09-17T02:46:06.081Z] 5901c08c6418: Preparing [2025-09-17T02:46:06.081Z] 45e670cc2da4: Preparing [2025-09-17T02:46:06.081Z] 41577b524d56: Preparing [2025-09-17T02:46:06.081Z] f05229813285: Preparing [2025-09-17T02:46:06.081Z] e7adab9d882e: Preparing [2025-09-17T02:46:06.081Z] 097100c76c15: Preparing [2025-09-17T02:46:06.081Z] f05229813285: Waiting [2025-09-17T02:46:06.081Z] e7adab9d882e: Waiting [2025-09-17T02:46:06.081Z] 097100c76c15: Waiting [2025-09-17T02:46:06.081Z] 45e670cc2da4: Layer already exists [2025-09-17T02:46:06.081Z] 41577b524d56: Layer already exists [2025-09-17T02:46:06.081Z] f05229813285: Layer already exists [2025-09-17T02:46:06.081Z] e7adab9d882e: Layer already exists [2025-09-17T02:46:06.081Z] 097100c76c15: Layer already exists [2025-09-17T02:46:06.081Z] 239ed2fc762d: Pushed [2025-09-17T02:46:06.081Z] d8857f8ec056: Pushed [2025-09-17T02:46:10.266Z] 5901c08c6418: Pushed [2025-09-17T02:46:10.266Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4: digest: sha256:2f02b121c23261d93113a9abc17758f58b4a825187a06c18c4ab2023e8dd70a9 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:46:10.593Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:46:10.922Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-09-17T02:46:10.922Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-09-17T02:46:10.922Z] d8857f8ec056: Preparing [2025-09-17T02:46:10.922Z] 239ed2fc762d: Preparing [2025-09-17T02:46:10.922Z] 5901c08c6418: Preparing [2025-09-17T02:46:10.922Z] 45e670cc2da4: Preparing [2025-09-17T02:46:10.922Z] 41577b524d56: Preparing [2025-09-17T02:46:10.922Z] f05229813285: Preparing [2025-09-17T02:46:10.922Z] e7adab9d882e: Preparing [2025-09-17T02:46:10.922Z] 097100c76c15: Preparing [2025-09-17T02:46:10.922Z] f05229813285: Waiting [2025-09-17T02:46:10.922Z] e7adab9d882e: Waiting [2025-09-17T02:46:10.922Z] 097100c76c15: Waiting [2025-09-17T02:46:10.922Z] 5901c08c6418: Layer already exists [2025-09-17T02:46:10.922Z] 239ed2fc762d: Layer already exists [2025-09-17T02:46:10.922Z] 41577b524d56: Layer already exists [2025-09-17T02:46:10.922Z] 45e670cc2da4: Layer already exists [2025-09-17T02:46:10.922Z] d8857f8ec056: Layer already exists [2025-09-17T02:46:10.922Z] e7adab9d882e: Layer already exists [2025-09-17T02:46:10.922Z] f05229813285: Layer already exists [2025-09-17T02:46:10.922Z] 097100c76c15: Layer already exists [2025-09-17T02:46:10.922Z] latest: digest: sha256:2f02b121c23261d93113a9abc17758f58b4a825187a06c18c4ab2023e8dd70a9 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:46:11.246Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:46:11.560Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.62 [2025-09-17T02:46:11.560Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-09-17T02:46:11.560Z] d8857f8ec056: Preparing [2025-09-17T02:46:11.560Z] 239ed2fc762d: Preparing [2025-09-17T02:46:11.560Z] 5901c08c6418: Preparing [2025-09-17T02:46:11.560Z] 45e670cc2da4: Preparing [2025-09-17T02:46:11.560Z] 41577b524d56: Preparing [2025-09-17T02:46:11.561Z] f05229813285: Preparing [2025-09-17T02:46:11.561Z] e7adab9d882e: Preparing [2025-09-17T02:46:11.561Z] 097100c76c15: Preparing [2025-09-17T02:46:11.561Z] e7adab9d882e: Waiting [2025-09-17T02:46:11.561Z] f05229813285: Waiting [2025-09-17T02:46:11.561Z] 097100c76c15: Waiting [2025-09-17T02:46:11.561Z] 5901c08c6418: Layer already exists [2025-09-17T02:46:11.561Z] d8857f8ec056: Layer already exists [2025-09-17T02:46:11.561Z] 41577b524d56: Layer already exists [2025-09-17T02:46:11.561Z] 45e670cc2da4: Layer already exists [2025-09-17T02:46:11.561Z] 239ed2fc762d: Layer already exists [2025-09-17T02:46:11.561Z] f05229813285: Layer already exists [2025-09-17T02:46:11.561Z] e7adab9d882e: Layer already exists [2025-09-17T02:46:11.561Z] 097100c76c15: Layer already exists [2025-09-17T02:46:11.561Z] 4.1.0-dev.62: digest: sha256:2f02b121c23261d93113a9abc17758f58b4a825187a06c18c4ab2023e8dd70a9 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:46:11.883Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:46:12.209Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:46:12.209Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-09-17T02:46:12.209Z] d8857f8ec056: Preparing [2025-09-17T02:46:12.209Z] 239ed2fc762d: Preparing [2025-09-17T02:46:12.209Z] 5901c08c6418: Preparing [2025-09-17T02:46:12.209Z] 45e670cc2da4: Preparing [2025-09-17T02:46:12.209Z] 41577b524d56: Preparing [2025-09-17T02:46:12.209Z] f05229813285: Preparing [2025-09-17T02:46:12.209Z] e7adab9d882e: Preparing [2025-09-17T02:46:12.209Z] 097100c76c15: Preparing [2025-09-17T02:46:12.209Z] f05229813285: Waiting [2025-09-17T02:46:12.209Z] e7adab9d882e: Waiting [2025-09-17T02:46:12.209Z] 097100c76c15: Waiting [2025-09-17T02:46:12.209Z] 5901c08c6418: Layer already exists [2025-09-17T02:46:12.209Z] 239ed2fc762d: Layer already exists [2025-09-17T02:46:12.209Z] 41577b524d56: Layer already exists [2025-09-17T02:46:12.209Z] d8857f8ec056: Layer already exists [2025-09-17T02:46:12.209Z] 45e670cc2da4: Layer already exists [2025-09-17T02:46:12.209Z] f05229813285: Layer already exists [2025-09-17T02:46:12.209Z] e7adab9d882e: Layer already exists [2025-09-17T02:46:12.209Z] 097100c76c15: Layer already exists [2025-09-17T02:46:12.209Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62: digest: sha256:2f02b121c23261d93113a9abc17758f58b4a825187a06c18c4ab2023e8dd70a9 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:46:12.533Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:46:12.869Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2025-09-17T02:46:12.869Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-09-17T02:46:12.869Z] d8857f8ec056: Preparing [2025-09-17T02:46:12.869Z] 239ed2fc762d: Preparing [2025-09-17T02:46:12.869Z] 5901c08c6418: Preparing [2025-09-17T02:46:12.869Z] 45e670cc2da4: Preparing [2025-09-17T02:46:12.869Z] 41577b524d56: Preparing [2025-09-17T02:46:12.869Z] f05229813285: Preparing [2025-09-17T02:46:12.869Z] e7adab9d882e: Preparing [2025-09-17T02:46:12.869Z] 097100c76c15: Preparing [2025-09-17T02:46:12.869Z] f05229813285: Waiting [2025-09-17T02:46:12.869Z] e7adab9d882e: Waiting [2025-09-17T02:46:12.869Z] 097100c76c15: Waiting [2025-09-17T02:46:12.869Z] d8857f8ec056: Layer already exists [2025-09-17T02:46:12.869Z] 5901c08c6418: Layer already exists [2025-09-17T02:46:12.869Z] 239ed2fc762d: Layer already exists [2025-09-17T02:46:12.869Z] 45e670cc2da4: Layer already exists [2025-09-17T02:46:12.869Z] 41577b524d56: Layer already exists [2025-09-17T02:46:12.869Z] e7adab9d882e: Layer already exists [2025-09-17T02:46:12.869Z] f05229813285: Layer already exists [2025-09-17T02:46:12.869Z] 097100c76c15: Layer already exists [2025-09-17T02:46:12.869Z] main: digest: sha256:2f02b121c23261d93113a9abc17758f58b4a825187a06c18c4ab2023e8dd70a9 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-09-17T02:46:12.951Z] ===================================================== [Pipeline] echo [2025-09-17T02:46:12.966Z] taggedImages: [2025-09-17T02:46:12.966Z] - nexus3.edgexfoundry.org:10004/core-metadata:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:46:12.966Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-09-17T02:46:12.966Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.62 [2025-09-17T02:46:12.966Z] - nexus3.edgexfoundry.org:10004/core-metadata:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:46:12.966Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2025-09-17T02:46:12.989Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2025-09-17T02:46:12.989Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:46:12.989Z] latest [2025-09-17T02:46:12.989Z] 4.1.0-dev.62 [2025-09-17T02:46:12.989Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:46:12.989Z] main [2025-09-17T02:46:12.989Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:46:13.336Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:46:13.670Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:46:13.670Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-09-17T02:46:13.670Z] fd47da54d084: Preparing [2025-09-17T02:46:13.670Z] 3e4809ad3159: Preparing [2025-09-17T02:46:13.670Z] 7267d7baa965: Preparing [2025-09-17T02:46:13.670Z] eb6b48860d9e: Preparing [2025-09-17T02:46:13.670Z] 1f8bd8364d65: Preparing [2025-09-17T02:46:13.670Z] b20564da05d6: Preparing [2025-09-17T02:46:13.670Z] e566c086c230: Preparing [2025-09-17T02:46:13.670Z] 45e670cc2da4: Preparing [2025-09-17T02:46:13.670Z] 41577b524d56: Preparing [2025-09-17T02:46:13.670Z] 5caa8edf6116: Preparing [2025-09-17T02:46:13.670Z] 40b410c2f2e8: Preparing [2025-09-17T02:46:13.670Z] 5f70bf18a086: Preparing [2025-09-17T02:46:13.670Z] dc0217f18236: Preparing [2025-09-17T02:46:13.670Z] 81e14b2d6a21: Preparing [2025-09-17T02:46:13.670Z] dbb92d518a89: Preparing [2025-09-17T02:46:13.670Z] 097100c76c15: Preparing [2025-09-17T02:46:13.670Z] 41577b524d56: Waiting [2025-09-17T02:46:13.670Z] 5caa8edf6116: Waiting [2025-09-17T02:46:13.670Z] 40b410c2f2e8: Waiting [2025-09-17T02:46:13.670Z] 5f70bf18a086: Waiting [2025-09-17T02:46:13.670Z] dc0217f18236: Waiting [2025-09-17T02:46:13.670Z] b20564da05d6: Waiting [2025-09-17T02:46:13.670Z] e566c086c230: Waiting [2025-09-17T02:46:13.670Z] 45e670cc2da4: Waiting [2025-09-17T02:46:13.670Z] 81e14b2d6a21: Waiting [2025-09-17T02:46:13.670Z] dbb92d518a89: Waiting [2025-09-17T02:46:13.670Z] 097100c76c15: Waiting [2025-09-17T02:46:13.670Z] 1f8bd8364d65: Pushed [2025-09-17T02:46:13.670Z] fd47da54d084: Pushed [2025-09-17T02:46:13.670Z] 3e4809ad3159: Pushed [2025-09-17T02:46:13.670Z] 7267d7baa965: Pushed [2025-09-17T02:46:13.670Z] eb6b48860d9e: Pushed [2025-09-17T02:46:13.670Z] 45e670cc2da4: Layer already exists [2025-09-17T02:46:13.670Z] 41577b524d56: Layer already exists [2025-09-17T02:46:13.670Z] 5f70bf18a086: Layer already exists [2025-09-17T02:46:13.670Z] b20564da05d6: Pushed [2025-09-17T02:46:13.929Z] 5caa8edf6116: Pushed [2025-09-17T02:46:13.929Z] 40b410c2f2e8: Pushed [2025-09-17T02:46:13.929Z] dc0217f18236: Pushed [2025-09-17T02:46:13.929Z] 097100c76c15: Layer already exists [2025-09-17T02:46:13.929Z] dbb92d518a89: Pushed [2025-09-17T02:46:13.929Z] 81e14b2d6a21: Pushed [2025-09-17T02:46:15.308Z] e566c086c230: Pushed [2025-09-17T02:46:15.308Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4: digest: sha256:0e197eae7b30a245c2e26b5b00ff7434c76c6b482a5efb108697a2dd867c5443 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:46:15.630Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:46:15.951Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-09-17T02:46:15.951Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-09-17T02:46:15.951Z] fd47da54d084: Preparing [2025-09-17T02:46:15.951Z] 3e4809ad3159: Preparing [2025-09-17T02:46:15.951Z] 7267d7baa965: Preparing [2025-09-17T02:46:15.951Z] eb6b48860d9e: Preparing [2025-09-17T02:46:15.951Z] 1f8bd8364d65: Preparing [2025-09-17T02:46:15.951Z] b20564da05d6: Preparing [2025-09-17T02:46:15.951Z] e566c086c230: Preparing [2025-09-17T02:46:15.951Z] 45e670cc2da4: Preparing [2025-09-17T02:46:15.951Z] 41577b524d56: Preparing [2025-09-17T02:46:15.951Z] 5caa8edf6116: Preparing [2025-09-17T02:46:15.951Z] 40b410c2f2e8: Preparing [2025-09-17T02:46:15.951Z] 5f70bf18a086: Preparing [2025-09-17T02:46:15.951Z] dc0217f18236: Preparing [2025-09-17T02:46:15.951Z] 81e14b2d6a21: Preparing [2025-09-17T02:46:15.951Z] dbb92d518a89: Preparing [2025-09-17T02:46:15.951Z] 097100c76c15: Preparing [2025-09-17T02:46:15.951Z] 45e670cc2da4: Waiting [2025-09-17T02:46:15.951Z] 41577b524d56: Waiting [2025-09-17T02:46:15.951Z] dbb92d518a89: Waiting [2025-09-17T02:46:15.951Z] 5caa8edf6116: Waiting [2025-09-17T02:46:15.951Z] 40b410c2f2e8: Waiting [2025-09-17T02:46:15.951Z] 097100c76c15: Waiting [2025-09-17T02:46:15.951Z] 81e14b2d6a21: Waiting [2025-09-17T02:46:15.951Z] b20564da05d6: Waiting [2025-09-17T02:46:15.951Z] 5f70bf18a086: Waiting [2025-09-17T02:46:15.951Z] dc0217f18236: Waiting [2025-09-17T02:46:15.951Z] e566c086c230: Waiting [2025-09-17T02:46:15.951Z] fd47da54d084: Layer already exists [2025-09-17T02:46:15.951Z] 7267d7baa965: Layer already exists [2025-09-17T02:46:15.951Z] 3e4809ad3159: Layer already exists [2025-09-17T02:46:15.951Z] 1f8bd8364d65: Layer already exists [2025-09-17T02:46:15.951Z] eb6b48860d9e: Layer already exists [2025-09-17T02:46:15.951Z] 45e670cc2da4: Layer already exists [2025-09-17T02:46:15.951Z] e566c086c230: Layer already exists [2025-09-17T02:46:15.951Z] b20564da05d6: Layer already exists [2025-09-17T02:46:15.951Z] 41577b524d56: Layer already exists [2025-09-17T02:46:15.951Z] 5caa8edf6116: Layer already exists [2025-09-17T02:46:15.951Z] 5f70bf18a086: Layer already exists [2025-09-17T02:46:15.951Z] 81e14b2d6a21: Layer already exists [2025-09-17T02:46:15.951Z] 40b410c2f2e8: Layer already exists [2025-09-17T02:46:15.951Z] dc0217f18236: Layer already exists [2025-09-17T02:46:15.951Z] dbb92d518a89: Layer already exists [2025-09-17T02:46:15.951Z] 097100c76c15: Layer already exists [2025-09-17T02:46:15.951Z] latest: digest: sha256:0e197eae7b30a245c2e26b5b00ff7434c76c6b482a5efb108697a2dd867c5443 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:46:16.276Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:46:16.611Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.62 [2025-09-17T02:46:16.611Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-09-17T02:46:16.611Z] fd47da54d084: Preparing [2025-09-17T02:46:16.611Z] 3e4809ad3159: Preparing [2025-09-17T02:46:16.611Z] 7267d7baa965: Preparing [2025-09-17T02:46:16.611Z] eb6b48860d9e: Preparing [2025-09-17T02:46:16.611Z] 1f8bd8364d65: Preparing [2025-09-17T02:46:16.611Z] b20564da05d6: Preparing [2025-09-17T02:46:16.611Z] e566c086c230: Preparing [2025-09-17T02:46:16.611Z] 45e670cc2da4: Preparing [2025-09-17T02:46:16.611Z] 41577b524d56: Preparing [2025-09-17T02:46:16.611Z] 5caa8edf6116: Preparing [2025-09-17T02:46:16.611Z] 40b410c2f2e8: Preparing [2025-09-17T02:46:16.611Z] 5f70bf18a086: Preparing [2025-09-17T02:46:16.611Z] dc0217f18236: Preparing [2025-09-17T02:46:16.611Z] 81e14b2d6a21: Preparing [2025-09-17T02:46:16.611Z] dbb92d518a89: Preparing [2025-09-17T02:46:16.611Z] 097100c76c15: Preparing [2025-09-17T02:46:16.611Z] 5caa8edf6116: Waiting [2025-09-17T02:46:16.611Z] 40b410c2f2e8: Waiting [2025-09-17T02:46:16.611Z] 5f70bf18a086: Waiting [2025-09-17T02:46:16.611Z] dc0217f18236: Waiting [2025-09-17T02:46:16.611Z] 81e14b2d6a21: Waiting [2025-09-17T02:46:16.611Z] dbb92d518a89: Waiting [2025-09-17T02:46:16.611Z] 41577b524d56: Waiting [2025-09-17T02:46:16.611Z] 097100c76c15: Waiting [2025-09-17T02:46:16.611Z] b20564da05d6: Waiting [2025-09-17T02:46:16.611Z] e566c086c230: Waiting [2025-09-17T02:46:16.611Z] 45e670cc2da4: Waiting [2025-09-17T02:46:16.611Z] eb6b48860d9e: Layer already exists [2025-09-17T02:46:16.611Z] 7267d7baa965: Layer already exists [2025-09-17T02:46:16.611Z] 1f8bd8364d65: Layer already exists [2025-09-17T02:46:16.611Z] fd47da54d084: Layer already exists [2025-09-17T02:46:16.611Z] 3e4809ad3159: Layer already exists [2025-09-17T02:46:16.611Z] 45e670cc2da4: Layer already exists [2025-09-17T02:46:16.611Z] b20564da05d6: Layer already exists [2025-09-17T02:46:16.611Z] e566c086c230: Layer already exists [2025-09-17T02:46:16.611Z] 5caa8edf6116: Layer already exists [2025-09-17T02:46:16.611Z] 41577b524d56: Layer already exists [2025-09-17T02:46:16.611Z] 5f70bf18a086: Layer already exists [2025-09-17T02:46:16.611Z] 40b410c2f2e8: Layer already exists [2025-09-17T02:46:16.611Z] dc0217f18236: Layer already exists [2025-09-17T02:46:16.611Z] 81e14b2d6a21: Layer already exists [2025-09-17T02:46:16.611Z] dbb92d518a89: Layer already exists [2025-09-17T02:46:16.611Z] 097100c76c15: Layer already exists [2025-09-17T02:46:16.611Z] 4.1.0-dev.62: digest: sha256:0e197eae7b30a245c2e26b5b00ff7434c76c6b482a5efb108697a2dd867c5443 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:46:16.945Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:46:17.272Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:46:17.272Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-09-17T02:46:17.272Z] fd47da54d084: Preparing [2025-09-17T02:46:17.272Z] 3e4809ad3159: Preparing [2025-09-17T02:46:17.272Z] 7267d7baa965: Preparing [2025-09-17T02:46:17.272Z] eb6b48860d9e: Preparing [2025-09-17T02:46:17.272Z] 1f8bd8364d65: Preparing [2025-09-17T02:46:17.272Z] b20564da05d6: Preparing [2025-09-17T02:46:17.272Z] e566c086c230: Preparing [2025-09-17T02:46:17.272Z] 45e670cc2da4: Preparing [2025-09-17T02:46:17.272Z] 41577b524d56: Preparing [2025-09-17T02:46:17.272Z] 5caa8edf6116: Preparing [2025-09-17T02:46:17.272Z] 40b410c2f2e8: Preparing [2025-09-17T02:46:17.272Z] 5f70bf18a086: Preparing [2025-09-17T02:46:17.272Z] dc0217f18236: Preparing [2025-09-17T02:46:17.272Z] 81e14b2d6a21: Preparing [2025-09-17T02:46:17.272Z] dbb92d518a89: Preparing [2025-09-17T02:46:17.272Z] 097100c76c15: Preparing [2025-09-17T02:46:17.272Z] 41577b524d56: Waiting [2025-09-17T02:46:17.272Z] 5caa8edf6116: Waiting [2025-09-17T02:46:17.272Z] 40b410c2f2e8: Waiting [2025-09-17T02:46:17.272Z] 5f70bf18a086: Waiting [2025-09-17T02:46:17.272Z] dc0217f18236: Waiting [2025-09-17T02:46:17.272Z] 81e14b2d6a21: Waiting [2025-09-17T02:46:17.272Z] dbb92d518a89: Waiting [2025-09-17T02:46:17.272Z] 097100c76c15: Waiting [2025-09-17T02:46:17.272Z] b20564da05d6: Waiting [2025-09-17T02:46:17.272Z] e566c086c230: Waiting [2025-09-17T02:46:17.272Z] 45e670cc2da4: Waiting [2025-09-17T02:46:17.272Z] 7267d7baa965: Layer already exists [2025-09-17T02:46:17.272Z] eb6b48860d9e: Layer already exists [2025-09-17T02:46:17.272Z] 3e4809ad3159: Layer already exists [2025-09-17T02:46:17.272Z] fd47da54d084: Layer already exists [2025-09-17T02:46:17.272Z] 1f8bd8364d65: Layer already exists [2025-09-17T02:46:17.272Z] e566c086c230: Layer already exists [2025-09-17T02:46:17.272Z] b20564da05d6: Layer already exists [2025-09-17T02:46:17.272Z] 45e670cc2da4: Layer already exists [2025-09-17T02:46:17.272Z] 5caa8edf6116: Layer already exists [2025-09-17T02:46:17.272Z] 41577b524d56: Layer already exists [2025-09-17T02:46:17.272Z] 40b410c2f2e8: Layer already exists [2025-09-17T02:46:17.272Z] 81e14b2d6a21: Layer already exists [2025-09-17T02:46:17.272Z] dc0217f18236: Layer already exists [2025-09-17T02:46:17.273Z] 5f70bf18a086: Layer already exists [2025-09-17T02:46:17.273Z] dbb92d518a89: Layer already exists [2025-09-17T02:46:17.273Z] 097100c76c15: Layer already exists [2025-09-17T02:46:17.273Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62: digest: sha256:0e197eae7b30a245c2e26b5b00ff7434c76c6b482a5efb108697a2dd867c5443 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:46:17.607Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:46:17.939Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-09-17T02:46:17.939Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-09-17T02:46:17.939Z] fd47da54d084: Preparing [2025-09-17T02:46:17.939Z] 3e4809ad3159: Preparing [2025-09-17T02:46:17.939Z] 7267d7baa965: Preparing [2025-09-17T02:46:17.939Z] eb6b48860d9e: Preparing [2025-09-17T02:46:17.939Z] 1f8bd8364d65: Preparing [2025-09-17T02:46:17.939Z] b20564da05d6: Preparing [2025-09-17T02:46:17.939Z] e566c086c230: Preparing [2025-09-17T02:46:17.939Z] 45e670cc2da4: Preparing [2025-09-17T02:46:17.939Z] 41577b524d56: Preparing [2025-09-17T02:46:17.939Z] 5caa8edf6116: Preparing [2025-09-17T02:46:17.939Z] 40b410c2f2e8: Preparing [2025-09-17T02:46:17.939Z] 5f70bf18a086: Preparing [2025-09-17T02:46:17.939Z] dc0217f18236: Preparing [2025-09-17T02:46:17.939Z] 81e14b2d6a21: Preparing [2025-09-17T02:46:17.939Z] dbb92d518a89: Preparing [2025-09-17T02:46:17.939Z] 097100c76c15: Preparing [2025-09-17T02:46:17.939Z] 5f70bf18a086: Waiting [2025-09-17T02:46:17.939Z] dc0217f18236: Waiting [2025-09-17T02:46:17.939Z] 40b410c2f2e8: Waiting [2025-09-17T02:46:17.939Z] e566c086c230: Waiting [2025-09-17T02:46:17.939Z] 81e14b2d6a21: Waiting [2025-09-17T02:46:17.939Z] dbb92d518a89: Waiting [2025-09-17T02:46:17.939Z] 45e670cc2da4: Waiting [2025-09-17T02:46:17.939Z] 097100c76c15: Waiting [2025-09-17T02:46:17.939Z] 41577b524d56: Waiting [2025-09-17T02:46:17.939Z] 5caa8edf6116: Waiting [2025-09-17T02:46:17.939Z] b20564da05d6: Waiting [2025-09-17T02:46:17.939Z] 7267d7baa965: Layer already exists [2025-09-17T02:46:17.939Z] fd47da54d084: Layer already exists [2025-09-17T02:46:17.939Z] 1f8bd8364d65: Layer already exists [2025-09-17T02:46:17.939Z] eb6b48860d9e: Layer already exists [2025-09-17T02:46:17.939Z] 3e4809ad3159: Layer already exists [2025-09-17T02:46:17.939Z] b20564da05d6: Layer already exists [2025-09-17T02:46:17.939Z] 41577b524d56: Layer already exists [2025-09-17T02:46:17.939Z] e566c086c230: Layer already exists [2025-09-17T02:46:17.939Z] 45e670cc2da4: Layer already exists [2025-09-17T02:46:17.939Z] 5caa8edf6116: Layer already exists [2025-09-17T02:46:17.939Z] 40b410c2f2e8: Layer already exists [2025-09-17T02:46:17.939Z] 5f70bf18a086: Layer already exists [2025-09-17T02:46:17.939Z] dc0217f18236: Layer already exists [2025-09-17T02:46:17.939Z] 81e14b2d6a21: Layer already exists [2025-09-17T02:46:17.939Z] dbb92d518a89: Layer already exists [2025-09-17T02:46:17.939Z] 097100c76c15: Layer already exists [2025-09-17T02:46:17.939Z] main: digest: sha256:0e197eae7b30a245c2e26b5b00ff7434c76c6b482a5efb108697a2dd867c5443 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-09-17T02:46:18.020Z] ===================================================== [Pipeline] echo [2025-09-17T02:46:18.039Z] taggedImages: [2025-09-17T02:46:18.039Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:46:18.039Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-09-17T02:46:18.039Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.62 [2025-09-17T02:46:18.039Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:46:18.039Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2025-09-17T02:46:18.073Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2025-09-17T02:46:18.073Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:46:18.073Z] latest [2025-09-17T02:46:18.073Z] 4.1.0-dev.62 [2025-09-17T02:46:18.073Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:46:18.073Z] main [2025-09-17T02:46:18.073Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:46:18.427Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:46:18.751Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:46:18.751Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-09-17T02:46:18.751Z] f5a8654ca611: Preparing [2025-09-17T02:46:18.751Z] 2824c0424b6e: Preparing [2025-09-17T02:46:18.751Z] a859d7a5ee9a: Preparing [2025-09-17T02:46:18.751Z] f802e312dbf9: Preparing [2025-09-17T02:46:18.751Z] 45e670cc2da4: Preparing [2025-09-17T02:46:18.751Z] 41577b524d56: Preparing [2025-09-17T02:46:18.751Z] f05229813285: Preparing [2025-09-17T02:46:18.751Z] e7adab9d882e: Preparing [2025-09-17T02:46:18.751Z] 097100c76c15: Preparing [2025-09-17T02:46:18.751Z] f05229813285: Waiting [2025-09-17T02:46:18.751Z] e7adab9d882e: Waiting [2025-09-17T02:46:18.751Z] 41577b524d56: Waiting [2025-09-17T02:46:18.751Z] 45e670cc2da4: Layer already exists [2025-09-17T02:46:18.751Z] 41577b524d56: Layer already exists [2025-09-17T02:46:18.751Z] f05229813285: Layer already exists [2025-09-17T02:46:18.751Z] e7adab9d882e: Layer already exists [2025-09-17T02:46:18.751Z] 097100c76c15: Layer already exists [2025-09-17T02:46:18.751Z] 2824c0424b6e: Pushed [2025-09-17T02:46:18.751Z] a859d7a5ee9a: Pushed [2025-09-17T02:46:18.751Z] f5a8654ca611: Pushed [2025-09-17T02:46:22.942Z] f802e312dbf9: Pushed [2025-09-17T02:46:22.943Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4: digest: sha256:27c5fab77c9239b0864216836b0e5bdb8ded2e1b1f0ab4c40c483b61b2d39666 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:46:23.268Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:46:23.586Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-09-17T02:46:23.586Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-09-17T02:46:23.586Z] f5a8654ca611: Preparing [2025-09-17T02:46:23.586Z] 2824c0424b6e: Preparing [2025-09-17T02:46:23.586Z] a859d7a5ee9a: Preparing [2025-09-17T02:46:23.586Z] f802e312dbf9: Preparing [2025-09-17T02:46:23.586Z] 45e670cc2da4: Preparing [2025-09-17T02:46:23.586Z] 41577b524d56: Preparing [2025-09-17T02:46:23.586Z] f05229813285: Preparing [2025-09-17T02:46:23.586Z] e7adab9d882e: Preparing [2025-09-17T02:46:23.586Z] 41577b524d56: Waiting [2025-09-17T02:46:23.586Z] f05229813285: Waiting [2025-09-17T02:46:23.586Z] 097100c76c15: Preparing [2025-09-17T02:46:23.586Z] e7adab9d882e: Waiting [2025-09-17T02:46:23.586Z] 097100c76c15: Waiting [2025-09-17T02:46:23.586Z] f802e312dbf9: Layer already exists [2025-09-17T02:46:23.586Z] 45e670cc2da4: Layer already exists [2025-09-17T02:46:23.586Z] f5a8654ca611: Layer already exists [2025-09-17T02:46:23.586Z] 2824c0424b6e: Layer already exists [2025-09-17T02:46:23.586Z] a859d7a5ee9a: Layer already exists [2025-09-17T02:46:23.586Z] f05229813285: Layer already exists [2025-09-17T02:46:23.586Z] 097100c76c15: Layer already exists [2025-09-17T02:46:23.586Z] 41577b524d56: Layer already exists [2025-09-17T02:46:23.586Z] e7adab9d882e: Layer already exists [2025-09-17T02:46:23.586Z] latest: digest: sha256:27c5fab77c9239b0864216836b0e5bdb8ded2e1b1f0ab4c40c483b61b2d39666 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:46:23.914Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:46:24.238Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.62 [2025-09-17T02:46:24.238Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-09-17T02:46:24.238Z] f5a8654ca611: Preparing [2025-09-17T02:46:24.238Z] 2824c0424b6e: Preparing [2025-09-17T02:46:24.238Z] a859d7a5ee9a: Preparing [2025-09-17T02:46:24.238Z] f802e312dbf9: Preparing [2025-09-17T02:46:24.238Z] 45e670cc2da4: Preparing [2025-09-17T02:46:24.238Z] 41577b524d56: Preparing [2025-09-17T02:46:24.238Z] f05229813285: Preparing [2025-09-17T02:46:24.238Z] 41577b524d56: Waiting [2025-09-17T02:46:24.238Z] e7adab9d882e: Preparing [2025-09-17T02:46:24.238Z] f05229813285: Waiting [2025-09-17T02:46:24.238Z] 097100c76c15: Preparing [2025-09-17T02:46:24.238Z] e7adab9d882e: Waiting [2025-09-17T02:46:24.238Z] 097100c76c15: Waiting [2025-09-17T02:46:24.238Z] a859d7a5ee9a: Layer already exists [2025-09-17T02:46:24.238Z] f802e312dbf9: Layer already exists [2025-09-17T02:46:24.238Z] f5a8654ca611: Layer already exists [2025-09-17T02:46:24.238Z] 2824c0424b6e: Layer already exists [2025-09-17T02:46:24.238Z] 45e670cc2da4: Layer already exists [2025-09-17T02:46:24.238Z] f05229813285: Layer already exists [2025-09-17T02:46:24.238Z] 097100c76c15: Layer already exists [2025-09-17T02:46:24.238Z] e7adab9d882e: Layer already exists [2025-09-17T02:46:24.238Z] 41577b524d56: Layer already exists [2025-09-17T02:46:24.238Z] 4.1.0-dev.62: digest: sha256:27c5fab77c9239b0864216836b0e5bdb8ded2e1b1f0ab4c40c483b61b2d39666 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:46:24.560Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:46:24.898Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:46:24.898Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-09-17T02:46:24.898Z] f5a8654ca611: Preparing [2025-09-17T02:46:24.898Z] 2824c0424b6e: Preparing [2025-09-17T02:46:24.898Z] a859d7a5ee9a: Preparing [2025-09-17T02:46:24.898Z] f802e312dbf9: Preparing [2025-09-17T02:46:24.898Z] 45e670cc2da4: Preparing [2025-09-17T02:46:24.898Z] 41577b524d56: Preparing [2025-09-17T02:46:24.898Z] f05229813285: Preparing [2025-09-17T02:46:24.898Z] e7adab9d882e: Preparing [2025-09-17T02:46:24.898Z] 097100c76c15: Preparing [2025-09-17T02:46:24.898Z] f05229813285: Waiting [2025-09-17T02:46:24.898Z] e7adab9d882e: Waiting [2025-09-17T02:46:24.898Z] 097100c76c15: Waiting [2025-09-17T02:46:24.898Z] 41577b524d56: Waiting [2025-09-17T02:46:24.898Z] f802e312dbf9: Layer already exists [2025-09-17T02:46:24.898Z] 45e670cc2da4: Layer already exists [2025-09-17T02:46:24.898Z] a859d7a5ee9a: Layer already exists [2025-09-17T02:46:24.898Z] f5a8654ca611: Layer already exists [2025-09-17T02:46:24.898Z] 2824c0424b6e: Layer already exists [2025-09-17T02:46:24.898Z] 097100c76c15: Layer already exists [2025-09-17T02:46:24.898Z] 41577b524d56: Layer already exists [2025-09-17T02:46:24.898Z] e7adab9d882e: Layer already exists [2025-09-17T02:46:24.898Z] f05229813285: Layer already exists [2025-09-17T02:46:24.898Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62: digest: sha256:27c5fab77c9239b0864216836b0e5bdb8ded2e1b1f0ab4c40c483b61b2d39666 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:46:25.226Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:46:25.546Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-09-17T02:46:25.546Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-09-17T02:46:25.546Z] f5a8654ca611: Preparing [2025-09-17T02:46:25.546Z] 2824c0424b6e: Preparing [2025-09-17T02:46:25.546Z] a859d7a5ee9a: Preparing [2025-09-17T02:46:25.546Z] f802e312dbf9: Preparing [2025-09-17T02:46:25.546Z] 45e670cc2da4: Preparing [2025-09-17T02:46:25.546Z] 41577b524d56: Preparing [2025-09-17T02:46:25.546Z] f05229813285: Preparing [2025-09-17T02:46:25.546Z] e7adab9d882e: Preparing [2025-09-17T02:46:25.546Z] 097100c76c15: Preparing [2025-09-17T02:46:25.546Z] f05229813285: Waiting [2025-09-17T02:46:25.546Z] 097100c76c15: Waiting [2025-09-17T02:46:25.546Z] e7adab9d882e: Waiting [2025-09-17T02:46:25.546Z] 41577b524d56: Waiting [2025-09-17T02:46:25.546Z] 2824c0424b6e: Layer already exists [2025-09-17T02:46:25.546Z] f5a8654ca611: Layer already exists [2025-09-17T02:46:25.546Z] 45e670cc2da4: Layer already exists [2025-09-17T02:46:25.546Z] f802e312dbf9: Layer already exists [2025-09-17T02:46:25.546Z] a859d7a5ee9a: Layer already exists [2025-09-17T02:46:25.546Z] 41577b524d56: Layer already exists [2025-09-17T02:46:25.546Z] f05229813285: Layer already exists [2025-09-17T02:46:25.546Z] e7adab9d882e: Layer already exists [2025-09-17T02:46:25.546Z] 097100c76c15: Layer already exists [2025-09-17T02:46:25.546Z] main: digest: sha256:27c5fab77c9239b0864216836b0e5bdb8ded2e1b1f0ab4c40c483b61b2d39666 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-09-17T02:46:25.624Z] ===================================================== [Pipeline] echo [2025-09-17T02:46:25.643Z] taggedImages: [2025-09-17T02:46:25.643Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:46:25.643Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-09-17T02:46:25.643Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.62 [2025-09-17T02:46:25.643Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:46:25.643Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2025-09-17T02:46:25.680Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2025-09-17T02:46:25.680Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:46:25.680Z] latest [2025-09-17T02:46:25.680Z] 4.1.0-dev.62 [2025-09-17T02:46:25.680Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:46:25.680Z] main [2025-09-17T02:46:25.680Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:46:26.039Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:46:26.368Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:46:26.368Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-09-17T02:46:26.368Z] 7e94cb65fc9a: Preparing [2025-09-17T02:46:26.368Z] f8777447a4f2: Preparing [2025-09-17T02:46:26.368Z] 872a9dff4881: Preparing [2025-09-17T02:46:26.368Z] e32e88c67235: Preparing [2025-09-17T02:46:26.368Z] eb17058b61e7: Preparing [2025-09-17T02:46:26.368Z] 45e670cc2da4: Preparing [2025-09-17T02:46:26.368Z] 41577b524d56: Preparing [2025-09-17T02:46:26.368Z] c5fc7d67a7bc: Preparing [2025-09-17T02:46:26.368Z] 62b1328e3913: Preparing [2025-09-17T02:46:26.368Z] 848a6cd7601b: Preparing [2025-09-17T02:46:26.368Z] 097100c76c15: Preparing [2025-09-17T02:46:26.368Z] 45e670cc2da4: Waiting [2025-09-17T02:46:26.368Z] 41577b524d56: Waiting [2025-09-17T02:46:26.368Z] 097100c76c15: Waiting [2025-09-17T02:46:26.368Z] 848a6cd7601b: Waiting [2025-09-17T02:46:26.368Z] c5fc7d67a7bc: Waiting [2025-09-17T02:46:26.368Z] 62b1328e3913: Waiting [2025-09-17T02:46:26.368Z] 7e94cb65fc9a: Pushed [2025-09-17T02:46:26.368Z] e32e88c67235: Pushed [2025-09-17T02:46:26.368Z] eb17058b61e7: Pushed [2025-09-17T02:46:26.368Z] f8777447a4f2: Pushed [2025-09-17T02:46:26.368Z] 45e670cc2da4: Layer already exists [2025-09-17T02:46:26.368Z] 41577b524d56: Layer already exists [2025-09-17T02:46:26.368Z] 097100c76c15: Layer already exists [2025-09-17T02:46:26.628Z] c5fc7d67a7bc: Pushed [2025-09-17T02:46:26.628Z] 62b1328e3913: Pushed [2025-09-17T02:46:28.006Z] 848a6cd7601b: Pushed [2025-09-17T02:46:29.390Z] 872a9dff4881: Pushed [2025-09-17T02:46:29.390Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4: digest: sha256:4a1b8c29b06758c668e82a86bdd83368e0c584ba2da99573c39c4f23d379f1b2 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:46:29.719Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:46:30.055Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-09-17T02:46:30.055Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-09-17T02:46:30.055Z] 7e94cb65fc9a: Preparing [2025-09-17T02:46:30.055Z] f8777447a4f2: Preparing [2025-09-17T02:46:30.055Z] 872a9dff4881: Preparing [2025-09-17T02:46:30.055Z] e32e88c67235: Preparing [2025-09-17T02:46:30.055Z] eb17058b61e7: Preparing [2025-09-17T02:46:30.055Z] 45e670cc2da4: Preparing [2025-09-17T02:46:30.055Z] 41577b524d56: Preparing [2025-09-17T02:46:30.055Z] c5fc7d67a7bc: Preparing [2025-09-17T02:46:30.055Z] 62b1328e3913: Preparing [2025-09-17T02:46:30.055Z] 848a6cd7601b: Preparing [2025-09-17T02:46:30.055Z] 097100c76c15: Preparing [2025-09-17T02:46:30.055Z] 45e670cc2da4: Waiting [2025-09-17T02:46:30.055Z] 41577b524d56: Waiting [2025-09-17T02:46:30.055Z] c5fc7d67a7bc: Waiting [2025-09-17T02:46:30.055Z] 62b1328e3913: Waiting [2025-09-17T02:46:30.055Z] 848a6cd7601b: Waiting [2025-09-17T02:46:30.055Z] 097100c76c15: Waiting [2025-09-17T02:46:30.055Z] 7e94cb65fc9a: Layer already exists [2025-09-17T02:46:30.055Z] 872a9dff4881: Layer already exists [2025-09-17T02:46:30.055Z] f8777447a4f2: Layer already exists [2025-09-17T02:46:30.055Z] eb17058b61e7: Layer already exists [2025-09-17T02:46:30.055Z] e32e88c67235: Layer already exists [2025-09-17T02:46:30.055Z] 41577b524d56: Layer already exists [2025-09-17T02:46:30.055Z] 62b1328e3913: Layer already exists [2025-09-17T02:46:30.055Z] 45e670cc2da4: Layer already exists [2025-09-17T02:46:30.055Z] c5fc7d67a7bc: Layer already exists [2025-09-17T02:46:30.055Z] 848a6cd7601b: Layer already exists [2025-09-17T02:46:30.055Z] 097100c76c15: Layer already exists [2025-09-17T02:46:30.055Z] latest: digest: sha256:4a1b8c29b06758c668e82a86bdd83368e0c584ba2da99573c39c4f23d379f1b2 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:46:30.384Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:46:30.719Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.62 [2025-09-17T02:46:30.719Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-09-17T02:46:30.719Z] 7e94cb65fc9a: Preparing [2025-09-17T02:46:30.719Z] f8777447a4f2: Preparing [2025-09-17T02:46:30.719Z] 872a9dff4881: Preparing [2025-09-17T02:46:30.719Z] e32e88c67235: Preparing [2025-09-17T02:46:30.719Z] eb17058b61e7: Preparing [2025-09-17T02:46:30.719Z] 45e670cc2da4: Preparing [2025-09-17T02:46:30.719Z] 41577b524d56: Preparing [2025-09-17T02:46:30.719Z] c5fc7d67a7bc: Preparing [2025-09-17T02:46:30.719Z] 62b1328e3913: Preparing [2025-09-17T02:46:30.719Z] 848a6cd7601b: Preparing [2025-09-17T02:46:30.719Z] 097100c76c15: Preparing [2025-09-17T02:46:30.719Z] 41577b524d56: Waiting [2025-09-17T02:46:30.719Z] 848a6cd7601b: Waiting [2025-09-17T02:46:30.719Z] 097100c76c15: Waiting [2025-09-17T02:46:30.719Z] c5fc7d67a7bc: Waiting [2025-09-17T02:46:30.719Z] 62b1328e3913: Waiting [2025-09-17T02:46:30.719Z] 45e670cc2da4: Waiting [2025-09-17T02:46:30.719Z] eb17058b61e7: Layer already exists [2025-09-17T02:46:30.719Z] e32e88c67235: Layer already exists [2025-09-17T02:46:30.719Z] 872a9dff4881: Layer already exists [2025-09-17T02:46:30.719Z] 7e94cb65fc9a: Layer already exists [2025-09-17T02:46:30.719Z] f8777447a4f2: Layer already exists [2025-09-17T02:46:30.719Z] 41577b524d56: Layer already exists [2025-09-17T02:46:30.719Z] c5fc7d67a7bc: Layer already exists [2025-09-17T02:46:30.719Z] 45e670cc2da4: Layer already exists [2025-09-17T02:46:30.719Z] 62b1328e3913: Layer already exists [2025-09-17T02:46:30.719Z] 848a6cd7601b: Layer already exists [2025-09-17T02:46:30.719Z] 097100c76c15: Layer already exists [2025-09-17T02:46:30.719Z] 4.1.0-dev.62: digest: sha256:4a1b8c29b06758c668e82a86bdd83368e0c584ba2da99573c39c4f23d379f1b2 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:46:31.048Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:46:31.375Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:46:31.375Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-09-17T02:46:31.375Z] 7e94cb65fc9a: Preparing [2025-09-17T02:46:31.375Z] f8777447a4f2: Preparing [2025-09-17T02:46:31.375Z] 872a9dff4881: Preparing [2025-09-17T02:46:31.375Z] e32e88c67235: Preparing [2025-09-17T02:46:31.375Z] eb17058b61e7: Preparing [2025-09-17T02:46:31.375Z] 45e670cc2da4: Preparing [2025-09-17T02:46:31.375Z] 41577b524d56: Preparing [2025-09-17T02:46:31.375Z] c5fc7d67a7bc: Preparing [2025-09-17T02:46:31.375Z] 62b1328e3913: Preparing [2025-09-17T02:46:31.375Z] 848a6cd7601b: Preparing [2025-09-17T02:46:31.375Z] 097100c76c15: Preparing [2025-09-17T02:46:31.375Z] 45e670cc2da4: Waiting [2025-09-17T02:46:31.375Z] 41577b524d56: Waiting [2025-09-17T02:46:31.375Z] c5fc7d67a7bc: Waiting [2025-09-17T02:46:31.375Z] 62b1328e3913: Waiting [2025-09-17T02:46:31.375Z] 848a6cd7601b: Waiting [2025-09-17T02:46:31.375Z] 097100c76c15: Waiting [2025-09-17T02:46:31.375Z] f8777447a4f2: Layer already exists [2025-09-17T02:46:31.375Z] e32e88c67235: Layer already exists [2025-09-17T02:46:31.375Z] eb17058b61e7: Layer already exists [2025-09-17T02:46:31.375Z] 7e94cb65fc9a: Layer already exists [2025-09-17T02:46:31.375Z] 872a9dff4881: Layer already exists [2025-09-17T02:46:31.375Z] 62b1328e3913: Layer already exists [2025-09-17T02:46:31.375Z] c5fc7d67a7bc: Layer already exists [2025-09-17T02:46:31.375Z] 45e670cc2da4: Layer already exists [2025-09-17T02:46:31.375Z] 41577b524d56: Layer already exists [2025-09-17T02:46:31.375Z] 848a6cd7601b: Layer already exists [2025-09-17T02:46:31.375Z] 097100c76c15: Layer already exists [2025-09-17T02:46:31.375Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62: digest: sha256:4a1b8c29b06758c668e82a86bdd83368e0c584ba2da99573c39c4f23d379f1b2 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:46:31.714Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:46:32.037Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-09-17T02:46:32.037Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-09-17T02:46:32.037Z] 7e94cb65fc9a: Preparing [2025-09-17T02:46:32.037Z] f8777447a4f2: Preparing [2025-09-17T02:46:32.037Z] 872a9dff4881: Preparing [2025-09-17T02:46:32.037Z] e32e88c67235: Preparing [2025-09-17T02:46:32.037Z] eb17058b61e7: Preparing [2025-09-17T02:46:32.037Z] 45e670cc2da4: Preparing [2025-09-17T02:46:32.037Z] 41577b524d56: Preparing [2025-09-17T02:46:32.037Z] c5fc7d67a7bc: Preparing [2025-09-17T02:46:32.037Z] 62b1328e3913: Preparing [2025-09-17T02:46:32.037Z] 848a6cd7601b: Preparing [2025-09-17T02:46:32.037Z] 097100c76c15: Preparing [2025-09-17T02:46:32.037Z] 848a6cd7601b: Waiting [2025-09-17T02:46:32.037Z] c5fc7d67a7bc: Waiting [2025-09-17T02:46:32.037Z] 62b1328e3913: Waiting [2025-09-17T02:46:32.037Z] 097100c76c15: Waiting [2025-09-17T02:46:32.037Z] 45e670cc2da4: Waiting [2025-09-17T02:46:32.037Z] 41577b524d56: Waiting [2025-09-17T02:46:32.037Z] 7e94cb65fc9a: Layer already exists [2025-09-17T02:46:32.037Z] e32e88c67235: Layer already exists [2025-09-17T02:46:32.037Z] 872a9dff4881: Layer already exists [2025-09-17T02:46:32.037Z] eb17058b61e7: Layer already exists [2025-09-17T02:46:32.037Z] f8777447a4f2: Layer already exists [2025-09-17T02:46:32.037Z] c5fc7d67a7bc: Layer already exists [2025-09-17T02:46:32.037Z] 45e670cc2da4: Layer already exists [2025-09-17T02:46:32.037Z] 41577b524d56: Layer already exists [2025-09-17T02:46:32.037Z] 62b1328e3913: Layer already exists [2025-09-17T02:46:32.037Z] 097100c76c15: Layer already exists [2025-09-17T02:46:32.037Z] 848a6cd7601b: Layer already exists [2025-09-17T02:46:32.037Z] main: digest: sha256:4a1b8c29b06758c668e82a86bdd83368e0c584ba2da99573c39c4f23d379f1b2 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-09-17T02:46:32.114Z] ===================================================== [Pipeline] echo [2025-09-17T02:46:32.129Z] taggedImages: [2025-09-17T02:46:32.129Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:46:32.129Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-09-17T02:46:32.129Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.62 [2025-09-17T02:46:32.129Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:46:32.129Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2025-09-17T02:46:32.160Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2025-09-17T02:46:32.160Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:46:32.160Z] latest [2025-09-17T02:46:32.160Z] 4.1.0-dev.62 [2025-09-17T02:46:32.160Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:46:32.160Z] main [2025-09-17T02:46:32.160Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:46:32.511Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:46:32.841Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:46:32.841Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-09-17T02:46:32.841Z] 2035d49b4aab: Preparing [2025-09-17T02:46:32.841Z] a9707ad6492b: Preparing [2025-09-17T02:46:32.841Z] 848c3f5c312a: Preparing [2025-09-17T02:46:32.841Z] 5703e46c9109: Preparing [2025-09-17T02:46:32.841Z] f40746c0bfb3: Preparing [2025-09-17T02:46:32.841Z] 1508d80e942d: Preparing [2025-09-17T02:46:32.841Z] a1d36148ea52: Preparing [2025-09-17T02:46:32.841Z] 45e670cc2da4: Preparing [2025-09-17T02:46:32.841Z] 41577b524d56: Preparing [2025-09-17T02:46:32.841Z] ebaf57b3086d: Preparing [2025-09-17T02:46:32.841Z] 7b3c27ae61e2: Preparing [2025-09-17T02:46:32.841Z] 097100c76c15: Preparing [2025-09-17T02:46:32.841Z] 1508d80e942d: Waiting [2025-09-17T02:46:32.841Z] 7b3c27ae61e2: Waiting [2025-09-17T02:46:32.841Z] a1d36148ea52: Waiting [2025-09-17T02:46:32.841Z] ebaf57b3086d: Waiting [2025-09-17T02:46:32.841Z] 41577b524d56: Waiting [2025-09-17T02:46:32.841Z] 097100c76c15: Waiting [2025-09-17T02:46:32.841Z] 45e670cc2da4: Waiting [2025-09-17T02:46:32.841Z] f40746c0bfb3: Pushed [2025-09-17T02:46:32.841Z] a9707ad6492b: Pushed [2025-09-17T02:46:32.841Z] 2035d49b4aab: Pushed [2025-09-17T02:46:32.841Z] 45e670cc2da4: Layer already exists [2025-09-17T02:46:32.841Z] 41577b524d56: Layer already exists [2025-09-17T02:46:32.841Z] 1508d80e942d: Pushed [2025-09-17T02:46:33.099Z] a1d36148ea52: Pushed [2025-09-17T02:46:33.099Z] 097100c76c15: Layer already exists [2025-09-17T02:46:33.099Z] ebaf57b3086d: Pushed [2025-09-17T02:46:34.474Z] 7b3c27ae61e2: Pushed [2025-09-17T02:46:35.849Z] 5703e46c9109: Pushed [2025-09-17T02:46:35.849Z] 848c3f5c312a: Pushed [2025-09-17T02:46:36.108Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4: digest: sha256:a0493d45089a75f3882b3fdafcbe77d2029f369d442039e19450891c1bfb4cce size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:46:36.441Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:46:36.770Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-09-17T02:46:36.770Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-09-17T02:46:36.770Z] 2035d49b4aab: Preparing [2025-09-17T02:46:36.770Z] a9707ad6492b: Preparing [2025-09-17T02:46:36.770Z] 848c3f5c312a: Preparing [2025-09-17T02:46:36.770Z] 5703e46c9109: Preparing [2025-09-17T02:46:36.770Z] f40746c0bfb3: Preparing [2025-09-17T02:46:36.770Z] 1508d80e942d: Preparing [2025-09-17T02:46:36.770Z] a1d36148ea52: Preparing [2025-09-17T02:46:36.770Z] 45e670cc2da4: Preparing [2025-09-17T02:46:36.770Z] 41577b524d56: Preparing [2025-09-17T02:46:36.770Z] ebaf57b3086d: Preparing [2025-09-17T02:46:36.770Z] 7b3c27ae61e2: Preparing [2025-09-17T02:46:36.770Z] 097100c76c15: Preparing [2025-09-17T02:46:36.770Z] 1508d80e942d: Waiting [2025-09-17T02:46:36.770Z] a1d36148ea52: Waiting [2025-09-17T02:46:36.770Z] 41577b524d56: Waiting [2025-09-17T02:46:36.770Z] 45e670cc2da4: Waiting [2025-09-17T02:46:36.770Z] ebaf57b3086d: Waiting [2025-09-17T02:46:36.770Z] 097100c76c15: Waiting [2025-09-17T02:46:36.770Z] 7b3c27ae61e2: Waiting [2025-09-17T02:46:36.770Z] 5703e46c9109: Layer already exists [2025-09-17T02:46:36.770Z] a9707ad6492b: Layer already exists [2025-09-17T02:46:36.770Z] 2035d49b4aab: Layer already exists [2025-09-17T02:46:36.770Z] f40746c0bfb3: Layer already exists [2025-09-17T02:46:36.770Z] 848c3f5c312a: Layer already exists [2025-09-17T02:46:36.770Z] a1d36148ea52: Layer already exists [2025-09-17T02:46:36.770Z] 1508d80e942d: Layer already exists [2025-09-17T02:46:36.770Z] 45e670cc2da4: Layer already exists [2025-09-17T02:46:36.770Z] 41577b524d56: Layer already exists [2025-09-17T02:46:36.770Z] ebaf57b3086d: Layer already exists [2025-09-17T02:46:36.770Z] 097100c76c15: Layer already exists [2025-09-17T02:46:36.770Z] 7b3c27ae61e2: Layer already exists [2025-09-17T02:46:36.770Z] latest: digest: sha256:a0493d45089a75f3882b3fdafcbe77d2029f369d442039e19450891c1bfb4cce size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:46:37.102Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:46:37.434Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.62 [2025-09-17T02:46:37.434Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-09-17T02:46:37.434Z] 2035d49b4aab: Preparing [2025-09-17T02:46:37.434Z] a9707ad6492b: Preparing [2025-09-17T02:46:37.434Z] 848c3f5c312a: Preparing [2025-09-17T02:46:37.434Z] 5703e46c9109: Preparing [2025-09-17T02:46:37.434Z] f40746c0bfb3: Preparing [2025-09-17T02:46:37.434Z] 1508d80e942d: Preparing [2025-09-17T02:46:37.434Z] a1d36148ea52: Preparing [2025-09-17T02:46:37.434Z] 45e670cc2da4: Preparing [2025-09-17T02:46:37.434Z] 41577b524d56: Preparing [2025-09-17T02:46:37.434Z] ebaf57b3086d: Preparing [2025-09-17T02:46:37.434Z] 7b3c27ae61e2: Preparing [2025-09-17T02:46:37.434Z] 097100c76c15: Preparing [2025-09-17T02:46:37.434Z] 1508d80e942d: Waiting [2025-09-17T02:46:37.434Z] a1d36148ea52: Waiting [2025-09-17T02:46:37.434Z] 45e670cc2da4: Waiting [2025-09-17T02:46:37.434Z] 41577b524d56: Waiting [2025-09-17T02:46:37.434Z] ebaf57b3086d: Waiting [2025-09-17T02:46:37.434Z] 7b3c27ae61e2: Waiting [2025-09-17T02:46:37.434Z] 097100c76c15: Waiting [2025-09-17T02:46:37.434Z] 2035d49b4aab: Layer already exists [2025-09-17T02:46:37.434Z] 5703e46c9109: Layer already exists [2025-09-17T02:46:37.434Z] a9707ad6492b: Layer already exists [2025-09-17T02:46:37.434Z] 848c3f5c312a: Layer already exists [2025-09-17T02:46:37.434Z] f40746c0bfb3: Layer already exists [2025-09-17T02:46:37.434Z] 1508d80e942d: Layer already exists [2025-09-17T02:46:37.434Z] a1d36148ea52: Layer already exists [2025-09-17T02:46:37.434Z] ebaf57b3086d: Layer already exists [2025-09-17T02:46:37.434Z] 41577b524d56: Layer already exists [2025-09-17T02:46:37.434Z] 45e670cc2da4: Layer already exists [2025-09-17T02:46:37.434Z] 7b3c27ae61e2: Layer already exists [2025-09-17T02:46:37.434Z] 097100c76c15: Layer already exists [2025-09-17T02:46:37.434Z] 4.1.0-dev.62: digest: sha256:a0493d45089a75f3882b3fdafcbe77d2029f369d442039e19450891c1bfb4cce size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:46:37.768Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:46:38.108Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:46:38.108Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-09-17T02:46:38.108Z] 2035d49b4aab: Preparing [2025-09-17T02:46:38.108Z] a9707ad6492b: Preparing [2025-09-17T02:46:38.108Z] 848c3f5c312a: Preparing [2025-09-17T02:46:38.108Z] 5703e46c9109: Preparing [2025-09-17T02:46:38.108Z] f40746c0bfb3: Preparing [2025-09-17T02:46:38.108Z] 1508d80e942d: Preparing [2025-09-17T02:46:38.108Z] a1d36148ea52: Preparing [2025-09-17T02:46:38.108Z] 45e670cc2da4: Preparing [2025-09-17T02:46:38.108Z] 41577b524d56: Preparing [2025-09-17T02:46:38.108Z] 1508d80e942d: Waiting [2025-09-17T02:46:38.108Z] a1d36148ea52: Waiting [2025-09-17T02:46:38.108Z] 45e670cc2da4: Waiting [2025-09-17T02:46:38.108Z] 41577b524d56: Waiting [2025-09-17T02:46:38.108Z] ebaf57b3086d: Preparing [2025-09-17T02:46:38.108Z] 7b3c27ae61e2: Preparing [2025-09-17T02:46:38.108Z] ebaf57b3086d: Waiting [2025-09-17T02:46:38.108Z] 097100c76c15: Preparing [2025-09-17T02:46:38.108Z] 7b3c27ae61e2: Waiting [2025-09-17T02:46:38.108Z] 097100c76c15: Waiting [2025-09-17T02:46:38.108Z] 5703e46c9109: Layer already exists [2025-09-17T02:46:38.108Z] 848c3f5c312a: Layer already exists [2025-09-17T02:46:38.108Z] 2035d49b4aab: Layer already exists [2025-09-17T02:46:38.108Z] f40746c0bfb3: Layer already exists [2025-09-17T02:46:38.108Z] a9707ad6492b: Layer already exists [2025-09-17T02:46:38.108Z] a1d36148ea52: Layer already exists [2025-09-17T02:46:38.108Z] 1508d80e942d: Layer already exists [2025-09-17T02:46:38.108Z] 41577b524d56: Layer already exists [2025-09-17T02:46:38.108Z] 45e670cc2da4: Layer already exists [2025-09-17T02:46:38.108Z] ebaf57b3086d: Layer already exists [2025-09-17T02:46:38.108Z] 097100c76c15: Layer already exists [2025-09-17T02:46:38.108Z] 7b3c27ae61e2: Layer already exists [2025-09-17T02:46:38.108Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62: digest: sha256:a0493d45089a75f3882b3fdafcbe77d2029f369d442039e19450891c1bfb4cce size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:46:38.443Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:46:38.773Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-09-17T02:46:38.773Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-09-17T02:46:38.773Z] 2035d49b4aab: Preparing [2025-09-17T02:46:38.773Z] a9707ad6492b: Preparing [2025-09-17T02:46:38.773Z] 848c3f5c312a: Preparing [2025-09-17T02:46:38.773Z] 5703e46c9109: Preparing [2025-09-17T02:46:38.773Z] f40746c0bfb3: Preparing [2025-09-17T02:46:38.773Z] 1508d80e942d: Preparing [2025-09-17T02:46:38.773Z] a1d36148ea52: Preparing [2025-09-17T02:46:38.773Z] 45e670cc2da4: Preparing [2025-09-17T02:46:38.773Z] 41577b524d56: Preparing [2025-09-17T02:46:38.773Z] ebaf57b3086d: Preparing [2025-09-17T02:46:38.773Z] 7b3c27ae61e2: Preparing [2025-09-17T02:46:38.773Z] 097100c76c15: Preparing [2025-09-17T02:46:38.773Z] 1508d80e942d: Waiting [2025-09-17T02:46:38.773Z] a1d36148ea52: Waiting [2025-09-17T02:46:38.773Z] 45e670cc2da4: Waiting [2025-09-17T02:46:38.773Z] 41577b524d56: Waiting [2025-09-17T02:46:38.773Z] ebaf57b3086d: Waiting [2025-09-17T02:46:38.773Z] 7b3c27ae61e2: Waiting [2025-09-17T02:46:38.773Z] 097100c76c15: Waiting [2025-09-17T02:46:38.773Z] 2035d49b4aab: Layer already exists [2025-09-17T02:46:38.773Z] a9707ad6492b: Layer already exists [2025-09-17T02:46:38.773Z] f40746c0bfb3: Layer already exists [2025-09-17T02:46:38.773Z] 5703e46c9109: Layer already exists [2025-09-17T02:46:38.773Z] 848c3f5c312a: Layer already exists [2025-09-17T02:46:38.773Z] a1d36148ea52: Layer already exists [2025-09-17T02:46:38.773Z] 1508d80e942d: Layer already exists [2025-09-17T02:46:38.773Z] 45e670cc2da4: Layer already exists [2025-09-17T02:46:38.773Z] 41577b524d56: Layer already exists [2025-09-17T02:46:38.773Z] ebaf57b3086d: Layer already exists [2025-09-17T02:46:38.773Z] 7b3c27ae61e2: Layer already exists [2025-09-17T02:46:38.773Z] 097100c76c15: Layer already exists [2025-09-17T02:46:38.773Z] main: digest: sha256:a0493d45089a75f3882b3fdafcbe77d2029f369d442039e19450891c1bfb4cce size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-09-17T02:46:38.854Z] ===================================================== [Pipeline] echo [2025-09-17T02:46:38.868Z] taggedImages: [2025-09-17T02:46:38.868Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:46:38.868Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-09-17T02:46:38.868Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.62 [2025-09-17T02:46:38.868Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:46:38.868Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2025-09-17T02:46:38.899Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2025-09-17T02:46:38.899Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:46:38.899Z] latest [2025-09-17T02:46:38.899Z] 4.1.0-dev.62 [2025-09-17T02:46:38.899Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:46:38.899Z] main [2025-09-17T02:46:38.899Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:46:39.244Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:46:39.575Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:46:39.575Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-09-17T02:46:39.575Z] d903b2df06a9: Preparing [2025-09-17T02:46:39.575Z] d0e639a6849f: Preparing [2025-09-17T02:46:39.575Z] 45e670cc2da4: Preparing [2025-09-17T02:46:39.575Z] 41577b524d56: Preparing [2025-09-17T02:46:39.575Z] 33ab9b19e7c5: Preparing [2025-09-17T02:46:39.575Z] 942f37d83752: Preparing [2025-09-17T02:46:39.575Z] 097100c76c15: Preparing [2025-09-17T02:46:39.575Z] 097100c76c15: Waiting [2025-09-17T02:46:39.575Z] 942f37d83752: Waiting [2025-09-17T02:46:39.575Z] 41577b524d56: Layer already exists [2025-09-17T02:46:39.575Z] 45e670cc2da4: Layer already exists [2025-09-17T02:46:39.575Z] 097100c76c15: Layer already exists [2025-09-17T02:46:39.575Z] d903b2df06a9: Pushed [2025-09-17T02:46:39.575Z] 33ab9b19e7c5: Pushed [2025-09-17T02:46:40.514Z] 942f37d83752: Pushed [2025-09-17T02:46:42.421Z] d0e639a6849f: Pushed [2025-09-17T02:46:42.682Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4: digest: sha256:cde6ad45376ceea418df564922c03c43eda6e465feb46d462c86e4558df50975 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:46:43.035Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:46:43.361Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-09-17T02:46:43.362Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-09-17T02:46:43.362Z] d903b2df06a9: Preparing [2025-09-17T02:46:43.362Z] d0e639a6849f: Preparing [2025-09-17T02:46:43.362Z] 45e670cc2da4: Preparing [2025-09-17T02:46:43.362Z] 41577b524d56: Preparing [2025-09-17T02:46:43.362Z] 33ab9b19e7c5: Preparing [2025-09-17T02:46:43.362Z] 942f37d83752: Preparing [2025-09-17T02:46:43.362Z] 097100c76c15: Preparing [2025-09-17T02:46:43.362Z] 097100c76c15: Waiting [2025-09-17T02:46:43.362Z] 942f37d83752: Waiting [2025-09-17T02:46:43.362Z] d903b2df06a9: Layer already exists [2025-09-17T02:46:43.362Z] 45e670cc2da4: Layer already exists [2025-09-17T02:46:43.362Z] 33ab9b19e7c5: Layer already exists [2025-09-17T02:46:43.362Z] d0e639a6849f: Layer already exists [2025-09-17T02:46:43.362Z] 41577b524d56: Layer already exists [2025-09-17T02:46:43.362Z] 942f37d83752: Layer already exists [2025-09-17T02:46:43.362Z] 097100c76c15: Layer already exists [2025-09-17T02:46:43.362Z] latest: digest: sha256:cde6ad45376ceea418df564922c03c43eda6e465feb46d462c86e4558df50975 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:46:43.702Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:46:44.038Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.62 [2025-09-17T02:46:44.038Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-09-17T02:46:44.038Z] d903b2df06a9: Preparing [2025-09-17T02:46:44.038Z] d0e639a6849f: Preparing [2025-09-17T02:46:44.038Z] 45e670cc2da4: Preparing [2025-09-17T02:46:44.038Z] 41577b524d56: Preparing [2025-09-17T02:46:44.038Z] 33ab9b19e7c5: Preparing [2025-09-17T02:46:44.038Z] 942f37d83752: Preparing [2025-09-17T02:46:44.038Z] 097100c76c15: Preparing [2025-09-17T02:46:44.038Z] 942f37d83752: Waiting [2025-09-17T02:46:44.038Z] 097100c76c15: Waiting [2025-09-17T02:46:44.038Z] 41577b524d56: Layer already exists [2025-09-17T02:46:44.038Z] d903b2df06a9: Layer already exists [2025-09-17T02:46:44.038Z] d0e639a6849f: Layer already exists [2025-09-17T02:46:44.038Z] 45e670cc2da4: Layer already exists [2025-09-17T02:46:44.038Z] 33ab9b19e7c5: Layer already exists [2025-09-17T02:46:44.038Z] 942f37d83752: Layer already exists [2025-09-17T02:46:44.038Z] 097100c76c15: Layer already exists [2025-09-17T02:46:44.038Z] 4.1.0-dev.62: digest: sha256:cde6ad45376ceea418df564922c03c43eda6e465feb46d462c86e4558df50975 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:46:44.378Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:46:44.707Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:46:44.707Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-09-17T02:46:44.707Z] d903b2df06a9: Preparing [2025-09-17T02:46:44.707Z] d0e639a6849f: Preparing [2025-09-17T02:46:44.707Z] 45e670cc2da4: Preparing [2025-09-17T02:46:44.707Z] 41577b524d56: Preparing [2025-09-17T02:46:44.707Z] 33ab9b19e7c5: Preparing [2025-09-17T02:46:44.707Z] 942f37d83752: Preparing [2025-09-17T02:46:44.707Z] 097100c76c15: Preparing [2025-09-17T02:46:44.707Z] 942f37d83752: Waiting [2025-09-17T02:46:44.707Z] 097100c76c15: Waiting [2025-09-17T02:46:44.707Z] 41577b524d56: Layer already exists [2025-09-17T02:46:44.707Z] d0e639a6849f: Layer already exists [2025-09-17T02:46:44.707Z] 45e670cc2da4: Layer already exists [2025-09-17T02:46:44.707Z] d903b2df06a9: Layer already exists [2025-09-17T02:46:44.707Z] 33ab9b19e7c5: Layer already exists [2025-09-17T02:46:44.707Z] 942f37d83752: Layer already exists [2025-09-17T02:46:44.707Z] 097100c76c15: Layer already exists [2025-09-17T02:46:44.707Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62: digest: sha256:cde6ad45376ceea418df564922c03c43eda6e465feb46d462c86e4558df50975 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:46:45.051Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:46:45.388Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-09-17T02:46:45.388Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-09-17T02:46:45.388Z] d903b2df06a9: Preparing [2025-09-17T02:46:45.388Z] d0e639a6849f: Preparing [2025-09-17T02:46:45.388Z] 45e670cc2da4: Preparing [2025-09-17T02:46:45.388Z] 41577b524d56: Preparing [2025-09-17T02:46:45.388Z] 33ab9b19e7c5: Preparing [2025-09-17T02:46:45.388Z] 942f37d83752: Preparing [2025-09-17T02:46:45.388Z] 097100c76c15: Preparing [2025-09-17T02:46:45.388Z] 942f37d83752: Waiting [2025-09-17T02:46:45.388Z] 097100c76c15: Waiting [2025-09-17T02:46:45.388Z] 45e670cc2da4: Layer already exists [2025-09-17T02:46:45.388Z] 33ab9b19e7c5: Layer already exists [2025-09-17T02:46:45.388Z] d903b2df06a9: Layer already exists [2025-09-17T02:46:45.388Z] 41577b524d56: Layer already exists [2025-09-17T02:46:45.388Z] d0e639a6849f: Layer already exists [2025-09-17T02:46:45.388Z] 097100c76c15: Layer already exists [2025-09-17T02:46:45.388Z] 942f37d83752: Layer already exists [2025-09-17T02:46:45.388Z] main: digest: sha256:cde6ad45376ceea418df564922c03c43eda6e465feb46d462c86e4558df50975 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-09-17T02:46:45.465Z] ===================================================== [Pipeline] echo [2025-09-17T02:46:45.484Z] taggedImages: [2025-09-17T02:46:45.484Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:46:45.484Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-09-17T02:46:45.484Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.62 [2025-09-17T02:46:45.484Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:46:45.484Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2025-09-17T02:46:45.519Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2025-09-17T02:46:45.519Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:46:45.519Z] latest [2025-09-17T02:46:45.519Z] 4.1.0-dev.62 [2025-09-17T02:46:45.519Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:46:45.519Z] main [2025-09-17T02:46:45.519Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:46:45.890Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:46:46.217Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:46:46.217Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-09-17T02:46:46.217Z] 6a3e294d9341: Preparing [2025-09-17T02:46:46.217Z] 6c77073a6a53: Preparing [2025-09-17T02:46:46.217Z] fd76c59d1ff8: Preparing [2025-09-17T02:46:46.217Z] 45e670cc2da4: Preparing [2025-09-17T02:46:46.217Z] 41577b524d56: Preparing [2025-09-17T02:46:46.217Z] 59dbafaacbbe: Preparing [2025-09-17T02:46:46.217Z] 20231f40ef89: Preparing [2025-09-17T02:46:46.217Z] 1bd66b5be710: Preparing [2025-09-17T02:46:46.217Z] 6aaeaddd9c78: Preparing [2025-09-17T02:46:46.217Z] 097100c76c15: Preparing [2025-09-17T02:46:46.217Z] 6aaeaddd9c78: Waiting [2025-09-17T02:46:46.217Z] 097100c76c15: Waiting [2025-09-17T02:46:46.217Z] 20231f40ef89: Waiting [2025-09-17T02:46:46.217Z] 1bd66b5be710: Waiting [2025-09-17T02:46:46.217Z] 59dbafaacbbe: Waiting [2025-09-17T02:46:46.217Z] 41577b524d56: Layer already exists [2025-09-17T02:46:46.217Z] 45e670cc2da4: Layer already exists [2025-09-17T02:46:46.217Z] fd76c59d1ff8: Pushed [2025-09-17T02:46:46.217Z] 6c77073a6a53: Pushed [2025-09-17T02:46:46.217Z] 6a3e294d9341: Pushed [2025-09-17T02:46:46.217Z] 097100c76c15: Layer already exists [2025-09-17T02:46:46.477Z] 1bd66b5be710: Pushed [2025-09-17T02:46:46.736Z] 6aaeaddd9c78: Pushed [2025-09-17T02:46:50.927Z] 20231f40ef89: Pushed [2025-09-17T02:46:59.051Z] 59dbafaacbbe: Pushed [2025-09-17T02:46:59.051Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4: digest: sha256:3a773e9d0ccf1a75265d71daded076bf9a636776fc32a340464843fa6d32c4a6 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:46:59.388Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:46:59.712Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-09-17T02:46:59.713Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-09-17T02:46:59.713Z] 6a3e294d9341: Preparing [2025-09-17T02:46:59.713Z] 6c77073a6a53: Preparing [2025-09-17T02:46:59.713Z] fd76c59d1ff8: Preparing [2025-09-17T02:46:59.713Z] 45e670cc2da4: Preparing [2025-09-17T02:46:59.713Z] 41577b524d56: Preparing [2025-09-17T02:46:59.713Z] 59dbafaacbbe: Preparing [2025-09-17T02:46:59.713Z] 20231f40ef89: Preparing [2025-09-17T02:46:59.713Z] 1bd66b5be710: Preparing [2025-09-17T02:46:59.713Z] 6aaeaddd9c78: Preparing [2025-09-17T02:46:59.713Z] 097100c76c15: Preparing [2025-09-17T02:46:59.713Z] 1bd66b5be710: Waiting [2025-09-17T02:46:59.713Z] 20231f40ef89: Waiting [2025-09-17T02:46:59.713Z] 6aaeaddd9c78: Waiting [2025-09-17T02:46:59.713Z] 097100c76c15: Waiting [2025-09-17T02:46:59.713Z] 59dbafaacbbe: Waiting [2025-09-17T02:46:59.713Z] fd76c59d1ff8: Layer already exists [2025-09-17T02:46:59.713Z] 41577b524d56: Layer already exists [2025-09-17T02:46:59.713Z] 6a3e294d9341: Layer already exists [2025-09-17T02:46:59.713Z] 6c77073a6a53: Layer already exists [2025-09-17T02:46:59.713Z] 45e670cc2da4: Layer already exists [2025-09-17T02:46:59.713Z] 20231f40ef89: Layer already exists [2025-09-17T02:46:59.713Z] 59dbafaacbbe: Layer already exists [2025-09-17T02:46:59.713Z] 6aaeaddd9c78: Layer already exists [2025-09-17T02:46:59.713Z] 1bd66b5be710: Layer already exists [2025-09-17T02:46:59.713Z] 097100c76c15: Layer already exists [2025-09-17T02:46:59.713Z] latest: digest: sha256:3a773e9d0ccf1a75265d71daded076bf9a636776fc32a340464843fa6d32c4a6 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:47:00.047Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:47:00.381Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.62 [2025-09-17T02:47:00.381Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-09-17T02:47:00.381Z] 6a3e294d9341: Preparing [2025-09-17T02:47:00.381Z] 6c77073a6a53: Preparing [2025-09-17T02:47:00.381Z] fd76c59d1ff8: Preparing [2025-09-17T02:47:00.381Z] 45e670cc2da4: Preparing [2025-09-17T02:47:00.381Z] 41577b524d56: Preparing [2025-09-17T02:47:00.381Z] 59dbafaacbbe: Preparing [2025-09-17T02:47:00.381Z] 20231f40ef89: Preparing [2025-09-17T02:47:00.381Z] 1bd66b5be710: Preparing [2025-09-17T02:47:00.381Z] 6aaeaddd9c78: Preparing [2025-09-17T02:47:00.381Z] 097100c76c15: Preparing [2025-09-17T02:47:00.381Z] 097100c76c15: Waiting [2025-09-17T02:47:00.381Z] 6aaeaddd9c78: Waiting [2025-09-17T02:47:00.381Z] 1bd66b5be710: Waiting [2025-09-17T02:47:00.381Z] 59dbafaacbbe: Waiting [2025-09-17T02:47:00.381Z] 20231f40ef89: Waiting [2025-09-17T02:47:00.381Z] 6c77073a6a53: Layer already exists [2025-09-17T02:47:00.381Z] 41577b524d56: Layer already exists [2025-09-17T02:47:00.381Z] 45e670cc2da4: Layer already exists [2025-09-17T02:47:00.381Z] fd76c59d1ff8: Layer already exists [2025-09-17T02:47:00.381Z] 6a3e294d9341: Layer already exists [2025-09-17T02:47:00.381Z] 59dbafaacbbe: Layer already exists [2025-09-17T02:47:00.381Z] 1bd66b5be710: Layer already exists [2025-09-17T02:47:00.381Z] 20231f40ef89: Layer already exists [2025-09-17T02:47:00.381Z] 097100c76c15: Layer already exists [2025-09-17T02:47:00.381Z] 6aaeaddd9c78: Layer already exists [2025-09-17T02:47:00.381Z] 4.1.0-dev.62: digest: sha256:3a773e9d0ccf1a75265d71daded076bf9a636776fc32a340464843fa6d32c4a6 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:47:00.710Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:47:01.036Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:47:01.037Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-09-17T02:47:01.037Z] 6a3e294d9341: Preparing [2025-09-17T02:47:01.037Z] 6c77073a6a53: Preparing [2025-09-17T02:47:01.037Z] fd76c59d1ff8: Preparing [2025-09-17T02:47:01.037Z] 45e670cc2da4: Preparing [2025-09-17T02:47:01.037Z] 41577b524d56: Preparing [2025-09-17T02:47:01.037Z] 59dbafaacbbe: Preparing [2025-09-17T02:47:01.037Z] 20231f40ef89: Preparing [2025-09-17T02:47:01.037Z] 1bd66b5be710: Preparing [2025-09-17T02:47:01.037Z] 6aaeaddd9c78: Preparing [2025-09-17T02:47:01.037Z] 097100c76c15: Preparing [2025-09-17T02:47:01.037Z] 1bd66b5be710: Waiting [2025-09-17T02:47:01.037Z] 59dbafaacbbe: Waiting [2025-09-17T02:47:01.037Z] 20231f40ef89: Waiting [2025-09-17T02:47:01.037Z] 6aaeaddd9c78: Waiting [2025-09-17T02:47:01.037Z] 097100c76c15: Waiting [2025-09-17T02:47:01.037Z] 45e670cc2da4: Layer already exists [2025-09-17T02:47:01.037Z] 6c77073a6a53: Layer already exists [2025-09-17T02:47:01.037Z] 41577b524d56: Layer already exists [2025-09-17T02:47:01.037Z] 6a3e294d9341: Layer already exists [2025-09-17T02:47:01.037Z] fd76c59d1ff8: Layer already exists [2025-09-17T02:47:01.037Z] 59dbafaacbbe: Layer already exists [2025-09-17T02:47:01.037Z] 6aaeaddd9c78: Layer already exists [2025-09-17T02:47:01.037Z] 20231f40ef89: Layer already exists [2025-09-17T02:47:01.037Z] 1bd66b5be710: Layer already exists [2025-09-17T02:47:01.037Z] 097100c76c15: Layer already exists [2025-09-17T02:47:01.037Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62: digest: sha256:3a773e9d0ccf1a75265d71daded076bf9a636776fc32a340464843fa6d32c4a6 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:47:01.361Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:47:01.679Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-09-17T02:47:01.679Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-09-17T02:47:01.679Z] 6a3e294d9341: Preparing [2025-09-17T02:47:01.679Z] 6c77073a6a53: Preparing [2025-09-17T02:47:01.679Z] fd76c59d1ff8: Preparing [2025-09-17T02:47:01.679Z] 45e670cc2da4: Preparing [2025-09-17T02:47:01.679Z] 41577b524d56: Preparing [2025-09-17T02:47:01.679Z] 59dbafaacbbe: Preparing [2025-09-17T02:47:01.679Z] 20231f40ef89: Preparing [2025-09-17T02:47:01.679Z] 1bd66b5be710: Preparing [2025-09-17T02:47:01.679Z] 6aaeaddd9c78: Preparing [2025-09-17T02:47:01.679Z] 097100c76c15: Preparing [2025-09-17T02:47:01.679Z] 6aaeaddd9c78: Waiting [2025-09-17T02:47:01.679Z] 1bd66b5be710: Waiting [2025-09-17T02:47:01.679Z] 097100c76c15: Waiting [2025-09-17T02:47:01.679Z] 59dbafaacbbe: Waiting [2025-09-17T02:47:01.679Z] 20231f40ef89: Waiting [2025-09-17T02:47:01.679Z] 45e670cc2da4: Layer already exists [2025-09-17T02:47:01.679Z] fd76c59d1ff8: Layer already exists [2025-09-17T02:47:01.679Z] 6c77073a6a53: Layer already exists [2025-09-17T02:47:01.679Z] 41577b524d56: Layer already exists [2025-09-17T02:47:01.679Z] 6a3e294d9341: Layer already exists [2025-09-17T02:47:01.679Z] 6aaeaddd9c78: Layer already exists [2025-09-17T02:47:01.679Z] 59dbafaacbbe: Layer already exists [2025-09-17T02:47:01.679Z] 097100c76c15: Layer already exists [2025-09-17T02:47:01.679Z] 1bd66b5be710: Layer already exists [2025-09-17T02:47:01.679Z] 20231f40ef89: Layer already exists [2025-09-17T02:47:01.679Z] main: digest: sha256:3a773e9d0ccf1a75265d71daded076bf9a636776fc32a340464843fa6d32c4a6 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-09-17T02:47:01.760Z] ===================================================== [Pipeline] echo [2025-09-17T02:47:01.776Z] taggedImages: [2025-09-17T02:47:01.776Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:47:01.776Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-09-17T02:47:01.776Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.62 [2025-09-17T02:47:01.776Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:47:01.776Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2025-09-17T02:47:01.803Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2025-09-17T02:47:01.803Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:47:01.803Z] latest [2025-09-17T02:47:01.803Z] 4.1.0-dev.62 [2025-09-17T02:47:01.803Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:47:01.803Z] main [2025-09-17T02:47:01.803Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:47:02.144Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:47:02.475Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:47:02.475Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-09-17T02:47:02.475Z] 43549a9ec848: Preparing [2025-09-17T02:47:02.475Z] 9586de559de3: Preparing [2025-09-17T02:47:02.475Z] db8f8d11d2d6: Preparing [2025-09-17T02:47:02.475Z] 45e670cc2da4: Preparing [2025-09-17T02:47:02.475Z] 41577b524d56: Preparing [2025-09-17T02:47:02.475Z] d27b6d467a41: Preparing [2025-09-17T02:47:02.475Z] 4937e04fba87: Preparing [2025-09-17T02:47:02.475Z] 5d7d6b9058a7: Preparing [2025-09-17T02:47:02.475Z] 097100c76c15: Preparing [2025-09-17T02:47:02.475Z] 4937e04fba87: Waiting [2025-09-17T02:47:02.475Z] 097100c76c15: Waiting [2025-09-17T02:47:02.475Z] d27b6d467a41: Waiting [2025-09-17T02:47:02.475Z] 5d7d6b9058a7: Waiting [2025-09-17T02:47:02.475Z] 45e670cc2da4: Layer already exists [2025-09-17T02:47:02.475Z] 41577b524d56: Layer already exists [2025-09-17T02:47:02.475Z] db8f8d11d2d6: Pushed [2025-09-17T02:47:02.475Z] 9586de559de3: Pushed [2025-09-17T02:47:02.475Z] 43549a9ec848: Pushed [2025-09-17T02:47:02.475Z] 097100c76c15: Layer already exists [2025-09-17T02:47:02.475Z] 4937e04fba87: Pushed [2025-09-17T02:47:02.778Z] 5d7d6b9058a7: Pushed [2025-09-17T02:47:11.491Z] #84 ... [2025-09-17T02:47:11.491Z] [2025-09-17T02:47:11.491Z] #92 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-17T02:47:11.491Z] #92 DONE 91.9s [2025-09-17T02:47:11.491Z] [2025-09-17T02:47:11.491Z] #93 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-17T02:47:11.491Z] #93 DONE 101.8s [2025-09-17T02:47:11.491Z] [2025-09-17T02:47:11.491Z] #119 [core-data builder 6/7] COPY . . [2025-09-17T02:47:11.491Z] #119 ... [2025-09-17T02:47:11.491Z] [2025-09-17T02:47:11.491Z] #84 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-17T02:47:11.491Z] #84 DONE 100.0s [2025-09-17T02:47:11.491Z] [2025-09-17T02:47:11.491Z] #95 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-17T02:47:11.491Z] #95 DONE 101.9s [2025-09-17T02:47:11.491Z] [2025-09-17T02:47:11.491Z] #94 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-17T02:47:11.491Z] #94 DONE 101.6s [2025-09-17T02:47:11.491Z] [2025-09-17T02:47:11.491Z] #91 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-17T02:47:11.491Z] #91 DONE 94.4s [2025-09-17T02:47:11.491Z] [2025-09-17T02:47:11.491Z] #120 [core-keeper builder 7/8] COPY . . [2025-09-17T02:47:11.491Z] #120 DONE 1.9s [2025-09-17T02:47:11.491Z] [2025-09-17T02:47:11.491Z] #121 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-17T02:47:11.491Z] #121 CACHED [2025-09-17T02:47:11.491Z] [2025-09-17T02:47:11.491Z] #122 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2025-09-17T02:47:11.491Z] #122 CACHED [2025-09-17T02:47:11.491Z] [2025-09-17T02:47:11.491Z] #123 [core-metadata builder 6/7] COPY . . [2025-09-17T02:47:11.491Z] #123 CACHED [2025-09-17T02:47:11.491Z] [2025-09-17T02:47:11.491Z] #124 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-17T02:47:11.491Z] #124 CACHED [2025-09-17T02:47:11.491Z] [2025-09-17T02:47:11.491Z] #125 [core-command builder 4/7] COPY go.mod vendor* ./ [2025-09-17T02:47:11.491Z] #125 CACHED [2025-09-17T02:47:11.491Z] [2025-09-17T02:47:11.491Z] #126 [core-command builder 6/7] COPY . . [2025-09-17T02:47:11.491Z] #126 CACHED [2025-09-17T02:47:11.491Z] [2025-09-17T02:47:11.491Z] #127 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-17T02:47:11.491Z] #127 CACHED [2025-09-17T02:47:11.491Z] [2025-09-17T02:47:11.491Z] #128 [security-proxy-auth builder 6/7] COPY . . [2025-09-17T02:47:11.491Z] #128 CACHED [2025-09-17T02:47:11.491Z] [2025-09-17T02:47:11.491Z] #129 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2025-09-17T02:47:11.491Z] #129 CACHED [2025-09-17T02:47:11.491Z] [2025-09-17T02:47:11.491Z] #130 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-09-17T02:47:11.491Z] #130 CACHED [2025-09-17T02:47:11.491Z] [2025-09-17T02:47:11.491Z] #131 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-17T02:47:11.491Z] #131 CACHED [2025-09-17T02:47:11.491Z] [2025-09-17T02:47:11.491Z] #132 [core-common-config-bootstrapper builder 6/7] COPY . . [2025-09-17T02:47:11.491Z] #132 CACHED [2025-09-17T02:47:11.491Z] [2025-09-17T02:47:11.491Z] #133 [support-notifications builder 6/7] COPY . . [2025-09-17T02:47:11.491Z] #133 DONE 1.9s [2025-09-17T02:47:11.491Z] [2025-09-17T02:47:11.491Z] #134 [security-spiffe-token-provider builder 6/7] COPY . . [2025-09-17T02:47:11.491Z] #134 DONE 2.0s [2025-09-17T02:47:11.491Z] [2025-09-17T02:47:11.491Z] #119 [core-data builder 6/7] COPY . . [2025-09-17T02:47:11.491Z] #119 DONE 2.0s [2025-09-17T02:47:11.491Z] [2025-09-17T02:47:11.491Z] #135 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-09-17T02:47:11.491Z] #135 ... [2025-09-17T02:47:11.491Z] [2025-09-17T02:47:11.491Z] #136 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2025-09-17T02:47:11.491Z] #136 CACHED [2025-09-17T02:47:11.491Z] [2025-09-17T02:47:11.491Z] #137 [security-secretstore-setup builder 6/7] COPY . . [2025-09-17T02:47:11.491Z] #137 CACHED [2025-09-17T02:47:11.491Z] [2025-09-17T02:47:11.491Z] #138 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-17T02:47:11.491Z] #138 CACHED [2025-09-17T02:47:11.491Z] [2025-09-17T02:47:11.491Z] #139 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-17T02:47:11.491Z] #139 CACHED [2025-09-17T02:47:11.491Z] [2025-09-17T02:47:11.491Z] #140 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2025-09-17T02:47:11.491Z] #140 CACHED [2025-09-17T02:47:11.491Z] [2025-09-17T02:47:11.491Z] #141 [security-proxy-setup builder 6/7] COPY . . [2025-09-17T02:47:11.491Z] #141 CACHED [2025-09-17T02:47:11.491Z] [2025-09-17T02:47:11.491Z] #142 [support-scheduler builder 6/7] COPY . . [2025-09-17T02:47:11.491Z] #142 DONE 2.0s [2025-09-17T02:47:11.491Z] [2025-09-17T02:47:11.491Z] #143 [security-bootstrapper builder 6/7] COPY . . [2025-09-17T02:47:11.491Z] #143 DONE 2.0s [2025-09-17T02:47:11.491Z] [2025-09-17T02:47:11.491Z] #144 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-09-17T02:47:12.073Z] #144 5.291 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-09-17T02:47:12.073Z] #144 ... [2025-09-17T02:47:12.073Z] [2025-09-17T02:47:12.073Z] #135 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-09-17T02:47:12.073Z] #135 5.380 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-09-17T02:47:15.148Z] d27b6d467a41: Pushed [2025-09-17T02:47:15.148Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4: digest: sha256:f94819ed3cfd4310d7fd75e80d08016e5f5ed54e596c3df282f5d2ecd8101f52 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:47:15.477Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:47:15.812Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-09-17T02:47:15.812Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-09-17T02:47:15.812Z] 43549a9ec848: Preparing [2025-09-17T02:47:15.812Z] 9586de559de3: Preparing [2025-09-17T02:47:15.812Z] db8f8d11d2d6: Preparing [2025-09-17T02:47:15.812Z] 45e670cc2da4: Preparing [2025-09-17T02:47:15.812Z] 41577b524d56: Preparing [2025-09-17T02:47:15.812Z] d27b6d467a41: Preparing [2025-09-17T02:47:15.812Z] 4937e04fba87: Preparing [2025-09-17T02:47:15.812Z] 5d7d6b9058a7: Preparing [2025-09-17T02:47:15.812Z] 097100c76c15: Preparing [2025-09-17T02:47:15.812Z] d27b6d467a41: Waiting [2025-09-17T02:47:15.812Z] 4937e04fba87: Waiting [2025-09-17T02:47:15.812Z] 5d7d6b9058a7: Waiting [2025-09-17T02:47:15.812Z] 097100c76c15: Waiting [2025-09-17T02:47:15.812Z] db8f8d11d2d6: Layer already exists [2025-09-17T02:47:15.812Z] 41577b524d56: Layer already exists [2025-09-17T02:47:15.812Z] 43549a9ec848: Layer already exists [2025-09-17T02:47:15.812Z] 45e670cc2da4: Layer already exists [2025-09-17T02:47:15.812Z] 9586de559de3: Layer already exists [2025-09-17T02:47:15.812Z] d27b6d467a41: Layer already exists [2025-09-17T02:47:15.812Z] 4937e04fba87: Layer already exists [2025-09-17T02:47:15.812Z] 097100c76c15: Layer already exists [2025-09-17T02:47:15.812Z] 5d7d6b9058a7: Layer already exists [2025-09-17T02:47:15.812Z] latest: digest: sha256:f94819ed3cfd4310d7fd75e80d08016e5f5ed54e596c3df282f5d2ecd8101f52 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:47:16.140Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:47:16.458Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.62 [2025-09-17T02:47:16.458Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-09-17T02:47:16.458Z] 43549a9ec848: Preparing [2025-09-17T02:47:16.458Z] 9586de559de3: Preparing [2025-09-17T02:47:16.458Z] db8f8d11d2d6: Preparing [2025-09-17T02:47:16.458Z] 45e670cc2da4: Preparing [2025-09-17T02:47:16.458Z] 41577b524d56: Preparing [2025-09-17T02:47:16.458Z] d27b6d467a41: Preparing [2025-09-17T02:47:16.458Z] 4937e04fba87: Preparing [2025-09-17T02:47:16.458Z] 5d7d6b9058a7: Preparing [2025-09-17T02:47:16.458Z] 097100c76c15: Preparing [2025-09-17T02:47:16.458Z] d27b6d467a41: Waiting [2025-09-17T02:47:16.458Z] 4937e04fba87: Waiting [2025-09-17T02:47:16.458Z] 5d7d6b9058a7: Waiting [2025-09-17T02:47:16.458Z] 097100c76c15: Waiting [2025-09-17T02:47:16.458Z] 43549a9ec848: Layer already exists [2025-09-17T02:47:16.458Z] 9586de559de3: Layer already exists [2025-09-17T02:47:16.458Z] db8f8d11d2d6: Layer already exists [2025-09-17T02:47:16.458Z] 41577b524d56: Layer already exists [2025-09-17T02:47:16.458Z] 45e670cc2da4: Layer already exists [2025-09-17T02:47:16.458Z] 4937e04fba87: Layer already exists [2025-09-17T02:47:16.458Z] d27b6d467a41: Layer already exists [2025-09-17T02:47:16.458Z] 5d7d6b9058a7: Layer already exists [2025-09-17T02:47:16.458Z] 097100c76c15: Layer already exists [2025-09-17T02:47:16.458Z] 4.1.0-dev.62: digest: sha256:f94819ed3cfd4310d7fd75e80d08016e5f5ed54e596c3df282f5d2ecd8101f52 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:47:16.784Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:47:17.114Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:47:17.115Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-09-17T02:47:17.115Z] 43549a9ec848: Preparing [2025-09-17T02:47:17.115Z] 9586de559de3: Preparing [2025-09-17T02:47:17.115Z] db8f8d11d2d6: Preparing [2025-09-17T02:47:17.115Z] 45e670cc2da4: Preparing [2025-09-17T02:47:17.115Z] 41577b524d56: Preparing [2025-09-17T02:47:17.115Z] d27b6d467a41: Preparing [2025-09-17T02:47:17.115Z] 4937e04fba87: Preparing [2025-09-17T02:47:17.115Z] 5d7d6b9058a7: Preparing [2025-09-17T02:47:17.115Z] 097100c76c15: Preparing [2025-09-17T02:47:17.115Z] 097100c76c15: Waiting [2025-09-17T02:47:17.115Z] d27b6d467a41: Waiting [2025-09-17T02:47:17.115Z] 4937e04fba87: Waiting [2025-09-17T02:47:17.115Z] 5d7d6b9058a7: Waiting [2025-09-17T02:47:17.115Z] 9586de559de3: Layer already exists [2025-09-17T02:47:17.115Z] db8f8d11d2d6: Layer already exists [2025-09-17T02:47:17.115Z] 41577b524d56: Layer already exists [2025-09-17T02:47:17.115Z] 43549a9ec848: Layer already exists [2025-09-17T02:47:17.115Z] 45e670cc2da4: Layer already exists [2025-09-17T02:47:17.115Z] 4937e04fba87: Layer already exists [2025-09-17T02:47:17.115Z] 5d7d6b9058a7: Layer already exists [2025-09-17T02:47:17.115Z] 097100c76c15: Layer already exists [2025-09-17T02:47:17.115Z] d27b6d467a41: Layer already exists [2025-09-17T02:47:17.115Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62: digest: sha256:f94819ed3cfd4310d7fd75e80d08016e5f5ed54e596c3df282f5d2ecd8101f52 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:47:17.401Z] #135 ... [2025-09-17T02:47:17.401Z] [2025-09-17T02:47:17.401Z] #145 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-09-17T02:47:17.401Z] #0 5.868 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-09-17T02:47:17.401Z] #145 ... [2025-09-17T02:47:17.401Z] [2025-09-17T02:47:17.401Z] #146 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-09-17T02:47:17.401Z] #0 4.472 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2025-09-17T02:47:17.401Z] #146 ... [2025-09-17T02:47:17.401Z] [2025-09-17T02:47:17.401Z] #147 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-09-17T02:47:17.401Z] #0 5.287 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-09-17T02:47:17.401Z] #147 ... [2025-09-17T02:47:17.401Z] [2025-09-17T02:47:17.401Z] #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-09-17T02:47:17.402Z] #0 5.075 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-09-17T02:47:17.402Z] #148 ... [2025-09-17T02:47:17.402Z] [2025-09-17T02:47:17.402Z] #149 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-09-17T02:47:17.402Z] #0 5.654 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-09-17T02:47:17.402Z] #149 ... [2025-09-17T02:47:17.402Z] [2025-09-17T02:47:17.402Z] #150 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-09-17T02:47:17.402Z] #0 4.583 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-09-17T02:47:17.457Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:47:17.679Z] #150 ... [2025-09-17T02:47:17.679Z] [2025-09-17T02:47:17.679Z] #151 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-09-17T02:47:17.679Z] #0 5.603 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-09-17T02:47:17.679Z] #151 ... [2025-09-17T02:47:17.679Z] [2025-09-17T02:47:17.679Z] #152 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-09-17T02:47:17.679Z] #0 5.772 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-09-17T02:47:17.794Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-09-17T02:47:17.794Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-09-17T02:47:17.794Z] 43549a9ec848: Preparing [2025-09-17T02:47:17.794Z] 9586de559de3: Preparing [2025-09-17T02:47:17.794Z] db8f8d11d2d6: Preparing [2025-09-17T02:47:17.794Z] 45e670cc2da4: Preparing [2025-09-17T02:47:17.794Z] 41577b524d56: Preparing [2025-09-17T02:47:17.794Z] d27b6d467a41: Preparing [2025-09-17T02:47:17.794Z] 4937e04fba87: Preparing [2025-09-17T02:47:17.794Z] 5d7d6b9058a7: Preparing [2025-09-17T02:47:17.794Z] 097100c76c15: Preparing [2025-09-17T02:47:17.794Z] d27b6d467a41: Waiting [2025-09-17T02:47:17.794Z] 5d7d6b9058a7: Waiting [2025-09-17T02:47:17.794Z] 4937e04fba87: Waiting [2025-09-17T02:47:17.794Z] 097100c76c15: Waiting [2025-09-17T02:47:17.794Z] 45e670cc2da4: Layer already exists [2025-09-17T02:47:17.794Z] 41577b524d56: Layer already exists [2025-09-17T02:47:17.794Z] 43549a9ec848: Layer already exists [2025-09-17T02:47:17.794Z] 9586de559de3: Layer already exists [2025-09-17T02:47:17.794Z] db8f8d11d2d6: Layer already exists [2025-09-17T02:47:17.794Z] d27b6d467a41: Layer already exists [2025-09-17T02:47:17.794Z] 097100c76c15: Layer already exists [2025-09-17T02:47:17.794Z] 4937e04fba87: Layer already exists [2025-09-17T02:47:17.794Z] 5d7d6b9058a7: Layer already exists [2025-09-17T02:47:17.794Z] main: digest: sha256:f94819ed3cfd4310d7fd75e80d08016e5f5ed54e596c3df282f5d2ecd8101f52 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-09-17T02:47:17.868Z] ===================================================== [Pipeline] echo [2025-09-17T02:47:17.887Z] taggedImages: [2025-09-17T02:47:17.887Z] - nexus3.edgexfoundry.org:10004/security-spire-config:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:47:17.887Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-09-17T02:47:17.887Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.62 [2025-09-17T02:47:17.887Z] - nexus3.edgexfoundry.org:10004/security-spire-config:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:47:17.887Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2025-09-17T02:47:17.918Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2025-09-17T02:47:17.918Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:47:17.918Z] latest [2025-09-17T02:47:17.918Z] 4.1.0-dev.62 [2025-09-17T02:47:17.918Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:47:17.918Z] main [2025-09-17T02:47:17.918Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:47:18.042Z] #152 ... [2025-09-17T02:47:18.042Z] [2025-09-17T02:47:18.042Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-09-17T02:47:18.042Z] #0 5.069 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-09-17T02:47:18.277Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [2025-09-17T02:47:18.320Z] #153 ... [2025-09-17T02:47:18.320Z] [2025-09-17T02:47:18.320Z] #154 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-09-17T02:47:18.320Z] #0 5.204 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [Pipeline] sh [2025-09-17T02:47:18.600Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:47:18.600Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-09-17T02:47:18.600Z] 6a3e294d9341: Preparing [2025-09-17T02:47:18.600Z] 26153289d518: Preparing [2025-09-17T02:47:18.600Z] 22688585dc3f: Preparing [2025-09-17T02:47:18.600Z] 45e670cc2da4: Preparing [2025-09-17T02:47:18.600Z] 41577b524d56: Preparing [2025-09-17T02:47:18.600Z] d27b6d467a41: Preparing [2025-09-17T02:47:18.600Z] 1bd66b5be710: Preparing [2025-09-17T02:47:18.600Z] 6aaeaddd9c78: Preparing [2025-09-17T02:47:18.600Z] 097100c76c15: Preparing [2025-09-17T02:47:18.600Z] 1bd66b5be710: Waiting [2025-09-17T02:47:18.600Z] 6aaeaddd9c78: Waiting [2025-09-17T02:47:18.600Z] d27b6d467a41: Waiting [2025-09-17T02:47:18.600Z] 097100c76c15: Waiting [2025-09-17T02:47:18.600Z] 6a3e294d9341: Layer already exists [2025-09-17T02:47:18.600Z] 45e670cc2da4: Layer already exists [2025-09-17T02:47:18.600Z] 41577b524d56: Layer already exists [2025-09-17T02:47:18.600Z] d27b6d467a41: Layer already exists [2025-09-17T02:47:18.600Z] 1bd66b5be710: Layer already exists [2025-09-17T02:47:18.600Z] 6aaeaddd9c78: Layer already exists [2025-09-17T02:47:18.600Z] 097100c76c15: Layer already exists [2025-09-17T02:47:18.600Z] 26153289d518: Pushed [2025-09-17T02:47:18.600Z] 22688585dc3f: Pushed [2025-09-17T02:47:18.860Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4: digest: sha256:800aaf4e917e35d1f4b5543f71fb7c949d2428f806473dc830183c4120029b97 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:47:19.197Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:47:19.528Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-09-17T02:47:19.528Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-09-17T02:47:19.528Z] 6a3e294d9341: Preparing [2025-09-17T02:47:19.528Z] 26153289d518: Preparing [2025-09-17T02:47:19.528Z] 22688585dc3f: Preparing [2025-09-17T02:47:19.528Z] 45e670cc2da4: Preparing [2025-09-17T02:47:19.528Z] 41577b524d56: Preparing [2025-09-17T02:47:19.528Z] d27b6d467a41: Preparing [2025-09-17T02:47:19.528Z] 1bd66b5be710: Preparing [2025-09-17T02:47:19.528Z] 6aaeaddd9c78: Preparing [2025-09-17T02:47:19.528Z] 097100c76c15: Preparing [2025-09-17T02:47:19.528Z] d27b6d467a41: Waiting [2025-09-17T02:47:19.528Z] 1bd66b5be710: Waiting [2025-09-17T02:47:19.528Z] 6aaeaddd9c78: Waiting [2025-09-17T02:47:19.528Z] 097100c76c15: Waiting [2025-09-17T02:47:19.528Z] 41577b524d56: Layer already exists [2025-09-17T02:47:19.528Z] 45e670cc2da4: Layer already exists [2025-09-17T02:47:19.528Z] 6a3e294d9341: Layer already exists [2025-09-17T02:47:19.528Z] 22688585dc3f: Layer already exists [2025-09-17T02:47:19.528Z] 26153289d518: Layer already exists [2025-09-17T02:47:19.528Z] 1bd66b5be710: Layer already exists [2025-09-17T02:47:19.528Z] d27b6d467a41: Layer already exists [2025-09-17T02:47:19.528Z] 097100c76c15: Layer already exists [2025-09-17T02:47:19.528Z] 6aaeaddd9c78: Layer already exists [2025-09-17T02:47:19.528Z] latest: digest: sha256:800aaf4e917e35d1f4b5543f71fb7c949d2428f806473dc830183c4120029b97 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:47:19.961Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:47:20.291Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.62 [2025-09-17T02:47:20.291Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-09-17T02:47:20.291Z] 6a3e294d9341: Preparing [2025-09-17T02:47:20.291Z] 26153289d518: Preparing [2025-09-17T02:47:20.291Z] 22688585dc3f: Preparing [2025-09-17T02:47:20.291Z] 45e670cc2da4: Preparing [2025-09-17T02:47:20.291Z] 41577b524d56: Preparing [2025-09-17T02:47:20.291Z] d27b6d467a41: Preparing [2025-09-17T02:47:20.291Z] 1bd66b5be710: Preparing [2025-09-17T02:47:20.291Z] 6aaeaddd9c78: Preparing [2025-09-17T02:47:20.291Z] 097100c76c15: Preparing [2025-09-17T02:47:20.291Z] 1bd66b5be710: Waiting [2025-09-17T02:47:20.291Z] 097100c76c15: Waiting [2025-09-17T02:47:20.291Z] d27b6d467a41: Waiting [2025-09-17T02:47:20.291Z] 6aaeaddd9c78: Waiting [2025-09-17T02:47:20.291Z] 45e670cc2da4: Layer already exists [2025-09-17T02:47:20.291Z] 22688585dc3f: Layer already exists [2025-09-17T02:47:20.291Z] 26153289d518: Layer already exists [2025-09-17T02:47:20.291Z] 41577b524d56: Layer already exists [2025-09-17T02:47:20.291Z] 6a3e294d9341: Layer already exists [2025-09-17T02:47:20.291Z] 1bd66b5be710: Layer already exists [2025-09-17T02:47:20.291Z] d27b6d467a41: Layer already exists [2025-09-17T02:47:20.291Z] 097100c76c15: Layer already exists [2025-09-17T02:47:20.291Z] 6aaeaddd9c78: Layer already exists [2025-09-17T02:47:20.291Z] 4.1.0-dev.62: digest: sha256:800aaf4e917e35d1f4b5543f71fb7c949d2428f806473dc830183c4120029b97 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:47:20.623Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:47:20.953Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:47:20.954Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-09-17T02:47:20.954Z] 6a3e294d9341: Preparing [2025-09-17T02:47:20.954Z] 26153289d518: Preparing [2025-09-17T02:47:20.954Z] 22688585dc3f: Preparing [2025-09-17T02:47:20.954Z] 45e670cc2da4: Preparing [2025-09-17T02:47:20.954Z] 41577b524d56: Preparing [2025-09-17T02:47:20.954Z] d27b6d467a41: Preparing [2025-09-17T02:47:20.954Z] 1bd66b5be710: Preparing [2025-09-17T02:47:20.954Z] 6aaeaddd9c78: Preparing [2025-09-17T02:47:20.954Z] 097100c76c15: Preparing [2025-09-17T02:47:20.954Z] 1bd66b5be710: Waiting [2025-09-17T02:47:20.954Z] 6aaeaddd9c78: Waiting [2025-09-17T02:47:20.954Z] d27b6d467a41: Waiting [2025-09-17T02:47:20.954Z] 097100c76c15: Waiting [2025-09-17T02:47:20.954Z] 45e670cc2da4: Layer already exists [2025-09-17T02:47:20.954Z] 26153289d518: Layer already exists [2025-09-17T02:47:20.954Z] 22688585dc3f: Layer already exists [2025-09-17T02:47:20.954Z] 6a3e294d9341: Layer already exists [2025-09-17T02:47:20.954Z] 41577b524d56: Layer already exists [2025-09-17T02:47:20.954Z] 6aaeaddd9c78: Layer already exists [2025-09-17T02:47:20.954Z] d27b6d467a41: Layer already exists [2025-09-17T02:47:20.954Z] 1bd66b5be710: Layer already exists [2025-09-17T02:47:20.954Z] 097100c76c15: Layer already exists [2025-09-17T02:47:20.954Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62: digest: sha256:800aaf4e917e35d1f4b5543f71fb7c949d2428f806473dc830183c4120029b97 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:47:21.290Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:47:21.624Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-09-17T02:47:21.625Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-09-17T02:47:21.625Z] 6a3e294d9341: Preparing [2025-09-17T02:47:21.625Z] 26153289d518: Preparing [2025-09-17T02:47:21.625Z] 22688585dc3f: Preparing [2025-09-17T02:47:21.625Z] 45e670cc2da4: Preparing [2025-09-17T02:47:21.625Z] 41577b524d56: Preparing [2025-09-17T02:47:21.625Z] d27b6d467a41: Preparing [2025-09-17T02:47:21.625Z] 1bd66b5be710: Preparing [2025-09-17T02:47:21.625Z] 6aaeaddd9c78: Preparing [2025-09-17T02:47:21.625Z] 097100c76c15: Preparing [2025-09-17T02:47:21.625Z] 1bd66b5be710: Waiting [2025-09-17T02:47:21.625Z] 097100c76c15: Waiting [2025-09-17T02:47:21.625Z] 6aaeaddd9c78: Waiting [2025-09-17T02:47:21.625Z] d27b6d467a41: Waiting [2025-09-17T02:47:21.625Z] 22688585dc3f: Layer already exists [2025-09-17T02:47:21.625Z] 45e670cc2da4: Layer already exists [2025-09-17T02:47:21.625Z] 26153289d518: Layer already exists [2025-09-17T02:47:21.625Z] 6a3e294d9341: Layer already exists [2025-09-17T02:47:21.625Z] 41577b524d56: Layer already exists [2025-09-17T02:47:21.625Z] 1bd66b5be710: Layer already exists [2025-09-17T02:47:21.625Z] d27b6d467a41: Layer already exists [2025-09-17T02:47:21.625Z] 6aaeaddd9c78: Layer already exists [2025-09-17T02:47:21.625Z] 097100c76c15: Layer already exists [2025-09-17T02:47:21.625Z] main: digest: sha256:800aaf4e917e35d1f4b5543f71fb7c949d2428f806473dc830183c4120029b97 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-09-17T02:47:21.704Z] ===================================================== [Pipeline] echo [2025-09-17T02:47:21.723Z] taggedImages: [2025-09-17T02:47:21.723Z] - nexus3.edgexfoundry.org:10004/security-spire-server:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:47:21.723Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-09-17T02:47:21.723Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.62 [2025-09-17T02:47:21.723Z] - nexus3.edgexfoundry.org:10004/security-spire-server:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:47:21.723Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2025-09-17T02:47:21.759Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2025-09-17T02:47:21.759Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:47:21.759Z] latest [2025-09-17T02:47:21.759Z] 4.1.0-dev.62 [2025-09-17T02:47:21.759Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:47:21.759Z] main [2025-09-17T02:47:21.759Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:47:22.131Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:47:22.452Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:47:22.452Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-09-17T02:47:22.452Z] da975d006996: Preparing [2025-09-17T02:47:22.452Z] 0ac975fc017b: Preparing [2025-09-17T02:47:22.452Z] 45e670cc2da4: Preparing [2025-09-17T02:47:22.452Z] 41577b524d56: Preparing [2025-09-17T02:47:22.452Z] 1db397cf121b: Preparing [2025-09-17T02:47:22.452Z] 6cbeef3dc2e0: Preparing [2025-09-17T02:47:22.452Z] 097100c76c15: Preparing [2025-09-17T02:47:22.452Z] 097100c76c15: Waiting [2025-09-17T02:47:22.452Z] 6cbeef3dc2e0: Waiting [2025-09-17T02:47:22.452Z] 45e670cc2da4: Layer already exists [2025-09-17T02:47:22.452Z] 41577b524d56: Layer already exists [2025-09-17T02:47:22.452Z] 097100c76c15: Layer already exists [2025-09-17T02:47:22.452Z] da975d006996: Pushed [2025-09-17T02:47:22.452Z] 1db397cf121b: Pushed [2025-09-17T02:47:23.017Z] 6cbeef3dc2e0: Pushed [2025-09-17T02:47:26.452Z] 0ac975fc017b: Pushed [2025-09-17T02:47:26.712Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4: digest: sha256:c9320e9a04204063434d4f54e873f81249ed4b78d5b40b47c28a095ecca06efb size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:47:27.047Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:47:27.373Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-09-17T02:47:27.373Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-09-17T02:47:27.373Z] da975d006996: Preparing [2025-09-17T02:47:27.373Z] 0ac975fc017b: Preparing [2025-09-17T02:47:27.373Z] 45e670cc2da4: Preparing [2025-09-17T02:47:27.373Z] 41577b524d56: Preparing [2025-09-17T02:47:27.373Z] 1db397cf121b: Preparing [2025-09-17T02:47:27.373Z] 6cbeef3dc2e0: Preparing [2025-09-17T02:47:27.373Z] 097100c76c15: Preparing [2025-09-17T02:47:27.373Z] 6cbeef3dc2e0: Waiting [2025-09-17T02:47:27.373Z] 097100c76c15: Waiting [2025-09-17T02:47:27.373Z] 41577b524d56: Layer already exists [2025-09-17T02:47:27.373Z] 0ac975fc017b: Layer already exists [2025-09-17T02:47:27.373Z] 45e670cc2da4: Layer already exists [2025-09-17T02:47:27.373Z] 1db397cf121b: Layer already exists [2025-09-17T02:47:27.373Z] da975d006996: Layer already exists [2025-09-17T02:47:27.373Z] 6cbeef3dc2e0: Layer already exists [2025-09-17T02:47:27.373Z] 097100c76c15: Layer already exists [2025-09-17T02:47:27.373Z] latest: digest: sha256:c9320e9a04204063434d4f54e873f81249ed4b78d5b40b47c28a095ecca06efb size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:47:27.697Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:47:28.024Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.62 [2025-09-17T02:47:28.024Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-09-17T02:47:28.024Z] da975d006996: Preparing [2025-09-17T02:47:28.024Z] 0ac975fc017b: Preparing [2025-09-17T02:47:28.024Z] 45e670cc2da4: Preparing [2025-09-17T02:47:28.024Z] 41577b524d56: Preparing [2025-09-17T02:47:28.024Z] 1db397cf121b: Preparing [2025-09-17T02:47:28.024Z] 6cbeef3dc2e0: Preparing [2025-09-17T02:47:28.024Z] 097100c76c15: Preparing [2025-09-17T02:47:28.024Z] 6cbeef3dc2e0: Waiting [2025-09-17T02:47:28.024Z] 097100c76c15: Waiting [2025-09-17T02:47:28.024Z] da975d006996: Layer already exists [2025-09-17T02:47:28.024Z] 0ac975fc017b: Layer already exists [2025-09-17T02:47:28.024Z] 45e670cc2da4: Layer already exists [2025-09-17T02:47:28.024Z] 1db397cf121b: Layer already exists [2025-09-17T02:47:28.024Z] 41577b524d56: Layer already exists [2025-09-17T02:47:28.024Z] 6cbeef3dc2e0: Layer already exists [2025-09-17T02:47:28.024Z] 097100c76c15: Layer already exists [2025-09-17T02:47:28.024Z] 4.1.0-dev.62: digest: sha256:c9320e9a04204063434d4f54e873f81249ed4b78d5b40b47c28a095ecca06efb size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:47:28.353Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:47:28.677Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:47:28.677Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-09-17T02:47:28.677Z] da975d006996: Preparing [2025-09-17T02:47:28.677Z] 0ac975fc017b: Preparing [2025-09-17T02:47:28.677Z] 45e670cc2da4: Preparing [2025-09-17T02:47:28.677Z] 41577b524d56: Preparing [2025-09-17T02:47:28.677Z] 1db397cf121b: Preparing [2025-09-17T02:47:28.677Z] 6cbeef3dc2e0: Preparing [2025-09-17T02:47:28.677Z] 097100c76c15: Preparing [2025-09-17T02:47:28.677Z] 6cbeef3dc2e0: Waiting [2025-09-17T02:47:28.677Z] 097100c76c15: Waiting [2025-09-17T02:47:28.677Z] 45e670cc2da4: Layer already exists [2025-09-17T02:47:28.677Z] 1db397cf121b: Layer already exists [2025-09-17T02:47:28.677Z] 41577b524d56: Layer already exists [2025-09-17T02:47:28.677Z] da975d006996: Layer already exists [2025-09-17T02:47:28.677Z] 0ac975fc017b: Layer already exists [2025-09-17T02:47:28.677Z] 097100c76c15: Layer already exists [2025-09-17T02:47:28.677Z] 6cbeef3dc2e0: Layer already exists [2025-09-17T02:47:28.677Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62: digest: sha256:c9320e9a04204063434d4f54e873f81249ed4b78d5b40b47c28a095ecca06efb size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:47:29.001Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:47:29.324Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2025-09-17T02:47:29.324Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-09-17T02:47:29.324Z] da975d006996: Preparing [2025-09-17T02:47:29.324Z] 0ac975fc017b: Preparing [2025-09-17T02:47:29.324Z] 45e670cc2da4: Preparing [2025-09-17T02:47:29.324Z] 41577b524d56: Preparing [2025-09-17T02:47:29.324Z] 1db397cf121b: Preparing [2025-09-17T02:47:29.324Z] 6cbeef3dc2e0: Preparing [2025-09-17T02:47:29.324Z] 097100c76c15: Preparing [2025-09-17T02:47:29.324Z] 097100c76c15: Waiting [2025-09-17T02:47:29.324Z] 6cbeef3dc2e0: Waiting [2025-09-17T02:47:29.324Z] 1db397cf121b: Layer already exists [2025-09-17T02:47:29.324Z] 45e670cc2da4: Layer already exists [2025-09-17T02:47:29.324Z] 0ac975fc017b: Layer already exists [2025-09-17T02:47:29.324Z] da975d006996: Layer already exists [2025-09-17T02:47:29.324Z] 41577b524d56: Layer already exists [2025-09-17T02:47:29.324Z] 097100c76c15: Layer already exists [2025-09-17T02:47:29.324Z] 6cbeef3dc2e0: Layer already exists [2025-09-17T02:47:29.324Z] main: digest: sha256:c9320e9a04204063434d4f54e873f81249ed4b78d5b40b47c28a095ecca06efb size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-09-17T02:47:29.403Z] ===================================================== [Pipeline] echo [2025-09-17T02:47:29.421Z] taggedImages: [2025-09-17T02:47:29.421Z] - nexus3.edgexfoundry.org:10004/support-notifications:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:47:29.421Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-09-17T02:47:29.421Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.62 [2025-09-17T02:47:29.421Z] - nexus3.edgexfoundry.org:10004/support-notifications:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:47:29.421Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2025-09-17T02:47:29.449Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2025-09-17T02:47:29.449Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:47:29.449Z] latest [2025-09-17T02:47:29.449Z] 4.1.0-dev.62 [2025-09-17T02:47:29.449Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:47:29.449Z] main [2025-09-17T02:47:29.449Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:47:29.801Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:47:30.131Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:47:30.131Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-09-17T02:47:30.131Z] 8f2026c516a0: Preparing [2025-09-17T02:47:30.131Z] 4733d5aaad8f: Preparing [2025-09-17T02:47:30.131Z] 45e670cc2da4: Preparing [2025-09-17T02:47:30.132Z] 41577b524d56: Preparing [2025-09-17T02:47:30.132Z] b789bf9744bd: Preparing [2025-09-17T02:47:30.132Z] b91765274230: Preparing [2025-09-17T02:47:30.132Z] 097100c76c15: Preparing [2025-09-17T02:47:30.132Z] b91765274230: Waiting [2025-09-17T02:47:30.132Z] 097100c76c15: Waiting [2025-09-17T02:47:30.132Z] 45e670cc2da4: Layer already exists [2025-09-17T02:47:30.132Z] 41577b524d56: Layer already exists [2025-09-17T02:47:30.132Z] 097100c76c15: Layer already exists [2025-09-17T02:47:30.132Z] 8f2026c516a0: Pushed [2025-09-17T02:47:30.132Z] b789bf9744bd: Pushed [2025-09-17T02:47:30.390Z] b91765274230: Pushed [2025-09-17T02:47:34.582Z] 4733d5aaad8f: Pushed [2025-09-17T02:47:34.582Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4: digest: sha256:8e545d82b08cd667b0e350b1b5dc378b6ce7db42f9612726c53d1a50c041923c size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:47:34.915Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:47:35.247Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-09-17T02:47:35.247Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-09-17T02:47:35.247Z] 8f2026c516a0: Preparing [2025-09-17T02:47:35.247Z] 4733d5aaad8f: Preparing [2025-09-17T02:47:35.247Z] 45e670cc2da4: Preparing [2025-09-17T02:47:35.247Z] 41577b524d56: Preparing [2025-09-17T02:47:35.247Z] b789bf9744bd: Preparing [2025-09-17T02:47:35.247Z] b91765274230: Preparing [2025-09-17T02:47:35.247Z] 097100c76c15: Preparing [2025-09-17T02:47:35.247Z] b91765274230: Waiting [2025-09-17T02:47:35.247Z] 097100c76c15: Waiting [2025-09-17T02:47:35.247Z] 4733d5aaad8f: Layer already exists [2025-09-17T02:47:35.247Z] 41577b524d56: Layer already exists [2025-09-17T02:47:35.247Z] 45e670cc2da4: Layer already exists [2025-09-17T02:47:35.247Z] b789bf9744bd: Layer already exists [2025-09-17T02:47:35.247Z] 8f2026c516a0: Layer already exists [2025-09-17T02:47:35.247Z] b91765274230: Layer already exists [2025-09-17T02:47:35.247Z] 097100c76c15: Layer already exists [2025-09-17T02:47:35.247Z] latest: digest: sha256:8e545d82b08cd667b0e350b1b5dc378b6ce7db42f9612726c53d1a50c041923c size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:47:35.570Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:47:35.895Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.62 [2025-09-17T02:47:35.895Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-09-17T02:47:35.896Z] 8f2026c516a0: Preparing [2025-09-17T02:47:35.896Z] 4733d5aaad8f: Preparing [2025-09-17T02:47:35.896Z] 45e670cc2da4: Preparing [2025-09-17T02:47:35.896Z] 41577b524d56: Preparing [2025-09-17T02:47:35.896Z] b789bf9744bd: Preparing [2025-09-17T02:47:35.896Z] b91765274230: Preparing [2025-09-17T02:47:35.896Z] 097100c76c15: Preparing [2025-09-17T02:47:35.896Z] b91765274230: Waiting [2025-09-17T02:47:35.896Z] 097100c76c15: Waiting [2025-09-17T02:47:35.896Z] 45e670cc2da4: Layer already exists [2025-09-17T02:47:35.896Z] b789bf9744bd: Layer already exists [2025-09-17T02:47:35.896Z] 8f2026c516a0: Layer already exists [2025-09-17T02:47:35.896Z] 41577b524d56: Layer already exists [2025-09-17T02:47:35.896Z] 4733d5aaad8f: Layer already exists [2025-09-17T02:47:35.896Z] b91765274230: Layer already exists [2025-09-17T02:47:35.896Z] 097100c76c15: Layer already exists [2025-09-17T02:47:35.896Z] 4.1.0-dev.62: digest: sha256:8e545d82b08cd667b0e350b1b5dc378b6ce7db42f9612726c53d1a50c041923c size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:47:36.228Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:47:36.567Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:47:36.568Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-09-17T02:47:36.568Z] 8f2026c516a0: Preparing [2025-09-17T02:47:36.568Z] 4733d5aaad8f: Preparing [2025-09-17T02:47:36.568Z] 45e670cc2da4: Preparing [2025-09-17T02:47:36.568Z] 41577b524d56: Preparing [2025-09-17T02:47:36.568Z] b789bf9744bd: Preparing [2025-09-17T02:47:36.568Z] b91765274230: Preparing [2025-09-17T02:47:36.568Z] 097100c76c15: Preparing [2025-09-17T02:47:36.568Z] b91765274230: Waiting [2025-09-17T02:47:36.568Z] 097100c76c15: Waiting [2025-09-17T02:47:36.568Z] 8f2026c516a0: Layer already exists [2025-09-17T02:47:36.568Z] 4733d5aaad8f: Layer already exists [2025-09-17T02:47:36.568Z] 45e670cc2da4: Layer already exists [2025-09-17T02:47:36.568Z] 41577b524d56: Layer already exists [2025-09-17T02:47:36.568Z] b789bf9744bd: Layer already exists [2025-09-17T02:47:36.568Z] b91765274230: Layer already exists [2025-09-17T02:47:36.568Z] 097100c76c15: Layer already exists [2025-09-17T02:47:36.568Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62: digest: sha256:8e545d82b08cd667b0e350b1b5dc378b6ce7db42f9612726c53d1a50c041923c size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:47:36.895Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:47:37.227Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-09-17T02:47:37.227Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-09-17T02:47:37.227Z] 8f2026c516a0: Preparing [2025-09-17T02:47:37.227Z] 4733d5aaad8f: Preparing [2025-09-17T02:47:37.227Z] 45e670cc2da4: Preparing [2025-09-17T02:47:37.227Z] 41577b524d56: Preparing [2025-09-17T02:47:37.227Z] b789bf9744bd: Preparing [2025-09-17T02:47:37.227Z] b91765274230: Preparing [2025-09-17T02:47:37.227Z] 097100c76c15: Preparing [2025-09-17T02:47:37.227Z] b91765274230: Waiting [2025-09-17T02:47:37.227Z] 097100c76c15: Waiting [2025-09-17T02:47:37.227Z] 41577b524d56: Layer already exists [2025-09-17T02:47:37.227Z] b789bf9744bd: Layer already exists [2025-09-17T02:47:37.227Z] 8f2026c516a0: Layer already exists [2025-09-17T02:47:37.227Z] 4733d5aaad8f: Layer already exists [2025-09-17T02:47:37.227Z] 45e670cc2da4: Layer already exists [2025-09-17T02:47:37.227Z] 097100c76c15: Layer already exists [2025-09-17T02:47:37.227Z] b91765274230: Layer already exists [2025-09-17T02:47:37.227Z] main: digest: sha256:8e545d82b08cd667b0e350b1b5dc378b6ce7db42f9612726c53d1a50c041923c size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-09-17T02:47:37.306Z] ===================================================== [Pipeline] echo [2025-09-17T02:47:37.323Z] taggedImages: [2025-09-17T02:47:37.324Z] - nexus3.edgexfoundry.org:10004/support-scheduler:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:47:37.324Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-09-17T02:47:37.324Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.62 [2025-09-17T02:47:37.324Z] - nexus3.edgexfoundry.org:10004/support-scheduler:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:47:37.324Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo [2025-09-17T02:47:37.413Z] ========================================================= [2025-09-17T02:47:37.413Z] [edgeXBuildMultiArch] RAW Config: [2025-09-17T02:47:37.413Z] images: [2025-09-17T02:47:37.413Z] - nexus3.edgexfoundry.org:10004/core-command:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:47:37.413Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2025-09-17T02:47:37.413Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.62 [2025-09-17T02:47:37.413Z] - nexus3.edgexfoundry.org:10004/core-command:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:47:37.413Z] - nexus3.edgexfoundry.org:10004/core-command:main [2025-09-17T02:47:37.413Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:47:37.413Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-09-17T02:47:37.413Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.62 [2025-09-17T02:47:37.413Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:47:37.413Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-09-17T02:47:37.413Z] - nexus3.edgexfoundry.org:10004/core-data:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:47:37.413Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2025-09-17T02:47:37.413Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.62 [2025-09-17T02:47:37.413Z] - nexus3.edgexfoundry.org:10004/core-data:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:47:37.413Z] - nexus3.edgexfoundry.org:10004/core-data:main [2025-09-17T02:47:37.413Z] - nexus3.edgexfoundry.org:10004/core-keeper:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:47:37.413Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-09-17T02:47:37.413Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.62 [2025-09-17T02:47:37.413Z] - nexus3.edgexfoundry.org:10004/core-keeper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:47:37.413Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [2025-09-17T02:47:37.413Z] - nexus3.edgexfoundry.org:10004/core-metadata:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:47:37.413Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-09-17T02:47:37.413Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.62 [2025-09-17T02:47:37.413Z] - nexus3.edgexfoundry.org:10004/core-metadata:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:47:37.413Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [2025-09-17T02:47:37.413Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:47:37.413Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-09-17T02:47:37.413Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.62 [2025-09-17T02:47:37.413Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:47:37.413Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-09-17T02:47:37.413Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:47:37.413Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-09-17T02:47:37.413Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.62 [2025-09-17T02:47:37.413Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:47:37.413Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-09-17T02:47:37.413Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:47:37.413Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-09-17T02:47:37.413Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.62 [2025-09-17T02:47:37.413Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:47:37.413Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-09-17T02:47:37.413Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:47:37.413Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-09-17T02:47:37.413Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.62 [2025-09-17T02:47:37.413Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:47:37.413Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-09-17T02:47:37.413Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:47:37.413Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-09-17T02:47:37.413Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.62 [2025-09-17T02:47:37.413Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:47:37.413Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-09-17T02:47:37.413Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:47:37.413Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-09-17T02:47:37.413Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.62 [2025-09-17T02:47:37.413Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:47:37.413Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-09-17T02:47:37.413Z] - nexus3.edgexfoundry.org:10004/security-spire-config:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:47:37.413Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-09-17T02:47:37.413Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.62 [2025-09-17T02:47:37.413Z] - nexus3.edgexfoundry.org:10004/security-spire-config:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:47:37.413Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-09-17T02:47:37.413Z] - nexus3.edgexfoundry.org:10004/security-spire-server:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:47:37.413Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-09-17T02:47:37.413Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.62 [2025-09-17T02:47:37.413Z] - nexus3.edgexfoundry.org:10004/security-spire-server:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:47:37.413Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-09-17T02:47:37.413Z] - nexus3.edgexfoundry.org:10004/support-notifications:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:47:37.413Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-09-17T02:47:37.413Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.62 [2025-09-17T02:47:37.413Z] - nexus3.edgexfoundry.org:10004/support-notifications:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:47:37.413Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [2025-09-17T02:47:37.413Z] - nexus3.edgexfoundry.org:10004/support-scheduler:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:47:37.413Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-09-17T02:47:37.413Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.62 [2025-09-17T02:47:37.413Z] - nexus3.edgexfoundry.org:10004/support-scheduler:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:47:37.413Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-09-17T02:47:37.413Z] settingsFile: [2025-09-17T02:47:37.413Z] edgex-go-settings [2025-09-17T02:47:37.413Z] ========================================================= [Pipeline] node [2025-09-17T02:47:52.417Z] Still waiting to schedule task [2025-09-17T02:47:52.418Z] All nodes of label ‘centos7-docker-4c-2g’ are offline [2025-09-17T02:48:30.658Z] Running on prd-centos7-docker-4c-2g-8972 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-09-17T02:48:30.707Z] provisioning config files... [2025-09-17T02:48:30.744Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config6434557272243893958tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-09-17T02:48:33.148Z] ---> ****-login.sh [2025-09-17T02:48:33.148Z] nexus3.edgexfoundry.org:10001 [2025-09-17T02:48:33.422Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-17T02:48:33.422Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-09-17T02:48:33.422Z] Configure a credential helper to remove this warning. See [2025-09-17T02:48:33.422Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-09-17T02:48:33.422Z] [2025-09-17T02:48:33.422Z] Login Succeeded [2025-09-17T02:48:33.422Z] nexus3.edgexfoundry.org:10002 [2025-09-17T02:48:33.422Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-17T02:48:33.687Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-09-17T02:48:33.687Z] Configure a credential helper to remove this warning. See [2025-09-17T02:48:33.687Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-09-17T02:48:33.687Z] [2025-09-17T02:48:33.687Z] Login Succeeded [2025-09-17T02:48:33.687Z] nexus3.edgexfoundry.org:10003 [2025-09-17T02:48:33.687Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-17T02:48:33.687Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-09-17T02:48:33.687Z] Configure a credential helper to remove this warning. See [2025-09-17T02:48:33.687Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-09-17T02:48:33.687Z] [2025-09-17T02:48:33.687Z] Login Succeeded [2025-09-17T02:48:33.687Z] nexus3.edgexfoundry.org:10004 [2025-09-17T02:48:33.687Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-17T02:48:33.687Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-09-17T02:48:33.688Z] Configure a credential helper to remove this warning. See [2025-09-17T02:48:33.688Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-09-17T02:48:33.688Z] [2025-09-17T02:48:33.688Z] Login Succeeded [2025-09-17T02:48:33.688Z] ****.io [2025-09-17T02:48:33.959Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-17T02:48:33.959Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-09-17T02:48:33.959Z] Configure a credential helper to remove this warning. See [2025-09-17T02:48:33.959Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-09-17T02:48:33.959Z] [2025-09-17T02:48:33.959Z] Login Succeeded [2025-09-17T02:48:33.959Z] ---> ****-login.sh ends [Pipeline] } [2025-09-17T02:48:33.969Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-09-17T02:48:34.317Z] + docker buildx ls [2025-09-17T02:48:34.579Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-09-17T02:48:34.579Z] default * docker [2025-09-17T02:48:34.579Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-09-17T02:48:34.879Z] + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use [2025-09-17T02:48:34.879Z] edgex-builder [Pipeline] sh [2025-09-17T02:48:35.185Z] + docker buildx inspect --bootstrap [2025-09-17T02:48:35.185Z] #1 [internal] booting buildkit [2025-09-17T02:48:35.185Z] #1 pulling image moby/buildkit:buildx-stable-1 [2025-09-17T02:48:38.488Z] #1 pulling image moby/buildkit:buildx-stable-1 3.0s done [2025-09-17T02:48:38.488Z] #1 creating container buildx_buildkit_edgex-builder0 [2025-09-17T02:48:41.028Z] #1 creating container buildx_buildkit_edgex-builder0 2.6s done [2025-09-17T02:48:41.028Z] #1 DONE 5.6s [2025-09-17T02:48:41.028Z] Name: edgex-builder [2025-09-17T02:48:41.028Z] Driver: docker-container [2025-09-17T02:48:41.028Z] [2025-09-17T02:48:41.028Z] Nodes: [2025-09-17T02:48:41.028Z] Name: edgex-builder0 [2025-09-17T02:48:41.028Z] Endpoint: unix:///var/run/docker.sock [2025-09-17T02:48:41.028Z] Status: running [2025-09-17T02:48:41.028Z] Buildkit: v0.24.0 [2025-09-17T02:48:41.028Z] Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh [2025-09-17T02:48:41.319Z] + docker buildx ls [2025-09-17T02:48:41.320Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-09-17T02:48:41.320Z] edgex-builder * docker-container [2025-09-17T02:48:41.320Z] edgex-builder0 unix:///var/run/docker.sock running v0.24.0 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [2025-09-17T02:48:41.320Z] default docker [2025-09-17T02:48:41.320Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-09-17T02:48:41.611Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:44d03353ae1976a56c6e7b940cb61d7be0635af4' [2025-09-17T02:48:41.611Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:44d03353ae1976a56c6e7b940cb61d7be0635af4 --push - [2025-09-17T02:48:41.870Z] #1 [internal] load build definition from Dockerfile [2025-09-17T02:48:41.870Z] #1 transferring dockerfile: 197B done [2025-09-17T02:48:41.870Z] #1 DONE 0.0s [2025-09-17T02:48:41.870Z] [2025-09-17T02:48:41.870Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:48:41.870Z] #2 DONE 0.1s [2025-09-17T02:48:41.870Z] [2025-09-17T02:48:41.870Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:48:41.870Z] #3 DONE 0.1s [2025-09-17T02:48:41.870Z] [2025-09-17T02:48:41.870Z] #4 [internal] load .dockerignore [2025-09-17T02:48:41.870Z] #4 transferring context: 2B done [2025-09-17T02:48:41.870Z] #4 DONE 0.0s [2025-09-17T02:48:41.870Z] [2025-09-17T02:48:41.870Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:ab1a502d93a41fb9c4b86547deef3bb3918b877bedd4d49c095eb627fd85ef1b [2025-09-17T02:48:41.870Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:ab1a502d93a41fb9c4b86547deef3bb3918b877bedd4d49c095eb627fd85ef1b 0.0s done [2025-09-17T02:48:41.870Z] #5 DONE 0.0s [2025-09-17T02:48:41.870Z] [2025-09-17T02:48:41.870Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:ab1a502d93a41fb9c4b86547deef3bb3918b877bedd4d49c095eb627fd85ef1b [2025-09-17T02:48:41.870Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:ab1a502d93a41fb9c4b86547deef3bb3918b877bedd4d49c095eb627fd85ef1b 0.0s done [2025-09-17T02:48:41.870Z] #6 DONE 0.1s [2025-09-17T02:48:42.130Z] [2025-09-17T02:48:42.130Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-17T02:48:42.130Z] #7 DONE 0.0s [2025-09-17T02:48:42.130Z] [2025-09-17T02:48:42.130Z] #8 exporting to image [2025-09-17T02:48:42.130Z] #8 exporting layers done [2025-09-17T02:48:42.130Z] #8 exporting manifest sha256:dd2d535ab9acce337055a6205371b05bd89c05887c847c6071b0268b0d8e3361 0.0s done [2025-09-17T02:48:42.130Z] #8 exporting config sha256:95fb5799ea45cdfb336eb7ed009fd3526b09d7fde11648377891c7a965608cd0 done [2025-09-17T02:48:42.130Z] #8 exporting manifest sha256:bcfba4f8b61df6132fa40d5a47545768ba0a0d5dafe17da18a87010520db07b1 0.0s done [2025-09-17T02:48:42.130Z] #8 exporting config sha256:218479cd5638bdb85790f32ff81e346e0fb1d1f735d4d90811937c4d20a535f7 done [2025-09-17T02:48:42.130Z] #8 exporting manifest list sha256:03398d1b803228d29f1eea99fd8bd5c9d08ab8de180d36f11d2e97d401bb5320 done [2025-09-17T02:48:42.130Z] #8 pushing layers 0.1s done [2025-09-17T02:48:42.130Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:03398d1b803228d29f1eea99fd8bd5c9d08ab8de180d36f11d2e97d401bb5320 [2025-09-17T02:48:42.130Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-17T02:48:42.130Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:03398d1b803228d29f1eea99fd8bd5c9d08ab8de180d36f11d2e97d401bb5320 0.1s done [2025-09-17T02:48:42.130Z] #8 DONE 0.2s [2025-09-17T02:48:42.130Z] [2025-09-17T02:48:42.130Z] 1 warning found (use --debug to expand): [2025-09-17T02:48:42.130Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-17T02:48:42.421Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:latest' [2025-09-17T02:48:42.421Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:latest --push - [2025-09-17T02:48:42.684Z] #1 [internal] load build definition from Dockerfile [2025-09-17T02:48:42.684Z] #1 transferring dockerfile: [2025-09-17T02:48:42.684Z] #1 transferring dockerfile: 163B done [2025-09-17T02:48:42.684Z] #1 DONE 0.0s [2025-09-17T02:48:42.684Z] [2025-09-17T02:48:42.684Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest [2025-09-17T02:48:42.684Z] #2 DONE 0.0s [2025-09-17T02:48:42.684Z] [2025-09-17T02:48:42.684Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest [2025-09-17T02:48:42.684Z] #3 DONE 0.0s [2025-09-17T02:48:42.684Z] [2025-09-17T02:48:42.684Z] #4 [internal] load .dockerignore [2025-09-17T02:48:42.684Z] #4 transferring context: 2B done [2025-09-17T02:48:42.684Z] #4 DONE 0.0s [2025-09-17T02:48:42.684Z] [2025-09-17T02:48:42.684Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:ab1a502d93a41fb9c4b86547deef3bb3918b877bedd4d49c095eb627fd85ef1b [2025-09-17T02:48:42.684Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:ab1a502d93a41fb9c4b86547deef3bb3918b877bedd4d49c095eb627fd85ef1b 0.0s done [2025-09-17T02:48:42.684Z] #5 DONE 0.0s [2025-09-17T02:48:42.684Z] [2025-09-17T02:48:42.684Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:ab1a502d93a41fb9c4b86547deef3bb3918b877bedd4d49c095eb627fd85ef1b [2025-09-17T02:48:42.945Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:ab1a502d93a41fb9c4b86547deef3bb3918b877bedd4d49c095eb627fd85ef1b 0.0s done [2025-09-17T02:48:42.945Z] #6 CACHED [2025-09-17T02:48:42.945Z] [2025-09-17T02:48:42.945Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:ab1a502d93a41fb9c4b86547deef3bb3918b877bedd4d49c095eb627fd85ef1b [2025-09-17T02:48:42.945Z] #5 CACHED [2025-09-17T02:48:42.945Z] [2025-09-17T02:48:42.945Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-17T02:48:42.945Z] #7 DONE 0.0s [2025-09-17T02:48:42.945Z] [2025-09-17T02:48:42.945Z] #8 exporting to image [2025-09-17T02:48:42.945Z] #8 exporting layers done [2025-09-17T02:48:42.945Z] #8 exporting manifest sha256:dd2d535ab9acce337055a6205371b05bd89c05887c847c6071b0268b0d8e3361 done [2025-09-17T02:48:42.945Z] #8 exporting config sha256:95fb5799ea45cdfb336eb7ed009fd3526b09d7fde11648377891c7a965608cd0 done [2025-09-17T02:48:42.945Z] #8 exporting manifest sha256:bcfba4f8b61df6132fa40d5a47545768ba0a0d5dafe17da18a87010520db07b1 done [2025-09-17T02:48:42.945Z] #8 exporting config sha256:218479cd5638bdb85790f32ff81e346e0fb1d1f735d4d90811937c4d20a535f7 done [2025-09-17T02:48:42.945Z] #8 exporting manifest list sha256:03398d1b803228d29f1eea99fd8bd5c9d08ab8de180d36f11d2e97d401bb5320 done [2025-09-17T02:48:42.945Z] #8 pushing layers 0.0s done [2025-09-17T02:48:42.945Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:03398d1b803228d29f1eea99fd8bd5c9d08ab8de180d36f11d2e97d401bb5320 0.1s done [2025-09-17T02:48:42.945Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-17T02:48:42.945Z] #8 DONE 0.1s [2025-09-17T02:48:42.945Z] [2025-09-17T02:48:42.945Z] 1 warning found (use --debug to expand): [2025-09-17T02:48:42.945Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-17T02:48:43.244Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.62 --push - [2025-09-17T02:48:43.244Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.62' [2025-09-17T02:48:43.244Z] #1 [internal] load build definition from Dockerfile [2025-09-17T02:48:43.244Z] #1 transferring dockerfile: 169B done [2025-09-17T02:48:43.244Z] #1 DONE 0.0s [2025-09-17T02:48:43.244Z] [2025-09-17T02:48:43.244Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.62 [2025-09-17T02:48:43.244Z] #2 DONE 0.0s [2025-09-17T02:48:43.244Z] [2025-09-17T02:48:43.244Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.62 [2025-09-17T02:48:43.244Z] #3 DONE 0.0s [2025-09-17T02:48:43.244Z] [2025-09-17T02:48:43.244Z] #4 [internal] load .dockerignore [2025-09-17T02:48:43.244Z] #4 transferring context: 2B done [2025-09-17T02:48:43.244Z] #4 DONE 0.0s [2025-09-17T02:48:43.244Z] [2025-09-17T02:48:43.244Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.62@sha256:ab1a502d93a41fb9c4b86547deef3bb3918b877bedd4d49c095eb627fd85ef1b [2025-09-17T02:48:43.244Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.62@sha256:ab1a502d93a41fb9c4b86547deef3bb3918b877bedd4d49c095eb627fd85ef1b 0.0s done [2025-09-17T02:48:43.244Z] #5 DONE 0.0s [2025-09-17T02:48:43.244Z] [2025-09-17T02:48:43.244Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.62@sha256:ab1a502d93a41fb9c4b86547deef3bb3918b877bedd4d49c095eb627fd85ef1b [2025-09-17T02:48:43.506Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.62@sha256:ab1a502d93a41fb9c4b86547deef3bb3918b877bedd4d49c095eb627fd85ef1b 0.0s done [2025-09-17T02:48:43.506Z] #6 CACHED [2025-09-17T02:48:43.506Z] [2025-09-17T02:48:43.506Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.62@sha256:ab1a502d93a41fb9c4b86547deef3bb3918b877bedd4d49c095eb627fd85ef1b [2025-09-17T02:48:43.506Z] #5 CACHED [2025-09-17T02:48:43.506Z] [2025-09-17T02:48:43.506Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-17T02:48:43.506Z] #7 DONE 0.0s [2025-09-17T02:48:43.506Z] [2025-09-17T02:48:43.506Z] #8 exporting to image [2025-09-17T02:48:43.506Z] #8 exporting layers done [2025-09-17T02:48:43.506Z] #8 exporting manifest sha256:dd2d535ab9acce337055a6205371b05bd89c05887c847c6071b0268b0d8e3361 done [2025-09-17T02:48:43.506Z] #8 exporting config sha256:95fb5799ea45cdfb336eb7ed009fd3526b09d7fde11648377891c7a965608cd0 done [2025-09-17T02:48:43.506Z] #8 exporting manifest sha256:bcfba4f8b61df6132fa40d5a47545768ba0a0d5dafe17da18a87010520db07b1 done [2025-09-17T02:48:43.506Z] #8 exporting config sha256:218479cd5638bdb85790f32ff81e346e0fb1d1f735d4d90811937c4d20a535f7 done [2025-09-17T02:48:43.506Z] #8 exporting manifest list sha256:03398d1b803228d29f1eea99fd8bd5c9d08ab8de180d36f11d2e97d401bb5320 done [2025-09-17T02:48:43.506Z] #8 pushing layers 0.0s done [2025-09-17T02:48:43.506Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.62@sha256:03398d1b803228d29f1eea99fd8bd5c9d08ab8de180d36f11d2e97d401bb5320 0.1s done [2025-09-17T02:48:43.506Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-17T02:48:43.506Z] #8 DONE 0.1s [2025-09-17T02:48:43.506Z] [2025-09-17T02:48:43.506Z] 1 warning found (use --debug to expand): [2025-09-17T02:48:43.506Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-17T02:48:43.796Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 --push - [2025-09-17T02:48:43.796Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62' [2025-09-17T02:48:44.055Z] #1 [internal] load build definition from Dockerfile [2025-09-17T02:48:44.055Z] #1 transferring dockerfile: [2025-09-17T02:48:44.055Z] #1 transferring dockerfile: 210B done [2025-09-17T02:48:44.055Z] #1 DONE 0.2s [2025-09-17T02:48:44.055Z] [2025-09-17T02:48:44.055Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:48:44.314Z] #2 DONE 0.1s [2025-09-17T02:48:44.314Z] [2025-09-17T02:48:44.314Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:48:44.314Z] #3 DONE 0.1s [2025-09-17T02:48:44.314Z] [2025-09-17T02:48:44.314Z] #4 [internal] load .dockerignore [2025-09-17T02:48:44.573Z] #4 transferring context: 2B done [2025-09-17T02:48:44.574Z] #4 DONE 0.2s [2025-09-17T02:48:44.574Z] [2025-09-17T02:48:44.574Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:ab1a502d93a41fb9c4b86547deef3bb3918b877bedd4d49c095eb627fd85ef1b [2025-09-17T02:48:44.574Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:ab1a502d93a41fb9c4b86547deef3bb3918b877bedd4d49c095eb627fd85ef1b [2025-09-17T02:48:44.836Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:ab1a502d93a41fb9c4b86547deef3bb3918b877bedd4d49c095eb627fd85ef1b 0.1s done [2025-09-17T02:48:44.836Z] #5 CACHED [2025-09-17T02:48:44.836Z] [2025-09-17T02:48:44.836Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:ab1a502d93a41fb9c4b86547deef3bb3918b877bedd4d49c095eb627fd85ef1b [2025-09-17T02:48:44.836Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:ab1a502d93a41fb9c4b86547deef3bb3918b877bedd4d49c095eb627fd85ef1b 0.2s done [2025-09-17T02:48:44.836Z] #6 CACHED [2025-09-17T02:48:44.836Z] [2025-09-17T02:48:44.836Z] #7 exporting to image [2025-09-17T02:48:44.836Z] #7 exporting layers [2025-09-17T02:48:44.836Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-17T02:48:44.836Z] #7 exporting layers done [2025-09-17T02:48:44.836Z] #7 exporting manifest sha256:dd2d535ab9acce337055a6205371b05bd89c05887c847c6071b0268b0d8e3361 done [2025-09-17T02:48:44.836Z] #7 exporting config sha256:95fb5799ea45cdfb336eb7ed009fd3526b09d7fde11648377891c7a965608cd0 done [2025-09-17T02:48:44.836Z] #7 exporting manifest sha256:bcfba4f8b61df6132fa40d5a47545768ba0a0d5dafe17da18a87010520db07b1 done [2025-09-17T02:48:44.836Z] #7 exporting config sha256:218479cd5638bdb85790f32ff81e346e0fb1d1f735d4d90811937c4d20a535f7 done [2025-09-17T02:48:44.836Z] #7 exporting manifest list sha256:03398d1b803228d29f1eea99fd8bd5c9d08ab8de180d36f11d2e97d401bb5320 done [2025-09-17T02:48:44.836Z] #7 pushing layers 0.0s done [2025-09-17T02:48:44.836Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:03398d1b803228d29f1eea99fd8bd5c9d08ab8de180d36f11d2e97d401bb5320 0.1s done [2025-09-17T02:48:44.836Z] #7 DONE 0.1s [2025-09-17T02:48:44.836Z] [2025-09-17T02:48:44.836Z] #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-17T02:48:44.836Z] #8 DONE 0.0s [2025-09-17T02:48:45.409Z] [2025-09-17T02:48:45.409Z] 1 warning found (use --debug to expand): [2025-09-17T02:48:45.409Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-17T02:48:45.699Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:main --push - [2025-09-17T02:48:45.699Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:main' [2025-09-17T02:48:45.958Z] #1 [internal] load build definition from Dockerfile [2025-09-17T02:48:45.958Z] #1 transferring dockerfile: 161B done [2025-09-17T02:48:45.958Z] #1 DONE 0.0s [2025-09-17T02:48:45.958Z] [2025-09-17T02:48:45.958Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main [2025-09-17T02:48:45.958Z] #2 DONE 0.0s [2025-09-17T02:48:45.958Z] [2025-09-17T02:48:45.958Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main [2025-09-17T02:48:45.958Z] #3 DONE 0.0s [2025-09-17T02:48:45.958Z] [2025-09-17T02:48:45.958Z] #4 [internal] load .dockerignore [2025-09-17T02:48:45.958Z] #4 transferring context: 2B done [2025-09-17T02:48:45.958Z] #4 DONE 0.0s [2025-09-17T02:48:45.958Z] [2025-09-17T02:48:45.958Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:ab1a502d93a41fb9c4b86547deef3bb3918b877bedd4d49c095eb627fd85ef1b [2025-09-17T02:48:45.958Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:ab1a502d93a41fb9c4b86547deef3bb3918b877bedd4d49c095eb627fd85ef1b [2025-09-17T02:48:45.958Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:ab1a502d93a41fb9c4b86547deef3bb3918b877bedd4d49c095eb627fd85ef1b 0.1s done [2025-09-17T02:48:45.958Z] #5 CACHED [2025-09-17T02:48:45.958Z] [2025-09-17T02:48:45.958Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:ab1a502d93a41fb9c4b86547deef3bb3918b877bedd4d49c095eb627fd85ef1b [2025-09-17T02:48:45.958Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:ab1a502d93a41fb9c4b86547deef3bb3918b877bedd4d49c095eb627fd85ef1b 0.1s done [2025-09-17T02:48:45.958Z] #6 CACHED [2025-09-17T02:48:45.958Z] [2025-09-17T02:48:45.958Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-17T02:48:45.958Z] #7 DONE 0.0s [2025-09-17T02:48:45.958Z] [2025-09-17T02:48:45.958Z] #8 exporting to image [2025-09-17T02:48:45.958Z] #8 exporting layers done [2025-09-17T02:48:45.958Z] #8 exporting manifest sha256:dd2d535ab9acce337055a6205371b05bd89c05887c847c6071b0268b0d8e3361 done [2025-09-17T02:48:45.958Z] #8 exporting config sha256:95fb5799ea45cdfb336eb7ed009fd3526b09d7fde11648377891c7a965608cd0 done [2025-09-17T02:48:45.958Z] #8 exporting manifest sha256:bcfba4f8b61df6132fa40d5a47545768ba0a0d5dafe17da18a87010520db07b1 done [2025-09-17T02:48:45.958Z] #8 exporting config sha256:218479cd5638bdb85790f32ff81e346e0fb1d1f735d4d90811937c4d20a535f7 done [2025-09-17T02:48:45.958Z] #8 exporting manifest list sha256:03398d1b803228d29f1eea99fd8bd5c9d08ab8de180d36f11d2e97d401bb5320 done [2025-09-17T02:48:45.958Z] #8 pushing layers 0.0s done [2025-09-17T02:48:45.958Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:03398d1b803228d29f1eea99fd8bd5c9d08ab8de180d36f11d2e97d401bb5320 0.1s done [2025-09-17T02:48:45.959Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-17T02:48:45.959Z] #8 DONE 0.1s [2025-09-17T02:48:45.959Z] [2025-09-17T02:48:45.959Z] 1 warning found (use --debug to expand): [2025-09-17T02:48:45.959Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-17T02:48:46.502Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4 --push - [2025-09-17T02:48:46.502Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4' [2025-09-17T02:48:46.502Z] #1 [internal] load build definition from Dockerfile [2025-09-17T02:48:46.502Z] #1 transferring dockerfile: 216B done [2025-09-17T02:48:46.502Z] #1 DONE 0.0s [2025-09-17T02:48:46.502Z] [2025-09-17T02:48:46.502Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:48:46.502Z] #2 DONE 0.0s [2025-09-17T02:48:46.502Z] [2025-09-17T02:48:46.502Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:48:46.502Z] #3 DONE 0.1s [2025-09-17T02:48:46.502Z] [2025-09-17T02:48:46.502Z] #4 [internal] load .dockerignore [2025-09-17T02:48:46.502Z] #4 transferring context: 2B done [2025-09-17T02:48:46.502Z] #4 DONE 0.0s [2025-09-17T02:48:46.761Z] [2025-09-17T02:48:46.761Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:d7ee71025593f5704ad94a317d5f08b8ef51f1b65bfc609b9f1624d2f71cb198 [2025-09-17T02:48:46.761Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:d7ee71025593f5704ad94a317d5f08b8ef51f1b65bfc609b9f1624d2f71cb198 0.0s done [2025-09-17T02:48:46.761Z] #5 DONE 0.0s [2025-09-17T02:48:46.761Z] [2025-09-17T02:48:46.761Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:d7ee71025593f5704ad94a317d5f08b8ef51f1b65bfc609b9f1624d2f71cb198 [2025-09-17T02:48:46.761Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:d7ee71025593f5704ad94a317d5f08b8ef51f1b65bfc609b9f1624d2f71cb198 0.0s done [2025-09-17T02:48:46.761Z] #6 DONE 0.1s [2025-09-17T02:48:46.761Z] [2025-09-17T02:48:46.761Z] #7 exporting to image [2025-09-17T02:48:46.761Z] #7 exporting layers done [2025-09-17T02:48:46.761Z] #7 exporting manifest sha256:c5f877726ccf9d4e433004998aaed6473d1091fb15c01777878ebe256b4b6941 0.0s done [2025-09-17T02:48:46.761Z] #7 exporting config sha256:afa6770c668a82441eb3a9a02c21f01b30bf446cc561cc3c2a929a68c854df17 done [2025-09-17T02:48:46.761Z] #7 exporting manifest sha256:b685bb50174d345fe49b8a4064db5199deb5782671c4fe5ed0867b886bcf9515 done [2025-09-17T02:48:46.761Z] #7 exporting config sha256:06a700c0095c730d3cda00ae9ef4856f41167446fac49b90e3767840b41791da [2025-09-17T02:48:46.761Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-17T02:48:46.761Z] #7 ... [2025-09-17T02:48:46.761Z] [2025-09-17T02:48:46.761Z] #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-17T02:48:46.761Z] #8 DONE 0.0s [2025-09-17T02:48:46.761Z] [2025-09-17T02:48:46.761Z] #7 exporting to image [2025-09-17T02:48:46.761Z] #7 exporting config sha256:06a700c0095c730d3cda00ae9ef4856f41167446fac49b90e3767840b41791da 0.1s done [2025-09-17T02:48:46.761Z] #7 exporting manifest list sha256:808d920ea59b2c7e08375c12134ab3fcf4ef652b7bc3b5c41024454a426e7bf0 0.0s done [2025-09-17T02:48:46.761Z] #7 pushing layers [2025-09-17T02:48:47.021Z] #7 pushing layers 0.1s done [2025-09-17T02:48:47.021Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:808d920ea59b2c7e08375c12134ab3fcf4ef652b7bc3b5c41024454a426e7bf0 0.1s done [2025-09-17T02:48:47.021Z] #7 DONE 0.3s [2025-09-17T02:48:47.021Z] [2025-09-17T02:48:47.021Z] 1 warning found (use --debug to expand): [2025-09-17T02:48:47.021Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-17T02:48:47.306Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest' [2025-09-17T02:48:47.306Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest --push - [2025-09-17T02:48:47.306Z] #1 [internal] load build definition from Dockerfile [2025-09-17T02:48:47.306Z] #1 transferring dockerfile: 182B done [2025-09-17T02:48:47.306Z] #1 DONE 0.0s [2025-09-17T02:48:47.306Z] [2025-09-17T02:48:47.306Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-09-17T02:48:47.306Z] #2 DONE 0.0s [2025-09-17T02:48:47.306Z] [2025-09-17T02:48:47.306Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-09-17T02:48:47.306Z] #3 DONE 0.0s [2025-09-17T02:48:47.306Z] [2025-09-17T02:48:47.306Z] #4 [internal] load .dockerignore [2025-09-17T02:48:47.306Z] #4 transferring context: 2B done [2025-09-17T02:48:47.306Z] #4 DONE 0.0s [2025-09-17T02:48:47.306Z] [2025-09-17T02:48:47.306Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:d7ee71025593f5704ad94a317d5f08b8ef51f1b65bfc609b9f1624d2f71cb198 [2025-09-17T02:48:47.306Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:d7ee71025593f5704ad94a317d5f08b8ef51f1b65bfc609b9f1624d2f71cb198 0.0s done [2025-09-17T02:48:47.306Z] #5 CACHED [2025-09-17T02:48:47.306Z] [2025-09-17T02:48:47.306Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:d7ee71025593f5704ad94a317d5f08b8ef51f1b65bfc609b9f1624d2f71cb198 [2025-09-17T02:48:47.306Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:d7ee71025593f5704ad94a317d5f08b8ef51f1b65bfc609b9f1624d2f71cb198 0.0s done [2025-09-17T02:48:47.306Z] #6 CACHED [2025-09-17T02:48:47.306Z] [2025-09-17T02:48:47.306Z] #7 exporting to image [2025-09-17T02:48:47.306Z] #7 exporting layers done [2025-09-17T02:48:47.306Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-17T02:48:47.566Z] #7 exporting manifest sha256:c5f877726ccf9d4e433004998aaed6473d1091fb15c01777878ebe256b4b6941 done [2025-09-17T02:48:47.566Z] #7 exporting config sha256:afa6770c668a82441eb3a9a02c21f01b30bf446cc561cc3c2a929a68c854df17 done [2025-09-17T02:48:47.566Z] #7 exporting manifest sha256:b685bb50174d345fe49b8a4064db5199deb5782671c4fe5ed0867b886bcf9515 done [2025-09-17T02:48:47.566Z] #7 exporting config sha256:06a700c0095c730d3cda00ae9ef4856f41167446fac49b90e3767840b41791da done [2025-09-17T02:48:47.566Z] #7 exporting manifest list sha256:808d920ea59b2c7e08375c12134ab3fcf4ef652b7bc3b5c41024454a426e7bf0 done [2025-09-17T02:48:47.566Z] #7 pushing layers 0.0s done [2025-09-17T02:48:47.566Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:808d920ea59b2c7e08375c12134ab3fcf4ef652b7bc3b5c41024454a426e7bf0 0.1s done [2025-09-17T02:48:47.566Z] #7 DONE 0.1s [2025-09-17T02:48:47.566Z] [2025-09-17T02:48:47.566Z] #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-17T02:48:47.566Z] #8 DONE 0.0s [2025-09-17T02:48:47.566Z] [2025-09-17T02:48:47.566Z] 1 warning found (use --debug to expand): [2025-09-17T02:48:47.566Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-17T02:48:47.856Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.62' [2025-09-17T02:48:47.856Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.62 --push - [2025-09-17T02:48:47.856Z] #1 [internal] load build definition from Dockerfile [2025-09-17T02:48:47.856Z] #1 transferring dockerfile: 188B done [2025-09-17T02:48:47.856Z] #1 DONE 0.0s [2025-09-17T02:48:47.856Z] [2025-09-17T02:48:47.856Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.62 [2025-09-17T02:48:47.856Z] #2 DONE 0.0s [2025-09-17T02:48:47.856Z] [2025-09-17T02:48:47.856Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.62 [2025-09-17T02:48:47.856Z] #3 DONE 0.0s [2025-09-17T02:48:47.856Z] [2025-09-17T02:48:47.856Z] #4 [internal] load .dockerignore [2025-09-17T02:48:47.856Z] #4 transferring context: 2B done [2025-09-17T02:48:47.856Z] #4 DONE 0.0s [2025-09-17T02:48:47.856Z] [2025-09-17T02:48:47.856Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.62@sha256:d7ee71025593f5704ad94a317d5f08b8ef51f1b65bfc609b9f1624d2f71cb198 [2025-09-17T02:48:47.856Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.62@sha256:d7ee71025593f5704ad94a317d5f08b8ef51f1b65bfc609b9f1624d2f71cb198 0.0s done [2025-09-17T02:48:47.856Z] #5 DONE 0.0s [2025-09-17T02:48:47.856Z] [2025-09-17T02:48:47.856Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.62@sha256:d7ee71025593f5704ad94a317d5f08b8ef51f1b65bfc609b9f1624d2f71cb198 [2025-09-17T02:48:48.116Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.62@sha256:d7ee71025593f5704ad94a317d5f08b8ef51f1b65bfc609b9f1624d2f71cb198 0.0s done [2025-09-17T02:48:48.116Z] #6 CACHED [2025-09-17T02:48:48.116Z] [2025-09-17T02:48:48.116Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.62@sha256:d7ee71025593f5704ad94a317d5f08b8ef51f1b65bfc609b9f1624d2f71cb198 [2025-09-17T02:48:48.116Z] #5 CACHED [2025-09-17T02:48:48.116Z] [2025-09-17T02:48:48.116Z] #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-17T02:48:48.116Z] #7 DONE 0.0s [2025-09-17T02:48:48.116Z] [2025-09-17T02:48:48.116Z] #8 exporting to image [2025-09-17T02:48:48.116Z] #8 exporting layers done [2025-09-17T02:48:48.116Z] #8 exporting manifest sha256:c5f877726ccf9d4e433004998aaed6473d1091fb15c01777878ebe256b4b6941 done [2025-09-17T02:48:48.116Z] #8 exporting config sha256:afa6770c668a82441eb3a9a02c21f01b30bf446cc561cc3c2a929a68c854df17 done [2025-09-17T02:48:48.116Z] #8 exporting manifest sha256:b685bb50174d345fe49b8a4064db5199deb5782671c4fe5ed0867b886bcf9515 done [2025-09-17T02:48:48.116Z] #8 exporting config sha256:06a700c0095c730d3cda00ae9ef4856f41167446fac49b90e3767840b41791da done [2025-09-17T02:48:48.116Z] #8 exporting manifest list sha256:808d920ea59b2c7e08375c12134ab3fcf4ef652b7bc3b5c41024454a426e7bf0 done [2025-09-17T02:48:48.116Z] #8 pushing layers 0.0s done [2025-09-17T02:48:48.116Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.62@sha256:808d920ea59b2c7e08375c12134ab3fcf4ef652b7bc3b5c41024454a426e7bf0 0.1s done [2025-09-17T02:48:48.116Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-17T02:48:48.116Z] #8 DONE 0.1s [2025-09-17T02:48:48.116Z] [2025-09-17T02:48:48.116Z] 1 warning found (use --debug to expand): [2025-09-17T02:48:48.116Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-17T02:48:48.404Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62' [2025-09-17T02:48:48.404Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 --push - [2025-09-17T02:48:48.662Z] #1 [internal] load build definition from Dockerfile [2025-09-17T02:48:48.662Z] #1 transferring dockerfile: 229B done [2025-09-17T02:48:48.662Z] #1 DONE 0.0s [2025-09-17T02:48:48.662Z] [2025-09-17T02:48:48.662Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:48:48.662Z] #2 DONE 0.0s [2025-09-17T02:48:48.662Z] [2025-09-17T02:48:48.662Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:48:48.662Z] #3 DONE 0.0s [2025-09-17T02:48:48.662Z] [2025-09-17T02:48:48.662Z] #4 [internal] load .dockerignore [2025-09-17T02:48:48.662Z] #4 transferring context: 2B done [2025-09-17T02:48:48.662Z] #4 DONE 0.0s [2025-09-17T02:48:48.662Z] [2025-09-17T02:48:48.662Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:d7ee71025593f5704ad94a317d5f08b8ef51f1b65bfc609b9f1624d2f71cb198 [2025-09-17T02:48:48.662Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:d7ee71025593f5704ad94a317d5f08b8ef51f1b65bfc609b9f1624d2f71cb198 0.0s done [2025-09-17T02:48:48.662Z] #5 CACHED [2025-09-17T02:48:48.662Z] [2025-09-17T02:48:48.662Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:d7ee71025593f5704ad94a317d5f08b8ef51f1b65bfc609b9f1624d2f71cb198 [2025-09-17T02:48:48.662Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:d7ee71025593f5704ad94a317d5f08b8ef51f1b65bfc609b9f1624d2f71cb198 0.0s done [2025-09-17T02:48:48.662Z] #6 CACHED [2025-09-17T02:48:48.662Z] [2025-09-17T02:48:48.662Z] #7 exporting to image [2025-09-17T02:48:48.662Z] #7 exporting layers done [2025-09-17T02:48:48.662Z] #7 exporting manifest sha256:c5f877726ccf9d4e433004998aaed6473d1091fb15c01777878ebe256b4b6941 done [2025-09-17T02:48:48.662Z] #7 exporting config sha256:afa6770c668a82441eb3a9a02c21f01b30bf446cc561cc3c2a929a68c854df17 done [2025-09-17T02:48:48.662Z] #7 exporting manifest sha256:b685bb50174d345fe49b8a4064db5199deb5782671c4fe5ed0867b886bcf9515 done [2025-09-17T02:48:48.662Z] #7 exporting config sha256:06a700c0095c730d3cda00ae9ef4856f41167446fac49b90e3767840b41791da done [2025-09-17T02:48:48.662Z] #7 exporting manifest list sha256:808d920ea59b2c7e08375c12134ab3fcf4ef652b7bc3b5c41024454a426e7bf0 done [2025-09-17T02:48:48.662Z] #7 pushing layers 0.0s done [2025-09-17T02:48:48.662Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:808d920ea59b2c7e08375c12134ab3fcf4ef652b7bc3b5c41024454a426e7bf0 [2025-09-17T02:48:48.662Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-17T02:48:48.662Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:808d920ea59b2c7e08375c12134ab3fcf4ef652b7bc3b5c41024454a426e7bf0 0.1s done [2025-09-17T02:48:48.662Z] #7 DONE 0.1s [2025-09-17T02:48:48.662Z] [2025-09-17T02:48:48.662Z] #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-17T02:48:48.662Z] #8 DONE 0.0s [2025-09-17T02:48:48.662Z] [2025-09-17T02:48:48.662Z] 1 warning found (use --debug to expand): [2025-09-17T02:48:48.662Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-17T02:48:48.955Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main' [2025-09-17T02:48:48.955Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main --push - [2025-09-17T02:48:48.955Z] #1 [internal] load build definition from Dockerfile [2025-09-17T02:48:48.955Z] #1 transferring dockerfile: 180B done [2025-09-17T02:48:48.955Z] #1 DONE 0.0s [2025-09-17T02:48:48.955Z] [2025-09-17T02:48:48.955Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-09-17T02:48:48.955Z] #2 DONE 0.0s [2025-09-17T02:48:48.955Z] [2025-09-17T02:48:48.955Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-09-17T02:48:48.955Z] #3 DONE 0.0s [2025-09-17T02:48:48.955Z] [2025-09-17T02:48:48.955Z] #4 [internal] load .dockerignore [2025-09-17T02:48:48.955Z] #4 transferring context: 2B done [2025-09-17T02:48:48.955Z] #4 DONE 0.0s [2025-09-17T02:48:48.955Z] [2025-09-17T02:48:48.955Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:d7ee71025593f5704ad94a317d5f08b8ef51f1b65bfc609b9f1624d2f71cb198 [2025-09-17T02:48:48.955Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:d7ee71025593f5704ad94a317d5f08b8ef51f1b65bfc609b9f1624d2f71cb198 0.0s done [2025-09-17T02:48:48.955Z] #5 CACHED [2025-09-17T02:48:48.955Z] [2025-09-17T02:48:48.955Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:d7ee71025593f5704ad94a317d5f08b8ef51f1b65bfc609b9f1624d2f71cb198 [2025-09-17T02:48:48.955Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:d7ee71025593f5704ad94a317d5f08b8ef51f1b65bfc609b9f1624d2f71cb198 0.0s done [2025-09-17T02:48:48.955Z] #6 CACHED [2025-09-17T02:48:48.955Z] [2025-09-17T02:48:48.955Z] #7 exporting to image [2025-09-17T02:48:48.955Z] #7 exporting layers done [2025-09-17T02:48:48.955Z] #7 exporting manifest sha256:c5f877726ccf9d4e433004998aaed6473d1091fb15c01777878ebe256b4b6941 done [2025-09-17T02:48:48.955Z] #7 exporting config sha256:afa6770c668a82441eb3a9a02c21f01b30bf446cc561cc3c2a929a68c854df17 done [2025-09-17T02:48:48.955Z] #7 exporting manifest sha256:b685bb50174d345fe49b8a4064db5199deb5782671c4fe5ed0867b886bcf9515 done [2025-09-17T02:48:48.955Z] #7 exporting config sha256:06a700c0095c730d3cda00ae9ef4856f41167446fac49b90e3767840b41791da [2025-09-17T02:48:48.955Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-17T02:48:49.214Z] #7 exporting config sha256:06a700c0095c730d3cda00ae9ef4856f41167446fac49b90e3767840b41791da done [2025-09-17T02:48:49.214Z] #7 exporting manifest list sha256:808d920ea59b2c7e08375c12134ab3fcf4ef652b7bc3b5c41024454a426e7bf0 done [2025-09-17T02:48:49.214Z] #7 pushing layers 0.0s done [2025-09-17T02:48:49.214Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:808d920ea59b2c7e08375c12134ab3fcf4ef652b7bc3b5c41024454a426e7bf0 0.1s done [2025-09-17T02:48:49.214Z] #7 DONE 0.1s [2025-09-17T02:48:49.214Z] [2025-09-17T02:48:49.214Z] #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-17T02:48:49.214Z] #8 DONE 0.0s [2025-09-17T02:48:49.214Z] [2025-09-17T02:48:49.214Z] 1 warning found (use --debug to expand): [2025-09-17T02:48:49.214Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-17T02:48:49.595Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:44d03353ae1976a56c6e7b940cb61d7be0635af4' [2025-09-17T02:48:49.596Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:44d03353ae1976a56c6e7b940cb61d7be0635af4 --push - [2025-09-17T02:48:49.596Z] #1 [internal] load build definition from Dockerfile [2025-09-17T02:48:49.596Z] #1 transferring dockerfile: 194B done [2025-09-17T02:48:49.596Z] #1 DONE 0.0s [2025-09-17T02:48:49.596Z] [2025-09-17T02:48:49.596Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:48:49.596Z] #2 DONE 0.0s [2025-09-17T02:48:49.596Z] [2025-09-17T02:48:49.596Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:48:49.596Z] #3 DONE 0.1s [2025-09-17T02:48:49.596Z] [2025-09-17T02:48:49.596Z] #4 [internal] load .dockerignore [2025-09-17T02:48:49.596Z] #4 transferring context: 2B done [2025-09-17T02:48:49.596Z] #4 DONE 0.0s [2025-09-17T02:48:49.856Z] [2025-09-17T02:48:49.856Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:d432fc769a3694d82241441a1e8517f139b265c30b1f7c52b36081ced097f88a [2025-09-17T02:48:49.856Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:d432fc769a3694d82241441a1e8517f139b265c30b1f7c52b36081ced097f88a 0.0s done [2025-09-17T02:48:49.856Z] #5 DONE 0.0s [2025-09-17T02:48:49.856Z] [2025-09-17T02:48:49.856Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:d432fc769a3694d82241441a1e8517f139b265c30b1f7c52b36081ced097f88a [2025-09-17T02:48:49.856Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:d432fc769a3694d82241441a1e8517f139b265c30b1f7c52b36081ced097f88a 0.0s done [2025-09-17T02:48:49.856Z] #6 DONE 0.1s [2025-09-17T02:48:49.856Z] [2025-09-17T02:48:49.856Z] #7 exporting to image [2025-09-17T02:48:49.856Z] #7 exporting layers done [2025-09-17T02:48:49.856Z] #7 exporting manifest sha256:6d57d227cf92b61fb42fb1557cb0dec2eef5cf56a5bb634d101291a14e9cdb6b done [2025-09-17T02:48:49.856Z] #7 exporting config sha256:c4c2ed336fe3123e2a06c0a72c635bf8667550e6e2e30d3bd8d25591056c4dd5 done [2025-09-17T02:48:49.856Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-17T02:48:49.856Z] #7 ... [2025-09-17T02:48:49.856Z] [2025-09-17T02:48:49.856Z] #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-17T02:48:49.856Z] #8 DONE 0.0s [2025-09-17T02:48:49.856Z] [2025-09-17T02:48:49.856Z] #7 exporting to image [2025-09-17T02:48:49.856Z] #7 exporting manifest sha256:c896d17e4f0098320d9e368f9430c1b3dc462fe5eeba825f8362fd576508a4fd done [2025-09-17T02:48:49.856Z] #7 exporting config sha256:3f95242c7c5441d807a4ac4b03f9fa5318846ee14ccfad4aca6ffd1c61307a3d done [2025-09-17T02:48:49.856Z] #7 exporting manifest list sha256:3c44508b36621a6f9c9bb378657407eee5ce2995a9c60b33755e6c8a4fe06b2c done [2025-09-17T02:48:49.856Z] #7 pushing layers 0.1s done [2025-09-17T02:48:49.856Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:3c44508b36621a6f9c9bb378657407eee5ce2995a9c60b33755e6c8a4fe06b2c [2025-09-17T02:48:50.115Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:3c44508b36621a6f9c9bb378657407eee5ce2995a9c60b33755e6c8a4fe06b2c 0.1s done [2025-09-17T02:48:50.115Z] #7 DONE 0.2s [2025-09-17T02:48:50.115Z] [2025-09-17T02:48:50.115Z] 1 warning found (use --debug to expand): [2025-09-17T02:48:50.115Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-17T02:48:50.404Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:latest' [2025-09-17T02:48:50.404Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:latest --push - [2025-09-17T02:48:50.404Z] #1 [internal] load build definition from Dockerfile [2025-09-17T02:48:50.404Z] #1 transferring dockerfile: 160B done [2025-09-17T02:48:50.404Z] #1 DONE 0.0s [2025-09-17T02:48:50.404Z] [2025-09-17T02:48:50.404Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest [2025-09-17T02:48:50.404Z] #2 DONE 0.0s [2025-09-17T02:48:50.404Z] [2025-09-17T02:48:50.404Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest [2025-09-17T02:48:50.404Z] #3 DONE 0.0s [2025-09-17T02:48:50.404Z] [2025-09-17T02:48:50.404Z] #4 [internal] load .dockerignore [2025-09-17T02:48:50.404Z] #4 transferring context: 2B done [2025-09-17T02:48:50.404Z] #4 DONE 0.0s [2025-09-17T02:48:50.404Z] [2025-09-17T02:48:50.404Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:d432fc769a3694d82241441a1e8517f139b265c30b1f7c52b36081ced097f88a [2025-09-17T02:48:50.404Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:d432fc769a3694d82241441a1e8517f139b265c30b1f7c52b36081ced097f88a 0.0s done [2025-09-17T02:48:50.404Z] #5 CACHED [2025-09-17T02:48:50.404Z] [2025-09-17T02:48:50.404Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:d432fc769a3694d82241441a1e8517f139b265c30b1f7c52b36081ced097f88a [2025-09-17T02:48:50.404Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:d432fc769a3694d82241441a1e8517f139b265c30b1f7c52b36081ced097f88a 0.0s done [2025-09-17T02:48:50.404Z] #6 CACHED [2025-09-17T02:48:50.404Z] [2025-09-17T02:48:50.404Z] #7 exporting to image [2025-09-17T02:48:50.404Z] #7 exporting layers [2025-09-17T02:48:50.404Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-17T02:48:50.664Z] #7 exporting layers done [2025-09-17T02:48:50.664Z] #7 exporting manifest sha256:6d57d227cf92b61fb42fb1557cb0dec2eef5cf56a5bb634d101291a14e9cdb6b done [2025-09-17T02:48:50.664Z] #7 exporting config sha256:c4c2ed336fe3123e2a06c0a72c635bf8667550e6e2e30d3bd8d25591056c4dd5 done [2025-09-17T02:48:50.664Z] #7 exporting manifest sha256:c896d17e4f0098320d9e368f9430c1b3dc462fe5eeba825f8362fd576508a4fd done [2025-09-17T02:48:50.664Z] #7 exporting config sha256:3f95242c7c5441d807a4ac4b03f9fa5318846ee14ccfad4aca6ffd1c61307a3d done [2025-09-17T02:48:50.664Z] #7 exporting manifest list sha256:3c44508b36621a6f9c9bb378657407eee5ce2995a9c60b33755e6c8a4fe06b2c done [2025-09-17T02:48:50.664Z] #7 pushing layers 0.0s done [2025-09-17T02:48:50.664Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:latest@sha256:3c44508b36621a6f9c9bb378657407eee5ce2995a9c60b33755e6c8a4fe06b2c 0.1s done [2025-09-17T02:48:50.664Z] #7 DONE 0.1s [2025-09-17T02:48:50.664Z] [2025-09-17T02:48:50.664Z] #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-17T02:48:50.664Z] #8 DONE 0.0s [2025-09-17T02:48:50.664Z] [2025-09-17T02:48:50.664Z] 1 warning found (use --debug to expand): [2025-09-17T02:48:50.664Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-17T02:48:50.964Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.62' [2025-09-17T02:48:50.964Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.62 --push - [2025-09-17T02:48:50.964Z] #1 [internal] load build definition from Dockerfile [2025-09-17T02:48:50.964Z] #1 transferring dockerfile: 166B done [2025-09-17T02:48:50.964Z] #1 DONE 0.1s [2025-09-17T02:48:51.225Z] [2025-09-17T02:48:51.225Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.62 [2025-09-17T02:48:51.225Z] #2 DONE 0.1s [2025-09-17T02:48:51.225Z] [2025-09-17T02:48:51.225Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.62 [2025-09-17T02:48:51.225Z] #3 DONE 0.1s [2025-09-17T02:48:51.225Z] [2025-09-17T02:48:51.225Z] #4 [internal] load .dockerignore [2025-09-17T02:48:51.225Z] #4 transferring context: 2B done [2025-09-17T02:48:51.225Z] #4 DONE 0.0s [2025-09-17T02:48:51.225Z] [2025-09-17T02:48:51.225Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.62@sha256:d432fc769a3694d82241441a1e8517f139b265c30b1f7c52b36081ced097f88a [2025-09-17T02:48:51.225Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.62@sha256:d432fc769a3694d82241441a1e8517f139b265c30b1f7c52b36081ced097f88a done [2025-09-17T02:48:51.225Z] #5 CACHED [2025-09-17T02:48:51.225Z] [2025-09-17T02:48:51.225Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.62@sha256:d432fc769a3694d82241441a1e8517f139b265c30b1f7c52b36081ced097f88a [2025-09-17T02:48:51.225Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.62@sha256:d432fc769a3694d82241441a1e8517f139b265c30b1f7c52b36081ced097f88a done [2025-09-17T02:48:51.225Z] #6 CACHED [2025-09-17T02:48:51.225Z] [2025-09-17T02:48:51.225Z] #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-17T02:48:51.225Z] #7 DONE 0.0s [2025-09-17T02:48:51.225Z] [2025-09-17T02:48:51.225Z] #8 exporting to image [2025-09-17T02:48:51.225Z] #8 exporting layers done [2025-09-17T02:48:51.225Z] #8 exporting manifest sha256:6d57d227cf92b61fb42fb1557cb0dec2eef5cf56a5bb634d101291a14e9cdb6b done [2025-09-17T02:48:51.225Z] #8 exporting config sha256:c4c2ed336fe3123e2a06c0a72c635bf8667550e6e2e30d3bd8d25591056c4dd5 done [2025-09-17T02:48:51.225Z] #8 exporting manifest sha256:c896d17e4f0098320d9e368f9430c1b3dc462fe5eeba825f8362fd576508a4fd done [2025-09-17T02:48:51.225Z] #8 exporting config sha256:3f95242c7c5441d807a4ac4b03f9fa5318846ee14ccfad4aca6ffd1c61307a3d done [2025-09-17T02:48:51.225Z] #8 exporting manifest list sha256:3c44508b36621a6f9c9bb378657407eee5ce2995a9c60b33755e6c8a4fe06b2c done [2025-09-17T02:48:51.225Z] #8 pushing layers 0.0s done [2025-09-17T02:48:51.225Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.62@sha256:3c44508b36621a6f9c9bb378657407eee5ce2995a9c60b33755e6c8a4fe06b2c 0.1s done [2025-09-17T02:48:51.225Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-17T02:48:51.225Z] #8 DONE 0.1s [2025-09-17T02:48:51.225Z] [2025-09-17T02:48:51.225Z] 1 warning found (use --debug to expand): [2025-09-17T02:48:51.225Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-17T02:48:51.514Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62' [2025-09-17T02:48:51.515Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 --push - [2025-09-17T02:48:51.515Z] #1 [internal] load build definition from Dockerfile [2025-09-17T02:48:51.515Z] #1 transferring dockerfile: 207B done [2025-09-17T02:48:51.515Z] #1 DONE 0.0s [2025-09-17T02:48:51.515Z] [2025-09-17T02:48:51.515Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:48:51.515Z] #2 DONE 0.0s [2025-09-17T02:48:51.515Z] [2025-09-17T02:48:51.515Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:48:51.515Z] #3 DONE 0.0s [2025-09-17T02:48:51.515Z] [2025-09-17T02:48:51.515Z] #4 [internal] load .dockerignore [2025-09-17T02:48:51.515Z] #4 transferring context: 2B done [2025-09-17T02:48:51.515Z] #4 DONE 0.0s [2025-09-17T02:48:51.515Z] [2025-09-17T02:48:51.515Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:d432fc769a3694d82241441a1e8517f139b265c30b1f7c52b36081ced097f88a [2025-09-17T02:48:51.515Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:d432fc769a3694d82241441a1e8517f139b265c30b1f7c52b36081ced097f88a 0.0s done [2025-09-17T02:48:51.515Z] #5 CACHED [2025-09-17T02:48:51.515Z] [2025-09-17T02:48:51.515Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:d432fc769a3694d82241441a1e8517f139b265c30b1f7c52b36081ced097f88a [2025-09-17T02:48:51.515Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:d432fc769a3694d82241441a1e8517f139b265c30b1f7c52b36081ced097f88a 0.0s done [2025-09-17T02:48:51.515Z] #6 CACHED [2025-09-17T02:48:51.515Z] [2025-09-17T02:48:51.515Z] #7 exporting to image [2025-09-17T02:48:51.515Z] #7 exporting layers done [2025-09-17T02:48:51.515Z] #7 exporting manifest sha256:6d57d227cf92b61fb42fb1557cb0dec2eef5cf56a5bb634d101291a14e9cdb6b done [2025-09-17T02:48:51.515Z] #7 exporting config sha256:c4c2ed336fe3123e2a06c0a72c635bf8667550e6e2e30d3bd8d25591056c4dd5 done [2025-09-17T02:48:51.515Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-17T02:48:51.775Z] #7 exporting manifest sha256:c896d17e4f0098320d9e368f9430c1b3dc462fe5eeba825f8362fd576508a4fd done [2025-09-17T02:48:51.775Z] #7 exporting config sha256:3f95242c7c5441d807a4ac4b03f9fa5318846ee14ccfad4aca6ffd1c61307a3d done [2025-09-17T02:48:51.775Z] #7 exporting manifest list sha256:3c44508b36621a6f9c9bb378657407eee5ce2995a9c60b33755e6c8a4fe06b2c done [2025-09-17T02:48:51.775Z] #7 pushing layers 0.0s done [2025-09-17T02:48:51.775Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:3c44508b36621a6f9c9bb378657407eee5ce2995a9c60b33755e6c8a4fe06b2c 0.1s done [2025-09-17T02:48:51.775Z] #7 DONE 0.1s [2025-09-17T02:48:51.775Z] [2025-09-17T02:48:51.775Z] #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-17T02:48:51.775Z] #8 DONE 0.0s [2025-09-17T02:48:51.775Z] [2025-09-17T02:48:51.775Z] 1 warning found (use --debug to expand): [2025-09-17T02:48:51.775Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-17T02:48:52.065Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:main' [2025-09-17T02:48:52.065Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:main --push - [2025-09-17T02:48:52.065Z] #1 [internal] load build definition from Dockerfile [2025-09-17T02:48:52.065Z] #1 transferring dockerfile: 158B done [2025-09-17T02:48:52.065Z] #1 DONE 0.0s [2025-09-17T02:48:52.065Z] [2025-09-17T02:48:52.065Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main [2025-09-17T02:48:52.065Z] #2 DONE 0.0s [2025-09-17T02:48:52.065Z] [2025-09-17T02:48:52.065Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main [2025-09-17T02:48:52.065Z] #3 DONE 0.0s [2025-09-17T02:48:52.065Z] [2025-09-17T02:48:52.065Z] #4 [internal] load .dockerignore [2025-09-17T02:48:52.065Z] #4 transferring context: 2B done [2025-09-17T02:48:52.065Z] #4 DONE 0.0s [2025-09-17T02:48:52.065Z] [2025-09-17T02:48:52.065Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:d432fc769a3694d82241441a1e8517f139b265c30b1f7c52b36081ced097f88a [2025-09-17T02:48:52.065Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:d432fc769a3694d82241441a1e8517f139b265c30b1f7c52b36081ced097f88a 0.0s done [2025-09-17T02:48:52.065Z] #5 CACHED [2025-09-17T02:48:52.065Z] [2025-09-17T02:48:52.065Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:d432fc769a3694d82241441a1e8517f139b265c30b1f7c52b36081ced097f88a [2025-09-17T02:48:52.065Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:d432fc769a3694d82241441a1e8517f139b265c30b1f7c52b36081ced097f88a 0.0s done [2025-09-17T02:48:52.065Z] #6 DONE 0.0s [2025-09-17T02:48:52.321Z] [2025-09-17T02:48:52.322Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:d432fc769a3694d82241441a1e8517f139b265c30b1f7c52b36081ced097f88a [2025-09-17T02:48:52.322Z] #6 CACHED [2025-09-17T02:48:52.322Z] [2025-09-17T02:48:52.322Z] #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-17T02:48:52.322Z] #7 DONE 0.0s [2025-09-17T02:48:52.322Z] [2025-09-17T02:48:52.322Z] #8 exporting to image [2025-09-17T02:48:52.322Z] #8 exporting layers done [2025-09-17T02:48:52.322Z] #8 exporting manifest sha256:6d57d227cf92b61fb42fb1557cb0dec2eef5cf56a5bb634d101291a14e9cdb6b done [2025-09-17T02:48:52.322Z] #8 exporting config sha256:c4c2ed336fe3123e2a06c0a72c635bf8667550e6e2e30d3bd8d25591056c4dd5 done [2025-09-17T02:48:52.322Z] #8 exporting manifest sha256:c896d17e4f0098320d9e368f9430c1b3dc462fe5eeba825f8362fd576508a4fd done [2025-09-17T02:48:52.322Z] #8 exporting config sha256:3f95242c7c5441d807a4ac4b03f9fa5318846ee14ccfad4aca6ffd1c61307a3d done [2025-09-17T02:48:52.322Z] #8 exporting manifest list sha256:3c44508b36621a6f9c9bb378657407eee5ce2995a9c60b33755e6c8a4fe06b2c done [2025-09-17T02:48:52.322Z] #8 pushing layers 0.0s done [2025-09-17T02:48:52.322Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:3c44508b36621a6f9c9bb378657407eee5ce2995a9c60b33755e6c8a4fe06b2c 0.1s done [2025-09-17T02:48:52.322Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-17T02:48:52.322Z] #8 DONE 0.1s [2025-09-17T02:48:52.322Z] [2025-09-17T02:48:52.322Z] 1 warning found (use --debug to expand): [2025-09-17T02:48:52.322Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-17T02:48:52.632Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:44d03353ae1976a56c6e7b940cb61d7be0635af4 --push - [2025-09-17T02:48:52.632Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:44d03353ae1976a56c6e7b940cb61d7be0635af4' [2025-09-17T02:48:52.893Z] #1 [internal] load build definition from Dockerfile [2025-09-17T02:48:52.893Z] #1 transferring dockerfile: 196B done [2025-09-17T02:48:52.893Z] #1 DONE 0.0s [2025-09-17T02:48:52.893Z] [2025-09-17T02:48:52.893Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:48:52.893Z] #2 DONE 0.0s [2025-09-17T02:48:52.893Z] [2025-09-17T02:48:52.893Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:48:52.893Z] #3 DONE 0.0s [2025-09-17T02:48:52.893Z] [2025-09-17T02:48:52.893Z] #4 [internal] load .dockerignore [2025-09-17T02:48:52.893Z] #4 transferring context: 2B done [2025-09-17T02:48:52.893Z] #4 DONE 0.0s [2025-09-17T02:48:52.893Z] [2025-09-17T02:48:52.893Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:cfcd0219a78626391e06c3cedc36533a4f0e5bee50cb76331c65c4b6a2ddf140 [2025-09-17T02:48:52.893Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:cfcd0219a78626391e06c3cedc36533a4f0e5bee50cb76331c65c4b6a2ddf140 done [2025-09-17T02:48:52.893Z] #5 DONE 0.0s [2025-09-17T02:48:52.893Z] [2025-09-17T02:48:52.893Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:cfcd0219a78626391e06c3cedc36533a4f0e5bee50cb76331c65c4b6a2ddf140 [2025-09-17T02:48:52.893Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:cfcd0219a78626391e06c3cedc36533a4f0e5bee50cb76331c65c4b6a2ddf140 done [2025-09-17T02:48:52.893Z] #6 DONE 0.0s [2025-09-17T02:48:52.893Z] [2025-09-17T02:48:52.893Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:cfcd0219a78626391e06c3cedc36533a4f0e5bee50cb76331c65c4b6a2ddf140 [2025-09-17T02:48:52.893Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:cfcd0219a78626391e06c3cedc36533a4f0e5bee50cb76331c65c4b6a2ddf140 done [2025-09-17T02:48:52.893Z] #5 DONE 0.1s [2025-09-17T02:48:52.893Z] [2025-09-17T02:48:52.893Z] #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-17T02:48:53.152Z] #7 DONE 0.0s [2025-09-17T02:48:53.152Z] [2025-09-17T02:48:53.152Z] #8 exporting to image [2025-09-17T02:48:53.152Z] #8 exporting layers done [2025-09-17T02:48:53.152Z] #8 exporting manifest sha256:2772ff8e73e213c268ac3529402feaec8a8b63019ed5fe59937b3c129b63cc1e done [2025-09-17T02:48:53.153Z] #8 exporting config sha256:958b5f5f67582a33069ba263c2ae9cab43a9d66e85f96c87147083ae9551b799 done [2025-09-17T02:48:53.153Z] #8 exporting manifest sha256:0dfeb0ac27e832cbb0ae89829aaa362d875067a606fc0beae45ddc3817234459 done [2025-09-17T02:48:53.153Z] #8 exporting config sha256:9317b3383fcc9bb4867d0427e7eb0ecc5382b28185abb3daec61cf1e71d51838 done [2025-09-17T02:48:53.153Z] #8 exporting manifest list sha256:006871c211fbd5ccf50890d5ebeaeac91ad2cfba8c01002a8c1aa9a64685e9e4 0.0s done [2025-09-17T02:48:53.153Z] #8 pushing layers 0.1s done [2025-09-17T02:48:53.153Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:006871c211fbd5ccf50890d5ebeaeac91ad2cfba8c01002a8c1aa9a64685e9e4 [2025-09-17T02:48:53.153Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-17T02:48:53.153Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:006871c211fbd5ccf50890d5ebeaeac91ad2cfba8c01002a8c1aa9a64685e9e4 0.1s done [2025-09-17T02:48:53.153Z] #8 DONE 0.2s [2025-09-17T02:48:53.153Z] [2025-09-17T02:48:53.153Z] 1 warning found (use --debug to expand): [2025-09-17T02:48:53.153Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-17T02:48:53.441Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:latest' [2025-09-17T02:48:53.441Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:latest --push - [2025-09-17T02:48:53.441Z] #1 [internal] load build definition from Dockerfile [2025-09-17T02:48:53.441Z] #1 transferring dockerfile: 162B done [2025-09-17T02:48:53.441Z] #1 DONE 0.0s [2025-09-17T02:48:53.441Z] [2025-09-17T02:48:53.441Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-09-17T02:48:53.441Z] #2 DONE 0.0s [2025-09-17T02:48:53.441Z] [2025-09-17T02:48:53.441Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-09-17T02:48:53.441Z] #3 DONE 0.0s [2025-09-17T02:48:53.441Z] [2025-09-17T02:48:53.441Z] #4 [internal] load .dockerignore [2025-09-17T02:48:53.441Z] #4 transferring context: 2B done [2025-09-17T02:48:53.441Z] #4 DONE 0.0s [2025-09-17T02:48:53.441Z] [2025-09-17T02:48:53.441Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:cfcd0219a78626391e06c3cedc36533a4f0e5bee50cb76331c65c4b6a2ddf140 [2025-09-17T02:48:53.441Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:cfcd0219a78626391e06c3cedc36533a4f0e5bee50cb76331c65c4b6a2ddf140 0.0s done [2025-09-17T02:48:53.441Z] #5 CACHED [2025-09-17T02:48:53.441Z] [2025-09-17T02:48:53.441Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:cfcd0219a78626391e06c3cedc36533a4f0e5bee50cb76331c65c4b6a2ddf140 [2025-09-17T02:48:53.700Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:cfcd0219a78626391e06c3cedc36533a4f0e5bee50cb76331c65c4b6a2ddf140 done [2025-09-17T02:48:53.700Z] #6 CACHED [2025-09-17T02:48:53.700Z] [2025-09-17T02:48:53.700Z] #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-17T02:48:53.700Z] #7 DONE 0.0s [2025-09-17T02:48:53.700Z] [2025-09-17T02:48:53.700Z] #8 exporting to image [2025-09-17T02:48:53.700Z] #8 exporting layers done [2025-09-17T02:48:53.700Z] #8 exporting manifest sha256:2772ff8e73e213c268ac3529402feaec8a8b63019ed5fe59937b3c129b63cc1e done [2025-09-17T02:48:53.700Z] #8 exporting config sha256:958b5f5f67582a33069ba263c2ae9cab43a9d66e85f96c87147083ae9551b799 done [2025-09-17T02:48:53.700Z] #8 exporting manifest sha256:0dfeb0ac27e832cbb0ae89829aaa362d875067a606fc0beae45ddc3817234459 done [2025-09-17T02:48:53.700Z] #8 exporting config sha256:9317b3383fcc9bb4867d0427e7eb0ecc5382b28185abb3daec61cf1e71d51838 done [2025-09-17T02:48:53.700Z] #8 exporting manifest list sha256:006871c211fbd5ccf50890d5ebeaeac91ad2cfba8c01002a8c1aa9a64685e9e4 done [2025-09-17T02:48:53.700Z] #8 pushing layers 0.0s done [2025-09-17T02:48:53.700Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:006871c211fbd5ccf50890d5ebeaeac91ad2cfba8c01002a8c1aa9a64685e9e4 0.1s done [2025-09-17T02:48:53.700Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-17T02:48:53.700Z] #8 DONE 0.1s [2025-09-17T02:48:53.700Z] [2025-09-17T02:48:53.700Z] 1 warning found (use --debug to expand): [2025-09-17T02:48:53.700Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-17T02:48:53.989Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.62 --push - [2025-09-17T02:48:53.989Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.62' [2025-09-17T02:48:53.989Z] #1 [internal] load build definition from Dockerfile [2025-09-17T02:48:53.989Z] #1 transferring dockerfile: 168B done [2025-09-17T02:48:53.989Z] #1 DONE 0.0s [2025-09-17T02:48:53.989Z] [2025-09-17T02:48:53.989Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.62 [2025-09-17T02:48:53.989Z] #2 DONE 0.0s [2025-09-17T02:48:53.989Z] [2025-09-17T02:48:53.989Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.62 [2025-09-17T02:48:53.989Z] #3 DONE 0.0s [2025-09-17T02:48:53.989Z] [2025-09-17T02:48:53.989Z] #4 [internal] load .dockerignore [2025-09-17T02:48:53.989Z] #4 transferring context: 2B done [2025-09-17T02:48:53.989Z] #4 DONE 0.0s [2025-09-17T02:48:53.989Z] [2025-09-17T02:48:53.989Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.62@sha256:cfcd0219a78626391e06c3cedc36533a4f0e5bee50cb76331c65c4b6a2ddf140 [2025-09-17T02:48:53.989Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.62@sha256:cfcd0219a78626391e06c3cedc36533a4f0e5bee50cb76331c65c4b6a2ddf140 0.0s done [2025-09-17T02:48:53.989Z] #5 CACHED [2025-09-17T02:48:53.989Z] [2025-09-17T02:48:53.989Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.62@sha256:cfcd0219a78626391e06c3cedc36533a4f0e5bee50cb76331c65c4b6a2ddf140 [2025-09-17T02:48:53.989Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.62@sha256:cfcd0219a78626391e06c3cedc36533a4f0e5bee50cb76331c65c4b6a2ddf140 0.0s done [2025-09-17T02:48:53.989Z] #6 CACHED [2025-09-17T02:48:53.989Z] [2025-09-17T02:48:53.989Z] #7 exporting to image [2025-09-17T02:48:53.989Z] #7 exporting layers done [2025-09-17T02:48:53.989Z] #7 exporting manifest sha256:2772ff8e73e213c268ac3529402feaec8a8b63019ed5fe59937b3c129b63cc1e done [2025-09-17T02:48:53.989Z] #7 exporting config sha256:958b5f5f67582a33069ba263c2ae9cab43a9d66e85f96c87147083ae9551b799 done [2025-09-17T02:48:53.989Z] #7 exporting manifest sha256:0dfeb0ac27e832cbb0ae89829aaa362d875067a606fc0beae45ddc3817234459 done [2025-09-17T02:48:53.989Z] #7 exporting config sha256:9317b3383fcc9bb4867d0427e7eb0ecc5382b28185abb3daec61cf1e71d51838 done [2025-09-17T02:48:53.989Z] #7 exporting manifest list sha256:006871c211fbd5ccf50890d5ebeaeac91ad2cfba8c01002a8c1aa9a64685e9e4 done [2025-09-17T02:48:53.989Z] #7 pushing layers [2025-09-17T02:48:53.989Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-17T02:48:54.249Z] #7 pushing layers 0.0s done [2025-09-17T02:48:54.249Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.62@sha256:006871c211fbd5ccf50890d5ebeaeac91ad2cfba8c01002a8c1aa9a64685e9e4 0.1s done [2025-09-17T02:48:54.249Z] #7 DONE 0.1s [2025-09-17T02:48:54.249Z] [2025-09-17T02:48:54.249Z] #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-17T02:48:54.249Z] #8 DONE 0.0s [2025-09-17T02:48:54.249Z] [2025-09-17T02:48:54.249Z] 1 warning found (use --debug to expand): [2025-09-17T02:48:54.249Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-17T02:48:54.535Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62' [2025-09-17T02:48:54.535Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 --push - [2025-09-17T02:48:54.535Z] #1 [internal] load build definition from Dockerfile [2025-09-17T02:48:54.535Z] #1 transferring dockerfile: 209B done [2025-09-17T02:48:54.535Z] #1 DONE 0.0s [2025-09-17T02:48:54.535Z] [2025-09-17T02:48:54.535Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:48:54.535Z] #2 DONE 0.0s [2025-09-17T02:48:54.535Z] [2025-09-17T02:48:54.535Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:48:54.535Z] #3 DONE 0.0s [2025-09-17T02:48:54.535Z] [2025-09-17T02:48:54.535Z] #4 [internal] load .dockerignore [2025-09-17T02:48:54.535Z] #4 transferring context: 2B done [2025-09-17T02:48:54.535Z] #4 DONE 0.0s [2025-09-17T02:48:54.535Z] [2025-09-17T02:48:54.535Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:cfcd0219a78626391e06c3cedc36533a4f0e5bee50cb76331c65c4b6a2ddf140 [2025-09-17T02:48:54.535Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:cfcd0219a78626391e06c3cedc36533a4f0e5bee50cb76331c65c4b6a2ddf140 done [2025-09-17T02:48:54.535Z] #5 CACHED [2025-09-17T02:48:54.535Z] [2025-09-17T02:48:54.535Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:cfcd0219a78626391e06c3cedc36533a4f0e5bee50cb76331c65c4b6a2ddf140 [2025-09-17T02:48:54.535Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:cfcd0219a78626391e06c3cedc36533a4f0e5bee50cb76331c65c4b6a2ddf140 done [2025-09-17T02:48:54.535Z] #6 CACHED [2025-09-17T02:48:54.535Z] [2025-09-17T02:48:54.535Z] #7 exporting to image [2025-09-17T02:48:54.535Z] #7 exporting layers done [2025-09-17T02:48:54.535Z] #7 exporting manifest sha256:2772ff8e73e213c268ac3529402feaec8a8b63019ed5fe59937b3c129b63cc1e done [2025-09-17T02:48:54.535Z] #7 exporting config sha256:958b5f5f67582a33069ba263c2ae9cab43a9d66e85f96c87147083ae9551b799 done [2025-09-17T02:48:54.535Z] #7 exporting manifest sha256:0dfeb0ac27e832cbb0ae89829aaa362d875067a606fc0beae45ddc3817234459 done [2025-09-17T02:48:54.535Z] #7 exporting config sha256:9317b3383fcc9bb4867d0427e7eb0ecc5382b28185abb3daec61cf1e71d51838 done [2025-09-17T02:48:54.535Z] #7 exporting manifest list sha256:006871c211fbd5ccf50890d5ebeaeac91ad2cfba8c01002a8c1aa9a64685e9e4 done [2025-09-17T02:48:54.535Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-17T02:48:54.989Z] #7 pushing layers 0.0s done [2025-09-17T02:48:54.989Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:006871c211fbd5ccf50890d5ebeaeac91ad2cfba8c01002a8c1aa9a64685e9e4 0.1s done [2025-09-17T02:48:54.989Z] #7 DONE 0.1s [2025-09-17T02:48:54.989Z] [2025-09-17T02:48:54.989Z] #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-17T02:48:54.989Z] #8 DONE 0.0s [2025-09-17T02:48:55.251Z] [2025-09-17T02:48:55.251Z] 1 warning found (use --debug to expand): [2025-09-17T02:48:55.251Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-17T02:48:55.552Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:main --push - [2025-09-17T02:48:55.552Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:main' [2025-09-17T02:48:55.552Z] #1 [internal] load build definition from Dockerfile [2025-09-17T02:48:55.552Z] #1 transferring dockerfile: 160B done [2025-09-17T02:48:55.552Z] #1 DONE 0.0s [2025-09-17T02:48:55.552Z] [2025-09-17T02:48:55.552Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main [2025-09-17T02:48:55.552Z] #2 DONE 0.0s [2025-09-17T02:48:55.552Z] [2025-09-17T02:48:55.552Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main [2025-09-17T02:48:55.552Z] #3 DONE 0.0s [2025-09-17T02:48:55.552Z] [2025-09-17T02:48:55.552Z] #4 [internal] load .dockerignore [2025-09-17T02:48:55.552Z] #4 transferring context: 2B done [2025-09-17T02:48:55.552Z] #4 DONE 0.0s [2025-09-17T02:48:55.552Z] [2025-09-17T02:48:55.552Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:cfcd0219a78626391e06c3cedc36533a4f0e5bee50cb76331c65c4b6a2ddf140 [2025-09-17T02:48:55.552Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:cfcd0219a78626391e06c3cedc36533a4f0e5bee50cb76331c65c4b6a2ddf140 done [2025-09-17T02:48:55.552Z] #5 CACHED [2025-09-17T02:48:55.552Z] [2025-09-17T02:48:55.552Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:cfcd0219a78626391e06c3cedc36533a4f0e5bee50cb76331c65c4b6a2ddf140 [2025-09-17T02:48:55.552Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:cfcd0219a78626391e06c3cedc36533a4f0e5bee50cb76331c65c4b6a2ddf140 0.0s done [2025-09-17T02:48:55.552Z] #6 CACHED [2025-09-17T02:48:55.552Z] [2025-09-17T02:48:55.552Z] #7 exporting to image [2025-09-17T02:48:55.552Z] #7 exporting layers done [2025-09-17T02:48:55.552Z] #7 exporting manifest sha256:2772ff8e73e213c268ac3529402feaec8a8b63019ed5fe59937b3c129b63cc1e done [2025-09-17T02:48:55.552Z] #7 exporting config sha256:958b5f5f67582a33069ba263c2ae9cab43a9d66e85f96c87147083ae9551b799 done [2025-09-17T02:48:55.552Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-17T02:48:55.813Z] #7 exporting manifest sha256:0dfeb0ac27e832cbb0ae89829aaa362d875067a606fc0beae45ddc3817234459 done [2025-09-17T02:48:55.813Z] #7 exporting config sha256:9317b3383fcc9bb4867d0427e7eb0ecc5382b28185abb3daec61cf1e71d51838 done [2025-09-17T02:48:55.813Z] #7 exporting manifest list sha256:006871c211fbd5ccf50890d5ebeaeac91ad2cfba8c01002a8c1aa9a64685e9e4 done [2025-09-17T02:48:55.813Z] #7 pushing layers 0.0s done [2025-09-17T02:48:55.813Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:006871c211fbd5ccf50890d5ebeaeac91ad2cfba8c01002a8c1aa9a64685e9e4 0.1s done [2025-09-17T02:48:55.813Z] #7 DONE 0.1s [2025-09-17T02:48:55.813Z] [2025-09-17T02:48:55.813Z] #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-17T02:48:55.813Z] #8 DONE 0.0s [2025-09-17T02:48:55.813Z] [2025-09-17T02:48:55.813Z] 1 warning found (use --debug to expand): [2025-09-17T02:48:55.813Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-17T02:48:56.103Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:44d03353ae1976a56c6e7b940cb61d7be0635af4' [2025-09-17T02:48:56.103Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:44d03353ae1976a56c6e7b940cb61d7be0635af4 --push - [2025-09-17T02:48:56.103Z] #1 [internal] load build definition from Dockerfile [2025-09-17T02:48:56.103Z] #1 transferring dockerfile: 198B done [2025-09-17T02:48:56.103Z] #1 DONE 0.0s [2025-09-17T02:48:56.103Z] [2025-09-17T02:48:56.103Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:48:56.103Z] #2 DONE 0.0s [2025-09-17T02:48:56.103Z] [2025-09-17T02:48:56.103Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:48:56.103Z] #3 DONE 0.1s [2025-09-17T02:48:56.103Z] [2025-09-17T02:48:56.103Z] #4 [internal] load .dockerignore [2025-09-17T02:48:56.103Z] #4 transferring context: 2B done [2025-09-17T02:48:56.103Z] #4 DONE 0.0s [2025-09-17T02:48:56.364Z] [2025-09-17T02:48:56.364Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:2f02b121c23261d93113a9abc17758f58b4a825187a06c18c4ab2023e8dd70a9 [2025-09-17T02:48:56.364Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:2f02b121c23261d93113a9abc17758f58b4a825187a06c18c4ab2023e8dd70a9 [2025-09-17T02:48:56.364Z] #5 ... [2025-09-17T02:48:56.364Z] [2025-09-17T02:48:56.364Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:2f02b121c23261d93113a9abc17758f58b4a825187a06c18c4ab2023e8dd70a9 [2025-09-17T02:48:56.364Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:2f02b121c23261d93113a9abc17758f58b4a825187a06c18c4ab2023e8dd70a9 0.0s done [2025-09-17T02:48:56.364Z] #6 DONE 0.1s [2025-09-17T02:48:56.364Z] [2025-09-17T02:48:56.364Z] #7 exporting to image [2025-09-17T02:48:56.364Z] #7 exporting layers done [2025-09-17T02:48:56.364Z] #7 exporting manifest sha256:16f13e6fea3abe74e000e5e7c52caa1e1ba7961aa712b0a3d1b3af011fbeb54b 0.0s done [2025-09-17T02:48:56.364Z] #7 exporting config sha256:183fbc6fa7e2580e2ec74a1af1e09ae7667ed34184c60f6d64dc5638d80ece20 done [2025-09-17T02:48:56.364Z] #7 exporting manifest sha256:3d258476f6fa4d92b8127aa732c8bda785cf3fa360f5b2dc08c15da71e8b6a33 done [2025-09-17T02:48:56.364Z] #7 exporting config sha256:a8263f63dcb4ae8034bb8e1095f53e8b41f743babb572359ed0ef07da4e61c8e done [2025-09-17T02:48:56.364Z] #7 exporting manifest list sha256:7504dd435f64be6ce894bf890c377467c2e0c0d710d737b3e267043b13ed0d03 [2025-09-17T02:48:56.364Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-17T02:48:56.364Z] #7 ... [2025-09-17T02:48:56.364Z] [2025-09-17T02:48:56.364Z] #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-17T02:48:56.364Z] #8 DONE 0.0s [2025-09-17T02:48:56.364Z] [2025-09-17T02:48:56.364Z] #7 exporting to image [2025-09-17T02:48:56.364Z] #7 exporting manifest list sha256:7504dd435f64be6ce894bf890c377467c2e0c0d710d737b3e267043b13ed0d03 done [2025-09-17T02:48:56.364Z] #7 pushing layers 0.1s done [2025-09-17T02:48:56.364Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:7504dd435f64be6ce894bf890c377467c2e0c0d710d737b3e267043b13ed0d03 [2025-09-17T02:48:56.624Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:7504dd435f64be6ce894bf890c377467c2e0c0d710d737b3e267043b13ed0d03 0.1s done [2025-09-17T02:48:56.624Z] #7 DONE 0.2s [2025-09-17T02:48:56.624Z] [2025-09-17T02:48:56.624Z] 1 warning found (use --debug to expand): [2025-09-17T02:48:56.624Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-17T02:48:56.934Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:latest --push - [2025-09-17T02:48:56.934Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:latest' [2025-09-17T02:48:56.934Z] #1 [internal] load build definition from Dockerfile [2025-09-17T02:48:56.934Z] #1 transferring dockerfile: 164B done [2025-09-17T02:48:56.934Z] #1 DONE 0.0s [2025-09-17T02:48:56.934Z] [2025-09-17T02:48:56.934Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-09-17T02:48:56.934Z] #2 DONE 0.0s [2025-09-17T02:48:56.934Z] [2025-09-17T02:48:56.934Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-09-17T02:48:56.934Z] #3 DONE 0.0s [2025-09-17T02:48:56.934Z] [2025-09-17T02:48:56.934Z] #4 [internal] load .dockerignore [2025-09-17T02:48:56.934Z] #4 transferring context: 2B done [2025-09-17T02:48:56.934Z] #4 DONE 0.0s [2025-09-17T02:48:56.934Z] [2025-09-17T02:48:56.934Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:2f02b121c23261d93113a9abc17758f58b4a825187a06c18c4ab2023e8dd70a9 [2025-09-17T02:48:56.934Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:2f02b121c23261d93113a9abc17758f58b4a825187a06c18c4ab2023e8dd70a9 done [2025-09-17T02:48:56.934Z] #5 DONE 0.0s [2025-09-17T02:48:56.934Z] [2025-09-17T02:48:56.934Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:2f02b121c23261d93113a9abc17758f58b4a825187a06c18c4ab2023e8dd70a9 [2025-09-17T02:48:57.193Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:2f02b121c23261d93113a9abc17758f58b4a825187a06c18c4ab2023e8dd70a9 0.0s done [2025-09-17T02:48:57.193Z] #6 CACHED [2025-09-17T02:48:57.193Z] [2025-09-17T02:48:57.193Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:2f02b121c23261d93113a9abc17758f58b4a825187a06c18c4ab2023e8dd70a9 [2025-09-17T02:48:57.193Z] #5 CACHED [2025-09-17T02:48:57.193Z] [2025-09-17T02:48:57.193Z] #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-17T02:48:57.193Z] #7 DONE 0.0s [2025-09-17T02:48:57.193Z] [2025-09-17T02:48:57.193Z] #8 exporting to image [2025-09-17T02:48:57.193Z] #8 exporting layers done [2025-09-17T02:48:57.193Z] #8 exporting manifest sha256:16f13e6fea3abe74e000e5e7c52caa1e1ba7961aa712b0a3d1b3af011fbeb54b done [2025-09-17T02:48:57.193Z] #8 exporting config sha256:183fbc6fa7e2580e2ec74a1af1e09ae7667ed34184c60f6d64dc5638d80ece20 done [2025-09-17T02:48:57.194Z] #8 exporting manifest sha256:3d258476f6fa4d92b8127aa732c8bda785cf3fa360f5b2dc08c15da71e8b6a33 done [2025-09-17T02:48:57.194Z] #8 exporting config sha256:a8263f63dcb4ae8034bb8e1095f53e8b41f743babb572359ed0ef07da4e61c8e done [2025-09-17T02:48:57.194Z] #8 exporting manifest list sha256:7504dd435f64be6ce894bf890c377467c2e0c0d710d737b3e267043b13ed0d03 done [2025-09-17T02:48:57.194Z] #8 pushing layers 0.0s done [2025-09-17T02:48:57.194Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:7504dd435f64be6ce894bf890c377467c2e0c0d710d737b3e267043b13ed0d03 0.1s done [2025-09-17T02:48:57.194Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-17T02:48:57.194Z] #8 DONE 0.1s [2025-09-17T02:48:57.194Z] [2025-09-17T02:48:57.194Z] 1 warning found (use --debug to expand): [2025-09-17T02:48:57.194Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-17T02:48:57.484Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.62' [2025-09-17T02:48:57.484Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.62 --push - [2025-09-17T02:48:57.743Z] #1 [internal] load build definition from Dockerfile [2025-09-17T02:48:57.743Z] #1 transferring dockerfile: 170B done [2025-09-17T02:48:57.743Z] #1 DONE 0.0s [2025-09-17T02:48:57.743Z] [2025-09-17T02:48:57.743Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.62 [2025-09-17T02:48:57.743Z] #2 DONE 0.0s [2025-09-17T02:48:57.743Z] [2025-09-17T02:48:57.743Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.62 [2025-09-17T02:48:57.743Z] #3 DONE 0.0s [2025-09-17T02:48:57.743Z] [2025-09-17T02:48:57.743Z] #4 [internal] load .dockerignore [2025-09-17T02:48:57.743Z] #4 transferring context: 2B done [2025-09-17T02:48:57.743Z] #4 DONE 0.0s [2025-09-17T02:48:57.743Z] [2025-09-17T02:48:57.743Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.62@sha256:2f02b121c23261d93113a9abc17758f58b4a825187a06c18c4ab2023e8dd70a9 [2025-09-17T02:48:57.743Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.62@sha256:2f02b121c23261d93113a9abc17758f58b4a825187a06c18c4ab2023e8dd70a9 0.0s done [2025-09-17T02:48:57.743Z] #5 CACHED [2025-09-17T02:48:57.743Z] [2025-09-17T02:48:57.743Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.62@sha256:2f02b121c23261d93113a9abc17758f58b4a825187a06c18c4ab2023e8dd70a9 [2025-09-17T02:48:57.743Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.62@sha256:2f02b121c23261d93113a9abc17758f58b4a825187a06c18c4ab2023e8dd70a9 0.0s done [2025-09-17T02:48:57.743Z] #6 CACHED [2025-09-17T02:48:57.743Z] [2025-09-17T02:48:57.743Z] #7 exporting to image [2025-09-17T02:48:57.743Z] #7 exporting layers [2025-09-17T02:48:57.743Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-17T02:48:58.005Z] #7 exporting layers done [2025-09-17T02:48:58.005Z] #7 exporting manifest sha256:16f13e6fea3abe74e000e5e7c52caa1e1ba7961aa712b0a3d1b3af011fbeb54b done [2025-09-17T02:48:58.005Z] #7 exporting config sha256:183fbc6fa7e2580e2ec74a1af1e09ae7667ed34184c60f6d64dc5638d80ece20 done [2025-09-17T02:48:58.005Z] #7 exporting manifest sha256:3d258476f6fa4d92b8127aa732c8bda785cf3fa360f5b2dc08c15da71e8b6a33 done [2025-09-17T02:48:58.005Z] #7 exporting config sha256:a8263f63dcb4ae8034bb8e1095f53e8b41f743babb572359ed0ef07da4e61c8e done [2025-09-17T02:48:58.005Z] #7 exporting manifest list sha256:7504dd435f64be6ce894bf890c377467c2e0c0d710d737b3e267043b13ed0d03 done [2025-09-17T02:48:58.005Z] #7 pushing layers 0.0s done [2025-09-17T02:48:58.005Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.62@sha256:7504dd435f64be6ce894bf890c377467c2e0c0d710d737b3e267043b13ed0d03 0.1s done [2025-09-17T02:48:58.005Z] #7 DONE 0.1s [2025-09-17T02:48:58.005Z] [2025-09-17T02:48:58.005Z] #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-17T02:48:58.005Z] #8 DONE 0.0s [2025-09-17T02:48:58.005Z] [2025-09-17T02:48:58.005Z] 1 warning found (use --debug to expand): [2025-09-17T02:48:58.005Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-17T02:48:58.298Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62' [2025-09-17T02:48:58.298Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 --push - [2025-09-17T02:48:58.298Z] #1 [internal] load build definition from Dockerfile [2025-09-17T02:48:58.298Z] #1 transferring dockerfile: 211B done [2025-09-17T02:48:58.298Z] #1 DONE 0.0s [2025-09-17T02:48:58.298Z] [2025-09-17T02:48:58.298Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:48:58.298Z] #2 DONE 0.0s [2025-09-17T02:48:58.298Z] [2025-09-17T02:48:58.298Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:48:58.298Z] #3 DONE 0.0s [2025-09-17T02:48:58.298Z] [2025-09-17T02:48:58.298Z] #4 [internal] load .dockerignore [2025-09-17T02:48:58.298Z] #4 transferring context: 2B done [2025-09-17T02:48:58.298Z] #4 DONE 0.0s [2025-09-17T02:48:58.298Z] [2025-09-17T02:48:58.298Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:2f02b121c23261d93113a9abc17758f58b4a825187a06c18c4ab2023e8dd70a9 [2025-09-17T02:48:58.298Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:2f02b121c23261d93113a9abc17758f58b4a825187a06c18c4ab2023e8dd70a9 0.0s done [2025-09-17T02:48:58.298Z] #5 CACHED [2025-09-17T02:48:58.298Z] [2025-09-17T02:48:58.298Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:2f02b121c23261d93113a9abc17758f58b4a825187a06c18c4ab2023e8dd70a9 [2025-09-17T02:48:58.298Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:2f02b121c23261d93113a9abc17758f58b4a825187a06c18c4ab2023e8dd70a9 0.0s done [2025-09-17T02:48:58.298Z] #6 CACHED [2025-09-17T02:48:58.298Z] [2025-09-17T02:48:58.298Z] #7 exporting to image [2025-09-17T02:48:58.298Z] #7 exporting layers done [2025-09-17T02:48:58.298Z] #7 exporting manifest sha256:16f13e6fea3abe74e000e5e7c52caa1e1ba7961aa712b0a3d1b3af011fbeb54b done [2025-09-17T02:48:58.298Z] #7 exporting config sha256:183fbc6fa7e2580e2ec74a1af1e09ae7667ed34184c60f6d64dc5638d80ece20 [2025-09-17T02:48:58.298Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-17T02:48:58.559Z] #7 exporting config sha256:183fbc6fa7e2580e2ec74a1af1e09ae7667ed34184c60f6d64dc5638d80ece20 done [2025-09-17T02:48:58.559Z] #7 exporting manifest sha256:3d258476f6fa4d92b8127aa732c8bda785cf3fa360f5b2dc08c15da71e8b6a33 done [2025-09-17T02:48:58.559Z] #7 exporting config sha256:a8263f63dcb4ae8034bb8e1095f53e8b41f743babb572359ed0ef07da4e61c8e done [2025-09-17T02:48:58.559Z] #7 exporting manifest list sha256:7504dd435f64be6ce894bf890c377467c2e0c0d710d737b3e267043b13ed0d03 done [2025-09-17T02:48:58.559Z] #7 pushing layers 0.0s done [2025-09-17T02:48:58.559Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:7504dd435f64be6ce894bf890c377467c2e0c0d710d737b3e267043b13ed0d03 0.1s done [2025-09-17T02:48:58.559Z] #7 DONE 0.1s [2025-09-17T02:48:58.559Z] [2025-09-17T02:48:58.559Z] #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-17T02:48:58.559Z] #8 DONE 0.0s [2025-09-17T02:48:58.559Z] [2025-09-17T02:48:58.559Z] 1 warning found (use --debug to expand): [2025-09-17T02:48:58.559Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-17T02:48:58.847Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:main' [2025-09-17T02:48:58.847Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:main --push - [2025-09-17T02:48:59.105Z] #1 [internal] load build definition from Dockerfile [2025-09-17T02:48:59.105Z] #1 transferring dockerfile: 162B done [2025-09-17T02:48:59.105Z] #1 DONE 0.0s [2025-09-17T02:48:59.105Z] [2025-09-17T02:48:59.105Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main [2025-09-17T02:48:59.105Z] #2 ... [2025-09-17T02:48:59.105Z] [2025-09-17T02:48:59.105Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main [2025-09-17T02:48:59.105Z] #3 DONE 0.2s [2025-09-17T02:48:59.365Z] [2025-09-17T02:48:59.365Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main [2025-09-17T02:48:59.365Z] #2 DONE 0.3s [2025-09-17T02:48:59.365Z] [2025-09-17T02:48:59.365Z] #4 [internal] load .dockerignore [2025-09-17T02:48:59.365Z] #4 transferring context: 2B done [2025-09-17T02:48:59.365Z] #4 DONE 0.2s [2025-09-17T02:48:59.623Z] [2025-09-17T02:48:59.623Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:2f02b121c23261d93113a9abc17758f58b4a825187a06c18c4ab2023e8dd70a9 [2025-09-17T02:48:59.623Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:2f02b121c23261d93113a9abc17758f58b4a825187a06c18c4ab2023e8dd70a9 0.0s done [2025-09-17T02:48:59.623Z] #5 CACHED [2025-09-17T02:48:59.623Z] [2025-09-17T02:48:59.623Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:2f02b121c23261d93113a9abc17758f58b4a825187a06c18c4ab2023e8dd70a9 [2025-09-17T02:48:59.623Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:2f02b121c23261d93113a9abc17758f58b4a825187a06c18c4ab2023e8dd70a9 0.0s done [2025-09-17T02:48:59.623Z] #6 CACHED [2025-09-17T02:48:59.623Z] [2025-09-17T02:48:59.623Z] #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-17T02:48:59.623Z] #7 DONE 0.0s [2025-09-17T02:48:59.623Z] [2025-09-17T02:48:59.623Z] #8 exporting to image [2025-09-17T02:48:59.623Z] #8 exporting layers done [2025-09-17T02:48:59.623Z] #8 exporting manifest sha256:16f13e6fea3abe74e000e5e7c52caa1e1ba7961aa712b0a3d1b3af011fbeb54b done [2025-09-17T02:48:59.623Z] #8 exporting config sha256:183fbc6fa7e2580e2ec74a1af1e09ae7667ed34184c60f6d64dc5638d80ece20 done [2025-09-17T02:48:59.623Z] #8 exporting manifest sha256:3d258476f6fa4d92b8127aa732c8bda785cf3fa360f5b2dc08c15da71e8b6a33 done [2025-09-17T02:48:59.623Z] #8 exporting config sha256:a8263f63dcb4ae8034bb8e1095f53e8b41f743babb572359ed0ef07da4e61c8e done [2025-09-17T02:48:59.623Z] #8 exporting manifest list sha256:7504dd435f64be6ce894bf890c377467c2e0c0d710d737b3e267043b13ed0d03 done [2025-09-17T02:48:59.623Z] #8 pushing layers 0.0s done [2025-09-17T02:48:59.623Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:7504dd435f64be6ce894bf890c377467c2e0c0d710d737b3e267043b13ed0d03 0.1s done [2025-09-17T02:48:59.623Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-17T02:48:59.623Z] #8 DONE 0.1s [2025-09-17T02:48:59.883Z] [2025-09-17T02:48:59.883Z] 1 warning found (use --debug to expand): [2025-09-17T02:48:59.883Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-17T02:49:00.171Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4' [2025-09-17T02:49:00.171Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4 --push - [2025-09-17T02:49:00.171Z] #1 [internal] load build definition from Dockerfile [2025-09-17T02:49:00.171Z] #1 transferring dockerfile: 206B done [2025-09-17T02:49:00.171Z] #1 DONE 0.0s [2025-09-17T02:49:00.171Z] [2025-09-17T02:49:00.171Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:49:00.171Z] #2 DONE 0.1s [2025-09-17T02:49:00.171Z] [2025-09-17T02:49:00.171Z] #3 [internal] load .dockerignore [2025-09-17T02:49:00.171Z] #3 transferring context: 2B done [2025-09-17T02:49:00.171Z] #3 DONE 0.0s [2025-09-17T02:49:00.171Z] [2025-09-17T02:49:00.171Z] #4 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:49:00.432Z] #4 DONE 0.1s [2025-09-17T02:49:00.432Z] [2025-09-17T02:49:00.432Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:0e197eae7b30a245c2e26b5b00ff7434c76c6b482a5efb108697a2dd867c5443 [2025-09-17T02:49:00.432Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:0e197eae7b30a245c2e26b5b00ff7434c76c6b482a5efb108697a2dd867c5443 0.0s done [2025-09-17T02:49:00.432Z] #5 DONE 0.0s [2025-09-17T02:49:00.432Z] [2025-09-17T02:49:00.432Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:0e197eae7b30a245c2e26b5b00ff7434c76c6b482a5efb108697a2dd867c5443 [2025-09-17T02:49:00.432Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:0e197eae7b30a245c2e26b5b00ff7434c76c6b482a5efb108697a2dd867c5443 0.0s done [2025-09-17T02:49:00.432Z] #6 DONE 0.2s [2025-09-17T02:49:00.432Z] [2025-09-17T02:49:00.432Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-17T02:49:00.694Z] #7 DONE 0.0s [2025-09-17T02:49:00.694Z] [2025-09-17T02:49:00.694Z] #8 exporting to image [2025-09-17T02:49:00.694Z] #8 exporting layers done [2025-09-17T02:49:00.694Z] #8 exporting manifest sha256:a34553fa9ed7e8063e68e1dee35fe01bf7c7e69ad0b0860a4596944272ad0edb 0.0s done [2025-09-17T02:49:00.694Z] #8 exporting config sha256:6c3246e125708c8af83c10423576d4add5d143ce82310a9b8ea27d0af487c231 done [2025-09-17T02:49:00.694Z] #8 exporting manifest sha256:37fc47d1c7ab5384e8ddd29599d96a7db2a45efafcd124e1ea82db0f07744bc7 done [2025-09-17T02:49:00.694Z] #8 exporting config sha256:3145e8318fb2c31a05a8de0c0cded2b7275665f9b2cda633060b25fa213371dd done [2025-09-17T02:49:00.694Z] #8 exporting manifest list sha256:62ec0cf62f175231c3b5fc907979663aad4a2fccb684074454fe047db64741f1 done [2025-09-17T02:49:00.694Z] #8 pushing layers 0.1s done [2025-09-17T02:49:00.694Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:62ec0cf62f175231c3b5fc907979663aad4a2fccb684074454fe047db64741f1 [2025-09-17T02:49:00.694Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-17T02:49:00.694Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:62ec0cf62f175231c3b5fc907979663aad4a2fccb684074454fe047db64741f1 0.1s done [2025-09-17T02:49:00.694Z] #8 DONE 0.3s [2025-09-17T02:49:00.694Z] [2025-09-17T02:49:00.694Z] 1 warning found (use --debug to expand): [2025-09-17T02:49:00.694Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-17T02:49:00.983Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:latest --push - [2025-09-17T02:49:00.983Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest' [2025-09-17T02:49:00.983Z] #1 [internal] load build definition from Dockerfile [2025-09-17T02:49:01.242Z] #1 transferring dockerfile: 172B done [2025-09-17T02:49:01.242Z] #1 DONE 0.0s [2025-09-17T02:49:01.242Z] [2025-09-17T02:49:01.242Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-09-17T02:49:01.242Z] #2 DONE 0.0s [2025-09-17T02:49:01.242Z] [2025-09-17T02:49:01.242Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-09-17T02:49:01.242Z] #3 DONE 0.0s [2025-09-17T02:49:01.242Z] [2025-09-17T02:49:01.242Z] #4 [internal] load .dockerignore [2025-09-17T02:49:01.242Z] #4 transferring context: 2B done [2025-09-17T02:49:01.242Z] #4 DONE 0.0s [2025-09-17T02:49:01.242Z] [2025-09-17T02:49:01.242Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:0e197eae7b30a245c2e26b5b00ff7434c76c6b482a5efb108697a2dd867c5443 [2025-09-17T02:49:01.242Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:0e197eae7b30a245c2e26b5b00ff7434c76c6b482a5efb108697a2dd867c5443 0.0s done [2025-09-17T02:49:01.242Z] #5 CACHED [2025-09-17T02:49:01.242Z] [2025-09-17T02:49:01.242Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:0e197eae7b30a245c2e26b5b00ff7434c76c6b482a5efb108697a2dd867c5443 [2025-09-17T02:49:01.242Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:0e197eae7b30a245c2e26b5b00ff7434c76c6b482a5efb108697a2dd867c5443 0.0s done [2025-09-17T02:49:01.242Z] #6 CACHED [2025-09-17T02:49:01.242Z] [2025-09-17T02:49:01.242Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-17T02:49:01.242Z] #7 DONE 0.0s [2025-09-17T02:49:01.242Z] [2025-09-17T02:49:01.242Z] #8 exporting to image [2025-09-17T02:49:01.242Z] #8 exporting layers done [2025-09-17T02:49:01.242Z] #8 exporting manifest sha256:a34553fa9ed7e8063e68e1dee35fe01bf7c7e69ad0b0860a4596944272ad0edb done [2025-09-17T02:49:01.242Z] #8 exporting config sha256:6c3246e125708c8af83c10423576d4add5d143ce82310a9b8ea27d0af487c231 done [2025-09-17T02:49:01.242Z] #8 exporting manifest sha256:37fc47d1c7ab5384e8ddd29599d96a7db2a45efafcd124e1ea82db0f07744bc7 done [2025-09-17T02:49:01.242Z] #8 exporting config sha256:3145e8318fb2c31a05a8de0c0cded2b7275665f9b2cda633060b25fa213371dd done [2025-09-17T02:49:01.242Z] #8 exporting manifest list sha256:62ec0cf62f175231c3b5fc907979663aad4a2fccb684074454fe047db64741f1 done [2025-09-17T02:49:01.242Z] #8 pushing layers 0.0s done [2025-09-17T02:49:01.242Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:62ec0cf62f175231c3b5fc907979663aad4a2fccb684074454fe047db64741f1 0.1s done [2025-09-17T02:49:01.242Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-17T02:49:01.242Z] #8 DONE 0.1s [2025-09-17T02:49:01.242Z] [2025-09-17T02:49:01.242Z] 1 warning found (use --debug to expand): [2025-09-17T02:49:01.242Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-17T02:49:01.532Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.62 --push - [2025-09-17T02:49:01.532Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.62' [2025-09-17T02:49:01.532Z] #1 [internal] load build definition from Dockerfile [2025-09-17T02:49:01.532Z] #1 transferring dockerfile: 178B done [2025-09-17T02:49:01.532Z] #1 DONE 0.0s [2025-09-17T02:49:01.532Z] [2025-09-17T02:49:01.532Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.62 [2025-09-17T02:49:01.532Z] #2 DONE 0.0s [2025-09-17T02:49:01.532Z] [2025-09-17T02:49:01.532Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.62 [2025-09-17T02:49:01.532Z] #3 DONE 0.0s [2025-09-17T02:49:01.532Z] [2025-09-17T02:49:01.532Z] #4 [internal] load .dockerignore [2025-09-17T02:49:01.532Z] #4 transferring context: 2B done [2025-09-17T02:49:01.532Z] #4 DONE 0.0s [2025-09-17T02:49:01.532Z] [2025-09-17T02:49:01.532Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.62@sha256:0e197eae7b30a245c2e26b5b00ff7434c76c6b482a5efb108697a2dd867c5443 [2025-09-17T02:49:01.532Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.62@sha256:0e197eae7b30a245c2e26b5b00ff7434c76c6b482a5efb108697a2dd867c5443 0.0s done [2025-09-17T02:49:01.532Z] #5 DONE 0.0s [2025-09-17T02:49:01.532Z] [2025-09-17T02:49:01.532Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.62@sha256:0e197eae7b30a245c2e26b5b00ff7434c76c6b482a5efb108697a2dd867c5443 [2025-09-17T02:49:01.792Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.62@sha256:0e197eae7b30a245c2e26b5b00ff7434c76c6b482a5efb108697a2dd867c5443 0.0s done [2025-09-17T02:49:01.792Z] #6 CACHED [2025-09-17T02:49:01.792Z] [2025-09-17T02:49:01.792Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.62@sha256:0e197eae7b30a245c2e26b5b00ff7434c76c6b482a5efb108697a2dd867c5443 [2025-09-17T02:49:01.792Z] #5 CACHED [2025-09-17T02:49:01.792Z] [2025-09-17T02:49:01.792Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-17T02:49:01.792Z] #7 DONE 0.0s [2025-09-17T02:49:01.792Z] [2025-09-17T02:49:01.792Z] #8 exporting to image [2025-09-17T02:49:01.792Z] #8 exporting layers done [2025-09-17T02:49:01.792Z] #8 exporting manifest sha256:a34553fa9ed7e8063e68e1dee35fe01bf7c7e69ad0b0860a4596944272ad0edb done [2025-09-17T02:49:01.792Z] #8 exporting config sha256:6c3246e125708c8af83c10423576d4add5d143ce82310a9b8ea27d0af487c231 done [2025-09-17T02:49:01.792Z] #8 exporting manifest sha256:37fc47d1c7ab5384e8ddd29599d96a7db2a45efafcd124e1ea82db0f07744bc7 done [2025-09-17T02:49:01.792Z] #8 exporting config sha256:3145e8318fb2c31a05a8de0c0cded2b7275665f9b2cda633060b25fa213371dd done [2025-09-17T02:49:01.792Z] #8 exporting manifest list sha256:62ec0cf62f175231c3b5fc907979663aad4a2fccb684074454fe047db64741f1 done [2025-09-17T02:49:01.792Z] #8 pushing layers 0.0s done [2025-09-17T02:49:01.792Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.62@sha256:62ec0cf62f175231c3b5fc907979663aad4a2fccb684074454fe047db64741f1 0.1s done [2025-09-17T02:49:01.792Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-17T02:49:01.792Z] #8 DONE 0.1s [2025-09-17T02:49:01.792Z] [2025-09-17T02:49:01.792Z] 1 warning found (use --debug to expand): [2025-09-17T02:49:01.792Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-17T02:49:02.090Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62' [2025-09-17T02:49:02.090Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 --push - [2025-09-17T02:49:02.090Z] #1 [internal] load build definition from Dockerfile [2025-09-17T02:49:02.090Z] #1 transferring dockerfile: 219B done [2025-09-17T02:49:02.090Z] #1 DONE 0.0s [2025-09-17T02:49:02.090Z] [2025-09-17T02:49:02.090Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:49:02.090Z] #2 DONE 0.0s [2025-09-17T02:49:02.090Z] [2025-09-17T02:49:02.090Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:49:02.090Z] #3 DONE 0.0s [2025-09-17T02:49:02.090Z] [2025-09-17T02:49:02.090Z] #4 [internal] load .dockerignore [2025-09-17T02:49:02.090Z] #4 transferring context: 2B done [2025-09-17T02:49:02.090Z] #4 DONE 0.0s [2025-09-17T02:49:02.349Z] [2025-09-17T02:49:02.350Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:0e197eae7b30a245c2e26b5b00ff7434c76c6b482a5efb108697a2dd867c5443 [2025-09-17T02:49:02.350Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:0e197eae7b30a245c2e26b5b00ff7434c76c6b482a5efb108697a2dd867c5443 done [2025-09-17T02:49:02.350Z] #5 CACHED [2025-09-17T02:49:02.350Z] [2025-09-17T02:49:02.350Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:0e197eae7b30a245c2e26b5b00ff7434c76c6b482a5efb108697a2dd867c5443 [2025-09-17T02:49:02.350Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:0e197eae7b30a245c2e26b5b00ff7434c76c6b482a5efb108697a2dd867c5443 0.0s done [2025-09-17T02:49:02.350Z] #6 CACHED [2025-09-17T02:49:02.350Z] [2025-09-17T02:49:02.350Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-17T02:49:02.350Z] #7 DONE 0.0s [2025-09-17T02:49:02.350Z] [2025-09-17T02:49:02.350Z] #8 exporting to image [2025-09-17T02:49:02.350Z] #8 exporting layers done [2025-09-17T02:49:02.350Z] #8 exporting manifest sha256:a34553fa9ed7e8063e68e1dee35fe01bf7c7e69ad0b0860a4596944272ad0edb done [2025-09-17T02:49:02.350Z] #8 exporting config sha256:6c3246e125708c8af83c10423576d4add5d143ce82310a9b8ea27d0af487c231 done [2025-09-17T02:49:02.350Z] #8 exporting manifest sha256:37fc47d1c7ab5384e8ddd29599d96a7db2a45efafcd124e1ea82db0f07744bc7 done [2025-09-17T02:49:02.350Z] #8 exporting config sha256:3145e8318fb2c31a05a8de0c0cded2b7275665f9b2cda633060b25fa213371dd done [2025-09-17T02:49:02.350Z] #8 exporting manifest list sha256:62ec0cf62f175231c3b5fc907979663aad4a2fccb684074454fe047db64741f1 done [2025-09-17T02:49:02.350Z] #8 pushing layers 0.0s done [2025-09-17T02:49:02.350Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:62ec0cf62f175231c3b5fc907979663aad4a2fccb684074454fe047db64741f1 0.1s done [2025-09-17T02:49:02.350Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-17T02:49:02.350Z] #8 DONE 0.1s [2025-09-17T02:49:02.350Z] [2025-09-17T02:49:02.350Z] 1 warning found (use --debug to expand): [2025-09-17T02:49:02.350Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-17T02:49:02.644Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main' [2025-09-17T02:49:02.644Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:main --push - [2025-09-17T02:49:02.903Z] #1 [internal] load build definition from Dockerfile [2025-09-17T02:49:03.163Z] #1 transferring dockerfile: 170B done [2025-09-17T02:49:03.163Z] #1 DONE 0.3s [2025-09-17T02:49:03.163Z] [2025-09-17T02:49:03.163Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-09-17T02:49:03.425Z] #2 DONE 0.2s [2025-09-17T02:49:03.425Z] [2025-09-17T02:49:03.425Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-09-17T02:49:03.425Z] #3 DONE 0.2s [2025-09-17T02:49:03.425Z] [2025-09-17T02:49:03.425Z] #4 [internal] load .dockerignore [2025-09-17T02:49:03.425Z] #4 transferring context: 2B done [2025-09-17T02:49:03.425Z] #4 DONE 0.2s [2025-09-17T02:49:03.425Z] [2025-09-17T02:49:03.425Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:0e197eae7b30a245c2e26b5b00ff7434c76c6b482a5efb108697a2dd867c5443 [2025-09-17T02:49:03.425Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:0e197eae7b30a245c2e26b5b00ff7434c76c6b482a5efb108697a2dd867c5443 [2025-09-17T02:49:03.687Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:0e197eae7b30a245c2e26b5b00ff7434c76c6b482a5efb108697a2dd867c5443 0.1s done [2025-09-17T02:49:03.688Z] #5 CACHED [2025-09-17T02:49:03.688Z] [2025-09-17T02:49:03.688Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:0e197eae7b30a245c2e26b5b00ff7434c76c6b482a5efb108697a2dd867c5443 [2025-09-17T02:49:03.688Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:0e197eae7b30a245c2e26b5b00ff7434c76c6b482a5efb108697a2dd867c5443 0.1s done [2025-09-17T02:49:03.688Z] #6 CACHED [2025-09-17T02:49:03.688Z] [2025-09-17T02:49:03.688Z] #7 exporting to image [2025-09-17T02:49:03.688Z] #7 exporting layers done [2025-09-17T02:49:03.688Z] #7 exporting manifest sha256:a34553fa9ed7e8063e68e1dee35fe01bf7c7e69ad0b0860a4596944272ad0edb 0.0s done [2025-09-17T02:49:03.688Z] #7 exporting config sha256:6c3246e125708c8af83c10423576d4add5d143ce82310a9b8ea27d0af487c231 [2025-09-17T02:49:03.688Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-17T02:49:03.688Z] #7 exporting config sha256:6c3246e125708c8af83c10423576d4add5d143ce82310a9b8ea27d0af487c231 done [2025-09-17T02:49:03.688Z] #7 exporting manifest sha256:37fc47d1c7ab5384e8ddd29599d96a7db2a45efafcd124e1ea82db0f07744bc7 done [2025-09-17T02:49:03.688Z] #7 exporting config sha256:3145e8318fb2c31a05a8de0c0cded2b7275665f9b2cda633060b25fa213371dd done [2025-09-17T02:49:03.688Z] #7 exporting manifest list sha256:62ec0cf62f175231c3b5fc907979663aad4a2fccb684074454fe047db64741f1 0.0s done [2025-09-17T02:49:03.688Z] #7 pushing layers 0.0s done [2025-09-17T02:49:03.688Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:62ec0cf62f175231c3b5fc907979663aad4a2fccb684074454fe047db64741f1 0.1s done [2025-09-17T02:49:03.688Z] #7 DONE 0.2s [2025-09-17T02:49:03.688Z] [2025-09-17T02:49:03.688Z] #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-17T02:49:03.688Z] #8 DONE 0.0s [2025-09-17T02:49:03.952Z] [2025-09-17T02:49:03.952Z] 1 warning found (use --debug to expand): [2025-09-17T02:49:03.952Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-17T02:49:04.242Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:44d03353ae1976a56c6e7b940cb61d7be0635af4 --push - [2025-09-17T02:49:04.242Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:44d03353ae1976a56c6e7b940cb61d7be0635af4' [2025-09-17T02:49:04.242Z] #1 [internal] load build definition from Dockerfile [2025-09-17T02:49:04.242Z] #1 transferring dockerfile: 204B done [2025-09-17T02:49:04.242Z] #1 DONE 0.0s [2025-09-17T02:49:04.242Z] [2025-09-17T02:49:04.242Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:49:04.242Z] #2 DONE 0.1s [2025-09-17T02:49:04.242Z] [2025-09-17T02:49:04.242Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:49:04.242Z] #3 DONE 0.1s [2025-09-17T02:49:04.242Z] [2025-09-17T02:49:04.242Z] #4 [internal] load .dockerignore [2025-09-17T02:49:04.502Z] #4 transferring context: 2B done [2025-09-17T02:49:04.502Z] #4 DONE 0.0s [2025-09-17T02:49:04.502Z] [2025-09-17T02:49:04.502Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:27c5fab77c9239b0864216836b0e5bdb8ded2e1b1f0ab4c40c483b61b2d39666 [2025-09-17T02:49:04.502Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:27c5fab77c9239b0864216836b0e5bdb8ded2e1b1f0ab4c40c483b61b2d39666 [2025-09-17T02:49:04.502Z] #5 ... [2025-09-17T02:49:04.502Z] [2025-09-17T02:49:04.502Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:27c5fab77c9239b0864216836b0e5bdb8ded2e1b1f0ab4c40c483b61b2d39666 [2025-09-17T02:49:04.502Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:27c5fab77c9239b0864216836b0e5bdb8ded2e1b1f0ab4c40c483b61b2d39666 0.0s done [2025-09-17T02:49:04.502Z] #6 DONE 0.1s [2025-09-17T02:49:04.502Z] [2025-09-17T02:49:04.502Z] #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-17T02:49:04.502Z] #7 DONE 0.0s [2025-09-17T02:49:04.502Z] [2025-09-17T02:49:04.502Z] #8 exporting to image [2025-09-17T02:49:04.502Z] #8 exporting layers done [2025-09-17T02:49:04.503Z] #8 exporting manifest sha256:73dba1f84ba149f6ca1139141d475565edca6c48238412f10956fd961014b778 0.0s done [2025-09-17T02:49:04.503Z] #8 exporting config sha256:467b77bd69d2530f0c8b5d0403b9e27e945737897aca10bd94a4844f9e3af520 done [2025-09-17T02:49:04.503Z] #8 exporting manifest sha256:8f73e3eceaa9030db4c1ebbfa2f506d72028d82564e51ef485581f7b622768ff 0.0s done [2025-09-17T02:49:04.503Z] #8 exporting config sha256:513bf273d320a2eed1f7fc855efe19396138d6b667e662f7bff8c680163dd970 0.0s done [2025-09-17T02:49:04.503Z] #8 exporting manifest list sha256:f270b2af7f93536892baf63c4df1326a7e56083176a3d4e93031b925514670ab 0.0s done [2025-09-17T02:49:04.503Z] #8 pushing layers [2025-09-17T02:49:04.503Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-17T02:49:04.764Z] #8 pushing layers 0.1s done [2025-09-17T02:49:04.764Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:f270b2af7f93536892baf63c4df1326a7e56083176a3d4e93031b925514670ab 0.1s done [2025-09-17T02:49:04.764Z] #8 DONE 0.2s [2025-09-17T02:49:04.764Z] [2025-09-17T02:49:04.764Z] 1 warning found (use --debug to expand): [2025-09-17T02:49:04.764Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-17T02:49:05.060Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest' [2025-09-17T02:49:05.060Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:latest --push - [2025-09-17T02:49:05.319Z] #1 [internal] load build definition from Dockerfile [2025-09-17T02:49:05.319Z] #1 transferring dockerfile: 170B done [2025-09-17T02:49:05.319Z] #1 DONE 0.0s [2025-09-17T02:49:05.319Z] [2025-09-17T02:49:05.319Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-09-17T02:49:05.319Z] #2 DONE 0.0s [2025-09-17T02:49:05.319Z] [2025-09-17T02:49:05.319Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-09-17T02:49:05.319Z] #3 DONE 0.0s [2025-09-17T02:49:05.319Z] [2025-09-17T02:49:05.319Z] #4 [internal] load .dockerignore [2025-09-17T02:49:05.319Z] #4 transferring context: 2B done [2025-09-17T02:49:05.319Z] #4 DONE 0.0s [2025-09-17T02:49:05.319Z] [2025-09-17T02:49:05.319Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:27c5fab77c9239b0864216836b0e5bdb8ded2e1b1f0ab4c40c483b61b2d39666 [2025-09-17T02:49:05.319Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:27c5fab77c9239b0864216836b0e5bdb8ded2e1b1f0ab4c40c483b61b2d39666 0.0s done [2025-09-17T02:49:05.319Z] #5 DONE 0.0s [2025-09-17T02:49:05.319Z] [2025-09-17T02:49:05.319Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:27c5fab77c9239b0864216836b0e5bdb8ded2e1b1f0ab4c40c483b61b2d39666 [2025-09-17T02:49:05.319Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:27c5fab77c9239b0864216836b0e5bdb8ded2e1b1f0ab4c40c483b61b2d39666 0.0s done [2025-09-17T02:49:05.319Z] #6 CACHED [2025-09-17T02:49:05.319Z] [2025-09-17T02:49:05.319Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:27c5fab77c9239b0864216836b0e5bdb8ded2e1b1f0ab4c40c483b61b2d39666 [2025-09-17T02:49:05.319Z] #5 CACHED [2025-09-17T02:49:05.319Z] [2025-09-17T02:49:05.319Z] #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-17T02:49:05.319Z] #7 DONE 0.0s [2025-09-17T02:49:05.319Z] [2025-09-17T02:49:05.319Z] #8 exporting to image [2025-09-17T02:49:05.319Z] #8 exporting layers done [2025-09-17T02:49:05.319Z] #8 exporting manifest sha256:73dba1f84ba149f6ca1139141d475565edca6c48238412f10956fd961014b778 done [2025-09-17T02:49:05.319Z] #8 exporting config sha256:467b77bd69d2530f0c8b5d0403b9e27e945737897aca10bd94a4844f9e3af520 done [2025-09-17T02:49:05.319Z] #8 exporting manifest sha256:8f73e3eceaa9030db4c1ebbfa2f506d72028d82564e51ef485581f7b622768ff done [2025-09-17T02:49:05.319Z] #8 exporting config sha256:513bf273d320a2eed1f7fc855efe19396138d6b667e662f7bff8c680163dd970 done [2025-09-17T02:49:05.319Z] #8 exporting manifest list sha256:f270b2af7f93536892baf63c4df1326a7e56083176a3d4e93031b925514670ab done [2025-09-17T02:49:05.319Z] #8 pushing layers 0.0s done [2025-09-17T02:49:05.319Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:f270b2af7f93536892baf63c4df1326a7e56083176a3d4e93031b925514670ab 0.1s done [2025-09-17T02:49:05.319Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-17T02:49:05.319Z] #8 DONE 0.1s [2025-09-17T02:49:05.319Z] [2025-09-17T02:49:05.319Z] 1 warning found (use --debug to expand): [2025-09-17T02:49:05.319Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-17T02:49:05.609Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.62' [2025-09-17T02:49:05.609Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.62 --push - [2025-09-17T02:49:05.609Z] #1 [internal] load build definition from Dockerfile [2025-09-17T02:49:05.609Z] #1 transferring dockerfile: 176B done [2025-09-17T02:49:05.609Z] #1 DONE 0.0s [2025-09-17T02:49:05.609Z] [2025-09-17T02:49:05.609Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.62 [2025-09-17T02:49:05.609Z] #2 DONE 0.0s [2025-09-17T02:49:05.609Z] [2025-09-17T02:49:05.609Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.62 [2025-09-17T02:49:05.609Z] #3 DONE 0.0s [2025-09-17T02:49:05.609Z] [2025-09-17T02:49:05.609Z] #4 [internal] load .dockerignore [2025-09-17T02:49:05.609Z] #4 transferring context: 2B done [2025-09-17T02:49:05.609Z] #4 DONE 0.0s [2025-09-17T02:49:05.609Z] [2025-09-17T02:49:05.609Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.62@sha256:27c5fab77c9239b0864216836b0e5bdb8ded2e1b1f0ab4c40c483b61b2d39666 [2025-09-17T02:49:05.609Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.62@sha256:27c5fab77c9239b0864216836b0e5bdb8ded2e1b1f0ab4c40c483b61b2d39666 0.0s done [2025-09-17T02:49:05.609Z] #5 CACHED [2025-09-17T02:49:05.609Z] [2025-09-17T02:49:05.609Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.62@sha256:27c5fab77c9239b0864216836b0e5bdb8ded2e1b1f0ab4c40c483b61b2d39666 [2025-09-17T02:49:05.609Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.62@sha256:27c5fab77c9239b0864216836b0e5bdb8ded2e1b1f0ab4c40c483b61b2d39666 0.0s done [2025-09-17T02:49:05.609Z] #6 CACHED [2025-09-17T02:49:05.609Z] [2025-09-17T02:49:05.609Z] #7 exporting to image [2025-09-17T02:49:05.609Z] #7 exporting layers [2025-09-17T02:49:05.609Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-17T02:49:05.869Z] #7 exporting layers done [2025-09-17T02:49:05.869Z] #7 exporting manifest sha256:73dba1f84ba149f6ca1139141d475565edca6c48238412f10956fd961014b778 done [2025-09-17T02:49:05.869Z] #7 exporting config sha256:467b77bd69d2530f0c8b5d0403b9e27e945737897aca10bd94a4844f9e3af520 done [2025-09-17T02:49:05.869Z] #7 exporting manifest sha256:8f73e3eceaa9030db4c1ebbfa2f506d72028d82564e51ef485581f7b622768ff done [2025-09-17T02:49:05.869Z] #7 exporting config sha256:513bf273d320a2eed1f7fc855efe19396138d6b667e662f7bff8c680163dd970 done [2025-09-17T02:49:05.869Z] #7 exporting manifest list sha256:f270b2af7f93536892baf63c4df1326a7e56083176a3d4e93031b925514670ab done [2025-09-17T02:49:05.869Z] #7 pushing layers 0.0s done [2025-09-17T02:49:05.869Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.62@sha256:f270b2af7f93536892baf63c4df1326a7e56083176a3d4e93031b925514670ab 0.1s done [2025-09-17T02:49:05.869Z] #7 DONE 0.1s [2025-09-17T02:49:05.869Z] [2025-09-17T02:49:05.869Z] #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-17T02:49:05.869Z] #8 DONE 0.0s [2025-09-17T02:49:05.869Z] [2025-09-17T02:49:05.869Z] 1 warning found (use --debug to expand): [2025-09-17T02:49:05.869Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-17T02:49:06.159Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62' [2025-09-17T02:49:06.159Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 --push - [2025-09-17T02:49:06.417Z] #1 [internal] load build definition from Dockerfile [2025-09-17T02:49:06.417Z] #1 transferring dockerfile: 217B done [2025-09-17T02:49:06.417Z] #1 DONE 0.0s [2025-09-17T02:49:06.417Z] [2025-09-17T02:49:06.417Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:49:06.417Z] #2 DONE 0.0s [2025-09-17T02:49:06.417Z] [2025-09-17T02:49:06.417Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:49:06.417Z] #3 DONE 0.0s [2025-09-17T02:49:06.417Z] [2025-09-17T02:49:06.417Z] #4 [internal] load .dockerignore [2025-09-17T02:49:06.417Z] #4 transferring context: 2B done [2025-09-17T02:49:06.417Z] #4 DONE 0.0s [2025-09-17T02:49:06.417Z] [2025-09-17T02:49:06.417Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:27c5fab77c9239b0864216836b0e5bdb8ded2e1b1f0ab4c40c483b61b2d39666 [2025-09-17T02:49:06.417Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:27c5fab77c9239b0864216836b0e5bdb8ded2e1b1f0ab4c40c483b61b2d39666 [2025-09-17T02:49:06.417Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:27c5fab77c9239b0864216836b0e5bdb8ded2e1b1f0ab4c40c483b61b2d39666 0.1s done [2025-09-17T02:49:06.676Z] #5 CACHED [2025-09-17T02:49:06.676Z] [2025-09-17T02:49:06.676Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:27c5fab77c9239b0864216836b0e5bdb8ded2e1b1f0ab4c40c483b61b2d39666 [2025-09-17T02:49:06.676Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:27c5fab77c9239b0864216836b0e5bdb8ded2e1b1f0ab4c40c483b61b2d39666 0.3s done [2025-09-17T02:49:06.676Z] #6 CACHED [2025-09-17T02:49:06.676Z] [2025-09-17T02:49:06.676Z] #7 exporting to image [2025-09-17T02:49:06.676Z] #7 exporting layers [2025-09-17T02:49:06.676Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-17T02:49:06.676Z] #7 exporting layers done [2025-09-17T02:49:06.676Z] #7 exporting manifest sha256:73dba1f84ba149f6ca1139141d475565edca6c48238412f10956fd961014b778 0.0s done [2025-09-17T02:49:06.676Z] #7 exporting config sha256:467b77bd69d2530f0c8b5d0403b9e27e945737897aca10bd94a4844f9e3af520 done [2025-09-17T02:49:06.676Z] #7 exporting manifest sha256:8f73e3eceaa9030db4c1ebbfa2f506d72028d82564e51ef485581f7b622768ff done [2025-09-17T02:49:06.676Z] #7 exporting config sha256:513bf273d320a2eed1f7fc855efe19396138d6b667e662f7bff8c680163dd970 0.0s done [2025-09-17T02:49:06.676Z] #7 exporting manifest list sha256:f270b2af7f93536892baf63c4df1326a7e56083176a3d4e93031b925514670ab 0.0s done [2025-09-17T02:49:06.676Z] #7 pushing layers 0.0s done [2025-09-17T02:49:06.676Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:f270b2af7f93536892baf63c4df1326a7e56083176a3d4e93031b925514670ab [2025-09-17T02:49:06.935Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:f270b2af7f93536892baf63c4df1326a7e56083176a3d4e93031b925514670ab 0.1s done [2025-09-17T02:49:06.935Z] #7 DONE 0.2s [2025-09-17T02:49:06.935Z] [2025-09-17T02:49:06.935Z] #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-17T02:49:06.935Z] #8 DONE 0.0s [2025-09-17T02:49:07.557Z] [2025-09-17T02:49:07.557Z] 1 warning found (use --debug to expand): [2025-09-17T02:49:07.557Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-17T02:49:07.891Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main' [2025-09-17T02:49:07.891Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:main --push - [2025-09-17T02:49:07.891Z] #1 [internal] load build definition from Dockerfile [2025-09-17T02:49:07.891Z] #1 transferring dockerfile: 168B done [2025-09-17T02:49:07.891Z] #1 DONE 0.0s [2025-09-17T02:49:07.891Z] [2025-09-17T02:49:07.891Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-09-17T02:49:07.891Z] #2 DONE 0.0s [2025-09-17T02:49:07.891Z] [2025-09-17T02:49:07.891Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-09-17T02:49:07.891Z] #3 DONE 0.0s [2025-09-17T02:49:07.891Z] [2025-09-17T02:49:07.891Z] #4 [internal] load .dockerignore [2025-09-17T02:49:07.891Z] #4 transferring context: 2B done [2025-09-17T02:49:07.891Z] #4 DONE 0.0s [2025-09-17T02:49:07.891Z] [2025-09-17T02:49:07.891Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:27c5fab77c9239b0864216836b0e5bdb8ded2e1b1f0ab4c40c483b61b2d39666 [2025-09-17T02:49:07.891Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:27c5fab77c9239b0864216836b0e5bdb8ded2e1b1f0ab4c40c483b61b2d39666 0.0s done [2025-09-17T02:49:07.891Z] #5 CACHED [2025-09-17T02:49:07.891Z] [2025-09-17T02:49:07.891Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:27c5fab77c9239b0864216836b0e5bdb8ded2e1b1f0ab4c40c483b61b2d39666 [2025-09-17T02:49:07.891Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:27c5fab77c9239b0864216836b0e5bdb8ded2e1b1f0ab4c40c483b61b2d39666 0.0s done [2025-09-17T02:49:07.891Z] #6 DONE 0.0s [2025-09-17T02:49:08.152Z] [2025-09-17T02:49:08.152Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:27c5fab77c9239b0864216836b0e5bdb8ded2e1b1f0ab4c40c483b61b2d39666 [2025-09-17T02:49:08.152Z] #6 CACHED [2025-09-17T02:49:08.152Z] [2025-09-17T02:49:08.152Z] #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-17T02:49:08.152Z] #7 DONE 0.0s [2025-09-17T02:49:08.152Z] [2025-09-17T02:49:08.152Z] #8 exporting to image [2025-09-17T02:49:08.152Z] #8 exporting layers done [2025-09-17T02:49:08.152Z] #8 exporting manifest sha256:73dba1f84ba149f6ca1139141d475565edca6c48238412f10956fd961014b778 done [2025-09-17T02:49:08.152Z] #8 exporting config sha256:467b77bd69d2530f0c8b5d0403b9e27e945737897aca10bd94a4844f9e3af520 done [2025-09-17T02:49:08.152Z] #8 exporting manifest sha256:8f73e3eceaa9030db4c1ebbfa2f506d72028d82564e51ef485581f7b622768ff done [2025-09-17T02:49:08.152Z] #8 exporting config sha256:513bf273d320a2eed1f7fc855efe19396138d6b667e662f7bff8c680163dd970 done [2025-09-17T02:49:08.152Z] #8 exporting manifest list sha256:f270b2af7f93536892baf63c4df1326a7e56083176a3d4e93031b925514670ab done [2025-09-17T02:49:08.152Z] #8 pushing layers 0.0s done [2025-09-17T02:49:08.152Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:f270b2af7f93536892baf63c4df1326a7e56083176a3d4e93031b925514670ab 0.1s done [2025-09-17T02:49:08.152Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-17T02:49:08.152Z] #8 DONE 0.1s [2025-09-17T02:49:08.152Z] [2025-09-17T02:49:08.152Z] 1 warning found (use --debug to expand): [2025-09-17T02:49:08.152Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-17T02:49:08.437Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4' [2025-09-17T02:49:08.437Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4 --push - [2025-09-17T02:49:08.437Z] #1 [internal] load build definition from Dockerfile [2025-09-17T02:49:08.437Z] #1 transferring dockerfile: 205B done [2025-09-17T02:49:08.437Z] #1 DONE 0.0s [2025-09-17T02:49:08.437Z] [2025-09-17T02:49:08.437Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:49:08.437Z] #2 DONE 0.0s [2025-09-17T02:49:08.437Z] [2025-09-17T02:49:08.437Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:49:08.437Z] #3 DONE 0.0s [2025-09-17T02:49:08.437Z] [2025-09-17T02:49:08.437Z] #4 [internal] load .dockerignore [2025-09-17T02:49:08.437Z] #4 transferring context: 2B done [2025-09-17T02:49:08.437Z] #4 DONE 0.0s [2025-09-17T02:49:08.437Z] [2025-09-17T02:49:08.437Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:4a1b8c29b06758c668e82a86bdd83368e0c584ba2da99573c39c4f23d379f1b2 [2025-09-17T02:49:08.437Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:4a1b8c29b06758c668e82a86bdd83368e0c584ba2da99573c39c4f23d379f1b2 0.0s done [2025-09-17T02:49:08.437Z] #5 DONE 0.0s [2025-09-17T02:49:08.437Z] [2025-09-17T02:49:08.437Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:4a1b8c29b06758c668e82a86bdd83368e0c584ba2da99573c39c4f23d379f1b2 [2025-09-17T02:49:08.696Z] #6 DONE 0.0s [2025-09-17T02:49:08.696Z] [2025-09-17T02:49:08.696Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:4a1b8c29b06758c668e82a86bdd83368e0c584ba2da99573c39c4f23d379f1b2 [2025-09-17T02:49:08.696Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:4a1b8c29b06758c668e82a86bdd83368e0c584ba2da99573c39c4f23d379f1b2 0.0s done [2025-09-17T02:49:08.696Z] #5 DONE 0.1s [2025-09-17T02:49:08.696Z] [2025-09-17T02:49:08.696Z] #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-17T02:49:08.696Z] #7 DONE 0.0s [2025-09-17T02:49:08.696Z] [2025-09-17T02:49:08.696Z] #8 exporting to image [2025-09-17T02:49:08.696Z] #8 exporting layers done [2025-09-17T02:49:08.696Z] #8 exporting manifest sha256:8d06fe9baa5eae5f2f8b4638a9fef2b68f0a4887ad1afd9ec610748f49053639 done [2025-09-17T02:49:08.696Z] #8 exporting config sha256:ab62c959b0e665a59071981cfc0327d592dfe78263f2825962fe3de515d27b53 done [2025-09-17T02:49:08.696Z] #8 exporting manifest sha256:9860d995027ddd5676c1ce3430e6a2547ce5e14112f712e24ef563abbab95b60 done [2025-09-17T02:49:08.696Z] #8 exporting config sha256:8c1ea43a89129ee85270f9d05617e5b60ab38cb6aa636e8493ab8233176ae7c7 done [2025-09-17T02:49:08.696Z] #8 exporting manifest list sha256:39ced286d354d9494388be417ec5e634f80adfaa70eadd5be6084e4ef0b4f0ae done [2025-09-17T02:49:08.696Z] #8 pushing layers 0.1s done [2025-09-17T02:49:08.696Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:39ced286d354d9494388be417ec5e634f80adfaa70eadd5be6084e4ef0b4f0ae [2025-09-17T02:49:08.696Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-17T02:49:09.080Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:39ced286d354d9494388be417ec5e634f80adfaa70eadd5be6084e4ef0b4f0ae 0.1s done [2025-09-17T02:49:09.080Z] #8 DONE 0.2s [2025-09-17T02:49:09.080Z] [2025-09-17T02:49:09.080Z] 1 warning found (use --debug to expand): [2025-09-17T02:49:09.080Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-17T02:49:09.365Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest' [2025-09-17T02:49:09.365Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:latest --push - [2025-09-17T02:49:09.365Z] #1 [internal] load build definition from Dockerfile [2025-09-17T02:49:09.365Z] #1 transferring dockerfile: 171B done [2025-09-17T02:49:09.365Z] #1 DONE 0.0s [2025-09-17T02:49:09.365Z] [2025-09-17T02:49:09.365Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-09-17T02:49:09.365Z] #2 DONE 0.0s [2025-09-17T02:49:09.365Z] [2025-09-17T02:49:09.365Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-09-17T02:49:09.365Z] #3 DONE 0.0s [2025-09-17T02:49:09.365Z] [2025-09-17T02:49:09.365Z] #4 [internal] load .dockerignore [2025-09-17T02:49:09.365Z] #4 transferring context: 2B done [2025-09-17T02:49:09.365Z] #4 DONE 0.0s [2025-09-17T02:49:09.365Z] [2025-09-17T02:49:09.365Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:4a1b8c29b06758c668e82a86bdd83368e0c584ba2da99573c39c4f23d379f1b2 [2025-09-17T02:49:09.365Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:4a1b8c29b06758c668e82a86bdd83368e0c584ba2da99573c39c4f23d379f1b2 done [2025-09-17T02:49:09.365Z] #5 CACHED [2025-09-17T02:49:09.365Z] [2025-09-17T02:49:09.365Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:4a1b8c29b06758c668e82a86bdd83368e0c584ba2da99573c39c4f23d379f1b2 [2025-09-17T02:49:09.365Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:4a1b8c29b06758c668e82a86bdd83368e0c584ba2da99573c39c4f23d379f1b2 done [2025-09-17T02:49:09.365Z] #6 CACHED [2025-09-17T02:49:09.365Z] [2025-09-17T02:49:09.365Z] #7 exporting to image [2025-09-17T02:49:09.365Z] #7 exporting layers done [2025-09-17T02:49:09.365Z] #7 exporting manifest sha256:8d06fe9baa5eae5f2f8b4638a9fef2b68f0a4887ad1afd9ec610748f49053639 done [2025-09-17T02:49:09.365Z] #7 exporting config sha256:ab62c959b0e665a59071981cfc0327d592dfe78263f2825962fe3de515d27b53 done [2025-09-17T02:49:09.365Z] #7 exporting manifest sha256:9860d995027ddd5676c1ce3430e6a2547ce5e14112f712e24ef563abbab95b60 done [2025-09-17T02:49:09.365Z] #7 exporting config sha256:8c1ea43a89129ee85270f9d05617e5b60ab38cb6aa636e8493ab8233176ae7c7 done [2025-09-17T02:49:09.365Z] #7 exporting manifest list sha256:39ced286d354d9494388be417ec5e634f80adfaa70eadd5be6084e4ef0b4f0ae done [2025-09-17T02:49:09.365Z] #7 pushing layers [2025-09-17T02:49:09.365Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-17T02:49:09.624Z] #7 pushing layers 0.0s done [2025-09-17T02:49:09.624Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:39ced286d354d9494388be417ec5e634f80adfaa70eadd5be6084e4ef0b4f0ae 0.1s done [2025-09-17T02:49:09.624Z] #7 DONE 0.1s [2025-09-17T02:49:09.624Z] [2025-09-17T02:49:09.624Z] #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-17T02:49:09.624Z] #8 DONE 0.0s [2025-09-17T02:49:09.624Z] [2025-09-17T02:49:09.624Z] 1 warning found (use --debug to expand): [2025-09-17T02:49:09.624Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-17T02:49:09.911Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.62' [2025-09-17T02:49:09.911Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.62 --push - [2025-09-17T02:49:10.170Z] #1 [internal] load build definition from Dockerfile [2025-09-17T02:49:10.170Z] #1 transferring dockerfile: 177B done [2025-09-17T02:49:10.170Z] #1 DONE 0.0s [2025-09-17T02:49:10.170Z] [2025-09-17T02:49:10.170Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.62 [2025-09-17T02:49:10.170Z] #2 DONE 0.0s [2025-09-17T02:49:10.170Z] [2025-09-17T02:49:10.170Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.62 [2025-09-17T02:49:10.170Z] #3 DONE 0.0s [2025-09-17T02:49:10.170Z] [2025-09-17T02:49:10.170Z] #4 [internal] load .dockerignore [2025-09-17T02:49:10.170Z] #4 transferring context: 2B done [2025-09-17T02:49:10.170Z] #4 DONE 0.0s [2025-09-17T02:49:10.170Z] [2025-09-17T02:49:10.170Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.62@sha256:4a1b8c29b06758c668e82a86bdd83368e0c584ba2da99573c39c4f23d379f1b2 [2025-09-17T02:49:10.170Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.62@sha256:4a1b8c29b06758c668e82a86bdd83368e0c584ba2da99573c39c4f23d379f1b2 done [2025-09-17T02:49:10.170Z] #5 CACHED [2025-09-17T02:49:10.170Z] [2025-09-17T02:49:10.170Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.62@sha256:4a1b8c29b06758c668e82a86bdd83368e0c584ba2da99573c39c4f23d379f1b2 [2025-09-17T02:49:10.170Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.62@sha256:4a1b8c29b06758c668e82a86bdd83368e0c584ba2da99573c39c4f23d379f1b2 0.0s done [2025-09-17T02:49:10.170Z] #6 CACHED [2025-09-17T02:49:10.170Z] [2025-09-17T02:49:10.170Z] #7 exporting to image [2025-09-17T02:49:10.170Z] #7 exporting layers done [2025-09-17T02:49:10.170Z] #7 exporting manifest sha256:8d06fe9baa5eae5f2f8b4638a9fef2b68f0a4887ad1afd9ec610748f49053639 done [2025-09-17T02:49:10.170Z] #7 exporting config sha256:ab62c959b0e665a59071981cfc0327d592dfe78263f2825962fe3de515d27b53 done [2025-09-17T02:49:10.170Z] #7 exporting manifest sha256:9860d995027ddd5676c1ce3430e6a2547ce5e14112f712e24ef563abbab95b60 done [2025-09-17T02:49:10.170Z] #7 exporting config sha256:8c1ea43a89129ee85270f9d05617e5b60ab38cb6aa636e8493ab8233176ae7c7 done [2025-09-17T02:49:10.170Z] #7 exporting manifest list sha256:39ced286d354d9494388be417ec5e634f80adfaa70eadd5be6084e4ef0b4f0ae done [2025-09-17T02:49:10.170Z] #7 pushing layers 0.0s done [2025-09-17T02:49:10.170Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.62@sha256:39ced286d354d9494388be417ec5e634f80adfaa70eadd5be6084e4ef0b4f0ae [2025-09-17T02:49:10.170Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-17T02:49:10.170Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.62@sha256:39ced286d354d9494388be417ec5e634f80adfaa70eadd5be6084e4ef0b4f0ae 0.1s done [2025-09-17T02:49:10.170Z] #7 DONE 0.1s [2025-09-17T02:49:10.170Z] [2025-09-17T02:49:10.170Z] #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-17T02:49:10.170Z] #8 DONE 0.0s [2025-09-17T02:49:10.170Z] [2025-09-17T02:49:10.170Z] 1 warning found (use --debug to expand): [2025-09-17T02:49:10.170Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-17T02:49:10.459Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 --push - [2025-09-17T02:49:10.459Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62' [2025-09-17T02:49:10.459Z] #1 [internal] load build definition from Dockerfile [2025-09-17T02:49:10.459Z] #1 transferring dockerfile: 218B done [2025-09-17T02:49:10.459Z] #1 DONE 0.0s [2025-09-17T02:49:10.459Z] [2025-09-17T02:49:10.459Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:49:10.459Z] #2 DONE 0.0s [2025-09-17T02:49:10.459Z] [2025-09-17T02:49:10.460Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:49:10.460Z] #3 DONE 0.0s [2025-09-17T02:49:10.460Z] [2025-09-17T02:49:10.460Z] #4 [internal] load .dockerignore [2025-09-17T02:49:10.460Z] #4 transferring context: 2B done [2025-09-17T02:49:10.460Z] #4 DONE 0.0s [2025-09-17T02:49:10.460Z] [2025-09-17T02:49:10.460Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:4a1b8c29b06758c668e82a86bdd83368e0c584ba2da99573c39c4f23d379f1b2 [2025-09-17T02:49:10.460Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:4a1b8c29b06758c668e82a86bdd83368e0c584ba2da99573c39c4f23d379f1b2 0.0s done [2025-09-17T02:49:10.460Z] #5 CACHED [2025-09-17T02:49:10.460Z] [2025-09-17T02:49:10.460Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:4a1b8c29b06758c668e82a86bdd83368e0c584ba2da99573c39c4f23d379f1b2 [2025-09-17T02:49:10.460Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:4a1b8c29b06758c668e82a86bdd83368e0c584ba2da99573c39c4f23d379f1b2 0.0s done [2025-09-17T02:49:10.460Z] #6 CACHED [2025-09-17T02:49:10.460Z] [2025-09-17T02:49:10.460Z] #7 exporting to image [2025-09-17T02:49:10.460Z] #7 exporting layers done [2025-09-17T02:49:10.460Z] #7 exporting manifest sha256:8d06fe9baa5eae5f2f8b4638a9fef2b68f0a4887ad1afd9ec610748f49053639 done [2025-09-17T02:49:10.460Z] #7 exporting config sha256:ab62c959b0e665a59071981cfc0327d592dfe78263f2825962fe3de515d27b53 done [2025-09-17T02:49:10.460Z] #7 exporting manifest sha256:9860d995027ddd5676c1ce3430e6a2547ce5e14112f712e24ef563abbab95b60 done [2025-09-17T02:49:10.460Z] #7 exporting config sha256:8c1ea43a89129ee85270f9d05617e5b60ab38cb6aa636e8493ab8233176ae7c7 done [2025-09-17T02:49:10.460Z] #7 exporting manifest list sha256:39ced286d354d9494388be417ec5e634f80adfaa70eadd5be6084e4ef0b4f0ae done [2025-09-17T02:49:10.460Z] #7 pushing layers 0.0s done [2025-09-17T02:49:10.460Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:39ced286d354d9494388be417ec5e634f80adfaa70eadd5be6084e4ef0b4f0ae [2025-09-17T02:49:10.460Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-17T02:49:10.718Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:39ced286d354d9494388be417ec5e634f80adfaa70eadd5be6084e4ef0b4f0ae 0.1s done [2025-09-17T02:49:10.718Z] #7 DONE 0.1s [2025-09-17T02:49:10.718Z] [2025-09-17T02:49:10.718Z] #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-17T02:49:10.718Z] #8 DONE 0.0s [2025-09-17T02:49:10.718Z] [2025-09-17T02:49:10.718Z] 1 warning found (use --debug to expand): [2025-09-17T02:49:10.718Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-17T02:49:11.005Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main' [2025-09-17T02:49:11.005Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:main --push - [2025-09-17T02:49:11.005Z] #1 [internal] load build definition from Dockerfile [2025-09-17T02:49:11.005Z] #1 transferring dockerfile: 169B done [2025-09-17T02:49:11.005Z] #1 DONE 0.0s [2025-09-17T02:49:11.005Z] [2025-09-17T02:49:11.005Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-09-17T02:49:11.005Z] #2 DONE 0.0s [2025-09-17T02:49:11.005Z] [2025-09-17T02:49:11.005Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-09-17T02:49:11.005Z] #3 DONE 0.1s [2025-09-17T02:49:11.005Z] [2025-09-17T02:49:11.005Z] #4 [internal] load .dockerignore [2025-09-17T02:49:11.005Z] #4 transferring context: 2B done [2025-09-17T02:49:11.005Z] #4 DONE 0.1s [2025-09-17T02:49:11.264Z] [2025-09-17T02:49:11.264Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:4a1b8c29b06758c668e82a86bdd83368e0c584ba2da99573c39c4f23d379f1b2 [2025-09-17T02:49:11.264Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:4a1b8c29b06758c668e82a86bdd83368e0c584ba2da99573c39c4f23d379f1b2 done [2025-09-17T02:49:11.264Z] #5 CACHED [2025-09-17T02:49:11.264Z] [2025-09-17T02:49:11.264Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:4a1b8c29b06758c668e82a86bdd83368e0c584ba2da99573c39c4f23d379f1b2 [2025-09-17T02:49:11.264Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:4a1b8c29b06758c668e82a86bdd83368e0c584ba2da99573c39c4f23d379f1b2 0.0s done [2025-09-17T02:49:11.264Z] #6 CACHED [2025-09-17T02:49:11.264Z] [2025-09-17T02:49:11.264Z] #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-17T02:49:11.264Z] #7 DONE 0.0s [2025-09-17T02:49:11.264Z] [2025-09-17T02:49:11.264Z] #8 exporting to image [2025-09-17T02:49:11.264Z] #8 exporting layers done [2025-09-17T02:49:11.264Z] #8 exporting manifest sha256:8d06fe9baa5eae5f2f8b4638a9fef2b68f0a4887ad1afd9ec610748f49053639 done [2025-09-17T02:49:11.264Z] #8 exporting config sha256:ab62c959b0e665a59071981cfc0327d592dfe78263f2825962fe3de515d27b53 done [2025-09-17T02:49:11.264Z] #8 exporting manifest sha256:9860d995027ddd5676c1ce3430e6a2547ce5e14112f712e24ef563abbab95b60 done [2025-09-17T02:49:11.264Z] #8 exporting config sha256:8c1ea43a89129ee85270f9d05617e5b60ab38cb6aa636e8493ab8233176ae7c7 done [2025-09-17T02:49:11.264Z] #8 exporting manifest list sha256:39ced286d354d9494388be417ec5e634f80adfaa70eadd5be6084e4ef0b4f0ae done [2025-09-17T02:49:11.264Z] #8 pushing layers 0.0s done [2025-09-17T02:49:11.264Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:39ced286d354d9494388be417ec5e634f80adfaa70eadd5be6084e4ef0b4f0ae 0.1s done [2025-09-17T02:49:11.264Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-17T02:49:11.264Z] #8 DONE 0.1s [2025-09-17T02:49:11.264Z] [2025-09-17T02:49:11.264Z] 1 warning found (use --debug to expand): [2025-09-17T02:49:11.264Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-17T02:49:11.554Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4' [2025-09-17T02:49:11.554Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4 --push - [2025-09-17T02:49:11.554Z] #1 [internal] load build definition from Dockerfile [2025-09-17T02:49:11.813Z] #1 transferring dockerfile: 211B done [2025-09-17T02:49:11.813Z] #1 DONE 0.0s [2025-09-17T02:49:11.813Z] [2025-09-17T02:49:11.813Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:49:11.813Z] #2 DONE 0.0s [2025-09-17T02:49:11.813Z] [2025-09-17T02:49:11.813Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:49:11.813Z] #3 DONE 0.0s [2025-09-17T02:49:11.813Z] [2025-09-17T02:49:11.813Z] #4 [internal] load .dockerignore [2025-09-17T02:49:11.813Z] #4 transferring context: 2B done [2025-09-17T02:49:11.813Z] #4 DONE 0.0s [2025-09-17T02:49:11.813Z] [2025-09-17T02:49:11.813Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:a0493d45089a75f3882b3fdafcbe77d2029f369d442039e19450891c1bfb4cce [2025-09-17T02:49:11.813Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:a0493d45089a75f3882b3fdafcbe77d2029f369d442039e19450891c1bfb4cce [2025-09-17T02:49:11.813Z] #5 ... [2025-09-17T02:49:11.813Z] [2025-09-17T02:49:11.813Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:a0493d45089a75f3882b3fdafcbe77d2029f369d442039e19450891c1bfb4cce [2025-09-17T02:49:11.813Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:a0493d45089a75f3882b3fdafcbe77d2029f369d442039e19450891c1bfb4cce done [2025-09-17T02:49:11.813Z] #6 DONE 0.1s [2025-09-17T02:49:11.813Z] [2025-09-17T02:49:11.813Z] #7 exporting to image [2025-09-17T02:49:11.813Z] #7 exporting layers done [2025-09-17T02:49:11.813Z] #7 exporting manifest sha256:b0cb1dc14595b1d0d9691c9b910fdd2fc03adb9646e38601e2e2f014e489696a 0.0s done [2025-09-17T02:49:11.813Z] #7 exporting config sha256:9f9843c87d4971c3d1f21bfd170833f880ebc33fc94ec0b2a17bd45a186987e0 done [2025-09-17T02:49:11.813Z] #7 exporting manifest sha256:a32c25d71a3d697ef0cbc735656e3785b088e9f39dab09210f1c8d5d137c51b9 done [2025-09-17T02:49:11.813Z] #7 exporting config sha256:4a7eca4d576904ed69ec72288782b7630e11cb64f265bc2b499c30229fd9b37e done [2025-09-17T02:49:11.813Z] #7 exporting manifest list sha256:9c0e9e26b8eb2ce00bdee94f8c87af9c7dd7c223b75afc6732a1d9ad34c7d8e1 done [2025-09-17T02:49:11.813Z] #7 pushing layers [2025-09-17T02:49:11.813Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-17T02:49:12.074Z] #7 ... [2025-09-17T02:49:12.074Z] [2025-09-17T02:49:12.074Z] #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-17T02:49:12.074Z] #8 DONE 0.0s [2025-09-17T02:49:12.074Z] [2025-09-17T02:49:12.074Z] #7 exporting to image [2025-09-17T02:49:12.074Z] #7 pushing layers 0.1s done [2025-09-17T02:49:12.074Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:9c0e9e26b8eb2ce00bdee94f8c87af9c7dd7c223b75afc6732a1d9ad34c7d8e1 [2025-09-17T02:49:12.074Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:9c0e9e26b8eb2ce00bdee94f8c87af9c7dd7c223b75afc6732a1d9ad34c7d8e1 0.1s done [2025-09-17T02:49:12.074Z] #7 DONE 0.2s [2025-09-17T02:49:12.074Z] [2025-09-17T02:49:12.074Z] 1 warning found (use --debug to expand): [2025-09-17T02:49:12.074Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-17T02:49:12.366Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest' [2025-09-17T02:49:12.366Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest --push - [2025-09-17T02:49:12.366Z] #1 [internal] load build definition from Dockerfile [2025-09-17T02:49:12.366Z] #1 transferring dockerfile: 177B done [2025-09-17T02:49:12.366Z] #1 DONE 0.0s [2025-09-17T02:49:12.366Z] [2025-09-17T02:49:12.366Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-09-17T02:49:12.366Z] #2 DONE 0.0s [2025-09-17T02:49:12.366Z] [2025-09-17T02:49:12.366Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-09-17T02:49:12.366Z] #3 DONE 0.0s [2025-09-17T02:49:12.366Z] [2025-09-17T02:49:12.366Z] #4 [internal] load .dockerignore [2025-09-17T02:49:12.366Z] #4 transferring context: 2B done [2025-09-17T02:49:12.366Z] #4 DONE 0.0s [2025-09-17T02:49:12.366Z] [2025-09-17T02:49:12.366Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:a0493d45089a75f3882b3fdafcbe77d2029f369d442039e19450891c1bfb4cce [2025-09-17T02:49:12.366Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:a0493d45089a75f3882b3fdafcbe77d2029f369d442039e19450891c1bfb4cce 0.0s done [2025-09-17T02:49:12.366Z] #5 DONE 0.0s [2025-09-17T02:49:12.366Z] [2025-09-17T02:49:12.366Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:a0493d45089a75f3882b3fdafcbe77d2029f369d442039e19450891c1bfb4cce [2025-09-17T02:49:12.626Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:a0493d45089a75f3882b3fdafcbe77d2029f369d442039e19450891c1bfb4cce 0.0s done [2025-09-17T02:49:12.626Z] #6 CACHED [2025-09-17T02:49:12.626Z] [2025-09-17T02:49:12.626Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:a0493d45089a75f3882b3fdafcbe77d2029f369d442039e19450891c1bfb4cce [2025-09-17T02:49:12.626Z] #5 CACHED [2025-09-17T02:49:12.626Z] [2025-09-17T02:49:12.626Z] #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-17T02:49:12.626Z] #7 DONE 0.0s [2025-09-17T02:49:12.626Z] [2025-09-17T02:49:12.626Z] #8 exporting to image [2025-09-17T02:49:12.626Z] #8 exporting layers done [2025-09-17T02:49:12.627Z] #8 exporting manifest sha256:b0cb1dc14595b1d0d9691c9b910fdd2fc03adb9646e38601e2e2f014e489696a done [2025-09-17T02:49:12.627Z] #8 exporting config sha256:9f9843c87d4971c3d1f21bfd170833f880ebc33fc94ec0b2a17bd45a186987e0 done [2025-09-17T02:49:12.627Z] #8 exporting manifest sha256:a32c25d71a3d697ef0cbc735656e3785b088e9f39dab09210f1c8d5d137c51b9 done [2025-09-17T02:49:12.627Z] #8 exporting config sha256:4a7eca4d576904ed69ec72288782b7630e11cb64f265bc2b499c30229fd9b37e done [2025-09-17T02:49:12.627Z] #8 exporting manifest list sha256:9c0e9e26b8eb2ce00bdee94f8c87af9c7dd7c223b75afc6732a1d9ad34c7d8e1 done [2025-09-17T02:49:12.627Z] #8 pushing layers 0.0s done [2025-09-17T02:49:12.627Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:9c0e9e26b8eb2ce00bdee94f8c87af9c7dd7c223b75afc6732a1d9ad34c7d8e1 0.1s done [2025-09-17T02:49:12.627Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-17T02:49:12.627Z] #8 DONE 0.1s [2025-09-17T02:49:12.627Z] [2025-09-17T02:49:12.627Z] 1 warning found (use --debug to expand): [2025-09-17T02:49:12.627Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-17T02:49:12.931Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.62 --push - [2025-09-17T02:49:12.931Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.62' [2025-09-17T02:49:12.931Z] #1 [internal] load build definition from Dockerfile [2025-09-17T02:49:12.931Z] #1 transferring dockerfile: 183B done [2025-09-17T02:49:12.931Z] #1 DONE 0.0s [2025-09-17T02:49:12.931Z] [2025-09-17T02:49:12.931Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.62 [2025-09-17T02:49:12.931Z] #2 DONE 0.0s [2025-09-17T02:49:12.931Z] [2025-09-17T02:49:12.931Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.62 [2025-09-17T02:49:12.931Z] #3 DONE 0.0s [2025-09-17T02:49:12.931Z] [2025-09-17T02:49:12.931Z] #4 [internal] load .dockerignore [2025-09-17T02:49:12.931Z] #4 transferring context: 2B done [2025-09-17T02:49:12.931Z] #4 DONE 0.0s [2025-09-17T02:49:12.931Z] [2025-09-17T02:49:12.931Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.62@sha256:a0493d45089a75f3882b3fdafcbe77d2029f369d442039e19450891c1bfb4cce [2025-09-17T02:49:12.931Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.62@sha256:a0493d45089a75f3882b3fdafcbe77d2029f369d442039e19450891c1bfb4cce 0.0s done [2025-09-17T02:49:12.931Z] #5 CACHED [2025-09-17T02:49:12.931Z] [2025-09-17T02:49:12.931Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.62@sha256:a0493d45089a75f3882b3fdafcbe77d2029f369d442039e19450891c1bfb4cce [2025-09-17T02:49:12.931Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.62@sha256:a0493d45089a75f3882b3fdafcbe77d2029f369d442039e19450891c1bfb4cce 0.0s done [2025-09-17T02:49:12.931Z] #6 CACHED [2025-09-17T02:49:12.931Z] [2025-09-17T02:49:12.931Z] #7 exporting to image [2025-09-17T02:49:12.931Z] #7 exporting layers [2025-09-17T02:49:12.931Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-17T02:49:13.190Z] #7 exporting layers done [2025-09-17T02:49:13.190Z] #7 exporting manifest sha256:b0cb1dc14595b1d0d9691c9b910fdd2fc03adb9646e38601e2e2f014e489696a done [2025-09-17T02:49:13.190Z] #7 exporting config sha256:9f9843c87d4971c3d1f21bfd170833f880ebc33fc94ec0b2a17bd45a186987e0 done [2025-09-17T02:49:13.190Z] #7 exporting manifest sha256:a32c25d71a3d697ef0cbc735656e3785b088e9f39dab09210f1c8d5d137c51b9 done [2025-09-17T02:49:13.190Z] #7 exporting config sha256:4a7eca4d576904ed69ec72288782b7630e11cb64f265bc2b499c30229fd9b37e done [2025-09-17T02:49:13.190Z] #7 exporting manifest list sha256:9c0e9e26b8eb2ce00bdee94f8c87af9c7dd7c223b75afc6732a1d9ad34c7d8e1 done [2025-09-17T02:49:13.190Z] #7 pushing layers 0.0s done [2025-09-17T02:49:13.190Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.62@sha256:9c0e9e26b8eb2ce00bdee94f8c87af9c7dd7c223b75afc6732a1d9ad34c7d8e1 0.1s done [2025-09-17T02:49:13.190Z] #7 DONE 0.1s [2025-09-17T02:49:13.190Z] [2025-09-17T02:49:13.190Z] #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-17T02:49:13.190Z] #8 DONE 0.0s [2025-09-17T02:49:13.190Z] [2025-09-17T02:49:13.190Z] 1 warning found (use --debug to expand): [2025-09-17T02:49:13.190Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-17T02:49:13.475Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62' [2025-09-17T02:49:13.475Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 --push - [2025-09-17T02:49:13.475Z] #1 [internal] load build definition from Dockerfile [2025-09-17T02:49:13.475Z] #1 transferring dockerfile: 224B done [2025-09-17T02:49:13.475Z] #1 DONE 0.0s [2025-09-17T02:49:13.475Z] [2025-09-17T02:49:13.475Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:49:13.475Z] #2 DONE 0.0s [2025-09-17T02:49:13.475Z] [2025-09-17T02:49:13.475Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:49:13.475Z] #3 DONE 0.0s [2025-09-17T02:49:13.475Z] [2025-09-17T02:49:13.475Z] #4 [internal] load .dockerignore [2025-09-17T02:49:13.475Z] #4 transferring context: 2B done [2025-09-17T02:49:13.475Z] #4 DONE 0.0s [2025-09-17T02:49:13.475Z] [2025-09-17T02:49:13.475Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:a0493d45089a75f3882b3fdafcbe77d2029f369d442039e19450891c1bfb4cce [2025-09-17T02:49:13.475Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:a0493d45089a75f3882b3fdafcbe77d2029f369d442039e19450891c1bfb4cce done [2025-09-17T02:49:13.475Z] #5 CACHED [2025-09-17T02:49:13.475Z] [2025-09-17T02:49:13.475Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:a0493d45089a75f3882b3fdafcbe77d2029f369d442039e19450891c1bfb4cce [2025-09-17T02:49:13.475Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:a0493d45089a75f3882b3fdafcbe77d2029f369d442039e19450891c1bfb4cce 0.0s done [2025-09-17T02:49:13.475Z] #6 CACHED [2025-09-17T02:49:13.475Z] [2025-09-17T02:49:13.475Z] #7 exporting to image [2025-09-17T02:49:13.475Z] #7 exporting layers done [2025-09-17T02:49:13.475Z] #7 exporting manifest sha256:b0cb1dc14595b1d0d9691c9b910fdd2fc03adb9646e38601e2e2f014e489696a done [2025-09-17T02:49:13.475Z] #7 exporting config sha256:9f9843c87d4971c3d1f21bfd170833f880ebc33fc94ec0b2a17bd45a186987e0 done [2025-09-17T02:49:13.475Z] #7 exporting manifest sha256:a32c25d71a3d697ef0cbc735656e3785b088e9f39dab09210f1c8d5d137c51b9 done [2025-09-17T02:49:13.475Z] #7 exporting config sha256:4a7eca4d576904ed69ec72288782b7630e11cb64f265bc2b499c30229fd9b37e done [2025-09-17T02:49:13.475Z] #7 exporting manifest list sha256:9c0e9e26b8eb2ce00bdee94f8c87af9c7dd7c223b75afc6732a1d9ad34c7d8e1 done [2025-09-17T02:49:13.475Z] #7 pushing layers 0.0s done [2025-09-17T02:49:13.475Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:9c0e9e26b8eb2ce00bdee94f8c87af9c7dd7c223b75afc6732a1d9ad34c7d8e1 [2025-09-17T02:49:13.475Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-17T02:49:13.735Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:9c0e9e26b8eb2ce00bdee94f8c87af9c7dd7c223b75afc6732a1d9ad34c7d8e1 0.1s done [2025-09-17T02:49:13.736Z] #7 DONE 0.1s [2025-09-17T02:49:13.736Z] [2025-09-17T02:49:13.736Z] #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-17T02:49:13.736Z] #8 DONE 0.0s [2025-09-17T02:49:13.736Z] [2025-09-17T02:49:13.736Z] 1 warning found (use --debug to expand): [2025-09-17T02:49:13.736Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-17T02:49:14.025Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main' [2025-09-17T02:49:14.025Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:main --push - [2025-09-17T02:49:14.340Z] #1 [internal] load build definition from Dockerfile [2025-09-17T02:49:14.340Z] #1 transferring dockerfile: 175B done [2025-09-17T02:49:14.340Z] #1 DONE 0.0s [2025-09-17T02:49:14.340Z] [2025-09-17T02:49:14.340Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-09-17T02:49:14.340Z] #2 DONE 0.0s [2025-09-17T02:49:14.340Z] [2025-09-17T02:49:14.340Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-09-17T02:49:14.340Z] #3 DONE 0.0s [2025-09-17T02:49:14.340Z] [2025-09-17T02:49:14.340Z] #4 [internal] load .dockerignore [2025-09-17T02:49:14.340Z] #4 transferring context: 2B done [2025-09-17T02:49:14.340Z] #4 DONE 0.0s [2025-09-17T02:49:14.340Z] [2025-09-17T02:49:14.340Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:a0493d45089a75f3882b3fdafcbe77d2029f369d442039e19450891c1bfb4cce [2025-09-17T02:49:14.340Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:a0493d45089a75f3882b3fdafcbe77d2029f369d442039e19450891c1bfb4cce done [2025-09-17T02:49:14.340Z] #5 CACHED [2025-09-17T02:49:14.340Z] [2025-09-17T02:49:14.340Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:a0493d45089a75f3882b3fdafcbe77d2029f369d442039e19450891c1bfb4cce [2025-09-17T02:49:14.340Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:a0493d45089a75f3882b3fdafcbe77d2029f369d442039e19450891c1bfb4cce done [2025-09-17T02:49:14.340Z] #6 CACHED [2025-09-17T02:49:14.340Z] [2025-09-17T02:49:14.340Z] #7 exporting to image [2025-09-17T02:49:14.340Z] #7 exporting layers done [2025-09-17T02:49:14.340Z] #7 exporting manifest sha256:b0cb1dc14595b1d0d9691c9b910fdd2fc03adb9646e38601e2e2f014e489696a done [2025-09-17T02:49:14.340Z] #7 exporting config sha256:9f9843c87d4971c3d1f21bfd170833f880ebc33fc94ec0b2a17bd45a186987e0 done [2025-09-17T02:49:14.340Z] #7 exporting manifest sha256:a32c25d71a3d697ef0cbc735656e3785b088e9f39dab09210f1c8d5d137c51b9 done [2025-09-17T02:49:14.340Z] #7 exporting config sha256:4a7eca4d576904ed69ec72288782b7630e11cb64f265bc2b499c30229fd9b37e done [2025-09-17T02:49:14.340Z] #7 exporting manifest list sha256:9c0e9e26b8eb2ce00bdee94f8c87af9c7dd7c223b75afc6732a1d9ad34c7d8e1 done [2025-09-17T02:49:14.340Z] #7 pushing layers 0.0s done [2025-09-17T02:49:14.340Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:9c0e9e26b8eb2ce00bdee94f8c87af9c7dd7c223b75afc6732a1d9ad34c7d8e1 [2025-09-17T02:49:14.340Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-17T02:49:14.340Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:9c0e9e26b8eb2ce00bdee94f8c87af9c7dd7c223b75afc6732a1d9ad34c7d8e1 0.1s done [2025-09-17T02:49:14.340Z] #7 DONE 0.1s [2025-09-17T02:49:14.340Z] [2025-09-17T02:49:14.340Z] #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-17T02:49:14.340Z] #8 DONE 0.0s [2025-09-17T02:49:14.340Z] [2025-09-17T02:49:14.340Z] 1 warning found (use --debug to expand): [2025-09-17T02:49:14.340Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-17T02:49:14.628Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:44d03353ae1976a56c6e7b940cb61d7be0635af4' [2025-09-17T02:49:14.628Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:44d03353ae1976a56c6e7b940cb61d7be0635af4 --push - [2025-09-17T02:49:14.628Z] #1 [internal] load build definition from Dockerfile [2025-09-17T02:49:14.628Z] #1 transferring dockerfile: 215B done [2025-09-17T02:49:14.628Z] #1 DONE 0.0s [2025-09-17T02:49:14.628Z] [2025-09-17T02:49:14.628Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:49:14.628Z] #2 DONE 0.0s [2025-09-17T02:49:14.628Z] [2025-09-17T02:49:14.628Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:49:14.628Z] #3 DONE 0.0s [2025-09-17T02:49:14.628Z] [2025-09-17T02:49:14.628Z] #4 [internal] load .dockerignore [2025-09-17T02:49:14.628Z] #4 transferring context: 2B done [2025-09-17T02:49:14.628Z] #4 DONE 0.0s [2025-09-17T02:49:14.628Z] [2025-09-17T02:49:14.628Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:cde6ad45376ceea418df564922c03c43eda6e465feb46d462c86e4558df50975 [2025-09-17T02:49:14.628Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:cde6ad45376ceea418df564922c03c43eda6e465feb46d462c86e4558df50975 0.0s done [2025-09-17T02:49:14.628Z] #5 DONE 0.0s [2025-09-17T02:49:14.628Z] [2025-09-17T02:49:14.628Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:cde6ad45376ceea418df564922c03c43eda6e465feb46d462c86e4558df50975 [2025-09-17T02:49:14.920Z] #6 DONE 0.0s [2025-09-17T02:49:14.920Z] [2025-09-17T02:49:14.920Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:cde6ad45376ceea418df564922c03c43eda6e465feb46d462c86e4558df50975 [2025-09-17T02:49:14.920Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:cde6ad45376ceea418df564922c03c43eda6e465feb46d462c86e4558df50975 0.0s done [2025-09-17T02:49:14.920Z] #5 DONE 0.1s [2025-09-17T02:49:14.920Z] [2025-09-17T02:49:14.920Z] #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-17T02:49:14.920Z] #7 DONE 0.0s [2025-09-17T02:49:14.920Z] [2025-09-17T02:49:14.920Z] #8 exporting to image [2025-09-17T02:49:14.920Z] #8 exporting layers done [2025-09-17T02:49:14.920Z] #8 exporting manifest sha256:4e5be47aa20ab6d8339d788448c0f47ae1aefb03a463f29074fc431db7e66700 done [2025-09-17T02:49:14.920Z] #8 exporting config sha256:294af049ca79d1322221f94230646fea9185657c4bf519b00d3c1f83912ab6fa done [2025-09-17T02:49:14.920Z] #8 exporting manifest sha256:b07ec15f432f69d8e2688b6a0684e07590d4f72ea90cc71c13a0f836bd222ecb done [2025-09-17T02:49:14.920Z] #8 exporting config sha256:eea673fa01375fba08c812e235c0b2c596a8e2457f2e58171d35dd2eb8ef5c13 done [2025-09-17T02:49:14.920Z] #8 exporting manifest list sha256:e71469767ab3965a60f6d04f74a2a4b703ea574b72f094e9f73f8ab18686e0ca done [2025-09-17T02:49:14.920Z] #8 pushing layers 0.1s done [2025-09-17T02:49:14.920Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:e71469767ab3965a60f6d04f74a2a4b703ea574b72f094e9f73f8ab18686e0ca [2025-09-17T02:49:14.920Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-17T02:49:15.201Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:e71469767ab3965a60f6d04f74a2a4b703ea574b72f094e9f73f8ab18686e0ca 0.1s done [2025-09-17T02:49:15.201Z] #8 DONE 0.2s [2025-09-17T02:49:15.201Z] [2025-09-17T02:49:15.201Z] 1 warning found (use --debug to expand): [2025-09-17T02:49:15.201Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-17T02:49:15.510Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest' [2025-09-17T02:49:15.510Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest --push - [2025-09-17T02:49:15.510Z] #1 [internal] load build definition from Dockerfile [2025-09-17T02:49:15.510Z] #1 transferring dockerfile: 181B done [2025-09-17T02:49:15.510Z] #1 DONE 0.0s [2025-09-17T02:49:15.510Z] [2025-09-17T02:49:15.510Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-09-17T02:49:15.510Z] #2 DONE 0.0s [2025-09-17T02:49:15.510Z] [2025-09-17T02:49:15.510Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-09-17T02:49:15.510Z] #3 DONE 0.0s [2025-09-17T02:49:15.510Z] [2025-09-17T02:49:15.510Z] #4 [internal] load .dockerignore [2025-09-17T02:49:15.510Z] #4 transferring context: 2B done [2025-09-17T02:49:15.510Z] #4 DONE 0.0s [2025-09-17T02:49:15.510Z] [2025-09-17T02:49:15.510Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:cde6ad45376ceea418df564922c03c43eda6e465feb46d462c86e4558df50975 [2025-09-17T02:49:15.510Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:cde6ad45376ceea418df564922c03c43eda6e465feb46d462c86e4558df50975 0.0s done [2025-09-17T02:49:15.510Z] #5 CACHED [2025-09-17T02:49:15.510Z] [2025-09-17T02:49:15.510Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:cde6ad45376ceea418df564922c03c43eda6e465feb46d462c86e4558df50975 [2025-09-17T02:49:15.510Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:cde6ad45376ceea418df564922c03c43eda6e465feb46d462c86e4558df50975 0.0s done [2025-09-17T02:49:15.510Z] #6 CACHED [2025-09-17T02:49:15.510Z] [2025-09-17T02:49:15.510Z] #7 exporting to image [2025-09-17T02:49:15.510Z] #7 exporting layers done [2025-09-17T02:49:15.510Z] #7 exporting manifest sha256:4e5be47aa20ab6d8339d788448c0f47ae1aefb03a463f29074fc431db7e66700 done [2025-09-17T02:49:15.510Z] #7 exporting config sha256:294af049ca79d1322221f94230646fea9185657c4bf519b00d3c1f83912ab6fa done [2025-09-17T02:49:15.510Z] #7 exporting manifest sha256:b07ec15f432f69d8e2688b6a0684e07590d4f72ea90cc71c13a0f836bd222ecb [2025-09-17T02:49:15.510Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-17T02:49:15.769Z] #7 exporting manifest sha256:b07ec15f432f69d8e2688b6a0684e07590d4f72ea90cc71c13a0f836bd222ecb done [2025-09-17T02:49:15.769Z] #7 exporting config sha256:eea673fa01375fba08c812e235c0b2c596a8e2457f2e58171d35dd2eb8ef5c13 done [2025-09-17T02:49:15.769Z] #7 exporting manifest list sha256:e71469767ab3965a60f6d04f74a2a4b703ea574b72f094e9f73f8ab18686e0ca done [2025-09-17T02:49:15.769Z] #7 pushing layers 0.0s done [2025-09-17T02:49:15.769Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:e71469767ab3965a60f6d04f74a2a4b703ea574b72f094e9f73f8ab18686e0ca 0.1s done [2025-09-17T02:49:15.769Z] #7 DONE 0.1s [2025-09-17T02:49:15.769Z] [2025-09-17T02:49:15.769Z] #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-17T02:49:15.769Z] #8 DONE 0.0s [2025-09-17T02:49:15.769Z] [2025-09-17T02:49:15.769Z] 1 warning found (use --debug to expand): [2025-09-17T02:49:15.769Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-17T02:49:16.060Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.62' [2025-09-17T02:49:16.060Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.62 --push - [2025-09-17T02:49:16.060Z] #1 [internal] load build definition from Dockerfile [2025-09-17T02:49:16.060Z] #1 transferring dockerfile: 187B done [2025-09-17T02:49:16.060Z] #1 DONE 0.0s [2025-09-17T02:49:16.060Z] [2025-09-17T02:49:16.060Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.62 [2025-09-17T02:49:16.060Z] #2 DONE 0.0s [2025-09-17T02:49:16.060Z] [2025-09-17T02:49:16.060Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.62 [2025-09-17T02:49:16.060Z] #3 DONE 0.0s [2025-09-17T02:49:16.060Z] [2025-09-17T02:49:16.060Z] #4 [internal] load .dockerignore [2025-09-17T02:49:16.060Z] #4 transferring context: 2B done [2025-09-17T02:49:16.060Z] #4 DONE 0.0s [2025-09-17T02:49:16.060Z] [2025-09-17T02:49:16.060Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.62@sha256:cde6ad45376ceea418df564922c03c43eda6e465feb46d462c86e4558df50975 [2025-09-17T02:49:16.060Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.62@sha256:cde6ad45376ceea418df564922c03c43eda6e465feb46d462c86e4558df50975 0.0s done [2025-09-17T02:49:16.060Z] #5 CACHED [2025-09-17T02:49:16.060Z] [2025-09-17T02:49:16.060Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.62@sha256:cde6ad45376ceea418df564922c03c43eda6e465feb46d462c86e4558df50975 [2025-09-17T02:49:16.060Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.62@sha256:cde6ad45376ceea418df564922c03c43eda6e465feb46d462c86e4558df50975 0.0s done [2025-09-17T02:49:16.060Z] #6 CACHED [2025-09-17T02:49:16.060Z] [2025-09-17T02:49:16.060Z] #7 exporting to image [2025-09-17T02:49:16.060Z] #7 exporting layers done [2025-09-17T02:49:16.060Z] #7 exporting manifest sha256:4e5be47aa20ab6d8339d788448c0f47ae1aefb03a463f29074fc431db7e66700 done [2025-09-17T02:49:16.060Z] #7 exporting config sha256:294af049ca79d1322221f94230646fea9185657c4bf519b00d3c1f83912ab6fa done [2025-09-17T02:49:16.060Z] #7 exporting manifest sha256:b07ec15f432f69d8e2688b6a0684e07590d4f72ea90cc71c13a0f836bd222ecb done [2025-09-17T02:49:16.060Z] #7 exporting config sha256:eea673fa01375fba08c812e235c0b2c596a8e2457f2e58171d35dd2eb8ef5c13 done [2025-09-17T02:49:16.060Z] #7 exporting manifest list sha256:e71469767ab3965a60f6d04f74a2a4b703ea574b72f094e9f73f8ab18686e0ca done [2025-09-17T02:49:16.060Z] #7 pushing layers [2025-09-17T02:49:16.060Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-17T02:49:16.322Z] #7 pushing layers 0.0s done [2025-09-17T02:49:16.322Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.62@sha256:e71469767ab3965a60f6d04f74a2a4b703ea574b72f094e9f73f8ab18686e0ca 0.1s done [2025-09-17T02:49:16.322Z] #7 DONE 0.1s [2025-09-17T02:49:16.322Z] [2025-09-17T02:49:16.322Z] #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-17T02:49:16.322Z] #8 DONE 0.0s [2025-09-17T02:49:16.322Z] [2025-09-17T02:49:16.322Z] 1 warning found (use --debug to expand): [2025-09-17T02:49:16.322Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-17T02:49:16.642Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62' [2025-09-17T02:49:16.642Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 --push - [2025-09-17T02:49:16.642Z] #1 [internal] load build definition from Dockerfile [2025-09-17T02:49:16.642Z] #1 transferring dockerfile: 228B done [2025-09-17T02:49:16.642Z] #1 DONE 0.0s [2025-09-17T02:49:16.642Z] [2025-09-17T02:49:16.642Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:49:16.642Z] #2 DONE 0.0s [2025-09-17T02:49:16.642Z] [2025-09-17T02:49:16.643Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:49:16.643Z] #3 DONE 0.0s [2025-09-17T02:49:16.643Z] [2025-09-17T02:49:16.643Z] #4 [internal] load .dockerignore [2025-09-17T02:49:16.643Z] #4 transferring context: 2B done [2025-09-17T02:49:16.643Z] #4 DONE 0.0s [2025-09-17T02:49:16.643Z] [2025-09-17T02:49:16.643Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:cde6ad45376ceea418df564922c03c43eda6e465feb46d462c86e4558df50975 [2025-09-17T02:49:16.643Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:cde6ad45376ceea418df564922c03c43eda6e465feb46d462c86e4558df50975 0.0s done [2025-09-17T02:49:16.643Z] #5 DONE 0.0s [2025-09-17T02:49:16.643Z] [2025-09-17T02:49:16.643Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:cde6ad45376ceea418df564922c03c43eda6e465feb46d462c86e4558df50975 [2025-09-17T02:49:16.902Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:cde6ad45376ceea418df564922c03c43eda6e465feb46d462c86e4558df50975 0.0s done [2025-09-17T02:49:16.902Z] #6 CACHED [2025-09-17T02:49:16.902Z] [2025-09-17T02:49:16.902Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:cde6ad45376ceea418df564922c03c43eda6e465feb46d462c86e4558df50975 [2025-09-17T02:49:16.902Z] #5 CACHED [2025-09-17T02:49:16.902Z] [2025-09-17T02:49:16.902Z] #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-17T02:49:16.902Z] #7 DONE 0.0s [2025-09-17T02:49:16.902Z] [2025-09-17T02:49:16.902Z] #8 exporting to image [2025-09-17T02:49:16.902Z] #8 exporting layers done [2025-09-17T02:49:16.902Z] #8 exporting manifest sha256:4e5be47aa20ab6d8339d788448c0f47ae1aefb03a463f29074fc431db7e66700 done [2025-09-17T02:49:16.902Z] #8 exporting config sha256:294af049ca79d1322221f94230646fea9185657c4bf519b00d3c1f83912ab6fa done [2025-09-17T02:49:16.902Z] #8 exporting manifest sha256:b07ec15f432f69d8e2688b6a0684e07590d4f72ea90cc71c13a0f836bd222ecb done [2025-09-17T02:49:16.902Z] #8 exporting config sha256:eea673fa01375fba08c812e235c0b2c596a8e2457f2e58171d35dd2eb8ef5c13 done [2025-09-17T02:49:16.902Z] #8 exporting manifest list sha256:e71469767ab3965a60f6d04f74a2a4b703ea574b72f094e9f73f8ab18686e0ca done [2025-09-17T02:49:16.902Z] #8 pushing layers 0.0s done [2025-09-17T02:49:16.902Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:e71469767ab3965a60f6d04f74a2a4b703ea574b72f094e9f73f8ab18686e0ca 0.1s done [2025-09-17T02:49:16.902Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-17T02:49:16.902Z] #8 DONE 0.1s [2025-09-17T02:49:16.902Z] [2025-09-17T02:49:16.902Z] 1 warning found (use --debug to expand): [2025-09-17T02:49:16.902Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-17T02:49:17.192Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main' [2025-09-17T02:49:17.192Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main --push - [2025-09-17T02:49:17.192Z] #1 [internal] load build definition from Dockerfile [2025-09-17T02:49:17.192Z] #1 transferring dockerfile: 179B done [2025-09-17T02:49:17.192Z] #1 DONE 0.0s [2025-09-17T02:49:17.192Z] [2025-09-17T02:49:17.192Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-09-17T02:49:17.192Z] #2 DONE 0.0s [2025-09-17T02:49:17.192Z] [2025-09-17T02:49:17.192Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-09-17T02:49:17.192Z] #3 DONE 0.0s [2025-09-17T02:49:17.192Z] [2025-09-17T02:49:17.192Z] #4 [internal] load .dockerignore [2025-09-17T02:49:17.192Z] #4 transferring context: 2B done [2025-09-17T02:49:17.192Z] #4 DONE 0.0s [2025-09-17T02:49:17.192Z] [2025-09-17T02:49:17.192Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:cde6ad45376ceea418df564922c03c43eda6e465feb46d462c86e4558df50975 [2025-09-17T02:49:17.192Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:cde6ad45376ceea418df564922c03c43eda6e465feb46d462c86e4558df50975 0.0s done [2025-09-17T02:49:17.192Z] #5 CACHED [2025-09-17T02:49:17.192Z] [2025-09-17T02:49:17.192Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:cde6ad45376ceea418df564922c03c43eda6e465feb46d462c86e4558df50975 [2025-09-17T02:49:17.192Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:cde6ad45376ceea418df564922c03c43eda6e465feb46d462c86e4558df50975 0.0s done [2025-09-17T02:49:17.192Z] #6 CACHED [2025-09-17T02:49:17.192Z] [2025-09-17T02:49:17.192Z] #7 exporting to image [2025-09-17T02:49:17.192Z] #7 exporting layers done [2025-09-17T02:49:17.192Z] #7 exporting manifest sha256:4e5be47aa20ab6d8339d788448c0f47ae1aefb03a463f29074fc431db7e66700 done [2025-09-17T02:49:17.192Z] #7 exporting config sha256:294af049ca79d1322221f94230646fea9185657c4bf519b00d3c1f83912ab6fa done [2025-09-17T02:49:17.192Z] #7 exporting manifest sha256:b07ec15f432f69d8e2688b6a0684e07590d4f72ea90cc71c13a0f836bd222ecb done [2025-09-17T02:49:17.192Z] #7 exporting config sha256:eea673fa01375fba08c812e235c0b2c596a8e2457f2e58171d35dd2eb8ef5c13 done [2025-09-17T02:49:17.192Z] #7 exporting manifest list sha256:e71469767ab3965a60f6d04f74a2a4b703ea574b72f094e9f73f8ab18686e0ca done [2025-09-17T02:49:17.192Z] #7 pushing layers [2025-09-17T02:49:17.192Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-17T02:49:17.452Z] #7 pushing layers 0.0s done [2025-09-17T02:49:17.452Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:e71469767ab3965a60f6d04f74a2a4b703ea574b72f094e9f73f8ab18686e0ca 0.1s done [2025-09-17T02:49:17.452Z] #7 DONE 0.1s [2025-09-17T02:49:17.452Z] [2025-09-17T02:49:17.452Z] #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-17T02:49:17.452Z] #8 DONE 0.0s [2025-09-17T02:49:17.452Z] [2025-09-17T02:49:17.452Z] 1 warning found (use --debug to expand): [2025-09-17T02:49:17.452Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-17T02:49:17.744Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:44d03353ae1976a56c6e7b940cb61d7be0635af4' [2025-09-17T02:49:17.744Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:44d03353ae1976a56c6e7b940cb61d7be0635af4 --push - [2025-09-17T02:49:17.744Z] #1 [internal] load build definition from Dockerfile [2025-09-17T02:49:17.744Z] #1 transferring dockerfile: 205B done [2025-09-17T02:49:17.744Z] #1 DONE 0.0s [2025-09-17T02:49:17.744Z] [2025-09-17T02:49:17.744Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:49:17.744Z] #2 DONE 0.0s [2025-09-17T02:49:17.744Z] [2025-09-17T02:49:17.744Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:49:17.744Z] #3 DONE 0.0s [2025-09-17T02:49:17.744Z] [2025-09-17T02:49:17.744Z] #4 [internal] load .dockerignore [2025-09-17T02:49:17.744Z] #4 transferring context: 2B done [2025-09-17T02:49:17.744Z] #4 DONE 0.0s [2025-09-17T02:49:17.744Z] [2025-09-17T02:49:17.744Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:3a773e9d0ccf1a75265d71daded076bf9a636776fc32a340464843fa6d32c4a6 [2025-09-17T02:49:17.744Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:3a773e9d0ccf1a75265d71daded076bf9a636776fc32a340464843fa6d32c4a6 0.0s done [2025-09-17T02:49:17.744Z] #5 DONE 0.0s [2025-09-17T02:49:17.744Z] [2025-09-17T02:49:17.744Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:3a773e9d0ccf1a75265d71daded076bf9a636776fc32a340464843fa6d32c4a6 [2025-09-17T02:49:18.003Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:3a773e9d0ccf1a75265d71daded076bf9a636776fc32a340464843fa6d32c4a6 0.0s done [2025-09-17T02:49:18.003Z] #6 DONE 0.0s [2025-09-17T02:49:18.003Z] [2025-09-17T02:49:18.003Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:3a773e9d0ccf1a75265d71daded076bf9a636776fc32a340464843fa6d32c4a6 [2025-09-17T02:49:18.003Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:3a773e9d0ccf1a75265d71daded076bf9a636776fc32a340464843fa6d32c4a6 0.0s done [2025-09-17T02:49:18.003Z] #5 DONE 0.1s [2025-09-17T02:49:18.003Z] [2025-09-17T02:49:18.003Z] #7 exporting to image [2025-09-17T02:49:18.003Z] #7 exporting layers done [2025-09-17T02:49:18.003Z] #7 exporting manifest sha256:4d0de99dbf41475f7599c9fedf36e567fd81bbc0c9a8bc28c2c0af5ebe9300a8 done [2025-09-17T02:49:18.003Z] #7 exporting config sha256:b3d4ff04afa34f00d7ec10a2a585334fc073049c5f455ee36e9057938e2b987c done [2025-09-17T02:49:18.003Z] #7 exporting manifest sha256:a3767a4b4d788c624654a4ebf3d402d490bf34e599e9e1c19e387f1b053ce2e9 done [2025-09-17T02:49:18.003Z] #7 exporting config sha256:04a688fe9b1f26d0cedab38818da85f7893d8f227930562a938c130f768586a8 [2025-09-17T02:49:18.003Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-17T02:49:18.003Z] #7 ... [2025-09-17T02:49:18.003Z] [2025-09-17T02:49:18.003Z] #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-17T02:49:18.003Z] #8 DONE 0.0s [2025-09-17T02:49:18.003Z] [2025-09-17T02:49:18.003Z] #7 exporting to image [2025-09-17T02:49:18.003Z] #7 exporting config sha256:04a688fe9b1f26d0cedab38818da85f7893d8f227930562a938c130f768586a8 done [2025-09-17T02:49:18.003Z] #7 exporting manifest list sha256:1fe02a0b995ca8269a361c2557eaa45894b61d3664bd188c77104f9afabf6196 done [2025-09-17T02:49:18.003Z] #7 pushing layers 0.1s done [2025-09-17T02:49:18.003Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:1fe02a0b995ca8269a361c2557eaa45894b61d3664bd188c77104f9afabf6196 [2025-09-17T02:49:18.263Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:1fe02a0b995ca8269a361c2557eaa45894b61d3664bd188c77104f9afabf6196 0.1s done [2025-09-17T02:49:18.263Z] #7 DONE 0.2s [2025-09-17T02:49:18.263Z] [2025-09-17T02:49:18.263Z] 1 warning found (use --debug to expand): [2025-09-17T02:49:18.263Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-17T02:49:18.569Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest' [2025-09-17T02:49:18.569Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:latest --push - [2025-09-17T02:49:18.569Z] #1 [internal] load build definition from Dockerfile [2025-09-17T02:49:18.569Z] #1 transferring dockerfile: 171B done [2025-09-17T02:49:18.569Z] #1 DONE 0.0s [2025-09-17T02:49:18.569Z] [2025-09-17T02:49:18.569Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-09-17T02:49:18.569Z] #2 DONE 0.0s [2025-09-17T02:49:18.569Z] [2025-09-17T02:49:18.569Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-09-17T02:49:18.569Z] #3 DONE 0.0s [2025-09-17T02:49:18.569Z] [2025-09-17T02:49:18.569Z] #4 [internal] load .dockerignore [2025-09-17T02:49:18.569Z] #4 transferring context: 2B done [2025-09-17T02:49:18.569Z] #4 DONE 0.0s [2025-09-17T02:49:18.569Z] [2025-09-17T02:49:18.569Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:3a773e9d0ccf1a75265d71daded076bf9a636776fc32a340464843fa6d32c4a6 [2025-09-17T02:49:18.569Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:3a773e9d0ccf1a75265d71daded076bf9a636776fc32a340464843fa6d32c4a6 0.0s done [2025-09-17T02:49:18.569Z] #5 DONE 0.0s [2025-09-17T02:49:18.569Z] [2025-09-17T02:49:18.569Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:3a773e9d0ccf1a75265d71daded076bf9a636776fc32a340464843fa6d32c4a6 [2025-09-17T02:49:18.830Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:3a773e9d0ccf1a75265d71daded076bf9a636776fc32a340464843fa6d32c4a6 0.0s done [2025-09-17T02:49:18.830Z] #6 CACHED [2025-09-17T02:49:18.830Z] [2025-09-17T02:49:18.830Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:3a773e9d0ccf1a75265d71daded076bf9a636776fc32a340464843fa6d32c4a6 [2025-09-17T02:49:18.830Z] #5 CACHED [2025-09-17T02:49:18.830Z] [2025-09-17T02:49:18.830Z] #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-17T02:49:18.830Z] #7 DONE 0.0s [2025-09-17T02:49:18.830Z] [2025-09-17T02:49:18.830Z] #8 exporting to image [2025-09-17T02:49:18.830Z] #8 exporting layers done [2025-09-17T02:49:18.830Z] #8 exporting manifest sha256:4d0de99dbf41475f7599c9fedf36e567fd81bbc0c9a8bc28c2c0af5ebe9300a8 done [2025-09-17T02:49:18.830Z] #8 exporting config sha256:b3d4ff04afa34f00d7ec10a2a585334fc073049c5f455ee36e9057938e2b987c done [2025-09-17T02:49:18.830Z] #8 exporting manifest sha256:a3767a4b4d788c624654a4ebf3d402d490bf34e599e9e1c19e387f1b053ce2e9 done [2025-09-17T02:49:18.830Z] #8 exporting config sha256:04a688fe9b1f26d0cedab38818da85f7893d8f227930562a938c130f768586a8 done [2025-09-17T02:49:18.830Z] #8 exporting manifest list sha256:1fe02a0b995ca8269a361c2557eaa45894b61d3664bd188c77104f9afabf6196 done [2025-09-17T02:49:18.830Z] #8 pushing layers 0.0s done [2025-09-17T02:49:18.830Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:1fe02a0b995ca8269a361c2557eaa45894b61d3664bd188c77104f9afabf6196 0.1s done [2025-09-17T02:49:18.830Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-17T02:49:18.830Z] #8 DONE 0.1s [2025-09-17T02:49:18.830Z] [2025-09-17T02:49:18.830Z] 1 warning found (use --debug to expand): [2025-09-17T02:49:18.830Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-17T02:49:19.117Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.62' [2025-09-17T02:49:19.117Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.62 --push - [2025-09-17T02:49:19.117Z] #1 [internal] load build definition from Dockerfile [2025-09-17T02:49:19.117Z] #1 transferring dockerfile: 177B done [2025-09-17T02:49:19.117Z] #1 DONE 0.0s [2025-09-17T02:49:19.117Z] [2025-09-17T02:49:19.117Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.62 [2025-09-17T02:49:19.117Z] #2 DONE 0.0s [2025-09-17T02:49:19.117Z] [2025-09-17T02:49:19.117Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.62 [2025-09-17T02:49:19.117Z] #3 DONE 0.0s [2025-09-17T02:49:19.117Z] [2025-09-17T02:49:19.117Z] #4 [internal] load .dockerignore [2025-09-17T02:49:19.117Z] #4 transferring context: 2B done [2025-09-17T02:49:19.117Z] #4 DONE 0.0s [2025-09-17T02:49:19.117Z] [2025-09-17T02:49:19.117Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.62@sha256:3a773e9d0ccf1a75265d71daded076bf9a636776fc32a340464843fa6d32c4a6 [2025-09-17T02:49:19.117Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.62@sha256:3a773e9d0ccf1a75265d71daded076bf9a636776fc32a340464843fa6d32c4a6 0.0s done [2025-09-17T02:49:19.117Z] #5 CACHED [2025-09-17T02:49:19.117Z] [2025-09-17T02:49:19.117Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.62@sha256:3a773e9d0ccf1a75265d71daded076bf9a636776fc32a340464843fa6d32c4a6 [2025-09-17T02:49:19.117Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.62@sha256:3a773e9d0ccf1a75265d71daded076bf9a636776fc32a340464843fa6d32c4a6 0.0s done [2025-09-17T02:49:19.117Z] #6 CACHED [2025-09-17T02:49:19.117Z] [2025-09-17T02:49:19.117Z] #7 exporting to image [2025-09-17T02:49:19.117Z] #7 exporting layers done [2025-09-17T02:49:19.117Z] #7 exporting manifest sha256:4d0de99dbf41475f7599c9fedf36e567fd81bbc0c9a8bc28c2c0af5ebe9300a8 done [2025-09-17T02:49:19.117Z] #7 exporting config sha256:b3d4ff04afa34f00d7ec10a2a585334fc073049c5f455ee36e9057938e2b987c done [2025-09-17T02:49:19.117Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-17T02:49:19.376Z] #7 exporting manifest sha256:a3767a4b4d788c624654a4ebf3d402d490bf34e599e9e1c19e387f1b053ce2e9 done [2025-09-17T02:49:19.376Z] #7 exporting config sha256:04a688fe9b1f26d0cedab38818da85f7893d8f227930562a938c130f768586a8 done [2025-09-17T02:49:19.376Z] #7 exporting manifest list sha256:1fe02a0b995ca8269a361c2557eaa45894b61d3664bd188c77104f9afabf6196 done [2025-09-17T02:49:19.376Z] #7 pushing layers 0.0s done [2025-09-17T02:49:19.376Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.62@sha256:1fe02a0b995ca8269a361c2557eaa45894b61d3664bd188c77104f9afabf6196 0.1s done [2025-09-17T02:49:19.376Z] #7 DONE 0.1s [2025-09-17T02:49:19.376Z] [2025-09-17T02:49:19.376Z] #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-17T02:49:19.376Z] #8 DONE 0.0s [2025-09-17T02:49:19.376Z] [2025-09-17T02:49:19.376Z] 1 warning found (use --debug to expand): [2025-09-17T02:49:19.376Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-17T02:49:19.966Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62' [2025-09-17T02:49:19.966Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 --push - [2025-09-17T02:49:19.966Z] #1 [internal] load build definition from Dockerfile [2025-09-17T02:49:19.966Z] #1 transferring dockerfile: 218B done [2025-09-17T02:49:19.966Z] #1 DONE 0.0s [2025-09-17T02:49:19.966Z] [2025-09-17T02:49:19.966Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:49:19.966Z] #2 DONE 0.0s [2025-09-17T02:49:19.966Z] [2025-09-17T02:49:19.966Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:49:19.966Z] #3 DONE 0.0s [2025-09-17T02:49:19.966Z] [2025-09-17T02:49:19.966Z] #4 [internal] load .dockerignore [2025-09-17T02:49:19.966Z] #4 transferring context: 2B done [2025-09-17T02:49:19.966Z] #4 DONE 0.0s [2025-09-17T02:49:19.966Z] [2025-09-17T02:49:19.966Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:3a773e9d0ccf1a75265d71daded076bf9a636776fc32a340464843fa6d32c4a6 [2025-09-17T02:49:19.966Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:3a773e9d0ccf1a75265d71daded076bf9a636776fc32a340464843fa6d32c4a6 done [2025-09-17T02:49:19.966Z] #5 CACHED [2025-09-17T02:49:19.966Z] [2025-09-17T02:49:19.966Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:3a773e9d0ccf1a75265d71daded076bf9a636776fc32a340464843fa6d32c4a6 [2025-09-17T02:49:19.966Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:3a773e9d0ccf1a75265d71daded076bf9a636776fc32a340464843fa6d32c4a6 0.0s done [2025-09-17T02:49:19.966Z] #6 CACHED [2025-09-17T02:49:19.966Z] [2025-09-17T02:49:19.966Z] #7 exporting to image [2025-09-17T02:49:19.966Z] #7 exporting layers done [2025-09-17T02:49:19.966Z] #7 exporting manifest sha256:4d0de99dbf41475f7599c9fedf36e567fd81bbc0c9a8bc28c2c0af5ebe9300a8 done [2025-09-17T02:49:19.966Z] #7 exporting config sha256:b3d4ff04afa34f00d7ec10a2a585334fc073049c5f455ee36e9057938e2b987c done [2025-09-17T02:49:19.966Z] #7 exporting manifest sha256:a3767a4b4d788c624654a4ebf3d402d490bf34e599e9e1c19e387f1b053ce2e9 done [2025-09-17T02:49:19.966Z] #7 exporting config sha256:04a688fe9b1f26d0cedab38818da85f7893d8f227930562a938c130f768586a8 done [2025-09-17T02:49:19.966Z] #7 exporting manifest list sha256:1fe02a0b995ca8269a361c2557eaa45894b61d3664bd188c77104f9afabf6196 done [2025-09-17T02:49:19.966Z] #7 pushing layers 0.0s done [2025-09-17T02:49:19.966Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:1fe02a0b995ca8269a361c2557eaa45894b61d3664bd188c77104f9afabf6196 [2025-09-17T02:49:19.966Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-17T02:49:19.966Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:1fe02a0b995ca8269a361c2557eaa45894b61d3664bd188c77104f9afabf6196 0.1s done [2025-09-17T02:49:19.966Z] #7 DONE 0.1s [2025-09-17T02:49:19.966Z] [2025-09-17T02:49:19.967Z] #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-17T02:49:19.967Z] #8 DONE 0.0s [2025-09-17T02:49:19.967Z] [2025-09-17T02:49:19.967Z] 1 warning found (use --debug to expand): [2025-09-17T02:49:19.967Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-17T02:49:20.250Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main' [2025-09-17T02:49:20.250Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:main --push - [2025-09-17T02:49:20.508Z] #1 [internal] load build definition from Dockerfile [2025-09-17T02:49:20.508Z] #1 transferring dockerfile: 169B done [2025-09-17T02:49:20.508Z] #1 DONE 0.0s [2025-09-17T02:49:20.508Z] [2025-09-17T02:49:20.508Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-09-17T02:49:20.508Z] #2 DONE 0.0s [2025-09-17T02:49:20.508Z] [2025-09-17T02:49:20.508Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-09-17T02:49:20.508Z] #3 DONE 0.0s [2025-09-17T02:49:20.508Z] [2025-09-17T02:49:20.508Z] #4 [internal] load .dockerignore [2025-09-17T02:49:20.508Z] #4 transferring context: 2B done [2025-09-17T02:49:20.508Z] #4 DONE 0.0s [2025-09-17T02:49:20.508Z] [2025-09-17T02:49:20.508Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:3a773e9d0ccf1a75265d71daded076bf9a636776fc32a340464843fa6d32c4a6 [2025-09-17T02:49:20.508Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:3a773e9d0ccf1a75265d71daded076bf9a636776fc32a340464843fa6d32c4a6 done [2025-09-17T02:49:20.508Z] #5 CACHED [2025-09-17T02:49:20.508Z] [2025-09-17T02:49:20.508Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:3a773e9d0ccf1a75265d71daded076bf9a636776fc32a340464843fa6d32c4a6 [2025-09-17T02:49:20.508Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:3a773e9d0ccf1a75265d71daded076bf9a636776fc32a340464843fa6d32c4a6 done [2025-09-17T02:49:20.508Z] #6 CACHED [2025-09-17T02:49:20.508Z] [2025-09-17T02:49:20.508Z] #7 exporting to image [2025-09-17T02:49:20.508Z] #7 exporting layers done [2025-09-17T02:49:20.508Z] #7 exporting manifest sha256:4d0de99dbf41475f7599c9fedf36e567fd81bbc0c9a8bc28c2c0af5ebe9300a8 done [2025-09-17T02:49:20.508Z] #7 exporting config sha256:b3d4ff04afa34f00d7ec10a2a585334fc073049c5f455ee36e9057938e2b987c done [2025-09-17T02:49:20.508Z] #7 exporting manifest sha256:a3767a4b4d788c624654a4ebf3d402d490bf34e599e9e1c19e387f1b053ce2e9 done [2025-09-17T02:49:20.508Z] #7 exporting config sha256:04a688fe9b1f26d0cedab38818da85f7893d8f227930562a938c130f768586a8 done [2025-09-17T02:49:20.508Z] #7 exporting manifest list sha256:1fe02a0b995ca8269a361c2557eaa45894b61d3664bd188c77104f9afabf6196 done [2025-09-17T02:49:20.508Z] #7 pushing layers 0.0s done [2025-09-17T02:49:20.508Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:1fe02a0b995ca8269a361c2557eaa45894b61d3664bd188c77104f9afabf6196 [2025-09-17T02:49:20.508Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-17T02:49:20.508Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:1fe02a0b995ca8269a361c2557eaa45894b61d3664bd188c77104f9afabf6196 0.1s done [2025-09-17T02:49:20.508Z] #7 DONE 0.1s [2025-09-17T02:49:20.508Z] [2025-09-17T02:49:20.508Z] #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-17T02:49:20.508Z] #8 DONE 0.0s [2025-09-17T02:49:20.508Z] [2025-09-17T02:49:20.508Z] 1 warning found (use --debug to expand): [2025-09-17T02:49:20.508Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-17T02:49:20.793Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:44d03353ae1976a56c6e7b940cb61d7be0635af4' [2025-09-17T02:49:20.793Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:44d03353ae1976a56c6e7b940cb61d7be0635af4 --push - [2025-09-17T02:49:21.054Z] #1 [internal] load build definition from Dockerfile [2025-09-17T02:49:21.054Z] #1 transferring dockerfile: 206B done [2025-09-17T02:49:21.054Z] #1 DONE 0.0s [2025-09-17T02:49:21.054Z] [2025-09-17T02:49:21.054Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:49:21.054Z] #2 DONE 0.0s [2025-09-17T02:49:21.054Z] [2025-09-17T02:49:21.054Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:49:21.054Z] #3 DONE 0.0s [2025-09-17T02:49:21.054Z] [2025-09-17T02:49:21.054Z] #4 [internal] load .dockerignore [2025-09-17T02:49:21.054Z] #4 transferring context: 2B done [2025-09-17T02:49:21.054Z] #4 DONE 0.0s [2025-09-17T02:49:21.054Z] [2025-09-17T02:49:21.054Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:f94819ed3cfd4310d7fd75e80d08016e5f5ed54e596c3df282f5d2ecd8101f52 [2025-09-17T02:49:21.054Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:f94819ed3cfd4310d7fd75e80d08016e5f5ed54e596c3df282f5d2ecd8101f52 done [2025-09-17T02:49:21.054Z] #5 DONE 0.0s [2025-09-17T02:49:21.054Z] [2025-09-17T02:49:21.054Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:f94819ed3cfd4310d7fd75e80d08016e5f5ed54e596c3df282f5d2ecd8101f52 [2025-09-17T02:49:21.054Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:f94819ed3cfd4310d7fd75e80d08016e5f5ed54e596c3df282f5d2ecd8101f52 done [2025-09-17T02:49:21.054Z] #6 DONE 0.1s [2025-09-17T02:49:21.054Z] [2025-09-17T02:49:21.054Z] #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-17T02:49:21.054Z] #7 DONE 0.0s [2025-09-17T02:49:21.054Z] [2025-09-17T02:49:21.054Z] #8 exporting to image [2025-09-17T02:49:21.054Z] #8 exporting layers done [2025-09-17T02:49:21.054Z] #8 exporting manifest sha256:49a2261b60cd90f00b9a864f03d0971c128d8a4879c56debe4e057e1bcb4a17b done [2025-09-17T02:49:21.054Z] #8 exporting config sha256:472ff79211c57c281bfc53150b99244e533fe4677ad4d797bdd71af84ae495fb done [2025-09-17T02:49:21.054Z] #8 exporting manifest sha256:1824e3a42b379b502b2e701712153d9bf848b9bd72d3e8d76f9a4a7bc0ada841 done [2025-09-17T02:49:21.054Z] #8 exporting config sha256:32d77d31fa8541b4f6d4076359f7eccdb4f0e75ebb4ad95e05667708af0466cb done [2025-09-17T02:49:21.054Z] #8 exporting manifest list sha256:ccdbd194797fae2e6bb40109cfe26dfd4d75c0080a8c0c1874021d17814b4380 done [2025-09-17T02:49:21.054Z] #8 pushing layers 0.1s done [2025-09-17T02:49:21.054Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:ccdbd194797fae2e6bb40109cfe26dfd4d75c0080a8c0c1874021d17814b4380 [2025-09-17T02:49:21.054Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-17T02:49:21.323Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:ccdbd194797fae2e6bb40109cfe26dfd4d75c0080a8c0c1874021d17814b4380 0.1s done [2025-09-17T02:49:21.323Z] #8 DONE 0.2s [2025-09-17T02:49:21.323Z] [2025-09-17T02:49:21.323Z] 1 warning found (use --debug to expand): [2025-09-17T02:49:21.323Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-17T02:49:21.630Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest' [2025-09-17T02:49:21.630Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:latest --push - [2025-09-17T02:49:21.898Z] #1 [internal] load build definition from Dockerfile [2025-09-17T02:49:21.898Z] #1 transferring dockerfile: 172B done [2025-09-17T02:49:21.898Z] #1 DONE 0.0s [2025-09-17T02:49:21.898Z] [2025-09-17T02:49:21.898Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-09-17T02:49:21.898Z] #2 DONE 0.0s [2025-09-17T02:49:21.898Z] [2025-09-17T02:49:21.898Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-09-17T02:49:21.898Z] #3 DONE 0.0s [2025-09-17T02:49:21.898Z] [2025-09-17T02:49:21.898Z] #4 [internal] load .dockerignore [2025-09-17T02:49:21.898Z] #4 transferring context: 2B done [2025-09-17T02:49:21.898Z] #4 DONE 0.0s [2025-09-17T02:49:21.898Z] [2025-09-17T02:49:21.898Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:f94819ed3cfd4310d7fd75e80d08016e5f5ed54e596c3df282f5d2ecd8101f52 [2025-09-17T02:49:21.898Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:f94819ed3cfd4310d7fd75e80d08016e5f5ed54e596c3df282f5d2ecd8101f52 done [2025-09-17T02:49:21.898Z] #5 CACHED [2025-09-17T02:49:21.898Z] [2025-09-17T02:49:21.898Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:f94819ed3cfd4310d7fd75e80d08016e5f5ed54e596c3df282f5d2ecd8101f52 [2025-09-17T02:49:21.898Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:f94819ed3cfd4310d7fd75e80d08016e5f5ed54e596c3df282f5d2ecd8101f52 0.0s done [2025-09-17T02:49:21.898Z] #6 CACHED [2025-09-17T02:49:21.898Z] [2025-09-17T02:49:21.898Z] #7 exporting to image [2025-09-17T02:49:21.898Z] #7 exporting layers done [2025-09-17T02:49:21.898Z] #7 exporting manifest sha256:49a2261b60cd90f00b9a864f03d0971c128d8a4879c56debe4e057e1bcb4a17b done [2025-09-17T02:49:21.898Z] #7 exporting config sha256:472ff79211c57c281bfc53150b99244e533fe4677ad4d797bdd71af84ae495fb done [2025-09-17T02:49:21.898Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-17T02:49:21.898Z] #7 exporting manifest sha256:1824e3a42b379b502b2e701712153d9bf848b9bd72d3e8d76f9a4a7bc0ada841 done [2025-09-17T02:49:21.898Z] #7 exporting config sha256:32d77d31fa8541b4f6d4076359f7eccdb4f0e75ebb4ad95e05667708af0466cb done [2025-09-17T02:49:21.898Z] #7 exporting manifest list sha256:ccdbd194797fae2e6bb40109cfe26dfd4d75c0080a8c0c1874021d17814b4380 done [2025-09-17T02:49:21.898Z] #7 pushing layers 0.0s done [2025-09-17T02:49:21.898Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:ccdbd194797fae2e6bb40109cfe26dfd4d75c0080a8c0c1874021d17814b4380 0.1s done [2025-09-17T02:49:21.898Z] #7 DONE 0.1s [2025-09-17T02:49:21.898Z] [2025-09-17T02:49:21.898Z] #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-17T02:49:21.898Z] #8 DONE 0.0s [2025-09-17T02:49:21.898Z] [2025-09-17T02:49:21.898Z] 1 warning found (use --debug to expand): [2025-09-17T02:49:21.898Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-17T02:49:22.213Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.62' [2025-09-17T02:49:22.213Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.62 --push - [2025-09-17T02:49:22.213Z] #1 [internal] load build definition from Dockerfile [2025-09-17T02:49:22.213Z] #1 transferring dockerfile: 178B done [2025-09-17T02:49:22.213Z] #1 DONE 0.0s [2025-09-17T02:49:22.213Z] [2025-09-17T02:49:22.213Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.62 [2025-09-17T02:49:22.213Z] #2 DONE 0.0s [2025-09-17T02:49:22.213Z] [2025-09-17T02:49:22.213Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.62 [2025-09-17T02:49:22.213Z] #3 DONE 0.0s [2025-09-17T02:49:22.213Z] [2025-09-17T02:49:22.213Z] #4 [internal] load .dockerignore [2025-09-17T02:49:22.213Z] #4 transferring context: 2B done [2025-09-17T02:49:22.213Z] #4 DONE 0.0s [2025-09-17T02:49:22.213Z] [2025-09-17T02:49:22.213Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.62@sha256:f94819ed3cfd4310d7fd75e80d08016e5f5ed54e596c3df282f5d2ecd8101f52 [2025-09-17T02:49:22.213Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.62@sha256:f94819ed3cfd4310d7fd75e80d08016e5f5ed54e596c3df282f5d2ecd8101f52 done [2025-09-17T02:49:22.213Z] #5 CACHED [2025-09-17T02:49:22.213Z] [2025-09-17T02:49:22.213Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.62@sha256:f94819ed3cfd4310d7fd75e80d08016e5f5ed54e596c3df282f5d2ecd8101f52 [2025-09-17T02:49:22.213Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.62@sha256:f94819ed3cfd4310d7fd75e80d08016e5f5ed54e596c3df282f5d2ecd8101f52 0.0s done [2025-09-17T02:49:22.213Z] #6 CACHED [2025-09-17T02:49:22.213Z] [2025-09-17T02:49:22.213Z] #7 exporting to image [2025-09-17T02:49:22.213Z] #7 exporting layers done [2025-09-17T02:49:22.213Z] #7 exporting manifest sha256:49a2261b60cd90f00b9a864f03d0971c128d8a4879c56debe4e057e1bcb4a17b done [2025-09-17T02:49:22.213Z] #7 exporting config sha256:472ff79211c57c281bfc53150b99244e533fe4677ad4d797bdd71af84ae495fb done [2025-09-17T02:49:22.213Z] #7 exporting manifest sha256:1824e3a42b379b502b2e701712153d9bf848b9bd72d3e8d76f9a4a7bc0ada841 done [2025-09-17T02:49:22.213Z] #7 exporting config sha256:32d77d31fa8541b4f6d4076359f7eccdb4f0e75ebb4ad95e05667708af0466cb done [2025-09-17T02:49:22.213Z] #7 exporting manifest list sha256:ccdbd194797fae2e6bb40109cfe26dfd4d75c0080a8c0c1874021d17814b4380 [2025-09-17T02:49:22.213Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-17T02:49:22.484Z] #7 exporting manifest list sha256:ccdbd194797fae2e6bb40109cfe26dfd4d75c0080a8c0c1874021d17814b4380 done [2025-09-17T02:49:22.484Z] #7 pushing layers 0.0s done [2025-09-17T02:49:22.484Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.62@sha256:ccdbd194797fae2e6bb40109cfe26dfd4d75c0080a8c0c1874021d17814b4380 0.1s done [2025-09-17T02:49:22.484Z] #7 DONE 0.1s [2025-09-17T02:49:22.484Z] [2025-09-17T02:49:22.484Z] #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-17T02:49:22.484Z] #8 DONE 0.0s [2025-09-17T02:49:22.484Z] [2025-09-17T02:49:22.484Z] 1 warning found (use --debug to expand): [2025-09-17T02:49:22.484Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-17T02:49:22.801Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62' [2025-09-17T02:49:22.801Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 --push - [2025-09-17T02:49:22.801Z] #1 [internal] load build definition from Dockerfile [2025-09-17T02:49:22.801Z] #1 transferring dockerfile: 219B done [2025-09-17T02:49:22.801Z] #1 DONE 0.0s [2025-09-17T02:49:22.801Z] [2025-09-17T02:49:22.801Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:49:22.801Z] #2 DONE 0.0s [2025-09-17T02:49:22.801Z] [2025-09-17T02:49:22.801Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:49:22.801Z] #3 DONE 0.0s [2025-09-17T02:49:22.801Z] [2025-09-17T02:49:22.801Z] #4 [internal] load .dockerignore [2025-09-17T02:49:22.801Z] #4 transferring context: 2B done [2025-09-17T02:49:22.801Z] #4 DONE 0.0s [2025-09-17T02:49:22.801Z] [2025-09-17T02:49:22.801Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:f94819ed3cfd4310d7fd75e80d08016e5f5ed54e596c3df282f5d2ecd8101f52 [2025-09-17T02:49:22.801Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:f94819ed3cfd4310d7fd75e80d08016e5f5ed54e596c3df282f5d2ecd8101f52 0.0s done [2025-09-17T02:49:22.801Z] #5 CACHED [2025-09-17T02:49:22.801Z] [2025-09-17T02:49:22.801Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:f94819ed3cfd4310d7fd75e80d08016e5f5ed54e596c3df282f5d2ecd8101f52 [2025-09-17T02:49:22.801Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:f94819ed3cfd4310d7fd75e80d08016e5f5ed54e596c3df282f5d2ecd8101f52 0.0s done [2025-09-17T02:49:23.077Z] #6 CACHED [2025-09-17T02:49:23.077Z] [2025-09-17T02:49:23.077Z] #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-17T02:49:23.077Z] #7 DONE 0.0s [2025-09-17T02:49:23.077Z] [2025-09-17T02:49:23.077Z] #8 exporting to image [2025-09-17T02:49:23.077Z] #8 exporting layers done [2025-09-17T02:49:23.077Z] #8 exporting manifest sha256:49a2261b60cd90f00b9a864f03d0971c128d8a4879c56debe4e057e1bcb4a17b done [2025-09-17T02:49:23.077Z] #8 exporting config sha256:472ff79211c57c281bfc53150b99244e533fe4677ad4d797bdd71af84ae495fb done [2025-09-17T02:49:23.077Z] #8 exporting manifest sha256:1824e3a42b379b502b2e701712153d9bf848b9bd72d3e8d76f9a4a7bc0ada841 done [2025-09-17T02:49:23.077Z] #8 exporting config sha256:32d77d31fa8541b4f6d4076359f7eccdb4f0e75ebb4ad95e05667708af0466cb done [2025-09-17T02:49:23.077Z] #8 exporting manifest list sha256:ccdbd194797fae2e6bb40109cfe26dfd4d75c0080a8c0c1874021d17814b4380 done [2025-09-17T02:49:23.077Z] #8 pushing layers 0.0s done [2025-09-17T02:49:23.077Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:ccdbd194797fae2e6bb40109cfe26dfd4d75c0080a8c0c1874021d17814b4380 0.1s done [2025-09-17T02:49:23.077Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-17T02:49:23.077Z] #8 DONE 0.1s [2025-09-17T02:49:23.077Z] [2025-09-17T02:49:23.077Z] 1 warning found (use --debug to expand): [2025-09-17T02:49:23.077Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-17T02:49:23.367Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:main --push - [2025-09-17T02:49:23.367Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:main' [2025-09-17T02:49:23.367Z] #1 [internal] load build definition from Dockerfile [2025-09-17T02:49:23.367Z] #1 transferring dockerfile: 170B done [2025-09-17T02:49:23.367Z] #1 DONE 0.0s [2025-09-17T02:49:23.367Z] [2025-09-17T02:49:23.367Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-09-17T02:49:23.367Z] #2 DONE 0.0s [2025-09-17T02:49:23.367Z] [2025-09-17T02:49:23.367Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-09-17T02:49:23.367Z] #3 DONE 0.0s [2025-09-17T02:49:23.367Z] [2025-09-17T02:49:23.367Z] #4 [internal] load .dockerignore [2025-09-17T02:49:23.367Z] #4 transferring context: 2B done [2025-09-17T02:49:23.367Z] #4 DONE 0.0s [2025-09-17T02:49:23.367Z] [2025-09-17T02:49:23.367Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:f94819ed3cfd4310d7fd75e80d08016e5f5ed54e596c3df282f5d2ecd8101f52 [2025-09-17T02:49:23.367Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:f94819ed3cfd4310d7fd75e80d08016e5f5ed54e596c3df282f5d2ecd8101f52 0.0s done [2025-09-17T02:49:23.367Z] #5 CACHED [2025-09-17T02:49:23.367Z] [2025-09-17T02:49:23.367Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:f94819ed3cfd4310d7fd75e80d08016e5f5ed54e596c3df282f5d2ecd8101f52 [2025-09-17T02:49:23.367Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:f94819ed3cfd4310d7fd75e80d08016e5f5ed54e596c3df282f5d2ecd8101f52 0.0s done [2025-09-17T02:49:23.367Z] #6 CACHED [2025-09-17T02:49:23.367Z] [2025-09-17T02:49:23.367Z] #7 exporting to image [2025-09-17T02:49:23.367Z] #7 exporting layers done [2025-09-17T02:49:23.367Z] #7 exporting manifest sha256:49a2261b60cd90f00b9a864f03d0971c128d8a4879c56debe4e057e1bcb4a17b [2025-09-17T02:49:23.367Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-17T02:49:23.627Z] #7 exporting manifest sha256:49a2261b60cd90f00b9a864f03d0971c128d8a4879c56debe4e057e1bcb4a17b done [2025-09-17T02:49:23.627Z] #7 exporting config sha256:472ff79211c57c281bfc53150b99244e533fe4677ad4d797bdd71af84ae495fb done [2025-09-17T02:49:23.627Z] #7 exporting manifest sha256:1824e3a42b379b502b2e701712153d9bf848b9bd72d3e8d76f9a4a7bc0ada841 done [2025-09-17T02:49:23.627Z] #7 exporting config sha256:32d77d31fa8541b4f6d4076359f7eccdb4f0e75ebb4ad95e05667708af0466cb done [2025-09-17T02:49:23.627Z] #7 exporting manifest list sha256:ccdbd194797fae2e6bb40109cfe26dfd4d75c0080a8c0c1874021d17814b4380 done [2025-09-17T02:49:23.627Z] #7 pushing layers 0.0s done [2025-09-17T02:49:23.627Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:ccdbd194797fae2e6bb40109cfe26dfd4d75c0080a8c0c1874021d17814b4380 0.1s done [2025-09-17T02:49:23.627Z] #7 DONE 0.1s [2025-09-17T02:49:23.627Z] [2025-09-17T02:49:23.627Z] #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-17T02:49:23.627Z] #8 DONE 0.0s [2025-09-17T02:49:23.627Z] [2025-09-17T02:49:23.627Z] 1 warning found (use --debug to expand): [2025-09-17T02:49:23.627Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-17T02:49:23.912Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:44d03353ae1976a56c6e7b940cb61d7be0635af4' [2025-09-17T02:49:23.912Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:44d03353ae1976a56c6e7b940cb61d7be0635af4 --push - [2025-09-17T02:49:23.912Z] #1 [internal] load build definition from Dockerfile [2025-09-17T02:49:23.912Z] #1 transferring dockerfile: 206B done [2025-09-17T02:49:23.912Z] #1 DONE 0.0s [2025-09-17T02:49:23.912Z] [2025-09-17T02:49:23.912Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:49:23.912Z] #2 DONE 0.0s [2025-09-17T02:49:23.912Z] [2025-09-17T02:49:23.912Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:49:23.912Z] #3 DONE 0.1s [2025-09-17T02:49:23.912Z] [2025-09-17T02:49:23.912Z] #4 [internal] load .dockerignore [2025-09-17T02:49:23.912Z] #4 transferring context: 2B done [2025-09-17T02:49:23.912Z] #4 DONE 0.0s [2025-09-17T02:49:24.171Z] [2025-09-17T02:49:24.171Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:800aaf4e917e35d1f4b5543f71fb7c949d2428f806473dc830183c4120029b97 [2025-09-17T02:49:24.171Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:800aaf4e917e35d1f4b5543f71fb7c949d2428f806473dc830183c4120029b97 [2025-09-17T02:49:24.171Z] #5 ... [2025-09-17T02:49:24.171Z] [2025-09-17T02:49:24.171Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:800aaf4e917e35d1f4b5543f71fb7c949d2428f806473dc830183c4120029b97 [2025-09-17T02:49:24.171Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:800aaf4e917e35d1f4b5543f71fb7c949d2428f806473dc830183c4120029b97 0.0s done [2025-09-17T02:49:24.171Z] #6 DONE 0.1s [2025-09-17T02:49:24.171Z] [2025-09-17T02:49:24.171Z] #7 exporting to image [2025-09-17T02:49:24.171Z] #7 exporting layers done [2025-09-17T02:49:24.171Z] #7 exporting manifest sha256:b63b77f7043ac6ca8f2a601d7f1cb8a1a0497ad7327c14a700a81900c9db34f9 [2025-09-17T02:49:24.171Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-17T02:49:24.171Z] #7 ... [2025-09-17T02:49:24.171Z] [2025-09-17T02:49:24.171Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-17T02:49:24.171Z] #8 DONE 0.0s [2025-09-17T02:49:24.171Z] [2025-09-17T02:49:24.171Z] #7 exporting to image [2025-09-17T02:49:24.171Z] #7 exporting manifest sha256:b63b77f7043ac6ca8f2a601d7f1cb8a1a0497ad7327c14a700a81900c9db34f9 0.0s done [2025-09-17T02:49:24.171Z] #7 exporting config sha256:339d47c54856b12dff281d478fa8f9a057b403e41931381a067143845092a46d done [2025-09-17T02:49:24.171Z] #7 exporting manifest sha256:4d3ed268b24aded0b9ec765686e6e4c8b9d88c49a3c1462384d6ff88dc90da34 done [2025-09-17T02:49:24.171Z] #7 exporting config sha256:d43f21e4f25448059cb6884979db54660b8eccce9da2cbb8c6a480ece846a3a1 done [2025-09-17T02:49:24.171Z] #7 exporting manifest list sha256:00544ff621e22d6ca997b9433b8176bb5270671e90629971070763f069f1f6f8 done [2025-09-17T02:49:24.171Z] #7 pushing layers 0.1s done [2025-09-17T02:49:24.171Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:00544ff621e22d6ca997b9433b8176bb5270671e90629971070763f069f1f6f8 [2025-09-17T02:49:24.430Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:00544ff621e22d6ca997b9433b8176bb5270671e90629971070763f069f1f6f8 0.1s done [2025-09-17T02:49:24.430Z] #7 DONE 0.2s [2025-09-17T02:49:24.430Z] [2025-09-17T02:49:24.430Z] 1 warning found (use --debug to expand): [2025-09-17T02:49:24.430Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-17T02:49:24.725Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest' [2025-09-17T02:49:24.725Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:latest --push - [2025-09-17T02:49:24.725Z] #1 [internal] load build definition from Dockerfile [2025-09-17T02:49:24.725Z] #1 transferring dockerfile: 172B done [2025-09-17T02:49:24.725Z] #1 DONE 0.0s [2025-09-17T02:49:24.725Z] [2025-09-17T02:49:24.725Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-09-17T02:49:24.725Z] #2 DONE 0.0s [2025-09-17T02:49:24.725Z] [2025-09-17T02:49:24.725Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-09-17T02:49:24.725Z] #3 DONE 0.0s [2025-09-17T02:49:24.725Z] [2025-09-17T02:49:24.725Z] #4 [internal] load .dockerignore [2025-09-17T02:49:24.725Z] #4 transferring context: 2B done [2025-09-17T02:49:24.725Z] #4 DONE 0.0s [2025-09-17T02:49:24.725Z] [2025-09-17T02:49:24.725Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:800aaf4e917e35d1f4b5543f71fb7c949d2428f806473dc830183c4120029b97 [2025-09-17T02:49:24.725Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:800aaf4e917e35d1f4b5543f71fb7c949d2428f806473dc830183c4120029b97 done [2025-09-17T02:49:24.725Z] #5 CACHED [2025-09-17T02:49:24.725Z] [2025-09-17T02:49:24.725Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:800aaf4e917e35d1f4b5543f71fb7c949d2428f806473dc830183c4120029b97 [2025-09-17T02:49:24.725Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:800aaf4e917e35d1f4b5543f71fb7c949d2428f806473dc830183c4120029b97 done [2025-09-17T02:49:24.725Z] #6 CACHED [2025-09-17T02:49:24.725Z] [2025-09-17T02:49:24.725Z] #7 exporting to image [2025-09-17T02:49:24.725Z] #7 exporting layers [2025-09-17T02:49:24.725Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-17T02:49:24.983Z] #7 exporting layers done [2025-09-17T02:49:24.983Z] #7 exporting manifest sha256:b63b77f7043ac6ca8f2a601d7f1cb8a1a0497ad7327c14a700a81900c9db34f9 done [2025-09-17T02:49:24.983Z] #7 exporting config sha256:339d47c54856b12dff281d478fa8f9a057b403e41931381a067143845092a46d done [2025-09-17T02:49:24.983Z] #7 exporting manifest sha256:4d3ed268b24aded0b9ec765686e6e4c8b9d88c49a3c1462384d6ff88dc90da34 done [2025-09-17T02:49:24.983Z] #7 exporting config sha256:d43f21e4f25448059cb6884979db54660b8eccce9da2cbb8c6a480ece846a3a1 done [2025-09-17T02:49:24.983Z] #7 exporting manifest list sha256:00544ff621e22d6ca997b9433b8176bb5270671e90629971070763f069f1f6f8 done [2025-09-17T02:49:24.983Z] #7 pushing layers 0.0s done [2025-09-17T02:49:24.983Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:00544ff621e22d6ca997b9433b8176bb5270671e90629971070763f069f1f6f8 0.1s done [2025-09-17T02:49:24.983Z] #7 DONE 0.1s [2025-09-17T02:49:24.983Z] [2025-09-17T02:49:24.983Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-17T02:49:24.983Z] #8 DONE 0.0s [2025-09-17T02:49:24.983Z] [2025-09-17T02:49:24.983Z] 1 warning found (use --debug to expand): [2025-09-17T02:49:24.983Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-17T02:49:25.333Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.62' [2025-09-17T02:49:25.334Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.62 --push - [2025-09-17T02:49:25.334Z] #1 [internal] load build definition from Dockerfile [2025-09-17T02:49:25.334Z] #1 transferring dockerfile: 178B done [2025-09-17T02:49:25.334Z] #1 DONE 0.0s [2025-09-17T02:49:25.334Z] [2025-09-17T02:49:25.334Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.62 [2025-09-17T02:49:25.334Z] #2 DONE 0.0s [2025-09-17T02:49:25.334Z] [2025-09-17T02:49:25.334Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.62 [2025-09-17T02:49:25.334Z] #3 DONE 0.0s [2025-09-17T02:49:25.334Z] [2025-09-17T02:49:25.334Z] #4 [internal] load .dockerignore [2025-09-17T02:49:25.334Z] #4 transferring context: 2B done [2025-09-17T02:49:25.334Z] #4 DONE 0.0s [2025-09-17T02:49:25.334Z] [2025-09-17T02:49:25.334Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.62@sha256:800aaf4e917e35d1f4b5543f71fb7c949d2428f806473dc830183c4120029b97 [2025-09-17T02:49:25.334Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.62@sha256:800aaf4e917e35d1f4b5543f71fb7c949d2428f806473dc830183c4120029b97 0.0s done [2025-09-17T02:49:25.334Z] #5 CACHED [2025-09-17T02:49:25.334Z] [2025-09-17T02:49:25.334Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.62@sha256:800aaf4e917e35d1f4b5543f71fb7c949d2428f806473dc830183c4120029b97 [2025-09-17T02:49:25.334Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.62@sha256:800aaf4e917e35d1f4b5543f71fb7c949d2428f806473dc830183c4120029b97 0.0s done [2025-09-17T02:49:25.334Z] #6 CACHED [2025-09-17T02:49:25.334Z] [2025-09-17T02:49:25.334Z] #7 exporting to image [2025-09-17T02:49:25.334Z] #7 exporting layers done [2025-09-17T02:49:25.334Z] #7 exporting manifest sha256:b63b77f7043ac6ca8f2a601d7f1cb8a1a0497ad7327c14a700a81900c9db34f9 done [2025-09-17T02:49:25.334Z] #7 exporting config sha256:339d47c54856b12dff281d478fa8f9a057b403e41931381a067143845092a46d done [2025-09-17T02:49:25.334Z] #7 exporting manifest sha256:4d3ed268b24aded0b9ec765686e6e4c8b9d88c49a3c1462384d6ff88dc90da34 done [2025-09-17T02:49:25.334Z] #7 exporting config sha256:d43f21e4f25448059cb6884979db54660b8eccce9da2cbb8c6a480ece846a3a1 done [2025-09-17T02:49:25.334Z] #7 exporting manifest list sha256:00544ff621e22d6ca997b9433b8176bb5270671e90629971070763f069f1f6f8 done [2025-09-17T02:49:25.334Z] #7 pushing layers [2025-09-17T02:49:25.334Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-17T02:49:25.623Z] #7 pushing layers 0.0s done [2025-09-17T02:49:25.623Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.62@sha256:00544ff621e22d6ca997b9433b8176bb5270671e90629971070763f069f1f6f8 0.1s done [2025-09-17T02:49:25.623Z] #7 DONE 0.1s [2025-09-17T02:49:25.623Z] [2025-09-17T02:49:25.623Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-17T02:49:25.623Z] #8 DONE 0.0s [2025-09-17T02:49:25.623Z] [2025-09-17T02:49:25.623Z] 1 warning found (use --debug to expand): [2025-09-17T02:49:25.623Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-17T02:49:25.909Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 --push - [2025-09-17T02:49:25.909Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62' [2025-09-17T02:49:25.909Z] #1 [internal] load build definition from Dockerfile [2025-09-17T02:49:25.909Z] #1 transferring dockerfile: 219B done [2025-09-17T02:49:25.909Z] #1 DONE 0.0s [2025-09-17T02:49:25.909Z] [2025-09-17T02:49:25.909Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:49:25.909Z] #2 DONE 0.0s [2025-09-17T02:49:25.909Z] [2025-09-17T02:49:25.909Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:49:25.909Z] #3 DONE 0.0s [2025-09-17T02:49:25.909Z] [2025-09-17T02:49:25.909Z] #4 [internal] load .dockerignore [2025-09-17T02:49:25.909Z] #4 transferring context: 2B done [2025-09-17T02:49:25.909Z] #4 DONE 0.0s [2025-09-17T02:49:25.909Z] [2025-09-17T02:49:25.909Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:800aaf4e917e35d1f4b5543f71fb7c949d2428f806473dc830183c4120029b97 [2025-09-17T02:49:25.909Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:800aaf4e917e35d1f4b5543f71fb7c949d2428f806473dc830183c4120029b97 done [2025-09-17T02:49:25.909Z] #5 CACHED [2025-09-17T02:49:25.909Z] [2025-09-17T02:49:25.909Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:800aaf4e917e35d1f4b5543f71fb7c949d2428f806473dc830183c4120029b97 [2025-09-17T02:49:25.909Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:800aaf4e917e35d1f4b5543f71fb7c949d2428f806473dc830183c4120029b97 done [2025-09-17T02:49:25.909Z] #6 CACHED [2025-09-17T02:49:25.909Z] [2025-09-17T02:49:25.909Z] #7 exporting to image [2025-09-17T02:49:25.909Z] #7 exporting layers done [2025-09-17T02:49:25.909Z] #7 exporting manifest sha256:b63b77f7043ac6ca8f2a601d7f1cb8a1a0497ad7327c14a700a81900c9db34f9 done [2025-09-17T02:49:25.909Z] #7 exporting config sha256:339d47c54856b12dff281d478fa8f9a057b403e41931381a067143845092a46d done [2025-09-17T02:49:25.909Z] #7 exporting manifest sha256:4d3ed268b24aded0b9ec765686e6e4c8b9d88c49a3c1462384d6ff88dc90da34 done [2025-09-17T02:49:25.909Z] #7 exporting config sha256:d43f21e4f25448059cb6884979db54660b8eccce9da2cbb8c6a480ece846a3a1 done [2025-09-17T02:49:25.909Z] #7 exporting manifest list sha256:00544ff621e22d6ca997b9433b8176bb5270671e90629971070763f069f1f6f8 done [2025-09-17T02:49:25.909Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-17T02:49:26.169Z] #7 pushing layers 0.0s done [2025-09-17T02:49:26.169Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:00544ff621e22d6ca997b9433b8176bb5270671e90629971070763f069f1f6f8 0.1s done [2025-09-17T02:49:26.169Z] #7 DONE 0.1s [2025-09-17T02:49:26.169Z] [2025-09-17T02:49:26.169Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-17T02:49:26.169Z] #8 DONE 0.0s [2025-09-17T02:49:26.169Z] [2025-09-17T02:49:26.169Z] 1 warning found (use --debug to expand): [2025-09-17T02:49:26.169Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-17T02:49:26.457Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:main' [2025-09-17T02:49:26.457Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:main --push - [2025-09-17T02:49:26.457Z] #1 [internal] load build definition from Dockerfile [2025-09-17T02:49:26.457Z] #1 transferring dockerfile: 170B done [2025-09-17T02:49:26.457Z] #1 DONE 0.0s [2025-09-17T02:49:26.457Z] [2025-09-17T02:49:26.457Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-09-17T02:49:26.457Z] #2 DONE 0.0s [2025-09-17T02:49:26.457Z] [2025-09-17T02:49:26.457Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-09-17T02:49:26.457Z] #3 DONE 0.0s [2025-09-17T02:49:26.457Z] [2025-09-17T02:49:26.457Z] #4 [internal] load .dockerignore [2025-09-17T02:49:26.457Z] #4 transferring context: 2B done [2025-09-17T02:49:26.457Z] #4 DONE 0.0s [2025-09-17T02:49:26.457Z] [2025-09-17T02:49:26.457Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:800aaf4e917e35d1f4b5543f71fb7c949d2428f806473dc830183c4120029b97 [2025-09-17T02:49:26.457Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:800aaf4e917e35d1f4b5543f71fb7c949d2428f806473dc830183c4120029b97 done [2025-09-17T02:49:26.457Z] #5 CACHED [2025-09-17T02:49:26.457Z] [2025-09-17T02:49:26.457Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:800aaf4e917e35d1f4b5543f71fb7c949d2428f806473dc830183c4120029b97 [2025-09-17T02:49:26.457Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:800aaf4e917e35d1f4b5543f71fb7c949d2428f806473dc830183c4120029b97 done [2025-09-17T02:49:26.457Z] #6 CACHED [2025-09-17T02:49:26.457Z] [2025-09-17T02:49:26.457Z] #7 exporting to image [2025-09-17T02:49:26.457Z] #7 exporting layers done [2025-09-17T02:49:26.457Z] #7 exporting manifest sha256:b63b77f7043ac6ca8f2a601d7f1cb8a1a0497ad7327c14a700a81900c9db34f9 done [2025-09-17T02:49:26.457Z] #7 exporting config sha256:339d47c54856b12dff281d478fa8f9a057b403e41931381a067143845092a46d done [2025-09-17T02:49:26.457Z] #7 exporting manifest sha256:4d3ed268b24aded0b9ec765686e6e4c8b9d88c49a3c1462384d6ff88dc90da34 done [2025-09-17T02:49:26.457Z] #7 exporting config sha256:d43f21e4f25448059cb6884979db54660b8eccce9da2cbb8c6a480ece846a3a1 done [2025-09-17T02:49:26.458Z] #7 exporting manifest list sha256:00544ff621e22d6ca997b9433b8176bb5270671e90629971070763f069f1f6f8 done [2025-09-17T02:49:26.458Z] #7 pushing layers 0.0s done [2025-09-17T02:49:26.458Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:00544ff621e22d6ca997b9433b8176bb5270671e90629971070763f069f1f6f8 [2025-09-17T02:49:26.458Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-17T02:49:26.715Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:00544ff621e22d6ca997b9433b8176bb5270671e90629971070763f069f1f6f8 0.1s done [2025-09-17T02:49:26.715Z] #7 DONE 0.1s [2025-09-17T02:49:26.715Z] [2025-09-17T02:49:26.715Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-17T02:49:26.715Z] #8 DONE 0.0s [2025-09-17T02:49:26.716Z] [2025-09-17T02:49:26.716Z] 1 warning found (use --debug to expand): [2025-09-17T02:49:26.716Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-17T02:49:27.003Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:44d03353ae1976a56c6e7b940cb61d7be0635af4' [2025-09-17T02:49:27.003Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:44d03353ae1976a56c6e7b940cb61d7be0635af4 --push - [2025-09-17T02:49:27.003Z] #1 [internal] load build definition from Dockerfile [2025-09-17T02:49:27.003Z] #1 transferring dockerfile: 206B done [2025-09-17T02:49:27.003Z] #1 DONE 0.0s [2025-09-17T02:49:27.003Z] [2025-09-17T02:49:27.003Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:49:27.003Z] #2 DONE 0.1s [2025-09-17T02:49:27.003Z] [2025-09-17T02:49:27.003Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:49:27.003Z] #3 DONE 0.1s [2025-09-17T02:49:27.003Z] [2025-09-17T02:49:27.003Z] #4 [internal] load .dockerignore [2025-09-17T02:49:27.003Z] #4 transferring context: [2025-09-17T02:49:27.263Z] #4 transferring context: 2B done [2025-09-17T02:49:27.263Z] #4 DONE 0.0s [2025-09-17T02:49:27.263Z] [2025-09-17T02:49:27.263Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:c9320e9a04204063434d4f54e873f81249ed4b78d5b40b47c28a095ecca06efb [2025-09-17T02:49:27.263Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:c9320e9a04204063434d4f54e873f81249ed4b78d5b40b47c28a095ecca06efb 0.0s done [2025-09-17T02:49:27.263Z] #5 DONE 0.0s [2025-09-17T02:49:27.263Z] [2025-09-17T02:49:27.263Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:c9320e9a04204063434d4f54e873f81249ed4b78d5b40b47c28a095ecca06efb [2025-09-17T02:49:27.263Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:c9320e9a04204063434d4f54e873f81249ed4b78d5b40b47c28a095ecca06efb done [2025-09-17T02:49:27.263Z] #6 DONE 0.1s [2025-09-17T02:49:27.263Z] [2025-09-17T02:49:27.263Z] #7 exporting to image [2025-09-17T02:49:27.263Z] #7 exporting layers done [2025-09-17T02:49:27.263Z] #7 exporting manifest sha256:4fef15a59731bf2b0b533a90192ee4731ea7ae5f80ee2883b0d87698fefc7862 done [2025-09-17T02:49:27.263Z] #7 exporting config sha256:389f227461a8954e4f8f4939fdfc4174e10bbd42d84499fbbeda3f979293064d done [2025-09-17T02:49:27.263Z] #7 exporting manifest sha256:056a4419236efc01a4817cee17c15b854e87b1a708a5b3d06f301ab4b0003902 done [2025-09-17T02:49:27.263Z] #7 exporting config sha256:64f76402c2791268f723aa0e220dcb99d84dda9782d8154a0b216575484abefc [2025-09-17T02:49:27.263Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-17T02:49:27.263Z] #7 ... [2025-09-17T02:49:27.263Z] [2025-09-17T02:49:27.263Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-17T02:49:27.263Z] #8 DONE 0.0s [2025-09-17T02:49:27.263Z] [2025-09-17T02:49:27.263Z] #7 exporting to image [2025-09-17T02:49:27.263Z] #7 exporting config sha256:64f76402c2791268f723aa0e220dcb99d84dda9782d8154a0b216575484abefc done [2025-09-17T02:49:27.263Z] #7 exporting manifest list sha256:89c8c437b9cf12121a33fedfaa531120af5ca09b5414029f91fd55afa98c78a3 done [2025-09-17T02:49:27.263Z] #7 pushing layers 0.1s done [2025-09-17T02:49:27.263Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:89c8c437b9cf12121a33fedfaa531120af5ca09b5414029f91fd55afa98c78a3 [2025-09-17T02:49:27.522Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:89c8c437b9cf12121a33fedfaa531120af5ca09b5414029f91fd55afa98c78a3 0.1s done [2025-09-17T02:49:27.522Z] #7 DONE 0.2s [2025-09-17T02:49:27.781Z] [2025-09-17T02:49:27.781Z] 1 warning found (use --debug to expand): [2025-09-17T02:49:27.781Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-17T02:49:28.068Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:latest' [2025-09-17T02:49:28.068Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:latest --push - [2025-09-17T02:49:28.068Z] #1 [internal] load build definition from Dockerfile [2025-09-17T02:49:28.068Z] #1 transferring dockerfile: 172B done [2025-09-17T02:49:28.068Z] #1 DONE 0.0s [2025-09-17T02:49:28.068Z] [2025-09-17T02:49:28.068Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-09-17T02:49:28.068Z] #2 DONE 0.0s [2025-09-17T02:49:28.068Z] [2025-09-17T02:49:28.068Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-09-17T02:49:28.068Z] #3 DONE 0.0s [2025-09-17T02:49:28.068Z] [2025-09-17T02:49:28.068Z] #4 [internal] load .dockerignore [2025-09-17T02:49:28.068Z] #4 transferring context: 2B done [2025-09-17T02:49:28.068Z] #4 DONE 0.0s [2025-09-17T02:49:28.068Z] [2025-09-17T02:49:28.068Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:c9320e9a04204063434d4f54e873f81249ed4b78d5b40b47c28a095ecca06efb [2025-09-17T02:49:28.068Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:c9320e9a04204063434d4f54e873f81249ed4b78d5b40b47c28a095ecca06efb done [2025-09-17T02:49:28.068Z] #5 CACHED [2025-09-17T02:49:28.068Z] [2025-09-17T02:49:28.068Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:c9320e9a04204063434d4f54e873f81249ed4b78d5b40b47c28a095ecca06efb [2025-09-17T02:49:28.068Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:c9320e9a04204063434d4f54e873f81249ed4b78d5b40b47c28a095ecca06efb done [2025-09-17T02:49:28.068Z] #6 CACHED [2025-09-17T02:49:28.068Z] [2025-09-17T02:49:28.068Z] #7 exporting to image [2025-09-17T02:49:28.068Z] #7 exporting layers done [2025-09-17T02:49:28.068Z] #7 exporting manifest sha256:4fef15a59731bf2b0b533a90192ee4731ea7ae5f80ee2883b0d87698fefc7862 done [2025-09-17T02:49:28.068Z] #7 exporting config sha256:389f227461a8954e4f8f4939fdfc4174e10bbd42d84499fbbeda3f979293064d done [2025-09-17T02:49:28.068Z] #7 exporting manifest sha256:056a4419236efc01a4817cee17c15b854e87b1a708a5b3d06f301ab4b0003902 done [2025-09-17T02:49:28.068Z] #7 exporting config sha256:64f76402c2791268f723aa0e220dcb99d84dda9782d8154a0b216575484abefc [2025-09-17T02:49:28.068Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-17T02:49:28.327Z] #7 exporting config sha256:64f76402c2791268f723aa0e220dcb99d84dda9782d8154a0b216575484abefc done [2025-09-17T02:49:28.327Z] #7 exporting manifest list sha256:89c8c437b9cf12121a33fedfaa531120af5ca09b5414029f91fd55afa98c78a3 done [2025-09-17T02:49:28.327Z] #7 pushing layers 0.0s done [2025-09-17T02:49:28.327Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:89c8c437b9cf12121a33fedfaa531120af5ca09b5414029f91fd55afa98c78a3 0.1s done [2025-09-17T02:49:28.327Z] #7 DONE 0.1s [2025-09-17T02:49:28.327Z] [2025-09-17T02:49:28.327Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-17T02:49:28.327Z] #8 DONE 0.0s [2025-09-17T02:49:28.327Z] [2025-09-17T02:49:28.327Z] 1 warning found (use --debug to expand): [2025-09-17T02:49:28.327Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-17T02:49:28.618Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.62' [2025-09-17T02:49:28.618Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.62 --push - [2025-09-17T02:49:28.618Z] #1 [internal] load build definition from Dockerfile [2025-09-17T02:49:28.618Z] #1 transferring dockerfile: 178B done [2025-09-17T02:49:28.618Z] #1 DONE 0.0s [2025-09-17T02:49:28.618Z] [2025-09-17T02:49:28.618Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.62 [2025-09-17T02:49:28.618Z] #2 DONE 0.0s [2025-09-17T02:49:28.618Z] [2025-09-17T02:49:28.618Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.62 [2025-09-17T02:49:28.618Z] #3 DONE 0.0s [2025-09-17T02:49:28.618Z] [2025-09-17T02:49:28.618Z] #4 [internal] load .dockerignore [2025-09-17T02:49:28.618Z] #4 transferring context: 2B done [2025-09-17T02:49:28.618Z] #4 DONE 0.0s [2025-09-17T02:49:28.618Z] [2025-09-17T02:49:28.618Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.62@sha256:c9320e9a04204063434d4f54e873f81249ed4b78d5b40b47c28a095ecca06efb [2025-09-17T02:49:28.618Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.62@sha256:c9320e9a04204063434d4f54e873f81249ed4b78d5b40b47c28a095ecca06efb done [2025-09-17T02:49:28.618Z] #5 CACHED [2025-09-17T02:49:28.618Z] [2025-09-17T02:49:28.618Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.62@sha256:c9320e9a04204063434d4f54e873f81249ed4b78d5b40b47c28a095ecca06efb [2025-09-17T02:49:28.618Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.62@sha256:c9320e9a04204063434d4f54e873f81249ed4b78d5b40b47c28a095ecca06efb 0.0s done [2025-09-17T02:49:28.618Z] #6 CACHED [2025-09-17T02:49:28.618Z] [2025-09-17T02:49:28.618Z] #7 exporting to image [2025-09-17T02:49:28.618Z] #7 exporting layers done [2025-09-17T02:49:28.618Z] #7 exporting manifest sha256:4fef15a59731bf2b0b533a90192ee4731ea7ae5f80ee2883b0d87698fefc7862 done [2025-09-17T02:49:28.618Z] #7 exporting config sha256:389f227461a8954e4f8f4939fdfc4174e10bbd42d84499fbbeda3f979293064d done [2025-09-17T02:49:28.618Z] #7 exporting manifest sha256:056a4419236efc01a4817cee17c15b854e87b1a708a5b3d06f301ab4b0003902 done [2025-09-17T02:49:28.618Z] #7 exporting config sha256:64f76402c2791268f723aa0e220dcb99d84dda9782d8154a0b216575484abefc [2025-09-17T02:49:28.618Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-17T02:49:28.877Z] #7 exporting config sha256:64f76402c2791268f723aa0e220dcb99d84dda9782d8154a0b216575484abefc done [2025-09-17T02:49:28.877Z] #7 exporting manifest list sha256:89c8c437b9cf12121a33fedfaa531120af5ca09b5414029f91fd55afa98c78a3 done [2025-09-17T02:49:28.877Z] #7 pushing layers 0.0s done [2025-09-17T02:49:28.877Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.62@sha256:89c8c437b9cf12121a33fedfaa531120af5ca09b5414029f91fd55afa98c78a3 0.1s done [2025-09-17T02:49:28.877Z] #7 DONE 0.1s [2025-09-17T02:49:28.877Z] [2025-09-17T02:49:28.877Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-17T02:49:28.877Z] #8 DONE 0.0s [2025-09-17T02:49:28.877Z] [2025-09-17T02:49:28.877Z] 1 warning found (use --debug to expand): [2025-09-17T02:49:28.877Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-17T02:49:29.159Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62' [2025-09-17T02:49:29.159Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 --push - [2025-09-17T02:49:29.159Z] #1 [internal] load build definition from Dockerfile [2025-09-17T02:49:29.159Z] #1 transferring dockerfile: 219B done [2025-09-17T02:49:29.159Z] #1 DONE 0.0s [2025-09-17T02:49:29.159Z] [2025-09-17T02:49:29.159Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:49:29.159Z] #2 DONE 0.0s [2025-09-17T02:49:29.159Z] [2025-09-17T02:49:29.159Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:49:29.159Z] #3 DONE 0.0s [2025-09-17T02:49:29.159Z] [2025-09-17T02:49:29.159Z] #4 [internal] load .dockerignore [2025-09-17T02:49:29.159Z] #4 transferring context: 2B done [2025-09-17T02:49:29.159Z] #4 DONE 0.0s [2025-09-17T02:49:29.159Z] [2025-09-17T02:49:29.159Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:c9320e9a04204063434d4f54e873f81249ed4b78d5b40b47c28a095ecca06efb [2025-09-17T02:49:29.159Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:c9320e9a04204063434d4f54e873f81249ed4b78d5b40b47c28a095ecca06efb 0.0s done [2025-09-17T02:49:29.159Z] #5 CACHED [2025-09-17T02:49:29.159Z] [2025-09-17T02:49:29.159Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:c9320e9a04204063434d4f54e873f81249ed4b78d5b40b47c28a095ecca06efb [2025-09-17T02:49:29.159Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:c9320e9a04204063434d4f54e873f81249ed4b78d5b40b47c28a095ecca06efb 0.0s done [2025-09-17T02:49:29.159Z] #6 CACHED [2025-09-17T02:49:29.159Z] [2025-09-17T02:49:29.159Z] #7 exporting to image [2025-09-17T02:49:29.159Z] #7 exporting layers done [2025-09-17T02:49:29.159Z] #7 exporting manifest sha256:4fef15a59731bf2b0b533a90192ee4731ea7ae5f80ee2883b0d87698fefc7862 done [2025-09-17T02:49:29.159Z] #7 exporting config sha256:389f227461a8954e4f8f4939fdfc4174e10bbd42d84499fbbeda3f979293064d done [2025-09-17T02:49:29.159Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-17T02:49:29.419Z] #7 exporting manifest sha256:056a4419236efc01a4817cee17c15b854e87b1a708a5b3d06f301ab4b0003902 done [2025-09-17T02:49:29.419Z] #7 exporting config sha256:64f76402c2791268f723aa0e220dcb99d84dda9782d8154a0b216575484abefc done [2025-09-17T02:49:29.419Z] #7 exporting manifest list sha256:89c8c437b9cf12121a33fedfaa531120af5ca09b5414029f91fd55afa98c78a3 done [2025-09-17T02:49:29.419Z] #7 pushing layers 0.0s done [2025-09-17T02:49:29.419Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:89c8c437b9cf12121a33fedfaa531120af5ca09b5414029f91fd55afa98c78a3 0.1s done [2025-09-17T02:49:29.419Z] #7 DONE 0.1s [2025-09-17T02:49:29.419Z] [2025-09-17T02:49:29.419Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-17T02:49:29.419Z] #8 DONE 0.0s [2025-09-17T02:49:29.419Z] [2025-09-17T02:49:29.419Z] 1 warning found (use --debug to expand): [2025-09-17T02:49:29.419Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-17T02:49:29.704Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:main' [2025-09-17T02:49:29.704Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:main --push - [2025-09-17T02:49:29.704Z] #1 [internal] load build definition from Dockerfile [2025-09-17T02:49:29.704Z] #1 transferring dockerfile: 170B done [2025-09-17T02:49:29.704Z] #1 DONE 0.0s [2025-09-17T02:49:29.704Z] [2025-09-17T02:49:29.704Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main [2025-09-17T02:49:29.704Z] #2 DONE 0.0s [2025-09-17T02:49:29.704Z] [2025-09-17T02:49:29.704Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main [2025-09-17T02:49:29.704Z] #3 DONE 0.0s [2025-09-17T02:49:29.704Z] [2025-09-17T02:49:29.704Z] #4 [internal] load .dockerignore [2025-09-17T02:49:29.704Z] #4 transferring context: 2B done [2025-09-17T02:49:29.704Z] #4 DONE 0.0s [2025-09-17T02:49:29.704Z] [2025-09-17T02:49:29.704Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:c9320e9a04204063434d4f54e873f81249ed4b78d5b40b47c28a095ecca06efb [2025-09-17T02:49:29.704Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:c9320e9a04204063434d4f54e873f81249ed4b78d5b40b47c28a095ecca06efb 0.0s done [2025-09-17T02:49:29.704Z] #5 CACHED [2025-09-17T02:49:29.704Z] [2025-09-17T02:49:29.704Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:c9320e9a04204063434d4f54e873f81249ed4b78d5b40b47c28a095ecca06efb [2025-09-17T02:49:29.704Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:c9320e9a04204063434d4f54e873f81249ed4b78d5b40b47c28a095ecca06efb 0.0s done [2025-09-17T02:49:29.704Z] #6 CACHED [2025-09-17T02:49:29.704Z] [2025-09-17T02:49:29.704Z] #7 exporting to image [2025-09-17T02:49:29.704Z] #7 exporting layers done [2025-09-17T02:49:29.704Z] #7 exporting manifest sha256:4fef15a59731bf2b0b533a90192ee4731ea7ae5f80ee2883b0d87698fefc7862 done [2025-09-17T02:49:29.704Z] #7 exporting config sha256:389f227461a8954e4f8f4939fdfc4174e10bbd42d84499fbbeda3f979293064d done [2025-09-17T02:49:29.704Z] #7 exporting manifest sha256:056a4419236efc01a4817cee17c15b854e87b1a708a5b3d06f301ab4b0003902 done [2025-09-17T02:49:29.704Z] #7 exporting config sha256:64f76402c2791268f723aa0e220dcb99d84dda9782d8154a0b216575484abefc [2025-09-17T02:49:29.704Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-17T02:49:29.963Z] #7 exporting config sha256:64f76402c2791268f723aa0e220dcb99d84dda9782d8154a0b216575484abefc done [2025-09-17T02:49:29.963Z] #7 exporting manifest list sha256:89c8c437b9cf12121a33fedfaa531120af5ca09b5414029f91fd55afa98c78a3 done [2025-09-17T02:49:29.963Z] #7 pushing layers 0.0s done [2025-09-17T02:49:29.963Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:89c8c437b9cf12121a33fedfaa531120af5ca09b5414029f91fd55afa98c78a3 0.1s done [2025-09-17T02:49:29.963Z] #7 DONE 0.1s [2025-09-17T02:49:29.963Z] [2025-09-17T02:49:29.963Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-17T02:49:29.963Z] #8 DONE 0.0s [2025-09-17T02:49:29.963Z] [2025-09-17T02:49:29.963Z] 1 warning found (use --debug to expand): [2025-09-17T02:49:29.963Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-17T02:49:30.250Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:44d03353ae1976a56c6e7b940cb61d7be0635af4' [2025-09-17T02:49:30.250Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:44d03353ae1976a56c6e7b940cb61d7be0635af4 --push - [2025-09-17T02:49:30.250Z] #1 [internal] load build definition from Dockerfile [2025-09-17T02:49:30.250Z] #1 transferring dockerfile: 202B done [2025-09-17T02:49:30.250Z] #1 DONE 0.0s [2025-09-17T02:49:30.250Z] [2025-09-17T02:49:30.250Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:49:30.250Z] #2 DONE 0.0s [2025-09-17T02:49:30.250Z] [2025-09-17T02:49:30.250Z] #3 [internal] load .dockerignore [2025-09-17T02:49:30.250Z] #3 transferring context: 2B done [2025-09-17T02:49:30.250Z] #3 DONE 0.0s [2025-09-17T02:49:30.250Z] [2025-09-17T02:49:30.250Z] #4 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T02:49:30.250Z] #4 DONE 0.1s [2025-09-17T02:49:30.250Z] [2025-09-17T02:49:30.250Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:8e545d82b08cd667b0e350b1b5dc378b6ce7db42f9612726c53d1a50c041923c [2025-09-17T02:49:30.250Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:8e545d82b08cd667b0e350b1b5dc378b6ce7db42f9612726c53d1a50c041923c [2025-09-17T02:49:30.509Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:8e545d82b08cd667b0e350b1b5dc378b6ce7db42f9612726c53d1a50c041923c 0.0s done [2025-09-17T02:49:30.509Z] #5 DONE 0.0s [2025-09-17T02:49:30.509Z] [2025-09-17T02:49:30.509Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:8e545d82b08cd667b0e350b1b5dc378b6ce7db42f9612726c53d1a50c041923c [2025-09-17T02:49:30.509Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:8e545d82b08cd667b0e350b1b5dc378b6ce7db42f9612726c53d1a50c041923c 0.0s done [2025-09-17T02:49:30.509Z] #6 DONE 0.1s [2025-09-17T02:49:30.509Z] [2025-09-17T02:49:30.509Z] #7 exporting to image [2025-09-17T02:49:30.509Z] #7 exporting layers done [2025-09-17T02:49:30.509Z] #7 exporting manifest sha256:9f74d76898c96b2337655ada2c1bdaedcd2ddd41a8d322ae315ddfa0a9d1a32d done [2025-09-17T02:49:30.509Z] #7 exporting config sha256:3ae8647f2e38d7d89a18e0344b48f85b36f349752c08a5b63d91076f130fa35b done [2025-09-17T02:49:30.509Z] #7 exporting manifest sha256:f773b0506a991377fb1e9f8e0425a198dd8282a4359070f56211e41ed063e70c done [2025-09-17T02:49:30.509Z] #7 exporting config sha256:031bc9eb3948eec70d68ff9c10ddb5d7f65dc9fcc2a5738440c0602c2e52593b [2025-09-17T02:49:30.509Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-17T02:49:30.509Z] #7 ... [2025-09-17T02:49:30.509Z] [2025-09-17T02:49:30.509Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-17T02:49:30.509Z] #8 DONE 0.0s [2025-09-17T02:49:30.509Z] [2025-09-17T02:49:30.509Z] #7 exporting to image [2025-09-17T02:49:30.509Z] #7 exporting config sha256:031bc9eb3948eec70d68ff9c10ddb5d7f65dc9fcc2a5738440c0602c2e52593b done [2025-09-17T02:49:30.509Z] #7 exporting manifest list sha256:99cea3952c4e5dbff8f76f8c4168ad546d6b95a38b3ebcae6bcfdba125247ff0 done [2025-09-17T02:49:30.509Z] #7 pushing layers 0.1s done [2025-09-17T02:49:30.509Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:99cea3952c4e5dbff8f76f8c4168ad546d6b95a38b3ebcae6bcfdba125247ff0 [2025-09-17T02:49:30.770Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:99cea3952c4e5dbff8f76f8c4168ad546d6b95a38b3ebcae6bcfdba125247ff0 0.1s done [2025-09-17T02:49:30.770Z] #7 DONE 0.2s [2025-09-17T02:49:30.770Z] [2025-09-17T02:49:30.770Z] 1 warning found (use --debug to expand): [2025-09-17T02:49:30.770Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-17T02:49:31.056Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest' [2025-09-17T02:49:31.056Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:latest --push - [2025-09-17T02:49:31.056Z] #1 [internal] load build definition from Dockerfile [2025-09-17T02:49:31.056Z] #1 transferring dockerfile: 168B done [2025-09-17T02:49:31.056Z] #1 DONE 0.0s [2025-09-17T02:49:31.056Z] [2025-09-17T02:49:31.056Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-09-17T02:49:31.056Z] #2 DONE 0.0s [2025-09-17T02:49:31.056Z] [2025-09-17T02:49:31.056Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-09-17T02:49:31.056Z] #3 DONE 0.0s [2025-09-17T02:49:31.056Z] [2025-09-17T02:49:31.056Z] #4 [internal] load .dockerignore [2025-09-17T02:49:31.056Z] #4 transferring context: 2B done [2025-09-17T02:49:31.056Z] #4 DONE 0.0s [2025-09-17T02:49:31.056Z] [2025-09-17T02:49:31.056Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:8e545d82b08cd667b0e350b1b5dc378b6ce7db42f9612726c53d1a50c041923c [2025-09-17T02:49:31.056Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:8e545d82b08cd667b0e350b1b5dc378b6ce7db42f9612726c53d1a50c041923c done [2025-09-17T02:49:31.056Z] #5 CACHED [2025-09-17T02:49:31.056Z] [2025-09-17T02:49:31.056Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:8e545d82b08cd667b0e350b1b5dc378b6ce7db42f9612726c53d1a50c041923c [2025-09-17T02:49:31.056Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:8e545d82b08cd667b0e350b1b5dc378b6ce7db42f9612726c53d1a50c041923c 0.0s done [2025-09-17T02:49:31.056Z] #6 CACHED [2025-09-17T02:49:31.056Z] [2025-09-17T02:49:31.056Z] #7 exporting to image [2025-09-17T02:49:31.056Z] #7 exporting layers done [2025-09-17T02:49:31.056Z] #7 exporting manifest sha256:9f74d76898c96b2337655ada2c1bdaedcd2ddd41a8d322ae315ddfa0a9d1a32d done [2025-09-17T02:49:31.056Z] #7 exporting config sha256:3ae8647f2e38d7d89a18e0344b48f85b36f349752c08a5b63d91076f130fa35b done [2025-09-17T02:49:31.056Z] #7 exporting manifest sha256:f773b0506a991377fb1e9f8e0425a198dd8282a4359070f56211e41ed063e70c done [2025-09-17T02:49:31.056Z] #7 exporting config sha256:031bc9eb3948eec70d68ff9c10ddb5d7f65dc9fcc2a5738440c0602c2e52593b done [2025-09-17T02:49:31.056Z] #7 exporting manifest list sha256:99cea3952c4e5dbff8f76f8c4168ad546d6b95a38b3ebcae6bcfdba125247ff0 done [2025-09-17T02:49:31.056Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-17T02:49:31.313Z] #7 pushing layers 0.0s done [2025-09-17T02:49:31.314Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:99cea3952c4e5dbff8f76f8c4168ad546d6b95a38b3ebcae6bcfdba125247ff0 0.1s done [2025-09-17T02:49:31.314Z] #7 DONE 0.1s [2025-09-17T02:49:31.314Z] [2025-09-17T02:49:31.314Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-17T02:49:31.314Z] #8 DONE 0.0s [2025-09-17T02:49:31.314Z] [2025-09-17T02:49:31.314Z] 1 warning found (use --debug to expand): [2025-09-17T02:49:31.314Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-17T02:49:31.602Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.62' [2025-09-17T02:49:31.602Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.62 --push - [2025-09-17T02:49:31.602Z] #1 [internal] load build definition from Dockerfile [2025-09-17T02:49:31.602Z] #1 transferring dockerfile: 174B done [2025-09-17T02:49:31.602Z] #1 DONE 0.0s [2025-09-17T02:49:31.602Z] [2025-09-17T02:49:31.602Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.62 [2025-09-17T02:49:31.602Z] #2 DONE 0.0s [2025-09-17T02:49:31.602Z] [2025-09-17T02:49:31.602Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.62 [2025-09-17T02:49:31.602Z] #3 DONE 0.0s [2025-09-17T02:49:31.602Z] [2025-09-17T02:49:31.602Z] #4 [internal] load .dockerignore [2025-09-17T02:49:31.602Z] #4 transferring context: 2B done [2025-09-17T02:49:31.602Z] #4 DONE 0.0s [2025-09-17T02:49:31.602Z] [2025-09-17T02:49:31.602Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.62@sha256:8e545d82b08cd667b0e350b1b5dc378b6ce7db42f9612726c53d1a50c041923c [2025-09-17T02:49:31.602Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.62@sha256:8e545d82b08cd667b0e350b1b5dc378b6ce7db42f9612726c53d1a50c041923c done [2025-09-17T02:49:31.602Z] #5 CACHED [2025-09-17T02:49:31.602Z] [2025-09-17T02:49:31.602Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.62@sha256:8e545d82b08cd667b0e350b1b5dc378b6ce7db42f9612726c53d1a50c041923c [2025-09-17T02:49:31.602Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.62@sha256:8e545d82b08cd667b0e350b1b5dc378b6ce7db42f9612726c53d1a50c041923c 0.0s done [2025-09-17T02:49:31.602Z] #6 CACHED [2025-09-17T02:49:31.602Z] [2025-09-17T02:49:31.602Z] #7 exporting to image [2025-09-17T02:49:31.602Z] #7 exporting layers done [2025-09-17T02:49:31.602Z] #7 exporting manifest sha256:9f74d76898c96b2337655ada2c1bdaedcd2ddd41a8d322ae315ddfa0a9d1a32d done [2025-09-17T02:49:31.602Z] #7 exporting config sha256:3ae8647f2e38d7d89a18e0344b48f85b36f349752c08a5b63d91076f130fa35b done [2025-09-17T02:49:31.602Z] #7 exporting manifest sha256:f773b0506a991377fb1e9f8e0425a198dd8282a4359070f56211e41ed063e70c done [2025-09-17T02:49:31.602Z] #7 exporting config sha256:031bc9eb3948eec70d68ff9c10ddb5d7f65dc9fcc2a5738440c0602c2e52593b [2025-09-17T02:49:31.602Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-17T02:49:31.860Z] #7 exporting config sha256:031bc9eb3948eec70d68ff9c10ddb5d7f65dc9fcc2a5738440c0602c2e52593b done [2025-09-17T02:49:31.860Z] #7 exporting manifest list sha256:99cea3952c4e5dbff8f76f8c4168ad546d6b95a38b3ebcae6bcfdba125247ff0 done [2025-09-17T02:49:31.860Z] #7 pushing layers 0.0s done [2025-09-17T02:49:31.860Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.62@sha256:99cea3952c4e5dbff8f76f8c4168ad546d6b95a38b3ebcae6bcfdba125247ff0 0.1s done [2025-09-17T02:49:31.860Z] #7 DONE 0.1s [2025-09-17T02:49:31.860Z] [2025-09-17T02:49:31.860Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-17T02:49:31.860Z] #8 DONE 0.0s [2025-09-17T02:49:31.860Z] [2025-09-17T02:49:31.860Z] 1 warning found (use --debug to expand): [2025-09-17T02:49:31.860Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-17T02:49:32.148Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62' [2025-09-17T02:49:32.148Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 --push - [2025-09-17T02:49:32.148Z] #1 [internal] load build definition from Dockerfile [2025-09-17T02:49:32.148Z] #1 transferring dockerfile: 215B done [2025-09-17T02:49:32.148Z] #1 DONE 0.0s [2025-09-17T02:49:32.148Z] [2025-09-17T02:49:32.148Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:49:32.148Z] #2 DONE 0.0s [2025-09-17T02:49:32.148Z] [2025-09-17T02:49:32.148Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T02:49:32.148Z] #3 DONE 0.0s [2025-09-17T02:49:32.148Z] [2025-09-17T02:49:32.148Z] #4 [internal] load .dockerignore [2025-09-17T02:49:32.148Z] #4 transferring context: 2B done [2025-09-17T02:49:32.148Z] #4 DONE 0.0s [2025-09-17T02:49:32.148Z] [2025-09-17T02:49:32.148Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:8e545d82b08cd667b0e350b1b5dc378b6ce7db42f9612726c53d1a50c041923c [2025-09-17T02:49:32.148Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:8e545d82b08cd667b0e350b1b5dc378b6ce7db42f9612726c53d1a50c041923c 0.0s done [2025-09-17T02:49:32.148Z] #5 CACHED [2025-09-17T02:49:32.148Z] [2025-09-17T02:49:32.148Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:8e545d82b08cd667b0e350b1b5dc378b6ce7db42f9612726c53d1a50c041923c [2025-09-17T02:49:32.148Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:8e545d82b08cd667b0e350b1b5dc378b6ce7db42f9612726c53d1a50c041923c done [2025-09-17T02:49:32.148Z] #6 CACHED [2025-09-17T02:49:32.148Z] [2025-09-17T02:49:32.148Z] #7 exporting to image [2025-09-17T02:49:32.148Z] #7 exporting layers done [2025-09-17T02:49:32.148Z] #7 exporting manifest sha256:9f74d76898c96b2337655ada2c1bdaedcd2ddd41a8d322ae315ddfa0a9d1a32d [2025-09-17T02:49:32.148Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-17T02:49:32.407Z] #7 exporting manifest sha256:9f74d76898c96b2337655ada2c1bdaedcd2ddd41a8d322ae315ddfa0a9d1a32d done [2025-09-17T02:49:32.407Z] #7 exporting config sha256:3ae8647f2e38d7d89a18e0344b48f85b36f349752c08a5b63d91076f130fa35b done [2025-09-17T02:49:32.407Z] #7 exporting manifest sha256:f773b0506a991377fb1e9f8e0425a198dd8282a4359070f56211e41ed063e70c done [2025-09-17T02:49:32.407Z] #7 exporting config sha256:031bc9eb3948eec70d68ff9c10ddb5d7f65dc9fcc2a5738440c0602c2e52593b done [2025-09-17T02:49:32.407Z] #7 exporting manifest list sha256:99cea3952c4e5dbff8f76f8c4168ad546d6b95a38b3ebcae6bcfdba125247ff0 done [2025-09-17T02:49:32.407Z] #7 pushing layers 0.0s done [2025-09-17T02:49:32.407Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:99cea3952c4e5dbff8f76f8c4168ad546d6b95a38b3ebcae6bcfdba125247ff0 0.1s done [2025-09-17T02:49:32.407Z] #7 DONE 0.1s [2025-09-17T02:49:32.407Z] [2025-09-17T02:49:32.407Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-17T02:49:32.407Z] #8 DONE 0.0s [2025-09-17T02:49:32.407Z] [2025-09-17T02:49:32.407Z] 1 warning found (use --debug to expand): [2025-09-17T02:49:32.407Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-09-17T02:49:32.693Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:main' [2025-09-17T02:49:32.693Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:main --push - [2025-09-17T02:49:32.952Z] #1 [internal] load build definition from Dockerfile [2025-09-17T02:49:33.210Z] #1 transferring dockerfile: 166B done [2025-09-17T02:49:33.210Z] #1 DONE 0.3s [2025-09-17T02:49:33.210Z] [2025-09-17T02:49:33.210Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-09-17T02:49:33.210Z] #2 DONE 0.0s [2025-09-17T02:49:33.210Z] [2025-09-17T02:49:33.210Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-09-17T02:49:33.210Z] #3 DONE 0.0s [2025-09-17T02:49:33.210Z] [2025-09-17T02:49:33.210Z] #4 [internal] load .dockerignore [2025-09-17T02:49:33.470Z] #4 transferring context: 2B done [2025-09-17T02:49:33.470Z] #4 DONE 0.0s [2025-09-17T02:49:33.470Z] [2025-09-17T02:49:33.470Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:8e545d82b08cd667b0e350b1b5dc378b6ce7db42f9612726c53d1a50c041923c [2025-09-17T02:49:33.471Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:8e545d82b08cd667b0e350b1b5dc378b6ce7db42f9612726c53d1a50c041923c 0.0s done [2025-09-17T02:49:33.471Z] #5 CACHED [2025-09-17T02:49:33.471Z] [2025-09-17T02:49:33.471Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:8e545d82b08cd667b0e350b1b5dc378b6ce7db42f9612726c53d1a50c041923c [2025-09-17T02:49:33.471Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:8e545d82b08cd667b0e350b1b5dc378b6ce7db42f9612726c53d1a50c041923c 0.0s done [2025-09-17T02:49:33.471Z] #6 CACHED [2025-09-17T02:49:33.471Z] [2025-09-17T02:49:33.471Z] #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-09-17T02:49:33.471Z] #7 DONE 0.0s [2025-09-17T02:49:33.471Z] [2025-09-17T02:49:33.471Z] #8 exporting to image [2025-09-17T02:49:33.471Z] #8 exporting layers done [2025-09-17T02:49:33.471Z] #8 exporting manifest sha256:9f74d76898c96b2337655ada2c1bdaedcd2ddd41a8d322ae315ddfa0a9d1a32d done [2025-09-17T02:49:33.471Z] #8 exporting config sha256:3ae8647f2e38d7d89a18e0344b48f85b36f349752c08a5b63d91076f130fa35b done [2025-09-17T02:49:33.471Z] #8 exporting manifest sha256:f773b0506a991377fb1e9f8e0425a198dd8282a4359070f56211e41ed063e70c done [2025-09-17T02:49:33.471Z] #8 exporting config sha256:031bc9eb3948eec70d68ff9c10ddb5d7f65dc9fcc2a5738440c0602c2e52593b done [2025-09-17T02:49:33.471Z] #8 exporting manifest list sha256:99cea3952c4e5dbff8f76f8c4168ad546d6b95a38b3ebcae6bcfdba125247ff0 done [2025-09-17T02:49:33.471Z] #8 pushing layers 0.0s done [2025-09-17T02:49:33.471Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:99cea3952c4e5dbff8f76f8c4168ad546d6b95a38b3ebcae6bcfdba125247ff0 [2025-09-17T02:49:33.471Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-09-17T02:49:33.471Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:99cea3952c4e5dbff8f76f8c4168ad546d6b95a38b3ebcae6bcfdba125247ff0 0.1s done [2025-09-17T02:49:33.471Z] #8 DONE 0.1s [2025-09-17T02:49:33.471Z] [2025-09-17T02:49:33.471Z] 1 warning found (use --debug to expand): [2025-09-17T02:49:33.471Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-09-17T02:49:33.886Z] + '[' -d /w/workspace/edgex-go/906/archives ']' [Pipeline] libraryResource [Pipeline] sh [2025-09-17T02:49:34.189Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-09-17T02:49:34.748Z] ---> package-listing.sh [2025-09-17T02:49:34.748Z] ++ facter osfamily [2025-09-17T02:49:34.748Z] ++ tr '[:upper:]' '[:lower:]' [2025-09-17T02:49:35.323Z] + OS_FAMILY=redhat [2025-09-17T02:49:35.323Z] + workspace=/w/workspace/edgex-go/906 [2025-09-17T02:49:35.323Z] + START_PACKAGES=/tmp/packages_start.txt [2025-09-17T02:49:35.323Z] + END_PACKAGES=/tmp/packages_end.txt [2025-09-17T02:49:35.323Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-09-17T02:49:35.323Z] + PACKAGES=/tmp/packages_start.txt [2025-09-17T02:49:35.323Z] + '[' /w/workspace/edgex-go/906 ']' [2025-09-17T02:49:35.323Z] + PACKAGES=/tmp/packages_end.txt [2025-09-17T02:49:35.323Z] + case "${OS_FAMILY}" in [2025-09-17T02:49:35.323Z] + rpm -qa [2025-09-17T02:49:35.323Z] + sort [2025-09-17T02:49:35.583Z] + '[' -f /tmp/packages_start.txt ']' [2025-09-17T02:49:35.583Z] + '[' -f /tmp/packages_end.txt ']' [2025-09-17T02:49:35.583Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-09-17T02:49:35.583Z] + '[' /w/workspace/edgex-go/906 ']' [2025-09-17T02:49:35.583Z] + mkdir -p /w/workspace/edgex-go/906/archives/ [2025-09-17T02:49:35.583Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/906/archives/ [Pipeline] echo [2025-09-17T02:49:35.593Z] 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/906/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-09-17T02:49:35.875Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:49:36.437Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-09-17T02:49:36.437Z] [2025-09-17T02:49:36.437Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T02:49:36.734Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-09-17T02:49:36.734Z] latest: Pulling from edgex-lftools-log-publisher [2025-09-17T02:49:36.734Z] 5eb5b503b376: Pulling fs layer [2025-09-17T02:49:36.734Z] 5c69ac0246d0: Pulling fs layer [2025-09-17T02:49:36.734Z] ec43610c2a17: Pulling fs layer [2025-09-17T02:49:36.734Z] 3a2ae6a8a46f: Pulling fs layer [2025-09-17T02:49:36.734Z] 33b1e0a273af: Pulling fs layer [2025-09-17T02:49:36.734Z] 5d3b04190fa2: Pulling fs layer [2025-09-17T02:49:36.734Z] 2f39f015ded8: Pulling fs layer [2025-09-17T02:49:36.734Z] 3a2ae6a8a46f: Waiting [2025-09-17T02:49:36.734Z] 33b1e0a273af: Waiting [2025-09-17T02:49:36.734Z] 5d3b04190fa2: Waiting [2025-09-17T02:49:36.734Z] 2f39f015ded8: Waiting [2025-09-17T02:49:36.734Z] 5c69ac0246d0: Verifying Checksum [2025-09-17T02:49:36.734Z] 5c69ac0246d0: Download complete [2025-09-17T02:49:36.734Z] 3a2ae6a8a46f: Verifying Checksum [2025-09-17T02:49:36.734Z] 3a2ae6a8a46f: Download complete [2025-09-17T02:49:36.734Z] ec43610c2a17: Verifying Checksum [2025-09-17T02:49:36.734Z] ec43610c2a17: Download complete [2025-09-17T02:49:36.734Z] 33b1e0a273af: Verifying Checksum [2025-09-17T02:49:36.734Z] 33b1e0a273af: Download complete [2025-09-17T02:49:36.734Z] 5d3b04190fa2: Verifying Checksum [2025-09-17T02:49:36.734Z] 5d3b04190fa2: Download complete [2025-09-17T02:49:36.994Z] 5eb5b503b376: Verifying Checksum [2025-09-17T02:49:36.994Z] 5eb5b503b376: Download complete [2025-09-17T02:49:37.564Z] 2f39f015ded8: Download complete [2025-09-17T02:49:38.544Z] 5eb5b503b376: Pull complete [2025-09-17T02:49:38.544Z] 5c69ac0246d0: Pull complete [2025-09-17T02:49:38.806Z] ec43610c2a17: Pull complete [2025-09-17T02:49:39.065Z] 3a2ae6a8a46f: Pull complete [2025-09-17T02:49:39.065Z] 33b1e0a273af: Pull complete [2025-09-17T02:49:39.322Z] 5d3b04190fa2: Pull complete [2025-09-17T02:49:43.550Z] 2f39f015ded8: Pull complete [2025-09-17T02:49:43.550Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-09-17T02:49:43.550Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-09-17T02:49:43.550Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-09-17T02:49:43.707Z] prd-centos7-docker-4c-2g-8972 does not seem to be running inside a container [2025-09-17T02:49:43.738Z] $ 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/906/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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-09-17T02:49:50.128Z] $ docker top 1504ed4b77f512be30f637bf7d8f4308da188d4b793dc32f4918622e62bbec78 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-09-17T02:49:50.467Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-09-17T02:49:50.755Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-09-17T02:49:51.042Z] + ls /var/log/sa-host [2025-09-17T02:49:51.042Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-09-17T02:49:51.700Z] provisioning config files... [2025-09-17T02:49:51.711Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config827056893028317982tmp [Pipeline] { [Pipeline] echo [2025-09-17T02:49:51.728Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-09-17T02:49:52.032Z] ---> create-netrc.sh [Pipeline] } [2025-09-17T02:49:52.075Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-09-17T02:49:52.661Z] ---> python-tools-install.sh [Pipeline] echo [2025-09-17T02:49:52.669Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-09-17T02:49:53.182Z] ---> sudo-logs.sh [2025-09-17T02:49:53.182Z] Archiving 'sudo' log.. [2025-09-17T02:49:53.182Z] cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-09-17T02:49:53.251Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2025-09-17T02:49:53.251Z] $ docker stop --time=1 1504ed4b77f512be30f637bf7d8f4308da188d4b793dc32f4918622e62bbec78 [2025-09-17T02:49:54.381Z] $ docker rm -f --volumes 1504ed4b77f512be30f637bf7d8f4308da188d4b793dc32f4918622e62bbec78 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2025-09-17T02:49:54.483Z] [WS-CLEANUP] Deleting project workspace... [2025-09-17T02:49:54.483Z] [WS-CLEANUP] Deferred wipeout is used... [2025-09-17T02:49:54.501Z] [WS-CLEANUP] done [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-09-17T03:04:56.571Z] #154 DONE 1055.1s [2025-09-17T03:04:56.571Z] [2025-09-17T03:04:56.571Z] #147 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-09-17T03:04:56.571Z] #147 ... [2025-09-17T03:04:56.571Z] [2025-09-17T03:04:56.571Z] #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-09-17T03:04:56.571Z] #155 DONE 0.3s [2025-09-17T03:04:56.571Z] [2025-09-17T03:04:56.571Z] #144 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-09-17T03:04:56.571Z] #144 ... [2025-09-17T03:04:56.571Z] [2025-09-17T03:04:56.571Z] #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-09-17T03:04:56.571Z] #156 DONE 0.2s [2025-09-17T03:04:56.571Z] [2025-09-17T03:04:56.571Z] #146 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-09-17T03:04:56.571Z] #146 ... [2025-09-17T03:04:56.571Z] [2025-09-17T03:04:56.571Z] #157 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2025-09-17T03:04:56.571Z] #157 DONE 0.3s [2025-09-17T03:04:56.571Z] [2025-09-17T03:04:56.571Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-09-17T03:04:56.571Z] #153 ... [2025-09-17T03:04:56.571Z] [2025-09-17T03:04:56.571Z] #158 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2025-09-17T03:04:56.571Z] #158 DONE 0.1s [2025-09-17T03:04:56.571Z] [2025-09-17T03:04:56.571Z] #159 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2025-09-17T03:04:56.571Z] #159 DONE 0.1s [2025-09-17T03:04:56.571Z] [2025-09-17T03:04:56.571Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-09-17T03:04:56.571Z] #153 ... [2025-09-17T03:04:56.571Z] [2025-09-17T03:04:56.571Z] #160 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-09-17T03:04:56.571Z] #160 DONE 2.3s [2025-09-17T03:04:56.571Z] [2025-09-17T03:04:56.571Z] #147 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-09-17T03:04:56.571Z] #147 ... [2025-09-17T03:04:56.571Z] [2025-09-17T03:04:56.571Z] #118 [core-common-config-bootstrapper] exporting to image [2025-09-17T03:04:56.571Z] #118 exporting layers [2025-09-17T03:04:56.571Z] #118 exporting layers 0.6s done [2025-09-17T03:04:56.571Z] #118 writing image sha256:2ec06e9552bd424f0c87c406ec836535abe6e97616c1dd825d662e3c300ddf85 done [2025-09-17T03:04:56.571Z] #118 naming to docker.io/library/core-common-config-bootstrapper-arm64 0.1s done [2025-09-17T03:04:56.571Z] #118 DONE 4.3s [2025-09-17T03:04:56.571Z] [2025-09-17T03:04:56.571Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-09-17T03:04:59.156Z] #153 ... [2025-09-17T03:04:59.156Z] [2025-09-17T03:04:59.156Z] #151 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-09-17T03:04:59.156Z] #151 DONE 1072.5s [2025-09-17T03:04:59.156Z] [2025-09-17T03:04:59.156Z] #147 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-09-17T03:04:59.423Z] #147 ... [2025-09-17T03:04:59.423Z] [2025-09-17T03:04:59.423Z] #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2025-09-17T03:05:00.008Z] #161 DONE 0.2s [2025-09-17T03:05:00.008Z] [2025-09-17T03:05:00.008Z] #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-09-17T03:05:02.593Z] #162 DONE 2.3s [2025-09-17T03:05:02.593Z] [2025-09-17T03:05:02.593Z] #145 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-09-17T03:05:02.593Z] #145 ... [2025-09-17T03:05:02.593Z] [2025-09-17T03:05:02.593Z] #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2025-09-17T03:05:02.593Z] #163 DONE 0.3s [2025-09-17T03:05:02.593Z] [2025-09-17T03:05:02.593Z] #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2025-09-17T03:05:02.593Z] #164 DONE 0.2s [2025-09-17T03:05:02.593Z] [2025-09-17T03:05:02.593Z] #145 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-09-17T03:05:02.861Z] #145 ... [2025-09-17T03:05:02.861Z] [2025-09-17T03:05:02.861Z] #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2025-09-17T03:05:03.133Z] #165 DONE 0.3s [2025-09-17T03:05:03.133Z] [2025-09-17T03:05:03.133Z] #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2025-09-17T03:05:03.133Z] #166 DONE 0.1s [2025-09-17T03:05:03.133Z] [2025-09-17T03:05:03.133Z] #135 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-09-17T03:05:03.420Z] #135 ... [2025-09-17T03:05:03.420Z] [2025-09-17T03:05:03.420Z] #167 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2025-09-17T03:05:03.420Z] #167 DONE 0.3s [2025-09-17T03:05:03.420Z] [2025-09-17T03:05:03.420Z] #145 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-09-17T03:05:03.686Z] #145 ... [2025-09-17T03:05:03.686Z] [2025-09-17T03:05:03.686Z] #168 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ [2025-09-17T03:05:03.686Z] #168 DONE 0.1s [2025-09-17T03:05:03.686Z] [2025-09-17T03:05:03.686Z] #169 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2025-09-17T03:05:03.686Z] #169 DONE 0.1s [2025-09-17T03:05:03.686Z] [2025-09-17T03:05:03.686Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-09-17T03:05:03.958Z] #153 ... [2025-09-17T03:05:03.958Z] [2025-09-17T03:05:03.958Z] #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2025-09-17T03:05:03.958Z] #170 DONE 0.1s [2025-09-17T03:05:03.958Z] [2025-09-17T03:05:03.958Z] #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2025-09-17T03:05:05.901Z] #171 DONE 2.0s [2025-09-17T03:05:05.901Z] [2025-09-17T03:05:05.901Z] #118 [security-bootstrapper] exporting to image [2025-09-17T03:05:05.901Z] #118 exporting layers [2025-09-17T03:05:06.859Z] #118 exporting layers 0.8s done [2025-09-17T03:05:06.859Z] #118 writing image sha256:be42ea1cb1689cc8f95ab6e5d857d68e61b96516ed9927f1787327a15baa9ea2 done [2025-09-17T03:05:06.859Z] #118 naming to docker.io/library/security-bootstrapper-arm64 done [2025-09-17T03:05:06.859Z] #118 DONE 5.1s [2025-09-17T03:05:06.859Z] [2025-09-17T03:05:06.859Z] #135 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-09-17T03:20:14.579Z] #135 ... [2025-09-17T03:20:14.579Z] [2025-09-17T03:20:14.579Z] #150 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-09-17T03:20:14.579Z] #150 DONE 1979.9s [2025-09-17T03:20:14.579Z] [2025-09-17T03:20:14.579Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-09-17T03:20:14.579Z] #153 ... [2025-09-17T03:20:14.579Z] [2025-09-17T03:20:14.579Z] #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2025-09-17T03:20:14.579Z] #172 DONE 0.2s [2025-09-17T03:20:14.579Z] [2025-09-17T03:20:14.579Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-09-17T03:20:14.579Z] #153 ... [2025-09-17T03:20:14.579Z] [2025-09-17T03:20:14.580Z] #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2025-09-17T03:20:14.580Z] #173 DONE 0.2s [2025-09-17T03:20:14.580Z] [2025-09-17T03:20:14.580Z] #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2025-09-17T03:20:14.580Z] #174 DONE 0.4s [2025-09-17T03:20:14.580Z] [2025-09-17T03:20:14.580Z] #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2025-09-17T03:20:14.580Z] #175 DONE 0.1s [2025-09-17T03:20:14.580Z] [2025-09-17T03:20:14.580Z] #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-09-17T03:20:14.580Z] #148 ... [2025-09-17T03:20:14.580Z] [2025-09-17T03:20:14.580Z] #118 [core-command] exporting to image [2025-09-17T03:20:14.580Z] #118 exporting layers [2025-09-17T03:20:14.580Z] #118 exporting layers 0.5s done [2025-09-17T03:20:14.580Z] #118 writing image sha256:bd1ec9057fdb17cbaced4bfe175732854b61bbc0b12b2d2e2b5c32e78a63b476 done [2025-09-17T03:20:14.580Z] #118 naming to docker.io/library/core-command-arm64 done [2025-09-17T03:20:14.580Z] #118 DONE 5.6s [2025-09-17T03:20:14.580Z] [2025-09-17T03:20:14.580Z] #145 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-09-17T03:20:36.649Z] #145 ... [2025-09-17T03:20:36.649Z] [2025-09-17T03:20:36.649Z] #144 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-09-17T03:20:36.649Z] #144 2006.8 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-09-17T03:20:36.649Z] #144 ... [2025-09-17T03:20:36.649Z] [2025-09-17T03:20:36.649Z] #152 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-09-17T03:20:36.649Z] #152 DONE 2008.0s [2025-09-17T03:20:36.649Z] [2025-09-17T03:20:36.649Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-09-17T03:20:36.649Z] #153 ... [2025-09-17T03:20:36.649Z] [2025-09-17T03:20:36.649Z] #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2025-09-17T03:20:36.649Z] #176 DONE 0.1s [2025-09-17T03:20:36.649Z] [2025-09-17T03:20:36.649Z] #149 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-09-17T03:20:36.649Z] #149 ... [2025-09-17T03:20:36.649Z] [2025-09-17T03:20:36.649Z] #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2025-09-17T03:20:36.649Z] #177 DONE 0.2s [2025-09-17T03:20:36.649Z] [2025-09-17T03:20:36.649Z] #178 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2025-09-17T03:20:36.649Z] #178 DONE 0.2s [2025-09-17T03:20:36.649Z] [2025-09-17T03:20:36.649Z] #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2025-09-17T03:20:36.649Z] #179 DONE 0.1s [2025-09-17T03:20:36.649Z] [2025-09-17T03:20:36.649Z] #147 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-09-17T03:20:36.649Z] #147 ... [2025-09-17T03:20:36.649Z] [2025-09-17T03:20:36.649Z] #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2025-09-17T03:20:36.649Z] #180 DONE 0.4s [2025-09-17T03:20:36.649Z] [2025-09-17T03:20:36.649Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-09-17T03:20:36.649Z] #153 ... [2025-09-17T03:20:36.649Z] [2025-09-17T03:20:36.649Z] #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2025-09-17T03:20:36.649Z] #181 DONE 0.2s [2025-09-17T03:20:36.649Z] [2025-09-17T03:20:36.649Z] #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-09-17T03:20:38.592Z] #182 DONE 2.2s [2025-09-17T03:20:38.592Z] [2025-09-17T03:20:38.592Z] #118 [security-proxy-setup] exporting to image [2025-09-17T03:20:38.592Z] #118 exporting layers [2025-09-17T03:20:39.549Z] #118 exporting layers 1.1s done [2025-09-17T03:20:39.549Z] #118 writing image sha256:4b0bd6b9a2132298f452ca72b979f07c0cd793d2d88348679647fbef0a0b935c done [2025-09-17T03:20:39.549Z] #118 naming to docker.io/library/security-proxy-setup-arm64 done [2025-09-17T03:20:39.549Z] #118 DONE 6.7s [2025-09-17T03:20:39.549Z] [2025-09-17T03:20:39.549Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-09-17T03:21:11.767Z] #153 ... [2025-09-17T03:21:11.768Z] [2025-09-17T03:21:11.768Z] #144 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-09-17T03:21:11.768Z] #144 DONE 2040.5s [2025-09-17T03:21:11.768Z] [2025-09-17T03:21:11.768Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-09-17T03:21:11.768Z] #153 ... [2025-09-17T03:21:11.768Z] [2025-09-17T03:21:11.768Z] #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2025-09-17T03:21:11.768Z] #183 DONE 0.2s [2025-09-17T03:21:11.768Z] [2025-09-17T03:21:11.768Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-09-17T03:21:11.768Z] #153 ... [2025-09-17T03:21:11.768Z] [2025-09-17T03:21:11.768Z] #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2025-09-17T03:21:11.768Z] #184 DONE 0.1s [2025-09-17T03:21:11.768Z] [2025-09-17T03:21:11.768Z] #185 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2025-09-17T03:21:11.768Z] #185 DONE 0.1s [2025-09-17T03:21:11.768Z] [2025-09-17T03:21:11.768Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-09-17T03:21:11.768Z] #153 ... [2025-09-17T03:21:11.768Z] [2025-09-17T03:21:11.768Z] #186 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2025-09-17T03:21:11.768Z] #186 DONE 0.1s [2025-09-17T03:21:11.768Z] [2025-09-17T03:21:11.768Z] #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2025-09-17T03:21:11.768Z] #187 DONE 0.1s [2025-09-17T03:21:11.768Z] [2025-09-17T03:21:11.768Z] #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2025-09-17T03:21:11.768Z] #188 DONE 0.5s [2025-09-17T03:21:11.768Z] [2025-09-17T03:21:11.768Z] #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2025-09-17T03:21:11.768Z] #189 DONE 0.4s [2025-09-17T03:21:11.768Z] [2025-09-17T03:21:11.768Z] #147 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-09-17T03:21:11.768Z] #147 ... [2025-09-17T03:21:11.768Z] [2025-09-17T03:21:11.768Z] #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2025-09-17T03:21:11.768Z] #190 DONE 0.1s [2025-09-17T03:21:11.768Z] [2025-09-17T03:21:11.768Z] #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-09-17T03:21:11.768Z] #191 DONE 1.9s [2025-09-17T03:21:11.768Z] [2025-09-17T03:21:11.768Z] #118 [security-secretstore-setup] exporting to image [2025-09-17T03:21:11.768Z] #118 exporting layers [2025-09-17T03:21:13.175Z] #118 exporting layers 1.5s done [2025-09-17T03:21:13.175Z] #118 writing image sha256:6c9f9fd4d0ecc2a3baa9c170b1d8c1641fffe79b46df66b7c5ecdbc6c59e9ae4 done [2025-09-17T03:21:13.175Z] #118 naming to docker.io/library/security-secretstore-setup-arm64 0.0s done [2025-09-17T03:21:13.175Z] #118 DONE 8.2s [2025-09-17T03:21:13.175Z] [2025-09-17T03:21:13.175Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-09-17T03:22:00.027Z] #153 ... [2025-09-17T03:22:00.027Z] [2025-09-17T03:22:00.027Z] #146 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-09-17T03:22:00.027Z] #146 DONE 2088.7s [2025-09-17T03:22:00.027Z] [2025-09-17T03:22:00.027Z] #147 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-09-17T03:22:00.027Z] #147 ... [2025-09-17T03:22:00.027Z] [2025-09-17T03:22:00.027Z] #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-09-17T03:22:00.027Z] #192 DONE 0.2s [2025-09-17T03:22:00.027Z] [2025-09-17T03:22:00.027Z] #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-09-17T03:22:00.027Z] #193 DONE 0.2s [2025-09-17T03:22:00.027Z] [2025-09-17T03:22:00.027Z] #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2025-09-17T03:22:00.027Z] #194 DONE 0.4s [2025-09-17T03:22:00.027Z] [2025-09-17T03:22:00.027Z] #195 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2025-09-17T03:22:00.027Z] #195 DONE 0.1s [2025-09-17T03:22:00.027Z] [2025-09-17T03:22:00.027Z] #118 [security-spiffe-token-provider] exporting to image [2025-09-17T03:22:00.027Z] #118 exporting layers [2025-09-17T03:22:00.027Z] #118 exporting layers 0.9s done [2025-09-17T03:22:00.027Z] #118 writing image sha256:98f58cca00c27a399ec286d4b20316463c6dbb1b7501a130b02b8e722f0ce42f done [2025-09-17T03:22:00.027Z] #118 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2025-09-17T03:22:00.027Z] #118 DONE 9.1s [2025-09-17T03:22:00.027Z] [2025-09-17T03:22:00.027Z] #145 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-09-17T03:22:46.824Z] #145 DONE 2133.1s [2025-09-17T03:22:46.824Z] [2025-09-17T03:22:46.824Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-09-17T03:22:46.824Z] #153 ... [2025-09-17T03:22:46.824Z] [2025-09-17T03:22:46.824Z] #196 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-09-17T03:22:46.824Z] #196 DONE 0.1s [2025-09-17T03:22:46.824Z] [2025-09-17T03:22:46.824Z] #197 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-09-17T03:22:46.824Z] #197 DONE 0.2s [2025-09-17T03:22:46.824Z] [2025-09-17T03:22:46.824Z] #198 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2025-09-17T03:22:46.824Z] #198 DONE 0.7s [2025-09-17T03:22:46.824Z] [2025-09-17T03:22:46.824Z] #199 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2025-09-17T03:22:46.824Z] #199 DONE 0.2s [2025-09-17T03:22:46.824Z] [2025-09-17T03:22:46.824Z] #200 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2025-09-17T03:22:46.824Z] #200 DONE 0.2s [2025-09-17T03:22:46.824Z] [2025-09-17T03:22:46.824Z] #147 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-09-17T03:22:46.824Z] #147 ... [2025-09-17T03:22:46.824Z] [2025-09-17T03:22:46.824Z] #201 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-09-17T03:22:46.824Z] #201 DONE 1.9s [2025-09-17T03:22:46.824Z] [2025-09-17T03:22:46.824Z] #118 [security-proxy-auth] exporting to image [2025-09-17T03:22:46.824Z] #118 exporting layers [2025-09-17T03:22:46.824Z] #118 exporting layers 0.7s done [2025-09-17T03:22:46.824Z] #118 writing image sha256:7db327144b1425b1637e5b4344eeb243ebf8d6caefb1bddc0b285f5c6aed0f88 done [2025-09-17T03:22:46.824Z] #118 naming to docker.io/library/security-proxy-auth-arm64 done [2025-09-17T03:22:46.824Z] #118 DONE 9.9s [2025-09-17T03:22:46.824Z] [2025-09-17T03:22:46.824Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-09-17T03:22:46.824Z] #153 ... [2025-09-17T03:22:46.824Z] [2025-09-17T03:22:46.824Z] #147 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-09-17T03:22:46.824Z] #147 DONE 2138.9s [2025-09-17T03:22:46.824Z] [2025-09-17T03:22:46.824Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-09-17T03:22:46.824Z] #153 ... [2025-09-17T03:22:46.824Z] [2025-09-17T03:22:46.824Z] #202 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-09-17T03:22:46.824Z] #202 DONE 0.3s [2025-09-17T03:22:46.824Z] [2025-09-17T03:22:46.824Z] #203 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-09-17T03:22:46.824Z] #203 DONE 0.2s [2025-09-17T03:22:46.824Z] [2025-09-17T03:22:46.824Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-09-17T03:22:46.824Z] #153 ... [2025-09-17T03:22:46.824Z] [2025-09-17T03:22:46.824Z] #204 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2025-09-17T03:22:46.824Z] #204 DONE 0.5s [2025-09-17T03:22:46.824Z] [2025-09-17T03:22:46.824Z] #205 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2025-09-17T03:22:47.103Z] #205 DONE 0.2s [2025-09-17T03:22:47.103Z] [2025-09-17T03:22:47.103Z] #118 [core-data] exporting to image [2025-09-17T03:22:48.058Z] #118 exporting layers 0.7s done [2025-09-17T03:22:48.058Z] #118 writing image sha256:ccfe0d17b0bbe03607824c903ec7a990922e5022daa680f9e81b28683a422541 done [2025-09-17T03:22:48.058Z] #118 naming to docker.io/library/core-data-arm64 done [2025-09-17T03:22:48.058Z] #118 DONE 10.6s [2025-09-17T03:22:48.058Z] [2025-09-17T03:22:48.058Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-09-17T03:22:48.324Z] #153 ... [2025-09-17T03:22:48.324Z] [2025-09-17T03:22:48.324Z] #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-09-17T03:22:48.324Z] #148 DONE 2141.8s [2025-09-17T03:22:48.324Z] [2025-09-17T03:22:48.324Z] #135 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-09-17T03:22:48.324Z] #135 DONE 2141.9s [2025-09-17T03:22:48.598Z] [2025-09-17T03:22:48.598Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-09-17T03:22:49.557Z] #153 ... [2025-09-17T03:22:49.557Z] [2025-09-17T03:22:49.557Z] #206 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2025-09-17T03:22:49.557Z] #206 DONE 0.2s [2025-09-17T03:22:49.557Z] [2025-09-17T03:22:49.557Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-09-17T03:22:49.557Z] #153 ... [2025-09-17T03:22:49.557Z] [2025-09-17T03:22:49.557Z] #207 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-09-17T03:22:49.834Z] #207 DONE 0.2s [2025-09-17T03:22:49.834Z] [2025-09-17T03:22:49.834Z] #208 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-09-17T03:22:50.129Z] #208 DONE 0.3s [2025-09-17T03:22:50.129Z] [2025-09-17T03:22:50.129Z] #209 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-09-17T03:22:50.395Z] #209 DONE 0.6s [2025-09-17T03:22:50.395Z] [2025-09-17T03:22:50.395Z] #210 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2025-09-17T03:22:50.664Z] #210 DONE 0.2s [2025-09-17T03:22:50.664Z] [2025-09-17T03:22:50.664Z] #211 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-09-17T03:22:51.265Z] #211 DONE 0.9s [2025-09-17T03:22:51.265Z] [2025-09-17T03:22:51.265Z] #212 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2025-09-17T03:22:51.265Z] #212 DONE 0.1s [2025-09-17T03:22:51.265Z] [2025-09-17T03:22:51.265Z] #213 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2025-09-17T03:22:51.539Z] #213 DONE 0.2s [2025-09-17T03:22:51.539Z] [2025-09-17T03:22:51.539Z] #118 [core-metadata] exporting to image [2025-09-17T03:22:51.539Z] #118 writing image sha256:a5756ab694945439d5a2db0e04caee75bbe69900df90337e563080172aff17ee 0.0s done [2025-09-17T03:22:51.539Z] #118 naming to docker.io/library/core-keeper-arm64 0.0s done [2025-09-17T03:22:52.943Z] #118 exporting layers 1.0s done [2025-09-17T03:22:52.943Z] #118 writing image sha256:10410ebc1a57f254a031e786a3e7b18ba83f13974d95985dba38cf9e6683f01d done [2025-09-17T03:22:52.943Z] #118 naming to docker.io/library/core-metadata-arm64 done [2025-09-17T03:22:52.943Z] #118 DONE 12.5s [2025-09-17T03:22:52.943Z] [2025-09-17T03:22:52.943Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-09-17T03:23:19.599Z] #153 ... [2025-09-17T03:23:19.599Z] [2025-09-17T03:23:19.599Z] #149 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-09-17T03:23:19.599Z] #149 DONE 2169.4s [2025-09-17T03:23:19.599Z] [2025-09-17T03:23:19.599Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-09-17T03:23:19.599Z] #153 ... [2025-09-17T03:23:19.599Z] [2025-09-17T03:23:19.599Z] #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-09-17T03:23:19.599Z] #214 DONE 0.1s [2025-09-17T03:23:19.599Z] [2025-09-17T03:23:19.599Z] #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-09-17T03:23:19.599Z] #215 DONE 0.1s [2025-09-17T03:23:19.599Z] [2025-09-17T03:23:19.599Z] #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2025-09-17T03:23:19.599Z] #216 DONE 0.5s [2025-09-17T03:23:19.599Z] [2025-09-17T03:23:19.599Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-09-17T03:23:19.599Z] #153 ... [2025-09-17T03:23:19.599Z] [2025-09-17T03:23:19.599Z] #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2025-09-17T03:23:19.599Z] #217 DONE 0.1s [2025-09-17T03:23:19.599Z] [2025-09-17T03:23:19.599Z] #118 [support-scheduler] exporting to image [2025-09-17T03:23:19.599Z] #118 exporting layers [2025-09-17T03:23:19.599Z] #118 exporting layers 1.0s done [2025-09-17T03:23:19.599Z] #118 writing image sha256:5979e394c1274ce23491769b7fb433db43c175faeaf1ac4285f2666ae0027480 done [2025-09-17T03:23:19.599Z] #118 naming to docker.io/library/support-scheduler-arm64 done [2025-09-17T03:23:19.599Z] #118 DONE 13.4s [2025-09-17T03:23:19.599Z] [2025-09-17T03:23:19.599Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-09-17T03:23:22.934Z] #153 DONE 2176.2s [2025-09-17T03:23:23.198Z] [2025-09-17T03:23:23.198Z] #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-09-17T03:23:23.198Z] #218 DONE 0.1s [2025-09-17T03:23:23.198Z] [2025-09-17T03:23:23.198Z] #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-09-17T03:23:23.464Z] #219 DONE 0.1s [2025-09-17T03:23:23.464Z] [2025-09-17T03:23:23.464Z] #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2025-09-17T03:23:23.731Z] #220 DONE 0.3s [2025-09-17T03:23:23.731Z] [2025-09-17T03:23:23.731Z] #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2025-09-17T03:23:23.995Z] #221 DONE 0.1s [2025-09-17T03:23:23.996Z] [2025-09-17T03:23:23.996Z] #118 [support-notifications] exporting to image [2025-09-17T03:23:23.996Z] #118 exporting layers [2025-09-17T03:23:24.261Z] #118 exporting layers 0.6s done [2025-09-17T03:23:24.261Z] #118 writing image sha256:a7143a1422938154cc16b4d6b4b9f697b39f5e6e2b5bf24ae9af01f5c1fe90ac done [2025-09-17T03:23:24.261Z] #118 naming to docker.io/library/support-notifications-arm64 done [2025-09-17T03:23:24.261Z] #118 DONE 14.0s [2025-09-17T03:23:24.261Z] time="2025-09-17T02:44:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-09-17T03:23:24.261Z] time="2025-09-17T02:44:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-09-17T03:23:24.261Z] time="2025-09-17T02:44:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-09-17T03:23:24.261Z] time="2025-09-17T02:44:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-09-17T03:23:24.261Z] time="2025-09-17T02:44:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-09-17T03:23:24.261Z] time="2025-09-17T02:44:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-09-17T03:23:24.261Z] time="2025-09-17T02:44:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-09-17T03:23:24.261Z] time="2025-09-17T02:44:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-09-17T03:23:24.261Z] time="2025-09-17T02:44:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-09-17T03:23:24.261Z] time="2025-09-17T02:44:33Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-09-17T03:23:24.261Z] time="2025-09-17T02:44:33Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-09-17T03:23:24.261Z] time="2025-09-17T02:44:33Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-09-17T03:23:24.261Z] time="2025-09-17T02:44:33Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-09-17T03:23:24.261Z] time="2025-09-17T02:44:33Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-09-17T03:23:24.261Z] time="2025-09-17T02:44:33Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2025-09-17T03:23:24.534Z] $ docker stop --time=1 d5ed88fd146d2fa652017d16b30d24ec30c8e9bc18cb92d61a6a706ca13dfb47 [2025-09-17T03:23:26.197Z] $ docker rm -f --volumes d5ed88fd146d2fa652017d16b30d24ec30c8e9bc18cb92d61a6a706ca13dfb47 [Pipeline] // withDockerContainer [Pipeline] sh [2025-09-17T03:23:26.719Z] + docker images [2025-09-17T03:23:26.720Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2025-09-17T03:23:26.720Z] support-notifications-arm64 latest a7143a142293 3 seconds ago 54.1MB [2025-09-17T03:23:26.720Z] support-scheduler-arm64 latest 5979e394c127 10 seconds ago 50.3MB [2025-09-17T03:23:26.720Z] core-metadata-arm64 latest 10410ebc1a57 35 seconds ago 46.7MB [2025-09-17T03:23:26.720Z] core-keeper-arm64 latest a5756ab69494 36 seconds ago 45.4MB [2025-09-17T03:23:26.720Z] core-data-arm64 latest ccfe0d17b0bb 40 seconds ago 46.6MB [2025-09-17T03:23:26.720Z] security-proxy-auth-arm64 latest 7db327144b14 43 seconds ago 45.8MB [2025-09-17T03:23:26.720Z] security-spiffe-token-provider-arm64 latest 98f58cca00c2 About a minute ago 49.9MB [2025-09-17T03:23:26.720Z] security-secretstore-setup-arm64 latest 6c9f9fd4d0ec 2 minutes ago 80.2MB [2025-09-17T03:23:26.720Z] security-proxy-setup-arm64 latest 4b0bd6b9a213 2 minutes ago 50.3MB [2025-09-17T03:23:26.720Z] core-command-arm64 latest bd1ec9057fdb 3 minutes ago 41MB [2025-09-17T03:23:26.720Z] security-bootstrapper-arm64 latest be42ea1cb168 18 minutes ago 22.1MB [2025-09-17T03:23:26.720Z] core-common-config-bootstrapper-arm64 latest 2ec06e9552bd 18 minutes ago 21MB [2025-09-17T03:23:26.720Z] security-spire-config-arm64 latest 8ccb318e4cd2 37 minutes ago 144MB [2025-09-17T03:23:26.720Z] security-spire-server-arm64 latest a703688c6b3c 37 minutes ago 145MB [2025-09-17T03:23:26.720Z] security-spire-agent-arm64 latest 626b4e2de985 37 minutes ago 188MB [2025-09-17T03:23:26.720Z] ci-base-image-arm64 latest 0500c672d296 39 minutes ago 922MB [2025-09-17T03:23:26.720Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.23-alpine 47b25d7523d1 6 weeks ago 566MB [2025-09-17T03:23:26.720Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 2 years ago 332MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-09-17T03:23:26.884Z] provisioning config files... [2025-09-17T03:23:26.898Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/906@tmp/config6978880601919499866tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-09-17T03:23:27.238Z] ---> ****-login.sh [2025-09-17T03:23:27.238Z] nexus3.edgexfoundry.org:10001 [2025-09-17T03:23:27.238Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-17T03:23:27.821Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-09-17T03:23:27.821Z] Configure a credential helper to remove this warning. See [2025-09-17T03:23:27.821Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-09-17T03:23:27.821Z] [2025-09-17T03:23:27.821Z] Login Succeeded [2025-09-17T03:23:27.821Z] nexus3.edgexfoundry.org:10002 [2025-09-17T03:23:27.821Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-17T03:23:28.090Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-09-17T03:23:28.090Z] Configure a credential helper to remove this warning. See [2025-09-17T03:23:28.090Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-09-17T03:23:28.090Z] [2025-09-17T03:23:28.090Z] Login Succeeded [2025-09-17T03:23:28.090Z] nexus3.edgexfoundry.org:10003 [2025-09-17T03:23:28.355Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-17T03:23:28.355Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-09-17T03:23:28.355Z] Configure a credential helper to remove this warning. See [2025-09-17T03:23:28.355Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-09-17T03:23:28.355Z] [2025-09-17T03:23:28.355Z] Login Succeeded [2025-09-17T03:23:28.355Z] nexus3.edgexfoundry.org:10004 [2025-09-17T03:23:28.619Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-17T03:23:28.619Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-09-17T03:23:28.619Z] Configure a credential helper to remove this warning. See [2025-09-17T03:23:28.620Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-09-17T03:23:28.620Z] [2025-09-17T03:23:28.620Z] Login Succeeded [2025-09-17T03:23:28.620Z] ****.io [2025-09-17T03:23:28.886Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-17T03:23:29.463Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-09-17T03:23:29.463Z] Configure a credential helper to remove this warning. See [2025-09-17T03:23:29.463Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-09-17T03:23:29.463Z] [2025-09-17T03:23:29.463Z] Login Succeeded [2025-09-17T03:23:29.463Z] ---> ****-login.sh ends [Pipeline] } [2025-09-17T03:23:29.475Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-09-17T03:23:29.525Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-09-17T03:23:29.559Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2025-09-17T03:23:29.559Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T03:23:29.559Z] latest [2025-09-17T03:23:29.559Z] 4.1.0-dev.62 [2025-09-17T03:23:29.559Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T03:23:29.559Z] main [2025-09-17T03:23:29.559Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:23:29.930Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:23:30.309Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T03:23:30.309Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-09-17T03:23:30.309Z] a73c0d7efb79: Preparing [2025-09-17T03:23:30.309Z] 7d688743f643: Preparing [2025-09-17T03:23:30.309Z] d387366a46dd: Preparing [2025-09-17T03:23:30.309Z] f64ed12c4bdf: Preparing [2025-09-17T03:23:30.309Z] 7829ce305ef6: Preparing [2025-09-17T03:23:30.309Z] ebd9d175119c: Preparing [2025-09-17T03:23:30.309Z] 1e890da81ec9: Preparing [2025-09-17T03:23:30.309Z] ebd9d175119c: Waiting [2025-09-17T03:23:30.309Z] 1e890da81ec9: Waiting [2025-09-17T03:23:30.574Z] a73c0d7efb79: Pushed [2025-09-17T03:23:30.574Z] f64ed12c4bdf: Pushed [2025-09-17T03:23:30.574Z] d387366a46dd: Pushed [2025-09-17T03:23:30.574Z] 1e890da81ec9: Layer already exists [2025-09-17T03:23:30.574Z] ebd9d175119c: Pushed [2025-09-17T03:23:30.839Z] 7829ce305ef6: Pushed [2025-09-17T03:23:37.466Z] 7d688743f643: Pushed [2025-09-17T03:23:37.466Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4: digest: sha256:9418147f545eb9201c36981688c1975a0a8210e7b920005c8b54b484ae5c9941 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:23:37.825Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:23:38.175Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2025-09-17T03:23:38.175Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-09-17T03:23:38.175Z] a73c0d7efb79: Preparing [2025-09-17T03:23:38.175Z] 7d688743f643: Preparing [2025-09-17T03:23:38.175Z] d387366a46dd: Preparing [2025-09-17T03:23:38.175Z] f64ed12c4bdf: Preparing [2025-09-17T03:23:38.175Z] 7829ce305ef6: Preparing [2025-09-17T03:23:38.175Z] ebd9d175119c: Preparing [2025-09-17T03:23:38.175Z] 1e890da81ec9: Preparing [2025-09-17T03:23:38.175Z] ebd9d175119c: Waiting [2025-09-17T03:23:38.175Z] 1e890da81ec9: Waiting [2025-09-17T03:23:38.175Z] 7d688743f643: Layer already exists [2025-09-17T03:23:38.175Z] f64ed12c4bdf: Layer already exists [2025-09-17T03:23:38.175Z] 7829ce305ef6: Layer already exists [2025-09-17T03:23:38.175Z] a73c0d7efb79: Layer already exists [2025-09-17T03:23:38.175Z] d387366a46dd: Layer already exists [2025-09-17T03:23:38.175Z] 1e890da81ec9: Layer already exists [2025-09-17T03:23:38.175Z] ebd9d175119c: Layer already exists [2025-09-17T03:23:38.440Z] latest: digest: sha256:9418147f545eb9201c36981688c1975a0a8210e7b920005c8b54b484ae5c9941 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:23:38.818Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:23:39.178Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.62 [2025-09-17T03:23:39.178Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-09-17T03:23:39.178Z] a73c0d7efb79: Preparing [2025-09-17T03:23:39.178Z] 7d688743f643: Preparing [2025-09-17T03:23:39.178Z] d387366a46dd: Preparing [2025-09-17T03:23:39.178Z] f64ed12c4bdf: Preparing [2025-09-17T03:23:39.178Z] 7829ce305ef6: Preparing [2025-09-17T03:23:39.178Z] ebd9d175119c: Preparing [2025-09-17T03:23:39.178Z] 1e890da81ec9: Preparing [2025-09-17T03:23:39.178Z] ebd9d175119c: Waiting [2025-09-17T03:23:39.178Z] 1e890da81ec9: Waiting [2025-09-17T03:23:39.178Z] f64ed12c4bdf: Layer already exists [2025-09-17T03:23:39.178Z] a73c0d7efb79: Layer already exists [2025-09-17T03:23:39.178Z] 7829ce305ef6: Layer already exists [2025-09-17T03:23:39.178Z] 7d688743f643: Layer already exists [2025-09-17T03:23:39.178Z] d387366a46dd: Layer already exists [2025-09-17T03:23:39.178Z] 1e890da81ec9: Layer already exists [2025-09-17T03:23:39.178Z] ebd9d175119c: Layer already exists [2025-09-17T03:23:39.178Z] 4.1.0-dev.62: digest: sha256:9418147f545eb9201c36981688c1975a0a8210e7b920005c8b54b484ae5c9941 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:23:39.813Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:23:40.182Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T03:23:40.182Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-09-17T03:23:40.182Z] a73c0d7efb79: Preparing [2025-09-17T03:23:40.182Z] 7d688743f643: Preparing [2025-09-17T03:23:40.182Z] d387366a46dd: Preparing [2025-09-17T03:23:40.182Z] f64ed12c4bdf: Preparing [2025-09-17T03:23:40.182Z] 7829ce305ef6: Preparing [2025-09-17T03:23:40.182Z] ebd9d175119c: Preparing [2025-09-17T03:23:40.182Z] 1e890da81ec9: Preparing [2025-09-17T03:23:40.182Z] ebd9d175119c: Waiting [2025-09-17T03:23:40.182Z] 1e890da81ec9: Waiting [2025-09-17T03:23:40.182Z] f64ed12c4bdf: Layer already exists [2025-09-17T03:23:40.182Z] 7829ce305ef6: Layer already exists [2025-09-17T03:23:40.182Z] d387366a46dd: Layer already exists [2025-09-17T03:23:40.182Z] 7d688743f643: Layer already exists [2025-09-17T03:23:40.182Z] a73c0d7efb79: Layer already exists [2025-09-17T03:23:40.182Z] ebd9d175119c: Layer already exists [2025-09-17T03:23:40.182Z] 1e890da81ec9: Layer already exists [2025-09-17T03:23:40.182Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62: digest: sha256:9418147f545eb9201c36981688c1975a0a8210e7b920005c8b54b484ae5c9941 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:23:40.811Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:23:41.170Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2025-09-17T03:23:41.170Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-09-17T03:23:41.170Z] a73c0d7efb79: Preparing [2025-09-17T03:23:41.170Z] 7d688743f643: Preparing [2025-09-17T03:23:41.170Z] d387366a46dd: Preparing [2025-09-17T03:23:41.170Z] f64ed12c4bdf: Preparing [2025-09-17T03:23:41.170Z] 7829ce305ef6: Preparing [2025-09-17T03:23:41.170Z] ebd9d175119c: Preparing [2025-09-17T03:23:41.170Z] 1e890da81ec9: Preparing [2025-09-17T03:23:41.170Z] ebd9d175119c: Waiting [2025-09-17T03:23:41.170Z] 1e890da81ec9: Waiting [2025-09-17T03:23:41.170Z] a73c0d7efb79: Layer already exists [2025-09-17T03:23:41.170Z] d387366a46dd: Layer already exists [2025-09-17T03:23:41.170Z] 7d688743f643: Layer already exists [2025-09-17T03:23:41.170Z] 7829ce305ef6: Layer already exists [2025-09-17T03:23:41.170Z] f64ed12c4bdf: Layer already exists [2025-09-17T03:23:41.170Z] ebd9d175119c: Layer already exists [2025-09-17T03:23:41.170Z] 1e890da81ec9: Layer already exists [2025-09-17T03:23:41.435Z] main: digest: sha256:9418147f545eb9201c36981688c1975a0a8210e7b920005c8b54b484ae5c9941 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-09-17T03:23:41.526Z] ===================================================== [Pipeline] echo [2025-09-17T03:23:41.538Z] taggedImages: [2025-09-17T03:23:41.538Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T03:23:41.538Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2025-09-17T03:23:41.538Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.62 [2025-09-17T03:23:41.538Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T03:23:41.538Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2025-09-17T03:23:41.570Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2025-09-17T03:23:41.570Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T03:23:41.570Z] latest [2025-09-17T03:23:41.570Z] 4.1.0-dev.62 [2025-09-17T03:23:41.570Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T03:23:41.570Z] main [2025-09-17T03:23:41.570Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:23:41.973Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:23:42.339Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T03:23:42.339Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-09-17T03:23:42.339Z] 2ffb6aff2a52: Preparing [2025-09-17T03:23:42.339Z] 7d206d0cdd05: Preparing [2025-09-17T03:23:42.339Z] ca7fd6d33c08: Preparing [2025-09-17T03:23:42.339Z] 2fbba2528844: Preparing [2025-09-17T03:23:42.339Z] d387366a46dd: Preparing [2025-09-17T03:23:42.339Z] f64ed12c4bdf: Preparing [2025-09-17T03:23:42.339Z] 7829ce305ef6: Preparing [2025-09-17T03:23:42.339Z] ebd9d175119c: Preparing [2025-09-17T03:23:42.339Z] 7829ce305ef6: Waiting [2025-09-17T03:23:42.339Z] f64ed12c4bdf: Waiting [2025-09-17T03:23:42.339Z] 1e890da81ec9: Preparing [2025-09-17T03:23:42.339Z] ebd9d175119c: Waiting [2025-09-17T03:23:42.339Z] 1e890da81ec9: Waiting [2025-09-17T03:23:42.339Z] d387366a46dd: Layer already exists [2025-09-17T03:23:42.605Z] f64ed12c4bdf: Layer already exists [2025-09-17T03:23:42.605Z] 7829ce305ef6: Layer already exists [2025-09-17T03:23:42.605Z] ca7fd6d33c08: Pushed [2025-09-17T03:23:42.605Z] 7d206d0cdd05: Pushed [2025-09-17T03:23:42.605Z] 2ffb6aff2a52: Pushed [2025-09-17T03:23:42.605Z] ebd9d175119c: Layer already exists [2025-09-17T03:23:42.605Z] 1e890da81ec9: Layer already exists [2025-09-17T03:23:45.185Z] 2fbba2528844: Pushed [2025-09-17T03:23:45.185Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4: digest: sha256:84d63a9e856d7182c2eb5edf0a075ab6cde666a3af3d8df154a70666987b83d6 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:23:45.729Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:23:46.105Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2025-09-17T03:23:46.105Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-09-17T03:23:46.105Z] 2ffb6aff2a52: Preparing [2025-09-17T03:23:46.105Z] 7d206d0cdd05: Preparing [2025-09-17T03:23:46.105Z] ca7fd6d33c08: Preparing [2025-09-17T03:23:46.105Z] 2fbba2528844: Preparing [2025-09-17T03:23:46.105Z] d387366a46dd: Preparing [2025-09-17T03:23:46.105Z] f64ed12c4bdf: Preparing [2025-09-17T03:23:46.105Z] 7829ce305ef6: Preparing [2025-09-17T03:23:46.105Z] ebd9d175119c: Preparing [2025-09-17T03:23:46.105Z] 1e890da81ec9: Preparing [2025-09-17T03:23:46.105Z] f64ed12c4bdf: Waiting [2025-09-17T03:23:46.105Z] 7829ce305ef6: Waiting [2025-09-17T03:23:46.105Z] ebd9d175119c: Waiting [2025-09-17T03:23:46.105Z] 1e890da81ec9: Waiting [2025-09-17T03:23:46.105Z] d387366a46dd: Layer already exists [2025-09-17T03:23:46.105Z] 2ffb6aff2a52: Layer already exists [2025-09-17T03:23:46.105Z] ca7fd6d33c08: Layer already exists [2025-09-17T03:23:46.105Z] 2fbba2528844: Layer already exists [2025-09-17T03:23:46.105Z] 7d206d0cdd05: Layer already exists [2025-09-17T03:23:46.105Z] f64ed12c4bdf: Layer already exists [2025-09-17T03:23:46.105Z] 7829ce305ef6: Layer already exists [2025-09-17T03:23:46.105Z] ebd9d175119c: Layer already exists [2025-09-17T03:23:46.105Z] 1e890da81ec9: Layer already exists [2025-09-17T03:23:46.373Z] latest: digest: sha256:84d63a9e856d7182c2eb5edf0a075ab6cde666a3af3d8df154a70666987b83d6 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:23:46.735Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:23:47.106Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.62 [2025-09-17T03:23:47.107Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-09-17T03:23:47.107Z] 2ffb6aff2a52: Preparing [2025-09-17T03:23:47.107Z] 7d206d0cdd05: Preparing [2025-09-17T03:23:47.107Z] ca7fd6d33c08: Preparing [2025-09-17T03:23:47.107Z] 2fbba2528844: Preparing [2025-09-17T03:23:47.107Z] d387366a46dd: Preparing [2025-09-17T03:23:47.107Z] f64ed12c4bdf: Preparing [2025-09-17T03:23:47.107Z] 7829ce305ef6: Preparing [2025-09-17T03:23:47.107Z] ebd9d175119c: Preparing [2025-09-17T03:23:47.107Z] 1e890da81ec9: Preparing [2025-09-17T03:23:47.107Z] f64ed12c4bdf: Waiting [2025-09-17T03:23:47.107Z] 7829ce305ef6: Waiting [2025-09-17T03:23:47.107Z] ebd9d175119c: Waiting [2025-09-17T03:23:47.107Z] 1e890da81ec9: Waiting [2025-09-17T03:23:47.107Z] ca7fd6d33c08: Layer already exists [2025-09-17T03:23:47.107Z] 2ffb6aff2a52: Layer already exists [2025-09-17T03:23:47.107Z] 2fbba2528844: Layer already exists [2025-09-17T03:23:47.107Z] d387366a46dd: Layer already exists [2025-09-17T03:23:47.107Z] 7d206d0cdd05: Layer already exists [2025-09-17T03:23:47.107Z] f64ed12c4bdf: Layer already exists [2025-09-17T03:23:47.107Z] 1e890da81ec9: Layer already exists [2025-09-17T03:23:47.107Z] 7829ce305ef6: Layer already exists [2025-09-17T03:23:47.107Z] ebd9d175119c: Layer already exists [2025-09-17T03:23:47.107Z] 4.1.0-dev.62: digest: sha256:84d63a9e856d7182c2eb5edf0a075ab6cde666a3af3d8df154a70666987b83d6 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:23:47.758Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:23:48.121Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T03:23:48.121Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-09-17T03:23:48.121Z] 2ffb6aff2a52: Preparing [2025-09-17T03:23:48.121Z] 7d206d0cdd05: Preparing [2025-09-17T03:23:48.121Z] ca7fd6d33c08: Preparing [2025-09-17T03:23:48.121Z] 2fbba2528844: Preparing [2025-09-17T03:23:48.121Z] d387366a46dd: Preparing [2025-09-17T03:23:48.121Z] f64ed12c4bdf: Preparing [2025-09-17T03:23:48.121Z] 7829ce305ef6: Preparing [2025-09-17T03:23:48.121Z] ebd9d175119c: Preparing [2025-09-17T03:23:48.121Z] 1e890da81ec9: Preparing [2025-09-17T03:23:48.121Z] 7829ce305ef6: Waiting [2025-09-17T03:23:48.121Z] ebd9d175119c: Waiting [2025-09-17T03:23:48.121Z] 1e890da81ec9: Waiting [2025-09-17T03:23:48.121Z] f64ed12c4bdf: Waiting [2025-09-17T03:23:48.121Z] 7d206d0cdd05: Layer already exists [2025-09-17T03:23:48.121Z] 2fbba2528844: Layer already exists [2025-09-17T03:23:48.121Z] d387366a46dd: Layer already exists [2025-09-17T03:23:48.121Z] ca7fd6d33c08: Layer already exists [2025-09-17T03:23:48.121Z] 2ffb6aff2a52: Layer already exists [2025-09-17T03:23:48.121Z] f64ed12c4bdf: Layer already exists [2025-09-17T03:23:48.121Z] 7829ce305ef6: Layer already exists [2025-09-17T03:23:48.121Z] ebd9d175119c: Layer already exists [2025-09-17T03:23:48.121Z] 1e890da81ec9: Layer already exists [2025-09-17T03:23:48.385Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62: digest: sha256:84d63a9e856d7182c2eb5edf0a075ab6cde666a3af3d8df154a70666987b83d6 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:23:48.749Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:23:49.112Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2025-09-17T03:23:49.113Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-09-17T03:23:49.113Z] 2ffb6aff2a52: Preparing [2025-09-17T03:23:49.113Z] 7d206d0cdd05: Preparing [2025-09-17T03:23:49.113Z] ca7fd6d33c08: Preparing [2025-09-17T03:23:49.113Z] 2fbba2528844: Preparing [2025-09-17T03:23:49.113Z] d387366a46dd: Preparing [2025-09-17T03:23:49.113Z] f64ed12c4bdf: Preparing [2025-09-17T03:23:49.113Z] 7829ce305ef6: Preparing [2025-09-17T03:23:49.113Z] ebd9d175119c: Preparing [2025-09-17T03:23:49.113Z] 1e890da81ec9: Preparing [2025-09-17T03:23:49.113Z] f64ed12c4bdf: Waiting [2025-09-17T03:23:49.113Z] 7829ce305ef6: Waiting [2025-09-17T03:23:49.113Z] ebd9d175119c: Waiting [2025-09-17T03:23:49.113Z] 1e890da81ec9: Waiting [2025-09-17T03:23:49.113Z] 2fbba2528844: Layer already exists [2025-09-17T03:23:49.113Z] d387366a46dd: Layer already exists [2025-09-17T03:23:49.113Z] ca7fd6d33c08: Layer already exists [2025-09-17T03:23:49.113Z] 2ffb6aff2a52: Layer already exists [2025-09-17T03:23:49.113Z] 7d206d0cdd05: Layer already exists [2025-09-17T03:23:49.113Z] f64ed12c4bdf: Layer already exists [2025-09-17T03:23:49.113Z] 7829ce305ef6: Layer already exists [2025-09-17T03:23:49.113Z] 1e890da81ec9: Layer already exists [2025-09-17T03:23:49.113Z] ebd9d175119c: Layer already exists [2025-09-17T03:23:49.379Z] main: digest: sha256:84d63a9e856d7182c2eb5edf0a075ab6cde666a3af3d8df154a70666987b83d6 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-09-17T03:23:49.469Z] ===================================================== [Pipeline] echo [2025-09-17T03:23:49.489Z] taggedImages: [2025-09-17T03:23:49.489Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T03:23:49.489Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2025-09-17T03:23:49.489Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.62 [2025-09-17T03:23:49.489Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T03:23:49.489Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2025-09-17T03:23:49.517Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2025-09-17T03:23:49.517Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T03:23:49.517Z] latest [2025-09-17T03:23:49.517Z] 4.1.0-dev.62 [2025-09-17T03:23:49.517Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T03:23:49.517Z] main [2025-09-17T03:23:49.517Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:23:49.902Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:23:50.882Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T03:23:50.882Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-09-17T03:23:50.882Z] b18a5429ce39: Preparing [2025-09-17T03:23:50.882Z] 912ec3a01e64: Preparing [2025-09-17T03:23:50.882Z] d387366a46dd: Preparing [2025-09-17T03:23:50.882Z] f64ed12c4bdf: Preparing [2025-09-17T03:23:50.882Z] c02b2f652f6c: Preparing [2025-09-17T03:23:50.882Z] 83acf34ab07c: Preparing [2025-09-17T03:23:50.882Z] 1e890da81ec9: Preparing [2025-09-17T03:23:50.882Z] 83acf34ab07c: Waiting [2025-09-17T03:23:50.882Z] 1e890da81ec9: Waiting [2025-09-17T03:23:51.153Z] f64ed12c4bdf: Layer already exists [2025-09-17T03:23:51.153Z] d387366a46dd: Layer already exists [2025-09-17T03:23:51.153Z] 1e890da81ec9: Layer already exists [2025-09-17T03:23:51.153Z] b18a5429ce39: Pushed [2025-09-17T03:23:51.153Z] 83acf34ab07c: Pushed [2025-09-17T03:23:51.416Z] c02b2f652f6c: Pushed [2025-09-17T03:23:59.595Z] 912ec3a01e64: Pushed [2025-09-17T03:23:59.595Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4: digest: sha256:8ccd95f72a9ba41d96ff59db9a9cedb4be7600ed00b7f4a8dd29557d4d8d655d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:23:59.951Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:24:00.294Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2025-09-17T03:24:00.294Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-09-17T03:24:00.294Z] b18a5429ce39: Preparing [2025-09-17T03:24:00.294Z] 912ec3a01e64: Preparing [2025-09-17T03:24:00.294Z] d387366a46dd: Preparing [2025-09-17T03:24:00.294Z] f64ed12c4bdf: Preparing [2025-09-17T03:24:00.294Z] c02b2f652f6c: Preparing [2025-09-17T03:24:00.294Z] 83acf34ab07c: Preparing [2025-09-17T03:24:00.294Z] 1e890da81ec9: Preparing [2025-09-17T03:24:00.294Z] 83acf34ab07c: Waiting [2025-09-17T03:24:00.294Z] 1e890da81ec9: Waiting [2025-09-17T03:24:00.294Z] f64ed12c4bdf: Layer already exists [2025-09-17T03:24:00.294Z] c02b2f652f6c: Layer already exists [2025-09-17T03:24:00.294Z] d387366a46dd: Layer already exists [2025-09-17T03:24:00.294Z] 912ec3a01e64: Layer already exists [2025-09-17T03:24:00.294Z] b18a5429ce39: Layer already exists [2025-09-17T03:24:00.294Z] 83acf34ab07c: Layer already exists [2025-09-17T03:24:00.294Z] 1e890da81ec9: Layer already exists [2025-09-17T03:24:00.559Z] latest: digest: sha256:8ccd95f72a9ba41d96ff59db9a9cedb4be7600ed00b7f4a8dd29557d4d8d655d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:24:00.919Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:24:01.273Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.62 [2025-09-17T03:24:01.273Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-09-17T03:24:01.273Z] b18a5429ce39: Preparing [2025-09-17T03:24:01.273Z] 912ec3a01e64: Preparing [2025-09-17T03:24:01.273Z] d387366a46dd: Preparing [2025-09-17T03:24:01.273Z] f64ed12c4bdf: Preparing [2025-09-17T03:24:01.273Z] c02b2f652f6c: Preparing [2025-09-17T03:24:01.273Z] 83acf34ab07c: Preparing [2025-09-17T03:24:01.273Z] 1e890da81ec9: Preparing [2025-09-17T03:24:01.273Z] 1e890da81ec9: Waiting [2025-09-17T03:24:01.273Z] 83acf34ab07c: Waiting [2025-09-17T03:24:01.273Z] f64ed12c4bdf: Layer already exists [2025-09-17T03:24:01.273Z] d387366a46dd: Layer already exists [2025-09-17T03:24:01.273Z] b18a5429ce39: Layer already exists [2025-09-17T03:24:01.273Z] 912ec3a01e64: Layer already exists [2025-09-17T03:24:01.273Z] c02b2f652f6c: Layer already exists [2025-09-17T03:24:01.273Z] 1e890da81ec9: Layer already exists [2025-09-17T03:24:01.273Z] 83acf34ab07c: Layer already exists [2025-09-17T03:24:01.537Z] 4.1.0-dev.62: digest: sha256:8ccd95f72a9ba41d96ff59db9a9cedb4be7600ed00b7f4a8dd29557d4d8d655d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:24:01.890Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:24:02.503Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T03:24:02.503Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-09-17T03:24:02.503Z] b18a5429ce39: Preparing [2025-09-17T03:24:02.503Z] 912ec3a01e64: Preparing [2025-09-17T03:24:02.503Z] d387366a46dd: Preparing [2025-09-17T03:24:02.503Z] f64ed12c4bdf: Preparing [2025-09-17T03:24:02.503Z] c02b2f652f6c: Preparing [2025-09-17T03:24:02.503Z] 83acf34ab07c: Preparing [2025-09-17T03:24:02.503Z] 1e890da81ec9: Preparing [2025-09-17T03:24:02.503Z] 83acf34ab07c: Waiting [2025-09-17T03:24:02.503Z] 1e890da81ec9: Waiting [2025-09-17T03:24:02.503Z] c02b2f652f6c: Layer already exists [2025-09-17T03:24:02.503Z] f64ed12c4bdf: Layer already exists [2025-09-17T03:24:02.503Z] 912ec3a01e64: Layer already exists [2025-09-17T03:24:02.503Z] b18a5429ce39: Layer already exists [2025-09-17T03:24:02.503Z] d387366a46dd: Layer already exists [2025-09-17T03:24:02.503Z] 83acf34ab07c: Layer already exists [2025-09-17T03:24:02.503Z] 1e890da81ec9: Layer already exists [2025-09-17T03:24:02.770Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62: digest: sha256:8ccd95f72a9ba41d96ff59db9a9cedb4be7600ed00b7f4a8dd29557d4d8d655d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:24:03.126Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:24:03.485Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2025-09-17T03:24:03.485Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-09-17T03:24:03.485Z] b18a5429ce39: Preparing [2025-09-17T03:24:03.485Z] 912ec3a01e64: Preparing [2025-09-17T03:24:03.485Z] d387366a46dd: Preparing [2025-09-17T03:24:03.485Z] f64ed12c4bdf: Preparing [2025-09-17T03:24:03.485Z] c02b2f652f6c: Preparing [2025-09-17T03:24:03.485Z] 83acf34ab07c: Preparing [2025-09-17T03:24:03.485Z] 1e890da81ec9: Preparing [2025-09-17T03:24:03.485Z] 83acf34ab07c: Waiting [2025-09-17T03:24:03.485Z] 1e890da81ec9: Waiting [2025-09-17T03:24:03.485Z] c02b2f652f6c: Layer already exists [2025-09-17T03:24:03.485Z] 912ec3a01e64: Layer already exists [2025-09-17T03:24:03.485Z] d387366a46dd: Layer already exists [2025-09-17T03:24:03.485Z] b18a5429ce39: Layer already exists [2025-09-17T03:24:03.485Z] f64ed12c4bdf: Layer already exists [2025-09-17T03:24:03.485Z] 83acf34ab07c: Layer already exists [2025-09-17T03:24:03.485Z] 1e890da81ec9: Layer already exists [2025-09-17T03:24:03.749Z] main: digest: sha256:8ccd95f72a9ba41d96ff59db9a9cedb4be7600ed00b7f4a8dd29557d4d8d655d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-09-17T03:24:03.820Z] ===================================================== [Pipeline] echo [2025-09-17T03:24:03.838Z] taggedImages: [2025-09-17T03:24:03.838Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T03:24:03.838Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2025-09-17T03:24:03.838Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.62 [2025-09-17T03:24:03.838Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T03:24:03.838Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2025-09-17T03:24:03.870Z] [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: [2025-09-17T03:24:03.870Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T03:24:03.870Z] latest [2025-09-17T03:24:03.870Z] 4.1.0-dev.62 [2025-09-17T03:24:03.870Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T03:24:03.870Z] main [2025-09-17T03:24:03.870Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:24:04.242Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:24:04.592Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T03:24:04.592Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-09-17T03:24:04.592Z] 9b355fd78364: Preparing [2025-09-17T03:24:04.592Z] 54476ab87b0f: Preparing [2025-09-17T03:24:04.592Z] f64ed12c4bdf: Preparing [2025-09-17T03:24:04.592Z] 36b6a5e44bd8: Preparing [2025-09-17T03:24:04.592Z] 5b462129442f: Preparing [2025-09-17T03:24:04.592Z] 1e890da81ec9: Preparing [2025-09-17T03:24:04.592Z] 1e890da81ec9: Waiting [2025-09-17T03:24:04.592Z] f64ed12c4bdf: Layer already exists [2025-09-17T03:24:04.857Z] 1e890da81ec9: Layer already exists [2025-09-17T03:24:04.857Z] 5b462129442f: Pushed [2025-09-17T03:24:04.857Z] 36b6a5e44bd8: Pushed [2025-09-17T03:24:04.857Z] 9b355fd78364: Pushed [2025-09-17T03:24:13.040Z] 54476ab87b0f: Pushed [2025-09-17T03:24:13.040Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4: digest: sha256:30fb790d5b314edc87eab16435863dd54b88231734ca4bfad90086ce3ed53f2b size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:24:13.412Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:24:14.719Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2025-09-17T03:24:14.719Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-09-17T03:24:14.719Z] 9b355fd78364: Preparing [2025-09-17T03:24:14.719Z] 54476ab87b0f: Preparing [2025-09-17T03:24:14.719Z] f64ed12c4bdf: Preparing [2025-09-17T03:24:14.719Z] 36b6a5e44bd8: Preparing [2025-09-17T03:24:14.719Z] 5b462129442f: Preparing [2025-09-17T03:24:14.719Z] 1e890da81ec9: Preparing [2025-09-17T03:24:14.719Z] 1e890da81ec9: Waiting [2025-09-17T03:24:14.719Z] 54476ab87b0f: Layer already exists [2025-09-17T03:24:14.719Z] 9b355fd78364: Layer already exists [2025-09-17T03:24:14.719Z] 5b462129442f: Layer already exists [2025-09-17T03:24:14.720Z] f64ed12c4bdf: Layer already exists [2025-09-17T03:24:14.720Z] 36b6a5e44bd8: Layer already exists [2025-09-17T03:24:14.720Z] 1e890da81ec9: Layer already exists [2025-09-17T03:24:14.720Z] latest: digest: sha256:30fb790d5b314edc87eab16435863dd54b88231734ca4bfad90086ce3ed53f2b size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:24:15.343Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:24:15.696Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.62 [2025-09-17T03:24:15.696Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-09-17T03:24:15.696Z] 9b355fd78364: Preparing [2025-09-17T03:24:15.696Z] 54476ab87b0f: Preparing [2025-09-17T03:24:15.696Z] f64ed12c4bdf: Preparing [2025-09-17T03:24:15.696Z] 36b6a5e44bd8: Preparing [2025-09-17T03:24:15.696Z] 5b462129442f: Preparing [2025-09-17T03:24:15.696Z] 1e890da81ec9: Preparing [2025-09-17T03:24:15.696Z] 1e890da81ec9: Waiting [2025-09-17T03:24:15.696Z] 5b462129442f: Layer already exists [2025-09-17T03:24:15.696Z] 9b355fd78364: Layer already exists [2025-09-17T03:24:15.696Z] f64ed12c4bdf: Layer already exists [2025-09-17T03:24:15.696Z] 54476ab87b0f: Layer already exists [2025-09-17T03:24:15.696Z] 36b6a5e44bd8: Layer already exists [2025-09-17T03:24:15.696Z] 1e890da81ec9: Layer already exists [2025-09-17T03:24:15.696Z] 4.1.0-dev.62: digest: sha256:30fb790d5b314edc87eab16435863dd54b88231734ca4bfad90086ce3ed53f2b size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:24:16.322Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:24:16.672Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T03:24:16.672Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-09-17T03:24:16.672Z] 9b355fd78364: Preparing [2025-09-17T03:24:16.672Z] 54476ab87b0f: Preparing [2025-09-17T03:24:16.672Z] f64ed12c4bdf: Preparing [2025-09-17T03:24:16.672Z] 36b6a5e44bd8: Preparing [2025-09-17T03:24:16.672Z] 5b462129442f: Preparing [2025-09-17T03:24:16.672Z] 1e890da81ec9: Preparing [2025-09-17T03:24:16.672Z] 1e890da81ec9: Waiting [2025-09-17T03:24:16.672Z] 9b355fd78364: Layer already exists [2025-09-17T03:24:16.672Z] f64ed12c4bdf: Layer already exists [2025-09-17T03:24:16.672Z] 36b6a5e44bd8: Layer already exists [2025-09-17T03:24:16.672Z] 54476ab87b0f: Layer already exists [2025-09-17T03:24:16.672Z] 5b462129442f: Layer already exists [2025-09-17T03:24:16.672Z] 1e890da81ec9: Layer already exists [2025-09-17T03:24:16.672Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62: digest: sha256:30fb790d5b314edc87eab16435863dd54b88231734ca4bfad90086ce3ed53f2b size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:24:17.033Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:24:17.378Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [2025-09-17T03:24:17.378Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-09-17T03:24:17.378Z] 9b355fd78364: Preparing [2025-09-17T03:24:17.378Z] 54476ab87b0f: Preparing [2025-09-17T03:24:17.378Z] f64ed12c4bdf: Preparing [2025-09-17T03:24:17.378Z] 36b6a5e44bd8: Preparing [2025-09-17T03:24:17.378Z] 5b462129442f: Preparing [2025-09-17T03:24:17.378Z] 1e890da81ec9: Preparing [2025-09-17T03:24:17.378Z] 1e890da81ec9: Waiting [2025-09-17T03:24:17.378Z] 36b6a5e44bd8: Layer already exists [2025-09-17T03:24:17.378Z] 54476ab87b0f: Layer already exists [2025-09-17T03:24:17.378Z] 5b462129442f: Layer already exists [2025-09-17T03:24:17.378Z] 9b355fd78364: Layer already exists [2025-09-17T03:24:17.378Z] f64ed12c4bdf: Layer already exists [2025-09-17T03:24:17.378Z] 1e890da81ec9: Layer already exists [2025-09-17T03:24:17.643Z] main: digest: sha256:30fb790d5b314edc87eab16435863dd54b88231734ca4bfad90086ce3ed53f2b size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-09-17T03:24:17.705Z] ===================================================== [Pipeline] echo [2025-09-17T03:24:17.716Z] taggedImages: [2025-09-17T03:24:17.716Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T03:24:17.716Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2025-09-17T03:24:17.716Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.62 [2025-09-17T03:24:17.716Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T03:24:17.716Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2025-09-17T03:24:17.737Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2025-09-17T03:24:17.737Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T03:24:17.737Z] latest [2025-09-17T03:24:17.737Z] 4.1.0-dev.62 [2025-09-17T03:24:17.737Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T03:24:17.737Z] main [2025-09-17T03:24:17.737Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:24:18.110Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:24:18.462Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T03:24:18.462Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-09-17T03:24:18.462Z] 9841deb0ec85: Preparing [2025-09-17T03:24:18.462Z] a1d1d2faf4ac: Preparing [2025-09-17T03:24:18.462Z] 4fedbe5fe38f: Preparing [2025-09-17T03:24:18.462Z] d387366a46dd: Preparing [2025-09-17T03:24:18.462Z] f64ed12c4bdf: Preparing [2025-09-17T03:24:18.462Z] 7829ce305ef6: Preparing [2025-09-17T03:24:18.462Z] ebd9d175119c: Preparing [2025-09-17T03:24:18.462Z] 1e890da81ec9: Preparing [2025-09-17T03:24:18.462Z] 7829ce305ef6: Waiting [2025-09-17T03:24:18.462Z] ebd9d175119c: Waiting [2025-09-17T03:24:18.462Z] 1e890da81ec9: Waiting [2025-09-17T03:24:18.462Z] d387366a46dd: Layer already exists [2025-09-17T03:24:18.462Z] f64ed12c4bdf: Layer already exists [2025-09-17T03:24:18.462Z] 7829ce305ef6: Layer already exists [2025-09-17T03:24:18.726Z] ebd9d175119c: Layer already exists [2025-09-17T03:24:18.726Z] 1e890da81ec9: Layer already exists [2025-09-17T03:24:18.726Z] 9841deb0ec85: Pushed [2025-09-17T03:24:18.726Z] a1d1d2faf4ac: Pushed [2025-09-17T03:24:26.909Z] 4fedbe5fe38f: Pushed [2025-09-17T03:24:26.909Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4: digest: sha256:1229e85bb8ab018f4ea3aab61b651a5811f34a2382653f95383e69878e3618b8 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:24:27.285Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:24:27.633Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2025-09-17T03:24:27.633Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-09-17T03:24:27.633Z] 9841deb0ec85: Preparing [2025-09-17T03:24:27.633Z] a1d1d2faf4ac: Preparing [2025-09-17T03:24:27.633Z] 4fedbe5fe38f: Preparing [2025-09-17T03:24:27.633Z] d387366a46dd: Preparing [2025-09-17T03:24:27.633Z] f64ed12c4bdf: Preparing [2025-09-17T03:24:27.633Z] 7829ce305ef6: Preparing [2025-09-17T03:24:27.633Z] ebd9d175119c: Preparing [2025-09-17T03:24:27.633Z] 1e890da81ec9: Preparing [2025-09-17T03:24:27.633Z] 7829ce305ef6: Waiting [2025-09-17T03:24:27.633Z] ebd9d175119c: Waiting [2025-09-17T03:24:27.633Z] 1e890da81ec9: Waiting [2025-09-17T03:24:27.633Z] a1d1d2faf4ac: Layer already exists [2025-09-17T03:24:27.633Z] 4fedbe5fe38f: Layer already exists [2025-09-17T03:24:27.633Z] 9841deb0ec85: Layer already exists [2025-09-17T03:24:27.633Z] f64ed12c4bdf: Layer already exists [2025-09-17T03:24:27.633Z] d387366a46dd: Layer already exists [2025-09-17T03:24:27.633Z] 7829ce305ef6: Layer already exists [2025-09-17T03:24:27.633Z] 1e890da81ec9: Layer already exists [2025-09-17T03:24:27.633Z] ebd9d175119c: Layer already exists [2025-09-17T03:24:27.896Z] latest: digest: sha256:1229e85bb8ab018f4ea3aab61b651a5811f34a2382653f95383e69878e3618b8 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:24:28.251Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:24:28.608Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.62 [2025-09-17T03:24:28.608Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-09-17T03:24:28.608Z] 9841deb0ec85: Preparing [2025-09-17T03:24:28.608Z] a1d1d2faf4ac: Preparing [2025-09-17T03:24:28.608Z] 4fedbe5fe38f: Preparing [2025-09-17T03:24:28.608Z] d387366a46dd: Preparing [2025-09-17T03:24:28.608Z] f64ed12c4bdf: Preparing [2025-09-17T03:24:28.608Z] 7829ce305ef6: Preparing [2025-09-17T03:24:28.608Z] ebd9d175119c: Preparing [2025-09-17T03:24:28.608Z] 1e890da81ec9: Preparing [2025-09-17T03:24:28.608Z] ebd9d175119c: Waiting [2025-09-17T03:24:28.608Z] 7829ce305ef6: Waiting [2025-09-17T03:24:28.608Z] 4fedbe5fe38f: Layer already exists [2025-09-17T03:24:28.608Z] 9841deb0ec85: Layer already exists [2025-09-17T03:24:28.608Z] f64ed12c4bdf: Layer already exists [2025-09-17T03:24:28.608Z] d387366a46dd: Layer already exists [2025-09-17T03:24:28.608Z] a1d1d2faf4ac: Layer already exists [2025-09-17T03:24:28.608Z] 7829ce305ef6: Layer already exists [2025-09-17T03:24:28.608Z] 1e890da81ec9: Layer already exists [2025-09-17T03:24:28.608Z] ebd9d175119c: Layer already exists [2025-09-17T03:24:28.608Z] 4.1.0-dev.62: digest: sha256:1229e85bb8ab018f4ea3aab61b651a5811f34a2382653f95383e69878e3618b8 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:24:29.217Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:24:29.571Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T03:24:29.571Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-09-17T03:24:29.571Z] 9841deb0ec85: Preparing [2025-09-17T03:24:29.571Z] a1d1d2faf4ac: Preparing [2025-09-17T03:24:29.571Z] 4fedbe5fe38f: Preparing [2025-09-17T03:24:29.571Z] d387366a46dd: Preparing [2025-09-17T03:24:29.571Z] f64ed12c4bdf: Preparing [2025-09-17T03:24:29.571Z] 7829ce305ef6: Preparing [2025-09-17T03:24:29.571Z] ebd9d175119c: Preparing [2025-09-17T03:24:29.571Z] 1e890da81ec9: Preparing [2025-09-17T03:24:29.571Z] 7829ce305ef6: Waiting [2025-09-17T03:24:29.571Z] ebd9d175119c: Waiting [2025-09-17T03:24:29.571Z] 1e890da81ec9: Waiting [2025-09-17T03:24:29.571Z] a1d1d2faf4ac: Layer already exists [2025-09-17T03:24:29.571Z] f64ed12c4bdf: Layer already exists [2025-09-17T03:24:29.571Z] 4fedbe5fe38f: Layer already exists [2025-09-17T03:24:29.571Z] 9841deb0ec85: Layer already exists [2025-09-17T03:24:29.571Z] d387366a46dd: Layer already exists [2025-09-17T03:24:29.571Z] ebd9d175119c: Layer already exists [2025-09-17T03:24:29.571Z] 7829ce305ef6: Layer already exists [2025-09-17T03:24:29.571Z] 1e890da81ec9: Layer already exists [2025-09-17T03:24:29.571Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62: digest: sha256:1229e85bb8ab018f4ea3aab61b651a5811f34a2382653f95383e69878e3618b8 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:24:30.200Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:24:30.563Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2025-09-17T03:24:30.563Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-09-17T03:24:30.563Z] 9841deb0ec85: Preparing [2025-09-17T03:24:30.563Z] a1d1d2faf4ac: Preparing [2025-09-17T03:24:30.563Z] 4fedbe5fe38f: Preparing [2025-09-17T03:24:30.563Z] d387366a46dd: Preparing [2025-09-17T03:24:30.563Z] f64ed12c4bdf: Preparing [2025-09-17T03:24:30.563Z] 7829ce305ef6: Preparing [2025-09-17T03:24:30.563Z] ebd9d175119c: Preparing [2025-09-17T03:24:30.563Z] 7829ce305ef6: Waiting [2025-09-17T03:24:30.563Z] 1e890da81ec9: Preparing [2025-09-17T03:24:30.563Z] ebd9d175119c: Waiting [2025-09-17T03:24:30.563Z] 1e890da81ec9: Waiting [2025-09-17T03:24:30.563Z] 4fedbe5fe38f: Layer already exists [2025-09-17T03:24:30.563Z] d387366a46dd: Layer already exists [2025-09-17T03:24:30.563Z] f64ed12c4bdf: Layer already exists [2025-09-17T03:24:30.563Z] 9841deb0ec85: Layer already exists [2025-09-17T03:24:30.563Z] a1d1d2faf4ac: Layer already exists [2025-09-17T03:24:30.563Z] ebd9d175119c: Layer already exists [2025-09-17T03:24:30.563Z] 7829ce305ef6: Layer already exists [2025-09-17T03:24:30.563Z] 1e890da81ec9: Layer already exists [2025-09-17T03:24:30.827Z] main: digest: sha256:1229e85bb8ab018f4ea3aab61b651a5811f34a2382653f95383e69878e3618b8 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-09-17T03:24:30.905Z] ===================================================== [Pipeline] echo [2025-09-17T03:24:30.918Z] taggedImages: [2025-09-17T03:24:30.918Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T03:24:30.918Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2025-09-17T03:24:30.918Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.62 [2025-09-17T03:24:30.918Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T03:24:30.918Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2025-09-17T03:24:30.941Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2025-09-17T03:24:30.941Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T03:24:30.941Z] latest [2025-09-17T03:24:30.941Z] 4.1.0-dev.62 [2025-09-17T03:24:30.941Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T03:24:30.941Z] main [2025-09-17T03:24:30.941Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:24:31.306Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:24:31.740Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T03:24:31.740Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-09-17T03:24:31.740Z] b764dcc5f317: Preparing [2025-09-17T03:24:31.740Z] 418cdb230bb3: Preparing [2025-09-17T03:24:31.740Z] e9564d97a936: Preparing [2025-09-17T03:24:31.740Z] 24a7c002ff95: Preparing [2025-09-17T03:24:31.740Z] 49e4babe63d4: Preparing [2025-09-17T03:24:31.740Z] 38404df8a448: Preparing [2025-09-17T03:24:31.740Z] 38404df8a448: Waiting [2025-09-17T03:24:31.740Z] dd2d578f9eab: Preparing [2025-09-17T03:24:31.740Z] d387366a46dd: Preparing [2025-09-17T03:24:31.740Z] f64ed12c4bdf: Preparing [2025-09-17T03:24:31.740Z] 632043d2154c: Preparing [2025-09-17T03:24:31.740Z] 3acfe92a1f4c: Preparing [2025-09-17T03:24:31.740Z] 5f70bf18a086: Preparing [2025-09-17T03:24:31.740Z] 60f77ac4f873: Preparing [2025-09-17T03:24:31.740Z] 8d8ff1e7e078: Preparing [2025-09-17T03:24:31.740Z] b5402e42a4f3: Preparing [2025-09-17T03:24:31.740Z] 1e890da81ec9: Preparing [2025-09-17T03:24:31.740Z] f64ed12c4bdf: Waiting [2025-09-17T03:24:31.740Z] 632043d2154c: Waiting [2025-09-17T03:24:31.740Z] 3acfe92a1f4c: Waiting [2025-09-17T03:24:31.740Z] 5f70bf18a086: Waiting [2025-09-17T03:24:31.740Z] 60f77ac4f873: Waiting [2025-09-17T03:24:31.740Z] 1e890da81ec9: Waiting [2025-09-17T03:24:31.740Z] b5402e42a4f3: Waiting [2025-09-17T03:24:31.740Z] 8d8ff1e7e078: Waiting [2025-09-17T03:24:31.740Z] d387366a46dd: Waiting [2025-09-17T03:24:31.740Z] 24a7c002ff95: Pushed [2025-09-17T03:24:31.740Z] 418cdb230bb3: Pushed [2025-09-17T03:24:32.005Z] b764dcc5f317: Pushed [2025-09-17T03:24:32.005Z] 49e4babe63d4: Pushed [2025-09-17T03:24:32.005Z] e9564d97a936: Pushed [2025-09-17T03:24:32.005Z] d387366a46dd: Layer already exists [2025-09-17T03:24:32.005Z] 38404df8a448: Pushed [2025-09-17T03:24:32.005Z] f64ed12c4bdf: Layer already exists [2025-09-17T03:24:32.005Z] 5f70bf18a086: Layer already exists [2025-09-17T03:24:32.005Z] 632043d2154c: Pushed [2025-09-17T03:24:32.005Z] 3acfe92a1f4c: Pushed [2025-09-17T03:24:32.270Z] 60f77ac4f873: Pushed [2025-09-17T03:24:32.270Z] 1e890da81ec9: Layer already exists [2025-09-17T03:24:32.270Z] b5402e42a4f3: Pushed [2025-09-17T03:24:32.535Z] 8d8ff1e7e078: Pushed [2025-09-17T03:24:35.111Z] dd2d578f9eab: Pushed [2025-09-17T03:24:35.111Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4: digest: sha256:4a5e266b1544c270a743dfc6b1cb14aecf83cc10ce0c30bdaf1233920e596a81 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:24:35.507Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:24:35.883Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2025-09-17T03:24:35.883Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-09-17T03:24:35.883Z] b764dcc5f317: Preparing [2025-09-17T03:24:35.883Z] 418cdb230bb3: Preparing [2025-09-17T03:24:35.883Z] e9564d97a936: Preparing [2025-09-17T03:24:35.883Z] 24a7c002ff95: Preparing [2025-09-17T03:24:35.883Z] 49e4babe63d4: Preparing [2025-09-17T03:24:35.883Z] 38404df8a448: Preparing [2025-09-17T03:24:35.883Z] dd2d578f9eab: Preparing [2025-09-17T03:24:35.883Z] d387366a46dd: Preparing [2025-09-17T03:24:35.883Z] f64ed12c4bdf: Preparing [2025-09-17T03:24:35.883Z] 632043d2154c: Preparing [2025-09-17T03:24:35.883Z] 3acfe92a1f4c: Preparing [2025-09-17T03:24:35.883Z] 5f70bf18a086: Preparing [2025-09-17T03:24:35.883Z] 60f77ac4f873: Preparing [2025-09-17T03:24:35.883Z] 8d8ff1e7e078: Preparing [2025-09-17T03:24:35.883Z] b5402e42a4f3: Preparing [2025-09-17T03:24:35.883Z] 1e890da81ec9: Preparing [2025-09-17T03:24:35.883Z] 632043d2154c: Waiting [2025-09-17T03:24:35.883Z] 3acfe92a1f4c: Waiting [2025-09-17T03:24:35.883Z] 5f70bf18a086: Waiting [2025-09-17T03:24:35.883Z] 38404df8a448: Waiting [2025-09-17T03:24:35.883Z] dd2d578f9eab: Waiting [2025-09-17T03:24:35.883Z] d387366a46dd: Waiting [2025-09-17T03:24:35.883Z] f64ed12c4bdf: Waiting [2025-09-17T03:24:35.883Z] 8d8ff1e7e078: Waiting [2025-09-17T03:24:35.883Z] 60f77ac4f873: Waiting [2025-09-17T03:24:35.883Z] b5402e42a4f3: Waiting [2025-09-17T03:24:35.883Z] 1e890da81ec9: Waiting [2025-09-17T03:24:35.883Z] 418cdb230bb3: Layer already exists [2025-09-17T03:24:35.883Z] e9564d97a936: Layer already exists [2025-09-17T03:24:35.883Z] 24a7c002ff95: Layer already exists [2025-09-17T03:24:35.883Z] b764dcc5f317: Layer already exists [2025-09-17T03:24:35.883Z] 49e4babe63d4: Layer already exists [2025-09-17T03:24:35.883Z] d387366a46dd: Layer already exists [2025-09-17T03:24:35.883Z] 38404df8a448: Layer already exists [2025-09-17T03:24:35.883Z] f64ed12c4bdf: Layer already exists [2025-09-17T03:24:35.883Z] 632043d2154c: Layer already exists [2025-09-17T03:24:35.883Z] dd2d578f9eab: Layer already exists [2025-09-17T03:24:35.883Z] 8d8ff1e7e078: Layer already exists [2025-09-17T03:24:35.883Z] 5f70bf18a086: Layer already exists [2025-09-17T03:24:35.883Z] b5402e42a4f3: Layer already exists [2025-09-17T03:24:35.883Z] 60f77ac4f873: Layer already exists [2025-09-17T03:24:35.883Z] 3acfe92a1f4c: Layer already exists [2025-09-17T03:24:35.883Z] 1e890da81ec9: Layer already exists [2025-09-17T03:24:36.156Z] latest: digest: sha256:4a5e266b1544c270a743dfc6b1cb14aecf83cc10ce0c30bdaf1233920e596a81 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:24:36.523Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:24:36.878Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.62 [2025-09-17T03:24:36.878Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-09-17T03:24:36.878Z] b764dcc5f317: Preparing [2025-09-17T03:24:36.878Z] 418cdb230bb3: Preparing [2025-09-17T03:24:36.878Z] e9564d97a936: Preparing [2025-09-17T03:24:36.878Z] 24a7c002ff95: Preparing [2025-09-17T03:24:36.878Z] 49e4babe63d4: Preparing [2025-09-17T03:24:36.878Z] 38404df8a448: Preparing [2025-09-17T03:24:36.878Z] dd2d578f9eab: Preparing [2025-09-17T03:24:36.878Z] d387366a46dd: Preparing [2025-09-17T03:24:36.878Z] f64ed12c4bdf: Preparing [2025-09-17T03:24:36.878Z] 632043d2154c: Preparing [2025-09-17T03:24:36.878Z] 3acfe92a1f4c: Preparing [2025-09-17T03:24:36.878Z] 5f70bf18a086: Preparing [2025-09-17T03:24:36.878Z] 60f77ac4f873: Preparing [2025-09-17T03:24:36.878Z] 8d8ff1e7e078: Preparing [2025-09-17T03:24:36.878Z] b5402e42a4f3: Preparing [2025-09-17T03:24:36.878Z] 1e890da81ec9: Preparing [2025-09-17T03:24:36.878Z] 38404df8a448: Waiting [2025-09-17T03:24:36.878Z] dd2d578f9eab: Waiting [2025-09-17T03:24:36.878Z] d387366a46dd: Waiting [2025-09-17T03:24:36.878Z] 8d8ff1e7e078: Waiting [2025-09-17T03:24:36.878Z] 60f77ac4f873: Waiting [2025-09-17T03:24:36.878Z] f64ed12c4bdf: Waiting [2025-09-17T03:24:36.878Z] 632043d2154c: Waiting [2025-09-17T03:24:36.878Z] 3acfe92a1f4c: Waiting [2025-09-17T03:24:36.878Z] 5f70bf18a086: Waiting [2025-09-17T03:24:36.878Z] b5402e42a4f3: Waiting [2025-09-17T03:24:37.147Z] 49e4babe63d4: Layer already exists [2025-09-17T03:24:37.148Z] e9564d97a936: Layer already exists [2025-09-17T03:24:37.148Z] 24a7c002ff95: Layer already exists [2025-09-17T03:24:37.148Z] b764dcc5f317: Layer already exists [2025-09-17T03:24:37.148Z] 418cdb230bb3: Layer already exists [2025-09-17T03:24:37.148Z] d387366a46dd: Layer already exists [2025-09-17T03:24:37.148Z] 38404df8a448: Layer already exists [2025-09-17T03:24:37.148Z] dd2d578f9eab: Layer already exists [2025-09-17T03:24:37.148Z] f64ed12c4bdf: Layer already exists [2025-09-17T03:24:37.148Z] 632043d2154c: Layer already exists [2025-09-17T03:24:37.148Z] 3acfe92a1f4c: Layer already exists [2025-09-17T03:24:37.148Z] 60f77ac4f873: Layer already exists [2025-09-17T03:24:37.148Z] 8d8ff1e7e078: Layer already exists [2025-09-17T03:24:37.148Z] 5f70bf18a086: Layer already exists [2025-09-17T03:24:37.148Z] b5402e42a4f3: Layer already exists [2025-09-17T03:24:37.148Z] 1e890da81ec9: Layer already exists [2025-09-17T03:24:37.148Z] 4.1.0-dev.62: digest: sha256:4a5e266b1544c270a743dfc6b1cb14aecf83cc10ce0c30bdaf1233920e596a81 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:24:37.502Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:24:38.804Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T03:24:38.804Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-09-17T03:24:38.804Z] b764dcc5f317: Preparing [2025-09-17T03:24:38.804Z] 418cdb230bb3: Preparing [2025-09-17T03:24:38.804Z] e9564d97a936: Preparing [2025-09-17T03:24:38.804Z] 24a7c002ff95: Preparing [2025-09-17T03:24:38.804Z] 49e4babe63d4: Preparing [2025-09-17T03:24:38.804Z] 38404df8a448: Preparing [2025-09-17T03:24:38.804Z] dd2d578f9eab: Preparing [2025-09-17T03:24:38.804Z] 38404df8a448: Waiting [2025-09-17T03:24:38.804Z] d387366a46dd: Preparing [2025-09-17T03:24:38.804Z] f64ed12c4bdf: Preparing [2025-09-17T03:24:38.804Z] dd2d578f9eab: Waiting [2025-09-17T03:24:38.804Z] d387366a46dd: Waiting [2025-09-17T03:24:38.804Z] f64ed12c4bdf: Waiting [2025-09-17T03:24:38.804Z] 632043d2154c: Preparing [2025-09-17T03:24:38.804Z] 632043d2154c: Waiting [2025-09-17T03:24:38.804Z] 3acfe92a1f4c: Preparing [2025-09-17T03:24:38.804Z] 5f70bf18a086: Preparing [2025-09-17T03:24:38.804Z] 3acfe92a1f4c: Waiting [2025-09-17T03:24:38.804Z] 60f77ac4f873: Preparing [2025-09-17T03:24:38.804Z] 5f70bf18a086: Waiting [2025-09-17T03:24:38.804Z] 60f77ac4f873: Waiting [2025-09-17T03:24:38.804Z] 8d8ff1e7e078: Preparing [2025-09-17T03:24:38.804Z] b5402e42a4f3: Preparing [2025-09-17T03:24:38.804Z] 8d8ff1e7e078: Waiting [2025-09-17T03:24:38.804Z] 1e890da81ec9: Preparing [2025-09-17T03:24:38.804Z] b5402e42a4f3: Waiting [2025-09-17T03:24:38.804Z] 1e890da81ec9: Waiting [2025-09-17T03:24:38.804Z] 24a7c002ff95: Layer already exists [2025-09-17T03:24:38.804Z] b764dcc5f317: Layer already exists [2025-09-17T03:24:38.804Z] 49e4babe63d4: Layer already exists [2025-09-17T03:24:38.804Z] 418cdb230bb3: Layer already exists [2025-09-17T03:24:38.804Z] e9564d97a936: Layer already exists [2025-09-17T03:24:38.804Z] 38404df8a448: Layer already exists [2025-09-17T03:24:38.804Z] dd2d578f9eab: Layer already exists [2025-09-17T03:24:38.804Z] 632043d2154c: Layer already exists [2025-09-17T03:24:38.804Z] d387366a46dd: Layer already exists [2025-09-17T03:24:38.804Z] f64ed12c4bdf: Layer already exists [2025-09-17T03:24:38.804Z] 8d8ff1e7e078: Layer already exists [2025-09-17T03:24:38.804Z] 3acfe92a1f4c: Layer already exists [2025-09-17T03:24:38.804Z] 5f70bf18a086: Layer already exists [2025-09-17T03:24:38.804Z] 60f77ac4f873: Layer already exists [2025-09-17T03:24:38.804Z] b5402e42a4f3: Layer already exists [2025-09-17T03:24:38.804Z] 1e890da81ec9: Layer already exists [2025-09-17T03:24:39.069Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62: digest: sha256:4a5e266b1544c270a743dfc6b1cb14aecf83cc10ce0c30bdaf1233920e596a81 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:24:39.430Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:24:39.786Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2025-09-17T03:24:39.786Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-09-17T03:24:39.786Z] b764dcc5f317: Preparing [2025-09-17T03:24:39.786Z] 418cdb230bb3: Preparing [2025-09-17T03:24:39.786Z] e9564d97a936: Preparing [2025-09-17T03:24:39.786Z] 24a7c002ff95: Preparing [2025-09-17T03:24:39.786Z] 49e4babe63d4: Preparing [2025-09-17T03:24:39.786Z] 38404df8a448: Preparing [2025-09-17T03:24:39.786Z] dd2d578f9eab: Preparing [2025-09-17T03:24:39.786Z] d387366a46dd: Preparing [2025-09-17T03:24:39.786Z] f64ed12c4bdf: Preparing [2025-09-17T03:24:39.786Z] 632043d2154c: Preparing [2025-09-17T03:24:39.786Z] 3acfe92a1f4c: Preparing [2025-09-17T03:24:39.786Z] 5f70bf18a086: Preparing [2025-09-17T03:24:39.786Z] 60f77ac4f873: Preparing [2025-09-17T03:24:39.786Z] 8d8ff1e7e078: Preparing [2025-09-17T03:24:39.786Z] b5402e42a4f3: Preparing [2025-09-17T03:24:39.786Z] 1e890da81ec9: Preparing [2025-09-17T03:24:39.786Z] 38404df8a448: Waiting [2025-09-17T03:24:39.786Z] dd2d578f9eab: Waiting [2025-09-17T03:24:39.786Z] 3acfe92a1f4c: Waiting [2025-09-17T03:24:39.786Z] d387366a46dd: Waiting [2025-09-17T03:24:39.786Z] 8d8ff1e7e078: Waiting [2025-09-17T03:24:39.786Z] f64ed12c4bdf: Waiting [2025-09-17T03:24:39.786Z] b5402e42a4f3: Waiting [2025-09-17T03:24:39.786Z] 632043d2154c: Waiting [2025-09-17T03:24:39.786Z] 1e890da81ec9: Waiting [2025-09-17T03:24:39.786Z] 5f70bf18a086: Waiting [2025-09-17T03:24:39.786Z] 60f77ac4f873: Waiting [2025-09-17T03:24:39.786Z] 49e4babe63d4: Layer already exists [2025-09-17T03:24:39.786Z] b764dcc5f317: Layer already exists [2025-09-17T03:24:39.786Z] e9564d97a936: Layer already exists [2025-09-17T03:24:39.786Z] 24a7c002ff95: Layer already exists [2025-09-17T03:24:39.786Z] 418cdb230bb3: Layer already exists [2025-09-17T03:24:39.786Z] 38404df8a448: Layer already exists [2025-09-17T03:24:39.786Z] d387366a46dd: Layer already exists [2025-09-17T03:24:39.786Z] dd2d578f9eab: Layer already exists [2025-09-17T03:24:39.786Z] f64ed12c4bdf: Layer already exists [2025-09-17T03:24:39.786Z] 632043d2154c: Layer already exists [2025-09-17T03:24:39.786Z] 8d8ff1e7e078: Layer already exists [2025-09-17T03:24:39.786Z] 5f70bf18a086: Layer already exists [2025-09-17T03:24:39.786Z] 60f77ac4f873: Layer already exists [2025-09-17T03:24:39.786Z] 3acfe92a1f4c: Layer already exists [2025-09-17T03:24:39.786Z] b5402e42a4f3: Layer already exists [2025-09-17T03:24:39.786Z] 1e890da81ec9: Layer already exists [2025-09-17T03:24:40.050Z] main: digest: sha256:4a5e266b1544c270a743dfc6b1cb14aecf83cc10ce0c30bdaf1233920e596a81 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-09-17T03:24:40.145Z] ===================================================== [Pipeline] echo [2025-09-17T03:24:40.161Z] taggedImages: [2025-09-17T03:24:40.161Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T03:24:40.161Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2025-09-17T03:24:40.161Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.62 [2025-09-17T03:24:40.161Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T03:24:40.161Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2025-09-17T03:24:40.191Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2025-09-17T03:24:40.191Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T03:24:40.191Z] latest [2025-09-17T03:24:40.191Z] 4.1.0-dev.62 [2025-09-17T03:24:40.191Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T03:24:40.191Z] main [2025-09-17T03:24:40.191Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:24:40.559Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:24:40.901Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T03:24:40.901Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-09-17T03:24:40.901Z] ffb0d2e97338: Preparing [2025-09-17T03:24:40.901Z] b3f8a27c502c: Preparing [2025-09-17T03:24:40.901Z] 58c51164a0b8: Preparing [2025-09-17T03:24:40.901Z] 78a4aa408296: Preparing [2025-09-17T03:24:40.901Z] d387366a46dd: Preparing [2025-09-17T03:24:40.901Z] f64ed12c4bdf: Preparing [2025-09-17T03:24:40.901Z] 7829ce305ef6: Preparing [2025-09-17T03:24:40.901Z] ebd9d175119c: Preparing [2025-09-17T03:24:40.901Z] 1e890da81ec9: Preparing [2025-09-17T03:24:40.901Z] f64ed12c4bdf: Waiting [2025-09-17T03:24:40.901Z] 7829ce305ef6: Waiting [2025-09-17T03:24:40.901Z] ebd9d175119c: Waiting [2025-09-17T03:24:40.901Z] 1e890da81ec9: Waiting [2025-09-17T03:24:40.901Z] d387366a46dd: Layer already exists [2025-09-17T03:24:41.163Z] f64ed12c4bdf: Layer already exists [2025-09-17T03:24:41.163Z] 58c51164a0b8: Pushed [2025-09-17T03:24:41.163Z] b3f8a27c502c: Pushed [2025-09-17T03:24:41.163Z] 7829ce305ef6: Layer already exists [2025-09-17T03:24:41.163Z] ffb0d2e97338: Pushed [2025-09-17T03:24:41.163Z] ebd9d175119c: Layer already exists [2025-09-17T03:24:41.163Z] 1e890da81ec9: Layer already exists [2025-09-17T03:24:49.359Z] 78a4aa408296: Pushed [2025-09-17T03:24:49.360Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4: digest: sha256:ff563b5c7144abb2415ace046b9bc93160efa6a7d16cc772108fc5ccd46341cd size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:24:49.731Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:24:50.668Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2025-09-17T03:24:50.668Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-09-17T03:24:50.668Z] ffb0d2e97338: Preparing [2025-09-17T03:24:50.668Z] b3f8a27c502c: Preparing [2025-09-17T03:24:50.668Z] 58c51164a0b8: Preparing [2025-09-17T03:24:50.668Z] 78a4aa408296: Preparing [2025-09-17T03:24:50.668Z] d387366a46dd: Preparing [2025-09-17T03:24:50.668Z] f64ed12c4bdf: Preparing [2025-09-17T03:24:50.668Z] 7829ce305ef6: Preparing [2025-09-17T03:24:50.668Z] ebd9d175119c: Preparing [2025-09-17T03:24:50.668Z] 1e890da81ec9: Preparing [2025-09-17T03:24:50.668Z] f64ed12c4bdf: Waiting [2025-09-17T03:24:50.668Z] 7829ce305ef6: Waiting [2025-09-17T03:24:50.668Z] 1e890da81ec9: Waiting [2025-09-17T03:24:50.668Z] ffb0d2e97338: Layer already exists [2025-09-17T03:24:50.668Z] 78a4aa408296: Layer already exists [2025-09-17T03:24:50.668Z] 58c51164a0b8: Layer already exists [2025-09-17T03:24:50.668Z] b3f8a27c502c: Layer already exists [2025-09-17T03:24:50.668Z] d387366a46dd: Layer already exists [2025-09-17T03:24:50.668Z] ebd9d175119c: Layer already exists [2025-09-17T03:24:50.668Z] f64ed12c4bdf: Layer already exists [2025-09-17T03:24:50.668Z] 1e890da81ec9: Layer already exists [2025-09-17T03:24:50.668Z] 7829ce305ef6: Layer already exists [2025-09-17T03:24:50.668Z] latest: digest: sha256:ff563b5c7144abb2415ace046b9bc93160efa6a7d16cc772108fc5ccd46341cd size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:24:51.277Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:24:51.632Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.62 [2025-09-17T03:24:51.632Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-09-17T03:24:51.632Z] ffb0d2e97338: Preparing [2025-09-17T03:24:51.632Z] b3f8a27c502c: Preparing [2025-09-17T03:24:51.632Z] 58c51164a0b8: Preparing [2025-09-17T03:24:51.632Z] 78a4aa408296: Preparing [2025-09-17T03:24:51.632Z] d387366a46dd: Preparing [2025-09-17T03:24:51.632Z] f64ed12c4bdf: Preparing [2025-09-17T03:24:51.632Z] 7829ce305ef6: Preparing [2025-09-17T03:24:51.632Z] ebd9d175119c: Preparing [2025-09-17T03:24:51.632Z] 1e890da81ec9: Preparing [2025-09-17T03:24:51.632Z] 7829ce305ef6: Waiting [2025-09-17T03:24:51.632Z] ebd9d175119c: Waiting [2025-09-17T03:24:51.632Z] 1e890da81ec9: Waiting [2025-09-17T03:24:51.632Z] f64ed12c4bdf: Waiting [2025-09-17T03:24:51.632Z] d387366a46dd: Layer already exists [2025-09-17T03:24:51.632Z] 78a4aa408296: Layer already exists [2025-09-17T03:24:51.632Z] ffb0d2e97338: Layer already exists [2025-09-17T03:24:51.632Z] 58c51164a0b8: Layer already exists [2025-09-17T03:24:51.632Z] b3f8a27c502c: Layer already exists [2025-09-17T03:24:51.632Z] f64ed12c4bdf: Layer already exists [2025-09-17T03:24:51.632Z] 1e890da81ec9: Layer already exists [2025-09-17T03:24:51.632Z] 7829ce305ef6: Layer already exists [2025-09-17T03:24:51.632Z] ebd9d175119c: Layer already exists [2025-09-17T03:24:51.632Z] 4.1.0-dev.62: digest: sha256:ff563b5c7144abb2415ace046b9bc93160efa6a7d16cc772108fc5ccd46341cd size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:24:51.972Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:24:52.315Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T03:24:52.315Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-09-17T03:24:52.315Z] ffb0d2e97338: Preparing [2025-09-17T03:24:52.315Z] b3f8a27c502c: Preparing [2025-09-17T03:24:52.315Z] 58c51164a0b8: Preparing [2025-09-17T03:24:52.315Z] 78a4aa408296: Preparing [2025-09-17T03:24:52.315Z] d387366a46dd: Preparing [2025-09-17T03:24:52.315Z] f64ed12c4bdf: Preparing [2025-09-17T03:24:52.315Z] 7829ce305ef6: Preparing [2025-09-17T03:24:52.315Z] ebd9d175119c: Preparing [2025-09-17T03:24:52.315Z] 1e890da81ec9: Preparing [2025-09-17T03:24:52.315Z] f64ed12c4bdf: Waiting [2025-09-17T03:24:52.315Z] 7829ce305ef6: Waiting [2025-09-17T03:24:52.315Z] ebd9d175119c: Waiting [2025-09-17T03:24:52.315Z] 1e890da81ec9: Waiting [2025-09-17T03:24:52.315Z] ffb0d2e97338: Layer already exists [2025-09-17T03:24:52.315Z] 78a4aa408296: Layer already exists [2025-09-17T03:24:52.315Z] d387366a46dd: Layer already exists [2025-09-17T03:24:52.315Z] b3f8a27c502c: Layer already exists [2025-09-17T03:24:52.315Z] 58c51164a0b8: Layer already exists [2025-09-17T03:24:52.315Z] ebd9d175119c: Layer already exists [2025-09-17T03:24:52.315Z] 7829ce305ef6: Layer already exists [2025-09-17T03:24:52.315Z] f64ed12c4bdf: Layer already exists [2025-09-17T03:24:52.315Z] 1e890da81ec9: Layer already exists [2025-09-17T03:24:52.604Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62: digest: sha256:ff563b5c7144abb2415ace046b9bc93160efa6a7d16cc772108fc5ccd46341cd size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:24:52.964Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:24:53.318Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2025-09-17T03:24:53.318Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-09-17T03:24:53.318Z] ffb0d2e97338: Preparing [2025-09-17T03:24:53.318Z] b3f8a27c502c: Preparing [2025-09-17T03:24:53.318Z] 58c51164a0b8: Preparing [2025-09-17T03:24:53.318Z] 78a4aa408296: Preparing [2025-09-17T03:24:53.318Z] d387366a46dd: Preparing [2025-09-17T03:24:53.318Z] f64ed12c4bdf: Preparing [2025-09-17T03:24:53.318Z] 7829ce305ef6: Preparing [2025-09-17T03:24:53.318Z] ebd9d175119c: Preparing [2025-09-17T03:24:53.318Z] 1e890da81ec9: Preparing [2025-09-17T03:24:53.318Z] f64ed12c4bdf: Waiting [2025-09-17T03:24:53.318Z] 1e890da81ec9: Waiting [2025-09-17T03:24:53.318Z] 7829ce305ef6: Waiting [2025-09-17T03:24:53.318Z] ebd9d175119c: Waiting [2025-09-17T03:24:53.318Z] d387366a46dd: Layer already exists [2025-09-17T03:24:53.318Z] ffb0d2e97338: Layer already exists [2025-09-17T03:24:53.318Z] b3f8a27c502c: Layer already exists [2025-09-17T03:24:53.318Z] 58c51164a0b8: Layer already exists [2025-09-17T03:24:53.318Z] 78a4aa408296: Layer already exists [2025-09-17T03:24:53.318Z] f64ed12c4bdf: Layer already exists [2025-09-17T03:24:53.318Z] 7829ce305ef6: Layer already exists [2025-09-17T03:24:53.318Z] 1e890da81ec9: Layer already exists [2025-09-17T03:24:53.318Z] ebd9d175119c: Layer already exists [2025-09-17T03:24:53.581Z] main: digest: sha256:ff563b5c7144abb2415ace046b9bc93160efa6a7d16cc772108fc5ccd46341cd size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-09-17T03:24:53.670Z] ===================================================== [Pipeline] echo [2025-09-17T03:24:53.685Z] taggedImages: [2025-09-17T03:24:53.685Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T03:24:53.685Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2025-09-17T03:24:53.685Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.62 [2025-09-17T03:24:53.685Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T03:24:53.685Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2025-09-17T03:24:53.712Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2025-09-17T03:24:53.712Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T03:24:53.712Z] latest [2025-09-17T03:24:53.712Z] 4.1.0-dev.62 [2025-09-17T03:24:53.712Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T03:24:53.712Z] main [2025-09-17T03:24:53.712Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:24:54.103Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:24:54.459Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T03:24:54.459Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-09-17T03:24:54.459Z] 160a1ac69a3f: Preparing [2025-09-17T03:24:54.459Z] 600feeb3da59: Preparing [2025-09-17T03:24:54.459Z] 1817fa38e30f: Preparing [2025-09-17T03:24:54.459Z] d9de34d7e129: Preparing [2025-09-17T03:24:54.459Z] 9e60caf0d1e1: Preparing [2025-09-17T03:24:54.459Z] d387366a46dd: Preparing [2025-09-17T03:24:54.459Z] f64ed12c4bdf: Preparing [2025-09-17T03:24:54.459Z] b7229df76409: Preparing [2025-09-17T03:24:54.459Z] 7a0f7a7b6e5c: Preparing [2025-09-17T03:24:54.459Z] 9a9cc4d86ef8: Preparing [2025-09-17T03:24:54.459Z] 1e890da81ec9: Preparing [2025-09-17T03:24:54.459Z] f64ed12c4bdf: Waiting [2025-09-17T03:24:54.459Z] b7229df76409: Waiting [2025-09-17T03:24:54.459Z] 7a0f7a7b6e5c: Waiting [2025-09-17T03:24:54.459Z] 1e890da81ec9: Waiting [2025-09-17T03:24:54.459Z] 9a9cc4d86ef8: Waiting [2025-09-17T03:24:54.459Z] d387366a46dd: Waiting [2025-09-17T03:24:54.725Z] d9de34d7e129: Pushed [2025-09-17T03:24:54.725Z] 600feeb3da59: Pushed [2025-09-17T03:24:54.725Z] 160a1ac69a3f: Pushed [2025-09-17T03:24:54.725Z] 9e60caf0d1e1: Pushed [2025-09-17T03:24:54.725Z] d387366a46dd: Layer already exists [2025-09-17T03:24:54.725Z] f64ed12c4bdf: Layer already exists [2025-09-17T03:24:54.725Z] 1e890da81ec9: Layer already exists [2025-09-17T03:24:54.725Z] b7229df76409: Pushed [2025-09-17T03:24:54.989Z] 7a0f7a7b6e5c: Pushed [2025-09-17T03:24:57.548Z] 9a9cc4d86ef8: Pushed [2025-09-17T03:25:00.865Z] 1817fa38e30f: Pushed [2025-09-17T03:25:00.865Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4: digest: sha256:a1f02734d17439046fa772da5c1aebbed6084b6e5195ab4c9aaaa49045831746 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:25:01.235Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:25:01.655Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2025-09-17T03:25:01.655Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-09-17T03:25:01.655Z] 160a1ac69a3f: Preparing [2025-09-17T03:25:01.655Z] 600feeb3da59: Preparing [2025-09-17T03:25:01.655Z] 1817fa38e30f: Preparing [2025-09-17T03:25:01.655Z] d9de34d7e129: Preparing [2025-09-17T03:25:01.655Z] 9e60caf0d1e1: Preparing [2025-09-17T03:25:01.655Z] d387366a46dd: Preparing [2025-09-17T03:25:01.655Z] f64ed12c4bdf: Preparing [2025-09-17T03:25:01.655Z] b7229df76409: Preparing [2025-09-17T03:25:01.655Z] 7a0f7a7b6e5c: Preparing [2025-09-17T03:25:01.655Z] 9a9cc4d86ef8: Preparing [2025-09-17T03:25:01.655Z] 1e890da81ec9: Preparing [2025-09-17T03:25:01.655Z] b7229df76409: Waiting [2025-09-17T03:25:01.655Z] 7a0f7a7b6e5c: Waiting [2025-09-17T03:25:01.655Z] 9a9cc4d86ef8: Waiting [2025-09-17T03:25:01.655Z] 1e890da81ec9: Waiting [2025-09-17T03:25:01.655Z] d387366a46dd: Waiting [2025-09-17T03:25:01.655Z] f64ed12c4bdf: Waiting [2025-09-17T03:25:01.655Z] d9de34d7e129: Layer already exists [2025-09-17T03:25:01.655Z] 600feeb3da59: Layer already exists [2025-09-17T03:25:01.655Z] 1817fa38e30f: Layer already exists [2025-09-17T03:25:01.655Z] 160a1ac69a3f: Layer already exists [2025-09-17T03:25:01.655Z] 9e60caf0d1e1: Layer already exists [2025-09-17T03:25:01.655Z] f64ed12c4bdf: Layer already exists [2025-09-17T03:25:01.655Z] 7a0f7a7b6e5c: Layer already exists [2025-09-17T03:25:01.655Z] b7229df76409: Layer already exists [2025-09-17T03:25:01.655Z] 9a9cc4d86ef8: Layer already exists [2025-09-17T03:25:01.655Z] d387366a46dd: Layer already exists [2025-09-17T03:25:01.655Z] 1e890da81ec9: Layer already exists [2025-09-17T03:25:01.920Z] latest: digest: sha256:a1f02734d17439046fa772da5c1aebbed6084b6e5195ab4c9aaaa49045831746 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:25:02.271Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:25:02.623Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.62 [2025-09-17T03:25:02.623Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-09-17T03:25:02.623Z] 160a1ac69a3f: Preparing [2025-09-17T03:25:02.623Z] 600feeb3da59: Preparing [2025-09-17T03:25:02.623Z] 1817fa38e30f: Preparing [2025-09-17T03:25:02.623Z] d9de34d7e129: Preparing [2025-09-17T03:25:02.623Z] 9e60caf0d1e1: Preparing [2025-09-17T03:25:02.623Z] d387366a46dd: Preparing [2025-09-17T03:25:02.623Z] f64ed12c4bdf: Preparing [2025-09-17T03:25:02.623Z] b7229df76409: Preparing [2025-09-17T03:25:02.623Z] 7a0f7a7b6e5c: Preparing [2025-09-17T03:25:02.623Z] 9a9cc4d86ef8: Preparing [2025-09-17T03:25:02.623Z] 1e890da81ec9: Preparing [2025-09-17T03:25:02.623Z] 7a0f7a7b6e5c: Waiting [2025-09-17T03:25:02.623Z] 9a9cc4d86ef8: Waiting [2025-09-17T03:25:02.623Z] 1e890da81ec9: Waiting [2025-09-17T03:25:02.623Z] d387366a46dd: Waiting [2025-09-17T03:25:02.623Z] f64ed12c4bdf: Waiting [2025-09-17T03:25:02.623Z] b7229df76409: Waiting [2025-09-17T03:25:02.623Z] 1817fa38e30f: Layer already exists [2025-09-17T03:25:02.623Z] 160a1ac69a3f: Layer already exists [2025-09-17T03:25:02.623Z] 9e60caf0d1e1: Layer already exists [2025-09-17T03:25:02.623Z] d9de34d7e129: Layer already exists [2025-09-17T03:25:02.623Z] 600feeb3da59: Layer already exists [2025-09-17T03:25:02.623Z] d387366a46dd: Layer already exists [2025-09-17T03:25:02.623Z] 7a0f7a7b6e5c: Layer already exists [2025-09-17T03:25:02.623Z] f64ed12c4bdf: Layer already exists [2025-09-17T03:25:02.623Z] b7229df76409: Layer already exists [2025-09-17T03:25:02.623Z] 9a9cc4d86ef8: Layer already exists [2025-09-17T03:25:02.623Z] 1e890da81ec9: Layer already exists [2025-09-17T03:25:02.624Z] 4.1.0-dev.62: digest: sha256:a1f02734d17439046fa772da5c1aebbed6084b6e5195ab4c9aaaa49045831746 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:25:03.240Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:25:03.592Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T03:25:03.592Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-09-17T03:25:03.592Z] 160a1ac69a3f: Preparing [2025-09-17T03:25:03.592Z] 600feeb3da59: Preparing [2025-09-17T03:25:03.592Z] 1817fa38e30f: Preparing [2025-09-17T03:25:03.592Z] d9de34d7e129: Preparing [2025-09-17T03:25:03.592Z] 9e60caf0d1e1: Preparing [2025-09-17T03:25:03.592Z] d387366a46dd: Preparing [2025-09-17T03:25:03.592Z] f64ed12c4bdf: Preparing [2025-09-17T03:25:03.592Z] b7229df76409: Preparing [2025-09-17T03:25:03.592Z] 7a0f7a7b6e5c: Preparing [2025-09-17T03:25:03.592Z] 9a9cc4d86ef8: Preparing [2025-09-17T03:25:03.592Z] 1e890da81ec9: Preparing [2025-09-17T03:25:03.592Z] d387366a46dd: Waiting [2025-09-17T03:25:03.592Z] f64ed12c4bdf: Waiting [2025-09-17T03:25:03.592Z] b7229df76409: Waiting [2025-09-17T03:25:03.592Z] 7a0f7a7b6e5c: Waiting [2025-09-17T03:25:03.592Z] 9a9cc4d86ef8: Waiting [2025-09-17T03:25:03.592Z] 1e890da81ec9: Waiting [2025-09-17T03:25:03.592Z] 1817fa38e30f: Layer already exists [2025-09-17T03:25:03.592Z] 600feeb3da59: Layer already exists [2025-09-17T03:25:03.592Z] d9de34d7e129: Layer already exists [2025-09-17T03:25:03.592Z] 9e60caf0d1e1: Layer already exists [2025-09-17T03:25:03.592Z] 160a1ac69a3f: Layer already exists [2025-09-17T03:25:03.592Z] 9a9cc4d86ef8: Layer already exists [2025-09-17T03:25:03.592Z] b7229df76409: Layer already exists [2025-09-17T03:25:03.592Z] f64ed12c4bdf: Layer already exists [2025-09-17T03:25:03.592Z] d387366a46dd: Layer already exists [2025-09-17T03:25:03.592Z] 7a0f7a7b6e5c: Layer already exists [2025-09-17T03:25:03.592Z] 1e890da81ec9: Layer already exists [2025-09-17T03:25:03.859Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62: digest: sha256:a1f02734d17439046fa772da5c1aebbed6084b6e5195ab4c9aaaa49045831746 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:25:04.216Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:25:04.577Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2025-09-17T03:25:04.577Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-09-17T03:25:04.577Z] 160a1ac69a3f: Preparing [2025-09-17T03:25:04.577Z] 600feeb3da59: Preparing [2025-09-17T03:25:04.577Z] 1817fa38e30f: Preparing [2025-09-17T03:25:04.577Z] d9de34d7e129: Preparing [2025-09-17T03:25:04.577Z] 9e60caf0d1e1: Preparing [2025-09-17T03:25:04.577Z] d387366a46dd: Preparing [2025-09-17T03:25:04.577Z] f64ed12c4bdf: Preparing [2025-09-17T03:25:04.577Z] d387366a46dd: Waiting [2025-09-17T03:25:04.577Z] b7229df76409: Preparing [2025-09-17T03:25:04.577Z] f64ed12c4bdf: Waiting [2025-09-17T03:25:04.577Z] 7a0f7a7b6e5c: Preparing [2025-09-17T03:25:04.577Z] b7229df76409: Waiting [2025-09-17T03:25:04.577Z] 7a0f7a7b6e5c: Waiting [2025-09-17T03:25:04.577Z] 9a9cc4d86ef8: Preparing [2025-09-17T03:25:04.577Z] 1e890da81ec9: Preparing [2025-09-17T03:25:04.577Z] 9a9cc4d86ef8: Waiting [2025-09-17T03:25:04.577Z] 1e890da81ec9: Waiting [2025-09-17T03:25:04.577Z] 1817fa38e30f: Layer already exists [2025-09-17T03:25:04.577Z] d9de34d7e129: Layer already exists [2025-09-17T03:25:04.577Z] 600feeb3da59: Layer already exists [2025-09-17T03:25:04.577Z] 160a1ac69a3f: Layer already exists [2025-09-17T03:25:04.577Z] 9e60caf0d1e1: Layer already exists [2025-09-17T03:25:04.577Z] d387366a46dd: Layer already exists [2025-09-17T03:25:04.577Z] b7229df76409: Layer already exists [2025-09-17T03:25:04.577Z] 7a0f7a7b6e5c: Layer already exists [2025-09-17T03:25:04.577Z] 9a9cc4d86ef8: Layer already exists [2025-09-17T03:25:04.577Z] f64ed12c4bdf: Layer already exists [2025-09-17T03:25:04.577Z] 1e890da81ec9: Layer already exists [2025-09-17T03:25:04.844Z] main: digest: sha256:a1f02734d17439046fa772da5c1aebbed6084b6e5195ab4c9aaaa49045831746 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-09-17T03:25:04.929Z] ===================================================== [Pipeline] echo [2025-09-17T03:25:04.946Z] taggedImages: [2025-09-17T03:25:04.946Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T03:25:04.946Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2025-09-17T03:25:04.946Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.62 [2025-09-17T03:25:04.946Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T03:25:04.946Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2025-09-17T03:25:04.981Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2025-09-17T03:25:04.981Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T03:25:04.981Z] latest [2025-09-17T03:25:04.981Z] 4.1.0-dev.62 [2025-09-17T03:25:04.981Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T03:25:04.981Z] main [2025-09-17T03:25:04.981Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:25:05.361Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:25:05.703Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T03:25:05.703Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-09-17T03:25:05.703Z] dff7421e7a12: Preparing [2025-09-17T03:25:05.703Z] 60eef75f4dad: Preparing [2025-09-17T03:25:05.703Z] 4c33ba51430e: Preparing [2025-09-17T03:25:05.703Z] 3efcca4b52a1: Preparing [2025-09-17T03:25:05.703Z] 90d8e83211a3: Preparing [2025-09-17T03:25:05.703Z] 09eba9569832: Preparing [2025-09-17T03:25:05.703Z] 0735035ea072: Preparing [2025-09-17T03:25:05.703Z] d387366a46dd: Preparing [2025-09-17T03:25:05.703Z] f64ed12c4bdf: Preparing [2025-09-17T03:25:05.703Z] fb64af3cd10f: Preparing [2025-09-17T03:25:05.703Z] 9be97c627bf6: Preparing [2025-09-17T03:25:05.703Z] 1e890da81ec9: Preparing [2025-09-17T03:25:05.703Z] 09eba9569832: Waiting [2025-09-17T03:25:05.703Z] f64ed12c4bdf: Waiting [2025-09-17T03:25:05.703Z] fb64af3cd10f: Waiting [2025-09-17T03:25:05.703Z] 9be97c627bf6: Waiting [2025-09-17T03:25:05.703Z] 1e890da81ec9: Waiting [2025-09-17T03:25:05.703Z] 0735035ea072: Waiting [2025-09-17T03:25:05.703Z] d387366a46dd: Waiting [2025-09-17T03:25:05.976Z] 90d8e83211a3: Pushed [2025-09-17T03:25:05.976Z] dff7421e7a12: Pushed [2025-09-17T03:25:05.976Z] 60eef75f4dad: Pushed [2025-09-17T03:25:05.976Z] d387366a46dd: Layer already exists [2025-09-17T03:25:05.976Z] f64ed12c4bdf: Layer already exists [2025-09-17T03:25:05.976Z] 09eba9569832: Pushed [2025-09-17T03:25:05.976Z] 0735035ea072: Pushed [2025-09-17T03:25:06.240Z] 1e890da81ec9: Layer already exists [2025-09-17T03:25:06.505Z] fb64af3cd10f: Pushed [2025-09-17T03:25:18.780Z] 4c33ba51430e: Pushed [2025-09-17T03:25:18.780Z] 9be97c627bf6: Pushed [2025-09-17T03:25:18.780Z] 3efcca4b52a1: Pushed [2025-09-17T03:25:18.780Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4: digest: sha256:cb105907c2573a131776e8b161be82a032c938667834fc264b2cb6d0f3c0c2f5 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:25:19.143Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:25:19.495Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2025-09-17T03:25:19.495Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-09-17T03:25:19.495Z] dff7421e7a12: Preparing [2025-09-17T03:25:19.495Z] 60eef75f4dad: Preparing [2025-09-17T03:25:19.495Z] 4c33ba51430e: Preparing [2025-09-17T03:25:19.495Z] 3efcca4b52a1: Preparing [2025-09-17T03:25:19.495Z] 90d8e83211a3: Preparing [2025-09-17T03:25:19.495Z] 09eba9569832: Preparing [2025-09-17T03:25:19.495Z] 0735035ea072: Preparing [2025-09-17T03:25:19.495Z] d387366a46dd: Preparing [2025-09-17T03:25:19.495Z] f64ed12c4bdf: Preparing [2025-09-17T03:25:19.495Z] fb64af3cd10f: Preparing [2025-09-17T03:25:19.495Z] 9be97c627bf6: Preparing [2025-09-17T03:25:19.495Z] 1e890da81ec9: Preparing [2025-09-17T03:25:19.495Z] 09eba9569832: Waiting [2025-09-17T03:25:19.495Z] 0735035ea072: Waiting [2025-09-17T03:25:19.495Z] d387366a46dd: Waiting [2025-09-17T03:25:19.495Z] 9be97c627bf6: Waiting [2025-09-17T03:25:19.495Z] 1e890da81ec9: Waiting [2025-09-17T03:25:19.495Z] f64ed12c4bdf: Waiting [2025-09-17T03:25:19.495Z] fb64af3cd10f: Waiting [2025-09-17T03:25:19.495Z] 4c33ba51430e: Layer already exists [2025-09-17T03:25:19.495Z] 3efcca4b52a1: Layer already exists [2025-09-17T03:25:19.495Z] 60eef75f4dad: Layer already exists [2025-09-17T03:25:19.495Z] dff7421e7a12: Layer already exists [2025-09-17T03:25:19.495Z] 90d8e83211a3: Layer already exists [2025-09-17T03:25:19.495Z] 09eba9569832: Layer already exists [2025-09-17T03:25:19.495Z] 0735035ea072: Layer already exists [2025-09-17T03:25:19.495Z] d387366a46dd: Layer already exists [2025-09-17T03:25:19.495Z] fb64af3cd10f: Layer already exists [2025-09-17T03:25:19.495Z] f64ed12c4bdf: Layer already exists [2025-09-17T03:25:19.495Z] 1e890da81ec9: Layer already exists [2025-09-17T03:25:19.495Z] 9be97c627bf6: Layer already exists [2025-09-17T03:25:19.759Z] latest: digest: sha256:cb105907c2573a131776e8b161be82a032c938667834fc264b2cb6d0f3c0c2f5 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:25:20.115Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:25:20.465Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.62 [2025-09-17T03:25:20.465Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-09-17T03:25:20.465Z] dff7421e7a12: Preparing [2025-09-17T03:25:20.465Z] 60eef75f4dad: Preparing [2025-09-17T03:25:20.465Z] 4c33ba51430e: Preparing [2025-09-17T03:25:20.465Z] 3efcca4b52a1: Preparing [2025-09-17T03:25:20.465Z] 90d8e83211a3: Preparing [2025-09-17T03:25:20.465Z] 09eba9569832: Preparing [2025-09-17T03:25:20.465Z] 0735035ea072: Preparing [2025-09-17T03:25:20.465Z] d387366a46dd: Preparing [2025-09-17T03:25:20.465Z] f64ed12c4bdf: Preparing [2025-09-17T03:25:20.465Z] fb64af3cd10f: Preparing [2025-09-17T03:25:20.465Z] 9be97c627bf6: Preparing [2025-09-17T03:25:20.465Z] 1e890da81ec9: Preparing [2025-09-17T03:25:20.465Z] d387366a46dd: Waiting [2025-09-17T03:25:20.465Z] f64ed12c4bdf: Waiting [2025-09-17T03:25:20.465Z] fb64af3cd10f: Waiting [2025-09-17T03:25:20.465Z] 9be97c627bf6: Waiting [2025-09-17T03:25:20.465Z] 1e890da81ec9: Waiting [2025-09-17T03:25:20.465Z] 09eba9569832: Waiting [2025-09-17T03:25:20.465Z] 0735035ea072: Waiting [2025-09-17T03:25:20.465Z] 3efcca4b52a1: Layer already exists [2025-09-17T03:25:20.465Z] 90d8e83211a3: Layer already exists [2025-09-17T03:25:20.465Z] dff7421e7a12: Layer already exists [2025-09-17T03:25:20.465Z] 4c33ba51430e: Layer already exists [2025-09-17T03:25:20.465Z] 60eef75f4dad: Layer already exists [2025-09-17T03:25:20.465Z] 09eba9569832: Layer already exists [2025-09-17T03:25:20.465Z] d387366a46dd: Layer already exists [2025-09-17T03:25:20.465Z] 0735035ea072: Layer already exists [2025-09-17T03:25:20.465Z] f64ed12c4bdf: Layer already exists [2025-09-17T03:25:20.465Z] fb64af3cd10f: Layer already exists [2025-09-17T03:25:20.465Z] 9be97c627bf6: Layer already exists [2025-09-17T03:25:20.465Z] 1e890da81ec9: Layer already exists [2025-09-17T03:25:20.729Z] 4.1.0-dev.62: digest: sha256:cb105907c2573a131776e8b161be82a032c938667834fc264b2cb6d0f3c0c2f5 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:25:21.079Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:25:21.427Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T03:25:21.427Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-09-17T03:25:21.427Z] dff7421e7a12: Preparing [2025-09-17T03:25:21.427Z] 60eef75f4dad: Preparing [2025-09-17T03:25:21.427Z] 4c33ba51430e: Preparing [2025-09-17T03:25:21.427Z] 3efcca4b52a1: Preparing [2025-09-17T03:25:21.427Z] 90d8e83211a3: Preparing [2025-09-17T03:25:21.427Z] 09eba9569832: Preparing [2025-09-17T03:25:21.427Z] 0735035ea072: Preparing [2025-09-17T03:25:21.427Z] d387366a46dd: Preparing [2025-09-17T03:25:21.427Z] f64ed12c4bdf: Preparing [2025-09-17T03:25:21.427Z] fb64af3cd10f: Preparing [2025-09-17T03:25:21.427Z] 9be97c627bf6: Preparing [2025-09-17T03:25:21.427Z] 1e890da81ec9: Preparing [2025-09-17T03:25:21.427Z] 09eba9569832: Waiting [2025-09-17T03:25:21.427Z] 0735035ea072: Waiting [2025-09-17T03:25:21.427Z] f64ed12c4bdf: Waiting [2025-09-17T03:25:21.427Z] d387366a46dd: Waiting [2025-09-17T03:25:21.427Z] fb64af3cd10f: Waiting [2025-09-17T03:25:21.427Z] 1e890da81ec9: Waiting [2025-09-17T03:25:21.427Z] 9be97c627bf6: Waiting [2025-09-17T03:25:21.427Z] 4c33ba51430e: Layer already exists [2025-09-17T03:25:21.427Z] dff7421e7a12: Layer already exists [2025-09-17T03:25:21.427Z] 90d8e83211a3: Layer already exists [2025-09-17T03:25:21.427Z] 3efcca4b52a1: Layer already exists [2025-09-17T03:25:21.427Z] 60eef75f4dad: Layer already exists [2025-09-17T03:25:21.427Z] 0735035ea072: Layer already exists [2025-09-17T03:25:21.427Z] 09eba9569832: Layer already exists [2025-09-17T03:25:21.427Z] f64ed12c4bdf: Layer already exists [2025-09-17T03:25:21.427Z] d387366a46dd: Layer already exists [2025-09-17T03:25:21.427Z] fb64af3cd10f: Layer already exists [2025-09-17T03:25:21.427Z] 1e890da81ec9: Layer already exists [2025-09-17T03:25:21.427Z] 9be97c627bf6: Layer already exists [2025-09-17T03:25:21.691Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62: digest: sha256:cb105907c2573a131776e8b161be82a032c938667834fc264b2cb6d0f3c0c2f5 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:25:22.045Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:25:22.397Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2025-09-17T03:25:22.397Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-09-17T03:25:22.397Z] dff7421e7a12: Preparing [2025-09-17T03:25:22.397Z] 60eef75f4dad: Preparing [2025-09-17T03:25:22.397Z] 4c33ba51430e: Preparing [2025-09-17T03:25:22.397Z] 3efcca4b52a1: Preparing [2025-09-17T03:25:22.397Z] 90d8e83211a3: Preparing [2025-09-17T03:25:22.397Z] 09eba9569832: Preparing [2025-09-17T03:25:22.397Z] 0735035ea072: Preparing [2025-09-17T03:25:22.397Z] d387366a46dd: Preparing [2025-09-17T03:25:22.397Z] f64ed12c4bdf: Preparing [2025-09-17T03:25:22.397Z] fb64af3cd10f: Preparing [2025-09-17T03:25:22.397Z] 9be97c627bf6: Preparing [2025-09-17T03:25:22.397Z] 1e890da81ec9: Preparing [2025-09-17T03:25:22.397Z] d387366a46dd: Waiting [2025-09-17T03:25:22.397Z] f64ed12c4bdf: Waiting [2025-09-17T03:25:22.397Z] fb64af3cd10f: Waiting [2025-09-17T03:25:22.397Z] 1e890da81ec9: Waiting [2025-09-17T03:25:22.397Z] 9be97c627bf6: Waiting [2025-09-17T03:25:22.397Z] 09eba9569832: Waiting [2025-09-17T03:25:22.397Z] 0735035ea072: Waiting [2025-09-17T03:25:22.397Z] dff7421e7a12: Layer already exists [2025-09-17T03:25:22.397Z] 90d8e83211a3: Layer already exists [2025-09-17T03:25:22.397Z] 4c33ba51430e: Layer already exists [2025-09-17T03:25:22.397Z] 60eef75f4dad: Layer already exists [2025-09-17T03:25:22.397Z] 3efcca4b52a1: Layer already exists [2025-09-17T03:25:22.397Z] d387366a46dd: Layer already exists [2025-09-17T03:25:22.397Z] 0735035ea072: Layer already exists [2025-09-17T03:25:22.397Z] 09eba9569832: Layer already exists [2025-09-17T03:25:22.397Z] f64ed12c4bdf: Layer already exists [2025-09-17T03:25:22.397Z] fb64af3cd10f: Layer already exists [2025-09-17T03:25:22.397Z] 9be97c627bf6: Layer already exists [2025-09-17T03:25:22.397Z] 1e890da81ec9: Layer already exists [2025-09-17T03:25:22.662Z] main: digest: sha256:cb105907c2573a131776e8b161be82a032c938667834fc264b2cb6d0f3c0c2f5 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-09-17T03:25:22.739Z] ===================================================== [Pipeline] echo [2025-09-17T03:25:22.755Z] taggedImages: [2025-09-17T03:25:22.755Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T03:25:22.755Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2025-09-17T03:25:22.755Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.62 [2025-09-17T03:25:22.755Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T03:25:22.755Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2025-09-17T03:25:22.787Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2025-09-17T03:25:22.787Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T03:25:22.787Z] latest [2025-09-17T03:25:22.787Z] 4.1.0-dev.62 [2025-09-17T03:25:22.787Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T03:25:22.787Z] main [2025-09-17T03:25:22.787Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:25:23.164Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:25:23.516Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T03:25:23.516Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-09-17T03:25:23.516Z] 5a8a6bec2150: Preparing [2025-09-17T03:25:23.516Z] 0b58eb68847f: Preparing [2025-09-17T03:25:23.516Z] d387366a46dd: Preparing [2025-09-17T03:25:23.516Z] f64ed12c4bdf: Preparing [2025-09-17T03:25:23.516Z] 34859b89b49c: Preparing [2025-09-17T03:25:23.516Z] 6f08e1c98763: Preparing [2025-09-17T03:25:23.516Z] 1e890da81ec9: Preparing [2025-09-17T03:25:23.516Z] 6f08e1c98763: Waiting [2025-09-17T03:25:23.516Z] 1e890da81ec9: Waiting [2025-09-17T03:25:23.516Z] f64ed12c4bdf: Layer already exists [2025-09-17T03:25:23.782Z] d387366a46dd: Layer already exists [2025-09-17T03:25:23.782Z] 1e890da81ec9: Layer already exists [2025-09-17T03:25:23.782Z] 5a8a6bec2150: Pushed [2025-09-17T03:25:24.047Z] 34859b89b49c: Pushed [2025-09-17T03:25:25.983Z] 6f08e1c98763: Pushed [2025-09-17T03:25:31.305Z] 0b58eb68847f: Pushed [2025-09-17T03:25:31.305Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4: digest: sha256:bdd50b4583a42b7789450357e65c65006b1fd00274de4b9bb92170d5a26efe45 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:25:31.661Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:25:32.008Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2025-09-17T03:25:32.008Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-09-17T03:25:32.008Z] 5a8a6bec2150: Preparing [2025-09-17T03:25:32.008Z] 0b58eb68847f: Preparing [2025-09-17T03:25:32.008Z] d387366a46dd: Preparing [2025-09-17T03:25:32.008Z] f64ed12c4bdf: Preparing [2025-09-17T03:25:32.008Z] 34859b89b49c: Preparing [2025-09-17T03:25:32.008Z] 6f08e1c98763: Preparing [2025-09-17T03:25:32.008Z] 1e890da81ec9: Preparing [2025-09-17T03:25:32.008Z] 6f08e1c98763: Waiting [2025-09-17T03:25:32.008Z] 1e890da81ec9: Waiting [2025-09-17T03:25:32.008Z] 34859b89b49c: Layer already exists [2025-09-17T03:25:32.008Z] d387366a46dd: Layer already exists [2025-09-17T03:25:32.008Z] f64ed12c4bdf: Layer already exists [2025-09-17T03:25:32.008Z] 5a8a6bec2150: Layer already exists [2025-09-17T03:25:32.008Z] 0b58eb68847f: Layer already exists [2025-09-17T03:25:32.008Z] 1e890da81ec9: Layer already exists [2025-09-17T03:25:32.008Z] 6f08e1c98763: Layer already exists [2025-09-17T03:25:32.272Z] latest: digest: sha256:bdd50b4583a42b7789450357e65c65006b1fd00274de4b9bb92170d5a26efe45 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:25:32.616Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:25:32.969Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.62 [2025-09-17T03:25:32.969Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-09-17T03:25:32.969Z] 5a8a6bec2150: Preparing [2025-09-17T03:25:32.969Z] 0b58eb68847f: Preparing [2025-09-17T03:25:32.969Z] d387366a46dd: Preparing [2025-09-17T03:25:32.969Z] f64ed12c4bdf: Preparing [2025-09-17T03:25:32.969Z] 34859b89b49c: Preparing [2025-09-17T03:25:32.969Z] 6f08e1c98763: Preparing [2025-09-17T03:25:32.969Z] 1e890da81ec9: Preparing [2025-09-17T03:25:32.969Z] 6f08e1c98763: Waiting [2025-09-17T03:25:32.969Z] 1e890da81ec9: Waiting [2025-09-17T03:25:32.969Z] f64ed12c4bdf: Layer already exists [2025-09-17T03:25:32.969Z] 5a8a6bec2150: Layer already exists [2025-09-17T03:25:32.969Z] d387366a46dd: Layer already exists [2025-09-17T03:25:32.969Z] 34859b89b49c: Layer already exists [2025-09-17T03:25:32.969Z] 0b58eb68847f: Layer already exists [2025-09-17T03:25:32.969Z] 6f08e1c98763: Layer already exists [2025-09-17T03:25:32.969Z] 1e890da81ec9: Layer already exists [2025-09-17T03:25:32.969Z] 4.1.0-dev.62: digest: sha256:bdd50b4583a42b7789450357e65c65006b1fd00274de4b9bb92170d5a26efe45 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:25:33.589Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:25:33.945Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T03:25:33.946Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-09-17T03:25:33.946Z] 5a8a6bec2150: Preparing [2025-09-17T03:25:33.946Z] 0b58eb68847f: Preparing [2025-09-17T03:25:33.946Z] d387366a46dd: Preparing [2025-09-17T03:25:33.946Z] f64ed12c4bdf: Preparing [2025-09-17T03:25:33.946Z] 34859b89b49c: Preparing [2025-09-17T03:25:33.946Z] 6f08e1c98763: Preparing [2025-09-17T03:25:33.946Z] 1e890da81ec9: Preparing [2025-09-17T03:25:33.946Z] 6f08e1c98763: Waiting [2025-09-17T03:25:33.946Z] 1e890da81ec9: Waiting [2025-09-17T03:25:33.946Z] d387366a46dd: Layer already exists [2025-09-17T03:25:33.946Z] 0b58eb68847f: Layer already exists [2025-09-17T03:25:33.946Z] 34859b89b49c: Layer already exists [2025-09-17T03:25:33.946Z] f64ed12c4bdf: Layer already exists [2025-09-17T03:25:33.946Z] 5a8a6bec2150: Layer already exists [2025-09-17T03:25:33.946Z] 1e890da81ec9: Layer already exists [2025-09-17T03:25:33.946Z] 6f08e1c98763: Layer already exists [2025-09-17T03:25:33.946Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62: digest: sha256:bdd50b4583a42b7789450357e65c65006b1fd00274de4b9bb92170d5a26efe45 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:25:34.571Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:25:34.927Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2025-09-17T03:25:34.927Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-09-17T03:25:34.928Z] 5a8a6bec2150: Preparing [2025-09-17T03:25:34.928Z] 0b58eb68847f: Preparing [2025-09-17T03:25:34.928Z] d387366a46dd: Preparing [2025-09-17T03:25:34.928Z] f64ed12c4bdf: Preparing [2025-09-17T03:25:34.928Z] 34859b89b49c: Preparing [2025-09-17T03:25:34.928Z] 6f08e1c98763: Preparing [2025-09-17T03:25:34.928Z] 1e890da81ec9: Preparing [2025-09-17T03:25:34.928Z] 6f08e1c98763: Waiting [2025-09-17T03:25:34.928Z] 1e890da81ec9: Waiting [2025-09-17T03:25:34.928Z] 0b58eb68847f: Layer already exists [2025-09-17T03:25:34.928Z] 34859b89b49c: Layer already exists [2025-09-17T03:25:34.928Z] d387366a46dd: Layer already exists [2025-09-17T03:25:34.928Z] f64ed12c4bdf: Layer already exists [2025-09-17T03:25:34.928Z] 5a8a6bec2150: Layer already exists [2025-09-17T03:25:34.928Z] 6f08e1c98763: Layer already exists [2025-09-17T03:25:34.928Z] 1e890da81ec9: Layer already exists [2025-09-17T03:25:35.191Z] main: digest: sha256:bdd50b4583a42b7789450357e65c65006b1fd00274de4b9bb92170d5a26efe45 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-09-17T03:25:35.274Z] ===================================================== [Pipeline] echo [2025-09-17T03:25:35.291Z] taggedImages: [2025-09-17T03:25:35.291Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T03:25:35.291Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2025-09-17T03:25:35.291Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.62 [2025-09-17T03:25:35.291Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T03:25:35.291Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2025-09-17T03:25:35.326Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2025-09-17T03:25:35.326Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T03:25:35.326Z] latest [2025-09-17T03:25:35.326Z] 4.1.0-dev.62 [2025-09-17T03:25:35.326Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T03:25:35.326Z] main [2025-09-17T03:25:35.326Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:25:35.704Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:25:36.322Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T03:25:36.323Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-09-17T03:25:36.323Z] f2199d4706d5: Preparing [2025-09-17T03:25:36.323Z] 576f28f64c85: Preparing [2025-09-17T03:25:36.323Z] fc758af8014c: Preparing [2025-09-17T03:25:36.323Z] d387366a46dd: Preparing [2025-09-17T03:25:36.323Z] f64ed12c4bdf: Preparing [2025-09-17T03:25:36.323Z] d8f0e4ff0ff6: Preparing [2025-09-17T03:25:36.323Z] 498f5f96cbed: Preparing [2025-09-17T03:25:36.323Z] cedc7b911b1e: Preparing [2025-09-17T03:25:36.323Z] 61ae4d7ba799: Preparing [2025-09-17T03:25:36.323Z] 1e890da81ec9: Preparing [2025-09-17T03:25:36.323Z] cedc7b911b1e: Waiting [2025-09-17T03:25:36.323Z] 61ae4d7ba799: Waiting [2025-09-17T03:25:36.323Z] d8f0e4ff0ff6: Waiting [2025-09-17T03:25:36.323Z] 1e890da81ec9: Waiting [2025-09-17T03:25:36.323Z] 498f5f96cbed: Waiting [2025-09-17T03:25:36.323Z] f64ed12c4bdf: Layer already exists [2025-09-17T03:25:36.323Z] d387366a46dd: Layer already exists [2025-09-17T03:25:36.589Z] fc758af8014c: Pushed [2025-09-17T03:25:36.589Z] 576f28f64c85: Pushed [2025-09-17T03:25:36.589Z] f2199d4706d5: Pushed [2025-09-17T03:25:36.589Z] 1e890da81ec9: Layer already exists [2025-09-17T03:25:36.857Z] cedc7b911b1e: Pushed [2025-09-17T03:25:37.437Z] 61ae4d7ba799: Pushed [2025-09-17T03:25:47.619Z] 498f5f96cbed: Pushed [2025-09-17T03:26:02.591Z] d8f0e4ff0ff6: Pushed [2025-09-17T03:26:02.591Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4: digest: sha256:b11c319a2e8533b5409cac45764fd90d9eb96d724f045e21dee4520a6ad90964 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:26:02.958Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:26:03.317Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2025-09-17T03:26:03.317Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-09-17T03:26:03.317Z] f2199d4706d5: Preparing [2025-09-17T03:26:03.317Z] 576f28f64c85: Preparing [2025-09-17T03:26:03.317Z] fc758af8014c: Preparing [2025-09-17T03:26:03.317Z] d387366a46dd: Preparing [2025-09-17T03:26:03.317Z] f64ed12c4bdf: Preparing [2025-09-17T03:26:03.317Z] d8f0e4ff0ff6: Preparing [2025-09-17T03:26:03.317Z] 498f5f96cbed: Preparing [2025-09-17T03:26:03.317Z] cedc7b911b1e: Preparing [2025-09-17T03:26:03.317Z] 61ae4d7ba799: Preparing [2025-09-17T03:26:03.317Z] 1e890da81ec9: Preparing [2025-09-17T03:26:03.317Z] 498f5f96cbed: Waiting [2025-09-17T03:26:03.317Z] cedc7b911b1e: Waiting [2025-09-17T03:26:03.317Z] 61ae4d7ba799: Waiting [2025-09-17T03:26:03.317Z] 1e890da81ec9: Waiting [2025-09-17T03:26:03.317Z] d8f0e4ff0ff6: Waiting [2025-09-17T03:26:03.317Z] f2199d4706d5: Layer already exists [2025-09-17T03:26:03.317Z] f64ed12c4bdf: Layer already exists [2025-09-17T03:26:03.317Z] fc758af8014c: Layer already exists [2025-09-17T03:26:03.317Z] d387366a46dd: Layer already exists [2025-09-17T03:26:03.317Z] 576f28f64c85: Layer already exists [2025-09-17T03:26:03.317Z] d8f0e4ff0ff6: Layer already exists [2025-09-17T03:26:03.317Z] 498f5f96cbed: Layer already exists [2025-09-17T03:26:03.317Z] 1e890da81ec9: Layer already exists [2025-09-17T03:26:03.317Z] cedc7b911b1e: Layer already exists [2025-09-17T03:26:03.317Z] 61ae4d7ba799: Layer already exists [2025-09-17T03:26:03.317Z] latest: digest: sha256:b11c319a2e8533b5409cac45764fd90d9eb96d724f045e21dee4520a6ad90964 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:26:03.938Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:26:04.294Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.62 [2025-09-17T03:26:04.294Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-09-17T03:26:04.294Z] f2199d4706d5: Preparing [2025-09-17T03:26:04.294Z] 576f28f64c85: Preparing [2025-09-17T03:26:04.294Z] fc758af8014c: Preparing [2025-09-17T03:26:04.294Z] d387366a46dd: Preparing [2025-09-17T03:26:04.294Z] f64ed12c4bdf: Preparing [2025-09-17T03:26:04.294Z] d8f0e4ff0ff6: Preparing [2025-09-17T03:26:04.294Z] 498f5f96cbed: Preparing [2025-09-17T03:26:04.294Z] cedc7b911b1e: Preparing [2025-09-17T03:26:04.294Z] 61ae4d7ba799: Preparing [2025-09-17T03:26:04.294Z] 1e890da81ec9: Preparing [2025-09-17T03:26:04.294Z] d8f0e4ff0ff6: Waiting [2025-09-17T03:26:04.294Z] 498f5f96cbed: Waiting [2025-09-17T03:26:04.294Z] cedc7b911b1e: Waiting [2025-09-17T03:26:04.294Z] 61ae4d7ba799: Waiting [2025-09-17T03:26:04.294Z] 1e890da81ec9: Waiting [2025-09-17T03:26:04.294Z] f64ed12c4bdf: Layer already exists [2025-09-17T03:26:04.294Z] f2199d4706d5: Layer already exists [2025-09-17T03:26:04.294Z] fc758af8014c: Layer already exists [2025-09-17T03:26:04.294Z] d387366a46dd: Layer already exists [2025-09-17T03:26:04.294Z] 576f28f64c85: Layer already exists [2025-09-17T03:26:04.294Z] 498f5f96cbed: Layer already exists [2025-09-17T03:26:04.294Z] 61ae4d7ba799: Layer already exists [2025-09-17T03:26:04.294Z] cedc7b911b1e: Layer already exists [2025-09-17T03:26:04.294Z] 1e890da81ec9: Layer already exists [2025-09-17T03:26:04.294Z] d8f0e4ff0ff6: Layer already exists [2025-09-17T03:26:04.557Z] 4.1.0-dev.62: digest: sha256:b11c319a2e8533b5409cac45764fd90d9eb96d724f045e21dee4520a6ad90964 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:26:04.909Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:26:05.259Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T03:26:05.259Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-09-17T03:26:05.259Z] f2199d4706d5: Preparing [2025-09-17T03:26:05.259Z] 576f28f64c85: Preparing [2025-09-17T03:26:05.259Z] fc758af8014c: Preparing [2025-09-17T03:26:05.259Z] d387366a46dd: Preparing [2025-09-17T03:26:05.259Z] f64ed12c4bdf: Preparing [2025-09-17T03:26:05.259Z] d8f0e4ff0ff6: Preparing [2025-09-17T03:26:05.259Z] 498f5f96cbed: Preparing [2025-09-17T03:26:05.259Z] cedc7b911b1e: Preparing [2025-09-17T03:26:05.259Z] 61ae4d7ba799: Preparing [2025-09-17T03:26:05.259Z] 1e890da81ec9: Preparing [2025-09-17T03:26:05.259Z] cedc7b911b1e: Waiting [2025-09-17T03:26:05.259Z] 61ae4d7ba799: Waiting [2025-09-17T03:26:05.259Z] d8f0e4ff0ff6: Waiting [2025-09-17T03:26:05.259Z] 1e890da81ec9: Waiting [2025-09-17T03:26:05.259Z] 498f5f96cbed: Waiting [2025-09-17T03:26:05.259Z] fc758af8014c: Layer already exists [2025-09-17T03:26:05.259Z] f2199d4706d5: Layer already exists [2025-09-17T03:26:05.259Z] 576f28f64c85: Layer already exists [2025-09-17T03:26:05.259Z] f64ed12c4bdf: Layer already exists [2025-09-17T03:26:05.259Z] d387366a46dd: Layer already exists [2025-09-17T03:26:05.259Z] 498f5f96cbed: Layer already exists [2025-09-17T03:26:05.259Z] d8f0e4ff0ff6: Layer already exists [2025-09-17T03:26:05.259Z] cedc7b911b1e: Layer already exists [2025-09-17T03:26:05.259Z] 1e890da81ec9: Layer already exists [2025-09-17T03:26:05.259Z] 61ae4d7ba799: Layer already exists [2025-09-17T03:26:05.523Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62: digest: sha256:b11c319a2e8533b5409cac45764fd90d9eb96d724f045e21dee4520a6ad90964 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:26:05.890Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:26:06.240Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2025-09-17T03:26:06.240Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-09-17T03:26:06.240Z] f2199d4706d5: Preparing [2025-09-17T03:26:06.240Z] 576f28f64c85: Preparing [2025-09-17T03:26:06.240Z] fc758af8014c: Preparing [2025-09-17T03:26:06.240Z] d387366a46dd: Preparing [2025-09-17T03:26:06.240Z] f64ed12c4bdf: Preparing [2025-09-17T03:26:06.240Z] d8f0e4ff0ff6: Preparing [2025-09-17T03:26:06.240Z] 498f5f96cbed: Preparing [2025-09-17T03:26:06.240Z] cedc7b911b1e: Preparing [2025-09-17T03:26:06.240Z] 61ae4d7ba799: Preparing [2025-09-17T03:26:06.240Z] 1e890da81ec9: Preparing [2025-09-17T03:26:06.240Z] 498f5f96cbed: Waiting [2025-09-17T03:26:06.240Z] cedc7b911b1e: Waiting [2025-09-17T03:26:06.240Z] 61ae4d7ba799: Waiting [2025-09-17T03:26:06.240Z] 1e890da81ec9: Waiting [2025-09-17T03:26:06.240Z] d8f0e4ff0ff6: Waiting [2025-09-17T03:26:06.240Z] f2199d4706d5: Layer already exists [2025-09-17T03:26:06.240Z] fc758af8014c: Layer already exists [2025-09-17T03:26:06.240Z] d387366a46dd: Layer already exists [2025-09-17T03:26:06.240Z] 576f28f64c85: Layer already exists [2025-09-17T03:26:06.240Z] f64ed12c4bdf: Layer already exists [2025-09-17T03:26:06.240Z] d8f0e4ff0ff6: Layer already exists [2025-09-17T03:26:06.240Z] 498f5f96cbed: Layer already exists [2025-09-17T03:26:06.240Z] cedc7b911b1e: Layer already exists [2025-09-17T03:26:06.240Z] 1e890da81ec9: Layer already exists [2025-09-17T03:26:06.240Z] 61ae4d7ba799: Layer already exists [2025-09-17T03:26:06.502Z] main: digest: sha256:b11c319a2e8533b5409cac45764fd90d9eb96d724f045e21dee4520a6ad90964 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-09-17T03:26:06.577Z] ===================================================== [Pipeline] echo [2025-09-17T03:26:06.592Z] taggedImages: [2025-09-17T03:26:06.592Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T03:26:06.592Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2025-09-17T03:26:06.592Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.62 [2025-09-17T03:26:06.592Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T03:26:06.592Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2025-09-17T03:26:06.622Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2025-09-17T03:26:06.622Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T03:26:06.622Z] latest [2025-09-17T03:26:06.622Z] 4.1.0-dev.62 [2025-09-17T03:26:06.622Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T03:26:06.622Z] main [2025-09-17T03:26:06.622Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:26:06.998Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:26:07.351Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T03:26:07.351Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-09-17T03:26:07.351Z] bb9abf6c4d30: Preparing [2025-09-17T03:26:07.351Z] 886e29787bea: Preparing [2025-09-17T03:26:07.351Z] 9bb507f36fc9: Preparing [2025-09-17T03:26:07.351Z] d387366a46dd: Preparing [2025-09-17T03:26:07.351Z] f64ed12c4bdf: Preparing [2025-09-17T03:26:07.351Z] d8f0e4ff0ff6: Preparing [2025-09-17T03:26:07.351Z] dd7b7339f6ee: Preparing [2025-09-17T03:26:07.351Z] 771ce21805f7: Preparing [2025-09-17T03:26:07.351Z] 1e890da81ec9: Preparing [2025-09-17T03:26:07.351Z] dd7b7339f6ee: Waiting [2025-09-17T03:26:07.351Z] 771ce21805f7: Waiting [2025-09-17T03:26:07.351Z] 1e890da81ec9: Waiting [2025-09-17T03:26:07.351Z] d8f0e4ff0ff6: Waiting [2025-09-17T03:26:07.351Z] f64ed12c4bdf: Layer already exists [2025-09-17T03:26:07.351Z] d387366a46dd: Layer already exists [2025-09-17T03:26:07.620Z] d8f0e4ff0ff6: Layer already exists [2025-09-17T03:26:07.620Z] 9bb507f36fc9: Pushed [2025-09-17T03:26:07.620Z] 886e29787bea: Pushed [2025-09-17T03:26:07.620Z] bb9abf6c4d30: Pushed [2025-09-17T03:26:07.620Z] 1e890da81ec9: Layer already exists [2025-09-17T03:26:07.885Z] dd7b7339f6ee: Pushed [2025-09-17T03:26:08.149Z] 771ce21805f7: Pushed [2025-09-17T03:26:08.414Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4: digest: sha256:e1eeefa8880ed4b7efefbc80889d7e4c3cd8d8d21a626faa24e1216c8e895b7c size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:26:08.769Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:26:09.125Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2025-09-17T03:26:09.125Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-09-17T03:26:09.125Z] bb9abf6c4d30: Preparing [2025-09-17T03:26:09.125Z] 886e29787bea: Preparing [2025-09-17T03:26:09.125Z] 9bb507f36fc9: Preparing [2025-09-17T03:26:09.125Z] d387366a46dd: Preparing [2025-09-17T03:26:09.125Z] f64ed12c4bdf: Preparing [2025-09-17T03:26:09.125Z] d8f0e4ff0ff6: Preparing [2025-09-17T03:26:09.125Z] dd7b7339f6ee: Preparing [2025-09-17T03:26:09.125Z] 771ce21805f7: Preparing [2025-09-17T03:26:09.125Z] 1e890da81ec9: Preparing [2025-09-17T03:26:09.125Z] d8f0e4ff0ff6: Waiting [2025-09-17T03:26:09.125Z] dd7b7339f6ee: Waiting [2025-09-17T03:26:09.125Z] 771ce21805f7: Waiting [2025-09-17T03:26:09.125Z] 1e890da81ec9: Waiting [2025-09-17T03:26:09.125Z] 886e29787bea: Layer already exists [2025-09-17T03:26:09.125Z] 9bb507f36fc9: Layer already exists [2025-09-17T03:26:09.125Z] f64ed12c4bdf: Layer already exists [2025-09-17T03:26:09.125Z] d387366a46dd: Layer already exists [2025-09-17T03:26:09.125Z] bb9abf6c4d30: Layer already exists [2025-09-17T03:26:09.125Z] 1e890da81ec9: Layer already exists [2025-09-17T03:26:09.125Z] dd7b7339f6ee: Layer already exists [2025-09-17T03:26:09.125Z] d8f0e4ff0ff6: Layer already exists [2025-09-17T03:26:09.125Z] 771ce21805f7: Layer already exists [2025-09-17T03:26:09.390Z] latest: digest: sha256:e1eeefa8880ed4b7efefbc80889d7e4c3cd8d8d21a626faa24e1216c8e895b7c size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:26:09.744Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:26:10.088Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.62 [2025-09-17T03:26:10.088Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-09-17T03:26:10.088Z] bb9abf6c4d30: Preparing [2025-09-17T03:26:10.088Z] 886e29787bea: Preparing [2025-09-17T03:26:10.088Z] 9bb507f36fc9: Preparing [2025-09-17T03:26:10.088Z] d387366a46dd: Preparing [2025-09-17T03:26:10.088Z] f64ed12c4bdf: Preparing [2025-09-17T03:26:10.088Z] d8f0e4ff0ff6: Preparing [2025-09-17T03:26:10.088Z] dd7b7339f6ee: Preparing [2025-09-17T03:26:10.088Z] 771ce21805f7: Preparing [2025-09-17T03:26:10.088Z] 1e890da81ec9: Preparing [2025-09-17T03:26:10.088Z] dd7b7339f6ee: Waiting [2025-09-17T03:26:10.088Z] 771ce21805f7: Waiting [2025-09-17T03:26:10.088Z] 1e890da81ec9: Waiting [2025-09-17T03:26:10.088Z] d8f0e4ff0ff6: Waiting [2025-09-17T03:26:10.088Z] d387366a46dd: Layer already exists [2025-09-17T03:26:10.088Z] 9bb507f36fc9: Layer already exists [2025-09-17T03:26:10.088Z] bb9abf6c4d30: Layer already exists [2025-09-17T03:26:10.088Z] f64ed12c4bdf: Layer already exists [2025-09-17T03:26:10.088Z] 886e29787bea: Layer already exists [2025-09-17T03:26:10.088Z] d8f0e4ff0ff6: Layer already exists [2025-09-17T03:26:10.088Z] dd7b7339f6ee: Layer already exists [2025-09-17T03:26:10.088Z] 771ce21805f7: Layer already exists [2025-09-17T03:26:10.088Z] 1e890da81ec9: Layer already exists [2025-09-17T03:26:10.351Z] 4.1.0-dev.62: digest: sha256:e1eeefa8880ed4b7efefbc80889d7e4c3cd8d8d21a626faa24e1216c8e895b7c size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:26:10.809Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:26:11.161Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T03:26:11.161Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-09-17T03:26:11.161Z] bb9abf6c4d30: Preparing [2025-09-17T03:26:11.161Z] 886e29787bea: Preparing [2025-09-17T03:26:11.161Z] 9bb507f36fc9: Preparing [2025-09-17T03:26:11.161Z] d387366a46dd: Preparing [2025-09-17T03:26:11.161Z] f64ed12c4bdf: Preparing [2025-09-17T03:26:11.161Z] d8f0e4ff0ff6: Preparing [2025-09-17T03:26:11.161Z] dd7b7339f6ee: Preparing [2025-09-17T03:26:11.161Z] 771ce21805f7: Preparing [2025-09-17T03:26:11.161Z] 1e890da81ec9: Preparing [2025-09-17T03:26:11.161Z] dd7b7339f6ee: Waiting [2025-09-17T03:26:11.161Z] 771ce21805f7: Waiting [2025-09-17T03:26:11.161Z] 1e890da81ec9: Waiting [2025-09-17T03:26:11.161Z] d8f0e4ff0ff6: Waiting [2025-09-17T03:26:11.161Z] d387366a46dd: Layer already exists [2025-09-17T03:26:11.161Z] 886e29787bea: Layer already exists [2025-09-17T03:26:11.161Z] bb9abf6c4d30: Layer already exists [2025-09-17T03:26:11.161Z] f64ed12c4bdf: Layer already exists [2025-09-17T03:26:11.161Z] 9bb507f36fc9: Layer already exists [2025-09-17T03:26:11.161Z] 771ce21805f7: Layer already exists [2025-09-17T03:26:11.161Z] d8f0e4ff0ff6: Layer already exists [2025-09-17T03:26:11.161Z] dd7b7339f6ee: Layer already exists [2025-09-17T03:26:11.161Z] 1e890da81ec9: Layer already exists [2025-09-17T03:26:11.161Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62: digest: sha256:e1eeefa8880ed4b7efefbc80889d7e4c3cd8d8d21a626faa24e1216c8e895b7c size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:26:11.782Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:26:12.392Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2025-09-17T03:26:12.392Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-09-17T03:26:12.392Z] bb9abf6c4d30: Preparing [2025-09-17T03:26:12.392Z] 886e29787bea: Preparing [2025-09-17T03:26:12.392Z] 9bb507f36fc9: Preparing [2025-09-17T03:26:12.392Z] d387366a46dd: Preparing [2025-09-17T03:26:12.392Z] f64ed12c4bdf: Preparing [2025-09-17T03:26:12.392Z] d8f0e4ff0ff6: Preparing [2025-09-17T03:26:12.392Z] dd7b7339f6ee: Preparing [2025-09-17T03:26:12.393Z] 771ce21805f7: Preparing [2025-09-17T03:26:12.393Z] 1e890da81ec9: Preparing [2025-09-17T03:26:12.393Z] d8f0e4ff0ff6: Waiting [2025-09-17T03:26:12.393Z] dd7b7339f6ee: Waiting [2025-09-17T03:26:12.393Z] 771ce21805f7: Waiting [2025-09-17T03:26:12.393Z] 1e890da81ec9: Waiting [2025-09-17T03:26:12.393Z] bb9abf6c4d30: Layer already exists [2025-09-17T03:26:12.393Z] 9bb507f36fc9: Layer already exists [2025-09-17T03:26:12.393Z] d387366a46dd: Layer already exists [2025-09-17T03:26:12.393Z] 886e29787bea: Layer already exists [2025-09-17T03:26:12.393Z] f64ed12c4bdf: Layer already exists [2025-09-17T03:26:12.393Z] d8f0e4ff0ff6: Layer already exists [2025-09-17T03:26:12.393Z] 771ce21805f7: Layer already exists [2025-09-17T03:26:12.393Z] dd7b7339f6ee: Layer already exists [2025-09-17T03:26:12.393Z] 1e890da81ec9: Layer already exists [2025-09-17T03:26:12.393Z] main: digest: sha256:e1eeefa8880ed4b7efefbc80889d7e4c3cd8d8d21a626faa24e1216c8e895b7c size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-09-17T03:26:12.736Z] ===================================================== [Pipeline] echo [2025-09-17T03:26:12.751Z] taggedImages: [2025-09-17T03:26:12.751Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T03:26:12.751Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2025-09-17T03:26:12.751Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.62 [2025-09-17T03:26:12.751Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T03:26:12.751Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2025-09-17T03:26:12.779Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2025-09-17T03:26:12.779Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T03:26:12.779Z] latest [2025-09-17T03:26:12.779Z] 4.1.0-dev.62 [2025-09-17T03:26:12.779Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T03:26:12.779Z] main [2025-09-17T03:26:12.779Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:26:13.151Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:26:13.495Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T03:26:13.495Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-09-17T03:26:13.495Z] f2199d4706d5: Preparing [2025-09-17T03:26:13.495Z] 25a16767a4e6: Preparing [2025-09-17T03:26:13.495Z] 851972f90052: Preparing [2025-09-17T03:26:13.495Z] d387366a46dd: Preparing [2025-09-17T03:26:13.495Z] f64ed12c4bdf: Preparing [2025-09-17T03:26:13.495Z] 069ac78e63bc: Preparing [2025-09-17T03:26:13.495Z] cedc7b911b1e: Preparing [2025-09-17T03:26:13.495Z] 61ae4d7ba799: Preparing [2025-09-17T03:26:13.495Z] 1e890da81ec9: Preparing [2025-09-17T03:26:13.495Z] cedc7b911b1e: Waiting [2025-09-17T03:26:13.495Z] 61ae4d7ba799: Waiting [2025-09-17T03:26:13.495Z] 1e890da81ec9: Waiting [2025-09-17T03:26:13.495Z] 069ac78e63bc: Waiting [2025-09-17T03:26:13.495Z] f2199d4706d5: Layer already exists [2025-09-17T03:26:13.495Z] f64ed12c4bdf: Layer already exists [2025-09-17T03:26:13.495Z] d387366a46dd: Layer already exists [2025-09-17T03:26:13.495Z] cedc7b911b1e: Layer already exists [2025-09-17T03:26:13.759Z] 61ae4d7ba799: Layer already exists [2025-09-17T03:26:13.759Z] 1e890da81ec9: Layer already exists [2025-09-17T03:26:13.759Z] 851972f90052: Pushed [2025-09-17T03:26:13.759Z] 25a16767a4e6: Pushed [2025-09-17T03:26:40.376Z] 069ac78e63bc: Pushed [2025-09-17T03:26:40.376Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4: digest: sha256:c7c3e08e3ed8c95a33ba93beca4ec5db14c2d04ba8188e038c8afa699e0e001b size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:26:40.724Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:26:41.075Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2025-09-17T03:26:41.075Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-09-17T03:26:41.075Z] f2199d4706d5: Preparing [2025-09-17T03:26:41.075Z] 25a16767a4e6: Preparing [2025-09-17T03:26:41.075Z] 851972f90052: Preparing [2025-09-17T03:26:41.075Z] d387366a46dd: Preparing [2025-09-17T03:26:41.075Z] f64ed12c4bdf: Preparing [2025-09-17T03:26:41.075Z] 069ac78e63bc: Preparing [2025-09-17T03:26:41.075Z] cedc7b911b1e: Preparing [2025-09-17T03:26:41.075Z] 61ae4d7ba799: Preparing [2025-09-17T03:26:41.075Z] 1e890da81ec9: Preparing [2025-09-17T03:26:41.075Z] 069ac78e63bc: Waiting [2025-09-17T03:26:41.075Z] 1e890da81ec9: Waiting [2025-09-17T03:26:41.075Z] 61ae4d7ba799: Waiting [2025-09-17T03:26:41.075Z] d387366a46dd: Layer already exists [2025-09-17T03:26:41.075Z] 25a16767a4e6: Layer already exists [2025-09-17T03:26:41.075Z] f64ed12c4bdf: Layer already exists [2025-09-17T03:26:41.075Z] f2199d4706d5: Layer already exists [2025-09-17T03:26:41.075Z] 851972f90052: Layer already exists [2025-09-17T03:26:41.075Z] 069ac78e63bc: Layer already exists [2025-09-17T03:26:41.075Z] 61ae4d7ba799: Layer already exists [2025-09-17T03:26:41.075Z] 1e890da81ec9: Layer already exists [2025-09-17T03:26:41.075Z] cedc7b911b1e: Layer already exists [2025-09-17T03:26:41.338Z] latest: digest: sha256:c7c3e08e3ed8c95a33ba93beca4ec5db14c2d04ba8188e038c8afa699e0e001b size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:26:41.686Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:26:42.035Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.62 [2025-09-17T03:26:42.035Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-09-17T03:26:42.035Z] f2199d4706d5: Preparing [2025-09-17T03:26:42.035Z] 25a16767a4e6: Preparing [2025-09-17T03:26:42.035Z] 851972f90052: Preparing [2025-09-17T03:26:42.035Z] d387366a46dd: Preparing [2025-09-17T03:26:42.035Z] f64ed12c4bdf: Preparing [2025-09-17T03:26:42.035Z] 069ac78e63bc: Preparing [2025-09-17T03:26:42.035Z] cedc7b911b1e: Preparing [2025-09-17T03:26:42.035Z] 61ae4d7ba799: Preparing [2025-09-17T03:26:42.035Z] 1e890da81ec9: Preparing [2025-09-17T03:26:42.035Z] cedc7b911b1e: Waiting [2025-09-17T03:26:42.035Z] 61ae4d7ba799: Waiting [2025-09-17T03:26:42.035Z] 1e890da81ec9: Waiting [2025-09-17T03:26:42.035Z] 069ac78e63bc: Waiting [2025-09-17T03:26:42.035Z] f64ed12c4bdf: Layer already exists [2025-09-17T03:26:42.035Z] d387366a46dd: Layer already exists [2025-09-17T03:26:42.035Z] 25a16767a4e6: Layer already exists [2025-09-17T03:26:42.035Z] f2199d4706d5: Layer already exists [2025-09-17T03:26:42.035Z] 851972f90052: Layer already exists [2025-09-17T03:26:42.035Z] 069ac78e63bc: Layer already exists [2025-09-17T03:26:42.035Z] 61ae4d7ba799: Layer already exists [2025-09-17T03:26:42.035Z] 1e890da81ec9: Layer already exists [2025-09-17T03:26:42.035Z] cedc7b911b1e: Layer already exists [2025-09-17T03:26:42.035Z] 4.1.0-dev.62: digest: sha256:c7c3e08e3ed8c95a33ba93beca4ec5db14c2d04ba8188e038c8afa699e0e001b size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:26:42.648Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:26:42.993Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T03:26:42.993Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-09-17T03:26:42.993Z] f2199d4706d5: Preparing [2025-09-17T03:26:42.993Z] 25a16767a4e6: Preparing [2025-09-17T03:26:42.993Z] 851972f90052: Preparing [2025-09-17T03:26:42.993Z] d387366a46dd: Preparing [2025-09-17T03:26:42.993Z] f64ed12c4bdf: Preparing [2025-09-17T03:26:42.993Z] 069ac78e63bc: Preparing [2025-09-17T03:26:42.993Z] cedc7b911b1e: Preparing [2025-09-17T03:26:42.993Z] 61ae4d7ba799: Preparing [2025-09-17T03:26:42.993Z] 1e890da81ec9: Preparing [2025-09-17T03:26:42.993Z] cedc7b911b1e: Waiting [2025-09-17T03:26:42.993Z] 61ae4d7ba799: Waiting [2025-09-17T03:26:42.993Z] 1e890da81ec9: Waiting [2025-09-17T03:26:42.993Z] 069ac78e63bc: Waiting [2025-09-17T03:26:42.993Z] 25a16767a4e6: Layer already exists [2025-09-17T03:26:42.993Z] f64ed12c4bdf: Layer already exists [2025-09-17T03:26:42.993Z] 851972f90052: Layer already exists [2025-09-17T03:26:42.993Z] d387366a46dd: Layer already exists [2025-09-17T03:26:42.993Z] f2199d4706d5: Layer already exists [2025-09-17T03:26:42.993Z] 61ae4d7ba799: Layer already exists [2025-09-17T03:26:42.993Z] cedc7b911b1e: Layer already exists [2025-09-17T03:26:42.993Z] 069ac78e63bc: Layer already exists [2025-09-17T03:26:42.993Z] 1e890da81ec9: Layer already exists [2025-09-17T03:26:42.993Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62: digest: sha256:c7c3e08e3ed8c95a33ba93beca4ec5db14c2d04ba8188e038c8afa699e0e001b size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:26:43.604Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:26:43.946Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2025-09-17T03:26:43.946Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-09-17T03:26:43.946Z] f2199d4706d5: Preparing [2025-09-17T03:26:43.946Z] 25a16767a4e6: Preparing [2025-09-17T03:26:43.946Z] 851972f90052: Preparing [2025-09-17T03:26:43.946Z] d387366a46dd: Preparing [2025-09-17T03:26:43.946Z] f64ed12c4bdf: Preparing [2025-09-17T03:26:43.946Z] 069ac78e63bc: Preparing [2025-09-17T03:26:43.946Z] cedc7b911b1e: Preparing [2025-09-17T03:26:43.946Z] 61ae4d7ba799: Preparing [2025-09-17T03:26:43.946Z] 1e890da81ec9: Preparing [2025-09-17T03:26:43.946Z] cedc7b911b1e: Waiting [2025-09-17T03:26:43.946Z] 61ae4d7ba799: Waiting [2025-09-17T03:26:43.946Z] 1e890da81ec9: Waiting [2025-09-17T03:26:43.946Z] d387366a46dd: Layer already exists [2025-09-17T03:26:43.946Z] 851972f90052: Layer already exists [2025-09-17T03:26:43.946Z] f2199d4706d5: Layer already exists [2025-09-17T03:26:43.946Z] 25a16767a4e6: Layer already exists [2025-09-17T03:26:43.946Z] f64ed12c4bdf: Layer already exists [2025-09-17T03:26:43.946Z] 069ac78e63bc: Layer already exists [2025-09-17T03:26:43.946Z] cedc7b911b1e: Layer already exists [2025-09-17T03:26:43.946Z] 61ae4d7ba799: Layer already exists [2025-09-17T03:26:43.946Z] 1e890da81ec9: Layer already exists [2025-09-17T03:26:44.209Z] main: digest: sha256:c7c3e08e3ed8c95a33ba93beca4ec5db14c2d04ba8188e038c8afa699e0e001b size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-09-17T03:26:44.285Z] ===================================================== [Pipeline] echo [2025-09-17T03:26:44.298Z] taggedImages: [2025-09-17T03:26:44.298Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T03:26:44.298Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2025-09-17T03:26:44.298Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.62 [2025-09-17T03:26:44.298Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T03:26:44.298Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2025-09-17T03:26:44.324Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2025-09-17T03:26:44.324Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T03:26:44.324Z] latest [2025-09-17T03:26:44.324Z] 4.1.0-dev.62 [2025-09-17T03:26:44.324Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T03:26:44.324Z] main [2025-09-17T03:26:44.324Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:26:44.682Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:26:45.025Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T03:26:45.025Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-09-17T03:26:45.025Z] fb1b66049e6f: Preparing [2025-09-17T03:26:45.025Z] 4925251d6de4: Preparing [2025-09-17T03:26:45.025Z] d387366a46dd: Preparing [2025-09-17T03:26:45.025Z] f64ed12c4bdf: Preparing [2025-09-17T03:26:45.025Z] 12930cb806e5: Preparing [2025-09-17T03:26:45.025Z] 4f596e7104dd: Preparing [2025-09-17T03:26:45.025Z] 1e890da81ec9: Preparing [2025-09-17T03:26:45.025Z] 4f596e7104dd: Waiting [2025-09-17T03:26:45.025Z] 1e890da81ec9: Waiting [2025-09-17T03:26:45.289Z] f64ed12c4bdf: Layer already exists [2025-09-17T03:26:45.289Z] d387366a46dd: Layer already exists [2025-09-17T03:26:45.289Z] 1e890da81ec9: Layer already exists [2025-09-17T03:26:45.289Z] fb1b66049e6f: Pushed [2025-09-17T03:26:45.552Z] 12930cb806e5: Pushed [2025-09-17T03:26:46.500Z] 4f596e7104dd: Pushed [2025-09-17T03:26:54.670Z] 4925251d6de4: Pushed [2025-09-17T03:26:54.670Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4: digest: sha256:c4bfeabaea23bc20e1827192336f16d68e179d759eb1484ca1876089f4d1d314 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:26:55.029Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:26:55.375Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2025-09-17T03:26:55.376Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-09-17T03:26:55.376Z] fb1b66049e6f: Preparing [2025-09-17T03:26:55.376Z] 4925251d6de4: Preparing [2025-09-17T03:26:55.376Z] d387366a46dd: Preparing [2025-09-17T03:26:55.376Z] f64ed12c4bdf: Preparing [2025-09-17T03:26:55.376Z] 12930cb806e5: Preparing [2025-09-17T03:26:55.376Z] 4f596e7104dd: Preparing [2025-09-17T03:26:55.376Z] 1e890da81ec9: Preparing [2025-09-17T03:26:55.376Z] 4f596e7104dd: Waiting [2025-09-17T03:26:55.376Z] 1e890da81ec9: Waiting [2025-09-17T03:26:55.376Z] d387366a46dd: Layer already exists [2025-09-17T03:26:55.376Z] 12930cb806e5: Layer already exists [2025-09-17T03:26:55.376Z] 4925251d6de4: Layer already exists [2025-09-17T03:26:55.376Z] fb1b66049e6f: Layer already exists [2025-09-17T03:26:55.376Z] f64ed12c4bdf: Layer already exists [2025-09-17T03:26:55.376Z] 4f596e7104dd: Layer already exists [2025-09-17T03:26:55.376Z] 1e890da81ec9: Layer already exists [2025-09-17T03:26:55.376Z] latest: digest: sha256:c4bfeabaea23bc20e1827192336f16d68e179d759eb1484ca1876089f4d1d314 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:26:55.988Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:26:56.327Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.62 [2025-09-17T03:26:56.327Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-09-17T03:26:56.327Z] fb1b66049e6f: Preparing [2025-09-17T03:26:56.327Z] 4925251d6de4: Preparing [2025-09-17T03:26:56.327Z] d387366a46dd: Preparing [2025-09-17T03:26:56.327Z] f64ed12c4bdf: Preparing [2025-09-17T03:26:56.327Z] 12930cb806e5: Preparing [2025-09-17T03:26:56.327Z] 4f596e7104dd: Preparing [2025-09-17T03:26:56.327Z] 1e890da81ec9: Preparing [2025-09-17T03:26:56.327Z] 4f596e7104dd: Waiting [2025-09-17T03:26:56.327Z] 1e890da81ec9: Waiting [2025-09-17T03:26:56.327Z] 12930cb806e5: Layer already exists [2025-09-17T03:26:56.327Z] fb1b66049e6f: Layer already exists [2025-09-17T03:26:56.327Z] d387366a46dd: Layer already exists [2025-09-17T03:26:56.327Z] 4925251d6de4: Layer already exists [2025-09-17T03:26:56.327Z] f64ed12c4bdf: Layer already exists [2025-09-17T03:26:56.327Z] 1e890da81ec9: Layer already exists [2025-09-17T03:26:56.327Z] 4f596e7104dd: Layer already exists [2025-09-17T03:26:56.590Z] 4.1.0-dev.62: digest: sha256:c4bfeabaea23bc20e1827192336f16d68e179d759eb1484ca1876089f4d1d314 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:26:56.932Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:26:57.278Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T03:26:57.278Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-09-17T03:26:57.278Z] fb1b66049e6f: Preparing [2025-09-17T03:26:57.278Z] 4925251d6de4: Preparing [2025-09-17T03:26:57.278Z] d387366a46dd: Preparing [2025-09-17T03:26:57.278Z] f64ed12c4bdf: Preparing [2025-09-17T03:26:57.278Z] 12930cb806e5: Preparing [2025-09-17T03:26:57.278Z] 4f596e7104dd: Preparing [2025-09-17T03:26:57.278Z] 1e890da81ec9: Preparing [2025-09-17T03:26:57.278Z] 4f596e7104dd: Waiting [2025-09-17T03:26:57.278Z] 1e890da81ec9: Waiting [2025-09-17T03:26:57.278Z] f64ed12c4bdf: Layer already exists [2025-09-17T03:26:57.278Z] d387366a46dd: Layer already exists [2025-09-17T03:26:57.278Z] 4925251d6de4: Layer already exists [2025-09-17T03:26:57.278Z] fb1b66049e6f: Layer already exists [2025-09-17T03:26:57.278Z] 12930cb806e5: Layer already exists [2025-09-17T03:26:57.278Z] 1e890da81ec9: Layer already exists [2025-09-17T03:26:57.278Z] 4f596e7104dd: Layer already exists [2025-09-17T03:26:57.279Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62: digest: sha256:c4bfeabaea23bc20e1827192336f16d68e179d759eb1484ca1876089f4d1d314 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:26:57.621Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:26:57.970Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2025-09-17T03:26:57.970Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-09-17T03:26:57.970Z] fb1b66049e6f: Preparing [2025-09-17T03:26:57.970Z] 4925251d6de4: Preparing [2025-09-17T03:26:57.970Z] d387366a46dd: Preparing [2025-09-17T03:26:57.970Z] f64ed12c4bdf: Preparing [2025-09-17T03:26:57.970Z] 12930cb806e5: Preparing [2025-09-17T03:26:57.970Z] 4f596e7104dd: Preparing [2025-09-17T03:26:57.970Z] 1e890da81ec9: Preparing [2025-09-17T03:26:57.970Z] 4f596e7104dd: Waiting [2025-09-17T03:26:57.970Z] 1e890da81ec9: Waiting [2025-09-17T03:26:57.970Z] fb1b66049e6f: Layer already exists [2025-09-17T03:26:57.970Z] 4925251d6de4: Layer already exists [2025-09-17T03:26:57.970Z] 12930cb806e5: Layer already exists [2025-09-17T03:26:57.970Z] f64ed12c4bdf: Layer already exists [2025-09-17T03:26:57.970Z] d387366a46dd: Layer already exists [2025-09-17T03:26:57.970Z] 4f596e7104dd: Layer already exists [2025-09-17T03:26:57.970Z] 1e890da81ec9: Layer already exists [2025-09-17T03:26:58.233Z] main: digest: sha256:c4bfeabaea23bc20e1827192336f16d68e179d759eb1484ca1876089f4d1d314 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-09-17T03:26:58.319Z] ===================================================== [Pipeline] echo [2025-09-17T03:26:58.334Z] taggedImages: [2025-09-17T03:26:58.334Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T03:26:58.334Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2025-09-17T03:26:58.334Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.62 [2025-09-17T03:26:58.334Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T03:26:58.334Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2025-09-17T03:26:58.363Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2025-09-17T03:26:58.363Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T03:26:58.363Z] latest [2025-09-17T03:26:58.363Z] 4.1.0-dev.62 [2025-09-17T03:26:58.363Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T03:26:58.363Z] main [2025-09-17T03:26:58.363Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:26:58.739Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:26:59.660Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T03:26:59.661Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-09-17T03:26:59.661Z] 62b23a464de8: Preparing [2025-09-17T03:26:59.661Z] e5d4a66f1057: Preparing [2025-09-17T03:26:59.661Z] d387366a46dd: Preparing [2025-09-17T03:26:59.661Z] f64ed12c4bdf: Preparing [2025-09-17T03:26:59.661Z] 31c4ed8d09d2: Preparing [2025-09-17T03:26:59.661Z] 8dcb7bd92a3b: Preparing [2025-09-17T03:26:59.661Z] 1e890da81ec9: Preparing [2025-09-17T03:26:59.661Z] 8dcb7bd92a3b: Waiting [2025-09-17T03:26:59.661Z] 1e890da81ec9: Waiting [2025-09-17T03:26:59.661Z] f64ed12c4bdf: Layer already exists [2025-09-17T03:26:59.661Z] d387366a46dd: Layer already exists [2025-09-17T03:26:59.924Z] 1e890da81ec9: Layer already exists [2025-09-17T03:26:59.924Z] 62b23a464de8: Pushed [2025-09-17T03:27:00.189Z] 31c4ed8d09d2: Pushed [2025-09-17T03:27:00.454Z] 8dcb7bd92a3b: Pushed [2025-09-17T03:27:08.613Z] e5d4a66f1057: Pushed [2025-09-17T03:27:08.613Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4: digest: sha256:c9b31047401cfefb39b8769d3d6b8237d6cccc428a42ecd4da62bd3e3b6c9056 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:27:08.963Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:27:09.310Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2025-09-17T03:27:09.310Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-09-17T03:27:09.310Z] 62b23a464de8: Preparing [2025-09-17T03:27:09.310Z] e5d4a66f1057: Preparing [2025-09-17T03:27:09.310Z] d387366a46dd: Preparing [2025-09-17T03:27:09.310Z] f64ed12c4bdf: Preparing [2025-09-17T03:27:09.310Z] 31c4ed8d09d2: Preparing [2025-09-17T03:27:09.310Z] 8dcb7bd92a3b: Preparing [2025-09-17T03:27:09.310Z] 1e890da81ec9: Preparing [2025-09-17T03:27:09.310Z] 8dcb7bd92a3b: Waiting [2025-09-17T03:27:09.310Z] 1e890da81ec9: Waiting [2025-09-17T03:27:09.310Z] 31c4ed8d09d2: Layer already exists [2025-09-17T03:27:09.310Z] d387366a46dd: Layer already exists [2025-09-17T03:27:09.310Z] f64ed12c4bdf: Layer already exists [2025-09-17T03:27:09.310Z] 62b23a464de8: Layer already exists [2025-09-17T03:27:09.310Z] e5d4a66f1057: Layer already exists [2025-09-17T03:27:09.310Z] 1e890da81ec9: Layer already exists [2025-09-17T03:27:09.310Z] 8dcb7bd92a3b: Layer already exists [2025-09-17T03:27:09.310Z] latest: digest: sha256:c9b31047401cfefb39b8769d3d6b8237d6cccc428a42ecd4da62bd3e3b6c9056 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:27:09.658Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:27:10.067Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.62 [2025-09-17T03:27:10.067Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-09-17T03:27:10.067Z] 62b23a464de8: Preparing [2025-09-17T03:27:10.067Z] e5d4a66f1057: Preparing [2025-09-17T03:27:10.067Z] d387366a46dd: Preparing [2025-09-17T03:27:10.067Z] f64ed12c4bdf: Preparing [2025-09-17T03:27:10.067Z] 31c4ed8d09d2: Preparing [2025-09-17T03:27:10.067Z] 8dcb7bd92a3b: Preparing [2025-09-17T03:27:10.067Z] 1e890da81ec9: Preparing [2025-09-17T03:27:10.067Z] 8dcb7bd92a3b: Waiting [2025-09-17T03:27:10.067Z] 1e890da81ec9: Waiting [2025-09-17T03:27:10.067Z] e5d4a66f1057: Layer already exists [2025-09-17T03:27:10.067Z] 31c4ed8d09d2: Layer already exists [2025-09-17T03:27:10.067Z] f64ed12c4bdf: Layer already exists [2025-09-17T03:27:10.067Z] 62b23a464de8: Layer already exists [2025-09-17T03:27:10.067Z] d387366a46dd: Layer already exists [2025-09-17T03:27:10.067Z] 1e890da81ec9: Layer already exists [2025-09-17T03:27:10.067Z] 8dcb7bd92a3b: Layer already exists [2025-09-17T03:27:10.067Z] 4.1.0-dev.62: digest: sha256:c9b31047401cfefb39b8769d3d6b8237d6cccc428a42ecd4da62bd3e3b6c9056 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:27:10.710Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:27:11.082Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T03:27:11.082Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-09-17T03:27:11.082Z] 62b23a464de8: Preparing [2025-09-17T03:27:11.082Z] e5d4a66f1057: Preparing [2025-09-17T03:27:11.082Z] d387366a46dd: Preparing [2025-09-17T03:27:11.082Z] f64ed12c4bdf: Preparing [2025-09-17T03:27:11.082Z] 31c4ed8d09d2: Preparing [2025-09-17T03:27:11.082Z] 8dcb7bd92a3b: Preparing [2025-09-17T03:27:11.082Z] 1e890da81ec9: Preparing [2025-09-17T03:27:11.082Z] 8dcb7bd92a3b: Waiting [2025-09-17T03:27:11.082Z] 1e890da81ec9: Waiting [2025-09-17T03:27:11.082Z] 62b23a464de8: Layer already exists [2025-09-17T03:27:11.082Z] d387366a46dd: Layer already exists [2025-09-17T03:27:11.082Z] e5d4a66f1057: Layer already exists [2025-09-17T03:27:11.082Z] 31c4ed8d09d2: Layer already exists [2025-09-17T03:27:11.082Z] f64ed12c4bdf: Layer already exists [2025-09-17T03:27:11.082Z] 8dcb7bd92a3b: Layer already exists [2025-09-17T03:27:11.082Z] 1e890da81ec9: Layer already exists [2025-09-17T03:27:11.082Z] 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62: digest: sha256:c9b31047401cfefb39b8769d3d6b8237d6cccc428a42ecd4da62bd3e3b6c9056 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:27:11.455Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:27:11.800Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2025-09-17T03:27:11.800Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-09-17T03:27:11.800Z] 62b23a464de8: Preparing [2025-09-17T03:27:11.800Z] e5d4a66f1057: Preparing [2025-09-17T03:27:11.800Z] d387366a46dd: Preparing [2025-09-17T03:27:11.800Z] f64ed12c4bdf: Preparing [2025-09-17T03:27:11.800Z] 31c4ed8d09d2: Preparing [2025-09-17T03:27:11.800Z] 8dcb7bd92a3b: Preparing [2025-09-17T03:27:11.800Z] 1e890da81ec9: Preparing [2025-09-17T03:27:11.800Z] 8dcb7bd92a3b: Waiting [2025-09-17T03:27:11.800Z] 1e890da81ec9: Waiting [2025-09-17T03:27:11.800Z] f64ed12c4bdf: Layer already exists [2025-09-17T03:27:11.800Z] e5d4a66f1057: Layer already exists [2025-09-17T03:27:11.800Z] 31c4ed8d09d2: Layer already exists [2025-09-17T03:27:11.800Z] d387366a46dd: Layer already exists [2025-09-17T03:27:11.800Z] 62b23a464de8: Layer already exists [2025-09-17T03:27:11.800Z] 8dcb7bd92a3b: Layer already exists [2025-09-17T03:27:11.800Z] 1e890da81ec9: Layer already exists [2025-09-17T03:27:12.064Z] main: digest: sha256:c9b31047401cfefb39b8769d3d6b8237d6cccc428a42ecd4da62bd3e3b6c9056 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-09-17T03:27:12.148Z] ===================================================== [Pipeline] echo [2025-09-17T03:27:12.166Z] taggedImages: [2025-09-17T03:27:12.166Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [2025-09-17T03:27:12.166Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2025-09-17T03:27:12.166Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.62 [2025-09-17T03:27:12.166Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [2025-09-17T03:27:12.166Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo [2025-09-17T03:27:12.180Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] echo [2025-09-17T03:27:12.191Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo [2025-09-17T03:27:12.208Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.62 [Pipeline] echo [2025-09-17T03:27:12.220Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] echo [2025-09-17T03:27:12.235Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2025-09-17T03:27:12.248Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] echo [2025-09-17T03:27:12.260Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo [2025-09-17T03:27:12.270Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.62 [Pipeline] echo [2025-09-17T03:27:12.287Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] echo [2025-09-17T03:27:12.300Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2025-09-17T03:27:12.311Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] echo [2025-09-17T03:27:12.324Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo [2025-09-17T03:27:12.336Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.62 [Pipeline] echo [2025-09-17T03:27:12.356Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] echo [2025-09-17T03:27:12.373Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2025-09-17T03:27:12.389Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] echo [2025-09-17T03:27:12.403Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo [2025-09-17T03:27:12.416Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.62 [Pipeline] echo [2025-09-17T03:27:12.434Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] echo [2025-09-17T03:27:12.446Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2025-09-17T03:27:12.460Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] echo [2025-09-17T03:27:12.471Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo [2025-09-17T03:27:12.485Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.62 [Pipeline] echo [2025-09-17T03:27:12.498Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] echo [2025-09-17T03:27:12.510Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2025-09-17T03:27:12.522Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] echo [2025-09-17T03:27:12.533Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo [2025-09-17T03:27:12.549Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.62 [Pipeline] echo [2025-09-17T03:27:12.562Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] echo [2025-09-17T03:27:12.576Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2025-09-17T03:27:12.588Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] echo [2025-09-17T03:27:12.601Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo [2025-09-17T03:27:12.617Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.62 [Pipeline] echo [2025-09-17T03:27:12.635Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] echo [2025-09-17T03:27:12.648Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2025-09-17T03:27:12.665Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] echo [2025-09-17T03:27:12.679Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo [2025-09-17T03:27:12.697Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.62 [Pipeline] echo [2025-09-17T03:27:12.712Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] echo [2025-09-17T03:27:12.727Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2025-09-17T03:27:12.744Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] echo [2025-09-17T03:27:12.761Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo [2025-09-17T03:27:12.773Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.62 [Pipeline] echo [2025-09-17T03:27:12.788Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] echo [2025-09-17T03:27:12.804Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2025-09-17T03:27:12.822Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] echo [2025-09-17T03:27:12.837Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo [2025-09-17T03:27:12.849Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.62 [Pipeline] echo [2025-09-17T03:27:12.865Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] echo [2025-09-17T03:27:12.878Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2025-09-17T03:27:12.893Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] echo [2025-09-17T03:27:12.905Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo [2025-09-17T03:27:12.919Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.62 [Pipeline] echo [2025-09-17T03:27:12.936Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] echo [2025-09-17T03:27:12.949Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2025-09-17T03:27:12.964Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] echo [2025-09-17T03:27:12.977Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo [2025-09-17T03:27:12.987Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.62 [Pipeline] echo [2025-09-17T03:27:13.003Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] echo [2025-09-17T03:27:13.019Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2025-09-17T03:27:13.033Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] echo [2025-09-17T03:27:13.046Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo [2025-09-17T03:27:13.059Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.62 [Pipeline] echo [2025-09-17T03:27:13.077Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] echo [2025-09-17T03:27:13.091Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2025-09-17T03:27:13.103Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] echo [2025-09-17T03:27:13.114Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo [2025-09-17T03:27:13.131Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.62 [Pipeline] echo [2025-09-17T03:27:13.143Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] echo [2025-09-17T03:27:13.157Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2025-09-17T03:27:13.167Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] echo [2025-09-17T03:27:13.178Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo [2025-09-17T03:27:13.192Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.62 [Pipeline] echo [2025-09-17T03:27:13.206Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] echo [2025-09-17T03:27:13.216Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:27:13.675Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-09-17T03:27:13.676Z] [2025-09-17T03:27:13.676Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:27:14.002Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-09-17T03:27:14.002Z] arm64: Pulling from edgex-lftools-log-publisher [2025-09-17T03:27:14.002Z] 8998bd30e6a1: Pulling fs layer [2025-09-17T03:27:14.002Z] 04944245beec: Pulling fs layer [2025-09-17T03:27:14.002Z] 699f458cf7ca: Pulling fs layer [2025-09-17T03:27:14.002Z] 765212b225bb: Pulling fs layer [2025-09-17T03:27:14.002Z] f23df028b6ca: Pulling fs layer [2025-09-17T03:27:14.002Z] d65c8cfc05b1: Pulling fs layer [2025-09-17T03:27:14.002Z] 2437ff75d9bd: Pulling fs layer [2025-09-17T03:27:14.002Z] 765212b225bb: Waiting [2025-09-17T03:27:14.002Z] f23df028b6ca: Waiting [2025-09-17T03:27:14.002Z] d65c8cfc05b1: Waiting [2025-09-17T03:27:14.002Z] 2437ff75d9bd: Waiting [2025-09-17T03:27:14.266Z] 04944245beec: Verifying Checksum [2025-09-17T03:27:14.266Z] 04944245beec: Download complete [2025-09-17T03:27:14.266Z] 765212b225bb: Verifying Checksum [2025-09-17T03:27:14.266Z] 765212b225bb: Download complete [2025-09-17T03:27:14.266Z] f23df028b6ca: Download complete [2025-09-17T03:27:14.266Z] d65c8cfc05b1: Verifying Checksum [2025-09-17T03:27:14.266Z] d65c8cfc05b1: Download complete [2025-09-17T03:27:14.266Z] 699f458cf7ca: Verifying Checksum [2025-09-17T03:27:14.266Z] 699f458cf7ca: Download complete [2025-09-17T03:27:14.846Z] 8998bd30e6a1: Verifying Checksum [2025-09-17T03:27:14.846Z] 8998bd30e6a1: Download complete [2025-09-17T03:27:17.412Z] 2437ff75d9bd: Verifying Checksum [2025-09-17T03:27:17.412Z] 2437ff75d9bd: Download complete [2025-09-17T03:27:19.344Z] 8998bd30e6a1: Pull complete [2025-09-17T03:27:19.608Z] 04944245beec: Pull complete [2025-09-17T03:27:21.010Z] 699f458cf7ca: Pull complete [2025-09-17T03:27:21.275Z] 765212b225bb: Pull complete [2025-09-17T03:27:22.227Z] f23df028b6ca: Pull complete [2025-09-17T03:27:22.492Z] d65c8cfc05b1: Pull complete [2025-09-17T03:27:40.671Z] 2437ff75d9bd: Pull complete [2025-09-17T03:27:40.671Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-09-17T03:27:40.671Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-09-17T03:27:40.671Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-09-17T03:27:40.872Z] prd-ubuntu20.04-docker-arm64-4c-16g-8971 does not seem to be running inside a container [2025-09-17T03:27:40.915Z] $ 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/906 -v /w/workspace/edgex-go/906:/w/workspace/edgex-go/906:rw,z -v /w/workspace/edgex-go/906@tmp:/w/workspace/edgex-go/906@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-09-17T03:27:43.599Z] $ docker top 60abfc18d6c6d5c49ac61f6d0ee3ea0353d331e89ccaf12f5c53266455348955 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-09-17T03:27:44.526Z] ---> job-cost.sh [2025-09-17T03:27:44.526Z] lf-activate-venv: SKIPPING [2025-09-17T03:27:44.526Z] INFO: No Stack... [2025-09-17T03:27:44.790Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-09-17T03:27:45.742Z] INFO: Archiving Costs [Pipeline] sh [2025-09-17T03:27:46.053Z] + cat /w/workspace/edgex-go/906/archives/cost.csv [2025-09-17T03:27:46.053Z] + cut -d, -f6 [Pipeline] lock [2025-09-17T03:27:46.084Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-906-stack-cost] [2025-09-17T03:27:46.091Z] Resource [jenkins-edgexfoundry-edgex-go-main-906-stack-cost] did not exist. Created. [2025-09-17T03:27:46.098Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-906-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-09-17T03:27:46.434Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-09-17T03:27:47.096Z] Stashed 1 file(s) [Pipeline] } [2025-09-17T03:27:47.104Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-906-stack-cost] [Pipeline] // lock [Pipeline] } [2025-09-17T03:27:47.118Z] $ docker stop --time=1 60abfc18d6c6d5c49ac61f6d0ee3ea0353d331e89ccaf12f5c53266455348955 [2025-09-17T03:27:48.561Z] $ docker rm -f --volumes 60abfc18d6c6d5c49ac61f6d0ee3ea0353d331e89ccaf12f5c53266455348955 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2025-09-17T03:27:49.157Z] provisioning config files... [2025-09-17T03:27:49.167Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/906@tmp/config4319517409746790860tmp [Pipeline] { [Pipeline] sh [2025-09-17T03:27:49.493Z] + set +x [2025-09-17T03:27:49.493Z] + + bashcurl -s -s -- https://codecov.io/bash [2025-09-17T03:27:49.493Z] [2025-09-17T03:27:49.493Z] [2025-09-17T03:27:49.493Z] _____ _ [2025-09-17T03:27:49.493Z] / ____| | | [2025-09-17T03:27:49.493Z] | | ___ __| | ___ ___ _____ __ [2025-09-17T03:27:49.493Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2025-09-17T03:27:49.493Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2025-09-17T03:27:49.493Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2025-09-17T03:27:49.493Z] Bash-1.0.6 [2025-09-17T03:27:49.493Z] [2025-09-17T03:27:49.493Z] [2025-09-17T03:27:49.493Z] ==> git version 2.25.1 found [2025-09-17T03:27:49.493Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2025-09-17T03:27:49.493Z] Release-Date: 2020-01-08 [2025-09-17T03:27:49.493Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2025-09-17T03:27:49.493Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2025-09-17T03:27:49.493Z] ==> Jenkins CI detected. [2025-09-17T03:27:49.493Z] current dir:  /w/workspace/edgex-go/906 [2025-09-17T03:27:49.493Z] project root: . [2025-09-17T03:27:49.493Z] --> token set from env [2025-09-17T03:27:49.493Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2025-09-17T03:27:49.493Z] ==> Running gcov in . (disable via -X gcov) [2025-09-17T03:27:49.493Z] ==> Python coveragepy not found [2025-09-17T03:27:49.493Z] ==> Searching for coverage reports in: [2025-09-17T03:27:49.493Z] + . [2025-09-17T03:27:49.753Z] -> Found 1 reports [2025-09-17T03:27:49.753Z] ==> Detecting git/mercurial file structure [2025-09-17T03:27:49.753Z] ==> Reading reports [2025-09-17T03:27:49.753Z] + ./coverage.out bytes=1733636 [2025-09-17T03:27:49.753Z] ==> Appending adjustments [2025-09-17T03:27:49.753Z] https://docs.codecov.io/docs/fixing-reports [2025-09-17T03:27:51.133Z] + Found adjustments [2025-09-17T03:27:51.133Z] ==> Gzipping contents [2025-09-17T03:27:51.393Z] 148K /tmp/codecov.1MvE3V.gz [2025-09-17T03:27:51.393Z] ==> Uploading reports [2025-09-17T03:27:51.393Z] url: https://codecov.io [2025-09-17T03:27:51.393Z] query: branch=main&commit=44d03353ae1976a56c6e7b940cb61d7be0635af4&build=906&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F906%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-09-17T03:27:51.393Z] -> Pinging Codecov [2025-09-17T03:27:51.393Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=44d03353ae1976a56c6e7b940cb61d7be0635af4&build=906&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F906%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-09-17T03:27:51.657Z] -> Uploading to [2025-09-17T03:27:51.657Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/edgex-go/44d03353ae1976a56c6e7b940cb61d7be0635af4/c61e4d76-3ef7-4b8c-b5bf-9ac7ff49551d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250917%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250917T032751Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=7e8345b8fedf8f1d57a881366e2f72f964f5eeafc1481a95f609b584b6499c36 [2025-09-17T03:27:51.657Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-09-17T03:27:51.657Z] Dload Upload Total Spent Left Speed [2025-09-17T03:27:51.657Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 144k 0 0 100 144k 0 699k --:--:-- --:--:-- --:--:-- 699k [2025-09-17T03:27:51.657Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] } [2025-09-17T03:27:51.664Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2025-09-17T03:27:51.936Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2025-09-17T03:27:51.958Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:27:52.268Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-09-17T03:27:52.268Z] [2025-09-17T03:27:52.268Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:27:52.590Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-09-17T03:27:52.591Z] latest: Pulling from edgex-devops/edgex-snyk-go [2025-09-17T03:27:52.591Z] 0a9a5dfd008f: Already exists [2025-09-17T03:27:52.591Z] 36466aa92d05: Already exists [2025-09-17T03:27:52.591Z] e10405b45d13: Already exists [2025-09-17T03:27:52.591Z] 096b7ceb2af7: Already exists [2025-09-17T03:27:52.591Z] 4f4fb700ef54: Already exists [2025-09-17T03:27:52.591Z] e50aa161e22a: Pulling fs layer [2025-09-17T03:27:52.591Z] d3c8db5fb9df: Pulling fs layer [2025-09-17T03:27:52.854Z] e50aa161e22a: Download complete [2025-09-17T03:27:53.116Z] e50aa161e22a: Pull complete [2025-09-17T03:27:54.496Z] d3c8db5fb9df: Verifying Checksum [2025-09-17T03:27:54.496Z] d3c8db5fb9df: Download complete [2025-09-17T03:27:58.689Z] d3c8db5fb9df: Pull complete [2025-09-17T03:27:58.689Z] Digest: sha256:dd1bc05e8109ba836052a65277634c2595aaffbf12b6b6479deaea63345484be [2025-09-17T03:27:58.689Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-09-17T03:27:58.689Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-09-17T03:27:58.795Z] prd-ubuntu20.04-docker-8c-8g-8970 does not seem to be running inside a container [2025-09-17T03:27:58.841Z] $ 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/906 -v /w/workspace/edgex-go/906:/w/workspace/edgex-go/906:rw,z -v /w/workspace/edgex-go/906@tmp:/w/workspace/edgex-go/906@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/edgex-snyk-go:latest cat [2025-09-17T03:28:00.047Z] $ docker top c633604dfef7acea5dfb43b828d36ed3730f4a224d91745ddc82248c5edb47b9 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-09-17T03:28:00.394Z] + git config --global --add safe.directory /w/workspace/edgex-go/906 [Pipeline] echo [2025-09-17T03:28:00.404Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2025-09-17T03:28:00.685Z] + set -o pipefail [2025-09-17T03:28:00.685Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2025-09-17T03:28:08.820Z] [2025-09-17T03:28:08.821Z] Monitoring /w/workspace/edgex-go/906 (github.com/edgexfoundry/edgex-go)... [2025-09-17T03:28:08.821Z] [2025-09-17T03:28:08.821Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/35a8e0b2-e09c-4b41-93f5-704a34c1e34c [2025-09-17T03:28:08.821Z] [2025-09-17T03:28:08.821Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2025-09-17T03:28:08.821Z] [2025-09-17T03:28:08.821Z] [2025-09-17T03:28:08.821Z] You have reached your monthly limit of 200 private tests for your edgex-jenkins org. [2025-09-17T03:28:08.821Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2025-09-17T03:28:09.101Z] $ docker stop --time=1 c633604dfef7acea5dfb43b828d36ed3730f4a224d91745ddc82248c5edb47b9 [2025-09-17T03:28:11.497Z] $ docker rm -f --volumes c633604dfef7acea5dfb43b828d36ed3730f4a224d91745ddc82248c5edb47b9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2025-09-17T03:28:12.024Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-09-17T03:28:12.044Z] provisioning config files... [2025-09-17T03:28:12.057Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/906@tmp/config1189363192664812923tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-09-17T03:28:12.367Z] --> edgex-publish-swagger.sh [2025-09-17T03:28:12.367Z] === Publish openapi API === [2025-09-17T03:28:12.367Z] [publishToSwagger] Publishing the API Docs [openapi] to Swagger [2025-09-17T03:28:12.367Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/906/openapi/core-command.yaml] [2025-09-17T03:28:12.367Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-09-17T03:28:12.367Z] Dload Upload Total Spent Left Speed [2025-09-17T03:28:12.367Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33488 100 66 100 33422 488 241k --:--:-- --:--:-- --:--:-- 242k [2025-09-17T03:28:12.367Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-09-17T03:28:12.367Z] [2025-09-17T03:28:12.367Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/906/openapi/core-data.yaml] [2025-09-17T03:28:12.367Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-09-17T03:28:12.367Z] Dload Upload Total Spent Left Speed [2025-09-17T03:28:12.626Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 75375 100 66 100 75309 488 544k --:--:-- --:--:-- --:--:-- 541k 100 75375 100 66 100 75309 488 544k --:--:-- --:--:-- --:--:-- 541k [2025-09-17T03:28:12.626Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-09-17T03:28:12.626Z] [2025-09-17T03:28:12.627Z] [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/906/openapi/core-keeper.yaml] [2025-09-17T03:28:12.627Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-09-17T03:28:12.627Z] Dload Upload Total Spent Left Speed [2025-09-17T03:28:12.627Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30300 100 66 100 30234 717 320k --:--:-- --:--:-- --:--:-- 321k [2025-09-17T03:28:12.627Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-09-17T03:28:12.627Z] [2025-09-17T03:28:12.627Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/906/openapi/core-metadata.yaml] [2025-09-17T03:28:12.627Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-09-17T03:28:12.627Z] Dload Upload Total Spent Left Speed [2025-09-17T03:28:12.886Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 156k 100 66 100 156k 481 1144k --:--:-- --:--:-- --:--:-- 1145k [2025-09-17T03:28:12.886Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-09-17T03:28:12.886Z] [2025-09-17T03:28:12.886Z] [publishToSwagger] Publishing API Name [security-proxy-auth] [/w/workspace/edgex-go/906/openapi/security-proxy-auth.yaml] [2025-09-17T03:28:12.886Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-09-17T03:28:12.886Z] Dload Upload Total Spent Left Speed [2025-09-17T03:28:12.886Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24535 100 66 100 24469 709 256k --:--:-- --:--:-- --:--:-- 257k [2025-09-17T03:28:12.886Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-09-17T03:28:12.886Z] [2025-09-17T03:28:12.886Z] [publishToSwagger] Publishing API Name [security-secretstore-setup] [/w/workspace/edgex-go/906/openapi/security-secretstore-setup.yaml] [2025-09-17T03:28:12.886Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-09-17T03:28:12.886Z] Dload Upload Total Spent Left Speed [2025-09-17T03:28:13.146Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3979 100 66 100 3913 835 49531 --:--:-- --:--:-- --:--:-- 50367 [2025-09-17T03:28:13.146Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-09-17T03:28:13.146Z] [2025-09-17T03:28:13.146Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/906/openapi/support-notifications.yaml] [2025-09-17T03:28:13.146Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-09-17T03:28:13.146Z] Dload Upload Total Spent Left Speed [2025-09-17T03:28:13.714Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 99976 0 0 100 99976 0 159k --:--:-- --:--:-- --:--:-- 158k 100 97k 100 66 100 99976 102 151k --:--:-- --:--:-- --:--:-- 151k [2025-09-17T03:28:13.714Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-09-17T03:28:13.714Z] [2025-09-17T03:28:13.714Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/906/openapi/support-scheduler.yaml] [2025-09-17T03:28:13.714Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-09-17T03:28:13.714Z] Dload Upload Total Spent Left Speed [2025-09-17T03:28:13.714Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50767 100 66 100 50701 515 386k --:--:-- --:--:-- --:--:-- 387k [2025-09-17T03:28:13.714Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-09-17T03:28:13.714Z] [Pipeline] } [2025-09-17T03:28:13.721Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh [2025-09-17T03:28:14.145Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-09-17T03:28:14.146Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:28:14.451Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-09-17T03:28:14.452Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-09-17T03:28:14.538Z] prd-ubuntu20.04-docker-8c-8g-8970 does not seem to be running inside a container [2025-09-17T03:28:14.574Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/906 -v /w/workspace/edgex-go/906:/w/workspace/edgex-go/906:rw,z -v /w/workspace/edgex-go/906@tmp:/w/workspace/edgex-go/906@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-09-17T03:28:14.866Z] $ docker top 04fbd01487c070c6b50ab073312953b801d0cc9b048d9b2bc90644358067be95 -eo pid,comm [2025-09-17T03:28:14.914Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-09-17T03:28:14.914Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-09-17T03:28:14.987Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-09-17T03:28:14.987Z] [ssh-agent] Looking for ssh-agent implementation... [2025-09-17T03:28:15.101Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-09-17T03:28:15.108Z] $ docker exec 04fbd01487c070c6b50ab073312953b801d0cc9b048d9b2bc90644358067be95 ssh-agent [2025-09-17T03:28:15.207Z] SSH_AUTH_SOCK=/tmp/ssh-x32FkBhmIsgV/agent.34 [2025-09-17T03:28:15.207Z] SSH_AGENT_PID=40 [2025-09-17T03:28:15.211Z] Running ssh-add (command line suppressed) [2025-09-17T03:28:15.316Z] Identity added: /w/workspace/edgex-go/906@tmp/private_key_12879875799150694940.key (/w/workspace/edgex-go/906@tmp/private_key_12879875799150694940.key) [2025-09-17T03:28:15.326Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-09-17T03:28:15.621Z] + git semver tag [2025-09-17T03:28:15.880Z] 2025-09-17 03:28:15,832 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-09-17T03:28:15.880Z] 2025-09-17 03:28:15,836 [run_tag] DEBUG tag force:False [2025-09-17T03:28:15.880Z] 2025-09-17 03:28:15,837 [check_head_tag] DEBUG check head tag [2025-09-17T03:28:15.880Z] 2025-09-17 03:28:15,838 [execute] INFO git cat-file --batch-check [2025-09-17T03:28:15.880Z] 2025-09-17 03:28:15,838 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/906, stdin=, shell=False, universal_newlines=False) [2025-09-17T03:28:15.880Z] 2025-09-17 03:28:15,840 [execute] INFO git cat-file --batch [2025-09-17T03:28:15.880Z] 2025-09-17 03:28:15,841 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/906, stdin=, shell=False, universal_newlines=False) [2025-09-17T03:28:15.880Z] 2025-09-17 03:28:15,865 [read_version] DEBUG read version from /w/workspace/edgex-go/906/.semver/main [2025-09-17T03:28:15.880Z] 2025-09-17 03:28:15,865 [execute] INFO git tag -a v4.1.0-dev.62 -m v4.1.0-dev.62 [2025-09-17T03:28:15.880Z] 2025-09-17 03:28:15,865 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.62', '-m', 'v4.1.0-dev.62'], cwd=/w/workspace/edgex-go/906, stdin=None, shell=False, universal_newlines=False) [2025-09-17T03:28:15.880Z] 2025-09-17 03:28:15,869 [read_version] DEBUG read version from /w/workspace/edgex-go/906/.semver/main [2025-09-17T03:28:15.880Z] 4.1.0-dev.62 [Pipeline] } [2025-09-17T03:28:16.154Z] $ docker exec --env ******** --env ******** 04fbd01487c070c6b50ab073312953b801d0cc9b048d9b2bc90644358067be95 ssh-agent -k [2025-09-17T03:28:16.254Z] unset SSH_AUTH_SOCK; [2025-09-17T03:28:16.254Z] unset SSH_AGENT_PID; [2025-09-17T03:28:16.255Z] echo Agent pid 40 killed; [2025-09-17T03:28:16.259Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-09-17T03:28:16.591Z] + git semver [Pipeline] } [2025-09-17T03:28:16.870Z] $ docker stop --time=1 04fbd01487c070c6b50ab073312953b801d0cc9b048d9b2bc90644358067be95 [2025-09-17T03:28:18.141Z] $ docker rm -f --volumes 04fbd01487c070c6b50ab073312953b801d0cc9b048d9b2bc90644358067be95 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:28:18.558Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-09-17T03:28:18.558Z] [2025-09-17T03:28:18.558Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:28:18.869Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-09-17T03:28:18.869Z] 0.23.1-centos7: Pulling from edgex-lftools [2025-09-17T03:28:18.869Z] ab5ef0e58194: Pulling fs layer [2025-09-17T03:28:18.869Z] 9712f1f96733: Pulling fs layer [2025-09-17T03:28:18.869Z] 63f879dbbcfc: Pulling fs layer [2025-09-17T03:28:18.869Z] 0d9ebad4ef96: Pulling fs layer [2025-09-17T03:28:18.869Z] e9a5061849ea: Pulling fs layer [2025-09-17T03:28:18.869Z] d747dcd14b5f: Pulling fs layer [2025-09-17T03:28:18.869Z] 2de7ff778b66: Pulling fs layer [2025-09-17T03:28:18.869Z] d747dcd14b5f: Waiting [2025-09-17T03:28:18.869Z] 2de7ff778b66: Waiting [2025-09-17T03:28:18.869Z] e9a5061849ea: Waiting [2025-09-17T03:28:18.869Z] 0d9ebad4ef96: Waiting [2025-09-17T03:28:18.869Z] 9712f1f96733: Verifying Checksum [2025-09-17T03:28:18.869Z] 9712f1f96733: Download complete [2025-09-17T03:28:19.437Z] 63f879dbbcfc: Verifying Checksum [2025-09-17T03:28:19.437Z] 63f879dbbcfc: Download complete [2025-09-17T03:28:19.437Z] e9a5061849ea: Verifying Checksum [2025-09-17T03:28:19.437Z] e9a5061849ea: Download complete [2025-09-17T03:28:19.437Z] 0d9ebad4ef96: Verifying Checksum [2025-09-17T03:28:19.437Z] 0d9ebad4ef96: Download complete [2025-09-17T03:28:19.437Z] d747dcd14b5f: Verifying Checksum [2025-09-17T03:28:19.437Z] d747dcd14b5f: Download complete [2025-09-17T03:28:19.437Z] ab5ef0e58194: Verifying Checksum [2025-09-17T03:28:19.437Z] ab5ef0e58194: Download complete [2025-09-17T03:28:19.437Z] 2de7ff778b66: Verifying Checksum [2025-09-17T03:28:19.437Z] 2de7ff778b66: Download complete [2025-09-17T03:28:23.627Z] ab5ef0e58194: Pull complete [2025-09-17T03:28:23.627Z] 9712f1f96733: Pull complete [2025-09-17T03:28:24.565Z] 63f879dbbcfc: Pull complete [2025-09-17T03:28:31.136Z] 0d9ebad4ef96: Pull complete [2025-09-17T03:28:31.136Z] e9a5061849ea: Pull complete [2025-09-17T03:28:31.136Z] d747dcd14b5f: Pull complete [2025-09-17T03:28:32.073Z] 2de7ff778b66: Pull complete [2025-09-17T03:28:32.073Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2025-09-17T03:28:32.073Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-09-17T03:28:32.073Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-09-17T03:28:32.172Z] prd-ubuntu20.04-docker-8c-8g-8970 does not seem to be running inside a container [2025-09-17T03:28:32.205Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/906 -v /w/workspace/edgex-go/906:/w/workspace/edgex-go/906:rw,z -v /w/workspace/edgex-go/906@tmp:/w/workspace/edgex-go/906@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2025-09-17T03:28:33.928Z] $ docker top 38c67b9799c50439403c8071d9a6d0f25fb78d17190445c9550b3cef415be648 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2025-09-17T03:28:33.996Z] provisioning config files... [2025-09-17T03:28:34.003Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/906@tmp/config17188018610157580485tmp [2025-09-17T03:28:34.011Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/906@tmp/config3481303922046951389tmp [2025-09-17T03:28:34.019Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/906@tmp/config3436891208891613138tmp [Pipeline] { [Pipeline] echo [2025-09-17T03:28:34.124Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2025-09-17T03:28:34.417Z] ---> sigul-configuration.sh [2025-09-17T03:28:34.417Z] gpg: directory `/root/.gnupg' created [2025-09-17T03:28:34.417Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2025-09-17T03:28:34.417Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2025-09-17T03:28:34.417Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2025-09-17T03:28:34.417Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2025-09-17T03:28:34.417Z] gpg: CAST5 encrypted data [2025-09-17T03:28:34.417Z] gpg: encrypted with 1 passphrase [2025-09-17T03:28:34.417Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2025-09-17T03:28:34.832Z] + mkdir /home/jenkins [2025-09-17T03:28:34.832Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2025-09-17T03:28:35.176Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2025-09-17T03:28:35.192Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2025-09-17T03:28:35.490Z] ---> sigul-install.sh [2025-09-17T03:28:35.490Z] Sigul already installed; skipping installation. [Pipeline] sh [2025-09-17T03:28:35.782Z] + git tag --list [2025-09-17T03:28:35.782Z] 0.6.0 [2025-09-17T03:28:35.782Z] 0.6.1 [2025-09-17T03:28:35.782Z] 0.7.0 [2025-09-17T03:28:35.782Z] 0.7.1 [2025-09-17T03:28:35.782Z] v1.0.0 [2025-09-17T03:28:35.782Z] v1.0.1 [2025-09-17T03:28:35.782Z] v1.1.0 [2025-09-17T03:28:35.782Z] v1.2.0 [2025-09-17T03:28:35.782Z] v1.2.1 [2025-09-17T03:28:35.782Z] v1.3.0 [2025-09-17T03:28:35.782Z] v1.3.1 [2025-09-17T03:28:35.782Z] v2.0.0 [2025-09-17T03:28:35.782Z] v2.1.0 [2025-09-17T03:28:35.782Z] v2.1.1 [2025-09-17T03:28:35.782Z] v2.2.0 [2025-09-17T03:28:35.782Z] v2.3.0 [2025-09-17T03:28:35.782Z] v3.0 [2025-09-17T03:28:35.782Z] v3.0.0 [2025-09-17T03:28:35.782Z] v3.1 [2025-09-17T03:28:35.782Z] v3.1.0 [2025-09-17T03:28:35.782Z] v3.1.1 [2025-09-17T03:28:35.782Z] v4.0 [2025-09-17T03:28:35.782Z] v4.0.0 [2025-09-17T03:28:35.782Z] v4.0.1 [2025-09-17T03:28:35.782Z] v4.0.1-dev.1 [2025-09-17T03:28:35.782Z] v4.1.0-dev.1 [2025-09-17T03:28:35.782Z] v4.1.0-dev.10 [2025-09-17T03:28:35.782Z] v4.1.0-dev.11 [2025-09-17T03:28:35.782Z] v4.1.0-dev.12 [2025-09-17T03:28:35.782Z] v4.1.0-dev.13 [2025-09-17T03:28:35.782Z] v4.1.0-dev.14 [2025-09-17T03:28:35.782Z] v4.1.0-dev.15 [2025-09-17T03:28:35.782Z] v4.1.0-dev.16 [2025-09-17T03:28:35.782Z] v4.1.0-dev.17 [2025-09-17T03:28:35.782Z] v4.1.0-dev.18 [2025-09-17T03:28:35.782Z] v4.1.0-dev.19 [2025-09-17T03:28:35.782Z] v4.1.0-dev.2 [2025-09-17T03:28:35.782Z] v4.1.0-dev.20 [2025-09-17T03:28:35.782Z] v4.1.0-dev.21 [2025-09-17T03:28:35.782Z] v4.1.0-dev.22 [2025-09-17T03:28:35.782Z] v4.1.0-dev.23 [2025-09-17T03:28:35.782Z] v4.1.0-dev.24 [2025-09-17T03:28:35.782Z] v4.1.0-dev.25 [2025-09-17T03:28:35.782Z] v4.1.0-dev.26 [2025-09-17T03:28:35.782Z] v4.1.0-dev.27 [2025-09-17T03:28:35.782Z] v4.1.0-dev.28 [2025-09-17T03:28:35.782Z] v4.1.0-dev.29 [2025-09-17T03:28:35.782Z] v4.1.0-dev.3 [2025-09-17T03:28:35.782Z] v4.1.0-dev.30 [2025-09-17T03:28:35.782Z] v4.1.0-dev.31 [2025-09-17T03:28:35.782Z] v4.1.0-dev.32 [2025-09-17T03:28:35.782Z] v4.1.0-dev.33 [2025-09-17T03:28:35.782Z] v4.1.0-dev.34 [2025-09-17T03:28:35.782Z] v4.1.0-dev.35 [2025-09-17T03:28:35.782Z] v4.1.0-dev.36 [2025-09-17T03:28:35.782Z] v4.1.0-dev.37 [2025-09-17T03:28:35.782Z] v4.1.0-dev.38 [2025-09-17T03:28:35.782Z] v4.1.0-dev.39 [2025-09-17T03:28:35.782Z] v4.1.0-dev.4 [2025-09-17T03:28:35.782Z] v4.1.0-dev.40 [2025-09-17T03:28:35.782Z] v4.1.0-dev.41 [2025-09-17T03:28:35.782Z] v4.1.0-dev.42 [2025-09-17T03:28:35.782Z] v4.1.0-dev.43 [2025-09-17T03:28:35.782Z] v4.1.0-dev.44 [2025-09-17T03:28:35.782Z] v4.1.0-dev.45 [2025-09-17T03:28:35.782Z] v4.1.0-dev.46 [2025-09-17T03:28:35.782Z] v4.1.0-dev.47 [2025-09-17T03:28:35.782Z] v4.1.0-dev.48 [2025-09-17T03:28:35.782Z] v4.1.0-dev.49 [2025-09-17T03:28:35.782Z] v4.1.0-dev.5 [2025-09-17T03:28:35.782Z] v4.1.0-dev.50 [2025-09-17T03:28:35.782Z] v4.1.0-dev.51 [2025-09-17T03:28:35.782Z] v4.1.0-dev.52 [2025-09-17T03:28:35.782Z] v4.1.0-dev.53 [2025-09-17T03:28:35.782Z] v4.1.0-dev.54 [2025-09-17T03:28:35.782Z] v4.1.0-dev.55 [2025-09-17T03:28:35.782Z] v4.1.0-dev.56 [2025-09-17T03:28:35.782Z] v4.1.0-dev.57 [2025-09-17T03:28:35.782Z] v4.1.0-dev.58 [2025-09-17T03:28:35.782Z] v4.1.0-dev.59 [2025-09-17T03:28:35.782Z] v4.1.0-dev.6 [2025-09-17T03:28:35.782Z] v4.1.0-dev.60 [2025-09-17T03:28:35.782Z] v4.1.0-dev.61 [2025-09-17T03:28:35.782Z] v4.1.0-dev.62 [2025-09-17T03:28:35.782Z] v4.1.0-dev.7 [2025-09-17T03:28:35.782Z] v4.1.0-dev.8 [2025-09-17T03:28:35.782Z] v4.1.0-dev.9 [Pipeline] sh [2025-09-17T03:28:36.078Z] + lftools sign git-tag v4.1.0-dev.62 [2025-09-17T03:28:36.645Z] Signing Git tag with Sigul... [2025-09-17T03:28:36.645Z] Signing v4.1.0-dev.62 [Pipeline] echo [2025-09-17T03:28:37.223Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2025-09-17T03:28:37.515Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2025-09-17T03:28:37.523Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2025-09-17T03:28:37.562Z] $ docker stop --time=1 38c67b9799c50439403c8071d9a6d0f25fb78d17190445c9550b3cef415be648 [2025-09-17T03:28:38.852Z] $ docker rm -f --volumes 38c67b9799c50439403c8071d9a6d0f25fb78d17190445c9550b3cef415be648 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2025-09-17T03:28:39.283Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-09-17T03:28:39.283Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:28:39.590Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-09-17T03:28:39.591Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-09-17T03:28:39.669Z] prd-ubuntu20.04-docker-8c-8g-8970 does not seem to be running inside a container [2025-09-17T03:28:39.704Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/906 -v /w/workspace/edgex-go/906:/w/workspace/edgex-go/906:rw,z -v /w/workspace/edgex-go/906@tmp:/w/workspace/edgex-go/906@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-09-17T03:28:39.943Z] $ docker top 33c6062069d2b9604aed681bb17de1fa9ce57633001b678c1c974b388c804125 -eo pid,comm [2025-09-17T03:28:39.984Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-09-17T03:28:39.984Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-09-17T03:28:40.045Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-09-17T03:28:40.045Z] [ssh-agent] Looking for ssh-agent implementation... [2025-09-17T03:28:40.164Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-09-17T03:28:40.172Z] $ docker exec 33c6062069d2b9604aed681bb17de1fa9ce57633001b678c1c974b388c804125 ssh-agent [2025-09-17T03:28:40.274Z] SSH_AUTH_SOCK=/tmp/ssh-sgvlfEuL8yGM/agent.31 [2025-09-17T03:28:40.274Z] SSH_AGENT_PID=37 [2025-09-17T03:28:40.279Z] Running ssh-add (command line suppressed) [2025-09-17T03:28:40.391Z] Identity added: /w/workspace/edgex-go/906@tmp/private_key_14215629253335220357.key (/w/workspace/edgex-go/906@tmp/private_key_14215629253335220357.key) [2025-09-17T03:28:40.400Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-09-17T03:28:40.693Z] + git semver bump pre [2025-09-17T03:28:40.952Z] 2025-09-17 03:28:40,919 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-09-17T03:28:40.952Z] 2025-09-17 03:28:40,923 [read_version] DEBUG read version from /w/workspace/edgex-go/906/.semver/main [2025-09-17T03:28:40.952Z] 2025-09-17 03:28:40,923 [bump_version] DEBUG bumping version:4.1.0-dev.62 on axis:pre with prefix:dev [2025-09-17T03:28:40.952Z] 2025-09-17 03:28:40,923 [bump_version] DEBUG bumped version:4.1.0-dev.63 [2025-09-17T03:28:40.952Z] 2025-09-17 03:28:40,923 [write_version] DEBUG write version:4.1.0-dev.63 to path:/w/workspace/edgex-go/906/.semver/main with force:True [2025-09-17T03:28:40.952Z] 2025-09-17 03:28:40,923 [read_version] DEBUG read version from /w/workspace/edgex-go/906/.semver/main [2025-09-17T03:28:40.952Z] 2025-09-17 03:28:40,923 [write_file] DEBUG write to file:/w/workspace/edgex-go/906/.semver/main [2025-09-17T03:28:40.952Z] 2025-09-17 03:28:40,925 [execute] INFO git cat-file --batch-check [2025-09-17T03:28:40.952Z] 2025-09-17 03:28:40,925 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/906/.semver, stdin=, shell=False, universal_newlines=False) [2025-09-17T03:28:40.952Z] 2025-09-17 03:28:40,929 [execute] INFO git cat-file --batch [2025-09-17T03:28:40.952Z] 2025-09-17 03:28:40,929 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/906/.semver, stdin=, shell=False, universal_newlines=False) [2025-09-17T03:28:40.952Z] 2025-09-17 03:28:40,933 [read_version] DEBUG read version from /w/workspace/edgex-go/906/.semver/main [2025-09-17T03:28:40.952Z] 4.1.0-dev.63 [Pipeline] } [2025-09-17T03:28:40.968Z] $ docker exec --env ******** --env ******** 33c6062069d2b9604aed681bb17de1fa9ce57633001b678c1c974b388c804125 ssh-agent -k [2025-09-17T03:28:41.071Z] unset SSH_AUTH_SOCK; [2025-09-17T03:28:41.071Z] unset SSH_AGENT_PID; [2025-09-17T03:28:41.071Z] echo Agent pid 37 killed; [2025-09-17T03:28:41.077Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-09-17T03:28:41.403Z] + git semver [Pipeline] } [2025-09-17T03:28:41.680Z] $ docker stop --time=1 33c6062069d2b9604aed681bb17de1fa9ce57633001b678c1c974b388c804125 [2025-09-17T03:28:42.966Z] $ docker rm -f --volumes 33c6062069d2b9604aed681bb17de1fa9ce57633001b678c1c974b388c804125 [Pipeline] // withDockerContainer [Pipeline] sh [2025-09-17T03:28:43.324Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-09-17T03:28:43.324Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:28:43.639Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-09-17T03:28:43.639Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-09-17T03:28:43.717Z] prd-ubuntu20.04-docker-8c-8g-8970 does not seem to be running inside a container [2025-09-17T03:28:43.750Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/906 -v /w/workspace/edgex-go/906:/w/workspace/edgex-go/906:rw,z -v /w/workspace/edgex-go/906@tmp:/w/workspace/edgex-go/906@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-09-17T03:28:44.018Z] $ docker top a091c6229f51f8e1ede08dac487202c8e46357e896808991466a79fe9a6dd302 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-09-17T03:28:44.128Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-09-17T03:28:44.129Z] [ssh-agent] Looking for ssh-agent implementation... [2025-09-17T03:28:44.254Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-09-17T03:28:44.261Z] $ docker exec a091c6229f51f8e1ede08dac487202c8e46357e896808991466a79fe9a6dd302 ssh-agent [2025-09-17T03:28:44.362Z] SSH_AUTH_SOCK=/tmp/ssh-pB2hbPOtJ0XQ/agent.31 [2025-09-17T03:28:44.362Z] SSH_AGENT_PID=37 [2025-09-17T03:28:44.366Z] Running ssh-add (command line suppressed) [2025-09-17T03:28:44.481Z] Identity added: /w/workspace/edgex-go/906@tmp/private_key_707012731207434405.key (/w/workspace/edgex-go/906@tmp/private_key_707012731207434405.key) [2025-09-17T03:28:44.489Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-09-17T03:28:44.781Z] + git semver push [2025-09-17T03:28:45.041Z] 2025-09-17 03:28:45,005 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-09-17T03:28:45.041Z] 2025-09-17 03:28:45,009 [run_push] DEBUG push [2025-09-17T03:28:45.041Z] 2025-09-17 03:28:45,010 [execute] INFO git cat-file --batch-check [2025-09-17T03:28:45.041Z] 2025-09-17 03:28:45,010 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/906/.semver, stdin=, shell=False, universal_newlines=False) [2025-09-17T03:28:45.041Z] 2025-09-17 03:28:45,013 [execute] INFO git rev-list 9257082a76a83637daec58c4471c12a0126ad338 -- [2025-09-17T03:28:45.041Z] 2025-09-17 03:28:45,013 [execute] DEBUG Popen(['git', 'rev-list', '9257082a76a83637daec58c4471c12a0126ad338', '--'], cwd=/w/workspace/edgex-go/906/.semver, stdin=None, shell=False, universal_newlines=False) [2025-09-17T03:28:45.041Z] 2025-09-17 03:28:45,033 [execute] INFO git fetch -v -- origin [2025-09-17T03:28:45.041Z] 2025-09-17 03:28:45,034 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgex-go/906/.semver, stdin=None, shell=False, universal_newlines=True) [2025-09-17T03:28:45.611Z] 2025-09-17 03:28:45,495 [run_push] DEBUG no remote changes detected [2025-09-17T03:28:45.611Z] 2025-09-17 03:28:45,495 [execute] INFO git push origin semver [2025-09-17T03:28:45.611Z] 2025-09-17 03:28:45,495 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/906/.semver, stdin=None, shell=False, universal_newlines=False) [2025-09-17T03:28:46.548Z] 2025-09-17 03:28:46,236 [run_push] DEBUG push all version tags [2025-09-17T03:28:46.548Z] 2025-09-17 03:28:46,237 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2025-09-17T03:28:46.548Z] 2025-09-17 03:28:46,237 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/906, stdin=None, shell=False, universal_newlines=False) [2025-09-17T03:28:47.118Z] 2025-09-17 03:28:46,877 [read_version] DEBUG read version from /w/workspace/edgex-go/906/.semver/main [2025-09-17T03:28:47.119Z] 4.1.0-dev.63 [Pipeline] } [2025-09-17T03:28:47.133Z] $ docker exec --env ******** --env ******** a091c6229f51f8e1ede08dac487202c8e46357e896808991466a79fe9a6dd302 ssh-agent -k [2025-09-17T03:28:47.234Z] unset SSH_AUTH_SOCK; [2025-09-17T03:28:47.235Z] unset SSH_AGENT_PID; [2025-09-17T03:28:47.235Z] echo Agent pid 37 killed; [2025-09-17T03:28:47.239Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-09-17T03:28:47.576Z] + git semver [Pipeline] } [2025-09-17T03:28:47.855Z] $ docker stop --time=1 a091c6229f51f8e1ede08dac487202c8e46357e896808991466a79fe9a6dd302 [2025-09-17T03:28:49.152Z] $ docker rm -f --volumes a091c6229f51f8e1ede08dac487202c8e46357e896808991466a79fe9a6dd302 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-09-17T03:28:49.710Z] + [ -d /w/workspace/edgex-go/906/archives ] [Pipeline] libraryResource [Pipeline] sh [2025-09-17T03:28:50.004Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-09-17T03:28:50.864Z] ---> package-listing.sh [2025-09-17T03:28:50.865Z] ++ facter osfamily [2025-09-17T03:28:50.865Z] ++ tr '[:upper:]' '[:lower:]' [2025-09-17T03:28:51.124Z] + OS_FAMILY=debian [2025-09-17T03:28:51.124Z] + workspace=/w/workspace/edgex-go/906 [2025-09-17T03:28:51.124Z] + START_PACKAGES=/tmp/packages_start.txt [2025-09-17T03:28:51.124Z] + END_PACKAGES=/tmp/packages_end.txt [2025-09-17T03:28:51.124Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-09-17T03:28:51.124Z] + PACKAGES=/tmp/packages_start.txt [2025-09-17T03:28:51.124Z] + '[' /w/workspace/edgex-go/906 ']' [2025-09-17T03:28:51.124Z] + PACKAGES=/tmp/packages_end.txt [2025-09-17T03:28:51.124Z] + case "${OS_FAMILY}" in [2025-09-17T03:28:51.124Z] + dpkg -l [2025-09-17T03:28:51.124Z] + grep '^ii' [2025-09-17T03:28:51.124Z] + '[' -f /tmp/packages_start.txt ']' [2025-09-17T03:28:51.124Z] + '[' -f /tmp/packages_end.txt ']' [2025-09-17T03:28:51.124Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-09-17T03:28:51.124Z] + '[' /w/workspace/edgex-go/906 ']' [2025-09-17T03:28:51.124Z] + mkdir -p /w/workspace/edgex-go/906/archives/ [2025-09-17T03:28:51.124Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/906/archives/ [Pipeline] echo [2025-09-17T03:28:51.136Z] 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/906/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-09-17T03:28:51.417Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:28:51.987Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-09-17T03:28:51.987Z] [2025-09-17T03:28:51.987Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-17T03:28:52.290Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-09-17T03:28:52.290Z] latest: Pulling from edgex-lftools-log-publisher [2025-09-17T03:28:52.290Z] 5eb5b503b376: Pulling fs layer [2025-09-17T03:28:52.290Z] 5c69ac0246d0: Pulling fs layer [2025-09-17T03:28:52.290Z] ec43610c2a17: Pulling fs layer [2025-09-17T03:28:52.290Z] 3a2ae6a8a46f: Pulling fs layer [2025-09-17T03:28:52.290Z] 3a2ae6a8a46f: Waiting [2025-09-17T03:28:52.290Z] 33b1e0a273af: Pulling fs layer [2025-09-17T03:28:52.290Z] 5d3b04190fa2: Pulling fs layer [2025-09-17T03:28:52.290Z] 33b1e0a273af: Waiting [2025-09-17T03:28:52.290Z] 2f39f015ded8: Pulling fs layer [2025-09-17T03:28:52.290Z] 2f39f015ded8: Waiting [2025-09-17T03:28:52.290Z] 5d3b04190fa2: Waiting [2025-09-17T03:28:52.290Z] 5c69ac0246d0: Verifying Checksum [2025-09-17T03:28:52.290Z] 5c69ac0246d0: Download complete [2025-09-17T03:28:52.548Z] 3a2ae6a8a46f: Verifying Checksum [2025-09-17T03:28:52.548Z] 33b1e0a273af: Verifying Checksum [2025-09-17T03:28:52.548Z] 33b1e0a273af: Download complete [2025-09-17T03:28:52.548Z] ec43610c2a17: Verifying Checksum [2025-09-17T03:28:52.548Z] ec43610c2a17: Download complete [2025-09-17T03:28:52.548Z] 5d3b04190fa2: Verifying Checksum [2025-09-17T03:28:52.548Z] 5d3b04190fa2: Download complete [2025-09-17T03:28:52.548Z] 5eb5b503b376: Verifying Checksum [2025-09-17T03:28:52.548Z] 5eb5b503b376: Download complete [2025-09-17T03:28:53.497Z] 2f39f015ded8: Verifying Checksum [2025-09-17T03:28:53.497Z] 2f39f015ded8: Download complete [2025-09-17T03:28:54.449Z] 5eb5b503b376: Pull complete [2025-09-17T03:28:54.449Z] 5c69ac0246d0: Pull complete [2025-09-17T03:28:55.018Z] ec43610c2a17: Pull complete [2025-09-17T03:28:55.018Z] 3a2ae6a8a46f: Pull complete [2025-09-17T03:28:55.277Z] 33b1e0a273af: Pull complete [2025-09-17T03:28:55.277Z] 5d3b04190fa2: Pull complete [2025-09-17T03:29:01.864Z] 2f39f015ded8: Pull complete [2025-09-17T03:29:01.864Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-09-17T03:29:01.864Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-09-17T03:29:01.864Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-09-17T03:29:01.964Z] prd-ubuntu20.04-docker-8c-8g-8970 does not seem to be running inside a container [2025-09-17T03:29:01.998Z] $ 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/906/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/906 -v /w/workspace/edgex-go/906:/w/workspace/edgex-go/906:rw,z -v /w/workspace/edgex-go/906@tmp:/w/workspace/edgex-go/906@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-09-17T03:29:03.556Z] $ docker top 826ee097e967561d4bce8794724849439045836a9ed3f5741a33cf04b6427d8e -eo pid,comm [Pipeline] { [Pipeline] sh [2025-09-17T03:29:03.901Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-09-17T03:29:04.189Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-09-17T03:29:04.478Z] + ls /var/log/sa-host [2025-09-17T03:29:04.478Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-09-17T03:29:04.516Z] provisioning config files... [2025-09-17T03:29:04.524Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/906@tmp/config16455050961634377794tmp [Pipeline] { [Pipeline] echo [2025-09-17T03:29:04.540Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-09-17T03:29:04.825Z] ---> create-netrc.sh [Pipeline] } [2025-09-17T03:29:04.832Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-09-17T03:29:05.137Z] ---> python-tools-install.sh [Pipeline] echo [2025-09-17T03:29:05.147Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-09-17T03:29:05.433Z] ---> sudo-logs.sh [2025-09-17T03:29:05.433Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-09-17T03:29:05.477Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-09-17T03:29:05.765Z] ---> job-cost.sh [2025-09-17T03:29:05.765Z] lf-activate-venv: SKIPPING [2025-09-17T03:29:05.765Z] DEBUG: total: 0.10999999940395355 [2025-09-17T03:29:05.765Z] INFO: Retrieving Stack Cost... [2025-09-17T03:29:06.026Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-09-17T03:29:06.286Z] INFO: Archiving Costs [Pipeline] echo [2025-09-17T03:29:06.300Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-09-17T03:29:06.589Z] ---> logs-deploy.sh [2025-09-17T03:29:06.589Z] lf-activate-venv: SKIPPING [2025-09-17T03:29:06.589Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/906 [2025-09-17T03:29:06.589Z] INFO: archiving workspace using pattern(s): [2025-09-17T03:29:07.528Z] Archives upload complete. [2025-09-17T03:29:07.528Z] INFO: archiving logs to Nexus