Started by user Cherry Wang Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 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-ssh11968351859384969787.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-ssh14773776784973622174.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-ssh15699279688346567545.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-ssh16007882199958076695.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-ssh6516804153754390458.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task ‘prd-ubuntu20.04-docker-8c-8g-6226’ is offline Running on prd-ubuntu20.04-docker-8c-8g-6241 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/880 [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/880 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b (main) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v4 (#5218)" > git config core.sparsecheckout # timeout=10 > git checkout -f 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b # timeout=10 > git rev-list --no-walk 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-08-04T08:15:56.879Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-08-04T08:15:56.954Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-08-04T08:15:56.982Z] ========================================================= [2025-08-04T08:15:56.982Z] EdgeX Global Pipelines Version Info [2025-08-04T08:15:56.982Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-08-04T08:15:58.114Z] ------------------- [2025-08-04T08:15:58.114Z] stable info: [2025-08-04T08:15:58.114Z] ------------------- [2025-08-04T08:15:58.114Z] Commited By: Cherry Wang cherry@iotechsys.com [2025-08-04T08:15:58.114Z] Commit SHA: 056ae7b86453181957306e7078512cbe12174832 [2025-08-04T08:15:58.114Z] Message: update stable to v1.0.276 [2025-08-04T08:15:58.373Z] ------------------- [2025-08-04T08:15:58.373Z] experimental info: [2025-08-04T08:15:58.373Z] ------------------- [2025-08-04T08:15:58.373Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-08-04T08:15:58.373Z] Commit SHA: 056ae7b86453181957306e7078512cbe12174832 [2025-08-04T08:15:58.373Z] Message: update experimental to v1.0.276 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-08-04T08:15:58.458Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2025-08-04T08:15:58.481Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2025-08-04T08:15:58.499Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-08-04T08:15:58.517Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-08-04T08:15:58.547Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-08-04T08:15:58.575Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-08-04T08:15:58.596Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-08-04T08:15:58.615Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2025-08-04T08:15:58.635Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2025-08-04T08:15:58.653Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2025-08-04T08:15:58.680Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-08-04T08:15:58.709Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-08-04T08:15:58.726Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-08-04T08:15:58.751Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-08-04T08:15:58.776Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-08-04T08:15:58.796Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-08-04T08:15:58.817Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-08-04T08:15:58.837Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-08-04T08:15:58.858Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2025-08-04T08:15:58.874Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo [2025-08-04T08:15:58.890Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-08-04T08:15:58.909Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-08-04T08:15:58.935Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-08-04T08:15:58.960Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-08-04T08:15:58.981Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-08-04T08:15:59.000Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-08-04T08:15:59.023Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] echo [2025-08-04T08:15:59.045Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5dbcd5a [Pipeline] echo [2025-08-04T08:15:59.068Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-04T08:15:59.126Z] provisioning config files... [2025-08-04T08:15:59.139Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/880@tmp/config8321904426639678580tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-04T08:15:59.470Z] ---> ****-login.sh [2025-08-04T08:15:59.471Z] nexus3.edgexfoundry.org:10001 [2025-08-04T08:15:59.471Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T08:15:59.731Z] [2025-08-04T08:15:59.731Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-04T08:15:59.731Z] Configure a credential helper to remove this warning. See [2025-08-04T08:15:59.731Z] https://docs.****.com/go/credential-store/ [2025-08-04T08:15:59.731Z] [2025-08-04T08:15:59.731Z] Login Succeeded [2025-08-04T08:15:59.731Z] nexus3.edgexfoundry.org:10002 [2025-08-04T08:15:59.731Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T08:15:59.731Z] [2025-08-04T08:15:59.731Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-04T08:15:59.731Z] Configure a credential helper to remove this warning. See [2025-08-04T08:15:59.731Z] https://docs.****.com/go/credential-store/ [2025-08-04T08:15:59.731Z] [2025-08-04T08:15:59.731Z] Login Succeeded [2025-08-04T08:15:59.731Z] nexus3.edgexfoundry.org:10003 [2025-08-04T08:15:59.731Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T08:15:59.731Z] [2025-08-04T08:15:59.732Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-04T08:15:59.732Z] Configure a credential helper to remove this warning. See [2025-08-04T08:15:59.732Z] https://docs.****.com/go/credential-store/ [2025-08-04T08:15:59.732Z] [2025-08-04T08:15:59.732Z] Login Succeeded [2025-08-04T08:15:59.732Z] nexus3.edgexfoundry.org:10004 [2025-08-04T08:15:59.992Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T08:15:59.992Z] [2025-08-04T08:15:59.992Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-04T08:15:59.992Z] Configure a credential helper to remove this warning. See [2025-08-04T08:15:59.992Z] https://docs.****.com/go/credential-store/ [2025-08-04T08:15:59.992Z] [2025-08-04T08:15:59.992Z] Login Succeeded [2025-08-04T08:15:59.992Z] ****.io [2025-08-04T08:15:59.992Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T08:16:00.251Z] [2025-08-04T08:16:00.251Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-04T08:16:00.251Z] Configure a credential helper to remove this warning. See [2025-08-04T08:16:00.252Z] https://docs.****.com/go/credential-store/ [2025-08-04T08:16:00.252Z] [2025-08-04T08:16:00.252Z] Login Succeeded [2025-08-04T08:16:00.252Z] ---> ****-login.sh ends [Pipeline] } [2025-08-04T08:16:00.259Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-08-04T08:16:00.596Z] + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-keeper/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile [2025-08-04T08:16:00.596Z] + dirname cmd/core-command/Dockerfile [2025-08-04T08:16:00.596Z] + cut -d/ -f2 [2025-08-04T08:16:00.596Z] + echo core-command,cmd/core-command/Dockerfile [2025-08-04T08:16:00.596Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2025-08-04T08:16:00.596Z] + cut -d/ -f2 [2025-08-04T08:16:00.596Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2025-08-04T08:16:00.596Z] + dirname cmd/core-data/Dockerfile [2025-08-04T08:16:00.596Z] + cut -d/ -f2 [2025-08-04T08:16:00.596Z] + echo core-data,cmd/core-data/Dockerfile [2025-08-04T08:16:00.596Z] + + dirname cmd/core-keeper/Dockerfile [2025-08-04T08:16:00.596Z] cut -d/ -f2 [2025-08-04T08:16:00.596Z] + echo core-keeper,cmd/core-keeper/Dockerfile [2025-08-04T08:16:00.596Z] + dirname cmd/core-metadata/Dockerfile [2025-08-04T08:16:00.596Z] + cut -d/ -f2 [2025-08-04T08:16:00.596Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2025-08-04T08:16:00.596Z] + dirname cmd/security-bootstrapper/Dockerfile [2025-08-04T08:16:00.596Z] + cut -d/ -f2 [2025-08-04T08:16:00.596Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2025-08-04T08:16:00.596Z] + dirname cmd/security-proxy-auth/Dockerfile [2025-08-04T08:16:00.596Z] + cut -d/ -f2 [2025-08-04T08:16:00.596Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2025-08-04T08:16:00.596Z] + dirname cmd/security-proxy-setup/Dockerfile [2025-08-04T08:16:00.596Z] + cut -d/ -f2 [2025-08-04T08:16:00.596Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2025-08-04T08:16:00.596Z] + dirname cmd/security-secretstore-setup/Dockerfile [2025-08-04T08:16:00.596Z] + cut -d/ -f2 [2025-08-04T08:16:00.596Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2025-08-04T08:16:00.596Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2025-08-04T08:16:00.596Z] + cut -d/ -f2 [2025-08-04T08:16:00.596Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2025-08-04T08:16:00.596Z] + dirname cmd/security-spire-agent/Dockerfile [2025-08-04T08:16:00.596Z] + cut -d/ -f2 [2025-08-04T08:16:00.596Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2025-08-04T08:16:00.596Z] + dirname cmd/security-spire-config/Dockerfile [2025-08-04T08:16:00.596Z] + cut -d/ -f2 [2025-08-04T08:16:00.596Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2025-08-04T08:16:00.596Z] + dirname cmd/security-spire-server/Dockerfile [2025-08-04T08:16:00.596Z] + cut -d/ -f2 [2025-08-04T08:16:00.596Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2025-08-04T08:16:00.596Z] + dirname cmd/support-notifications/Dockerfile [2025-08-04T08:16:00.596Z] + cut -d/ -f2 [2025-08-04T08:16:00.596Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2025-08-04T08:16:00.596Z] + dirname cmd/support-scheduler/Dockerfile [2025-08-04T08:16:00.596Z] + cut -d/ -f2 [2025-08-04T08:16:00.596Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2025-08-04T08:16:00.629Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-keeper, dockerfile:cmd/core-keeper/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2025-08-04T08:16:01.001Z] + git rev-list -1 --merges 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b~1..5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] echo [2025-08-04T08:16:01.019Z] -----------> git rev-list -1 --merges 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b~1..5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [false] [Pipeline] sh [2025-08-04T08:16:01.309Z] + git log --format=format:%s -1 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] echo [2025-08-04T08:16:01.324Z] ========================================================= [2025-08-04T08:16:01.324Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-08-04T08:16:01.324Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2025-08-04T08:16:01.777Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-08-04T08:16:01.777Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-08-04T08:16:01.777Z] + [ -e /tmp/ssh_known_hosts ] [2025-08-04T08:16:01.777Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-08-04T08:16:01.777Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-08-04T08:16:01.777Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-08-04T08:16:01.777Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:16:02.212Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-04T08:16:02.213Z] [2025-08-04T08:16:02.213Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:16:02.525Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-04T08:16:02.525Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-08-04T08:16:02.525Z] 3dae71ba6b94: Pulling fs layer [2025-08-04T08:16:02.525Z] 6bf1a483ea7c: Pulling fs layer [2025-08-04T08:16:02.525Z] f5dfc541a4d3: Pulling fs layer [2025-08-04T08:16:02.525Z] 461d9e800cba: Pulling fs layer [2025-08-04T08:16:02.525Z] 80192f66455f: Pulling fs layer [2025-08-04T08:16:02.525Z] 2e8e34ca0e6c: Pulling fs layer [2025-08-04T08:16:02.525Z] a29436f7fd5d: Pulling fs layer [2025-08-04T08:16:02.525Z] 923cac83aea3: Pulling fs layer [2025-08-04T08:16:02.525Z] 25ad8b0a4227: Pulling fs layer [2025-08-04T08:16:02.525Z] db01528c6b51: Pulling fs layer [2025-08-04T08:16:02.525Z] 28988de357af: Pulling fs layer [2025-08-04T08:16:02.525Z] 461d9e800cba: Waiting [2025-08-04T08:16:02.525Z] 80192f66455f: Waiting [2025-08-04T08:16:02.525Z] 25ad8b0a4227: Waiting [2025-08-04T08:16:02.525Z] 2e8e34ca0e6c: Waiting [2025-08-04T08:16:02.525Z] db01528c6b51: Waiting [2025-08-04T08:16:02.525Z] a29436f7fd5d: Waiting [2025-08-04T08:16:02.525Z] 923cac83aea3: Waiting [2025-08-04T08:16:02.525Z] 28988de357af: Waiting [2025-08-04T08:16:02.791Z] 6bf1a483ea7c: Verifying Checksum [2025-08-04T08:16:02.791Z] 6bf1a483ea7c: Download complete [2025-08-04T08:16:02.791Z] 461d9e800cba: Verifying Checksum [2025-08-04T08:16:02.791Z] 461d9e800cba: Download complete [2025-08-04T08:16:02.791Z] 80192f66455f: Verifying Checksum [2025-08-04T08:16:02.791Z] 80192f66455f: Download complete [2025-08-04T08:16:02.791Z] f5dfc541a4d3: Verifying Checksum [2025-08-04T08:16:02.791Z] f5dfc541a4d3: Download complete [2025-08-04T08:16:03.051Z] 3dae71ba6b94: Verifying Checksum [2025-08-04T08:16:03.051Z] 3dae71ba6b94: Download complete [2025-08-04T08:16:03.051Z] 923cac83aea3: Verifying Checksum [2025-08-04T08:16:03.051Z] 923cac83aea3: Download complete [2025-08-04T08:16:03.051Z] 25ad8b0a4227: Verifying Checksum [2025-08-04T08:16:03.051Z] 25ad8b0a4227: Download complete [2025-08-04T08:16:03.051Z] db01528c6b51: Download complete [2025-08-04T08:16:03.051Z] 28988de357af: Verifying Checksum [2025-08-04T08:16:03.051Z] 28988de357af: Download complete [2025-08-04T08:16:03.312Z] a29436f7fd5d: Verifying Checksum [2025-08-04T08:16:03.312Z] a29436f7fd5d: Download complete [2025-08-04T08:16:03.878Z] 2e8e34ca0e6c: Verifying Checksum [2025-08-04T08:16:03.878Z] 2e8e34ca0e6c: Download complete [2025-08-04T08:16:04.444Z] 3dae71ba6b94: Pull complete [2025-08-04T08:16:04.445Z] 6bf1a483ea7c: Pull complete [2025-08-04T08:16:05.381Z] f5dfc541a4d3: Pull complete [2025-08-04T08:16:05.381Z] 461d9e800cba: Pull complete [2025-08-04T08:16:05.381Z] 80192f66455f: Pull complete [2025-08-04T08:16:09.570Z] 2e8e34ca0e6c: Pull complete [2025-08-04T08:16:09.570Z] a29436f7fd5d: Pull complete [2025-08-04T08:16:09.570Z] 923cac83aea3: Pull complete [2025-08-04T08:16:09.829Z] 25ad8b0a4227: Pull complete [2025-08-04T08:16:09.829Z] db01528c6b51: Pull complete [2025-08-04T08:16:09.829Z] 28988de357af: Pull complete [2025-08-04T08:16:09.829Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-08-04T08:16:09.829Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-04T08:16:09.829Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-04T08:16:09.954Z] prd-ubuntu20.04-docker-8c-8g-6241 does not seem to be running inside a container [2025-08-04T08:16:09.985Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/880 -v /w/workspace/edgex-go/880:/w/workspace/edgex-go/880:rw,z -v /w/workspace/edgex-go/880@tmp:/w/workspace/edgex-go/880@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-08-04T08:16:14.063Z] $ docker top ac9e95ea55877fffcd00c6ac808f06e21dfcf46aa200035b1be90dc356ea6d19 -eo pid,comm [2025-08-04T08:16:14.107Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-08-04T08:16:14.107Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-08-04T08:16:14.156Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-08-04T08:16:14.156Z] [ssh-agent] Looking for ssh-agent implementation... [2025-08-04T08:16:14.261Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-08-04T08:16:14.262Z] $ docker exec ac9e95ea55877fffcd00c6ac808f06e21dfcf46aa200035b1be90dc356ea6d19 ssh-agent [2025-08-04T08:16:14.366Z] SSH_AUTH_SOCK=/tmp/ssh-57tB1z1JnDoO/agent.33 [2025-08-04T08:16:14.366Z] SSH_AGENT_PID=39 [2025-08-04T08:16:14.371Z] Running ssh-add (command line suppressed) [2025-08-04T08:16:14.465Z] Identity added: /w/workspace/edgex-go/880@tmp/private_key_16538932097806652044.key (/w/workspace/edgex-go/880@tmp/private_key_16538932097806652044.key) [2025-08-04T08:16:14.479Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-08-04T08:16:14.770Z] + git config --global --add safe.directory /w/workspace/edgex-go/880 [Pipeline] sh [2025-08-04T08:16:15.059Z] + git tag --points-at HEAD [Pipeline] } [2025-08-04T08:16:15.070Z] $ docker exec --env ******** --env ******** ac9e95ea55877fffcd00c6ac808f06e21dfcf46aa200035b1be90dc356ea6d19 ssh-agent -k [2025-08-04T08:16:15.161Z] unset SSH_AUTH_SOCK; [2025-08-04T08:16:15.161Z] unset SSH_AGENT_PID; [2025-08-04T08:16:15.161Z] echo Agent pid 39 killed; [2025-08-04T08:16:15.170Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-08-04T08:16:15.208Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-08-04T08:16:15.208Z] [ssh-agent] Looking for ssh-agent implementation... [2025-08-04T08:16:15.303Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-08-04T08:16:15.305Z] $ docker exec ac9e95ea55877fffcd00c6ac808f06e21dfcf46aa200035b1be90dc356ea6d19 ssh-agent [2025-08-04T08:16:15.393Z] SSH_AUTH_SOCK=/tmp/ssh-Q8tZNVOAfDSh/agent.86 [2025-08-04T08:16:15.393Z] SSH_AGENT_PID=92 [2025-08-04T08:16:15.397Z] Running ssh-add (command line suppressed) [2025-08-04T08:16:15.480Z] Identity added: /w/workspace/edgex-go/880@tmp/private_key_6326021480492184431.key (/w/workspace/edgex-go/880@tmp/private_key_6326021480492184431.key) [2025-08-04T08:16:15.493Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-08-04T08:16:15.785Z] + git semver init [2025-08-04T08:16:16.046Z] 2025-08-04 08:16:15,999 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-08-04T08:16:16.046Z] 2025-08-04 08:16:16,004 [run_init] DEBUG init version:0.0.0 force:False [2025-08-04T08:16:16.046Z] 2025-08-04 08:16:16,005 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/880/.semver [2025-08-04T08:16:16.046Z] 2025-08-04 08:16:16,005 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/880/.semver [2025-08-04T08:16:16.046Z] 2025-08-04 08:16:16,005 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/880/.semver'], cwd=/w/workspace/edgex-go/880, stdin=None, shell=False, universal_newlines=False) [2025-08-04T08:16:21.320Z] 2025-08-04 08:16:21,227 [append_file] DEBUG append to file:/w/workspace/edgex-go/880/.git/info/exclude [2025-08-04T08:16:21.321Z] 2025-08-04 08:16:21,227 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/880/.semver/main with force:False [2025-08-04T08:16:21.321Z] 2025-08-04 08:16:21,227 [read_version] DEBUG read version from /w/workspace/edgex-go/880/.semver/main [2025-08-04T08:16:21.321Z] 2025-08-04 08:16:21,228 [read_version] DEBUG read version from /w/workspace/edgex-go/880/.semver/main [2025-08-04T08:16:21.321Z] 4.1.0-dev.42 [Pipeline] } [2025-08-04T08:16:21.330Z] $ docker exec --env ******** --env ******** ac9e95ea55877fffcd00c6ac808f06e21dfcf46aa200035b1be90dc356ea6d19 ssh-agent -k [2025-08-04T08:16:21.419Z] unset SSH_AUTH_SOCK; [2025-08-04T08:16:21.419Z] unset SSH_AGENT_PID; [2025-08-04T08:16:21.419Z] echo Agent pid 92 killed; [2025-08-04T08:16:21.429Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-08-04T08:16:21.756Z] + git semver [Pipeline] } [2025-08-04T08:16:22.030Z] $ docker stop --time=1 ac9e95ea55877fffcd00c6ac808f06e21dfcf46aa200035b1be90dc356ea6d19 [2025-08-04T08:16:23.336Z] $ docker rm -f --volumes ac9e95ea55877fffcd00c6ac808f06e21dfcf46aa200035b1be90dc356ea6d19 [Pipeline] // withDockerContainer [Pipeline] sh [2025-08-04T08:16:23.678Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-08-04T08:16:23.956Z] Stashed 1 file(s) [Pipeline] echo [2025-08-04T08:16:23.959Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.42 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-08-04T08:16:24.423Z] + git config --global --add safe.directory /w/workspace/edgex-go/880 [Pipeline] echo [2025-08-04T08:16:24.436Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-04T08:16:24.452Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-04T08:16:24.470Z] ========================================================= [2025-08-04T08:16:24.470Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-08-04T08:16:24.470Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2025-08-04T08:16:24.759Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-08-04T08:16:24.759Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2025-08-04T08:16:24.759Z] 0a9a5dfd008f: Pulling fs layer [2025-08-04T08:16:24.759Z] 36466aa92d05: Pulling fs layer [2025-08-04T08:16:24.759Z] e10405b45d13: Pulling fs layer [2025-08-04T08:16:24.759Z] 096b7ceb2af7: Pulling fs layer [2025-08-04T08:16:24.759Z] 4f4fb700ef54: Pulling fs layer [2025-08-04T08:16:24.759Z] c451b95d7931: Pulling fs layer [2025-08-04T08:16:24.759Z] 9febf9df4401: Pulling fs layer [2025-08-04T08:16:24.759Z] 1477f019b032: Pulling fs layer [2025-08-04T08:16:24.759Z] c7dc25521971: Pulling fs layer [2025-08-04T08:16:24.759Z] 096b7ceb2af7: Waiting [2025-08-04T08:16:24.759Z] 4f4fb700ef54: Waiting [2025-08-04T08:16:24.759Z] c451b95d7931: Waiting [2025-08-04T08:16:24.759Z] 9febf9df4401: Waiting [2025-08-04T08:16:24.759Z] 1477f019b032: Waiting [2025-08-04T08:16:24.759Z] c7dc25521971: Waiting [2025-08-04T08:16:24.759Z] 36466aa92d05: Verifying Checksum [2025-08-04T08:16:24.759Z] 36466aa92d05: Download complete [2025-08-04T08:16:24.759Z] 096b7ceb2af7: Verifying Checksum [2025-08-04T08:16:24.759Z] 096b7ceb2af7: Download complete [2025-08-04T08:16:24.759Z] 4f4fb700ef54: Verifying Checksum [2025-08-04T08:16:24.759Z] c451b95d7931: Verifying Checksum [2025-08-04T08:16:24.759Z] c451b95d7931: Download complete [2025-08-04T08:16:24.759Z] 0a9a5dfd008f: Download complete [2025-08-04T08:16:25.034Z] 9febf9df4401: Verifying Checksum [2025-08-04T08:16:25.034Z] 9febf9df4401: Download complete [2025-08-04T08:16:25.034Z] 0a9a5dfd008f: Pull complete [2025-08-04T08:16:25.034Z] c7dc25521971: Verifying Checksum [2025-08-04T08:16:25.034Z] c7dc25521971: Download complete [2025-08-04T08:16:25.293Z] 36466aa92d05: Pull complete [2025-08-04T08:16:25.293Z] e10405b45d13: Download complete [2025-08-04T08:16:25.552Z] 1477f019b032: Verifying Checksum [2025-08-04T08:16:25.552Z] 1477f019b032: Download complete [2025-08-04T08:16:30.820Z] e10405b45d13: Pull complete [2025-08-04T08:16:30.820Z] 096b7ceb2af7: Pull complete [2025-08-04T08:16:30.820Z] 4f4fb700ef54: Pull complete [2025-08-04T08:16:30.820Z] c451b95d7931: Pull complete [2025-08-04T08:16:30.820Z] 9febf9df4401: Pull complete [2025-08-04T08:16:32.724Z] 1477f019b032: Pull complete [2025-08-04T08:16:32.984Z] c7dc25521971: Pull complete [2025-08-04T08:16:32.984Z] Digest: sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 [2025-08-04T08:16:32.984Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-08-04T08:16:32.984Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh [2025-08-04T08:16:33.288Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-08-04T08:16:33.288Z] WORKDIR /edgex [2025-08-04T08:16:33.288Z] COPY go.mod . [2025-08-04T08:16:33.288Z] RUN go mod download [2025-08-04T08:16:33.288Z] + docker build -t ci-base-image-x86_64 -f - . [2025-08-04T08:16:33.854Z] #0 building with "default" instance using docker driver [2025-08-04T08:16:33.854Z] [2025-08-04T08:16:33.854Z] #1 [internal] load build definition from Dockerfile [2025-08-04T08:16:33.854Z] #1 transferring dockerfile: 164B done [2025-08-04T08:16:33.854Z] #1 DONE 0.0s [2025-08-04T08:16:33.854Z] [2025-08-04T08:16:33.854Z] #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-08-04T08:16:33.854Z] #2 DONE 0.0s [2025-08-04T08:16:33.854Z] [2025-08-04T08:16:33.854Z] #3 [internal] load .dockerignore [2025-08-04T08:16:33.854Z] #3 transferring context: [2025-08-04T08:16:34.113Z] #3 transferring context: 50B done [2025-08-04T08:16:34.113Z] #3 DONE 0.2s [2025-08-04T08:16:34.113Z] [2025-08-04T08:16:34.113Z] #4 [internal] load build context [2025-08-04T08:16:34.113Z] #4 transferring context: 6.51kB done [2025-08-04T08:16:34.113Z] #4 DONE 0.0s [2025-08-04T08:16:34.113Z] [2025-08-04T08:16:34.113Z] #5 [1/4] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-08-04T08:16:34.113Z] #5 DONE 0.1s [2025-08-04T08:16:34.113Z] [2025-08-04T08:16:34.113Z] #6 [2/4] WORKDIR /edgex [2025-08-04T08:16:38.314Z] #6 DONE 3.5s [2025-08-04T08:16:38.314Z] [2025-08-04T08:16:38.314Z] #7 [3/4] COPY go.mod . [2025-08-04T08:16:38.314Z] #7 DONE 0.0s [2025-08-04T08:16:38.314Z] [2025-08-04T08:16:38.314Z] #8 [4/4] RUN go mod download [2025-08-04T08:16:39.072Z] Still waiting to schedule task [2025-08-04T08:16:39.072Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2025-08-04T08:16:53.201Z] #8 DONE 13.7s [2025-08-04T08:16:53.202Z] [2025-08-04T08:16:53.202Z] #9 exporting to image [2025-08-04T08:16:53.202Z] #9 exporting layers [2025-08-04T08:16:55.105Z] #9 exporting layers 3.4s done [2025-08-04T08:16:55.105Z] #9 writing image sha256:68aa55000f130f7648b11cb4a0589346ef358bda90b42052f25f4788d3acd9a1 done [2025-08-04T08:16:55.105Z] #9 naming to docker.io/library/ci-base-image-x86_64 done [2025-08-04T08:16:55.105Z] #9 DONE 3.4s [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:16:55.410Z] + docker inspect -f . ci-base-image-x86_64 [2025-08-04T08:16:55.410Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-04T08:16:55.483Z] prd-ubuntu20.04-docker-8c-8g-6241 does not seem to be running inside a container [2025-08-04T08:16:55.512Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/880 -v /w/workspace/edgex-go/880:/w/workspace/edgex-go/880:rw,z -v /w/workspace/edgex-go/880@tmp:/w/workspace/edgex-go/880@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-08-04T08:16:55.867Z] $ docker top abd0601ebe2b3fceb57580cdf63cf729e3b9a62aac2c1639c46bf2c1fafd8104 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-04T08:16:56.214Z] + go version [2025-08-04T08:16:56.214Z] go version go1.23.9 linux/amd64 [Pipeline] } [2025-08-04T08:16:56.223Z] $ docker stop --time=1 abd0601ebe2b3fceb57580cdf63cf729e3b9a62aac2c1639c46bf2c1fafd8104 [2025-08-04T08:16:57.505Z] $ docker rm -f --volumes abd0601ebe2b3fceb57580cdf63cf729e3b9a62aac2c1639c46bf2c1fafd8104 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:16:57.913Z] + docker inspect -f . ci-base-image-x86_64 [2025-08-04T08:16:57.914Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-04T08:16:57.981Z] prd-ubuntu20.04-docker-8c-8g-6241 does not seem to be running inside a container [2025-08-04T08:16:58.007Z] $ 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/880 -v /w/workspace/edgex-go/880:/w/workspace/edgex-go/880:rw,z -v /w/workspace/edgex-go/880@tmp:/w/workspace/edgex-go/880@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-08-04T08:16:58.214Z] $ docker top d0ed8fd68fef8f0d205fe94347bb7c66990f4daa657245f68409f4f2b6c36e14 -eo pid,comm [Pipeline] { [Pipeline] echo [2025-08-04T08:16:58.280Z] ========================================================= [2025-08-04T08:16:58.280Z] [edgeXBuildGoParallel] Running Tests and Build... [2025-08-04T08:16:58.280Z] ========================================================= [Pipeline] sh [2025-08-04T08:16:58.556Z] + git config --global --add safe.directory /w/workspace/edgex-go/880 [Pipeline] fileExists [Pipeline] sh [2025-08-04T08:16:58.857Z] + make test [2025-08-04T08:16:58.857Z] go test -race -coverprofile=coverage.out ./... [2025-08-04T08:17:06.977Z] ? github.com/edgexfoundry/edgex-go [no test files] [2025-08-04T08:17:28.886Z] github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements [2025-08-04T08:17:28.886Z] github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements [2025-08-04T08:17:28.886Z] github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements [2025-08-04T08:17:28.886Z] github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements [2025-08-04T08:17:28.886Z] github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements [2025-08-04T08:17:29.452Z] github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements [2025-08-04T08:17:29.452Z] github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements [2025-08-04T08:17:29.711Z] github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements [2025-08-04T08:17:29.711Z] github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements [2025-08-04T08:17:29.711Z] github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements [2025-08-04T08:17:29.968Z] github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements [2025-08-04T08:17:29.968Z] github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements [2025-08-04T08:17:29.968Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2025-08-04T08:17:29.968Z] github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements [2025-08-04T08:17:29.968Z] github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements [2025-08-04T08:17:29.968Z] github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements [2025-08-04T08:17:29.968Z] github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements [2025-08-04T08:17:30.905Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.024s coverage: 42.3% of statements [2025-08-04T08:17:31.163Z] github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements [2025-08-04T08:17:31.163Z] github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements [2025-08-04T08:17:31.421Z] github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements [2025-08-04T08:17:31.421Z] github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements [2025-08-04T08:17:31.679Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.037s coverage: 97.0% of statements [2025-08-04T08:17:32.616Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2025-08-04T08:17:32.616Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] [2025-08-04T08:17:32.616Z] github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements [2025-08-04T08:17:32.616Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements [2025-08-04T08:17:32.616Z] github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements [2025-08-04T08:17:32.616Z] github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-08-04T08:17:32.616Z] github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements [2025-08-04T08:17:32.616Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] [2025-08-04T08:17:32.616Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements [2025-08-04T08:17:32.616Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements [2025-08-04T08:17:33.553Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] [2025-08-04T08:17:33.553Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] [2025-08-04T08:17:33.553Z] github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements [2025-08-04T08:17:33.553Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements [2025-08-04T08:17:33.553Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements [2025-08-04T08:17:33.553Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-08-04T08:17:35.459Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements [2025-08-04T08:17:35.460Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements [2025-08-04T08:17:35.460Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.048s coverage: 69.4% of statements [2025-08-04T08:17:35.460Z] ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.023s coverage: 3.5% of statements [2025-08-04T08:17:35.460Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.053s coverage: 46.3% of statements [2025-08-04T08:17:35.460Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.677s coverage: 93.4% of statements [2025-08-04T08:17:35.460Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.040s coverage: 92.4% of statements [2025-08-04T08:17:36.396Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.068s coverage: 8.4% of statements [2025-08-04T08:17:37.333Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] [2025-08-04T08:17:37.333Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2025-08-04T08:17:37.333Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2025-08-04T08:17:37.333Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-08-04T08:17:37.333Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements [2025-08-04T08:17:37.333Z] github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements [2025-08-04T08:17:37.333Z] github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements [2025-08-04T08:17:37.333Z] github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements [2025-08-04T08:17:37.333Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements [2025-08-04T08:17:37.333Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2025-08-04T08:17:37.333Z] github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements [2025-08-04T08:17:37.333Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements [2025-08-04T08:17:37.333Z] github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements [2025-08-04T08:17:37.333Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements [2025-08-04T08:17:38.708Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.368s coverage: 95.8% of statements [2025-08-04T08:17:38.708Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.022s coverage: 72.2% of statements [2025-08-04T08:17:39.276Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2025-08-04T08:17:39.276Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] [2025-08-04T08:17:39.276Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/cache coverage: 0.0% of statements [2025-08-04T08:17:39.276Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements [2025-08-04T08:17:39.276Z] github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements [2025-08-04T08:17:39.276Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements [2025-08-04T08:17:40.214Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.045s coverage: 0.0% of statements [no tests to run] [2025-08-04T08:17:40.214Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.043s coverage: 1.0% of statements [2025-08-04T08:17:40.214Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.030s coverage: 38.1% of statements [2025-08-04T08:17:40.214Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.018s coverage: 81.1% of statements [2025-08-04T08:17:40.778Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.030s coverage: 40.0% of statements [2025-08-04T08:17:40.778Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.021s coverage: 87.1% of statements [2025-08-04T08:17:40.778Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.031s coverage: 94.1% of statements [2025-08-04T08:17:40.778Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements [2025-08-04T08:17:40.778Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements [2025-08-04T08:17:40.778Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements [2025-08-04T08:17:41.035Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.081s coverage: 96.3% of statements [2025-08-04T08:17:41.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2025-08-04T08:17:41.601Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements [2025-08-04T08:17:41.601Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements [2025-08-04T08:17:41.601Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements [2025-08-04T08:17:41.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.021s coverage: 87.5% of statements [2025-08-04T08:17:42.534Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements [2025-08-04T08:17:42.534Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements [2025-08-04T08:17:42.534Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements [2025-08-04T08:17:42.534Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements [2025-08-04T08:17:42.534Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements [2025-08-04T08:17:42.534Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements [2025-08-04T08:17:42.534Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements [2025-08-04T08:17:43.102Z] github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements [2025-08-04T08:17:43.102Z] github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements [2025-08-04T08:17:43.667Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements [2025-08-04T08:17:45.040Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements [2025-08-04T08:17:45.298Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2025-08-04T08:17:46.672Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements [2025-08-04T08:17:47.603Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements [2025-08-04T08:17:47.603Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements [2025-08-04T08:17:47.603Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements [2025-08-04T08:17:50.887Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements [2025-08-04T08:17:51.453Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements [2025-08-04T08:17:51.453Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements [2025-08-04T08:17:52.018Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] [2025-08-04T08:17:52.018Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] [2025-08-04T08:17:52.018Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-08-04T08:17:53.918Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements [2025-08-04T08:17:53.918Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements [2025-08-04T08:17:53.918Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements [2025-08-04T08:17:53.918Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.033s coverage: 94.4% of statements [2025-08-04T08:17:53.918Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2025-08-04T08:17:53.918Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements [2025-08-04T08:17:53.918Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements [2025-08-04T08:17:54.177Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements [2025-08-04T08:17:54.434Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements [2025-08-04T08:17:54.434Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements [2025-08-04T08:17:54.434Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements [2025-08-04T08:17:54.434Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements [2025-08-04T08:17:54.434Z] github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements [2025-08-04T08:17:56.336Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements [2025-08-04T08:17:56.336Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements [2025-08-04T08:17:56.336Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements [2025-08-04T08:17:56.336Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements [2025-08-04T08:17:58.250Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] [2025-08-04T08:17:58.250Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2025-08-04T08:17:58.250Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements [2025-08-04T08:17:58.250Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-08-04T08:17:58.250Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements [2025-08-04T08:17:58.250Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements [2025-08-04T08:17:58.250Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements [2025-08-04T08:17:59.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] [2025-08-04T08:17:59.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2025-08-04T08:17:59.628Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-08-04T08:18:04.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.076s coverage: 92.9% of statements [2025-08-04T08:18:04.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.025s coverage: 68.8% of statements [2025-08-04T08:18:04.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.024s coverage: 62.3% of statements [2025-08-04T08:18:04.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.027s coverage: 47.4% of statements [2025-08-04T08:18:04.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.022s coverage: 87.2% of statements [2025-08-04T08:18:04.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.015s coverage: 15.5% of statements [2025-08-04T08:18:04.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.019s coverage: 100.0% of statements [2025-08-04T08:18:04.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.065s coverage: 81.8% of statements [2025-08-04T08:18:04.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.077s coverage: 82.1% of statements [2025-08-04T08:18:04.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.024s coverage: 86.0% of statements [2025-08-04T08:18:04.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.042s coverage: 6.8% of statements [2025-08-04T08:18:04.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.054s coverage: 33.3% of statements [2025-08-04T08:18:04.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.043s coverage: 100.0% of statements [2025-08-04T08:18:04.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.177s coverage: 54.5% of statements [2025-08-04T08:18:04.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.024s coverage: 89.4% of statements [2025-08-04T08:18:04.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.017s coverage: 100.0% of statements [2025-08-04T08:18:04.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.019s coverage: 73.7% of statements [2025-08-04T08:18:04.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.016s coverage: 100.0% of statements [2025-08-04T08:18:04.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.028s coverage: 88.6% of statements [2025-08-04T08:18:04.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.029s coverage: 96.8% of statements [2025-08-04T08:18:04.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.019s coverage: 100.0% of statements [2025-08-04T08:18:04.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.166s coverage: 29.2% of statements [2025-08-04T08:18:04.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.023s coverage: 93.8% of statements [2025-08-04T08:18:04.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.018s coverage: 3.1% of statements [2025-08-04T08:18:04.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.023s coverage: 76.2% of statements [2025-08-04T08:18:04.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.023s coverage: 54.0% of statements [2025-08-04T08:18:04.905Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.051s coverage: 17.0% of statements [2025-08-04T08:18:04.905Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.149s coverage: 94.9% of statements [2025-08-04T08:18:04.905Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.027s coverage: 9.0% of statements [2025-08-04T08:18:04.905Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.062s coverage: 97.7% of statements [2025-08-04T08:18:04.905Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.028s coverage: 43.6% of statements [2025-08-04T08:18:04.905Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2025-08-04T08:18:04.905Z] running golangci-lint [2025-08-04T08:18:04.905Z] golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z [2025-08-04T08:18:04.905Z] go version go1.23.9 linux/amd64 [2025-08-04T08:18:04.905Z] level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" [2025-08-04T08:18:04.905Z] level=info msg="[config_reader] Used config file .golangci.yml" [2025-08-04T08:18:04.905Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [2025-08-04T08:18:12.269Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-6242 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2025-08-04T08:18:12.290Z] Running in /w/workspace/edgex-go/880 [Pipeline] { [Pipeline] checkout [2025-08-04T08:18:15.337Z] The recommended git tool is: git [2025-08-04T08:18:19.620Z] using credential edgex-jenkins-ssh [2025-08-04T08:18:19.641Z] Cloning the remote Git repository [2025-08-04T08:18:19.684Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2025-08-04T08:18:19.777Z] > git init /w/workspace/edgex-go/880 # timeout=10 [2025-08-04T08:18:19.927Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2025-08-04T08:18:19.928Z] > git --version # timeout=10 [2025-08-04T08:18:19.947Z] > git --version # 'git version 2.25.1' [2025-08-04T08:18:19.949Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-08-04T08:18:20.096Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-08-04T08:18:26.835Z] level=info msg="[loader] Go packages loading at mode 575 (compiled_files|imports|name|types_sizes|deps|exports_file|files) took 18.797167187s" [2025-08-04T08:18:26.836Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 34.295098ms" [2025-08-04T08:18:34.952Z] level=info msg="[linters_context/goanalysis] analyzers took 1m45.782408961s with top 10 stages: buildir: 52.983027751s, fact_deprecated: 3.229440834s, gosec: 3.121683317s, inspect: 2.84172594s, ctrlflow: 2.015500088s, printf: 1.786504089s, fact_purity: 1.286465567s, nilness: 1.173646156s, S1038: 905.787695ms, directives: 788.450601ms" [2025-08-04T08:18:34.952Z] level=info msg="[runner] Issues before processing: 202, after processing: 0" [2025-08-04T08:18:34.952Z] level=info msg="[runner] Processors filtering stat (in/out): exclude: 202/202, nolint: 20/0, invalid_issue: 202/202, path_prettifier: 202/202, skip_dirs: 202/202, identifier_marker: 202/202, cgo: 202/202, skip_files: 202/202, filename_unadjuster: 202/202, exclude-rules: 202/20, autogenerated_exclude: 202/202" [2025-08-04T08:18:34.952Z] level=info msg="[runner] processing took 21.060179ms with stages: nolint: 10.771061ms, identifier_marker: 4.412768ms, exclude-rules: 2.248919ms, path_prettifier: 1.629455ms, autogenerated_exclude: 1.19038ms, skip_dirs: 703.675µs, cgo: 52.071µs, invalid_issue: 31.37µs, filename_unadjuster: 14.94µs, max_same_issues: 1.37µs, skip_files: 710ns, uniq_by_line: 630ns, fixer: 490ns, source_code: 470ns, sort_results: 350ns, diff: 350ns, exclude: 280ns, max_from_linter: 240ns, path_shortener: 170ns, max_per_file_from_linter: 170ns, path_prefixer: 160ns, severity-rules: 150ns" [2025-08-04T08:18:34.952Z] level=info msg="[runner] linters took 11.273285135s with stages: goanalysis_metalinter: 11.252093455s" [2025-08-04T08:18:34.952Z] level=info msg="File cache stats: 0 entries of total size 0B" [2025-08-04T08:18:34.952Z] level=info msg="Memory: 302 samples, avg is 317.8MB, max is 1270.7MB" [2025-08-04T08:18:34.952Z] level=info msg="Execution took 30.11390864s" [2025-08-04T08:18:34.952Z] go vet ./... [2025-08-04T08:18:37.398Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2025-08-04T08:18:38.184Z] Avoid second fetch [2025-08-04T08:18:38.185Z] Checking out Revision 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b (main) [2025-08-04T08:18:38.931Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v4 (#5218)" [2025-08-04T08:18:37.425Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-08-04T08:18:38.200Z] > git config core.sparsecheckout # timeout=10 [2025-08-04T08:18:38.255Z] > git checkout -f 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b # timeout=10 [2025-08-04T08:18:41.505Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-08-04T08:18:41.505Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-08-04T08:18:41.505Z] ./bin/test-attribution-txt.sh [2025-08-04T08:18:41.505Z] An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add [2025-08-04T08:18:41.505Z] An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [2025-08-04T08:18:41.505Z] An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add [2025-08-04T08:18:41.505Z] An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add [2025-08-04T08:18:41.505Z] An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [Pipeline] echo [2025-08-04T08:18:41.518Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh [2025-08-04T08:18:41.812Z] + ls -al . [2025-08-04T08:18:41.812Z] total 1996 [2025-08-04T08:18:41.812Z] drwxrwxr-x 11 1001 1001 4096 Aug 4 08:16 . [2025-08-04T08:18:41.812Z] drwxr-xr-x 4 root root 4096 Aug 4 08:16 .. [2025-08-04T08:18:41.812Z] drwxrwxr-x 2 1001 1001 4096 Aug 4 08:15 .blubracket [2025-08-04T08:18:41.812Z] -rw-rw-r-- 1 1001 1001 10 Aug 4 08:15 .dockerignore [2025-08-04T08:18:41.812Z] drwxrwxr-x 8 1001 1001 4096 Aug 4 08:18 .git [2025-08-04T08:18:41.812Z] drwxrwxr-x 3 1001 1001 4096 Aug 4 08:15 .github [2025-08-04T08:18:41.812Z] -rw-rw-r-- 1 1001 1001 909 Aug 4 08:15 .gitignore [2025-08-04T08:18:41.812Z] -rw-rw-r-- 1 1001 1001 218 Aug 4 08:15 .golangci.yml [2025-08-04T08:18:41.812Z] -rw-rw-r-- 1 1001 1001 100 Aug 4 08:15 .hadolint.yml [2025-08-04T08:18:41.812Z] drwxr-xr-x 3 1001 1001 4096 Aug 4 08:16 .semver [2025-08-04T08:18:41.812Z] -rw-rw-r-- 1 1001 1001 155 Aug 4 08:15 .sonarcloud.properties [2025-08-04T08:18:41.812Z] -rw-rw-r-- 1 1001 1001 1171 Aug 4 08:15 ADOPTERS.md [2025-08-04T08:18:41.812Z] -rw-rw-r-- 1 1001 1001 17374 Aug 4 08:15 Attribution.txt [2025-08-04T08:18:41.812Z] -rw-rw-r-- 1 1001 1001 108018 Aug 4 08:15 CHANGELOG.md [2025-08-04T08:18:41.812Z] -rw-rw-r-- 1 1001 1001 3804 Aug 4 08:15 CONTRIBUTING.md [2025-08-04T08:18:41.812Z] -rw-rw-r-- 1 1001 1001 677 Aug 4 08:15 GOVERNANCE.md [2025-08-04T08:18:41.812Z] -rw-rw-r-- 1 1001 1001 858 Aug 4 08:15 Jenkinsfile [2025-08-04T08:18:41.812Z] -rw-rw-r-- 1 1001 1001 10775 Aug 4 08:15 LICENSE [2025-08-04T08:18:41.812Z] -rw-rw-r-- 1 1001 1001 16740 Aug 4 08:15 Makefile [2025-08-04T08:18:41.812Z] -rw-rw-r-- 1 1001 1001 582 Aug 4 08:15 OWNERS.md [2025-08-04T08:18:41.812Z] -rw-rw-r-- 1 1001 1001 9932 Aug 4 08:15 README.md [2025-08-04T08:18:41.812Z] -rw-rw-r-- 1 1001 1001 789 Aug 4 08:15 SECURITY.md [2025-08-04T08:18:41.812Z] -rw-rw-r-- 1 1001 1001 12 Aug 4 08:16 VERSION [2025-08-04T08:18:41.812Z] drwxrwxr-x 2 1001 1001 4096 Aug 4 08:15 bin [2025-08-04T08:18:41.812Z] drwxrwxr-x 19 1001 1001 4096 Aug 4 08:15 cmd [2025-08-04T08:18:41.812Z] -rw-r--r-- 1 root root 1666030 Aug 4 08:18 coverage.out [2025-08-04T08:18:41.812Z] drwxrwxr-x 2 1001 1001 4096 Aug 4 08:15 fuzz_test [2025-08-04T08:18:41.812Z] -rw-rw-r-- 1 1001 1001 6476 Aug 4 08:15 go.mod [2025-08-04T08:18:41.812Z] -rw-rw-r-- 1 1001 1001 88362 Aug 4 08:15 go.sum [2025-08-04T08:18:41.812Z] drwxrwxr-x 7 1001 1001 4096 Aug 4 08:15 internal [2025-08-04T08:18:41.812Z] drwxrwxr-x 2 1001 1001 4096 Aug 4 08:15 openapi [2025-08-04T08:18:41.812Z] -rw-rw-r-- 1 1001 1001 584 Aug 4 08:15 security.txt [2025-08-04T08:18:41.812Z] -rw-rw-r-- 1 1001 1001 204 Aug 4 08:15 version.go [Pipeline] sh [2025-08-04T08:18:42.092Z] + '[' -e coverage.out ] [2025-08-04T08:18:42.092Z] + chown 1001:1001 coverage.out [Pipeline] stash [2025-08-04T08:18:42.242Z] Stashed 1 file(s) [Pipeline] sh [2025-08-04T08:18:42.522Z] + make build [2025-08-04T08:18:42.522Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-04T08:18:43.155Z] provisioning config files... [2025-08-04T08:18:43.181Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/880@tmp/config14923143746235529960tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-04T08:18:43.819Z] ---> ****-login.sh [2025-08-04T08:18:43.819Z] nexus3.edgexfoundry.org:10001 [2025-08-04T08:18:44.088Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T08:18:44.356Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-04T08:18:44.356Z] Configure a credential helper to remove this warning. See [2025-08-04T08:18:44.356Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-04T08:18:44.356Z] [2025-08-04T08:18:44.356Z] Login Succeeded [2025-08-04T08:18:44.356Z] nexus3.edgexfoundry.org:10002 [2025-08-04T08:18:44.622Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T08:18:44.889Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-04T08:18:44.889Z] Configure a credential helper to remove this warning. See [2025-08-04T08:18:44.889Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-04T08:18:44.889Z] [2025-08-04T08:18:44.889Z] Login Succeeded [2025-08-04T08:18:44.889Z] nexus3.edgexfoundry.org:10003 [2025-08-04T08:18:45.157Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T08:18:45.158Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-04T08:18:45.158Z] Configure a credential helper to remove this warning. See [2025-08-04T08:18:45.158Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-04T08:18:45.158Z] [2025-08-04T08:18:45.158Z] Login Succeeded [2025-08-04T08:18:45.158Z] nexus3.edgexfoundry.org:10004 [2025-08-04T08:18:45.426Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T08:18:45.426Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-04T08:18:45.427Z] Configure a credential helper to remove this warning. See [2025-08-04T08:18:45.427Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-04T08:18:45.427Z] [2025-08-04T08:18:45.427Z] Login Succeeded [2025-08-04T08:18:45.427Z] ****.io [2025-08-04T08:18:45.695Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T08:18:45.966Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-04T08:18:45.966Z] Configure a credential helper to remove this warning. See [2025-08-04T08:18:45.966Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-04T08:18:45.966Z] [2025-08-04T08:18:45.967Z] Login Succeeded [2025-08-04T08:18:45.967Z] ---> ****-login.sh ends [Pipeline] } [2025-08-04T08:18:45.982Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2025-08-04T08:18:46.592Z] + git config --global --add safe.directory /w/workspace/edgex-go/880 [Pipeline] echo [2025-08-04T08:18:46.612Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-04T08:18:46.632Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-04T08:18:46.654Z] ========================================================= [2025-08-04T08:18:46.654Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2025-08-04T08:18:46.654Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2025-08-04T08:18:46.976Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-08-04T08:18:46.977Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-08-04T08:18:46.977Z] 94e9d8af2201: Pulling fs layer [2025-08-04T08:18:46.977Z] a6c56e8762df: Pulling fs layer [2025-08-04T08:18:46.977Z] f0f3c8884826: Pulling fs layer [2025-08-04T08:18:46.977Z] c7e7622c144d: Pulling fs layer [2025-08-04T08:18:46.977Z] 4f4fb700ef54: Pulling fs layer [2025-08-04T08:18:46.977Z] b4c3b6d88c5a: Pulling fs layer [2025-08-04T08:18:46.977Z] ba8bce9d2590: Pulling fs layer [2025-08-04T08:18:46.977Z] ca778ea9c289: Pulling fs layer [2025-08-04T08:18:47.246Z] 4f4fb700ef54: Waiting [2025-08-04T08:18:47.246Z] b4c3b6d88c5a: Waiting [2025-08-04T08:18:47.246Z] ba8bce9d2590: Waiting [2025-08-04T08:18:47.246Z] ca778ea9c289: Waiting [2025-08-04T08:18:47.246Z] c7e7622c144d: Waiting [2025-08-04T08:18:47.246Z] a6c56e8762df: Download complete [2025-08-04T08:18:47.246Z] c7e7622c144d: Verifying Checksum [2025-08-04T08:18:47.246Z] c7e7622c144d: Download complete [2025-08-04T08:18:47.246Z] 4f4fb700ef54: Verifying Checksum [2025-08-04T08:18:47.246Z] 4f4fb700ef54: Download complete [2025-08-04T08:18:47.246Z] b4c3b6d88c5a: Verifying Checksum [2025-08-04T08:18:47.246Z] b4c3b6d88c5a: Download complete [2025-08-04T08:18:47.246Z] 94e9d8af2201: Verifying Checksum [2025-08-04T08:18:47.246Z] 94e9d8af2201: Download complete [2025-08-04T08:18:47.837Z] ca778ea9c289: Verifying Checksum [2025-08-04T08:18:47.837Z] ca778ea9c289: Download complete [2025-08-04T08:18:48.116Z] 94e9d8af2201: Pull complete [2025-08-04T08:18:49.092Z] a6c56e8762df: Pull complete [2025-08-04T08:18:49.092Z] f0f3c8884826: Verifying Checksum [2025-08-04T08:18:49.092Z] f0f3c8884826: Download complete [2025-08-04T08:18:50.068Z] ba8bce9d2590: Verifying Checksum [2025-08-04T08:18:50.068Z] ba8bce9d2590: Download complete [2025-08-04T08:19:04.440Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-08-04T08:19:05.006Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-08-04T08:19:05.088Z] f0f3c8884826: Pull complete [2025-08-04T08:19:05.088Z] c7e7622c144d: Pull complete [2025-08-04T08:19:05.088Z] 4f4fb700ef54: Pull complete [2025-08-04T08:19:05.088Z] b4c3b6d88c5a: Pull complete [2025-08-04T08:19:06.906Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-08-04T08:19:07.165Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-08-04T08:19:09.062Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-08-04T08:19:11.733Z] ba8bce9d2590: Pull complete [2025-08-04T08:19:13.242Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-08-04T08:19:13.673Z] ca778ea9c289: Pull complete [2025-08-04T08:19:13.673Z] Digest: sha256:c70c257f76c0e97c87bd0187f74242a809c0afac30c2d5f44320df1de5715b93 [2025-08-04T08:19:13.673Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-08-04T08:19:13.673Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists [Pipeline] sh [2025-08-04T08:19:14.017Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-08-04T08:19:14.017Z] WORKDIR /edgex [2025-08-04T08:19:14.017Z] COPY go.mod . [2025-08-04T08:19:14.017Z] RUN go mod download [2025-08-04T08:19:14.017Z] + docker build -t ci-base-image-arm64 -f - . [2025-08-04T08:19:14.999Z] Sending build context to Docker daemon 3.708MB [2025-08-04T08:19:14.999Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-08-04T08:19:14.999Z] ---> 47b25d7523d1 [2025-08-04T08:19:14.999Z] Step 2/4 : WORKDIR /edgex [2025-08-04T08:19:15.770Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-08-04T08:19:17.674Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-08-04T08:19:18.339Z] ---> Running in 260fc3e087ba [2025-08-04T08:19:18.339Z] Removing intermediate container 260fc3e087ba [2025-08-04T08:19:18.339Z] ---> d7aa3c039469 [2025-08-04T08:19:18.339Z] Step 3/4 : COPY go.mod . [2025-08-04T08:19:18.925Z] ---> b57ab9b4c604 [2025-08-04T08:19:18.925Z] Step 4/4 : RUN go mod download [2025-08-04T08:19:18.925Z] ---> Running in 2be217824e05 [2025-08-04T08:19:20.201Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-08-04T08:19:21.599Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-08-04T08:19:23.502Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-08-04T08:19:24.436Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2025-08-04T08:19:25.819Z] $ docker stop --time=1 d0ed8fd68fef8f0d205fe94347bb7c66990f4daa657245f68409f4f2b6c36e14 [2025-08-04T08:19:33.788Z] $ docker rm -f --volumes d0ed8fd68fef8f0d205fe94347bb7c66990f4daa657245f68409f4f2b6c36e14 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:19:35.056Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-08-04T08:19:35.056Z] [2025-08-04T08:19:35.056Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:19:35.355Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-08-04T08:19:35.355Z] latest: Pulling from edgex-devops/edgex-compose [2025-08-04T08:19:35.355Z] 91d30c5bc195: Pulling fs layer [2025-08-04T08:19:35.355Z] 2e9b0aa3be6d: Pulling fs layer [2025-08-04T08:19:35.355Z] 9c61dcf015f6: Pulling fs layer [2025-08-04T08:19:35.355Z] 4698f68db338: Pulling fs layer [2025-08-04T08:19:35.355Z] 2a2f49069b9e: Pulling fs layer [2025-08-04T08:19:35.355Z] e0025b399a48: Pulling fs layer [2025-08-04T08:19:35.355Z] 4698f68db338: Waiting [2025-08-04T08:19:35.355Z] 2a2f49069b9e: Waiting [2025-08-04T08:19:35.355Z] e0025b399a48: Waiting [2025-08-04T08:19:35.355Z] 91d30c5bc195: Verifying Checksum [2025-08-04T08:19:35.613Z] 4698f68db338: Verifying Checksum [2025-08-04T08:19:35.613Z] 4698f68db338: Download complete [2025-08-04T08:19:35.613Z] 91d30c5bc195: Pull complete [2025-08-04T08:19:35.613Z] 2e9b0aa3be6d: Verifying Checksum [2025-08-04T08:19:35.613Z] 2e9b0aa3be6d: Download complete [2025-08-04T08:19:35.613Z] e0025b399a48: Verifying Checksum [2025-08-04T08:19:35.613Z] e0025b399a48: Download complete [2025-08-04T08:19:35.613Z] 2a2f49069b9e: Verifying Checksum [2025-08-04T08:19:35.613Z] 2a2f49069b9e: Download complete [2025-08-04T08:19:35.872Z] 2e9b0aa3be6d: Pull complete [2025-08-04T08:19:36.811Z] 9c61dcf015f6: Verifying Checksum [2025-08-04T08:19:36.811Z] 9c61dcf015f6: Download complete [2025-08-04T08:19:40.088Z] 9c61dcf015f6: Pull complete [2025-08-04T08:19:40.088Z] 4698f68db338: Pull complete [2025-08-04T08:19:40.347Z] 2a2f49069b9e: Pull complete [2025-08-04T08:19:40.347Z] e0025b399a48: Pull complete [2025-08-04T08:19:40.347Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2025-08-04T08:19:40.347Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-08-04T08:19:40.347Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-04T08:19:40.432Z] prd-ubuntu20.04-docker-8c-8g-6241 does not seem to be running inside a container [2025-08-04T08:19:40.451Z] $ 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/880 -v /w/workspace/edgex-go/880:/w/workspace/edgex-go/880:rw,z -v /w/workspace/edgex-go/880@tmp:/w/workspace/edgex-go/880@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2025-08-04T08:19:44.047Z] $ docker top d1338074f54d1e1a53eb4817666d287ea1498f58cf3beae94e6409882b2d4ee5 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-04T08:19:44.393Z] + docker compose -f ./docker-compose-build.yml build --parallel [2025-08-04T08:19:44.652Z] #1 [security-spiffe-token-provider internal] load build definition from Dockerfile [2025-08-04T08:19:44.652Z] #1 transferring dockerfile: 1.89kB done [2025-08-04T08:19:44.652Z] #1 DONE 0.1s [2025-08-04T08:19:44.652Z] [2025-08-04T08:19:44.652Z] #2 [core-metadata internal] load build definition from Dockerfile [2025-08-04T08:19:44.652Z] #2 transferring dockerfile: 2.10kB done [2025-08-04T08:19:44.652Z] #2 DONE 0.1s [2025-08-04T08:19:44.652Z] [2025-08-04T08:19:44.652Z] #3 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-08-04T08:19:44.652Z] #3 DONE 0.0s [2025-08-04T08:19:44.652Z] [2025-08-04T08:19:44.652Z] #4 [core-metadata internal] load metadata for docker.io/library/alpine:3.20 [2025-08-04T08:19:44.652Z] #4 ... [2025-08-04T08:19:44.652Z] [2025-08-04T08:19:44.652Z] #5 [security-spire-server internal] load build definition from Dockerfile [2025-08-04T08:19:44.652Z] #5 transferring dockerfile: 1.70kB done [2025-08-04T08:19:44.652Z] #5 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) [2025-08-04T08:19:44.652Z] #5 DONE 0.1s [2025-08-04T08:19:44.652Z] [2025-08-04T08:19:44.652Z] #6 [security-spire-agent internal] load build definition from Dockerfile [2025-08-04T08:19:44.652Z] #6 transferring dockerfile: 1.81kB done [2025-08-04T08:19:44.652Z] #6 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) [2025-08-04T08:19:44.652Z] #6 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 23) [2025-08-04T08:19:44.652Z] #6 DONE 0.1s [2025-08-04T08:19:44.652Z] [2025-08-04T08:19:44.652Z] #7 [core-keeper internal] load build definition from Dockerfile [2025-08-04T08:19:44.652Z] #7 transferring dockerfile: 2.01kB done [2025-08-04T08:19:44.652Z] #7 DONE 0.2s [2025-08-04T08:19:44.652Z] [2025-08-04T08:19:44.652Z] #8 [support-scheduler internal] load build definition from Dockerfile [2025-08-04T08:19:44.652Z] #8 transferring dockerfile: 1.83kB done [2025-08-04T08:19:44.652Z] #8 DONE 0.2s [2025-08-04T08:19:44.652Z] [2025-08-04T08:19:44.652Z] #9 [core-command internal] load build definition from Dockerfile [2025-08-04T08:19:44.652Z] #9 transferring dockerfile: 1.94kB done [2025-08-04T08:19:44.652Z] #9 DONE 0.2s [2025-08-04T08:19:44.652Z] [2025-08-04T08:19:44.652Z] #10 [security-proxy-setup internal] load build definition from Dockerfile [2025-08-04T08:19:44.652Z] #10 transferring dockerfile: 2.50kB done [2025-08-04T08:19:44.652Z] #10 DONE 0.2s [2025-08-04T08:19:44.652Z] [2025-08-04T08:19:44.652Z] #3 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-08-04T08:19:44.652Z] #3 DONE 0.0s [2025-08-04T08:19:44.652Z] [2025-08-04T08:19:44.652Z] #4 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.20 [2025-08-04T08:19:44.909Z] #4 DONE 0.2s [2025-08-04T08:19:44.909Z] [2025-08-04T08:19:44.909Z] #11 [security-spire-config internal] load build definition from Dockerfile [2025-08-04T08:19:44.909Z] #11 transferring dockerfile: 1.69kB done [2025-08-04T08:19:44.910Z] #11 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) [2025-08-04T08:19:44.910Z] #11 DONE 0.2s [2025-08-04T08:19:44.910Z] [2025-08-04T08:19:44.910Z] #12 [support-notifications internal] load build definition from Dockerfile [2025-08-04T08:19:44.910Z] #12 transferring dockerfile: 2.00kB done [2025-08-04T08:19:44.910Z] #12 DONE 0.2s [2025-08-04T08:19:44.910Z] [2025-08-04T08:19:44.910Z] #13 [core-data internal] load build definition from Dockerfile [2025-08-04T08:19:44.910Z] #13 transferring dockerfile: 2.04kB done [2025-08-04T08:19:44.910Z] #13 DONE 0.2s [2025-08-04T08:19:44.910Z] [2025-08-04T08:19:44.910Z] #14 [security-bootstrapper internal] load build definition from Dockerfile [2025-08-04T08:19:44.910Z] #14 transferring dockerfile: 3.02kB done [2025-08-04T08:19:44.910Z] #14 DONE 0.2s [2025-08-04T08:19:44.910Z] [2025-08-04T08:19:44.910Z] #15 [security-proxy-auth internal] load build definition from Dockerfile [2025-08-04T08:19:44.910Z] #15 transferring dockerfile: 2.14kB done [2025-08-04T08:19:44.910Z] #15 DONE 0.2s [2025-08-04T08:19:44.910Z] [2025-08-04T08:19:44.910Z] #16 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2025-08-04T08:19:44.910Z] #16 transferring dockerfile: 2.23kB done [2025-08-04T08:19:44.910Z] #16 DONE 0.2s [2025-08-04T08:19:44.910Z] [2025-08-04T08:19:44.910Z] #17 [security-secretstore-setup internal] load build definition from Dockerfile [2025-08-04T08:19:44.910Z] #17 transferring dockerfile: 2.49kB done [2025-08-04T08:19:44.910Z] #17 DONE 0.2s [2025-08-04T08:19:44.910Z] [2025-08-04T08:19:44.910Z] #3 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-08-04T08:19:44.910Z] #3 DONE 0.0s [2025-08-04T08:19:44.910Z] [2025-08-04T08:19:44.910Z] #18 [core-keeper internal] load .dockerignore [2025-08-04T08:19:44.910Z] #18 transferring context: 50B done [2025-08-04T08:19:44.910Z] #18 DONE 0.1s [2025-08-04T08:19:44.910Z] [2025-08-04T08:19:44.910Z] #19 [core-metadata internal] load .dockerignore [2025-08-04T08:19:44.910Z] #19 transferring context: 50B done [2025-08-04T08:19:44.910Z] #19 DONE 0.1s [2025-08-04T08:19:44.910Z] [2025-08-04T08:19:44.910Z] #20 [core-keeper stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-04T08:19:44.910Z] #20 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-08-04T08:19:44.910Z] #20 ... [2025-08-04T08:19:44.910Z] [2025-08-04T08:19:44.910Z] #21 [security-spiffe-token-provider internal] load .dockerignore [2025-08-04T08:19:44.910Z] #21 transferring context: 50B done [2025-08-04T08:19:44.910Z] #21 DONE 0.1s [2025-08-04T08:19:44.910Z] [2025-08-04T08:19:44.910Z] #22 [core-command internal] load .dockerignore [2025-08-04T08:19:44.910Z] #22 transferring context: 50B done [2025-08-04T08:19:44.910Z] #22 DONE 0.1s [2025-08-04T08:19:44.910Z] [2025-08-04T08:19:44.910Z] #23 [support-notifications internal] load .dockerignore [2025-08-04T08:19:44.910Z] #23 transferring context: 50B done [2025-08-04T08:19:44.910Z] #23 DONE 0.1s [2025-08-04T08:19:44.910Z] [2025-08-04T08:19:44.910Z] #24 [support-scheduler internal] load .dockerignore [2025-08-04T08:19:44.910Z] #24 transferring context: 50B done [2025-08-04T08:19:44.910Z] #24 DONE 0.1s [2025-08-04T08:19:44.910Z] [2025-08-04T08:19:44.910Z] #25 [security-proxy-setup internal] load .dockerignore [2025-08-04T08:19:44.910Z] #25 transferring context: 50B done [2025-08-04T08:19:44.910Z] #25 DONE 0.1s [2025-08-04T08:19:44.910Z] [2025-08-04T08:19:44.910Z] #20 [security-proxy-setup stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-04T08:19:44.910Z] #20 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-08-04T08:19:44.910Z] #20 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-08-04T08:19:44.910Z] #20 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done [2025-08-04T08:19:44.910Z] #20 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done [2025-08-04T08:19:44.910Z] #20 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s [2025-08-04T08:19:45.167Z] #20 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.2s done [2025-08-04T08:19:45.167Z] #20 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 [2025-08-04T08:19:45.167Z] #20 ... [2025-08-04T08:19:45.167Z] [2025-08-04T08:19:45.167Z] #26 [security-bootstrapper internal] load .dockerignore [2025-08-04T08:19:45.167Z] #26 transferring context: 50B 0.0s done [2025-08-04T08:19:45.167Z] #26 DONE 0.4s [2025-08-04T08:19:45.167Z] [2025-08-04T08:19:45.167Z] #27 [security-secretstore-setup internal] load .dockerignore [2025-08-04T08:19:45.167Z] #27 transferring context: 50B done [2025-08-04T08:19:45.167Z] #27 DONE 0.4s [2025-08-04T08:19:45.167Z] [2025-08-04T08:19:45.167Z] #20 [security-proxy-setup stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-04T08:19:45.167Z] #20 ... [2025-08-04T08:19:45.167Z] [2025-08-04T08:19:45.167Z] #28 [core-data internal] load .dockerignore [2025-08-04T08:19:45.167Z] #28 transferring context: 50B 0.0s done [2025-08-04T08:19:45.167Z] #28 DONE 0.4s [2025-08-04T08:19:45.167Z] [2025-08-04T08:19:45.167Z] #29 [security-proxy-auth internal] load .dockerignore [2025-08-04T08:19:45.167Z] #29 transferring context: 50B done [2025-08-04T08:19:45.167Z] #29 DONE 0.4s [2025-08-04T08:19:45.167Z] [2025-08-04T08:19:45.167Z] #30 [core-common-config-bootstrapper internal] load .dockerignore [2025-08-04T08:19:45.167Z] #30 transferring context: 50B 0.0s done [2025-08-04T08:19:45.167Z] #30 DONE 0.4s [2025-08-04T08:19:45.167Z] [2025-08-04T08:19:45.167Z] #20 [security-proxy-auth stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-04T08:19:45.167Z] #20 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-08-04T08:19:45.167Z] #20 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-08-04T08:19:45.167Z] #20 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done [2025-08-04T08:19:45.167Z] #20 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done [2025-08-04T08:19:45.167Z] #20 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.2s done [2025-08-04T08:19:45.167Z] #20 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.2s done [2025-08-04T08:19:45.428Z] #20 ... [2025-08-04T08:19:45.428Z] [2025-08-04T08:19:45.428Z] #31 [support-scheduler builder 1/8] FROM docker.io/library/ci-base-image-x86_64:latest [2025-08-04T08:19:45.428Z] #31 DONE 0.5s [2025-08-04T08:19:45.428Z] [2025-08-04T08:19:45.428Z] #32 [support-notifications builder 2/8] WORKDIR /edgex-go [2025-08-04T08:19:50.694Z] #32 ... [2025-08-04T08:19:50.694Z] [2025-08-04T08:19:50.694Z] #33 [security-spiffe-token-provider internal] load build context [2025-08-04T08:19:50.694Z] #33 transferring context: 200.75MB 5.4s [2025-08-04T08:19:50.694Z] #33 ... [2025-08-04T08:19:50.694Z] [2025-08-04T08:19:50.694Z] #34 [core-common-config-bootstrapper internal] load build context [2025-08-04T08:19:50.694Z] #34 ... [2025-08-04T08:19:50.694Z] [2025-08-04T08:19:50.694Z] #33 [security-spiffe-token-provider internal] load build context [2025-08-04T08:19:56.370Z] #33 ... [2025-08-04T08:19:56.370Z] [2025-08-04T08:19:56.370Z] #35 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 [2025-08-04T08:19:56.370Z] #35 ... [2025-08-04T08:19:56.370Z] [2025-08-04T08:19:56.370Z] #36 [core-keeper internal] load build context [2025-08-04T08:19:56.370Z] #36 ... [2025-08-04T08:19:56.370Z] [2025-08-04T08:19:56.370Z] #37 [support-notifications internal] load build context [2025-08-04T08:19:56.370Z] #37 transferring context: 380.46MB 10.4s [2025-08-04T08:19:56.370Z] #37 ... [2025-08-04T08:19:56.370Z] [2025-08-04T08:19:56.370Z] #38 [core-command internal] load build context [2025-08-04T08:19:56.370Z] #38 ... [2025-08-04T08:19:56.370Z] [2025-08-04T08:19:56.370Z] #39 [core-metadata internal] load build context [2025-08-04T08:19:56.370Z] #39 ... [2025-08-04T08:19:56.370Z] [2025-08-04T08:19:56.370Z] #40 [security-secretstore-setup internal] load build context [2025-08-04T08:19:56.370Z] #40 ... [2025-08-04T08:19:56.370Z] [2025-08-04T08:19:56.370Z] #41 [security-proxy-setup internal] load build context [2025-08-04T08:19:56.370Z] #41 ... [2025-08-04T08:19:56.370Z] [2025-08-04T08:19:56.370Z] #42 [security-proxy-auth internal] load build context [2025-08-04T08:19:56.628Z] #42 ... [2025-08-04T08:19:56.628Z] [2025-08-04T08:19:56.628Z] #43 [core-data internal] load build context [2025-08-04T08:19:56.628Z] #43 ... [2025-08-04T08:19:56.628Z] [2025-08-04T08:19:56.628Z] #44 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-08-04T08:19:56.885Z] #44 ... [2025-08-04T08:19:56.885Z] [2025-08-04T08:19:56.885Z] #45 [support-scheduler internal] load build context [2025-08-04T08:19:56.885Z] #45 ... [2025-08-04T08:19:56.885Z] [2025-08-04T08:19:56.885Z] #46 [security-bootstrapper internal] load build context [2025-08-04T08:19:56.885Z] #46 ... [2025-08-04T08:19:56.885Z] [2025-08-04T08:19:56.885Z] #45 [support-scheduler internal] load build context [2025-08-04T08:20:01.457Z] #45 transferring context: 528.72MB 15.7s [2025-08-04T08:20:01.457Z] #45 ... [2025-08-04T08:20:01.457Z] [2025-08-04T08:20:01.457Z] #34 [core-common-config-bootstrapper internal] load build context [2025-08-04T08:20:01.457Z] #34 ... [2025-08-04T08:20:01.457Z] [2025-08-04T08:20:01.457Z] #45 [support-scheduler internal] load build context [2025-08-04T08:20:02.022Z] #45 transferring context: 591.41MB 16.9s done [2025-08-04T08:20:05.307Z] #45 ... [2025-08-04T08:20:05.307Z] [2025-08-04T08:20:05.307Z] #33 [security-spiffe-token-provider internal] load build context [2025-08-04T08:20:05.307Z] #33 transferring context: 591.41MB 18.3s done [2025-08-04T08:20:05.307Z] #33 ... [2025-08-04T08:20:05.307Z] [2025-08-04T08:20:05.307Z] #36 [core-keeper internal] load build context [2025-08-04T08:20:05.307Z] #36 transferring context: 591.41MB 18.7s done [2025-08-04T08:20:05.567Z] #36 ... [2025-08-04T08:20:05.567Z] [2025-08-04T08:20:05.567Z] #37 [support-notifications internal] load build context [2025-08-04T08:20:05.567Z] #37 transferring context: 591.41MB 16.7s done [2025-08-04T08:20:05.826Z] #37 ... [2025-08-04T08:20:05.826Z] [2025-08-04T08:20:05.826Z] #38 [core-command internal] load build context [2025-08-04T08:20:05.826Z] #38 transferring context: 591.41MB 16.2s done [2025-08-04T08:20:06.086Z] #38 ... [2025-08-04T08:20:06.086Z] [2025-08-04T08:20:06.086Z] #40 [security-secretstore-setup internal] load build context [2025-08-04T08:20:06.086Z] #40 transferring context: 591.41MB 16.6s done [2025-08-04T08:20:06.086Z] #40 ... [2025-08-04T08:20:06.086Z] [2025-08-04T08:20:06.086Z] #39 [core-metadata internal] load build context [2025-08-04T08:20:06.086Z] #39 transferring context: 591.41MB 18.6s done [2025-08-04T08:20:06.655Z] #39 ... [2025-08-04T08:20:06.655Z] [2025-08-04T08:20:06.655Z] #42 [security-proxy-auth internal] load build context [2025-08-04T08:20:06.655Z] #42 transferring context: 591.41MB 16.6s done [2025-08-04T08:20:06.655Z] #42 ... [2025-08-04T08:20:06.655Z] [2025-08-04T08:20:06.655Z] #41 [security-proxy-setup internal] load build context [2025-08-04T08:20:06.655Z] #41 transferring context: 591.41MB 16.7s done [2025-08-04T08:20:06.990Z] #41 ... [2025-08-04T08:20:06.990Z] [2025-08-04T08:20:06.990Z] #43 [core-data internal] load build context [2025-08-04T08:20:06.990Z] #43 transferring context: 591.41MB 16.2s done [2025-08-04T08:20:07.250Z] #43 ... [2025-08-04T08:20:07.250Z] [2025-08-04T08:20:07.250Z] #46 [security-bootstrapper internal] load build context [2025-08-04T08:20:07.250Z] #46 transferring context: 591.41MB 17.4s done [2025-08-04T08:20:07.817Z] #46 ... [2025-08-04T08:20:07.817Z] [2025-08-04T08:20:07.817Z] #38 [core-command internal] load build context [2025-08-04T08:20:07.817Z] #38 DONE 22.8s [2025-08-04T08:20:07.817Z] [2025-08-04T08:20:07.817Z] #34 [core-common-config-bootstrapper internal] load build context [2025-08-04T08:20:07.817Z] #34 transferring context: 591.41MB 18.1s done [2025-08-04T08:20:07.817Z] #34 DONE 22.5s [2025-08-04T08:20:07.817Z] [2025-08-04T08:20:07.817Z] #20 [security-proxy-auth stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-04T08:20:07.817Z] #20 DONE 22.9s [2025-08-04T08:20:07.817Z] [2025-08-04T08:20:07.817Z] #32 [security-proxy-auth builder 2/8] WORKDIR /edgex-go [2025-08-04T08:20:07.817Z] #32 DONE 22.4s [2025-08-04T08:20:07.817Z] [2025-08-04T08:20:07.817Z] #43 [core-data internal] load build context [2025-08-04T08:20:07.817Z] #43 DONE 22.5s [2025-08-04T08:20:07.817Z] [2025-08-04T08:20:07.817Z] #41 [security-proxy-setup internal] load build context [2025-08-04T08:20:07.817Z] #41 DONE 22.8s [2025-08-04T08:20:07.817Z] [2025-08-04T08:20:07.817Z] #37 [support-notifications internal] load build context [2025-08-04T08:20:07.817Z] #37 DONE 22.9s [2025-08-04T08:20:07.817Z] [2025-08-04T08:20:07.817Z] #45 [support-scheduler internal] load build context [2025-08-04T08:20:07.817Z] #45 DONE 22.9s [2025-08-04T08:20:07.817Z] [2025-08-04T08:20:07.817Z] #40 [security-secretstore-setup internal] load build context [2025-08-04T08:20:07.817Z] #40 DONE 22.5s [2025-08-04T08:20:07.817Z] [2025-08-04T08:20:07.817Z] #42 [security-proxy-auth internal] load build context [2025-08-04T08:20:07.817Z] #42 DONE 22.5s [2025-08-04T08:20:07.817Z] [2025-08-04T08:20:07.817Z] #46 [security-bootstrapper internal] load build context [2025-08-04T08:20:07.817Z] #46 DONE 22.6s [2025-08-04T08:20:07.817Z] [2025-08-04T08:20:07.817Z] #33 [security-spiffe-token-provider internal] load build context [2025-08-04T08:20:07.817Z] #33 DONE 22.9s [2025-08-04T08:20:07.817Z] [2025-08-04T08:20:07.817Z] #39 [core-metadata internal] load build context [2025-08-04T08:20:07.817Z] #39 DONE 22.9s [2025-08-04T08:20:07.817Z] [2025-08-04T08:20:07.817Z] #36 [core-keeper internal] load build context [2025-08-04T08:20:07.817Z] #36 DONE 23.0s [2025-08-04T08:20:07.817Z] [2025-08-04T08:20:07.817Z] #47 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-08-04T08:20:08.384Z] #47 0.514 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-04T08:20:11.670Z] #47 3.207 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-04T08:20:11.670Z] #47 3.552 OK: 248 MiB in 58 packages [2025-08-04T08:20:13.047Z] #47 ... [2025-08-04T08:20:13.047Z] [2025-08-04T08:20:13.047Z] #48 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-08-04T08:20:13.047Z] #0 0.986 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-04T08:20:13.047Z] #0 3.616 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-04T08:20:13.047Z] #0 3.989 v3.20.7-22-gb7a0ccaaa0e [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-08-04T08:20:13.047Z] #0 3.989 v3.20.7-22-gb7a0ccaaa0e [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-08-04T08:20:13.047Z] #0 3.989 OK: 24171 distinct packages available [2025-08-04T08:20:13.047Z] #0 4.050 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-04T08:20:13.047Z] #0 4.141 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-04T08:20:13.047Z] #0 4.428 (1/14) Installing ca-certificates (20250619-r0) [2025-08-04T08:20:13.047Z] #0 4.445 (2/14) Installing brotli-libs (1.1.0-r2) [2025-08-04T08:20:13.047Z] #0 4.455 (3/14) Installing c-ares (1.33.1-r0) [2025-08-04T08:20:13.047Z] #0 4.459 (4/14) Installing libunistring (1.2-r0) [2025-08-04T08:20:13.047Z] #0 4.477 (5/14) Installing libidn2 (2.3.7-r0) [2025-08-04T08:20:13.047Z] #0 4.481 (6/14) Installing nghttp2-libs (1.62.1-r0) [2025-08-04T08:20:13.047Z] #0 4.485 (7/14) Installing libpsl (0.21.5-r1) [2025-08-04T08:20:13.047Z] #0 4.488 (8/14) Installing zstd-libs (1.5.6-r0) [2025-08-04T08:20:13.047Z] #0 4.503 (9/14) Installing libcurl (8.12.1-r0) [2025-08-04T08:20:13.047Z] #0 4.513 (10/14) Installing curl (8.12.1-r0) [2025-08-04T08:20:13.047Z] #0 4.518 (11/14) Installing dumb-init (1.2.5-r3) [2025-08-04T08:20:13.047Z] #0 4.522 (12/14) Installing musl-obstack (1.2.3-r2) [2025-08-04T08:20:13.047Z] #0 4.525 (13/14) Installing libucontext (1.2-r3) [2025-08-04T08:20:13.047Z] #0 4.528 (14/14) Installing gcompat (1.1.0-r4) [2025-08-04T08:20:13.047Z] #0 4.532 Executing busybox-1.36.1-r29.trigger [2025-08-04T08:20:13.047Z] #0 4.541 Executing ca-certificates-20250619-r0.trigger [2025-08-04T08:20:13.047Z] #0 4.577 OK: 13 MiB in 28 packages [2025-08-04T08:20:15.365Z] Removing intermediate container 2be217824e05 [2025-08-04T08:20:15.365Z] ---> ffd5925cf4fd [2025-08-04T08:20:15.365Z] Successfully built ffd5925cf4fd [2025-08-04T08:20:15.365Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:20:15.705Z] + docker inspect -f . ci-base-image-arm64 [2025-08-04T08:20:15.705Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-04T08:20:15.925Z] prd-ubuntu20.04-docker-arm64-4c-16g-6242 does not seem to be running inside a container [2025-08-04T08:20:15.998Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/880 -v /w/workspace/edgex-go/880:/w/workspace/edgex-go/880:rw,z -v /w/workspace/edgex-go/880@tmp:/w/workspace/edgex-go/880@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2025-08-04T08:20:17.172Z] $ docker top 3668dd3312cf249f9cd57d5b7cab9af07bb0bf4eaf7053467a79e4748d3a726b -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-04T08:20:17.988Z] + go version [2025-08-04T08:20:17.988Z] go version go1.23.9 linux/arm64 [Pipeline] } [2025-08-04T08:20:18.010Z] $ docker stop --time=1 3668dd3312cf249f9cd57d5b7cab9af07bb0bf4eaf7053467a79e4748d3a726b [2025-08-04T08:20:18.360Z] #48 ... [2025-08-04T08:20:18.360Z] [2025-08-04T08:20:18.360Z] #49 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-08-04T08:20:18.360Z] #0 0.638 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-04T08:20:18.360Z] #0 3.215 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-04T08:20:18.360Z] #0 3.650 (1/1) Installing dumb-init (1.2.5-r3) [2025-08-04T08:20:18.360Z] #0 3.654 Executing busybox-1.36.1-r29.trigger [2025-08-04T08:20:18.360Z] #0 3.658 OK: 8 MiB in 15 packages [2025-08-04T08:20:18.360Z] #49 ... [2025-08-04T08:20:18.360Z] [2025-08-04T08:20:18.360Z] #50 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-08-04T08:20:18.360Z] #0 0.901 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-04T08:20:18.360Z] #0 3.477 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-04T08:20:18.360Z] #0 3.742 (1/7) Installing ca-certificates (20250619-r0) [2025-08-04T08:20:18.360Z] #0 3.758 (2/7) Installing dumb-init (1.2.5-r3) [2025-08-04T08:20:18.360Z] #0 3.765 (3/7) Installing libgcc (13.2.1_git20240309-r1) [2025-08-04T08:20:18.360Z] #0 3.770 (4/7) Installing libsodium (1.0.19-r0) [2025-08-04T08:20:18.360Z] #0 3.781 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) [2025-08-04T08:20:18.360Z] #0 3.802 (6/7) Installing libzmq (4.3.5-r2) [2025-08-04T08:20:18.360Z] #0 3.809 (7/7) Installing zeromq (4.3.5-r2) [2025-08-04T08:20:18.360Z] #0 3.813 Executing busybox-1.36.1-r29.trigger [2025-08-04T08:20:18.360Z] #0 3.825 Executing ca-certificates-20250619-r0.trigger [2025-08-04T08:20:18.360Z] #0 3.858 OK: 12 MiB in 21 packages [2025-08-04T08:20:18.360Z] #50 ... [2025-08-04T08:20:18.360Z] [2025-08-04T08:20:18.360Z] #51 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-08-04T08:20:18.360Z] #0 1.005 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-04T08:20:18.360Z] #0 3.595 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-04T08:20:18.360Z] #0 3.969 OK: 248 MiB in 58 packages [2025-08-04T08:20:18.360Z] #51 ... [2025-08-04T08:20:18.360Z] [2025-08-04T08:20:18.360Z] #52 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-08-04T08:20:18.360Z] #0 0.587 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-04T08:20:18.360Z] #0 3.205 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-04T08:20:18.360Z] #0 3.620 (1/4) Installing ca-certificates (20250619-r0) [2025-08-04T08:20:18.360Z] #0 3.653 (2/4) Installing dumb-init (1.2.5-r3) [2025-08-04T08:20:18.360Z] #0 3.664 (3/4) Installing su-exec (0.2-r3) [2025-08-04T08:20:18.360Z] #0 3.668 (4/4) Installing yq-go (4.44.1-r2) [2025-08-04T08:20:18.360Z] #0 3.762 Executing busybox-1.36.1-r29.trigger [2025-08-04T08:20:18.360Z] #0 3.766 Executing ca-certificates-20250619-r0.trigger [2025-08-04T08:20:18.360Z] #0 3.810 OK: 19 MiB in 18 packages [2025-08-04T08:20:18.360Z] #52 ... [2025-08-04T08:20:18.360Z] [2025-08-04T08:20:18.360Z] #53 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-08-04T08:20:18.360Z] #0 0.589 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-04T08:20:18.360Z] #0 3.208 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-04T08:20:18.360Z] #0 3.608 (1/1) Installing dumb-init (1.2.5-r3) [2025-08-04T08:20:18.360Z] #0 3.613 Executing busybox-1.36.1-r29.trigger [2025-08-04T08:20:18.360Z] #0 3.619 OK: 8 MiB in 15 packages [2025-08-04T08:20:18.618Z] #53 ... [2025-08-04T08:20:18.618Z] [2025-08-04T08:20:18.618Z] #54 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-08-04T08:20:18.618Z] #0 0.879 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-04T08:20:18.618Z] #0 3.472 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-04T08:20:18.618Z] #0 3.837 v3.20.7-22-gb7a0ccaaa0e [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-08-04T08:20:18.618Z] #0 3.837 v3.20.7-22-gb7a0ccaaa0e [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-08-04T08:20:18.618Z] #0 3.837 OK: 24171 distinct packages available [2025-08-04T08:20:18.618Z] #0 3.904 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-04T08:20:18.618Z] #0 3.999 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-04T08:20:18.618Z] #0 4.348 OK: 248 MiB in 58 packages [2025-08-04T08:20:18.618Z] #54 ... [2025-08-04T08:20:18.618Z] [2025-08-04T08:20:18.618Z] #55 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-08-04T08:20:18.618Z] #0 0.508 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-04T08:20:18.618Z] #0 3.204 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-04T08:20:18.618Z] #0 3.568 (1/4) Installing dumb-init (1.2.5-r3) [2025-08-04T08:20:18.618Z] #0 3.583 (2/4) Installing openssl (3.3.4-r0) [2025-08-04T08:20:18.618Z] #0 3.608 (3/4) Installing su-exec (0.2-r3) [2025-08-04T08:20:18.618Z] #0 3.614 (4/4) Installing yq-go (4.44.1-r2) [2025-08-04T08:20:18.618Z] #0 3.745 Executing busybox-1.36.1-r29.trigger [2025-08-04T08:20:18.618Z] #0 3.762 OK: 19 MiB in 18 packages [2025-08-04T08:20:18.876Z] #55 ... [2025-08-04T08:20:18.876Z] [2025-08-04T08:20:18.877Z] #56 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-08-04T08:20:18.877Z] #0 1.084 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-04T08:20:18.877Z] #0 3.689 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-04T08:20:18.877Z] #0 4.083 OK: 248 MiB in 58 packages [2025-08-04T08:20:18.877Z] #56 ... [2025-08-04T08:20:18.877Z] [2025-08-04T08:20:18.877Z] #57 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-08-04T08:20:18.877Z] #0 0.636 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-04T08:20:18.877Z] #0 3.212 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-04T08:20:18.877Z] #0 3.597 (1/2) Installing dumb-init (1.2.5-r3) [2025-08-04T08:20:18.877Z] #0 3.613 (2/2) Installing su-exec (0.2-r3) [2025-08-04T08:20:18.877Z] #0 3.616 Executing busybox-1.36.1-r29.trigger [2025-08-04T08:20:18.877Z] #0 3.624 OK: 8 MiB in 16 packages [2025-08-04T08:20:19.135Z] #57 ... [2025-08-04T08:20:19.135Z] [2025-08-04T08:20:19.135Z] #58 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-08-04T08:20:19.135Z] #0 0.973 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-04T08:20:19.135Z] #0 3.582 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-04T08:20:19.135Z] #0 3.906 (1/3) Installing ca-certificates (20250619-r0) [2025-08-04T08:20:19.135Z] #0 3.923 (2/3) Installing dumb-init (1.2.5-r3) [2025-08-04T08:20:19.135Z] #0 3.926 (3/3) Installing tzdata (2025b-r0) [2025-08-04T08:20:19.135Z] #0 3.960 Executing busybox-1.36.1-r29.trigger [2025-08-04T08:20:19.135Z] #0 3.965 Executing ca-certificates-20250619-r0.trigger [2025-08-04T08:20:19.135Z] #0 4.005 OK: 10 MiB in 17 packages [2025-08-04T08:20:19.135Z] #58 ... [2025-08-04T08:20:19.135Z] [2025-08-04T08:20:19.135Z] #59 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-08-04T08:20:19.135Z] #0 0.978 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-04T08:20:19.135Z] #0 3.574 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-04T08:20:19.135Z] #0 3.952 OK: 248 MiB in 58 packages [2025-08-04T08:20:19.394Z] #59 ... [2025-08-04T08:20:19.394Z] [2025-08-04T08:20:19.394Z] #60 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-08-04T08:20:19.616Z] $ docker rm -f --volumes 3668dd3312cf249f9cd57d5b7cab9af07bb0bf4eaf7053467a79e4748d3a726b [2025-08-04T08:20:19.653Z] #60 ... [2025-08-04T08:20:19.653Z] [2025-08-04T08:20:19.653Z] #44 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-08-04T08:20:19.653Z] #44 DONE 34.7s [2025-08-04T08:20:19.653Z] [2025-08-04T08:20:19.653Z] #61 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-08-04T08:20:19.653Z] #61 ... [2025-08-04T08:20:19.653Z] [2025-08-04T08:20:19.653Z] #62 [security-spire-config internal] load .dockerignore [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:20:20.295Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-08-04T08:20:20.295Z] [2025-08-04T08:20:20.295Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:20:20.638Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-08-04T08:20:20.638Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2025-08-04T08:20:20.638Z] 547446be3368: Pulling fs layer [2025-08-04T08:20:20.638Z] d125d8839a47: Pulling fs layer [2025-08-04T08:20:20.638Z] 3e85d5ac6304: Pulling fs layer [2025-08-04T08:20:20.638Z] c3105a71a48b: Pulling fs layer [2025-08-04T08:20:20.638Z] 0f093f025ec4: Pulling fs layer [2025-08-04T08:20:20.638Z] c3106fc0e877: Pulling fs layer [2025-08-04T08:20:20.638Z] 0f093f025ec4: Waiting [2025-08-04T08:20:20.638Z] c3106fc0e877: Waiting [2025-08-04T08:20:20.908Z] 547446be3368: Verifying Checksum [2025-08-04T08:20:20.908Z] 547446be3368: Download complete [2025-08-04T08:20:20.908Z] c3105a71a48b: Verifying Checksum [2025-08-04T08:20:20.908Z] c3105a71a48b: Download complete [2025-08-04T08:20:21.176Z] d125d8839a47: Verifying Checksum [2025-08-04T08:20:21.176Z] d125d8839a47: Download complete [2025-08-04T08:20:21.176Z] c3106fc0e877: Verifying Checksum [2025-08-04T08:20:21.176Z] c3106fc0e877: Download complete [2025-08-04T08:20:21.442Z] 0f093f025ec4: Verifying Checksum [2025-08-04T08:20:21.442Z] 0f093f025ec4: Download complete [2025-08-04T08:20:21.713Z] 547446be3368: Pull complete [2025-08-04T08:20:22.230Z] #62 ... [2025-08-04T08:20:22.230Z] [2025-08-04T08:20:22.230Z] #35 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 [2025-08-04T08:20:22.230Z] #35 DONE 37.5s [2025-08-04T08:20:22.534Z] [2025-08-04T08:20:22.534Z] #63 [security-spire-agent internal] load .dockerignore [2025-08-04T08:20:22.669Z] d125d8839a47: Pull complete [2025-08-04T08:20:23.250Z] 3e85d5ac6304: Verifying Checksum [2025-08-04T08:20:23.250Z] 3e85d5ac6304: Download complete [2025-08-04T08:20:23.915Z] #63 ... [2025-08-04T08:20:23.915Z] [2025-08-04T08:20:23.915Z] #58 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-08-04T08:20:23.915Z] #58 DONE 16.1s [2025-08-04T08:20:23.915Z] [2025-08-04T08:20:23.915Z] #48 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-08-04T08:20:23.915Z] #48 DONE 16.1s [2025-08-04T08:20:23.915Z] [2025-08-04T08:20:23.915Z] #47 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-08-04T08:20:23.915Z] #47 DONE 16.1s [2025-08-04T08:20:23.915Z] [2025-08-04T08:20:23.915Z] #51 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-08-04T08:20:23.915Z] #51 DONE 16.1s [2025-08-04T08:20:23.915Z] [2025-08-04T08:20:23.915Z] #55 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-08-04T08:20:23.915Z] #55 DONE 16.1s [2025-08-04T08:20:23.915Z] [2025-08-04T08:20:23.915Z] #49 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-08-04T08:20:23.915Z] #49 DONE 16.2s [2025-08-04T08:20:23.915Z] [2025-08-04T08:20:23.915Z] #56 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2025-08-04T08:20:23.915Z] #56 DONE 16.2s [2025-08-04T08:20:23.915Z] [2025-08-04T08:20:23.915Z] #61 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-08-04T08:20:23.915Z] #61 DONE 16.2s [2025-08-04T08:20:23.915Z] [2025-08-04T08:20:23.915Z] #57 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-08-04T08:20:23.915Z] #57 DONE 16.2s [2025-08-04T08:20:23.915Z] [2025-08-04T08:20:23.915Z] #53 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-08-04T08:20:23.915Z] #53 DONE 16.2s [2025-08-04T08:20:23.915Z] [2025-08-04T08:20:23.915Z] #63 [security-spire-agent internal] load .dockerignore [2025-08-04T08:20:23.915Z] #63 transferring context: 50B done [2025-08-04T08:20:24.173Z] #63 DONE 1.8s [2025-08-04T08:20:24.173Z] [2025-08-04T08:20:24.173Z] #20 [security-spire-agent stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-04T08:20:24.173Z] #20 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-08-04T08:20:24.173Z] #20 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-08-04T08:20:24.173Z] #20 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done [2025-08-04T08:20:24.173Z] #20 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done [2025-08-04T08:20:24.173Z] #20 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.2s done [2025-08-04T08:20:24.173Z] #20 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.2s done [2025-08-04T08:20:24.173Z] #20 DONE 22.9s [2025-08-04T08:20:24.173Z] [2025-08-04T08:20:24.173Z] #52 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-08-04T08:20:24.173Z] #52 DONE 16.2s [2025-08-04T08:20:24.173Z] [2025-08-04T08:20:24.173Z] #54 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-08-04T08:20:24.173Z] #54 DONE 16.2s [2025-08-04T08:20:24.173Z] [2025-08-04T08:20:24.173Z] #60 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-08-04T08:20:24.173Z] #60 DONE 16.2s [2025-08-04T08:20:24.173Z] [2025-08-04T08:20:24.173Z] #59 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-08-04T08:20:24.173Z] #59 DONE 16.2s [2025-08-04T08:20:24.173Z] [2025-08-04T08:20:24.173Z] #50 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-08-04T08:20:24.173Z] #50 DONE 16.2s [2025-08-04T08:20:24.173Z] [2025-08-04T08:20:24.173Z] #64 [security-spire-server internal] load .dockerignore [2025-08-04T08:20:24.173Z] #64 transferring context: 50B 0.0s done [2025-08-04T08:20:24.173Z] #64 DONE 4.5s [2025-08-04T08:20:24.173Z] [2025-08-04T08:20:24.173Z] #62 [security-spire-config internal] load .dockerignore [2025-08-04T08:20:24.173Z] #62 transferring context: 50B done [2025-08-04T08:20:24.173Z] #62 DONE 4.5s [2025-08-04T08:20:24.173Z] [2025-08-04T08:20:24.173Z] #65 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-04T08:20:24.173Z] #65 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-04T08:20:24.173Z] #65 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.1s done [2025-08-04T08:20:24.173Z] #65 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 0.1s [2025-08-04T08:20:24.173Z] #65 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 0.1s [2025-08-04T08:20:24.173Z] #65 ... [2025-08-04T08:20:24.173Z] [2025-08-04T08:20:24.173Z] #66 [core-command builder 4/7] COPY go.mod vendor* ./ [2025-08-04T08:20:24.173Z] #66 DONE 0.4s [2025-08-04T08:20:24.173Z] [2025-08-04T08:20:24.173Z] #67 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-08-04T08:20:24.173Z] #67 DONE 0.4s [2025-08-04T08:20:24.173Z] [2025-08-04T08:20:24.173Z] #68 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-08-04T08:20:24.173Z] #68 DONE 0.4s [2025-08-04T08:20:24.173Z] [2025-08-04T08:20:24.173Z] #69 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-08-04T08:20:24.173Z] #69 DONE 0.3s [2025-08-04T08:20:24.173Z] [2025-08-04T08:20:24.173Z] #65 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-04T08:20:24.173Z] #65 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-08-04T08:20:24.173Z] #65 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done [2025-08-04T08:20:24.173Z] #65 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done [2025-08-04T08:20:24.173Z] #65 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done [2025-08-04T08:20:24.173Z] #65 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done [2025-08-04T08:20:24.173Z] #65 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 0B / 36.47MB 0.2s [2025-08-04T08:20:24.431Z] #65 ... [2025-08-04T08:20:24.431Z] [2025-08-04T08:20:24.431Z] #70 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-08-04T08:20:24.431Z] #70 DONE 0.3s [2025-08-04T08:20:24.431Z] [2025-08-04T08:20:24.431Z] #71 [security-spire-config internal] load build context [2025-08-04T08:20:24.431Z] #71 transferring context: 22.05kB done [2025-08-04T08:20:24.431Z] #71 DONE 0.3s [2025-08-04T08:20:24.431Z] [2025-08-04T08:20:24.431Z] #72 [security-spire-server internal] load build context [2025-08-04T08:20:24.431Z] #72 transferring context: 23.80kB done [2025-08-04T08:20:24.431Z] #72 DONE 0.4s [2025-08-04T08:20:24.431Z] [2025-08-04T08:20:24.431Z] #73 [security-spire-agent internal] load build context [2025-08-04T08:20:24.431Z] #73 transferring context: 23.33kB done [2025-08-04T08:20:24.431Z] #73 DONE 0.4s [2025-08-04T08:20:24.431Z] [2025-08-04T08:20:24.431Z] #65 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-04T08:20:24.431Z] #65 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done [2025-08-04T08:20:24.431Z] #65 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 2.10MB / 36.47MB 0.3s [2025-08-04T08:20:24.431Z] #65 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 22.02MB / 36.47MB 0.4s [2025-08-04T08:20:24.689Z] #65 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 0.6s [2025-08-04T08:20:24.946Z] #65 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 0.8s done [2025-08-04T08:20:26.335Z] #65 ... [2025-08-04T08:20:26.335Z] [2025-08-04T08:20:26.335Z] #74 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-08-04T08:20:26.335Z] #0 1.580 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-04T08:20:26.335Z] #0 1.673 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-04T08:20:26.335Z] #0 2.055 OK: 10 MiB in 17 packages [2025-08-04T08:20:26.335Z] #74 DONE 2.3s [2025-08-04T08:20:26.335Z] [2025-08-04T08:20:26.335Z] #75 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-08-04T08:20:26.335Z] #0 1.505 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-04T08:20:26.335Z] #0 1.656 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-04T08:20:26.335Z] #0 2.009 OK: 19 MiB in 18 packages [2025-08-04T08:20:26.335Z] #75 DONE 2.3s [2025-08-04T08:20:26.335Z] [2025-08-04T08:20:26.335Z] #65 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-04T08:20:26.335Z] #65 ... [2025-08-04T08:20:26.335Z] [2025-08-04T08:20:26.335Z] #76 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-08-04T08:20:26.335Z] #0 1.851 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-04T08:20:26.335Z] #0 1.946 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-04T08:20:26.335Z] #0 2.256 OK: 8 MiB in 15 packages [2025-08-04T08:20:26.335Z] #76 DONE 2.4s [2025-08-04T08:20:26.335Z] [2025-08-04T08:20:26.335Z] #77 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2025-08-04T08:20:26.335Z] #77 DONE 0.1s [2025-08-04T08:20:26.335Z] [2025-08-04T08:20:26.335Z] #65 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-04T08:20:26.593Z] #65 ... [2025-08-04T08:20:26.593Z] [2025-08-04T08:20:26.593Z] #78 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-08-04T08:20:26.593Z] #0 1.893 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-04T08:20:26.593Z] #0 1.973 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-04T08:20:26.593Z] #0 2.314 OK: 8 MiB in 16 packages [2025-08-04T08:20:26.593Z] #78 DONE 2.5s [2025-08-04T08:20:26.593Z] [2025-08-04T08:20:26.593Z] #79 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-08-04T08:20:26.593Z] #0 1.916 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-04T08:20:26.593Z] #0 1.982 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-04T08:20:26.593Z] #0 2.433 OK: 13 MiB in 28 packages [2025-08-04T08:20:26.593Z] #79 DONE 2.6s [2025-08-04T08:20:26.593Z] [2025-08-04T08:20:26.593Z] #80 [core-command stage-1 3/9] RUN apk --no-cache upgrade [2025-08-04T08:20:26.593Z] #0 1.929 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-04T08:20:26.593Z] #0 2.021 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-04T08:20:26.593Z] #0 2.349 OK: 8 MiB in 15 packages [2025-08-04T08:20:26.593Z] #80 DONE 2.6s [2025-08-04T08:20:26.593Z] [2025-08-04T08:20:26.593Z] #65 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-04T08:20:26.593Z] #65 ... [2025-08-04T08:20:26.593Z] [2025-08-04T08:20:26.593Z] #81 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-08-04T08:20:26.593Z] #0 2.026 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-04T08:20:26.593Z] #0 2.120 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-04T08:20:26.593Z] #0 2.517 OK: 19 MiB in 18 packages [2025-08-04T08:20:26.593Z] #81 DONE 2.6s [2025-08-04T08:20:26.593Z] [2025-08-04T08:20:26.593Z] #82 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-08-04T08:20:26.593Z] #0 2.002 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-04T08:20:26.593Z] #0 2.096 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-04T08:20:26.593Z] #0 2.531 OK: 12 MiB in 21 packages [2025-08-04T08:20:26.593Z] #82 DONE 2.7s [2025-08-04T08:20:26.593Z] [2025-08-04T08:20:26.593Z] #65 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-04T08:20:26.851Z] #65 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 2.7s done [2025-08-04T08:20:26.851Z] #65 ... [2025-08-04T08:20:26.851Z] [2025-08-04T08:20:26.851Z] #83 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-08-04T08:20:26.851Z] #0 1.854 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-04T08:20:26.851Z] #0 1.982 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-04T08:20:26.851Z] #0 2.276 v3.20.7-22-gb7a0ccaaa0e [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-08-04T08:20:26.851Z] #0 2.276 v3.20.7-22-gb7a0ccaaa0e [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-08-04T08:20:26.851Z] #0 2.276 OK: 24171 distinct packages available [2025-08-04T08:20:26.851Z] #0 2.339 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-04T08:20:26.851Z] #0 2.420 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-04T08:20:26.851Z] #0 2.716 (1/5) Installing dumb-init (1.2.5-r3) [2025-08-04T08:20:26.851Z] #0 2.720 (2/5) Installing musl-obstack (1.2.3-r2) [2025-08-04T08:20:26.851Z] #0 2.723 (3/5) Installing libucontext (1.2-r3) [2025-08-04T08:20:26.851Z] #0 2.726 (4/5) Installing gcompat (1.1.0-r4) [2025-08-04T08:20:26.851Z] #0 2.730 (5/5) Installing openssl (3.3.4-r0) [2025-08-04T08:20:26.851Z] #0 2.741 Executing busybox-1.36.1-r29.trigger [2025-08-04T08:20:26.851Z] #0 2.749 OK: 9 MiB in 19 packages [2025-08-04T08:20:26.851Z] #83 DONE 2.9s [2025-08-04T08:20:26.851Z] [2025-08-04T08:20:26.851Z] #84 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-08-04T08:20:26.851Z] #0 1.831 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-04T08:20:26.851Z] #0 1.911 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-04T08:20:26.851Z] #0 2.375 v3.20.7-22-gb7a0ccaaa0e [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-08-04T08:20:26.851Z] #0 2.375 v3.20.7-22-gb7a0ccaaa0e [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-08-04T08:20:26.851Z] #0 2.375 OK: 24171 distinct packages available [2025-08-04T08:20:26.851Z] #0 2.463 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-04T08:20:26.851Z] #0 2.523 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-04T08:20:26.851Z] #0 2.799 (1/4) Installing dumb-init (1.2.5-r3) [2025-08-04T08:20:26.851Z] #0 2.802 (2/4) Installing musl-obstack (1.2.3-r2) [2025-08-04T08:20:26.851Z] #0 2.804 (3/4) Installing libucontext (1.2-r3) [2025-08-04T08:20:26.851Z] #0 2.806 (4/4) Installing gcompat (1.1.0-r4) [2025-08-04T08:20:26.851Z] #0 2.810 Executing busybox-1.36.1-r29.trigger [2025-08-04T08:20:26.851Z] #0 2.817 OK: 8 MiB in 18 packages [2025-08-04T08:20:26.851Z] #84 DONE 3.0s [2025-08-04T08:20:26.851Z] [2025-08-04T08:20:26.851Z] #65 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-04T08:20:27.108Z] #65 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 2.9s done [2025-08-04T08:20:27.108Z] #65 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done [2025-08-04T08:20:27.108Z] #65 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done [2025-08-04T08:20:27.108Z] #65 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 [2025-08-04T08:20:29.006Z] #65 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 1.1s done [2025-08-04T08:20:29.574Z] #65 ... [2025-08-04T08:20:29.574Z] [2025-08-04T08:20:29.574Z] #85 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-08-04T08:20:29.574Z] #85 DONE 3.2s [2025-08-04T08:20:29.574Z] [2025-08-04T08:20:29.574Z] #86 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-08-04T08:20:29.574Z] #0 0.841 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-04T08:20:29.574Z] #0 0.927 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-04T08:20:29.574Z] #0 1.182 OK: 9 MiB in 19 packages [2025-08-04T08:20:29.574Z] #86 DONE 2.8s [2025-08-04T08:20:29.574Z] [2025-08-04T08:20:29.574Z] #87 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-08-04T08:20:29.574Z] #0 0.740 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-04T08:20:29.574Z] #0 0.810 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-04T08:20:29.574Z] #0 1.061 OK: 8 MiB in 18 packages [2025-08-04T08:20:29.574Z] #87 DONE 2.7s [2025-08-04T08:20:29.833Z] [2025-08-04T08:20:29.833Z] #88 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2025-08-04T08:20:29.833Z] #88 DONE 0.1s [2025-08-04T08:20:29.833Z] [2025-08-04T08:20:29.833Z] #65 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-04T08:20:29.833Z] #65 DONE 5.8s [2025-08-04T08:20:29.833Z] [2025-08-04T08:20:29.833Z] #89 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-08-04T08:20:29.833Z] #89 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.1s done [2025-08-04T08:20:29.833Z] #89 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done [2025-08-04T08:20:29.833Z] #89 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done [2025-08-04T08:20:29.833Z] #89 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done [2025-08-04T08:20:29.833Z] #89 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done [2025-08-04T08:20:29.833Z] #89 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 2.9s done [2025-08-04T08:20:29.833Z] #89 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done [2025-08-04T08:20:29.833Z] #89 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 1.0s done [2025-08-04T08:20:29.833Z] #89 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 1.6s done [2025-08-04T08:20:29.833Z] #89 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done [2025-08-04T08:20:29.833Z] #89 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 0.7s done [2025-08-04T08:20:29.833Z] #89 DONE 5.8s [2025-08-04T08:20:29.833Z] [2025-08-04T08:20:29.833Z] #90 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T08:20:30.092Z] #90 ... [2025-08-04T08:20:30.092Z] [2025-08-04T08:20:30.092Z] #91 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-08-04T08:20:31.547Z] #91 DONE 1.3s [2025-08-04T08:20:31.547Z] [2025-08-04T08:20:31.547Z] #92 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-08-04T08:20:31.547Z] #92 DONE 1.4s [2025-08-04T08:20:31.547Z] [2025-08-04T08:20:31.547Z] #93 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-08-04T08:20:31.547Z] #93 DONE 1.4s [2025-08-04T08:20:31.547Z] [2025-08-04T08:20:31.547Z] #94 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-08-04T08:20:31.547Z] #94 DONE 0.1s [2025-08-04T08:20:31.547Z] [2025-08-04T08:20:31.547Z] #95 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2025-08-04T08:20:31.547Z] #95 DONE 0.1s [2025-08-04T08:20:31.547Z] [2025-08-04T08:20:31.547Z] #96 [security-spire-config stage-2 6/10] COPY security.txt / [2025-08-04T08:20:31.547Z] #96 DONE 0.1s [2025-08-04T08:20:31.547Z] [2025-08-04T08:20:31.547Z] #97 [security-spire-server stage-2 6/9] COPY security.txt / [2025-08-04T08:20:31.805Z] #97 DONE 0.3s [2025-08-04T08:20:31.805Z] [2025-08-04T08:20:31.805Z] #98 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-08-04T08:20:32.069Z] #98 ... [2025-08-04T08:20:32.069Z] [2025-08-04T08:20:32.069Z] #99 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2025-08-04T08:20:32.069Z] #99 DONE 0.6s [2025-08-04T08:20:32.327Z] [2025-08-04T08:20:32.328Z] #100 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-08-04T08:20:32.328Z] #100 DONE 0.8s [2025-08-04T08:20:32.328Z] [2025-08-04T08:20:32.328Z] #98 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-08-04T08:20:32.328Z] #98 DONE 0.4s [2025-08-04T08:20:32.328Z] [2025-08-04T08:20:32.328Z] #101 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2025-08-04T08:20:32.328Z] #101 DONE 0.1s [2025-08-04T08:20:32.328Z] [2025-08-04T08:20:32.328Z] #102 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2025-08-04T08:20:32.328Z] #102 DONE 0.1s [2025-08-04T08:20:32.328Z] [2025-08-04T08:20:32.328Z] #103 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2025-08-04T08:20:32.328Z] #103 DONE 0.1s [2025-08-04T08:20:32.328Z] [2025-08-04T08:20:32.328Z] #104 [security-spire-agent stage-3 7/10] COPY security.txt / [2025-08-04T08:20:32.328Z] #104 DONE 0.0s [2025-08-04T08:20:32.328Z] [2025-08-04T08:20:32.328Z] #105 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2025-08-04T08:20:32.328Z] #105 DONE 0.1s [2025-08-04T08:20:32.328Z] [2025-08-04T08:20:32.328Z] #106 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2025-08-04T08:20:32.328Z] #106 DONE 0.1s [2025-08-04T08:20:32.328Z] [2025-08-04T08:20:32.328Z] #107 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2025-08-04T08:20:32.328Z] #107 DONE 0.1s [2025-08-04T08:20:32.328Z] [2025-08-04T08:20:32.328Z] #108 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2025-08-04T08:20:32.328Z] #108 DONE 0.0s [2025-08-04T08:20:32.328Z] [2025-08-04T08:20:32.328Z] #109 [security-spire-server] exporting to image [2025-08-04T08:20:32.328Z] #109 exporting layers [2025-08-04T08:20:32.587Z] #109 ... [2025-08-04T08:20:32.587Z] [2025-08-04T08:20:32.587Z] #110 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2025-08-04T08:20:32.587Z] #110 DONE 0.0s [2025-08-04T08:20:32.587Z] [2025-08-04T08:20:32.587Z] #111 [security-spire-agent] exporting to image [2025-08-04T08:20:32.846Z] #111 ... [2025-08-04T08:20:32.846Z] [2025-08-04T08:20:32.846Z] #112 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-08-04T08:20:32.846Z] #0 2.022 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-04T08:20:32.846Z] #0 4.955 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-04T08:20:32.846Z] #0 8.637 OK: 248 MiB in 58 packages [2025-08-04T08:20:32.846Z] #112 DONE 8.7s [2025-08-04T08:20:32.846Z] [2025-08-04T08:20:32.846Z] #113 [security-spire-config] exporting to image [2025-08-04T08:20:32.846Z] #113 exporting layers 0.4s done [2025-08-04T08:20:32.846Z] #113 writing image sha256:f476f327dfd3e56981477fba6e41d12e6896e50ebb218ac9c3d58d13a82b4d3c 0.0s done [2025-08-04T08:20:32.846Z] #113 naming to docker.io/library/security-spire-config done [2025-08-04T08:20:32.846Z] #113 DONE 0.5s [2025-08-04T08:20:32.846Z] [2025-08-04T08:20:32.846Z] #114 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-08-04T08:20:32.846Z] #114 DONE 0.1s [2025-08-04T08:20:32.846Z] [2025-08-04T08:20:32.846Z] #109 [security-spire-server] exporting to image [2025-08-04T08:20:32.846Z] #109 exporting layers 0.5s done [2025-08-04T08:20:32.846Z] #109 writing image sha256:1bff2120b89ec6e7aa56cf532f6b39cf69911282a3ebffb43e6c4e423fecacd3 done [2025-08-04T08:20:32.846Z] #109 naming to docker.io/library/security-spire-server done [2025-08-04T08:20:32.846Z] #109 DONE 0.5s [2025-08-04T08:20:32.846Z] [2025-08-04T08:20:32.846Z] #111 [security-spire-agent] exporting to image [2025-08-04T08:20:32.846Z] #111 exporting layers 0.4s done [2025-08-04T08:20:32.846Z] #111 writing image sha256:8f4f1a54dcdce5dd003654ce7e05160d658640009298f5373421381d7a7f8528 done [2025-08-04T08:20:32.846Z] #111 naming to docker.io/library/security-spire-agent done [2025-08-04T08:20:32.846Z] #111 DONE 0.4s [2025-08-04T08:20:32.846Z] [2025-08-04T08:20:32.846Z] #115 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T08:20:33.309Z] 3e85d5ac6304: Pull complete [2025-08-04T08:20:33.310Z] c3105a71a48b: Pull complete [2025-08-04T08:20:34.247Z] #115 ... [2025-08-04T08:20:34.247Z] [2025-08-04T08:20:34.247Z] #116 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-08-04T08:20:34.247Z] #0 1.924 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-04T08:20:34.247Z] #0 4.948 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-04T08:20:34.247Z] #0 8.686 (1/1) Installing dumb-init (1.2.5-r3) [2025-08-04T08:20:34.247Z] #116 10.34 Executing busybox-1.36.1-r29.trigger [2025-08-04T08:20:34.262Z] 0f093f025ec4: Pull complete [2025-08-04T08:20:34.262Z] c3106fc0e877: Pull complete [2025-08-04T08:20:34.262Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2025-08-04T08:20:34.262Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-08-04T08:20:34.262Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-04T08:20:34.469Z] prd-ubuntu20.04-docker-arm64-4c-16g-6242 does not seem to be running inside a container [2025-08-04T08:20:34.505Z] #116 10.35 OK: 8 MiB in 15 packages [2025-08-04T08:20:34.506Z] #116 ... [2025-08-04T08:20:34.506Z] [2025-08-04T08:20:34.506Z] #117 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T08:20:34.506Z] #117 ... [2025-08-04T08:20:34.506Z] [2025-08-04T08:20:34.506Z] #116 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-08-04T08:20:34.506Z] #116 DONE 10.6s [2025-08-04T08:20:34.506Z] [2025-08-04T08:20:34.506Z] #118 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T08:20:34.547Z] $ 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/880 -v /w/workspace/edgex-go/880:/w/workspace/edgex-go/880:rw,z -v /w/workspace/edgex-go/880@tmp:/w/workspace/edgex-go/880@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2025-08-04T08:20:34.764Z] #118 ... [2025-08-04T08:20:34.764Z] [2025-08-04T08:20:34.764Z] #119 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T08:20:34.764Z] #119 ... [2025-08-04T08:20:34.764Z] [2025-08-04T08:20:34.764Z] #120 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T08:20:36.716Z] $ docker top a61377d82a9c475427378ccf1845f0623503fcefa94073de86bbed2075ccbe5f -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-04T08:20:37.529Z] + docker compose -f ./docker-compose-build.yml build --parallel [2025-08-04T08:20:47.613Z] #1 [security-spiffe-token-provider internal] load build definition from Dockerfile [2025-08-04T08:20:47.613Z] #1 transferring dockerfile: 1.89kB done [2025-08-04T08:20:47.613Z] #1 DONE 0.1s [2025-08-04T08:20:48.204Z] [2025-08-04T08:20:48.204Z] #2 [security-bootstrapper internal] load build definition from Dockerfile [2025-08-04T08:20:48.204Z] #2 transferring dockerfile: 3.02kB done [2025-08-04T08:20:48.204Z] #2 DONE 0.0s [2025-08-04T08:20:48.204Z] [2025-08-04T08:20:48.204Z] #3 [core-keeper internal] load build definition from Dockerfile [2025-08-04T08:20:48.204Z] #3 transferring dockerfile: 2.01kB 0.0s done [2025-08-04T08:20:48.204Z] #3 DONE 0.1s [2025-08-04T08:20:48.204Z] [2025-08-04T08:20:48.204Z] #4 [core-metadata internal] load build definition from Dockerfile [2025-08-04T08:20:48.204Z] #4 transferring dockerfile: 2.10kB done [2025-08-04T08:20:48.204Z] #4 DONE 0.1s [2025-08-04T08:20:48.204Z] [2025-08-04T08:20:48.204Z] #5 [security-spire-config internal] load build definition from Dockerfile [2025-08-04T08:20:48.204Z] #5 transferring dockerfile: 1.69kB done [2025-08-04T08:20:48.204Z] #5 DONE 0.1s [2025-08-04T08:20:48.204Z] [2025-08-04T08:20:48.204Z] #6 [support-scheduler internal] load build definition from Dockerfile [2025-08-04T08:20:48.204Z] #6 transferring dockerfile: 1.83kB done [2025-08-04T08:20:48.204Z] #6 DONE 0.1s [2025-08-04T08:20:48.204Z] [2025-08-04T08:20:48.204Z] #7 [security-spire-agent internal] load build definition from Dockerfile [2025-08-04T08:20:48.476Z] #7 transferring dockerfile: 1.81kB done [2025-08-04T08:20:48.476Z] #7 DONE 0.1s [2025-08-04T08:20:48.476Z] [2025-08-04T08:20:48.476Z] #8 [core-data internal] load build definition from Dockerfile [2025-08-04T08:20:48.476Z] #8 transferring dockerfile: 2.04kB 0.0s done [2025-08-04T08:20:48.476Z] #8 DONE 0.1s [2025-08-04T08:20:48.476Z] [2025-08-04T08:20:48.476Z] #9 [support-notifications internal] load build definition from Dockerfile [2025-08-04T08:20:48.476Z] #9 transferring dockerfile: 2.00kB done [2025-08-04T08:20:48.476Z] #9 DONE 0.1s [2025-08-04T08:20:48.476Z] [2025-08-04T08:20:48.476Z] #10 [security-proxy-setup internal] load build definition from Dockerfile [2025-08-04T08:20:48.476Z] #10 transferring dockerfile: 2.50kB done [2025-08-04T08:20:48.476Z] #10 DONE 0.1s [2025-08-04T08:20:48.476Z] [2025-08-04T08:20:48.476Z] #11 [core-command internal] load build definition from Dockerfile [2025-08-04T08:20:48.476Z] #11 transferring dockerfile: 1.94kB 0.0s done [2025-08-04T08:20:48.476Z] #11 DONE 0.1s [2025-08-04T08:20:48.476Z] [2025-08-04T08:20:48.476Z] #12 [security-spire-server internal] load build definition from Dockerfile [2025-08-04T08:20:48.741Z] #12 transferring dockerfile: 1.70kB 0.0s done [2025-08-04T08:20:48.741Z] #12 DONE 0.1s [2025-08-04T08:20:48.741Z] [2025-08-04T08:20:48.741Z] #13 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2025-08-04T08:20:48.741Z] #13 transferring dockerfile: 2.23kB done [2025-08-04T08:20:48.741Z] #13 DONE 0.1s [2025-08-04T08:20:48.741Z] [2025-08-04T08:20:48.741Z] #14 [security-proxy-auth internal] load build definition from Dockerfile [2025-08-04T08:20:48.741Z] #14 transferring dockerfile: 2.14kB done [2025-08-04T08:20:48.741Z] #14 DONE 0.0s [2025-08-04T08:20:48.741Z] [2025-08-04T08:20:48.741Z] #15 [security-secretstore-setup internal] load build definition from Dockerfile [2025-08-04T08:20:48.741Z] #15 transferring dockerfile: 2.49kB done [2025-08-04T08:20:48.741Z] #15 DONE 0.1s [2025-08-04T08:20:48.741Z] [2025-08-04T08:20:48.741Z] #16 [security-spiffe-token-provider internal] load .dockerignore [2025-08-04T08:20:49.007Z] #16 transferring context: 50B done [2025-08-04T08:20:49.007Z] #16 DONE 0.1s [2025-08-04T08:20:49.585Z] [2025-08-04T08:20:49.585Z] #17 [security-bootstrapper internal] load .dockerignore [2025-08-04T08:20:50.165Z] #17 ... [2025-08-04T08:20:50.165Z] [2025-08-04T08:20:50.165Z] #18 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-08-04T08:20:50.165Z] #18 DONE 0.0s [2025-08-04T08:20:50.429Z] [2025-08-04T08:20:50.429Z] #19 [security-secretstore-setup internal] load .dockerignore [2025-08-04T08:20:51.014Z] #19 ... [2025-08-04T08:20:51.014Z] [2025-08-04T08:20:51.014Z] #17 [security-bootstrapper internal] load .dockerignore [2025-08-04T08:20:51.014Z] #17 transferring context: 50B done [2025-08-04T08:20:51.014Z] #17 DONE 1.3s [2025-08-04T08:20:51.014Z] [2025-08-04T08:20:51.014Z] #20 [core-keeper internal] load .dockerignore [2025-08-04T08:20:51.014Z] #20 transferring context: 50B done [2025-08-04T08:20:51.014Z] #20 DONE 1.2s [2025-08-04T08:20:51.014Z] [2025-08-04T08:20:51.014Z] #21 [core-metadata internal] load .dockerignore [2025-08-04T08:20:51.014Z] #21 transferring context: 50B done [2025-08-04T08:20:51.014Z] #21 DONE 1.3s [2025-08-04T08:20:51.014Z] [2025-08-04T08:20:51.014Z] #18 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-08-04T08:20:51.014Z] #18 DONE 0.0s [2025-08-04T08:20:51.014Z] [2025-08-04T08:20:51.014Z] #22 [security-spire-config internal] load .dockerignore [2025-08-04T08:20:51.014Z] #22 transferring context: 50B done [2025-08-04T08:20:51.014Z] #22 DONE 1.3s [2025-08-04T08:20:51.014Z] [2025-08-04T08:20:51.014Z] #18 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-08-04T08:20:51.014Z] #18 DONE 0.0s [2025-08-04T08:20:51.014Z] [2025-08-04T08:20:51.014Z] #19 [security-secretstore-setup internal] load .dockerignore [2025-08-04T08:20:51.281Z] #19 ... [2025-08-04T08:20:51.281Z] [2025-08-04T08:20:51.281Z] #23 [security-spire-agent internal] load .dockerignore [2025-08-04T08:20:51.281Z] #23 transferring context: 50B 0.0s done [2025-08-04T08:20:51.281Z] #23 DONE 1.3s [2025-08-04T08:20:51.281Z] [2025-08-04T08:20:51.281Z] #24 [core-keeper internal] load build context [2025-08-04T08:20:51.281Z] #24 DONE 0.0s [2025-08-04T08:20:51.281Z] [2025-08-04T08:20:51.281Z] #25 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 [2025-08-04T08:20:51.281Z] #25 DONE 0.9s [2025-08-04T08:20:51.281Z] [2025-08-04T08:20:51.281Z] #26 [security-bootstrapper builder 1/8] FROM docker.io/library/ci-base-image-arm64 [2025-08-04T08:20:51.281Z] #26 DONE 0.0s [2025-08-04T08:20:51.281Z] [2025-08-04T08:20:51.281Z] #19 [security-secretstore-setup internal] load .dockerignore [2025-08-04T08:20:51.281Z] #19 transferring context: 50B 0.0s done [2025-08-04T08:20:51.281Z] #19 ... [2025-08-04T08:20:51.281Z] [2025-08-04T08:20:51.281Z] #18 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-08-04T08:20:51.281Z] #18 DONE 0.0s [2025-08-04T08:20:51.281Z] [2025-08-04T08:20:51.281Z] #27 [core-data internal] load .dockerignore [2025-08-04T08:20:51.281Z] #27 transferring context: 50B 0.0s done [2025-08-04T08:20:51.281Z] #27 DONE 1.4s [2025-08-04T08:20:51.281Z] [2025-08-04T08:20:51.281Z] #28 [support-scheduler internal] load .dockerignore [2025-08-04T08:20:51.281Z] #28 transferring context: 50B 0.0s done [2025-08-04T08:20:51.281Z] #28 DONE 1.5s [2025-08-04T08:20:51.281Z] [2025-08-04T08:20:51.281Z] #25 [core-metadata internal] load metadata for docker.io/library/alpine:3.20 [2025-08-04T08:20:51.281Z] #25 DONE 0.9s [2025-08-04T08:20:51.281Z] [2025-08-04T08:20:51.281Z] #29 [security-bootstrapper stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-04T08:20:51.281Z] #29 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done [2025-08-04T08:20:51.281Z] #29 DONE 0.2s [2025-08-04T08:20:51.281Z] [2025-08-04T08:20:51.281Z] #30 [security-proxy-setup internal] load .dockerignore [2025-08-04T08:20:51.281Z] #30 transferring context: 50B 0.0s done [2025-08-04T08:20:51.281Z] #30 DONE 1.4s [2025-08-04T08:20:51.281Z] [2025-08-04T08:20:51.281Z] #29 [core-metadata stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-04T08:20:51.281Z] #29 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done [2025-08-04T08:20:51.281Z] #29 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-08-04T08:20:51.281Z] #29 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done [2025-08-04T08:20:51.281Z] #29 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done [2025-08-04T08:20:51.281Z] #29 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 0B / 4.09MB 0.1s [2025-08-04T08:20:51.548Z] #29 ... [2025-08-04T08:20:51.548Z] [2025-08-04T08:20:51.548Z] #31 [core-common-config-bootstrapper internal] load .dockerignore [2025-08-04T08:20:51.548Z] #31 transferring context: 50B 0.0s done [2025-08-04T08:20:51.548Z] #31 DONE 1.4s [2025-08-04T08:20:51.548Z] [2025-08-04T08:20:51.548Z] #32 [support-notifications internal] load .dockerignore [2025-08-04T08:20:51.548Z] #32 transferring context: 50B 0.0s done [2025-08-04T08:20:51.548Z] #32 DONE 1.6s [2025-08-04T08:20:51.548Z] [2025-08-04T08:20:51.548Z] #25 [security-spire-config internal] load metadata for docker.io/library/alpine:3.20 [2025-08-04T08:20:51.548Z] #25 DONE 0.9s [2025-08-04T08:20:51.548Z] [2025-08-04T08:20:51.548Z] #29 [core-metadata stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-04T08:20:51.548Z] #29 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-08-04T08:20:51.548Z] #29 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done [2025-08-04T08:20:51.548Z] #29 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done [2025-08-04T08:20:51.548Z] #29 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 3.15MB / 4.09MB 0.2s [2025-08-04T08:20:51.548Z] #29 ... [2025-08-04T08:20:51.548Z] [2025-08-04T08:20:51.548Z] #33 [security-proxy-auth internal] load .dockerignore [2025-08-04T08:20:51.548Z] #33 transferring context: 50B 0.0s done [2025-08-04T08:20:51.548Z] #33 DONE 1.4s [2025-08-04T08:20:51.548Z] [2025-08-04T08:20:51.548Z] #34 [security-spire-server internal] load .dockerignore [2025-08-04T08:20:51.548Z] #34 transferring context: 50B 0.0s done [2025-08-04T08:20:51.548Z] #34 DONE 1.6s [2025-08-04T08:20:51.548Z] [2025-08-04T08:20:51.548Z] #29 [core-metadata stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-04T08:20:51.548Z] #29 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.2s done [2025-08-04T08:20:51.548Z] #29 extracting sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 [2025-08-04T08:20:51.814Z] #29 ... [2025-08-04T08:20:51.814Z] [2025-08-04T08:20:51.814Z] #19 [security-secretstore-setup internal] load .dockerignore [2025-08-04T08:20:51.814Z] #19 DONE 1.5s [2025-08-04T08:20:51.814Z] [2025-08-04T08:20:51.814Z] #35 [core-command internal] load .dockerignore [2025-08-04T08:20:51.814Z] #35 transferring context: 50B 0.0s done [2025-08-04T08:20:51.814Z] #35 DONE 1.7s [2025-08-04T08:20:51.814Z] [2025-08-04T08:20:51.814Z] #29 [core-metadata stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-04T08:20:52.782Z] #29 ... [2025-08-04T08:20:52.782Z] [2025-08-04T08:20:52.782Z] #25 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.20 [2025-08-04T08:20:52.782Z] #25 DONE 1.2s [2025-08-04T08:20:52.782Z] [2025-08-04T08:20:52.782Z] #29 [core-metadata stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-04T08:20:53.047Z] #29 ... [2025-08-04T08:20:53.047Z] [2025-08-04T08:20:53.047Z] #18 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-08-04T08:20:53.047Z] #18 DONE 0.0s [2025-08-04T08:20:53.047Z] [2025-08-04T08:20:53.047Z] #29 [core-metadata stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-04T08:20:53.313Z] #29 ... [2025-08-04T08:20:53.313Z] [2025-08-04T08:20:53.313Z] #25 [support-scheduler internal] load metadata for docker.io/library/alpine:3.20 [2025-08-04T08:20:53.313Z] #25 DONE 1.6s [2025-08-04T08:20:53.313Z] [2025-08-04T08:20:53.313Z] #29 [core-metadata stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-04T08:20:53.579Z] #29 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done [2025-08-04T08:20:53.579Z] #29 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-08-04T08:20:53.579Z] #29 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done [2025-08-04T08:20:53.579Z] #29 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done [2025-08-04T08:20:53.579Z] #29 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.2s done [2025-08-04T08:20:53.579Z] #29 ... [2025-08-04T08:20:53.579Z] [2025-08-04T08:20:53.579Z] #24 [core-keeper internal] load build context [2025-08-04T08:20:53.579Z] #24 transferring context: 3.23MB 1.7s done [2025-08-04T08:20:53.579Z] #24 DONE 2.4s [2025-08-04T08:20:53.579Z] [2025-08-04T08:20:53.579Z] #29 [support-scheduler stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-04T08:20:53.579Z] #29 extracting sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 2.0s done [2025-08-04T08:20:53.579Z] #29 ... [2025-08-04T08:20:53.579Z] [2025-08-04T08:20:53.579Z] #36 [core-metadata internal] load build context [2025-08-04T08:20:53.579Z] #36 transferring context: 3.23MB 1.7s done [2025-08-04T08:20:53.579Z] #36 DONE 2.3s [2025-08-04T08:20:53.579Z] [2025-08-04T08:20:53.579Z] #37 [security-bootstrapper internal] load build context [2025-08-04T08:20:53.579Z] #37 transferring context: 3.23MB 1.7s done [2025-08-04T08:20:53.579Z] #37 DONE 2.5s [2025-08-04T08:20:53.579Z] [2025-08-04T08:20:53.579Z] #38 [security-spiffe-token-provider internal] load build context [2025-08-04T08:20:53.579Z] #38 transferring context: 3.23MB 1.7s done [2025-08-04T08:20:53.579Z] #38 DONE 2.5s [2025-08-04T08:20:53.579Z] [2025-08-04T08:20:53.579Z] #29 [support-scheduler stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-04T08:20:53.579Z] #29 extracting sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 2.0s done [2025-08-04T08:20:53.847Z] #29 ... [2025-08-04T08:20:53.847Z] [2025-08-04T08:20:53.847Z] #18 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-08-04T08:20:53.847Z] #18 DONE 0.0s [2025-08-04T08:20:53.847Z] [2025-08-04T08:20:53.847Z] #25 [core-data internal] load metadata for docker.io/library/alpine:3.20 [2025-08-04T08:20:53.847Z] #25 DONE 1.7s [2025-08-04T08:20:53.847Z] [2025-08-04T08:20:53.847Z] #29 [core-data stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-04T08:20:53.847Z] #29 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done [2025-08-04T08:20:53.847Z] #29 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-08-04T08:20:53.847Z] #29 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done [2025-08-04T08:20:53.847Z] #29 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done [2025-08-04T08:20:53.847Z] #29 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.2s done [2025-08-04T08:20:53.847Z] #29 extracting sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 2.0s done [2025-08-04T08:20:54.117Z] #29 ... [2025-08-04T08:20:54.117Z] [2025-08-04T08:20:54.117Z] #18 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-08-04T08:20:54.117Z] #18 DONE 0.0s [2025-08-04T08:20:54.117Z] [2025-08-04T08:20:54.117Z] #18 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-08-04T08:20:54.117Z] #18 DONE 0.0s [2025-08-04T08:20:54.117Z] [2025-08-04T08:20:54.117Z] #29 [security-proxy-setup stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-04T08:20:54.117Z] #29 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done [2025-08-04T08:20:54.117Z] #29 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-08-04T08:20:54.117Z] #29 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done [2025-08-04T08:20:54.117Z] #29 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done [2025-08-04T08:20:54.117Z] #29 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.2s done [2025-08-04T08:20:54.117Z] #29 extracting sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 2.0s done [2025-08-04T08:20:54.387Z] #29 ... [2025-08-04T08:20:54.387Z] [2025-08-04T08:20:54.387Z] #18 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-08-04T08:20:54.387Z] #18 DONE 0.0s [2025-08-04T08:20:54.387Z] [2025-08-04T08:20:54.387Z] #29 [support-notifications stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-04T08:20:54.387Z] #29 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done [2025-08-04T08:20:54.387Z] #29 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-08-04T08:20:54.387Z] #29 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done [2025-08-04T08:20:54.387Z] #29 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done [2025-08-04T08:20:54.387Z] #29 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.2s done [2025-08-04T08:20:54.387Z] #29 extracting sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 2.0s done [2025-08-04T08:20:54.387Z] #29 DONE 3.9s [2025-08-04T08:20:54.387Z] [2025-08-04T08:20:54.387Z] #25 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.20 [2025-08-04T08:20:54.656Z] #25 ... [2025-08-04T08:20:54.656Z] [2025-08-04T08:20:54.656Z] #18 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-08-04T08:20:54.656Z] #18 DONE 0.0s [2025-08-04T08:20:54.656Z] [2025-08-04T08:20:54.656Z] #39 [support-scheduler internal] load build context [2025-08-04T08:20:54.656Z] #39 transferring context: 3.23MB 0.7s done [2025-08-04T08:20:54.656Z] #39 DONE 1.2s [2025-08-04T08:20:54.656Z] [2025-08-04T08:20:54.656Z] #29 [security-proxy-auth stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-04T08:20:54.656Z] #29 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done [2025-08-04T08:20:54.656Z] #29 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-08-04T08:20:54.656Z] #29 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done [2025-08-04T08:20:54.656Z] #29 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done [2025-08-04T08:20:54.656Z] #29 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.2s done [2025-08-04T08:20:54.656Z] #29 extracting sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 2.0s done [2025-08-04T08:20:54.656Z] #29 DONE 3.9s [2025-08-04T08:20:54.656Z] [2025-08-04T08:20:54.656Z] #26 [security-proxy-auth builder 1/8] FROM docker.io/library/ci-base-image-arm64 [2025-08-04T08:20:54.656Z] #26 DONE 4.2s [2025-08-04T08:20:54.656Z] [2025-08-04T08:20:54.656Z] #25 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.20 [2025-08-04T08:20:54.923Z] #25 ... [2025-08-04T08:20:54.924Z] [2025-08-04T08:20:54.924Z] #18 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-08-04T08:20:54.924Z] #18 DONE 0.0s [2025-08-04T08:20:54.924Z] [2025-08-04T08:20:54.924Z] #25 [security-spire-server internal] load metadata for docker.io/library/alpine:3.20 [2025-08-04T08:20:55.190Z] #25 DONE 2.5s [2025-08-04T08:20:55.190Z] [2025-08-04T08:20:55.190Z] #40 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-08-04T08:20:55.190Z] #40 ... [2025-08-04T08:20:55.190Z] [2025-08-04T08:20:55.190Z] #29 [core-command stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-04T08:20:55.190Z] #29 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done [2025-08-04T08:20:55.190Z] #29 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-08-04T08:20:55.190Z] #29 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done [2025-08-04T08:20:55.190Z] #29 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done [2025-08-04T08:20:55.190Z] #29 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.2s done [2025-08-04T08:20:55.190Z] #29 extracting sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 2.0s done [2025-08-04T08:20:55.190Z] #29 DONE 4.0s [2025-08-04T08:20:55.190Z] [2025-08-04T08:20:55.190Z] #26 [core-command builder 1/8] FROM docker.io/library/ci-base-image-arm64 [2025-08-04T08:20:55.190Z] #26 DONE 4.2s [2025-08-04T08:20:55.190Z] [2025-08-04T08:20:55.190Z] #40 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-08-04T08:20:55.776Z] #40 ... [2025-08-04T08:20:55.776Z] [2025-08-04T08:20:55.776Z] #41 [core-data internal] load build context [2025-08-04T08:20:55.776Z] #41 transferring context: 3.23MB 1.2s done [2025-08-04T08:20:55.776Z] #41 DONE 1.7s [2025-08-04T08:20:55.776Z] [2025-08-04T08:20:55.776Z] #42 [security-bootstrapper builder 2/8] WORKDIR /edgex-go [2025-08-04T08:20:56.360Z] #42 ... [2025-08-04T08:20:56.360Z] [2025-08-04T08:20:56.361Z] #43 [security-proxy-setup internal] load build context [2025-08-04T08:20:56.361Z] #43 transferring context: 3.23MB 1.4s done [2025-08-04T08:20:56.361Z] #43 DONE 2.0s [2025-08-04T08:20:56.361Z] [2025-08-04T08:20:56.361Z] #44 [security-proxy-auth internal] load build context [2025-08-04T08:20:56.635Z] #44 transferring context: 3.23MB 1.3s done [2025-08-04T08:20:56.907Z] #44 ... [2025-08-04T08:20:56.907Z] [2025-08-04T08:20:56.907Z] #45 [core-common-config-bootstrapper internal] load build context [2025-08-04T08:20:56.907Z] #45 transferring context: 3.23MB 1.4s done [2025-08-04T08:20:56.907Z] #45 DONE 2.6s [2025-08-04T08:20:56.907Z] [2025-08-04T08:20:56.907Z] #46 [core-command internal] load build context [2025-08-04T08:20:57.493Z] #46 ... [2025-08-04T08:20:57.493Z] [2025-08-04T08:20:57.493Z] #44 [security-proxy-auth internal] load build context [2025-08-04T08:20:57.493Z] #44 DONE 2.8s [2025-08-04T08:20:57.493Z] [2025-08-04T08:20:57.493Z] #46 [core-command internal] load build context [2025-08-04T08:20:57.493Z] #46 transferring context: 3.23MB 1.6s done [2025-08-04T08:20:57.761Z] #46 ... [2025-08-04T08:20:57.761Z] [2025-08-04T08:20:57.761Z] #47 [support-notifications internal] load build context [2025-08-04T08:20:57.761Z] #47 transferring context: 3.23MB 1.5s done [2025-08-04T08:20:57.761Z] #47 DONE 3.2s [2025-08-04T08:20:57.761Z] [2025-08-04T08:20:57.761Z] #29 [security-spire-config stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-04T08:20:57.761Z] #29 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done [2025-08-04T08:20:57.761Z] #29 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-08-04T08:20:57.761Z] #29 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done [2025-08-04T08:20:57.761Z] #29 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done [2025-08-04T08:20:57.761Z] #29 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.2s done [2025-08-04T08:20:57.761Z] #29 extracting sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 2.0s done [2025-08-04T08:20:57.761Z] #29 DONE 4.0s [2025-08-04T08:20:57.761Z] [2025-08-04T08:20:57.761Z] #48 [security-secretstore-setup internal] load build context [2025-08-04T08:20:57.761Z] #48 transferring context: 3.23MB 1.8s done [2025-08-04T08:20:57.761Z] #48 DONE 2.7s [2025-08-04T08:20:57.761Z] [2025-08-04T08:20:57.761Z] #46 [core-command internal] load build context [2025-08-04T08:20:57.761Z] #46 DONE 2.6s [2025-08-04T08:20:57.761Z] [2025-08-04T08:20:57.761Z] #49 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-08-04T08:20:57.761Z] #49 DONE 6.3s [2025-08-04T08:20:57.761Z] [2025-08-04T08:20:57.761Z] #50 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-04T08:20:57.761Z] #50 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-04T08:20:58.029Z] #50 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.3s done [2025-08-04T08:20:58.030Z] #50 DONE 0.4s [2025-08-04T08:20:58.030Z] [2025-08-04T08:20:58.030Z] #42 [security-proxy-setup builder 2/8] WORKDIR /edgex-go [2025-08-04T08:20:58.030Z] #42 DONE 3.6s [2025-08-04T08:20:58.030Z] [2025-08-04T08:20:58.030Z] #51 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-08-04T08:20:58.620Z] #51 ... [2025-08-04T08:20:58.620Z] [2025-08-04T08:20:58.620Z] #52 [security-spire-config internal] load build context [2025-08-04T08:20:58.620Z] #52 transferring context: 22.05kB 0.1s done [2025-08-04T08:20:58.620Z] #52 DONE 0.7s [2025-08-04T08:20:58.620Z] [2025-08-04T08:20:58.620Z] #53 [security-spire-server internal] load build context [2025-08-04T08:20:58.620Z] #53 transferring context: 23.80kB 0.1s done [2025-08-04T08:20:58.620Z] #53 DONE 0.8s [2025-08-04T08:20:58.620Z] [2025-08-04T08:20:58.620Z] #50 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-04T08:20:58.620Z] #50 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-08-04T08:20:58.620Z] #50 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done [2025-08-04T08:20:58.620Z] #50 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done [2025-08-04T08:20:58.620Z] #50 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.2s done [2025-08-04T08:20:58.620Z] #50 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s [2025-08-04T08:20:58.620Z] #50 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 0.3s [2025-08-04T08:20:58.891Z] #50 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.2s done [2025-08-04T08:20:58.891Z] #50 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.3s done [2025-08-04T08:20:58.891Z] #50 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.4s [2025-08-04T08:20:58.891Z] #50 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done [2025-08-04T08:20:58.891Z] #50 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.4s done [2025-08-04T08:20:58.891Z] #50 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 0B / 33.17MB 0.6s [2025-08-04T08:20:59.769Z] #50 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 1.94MB / 33.17MB 1.4s [2025-08-04T08:21:00.812Z] #50 ... [2025-08-04T08:21:00.812Z] [2025-08-04T08:21:00.812Z] #54 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 [2025-08-04T08:21:00.812Z] #54 DONE 8.2s [2025-08-04T08:21:00.812Z] [2025-08-04T08:21:00.812Z] #50 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-04T08:21:00.812Z] #50 ... [2025-08-04T08:21:00.812Z] [2025-08-04T08:21:00.812Z] #29 [security-spire-agent stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-04T08:21:00.812Z] #29 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done [2025-08-04T08:21:00.812Z] #29 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-08-04T08:21:00.812Z] #29 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done [2025-08-04T08:21:00.812Z] #29 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done [2025-08-04T08:21:00.812Z] #29 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.2s done [2025-08-04T08:21:00.812Z] #29 extracting sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 2.0s done [2025-08-04T08:21:00.812Z] #29 DONE 4.0s [2025-08-04T08:21:00.812Z] [2025-08-04T08:21:00.812Z] #50 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-04T08:21:01.244Z] #50 ... [2025-08-04T08:21:01.244Z] [2025-08-04T08:21:01.244Z] #55 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-08-04T08:21:01.244Z] #55 DONE 0.0s [2025-08-04T08:21:01.244Z] [2025-08-04T08:21:01.244Z] #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-04T08:21:01.244Z] #50 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.3s done [2025-08-04T08:21:01.244Z] #50 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-08-04T08:21:01.244Z] #50 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done [2025-08-04T08:21:01.244Z] #50 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done [2025-08-04T08:21:01.244Z] #50 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.2s done [2025-08-04T08:21:01.244Z] #50 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.3s done [2025-08-04T08:21:01.244Z] #50 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.4s done [2025-08-04T08:21:01.244Z] #50 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done [2025-08-04T08:21:01.244Z] #50 ... [2025-08-04T08:21:01.244Z] [2025-08-04T08:21:01.244Z] #56 [security-spire-agent internal] load build context [2025-08-04T08:21:01.244Z] #56 transferring context: 23.33kB 0.0s done [2025-08-04T08:21:01.244Z] #56 DONE 0.2s [2025-08-04T08:21:01.244Z] [2025-08-04T08:21:01.244Z] #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-04T08:21:01.526Z] #50 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 3.62MB / 33.17MB 2.9s [2025-08-04T08:21:02.489Z] #50 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 6.29MB / 33.17MB 4.2s [2025-08-04T08:21:03.129Z] #50 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 8.39MB / 33.17MB 4.9s [2025-08-04T08:21:03.129Z] #50 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be [2025-08-04T08:21:03.396Z] #50 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.1s done [2025-08-04T08:21:03.664Z] #50 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 10.49MB / 33.17MB 5.2s [2025-08-04T08:21:03.933Z] #50 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 12.26MB / 33.17MB 5.5s [2025-08-04T08:21:04.202Z] #50 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 14.68MB / 33.17MB 5.9s [2025-08-04T08:21:04.470Z] #50 ... [2025-08-04T08:21:04.470Z] [2025-08-04T08:21:04.470Z] #57 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-08-04T08:21:04.738Z] #57 ... [2025-08-04T08:21:04.738Z] [2025-08-04T08:21:04.738Z] #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-04T08:21:05.006Z] #50 ... [2025-08-04T08:21:05.006Z] [2025-08-04T08:21:05.006Z] #57 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-08-04T08:21:05.006Z] #57 DONE 10.3s [2025-08-04T08:21:05.006Z] [2025-08-04T08:21:05.006Z] #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-04T08:21:05.006Z] #50 ... [2025-08-04T08:21:05.006Z] [2025-08-04T08:21:05.006Z] #58 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-08-04T08:21:05.006Z] #58 ... [2025-08-04T08:21:05.006Z] [2025-08-04T08:21:05.006Z] #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-04T08:21:05.006Z] #50 ... [2025-08-04T08:21:05.006Z] [2025-08-04T08:21:05.006Z] #59 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-08-04T08:21:05.274Z] #59 ... [2025-08-04T08:21:05.274Z] [2025-08-04T08:21:05.274Z] #60 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-08-04T08:21:05.274Z] #60 ... [2025-08-04T08:21:05.274Z] [2025-08-04T08:21:05.274Z] #61 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-08-04T08:21:05.541Z] #61 ... [2025-08-04T08:21:05.541Z] [2025-08-04T08:21:05.541Z] #62 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-08-04T08:21:05.541Z] #0 9.411 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-04T08:21:05.541Z] #0 10.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-04T08:21:05.541Z] #62 ... [2025-08-04T08:21:05.541Z] [2025-08-04T08:21:05.541Z] #63 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-08-04T08:21:05.809Z] #63 ... [2025-08-04T08:21:05.809Z] [2025-08-04T08:21:05.809Z] #64 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-08-04T08:21:05.809Z] #64 ... [2025-08-04T08:21:05.809Z] [2025-08-04T08:21:05.809Z] #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-04T08:21:05.809Z] #50 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 16.78MB / 33.17MB 7.5s [2025-08-04T08:21:05.809Z] #50 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.1s done [2025-08-04T08:21:06.769Z] #50 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 18.70MB / 33.17MB 8.4s [2025-08-04T08:21:08.176Z] #50 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 20.97MB / 33.17MB 9.6s [2025-08-04T08:21:08.176Z] #50 ... [2025-08-04T08:21:08.176Z] [2025-08-04T08:21:08.176Z] #65 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2025-08-04T08:21:08.474Z] #65 ... [2025-08-04T08:21:08.474Z] [2025-08-04T08:21:08.474Z] #66 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-08-04T08:21:08.474Z] #0 9.989 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-04T08:21:08.474Z] #66 ... [2025-08-04T08:21:08.474Z] [2025-08-04T08:21:08.474Z] #67 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-08-04T08:21:08.474Z] #0 10.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-04T08:21:08.474Z] #67 ... [2025-08-04T08:21:08.474Z] [2025-08-04T08:21:08.474Z] #68 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2025-08-04T08:21:08.742Z] #68 ... [2025-08-04T08:21:08.742Z] [2025-08-04T08:21:08.742Z] #69 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-08-04T08:21:08.742Z] #0 10.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-04T08:21:08.742Z] #69 ... [2025-08-04T08:21:08.742Z] [2025-08-04T08:21:08.742Z] #70 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-08-04T08:21:08.742Z] #0 9.578 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-04T08:21:09.010Z] #70 ... [2025-08-04T08:21:09.010Z] [2025-08-04T08:21:09.010Z] #71 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-08-04T08:21:09.010Z] #71 ... [2025-08-04T08:21:09.010Z] [2025-08-04T08:21:09.010Z] #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-04T08:21:09.010Z] #50 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 30.42MB / 33.17MB 10.8s [2025-08-04T08:21:09.279Z] #50 ... [2025-08-04T08:21:09.279Z] [2025-08-04T08:21:09.279Z] #71 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-08-04T08:21:09.279Z] #71 DONE 11.2s [2025-08-04T08:21:09.279Z] [2025-08-04T08:21:09.279Z] #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-04T08:21:09.553Z] #50 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 32.51MB / 33.17MB 11.1s [2025-08-04T08:21:09.821Z] #50 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 11.3s done [2025-08-04T08:21:10.794Z] #50 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b [2025-08-04T08:21:11.061Z] #50 ... [2025-08-04T08:21:11.061Z] [2025-08-04T08:21:11.061Z] #55 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-08-04T08:21:11.061Z] #55 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.1s done [2025-08-04T08:21:11.061Z] #55 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done [2025-08-04T08:21:11.062Z] #55 sha256:ed3dcd9259b2c881c72642150b0878715420e4dc7a6eb469171aecff31ef0520 1.72kB / 1.72kB done [2025-08-04T08:21:11.062Z] #55 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB done [2025-08-04T08:21:11.062Z] #55 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B done [2025-08-04T08:21:11.062Z] #55 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done [2025-08-04T08:21:11.062Z] #55 sha256:e81b72a68d76b0e0df52247b9790de839a7321008b1f01dade49a9205896959b 1.05kB / 1.05kB done [2025-08-04T08:21:11.062Z] #55 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.4s done [2025-08-04T08:21:11.062Z] #55 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 4.5s done [2025-08-04T08:21:11.062Z] #55 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 0.1s done [2025-08-04T08:21:11.062Z] #55 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 2.3s [2025-08-04T08:21:11.062Z] #55 ... [2025-08-04T08:21:11.062Z] [2025-08-04T08:21:11.062Z] #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-04T08:21:13.664Z] #120 DONE 44.2s [2025-08-04T08:21:13.664Z] [2025-08-04T08:21:13.664Z] #90 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T08:21:13.664Z] #90 DONE 44.2s [2025-08-04T08:21:13.664Z] [2025-08-04T08:21:13.664Z] #118 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T08:21:13.664Z] #118 DONE 44.2s [2025-08-04T08:21:13.664Z] [2025-08-04T08:21:13.664Z] #119 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T08:21:13.664Z] #119 DONE 44.2s [2025-08-04T08:21:13.664Z] [2025-08-04T08:21:13.664Z] #117 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T08:21:13.664Z] #117 DONE 44.2s [2025-08-04T08:21:13.664Z] [2025-08-04T08:21:13.664Z] #115 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T08:21:13.664Z] #115 DONE 35.7s [2025-08-04T08:21:13.664Z] [2025-08-04T08:21:13.664Z] #121 [core-command builder 6/7] COPY . . [2025-08-04T08:21:15.324Z] #50 ... [2025-08-04T08:21:15.324Z] [2025-08-04T08:21:15.324Z] #55 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-08-04T08:21:15.324Z] #55 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 5.8s done [2025-08-04T08:21:15.324Z] #55 DONE 13.9s [2025-08-04T08:21:15.324Z] [2025-08-04T08:21:15.324Z] #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-04T08:21:15.324Z] #50 ... [2025-08-04T08:21:15.324Z] [2025-08-04T08:21:15.324Z] #72 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-08-04T08:21:15.324Z] #0 6.979 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-04T08:21:15.324Z] #72 ... [2025-08-04T08:21:15.324Z] [2025-08-04T08:21:15.324Z] #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-04T08:21:15.324Z] #50 ... [2025-08-04T08:21:15.324Z] [2025-08-04T08:21:15.324Z] #40 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-08-04T08:21:15.324Z] #40 10.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-04T08:21:15.324Z] #40 10.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-04T08:21:15.324Z] #40 20.32 (1/1) Installing dumb-init (1.2.5-r3) [2025-08-04T08:21:15.324Z] #40 20.39 Executing busybox-1.36.1-r29.trigger [2025-08-04T08:21:15.613Z] #40 20.49 OK: 9 MiB in 15 packages [2025-08-04T08:21:15.613Z] #40 ... [2025-08-04T08:21:15.613Z] [2025-08-04T08:21:15.613Z] #58 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-08-04T08:21:15.613Z] #58 10.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-04T08:21:15.613Z] #58 11.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-04T08:21:15.613Z] #58 18.91 (1/7) Installing ca-certificates (20250619-r0) [2025-08-04T08:21:15.613Z] #58 19.38 (2/7) Installing dumb-init (1.2.5-r3) [2025-08-04T08:21:15.613Z] #58 19.41 (3/7) Installing libgcc (13.2.1_git20240309-r1) [2025-08-04T08:21:15.613Z] #58 19.45 (4/7) Installing libsodium (1.0.19-r0) [2025-08-04T08:21:15.613Z] #58 19.49 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) [2025-08-04T08:21:15.613Z] #58 19.83 (6/7) Installing libzmq (4.3.5-r2) [2025-08-04T08:21:15.613Z] #58 19.93 (7/7) Installing zeromq (4.3.5-r2) [2025-08-04T08:21:15.613Z] #58 19.97 Executing busybox-1.36.1-r29.trigger [2025-08-04T08:21:15.613Z] #58 20.08 Executing ca-certificates-20250619-r0.trigger [2025-08-04T08:21:15.613Z] #58 ... [2025-08-04T08:21:15.613Z] [2025-08-04T08:21:15.613Z] #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-04T08:21:15.881Z] #50 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 5.0s [2025-08-04T08:21:16.479Z] #50 ... [2025-08-04T08:21:16.479Z] [2025-08-04T08:21:16.479Z] #59 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-08-04T08:21:16.479Z] #59 11.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-04T08:21:16.479Z] #59 12.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-04T08:21:16.479Z] #59 20.78 (1/2) Installing dumb-init (1.2.5-r3) [2025-08-04T08:21:16.479Z] #59 20.87 (2/2) Installing su-exec (0.2-r3) [2025-08-04T08:21:16.479Z] #59 20.89 Executing busybox-1.36.1-r29.trigger [2025-08-04T08:21:16.479Z] #59 21.11 OK: 9 MiB in 16 packages [2025-08-04T08:21:16.745Z] #59 ... [2025-08-04T08:21:16.745Z] [2025-08-04T08:21:16.745Z] #63 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-08-04T08:21:16.745Z] #63 11.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-04T08:21:16.745Z] #63 12.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-04T08:21:16.745Z] #63 ... [2025-08-04T08:21:16.745Z] [2025-08-04T08:21:16.745Z] #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-04T08:21:17.346Z] #50 ... [2025-08-04T08:21:17.346Z] [2025-08-04T08:21:17.346Z] #40 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-08-04T08:21:17.346Z] #40 DONE 22.4s [2025-08-04T08:21:17.346Z] [2025-08-04T08:21:17.346Z] #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-04T08:21:18.312Z] #50 ... [2025-08-04T08:21:18.312Z] [2025-08-04T08:21:18.312Z] #58 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-08-04T08:21:18.312Z] #58 21.39 OK: 14 MiB in 21 packages [2025-08-04T08:21:18.312Z] #58 DONE 23.6s [2025-08-04T08:21:18.312Z] [2025-08-04T08:21:18.312Z] #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-04T08:21:18.586Z] #50 ... [2025-08-04T08:21:18.586Z] [2025-08-04T08:21:18.586Z] #64 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-08-04T08:21:18.586Z] #64 12.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-04T08:21:18.586Z] #64 14.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-04T08:21:18.586Z] #64 ... [2025-08-04T08:21:18.586Z] [2025-08-04T08:21:18.586Z] #59 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-08-04T08:21:18.586Z] #59 DONE 23.5s [2025-08-04T08:21:18.586Z] [2025-08-04T08:21:18.586Z] #60 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-08-04T08:21:18.586Z] #60 13.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-04T08:21:18.586Z] #60 15.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-04T08:21:18.853Z] #60 ... [2025-08-04T08:21:18.853Z] [2025-08-04T08:21:18.853Z] #61 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-08-04T08:21:18.853Z] #61 13.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-04T08:21:18.853Z] #61 15.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-04T08:21:18.853Z] #61 ... [2025-08-04T08:21:18.853Z] [2025-08-04T08:21:18.853Z] #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-04T08:21:19.118Z] #50 ... [2025-08-04T08:21:19.118Z] [2025-08-04T08:21:19.118Z] #51 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-08-04T08:21:19.118Z] #51 10.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-04T08:21:19.118Z] #51 12.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-04T08:21:19.118Z] #51 ... [2025-08-04T08:21:19.118Z] [2025-08-04T08:21:19.118Z] #65 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2025-08-04T08:21:19.118Z] #65 11.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-04T08:21:19.118Z] #65 12.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-04T08:21:19.303Z] #121 ... [2025-08-04T08:21:19.303Z] [2025-08-04T08:21:19.303Z] #122 [core-keeper builder 7/8] COPY . . [2025-08-04T08:21:19.303Z] #122 ... [2025-08-04T08:21:19.303Z] [2025-08-04T08:21:19.303Z] #123 [support-scheduler builder 6/7] COPY . . [2025-08-04T08:21:19.303Z] #123 ... [2025-08-04T08:21:19.303Z] [2025-08-04T08:21:19.303Z] #124 [support-notifications builder 6/7] COPY . . [2025-08-04T08:21:19.303Z] #124 ... [2025-08-04T08:21:19.303Z] [2025-08-04T08:21:19.303Z] #125 [security-spiffe-token-provider builder 6/7] COPY . . [2025-08-04T08:21:19.384Z] #65 ... [2025-08-04T08:21:19.384Z] [2025-08-04T08:21:19.384Z] #73 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-08-04T08:21:19.384Z] #0 4.854 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-04T08:21:19.384Z] #0 9.552 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-04T08:21:19.384Z] #73 ... [2025-08-04T08:21:19.384Z] [2025-08-04T08:21:19.384Z] #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-04T08:21:19.562Z] #125 ... [2025-08-04T08:21:19.562Z] [2025-08-04T08:21:19.562Z] #126 [security-secretstore-setup builder 6/7] COPY . . [2025-08-04T08:21:19.965Z] #50 ... [2025-08-04T08:21:19.965Z] [2025-08-04T08:21:19.965Z] #68 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2025-08-04T08:21:19.965Z] #68 11.80 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-04T08:21:19.965Z] #68 14.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-04T08:21:19.965Z] #68 ... [2025-08-04T08:21:19.965Z] [2025-08-04T08:21:19.965Z] #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-04T08:21:20.230Z] #50 ... [2025-08-04T08:21:20.230Z] [2025-08-04T08:21:20.230Z] #70 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-08-04T08:21:20.230Z] #70 12.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-04T08:21:20.230Z] #70 ... [2025-08-04T08:21:20.230Z] [2025-08-04T08:21:20.230Z] #61 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-08-04T08:21:20.230Z] #61 25.21 (1/1) Installing dumb-init (1.2.5-r3) [2025-08-04T08:21:20.230Z] #61 25.26 Executing busybox-1.36.1-r29.trigger [2025-08-04T08:21:20.495Z] #61 ... [2025-08-04T08:21:20.495Z] [2025-08-04T08:21:20.495Z] #67 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-08-04T08:21:20.495Z] #67 12.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-04T08:21:20.495Z] #67 22.01 v3.20.7-22-gb7a0ccaaa0e [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-08-04T08:21:20.495Z] #67 22.01 v3.20.7-22-gb7a0ccaaa0e [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-08-04T08:21:20.495Z] #67 22.01 OK: 24049 distinct packages available [2025-08-04T08:21:20.764Z] #67 ... [2025-08-04T08:21:20.764Z] [2025-08-04T08:21:20.764Z] #66 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-08-04T08:21:20.764Z] #66 12.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-04T08:21:20.764Z] #66 ... [2025-08-04T08:21:20.764Z] [2025-08-04T08:21:20.764Z] #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-04T08:21:21.030Z] #50 ... [2025-08-04T08:21:21.030Z] [2025-08-04T08:21:21.030Z] #69 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-08-04T08:21:21.030Z] #69 12.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-04T08:21:21.030Z] #69 ... [2025-08-04T08:21:21.030Z] [2025-08-04T08:21:21.030Z] #62 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-08-04T08:21:21.030Z] #62 15.87 v3.20.7-22-gb7a0ccaaa0e [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-08-04T08:21:21.030Z] #62 15.87 v3.20.7-22-gb7a0ccaaa0e [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-08-04T08:21:21.030Z] #62 15.87 OK: 24049 distinct packages available [2025-08-04T08:21:21.030Z] #62 19.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-04T08:21:21.030Z] #62 21.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-04T08:21:21.296Z] #62 ... [2025-08-04T08:21:21.296Z] [2025-08-04T08:21:21.296Z] #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-04T08:21:21.296Z] #50 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 10.2s [2025-08-04T08:21:22.851Z] #126 DONE 14.2s [2025-08-04T08:21:22.851Z] [2025-08-04T08:21:22.851Z] #121 [core-command builder 6/7] COPY . . [2025-08-04T08:21:22.851Z] #121 DONE 14.3s [2025-08-04T08:21:22.851Z] [2025-08-04T08:21:22.851Z] #127 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-08-04T08:21:22.851Z] #127 CACHED [2025-08-04T08:21:22.851Z] [2025-08-04T08:21:22.851Z] #128 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T08:21:22.851Z] #128 CACHED [2025-08-04T08:21:22.851Z] [2025-08-04T08:21:22.851Z] #129 [security-bootstrapper builder 6/7] COPY . . [2025-08-04T08:21:22.851Z] #129 CACHED [2025-08-04T08:21:22.851Z] [2025-08-04T08:21:22.851Z] #130 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2025-08-04T08:21:22.851Z] #130 CACHED [2025-08-04T08:21:22.851Z] [2025-08-04T08:21:22.851Z] #131 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T08:21:22.851Z] #131 CACHED [2025-08-04T08:21:22.851Z] [2025-08-04T08:21:22.851Z] #132 [security-secretstore-setup builder 6/7] COPY . . [2025-08-04T08:21:22.851Z] #132 CACHED [2025-08-04T08:21:22.851Z] [2025-08-04T08:21:22.851Z] #133 [core-command builder 6/7] COPY . . [2025-08-04T08:21:22.851Z] #133 CACHED [2025-08-04T08:21:22.851Z] [2025-08-04T08:21:22.851Z] #134 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T08:21:22.851Z] #134 CACHED [2025-08-04T08:21:22.851Z] [2025-08-04T08:21:22.851Z] #135 [core-command builder 4/7] COPY go.mod vendor* ./ [2025-08-04T08:21:22.851Z] #135 CACHED [2025-08-04T08:21:22.851Z] [2025-08-04T08:21:22.851Z] #122 [core-keeper builder 7/8] COPY . . [2025-08-04T08:21:22.851Z] #122 DONE 14.2s [2025-08-04T08:21:22.851Z] [2025-08-04T08:21:22.851Z] #136 [core-data builder 6/7] COPY . . [2025-08-04T08:21:22.851Z] #136 CACHED [2025-08-04T08:21:22.851Z] [2025-08-04T08:21:22.851Z] #137 [core-data builder 4/7] COPY go.mod vendor* ./ [2025-08-04T08:21:22.851Z] #137 CACHED [2025-08-04T08:21:22.851Z] [2025-08-04T08:21:22.851Z] #138 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T08:21:22.851Z] #138 CACHED [2025-08-04T08:21:22.851Z] [2025-08-04T08:21:22.851Z] #139 [core-common-config-bootstrapper builder 6/7] COPY . . [2025-08-04T08:21:22.851Z] #139 CACHED [2025-08-04T08:21:22.851Z] [2025-08-04T08:21:22.851Z] #140 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-08-04T08:21:22.851Z] #140 CACHED [2025-08-04T08:21:22.851Z] [2025-08-04T08:21:22.851Z] #141 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T08:21:22.851Z] #141 CACHED [2025-08-04T08:21:22.851Z] [2025-08-04T08:21:22.851Z] #142 [security-proxy-auth builder 6/7] COPY . . [2025-08-04T08:21:22.851Z] #142 CACHED [2025-08-04T08:21:22.851Z] [2025-08-04T08:21:22.851Z] #143 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T08:21:22.851Z] #143 CACHED [2025-08-04T08:21:22.851Z] [2025-08-04T08:21:22.851Z] #144 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2025-08-04T08:21:22.851Z] #144 CACHED [2025-08-04T08:21:22.851Z] [2025-08-04T08:21:22.851Z] #125 [security-spiffe-token-provider builder 6/7] COPY . . [2025-08-04T08:21:22.851Z] #125 DONE 14.3s [2025-08-04T08:21:22.851Z] [2025-08-04T08:21:22.851Z] #123 [support-scheduler builder 6/7] COPY . . [2025-08-04T08:21:22.851Z] #123 DONE 14.3s [2025-08-04T08:21:22.851Z] [2025-08-04T08:21:22.851Z] #124 [support-notifications builder 6/7] COPY . . [2025-08-04T08:21:22.851Z] #124 DONE 14.3s [2025-08-04T08:21:22.851Z] [2025-08-04T08:21:22.851Z] #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-08-04T08:21:23.241Z] #50 ... [2025-08-04T08:21:23.241Z] [2025-08-04T08:21:23.241Z] #68 [core-command builder 3/7] RUN apk add --update --no-cache make git [2025-08-04T08:21:23.241Z] #68 23.22 OK: 239 MiB in 58 packages [2025-08-04T08:21:23.241Z] #68 DONE 25.1s [2025-08-04T08:21:23.241Z] [2025-08-04T08:21:23.241Z] #61 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-08-04T08:21:23.241Z] #61 25.50 OK: 9 MiB in 15 packages [2025-08-04T08:21:23.241Z] #61 DONE 28.0s [2025-08-04T08:21:23.241Z] [2025-08-04T08:21:23.241Z] #74 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-08-04T08:21:23.514Z] #74 ... [2025-08-04T08:21:23.514Z] [2025-08-04T08:21:23.514Z] #70 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-08-04T08:21:23.514Z] #70 23.47 OK: 239 MiB in 58 packages [2025-08-04T08:21:23.514Z] #70 DONE 25.2s [2025-08-04T08:21:23.514Z] [2025-08-04T08:21:23.514Z] #51 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-08-04T08:21:23.514Z] #51 25.30 v3.20.7-22-gb7a0ccaaa0e [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-08-04T08:21:23.514Z] #51 25.30 v3.20.7-22-gb7a0ccaaa0e [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-08-04T08:21:23.514Z] #51 25.30 OK: 24049 distinct packages available [2025-08-04T08:21:24.225Z] #145 1.173 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-08-04T08:21:24.497Z] #51 ... [2025-08-04T08:21:24.497Z] [2025-08-04T08:21:24.497Z] #65 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2025-08-04T08:21:24.497Z] #65 23.72 OK: 239 MiB in 58 packages [2025-08-04T08:21:24.497Z] #65 DONE 26.3s [2025-08-04T08:21:24.497Z] [2025-08-04T08:21:24.497Z] #75 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-08-04T08:21:24.497Z] #75 ... [2025-08-04T08:21:24.497Z] [2025-08-04T08:21:24.497Z] #66 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-08-04T08:21:24.497Z] #66 24.29 OK: 239 MiB in 58 packages [2025-08-04T08:21:24.497Z] #66 DONE 26.4s [2025-08-04T08:21:24.766Z] [2025-08-04T08:21:24.766Z] #76 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-08-04T08:21:25.033Z] #76 ... [2025-08-04T08:21:25.033Z] [2025-08-04T08:21:25.033Z] #77 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-08-04T08:21:25.033Z] #77 DONE 1.6s [2025-08-04T08:21:25.311Z] [2025-08-04T08:21:25.311Z] #78 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2025-08-04T08:21:25.311Z] #78 DONE 2.0s [2025-08-04T08:21:25.311Z] [2025-08-04T08:21:25.311Z] #79 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T08:21:25.581Z] #79 ... [2025-08-04T08:21:25.581Z] [2025-08-04T08:21:25.581Z] #64 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-08-04T08:21:25.581Z] #64 23.73 (1/4) Installing ca-certificates (20250619-r0) [2025-08-04T08:21:25.581Z] #64 24.00 (2/4) Installing dumb-init (1.2.5-r3) [2025-08-04T08:21:25.581Z] #64 24.01 (3/4) Installing su-exec (0.2-r3) [2025-08-04T08:21:25.581Z] #64 24.01 (4/4) Installing yq-go (4.44.1-r2) [2025-08-04T08:21:25.581Z] #64 25.54 Executing busybox-1.36.1-r29.trigger [2025-08-04T08:21:25.581Z] #64 25.64 Executing ca-certificates-20250619-r0.trigger [2025-08-04T08:21:25.581Z] #64 27.40 OK: 20 MiB in 18 packages [2025-08-04T08:21:25.581Z] #64 DONE 29.8s [2025-08-04T08:21:25.581Z] [2025-08-04T08:21:25.581Z] #80 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-08-04T08:21:26.196Z] #80 ... [2025-08-04T08:21:26.196Z] [2025-08-04T08:21:26.196Z] #63 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-08-04T08:21:26.196Z] #63 23.44 (1/3) Installing ca-certificates (20250619-r0) [2025-08-04T08:21:26.196Z] #63 24.11 (2/3) Installing dumb-init (1.2.5-r3) [2025-08-04T08:21:26.196Z] #63 24.12 (3/3) Installing tzdata (2025b-r0) [2025-08-04T08:21:26.196Z] #63 25.92 Executing busybox-1.36.1-r29.trigger [2025-08-04T08:21:26.196Z] #63 26.24 Executing ca-certificates-20250619-r0.trigger [2025-08-04T08:21:26.196Z] #63 27.67 OK: 11 MiB in 17 packages [2025-08-04T08:21:26.196Z] #63 DONE 30.9s [2025-08-04T08:21:26.196Z] [2025-08-04T08:21:26.196Z] #72 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-08-04T08:21:26.196Z] #72 11.19 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-04T08:21:26.196Z] #72 ... [2025-08-04T08:21:26.196Z] [2025-08-04T08:21:26.196Z] #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-04T08:21:26.196Z] #50 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 15.3s [2025-08-04T08:21:26.781Z] #50 ... [2025-08-04T08:21:26.781Z] [2025-08-04T08:21:26.781Z] #75 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-08-04T08:21:26.781Z] #75 DONE 2.2s [2025-08-04T08:21:26.781Z] [2025-08-04T08:21:26.781Z] #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-04T08:21:26.781Z] #50 ... [2025-08-04T08:21:26.781Z] [2025-08-04T08:21:26.781Z] #76 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-08-04T08:21:26.781Z] #76 DONE 2.1s [2025-08-04T08:21:26.782Z] [2025-08-04T08:21:26.782Z] #60 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-08-04T08:21:26.782Z] #60 25.79 (1/4) Installing dumb-init (1.2.5-r3) [2025-08-04T08:21:26.782Z] #60 25.84 (2/4) Installing openssl (3.3.4-r0) [2025-08-04T08:21:26.782Z] #60 26.04 (3/4) Installing su-exec (0.2-r3) [2025-08-04T08:21:26.782Z] #60 26.05 (4/4) Installing yq-go (4.44.1-r2) [2025-08-04T08:21:26.782Z] #60 28.46 Executing busybox-1.36.1-r29.trigger [2025-08-04T08:21:26.782Z] #60 28.91 OK: 20 MiB in 18 packages [2025-08-04T08:21:26.782Z] #60 DONE 31.6s [2025-08-04T08:21:27.055Z] [2025-08-04T08:21:27.055Z] #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-04T08:21:27.321Z] #50 ... [2025-08-04T08:21:27.321Z] [2025-08-04T08:21:27.321Z] #81 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade [2025-08-04T08:21:27.321Z] #0 5.702 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-04T08:21:27.321Z] #0 8.683 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-04T08:21:27.588Z] #81 ... [2025-08-04T08:21:27.588Z] [2025-08-04T08:21:27.588Z] #62 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-08-04T08:21:27.588Z] #62 31.38 (1/14) Installing ca-certificates (20250619-r0) [2025-08-04T08:21:27.588Z] #62 31.77 (2/14) Installing brotli-libs (1.1.0-r2) [2025-08-04T08:21:27.588Z] #62 31.95 (3/14) Installing c-ares (1.33.1-r0) [2025-08-04T08:21:27.588Z] #62 32.00 (4/14) Installing libunistring (1.2-r0) [2025-08-04T08:21:27.588Z] #62 32.35 (5/14) Installing libidn2 (2.3.7-r0) [2025-08-04T08:21:27.588Z] #62 32.37 (6/14) Installing nghttp2-libs (1.62.1-r0) [2025-08-04T08:21:27.588Z] #62 32.42 (7/14) Installing libpsl (0.21.5-r1) [2025-08-04T08:21:27.588Z] #62 32.43 (8/14) Installing zstd-libs (1.5.6-r0) [2025-08-04T08:21:27.588Z] #62 32.56 (9/14) Installing libcurl (8.12.1-r0) [2025-08-04T08:21:27.856Z] #62 32.69 (10/14) Installing curl (8.12.1-r0) [2025-08-04T08:21:27.856Z] #62 32.77 (11/14) Installing dumb-init (1.2.5-r3) [2025-08-04T08:21:27.856Z] #62 32.81 (12/14) Installing musl-obstack (1.2.3-r2) [2025-08-04T08:21:27.856Z] #62 32.81 (13/14) Installing libucontext (1.2-r3) [2025-08-04T08:21:27.856Z] #62 32.83 (14/14) Installing gcompat (1.1.0-r4) [2025-08-04T08:21:27.856Z] #62 32.87 Executing busybox-1.36.1-r29.trigger [2025-08-04T08:21:28.440Z] #62 33.19 Executing ca-certificates-20250619-r0.trigger [2025-08-04T08:21:28.440Z] #62 ... [2025-08-04T08:21:28.440Z] [2025-08-04T08:21:28.440Z] #82 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-08-04T08:21:28.440Z] #0 4.810 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-04T08:21:28.440Z] #0 7.462 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-04T08:21:28.706Z] #82 ... [2025-08-04T08:21:28.706Z] [2025-08-04T08:21:28.706Z] #83 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-08-04T08:21:28.706Z] #0 5.613 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-04T08:21:28.706Z] #0 8.008 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-04T08:21:28.706Z] #83 ... [2025-08-04T08:21:28.706Z] [2025-08-04T08:21:28.706Z] #50 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-04T08:21:28.706Z] #50 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 17.2s done [2025-08-04T08:21:28.973Z] #50 DONE 31.3s [2025-08-04T08:21:28.973Z] [2025-08-04T08:21:28.973Z] #51 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-08-04T08:21:28.973Z] #51 27.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-04T08:21:28.973Z] #51 29.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-04T08:21:31.553Z] #51 ... [2025-08-04T08:21:31.553Z] [2025-08-04T08:21:31.553Z] #72 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-08-04T08:21:31.553Z] #72 24.98 (1/1) Installing dumb-init (1.2.5-r3) [2025-08-04T08:21:31.822Z] #72 ... [2025-08-04T08:21:31.822Z] [2025-08-04T08:21:31.822Z] #67 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-08-04T08:21:31.822Z] #67 23.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-04T08:21:31.822Z] #67 26.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-04T08:21:31.822Z] #67 ... [2025-08-04T08:21:31.822Z] [2025-08-04T08:21:31.822Z] #73 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-08-04T08:21:31.822Z] #73 22.28 OK: 239 MiB in 58 packages [2025-08-04T08:21:32.089Z] #73 ... [2025-08-04T08:21:32.089Z] [2025-08-04T08:21:32.089Z] #62 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-08-04T08:21:32.089Z] #62 34.47 OK: 15 MiB in 28 packages [2025-08-04T08:21:32.089Z] #62 DONE 37.0s [2025-08-04T08:21:32.089Z] [2025-08-04T08:21:32.089Z] #84 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-08-04T08:21:33.500Z] #84 ... [2025-08-04T08:21:33.500Z] [2025-08-04T08:21:33.500Z] #73 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-08-04T08:21:33.500Z] #73 DONE 24.1s [2025-08-04T08:21:33.767Z] [2025-08-04T08:21:33.768Z] #85 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-08-04T08:21:33.768Z] #85 ... [2025-08-04T08:21:33.768Z] [2025-08-04T08:21:33.768Z] #69 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-08-04T08:21:33.768Z] #69 25.69 v3.20.7-22-gb7a0ccaaa0e [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-08-04T08:21:33.768Z] #69 25.69 v3.20.7-22-gb7a0ccaaa0e [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-08-04T08:21:33.768Z] #69 25.69 OK: 24049 distinct packages available [2025-08-04T08:21:33.768Z] #69 27.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-04T08:21:33.768Z] #69 28.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-04T08:21:34.037Z] #69 ... [2025-08-04T08:21:34.037Z] [2025-08-04T08:21:34.037Z] #67 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-08-04T08:21:34.038Z] #67 34.20 (1/5) Installing dumb-init (1.2.5-r3) [2025-08-04T08:21:34.038Z] #67 34.23 (2/5) Installing musl-obstack (1.2.3-r2) [2025-08-04T08:21:34.038Z] #67 34.28 (3/5) Installing libucontext (1.2-r3) [2025-08-04T08:21:34.038Z] #67 34.28 (4/5) Installing gcompat (1.1.0-r4) [2025-08-04T08:21:34.038Z] #67 34.28 (5/5) Installing openssl (3.3.4-r0) [2025-08-04T08:21:34.038Z] #67 34.42 Executing busybox-1.36.1-r29.trigger [2025-08-04T08:21:34.038Z] #67 34.65 OK: 10 MiB in 19 packages [2025-08-04T08:21:34.277Z] #145 ... [2025-08-04T08:21:34.277Z] [2025-08-04T08:21:34.277Z] #146 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-08-04T08:21:34.277Z] #0 1.200 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-08-04T08:21:34.277Z] #146 ... [2025-08-04T08:21:34.277Z] [2025-08-04T08:21:34.277Z] #147 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-08-04T08:21:34.277Z] #0 0.701 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-08-04T08:21:34.277Z] #147 ... [2025-08-04T08:21:34.277Z] [2025-08-04T08:21:34.277Z] #148 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-08-04T08:21:34.277Z] #0 1.173 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-08-04T08:21:34.277Z] #148 ... [2025-08-04T08:21:34.277Z] [2025-08-04T08:21:34.277Z] #149 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-08-04T08:21:34.277Z] #0 1.198 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-08-04T08:21:34.277Z] #149 ... [2025-08-04T08:21:34.277Z] [2025-08-04T08:21:34.277Z] #150 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-08-04T08:21:34.277Z] #0 0.628 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-08-04T08:21:34.277Z] #150 ... [2025-08-04T08:21:34.277Z] [2025-08-04T08:21:34.277Z] #151 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-08-04T08:21:34.277Z] #0 0.645 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-08-04T08:21:34.277Z] #151 ... [2025-08-04T08:21:34.277Z] [2025-08-04T08:21:34.277Z] #152 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-08-04T08:21:34.277Z] #0 0.634 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-08-04T08:21:34.277Z] #152 ... [2025-08-04T08:21:34.277Z] [2025-08-04T08:21:34.277Z] #153 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-08-04T08:21:34.277Z] #0 1.197 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2025-08-04T08:21:34.536Z] #153 ... [2025-08-04T08:21:34.536Z] [2025-08-04T08:21:34.536Z] #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-08-04T08:21:34.536Z] #0 0.623 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-08-04T08:21:34.536Z] #154 ... [2025-08-04T08:21:34.536Z] [2025-08-04T08:21:34.536Z] #155 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-08-04T08:21:34.536Z] #0 1.089 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-08-04T08:21:34.622Z] #67 ... [2025-08-04T08:21:34.622Z] [2025-08-04T08:21:34.622Z] #85 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-08-04T08:21:34.622Z] #85 DONE 1.0s [2025-08-04T08:21:34.793Z] #155 ... [2025-08-04T08:21:34.793Z] [2025-08-04T08:21:34.793Z] #156 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-08-04T08:21:34.793Z] #0 1.188 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-08-04T08:21:34.889Z] [2025-08-04T08:21:34.889Z] #82 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-08-04T08:21:34.889Z] #82 16.08 OK: 14 MiB in 21 packages [2025-08-04T08:21:35.159Z] #82 ... [2025-08-04T08:21:35.159Z] [2025-08-04T08:21:35.159Z] #67 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-08-04T08:21:35.159Z] #67 DONE 37.1s [2025-08-04T08:21:35.159Z] [2025-08-04T08:21:35.159Z] #86 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T08:21:35.427Z] #86 ... [2025-08-04T08:21:35.427Z] [2025-08-04T08:21:35.427Z] #87 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2025-08-04T08:21:35.694Z] #87 ... [2025-08-04T08:21:35.694Z] [2025-08-04T08:21:35.694Z] #72 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-08-04T08:21:35.694Z] #72 27.45 Executing busybox-1.36.1-r29.trigger [2025-08-04T08:21:35.694Z] #72 27.64 OK: 9 MiB in 15 packages [2025-08-04T08:21:35.694Z] #72 DONE 30.8s [2025-08-04T08:21:35.961Z] [2025-08-04T08:21:35.961Z] #51 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-08-04T08:21:35.961Z] #51 37.83 (1/4) Installing dumb-init (1.2.5-r3) [2025-08-04T08:21:35.961Z] #51 37.90 (2/4) Installing musl-obstack (1.2.3-r2) [2025-08-04T08:21:35.961Z] #51 37.90 (3/4) Installing libucontext (1.2-r3) [2025-08-04T08:21:35.961Z] #51 37.90 (4/4) Installing gcompat (1.1.0-r4) [2025-08-04T08:21:35.961Z] #51 37.93 Executing busybox-1.36.1-r29.trigger [2025-08-04T08:21:36.229Z] #51 ... [2025-08-04T08:21:36.229Z] [2025-08-04T08:21:36.229Z] #88 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-08-04T08:21:36.229Z] #0 8.908 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-04T08:21:36.229Z] #88 ... [2025-08-04T08:21:36.229Z] [2025-08-04T08:21:36.229Z] #51 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-08-04T08:21:36.229Z] #51 38.13 OK: 9 MiB in 18 packages [2025-08-04T08:21:36.819Z] #51 ... [2025-08-04T08:21:36.819Z] [2025-08-04T08:21:36.819Z] #89 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T08:21:36.819Z] #89 ... [2025-08-04T08:21:36.819Z] [2025-08-04T08:21:36.819Z] #90 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T08:21:37.092Z] #90 ... [2025-08-04T08:21:37.093Z] [2025-08-04T08:21:37.093Z] #91 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-08-04T08:21:37.093Z] #0 8.700 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-04T08:21:37.093Z] #91 ... [2025-08-04T08:21:37.093Z] [2025-08-04T08:21:37.093Z] #82 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-08-04T08:21:37.093Z] #82 DONE 18.7s [2025-08-04T08:21:37.093Z] [2025-08-04T08:21:37.093Z] #80 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-08-04T08:21:37.093Z] #80 10.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-04T08:21:37.367Z] #80 ... [2025-08-04T08:21:37.367Z] [2025-08-04T08:21:37.367Z] #83 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-08-04T08:21:37.367Z] #83 16.37 OK: 9 MiB in 16 packages [2025-08-04T08:21:37.367Z] #83 DONE 18.8s [2025-08-04T08:21:37.367Z] [2025-08-04T08:21:37.367Z] #80 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-08-04T08:21:37.367Z] #80 11.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-04T08:21:37.951Z] #80 ... [2025-08-04T08:21:37.951Z] [2025-08-04T08:21:37.951Z] #51 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-08-04T08:21:37.951Z] #51 DONE 39.9s [2025-08-04T08:21:38.221Z] [2025-08-04T08:21:38.221Z] #81 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade [2025-08-04T08:21:38.221Z] #81 18.42 OK: 9 MiB in 15 packages [2025-08-04T08:21:38.221Z] #81 DONE 20.9s [2025-08-04T08:21:38.221Z] [2025-08-04T08:21:38.221Z] #91 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-08-04T08:21:38.221Z] #91 11.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-04T08:21:39.631Z] #91 ... [2025-08-04T08:21:39.631Z] [2025-08-04T08:21:39.631Z] #69 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-08-04T08:21:39.631Z] #69 39.39 OK: 239 MiB in 58 packages [2025-08-04T08:21:39.631Z] #69 DONE 41.4s [2025-08-04T08:21:39.631Z] [2025-08-04T08:21:39.631Z] #92 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-08-04T08:21:40.600Z] #92 DONE 1.0s [2025-08-04T08:21:40.600Z] [2025-08-04T08:21:40.600Z] #84 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-08-04T08:21:40.600Z] #84 6.684 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-04T08:21:40.600Z] #84 8.161 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-04T08:21:42.541Z] #84 ... [2025-08-04T08:21:42.541Z] [2025-08-04T08:21:42.541Z] #93 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-08-04T08:21:42.541Z] #93 DONE 5.2s [2025-08-04T08:21:42.815Z] [2025-08-04T08:21:42.815Z] #94 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2025-08-04T08:21:42.815Z] #94 DONE 0.2s [2025-08-04T08:21:42.815Z] [2025-08-04T08:21:42.815Z] #95 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T08:21:43.081Z] #95 ... [2025-08-04T08:21:43.081Z] [2025-08-04T08:21:43.081Z] #74 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-08-04T08:21:43.081Z] #74 9.345 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-04T08:21:43.081Z] #74 11.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-04T08:21:43.081Z] #74 ... [2025-08-04T08:21:43.081Z] [2025-08-04T08:21:43.081Z] #87 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2025-08-04T08:21:43.081Z] #87 7.200 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-04T08:21:43.662Z] #87 8.491 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-04T08:21:44.621Z] #87 ... [2025-08-04T08:21:44.621Z] [2025-08-04T08:21:44.621Z] #96 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T08:21:44.887Z] #96 ... [2025-08-04T08:21:44.887Z] [2025-08-04T08:21:44.887Z] #74 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-08-04T08:21:44.887Z] #74 20.42 OK: 9 MiB in 15 packages [2025-08-04T08:21:44.887Z] #74 DONE 21.4s [2025-08-04T08:21:44.887Z] [2025-08-04T08:21:44.887Z] #80 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-08-04T08:21:44.887Z] #80 18.73 OK: 20 MiB in 18 packages [2025-08-04T08:21:45.469Z] #80 DONE 19.8s [2025-08-04T08:21:45.470Z] [2025-08-04T08:21:45.470Z] #91 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-08-04T08:21:45.470Z] #91 18.43 OK: 20 MiB in 18 packages [2025-08-04T08:21:45.742Z] #91 ... [2025-08-04T08:21:45.742Z] [2025-08-04T08:21:45.742Z] #88 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-08-04T08:21:45.742Z] #88 11.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-04T08:21:45.742Z] #88 18.02 OK: 11 MiB in 17 packages [2025-08-04T08:21:45.742Z] #88 DONE 19.5s [2025-08-04T08:21:45.742Z] [2025-08-04T08:21:45.742Z] #97 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-08-04T08:21:45.742Z] #0 4.994 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-04T08:21:45.742Z] #0 6.290 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-04T08:21:46.702Z] #97 ... [2025-08-04T08:21:46.702Z] [2025-08-04T08:21:46.702Z] #84 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-08-04T08:21:46.702Z] #84 14.43 OK: 15 MiB in 28 packages [2025-08-04T08:21:46.702Z] #84 ... [2025-08-04T08:21:46.702Z] [2025-08-04T08:21:46.702Z] #91 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-08-04T08:21:46.702Z] #91 DONE 20.0s [2025-08-04T08:21:46.967Z] [2025-08-04T08:21:46.967Z] #98 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2025-08-04T08:21:46.967Z] #98 DONE 0.2s [2025-08-04T08:21:46.967Z] [2025-08-04T08:21:46.967Z] #96 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T08:21:47.548Z] #96 ... [2025-08-04T08:21:47.548Z] [2025-08-04T08:21:47.548Z] #84 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-08-04T08:21:47.548Z] #84 DONE 15.4s [2025-08-04T08:21:47.814Z] [2025-08-04T08:21:47.814Z] #86 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T08:21:48.769Z] #86 ... [2025-08-04T08:21:48.769Z] [2025-08-04T08:21:49.035Z] #87 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2025-08-04T08:21:49.035Z] #87 13.77 OK: 10 MiB in 19 packages [2025-08-04T08:21:49.619Z] #87 DONE 14.3s [2025-08-04T08:21:49.619Z] [2025-08-04T08:21:49.619Z] #99 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-08-04T08:21:50.585Z] #99 ... [2025-08-04T08:21:50.585Z] [2025-08-04T08:21:50.585Z] #97 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-08-04T08:21:50.585Z] #97 11.35 OK: 9 MiB in 18 packages [2025-08-04T08:21:50.585Z] #97 DONE 12.6s [2025-08-04T08:21:50.856Z] [2025-08-04T08:21:50.856Z] #100 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-08-04T08:21:50.856Z] #100 DONE 1.3s [2025-08-04T08:21:50.856Z] [2025-08-04T08:21:50.856Z] #101 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-08-04T08:21:52.263Z] #101 ... [2025-08-04T08:21:52.263Z] [2025-08-04T08:21:52.263Z] #99 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-08-04T08:21:52.263Z] #99 DONE 2.6s [2025-08-04T08:21:52.263Z] [2025-08-04T08:21:52.263Z] #102 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-08-04T08:21:52.263Z] #102 DONE 0.3s [2025-08-04T08:21:52.263Z] [2025-08-04T08:21:52.263Z] #101 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-08-04T08:21:52.263Z] #101 DONE 1.5s [2025-08-04T08:21:52.263Z] [2025-08-04T08:21:52.263Z] #103 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-08-04T08:21:52.263Z] #103 DONE 1.6s [2025-08-04T08:21:52.263Z] [2025-08-04T08:21:52.263Z] #104 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2025-08-04T08:21:52.536Z] #104 ... [2025-08-04T08:21:52.536Z] [2025-08-04T08:21:52.536Z] #105 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2025-08-04T08:21:52.536Z] #105 DONE 0.2s [2025-08-04T08:21:52.536Z] [2025-08-04T08:21:52.536Z] #106 [security-spire-server stage-2 6/9] COPY security.txt / [2025-08-04T08:21:52.536Z] #106 DONE 0.3s [2025-08-04T08:21:52.536Z] [2025-08-04T08:21:52.536Z] #104 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2025-08-04T08:21:52.536Z] #104 DONE 0.3s [2025-08-04T08:21:52.536Z] [2025-08-04T08:21:52.536Z] #107 [security-spire-config stage-2 6/10] COPY security.txt / [2025-08-04T08:21:52.802Z] #107 ... [2025-08-04T08:21:52.802Z] [2025-08-04T08:21:52.802Z] #108 [security-spire-agent stage-3 7/10] COPY security.txt / [2025-08-04T08:21:52.802Z] #108 DONE 0.2s [2025-08-04T08:21:52.802Z] [2025-08-04T08:21:52.802Z] #109 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-08-04T08:21:52.802Z] #109 DONE 0.3s [2025-08-04T08:21:52.802Z] [2025-08-04T08:21:52.802Z] #110 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2025-08-04T08:21:53.068Z] #110 ... [2025-08-04T08:21:53.068Z] [2025-08-04T08:21:53.068Z] #107 [security-spire-config stage-2 6/10] COPY security.txt / [2025-08-04T08:21:53.068Z] #107 DONE 0.3s [2025-08-04T08:21:53.068Z] [2025-08-04T08:21:53.068Z] #111 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2025-08-04T08:21:53.068Z] #111 DONE 0.2s [2025-08-04T08:21:53.068Z] [2025-08-04T08:21:53.069Z] #110 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2025-08-04T08:21:53.069Z] #110 DONE 0.3s [2025-08-04T08:21:53.069Z] [2025-08-04T08:21:53.069Z] #112 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2025-08-04T08:21:53.341Z] #112 ... [2025-08-04T08:21:53.341Z] [2025-08-04T08:21:53.341Z] #113 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2025-08-04T08:21:53.341Z] #113 DONE 0.4s [2025-08-04T08:21:53.341Z] [2025-08-04T08:21:53.341Z] #114 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2025-08-04T08:21:53.341Z] #114 DONE 0.3s [2025-08-04T08:21:53.341Z] [2025-08-04T08:21:53.341Z] #115 [security-spire-server] exporting to image [2025-08-04T08:21:53.341Z] #115 exporting layers [2025-08-04T08:21:53.619Z] #115 ... [2025-08-04T08:21:53.619Z] [2025-08-04T08:21:53.619Z] #112 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2025-08-04T08:21:53.619Z] #112 DONE 0.3s [2025-08-04T08:21:53.619Z] [2025-08-04T08:21:53.619Z] #116 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2025-08-04T08:21:53.619Z] #116 DONE 0.3s [2025-08-04T08:21:53.619Z] [2025-08-04T08:21:53.619Z] #117 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2025-08-04T08:21:53.886Z] #117 DONE 0.2s [2025-08-04T08:21:53.886Z] [2025-08-04T08:21:53.886Z] #118 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2025-08-04T08:21:53.886Z] #118 DONE 0.3s [2025-08-04T08:21:53.886Z] [2025-08-04T08:21:53.886Z] #115 [security-spire-agent] exporting to image [2025-08-04T08:21:56.466Z] #115 exporting layers 2.9s done [2025-08-04T08:21:56.466Z] #115 writing image sha256:84751c3484ac103afad7440c9a4344b43b0e467233bbc9c6ac741877c6b5bddd [2025-08-04T08:21:56.466Z] #115 writing image sha256:84751c3484ac103afad7440c9a4344b43b0e467233bbc9c6ac741877c6b5bddd done [2025-08-04T08:21:56.466Z] #115 naming to docker.io/library/security-spire-server-arm64 done [2025-08-04T08:21:56.466Z] #115 exporting layers 2.7s done [2025-08-04T08:21:56.732Z] #115 writing image sha256:68f90f66e12dd6caa8817b72fea1271e98f61b91c7e72cf777b075753bae2456 done [2025-08-04T08:21:56.732Z] #115 naming to docker.io/library/security-spire-agent-arm64 done [2025-08-04T08:21:56.732Z] #115 exporting layers 2.8s done [2025-08-04T08:21:56.732Z] #115 writing image sha256:bfa29e2f6263c87301a92d8e353e6c1504502a5304b41f0cc7e91533cbc01395 done [2025-08-04T08:21:56.732Z] #115 naming to docker.io/library/security-spire-config-arm64 done [2025-08-04T08:21:56.732Z] #115 DONE 3.4s [2025-08-04T08:21:56.732Z] [2025-08-04T08:21:56.732Z] #79 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T08:23:18.313Z] #79 ... [2025-08-04T08:23:18.313Z] [2025-08-04T08:23:18.313Z] #89 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T08:23:18.313Z] #89 DONE 106.1s [2025-08-04T08:23:18.313Z] [2025-08-04T08:23:18.313Z] #90 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T08:23:18.313Z] #90 DONE 106.2s [2025-08-04T08:23:18.313Z] [2025-08-04T08:23:18.313Z] #79 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T08:23:18.313Z] #79 DONE 107.7s [2025-08-04T08:23:18.313Z] [2025-08-04T08:23:18.313Z] #95 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T08:23:18.313Z] #95 DONE 92.4s [2025-08-04T08:23:18.313Z] [2025-08-04T08:23:18.313Z] #119 [support-notifications builder 6/7] COPY . . [2025-08-04T08:23:18.313Z] #119 ... [2025-08-04T08:23:18.313Z] [2025-08-04T08:23:18.313Z] #86 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T08:23:18.313Z] #86 DONE 107.9s [2025-08-04T08:23:18.313Z] [2025-08-04T08:23:18.313Z] #96 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T08:23:18.313Z] #96 DONE 98.6s [2025-08-04T08:23:18.313Z] [2025-08-04T08:23:18.313Z] #120 [core-keeper builder 7/8] COPY . . [2025-08-04T08:23:18.313Z] #120 DONE 1.6s [2025-08-04T08:23:18.313Z] [2025-08-04T08:23:18.313Z] #121 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2025-08-04T08:23:18.313Z] #121 CACHED [2025-08-04T08:23:18.313Z] [2025-08-04T08:23:18.313Z] #122 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T08:23:18.313Z] #122 CACHED [2025-08-04T08:23:18.313Z] [2025-08-04T08:23:18.313Z] #123 [security-proxy-auth builder 6/7] COPY . . [2025-08-04T08:23:18.313Z] #123 CACHED [2025-08-04T08:23:18.313Z] [2025-08-04T08:23:18.313Z] #124 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-08-04T08:23:18.313Z] #124 CACHED [2025-08-04T08:23:18.313Z] [2025-08-04T08:23:18.313Z] #125 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T08:23:18.313Z] #125 CACHED [2025-08-04T08:23:18.313Z] [2025-08-04T08:23:18.313Z] #126 [core-common-config-bootstrapper builder 6/7] COPY . . [2025-08-04T08:23:18.313Z] #126 CACHED [2025-08-04T08:23:18.313Z] [2025-08-04T08:23:18.313Z] #127 [core-command builder 4/7] COPY go.mod vendor* ./ [2025-08-04T08:23:18.313Z] #127 CACHED [2025-08-04T08:23:18.313Z] [2025-08-04T08:23:18.313Z] #128 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T08:23:18.313Z] #128 CACHED [2025-08-04T08:23:18.313Z] [2025-08-04T08:23:18.313Z] #129 [core-command builder 6/7] COPY . . [2025-08-04T08:23:18.313Z] #129 CACHED [2025-08-04T08:23:18.313Z] [2025-08-04T08:23:18.313Z] #130 [core-data builder 6/7] COPY . . [2025-08-04T08:23:18.313Z] #130 CACHED [2025-08-04T08:23:18.313Z] [2025-08-04T08:23:18.313Z] #131 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T08:23:18.313Z] #131 CACHED [2025-08-04T08:23:18.313Z] [2025-08-04T08:23:18.313Z] #132 [core-data builder 4/7] COPY go.mod vendor* ./ [2025-08-04T08:23:18.313Z] #132 CACHED [2025-08-04T08:23:18.313Z] [2025-08-04T08:23:18.313Z] #133 [core-metadata builder 6/7] COPY . . [2025-08-04T08:23:18.313Z] #133 DONE 1.8s [2025-08-04T08:23:18.313Z] [2025-08-04T08:23:18.313Z] #134 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-08-04T08:23:18.313Z] #134 ... [2025-08-04T08:23:18.313Z] [2025-08-04T08:23:18.313Z] #135 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2025-08-04T08:23:18.313Z] #135 CACHED [2025-08-04T08:23:18.313Z] [2025-08-04T08:23:18.313Z] #136 [security-secretstore-setup builder 6/7] COPY . . [2025-08-04T08:23:18.313Z] #136 CACHED [2025-08-04T08:23:18.313Z] [2025-08-04T08:23:18.313Z] #137 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T08:23:18.313Z] #137 CACHED [2025-08-04T08:23:18.313Z] [2025-08-04T08:23:18.314Z] #138 [security-proxy-setup builder 6/7] COPY . . [2025-08-04T08:23:18.314Z] #138 CACHED [2025-08-04T08:23:18.314Z] [2025-08-04T08:23:18.314Z] #139 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T08:23:18.314Z] #139 CACHED [2025-08-04T08:23:18.314Z] [2025-08-04T08:23:18.314Z] #140 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2025-08-04T08:23:18.314Z] #140 CACHED [2025-08-04T08:23:18.314Z] [2025-08-04T08:23:18.314Z] #141 [security-bootstrapper builder 6/7] COPY . . [2025-08-04T08:23:18.314Z] #141 DONE 1.9s [2025-08-04T08:23:18.314Z] [2025-08-04T08:23:18.314Z] #119 [support-notifications builder 6/7] COPY . . [2025-08-04T08:23:18.314Z] #119 DONE 1.9s [2025-08-04T08:23:18.314Z] [2025-08-04T08:23:18.314Z] #142 [support-scheduler builder 6/7] COPY . . [2025-08-04T08:23:18.314Z] #142 DONE 1.8s [2025-08-04T08:23:18.314Z] [2025-08-04T08:23:18.314Z] #143 [security-spiffe-token-provider builder 6/7] COPY . . [2025-08-04T08:23:18.314Z] #143 DONE 1.9s [2025-08-04T08:23:18.314Z] [2025-08-04T08:23:18.314Z] #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-08-04T08:23:20.252Z] #144 ... [2025-08-04T08:23:20.252Z] [2025-08-04T08:23:20.252Z] #145 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-08-04T08:23:20.252Z] #0 5.452 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-08-04T08:23:21.209Z] #145 ... [2025-08-04T08:23:21.209Z] [2025-08-04T08:23:21.209Z] #146 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-08-04T08:23:21.209Z] #0 6.302 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-08-04T08:23:21.474Z] #146 ... [2025-08-04T08:23:21.474Z] [2025-08-04T08:23:21.474Z] #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-08-04T08:23:21.474Z] #144 6.446 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-08-04T08:23:24.812Z] #144 ... [2025-08-04T08:23:24.812Z] [2025-08-04T08:23:24.812Z] #147 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-08-04T08:23:24.812Z] #0 3.490 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-08-04T08:23:24.812Z] #147 ... [2025-08-04T08:23:24.812Z] [2025-08-04T08:23:24.812Z] #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-08-04T08:23:24.812Z] #0 4.954 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-08-04T08:23:25.077Z] #148 ... [2025-08-04T08:23:25.077Z] [2025-08-04T08:23:25.077Z] #149 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-08-04T08:23:25.077Z] #0 6.567 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-08-04T08:23:25.077Z] #149 ... [2025-08-04T08:23:25.077Z] [2025-08-04T08:23:25.077Z] #150 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-08-04T08:23:25.077Z] #0 5.784 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-08-04T08:23:25.343Z] #150 ... [2025-08-04T08:23:25.343Z] [2025-08-04T08:23:25.343Z] #151 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-08-04T08:23:25.343Z] #0 6.771 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2025-08-04T08:23:25.610Z] #151 ... [2025-08-04T08:23:25.610Z] [2025-08-04T08:23:25.610Z] #152 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-08-04T08:23:25.610Z] #0 6.350 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-08-04T08:23:25.610Z] #152 ... [2025-08-04T08:23:25.610Z] [2025-08-04T08:23:25.610Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-08-04T08:23:25.610Z] #0 5.273 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-08-04T08:23:25.986Z] #153 ... [2025-08-04T08:23:25.986Z] [2025-08-04T08:23:25.986Z] #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-08-04T08:23:25.986Z] #0 5.358 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-08-04T08:23:25.986Z] #154 ... [2025-08-04T08:23:25.986Z] [2025-08-04T08:23:25.986Z] #134 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-08-04T08:23:25.986Z] #134 6.682 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-08-04T08:23:41.824Z] #156 ... [2025-08-04T08:23:41.824Z] [2025-08-04T08:23:41.824Z] #152 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-08-04T08:23:41.824Z] #152 DONE 137.7s [2025-08-04T08:23:41.824Z] [2025-08-04T08:23:41.824Z] #149 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-08-04T08:23:44.347Z] #149 ... [2025-08-04T08:23:44.347Z] [2025-08-04T08:23:44.347Z] #147 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-08-04T08:23:44.347Z] #147 DONE 141.2s [2025-08-04T08:23:44.347Z] [2025-08-04T08:23:44.347Z] #150 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-08-04T08:23:54.300Z] #150 ... [2025-08-04T08:23:54.300Z] [2025-08-04T08:23:54.300Z] #157 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-04T08:23:56.249Z] #157 ... [2025-08-04T08:23:56.249Z] [2025-08-04T08:23:56.249Z] #151 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-08-04T08:23:56.249Z] #151 DONE 153.2s [2025-08-04T08:23:56.249Z] [2025-08-04T08:23:56.249Z] #150 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-08-04T08:23:56.249Z] #150 150.8 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-08-04T08:24:00.440Z] #150 DONE 157.5s [2025-08-04T08:24:00.440Z] [2025-08-04T08:24:00.440Z] #158 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2025-08-04T08:24:04.618Z] #158 DONE 11.0s [2025-08-04T08:24:04.618Z] [2025-08-04T08:24:04.618Z] #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-08-04T08:24:04.618Z] #145 ... [2025-08-04T08:24:04.618Z] [2025-08-04T08:24:04.618Z] #159 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-08-04T08:24:05.648Z] #159 ... [2025-08-04T08:24:05.648Z] [2025-08-04T08:24:05.648Z] #146 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-08-04T08:24:05.648Z] #146 DONE 162.7s [2025-08-04T08:24:05.906Z] [2025-08-04T08:24:05.906Z] #149 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-08-04T08:24:06.163Z] #149 DONE 163.4s [2025-08-04T08:24:06.163Z] [2025-08-04T08:24:06.163Z] #157 [core-command stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-04T08:24:06.163Z] #157 DONE 12.9s [2025-08-04T08:24:06.163Z] [2025-08-04T08:24:06.163Z] #153 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-08-04T08:24:06.163Z] #153 DONE 163.4s [2025-08-04T08:24:06.163Z] [2025-08-04T08:24:06.163Z] #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-08-04T08:24:06.163Z] #154 DONE 163.4s [2025-08-04T08:24:06.163Z] [2025-08-04T08:24:06.163Z] #155 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-08-04T08:24:06.163Z] #155 DONE 163.4s [2025-08-04T08:24:06.163Z] [2025-08-04T08:24:06.163Z] #156 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-08-04T08:24:06.163Z] #156 DONE 163.5s [2025-08-04T08:24:06.163Z] [2025-08-04T08:24:06.163Z] #160 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-04T08:24:06.432Z] #160 ... [2025-08-04T08:24:06.432Z] [2025-08-04T08:24:06.432Z] #157 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-04T08:24:06.432Z] #157 DONE 12.9s [2025-08-04T08:24:06.432Z] [2025-08-04T08:24:06.432Z] #161 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-08-04T08:24:06.432Z] #161 DONE 0.3s [2025-08-04T08:24:06.432Z] [2025-08-04T08:24:06.432Z] #162 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-04T08:24:06.432Z] #162 CACHED [2025-08-04T08:24:06.432Z] [2025-08-04T08:24:06.432Z] #163 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2025-08-04T08:24:06.432Z] #163 CACHED [2025-08-04T08:24:06.432Z] [2025-08-04T08:24:06.432Z] #160 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-04T08:24:06.432Z] #160 DONE 0.3s [2025-08-04T08:24:06.432Z] [2025-08-04T08:24:06.432Z] #164 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-08-04T08:24:06.432Z] #164 CACHED [2025-08-04T08:24:06.432Z] [2025-08-04T08:24:06.432Z] #165 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-04T08:24:06.432Z] #165 CACHED [2025-08-04T08:24:06.432Z] [2025-08-04T08:24:06.432Z] #166 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-04T08:24:06.432Z] #166 CACHED [2025-08-04T08:24:06.432Z] [2025-08-04T08:24:06.432Z] #167 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-08-04T08:24:06.432Z] #167 CACHED [2025-08-04T08:24:06.432Z] [2025-08-04T08:24:06.432Z] #168 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-04T08:24:06.432Z] #168 DONE 0.3s [2025-08-04T08:24:06.432Z] [2025-08-04T08:24:06.432Z] #169 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-04T08:24:06.432Z] #169 DONE 0.2s [2025-08-04T08:24:06.432Z] [2025-08-04T08:24:06.432Z] #170 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-04T08:24:06.432Z] #170 DONE 0.2s [2025-08-04T08:24:06.432Z] [2025-08-04T08:24:06.432Z] #171 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-04T08:24:06.432Z] #171 DONE 0.2s [2025-08-04T08:24:06.432Z] [2025-08-04T08:24:06.432Z] #172 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-08-04T08:24:08.345Z] #172 ... [2025-08-04T08:24:08.345Z] [2025-08-04T08:24:08.345Z] #173 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2025-08-04T08:24:08.345Z] #173 DONE 1.8s [2025-08-04T08:24:08.345Z] [2025-08-04T08:24:08.345Z] #174 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2025-08-04T08:24:08.345Z] #174 DONE 1.8s [2025-08-04T08:24:08.345Z] [2025-08-04T08:24:08.345Z] #175 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2025-08-04T08:24:08.345Z] #175 DONE 1.8s [2025-08-04T08:24:08.345Z] [2025-08-04T08:24:08.345Z] #176 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2025-08-04T08:24:08.345Z] #176 DONE 1.8s [2025-08-04T08:24:08.345Z] [2025-08-04T08:24:08.345Z] #148 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-08-04T08:24:08.345Z] #148 DONE 165.5s [2025-08-04T08:24:08.345Z] [2025-08-04T08:24:08.345Z] #177 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-08-04T08:24:08.345Z] #177 DONE 1.9s [2025-08-04T08:24:08.345Z] [2025-08-04T08:24:08.345Z] #178 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2025-08-04T08:24:08.345Z] #178 DONE 1.8s [2025-08-04T08:24:08.345Z] [2025-08-04T08:24:08.345Z] #179 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-08-04T08:24:08.345Z] #179 DONE 1.8s [2025-08-04T08:24:08.345Z] [2025-08-04T08:24:08.345Z] #180 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2025-08-04T08:24:08.914Z] #180 ... [2025-08-04T08:24:08.914Z] [2025-08-04T08:24:08.914Z] #172 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-08-04T08:24:08.914Z] #172 DONE 2.5s [2025-08-04T08:24:09.172Z] [2025-08-04T08:24:09.172Z] #159 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-08-04T08:24:09.172Z] #159 DONE 4.4s [2025-08-04T08:24:09.172Z] [2025-08-04T08:24:09.172Z] #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-08-04T08:24:09.172Z] #145 DONE 166.3s [2025-08-04T08:24:09.172Z] [2025-08-04T08:24:09.172Z] #181 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-08-04T08:24:09.172Z] #181 DONE 2.6s [2025-08-04T08:24:09.172Z] [2025-08-04T08:24:09.172Z] #182 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2025-08-04T08:24:09.739Z] #182 ... [2025-08-04T08:24:09.739Z] [2025-08-04T08:24:09.739Z] #183 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2025-08-04T08:24:09.739Z] #183 DONE 1.5s [2025-08-04T08:24:09.739Z] [2025-08-04T08:24:09.739Z] #184 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2025-08-04T08:24:09.739Z] #184 DONE 1.5s [2025-08-04T08:24:09.739Z] [2025-08-04T08:24:09.739Z] #185 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2025-08-04T08:24:09.739Z] #185 DONE 1.5s [2025-08-04T08:24:09.739Z] [2025-08-04T08:24:09.739Z] #186 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2025-08-04T08:24:09.739Z] #186 DONE 1.5s [2025-08-04T08:24:09.739Z] [2025-08-04T08:24:09.739Z] #180 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2025-08-04T08:24:09.739Z] #180 DONE 1.5s [2025-08-04T08:24:09.739Z] [2025-08-04T08:24:09.739Z] #187 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-04T08:24:09.739Z] #187 DONE 0.7s [2025-08-04T08:24:09.739Z] [2025-08-04T08:24:09.739Z] #188 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2025-08-04T08:24:09.739Z] #188 DONE 0.7s [2025-08-04T08:24:09.739Z] [2025-08-04T08:24:09.739Z] #189 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2025-08-04T08:24:09.739Z] #189 DONE 0.7s [2025-08-04T08:24:09.739Z] [2025-08-04T08:24:09.739Z] #190 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2025-08-04T08:24:09.739Z] #190 DONE 0.7s [2025-08-04T08:24:09.739Z] [2025-08-04T08:24:09.739Z] #191 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-04T08:24:09.739Z] #191 DONE 0.7s [2025-08-04T08:24:09.739Z] [2025-08-04T08:24:09.739Z] #182 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2025-08-04T08:24:09.739Z] #182 DONE 0.7s [2025-08-04T08:24:09.739Z] [2025-08-04T08:24:09.739Z] #192 [core-command] exporting to image [2025-08-04T08:24:09.739Z] #192 exporting layers [2025-08-04T08:24:09.996Z] #192 ... [2025-08-04T08:24:09.996Z] [2025-08-04T08:24:09.996Z] #193 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-04T08:24:09.996Z] #193 DONE 0.2s [2025-08-04T08:24:09.996Z] [2025-08-04T08:24:09.996Z] #192 [core-command] exporting to image [2025-08-04T08:24:09.996Z] #192 exporting layers 0.2s done [2025-08-04T08:24:09.996Z] #192 ... [2025-08-04T08:24:09.996Z] [2025-08-04T08:24:09.996Z] #194 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2025-08-04T08:24:09.996Z] #194 DONE 0.2s [2025-08-04T08:24:09.996Z] [2025-08-04T08:24:09.996Z] #195 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2025-08-04T08:24:09.996Z] #195 DONE 0.2s [2025-08-04T08:24:09.996Z] [2025-08-04T08:24:09.996Z] #196 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2025-08-04T08:24:09.996Z] #196 DONE 0.2s [2025-08-04T08:24:09.996Z] [2025-08-04T08:24:09.996Z] #197 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-08-04T08:24:09.996Z] #197 DONE 0.2s [2025-08-04T08:24:09.996Z] [2025-08-04T08:24:09.996Z] #198 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2025-08-04T08:24:09.996Z] #198 DONE 0.2s [2025-08-04T08:24:09.996Z] [2025-08-04T08:24:09.996Z] #199 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2025-08-04T08:24:09.996Z] #199 DONE 0.2s [2025-08-04T08:24:09.996Z] [2025-08-04T08:24:09.996Z] #200 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2025-08-04T08:24:09.996Z] #200 DONE 0.2s [2025-08-04T08:24:09.996Z] [2025-08-04T08:24:09.996Z] #201 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2025-08-04T08:24:09.996Z] #201 DONE 0.2s [2025-08-04T08:24:09.996Z] [2025-08-04T08:24:09.996Z] #202 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2025-08-04T08:24:09.996Z] #202 DONE 0.2s [2025-08-04T08:24:10.255Z] [2025-08-04T08:24:10.255Z] #203 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-08-04T08:24:10.255Z] #203 DONE 0.2s [2025-08-04T08:24:10.255Z] [2025-08-04T08:24:10.255Z] #204 [security-spiffe-token-provider] exporting to image [2025-08-04T08:24:10.255Z] #204 exporting layers 0.2s done [2025-08-04T08:24:11.188Z] #204 ... [2025-08-04T08:24:11.188Z] [2025-08-04T08:24:11.188Z] #205 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2025-08-04T08:24:11.188Z] #205 DONE 0.9s [2025-08-04T08:24:11.188Z] [2025-08-04T08:24:11.188Z] #204 [security-spiffe-token-provider] exporting to image [2025-08-04T08:24:11.188Z] #204 writing image sha256:dcecc9795cb7d80540c79e5752e926d0acbcf999eac2903853c96685da43e272 [2025-08-04T08:24:11.188Z] #204 ... [2025-08-04T08:24:11.188Z] [2025-08-04T08:24:11.188Z] #192 [core-command] exporting to image [2025-08-04T08:24:11.188Z] #192 writing image sha256:d4f3eaa112988628f112786cebe91166343d2f65dc6ca3fdc639fe4650457b76 0.2s done [2025-08-04T08:24:11.188Z] #192 naming to docker.io/library/core-command done [2025-08-04T08:24:11.188Z] #192 DONE 1.3s [2025-08-04T08:24:11.188Z] [2025-08-04T08:24:11.188Z] #206 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2025-08-04T08:24:11.188Z] #206 DONE 1.0s [2025-08-04T08:24:11.188Z] [2025-08-04T08:24:11.188Z] #207 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2025-08-04T08:24:11.188Z] #207 DONE 1.1s [2025-08-04T08:24:11.188Z] [2025-08-04T08:24:11.188Z] #208 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2025-08-04T08:24:11.188Z] #208 DONE 1.1s [2025-08-04T08:24:11.188Z] [2025-08-04T08:24:11.188Z] #209 [core-keeper] exporting to image [2025-08-04T08:24:11.188Z] #209 exporting layers 0.1s done [2025-08-04T08:24:11.188Z] #209 writing image sha256:cdd5c20cdba4348f88814fadb7ea85f18f5a7d967ffb5febbf5d7389b62127cf 0.2s done [2025-08-04T08:24:11.188Z] #209 naming to docker.io/library/core-keeper done [2025-08-04T08:24:11.188Z] #209 DONE 1.2s [2025-08-04T08:24:11.188Z] [2025-08-04T08:24:11.188Z] #204 [security-spiffe-token-provider] exporting to image [2025-08-04T08:24:11.188Z] #204 writing image sha256:dcecc9795cb7d80540c79e5752e926d0acbcf999eac2903853c96685da43e272 0.2s done [2025-08-04T08:24:11.188Z] #204 naming to docker.io/library/security-spiffe-token-provider done [2025-08-04T08:24:11.446Z] #204 DONE 1.6s [2025-08-04T08:24:11.446Z] [2025-08-04T08:24:11.446Z] #210 [core-data] exporting to image [2025-08-04T08:24:11.446Z] #210 exporting layers 1.0s done [2025-08-04T08:24:11.446Z] #210 writing image sha256:ecf8a240535fb99b09d01a7cf567e39636ce1ecb23512722a3a6935866b00a4e done [2025-08-04T08:24:11.446Z] #210 naming to docker.io/library/core-data 0.0s done [2025-08-04T08:24:11.706Z] #210 DONE 1.6s [2025-08-04T08:24:11.706Z] [2025-08-04T08:24:11.706Z] #211 [core-metadata] exporting to image [2025-08-04T08:24:11.706Z] #211 exporting layers 1.0s done [2025-08-04T08:24:11.706Z] #211 writing image sha256:2ce0a51573559b92e10b2015783f0df8e9b7b9c0b9a68320bfe01081ccb612b8 done [2025-08-04T08:24:11.706Z] #211 naming to docker.io/library/core-metadata done [2025-08-04T08:24:11.706Z] #211 DONE 1.6s [2025-08-04T08:24:11.706Z] [2025-08-04T08:24:11.706Z] #212 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2025-08-04T08:24:11.706Z] #212 DONE 0.7s [2025-08-04T08:24:11.706Z] [2025-08-04T08:24:11.706Z] #213 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2025-08-04T08:24:11.706Z] #213 ... [2025-08-04T08:24:11.706Z] [2025-08-04T08:24:11.706Z] #214 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2025-08-04T08:24:11.706Z] #214 DONE 0.8s [2025-08-04T08:24:11.706Z] [2025-08-04T08:24:11.706Z] #215 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-08-04T08:24:11.706Z] #215 DONE 1.8s [2025-08-04T08:24:11.706Z] [2025-08-04T08:24:11.706Z] #216 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-08-04T08:24:11.706Z] #216 DONE 1.8s [2025-08-04T08:24:11.706Z] [2025-08-04T08:24:11.706Z] #217 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2025-08-04T08:24:11.706Z] #217 DONE 0.7s [2025-08-04T08:24:11.706Z] [2025-08-04T08:24:11.706Z] #218 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2025-08-04T08:24:11.706Z] #218 DONE 0.8s [2025-08-04T08:24:11.963Z] [2025-08-04T08:24:11.963Z] #213 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2025-08-04T08:24:11.963Z] #213 DONE 0.8s [2025-08-04T08:24:11.963Z] [2025-08-04T08:24:11.963Z] #219 [support-scheduler] exporting to image [2025-08-04T08:24:12.221Z] #219 ... [2025-08-04T08:24:12.221Z] [2025-08-04T08:24:12.221Z] #220 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2025-08-04T08:24:12.221Z] #220 DONE 0.4s [2025-08-04T08:24:12.221Z] [2025-08-04T08:24:12.221Z] #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2025-08-04T08:24:12.221Z] #221 DONE 0.4s [2025-08-04T08:24:12.221Z] [2025-08-04T08:24:12.221Z] #222 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2025-08-04T08:24:12.221Z] #222 DONE 0.3s [2025-08-04T08:24:12.221Z] [2025-08-04T08:24:12.221Z] #223 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2025-08-04T08:24:12.221Z] #223 DONE 0.1s [2025-08-04T08:24:12.221Z] [2025-08-04T08:24:12.221Z] #224 [core-common-config-bootstrapper] exporting to image [2025-08-04T08:24:12.221Z] #224 exporting layers 0.1s done [2025-08-04T08:24:12.221Z] #224 writing image sha256:a6b8122c18b10bed2db3d580ad05a35047727a3fe6c3daab0655dfa862f2dbe1 0.1s done [2025-08-04T08:24:12.221Z] #224 naming to docker.io/library/core-common-config-bootstrapper done [2025-08-04T08:24:12.221Z] #224 DONE 0.5s [2025-08-04T08:24:12.221Z] [2025-08-04T08:24:12.221Z] #225 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ [2025-08-04T08:24:12.221Z] #225 DONE 0.1s [2025-08-04T08:24:12.221Z] [2025-08-04T08:24:12.221Z] #226 [security-proxy-auth] exporting to image [2025-08-04T08:24:12.221Z] #226 exporting layers 0.4s done [2025-08-04T08:24:12.221Z] #226 writing image sha256:2e883cf87103db0b24f645b270da6f914521bf2fb8059c5f56843e485d81a3c8 0.0s done [2025-08-04T08:24:12.221Z] #226 naming to docker.io/library/security-proxy-auth 0.0s done [2025-08-04T08:24:12.221Z] #226 DONE 0.5s [2025-08-04T08:24:12.221Z] [2025-08-04T08:24:12.221Z] #219 [support-scheduler] exporting to image [2025-08-04T08:24:12.221Z] #219 exporting layers 0.4s done [2025-08-04T08:24:12.221Z] #219 writing image sha256:98790a4edb8e2a29bfdb7bc2ff1361c459390224ea6daa3034af2e5a77c66a09 done [2025-08-04T08:24:12.221Z] #219 naming to docker.io/library/support-scheduler done [2025-08-04T08:24:12.221Z] #219 DONE 0.5s [2025-08-04T08:24:12.221Z] [2025-08-04T08:24:12.221Z] #227 [support-notifications] exporting to image [2025-08-04T08:24:12.221Z] #227 exporting layers 0.2s done [2025-08-04T08:24:12.478Z] #227 writing image sha256:64461bab8db86f5c0acecb6e1cd08ad6c549d11cf185590fb3c1f90688bb96f7 done [2025-08-04T08:24:12.478Z] #227 naming to docker.io/library/support-notifications done [2025-08-04T08:24:12.478Z] #227 DONE 0.3s [2025-08-04T08:24:12.478Z] [2025-08-04T08:24:12.478Z] #228 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-08-04T08:24:12.478Z] #228 DONE 0.5s [2025-08-04T08:24:12.478Z] [2025-08-04T08:24:12.478Z] #229 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2025-08-04T08:24:12.478Z] #229 DONE 0.1s [2025-08-04T08:24:12.478Z] [2025-08-04T08:24:12.478Z] #230 [security-proxy-setup] exporting to image [2025-08-04T08:24:12.478Z] #230 ... [2025-08-04T08:24:12.478Z] [2025-08-04T08:24:12.478Z] #231 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2025-08-04T08:24:12.478Z] #231 DONE 0.2s [2025-08-04T08:24:12.478Z] [2025-08-04T08:24:12.478Z] #230 [security-proxy-setup] exporting to image [2025-08-04T08:24:12.478Z] #230 exporting layers 0.2s done [2025-08-04T08:24:12.735Z] #230 writing image sha256:88ab92c95d4c3184b99ef445f17c1da824d3710c311a3f092bd96eb311469567 done [2025-08-04T08:24:12.735Z] #230 naming to docker.io/library/security-proxy-setup done [2025-08-04T08:24:12.735Z] #230 DONE 0.3s [2025-08-04T08:24:12.735Z] [2025-08-04T08:24:12.735Z] #232 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-08-04T08:24:12.735Z] #232 DONE 0.5s [2025-08-04T08:24:12.735Z] [2025-08-04T08:24:12.735Z] #233 [security-secretstore-setup] exporting to image [2025-08-04T08:24:12.735Z] #233 exporting layers 0.2s done [2025-08-04T08:24:12.992Z] #233 writing image sha256:677cfe565b4a25e9708d08c7ebe1fa40b0ca02718ad2291d5fd75685ab38e6f6 done [2025-08-04T08:24:12.992Z] #233 naming to docker.io/library/security-secretstore-setup done [2025-08-04T08:24:12.992Z] #233 DONE 0.2s [2025-08-04T08:24:12.992Z] [2025-08-04T08:24:12.992Z] #234 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2025-08-04T08:24:12.992Z] #234 DONE 0.4s [2025-08-04T08:24:12.992Z] [2025-08-04T08:24:12.992Z] #235 [security-bootstrapper] exporting to image [2025-08-04T08:24:12.992Z] #235 exporting layers 0.2s done [2025-08-04T08:24:12.992Z] #235 writing image sha256:0868672659da690cc5c6277b2b4433c98d883a9fe945c7145b3cec95e646146e done [2025-08-04T08:24:12.992Z] #235 naming to docker.io/library/security-bootstrapper done [2025-08-04T08:24:12.992Z] #235 DONE 0.2s [2025-08-04T08:24:13.250Z] time="2025-08-04T08:19:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-04T08:24:13.250Z] time="2025-08-04T08:19:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-04T08:24:13.250Z] time="2025-08-04T08:19:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-04T08:24:13.250Z] time="2025-08-04T08:19:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-04T08:24:13.250Z] time="2025-08-04T08:19:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-04T08:24:13.250Z] time="2025-08-04T08:19:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-04T08:24:13.250Z] time="2025-08-04T08:19:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-04T08:24:13.250Z] time="2025-08-04T08:19:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-04T08:24:13.250Z] time="2025-08-04T08:19:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-04T08:24:13.250Z] time="2025-08-04T08:19:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-04T08:24:13.250Z] time="2025-08-04T08:19:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-04T08:24:13.250Z] time="2025-08-04T08:19:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-04T08:24:13.250Z] time="2025-08-04T08:19:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-04T08:24:13.250Z] time="2025-08-04T08:19:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-04T08:24:13.250Z] time="2025-08-04T08:19:44Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2025-08-04T08:24:13.258Z] $ docker stop --time=1 d1338074f54d1e1a53eb4817666d287ea1498f58cf3beae94e6409882b2d4ee5 [2025-08-04T08:24:14.513Z] $ docker rm -f --volumes d1338074f54d1e1a53eb4817666d287ea1498f58cf3beae94e6409882b2d4ee5 [Pipeline] // withDockerContainer [Pipeline] sh [2025-08-04T08:24:14.853Z] + docker images [2025-08-04T08:24:14.853Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2025-08-04T08:24:14.853Z] security-bootstrapper latest 0868672659da 2 seconds ago 20.4MB [2025-08-04T08:24:14.853Z] security-proxy-setup latest 88ab92c95d4c 2 seconds ago 48.8MB [2025-08-04T08:24:14.853Z] security-secretstore-setup latest 677cfe565b4a 2 seconds ago 79.2MB [2025-08-04T08:24:14.853Z] support-notifications latest 64461bab8db8 3 seconds ago 52.4MB [2025-08-04T08:24:14.853Z] core-common-config-bootstrapper latest a6b8122c18b1 3 seconds ago 19.4MB [2025-08-04T08:24:14.853Z] security-proxy-auth latest 2e883cf87103 3 seconds ago 44.3MB [2025-08-04T08:24:14.853Z] support-scheduler latest 98790a4edb8e 3 seconds ago 48.9MB [2025-08-04T08:24:14.853Z] core-command latest d4f3eaa11298 5 seconds ago 39.4MB [2025-08-04T08:24:14.853Z] core-metadata latest 2ce0a5157355 5 seconds ago 45.2MB [2025-08-04T08:24:14.853Z] core-data latest ecf8a240535f 5 seconds ago 45.1MB [2025-08-04T08:24:14.853Z] security-spiffe-token-provider latest dcecc9795cb7 5 seconds ago 47.7MB [2025-08-04T08:24:14.853Z] core-keeper latest cdd5c20cdba4 5 seconds ago 44.9MB [2025-08-04T08:24:14.853Z] security-spire-config latest f476f327dfd3 3 minutes ago 149MB [2025-08-04T08:24:14.853Z] security-spire-agent latest 8f4f1a54dcdc 3 minutes ago 195MB [2025-08-04T08:24:14.853Z] security-spire-server latest 1bff2120b89e 3 minutes ago 149MB [2025-08-04T08:24:14.853Z] ci-base-image-x86_64 latest 68aa55000f13 7 minutes ago 930MB [2025-08-04T08:24:14.853Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine d619b1717253 6 hours ago 580MB [2025-08-04T08:24:14.853Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 2 months ago 573MB [2025-08-04T08:24:14.853Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 2 years ago 334MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-04T08:24:14.995Z] provisioning config files... [2025-08-04T08:24:15.004Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/880@tmp/config17916878639750851592tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-04T08:24:15.312Z] ---> ****-login.sh [2025-08-04T08:24:15.312Z] nexus3.edgexfoundry.org:10001 [2025-08-04T08:24:15.312Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T08:24:15.573Z] Login Succeeded [2025-08-04T08:24:15.573Z] nexus3.edgexfoundry.org:10002 [2025-08-04T08:24:15.573Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T08:24:15.573Z] Login Succeeded [2025-08-04T08:24:15.573Z] nexus3.edgexfoundry.org:10003 [2025-08-04T08:24:15.573Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T08:24:15.573Z] Login Succeeded [2025-08-04T08:24:15.573Z] nexus3.edgexfoundry.org:10004 [2025-08-04T08:24:15.830Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T08:24:15.830Z] Login Succeeded [2025-08-04T08:24:15.830Z] ****.io [2025-08-04T08:24:15.830Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T08:24:16.088Z] Login Succeeded [2025-08-04T08:24:16.088Z] ---> ****-login.sh ends [Pipeline] } [2025-08-04T08:24:16.095Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-04T08:24:16.148Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-04T08:24:16.177Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2025-08-04T08:24:16.177Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:24:16.177Z] latest [2025-08-04T08:24:16.177Z] 4.1.0-dev.42 [2025-08-04T08:24:16.177Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:24:16.177Z] main [2025-08-04T08:24:16.177Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:24:16.531Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:24:16.863Z] + docker push nexus3.edgexfoundry.org:10004/core-command:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:24:16.864Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-08-04T08:24:16.864Z] 92e3a66a28b2: Preparing [2025-08-04T08:24:16.864Z] 1f61ea92e0f5: Preparing [2025-08-04T08:24:16.864Z] 5e4cc09c7fe3: Preparing [2025-08-04T08:24:16.864Z] 13d2b8803958: Preparing [2025-08-04T08:24:16.864Z] 2df0ea235e1b: Preparing [2025-08-04T08:24:16.864Z] 016680504aa3: Preparing [2025-08-04T08:24:16.864Z] 097100c76c15: Preparing [2025-08-04T08:24:16.864Z] 016680504aa3: Waiting [2025-08-04T08:24:16.864Z] 097100c76c15: Waiting [2025-08-04T08:24:16.864Z] 13d2b8803958: Pushed [2025-08-04T08:24:16.864Z] 92e3a66a28b2: Pushed [2025-08-04T08:24:16.864Z] 2df0ea235e1b: Pushed [2025-08-04T08:24:16.864Z] 5e4cc09c7fe3: Pushed [2025-08-04T08:24:16.864Z] 097100c76c15: Layer already exists [2025-08-04T08:24:16.864Z] 016680504aa3: Pushed [2025-08-04T08:24:20.370Z] 1f61ea92e0f5: Pushed [2025-08-04T08:24:20.370Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:a1e22be709460b5688deb169991c8db2141cb24cf6b078d0db6c194582271675 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:24:20.780Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:24:21.153Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2025-08-04T08:24:21.153Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-08-04T08:24:21.153Z] 92e3a66a28b2: Preparing [2025-08-04T08:24:21.153Z] 1f61ea92e0f5: Preparing [2025-08-04T08:24:21.153Z] 5e4cc09c7fe3: Preparing [2025-08-04T08:24:21.153Z] 13d2b8803958: Preparing [2025-08-04T08:24:21.153Z] 2df0ea235e1b: Preparing [2025-08-04T08:24:21.153Z] 016680504aa3: Preparing [2025-08-04T08:24:21.153Z] 097100c76c15: Preparing [2025-08-04T08:24:21.153Z] 097100c76c15: Waiting [2025-08-04T08:24:21.153Z] 016680504aa3: Waiting [2025-08-04T08:24:21.153Z] 92e3a66a28b2: Layer already exists [2025-08-04T08:24:21.153Z] 2df0ea235e1b: Layer already exists [2025-08-04T08:24:21.153Z] 5e4cc09c7fe3: Layer already exists [2025-08-04T08:24:21.153Z] 1f61ea92e0f5: Layer already exists [2025-08-04T08:24:21.153Z] 13d2b8803958: Layer already exists [2025-08-04T08:24:21.153Z] 097100c76c15: Layer already exists [2025-08-04T08:24:21.153Z] 016680504aa3: Layer already exists [2025-08-04T08:24:21.153Z] latest: digest: sha256:a1e22be709460b5688deb169991c8db2141cb24cf6b078d0db6c194582271675 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:24:21.481Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:24:21.820Z] + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42 [2025-08-04T08:24:21.820Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-08-04T08:24:21.820Z] 92e3a66a28b2: Preparing [2025-08-04T08:24:21.820Z] 1f61ea92e0f5: Preparing [2025-08-04T08:24:21.820Z] 5e4cc09c7fe3: Preparing [2025-08-04T08:24:21.820Z] 13d2b8803958: Preparing [2025-08-04T08:24:21.820Z] 2df0ea235e1b: Preparing [2025-08-04T08:24:21.820Z] 016680504aa3: Preparing [2025-08-04T08:24:21.820Z] 097100c76c15: Preparing [2025-08-04T08:24:21.820Z] 097100c76c15: Waiting [2025-08-04T08:24:21.820Z] 016680504aa3: Waiting [2025-08-04T08:24:21.820Z] 1f61ea92e0f5: Layer already exists [2025-08-04T08:24:21.820Z] 5e4cc09c7fe3: Layer already exists [2025-08-04T08:24:21.820Z] 13d2b8803958: Layer already exists [2025-08-04T08:24:21.820Z] 2df0ea235e1b: Layer already exists [2025-08-04T08:24:21.820Z] 92e3a66a28b2: Layer already exists [2025-08-04T08:24:21.820Z] 016680504aa3: Layer already exists [2025-08-04T08:24:21.820Z] 097100c76c15: Layer already exists [2025-08-04T08:24:21.820Z] 4.1.0-dev.42: digest: sha256:a1e22be709460b5688deb169991c8db2141cb24cf6b078d0db6c194582271675 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:24:22.138Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:24:22.458Z] + docker push nexus3.edgexfoundry.org:10004/core-command:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:24:22.458Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-08-04T08:24:22.458Z] 92e3a66a28b2: Preparing [2025-08-04T08:24:22.458Z] 1f61ea92e0f5: Preparing [2025-08-04T08:24:22.458Z] 5e4cc09c7fe3: Preparing [2025-08-04T08:24:22.458Z] 13d2b8803958: Preparing [2025-08-04T08:24:22.458Z] 2df0ea235e1b: Preparing [2025-08-04T08:24:22.458Z] 016680504aa3: Preparing [2025-08-04T08:24:22.458Z] 097100c76c15: Preparing [2025-08-04T08:24:22.458Z] 097100c76c15: Waiting [2025-08-04T08:24:22.458Z] 016680504aa3: Waiting [2025-08-04T08:24:22.458Z] 1f61ea92e0f5: Layer already exists [2025-08-04T08:24:22.458Z] 2df0ea235e1b: Layer already exists [2025-08-04T08:24:22.458Z] 92e3a66a28b2: Layer already exists [2025-08-04T08:24:22.458Z] 13d2b8803958: Layer already exists [2025-08-04T08:24:22.458Z] 5e4cc09c7fe3: Layer already exists [2025-08-04T08:24:22.458Z] 097100c76c15: Layer already exists [2025-08-04T08:24:22.458Z] 016680504aa3: Layer already exists [2025-08-04T08:24:22.458Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:a1e22be709460b5688deb169991c8db2141cb24cf6b078d0db6c194582271675 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:24:22.787Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:24:23.110Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2025-08-04T08:24:23.110Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-08-04T08:24:23.110Z] 92e3a66a28b2: Preparing [2025-08-04T08:24:23.110Z] 1f61ea92e0f5: Preparing [2025-08-04T08:24:23.110Z] 5e4cc09c7fe3: Preparing [2025-08-04T08:24:23.110Z] 13d2b8803958: Preparing [2025-08-04T08:24:23.110Z] 2df0ea235e1b: Preparing [2025-08-04T08:24:23.110Z] 016680504aa3: Preparing [2025-08-04T08:24:23.110Z] 097100c76c15: Preparing [2025-08-04T08:24:23.110Z] 097100c76c15: Waiting [2025-08-04T08:24:23.110Z] 016680504aa3: Waiting [2025-08-04T08:24:23.110Z] 92e3a66a28b2: Layer already exists [2025-08-04T08:24:23.110Z] 13d2b8803958: Layer already exists [2025-08-04T08:24:23.110Z] 5e4cc09c7fe3: Layer already exists [2025-08-04T08:24:23.110Z] 2df0ea235e1b: Layer already exists [2025-08-04T08:24:23.110Z] 1f61ea92e0f5: Layer already exists [2025-08-04T08:24:23.110Z] 097100c76c15: Layer already exists [2025-08-04T08:24:23.110Z] 016680504aa3: Layer already exists [2025-08-04T08:24:23.110Z] main: digest: sha256:a1e22be709460b5688deb169991c8db2141cb24cf6b078d0db6c194582271675 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-04T08:24:23.190Z] ===================================================== [Pipeline] echo [2025-08-04T08:24:23.207Z] taggedImages: [2025-08-04T08:24:23.207Z] - nexus3.edgexfoundry.org:10004/core-command:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:24:23.207Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2025-08-04T08:24:23.207Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42 [2025-08-04T08:24:23.207Z] - nexus3.edgexfoundry.org:10004/core-command:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:24:23.207Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2025-08-04T08:24:23.233Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2025-08-04T08:24:23.233Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:24:23.233Z] latest [2025-08-04T08:24:23.233Z] 4.1.0-dev.42 [2025-08-04T08:24:23.233Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:24:23.233Z] main [2025-08-04T08:24:23.233Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:24:23.579Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:24:23.887Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:24:23.887Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-08-04T08:24:23.887Z] 6c2a76f2d409: Preparing [2025-08-04T08:24:23.887Z] 6764fb69cf70: Preparing [2025-08-04T08:24:23.887Z] 178a3d1e272d: Preparing [2025-08-04T08:24:23.887Z] 57f69543bbc6: Preparing [2025-08-04T08:24:23.887Z] 5e4cc09c7fe3: Preparing [2025-08-04T08:24:23.887Z] 13d2b8803958: Preparing [2025-08-04T08:24:23.887Z] 2df0ea235e1b: Preparing [2025-08-04T08:24:23.887Z] 016680504aa3: Preparing [2025-08-04T08:24:23.887Z] 097100c76c15: Preparing [2025-08-04T08:24:23.887Z] 2df0ea235e1b: Waiting [2025-08-04T08:24:23.887Z] 016680504aa3: Waiting [2025-08-04T08:24:23.887Z] 097100c76c15: Waiting [2025-08-04T08:24:23.887Z] 13d2b8803958: Waiting [2025-08-04T08:24:23.887Z] 5e4cc09c7fe3: Layer already exists [2025-08-04T08:24:23.887Z] 13d2b8803958: Layer already exists [2025-08-04T08:24:23.887Z] 2df0ea235e1b: Layer already exists [2025-08-04T08:24:23.887Z] 016680504aa3: Layer already exists [2025-08-04T08:24:23.887Z] 097100c76c15: Layer already exists [2025-08-04T08:24:23.887Z] 6c2a76f2d409: Pushed [2025-08-04T08:24:23.887Z] 6764fb69cf70: Pushed [2025-08-04T08:24:23.887Z] 178a3d1e272d: Pushed [2025-08-04T08:24:25.263Z] 57f69543bbc6: Pushed [2025-08-04T08:24:25.263Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:7b814315dd1eafb93e97141a187840ed08636a97312d0c7b414aac6d7bf0c536 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:24:25.585Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:24:25.904Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-08-04T08:24:25.904Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-08-04T08:24:25.904Z] 6c2a76f2d409: Preparing [2025-08-04T08:24:25.904Z] 6764fb69cf70: Preparing [2025-08-04T08:24:25.904Z] 178a3d1e272d: Preparing [2025-08-04T08:24:25.904Z] 57f69543bbc6: Preparing [2025-08-04T08:24:25.904Z] 5e4cc09c7fe3: Preparing [2025-08-04T08:24:25.904Z] 13d2b8803958: Preparing [2025-08-04T08:24:25.904Z] 2df0ea235e1b: Preparing [2025-08-04T08:24:25.904Z] 016680504aa3: Preparing [2025-08-04T08:24:25.904Z] 097100c76c15: Preparing [2025-08-04T08:24:25.904Z] 2df0ea235e1b: Waiting [2025-08-04T08:24:25.904Z] 016680504aa3: Waiting [2025-08-04T08:24:25.904Z] 13d2b8803958: Waiting [2025-08-04T08:24:25.904Z] 097100c76c15: Waiting [2025-08-04T08:24:25.904Z] 6764fb69cf70: Layer already exists [2025-08-04T08:24:25.904Z] 57f69543bbc6: Layer already exists [2025-08-04T08:24:25.904Z] 5e4cc09c7fe3: Layer already exists [2025-08-04T08:24:25.904Z] 6c2a76f2d409: Layer already exists [2025-08-04T08:24:25.904Z] 178a3d1e272d: Layer already exists [2025-08-04T08:24:25.904Z] 13d2b8803958: Layer already exists [2025-08-04T08:24:25.904Z] 2df0ea235e1b: Layer already exists [2025-08-04T08:24:25.904Z] 016680504aa3: Layer already exists [2025-08-04T08:24:25.904Z] 097100c76c15: Layer already exists [2025-08-04T08:24:25.904Z] latest: digest: sha256:7b814315dd1eafb93e97141a187840ed08636a97312d0c7b414aac6d7bf0c536 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:24:26.221Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:24:26.537Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42 [2025-08-04T08:24:26.537Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-08-04T08:24:26.537Z] 6c2a76f2d409: Preparing [2025-08-04T08:24:26.537Z] 6764fb69cf70: Preparing [2025-08-04T08:24:26.537Z] 178a3d1e272d: Preparing [2025-08-04T08:24:26.537Z] 57f69543bbc6: Preparing [2025-08-04T08:24:26.537Z] 5e4cc09c7fe3: Preparing [2025-08-04T08:24:26.537Z] 13d2b8803958: Preparing [2025-08-04T08:24:26.537Z] 2df0ea235e1b: Preparing [2025-08-04T08:24:26.537Z] 016680504aa3: Preparing [2025-08-04T08:24:26.537Z] 097100c76c15: Preparing [2025-08-04T08:24:26.537Z] 097100c76c15: Waiting [2025-08-04T08:24:26.537Z] 2df0ea235e1b: Waiting [2025-08-04T08:24:26.537Z] 016680504aa3: Waiting [2025-08-04T08:24:26.537Z] 13d2b8803958: Waiting [2025-08-04T08:24:26.537Z] 57f69543bbc6: Layer already exists [2025-08-04T08:24:26.537Z] 5e4cc09c7fe3: Layer already exists [2025-08-04T08:24:26.537Z] 6c2a76f2d409: Layer already exists [2025-08-04T08:24:26.537Z] 6764fb69cf70: Layer already exists [2025-08-04T08:24:26.537Z] 178a3d1e272d: Layer already exists [2025-08-04T08:24:26.537Z] 13d2b8803958: Layer already exists [2025-08-04T08:24:26.537Z] 097100c76c15: Layer already exists [2025-08-04T08:24:26.537Z] 2df0ea235e1b: Layer already exists [2025-08-04T08:24:26.537Z] 016680504aa3: Layer already exists [2025-08-04T08:24:26.537Z] 4.1.0-dev.42: digest: sha256:7b814315dd1eafb93e97141a187840ed08636a97312d0c7b414aac6d7bf0c536 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:24:26.862Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:24:27.190Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:24:27.190Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-08-04T08:24:27.190Z] 6c2a76f2d409: Preparing [2025-08-04T08:24:27.190Z] 6764fb69cf70: Preparing [2025-08-04T08:24:27.190Z] 178a3d1e272d: Preparing [2025-08-04T08:24:27.190Z] 57f69543bbc6: Preparing [2025-08-04T08:24:27.190Z] 5e4cc09c7fe3: Preparing [2025-08-04T08:24:27.190Z] 13d2b8803958: Preparing [2025-08-04T08:24:27.190Z] 2df0ea235e1b: Preparing [2025-08-04T08:24:27.190Z] 2df0ea235e1b: Waiting [2025-08-04T08:24:27.190Z] 13d2b8803958: Waiting [2025-08-04T08:24:27.190Z] 016680504aa3: Preparing [2025-08-04T08:24:27.190Z] 097100c76c15: Preparing [2025-08-04T08:24:27.190Z] 016680504aa3: Waiting [2025-08-04T08:24:27.190Z] 097100c76c15: Waiting [2025-08-04T08:24:27.190Z] 57f69543bbc6: Layer already exists [2025-08-04T08:24:27.190Z] 6c2a76f2d409: Layer already exists [2025-08-04T08:24:27.190Z] 6764fb69cf70: Layer already exists [2025-08-04T08:24:27.190Z] 178a3d1e272d: Layer already exists [2025-08-04T08:24:27.190Z] 5e4cc09c7fe3: Layer already exists [2025-08-04T08:24:27.190Z] 13d2b8803958: Layer already exists [2025-08-04T08:24:27.190Z] 016680504aa3: Layer already exists [2025-08-04T08:24:27.190Z] 2df0ea235e1b: Layer already exists [2025-08-04T08:24:27.190Z] 097100c76c15: Layer already exists [2025-08-04T08:24:27.190Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:7b814315dd1eafb93e97141a187840ed08636a97312d0c7b414aac6d7bf0c536 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:24:27.523Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:24:27.845Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-08-04T08:24:27.845Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-08-04T08:24:27.845Z] 6c2a76f2d409: Preparing [2025-08-04T08:24:27.845Z] 6764fb69cf70: Preparing [2025-08-04T08:24:27.845Z] 178a3d1e272d: Preparing [2025-08-04T08:24:27.845Z] 57f69543bbc6: Preparing [2025-08-04T08:24:27.845Z] 5e4cc09c7fe3: Preparing [2025-08-04T08:24:27.845Z] 13d2b8803958: Preparing [2025-08-04T08:24:27.845Z] 2df0ea235e1b: Preparing [2025-08-04T08:24:27.845Z] 016680504aa3: Preparing [2025-08-04T08:24:27.845Z] 097100c76c15: Preparing [2025-08-04T08:24:27.845Z] 13d2b8803958: Waiting [2025-08-04T08:24:27.845Z] 016680504aa3: Waiting [2025-08-04T08:24:27.845Z] 2df0ea235e1b: Waiting [2025-08-04T08:24:27.845Z] 097100c76c15: Waiting [2025-08-04T08:24:27.845Z] 6764fb69cf70: Layer already exists [2025-08-04T08:24:27.845Z] 5e4cc09c7fe3: Layer already exists [2025-08-04T08:24:27.845Z] 178a3d1e272d: Layer already exists [2025-08-04T08:24:27.845Z] 6c2a76f2d409: Layer already exists [2025-08-04T08:24:27.845Z] 57f69543bbc6: Layer already exists [2025-08-04T08:24:27.845Z] 13d2b8803958: Layer already exists [2025-08-04T08:24:27.845Z] 016680504aa3: Layer already exists [2025-08-04T08:24:27.845Z] 2df0ea235e1b: Layer already exists [2025-08-04T08:24:27.845Z] 097100c76c15: Layer already exists [2025-08-04T08:24:27.845Z] main: digest: sha256:7b814315dd1eafb93e97141a187840ed08636a97312d0c7b414aac6d7bf0c536 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-04T08:24:27.923Z] ===================================================== [Pipeline] echo [2025-08-04T08:24:27.939Z] taggedImages: [2025-08-04T08:24:27.939Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:24:27.939Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-08-04T08:24:27.939Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42 [2025-08-04T08:24:27.939Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:24:27.939Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2025-08-04T08:24:27.964Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2025-08-04T08:24:27.964Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:24:27.964Z] latest [2025-08-04T08:24:27.964Z] 4.1.0-dev.42 [2025-08-04T08:24:27.964Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:24:27.964Z] main [2025-08-04T08:24:27.964Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:24:28.311Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:24:28.638Z] + docker push nexus3.edgexfoundry.org:10004/core-data:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:24:28.639Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-08-04T08:24:28.639Z] 2e365e35eda2: Preparing [2025-08-04T08:24:28.639Z] f53c9f9b9b64: Preparing [2025-08-04T08:24:28.639Z] 5e4cc09c7fe3: Preparing [2025-08-04T08:24:28.639Z] 13d2b8803958: Preparing [2025-08-04T08:24:28.639Z] 2df0ea235e1b: Preparing [2025-08-04T08:24:28.639Z] 016680504aa3: Preparing [2025-08-04T08:24:28.639Z] 097100c76c15: Preparing [2025-08-04T08:24:28.639Z] 016680504aa3: Waiting [2025-08-04T08:24:28.639Z] 097100c76c15: Waiting [2025-08-04T08:24:28.639Z] 5e4cc09c7fe3: Layer already exists [2025-08-04T08:24:28.639Z] 13d2b8803958: Layer already exists [2025-08-04T08:24:28.639Z] 2df0ea235e1b: Layer already exists [2025-08-04T08:24:28.639Z] 016680504aa3: Layer already exists [2025-08-04T08:24:28.639Z] 097100c76c15: Layer already exists [2025-08-04T08:24:28.639Z] 2e365e35eda2: Pushed [2025-08-04T08:24:32.831Z] f53c9f9b9b64: Pushed [2025-08-04T08:24:32.831Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:3c18a23ab8698dc3d0afe267f28c6bdbba97a81f0c11f08ec21116c926ff409e size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:24:33.158Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:24:33.482Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2025-08-04T08:24:33.482Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-08-04T08:24:33.482Z] 2e365e35eda2: Preparing [2025-08-04T08:24:33.482Z] f53c9f9b9b64: Preparing [2025-08-04T08:24:33.482Z] 5e4cc09c7fe3: Preparing [2025-08-04T08:24:33.482Z] 13d2b8803958: Preparing [2025-08-04T08:24:33.482Z] 2df0ea235e1b: Preparing [2025-08-04T08:24:33.482Z] 016680504aa3: Preparing [2025-08-04T08:24:33.482Z] 097100c76c15: Preparing [2025-08-04T08:24:33.482Z] 016680504aa3: Waiting [2025-08-04T08:24:33.482Z] 097100c76c15: Waiting [2025-08-04T08:24:33.482Z] 2df0ea235e1b: Layer already exists [2025-08-04T08:24:33.482Z] 2e365e35eda2: Layer already exists [2025-08-04T08:24:33.482Z] f53c9f9b9b64: Layer already exists [2025-08-04T08:24:33.482Z] 5e4cc09c7fe3: Layer already exists [2025-08-04T08:24:33.482Z] 13d2b8803958: Layer already exists [2025-08-04T08:24:33.482Z] 016680504aa3: Layer already exists [2025-08-04T08:24:33.482Z] 097100c76c15: Layer already exists [2025-08-04T08:24:33.482Z] latest: digest: sha256:3c18a23ab8698dc3d0afe267f28c6bdbba97a81f0c11f08ec21116c926ff409e size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:24:33.809Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:24:34.140Z] + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42 [2025-08-04T08:24:34.140Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-08-04T08:24:34.140Z] 2e365e35eda2: Preparing [2025-08-04T08:24:34.140Z] f53c9f9b9b64: Preparing [2025-08-04T08:24:34.140Z] 5e4cc09c7fe3: Preparing [2025-08-04T08:24:34.140Z] 13d2b8803958: Preparing [2025-08-04T08:24:34.140Z] 2df0ea235e1b: Preparing [2025-08-04T08:24:34.140Z] 016680504aa3: Preparing [2025-08-04T08:24:34.140Z] 097100c76c15: Preparing [2025-08-04T08:24:34.140Z] 016680504aa3: Waiting [2025-08-04T08:24:34.140Z] 097100c76c15: Waiting [2025-08-04T08:24:34.140Z] 5e4cc09c7fe3: Layer already exists [2025-08-04T08:24:34.140Z] 2e365e35eda2: Layer already exists [2025-08-04T08:24:34.140Z] 13d2b8803958: Layer already exists [2025-08-04T08:24:34.140Z] 2df0ea235e1b: Layer already exists [2025-08-04T08:24:34.140Z] f53c9f9b9b64: Layer already exists [2025-08-04T08:24:34.140Z] 016680504aa3: Layer already exists [2025-08-04T08:24:34.140Z] 097100c76c15: Layer already exists [2025-08-04T08:24:34.140Z] 4.1.0-dev.42: digest: sha256:3c18a23ab8698dc3d0afe267f28c6bdbba97a81f0c11f08ec21116c926ff409e size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:24:34.470Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:24:34.794Z] + docker push nexus3.edgexfoundry.org:10004/core-data:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:24:34.794Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-08-04T08:24:34.794Z] 2e365e35eda2: Preparing [2025-08-04T08:24:34.794Z] f53c9f9b9b64: Preparing [2025-08-04T08:24:34.794Z] 5e4cc09c7fe3: Preparing [2025-08-04T08:24:34.794Z] 13d2b8803958: Preparing [2025-08-04T08:24:34.794Z] 2df0ea235e1b: Preparing [2025-08-04T08:24:34.794Z] 016680504aa3: Preparing [2025-08-04T08:24:34.794Z] 097100c76c15: Preparing [2025-08-04T08:24:34.794Z] 016680504aa3: Waiting [2025-08-04T08:24:34.794Z] 097100c76c15: Waiting [2025-08-04T08:24:34.794Z] f53c9f9b9b64: Layer already exists [2025-08-04T08:24:34.794Z] 13d2b8803958: Layer already exists [2025-08-04T08:24:34.794Z] 5e4cc09c7fe3: Layer already exists [2025-08-04T08:24:34.794Z] 2df0ea235e1b: Layer already exists [2025-08-04T08:24:34.794Z] 2e365e35eda2: Layer already exists [2025-08-04T08:24:34.794Z] 016680504aa3: Layer already exists [2025-08-04T08:24:34.794Z] 097100c76c15: Layer already exists [2025-08-04T08:24:34.794Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:3c18a23ab8698dc3d0afe267f28c6bdbba97a81f0c11f08ec21116c926ff409e size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:24:35.128Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:24:35.463Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2025-08-04T08:24:35.463Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-08-04T08:24:35.463Z] 2e365e35eda2: Preparing [2025-08-04T08:24:35.463Z] f53c9f9b9b64: Preparing [2025-08-04T08:24:35.463Z] 5e4cc09c7fe3: Preparing [2025-08-04T08:24:35.463Z] 13d2b8803958: Preparing [2025-08-04T08:24:35.463Z] 2df0ea235e1b: Preparing [2025-08-04T08:24:35.463Z] 016680504aa3: Preparing [2025-08-04T08:24:35.463Z] 097100c76c15: Preparing [2025-08-04T08:24:35.463Z] 097100c76c15: Waiting [2025-08-04T08:24:35.463Z] 016680504aa3: Waiting [2025-08-04T08:24:35.463Z] 2e365e35eda2: Layer already exists [2025-08-04T08:24:35.463Z] f53c9f9b9b64: Layer already exists [2025-08-04T08:24:35.463Z] 2df0ea235e1b: Layer already exists [2025-08-04T08:24:35.463Z] 13d2b8803958: Layer already exists [2025-08-04T08:24:35.463Z] 5e4cc09c7fe3: Layer already exists [2025-08-04T08:24:35.463Z] 016680504aa3: Layer already exists [2025-08-04T08:24:35.463Z] 097100c76c15: Layer already exists [2025-08-04T08:24:35.463Z] main: digest: sha256:3c18a23ab8698dc3d0afe267f28c6bdbba97a81f0c11f08ec21116c926ff409e size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-04T08:24:35.538Z] ===================================================== [Pipeline] echo [2025-08-04T08:24:35.553Z] taggedImages: [2025-08-04T08:24:35.553Z] - nexus3.edgexfoundry.org:10004/core-data:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:24:35.553Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2025-08-04T08:24:35.553Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42 [2025-08-04T08:24:35.553Z] - nexus3.edgexfoundry.org:10004/core-data:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:24:35.553Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2025-08-04T08:24:35.577Z] [edgeXDocker.push] Tagging docker image core-keeper with the following tags: [2025-08-04T08:24:35.577Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:24:35.577Z] latest [2025-08-04T08:24:35.577Z] 4.1.0-dev.42 [2025-08-04T08:24:35.577Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:24:35.577Z] main [2025-08-04T08:24:35.577Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:24:35.921Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:24:36.245Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:24:36.245Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-08-04T08:24:36.245Z] ee65484730c2: Preparing [2025-08-04T08:24:36.245Z] 146b6389288d: Preparing [2025-08-04T08:24:36.245Z] 13d2b8803958: Preparing [2025-08-04T08:24:36.245Z] e89f2fc1ce85: Preparing [2025-08-04T08:24:36.245Z] ba5cee37553d: Preparing [2025-08-04T08:24:36.245Z] 097100c76c15: Preparing [2025-08-04T08:24:36.245Z] 097100c76c15: Waiting [2025-08-04T08:24:36.245Z] 13d2b8803958: Layer already exists [2025-08-04T08:24:36.245Z] 097100c76c15: Layer already exists [2025-08-04T08:24:36.245Z] ba5cee37553d: Pushed [2025-08-04T08:24:36.245Z] ee65484730c2: Pushed [2025-08-04T08:24:36.245Z] e89f2fc1ce85: Pushed [2025-08-04T08:24:40.439Z] 146b6389288d: Pushed [2025-08-04T08:24:40.439Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:215d6590b1cd00c94219550fb53ff03f63554310aec869f6198e352d0a9d6e12 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:24:40.769Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:24:41.100Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-08-04T08:24:41.100Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-08-04T08:24:41.100Z] ee65484730c2: Preparing [2025-08-04T08:24:41.100Z] 146b6389288d: Preparing [2025-08-04T08:24:41.100Z] 13d2b8803958: Preparing [2025-08-04T08:24:41.100Z] e89f2fc1ce85: Preparing [2025-08-04T08:24:41.100Z] ba5cee37553d: Preparing [2025-08-04T08:24:41.100Z] 097100c76c15: Preparing [2025-08-04T08:24:41.100Z] 097100c76c15: Waiting [2025-08-04T08:24:41.100Z] 146b6389288d: Layer already exists [2025-08-04T08:24:41.100Z] e89f2fc1ce85: Layer already exists [2025-08-04T08:24:41.100Z] ba5cee37553d: Layer already exists [2025-08-04T08:24:41.100Z] 13d2b8803958: Layer already exists [2025-08-04T08:24:41.100Z] ee65484730c2: Layer already exists [2025-08-04T08:24:41.100Z] 097100c76c15: Layer already exists [2025-08-04T08:24:41.100Z] latest: digest: sha256:215d6590b1cd00c94219550fb53ff03f63554310aec869f6198e352d0a9d6e12 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:24:41.431Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:24:41.766Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42 [2025-08-04T08:24:41.766Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-08-04T08:24:41.767Z] ee65484730c2: Preparing [2025-08-04T08:24:41.767Z] 146b6389288d: Preparing [2025-08-04T08:24:41.767Z] 13d2b8803958: Preparing [2025-08-04T08:24:41.767Z] e89f2fc1ce85: Preparing [2025-08-04T08:24:41.767Z] ba5cee37553d: Preparing [2025-08-04T08:24:41.767Z] 097100c76c15: Preparing [2025-08-04T08:24:41.767Z] 097100c76c15: Waiting [2025-08-04T08:24:41.767Z] 146b6389288d: Layer already exists [2025-08-04T08:24:41.767Z] ee65484730c2: Layer already exists [2025-08-04T08:24:41.767Z] e89f2fc1ce85: Layer already exists [2025-08-04T08:24:41.767Z] ba5cee37553d: Layer already exists [2025-08-04T08:24:41.767Z] 13d2b8803958: Layer already exists [2025-08-04T08:24:41.767Z] 097100c76c15: Layer already exists [2025-08-04T08:24:41.767Z] 4.1.0-dev.42: digest: sha256:215d6590b1cd00c94219550fb53ff03f63554310aec869f6198e352d0a9d6e12 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:24:42.091Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:24:42.425Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:24:42.426Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-08-04T08:24:42.426Z] ee65484730c2: Preparing [2025-08-04T08:24:42.426Z] 146b6389288d: Preparing [2025-08-04T08:24:42.426Z] 13d2b8803958: Preparing [2025-08-04T08:24:42.426Z] e89f2fc1ce85: Preparing [2025-08-04T08:24:42.426Z] ba5cee37553d: Preparing [2025-08-04T08:24:42.426Z] 097100c76c15: Preparing [2025-08-04T08:24:42.426Z] 097100c76c15: Waiting [2025-08-04T08:24:42.426Z] ba5cee37553d: Layer already exists [2025-08-04T08:24:42.426Z] e89f2fc1ce85: Layer already exists [2025-08-04T08:24:42.426Z] ee65484730c2: Layer already exists [2025-08-04T08:24:42.426Z] 146b6389288d: Layer already exists [2025-08-04T08:24:42.426Z] 13d2b8803958: Layer already exists [2025-08-04T08:24:42.426Z] 097100c76c15: Layer already exists [2025-08-04T08:24:42.426Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:215d6590b1cd00c94219550fb53ff03f63554310aec869f6198e352d0a9d6e12 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:24:42.755Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:24:43.083Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:main [2025-08-04T08:24:43.083Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-08-04T08:24:43.083Z] ee65484730c2: Preparing [2025-08-04T08:24:43.083Z] 146b6389288d: Preparing [2025-08-04T08:24:43.083Z] 13d2b8803958: Preparing [2025-08-04T08:24:43.083Z] e89f2fc1ce85: Preparing [2025-08-04T08:24:43.083Z] ba5cee37553d: Preparing [2025-08-04T08:24:43.083Z] 097100c76c15: Preparing [2025-08-04T08:24:43.083Z] 097100c76c15: Waiting [2025-08-04T08:24:43.083Z] ee65484730c2: Layer already exists [2025-08-04T08:24:43.083Z] ba5cee37553d: Layer already exists [2025-08-04T08:24:43.083Z] 146b6389288d: Layer already exists [2025-08-04T08:24:43.083Z] e89f2fc1ce85: Layer already exists [2025-08-04T08:24:43.083Z] 13d2b8803958: Layer already exists [2025-08-04T08:24:43.083Z] 097100c76c15: Layer already exists [2025-08-04T08:24:43.083Z] main: digest: sha256:215d6590b1cd00c94219550fb53ff03f63554310aec869f6198e352d0a9d6e12 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-04T08:24:43.150Z] ===================================================== [Pipeline] echo [2025-08-04T08:24:43.169Z] taggedImages: [2025-08-04T08:24:43.169Z] - nexus3.edgexfoundry.org:10004/core-keeper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:24:43.169Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-08-04T08:24:43.169Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42 [2025-08-04T08:24:43.169Z] - nexus3.edgexfoundry.org:10004/core-keeper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:24:43.169Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo [2025-08-04T08:24:43.198Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2025-08-04T08:24:43.198Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:24:43.198Z] latest [2025-08-04T08:24:43.198Z] 4.1.0-dev.42 [2025-08-04T08:24:43.198Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:24:43.198Z] main [2025-08-04T08:24:43.198Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:24:43.555Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:24:43.889Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:24:43.889Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-08-04T08:24:43.889Z] 4c94913bf148: Preparing [2025-08-04T08:24:43.889Z] aa6680cdb417: Preparing [2025-08-04T08:24:43.889Z] 1be6f1615726: Preparing [2025-08-04T08:24:43.889Z] 5e4cc09c7fe3: Preparing [2025-08-04T08:24:43.889Z] 13d2b8803958: Preparing [2025-08-04T08:24:43.889Z] 2df0ea235e1b: Preparing [2025-08-04T08:24:43.889Z] 016680504aa3: Preparing [2025-08-04T08:24:43.889Z] 097100c76c15: Preparing [2025-08-04T08:24:43.889Z] 2df0ea235e1b: Waiting [2025-08-04T08:24:43.889Z] 016680504aa3: Waiting [2025-08-04T08:24:43.889Z] 097100c76c15: Waiting [2025-08-04T08:24:43.889Z] 13d2b8803958: Layer already exists [2025-08-04T08:24:43.889Z] 5e4cc09c7fe3: Layer already exists [2025-08-04T08:24:43.889Z] 2df0ea235e1b: Layer already exists [2025-08-04T08:24:43.889Z] 016680504aa3: Layer already exists [2025-08-04T08:24:43.889Z] 097100c76c15: Layer already exists [2025-08-04T08:24:43.889Z] aa6680cdb417: Pushed [2025-08-04T08:24:43.889Z] 4c94913bf148: Pushed [2025-08-04T08:24:48.215Z] 1be6f1615726: Pushed [2025-08-04T08:24:48.215Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:4be7808d1a3f068c0a0b9a551d75b3228893a42f03fad46a90cee3bd4e64f161 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:24:48.562Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:24:48.882Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-08-04T08:24:48.882Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-08-04T08:24:48.882Z] 4c94913bf148: Preparing [2025-08-04T08:24:48.882Z] aa6680cdb417: Preparing [2025-08-04T08:24:48.882Z] 1be6f1615726: Preparing [2025-08-04T08:24:48.882Z] 5e4cc09c7fe3: Preparing [2025-08-04T08:24:48.882Z] 13d2b8803958: Preparing [2025-08-04T08:24:48.882Z] 2df0ea235e1b: Preparing [2025-08-04T08:24:48.883Z] 016680504aa3: Preparing [2025-08-04T08:24:48.883Z] 097100c76c15: Preparing [2025-08-04T08:24:48.883Z] 2df0ea235e1b: Waiting [2025-08-04T08:24:48.883Z] 016680504aa3: Waiting [2025-08-04T08:24:48.883Z] 097100c76c15: Waiting [2025-08-04T08:24:48.883Z] 1be6f1615726: Layer already exists [2025-08-04T08:24:48.883Z] 5e4cc09c7fe3: Layer already exists [2025-08-04T08:24:48.883Z] 4c94913bf148: Layer already exists [2025-08-04T08:24:48.883Z] aa6680cdb417: Layer already exists [2025-08-04T08:24:48.883Z] 13d2b8803958: Layer already exists [2025-08-04T08:24:48.883Z] 2df0ea235e1b: Layer already exists [2025-08-04T08:24:48.883Z] 097100c76c15: Layer already exists [2025-08-04T08:24:48.883Z] 016680504aa3: Layer already exists [2025-08-04T08:24:48.883Z] latest: digest: sha256:4be7808d1a3f068c0a0b9a551d75b3228893a42f03fad46a90cee3bd4e64f161 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:24:49.215Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:24:49.539Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42 [2025-08-04T08:24:49.540Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-08-04T08:24:49.540Z] 4c94913bf148: Preparing [2025-08-04T08:24:49.540Z] aa6680cdb417: Preparing [2025-08-04T08:24:49.540Z] 1be6f1615726: Preparing [2025-08-04T08:24:49.540Z] 5e4cc09c7fe3: Preparing [2025-08-04T08:24:49.540Z] 13d2b8803958: Preparing [2025-08-04T08:24:49.540Z] 2df0ea235e1b: Preparing [2025-08-04T08:24:49.540Z] 016680504aa3: Preparing [2025-08-04T08:24:49.540Z] 097100c76c15: Preparing [2025-08-04T08:24:49.540Z] 2df0ea235e1b: Waiting [2025-08-04T08:24:49.540Z] 016680504aa3: Waiting [2025-08-04T08:24:49.540Z] 097100c76c15: Waiting [2025-08-04T08:24:49.540Z] 4c94913bf148: Layer already exists [2025-08-04T08:24:49.540Z] 13d2b8803958: Layer already exists [2025-08-04T08:24:49.540Z] 1be6f1615726: Layer already exists [2025-08-04T08:24:49.540Z] aa6680cdb417: Layer already exists [2025-08-04T08:24:49.540Z] 5e4cc09c7fe3: Layer already exists [2025-08-04T08:24:49.540Z] 2df0ea235e1b: Layer already exists [2025-08-04T08:24:49.540Z] 097100c76c15: Layer already exists [2025-08-04T08:24:49.540Z] 016680504aa3: Layer already exists [2025-08-04T08:24:49.540Z] 4.1.0-dev.42: digest: sha256:4be7808d1a3f068c0a0b9a551d75b3228893a42f03fad46a90cee3bd4e64f161 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:24:49.868Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:24:50.197Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:24:50.197Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-08-04T08:24:50.197Z] 4c94913bf148: Preparing [2025-08-04T08:24:50.197Z] aa6680cdb417: Preparing [2025-08-04T08:24:50.197Z] 1be6f1615726: Preparing [2025-08-04T08:24:50.197Z] 5e4cc09c7fe3: Preparing [2025-08-04T08:24:50.197Z] 13d2b8803958: Preparing [2025-08-04T08:24:50.197Z] 2df0ea235e1b: Preparing [2025-08-04T08:24:50.197Z] 016680504aa3: Preparing [2025-08-04T08:24:50.197Z] 097100c76c15: Preparing [2025-08-04T08:24:50.197Z] 2df0ea235e1b: Waiting [2025-08-04T08:24:50.197Z] 016680504aa3: Waiting [2025-08-04T08:24:50.197Z] 097100c76c15: Waiting [2025-08-04T08:24:50.197Z] 13d2b8803958: Layer already exists [2025-08-04T08:24:50.197Z] 5e4cc09c7fe3: Layer already exists [2025-08-04T08:24:50.197Z] aa6680cdb417: Layer already exists [2025-08-04T08:24:50.197Z] 4c94913bf148: Layer already exists [2025-08-04T08:24:50.197Z] 016680504aa3: Layer already exists [2025-08-04T08:24:50.197Z] 1be6f1615726: Layer already exists [2025-08-04T08:24:50.197Z] 097100c76c15: Layer already exists [2025-08-04T08:24:50.197Z] 2df0ea235e1b: Layer already exists [2025-08-04T08:24:50.197Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:4be7808d1a3f068c0a0b9a551d75b3228893a42f03fad46a90cee3bd4e64f161 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:24:50.530Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:24:50.848Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2025-08-04T08:24:50.848Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-08-04T08:24:50.848Z] 4c94913bf148: Preparing [2025-08-04T08:24:50.848Z] aa6680cdb417: Preparing [2025-08-04T08:24:50.848Z] 1be6f1615726: Preparing [2025-08-04T08:24:50.848Z] 5e4cc09c7fe3: Preparing [2025-08-04T08:24:50.848Z] 13d2b8803958: Preparing [2025-08-04T08:24:50.848Z] 2df0ea235e1b: Preparing [2025-08-04T08:24:50.848Z] 016680504aa3: Preparing [2025-08-04T08:24:50.848Z] 097100c76c15: Preparing [2025-08-04T08:24:50.848Z] 2df0ea235e1b: Waiting [2025-08-04T08:24:50.848Z] 016680504aa3: Waiting [2025-08-04T08:24:50.848Z] 097100c76c15: Waiting [2025-08-04T08:24:50.848Z] aa6680cdb417: Layer already exists [2025-08-04T08:24:50.848Z] 5e4cc09c7fe3: Layer already exists [2025-08-04T08:24:50.848Z] 4c94913bf148: Layer already exists [2025-08-04T08:24:50.848Z] 13d2b8803958: Layer already exists [2025-08-04T08:24:50.848Z] 1be6f1615726: Layer already exists [2025-08-04T08:24:50.848Z] 2df0ea235e1b: Layer already exists [2025-08-04T08:24:50.848Z] 097100c76c15: Layer already exists [2025-08-04T08:24:50.848Z] 016680504aa3: Layer already exists [2025-08-04T08:24:50.848Z] main: digest: sha256:4be7808d1a3f068c0a0b9a551d75b3228893a42f03fad46a90cee3bd4e64f161 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-04T08:24:50.922Z] ===================================================== [Pipeline] echo [2025-08-04T08:24:50.936Z] taggedImages: [2025-08-04T08:24:50.936Z] - nexus3.edgexfoundry.org:10004/core-metadata:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:24:50.936Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-08-04T08:24:50.936Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42 [2025-08-04T08:24:50.936Z] - nexus3.edgexfoundry.org:10004/core-metadata:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:24:50.936Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2025-08-04T08:24:50.964Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2025-08-04T08:24:50.965Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:24:50.965Z] latest [2025-08-04T08:24:50.965Z] 4.1.0-dev.42 [2025-08-04T08:24:50.965Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:24:50.965Z] main [2025-08-04T08:24:50.965Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:24:51.311Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:24:51.632Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:24:51.632Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-08-04T08:24:51.632Z] 26ab276bfab0: Preparing [2025-08-04T08:24:51.632Z] 403698ffde72: Preparing [2025-08-04T08:24:51.632Z] 83566e4a23bf: Preparing [2025-08-04T08:24:51.632Z] 727f0b3335f6: Preparing [2025-08-04T08:24:51.632Z] f5976a23d9c1: Preparing [2025-08-04T08:24:51.632Z] d9f6396d80e1: Preparing [2025-08-04T08:24:51.632Z] 1954f96c66a8: Preparing [2025-08-04T08:24:51.632Z] 5e4cc09c7fe3: Preparing [2025-08-04T08:24:51.632Z] 13d2b8803958: Preparing [2025-08-04T08:24:51.632Z] fc970de5470a: Preparing [2025-08-04T08:24:51.632Z] d300138ea8e2: Preparing [2025-08-04T08:24:51.632Z] 5f70bf18a086: Preparing [2025-08-04T08:24:51.632Z] 0db8caf974df: Preparing [2025-08-04T08:24:51.632Z] 8bf1ddcda937: Preparing [2025-08-04T08:24:51.632Z] 9518453f2a60: Preparing [2025-08-04T08:24:51.632Z] 097100c76c15: Preparing [2025-08-04T08:24:51.633Z] d9f6396d80e1: Waiting [2025-08-04T08:24:51.633Z] 1954f96c66a8: Waiting [2025-08-04T08:24:51.633Z] 5e4cc09c7fe3: Waiting [2025-08-04T08:24:51.633Z] 13d2b8803958: Waiting [2025-08-04T08:24:51.633Z] fc970de5470a: Waiting [2025-08-04T08:24:51.633Z] d300138ea8e2: Waiting [2025-08-04T08:24:51.633Z] 5f70bf18a086: Waiting [2025-08-04T08:24:51.633Z] 0db8caf974df: Waiting [2025-08-04T08:24:51.633Z] 8bf1ddcda937: Waiting [2025-08-04T08:24:51.633Z] 9518453f2a60: Waiting [2025-08-04T08:24:51.633Z] 097100c76c15: Waiting [2025-08-04T08:24:51.633Z] 26ab276bfab0: Pushed [2025-08-04T08:24:51.633Z] 83566e4a23bf: Pushed [2025-08-04T08:24:51.633Z] 403698ffde72: Pushed [2025-08-04T08:24:51.633Z] f5976a23d9c1: Pushed [2025-08-04T08:24:51.633Z] 727f0b3335f6: Pushed [2025-08-04T08:24:51.633Z] 5e4cc09c7fe3: Layer already exists [2025-08-04T08:24:51.633Z] 13d2b8803958: Layer already exists [2025-08-04T08:24:51.633Z] 5f70bf18a086: Layer already exists [2025-08-04T08:24:51.633Z] d9f6396d80e1: Pushed [2025-08-04T08:24:51.891Z] fc970de5470a: Pushed [2025-08-04T08:24:51.891Z] d300138ea8e2: Pushed [2025-08-04T08:24:51.891Z] 097100c76c15: Layer already exists [2025-08-04T08:24:51.891Z] 0db8caf974df: Pushed [2025-08-04T08:24:51.891Z] 8bf1ddcda937: Pushed [2025-08-04T08:24:51.891Z] 9518453f2a60: Pushed [2025-08-04T08:24:53.272Z] 1954f96c66a8: Pushed [2025-08-04T08:24:53.272Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:b9e7dbbe72f0f1d23e34b814e47affa5b0247eef14a46bc4f2caf25e1f85c57a size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:24:53.606Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:24:53.931Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-08-04T08:24:53.932Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-08-04T08:24:53.932Z] 26ab276bfab0: Preparing [2025-08-04T08:24:53.932Z] 403698ffde72: Preparing [2025-08-04T08:24:53.932Z] 83566e4a23bf: Preparing [2025-08-04T08:24:53.932Z] 727f0b3335f6: Preparing [2025-08-04T08:24:53.932Z] f5976a23d9c1: Preparing [2025-08-04T08:24:53.932Z] d9f6396d80e1: Preparing [2025-08-04T08:24:53.932Z] 1954f96c66a8: Preparing [2025-08-04T08:24:53.932Z] 5e4cc09c7fe3: Preparing [2025-08-04T08:24:53.932Z] d9f6396d80e1: Waiting [2025-08-04T08:24:53.932Z] 1954f96c66a8: Waiting [2025-08-04T08:24:53.932Z] 5e4cc09c7fe3: Waiting [2025-08-04T08:24:53.932Z] 13d2b8803958: Preparing [2025-08-04T08:24:53.932Z] fc970de5470a: Preparing [2025-08-04T08:24:53.932Z] 13d2b8803958: Waiting [2025-08-04T08:24:53.932Z] d300138ea8e2: Preparing [2025-08-04T08:24:53.932Z] 5f70bf18a086: Preparing [2025-08-04T08:24:53.932Z] d300138ea8e2: Waiting [2025-08-04T08:24:53.932Z] fc970de5470a: Waiting [2025-08-04T08:24:53.932Z] 0db8caf974df: Preparing [2025-08-04T08:24:53.932Z] 8bf1ddcda937: Preparing [2025-08-04T08:24:53.932Z] 9518453f2a60: Preparing [2025-08-04T08:24:53.932Z] 5f70bf18a086: Waiting [2025-08-04T08:24:53.932Z] 097100c76c15: Preparing [2025-08-04T08:24:53.932Z] 0db8caf974df: Waiting [2025-08-04T08:24:53.932Z] 8bf1ddcda937: Waiting [2025-08-04T08:24:53.932Z] 9518453f2a60: Waiting [2025-08-04T08:24:53.932Z] 097100c76c15: Waiting [2025-08-04T08:24:53.932Z] 727f0b3335f6: Layer already exists [2025-08-04T08:24:53.932Z] 403698ffde72: Layer already exists [2025-08-04T08:24:53.932Z] 26ab276bfab0: Layer already exists [2025-08-04T08:24:53.932Z] 83566e4a23bf: Layer already exists [2025-08-04T08:24:53.932Z] f5976a23d9c1: Layer already exists [2025-08-04T08:24:53.932Z] 13d2b8803958: Layer already exists [2025-08-04T08:24:53.932Z] d9f6396d80e1: Layer already exists [2025-08-04T08:24:53.932Z] 1954f96c66a8: Layer already exists [2025-08-04T08:24:53.932Z] 5e4cc09c7fe3: Layer already exists [2025-08-04T08:24:53.932Z] fc970de5470a: Layer already exists [2025-08-04T08:24:53.932Z] d300138ea8e2: Layer already exists [2025-08-04T08:24:53.932Z] 0db8caf974df: Layer already exists [2025-08-04T08:24:53.932Z] 5f70bf18a086: Layer already exists [2025-08-04T08:24:53.932Z] 8bf1ddcda937: Layer already exists [2025-08-04T08:24:53.932Z] 9518453f2a60: Layer already exists [2025-08-04T08:24:53.932Z] 097100c76c15: Layer already exists [2025-08-04T08:24:53.932Z] latest: digest: sha256:b9e7dbbe72f0f1d23e34b814e47affa5b0247eef14a46bc4f2caf25e1f85c57a size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:24:54.258Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:24:54.577Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42 [2025-08-04T08:24:54.577Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-08-04T08:24:54.577Z] 26ab276bfab0: Preparing [2025-08-04T08:24:54.577Z] 403698ffde72: Preparing [2025-08-04T08:24:54.577Z] 83566e4a23bf: Preparing [2025-08-04T08:24:54.577Z] 727f0b3335f6: Preparing [2025-08-04T08:24:54.577Z] f5976a23d9c1: Preparing [2025-08-04T08:24:54.577Z] d9f6396d80e1: Preparing [2025-08-04T08:24:54.577Z] 1954f96c66a8: Preparing [2025-08-04T08:24:54.577Z] 5e4cc09c7fe3: Preparing [2025-08-04T08:24:54.577Z] 13d2b8803958: Preparing [2025-08-04T08:24:54.577Z] fc970de5470a: Preparing [2025-08-04T08:24:54.577Z] d300138ea8e2: Preparing [2025-08-04T08:24:54.577Z] 5f70bf18a086: Preparing [2025-08-04T08:24:54.577Z] 0db8caf974df: Preparing [2025-08-04T08:24:54.577Z] 8bf1ddcda937: Preparing [2025-08-04T08:24:54.577Z] 9518453f2a60: Preparing [2025-08-04T08:24:54.577Z] 097100c76c15: Preparing [2025-08-04T08:24:54.577Z] 13d2b8803958: Waiting [2025-08-04T08:24:54.577Z] fc970de5470a: Waiting [2025-08-04T08:24:54.577Z] 9518453f2a60: Waiting [2025-08-04T08:24:54.577Z] d300138ea8e2: Waiting [2025-08-04T08:24:54.577Z] 097100c76c15: Waiting [2025-08-04T08:24:54.577Z] 5f70bf18a086: Waiting [2025-08-04T08:24:54.577Z] 8bf1ddcda937: Waiting [2025-08-04T08:24:54.577Z] 0db8caf974df: Waiting [2025-08-04T08:24:54.577Z] 1954f96c66a8: Waiting [2025-08-04T08:24:54.577Z] d9f6396d80e1: Waiting [2025-08-04T08:24:54.577Z] 5e4cc09c7fe3: Waiting [2025-08-04T08:24:54.577Z] 403698ffde72: Layer already exists [2025-08-04T08:24:54.577Z] f5976a23d9c1: Layer already exists [2025-08-04T08:24:54.577Z] 727f0b3335f6: Layer already exists [2025-08-04T08:24:54.577Z] 83566e4a23bf: Layer already exists [2025-08-04T08:24:54.577Z] 26ab276bfab0: Layer already exists [2025-08-04T08:24:54.577Z] d9f6396d80e1: Layer already exists [2025-08-04T08:24:54.577Z] 1954f96c66a8: Layer already exists [2025-08-04T08:24:54.577Z] 5e4cc09c7fe3: Layer already exists [2025-08-04T08:24:54.577Z] 13d2b8803958: Layer already exists [2025-08-04T08:24:54.577Z] fc970de5470a: Layer already exists [2025-08-04T08:24:54.577Z] d300138ea8e2: Layer already exists [2025-08-04T08:24:54.577Z] 5f70bf18a086: Layer already exists [2025-08-04T08:24:54.577Z] 9518453f2a60: Layer already exists [2025-08-04T08:24:54.577Z] 0db8caf974df: Layer already exists [2025-08-04T08:24:54.577Z] 8bf1ddcda937: Layer already exists [2025-08-04T08:24:54.577Z] 097100c76c15: Layer already exists [2025-08-04T08:24:54.577Z] 4.1.0-dev.42: digest: sha256:b9e7dbbe72f0f1d23e34b814e47affa5b0247eef14a46bc4f2caf25e1f85c57a size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:24:54.898Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:24:55.223Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:24:55.224Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-08-04T08:24:55.224Z] 26ab276bfab0: Preparing [2025-08-04T08:24:55.224Z] 403698ffde72: Preparing [2025-08-04T08:24:55.224Z] 83566e4a23bf: Preparing [2025-08-04T08:24:55.224Z] 727f0b3335f6: Preparing [2025-08-04T08:24:55.224Z] f5976a23d9c1: Preparing [2025-08-04T08:24:55.224Z] d9f6396d80e1: Preparing [2025-08-04T08:24:55.224Z] 1954f96c66a8: Preparing [2025-08-04T08:24:55.224Z] 5e4cc09c7fe3: Preparing [2025-08-04T08:24:55.224Z] 13d2b8803958: Preparing [2025-08-04T08:24:55.224Z] fc970de5470a: Preparing [2025-08-04T08:24:55.224Z] d300138ea8e2: Preparing [2025-08-04T08:24:55.224Z] 5f70bf18a086: Preparing [2025-08-04T08:24:55.224Z] 0db8caf974df: Preparing [2025-08-04T08:24:55.224Z] 8bf1ddcda937: Preparing [2025-08-04T08:24:55.224Z] 9518453f2a60: Preparing [2025-08-04T08:24:55.224Z] 097100c76c15: Preparing [2025-08-04T08:24:55.224Z] 1954f96c66a8: Waiting [2025-08-04T08:24:55.224Z] 5e4cc09c7fe3: Waiting [2025-08-04T08:24:55.224Z] 13d2b8803958: Waiting [2025-08-04T08:24:55.224Z] 8bf1ddcda937: Waiting [2025-08-04T08:24:55.224Z] fc970de5470a: Waiting [2025-08-04T08:24:55.224Z] 9518453f2a60: Waiting [2025-08-04T08:24:55.224Z] 097100c76c15: Waiting [2025-08-04T08:24:55.224Z] d300138ea8e2: Waiting [2025-08-04T08:24:55.224Z] 5f70bf18a086: Waiting [2025-08-04T08:24:55.224Z] 0db8caf974df: Waiting [2025-08-04T08:24:55.224Z] d9f6396d80e1: Waiting [2025-08-04T08:24:55.224Z] 403698ffde72: Layer already exists [2025-08-04T08:24:55.224Z] 26ab276bfab0: Layer already exists [2025-08-04T08:24:55.224Z] 727f0b3335f6: Layer already exists [2025-08-04T08:24:55.224Z] 83566e4a23bf: Layer already exists [2025-08-04T08:24:55.224Z] f5976a23d9c1: Layer already exists [2025-08-04T08:24:55.224Z] 1954f96c66a8: Layer already exists [2025-08-04T08:24:55.224Z] d9f6396d80e1: Layer already exists [2025-08-04T08:24:55.224Z] 13d2b8803958: Layer already exists [2025-08-04T08:24:55.224Z] 5e4cc09c7fe3: Layer already exists [2025-08-04T08:24:55.224Z] fc970de5470a: Layer already exists [2025-08-04T08:24:55.224Z] d300138ea8e2: Layer already exists [2025-08-04T08:24:55.224Z] 5f70bf18a086: Layer already exists [2025-08-04T08:24:55.224Z] 9518453f2a60: Layer already exists [2025-08-04T08:24:55.224Z] 8bf1ddcda937: Layer already exists [2025-08-04T08:24:55.224Z] 0db8caf974df: Layer already exists [2025-08-04T08:24:55.224Z] 097100c76c15: Layer already exists [2025-08-04T08:24:55.224Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:b9e7dbbe72f0f1d23e34b814e47affa5b0247eef14a46bc4f2caf25e1f85c57a size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:24:55.554Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:24:55.880Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-08-04T08:24:55.881Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-08-04T08:24:55.881Z] 26ab276bfab0: Preparing [2025-08-04T08:24:55.881Z] 403698ffde72: Preparing [2025-08-04T08:24:55.881Z] 83566e4a23bf: Preparing [2025-08-04T08:24:55.881Z] 727f0b3335f6: Preparing [2025-08-04T08:24:55.881Z] f5976a23d9c1: Preparing [2025-08-04T08:24:55.881Z] d9f6396d80e1: Preparing [2025-08-04T08:24:55.881Z] 1954f96c66a8: Preparing [2025-08-04T08:24:55.881Z] 5e4cc09c7fe3: Preparing [2025-08-04T08:24:55.881Z] 13d2b8803958: Preparing [2025-08-04T08:24:55.881Z] fc970de5470a: Preparing [2025-08-04T08:24:55.881Z] d300138ea8e2: Preparing [2025-08-04T08:24:55.881Z] 5f70bf18a086: Preparing [2025-08-04T08:24:55.881Z] 0db8caf974df: Preparing [2025-08-04T08:24:55.881Z] 8bf1ddcda937: Preparing [2025-08-04T08:24:55.881Z] 9518453f2a60: Preparing [2025-08-04T08:24:55.881Z] 097100c76c15: Preparing [2025-08-04T08:24:55.881Z] d9f6396d80e1: Waiting [2025-08-04T08:24:55.881Z] d300138ea8e2: Waiting [2025-08-04T08:24:55.881Z] 5f70bf18a086: Waiting [2025-08-04T08:24:55.881Z] 0db8caf974df: Waiting [2025-08-04T08:24:55.881Z] 8bf1ddcda937: Waiting [2025-08-04T08:24:55.881Z] 9518453f2a60: Waiting [2025-08-04T08:24:55.881Z] 097100c76c15: Waiting [2025-08-04T08:24:55.881Z] 13d2b8803958: Waiting [2025-08-04T08:24:55.881Z] 1954f96c66a8: Waiting [2025-08-04T08:24:55.881Z] 5e4cc09c7fe3: Waiting [2025-08-04T08:24:55.881Z] fc970de5470a: Waiting [2025-08-04T08:24:55.881Z] 26ab276bfab0: Layer already exists [2025-08-04T08:24:55.881Z] 83566e4a23bf: Layer already exists [2025-08-04T08:24:55.881Z] 403698ffde72: Layer already exists [2025-08-04T08:24:55.881Z] f5976a23d9c1: Layer already exists [2025-08-04T08:24:55.881Z] 727f0b3335f6: Layer already exists [2025-08-04T08:24:55.881Z] 1954f96c66a8: Layer already exists [2025-08-04T08:24:55.881Z] d9f6396d80e1: Layer already exists [2025-08-04T08:24:55.881Z] fc970de5470a: Layer already exists [2025-08-04T08:24:55.881Z] 13d2b8803958: Layer already exists [2025-08-04T08:24:55.881Z] 5e4cc09c7fe3: Layer already exists [2025-08-04T08:24:55.881Z] d300138ea8e2: Layer already exists [2025-08-04T08:24:55.881Z] 0db8caf974df: Layer already exists [2025-08-04T08:24:55.881Z] 5f70bf18a086: Layer already exists [2025-08-04T08:24:55.881Z] 9518453f2a60: Layer already exists [2025-08-04T08:24:55.881Z] 8bf1ddcda937: Layer already exists [2025-08-04T08:24:55.881Z] 097100c76c15: Layer already exists [2025-08-04T08:24:55.881Z] main: digest: sha256:b9e7dbbe72f0f1d23e34b814e47affa5b0247eef14a46bc4f2caf25e1f85c57a size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-04T08:24:55.963Z] ===================================================== [Pipeline] echo [2025-08-04T08:24:55.985Z] taggedImages: [2025-08-04T08:24:55.985Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:24:55.985Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-08-04T08:24:55.985Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42 [2025-08-04T08:24:55.985Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:24:55.985Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2025-08-04T08:24:56.013Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2025-08-04T08:24:56.013Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:24:56.013Z] latest [2025-08-04T08:24:56.013Z] 4.1.0-dev.42 [2025-08-04T08:24:56.013Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:24:56.013Z] main [2025-08-04T08:24:56.013Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:24:56.366Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:24:56.697Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:24:56.698Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-08-04T08:24:56.698Z] 6c2a76f2d409: Preparing [2025-08-04T08:24:56.698Z] 6764fb69cf70: Preparing [2025-08-04T08:24:56.698Z] bb5bb6ed696a: Preparing [2025-08-04T08:24:56.698Z] 4fe43c9db5d5: Preparing [2025-08-04T08:24:56.698Z] 5e4cc09c7fe3: Preparing [2025-08-04T08:24:56.698Z] 13d2b8803958: Preparing [2025-08-04T08:24:56.698Z] 2df0ea235e1b: Preparing [2025-08-04T08:24:56.698Z] 016680504aa3: Preparing [2025-08-04T08:24:56.698Z] 097100c76c15: Preparing [2025-08-04T08:24:56.698Z] 2df0ea235e1b: Waiting [2025-08-04T08:24:56.698Z] 016680504aa3: Waiting [2025-08-04T08:24:56.698Z] 097100c76c15: Waiting [2025-08-04T08:24:56.698Z] 13d2b8803958: Waiting [2025-08-04T08:24:56.698Z] 5e4cc09c7fe3: Layer already exists [2025-08-04T08:24:56.698Z] 6c2a76f2d409: Layer already exists [2025-08-04T08:24:56.698Z] 6764fb69cf70: Layer already exists [2025-08-04T08:24:56.698Z] 13d2b8803958: Layer already exists [2025-08-04T08:24:56.698Z] 2df0ea235e1b: Layer already exists [2025-08-04T08:24:56.698Z] 016680504aa3: Layer already exists [2025-08-04T08:24:56.698Z] 097100c76c15: Layer already exists [2025-08-04T08:24:56.698Z] bb5bb6ed696a: Pushed [2025-08-04T08:25:00.899Z] 4fe43c9db5d5: Pushed [2025-08-04T08:25:00.899Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:b0be380d171778ae1459e9f1e165910ffba5240bdaefb77c24a4c07443021358 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:25:01.243Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:25:01.593Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-08-04T08:25:01.593Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-08-04T08:25:01.593Z] 6c2a76f2d409: Preparing [2025-08-04T08:25:01.593Z] 6764fb69cf70: Preparing [2025-08-04T08:25:01.593Z] bb5bb6ed696a: Preparing [2025-08-04T08:25:01.593Z] 4fe43c9db5d5: Preparing [2025-08-04T08:25:01.593Z] 5e4cc09c7fe3: Preparing [2025-08-04T08:25:01.593Z] 13d2b8803958: Preparing [2025-08-04T08:25:01.593Z] 2df0ea235e1b: Preparing [2025-08-04T08:25:01.593Z] 13d2b8803958: Waiting [2025-08-04T08:25:01.593Z] 016680504aa3: Preparing [2025-08-04T08:25:01.593Z] 097100c76c15: Preparing [2025-08-04T08:25:01.593Z] 2df0ea235e1b: Waiting [2025-08-04T08:25:01.593Z] 016680504aa3: Waiting [2025-08-04T08:25:01.593Z] 097100c76c15: Waiting [2025-08-04T08:25:01.593Z] 6c2a76f2d409: Layer already exists [2025-08-04T08:25:01.593Z] 5e4cc09c7fe3: Layer already exists [2025-08-04T08:25:01.593Z] 6764fb69cf70: Layer already exists [2025-08-04T08:25:01.593Z] 4fe43c9db5d5: Layer already exists [2025-08-04T08:25:01.593Z] bb5bb6ed696a: Layer already exists [2025-08-04T08:25:01.593Z] 13d2b8803958: Layer already exists [2025-08-04T08:25:01.593Z] 016680504aa3: Layer already exists [2025-08-04T08:25:01.593Z] 097100c76c15: Layer already exists [2025-08-04T08:25:01.593Z] 2df0ea235e1b: Layer already exists [2025-08-04T08:25:01.593Z] latest: digest: sha256:b0be380d171778ae1459e9f1e165910ffba5240bdaefb77c24a4c07443021358 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:25:01.943Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:25:02.279Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42 [2025-08-04T08:25:02.279Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-08-04T08:25:02.279Z] 6c2a76f2d409: Preparing [2025-08-04T08:25:02.279Z] 6764fb69cf70: Preparing [2025-08-04T08:25:02.279Z] bb5bb6ed696a: Preparing [2025-08-04T08:25:02.279Z] 4fe43c9db5d5: Preparing [2025-08-04T08:25:02.279Z] 5e4cc09c7fe3: Preparing [2025-08-04T08:25:02.279Z] 13d2b8803958: Preparing [2025-08-04T08:25:02.279Z] 2df0ea235e1b: Preparing [2025-08-04T08:25:02.279Z] 016680504aa3: Preparing [2025-08-04T08:25:02.279Z] 097100c76c15: Preparing [2025-08-04T08:25:02.279Z] 13d2b8803958: Waiting [2025-08-04T08:25:02.279Z] 2df0ea235e1b: Waiting [2025-08-04T08:25:02.279Z] 097100c76c15: Waiting [2025-08-04T08:25:02.279Z] 016680504aa3: Waiting [2025-08-04T08:25:02.279Z] 5e4cc09c7fe3: Layer already exists [2025-08-04T08:25:02.279Z] 6c2a76f2d409: Layer already exists [2025-08-04T08:25:02.279Z] bb5bb6ed696a: Layer already exists [2025-08-04T08:25:02.279Z] 6764fb69cf70: Layer already exists [2025-08-04T08:25:02.279Z] 4fe43c9db5d5: Layer already exists [2025-08-04T08:25:02.279Z] 13d2b8803958: Layer already exists [2025-08-04T08:25:02.279Z] 2df0ea235e1b: Layer already exists [2025-08-04T08:25:02.279Z] 016680504aa3: Layer already exists [2025-08-04T08:25:02.279Z] 097100c76c15: Layer already exists [2025-08-04T08:25:02.279Z] 4.1.0-dev.42: digest: sha256:b0be380d171778ae1459e9f1e165910ffba5240bdaefb77c24a4c07443021358 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:25:02.607Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:25:02.935Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:25:02.935Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-08-04T08:25:02.935Z] 6c2a76f2d409: Preparing [2025-08-04T08:25:02.935Z] 6764fb69cf70: Preparing [2025-08-04T08:25:02.935Z] bb5bb6ed696a: Preparing [2025-08-04T08:25:02.935Z] 4fe43c9db5d5: Preparing [2025-08-04T08:25:02.935Z] 5e4cc09c7fe3: Preparing [2025-08-04T08:25:02.935Z] 13d2b8803958: Preparing [2025-08-04T08:25:02.935Z] 2df0ea235e1b: Preparing [2025-08-04T08:25:02.935Z] 016680504aa3: Preparing [2025-08-04T08:25:02.935Z] 097100c76c15: Preparing [2025-08-04T08:25:02.935Z] 2df0ea235e1b: Waiting [2025-08-04T08:25:02.935Z] 016680504aa3: Waiting [2025-08-04T08:25:02.935Z] 097100c76c15: Waiting [2025-08-04T08:25:02.935Z] 13d2b8803958: Waiting [2025-08-04T08:25:02.935Z] 5e4cc09c7fe3: Layer already exists [2025-08-04T08:25:02.935Z] bb5bb6ed696a: Layer already exists [2025-08-04T08:25:02.935Z] 6764fb69cf70: Layer already exists [2025-08-04T08:25:02.935Z] 4fe43c9db5d5: Layer already exists [2025-08-04T08:25:02.935Z] 6c2a76f2d409: Layer already exists [2025-08-04T08:25:02.935Z] 13d2b8803958: Layer already exists [2025-08-04T08:25:02.935Z] 097100c76c15: Layer already exists [2025-08-04T08:25:02.935Z] 016680504aa3: Layer already exists [2025-08-04T08:25:02.935Z] 2df0ea235e1b: Layer already exists [2025-08-04T08:25:02.935Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:b0be380d171778ae1459e9f1e165910ffba5240bdaefb77c24a4c07443021358 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:25:03.268Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:25:03.593Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-08-04T08:25:03.593Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-08-04T08:25:03.593Z] 6c2a76f2d409: Preparing [2025-08-04T08:25:03.593Z] 6764fb69cf70: Preparing [2025-08-04T08:25:03.593Z] bb5bb6ed696a: Preparing [2025-08-04T08:25:03.593Z] 4fe43c9db5d5: Preparing [2025-08-04T08:25:03.593Z] 5e4cc09c7fe3: Preparing [2025-08-04T08:25:03.593Z] 13d2b8803958: Preparing [2025-08-04T08:25:03.593Z] 2df0ea235e1b: Preparing [2025-08-04T08:25:03.593Z] 016680504aa3: Preparing [2025-08-04T08:25:03.593Z] 097100c76c15: Preparing [2025-08-04T08:25:03.593Z] 2df0ea235e1b: Waiting [2025-08-04T08:25:03.593Z] 016680504aa3: Waiting [2025-08-04T08:25:03.593Z] 097100c76c15: Waiting [2025-08-04T08:25:03.593Z] 13d2b8803958: Waiting [2025-08-04T08:25:03.593Z] 6764fb69cf70: Layer already exists [2025-08-04T08:25:03.593Z] bb5bb6ed696a: Layer already exists [2025-08-04T08:25:03.593Z] 4fe43c9db5d5: Layer already exists [2025-08-04T08:25:03.593Z] 6c2a76f2d409: Layer already exists [2025-08-04T08:25:03.593Z] 5e4cc09c7fe3: Layer already exists [2025-08-04T08:25:03.593Z] 13d2b8803958: Layer already exists [2025-08-04T08:25:03.593Z] 2df0ea235e1b: Layer already exists [2025-08-04T08:25:03.593Z] 016680504aa3: Layer already exists [2025-08-04T08:25:03.593Z] 097100c76c15: Layer already exists [2025-08-04T08:25:03.593Z] main: digest: sha256:b0be380d171778ae1459e9f1e165910ffba5240bdaefb77c24a4c07443021358 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-04T08:25:03.681Z] ===================================================== [Pipeline] echo [2025-08-04T08:25:03.696Z] taggedImages: [2025-08-04T08:25:03.696Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:25:03.696Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-08-04T08:25:03.696Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42 [2025-08-04T08:25:03.696Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:25:03.696Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2025-08-04T08:25:03.723Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2025-08-04T08:25:03.723Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:25:03.723Z] latest [2025-08-04T08:25:03.723Z] 4.1.0-dev.42 [2025-08-04T08:25:03.723Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:25:03.723Z] main [2025-08-04T08:25:03.723Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:25:04.067Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:25:04.393Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:25:04.393Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-08-04T08:25:04.393Z] 2c0e7bf67e3d: Preparing [2025-08-04T08:25:04.393Z] e62c02decf62: Preparing [2025-08-04T08:25:04.393Z] 8c8681efd71a: Preparing [2025-08-04T08:25:04.393Z] c0dcc7a129ed: Preparing [2025-08-04T08:25:04.393Z] a45ae8907852: Preparing [2025-08-04T08:25:04.393Z] 5e4cc09c7fe3: Preparing [2025-08-04T08:25:04.393Z] 13d2b8803958: Preparing [2025-08-04T08:25:04.393Z] c46eb1987ad6: Preparing [2025-08-04T08:25:04.393Z] 51a51d6801f2: Preparing [2025-08-04T08:25:04.393Z] c98d0815503b: Preparing [2025-08-04T08:25:04.393Z] 097100c76c15: Preparing [2025-08-04T08:25:04.393Z] c46eb1987ad6: Waiting [2025-08-04T08:25:04.393Z] c98d0815503b: Waiting [2025-08-04T08:25:04.393Z] 097100c76c15: Waiting [2025-08-04T08:25:04.393Z] 51a51d6801f2: Waiting [2025-08-04T08:25:04.393Z] 5e4cc09c7fe3: Waiting [2025-08-04T08:25:04.393Z] 13d2b8803958: Waiting [2025-08-04T08:25:04.393Z] e62c02decf62: Pushed [2025-08-04T08:25:04.393Z] 2c0e7bf67e3d: Pushed [2025-08-04T08:25:04.393Z] c0dcc7a129ed: Pushed [2025-08-04T08:25:04.393Z] a45ae8907852: Pushed [2025-08-04T08:25:04.393Z] 5e4cc09c7fe3: Layer already exists [2025-08-04T08:25:04.393Z] 13d2b8803958: Layer already exists [2025-08-04T08:25:04.393Z] 097100c76c15: Layer already exists [2025-08-04T08:25:04.652Z] 51a51d6801f2: Pushed [2025-08-04T08:25:04.652Z] c46eb1987ad6: Pushed [2025-08-04T08:25:06.032Z] c98d0815503b: Pushed [2025-08-04T08:25:07.410Z] 8c8681efd71a: Pushed [2025-08-04T08:25:07.410Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:c3178617ae60fc3e2fec96083dbad2bb1b87d3f20b6ebcdf0208dcad890963e6 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:25:07.736Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:25:08.067Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-08-04T08:25:08.067Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-08-04T08:25:08.067Z] 2c0e7bf67e3d: Preparing [2025-08-04T08:25:08.067Z] e62c02decf62: Preparing [2025-08-04T08:25:08.067Z] 8c8681efd71a: Preparing [2025-08-04T08:25:08.067Z] c0dcc7a129ed: Preparing [2025-08-04T08:25:08.067Z] a45ae8907852: Preparing [2025-08-04T08:25:08.067Z] 5e4cc09c7fe3: Preparing [2025-08-04T08:25:08.067Z] 13d2b8803958: Preparing [2025-08-04T08:25:08.067Z] c46eb1987ad6: Preparing [2025-08-04T08:25:08.067Z] 5e4cc09c7fe3: Waiting [2025-08-04T08:25:08.067Z] 13d2b8803958: Waiting [2025-08-04T08:25:08.067Z] c46eb1987ad6: Waiting [2025-08-04T08:25:08.067Z] 51a51d6801f2: Preparing [2025-08-04T08:25:08.067Z] c98d0815503b: Preparing [2025-08-04T08:25:08.067Z] 51a51d6801f2: Waiting [2025-08-04T08:25:08.067Z] 097100c76c15: Preparing [2025-08-04T08:25:08.067Z] c98d0815503b: Waiting [2025-08-04T08:25:08.067Z] 097100c76c15: Waiting [2025-08-04T08:25:08.067Z] a45ae8907852: Layer already exists [2025-08-04T08:25:08.067Z] 8c8681efd71a: Layer already exists [2025-08-04T08:25:08.067Z] e62c02decf62: Layer already exists [2025-08-04T08:25:08.067Z] 2c0e7bf67e3d: Layer already exists [2025-08-04T08:25:08.067Z] c0dcc7a129ed: Layer already exists [2025-08-04T08:25:08.067Z] 51a51d6801f2: Layer already exists [2025-08-04T08:25:08.067Z] 5e4cc09c7fe3: Layer already exists [2025-08-04T08:25:08.067Z] 13d2b8803958: Layer already exists [2025-08-04T08:25:08.067Z] c46eb1987ad6: Layer already exists [2025-08-04T08:25:08.067Z] c98d0815503b: Layer already exists [2025-08-04T08:25:08.067Z] 097100c76c15: Layer already exists [2025-08-04T08:25:08.067Z] latest: digest: sha256:c3178617ae60fc3e2fec96083dbad2bb1b87d3f20b6ebcdf0208dcad890963e6 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:25:08.412Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:25:08.750Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42 [2025-08-04T08:25:08.750Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-08-04T08:25:08.750Z] 2c0e7bf67e3d: Preparing [2025-08-04T08:25:08.750Z] e62c02decf62: Preparing [2025-08-04T08:25:08.750Z] 8c8681efd71a: Preparing [2025-08-04T08:25:08.750Z] c0dcc7a129ed: Preparing [2025-08-04T08:25:08.750Z] a45ae8907852: Preparing [2025-08-04T08:25:08.750Z] 5e4cc09c7fe3: Preparing [2025-08-04T08:25:08.750Z] 13d2b8803958: Preparing [2025-08-04T08:25:08.750Z] c46eb1987ad6: Preparing [2025-08-04T08:25:08.750Z] 51a51d6801f2: Preparing [2025-08-04T08:25:08.750Z] c98d0815503b: Preparing [2025-08-04T08:25:08.750Z] 097100c76c15: Preparing [2025-08-04T08:25:08.750Z] 5e4cc09c7fe3: Waiting [2025-08-04T08:25:08.750Z] 13d2b8803958: Waiting [2025-08-04T08:25:08.750Z] c46eb1987ad6: Waiting [2025-08-04T08:25:08.750Z] 51a51d6801f2: Waiting [2025-08-04T08:25:08.750Z] c98d0815503b: Waiting [2025-08-04T08:25:08.750Z] 097100c76c15: Waiting [2025-08-04T08:25:08.750Z] a45ae8907852: Layer already exists [2025-08-04T08:25:08.750Z] c0dcc7a129ed: Layer already exists [2025-08-04T08:25:08.750Z] e62c02decf62: Layer already exists [2025-08-04T08:25:08.750Z] 2c0e7bf67e3d: Layer already exists [2025-08-04T08:25:08.750Z] 8c8681efd71a: Layer already exists [2025-08-04T08:25:08.750Z] 13d2b8803958: Layer already exists [2025-08-04T08:25:08.750Z] 5e4cc09c7fe3: Layer already exists [2025-08-04T08:25:08.750Z] c46eb1987ad6: Layer already exists [2025-08-04T08:25:08.750Z] c98d0815503b: Layer already exists [2025-08-04T08:25:08.750Z] 51a51d6801f2: Layer already exists [2025-08-04T08:25:08.750Z] 097100c76c15: Layer already exists [2025-08-04T08:25:08.750Z] 4.1.0-dev.42: digest: sha256:c3178617ae60fc3e2fec96083dbad2bb1b87d3f20b6ebcdf0208dcad890963e6 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:25:09.090Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:25:09.435Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:25:09.435Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-08-04T08:25:09.435Z] 2c0e7bf67e3d: Preparing [2025-08-04T08:25:09.435Z] e62c02decf62: Preparing [2025-08-04T08:25:09.435Z] 8c8681efd71a: Preparing [2025-08-04T08:25:09.435Z] c0dcc7a129ed: Preparing [2025-08-04T08:25:09.435Z] a45ae8907852: Preparing [2025-08-04T08:25:09.435Z] 5e4cc09c7fe3: Preparing [2025-08-04T08:25:09.435Z] 13d2b8803958: Preparing [2025-08-04T08:25:09.435Z] c46eb1987ad6: Preparing [2025-08-04T08:25:09.435Z] 51a51d6801f2: Preparing [2025-08-04T08:25:09.435Z] c98d0815503b: Preparing [2025-08-04T08:25:09.435Z] 097100c76c15: Preparing [2025-08-04T08:25:09.435Z] 51a51d6801f2: Waiting [2025-08-04T08:25:09.435Z] c98d0815503b: Waiting [2025-08-04T08:25:09.435Z] 097100c76c15: Waiting [2025-08-04T08:25:09.435Z] 5e4cc09c7fe3: Waiting [2025-08-04T08:25:09.435Z] 13d2b8803958: Waiting [2025-08-04T08:25:09.435Z] c46eb1987ad6: Waiting [2025-08-04T08:25:09.435Z] c0dcc7a129ed: Layer already exists [2025-08-04T08:25:09.435Z] e62c02decf62: Layer already exists [2025-08-04T08:25:09.435Z] a45ae8907852: Layer already exists [2025-08-04T08:25:09.435Z] 2c0e7bf67e3d: Layer already exists [2025-08-04T08:25:09.435Z] 8c8681efd71a: Layer already exists [2025-08-04T08:25:09.435Z] 13d2b8803958: Layer already exists [2025-08-04T08:25:09.435Z] c46eb1987ad6: Layer already exists [2025-08-04T08:25:09.435Z] c98d0815503b: Layer already exists [2025-08-04T08:25:09.435Z] 51a51d6801f2: Layer already exists [2025-08-04T08:25:09.435Z] 5e4cc09c7fe3: Layer already exists [2025-08-04T08:25:09.435Z] 097100c76c15: Layer already exists [2025-08-04T08:25:09.435Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:c3178617ae60fc3e2fec96083dbad2bb1b87d3f20b6ebcdf0208dcad890963e6 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:25:09.774Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:25:10.116Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-08-04T08:25:10.116Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-08-04T08:25:10.116Z] 2c0e7bf67e3d: Preparing [2025-08-04T08:25:10.116Z] e62c02decf62: Preparing [2025-08-04T08:25:10.116Z] 8c8681efd71a: Preparing [2025-08-04T08:25:10.116Z] c0dcc7a129ed: Preparing [2025-08-04T08:25:10.116Z] a45ae8907852: Preparing [2025-08-04T08:25:10.116Z] 5e4cc09c7fe3: Preparing [2025-08-04T08:25:10.116Z] 13d2b8803958: Preparing [2025-08-04T08:25:10.116Z] c46eb1987ad6: Preparing [2025-08-04T08:25:10.116Z] 51a51d6801f2: Preparing [2025-08-04T08:25:10.116Z] c98d0815503b: Preparing [2025-08-04T08:25:10.116Z] 097100c76c15: Preparing [2025-08-04T08:25:10.116Z] 13d2b8803958: Waiting [2025-08-04T08:25:10.116Z] 5e4cc09c7fe3: Waiting [2025-08-04T08:25:10.116Z] c46eb1987ad6: Waiting [2025-08-04T08:25:10.116Z] 51a51d6801f2: Waiting [2025-08-04T08:25:10.116Z] c98d0815503b: Waiting [2025-08-04T08:25:10.116Z] 097100c76c15: Waiting [2025-08-04T08:25:10.116Z] 8c8681efd71a: Layer already exists [2025-08-04T08:25:10.116Z] 2c0e7bf67e3d: Layer already exists [2025-08-04T08:25:10.116Z] a45ae8907852: Layer already exists [2025-08-04T08:25:10.116Z] e62c02decf62: Layer already exists [2025-08-04T08:25:10.116Z] c0dcc7a129ed: Layer already exists [2025-08-04T08:25:10.116Z] 13d2b8803958: Layer already exists [2025-08-04T08:25:10.116Z] 51a51d6801f2: Layer already exists [2025-08-04T08:25:10.116Z] c46eb1987ad6: Layer already exists [2025-08-04T08:25:10.116Z] c98d0815503b: Layer already exists [2025-08-04T08:25:10.116Z] 5e4cc09c7fe3: Layer already exists [2025-08-04T08:25:10.116Z] 097100c76c15: Layer already exists [2025-08-04T08:25:10.116Z] main: digest: sha256:c3178617ae60fc3e2fec96083dbad2bb1b87d3f20b6ebcdf0208dcad890963e6 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-04T08:25:10.188Z] ===================================================== [Pipeline] echo [2025-08-04T08:25:10.201Z] taggedImages: [2025-08-04T08:25:10.201Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:25:10.201Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-08-04T08:25:10.201Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42 [2025-08-04T08:25:10.201Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:25:10.201Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2025-08-04T08:25:10.228Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2025-08-04T08:25:10.228Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:25:10.228Z] latest [2025-08-04T08:25:10.228Z] 4.1.0-dev.42 [2025-08-04T08:25:10.228Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:25:10.228Z] main [2025-08-04T08:25:10.228Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:25:10.580Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:25:10.909Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:25:10.909Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-08-04T08:25:10.909Z] 1a778162bc33: Preparing [2025-08-04T08:25:10.909Z] 29ccd6579541: Preparing [2025-08-04T08:25:10.909Z] 9664a0b75821: Preparing [2025-08-04T08:25:10.909Z] 7f101ab04251: Preparing [2025-08-04T08:25:10.909Z] 9b18387613b2: Preparing [2025-08-04T08:25:10.909Z] 0dbab203782d: Preparing [2025-08-04T08:25:10.909Z] e1443e37012f: Preparing [2025-08-04T08:25:10.909Z] 5e4cc09c7fe3: Preparing [2025-08-04T08:25:10.909Z] 0dbab203782d: Waiting [2025-08-04T08:25:10.909Z] e1443e37012f: Waiting [2025-08-04T08:25:10.909Z] 13d2b8803958: Preparing [2025-08-04T08:25:10.909Z] ad8eafd96f13: Preparing [2025-08-04T08:25:10.909Z] 7b86ac323c55: Preparing [2025-08-04T08:25:10.909Z] 097100c76c15: Preparing [2025-08-04T08:25:10.909Z] 5e4cc09c7fe3: Waiting [2025-08-04T08:25:10.909Z] ad8eafd96f13: Waiting [2025-08-04T08:25:10.909Z] 13d2b8803958: Waiting [2025-08-04T08:25:10.909Z] 7b86ac323c55: Waiting [2025-08-04T08:25:10.909Z] 097100c76c15: Waiting [2025-08-04T08:25:10.909Z] 1a778162bc33: Pushed [2025-08-04T08:25:10.909Z] 29ccd6579541: Pushed [2025-08-04T08:25:10.909Z] 9b18387613b2: Pushed [2025-08-04T08:25:10.909Z] 5e4cc09c7fe3: Layer already exists [2025-08-04T08:25:10.909Z] 13d2b8803958: Layer already exists [2025-08-04T08:25:11.167Z] 0dbab203782d: Pushed [2025-08-04T08:25:11.167Z] e1443e37012f: Pushed [2025-08-04T08:25:11.167Z] ad8eafd96f13: Pushed [2025-08-04T08:25:11.167Z] 097100c76c15: Layer already exists [2025-08-04T08:25:12.544Z] 7b86ac323c55: Pushed [2025-08-04T08:25:13.921Z] 7f101ab04251: Pushed [2025-08-04T08:25:13.921Z] 9664a0b75821: Pushed [2025-08-04T08:25:13.921Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:99798b12f5acd1c41ff6512db7bf3f6baf01c2f04a0959d4e49889b027512ca2 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:25:14.250Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:25:14.568Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-08-04T08:25:14.569Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-08-04T08:25:14.569Z] 1a778162bc33: Preparing [2025-08-04T08:25:14.569Z] 29ccd6579541: Preparing [2025-08-04T08:25:14.569Z] 9664a0b75821: Preparing [2025-08-04T08:25:14.569Z] 7f101ab04251: Preparing [2025-08-04T08:25:14.569Z] 9b18387613b2: Preparing [2025-08-04T08:25:14.569Z] 0dbab203782d: Preparing [2025-08-04T08:25:14.569Z] e1443e37012f: Preparing [2025-08-04T08:25:14.569Z] 5e4cc09c7fe3: Preparing [2025-08-04T08:25:14.569Z] 13d2b8803958: Preparing [2025-08-04T08:25:14.569Z] ad8eafd96f13: Preparing [2025-08-04T08:25:14.569Z] 7b86ac323c55: Preparing [2025-08-04T08:25:14.569Z] 097100c76c15: Preparing [2025-08-04T08:25:14.569Z] 0dbab203782d: Waiting [2025-08-04T08:25:14.569Z] 5e4cc09c7fe3: Waiting [2025-08-04T08:25:14.569Z] 13d2b8803958: Waiting [2025-08-04T08:25:14.569Z] ad8eafd96f13: Waiting [2025-08-04T08:25:14.569Z] 7b86ac323c55: Waiting [2025-08-04T08:25:14.569Z] 097100c76c15: Waiting [2025-08-04T08:25:14.569Z] e1443e37012f: Waiting [2025-08-04T08:25:14.569Z] 29ccd6579541: Layer already exists [2025-08-04T08:25:14.569Z] 9b18387613b2: Layer already exists [2025-08-04T08:25:14.569Z] 9664a0b75821: Layer already exists [2025-08-04T08:25:14.569Z] 7f101ab04251: Layer already exists [2025-08-04T08:25:14.569Z] 1a778162bc33: Layer already exists [2025-08-04T08:25:14.569Z] 0dbab203782d: Layer already exists [2025-08-04T08:25:14.569Z] ad8eafd96f13: Layer already exists [2025-08-04T08:25:14.569Z] 5e4cc09c7fe3: Layer already exists [2025-08-04T08:25:14.569Z] e1443e37012f: Layer already exists [2025-08-04T08:25:14.569Z] 13d2b8803958: Layer already exists [2025-08-04T08:25:14.569Z] 7b86ac323c55: Layer already exists [2025-08-04T08:25:14.569Z] 097100c76c15: Layer already exists [2025-08-04T08:25:14.569Z] latest: digest: sha256:99798b12f5acd1c41ff6512db7bf3f6baf01c2f04a0959d4e49889b027512ca2 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:25:14.901Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:25:15.244Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42 [2025-08-04T08:25:15.244Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-08-04T08:25:15.244Z] 1a778162bc33: Preparing [2025-08-04T08:25:15.244Z] 29ccd6579541: Preparing [2025-08-04T08:25:15.244Z] 9664a0b75821: Preparing [2025-08-04T08:25:15.244Z] 7f101ab04251: Preparing [2025-08-04T08:25:15.244Z] 9b18387613b2: Preparing [2025-08-04T08:25:15.244Z] 0dbab203782d: Preparing [2025-08-04T08:25:15.244Z] e1443e37012f: Preparing [2025-08-04T08:25:15.244Z] 5e4cc09c7fe3: Preparing [2025-08-04T08:25:15.244Z] 13d2b8803958: Preparing [2025-08-04T08:25:15.244Z] ad8eafd96f13: Preparing [2025-08-04T08:25:15.244Z] 7b86ac323c55: Preparing [2025-08-04T08:25:15.244Z] 097100c76c15: Preparing [2025-08-04T08:25:15.244Z] 13d2b8803958: Waiting [2025-08-04T08:25:15.244Z] 0dbab203782d: Waiting [2025-08-04T08:25:15.244Z] ad8eafd96f13: Waiting [2025-08-04T08:25:15.244Z] 7b86ac323c55: Waiting [2025-08-04T08:25:15.244Z] 097100c76c15: Waiting [2025-08-04T08:25:15.244Z] e1443e37012f: Waiting [2025-08-04T08:25:15.244Z] 5e4cc09c7fe3: Waiting [2025-08-04T08:25:15.244Z] 7f101ab04251: Layer already exists [2025-08-04T08:25:15.244Z] 9664a0b75821: Layer already exists [2025-08-04T08:25:15.244Z] 1a778162bc33: Layer already exists [2025-08-04T08:25:15.244Z] 29ccd6579541: Layer already exists [2025-08-04T08:25:15.244Z] 9b18387613b2: Layer already exists [2025-08-04T08:25:15.244Z] e1443e37012f: Layer already exists [2025-08-04T08:25:15.244Z] 0dbab203782d: Layer already exists [2025-08-04T08:25:15.244Z] 5e4cc09c7fe3: Layer already exists [2025-08-04T08:25:15.244Z] 13d2b8803958: Layer already exists [2025-08-04T08:25:15.244Z] ad8eafd96f13: Layer already exists [2025-08-04T08:25:15.244Z] 097100c76c15: Layer already exists [2025-08-04T08:25:15.244Z] 7b86ac323c55: Layer already exists [2025-08-04T08:25:15.244Z] 4.1.0-dev.42: digest: sha256:99798b12f5acd1c41ff6512db7bf3f6baf01c2f04a0959d4e49889b027512ca2 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:25:15.566Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:25:15.886Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:25:15.886Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-08-04T08:25:15.886Z] 1a778162bc33: Preparing [2025-08-04T08:25:15.886Z] 29ccd6579541: Preparing [2025-08-04T08:25:15.886Z] 9664a0b75821: Preparing [2025-08-04T08:25:15.886Z] 7f101ab04251: Preparing [2025-08-04T08:25:15.886Z] 9b18387613b2: Preparing [2025-08-04T08:25:15.886Z] 0dbab203782d: Preparing [2025-08-04T08:25:15.886Z] e1443e37012f: Preparing [2025-08-04T08:25:15.886Z] 5e4cc09c7fe3: Preparing [2025-08-04T08:25:15.886Z] 13d2b8803958: Preparing [2025-08-04T08:25:15.886Z] ad8eafd96f13: Preparing [2025-08-04T08:25:15.886Z] 7b86ac323c55: Preparing [2025-08-04T08:25:15.886Z] 097100c76c15: Preparing [2025-08-04T08:25:15.886Z] 0dbab203782d: Waiting [2025-08-04T08:25:15.886Z] e1443e37012f: Waiting [2025-08-04T08:25:15.886Z] 5e4cc09c7fe3: Waiting [2025-08-04T08:25:15.886Z] 13d2b8803958: Waiting [2025-08-04T08:25:15.886Z] ad8eafd96f13: Waiting [2025-08-04T08:25:15.886Z] 7b86ac323c55: Waiting [2025-08-04T08:25:15.886Z] 097100c76c15: Waiting [2025-08-04T08:25:15.886Z] 9b18387613b2: Layer already exists [2025-08-04T08:25:15.886Z] 9664a0b75821: Layer already exists [2025-08-04T08:25:15.886Z] 1a778162bc33: Layer already exists [2025-08-04T08:25:15.886Z] 7f101ab04251: Layer already exists [2025-08-04T08:25:15.886Z] 29ccd6579541: Layer already exists [2025-08-04T08:25:15.886Z] 0dbab203782d: Layer already exists [2025-08-04T08:25:15.886Z] 13d2b8803958: Layer already exists [2025-08-04T08:25:15.886Z] 5e4cc09c7fe3: Layer already exists [2025-08-04T08:25:15.886Z] e1443e37012f: Layer already exists [2025-08-04T08:25:15.886Z] ad8eafd96f13: Layer already exists [2025-08-04T08:25:15.886Z] 7b86ac323c55: Layer already exists [2025-08-04T08:25:15.886Z] 097100c76c15: Layer already exists [2025-08-04T08:25:15.886Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:99798b12f5acd1c41ff6512db7bf3f6baf01c2f04a0959d4e49889b027512ca2 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:25:16.212Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:25:16.545Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-08-04T08:25:16.545Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-08-04T08:25:16.545Z] 1a778162bc33: Preparing [2025-08-04T08:25:16.545Z] 29ccd6579541: Preparing [2025-08-04T08:25:16.545Z] 9664a0b75821: Preparing [2025-08-04T08:25:16.545Z] 7f101ab04251: Preparing [2025-08-04T08:25:16.545Z] 9b18387613b2: Preparing [2025-08-04T08:25:16.545Z] 0dbab203782d: Preparing [2025-08-04T08:25:16.545Z] e1443e37012f: Preparing [2025-08-04T08:25:16.545Z] 5e4cc09c7fe3: Preparing [2025-08-04T08:25:16.545Z] 13d2b8803958: Preparing [2025-08-04T08:25:16.545Z] ad8eafd96f13: Preparing [2025-08-04T08:25:16.545Z] 7b86ac323c55: Preparing [2025-08-04T08:25:16.545Z] 097100c76c15: Preparing [2025-08-04T08:25:16.545Z] 0dbab203782d: Waiting [2025-08-04T08:25:16.545Z] e1443e37012f: Waiting [2025-08-04T08:25:16.545Z] 5e4cc09c7fe3: Waiting [2025-08-04T08:25:16.545Z] 13d2b8803958: Waiting [2025-08-04T08:25:16.545Z] ad8eafd96f13: Waiting [2025-08-04T08:25:16.545Z] 7b86ac323c55: Waiting [2025-08-04T08:25:16.545Z] 097100c76c15: Waiting [2025-08-04T08:25:16.545Z] 9664a0b75821: Layer already exists [2025-08-04T08:25:16.545Z] 29ccd6579541: Layer already exists [2025-08-04T08:25:16.545Z] 7f101ab04251: Layer already exists [2025-08-04T08:25:16.545Z] 9b18387613b2: Layer already exists [2025-08-04T08:25:16.545Z] 1a778162bc33: Layer already exists [2025-08-04T08:25:16.545Z] e1443e37012f: Layer already exists [2025-08-04T08:25:16.545Z] 0dbab203782d: Layer already exists [2025-08-04T08:25:16.545Z] 5e4cc09c7fe3: Layer already exists [2025-08-04T08:25:16.545Z] 13d2b8803958: Layer already exists [2025-08-04T08:25:16.545Z] ad8eafd96f13: Layer already exists [2025-08-04T08:25:16.545Z] 7b86ac323c55: Layer already exists [2025-08-04T08:25:16.545Z] 097100c76c15: Layer already exists [2025-08-04T08:25:16.545Z] main: digest: sha256:99798b12f5acd1c41ff6512db7bf3f6baf01c2f04a0959d4e49889b027512ca2 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-04T08:25:16.624Z] ===================================================== [Pipeline] echo [2025-08-04T08:25:16.643Z] taggedImages: [2025-08-04T08:25:16.643Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:25:16.643Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-08-04T08:25:16.643Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42 [2025-08-04T08:25:16.643Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:25:16.643Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2025-08-04T08:25:16.682Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2025-08-04T08:25:16.682Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:25:16.682Z] latest [2025-08-04T08:25:16.682Z] 4.1.0-dev.42 [2025-08-04T08:25:16.682Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:25:16.682Z] main [2025-08-04T08:25:16.682Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:25:17.048Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:25:17.376Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:25:17.376Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-08-04T08:25:17.376Z] 70ed37d5de0e: Preparing [2025-08-04T08:25:17.376Z] 86c7ac9742bf: Preparing [2025-08-04T08:25:17.376Z] 5e4cc09c7fe3: Preparing [2025-08-04T08:25:17.376Z] 13d2b8803958: Preparing [2025-08-04T08:25:17.376Z] f0f6ed0132dc: Preparing [2025-08-04T08:25:17.376Z] 0f53fcd42c8a: Preparing [2025-08-04T08:25:17.376Z] 097100c76c15: Preparing [2025-08-04T08:25:17.376Z] 0f53fcd42c8a: Waiting [2025-08-04T08:25:17.376Z] 097100c76c15: Waiting [2025-08-04T08:25:17.376Z] 13d2b8803958: Layer already exists [2025-08-04T08:25:17.376Z] 5e4cc09c7fe3: Layer already exists [2025-08-04T08:25:17.376Z] 097100c76c15: Layer already exists [2025-08-04T08:25:17.376Z] f0f6ed0132dc: Pushed [2025-08-04T08:25:17.376Z] 70ed37d5de0e: Pushed [2025-08-04T08:25:18.310Z] 0f53fcd42c8a: Pushed [2025-08-04T08:25:20.844Z] 86c7ac9742bf: Pushed [2025-08-04T08:25:20.844Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:515e8b1d029afddfa74f579bfe8360dd730d264ba7b93685f6e476d8539cb035 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:25:21.173Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:25:21.499Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-08-04T08:25:21.499Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-08-04T08:25:21.499Z] 70ed37d5de0e: Preparing [2025-08-04T08:25:21.499Z] 86c7ac9742bf: Preparing [2025-08-04T08:25:21.499Z] 5e4cc09c7fe3: Preparing [2025-08-04T08:25:21.499Z] 13d2b8803958: Preparing [2025-08-04T08:25:21.499Z] f0f6ed0132dc: Preparing [2025-08-04T08:25:21.499Z] 0f53fcd42c8a: Preparing [2025-08-04T08:25:21.499Z] 097100c76c15: Preparing [2025-08-04T08:25:21.499Z] 0f53fcd42c8a: Waiting [2025-08-04T08:25:21.499Z] 097100c76c15: Waiting [2025-08-04T08:25:21.499Z] 5e4cc09c7fe3: Layer already exists [2025-08-04T08:25:21.499Z] 70ed37d5de0e: Layer already exists [2025-08-04T08:25:21.499Z] 86c7ac9742bf: Layer already exists [2025-08-04T08:25:21.499Z] f0f6ed0132dc: Layer already exists [2025-08-04T08:25:21.499Z] 13d2b8803958: Layer already exists [2025-08-04T08:25:21.499Z] 0f53fcd42c8a: Layer already exists [2025-08-04T08:25:21.499Z] 097100c76c15: Layer already exists [2025-08-04T08:25:21.499Z] latest: digest: sha256:515e8b1d029afddfa74f579bfe8360dd730d264ba7b93685f6e476d8539cb035 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:25:21.832Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:25:22.152Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42 [2025-08-04T08:25:22.152Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-08-04T08:25:22.152Z] 70ed37d5de0e: Preparing [2025-08-04T08:25:22.152Z] 86c7ac9742bf: Preparing [2025-08-04T08:25:22.152Z] 5e4cc09c7fe3: Preparing [2025-08-04T08:25:22.152Z] 13d2b8803958: Preparing [2025-08-04T08:25:22.152Z] f0f6ed0132dc: Preparing [2025-08-04T08:25:22.152Z] 0f53fcd42c8a: Preparing [2025-08-04T08:25:22.152Z] 097100c76c15: Preparing [2025-08-04T08:25:22.152Z] 0f53fcd42c8a: Waiting [2025-08-04T08:25:22.152Z] 097100c76c15: Waiting [2025-08-04T08:25:22.152Z] f0f6ed0132dc: Layer already exists [2025-08-04T08:25:22.152Z] 86c7ac9742bf: Layer already exists [2025-08-04T08:25:22.152Z] 13d2b8803958: Layer already exists [2025-08-04T08:25:22.152Z] 5e4cc09c7fe3: Layer already exists [2025-08-04T08:25:22.152Z] 70ed37d5de0e: Layer already exists [2025-08-04T08:25:22.152Z] 0f53fcd42c8a: Layer already exists [2025-08-04T08:25:22.152Z] 097100c76c15: Layer already exists [2025-08-04T08:25:22.152Z] 4.1.0-dev.42: digest: sha256:515e8b1d029afddfa74f579bfe8360dd730d264ba7b93685f6e476d8539cb035 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:25:22.546Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:25:22.931Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:25:22.931Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-08-04T08:25:22.931Z] 70ed37d5de0e: Preparing [2025-08-04T08:25:22.931Z] 86c7ac9742bf: Preparing [2025-08-04T08:25:22.931Z] 5e4cc09c7fe3: Preparing [2025-08-04T08:25:22.931Z] 13d2b8803958: Preparing [2025-08-04T08:25:22.931Z] f0f6ed0132dc: Preparing [2025-08-04T08:25:22.931Z] 0f53fcd42c8a: Preparing [2025-08-04T08:25:22.931Z] 097100c76c15: Preparing [2025-08-04T08:25:22.931Z] 097100c76c15: Waiting [2025-08-04T08:25:22.931Z] 0f53fcd42c8a: Waiting [2025-08-04T08:25:22.931Z] 86c7ac9742bf: Layer already exists [2025-08-04T08:25:22.931Z] 13d2b8803958: Layer already exists [2025-08-04T08:25:22.931Z] 5e4cc09c7fe3: Layer already exists [2025-08-04T08:25:22.931Z] f0f6ed0132dc: Layer already exists [2025-08-04T08:25:22.931Z] 70ed37d5de0e: Layer already exists [2025-08-04T08:25:22.931Z] 097100c76c15: Layer already exists [2025-08-04T08:25:22.931Z] 0f53fcd42c8a: Layer already exists [2025-08-04T08:25:22.931Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:515e8b1d029afddfa74f579bfe8360dd730d264ba7b93685f6e476d8539cb035 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:25:23.280Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:25:23.603Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-08-04T08:25:23.603Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-08-04T08:25:23.603Z] 70ed37d5de0e: Preparing [2025-08-04T08:25:23.603Z] 86c7ac9742bf: Preparing [2025-08-04T08:25:23.603Z] 5e4cc09c7fe3: Preparing [2025-08-04T08:25:23.603Z] 13d2b8803958: Preparing [2025-08-04T08:25:23.603Z] f0f6ed0132dc: Preparing [2025-08-04T08:25:23.603Z] 0f53fcd42c8a: Preparing [2025-08-04T08:25:23.603Z] 097100c76c15: Preparing [2025-08-04T08:25:23.603Z] 0f53fcd42c8a: Waiting [2025-08-04T08:25:23.603Z] 097100c76c15: Waiting [2025-08-04T08:25:23.603Z] 13d2b8803958: Layer already exists [2025-08-04T08:25:23.603Z] 5e4cc09c7fe3: Layer already exists [2025-08-04T08:25:23.603Z] f0f6ed0132dc: Layer already exists [2025-08-04T08:25:23.603Z] 70ed37d5de0e: Layer already exists [2025-08-04T08:25:23.603Z] 86c7ac9742bf: Layer already exists [2025-08-04T08:25:23.603Z] 0f53fcd42c8a: Layer already exists [2025-08-04T08:25:23.603Z] 097100c76c15: Layer already exists [2025-08-04T08:25:23.603Z] main: digest: sha256:515e8b1d029afddfa74f579bfe8360dd730d264ba7b93685f6e476d8539cb035 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-04T08:25:23.688Z] ===================================================== [Pipeline] echo [2025-08-04T08:25:23.701Z] taggedImages: [2025-08-04T08:25:23.701Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:25:23.701Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-08-04T08:25:23.701Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42 [2025-08-04T08:25:23.701Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:25:23.701Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2025-08-04T08:25:23.726Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2025-08-04T08:25:23.726Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:25:23.726Z] latest [2025-08-04T08:25:23.726Z] 4.1.0-dev.42 [2025-08-04T08:25:23.726Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:25:23.726Z] main [2025-08-04T08:25:23.726Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:25:24.080Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:25:24.411Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:25:24.411Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-08-04T08:25:24.411Z] 3bbfd086e759: Preparing [2025-08-04T08:25:24.411Z] dcffd11ae39c: Preparing [2025-08-04T08:25:24.411Z] d4aa149d9246: Preparing [2025-08-04T08:25:24.411Z] 5e4cc09c7fe3: Preparing [2025-08-04T08:25:24.411Z] 13d2b8803958: Preparing [2025-08-04T08:25:24.411Z] 90e54289a1a5: Preparing [2025-08-04T08:25:24.411Z] 726011f64d54: Preparing [2025-08-04T08:25:24.411Z] 8911e8ead0ee: Preparing [2025-08-04T08:25:24.411Z] 8ea4cbe52adb: Preparing [2025-08-04T08:25:24.411Z] 097100c76c15: Preparing [2025-08-04T08:25:24.411Z] 90e54289a1a5: Waiting [2025-08-04T08:25:24.411Z] 726011f64d54: Waiting [2025-08-04T08:25:24.411Z] 8911e8ead0ee: Waiting [2025-08-04T08:25:24.411Z] 8ea4cbe52adb: Waiting [2025-08-04T08:25:24.411Z] 097100c76c15: Waiting [2025-08-04T08:25:24.411Z] 13d2b8803958: Layer already exists [2025-08-04T08:25:24.411Z] 5e4cc09c7fe3: Layer already exists [2025-08-04T08:25:24.411Z] dcffd11ae39c: Pushed [2025-08-04T08:25:24.411Z] d4aa149d9246: Pushed [2025-08-04T08:25:24.411Z] 3bbfd086e759: Pushed [2025-08-04T08:25:24.411Z] 097100c76c15: Layer already exists [2025-08-04T08:25:24.411Z] 8911e8ead0ee: Pushed [2025-08-04T08:25:24.977Z] 8ea4cbe52adb: Pushed [2025-08-04T08:25:30.246Z] 726011f64d54: Pushed [2025-08-04T08:25:38.369Z] 90e54289a1a5: Pushed [2025-08-04T08:25:38.369Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:955466a77cb3ad7221cc46a82ca0b09161ca6cfacd148c11ea32f562e7a61136 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:25:38.699Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:25:39.020Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-08-04T08:25:39.020Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-08-04T08:25:39.020Z] 3bbfd086e759: Preparing [2025-08-04T08:25:39.020Z] dcffd11ae39c: Preparing [2025-08-04T08:25:39.020Z] d4aa149d9246: Preparing [2025-08-04T08:25:39.020Z] 5e4cc09c7fe3: Preparing [2025-08-04T08:25:39.020Z] 13d2b8803958: Preparing [2025-08-04T08:25:39.020Z] 90e54289a1a5: Preparing [2025-08-04T08:25:39.020Z] 726011f64d54: Preparing [2025-08-04T08:25:39.020Z] 90e54289a1a5: Waiting [2025-08-04T08:25:39.020Z] 8911e8ead0ee: Preparing [2025-08-04T08:25:39.020Z] 8ea4cbe52adb: Preparing [2025-08-04T08:25:39.020Z] 726011f64d54: Waiting [2025-08-04T08:25:39.020Z] 8911e8ead0ee: Waiting [2025-08-04T08:25:39.020Z] 097100c76c15: Preparing [2025-08-04T08:25:39.020Z] 8ea4cbe52adb: Waiting [2025-08-04T08:25:39.020Z] 097100c76c15: Waiting [2025-08-04T08:25:39.020Z] 3bbfd086e759: Layer already exists [2025-08-04T08:25:39.020Z] 13d2b8803958: Layer already exists [2025-08-04T08:25:39.020Z] d4aa149d9246: Layer already exists [2025-08-04T08:25:39.020Z] 5e4cc09c7fe3: Layer already exists [2025-08-04T08:25:39.020Z] dcffd11ae39c: Layer already exists [2025-08-04T08:25:39.020Z] 726011f64d54: Layer already exists [2025-08-04T08:25:39.020Z] 90e54289a1a5: Layer already exists [2025-08-04T08:25:39.020Z] 8ea4cbe52adb: Layer already exists [2025-08-04T08:25:39.020Z] 8911e8ead0ee: Layer already exists [2025-08-04T08:25:39.020Z] 097100c76c15: Layer already exists [2025-08-04T08:25:39.020Z] latest: digest: sha256:955466a77cb3ad7221cc46a82ca0b09161ca6cfacd148c11ea32f562e7a61136 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:25:39.352Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:25:39.681Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42 [2025-08-04T08:25:39.681Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-08-04T08:25:39.681Z] 3bbfd086e759: Preparing [2025-08-04T08:25:39.681Z] dcffd11ae39c: Preparing [2025-08-04T08:25:39.681Z] d4aa149d9246: Preparing [2025-08-04T08:25:39.681Z] 5e4cc09c7fe3: Preparing [2025-08-04T08:25:39.681Z] 13d2b8803958: Preparing [2025-08-04T08:25:39.681Z] 90e54289a1a5: Preparing [2025-08-04T08:25:39.681Z] 726011f64d54: Preparing [2025-08-04T08:25:39.681Z] 8911e8ead0ee: Preparing [2025-08-04T08:25:39.681Z] 8ea4cbe52adb: Preparing [2025-08-04T08:25:39.681Z] 097100c76c15: Preparing [2025-08-04T08:25:39.681Z] 8ea4cbe52adb: Waiting [2025-08-04T08:25:39.681Z] 097100c76c15: Waiting [2025-08-04T08:25:39.681Z] 90e54289a1a5: Waiting [2025-08-04T08:25:39.681Z] 8911e8ead0ee: Waiting [2025-08-04T08:25:39.681Z] 726011f64d54: Waiting [2025-08-04T08:25:39.681Z] d4aa149d9246: Layer already exists [2025-08-04T08:25:39.681Z] 13d2b8803958: Layer already exists [2025-08-04T08:25:39.681Z] dcffd11ae39c: Layer already exists [2025-08-04T08:25:39.681Z] 3bbfd086e759: Layer already exists [2025-08-04T08:25:39.681Z] 5e4cc09c7fe3: Layer already exists [2025-08-04T08:25:39.681Z] 90e54289a1a5: Layer already exists [2025-08-04T08:25:39.681Z] 726011f64d54: Layer already exists [2025-08-04T08:25:39.681Z] 8911e8ead0ee: Layer already exists [2025-08-04T08:25:39.681Z] 097100c76c15: Layer already exists [2025-08-04T08:25:39.681Z] 8ea4cbe52adb: Layer already exists [2025-08-04T08:25:39.681Z] 4.1.0-dev.42: digest: sha256:955466a77cb3ad7221cc46a82ca0b09161ca6cfacd148c11ea32f562e7a61136 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:25:40.006Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:25:40.326Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:25:40.326Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-08-04T08:25:40.326Z] 3bbfd086e759: Preparing [2025-08-04T08:25:40.326Z] dcffd11ae39c: Preparing [2025-08-04T08:25:40.326Z] d4aa149d9246: Preparing [2025-08-04T08:25:40.326Z] 5e4cc09c7fe3: Preparing [2025-08-04T08:25:40.326Z] 13d2b8803958: Preparing [2025-08-04T08:25:40.326Z] 90e54289a1a5: Preparing [2025-08-04T08:25:40.326Z] 726011f64d54: Preparing [2025-08-04T08:25:40.326Z] 8911e8ead0ee: Preparing [2025-08-04T08:25:40.326Z] 8ea4cbe52adb: Preparing [2025-08-04T08:25:40.326Z] 097100c76c15: Preparing [2025-08-04T08:25:40.326Z] 8911e8ead0ee: Waiting [2025-08-04T08:25:40.326Z] 8ea4cbe52adb: Waiting [2025-08-04T08:25:40.326Z] 097100c76c15: Waiting [2025-08-04T08:25:40.326Z] 90e54289a1a5: Waiting [2025-08-04T08:25:40.326Z] 726011f64d54: Waiting [2025-08-04T08:25:40.326Z] 3bbfd086e759: Layer already exists [2025-08-04T08:25:40.326Z] d4aa149d9246: Layer already exists [2025-08-04T08:25:40.326Z] 13d2b8803958: Layer already exists [2025-08-04T08:25:40.326Z] 5e4cc09c7fe3: Layer already exists [2025-08-04T08:25:40.326Z] dcffd11ae39c: Layer already exists [2025-08-04T08:25:40.326Z] 90e54289a1a5: Layer already exists [2025-08-04T08:25:40.326Z] 726011f64d54: Layer already exists [2025-08-04T08:25:40.326Z] 8911e8ead0ee: Layer already exists [2025-08-04T08:25:40.326Z] 097100c76c15: Layer already exists [2025-08-04T08:25:40.326Z] 8ea4cbe52adb: Layer already exists [2025-08-04T08:25:40.326Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:955466a77cb3ad7221cc46a82ca0b09161ca6cfacd148c11ea32f562e7a61136 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:25:40.651Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:25:40.980Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-08-04T08:25:40.980Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-08-04T08:25:40.980Z] 3bbfd086e759: Preparing [2025-08-04T08:25:40.980Z] dcffd11ae39c: Preparing [2025-08-04T08:25:40.980Z] d4aa149d9246: Preparing [2025-08-04T08:25:40.980Z] 5e4cc09c7fe3: Preparing [2025-08-04T08:25:40.980Z] 13d2b8803958: Preparing [2025-08-04T08:25:40.980Z] 90e54289a1a5: Preparing [2025-08-04T08:25:40.980Z] 726011f64d54: Preparing [2025-08-04T08:25:40.980Z] 8911e8ead0ee: Preparing [2025-08-04T08:25:40.980Z] 8ea4cbe52adb: Preparing [2025-08-04T08:25:40.980Z] 097100c76c15: Preparing [2025-08-04T08:25:40.980Z] 8911e8ead0ee: Waiting [2025-08-04T08:25:40.980Z] 90e54289a1a5: Waiting [2025-08-04T08:25:40.980Z] 726011f64d54: Waiting [2025-08-04T08:25:40.980Z] 8ea4cbe52adb: Waiting [2025-08-04T08:25:40.980Z] 097100c76c15: Waiting [2025-08-04T08:25:40.980Z] d4aa149d9246: Layer already exists [2025-08-04T08:25:40.980Z] 3bbfd086e759: Layer already exists [2025-08-04T08:25:40.980Z] 5e4cc09c7fe3: Layer already exists [2025-08-04T08:25:40.980Z] 13d2b8803958: Layer already exists [2025-08-04T08:25:40.980Z] dcffd11ae39c: Layer already exists [2025-08-04T08:25:40.980Z] 8911e8ead0ee: Layer already exists [2025-08-04T08:25:40.980Z] 726011f64d54: Layer already exists [2025-08-04T08:25:40.980Z] 90e54289a1a5: Layer already exists [2025-08-04T08:25:40.981Z] 8ea4cbe52adb: Layer already exists [2025-08-04T08:25:40.981Z] 097100c76c15: Layer already exists [2025-08-04T08:25:40.981Z] main: digest: sha256:955466a77cb3ad7221cc46a82ca0b09161ca6cfacd148c11ea32f562e7a61136 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-04T08:25:41.051Z] ===================================================== [Pipeline] echo [2025-08-04T08:25:41.068Z] taggedImages: [2025-08-04T08:25:41.068Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:25:41.068Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-08-04T08:25:41.068Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42 [2025-08-04T08:25:41.068Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:25:41.068Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2025-08-04T08:25:41.093Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2025-08-04T08:25:41.093Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:25:41.093Z] latest [2025-08-04T08:25:41.093Z] 4.1.0-dev.42 [2025-08-04T08:25:41.093Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:25:41.093Z] main [2025-08-04T08:25:41.093Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:25:41.437Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:25:41.765Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:25:41.765Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-08-04T08:25:41.765Z] b0cd847929a9: Preparing [2025-08-04T08:25:41.765Z] 0131d27c42a4: Preparing [2025-08-04T08:25:41.765Z] 42c2826e0b36: Preparing [2025-08-04T08:25:41.765Z] 5e4cc09c7fe3: Preparing [2025-08-04T08:25:41.765Z] 13d2b8803958: Preparing [2025-08-04T08:25:41.765Z] ad5410d31a15: Preparing [2025-08-04T08:25:41.765Z] 0143c2168613: Preparing [2025-08-04T08:25:41.765Z] 0a1c447f49aa: Preparing [2025-08-04T08:25:41.765Z] 097100c76c15: Preparing [2025-08-04T08:25:41.765Z] ad5410d31a15: Waiting [2025-08-04T08:25:41.765Z] 0143c2168613: Waiting [2025-08-04T08:25:41.765Z] 0a1c447f49aa: Waiting [2025-08-04T08:25:41.765Z] 097100c76c15: Waiting [2025-08-04T08:25:41.765Z] 5e4cc09c7fe3: Layer already exists [2025-08-04T08:25:41.765Z] 13d2b8803958: Layer already exists [2025-08-04T08:25:41.765Z] 0131d27c42a4: Pushed [2025-08-04T08:25:41.765Z] 42c2826e0b36: Pushed [2025-08-04T08:25:41.765Z] b0cd847929a9: Pushed [2025-08-04T08:25:41.765Z] 0143c2168613: Pushed [2025-08-04T08:25:41.765Z] 097100c76c15: Layer already exists [2025-08-04T08:25:42.025Z] 0a1c447f49aa: Pushed [2025-08-04T08:25:54.277Z] ad5410d31a15: Pushed [2025-08-04T08:25:54.537Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:1c2bd8c4d49547dd53f789872513b6d899fd7d288e9deb70ff59a88d52611ef5 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:25:54.868Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:25:55.192Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-08-04T08:25:55.192Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-08-04T08:25:55.192Z] b0cd847929a9: Preparing [2025-08-04T08:25:55.192Z] 0131d27c42a4: Preparing [2025-08-04T08:25:55.192Z] 42c2826e0b36: Preparing [2025-08-04T08:25:55.192Z] 5e4cc09c7fe3: Preparing [2025-08-04T08:25:55.192Z] 13d2b8803958: Preparing [2025-08-04T08:25:55.192Z] ad5410d31a15: Preparing [2025-08-04T08:25:55.192Z] 0143c2168613: Preparing [2025-08-04T08:25:55.192Z] 0a1c447f49aa: Preparing [2025-08-04T08:25:55.192Z] 097100c76c15: Preparing [2025-08-04T08:25:55.192Z] 0a1c447f49aa: Waiting [2025-08-04T08:25:55.192Z] 097100c76c15: Waiting [2025-08-04T08:25:55.192Z] ad5410d31a15: Waiting [2025-08-04T08:25:55.192Z] 0143c2168613: Waiting [2025-08-04T08:25:55.192Z] 13d2b8803958: Layer already exists [2025-08-04T08:25:55.192Z] 42c2826e0b36: Layer already exists [2025-08-04T08:25:55.192Z] b0cd847929a9: Layer already exists [2025-08-04T08:25:55.192Z] 0131d27c42a4: Layer already exists [2025-08-04T08:25:55.192Z] 5e4cc09c7fe3: Layer already exists [2025-08-04T08:25:55.192Z] ad5410d31a15: Layer already exists [2025-08-04T08:25:55.192Z] 0143c2168613: Layer already exists [2025-08-04T08:25:55.192Z] 097100c76c15: Layer already exists [2025-08-04T08:25:55.192Z] 0a1c447f49aa: Layer already exists [2025-08-04T08:25:55.192Z] latest: digest: sha256:1c2bd8c4d49547dd53f789872513b6d899fd7d288e9deb70ff59a88d52611ef5 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:25:55.523Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:25:55.860Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42 [2025-08-04T08:25:55.860Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-08-04T08:25:55.860Z] b0cd847929a9: Preparing [2025-08-04T08:25:55.860Z] 0131d27c42a4: Preparing [2025-08-04T08:25:55.860Z] 42c2826e0b36: Preparing [2025-08-04T08:25:55.860Z] 5e4cc09c7fe3: Preparing [2025-08-04T08:25:55.860Z] 13d2b8803958: Preparing [2025-08-04T08:25:55.860Z] ad5410d31a15: Preparing [2025-08-04T08:25:55.860Z] 0143c2168613: Preparing [2025-08-04T08:25:55.860Z] 0a1c447f49aa: Preparing [2025-08-04T08:25:55.860Z] 097100c76c15: Preparing [2025-08-04T08:25:55.860Z] 0a1c447f49aa: Waiting [2025-08-04T08:25:55.860Z] 097100c76c15: Waiting [2025-08-04T08:25:55.860Z] ad5410d31a15: Waiting [2025-08-04T08:25:55.860Z] 0143c2168613: Waiting [2025-08-04T08:25:55.860Z] 0131d27c42a4: Layer already exists [2025-08-04T08:25:55.860Z] 13d2b8803958: Layer already exists [2025-08-04T08:25:55.860Z] 42c2826e0b36: Layer already exists [2025-08-04T08:25:55.860Z] b0cd847929a9: Layer already exists [2025-08-04T08:25:55.860Z] 5e4cc09c7fe3: Layer already exists [2025-08-04T08:25:55.860Z] ad5410d31a15: Layer already exists [2025-08-04T08:25:55.860Z] 0143c2168613: Layer already exists [2025-08-04T08:25:55.860Z] 097100c76c15: Layer already exists [2025-08-04T08:25:55.860Z] 0a1c447f49aa: Layer already exists [2025-08-04T08:25:55.860Z] 4.1.0-dev.42: digest: sha256:1c2bd8c4d49547dd53f789872513b6d899fd7d288e9deb70ff59a88d52611ef5 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:25:56.186Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:25:56.510Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:25:56.510Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-08-04T08:25:56.510Z] b0cd847929a9: Preparing [2025-08-04T08:25:56.510Z] 0131d27c42a4: Preparing [2025-08-04T08:25:56.510Z] 42c2826e0b36: Preparing [2025-08-04T08:25:56.510Z] 5e4cc09c7fe3: Preparing [2025-08-04T08:25:56.510Z] 13d2b8803958: Preparing [2025-08-04T08:25:56.510Z] ad5410d31a15: Preparing [2025-08-04T08:25:56.510Z] 0143c2168613: Preparing [2025-08-04T08:25:56.510Z] 0a1c447f49aa: Preparing [2025-08-04T08:25:56.510Z] 097100c76c15: Preparing [2025-08-04T08:25:56.510Z] ad5410d31a15: Waiting [2025-08-04T08:25:56.510Z] 0143c2168613: Waiting [2025-08-04T08:25:56.510Z] 097100c76c15: Waiting [2025-08-04T08:25:56.510Z] 0a1c447f49aa: Waiting [2025-08-04T08:25:56.510Z] 0131d27c42a4: Layer already exists [2025-08-04T08:25:56.510Z] 5e4cc09c7fe3: Layer already exists [2025-08-04T08:25:56.510Z] b0cd847929a9: Layer already exists [2025-08-04T08:25:56.510Z] 13d2b8803958: Layer already exists [2025-08-04T08:25:56.510Z] 42c2826e0b36: Layer already exists [2025-08-04T08:25:56.510Z] 0a1c447f49aa: Layer already exists [2025-08-04T08:25:56.510Z] ad5410d31a15: Layer already exists [2025-08-04T08:25:56.510Z] 0143c2168613: Layer already exists [2025-08-04T08:25:56.510Z] 097100c76c15: Layer already exists [2025-08-04T08:25:56.510Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:1c2bd8c4d49547dd53f789872513b6d899fd7d288e9deb70ff59a88d52611ef5 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:25:56.837Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:25:57.172Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-08-04T08:25:57.172Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-08-04T08:25:57.172Z] b0cd847929a9: Preparing [2025-08-04T08:25:57.172Z] 0131d27c42a4: Preparing [2025-08-04T08:25:57.172Z] 42c2826e0b36: Preparing [2025-08-04T08:25:57.172Z] 5e4cc09c7fe3: Preparing [2025-08-04T08:25:57.172Z] 13d2b8803958: Preparing [2025-08-04T08:25:57.172Z] ad5410d31a15: Preparing [2025-08-04T08:25:57.172Z] 0143c2168613: Preparing [2025-08-04T08:25:57.172Z] 0a1c447f49aa: Preparing [2025-08-04T08:25:57.172Z] 097100c76c15: Preparing [2025-08-04T08:25:57.172Z] 0143c2168613: Waiting [2025-08-04T08:25:57.172Z] 0a1c447f49aa: Waiting [2025-08-04T08:25:57.172Z] 097100c76c15: Waiting [2025-08-04T08:25:57.172Z] ad5410d31a15: Waiting [2025-08-04T08:25:57.172Z] 13d2b8803958: Layer already exists [2025-08-04T08:25:57.172Z] 42c2826e0b36: Layer already exists [2025-08-04T08:25:57.172Z] 0131d27c42a4: Layer already exists [2025-08-04T08:25:57.172Z] 5e4cc09c7fe3: Layer already exists [2025-08-04T08:25:57.172Z] b0cd847929a9: Layer already exists [2025-08-04T08:25:57.172Z] ad5410d31a15: Layer already exists [2025-08-04T08:25:57.172Z] 0143c2168613: Layer already exists [2025-08-04T08:25:57.172Z] 097100c76c15: Layer already exists [2025-08-04T08:25:57.172Z] 0a1c447f49aa: Layer already exists [2025-08-04T08:25:57.172Z] main: digest: sha256:1c2bd8c4d49547dd53f789872513b6d899fd7d288e9deb70ff59a88d52611ef5 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-04T08:25:57.257Z] ===================================================== [Pipeline] echo [2025-08-04T08:25:57.271Z] taggedImages: [2025-08-04T08:25:57.271Z] - nexus3.edgexfoundry.org:10004/security-spire-config:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:25:57.271Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-08-04T08:25:57.271Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42 [2025-08-04T08:25:57.271Z] - nexus3.edgexfoundry.org:10004/security-spire-config:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:25:57.271Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2025-08-04T08:25:57.301Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2025-08-04T08:25:57.301Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:25:57.301Z] latest [2025-08-04T08:25:57.301Z] 4.1.0-dev.42 [2025-08-04T08:25:57.301Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:25:57.301Z] main [2025-08-04T08:25:57.301Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:25:57.658Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:25:57.998Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:25:57.998Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-08-04T08:25:57.998Z] 3bbfd086e759: Preparing [2025-08-04T08:25:57.998Z] ee5f83622a09: Preparing [2025-08-04T08:25:57.998Z] 311001f8a19a: Preparing [2025-08-04T08:25:57.998Z] 5e4cc09c7fe3: Preparing [2025-08-04T08:25:57.998Z] 13d2b8803958: Preparing [2025-08-04T08:25:57.998Z] ad5410d31a15: Preparing [2025-08-04T08:25:57.998Z] 8911e8ead0ee: Preparing [2025-08-04T08:25:57.998Z] 8ea4cbe52adb: Preparing [2025-08-04T08:25:57.998Z] 097100c76c15: Preparing [2025-08-04T08:25:57.998Z] ad5410d31a15: Waiting [2025-08-04T08:25:57.998Z] 8911e8ead0ee: Waiting [2025-08-04T08:25:57.998Z] 097100c76c15: Waiting [2025-08-04T08:25:57.998Z] 8ea4cbe52adb: Waiting [2025-08-04T08:25:57.998Z] 5e4cc09c7fe3: Layer already exists [2025-08-04T08:25:57.998Z] 13d2b8803958: Layer already exists [2025-08-04T08:25:57.998Z] 3bbfd086e759: Layer already exists [2025-08-04T08:25:57.998Z] ad5410d31a15: Layer already exists [2025-08-04T08:25:57.998Z] 8911e8ead0ee: Layer already exists [2025-08-04T08:25:57.998Z] 8ea4cbe52adb: Layer already exists [2025-08-04T08:25:57.998Z] 097100c76c15: Layer already exists [2025-08-04T08:25:57.998Z] 311001f8a19a: Pushed [2025-08-04T08:25:57.998Z] ee5f83622a09: Pushed [2025-08-04T08:25:58.256Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:4b23ff34564ae02d21503d1c172d657dae0923a8b1989a1c932344c27d6b3a2c size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:25:58.580Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:25:58.909Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-08-04T08:25:58.909Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-08-04T08:25:58.909Z] 3bbfd086e759: Preparing [2025-08-04T08:25:58.909Z] ee5f83622a09: Preparing [2025-08-04T08:25:58.909Z] 311001f8a19a: Preparing [2025-08-04T08:25:58.909Z] 5e4cc09c7fe3: Preparing [2025-08-04T08:25:58.909Z] 13d2b8803958: Preparing [2025-08-04T08:25:58.909Z] ad5410d31a15: Preparing [2025-08-04T08:25:58.909Z] 8911e8ead0ee: Preparing [2025-08-04T08:25:58.909Z] 8ea4cbe52adb: Preparing [2025-08-04T08:25:58.909Z] 097100c76c15: Preparing [2025-08-04T08:25:58.909Z] ad5410d31a15: Waiting [2025-08-04T08:25:58.909Z] 8911e8ead0ee: Waiting [2025-08-04T08:25:58.909Z] 8ea4cbe52adb: Waiting [2025-08-04T08:25:58.909Z] 097100c76c15: Waiting [2025-08-04T08:25:58.909Z] 311001f8a19a: Layer already exists [2025-08-04T08:25:58.909Z] 5e4cc09c7fe3: Layer already exists [2025-08-04T08:25:58.909Z] ee5f83622a09: Layer already exists [2025-08-04T08:25:58.909Z] 13d2b8803958: Layer already exists [2025-08-04T08:25:58.909Z] 3bbfd086e759: Layer already exists [2025-08-04T08:25:58.909Z] 8911e8ead0ee: Layer already exists [2025-08-04T08:25:58.909Z] 8ea4cbe52adb: Layer already exists [2025-08-04T08:25:58.909Z] 097100c76c15: Layer already exists [2025-08-04T08:25:58.909Z] ad5410d31a15: Layer already exists [2025-08-04T08:25:58.909Z] latest: digest: sha256:4b23ff34564ae02d21503d1c172d657dae0923a8b1989a1c932344c27d6b3a2c size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:25:59.242Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:25:59.577Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42 [2025-08-04T08:25:59.577Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-08-04T08:25:59.577Z] 3bbfd086e759: Preparing [2025-08-04T08:25:59.577Z] ee5f83622a09: Preparing [2025-08-04T08:25:59.577Z] 311001f8a19a: Preparing [2025-08-04T08:25:59.577Z] 5e4cc09c7fe3: Preparing [2025-08-04T08:25:59.577Z] 13d2b8803958: Preparing [2025-08-04T08:25:59.577Z] ad5410d31a15: Preparing [2025-08-04T08:25:59.577Z] 8911e8ead0ee: Preparing [2025-08-04T08:25:59.577Z] 8ea4cbe52adb: Preparing [2025-08-04T08:25:59.577Z] 097100c76c15: Preparing [2025-08-04T08:25:59.577Z] ad5410d31a15: Waiting [2025-08-04T08:25:59.577Z] 8911e8ead0ee: Waiting [2025-08-04T08:25:59.577Z] 097100c76c15: Waiting [2025-08-04T08:25:59.577Z] 8ea4cbe52adb: Waiting [2025-08-04T08:25:59.577Z] 13d2b8803958: Layer already exists [2025-08-04T08:25:59.577Z] 3bbfd086e759: Layer already exists [2025-08-04T08:25:59.577Z] 311001f8a19a: Layer already exists [2025-08-04T08:25:59.577Z] 5e4cc09c7fe3: Layer already exists [2025-08-04T08:25:59.577Z] ee5f83622a09: Layer already exists [2025-08-04T08:25:59.577Z] ad5410d31a15: Layer already exists [2025-08-04T08:25:59.577Z] 8ea4cbe52adb: Layer already exists [2025-08-04T08:25:59.577Z] 8911e8ead0ee: Layer already exists [2025-08-04T08:25:59.577Z] 097100c76c15: Layer already exists [2025-08-04T08:25:59.577Z] 4.1.0-dev.42: digest: sha256:4b23ff34564ae02d21503d1c172d657dae0923a8b1989a1c932344c27d6b3a2c size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:25:59.900Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:26:00.228Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:26:00.228Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-08-04T08:26:00.228Z] 3bbfd086e759: Preparing [2025-08-04T08:26:00.228Z] ee5f83622a09: Preparing [2025-08-04T08:26:00.228Z] 311001f8a19a: Preparing [2025-08-04T08:26:00.228Z] 5e4cc09c7fe3: Preparing [2025-08-04T08:26:00.228Z] 13d2b8803958: Preparing [2025-08-04T08:26:00.228Z] ad5410d31a15: Preparing [2025-08-04T08:26:00.228Z] 8911e8ead0ee: Preparing [2025-08-04T08:26:00.228Z] 8ea4cbe52adb: Preparing [2025-08-04T08:26:00.228Z] 097100c76c15: Preparing [2025-08-04T08:26:00.228Z] ad5410d31a15: Waiting [2025-08-04T08:26:00.228Z] 8911e8ead0ee: Waiting [2025-08-04T08:26:00.228Z] 8ea4cbe52adb: Waiting [2025-08-04T08:26:00.228Z] 097100c76c15: Waiting [2025-08-04T08:26:00.228Z] 5e4cc09c7fe3: Layer already exists [2025-08-04T08:26:00.228Z] 13d2b8803958: Layer already exists [2025-08-04T08:26:00.228Z] ee5f83622a09: Layer already exists [2025-08-04T08:26:00.228Z] 311001f8a19a: Layer already exists [2025-08-04T08:26:00.228Z] 3bbfd086e759: Layer already exists [2025-08-04T08:26:00.228Z] 8911e8ead0ee: Layer already exists [2025-08-04T08:26:00.228Z] 097100c76c15: Layer already exists [2025-08-04T08:26:00.228Z] ad5410d31a15: Layer already exists [2025-08-04T08:26:00.228Z] 8ea4cbe52adb: Layer already exists [2025-08-04T08:26:00.228Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:4b23ff34564ae02d21503d1c172d657dae0923a8b1989a1c932344c27d6b3a2c size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:26:00.570Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:26:00.892Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-08-04T08:26:00.892Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-08-04T08:26:00.892Z] 3bbfd086e759: Preparing [2025-08-04T08:26:00.892Z] ee5f83622a09: Preparing [2025-08-04T08:26:00.892Z] 311001f8a19a: Preparing [2025-08-04T08:26:00.892Z] 5e4cc09c7fe3: Preparing [2025-08-04T08:26:00.892Z] 13d2b8803958: Preparing [2025-08-04T08:26:00.892Z] ad5410d31a15: Preparing [2025-08-04T08:26:00.892Z] 8911e8ead0ee: Preparing [2025-08-04T08:26:00.892Z] 8ea4cbe52adb: Preparing [2025-08-04T08:26:00.892Z] 097100c76c15: Preparing [2025-08-04T08:26:00.892Z] 8911e8ead0ee: Waiting [2025-08-04T08:26:00.892Z] 8ea4cbe52adb: Waiting [2025-08-04T08:26:00.892Z] 097100c76c15: Waiting [2025-08-04T08:26:00.892Z] ad5410d31a15: Waiting [2025-08-04T08:26:00.892Z] 311001f8a19a: Layer already exists [2025-08-04T08:26:00.892Z] ee5f83622a09: Layer already exists [2025-08-04T08:26:00.892Z] 13d2b8803958: Layer already exists [2025-08-04T08:26:00.892Z] 5e4cc09c7fe3: Layer already exists [2025-08-04T08:26:00.892Z] 3bbfd086e759: Layer already exists [2025-08-04T08:26:00.892Z] ad5410d31a15: Layer already exists [2025-08-04T08:26:00.892Z] 8ea4cbe52adb: Layer already exists [2025-08-04T08:26:00.892Z] 8911e8ead0ee: Layer already exists [2025-08-04T08:26:00.892Z] 097100c76c15: Layer already exists [2025-08-04T08:26:00.892Z] main: digest: sha256:4b23ff34564ae02d21503d1c172d657dae0923a8b1989a1c932344c27d6b3a2c size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-04T08:26:00.973Z] ===================================================== [Pipeline] echo [2025-08-04T08:26:00.990Z] taggedImages: [2025-08-04T08:26:00.990Z] - nexus3.edgexfoundry.org:10004/security-spire-server:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:26:00.990Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-08-04T08:26:00.990Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42 [2025-08-04T08:26:00.990Z] - nexus3.edgexfoundry.org:10004/security-spire-server:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:26:00.990Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2025-08-04T08:26:01.017Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2025-08-04T08:26:01.017Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:26:01.017Z] latest [2025-08-04T08:26:01.017Z] 4.1.0-dev.42 [2025-08-04T08:26:01.017Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:26:01.017Z] main [2025-08-04T08:26:01.017Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:26:01.361Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:26:01.678Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:26:01.678Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-08-04T08:26:01.678Z] 48be6832d3a9: Preparing [2025-08-04T08:26:01.678Z] e693297dba02: Preparing [2025-08-04T08:26:01.678Z] 5e4cc09c7fe3: Preparing [2025-08-04T08:26:01.678Z] 13d2b8803958: Preparing [2025-08-04T08:26:01.678Z] ec72ade28b96: Preparing [2025-08-04T08:26:01.678Z] 69bf1ee3be52: Preparing [2025-08-04T08:26:01.678Z] 097100c76c15: Preparing [2025-08-04T08:26:01.678Z] 69bf1ee3be52: Waiting [2025-08-04T08:26:01.678Z] 5e4cc09c7fe3: Layer already exists [2025-08-04T08:26:01.678Z] 13d2b8803958: Layer already exists [2025-08-04T08:26:01.678Z] 097100c76c15: Layer already exists [2025-08-04T08:26:01.678Z] 48be6832d3a9: Pushed [2025-08-04T08:26:01.678Z] ec72ade28b96: Pushed [2025-08-04T08:26:02.244Z] 69bf1ee3be52: Pushed [2025-08-04T08:26:05.531Z] e693297dba02: Pushed [2025-08-04T08:26:05.531Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:b9251db609c0ea05d2b073c68cb3c28c623cc4b4547b6fe111223292b8d845a2 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:26:05.865Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:26:06.201Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-08-04T08:26:06.201Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-08-04T08:26:06.201Z] 48be6832d3a9: Preparing [2025-08-04T08:26:06.201Z] e693297dba02: Preparing [2025-08-04T08:26:06.201Z] 5e4cc09c7fe3: Preparing [2025-08-04T08:26:06.201Z] 13d2b8803958: Preparing [2025-08-04T08:26:06.201Z] ec72ade28b96: Preparing [2025-08-04T08:26:06.201Z] 69bf1ee3be52: Preparing [2025-08-04T08:26:06.201Z] 097100c76c15: Preparing [2025-08-04T08:26:06.201Z] 097100c76c15: Waiting [2025-08-04T08:26:06.201Z] 69bf1ee3be52: Waiting [2025-08-04T08:26:06.201Z] 5e4cc09c7fe3: Layer already exists [2025-08-04T08:26:06.201Z] 48be6832d3a9: Layer already exists [2025-08-04T08:26:06.201Z] e693297dba02: Layer already exists [2025-08-04T08:26:06.201Z] 13d2b8803958: Layer already exists [2025-08-04T08:26:06.201Z] ec72ade28b96: Layer already exists [2025-08-04T08:26:06.201Z] 097100c76c15: Layer already exists [2025-08-04T08:26:06.201Z] 69bf1ee3be52: Layer already exists [2025-08-04T08:26:06.201Z] latest: digest: sha256:b9251db609c0ea05d2b073c68cb3c28c623cc4b4547b6fe111223292b8d845a2 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:26:06.538Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:26:06.866Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42 [2025-08-04T08:26:06.866Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-08-04T08:26:06.866Z] 48be6832d3a9: Preparing [2025-08-04T08:26:06.866Z] e693297dba02: Preparing [2025-08-04T08:26:06.866Z] 5e4cc09c7fe3: Preparing [2025-08-04T08:26:06.866Z] 13d2b8803958: Preparing [2025-08-04T08:26:06.866Z] ec72ade28b96: Preparing [2025-08-04T08:26:06.866Z] 69bf1ee3be52: Preparing [2025-08-04T08:26:06.866Z] 097100c76c15: Preparing [2025-08-04T08:26:06.866Z] 097100c76c15: Waiting [2025-08-04T08:26:06.866Z] 69bf1ee3be52: Waiting [2025-08-04T08:26:06.866Z] e693297dba02: Layer already exists [2025-08-04T08:26:06.866Z] ec72ade28b96: Layer already exists [2025-08-04T08:26:06.866Z] 13d2b8803958: Layer already exists [2025-08-04T08:26:06.866Z] 5e4cc09c7fe3: Layer already exists [2025-08-04T08:26:06.866Z] 48be6832d3a9: Layer already exists [2025-08-04T08:26:06.866Z] 69bf1ee3be52: Layer already exists [2025-08-04T08:26:06.866Z] 097100c76c15: Layer already exists [2025-08-04T08:26:06.866Z] 4.1.0-dev.42: digest: sha256:b9251db609c0ea05d2b073c68cb3c28c623cc4b4547b6fe111223292b8d845a2 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:26:07.200Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:26:07.526Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:26:07.526Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-08-04T08:26:07.526Z] 48be6832d3a9: Preparing [2025-08-04T08:26:07.526Z] e693297dba02: Preparing [2025-08-04T08:26:07.526Z] 5e4cc09c7fe3: Preparing [2025-08-04T08:26:07.526Z] 13d2b8803958: Preparing [2025-08-04T08:26:07.526Z] ec72ade28b96: Preparing [2025-08-04T08:26:07.526Z] 69bf1ee3be52: Preparing [2025-08-04T08:26:07.526Z] 097100c76c15: Preparing [2025-08-04T08:26:07.526Z] 097100c76c15: Waiting [2025-08-04T08:26:07.526Z] 69bf1ee3be52: Waiting [2025-08-04T08:26:07.526Z] 48be6832d3a9: Layer already exists [2025-08-04T08:26:07.526Z] 13d2b8803958: Layer already exists [2025-08-04T08:26:07.526Z] 5e4cc09c7fe3: Layer already exists [2025-08-04T08:26:07.526Z] ec72ade28b96: Layer already exists [2025-08-04T08:26:07.526Z] e693297dba02: Layer already exists [2025-08-04T08:26:07.526Z] 69bf1ee3be52: Layer already exists [2025-08-04T08:26:07.526Z] 097100c76c15: Layer already exists [2025-08-04T08:26:07.526Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:b9251db609c0ea05d2b073c68cb3c28c623cc4b4547b6fe111223292b8d845a2 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:26:07.854Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:26:08.184Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2025-08-04T08:26:08.184Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-08-04T08:26:08.184Z] 48be6832d3a9: Preparing [2025-08-04T08:26:08.184Z] e693297dba02: Preparing [2025-08-04T08:26:08.184Z] 5e4cc09c7fe3: Preparing [2025-08-04T08:26:08.184Z] 13d2b8803958: Preparing [2025-08-04T08:26:08.184Z] ec72ade28b96: Preparing [2025-08-04T08:26:08.184Z] 69bf1ee3be52: Preparing [2025-08-04T08:26:08.184Z] 097100c76c15: Preparing [2025-08-04T08:26:08.184Z] 097100c76c15: Waiting [2025-08-04T08:26:08.184Z] 69bf1ee3be52: Waiting [2025-08-04T08:26:08.184Z] 5e4cc09c7fe3: Layer already exists [2025-08-04T08:26:08.184Z] 48be6832d3a9: Layer already exists [2025-08-04T08:26:08.184Z] 13d2b8803958: Layer already exists [2025-08-04T08:26:08.184Z] ec72ade28b96: Layer already exists [2025-08-04T08:26:08.184Z] e693297dba02: Layer already exists [2025-08-04T08:26:08.184Z] 69bf1ee3be52: Layer already exists [2025-08-04T08:26:08.184Z] 097100c76c15: Layer already exists [2025-08-04T08:26:08.184Z] main: digest: sha256:b9251db609c0ea05d2b073c68cb3c28c623cc4b4547b6fe111223292b8d845a2 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-04T08:26:08.254Z] ===================================================== [Pipeline] echo [2025-08-04T08:26:08.271Z] taggedImages: [2025-08-04T08:26:08.271Z] - nexus3.edgexfoundry.org:10004/support-notifications:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:26:08.271Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-08-04T08:26:08.271Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42 [2025-08-04T08:26:08.271Z] - nexus3.edgexfoundry.org:10004/support-notifications:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:26:08.271Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2025-08-04T08:26:08.299Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2025-08-04T08:26:08.299Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:26:08.299Z] latest [2025-08-04T08:26:08.299Z] 4.1.0-dev.42 [2025-08-04T08:26:08.299Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:26:08.299Z] main [2025-08-04T08:26:08.299Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:26:08.652Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:26:08.985Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:26:08.985Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-08-04T08:26:08.985Z] 1e5d8585d92a: Preparing [2025-08-04T08:26:08.985Z] b5f46fe1416e: Preparing [2025-08-04T08:26:08.985Z] 5e4cc09c7fe3: Preparing [2025-08-04T08:26:08.985Z] 13d2b8803958: Preparing [2025-08-04T08:26:08.985Z] fe82e6fce081: Preparing [2025-08-04T08:26:08.985Z] 10865816c856: Preparing [2025-08-04T08:26:08.985Z] 097100c76c15: Preparing [2025-08-04T08:26:08.985Z] 10865816c856: Waiting [2025-08-04T08:26:08.985Z] 097100c76c15: Waiting [2025-08-04T08:26:08.985Z] 5e4cc09c7fe3: Layer already exists [2025-08-04T08:26:08.985Z] 13d2b8803958: Layer already exists [2025-08-04T08:26:08.985Z] 097100c76c15: Layer already exists [2025-08-04T08:26:08.986Z] fe82e6fce081: Pushed [2025-08-04T08:26:08.986Z] 1e5d8585d92a: Pushed [2025-08-04T08:26:09.243Z] 10865816c856: Pushed [2025-08-04T08:26:13.433Z] b5f46fe1416e: Pushed [2025-08-04T08:26:13.434Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:9d4b7b14a5e98b7f77a753944458961d699882e4ab956001a94f12617a4b350b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:26:13.762Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:26:14.089Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-08-04T08:26:14.090Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-08-04T08:26:14.090Z] 1e5d8585d92a: Preparing [2025-08-04T08:26:14.090Z] b5f46fe1416e: Preparing [2025-08-04T08:26:14.090Z] 5e4cc09c7fe3: Preparing [2025-08-04T08:26:14.090Z] 13d2b8803958: Preparing [2025-08-04T08:26:14.090Z] fe82e6fce081: Preparing [2025-08-04T08:26:14.090Z] 10865816c856: Preparing [2025-08-04T08:26:14.090Z] 097100c76c15: Preparing [2025-08-04T08:26:14.090Z] 10865816c856: Waiting [2025-08-04T08:26:14.090Z] 097100c76c15: Waiting [2025-08-04T08:26:14.090Z] 1e5d8585d92a: Layer already exists [2025-08-04T08:26:14.090Z] fe82e6fce081: Layer already exists [2025-08-04T08:26:14.090Z] 13d2b8803958: Layer already exists [2025-08-04T08:26:14.090Z] 5e4cc09c7fe3: Layer already exists [2025-08-04T08:26:14.090Z] b5f46fe1416e: Layer already exists [2025-08-04T08:26:14.090Z] 097100c76c15: Layer already exists [2025-08-04T08:26:14.090Z] 10865816c856: Layer already exists [2025-08-04T08:26:14.090Z] latest: digest: sha256:9d4b7b14a5e98b7f77a753944458961d699882e4ab956001a94f12617a4b350b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:26:14.422Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:26:14.751Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42 [2025-08-04T08:26:14.751Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-08-04T08:26:14.751Z] 1e5d8585d92a: Preparing [2025-08-04T08:26:14.751Z] b5f46fe1416e: Preparing [2025-08-04T08:26:14.751Z] 5e4cc09c7fe3: Preparing [2025-08-04T08:26:14.751Z] 13d2b8803958: Preparing [2025-08-04T08:26:14.751Z] fe82e6fce081: Preparing [2025-08-04T08:26:14.751Z] 10865816c856: Preparing [2025-08-04T08:26:14.751Z] 097100c76c15: Preparing [2025-08-04T08:26:14.751Z] 10865816c856: Waiting [2025-08-04T08:26:14.751Z] 097100c76c15: Waiting [2025-08-04T08:26:14.751Z] 5e4cc09c7fe3: Layer already exists [2025-08-04T08:26:14.752Z] b5f46fe1416e: Layer already exists [2025-08-04T08:26:14.752Z] fe82e6fce081: Layer already exists [2025-08-04T08:26:14.752Z] 1e5d8585d92a: Layer already exists [2025-08-04T08:26:14.752Z] 13d2b8803958: Layer already exists [2025-08-04T08:26:14.752Z] 097100c76c15: Layer already exists [2025-08-04T08:26:14.752Z] 10865816c856: Layer already exists [2025-08-04T08:26:14.752Z] 4.1.0-dev.42: digest: sha256:9d4b7b14a5e98b7f77a753944458961d699882e4ab956001a94f12617a4b350b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:26:15.095Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:26:15.424Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:26:15.424Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-08-04T08:26:15.424Z] 1e5d8585d92a: Preparing [2025-08-04T08:26:15.424Z] b5f46fe1416e: Preparing [2025-08-04T08:26:15.424Z] 5e4cc09c7fe3: Preparing [2025-08-04T08:26:15.424Z] 13d2b8803958: Preparing [2025-08-04T08:26:15.424Z] fe82e6fce081: Preparing [2025-08-04T08:26:15.424Z] 10865816c856: Preparing [2025-08-04T08:26:15.424Z] 097100c76c15: Preparing [2025-08-04T08:26:15.424Z] 097100c76c15: Waiting [2025-08-04T08:26:15.424Z] 10865816c856: Waiting [2025-08-04T08:26:15.424Z] 5e4cc09c7fe3: Layer already exists [2025-08-04T08:26:15.424Z] 1e5d8585d92a: Layer already exists [2025-08-04T08:26:15.424Z] fe82e6fce081: Layer already exists [2025-08-04T08:26:15.424Z] 13d2b8803958: Layer already exists [2025-08-04T08:26:15.424Z] b5f46fe1416e: Layer already exists [2025-08-04T08:26:15.424Z] 10865816c856: Layer already exists [2025-08-04T08:26:15.424Z] 097100c76c15: Layer already exists [2025-08-04T08:26:15.424Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:9d4b7b14a5e98b7f77a753944458961d699882e4ab956001a94f12617a4b350b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:26:15.753Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:26:16.142Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-08-04T08:26:16.142Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-08-04T08:26:16.142Z] 1e5d8585d92a: Preparing [2025-08-04T08:26:16.142Z] b5f46fe1416e: Preparing [2025-08-04T08:26:16.142Z] 5e4cc09c7fe3: Preparing [2025-08-04T08:26:16.142Z] 13d2b8803958: Preparing [2025-08-04T08:26:16.142Z] fe82e6fce081: Preparing [2025-08-04T08:26:16.142Z] 10865816c856: Preparing [2025-08-04T08:26:16.142Z] 097100c76c15: Preparing [2025-08-04T08:26:16.142Z] 10865816c856: Waiting [2025-08-04T08:26:16.142Z] 097100c76c15: Waiting [2025-08-04T08:26:16.142Z] 1e5d8585d92a: Layer already exists [2025-08-04T08:26:16.142Z] fe82e6fce081: Layer already exists [2025-08-04T08:26:16.142Z] 13d2b8803958: Layer already exists [2025-08-04T08:26:16.142Z] 5e4cc09c7fe3: Layer already exists [2025-08-04T08:26:16.142Z] b5f46fe1416e: Layer already exists [2025-08-04T08:26:16.142Z] 097100c76c15: Layer already exists [2025-08-04T08:26:16.142Z] 10865816c856: Layer already exists [2025-08-04T08:26:16.142Z] main: digest: sha256:9d4b7b14a5e98b7f77a753944458961d699882e4ab956001a94f12617a4b350b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-04T08:26:16.220Z] ===================================================== [Pipeline] echo [2025-08-04T08:26:16.235Z] taggedImages: [2025-08-04T08:26:16.235Z] - nexus3.edgexfoundry.org:10004/support-scheduler:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:26:16.235Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-08-04T08:26:16.235Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42 [2025-08-04T08:26:16.235Z] - nexus3.edgexfoundry.org:10004/support-scheduler:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:26:16.235Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo [2025-08-04T08:26:16.300Z] ========================================================= [2025-08-04T08:26:16.300Z] [edgeXBuildMultiArch] RAW Config: [2025-08-04T08:26:16.300Z] images: [2025-08-04T08:26:16.300Z] - nexus3.edgexfoundry.org:10004/core-command:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:26:16.300Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2025-08-04T08:26:16.300Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42 [2025-08-04T08:26:16.300Z] - nexus3.edgexfoundry.org:10004/core-command:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:26:16.300Z] - nexus3.edgexfoundry.org:10004/core-command:main [2025-08-04T08:26:16.300Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:26:16.300Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-08-04T08:26:16.300Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42 [2025-08-04T08:26:16.300Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:26:16.300Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-08-04T08:26:16.300Z] - nexus3.edgexfoundry.org:10004/core-data:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:26:16.300Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2025-08-04T08:26:16.300Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42 [2025-08-04T08:26:16.300Z] - nexus3.edgexfoundry.org:10004/core-data:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:26:16.300Z] - nexus3.edgexfoundry.org:10004/core-data:main [2025-08-04T08:26:16.300Z] - nexus3.edgexfoundry.org:10004/core-keeper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:26:16.300Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-08-04T08:26:16.300Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42 [2025-08-04T08:26:16.300Z] - nexus3.edgexfoundry.org:10004/core-keeper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:26:16.300Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [2025-08-04T08:26:16.300Z] - nexus3.edgexfoundry.org:10004/core-metadata:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:26:16.300Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-08-04T08:26:16.300Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42 [2025-08-04T08:26:16.300Z] - nexus3.edgexfoundry.org:10004/core-metadata:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:26:16.300Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [2025-08-04T08:26:16.300Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:26:16.300Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-08-04T08:26:16.300Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42 [2025-08-04T08:26:16.300Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:26:16.300Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-08-04T08:26:16.300Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:26:16.300Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-08-04T08:26:16.300Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42 [2025-08-04T08:26:16.300Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:26:16.300Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-08-04T08:26:16.300Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:26:16.300Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-08-04T08:26:16.300Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42 [2025-08-04T08:26:16.300Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:26:16.300Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-08-04T08:26:16.300Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:26:16.300Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-08-04T08:26:16.300Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42 [2025-08-04T08:26:16.300Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:26:16.300Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-08-04T08:26:16.300Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:26:16.300Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-08-04T08:26:16.300Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42 [2025-08-04T08:26:16.300Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:26:16.300Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-08-04T08:26:16.300Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:26:16.300Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-08-04T08:26:16.300Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42 [2025-08-04T08:26:16.300Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:26:16.300Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-08-04T08:26:16.300Z] - nexus3.edgexfoundry.org:10004/security-spire-config:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:26:16.300Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-08-04T08:26:16.300Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42 [2025-08-04T08:26:16.300Z] - nexus3.edgexfoundry.org:10004/security-spire-config:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:26:16.300Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-08-04T08:26:16.300Z] - nexus3.edgexfoundry.org:10004/security-spire-server:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:26:16.300Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-08-04T08:26:16.300Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42 [2025-08-04T08:26:16.300Z] - nexus3.edgexfoundry.org:10004/security-spire-server:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:26:16.300Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-08-04T08:26:16.300Z] - nexus3.edgexfoundry.org:10004/support-notifications:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:26:16.300Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-08-04T08:26:16.300Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42 [2025-08-04T08:26:16.300Z] - nexus3.edgexfoundry.org:10004/support-notifications:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:26:16.300Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [2025-08-04T08:26:16.300Z] - nexus3.edgexfoundry.org:10004/support-scheduler:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:26:16.300Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-08-04T08:26:16.300Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42 [2025-08-04T08:26:16.300Z] - nexus3.edgexfoundry.org:10004/support-scheduler:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:26:16.300Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-08-04T08:26:16.300Z] settingsFile: [2025-08-04T08:26:16.300Z] edgex-go-settings [2025-08-04T08:26:16.300Z] ========================================================= [Pipeline] node [2025-08-04T08:26:31.303Z] Still waiting to schedule task [2025-08-04T08:26:31.304Z] All nodes of label ‘centos7-docker-4c-2g’ are offline [2025-08-04T08:26:58.158Z] Running on prd-centos7-docker-4c-2g-6243 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-04T08:26:58.208Z] provisioning config files... [2025-08-04T08:26:58.246Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config12752506846946363697tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-04T08:27:00.345Z] ---> ****-login.sh [2025-08-04T08:27:00.345Z] nexus3.edgexfoundry.org:10001 [2025-08-04T08:27:00.621Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T08:27:00.891Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-04T08:27:00.891Z] Configure a credential helper to remove this warning. See [2025-08-04T08:27:00.891Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-04T08:27:00.891Z] [2025-08-04T08:27:00.891Z] Login Succeeded [2025-08-04T08:27:00.891Z] nexus3.edgexfoundry.org:10002 [2025-08-04T08:27:00.891Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T08:27:01.166Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-04T08:27:01.166Z] Configure a credential helper to remove this warning. See [2025-08-04T08:27:01.166Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-04T08:27:01.166Z] [2025-08-04T08:27:01.166Z] Login Succeeded [2025-08-04T08:27:01.166Z] nexus3.edgexfoundry.org:10003 [2025-08-04T08:27:01.166Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T08:27:01.436Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-04T08:27:01.436Z] Configure a credential helper to remove this warning. See [2025-08-04T08:27:01.436Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-04T08:27:01.436Z] [2025-08-04T08:27:01.436Z] Login Succeeded [2025-08-04T08:27:01.436Z] nexus3.edgexfoundry.org:10004 [2025-08-04T08:27:01.436Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T08:27:01.706Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-04T08:27:01.706Z] Configure a credential helper to remove this warning. See [2025-08-04T08:27:01.706Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-04T08:27:01.706Z] [2025-08-04T08:27:01.706Z] Login Succeeded [2025-08-04T08:27:01.706Z] ****.io [2025-08-04T08:27:01.706Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T08:27:01.969Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-04T08:27:01.969Z] Configure a credential helper to remove this warning. See [2025-08-04T08:27:01.969Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-04T08:27:01.969Z] [2025-08-04T08:27:01.969Z] Login Succeeded [2025-08-04T08:27:01.969Z] ---> ****-login.sh ends [Pipeline] } [2025-08-04T08:27:01.982Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-08-04T08:27:02.347Z] + docker buildx ls [2025-08-04T08:27:02.347Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-08-04T08:27:02.347Z] default * docker [2025-08-04T08:27:02.347Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-08-04T08:27:02.654Z] + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use [2025-08-04T08:27:02.654Z] edgex-builder [Pipeline] sh [2025-08-04T08:27:02.957Z] + docker buildx inspect --bootstrap [2025-08-04T08:27:02.957Z] #1 [internal] booting buildkit [2025-08-04T08:27:02.957Z] #1 pulling image moby/buildkit:buildx-stable-1 [2025-08-04T08:27:06.517Z] #1 pulling image moby/buildkit:buildx-stable-1 3.4s done [2025-08-04T08:27:06.517Z] #1 creating container buildx_buildkit_edgex-builder0 [2025-08-04T08:27:07.909Z] #1 creating container buildx_buildkit_edgex-builder0 1.6s done [2025-08-04T08:27:07.909Z] #1 DONE 4.9s [2025-08-04T08:27:07.909Z] Name: edgex-builder [2025-08-04T08:27:07.909Z] Driver: docker-container [2025-08-04T08:27:07.909Z] [2025-08-04T08:27:07.909Z] Nodes: [2025-08-04T08:27:07.909Z] Name: edgex-builder0 [2025-08-04T08:27:07.909Z] Endpoint: unix:///var/run/docker.sock [2025-08-04T08:27:07.909Z] Status: running [2025-08-04T08:27:07.909Z] Buildkit: v0.22.0 [2025-08-04T08:27:07.909Z] Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh [2025-08-04T08:27:08.214Z] + docker buildx ls [2025-08-04T08:27:08.214Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-08-04T08:27:08.214Z] edgex-builder * docker-container [2025-08-04T08:27:08.214Z] edgex-builder0 unix:///var/run/docker.sock running v0.22.0 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [2025-08-04T08:27:08.214Z] default docker [2025-08-04T08:27:08.214Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-08-04T08:27:08.526Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b' [2025-08-04T08:27:08.526Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b --push - [2025-08-04T08:27:09.098Z] #1 [internal] load build definition from Dockerfile [2025-08-04T08:27:09.098Z] #1 transferring dockerfile: 197B 0.0s done [2025-08-04T08:27:09.098Z] #1 DONE 0.0s [2025-08-04T08:27:09.098Z] [2025-08-04T08:27:09.098Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:27:09.098Z] #2 DONE 0.1s [2025-08-04T08:27:09.098Z] [2025-08-04T08:27:09.098Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:27:09.098Z] #3 DONE 0.1s [2025-08-04T08:27:09.098Z] [2025-08-04T08:27:09.098Z] #4 [internal] load .dockerignore [2025-08-04T08:27:09.098Z] #4 transferring context: 2B done [2025-08-04T08:27:09.098Z] #4 DONE 0.0s [2025-08-04T08:27:09.098Z] [2025-08-04T08:27:09.098Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:a1e22be709460b5688deb169991c8db2141cb24cf6b078d0db6c194582271675 [2025-08-04T08:27:09.098Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:a1e22be709460b5688deb169991c8db2141cb24cf6b078d0db6c194582271675 0.0s done [2025-08-04T08:27:09.098Z] #5 DONE 0.0s [2025-08-04T08:27:09.098Z] [2025-08-04T08:27:09.098Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:a1e22be709460b5688deb169991c8db2141cb24cf6b078d0db6c194582271675 [2025-08-04T08:27:09.098Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:a1e22be709460b5688deb169991c8db2141cb24cf6b078d0db6c194582271675 0.0s done [2025-08-04T08:27:09.098Z] #6 DONE 0.1s [2025-08-04T08:27:09.357Z] [2025-08-04T08:27:09.357Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T08:27:09.357Z] #7 DONE 0.0s [2025-08-04T08:27:09.357Z] [2025-08-04T08:27:09.357Z] #8 exporting to image [2025-08-04T08:27:09.357Z] #8 exporting layers done [2025-08-04T08:27:09.357Z] #8 exporting manifest sha256:d269c372c45747f4d2a816b00e00dad74cb73436aa9fe46892b846f0122a15b0 done [2025-08-04T08:27:09.357Z] #8 exporting config sha256:d4f3eaa112988628f112786cebe91166343d2f65dc6ca3fdc639fe4650457b76 done [2025-08-04T08:27:09.357Z] #8 exporting manifest sha256:f160bd8cd1d9b08be37943c5825560ac3b3e5e744bc6ec63c8da2894b2b6e06c 0.0s done [2025-08-04T08:27:09.357Z] #8 exporting config sha256:251b19f7c055ee1b3539071a8041026f5c07160038734c730aa59eeb885c9e5f done [2025-08-04T08:27:09.357Z] #8 exporting manifest list sha256:402254384a5084a76c7da8e966f5f00f264c94bc7c119cb0fac573a48e4cdbe7 done [2025-08-04T08:27:09.357Z] #8 pushing layers 0.1s done [2025-08-04T08:27:09.358Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:402254384a5084a76c7da8e966f5f00f264c94bc7c119cb0fac573a48e4cdbe7 [2025-08-04T08:27:09.358Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T08:27:09.358Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:402254384a5084a76c7da8e966f5f00f264c94bc7c119cb0fac573a48e4cdbe7 0.1s done [2025-08-04T08:27:09.358Z] #8 DONE 0.2s [2025-08-04T08:27:09.618Z] [2025-08-04T08:27:09.618Z] 1 warning found (use --debug to expand): [2025-08-04T08:27:09.618Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T08:27:09.925Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:latest --push - [2025-08-04T08:27:09.925Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:latest' [2025-08-04T08:27:10.185Z] #1 [internal] load build definition from Dockerfile [2025-08-04T08:27:10.185Z] #1 transferring dockerfile: 163B done [2025-08-04T08:27:10.185Z] #1 DONE 0.0s [2025-08-04T08:27:10.185Z] [2025-08-04T08:27:10.185Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest [2025-08-04T08:27:10.185Z] #2 DONE 0.0s [2025-08-04T08:27:10.185Z] [2025-08-04T08:27:10.185Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest [2025-08-04T08:27:10.185Z] #3 DONE 0.0s [2025-08-04T08:27:10.185Z] [2025-08-04T08:27:10.185Z] #4 [internal] load .dockerignore [2025-08-04T08:27:10.185Z] #4 transferring context: 2B done [2025-08-04T08:27:10.185Z] #4 DONE 0.0s [2025-08-04T08:27:10.185Z] [2025-08-04T08:27:10.185Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:a1e22be709460b5688deb169991c8db2141cb24cf6b078d0db6c194582271675 [2025-08-04T08:27:10.185Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:a1e22be709460b5688deb169991c8db2141cb24cf6b078d0db6c194582271675 0.0s done [2025-08-04T08:27:10.185Z] #5 DONE 0.0s [2025-08-04T08:27:10.186Z] [2025-08-04T08:27:10.186Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:a1e22be709460b5688deb169991c8db2141cb24cf6b078d0db6c194582271675 [2025-08-04T08:27:10.186Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:a1e22be709460b5688deb169991c8db2141cb24cf6b078d0db6c194582271675 0.0s done [2025-08-04T08:27:10.186Z] #6 CACHED [2025-08-04T08:27:10.186Z] [2025-08-04T08:27:10.186Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:a1e22be709460b5688deb169991c8db2141cb24cf6b078d0db6c194582271675 [2025-08-04T08:27:10.186Z] #5 CACHED [2025-08-04T08:27:10.186Z] [2025-08-04T08:27:10.186Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T08:27:10.186Z] #7 DONE 0.0s [2025-08-04T08:27:10.186Z] [2025-08-04T08:27:10.186Z] #8 exporting to image [2025-08-04T08:27:10.186Z] #8 exporting layers done [2025-08-04T08:27:10.186Z] #8 exporting manifest sha256:d269c372c45747f4d2a816b00e00dad74cb73436aa9fe46892b846f0122a15b0 done [2025-08-04T08:27:10.186Z] #8 exporting config sha256:d4f3eaa112988628f112786cebe91166343d2f65dc6ca3fdc639fe4650457b76 done [2025-08-04T08:27:10.186Z] #8 exporting manifest sha256:f160bd8cd1d9b08be37943c5825560ac3b3e5e744bc6ec63c8da2894b2b6e06c done [2025-08-04T08:27:10.186Z] #8 exporting config sha256:251b19f7c055ee1b3539071a8041026f5c07160038734c730aa59eeb885c9e5f done [2025-08-04T08:27:10.186Z] #8 exporting manifest list sha256:402254384a5084a76c7da8e966f5f00f264c94bc7c119cb0fac573a48e4cdbe7 done [2025-08-04T08:27:10.186Z] #8 pushing layers 0.0s done [2025-08-04T08:27:10.186Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:402254384a5084a76c7da8e966f5f00f264c94bc7c119cb0fac573a48e4cdbe7 [2025-08-04T08:27:10.186Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T08:27:10.186Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:402254384a5084a76c7da8e966f5f00f264c94bc7c119cb0fac573a48e4cdbe7 0.1s done [2025-08-04T08:27:10.186Z] #8 DONE 0.1s [2025-08-04T08:27:10.186Z] [2025-08-04T08:27:10.186Z] 1 warning found (use --debug to expand): [2025-08-04T08:27:10.186Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T08:27:10.479Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42' [2025-08-04T08:27:10.480Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42 --push - [2025-08-04T08:27:10.480Z] #1 [internal] load build definition from Dockerfile [2025-08-04T08:27:10.480Z] #1 transferring dockerfile: 169B done [2025-08-04T08:27:10.480Z] #1 DONE 0.0s [2025-08-04T08:27:10.480Z] [2025-08-04T08:27:10.480Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42 [2025-08-04T08:27:10.480Z] #2 DONE 0.0s [2025-08-04T08:27:10.480Z] [2025-08-04T08:27:10.480Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42 [2025-08-04T08:27:10.480Z] #3 DONE 0.0s [2025-08-04T08:27:10.480Z] [2025-08-04T08:27:10.480Z] #4 [internal] load .dockerignore [2025-08-04T08:27:10.480Z] #4 transferring context: 2B done [2025-08-04T08:27:10.480Z] #4 DONE 0.0s [2025-08-04T08:27:10.480Z] [2025-08-04T08:27:10.480Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42@sha256:a1e22be709460b5688deb169991c8db2141cb24cf6b078d0db6c194582271675 [2025-08-04T08:27:10.480Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42@sha256:a1e22be709460b5688deb169991c8db2141cb24cf6b078d0db6c194582271675 0.0s done [2025-08-04T08:27:10.480Z] #5 DONE 0.0s [2025-08-04T08:27:10.480Z] [2025-08-04T08:27:10.480Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42@sha256:a1e22be709460b5688deb169991c8db2141cb24cf6b078d0db6c194582271675 [2025-08-04T08:27:10.739Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42@sha256:a1e22be709460b5688deb169991c8db2141cb24cf6b078d0db6c194582271675 0.0s done [2025-08-04T08:27:10.739Z] #6 CACHED [2025-08-04T08:27:10.739Z] [2025-08-04T08:27:10.739Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42@sha256:a1e22be709460b5688deb169991c8db2141cb24cf6b078d0db6c194582271675 [2025-08-04T08:27:10.739Z] #5 CACHED [2025-08-04T08:27:10.739Z] [2025-08-04T08:27:10.739Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T08:27:10.739Z] #7 DONE 0.0s [2025-08-04T08:27:10.739Z] [2025-08-04T08:27:10.739Z] #8 exporting to image [2025-08-04T08:27:10.739Z] #8 exporting layers done [2025-08-04T08:27:10.739Z] #8 exporting manifest sha256:d269c372c45747f4d2a816b00e00dad74cb73436aa9fe46892b846f0122a15b0 done [2025-08-04T08:27:10.739Z] #8 exporting config sha256:d4f3eaa112988628f112786cebe91166343d2f65dc6ca3fdc639fe4650457b76 done [2025-08-04T08:27:10.739Z] #8 exporting manifest sha256:f160bd8cd1d9b08be37943c5825560ac3b3e5e744bc6ec63c8da2894b2b6e06c done [2025-08-04T08:27:10.739Z] #8 exporting config sha256:251b19f7c055ee1b3539071a8041026f5c07160038734c730aa59eeb885c9e5f done [2025-08-04T08:27:10.739Z] #8 exporting manifest list sha256:402254384a5084a76c7da8e966f5f00f264c94bc7c119cb0fac573a48e4cdbe7 done [2025-08-04T08:27:10.739Z] #8 pushing layers 0.0s done [2025-08-04T08:27:10.739Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42@sha256:402254384a5084a76c7da8e966f5f00f264c94bc7c119cb0fac573a48e4cdbe7 0.1s done [2025-08-04T08:27:10.739Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T08:27:10.739Z] #8 DONE 0.1s [2025-08-04T08:27:10.739Z] [2025-08-04T08:27:10.739Z] 1 warning found (use --debug to expand): [2025-08-04T08:27:10.739Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T08:27:11.057Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42' [2025-08-04T08:27:11.057Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 --push - [2025-08-04T08:27:11.057Z] #1 [internal] load build definition from Dockerfile [2025-08-04T08:27:11.057Z] #1 transferring dockerfile: 210B done [2025-08-04T08:27:11.057Z] #1 DONE 0.0s [2025-08-04T08:27:11.057Z] [2025-08-04T08:27:11.057Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:27:11.057Z] #2 DONE 0.0s [2025-08-04T08:27:11.057Z] [2025-08-04T08:27:11.057Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:27:11.057Z] #3 DONE 0.0s [2025-08-04T08:27:11.057Z] [2025-08-04T08:27:11.057Z] #4 [internal] load .dockerignore [2025-08-04T08:27:11.057Z] #4 transferring context: 2B done [2025-08-04T08:27:11.057Z] #4 DONE 0.0s [2025-08-04T08:27:11.057Z] [2025-08-04T08:27:11.057Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:a1e22be709460b5688deb169991c8db2141cb24cf6b078d0db6c194582271675 [2025-08-04T08:27:11.057Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:a1e22be709460b5688deb169991c8db2141cb24cf6b078d0db6c194582271675 0.0s done [2025-08-04T08:27:11.057Z] #5 DONE 0.0s [2025-08-04T08:27:11.057Z] [2025-08-04T08:27:11.057Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:a1e22be709460b5688deb169991c8db2141cb24cf6b078d0db6c194582271675 [2025-08-04T08:27:11.357Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:a1e22be709460b5688deb169991c8db2141cb24cf6b078d0db6c194582271675 0.0s done [2025-08-04T08:27:11.357Z] #6 CACHED [2025-08-04T08:27:11.357Z] [2025-08-04T08:27:11.357Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:a1e22be709460b5688deb169991c8db2141cb24cf6b078d0db6c194582271675 [2025-08-04T08:27:11.357Z] #5 CACHED [2025-08-04T08:27:11.357Z] [2025-08-04T08:27:11.357Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T08:27:11.357Z] #7 DONE 0.0s [2025-08-04T08:27:11.357Z] [2025-08-04T08:27:11.357Z] #8 exporting to image [2025-08-04T08:27:11.357Z] #8 exporting layers done [2025-08-04T08:27:11.358Z] #8 exporting manifest sha256:d269c372c45747f4d2a816b00e00dad74cb73436aa9fe46892b846f0122a15b0 done [2025-08-04T08:27:11.358Z] #8 exporting config sha256:d4f3eaa112988628f112786cebe91166343d2f65dc6ca3fdc639fe4650457b76 done [2025-08-04T08:27:11.358Z] #8 exporting manifest sha256:f160bd8cd1d9b08be37943c5825560ac3b3e5e744bc6ec63c8da2894b2b6e06c done [2025-08-04T08:27:11.358Z] #8 exporting config sha256:251b19f7c055ee1b3539071a8041026f5c07160038734c730aa59eeb885c9e5f done [2025-08-04T08:27:11.358Z] #8 exporting manifest list sha256:402254384a5084a76c7da8e966f5f00f264c94bc7c119cb0fac573a48e4cdbe7 done [2025-08-04T08:27:11.358Z] #8 pushing layers 0.0s done [2025-08-04T08:27:11.358Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:402254384a5084a76c7da8e966f5f00f264c94bc7c119cb0fac573a48e4cdbe7 [2025-08-04T08:27:11.358Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T08:27:11.358Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:402254384a5084a76c7da8e966f5f00f264c94bc7c119cb0fac573a48e4cdbe7 0.1s done [2025-08-04T08:27:11.358Z] #8 DONE 0.1s [2025-08-04T08:27:11.358Z] [2025-08-04T08:27:11.358Z] 1 warning found (use --debug to expand): [2025-08-04T08:27:11.358Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T08:27:11.656Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:main' [2025-08-04T08:27:11.656Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:main --push - [2025-08-04T08:27:11.917Z] #1 [internal] load build definition from Dockerfile [2025-08-04T08:27:11.917Z] #1 transferring dockerfile: 161B done [2025-08-04T08:27:11.917Z] #1 DONE 0.0s [2025-08-04T08:27:11.917Z] [2025-08-04T08:27:11.917Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main [2025-08-04T08:27:11.917Z] #2 DONE 0.0s [2025-08-04T08:27:11.917Z] [2025-08-04T08:27:11.917Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main [2025-08-04T08:27:11.917Z] #3 DONE 0.0s [2025-08-04T08:27:11.917Z] [2025-08-04T08:27:11.917Z] #4 [internal] load .dockerignore [2025-08-04T08:27:11.917Z] #4 transferring context: 2B done [2025-08-04T08:27:11.917Z] #4 DONE 0.0s [2025-08-04T08:27:11.917Z] [2025-08-04T08:27:11.917Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:a1e22be709460b5688deb169991c8db2141cb24cf6b078d0db6c194582271675 [2025-08-04T08:27:11.917Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:a1e22be709460b5688deb169991c8db2141cb24cf6b078d0db6c194582271675 0.0s done [2025-08-04T08:27:11.917Z] #5 DONE 0.0s [2025-08-04T08:27:11.917Z] [2025-08-04T08:27:11.917Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:a1e22be709460b5688deb169991c8db2141cb24cf6b078d0db6c194582271675 [2025-08-04T08:27:11.917Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:a1e22be709460b5688deb169991c8db2141cb24cf6b078d0db6c194582271675 0.0s done [2025-08-04T08:27:11.917Z] #6 CACHED [2025-08-04T08:27:11.917Z] [2025-08-04T08:27:11.917Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:a1e22be709460b5688deb169991c8db2141cb24cf6b078d0db6c194582271675 [2025-08-04T08:27:11.917Z] #5 CACHED [2025-08-04T08:27:11.917Z] [2025-08-04T08:27:11.917Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T08:27:11.917Z] #7 DONE 0.0s [2025-08-04T08:27:11.917Z] [2025-08-04T08:27:11.917Z] #8 exporting to image [2025-08-04T08:27:11.917Z] #8 exporting layers done [2025-08-04T08:27:11.917Z] #8 exporting manifest sha256:d269c372c45747f4d2a816b00e00dad74cb73436aa9fe46892b846f0122a15b0 done [2025-08-04T08:27:11.917Z] #8 exporting config sha256:d4f3eaa112988628f112786cebe91166343d2f65dc6ca3fdc639fe4650457b76 done [2025-08-04T08:27:11.917Z] #8 exporting manifest sha256:f160bd8cd1d9b08be37943c5825560ac3b3e5e744bc6ec63c8da2894b2b6e06c done [2025-08-04T08:27:11.917Z] #8 exporting config sha256:251b19f7c055ee1b3539071a8041026f5c07160038734c730aa59eeb885c9e5f done [2025-08-04T08:27:11.917Z] #8 exporting manifest list sha256:402254384a5084a76c7da8e966f5f00f264c94bc7c119cb0fac573a48e4cdbe7 done [2025-08-04T08:27:11.917Z] #8 pushing layers 0.0s done [2025-08-04T08:27:11.917Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:402254384a5084a76c7da8e966f5f00f264c94bc7c119cb0fac573a48e4cdbe7 0.1s done [2025-08-04T08:27:11.917Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T08:27:11.917Z] #8 DONE 0.1s [2025-08-04T08:27:11.917Z] [2025-08-04T08:27:11.917Z] 1 warning found (use --debug to expand): [2025-08-04T08:27:11.917Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T08:27:12.220Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b' [2025-08-04T08:27:12.220Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b --push - [2025-08-04T08:27:12.480Z] #1 [internal] load build definition from Dockerfile [2025-08-04T08:27:12.480Z] #1 transferring dockerfile: 216B done [2025-08-04T08:27:12.480Z] #1 DONE 0.0s [2025-08-04T08:27:12.480Z] [2025-08-04T08:27:12.480Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:27:12.480Z] #2 DONE 0.0s [2025-08-04T08:27:12.480Z] [2025-08-04T08:27:12.480Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:27:12.480Z] #3 DONE 0.1s [2025-08-04T08:27:12.480Z] [2025-08-04T08:27:12.480Z] #4 [internal] load .dockerignore [2025-08-04T08:27:12.480Z] #4 transferring context: 2B done [2025-08-04T08:27:12.480Z] #4 DONE 0.0s [2025-08-04T08:27:12.480Z] [2025-08-04T08:27:12.480Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:7b814315dd1eafb93e97141a187840ed08636a97312d0c7b414aac6d7bf0c536 [2025-08-04T08:27:12.480Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:7b814315dd1eafb93e97141a187840ed08636a97312d0c7b414aac6d7bf0c536 0.0s done [2025-08-04T08:27:12.480Z] #5 DONE 0.0s [2025-08-04T08:27:12.480Z] [2025-08-04T08:27:12.480Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:7b814315dd1eafb93e97141a187840ed08636a97312d0c7b414aac6d7bf0c536 [2025-08-04T08:27:12.480Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:7b814315dd1eafb93e97141a187840ed08636a97312d0c7b414aac6d7bf0c536 0.0s done [2025-08-04T08:27:12.480Z] #6 DONE 0.1s [2025-08-04T08:27:12.480Z] [2025-08-04T08:27:12.480Z] #7 exporting to image [2025-08-04T08:27:12.480Z] #7 exporting layers done [2025-08-04T08:27:12.480Z] #7 exporting manifest sha256:dbd155130926e52df29eea81947974eb5a38e7c6968d66355177d59939c9f46e 0.0s done [2025-08-04T08:27:12.480Z] #7 exporting config sha256:a6b8122c18b10bed2db3d580ad05a35047727a3fe6c3daab0655dfa862f2dbe1 done [2025-08-04T08:27:12.480Z] #7 exporting manifest sha256:75d42c5e3d72f23d8535e5d9801f21385ea634d013032470e71ceb469dcbb107 0.0s done [2025-08-04T08:27:12.480Z] #7 exporting config sha256:19892e0e7986926fddb91084f318fb6568eecc49ba316afd2fffb46fb40013e1 [2025-08-04T08:27:12.480Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T08:27:12.480Z] #7 ... [2025-08-04T08:27:12.480Z] [2025-08-04T08:27:12.480Z] #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T08:27:12.480Z] #8 DONE 0.0s [2025-08-04T08:27:12.480Z] [2025-08-04T08:27:12.480Z] #7 exporting to image [2025-08-04T08:27:12.480Z] #7 exporting config sha256:19892e0e7986926fddb91084f318fb6568eecc49ba316afd2fffb46fb40013e1 done [2025-08-04T08:27:12.480Z] #7 exporting manifest list sha256:5c8888755b6e62e8fef559cfc1c82a6bd7a005f82a4244d5b97323ff45274292 done [2025-08-04T08:27:12.480Z] #7 pushing layers 0.1s done [2025-08-04T08:27:12.480Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:5c8888755b6e62e8fef559cfc1c82a6bd7a005f82a4244d5b97323ff45274292 [2025-08-04T08:27:12.740Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:5c8888755b6e62e8fef559cfc1c82a6bd7a005f82a4244d5b97323ff45274292 0.1s done [2025-08-04T08:27:12.740Z] #7 DONE 0.2s [2025-08-04T08:27:12.740Z] [2025-08-04T08:27:12.740Z] 1 warning found (use --debug to expand): [2025-08-04T08:27:12.740Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T08:27:13.048Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest' [2025-08-04T08:27:13.048Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest --push - [2025-08-04T08:27:13.308Z] #1 [internal] load build definition from Dockerfile [2025-08-04T08:27:13.308Z] #1 transferring dockerfile: 182B done [2025-08-04T08:27:13.308Z] #1 DONE 0.0s [2025-08-04T08:27:13.308Z] [2025-08-04T08:27:13.308Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-08-04T08:27:13.308Z] #2 DONE 0.0s [2025-08-04T08:27:13.308Z] [2025-08-04T08:27:13.308Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-08-04T08:27:13.308Z] #3 DONE 0.0s [2025-08-04T08:27:13.308Z] [2025-08-04T08:27:13.308Z] #4 [internal] load .dockerignore [2025-08-04T08:27:13.308Z] #4 transferring context: 2B done [2025-08-04T08:27:13.308Z] #4 DONE 0.0s [2025-08-04T08:27:13.308Z] [2025-08-04T08:27:13.308Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:7b814315dd1eafb93e97141a187840ed08636a97312d0c7b414aac6d7bf0c536 [2025-08-04T08:27:13.308Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:7b814315dd1eafb93e97141a187840ed08636a97312d0c7b414aac6d7bf0c536 [2025-08-04T08:27:13.308Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:7b814315dd1eafb93e97141a187840ed08636a97312d0c7b414aac6d7bf0c536 0.0s done [2025-08-04T08:27:13.308Z] #5 CACHED [2025-08-04T08:27:13.308Z] [2025-08-04T08:27:13.308Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:7b814315dd1eafb93e97141a187840ed08636a97312d0c7b414aac6d7bf0c536 [2025-08-04T08:27:13.308Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:7b814315dd1eafb93e97141a187840ed08636a97312d0c7b414aac6d7bf0c536 0.0s done [2025-08-04T08:27:13.308Z] #6 CACHED [2025-08-04T08:27:13.308Z] [2025-08-04T08:27:13.308Z] #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T08:27:13.308Z] #7 DONE 0.0s [2025-08-04T08:27:13.308Z] [2025-08-04T08:27:13.308Z] #8 exporting to image [2025-08-04T08:27:13.308Z] #8 exporting layers done [2025-08-04T08:27:13.308Z] #8 exporting manifest sha256:dbd155130926e52df29eea81947974eb5a38e7c6968d66355177d59939c9f46e done [2025-08-04T08:27:13.308Z] #8 exporting config sha256:a6b8122c18b10bed2db3d580ad05a35047727a3fe6c3daab0655dfa862f2dbe1 done [2025-08-04T08:27:13.308Z] #8 exporting manifest sha256:75d42c5e3d72f23d8535e5d9801f21385ea634d013032470e71ceb469dcbb107 done [2025-08-04T08:27:13.308Z] #8 exporting config sha256:19892e0e7986926fddb91084f318fb6568eecc49ba316afd2fffb46fb40013e1 done [2025-08-04T08:27:13.308Z] #8 exporting manifest list sha256:5c8888755b6e62e8fef559cfc1c82a6bd7a005f82a4244d5b97323ff45274292 done [2025-08-04T08:27:13.308Z] #8 pushing layers 0.0s done [2025-08-04T08:27:13.308Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:5c8888755b6e62e8fef559cfc1c82a6bd7a005f82a4244d5b97323ff45274292 [2025-08-04T08:27:13.308Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T08:27:13.308Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:5c8888755b6e62e8fef559cfc1c82a6bd7a005f82a4244d5b97323ff45274292 0.1s done [2025-08-04T08:27:13.308Z] #8 DONE 0.1s [2025-08-04T08:27:13.308Z] [2025-08-04T08:27:13.308Z] 1 warning found (use --debug to expand): [2025-08-04T08:27:13.308Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T08:27:13.871Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42 --push - [2025-08-04T08:27:13.872Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42' [2025-08-04T08:27:14.134Z] #1 [internal] load build definition from Dockerfile [2025-08-04T08:27:14.134Z] #1 transferring dockerfile: 188B done [2025-08-04T08:27:14.134Z] #1 DONE 0.0s [2025-08-04T08:27:14.134Z] [2025-08-04T08:27:14.134Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42 [2025-08-04T08:27:14.134Z] #2 DONE 0.0s [2025-08-04T08:27:14.134Z] [2025-08-04T08:27:14.134Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42 [2025-08-04T08:27:14.134Z] #3 DONE 0.0s [2025-08-04T08:27:14.134Z] [2025-08-04T08:27:14.134Z] #4 [internal] load .dockerignore [2025-08-04T08:27:14.134Z] #4 transferring context: 2B done [2025-08-04T08:27:14.134Z] #4 DONE 0.0s [2025-08-04T08:27:14.134Z] [2025-08-04T08:27:14.134Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42@sha256:7b814315dd1eafb93e97141a187840ed08636a97312d0c7b414aac6d7bf0c536 [2025-08-04T08:27:14.134Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42@sha256:7b814315dd1eafb93e97141a187840ed08636a97312d0c7b414aac6d7bf0c536 [2025-08-04T08:27:16.672Z] #5 ... [2025-08-04T08:27:16.672Z] [2025-08-04T08:27:16.672Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42@sha256:7b814315dd1eafb93e97141a187840ed08636a97312d0c7b414aac6d7bf0c536 [2025-08-04T08:27:16.672Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42@sha256:7b814315dd1eafb93e97141a187840ed08636a97312d0c7b414aac6d7bf0c536 2.6s done [2025-08-04T08:27:16.672Z] #6 DONE 2.6s [2025-08-04T08:27:16.672Z] [2025-08-04T08:27:16.672Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42@sha256:7b814315dd1eafb93e97141a187840ed08636a97312d0c7b414aac6d7bf0c536 [2025-08-04T08:27:18.055Z] #5 ... [2025-08-04T08:27:18.055Z] [2025-08-04T08:27:18.055Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42@sha256:7b814315dd1eafb93e97141a187840ed08636a97312d0c7b414aac6d7bf0c536 [2025-08-04T08:27:18.055Z] #6 CACHED [2025-08-04T08:27:18.055Z] [2025-08-04T08:27:18.055Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42@sha256:7b814315dd1eafb93e97141a187840ed08636a97312d0c7b414aac6d7bf0c536 [2025-08-04T08:27:18.324Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42@sha256:7b814315dd1eafb93e97141a187840ed08636a97312d0c7b414aac6d7bf0c536 4.2s done [2025-08-04T08:27:18.324Z] #5 CACHED [2025-08-04T08:27:18.893Z] [2025-08-04T08:27:18.893Z] #7 exporting to image [2025-08-04T08:27:18.893Z] #7 exporting layers done [2025-08-04T08:27:18.893Z] #7 exporting manifest sha256:dbd155130926e52df29eea81947974eb5a38e7c6968d66355177d59939c9f46e [2025-08-04T08:27:18.893Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T08:27:19.471Z] #7 exporting manifest sha256:dbd155130926e52df29eea81947974eb5a38e7c6968d66355177d59939c9f46e 0.6s done [2025-08-04T08:27:19.471Z] #7 exporting config sha256:a6b8122c18b10bed2db3d580ad05a35047727a3fe6c3daab0655dfa862f2dbe1 0.1s done [2025-08-04T08:27:19.471Z] #7 exporting manifest sha256:75d42c5e3d72f23d8535e5d9801f21385ea634d013032470e71ceb469dcbb107 [2025-08-04T08:27:20.045Z] #7 exporting manifest sha256:75d42c5e3d72f23d8535e5d9801f21385ea634d013032470e71ceb469dcbb107 0.5s done [2025-08-04T08:27:20.045Z] #7 exporting config sha256:19892e0e7986926fddb91084f318fb6568eecc49ba316afd2fffb46fb40013e1 0.1s done [2025-08-04T08:27:20.045Z] #7 exporting manifest list sha256:5c8888755b6e62e8fef559cfc1c82a6bd7a005f82a4244d5b97323ff45274292 [2025-08-04T08:27:20.305Z] #7 exporting manifest list sha256:5c8888755b6e62e8fef559cfc1c82a6bd7a005f82a4244d5b97323ff45274292 0.2s done [2025-08-04T08:27:20.305Z] #7 pushing layers 0.0s done [2025-08-04T08:27:20.305Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42@sha256:5c8888755b6e62e8fef559cfc1c82a6bd7a005f82a4244d5b97323ff45274292 [2025-08-04T08:27:20.305Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42@sha256:5c8888755b6e62e8fef559cfc1c82a6bd7a005f82a4244d5b97323ff45274292 0.1s done [2025-08-04T08:27:20.305Z] #7 DONE 1.6s [2025-08-04T08:27:20.305Z] [2025-08-04T08:27:20.305Z] #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T08:27:20.305Z] #8 DONE 0.0s [2025-08-04T08:27:24.521Z] [2025-08-04T08:27:24.521Z] 1 warning found (use --debug to expand): [2025-08-04T08:27:24.521Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T08:27:24.825Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42' [2025-08-04T08:27:24.826Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 --push - [2025-08-04T08:27:25.765Z] #1 [internal] load build definition from Dockerfile [2025-08-04T08:27:26.025Z] #1 transferring dockerfile: 229B done [2025-08-04T08:27:26.284Z] #1 DONE 0.6s [2025-08-04T08:27:26.284Z] [2025-08-04T08:27:26.284Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:27:26.853Z] #2 ... [2025-08-04T08:27:26.853Z] [2025-08-04T08:27:26.853Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:27:26.853Z] #3 DONE 0.4s [2025-08-04T08:27:26.853Z] [2025-08-04T08:27:26.853Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:27:26.853Z] #2 DONE 0.6s [2025-08-04T08:27:26.853Z] [2025-08-04T08:27:26.853Z] #4 [internal] load .dockerignore [2025-08-04T08:27:27.423Z] #4 transferring context: 2B done [2025-08-04T08:27:27.423Z] #4 DONE 0.7s [2025-08-04T08:27:27.423Z] [2025-08-04T08:27:27.423Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:7b814315dd1eafb93e97141a187840ed08636a97312d0c7b414aac6d7bf0c536 [2025-08-04T08:27:27.423Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:7b814315dd1eafb93e97141a187840ed08636a97312d0c7b414aac6d7bf0c536 0.0s done [2025-08-04T08:27:27.423Z] #5 CACHED [2025-08-04T08:27:27.423Z] [2025-08-04T08:27:27.423Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:7b814315dd1eafb93e97141a187840ed08636a97312d0c7b414aac6d7bf0c536 [2025-08-04T08:27:27.423Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:7b814315dd1eafb93e97141a187840ed08636a97312d0c7b414aac6d7bf0c536 0.0s done [2025-08-04T08:27:27.423Z] #6 CACHED [2025-08-04T08:27:27.423Z] [2025-08-04T08:27:27.423Z] #7 exporting to image [2025-08-04T08:27:27.423Z] #7 exporting layers [2025-08-04T08:27:27.423Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T08:27:27.423Z] #7 exporting layers done [2025-08-04T08:27:27.423Z] #7 exporting manifest sha256:dbd155130926e52df29eea81947974eb5a38e7c6968d66355177d59939c9f46e done [2025-08-04T08:27:27.423Z] #7 exporting config sha256:a6b8122c18b10bed2db3d580ad05a35047727a3fe6c3daab0655dfa862f2dbe1 done [2025-08-04T08:27:27.423Z] #7 exporting manifest sha256:75d42c5e3d72f23d8535e5d9801f21385ea634d013032470e71ceb469dcbb107 done [2025-08-04T08:27:27.424Z] #7 exporting config sha256:19892e0e7986926fddb91084f318fb6568eecc49ba316afd2fffb46fb40013e1 done [2025-08-04T08:27:27.424Z] #7 exporting manifest list sha256:5c8888755b6e62e8fef559cfc1c82a6bd7a005f82a4244d5b97323ff45274292 done [2025-08-04T08:27:27.424Z] #7 pushing layers 0.0s done [2025-08-04T08:27:27.424Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:5c8888755b6e62e8fef559cfc1c82a6bd7a005f82a4244d5b97323ff45274292 0.1s done [2025-08-04T08:27:27.424Z] #7 DONE 0.1s [2025-08-04T08:27:27.424Z] [2025-08-04T08:27:27.424Z] #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T08:27:27.424Z] #8 DONE 0.0s [2025-08-04T08:27:27.685Z] [2025-08-04T08:27:27.685Z] 1 warning found (use --debug to expand): [2025-08-04T08:27:27.685Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T08:27:27.992Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main' [2025-08-04T08:27:27.992Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main --push - [2025-08-04T08:27:28.254Z] #1 [internal] load build definition from Dockerfile [2025-08-04T08:27:28.254Z] #1 transferring dockerfile: 180B done [2025-08-04T08:27:28.254Z] #1 DONE 0.0s [2025-08-04T08:27:28.254Z] [2025-08-04T08:27:28.254Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-08-04T08:27:28.254Z] #2 DONE 0.0s [2025-08-04T08:27:28.254Z] [2025-08-04T08:27:28.254Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-08-04T08:27:28.254Z] #3 DONE 0.0s [2025-08-04T08:27:28.254Z] [2025-08-04T08:27:28.254Z] #4 [internal] load .dockerignore [2025-08-04T08:27:28.254Z] #4 transferring context: 2B done [2025-08-04T08:27:28.254Z] #4 DONE 0.0s [2025-08-04T08:27:28.254Z] [2025-08-04T08:27:28.254Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:7b814315dd1eafb93e97141a187840ed08636a97312d0c7b414aac6d7bf0c536 [2025-08-04T08:27:28.254Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:7b814315dd1eafb93e97141a187840ed08636a97312d0c7b414aac6d7bf0c536 0.0s done [2025-08-04T08:27:28.254Z] #5 CACHED [2025-08-04T08:27:28.254Z] [2025-08-04T08:27:28.254Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:7b814315dd1eafb93e97141a187840ed08636a97312d0c7b414aac6d7bf0c536 [2025-08-04T08:27:28.254Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:7b814315dd1eafb93e97141a187840ed08636a97312d0c7b414aac6d7bf0c536 0.0s done [2025-08-04T08:27:28.254Z] #6 CACHED [2025-08-04T08:27:28.254Z] [2025-08-04T08:27:28.254Z] #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T08:27:28.254Z] #7 DONE 0.0s [2025-08-04T08:27:28.254Z] [2025-08-04T08:27:28.254Z] #8 exporting to image [2025-08-04T08:27:28.254Z] #8 exporting layers done [2025-08-04T08:27:28.254Z] #8 exporting manifest sha256:dbd155130926e52df29eea81947974eb5a38e7c6968d66355177d59939c9f46e done [2025-08-04T08:27:28.254Z] #8 exporting config sha256:a6b8122c18b10bed2db3d580ad05a35047727a3fe6c3daab0655dfa862f2dbe1 done [2025-08-04T08:27:28.254Z] #8 exporting manifest sha256:75d42c5e3d72f23d8535e5d9801f21385ea634d013032470e71ceb469dcbb107 done [2025-08-04T08:27:28.254Z] #8 exporting config sha256:19892e0e7986926fddb91084f318fb6568eecc49ba316afd2fffb46fb40013e1 done [2025-08-04T08:27:28.255Z] #8 exporting manifest list sha256:5c8888755b6e62e8fef559cfc1c82a6bd7a005f82a4244d5b97323ff45274292 done [2025-08-04T08:27:28.255Z] #8 pushing layers 0.0s done [2025-08-04T08:27:28.255Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:5c8888755b6e62e8fef559cfc1c82a6bd7a005f82a4244d5b97323ff45274292 0.1s done [2025-08-04T08:27:28.255Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T08:27:28.255Z] #8 DONE 0.1s [2025-08-04T08:27:28.255Z] [2025-08-04T08:27:28.255Z] 1 warning found (use --debug to expand): [2025-08-04T08:27:28.255Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T08:27:28.575Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b' [2025-08-04T08:27:28.575Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b --push - [2025-08-04T08:27:28.575Z] #1 [internal] load build definition from Dockerfile [2025-08-04T08:27:28.575Z] #1 transferring dockerfile: 194B done [2025-08-04T08:27:28.575Z] #1 DONE 0.0s [2025-08-04T08:27:28.575Z] [2025-08-04T08:27:28.575Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:27:28.576Z] #2 DONE 0.0s [2025-08-04T08:27:28.576Z] [2025-08-04T08:27:28.576Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:27:28.576Z] #3 DONE 0.1s [2025-08-04T08:27:28.576Z] [2025-08-04T08:27:28.576Z] #4 [internal] load .dockerignore [2025-08-04T08:27:28.576Z] #4 transferring context: 2B done [2025-08-04T08:27:28.576Z] #4 DONE 0.0s [2025-08-04T08:27:28.835Z] [2025-08-04T08:27:28.835Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:3c18a23ab8698dc3d0afe267f28c6bdbba97a81f0c11f08ec21116c926ff409e [2025-08-04T08:27:28.835Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:3c18a23ab8698dc3d0afe267f28c6bdbba97a81f0c11f08ec21116c926ff409e [2025-08-04T08:27:28.835Z] #5 ... [2025-08-04T08:27:28.835Z] [2025-08-04T08:27:28.835Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:3c18a23ab8698dc3d0afe267f28c6bdbba97a81f0c11f08ec21116c926ff409e [2025-08-04T08:27:28.835Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:3c18a23ab8698dc3d0afe267f28c6bdbba97a81f0c11f08ec21116c926ff409e 0.0s done [2025-08-04T08:27:28.835Z] #6 DONE 0.1s [2025-08-04T08:27:28.835Z] [2025-08-04T08:27:28.835Z] #7 exporting to image [2025-08-04T08:27:28.835Z] #7 exporting layers done [2025-08-04T08:27:28.835Z] #7 exporting manifest sha256:f4102b8bfc5c642ee55064a6165b18346bd1aa7dc0f7299f29eb18d927369671 done [2025-08-04T08:27:28.835Z] #7 exporting config sha256:ecf8a240535fb99b09d01a7cf567e39636ce1ecb23512722a3a6935866b00a4e done [2025-08-04T08:27:28.835Z] #7 exporting manifest sha256:7552b9edf9c50adc20583e26f5e6d48d7a9d2bfdc9ed4d1535dbe7be631089dd 0.0s done [2025-08-04T08:27:28.835Z] #7 exporting config sha256:742ab8699e6ea3d222f35c9eed94a50094b7a56e0354df33817b3c78c8939057 done [2025-08-04T08:27:28.835Z] #7 exporting manifest list sha256:999c9c00fdeb762a1554187179c2a008c427a2a29b4d34a5253cfd7bb229c133 done [2025-08-04T08:27:28.835Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T08:27:28.835Z] #7 ... [2025-08-04T08:27:28.835Z] [2025-08-04T08:27:28.835Z] #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T08:27:28.835Z] #8 DONE 0.0s [2025-08-04T08:27:28.835Z] [2025-08-04T08:27:28.835Z] #7 exporting to image [2025-08-04T08:27:28.835Z] #7 pushing layers 0.1s done [2025-08-04T08:27:28.835Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:999c9c00fdeb762a1554187179c2a008c427a2a29b4d34a5253cfd7bb229c133 [2025-08-04T08:27:29.094Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:999c9c00fdeb762a1554187179c2a008c427a2a29b4d34a5253cfd7bb229c133 0.1s done [2025-08-04T08:27:29.095Z] #7 DONE 0.2s [2025-08-04T08:27:29.095Z] [2025-08-04T08:27:29.095Z] 1 warning found (use --debug to expand): [2025-08-04T08:27:29.095Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T08:27:29.389Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:latest' [2025-08-04T08:27:29.389Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:latest --push - [2025-08-04T08:27:29.389Z] #1 [internal] load build definition from Dockerfile [2025-08-04T08:27:29.389Z] #1 transferring dockerfile: 160B done [2025-08-04T08:27:29.389Z] #1 DONE 0.0s [2025-08-04T08:27:29.389Z] [2025-08-04T08:27:29.389Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest [2025-08-04T08:27:29.389Z] #2 DONE 0.0s [2025-08-04T08:27:29.389Z] [2025-08-04T08:27:29.389Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest [2025-08-04T08:27:29.389Z] #3 DONE 0.0s [2025-08-04T08:27:29.389Z] [2025-08-04T08:27:29.389Z] #4 [internal] load .dockerignore [2025-08-04T08:27:29.389Z] #4 transferring context: 2B done [2025-08-04T08:27:29.389Z] #4 DONE 0.0s [2025-08-04T08:27:29.389Z] [2025-08-04T08:27:29.389Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:3c18a23ab8698dc3d0afe267f28c6bdbba97a81f0c11f08ec21116c926ff409e [2025-08-04T08:27:29.389Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:3c18a23ab8698dc3d0afe267f28c6bdbba97a81f0c11f08ec21116c926ff409e done [2025-08-04T08:27:29.389Z] #5 DONE 0.0s [2025-08-04T08:27:29.389Z] [2025-08-04T08:27:29.389Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:3c18a23ab8698dc3d0afe267f28c6bdbba97a81f0c11f08ec21116c926ff409e [2025-08-04T08:27:29.656Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:3c18a23ab8698dc3d0afe267f28c6bdbba97a81f0c11f08ec21116c926ff409e done [2025-08-04T08:27:29.656Z] #6 CACHED [2025-08-04T08:27:29.656Z] [2025-08-04T08:27:29.656Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:3c18a23ab8698dc3d0afe267f28c6bdbba97a81f0c11f08ec21116c926ff409e [2025-08-04T08:27:29.656Z] #5 CACHED [2025-08-04T08:27:29.656Z] [2025-08-04T08:27:29.656Z] #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T08:27:29.656Z] #7 DONE 0.0s [2025-08-04T08:27:29.656Z] [2025-08-04T08:27:29.656Z] #8 exporting to image [2025-08-04T08:27:29.656Z] #8 exporting layers done [2025-08-04T08:27:29.656Z] #8 exporting manifest sha256:f4102b8bfc5c642ee55064a6165b18346bd1aa7dc0f7299f29eb18d927369671 done [2025-08-04T08:27:29.656Z] #8 exporting config sha256:ecf8a240535fb99b09d01a7cf567e39636ce1ecb23512722a3a6935866b00a4e done [2025-08-04T08:27:29.656Z] #8 exporting manifest sha256:7552b9edf9c50adc20583e26f5e6d48d7a9d2bfdc9ed4d1535dbe7be631089dd done [2025-08-04T08:27:29.656Z] #8 exporting config sha256:742ab8699e6ea3d222f35c9eed94a50094b7a56e0354df33817b3c78c8939057 done [2025-08-04T08:27:29.656Z] #8 exporting manifest list sha256:999c9c00fdeb762a1554187179c2a008c427a2a29b4d34a5253cfd7bb229c133 done [2025-08-04T08:27:29.656Z] #8 pushing layers 0.0s done [2025-08-04T08:27:29.656Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:latest@sha256:999c9c00fdeb762a1554187179c2a008c427a2a29b4d34a5253cfd7bb229c133 0.1s done [2025-08-04T08:27:29.656Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T08:27:29.656Z] #8 DONE 0.1s [2025-08-04T08:27:29.656Z] [2025-08-04T08:27:29.656Z] 1 warning found (use --debug to expand): [2025-08-04T08:27:29.656Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T08:27:29.958Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42' [2025-08-04T08:27:29.958Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42 --push - [2025-08-04T08:27:30.221Z] #1 [internal] load build definition from Dockerfile [2025-08-04T08:27:30.221Z] #1 transferring dockerfile: 166B done [2025-08-04T08:27:30.221Z] #1 DONE 0.0s [2025-08-04T08:27:30.221Z] [2025-08-04T08:27:30.221Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42 [2025-08-04T08:27:30.221Z] #2 DONE 0.0s [2025-08-04T08:27:30.221Z] [2025-08-04T08:27:30.221Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42 [2025-08-04T08:27:30.221Z] #3 DONE 0.0s [2025-08-04T08:27:30.221Z] [2025-08-04T08:27:30.221Z] #4 [internal] load .dockerignore [2025-08-04T08:27:30.221Z] #4 transferring context: 2B done [2025-08-04T08:27:30.221Z] #4 DONE 0.0s [2025-08-04T08:27:30.221Z] [2025-08-04T08:27:30.221Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42@sha256:3c18a23ab8698dc3d0afe267f28c6bdbba97a81f0c11f08ec21116c926ff409e [2025-08-04T08:27:30.221Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42@sha256:3c18a23ab8698dc3d0afe267f28c6bdbba97a81f0c11f08ec21116c926ff409e [2025-08-04T08:27:30.221Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42@sha256:3c18a23ab8698dc3d0afe267f28c6bdbba97a81f0c11f08ec21116c926ff409e 0.0s done [2025-08-04T08:27:30.221Z] #5 CACHED [2025-08-04T08:27:30.221Z] [2025-08-04T08:27:30.221Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42@sha256:3c18a23ab8698dc3d0afe267f28c6bdbba97a81f0c11f08ec21116c926ff409e [2025-08-04T08:27:30.221Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42@sha256:3c18a23ab8698dc3d0afe267f28c6bdbba97a81f0c11f08ec21116c926ff409e 0.0s done [2025-08-04T08:27:30.221Z] #6 CACHED [2025-08-04T08:27:30.221Z] [2025-08-04T08:27:30.221Z] #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T08:27:30.221Z] #7 DONE 0.0s [2025-08-04T08:27:30.221Z] [2025-08-04T08:27:30.221Z] #8 exporting to image [2025-08-04T08:27:30.221Z] #8 exporting layers done [2025-08-04T08:27:30.221Z] #8 exporting manifest sha256:f4102b8bfc5c642ee55064a6165b18346bd1aa7dc0f7299f29eb18d927369671 done [2025-08-04T08:27:30.221Z] #8 exporting config sha256:ecf8a240535fb99b09d01a7cf567e39636ce1ecb23512722a3a6935866b00a4e done [2025-08-04T08:27:30.221Z] #8 exporting manifest sha256:7552b9edf9c50adc20583e26f5e6d48d7a9d2bfdc9ed4d1535dbe7be631089dd done [2025-08-04T08:27:30.221Z] #8 exporting config sha256:742ab8699e6ea3d222f35c9eed94a50094b7a56e0354df33817b3c78c8939057 done [2025-08-04T08:27:30.221Z] #8 exporting manifest list sha256:999c9c00fdeb762a1554187179c2a008c427a2a29b4d34a5253cfd7bb229c133 done [2025-08-04T08:27:30.221Z] #8 pushing layers 0.0s done [2025-08-04T08:27:30.221Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42@sha256:999c9c00fdeb762a1554187179c2a008c427a2a29b4d34a5253cfd7bb229c133 0.1s done [2025-08-04T08:27:30.221Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T08:27:30.221Z] #8 DONE 0.1s [2025-08-04T08:27:30.221Z] [2025-08-04T08:27:30.221Z] 1 warning found (use --debug to expand): [2025-08-04T08:27:30.221Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T08:27:30.529Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 --push - [2025-08-04T08:27:30.529Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42' [2025-08-04T08:27:30.793Z] #1 [internal] load build definition from Dockerfile [2025-08-04T08:27:30.793Z] #1 transferring dockerfile: 207B done [2025-08-04T08:27:30.793Z] #1 DONE 0.0s [2025-08-04T08:27:30.793Z] [2025-08-04T08:27:30.793Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:27:30.793Z] #2 DONE 0.0s [2025-08-04T08:27:30.793Z] [2025-08-04T08:27:30.793Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:27:30.793Z] #3 DONE 0.0s [2025-08-04T08:27:30.793Z] [2025-08-04T08:27:30.793Z] #4 [internal] load .dockerignore [2025-08-04T08:27:30.793Z] #4 transferring context: 2B done [2025-08-04T08:27:30.793Z] #4 DONE 0.0s [2025-08-04T08:27:30.793Z] [2025-08-04T08:27:30.793Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:3c18a23ab8698dc3d0afe267f28c6bdbba97a81f0c11f08ec21116c926ff409e [2025-08-04T08:27:30.793Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:3c18a23ab8698dc3d0afe267f28c6bdbba97a81f0c11f08ec21116c926ff409e 0.0s done [2025-08-04T08:27:30.793Z] #5 DONE 0.0s [2025-08-04T08:27:30.793Z] [2025-08-04T08:27:30.793Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:3c18a23ab8698dc3d0afe267f28c6bdbba97a81f0c11f08ec21116c926ff409e [2025-08-04T08:27:30.793Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:3c18a23ab8698dc3d0afe267f28c6bdbba97a81f0c11f08ec21116c926ff409e 0.0s done [2025-08-04T08:27:30.793Z] #6 CACHED [2025-08-04T08:27:30.793Z] [2025-08-04T08:27:30.793Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:3c18a23ab8698dc3d0afe267f28c6bdbba97a81f0c11f08ec21116c926ff409e [2025-08-04T08:27:30.793Z] #5 CACHED [2025-08-04T08:27:30.793Z] [2025-08-04T08:27:30.793Z] #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T08:27:30.793Z] #7 DONE 0.0s [2025-08-04T08:27:30.793Z] [2025-08-04T08:27:30.793Z] #8 exporting to image [2025-08-04T08:27:30.793Z] #8 exporting layers done [2025-08-04T08:27:30.793Z] #8 exporting manifest sha256:f4102b8bfc5c642ee55064a6165b18346bd1aa7dc0f7299f29eb18d927369671 done [2025-08-04T08:27:30.793Z] #8 exporting config sha256:ecf8a240535fb99b09d01a7cf567e39636ce1ecb23512722a3a6935866b00a4e done [2025-08-04T08:27:30.793Z] #8 exporting manifest sha256:7552b9edf9c50adc20583e26f5e6d48d7a9d2bfdc9ed4d1535dbe7be631089dd done [2025-08-04T08:27:30.793Z] #8 exporting config sha256:742ab8699e6ea3d222f35c9eed94a50094b7a56e0354df33817b3c78c8939057 done [2025-08-04T08:27:30.793Z] #8 exporting manifest list sha256:999c9c00fdeb762a1554187179c2a008c427a2a29b4d34a5253cfd7bb229c133 done [2025-08-04T08:27:30.793Z] #8 pushing layers 0.0s done [2025-08-04T08:27:30.793Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:999c9c00fdeb762a1554187179c2a008c427a2a29b4d34a5253cfd7bb229c133 0.1s done [2025-08-04T08:27:30.793Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T08:27:30.793Z] #8 DONE 0.1s [2025-08-04T08:27:30.793Z] [2025-08-04T08:27:30.793Z] 1 warning found (use --debug to expand): [2025-08-04T08:27:30.793Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T08:27:31.095Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:main' [2025-08-04T08:27:31.095Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:main --push - [2025-08-04T08:27:31.361Z] #1 [internal] load build definition from Dockerfile [2025-08-04T08:27:31.361Z] #1 transferring dockerfile: 158B done [2025-08-04T08:27:31.361Z] #1 DONE 0.0s [2025-08-04T08:27:31.361Z] [2025-08-04T08:27:31.361Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main [2025-08-04T08:27:31.361Z] #2 DONE 0.0s [2025-08-04T08:27:31.361Z] [2025-08-04T08:27:31.361Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main [2025-08-04T08:27:31.361Z] #3 DONE 0.0s [2025-08-04T08:27:31.361Z] [2025-08-04T08:27:31.361Z] #4 [internal] load .dockerignore [2025-08-04T08:27:31.361Z] #4 transferring context: 2B done [2025-08-04T08:27:31.361Z] #4 DONE 0.0s [2025-08-04T08:27:31.361Z] [2025-08-04T08:27:31.361Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:3c18a23ab8698dc3d0afe267f28c6bdbba97a81f0c11f08ec21116c926ff409e [2025-08-04T08:27:31.361Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:3c18a23ab8698dc3d0afe267f28c6bdbba97a81f0c11f08ec21116c926ff409e 0.0s done [2025-08-04T08:27:31.361Z] #5 DONE 0.0s [2025-08-04T08:27:31.361Z] [2025-08-04T08:27:31.361Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:3c18a23ab8698dc3d0afe267f28c6bdbba97a81f0c11f08ec21116c926ff409e [2025-08-04T08:27:31.361Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:3c18a23ab8698dc3d0afe267f28c6bdbba97a81f0c11f08ec21116c926ff409e 0.0s done [2025-08-04T08:27:31.361Z] #6 CACHED [2025-08-04T08:27:31.361Z] [2025-08-04T08:27:31.361Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:3c18a23ab8698dc3d0afe267f28c6bdbba97a81f0c11f08ec21116c926ff409e [2025-08-04T08:27:31.361Z] #5 CACHED [2025-08-04T08:27:31.361Z] [2025-08-04T08:27:31.361Z] #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T08:27:31.361Z] #7 DONE 0.0s [2025-08-04T08:27:31.361Z] [2025-08-04T08:27:31.361Z] #8 exporting to image [2025-08-04T08:27:31.361Z] #8 exporting layers done [2025-08-04T08:27:31.361Z] #8 exporting manifest sha256:f4102b8bfc5c642ee55064a6165b18346bd1aa7dc0f7299f29eb18d927369671 done [2025-08-04T08:27:31.361Z] #8 exporting config sha256:ecf8a240535fb99b09d01a7cf567e39636ce1ecb23512722a3a6935866b00a4e done [2025-08-04T08:27:31.361Z] #8 exporting manifest sha256:7552b9edf9c50adc20583e26f5e6d48d7a9d2bfdc9ed4d1535dbe7be631089dd done [2025-08-04T08:27:31.361Z] #8 exporting config sha256:742ab8699e6ea3d222f35c9eed94a50094b7a56e0354df33817b3c78c8939057 done [2025-08-04T08:27:31.361Z] #8 exporting manifest list sha256:999c9c00fdeb762a1554187179c2a008c427a2a29b4d34a5253cfd7bb229c133 done [2025-08-04T08:27:31.361Z] #8 pushing layers 0.0s done [2025-08-04T08:27:31.361Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:999c9c00fdeb762a1554187179c2a008c427a2a29b4d34a5253cfd7bb229c133 0.1s done [2025-08-04T08:27:31.361Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T08:27:31.361Z] #8 DONE 0.1s [2025-08-04T08:27:31.361Z] [2025-08-04T08:27:31.361Z] 1 warning found (use --debug to expand): [2025-08-04T08:27:31.361Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T08:27:31.658Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b' [2025-08-04T08:27:31.658Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b --push - [2025-08-04T08:27:31.658Z] #1 [internal] load build definition from Dockerfile [2025-08-04T08:27:31.658Z] #1 transferring dockerfile: 196B done [2025-08-04T08:27:31.658Z] #1 DONE 0.0s [2025-08-04T08:27:31.658Z] [2025-08-04T08:27:31.658Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:27:31.658Z] #2 DONE 0.0s [2025-08-04T08:27:31.658Z] [2025-08-04T08:27:31.659Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:27:31.659Z] #3 DONE 0.0s [2025-08-04T08:27:31.659Z] [2025-08-04T08:27:31.659Z] #4 [internal] load .dockerignore [2025-08-04T08:27:31.659Z] #4 transferring context: 2B done [2025-08-04T08:27:31.659Z] #4 DONE 0.0s [2025-08-04T08:27:31.659Z] [2025-08-04T08:27:31.659Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:215d6590b1cd00c94219550fb53ff03f63554310aec869f6198e352d0a9d6e12 [2025-08-04T08:27:31.659Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:215d6590b1cd00c94219550fb53ff03f63554310aec869f6198e352d0a9d6e12 [2025-08-04T08:27:31.919Z] #5 DONE 0.0s [2025-08-04T08:27:31.919Z] [2025-08-04T08:27:31.919Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:215d6590b1cd00c94219550fb53ff03f63554310aec869f6198e352d0a9d6e12 [2025-08-04T08:27:31.919Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:215d6590b1cd00c94219550fb53ff03f63554310aec869f6198e352d0a9d6e12 0.0s done [2025-08-04T08:27:31.919Z] #6 DONE 0.1s [2025-08-04T08:27:31.919Z] [2025-08-04T08:27:31.919Z] #7 exporting to image [2025-08-04T08:27:31.919Z] #7 exporting layers done [2025-08-04T08:27:31.919Z] #7 exporting manifest sha256:f0f275540d0953cc3d00e8e8d15cb90fb5e46da2e501af97c245625e22142eaa 0.0s done [2025-08-04T08:27:31.919Z] #7 exporting config sha256:cdd5c20cdba4348f88814fadb7ea85f18f5a7d967ffb5febbf5d7389b62127cf done [2025-08-04T08:27:31.919Z] #7 exporting manifest sha256:10906fb8768d3f96fd31f3bf701d9bcb5f90840d0ceb3ae50d2904ef5e391e1a 0.0s done [2025-08-04T08:27:31.919Z] #7 exporting config sha256:dbbf934c796ae0bce2a1bbd4ee2d264756d00298929470d6a9bdd0b25a95764e [2025-08-04T08:27:31.919Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T08:27:31.919Z] #7 ... [2025-08-04T08:27:31.919Z] [2025-08-04T08:27:31.919Z] #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T08:27:31.919Z] #8 DONE 0.0s [2025-08-04T08:27:31.919Z] [2025-08-04T08:27:31.919Z] #7 exporting to image [2025-08-04T08:27:31.919Z] #7 exporting config sha256:dbbf934c796ae0bce2a1bbd4ee2d264756d00298929470d6a9bdd0b25a95764e done [2025-08-04T08:27:31.919Z] #7 exporting manifest list sha256:af2b55744e5dfe3973ef8515334fbbe31634c9bfffc736e29fb3602a8c961435 done [2025-08-04T08:27:31.919Z] #7 pushing layers 0.1s done [2025-08-04T08:27:31.919Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:af2b55744e5dfe3973ef8515334fbbe31634c9bfffc736e29fb3602a8c961435 [2025-08-04T08:27:32.179Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:af2b55744e5dfe3973ef8515334fbbe31634c9bfffc736e29fb3602a8c961435 0.1s done [2025-08-04T08:27:32.179Z] #7 DONE 0.2s [2025-08-04T08:27:32.179Z] [2025-08-04T08:27:32.179Z] 1 warning found (use --debug to expand): [2025-08-04T08:27:32.179Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T08:27:32.473Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:latest --push - [2025-08-04T08:27:32.473Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:latest' [2025-08-04T08:27:32.738Z] #1 [internal] load build definition from Dockerfile [2025-08-04T08:27:32.738Z] #1 transferring dockerfile: 162B done [2025-08-04T08:27:32.738Z] #1 DONE 0.0s [2025-08-04T08:27:32.738Z] [2025-08-04T08:27:32.738Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-08-04T08:27:32.738Z] #2 DONE 0.0s [2025-08-04T08:27:32.738Z] [2025-08-04T08:27:32.738Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-08-04T08:27:32.738Z] #3 DONE 0.0s [2025-08-04T08:27:32.738Z] [2025-08-04T08:27:32.738Z] #4 [internal] load .dockerignore [2025-08-04T08:27:32.738Z] #4 transferring context: 2B done [2025-08-04T08:27:32.738Z] #4 DONE 0.0s [2025-08-04T08:27:32.738Z] [2025-08-04T08:27:32.738Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:215d6590b1cd00c94219550fb53ff03f63554310aec869f6198e352d0a9d6e12 [2025-08-04T08:27:32.738Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:215d6590b1cd00c94219550fb53ff03f63554310aec869f6198e352d0a9d6e12 0.0s done [2025-08-04T08:27:32.738Z] #5 CACHED [2025-08-04T08:27:32.738Z] [2025-08-04T08:27:32.738Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:215d6590b1cd00c94219550fb53ff03f63554310aec869f6198e352d0a9d6e12 [2025-08-04T08:27:32.738Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:215d6590b1cd00c94219550fb53ff03f63554310aec869f6198e352d0a9d6e12 0.0s done [2025-08-04T08:27:32.738Z] #6 CACHED [2025-08-04T08:27:32.738Z] [2025-08-04T08:27:32.738Z] #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T08:27:32.738Z] #7 DONE 0.0s [2025-08-04T08:27:32.738Z] [2025-08-04T08:27:32.738Z] #8 exporting to image [2025-08-04T08:27:32.738Z] #8 exporting layers done [2025-08-04T08:27:32.738Z] #8 exporting manifest sha256:f0f275540d0953cc3d00e8e8d15cb90fb5e46da2e501af97c245625e22142eaa done [2025-08-04T08:27:32.738Z] #8 exporting config sha256:cdd5c20cdba4348f88814fadb7ea85f18f5a7d967ffb5febbf5d7389b62127cf done [2025-08-04T08:27:32.738Z] #8 exporting manifest sha256:10906fb8768d3f96fd31f3bf701d9bcb5f90840d0ceb3ae50d2904ef5e391e1a done [2025-08-04T08:27:32.738Z] #8 exporting config sha256:dbbf934c796ae0bce2a1bbd4ee2d264756d00298929470d6a9bdd0b25a95764e done [2025-08-04T08:27:32.738Z] #8 exporting manifest list sha256:af2b55744e5dfe3973ef8515334fbbe31634c9bfffc736e29fb3602a8c961435 done [2025-08-04T08:27:32.738Z] #8 pushing layers 0.0s done [2025-08-04T08:27:32.738Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:af2b55744e5dfe3973ef8515334fbbe31634c9bfffc736e29fb3602a8c961435 0.1s done [2025-08-04T08:27:32.738Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T08:27:32.738Z] #8 DONE 0.1s [2025-08-04T08:27:32.738Z] [2025-08-04T08:27:32.738Z] 1 warning found (use --debug to expand): [2025-08-04T08:27:32.738Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T08:27:33.039Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42' [2025-08-04T08:27:33.039Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42 --push - [2025-08-04T08:27:33.297Z] #1 [internal] load build definition from Dockerfile [2025-08-04T08:27:33.297Z] #1 transferring dockerfile: 168B done [2025-08-04T08:27:33.297Z] #1 DONE 0.0s [2025-08-04T08:27:33.297Z] [2025-08-04T08:27:33.297Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42 [2025-08-04T08:27:33.298Z] #2 DONE 0.0s [2025-08-04T08:27:33.298Z] [2025-08-04T08:27:33.298Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42 [2025-08-04T08:27:33.298Z] #3 DONE 0.0s [2025-08-04T08:27:33.298Z] [2025-08-04T08:27:33.298Z] #4 [internal] load .dockerignore [2025-08-04T08:27:33.298Z] #4 transferring context: 2B done [2025-08-04T08:27:33.298Z] #4 DONE 0.0s [2025-08-04T08:27:33.298Z] [2025-08-04T08:27:33.298Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42@sha256:215d6590b1cd00c94219550fb53ff03f63554310aec869f6198e352d0a9d6e12 [2025-08-04T08:27:33.298Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42@sha256:215d6590b1cd00c94219550fb53ff03f63554310aec869f6198e352d0a9d6e12 0.0s done [2025-08-04T08:27:33.298Z] #5 CACHED [2025-08-04T08:27:33.298Z] [2025-08-04T08:27:33.298Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42@sha256:215d6590b1cd00c94219550fb53ff03f63554310aec869f6198e352d0a9d6e12 [2025-08-04T08:27:33.298Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42@sha256:215d6590b1cd00c94219550fb53ff03f63554310aec869f6198e352d0a9d6e12 0.0s done [2025-08-04T08:27:33.298Z] #6 CACHED [2025-08-04T08:27:33.298Z] [2025-08-04T08:27:33.298Z] #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T08:27:33.298Z] #7 DONE 0.0s [2025-08-04T08:27:33.298Z] [2025-08-04T08:27:33.298Z] #8 exporting to image [2025-08-04T08:27:33.298Z] #8 exporting layers done [2025-08-04T08:27:33.298Z] #8 exporting manifest sha256:f0f275540d0953cc3d00e8e8d15cb90fb5e46da2e501af97c245625e22142eaa done [2025-08-04T08:27:33.298Z] #8 exporting config sha256:cdd5c20cdba4348f88814fadb7ea85f18f5a7d967ffb5febbf5d7389b62127cf done [2025-08-04T08:27:33.298Z] #8 exporting manifest sha256:10906fb8768d3f96fd31f3bf701d9bcb5f90840d0ceb3ae50d2904ef5e391e1a done [2025-08-04T08:27:33.298Z] #8 exporting config sha256:dbbf934c796ae0bce2a1bbd4ee2d264756d00298929470d6a9bdd0b25a95764e done [2025-08-04T08:27:33.298Z] #8 exporting manifest list sha256:af2b55744e5dfe3973ef8515334fbbe31634c9bfffc736e29fb3602a8c961435 done [2025-08-04T08:27:33.298Z] #8 pushing layers 0.0s done [2025-08-04T08:27:33.298Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42@sha256:af2b55744e5dfe3973ef8515334fbbe31634c9bfffc736e29fb3602a8c961435 0.1s done [2025-08-04T08:27:33.298Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T08:27:33.298Z] #8 DONE 0.1s [2025-08-04T08:27:33.298Z] [2025-08-04T08:27:33.298Z] 1 warning found (use --debug to expand): [2025-08-04T08:27:33.298Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T08:27:33.603Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42' [2025-08-04T08:27:33.603Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 --push - [2025-08-04T08:27:33.603Z] #1 [internal] load build definition from Dockerfile [2025-08-04T08:27:33.603Z] #1 transferring dockerfile: 209B 0.0s done [2025-08-04T08:27:33.603Z] #1 DONE 0.0s [2025-08-04T08:27:33.603Z] [2025-08-04T08:27:33.603Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:27:33.603Z] #2 DONE 0.0s [2025-08-04T08:27:33.603Z] [2025-08-04T08:27:33.603Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:27:33.603Z] #3 DONE 0.0s [2025-08-04T08:27:33.603Z] [2025-08-04T08:27:33.603Z] #4 [internal] load .dockerignore [2025-08-04T08:27:33.603Z] #4 transferring context: 2B done [2025-08-04T08:27:33.603Z] #4 DONE 0.0s [2025-08-04T08:27:33.603Z] [2025-08-04T08:27:33.603Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:215d6590b1cd00c94219550fb53ff03f63554310aec869f6198e352d0a9d6e12 [2025-08-04T08:27:33.603Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:215d6590b1cd00c94219550fb53ff03f63554310aec869f6198e352d0a9d6e12 0.0s done [2025-08-04T08:27:33.603Z] #5 DONE 0.0s [2025-08-04T08:27:33.603Z] [2025-08-04T08:27:33.603Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:215d6590b1cd00c94219550fb53ff03f63554310aec869f6198e352d0a9d6e12 [2025-08-04T08:27:33.868Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:215d6590b1cd00c94219550fb53ff03f63554310aec869f6198e352d0a9d6e12 0.0s done [2025-08-04T08:27:33.868Z] #6 CACHED [2025-08-04T08:27:33.868Z] [2025-08-04T08:27:33.868Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:215d6590b1cd00c94219550fb53ff03f63554310aec869f6198e352d0a9d6e12 [2025-08-04T08:27:33.868Z] #5 CACHED [2025-08-04T08:27:33.868Z] [2025-08-04T08:27:33.868Z] #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T08:27:33.868Z] #7 DONE 0.0s [2025-08-04T08:27:33.868Z] [2025-08-04T08:27:33.868Z] #8 exporting to image [2025-08-04T08:27:33.868Z] #8 exporting layers done [2025-08-04T08:27:33.868Z] #8 exporting manifest sha256:f0f275540d0953cc3d00e8e8d15cb90fb5e46da2e501af97c245625e22142eaa done [2025-08-04T08:27:33.868Z] #8 exporting config sha256:cdd5c20cdba4348f88814fadb7ea85f18f5a7d967ffb5febbf5d7389b62127cf done [2025-08-04T08:27:33.868Z] #8 exporting manifest sha256:10906fb8768d3f96fd31f3bf701d9bcb5f90840d0ceb3ae50d2904ef5e391e1a done [2025-08-04T08:27:33.868Z] #8 exporting config sha256:dbbf934c796ae0bce2a1bbd4ee2d264756d00298929470d6a9bdd0b25a95764e done [2025-08-04T08:27:33.868Z] #8 exporting manifest list sha256:af2b55744e5dfe3973ef8515334fbbe31634c9bfffc736e29fb3602a8c961435 done [2025-08-04T08:27:33.868Z] #8 pushing layers 0.0s done [2025-08-04T08:27:33.868Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:af2b55744e5dfe3973ef8515334fbbe31634c9bfffc736e29fb3602a8c961435 0.1s done [2025-08-04T08:27:33.868Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T08:27:33.868Z] #8 DONE 0.1s [2025-08-04T08:27:33.868Z] [2025-08-04T08:27:33.868Z] 1 warning found (use --debug to expand): [2025-08-04T08:27:33.868Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T08:27:34.161Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:main --push - [2025-08-04T08:27:34.161Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:main' [2025-08-04T08:27:34.161Z] #1 [internal] load build definition from Dockerfile [2025-08-04T08:27:34.161Z] #1 transferring dockerfile: 160B done [2025-08-04T08:27:34.161Z] #1 DONE 0.0s [2025-08-04T08:27:34.161Z] [2025-08-04T08:27:34.161Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main [2025-08-04T08:27:34.161Z] #2 DONE 0.0s [2025-08-04T08:27:34.161Z] [2025-08-04T08:27:34.161Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main [2025-08-04T08:27:34.161Z] #3 DONE 0.0s [2025-08-04T08:27:34.161Z] [2025-08-04T08:27:34.161Z] #4 [internal] load .dockerignore [2025-08-04T08:27:34.161Z] #4 transferring context: 2B done [2025-08-04T08:27:34.161Z] #4 DONE 0.0s [2025-08-04T08:27:34.161Z] [2025-08-04T08:27:34.161Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:215d6590b1cd00c94219550fb53ff03f63554310aec869f6198e352d0a9d6e12 [2025-08-04T08:27:34.161Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:215d6590b1cd00c94219550fb53ff03f63554310aec869f6198e352d0a9d6e12 0.0s done [2025-08-04T08:27:34.161Z] #5 CACHED [2025-08-04T08:27:34.161Z] [2025-08-04T08:27:34.161Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:215d6590b1cd00c94219550fb53ff03f63554310aec869f6198e352d0a9d6e12 [2025-08-04T08:27:34.161Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:215d6590b1cd00c94219550fb53ff03f63554310aec869f6198e352d0a9d6e12 0.0s done [2025-08-04T08:27:34.161Z] #6 CACHED [2025-08-04T08:27:34.161Z] [2025-08-04T08:27:34.161Z] #7 exporting to image [2025-08-04T08:27:34.161Z] #7 exporting layers done [2025-08-04T08:27:34.161Z] #7 exporting manifest sha256:f0f275540d0953cc3d00e8e8d15cb90fb5e46da2e501af97c245625e22142eaa done [2025-08-04T08:27:34.161Z] #7 exporting config sha256:cdd5c20cdba4348f88814fadb7ea85f18f5a7d967ffb5febbf5d7389b62127cf done [2025-08-04T08:27:34.161Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T08:27:34.426Z] #7 exporting manifest sha256:10906fb8768d3f96fd31f3bf701d9bcb5f90840d0ceb3ae50d2904ef5e391e1a done [2025-08-04T08:27:34.426Z] #7 exporting config sha256:dbbf934c796ae0bce2a1bbd4ee2d264756d00298929470d6a9bdd0b25a95764e done [2025-08-04T08:27:34.426Z] #7 exporting manifest list sha256:af2b55744e5dfe3973ef8515334fbbe31634c9bfffc736e29fb3602a8c961435 done [2025-08-04T08:27:34.426Z] #7 pushing layers 0.0s done [2025-08-04T08:27:34.426Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:af2b55744e5dfe3973ef8515334fbbe31634c9bfffc736e29fb3602a8c961435 0.1s done [2025-08-04T08:27:34.426Z] #7 DONE 0.1s [2025-08-04T08:27:34.426Z] [2025-08-04T08:27:34.426Z] #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T08:27:34.426Z] #8 DONE 0.0s [2025-08-04T08:27:34.426Z] [2025-08-04T08:27:34.426Z] 1 warning found (use --debug to expand): [2025-08-04T08:27:34.426Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T08:27:34.720Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b' [2025-08-04T08:27:34.720Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b --push - [2025-08-04T08:27:34.980Z] #1 [internal] load build definition from Dockerfile [2025-08-04T08:27:34.980Z] #1 transferring dockerfile: 198B done [2025-08-04T08:27:34.980Z] #1 DONE 0.0s [2025-08-04T08:27:34.980Z] [2025-08-04T08:27:34.980Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:27:34.980Z] #2 DONE 0.0s [2025-08-04T08:27:34.980Z] [2025-08-04T08:27:34.980Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:27:34.980Z] #3 DONE 0.0s [2025-08-04T08:27:34.980Z] [2025-08-04T08:27:34.980Z] #4 [internal] load .dockerignore [2025-08-04T08:27:34.980Z] #4 transferring context: 2B done [2025-08-04T08:27:34.980Z] #4 DONE 0.0s [2025-08-04T08:27:34.980Z] [2025-08-04T08:27:34.980Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:4be7808d1a3f068c0a0b9a551d75b3228893a42f03fad46a90cee3bd4e64f161 [2025-08-04T08:27:34.980Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:4be7808d1a3f068c0a0b9a551d75b3228893a42f03fad46a90cee3bd4e64f161 [2025-08-04T08:27:34.980Z] #5 ... [2025-08-04T08:27:34.980Z] [2025-08-04T08:27:34.980Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:4be7808d1a3f068c0a0b9a551d75b3228893a42f03fad46a90cee3bd4e64f161 [2025-08-04T08:27:34.980Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:4be7808d1a3f068c0a0b9a551d75b3228893a42f03fad46a90cee3bd4e64f161 0.0s done [2025-08-04T08:27:34.980Z] #6 DONE 0.1s [2025-08-04T08:27:34.980Z] [2025-08-04T08:27:34.980Z] #7 exporting to image [2025-08-04T08:27:34.980Z] #7 exporting layers done [2025-08-04T08:27:34.980Z] #7 exporting manifest sha256:49339865fbcba8770535147822d9fdfb64696abb4cea65d575d62ff606cc6928 done [2025-08-04T08:27:34.980Z] #7 exporting config sha256:2ce0a51573559b92e10b2015783f0df8e9b7b9c0b9a68320bfe01081ccb612b8 done [2025-08-04T08:27:34.980Z] #7 exporting manifest sha256:4a3b532697e25582b1110f8439c2bdfe65353c8d5a9724f7c99113094dc6ed51 done [2025-08-04T08:27:34.980Z] #7 exporting config sha256:3ab179955e83cea9606f9375554ba501878397144605dc126b0e2122d377cd5a done [2025-08-04T08:27:34.980Z] #7 exporting manifest list sha256:15b1c9e2442c9a7e3d982b909b7a4db6dbc380a4d342d908a3423312cbcb6a7f 0.0s done [2025-08-04T08:27:34.980Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T08:27:34.980Z] #7 ... [2025-08-04T08:27:34.980Z] [2025-08-04T08:27:34.980Z] #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T08:27:34.980Z] #8 DONE 0.0s [2025-08-04T08:27:34.980Z] [2025-08-04T08:27:34.980Z] #7 exporting to image [2025-08-04T08:27:34.980Z] #7 pushing layers 0.1s done [2025-08-04T08:27:34.980Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:15b1c9e2442c9a7e3d982b909b7a4db6dbc380a4d342d908a3423312cbcb6a7f [2025-08-04T08:27:35.240Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:15b1c9e2442c9a7e3d982b909b7a4db6dbc380a4d342d908a3423312cbcb6a7f 0.1s done [2025-08-04T08:27:35.240Z] #7 DONE 0.2s [2025-08-04T08:27:35.240Z] [2025-08-04T08:27:35.240Z] 1 warning found (use --debug to expand): [2025-08-04T08:27:35.240Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T08:27:35.528Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:latest --push - [2025-08-04T08:27:35.528Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:latest' [2025-08-04T08:27:35.787Z] #1 [internal] load build definition from Dockerfile [2025-08-04T08:27:35.787Z] #1 transferring dockerfile: 164B done [2025-08-04T08:27:35.787Z] #1 DONE 0.0s [2025-08-04T08:27:35.787Z] [2025-08-04T08:27:35.787Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-08-04T08:27:35.787Z] #2 DONE 0.0s [2025-08-04T08:27:35.787Z] [2025-08-04T08:27:35.787Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-08-04T08:27:35.787Z] #3 DONE 0.0s [2025-08-04T08:27:35.787Z] [2025-08-04T08:27:35.787Z] #4 [internal] load .dockerignore [2025-08-04T08:27:35.787Z] #4 transferring context: 2B done [2025-08-04T08:27:35.787Z] #4 DONE 0.0s [2025-08-04T08:27:35.787Z] [2025-08-04T08:27:35.787Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:4be7808d1a3f068c0a0b9a551d75b3228893a42f03fad46a90cee3bd4e64f161 [2025-08-04T08:27:35.787Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:4be7808d1a3f068c0a0b9a551d75b3228893a42f03fad46a90cee3bd4e64f161 done [2025-08-04T08:27:35.787Z] #5 CACHED [2025-08-04T08:27:35.787Z] [2025-08-04T08:27:35.787Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:4be7808d1a3f068c0a0b9a551d75b3228893a42f03fad46a90cee3bd4e64f161 [2025-08-04T08:27:35.787Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:4be7808d1a3f068c0a0b9a551d75b3228893a42f03fad46a90cee3bd4e64f161 0.0s done [2025-08-04T08:27:35.787Z] #6 CACHED [2025-08-04T08:27:35.787Z] [2025-08-04T08:27:35.787Z] #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T08:27:35.787Z] #7 DONE 0.0s [2025-08-04T08:27:35.787Z] [2025-08-04T08:27:35.787Z] #8 exporting to image [2025-08-04T08:27:35.787Z] #8 exporting layers done [2025-08-04T08:27:35.787Z] #8 exporting manifest sha256:49339865fbcba8770535147822d9fdfb64696abb4cea65d575d62ff606cc6928 done [2025-08-04T08:27:35.787Z] #8 exporting config sha256:2ce0a51573559b92e10b2015783f0df8e9b7b9c0b9a68320bfe01081ccb612b8 done [2025-08-04T08:27:35.787Z] #8 exporting manifest sha256:4a3b532697e25582b1110f8439c2bdfe65353c8d5a9724f7c99113094dc6ed51 done [2025-08-04T08:27:35.787Z] #8 exporting config sha256:3ab179955e83cea9606f9375554ba501878397144605dc126b0e2122d377cd5a done [2025-08-04T08:27:35.787Z] #8 exporting manifest list sha256:15b1c9e2442c9a7e3d982b909b7a4db6dbc380a4d342d908a3423312cbcb6a7f done [2025-08-04T08:27:35.787Z] #8 pushing layers 0.0s done [2025-08-04T08:27:35.787Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:15b1c9e2442c9a7e3d982b909b7a4db6dbc380a4d342d908a3423312cbcb6a7f [2025-08-04T08:27:35.787Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T08:27:35.787Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:15b1c9e2442c9a7e3d982b909b7a4db6dbc380a4d342d908a3423312cbcb6a7f 0.1s done [2025-08-04T08:27:35.787Z] #8 DONE 0.1s [2025-08-04T08:27:35.787Z] [2025-08-04T08:27:35.787Z] 1 warning found (use --debug to expand): [2025-08-04T08:27:35.787Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T08:27:36.090Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42' [2025-08-04T08:27:36.090Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42 --push - [2025-08-04T08:27:36.353Z] #1 [internal] load build definition from Dockerfile [2025-08-04T08:27:36.353Z] #1 transferring dockerfile: 170B done [2025-08-04T08:27:36.353Z] #1 DONE 0.0s [2025-08-04T08:27:36.353Z] [2025-08-04T08:27:36.353Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42 [2025-08-04T08:27:36.353Z] #2 DONE 0.0s [2025-08-04T08:27:36.353Z] [2025-08-04T08:27:36.353Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42 [2025-08-04T08:27:36.353Z] #3 DONE 0.0s [2025-08-04T08:27:36.353Z] [2025-08-04T08:27:36.353Z] #4 [internal] load .dockerignore [2025-08-04T08:27:36.353Z] #4 transferring context: 2B done [2025-08-04T08:27:36.353Z] #4 DONE 0.0s [2025-08-04T08:27:36.353Z] [2025-08-04T08:27:36.353Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42@sha256:4be7808d1a3f068c0a0b9a551d75b3228893a42f03fad46a90cee3bd4e64f161 [2025-08-04T08:27:36.353Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42@sha256:4be7808d1a3f068c0a0b9a551d75b3228893a42f03fad46a90cee3bd4e64f161 0.0s done [2025-08-04T08:27:36.353Z] #5 CACHED [2025-08-04T08:27:36.353Z] [2025-08-04T08:27:36.353Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42@sha256:4be7808d1a3f068c0a0b9a551d75b3228893a42f03fad46a90cee3bd4e64f161 [2025-08-04T08:27:36.353Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42@sha256:4be7808d1a3f068c0a0b9a551d75b3228893a42f03fad46a90cee3bd4e64f161 0.0s done [2025-08-04T08:27:36.353Z] #6 CACHED [2025-08-04T08:27:36.353Z] [2025-08-04T08:27:36.353Z] #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T08:27:36.353Z] #7 DONE 0.0s [2025-08-04T08:27:36.353Z] [2025-08-04T08:27:36.353Z] #8 exporting to image [2025-08-04T08:27:36.353Z] #8 exporting layers done [2025-08-04T08:27:36.353Z] #8 exporting manifest sha256:49339865fbcba8770535147822d9fdfb64696abb4cea65d575d62ff606cc6928 done [2025-08-04T08:27:36.353Z] #8 exporting config sha256:2ce0a51573559b92e10b2015783f0df8e9b7b9c0b9a68320bfe01081ccb612b8 done [2025-08-04T08:27:36.353Z] #8 exporting manifest sha256:4a3b532697e25582b1110f8439c2bdfe65353c8d5a9724f7c99113094dc6ed51 done [2025-08-04T08:27:36.353Z] #8 exporting config sha256:3ab179955e83cea9606f9375554ba501878397144605dc126b0e2122d377cd5a done [2025-08-04T08:27:36.353Z] #8 exporting manifest list sha256:15b1c9e2442c9a7e3d982b909b7a4db6dbc380a4d342d908a3423312cbcb6a7f done [2025-08-04T08:27:36.353Z] #8 pushing layers 0.0s done [2025-08-04T08:27:36.353Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42@sha256:15b1c9e2442c9a7e3d982b909b7a4db6dbc380a4d342d908a3423312cbcb6a7f 0.1s done [2025-08-04T08:27:36.353Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T08:27:36.353Z] #8 DONE 0.1s [2025-08-04T08:27:36.353Z] [2025-08-04T08:27:36.353Z] 1 warning found (use --debug to expand): [2025-08-04T08:27:36.353Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T08:27:36.646Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42' [2025-08-04T08:27:36.646Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 --push - [2025-08-04T08:27:36.646Z] #1 [internal] load build definition from Dockerfile [2025-08-04T08:27:36.646Z] #1 transferring dockerfile: 211B done [2025-08-04T08:27:36.646Z] #1 DONE 0.0s [2025-08-04T08:27:36.646Z] [2025-08-04T08:27:36.646Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:27:36.646Z] #2 DONE 0.0s [2025-08-04T08:27:36.646Z] [2025-08-04T08:27:36.646Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:27:36.646Z] #3 DONE 0.0s [2025-08-04T08:27:36.646Z] [2025-08-04T08:27:36.646Z] #4 [internal] load .dockerignore [2025-08-04T08:27:36.646Z] #4 transferring context: 2B done [2025-08-04T08:27:36.646Z] #4 DONE 0.0s [2025-08-04T08:27:36.646Z] [2025-08-04T08:27:36.646Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:4be7808d1a3f068c0a0b9a551d75b3228893a42f03fad46a90cee3bd4e64f161 [2025-08-04T08:27:36.646Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:4be7808d1a3f068c0a0b9a551d75b3228893a42f03fad46a90cee3bd4e64f161 [2025-08-04T08:27:36.906Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:4be7808d1a3f068c0a0b9a551d75b3228893a42f03fad46a90cee3bd4e64f161 0.0s done [2025-08-04T08:27:36.906Z] #5 CACHED [2025-08-04T08:27:36.906Z] [2025-08-04T08:27:36.906Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:4be7808d1a3f068c0a0b9a551d75b3228893a42f03fad46a90cee3bd4e64f161 [2025-08-04T08:27:36.906Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:4be7808d1a3f068c0a0b9a551d75b3228893a42f03fad46a90cee3bd4e64f161 0.0s done [2025-08-04T08:27:36.906Z] #6 CACHED [2025-08-04T08:27:36.906Z] [2025-08-04T08:27:36.906Z] #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T08:27:36.906Z] #7 DONE 0.0s [2025-08-04T08:27:36.906Z] [2025-08-04T08:27:36.906Z] #8 exporting to image [2025-08-04T08:27:36.906Z] #8 exporting layers done [2025-08-04T08:27:36.906Z] #8 exporting manifest sha256:49339865fbcba8770535147822d9fdfb64696abb4cea65d575d62ff606cc6928 done [2025-08-04T08:27:36.906Z] #8 exporting config sha256:2ce0a51573559b92e10b2015783f0df8e9b7b9c0b9a68320bfe01081ccb612b8 done [2025-08-04T08:27:36.906Z] #8 exporting manifest sha256:4a3b532697e25582b1110f8439c2bdfe65353c8d5a9724f7c99113094dc6ed51 done [2025-08-04T08:27:36.906Z] #8 exporting config sha256:3ab179955e83cea9606f9375554ba501878397144605dc126b0e2122d377cd5a done [2025-08-04T08:27:36.906Z] #8 exporting manifest list sha256:15b1c9e2442c9a7e3d982b909b7a4db6dbc380a4d342d908a3423312cbcb6a7f done [2025-08-04T08:27:36.906Z] #8 pushing layers 0.0s done [2025-08-04T08:27:36.906Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:15b1c9e2442c9a7e3d982b909b7a4db6dbc380a4d342d908a3423312cbcb6a7f 0.1s done [2025-08-04T08:27:36.906Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T08:27:36.906Z] #8 DONE 0.1s [2025-08-04T08:27:36.906Z] [2025-08-04T08:27:36.906Z] 1 warning found (use --debug to expand): [2025-08-04T08:27:36.906Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T08:27:37.203Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:main' [2025-08-04T08:27:37.203Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:main --push - [2025-08-04T08:27:37.461Z] #1 [internal] load build definition from Dockerfile [2025-08-04T08:27:37.461Z] #1 transferring dockerfile: 162B 0.0s done [2025-08-04T08:27:37.461Z] #1 DONE 0.0s [2025-08-04T08:27:37.461Z] [2025-08-04T08:27:37.461Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main [2025-08-04T08:27:37.461Z] #2 DONE 0.0s [2025-08-04T08:27:37.461Z] [2025-08-04T08:27:37.461Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main [2025-08-04T08:27:37.461Z] #3 DONE 0.0s [2025-08-04T08:27:37.461Z] [2025-08-04T08:27:37.461Z] #4 [internal] load .dockerignore [2025-08-04T08:27:37.461Z] #4 transferring context: 2B done [2025-08-04T08:27:37.461Z] #4 DONE 0.0s [2025-08-04T08:27:37.461Z] [2025-08-04T08:27:37.461Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:4be7808d1a3f068c0a0b9a551d75b3228893a42f03fad46a90cee3bd4e64f161 [2025-08-04T08:27:37.461Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:4be7808d1a3f068c0a0b9a551d75b3228893a42f03fad46a90cee3bd4e64f161 0.0s done [2025-08-04T08:27:37.461Z] #5 DONE 0.0s [2025-08-04T08:27:37.461Z] [2025-08-04T08:27:37.461Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:4be7808d1a3f068c0a0b9a551d75b3228893a42f03fad46a90cee3bd4e64f161 [2025-08-04T08:27:37.461Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:4be7808d1a3f068c0a0b9a551d75b3228893a42f03fad46a90cee3bd4e64f161 0.0s done [2025-08-04T08:27:37.461Z] #6 CACHED [2025-08-04T08:27:37.461Z] [2025-08-04T08:27:37.461Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:4be7808d1a3f068c0a0b9a551d75b3228893a42f03fad46a90cee3bd4e64f161 [2025-08-04T08:27:37.461Z] #5 CACHED [2025-08-04T08:27:37.461Z] [2025-08-04T08:27:37.461Z] #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T08:27:37.461Z] #7 DONE 0.0s [2025-08-04T08:27:37.461Z] [2025-08-04T08:27:37.461Z] #8 exporting to image [2025-08-04T08:27:37.461Z] #8 exporting layers done [2025-08-04T08:27:37.461Z] #8 exporting manifest sha256:49339865fbcba8770535147822d9fdfb64696abb4cea65d575d62ff606cc6928 done [2025-08-04T08:27:37.461Z] #8 exporting config sha256:2ce0a51573559b92e10b2015783f0df8e9b7b9c0b9a68320bfe01081ccb612b8 done [2025-08-04T08:27:37.461Z] #8 exporting manifest sha256:4a3b532697e25582b1110f8439c2bdfe65353c8d5a9724f7c99113094dc6ed51 done [2025-08-04T08:27:37.461Z] #8 exporting config sha256:3ab179955e83cea9606f9375554ba501878397144605dc126b0e2122d377cd5a done [2025-08-04T08:27:37.461Z] #8 exporting manifest list sha256:15b1c9e2442c9a7e3d982b909b7a4db6dbc380a4d342d908a3423312cbcb6a7f done [2025-08-04T08:27:37.461Z] #8 pushing layers 0.0s done [2025-08-04T08:27:37.461Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:15b1c9e2442c9a7e3d982b909b7a4db6dbc380a4d342d908a3423312cbcb6a7f 0.1s done [2025-08-04T08:27:37.461Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T08:27:37.461Z] #8 DONE 0.1s [2025-08-04T08:27:37.461Z] [2025-08-04T08:27:37.461Z] 1 warning found (use --debug to expand): [2025-08-04T08:27:37.461Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T08:27:37.749Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b' [2025-08-04T08:27:37.749Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b --push - [2025-08-04T08:27:37.749Z] #1 [internal] load build definition from Dockerfile [2025-08-04T08:27:37.749Z] #1 transferring dockerfile: 206B done [2025-08-04T08:27:37.749Z] #1 DONE 0.0s [2025-08-04T08:27:37.749Z] [2025-08-04T08:27:37.749Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:27:37.749Z] #2 DONE 0.0s [2025-08-04T08:27:37.749Z] [2025-08-04T08:27:37.749Z] #3 [internal] load .dockerignore [2025-08-04T08:27:37.749Z] #3 transferring context: 2B done [2025-08-04T08:27:37.749Z] #3 DONE 0.0s [2025-08-04T08:27:37.749Z] [2025-08-04T08:27:37.749Z] #4 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:27:37.749Z] #4 DONE 0.1s [2025-08-04T08:27:38.008Z] [2025-08-04T08:27:38.008Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:b9e7dbbe72f0f1d23e34b814e47affa5b0247eef14a46bc4f2caf25e1f85c57a [2025-08-04T08:27:38.008Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:b9e7dbbe72f0f1d23e34b814e47affa5b0247eef14a46bc4f2caf25e1f85c57a [2025-08-04T08:27:38.008Z] #5 ... [2025-08-04T08:27:38.008Z] [2025-08-04T08:27:38.008Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:b9e7dbbe72f0f1d23e34b814e47affa5b0247eef14a46bc4f2caf25e1f85c57a [2025-08-04T08:27:38.008Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:b9e7dbbe72f0f1d23e34b814e47affa5b0247eef14a46bc4f2caf25e1f85c57a 0.0s done [2025-08-04T08:27:38.008Z] #6 DONE 0.2s [2025-08-04T08:27:38.008Z] [2025-08-04T08:27:38.008Z] #7 exporting to image [2025-08-04T08:27:38.008Z] #7 exporting layers done [2025-08-04T08:27:38.008Z] #7 exporting manifest sha256:791629eea3f71d5edcfc0709fa5dd02aac61041c4ecc8386c11d9a0990d9a3bb 0.0s done [2025-08-04T08:27:38.008Z] #7 exporting config sha256:0868672659da690cc5c6277b2b4433c98d883a9fe945c7145b3cec95e646146e done [2025-08-04T08:27:38.008Z] #7 exporting manifest sha256:a5ad3e8a6e4752b670e61b8339b1d68687e7877128e2c4444ba071a0fd5ac861 done [2025-08-04T08:27:38.008Z] #7 exporting config sha256:3be04fff2ac11483ae7d2cdb6601b3d3e8126e1e9b5ba8bf624721b653239904 0.0s done [2025-08-04T08:27:38.008Z] #7 exporting manifest list sha256:ede176858a40d99d85b86d1224349e88c83dbd54e580481ca4826d9dfec433d8 done [2025-08-04T08:27:38.008Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T08:27:38.270Z] #7 ... [2025-08-04T08:27:38.270Z] [2025-08-04T08:27:38.270Z] #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T08:27:38.270Z] #8 DONE 0.0s [2025-08-04T08:27:38.270Z] [2025-08-04T08:27:38.270Z] #7 exporting to image [2025-08-04T08:27:38.270Z] #7 pushing layers 0.1s done [2025-08-04T08:27:38.270Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:ede176858a40d99d85b86d1224349e88c83dbd54e580481ca4826d9dfec433d8 [2025-08-04T08:27:38.270Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:ede176858a40d99d85b86d1224349e88c83dbd54e580481ca4826d9dfec433d8 0.1s done [2025-08-04T08:27:38.270Z] #7 DONE 0.2s [2025-08-04T08:27:38.270Z] [2025-08-04T08:27:38.270Z] 1 warning found (use --debug to expand): [2025-08-04T08:27:38.270Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T08:27:38.580Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:latest --push - [2025-08-04T08:27:38.580Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest' [2025-08-04T08:27:38.846Z] #1 [internal] load build definition from Dockerfile [2025-08-04T08:27:38.846Z] #1 transferring dockerfile: 172B done [2025-08-04T08:27:38.846Z] #1 DONE 0.0s [2025-08-04T08:27:38.846Z] [2025-08-04T08:27:38.846Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-08-04T08:27:38.846Z] #2 DONE 0.0s [2025-08-04T08:27:38.846Z] [2025-08-04T08:27:38.846Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-08-04T08:27:38.846Z] #3 DONE 0.0s [2025-08-04T08:27:38.847Z] [2025-08-04T08:27:38.847Z] #4 [internal] load .dockerignore [2025-08-04T08:27:38.847Z] #4 transferring context: 2B done [2025-08-04T08:27:38.847Z] #4 DONE 0.0s [2025-08-04T08:27:38.847Z] [2025-08-04T08:27:38.847Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:b9e7dbbe72f0f1d23e34b814e47affa5b0247eef14a46bc4f2caf25e1f85c57a [2025-08-04T08:27:38.847Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:b9e7dbbe72f0f1d23e34b814e47affa5b0247eef14a46bc4f2caf25e1f85c57a 0.0s done [2025-08-04T08:27:38.847Z] #5 CACHED [2025-08-04T08:27:38.847Z] [2025-08-04T08:27:38.847Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:b9e7dbbe72f0f1d23e34b814e47affa5b0247eef14a46bc4f2caf25e1f85c57a [2025-08-04T08:27:38.847Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:b9e7dbbe72f0f1d23e34b814e47affa5b0247eef14a46bc4f2caf25e1f85c57a 0.0s done [2025-08-04T08:27:38.847Z] #6 CACHED [2025-08-04T08:27:38.847Z] [2025-08-04T08:27:38.847Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T08:27:38.847Z] #7 DONE 0.0s [2025-08-04T08:27:38.847Z] [2025-08-04T08:27:38.847Z] #8 exporting to image [2025-08-04T08:27:38.847Z] #8 exporting layers done [2025-08-04T08:27:38.847Z] #8 exporting manifest sha256:791629eea3f71d5edcfc0709fa5dd02aac61041c4ecc8386c11d9a0990d9a3bb done [2025-08-04T08:27:38.847Z] #8 exporting config sha256:0868672659da690cc5c6277b2b4433c98d883a9fe945c7145b3cec95e646146e done [2025-08-04T08:27:38.847Z] #8 exporting manifest sha256:a5ad3e8a6e4752b670e61b8339b1d68687e7877128e2c4444ba071a0fd5ac861 done [2025-08-04T08:27:38.847Z] #8 exporting config sha256:3be04fff2ac11483ae7d2cdb6601b3d3e8126e1e9b5ba8bf624721b653239904 done [2025-08-04T08:27:38.847Z] #8 exporting manifest list sha256:ede176858a40d99d85b86d1224349e88c83dbd54e580481ca4826d9dfec433d8 done [2025-08-04T08:27:38.847Z] #8 pushing layers 0.0s done [2025-08-04T08:27:38.847Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:ede176858a40d99d85b86d1224349e88c83dbd54e580481ca4826d9dfec433d8 0.1s done [2025-08-04T08:27:38.847Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T08:27:38.847Z] #8 DONE 0.2s [2025-08-04T08:27:38.847Z] [2025-08-04T08:27:38.847Z] 1 warning found (use --debug to expand): [2025-08-04T08:27:38.847Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T08:27:39.132Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42' [2025-08-04T08:27:39.132Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42 --push - [2025-08-04T08:27:39.391Z] #1 [internal] load build definition from Dockerfile [2025-08-04T08:27:39.391Z] #1 transferring dockerfile: 178B done [2025-08-04T08:27:39.391Z] #1 DONE 0.0s [2025-08-04T08:27:39.391Z] [2025-08-04T08:27:39.391Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42 [2025-08-04T08:27:39.391Z] #2 DONE 0.0s [2025-08-04T08:27:39.391Z] [2025-08-04T08:27:39.391Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42 [2025-08-04T08:27:39.391Z] #3 DONE 0.0s [2025-08-04T08:27:39.391Z] [2025-08-04T08:27:39.391Z] #4 [internal] load .dockerignore [2025-08-04T08:27:39.391Z] #4 transferring context: 2B done [2025-08-04T08:27:39.391Z] #4 DONE 0.0s [2025-08-04T08:27:39.391Z] [2025-08-04T08:27:39.391Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42@sha256:b9e7dbbe72f0f1d23e34b814e47affa5b0247eef14a46bc4f2caf25e1f85c57a [2025-08-04T08:27:39.391Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42@sha256:b9e7dbbe72f0f1d23e34b814e47affa5b0247eef14a46bc4f2caf25e1f85c57a 0.0s done [2025-08-04T08:27:39.391Z] #5 CACHED [2025-08-04T08:27:39.391Z] [2025-08-04T08:27:39.391Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42@sha256:b9e7dbbe72f0f1d23e34b814e47affa5b0247eef14a46bc4f2caf25e1f85c57a [2025-08-04T08:27:39.391Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42@sha256:b9e7dbbe72f0f1d23e34b814e47affa5b0247eef14a46bc4f2caf25e1f85c57a 0.0s done [2025-08-04T08:27:39.391Z] #6 CACHED [2025-08-04T08:27:39.391Z] [2025-08-04T08:27:39.391Z] #7 exporting to image [2025-08-04T08:27:39.391Z] #7 exporting layers done [2025-08-04T08:27:39.391Z] #7 exporting manifest sha256:791629eea3f71d5edcfc0709fa5dd02aac61041c4ecc8386c11d9a0990d9a3bb [2025-08-04T08:27:39.391Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T08:27:39.391Z] #7 ... [2025-08-04T08:27:39.391Z] [2025-08-04T08:27:39.391Z] #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T08:27:39.391Z] #8 DONE 0.0s [2025-08-04T08:27:39.391Z] [2025-08-04T08:27:39.391Z] #7 exporting to image [2025-08-04T08:27:39.391Z] #7 exporting manifest sha256:791629eea3f71d5edcfc0709fa5dd02aac61041c4ecc8386c11d9a0990d9a3bb done [2025-08-04T08:27:39.391Z] #7 exporting config sha256:0868672659da690cc5c6277b2b4433c98d883a9fe945c7145b3cec95e646146e done [2025-08-04T08:27:39.391Z] #7 exporting manifest sha256:a5ad3e8a6e4752b670e61b8339b1d68687e7877128e2c4444ba071a0fd5ac861 done [2025-08-04T08:27:39.391Z] #7 exporting config sha256:3be04fff2ac11483ae7d2cdb6601b3d3e8126e1e9b5ba8bf624721b653239904 done [2025-08-04T08:27:39.391Z] #7 exporting manifest list sha256:ede176858a40d99d85b86d1224349e88c83dbd54e580481ca4826d9dfec433d8 done [2025-08-04T08:27:39.391Z] #7 pushing layers 0.0s done [2025-08-04T08:27:39.391Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42@sha256:ede176858a40d99d85b86d1224349e88c83dbd54e580481ca4826d9dfec433d8 [2025-08-04T08:27:39.391Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42@sha256:ede176858a40d99d85b86d1224349e88c83dbd54e580481ca4826d9dfec433d8 0.1s done [2025-08-04T08:27:39.391Z] #7 DONE 0.2s [2025-08-04T08:27:39.391Z] [2025-08-04T08:27:39.391Z] 1 warning found (use --debug to expand): [2025-08-04T08:27:39.391Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T08:27:39.683Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42' [2025-08-04T08:27:39.683Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 --push - [2025-08-04T08:27:39.945Z] #1 [internal] load build definition from Dockerfile [2025-08-04T08:27:39.945Z] #1 transferring dockerfile: 219B done [2025-08-04T08:27:39.945Z] #1 DONE 0.0s [2025-08-04T08:27:39.945Z] [2025-08-04T08:27:39.945Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:27:39.945Z] #2 DONE 0.0s [2025-08-04T08:27:39.945Z] [2025-08-04T08:27:39.945Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:27:39.945Z] #3 DONE 0.0s [2025-08-04T08:27:39.945Z] [2025-08-04T08:27:39.945Z] #4 [internal] load .dockerignore [2025-08-04T08:27:39.945Z] #4 transferring context: 2B done [2025-08-04T08:27:39.945Z] #4 DONE 0.0s [2025-08-04T08:27:39.945Z] [2025-08-04T08:27:39.945Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:b9e7dbbe72f0f1d23e34b814e47affa5b0247eef14a46bc4f2caf25e1f85c57a [2025-08-04T08:27:39.945Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:b9e7dbbe72f0f1d23e34b814e47affa5b0247eef14a46bc4f2caf25e1f85c57a 0.0s done [2025-08-04T08:27:39.945Z] #5 CACHED [2025-08-04T08:27:39.945Z] [2025-08-04T08:27:39.945Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:b9e7dbbe72f0f1d23e34b814e47affa5b0247eef14a46bc4f2caf25e1f85c57a [2025-08-04T08:27:39.945Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:b9e7dbbe72f0f1d23e34b814e47affa5b0247eef14a46bc4f2caf25e1f85c57a 0.0s done [2025-08-04T08:27:39.945Z] #6 DONE 0.0s [2025-08-04T08:27:39.945Z] [2025-08-04T08:27:39.945Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:b9e7dbbe72f0f1d23e34b814e47affa5b0247eef14a46bc4f2caf25e1f85c57a [2025-08-04T08:27:39.945Z] #6 CACHED [2025-08-04T08:27:39.945Z] [2025-08-04T08:27:39.945Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T08:27:39.945Z] #7 DONE 0.0s [2025-08-04T08:27:39.945Z] [2025-08-04T08:27:39.945Z] #8 exporting to image [2025-08-04T08:27:39.945Z] #8 exporting layers done [2025-08-04T08:27:39.945Z] #8 exporting manifest sha256:791629eea3f71d5edcfc0709fa5dd02aac61041c4ecc8386c11d9a0990d9a3bb done [2025-08-04T08:27:39.945Z] #8 exporting config sha256:0868672659da690cc5c6277b2b4433c98d883a9fe945c7145b3cec95e646146e done [2025-08-04T08:27:39.945Z] #8 exporting manifest sha256:a5ad3e8a6e4752b670e61b8339b1d68687e7877128e2c4444ba071a0fd5ac861 done [2025-08-04T08:27:39.945Z] #8 exporting config sha256:3be04fff2ac11483ae7d2cdb6601b3d3e8126e1e9b5ba8bf624721b653239904 done [2025-08-04T08:27:39.945Z] #8 exporting manifest list sha256:ede176858a40d99d85b86d1224349e88c83dbd54e580481ca4826d9dfec433d8 done [2025-08-04T08:27:39.945Z] #8 pushing layers 0.0s done [2025-08-04T08:27:39.945Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:ede176858a40d99d85b86d1224349e88c83dbd54e580481ca4826d9dfec433d8 0.1s done [2025-08-04T08:27:39.945Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T08:27:39.945Z] #8 DONE 0.1s [2025-08-04T08:27:39.945Z] [2025-08-04T08:27:39.945Z] 1 warning found (use --debug to expand): [2025-08-04T08:27:39.945Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T08:27:40.235Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:main --push - [2025-08-04T08:27:40.235Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main' [2025-08-04T08:27:40.495Z] #1 [internal] load build definition from Dockerfile [2025-08-04T08:27:40.495Z] #1 transferring dockerfile: 170B done [2025-08-04T08:27:40.495Z] #1 DONE 0.0s [2025-08-04T08:27:40.495Z] [2025-08-04T08:27:40.495Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-08-04T08:27:40.495Z] #2 DONE 0.0s [2025-08-04T08:27:40.495Z] [2025-08-04T08:27:40.495Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-08-04T08:27:40.495Z] #3 DONE 0.0s [2025-08-04T08:27:40.495Z] [2025-08-04T08:27:40.495Z] #4 [internal] load .dockerignore [2025-08-04T08:27:40.495Z] #4 transferring context: 2B done [2025-08-04T08:27:40.495Z] #4 DONE 0.0s [2025-08-04T08:27:40.495Z] [2025-08-04T08:27:40.495Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:b9e7dbbe72f0f1d23e34b814e47affa5b0247eef14a46bc4f2caf25e1f85c57a [2025-08-04T08:27:40.495Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:b9e7dbbe72f0f1d23e34b814e47affa5b0247eef14a46bc4f2caf25e1f85c57a 0.0s done [2025-08-04T08:27:40.495Z] #5 DONE 0.0s [2025-08-04T08:27:40.495Z] [2025-08-04T08:27:40.495Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:b9e7dbbe72f0f1d23e34b814e47affa5b0247eef14a46bc4f2caf25e1f85c57a [2025-08-04T08:27:40.495Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:b9e7dbbe72f0f1d23e34b814e47affa5b0247eef14a46bc4f2caf25e1f85c57a 0.0s done [2025-08-04T08:27:40.495Z] #6 CACHED [2025-08-04T08:27:40.495Z] [2025-08-04T08:27:40.495Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:b9e7dbbe72f0f1d23e34b814e47affa5b0247eef14a46bc4f2caf25e1f85c57a [2025-08-04T08:27:40.495Z] #5 CACHED [2025-08-04T08:27:40.495Z] [2025-08-04T08:27:40.495Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T08:27:40.495Z] #7 DONE 0.0s [2025-08-04T08:27:40.495Z] [2025-08-04T08:27:40.495Z] #8 exporting to image [2025-08-04T08:27:40.495Z] #8 exporting layers done [2025-08-04T08:27:40.495Z] #8 exporting manifest sha256:791629eea3f71d5edcfc0709fa5dd02aac61041c4ecc8386c11d9a0990d9a3bb done [2025-08-04T08:27:40.495Z] #8 exporting config sha256:0868672659da690cc5c6277b2b4433c98d883a9fe945c7145b3cec95e646146e done [2025-08-04T08:27:40.495Z] #8 exporting manifest sha256:a5ad3e8a6e4752b670e61b8339b1d68687e7877128e2c4444ba071a0fd5ac861 done [2025-08-04T08:27:40.495Z] #8 exporting config sha256:3be04fff2ac11483ae7d2cdb6601b3d3e8126e1e9b5ba8bf624721b653239904 done [2025-08-04T08:27:40.495Z] #8 exporting manifest list sha256:ede176858a40d99d85b86d1224349e88c83dbd54e580481ca4826d9dfec433d8 done [2025-08-04T08:27:40.495Z] #8 pushing layers 0.0s done [2025-08-04T08:27:40.495Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:ede176858a40d99d85b86d1224349e88c83dbd54e580481ca4826d9dfec433d8 0.1s done [2025-08-04T08:27:40.495Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T08:27:40.495Z] #8 DONE 0.1s [2025-08-04T08:27:40.495Z] [2025-08-04T08:27:40.495Z] 1 warning found (use --debug to expand): [2025-08-04T08:27:40.495Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T08:27:40.784Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b' [2025-08-04T08:27:40.784Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b --push - [2025-08-04T08:27:41.043Z] #1 [internal] load build definition from Dockerfile [2025-08-04T08:27:41.043Z] #1 transferring dockerfile: 204B done [2025-08-04T08:27:41.043Z] #1 DONE 0.0s [2025-08-04T08:27:41.043Z] [2025-08-04T08:27:41.043Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:27:41.043Z] #2 DONE 0.0s [2025-08-04T08:27:41.043Z] [2025-08-04T08:27:41.043Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:27:41.043Z] #3 DONE 0.1s [2025-08-04T08:27:41.043Z] [2025-08-04T08:27:41.043Z] #4 [internal] load .dockerignore [2025-08-04T08:27:41.043Z] #4 transferring context: 2B done [2025-08-04T08:27:41.043Z] #4 DONE 0.0s [2025-08-04T08:27:41.043Z] [2025-08-04T08:27:41.043Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:b0be380d171778ae1459e9f1e165910ffba5240bdaefb77c24a4c07443021358 [2025-08-04T08:27:41.043Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:b0be380d171778ae1459e9f1e165910ffba5240bdaefb77c24a4c07443021358 [2025-08-04T08:27:41.043Z] #5 ... [2025-08-04T08:27:41.043Z] [2025-08-04T08:27:41.043Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:b0be380d171778ae1459e9f1e165910ffba5240bdaefb77c24a4c07443021358 [2025-08-04T08:27:41.043Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:b0be380d171778ae1459e9f1e165910ffba5240bdaefb77c24a4c07443021358 0.0s done [2025-08-04T08:27:41.043Z] #6 DONE 0.1s [2025-08-04T08:27:41.043Z] [2025-08-04T08:27:41.043Z] #7 exporting to image [2025-08-04T08:27:41.043Z] #7 exporting layers done [2025-08-04T08:27:41.043Z] #7 exporting manifest sha256:988ab49d0c341dd2dff935ab84649016a80c644a0d0353585d6604ae34f0b1ee 0.0s done [2025-08-04T08:27:41.043Z] #7 exporting config sha256:2e883cf87103db0b24f645b270da6f914521bf2fb8059c5f56843e485d81a3c8 done [2025-08-04T08:27:41.043Z] #7 exporting manifest sha256:eb1c52e46808be274dba77891a96dba9d54f3b58e69196266d8a6894fee47297 0.0s done [2025-08-04T08:27:41.043Z] #7 exporting config sha256:0eb3ab8975890909c7685005207b9af355e7277bbfb3630fad53a32c07c23787 0.0s done [2025-08-04T08:27:41.043Z] #7 exporting manifest list sha256:7ee16b8837a5f7a15294d997a8fa99889064df9343d2800ed48cff1c29364fe5 [2025-08-04T08:27:41.043Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T08:27:41.302Z] #7 ... [2025-08-04T08:27:41.303Z] [2025-08-04T08:27:41.303Z] #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T08:27:41.303Z] #8 DONE 0.0s [2025-08-04T08:27:41.303Z] [2025-08-04T08:27:41.303Z] #7 exporting to image [2025-08-04T08:27:41.303Z] #7 exporting manifest list sha256:7ee16b8837a5f7a15294d997a8fa99889064df9343d2800ed48cff1c29364fe5 done [2025-08-04T08:27:41.303Z] #7 pushing layers 0.1s done [2025-08-04T08:27:41.303Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:7ee16b8837a5f7a15294d997a8fa99889064df9343d2800ed48cff1c29364fe5 [2025-08-04T08:27:41.303Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:7ee16b8837a5f7a15294d997a8fa99889064df9343d2800ed48cff1c29364fe5 0.1s done [2025-08-04T08:27:41.303Z] #7 DONE 0.2s [2025-08-04T08:27:41.303Z] [2025-08-04T08:27:41.303Z] 1 warning found (use --debug to expand): [2025-08-04T08:27:41.303Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T08:27:41.592Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:latest --push - [2025-08-04T08:27:41.592Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest' [2025-08-04T08:27:41.592Z] #1 [internal] load build definition from Dockerfile [2025-08-04T08:27:41.592Z] #1 transferring dockerfile: 170B done [2025-08-04T08:27:41.592Z] #1 DONE 0.0s [2025-08-04T08:27:41.592Z] [2025-08-04T08:27:41.592Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-08-04T08:27:41.592Z] #2 DONE 0.0s [2025-08-04T08:27:41.592Z] [2025-08-04T08:27:41.592Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-08-04T08:27:41.592Z] #3 DONE 0.0s [2025-08-04T08:27:41.592Z] [2025-08-04T08:27:41.592Z] #4 [internal] load .dockerignore [2025-08-04T08:27:41.592Z] #4 transferring context: 2B done [2025-08-04T08:27:41.592Z] #4 DONE 0.0s [2025-08-04T08:27:41.853Z] [2025-08-04T08:27:41.853Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:b0be380d171778ae1459e9f1e165910ffba5240bdaefb77c24a4c07443021358 [2025-08-04T08:27:41.853Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:b0be380d171778ae1459e9f1e165910ffba5240bdaefb77c24a4c07443021358 0.0s done [2025-08-04T08:27:41.853Z] #5 CACHED [2025-08-04T08:27:41.853Z] [2025-08-04T08:27:41.853Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:b0be380d171778ae1459e9f1e165910ffba5240bdaefb77c24a4c07443021358 [2025-08-04T08:27:41.853Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:b0be380d171778ae1459e9f1e165910ffba5240bdaefb77c24a4c07443021358 0.0s done [2025-08-04T08:27:41.853Z] #6 CACHED [2025-08-04T08:27:41.853Z] [2025-08-04T08:27:41.853Z] #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T08:27:41.853Z] #7 DONE 0.0s [2025-08-04T08:27:41.853Z] [2025-08-04T08:27:41.853Z] #8 exporting to image [2025-08-04T08:27:41.853Z] #8 exporting layers done [2025-08-04T08:27:41.853Z] #8 exporting manifest sha256:988ab49d0c341dd2dff935ab84649016a80c644a0d0353585d6604ae34f0b1ee done [2025-08-04T08:27:41.853Z] #8 exporting config sha256:2e883cf87103db0b24f645b270da6f914521bf2fb8059c5f56843e485d81a3c8 done [2025-08-04T08:27:41.853Z] #8 exporting manifest sha256:eb1c52e46808be274dba77891a96dba9d54f3b58e69196266d8a6894fee47297 done [2025-08-04T08:27:41.853Z] #8 exporting config sha256:0eb3ab8975890909c7685005207b9af355e7277bbfb3630fad53a32c07c23787 done [2025-08-04T08:27:41.853Z] #8 exporting manifest list sha256:7ee16b8837a5f7a15294d997a8fa99889064df9343d2800ed48cff1c29364fe5 done [2025-08-04T08:27:41.853Z] #8 pushing layers 0.0s done [2025-08-04T08:27:41.853Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:7ee16b8837a5f7a15294d997a8fa99889064df9343d2800ed48cff1c29364fe5 0.1s done [2025-08-04T08:27:41.853Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T08:27:41.853Z] #8 DONE 0.1s [2025-08-04T08:27:41.853Z] [2025-08-04T08:27:41.853Z] 1 warning found (use --debug to expand): [2025-08-04T08:27:41.853Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T08:27:42.225Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42' [2025-08-04T08:27:42.225Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42 --push - [2025-08-04T08:27:42.225Z] #1 [internal] load build definition from Dockerfile [2025-08-04T08:27:42.225Z] #1 transferring dockerfile: 176B done [2025-08-04T08:27:42.225Z] #1 DONE 0.0s [2025-08-04T08:27:42.225Z] [2025-08-04T08:27:42.225Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42 [2025-08-04T08:27:42.225Z] #2 DONE 0.0s [2025-08-04T08:27:42.225Z] [2025-08-04T08:27:42.225Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42 [2025-08-04T08:27:42.225Z] #3 DONE 0.0s [2025-08-04T08:27:42.225Z] [2025-08-04T08:27:42.225Z] #4 [internal] load .dockerignore [2025-08-04T08:27:42.225Z] #4 transferring context: 2B done [2025-08-04T08:27:42.225Z] #4 DONE 0.0s [2025-08-04T08:27:42.225Z] [2025-08-04T08:27:42.225Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42@sha256:b0be380d171778ae1459e9f1e165910ffba5240bdaefb77c24a4c07443021358 [2025-08-04T08:27:42.225Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42@sha256:b0be380d171778ae1459e9f1e165910ffba5240bdaefb77c24a4c07443021358 0.0s done [2025-08-04T08:27:42.494Z] #5 CACHED [2025-08-04T08:27:42.494Z] [2025-08-04T08:27:42.494Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42@sha256:b0be380d171778ae1459e9f1e165910ffba5240bdaefb77c24a4c07443021358 [2025-08-04T08:27:42.494Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42@sha256:b0be380d171778ae1459e9f1e165910ffba5240bdaefb77c24a4c07443021358 0.0s done [2025-08-04T08:27:42.494Z] #6 CACHED [2025-08-04T08:27:42.494Z] [2025-08-04T08:27:42.494Z] #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T08:27:42.494Z] #7 DONE 0.0s [2025-08-04T08:27:42.494Z] [2025-08-04T08:27:42.494Z] #8 exporting to image [2025-08-04T08:27:42.494Z] #8 exporting layers done [2025-08-04T08:27:42.494Z] #8 exporting manifest sha256:988ab49d0c341dd2dff935ab84649016a80c644a0d0353585d6604ae34f0b1ee done [2025-08-04T08:27:42.494Z] #8 exporting config sha256:2e883cf87103db0b24f645b270da6f914521bf2fb8059c5f56843e485d81a3c8 done [2025-08-04T08:27:42.494Z] #8 exporting manifest sha256:eb1c52e46808be274dba77891a96dba9d54f3b58e69196266d8a6894fee47297 done [2025-08-04T08:27:42.494Z] #8 exporting config sha256:0eb3ab8975890909c7685005207b9af355e7277bbfb3630fad53a32c07c23787 done [2025-08-04T08:27:42.494Z] #8 exporting manifest list sha256:7ee16b8837a5f7a15294d997a8fa99889064df9343d2800ed48cff1c29364fe5 done [2025-08-04T08:27:42.494Z] #8 pushing layers 0.0s done [2025-08-04T08:27:42.494Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42@sha256:7ee16b8837a5f7a15294d997a8fa99889064df9343d2800ed48cff1c29364fe5 0.1s done [2025-08-04T08:27:42.494Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T08:27:42.494Z] #8 DONE 0.1s [2025-08-04T08:27:42.494Z] [2025-08-04T08:27:42.494Z] 1 warning found (use --debug to expand): [2025-08-04T08:27:42.494Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T08:27:42.786Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42' [2025-08-04T08:27:42.786Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 --push - [2025-08-04T08:27:42.786Z] #1 [internal] load build definition from Dockerfile [2025-08-04T08:27:42.786Z] #1 transferring dockerfile: 217B done [2025-08-04T08:27:42.786Z] #1 DONE 0.0s [2025-08-04T08:27:42.786Z] [2025-08-04T08:27:42.786Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:27:42.786Z] #2 DONE 0.0s [2025-08-04T08:27:42.786Z] [2025-08-04T08:27:42.786Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:27:42.786Z] #3 DONE 0.0s [2025-08-04T08:27:42.786Z] [2025-08-04T08:27:42.786Z] #4 [internal] load .dockerignore [2025-08-04T08:27:42.786Z] #4 transferring context: 2B done [2025-08-04T08:27:42.786Z] #4 DONE 0.0s [2025-08-04T08:27:42.786Z] [2025-08-04T08:27:42.786Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:b0be380d171778ae1459e9f1e165910ffba5240bdaefb77c24a4c07443021358 [2025-08-04T08:27:42.786Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:b0be380d171778ae1459e9f1e165910ffba5240bdaefb77c24a4c07443021358 0.0s done [2025-08-04T08:27:42.786Z] #5 CACHED [2025-08-04T08:27:42.786Z] [2025-08-04T08:27:42.786Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:b0be380d171778ae1459e9f1e165910ffba5240bdaefb77c24a4c07443021358 [2025-08-04T08:27:43.045Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:b0be380d171778ae1459e9f1e165910ffba5240bdaefb77c24a4c07443021358 0.0s done [2025-08-04T08:27:43.045Z] #6 CACHED [2025-08-04T08:27:43.045Z] [2025-08-04T08:27:43.045Z] #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T08:27:43.045Z] #7 DONE 0.0s [2025-08-04T08:27:43.045Z] [2025-08-04T08:27:43.045Z] #8 exporting to image [2025-08-04T08:27:43.045Z] #8 exporting layers done [2025-08-04T08:27:43.045Z] #8 exporting manifest sha256:988ab49d0c341dd2dff935ab84649016a80c644a0d0353585d6604ae34f0b1ee done [2025-08-04T08:27:43.045Z] #8 exporting config sha256:2e883cf87103db0b24f645b270da6f914521bf2fb8059c5f56843e485d81a3c8 done [2025-08-04T08:27:43.045Z] #8 exporting manifest sha256:eb1c52e46808be274dba77891a96dba9d54f3b58e69196266d8a6894fee47297 done [2025-08-04T08:27:43.045Z] #8 exporting config sha256:0eb3ab8975890909c7685005207b9af355e7277bbfb3630fad53a32c07c23787 done [2025-08-04T08:27:43.045Z] #8 exporting manifest list sha256:7ee16b8837a5f7a15294d997a8fa99889064df9343d2800ed48cff1c29364fe5 done [2025-08-04T08:27:43.045Z] #8 pushing layers 0.0s done [2025-08-04T08:27:43.045Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:7ee16b8837a5f7a15294d997a8fa99889064df9343d2800ed48cff1c29364fe5 0.1s done [2025-08-04T08:27:43.045Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T08:27:43.045Z] #8 DONE 0.1s [2025-08-04T08:27:43.045Z] [2025-08-04T08:27:43.045Z] 1 warning found (use --debug to expand): [2025-08-04T08:27:43.045Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T08:27:43.331Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:main --push - [2025-08-04T08:27:43.331Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main' [2025-08-04T08:27:43.590Z] #1 [internal] load build definition from Dockerfile [2025-08-04T08:27:43.590Z] #1 transferring dockerfile: 168B done [2025-08-04T08:27:43.590Z] #1 DONE 0.0s [2025-08-04T08:27:43.590Z] [2025-08-04T08:27:43.590Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-08-04T08:27:43.590Z] #2 DONE 0.0s [2025-08-04T08:27:43.590Z] [2025-08-04T08:27:43.590Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-08-04T08:27:43.590Z] #3 DONE 0.0s [2025-08-04T08:27:43.590Z] [2025-08-04T08:27:43.590Z] #4 [internal] load .dockerignore [2025-08-04T08:27:43.590Z] #4 transferring context: 2B done [2025-08-04T08:27:43.590Z] #4 DONE 0.0s [2025-08-04T08:27:43.590Z] [2025-08-04T08:27:43.590Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:b0be380d171778ae1459e9f1e165910ffba5240bdaefb77c24a4c07443021358 [2025-08-04T08:27:43.590Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:b0be380d171778ae1459e9f1e165910ffba5240bdaefb77c24a4c07443021358 0.0s done [2025-08-04T08:27:43.590Z] #5 CACHED [2025-08-04T08:27:43.590Z] [2025-08-04T08:27:43.590Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:b0be380d171778ae1459e9f1e165910ffba5240bdaefb77c24a4c07443021358 [2025-08-04T08:27:43.590Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:b0be380d171778ae1459e9f1e165910ffba5240bdaefb77c24a4c07443021358 0.0s done [2025-08-04T08:27:43.590Z] #6 CACHED [2025-08-04T08:27:43.590Z] [2025-08-04T08:27:43.590Z] #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T08:27:43.590Z] #7 DONE 0.0s [2025-08-04T08:27:43.590Z] [2025-08-04T08:27:43.590Z] #8 exporting to image [2025-08-04T08:27:43.590Z] #8 exporting layers done [2025-08-04T08:27:43.590Z] #8 exporting manifest sha256:988ab49d0c341dd2dff935ab84649016a80c644a0d0353585d6604ae34f0b1ee done [2025-08-04T08:27:43.590Z] #8 exporting config sha256:2e883cf87103db0b24f645b270da6f914521bf2fb8059c5f56843e485d81a3c8 done [2025-08-04T08:27:43.590Z] #8 exporting manifest sha256:eb1c52e46808be274dba77891a96dba9d54f3b58e69196266d8a6894fee47297 done [2025-08-04T08:27:43.590Z] #8 exporting config sha256:0eb3ab8975890909c7685005207b9af355e7277bbfb3630fad53a32c07c23787 done [2025-08-04T08:27:43.590Z] #8 exporting manifest list sha256:7ee16b8837a5f7a15294d997a8fa99889064df9343d2800ed48cff1c29364fe5 done [2025-08-04T08:27:43.590Z] #8 pushing layers 0.0s done [2025-08-04T08:27:43.590Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:7ee16b8837a5f7a15294d997a8fa99889064df9343d2800ed48cff1c29364fe5 0.1s done [2025-08-04T08:27:43.590Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T08:27:43.590Z] #8 DONE 0.1s [2025-08-04T08:27:43.590Z] [2025-08-04T08:27:43.590Z] 1 warning found (use --debug to expand): [2025-08-04T08:27:43.590Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T08:27:43.881Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b' [2025-08-04T08:27:43.881Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b --push - [2025-08-04T08:27:43.881Z] #1 [internal] load build definition from Dockerfile [2025-08-04T08:27:43.881Z] #1 transferring dockerfile: 205B done [2025-08-04T08:27:43.881Z] #1 DONE 0.0s [2025-08-04T08:27:43.881Z] [2025-08-04T08:27:43.881Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:27:43.881Z] #2 DONE 0.0s [2025-08-04T08:27:43.881Z] [2025-08-04T08:27:43.881Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:27:43.881Z] #3 DONE 0.1s [2025-08-04T08:27:43.881Z] [2025-08-04T08:27:43.881Z] #4 [internal] load .dockerignore [2025-08-04T08:27:43.881Z] #4 transferring context: 2B done [2025-08-04T08:27:43.881Z] #4 DONE 0.0s [2025-08-04T08:27:44.144Z] [2025-08-04T08:27:44.144Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:c3178617ae60fc3e2fec96083dbad2bb1b87d3f20b6ebcdf0208dcad890963e6 [2025-08-04T08:27:44.144Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:c3178617ae60fc3e2fec96083dbad2bb1b87d3f20b6ebcdf0208dcad890963e6 [2025-08-04T08:27:44.144Z] #5 ... [2025-08-04T08:27:44.144Z] [2025-08-04T08:27:44.144Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:c3178617ae60fc3e2fec96083dbad2bb1b87d3f20b6ebcdf0208dcad890963e6 [2025-08-04T08:27:44.144Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:c3178617ae60fc3e2fec96083dbad2bb1b87d3f20b6ebcdf0208dcad890963e6 0.0s done [2025-08-04T08:27:44.144Z] #6 DONE 0.2s [2025-08-04T08:27:44.409Z] [2025-08-04T08:27:44.409Z] #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T08:27:44.409Z] #7 DONE 0.0s [2025-08-04T08:27:44.409Z] [2025-08-04T08:27:44.409Z] #8 exporting to image [2025-08-04T08:27:44.409Z] #8 exporting layers done [2025-08-04T08:27:44.409Z] #8 exporting manifest sha256:f06e0ea9a9b05dfe6afcd63502496d674bc801be7ff68192a9ab41b22ff63d80 0.0s done [2025-08-04T08:27:44.409Z] #8 exporting config sha256:88ab92c95d4c3184b99ef445f17c1da824d3710c311a3f092bd96eb311469567 done [2025-08-04T08:27:44.409Z] #8 exporting manifest sha256:9cee0ca9a0866503b62efe8e51b7833cb490f7b5eff2663d6c931011ebb986df done [2025-08-04T08:27:44.409Z] #8 exporting config sha256:dcd1bf9f4de3354eab344f22147fcaca35238f0fa9d4fd04910f32a26a8c3fc4 done [2025-08-04T08:27:44.409Z] #8 exporting manifest list sha256:d9ff93827cfe7072c86761aad6a8c5b1aeada21c1029ffb375518f5bd822b01c done [2025-08-04T08:27:44.409Z] #8 pushing layers [2025-08-04T08:27:44.409Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T08:27:44.409Z] #8 pushing layers 0.1s done [2025-08-04T08:27:44.409Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:d9ff93827cfe7072c86761aad6a8c5b1aeada21c1029ffb375518f5bd822b01c 0.1s done [2025-08-04T08:27:44.409Z] #8 DONE 0.2s [2025-08-04T08:27:44.409Z] [2025-08-04T08:27:44.409Z] 1 warning found (use --debug to expand): [2025-08-04T08:27:44.409Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T08:27:44.698Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest' [2025-08-04T08:27:44.698Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:latest --push - [2025-08-04T08:27:44.957Z] #1 [internal] load build definition from Dockerfile [2025-08-04T08:27:44.957Z] #1 transferring dockerfile: 171B done [2025-08-04T08:27:44.957Z] #1 DONE 0.0s [2025-08-04T08:27:44.957Z] [2025-08-04T08:27:44.957Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-08-04T08:27:44.957Z] #2 DONE 0.0s [2025-08-04T08:27:44.957Z] [2025-08-04T08:27:44.957Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-08-04T08:27:44.957Z] #3 DONE 0.0s [2025-08-04T08:27:44.957Z] [2025-08-04T08:27:44.957Z] #4 [internal] load .dockerignore [2025-08-04T08:27:44.957Z] #4 transferring context: 2B done [2025-08-04T08:27:44.957Z] #4 DONE 0.0s [2025-08-04T08:27:44.957Z] [2025-08-04T08:27:44.957Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:c3178617ae60fc3e2fec96083dbad2bb1b87d3f20b6ebcdf0208dcad890963e6 [2025-08-04T08:27:44.957Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:c3178617ae60fc3e2fec96083dbad2bb1b87d3f20b6ebcdf0208dcad890963e6 [2025-08-04T08:27:44.957Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:c3178617ae60fc3e2fec96083dbad2bb1b87d3f20b6ebcdf0208dcad890963e6 0.0s done [2025-08-04T08:27:44.957Z] #5 CACHED [2025-08-04T08:27:44.957Z] [2025-08-04T08:27:44.957Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:c3178617ae60fc3e2fec96083dbad2bb1b87d3f20b6ebcdf0208dcad890963e6 [2025-08-04T08:27:44.957Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:c3178617ae60fc3e2fec96083dbad2bb1b87d3f20b6ebcdf0208dcad890963e6 0.0s done [2025-08-04T08:27:44.957Z] #6 CACHED [2025-08-04T08:27:44.957Z] [2025-08-04T08:27:44.957Z] #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T08:27:44.957Z] #7 DONE 0.0s [2025-08-04T08:27:44.957Z] [2025-08-04T08:27:44.957Z] #8 exporting to image [2025-08-04T08:27:44.957Z] #8 exporting layers done [2025-08-04T08:27:44.957Z] #8 exporting manifest sha256:f06e0ea9a9b05dfe6afcd63502496d674bc801be7ff68192a9ab41b22ff63d80 done [2025-08-04T08:27:44.957Z] #8 exporting config sha256:88ab92c95d4c3184b99ef445f17c1da824d3710c311a3f092bd96eb311469567 done [2025-08-04T08:27:44.957Z] #8 exporting manifest sha256:9cee0ca9a0866503b62efe8e51b7833cb490f7b5eff2663d6c931011ebb986df done [2025-08-04T08:27:44.957Z] #8 exporting config sha256:dcd1bf9f4de3354eab344f22147fcaca35238f0fa9d4fd04910f32a26a8c3fc4 done [2025-08-04T08:27:44.957Z] #8 exporting manifest list sha256:d9ff93827cfe7072c86761aad6a8c5b1aeada21c1029ffb375518f5bd822b01c done [2025-08-04T08:27:44.957Z] #8 pushing layers 0.0s done [2025-08-04T08:27:44.957Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:d9ff93827cfe7072c86761aad6a8c5b1aeada21c1029ffb375518f5bd822b01c 0.1s done [2025-08-04T08:27:44.957Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T08:27:44.957Z] #8 DONE 0.1s [2025-08-04T08:27:44.957Z] [2025-08-04T08:27:44.957Z] 1 warning found (use --debug to expand): [2025-08-04T08:27:44.957Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T08:27:45.246Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42' [2025-08-04T08:27:45.246Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42 --push - [2025-08-04T08:27:45.246Z] #1 [internal] load build definition from Dockerfile [2025-08-04T08:27:45.246Z] #1 transferring dockerfile: 177B done [2025-08-04T08:27:45.246Z] #1 DONE 0.0s [2025-08-04T08:27:45.246Z] [2025-08-04T08:27:45.246Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42 [2025-08-04T08:27:45.246Z] #2 DONE 0.0s [2025-08-04T08:27:45.246Z] [2025-08-04T08:27:45.246Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42 [2025-08-04T08:27:45.246Z] #3 DONE 0.0s [2025-08-04T08:27:45.246Z] [2025-08-04T08:27:45.246Z] #4 [internal] load .dockerignore [2025-08-04T08:27:45.246Z] #4 transferring context: 2B done [2025-08-04T08:27:45.246Z] #4 DONE 0.0s [2025-08-04T08:27:45.246Z] [2025-08-04T08:27:45.246Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42@sha256:c3178617ae60fc3e2fec96083dbad2bb1b87d3f20b6ebcdf0208dcad890963e6 [2025-08-04T08:27:45.246Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42@sha256:c3178617ae60fc3e2fec96083dbad2bb1b87d3f20b6ebcdf0208dcad890963e6 0.0s done [2025-08-04T08:27:45.246Z] #5 CACHED [2025-08-04T08:27:45.246Z] [2025-08-04T08:27:45.246Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42@sha256:c3178617ae60fc3e2fec96083dbad2bb1b87d3f20b6ebcdf0208dcad890963e6 [2025-08-04T08:27:45.246Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42@sha256:c3178617ae60fc3e2fec96083dbad2bb1b87d3f20b6ebcdf0208dcad890963e6 0.0s done [2025-08-04T08:27:45.246Z] #6 CACHED [2025-08-04T08:27:45.246Z] [2025-08-04T08:27:45.246Z] #7 exporting to image [2025-08-04T08:27:45.246Z] #7 exporting layers [2025-08-04T08:27:45.246Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T08:27:45.506Z] #7 exporting layers done [2025-08-04T08:27:45.506Z] #7 exporting manifest sha256:f06e0ea9a9b05dfe6afcd63502496d674bc801be7ff68192a9ab41b22ff63d80 done [2025-08-04T08:27:45.506Z] #7 exporting config sha256:88ab92c95d4c3184b99ef445f17c1da824d3710c311a3f092bd96eb311469567 done [2025-08-04T08:27:45.506Z] #7 exporting manifest sha256:9cee0ca9a0866503b62efe8e51b7833cb490f7b5eff2663d6c931011ebb986df done [2025-08-04T08:27:45.506Z] #7 exporting config sha256:dcd1bf9f4de3354eab344f22147fcaca35238f0fa9d4fd04910f32a26a8c3fc4 done [2025-08-04T08:27:45.506Z] #7 exporting manifest list sha256:d9ff93827cfe7072c86761aad6a8c5b1aeada21c1029ffb375518f5bd822b01c done [2025-08-04T08:27:45.506Z] #7 pushing layers 0.0s done [2025-08-04T08:27:45.506Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42@sha256:d9ff93827cfe7072c86761aad6a8c5b1aeada21c1029ffb375518f5bd822b01c 0.1s done [2025-08-04T08:27:45.506Z] #7 DONE 0.1s [2025-08-04T08:27:45.506Z] [2025-08-04T08:27:45.506Z] #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T08:27:45.506Z] #8 DONE 0.0s [2025-08-04T08:27:45.506Z] [2025-08-04T08:27:45.506Z] 1 warning found (use --debug to expand): [2025-08-04T08:27:45.506Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T08:27:45.794Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42' [2025-08-04T08:27:45.794Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 --push - [2025-08-04T08:27:46.054Z] #1 [internal] load build definition from Dockerfile [2025-08-04T08:27:46.054Z] #1 transferring dockerfile: 218B done [2025-08-04T08:27:46.054Z] #1 DONE 0.0s [2025-08-04T08:27:46.054Z] [2025-08-04T08:27:46.054Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:27:46.054Z] #2 DONE 0.0s [2025-08-04T08:27:46.054Z] [2025-08-04T08:27:46.054Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:27:46.054Z] #3 DONE 0.0s [2025-08-04T08:27:46.054Z] [2025-08-04T08:27:46.054Z] #4 [internal] load .dockerignore [2025-08-04T08:27:46.054Z] #4 transferring context: 2B done [2025-08-04T08:27:46.054Z] #4 DONE 0.0s [2025-08-04T08:27:46.054Z] [2025-08-04T08:27:46.054Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:c3178617ae60fc3e2fec96083dbad2bb1b87d3f20b6ebcdf0208dcad890963e6 [2025-08-04T08:27:46.054Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:c3178617ae60fc3e2fec96083dbad2bb1b87d3f20b6ebcdf0208dcad890963e6 0.0s done [2025-08-04T08:27:46.054Z] #5 CACHED [2025-08-04T08:27:46.054Z] [2025-08-04T08:27:46.054Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:c3178617ae60fc3e2fec96083dbad2bb1b87d3f20b6ebcdf0208dcad890963e6 [2025-08-04T08:27:46.054Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:c3178617ae60fc3e2fec96083dbad2bb1b87d3f20b6ebcdf0208dcad890963e6 0.0s done [2025-08-04T08:27:46.054Z] #6 CACHED [2025-08-04T08:27:46.054Z] [2025-08-04T08:27:46.054Z] #7 exporting to image [2025-08-04T08:27:46.054Z] #7 exporting layers [2025-08-04T08:27:46.054Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T08:27:46.054Z] #7 exporting layers done [2025-08-04T08:27:46.054Z] #7 exporting manifest sha256:f06e0ea9a9b05dfe6afcd63502496d674bc801be7ff68192a9ab41b22ff63d80 done [2025-08-04T08:27:46.054Z] #7 exporting config sha256:88ab92c95d4c3184b99ef445f17c1da824d3710c311a3f092bd96eb311469567 done [2025-08-04T08:27:46.054Z] #7 exporting manifest sha256:9cee0ca9a0866503b62efe8e51b7833cb490f7b5eff2663d6c931011ebb986df done [2025-08-04T08:27:46.054Z] #7 exporting config sha256:dcd1bf9f4de3354eab344f22147fcaca35238f0fa9d4fd04910f32a26a8c3fc4 done [2025-08-04T08:27:46.054Z] #7 exporting manifest list sha256:d9ff93827cfe7072c86761aad6a8c5b1aeada21c1029ffb375518f5bd822b01c done [2025-08-04T08:27:46.054Z] #7 pushing layers 0.0s done [2025-08-04T08:27:46.054Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:d9ff93827cfe7072c86761aad6a8c5b1aeada21c1029ffb375518f5bd822b01c 0.1s done [2025-08-04T08:27:46.054Z] #7 DONE 0.1s [2025-08-04T08:27:46.054Z] [2025-08-04T08:27:46.054Z] #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T08:27:46.054Z] #8 DONE 0.0s [2025-08-04T08:27:46.054Z] [2025-08-04T08:27:46.054Z] 1 warning found (use --debug to expand): [2025-08-04T08:27:46.054Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T08:27:46.344Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:main --push - [2025-08-04T08:27:46.344Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main' [2025-08-04T08:27:46.609Z] #1 [internal] load build definition from Dockerfile [2025-08-04T08:27:46.609Z] #1 transferring dockerfile: 169B done [2025-08-04T08:27:46.609Z] #1 DONE 0.0s [2025-08-04T08:27:46.609Z] [2025-08-04T08:27:46.609Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-08-04T08:27:46.609Z] #2 DONE 0.0s [2025-08-04T08:27:46.609Z] [2025-08-04T08:27:46.609Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-08-04T08:27:46.609Z] #3 DONE 0.0s [2025-08-04T08:27:46.609Z] [2025-08-04T08:27:46.609Z] #4 [internal] load .dockerignore [2025-08-04T08:27:46.609Z] #4 transferring context: 2B done [2025-08-04T08:27:46.609Z] #4 DONE 0.0s [2025-08-04T08:27:46.609Z] [2025-08-04T08:27:46.609Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:c3178617ae60fc3e2fec96083dbad2bb1b87d3f20b6ebcdf0208dcad890963e6 [2025-08-04T08:27:46.609Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:c3178617ae60fc3e2fec96083dbad2bb1b87d3f20b6ebcdf0208dcad890963e6 0.0s done [2025-08-04T08:27:46.609Z] #5 CACHED [2025-08-04T08:27:46.609Z] [2025-08-04T08:27:46.609Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:c3178617ae60fc3e2fec96083dbad2bb1b87d3f20b6ebcdf0208dcad890963e6 [2025-08-04T08:27:46.609Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:c3178617ae60fc3e2fec96083dbad2bb1b87d3f20b6ebcdf0208dcad890963e6 0.0s done [2025-08-04T08:27:46.609Z] #6 CACHED [2025-08-04T08:27:46.609Z] [2025-08-04T08:27:46.609Z] #7 exporting to image [2025-08-04T08:27:46.609Z] #7 exporting layers done [2025-08-04T08:27:46.609Z] #7 exporting manifest sha256:f06e0ea9a9b05dfe6afcd63502496d674bc801be7ff68192a9ab41b22ff63d80 done [2025-08-04T08:27:46.609Z] #7 exporting config sha256:88ab92c95d4c3184b99ef445f17c1da824d3710c311a3f092bd96eb311469567 done [2025-08-04T08:27:46.609Z] #7 exporting manifest sha256:9cee0ca9a0866503b62efe8e51b7833cb490f7b5eff2663d6c931011ebb986df done [2025-08-04T08:27:46.609Z] #7 exporting config sha256:dcd1bf9f4de3354eab344f22147fcaca35238f0fa9d4fd04910f32a26a8c3fc4 done [2025-08-04T08:27:46.609Z] #7 exporting manifest list sha256:d9ff93827cfe7072c86761aad6a8c5b1aeada21c1029ffb375518f5bd822b01c done [2025-08-04T08:27:46.609Z] #7 pushing layers [2025-08-04T08:27:46.609Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T08:27:46.609Z] #7 pushing layers 0.0s done [2025-08-04T08:27:46.609Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:d9ff93827cfe7072c86761aad6a8c5b1aeada21c1029ffb375518f5bd822b01c 0.1s done [2025-08-04T08:27:46.609Z] #7 DONE 0.1s [2025-08-04T08:27:46.609Z] [2025-08-04T08:27:46.609Z] #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T08:27:46.609Z] #8 DONE 0.0s [2025-08-04T08:27:46.609Z] [2025-08-04T08:27:46.609Z] 1 warning found (use --debug to expand): [2025-08-04T08:27:46.609Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T08:27:46.899Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b' [2025-08-04T08:27:46.899Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b --push - [2025-08-04T08:27:47.159Z] #1 [internal] load build definition from Dockerfile [2025-08-04T08:27:47.159Z] #1 transferring dockerfile: 211B done [2025-08-04T08:27:47.159Z] #1 DONE 0.0s [2025-08-04T08:27:47.159Z] [2025-08-04T08:27:47.159Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:27:47.159Z] #2 DONE 0.0s [2025-08-04T08:27:47.159Z] [2025-08-04T08:27:47.159Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:27:47.159Z] #3 DONE 0.0s [2025-08-04T08:27:47.159Z] [2025-08-04T08:27:47.159Z] #4 [internal] load .dockerignore [2025-08-04T08:27:47.159Z] #4 transferring context: 2B done [2025-08-04T08:27:47.159Z] #4 DONE 0.0s [2025-08-04T08:27:47.159Z] [2025-08-04T08:27:47.159Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:99798b12f5acd1c41ff6512db7bf3f6baf01c2f04a0959d4e49889b027512ca2 [2025-08-04T08:27:47.159Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:99798b12f5acd1c41ff6512db7bf3f6baf01c2f04a0959d4e49889b027512ca2 0.0s done [2025-08-04T08:27:47.159Z] #5 DONE 0.0s [2025-08-04T08:27:47.159Z] [2025-08-04T08:27:47.159Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:99798b12f5acd1c41ff6512db7bf3f6baf01c2f04a0959d4e49889b027512ca2 [2025-08-04T08:27:47.159Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:99798b12f5acd1c41ff6512db7bf3f6baf01c2f04a0959d4e49889b027512ca2 done [2025-08-04T08:27:47.159Z] #6 DONE 0.1s [2025-08-04T08:27:47.418Z] [2025-08-04T08:27:47.418Z] #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T08:27:47.418Z] #7 DONE 0.0s [2025-08-04T08:27:47.418Z] [2025-08-04T08:27:47.418Z] #8 exporting to image [2025-08-04T08:27:47.418Z] #8 exporting layers done [2025-08-04T08:27:47.418Z] #8 exporting manifest sha256:69584783de84173ff3cea6f0750c0b94e1ebfb0769ef5782c89e1d150e8cf9f9 done [2025-08-04T08:27:47.418Z] #8 exporting config sha256:677cfe565b4a25e9708d08c7ebe1fa40b0ca02718ad2291d5fd75685ab38e6f6 done [2025-08-04T08:27:47.418Z] #8 exporting manifest sha256:66a21bc69c4348799a132a26a13b818a74eee73115312886360c7ac7daae3795 done [2025-08-04T08:27:47.418Z] #8 exporting config sha256:43e387f35dfe8b58c89fc63b86a5d37b76945e25e2172e65e672c0d22ef3d6ea done [2025-08-04T08:27:47.418Z] #8 exporting manifest list sha256:a193055b18014e351b26f159ce888c8ba19449f78ae5ba2bcf27df965de4d35c done [2025-08-04T08:27:47.418Z] #8 pushing layers 0.1s done [2025-08-04T08:27:47.418Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:a193055b18014e351b26f159ce888c8ba19449f78ae5ba2bcf27df965de4d35c [2025-08-04T08:27:47.418Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T08:27:47.418Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:a193055b18014e351b26f159ce888c8ba19449f78ae5ba2bcf27df965de4d35c 0.1s done [2025-08-04T08:27:47.418Z] #8 DONE 0.2s [2025-08-04T08:27:47.418Z] [2025-08-04T08:27:47.418Z] 1 warning found (use --debug to expand): [2025-08-04T08:27:47.418Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T08:27:47.708Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest' [2025-08-04T08:27:47.708Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest --push - [2025-08-04T08:28:02.604Z] #1 [internal] load build definition from Dockerfile [2025-08-04T08:28:03.541Z] #1 transferring dockerfile: [2025-08-04T08:28:03.541Z] #1 transferring dockerfile: 177B done [2025-08-04T08:28:03.541Z] #1 DONE 1.0s [2025-08-04T08:28:03.801Z] [2025-08-04T08:28:03.801Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-08-04T08:28:04.378Z] #2 ... [2025-08-04T08:28:04.378Z] [2025-08-04T08:28:04.378Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-08-04T08:28:04.378Z] #3 DONE 0.9s [2025-08-04T08:28:04.638Z] [2025-08-04T08:28:04.638Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-08-04T08:28:04.638Z] #2 DONE 0.9s [2025-08-04T08:28:04.638Z] [2025-08-04T08:28:04.638Z] #4 [internal] load .dockerignore [2025-08-04T08:28:05.272Z] #4 transferring context: 2B done [2025-08-04T08:28:05.272Z] #4 DONE 0.7s [2025-08-04T08:28:05.272Z] [2025-08-04T08:28:05.272Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:99798b12f5acd1c41ff6512db7bf3f6baf01c2f04a0959d4e49889b027512ca2 [2025-08-04T08:28:05.272Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:99798b12f5acd1c41ff6512db7bf3f6baf01c2f04a0959d4e49889b027512ca2 [2025-08-04T08:28:06.211Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:99798b12f5acd1c41ff6512db7bf3f6baf01c2f04a0959d4e49889b027512ca2 0.7s done [2025-08-04T08:28:06.211Z] #5 DONE 0.8s [2025-08-04T08:28:06.211Z] [2025-08-04T08:28:06.211Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:99798b12f5acd1c41ff6512db7bf3f6baf01c2f04a0959d4e49889b027512ca2 [2025-08-04T08:28:06.211Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:99798b12f5acd1c41ff6512db7bf3f6baf01c2f04a0959d4e49889b027512ca2 0.7s done [2025-08-04T08:28:06.211Z] #6 DONE 0.8s [2025-08-04T08:28:06.211Z] [2025-08-04T08:28:06.211Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:99798b12f5acd1c41ff6512db7bf3f6baf01c2f04a0959d4e49889b027512ca2 [2025-08-04T08:28:06.211Z] #5 CACHED [2025-08-04T08:28:06.211Z] [2025-08-04T08:28:06.211Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:99798b12f5acd1c41ff6512db7bf3f6baf01c2f04a0959d4e49889b027512ca2 [2025-08-04T08:28:06.211Z] #6 CACHED [2025-08-04T08:28:06.211Z] [2025-08-04T08:28:06.211Z] #7 exporting to image [2025-08-04T08:28:06.211Z] #7 exporting layers [2025-08-04T08:28:06.211Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T08:28:06.473Z] #7 exporting layers done [2025-08-04T08:28:06.473Z] #7 exporting manifest sha256:69584783de84173ff3cea6f0750c0b94e1ebfb0769ef5782c89e1d150e8cf9f9 0.1s done [2025-08-04T08:28:06.473Z] #7 exporting config sha256:677cfe565b4a25e9708d08c7ebe1fa40b0ca02718ad2291d5fd75685ab38e6f6 done [2025-08-04T08:28:06.473Z] #7 exporting manifest sha256:66a21bc69c4348799a132a26a13b818a74eee73115312886360c7ac7daae3795 done [2025-08-04T08:28:06.473Z] #7 exporting config sha256:43e387f35dfe8b58c89fc63b86a5d37b76945e25e2172e65e672c0d22ef3d6ea done [2025-08-04T08:28:06.473Z] #7 exporting manifest list sha256:a193055b18014e351b26f159ce888c8ba19449f78ae5ba2bcf27df965de4d35c done [2025-08-04T08:28:06.473Z] #7 pushing layers 0.0s done [2025-08-04T08:28:06.473Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:a193055b18014e351b26f159ce888c8ba19449f78ae5ba2bcf27df965de4d35c [2025-08-04T08:28:06.473Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:a193055b18014e351b26f159ce888c8ba19449f78ae5ba2bcf27df965de4d35c 0.1s done [2025-08-04T08:28:06.473Z] #7 DONE 0.2s [2025-08-04T08:28:06.473Z] [2025-08-04T08:28:06.473Z] #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T08:28:06.473Z] #8 DONE 0.0s [2025-08-04T08:28:06.473Z] [2025-08-04T08:28:06.473Z] 1 warning found (use --debug to expand): [2025-08-04T08:28:06.473Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T08:28:06.781Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42' [2025-08-04T08:28:06.781Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42 --push - [2025-08-04T08:28:07.040Z] #1 [internal] load build definition from Dockerfile [2025-08-04T08:28:07.040Z] #1 transferring dockerfile: 183B done [2025-08-04T08:28:07.040Z] #1 DONE 0.0s [2025-08-04T08:28:07.040Z] [2025-08-04T08:28:07.040Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42 [2025-08-04T08:28:07.040Z] #2 DONE 0.0s [2025-08-04T08:28:07.040Z] [2025-08-04T08:28:07.040Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42 [2025-08-04T08:28:07.040Z] #3 DONE 0.0s [2025-08-04T08:28:07.040Z] [2025-08-04T08:28:07.040Z] #4 [internal] load .dockerignore [2025-08-04T08:28:07.040Z] #4 transferring context: 2B done [2025-08-04T08:28:07.040Z] #4 DONE 0.0s [2025-08-04T08:28:07.040Z] [2025-08-04T08:28:07.040Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42@sha256:99798b12f5acd1c41ff6512db7bf3f6baf01c2f04a0959d4e49889b027512ca2 [2025-08-04T08:28:07.040Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42@sha256:99798b12f5acd1c41ff6512db7bf3f6baf01c2f04a0959d4e49889b027512ca2 0.0s done [2025-08-04T08:28:07.040Z] #5 CACHED [2025-08-04T08:28:07.040Z] [2025-08-04T08:28:07.040Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42@sha256:99798b12f5acd1c41ff6512db7bf3f6baf01c2f04a0959d4e49889b027512ca2 [2025-08-04T08:28:07.040Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42@sha256:99798b12f5acd1c41ff6512db7bf3f6baf01c2f04a0959d4e49889b027512ca2 0.0s done [2025-08-04T08:28:07.040Z] #6 CACHED [2025-08-04T08:28:07.040Z] [2025-08-04T08:28:07.040Z] #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T08:28:07.040Z] #7 DONE 0.0s [2025-08-04T08:28:07.040Z] [2025-08-04T08:28:07.040Z] #8 exporting to image [2025-08-04T08:28:07.040Z] #8 exporting layers done [2025-08-04T08:28:07.040Z] #8 exporting manifest sha256:69584783de84173ff3cea6f0750c0b94e1ebfb0769ef5782c89e1d150e8cf9f9 done [2025-08-04T08:28:07.040Z] #8 exporting config sha256:677cfe565b4a25e9708d08c7ebe1fa40b0ca02718ad2291d5fd75685ab38e6f6 done [2025-08-04T08:28:07.040Z] #8 exporting manifest sha256:66a21bc69c4348799a132a26a13b818a74eee73115312886360c7ac7daae3795 done [2025-08-04T08:28:07.040Z] #8 exporting config sha256:43e387f35dfe8b58c89fc63b86a5d37b76945e25e2172e65e672c0d22ef3d6ea done [2025-08-04T08:28:07.040Z] #8 exporting manifest list sha256:a193055b18014e351b26f159ce888c8ba19449f78ae5ba2bcf27df965de4d35c done [2025-08-04T08:28:07.040Z] #8 pushing layers 0.0s done [2025-08-04T08:28:07.040Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42@sha256:a193055b18014e351b26f159ce888c8ba19449f78ae5ba2bcf27df965de4d35c [2025-08-04T08:28:07.040Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T08:28:07.040Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42@sha256:a193055b18014e351b26f159ce888c8ba19449f78ae5ba2bcf27df965de4d35c 0.1s done [2025-08-04T08:28:07.040Z] #8 DONE 0.1s [2025-08-04T08:28:07.040Z] [2025-08-04T08:28:07.040Z] 1 warning found (use --debug to expand): [2025-08-04T08:28:07.040Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T08:28:07.326Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42' [2025-08-04T08:28:07.326Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 --push - [2025-08-04T08:28:07.326Z] #1 [internal] load build definition from Dockerfile [2025-08-04T08:28:07.326Z] #1 transferring dockerfile: 224B done [2025-08-04T08:28:07.326Z] #1 DONE 0.0s [2025-08-04T08:28:07.326Z] [2025-08-04T08:28:07.326Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:28:07.326Z] #2 DONE 0.0s [2025-08-04T08:28:07.326Z] [2025-08-04T08:28:07.326Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:28:07.326Z] #3 DONE 0.0s [2025-08-04T08:28:07.326Z] [2025-08-04T08:28:07.326Z] #4 [internal] load .dockerignore [2025-08-04T08:28:07.326Z] #4 transferring context: 2B done [2025-08-04T08:28:07.326Z] #4 DONE 0.0s [2025-08-04T08:28:07.326Z] [2025-08-04T08:28:07.326Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:99798b12f5acd1c41ff6512db7bf3f6baf01c2f04a0959d4e49889b027512ca2 [2025-08-04T08:28:07.326Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:99798b12f5acd1c41ff6512db7bf3f6baf01c2f04a0959d4e49889b027512ca2 0.0s done [2025-08-04T08:28:07.326Z] #5 CACHED [2025-08-04T08:28:07.326Z] [2025-08-04T08:28:07.326Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:99798b12f5acd1c41ff6512db7bf3f6baf01c2f04a0959d4e49889b027512ca2 [2025-08-04T08:28:07.326Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:99798b12f5acd1c41ff6512db7bf3f6baf01c2f04a0959d4e49889b027512ca2 0.0s done [2025-08-04T08:28:07.326Z] #6 CACHED [2025-08-04T08:28:07.585Z] [2025-08-04T08:28:07.585Z] #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T08:28:07.585Z] #7 DONE 0.0s [2025-08-04T08:28:07.585Z] [2025-08-04T08:28:07.585Z] #8 exporting to image [2025-08-04T08:28:07.585Z] #8 exporting layers done [2025-08-04T08:28:07.585Z] #8 exporting manifest sha256:69584783de84173ff3cea6f0750c0b94e1ebfb0769ef5782c89e1d150e8cf9f9 done [2025-08-04T08:28:07.585Z] #8 exporting config sha256:677cfe565b4a25e9708d08c7ebe1fa40b0ca02718ad2291d5fd75685ab38e6f6 done [2025-08-04T08:28:07.585Z] #8 exporting manifest sha256:66a21bc69c4348799a132a26a13b818a74eee73115312886360c7ac7daae3795 done [2025-08-04T08:28:07.585Z] #8 exporting config sha256:43e387f35dfe8b58c89fc63b86a5d37b76945e25e2172e65e672c0d22ef3d6ea done [2025-08-04T08:28:07.585Z] #8 exporting manifest list sha256:a193055b18014e351b26f159ce888c8ba19449f78ae5ba2bcf27df965de4d35c done [2025-08-04T08:28:07.585Z] #8 pushing layers 0.0s done [2025-08-04T08:28:07.585Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:a193055b18014e351b26f159ce888c8ba19449f78ae5ba2bcf27df965de4d35c 0.1s done [2025-08-04T08:28:07.585Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T08:28:07.585Z] #8 DONE 0.1s [2025-08-04T08:28:07.585Z] [2025-08-04T08:28:07.585Z] 1 warning found (use --debug to expand): [2025-08-04T08:28:07.585Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T08:28:07.879Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:main --push - [2025-08-04T08:28:07.880Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main' [2025-08-04T08:28:07.880Z] #1 [internal] load build definition from Dockerfile [2025-08-04T08:28:07.880Z] #1 transferring dockerfile: 175B done [2025-08-04T08:28:07.880Z] #1 DONE 0.0s [2025-08-04T08:28:07.880Z] [2025-08-04T08:28:07.880Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-08-04T08:28:07.880Z] #2 DONE 0.0s [2025-08-04T08:28:07.880Z] [2025-08-04T08:28:07.880Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-08-04T08:28:07.880Z] #3 DONE 0.0s [2025-08-04T08:28:07.880Z] [2025-08-04T08:28:07.880Z] #4 [internal] load .dockerignore [2025-08-04T08:28:07.880Z] #4 transferring context: 2B done [2025-08-04T08:28:07.880Z] #4 DONE 0.0s [2025-08-04T08:28:07.880Z] [2025-08-04T08:28:07.880Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:99798b12f5acd1c41ff6512db7bf3f6baf01c2f04a0959d4e49889b027512ca2 [2025-08-04T08:28:07.880Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:99798b12f5acd1c41ff6512db7bf3f6baf01c2f04a0959d4e49889b027512ca2 0.0s done [2025-08-04T08:28:07.880Z] #5 CACHED [2025-08-04T08:28:07.880Z] [2025-08-04T08:28:07.880Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:99798b12f5acd1c41ff6512db7bf3f6baf01c2f04a0959d4e49889b027512ca2 [2025-08-04T08:28:07.880Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:99798b12f5acd1c41ff6512db7bf3f6baf01c2f04a0959d4e49889b027512ca2 0.0s done [2025-08-04T08:28:08.140Z] #6 CACHED [2025-08-04T08:28:08.140Z] [2025-08-04T08:28:08.140Z] #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T08:28:08.140Z] #7 DONE 0.0s [2025-08-04T08:28:08.140Z] [2025-08-04T08:28:08.140Z] #8 exporting to image [2025-08-04T08:28:08.140Z] #8 exporting layers done [2025-08-04T08:28:08.140Z] #8 exporting manifest sha256:69584783de84173ff3cea6f0750c0b94e1ebfb0769ef5782c89e1d150e8cf9f9 done [2025-08-04T08:28:08.140Z] #8 exporting config sha256:677cfe565b4a25e9708d08c7ebe1fa40b0ca02718ad2291d5fd75685ab38e6f6 done [2025-08-04T08:28:08.140Z] #8 exporting manifest sha256:66a21bc69c4348799a132a26a13b818a74eee73115312886360c7ac7daae3795 done [2025-08-04T08:28:08.140Z] #8 exporting config sha256:43e387f35dfe8b58c89fc63b86a5d37b76945e25e2172e65e672c0d22ef3d6ea done [2025-08-04T08:28:08.140Z] #8 exporting manifest list sha256:a193055b18014e351b26f159ce888c8ba19449f78ae5ba2bcf27df965de4d35c done [2025-08-04T08:28:08.140Z] #8 pushing layers 0.0s done [2025-08-04T08:28:08.140Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:a193055b18014e351b26f159ce888c8ba19449f78ae5ba2bcf27df965de4d35c 0.1s done [2025-08-04T08:28:08.140Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T08:28:08.140Z] #8 DONE 0.1s [2025-08-04T08:28:08.140Z] [2025-08-04T08:28:08.140Z] 1 warning found (use --debug to expand): [2025-08-04T08:28:08.140Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T08:28:08.426Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b' [2025-08-04T08:28:08.426Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b --push - [2025-08-04T08:28:08.426Z] #1 [internal] load build definition from Dockerfile [2025-08-04T08:28:08.426Z] #1 transferring dockerfile: 215B done [2025-08-04T08:28:08.426Z] #1 DONE 0.0s [2025-08-04T08:28:08.426Z] [2025-08-04T08:28:08.426Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:28:08.426Z] #2 DONE 0.0s [2025-08-04T08:28:08.426Z] [2025-08-04T08:28:08.426Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:28:08.426Z] #3 DONE 0.1s [2025-08-04T08:28:08.426Z] [2025-08-04T08:28:08.426Z] #4 [internal] load .dockerignore [2025-08-04T08:28:08.426Z] #4 transferring context: 2B done [2025-08-04T08:28:08.426Z] #4 DONE 0.0s [2025-08-04T08:28:08.685Z] [2025-08-04T08:28:08.685Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:515e8b1d029afddfa74f579bfe8360dd730d264ba7b93685f6e476d8539cb035 [2025-08-04T08:28:08.685Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:515e8b1d029afddfa74f579bfe8360dd730d264ba7b93685f6e476d8539cb035 0.0s done [2025-08-04T08:28:08.685Z] #5 DONE 0.0s [2025-08-04T08:28:08.685Z] [2025-08-04T08:28:08.685Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:515e8b1d029afddfa74f579bfe8360dd730d264ba7b93685f6e476d8539cb035 [2025-08-04T08:28:08.685Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:515e8b1d029afddfa74f579bfe8360dd730d264ba7b93685f6e476d8539cb035 0.0s done [2025-08-04T08:28:08.685Z] #6 DONE 0.1s [2025-08-04T08:28:08.685Z] [2025-08-04T08:28:08.685Z] #7 exporting to image [2025-08-04T08:28:08.685Z] #7 exporting layers done [2025-08-04T08:28:08.685Z] #7 exporting manifest sha256:be0bae1b7e0102b5d4359f6537ad79f04b37eed5fe442ff6c71f4c50947ea1ef 0.0s done [2025-08-04T08:28:08.685Z] #7 exporting config sha256:dcecc9795cb7d80540c79e5752e926d0acbcf999eac2903853c96685da43e272 done [2025-08-04T08:28:08.685Z] #7 exporting manifest sha256:6ef7ae59c208e6144ef8eecf92f00c199936005075814b8c95fea435e85de089 done [2025-08-04T08:28:08.685Z] #7 exporting config sha256:ce39960ea53a4cffe4428fd18d7d46a777178f5465f6819b62767626a611b3bc [2025-08-04T08:28:08.685Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T08:28:08.685Z] #7 ... [2025-08-04T08:28:08.685Z] [2025-08-04T08:28:08.685Z] #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T08:28:08.685Z] #8 DONE 0.0s [2025-08-04T08:28:08.685Z] [2025-08-04T08:28:08.685Z] #7 exporting to image [2025-08-04T08:28:08.685Z] #7 exporting config sha256:ce39960ea53a4cffe4428fd18d7d46a777178f5465f6819b62767626a611b3bc done [2025-08-04T08:28:08.685Z] #7 exporting manifest list sha256:41aa908f379e313ccb2cf34f686eb4b47099ef9a4fea42a3bfdbbc2a6df656dd done [2025-08-04T08:28:08.685Z] #7 pushing layers 0.1s done [2025-08-04T08:28:08.685Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:41aa908f379e313ccb2cf34f686eb4b47099ef9a4fea42a3bfdbbc2a6df656dd [2025-08-04T08:28:08.943Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:41aa908f379e313ccb2cf34f686eb4b47099ef9a4fea42a3bfdbbc2a6df656dd 0.1s done [2025-08-04T08:28:08.943Z] #7 DONE 0.2s [2025-08-04T08:28:08.943Z] [2025-08-04T08:28:08.943Z] 1 warning found (use --debug to expand): [2025-08-04T08:28:08.943Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T08:28:09.238Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest' [2025-08-04T08:28:09.238Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest --push - [2025-08-04T08:28:09.496Z] #1 [internal] load build definition from Dockerfile [2025-08-04T08:28:09.496Z] #1 transferring dockerfile: 181B done [2025-08-04T08:28:09.496Z] #1 DONE 0.0s [2025-08-04T08:28:09.496Z] [2025-08-04T08:28:09.496Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-08-04T08:28:09.496Z] #2 DONE 0.0s [2025-08-04T08:28:09.496Z] [2025-08-04T08:28:09.496Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-08-04T08:28:09.496Z] #3 DONE 0.0s [2025-08-04T08:28:09.496Z] [2025-08-04T08:28:09.496Z] #4 [internal] load .dockerignore [2025-08-04T08:28:09.496Z] #4 transferring context: 2B done [2025-08-04T08:28:09.496Z] #4 DONE 0.0s [2025-08-04T08:28:09.496Z] [2025-08-04T08:28:09.496Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:515e8b1d029afddfa74f579bfe8360dd730d264ba7b93685f6e476d8539cb035 [2025-08-04T08:28:09.496Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:515e8b1d029afddfa74f579bfe8360dd730d264ba7b93685f6e476d8539cb035 0.0s done [2025-08-04T08:28:09.496Z] #5 CACHED [2025-08-04T08:28:09.496Z] [2025-08-04T08:28:09.496Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:515e8b1d029afddfa74f579bfe8360dd730d264ba7b93685f6e476d8539cb035 [2025-08-04T08:28:09.496Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:515e8b1d029afddfa74f579bfe8360dd730d264ba7b93685f6e476d8539cb035 0.0s done [2025-08-04T08:28:09.496Z] #6 CACHED [2025-08-04T08:28:09.496Z] [2025-08-04T08:28:09.496Z] #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T08:28:09.496Z] #7 DONE 0.0s [2025-08-04T08:28:09.496Z] [2025-08-04T08:28:09.496Z] #8 exporting to image [2025-08-04T08:28:09.496Z] #8 exporting layers done [2025-08-04T08:28:09.496Z] #8 exporting manifest sha256:be0bae1b7e0102b5d4359f6537ad79f04b37eed5fe442ff6c71f4c50947ea1ef done [2025-08-04T08:28:09.496Z] #8 exporting config sha256:dcecc9795cb7d80540c79e5752e926d0acbcf999eac2903853c96685da43e272 done [2025-08-04T08:28:09.496Z] #8 exporting manifest sha256:6ef7ae59c208e6144ef8eecf92f00c199936005075814b8c95fea435e85de089 done [2025-08-04T08:28:09.496Z] #8 exporting config sha256:ce39960ea53a4cffe4428fd18d7d46a777178f5465f6819b62767626a611b3bc done [2025-08-04T08:28:09.496Z] #8 exporting manifest list sha256:41aa908f379e313ccb2cf34f686eb4b47099ef9a4fea42a3bfdbbc2a6df656dd done [2025-08-04T08:28:09.496Z] #8 pushing layers 0.0s done [2025-08-04T08:28:09.496Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:41aa908f379e313ccb2cf34f686eb4b47099ef9a4fea42a3bfdbbc2a6df656dd 0.1s done [2025-08-04T08:28:09.496Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T08:28:09.496Z] #8 DONE 0.1s [2025-08-04T08:28:09.496Z] [2025-08-04T08:28:09.496Z] 1 warning found (use --debug to expand): [2025-08-04T08:28:09.496Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T08:28:09.787Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42' [2025-08-04T08:28:09.787Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42 --push - [2025-08-04T08:28:09.787Z] #1 [internal] load build definition from Dockerfile [2025-08-04T08:28:09.787Z] #1 transferring dockerfile: 187B done [2025-08-04T08:28:09.787Z] #1 DONE 0.0s [2025-08-04T08:28:09.787Z] [2025-08-04T08:28:09.787Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42 [2025-08-04T08:28:09.787Z] #2 DONE 0.0s [2025-08-04T08:28:09.787Z] [2025-08-04T08:28:09.787Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42 [2025-08-04T08:28:09.787Z] #3 DONE 0.0s [2025-08-04T08:28:09.787Z] [2025-08-04T08:28:09.787Z] #4 [internal] load .dockerignore [2025-08-04T08:28:09.787Z] #4 transferring context: 2B done [2025-08-04T08:28:09.787Z] #4 DONE 0.0s [2025-08-04T08:28:09.787Z] [2025-08-04T08:28:09.787Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42@sha256:515e8b1d029afddfa74f579bfe8360dd730d264ba7b93685f6e476d8539cb035 [2025-08-04T08:28:09.787Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42@sha256:515e8b1d029afddfa74f579bfe8360dd730d264ba7b93685f6e476d8539cb035 done [2025-08-04T08:28:09.787Z] #5 CACHED [2025-08-04T08:28:09.787Z] [2025-08-04T08:28:09.787Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42@sha256:515e8b1d029afddfa74f579bfe8360dd730d264ba7b93685f6e476d8539cb035 [2025-08-04T08:28:09.787Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42@sha256:515e8b1d029afddfa74f579bfe8360dd730d264ba7b93685f6e476d8539cb035 0.0s done [2025-08-04T08:28:09.787Z] #6 CACHED [2025-08-04T08:28:09.787Z] [2025-08-04T08:28:09.787Z] #7 exporting to image [2025-08-04T08:28:09.787Z] #7 exporting layers done [2025-08-04T08:28:09.787Z] #7 exporting manifest sha256:be0bae1b7e0102b5d4359f6537ad79f04b37eed5fe442ff6c71f4c50947ea1ef done [2025-08-04T08:28:09.787Z] #7 exporting config sha256:dcecc9795cb7d80540c79e5752e926d0acbcf999eac2903853c96685da43e272 done [2025-08-04T08:28:09.787Z] #7 exporting manifest sha256:6ef7ae59c208e6144ef8eecf92f00c199936005075814b8c95fea435e85de089 done [2025-08-04T08:28:09.787Z] #7 exporting config sha256:ce39960ea53a4cffe4428fd18d7d46a777178f5465f6819b62767626a611b3bc done [2025-08-04T08:28:09.787Z] #7 exporting manifest list sha256:41aa908f379e313ccb2cf34f686eb4b47099ef9a4fea42a3bfdbbc2a6df656dd done [2025-08-04T08:28:09.787Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T08:28:10.048Z] #7 pushing layers 0.0s done [2025-08-04T08:28:10.048Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42@sha256:41aa908f379e313ccb2cf34f686eb4b47099ef9a4fea42a3bfdbbc2a6df656dd 0.1s done [2025-08-04T08:28:10.048Z] #7 DONE 0.1s [2025-08-04T08:28:10.048Z] [2025-08-04T08:28:10.048Z] #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T08:28:10.048Z] #8 DONE 0.0s [2025-08-04T08:28:10.048Z] [2025-08-04T08:28:10.048Z] 1 warning found (use --debug to expand): [2025-08-04T08:28:10.048Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T08:28:10.339Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 --push - [2025-08-04T08:28:10.339Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42' [2025-08-04T08:28:10.339Z] #1 [internal] load build definition from Dockerfile [2025-08-04T08:28:10.339Z] #1 transferring dockerfile: 228B done [2025-08-04T08:28:10.339Z] #1 DONE 0.0s [2025-08-04T08:28:10.339Z] [2025-08-04T08:28:10.339Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:28:10.339Z] #2 DONE 0.0s [2025-08-04T08:28:10.339Z] [2025-08-04T08:28:10.339Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:28:10.339Z] #3 DONE 0.0s [2025-08-04T08:28:10.339Z] [2025-08-04T08:28:10.339Z] #4 [internal] load .dockerignore [2025-08-04T08:28:10.339Z] #4 transferring context: 2B done [2025-08-04T08:28:10.339Z] #4 DONE 0.0s [2025-08-04T08:28:10.339Z] [2025-08-04T08:28:10.339Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:515e8b1d029afddfa74f579bfe8360dd730d264ba7b93685f6e476d8539cb035 [2025-08-04T08:28:10.339Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:515e8b1d029afddfa74f579bfe8360dd730d264ba7b93685f6e476d8539cb035 0.0s done [2025-08-04T08:28:10.339Z] #5 CACHED [2025-08-04T08:28:10.339Z] [2025-08-04T08:28:10.339Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:515e8b1d029afddfa74f579bfe8360dd730d264ba7b93685f6e476d8539cb035 [2025-08-04T08:28:10.339Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:515e8b1d029afddfa74f579bfe8360dd730d264ba7b93685f6e476d8539cb035 0.0s done [2025-08-04T08:28:10.339Z] #6 CACHED [2025-08-04T08:28:10.339Z] [2025-08-04T08:28:10.339Z] #7 exporting to image [2025-08-04T08:28:10.339Z] #7 exporting layers [2025-08-04T08:28:10.339Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T08:28:10.598Z] #7 exporting layers done [2025-08-04T08:28:10.598Z] #7 exporting manifest sha256:be0bae1b7e0102b5d4359f6537ad79f04b37eed5fe442ff6c71f4c50947ea1ef done [2025-08-04T08:28:10.598Z] #7 exporting config sha256:dcecc9795cb7d80540c79e5752e926d0acbcf999eac2903853c96685da43e272 done [2025-08-04T08:28:10.598Z] #7 exporting manifest sha256:6ef7ae59c208e6144ef8eecf92f00c199936005075814b8c95fea435e85de089 done [2025-08-04T08:28:10.598Z] #7 exporting config sha256:ce39960ea53a4cffe4428fd18d7d46a777178f5465f6819b62767626a611b3bc done [2025-08-04T08:28:10.598Z] #7 exporting manifest list sha256:41aa908f379e313ccb2cf34f686eb4b47099ef9a4fea42a3bfdbbc2a6df656dd done [2025-08-04T08:28:10.598Z] #7 pushing layers 0.0s done [2025-08-04T08:28:10.598Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:41aa908f379e313ccb2cf34f686eb4b47099ef9a4fea42a3bfdbbc2a6df656dd 0.1s done [2025-08-04T08:28:10.598Z] #7 DONE 0.1s [2025-08-04T08:28:10.598Z] [2025-08-04T08:28:10.598Z] #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T08:28:10.598Z] #8 DONE 0.0s [2025-08-04T08:28:10.598Z] [2025-08-04T08:28:10.598Z] 1 warning found (use --debug to expand): [2025-08-04T08:28:10.598Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T08:28:10.882Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main --push - [2025-08-04T08:28:10.882Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main' [2025-08-04T08:28:11.140Z] #1 [internal] load build definition from Dockerfile [2025-08-04T08:28:11.140Z] #1 transferring dockerfile: 179B done [2025-08-04T08:28:11.140Z] #1 DONE 0.0s [2025-08-04T08:28:11.140Z] [2025-08-04T08:28:11.140Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-08-04T08:28:11.140Z] #2 DONE 0.0s [2025-08-04T08:28:11.140Z] [2025-08-04T08:28:11.140Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-08-04T08:28:11.140Z] #3 DONE 0.0s [2025-08-04T08:28:11.140Z] [2025-08-04T08:28:11.140Z] #4 [internal] load .dockerignore [2025-08-04T08:28:11.141Z] #4 transferring context: 2B done [2025-08-04T08:28:11.141Z] #4 DONE 0.0s [2025-08-04T08:28:11.141Z] [2025-08-04T08:28:11.141Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:515e8b1d029afddfa74f579bfe8360dd730d264ba7b93685f6e476d8539cb035 [2025-08-04T08:28:11.141Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:515e8b1d029afddfa74f579bfe8360dd730d264ba7b93685f6e476d8539cb035 0.0s done [2025-08-04T08:28:11.141Z] #5 CACHED [2025-08-04T08:28:11.141Z] [2025-08-04T08:28:11.141Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:515e8b1d029afddfa74f579bfe8360dd730d264ba7b93685f6e476d8539cb035 [2025-08-04T08:28:11.141Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:515e8b1d029afddfa74f579bfe8360dd730d264ba7b93685f6e476d8539cb035 0.0s done [2025-08-04T08:28:11.141Z] #6 CACHED [2025-08-04T08:28:11.141Z] [2025-08-04T08:28:11.141Z] #7 exporting to image [2025-08-04T08:28:11.141Z] #7 exporting layers [2025-08-04T08:28:11.141Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T08:28:11.141Z] #7 exporting layers done [2025-08-04T08:28:11.141Z] #7 exporting manifest sha256:be0bae1b7e0102b5d4359f6537ad79f04b37eed5fe442ff6c71f4c50947ea1ef done [2025-08-04T08:28:11.141Z] #7 exporting config sha256:dcecc9795cb7d80540c79e5752e926d0acbcf999eac2903853c96685da43e272 done [2025-08-04T08:28:11.141Z] #7 exporting manifest sha256:6ef7ae59c208e6144ef8eecf92f00c199936005075814b8c95fea435e85de089 done [2025-08-04T08:28:11.141Z] #7 exporting config sha256:ce39960ea53a4cffe4428fd18d7d46a777178f5465f6819b62767626a611b3bc done [2025-08-04T08:28:11.141Z] #7 exporting manifest list sha256:41aa908f379e313ccb2cf34f686eb4b47099ef9a4fea42a3bfdbbc2a6df656dd done [2025-08-04T08:28:11.141Z] #7 pushing layers 0.0s done [2025-08-04T08:28:11.141Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:41aa908f379e313ccb2cf34f686eb4b47099ef9a4fea42a3bfdbbc2a6df656dd 0.1s done [2025-08-04T08:28:11.141Z] #7 DONE 0.1s [2025-08-04T08:28:11.141Z] [2025-08-04T08:28:11.141Z] #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T08:28:11.141Z] #8 DONE 0.0s [2025-08-04T08:28:11.141Z] [2025-08-04T08:28:11.141Z] 1 warning found (use --debug to expand): [2025-08-04T08:28:11.141Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T08:28:11.427Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b' [2025-08-04T08:28:11.427Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b --push - [2025-08-04T08:28:11.427Z] #1 [internal] load build definition from Dockerfile [2025-08-04T08:28:11.427Z] #1 transferring dockerfile: 205B done [2025-08-04T08:28:11.427Z] #1 DONE 0.0s [2025-08-04T08:28:11.427Z] [2025-08-04T08:28:11.427Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:28:11.427Z] #2 DONE 0.0s [2025-08-04T08:28:11.427Z] [2025-08-04T08:28:11.427Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:28:11.427Z] #3 DONE 0.0s [2025-08-04T08:28:11.427Z] [2025-08-04T08:28:11.427Z] #4 [internal] load .dockerignore [2025-08-04T08:28:11.427Z] #4 transferring context: 2B done [2025-08-04T08:28:11.427Z] #4 DONE 0.0s [2025-08-04T08:28:11.686Z] [2025-08-04T08:28:11.686Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:955466a77cb3ad7221cc46a82ca0b09161ca6cfacd148c11ea32f562e7a61136 [2025-08-04T08:28:11.686Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:955466a77cb3ad7221cc46a82ca0b09161ca6cfacd148c11ea32f562e7a61136 0.0s done [2025-08-04T08:28:11.686Z] #5 DONE 0.0s [2025-08-04T08:28:11.686Z] [2025-08-04T08:28:11.686Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:955466a77cb3ad7221cc46a82ca0b09161ca6cfacd148c11ea32f562e7a61136 [2025-08-04T08:28:11.686Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:955466a77cb3ad7221cc46a82ca0b09161ca6cfacd148c11ea32f562e7a61136 0.0s done [2025-08-04T08:28:11.686Z] #6 DONE 0.1s [2025-08-04T08:28:11.686Z] [2025-08-04T08:28:11.686Z] #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T08:28:11.686Z] #7 DONE 0.0s [2025-08-04T08:28:11.686Z] [2025-08-04T08:28:11.686Z] #8 exporting to image [2025-08-04T08:28:11.686Z] #8 exporting layers done [2025-08-04T08:28:11.686Z] #8 exporting manifest sha256:3a9c8352d0e20a400c1d00b92a4ff1cb85822eed088fb7f5304c6901a96569b3 done [2025-08-04T08:28:11.686Z] #8 exporting config sha256:8f4f1a54dcdce5dd003654ce7e05160d658640009298f5373421381d7a7f8528 done [2025-08-04T08:28:11.686Z] #8 exporting manifest sha256:0bb7c5664efdf8f78ed6da3895e83ea8ec780db40e5cb76b6ea02526b7dcdacf done [2025-08-04T08:28:11.686Z] #8 exporting config sha256:d0dde27cf55b84a8822f1612184afe5b8ceaa891d85ac83e61bc7c3b0f2d6da0 done [2025-08-04T08:28:11.686Z] #8 exporting manifest list sha256:19e20b0f8433795f0a9f4b9a4f5b07f77fb998eb7da55dc3336fe52c9d6be866 done [2025-08-04T08:28:11.686Z] #8 pushing layers 0.1s done [2025-08-04T08:28:11.686Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:19e20b0f8433795f0a9f4b9a4f5b07f77fb998eb7da55dc3336fe52c9d6be866 [2025-08-04T08:28:11.686Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T08:28:11.945Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:19e20b0f8433795f0a9f4b9a4f5b07f77fb998eb7da55dc3336fe52c9d6be866 0.1s done [2025-08-04T08:28:11.945Z] #8 DONE 0.2s [2025-08-04T08:28:11.945Z] [2025-08-04T08:28:11.945Z] 1 warning found (use --debug to expand): [2025-08-04T08:28:11.945Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T08:28:12.233Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:latest --push - [2025-08-04T08:28:12.233Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest' [2025-08-04T08:28:12.494Z] #1 [internal] load build definition from Dockerfile [2025-08-04T08:28:12.494Z] #1 transferring dockerfile: 171B done [2025-08-04T08:28:12.494Z] #1 DONE 0.0s [2025-08-04T08:28:12.494Z] [2025-08-04T08:28:12.494Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-08-04T08:28:12.494Z] #2 DONE 0.0s [2025-08-04T08:28:12.494Z] [2025-08-04T08:28:12.494Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-08-04T08:28:12.494Z] #3 DONE 0.0s [2025-08-04T08:28:12.494Z] [2025-08-04T08:28:12.494Z] #4 [internal] load .dockerignore [2025-08-04T08:28:12.494Z] #4 transferring context: 2B done [2025-08-04T08:28:12.494Z] #4 DONE 0.0s [2025-08-04T08:28:12.494Z] [2025-08-04T08:28:12.494Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:955466a77cb3ad7221cc46a82ca0b09161ca6cfacd148c11ea32f562e7a61136 [2025-08-04T08:28:12.494Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:955466a77cb3ad7221cc46a82ca0b09161ca6cfacd148c11ea32f562e7a61136 0.0s done [2025-08-04T08:28:12.494Z] #5 CACHED [2025-08-04T08:28:12.494Z] [2025-08-04T08:28:12.494Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:955466a77cb3ad7221cc46a82ca0b09161ca6cfacd148c11ea32f562e7a61136 [2025-08-04T08:28:12.494Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:955466a77cb3ad7221cc46a82ca0b09161ca6cfacd148c11ea32f562e7a61136 0.0s done [2025-08-04T08:28:12.494Z] #6 CACHED [2025-08-04T08:28:12.494Z] [2025-08-04T08:28:12.494Z] #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T08:28:12.494Z] #7 DONE 0.0s [2025-08-04T08:28:12.494Z] [2025-08-04T08:28:12.494Z] #8 exporting to image [2025-08-04T08:28:12.494Z] #8 exporting layers done [2025-08-04T08:28:12.494Z] #8 exporting manifest sha256:3a9c8352d0e20a400c1d00b92a4ff1cb85822eed088fb7f5304c6901a96569b3 done [2025-08-04T08:28:12.494Z] #8 exporting config sha256:8f4f1a54dcdce5dd003654ce7e05160d658640009298f5373421381d7a7f8528 done [2025-08-04T08:28:12.494Z] #8 exporting manifest sha256:0bb7c5664efdf8f78ed6da3895e83ea8ec780db40e5cb76b6ea02526b7dcdacf done [2025-08-04T08:28:12.494Z] #8 exporting config sha256:d0dde27cf55b84a8822f1612184afe5b8ceaa891d85ac83e61bc7c3b0f2d6da0 done [2025-08-04T08:28:12.494Z] #8 exporting manifest list sha256:19e20b0f8433795f0a9f4b9a4f5b07f77fb998eb7da55dc3336fe52c9d6be866 done [2025-08-04T08:28:12.494Z] #8 pushing layers 0.0s done [2025-08-04T08:28:12.494Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:19e20b0f8433795f0a9f4b9a4f5b07f77fb998eb7da55dc3336fe52c9d6be866 0.1s done [2025-08-04T08:28:12.494Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T08:28:12.494Z] #8 DONE 0.1s [2025-08-04T08:28:12.494Z] [2025-08-04T08:28:12.494Z] 1 warning found (use --debug to expand): [2025-08-04T08:28:12.494Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T08:28:12.790Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42' [2025-08-04T08:28:12.790Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42 --push - [2025-08-04T08:28:13.049Z] #1 [internal] load build definition from Dockerfile [2025-08-04T08:28:13.049Z] #1 transferring dockerfile: 177B done [2025-08-04T08:28:13.049Z] #1 DONE 0.0s [2025-08-04T08:28:13.049Z] [2025-08-04T08:28:13.049Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42 [2025-08-04T08:28:13.049Z] #2 DONE 0.0s [2025-08-04T08:28:13.049Z] [2025-08-04T08:28:13.049Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42 [2025-08-04T08:28:13.049Z] #3 DONE 0.0s [2025-08-04T08:28:13.049Z] [2025-08-04T08:28:13.049Z] #4 [internal] load .dockerignore [2025-08-04T08:28:13.049Z] #4 transferring context: 2B done [2025-08-04T08:28:13.049Z] #4 DONE 0.0s [2025-08-04T08:28:13.049Z] [2025-08-04T08:28:13.049Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42@sha256:955466a77cb3ad7221cc46a82ca0b09161ca6cfacd148c11ea32f562e7a61136 [2025-08-04T08:28:13.049Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42@sha256:955466a77cb3ad7221cc46a82ca0b09161ca6cfacd148c11ea32f562e7a61136 0.0s done [2025-08-04T08:28:13.049Z] #5 CACHED [2025-08-04T08:28:13.049Z] [2025-08-04T08:28:13.049Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42@sha256:955466a77cb3ad7221cc46a82ca0b09161ca6cfacd148c11ea32f562e7a61136 [2025-08-04T08:28:13.049Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42@sha256:955466a77cb3ad7221cc46a82ca0b09161ca6cfacd148c11ea32f562e7a61136 0.0s done [2025-08-04T08:28:13.049Z] #6 CACHED [2025-08-04T08:28:13.049Z] [2025-08-04T08:28:13.049Z] #7 exporting to image [2025-08-04T08:28:13.049Z] #7 exporting layers done [2025-08-04T08:28:13.049Z] #7 exporting manifest sha256:3a9c8352d0e20a400c1d00b92a4ff1cb85822eed088fb7f5304c6901a96569b3 done [2025-08-04T08:28:13.049Z] #7 exporting config sha256:8f4f1a54dcdce5dd003654ce7e05160d658640009298f5373421381d7a7f8528 done [2025-08-04T08:28:13.049Z] #7 exporting manifest sha256:0bb7c5664efdf8f78ed6da3895e83ea8ec780db40e5cb76b6ea02526b7dcdacf done [2025-08-04T08:28:13.049Z] #7 exporting config sha256:d0dde27cf55b84a8822f1612184afe5b8ceaa891d85ac83e61bc7c3b0f2d6da0 done [2025-08-04T08:28:13.049Z] #7 exporting manifest list sha256:19e20b0f8433795f0a9f4b9a4f5b07f77fb998eb7da55dc3336fe52c9d6be866 done [2025-08-04T08:28:13.049Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T08:28:13.049Z] #7 pushing layers 0.0s done [2025-08-04T08:28:13.049Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42@sha256:19e20b0f8433795f0a9f4b9a4f5b07f77fb998eb7da55dc3336fe52c9d6be866 0.1s done [2025-08-04T08:28:13.049Z] #7 DONE 0.1s [2025-08-04T08:28:13.049Z] [2025-08-04T08:28:13.049Z] #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T08:28:13.049Z] #8 DONE 0.0s [2025-08-04T08:28:13.049Z] [2025-08-04T08:28:13.049Z] 1 warning found (use --debug to expand): [2025-08-04T08:28:13.049Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T08:28:13.337Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 --push - [2025-08-04T08:28:13.338Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42' [2025-08-04T08:28:13.338Z] #1 [internal] load build definition from Dockerfile [2025-08-04T08:28:13.338Z] #1 transferring dockerfile: 218B done [2025-08-04T08:28:13.338Z] #1 DONE 0.0s [2025-08-04T08:28:13.338Z] [2025-08-04T08:28:13.338Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:28:13.338Z] #2 DONE 0.0s [2025-08-04T08:28:13.338Z] [2025-08-04T08:28:13.338Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:28:13.338Z] #3 DONE 0.0s [2025-08-04T08:28:13.338Z] [2025-08-04T08:28:13.338Z] #4 [internal] load .dockerignore [2025-08-04T08:28:13.338Z] #4 transferring context: 2B done [2025-08-04T08:28:13.338Z] #4 DONE 0.0s [2025-08-04T08:28:13.338Z] [2025-08-04T08:28:13.338Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:955466a77cb3ad7221cc46a82ca0b09161ca6cfacd148c11ea32f562e7a61136 [2025-08-04T08:28:13.338Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:955466a77cb3ad7221cc46a82ca0b09161ca6cfacd148c11ea32f562e7a61136 0.0s done [2025-08-04T08:28:13.338Z] #5 CACHED [2025-08-04T08:28:13.338Z] [2025-08-04T08:28:13.338Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:955466a77cb3ad7221cc46a82ca0b09161ca6cfacd148c11ea32f562e7a61136 [2025-08-04T08:28:13.338Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:955466a77cb3ad7221cc46a82ca0b09161ca6cfacd148c11ea32f562e7a61136 0.0s done [2025-08-04T08:28:13.338Z] #6 CACHED [2025-08-04T08:28:13.338Z] [2025-08-04T08:28:13.338Z] #7 exporting to image [2025-08-04T08:28:13.338Z] #7 exporting layers done [2025-08-04T08:28:13.338Z] #7 exporting manifest sha256:3a9c8352d0e20a400c1d00b92a4ff1cb85822eed088fb7f5304c6901a96569b3 done [2025-08-04T08:28:13.338Z] #7 exporting config sha256:8f4f1a54dcdce5dd003654ce7e05160d658640009298f5373421381d7a7f8528 done [2025-08-04T08:28:13.338Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T08:28:13.597Z] #7 exporting manifest sha256:0bb7c5664efdf8f78ed6da3895e83ea8ec780db40e5cb76b6ea02526b7dcdacf done [2025-08-04T08:28:13.597Z] #7 exporting config sha256:d0dde27cf55b84a8822f1612184afe5b8ceaa891d85ac83e61bc7c3b0f2d6da0 done [2025-08-04T08:28:13.597Z] #7 exporting manifest list sha256:19e20b0f8433795f0a9f4b9a4f5b07f77fb998eb7da55dc3336fe52c9d6be866 done [2025-08-04T08:28:13.597Z] #7 pushing layers 0.0s done [2025-08-04T08:28:13.597Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:19e20b0f8433795f0a9f4b9a4f5b07f77fb998eb7da55dc3336fe52c9d6be866 0.1s done [2025-08-04T08:28:13.597Z] #7 DONE 0.1s [2025-08-04T08:28:13.597Z] [2025-08-04T08:28:13.597Z] #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T08:28:13.597Z] #8 DONE 0.0s [2025-08-04T08:28:13.597Z] [2025-08-04T08:28:13.597Z] 1 warning found (use --debug to expand): [2025-08-04T08:28:13.597Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T08:28:13.886Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main' [2025-08-04T08:28:13.886Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:main --push - [2025-08-04T08:28:13.886Z] #1 [internal] load build definition from Dockerfile [2025-08-04T08:28:13.886Z] #1 transferring dockerfile: 169B done [2025-08-04T08:28:13.886Z] #1 DONE 0.0s [2025-08-04T08:28:13.886Z] [2025-08-04T08:28:13.886Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-08-04T08:28:13.886Z] #2 DONE 0.0s [2025-08-04T08:28:13.886Z] [2025-08-04T08:28:13.886Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-08-04T08:28:13.886Z] #3 DONE 0.0s [2025-08-04T08:28:13.886Z] [2025-08-04T08:28:13.886Z] #4 [internal] load .dockerignore [2025-08-04T08:28:13.886Z] #4 transferring context: 2B done [2025-08-04T08:28:13.886Z] #4 DONE 0.0s [2025-08-04T08:28:13.886Z] [2025-08-04T08:28:13.886Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:955466a77cb3ad7221cc46a82ca0b09161ca6cfacd148c11ea32f562e7a61136 [2025-08-04T08:28:13.886Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:955466a77cb3ad7221cc46a82ca0b09161ca6cfacd148c11ea32f562e7a61136 0.0s done [2025-08-04T08:28:13.886Z] #5 DONE 0.0s [2025-08-04T08:28:13.886Z] [2025-08-04T08:28:13.886Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:955466a77cb3ad7221cc46a82ca0b09161ca6cfacd148c11ea32f562e7a61136 [2025-08-04T08:28:14.145Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:955466a77cb3ad7221cc46a82ca0b09161ca6cfacd148c11ea32f562e7a61136 0.0s done [2025-08-04T08:28:14.145Z] #6 CACHED [2025-08-04T08:28:14.145Z] [2025-08-04T08:28:14.145Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:955466a77cb3ad7221cc46a82ca0b09161ca6cfacd148c11ea32f562e7a61136 [2025-08-04T08:28:14.145Z] #5 CACHED [2025-08-04T08:28:14.145Z] [2025-08-04T08:28:14.145Z] #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T08:28:14.145Z] #7 DONE 0.0s [2025-08-04T08:28:14.145Z] [2025-08-04T08:28:14.145Z] #8 exporting to image [2025-08-04T08:28:14.145Z] #8 exporting layers done [2025-08-04T08:28:14.145Z] #8 exporting manifest sha256:3a9c8352d0e20a400c1d00b92a4ff1cb85822eed088fb7f5304c6901a96569b3 done [2025-08-04T08:28:14.145Z] #8 exporting config sha256:8f4f1a54dcdce5dd003654ce7e05160d658640009298f5373421381d7a7f8528 done [2025-08-04T08:28:14.145Z] #8 exporting manifest sha256:0bb7c5664efdf8f78ed6da3895e83ea8ec780db40e5cb76b6ea02526b7dcdacf done [2025-08-04T08:28:14.145Z] #8 exporting config sha256:d0dde27cf55b84a8822f1612184afe5b8ceaa891d85ac83e61bc7c3b0f2d6da0 done [2025-08-04T08:28:14.145Z] #8 exporting manifest list sha256:19e20b0f8433795f0a9f4b9a4f5b07f77fb998eb7da55dc3336fe52c9d6be866 done [2025-08-04T08:28:14.145Z] #8 pushing layers 0.0s done [2025-08-04T08:28:14.145Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:19e20b0f8433795f0a9f4b9a4f5b07f77fb998eb7da55dc3336fe52c9d6be866 0.1s done [2025-08-04T08:28:14.145Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T08:28:14.145Z] #8 DONE 0.1s [2025-08-04T08:28:14.145Z] [2025-08-04T08:28:14.145Z] 1 warning found (use --debug to expand): [2025-08-04T08:28:14.145Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T08:28:14.432Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b' [2025-08-04T08:28:14.432Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b --push - [2025-08-04T08:28:14.432Z] #1 [internal] load build definition from Dockerfile [2025-08-04T08:28:14.432Z] #1 transferring dockerfile: 206B done [2025-08-04T08:28:14.432Z] #1 DONE 0.0s [2025-08-04T08:28:14.432Z] [2025-08-04T08:28:14.432Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:28:14.432Z] #2 DONE 0.0s [2025-08-04T08:28:14.432Z] [2025-08-04T08:28:14.432Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:28:14.432Z] #3 DONE 0.0s [2025-08-04T08:28:14.432Z] [2025-08-04T08:28:14.432Z] #4 [internal] load .dockerignore [2025-08-04T08:28:14.432Z] #4 transferring context: 2B done [2025-08-04T08:28:14.432Z] #4 DONE 0.0s [2025-08-04T08:28:14.432Z] [2025-08-04T08:28:14.433Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:1c2bd8c4d49547dd53f789872513b6d899fd7d288e9deb70ff59a88d52611ef5 [2025-08-04T08:28:14.433Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:1c2bd8c4d49547dd53f789872513b6d899fd7d288e9deb70ff59a88d52611ef5 0.0s done [2025-08-04T08:28:14.433Z] #5 DONE 0.0s [2025-08-04T08:28:14.433Z] [2025-08-04T08:28:14.433Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:1c2bd8c4d49547dd53f789872513b6d899fd7d288e9deb70ff59a88d52611ef5 [2025-08-04T08:28:14.729Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:1c2bd8c4d49547dd53f789872513b6d899fd7d288e9deb70ff59a88d52611ef5 0.0s done [2025-08-04T08:28:14.729Z] #6 DONE 0.0s [2025-08-04T08:28:14.729Z] [2025-08-04T08:28:14.729Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:1c2bd8c4d49547dd53f789872513b6d899fd7d288e9deb70ff59a88d52611ef5 [2025-08-04T08:28:14.729Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:1c2bd8c4d49547dd53f789872513b6d899fd7d288e9deb70ff59a88d52611ef5 0.0s done [2025-08-04T08:28:14.729Z] #5 DONE 0.1s [2025-08-04T08:28:14.729Z] [2025-08-04T08:28:14.729Z] #7 exporting to image [2025-08-04T08:28:14.729Z] #7 exporting layers done [2025-08-04T08:28:14.729Z] #7 exporting manifest sha256:b49cb304a1536275c5dff85e81bfbb94de4a40731a0d9ac84508f0b3fe64c87b done [2025-08-04T08:28:14.729Z] #7 exporting config sha256:f476f327dfd3e56981477fba6e41d12e6896e50ebb218ac9c3d58d13a82b4d3c [2025-08-04T08:28:14.729Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T08:28:14.729Z] #7 ... [2025-08-04T08:28:14.729Z] [2025-08-04T08:28:14.729Z] #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T08:28:14.729Z] #8 DONE 0.0s [2025-08-04T08:28:14.729Z] [2025-08-04T08:28:14.729Z] #7 exporting to image [2025-08-04T08:28:14.729Z] #7 exporting config sha256:f476f327dfd3e56981477fba6e41d12e6896e50ebb218ac9c3d58d13a82b4d3c done [2025-08-04T08:28:14.729Z] #7 exporting manifest sha256:5407043d5ce838b787634f59406fa97a4aefe9655f5ab720d7ef72fec89796de done [2025-08-04T08:28:14.729Z] #7 exporting config sha256:cae7cd702d5e2f2e1ad908a0cf4e15ff869142496ba8d316ac03373443671afc done [2025-08-04T08:28:14.729Z] #7 exporting manifest list sha256:ce080c4c475a1876280d6540dc4eed5b45ac1012fe90eba342eb1e53e4e9dd92 done [2025-08-04T08:28:14.729Z] #7 pushing layers 0.1s done [2025-08-04T08:28:14.729Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:ce080c4c475a1876280d6540dc4eed5b45ac1012fe90eba342eb1e53e4e9dd92 [2025-08-04T08:28:15.029Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:ce080c4c475a1876280d6540dc4eed5b45ac1012fe90eba342eb1e53e4e9dd92 0.1s done [2025-08-04T08:28:15.029Z] #7 DONE 0.2s [2025-08-04T08:28:15.029Z] [2025-08-04T08:28:15.029Z] 1 warning found (use --debug to expand): [2025-08-04T08:28:15.030Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T08:28:15.318Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:latest --push - [2025-08-04T08:28:15.318Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest' [2025-08-04T08:28:15.318Z] #1 [internal] load build definition from Dockerfile [2025-08-04T08:28:15.318Z] #1 transferring dockerfile: 172B done [2025-08-04T08:28:15.318Z] #1 DONE 0.0s [2025-08-04T08:28:15.318Z] [2025-08-04T08:28:15.318Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-08-04T08:28:15.318Z] #2 DONE 0.0s [2025-08-04T08:28:15.318Z] [2025-08-04T08:28:15.318Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-08-04T08:28:15.318Z] #3 DONE 0.0s [2025-08-04T08:28:15.318Z] [2025-08-04T08:28:15.318Z] #4 [internal] load .dockerignore [2025-08-04T08:28:15.318Z] #4 transferring context: 2B done [2025-08-04T08:28:15.318Z] #4 DONE 0.0s [2025-08-04T08:28:15.318Z] [2025-08-04T08:28:15.318Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:1c2bd8c4d49547dd53f789872513b6d899fd7d288e9deb70ff59a88d52611ef5 [2025-08-04T08:28:15.318Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:1c2bd8c4d49547dd53f789872513b6d899fd7d288e9deb70ff59a88d52611ef5 done [2025-08-04T08:28:15.318Z] #5 CACHED [2025-08-04T08:28:15.318Z] [2025-08-04T08:28:15.318Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:1c2bd8c4d49547dd53f789872513b6d899fd7d288e9deb70ff59a88d52611ef5 [2025-08-04T08:28:15.318Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:1c2bd8c4d49547dd53f789872513b6d899fd7d288e9deb70ff59a88d52611ef5 0.0s done [2025-08-04T08:28:15.318Z] #6 DONE 0.0s [2025-08-04T08:28:15.577Z] [2025-08-04T08:28:15.577Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:1c2bd8c4d49547dd53f789872513b6d899fd7d288e9deb70ff59a88d52611ef5 [2025-08-04T08:28:15.577Z] #6 CACHED [2025-08-04T08:28:15.577Z] [2025-08-04T08:28:15.577Z] #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T08:28:15.577Z] #7 DONE 0.0s [2025-08-04T08:28:15.577Z] [2025-08-04T08:28:15.577Z] #8 exporting to image [2025-08-04T08:28:15.577Z] #8 exporting layers done [2025-08-04T08:28:15.577Z] #8 exporting manifest sha256:b49cb304a1536275c5dff85e81bfbb94de4a40731a0d9ac84508f0b3fe64c87b done [2025-08-04T08:28:15.577Z] #8 exporting config sha256:f476f327dfd3e56981477fba6e41d12e6896e50ebb218ac9c3d58d13a82b4d3c done [2025-08-04T08:28:15.577Z] #8 exporting manifest sha256:5407043d5ce838b787634f59406fa97a4aefe9655f5ab720d7ef72fec89796de done [2025-08-04T08:28:15.577Z] #8 exporting config sha256:cae7cd702d5e2f2e1ad908a0cf4e15ff869142496ba8d316ac03373443671afc done [2025-08-04T08:28:15.577Z] #8 exporting manifest list sha256:ce080c4c475a1876280d6540dc4eed5b45ac1012fe90eba342eb1e53e4e9dd92 done [2025-08-04T08:28:15.577Z] #8 pushing layers 0.0s done [2025-08-04T08:28:15.577Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:ce080c4c475a1876280d6540dc4eed5b45ac1012fe90eba342eb1e53e4e9dd92 0.1s done [2025-08-04T08:28:15.577Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T08:28:15.577Z] #8 DONE 0.1s [2025-08-04T08:28:15.577Z] [2025-08-04T08:28:15.577Z] 1 warning found (use --debug to expand): [2025-08-04T08:28:15.577Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T08:28:15.871Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42 --push - [2025-08-04T08:28:15.871Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42' [2025-08-04T08:28:15.871Z] #1 [internal] load build definition from Dockerfile [2025-08-04T08:28:15.871Z] #1 transferring dockerfile: 178B done [2025-08-04T08:28:15.871Z] #1 DONE 0.0s [2025-08-04T08:28:15.871Z] [2025-08-04T08:28:15.871Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42 [2025-08-04T08:28:15.871Z] #2 DONE 0.0s [2025-08-04T08:28:15.871Z] [2025-08-04T08:28:15.871Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42 [2025-08-04T08:28:15.871Z] #3 DONE 0.0s [2025-08-04T08:28:15.871Z] [2025-08-04T08:28:15.871Z] #4 [internal] load .dockerignore [2025-08-04T08:28:15.871Z] #4 transferring context: 2B done [2025-08-04T08:28:15.871Z] #4 DONE 0.0s [2025-08-04T08:28:15.871Z] [2025-08-04T08:28:15.871Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42@sha256:1c2bd8c4d49547dd53f789872513b6d899fd7d288e9deb70ff59a88d52611ef5 [2025-08-04T08:28:15.871Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42@sha256:1c2bd8c4d49547dd53f789872513b6d899fd7d288e9deb70ff59a88d52611ef5 0.0s done [2025-08-04T08:28:15.871Z] #5 CACHED [2025-08-04T08:28:15.871Z] [2025-08-04T08:28:15.871Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42@sha256:1c2bd8c4d49547dd53f789872513b6d899fd7d288e9deb70ff59a88d52611ef5 [2025-08-04T08:28:15.871Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42@sha256:1c2bd8c4d49547dd53f789872513b6d899fd7d288e9deb70ff59a88d52611ef5 0.0s done [2025-08-04T08:28:15.871Z] #6 CACHED [2025-08-04T08:28:15.871Z] [2025-08-04T08:28:15.871Z] #7 exporting to image [2025-08-04T08:28:15.871Z] #7 exporting layers [2025-08-04T08:28:15.871Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T08:28:16.130Z] #7 exporting layers done [2025-08-04T08:28:16.130Z] #7 exporting manifest sha256:b49cb304a1536275c5dff85e81bfbb94de4a40731a0d9ac84508f0b3fe64c87b done [2025-08-04T08:28:16.130Z] #7 exporting config sha256:f476f327dfd3e56981477fba6e41d12e6896e50ebb218ac9c3d58d13a82b4d3c done [2025-08-04T08:28:16.130Z] #7 exporting manifest sha256:5407043d5ce838b787634f59406fa97a4aefe9655f5ab720d7ef72fec89796de done [2025-08-04T08:28:16.130Z] #7 exporting config sha256:cae7cd702d5e2f2e1ad908a0cf4e15ff869142496ba8d316ac03373443671afc done [2025-08-04T08:28:16.130Z] #7 exporting manifest list sha256:ce080c4c475a1876280d6540dc4eed5b45ac1012fe90eba342eb1e53e4e9dd92 done [2025-08-04T08:28:16.130Z] #7 pushing layers 0.0s done [2025-08-04T08:28:16.130Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42@sha256:ce080c4c475a1876280d6540dc4eed5b45ac1012fe90eba342eb1e53e4e9dd92 0.1s done [2025-08-04T08:28:16.130Z] #7 DONE 0.1s [2025-08-04T08:28:16.130Z] [2025-08-04T08:28:16.130Z] #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T08:28:16.130Z] #8 DONE 0.0s [2025-08-04T08:28:16.130Z] [2025-08-04T08:28:16.130Z] 1 warning found (use --debug to expand): [2025-08-04T08:28:16.130Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T08:28:16.420Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 --push - [2025-08-04T08:28:16.421Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42' [2025-08-04T08:28:16.421Z] #1 [internal] load build definition from Dockerfile [2025-08-04T08:28:16.421Z] #1 transferring dockerfile: 219B done [2025-08-04T08:28:16.421Z] #1 DONE 0.0s [2025-08-04T08:28:16.421Z] [2025-08-04T08:28:16.421Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:28:16.421Z] #2 DONE 0.0s [2025-08-04T08:28:16.421Z] [2025-08-04T08:28:16.421Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:28:16.421Z] #3 DONE 0.0s [2025-08-04T08:28:16.421Z] [2025-08-04T08:28:16.421Z] #4 [internal] load .dockerignore [2025-08-04T08:28:16.421Z] #4 transferring context: 2B done [2025-08-04T08:28:16.421Z] #4 DONE 0.0s [2025-08-04T08:28:16.421Z] [2025-08-04T08:28:16.421Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:1c2bd8c4d49547dd53f789872513b6d899fd7d288e9deb70ff59a88d52611ef5 [2025-08-04T08:28:16.421Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:1c2bd8c4d49547dd53f789872513b6d899fd7d288e9deb70ff59a88d52611ef5 0.0s done [2025-08-04T08:28:16.421Z] #5 CACHED [2025-08-04T08:28:16.421Z] [2025-08-04T08:28:16.421Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:1c2bd8c4d49547dd53f789872513b6d899fd7d288e9deb70ff59a88d52611ef5 [2025-08-04T08:28:16.421Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:1c2bd8c4d49547dd53f789872513b6d899fd7d288e9deb70ff59a88d52611ef5 0.0s done [2025-08-04T08:28:16.421Z] #6 CACHED [2025-08-04T08:28:16.421Z] [2025-08-04T08:28:16.421Z] #7 exporting to image [2025-08-04T08:28:16.421Z] #7 exporting layers [2025-08-04T08:28:16.421Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T08:28:16.681Z] #7 exporting layers done [2025-08-04T08:28:16.681Z] #7 exporting manifest sha256:b49cb304a1536275c5dff85e81bfbb94de4a40731a0d9ac84508f0b3fe64c87b done [2025-08-04T08:28:16.681Z] #7 exporting config sha256:f476f327dfd3e56981477fba6e41d12e6896e50ebb218ac9c3d58d13a82b4d3c done [2025-08-04T08:28:16.681Z] #7 exporting manifest sha256:5407043d5ce838b787634f59406fa97a4aefe9655f5ab720d7ef72fec89796de done [2025-08-04T08:28:16.681Z] #7 exporting config sha256:cae7cd702d5e2f2e1ad908a0cf4e15ff869142496ba8d316ac03373443671afc done [2025-08-04T08:28:16.681Z] #7 exporting manifest list sha256:ce080c4c475a1876280d6540dc4eed5b45ac1012fe90eba342eb1e53e4e9dd92 done [2025-08-04T08:28:16.681Z] #7 pushing layers 0.0s done [2025-08-04T08:28:16.681Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:ce080c4c475a1876280d6540dc4eed5b45ac1012fe90eba342eb1e53e4e9dd92 0.1s done [2025-08-04T08:28:16.681Z] #7 DONE 0.1s [2025-08-04T08:28:16.681Z] [2025-08-04T08:28:16.681Z] #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T08:28:16.681Z] #8 DONE 0.0s [2025-08-04T08:28:16.681Z] [2025-08-04T08:28:16.681Z] 1 warning found (use --debug to expand): [2025-08-04T08:28:16.681Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T08:28:16.970Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:main' [2025-08-04T08:28:16.970Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:main --push - [2025-08-04T08:28:16.970Z] #1 [internal] load build definition from Dockerfile [2025-08-04T08:28:16.970Z] #1 transferring dockerfile: 170B done [2025-08-04T08:28:16.970Z] #1 DONE 0.0s [2025-08-04T08:28:16.970Z] [2025-08-04T08:28:16.970Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-08-04T08:28:16.970Z] #2 DONE 0.0s [2025-08-04T08:28:16.970Z] [2025-08-04T08:28:16.970Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-08-04T08:28:16.970Z] #3 DONE 0.0s [2025-08-04T08:28:16.970Z] [2025-08-04T08:28:16.970Z] #4 [internal] load .dockerignore [2025-08-04T08:28:16.970Z] #4 transferring context: 2B done [2025-08-04T08:28:16.970Z] #4 DONE 0.0s [2025-08-04T08:28:16.970Z] [2025-08-04T08:28:16.970Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:1c2bd8c4d49547dd53f789872513b6d899fd7d288e9deb70ff59a88d52611ef5 [2025-08-04T08:28:16.970Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:1c2bd8c4d49547dd53f789872513b6d899fd7d288e9deb70ff59a88d52611ef5 done [2025-08-04T08:28:16.970Z] #5 CACHED [2025-08-04T08:28:16.970Z] [2025-08-04T08:28:16.970Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:1c2bd8c4d49547dd53f789872513b6d899fd7d288e9deb70ff59a88d52611ef5 [2025-08-04T08:28:16.970Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:1c2bd8c4d49547dd53f789872513b6d899fd7d288e9deb70ff59a88d52611ef5 0.0s done [2025-08-04T08:28:16.970Z] #6 CACHED [2025-08-04T08:28:16.970Z] [2025-08-04T08:28:16.970Z] #7 exporting to image [2025-08-04T08:28:16.970Z] #7 exporting layers done [2025-08-04T08:28:16.970Z] #7 exporting manifest sha256:b49cb304a1536275c5dff85e81bfbb94de4a40731a0d9ac84508f0b3fe64c87b done [2025-08-04T08:28:16.970Z] #7 exporting config sha256:f476f327dfd3e56981477fba6e41d12e6896e50ebb218ac9c3d58d13a82b4d3c done [2025-08-04T08:28:16.970Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T08:28:17.229Z] #7 exporting manifest sha256:5407043d5ce838b787634f59406fa97a4aefe9655f5ab720d7ef72fec89796de done [2025-08-04T08:28:17.229Z] #7 exporting config sha256:cae7cd702d5e2f2e1ad908a0cf4e15ff869142496ba8d316ac03373443671afc done [2025-08-04T08:28:17.229Z] #7 exporting manifest list sha256:ce080c4c475a1876280d6540dc4eed5b45ac1012fe90eba342eb1e53e4e9dd92 done [2025-08-04T08:28:17.229Z] #7 pushing layers 0.0s done [2025-08-04T08:28:17.229Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:ce080c4c475a1876280d6540dc4eed5b45ac1012fe90eba342eb1e53e4e9dd92 0.1s done [2025-08-04T08:28:17.229Z] #7 DONE 0.1s [2025-08-04T08:28:17.229Z] [2025-08-04T08:28:17.229Z] #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T08:28:17.229Z] #8 DONE 0.0s [2025-08-04T08:28:17.229Z] [2025-08-04T08:28:17.229Z] 1 warning found (use --debug to expand): [2025-08-04T08:28:17.229Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T08:28:17.513Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b' [2025-08-04T08:28:17.513Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b --push - [2025-08-04T08:28:17.513Z] #1 [internal] load build definition from Dockerfile [2025-08-04T08:28:17.513Z] #1 transferring dockerfile: 206B done [2025-08-04T08:28:17.513Z] #1 DONE 0.0s [2025-08-04T08:28:17.513Z] [2025-08-04T08:28:17.513Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:28:17.513Z] #2 DONE 0.0s [2025-08-04T08:28:17.513Z] [2025-08-04T08:28:17.513Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:28:17.513Z] #3 DONE 0.0s [2025-08-04T08:28:17.513Z] [2025-08-04T08:28:17.513Z] #4 [internal] load .dockerignore [2025-08-04T08:28:17.513Z] #4 transferring context: 2B done [2025-08-04T08:28:17.513Z] #4 DONE 0.0s [2025-08-04T08:28:17.773Z] [2025-08-04T08:28:17.773Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:4b23ff34564ae02d21503d1c172d657dae0923a8b1989a1c932344c27d6b3a2c [2025-08-04T08:28:17.773Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:4b23ff34564ae02d21503d1c172d657dae0923a8b1989a1c932344c27d6b3a2c [2025-08-04T08:28:17.773Z] #5 ... [2025-08-04T08:28:17.773Z] [2025-08-04T08:28:17.773Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:4b23ff34564ae02d21503d1c172d657dae0923a8b1989a1c932344c27d6b3a2c [2025-08-04T08:28:17.773Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:4b23ff34564ae02d21503d1c172d657dae0923a8b1989a1c932344c27d6b3a2c 0.0s done [2025-08-04T08:28:17.773Z] #6 DONE 0.1s [2025-08-04T08:28:17.773Z] [2025-08-04T08:28:17.773Z] #7 exporting to image [2025-08-04T08:28:17.773Z] #7 exporting layers done [2025-08-04T08:28:17.773Z] #7 exporting manifest sha256:c2b4299945b08eda5ee41cbdfb7581d980ca4d7fb477509c7482b09c71b7fef6 0.0s done [2025-08-04T08:28:17.773Z] #7 exporting config sha256:1bff2120b89ec6e7aa56cf532f6b39cf69911282a3ebffb43e6c4e423fecacd3 [2025-08-04T08:28:17.773Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T08:28:17.773Z] #7 ... [2025-08-04T08:28:17.773Z] [2025-08-04T08:28:17.773Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T08:28:17.773Z] #8 DONE 0.0s [2025-08-04T08:28:17.773Z] [2025-08-04T08:28:17.773Z] #7 exporting to image [2025-08-04T08:28:17.773Z] #7 exporting config sha256:1bff2120b89ec6e7aa56cf532f6b39cf69911282a3ebffb43e6c4e423fecacd3 done [2025-08-04T08:28:17.773Z] #7 exporting manifest sha256:cb164b373e56464038f856425a6f999561b7f8890f3f9a0d64d29ec3539730ff done [2025-08-04T08:28:17.773Z] #7 exporting config sha256:4f36bae9d8786146a951ef549127d71e2b20c66c7b147e1beef8721caf52036a done [2025-08-04T08:28:17.773Z] #7 exporting manifest list sha256:29ff467c4987f5af3ee877c07cff2d0ee818da2e98fde053c9d4d5447c9baf0e done [2025-08-04T08:28:17.773Z] #7 pushing layers 0.1s done [2025-08-04T08:28:17.773Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:29ff467c4987f5af3ee877c07cff2d0ee818da2e98fde053c9d4d5447c9baf0e [2025-08-04T08:28:18.032Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:29ff467c4987f5af3ee877c07cff2d0ee818da2e98fde053c9d4d5447c9baf0e 0.1s done [2025-08-04T08:28:18.032Z] #7 DONE 0.2s [2025-08-04T08:28:18.032Z] [2025-08-04T08:28:18.032Z] 1 warning found (use --debug to expand): [2025-08-04T08:28:18.032Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T08:28:18.317Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest' [2025-08-04T08:28:18.317Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:latest --push - [2025-08-04T08:28:18.574Z] #1 [internal] load build definition from Dockerfile [2025-08-04T08:28:18.574Z] #1 transferring dockerfile: 172B done [2025-08-04T08:28:18.574Z] #1 DONE 0.0s [2025-08-04T08:28:18.574Z] [2025-08-04T08:28:18.574Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-08-04T08:28:18.574Z] #2 DONE 0.0s [2025-08-04T08:28:18.574Z] [2025-08-04T08:28:18.574Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-08-04T08:28:18.574Z] #3 DONE 0.0s [2025-08-04T08:28:18.574Z] [2025-08-04T08:28:18.574Z] #4 [internal] load .dockerignore [2025-08-04T08:28:18.574Z] #4 transferring context: 2B done [2025-08-04T08:28:18.574Z] #4 DONE 0.0s [2025-08-04T08:28:18.574Z] [2025-08-04T08:28:18.574Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:4b23ff34564ae02d21503d1c172d657dae0923a8b1989a1c932344c27d6b3a2c [2025-08-04T08:28:18.574Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:4b23ff34564ae02d21503d1c172d657dae0923a8b1989a1c932344c27d6b3a2c 0.0s done [2025-08-04T08:28:18.574Z] #5 DONE 0.0s [2025-08-04T08:28:18.574Z] [2025-08-04T08:28:18.574Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:4b23ff34564ae02d21503d1c172d657dae0923a8b1989a1c932344c27d6b3a2c [2025-08-04T08:28:18.574Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:4b23ff34564ae02d21503d1c172d657dae0923a8b1989a1c932344c27d6b3a2c 0.0s done [2025-08-04T08:28:18.574Z] #6 CACHED [2025-08-04T08:28:18.574Z] [2025-08-04T08:28:18.574Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:4b23ff34564ae02d21503d1c172d657dae0923a8b1989a1c932344c27d6b3a2c [2025-08-04T08:28:18.574Z] #5 CACHED [2025-08-04T08:28:18.574Z] [2025-08-04T08:28:18.574Z] #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T08:28:18.574Z] #7 DONE 0.0s [2025-08-04T08:28:18.574Z] [2025-08-04T08:28:18.574Z] #8 exporting to image [2025-08-04T08:28:18.574Z] #8 exporting layers done [2025-08-04T08:28:18.574Z] #8 exporting manifest sha256:c2b4299945b08eda5ee41cbdfb7581d980ca4d7fb477509c7482b09c71b7fef6 done [2025-08-04T08:28:18.574Z] #8 exporting config sha256:1bff2120b89ec6e7aa56cf532f6b39cf69911282a3ebffb43e6c4e423fecacd3 done [2025-08-04T08:28:18.574Z] #8 exporting manifest sha256:cb164b373e56464038f856425a6f999561b7f8890f3f9a0d64d29ec3539730ff done [2025-08-04T08:28:18.574Z] #8 exporting config sha256:4f36bae9d8786146a951ef549127d71e2b20c66c7b147e1beef8721caf52036a done [2025-08-04T08:28:18.574Z] #8 exporting manifest list sha256:29ff467c4987f5af3ee877c07cff2d0ee818da2e98fde053c9d4d5447c9baf0e done [2025-08-04T08:28:18.574Z] #8 pushing layers 0.0s done [2025-08-04T08:28:18.574Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:29ff467c4987f5af3ee877c07cff2d0ee818da2e98fde053c9d4d5447c9baf0e 0.1s done [2025-08-04T08:28:18.574Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T08:28:18.574Z] #8 DONE 0.1s [2025-08-04T08:28:18.574Z] [2025-08-04T08:28:18.574Z] 1 warning found (use --debug to expand): [2025-08-04T08:28:18.574Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T08:28:18.861Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42' [2025-08-04T08:28:18.861Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42 --push - [2025-08-04T08:28:18.861Z] #1 [internal] load build definition from Dockerfile [2025-08-04T08:28:18.861Z] #1 transferring dockerfile: 178B done [2025-08-04T08:28:18.861Z] #1 DONE 0.0s [2025-08-04T08:28:18.861Z] [2025-08-04T08:28:18.861Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42 [2025-08-04T08:28:18.861Z] #2 DONE 0.0s [2025-08-04T08:28:18.861Z] [2025-08-04T08:28:18.861Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42 [2025-08-04T08:28:18.861Z] #3 DONE 0.0s [2025-08-04T08:28:18.861Z] [2025-08-04T08:28:18.861Z] #4 [internal] load .dockerignore [2025-08-04T08:28:18.861Z] #4 transferring context: 2B done [2025-08-04T08:28:18.861Z] #4 DONE 0.0s [2025-08-04T08:28:18.861Z] [2025-08-04T08:28:18.861Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42@sha256:4b23ff34564ae02d21503d1c172d657dae0923a8b1989a1c932344c27d6b3a2c [2025-08-04T08:28:18.861Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42@sha256:4b23ff34564ae02d21503d1c172d657dae0923a8b1989a1c932344c27d6b3a2c 0.0s done [2025-08-04T08:28:18.861Z] #5 DONE 0.0s [2025-08-04T08:28:18.861Z] [2025-08-04T08:28:18.861Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42@sha256:4b23ff34564ae02d21503d1c172d657dae0923a8b1989a1c932344c27d6b3a2c [2025-08-04T08:28:19.118Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42@sha256:4b23ff34564ae02d21503d1c172d657dae0923a8b1989a1c932344c27d6b3a2c done [2025-08-04T08:28:19.118Z] #6 CACHED [2025-08-04T08:28:19.118Z] [2025-08-04T08:28:19.118Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42@sha256:4b23ff34564ae02d21503d1c172d657dae0923a8b1989a1c932344c27d6b3a2c [2025-08-04T08:28:19.118Z] #5 CACHED [2025-08-04T08:28:19.118Z] [2025-08-04T08:28:19.118Z] #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T08:28:19.119Z] #7 DONE 0.0s [2025-08-04T08:28:19.119Z] [2025-08-04T08:28:19.119Z] #8 exporting to image [2025-08-04T08:28:19.119Z] #8 exporting layers done [2025-08-04T08:28:19.119Z] #8 exporting manifest sha256:c2b4299945b08eda5ee41cbdfb7581d980ca4d7fb477509c7482b09c71b7fef6 done [2025-08-04T08:28:19.119Z] #8 exporting config sha256:1bff2120b89ec6e7aa56cf532f6b39cf69911282a3ebffb43e6c4e423fecacd3 done [2025-08-04T08:28:19.119Z] #8 exporting manifest sha256:cb164b373e56464038f856425a6f999561b7f8890f3f9a0d64d29ec3539730ff done [2025-08-04T08:28:19.119Z] #8 exporting config sha256:4f36bae9d8786146a951ef549127d71e2b20c66c7b147e1beef8721caf52036a done [2025-08-04T08:28:19.119Z] #8 exporting manifest list sha256:29ff467c4987f5af3ee877c07cff2d0ee818da2e98fde053c9d4d5447c9baf0e done [2025-08-04T08:28:19.119Z] #8 pushing layers 0.0s done [2025-08-04T08:28:19.119Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42@sha256:29ff467c4987f5af3ee877c07cff2d0ee818da2e98fde053c9d4d5447c9baf0e 0.1s done [2025-08-04T08:28:19.119Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T08:28:19.119Z] #8 DONE 0.1s [2025-08-04T08:28:19.119Z] [2025-08-04T08:28:19.119Z] 1 warning found (use --debug to expand): [2025-08-04T08:28:19.119Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T08:28:19.409Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42' [2025-08-04T08:28:19.409Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 --push - [2025-08-04T08:28:19.409Z] #1 [internal] load build definition from Dockerfile [2025-08-04T08:28:19.409Z] #1 transferring dockerfile: 219B done [2025-08-04T08:28:19.409Z] #1 DONE 0.0s [2025-08-04T08:28:19.409Z] [2025-08-04T08:28:19.409Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:28:19.409Z] #2 DONE 0.0s [2025-08-04T08:28:19.409Z] [2025-08-04T08:28:19.409Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:28:19.409Z] #3 DONE 0.0s [2025-08-04T08:28:19.409Z] [2025-08-04T08:28:19.409Z] #4 [internal] load .dockerignore [2025-08-04T08:28:19.409Z] #4 transferring context: 2B done [2025-08-04T08:28:19.409Z] #4 DONE 0.0s [2025-08-04T08:28:19.409Z] [2025-08-04T08:28:19.410Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:4b23ff34564ae02d21503d1c172d657dae0923a8b1989a1c932344c27d6b3a2c [2025-08-04T08:28:19.410Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:4b23ff34564ae02d21503d1c172d657dae0923a8b1989a1c932344c27d6b3a2c 0.0s done [2025-08-04T08:28:19.410Z] #5 CACHED [2025-08-04T08:28:19.410Z] [2025-08-04T08:28:19.410Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:4b23ff34564ae02d21503d1c172d657dae0923a8b1989a1c932344c27d6b3a2c [2025-08-04T08:28:19.410Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:4b23ff34564ae02d21503d1c172d657dae0923a8b1989a1c932344c27d6b3a2c 0.0s done [2025-08-04T08:28:19.410Z] #6 CACHED [2025-08-04T08:28:19.410Z] [2025-08-04T08:28:19.410Z] #7 exporting to image [2025-08-04T08:28:19.410Z] #7 exporting layers done [2025-08-04T08:28:19.410Z] #7 exporting manifest sha256:c2b4299945b08eda5ee41cbdfb7581d980ca4d7fb477509c7482b09c71b7fef6 done [2025-08-04T08:28:19.410Z] #7 exporting config sha256:1bff2120b89ec6e7aa56cf532f6b39cf69911282a3ebffb43e6c4e423fecacd3 [2025-08-04T08:28:19.410Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T08:28:19.668Z] #7 exporting config sha256:1bff2120b89ec6e7aa56cf532f6b39cf69911282a3ebffb43e6c4e423fecacd3 done [2025-08-04T08:28:19.668Z] #7 exporting manifest sha256:cb164b373e56464038f856425a6f999561b7f8890f3f9a0d64d29ec3539730ff done [2025-08-04T08:28:19.668Z] #7 exporting config sha256:4f36bae9d8786146a951ef549127d71e2b20c66c7b147e1beef8721caf52036a done [2025-08-04T08:28:19.668Z] #7 exporting manifest list sha256:29ff467c4987f5af3ee877c07cff2d0ee818da2e98fde053c9d4d5447c9baf0e done [2025-08-04T08:28:19.668Z] #7 pushing layers 0.0s done [2025-08-04T08:28:19.668Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:29ff467c4987f5af3ee877c07cff2d0ee818da2e98fde053c9d4d5447c9baf0e 0.1s done [2025-08-04T08:28:19.668Z] #7 DONE 0.1s [2025-08-04T08:28:19.668Z] [2025-08-04T08:28:19.668Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T08:28:19.668Z] #8 DONE 0.0s [2025-08-04T08:28:19.668Z] [2025-08-04T08:28:19.668Z] 1 warning found (use --debug to expand): [2025-08-04T08:28:19.668Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T08:28:19.957Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:main' [2025-08-04T08:28:19.957Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:main --push - [2025-08-04T08:28:19.957Z] #1 [internal] load build definition from Dockerfile [2025-08-04T08:28:19.957Z] #1 transferring dockerfile: 170B done [2025-08-04T08:28:19.957Z] #1 DONE 0.0s [2025-08-04T08:28:19.957Z] [2025-08-04T08:28:19.957Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-08-04T08:28:19.957Z] #2 DONE 0.0s [2025-08-04T08:28:19.957Z] [2025-08-04T08:28:19.957Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-08-04T08:28:19.957Z] #3 DONE 0.0s [2025-08-04T08:28:19.957Z] [2025-08-04T08:28:19.957Z] #4 [internal] load .dockerignore [2025-08-04T08:28:19.957Z] #4 transferring context: 2B done [2025-08-04T08:28:19.957Z] #4 DONE 0.0s [2025-08-04T08:28:19.957Z] [2025-08-04T08:28:19.957Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:4b23ff34564ae02d21503d1c172d657dae0923a8b1989a1c932344c27d6b3a2c [2025-08-04T08:28:19.957Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:4b23ff34564ae02d21503d1c172d657dae0923a8b1989a1c932344c27d6b3a2c done [2025-08-04T08:28:19.957Z] #5 DONE 0.0s [2025-08-04T08:28:19.957Z] [2025-08-04T08:28:19.957Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:4b23ff34564ae02d21503d1c172d657dae0923a8b1989a1c932344c27d6b3a2c [2025-08-04T08:28:20.218Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:4b23ff34564ae02d21503d1c172d657dae0923a8b1989a1c932344c27d6b3a2c 0.0s done [2025-08-04T08:28:20.218Z] #6 CACHED [2025-08-04T08:28:20.218Z] [2025-08-04T08:28:20.218Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:4b23ff34564ae02d21503d1c172d657dae0923a8b1989a1c932344c27d6b3a2c [2025-08-04T08:28:20.218Z] #5 CACHED [2025-08-04T08:28:20.218Z] [2025-08-04T08:28:20.218Z] #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T08:28:20.218Z] #7 DONE 0.0s [2025-08-04T08:28:20.218Z] [2025-08-04T08:28:20.218Z] #8 exporting to image [2025-08-04T08:28:20.218Z] #8 exporting layers done [2025-08-04T08:28:20.218Z] #8 exporting manifest sha256:c2b4299945b08eda5ee41cbdfb7581d980ca4d7fb477509c7482b09c71b7fef6 done [2025-08-04T08:28:20.218Z] #8 exporting config sha256:1bff2120b89ec6e7aa56cf532f6b39cf69911282a3ebffb43e6c4e423fecacd3 done [2025-08-04T08:28:20.218Z] #8 exporting manifest sha256:cb164b373e56464038f856425a6f999561b7f8890f3f9a0d64d29ec3539730ff done [2025-08-04T08:28:20.218Z] #8 exporting config sha256:4f36bae9d8786146a951ef549127d71e2b20c66c7b147e1beef8721caf52036a done [2025-08-04T08:28:20.218Z] #8 exporting manifest list sha256:29ff467c4987f5af3ee877c07cff2d0ee818da2e98fde053c9d4d5447c9baf0e done [2025-08-04T08:28:20.218Z] #8 pushing layers 0.0s done [2025-08-04T08:28:20.218Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:29ff467c4987f5af3ee877c07cff2d0ee818da2e98fde053c9d4d5447c9baf0e 0.1s done [2025-08-04T08:28:20.218Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T08:28:20.218Z] #8 DONE 0.1s [2025-08-04T08:28:20.218Z] [2025-08-04T08:28:20.218Z] 1 warning found (use --debug to expand): [2025-08-04T08:28:20.218Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T08:28:20.505Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b' [2025-08-04T08:28:20.505Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b --push - [2025-08-04T08:28:20.505Z] #1 [internal] load build definition from Dockerfile [2025-08-04T08:28:20.505Z] #1 transferring dockerfile: 206B done [2025-08-04T08:28:20.505Z] #1 DONE 0.0s [2025-08-04T08:28:20.505Z] [2025-08-04T08:28:20.505Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:28:20.505Z] #2 DONE 0.0s [2025-08-04T08:28:20.505Z] [2025-08-04T08:28:20.505Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:28:20.505Z] #3 DONE 0.0s [2025-08-04T08:28:20.505Z] [2025-08-04T08:28:20.505Z] #4 [internal] load .dockerignore [2025-08-04T08:28:20.505Z] #4 transferring context: 2B done [2025-08-04T08:28:20.505Z] #4 DONE 0.0s [2025-08-04T08:28:20.505Z] [2025-08-04T08:28:20.505Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:b9251db609c0ea05d2b073c68cb3c28c623cc4b4547b6fe111223292b8d845a2 [2025-08-04T08:28:20.505Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:b9251db609c0ea05d2b073c68cb3c28c623cc4b4547b6fe111223292b8d845a2 0.0s done [2025-08-04T08:28:20.505Z] #5 DONE 0.0s [2025-08-04T08:28:20.505Z] [2025-08-04T08:28:20.505Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:b9251db609c0ea05d2b073c68cb3c28c623cc4b4547b6fe111223292b8d845a2 [2025-08-04T08:28:20.762Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:b9251db609c0ea05d2b073c68cb3c28c623cc4b4547b6fe111223292b8d845a2 0.0s done [2025-08-04T08:28:20.762Z] #6 DONE 0.0s [2025-08-04T08:28:20.762Z] [2025-08-04T08:28:20.762Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:b9251db609c0ea05d2b073c68cb3c28c623cc4b4547b6fe111223292b8d845a2 [2025-08-04T08:28:20.762Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:b9251db609c0ea05d2b073c68cb3c28c623cc4b4547b6fe111223292b8d845a2 0.0s done [2025-08-04T08:28:20.762Z] #5 DONE 0.1s [2025-08-04T08:28:20.762Z] [2025-08-04T08:28:20.762Z] #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T08:28:20.762Z] #7 DONE 0.0s [2025-08-04T08:28:20.762Z] [2025-08-04T08:28:20.762Z] #8 exporting to image [2025-08-04T08:28:20.762Z] #8 exporting layers done [2025-08-04T08:28:20.762Z] #8 exporting manifest sha256:55c6206b351c0dcbe2d4ac67287d6bdd8341e7f81955c5d01a01299185daeb36 done [2025-08-04T08:28:20.762Z] #8 exporting config sha256:64461bab8db86f5c0acecb6e1cd08ad6c549d11cf185590fb3c1f90688bb96f7 done [2025-08-04T08:28:20.762Z] #8 exporting manifest sha256:99bc6445b90bc96555917528c72df0955d2999ee91cef517f92527249b834c9f done [2025-08-04T08:28:20.762Z] #8 exporting config sha256:27c70179a353fd906d564622fa5f4cfc9c03888146cf16ca8f2185ecdc878af3 done [2025-08-04T08:28:20.762Z] #8 exporting manifest list sha256:5932858bacc129cdb12c262d165a3373895e26dc6b3fa3f074acd2c04fe429fe done [2025-08-04T08:28:20.762Z] #8 pushing layers 0.1s done [2025-08-04T08:28:20.762Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:5932858bacc129cdb12c262d165a3373895e26dc6b3fa3f074acd2c04fe429fe 0.1s done [2025-08-04T08:28:20.762Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T08:28:20.762Z] #8 DONE 0.2s [2025-08-04T08:28:21.021Z] [2025-08-04T08:28:21.021Z] 1 warning found (use --debug to expand): [2025-08-04T08:28:21.021Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T08:28:21.309Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:latest --push - [2025-08-04T08:28:21.309Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:latest' [2025-08-04T08:28:21.309Z] #1 [internal] load build definition from Dockerfile [2025-08-04T08:28:21.309Z] #1 transferring dockerfile: 172B done [2025-08-04T08:28:21.309Z] #1 DONE 0.0s [2025-08-04T08:28:21.309Z] [2025-08-04T08:28:21.309Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-08-04T08:28:21.309Z] #2 DONE 0.0s [2025-08-04T08:28:21.309Z] [2025-08-04T08:28:21.309Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-08-04T08:28:21.309Z] #3 DONE 0.0s [2025-08-04T08:28:21.309Z] [2025-08-04T08:28:21.309Z] #4 [internal] load .dockerignore [2025-08-04T08:28:21.309Z] #4 transferring context: 2B done [2025-08-04T08:28:21.309Z] #4 DONE 0.0s [2025-08-04T08:28:21.309Z] [2025-08-04T08:28:21.309Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:b9251db609c0ea05d2b073c68cb3c28c623cc4b4547b6fe111223292b8d845a2 [2025-08-04T08:28:21.309Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:b9251db609c0ea05d2b073c68cb3c28c623cc4b4547b6fe111223292b8d845a2 [2025-08-04T08:28:21.567Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:b9251db609c0ea05d2b073c68cb3c28c623cc4b4547b6fe111223292b8d845a2 0.0s done [2025-08-04T08:28:21.567Z] #5 CACHED [2025-08-04T08:28:21.567Z] [2025-08-04T08:28:21.567Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:b9251db609c0ea05d2b073c68cb3c28c623cc4b4547b6fe111223292b8d845a2 [2025-08-04T08:28:21.567Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:b9251db609c0ea05d2b073c68cb3c28c623cc4b4547b6fe111223292b8d845a2 0.0s done [2025-08-04T08:28:21.567Z] #6 CACHED [2025-08-04T08:28:21.567Z] [2025-08-04T08:28:21.567Z] #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T08:28:21.567Z] #7 DONE 0.0s [2025-08-04T08:28:21.567Z] [2025-08-04T08:28:21.567Z] #8 exporting to image [2025-08-04T08:28:21.567Z] #8 exporting layers done [2025-08-04T08:28:21.567Z] #8 exporting manifest sha256:55c6206b351c0dcbe2d4ac67287d6bdd8341e7f81955c5d01a01299185daeb36 done [2025-08-04T08:28:21.567Z] #8 exporting config sha256:64461bab8db86f5c0acecb6e1cd08ad6c549d11cf185590fb3c1f90688bb96f7 done [2025-08-04T08:28:21.567Z] #8 exporting manifest sha256:99bc6445b90bc96555917528c72df0955d2999ee91cef517f92527249b834c9f done [2025-08-04T08:28:21.567Z] #8 exporting config sha256:27c70179a353fd906d564622fa5f4cfc9c03888146cf16ca8f2185ecdc878af3 done [2025-08-04T08:28:21.567Z] #8 exporting manifest list sha256:5932858bacc129cdb12c262d165a3373895e26dc6b3fa3f074acd2c04fe429fe done [2025-08-04T08:28:21.567Z] #8 pushing layers 0.0s done [2025-08-04T08:28:21.567Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:5932858bacc129cdb12c262d165a3373895e26dc6b3fa3f074acd2c04fe429fe 0.1s done [2025-08-04T08:28:21.567Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T08:28:21.567Z] #8 DONE 0.1s [2025-08-04T08:28:21.567Z] [2025-08-04T08:28:21.567Z] 1 warning found (use --debug to expand): [2025-08-04T08:28:21.567Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T08:28:21.871Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42' [2025-08-04T08:28:21.871Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42 --push - [2025-08-04T08:28:21.871Z] #1 [internal] load build definition from Dockerfile [2025-08-04T08:28:21.871Z] #1 transferring dockerfile: 178B done [2025-08-04T08:28:21.871Z] #1 DONE 0.0s [2025-08-04T08:28:21.871Z] [2025-08-04T08:28:21.871Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42 [2025-08-04T08:28:21.871Z] #2 DONE 0.0s [2025-08-04T08:28:21.871Z] [2025-08-04T08:28:21.871Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42 [2025-08-04T08:28:21.871Z] #3 DONE 0.0s [2025-08-04T08:28:21.871Z] [2025-08-04T08:28:21.871Z] #4 [internal] load .dockerignore [2025-08-04T08:28:21.872Z] #4 transferring context: 2B done [2025-08-04T08:28:21.872Z] #4 DONE 0.0s [2025-08-04T08:28:21.872Z] [2025-08-04T08:28:21.872Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42@sha256:b9251db609c0ea05d2b073c68cb3c28c623cc4b4547b6fe111223292b8d845a2 [2025-08-04T08:28:21.872Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42@sha256:b9251db609c0ea05d2b073c68cb3c28c623cc4b4547b6fe111223292b8d845a2 0.0s done [2025-08-04T08:28:21.872Z] #5 CACHED [2025-08-04T08:28:21.872Z] [2025-08-04T08:28:21.872Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42@sha256:b9251db609c0ea05d2b073c68cb3c28c623cc4b4547b6fe111223292b8d845a2 [2025-08-04T08:28:21.872Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42@sha256:b9251db609c0ea05d2b073c68cb3c28c623cc4b4547b6fe111223292b8d845a2 0.0s done [2025-08-04T08:28:21.872Z] #6 CACHED [2025-08-04T08:28:21.872Z] [2025-08-04T08:28:21.872Z] #7 exporting to image [2025-08-04T08:28:21.872Z] #7 exporting layers done [2025-08-04T08:28:21.872Z] #7 exporting manifest sha256:55c6206b351c0dcbe2d4ac67287d6bdd8341e7f81955c5d01a01299185daeb36 done [2025-08-04T08:28:21.872Z] #7 exporting config sha256:64461bab8db86f5c0acecb6e1cd08ad6c549d11cf185590fb3c1f90688bb96f7 [2025-08-04T08:28:21.872Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T08:28:22.130Z] #7 exporting config sha256:64461bab8db86f5c0acecb6e1cd08ad6c549d11cf185590fb3c1f90688bb96f7 done [2025-08-04T08:28:22.130Z] #7 exporting manifest sha256:99bc6445b90bc96555917528c72df0955d2999ee91cef517f92527249b834c9f done [2025-08-04T08:28:22.130Z] #7 exporting config sha256:27c70179a353fd906d564622fa5f4cfc9c03888146cf16ca8f2185ecdc878af3 done [2025-08-04T08:28:22.130Z] #7 exporting manifest list sha256:5932858bacc129cdb12c262d165a3373895e26dc6b3fa3f074acd2c04fe429fe done [2025-08-04T08:28:22.130Z] #7 pushing layers 0.0s done [2025-08-04T08:28:22.130Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42@sha256:5932858bacc129cdb12c262d165a3373895e26dc6b3fa3f074acd2c04fe429fe 0.1s done [2025-08-04T08:28:22.130Z] #7 DONE 0.1s [2025-08-04T08:28:22.130Z] [2025-08-04T08:28:22.130Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T08:28:22.130Z] #8 DONE 0.0s [2025-08-04T08:28:22.130Z] [2025-08-04T08:28:22.130Z] 1 warning found (use --debug to expand): [2025-08-04T08:28:22.130Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T08:28:22.418Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42' [2025-08-04T08:28:22.418Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 --push - [2025-08-04T08:28:22.418Z] #1 [internal] load build definition from Dockerfile [2025-08-04T08:28:22.418Z] #1 transferring dockerfile: 219B done [2025-08-04T08:28:22.418Z] #1 DONE 0.0s [2025-08-04T08:28:22.418Z] [2025-08-04T08:28:22.418Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:28:22.418Z] #2 DONE 0.0s [2025-08-04T08:28:22.418Z] [2025-08-04T08:28:22.418Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:28:22.418Z] #3 DONE 0.0s [2025-08-04T08:28:22.418Z] [2025-08-04T08:28:22.418Z] #4 [internal] load .dockerignore [2025-08-04T08:28:22.418Z] #4 transferring context: 2B done [2025-08-04T08:28:22.418Z] #4 DONE 0.0s [2025-08-04T08:28:22.418Z] [2025-08-04T08:28:22.418Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:b9251db609c0ea05d2b073c68cb3c28c623cc4b4547b6fe111223292b8d845a2 [2025-08-04T08:28:22.418Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:b9251db609c0ea05d2b073c68cb3c28c623cc4b4547b6fe111223292b8d845a2 0.0s done [2025-08-04T08:28:22.418Z] #5 CACHED [2025-08-04T08:28:22.418Z] [2025-08-04T08:28:22.418Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:b9251db609c0ea05d2b073c68cb3c28c623cc4b4547b6fe111223292b8d845a2 [2025-08-04T08:28:22.418Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:b9251db609c0ea05d2b073c68cb3c28c623cc4b4547b6fe111223292b8d845a2 0.0s done [2025-08-04T08:28:22.418Z] #6 DONE 0.0s [2025-08-04T08:28:22.676Z] [2025-08-04T08:28:22.676Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:b9251db609c0ea05d2b073c68cb3c28c623cc4b4547b6fe111223292b8d845a2 [2025-08-04T08:28:22.676Z] #6 CACHED [2025-08-04T08:28:22.676Z] [2025-08-04T08:28:22.676Z] #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T08:28:22.676Z] #7 DONE 0.0s [2025-08-04T08:28:22.676Z] [2025-08-04T08:28:22.676Z] #8 exporting to image [2025-08-04T08:28:22.676Z] #8 exporting layers done [2025-08-04T08:28:22.676Z] #8 exporting manifest sha256:55c6206b351c0dcbe2d4ac67287d6bdd8341e7f81955c5d01a01299185daeb36 done [2025-08-04T08:28:22.676Z] #8 exporting config sha256:64461bab8db86f5c0acecb6e1cd08ad6c549d11cf185590fb3c1f90688bb96f7 done [2025-08-04T08:28:22.676Z] #8 exporting manifest sha256:99bc6445b90bc96555917528c72df0955d2999ee91cef517f92527249b834c9f done [2025-08-04T08:28:22.676Z] #8 exporting config sha256:27c70179a353fd906d564622fa5f4cfc9c03888146cf16ca8f2185ecdc878af3 done [2025-08-04T08:28:22.676Z] #8 exporting manifest list sha256:5932858bacc129cdb12c262d165a3373895e26dc6b3fa3f074acd2c04fe429fe done [2025-08-04T08:28:22.676Z] #8 pushing layers 0.0s done [2025-08-04T08:28:22.676Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:5932858bacc129cdb12c262d165a3373895e26dc6b3fa3f074acd2c04fe429fe 0.1s done [2025-08-04T08:28:22.676Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T08:28:22.676Z] #8 DONE 0.1s [2025-08-04T08:28:22.676Z] [2025-08-04T08:28:22.676Z] 1 warning found (use --debug to expand): [2025-08-04T08:28:22.676Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T08:28:22.961Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:main --push - [2025-08-04T08:28:22.961Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:main' [2025-08-04T08:28:22.961Z] #1 [internal] load build definition from Dockerfile [2025-08-04T08:28:23.221Z] #1 transferring dockerfile: 170B done [2025-08-04T08:28:23.221Z] #1 DONE 0.0s [2025-08-04T08:28:23.221Z] [2025-08-04T08:28:23.221Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main [2025-08-04T08:28:23.221Z] #2 DONE 0.0s [2025-08-04T08:28:23.221Z] [2025-08-04T08:28:23.221Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main [2025-08-04T08:28:23.221Z] #3 DONE 0.0s [2025-08-04T08:28:23.221Z] [2025-08-04T08:28:23.221Z] #4 [internal] load .dockerignore [2025-08-04T08:28:23.221Z] #4 transferring context: 2B done [2025-08-04T08:28:23.221Z] #4 DONE 0.0s [2025-08-04T08:28:23.221Z] [2025-08-04T08:28:23.221Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:b9251db609c0ea05d2b073c68cb3c28c623cc4b4547b6fe111223292b8d845a2 [2025-08-04T08:28:23.221Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:b9251db609c0ea05d2b073c68cb3c28c623cc4b4547b6fe111223292b8d845a2 0.0s done [2025-08-04T08:28:23.221Z] #5 CACHED [2025-08-04T08:28:23.221Z] [2025-08-04T08:28:23.221Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:b9251db609c0ea05d2b073c68cb3c28c623cc4b4547b6fe111223292b8d845a2 [2025-08-04T08:28:23.221Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:b9251db609c0ea05d2b073c68cb3c28c623cc4b4547b6fe111223292b8d845a2 0.0s done [2025-08-04T08:28:23.221Z] #6 CACHED [2025-08-04T08:28:23.221Z] [2025-08-04T08:28:23.221Z] #7 exporting to image [2025-08-04T08:28:23.221Z] #7 exporting layers done [2025-08-04T08:28:23.221Z] #7 exporting manifest sha256:55c6206b351c0dcbe2d4ac67287d6bdd8341e7f81955c5d01a01299185daeb36 done [2025-08-04T08:28:23.221Z] #7 exporting config sha256:64461bab8db86f5c0acecb6e1cd08ad6c549d11cf185590fb3c1f90688bb96f7 done [2025-08-04T08:28:23.221Z] #7 exporting manifest sha256:99bc6445b90bc96555917528c72df0955d2999ee91cef517f92527249b834c9f done [2025-08-04T08:28:23.221Z] #7 exporting config sha256:27c70179a353fd906d564622fa5f4cfc9c03888146cf16ca8f2185ecdc878af3 done [2025-08-04T08:28:23.221Z] #7 exporting manifest list sha256:5932858bacc129cdb12c262d165a3373895e26dc6b3fa3f074acd2c04fe429fe done [2025-08-04T08:28:23.221Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T08:28:23.221Z] #7 pushing layers 0.0s done [2025-08-04T08:28:23.221Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:5932858bacc129cdb12c262d165a3373895e26dc6b3fa3f074acd2c04fe429fe 0.1s done [2025-08-04T08:28:23.221Z] #7 DONE 0.1s [2025-08-04T08:28:23.221Z] [2025-08-04T08:28:23.221Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T08:28:23.221Z] #8 DONE 0.0s [2025-08-04T08:28:23.221Z] [2025-08-04T08:28:23.221Z] 1 warning found (use --debug to expand): [2025-08-04T08:28:23.221Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T08:28:23.507Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b --push - [2025-08-04T08:28:23.507Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b' [2025-08-04T08:28:23.507Z] #1 [internal] load build definition from Dockerfile [2025-08-04T08:28:23.507Z] #1 transferring dockerfile: 202B done [2025-08-04T08:28:23.507Z] #1 DONE 0.0s [2025-08-04T08:28:23.507Z] [2025-08-04T08:28:23.507Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:28:23.507Z] #2 DONE 0.0s [2025-08-04T08:28:23.507Z] [2025-08-04T08:28:23.507Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:28:23.507Z] #3 DONE 0.0s [2025-08-04T08:28:23.507Z] [2025-08-04T08:28:23.507Z] #4 [internal] load .dockerignore [2025-08-04T08:28:23.507Z] #4 transferring context: 2B done [2025-08-04T08:28:23.507Z] #4 DONE 0.0s [2025-08-04T08:28:23.507Z] [2025-08-04T08:28:23.507Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:9d4b7b14a5e98b7f77a753944458961d699882e4ab956001a94f12617a4b350b [2025-08-04T08:28:23.507Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:9d4b7b14a5e98b7f77a753944458961d699882e4ab956001a94f12617a4b350b 0.0s done [2025-08-04T08:28:23.507Z] #5 DONE 0.0s [2025-08-04T08:28:23.507Z] [2025-08-04T08:28:23.507Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:9d4b7b14a5e98b7f77a753944458961d699882e4ab956001a94f12617a4b350b [2025-08-04T08:28:23.766Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:9d4b7b14a5e98b7f77a753944458961d699882e4ab956001a94f12617a4b350b 0.0s done [2025-08-04T08:28:23.766Z] #6 DONE 0.0s [2025-08-04T08:28:23.766Z] [2025-08-04T08:28:23.766Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:9d4b7b14a5e98b7f77a753944458961d699882e4ab956001a94f12617a4b350b [2025-08-04T08:28:23.766Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:9d4b7b14a5e98b7f77a753944458961d699882e4ab956001a94f12617a4b350b 0.0s done [2025-08-04T08:28:23.766Z] #5 DONE 0.1s [2025-08-04T08:28:23.766Z] [2025-08-04T08:28:23.766Z] #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T08:28:23.766Z] #7 DONE 0.0s [2025-08-04T08:28:23.766Z] [2025-08-04T08:28:23.766Z] #8 exporting to image [2025-08-04T08:28:23.766Z] #8 exporting layers done [2025-08-04T08:28:23.766Z] #8 exporting manifest sha256:d4e55319f156bbc0c5479f905f08329abac0fc99e37fab3a431f31e9e6aa5cff done [2025-08-04T08:28:23.766Z] #8 exporting config sha256:98790a4edb8e2a29bfdb7bc2ff1361c459390224ea6daa3034af2e5a77c66a09 done [2025-08-04T08:28:23.766Z] #8 exporting manifest sha256:a0ed0bf6874a2b82e5cc61f5e9481649fd016f878f821a803553a3be436b84fa done [2025-08-04T08:28:23.766Z] #8 exporting config sha256:83a0570a7b758efb5f330e6e19f2907f450db51a8ebfd14e092da7a7f4662c9c done [2025-08-04T08:28:23.766Z] #8 exporting manifest list sha256:d5833908323779a252c55f4e16cba0951ab2c4d4a0eb998da4956e4ce592ad78 done [2025-08-04T08:28:23.766Z] #8 pushing layers 0.1s done [2025-08-04T08:28:23.766Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:d5833908323779a252c55f4e16cba0951ab2c4d4a0eb998da4956e4ce592ad78 [2025-08-04T08:28:23.766Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T08:28:24.026Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b@sha256:d5833908323779a252c55f4e16cba0951ab2c4d4a0eb998da4956e4ce592ad78 0.1s done [2025-08-04T08:28:24.026Z] #8 DONE 0.2s [2025-08-04T08:28:24.026Z] [2025-08-04T08:28:24.026Z] 1 warning found (use --debug to expand): [2025-08-04T08:28:24.026Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T08:28:24.315Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest' [2025-08-04T08:28:24.315Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:latest --push - [2025-08-04T08:28:24.574Z] #1 [internal] load build definition from Dockerfile [2025-08-04T08:28:24.574Z] #1 transferring dockerfile: 168B done [2025-08-04T08:28:24.574Z] #1 DONE 0.0s [2025-08-04T08:28:24.574Z] [2025-08-04T08:28:24.574Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-08-04T08:28:24.574Z] #2 DONE 0.0s [2025-08-04T08:28:24.574Z] [2025-08-04T08:28:24.574Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-08-04T08:28:24.574Z] #3 DONE 0.0s [2025-08-04T08:28:24.574Z] [2025-08-04T08:28:24.574Z] #4 [internal] load .dockerignore [2025-08-04T08:28:24.574Z] #4 transferring context: 2B done [2025-08-04T08:28:24.574Z] #4 DONE 0.0s [2025-08-04T08:28:24.574Z] [2025-08-04T08:28:24.574Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:9d4b7b14a5e98b7f77a753944458961d699882e4ab956001a94f12617a4b350b [2025-08-04T08:28:24.574Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:9d4b7b14a5e98b7f77a753944458961d699882e4ab956001a94f12617a4b350b 0.0s done [2025-08-04T08:28:24.574Z] #5 CACHED [2025-08-04T08:28:24.574Z] [2025-08-04T08:28:24.574Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:9d4b7b14a5e98b7f77a753944458961d699882e4ab956001a94f12617a4b350b [2025-08-04T08:28:24.574Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:9d4b7b14a5e98b7f77a753944458961d699882e4ab956001a94f12617a4b350b 0.0s done [2025-08-04T08:28:24.574Z] #6 CACHED [2025-08-04T08:28:24.574Z] [2025-08-04T08:28:24.574Z] #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T08:28:24.574Z] #7 DONE 0.0s [2025-08-04T08:28:24.574Z] [2025-08-04T08:28:24.574Z] #8 exporting to image [2025-08-04T08:28:24.574Z] #8 exporting layers done [2025-08-04T08:28:24.574Z] #8 exporting manifest sha256:d4e55319f156bbc0c5479f905f08329abac0fc99e37fab3a431f31e9e6aa5cff done [2025-08-04T08:28:24.574Z] #8 exporting config sha256:98790a4edb8e2a29bfdb7bc2ff1361c459390224ea6daa3034af2e5a77c66a09 done [2025-08-04T08:28:24.574Z] #8 exporting manifest sha256:a0ed0bf6874a2b82e5cc61f5e9481649fd016f878f821a803553a3be436b84fa done [2025-08-04T08:28:24.574Z] #8 exporting config sha256:83a0570a7b758efb5f330e6e19f2907f450db51a8ebfd14e092da7a7f4662c9c done [2025-08-04T08:28:24.574Z] #8 exporting manifest list sha256:d5833908323779a252c55f4e16cba0951ab2c4d4a0eb998da4956e4ce592ad78 done [2025-08-04T08:28:24.574Z] #8 pushing layers 0.0s done [2025-08-04T08:28:24.574Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:d5833908323779a252c55f4e16cba0951ab2c4d4a0eb998da4956e4ce592ad78 0.1s done [2025-08-04T08:28:24.574Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T08:28:24.574Z] #8 DONE 0.1s [2025-08-04T08:28:24.574Z] [2025-08-04T08:28:24.574Z] 1 warning found (use --debug to expand): [2025-08-04T08:28:24.574Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T08:28:24.858Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42' [2025-08-04T08:28:24.859Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42 --push - [2025-08-04T08:28:24.859Z] #1 [internal] load build definition from Dockerfile [2025-08-04T08:28:24.859Z] #1 transferring dockerfile: 174B done [2025-08-04T08:28:24.859Z] #1 DONE 0.0s [2025-08-04T08:28:24.859Z] [2025-08-04T08:28:24.859Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42 [2025-08-04T08:28:24.859Z] #2 DONE 0.0s [2025-08-04T08:28:24.859Z] [2025-08-04T08:28:24.859Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42 [2025-08-04T08:28:24.859Z] #3 DONE 0.0s [2025-08-04T08:28:24.859Z] [2025-08-04T08:28:24.859Z] #4 [internal] load .dockerignore [2025-08-04T08:28:24.859Z] #4 transferring context: 2B done [2025-08-04T08:28:24.859Z] #4 DONE 0.0s [2025-08-04T08:28:24.859Z] [2025-08-04T08:28:24.859Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42@sha256:9d4b7b14a5e98b7f77a753944458961d699882e4ab956001a94f12617a4b350b [2025-08-04T08:28:24.859Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42@sha256:9d4b7b14a5e98b7f77a753944458961d699882e4ab956001a94f12617a4b350b 0.0s done [2025-08-04T08:28:24.859Z] #5 DONE 0.0s [2025-08-04T08:28:24.859Z] [2025-08-04T08:28:24.859Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42@sha256:9d4b7b14a5e98b7f77a753944458961d699882e4ab956001a94f12617a4b350b [2025-08-04T08:28:25.117Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42@sha256:9d4b7b14a5e98b7f77a753944458961d699882e4ab956001a94f12617a4b350b 0.0s done [2025-08-04T08:28:25.117Z] #6 CACHED [2025-08-04T08:28:25.117Z] [2025-08-04T08:28:25.117Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42@sha256:9d4b7b14a5e98b7f77a753944458961d699882e4ab956001a94f12617a4b350b [2025-08-04T08:28:25.117Z] #5 CACHED [2025-08-04T08:28:25.117Z] [2025-08-04T08:28:25.117Z] #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T08:28:25.117Z] #7 DONE 0.0s [2025-08-04T08:28:25.117Z] [2025-08-04T08:28:25.117Z] #8 exporting to image [2025-08-04T08:28:25.117Z] #8 exporting layers done [2025-08-04T08:28:25.117Z] #8 exporting manifest sha256:d4e55319f156bbc0c5479f905f08329abac0fc99e37fab3a431f31e9e6aa5cff done [2025-08-04T08:28:25.117Z] #8 exporting config sha256:98790a4edb8e2a29bfdb7bc2ff1361c459390224ea6daa3034af2e5a77c66a09 done [2025-08-04T08:28:25.117Z] #8 exporting manifest sha256:a0ed0bf6874a2b82e5cc61f5e9481649fd016f878f821a803553a3be436b84fa done [2025-08-04T08:28:25.117Z] #8 exporting config sha256:83a0570a7b758efb5f330e6e19f2907f450db51a8ebfd14e092da7a7f4662c9c done [2025-08-04T08:28:25.117Z] #8 exporting manifest list sha256:d5833908323779a252c55f4e16cba0951ab2c4d4a0eb998da4956e4ce592ad78 done [2025-08-04T08:28:25.117Z] #8 pushing layers 0.0s done [2025-08-04T08:28:25.117Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42@sha256:d5833908323779a252c55f4e16cba0951ab2c4d4a0eb998da4956e4ce592ad78 0.1s done [2025-08-04T08:28:25.117Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T08:28:25.117Z] #8 DONE 0.1s [2025-08-04T08:28:25.117Z] [2025-08-04T08:28:25.117Z] 1 warning found (use --debug to expand): [2025-08-04T08:28:25.117Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T08:28:25.405Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42' [2025-08-04T08:28:25.405Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 --push - [2025-08-04T08:28:25.405Z] #1 [internal] load build definition from Dockerfile [2025-08-04T08:28:25.405Z] #1 transferring dockerfile: 215B done [2025-08-04T08:28:25.405Z] #1 DONE 0.0s [2025-08-04T08:28:25.405Z] [2025-08-04T08:28:25.405Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:28:25.405Z] #2 DONE 0.0s [2025-08-04T08:28:25.405Z] [2025-08-04T08:28:25.405Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:28:25.405Z] #3 DONE 0.0s [2025-08-04T08:28:25.405Z] [2025-08-04T08:28:25.405Z] #4 [internal] load .dockerignore [2025-08-04T08:28:25.405Z] #4 transferring context: 2B done [2025-08-04T08:28:25.405Z] #4 DONE 0.0s [2025-08-04T08:28:25.405Z] [2025-08-04T08:28:25.405Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:9d4b7b14a5e98b7f77a753944458961d699882e4ab956001a94f12617a4b350b [2025-08-04T08:28:25.405Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:9d4b7b14a5e98b7f77a753944458961d699882e4ab956001a94f12617a4b350b 0.0s done [2025-08-04T08:28:25.405Z] #5 CACHED [2025-08-04T08:28:25.405Z] [2025-08-04T08:28:25.405Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:9d4b7b14a5e98b7f77a753944458961d699882e4ab956001a94f12617a4b350b [2025-08-04T08:28:25.665Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:9d4b7b14a5e98b7f77a753944458961d699882e4ab956001a94f12617a4b350b 0.0s done [2025-08-04T08:28:25.665Z] #6 CACHED [2025-08-04T08:28:25.665Z] [2025-08-04T08:28:25.665Z] #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T08:28:25.665Z] #7 DONE 0.0s [2025-08-04T08:28:25.665Z] [2025-08-04T08:28:25.665Z] #8 exporting to image [2025-08-04T08:28:25.665Z] #8 exporting layers done [2025-08-04T08:28:25.665Z] #8 exporting manifest sha256:d4e55319f156bbc0c5479f905f08329abac0fc99e37fab3a431f31e9e6aa5cff done [2025-08-04T08:28:25.665Z] #8 exporting config sha256:98790a4edb8e2a29bfdb7bc2ff1361c459390224ea6daa3034af2e5a77c66a09 done [2025-08-04T08:28:25.665Z] #8 exporting manifest sha256:a0ed0bf6874a2b82e5cc61f5e9481649fd016f878f821a803553a3be436b84fa done [2025-08-04T08:28:25.665Z] #8 exporting config sha256:83a0570a7b758efb5f330e6e19f2907f450db51a8ebfd14e092da7a7f4662c9c done [2025-08-04T08:28:25.665Z] #8 exporting manifest list sha256:d5833908323779a252c55f4e16cba0951ab2c4d4a0eb998da4956e4ce592ad78 done [2025-08-04T08:28:25.665Z] #8 pushing layers 0.0s done [2025-08-04T08:28:25.665Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42@sha256:d5833908323779a252c55f4e16cba0951ab2c4d4a0eb998da4956e4ce592ad78 0.1s done [2025-08-04T08:28:25.665Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T08:28:25.665Z] #8 DONE 0.1s [2025-08-04T08:28:25.665Z] [2025-08-04T08:28:25.665Z] 1 warning found (use --debug to expand): [2025-08-04T08:28:25.665Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-04T08:28:25.958Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:main' [2025-08-04T08:28:25.959Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:main --push - [2025-08-04T08:28:25.959Z] #1 [internal] load build definition from Dockerfile [2025-08-04T08:28:25.959Z] #1 transferring dockerfile: 166B done [2025-08-04T08:28:25.959Z] #1 DONE 0.0s [2025-08-04T08:28:25.959Z] [2025-08-04T08:28:25.959Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-08-04T08:28:25.959Z] #2 DONE 0.0s [2025-08-04T08:28:25.959Z] [2025-08-04T08:28:25.959Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-08-04T08:28:25.959Z] #3 DONE 0.0s [2025-08-04T08:28:25.959Z] [2025-08-04T08:28:25.959Z] #4 [internal] load .dockerignore [2025-08-04T08:28:25.959Z] #4 transferring context: 2B done [2025-08-04T08:28:25.959Z] #4 DONE 0.0s [2025-08-04T08:28:25.959Z] [2025-08-04T08:28:25.959Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:9d4b7b14a5e98b7f77a753944458961d699882e4ab956001a94f12617a4b350b [2025-08-04T08:28:25.959Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:9d4b7b14a5e98b7f77a753944458961d699882e4ab956001a94f12617a4b350b 0.0s done [2025-08-04T08:28:25.959Z] #5 DONE 0.0s [2025-08-04T08:28:25.959Z] [2025-08-04T08:28:25.959Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:9d4b7b14a5e98b7f77a753944458961d699882e4ab956001a94f12617a4b350b [2025-08-04T08:28:26.220Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:9d4b7b14a5e98b7f77a753944458961d699882e4ab956001a94f12617a4b350b 0.0s done [2025-08-04T08:28:26.220Z] #6 CACHED [2025-08-04T08:28:26.220Z] [2025-08-04T08:28:26.220Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:9d4b7b14a5e98b7f77a753944458961d699882e4ab956001a94f12617a4b350b [2025-08-04T08:28:26.220Z] #5 CACHED [2025-08-04T08:28:26.220Z] [2025-08-04T08:28:26.220Z] #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-04T08:28:26.220Z] #7 DONE 0.0s [2025-08-04T08:28:26.220Z] [2025-08-04T08:28:26.220Z] #8 exporting to image [2025-08-04T08:28:26.220Z] #8 exporting layers done [2025-08-04T08:28:26.220Z] #8 exporting manifest sha256:d4e55319f156bbc0c5479f905f08329abac0fc99e37fab3a431f31e9e6aa5cff done [2025-08-04T08:28:26.220Z] #8 exporting config sha256:98790a4edb8e2a29bfdb7bc2ff1361c459390224ea6daa3034af2e5a77c66a09 done [2025-08-04T08:28:26.220Z] #8 exporting manifest sha256:a0ed0bf6874a2b82e5cc61f5e9481649fd016f878f821a803553a3be436b84fa done [2025-08-04T08:28:26.220Z] #8 exporting config sha256:83a0570a7b758efb5f330e6e19f2907f450db51a8ebfd14e092da7a7f4662c9c done [2025-08-04T08:28:26.220Z] #8 exporting manifest list sha256:d5833908323779a252c55f4e16cba0951ab2c4d4a0eb998da4956e4ce592ad78 done [2025-08-04T08:28:26.220Z] #8 pushing layers 0.0s done [2025-08-04T08:28:26.220Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:d5833908323779a252c55f4e16cba0951ab2c4d4a0eb998da4956e4ce592ad78 0.1s done [2025-08-04T08:28:26.220Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-04T08:28:26.220Z] #8 DONE 0.1s [2025-08-04T08:28:26.220Z] [2025-08-04T08:28:26.220Z] 1 warning found (use --debug to expand): [2025-08-04T08:28:26.220Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-08-04T08:28:26.694Z] + '[' -d /w/workspace/edgex-go/880/archives ']' [Pipeline] libraryResource [Pipeline] sh [2025-08-04T08:28:26.986Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-04T08:28:27.536Z] ---> package-listing.sh [2025-08-04T08:28:27.536Z] ++ facter osfamily [2025-08-04T08:28:27.536Z] ++ tr '[:upper:]' '[:lower:]' [2025-08-04T08:28:27.799Z] + OS_FAMILY=redhat [2025-08-04T08:28:27.800Z] + workspace=/w/workspace/edgex-go/880 [2025-08-04T08:28:27.800Z] + START_PACKAGES=/tmp/packages_start.txt [2025-08-04T08:28:27.800Z] + END_PACKAGES=/tmp/packages_end.txt [2025-08-04T08:28:27.800Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-08-04T08:28:27.800Z] + PACKAGES=/tmp/packages_start.txt [2025-08-04T08:28:27.800Z] + '[' /w/workspace/edgex-go/880 ']' [2025-08-04T08:28:27.800Z] + PACKAGES=/tmp/packages_end.txt [2025-08-04T08:28:27.800Z] + case "${OS_FAMILY}" in [2025-08-04T08:28:27.800Z] + rpm -qa [2025-08-04T08:28:27.800Z] + sort [2025-08-04T08:28:28.367Z] + '[' -f /tmp/packages_start.txt ']' [2025-08-04T08:28:28.367Z] + '[' -f /tmp/packages_end.txt ']' [2025-08-04T08:28:28.367Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-08-04T08:28:28.367Z] + '[' /w/workspace/edgex-go/880 ']' [2025-08-04T08:28:28.367Z] + mkdir -p /w/workspace/edgex-go/880/archives/ [2025-08-04T08:28:28.367Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/880/archives/ [Pipeline] echo [2025-08-04T08:28:28.379Z] 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/880/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-08-04T08:28:28.663Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:28:29.234Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-04T08:28:29.234Z] [2025-08-04T08:28:29.234Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:28:29.543Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-04T08:28:29.543Z] latest: Pulling from edgex-lftools-log-publisher [2025-08-04T08:28:29.543Z] 5eb5b503b376: Pulling fs layer [2025-08-04T08:28:29.543Z] 5c69ac0246d0: Pulling fs layer [2025-08-04T08:28:29.543Z] ec43610c2a17: Pulling fs layer [2025-08-04T08:28:29.543Z] 3a2ae6a8a46f: Pulling fs layer [2025-08-04T08:28:29.543Z] 33b1e0a273af: Pulling fs layer [2025-08-04T08:28:29.543Z] 5d3b04190fa2: Pulling fs layer [2025-08-04T08:28:29.543Z] 2f39f015ded8: Pulling fs layer [2025-08-04T08:28:29.543Z] 33b1e0a273af: Waiting [2025-08-04T08:28:29.543Z] 5d3b04190fa2: Waiting [2025-08-04T08:28:29.543Z] 2f39f015ded8: Waiting [2025-08-04T08:28:29.543Z] 3a2ae6a8a46f: Waiting [2025-08-04T08:28:29.543Z] 5c69ac0246d0: Verifying Checksum [2025-08-04T08:28:29.543Z] 5c69ac0246d0: Download complete [2025-08-04T08:28:29.543Z] 3a2ae6a8a46f: Verifying Checksum [2025-08-04T08:28:29.543Z] 3a2ae6a8a46f: Download complete [2025-08-04T08:28:29.543Z] 33b1e0a273af: Verifying Checksum [2025-08-04T08:28:29.543Z] 33b1e0a273af: Download complete [2025-08-04T08:28:29.543Z] 5d3b04190fa2: Verifying Checksum [2025-08-04T08:28:29.543Z] 5d3b04190fa2: Download complete [2025-08-04T08:28:29.543Z] ec43610c2a17: Verifying Checksum [2025-08-04T08:28:29.543Z] ec43610c2a17: Download complete [2025-08-04T08:28:29.808Z] 5eb5b503b376: Verifying Checksum [2025-08-04T08:28:29.808Z] 5eb5b503b376: Download complete [2025-08-04T08:28:30.376Z] 2f39f015ded8: Verifying Checksum [2025-08-04T08:28:30.376Z] 2f39f015ded8: Download complete [2025-08-04T08:28:30.960Z] 5eb5b503b376: Pull complete [2025-08-04T08:28:31.222Z] 5c69ac0246d0: Pull complete [2025-08-04T08:28:31.480Z] ec43610c2a17: Pull complete [2025-08-04T08:28:31.738Z] 3a2ae6a8a46f: Pull complete [2025-08-04T08:28:31.738Z] 33b1e0a273af: Pull complete [2025-08-04T08:28:32.000Z] 5d3b04190fa2: Pull complete [2025-08-04T08:28:36.211Z] 2f39f015ded8: Pull complete [2025-08-04T08:28:36.211Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-08-04T08:28:36.211Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-04T08:28:36.211Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-04T08:28:36.442Z] prd-centos7-docker-4c-2g-6243 does not seem to be running inside a container [2025-08-04T08:28:36.498Z] $ 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/880/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-go_main -v /w/workspace/edgexfoundry_edgex-go_main:/w/workspace/edgexfoundry_edgex-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-go_main@tmp:/w/workspace/edgexfoundry_edgex-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-08-04T08:28:39.747Z] $ docker top 0056c384758de6b2d131e8244a7e54f7279faed8fcfa03ee9512414ad8967913 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-04T08:28:40.105Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-08-04T08:28:40.397Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-08-04T08:28:40.692Z] + ls /var/log/sa-host [2025-08-04T08:28:40.692Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-04T08:28:40.860Z] provisioning config files... [2025-08-04T08:28:40.869Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config11185530185540013457tmp [Pipeline] { [Pipeline] echo [2025-08-04T08:28:40.891Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-04T08:28:41.173Z] ---> create-netrc.sh [Pipeline] } [2025-08-04T08:28:41.182Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-08-04T08:28:41.527Z] ---> python-tools-install.sh [Pipeline] echo [2025-08-04T08:28:41.536Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-04T08:28:41.829Z] ---> sudo-logs.sh [2025-08-04T08:28:41.829Z] Archiving 'sudo' log.. [2025-08-04T08:28:41.829Z] cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-04T08:28:41.863Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2025-08-04T08:28:41.863Z] $ docker stop --time=1 0056c384758de6b2d131e8244a7e54f7279faed8fcfa03ee9512414ad8967913 [2025-08-04T08:28:42.976Z] $ docker rm -f --volumes 0056c384758de6b2d131e8244a7e54f7279faed8fcfa03ee9512414ad8967913 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2025-08-04T08:28:43.157Z] [WS-CLEANUP] Deleting project workspace... [2025-08-04T08:28:43.157Z] [WS-CLEANUP] Deferred wipeout is used... [2025-08-04T08:28:43.176Z] [WS-CLEANUP] done [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-08-04T08:40:48.737Z] #134 ... [2025-08-04T08:40:48.737Z] [2025-08-04T08:40:48.737Z] #147 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-08-04T08:40:48.737Z] #147 DONE 1051.5s [2025-08-04T08:40:48.737Z] [2025-08-04T08:40:48.737Z] #149 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-08-04T08:40:48.737Z] #149 ... [2025-08-04T08:40:48.737Z] [2025-08-04T08:40:48.737Z] #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-04T08:40:48.737Z] #155 DONE 0.3s [2025-08-04T08:40:48.737Z] [2025-08-04T08:40:48.737Z] #145 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-08-04T08:40:48.737Z] #145 ... [2025-08-04T08:40:48.737Z] [2025-08-04T08:40:48.737Z] #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-08-04T08:40:48.737Z] #156 DONE 0.1s [2025-08-04T08:40:48.737Z] [2025-08-04T08:40:48.737Z] #157 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2025-08-04T08:40:48.737Z] #157 DONE 0.2s [2025-08-04T08:40:48.737Z] [2025-08-04T08:40:48.737Z] #158 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2025-08-04T08:40:48.737Z] #158 DONE 0.1s [2025-08-04T08:40:48.737Z] [2025-08-04T08:40:48.737Z] #159 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2025-08-04T08:40:48.737Z] #159 DONE 0.1s [2025-08-04T08:40:48.737Z] [2025-08-04T08:40:48.737Z] #160 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-08-04T08:40:49.706Z] #160 DONE 2.0s [2025-08-04T08:40:49.706Z] [2025-08-04T08:40:49.706Z] #115 [core-common-config-bootstrapper] exporting to image [2025-08-04T08:40:49.706Z] #115 exporting layers [2025-08-04T08:40:50.297Z] #115 exporting layers 0.7s done [2025-08-04T08:40:50.297Z] #115 writing image sha256:c18e7f50736caa070f85b492d1cee224174e4eded4225a2fc2885430997852af done [2025-08-04T08:40:50.297Z] #115 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2025-08-04T08:40:50.297Z] #115 DONE 4.1s [2025-08-04T08:40:50.297Z] [2025-08-04T08:40:50.297Z] #150 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-08-04T08:41:12.375Z] #150 ... [2025-08-04T08:41:12.375Z] [2025-08-04T08:41:12.375Z] #152 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-08-04T08:41:12.375Z] #152 DONE 1074.4s [2025-08-04T08:41:12.375Z] [2025-08-04T08:41:12.375Z] #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2025-08-04T08:41:12.375Z] #161 DONE 0.4s [2025-08-04T08:41:12.375Z] [2025-08-04T08:41:12.375Z] #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-08-04T08:41:12.375Z] #162 DONE 2.0s [2025-08-04T08:41:12.375Z] [2025-08-04T08:41:12.375Z] #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-08-04T08:41:12.375Z] #144 ... [2025-08-04T08:41:12.375Z] [2025-08-04T08:41:12.375Z] #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-04T08:41:12.375Z] #163 DONE 0.4s [2025-08-04T08:41:12.375Z] [2025-08-04T08:41:12.375Z] #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2025-08-04T08:41:12.375Z] #164 DONE 0.1s [2025-08-04T08:41:12.375Z] [2025-08-04T08:41:12.375Z] #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-08-04T08:41:12.375Z] #154 ... [2025-08-04T08:41:12.375Z] [2025-08-04T08:41:12.375Z] #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2025-08-04T08:41:12.375Z] #165 DONE 0.3s [2025-08-04T08:41:12.375Z] [2025-08-04T08:41:12.375Z] #134 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-08-04T08:41:12.649Z] #134 ... [2025-08-04T08:41:12.649Z] [2025-08-04T08:41:12.649Z] #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2025-08-04T08:41:12.649Z] #166 DONE 0.1s [2025-08-04T08:41:12.649Z] [2025-08-04T08:41:12.649Z] #167 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2025-08-04T08:41:12.649Z] #167 DONE 0.1s [2025-08-04T08:41:12.649Z] [2025-08-04T08:41:12.649Z] #151 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-08-04T08:41:12.918Z] #151 ... [2025-08-04T08:41:12.918Z] [2025-08-04T08:41:12.918Z] #168 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ [2025-08-04T08:41:12.918Z] #168 DONE 0.1s [2025-08-04T08:41:12.918Z] [2025-08-04T08:41:12.918Z] #169 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2025-08-04T08:41:13.186Z] #169 DONE 0.2s [2025-08-04T08:41:13.186Z] [2025-08-04T08:41:13.186Z] #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2025-08-04T08:41:13.186Z] #170 DONE 0.1s [2025-08-04T08:41:13.186Z] [2025-08-04T08:41:13.186Z] #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2025-08-04T08:41:15.128Z] #171 DONE 1.9s [2025-08-04T08:41:15.128Z] [2025-08-04T08:41:15.128Z] #151 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-08-04T08:41:15.128Z] #151 ... [2025-08-04T08:41:15.128Z] [2025-08-04T08:41:15.128Z] #115 [security-bootstrapper] exporting to image [2025-08-04T08:41:15.128Z] #115 exporting layers [2025-08-04T08:41:16.536Z] #115 exporting layers 1.2s done [2025-08-04T08:41:16.536Z] #115 writing image sha256:cc9ff2659309a8b919f55dd527729b3dfab735a2957e10e9422c0543d56781ba 0.0s done [2025-08-04T08:41:16.536Z] #115 naming to docker.io/library/security-bootstrapper-arm64 done [2025-08-04T08:41:16.536Z] #115 DONE 5.3s [2025-08-04T08:41:16.536Z] [2025-08-04T08:41:16.536Z] #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-08-04T08:56:09.049Z] #144 ... [2025-08-04T08:56:09.049Z] [2025-08-04T08:56:09.049Z] #150 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-08-04T08:56:09.049Z] #150 DONE 1966.9s [2025-08-04T08:56:09.049Z] [2025-08-04T08:56:09.049Z] #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-08-04T08:56:09.049Z] #154 ... [2025-08-04T08:56:09.049Z] [2025-08-04T08:56:09.049Z] #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-04T08:56:09.049Z] #172 DONE 0.2s [2025-08-04T08:56:09.049Z] [2025-08-04T08:56:09.049Z] #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2025-08-04T08:56:09.049Z] #173 DONE 0.2s [2025-08-04T08:56:09.049Z] [2025-08-04T08:56:09.049Z] #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2025-08-04T08:56:09.049Z] #174 DONE 0.3s [2025-08-04T08:56:09.049Z] [2025-08-04T08:56:09.049Z] #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2025-08-04T08:56:09.049Z] #175 DONE 0.1s [2025-08-04T08:56:09.049Z] [2025-08-04T08:56:09.049Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-08-04T08:56:09.049Z] #153 ... [2025-08-04T08:56:09.049Z] [2025-08-04T08:56:09.049Z] #115 [core-command] exporting to image [2025-08-04T08:56:09.049Z] #115 exporting layers [2025-08-04T08:56:09.049Z] #115 exporting layers 0.5s done [2025-08-04T08:56:09.049Z] #115 writing image sha256:b8b9cf141f513f589b423602dce4201b2da66055afc5066f8815be0f69cef595 done [2025-08-04T08:56:09.049Z] #115 naming to docker.io/library/core-command-arm64 done [2025-08-04T08:56:09.049Z] #115 DONE 5.8s [2025-08-04T08:56:09.049Z] [2025-08-04T08:56:09.049Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-08-04T08:56:17.294Z] #153 ... [2025-08-04T08:56:17.295Z] [2025-08-04T08:56:17.295Z] #145 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-08-04T08:56:17.295Z] #145 DONE 1982.4s [2025-08-04T08:56:17.295Z] [2025-08-04T08:56:17.295Z] #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-08-04T08:56:17.877Z] #154 ... [2025-08-04T08:56:17.877Z] [2025-08-04T08:56:17.877Z] #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-04T08:56:18.169Z] #176 DONE 0.2s [2025-08-04T08:56:18.169Z] [2025-08-04T08:56:18.169Z] #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2025-08-04T08:56:18.439Z] #177 DONE 0.1s [2025-08-04T08:56:18.439Z] [2025-08-04T08:56:18.439Z] #178 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2025-08-04T08:56:18.439Z] #178 DONE 0.1s [2025-08-04T08:56:18.439Z] [2025-08-04T08:56:18.439Z] #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2025-08-04T08:56:18.439Z] #179 DONE 0.1s [2025-08-04T08:56:18.439Z] [2025-08-04T08:56:18.439Z] #134 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-08-04T08:56:18.718Z] #134 ... [2025-08-04T08:56:18.718Z] [2025-08-04T08:56:18.718Z] #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2025-08-04T08:56:18.990Z] #180 DONE 0.5s [2025-08-04T08:56:18.990Z] [2025-08-04T08:56:18.990Z] #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2025-08-04T08:56:19.255Z] #181 DONE 0.2s [2025-08-04T08:56:19.255Z] [2025-08-04T08:56:19.255Z] #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-08-04T08:56:21.202Z] #182 DONE 1.9s [2025-08-04T08:56:21.202Z] [2025-08-04T08:56:21.202Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-08-04T08:56:21.202Z] #153 ... [2025-08-04T08:56:21.202Z] [2025-08-04T08:56:21.202Z] #115 [security-proxy-setup] exporting to image [2025-08-04T08:56:21.202Z] #115 exporting layers [2025-08-04T08:56:22.164Z] #115 exporting layers 1.1s done [2025-08-04T08:56:22.164Z] #115 writing image sha256:3fcd1cefd80e20eec476a53638c3e23f24b39f656e73932f07a01b88f98f8f95 done [2025-08-04T08:56:22.164Z] #115 naming to docker.io/library/security-proxy-setup-arm64 done [2025-08-04T08:56:22.164Z] #115 DONE 6.9s [2025-08-04T08:56:22.164Z] [2025-08-04T08:56:22.164Z] #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-08-04T08:56:22.746Z] #154 ... [2025-08-04T08:56:22.746Z] [2025-08-04T08:56:22.746Z] #149 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-08-04T08:56:22.746Z] #149 1988.0 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-08-04T08:56:54.955Z] #149 DONE 2018.3s [2025-08-04T08:56:54.955Z] [2025-08-04T08:56:54.955Z] #146 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-08-04T08:56:54.955Z] #146 ... [2025-08-04T08:56:54.955Z] [2025-08-04T08:56:54.955Z] #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-04T08:56:54.955Z] #183 DONE 0.3s [2025-08-04T08:56:54.955Z] [2025-08-04T08:56:54.955Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-08-04T08:56:54.955Z] #153 ... [2025-08-04T08:56:54.955Z] [2025-08-04T08:56:54.955Z] #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2025-08-04T08:56:54.955Z] #184 DONE 0.4s [2025-08-04T08:56:54.955Z] [2025-08-04T08:56:54.955Z] #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-08-04T08:56:54.955Z] #154 ... [2025-08-04T08:56:54.955Z] [2025-08-04T08:56:54.955Z] #185 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2025-08-04T08:56:54.955Z] #185 DONE 0.2s [2025-08-04T08:56:54.955Z] [2025-08-04T08:56:54.955Z] #186 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2025-08-04T08:56:54.955Z] #186 DONE 0.1s [2025-08-04T08:56:54.955Z] [2025-08-04T08:56:54.955Z] #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2025-08-04T08:56:55.290Z] #187 DONE 0.2s [2025-08-04T08:56:55.290Z] [2025-08-04T08:56:55.290Z] #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2025-08-04T08:56:55.555Z] #188 DONE 0.5s [2025-08-04T08:56:55.555Z] [2025-08-04T08:56:55.555Z] #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2025-08-04T08:56:56.146Z] #189 DONE 0.4s [2025-08-04T08:56:56.146Z] [2025-08-04T08:56:56.146Z] #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2025-08-04T08:56:56.146Z] #190 DONE 0.1s [2025-08-04T08:56:56.146Z] [2025-08-04T08:56:56.146Z] #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-08-04T08:56:58.092Z] #191 DONE 1.8s [2025-08-04T08:56:58.092Z] [2025-08-04T08:56:58.092Z] #115 [security-secretstore-setup] exporting to image [2025-08-04T08:56:58.092Z] #115 exporting layers [2025-08-04T08:56:59.503Z] #115 exporting layers 1.5s done [2025-08-04T08:56:59.503Z] #115 writing image sha256:bbcfde41c5f0fc1c60178e3599974d165d7c856fc42fbeed96251a416ed0b72d 0.0s done [2025-08-04T08:56:59.503Z] #115 naming to docker.io/library/security-secretstore-setup-arm64 0.0s done [2025-08-04T08:56:59.503Z] #115 DONE 8.5s [2025-08-04T08:56:59.503Z] [2025-08-04T08:56:59.503Z] #134 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-08-04T08:57:46.333Z] #134 ... [2025-08-04T08:57:46.333Z] [2025-08-04T08:57:46.333Z] #151 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-08-04T08:57:46.333Z] #151 DONE 2065.1s [2025-08-04T08:57:46.333Z] [2025-08-04T08:57:46.333Z] #134 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-08-04T08:57:46.333Z] #134 ... [2025-08-04T08:57:46.333Z] [2025-08-04T08:57:46.333Z] #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-04T08:57:46.333Z] #192 DONE 0.2s [2025-08-04T08:57:46.333Z] [2025-08-04T08:57:46.333Z] #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-08-04T08:57:46.333Z] #193 DONE 0.2s [2025-08-04T08:57:46.333Z] [2025-08-04T08:57:46.333Z] #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-08-04T08:57:46.333Z] #154 ... [2025-08-04T08:57:46.333Z] [2025-08-04T08:57:46.333Z] #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2025-08-04T08:57:46.333Z] #194 DONE 0.6s [2025-08-04T08:57:46.333Z] [2025-08-04T08:57:46.333Z] #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-08-04T08:57:46.333Z] #154 ... [2025-08-04T08:57:46.333Z] [2025-08-04T08:57:46.333Z] #195 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2025-08-04T08:57:46.333Z] #195 DONE 0.1s [2025-08-04T08:57:46.333Z] [2025-08-04T08:57:46.333Z] #115 [security-spiffe-token-provider] exporting to image [2025-08-04T08:57:46.333Z] #115 exporting layers [2025-08-04T08:57:46.333Z] #115 exporting layers 0.9s done [2025-08-04T08:57:46.333Z] #115 writing image sha256:40ba7a847b0ca0133b74f65d66a9d42e0c1ef4b64d492df47e3205829bfcef4c done [2025-08-04T08:57:46.333Z] #115 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2025-08-04T08:57:46.333Z] #115 DONE 9.4s [2025-08-04T08:57:46.333Z] [2025-08-04T08:57:46.333Z] #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-08-04T08:58:33.154Z] #144 ... [2025-08-04T08:58:33.154Z] [2025-08-04T08:58:33.154Z] #134 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-08-04T08:58:33.154Z] #134 DONE 2111.9s [2025-08-04T08:58:33.154Z] [2025-08-04T08:58:33.154Z] #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-08-04T08:58:33.154Z] #154 ... [2025-08-04T08:58:33.154Z] [2025-08-04T08:58:33.154Z] #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-08-04T08:58:33.154Z] #148 DONE 2112.8s [2025-08-04T08:58:33.154Z] [2025-08-04T08:58:33.154Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-08-04T08:58:33.154Z] #153 ... [2025-08-04T08:58:33.154Z] [2025-08-04T08:58:33.154Z] #196 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-04T08:58:33.154Z] #196 DONE 0.7s [2025-08-04T08:58:33.154Z] [2025-08-04T08:58:33.154Z] #197 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-08-04T08:58:33.154Z] #197 ... [2025-08-04T08:58:33.154Z] [2025-08-04T08:58:33.154Z] #198 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-04T08:58:33.154Z] #198 DONE 0.5s [2025-08-04T08:58:33.154Z] [2025-08-04T08:58:33.154Z] #199 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-08-04T08:58:33.154Z] #199 DONE 0.3s [2025-08-04T08:58:33.154Z] [2025-08-04T08:58:33.154Z] #200 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2025-08-04T08:58:33.154Z] #200 ... [2025-08-04T08:58:33.154Z] [2025-08-04T08:58:33.154Z] #197 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-08-04T08:58:33.154Z] #197 DONE 0.9s [2025-08-04T08:58:33.154Z] [2025-08-04T08:58:33.154Z] #201 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2025-08-04T08:58:33.154Z] #201 DONE 0.3s [2025-08-04T08:58:33.154Z] [2025-08-04T08:58:33.154Z] #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-08-04T08:58:33.154Z] #154 ... [2025-08-04T08:58:33.154Z] [2025-08-04T08:58:33.154Z] #115 [core-keeper] exporting to image [2025-08-04T08:58:33.154Z] #115 exporting layers [2025-08-04T08:58:33.154Z] #115 ... [2025-08-04T08:58:33.154Z] [2025-08-04T08:58:33.154Z] #200 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2025-08-04T08:58:33.154Z] #200 DONE 0.9s [2025-08-04T08:58:33.154Z] [2025-08-04T08:58:33.154Z] #202 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2025-08-04T08:58:33.154Z] #202 DONE 0.2s [2025-08-04T08:58:33.154Z] [2025-08-04T08:58:33.154Z] #203 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2025-08-04T08:58:33.154Z] #203 DONE 0.2s [2025-08-04T08:58:33.154Z] [2025-08-04T08:58:33.154Z] #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-08-04T08:58:33.154Z] #154 ... [2025-08-04T08:58:33.154Z] [2025-08-04T08:58:33.154Z] #204 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-08-04T08:58:33.154Z] #204 ... [2025-08-04T08:58:33.154Z] [2025-08-04T08:58:33.154Z] #115 [core-keeper] exporting to image [2025-08-04T08:58:33.154Z] #115 exporting layers 1.0s done [2025-08-04T08:58:33.154Z] #115 writing image sha256:1e2b68fda83b3db5e96be928e88037d8816759eb5142f002cfa93a8fc2081b74 0.0s done [2025-08-04T08:58:33.154Z] #115 naming to docker.io/library/core-keeper-arm64 done [2025-08-04T08:58:33.154Z] #115 DONE 10.5s [2025-08-04T08:58:33.154Z] [2025-08-04T08:58:33.154Z] #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-08-04T08:58:33.154Z] #144 ... [2025-08-04T08:58:33.154Z] [2025-08-04T08:58:33.154Z] #204 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-08-04T08:58:33.154Z] #204 DONE 1.8s [2025-08-04T08:58:33.154Z] [2025-08-04T08:58:33.154Z] #115 [security-proxy-auth] exporting to image [2025-08-04T08:58:33.767Z] #115 ... [2025-08-04T08:58:33.767Z] [2025-08-04T08:58:33.767Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-08-04T08:58:33.767Z] #153 DONE 2119.0s [2025-08-04T08:58:33.767Z] [2025-08-04T08:58:33.767Z] #146 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-08-04T08:58:34.038Z] #146 ... [2025-08-04T08:58:34.038Z] [2025-08-04T08:58:34.038Z] #115 [security-proxy-auth] exporting to image [2025-08-04T08:58:34.038Z] #115 exporting layers 1.3s done [2025-08-04T08:58:34.038Z] #115 writing image sha256:f04e836ec9296ed8c9aeefbbf35755bc37e383ba0d8499a2b3f8babd20998f25 done [2025-08-04T08:58:34.038Z] #115 naming to docker.io/library/security-proxy-auth-arm64 done [2025-08-04T08:58:34.038Z] #115 DONE 11.8s [2025-08-04T08:58:34.038Z] [2025-08-04T08:58:34.038Z] #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-08-04T08:58:34.307Z] #154 ... [2025-08-04T08:58:34.307Z] [2025-08-04T08:58:34.307Z] #205 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-04T08:58:34.307Z] #205 DONE 0.2s [2025-08-04T08:58:34.575Z] [2025-08-04T08:58:34.575Z] #206 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-08-04T08:58:34.840Z] #206 DONE 0.2s [2025-08-04T08:58:34.840Z] [2025-08-04T08:58:34.840Z] #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-08-04T08:58:34.840Z] #154 ... [2025-08-04T08:58:34.840Z] [2025-08-04T08:58:34.840Z] #207 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2025-08-04T08:58:35.421Z] #207 DONE 0.5s [2025-08-04T08:58:35.421Z] [2025-08-04T08:58:35.421Z] #208 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2025-08-04T08:58:35.421Z] #208 DONE 0.1s [2025-08-04T08:58:35.421Z] [2025-08-04T08:58:35.421Z] #115 [core-data] exporting to image [2025-08-04T08:58:36.007Z] #115 exporting layers 0.6s done [2025-08-04T08:58:36.007Z] #115 writing image sha256:0313b6d1214051318a1431fec0b944c11a7124cba9e8602f1b9ccdeae71cdd97 done [2025-08-04T08:58:36.007Z] #115 naming to docker.io/library/core-data-arm64 done [2025-08-04T08:58:36.007Z] #115 DONE 12.4s [2025-08-04T08:58:36.007Z] [2025-08-04T08:58:36.007Z] #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-08-04T08:58:37.413Z] #154 DONE 2122.4s [2025-08-04T08:58:37.413Z] [2025-08-04T08:58:37.413Z] #146 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-08-04T08:58:37.679Z] #146 ... [2025-08-04T08:58:37.679Z] [2025-08-04T08:58:37.679Z] #209 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-04T08:58:37.949Z] #209 DONE 0.2s [2025-08-04T08:58:37.949Z] [2025-08-04T08:58:37.949Z] #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-08-04T08:58:38.215Z] #144 ... [2025-08-04T08:58:38.216Z] [2025-08-04T08:58:38.216Z] #210 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-08-04T08:58:38.216Z] #210 DONE 0.1s [2025-08-04T08:58:38.216Z] [2025-08-04T08:58:38.216Z] #211 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-08-04T08:58:38.812Z] #211 DONE 0.4s [2025-08-04T08:58:38.812Z] [2025-08-04T08:58:38.812Z] #212 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2025-08-04T08:58:38.812Z] #212 DONE 0.1s [2025-08-04T08:58:38.812Z] [2025-08-04T08:58:38.812Z] #146 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-08-04T08:58:38.812Z] #146 ... [2025-08-04T08:58:38.812Z] [2025-08-04T08:58:38.812Z] #213 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2025-08-04T08:58:38.812Z] #213 DONE 0.1s [2025-08-04T08:58:39.081Z] [2025-08-04T08:58:39.081Z] #115 [core-metadata] exporting to image [2025-08-04T08:58:39.347Z] #115 exporting layers 0.6s done [2025-08-04T08:58:39.614Z] #115 writing image sha256:587da761c95b85eae566b9ba658ca04b96918f634424e5503ecb20178d70ac5a done [2025-08-04T08:58:39.614Z] #115 naming to docker.io/library/core-metadata-arm64 done [2025-08-04T08:58:39.614Z] #115 DONE 13.0s [2025-08-04T08:58:39.614Z] [2025-08-04T08:58:39.614Z] #146 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-08-04T08:59:06.283Z] #146 DONE 2149.6s [2025-08-04T08:59:06.283Z] [2025-08-04T08:59:06.283Z] #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-08-04T08:59:06.283Z] #144 ... [2025-08-04T08:59:06.283Z] [2025-08-04T08:59:06.283Z] #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-04T08:59:06.283Z] #214 DONE 0.2s [2025-08-04T08:59:06.283Z] [2025-08-04T08:59:06.283Z] #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-08-04T08:59:06.283Z] #215 DONE 0.2s [2025-08-04T08:59:06.283Z] [2025-08-04T08:59:06.283Z] #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2025-08-04T08:59:06.283Z] #216 DONE 0.6s [2025-08-04T08:59:06.283Z] [2025-08-04T08:59:06.283Z] #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2025-08-04T08:59:06.283Z] #217 DONE 0.1s [2025-08-04T08:59:06.283Z] [2025-08-04T08:59:06.283Z] #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-08-04T08:59:06.283Z] #144 ... [2025-08-04T08:59:06.283Z] [2025-08-04T08:59:06.283Z] #115 [support-scheduler] exporting to image [2025-08-04T08:59:06.283Z] #115 exporting layers [2025-08-04T08:59:06.865Z] #115 exporting layers 1.1s done [2025-08-04T08:59:06.865Z] #115 writing image sha256:3901aba06ecc840042192814bbcfc2a8ebf6d0113687d7d3f55f885ffd8732ef done [2025-08-04T08:59:06.865Z] #115 naming to docker.io/library/support-scheduler-arm64 done [2025-08-04T08:59:06.865Z] #115 DONE 14.1s [2025-08-04T08:59:06.865Z] [2025-08-04T08:59:06.865Z] #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-08-04T08:59:12.192Z] #144 DONE 2156.7s [2025-08-04T08:59:12.192Z] [2025-08-04T08:59:12.192Z] #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-04T08:59:12.192Z] #218 DONE 0.1s [2025-08-04T08:59:12.192Z] [2025-08-04T08:59:12.192Z] #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-08-04T08:59:12.192Z] #219 DONE 0.1s [2025-08-04T08:59:12.192Z] [2025-08-04T08:59:12.192Z] #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2025-08-04T08:59:12.459Z] #220 DONE 0.3s [2025-08-04T08:59:12.459Z] [2025-08-04T08:59:12.459Z] #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2025-08-04T08:59:12.459Z] #221 DONE 0.1s [2025-08-04T08:59:12.459Z] [2025-08-04T08:59:12.459Z] #115 [support-notifications] exporting to image [2025-08-04T08:59:12.459Z] #115 exporting layers [2025-08-04T08:59:13.040Z] #115 exporting layers 0.6s done [2025-08-04T08:59:13.040Z] #115 writing image sha256:4cd6e767d5cccc90587b56c9856c7ee354561bf595562ae303c76c55bd8741d8 done [2025-08-04T08:59:13.040Z] #115 naming to docker.io/library/support-notifications-arm64 done [2025-08-04T08:59:13.040Z] #115 DONE 14.7s [2025-08-04T08:59:13.040Z] time="2025-08-04T08:20:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-04T08:59:13.040Z] time="2025-08-04T08:20:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-04T08:59:13.040Z] time="2025-08-04T08:20:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-04T08:59:13.040Z] time="2025-08-04T08:20:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-04T08:59:13.040Z] time="2025-08-04T08:20:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-04T08:59:13.040Z] time="2025-08-04T08:20:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-04T08:59:13.040Z] time="2025-08-04T08:20:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-04T08:59:13.040Z] time="2025-08-04T08:20:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-04T08:59:13.040Z] time="2025-08-04T08:20:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-04T08:59:13.040Z] time="2025-08-04T08:20:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-04T08:59:13.040Z] time="2025-08-04T08:20:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-04T08:59:13.040Z] time="2025-08-04T08:20:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-04T08:59:13.040Z] time="2025-08-04T08:20:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-04T08:59:13.040Z] time="2025-08-04T08:20:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-04T08:59:13.040Z] time="2025-08-04T08:20:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2025-08-04T08:59:13.076Z] $ docker stop --time=1 a61377d82a9c475427378ccf1845f0623503fcefa94073de86bbed2075ccbe5f [2025-08-04T08:59:14.743Z] $ docker rm -f --volumes a61377d82a9c475427378ccf1845f0623503fcefa94073de86bbed2075ccbe5f [Pipeline] // withDockerContainer [Pipeline] sh [2025-08-04T08:59:15.333Z] + docker images [2025-08-04T08:59:15.333Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2025-08-04T08:59:15.333Z] support-notifications-arm64 latest 4cd6e767d5cc 3 seconds ago 52.8MB [2025-08-04T08:59:15.333Z] support-scheduler-arm64 latest 3901aba06ecc 10 seconds ago 49MB [2025-08-04T08:59:15.333Z] core-metadata-arm64 latest 587da761c95b 37 seconds ago 45.3MB [2025-08-04T08:59:15.333Z] core-data-arm64 latest 0313b6d12140 40 seconds ago 45.2MB [2025-08-04T08:59:15.333Z] security-proxy-auth-arm64 latest f04e836ec929 43 seconds ago 44.3MB [2025-08-04T08:59:15.333Z] core-keeper-arm64 latest 1e2b68fda83b 46 seconds ago 45MB [2025-08-04T08:59:15.333Z] security-spiffe-token-provider-arm64 latest 40ba7a847b0c About a minute ago 48.5MB [2025-08-04T08:59:15.333Z] security-secretstore-setup-arm64 latest bbcfde41c5f0 2 minutes ago 78.6MB [2025-08-04T08:59:15.333Z] security-proxy-setup-arm64 latest 3fcd1cefd80e 2 minutes ago 49MB [2025-08-04T08:59:15.333Z] core-command-arm64 latest b8b9cf141f51 3 minutes ago 39.7MB [2025-08-04T08:59:15.333Z] security-bootstrapper-arm64 latest cc9ff2659309 18 minutes ago 21.1MB [2025-08-04T08:59:15.333Z] core-common-config-bootstrapper-arm64 latest c18e7f50736c 18 minutes ago 20MB [2025-08-04T08:59:15.333Z] security-spire-config-arm64 latest bfa29e2f6263 37 minutes ago 143MB [2025-08-04T08:59:15.333Z] security-spire-server-arm64 latest 84751c3484ac 37 minutes ago 144MB [2025-08-04T08:59:15.333Z] security-spire-agent-arm64 latest 68f90f66e12d 37 minutes ago 187MB [2025-08-04T08:59:15.333Z] ci-base-image-arm64 latest ffd5925cf4fd 39 minutes ago 916MB [2025-08-04T08:59:15.333Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.23-alpine 47b25d7523d1 7 hours ago 566MB [2025-08-04T08:59:15.333Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 2 years ago 332MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-04T08:59:15.497Z] provisioning config files... [2025-08-04T08:59:15.515Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/880@tmp/config16518433087676417225tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-04T08:59:15.892Z] ---> ****-login.sh [2025-08-04T08:59:15.892Z] nexus3.edgexfoundry.org:10001 [2025-08-04T08:59:16.161Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T08:59:16.161Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-04T08:59:16.161Z] Configure a credential helper to remove this warning. See [2025-08-04T08:59:16.161Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-04T08:59:16.161Z] [2025-08-04T08:59:16.161Z] Login Succeeded [2025-08-04T08:59:16.434Z] nexus3.edgexfoundry.org:10002 [2025-08-04T08:59:16.434Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T08:59:16.708Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-04T08:59:16.708Z] Configure a credential helper to remove this warning. See [2025-08-04T08:59:16.708Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-04T08:59:16.708Z] [2025-08-04T08:59:16.708Z] Login Succeeded [2025-08-04T08:59:16.708Z] nexus3.edgexfoundry.org:10003 [2025-08-04T08:59:16.980Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T08:59:16.980Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-04T08:59:16.980Z] Configure a credential helper to remove this warning. See [2025-08-04T08:59:16.980Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-04T08:59:16.980Z] [2025-08-04T08:59:16.980Z] Login Succeeded [2025-08-04T08:59:16.980Z] nexus3.edgexfoundry.org:10004 [2025-08-04T08:59:17.254Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T08:59:17.531Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-04T08:59:17.531Z] Configure a credential helper to remove this warning. See [2025-08-04T08:59:17.531Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-04T08:59:17.531Z] [2025-08-04T08:59:17.531Z] Login Succeeded [2025-08-04T08:59:17.531Z] ****.io [2025-08-04T08:59:17.800Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T08:59:18.068Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-04T08:59:18.068Z] Configure a credential helper to remove this warning. See [2025-08-04T08:59:18.068Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-04T08:59:18.068Z] [2025-08-04T08:59:18.068Z] Login Succeeded [2025-08-04T08:59:18.068Z] ---> ****-login.sh ends [Pipeline] } [2025-08-04T08:59:18.081Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-04T08:59:18.134Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-04T08:59:18.169Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2025-08-04T08:59:18.169Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:59:18.169Z] latest [2025-08-04T08:59:18.169Z] 4.1.0-dev.42 [2025-08-04T08:59:18.169Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:59:18.169Z] main [2025-08-04T08:59:18.169Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:59:18.540Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:59:18.894Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:59:18.894Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-08-04T08:59:18.894Z] 05263120f0c3: Preparing [2025-08-04T08:59:18.894Z] b31e95ef15fe: Preparing [2025-08-04T08:59:18.894Z] b68f9980a737: Preparing [2025-08-04T08:59:18.894Z] 48b979855720: Preparing [2025-08-04T08:59:18.894Z] 3e21c099c220: Preparing [2025-08-04T08:59:18.894Z] b4cc407b8600: Preparing [2025-08-04T08:59:18.894Z] 1e890da81ec9: Preparing [2025-08-04T08:59:18.894Z] b4cc407b8600: Waiting [2025-08-04T08:59:18.894Z] 1e890da81ec9: Waiting [2025-08-04T08:59:19.158Z] 05263120f0c3: Pushed [2025-08-04T08:59:19.158Z] b68f9980a737: Pushed [2025-08-04T08:59:19.158Z] 48b979855720: Pushed [2025-08-04T08:59:19.158Z] 3e21c099c220: Pushed [2025-08-04T08:59:19.158Z] 1e890da81ec9: Layer already exists [2025-08-04T08:59:19.158Z] b4cc407b8600: Pushed [2025-08-04T08:59:25.781Z] b31e95ef15fe: Pushed [2025-08-04T08:59:26.361Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:1ac59b2dfdda6216894f72b8f60e630e6648841e791085cadb8664c3a99a635d size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:59:26.980Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:59:27.322Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2025-08-04T08:59:27.322Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-08-04T08:59:27.322Z] 05263120f0c3: Preparing [2025-08-04T08:59:27.322Z] b31e95ef15fe: Preparing [2025-08-04T08:59:27.322Z] b68f9980a737: Preparing [2025-08-04T08:59:27.322Z] 48b979855720: Preparing [2025-08-04T08:59:27.322Z] 3e21c099c220: Preparing [2025-08-04T08:59:27.322Z] b4cc407b8600: Preparing [2025-08-04T08:59:27.322Z] 1e890da81ec9: Preparing [2025-08-04T08:59:27.322Z] b4cc407b8600: Waiting [2025-08-04T08:59:27.322Z] 1e890da81ec9: Waiting [2025-08-04T08:59:27.322Z] b31e95ef15fe: Layer already exists [2025-08-04T08:59:27.322Z] 48b979855720: Layer already exists [2025-08-04T08:59:27.322Z] 3e21c099c220: Layer already exists [2025-08-04T08:59:27.322Z] b68f9980a737: Layer already exists [2025-08-04T08:59:27.322Z] 05263120f0c3: Layer already exists [2025-08-04T08:59:27.322Z] 1e890da81ec9: Layer already exists [2025-08-04T08:59:27.322Z] b4cc407b8600: Layer already exists [2025-08-04T08:59:27.585Z] latest: digest: sha256:1ac59b2dfdda6216894f72b8f60e630e6648841e791085cadb8664c3a99a635d size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:59:27.927Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:59:28.280Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.42 [2025-08-04T08:59:28.280Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-08-04T08:59:28.280Z] 05263120f0c3: Preparing [2025-08-04T08:59:28.280Z] b31e95ef15fe: Preparing [2025-08-04T08:59:28.280Z] b68f9980a737: Preparing [2025-08-04T08:59:28.280Z] 48b979855720: Preparing [2025-08-04T08:59:28.280Z] 3e21c099c220: Preparing [2025-08-04T08:59:28.280Z] b4cc407b8600: Preparing [2025-08-04T08:59:28.280Z] 1e890da81ec9: Preparing [2025-08-04T08:59:28.280Z] 1e890da81ec9: Waiting [2025-08-04T08:59:28.280Z] 05263120f0c3: Layer already exists [2025-08-04T08:59:28.280Z] b68f9980a737: Layer already exists [2025-08-04T08:59:28.280Z] 48b979855720: Layer already exists [2025-08-04T08:59:28.280Z] b31e95ef15fe: Layer already exists [2025-08-04T08:59:28.280Z] 3e21c099c220: Layer already exists [2025-08-04T08:59:28.280Z] 1e890da81ec9: Layer already exists [2025-08-04T08:59:28.280Z] b4cc407b8600: Layer already exists [2025-08-04T08:59:28.280Z] 4.1.0-dev.42: digest: sha256:1ac59b2dfdda6216894f72b8f60e630e6648841e791085cadb8664c3a99a635d size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:59:28.882Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:59:29.230Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:59:29.231Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-08-04T08:59:29.231Z] 05263120f0c3: Preparing [2025-08-04T08:59:29.231Z] b31e95ef15fe: Preparing [2025-08-04T08:59:29.231Z] b68f9980a737: Preparing [2025-08-04T08:59:29.231Z] 48b979855720: Preparing [2025-08-04T08:59:29.231Z] 3e21c099c220: Preparing [2025-08-04T08:59:29.231Z] b4cc407b8600: Preparing [2025-08-04T08:59:29.231Z] 1e890da81ec9: Preparing [2025-08-04T08:59:29.231Z] 1e890da81ec9: Waiting [2025-08-04T08:59:29.231Z] b4cc407b8600: Waiting [2025-08-04T08:59:29.231Z] 3e21c099c220: Layer already exists [2025-08-04T08:59:29.231Z] b68f9980a737: Layer already exists [2025-08-04T08:59:29.231Z] 48b979855720: Layer already exists [2025-08-04T08:59:29.231Z] 05263120f0c3: Layer already exists [2025-08-04T08:59:29.231Z] b31e95ef15fe: Layer already exists [2025-08-04T08:59:29.231Z] b4cc407b8600: Layer already exists [2025-08-04T08:59:29.231Z] 1e890da81ec9: Layer already exists [2025-08-04T08:59:29.494Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:1ac59b2dfdda6216894f72b8f60e630e6648841e791085cadb8664c3a99a635d size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:59:29.846Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:59:30.202Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2025-08-04T08:59:30.202Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-08-04T08:59:30.202Z] 05263120f0c3: Preparing [2025-08-04T08:59:30.202Z] b31e95ef15fe: Preparing [2025-08-04T08:59:30.202Z] b68f9980a737: Preparing [2025-08-04T08:59:30.202Z] 48b979855720: Preparing [2025-08-04T08:59:30.202Z] 3e21c099c220: Preparing [2025-08-04T08:59:30.202Z] b4cc407b8600: Preparing [2025-08-04T08:59:30.202Z] 1e890da81ec9: Preparing [2025-08-04T08:59:30.202Z] b4cc407b8600: Waiting [2025-08-04T08:59:30.202Z] 1e890da81ec9: Waiting [2025-08-04T08:59:30.202Z] 48b979855720: Layer already exists [2025-08-04T08:59:30.202Z] b31e95ef15fe: Layer already exists [2025-08-04T08:59:30.202Z] b68f9980a737: Layer already exists [2025-08-04T08:59:30.202Z] 05263120f0c3: Layer already exists [2025-08-04T08:59:30.202Z] 3e21c099c220: Layer already exists [2025-08-04T08:59:30.202Z] b4cc407b8600: Layer already exists [2025-08-04T08:59:30.202Z] 1e890da81ec9: Layer already exists [2025-08-04T08:59:30.468Z] main: digest: sha256:1ac59b2dfdda6216894f72b8f60e630e6648841e791085cadb8664c3a99a635d size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-04T08:59:30.543Z] ===================================================== [Pipeline] echo [2025-08-04T08:59:30.557Z] taggedImages: [2025-08-04T08:59:30.557Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:59:30.557Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2025-08-04T08:59:30.557Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.42 [2025-08-04T08:59:30.557Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:59:30.557Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2025-08-04T08:59:30.583Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2025-08-04T08:59:30.583Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:59:30.583Z] latest [2025-08-04T08:59:30.583Z] 4.1.0-dev.42 [2025-08-04T08:59:30.583Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:59:30.583Z] main [2025-08-04T08:59:30.583Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:59:30.945Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:59:31.293Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:59:31.293Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-08-04T08:59:31.293Z] 85bccb9a19a9: Preparing [2025-08-04T08:59:31.293Z] 579aee93a290: Preparing [2025-08-04T08:59:31.293Z] fcbff87c7405: Preparing [2025-08-04T08:59:31.293Z] bb789c556ef1: Preparing [2025-08-04T08:59:31.293Z] b68f9980a737: Preparing [2025-08-04T08:59:31.293Z] 48b979855720: Preparing [2025-08-04T08:59:31.293Z] 3e21c099c220: Preparing [2025-08-04T08:59:31.293Z] b4cc407b8600: Preparing [2025-08-04T08:59:31.293Z] 1e890da81ec9: Preparing [2025-08-04T08:59:31.293Z] 48b979855720: Waiting [2025-08-04T08:59:31.293Z] 3e21c099c220: Waiting [2025-08-04T08:59:31.293Z] b4cc407b8600: Waiting [2025-08-04T08:59:31.293Z] 1e890da81ec9: Waiting [2025-08-04T08:59:31.293Z] b68f9980a737: Layer already exists [2025-08-04T08:59:31.557Z] 48b979855720: Layer already exists [2025-08-04T08:59:31.557Z] 579aee93a290: Pushed [2025-08-04T08:59:31.557Z] fcbff87c7405: Pushed [2025-08-04T08:59:31.557Z] 3e21c099c220: Layer already exists [2025-08-04T08:59:31.557Z] b4cc407b8600: Layer already exists [2025-08-04T08:59:31.557Z] 1e890da81ec9: Layer already exists [2025-08-04T08:59:31.557Z] 85bccb9a19a9: Pushed [2025-08-04T08:59:34.126Z] bb789c556ef1: Pushed [2025-08-04T08:59:34.126Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:732845958bab3389c9aaae1e31428ccbb503908ba95e6b9da06fa9f2b9dc22e4 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:59:34.483Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:59:34.833Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2025-08-04T08:59:34.833Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-08-04T08:59:34.833Z] 85bccb9a19a9: Preparing [2025-08-04T08:59:34.833Z] 579aee93a290: Preparing [2025-08-04T08:59:34.833Z] fcbff87c7405: Preparing [2025-08-04T08:59:34.833Z] bb789c556ef1: Preparing [2025-08-04T08:59:34.833Z] b68f9980a737: Preparing [2025-08-04T08:59:34.833Z] 48b979855720: Preparing [2025-08-04T08:59:34.833Z] 3e21c099c220: Preparing [2025-08-04T08:59:34.833Z] b4cc407b8600: Preparing [2025-08-04T08:59:34.833Z] 1e890da81ec9: Preparing [2025-08-04T08:59:34.833Z] 3e21c099c220: Waiting [2025-08-04T08:59:34.833Z] 48b979855720: Waiting [2025-08-04T08:59:34.833Z] b4cc407b8600: Waiting [2025-08-04T08:59:34.833Z] bb789c556ef1: Layer already exists [2025-08-04T08:59:34.833Z] fcbff87c7405: Layer already exists [2025-08-04T08:59:34.833Z] 85bccb9a19a9: Layer already exists [2025-08-04T08:59:34.833Z] 579aee93a290: Layer already exists [2025-08-04T08:59:34.833Z] b68f9980a737: Layer already exists [2025-08-04T08:59:34.833Z] 48b979855720: Layer already exists [2025-08-04T08:59:34.833Z] b4cc407b8600: Layer already exists [2025-08-04T08:59:34.833Z] 3e21c099c220: Layer already exists [2025-08-04T08:59:34.833Z] 1e890da81ec9: Layer already exists [2025-08-04T08:59:35.096Z] latest: digest: sha256:732845958bab3389c9aaae1e31428ccbb503908ba95e6b9da06fa9f2b9dc22e4 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:59:35.448Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:59:35.798Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.42 [2025-08-04T08:59:35.798Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-08-04T08:59:35.798Z] 85bccb9a19a9: Preparing [2025-08-04T08:59:35.798Z] 579aee93a290: Preparing [2025-08-04T08:59:35.798Z] fcbff87c7405: Preparing [2025-08-04T08:59:35.798Z] bb789c556ef1: Preparing [2025-08-04T08:59:35.798Z] b68f9980a737: Preparing [2025-08-04T08:59:35.798Z] 48b979855720: Preparing [2025-08-04T08:59:35.798Z] 3e21c099c220: Preparing [2025-08-04T08:59:35.798Z] b4cc407b8600: Preparing [2025-08-04T08:59:35.798Z] 1e890da81ec9: Preparing [2025-08-04T08:59:35.798Z] 3e21c099c220: Waiting [2025-08-04T08:59:35.798Z] b4cc407b8600: Waiting [2025-08-04T08:59:35.798Z] 48b979855720: Waiting [2025-08-04T08:59:35.798Z] 1e890da81ec9: Waiting [2025-08-04T08:59:35.798Z] bb789c556ef1: Layer already exists [2025-08-04T08:59:35.798Z] 579aee93a290: Layer already exists [2025-08-04T08:59:35.798Z] b68f9980a737: Layer already exists [2025-08-04T08:59:35.798Z] 85bccb9a19a9: Layer already exists [2025-08-04T08:59:35.798Z] fcbff87c7405: Layer already exists [2025-08-04T08:59:35.798Z] 1e890da81ec9: Layer already exists [2025-08-04T08:59:35.798Z] b4cc407b8600: Layer already exists [2025-08-04T08:59:35.798Z] 3e21c099c220: Layer already exists [2025-08-04T08:59:35.798Z] 48b979855720: Layer already exists [2025-08-04T08:59:36.061Z] 4.1.0-dev.42: digest: sha256:732845958bab3389c9aaae1e31428ccbb503908ba95e6b9da06fa9f2b9dc22e4 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:59:36.419Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:59:36.769Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:59:36.769Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-08-04T08:59:36.769Z] 85bccb9a19a9: Preparing [2025-08-04T08:59:36.769Z] 579aee93a290: Preparing [2025-08-04T08:59:36.769Z] fcbff87c7405: Preparing [2025-08-04T08:59:36.769Z] bb789c556ef1: Preparing [2025-08-04T08:59:36.769Z] b68f9980a737: Preparing [2025-08-04T08:59:36.769Z] 48b979855720: Preparing [2025-08-04T08:59:36.769Z] 3e21c099c220: Preparing [2025-08-04T08:59:36.769Z] b4cc407b8600: Preparing [2025-08-04T08:59:36.769Z] 1e890da81ec9: Preparing [2025-08-04T08:59:36.769Z] 48b979855720: Waiting [2025-08-04T08:59:36.769Z] 3e21c099c220: Waiting [2025-08-04T08:59:36.769Z] 1e890da81ec9: Waiting [2025-08-04T08:59:36.769Z] b4cc407b8600: Waiting [2025-08-04T08:59:36.769Z] 579aee93a290: Layer already exists [2025-08-04T08:59:36.769Z] bb789c556ef1: Layer already exists [2025-08-04T08:59:36.769Z] b68f9980a737: Layer already exists [2025-08-04T08:59:36.769Z] 85bccb9a19a9: Layer already exists [2025-08-04T08:59:36.769Z] fcbff87c7405: Layer already exists [2025-08-04T08:59:36.769Z] b4cc407b8600: Layer already exists [2025-08-04T08:59:36.769Z] 3e21c099c220: Layer already exists [2025-08-04T08:59:36.769Z] 1e890da81ec9: Layer already exists [2025-08-04T08:59:37.347Z] 48b979855720: Layer already exists [2025-08-04T08:59:37.347Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:732845958bab3389c9aaae1e31428ccbb503908ba95e6b9da06fa9f2b9dc22e4 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:59:37.691Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:59:38.039Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2025-08-04T08:59:38.039Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-08-04T08:59:38.039Z] 85bccb9a19a9: Preparing [2025-08-04T08:59:38.039Z] 579aee93a290: Preparing [2025-08-04T08:59:38.039Z] fcbff87c7405: Preparing [2025-08-04T08:59:38.039Z] bb789c556ef1: Preparing [2025-08-04T08:59:38.039Z] b68f9980a737: Preparing [2025-08-04T08:59:38.039Z] 48b979855720: Preparing [2025-08-04T08:59:38.039Z] 3e21c099c220: Preparing [2025-08-04T08:59:38.039Z] b4cc407b8600: Preparing [2025-08-04T08:59:38.039Z] 1e890da81ec9: Preparing [2025-08-04T08:59:38.039Z] 48b979855720: Waiting [2025-08-04T08:59:38.039Z] 3e21c099c220: Waiting [2025-08-04T08:59:38.039Z] b4cc407b8600: Waiting [2025-08-04T08:59:38.039Z] 1e890da81ec9: Waiting [2025-08-04T08:59:38.039Z] fcbff87c7405: Layer already exists [2025-08-04T08:59:38.039Z] bb789c556ef1: Layer already exists [2025-08-04T08:59:38.039Z] 85bccb9a19a9: Layer already exists [2025-08-04T08:59:38.039Z] 579aee93a290: Layer already exists [2025-08-04T08:59:38.039Z] b68f9980a737: Layer already exists [2025-08-04T08:59:38.039Z] 48b979855720: Layer already exists [2025-08-04T08:59:38.039Z] 1e890da81ec9: Layer already exists [2025-08-04T08:59:38.039Z] 3e21c099c220: Layer already exists [2025-08-04T08:59:38.039Z] b4cc407b8600: Layer already exists [2025-08-04T08:59:38.301Z] main: digest: sha256:732845958bab3389c9aaae1e31428ccbb503908ba95e6b9da06fa9f2b9dc22e4 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-04T08:59:38.374Z] ===================================================== [Pipeline] echo [2025-08-04T08:59:38.466Z] taggedImages: [2025-08-04T08:59:38.466Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:59:38.466Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2025-08-04T08:59:38.466Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.42 [2025-08-04T08:59:38.466Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:59:38.466Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2025-08-04T08:59:38.487Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2025-08-04T08:59:38.487Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:59:38.487Z] latest [2025-08-04T08:59:38.487Z] 4.1.0-dev.42 [2025-08-04T08:59:38.487Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:59:38.487Z] main [2025-08-04T08:59:38.487Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:59:38.841Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:59:39.187Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:59:39.187Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-08-04T08:59:39.187Z] 90d6b29e6e51: Preparing [2025-08-04T08:59:39.187Z] 072e4daa6853: Preparing [2025-08-04T08:59:39.187Z] b68f9980a737: Preparing [2025-08-04T08:59:39.187Z] 48b979855720: Preparing [2025-08-04T08:59:39.187Z] 55bd4f654f23: Preparing [2025-08-04T08:59:39.187Z] 58ef19fba2c8: Preparing [2025-08-04T08:59:39.187Z] 1e890da81ec9: Preparing [2025-08-04T08:59:39.187Z] 58ef19fba2c8: Waiting [2025-08-04T08:59:39.187Z] 1e890da81ec9: Waiting [2025-08-04T08:59:39.187Z] 48b979855720: Layer already exists [2025-08-04T08:59:39.187Z] b68f9980a737: Layer already exists [2025-08-04T08:59:39.452Z] 1e890da81ec9: Layer already exists [2025-08-04T08:59:39.452Z] 90d6b29e6e51: Pushed [2025-08-04T08:59:39.452Z] 55bd4f654f23: Pushed [2025-08-04T08:59:39.452Z] 58ef19fba2c8: Pushed [2025-08-04T08:59:47.624Z] 072e4daa6853: Pushed [2025-08-04T08:59:47.624Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:ad9d5a5dd7334cc077282a67fb0e8dc8731cb5a7010eed3d2b1ae01c5ccd0a68 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:59:47.979Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:59:48.328Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2025-08-04T08:59:48.329Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-08-04T08:59:48.329Z] 90d6b29e6e51: Preparing [2025-08-04T08:59:48.329Z] 072e4daa6853: Preparing [2025-08-04T08:59:48.329Z] b68f9980a737: Preparing [2025-08-04T08:59:48.329Z] 48b979855720: Preparing [2025-08-04T08:59:48.329Z] 55bd4f654f23: Preparing [2025-08-04T08:59:48.329Z] 58ef19fba2c8: Preparing [2025-08-04T08:59:48.329Z] 1e890da81ec9: Preparing [2025-08-04T08:59:48.329Z] 58ef19fba2c8: Waiting [2025-08-04T08:59:48.329Z] 1e890da81ec9: Waiting [2025-08-04T08:59:48.329Z] 48b979855720: Layer already exists [2025-08-04T08:59:48.329Z] 55bd4f654f23: Layer already exists [2025-08-04T08:59:48.329Z] 072e4daa6853: Layer already exists [2025-08-04T08:59:48.329Z] 90d6b29e6e51: Layer already exists [2025-08-04T08:59:48.329Z] b68f9980a737: Layer already exists [2025-08-04T08:59:48.329Z] 58ef19fba2c8: Layer already exists [2025-08-04T08:59:48.329Z] 1e890da81ec9: Layer already exists [2025-08-04T08:59:48.594Z] latest: digest: sha256:ad9d5a5dd7334cc077282a67fb0e8dc8731cb5a7010eed3d2b1ae01c5ccd0a68 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:59:48.945Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:59:49.287Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.42 [2025-08-04T08:59:49.287Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-08-04T08:59:49.287Z] 90d6b29e6e51: Preparing [2025-08-04T08:59:49.287Z] 072e4daa6853: Preparing [2025-08-04T08:59:49.287Z] b68f9980a737: Preparing [2025-08-04T08:59:49.287Z] 48b979855720: Preparing [2025-08-04T08:59:49.287Z] 55bd4f654f23: Preparing [2025-08-04T08:59:49.287Z] 58ef19fba2c8: Preparing [2025-08-04T08:59:49.287Z] 1e890da81ec9: Preparing [2025-08-04T08:59:49.287Z] 58ef19fba2c8: Waiting [2025-08-04T08:59:49.287Z] 1e890da81ec9: Waiting [2025-08-04T08:59:49.287Z] b68f9980a737: Layer already exists [2025-08-04T08:59:49.287Z] 072e4daa6853: Layer already exists [2025-08-04T08:59:49.287Z] 55bd4f654f23: Layer already exists [2025-08-04T08:59:49.287Z] 48b979855720: Layer already exists [2025-08-04T08:59:49.287Z] 90d6b29e6e51: Layer already exists [2025-08-04T08:59:49.287Z] 1e890da81ec9: Layer already exists [2025-08-04T08:59:49.287Z] 58ef19fba2c8: Layer already exists [2025-08-04T08:59:49.552Z] 4.1.0-dev.42: digest: sha256:ad9d5a5dd7334cc077282a67fb0e8dc8731cb5a7010eed3d2b1ae01c5ccd0a68 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:59:49.904Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:59:50.258Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:59:50.258Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-08-04T08:59:50.258Z] 90d6b29e6e51: Preparing [2025-08-04T08:59:50.258Z] 072e4daa6853: Preparing [2025-08-04T08:59:50.258Z] b68f9980a737: Preparing [2025-08-04T08:59:50.258Z] 48b979855720: Preparing [2025-08-04T08:59:50.258Z] 55bd4f654f23: Preparing [2025-08-04T08:59:50.258Z] 58ef19fba2c8: Preparing [2025-08-04T08:59:50.258Z] 1e890da81ec9: Preparing [2025-08-04T08:59:50.258Z] 58ef19fba2c8: Waiting [2025-08-04T08:59:50.258Z] 1e890da81ec9: Waiting [2025-08-04T08:59:50.258Z] 48b979855720: Layer already exists [2025-08-04T08:59:50.258Z] 072e4daa6853: Layer already exists [2025-08-04T08:59:50.258Z] b68f9980a737: Layer already exists [2025-08-04T08:59:50.258Z] 55bd4f654f23: Layer already exists [2025-08-04T08:59:50.258Z] 90d6b29e6e51: Layer already exists [2025-08-04T08:59:50.258Z] 1e890da81ec9: Layer already exists [2025-08-04T08:59:50.258Z] 58ef19fba2c8: Layer already exists [2025-08-04T08:59:50.258Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:ad9d5a5dd7334cc077282a67fb0e8dc8731cb5a7010eed3d2b1ae01c5ccd0a68 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:59:50.870Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:59:51.209Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2025-08-04T08:59:51.209Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-08-04T08:59:51.209Z] 90d6b29e6e51: Preparing [2025-08-04T08:59:51.209Z] 072e4daa6853: Preparing [2025-08-04T08:59:51.209Z] b68f9980a737: Preparing [2025-08-04T08:59:51.209Z] 48b979855720: Preparing [2025-08-04T08:59:51.209Z] 55bd4f654f23: Preparing [2025-08-04T08:59:51.209Z] 58ef19fba2c8: Preparing [2025-08-04T08:59:51.209Z] 1e890da81ec9: Preparing [2025-08-04T08:59:51.209Z] 58ef19fba2c8: Waiting [2025-08-04T08:59:51.209Z] 1e890da81ec9: Waiting [2025-08-04T08:59:51.209Z] 48b979855720: Layer already exists [2025-08-04T08:59:51.209Z] b68f9980a737: Layer already exists [2025-08-04T08:59:51.209Z] 072e4daa6853: Layer already exists [2025-08-04T08:59:51.209Z] 55bd4f654f23: Layer already exists [2025-08-04T08:59:51.209Z] 90d6b29e6e51: Layer already exists [2025-08-04T08:59:51.209Z] 1e890da81ec9: Layer already exists [2025-08-04T08:59:51.209Z] 58ef19fba2c8: Layer already exists [2025-08-04T08:59:51.474Z] main: digest: sha256:ad9d5a5dd7334cc077282a67fb0e8dc8731cb5a7010eed3d2b1ae01c5ccd0a68 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-04T08:59:51.555Z] ===================================================== [Pipeline] echo [2025-08-04T08:59:51.570Z] taggedImages: [2025-08-04T08:59:51.570Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:59:51.570Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2025-08-04T08:59:51.570Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.42 [2025-08-04T08:59:51.570Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:59:51.570Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2025-08-04T08:59:51.600Z] [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: [2025-08-04T08:59:51.600Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:59:51.600Z] latest [2025-08-04T08:59:51.600Z] 4.1.0-dev.42 [2025-08-04T08:59:51.600Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T08:59:51.600Z] main [2025-08-04T08:59:51.600Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:59:51.977Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:59:52.323Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T08:59:52.323Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-08-04T08:59:52.323Z] 0889c33a6d44: Preparing [2025-08-04T08:59:52.323Z] d3f86600c7e7: Preparing [2025-08-04T08:59:52.323Z] 48b979855720: Preparing [2025-08-04T08:59:52.323Z] c681defb950f: Preparing [2025-08-04T08:59:52.323Z] 0f0fcb30cf6d: Preparing [2025-08-04T08:59:52.323Z] 1e890da81ec9: Preparing [2025-08-04T08:59:52.323Z] 1e890da81ec9: Waiting [2025-08-04T08:59:52.323Z] 48b979855720: Layer already exists [2025-08-04T08:59:52.595Z] 1e890da81ec9: Layer already exists [2025-08-04T08:59:52.595Z] 0f0fcb30cf6d: Pushed [2025-08-04T08:59:52.595Z] 0889c33a6d44: Pushed [2025-08-04T08:59:52.595Z] c681defb950f: Pushed [2025-08-04T09:00:00.778Z] d3f86600c7e7: Pushed [2025-08-04T09:00:00.778Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:54b5e8d76ddbb187439eeddea7ed21102aece426445e2e85b2f2a54d6032fd1e size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:00:01.125Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:00:01.465Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2025-08-04T09:00:01.465Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-08-04T09:00:01.465Z] 0889c33a6d44: Preparing [2025-08-04T09:00:01.465Z] d3f86600c7e7: Preparing [2025-08-04T09:00:01.465Z] 48b979855720: Preparing [2025-08-04T09:00:01.465Z] c681defb950f: Preparing [2025-08-04T09:00:01.465Z] 0f0fcb30cf6d: Preparing [2025-08-04T09:00:01.465Z] 1e890da81ec9: Preparing [2025-08-04T09:00:01.465Z] 1e890da81ec9: Waiting [2025-08-04T09:00:01.465Z] c681defb950f: Layer already exists [2025-08-04T09:00:01.465Z] 48b979855720: Layer already exists [2025-08-04T09:00:01.465Z] d3f86600c7e7: Layer already exists [2025-08-04T09:00:01.465Z] 0889c33a6d44: Layer already exists [2025-08-04T09:00:01.465Z] 0f0fcb30cf6d: Layer already exists [2025-08-04T09:00:01.465Z] 1e890da81ec9: Layer already exists [2025-08-04T09:00:01.727Z] latest: digest: sha256:54b5e8d76ddbb187439eeddea7ed21102aece426445e2e85b2f2a54d6032fd1e size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:00:02.080Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:00:02.423Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.42 [2025-08-04T09:00:02.423Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-08-04T09:00:02.423Z] 0889c33a6d44: Preparing [2025-08-04T09:00:02.423Z] d3f86600c7e7: Preparing [2025-08-04T09:00:02.423Z] 48b979855720: Preparing [2025-08-04T09:00:02.423Z] c681defb950f: Preparing [2025-08-04T09:00:02.423Z] 0f0fcb30cf6d: Preparing [2025-08-04T09:00:02.423Z] 1e890da81ec9: Preparing [2025-08-04T09:00:02.423Z] 1e890da81ec9: Waiting [2025-08-04T09:00:02.423Z] 0889c33a6d44: Layer already exists [2025-08-04T09:00:02.423Z] c681defb950f: Layer already exists [2025-08-04T09:00:02.423Z] d3f86600c7e7: Layer already exists [2025-08-04T09:00:02.423Z] 0f0fcb30cf6d: Layer already exists [2025-08-04T09:00:02.423Z] 48b979855720: Layer already exists [2025-08-04T09:00:02.423Z] 1e890da81ec9: Layer already exists [2025-08-04T09:00:02.423Z] 4.1.0-dev.42: digest: sha256:54b5e8d76ddbb187439eeddea7ed21102aece426445e2e85b2f2a54d6032fd1e size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:00:02.773Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:00:03.118Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T09:00:03.118Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-08-04T09:00:03.118Z] 0889c33a6d44: Preparing [2025-08-04T09:00:03.118Z] d3f86600c7e7: Preparing [2025-08-04T09:00:03.118Z] 48b979855720: Preparing [2025-08-04T09:00:03.118Z] c681defb950f: Preparing [2025-08-04T09:00:03.118Z] 0f0fcb30cf6d: Preparing [2025-08-04T09:00:03.118Z] 1e890da81ec9: Preparing [2025-08-04T09:00:03.118Z] 1e890da81ec9: Waiting [2025-08-04T09:00:03.118Z] c681defb950f: Layer already exists [2025-08-04T09:00:03.118Z] 48b979855720: Layer already exists [2025-08-04T09:00:03.118Z] d3f86600c7e7: Layer already exists [2025-08-04T09:00:03.118Z] 0889c33a6d44: Layer already exists [2025-08-04T09:00:03.118Z] 0f0fcb30cf6d: Layer already exists [2025-08-04T09:00:03.118Z] 1e890da81ec9: Layer already exists [2025-08-04T09:00:03.118Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:54b5e8d76ddbb187439eeddea7ed21102aece426445e2e85b2f2a54d6032fd1e size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:00:03.471Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:00:03.811Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [2025-08-04T09:00:03.811Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-08-04T09:00:03.811Z] 0889c33a6d44: Preparing [2025-08-04T09:00:03.811Z] d3f86600c7e7: Preparing [2025-08-04T09:00:03.811Z] 48b979855720: Preparing [2025-08-04T09:00:03.811Z] c681defb950f: Preparing [2025-08-04T09:00:03.811Z] 0f0fcb30cf6d: Preparing [2025-08-04T09:00:03.811Z] 1e890da81ec9: Preparing [2025-08-04T09:00:03.811Z] 1e890da81ec9: Waiting [2025-08-04T09:00:03.812Z] 48b979855720: Layer already exists [2025-08-04T09:00:03.812Z] 0889c33a6d44: Layer already exists [2025-08-04T09:00:03.812Z] c681defb950f: Layer already exists [2025-08-04T09:00:03.812Z] d3f86600c7e7: Layer already exists [2025-08-04T09:00:03.812Z] 0f0fcb30cf6d: Layer already exists [2025-08-04T09:00:03.812Z] 1e890da81ec9: Layer already exists [2025-08-04T09:00:03.812Z] main: digest: sha256:54b5e8d76ddbb187439eeddea7ed21102aece426445e2e85b2f2a54d6032fd1e size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-04T09:00:04.148Z] ===================================================== [Pipeline] echo [2025-08-04T09:00:04.159Z] taggedImages: [2025-08-04T09:00:04.159Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T09:00:04.159Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2025-08-04T09:00:04.159Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.42 [2025-08-04T09:00:04.159Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T09:00:04.159Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2025-08-04T09:00:04.185Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2025-08-04T09:00:04.185Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T09:00:04.185Z] latest [2025-08-04T09:00:04.185Z] 4.1.0-dev.42 [2025-08-04T09:00:04.185Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T09:00:04.185Z] main [2025-08-04T09:00:04.185Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:00:04.589Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:00:04.943Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T09:00:04.944Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-08-04T09:00:04.944Z] 419ea241d92e: Preparing [2025-08-04T09:00:04.944Z] e7c9c90e07cf: Preparing [2025-08-04T09:00:04.944Z] f354cc34eb2f: Preparing [2025-08-04T09:00:04.944Z] b68f9980a737: Preparing [2025-08-04T09:00:04.944Z] 48b979855720: Preparing [2025-08-04T09:00:04.944Z] 3e21c099c220: Preparing [2025-08-04T09:00:04.944Z] b4cc407b8600: Preparing [2025-08-04T09:00:04.944Z] 1e890da81ec9: Preparing [2025-08-04T09:00:04.944Z] 3e21c099c220: Waiting [2025-08-04T09:00:04.944Z] b4cc407b8600: Waiting [2025-08-04T09:00:04.944Z] 1e890da81ec9: Waiting [2025-08-04T09:00:04.944Z] 48b979855720: Layer already exists [2025-08-04T09:00:05.209Z] b68f9980a737: Layer already exists [2025-08-04T09:00:05.209Z] 3e21c099c220: Layer already exists [2025-08-04T09:00:05.209Z] e7c9c90e07cf: Pushed [2025-08-04T09:00:05.209Z] b4cc407b8600: Layer already exists [2025-08-04T09:00:05.209Z] 1e890da81ec9: Layer already exists [2025-08-04T09:00:05.209Z] 419ea241d92e: Pushed [2025-08-04T09:00:13.421Z] f354cc34eb2f: Pushed [2025-08-04T09:00:13.421Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:6b9d9f840ed45513044cb7d77009bab63962e88faf9a2ac9e02a861e450d7cff size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:00:13.769Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:00:14.111Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2025-08-04T09:00:14.111Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-08-04T09:00:14.111Z] 419ea241d92e: Preparing [2025-08-04T09:00:14.111Z] e7c9c90e07cf: Preparing [2025-08-04T09:00:14.111Z] f354cc34eb2f: Preparing [2025-08-04T09:00:14.111Z] b68f9980a737: Preparing [2025-08-04T09:00:14.111Z] 48b979855720: Preparing [2025-08-04T09:00:14.111Z] 3e21c099c220: Preparing [2025-08-04T09:00:14.111Z] b4cc407b8600: Preparing [2025-08-04T09:00:14.111Z] 1e890da81ec9: Preparing [2025-08-04T09:00:14.111Z] 3e21c099c220: Waiting [2025-08-04T09:00:14.111Z] b4cc407b8600: Waiting [2025-08-04T09:00:14.111Z] 1e890da81ec9: Waiting [2025-08-04T09:00:14.111Z] 419ea241d92e: Layer already exists [2025-08-04T09:00:14.111Z] f354cc34eb2f: Layer already exists [2025-08-04T09:00:14.111Z] b68f9980a737: Layer already exists [2025-08-04T09:00:14.111Z] 48b979855720: Layer already exists [2025-08-04T09:00:14.111Z] e7c9c90e07cf: Layer already exists [2025-08-04T09:00:14.111Z] b4cc407b8600: Layer already exists [2025-08-04T09:00:14.111Z] 3e21c099c220: Layer already exists [2025-08-04T09:00:14.111Z] 1e890da81ec9: Layer already exists [2025-08-04T09:00:14.111Z] latest: digest: sha256:6b9d9f840ed45513044cb7d77009bab63962e88faf9a2ac9e02a861e450d7cff size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:00:14.718Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:00:15.063Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.42 [2025-08-04T09:00:15.063Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-08-04T09:00:15.063Z] 419ea241d92e: Preparing [2025-08-04T09:00:15.063Z] e7c9c90e07cf: Preparing [2025-08-04T09:00:15.063Z] f354cc34eb2f: Preparing [2025-08-04T09:00:15.063Z] b68f9980a737: Preparing [2025-08-04T09:00:15.063Z] 48b979855720: Preparing [2025-08-04T09:00:15.063Z] 3e21c099c220: Preparing [2025-08-04T09:00:15.063Z] b4cc407b8600: Preparing [2025-08-04T09:00:15.063Z] 1e890da81ec9: Preparing [2025-08-04T09:00:15.063Z] 3e21c099c220: Waiting [2025-08-04T09:00:15.063Z] b4cc407b8600: Waiting [2025-08-04T09:00:15.063Z] 1e890da81ec9: Waiting [2025-08-04T09:00:15.063Z] 48b979855720: Layer already exists [2025-08-04T09:00:15.063Z] 419ea241d92e: Layer already exists [2025-08-04T09:00:15.063Z] e7c9c90e07cf: Layer already exists [2025-08-04T09:00:15.063Z] f354cc34eb2f: Layer already exists [2025-08-04T09:00:15.063Z] b68f9980a737: Layer already exists [2025-08-04T09:00:15.063Z] 3e21c099c220: Layer already exists [2025-08-04T09:00:15.063Z] 1e890da81ec9: Layer already exists [2025-08-04T09:00:15.063Z] b4cc407b8600: Layer already exists [2025-08-04T09:00:15.063Z] 4.1.0-dev.42: digest: sha256:6b9d9f840ed45513044cb7d77009bab63962e88faf9a2ac9e02a861e450d7cff size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:00:15.668Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:00:16.023Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T09:00:16.023Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-08-04T09:00:16.023Z] 419ea241d92e: Preparing [2025-08-04T09:00:16.023Z] e7c9c90e07cf: Preparing [2025-08-04T09:00:16.023Z] f354cc34eb2f: Preparing [2025-08-04T09:00:16.023Z] b68f9980a737: Preparing [2025-08-04T09:00:16.023Z] 48b979855720: Preparing [2025-08-04T09:00:16.023Z] 3e21c099c220: Preparing [2025-08-04T09:00:16.023Z] b4cc407b8600: Preparing [2025-08-04T09:00:16.023Z] 1e890da81ec9: Preparing [2025-08-04T09:00:16.023Z] 3e21c099c220: Waiting [2025-08-04T09:00:16.023Z] b4cc407b8600: Waiting [2025-08-04T09:00:16.023Z] 1e890da81ec9: Waiting [2025-08-04T09:00:16.023Z] 48b979855720: Layer already exists [2025-08-04T09:00:16.023Z] e7c9c90e07cf: Layer already exists [2025-08-04T09:00:16.023Z] f354cc34eb2f: Layer already exists [2025-08-04T09:00:16.023Z] 419ea241d92e: Layer already exists [2025-08-04T09:00:16.023Z] b68f9980a737: Layer already exists [2025-08-04T09:00:16.023Z] 3e21c099c220: Layer already exists [2025-08-04T09:00:16.023Z] 1e890da81ec9: Layer already exists [2025-08-04T09:00:16.023Z] b4cc407b8600: Layer already exists [2025-08-04T09:00:16.023Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:6b9d9f840ed45513044cb7d77009bab63962e88faf9a2ac9e02a861e450d7cff size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:00:16.370Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:00:16.719Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2025-08-04T09:00:16.719Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-08-04T09:00:16.719Z] 419ea241d92e: Preparing [2025-08-04T09:00:16.719Z] e7c9c90e07cf: Preparing [2025-08-04T09:00:16.719Z] f354cc34eb2f: Preparing [2025-08-04T09:00:16.719Z] b68f9980a737: Preparing [2025-08-04T09:00:16.719Z] 48b979855720: Preparing [2025-08-04T09:00:16.719Z] 3e21c099c220: Preparing [2025-08-04T09:00:16.719Z] b4cc407b8600: Preparing [2025-08-04T09:00:16.719Z] 1e890da81ec9: Preparing [2025-08-04T09:00:16.719Z] 3e21c099c220: Waiting [2025-08-04T09:00:16.719Z] 1e890da81ec9: Waiting [2025-08-04T09:00:16.719Z] b4cc407b8600: Waiting [2025-08-04T09:00:16.719Z] f354cc34eb2f: Layer already exists [2025-08-04T09:00:16.719Z] 48b979855720: Layer already exists [2025-08-04T09:00:16.719Z] b68f9980a737: Layer already exists [2025-08-04T09:00:16.719Z] e7c9c90e07cf: Layer already exists [2025-08-04T09:00:16.719Z] 419ea241d92e: Layer already exists [2025-08-04T09:00:16.719Z] b4cc407b8600: Layer already exists [2025-08-04T09:00:16.719Z] 3e21c099c220: Layer already exists [2025-08-04T09:00:16.719Z] 1e890da81ec9: Layer already exists [2025-08-04T09:00:16.719Z] main: digest: sha256:6b9d9f840ed45513044cb7d77009bab63962e88faf9a2ac9e02a861e450d7cff size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-04T09:00:17.072Z] ===================================================== [Pipeline] echo [2025-08-04T09:00:17.089Z] taggedImages: [2025-08-04T09:00:17.089Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T09:00:17.089Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2025-08-04T09:00:17.089Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.42 [2025-08-04T09:00:17.089Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T09:00:17.089Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2025-08-04T09:00:17.110Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2025-08-04T09:00:17.110Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T09:00:17.110Z] latest [2025-08-04T09:00:17.110Z] 4.1.0-dev.42 [2025-08-04T09:00:17.110Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T09:00:17.110Z] main [2025-08-04T09:00:17.110Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:00:17.467Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:00:17.813Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T09:00:17.813Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-08-04T09:00:17.813Z] 7e1e1b4d1624: Preparing [2025-08-04T09:00:17.813Z] 473033ee8260: Preparing [2025-08-04T09:00:17.813Z] 8572e8ef46da: Preparing [2025-08-04T09:00:17.813Z] bf9057e0f098: Preparing [2025-08-04T09:00:17.813Z] eb6ed9531426: Preparing [2025-08-04T09:00:17.813Z] 7778091e05c7: Preparing [2025-08-04T09:00:17.813Z] 01d2fce3a4c5: Preparing [2025-08-04T09:00:17.813Z] b68f9980a737: Preparing [2025-08-04T09:00:17.813Z] 48b979855720: Preparing [2025-08-04T09:00:17.813Z] 884b6fee195b: Preparing [2025-08-04T09:00:17.813Z] e7025b046d15: Preparing [2025-08-04T09:00:17.813Z] 7778091e05c7: Waiting [2025-08-04T09:00:17.813Z] 5f70bf18a086: Preparing [2025-08-04T09:00:17.813Z] 01d2fce3a4c5: Waiting [2025-08-04T09:00:17.813Z] dd0c44f3a95e: Preparing [2025-08-04T09:00:17.813Z] bed51af4da96: Preparing [2025-08-04T09:00:17.813Z] b68f9980a737: Waiting [2025-08-04T09:00:17.813Z] 86897aad6acd: Preparing [2025-08-04T09:00:17.813Z] 48b979855720: Waiting [2025-08-04T09:00:17.813Z] 1e890da81ec9: Preparing [2025-08-04T09:00:17.813Z] 884b6fee195b: Waiting [2025-08-04T09:00:17.813Z] e7025b046d15: Waiting [2025-08-04T09:00:17.813Z] bed51af4da96: Waiting [2025-08-04T09:00:17.813Z] 5f70bf18a086: Waiting [2025-08-04T09:00:17.813Z] 86897aad6acd: Waiting [2025-08-04T09:00:17.813Z] dd0c44f3a95e: Waiting [2025-08-04T09:00:17.813Z] 1e890da81ec9: Waiting [2025-08-04T09:00:18.076Z] eb6ed9531426: Pushed [2025-08-04T09:00:18.076Z] 8572e8ef46da: Pushed [2025-08-04T09:00:18.076Z] bf9057e0f098: Pushed [2025-08-04T09:00:18.076Z] 7e1e1b4d1624: Pushed [2025-08-04T09:00:18.076Z] 473033ee8260: Pushed [2025-08-04T09:00:18.076Z] b68f9980a737: Layer already exists [2025-08-04T09:00:18.076Z] 7778091e05c7: Pushed [2025-08-04T09:00:18.076Z] 48b979855720: Layer already exists [2025-08-04T09:00:18.076Z] 5f70bf18a086: Layer already exists [2025-08-04T09:00:18.339Z] 884b6fee195b: Pushed [2025-08-04T09:00:18.339Z] e7025b046d15: Pushed [2025-08-04T09:00:18.339Z] dd0c44f3a95e: Pushed [2025-08-04T09:00:18.339Z] 1e890da81ec9: Layer already exists [2025-08-04T09:00:18.339Z] bed51af4da96: Pushed [2025-08-04T09:00:18.339Z] 86897aad6acd: Pushed [2025-08-04T09:00:20.894Z] 01d2fce3a4c5: Pushed [2025-08-04T09:00:21.158Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:48fbf901d6770515103670f3ea341b3b9662eaaf2cddf4d05e20f79166f205a0 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:00:21.504Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:00:21.851Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2025-08-04T09:00:21.851Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-08-04T09:00:21.851Z] 7e1e1b4d1624: Preparing [2025-08-04T09:00:21.851Z] 473033ee8260: Preparing [2025-08-04T09:00:21.851Z] 8572e8ef46da: Preparing [2025-08-04T09:00:21.851Z] bf9057e0f098: Preparing [2025-08-04T09:00:21.851Z] eb6ed9531426: Preparing [2025-08-04T09:00:21.851Z] 7778091e05c7: Preparing [2025-08-04T09:00:21.851Z] 01d2fce3a4c5: Preparing [2025-08-04T09:00:21.851Z] b68f9980a737: Preparing [2025-08-04T09:00:21.851Z] 48b979855720: Preparing [2025-08-04T09:00:21.851Z] 884b6fee195b: Preparing [2025-08-04T09:00:21.851Z] e7025b046d15: Preparing [2025-08-04T09:00:21.851Z] 5f70bf18a086: Preparing [2025-08-04T09:00:21.851Z] dd0c44f3a95e: Preparing [2025-08-04T09:00:21.851Z] bed51af4da96: Preparing [2025-08-04T09:00:21.851Z] 86897aad6acd: Preparing [2025-08-04T09:00:21.851Z] 1e890da81ec9: Preparing [2025-08-04T09:00:21.851Z] e7025b046d15: Waiting [2025-08-04T09:00:21.851Z] 5f70bf18a086: Waiting [2025-08-04T09:00:21.851Z] 7778091e05c7: Waiting [2025-08-04T09:00:21.851Z] 01d2fce3a4c5: Waiting [2025-08-04T09:00:21.851Z] b68f9980a737: Waiting [2025-08-04T09:00:21.851Z] 48b979855720: Waiting [2025-08-04T09:00:21.851Z] 884b6fee195b: Waiting [2025-08-04T09:00:21.851Z] bed51af4da96: Waiting [2025-08-04T09:00:21.851Z] 86897aad6acd: Waiting [2025-08-04T09:00:21.851Z] 1e890da81ec9: Waiting [2025-08-04T09:00:21.851Z] dd0c44f3a95e: Waiting [2025-08-04T09:00:21.851Z] 7e1e1b4d1624: Layer already exists [2025-08-04T09:00:21.851Z] bf9057e0f098: Layer already exists [2025-08-04T09:00:21.851Z] 473033ee8260: Layer already exists [2025-08-04T09:00:21.851Z] 8572e8ef46da: Layer already exists [2025-08-04T09:00:21.851Z] eb6ed9531426: Layer already exists [2025-08-04T09:00:21.851Z] 7778091e05c7: Layer already exists [2025-08-04T09:00:21.851Z] 48b979855720: Layer already exists [2025-08-04T09:00:21.851Z] 01d2fce3a4c5: Layer already exists [2025-08-04T09:00:21.851Z] 884b6fee195b: Layer already exists [2025-08-04T09:00:21.851Z] b68f9980a737: Layer already exists [2025-08-04T09:00:21.851Z] 5f70bf18a086: Layer already exists [2025-08-04T09:00:21.851Z] dd0c44f3a95e: Layer already exists [2025-08-04T09:00:21.851Z] e7025b046d15: Layer already exists [2025-08-04T09:00:21.851Z] bed51af4da96: Layer already exists [2025-08-04T09:00:21.851Z] 86897aad6acd: Layer already exists [2025-08-04T09:00:21.851Z] 1e890da81ec9: Layer already exists [2025-08-04T09:00:22.115Z] latest: digest: sha256:48fbf901d6770515103670f3ea341b3b9662eaaf2cddf4d05e20f79166f205a0 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:00:22.463Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:00:22.823Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.42 [2025-08-04T09:00:22.823Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-08-04T09:00:22.823Z] 7e1e1b4d1624: Preparing [2025-08-04T09:00:22.823Z] 473033ee8260: Preparing [2025-08-04T09:00:22.823Z] 8572e8ef46da: Preparing [2025-08-04T09:00:22.823Z] bf9057e0f098: Preparing [2025-08-04T09:00:22.823Z] eb6ed9531426: Preparing [2025-08-04T09:00:22.823Z] 7778091e05c7: Preparing [2025-08-04T09:00:22.823Z] 01d2fce3a4c5: Preparing [2025-08-04T09:00:22.823Z] b68f9980a737: Preparing [2025-08-04T09:00:22.823Z] 48b979855720: Preparing [2025-08-04T09:00:22.823Z] 884b6fee195b: Preparing [2025-08-04T09:00:22.823Z] e7025b046d15: Preparing [2025-08-04T09:00:22.823Z] 5f70bf18a086: Preparing [2025-08-04T09:00:22.823Z] dd0c44f3a95e: Preparing [2025-08-04T09:00:22.823Z] bed51af4da96: Preparing [2025-08-04T09:00:22.823Z] 86897aad6acd: Preparing [2025-08-04T09:00:22.823Z] 1e890da81ec9: Preparing [2025-08-04T09:00:22.823Z] e7025b046d15: Waiting [2025-08-04T09:00:22.823Z] dd0c44f3a95e: Waiting [2025-08-04T09:00:22.823Z] bed51af4da96: Waiting [2025-08-04T09:00:22.823Z] 86897aad6acd: Waiting [2025-08-04T09:00:22.823Z] b68f9980a737: Waiting [2025-08-04T09:00:22.823Z] 48b979855720: Waiting [2025-08-04T09:00:22.823Z] 884b6fee195b: Waiting [2025-08-04T09:00:22.823Z] 7778091e05c7: Waiting [2025-08-04T09:00:22.823Z] 1e890da81ec9: Waiting [2025-08-04T09:00:22.823Z] 01d2fce3a4c5: Waiting [2025-08-04T09:00:22.823Z] 5f70bf18a086: Waiting [2025-08-04T09:00:22.823Z] 8572e8ef46da: Layer already exists [2025-08-04T09:00:22.823Z] 473033ee8260: Layer already exists [2025-08-04T09:00:22.823Z] eb6ed9531426: Layer already exists [2025-08-04T09:00:22.823Z] bf9057e0f098: Layer already exists [2025-08-04T09:00:22.823Z] 7e1e1b4d1624: Layer already exists [2025-08-04T09:00:22.823Z] 48b979855720: Layer already exists [2025-08-04T09:00:22.823Z] 7778091e05c7: Layer already exists [2025-08-04T09:00:22.823Z] 884b6fee195b: Layer already exists [2025-08-04T09:00:22.823Z] 01d2fce3a4c5: Layer already exists [2025-08-04T09:00:22.823Z] bed51af4da96: Layer already exists [2025-08-04T09:00:22.823Z] 5f70bf18a086: Layer already exists [2025-08-04T09:00:22.823Z] b68f9980a737: Layer already exists [2025-08-04T09:00:22.823Z] e7025b046d15: Layer already exists [2025-08-04T09:00:22.823Z] dd0c44f3a95e: Layer already exists [2025-08-04T09:00:22.823Z] 86897aad6acd: Layer already exists [2025-08-04T09:00:23.087Z] 1e890da81ec9: Layer already exists [2025-08-04T09:00:23.351Z] 4.1.0-dev.42: digest: sha256:48fbf901d6770515103670f3ea341b3b9662eaaf2cddf4d05e20f79166f205a0 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:00:23.700Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:00:24.044Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T09:00:24.044Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-08-04T09:00:24.044Z] 7e1e1b4d1624: Preparing [2025-08-04T09:00:24.044Z] 473033ee8260: Preparing [2025-08-04T09:00:24.044Z] 8572e8ef46da: Preparing [2025-08-04T09:00:24.044Z] bf9057e0f098: Preparing [2025-08-04T09:00:24.044Z] eb6ed9531426: Preparing [2025-08-04T09:00:24.044Z] 7778091e05c7: Preparing [2025-08-04T09:00:24.044Z] 01d2fce3a4c5: Preparing [2025-08-04T09:00:24.044Z] b68f9980a737: Preparing [2025-08-04T09:00:24.044Z] 48b979855720: Preparing [2025-08-04T09:00:24.044Z] 884b6fee195b: Preparing [2025-08-04T09:00:24.044Z] e7025b046d15: Preparing [2025-08-04T09:00:24.044Z] 5f70bf18a086: Preparing [2025-08-04T09:00:24.044Z] dd0c44f3a95e: Preparing [2025-08-04T09:00:24.044Z] bed51af4da96: Preparing [2025-08-04T09:00:24.044Z] 86897aad6acd: Preparing [2025-08-04T09:00:24.044Z] 1e890da81ec9: Preparing [2025-08-04T09:00:24.044Z] 884b6fee195b: Waiting [2025-08-04T09:00:24.044Z] e7025b046d15: Waiting [2025-08-04T09:00:24.044Z] 5f70bf18a086: Waiting [2025-08-04T09:00:24.044Z] dd0c44f3a95e: Waiting [2025-08-04T09:00:24.044Z] bed51af4da96: Waiting [2025-08-04T09:00:24.044Z] 86897aad6acd: Waiting [2025-08-04T09:00:24.044Z] 1e890da81ec9: Waiting [2025-08-04T09:00:24.044Z] 7778091e05c7: Waiting [2025-08-04T09:00:24.044Z] 01d2fce3a4c5: Waiting [2025-08-04T09:00:24.044Z] b68f9980a737: Waiting [2025-08-04T09:00:24.044Z] 48b979855720: Waiting [2025-08-04T09:00:24.044Z] 7e1e1b4d1624: Layer already exists [2025-08-04T09:00:24.044Z] eb6ed9531426: Layer already exists [2025-08-04T09:00:24.044Z] 473033ee8260: Layer already exists [2025-08-04T09:00:24.044Z] 8572e8ef46da: Layer already exists [2025-08-04T09:00:24.044Z] bf9057e0f098: Layer already exists [2025-08-04T09:00:24.044Z] 7778091e05c7: Layer already exists [2025-08-04T09:00:24.044Z] 01d2fce3a4c5: Layer already exists [2025-08-04T09:00:24.044Z] 884b6fee195b: Layer already exists [2025-08-04T09:00:24.044Z] b68f9980a737: Layer already exists [2025-08-04T09:00:24.044Z] 48b979855720: Layer already exists [2025-08-04T09:00:24.044Z] 5f70bf18a086: Layer already exists [2025-08-04T09:00:24.044Z] e7025b046d15: Layer already exists [2025-08-04T09:00:24.044Z] dd0c44f3a95e: Layer already exists [2025-08-04T09:00:24.044Z] bed51af4da96: Layer already exists [2025-08-04T09:00:24.044Z] 86897aad6acd: Layer already exists [2025-08-04T09:00:24.044Z] 1e890da81ec9: Layer already exists [2025-08-04T09:00:24.306Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:48fbf901d6770515103670f3ea341b3b9662eaaf2cddf4d05e20f79166f205a0 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:00:24.651Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:00:24.990Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2025-08-04T09:00:24.990Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-08-04T09:00:24.990Z] 7e1e1b4d1624: Preparing [2025-08-04T09:00:24.990Z] 473033ee8260: Preparing [2025-08-04T09:00:24.990Z] 8572e8ef46da: Preparing [2025-08-04T09:00:24.990Z] bf9057e0f098: Preparing [2025-08-04T09:00:24.990Z] eb6ed9531426: Preparing [2025-08-04T09:00:24.990Z] 7778091e05c7: Preparing [2025-08-04T09:00:24.990Z] 01d2fce3a4c5: Preparing [2025-08-04T09:00:24.990Z] b68f9980a737: Preparing [2025-08-04T09:00:24.990Z] 48b979855720: Preparing [2025-08-04T09:00:24.990Z] 7778091e05c7: Waiting [2025-08-04T09:00:24.990Z] 884b6fee195b: Preparing [2025-08-04T09:00:24.990Z] e7025b046d15: Preparing [2025-08-04T09:00:24.990Z] 5f70bf18a086: Preparing [2025-08-04T09:00:24.990Z] 01d2fce3a4c5: Waiting [2025-08-04T09:00:24.990Z] dd0c44f3a95e: Preparing [2025-08-04T09:00:24.990Z] bed51af4da96: Preparing [2025-08-04T09:00:24.990Z] b68f9980a737: Waiting [2025-08-04T09:00:24.990Z] 86897aad6acd: Preparing [2025-08-04T09:00:24.990Z] 48b979855720: Waiting [2025-08-04T09:00:24.990Z] 1e890da81ec9: Preparing [2025-08-04T09:00:24.990Z] 884b6fee195b: Waiting [2025-08-04T09:00:24.990Z] 5f70bf18a086: Waiting [2025-08-04T09:00:24.990Z] dd0c44f3a95e: Waiting [2025-08-04T09:00:24.990Z] bed51af4da96: Waiting [2025-08-04T09:00:24.990Z] 86897aad6acd: Waiting [2025-08-04T09:00:24.990Z] e7025b046d15: Waiting [2025-08-04T09:00:24.990Z] 1e890da81ec9: Waiting [2025-08-04T09:00:24.990Z] 7e1e1b4d1624: Layer already exists [2025-08-04T09:00:24.990Z] 8572e8ef46da: Layer already exists [2025-08-04T09:00:24.990Z] eb6ed9531426: Layer already exists [2025-08-04T09:00:24.990Z] 473033ee8260: Layer already exists [2025-08-04T09:00:24.990Z] bf9057e0f098: Layer already exists [2025-08-04T09:00:24.990Z] 7778091e05c7: Layer already exists [2025-08-04T09:00:24.990Z] b68f9980a737: Layer already exists [2025-08-04T09:00:24.990Z] 01d2fce3a4c5: Layer already exists [2025-08-04T09:00:24.990Z] 48b979855720: Layer already exists [2025-08-04T09:00:24.990Z] 884b6fee195b: Layer already exists [2025-08-04T09:00:24.990Z] bed51af4da96: Layer already exists [2025-08-04T09:00:24.990Z] 5f70bf18a086: Layer already exists [2025-08-04T09:00:24.990Z] e7025b046d15: Layer already exists [2025-08-04T09:00:24.990Z] dd0c44f3a95e: Layer already exists [2025-08-04T09:00:24.990Z] 86897aad6acd: Layer already exists [2025-08-04T09:00:24.990Z] 1e890da81ec9: Layer already exists [2025-08-04T09:00:25.253Z] main: digest: sha256:48fbf901d6770515103670f3ea341b3b9662eaaf2cddf4d05e20f79166f205a0 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-04T09:00:25.324Z] ===================================================== [Pipeline] echo [2025-08-04T09:00:25.338Z] taggedImages: [2025-08-04T09:00:25.338Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T09:00:25.338Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2025-08-04T09:00:25.338Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.42 [2025-08-04T09:00:25.338Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T09:00:25.338Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2025-08-04T09:00:25.366Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2025-08-04T09:00:25.366Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T09:00:25.366Z] latest [2025-08-04T09:00:25.366Z] 4.1.0-dev.42 [2025-08-04T09:00:25.366Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T09:00:25.366Z] main [2025-08-04T09:00:25.366Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:00:25.724Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:00:26.072Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T09:00:26.072Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-08-04T09:00:26.072Z] feae0fa8b373: Preparing [2025-08-04T09:00:26.072Z] deddcdd61080: Preparing [2025-08-04T09:00:26.072Z] 860e9c24a0ce: Preparing [2025-08-04T09:00:26.072Z] 49940546a342: Preparing [2025-08-04T09:00:26.072Z] b68f9980a737: Preparing [2025-08-04T09:00:26.072Z] 48b979855720: Preparing [2025-08-04T09:00:26.072Z] 3e21c099c220: Preparing [2025-08-04T09:00:26.072Z] b4cc407b8600: Preparing [2025-08-04T09:00:26.072Z] 1e890da81ec9: Preparing [2025-08-04T09:00:26.072Z] 48b979855720: Waiting [2025-08-04T09:00:26.072Z] 3e21c099c220: Waiting [2025-08-04T09:00:26.072Z] b4cc407b8600: Waiting [2025-08-04T09:00:26.072Z] 1e890da81ec9: Waiting [2025-08-04T09:00:26.072Z] b68f9980a737: Layer already exists [2025-08-04T09:00:26.336Z] 48b979855720: Layer already exists [2025-08-04T09:00:26.336Z] 860e9c24a0ce: Pushed [2025-08-04T09:00:26.336Z] 3e21c099c220: Layer already exists [2025-08-04T09:00:26.336Z] deddcdd61080: Pushed [2025-08-04T09:00:26.336Z] b4cc407b8600: Layer already exists [2025-08-04T09:00:26.336Z] 1e890da81ec9: Layer already exists [2025-08-04T09:00:26.336Z] feae0fa8b373: Pushed [2025-08-04T09:00:32.946Z] 49940546a342: Pushed [2025-08-04T09:00:33.208Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:c639e3f542bca345eebae383d11aa51738bb018b3a171b91b8d0b16846dd3507 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:00:33.563Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:00:33.902Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2025-08-04T09:00:33.902Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-08-04T09:00:33.902Z] feae0fa8b373: Preparing [2025-08-04T09:00:33.902Z] deddcdd61080: Preparing [2025-08-04T09:00:33.902Z] 860e9c24a0ce: Preparing [2025-08-04T09:00:33.902Z] 49940546a342: Preparing [2025-08-04T09:00:33.902Z] b68f9980a737: Preparing [2025-08-04T09:00:33.902Z] 48b979855720: Preparing [2025-08-04T09:00:33.902Z] 3e21c099c220: Preparing [2025-08-04T09:00:33.902Z] b4cc407b8600: Preparing [2025-08-04T09:00:33.902Z] 1e890da81ec9: Preparing [2025-08-04T09:00:33.902Z] 3e21c099c220: Waiting [2025-08-04T09:00:33.902Z] b4cc407b8600: Waiting [2025-08-04T09:00:33.902Z] 1e890da81ec9: Waiting [2025-08-04T09:00:33.902Z] 48b979855720: Waiting [2025-08-04T09:00:33.902Z] deddcdd61080: Layer already exists [2025-08-04T09:00:33.902Z] 49940546a342: Layer already exists [2025-08-04T09:00:33.902Z] feae0fa8b373: Layer already exists [2025-08-04T09:00:33.902Z] 860e9c24a0ce: Layer already exists [2025-08-04T09:00:33.902Z] b68f9980a737: Layer already exists [2025-08-04T09:00:33.902Z] 3e21c099c220: Layer already exists [2025-08-04T09:00:33.902Z] 48b979855720: Layer already exists [2025-08-04T09:00:33.902Z] b4cc407b8600: Layer already exists [2025-08-04T09:00:33.902Z] 1e890da81ec9: Layer already exists [2025-08-04T09:00:33.902Z] latest: digest: sha256:c639e3f542bca345eebae383d11aa51738bb018b3a171b91b8d0b16846dd3507 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:00:34.514Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:00:35.804Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.42 [2025-08-04T09:00:35.804Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-08-04T09:00:35.804Z] feae0fa8b373: Preparing [2025-08-04T09:00:35.804Z] deddcdd61080: Preparing [2025-08-04T09:00:35.804Z] 860e9c24a0ce: Preparing [2025-08-04T09:00:35.804Z] 49940546a342: Preparing [2025-08-04T09:00:35.804Z] b68f9980a737: Preparing [2025-08-04T09:00:35.804Z] 48b979855720: Preparing [2025-08-04T09:00:35.804Z] 48b979855720: Waiting [2025-08-04T09:00:35.804Z] 3e21c099c220: Preparing [2025-08-04T09:00:35.804Z] b4cc407b8600: Preparing [2025-08-04T09:00:35.804Z] 3e21c099c220: Waiting [2025-08-04T09:00:35.804Z] 1e890da81ec9: Preparing [2025-08-04T09:00:35.804Z] b4cc407b8600: Waiting [2025-08-04T09:00:35.804Z] 1e890da81ec9: Waiting [2025-08-04T09:00:35.804Z] 860e9c24a0ce: Layer already exists [2025-08-04T09:00:35.804Z] deddcdd61080: Layer already exists [2025-08-04T09:00:35.804Z] 49940546a342: Layer already exists [2025-08-04T09:00:35.804Z] feae0fa8b373: Layer already exists [2025-08-04T09:00:35.804Z] b68f9980a737: Layer already exists [2025-08-04T09:00:35.804Z] 3e21c099c220: Layer already exists [2025-08-04T09:00:35.804Z] 48b979855720: Layer already exists [2025-08-04T09:00:35.804Z] b4cc407b8600: Layer already exists [2025-08-04T09:00:35.804Z] 1e890da81ec9: Layer already exists [2025-08-04T09:00:35.804Z] 4.1.0-dev.42: digest: sha256:c639e3f542bca345eebae383d11aa51738bb018b3a171b91b8d0b16846dd3507 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:00:36.400Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:00:36.743Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T09:00:36.743Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-08-04T09:00:36.743Z] feae0fa8b373: Preparing [2025-08-04T09:00:36.743Z] deddcdd61080: Preparing [2025-08-04T09:00:36.743Z] 860e9c24a0ce: Preparing [2025-08-04T09:00:36.743Z] 49940546a342: Preparing [2025-08-04T09:00:36.743Z] b68f9980a737: Preparing [2025-08-04T09:00:36.743Z] 48b979855720: Preparing [2025-08-04T09:00:36.743Z] 3e21c099c220: Preparing [2025-08-04T09:00:36.743Z] b4cc407b8600: Preparing [2025-08-04T09:00:36.743Z] 1e890da81ec9: Preparing [2025-08-04T09:00:36.743Z] 48b979855720: Waiting [2025-08-04T09:00:36.743Z] 3e21c099c220: Waiting [2025-08-04T09:00:36.743Z] b4cc407b8600: Waiting [2025-08-04T09:00:36.743Z] 1e890da81ec9: Waiting [2025-08-04T09:00:36.743Z] 860e9c24a0ce: Layer already exists [2025-08-04T09:00:36.743Z] 49940546a342: Layer already exists [2025-08-04T09:00:36.743Z] feae0fa8b373: Layer already exists [2025-08-04T09:00:36.743Z] deddcdd61080: Layer already exists [2025-08-04T09:00:36.743Z] b68f9980a737: Layer already exists [2025-08-04T09:00:36.743Z] 1e890da81ec9: Layer already exists [2025-08-04T09:00:36.743Z] b4cc407b8600: Layer already exists [2025-08-04T09:00:36.743Z] 3e21c099c220: Layer already exists [2025-08-04T09:00:36.743Z] 48b979855720: Layer already exists [2025-08-04T09:00:37.007Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:c639e3f542bca345eebae383d11aa51738bb018b3a171b91b8d0b16846dd3507 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:00:37.354Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:00:37.698Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2025-08-04T09:00:37.698Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-08-04T09:00:37.698Z] feae0fa8b373: Preparing [2025-08-04T09:00:37.698Z] deddcdd61080: Preparing [2025-08-04T09:00:37.698Z] 860e9c24a0ce: Preparing [2025-08-04T09:00:37.698Z] 49940546a342: Preparing [2025-08-04T09:00:37.698Z] b68f9980a737: Preparing [2025-08-04T09:00:37.698Z] 48b979855720: Preparing [2025-08-04T09:00:37.698Z] 3e21c099c220: Preparing [2025-08-04T09:00:37.698Z] b4cc407b8600: Preparing [2025-08-04T09:00:37.698Z] 1e890da81ec9: Preparing [2025-08-04T09:00:37.698Z] 48b979855720: Waiting [2025-08-04T09:00:37.698Z] b4cc407b8600: Waiting [2025-08-04T09:00:37.698Z] 1e890da81ec9: Waiting [2025-08-04T09:00:37.698Z] 3e21c099c220: Waiting [2025-08-04T09:00:37.698Z] b68f9980a737: Layer already exists [2025-08-04T09:00:37.698Z] deddcdd61080: Layer already exists [2025-08-04T09:00:37.698Z] 860e9c24a0ce: Layer already exists [2025-08-04T09:00:37.698Z] feae0fa8b373: Layer already exists [2025-08-04T09:00:37.698Z] 49940546a342: Layer already exists [2025-08-04T09:00:37.698Z] 3e21c099c220: Layer already exists [2025-08-04T09:00:37.698Z] b4cc407b8600: Layer already exists [2025-08-04T09:00:37.698Z] 48b979855720: Layer already exists [2025-08-04T09:00:37.698Z] 1e890da81ec9: Layer already exists [2025-08-04T09:00:37.698Z] main: digest: sha256:c639e3f542bca345eebae383d11aa51738bb018b3a171b91b8d0b16846dd3507 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-04T09:00:38.030Z] ===================================================== [Pipeline] echo [2025-08-04T09:00:38.042Z] taggedImages: [2025-08-04T09:00:38.042Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T09:00:38.042Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2025-08-04T09:00:38.042Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.42 [2025-08-04T09:00:38.042Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T09:00:38.042Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2025-08-04T09:00:38.066Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2025-08-04T09:00:38.066Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T09:00:38.066Z] latest [2025-08-04T09:00:38.066Z] 4.1.0-dev.42 [2025-08-04T09:00:38.066Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T09:00:38.066Z] main [2025-08-04T09:00:38.066Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:00:38.428Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:00:38.776Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T09:00:38.776Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-08-04T09:00:38.776Z] c2eeb1dd74a6: Preparing [2025-08-04T09:00:38.776Z] a5aaf494f5bb: Preparing [2025-08-04T09:00:38.776Z] 30b735576187: Preparing [2025-08-04T09:00:38.776Z] abb96151abdd: Preparing [2025-08-04T09:00:38.776Z] 86cac6204bae: Preparing [2025-08-04T09:00:38.776Z] b68f9980a737: Preparing [2025-08-04T09:00:38.776Z] 48b979855720: Preparing [2025-08-04T09:00:38.776Z] b68f9980a737: Waiting [2025-08-04T09:00:38.776Z] 790d45eb660d: Preparing [2025-08-04T09:00:38.776Z] 48b979855720: Waiting [2025-08-04T09:00:38.776Z] 60c548dc159c: Preparing [2025-08-04T09:00:38.776Z] 790d45eb660d: Waiting [2025-08-04T09:00:38.776Z] 896ee8fc8b86: Preparing [2025-08-04T09:00:38.776Z] 60c548dc159c: Waiting [2025-08-04T09:00:38.776Z] 896ee8fc8b86: Waiting [2025-08-04T09:00:38.776Z] 1e890da81ec9: Preparing [2025-08-04T09:00:38.776Z] 1e890da81ec9: Waiting [2025-08-04T09:00:39.038Z] 86cac6204bae: Pushed [2025-08-04T09:00:39.038Z] b68f9980a737: Layer already exists [2025-08-04T09:00:39.038Z] c2eeb1dd74a6: Pushed [2025-08-04T09:00:39.038Z] abb96151abdd: Pushed [2025-08-04T09:00:39.038Z] a5aaf494f5bb: Pushed [2025-08-04T09:00:39.038Z] 48b979855720: Layer already exists [2025-08-04T09:00:39.038Z] 1e890da81ec9: Layer already exists [2025-08-04T09:00:39.038Z] 790d45eb660d: Pushed [2025-08-04T09:00:39.038Z] 60c548dc159c: Pushed [2025-08-04T09:00:41.596Z] 896ee8fc8b86: Pushed [2025-08-04T09:00:44.915Z] 30b735576187: Pushed [2025-08-04T09:00:44.915Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:dbd47405e1ba8ab2b3f0e4a65ac25bacfb703070a94366cd7303a8e8e0e1ad98 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:00:45.256Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:00:45.593Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2025-08-04T09:00:45.593Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-08-04T09:00:45.593Z] c2eeb1dd74a6: Preparing [2025-08-04T09:00:45.593Z] a5aaf494f5bb: Preparing [2025-08-04T09:00:45.593Z] 30b735576187: Preparing [2025-08-04T09:00:45.593Z] abb96151abdd: Preparing [2025-08-04T09:00:45.593Z] 86cac6204bae: Preparing [2025-08-04T09:00:45.593Z] b68f9980a737: Preparing [2025-08-04T09:00:45.593Z] 48b979855720: Preparing [2025-08-04T09:00:45.593Z] 790d45eb660d: Preparing [2025-08-04T09:00:45.593Z] 60c548dc159c: Preparing [2025-08-04T09:00:45.593Z] 896ee8fc8b86: Preparing [2025-08-04T09:00:45.593Z] 1e890da81ec9: Preparing [2025-08-04T09:00:45.593Z] 790d45eb660d: Waiting [2025-08-04T09:00:45.593Z] 60c548dc159c: Waiting [2025-08-04T09:00:45.593Z] 896ee8fc8b86: Waiting [2025-08-04T09:00:45.593Z] 1e890da81ec9: Waiting [2025-08-04T09:00:45.593Z] b68f9980a737: Waiting [2025-08-04T09:00:45.593Z] 48b979855720: Waiting [2025-08-04T09:00:45.593Z] abb96151abdd: Layer already exists [2025-08-04T09:00:45.593Z] 86cac6204bae: Layer already exists [2025-08-04T09:00:45.593Z] 30b735576187: Layer already exists [2025-08-04T09:00:45.593Z] c2eeb1dd74a6: Layer already exists [2025-08-04T09:00:45.593Z] b68f9980a737: Layer already exists [2025-08-04T09:00:45.593Z] 48b979855720: Layer already exists [2025-08-04T09:00:45.593Z] a5aaf494f5bb: Layer already exists [2025-08-04T09:00:45.593Z] 60c548dc159c: Layer already exists [2025-08-04T09:00:45.593Z] 790d45eb660d: Layer already exists [2025-08-04T09:00:45.593Z] 1e890da81ec9: Layer already exists [2025-08-04T09:00:45.857Z] 896ee8fc8b86: Layer already exists [2025-08-04T09:00:45.857Z] latest: digest: sha256:dbd47405e1ba8ab2b3f0e4a65ac25bacfb703070a94366cd7303a8e8e0e1ad98 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:00:46.196Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:00:46.531Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.42 [2025-08-04T09:00:46.531Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-08-04T09:00:46.531Z] c2eeb1dd74a6: Preparing [2025-08-04T09:00:46.531Z] a5aaf494f5bb: Preparing [2025-08-04T09:00:46.531Z] 30b735576187: Preparing [2025-08-04T09:00:46.531Z] abb96151abdd: Preparing [2025-08-04T09:00:46.531Z] 86cac6204bae: Preparing [2025-08-04T09:00:46.531Z] b68f9980a737: Preparing [2025-08-04T09:00:46.531Z] 48b979855720: Preparing [2025-08-04T09:00:46.531Z] 790d45eb660d: Preparing [2025-08-04T09:00:46.531Z] 60c548dc159c: Preparing [2025-08-04T09:00:46.531Z] 896ee8fc8b86: Preparing [2025-08-04T09:00:46.531Z] 1e890da81ec9: Preparing [2025-08-04T09:00:46.531Z] b68f9980a737: Waiting [2025-08-04T09:00:46.531Z] 48b979855720: Waiting [2025-08-04T09:00:46.531Z] 896ee8fc8b86: Waiting [2025-08-04T09:00:46.531Z] 1e890da81ec9: Waiting [2025-08-04T09:00:46.531Z] 790d45eb660d: Waiting [2025-08-04T09:00:46.531Z] 60c548dc159c: Waiting [2025-08-04T09:00:46.531Z] 86cac6204bae: Layer already exists [2025-08-04T09:00:46.531Z] abb96151abdd: Layer already exists [2025-08-04T09:00:46.531Z] c2eeb1dd74a6: Layer already exists [2025-08-04T09:00:46.531Z] 30b735576187: Layer already exists [2025-08-04T09:00:46.531Z] a5aaf494f5bb: Layer already exists [2025-08-04T09:00:46.531Z] 60c548dc159c: Layer already exists [2025-08-04T09:00:46.531Z] b68f9980a737: Layer already exists [2025-08-04T09:00:46.531Z] 790d45eb660d: Layer already exists [2025-08-04T09:00:46.531Z] 896ee8fc8b86: Layer already exists [2025-08-04T09:00:46.531Z] 48b979855720: Layer already exists [2025-08-04T09:00:46.531Z] 1e890da81ec9: Layer already exists [2025-08-04T09:00:46.795Z] 4.1.0-dev.42: digest: sha256:dbd47405e1ba8ab2b3f0e4a65ac25bacfb703070a94366cd7303a8e8e0e1ad98 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:00:47.137Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:00:47.489Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T09:00:47.490Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-08-04T09:00:47.490Z] c2eeb1dd74a6: Preparing [2025-08-04T09:00:47.490Z] a5aaf494f5bb: Preparing [2025-08-04T09:00:47.490Z] 30b735576187: Preparing [2025-08-04T09:00:47.490Z] abb96151abdd: Preparing [2025-08-04T09:00:47.490Z] 86cac6204bae: Preparing [2025-08-04T09:00:47.490Z] b68f9980a737: Preparing [2025-08-04T09:00:47.490Z] 48b979855720: Preparing [2025-08-04T09:00:47.490Z] 790d45eb660d: Preparing [2025-08-04T09:00:47.490Z] 60c548dc159c: Preparing [2025-08-04T09:00:47.490Z] 896ee8fc8b86: Preparing [2025-08-04T09:00:47.490Z] 1e890da81ec9: Preparing [2025-08-04T09:00:47.490Z] 48b979855720: Waiting [2025-08-04T09:00:47.490Z] 790d45eb660d: Waiting [2025-08-04T09:00:47.490Z] 60c548dc159c: Waiting [2025-08-04T09:00:47.490Z] 896ee8fc8b86: Waiting [2025-08-04T09:00:47.490Z] 1e890da81ec9: Waiting [2025-08-04T09:00:47.490Z] b68f9980a737: Waiting [2025-08-04T09:00:47.490Z] c2eeb1dd74a6: Layer already exists [2025-08-04T09:00:47.490Z] 86cac6204bae: Layer already exists [2025-08-04T09:00:47.490Z] a5aaf494f5bb: Layer already exists [2025-08-04T09:00:47.490Z] 30b735576187: Layer already exists [2025-08-04T09:00:47.490Z] abb96151abdd: Layer already exists [2025-08-04T09:00:47.490Z] b68f9980a737: Layer already exists [2025-08-04T09:00:47.490Z] 48b979855720: Layer already exists [2025-08-04T09:00:47.490Z] 896ee8fc8b86: Layer already exists [2025-08-04T09:00:47.490Z] 60c548dc159c: Layer already exists [2025-08-04T09:00:47.490Z] 790d45eb660d: Layer already exists [2025-08-04T09:00:47.490Z] 1e890da81ec9: Layer already exists [2025-08-04T09:00:47.753Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:dbd47405e1ba8ab2b3f0e4a65ac25bacfb703070a94366cd7303a8e8e0e1ad98 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:00:48.094Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:00:48.440Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2025-08-04T09:00:48.440Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-08-04T09:00:48.440Z] c2eeb1dd74a6: Preparing [2025-08-04T09:00:48.440Z] a5aaf494f5bb: Preparing [2025-08-04T09:00:48.440Z] 30b735576187: Preparing [2025-08-04T09:00:48.440Z] abb96151abdd: Preparing [2025-08-04T09:00:48.440Z] 86cac6204bae: Preparing [2025-08-04T09:00:48.440Z] b68f9980a737: Preparing [2025-08-04T09:00:48.440Z] 48b979855720: Preparing [2025-08-04T09:00:48.440Z] 790d45eb660d: Preparing [2025-08-04T09:00:48.440Z] 60c548dc159c: Preparing [2025-08-04T09:00:48.440Z] 896ee8fc8b86: Preparing [2025-08-04T09:00:48.440Z] 1e890da81ec9: Preparing [2025-08-04T09:00:48.440Z] 48b979855720: Waiting [2025-08-04T09:00:48.440Z] 790d45eb660d: Waiting [2025-08-04T09:00:48.440Z] 60c548dc159c: Waiting [2025-08-04T09:00:48.440Z] b68f9980a737: Waiting [2025-08-04T09:00:48.440Z] 1e890da81ec9: Waiting [2025-08-04T09:00:48.440Z] abb96151abdd: Layer already exists [2025-08-04T09:00:48.440Z] 30b735576187: Layer already exists [2025-08-04T09:00:48.440Z] 86cac6204bae: Layer already exists [2025-08-04T09:00:48.440Z] c2eeb1dd74a6: Layer already exists [2025-08-04T09:00:48.440Z] a5aaf494f5bb: Layer already exists [2025-08-04T09:00:48.440Z] b68f9980a737: Layer already exists [2025-08-04T09:00:48.440Z] 790d45eb660d: Layer already exists [2025-08-04T09:00:48.440Z] 896ee8fc8b86: Layer already exists [2025-08-04T09:00:48.440Z] 60c548dc159c: Layer already exists [2025-08-04T09:00:48.440Z] 48b979855720: Layer already exists [2025-08-04T09:00:48.440Z] 1e890da81ec9: Layer already exists [2025-08-04T09:00:48.440Z] main: digest: sha256:dbd47405e1ba8ab2b3f0e4a65ac25bacfb703070a94366cd7303a8e8e0e1ad98 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-04T09:00:48.769Z] ===================================================== [Pipeline] echo [2025-08-04T09:00:48.779Z] taggedImages: [2025-08-04T09:00:48.779Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T09:00:48.779Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2025-08-04T09:00:48.779Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.42 [2025-08-04T09:00:48.779Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T09:00:48.779Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2025-08-04T09:00:48.801Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2025-08-04T09:00:48.801Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T09:00:48.801Z] latest [2025-08-04T09:00:48.801Z] 4.1.0-dev.42 [2025-08-04T09:00:48.801Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T09:00:48.801Z] main [2025-08-04T09:00:48.801Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:00:49.144Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:00:49.478Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T09:00:49.478Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-08-04T09:00:49.478Z] b3b0a4a62975: Preparing [2025-08-04T09:00:49.478Z] 31afc9c0a541: Preparing [2025-08-04T09:00:49.478Z] f4a45ed52f50: Preparing [2025-08-04T09:00:49.478Z] 99e9c86bbb64: Preparing [2025-08-04T09:00:49.478Z] 7471e7df04b3: Preparing [2025-08-04T09:00:49.478Z] ec9d2de138d7: Preparing [2025-08-04T09:00:49.478Z] 1d4471764fa7: Preparing [2025-08-04T09:00:49.478Z] b68f9980a737: Preparing [2025-08-04T09:00:49.478Z] 48b979855720: Preparing [2025-08-04T09:00:49.478Z] d1ac73223e9b: Preparing [2025-08-04T09:00:49.478Z] 021c61c1dcfa: Preparing [2025-08-04T09:00:49.478Z] 1e890da81ec9: Preparing [2025-08-04T09:00:49.478Z] ec9d2de138d7: Waiting [2025-08-04T09:00:49.478Z] 1d4471764fa7: Waiting [2025-08-04T09:00:49.478Z] b68f9980a737: Waiting [2025-08-04T09:00:49.478Z] 48b979855720: Waiting [2025-08-04T09:00:49.478Z] d1ac73223e9b: Waiting [2025-08-04T09:00:49.478Z] 1e890da81ec9: Waiting [2025-08-04T09:00:49.742Z] 7471e7df04b3: Pushed [2025-08-04T09:00:49.742Z] 31afc9c0a541: Pushed [2025-08-04T09:00:49.742Z] b3b0a4a62975: Pushed [2025-08-04T09:00:49.742Z] b68f9980a737: Layer already exists [2025-08-04T09:00:49.742Z] 48b979855720: Layer already exists [2025-08-04T09:00:49.742Z] ec9d2de138d7: Pushed [2025-08-04T09:00:49.742Z] 1d4471764fa7: Pushed [2025-08-04T09:00:50.006Z] 1e890da81ec9: Layer already exists [2025-08-04T09:00:50.006Z] d1ac73223e9b: Pushed [2025-08-04T09:00:52.573Z] 021c61c1dcfa: Pushed [2025-08-04T09:00:55.899Z] 99e9c86bbb64: Pushed [2025-08-04T09:00:56.164Z] f4a45ed52f50: Pushed [2025-08-04T09:00:56.164Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:1bfd35a87a82512973d75dd8edd4a0c52ce63f56198776323d33bf92f79bdf2a size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:00:56.520Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:00:56.862Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2025-08-04T09:00:56.862Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-08-04T09:00:56.862Z] b3b0a4a62975: Preparing [2025-08-04T09:00:56.862Z] 31afc9c0a541: Preparing [2025-08-04T09:00:56.862Z] f4a45ed52f50: Preparing [2025-08-04T09:00:56.862Z] 99e9c86bbb64: Preparing [2025-08-04T09:00:56.862Z] 7471e7df04b3: Preparing [2025-08-04T09:00:56.862Z] ec9d2de138d7: Preparing [2025-08-04T09:00:56.862Z] 1d4471764fa7: Preparing [2025-08-04T09:00:56.862Z] b68f9980a737: Preparing [2025-08-04T09:00:56.862Z] 48b979855720: Preparing [2025-08-04T09:00:56.862Z] d1ac73223e9b: Preparing [2025-08-04T09:00:56.862Z] 021c61c1dcfa: Preparing [2025-08-04T09:00:56.862Z] 1e890da81ec9: Preparing [2025-08-04T09:00:56.862Z] 48b979855720: Waiting [2025-08-04T09:00:56.862Z] d1ac73223e9b: Waiting [2025-08-04T09:00:56.862Z] 021c61c1dcfa: Waiting [2025-08-04T09:00:56.862Z] 1e890da81ec9: Waiting [2025-08-04T09:00:56.862Z] ec9d2de138d7: Waiting [2025-08-04T09:00:56.862Z] 1d4471764fa7: Waiting [2025-08-04T09:00:56.862Z] b68f9980a737: Waiting [2025-08-04T09:00:56.862Z] 31afc9c0a541: Layer already exists [2025-08-04T09:00:56.862Z] b3b0a4a62975: Layer already exists [2025-08-04T09:00:56.862Z] 7471e7df04b3: Layer already exists [2025-08-04T09:00:56.862Z] f4a45ed52f50: Layer already exists [2025-08-04T09:00:56.862Z] 99e9c86bbb64: Layer already exists [2025-08-04T09:00:56.862Z] b68f9980a737: Layer already exists [2025-08-04T09:00:56.862Z] 48b979855720: Layer already exists [2025-08-04T09:00:56.862Z] ec9d2de138d7: Layer already exists [2025-08-04T09:00:56.862Z] 1d4471764fa7: Layer already exists [2025-08-04T09:00:56.862Z] d1ac73223e9b: Layer already exists [2025-08-04T09:00:56.862Z] 021c61c1dcfa: Layer already exists [2025-08-04T09:00:56.862Z] 1e890da81ec9: Layer already exists [2025-08-04T09:00:57.126Z] latest: digest: sha256:1bfd35a87a82512973d75dd8edd4a0c52ce63f56198776323d33bf92f79bdf2a size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:00:57.472Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:00:57.818Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.42 [2025-08-04T09:00:57.818Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-08-04T09:00:57.818Z] b3b0a4a62975: Preparing [2025-08-04T09:00:57.818Z] 31afc9c0a541: Preparing [2025-08-04T09:00:57.818Z] f4a45ed52f50: Preparing [2025-08-04T09:00:57.818Z] 99e9c86bbb64: Preparing [2025-08-04T09:00:57.818Z] 7471e7df04b3: Preparing [2025-08-04T09:00:57.818Z] ec9d2de138d7: Preparing [2025-08-04T09:00:57.818Z] 1d4471764fa7: Preparing [2025-08-04T09:00:57.818Z] b68f9980a737: Preparing [2025-08-04T09:00:57.818Z] 48b979855720: Preparing [2025-08-04T09:00:57.818Z] d1ac73223e9b: Preparing [2025-08-04T09:00:57.818Z] 021c61c1dcfa: Preparing [2025-08-04T09:00:57.818Z] 1e890da81ec9: Preparing [2025-08-04T09:00:57.818Z] ec9d2de138d7: Waiting [2025-08-04T09:00:57.818Z] 1d4471764fa7: Waiting [2025-08-04T09:00:57.818Z] 48b979855720: Waiting [2025-08-04T09:00:57.818Z] d1ac73223e9b: Waiting [2025-08-04T09:00:57.818Z] 021c61c1dcfa: Waiting [2025-08-04T09:00:57.818Z] 1e890da81ec9: Waiting [2025-08-04T09:00:57.818Z] b68f9980a737: Waiting [2025-08-04T09:00:57.818Z] 99e9c86bbb64: Layer already exists [2025-08-04T09:00:57.818Z] b3b0a4a62975: Layer already exists [2025-08-04T09:00:57.818Z] 7471e7df04b3: Layer already exists [2025-08-04T09:00:57.818Z] 31afc9c0a541: Layer already exists [2025-08-04T09:00:57.818Z] f4a45ed52f50: Layer already exists [2025-08-04T09:00:57.818Z] b68f9980a737: Layer already exists [2025-08-04T09:00:57.818Z] 1d4471764fa7: Layer already exists [2025-08-04T09:00:57.818Z] ec9d2de138d7: Layer already exists [2025-08-04T09:00:57.818Z] 48b979855720: Layer already exists [2025-08-04T09:00:57.818Z] d1ac73223e9b: Layer already exists [2025-08-04T09:00:57.818Z] 021c61c1dcfa: Layer already exists [2025-08-04T09:00:57.818Z] 1e890da81ec9: Layer already exists [2025-08-04T09:00:58.083Z] 4.1.0-dev.42: digest: sha256:1bfd35a87a82512973d75dd8edd4a0c52ce63f56198776323d33bf92f79bdf2a size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:00:58.438Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:00:58.860Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T09:00:58.860Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-08-04T09:00:58.860Z] b3b0a4a62975: Preparing [2025-08-04T09:00:58.860Z] 31afc9c0a541: Preparing [2025-08-04T09:00:58.860Z] f4a45ed52f50: Preparing [2025-08-04T09:00:58.860Z] 99e9c86bbb64: Preparing [2025-08-04T09:00:58.860Z] 7471e7df04b3: Preparing [2025-08-04T09:00:58.860Z] ec9d2de138d7: Preparing [2025-08-04T09:00:58.860Z] 1d4471764fa7: Preparing [2025-08-04T09:00:58.860Z] b68f9980a737: Preparing [2025-08-04T09:00:58.860Z] 48b979855720: Preparing [2025-08-04T09:00:58.860Z] d1ac73223e9b: Preparing [2025-08-04T09:00:58.860Z] 021c61c1dcfa: Preparing [2025-08-04T09:00:58.860Z] 1e890da81ec9: Preparing [2025-08-04T09:00:58.860Z] 1d4471764fa7: Waiting [2025-08-04T09:00:58.860Z] b68f9980a737: Waiting [2025-08-04T09:00:58.860Z] 48b979855720: Waiting [2025-08-04T09:00:58.860Z] d1ac73223e9b: Waiting [2025-08-04T09:00:58.860Z] 021c61c1dcfa: Waiting [2025-08-04T09:00:58.860Z] 1e890da81ec9: Waiting [2025-08-04T09:00:58.860Z] ec9d2de138d7: Waiting [2025-08-04T09:00:58.860Z] b3b0a4a62975: Layer already exists [2025-08-04T09:00:58.860Z] f4a45ed52f50: Layer already exists [2025-08-04T09:00:58.860Z] 7471e7df04b3: Layer already exists [2025-08-04T09:00:58.860Z] 31afc9c0a541: Layer already exists [2025-08-04T09:00:58.860Z] 99e9c86bbb64: Layer already exists [2025-08-04T09:00:58.860Z] 1d4471764fa7: Layer already exists [2025-08-04T09:00:58.860Z] ec9d2de138d7: Layer already exists [2025-08-04T09:00:58.860Z] b68f9980a737: Layer already exists [2025-08-04T09:00:58.860Z] 48b979855720: Layer already exists [2025-08-04T09:00:58.860Z] d1ac73223e9b: Layer already exists [2025-08-04T09:00:58.860Z] 021c61c1dcfa: Layer already exists [2025-08-04T09:00:58.860Z] 1e890da81ec9: Layer already exists [2025-08-04T09:00:59.125Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:1bfd35a87a82512973d75dd8edd4a0c52ce63f56198776323d33bf92f79bdf2a size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:00:59.492Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:00:59.849Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2025-08-04T09:00:59.849Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-08-04T09:00:59.849Z] b3b0a4a62975: Preparing [2025-08-04T09:00:59.849Z] 31afc9c0a541: Preparing [2025-08-04T09:00:59.849Z] f4a45ed52f50: Preparing [2025-08-04T09:00:59.849Z] 99e9c86bbb64: Preparing [2025-08-04T09:00:59.849Z] 7471e7df04b3: Preparing [2025-08-04T09:00:59.849Z] ec9d2de138d7: Preparing [2025-08-04T09:00:59.849Z] 1d4471764fa7: Preparing [2025-08-04T09:00:59.849Z] b68f9980a737: Preparing [2025-08-04T09:00:59.849Z] 48b979855720: Preparing [2025-08-04T09:00:59.849Z] d1ac73223e9b: Preparing [2025-08-04T09:00:59.849Z] 021c61c1dcfa: Preparing [2025-08-04T09:00:59.849Z] 1e890da81ec9: Preparing [2025-08-04T09:00:59.849Z] b68f9980a737: Waiting [2025-08-04T09:00:59.849Z] 48b979855720: Waiting [2025-08-04T09:00:59.849Z] 021c61c1dcfa: Waiting [2025-08-04T09:00:59.849Z] 1e890da81ec9: Waiting [2025-08-04T09:00:59.849Z] d1ac73223e9b: Waiting [2025-08-04T09:00:59.849Z] ec9d2de138d7: Waiting [2025-08-04T09:00:59.849Z] 1d4471764fa7: Waiting [2025-08-04T09:00:59.849Z] 31afc9c0a541: Layer already exists [2025-08-04T09:00:59.849Z] f4a45ed52f50: Layer already exists [2025-08-04T09:00:59.849Z] b3b0a4a62975: Layer already exists [2025-08-04T09:00:59.849Z] 7471e7df04b3: Layer already exists [2025-08-04T09:00:59.849Z] 99e9c86bbb64: Layer already exists [2025-08-04T09:00:59.849Z] ec9d2de138d7: Layer already exists [2025-08-04T09:00:59.849Z] b68f9980a737: Layer already exists [2025-08-04T09:00:59.849Z] 48b979855720: Layer already exists [2025-08-04T09:00:59.849Z] 1d4471764fa7: Layer already exists [2025-08-04T09:00:59.849Z] d1ac73223e9b: Layer already exists [2025-08-04T09:00:59.849Z] 021c61c1dcfa: Layer already exists [2025-08-04T09:00:59.849Z] 1e890da81ec9: Layer already exists [2025-08-04T09:01:00.118Z] main: digest: sha256:1bfd35a87a82512973d75dd8edd4a0c52ce63f56198776323d33bf92f79bdf2a size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-04T09:01:00.190Z] ===================================================== [Pipeline] echo [2025-08-04T09:01:00.206Z] taggedImages: [2025-08-04T09:01:00.206Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T09:01:00.206Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2025-08-04T09:01:00.206Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.42 [2025-08-04T09:01:00.206Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T09:01:00.206Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2025-08-04T09:01:00.227Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2025-08-04T09:01:00.227Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T09:01:00.227Z] latest [2025-08-04T09:01:00.227Z] 4.1.0-dev.42 [2025-08-04T09:01:00.227Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T09:01:00.227Z] main [2025-08-04T09:01:00.227Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:01:00.596Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:01:00.942Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T09:01:00.942Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-08-04T09:01:00.942Z] 71178b64aeaa: Preparing [2025-08-04T09:01:00.942Z] 4876c1ed8275: Preparing [2025-08-04T09:01:00.942Z] b68f9980a737: Preparing [2025-08-04T09:01:00.942Z] 48b979855720: Preparing [2025-08-04T09:01:00.942Z] be4e69bc26d2: Preparing [2025-08-04T09:01:00.942Z] 7ff00323b307: Preparing [2025-08-04T09:01:00.942Z] 1e890da81ec9: Preparing [2025-08-04T09:01:00.942Z] 7ff00323b307: Waiting [2025-08-04T09:01:00.942Z] 1e890da81ec9: Waiting [2025-08-04T09:01:00.942Z] b68f9980a737: Layer already exists [2025-08-04T09:01:00.942Z] 48b979855720: Layer already exists [2025-08-04T09:01:01.206Z] 1e890da81ec9: Layer already exists [2025-08-04T09:01:01.206Z] 71178b64aeaa: Pushed [2025-08-04T09:01:01.206Z] be4e69bc26d2: Pushed [2025-08-04T09:01:03.139Z] 7ff00323b307: Pushed [2025-08-04T09:01:08.469Z] 4876c1ed8275: Pushed [2025-08-04T09:01:08.469Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:41aa6c236a5d61197a3e6ea4d56422d4dad0e33fa009c4564dc263869d410a41 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:01:08.828Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:01:09.440Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2025-08-04T09:01:09.440Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-08-04T09:01:09.440Z] 71178b64aeaa: Preparing [2025-08-04T09:01:09.440Z] 4876c1ed8275: Preparing [2025-08-04T09:01:09.440Z] b68f9980a737: Preparing [2025-08-04T09:01:09.440Z] 48b979855720: Preparing [2025-08-04T09:01:09.440Z] be4e69bc26d2: Preparing [2025-08-04T09:01:09.440Z] 7ff00323b307: Preparing [2025-08-04T09:01:09.440Z] 1e890da81ec9: Preparing [2025-08-04T09:01:09.440Z] 7ff00323b307: Waiting [2025-08-04T09:01:09.440Z] 1e890da81ec9: Waiting [2025-08-04T09:01:09.440Z] 71178b64aeaa: Layer already exists [2025-08-04T09:01:09.440Z] 4876c1ed8275: Layer already exists [2025-08-04T09:01:09.440Z] be4e69bc26d2: Layer already exists [2025-08-04T09:01:09.440Z] 48b979855720: Layer already exists [2025-08-04T09:01:09.440Z] b68f9980a737: Layer already exists [2025-08-04T09:01:09.440Z] 1e890da81ec9: Layer already exists [2025-08-04T09:01:09.440Z] 7ff00323b307: Layer already exists [2025-08-04T09:01:09.704Z] latest: digest: sha256:41aa6c236a5d61197a3e6ea4d56422d4dad0e33fa009c4564dc263869d410a41 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:01:10.054Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:01:10.397Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.42 [2025-08-04T09:01:10.397Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-08-04T09:01:10.397Z] 71178b64aeaa: Preparing [2025-08-04T09:01:10.397Z] 4876c1ed8275: Preparing [2025-08-04T09:01:10.397Z] b68f9980a737: Preparing [2025-08-04T09:01:10.397Z] 48b979855720: Preparing [2025-08-04T09:01:10.397Z] be4e69bc26d2: Preparing [2025-08-04T09:01:10.397Z] 7ff00323b307: Preparing [2025-08-04T09:01:10.397Z] 1e890da81ec9: Preparing [2025-08-04T09:01:10.397Z] 7ff00323b307: Waiting [2025-08-04T09:01:10.397Z] 1e890da81ec9: Waiting [2025-08-04T09:01:10.397Z] 48b979855720: Layer already exists [2025-08-04T09:01:10.397Z] be4e69bc26d2: Layer already exists [2025-08-04T09:01:10.397Z] 4876c1ed8275: Layer already exists [2025-08-04T09:01:10.397Z] b68f9980a737: Layer already exists [2025-08-04T09:01:10.397Z] 71178b64aeaa: Layer already exists [2025-08-04T09:01:10.397Z] 7ff00323b307: Layer already exists [2025-08-04T09:01:10.397Z] 1e890da81ec9: Layer already exists [2025-08-04T09:01:10.397Z] 4.1.0-dev.42: digest: sha256:41aa6c236a5d61197a3e6ea4d56422d4dad0e33fa009c4564dc263869d410a41 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:01:11.005Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:01:11.349Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T09:01:11.349Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-08-04T09:01:11.349Z] 71178b64aeaa: Preparing [2025-08-04T09:01:11.349Z] 4876c1ed8275: Preparing [2025-08-04T09:01:11.349Z] b68f9980a737: Preparing [2025-08-04T09:01:11.349Z] 48b979855720: Preparing [2025-08-04T09:01:11.349Z] be4e69bc26d2: Preparing [2025-08-04T09:01:11.349Z] 7ff00323b307: Preparing [2025-08-04T09:01:11.349Z] 1e890da81ec9: Preparing [2025-08-04T09:01:11.349Z] 7ff00323b307: Waiting [2025-08-04T09:01:11.349Z] 1e890da81ec9: Waiting [2025-08-04T09:01:11.349Z] b68f9980a737: Layer already exists [2025-08-04T09:01:11.349Z] 48b979855720: Layer already exists [2025-08-04T09:01:11.349Z] 4876c1ed8275: Layer already exists [2025-08-04T09:01:11.349Z] 71178b64aeaa: Layer already exists [2025-08-04T09:01:11.349Z] be4e69bc26d2: Layer already exists [2025-08-04T09:01:11.349Z] 7ff00323b307: Layer already exists [2025-08-04T09:01:11.349Z] 1e890da81ec9: Layer already exists [2025-08-04T09:01:11.349Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:41aa6c236a5d61197a3e6ea4d56422d4dad0e33fa009c4564dc263869d410a41 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:01:11.957Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:01:12.309Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2025-08-04T09:01:12.309Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-08-04T09:01:12.309Z] 71178b64aeaa: Preparing [2025-08-04T09:01:12.309Z] 4876c1ed8275: Preparing [2025-08-04T09:01:12.309Z] b68f9980a737: Preparing [2025-08-04T09:01:12.309Z] 48b979855720: Preparing [2025-08-04T09:01:12.309Z] be4e69bc26d2: Preparing [2025-08-04T09:01:12.309Z] 7ff00323b307: Preparing [2025-08-04T09:01:12.309Z] 1e890da81ec9: Preparing [2025-08-04T09:01:12.309Z] 7ff00323b307: Waiting [2025-08-04T09:01:12.309Z] 1e890da81ec9: Waiting [2025-08-04T09:01:12.309Z] b68f9980a737: Layer already exists [2025-08-04T09:01:12.309Z] 71178b64aeaa: Layer already exists [2025-08-04T09:01:12.309Z] 48b979855720: Layer already exists [2025-08-04T09:01:12.309Z] be4e69bc26d2: Layer already exists [2025-08-04T09:01:12.309Z] 4876c1ed8275: Layer already exists [2025-08-04T09:01:12.309Z] 1e890da81ec9: Layer already exists [2025-08-04T09:01:12.309Z] 7ff00323b307: Layer already exists [2025-08-04T09:01:12.309Z] main: digest: sha256:41aa6c236a5d61197a3e6ea4d56422d4dad0e33fa009c4564dc263869d410a41 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-04T09:01:12.638Z] ===================================================== [Pipeline] echo [2025-08-04T09:01:12.650Z] taggedImages: [2025-08-04T09:01:12.650Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T09:01:12.650Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2025-08-04T09:01:12.650Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.42 [2025-08-04T09:01:12.650Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T09:01:12.650Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2025-08-04T09:01:12.672Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2025-08-04T09:01:12.672Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T09:01:12.672Z] latest [2025-08-04T09:01:12.672Z] 4.1.0-dev.42 [2025-08-04T09:01:12.672Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T09:01:12.672Z] main [2025-08-04T09:01:12.672Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:01:13.029Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:01:13.386Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T09:01:13.386Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-08-04T09:01:13.386Z] 098d33d8acc2: Preparing [2025-08-04T09:01:13.386Z] d58264a1eab8: Preparing [2025-08-04T09:01:13.386Z] 2c12cc521c88: Preparing [2025-08-04T09:01:13.386Z] b68f9980a737: Preparing [2025-08-04T09:01:13.386Z] 48b979855720: Preparing [2025-08-04T09:01:13.386Z] 0a4e3061aa6a: Preparing [2025-08-04T09:01:13.386Z] a7a97e4b7925: Preparing [2025-08-04T09:01:13.386Z] 052861c9d7f1: Preparing [2025-08-04T09:01:13.386Z] adc32d2fed38: Preparing [2025-08-04T09:01:13.386Z] 1e890da81ec9: Preparing [2025-08-04T09:01:13.386Z] 0a4e3061aa6a: Waiting [2025-08-04T09:01:13.386Z] a7a97e4b7925: Waiting [2025-08-04T09:01:13.386Z] 052861c9d7f1: Waiting [2025-08-04T09:01:13.386Z] adc32d2fed38: Waiting [2025-08-04T09:01:13.386Z] 1e890da81ec9: Waiting [2025-08-04T09:01:13.386Z] 48b979855720: Layer already exists [2025-08-04T09:01:13.386Z] b68f9980a737: Layer already exists [2025-08-04T09:01:13.649Z] d58264a1eab8: Pushed [2025-08-04T09:01:13.649Z] 2c12cc521c88: Pushed [2025-08-04T09:01:13.649Z] 098d33d8acc2: Pushed [2025-08-04T09:01:13.649Z] 1e890da81ec9: Layer already exists [2025-08-04T09:01:13.649Z] 052861c9d7f1: Pushed [2025-08-04T09:01:14.603Z] adc32d2fed38: Pushed [2025-08-04T09:01:24.656Z] a7a97e4b7925: Pushed [2025-08-04T09:01:36.945Z] 0a4e3061aa6a: Pushed [2025-08-04T09:01:36.945Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:9b9749e5014d72699304c647b9c6620a4ae1582c72efad9189f41ed9c5fd3b38 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:01:37.293Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:01:37.631Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2025-08-04T09:01:37.631Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-08-04T09:01:37.631Z] 098d33d8acc2: Preparing [2025-08-04T09:01:37.631Z] d58264a1eab8: Preparing [2025-08-04T09:01:37.631Z] 2c12cc521c88: Preparing [2025-08-04T09:01:37.631Z] b68f9980a737: Preparing [2025-08-04T09:01:37.631Z] 48b979855720: Preparing [2025-08-04T09:01:37.631Z] 0a4e3061aa6a: Preparing [2025-08-04T09:01:37.631Z] a7a97e4b7925: Preparing [2025-08-04T09:01:37.631Z] 052861c9d7f1: Preparing [2025-08-04T09:01:37.631Z] adc32d2fed38: Preparing [2025-08-04T09:01:37.631Z] 1e890da81ec9: Preparing [2025-08-04T09:01:37.631Z] 0a4e3061aa6a: Waiting [2025-08-04T09:01:37.631Z] a7a97e4b7925: Waiting [2025-08-04T09:01:37.631Z] 052861c9d7f1: Waiting [2025-08-04T09:01:37.631Z] adc32d2fed38: Waiting [2025-08-04T09:01:37.631Z] 1e890da81ec9: Waiting [2025-08-04T09:01:37.631Z] d58264a1eab8: Layer already exists [2025-08-04T09:01:37.631Z] 2c12cc521c88: Layer already exists [2025-08-04T09:01:37.631Z] 098d33d8acc2: Layer already exists [2025-08-04T09:01:37.631Z] b68f9980a737: Layer already exists [2025-08-04T09:01:37.631Z] 48b979855720: Layer already exists [2025-08-04T09:01:37.631Z] 052861c9d7f1: Layer already exists [2025-08-04T09:01:37.631Z] adc32d2fed38: Layer already exists [2025-08-04T09:01:37.631Z] a7a97e4b7925: Layer already exists [2025-08-04T09:01:37.631Z] 0a4e3061aa6a: Layer already exists [2025-08-04T09:01:37.631Z] 1e890da81ec9: Layer already exists [2025-08-04T09:01:37.894Z] latest: digest: sha256:9b9749e5014d72699304c647b9c6620a4ae1582c72efad9189f41ed9c5fd3b38 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:01:38.230Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:01:38.587Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.42 [2025-08-04T09:01:38.587Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-08-04T09:01:38.587Z] 098d33d8acc2: Preparing [2025-08-04T09:01:38.587Z] d58264a1eab8: Preparing [2025-08-04T09:01:38.587Z] 2c12cc521c88: Preparing [2025-08-04T09:01:38.587Z] b68f9980a737: Preparing [2025-08-04T09:01:38.587Z] 48b979855720: Preparing [2025-08-04T09:01:38.587Z] 0a4e3061aa6a: Preparing [2025-08-04T09:01:38.587Z] a7a97e4b7925: Preparing [2025-08-04T09:01:38.587Z] 052861c9d7f1: Preparing [2025-08-04T09:01:38.587Z] adc32d2fed38: Preparing [2025-08-04T09:01:38.587Z] 1e890da81ec9: Preparing [2025-08-04T09:01:38.587Z] 0a4e3061aa6a: Waiting [2025-08-04T09:01:38.587Z] a7a97e4b7925: Waiting [2025-08-04T09:01:38.587Z] 052861c9d7f1: Waiting [2025-08-04T09:01:38.587Z] 1e890da81ec9: Waiting [2025-08-04T09:01:38.587Z] adc32d2fed38: Waiting [2025-08-04T09:01:38.587Z] 2c12cc521c88: Layer already exists [2025-08-04T09:01:38.587Z] b68f9980a737: Layer already exists [2025-08-04T09:01:38.587Z] 48b979855720: Layer already exists [2025-08-04T09:01:38.587Z] d58264a1eab8: Layer already exists [2025-08-04T09:01:38.587Z] 098d33d8acc2: Layer already exists [2025-08-04T09:01:38.587Z] a7a97e4b7925: Layer already exists [2025-08-04T09:01:38.587Z] 1e890da81ec9: Layer already exists [2025-08-04T09:01:38.587Z] 052861c9d7f1: Layer already exists [2025-08-04T09:01:38.587Z] adc32d2fed38: Layer already exists [2025-08-04T09:01:38.587Z] 0a4e3061aa6a: Layer already exists [2025-08-04T09:01:38.587Z] 4.1.0-dev.42: digest: sha256:9b9749e5014d72699304c647b9c6620a4ae1582c72efad9189f41ed9c5fd3b38 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:01:39.193Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:01:39.537Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T09:01:39.537Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-08-04T09:01:39.537Z] 098d33d8acc2: Preparing [2025-08-04T09:01:39.537Z] d58264a1eab8: Preparing [2025-08-04T09:01:39.537Z] 2c12cc521c88: Preparing [2025-08-04T09:01:39.537Z] b68f9980a737: Preparing [2025-08-04T09:01:39.537Z] 48b979855720: Preparing [2025-08-04T09:01:39.537Z] 0a4e3061aa6a: Preparing [2025-08-04T09:01:39.537Z] a7a97e4b7925: Preparing [2025-08-04T09:01:39.537Z] 052861c9d7f1: Preparing [2025-08-04T09:01:39.537Z] adc32d2fed38: Preparing [2025-08-04T09:01:39.537Z] 1e890da81ec9: Preparing [2025-08-04T09:01:39.537Z] 0a4e3061aa6a: Waiting [2025-08-04T09:01:39.537Z] adc32d2fed38: Waiting [2025-08-04T09:01:39.537Z] a7a97e4b7925: Waiting [2025-08-04T09:01:39.537Z] 052861c9d7f1: Waiting [2025-08-04T09:01:39.537Z] 1e890da81ec9: Waiting [2025-08-04T09:01:39.537Z] d58264a1eab8: Layer already exists [2025-08-04T09:01:39.537Z] 098d33d8acc2: Layer already exists [2025-08-04T09:01:39.537Z] 2c12cc521c88: Layer already exists [2025-08-04T09:01:39.537Z] b68f9980a737: Layer already exists [2025-08-04T09:01:39.537Z] 48b979855720: Layer already exists [2025-08-04T09:01:39.537Z] 0a4e3061aa6a: Layer already exists [2025-08-04T09:01:39.537Z] a7a97e4b7925: Layer already exists [2025-08-04T09:01:39.537Z] 052861c9d7f1: Layer already exists [2025-08-04T09:01:39.537Z] adc32d2fed38: Layer already exists [2025-08-04T09:01:39.537Z] 1e890da81ec9: Layer already exists [2025-08-04T09:01:39.537Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:9b9749e5014d72699304c647b9c6620a4ae1582c72efad9189f41ed9c5fd3b38 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:01:39.880Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:01:40.225Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2025-08-04T09:01:40.225Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-08-04T09:01:40.225Z] 098d33d8acc2: Preparing [2025-08-04T09:01:40.225Z] d58264a1eab8: Preparing [2025-08-04T09:01:40.225Z] 2c12cc521c88: Preparing [2025-08-04T09:01:40.225Z] b68f9980a737: Preparing [2025-08-04T09:01:40.225Z] 48b979855720: Preparing [2025-08-04T09:01:40.225Z] 0a4e3061aa6a: Preparing [2025-08-04T09:01:40.225Z] a7a97e4b7925: Preparing [2025-08-04T09:01:40.225Z] 052861c9d7f1: Preparing [2025-08-04T09:01:40.225Z] adc32d2fed38: Preparing [2025-08-04T09:01:40.225Z] 1e890da81ec9: Preparing [2025-08-04T09:01:40.225Z] 052861c9d7f1: Waiting [2025-08-04T09:01:40.225Z] adc32d2fed38: Waiting [2025-08-04T09:01:40.225Z] 1e890da81ec9: Waiting [2025-08-04T09:01:40.225Z] 0a4e3061aa6a: Waiting [2025-08-04T09:01:40.225Z] a7a97e4b7925: Waiting [2025-08-04T09:01:40.225Z] 098d33d8acc2: Layer already exists [2025-08-04T09:01:40.225Z] b68f9980a737: Layer already exists [2025-08-04T09:01:40.225Z] 2c12cc521c88: Layer already exists [2025-08-04T09:01:40.225Z] d58264a1eab8: Layer already exists [2025-08-04T09:01:40.225Z] 48b979855720: Layer already exists [2025-08-04T09:01:40.225Z] a7a97e4b7925: Layer already exists [2025-08-04T09:01:40.225Z] 0a4e3061aa6a: Layer already exists [2025-08-04T09:01:40.225Z] adc32d2fed38: Layer already exists [2025-08-04T09:01:40.225Z] 052861c9d7f1: Layer already exists [2025-08-04T09:01:40.225Z] 1e890da81ec9: Layer already exists [2025-08-04T09:01:40.489Z] main: digest: sha256:9b9749e5014d72699304c647b9c6620a4ae1582c72efad9189f41ed9c5fd3b38 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-04T09:01:40.564Z] ===================================================== [Pipeline] echo [2025-08-04T09:01:40.579Z] taggedImages: [2025-08-04T09:01:40.579Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T09:01:40.579Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2025-08-04T09:01:40.579Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.42 [2025-08-04T09:01:40.579Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T09:01:40.579Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2025-08-04T09:01:40.605Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2025-08-04T09:01:40.605Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T09:01:40.605Z] latest [2025-08-04T09:01:40.605Z] 4.1.0-dev.42 [2025-08-04T09:01:40.605Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T09:01:40.605Z] main [2025-08-04T09:01:40.605Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:01:40.961Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:01:41.302Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T09:01:41.302Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-08-04T09:01:41.302Z] bd823c03a4fc: Preparing [2025-08-04T09:01:41.302Z] bc9d89551333: Preparing [2025-08-04T09:01:41.302Z] 520a408a2eae: Preparing [2025-08-04T09:01:41.302Z] b68f9980a737: Preparing [2025-08-04T09:01:41.302Z] 48b979855720: Preparing [2025-08-04T09:01:41.302Z] 0a4e3061aa6a: Preparing [2025-08-04T09:01:41.302Z] 0ca829ff69be: Preparing [2025-08-04T09:01:41.302Z] bc331387d736: Preparing [2025-08-04T09:01:41.302Z] 1e890da81ec9: Preparing [2025-08-04T09:01:41.302Z] 0a4e3061aa6a: Waiting [2025-08-04T09:01:41.302Z] 0ca829ff69be: Waiting [2025-08-04T09:01:41.302Z] 1e890da81ec9: Waiting [2025-08-04T09:01:41.302Z] bc331387d736: Waiting [2025-08-04T09:01:41.302Z] b68f9980a737: Layer already exists [2025-08-04T09:01:41.302Z] 48b979855720: Layer already exists [2025-08-04T09:01:41.566Z] 0a4e3061aa6a: Layer already exists [2025-08-04T09:01:41.566Z] 520a408a2eae: Pushed [2025-08-04T09:01:41.566Z] bc9d89551333: Pushed [2025-08-04T09:01:41.566Z] bd823c03a4fc: Pushed [2025-08-04T09:01:41.566Z] 1e890da81ec9: Layer already exists [2025-08-04T09:01:41.566Z] 0ca829ff69be: Pushed [2025-08-04T09:01:42.144Z] bc331387d736: Pushed [2025-08-04T09:01:42.408Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:8c096818a89afc44237462edabec779ecd2e33df17973675160cc39f63ecc513 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:01:42.750Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:01:43.140Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2025-08-04T09:01:43.140Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-08-04T09:01:43.140Z] bd823c03a4fc: Preparing [2025-08-04T09:01:43.140Z] bc9d89551333: Preparing [2025-08-04T09:01:43.140Z] 520a408a2eae: Preparing [2025-08-04T09:01:43.140Z] b68f9980a737: Preparing [2025-08-04T09:01:43.140Z] 48b979855720: Preparing [2025-08-04T09:01:43.140Z] 0a4e3061aa6a: Preparing [2025-08-04T09:01:43.140Z] 0ca829ff69be: Preparing [2025-08-04T09:01:43.140Z] bc331387d736: Preparing [2025-08-04T09:01:43.140Z] 1e890da81ec9: Preparing [2025-08-04T09:01:43.140Z] 0a4e3061aa6a: Waiting [2025-08-04T09:01:43.140Z] 0ca829ff69be: Waiting [2025-08-04T09:01:43.140Z] bc331387d736: Waiting [2025-08-04T09:01:43.140Z] 1e890da81ec9: Waiting [2025-08-04T09:01:43.140Z] 48b979855720: Layer already exists [2025-08-04T09:01:43.140Z] bd823c03a4fc: Layer already exists [2025-08-04T09:01:43.140Z] b68f9980a737: Layer already exists [2025-08-04T09:01:43.140Z] bc9d89551333: Layer already exists [2025-08-04T09:01:43.140Z] 520a408a2eae: Layer already exists [2025-08-04T09:01:43.140Z] 0ca829ff69be: Layer already exists [2025-08-04T09:01:43.140Z] bc331387d736: Layer already exists [2025-08-04T09:01:43.140Z] 1e890da81ec9: Layer already exists [2025-08-04T09:01:43.140Z] 0a4e3061aa6a: Layer already exists [2025-08-04T09:01:43.403Z] latest: digest: sha256:8c096818a89afc44237462edabec779ecd2e33df17973675160cc39f63ecc513 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:01:43.745Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:01:44.083Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.42 [2025-08-04T09:01:44.083Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-08-04T09:01:44.083Z] bd823c03a4fc: Preparing [2025-08-04T09:01:44.083Z] bc9d89551333: Preparing [2025-08-04T09:01:44.083Z] 520a408a2eae: Preparing [2025-08-04T09:01:44.083Z] b68f9980a737: Preparing [2025-08-04T09:01:44.083Z] 48b979855720: Preparing [2025-08-04T09:01:44.083Z] 0a4e3061aa6a: Preparing [2025-08-04T09:01:44.083Z] 0ca829ff69be: Preparing [2025-08-04T09:01:44.083Z] bc331387d736: Preparing [2025-08-04T09:01:44.083Z] 1e890da81ec9: Preparing [2025-08-04T09:01:44.083Z] 0a4e3061aa6a: Waiting [2025-08-04T09:01:44.083Z] 0ca829ff69be: Waiting [2025-08-04T09:01:44.083Z] bc331387d736: Waiting [2025-08-04T09:01:44.083Z] 1e890da81ec9: Waiting [2025-08-04T09:01:44.083Z] b68f9980a737: Layer already exists [2025-08-04T09:01:44.083Z] 520a408a2eae: Layer already exists [2025-08-04T09:01:44.083Z] bd823c03a4fc: Layer already exists [2025-08-04T09:01:44.083Z] bc9d89551333: Layer already exists [2025-08-04T09:01:44.083Z] 48b979855720: Layer already exists [2025-08-04T09:01:44.083Z] bc331387d736: Layer already exists [2025-08-04T09:01:44.083Z] 0a4e3061aa6a: Layer already exists [2025-08-04T09:01:44.083Z] 1e890da81ec9: Layer already exists [2025-08-04T09:01:44.083Z] 0ca829ff69be: Layer already exists [2025-08-04T09:01:44.350Z] 4.1.0-dev.42: digest: sha256:8c096818a89afc44237462edabec779ecd2e33df17973675160cc39f63ecc513 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:01:44.689Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:01:45.029Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T09:01:45.029Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-08-04T09:01:45.029Z] bd823c03a4fc: Preparing [2025-08-04T09:01:45.029Z] bc9d89551333: Preparing [2025-08-04T09:01:45.029Z] 520a408a2eae: Preparing [2025-08-04T09:01:45.029Z] b68f9980a737: Preparing [2025-08-04T09:01:45.029Z] 48b979855720: Preparing [2025-08-04T09:01:45.029Z] 0a4e3061aa6a: Preparing [2025-08-04T09:01:45.029Z] 0ca829ff69be: Preparing [2025-08-04T09:01:45.029Z] bc331387d736: Preparing [2025-08-04T09:01:45.029Z] 1e890da81ec9: Preparing [2025-08-04T09:01:45.029Z] 0a4e3061aa6a: Waiting [2025-08-04T09:01:45.029Z] 0ca829ff69be: Waiting [2025-08-04T09:01:45.029Z] bc331387d736: Waiting [2025-08-04T09:01:45.029Z] 1e890da81ec9: Waiting [2025-08-04T09:01:45.029Z] bc9d89551333: Layer already exists [2025-08-04T09:01:45.029Z] 48b979855720: Layer already exists [2025-08-04T09:01:45.029Z] bd823c03a4fc: Layer already exists [2025-08-04T09:01:45.029Z] b68f9980a737: Layer already exists [2025-08-04T09:01:45.029Z] 520a408a2eae: Layer already exists [2025-08-04T09:01:45.029Z] bc331387d736: Layer already exists [2025-08-04T09:01:45.029Z] 1e890da81ec9: Layer already exists [2025-08-04T09:01:45.029Z] 0ca829ff69be: Layer already exists [2025-08-04T09:01:45.029Z] 0a4e3061aa6a: Layer already exists [2025-08-04T09:01:45.029Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:8c096818a89afc44237462edabec779ecd2e33df17973675160cc39f63ecc513 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:01:45.644Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:01:45.985Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2025-08-04T09:01:45.985Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-08-04T09:01:45.985Z] bd823c03a4fc: Preparing [2025-08-04T09:01:45.985Z] bc9d89551333: Preparing [2025-08-04T09:01:45.985Z] 520a408a2eae: Preparing [2025-08-04T09:01:45.985Z] b68f9980a737: Preparing [2025-08-04T09:01:45.985Z] 48b979855720: Preparing [2025-08-04T09:01:45.985Z] 0a4e3061aa6a: Preparing [2025-08-04T09:01:45.985Z] 0ca829ff69be: Preparing [2025-08-04T09:01:45.985Z] bc331387d736: Preparing [2025-08-04T09:01:45.985Z] 1e890da81ec9: Preparing [2025-08-04T09:01:45.985Z] 0ca829ff69be: Waiting [2025-08-04T09:01:45.985Z] bc331387d736: Waiting [2025-08-04T09:01:45.985Z] 0a4e3061aa6a: Waiting [2025-08-04T09:01:45.985Z] 1e890da81ec9: Waiting [2025-08-04T09:01:45.985Z] bc9d89551333: Layer already exists [2025-08-04T09:01:45.985Z] bd823c03a4fc: Layer already exists [2025-08-04T09:01:45.985Z] 48b979855720: Layer already exists [2025-08-04T09:01:45.985Z] b68f9980a737: Layer already exists [2025-08-04T09:01:45.985Z] 520a408a2eae: Layer already exists [2025-08-04T09:01:45.985Z] 1e890da81ec9: Layer already exists [2025-08-04T09:01:45.985Z] 0ca829ff69be: Layer already exists [2025-08-04T09:01:45.985Z] bc331387d736: Layer already exists [2025-08-04T09:01:45.985Z] 0a4e3061aa6a: Layer already exists [2025-08-04T09:01:45.985Z] main: digest: sha256:8c096818a89afc44237462edabec779ecd2e33df17973675160cc39f63ecc513 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-04T09:01:46.321Z] ===================================================== [Pipeline] echo [2025-08-04T09:01:46.333Z] taggedImages: [2025-08-04T09:01:46.333Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T09:01:46.333Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2025-08-04T09:01:46.333Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.42 [2025-08-04T09:01:46.333Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T09:01:46.333Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2025-08-04T09:01:46.362Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2025-08-04T09:01:46.362Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T09:01:46.362Z] latest [2025-08-04T09:01:46.362Z] 4.1.0-dev.42 [2025-08-04T09:01:46.362Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T09:01:46.362Z] main [2025-08-04T09:01:46.362Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:01:46.717Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:01:47.051Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T09:01:47.051Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-08-04T09:01:47.051Z] 9a71843189b0: Preparing [2025-08-04T09:01:47.051Z] aa643dba98c6: Preparing [2025-08-04T09:01:47.051Z] f641fd6496ed: Preparing [2025-08-04T09:01:47.052Z] b68f9980a737: Preparing [2025-08-04T09:01:47.052Z] 48b979855720: Preparing [2025-08-04T09:01:47.052Z] 3d570b76b2b6: Preparing [2025-08-04T09:01:47.052Z] 052861c9d7f1: Preparing [2025-08-04T09:01:47.052Z] adc32d2fed38: Preparing [2025-08-04T09:01:47.052Z] 1e890da81ec9: Preparing [2025-08-04T09:01:47.052Z] 3d570b76b2b6: Waiting [2025-08-04T09:01:47.052Z] 052861c9d7f1: Waiting [2025-08-04T09:01:47.052Z] adc32d2fed38: Waiting [2025-08-04T09:01:47.052Z] 1e890da81ec9: Waiting [2025-08-04T09:01:47.052Z] b68f9980a737: Layer already exists [2025-08-04T09:01:47.052Z] 48b979855720: Layer already exists [2025-08-04T09:01:47.314Z] 052861c9d7f1: Layer already exists [2025-08-04T09:01:47.314Z] aa643dba98c6: Pushed [2025-08-04T09:01:47.314Z] f641fd6496ed: Pushed [2025-08-04T09:01:47.314Z] adc32d2fed38: Layer already exists [2025-08-04T09:01:47.314Z] 9a71843189b0: Pushed [2025-08-04T09:01:47.314Z] 1e890da81ec9: Layer already exists [2025-08-04T09:02:13.934Z] 3d570b76b2b6: Pushed [2025-08-04T09:02:13.934Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:8f7046bbb24653eb431821ab6197f2eb7d378d69827c8d25b70438954306ca2b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:02:14.281Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:02:14.625Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2025-08-04T09:02:14.625Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-08-04T09:02:14.625Z] 9a71843189b0: Preparing [2025-08-04T09:02:14.625Z] aa643dba98c6: Preparing [2025-08-04T09:02:14.625Z] f641fd6496ed: Preparing [2025-08-04T09:02:14.625Z] b68f9980a737: Preparing [2025-08-04T09:02:14.625Z] 48b979855720: Preparing [2025-08-04T09:02:14.625Z] 3d570b76b2b6: Preparing [2025-08-04T09:02:14.625Z] 052861c9d7f1: Preparing [2025-08-04T09:02:14.625Z] adc32d2fed38: Preparing [2025-08-04T09:02:14.625Z] 1e890da81ec9: Preparing [2025-08-04T09:02:14.625Z] 3d570b76b2b6: Waiting [2025-08-04T09:02:14.625Z] 052861c9d7f1: Waiting [2025-08-04T09:02:14.625Z] adc32d2fed38: Waiting [2025-08-04T09:02:14.625Z] 1e890da81ec9: Waiting [2025-08-04T09:02:14.625Z] b68f9980a737: Layer already exists [2025-08-04T09:02:14.625Z] 48b979855720: Layer already exists [2025-08-04T09:02:14.625Z] 9a71843189b0: Layer already exists [2025-08-04T09:02:14.625Z] f641fd6496ed: Layer already exists [2025-08-04T09:02:14.625Z] aa643dba98c6: Layer already exists [2025-08-04T09:02:14.625Z] 052861c9d7f1: Layer already exists [2025-08-04T09:02:14.625Z] 1e890da81ec9: Layer already exists [2025-08-04T09:02:14.625Z] 3d570b76b2b6: Layer already exists [2025-08-04T09:02:14.625Z] adc32d2fed38: Layer already exists [2025-08-04T09:02:14.625Z] latest: digest: sha256:8f7046bbb24653eb431821ab6197f2eb7d378d69827c8d25b70438954306ca2b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:02:14.959Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:02:15.298Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.42 [2025-08-04T09:02:15.298Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-08-04T09:02:15.298Z] 9a71843189b0: Preparing [2025-08-04T09:02:15.298Z] aa643dba98c6: Preparing [2025-08-04T09:02:15.298Z] f641fd6496ed: Preparing [2025-08-04T09:02:15.298Z] b68f9980a737: Preparing [2025-08-04T09:02:15.298Z] 48b979855720: Preparing [2025-08-04T09:02:15.298Z] 3d570b76b2b6: Preparing [2025-08-04T09:02:15.298Z] 052861c9d7f1: Preparing [2025-08-04T09:02:15.298Z] 3d570b76b2b6: Waiting [2025-08-04T09:02:15.298Z] adc32d2fed38: Preparing [2025-08-04T09:02:15.298Z] 052861c9d7f1: Waiting [2025-08-04T09:02:15.298Z] 1e890da81ec9: Preparing [2025-08-04T09:02:15.298Z] adc32d2fed38: Waiting [2025-08-04T09:02:15.298Z] 1e890da81ec9: Waiting [2025-08-04T09:02:15.298Z] f641fd6496ed: Layer already exists [2025-08-04T09:02:15.298Z] aa643dba98c6: Layer already exists [2025-08-04T09:02:15.298Z] 9a71843189b0: Layer already exists [2025-08-04T09:02:15.298Z] b68f9980a737: Layer already exists [2025-08-04T09:02:15.298Z] 48b979855720: Layer already exists [2025-08-04T09:02:15.298Z] 052861c9d7f1: Layer already exists [2025-08-04T09:02:15.298Z] 3d570b76b2b6: Layer already exists [2025-08-04T09:02:15.298Z] 1e890da81ec9: Layer already exists [2025-08-04T09:02:15.298Z] adc32d2fed38: Layer already exists [2025-08-04T09:02:15.298Z] 4.1.0-dev.42: digest: sha256:8f7046bbb24653eb431821ab6197f2eb7d378d69827c8d25b70438954306ca2b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:02:15.637Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:02:17.368Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T09:02:17.368Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-08-04T09:02:17.368Z] 9a71843189b0: Preparing [2025-08-04T09:02:17.368Z] aa643dba98c6: Preparing [2025-08-04T09:02:17.368Z] f641fd6496ed: Preparing [2025-08-04T09:02:17.368Z] b68f9980a737: Preparing [2025-08-04T09:02:17.368Z] 48b979855720: Preparing [2025-08-04T09:02:17.368Z] 3d570b76b2b6: Preparing [2025-08-04T09:02:17.368Z] 052861c9d7f1: Preparing [2025-08-04T09:02:17.368Z] adc32d2fed38: Preparing [2025-08-04T09:02:17.368Z] 1e890da81ec9: Preparing [2025-08-04T09:02:17.368Z] 3d570b76b2b6: Waiting [2025-08-04T09:02:17.368Z] 052861c9d7f1: Waiting [2025-08-04T09:02:17.368Z] adc32d2fed38: Waiting [2025-08-04T09:02:17.368Z] b68f9980a737: Layer already exists [2025-08-04T09:02:17.368Z] 9a71843189b0: Layer already exists [2025-08-04T09:02:17.368Z] aa643dba98c6: Layer already exists [2025-08-04T09:02:17.368Z] 48b979855720: Layer already exists [2025-08-04T09:02:17.368Z] f641fd6496ed: Layer already exists [2025-08-04T09:02:17.368Z] 052861c9d7f1: Layer already exists [2025-08-04T09:02:17.368Z] 3d570b76b2b6: Layer already exists [2025-08-04T09:02:17.368Z] adc32d2fed38: Layer already exists [2025-08-04T09:02:17.368Z] 1e890da81ec9: Layer already exists [2025-08-04T09:02:17.368Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:8f7046bbb24653eb431821ab6197f2eb7d378d69827c8d25b70438954306ca2b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:02:17.970Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:02:18.304Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2025-08-04T09:02:18.304Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-08-04T09:02:18.304Z] 9a71843189b0: Preparing [2025-08-04T09:02:18.304Z] aa643dba98c6: Preparing [2025-08-04T09:02:18.304Z] f641fd6496ed: Preparing [2025-08-04T09:02:18.304Z] b68f9980a737: Preparing [2025-08-04T09:02:18.304Z] 48b979855720: Preparing [2025-08-04T09:02:18.304Z] 3d570b76b2b6: Preparing [2025-08-04T09:02:18.304Z] 052861c9d7f1: Preparing [2025-08-04T09:02:18.304Z] adc32d2fed38: Preparing [2025-08-04T09:02:18.304Z] 1e890da81ec9: Preparing [2025-08-04T09:02:18.304Z] 052861c9d7f1: Waiting [2025-08-04T09:02:18.304Z] adc32d2fed38: Waiting [2025-08-04T09:02:18.304Z] 1e890da81ec9: Waiting [2025-08-04T09:02:18.304Z] 3d570b76b2b6: Waiting [2025-08-04T09:02:18.304Z] f641fd6496ed: Layer already exists [2025-08-04T09:02:18.304Z] 9a71843189b0: Layer already exists [2025-08-04T09:02:18.304Z] b68f9980a737: Layer already exists [2025-08-04T09:02:18.304Z] aa643dba98c6: Layer already exists [2025-08-04T09:02:18.304Z] 48b979855720: Layer already exists [2025-08-04T09:02:18.304Z] 3d570b76b2b6: Layer already exists [2025-08-04T09:02:18.304Z] adc32d2fed38: Layer already exists [2025-08-04T09:02:18.304Z] 052861c9d7f1: Layer already exists [2025-08-04T09:02:18.304Z] 1e890da81ec9: Layer already exists [2025-08-04T09:02:18.304Z] main: digest: sha256:8f7046bbb24653eb431821ab6197f2eb7d378d69827c8d25b70438954306ca2b size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-04T09:02:18.370Z] ===================================================== [Pipeline] echo [2025-08-04T09:02:18.381Z] taggedImages: [2025-08-04T09:02:18.381Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T09:02:18.381Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2025-08-04T09:02:18.381Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.42 [2025-08-04T09:02:18.381Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T09:02:18.381Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2025-08-04T09:02:18.404Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2025-08-04T09:02:18.404Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T09:02:18.404Z] latest [2025-08-04T09:02:18.404Z] 4.1.0-dev.42 [2025-08-04T09:02:18.404Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T09:02:18.404Z] main [2025-08-04T09:02:18.404Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:02:18.805Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:02:19.151Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T09:02:19.152Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-08-04T09:02:19.152Z] 0f0bad8dc1b1: Preparing [2025-08-04T09:02:19.152Z] c22192bc7fe9: Preparing [2025-08-04T09:02:19.152Z] b68f9980a737: Preparing [2025-08-04T09:02:19.152Z] 48b979855720: Preparing [2025-08-04T09:02:19.152Z] 22ae82b1c01b: Preparing [2025-08-04T09:02:19.152Z] 8c8c592e530b: Preparing [2025-08-04T09:02:19.152Z] 1e890da81ec9: Preparing [2025-08-04T09:02:19.152Z] 8c8c592e530b: Waiting [2025-08-04T09:02:19.152Z] 1e890da81ec9: Waiting [2025-08-04T09:02:19.152Z] b68f9980a737: Layer already exists [2025-08-04T09:02:19.152Z] 48b979855720: Layer already exists [2025-08-04T09:02:19.152Z] 1e890da81ec9: Layer already exists [2025-08-04T09:02:19.420Z] 0f0bad8dc1b1: Pushed [2025-08-04T09:02:19.420Z] 22ae82b1c01b: Pushed [2025-08-04T09:02:20.409Z] 8c8c592e530b: Pushed [2025-08-04T09:02:27.019Z] c22192bc7fe9: Pushed [2025-08-04T09:02:27.019Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:28a3edf74f0a9d3c846b8de6900b98ebb3f51f826fd593009573102d0e15b274 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:02:27.364Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:02:28.277Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2025-08-04T09:02:28.277Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-08-04T09:02:28.277Z] 0f0bad8dc1b1: Preparing [2025-08-04T09:02:28.277Z] c22192bc7fe9: Preparing [2025-08-04T09:02:28.277Z] b68f9980a737: Preparing [2025-08-04T09:02:28.277Z] 48b979855720: Preparing [2025-08-04T09:02:28.277Z] 22ae82b1c01b: Preparing [2025-08-04T09:02:28.277Z] 8c8c592e530b: Preparing [2025-08-04T09:02:28.277Z] 1e890da81ec9: Preparing [2025-08-04T09:02:28.277Z] 8c8c592e530b: Waiting [2025-08-04T09:02:28.277Z] 1e890da81ec9: Waiting [2025-08-04T09:02:28.277Z] c22192bc7fe9: Layer already exists [2025-08-04T09:02:28.277Z] 22ae82b1c01b: Layer already exists [2025-08-04T09:02:28.277Z] 48b979855720: Layer already exists [2025-08-04T09:02:28.277Z] 0f0bad8dc1b1: Layer already exists [2025-08-04T09:02:28.277Z] b68f9980a737: Layer already exists [2025-08-04T09:02:28.277Z] 8c8c592e530b: Layer already exists [2025-08-04T09:02:28.277Z] 1e890da81ec9: Layer already exists [2025-08-04T09:02:28.277Z] latest: digest: sha256:28a3edf74f0a9d3c846b8de6900b98ebb3f51f826fd593009573102d0e15b274 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:02:28.895Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:02:29.240Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.42 [2025-08-04T09:02:29.240Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-08-04T09:02:29.240Z] 0f0bad8dc1b1: Preparing [2025-08-04T09:02:29.240Z] c22192bc7fe9: Preparing [2025-08-04T09:02:29.240Z] b68f9980a737: Preparing [2025-08-04T09:02:29.240Z] 48b979855720: Preparing [2025-08-04T09:02:29.240Z] 22ae82b1c01b: Preparing [2025-08-04T09:02:29.240Z] 8c8c592e530b: Preparing [2025-08-04T09:02:29.240Z] 1e890da81ec9: Preparing [2025-08-04T09:02:29.240Z] 8c8c592e530b: Waiting [2025-08-04T09:02:29.240Z] 1e890da81ec9: Waiting [2025-08-04T09:02:29.240Z] 0f0bad8dc1b1: Layer already exists [2025-08-04T09:02:29.240Z] c22192bc7fe9: Layer already exists [2025-08-04T09:02:29.240Z] b68f9980a737: Layer already exists [2025-08-04T09:02:29.240Z] 48b979855720: Layer already exists [2025-08-04T09:02:29.240Z] 22ae82b1c01b: Layer already exists [2025-08-04T09:02:29.240Z] 8c8c592e530b: Layer already exists [2025-08-04T09:02:29.240Z] 1e890da81ec9: Layer already exists [2025-08-04T09:02:29.240Z] 4.1.0-dev.42: digest: sha256:28a3edf74f0a9d3c846b8de6900b98ebb3f51f826fd593009573102d0e15b274 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:02:29.853Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:02:30.192Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T09:02:30.192Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-08-04T09:02:30.192Z] 0f0bad8dc1b1: Preparing [2025-08-04T09:02:30.192Z] c22192bc7fe9: Preparing [2025-08-04T09:02:30.192Z] b68f9980a737: Preparing [2025-08-04T09:02:30.192Z] 48b979855720: Preparing [2025-08-04T09:02:30.192Z] 22ae82b1c01b: Preparing [2025-08-04T09:02:30.192Z] 8c8c592e530b: Preparing [2025-08-04T09:02:30.192Z] 1e890da81ec9: Preparing [2025-08-04T09:02:30.192Z] 8c8c592e530b: Waiting [2025-08-04T09:02:30.192Z] 1e890da81ec9: Waiting [2025-08-04T09:02:30.192Z] b68f9980a737: Layer already exists [2025-08-04T09:02:30.192Z] 22ae82b1c01b: Layer already exists [2025-08-04T09:02:30.192Z] 48b979855720: Layer already exists [2025-08-04T09:02:30.192Z] c22192bc7fe9: Layer already exists [2025-08-04T09:02:30.192Z] 0f0bad8dc1b1: Layer already exists [2025-08-04T09:02:30.192Z] 8c8c592e530b: Layer already exists [2025-08-04T09:02:30.192Z] 1e890da81ec9: Layer already exists [2025-08-04T09:02:30.454Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:28a3edf74f0a9d3c846b8de6900b98ebb3f51f826fd593009573102d0e15b274 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:02:30.801Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:02:31.135Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2025-08-04T09:02:31.135Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-08-04T09:02:31.135Z] 0f0bad8dc1b1: Preparing [2025-08-04T09:02:31.135Z] c22192bc7fe9: Preparing [2025-08-04T09:02:31.135Z] b68f9980a737: Preparing [2025-08-04T09:02:31.135Z] 48b979855720: Preparing [2025-08-04T09:02:31.135Z] 22ae82b1c01b: Preparing [2025-08-04T09:02:31.135Z] 8c8c592e530b: Preparing [2025-08-04T09:02:31.135Z] 1e890da81ec9: Preparing [2025-08-04T09:02:31.135Z] 8c8c592e530b: Waiting [2025-08-04T09:02:31.135Z] 1e890da81ec9: Waiting [2025-08-04T09:02:31.135Z] 22ae82b1c01b: Layer already exists [2025-08-04T09:02:31.135Z] 0f0bad8dc1b1: Layer already exists [2025-08-04T09:02:31.135Z] c22192bc7fe9: Layer already exists [2025-08-04T09:02:31.135Z] 48b979855720: Layer already exists [2025-08-04T09:02:31.135Z] b68f9980a737: Layer already exists [2025-08-04T09:02:31.135Z] 1e890da81ec9: Layer already exists [2025-08-04T09:02:31.135Z] 8c8c592e530b: Layer already exists [2025-08-04T09:02:31.398Z] main: digest: sha256:28a3edf74f0a9d3c846b8de6900b98ebb3f51f826fd593009573102d0e15b274 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-04T09:02:31.471Z] ===================================================== [Pipeline] echo [2025-08-04T09:02:31.487Z] taggedImages: [2025-08-04T09:02:31.488Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T09:02:31.488Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2025-08-04T09:02:31.488Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.42 [2025-08-04T09:02:31.488Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T09:02:31.488Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2025-08-04T09:02:31.517Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2025-08-04T09:02:31.517Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T09:02:31.517Z] latest [2025-08-04T09:02:31.517Z] 4.1.0-dev.42 [2025-08-04T09:02:31.517Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T09:02:31.517Z] main [2025-08-04T09:02:31.517Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:02:31.882Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:02:32.226Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T09:02:32.227Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-08-04T09:02:32.227Z] f6c97d9a6218: Preparing [2025-08-04T09:02:32.227Z] 080821dca857: Preparing [2025-08-04T09:02:32.227Z] b68f9980a737: Preparing [2025-08-04T09:02:32.227Z] 48b979855720: Preparing [2025-08-04T09:02:32.227Z] 3627b657d656: Preparing [2025-08-04T09:02:32.227Z] 5df80ccfad95: Preparing [2025-08-04T09:02:32.227Z] 1e890da81ec9: Preparing [2025-08-04T09:02:32.227Z] 5df80ccfad95: Waiting [2025-08-04T09:02:32.227Z] 1e890da81ec9: Waiting [2025-08-04T09:02:32.227Z] b68f9980a737: Layer already exists [2025-08-04T09:02:32.227Z] 48b979855720: Layer already exists [2025-08-04T09:02:32.491Z] 1e890da81ec9: Layer already exists [2025-08-04T09:02:32.491Z] f6c97d9a6218: Pushed [2025-08-04T09:02:32.491Z] 3627b657d656: Pushed [2025-08-04T09:02:33.068Z] 5df80ccfad95: Pushed [2025-08-04T09:02:41.237Z] 080821dca857: Pushed [2025-08-04T09:02:41.237Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:d4384e292ab27f8555f73f72f0bacf0d138908d2807b0d4a7d8fb27eb76f296c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:02:41.589Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:02:41.932Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2025-08-04T09:02:41.932Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-08-04T09:02:41.932Z] f6c97d9a6218: Preparing [2025-08-04T09:02:41.932Z] 080821dca857: Preparing [2025-08-04T09:02:41.932Z] b68f9980a737: Preparing [2025-08-04T09:02:41.932Z] 48b979855720: Preparing [2025-08-04T09:02:41.932Z] 3627b657d656: Preparing [2025-08-04T09:02:41.932Z] 5df80ccfad95: Preparing [2025-08-04T09:02:41.932Z] 1e890da81ec9: Preparing [2025-08-04T09:02:41.932Z] 1e890da81ec9: Waiting [2025-08-04T09:02:41.932Z] b68f9980a737: Layer already exists [2025-08-04T09:02:41.932Z] f6c97d9a6218: Layer already exists [2025-08-04T09:02:41.932Z] 48b979855720: Layer already exists [2025-08-04T09:02:41.932Z] 3627b657d656: Layer already exists [2025-08-04T09:02:41.932Z] 080821dca857: Layer already exists [2025-08-04T09:02:41.932Z] 1e890da81ec9: Layer already exists [2025-08-04T09:02:41.932Z] 5df80ccfad95: Layer already exists [2025-08-04T09:02:42.194Z] latest: digest: sha256:d4384e292ab27f8555f73f72f0bacf0d138908d2807b0d4a7d8fb27eb76f296c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:02:42.537Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:02:42.882Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.42 [2025-08-04T09:02:42.882Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-08-04T09:02:42.882Z] f6c97d9a6218: Preparing [2025-08-04T09:02:42.882Z] 080821dca857: Preparing [2025-08-04T09:02:42.882Z] b68f9980a737: Preparing [2025-08-04T09:02:42.882Z] 48b979855720: Preparing [2025-08-04T09:02:42.882Z] 3627b657d656: Preparing [2025-08-04T09:02:42.882Z] 5df80ccfad95: Preparing [2025-08-04T09:02:42.882Z] 1e890da81ec9: Preparing [2025-08-04T09:02:42.882Z] 5df80ccfad95: Waiting [2025-08-04T09:02:42.882Z] 1e890da81ec9: Waiting [2025-08-04T09:02:42.882Z] 48b979855720: Layer already exists [2025-08-04T09:02:42.882Z] f6c97d9a6218: Layer already exists [2025-08-04T09:02:42.882Z] 3627b657d656: Layer already exists [2025-08-04T09:02:42.882Z] 080821dca857: Layer already exists [2025-08-04T09:02:42.882Z] b68f9980a737: Layer already exists [2025-08-04T09:02:42.882Z] 5df80ccfad95: Layer already exists [2025-08-04T09:02:42.882Z] 1e890da81ec9: Layer already exists [2025-08-04T09:02:42.882Z] 4.1.0-dev.42: digest: sha256:d4384e292ab27f8555f73f72f0bacf0d138908d2807b0d4a7d8fb27eb76f296c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:02:43.498Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:02:43.843Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T09:02:43.844Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-08-04T09:02:43.844Z] f6c97d9a6218: Preparing [2025-08-04T09:02:43.844Z] 080821dca857: Preparing [2025-08-04T09:02:43.844Z] b68f9980a737: Preparing [2025-08-04T09:02:43.844Z] 48b979855720: Preparing [2025-08-04T09:02:43.844Z] 3627b657d656: Preparing [2025-08-04T09:02:43.844Z] 5df80ccfad95: Preparing [2025-08-04T09:02:43.844Z] 1e890da81ec9: Preparing [2025-08-04T09:02:43.844Z] 1e890da81ec9: Waiting [2025-08-04T09:02:43.844Z] 5df80ccfad95: Waiting [2025-08-04T09:02:43.844Z] b68f9980a737: Layer already exists [2025-08-04T09:02:43.844Z] f6c97d9a6218: Layer already exists [2025-08-04T09:02:43.844Z] 48b979855720: Layer already exists [2025-08-04T09:02:43.844Z] 080821dca857: Layer already exists [2025-08-04T09:02:43.844Z] 3627b657d656: Layer already exists [2025-08-04T09:02:43.844Z] 5df80ccfad95: Layer already exists [2025-08-04T09:02:43.844Z] 1e890da81ec9: Layer already exists [2025-08-04T09:02:43.844Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:d4384e292ab27f8555f73f72f0bacf0d138908d2807b0d4a7d8fb27eb76f296c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:02:44.198Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:02:44.551Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2025-08-04T09:02:44.552Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-08-04T09:02:44.552Z] f6c97d9a6218: Preparing [2025-08-04T09:02:44.552Z] 080821dca857: Preparing [2025-08-04T09:02:44.552Z] b68f9980a737: Preparing [2025-08-04T09:02:44.552Z] 48b979855720: Preparing [2025-08-04T09:02:44.552Z] 3627b657d656: Preparing [2025-08-04T09:02:44.552Z] 5df80ccfad95: Preparing [2025-08-04T09:02:44.552Z] 1e890da81ec9: Preparing [2025-08-04T09:02:44.552Z] 5df80ccfad95: Waiting [2025-08-04T09:02:44.552Z] 1e890da81ec9: Waiting [2025-08-04T09:02:44.552Z] b68f9980a737: Layer already exists [2025-08-04T09:02:44.552Z] 080821dca857: Layer already exists [2025-08-04T09:02:44.552Z] f6c97d9a6218: Layer already exists [2025-08-04T09:02:44.552Z] 48b979855720: Layer already exists [2025-08-04T09:02:44.552Z] 3627b657d656: Layer already exists [2025-08-04T09:02:44.552Z] 5df80ccfad95: Layer already exists [2025-08-04T09:02:44.552Z] 1e890da81ec9: Layer already exists [2025-08-04T09:02:44.552Z] main: digest: sha256:d4384e292ab27f8555f73f72f0bacf0d138908d2807b0d4a7d8fb27eb76f296c size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-04T09:02:44.890Z] ===================================================== [Pipeline] echo [2025-08-04T09:02:44.908Z] taggedImages: [2025-08-04T09:02:44.908Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T09:02:44.908Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2025-08-04T09:02:44.908Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.42 [2025-08-04T09:02:44.908Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T09:02:44.908Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo [2025-08-04T09:02:44.922Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] echo [2025-08-04T09:02:44.931Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo [2025-08-04T09:02:44.942Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.42 [Pipeline] echo [2025-08-04T09:02:44.957Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] echo [2025-08-04T09:02:44.966Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2025-08-04T09:02:44.983Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] echo [2025-08-04T09:02:44.996Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo [2025-08-04T09:02:45.006Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.42 [Pipeline] echo [2025-08-04T09:02:45.018Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] echo [2025-08-04T09:02:45.030Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2025-08-04T09:02:45.041Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] echo [2025-08-04T09:02:45.052Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo [2025-08-04T09:02:45.062Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.42 [Pipeline] echo [2025-08-04T09:02:45.073Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] echo [2025-08-04T09:02:45.089Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2025-08-04T09:02:45.102Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] echo [2025-08-04T09:02:45.116Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo [2025-08-04T09:02:45.129Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.42 [Pipeline] echo [2025-08-04T09:02:45.140Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] echo [2025-08-04T09:02:45.151Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2025-08-04T09:02:45.164Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] echo [2025-08-04T09:02:45.179Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo [2025-08-04T09:02:45.197Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.42 [Pipeline] echo [2025-08-04T09:02:45.211Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] echo [2025-08-04T09:02:45.225Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2025-08-04T09:02:45.237Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] echo [2025-08-04T09:02:45.251Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo [2025-08-04T09:02:45.263Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.42 [Pipeline] echo [2025-08-04T09:02:45.272Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] echo [2025-08-04T09:02:45.282Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2025-08-04T09:02:45.295Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] echo [2025-08-04T09:02:45.306Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo [2025-08-04T09:02:45.319Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.42 [Pipeline] echo [2025-08-04T09:02:45.333Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] echo [2025-08-04T09:02:45.348Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2025-08-04T09:02:45.366Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] echo [2025-08-04T09:02:45.381Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo [2025-08-04T09:02:45.396Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.42 [Pipeline] echo [2025-08-04T09:02:45.409Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] echo [2025-08-04T09:02:45.419Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2025-08-04T09:02:45.434Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] echo [2025-08-04T09:02:45.446Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo [2025-08-04T09:02:45.508Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.42 [Pipeline] echo [2025-08-04T09:02:45.521Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] echo [2025-08-04T09:02:45.533Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2025-08-04T09:02:45.542Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] echo [2025-08-04T09:02:45.552Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo [2025-08-04T09:02:45.564Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.42 [Pipeline] echo [2025-08-04T09:02:45.575Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] echo [2025-08-04T09:02:45.587Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2025-08-04T09:02:45.604Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] echo [2025-08-04T09:02:45.617Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo [2025-08-04T09:02:45.627Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.42 [Pipeline] echo [2025-08-04T09:02:45.640Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] echo [2025-08-04T09:02:45.652Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2025-08-04T09:02:45.666Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] echo [2025-08-04T09:02:45.677Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo [2025-08-04T09:02:45.686Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.42 [Pipeline] echo [2025-08-04T09:02:45.701Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] echo [2025-08-04T09:02:45.712Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2025-08-04T09:02:45.725Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] echo [2025-08-04T09:02:45.737Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo [2025-08-04T09:02:45.749Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.42 [Pipeline] echo [2025-08-04T09:02:45.758Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] echo [2025-08-04T09:02:45.773Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2025-08-04T09:02:45.786Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] echo [2025-08-04T09:02:45.795Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo [2025-08-04T09:02:45.804Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.42 [Pipeline] echo [2025-08-04T09:02:45.817Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] echo [2025-08-04T09:02:45.828Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2025-08-04T09:02:45.841Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] echo [2025-08-04T09:02:45.851Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo [2025-08-04T09:02:45.863Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.42 [Pipeline] echo [2025-08-04T09:02:45.873Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] echo [2025-08-04T09:02:45.882Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:02:46.265Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-08-04T09:02:46.265Z] [2025-08-04T09:02:46.265Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:02:46.586Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-08-04T09:02:46.586Z] arm64: Pulling from edgex-lftools-log-publisher [2025-08-04T09:02:46.586Z] 8998bd30e6a1: Pulling fs layer [2025-08-04T09:02:46.586Z] 04944245beec: Pulling fs layer [2025-08-04T09:02:46.586Z] 699f458cf7ca: Pulling fs layer [2025-08-04T09:02:46.586Z] 765212b225bb: Pulling fs layer [2025-08-04T09:02:46.586Z] f23df028b6ca: Pulling fs layer [2025-08-04T09:02:46.586Z] d65c8cfc05b1: Pulling fs layer [2025-08-04T09:02:46.586Z] 2437ff75d9bd: Pulling fs layer [2025-08-04T09:02:46.586Z] f23df028b6ca: Waiting [2025-08-04T09:02:46.586Z] 765212b225bb: Waiting [2025-08-04T09:02:46.586Z] d65c8cfc05b1: Waiting [2025-08-04T09:02:46.586Z] 2437ff75d9bd: Waiting [2025-08-04T09:02:46.851Z] 04944245beec: Verifying Checksum [2025-08-04T09:02:46.851Z] 04944245beec: Download complete [2025-08-04T09:02:46.851Z] 765212b225bb: Verifying Checksum [2025-08-04T09:02:46.851Z] 765212b225bb: Download complete [2025-08-04T09:02:46.851Z] f23df028b6ca: Verifying Checksum [2025-08-04T09:02:46.851Z] f23df028b6ca: Download complete [2025-08-04T09:02:46.851Z] d65c8cfc05b1: Verifying Checksum [2025-08-04T09:02:46.851Z] d65c8cfc05b1: Download complete [2025-08-04T09:02:46.851Z] 699f458cf7ca: Verifying Checksum [2025-08-04T09:02:46.851Z] 699f458cf7ca: Download complete [2025-08-04T09:02:47.430Z] 8998bd30e6a1: Verifying Checksum [2025-08-04T09:02:47.430Z] 8998bd30e6a1: Download complete [2025-08-04T09:02:50.007Z] 2437ff75d9bd: Verifying Checksum [2025-08-04T09:02:50.007Z] 2437ff75d9bd: Download complete [2025-08-04T09:02:51.938Z] 8998bd30e6a1: Pull complete [2025-08-04T09:02:52.518Z] 04944245beec: Pull complete [2025-08-04T09:02:54.458Z] 699f458cf7ca: Pull complete [2025-08-04T09:02:54.458Z] 765212b225bb: Pull complete [2025-08-04T09:02:55.037Z] f23df028b6ca: Pull complete [2025-08-04T09:02:55.301Z] d65c8cfc05b1: Pull complete [2025-08-04T09:03:13.475Z] 2437ff75d9bd: Pull complete [2025-08-04T09:03:13.475Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-08-04T09:03:13.475Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-08-04T09:03:13.475Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-04T09:03:13.677Z] prd-ubuntu20.04-docker-arm64-4c-16g-6242 does not seem to be running inside a container [2025-08-04T09:03:13.750Z] $ 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/880 -v /w/workspace/edgex-go/880:/w/workspace/edgex-go/880:rw,z -v /w/workspace/edgex-go/880@tmp:/w/workspace/edgex-go/880@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2025-08-04T09:03:16.458Z] $ docker top 318b7b8cef7e336d849503626cef6deb32434b5007a5b78b215a91a5d53950b5 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-04T09:03:17.339Z] ---> job-cost.sh [2025-08-04T09:03:17.339Z] lf-activate-venv: SKIPPING [2025-08-04T09:03:17.339Z] INFO: No Stack... [2025-08-04T09:03:17.628Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-08-04T09:03:18.575Z] INFO: Archiving Costs [Pipeline] sh [2025-08-04T09:03:19.205Z] + cat /w/workspace/edgex-go/880/archives/cost.csv [2025-08-04T09:03:19.205Z] + cut -d, -f6 [Pipeline] lock [2025-08-04T09:03:19.236Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-880-stack-cost] [2025-08-04T09:03:19.247Z] Resource [jenkins-edgexfoundry-edgex-go-main-880-stack-cost] did not exist. Created. [2025-08-04T09:03:19.252Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-880-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-08-04T09:03:19.882Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-08-04T09:03:20.494Z] Stashed 1 file(s) [Pipeline] } [2025-08-04T09:03:20.503Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-880-stack-cost] [Pipeline] // lock [Pipeline] } [2025-08-04T09:03:20.539Z] $ docker stop --time=1 318b7b8cef7e336d849503626cef6deb32434b5007a5b78b215a91a5d53950b5 [2025-08-04T09:03:22.038Z] $ docker rm -f --volumes 318b7b8cef7e336d849503626cef6deb32434b5007a5b78b215a91a5d53950b5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2025-08-04T09:03:22.568Z] provisioning config files... [2025-08-04T09:03:22.577Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/880@tmp/config3054825278648893073tmp [Pipeline] { [Pipeline] sh [2025-08-04T09:03:22.882Z] + set +x [2025-08-04T09:03:22.882Z] + curl -s https://codecov.io/bash [2025-08-04T09:03:22.882Z] + bash -s -- [2025-08-04T09:03:23.141Z] [2025-08-04T09:03:23.141Z] _____ _ [2025-08-04T09:03:23.141Z] / ____| | | [2025-08-04T09:03:23.141Z] | | ___ __| | ___ ___ _____ __ [2025-08-04T09:03:23.141Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2025-08-04T09:03:23.141Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2025-08-04T09:03:23.141Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2025-08-04T09:03:23.141Z] Bash-1.0.6 [2025-08-04T09:03:23.141Z] [2025-08-04T09:03:23.141Z] [2025-08-04T09:03:23.141Z] ==> git version 2.25.1 found [2025-08-04T09:03:23.141Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2025-08-04T09:03:23.141Z] Release-Date: 2020-01-08 [2025-08-04T09:03:23.141Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2025-08-04T09:03:23.141Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2025-08-04T09:03:23.141Z] ==> Jenkins CI detected. [2025-08-04T09:03:23.141Z] current dir:  /w/workspace/edgex-go/880 [2025-08-04T09:03:23.141Z] project root: . [2025-08-04T09:03:23.141Z] --> token set from env [2025-08-04T09:03:23.141Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2025-08-04T09:03:23.141Z] ==> Running gcov in . (disable via -X gcov) [2025-08-04T09:03:23.141Z] ==> Python coveragepy not found [2025-08-04T09:03:23.141Z] ==> Searching for coverage reports in: [2025-08-04T09:03:23.141Z] + . [2025-08-04T09:03:23.141Z] -> Found 1 reports [2025-08-04T09:03:23.141Z] ==> Detecting git/mercurial file structure [2025-08-04T09:03:23.141Z] ==> Reading reports [2025-08-04T09:03:23.141Z] + ./coverage.out bytes=1666030 [2025-08-04T09:03:23.141Z] ==> Appending adjustments [2025-08-04T09:03:23.141Z] https://docs.codecov.io/docs/fixing-reports [2025-08-04T09:03:24.520Z] + Found adjustments [2025-08-04T09:03:24.520Z] ==> Gzipping contents [2025-08-04T09:03:24.780Z] 140K /tmp/codecov.vX4M3w.gz [2025-08-04T09:03:24.780Z] ==> Uploading reports [2025-08-04T09:03:24.780Z] url: https://codecov.io [2025-08-04T09:03:24.780Z] query: branch=main&commit=5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b&build=880&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F880%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-08-04T09:03:24.780Z] -> Pinging Codecov [2025-08-04T09:03:24.780Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b&build=880&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F880%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-08-04T09:03:25.040Z] -> Uploading to [2025-08-04T09:03:25.040Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/edgex-go/5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b/7fde36dc-2fdf-4ea8-9dab-6205bf9c26f0.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250804%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250804T090324Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=556f72d67fb35874581109eb5381d715e8de67d6f1528955bd0a6f4364de9339 [2025-08-04T09:03:25.040Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-08-04T09:03:25.040Z] Dload Upload Total Spent Left Speed [2025-08-04T09:03:25.040Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 138k 0 0 100 138k 0 820k --:--:-- --:--:-- --:--:-- 815k 100 138k 0 0 100 138k 0 820k --:--:-- --:--:-- --:--:-- 815k [2025-08-04T09:03:25.040Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [2025-08-04T09:03:25.048Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2025-08-04T09:03:25.286Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2025-08-04T09:03:25.300Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:03:25.604Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-08-04T09:03:25.604Z] [2025-08-04T09:03:25.604Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:03:25.910Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-08-04T09:03:25.911Z] latest: Pulling from edgex-devops/edgex-snyk-go [2025-08-04T09:03:25.911Z] 0a9a5dfd008f: Already exists [2025-08-04T09:03:25.911Z] 36466aa92d05: Already exists [2025-08-04T09:03:25.911Z] e10405b45d13: Already exists [2025-08-04T09:03:25.911Z] 096b7ceb2af7: Already exists [2025-08-04T09:03:25.911Z] 4f4fb700ef54: Already exists [2025-08-04T09:03:25.911Z] e50aa161e22a: Pulling fs layer [2025-08-04T09:03:25.911Z] d3c8db5fb9df: Pulling fs layer [2025-08-04T09:03:26.170Z] e50aa161e22a: Verifying Checksum [2025-08-04T09:03:26.170Z] e50aa161e22a: Download complete [2025-08-04T09:03:26.739Z] e50aa161e22a: Pull complete [2025-08-04T09:03:27.677Z] d3c8db5fb9df: Verifying Checksum [2025-08-04T09:03:27.677Z] d3c8db5fb9df: Download complete [2025-08-04T09:03:30.958Z] d3c8db5fb9df: Pull complete [2025-08-04T09:03:30.958Z] Digest: sha256:dd1bc05e8109ba836052a65277634c2595aaffbf12b6b6479deaea63345484be [2025-08-04T09:03:30.958Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-08-04T09:03:30.958Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-04T09:03:31.048Z] prd-ubuntu20.04-docker-8c-8g-6241 does not seem to be running inside a container [2025-08-04T09:03:31.069Z] $ 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/880 -v /w/workspace/edgex-go/880:/w/workspace/edgex-go/880:rw,z -v /w/workspace/edgex-go/880@tmp:/w/workspace/edgex-go/880@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat [2025-08-04T09:03:33.527Z] $ docker top b8089693bc8313e1e0e1e185d0ec020efd844b455088eae217752b765edf8fa6 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-04T09:03:33.875Z] + git config --global --add safe.directory /w/workspace/edgex-go/880 [Pipeline] echo [2025-08-04T09:03:33.887Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2025-08-04T09:03:34.161Z] + set -o pipefail [2025-08-04T09:03:34.162Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2025-08-04T09:03:44.133Z] [2025-08-04T09:03:44.133Z] Monitoring /w/workspace/edgex-go/880 (github.com/edgexfoundry/edgex-go)... [2025-08-04T09:03:44.133Z] [2025-08-04T09:03:44.133Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/8e38e57c-fb8c-4f0b-9f36-80caae9d9902 [2025-08-04T09:03:44.133Z] [2025-08-04T09:03:44.133Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2025-08-04T09:03:44.133Z] [2025-08-04T09:03:44.133Z] [2025-08-04T09:03:44.133Z] You are approaching your monthly limit of 200 private tests for your edgex-jenkins org. [2025-08-04T09:03:44.133Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2025-08-04T09:03:44.138Z] $ docker stop --time=1 b8089693bc8313e1e0e1e185d0ec020efd844b455088eae217752b765edf8fa6 [2025-08-04T09:03:47.867Z] $ docker rm -f --volumes b8089693bc8313e1e0e1e185d0ec020efd844b455088eae217752b765edf8fa6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2025-08-04T09:03:48.360Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-04T09:03:48.377Z] provisioning config files... [2025-08-04T09:03:48.384Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/880@tmp/config10137474936186139979tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-04T09:03:48.686Z] --> edgex-publish-swagger.sh [2025-08-04T09:03:48.686Z] === Publish openapi API === [2025-08-04T09:03:48.686Z] [publishToSwagger] Publishing the API Docs [openapi] to Swagger [2025-08-04T09:03:48.686Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/880/openapi/core-command.yaml] [2025-08-04T09:03:48.686Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-08-04T09:03:48.686Z] Dload Upload Total Spent Left Speed [2025-08-04T09:03:48.686Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33488 100 66 100 33422 351 173k --:--:-- --:--:-- --:--:-- 173k [2025-08-04T09:03:48.687Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-08-04T09:03:48.687Z] [2025-08-04T09:03:48.687Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/880/openapi/core-data.yaml] [2025-08-04T09:03:48.687Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-08-04T09:03:48.687Z] Dload Upload Total Spent Left Speed [2025-08-04T09:03:48.945Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 70050 100 66 100 69984 431 446k --:--:-- --:--:-- --:--:-- 447k [2025-08-04T09:03:48.945Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-08-04T09:03:48.945Z] [2025-08-04T09:03:48.945Z] [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/880/openapi/core-keeper.yaml] [2025-08-04T09:03:48.945Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-08-04T09:03:48.945Z] Dload Upload Total Spent Left Speed [2025-08-04T09:03:49.204Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30300 100 66 100 30234 442 198k --:--:-- --:--:-- --:--:-- 197k 100 30300 100 66 100 30234 442 198k --:--:-- --:--:-- --:--:-- 197k [2025-08-04T09:03:49.204Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-08-04T09:03:49.204Z] [2025-08-04T09:03:49.204Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/880/openapi/core-metadata.yaml] [2025-08-04T09:03:49.204Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-08-04T09:03:49.204Z] Dload Upload Total Spent Left Speed [2025-08-04T09:03:49.204Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 156k 100 66 100 156k 550 1306k --:--:-- --:--:-- --:--:-- 1307k [2025-08-04T09:03:49.204Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-08-04T09:03:49.204Z] [2025-08-04T09:03:49.204Z] [publishToSwagger] Publishing API Name [security-proxy-auth] [/w/workspace/edgex-go/880/openapi/security-proxy-auth.yaml] [2025-08-04T09:03:49.204Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-08-04T09:03:49.204Z] Dload Upload Total Spent Left Speed [2025-08-04T09:03:49.463Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24535 100 66 100 24469 680 246k --:--:-- --:--:-- --:--:-- 247k [2025-08-04T09:03:49.463Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-08-04T09:03:49.463Z] [2025-08-04T09:03:49.463Z] [publishToSwagger] Publishing API Name [security-secretstore-setup] [/w/workspace/edgex-go/880/openapi/security-secretstore-setup.yaml] [2025-08-04T09:03:49.463Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-08-04T09:03:49.463Z] Dload Upload Total Spent Left Speed [2025-08-04T09:03:49.463Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3979 100 66 100 3913 785 46583 --:--:-- --:--:-- --:--:-- 47369 [2025-08-04T09:03:49.463Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-08-04T09:03:49.463Z] [2025-08-04T09:03:49.463Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/880/openapi/support-notifications.yaml] [2025-08-04T09:03:49.463Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-08-04T09:03:49.463Z] Dload Upload Total Spent Left Speed [2025-08-04T09:03:49.463Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97k 100 66 100 99976 545 806k --:--:-- --:--:-- --:--:-- 807k [2025-08-04T09:03:49.463Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-08-04T09:03:49.463Z] [2025-08-04T09:03:49.464Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/880/openapi/support-scheduler.yaml] [2025-08-04T09:03:49.722Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-08-04T09:03:49.722Z] Dload Upload Total Spent Left Speed [2025-08-04T09:03:49.722Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50767 100 66 100 50701 647 485k --:--:-- --:--:-- --:--:-- 486k [2025-08-04T09:03:49.722Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-08-04T09:03:49.722Z] [Pipeline] } [2025-08-04T09:03:49.730Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh [2025-08-04T09:03:50.153Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-08-04T09:03:50.153Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:03:50.454Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-04T09:03:50.454Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-04T09:03:50.540Z] prd-ubuntu20.04-docker-8c-8g-6241 does not seem to be running inside a container [2025-08-04T09:03:50.560Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/880 -v /w/workspace/edgex-go/880:/w/workspace/edgex-go/880:rw,z -v /w/workspace/edgex-go/880@tmp:/w/workspace/edgex-go/880@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-08-04T09:03:50.864Z] $ docker top 78ba0ba8bea5869bc3f7aa0d081a021a062ff0b804f14d5f80af0383f2624fee -eo pid,comm [2025-08-04T09:03:50.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-08-04T09:03:50.914Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-08-04T09:03:50.960Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-08-04T09:03:50.960Z] [ssh-agent] Looking for ssh-agent implementation... [2025-08-04T09:03:51.065Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-08-04T09:03:51.059Z] $ docker exec 78ba0ba8bea5869bc3f7aa0d081a021a062ff0b804f14d5f80af0383f2624fee ssh-agent [2025-08-04T09:03:51.158Z] SSH_AUTH_SOCK=/tmp/ssh-1pxhEcuCIZNf/agent.32 [2025-08-04T09:03:51.158Z] SSH_AGENT_PID=38 [2025-08-04T09:03:51.161Z] Running ssh-add (command line suppressed) [2025-08-04T09:03:51.243Z] Identity added: /w/workspace/edgex-go/880@tmp/private_key_7416179503968456063.key (/w/workspace/edgex-go/880@tmp/private_key_7416179503968456063.key) [2025-08-04T09:03:51.262Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-08-04T09:03:51.553Z] + git semver tag [2025-08-04T09:03:51.812Z] 2025-08-04 09:03:51,741 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-08-04T09:03:51.812Z] 2025-08-04 09:03:51,745 [run_tag] DEBUG tag force:False [2025-08-04T09:03:51.812Z] 2025-08-04 09:03:51,745 [check_head_tag] DEBUG check head tag [2025-08-04T09:03:51.812Z] 2025-08-04 09:03:51,746 [execute] INFO git cat-file --batch-check [2025-08-04T09:03:51.812Z] 2025-08-04 09:03:51,747 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/880, stdin=, shell=False, universal_newlines=False) [2025-08-04T09:03:51.812Z] 2025-08-04 09:03:51,749 [execute] INFO git cat-file --batch [2025-08-04T09:03:51.812Z] 2025-08-04 09:03:51,749 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/880, stdin=, shell=False, universal_newlines=False) [2025-08-04T09:03:51.812Z] 2025-08-04 09:03:51,766 [read_version] DEBUG read version from /w/workspace/edgex-go/880/.semver/main [2025-08-04T09:03:51.812Z] 2025-08-04 09:03:51,766 [execute] INFO git tag -a v4.1.0-dev.42 -m v4.1.0-dev.42 [2025-08-04T09:03:51.812Z] 2025-08-04 09:03:51,766 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.42', '-m', 'v4.1.0-dev.42'], cwd=/w/workspace/edgex-go/880, stdin=None, shell=False, universal_newlines=False) [2025-08-04T09:03:51.812Z] 2025-08-04 09:03:51,770 [read_version] DEBUG read version from /w/workspace/edgex-go/880/.semver/main [2025-08-04T09:03:51.812Z] 4.1.0-dev.42 [Pipeline] } [2025-08-04T09:03:51.813Z] $ docker exec --env ******** --env ******** 78ba0ba8bea5869bc3f7aa0d081a021a062ff0b804f14d5f80af0383f2624fee ssh-agent -k [2025-08-04T09:03:51.918Z] unset SSH_AUTH_SOCK; [2025-08-04T09:03:51.918Z] unset SSH_AGENT_PID; [2025-08-04T09:03:51.918Z] echo Agent pid 38 killed; [2025-08-04T09:03:51.933Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-08-04T09:03:52.257Z] + git semver [Pipeline] } [2025-08-04T09:03:52.521Z] $ docker stop --time=1 78ba0ba8bea5869bc3f7aa0d081a021a062ff0b804f14d5f80af0383f2624fee [2025-08-04T09:03:53.795Z] $ docker rm -f --volumes 78ba0ba8bea5869bc3f7aa0d081a021a062ff0b804f14d5f80af0383f2624fee [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:03:54.252Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-08-04T09:03:54.252Z] [2025-08-04T09:03:54.252Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:03:54.583Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-08-04T09:03:54.583Z] 0.23.1-centos7: Pulling from edgex-lftools [2025-08-04T09:03:54.583Z] ab5ef0e58194: Pulling fs layer [2025-08-04T09:03:54.583Z] 9712f1f96733: Pulling fs layer [2025-08-04T09:03:54.583Z] 63f879dbbcfc: Pulling fs layer [2025-08-04T09:03:54.583Z] 0d9ebad4ef96: Pulling fs layer [2025-08-04T09:03:54.583Z] e9a5061849ea: Pulling fs layer [2025-08-04T09:03:54.583Z] d747dcd14b5f: Pulling fs layer [2025-08-04T09:03:54.583Z] 2de7ff778b66: Pulling fs layer [2025-08-04T09:03:54.583Z] e9a5061849ea: Waiting [2025-08-04T09:03:54.583Z] 0d9ebad4ef96: Waiting [2025-08-04T09:03:54.583Z] d747dcd14b5f: Waiting [2025-08-04T09:03:54.583Z] 2de7ff778b66: Waiting [2025-08-04T09:03:54.583Z] 9712f1f96733: Verifying Checksum [2025-08-04T09:03:54.583Z] 9712f1f96733: Download complete [2025-08-04T09:03:54.842Z] 63f879dbbcfc: Verifying Checksum [2025-08-04T09:03:54.842Z] 63f879dbbcfc: Download complete [2025-08-04T09:03:55.100Z] e9a5061849ea: Verifying Checksum [2025-08-04T09:03:55.100Z] e9a5061849ea: Download complete [2025-08-04T09:03:55.100Z] d747dcd14b5f: Verifying Checksum [2025-08-04T09:03:55.100Z] d747dcd14b5f: Download complete [2025-08-04T09:03:55.100Z] 0d9ebad4ef96: Verifying Checksum [2025-08-04T09:03:55.100Z] 0d9ebad4ef96: Download complete [2025-08-04T09:03:55.100Z] 2de7ff778b66: Verifying Checksum [2025-08-04T09:03:55.100Z] 2de7ff778b66: Download complete [2025-08-04T09:03:55.357Z] ab5ef0e58194: Verifying Checksum [2025-08-04T09:03:55.357Z] ab5ef0e58194: Download complete [2025-08-04T09:03:59.536Z] ab5ef0e58194: Pull complete [2025-08-04T09:03:59.536Z] 9712f1f96733: Pull complete [2025-08-04T09:04:00.100Z] 63f879dbbcfc: Pull complete [2025-08-04T09:04:05.358Z] 0d9ebad4ef96: Pull complete [2025-08-04T09:04:05.616Z] e9a5061849ea: Pull complete [2025-08-04T09:04:05.616Z] d747dcd14b5f: Pull complete [2025-08-04T09:04:07.534Z] 2de7ff778b66: Pull complete [2025-08-04T09:04:07.534Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2025-08-04T09:04:07.534Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-08-04T09:04:07.534Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-04T09:04:07.626Z] prd-ubuntu20.04-docker-8c-8g-6241 does not seem to be running inside a container [2025-08-04T09:04:07.642Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/880 -v /w/workspace/edgex-go/880:/w/workspace/edgex-go/880:rw,z -v /w/workspace/edgex-go/880@tmp:/w/workspace/edgex-go/880@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2025-08-04T09:04:11.723Z] $ docker top e9745b33bffaaf1ca8fb51013ae5336d3368e3578505ce28db3084747a49fa71 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2025-08-04T09:04:11.796Z] provisioning config files... [2025-08-04T09:04:11.802Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/880@tmp/config595397784212258309tmp [2025-08-04T09:04:11.812Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/880@tmp/config4288793318473042966tmp [2025-08-04T09:04:11.821Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/880@tmp/config1846932541614330102tmp [Pipeline] { [Pipeline] echo [2025-08-04T09:04:11.853Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-04T09:04:12.146Z] ---> sigul-configuration.sh [2025-08-04T09:04:12.146Z] gpg: directory `/root/.gnupg' created [2025-08-04T09:04:12.146Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2025-08-04T09:04:12.146Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2025-08-04T09:04:12.146Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2025-08-04T09:04:12.146Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2025-08-04T09:04:12.146Z] gpg: CAST5 encrypted data [2025-08-04T09:04:12.146Z] gpg: encrypted with 1 passphrase [2025-08-04T09:04:12.146Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2025-08-04T09:04:12.444Z] + mkdir /home/jenkins [2025-08-04T09:04:12.444Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2025-08-04T09:04:12.735Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2025-08-04T09:04:12.747Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-04T09:04:13.033Z] ---> sigul-install.sh [2025-08-04T09:04:13.033Z] Sigul already installed; skipping installation. [Pipeline] sh [2025-08-04T09:04:13.323Z] + git tag --list [2025-08-04T09:04:13.323Z] 0.6.0 [2025-08-04T09:04:13.323Z] 0.6.1 [2025-08-04T09:04:13.323Z] 0.7.0 [2025-08-04T09:04:13.323Z] 0.7.1 [2025-08-04T09:04:13.323Z] v1.0.0 [2025-08-04T09:04:13.323Z] v1.0.1 [2025-08-04T09:04:13.323Z] v1.1.0 [2025-08-04T09:04:13.323Z] v1.2.0 [2025-08-04T09:04:13.323Z] v1.2.1 [2025-08-04T09:04:13.323Z] v1.3.0 [2025-08-04T09:04:13.323Z] v1.3.1 [2025-08-04T09:04:13.323Z] v2.0.0 [2025-08-04T09:04:13.323Z] v2.1.0 [2025-08-04T09:04:13.323Z] v2.1.1 [2025-08-04T09:04:13.323Z] v2.2.0 [2025-08-04T09:04:13.323Z] v2.3.0 [2025-08-04T09:04:13.323Z] v3.0 [2025-08-04T09:04:13.323Z] v3.0.0 [2025-08-04T09:04:13.323Z] v3.1 [2025-08-04T09:04:13.323Z] v3.1.0 [2025-08-04T09:04:13.323Z] v3.1.1 [2025-08-04T09:04:13.323Z] v4.0 [2025-08-04T09:04:13.323Z] v4.0.0 [2025-08-04T09:04:13.323Z] v4.0.1 [2025-08-04T09:04:13.323Z] v4.0.1-dev.1 [2025-08-04T09:04:13.323Z] v4.1.0-dev.1 [2025-08-04T09:04:13.323Z] v4.1.0-dev.10 [2025-08-04T09:04:13.323Z] v4.1.0-dev.11 [2025-08-04T09:04:13.323Z] v4.1.0-dev.12 [2025-08-04T09:04:13.323Z] v4.1.0-dev.13 [2025-08-04T09:04:13.323Z] v4.1.0-dev.14 [2025-08-04T09:04:13.323Z] v4.1.0-dev.15 [2025-08-04T09:04:13.323Z] v4.1.0-dev.16 [2025-08-04T09:04:13.323Z] v4.1.0-dev.17 [2025-08-04T09:04:13.323Z] v4.1.0-dev.18 [2025-08-04T09:04:13.323Z] v4.1.0-dev.19 [2025-08-04T09:04:13.323Z] v4.1.0-dev.2 [2025-08-04T09:04:13.323Z] v4.1.0-dev.20 [2025-08-04T09:04:13.323Z] v4.1.0-dev.21 [2025-08-04T09:04:13.323Z] v4.1.0-dev.22 [2025-08-04T09:04:13.323Z] v4.1.0-dev.23 [2025-08-04T09:04:13.323Z] v4.1.0-dev.24 [2025-08-04T09:04:13.323Z] v4.1.0-dev.25 [2025-08-04T09:04:13.323Z] v4.1.0-dev.26 [2025-08-04T09:04:13.323Z] v4.1.0-dev.27 [2025-08-04T09:04:13.323Z] v4.1.0-dev.28 [2025-08-04T09:04:13.323Z] v4.1.0-dev.29 [2025-08-04T09:04:13.323Z] v4.1.0-dev.3 [2025-08-04T09:04:13.323Z] v4.1.0-dev.30 [2025-08-04T09:04:13.323Z] v4.1.0-dev.31 [2025-08-04T09:04:13.323Z] v4.1.0-dev.32 [2025-08-04T09:04:13.323Z] v4.1.0-dev.33 [2025-08-04T09:04:13.323Z] v4.1.0-dev.34 [2025-08-04T09:04:13.323Z] v4.1.0-dev.35 [2025-08-04T09:04:13.323Z] v4.1.0-dev.36 [2025-08-04T09:04:13.323Z] v4.1.0-dev.37 [2025-08-04T09:04:13.323Z] v4.1.0-dev.38 [2025-08-04T09:04:13.323Z] v4.1.0-dev.39 [2025-08-04T09:04:13.323Z] v4.1.0-dev.4 [2025-08-04T09:04:13.323Z] v4.1.0-dev.40 [2025-08-04T09:04:13.323Z] v4.1.0-dev.41 [2025-08-04T09:04:13.323Z] v4.1.0-dev.42 [2025-08-04T09:04:13.323Z] v4.1.0-dev.5 [2025-08-04T09:04:13.323Z] v4.1.0-dev.6 [2025-08-04T09:04:13.323Z] v4.1.0-dev.7 [2025-08-04T09:04:13.323Z] v4.1.0-dev.8 [2025-08-04T09:04:13.323Z] v4.1.0-dev.9 [Pipeline] sh [2025-08-04T09:04:13.615Z] + lftools sign git-tag v4.1.0-dev.42 [2025-08-04T09:04:14.183Z] Signing Git tag with Sigul... [2025-08-04T09:04:14.183Z] Signing v4.1.0-dev.42 [Pipeline] echo [2025-08-04T09:04:14.456Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-04T09:04:14.745Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2025-08-04T09:04:14.752Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2025-08-04T09:04:14.774Z] $ docker stop --time=1 e9745b33bffaaf1ca8fb51013ae5336d3368e3578505ce28db3084747a49fa71 [2025-08-04T09:04:16.040Z] $ docker rm -f --volumes e9745b33bffaaf1ca8fb51013ae5336d3368e3578505ce28db3084747a49fa71 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2025-08-04T09:04:16.474Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-08-04T09:04:16.474Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:04:16.783Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-04T09:04:16.783Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-04T09:04:16.854Z] prd-ubuntu20.04-docker-8c-8g-6241 does not seem to be running inside a container [2025-08-04T09:04:16.873Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/880 -v /w/workspace/edgex-go/880:/w/workspace/edgex-go/880:rw,z -v /w/workspace/edgex-go/880@tmp:/w/workspace/edgex-go/880@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-08-04T09:04:17.109Z] $ docker top 6ab0df5d91f6444f5e319bbd346d241d560b4af4533033718705c3d70ae976b0 -eo pid,comm [2025-08-04T09:04:17.158Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-08-04T09:04:17.158Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-08-04T09:04:17.214Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-08-04T09:04:17.214Z] [ssh-agent] Looking for ssh-agent implementation... [2025-08-04T09:04:17.309Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-08-04T09:04:17.304Z] $ docker exec 6ab0df5d91f6444f5e319bbd346d241d560b4af4533033718705c3d70ae976b0 ssh-agent [2025-08-04T09:04:17.427Z] SSH_AUTH_SOCK=/tmp/ssh-6FHbqdbkmyzR/agent.32 [2025-08-04T09:04:17.427Z] SSH_AGENT_PID=38 [2025-08-04T09:04:17.431Z] Running ssh-add (command line suppressed) [2025-08-04T09:04:17.525Z] Identity added: /w/workspace/edgex-go/880@tmp/private_key_3643001480030890914.key (/w/workspace/edgex-go/880@tmp/private_key_3643001480030890914.key) [2025-08-04T09:04:17.547Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-08-04T09:04:17.836Z] + git semver bump pre [2025-08-04T09:04:18.094Z] 2025-08-04 09:04:18,044 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-08-04T09:04:18.094Z] 2025-08-04 09:04:18,047 [read_version] DEBUG read version from /w/workspace/edgex-go/880/.semver/main [2025-08-04T09:04:18.094Z] 2025-08-04 09:04:18,047 [bump_version] DEBUG bumping version:4.1.0-dev.42 on axis:pre with prefix:dev [2025-08-04T09:04:18.094Z] 2025-08-04 09:04:18,047 [bump_version] DEBUG bumped version:4.1.0-dev.43 [2025-08-04T09:04:18.094Z] 2025-08-04 09:04:18,047 [write_version] DEBUG write version:4.1.0-dev.43 to path:/w/workspace/edgex-go/880/.semver/main with force:True [2025-08-04T09:04:18.094Z] 2025-08-04 09:04:18,047 [read_version] DEBUG read version from /w/workspace/edgex-go/880/.semver/main [2025-08-04T09:04:18.094Z] 2025-08-04 09:04:18,048 [write_file] DEBUG write to file:/w/workspace/edgex-go/880/.semver/main [2025-08-04T09:04:18.094Z] 2025-08-04 09:04:18,050 [execute] INFO git cat-file --batch-check [2025-08-04T09:04:18.094Z] 2025-08-04 09:04:18,050 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/880/.semver, stdin=, shell=False, universal_newlines=False) [2025-08-04T09:04:18.094Z] 2025-08-04 09:04:18,053 [execute] INFO git cat-file --batch [2025-08-04T09:04:18.094Z] 2025-08-04 09:04:18,053 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/880/.semver, stdin=, shell=False, universal_newlines=False) [2025-08-04T09:04:18.094Z] 2025-08-04 09:04:18,057 [read_version] DEBUG read version from /w/workspace/edgex-go/880/.semver/main [2025-08-04T09:04:18.094Z] 4.1.0-dev.43 [Pipeline] } [2025-08-04T09:04:18.095Z] $ docker exec --env ******** --env ******** 6ab0df5d91f6444f5e319bbd346d241d560b4af4533033718705c3d70ae976b0 ssh-agent -k [2025-08-04T09:04:18.193Z] unset SSH_AUTH_SOCK; [2025-08-04T09:04:18.194Z] unset SSH_AGENT_PID; [2025-08-04T09:04:18.194Z] echo Agent pid 38 killed; [2025-08-04T09:04:18.209Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-08-04T09:04:18.527Z] + git semver [Pipeline] } [2025-08-04T09:04:18.790Z] $ docker stop --time=1 6ab0df5d91f6444f5e319bbd346d241d560b4af4533033718705c3d70ae976b0 [2025-08-04T09:04:20.024Z] $ docker rm -f --volumes 6ab0df5d91f6444f5e319bbd346d241d560b4af4533033718705c3d70ae976b0 [Pipeline] // withDockerContainer [Pipeline] sh [2025-08-04T09:04:20.374Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-08-04T09:04:20.374Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:04:20.672Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-04T09:04:20.672Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-04T09:04:20.744Z] prd-ubuntu20.04-docker-8c-8g-6241 does not seem to be running inside a container [2025-08-04T09:04:20.763Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/880 -v /w/workspace/edgex-go/880:/w/workspace/edgex-go/880:rw,z -v /w/workspace/edgex-go/880@tmp:/w/workspace/edgex-go/880@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-08-04T09:04:20.994Z] $ docker top 09e95e5e73f7f29a954c8b942f2c7bd8339454df3d154b1e5820fe914c913a31 -eo pid,comm [2025-08-04T09:04:21.043Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-08-04T09:04:21.043Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-08-04T09:04:21.102Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-08-04T09:04:21.102Z] [ssh-agent] Looking for ssh-agent implementation... [2025-08-04T09:04:21.197Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-08-04T09:04:21.192Z] $ docker exec 09e95e5e73f7f29a954c8b942f2c7bd8339454df3d154b1e5820fe914c913a31 ssh-agent [2025-08-04T09:04:21.296Z] SSH_AUTH_SOCK=/tmp/ssh-QwEeKp5UCOys/agent.31 [2025-08-04T09:04:21.296Z] SSH_AGENT_PID=37 [2025-08-04T09:04:21.300Z] Running ssh-add (command line suppressed) [2025-08-04T09:04:21.392Z] Identity added: /w/workspace/edgex-go/880@tmp/private_key_437906082030933541.key (/w/workspace/edgex-go/880@tmp/private_key_437906082030933541.key) [2025-08-04T09:04:21.412Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-08-04T09:04:21.704Z] + git semver push [2025-08-04T09:04:21.963Z] 2025-08-04 09:04:21,890 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-08-04T09:04:21.963Z] 2025-08-04 09:04:21,895 [run_push] DEBUG push [2025-08-04T09:04:21.963Z] 2025-08-04 09:04:21,896 [execute] INFO git cat-file --batch-check [2025-08-04T09:04:21.963Z] 2025-08-04 09:04:21,896 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/880/.semver, stdin=, shell=False, universal_newlines=False) [2025-08-04T09:04:21.963Z] 2025-08-04 09:04:21,898 [execute] INFO git rev-list 3d457204aaf45ef9d34254aaf2b60c4c698662b9 -- [2025-08-04T09:04:21.963Z] 2025-08-04 09:04:21,899 [execute] DEBUG Popen(['git', 'rev-list', '3d457204aaf45ef9d34254aaf2b60c4c698662b9', '--'], cwd=/w/workspace/edgex-go/880/.semver, stdin=None, shell=False, universal_newlines=False) [2025-08-04T09:04:21.963Z] 2025-08-04 09:04:21,915 [execute] INFO git fetch -v -- origin [2025-08-04T09:04:21.963Z] 2025-08-04 09:04:21,915 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgex-go/880/.semver, stdin=None, shell=False, universal_newlines=True) [2025-08-04T09:04:22.531Z] 2025-08-04 09:04:22,386 [run_push] DEBUG no remote changes detected [2025-08-04T09:04:22.531Z] 2025-08-04 09:04:22,386 [execute] INFO git push origin semver [2025-08-04T09:04:22.531Z] 2025-08-04 09:04:22,386 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/880/.semver, stdin=None, shell=False, universal_newlines=False) [2025-08-04T09:04:23.469Z] 2025-08-04 09:04:23,173 [run_push] DEBUG push all version tags [2025-08-04T09:04:23.469Z] 2025-08-04 09:04:23,173 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2025-08-04T09:04:23.469Z] 2025-08-04 09:04:23,173 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/880, stdin=None, shell=False, universal_newlines=False) [2025-08-04T09:04:24.037Z] 2025-08-04 09:04:23,876 [read_version] DEBUG read version from /w/workspace/edgex-go/880/.semver/main [2025-08-04T09:04:24.037Z] 4.1.0-dev.43 [Pipeline] } [2025-08-04T09:04:24.039Z] $ docker exec --env ******** --env ******** 09e95e5e73f7f29a954c8b942f2c7bd8339454df3d154b1e5820fe914c913a31 ssh-agent -k [2025-08-04T09:04:24.134Z] unset SSH_AUTH_SOCK; [2025-08-04T09:04:24.134Z] unset SSH_AGENT_PID; [2025-08-04T09:04:24.134Z] echo Agent pid 37 killed; [2025-08-04T09:04:24.152Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-08-04T09:04:24.473Z] + git semver [Pipeline] } [2025-08-04T09:04:24.734Z] $ docker stop --time=1 09e95e5e73f7f29a954c8b942f2c7bd8339454df3d154b1e5820fe914c913a31 [2025-08-04T09:04:26.010Z] $ docker rm -f --volumes 09e95e5e73f7f29a954c8b942f2c7bd8339454df3d154b1e5820fe914c913a31 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-08-04T09:04:26.503Z] + [ -d /w/workspace/edgex-go/880/archives ] [Pipeline] libraryResource [Pipeline] sh [2025-08-04T09:04:26.800Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-04T09:04:27.659Z] ---> package-listing.sh [2025-08-04T09:04:27.659Z] ++ facter osfamily [2025-08-04T09:04:27.659Z] ++ tr '[:upper:]' '[:lower:]' [2025-08-04T09:04:27.918Z] + OS_FAMILY=debian [2025-08-04T09:04:27.918Z] + workspace=/w/workspace/edgex-go/880 [2025-08-04T09:04:27.918Z] + START_PACKAGES=/tmp/packages_start.txt [2025-08-04T09:04:27.918Z] + END_PACKAGES=/tmp/packages_end.txt [2025-08-04T09:04:27.918Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-08-04T09:04:27.918Z] + PACKAGES=/tmp/packages_start.txt [2025-08-04T09:04:27.918Z] + '[' /w/workspace/edgex-go/880 ']' [2025-08-04T09:04:27.918Z] + PACKAGES=/tmp/packages_end.txt [2025-08-04T09:04:27.918Z] + case "${OS_FAMILY}" in [2025-08-04T09:04:27.918Z] + dpkg -l [2025-08-04T09:04:27.918Z] + grep '^ii' [2025-08-04T09:04:27.918Z] + '[' -f /tmp/packages_start.txt ']' [2025-08-04T09:04:27.918Z] + '[' -f /tmp/packages_end.txt ']' [2025-08-04T09:04:27.918Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-08-04T09:04:27.918Z] + '[' /w/workspace/edgex-go/880 ']' [2025-08-04T09:04:27.918Z] + mkdir -p /w/workspace/edgex-go/880/archives/ [2025-08-04T09:04:27.918Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/880/archives/ [Pipeline] echo [2025-08-04T09:04:27.930Z] 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/880/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-08-04T09:04:28.203Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:04:28.768Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-04T09:04:28.768Z] [2025-08-04T09:04:28.768Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T09:04:29.072Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-04T09:04:29.072Z] latest: Pulling from edgex-lftools-log-publisher [2025-08-04T09:04:29.072Z] 5eb5b503b376: Pulling fs layer [2025-08-04T09:04:29.072Z] 5c69ac0246d0: Pulling fs layer [2025-08-04T09:04:29.072Z] ec43610c2a17: Pulling fs layer [2025-08-04T09:04:29.072Z] 3a2ae6a8a46f: Pulling fs layer [2025-08-04T09:04:29.072Z] 33b1e0a273af: Pulling fs layer [2025-08-04T09:04:29.072Z] 5d3b04190fa2: Pulling fs layer [2025-08-04T09:04:29.072Z] 2f39f015ded8: Pulling fs layer [2025-08-04T09:04:29.072Z] 33b1e0a273af: Waiting [2025-08-04T09:04:29.072Z] 5d3b04190fa2: Waiting [2025-08-04T09:04:29.072Z] 2f39f015ded8: Waiting [2025-08-04T09:04:29.072Z] 3a2ae6a8a46f: Waiting [2025-08-04T09:04:29.072Z] 5c69ac0246d0: Verifying Checksum [2025-08-04T09:04:29.072Z] 5c69ac0246d0: Download complete [2025-08-04T09:04:29.072Z] 3a2ae6a8a46f: Verifying Checksum [2025-08-04T09:04:29.072Z] 3a2ae6a8a46f: Download complete [2025-08-04T09:04:29.343Z] 33b1e0a273af: Verifying Checksum [2025-08-04T09:04:29.343Z] 33b1e0a273af: Download complete [2025-08-04T09:04:29.343Z] 5d3b04190fa2: Download complete [2025-08-04T09:04:29.343Z] ec43610c2a17: Verifying Checksum [2025-08-04T09:04:29.343Z] ec43610c2a17: Download complete [2025-08-04T09:04:29.609Z] 5eb5b503b376: Verifying Checksum [2025-08-04T09:04:29.609Z] 5eb5b503b376: Download complete [2025-08-04T09:04:30.550Z] 2f39f015ded8: Download complete [2025-08-04T09:04:31.115Z] 5eb5b503b376: Pull complete [2025-08-04T09:04:31.115Z] 5c69ac0246d0: Pull complete [2025-08-04T09:04:31.680Z] ec43610c2a17: Pull complete [2025-08-04T09:04:31.680Z] 3a2ae6a8a46f: Pull complete [2025-08-04T09:04:31.938Z] 33b1e0a273af: Pull complete [2025-08-04T09:04:31.938Z] 5d3b04190fa2: Pull complete [2025-08-04T09:04:38.498Z] 2f39f015ded8: Pull complete [2025-08-04T09:04:38.498Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-08-04T09:04:38.498Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-04T09:04:38.498Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-04T09:04:38.594Z] prd-ubuntu20.04-docker-8c-8g-6241 does not seem to be running inside a container [2025-08-04T09:04:38.611Z] $ 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/880/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/880 -v /w/workspace/edgex-go/880:/w/workspace/edgex-go/880:rw,z -v /w/workspace/edgex-go/880@tmp:/w/workspace/edgex-go/880@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-08-04T09:04:41.786Z] $ docker top 9c6379c6a509eef688f0243bf1691a57da36ae56139eef93574116880480bd1e -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-04T09:04:42.126Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-08-04T09:04:42.409Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-08-04T09:04:42.693Z] + ls /var/log/sa-host [2025-08-04T09:04:42.693Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-04T09:04:42.728Z] provisioning config files... [2025-08-04T09:04:42.735Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/880@tmp/config333536649637281779tmp [Pipeline] { [Pipeline] echo [2025-08-04T09:04:42.752Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-04T09:04:43.035Z] ---> create-netrc.sh [Pipeline] } [2025-08-04T09:04:43.041Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-08-04T09:04:43.358Z] ---> python-tools-install.sh [Pipeline] echo [2025-08-04T09:04:43.368Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-04T09:04:43.650Z] ---> sudo-logs.sh [2025-08-04T09:04:43.650Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-08-04T09:04:43.675Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-04T09:04:43.956Z] ---> job-cost.sh [2025-08-04T09:04:43.956Z] lf-activate-venv: SKIPPING [2025-08-04T09:04:43.956Z] DEBUG: total: 0.10999999940395355 [2025-08-04T09:04:43.956Z] INFO: Retrieving Stack Cost... [2025-08-04T09:04:44.215Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-08-04T09:04:44.782Z] INFO: Archiving Costs [Pipeline] echo [2025-08-04T09:04:44.797Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-04T09:04:45.077Z] ---> logs-deploy.sh [2025-08-04T09:04:45.078Z] lf-activate-venv: SKIPPING [2025-08-04T09:04:45.078Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/880 [2025-08-04T09:04:45.078Z] INFO: archiving workspace using pattern(s): [2025-08-04T09:04:46.014Z] Archives upload complete. [2025-08-04T09:04:46.015Z] INFO: archiving logs to Nexus