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-ssh16633160361654830910.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-ssh15631247155957710307.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-ssh5184905542147442380.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-ssh3222267348586060511.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-ssh2684484152730570844.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-6226 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/879 [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/879 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b (main) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v4 (#5218)" > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b # timeout=10 > git rev-list --no-walk 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-08-04T02:12:30.852Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-08-04T02:12:30.907Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-08-04T02:12:30.937Z] ========================================================= [2025-08-04T02:12:30.937Z] EdgeX Global Pipelines Version Info [2025-08-04T02:12:30.937Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-08-04T02:12:32.038Z] ------------------- [2025-08-04T02:12:32.038Z] stable info: [2025-08-04T02:12:32.038Z] ------------------- [2025-08-04T02:12:32.038Z] Commited By: Cherry Wang cherry@iotechsys.com [2025-08-04T02:12:32.039Z] Commit SHA: 056ae7b86453181957306e7078512cbe12174832 [2025-08-04T02:12:32.039Z] Message: update stable to v1.0.276 [2025-08-04T02:12:32.609Z] ------------------- [2025-08-04T02:12:32.609Z] experimental info: [2025-08-04T02:12:32.609Z] ------------------- [2025-08-04T02:12:32.609Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-08-04T02:12:32.609Z] Commit SHA: 056ae7b86453181957306e7078512cbe12174832 [2025-08-04T02:12:32.609Z] Message: update experimental to v1.0.276 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-08-04T02:12:32.687Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2025-08-04T02:12:32.710Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2025-08-04T02:12:32.735Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-08-04T02:12:32.758Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-08-04T02:12:32.777Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-08-04T02:12:32.799Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-08-04T02:12:32.818Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-08-04T02:12:32.843Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2025-08-04T02:12:32.870Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2025-08-04T02:12:32.895Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2025-08-04T02:12:32.921Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-08-04T02:12:32.946Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-08-04T02:12:32.968Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-08-04T02:12:32.987Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-08-04T02:12:33.014Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-08-04T02:12:33.035Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-08-04T02:12:33.055Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-08-04T02:12:33.079Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-08-04T02:12:33.097Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2025-08-04T02:12:33.118Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo [2025-08-04T02:12:33.137Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-08-04T02:12:33.160Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-08-04T02:12:33.180Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-08-04T02:12:33.206Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-08-04T02:12:33.232Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-08-04T02:12:33.256Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-08-04T02:12:33.276Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] echo [2025-08-04T02:12:33.298Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5dbcd5a [Pipeline] echo [2025-08-04T02:12:33.326Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-04T02:12:33.385Z] provisioning config files... [2025-08-04T02:12:33.399Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/879@tmp/config4729344210678146730tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-04T02:12:33.732Z] ---> ****-login.sh [2025-08-04T02:12:33.732Z] nexus3.edgexfoundry.org:10001 [2025-08-04T02:12:33.732Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T02:12:34.000Z] [2025-08-04T02:12:34.000Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-04T02:12:34.000Z] Configure a credential helper to remove this warning. See [2025-08-04T02:12:34.000Z] https://docs.****.com/go/credential-store/ [2025-08-04T02:12:34.000Z] [2025-08-04T02:12:34.000Z] Login Succeeded [2025-08-04T02:12:34.000Z] nexus3.edgexfoundry.org:10002 [2025-08-04T02:12:34.000Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T02:12:34.000Z] [2025-08-04T02:12:34.000Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-04T02:12:34.000Z] Configure a credential helper to remove this warning. See [2025-08-04T02:12:34.000Z] https://docs.****.com/go/credential-store/ [2025-08-04T02:12:34.000Z] [2025-08-04T02:12:34.000Z] Login Succeeded [2025-08-04T02:12:34.000Z] nexus3.edgexfoundry.org:10003 [2025-08-04T02:12:34.261Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T02:12:34.261Z] [2025-08-04T02:12:34.261Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-04T02:12:34.261Z] Configure a credential helper to remove this warning. See [2025-08-04T02:12:34.261Z] https://docs.****.com/go/credential-store/ [2025-08-04T02:12:34.261Z] [2025-08-04T02:12:34.261Z] Login Succeeded [2025-08-04T02:12:34.261Z] nexus3.edgexfoundry.org:10004 [2025-08-04T02:12:34.261Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T02:12:34.261Z] [2025-08-04T02:12:34.261Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-04T02:12:34.261Z] Configure a credential helper to remove this warning. See [2025-08-04T02:12:34.261Z] https://docs.****.com/go/credential-store/ [2025-08-04T02:12:34.261Z] [2025-08-04T02:12:34.261Z] Login Succeeded [2025-08-04T02:12:34.261Z] ****.io [2025-08-04T02:12:34.261Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T02:12:34.521Z] [2025-08-04T02:12:34.521Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-04T02:12:34.521Z] Configure a credential helper to remove this warning. See [2025-08-04T02:12:34.521Z] https://docs.****.com/go/credential-store/ [2025-08-04T02:12:34.521Z] [2025-08-04T02:12:34.521Z] Login Succeeded [2025-08-04T02:12:34.521Z] ---> ****-login.sh ends [Pipeline] } [2025-08-04T02:12:34.529Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-08-04T02:12:34.863Z] + 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-04T02:12:34.863Z] + dirname cmd/core-command/Dockerfile [2025-08-04T02:12:34.863Z] + cut -d/ -f2 [2025-08-04T02:12:34.863Z] + echo core-command,cmd/core-command/Dockerfile [2025-08-04T02:12:34.863Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2025-08-04T02:12:34.863Z] + cut -d/ -f2 [2025-08-04T02:12:34.863Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2025-08-04T02:12:34.863Z] + dirname cmd/core-data/Dockerfile [2025-08-04T02:12:34.863Z] + cut -d/ -f2 [2025-08-04T02:12:34.863Z] + echo core-data,cmd/core-data/Dockerfile [2025-08-04T02:12:34.863Z] + dirname cmd/core-keeper/Dockerfile [2025-08-04T02:12:34.863Z] + cut -d/ -f2 [2025-08-04T02:12:34.863Z] + echo core-keeper,cmd/core-keeper/Dockerfile [2025-08-04T02:12:34.863Z] + dirname cmd/core-metadata/Dockerfile [2025-08-04T02:12:34.863Z] + cut -d/ -f2 [2025-08-04T02:12:34.863Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2025-08-04T02:12:34.863Z] + dirname cmd/security-bootstrapper/Dockerfile [2025-08-04T02:12:34.863Z] + cut -d/ -f2 [2025-08-04T02:12:34.863Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2025-08-04T02:12:34.863Z] + dirname cmd/security-proxy-auth/Dockerfile [2025-08-04T02:12:34.863Z] + cut -d/ -f2 [2025-08-04T02:12:34.863Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2025-08-04T02:12:34.863Z] + dirname cmd/security-proxy-setup/Dockerfile [2025-08-04T02:12:34.863Z] + cut -d/ -f2 [2025-08-04T02:12:34.863Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2025-08-04T02:12:34.863Z] + dirname cmd/security-secretstore-setup/Dockerfile [2025-08-04T02:12:34.863Z] + cut -d/ -f2 [2025-08-04T02:12:34.863Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2025-08-04T02:12:34.863Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2025-08-04T02:12:34.863Z] + cut -d/ -f2 [2025-08-04T02:12:34.863Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2025-08-04T02:12:34.863Z] + dirname cmd/security-spire-agent/Dockerfile [2025-08-04T02:12:34.863Z] + cut -d/ -f2 [2025-08-04T02:12:34.863Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2025-08-04T02:12:34.863Z] + dirname cmd/security-spire-config/Dockerfile [2025-08-04T02:12:34.863Z] + cut -d/ -f2 [2025-08-04T02:12:34.863Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2025-08-04T02:12:34.863Z] + dirname cmd/security-spire-server/Dockerfile [2025-08-04T02:12:34.863Z] + cut -d/ -f2 [2025-08-04T02:12:34.863Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2025-08-04T02:12:34.863Z] + dirname cmd/support-notifications/Dockerfile [2025-08-04T02:12:34.863Z] + cut -d/ -f2 [2025-08-04T02:12:34.863Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2025-08-04T02:12:34.863Z] + dirname cmd/support-scheduler/Dockerfile [2025-08-04T02:12:34.863Z] + cut -d/ -f2 [2025-08-04T02:12:34.863Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2025-08-04T02:12:34.901Z] 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-04T02:12:35.278Z] + git rev-list -1 --merges 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b~1..5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] echo [2025-08-04T02:12:35.289Z] -----------> git rev-list -1 --merges 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b~1..5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [false] [Pipeline] sh [2025-08-04T02:12:35.580Z] + git log --format=format:%s -1 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] echo [2025-08-04T02:12:35.596Z] ========================================================= [2025-08-04T02:12:35.596Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-08-04T02:12:35.596Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2025-08-04T02:12:36.012Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-08-04T02:12:36.012Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-08-04T02:12:36.012Z] + [ -e /tmp/ssh_known_hosts ] [2025-08-04T02:12:36.012Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-08-04T02:12:36.012Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-08-04T02:12:36.012Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-08-04T02:12:36.012Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:12:36.376Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-04T02:12:36.376Z] [2025-08-04T02:12:36.376Z] 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-04T02:12:36.688Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-04T02:12:36.688Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-08-04T02:12:36.688Z] 3dae71ba6b94: Pulling fs layer [2025-08-04T02:12:36.688Z] 6bf1a483ea7c: Pulling fs layer [2025-08-04T02:12:36.688Z] f5dfc541a4d3: Pulling fs layer [2025-08-04T02:12:36.688Z] 461d9e800cba: Pulling fs layer [2025-08-04T02:12:36.688Z] 80192f66455f: Pulling fs layer [2025-08-04T02:12:36.688Z] 2e8e34ca0e6c: Pulling fs layer [2025-08-04T02:12:36.688Z] a29436f7fd5d: Pulling fs layer [2025-08-04T02:12:36.688Z] 923cac83aea3: Pulling fs layer [2025-08-04T02:12:36.688Z] 25ad8b0a4227: Pulling fs layer [2025-08-04T02:12:36.688Z] db01528c6b51: Pulling fs layer [2025-08-04T02:12:36.688Z] 28988de357af: Pulling fs layer [2025-08-04T02:12:36.688Z] a29436f7fd5d: Waiting [2025-08-04T02:12:36.688Z] 923cac83aea3: Waiting [2025-08-04T02:12:36.688Z] 25ad8b0a4227: Waiting [2025-08-04T02:12:36.688Z] db01528c6b51: Waiting [2025-08-04T02:12:36.688Z] 28988de357af: Waiting [2025-08-04T02:12:36.688Z] 461d9e800cba: Waiting [2025-08-04T02:12:36.688Z] 80192f66455f: Waiting [2025-08-04T02:12:36.688Z] 2e8e34ca0e6c: Waiting [2025-08-04T02:12:36.688Z] 6bf1a483ea7c: Verifying Checksum [2025-08-04T02:12:36.688Z] 6bf1a483ea7c: Download complete [2025-08-04T02:12:36.688Z] 461d9e800cba: Verifying Checksum [2025-08-04T02:12:36.688Z] 461d9e800cba: Download complete [2025-08-04T02:12:36.688Z] 80192f66455f: Verifying Checksum [2025-08-04T02:12:36.688Z] 80192f66455f: Download complete [2025-08-04T02:12:36.948Z] f5dfc541a4d3: Verifying Checksum [2025-08-04T02:12:36.948Z] f5dfc541a4d3: Download complete [2025-08-04T02:12:36.948Z] 3dae71ba6b94: Verifying Checksum [2025-08-04T02:12:36.948Z] 3dae71ba6b94: Download complete [2025-08-04T02:12:36.948Z] 923cac83aea3: Verifying Checksum [2025-08-04T02:12:36.948Z] 923cac83aea3: Download complete [2025-08-04T02:12:37.207Z] 25ad8b0a4227: Verifying Checksum [2025-08-04T02:12:37.207Z] 25ad8b0a4227: Download complete [2025-08-04T02:12:37.207Z] db01528c6b51: Download complete [2025-08-04T02:12:37.207Z] 28988de357af: Verifying Checksum [2025-08-04T02:12:37.207Z] 28988de357af: Download complete [2025-08-04T02:12:37.207Z] a29436f7fd5d: Verifying Checksum [2025-08-04T02:12:37.207Z] a29436f7fd5d: Download complete [2025-08-04T02:12:37.774Z] 2e8e34ca0e6c: Verifying Checksum [2025-08-04T02:12:37.774Z] 2e8e34ca0e6c: Download complete [2025-08-04T02:12:38.342Z] 3dae71ba6b94: Pull complete [2025-08-04T02:12:38.602Z] 6bf1a483ea7c: Pull complete [2025-08-04T02:12:39.538Z] f5dfc541a4d3: Pull complete [2025-08-04T02:12:39.538Z] 461d9e800cba: Pull complete [2025-08-04T02:12:39.538Z] 80192f66455f: Pull complete [2025-08-04T02:12:43.730Z] 2e8e34ca0e6c: Pull complete [2025-08-04T02:12:44.298Z] a29436f7fd5d: Pull complete [2025-08-04T02:12:44.298Z] 923cac83aea3: Pull complete [2025-08-04T02:12:44.559Z] 25ad8b0a4227: Pull complete [2025-08-04T02:12:44.559Z] db01528c6b51: Pull complete [2025-08-04T02:12:44.559Z] 28988de357af: Pull complete [2025-08-04T02:12:44.559Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-08-04T02:12:44.559Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-04T02:12:44.559Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-04T02:12:44.691Z] prd-ubuntu20.04-docker-8c-8g-6226 does not seem to be running inside a container [2025-08-04T02:12:44.706Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/879 -v /w/workspace/edgex-go/879:/w/workspace/edgex-go/879:rw,z -v /w/workspace/edgex-go/879@tmp:/w/workspace/edgex-go/879@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-04T02:12:46.748Z] $ docker top 1ab5927a69826d8b0fd2e4a94cf3585f1674146b4d16a5d87a0c176072b4e574 -eo pid,comm [2025-08-04T02:12:46.805Z] 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-04T02:12:46.805Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-08-04T02:12:46.869Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-08-04T02:12:46.869Z] [ssh-agent] Looking for ssh-agent implementation... [2025-08-04T02:12:46.974Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-08-04T02:12:46.969Z] $ docker exec 1ab5927a69826d8b0fd2e4a94cf3585f1674146b4d16a5d87a0c176072b4e574 ssh-agent [2025-08-04T02:12:47.086Z] SSH_AUTH_SOCK=/tmp/ssh-FSaAbvjhIKv3/agent.32 [2025-08-04T02:12:47.086Z] SSH_AGENT_PID=38 [2025-08-04T02:12:47.093Z] Running ssh-add (command line suppressed) [2025-08-04T02:12:47.187Z] Identity added: /w/workspace/edgex-go/879@tmp/private_key_9267719149518969674.key (/w/workspace/edgex-go/879@tmp/private_key_9267719149518969674.key) [2025-08-04T02:12:47.209Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-08-04T02:12:47.501Z] + git config --global --add safe.directory /w/workspace/edgex-go/879 [Pipeline] sh [2025-08-04T02:12:47.785Z] + git tag --points-at HEAD [Pipeline] } [2025-08-04T02:12:47.788Z] $ docker exec --env ******** --env ******** 1ab5927a69826d8b0fd2e4a94cf3585f1674146b4d16a5d87a0c176072b4e574 ssh-agent -k [2025-08-04T02:12:47.873Z] unset SSH_AUTH_SOCK; [2025-08-04T02:12:47.873Z] unset SSH_AGENT_PID; [2025-08-04T02:12:47.873Z] echo Agent pid 38 killed; [2025-08-04T02:12:47.894Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-08-04T02:12:47.930Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-08-04T02:12:47.930Z] [ssh-agent] Looking for ssh-agent implementation... [2025-08-04T02:12:48.030Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-08-04T02:12:48.025Z] $ docker exec 1ab5927a69826d8b0fd2e4a94cf3585f1674146b4d16a5d87a0c176072b4e574 ssh-agent [2025-08-04T02:12:48.126Z] SSH_AUTH_SOCK=/tmp/ssh-ELTeaJPJsWLr/agent.85 [2025-08-04T02:12:48.126Z] SSH_AGENT_PID=91 [2025-08-04T02:12:48.130Z] Running ssh-add (command line suppressed) [2025-08-04T02:12:48.213Z] Identity added: /w/workspace/edgex-go/879@tmp/private_key_245543684927741261.key (/w/workspace/edgex-go/879@tmp/private_key_245543684927741261.key) [2025-08-04T02:12:48.234Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-08-04T02:12:48.530Z] + git semver init [2025-08-04T02:12:48.790Z] 2025-08-04 02:12:48,718 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-08-04T02:12:48.790Z] 2025-08-04 02:12:48,722 [run_init] DEBUG init version:0.0.0 force:False [2025-08-04T02:12:48.790Z] 2025-08-04 02:12:48,723 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/879/.semver [2025-08-04T02:12:48.790Z] 2025-08-04 02:12:48,723 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/879/.semver [2025-08-04T02:12:48.790Z] 2025-08-04 02:12:48,723 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/879/.semver'], cwd=/w/workspace/edgex-go/879, stdin=None, shell=False, universal_newlines=False) [2025-08-04T02:12:54.090Z] 2025-08-04 02:12:53,199 [append_file] DEBUG append to file:/w/workspace/edgex-go/879/.git/info/exclude [2025-08-04T02:12:54.090Z] 2025-08-04 02:12:53,200 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/879/.semver/main with force:False [2025-08-04T02:12:54.090Z] 2025-08-04 02:12:53,200 [read_version] DEBUG read version from /w/workspace/edgex-go/879/.semver/main [2025-08-04T02:12:54.090Z] 2025-08-04 02:12:53,200 [read_version] DEBUG read version from /w/workspace/edgex-go/879/.semver/main [2025-08-04T02:12:54.090Z] 4.1.0-dev.42 [Pipeline] } [2025-08-04T02:12:54.096Z] $ docker exec --env ******** --env ******** 1ab5927a69826d8b0fd2e4a94cf3585f1674146b4d16a5d87a0c176072b4e574 ssh-agent -k [2025-08-04T02:12:54.187Z] unset SSH_AUTH_SOCK; [2025-08-04T02:12:54.188Z] unset SSH_AGENT_PID; [2025-08-04T02:12:54.188Z] echo Agent pid 91 killed; [2025-08-04T02:12:54.199Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-08-04T02:12:54.532Z] + git semver [Pipeline] } [2025-08-04T02:12:54.806Z] $ docker stop --time=1 1ab5927a69826d8b0fd2e4a94cf3585f1674146b4d16a5d87a0c176072b4e574 [2025-08-04T02:12:56.094Z] $ docker rm -f --volumes 1ab5927a69826d8b0fd2e4a94cf3585f1674146b4d16a5d87a0c176072b4e574 [Pipeline] // withDockerContainer [Pipeline] sh [2025-08-04T02:12:56.438Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-08-04T02:12:56.695Z] Stashed 1 file(s) [Pipeline] echo [2025-08-04T02:12:56.699Z] [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-04T02:12:57.150Z] + git config --global --add safe.directory /w/workspace/edgex-go/879 [Pipeline] echo [2025-08-04T02:12:57.164Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-04T02:12:57.185Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-04T02:12:57.208Z] ========================================================= [2025-08-04T02:12:57.208Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-08-04T02:12:57.208Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2025-08-04T02:12:57.504Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-08-04T02:12:57.504Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2025-08-04T02:12:57.504Z] 0a9a5dfd008f: Pulling fs layer [2025-08-04T02:12:57.504Z] 36466aa92d05: Pulling fs layer [2025-08-04T02:12:57.504Z] e10405b45d13: Pulling fs layer [2025-08-04T02:12:57.504Z] 096b7ceb2af7: Pulling fs layer [2025-08-04T02:12:57.504Z] 4f4fb700ef54: Pulling fs layer [2025-08-04T02:12:57.504Z] c451b95d7931: Pulling fs layer [2025-08-04T02:12:57.504Z] 9febf9df4401: Pulling fs layer [2025-08-04T02:12:57.504Z] 1477f019b032: Pulling fs layer [2025-08-04T02:12:57.504Z] c7dc25521971: Pulling fs layer [2025-08-04T02:12:57.504Z] c451b95d7931: Waiting [2025-08-04T02:12:57.504Z] 9febf9df4401: Waiting [2025-08-04T02:12:57.504Z] 4f4fb700ef54: Waiting [2025-08-04T02:12:57.504Z] 1477f019b032: Waiting [2025-08-04T02:12:57.504Z] 096b7ceb2af7: Waiting [2025-08-04T02:12:57.504Z] c7dc25521971: Waiting [2025-08-04T02:12:57.504Z] 36466aa92d05: Verifying Checksum [2025-08-04T02:12:57.504Z] 36466aa92d05: Download complete [2025-08-04T02:12:57.504Z] 096b7ceb2af7: Verifying Checksum [2025-08-04T02:12:57.504Z] 096b7ceb2af7: Download complete [2025-08-04T02:12:57.504Z] 4f4fb700ef54: Download complete [2025-08-04T02:12:57.504Z] c451b95d7931: Download complete [2025-08-04T02:12:57.504Z] 0a9a5dfd008f: Download complete [2025-08-04T02:12:57.763Z] 9febf9df4401: Verifying Checksum [2025-08-04T02:12:57.763Z] 9febf9df4401: Download complete [2025-08-04T02:12:57.763Z] 0a9a5dfd008f: Pull complete [2025-08-04T02:12:57.763Z] 36466aa92d05: Pull complete [2025-08-04T02:12:58.021Z] c7dc25521971: Verifying Checksum [2025-08-04T02:12:58.021Z] c7dc25521971: Download complete [2025-08-04T02:12:58.021Z] e10405b45d13: Download complete [2025-08-04T02:12:58.589Z] 1477f019b032: Verifying Checksum [2025-08-04T02:12:58.589Z] 1477f019b032: Download complete [2025-08-04T02:13:02.790Z] e10405b45d13: Pull complete [2025-08-04T02:13:02.790Z] 096b7ceb2af7: Pull complete [2025-08-04T02:13:02.790Z] 4f4fb700ef54: Pull complete [2025-08-04T02:13:02.791Z] c451b95d7931: Pull complete [2025-08-04T02:13:02.791Z] 9febf9df4401: Pull complete [2025-08-04T02:13:05.318Z] 1477f019b032: Pull complete [2025-08-04T02:13:05.887Z] c7dc25521971: Pull complete [2025-08-04T02:13:05.887Z] Digest: sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 [2025-08-04T02:13:05.887Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-08-04T02:13:05.887Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh [2025-08-04T02:13:06.191Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-08-04T02:13:06.191Z] WORKDIR /edgex [2025-08-04T02:13:06.191Z] COPY go.mod . [2025-08-04T02:13:06.191Z] RUN go mod download [2025-08-04T02:13:06.191Z] + docker build -t ci-base-image-x86_64 -f - . [2025-08-04T02:13:06.759Z] #0 building with "default" instance using docker driver [2025-08-04T02:13:06.759Z] [2025-08-04T02:13:06.759Z] #1 [internal] load build definition from Dockerfile [2025-08-04T02:13:06.759Z] #1 transferring dockerfile: 164B done [2025-08-04T02:13:06.759Z] #1 DONE 0.0s [2025-08-04T02:13:06.759Z] [2025-08-04T02:13:06.759Z] #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-08-04T02:13:06.759Z] #2 DONE 0.0s [2025-08-04T02:13:06.759Z] [2025-08-04T02:13:06.759Z] #3 [internal] load .dockerignore [2025-08-04T02:13:06.759Z] #3 transferring context: 50B done [2025-08-04T02:13:06.759Z] #3 DONE 0.0s [2025-08-04T02:13:06.759Z] [2025-08-04T02:13:06.759Z] #4 [internal] load build context [2025-08-04T02:13:06.759Z] #4 transferring context: 6.51kB done [2025-08-04T02:13:06.759Z] #4 DONE 0.0s [2025-08-04T02:13:06.759Z] [2025-08-04T02:13:06.759Z] #5 [1/4] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-08-04T02:13:06.759Z] #5 DONE 0.1s [2025-08-04T02:13:07.018Z] [2025-08-04T02:13:07.018Z] #6 [2/4] WORKDIR /edgex [2025-08-04T02:13:08.396Z] #6 DONE 1.6s [2025-08-04T02:13:08.655Z] [2025-08-04T02:13:08.655Z] #7 [3/4] COPY go.mod . [2025-08-04T02:13:08.655Z] #7 DONE 0.0s [2025-08-04T02:13:08.655Z] [2025-08-04T02:13:08.655Z] #8 [4/4] RUN go mod download [2025-08-04T02:13:11.804Z] Still waiting to schedule task [2025-08-04T02:13:11.804Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-6221’ [2025-08-04T02:13:18.636Z] #8 DONE 10.2s [2025-08-04T02:13:18.893Z] [2025-08-04T02:13:18.893Z] #9 exporting to image [2025-08-04T02:13:18.893Z] #9 exporting layers [2025-08-04T02:13:22.177Z] #9 exporting layers 3.3s done [2025-08-04T02:13:22.177Z] #9 writing image sha256:5be8c2a0a8f4c4e34120908125085b65719374a3e41dbcbd62767c6f0ec4553f done [2025-08-04T02:13:22.177Z] #9 naming to docker.io/library/ci-base-image-x86_64 done [2025-08-04T02:13:22.177Z] #9 DONE 3.4s [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:13:22.472Z] + docker inspect -f . ci-base-image-x86_64 [2025-08-04T02:13:22.472Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-04T02:13:22.543Z] prd-ubuntu20.04-docker-8c-8g-6226 does not seem to be running inside a container [2025-08-04T02:13:22.573Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/879 -v /w/workspace/edgex-go/879:/w/workspace/edgex-go/879:rw,z -v /w/workspace/edgex-go/879@tmp:/w/workspace/edgex-go/879@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-04T02:13:22.864Z] $ docker top 3041b185ba8cdd3adcb18be3904df0599865b1eec7e68745005a6abbd289fe1b -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-04T02:13:23.199Z] + go version [2025-08-04T02:13:23.199Z] go version go1.23.9 linux/amd64 [Pipeline] } [2025-08-04T02:13:23.212Z] $ docker stop --time=1 3041b185ba8cdd3adcb18be3904df0599865b1eec7e68745005a6abbd289fe1b [2025-08-04T02:13:24.457Z] $ docker rm -f --volumes 3041b185ba8cdd3adcb18be3904df0599865b1eec7e68745005a6abbd289fe1b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:13:24.884Z] + docker inspect -f . ci-base-image-x86_64 [2025-08-04T02:13:24.884Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-04T02:13:24.964Z] prd-ubuntu20.04-docker-8c-8g-6226 does not seem to be running inside a container [2025-08-04T02:13:24.997Z] $ 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/879 -v /w/workspace/edgex-go/879:/w/workspace/edgex-go/879:rw,z -v /w/workspace/edgex-go/879@tmp:/w/workspace/edgex-go/879@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-04T02:13:25.220Z] $ docker top c7e7312f0e8c27ae30dcafd83d5325191cb9d83f9f5480656262afcbc0809ef7 -eo pid,comm [Pipeline] { [Pipeline] echo [2025-08-04T02:13:25.282Z] ========================================================= [2025-08-04T02:13:25.282Z] [edgeXBuildGoParallel] Running Tests and Build... [2025-08-04T02:13:25.282Z] ========================================================= [Pipeline] sh [2025-08-04T02:13:25.559Z] + git config --global --add safe.directory /w/workspace/edgex-go/879 [Pipeline] fileExists [Pipeline] sh [2025-08-04T02:13:25.859Z] + make test [2025-08-04T02:13:25.859Z] go test -race -coverprofile=coverage.out ./... [2025-08-04T02:13:33.971Z] ? github.com/edgexfoundry/edgex-go [no test files] [2025-08-04T02:13:55.884Z] github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements [2025-08-04T02:13:55.884Z] github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements [2025-08-04T02:13:55.884Z] github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements [2025-08-04T02:13:55.884Z] github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements [2025-08-04T02:13:55.884Z] github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements [2025-08-04T02:13:56.142Z] github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements [2025-08-04T02:13:56.142Z] github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements [2025-08-04T02:13:56.707Z] github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements [2025-08-04T02:13:56.707Z] github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements [2025-08-04T02:13:56.707Z] github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements [2025-08-04T02:13:56.966Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2025-08-04T02:13:56.966Z] github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements [2025-08-04T02:13:56.966Z] github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements [2025-08-04T02:13:56.966Z] github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements [2025-08-04T02:13:56.966Z] github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements [2025-08-04T02:13:56.966Z] github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements [2025-08-04T02:13:56.966Z] github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements [2025-08-04T02:13:57.899Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.024s coverage: 42.3% of statements [2025-08-04T02:13:58.157Z] github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements [2025-08-04T02:13:58.157Z] github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements [2025-08-04T02:13:58.414Z] github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements [2025-08-04T02:13:58.414Z] github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements [2025-08-04T02:13:58.673Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.041s coverage: 97.0% of statements [2025-08-04T02:13:59.606Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] [2025-08-04T02:13:59.606Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2025-08-04T02:13:59.606Z] github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements [2025-08-04T02:13:59.606Z] github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-08-04T02:13:59.606Z] github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements [2025-08-04T02:13:59.606Z] github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements [2025-08-04T02:13:59.606Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements [2025-08-04T02:13:59.606Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements [2025-08-04T02:13:59.606Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] [2025-08-04T02:13:59.606Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements [2025-08-04T02:14:00.539Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] [2025-08-04T02:14:00.539Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] [2025-08-04T02:14:00.539Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements [2025-08-04T02:14:00.539Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements [2025-08-04T02:14:00.539Z] github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements [2025-08-04T02:14:00.539Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-08-04T02:14:02.447Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements [2025-08-04T02:14:02.447Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements [2025-08-04T02:14:02.447Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.049s coverage: 69.4% of statements [2025-08-04T02:14:02.447Z] ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.021s coverage: 3.5% of statements [2025-08-04T02:14:02.447Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.052s coverage: 46.3% of statements [2025-08-04T02:14:02.447Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.911s coverage: 93.4% of statements [2025-08-04T02:14:02.447Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.044s coverage: 92.4% of statements [2025-08-04T02:14:03.021Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.041s coverage: 8.4% of statements [2025-08-04T02:14:03.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] [2025-08-04T02:14:03.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2025-08-04T02:14:03.954Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2025-08-04T02:14:04.212Z] github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements [2025-08-04T02:14:04.212Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements [2025-08-04T02:14:04.212Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements [2025-08-04T02:14:04.212Z] github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements [2025-08-04T02:14:04.212Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-08-04T02:14:04.212Z] github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements [2025-08-04T02:14:04.212Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2025-08-04T02:14:04.212Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements [2025-08-04T02:14:04.212Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements [2025-08-04T02:14:04.212Z] github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements [2025-08-04T02:14:04.212Z] github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements [2025-08-04T02:14:05.587Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.309s coverage: 95.8% of statements [2025-08-04T02:14:05.587Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.019s coverage: 72.2% of statements [2025-08-04T02:14:05.848Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2025-08-04T02:14:05.848Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] [2025-08-04T02:14:05.848Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements [2025-08-04T02:14:05.848Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/cache coverage: 0.0% of statements [2025-08-04T02:14:06.105Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements [2025-08-04T02:14:06.105Z] github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements [2025-08-04T02:14:07.039Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.035s coverage: 0.0% of statements [no tests to run] [2025-08-04T02:14:07.039Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.049s coverage: 1.0% of statements [2025-08-04T02:14:07.039Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.026s coverage: 38.1% of statements [2025-08-04T02:14:07.039Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.015s coverage: 81.1% of statements [2025-08-04T02:14:07.605Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.021s coverage: 40.0% of statements [2025-08-04T02:14:07.605Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.028s coverage: 87.1% of statements [2025-08-04T02:14:07.605Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.019s coverage: 94.1% of statements [2025-08-04T02:14:07.605Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements [2025-08-04T02:14:07.605Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements [2025-08-04T02:14:07.605Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements [2025-08-04T02:14:07.605Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.036s coverage: 96.3% of statements [2025-08-04T02:14:08.170Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2025-08-04T02:14:08.170Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements [2025-08-04T02:14:08.170Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements [2025-08-04T02:14:08.170Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements [2025-08-04T02:14:08.428Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.019s coverage: 87.5% of statements [2025-08-04T02:14:09.361Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements [2025-08-04T02:14:09.361Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements [2025-08-04T02:14:09.361Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements [2025-08-04T02:14:09.361Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements [2025-08-04T02:14:09.361Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements [2025-08-04T02:14:09.361Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements [2025-08-04T02:14:09.361Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements [2025-08-04T02:14:09.926Z] github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements [2025-08-04T02:14:09.926Z] github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements [2025-08-04T02:14:10.492Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements [2025-08-04T02:14:11.866Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements [2025-08-04T02:14:12.125Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2025-08-04T02:14:13.498Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements [2025-08-04T02:14:14.433Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements [2025-08-04T02:14:14.433Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements [2025-08-04T02:14:14.433Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements [2025-08-04T02:14:16.965Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements [2025-08-04T02:14:17.899Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements [2025-08-04T02:14:17.899Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements [2025-08-04T02:14:18.476Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] [2025-08-04T02:14:18.476Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] [2025-08-04T02:14:18.476Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-08-04T02:14:20.377Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.028s coverage: 94.4% of statements [2025-08-04T02:14:20.377Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements [2025-08-04T02:14:20.377Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements [2025-08-04T02:14:20.377Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements [2025-08-04T02:14:20.635Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2025-08-04T02:14:20.635Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements [2025-08-04T02:14:20.635Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements [2025-08-04T02:14:20.893Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements [2025-08-04T02:14:21.151Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements [2025-08-04T02:14:21.151Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements [2025-08-04T02:14:21.151Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements [2025-08-04T02:14:21.151Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements [2025-08-04T02:14:21.151Z] github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements [2025-08-04T02:14:23.052Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements [2025-08-04T02:14:23.052Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements [2025-08-04T02:14:23.052Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements [2025-08-04T02:14:23.052Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements [2025-08-04T02:14:23.997Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] [2025-08-04T02:14:23.997Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2025-08-04T02:14:23.997Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements [2025-08-04T02:14:23.997Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-08-04T02:14:23.997Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements [2025-08-04T02:14:23.997Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements [2025-08-04T02:14:23.997Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements [2025-08-04T02:14:25.369Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] [2025-08-04T02:14:25.369Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2025-08-04T02:14:25.369Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-08-04T02:14:28.655Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 21.043s coverage: 92.9% of statements [2025-08-04T02:14:28.655Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.016s coverage: 68.8% of statements [2025-08-04T02:14:28.655Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.028s coverage: 62.3% of statements [2025-08-04T02:14:28.655Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.023s coverage: 47.4% of statements [2025-08-04T02:14:28.655Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.028s coverage: 87.2% of statements [2025-08-04T02:14:28.655Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.016s coverage: 15.5% of statements [2025-08-04T02:14:28.655Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.017s coverage: 100.0% of statements [2025-08-04T02:14:28.655Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.067s coverage: 81.8% of statements [2025-08-04T02:14:28.655Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.076s coverage: 82.1% of statements [2025-08-04T02:14:28.655Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.020s coverage: 86.0% of statements [2025-08-04T02:14:28.655Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.046s coverage: 6.8% of statements [2025-08-04T02:14:28.655Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.043s coverage: 33.3% of statements [2025-08-04T02:14:28.655Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.043s coverage: 100.0% of statements [2025-08-04T02:14:28.655Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.147s coverage: 54.5% of statements [2025-08-04T02:14:28.655Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.017s coverage: 89.4% of statements [2025-08-04T02:14:28.655Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.017s coverage: 100.0% of statements [2025-08-04T02:14:28.655Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.020s coverage: 73.7% of statements [2025-08-04T02:14:28.655Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.017s coverage: 100.0% of statements [2025-08-04T02:14:28.655Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.024s coverage: 88.6% of statements [2025-08-04T02:14:28.655Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.029s coverage: 96.8% of statements [2025-08-04T02:14:28.655Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.015s coverage: 100.0% of statements [2025-08-04T02:14:28.655Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.162s coverage: 29.2% of statements [2025-08-04T02:14:28.655Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.017s coverage: 93.8% of statements [2025-08-04T02:14:28.655Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.015s coverage: 3.1% of statements [2025-08-04T02:14:28.655Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.022s coverage: 76.2% of statements [2025-08-04T02:14:28.655Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.023s coverage: 54.0% of statements [2025-08-04T02:14:30.029Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.056s coverage: 17.0% of statements [2025-08-04T02:14:30.029Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.122s coverage: 94.9% of statements [2025-08-04T02:14:30.029Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.035s coverage: 9.0% of statements [2025-08-04T02:14:30.029Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.073s coverage: 97.7% of statements [2025-08-04T02:14:30.029Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.025s coverage: 43.6% of statements [2025-08-04T02:14:30.029Z] 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-04T02:14:30.287Z] running golangci-lint [2025-08-04T02:14:30.287Z] golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z [2025-08-04T02:14:30.287Z] go version go1.23.9 linux/amd64 [2025-08-04T02:14:30.545Z] 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-04T02:14:30.545Z] level=info msg="[config_reader] Used config file .golangci.yml" [2025-08-04T02:14:30.545Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [2025-08-04T02:14:52.462Z] level=info msg="[loader] Go packages loading at mode 575 (name|compiled_files|exports_file|imports|types_sizes|deps|files) took 19.812605348s" [2025-08-04T02:14:52.462Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 52.251647ms" [2025-08-04T02:15:04.656Z] level=info msg="[linters_context/goanalysis] analyzers took 1m55.878624969s with top 10 stages: buildir: 1m2.494275587s, gosec: 3.98106649s, inspect: 2.993004444s, fact_deprecated: 2.186975616s, printf: 1.571599837s, ctrlflow: 1.490335523s, fact_purity: 1.477859654s, nilness: 1.320127365s, S1038: 1.22762161s, ineffassign: 947.492083ms" [2025-08-04T02:15:04.656Z] level=info msg="[runner] Issues before processing: 202, after processing: 0" [2025-08-04T02:15:04.656Z] level=info msg="[runner] Processors filtering stat (in/out): path_prettifier: 202/202, skip_files: 202/202, filename_unadjuster: 202/202, nolint: 20/0, cgo: 202/202, invalid_issue: 202/202, skip_dirs: 202/202, autogenerated_exclude: 202/202, identifier_marker: 202/202, exclude: 202/202, exclude-rules: 202/20" [2025-08-04T02:15:04.656Z] level=info msg="[runner] processing took 16.712474ms with stages: nolint: 7.415653ms, identifier_marker: 3.491923ms, autogenerated_exclude: 1.668771ms, path_prettifier: 1.6375ms, skip_dirs: 1.278905ms, exclude-rules: 1.127796ms, cgo: 29.922µs, invalid_issue: 29.792µs, filename_unadjuster: 28.892µs, skip_files: 590ns, max_same_issues: 550ns, uniq_by_line: 440ns, fixer: 400ns, sort_results: 250ns, exclude: 250ns, max_from_linter: 160ns, source_code: 140ns, diff: 130ns, path_prefixer: 110ns, path_shortener: 100ns, severity-rules: 100ns, max_per_file_from_linter: 100ns" [2025-08-04T02:15:04.656Z] level=info msg="[runner] linters took 13.114109949s with stages: goanalysis_metalinter: 13.09731856s" [2025-08-04T02:15:04.656Z] level=info msg="File cache stats: 0 entries of total size 0B" [2025-08-04T02:15:04.656Z] level=info msg="Memory: 321 samples, avg is 311.8MB, max is 1348.3MB" [2025-08-04T02:15:04.656Z] level=info msg="Execution took 32.987555275s" [2025-08-04T02:15:04.656Z] go vet ./... [2025-08-04T02:15:11.211Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-08-04T02:15:11.211Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-08-04T02:15:11.211Z] ./bin/test-attribution-txt.sh [2025-08-04T02:15:11.211Z] An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add [2025-08-04T02:15:11.211Z] An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [2025-08-04T02:15:11.211Z] An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add [2025-08-04T02:15:11.211Z] An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add [2025-08-04T02:15:11.211Z] An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [Pipeline] echo [2025-08-04T02:15:11.226Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh [2025-08-04T02:15:11.528Z] + ls -al . [2025-08-04T02:15:11.528Z] total 1996 [2025-08-04T02:15:11.528Z] drwxrwxr-x 11 1001 1001 4096 Aug 4 02:13 . [2025-08-04T02:15:11.528Z] drwxr-xr-x 4 root root 4096 Aug 4 02:13 .. [2025-08-04T02:15:11.528Z] drwxrwxr-x 2 1001 1001 4096 Aug 4 02:12 .blubracket [2025-08-04T02:15:11.528Z] -rw-rw-r-- 1 1001 1001 10 Aug 4 02:12 .dockerignore [2025-08-04T02:15:11.528Z] drwxrwxr-x 8 1001 1001 4096 Aug 4 02:14 .git [2025-08-04T02:15:11.528Z] drwxrwxr-x 3 1001 1001 4096 Aug 4 02:12 .github [2025-08-04T02:15:11.528Z] -rw-rw-r-- 1 1001 1001 909 Aug 4 02:12 .gitignore [2025-08-04T02:15:11.528Z] -rw-rw-r-- 1 1001 1001 218 Aug 4 02:12 .golangci.yml [2025-08-04T02:15:11.528Z] -rw-rw-r-- 1 1001 1001 100 Aug 4 02:12 .hadolint.yml [2025-08-04T02:15:11.528Z] drwxr-xr-x 3 1001 1001 4096 Aug 4 02:12 .semver [2025-08-04T02:15:11.528Z] -rw-rw-r-- 1 1001 1001 155 Aug 4 02:12 .sonarcloud.properties [2025-08-04T02:15:11.528Z] -rw-rw-r-- 1 1001 1001 1171 Aug 4 02:12 ADOPTERS.md [2025-08-04T02:15:11.528Z] -rw-rw-r-- 1 1001 1001 17374 Aug 4 02:12 Attribution.txt [2025-08-04T02:15:11.528Z] -rw-rw-r-- 1 1001 1001 108018 Aug 4 02:12 CHANGELOG.md [2025-08-04T02:15:11.528Z] -rw-rw-r-- 1 1001 1001 3804 Aug 4 02:12 CONTRIBUTING.md [2025-08-04T02:15:11.528Z] -rw-rw-r-- 1 1001 1001 677 Aug 4 02:12 GOVERNANCE.md [2025-08-04T02:15:11.528Z] -rw-rw-r-- 1 1001 1001 858 Aug 4 02:12 Jenkinsfile [2025-08-04T02:15:11.528Z] -rw-rw-r-- 1 1001 1001 10775 Aug 4 02:12 LICENSE [2025-08-04T02:15:11.528Z] -rw-rw-r-- 1 1001 1001 16740 Aug 4 02:12 Makefile [2025-08-04T02:15:11.528Z] -rw-rw-r-- 1 1001 1001 582 Aug 4 02:12 OWNERS.md [2025-08-04T02:15:11.528Z] -rw-rw-r-- 1 1001 1001 9932 Aug 4 02:12 README.md [2025-08-04T02:15:11.528Z] -rw-rw-r-- 1 1001 1001 789 Aug 4 02:12 SECURITY.md [2025-08-04T02:15:11.528Z] -rw-rw-r-- 1 1001 1001 12 Aug 4 02:12 VERSION [2025-08-04T02:15:11.528Z] drwxrwxr-x 2 1001 1001 4096 Aug 4 02:12 bin [2025-08-04T02:15:11.528Z] drwxrwxr-x 19 1001 1001 4096 Aug 4 02:12 cmd [2025-08-04T02:15:11.528Z] -rw-r--r-- 1 root root 1666030 Aug 4 02:14 coverage.out [2025-08-04T02:15:11.528Z] drwxrwxr-x 2 1001 1001 4096 Aug 4 02:12 fuzz_test [2025-08-04T02:15:11.528Z] -rw-rw-r-- 1 1001 1001 6476 Aug 4 02:12 go.mod [2025-08-04T02:15:11.528Z] -rw-rw-r-- 1 1001 1001 88362 Aug 4 02:12 go.sum [2025-08-04T02:15:11.528Z] drwxrwxr-x 7 1001 1001 4096 Aug 4 02:12 internal [2025-08-04T02:15:11.528Z] drwxrwxr-x 2 1001 1001 4096 Aug 4 02:12 openapi [2025-08-04T02:15:11.528Z] -rw-rw-r-- 1 1001 1001 584 Aug 4 02:12 security.txt [2025-08-04T02:15:11.528Z] -rw-rw-r-- 1 1001 1001 204 Aug 4 02:12 version.go [Pipeline] sh [2025-08-04T02:15:11.819Z] + '[' -e coverage.out ] [2025-08-04T02:15:11.819Z] + chown 1001:1001 coverage.out [Pipeline] stash [2025-08-04T02:15:11.982Z] Stashed 1 file(s) [Pipeline] sh [2025-08-04T02:15:12.265Z] + make build [2025-08-04T02:15:12.265Z] 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-04T02:15:34.184Z] 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-04T02:15:34.441Z] 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-04T02:15:36.346Z] 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-04T02:15:36.604Z] 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-04T02:15:38.502Z] 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-04T02:15:42.687Z] 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-04T02:15:45.225Z] 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-04T02:15:47.122Z] 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-04T02:15:49.021Z] 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-04T02:15:50.398Z] 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-04T02:15:51.789Z] 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-04T02:15:52.722Z] 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-04T02:15:54.114Z] $ docker stop --time=1 c7e7312f0e8c27ae30dcafd83d5325191cb9d83f9f5480656262afcbc0809ef7 [2025-08-04T02:15:57.433Z] $ docker rm -f --volumes c7e7312f0e8c27ae30dcafd83d5325191cb9d83f9f5480656262afcbc0809ef7 [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-04T02:15:58.799Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-08-04T02:15:58.799Z] [2025-08-04T02:15:58.799Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:15:59.109Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-08-04T02:15:59.109Z] latest: Pulling from edgex-devops/edgex-compose [2025-08-04T02:15:59.109Z] 91d30c5bc195: Pulling fs layer [2025-08-04T02:15:59.109Z] 2e9b0aa3be6d: Pulling fs layer [2025-08-04T02:15:59.109Z] 9c61dcf015f6: Pulling fs layer [2025-08-04T02:15:59.109Z] 4698f68db338: Pulling fs layer [2025-08-04T02:15:59.109Z] 2a2f49069b9e: Pulling fs layer [2025-08-04T02:15:59.109Z] e0025b399a48: Pulling fs layer [2025-08-04T02:15:59.109Z] 2a2f49069b9e: Waiting [2025-08-04T02:15:59.109Z] e0025b399a48: Waiting [2025-08-04T02:15:59.109Z] 4698f68db338: Waiting [2025-08-04T02:15:59.109Z] 91d30c5bc195: Verifying Checksum [2025-08-04T02:15:59.109Z] 91d30c5bc195: Download complete [2025-08-04T02:15:59.109Z] 4698f68db338: Verifying Checksum [2025-08-04T02:15:59.109Z] 4698f68db338: Download complete [2025-08-04T02:15:59.368Z] 2e9b0aa3be6d: Download complete [2025-08-04T02:15:59.368Z] e0025b399a48: Download complete [2025-08-04T02:15:59.368Z] 91d30c5bc195: Pull complete [2025-08-04T02:15:59.368Z] 2a2f49069b9e: Download complete [2025-08-04T02:15:59.626Z] 2e9b0aa3be6d: Pull complete [2025-08-04T02:16:00.193Z] 9c61dcf015f6: Verifying Checksum [2025-08-04T02:16:00.193Z] 9c61dcf015f6: Download complete [2025-08-04T02:16:03.473Z] 9c61dcf015f6: Pull complete [2025-08-04T02:16:03.473Z] 4698f68db338: Pull complete [2025-08-04T02:16:03.731Z] 2a2f49069b9e: Pull complete [2025-08-04T02:16:03.731Z] e0025b399a48: Pull complete [2025-08-04T02:16:03.731Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2025-08-04T02:16:03.731Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-08-04T02:16:03.731Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-04T02:16:03.827Z] prd-ubuntu20.04-docker-8c-8g-6226 does not seem to be running inside a container [2025-08-04T02:16:03.858Z] $ 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/879 -v /w/workspace/edgex-go/879:/w/workspace/edgex-go/879:rw,z -v /w/workspace/edgex-go/879@tmp:/w/workspace/edgex-go/879@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-04T02:16:04.888Z] $ docker top e3e58f26d9fe9eae2374d77f4008a23409da35fa507ca1e19a3176a5b7e1b906 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-04T02:16:05.214Z] + docker compose -f ./docker-compose-build.yml build --parallel [2025-08-04T02:16:05.471Z] #1 [core-metadata internal] load build definition from Dockerfile [2025-08-04T02:16:05.471Z] #1 transferring dockerfile: 2.10kB done [2025-08-04T02:16:05.471Z] #1 DONE 0.1s [2025-08-04T02:16:05.471Z] [2025-08-04T02:16:05.471Z] #2 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-08-04T02:16:05.471Z] #2 DONE 0.0s [2025-08-04T02:16:05.471Z] [2025-08-04T02:16:05.471Z] #3 [security-spire-config internal] load build definition from Dockerfile [2025-08-04T02:16:05.471Z] #3 transferring dockerfile: 1.69kB done [2025-08-04T02:16:05.472Z] #3 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) [2025-08-04T02:16:05.472Z] #3 DONE 0.1s [2025-08-04T02:16:05.472Z] [2025-08-04T02:16:05.472Z] #4 [core-keeper internal] load build definition from Dockerfile [2025-08-04T02:16:05.472Z] #4 transferring dockerfile: 2.01kB done [2025-08-04T02:16:05.472Z] #4 DONE 0.1s [2025-08-04T02:16:05.472Z] [2025-08-04T02:16:05.472Z] #5 [security-spire-server internal] load build definition from Dockerfile [2025-08-04T02:16:05.472Z] #5 transferring dockerfile: 1.70kB done [2025-08-04T02:16:05.472Z] #5 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) [2025-08-04T02:16:05.472Z] #5 DONE 0.1s [2025-08-04T02:16:05.472Z] [2025-08-04T02:16:05.472Z] #6 [core-data internal] load build definition from Dockerfile [2025-08-04T02:16:05.472Z] #6 transferring dockerfile: 2.04kB done [2025-08-04T02:16:05.472Z] #6 DONE 0.2s [2025-08-04T02:16:05.472Z] [2025-08-04T02:16:05.472Z] #2 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-08-04T02:16:05.472Z] #2 DONE 0.0s [2025-08-04T02:16:05.472Z] [2025-08-04T02:16:05.472Z] #7 [security-spire-config internal] load metadata for docker.io/library/alpine:3.20 [2025-08-04T02:16:05.472Z] #7 DONE 0.1s [2025-08-04T02:16:05.472Z] [2025-08-04T02:16:05.472Z] #8 [security-secretstore-setup internal] load build definition from Dockerfile [2025-08-04T02:16:05.472Z] #8 transferring dockerfile: 2.49kB done [2025-08-04T02:16:05.472Z] #8 DONE 0.2s [2025-08-04T02:16:05.472Z] [2025-08-04T02:16:05.472Z] #9 [core-keeper internal] load .dockerignore [2025-08-04T02:16:05.729Z] #9 transferring context: 50B done [2025-08-04T02:16:05.729Z] #9 DONE 0.1s [2025-08-04T02:16:05.729Z] [2025-08-04T02:16:05.729Z] #10 [security-proxy-auth internal] load build definition from Dockerfile [2025-08-04T02:16:05.729Z] #10 transferring dockerfile: 2.14kB done [2025-08-04T02:16:05.729Z] #10 DONE 0.2s [2025-08-04T02:16:05.729Z] [2025-08-04T02:16:05.729Z] #11 [support-scheduler internal] load build definition from Dockerfile [2025-08-04T02:16:05.729Z] #11 transferring dockerfile: 1.83kB done [2025-08-04T02:16:05.729Z] #11 DONE 0.2s [2025-08-04T02:16:05.729Z] [2025-08-04T02:16:05.729Z] #12 [core-command internal] load build definition from Dockerfile [2025-08-04T02:16:05.729Z] #12 transferring dockerfile: 1.94kB done [2025-08-04T02:16:05.729Z] #12 DONE 0.2s [2025-08-04T02:16:05.729Z] [2025-08-04T02:16:05.729Z] #13 [security-spire-agent internal] load build definition from Dockerfile [2025-08-04T02:16:05.729Z] #13 transferring dockerfile: 1.81kB done [2025-08-04T02:16:05.729Z] #13 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) [2025-08-04T02:16:05.729Z] #13 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 23) [2025-08-04T02:16:05.729Z] #13 DONE 0.2s [2025-08-04T02:16:05.729Z] [2025-08-04T02:16:05.729Z] #14 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2025-08-04T02:16:05.729Z] #14 transferring dockerfile: 2.23kB done [2025-08-04T02:16:05.729Z] #14 DONE 0.2s [2025-08-04T02:16:05.729Z] [2025-08-04T02:16:05.729Z] #15 [support-notifications internal] load build definition from Dockerfile [2025-08-04T02:16:05.729Z] #15 transferring dockerfile: 2.00kB done [2025-08-04T02:16:05.729Z] #15 DONE 0.2s [2025-08-04T02:16:05.729Z] [2025-08-04T02:16:05.729Z] #16 [security-proxy-setup internal] load build definition from Dockerfile [2025-08-04T02:16:05.729Z] #16 transferring dockerfile: 2.50kB done [2025-08-04T02:16:05.729Z] #16 DONE 0.2s [2025-08-04T02:16:05.729Z] [2025-08-04T02:16:05.729Z] #17 [security-bootstrapper internal] load build definition from Dockerfile [2025-08-04T02:16:05.729Z] #17 transferring dockerfile: 3.02kB done [2025-08-04T02:16:05.729Z] #17 DONE 0.2s [2025-08-04T02:16:05.729Z] [2025-08-04T02:16:05.729Z] #18 [security-spiffe-token-provider internal] load build definition from Dockerfile [2025-08-04T02:16:05.729Z] #18 transferring dockerfile: 1.89kB done [2025-08-04T02:16:05.729Z] #18 DONE 0.2s [2025-08-04T02:16:05.729Z] [2025-08-04T02:16:05.729Z] #2 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-08-04T02:16:05.729Z] #2 DONE 0.0s [2025-08-04T02:16:05.729Z] [2025-08-04T02:16:05.729Z] #19 [core-data internal] load .dockerignore [2025-08-04T02:16:05.729Z] #19 transferring context: 50B done [2025-08-04T02:16:05.729Z] #19 DONE 0.1s [2025-08-04T02:16:05.729Z] [2025-08-04T02:16:05.729Z] #7 [support-notifications internal] load metadata for docker.io/library/alpine:3.20 [2025-08-04T02:16:05.729Z] #7 DONE 0.2s [2025-08-04T02:16:05.729Z] [2025-08-04T02:16:05.729Z] #20 [core-data stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-04T02:16:05.729Z] #20 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-08-04T02:16:05.729Z] #20 ... [2025-08-04T02:16:05.729Z] [2025-08-04T02:16:05.729Z] #21 [core-metadata internal] load .dockerignore [2025-08-04T02:16:05.729Z] #21 transferring context: 50B done [2025-08-04T02:16:05.729Z] #21 DONE 0.1s [2025-08-04T02:16:05.729Z] [2025-08-04T02:16:05.729Z] #22 [support-scheduler internal] load .dockerignore [2025-08-04T02:16:05.729Z] #22 transferring context: 50B done [2025-08-04T02:16:05.729Z] #22 DONE 0.1s [2025-08-04T02:16:05.729Z] [2025-08-04T02:16:05.729Z] #23 [security-proxy-auth internal] load .dockerignore [2025-08-04T02:16:05.729Z] #23 transferring context: 50B done [2025-08-04T02:16:05.729Z] #23 DONE 0.1s [2025-08-04T02:16:05.729Z] [2025-08-04T02:16:05.729Z] #24 [security-secretstore-setup internal] load .dockerignore [2025-08-04T02:16:05.729Z] #24 transferring context: 50B done [2025-08-04T02:16:05.729Z] #24 DONE 0.1s [2025-08-04T02:16:05.729Z] [2025-08-04T02:16:05.729Z] #25 [core-command internal] load .dockerignore [2025-08-04T02:16:05.729Z] #25 transferring context: 50B done [2025-08-04T02:16:05.729Z] #25 DONE 0.1s [2025-08-04T02:16:05.729Z] [2025-08-04T02:16:05.729Z] #20 [core-command stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-04T02:16:05.729Z] #20 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-08-04T02:16:05.729Z] #20 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-08-04T02:16:05.729Z] #20 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done [2025-08-04T02:16:05.729Z] #20 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done [2025-08-04T02:16:05.729Z] #20 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s [2025-08-04T02:16:05.729Z] #20 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 [2025-08-04T02:16:05.993Z] #20 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done [2025-08-04T02:16:05.993Z] #20 ... [2025-08-04T02:16:05.993Z] [2025-08-04T02:16:05.993Z] #26 [security-proxy-setup internal] load .dockerignore [2025-08-04T02:16:05.993Z] #26 transferring context: 50B 0.0s done [2025-08-04T02:16:05.993Z] #26 DONE 0.3s [2025-08-04T02:16:05.993Z] [2025-08-04T02:16:05.993Z] #27 [core-common-config-bootstrapper internal] load .dockerignore [2025-08-04T02:16:05.993Z] #27 transferring context: 50B done [2025-08-04T02:16:05.993Z] #27 DONE 0.3s [2025-08-04T02:16:05.993Z] [2025-08-04T02:16:05.993Z] #28 [security-bootstrapper internal] load .dockerignore [2025-08-04T02:16:05.993Z] #28 transferring context: 50B 0.0s done [2025-08-04T02:16:05.993Z] #28 DONE 0.3s [2025-08-04T02:16:05.993Z] [2025-08-04T02:16:05.993Z] #29 [security-spiffe-token-provider internal] load .dockerignore [2025-08-04T02:16:05.993Z] #29 transferring context: 50B done [2025-08-04T02:16:05.993Z] #29 DONE 0.3s [2025-08-04T02:16:05.993Z] [2025-08-04T02:16:05.993Z] #20 [core-common-config-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-04T02:16:05.993Z] #20 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-08-04T02:16:05.993Z] #20 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-08-04T02:16:05.993Z] #20 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done [2025-08-04T02:16:05.993Z] #20 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done [2025-08-04T02:16:05.993Z] #20 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done [2025-08-04T02:16:05.993Z] #20 ... [2025-08-04T02:16:05.993Z] [2025-08-04T02:16:05.993Z] #30 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-08-04T02:16:05.993Z] #30 DONE 0.5s [2025-08-04T02:16:05.993Z] [2025-08-04T02:16:05.993Z] #31 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 [2025-08-04T02:16:05.993Z] #31 DONE 0.4s [2025-08-04T02:16:05.993Z] [2025-08-04T02:16:05.993Z] #32 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest [2025-08-04T02:16:05.993Z] #32 DONE 0.4s [2025-08-04T02:16:05.993Z] [2025-08-04T02:16:05.993Z] #33 [support-notifications internal] load .dockerignore [2025-08-04T02:16:05.993Z] #33 transferring context: 50B 0.0s done [2025-08-04T02:16:05.993Z] #33 DONE 0.4s [2025-08-04T02:16:05.993Z] [2025-08-04T02:16:05.993Z] #20 [support-notifications stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-04T02:16:05.993Z] #20 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-08-04T02:16:05.993Z] #20 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-08-04T02:16:05.993Z] #20 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done [2025-08-04T02:16:05.993Z] #20 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done [2025-08-04T02:16:05.993Z] #20 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done [2025-08-04T02:16:05.993Z] #20 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.2s done [2025-08-04T02:16:06.925Z] #20 ... [2025-08-04T02:16:06.925Z] [2025-08-04T02:16:06.925Z] #34 [security-spire-server internal] load .dockerignore [2025-08-04T02:16:06.925Z] #34 transferring context: 50B 0.0s done [2025-08-04T02:16:06.925Z] #34 DONE 0.8s [2025-08-04T02:16:06.925Z] [2025-08-04T02:16:06.925Z] #35 [security-secretstore-setup builder 2/7] WORKDIR /edgex-go [2025-08-04T02:16:06.925Z] #35 DONE 0.8s [2025-08-04T02:16:06.925Z] [2025-08-04T02:16:06.925Z] #20 [security-spire-server stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-04T02:16:06.925Z] #20 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-08-04T02:16:06.925Z] #20 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-08-04T02:16:06.925Z] #20 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done [2025-08-04T02:16:06.925Z] #20 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done [2025-08-04T02:16:06.925Z] #20 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done [2025-08-04T02:16:06.925Z] #20 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.2s done [2025-08-04T02:16:06.925Z] #20 ... [2025-08-04T02:16:06.925Z] [2025-08-04T02:16:06.925Z] #36 [security-spire-config internal] load .dockerignore [2025-08-04T02:16:06.925Z] #36 transferring context: 50B 0.0s done [2025-08-04T02:16:06.925Z] #36 DONE 0.9s [2025-08-04T02:16:06.925Z] [2025-08-04T02:16:06.925Z] #20 [security-spire-config stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-04T02:16:06.925Z] #20 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-08-04T02:16:06.925Z] #20 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-08-04T02:16:06.925Z] #20 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done [2025-08-04T02:16:06.925Z] #20 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done [2025-08-04T02:16:06.925Z] #20 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done [2025-08-04T02:16:06.925Z] #20 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.2s done [2025-08-04T02:16:06.925Z] #20 ... [2025-08-04T02:16:06.925Z] [2025-08-04T02:16:06.925Z] #37 [security-spire-agent internal] load .dockerignore [2025-08-04T02:16:06.925Z] #37 transferring context: 50B done [2025-08-04T02:16:06.925Z] #37 DONE 1.0s [2025-08-04T02:16:06.925Z] [2025-08-04T02:16:06.925Z] #38 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-04T02:16:06.925Z] #38 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.2s done [2025-08-04T02:16:06.925Z] #38 DONE 0.2s [2025-08-04T02:16:07.182Z] [2025-08-04T02:16:07.182Z] #20 [security-spire-server stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-04T02:16:07.182Z] #20 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-08-04T02:16:07.182Z] #20 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-08-04T02:16:07.182Z] #20 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done [2025-08-04T02:16:07.182Z] #20 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done [2025-08-04T02:16:07.182Z] #20 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done [2025-08-04T02:16:07.182Z] #20 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.2s done [2025-08-04T02:16:07.182Z] #20 DONE 1.5s [2025-08-04T02:16:07.182Z] [2025-08-04T02:16:07.182Z] #39 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-08-04T02:16:07.182Z] #39 ... [2025-08-04T02:16:07.182Z] [2025-08-04T02:16:07.182Z] #40 [security-spire-config internal] load build context [2025-08-04T02:16:07.182Z] #40 transferring context: 22.05kB 0.0s done [2025-08-04T02:16:07.182Z] #40 DONE 0.2s [2025-08-04T02:16:07.182Z] [2025-08-04T02:16:07.182Z] #41 [security-spire-server internal] load build context [2025-08-04T02:16:07.182Z] #41 transferring context: 23.80kB 0.0s done [2025-08-04T02:16:07.182Z] #41 DONE 0.4s [2025-08-04T02:16:07.441Z] [2025-08-04T02:16:07.441Z] #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-04T02:16:07.441Z] #38 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.2s done [2025-08-04T02:16:07.441Z] #38 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-08-04T02:16:07.441Z] #38 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done [2025-08-04T02:16:07.441Z] #38 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done [2025-08-04T02:16:07.698Z] #38 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 0.1s [2025-08-04T02:16:07.698Z] #38 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 0.1s [2025-08-04T02:16:07.698Z] #38 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 [2025-08-04T02:16:07.698Z] #38 ... [2025-08-04T02:16:07.698Z] [2025-08-04T02:16:07.698Z] #42 [security-spire-agent internal] load build context [2025-08-04T02:16:07.698Z] #42 transferring context: 23.33kB 0.1s done [2025-08-04T02:16:07.698Z] #42 DONE 0.5s [2025-08-04T02:16:07.698Z] [2025-08-04T02:16:07.698Z] #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-04T02:16:07.698Z] #38 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.2s done [2025-08-04T02:16:07.698Z] #38 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done [2025-08-04T02:16:07.698Z] #38 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 0B / 36.47MB 0.2s [2025-08-04T02:16:07.698Z] #38 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 0.2s [2025-08-04T02:16:07.698Z] #38 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done [2025-08-04T02:16:07.698Z] #38 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.3s done [2025-08-04T02:16:07.698Z] #38 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done [2025-08-04T02:16:07.698Z] #38 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done [2025-08-04T02:16:08.264Z] #38 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 6.29MB / 36.47MB 0.6s [2025-08-04T02:16:08.264Z] #38 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 23.07MB / 36.47MB 0.8s [2025-08-04T02:16:08.264Z] #38 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 31.58MB / 36.47MB 0.9s [2025-08-04T02:16:08.523Z] #38 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 1.0s [2025-08-04T02:16:09.454Z] #38 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 1.7s done [2025-08-04T02:16:11.348Z] #38 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 [2025-08-04T02:16:14.630Z] #38 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 3.3s done [2025-08-04T02:16:15.564Z] #38 ... [2025-08-04T02:16:15.564Z] [2025-08-04T02:16:15.564Z] #43 [core-keeper internal] load build context [2025-08-04T02:16:15.564Z] #43 transferring context: 270.54MB 9.8s [2025-08-04T02:16:15.823Z] #43 ... [2025-08-04T02:16:15.823Z] [2025-08-04T02:16:15.823Z] #44 [support-scheduler internal] load build context [2025-08-04T02:16:15.823Z] #44 ... [2025-08-04T02:16:15.823Z] [2025-08-04T02:16:15.823Z] #45 [security-secretstore-setup internal] load build context [2025-08-04T02:16:16.245Z] #45 ... [2025-08-04T02:16:16.245Z] [2025-08-04T02:16:16.245Z] #46 [core-command internal] load build context [2025-08-04T02:16:16.503Z] #46 ... [2025-08-04T02:16:16.503Z] [2025-08-04T02:16:16.503Z] #47 [core-data internal] load build context [2025-08-04T02:16:16.503Z] #47 ... [2025-08-04T02:16:16.503Z] [2025-08-04T02:16:16.503Z] #48 [security-bootstrapper internal] load build context [2025-08-04T02:16:16.503Z] #48 ... [2025-08-04T02:16:16.503Z] [2025-08-04T02:16:16.503Z] #49 [security-proxy-setup internal] load build context [2025-08-04T02:16:16.503Z] #49 ... [2025-08-04T02:16:16.503Z] [2025-08-04T02:16:16.504Z] #50 [core-metadata internal] load build context [2025-08-04T02:16:16.764Z] #50 ... [2025-08-04T02:16:16.764Z] [2025-08-04T02:16:16.764Z] #51 [security-proxy-auth internal] load build context [2025-08-04T02:16:16.764Z] #51 ... [2025-08-04T02:16:16.764Z] [2025-08-04T02:16:16.764Z] #52 [core-common-config-bootstrapper internal] load build context [2025-08-04T02:16:16.764Z] #52 ... [2025-08-04T02:16:16.764Z] [2025-08-04T02:16:16.764Z] #53 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-08-04T02:16:17.044Z] #53 ... [2025-08-04T02:16:17.044Z] [2025-08-04T02:16:17.044Z] #54 [core-command builder 3/7] RUN apk add --update --no-cache make git [2025-08-04T02:16:17.044Z] #0 1.075 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-04T02:16:17.044Z] #0 1.213 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-04T02:16:17.044Z] #0 1.537 OK: 248 MiB in 58 packages [2025-08-04T02:16:17.044Z] #54 ... [2025-08-04T02:16:17.044Z] [2025-08-04T02:16:17.044Z] #55 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-08-04T02:16:17.044Z] #0 0.616 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-04T02:16:17.044Z] #0 0.784 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-04T02:16:17.044Z] #0 1.329 v3.20.7-22-gb7a0ccaaa0e [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-08-04T02:16:17.044Z] #0 1.329 v3.20.7-22-gb7a0ccaaa0e [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-08-04T02:16:17.044Z] #0 1.329 OK: 24171 distinct packages available [2025-08-04T02:16:17.044Z] #0 1.452 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-04T02:16:17.044Z] #0 1.556 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-04T02:16:17.044Z] #0 1.886 OK: 248 MiB in 58 packages [2025-08-04T02:16:17.302Z] #55 ... [2025-08-04T02:16:17.302Z] [2025-08-04T02:16:17.302Z] #56 [security-spiffe-token-provider internal] load build context [2025-08-04T02:16:17.302Z] #56 ... [2025-08-04T02:16:17.302Z] [2025-08-04T02:16:17.302Z] #57 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-08-04T02:16:17.302Z] #57 ... [2025-08-04T02:16:17.302Z] [2025-08-04T02:16:17.302Z] #58 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-08-04T02:16:17.302Z] #0 0.893 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-04T02:16:17.302Z] #0 0.992 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-04T02:16:17.302Z] #0 1.364 (1/1) Installing dumb-init (1.2.5-r3) [2025-08-04T02:16:17.302Z] #0 1.519 Executing busybox-1.36.1-r29.trigger [2025-08-04T02:16:17.302Z] #0 1.545 OK: 8 MiB in 15 packages [2025-08-04T02:16:17.559Z] #58 ... [2025-08-04T02:16:17.559Z] [2025-08-04T02:16:17.559Z] #59 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-08-04T02:16:17.560Z] #0 2.423 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-04T02:16:17.560Z] #0 2.500 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-04T02:16:17.560Z] #0 2.766 (1/7) Installing ca-certificates (20250619-r0) [2025-08-04T02:16:17.560Z] #0 2.780 (2/7) Installing dumb-init (1.2.5-r3) [2025-08-04T02:16:17.560Z] #0 2.784 (3/7) Installing libgcc (13.2.1_git20240309-r1) [2025-08-04T02:16:17.560Z] #0 2.790 (4/7) Installing libsodium (1.0.19-r0) [2025-08-04T02:16:17.560Z] #0 2.803 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) [2025-08-04T02:16:17.560Z] #0 2.817 (6/7) Installing libzmq (4.3.5-r2) [2025-08-04T02:16:17.560Z] #0 2.826 (7/7) Installing zeromq (4.3.5-r2) [2025-08-04T02:16:17.560Z] #0 2.967 Executing busybox-1.36.1-r29.trigger [2025-08-04T02:16:17.560Z] #0 2.973 Executing ca-certificates-20250619-r0.trigger [2025-08-04T02:16:17.560Z] #0 3.010 OK: 12 MiB in 21 packages [2025-08-04T02:16:17.816Z] #59 ... [2025-08-04T02:16:17.817Z] [2025-08-04T02:16:17.817Z] #60 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-08-04T02:16:17.817Z] #60 ... [2025-08-04T02:16:17.817Z] [2025-08-04T02:16:17.817Z] #61 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-08-04T02:16:17.817Z] #0 1.154 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-04T02:16:17.817Z] #0 1.253 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-04T02:16:17.817Z] #0 1.586 v3.20.7-22-gb7a0ccaaa0e [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-08-04T02:16:17.817Z] #0 1.586 v3.20.7-22-gb7a0ccaaa0e [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-08-04T02:16:17.817Z] #0 1.586 OK: 24171 distinct packages available [2025-08-04T02:16:17.817Z] #0 1.651 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-04T02:16:17.817Z] #0 1.739 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-04T02:16:17.817Z] #0 2.023 (1/4) Installing dumb-init (1.2.5-r3) [2025-08-04T02:16:17.817Z] #0 2.026 (2/4) Installing musl-obstack (1.2.3-r2) [2025-08-04T02:16:17.817Z] #0 2.032 (3/4) Installing libucontext (1.2-r3) [2025-08-04T02:16:17.817Z] #0 2.033 (4/4) Installing gcompat (1.1.0-r4) [2025-08-04T02:16:17.817Z] #0 2.038 Executing busybox-1.36.1-r29.trigger [2025-08-04T02:16:17.817Z] #0 2.047 OK: 8 MiB in 18 packages [2025-08-04T02:16:17.817Z] #61 ... [2025-08-04T02:16:17.817Z] [2025-08-04T02:16:17.817Z] #62 [support-notifications internal] load build context [2025-08-04T02:16:18.074Z] #62 ... [2025-08-04T02:16:18.074Z] [2025-08-04T02:16:18.074Z] #63 [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-04T02:16:18.074Z] #63 ... [2025-08-04T02:16:18.074Z] [2025-08-04T02:16:18.074Z] #64 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-08-04T02:16:18.074Z] #0 3.109 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-04T02:16:18.074Z] #0 3.180 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-04T02:16:18.074Z] #0 3.488 (1/4) Installing dumb-init (1.2.5-r3) [2025-08-04T02:16:18.074Z] #0 3.504 (2/4) Installing openssl (3.3.4-r0) [2025-08-04T02:16:18.074Z] #0 3.517 (3/4) Installing su-exec (0.2-r3) [2025-08-04T02:16:18.074Z] #0 3.530 (4/4) Installing yq-go (4.44.1-r2) [2025-08-04T02:16:18.074Z] #0 3.594 Executing busybox-1.36.1-r29.trigger [2025-08-04T02:16:18.074Z] #0 3.764 OK: 19 MiB in 18 packages [2025-08-04T02:16:18.331Z] #64 ... [2025-08-04T02:16:18.331Z] [2025-08-04T02:16:18.331Z] #65 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-08-04T02:16:18.331Z] #0 0.778 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-04T02:16:18.331Z] #0 0.857 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-04T02:16:18.331Z] #0 1.195 OK: 248 MiB in 58 packages [2025-08-04T02:16:18.331Z] #65 ... [2025-08-04T02:16:18.331Z] [2025-08-04T02:16:18.331Z] #66 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-08-04T02:16:18.331Z] #0 3.902 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-04T02:16:18.331Z] #0 3.995 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-04T02:16:18.331Z] #0 4.315 (1/3) Installing ca-certificates (20250619-r0) [2025-08-04T02:16:18.331Z] #0 4.333 (2/3) Installing dumb-init (1.2.5-r3) [2025-08-04T02:16:18.331Z] #0 4.343 (3/3) Installing tzdata (2025b-r0) [2025-08-04T02:16:18.331Z] #0 4.377 Executing busybox-1.36.1-r29.trigger [2025-08-04T02:16:18.331Z] #0 4.382 Executing ca-certificates-20250619-r0.trigger [2025-08-04T02:16:18.331Z] #0 4.423 OK: 10 MiB in 17 packages [2025-08-04T02:16:18.331Z] #66 ... [2025-08-04T02:16:18.331Z] [2025-08-04T02:16:18.331Z] #39 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-08-04T02:16:18.331Z] #39 1.158 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-04T02:16:18.331Z] #39 1.257 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-04T02:16:18.331Z] #39 1.580 (1/1) Installing dumb-init (1.2.5-r3) [2025-08-04T02:16:18.331Z] #39 1.589 Executing busybox-1.36.1-r29.trigger [2025-08-04T02:16:18.331Z] #39 1.596 OK: 8 MiB in 15 packages [2025-08-04T02:16:18.590Z] #39 ... [2025-08-04T02:16:18.590Z] [2025-08-04T02:16:18.590Z] #67 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-08-04T02:16:18.590Z] #0 3.776 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-04T02:16:18.590Z] #0 3.863 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-04T02:16:18.590Z] #0 4.158 (1/2) Installing dumb-init (1.2.5-r3) [2025-08-04T02:16:18.590Z] #0 4.166 (2/2) Installing su-exec (0.2-r3) [2025-08-04T02:16:18.590Z] #0 4.167 Executing busybox-1.36.1-r29.trigger [2025-08-04T02:16:18.590Z] #0 4.182 OK: 8 MiB in 16 packages [2025-08-04T02:16:18.590Z] #67 ... [2025-08-04T02:16:18.590Z] [2025-08-04T02:16:18.590Z] #68 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-08-04T02:16:18.590Z] #0 2.828 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-04T02:16:18.590Z] #0 2.992 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-04T02:16:18.590Z] #0 3.368 v3.20.7-22-gb7a0ccaaa0e [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-08-04T02:16:18.590Z] #0 3.368 v3.20.7-22-gb7a0ccaaa0e [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-08-04T02:16:18.590Z] #0 3.368 OK: 24171 distinct packages available [2025-08-04T02:16:18.590Z] #0 3.417 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-04T02:16:18.590Z] #0 3.484 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-04T02:16:18.590Z] #0 3.758 (1/5) Installing dumb-init (1.2.5-r3) [2025-08-04T02:16:18.590Z] #0 3.778 (2/5) Installing musl-obstack (1.2.3-r2) [2025-08-04T02:16:18.590Z] #0 3.783 (3/5) Installing libucontext (1.2-r3) [2025-08-04T02:16:18.590Z] #0 3.805 (4/5) Installing gcompat (1.1.0-r4) [2025-08-04T02:16:18.590Z] #0 3.805 (5/5) Installing openssl (3.3.4-r0) [2025-08-04T02:16:18.590Z] #0 3.813 Executing busybox-1.36.1-r29.trigger [2025-08-04T02:16:18.590Z] #0 3.824 OK: 9 MiB in 19 packages [2025-08-04T02:16:18.851Z] #68 ... [2025-08-04T02:16:18.851Z] [2025-08-04T02:16:18.851Z] #69 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-08-04T02:16:18.851Z] #0 0.729 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-04T02:16:18.851Z] #0 0.816 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-04T02:16:18.851Z] #0 1.235 OK: 248 MiB in 58 packages [2025-08-04T02:16:18.851Z] #69 ... [2025-08-04T02:16:18.851Z] [2025-08-04T02:16:18.851Z] #70 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-08-04T02:16:18.851Z] #0 1.088 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-04T02:16:18.851Z] #0 1.236 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-04T02:16:18.851Z] #0 1.573 OK: 248 MiB in 58 packages [2025-08-04T02:16:18.851Z] #70 ... [2025-08-04T02:16:18.851Z] [2025-08-04T02:16:18.851Z] #71 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-08-04T02:16:18.851Z] #71 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.4s done [2025-08-04T02:16:18.851Z] #71 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done [2025-08-04T02:16:18.851Z] #71 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done [2025-08-04T02:16:18.851Z] #71 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done [2025-08-04T02:16:18.851Z] #71 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done [2025-08-04T02:16:18.851Z] #71 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.0s done [2025-08-04T02:16:18.851Z] #71 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.1s done [2025-08-04T02:16:18.851Z] #71 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.2s done [2025-08-04T02:16:18.851Z] #71 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 0.5s done [2025-08-04T02:16:18.851Z] #71 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done [2025-08-04T02:16:18.851Z] #71 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 1.3s done [2025-08-04T02:16:19.108Z] #71 ... [2025-08-04T02:16:19.109Z] [2025-08-04T02:16:19.109Z] #50 [core-metadata internal] load build context [2025-08-04T02:16:20.482Z] #50 transferring context: 370.54MB 14.7s [2025-08-04T02:16:23.028Z] #50 transferring context: 591.41MB 16.8s done [2025-08-04T02:16:25.570Z] #50 ... [2025-08-04T02:16:25.570Z] [2025-08-04T02:16:25.570Z] #49 [security-proxy-setup internal] load build context [2025-08-04T02:16:25.570Z] #49 transferring context: 591.41MB 13.2s done [2025-08-04T02:16:25.570Z] #49 DONE 19.2s [2025-08-04T02:16:25.570Z] [2025-08-04T02:16:25.570Z] #62 [support-notifications internal] load build context [2025-08-04T02:16:25.570Z] #62 transferring context: 591.41MB 13.2s done [2025-08-04T02:16:25.570Z] #62 DONE 19.1s [2025-08-04T02:16:25.570Z] [2025-08-04T02:16:25.570Z] #39 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-08-04T02:16:25.570Z] #39 DONE 18.0s [2025-08-04T02:16:25.570Z] [2025-08-04T02:16:25.570Z] #69 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-08-04T02:16:25.570Z] #69 DONE 18.3s [2025-08-04T02:16:25.570Z] [2025-08-04T02:16:25.570Z] #55 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-08-04T02:16:25.570Z] #55 DONE 18.3s [2025-08-04T02:16:25.570Z] [2025-08-04T02:16:25.570Z] #70 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-08-04T02:16:25.570Z] #70 DONE 18.4s [2025-08-04T02:16:25.570Z] [2025-08-04T02:16:25.570Z] #58 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-08-04T02:16:25.570Z] #58 DONE 18.1s [2025-08-04T02:16:25.570Z] [2025-08-04T02:16:25.570Z] #54 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-08-04T02:16:25.570Z] #54 DONE 18.4s [2025-08-04T02:16:25.570Z] [2025-08-04T02:16:25.570Z] #65 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-08-04T02:16:25.570Z] #65 DONE 18.4s [2025-08-04T02:16:25.570Z] [2025-08-04T02:16:25.570Z] #53 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-08-04T02:16:25.570Z] #53 DONE 18.4s [2025-08-04T02:16:25.570Z] [2025-08-04T02:16:25.570Z] #64 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-08-04T02:16:25.570Z] #64 DONE 18.1s [2025-08-04T02:16:25.570Z] [2025-08-04T02:16:25.570Z] #61 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-08-04T02:16:25.570Z] #61 DONE 18.1s [2025-08-04T02:16:25.570Z] [2025-08-04T02:16:25.570Z] #59 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-08-04T02:16:25.570Z] #59 DONE 18.1s [2025-08-04T02:16:25.570Z] [2025-08-04T02:16:25.570Z] #67 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-08-04T02:16:25.570Z] #67 DONE 18.1s [2025-08-04T02:16:25.570Z] [2025-08-04T02:16:25.570Z] #63 [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-04T02:16:25.570Z] #63 DONE 18.1s [2025-08-04T02:16:25.570Z] [2025-08-04T02:16:25.570Z] #66 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-08-04T02:16:25.570Z] #66 DONE 18.1s [2025-08-04T02:16:25.570Z] [2025-08-04T02:16:25.570Z] #68 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-08-04T02:16:25.570Z] #68 DONE 18.1s [2025-08-04T02:16:25.570Z] [2025-08-04T02:16:25.570Z] #46 [core-command internal] load build context [2025-08-04T02:16:25.570Z] #46 transferring context: 591.41MB 14.3s done [2025-08-04T02:16:25.570Z] #46 DONE 19.5s [2025-08-04T02:16:25.570Z] [2025-08-04T02:16:25.570Z] #48 [security-bootstrapper internal] load build context [2025-08-04T02:16:25.570Z] #48 transferring context: 591.41MB 14.2s done [2025-08-04T02:16:25.570Z] #48 DONE 19.3s [2025-08-04T02:16:25.570Z] [2025-08-04T02:16:25.570Z] #56 [security-spiffe-token-provider internal] load build context [2025-08-04T02:16:25.570Z] #56 transferring context: 591.41MB 14.2s done [2025-08-04T02:16:25.570Z] #56 DONE 19.3s [2025-08-04T02:16:25.570Z] [2025-08-04T02:16:25.570Z] #52 [core-common-config-bootstrapper internal] load build context [2025-08-04T02:16:25.570Z] #52 transferring context: 591.41MB 14.4s done [2025-08-04T02:16:25.570Z] #52 DONE 19.3s [2025-08-04T02:16:25.570Z] [2025-08-04T02:16:25.570Z] #44 [support-scheduler internal] load build context [2025-08-04T02:16:25.570Z] #44 transferring context: 591.41MB 15.1s done [2025-08-04T02:16:25.570Z] #44 DONE 19.6s [2025-08-04T02:16:25.570Z] [2025-08-04T02:16:25.570Z] #45 [security-secretstore-setup internal] load build context [2025-08-04T02:16:25.570Z] #45 transferring context: 591.41MB 15.1s done [2025-08-04T02:16:25.570Z] #45 DONE 19.6s [2025-08-04T02:16:25.570Z] [2025-08-04T02:16:25.570Z] #72 [core-command builder 4/7] COPY go.mod vendor* ./ [2025-08-04T02:16:25.570Z] #72 ... [2025-08-04T02:16:25.570Z] [2025-08-04T02:16:25.570Z] #51 [security-proxy-auth internal] load build context [2025-08-04T02:16:25.570Z] #51 transferring context: 591.41MB 15.1s done [2025-08-04T02:16:25.570Z] #51 DONE 19.6s [2025-08-04T02:16:25.570Z] [2025-08-04T02:16:25.570Z] #47 [core-data internal] load build context [2025-08-04T02:16:25.570Z] #47 transferring context: 591.41MB 15.3s done [2025-08-04T02:16:25.570Z] #47 DONE 19.7s [2025-08-04T02:16:25.570Z] [2025-08-04T02:16:25.570Z] #43 [core-keeper internal] load build context [2025-08-04T02:16:25.570Z] #43 transferring context: 591.41MB 16.3s done [2025-08-04T02:16:25.570Z] #43 DONE 19.7s [2025-08-04T02:16:25.570Z] [2025-08-04T02:16:25.570Z] #50 [core-metadata internal] load build context [2025-08-04T02:16:25.570Z] #50 DONE 19.7s [2025-08-04T02:16:25.570Z] [2025-08-04T02:16:25.570Z] #72 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2025-08-04T02:16:25.570Z] #72 DONE 0.2s [2025-08-04T02:16:25.570Z] [2025-08-04T02:16:25.570Z] #73 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-08-04T02:16:25.570Z] #73 DONE 0.4s [2025-08-04T02:16:25.570Z] [2025-08-04T02:16:25.570Z] #74 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2025-08-04T02:16:25.570Z] #74 DONE 0.4s [2025-08-04T02:16:25.570Z] [2025-08-04T02:16:25.570Z] #75 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-08-04T02:16:25.570Z] #75 DONE 0.2s [2025-08-04T02:16:25.570Z] [2025-08-04T02:16:25.570Z] #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-04T02:16:25.828Z] #38 DONE 18.8s [2025-08-04T02:16:25.828Z] [2025-08-04T02:16:25.828Z] #76 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-08-04T02:16:25.828Z] #76 DONE 0.2s [2025-08-04T02:16:25.828Z] [2025-08-04T02:16:25.828Z] #71 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-08-04T02:16:25.828Z] #71 DONE 18.5s [2025-08-04T02:16:25.828Z] [2025-08-04T02:16:25.828Z] #77 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T02:16:26.758Z] #77 ... [2025-08-04T02:16:26.758Z] [2025-08-04T02:16:26.758Z] #57 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-08-04T02:16:26.758Z] #57 18.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-04T02:16:26.758Z] #57 18.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-04T02:16:26.758Z] #57 19.26 (1/4) Installing ca-certificates (20250619-r0) [2025-08-04T02:16:26.758Z] #57 19.28 (2/4) Installing dumb-init (1.2.5-r3) [2025-08-04T02:16:26.758Z] #57 19.28 (3/4) Installing su-exec (0.2-r3) [2025-08-04T02:16:26.758Z] #57 19.29 (4/4) Installing yq-go (4.44.1-r2) [2025-08-04T02:16:26.758Z] #57 19.35 Executing busybox-1.36.1-r29.trigger [2025-08-04T02:16:26.758Z] #57 19.37 Executing ca-certificates-20250619-r0.trigger [2025-08-04T02:16:26.758Z] #57 19.39 OK: 19 MiB in 18 packages [2025-08-04T02:16:26.758Z] #57 DONE 19.5s [2025-08-04T02:16:26.758Z] [2025-08-04T02:16:26.758Z] #60 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-08-04T02:16:26.758Z] #60 18.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-04T02:16:26.758Z] #60 18.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-04T02:16:26.758Z] #60 19.24 v3.20.7-22-gb7a0ccaaa0e [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-08-04T02:16:26.758Z] #60 19.24 v3.20.7-22-gb7a0ccaaa0e [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-08-04T02:16:26.758Z] #60 19.24 OK: 24171 distinct packages available [2025-08-04T02:16:26.758Z] #60 19.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-04T02:16:26.758Z] #60 19.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-04T02:16:26.758Z] #60 19.68 (1/14) Installing ca-certificates (20250619-r0) [2025-08-04T02:16:26.758Z] #60 19.69 (2/14) Installing brotli-libs (1.1.0-r2) [2025-08-04T02:16:26.758Z] #60 19.71 (3/14) Installing c-ares (1.33.1-r0) [2025-08-04T02:16:26.758Z] #60 19.71 (4/14) Installing libunistring (1.2-r0) [2025-08-04T02:16:26.758Z] #60 19.73 (5/14) Installing libidn2 (2.3.7-r0) [2025-08-04T02:16:26.758Z] #60 19.73 (6/14) Installing nghttp2-libs (1.62.1-r0) [2025-08-04T02:16:26.758Z] #60 19.74 (7/14) Installing libpsl (0.21.5-r1) [2025-08-04T02:16:26.758Z] #60 19.74 (8/14) Installing zstd-libs (1.5.6-r0) [2025-08-04T02:16:26.758Z] #60 19.75 (9/14) Installing libcurl (8.12.1-r0) [2025-08-04T02:16:26.759Z] #60 19.76 (10/14) Installing curl (8.12.1-r0) [2025-08-04T02:16:27.016Z] #60 19.77 (11/14) Installing dumb-init (1.2.5-r3) [2025-08-04T02:16:27.016Z] #60 19.77 (12/14) Installing musl-obstack (1.2.3-r2) [2025-08-04T02:16:27.016Z] #60 19.77 (13/14) Installing libucontext (1.2-r3) [2025-08-04T02:16:27.016Z] #60 19.78 (14/14) Installing gcompat (1.1.0-r4) [2025-08-04T02:16:27.016Z] #60 19.78 Executing busybox-1.36.1-r29.trigger [2025-08-04T02:16:27.016Z] #60 19.79 Executing ca-certificates-20250619-r0.trigger [2025-08-04T02:16:27.016Z] #60 19.83 OK: 13 MiB in 28 packages [2025-08-04T02:16:27.016Z] #60 ... [2025-08-04T02:16:27.016Z] [2025-08-04T02:16:27.016Z] #78 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-08-04T02:16:27.016Z] #0 1.225 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-04T02:16:27.016Z] #0 1.318 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-04T02:16:27.016Z] #0 1.650 OK: 8 MiB in 18 packages [2025-08-04T02:16:27.016Z] #78 DONE 1.8s [2025-08-04T02:16:27.016Z] [2025-08-04T02:16:27.016Z] #79 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-08-04T02:16:27.016Z] #0 1.359 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-04T02:16:27.016Z] #0 1.467 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-04T02:16:27.016Z] #0 1.756 OK: 8 MiB in 15 packages [2025-08-04T02:16:27.016Z] #79 DONE 1.9s [2025-08-04T02:16:27.273Z] [2025-08-04T02:16:27.273Z] #60 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-08-04T02:16:27.273Z] #60 DONE 20.0s [2025-08-04T02:16:27.273Z] [2025-08-04T02:16:27.273Z] #80 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-08-04T02:16:27.530Z] #80 DONE 0.5s [2025-08-04T02:16:27.530Z] [2025-08-04T02:16:27.530Z] #81 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-08-04T02:16:27.530Z] #0 1.417 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-04T02:16:27.530Z] #0 1.487 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-04T02:16:27.530Z] #0 1.786 OK: 19 MiB in 18 packages [2025-08-04T02:16:27.530Z] #81 DONE 2.3s [2025-08-04T02:16:27.530Z] [2025-08-04T02:16:27.530Z] #82 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-08-04T02:16:27.530Z] #0 1.547 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-04T02:16:27.530Z] #0 1.630 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-04T02:16:27.530Z] #0 2.037 OK: 12 MiB in 21 packages [2025-08-04T02:16:27.530Z] #82 DONE 2.3s [2025-08-04T02:16:27.530Z] [2025-08-04T02:16:27.530Z] #83 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade [2025-08-04T02:16:27.530Z] #0 1.518 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-04T02:16:27.530Z] #0 1.624 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-04T02:16:27.530Z] #0 1.946 OK: 8 MiB in 15 packages [2025-08-04T02:16:27.530Z] #83 DONE 2.3s [2025-08-04T02:16:27.530Z] [2025-08-04T02:16:27.530Z] #84 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-08-04T02:16:27.530Z] #0 1.713 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-04T02:16:27.530Z] #0 1.790 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-04T02:16:27.530Z] #0 2.114 OK: 10 MiB in 17 packages [2025-08-04T02:16:27.530Z] #84 DONE 2.3s [2025-08-04T02:16:27.530Z] [2025-08-04T02:16:27.530Z] #85 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2025-08-04T02:16:27.530Z] #85 DONE 0.1s [2025-08-04T02:16:27.530Z] [2025-08-04T02:16:27.530Z] #86 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-08-04T02:16:27.530Z] #0 1.719 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-04T02:16:27.530Z] #0 1.819 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-04T02:16:27.530Z] #0 2.172 OK: 8 MiB in 16 packages [2025-08-04T02:16:27.530Z] #86 DONE 2.3s [2025-08-04T02:16:27.530Z] [2025-08-04T02:16:27.530Z] #87 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2025-08-04T02:16:27.530Z] #87 DONE 0.1s [2025-08-04T02:16:27.530Z] [2025-08-04T02:16:27.530Z] #88 [security-spire-config stage-2 6/10] COPY security.txt / [2025-08-04T02:16:27.530Z] #88 DONE 0.0s [2025-08-04T02:16:27.530Z] [2025-08-04T02:16:27.530Z] #89 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-08-04T02:16:27.786Z] #89 ... [2025-08-04T02:16:27.786Z] [2025-08-04T02:16:27.786Z] #90 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2025-08-04T02:16:27.786Z] #90 DONE 0.0s [2025-08-04T02:16:27.786Z] [2025-08-04T02:16:27.786Z] #91 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2025-08-04T02:16:27.786Z] #91 DONE 0.0s [2025-08-04T02:16:27.786Z] [2025-08-04T02:16:27.786Z] #92 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2025-08-04T02:16:27.786Z] #92 DONE 0.0s [2025-08-04T02:16:27.786Z] [2025-08-04T02:16:27.786Z] #93 [security-spire-config] exporting to image [2025-08-04T02:16:27.786Z] #93 exporting layers [2025-08-04T02:16:28.351Z] #93 exporting layers 0.4s done [2025-08-04T02:16:28.351Z] #93 writing image sha256:bea5e9ddbd3b068054a57f0ccacf12c038fe6c08cdfc40144e422dc312c1c755 done [2025-08-04T02:16:28.351Z] #93 naming to docker.io/library/security-spire-config done [2025-08-04T02:16:28.351Z] #93 DONE 0.4s [2025-08-04T02:16:28.351Z] [2025-08-04T02:16:28.351Z] #94 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-08-04T02:16:28.351Z] #0 2.561 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-04T02:16:28.351Z] #0 2.630 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-04T02:16:28.351Z] #0 2.918 OK: 9 MiB in 19 packages [2025-08-04T02:16:28.351Z] #94 DONE 3.1s [2025-08-04T02:16:28.351Z] [2025-08-04T02:16:28.351Z] #95 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-08-04T02:16:28.917Z] #95 ... [2025-08-04T02:16:28.917Z] [2025-08-04T02:16:28.917Z] #96 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-08-04T02:16:28.917Z] #96 DONE 0.5s [2025-08-04T02:16:28.917Z] [2025-08-04T02:16:28.917Z] #95 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-08-04T02:16:28.917Z] #95 DONE 0.5s [2025-08-04T02:16:28.917Z] [2025-08-04T02:16:28.917Z] #97 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-08-04T02:16:28.917Z] #0 1.670 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-04T02:16:28.917Z] #0 1.751 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-04T02:16:28.917Z] #0 2.066 OK: 19 MiB in 18 packages [2025-08-04T02:16:28.917Z] #97 DONE 2.2s [2025-08-04T02:16:28.917Z] [2025-08-04T02:16:28.917Z] #98 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-08-04T02:16:28.917Z] #98 DONE 0.0s [2025-08-04T02:16:28.917Z] [2025-08-04T02:16:28.917Z] #89 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-08-04T02:16:28.917Z] #89 DONE 1.4s [2025-08-04T02:16:28.917Z] [2025-08-04T02:16:28.917Z] #99 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2025-08-04T02:16:29.175Z] #99 ... [2025-08-04T02:16:29.175Z] [2025-08-04T02:16:29.175Z] #100 [security-spire-server stage-2 6/9] COPY security.txt / [2025-08-04T02:16:29.175Z] #100 DONE 0.4s [2025-08-04T02:16:29.432Z] [2025-08-04T02:16:29.432Z] #101 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-08-04T02:16:29.432Z] #0 1.143 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-04T02:16:29.432Z] #0 1.213 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-04T02:16:29.432Z] #0 1.548 OK: 13 MiB in 28 packages [2025-08-04T02:16:29.432Z] #101 DONE 2.0s [2025-08-04T02:16:29.432Z] [2025-08-04T02:16:29.432Z] #102 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-08-04T02:16:29.432Z] #102 DONE 0.4s [2025-08-04T02:16:29.432Z] [2025-08-04T02:16:29.432Z] #99 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2025-08-04T02:16:29.432Z] #99 DONE 0.4s [2025-08-04T02:16:29.432Z] [2025-08-04T02:16:29.432Z] #103 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-08-04T02:16:29.432Z] #103 DONE 0.0s [2025-08-04T02:16:29.432Z] [2025-08-04T02:16:29.432Z] #104 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2025-08-04T02:16:29.432Z] #104 DONE 0.0s [2025-08-04T02:16:29.432Z] [2025-08-04T02:16:29.432Z] #105 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2025-08-04T02:16:29.432Z] #105 DONE 0.1s [2025-08-04T02:16:29.432Z] [2025-08-04T02:16:29.432Z] #106 [security-spire-agent stage-3 7/10] COPY security.txt / [2025-08-04T02:16:29.432Z] #106 DONE 0.1s [2025-08-04T02:16:29.432Z] [2025-08-04T02:16:29.432Z] #107 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2025-08-04T02:16:29.432Z] #107 DONE 0.1s [2025-08-04T02:16:29.432Z] [2025-08-04T02:16:29.432Z] #108 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2025-08-04T02:16:29.432Z] #108 DONE 0.1s [2025-08-04T02:16:29.432Z] [2025-08-04T02:16:29.432Z] #109 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2025-08-04T02:16:29.432Z] #109 DONE 0.0s [2025-08-04T02:16:29.432Z] [2025-08-04T02:16:29.432Z] #110 [security-spire-server] exporting to image [2025-08-04T02:16:29.689Z] #110 ... [2025-08-04T02:16:29.689Z] [2025-08-04T02:16:29.689Z] #111 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2025-08-04T02:16:29.689Z] #111 DONE 0.0s [2025-08-04T02:16:29.689Z] [2025-08-04T02:16:29.689Z] #112 [security-spire-agent] exporting to image [2025-08-04T02:16:29.946Z] #112 ... [2025-08-04T02:16:29.946Z] [2025-08-04T02:16:29.946Z] #110 [security-spire-server] exporting to image [2025-08-04T02:16:29.946Z] #110 exporting layers 0.4s done [2025-08-04T02:16:29.946Z] #110 writing image sha256:07ce577c5039735da94a849e46eb72bc06f9830c194f9fe8e6d9648dbe7e9e71 done [2025-08-04T02:16:29.946Z] #110 naming to docker.io/library/security-spire-server done [2025-08-04T02:16:29.946Z] #110 DONE 0.4s [2025-08-04T02:16:29.946Z] [2025-08-04T02:16:29.946Z] #112 [security-spire-agent] exporting to image [2025-08-04T02:16:29.946Z] #112 exporting layers 0.4s done [2025-08-04T02:16:29.946Z] #112 writing image sha256:a0eea996bdb41b64beb5a73f58c22e0701190d6239cbd8df2b1dc3b0c03f4540 done [2025-08-04T02:16:29.946Z] #112 naming to docker.io/library/security-spire-agent done [2025-08-04T02:16:29.946Z] #112 DONE 0.4s [2025-08-04T02:16:29.946Z] [2025-08-04T02:16:29.946Z] #113 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T02:16:34.129Z] #113 ... [2025-08-04T02:16:34.129Z] [2025-08-04T02:16:34.129Z] #114 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-08-04T02:16:34.129Z] #0 1.680 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-04T02:16:34.129Z] #0 4.609 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-04T02:16:34.129Z] #0 8.289 OK: 248 MiB in 58 packages [2025-08-04T02:16:34.129Z] #114 DONE 8.5s [2025-08-04T02:16:34.129Z] [2025-08-04T02:16:34.129Z] #115 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-08-04T02:16:34.129Z] #115 DONE 0.1s [2025-08-04T02:16:34.129Z] [2025-08-04T02:16:34.129Z] #116 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T02:16:35.503Z] #116 ... [2025-08-04T02:16:35.503Z] [2025-08-04T02:16:35.503Z] #117 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-08-04T02:16:35.503Z] #0 1.565 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-04T02:16:35.503Z] #0 6.963 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-04T02:16:35.503Z] #117 ... [2025-08-04T02:16:35.503Z] [2025-08-04T02:16:35.503Z] #118 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T02:16:35.761Z] #118 ... [2025-08-04T02:16:35.761Z] [2025-08-04T02:16:35.761Z] #119 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T02:16:35.761Z] #119 ... [2025-08-04T02:16:35.761Z] [2025-08-04T02:16:35.761Z] #120 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T02:16:36.021Z] #120 ... [2025-08-04T02:16:36.021Z] [2025-08-04T02:16:36.021Z] #117 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-08-04T02:16:36.021Z] #117 10.62 (1/1) Installing dumb-init (1.2.5-r3) [2025-08-04T02:16:37.394Z] #117 12.28 Executing busybox-1.36.1-r29.trigger [2025-08-04T02:16:37.651Z] #117 12.28 OK: 8 MiB in 15 packages [2025-08-04T02:16:47.616Z] #117 DONE 21.8s [2025-08-04T02:16:47.616Z] [2025-08-04T02:16:47.616Z] #77 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T02:16:48.549Z] #77 DONE 23.0s [2025-08-04T02:16:48.549Z] [2025-08-04T02:16:48.549Z] #119 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T02:16:48.549Z] #119 DONE 22.9s [2025-08-04T02:16:48.549Z] [2025-08-04T02:16:48.549Z] #118 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T02:16:48.549Z] #118 DONE 23.0s [2025-08-04T02:16:48.549Z] [2025-08-04T02:16:48.549Z] #120 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T02:16:48.549Z] #120 DONE 23.0s [2025-08-04T02:16:48.549Z] [2025-08-04T02:16:48.549Z] #113 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T02:16:48.549Z] #113 DONE 23.0s [2025-08-04T02:16:48.549Z] [2025-08-04T02:16:48.549Z] #121 [core-data builder 6/7] COPY . . [2025-08-04T02:16:49.785Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-6227 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2025-08-04T02:16:49.802Z] Running in /w/workspace/edgex-go/879 [Pipeline] { [Pipeline] checkout [2025-08-04T02:16:52.860Z] The recommended git tool is: git [2025-08-04T02:16:57.866Z] using credential edgex-jenkins-ssh [2025-08-04T02:16:57.891Z] Cloning the remote Git repository [2025-08-04T02:16:58.516Z] #121 DONE 9.1s [2025-08-04T02:16:58.516Z] [2025-08-04T02:16:58.516Z] #116 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T02:16:58.516Z] #116 DONE 23.9s [2025-08-04T02:16:58.516Z] [2025-08-04T02:16:58.516Z] #122 [support-scheduler builder 6/7] COPY . . [2025-08-04T02:16:58.516Z] #122 DONE 9.1s [2025-08-04T02:16:58.516Z] [2025-08-04T02:16:58.516Z] #123 [security-spiffe-token-provider builder 6/7] COPY . . [2025-08-04T02:16:58.516Z] #123 DONE 9.1s [2025-08-04T02:16:58.516Z] [2025-08-04T02:16:58.516Z] #124 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-08-04T02:16:58.516Z] #124 CACHED [2025-08-04T02:16:58.516Z] [2025-08-04T02:16:58.516Z] #125 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T02:16:58.516Z] #125 CACHED [2025-08-04T02:16:58.516Z] [2025-08-04T02:16:58.516Z] #126 [core-common-config-bootstrapper builder 6/7] COPY . . [2025-08-04T02:16:58.516Z] #126 CACHED [2025-08-04T02:16:58.516Z] [2025-08-04T02:16:58.516Z] #127 [core-data builder 6/7] COPY . . [2025-08-04T02:16:58.516Z] #127 CACHED [2025-08-04T02:16:58.516Z] [2025-08-04T02:16:58.516Z] #128 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T02:16:58.516Z] #128 CACHED [2025-08-04T02:16:58.516Z] [2025-08-04T02:16:58.516Z] #129 [core-data builder 4/7] COPY go.mod vendor* ./ [2025-08-04T02:16:58.516Z] #129 CACHED [2025-08-04T02:16:58.516Z] [2025-08-04T02:16:58.516Z] #130 [core-metadata builder 6/7] COPY . . [2025-08-04T02:16:58.516Z] #130 CACHED [2025-08-04T02:16:58.516Z] [2025-08-04T02:16:58.516Z] #131 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2025-08-04T02:16:58.516Z] #131 CACHED [2025-08-04T02:16:58.516Z] [2025-08-04T02:16:58.516Z] #132 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T02:16:58.516Z] #132 CACHED [2025-08-04T02:16:58.516Z] [2025-08-04T02:16:58.516Z] #133 [security-proxy-auth builder 6/7] COPY . . [2025-08-04T02:16:58.516Z] #133 CACHED [2025-08-04T02:16:58.516Z] [2025-08-04T02:16:58.516Z] #134 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T02:16:58.516Z] #134 CACHED [2025-08-04T02:16:58.516Z] [2025-08-04T02:16:58.516Z] #135 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2025-08-04T02:16:58.516Z] #135 CACHED [2025-08-04T02:16:58.516Z] [2025-08-04T02:16:58.516Z] #136 [security-bootstrapper builder 6/7] COPY . . [2025-08-04T02:16:58.516Z] #136 DONE 9.1s [2025-08-04T02:16:58.516Z] [2025-08-04T02:16:58.516Z] #137 [support-notifications builder 6/7] COPY . . [2025-08-04T02:16:58.516Z] #137 DONE 9.1s [2025-08-04T02:16:58.516Z] [2025-08-04T02:16:58.516Z] #138 [security-bootstrapper builder 6/7] COPY . . [2025-08-04T02:16:58.516Z] #138 CACHED [2025-08-04T02:16:58.516Z] [2025-08-04T02:16:58.516Z] #139 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-08-04T02:16:58.516Z] #139 CACHED [2025-08-04T02:16:58.516Z] [2025-08-04T02:16:58.516Z] #140 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T02:16:58.516Z] #140 CACHED [2025-08-04T02:16:58.516Z] [2025-08-04T02:16:58.516Z] #141 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2025-08-04T02:16:58.516Z] #141 CACHED [2025-08-04T02:16:58.516Z] [2025-08-04T02:16:58.516Z] #142 [security-secretstore-setup builder 6/7] COPY . . [2025-08-04T02:16:58.516Z] #142 CACHED [2025-08-04T02:16:58.516Z] [2025-08-04T02:16:58.516Z] #143 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T02:16:58.516Z] #143 CACHED [2025-08-04T02:16:58.516Z] [2025-08-04T02:16:58.516Z] #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-08-04T02:16:57.937Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2025-08-04T02:16:58.032Z] > git init /w/workspace/edgex-go/879 # timeout=10 [2025-08-04T02:16:58.189Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2025-08-04T02:16:58.190Z] > git --version # timeout=10 [2025-08-04T02:16:58.211Z] > git --version # 'git version 2.25.1' [2025-08-04T02:16:58.214Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-08-04T02:16:58.372Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-08-04T02:17:00.446Z] #144 ... [2025-08-04T02:17:00.446Z] [2025-08-04T02:17:00.446Z] #145 [core-keeper builder 7/8] COPY . . [2025-08-04T02:17:00.446Z] #145 DONE 2.7s [2025-08-04T02:17:00.446Z] [2025-08-04T02:17:00.446Z] #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-08-04T02:17:00.446Z] #144 2.639 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-04T02:17:02.976Z] #144 ... [2025-08-04T02:17:02.976Z] [2025-08-04T02:17:02.976Z] #146 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-08-04T02:17:02.976Z] #0 0.478 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-04T02:17:08.239Z] #146 ... [2025-08-04T02:17:08.239Z] [2025-08-04T02:17:08.239Z] #147 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-08-04T02:17:08.239Z] #0 2.487 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-04T02:17:08.239Z] #147 ... [2025-08-04T02:17:08.239Z] [2025-08-04T02:17:08.239Z] #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-08-04T02:17:08.239Z] #0 2.241 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-04T02:17:08.239Z] #148 ... [2025-08-04T02:17:08.239Z] [2025-08-04T02:17:08.239Z] #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-08-04T02:17:08.239Z] #0 2.570 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-04T02:17:08.239Z] #149 ... [2025-08-04T02:17:08.239Z] [2025-08-04T02:17:08.239Z] #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-04T02:17:08.239Z] #0 2.616 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-04T02:17:08.239Z] #150 ... [2025-08-04T02:17:08.239Z] [2025-08-04T02:17:08.239Z] #151 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-08-04T02:17:08.239Z] #0 2.612 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-04T02:17:08.496Z] #151 ... [2025-08-04T02:17:08.496Z] [2025-08-04T02:17:08.496Z] #152 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-08-04T02:17:08.496Z] #0 1.194 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-04T02:17:08.753Z] #152 ... [2025-08-04T02:17:08.753Z] [2025-08-04T02:17:08.753Z] #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-08-04T02:17:08.753Z] #0 2.512 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-04T02:17:08.753Z] #153 ... [2025-08-04T02:17:08.753Z] [2025-08-04T02:17:08.753Z] #154 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-08-04T02:17:08.753Z] #0 0.700 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-04T02:17:09.011Z] #154 ... [2025-08-04T02:17:09.011Z] [2025-08-04T02:17:09.011Z] #155 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-08-04T02:17:09.011Z] #0 0.683 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-04T02:17:09.011Z] #155 ... [2025-08-04T02:17:09.011Z] [2025-08-04T02:17:09.011Z] #156 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-08-04T02:17:09.011Z] #0 1.561 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-04T02:17:15.583Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2025-08-04T02:17:15.617Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-08-04T02:17:17.362Z] Avoid second fetch [2025-08-04T02:17:17.362Z] Checking out Revision 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b (main) [2025-08-04T02:17:18.226Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v4 (#5218)" [2025-08-04T02:17:17.376Z] > git config core.sparsecheckout # timeout=10 [2025-08-04T02:17:17.441Z] > git checkout -f 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-04T02:17:22.596Z] provisioning config files... [2025-08-04T02:17:22.624Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/879@tmp/config15289902807684537517tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-04T02:17:23.458Z] ---> ****-login.sh [2025-08-04T02:17:23.458Z] nexus3.edgexfoundry.org:10001 [2025-08-04T02:17:23.736Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T02:17:24.019Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-04T02:17:24.019Z] Configure a credential helper to remove this warning. See [2025-08-04T02:17:24.019Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-04T02:17:24.019Z] [2025-08-04T02:17:24.019Z] Login Succeeded [2025-08-04T02:17:24.019Z] nexus3.edgexfoundry.org:10002 [2025-08-04T02:17:24.288Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T02:17:24.556Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-04T02:17:24.556Z] Configure a credential helper to remove this warning. See [2025-08-04T02:17:24.556Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-04T02:17:24.556Z] [2025-08-04T02:17:24.556Z] Login Succeeded [2025-08-04T02:17:24.556Z] nexus3.edgexfoundry.org:10003 [2025-08-04T02:17:24.840Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T02:17:24.840Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-04T02:17:24.840Z] Configure a credential helper to remove this warning. See [2025-08-04T02:17:24.840Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-04T02:17:24.840Z] [2025-08-04T02:17:24.840Z] Login Succeeded [2025-08-04T02:17:24.840Z] nexus3.edgexfoundry.org:10004 [2025-08-04T02:17:25.113Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T02:17:25.113Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-04T02:17:25.113Z] Configure a credential helper to remove this warning. See [2025-08-04T02:17:25.113Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-04T02:17:25.113Z] [2025-08-04T02:17:25.113Z] Login Succeeded [2025-08-04T02:17:25.113Z] ****.io [2025-08-04T02:17:25.384Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T02:17:25.653Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-04T02:17:25.653Z] Configure a credential helper to remove this warning. See [2025-08-04T02:17:25.653Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-04T02:17:25.653Z] [2025-08-04T02:17:25.653Z] Login Succeeded [2025-08-04T02:17:25.653Z] ---> ****-login.sh ends [Pipeline] } [2025-08-04T02:17:25.669Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2025-08-04T02:17:26.268Z] + git config --global --add safe.directory /w/workspace/edgex-go/879 [Pipeline] echo [2025-08-04T02:17:26.288Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-04T02:17:26.309Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-04T02:17:26.329Z] ========================================================= [2025-08-04T02:17:26.329Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2025-08-04T02:17:26.329Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2025-08-04T02:17:26.654Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-08-04T02:17:26.932Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-08-04T02:17:26.932Z] 94e9d8af2201: Pulling fs layer [2025-08-04T02:17:26.932Z] a6c56e8762df: Pulling fs layer [2025-08-04T02:17:26.932Z] f0f3c8884826: Pulling fs layer [2025-08-04T02:17:26.932Z] c7e7622c144d: Pulling fs layer [2025-08-04T02:17:26.932Z] 4f4fb700ef54: Pulling fs layer [2025-08-04T02:17:26.932Z] b4c3b6d88c5a: Pulling fs layer [2025-08-04T02:17:26.932Z] ba8bce9d2590: Pulling fs layer [2025-08-04T02:17:26.932Z] ca778ea9c289: Pulling fs layer [2025-08-04T02:17:26.932Z] c7e7622c144d: Waiting [2025-08-04T02:17:26.932Z] 4f4fb700ef54: Waiting [2025-08-04T02:17:26.932Z] b4c3b6d88c5a: Waiting [2025-08-04T02:17:26.932Z] ba8bce9d2590: Waiting [2025-08-04T02:17:26.932Z] ca778ea9c289: Waiting [2025-08-04T02:17:26.932Z] a6c56e8762df: Verifying Checksum [2025-08-04T02:17:26.932Z] a6c56e8762df: Download complete [2025-08-04T02:17:26.932Z] c7e7622c144d: Verifying Checksum [2025-08-04T02:17:26.932Z] c7e7622c144d: Download complete [2025-08-04T02:17:26.932Z] 4f4fb700ef54: Verifying Checksum [2025-08-04T02:17:26.932Z] 4f4fb700ef54: Download complete [2025-08-04T02:17:26.932Z] b4c3b6d88c5a: Verifying Checksum [2025-08-04T02:17:26.932Z] b4c3b6d88c5a: Download complete [2025-08-04T02:17:26.932Z] 94e9d8af2201: Verifying Checksum [2025-08-04T02:17:26.932Z] 94e9d8af2201: Download complete [2025-08-04T02:17:27.209Z] ca778ea9c289: Verifying Checksum [2025-08-04T02:17:27.209Z] ca778ea9c289: Download complete [2025-08-04T02:17:28.171Z] 94e9d8af2201: Pull complete [2025-08-04T02:17:28.439Z] a6c56e8762df: Pull complete [2025-08-04T02:17:29.040Z] f0f3c8884826: Verifying Checksum [2025-08-04T02:17:29.040Z] f0f3c8884826: Download complete [2025-08-04T02:17:30.004Z] ba8bce9d2590: Verifying Checksum [2025-08-04T02:17:30.004Z] ba8bce9d2590: Download complete [2025-08-04T02:17:45.024Z] f0f3c8884826: Pull complete [2025-08-04T02:17:45.024Z] c7e7622c144d: Pull complete [2025-08-04T02:17:45.024Z] 4f4fb700ef54: Pull complete [2025-08-04T02:17:45.024Z] b4c3b6d88c5a: Pull complete [2025-08-04T02:17:53.247Z] ba8bce9d2590: Pull complete [2025-08-04T02:17:55.231Z] ca778ea9c289: Pull complete [2025-08-04T02:17:55.231Z] Digest: sha256:c70c257f76c0e97c87bd0187f74242a809c0afac30c2d5f44320df1de5715b93 [2025-08-04T02:17:55.231Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-08-04T02:17:55.231Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists [Pipeline] sh [2025-08-04T02:17:55.585Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-08-04T02:17:55.585Z] WORKDIR /edgex [2025-08-04T02:17:55.585Z] COPY go.mod . [2025-08-04T02:17:55.585Z] RUN go mod download [2025-08-04T02:17:55.585Z] + docker build -t ci-base-image-arm64 -f - . [2025-08-04T02:17:56.568Z] Sending build context to Docker daemon 3.708MB [2025-08-04T02:17:56.568Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-08-04T02:17:56.568Z] ---> 47b25d7523d1 [2025-08-04T02:17:56.568Z] Step 2/4 : WORKDIR /edgex [2025-08-04T02:17:58.547Z] ---> Running in dbd322c096ac [2025-08-04T02:17:58.814Z] Removing intermediate container dbd322c096ac [2025-08-04T02:17:58.815Z] ---> 8b3e1bf6076b [2025-08-04T02:17:58.815Z] Step 3/4 : COPY go.mod . [2025-08-04T02:17:59.421Z] ---> 4b437ba9169a [2025-08-04T02:17:59.421Z] Step 4/4 : RUN go mod download [2025-08-04T02:17:59.421Z] ---> Running in 283205d8c675 [2025-08-04T02:18:30.434Z] #156 ... [2025-08-04T02:18:30.434Z] [2025-08-04T02:18:30.434Z] #154 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-08-04T02:18:30.434Z] #154 DONE 85.1s [2025-08-04T02:18:30.434Z] [2025-08-04T02:18:30.434Z] #156 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-08-04T02:18:30.434Z] #156 DONE 85.1s [2025-08-04T02:18:30.434Z] [2025-08-04T02:18:30.434Z] #157 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2025-08-04T02:18:30.434Z] #157 ... [2025-08-04T02:18:30.434Z] [2025-08-04T02:18:30.434Z] #158 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-04T02:18:30.434Z] #158 DONE 0.1s [2025-08-04T02:18:30.434Z] [2025-08-04T02:18:30.434Z] #157 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2025-08-04T02:18:30.434Z] #157 DONE 0.1s [2025-08-04T02:18:30.434Z] [2025-08-04T02:18:30.434Z] #159 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-08-04T02:18:30.434Z] #159 DONE 0.1s [2025-08-04T02:18:30.434Z] [2025-08-04T02:18:30.434Z] #160 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2025-08-04T02:18:30.434Z] #160 DONE 0.3s [2025-08-04T02:18:30.434Z] [2025-08-04T02:18:30.434Z] #161 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2025-08-04T02:18:30.434Z] #161 DONE 0.3s [2025-08-04T02:18:30.434Z] [2025-08-04T02:18:30.434Z] #162 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2025-08-04T02:18:30.435Z] #162 DONE 0.1s [2025-08-04T02:18:30.435Z] [2025-08-04T02:18:30.435Z] #163 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-08-04T02:18:30.435Z] #163 DONE 0.9s [2025-08-04T02:18:30.435Z] [2025-08-04T02:18:30.435Z] #164 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-04T02:18:30.435Z] #164 DONE 0.2s [2025-08-04T02:18:30.435Z] [2025-08-04T02:18:30.435Z] #165 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2025-08-04T02:18:30.435Z] #165 DONE 0.1s [2025-08-04T02:18:30.435Z] [2025-08-04T02:18:30.435Z] #166 [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-04T02:18:30.435Z] #166 ... [2025-08-04T02:18:30.435Z] [2025-08-04T02:18:30.435Z] #167 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2025-08-04T02:18:30.435Z] #167 DONE 0.2s [2025-08-04T02:18:30.435Z] [2025-08-04T02:18:30.435Z] #168 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2025-08-04T02:18:30.435Z] #168 DONE 0.1s [2025-08-04T02:18:30.435Z] [2025-08-04T02:18:30.435Z] #169 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2025-08-04T02:18:30.435Z] #169 DONE 0.1s [2025-08-04T02:18:30.435Z] [2025-08-04T02:18:30.435Z] #146 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-08-04T02:18:30.435Z] #146 ... [2025-08-04T02:18:30.435Z] [2025-08-04T02:18:30.435Z] #166 [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-04T02:18:30.435Z] #166 DONE 1.0s [2025-08-04T02:18:30.435Z] [2025-08-04T02:18:30.435Z] #170 [core-common-config-bootstrapper] exporting to image [2025-08-04T02:18:30.435Z] #170 exporting layers [2025-08-04T02:18:30.435Z] #170 ... [2025-08-04T02:18:30.435Z] [2025-08-04T02:18:30.435Z] #171 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ [2025-08-04T02:18:30.435Z] #171 DONE 0.3s [2025-08-04T02:18:30.435Z] [2025-08-04T02:18:30.435Z] #172 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2025-08-04T02:18:30.435Z] #172 DONE 0.1s [2025-08-04T02:18:30.435Z] [2025-08-04T02:18:30.435Z] #170 [core-common-config-bootstrapper] exporting to image [2025-08-04T02:18:30.435Z] #170 exporting layers 0.4s done [2025-08-04T02:18:30.435Z] #170 writing image sha256:cb4f0c0ebcb0eff15715756c24fdd61f516cf77b71f5c73057597ea15925bc88 done [2025-08-04T02:18:30.435Z] #170 naming to docker.io/library/core-common-config-bootstrapper done [2025-08-04T02:18:30.435Z] #170 DONE 0.4s [2025-08-04T02:18:30.435Z] [2025-08-04T02:18:30.435Z] #173 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2025-08-04T02:18:30.435Z] #173 DONE 0.1s [2025-08-04T02:18:30.435Z] [2025-08-04T02:18:30.435Z] #174 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2025-08-04T02:18:30.435Z] #174 DONE 1.1s [2025-08-04T02:18:30.435Z] [2025-08-04T02:18:30.435Z] #175 [security-bootstrapper] exporting to image [2025-08-04T02:18:30.435Z] #175 exporting layers 0.6s done [2025-08-04T02:18:30.435Z] #175 writing image sha256:3e99ba566a895e47ab7e44896e70cf751095adf2fd00cce0928363c63cc2622a done [2025-08-04T02:18:30.435Z] #175 naming to docker.io/library/security-bootstrapper done [2025-08-04T02:18:30.435Z] #175 DONE 0.6s [2025-08-04T02:18:30.435Z] [2025-08-04T02:18:30.435Z] #152 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-08-04T02:18:55.860Z] Removing intermediate container 283205d8c675 [2025-08-04T02:18:55.861Z] ---> 31ccf7ee6f79 [2025-08-04T02:18:55.861Z] Successfully built 31ccf7ee6f79 [2025-08-04T02:18:55.861Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:18:56.204Z] + docker inspect -f . ci-base-image-arm64 [2025-08-04T02:18:56.204Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-04T02:18:56.409Z] prd-ubuntu20.04-docker-arm64-4c-16g-6227 does not seem to be running inside a container [2025-08-04T02:18:56.478Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/879 -v /w/workspace/edgex-go/879:/w/workspace/edgex-go/879:rw,z -v /w/workspace/edgex-go/879@tmp:/w/workspace/edgex-go/879@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-04T02:18:57.672Z] $ docker top c03953cbda4b2f9abeb61ad07d2e819127df4e4cc4cb113a101e1c75fc0478cf -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-04T02:18:58.492Z] + go version [2025-08-04T02:18:58.492Z] go version go1.23.9 linux/arm64 [Pipeline] } [2025-08-04T02:18:58.510Z] $ docker stop --time=1 c03953cbda4b2f9abeb61ad07d2e819127df4e4cc4cb113a101e1c75fc0478cf [2025-08-04T02:19:00.115Z] $ docker rm -f --volumes c03953cbda4b2f9abeb61ad07d2e819127df4e4cc4cb113a101e1c75fc0478cf [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-04T02:19:00.832Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-08-04T02:19:00.832Z] [2025-08-04T02:19:00.832Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:19:01.167Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-08-04T02:19:01.443Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2025-08-04T02:19:01.443Z] 547446be3368: Pulling fs layer [2025-08-04T02:19:01.443Z] d125d8839a47: Pulling fs layer [2025-08-04T02:19:01.443Z] 3e85d5ac6304: Pulling fs layer [2025-08-04T02:19:01.443Z] c3105a71a48b: Pulling fs layer [2025-08-04T02:19:01.443Z] 0f093f025ec4: Pulling fs layer [2025-08-04T02:19:01.443Z] c3106fc0e877: Pulling fs layer [2025-08-04T02:19:01.443Z] c3105a71a48b: Waiting [2025-08-04T02:19:01.443Z] 0f093f025ec4: Waiting [2025-08-04T02:19:01.443Z] c3106fc0e877: Waiting [2025-08-04T02:19:01.443Z] 547446be3368: Verifying Checksum [2025-08-04T02:19:01.443Z] 547446be3368: Download complete [2025-08-04T02:19:01.443Z] c3105a71a48b: Verifying Checksum [2025-08-04T02:19:01.443Z] c3105a71a48b: Download complete [2025-08-04T02:19:02.029Z] d125d8839a47: Verifying Checksum [2025-08-04T02:19:02.029Z] d125d8839a47: Download complete [2025-08-04T02:19:02.029Z] c3106fc0e877: Verifying Checksum [2025-08-04T02:19:02.029Z] c3106fc0e877: Download complete [2025-08-04T02:19:02.295Z] 0f093f025ec4: Verifying Checksum [2025-08-04T02:19:02.295Z] 0f093f025ec4: Download complete [2025-08-04T02:19:02.295Z] 547446be3368: Pull complete [2025-08-04T02:19:03.250Z] d125d8839a47: Pull complete [2025-08-04T02:19:04.206Z] 3e85d5ac6304: Verifying Checksum [2025-08-04T02:19:04.206Z] 3e85d5ac6304: Download complete [2025-08-04T02:19:14.272Z] 3e85d5ac6304: Pull complete [2025-08-04T02:19:14.272Z] c3105a71a48b: Pull complete [2025-08-04T02:19:15.231Z] 0f093f025ec4: Pull complete [2025-08-04T02:19:15.497Z] c3106fc0e877: Pull complete [2025-08-04T02:19:15.764Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2025-08-04T02:19:15.764Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-08-04T02:19:15.764Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-04T02:19:15.986Z] prd-ubuntu20.04-docker-arm64-4c-16g-6227 does not seem to be running inside a container [2025-08-04T02:19:16.058Z] $ 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/879 -v /w/workspace/edgex-go/879:/w/workspace/edgex-go/879:rw,z -v /w/workspace/edgex-go/879@tmp:/w/workspace/edgex-go/879@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-04T02:19:18.266Z] $ docker top 23932e8c1ff5ab77961c51893831a41246021b464d8adf036ec2b4262196beee -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-04T02:19:19.094Z] + docker compose -f ./docker-compose-build.yml build --parallel [2025-08-04T02:19:26.637Z] #152 ... [2025-08-04T02:19:26.637Z] [2025-08-04T02:19:26.637Z] #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-04T02:19:26.637Z] #150 143.9 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-04T02:19:29.201Z] #1 [security-secretstore-setup internal] load build definition from Dockerfile [2025-08-04T02:19:29.201Z] #1 transferring dockerfile: 2.49kB done [2025-08-04T02:19:29.201Z] #1 DONE 0.1s [2025-08-04T02:19:29.201Z] [2025-08-04T02:19:29.201Z] #2 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2025-08-04T02:19:29.201Z] #2 transferring dockerfile: 2.23kB done [2025-08-04T02:19:29.201Z] #2 DONE 0.1s [2025-08-04T02:19:29.201Z] [2025-08-04T02:19:29.201Z] #3 [core-command internal] load build definition from Dockerfile [2025-08-04T02:19:29.201Z] #3 transferring dockerfile: 1.94kB done [2025-08-04T02:19:29.201Z] #3 DONE 0.1s [2025-08-04T02:19:29.201Z] [2025-08-04T02:19:29.201Z] #4 [security-spire-server internal] load build definition from Dockerfile [2025-08-04T02:19:29.201Z] #4 transferring dockerfile: 1.70kB done [2025-08-04T02:19:29.201Z] #4 DONE 0.1s [2025-08-04T02:19:29.201Z] [2025-08-04T02:19:29.201Z] #5 [security-spire-config internal] load build definition from Dockerfile [2025-08-04T02:19:29.201Z] #5 transferring dockerfile: 1.69kB 0.0s done [2025-08-04T02:19:29.201Z] #5 DONE 0.1s [2025-08-04T02:19:29.201Z] [2025-08-04T02:19:29.201Z] #6 [security-spire-agent internal] load build definition from Dockerfile [2025-08-04T02:19:29.201Z] #6 transferring dockerfile: 1.81kB 0.0s done [2025-08-04T02:19:29.201Z] #6 DONE 0.1s [2025-08-04T02:19:29.201Z] [2025-08-04T02:19:29.201Z] #7 [security-spiffe-token-provider internal] load build definition from Dockerfile [2025-08-04T02:19:29.201Z] #7 transferring dockerfile: 1.89kB 0.0s done [2025-08-04T02:19:29.201Z] #7 DONE 0.1s [2025-08-04T02:19:29.201Z] [2025-08-04T02:19:29.201Z] #8 [security-proxy-auth internal] load build definition from Dockerfile [2025-08-04T02:19:29.484Z] #8 transferring dockerfile: 2.14kB done [2025-08-04T02:19:29.485Z] #8 DONE 0.1s [2025-08-04T02:19:29.485Z] [2025-08-04T02:19:29.485Z] #9 [support-scheduler internal] load build definition from Dockerfile [2025-08-04T02:19:29.485Z] #9 transferring dockerfile: 1.83kB done [2025-08-04T02:19:29.485Z] #9 DONE 0.1s [2025-08-04T02:19:29.485Z] [2025-08-04T02:19:29.485Z] #10 [security-bootstrapper internal] load build definition from Dockerfile [2025-08-04T02:19:29.485Z] #10 transferring dockerfile: 3.02kB done [2025-08-04T02:19:29.485Z] #10 DONE 0.1s [2025-08-04T02:19:29.485Z] [2025-08-04T02:19:29.485Z] #11 [security-proxy-setup internal] load build definition from Dockerfile [2025-08-04T02:19:29.485Z] #11 transferring dockerfile: 2.50kB done [2025-08-04T02:19:29.485Z] #11 DONE 0.1s [2025-08-04T02:19:29.485Z] [2025-08-04T02:19:29.485Z] #12 [core-data internal] load build definition from Dockerfile [2025-08-04T02:19:29.754Z] #12 transferring dockerfile: 2.04kB done [2025-08-04T02:19:29.754Z] #12 DONE 0.1s [2025-08-04T02:19:29.754Z] [2025-08-04T02:19:29.754Z] #13 [core-metadata internal] load build definition from Dockerfile [2025-08-04T02:19:29.754Z] #13 transferring dockerfile: 2.10kB done [2025-08-04T02:19:29.754Z] #13 DONE 0.1s [2025-08-04T02:19:29.754Z] [2025-08-04T02:19:29.754Z] #14 [core-keeper internal] load build definition from Dockerfile [2025-08-04T02:19:29.754Z] #14 transferring dockerfile: 2.01kB done [2025-08-04T02:19:29.754Z] #14 DONE 0.1s [2025-08-04T02:19:29.754Z] [2025-08-04T02:19:29.754Z] #15 [support-notifications internal] load build definition from Dockerfile [2025-08-04T02:19:29.754Z] #15 transferring dockerfile: 2.00kB done [2025-08-04T02:19:30.019Z] #15 DONE 0.0s [2025-08-04T02:19:30.019Z] [2025-08-04T02:19:30.019Z] #16 [security-secretstore-setup internal] load .dockerignore [2025-08-04T02:19:30.019Z] #16 transferring context: 50B done [2025-08-04T02:19:30.019Z] #16 DONE 0.1s [2025-08-04T02:19:30.603Z] [2025-08-04T02:19:30.603Z] #17 [core-common-config-bootstrapper internal] load .dockerignore [2025-08-04T02:19:30.603Z] #17 transferring context: 50B done [2025-08-04T02:19:30.603Z] #17 DONE 0.0s [2025-08-04T02:19:30.825Z] #150 DONE 152.9s [2025-08-04T02:19:30.825Z] [2025-08-04T02:19:30.825Z] #146 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-08-04T02:19:30.825Z] #146 DONE 150.2s [2025-08-04T02:19:30.825Z] [2025-08-04T02:19:30.825Z] #152 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-08-04T02:19:30.825Z] #152 DONE 152.9s [2025-08-04T02:19:30.825Z] [2025-08-04T02:19:30.825Z] #147 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-08-04T02:19:30.825Z] #147 DONE 152.9s [2025-08-04T02:19:30.825Z] [2025-08-04T02:19:30.825Z] #151 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-08-04T02:19:30.825Z] #151 DONE 152.9s [2025-08-04T02:19:30.825Z] [2025-08-04T02:19:30.825Z] #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-08-04T02:19:30.825Z] #153 DONE 152.9s [2025-08-04T02:19:30.825Z] [2025-08-04T02:19:30.825Z] #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-08-04T02:19:30.825Z] #148 DONE 152.9s [2025-08-04T02:19:30.825Z] [2025-08-04T02:19:30.825Z] #155 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-08-04T02:19:30.825Z] #155 DONE 152.9s [2025-08-04T02:19:30.825Z] [2025-08-04T02:19:30.825Z] #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-08-04T02:19:30.825Z] #149 DONE 153.0s [2025-08-04T02:19:30.825Z] [2025-08-04T02:19:30.825Z] #176 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-04T02:19:30.825Z] #176 ... [2025-08-04T02:19:30.825Z] [2025-08-04T02:19:30.825Z] #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-08-04T02:19:30.825Z] #144 DONE 153.0s [2025-08-04T02:19:30.869Z] [2025-08-04T02:19:30.869Z] #18 [core-command internal] load .dockerignore [2025-08-04T02:19:30.869Z] #18 transferring context: 50B 0.0s done [2025-08-04T02:19:30.870Z] #18 DONE 0.1s [2025-08-04T02:19:30.870Z] [2025-08-04T02:19:30.870Z] #19 [security-spire-server internal] load .dockerignore [2025-08-04T02:19:30.870Z] #19 transferring context: 50B 0.0s done [2025-08-04T02:19:30.870Z] #19 DONE 0.1s [2025-08-04T02:19:30.870Z] [2025-08-04T02:19:30.870Z] #20 [security-spire-config internal] load .dockerignore [2025-08-04T02:19:30.870Z] #20 transferring context: 50B 0.0s done [2025-08-04T02:19:30.870Z] #20 DONE 0.1s [2025-08-04T02:19:30.870Z] [2025-08-04T02:19:30.870Z] #21 [security-spire-agent internal] load .dockerignore [2025-08-04T02:19:30.870Z] #21 transferring context: 50B done [2025-08-04T02:19:30.870Z] #21 DONE 0.1s [2025-08-04T02:19:30.870Z] [2025-08-04T02:19:30.870Z] #22 [security-spiffe-token-provider internal] load .dockerignore [2025-08-04T02:19:30.870Z] #22 transferring context: 50B done [2025-08-04T02:19:30.870Z] #22 DONE 0.1s [2025-08-04T02:19:30.870Z] [2025-08-04T02:19:30.870Z] #23 [security-proxy-auth internal] load .dockerignore [2025-08-04T02:19:30.870Z] #23 DONE 0.0s [2025-08-04T02:19:31.084Z] [2025-08-04T02:19:31.084Z] #177 [security-proxy-auth stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-04T02:19:31.084Z] #177 DONE 0.3s [2025-08-04T02:19:31.084Z] [2025-08-04T02:19:31.084Z] #178 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-04T02:19:31.084Z] #178 DONE 0.3s [2025-08-04T02:19:31.084Z] [2025-08-04T02:19:31.084Z] #179 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-04T02:19:31.084Z] #179 DONE 0.2s [2025-08-04T02:19:31.084Z] [2025-08-04T02:19:31.084Z] #176 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-04T02:19:31.084Z] #176 DONE 0.2s [2025-08-04T02:19:31.084Z] [2025-08-04T02:19:31.084Z] #180 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-04T02:19:31.084Z] #180 DONE 0.2s [2025-08-04T02:19:31.084Z] [2025-08-04T02:19:31.084Z] #181 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-04T02:19:31.084Z] #181 DONE 0.2s [2025-08-04T02:19:31.084Z] [2025-08-04T02:19:31.084Z] #182 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-04T02:19:31.084Z] #182 DONE 0.2s [2025-08-04T02:19:31.084Z] [2025-08-04T02:19:31.084Z] #183 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-04T02:19:31.084Z] #183 DONE 0.2s [2025-08-04T02:19:31.084Z] [2025-08-04T02:19:31.084Z] #184 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2025-08-04T02:19:31.141Z] [2025-08-04T02:19:31.141Z] #23 [security-proxy-auth internal] load .dockerignore [2025-08-04T02:19:31.141Z] #23 transferring context: 50B done [2025-08-04T02:19:31.141Z] #23 DONE 0.1s [2025-08-04T02:19:31.141Z] [2025-08-04T02:19:31.141Z] #24 [support-scheduler internal] load .dockerignore [2025-08-04T02:19:31.141Z] #24 transferring context: 50B 0.0s done [2025-08-04T02:19:31.141Z] #24 DONE 0.1s [2025-08-04T02:19:31.141Z] [2025-08-04T02:19:31.141Z] #25 [security-bootstrapper internal] load .dockerignore [2025-08-04T02:19:31.141Z] #25 transferring context: 50B 0.0s done [2025-08-04T02:19:31.141Z] #25 DONE 0.1s [2025-08-04T02:19:31.141Z] [2025-08-04T02:19:31.141Z] #26 [security-proxy-setup internal] load .dockerignore [2025-08-04T02:19:31.344Z] #184 DONE 0.3s [2025-08-04T02:19:31.344Z] [2025-08-04T02:19:31.344Z] #185 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2025-08-04T02:19:31.344Z] #185 DONE 0.3s [2025-08-04T02:19:31.344Z] [2025-08-04T02:19:31.344Z] #186 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-04T02:19:31.344Z] #186 CACHED [2025-08-04T02:19:31.344Z] [2025-08-04T02:19:31.344Z] #187 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-08-04T02:19:31.344Z] #187 CACHED [2025-08-04T02:19:31.344Z] [2025-08-04T02:19:31.344Z] #188 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-04T02:19:31.344Z] #188 CACHED [2025-08-04T02:19:31.344Z] [2025-08-04T02:19:31.344Z] #189 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-08-04T02:19:31.344Z] #189 CACHED [2025-08-04T02:19:31.344Z] [2025-08-04T02:19:31.344Z] #190 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2025-08-04T02:19:31.344Z] #190 DONE 0.3s [2025-08-04T02:19:31.344Z] [2025-08-04T02:19:31.344Z] #191 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-08-04T02:19:31.344Z] #191 DONE 0.3s [2025-08-04T02:19:31.344Z] [2025-08-04T02:19:31.344Z] #192 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-08-04T02:19:31.344Z] #192 DONE 0.3s [2025-08-04T02:19:31.344Z] [2025-08-04T02:19:31.344Z] #193 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-08-04T02:19:31.344Z] #193 DONE 0.3s [2025-08-04T02:19:31.344Z] [2025-08-04T02:19:31.344Z] #194 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-08-04T02:19:31.344Z] #194 DONE 0.3s [2025-08-04T02:19:31.344Z] [2025-08-04T02:19:31.344Z] #195 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-08-04T02:19:31.344Z] #195 DONE 0.2s [2025-08-04T02:19:31.344Z] [2025-08-04T02:19:31.344Z] #196 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2025-08-04T02:19:31.409Z] #26 transferring context: 50B done [2025-08-04T02:19:31.409Z] #26 DONE 0.1s [2025-08-04T02:19:31.409Z] [2025-08-04T02:19:31.409Z] #27 [core-data internal] load .dockerignore [2025-08-04T02:19:31.409Z] #27 transferring context: 50B done [2025-08-04T02:19:31.409Z] #27 DONE 0.1s [2025-08-04T02:19:31.409Z] [2025-08-04T02:19:31.409Z] #28 [core-metadata internal] load .dockerignore [2025-08-04T02:19:31.409Z] #28 transferring context: 50B 0.0s done [2025-08-04T02:19:31.409Z] #28 DONE 0.1s [2025-08-04T02:19:31.409Z] [2025-08-04T02:19:31.409Z] #29 [core-keeper internal] load .dockerignore [2025-08-04T02:19:31.409Z] #29 transferring context: 50B 0.0s done [2025-08-04T02:19:31.676Z] #29 DONE 0.1s [2025-08-04T02:19:31.676Z] [2025-08-04T02:19:31.676Z] #30 [support-notifications internal] load .dockerignore [2025-08-04T02:19:31.676Z] #30 transferring context: 50B done [2025-08-04T02:19:31.676Z] #30 DONE 0.1s [2025-08-04T02:19:31.676Z] [2025-08-04T02:19:31.676Z] #31 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-08-04T02:19:31.676Z] #31 DONE 0.0s [2025-08-04T02:19:31.676Z] [2025-08-04T02:19:31.676Z] #32 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.20 [2025-08-04T02:19:31.912Z] #196 ... [2025-08-04T02:19:31.913Z] [2025-08-04T02:19:31.913Z] #197 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-08-04T02:19:31.913Z] #197 DONE 0.8s [2025-08-04T02:19:32.171Z] [2025-08-04T02:19:32.171Z] #198 [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-04T02:19:32.171Z] #198 DONE 0.9s [2025-08-04T02:19:32.171Z] [2025-08-04T02:19:32.171Z] #199 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2025-08-04T02:19:32.171Z] #199 DONE 0.9s [2025-08-04T02:19:32.171Z] [2025-08-04T02:19:32.171Z] #200 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2025-08-04T02:19:32.171Z] #200 DONE 0.9s [2025-08-04T02:19:32.171Z] [2025-08-04T02:19:32.171Z] #201 [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-04T02:19:32.171Z] #201 DONE 0.9s [2025-08-04T02:19:32.171Z] [2025-08-04T02:19:32.171Z] #202 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2025-08-04T02:19:32.171Z] #202 DONE 0.9s [2025-08-04T02:19:32.171Z] [2025-08-04T02:19:32.171Z] #203 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2025-08-04T02:19:32.171Z] #203 DONE 0.9s [2025-08-04T02:19:32.171Z] [2025-08-04T02:19:32.171Z] #204 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2025-08-04T02:19:32.171Z] #204 DONE 0.9s [2025-08-04T02:19:32.171Z] [2025-08-04T02:19:32.171Z] #196 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2025-08-04T02:19:32.171Z] #196 DONE 0.9s [2025-08-04T02:19:32.171Z] [2025-08-04T02:19:32.171Z] #205 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2025-08-04T02:19:32.171Z] #205 DONE 0.9s [2025-08-04T02:19:32.171Z] [2025-08-04T02:19:32.171Z] #206 [core-keeper] exporting to image [2025-08-04T02:19:32.171Z] #206 exporting layers [2025-08-04T02:19:32.171Z] #206 ... [2025-08-04T02:19:32.171Z] [2025-08-04T02:19:32.171Z] #207 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2025-08-04T02:19:32.171Z] #207 DONE 0.2s [2025-08-04T02:19:32.171Z] [2025-08-04T02:19:32.171Z] #208 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2025-08-04T02:19:32.171Z] #208 DONE 0.2s [2025-08-04T02:19:32.171Z] [2025-08-04T02:19:32.171Z] #209 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2025-08-04T02:19:32.171Z] #209 DONE 0.2s [2025-08-04T02:19:32.171Z] [2025-08-04T02:19:32.171Z] #210 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2025-08-04T02:19:32.171Z] #210 DONE 0.2s [2025-08-04T02:19:32.171Z] [2025-08-04T02:19:32.171Z] #211 [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-04T02:19:32.171Z] #211 DONE 0.2s [2025-08-04T02:19:32.171Z] [2025-08-04T02:19:32.171Z] #212 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2025-08-04T02:19:32.171Z] #212 DONE 0.2s [2025-08-04T02:19:32.171Z] [2025-08-04T02:19:32.171Z] #213 [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-04T02:19:32.171Z] #213 DONE 0.2s [2025-08-04T02:19:32.171Z] [2025-08-04T02:19:32.171Z] #214 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2025-08-04T02:19:32.171Z] #214 DONE 0.2s [2025-08-04T02:19:32.171Z] [2025-08-04T02:19:32.171Z] #215 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2025-08-04T02:19:32.171Z] #215 DONE 0.2s [2025-08-04T02:19:32.171Z] [2025-08-04T02:19:32.171Z] #206 [core-keeper] exporting to image [2025-08-04T02:19:32.171Z] #206 exporting layers 0.1s done [2025-08-04T02:19:32.171Z] #206 writing image sha256:47cf174dacc2a0850cbd085bd65615756ec37c69b5db30bfb20d9189247b30ae done [2025-08-04T02:19:32.171Z] #206 naming to docker.io/library/core-keeper done [2025-08-04T02:19:32.262Z] #32 ... [2025-08-04T02:19:32.262Z] [2025-08-04T02:19:32.263Z] #31 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-08-04T02:19:32.263Z] #31 DONE 0.0s [2025-08-04T02:19:32.263Z] [2025-08-04T02:19:32.263Z] #32 [security-spire-server internal] load metadata for docker.io/library/alpine:3.20 [2025-08-04T02:19:32.430Z] #206 DONE 0.2s [2025-08-04T02:19:32.430Z] [2025-08-04T02:19:32.430Z] #216 [core-data] exporting to image [2025-08-04T02:19:32.430Z] #216 ... [2025-08-04T02:19:32.430Z] [2025-08-04T02:19:32.430Z] #217 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2025-08-04T02:19:32.430Z] #217 DONE 0.3s [2025-08-04T02:19:32.430Z] [2025-08-04T02:19:32.430Z] #218 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2025-08-04T02:19:32.430Z] #218 DONE 0.3s [2025-08-04T02:19:32.533Z] #32 DONE 0.7s [2025-08-04T02:19:32.534Z] [2025-08-04T02:19:32.534Z] #33 [core-command stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-04T02:19:32.534Z] #33 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done [2025-08-04T02:19:32.534Z] #33 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-08-04T02:19:32.534Z] #33 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done [2025-08-04T02:19:32.534Z] #33 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done [2025-08-04T02:19:32.534Z] #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 0B / 4.09MB 0.1s [2025-08-04T02:19:32.534Z] #33 ... [2025-08-04T02:19:32.534Z] [2025-08-04T02:19:32.534Z] #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-08-04T02:19:32.534Z] #31 DONE 0.0s [2025-08-04T02:19:32.534Z] [2025-08-04T02:19:32.534Z] #33 [core-command stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-04T02:19:32.690Z] [2025-08-04T02:19:32.690Z] #219 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2025-08-04T02:19:32.690Z] #219 DONE 0.3s [2025-08-04T02:19:32.690Z] [2025-08-04T02:19:32.690Z] #220 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2025-08-04T02:19:32.690Z] #220 DONE 0.3s [2025-08-04T02:19:32.690Z] [2025-08-04T02:19:32.690Z] #221 [core-command] exporting to image [2025-08-04T02:19:32.690Z] #221 exporting layers 0.2s done [2025-08-04T02:19:32.690Z] #221 writing image sha256:3930c435c5621b756bf3808a40a9900350c47673dfa4e8ceb8f07cb79d3152f2 done [2025-08-04T02:19:32.690Z] #221 naming to docker.io/library/core-command done [2025-08-04T02:19:32.690Z] #221 DONE 0.3s [2025-08-04T02:19:32.690Z] [2025-08-04T02:19:32.690Z] #222 [core-metadata] exporting to image [2025-08-04T02:19:32.690Z] #222 ... [2025-08-04T02:19:32.690Z] [2025-08-04T02:19:32.690Z] #223 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2025-08-04T02:19:32.690Z] #223 DONE 0.2s [2025-08-04T02:19:32.690Z] [2025-08-04T02:19:32.690Z] #224 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2025-08-04T02:19:32.690Z] #224 DONE 0.2s [2025-08-04T02:19:32.805Z] #33 ... [2025-08-04T02:19:32.805Z] [2025-08-04T02:19:32.805Z] #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-08-04T02:19:32.805Z] #31 DONE 0.0s [2025-08-04T02:19:32.805Z] [2025-08-04T02:19:32.805Z] #33 [core-command stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-04T02:19:32.805Z] #33 ... [2025-08-04T02:19:32.805Z] [2025-08-04T02:19:32.805Z] #32 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.20 [2025-08-04T02:19:32.805Z] #32 DONE 0.7s [2025-08-04T02:19:32.805Z] [2025-08-04T02:19:32.805Z] #33 [security-proxy-auth stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-04T02:19:32.805Z] #33 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done [2025-08-04T02:19:32.805Z] #33 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-08-04T02:19:32.805Z] #33 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done [2025-08-04T02:19:32.805Z] #33 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done [2025-08-04T02:19:32.948Z] [2025-08-04T02:19:32.948Z] #216 [core-data] exporting to image [2025-08-04T02:19:32.948Z] #216 exporting layers 0.5s done [2025-08-04T02:19:32.948Z] #216 writing image sha256:ba8f63b8e92c8b0fab4e8a4c4e3f4c3d520d6e404b226f92c43830994746e198 0.0s done [2025-08-04T02:19:32.948Z] #216 naming to docker.io/library/core-data done [2025-08-04T02:19:32.948Z] #216 DONE 0.6s [2025-08-04T02:19:32.948Z] [2025-08-04T02:19:32.948Z] #225 [support-notifications] exporting to image [2025-08-04T02:19:32.949Z] #225 exporting layers 0.5s done [2025-08-04T02:19:32.949Z] #225 writing image sha256:add33dba544a1d60c53cdb1c4a2538af03c4078236ec88714864eb826b6c33aa 0.0s done [2025-08-04T02:19:32.949Z] #225 naming to docker.io/library/support-notifications done [2025-08-04T02:19:32.949Z] #225 DONE 0.6s [2025-08-04T02:19:32.949Z] [2025-08-04T02:19:32.949Z] #226 [security-spiffe-token-provider] exporting to image [2025-08-04T02:19:32.949Z] #226 exporting layers 0.6s done [2025-08-04T02:19:32.949Z] #226 writing image sha256:bea2a25dcf3f985d067c751c9e39352cbadaf4e21d0018718371a155e7eb55a0 done [2025-08-04T02:19:32.949Z] #226 naming to docker.io/library/security-spiffe-token-provider done [2025-08-04T02:19:32.949Z] #226 DONE 0.7s [2025-08-04T02:19:32.949Z] [2025-08-04T02:19:32.949Z] #227 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2025-08-04T02:19:32.949Z] #227 DONE 0.2s [2025-08-04T02:19:32.949Z] [2025-08-04T02:19:32.949Z] #228 [support-scheduler] exporting to image [2025-08-04T02:19:32.949Z] #228 exporting layers 0.6s done [2025-08-04T02:19:32.949Z] #228 writing image sha256:9fcd202e9eec162b1eba07276cd08616108516321cb02412dcf75f94c683c874 done [2025-08-04T02:19:32.949Z] #228 naming to docker.io/library/support-scheduler done [2025-08-04T02:19:32.949Z] #228 DONE 0.7s [2025-08-04T02:19:32.949Z] [2025-08-04T02:19:32.949Z] #229 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-08-04T02:19:32.949Z] #229 DONE 0.5s [2025-08-04T02:19:32.949Z] [2025-08-04T02:19:32.949Z] #230 [security-proxy-auth] exporting to image [2025-08-04T02:19:33.075Z] #33 ... [2025-08-04T02:19:33.075Z] [2025-08-04T02:19:33.075Z] #31 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-08-04T02:19:33.075Z] #31 DONE 0.0s [2025-08-04T02:19:33.075Z] [2025-08-04T02:19:33.075Z] #33 [security-proxy-auth stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-04T02:19:33.075Z] #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 1.05MB / 4.09MB 0.5s [2025-08-04T02:19:33.075Z] #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 2.10MB / 4.09MB 0.6s [2025-08-04T02:19:33.075Z] #33 ... [2025-08-04T02:19:33.075Z] [2025-08-04T02:19:33.075Z] #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-08-04T02:19:33.075Z] #31 DONE 0.0s [2025-08-04T02:19:33.075Z] [2025-08-04T02:19:33.075Z] #33 [support-scheduler stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-04T02:19:33.075Z] #33 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done [2025-08-04T02:19:33.075Z] #33 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-08-04T02:19:33.075Z] #33 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done [2025-08-04T02:19:33.075Z] #33 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done [2025-08-04T02:19:33.075Z] #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.8s [2025-08-04T02:19:33.207Z] #230 ... [2025-08-04T02:19:33.207Z] [2025-08-04T02:19:33.207Z] #231 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2025-08-04T02:19:33.207Z] #231 DONE 0.1s [2025-08-04T02:19:33.207Z] [2025-08-04T02:19:33.207Z] #222 [core-metadata] exporting to image [2025-08-04T02:19:33.207Z] #222 exporting layers 0.6s done [2025-08-04T02:19:33.207Z] #222 writing image sha256:e3c75b665c6edc22d9dce79303e10c95620f0a28266c2c1e567133df3ce2714e done [2025-08-04T02:19:33.207Z] #222 naming to docker.io/library/core-metadata done [2025-08-04T02:19:33.207Z] #222 DONE 0.7s [2025-08-04T02:19:33.207Z] [2025-08-04T02:19:33.207Z] #232 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-08-04T02:19:33.207Z] #232 DONE 0.5s [2025-08-04T02:19:33.207Z] [2025-08-04T02:19:33.207Z] #233 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-08-04T02:19:33.345Z] #33 extracting sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 [2025-08-04T02:19:33.345Z] #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.9s done [2025-08-04T02:19:33.464Z] #233 ... [2025-08-04T02:19:33.464Z] [2025-08-04T02:19:33.464Z] #230 [security-proxy-auth] exporting to image [2025-08-04T02:19:33.464Z] #230 exporting layers 0.2s done [2025-08-04T02:19:33.464Z] #230 writing image sha256:113779adb251bcbd2d8e6703fdb4d30a416308464e838cb919d3334f7a11fd39 done [2025-08-04T02:19:33.464Z] #230 naming to docker.io/library/security-proxy-auth done [2025-08-04T02:19:33.464Z] #230 DONE 0.2s [2025-08-04T02:19:33.464Z] [2025-08-04T02:19:33.464Z] #234 [security-proxy-setup] exporting to image [2025-08-04T02:19:33.464Z] #234 exporting layers 0.2s done [2025-08-04T02:19:33.464Z] #234 writing image sha256:7537ac0ca7967cf86879cc934b6f696ba249089b208f65993b8a683fbe499a43 done [2025-08-04T02:19:33.464Z] #234 naming to docker.io/library/security-proxy-setup done [2025-08-04T02:19:33.464Z] #234 DONE 0.2s [2025-08-04T02:19:33.464Z] [2025-08-04T02:19:33.464Z] #233 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-08-04T02:19:33.464Z] #233 DONE 0.4s [2025-08-04T02:19:33.618Z] #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.9s done [2025-08-04T02:19:33.722Z] [2025-08-04T02:19:33.722Z] #235 [security-secretstore-setup] exporting to image [2025-08-04T02:19:33.722Z] #235 exporting layers 0.2s done [2025-08-04T02:19:33.722Z] #235 writing image sha256:1d9f27710a81c600bf013cf88edaac664e6ff1617129d2d853713ef185b231ee done [2025-08-04T02:19:33.722Z] #235 naming to docker.io/library/security-secretstore-setup done [2025-08-04T02:19:33.722Z] #235 DONE 0.2s [2025-08-04T02:19:33.722Z] time="2025-08-04T02:16:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-04T02:19:33.722Z] time="2025-08-04T02:16:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-04T02:19:33.722Z] time="2025-08-04T02:16:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-04T02:19:33.722Z] time="2025-08-04T02:16:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-04T02:19:33.722Z] time="2025-08-04T02:16:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-04T02:19:33.722Z] time="2025-08-04T02:16:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-04T02:19:33.722Z] time="2025-08-04T02:16:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-04T02:19:33.722Z] time="2025-08-04T02:16:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-04T02:19:33.722Z] time="2025-08-04T02:16:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-04T02:19:33.722Z] time="2025-08-04T02:16:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-04T02:19:33.722Z] time="2025-08-04T02:16:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-04T02:19:33.722Z] time="2025-08-04T02:16:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-04T02:19:33.722Z] time="2025-08-04T02:16:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-04T02:19:33.722Z] time="2025-08-04T02:16:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-04T02:19:33.722Z] time="2025-08-04T02:16:05Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2025-08-04T02:19:33.742Z] $ docker stop --time=1 e3e58f26d9fe9eae2374d77f4008a23409da35fa507ca1e19a3176a5b7e1b906 [2025-08-04T02:19:33.886Z] #33 ... [2025-08-04T02:19:33.886Z] [2025-08-04T02:19:33.886Z] #31 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-08-04T02:19:33.886Z] #31 DONE 0.0s [2025-08-04T02:19:33.886Z] [2025-08-04T02:19:33.886Z] #33 [support-scheduler stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-04T02:19:33.886Z] #33 ... [2025-08-04T02:19:33.886Z] [2025-08-04T02:19:33.886Z] #31 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-08-04T02:19:33.886Z] #31 DONE 0.0s [2025-08-04T02:19:34.158Z] [2025-08-04T02:19:34.158Z] #31 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-08-04T02:19:34.158Z] #31 DONE 0.0s [2025-08-04T02:19:34.158Z] [2025-08-04T02:19:34.158Z] #33 [security-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-04T02:19:34.158Z] #33 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done [2025-08-04T02:19:34.158Z] #33 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-08-04T02:19:34.158Z] #33 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done [2025-08-04T02:19:34.158Z] #33 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done [2025-08-04T02:19:34.158Z] #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.9s done [2025-08-04T02:19:34.158Z] #33 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done [2025-08-04T02:19:34.158Z] #33 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-08-04T02:19:34.158Z] #33 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done [2025-08-04T02:19:34.158Z] #33 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done [2025-08-04T02:19:34.158Z] #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.9s done [2025-08-04T02:19:34.427Z] #33 ... [2025-08-04T02:19:34.427Z] [2025-08-04T02:19:34.427Z] #34 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 [2025-08-04T02:19:34.427Z] #34 DONE 1.8s [2025-08-04T02:19:34.427Z] [2025-08-04T02:19:34.427Z] #33 [security-proxy-setup stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-04T02:19:34.427Z] #33 ... [2025-08-04T02:19:34.427Z] [2025-08-04T02:19:34.427Z] #31 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-08-04T02:19:34.427Z] #31 DONE 0.0s [2025-08-04T02:19:34.427Z] [2025-08-04T02:19:34.427Z] #33 [security-proxy-setup stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-04T02:19:34.427Z] #33 ... [2025-08-04T02:19:34.427Z] [2025-08-04T02:19:34.427Z] #31 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-08-04T02:19:34.427Z] #31 DONE 0.0s [2025-08-04T02:19:34.427Z] [2025-08-04T02:19:34.427Z] #35 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-08-04T02:19:34.427Z] #35 DONE 2.2s [2025-08-04T02:19:34.427Z] [2025-08-04T02:19:34.427Z] #33 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-04T02:19:34.427Z] #33 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done [2025-08-04T02:19:34.427Z] #33 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-08-04T02:19:34.427Z] #33 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done [2025-08-04T02:19:34.427Z] #33 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done [2025-08-04T02:19:34.427Z] #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.9s done [2025-08-04T02:19:34.696Z] #33 ... [2025-08-04T02:19:34.696Z] [2025-08-04T02:19:34.696Z] #32 [core-keeper internal] load metadata for docker.io/library/alpine:3.20 [2025-08-04T02:19:34.696Z] #32 DONE 2.2s [2025-08-04T02:19:34.696Z] [2025-08-04T02:19:34.696Z] #33 [core-metadata stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-04T02:19:34.696Z] #33 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done [2025-08-04T02:19:34.696Z] #33 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-08-04T02:19:34.696Z] #33 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done [2025-08-04T02:19:34.696Z] #33 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done [2025-08-04T02:19:34.696Z] #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.9s done [2025-08-04T02:19:34.964Z] #33 ... [2025-08-04T02:19:34.964Z] [2025-08-04T02:19:34.964Z] #36 [core-common-config-bootstrapper internal] load build context [2025-08-04T02:19:34.964Z] #36 transferring context: 3.23MB 1.9s done [2025-08-04T02:19:34.964Z] #36 DONE 2.7s [2025-08-04T02:19:34.964Z] [2025-08-04T02:19:34.964Z] #33 [core-metadata stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-04T02:19:35.015Z] $ docker rm -f --volumes e3e58f26d9fe9eae2374d77f4008a23409da35fa507ca1e19a3176a5b7e1b906 [Pipeline] // withDockerContainer [Pipeline] sh [2025-08-04T02:19:35.239Z] #33 ... [2025-08-04T02:19:35.239Z] [2025-08-04T02:19:35.239Z] #37 [core-command internal] load build context [2025-08-04T02:19:35.239Z] #37 transferring context: 3.23MB 2.0s done [2025-08-04T02:19:35.239Z] #37 DONE 2.8s [2025-08-04T02:19:35.239Z] [2025-08-04T02:19:35.239Z] #38 [security-secretstore-setup internal] load build context [2025-08-04T02:19:35.239Z] #38 transferring context: 3.23MB 2.0s done [2025-08-04T02:19:35.239Z] #38 DONE 2.9s [2025-08-04T02:19:35.239Z] [2025-08-04T02:19:35.239Z] #33 [core-metadata stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-04T02:19:35.347Z] + docker images [2025-08-04T02:19:35.347Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2025-08-04T02:19:35.347Z] security-proxy-setup latest 7537ac0ca796 2 seconds ago 48.8MB [2025-08-04T02:19:35.347Z] security-secretstore-setup latest 1d9f27710a81 2 seconds ago 79.2MB [2025-08-04T02:19:35.347Z] support-notifications latest add33dba544a 3 seconds ago 52.4MB [2025-08-04T02:19:35.347Z] core-command latest 3930c435c562 3 seconds ago 39.4MB [2025-08-04T02:19:35.347Z] support-scheduler latest 9fcd202e9eec 3 seconds ago 48.9MB [2025-08-04T02:19:35.347Z] security-proxy-auth latest 113779adb251 3 seconds ago 44.3MB [2025-08-04T02:19:35.347Z] core-data latest ba8f63b8e92c 3 seconds ago 45.1MB [2025-08-04T02:19:35.347Z] core-metadata latest e3c75b665c6e 3 seconds ago 45.2MB [2025-08-04T02:19:35.347Z] security-spiffe-token-provider latest bea2a25dcf3f 3 seconds ago 47.7MB [2025-08-04T02:19:35.347Z] core-keeper latest 47cf174dacc2 4 seconds ago 44.9MB [2025-08-04T02:19:35.347Z] security-bootstrapper latest 3e99ba566a89 About a minute ago 20.4MB [2025-08-04T02:19:35.347Z] core-common-config-bootstrapper latest cb4f0c0ebcb0 About a minute ago 19.4MB [2025-08-04T02:19:35.347Z] security-spire-agent latest a0eea996bdb4 3 minutes ago 195MB [2025-08-04T02:19:35.347Z] security-spire-server latest 07ce577c5039 3 minutes ago 149MB [2025-08-04T02:19:35.347Z] security-spire-config latest bea5e9ddbd3b 3 minutes ago 149MB [2025-08-04T02:19:35.347Z] ci-base-image-x86_64 latest 5be8c2a0a8f4 6 minutes ago 930MB [2025-08-04T02:19:35.347Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine d619b1717253 20 minutes ago 580MB [2025-08-04T02:19:35.347Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 2 months ago 573MB [2025-08-04T02:19:35.347Z] 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-04T02:19:35.505Z] provisioning config files... [2025-08-04T02:19:35.529Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/879@tmp/config6096293375053817009tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-04T02:19:35.831Z] ---> ****-login.sh [2025-08-04T02:19:35.831Z] nexus3.edgexfoundry.org:10001 [2025-08-04T02:19:35.831Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T02:19:35.831Z] Login Succeeded [2025-08-04T02:19:35.831Z] nexus3.edgexfoundry.org:10002 [2025-08-04T02:19:35.831Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T02:19:35.831Z] Login Succeeded [2025-08-04T02:19:35.831Z] nexus3.edgexfoundry.org:10003 [2025-08-04T02:19:35.831Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T02:19:36.090Z] Login Succeeded [2025-08-04T02:19:36.090Z] nexus3.edgexfoundry.org:10004 [2025-08-04T02:19:36.090Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T02:19:36.090Z] Login Succeeded [2025-08-04T02:19:36.090Z] ****.io [2025-08-04T02:19:36.090Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T02:19:36.204Z] #33 extracting sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 2.7s done [2025-08-04T02:19:36.204Z] #33 ... [2025-08-04T02:19:36.204Z] [2025-08-04T02:19:36.204Z] #39 [security-proxy-auth internal] load build context [2025-08-04T02:19:36.204Z] #39 transferring context: 3.23MB 2.0s done [2025-08-04T02:19:36.204Z] #39 DONE 3.2s [2025-08-04T02:19:36.204Z] [2025-08-04T02:19:36.204Z] #40 [security-spiffe-token-provider internal] load build context [2025-08-04T02:19:36.204Z] #40 transferring context: 3.23MB 2.1s done [2025-08-04T02:19:36.204Z] #40 DONE 3.2s [2025-08-04T02:19:36.204Z] [2025-08-04T02:19:36.204Z] #33 [core-metadata stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-04T02:19:36.204Z] #33 extracting sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 2.7s done [2025-08-04T02:19:36.348Z] Login Succeeded [2025-08-04T02:19:36.348Z] ---> ****-login.sh ends [Pipeline] } [2025-08-04T02:19:36.354Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-04T02:19:36.406Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-04T02:19:36.436Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2025-08-04T02:19:36.436Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T02:19:36.436Z] latest [2025-08-04T02:19:36.436Z] 4.1.0-dev.42 [2025-08-04T02:19:36.436Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T02:19:36.436Z] main [2025-08-04T02:19:36.436Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:19:36.787Z] #33 ... [2025-08-04T02:19:36.787Z] [2025-08-04T02:19:36.787Z] #41 [support-scheduler internal] load build context [2025-08-04T02:19:36.787Z] #41 transferring context: 3.23MB 2.0s done [2025-08-04T02:19:36.787Z] #41 DONE 3.6s [2025-08-04T02:19:36.787Z] [2025-08-04T02:19:36.787Z] #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-04T02:19:36.787Z] #42 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.2s done [2025-08-04T02:19:36.787Z] #42 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-08-04T02:19:36.787Z] #42 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done [2025-08-04T02:19:36.787Z] #42 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done [2025-08-04T02:19:36.787Z] #42 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.6s done [2025-08-04T02:19:36.787Z] #42 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.6s done [2025-08-04T02:19:36.787Z] #42 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.7s done [2025-08-04T02:19:36.787Z] #42 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done [2025-08-04T02:19:36.787Z] #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 8.39MB / 33.17MB 1.9s [2025-08-04T02:19:36.787Z] #42 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done [2025-08-04T02:19:36.787Z] #42 ... [2025-08-04T02:19:36.787Z] [2025-08-04T02:19:36.787Z] #43 [security-spire-server internal] load build context [2025-08-04T02:19:36.787Z] #43 transferring context: 23.80kB 0.2s done [2025-08-04T02:19:36.787Z] #43 DONE 2.4s [2025-08-04T02:19:36.787Z] [2025-08-04T02:19:36.787Z] #44 [security-spire-config internal] load build context [2025-08-04T02:19:36.787Z] #44 transferring context: 22.05kB 0.2s done [2025-08-04T02:19:36.787Z] #44 DONE 2.4s [2025-08-04T02:19:36.787Z] [2025-08-04T02:19:36.787Z] #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-04T02:19:36.788Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:19:37.060Z] #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 11.53MB / 33.17MB 2.1s [2025-08-04T02:19:37.060Z] #42 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 [2025-08-04T02:19:37.060Z] #42 ... [2025-08-04T02:19:37.060Z] [2025-08-04T02:19:37.060Z] #45 [security-spire-agent internal] load build context [2025-08-04T02:19:37.060Z] #45 transferring context: 23.33kB 0.2s done [2025-08-04T02:19:37.060Z] #45 DONE 2.6s [2025-08-04T02:19:37.060Z] [2025-08-04T02:19:37.060Z] #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-04T02:19:37.060Z] #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 14.68MB / 33.17MB 2.2s [2025-08-04T02:19:37.060Z] #42 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.0s done [2025-08-04T02:19:37.107Z] + docker push nexus3.edgexfoundry.org:10004/core-command:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T02:19:37.107Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-08-04T02:19:37.107Z] 1d871a444922: Preparing [2025-08-04T02:19:37.107Z] fbac357d5602: Preparing [2025-08-04T02:19:37.107Z] d3dbc8d4afca: Preparing [2025-08-04T02:19:37.107Z] 5951337c8938: Preparing [2025-08-04T02:19:37.107Z] 1e135dadba6c: Preparing [2025-08-04T02:19:37.107Z] 53a7d0d021df: Preparing [2025-08-04T02:19:37.107Z] 097100c76c15: Preparing [2025-08-04T02:19:37.107Z] 53a7d0d021df: Waiting [2025-08-04T02:19:37.107Z] 097100c76c15: Waiting [2025-08-04T02:19:37.107Z] d3dbc8d4afca: Pushed [2025-08-04T02:19:37.107Z] 1d871a444922: Pushed [2025-08-04T02:19:37.107Z] 5951337c8938: Pushed [2025-08-04T02:19:37.107Z] 1e135dadba6c: Pushed [2025-08-04T02:19:37.107Z] 097100c76c15: Layer already exists [2025-08-04T02:19:37.326Z] #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 17.83MB / 33.17MB 2.5s [2025-08-04T02:19:37.365Z] 53a7d0d021df: Pushed [2025-08-04T02:19:37.597Z] #42 ... [2025-08-04T02:19:37.597Z] [2025-08-04T02:19:37.597Z] #46 [security-bootstrapper internal] load build context [2025-08-04T02:19:37.597Z] #46 transferring context: 3.23MB 1.7s done [2025-08-04T02:19:37.597Z] #46 DONE 3.3s [2025-08-04T02:19:37.597Z] [2025-08-04T02:19:37.597Z] #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-04T02:19:37.597Z] #42 ... [2025-08-04T02:19:37.597Z] [2025-08-04T02:19:37.597Z] #47 [security-proxy-setup internal] load build context [2025-08-04T02:19:37.597Z] #47 transferring context: 3.23MB 1.7s done [2025-08-04T02:19:37.597Z] #47 DONE 3.4s [2025-08-04T02:19:37.597Z] [2025-08-04T02:19:37.597Z] #48 [core-data internal] load build context [2025-08-04T02:19:37.597Z] #48 transferring context: 3.23MB 2.1s done [2025-08-04T02:19:37.597Z] #48 DONE 3.5s [2025-08-04T02:19:37.597Z] [2025-08-04T02:19:37.597Z] #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-04T02:19:37.597Z] #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 19.53MB / 33.17MB 2.8s [2025-08-04T02:19:37.863Z] #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 22.02MB / 33.17MB 3.0s [2025-08-04T02:19:38.135Z] #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 24.12MB / 33.17MB 3.2s [2025-08-04T02:19:38.135Z] #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 26.21MB / 33.17MB 3.3s [2025-08-04T02:19:38.408Z] #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 29.36MB / 33.17MB 3.5s [2025-08-04T02:19:38.408Z] #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 3.7s [2025-08-04T02:19:38.676Z] #42 ... [2025-08-04T02:19:38.676Z] [2025-08-04T02:19:38.676Z] #49 [core-keeper internal] load build context [2025-08-04T02:19:38.676Z] #49 transferring context: 3.23MB 1.4s done [2025-08-04T02:19:38.676Z] #49 DONE 3.9s [2025-08-04T02:19:38.676Z] [2025-08-04T02:19:38.676Z] #50 [core-metadata internal] load build context [2025-08-04T02:19:38.676Z] #50 transferring context: 3.23MB 1.4s done [2025-08-04T02:19:38.676Z] #50 DONE 3.9s [2025-08-04T02:19:38.676Z] [2025-08-04T02:19:38.676Z] #51 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-08-04T02:19:38.676Z] #51 DONE 7.4s [2025-08-04T02:19:38.676Z] [2025-08-04T02:19:38.676Z] #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-04T02:19:38.676Z] #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 3.7s done [2025-08-04T02:19:38.676Z] #42 ... [2025-08-04T02:19:38.676Z] [2025-08-04T02:19:38.676Z] #52 [support-notifications internal] load build context [2025-08-04T02:19:38.676Z] #52 transferring context: 3.23MB 1.4s done [2025-08-04T02:19:38.676Z] #52 DONE 3.9s [2025-08-04T02:19:38.948Z] [2025-08-04T02:19:38.948Z] #53 [security-proxy-setup builder 2/7] WORKDIR /edgex-go [2025-08-04T02:19:39.910Z] fbac357d5602: Pushed [2025-08-04T02:19:40.167Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:5ffa940ffe25b70919e12ef41ee95022effeaf36187222168c632d57a35e64d9 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:19:40.382Z] #53 DONE 2.5s [2025-08-04T02:19:40.382Z] [2025-08-04T02:19:40.382Z] #54 [core-data builder 3/7] RUN apk add --update --no-cache make git [2025-08-04T02:19:40.493Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:19:40.811Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2025-08-04T02:19:40.811Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-08-04T02:19:40.811Z] 1d871a444922: Preparing [2025-08-04T02:19:40.811Z] fbac357d5602: Preparing [2025-08-04T02:19:40.811Z] d3dbc8d4afca: Preparing [2025-08-04T02:19:40.811Z] 5951337c8938: Preparing [2025-08-04T02:19:40.811Z] 1e135dadba6c: Preparing [2025-08-04T02:19:40.811Z] 53a7d0d021df: Preparing [2025-08-04T02:19:40.811Z] 097100c76c15: Preparing [2025-08-04T02:19:40.811Z] 53a7d0d021df: Waiting [2025-08-04T02:19:40.811Z] 097100c76c15: Waiting [2025-08-04T02:19:40.811Z] 1d871a444922: Layer already exists [2025-08-04T02:19:40.811Z] 5951337c8938: Layer already exists [2025-08-04T02:19:40.811Z] 1e135dadba6c: Layer already exists [2025-08-04T02:19:40.811Z] d3dbc8d4afca: Layer already exists [2025-08-04T02:19:40.811Z] fbac357d5602: Layer already exists [2025-08-04T02:19:40.811Z] 53a7d0d021df: Layer already exists [2025-08-04T02:19:40.811Z] 097100c76c15: Layer already exists [2025-08-04T02:19:40.811Z] latest: digest: sha256:5ffa940ffe25b70919e12ef41ee95022effeaf36187222168c632d57a35e64d9 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:19:41.143Z] + 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-04T02:19:41.470Z] + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42 [2025-08-04T02:19:41.470Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-08-04T02:19:41.470Z] 1d871a444922: Preparing [2025-08-04T02:19:41.470Z] fbac357d5602: Preparing [2025-08-04T02:19:41.470Z] d3dbc8d4afca: Preparing [2025-08-04T02:19:41.470Z] 5951337c8938: Preparing [2025-08-04T02:19:41.470Z] 1e135dadba6c: Preparing [2025-08-04T02:19:41.470Z] 53a7d0d021df: Preparing [2025-08-04T02:19:41.470Z] 097100c76c15: Preparing [2025-08-04T02:19:41.470Z] 53a7d0d021df: Waiting [2025-08-04T02:19:41.470Z] 097100c76c15: Waiting [2025-08-04T02:19:41.470Z] fbac357d5602: Layer already exists [2025-08-04T02:19:41.470Z] 1e135dadba6c: Layer already exists [2025-08-04T02:19:41.470Z] 1d871a444922: Layer already exists [2025-08-04T02:19:41.470Z] d3dbc8d4afca: Layer already exists [2025-08-04T02:19:41.470Z] 5951337c8938: Layer already exists [2025-08-04T02:19:41.470Z] 53a7d0d021df: Layer already exists [2025-08-04T02:19:41.470Z] 097100c76c15: Layer already exists [2025-08-04T02:19:41.470Z] 4.1.0-dev.42: digest: sha256:5ffa940ffe25b70919e12ef41ee95022effeaf36187222168c632d57a35e64d9 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:19:41.800Z] + 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-04T02:19:42.122Z] + docker push nexus3.edgexfoundry.org:10004/core-command:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T02:19:42.122Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-08-04T02:19:42.122Z] 1d871a444922: Preparing [2025-08-04T02:19:42.122Z] fbac357d5602: Preparing [2025-08-04T02:19:42.122Z] d3dbc8d4afca: Preparing [2025-08-04T02:19:42.122Z] 5951337c8938: Preparing [2025-08-04T02:19:42.122Z] 1e135dadba6c: Preparing [2025-08-04T02:19:42.122Z] 53a7d0d021df: Preparing [2025-08-04T02:19:42.122Z] 097100c76c15: Preparing [2025-08-04T02:19:42.122Z] 53a7d0d021df: Waiting [2025-08-04T02:19:42.122Z] 097100c76c15: Waiting [2025-08-04T02:19:42.122Z] 1d871a444922: Layer already exists [2025-08-04T02:19:42.122Z] 5951337c8938: Layer already exists [2025-08-04T02:19:42.122Z] fbac357d5602: Layer already exists [2025-08-04T02:19:42.122Z] 1e135dadba6c: Layer already exists [2025-08-04T02:19:42.122Z] d3dbc8d4afca: Layer already exists [2025-08-04T02:19:42.122Z] 097100c76c15: Layer already exists [2025-08-04T02:19:42.122Z] 53a7d0d021df: Layer already exists [2025-08-04T02:19:42.122Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:5ffa940ffe25b70919e12ef41ee95022effeaf36187222168c632d57a35e64d9 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:19:42.447Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:19:42.808Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2025-08-04T02:19:42.808Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-08-04T02:19:42.808Z] 1d871a444922: Preparing [2025-08-04T02:19:42.808Z] fbac357d5602: Preparing [2025-08-04T02:19:42.808Z] d3dbc8d4afca: Preparing [2025-08-04T02:19:42.808Z] 5951337c8938: Preparing [2025-08-04T02:19:42.808Z] 1e135dadba6c: Preparing [2025-08-04T02:19:42.808Z] 53a7d0d021df: Preparing [2025-08-04T02:19:42.808Z] 097100c76c15: Preparing [2025-08-04T02:19:42.808Z] 53a7d0d021df: Waiting [2025-08-04T02:19:42.808Z] 097100c76c15: Waiting [2025-08-04T02:19:42.808Z] fbac357d5602: Layer already exists [2025-08-04T02:19:42.808Z] 1e135dadba6c: Layer already exists [2025-08-04T02:19:42.808Z] 5951337c8938: Layer already exists [2025-08-04T02:19:42.808Z] d3dbc8d4afca: Layer already exists [2025-08-04T02:19:42.808Z] 1d871a444922: Layer already exists [2025-08-04T02:19:42.808Z] 53a7d0d021df: Layer already exists [2025-08-04T02:19:42.808Z] 097100c76c15: Layer already exists [2025-08-04T02:19:42.808Z] main: digest: sha256:5ffa940ffe25b70919e12ef41ee95022effeaf36187222168c632d57a35e64d9 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-04T02:19:42.879Z] ===================================================== [Pipeline] echo [2025-08-04T02:19:42.898Z] taggedImages: [2025-08-04T02:19:42.898Z] - nexus3.edgexfoundry.org:10004/core-command:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T02:19:42.898Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2025-08-04T02:19:42.898Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42 [2025-08-04T02:19:42.898Z] - nexus3.edgexfoundry.org:10004/core-command:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T02:19:42.898Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2025-08-04T02:19:42.927Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2025-08-04T02:19:42.927Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T02:19:42.927Z] latest [2025-08-04T02:19:42.927Z] 4.1.0-dev.42 [2025-08-04T02:19:42.927Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T02:19:42.927Z] main [2025-08-04T02:19:42.927Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:19:43.311Z] + 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-04T02:19:43.671Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T02:19:43.671Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-08-04T02:19:43.671Z] 15973564894f: Preparing [2025-08-04T02:19:43.671Z] a7342ec4424b: Preparing [2025-08-04T02:19:43.671Z] 817110e11e82: Preparing [2025-08-04T02:19:43.671Z] be3374aab768: Preparing [2025-08-04T02:19:43.671Z] d3dbc8d4afca: Preparing [2025-08-04T02:19:43.671Z] 5951337c8938: Preparing [2025-08-04T02:19:43.671Z] 1e135dadba6c: Preparing [2025-08-04T02:19:43.671Z] 53a7d0d021df: Preparing [2025-08-04T02:19:43.671Z] 097100c76c15: Preparing [2025-08-04T02:19:43.671Z] 53a7d0d021df: Waiting [2025-08-04T02:19:43.671Z] 097100c76c15: Waiting [2025-08-04T02:19:43.671Z] 5951337c8938: Waiting [2025-08-04T02:19:43.671Z] 1e135dadba6c: Waiting [2025-08-04T02:19:43.671Z] d3dbc8d4afca: Layer already exists [2025-08-04T02:19:43.671Z] 5951337c8938: Layer already exists [2025-08-04T02:19:43.671Z] 1e135dadba6c: Layer already exists [2025-08-04T02:19:43.671Z] 15973564894f: Pushed [2025-08-04T02:19:43.671Z] 53a7d0d021df: Layer already exists [2025-08-04T02:19:43.671Z] a7342ec4424b: Pushed [2025-08-04T02:19:43.671Z] 817110e11e82: Pushed [2025-08-04T02:19:43.671Z] 097100c76c15: Layer already exists [2025-08-04T02:19:44.660Z] #54 ... [2025-08-04T02:19:44.660Z] [2025-08-04T02:19:44.660Z] #55 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-08-04T02:19:44.660Z] #55 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.2s done [2025-08-04T02:19:44.660Z] #55 sha256:e81b72a68d76b0e0df52247b9790de839a7321008b1f01dade49a9205896959b 1.05kB / 1.05kB done [2025-08-04T02:19:44.660Z] #55 sha256:ed3dcd9259b2c881c72642150b0878715420e4dc7a6eb469171aecff31ef0520 1.72kB / 1.72kB done [2025-08-04T02:19:44.660Z] #55 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done [2025-08-04T02:19:44.660Z] #55 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.4s done [2025-08-04T02:19:44.660Z] #55 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.5s done [2025-08-04T02:19:44.660Z] #55 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done [2025-08-04T02:19:44.660Z] #55 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.8s done [2025-08-04T02:19:44.660Z] #55 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 2.0s done [2025-08-04T02:19:44.660Z] #55 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 0.0s done [2025-08-04T02:19:44.660Z] #55 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 6.3s [2025-08-04T02:19:44.660Z] #55 ... [2025-08-04T02:19:44.660Z] [2025-08-04T02:19:44.660Z] #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-04T02:19:44.660Z] #42 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 4.6s [2025-08-04T02:19:45.098Z] be3374aab768: Pushed [2025-08-04T02:19:45.098Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:a35875b4026803cf2cb121c84d5a830525f2d59f31720a71672bd0c92a30cc1c size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:19:45.472Z] + 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-04T02:19:45.842Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-08-04T02:19:45.842Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-08-04T02:19:45.842Z] 15973564894f: Preparing [2025-08-04T02:19:45.842Z] a7342ec4424b: Preparing [2025-08-04T02:19:45.842Z] 817110e11e82: Preparing [2025-08-04T02:19:45.842Z] be3374aab768: Preparing [2025-08-04T02:19:45.842Z] d3dbc8d4afca: Preparing [2025-08-04T02:19:45.842Z] 5951337c8938: Preparing [2025-08-04T02:19:45.842Z] 5951337c8938: Waiting [2025-08-04T02:19:45.842Z] 1e135dadba6c: Preparing [2025-08-04T02:19:45.842Z] 53a7d0d021df: Preparing [2025-08-04T02:19:45.842Z] 097100c76c15: Preparing [2025-08-04T02:19:45.842Z] 1e135dadba6c: Waiting [2025-08-04T02:19:45.842Z] 097100c76c15: Waiting [2025-08-04T02:19:45.842Z] 53a7d0d021df: Waiting [2025-08-04T02:19:45.842Z] d3dbc8d4afca: Layer already exists [2025-08-04T02:19:45.842Z] a7342ec4424b: Layer already exists [2025-08-04T02:19:45.842Z] 817110e11e82: Layer already exists [2025-08-04T02:19:45.842Z] be3374aab768: Layer already exists [2025-08-04T02:19:45.842Z] 15973564894f: Layer already exists [2025-08-04T02:19:45.842Z] 1e135dadba6c: Layer already exists [2025-08-04T02:19:45.842Z] 097100c76c15: Layer already exists [2025-08-04T02:19:45.842Z] 53a7d0d021df: Layer already exists [2025-08-04T02:19:45.842Z] 5951337c8938: Layer already exists [2025-08-04T02:19:45.842Z] latest: digest: sha256:a35875b4026803cf2cb121c84d5a830525f2d59f31720a71672bd0c92a30cc1c size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:19:46.170Z] + 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-04T02:19:46.498Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42 [2025-08-04T02:19:46.498Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-08-04T02:19:46.498Z] 15973564894f: Preparing [2025-08-04T02:19:46.498Z] a7342ec4424b: Preparing [2025-08-04T02:19:46.498Z] 817110e11e82: Preparing [2025-08-04T02:19:46.498Z] be3374aab768: Preparing [2025-08-04T02:19:46.498Z] d3dbc8d4afca: Preparing [2025-08-04T02:19:46.498Z] 5951337c8938: Preparing [2025-08-04T02:19:46.498Z] 1e135dadba6c: Preparing [2025-08-04T02:19:46.498Z] 53a7d0d021df: Preparing [2025-08-04T02:19:46.498Z] 097100c76c15: Preparing [2025-08-04T02:19:46.498Z] 1e135dadba6c: Waiting [2025-08-04T02:19:46.498Z] 53a7d0d021df: Waiting [2025-08-04T02:19:46.498Z] 097100c76c15: Waiting [2025-08-04T02:19:46.498Z] 5951337c8938: Waiting [2025-08-04T02:19:46.498Z] d3dbc8d4afca: Layer already exists [2025-08-04T02:19:46.498Z] a7342ec4424b: Layer already exists [2025-08-04T02:19:46.498Z] be3374aab768: Layer already exists [2025-08-04T02:19:46.498Z] 15973564894f: Layer already exists [2025-08-04T02:19:46.498Z] 817110e11e82: Layer already exists [2025-08-04T02:19:46.498Z] 53a7d0d021df: Layer already exists [2025-08-04T02:19:46.498Z] 5951337c8938: Layer already exists [2025-08-04T02:19:46.498Z] 097100c76c15: Layer already exists [2025-08-04T02:19:46.498Z] 1e135dadba6c: Layer already exists [2025-08-04T02:19:46.498Z] 4.1.0-dev.42: digest: sha256:a35875b4026803cf2cb121c84d5a830525f2d59f31720a71672bd0c92a30cc1c size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:19:46.824Z] + 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-04T02:19:47.138Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T02:19:47.138Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-08-04T02:19:47.138Z] 15973564894f: Preparing [2025-08-04T02:19:47.138Z] a7342ec4424b: Preparing [2025-08-04T02:19:47.138Z] 817110e11e82: Preparing [2025-08-04T02:19:47.138Z] be3374aab768: Preparing [2025-08-04T02:19:47.138Z] d3dbc8d4afca: Preparing [2025-08-04T02:19:47.138Z] 5951337c8938: Preparing [2025-08-04T02:19:47.138Z] 5951337c8938: Waiting [2025-08-04T02:19:47.138Z] 1e135dadba6c: Preparing [2025-08-04T02:19:47.138Z] 53a7d0d021df: Preparing [2025-08-04T02:19:47.138Z] 097100c76c15: Preparing [2025-08-04T02:19:47.138Z] 1e135dadba6c: Waiting [2025-08-04T02:19:47.138Z] 097100c76c15: Waiting [2025-08-04T02:19:47.138Z] 53a7d0d021df: Waiting [2025-08-04T02:19:47.138Z] a7342ec4424b: Layer already exists [2025-08-04T02:19:47.138Z] d3dbc8d4afca: Layer already exists [2025-08-04T02:19:47.138Z] 817110e11e82: Layer already exists [2025-08-04T02:19:47.138Z] 15973564894f: Layer already exists [2025-08-04T02:19:47.138Z] be3374aab768: Layer already exists [2025-08-04T02:19:47.138Z] 5951337c8938: Layer already exists [2025-08-04T02:19:47.138Z] 1e135dadba6c: Layer already exists [2025-08-04T02:19:47.138Z] 097100c76c15: Layer already exists [2025-08-04T02:19:47.138Z] 53a7d0d021df: Layer already exists [2025-08-04T02:19:47.138Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:a35875b4026803cf2cb121c84d5a830525f2d59f31720a71672bd0c92a30cc1c size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:19:47.481Z] + 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-04T02:19:47.803Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-08-04T02:19:47.803Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-08-04T02:19:47.803Z] 15973564894f: Preparing [2025-08-04T02:19:47.803Z] a7342ec4424b: Preparing [2025-08-04T02:19:47.803Z] 817110e11e82: Preparing [2025-08-04T02:19:47.803Z] be3374aab768: Preparing [2025-08-04T02:19:47.803Z] d3dbc8d4afca: Preparing [2025-08-04T02:19:47.803Z] 5951337c8938: Preparing [2025-08-04T02:19:47.803Z] 1e135dadba6c: Preparing [2025-08-04T02:19:47.803Z] 53a7d0d021df: Preparing [2025-08-04T02:19:47.803Z] 097100c76c15: Preparing [2025-08-04T02:19:47.803Z] 5951337c8938: Waiting [2025-08-04T02:19:47.803Z] 53a7d0d021df: Waiting [2025-08-04T02:19:47.803Z] 1e135dadba6c: Waiting [2025-08-04T02:19:47.803Z] 097100c76c15: Waiting [2025-08-04T02:19:47.803Z] be3374aab768: Layer already exists [2025-08-04T02:19:47.803Z] a7342ec4424b: Layer already exists [2025-08-04T02:19:47.803Z] d3dbc8d4afca: Layer already exists [2025-08-04T02:19:47.803Z] 817110e11e82: Layer already exists [2025-08-04T02:19:47.803Z] 15973564894f: Layer already exists [2025-08-04T02:19:47.803Z] 5951337c8938: Layer already exists [2025-08-04T02:19:47.803Z] 1e135dadba6c: Layer already exists [2025-08-04T02:19:47.803Z] 097100c76c15: Layer already exists [2025-08-04T02:19:47.803Z] 53a7d0d021df: Layer already exists [2025-08-04T02:19:47.803Z] main: digest: sha256:a35875b4026803cf2cb121c84d5a830525f2d59f31720a71672bd0c92a30cc1c size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-04T02:19:47.876Z] ===================================================== [Pipeline] echo [2025-08-04T02:19:47.888Z] taggedImages: [2025-08-04T02:19:47.888Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T02:19:47.888Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-08-04T02:19:47.888Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42 [2025-08-04T02:19:47.888Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T02:19:47.888Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2025-08-04T02:19:47.915Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2025-08-04T02:19:47.915Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T02:19:47.915Z] latest [2025-08-04T02:19:47.915Z] 4.1.0-dev.42 [2025-08-04T02:19:47.915Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T02:19:47.915Z] main [2025-08-04T02:19:47.915Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:19:48.028Z] #42 ... [2025-08-04T02:19:48.029Z] [2025-08-04T02:19:48.029Z] #56 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-08-04T02:19:48.029Z] #0 6.471 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-04T02:19:48.029Z] #0 6.925 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-04T02:19:48.029Z] #0 8.529 (1/1) Installing dumb-init (1.2.5-r3) [2025-08-04T02:19:48.029Z] #0 8.635 Executing busybox-1.36.1-r29.trigger [2025-08-04T02:19:48.029Z] #0 8.690 OK: 9 MiB in 15 packages [2025-08-04T02:19:48.029Z] #56 DONE 9.7s [2025-08-04T02:19:48.029Z] [2025-08-04T02:19:48.029Z] #33 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-04T02:19:48.029Z] #33 ... [2025-08-04T02:19:48.029Z] [2025-08-04T02:19:48.029Z] #57 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade [2025-08-04T02:19:48.267Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [2025-08-04T02:19:48.299Z] #57 ... [2025-08-04T02:19:48.299Z] [2025-08-04T02:19:48.299Z] #58 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [Pipeline] sh [2025-08-04T02:19:48.567Z] #58 ... [2025-08-04T02:19:48.567Z] [2025-08-04T02:19:48.567Z] #59 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-08-04T02:19:48.567Z] #59 DONE 10.0s [2025-08-04T02:19:48.567Z] [2025-08-04T02:19:48.567Z] #60 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-08-04T02:19:48.567Z] #0 7.753 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-04T02:19:48.567Z] #0 8.169 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-04T02:19:48.567Z] #0 10.26 (1/4) Installing ca-certificates (20250619-r0) [2025-08-04T02:19:48.587Z] + docker push nexus3.edgexfoundry.org:10004/core-data:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T02:19:48.587Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-08-04T02:19:48.587Z] 41ba09425466: Preparing [2025-08-04T02:19:48.587Z] 118daae1e546: Preparing [2025-08-04T02:19:48.587Z] d3dbc8d4afca: Preparing [2025-08-04T02:19:48.587Z] 5951337c8938: Preparing [2025-08-04T02:19:48.587Z] 1e135dadba6c: Preparing [2025-08-04T02:19:48.587Z] 53a7d0d021df: Preparing [2025-08-04T02:19:48.587Z] 097100c76c15: Preparing [2025-08-04T02:19:48.587Z] 53a7d0d021df: Waiting [2025-08-04T02:19:48.587Z] 097100c76c15: Waiting [2025-08-04T02:19:48.840Z] #60 ... [2025-08-04T02:19:48.840Z] [2025-08-04T02:19:48.840Z] #61 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-08-04T02:19:48.840Z] #61 ... [2025-08-04T02:19:48.840Z] [2025-08-04T02:19:48.840Z] #62 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-08-04T02:19:48.844Z] 5951337c8938: Layer already exists [2025-08-04T02:19:48.844Z] 41ba09425466: Pushed [2025-08-04T02:19:48.844Z] d3dbc8d4afca: Layer already exists [2025-08-04T02:19:49.105Z] 1e135dadba6c: Layer already exists [2025-08-04T02:19:49.105Z] 53a7d0d021df: Layer already exists [2025-08-04T02:19:49.105Z] 097100c76c15: Layer already exists [2025-08-04T02:19:49.111Z] #62 ... [2025-08-04T02:19:49.111Z] [2025-08-04T02:19:49.111Z] #63 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-08-04T02:19:49.111Z] #0 8.735 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-04T02:19:49.111Z] #0 9.214 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-04T02:19:49.111Z] #63 ... [2025-08-04T02:19:49.111Z] [2025-08-04T02:19:49.111Z] #64 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-08-04T02:19:49.380Z] #64 10.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-04T02:19:49.380Z] #64 ... [2025-08-04T02:19:49.380Z] [2025-08-04T02:19:49.380Z] #65 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-08-04T02:19:49.380Z] #0 9.858 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-04T02:19:49.380Z] #0 10.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-04T02:19:49.380Z] #65 ... [2025-08-04T02:19:49.380Z] [2025-08-04T02:19:49.380Z] #66 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-08-04T02:19:49.651Z] #66 ... [2025-08-04T02:19:49.651Z] [2025-08-04T02:19:49.651Z] #67 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-08-04T02:19:49.651Z] #0 9.294 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-04T02:19:49.651Z] #0 9.809 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-04T02:19:49.651Z] #67 ... [2025-08-04T02:19:49.651Z] [2025-08-04T02:19:49.651Z] #60 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-08-04T02:19:49.651Z] #60 10.47 (2/4) Installing dumb-init (1.2.5-r3) [2025-08-04T02:19:49.651Z] #60 10.49 (3/4) Installing su-exec (0.2-r3) [2025-08-04T02:19:49.651Z] #60 10.71 (4/4) Installing yq-go (4.44.1-r2) [2025-08-04T02:19:49.651Z] #60 11.30 Executing busybox-1.36.1-r29.trigger [2025-08-04T02:19:49.651Z] #60 11.33 Executing ca-certificates-20250619-r0.trigger [2025-08-04T02:19:50.235Z] #60 ... [2025-08-04T02:19:50.235Z] [2025-08-04T02:19:50.235Z] #68 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-08-04T02:19:50.502Z] #68 ... [2025-08-04T02:19:50.502Z] [2025-08-04T02:19:50.502Z] #69 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-08-04T02:19:50.502Z] #69 ... [2025-08-04T02:19:50.502Z] [2025-08-04T02:19:50.502Z] #70 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-08-04T02:19:50.769Z] #70 ... [2025-08-04T02:19:50.769Z] [2025-08-04T02:19:50.769Z] #71 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-08-04T02:19:50.769Z] #71 ... [2025-08-04T02:19:50.769Z] [2025-08-04T02:19:50.769Z] #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-08-04T02:19:51.040Z] #72 ... [2025-08-04T02:19:51.040Z] [2025-08-04T02:19:51.040Z] #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-04T02:19:51.040Z] #42 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 10.9s [2025-08-04T02:19:52.386Z] 118daae1e546: Pushed [2025-08-04T02:19:52.660Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:4a19da03272cc4f447278146987f96cfbff4ee650a1e359da281043d6bc7c12f size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:19:52.982Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:19:53.094Z] #42 ... [2025-08-04T02:19:53.094Z] [2025-08-04T02:19:53.094Z] #68 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-08-04T02:19:53.094Z] #68 DONE 12.5s [2025-08-04T02:19:53.094Z] [2025-08-04T02:19:53.094Z] #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-04T02:19:53.094Z] #42 ... [2025-08-04T02:19:53.094Z] [2025-08-04T02:19:53.094Z] #73 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-08-04T02:19:53.309Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2025-08-04T02:19:53.309Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-08-04T02:19:53.309Z] 41ba09425466: Preparing [2025-08-04T02:19:53.309Z] 118daae1e546: Preparing [2025-08-04T02:19:53.309Z] d3dbc8d4afca: Preparing [2025-08-04T02:19:53.309Z] 5951337c8938: Preparing [2025-08-04T02:19:53.309Z] 1e135dadba6c: Preparing [2025-08-04T02:19:53.309Z] 53a7d0d021df: Preparing [2025-08-04T02:19:53.309Z] 097100c76c15: Preparing [2025-08-04T02:19:53.309Z] 53a7d0d021df: Waiting [2025-08-04T02:19:53.309Z] 097100c76c15: Waiting [2025-08-04T02:19:53.309Z] 5951337c8938: Layer already exists [2025-08-04T02:19:53.309Z] d3dbc8d4afca: Layer already exists [2025-08-04T02:19:53.310Z] 41ba09425466: Layer already exists [2025-08-04T02:19:53.310Z] 1e135dadba6c: Layer already exists [2025-08-04T02:19:53.310Z] 118daae1e546: Layer already exists [2025-08-04T02:19:53.310Z] 53a7d0d021df: Layer already exists [2025-08-04T02:19:53.310Z] 097100c76c15: Layer already exists [2025-08-04T02:19:53.310Z] latest: digest: sha256:4a19da03272cc4f447278146987f96cfbff4ee650a1e359da281043d6bc7c12f size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:19:53.627Z] + 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-04T02:19:53.751Z] #73 ... [2025-08-04T02:19:53.751Z] [2025-08-04T02:19:53.751Z] #60 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-08-04T02:19:53.751Z] #60 12.14 OK: 20 MiB in 18 packages [2025-08-04T02:19:53.751Z] #60 DONE 15.1s [2025-08-04T02:19:53.751Z] [2025-08-04T02:19:53.751Z] #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-04T02:19:53.951Z] + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42 [2025-08-04T02:19:53.952Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-08-04T02:19:53.952Z] 41ba09425466: Preparing [2025-08-04T02:19:53.952Z] 118daae1e546: Preparing [2025-08-04T02:19:53.952Z] d3dbc8d4afca: Preparing [2025-08-04T02:19:53.952Z] 5951337c8938: Preparing [2025-08-04T02:19:53.952Z] 1e135dadba6c: Preparing [2025-08-04T02:19:53.952Z] 53a7d0d021df: Preparing [2025-08-04T02:19:53.952Z] 097100c76c15: Preparing [2025-08-04T02:19:53.952Z] 53a7d0d021df: Waiting [2025-08-04T02:19:53.952Z] 097100c76c15: Waiting [2025-08-04T02:19:53.952Z] 5951337c8938: Layer already exists [2025-08-04T02:19:53.952Z] 118daae1e546: Layer already exists [2025-08-04T02:19:53.952Z] 1e135dadba6c: Layer already exists [2025-08-04T02:19:53.952Z] 41ba09425466: Layer already exists [2025-08-04T02:19:53.952Z] d3dbc8d4afca: Layer already exists [2025-08-04T02:19:53.952Z] 097100c76c15: Layer already exists [2025-08-04T02:19:53.952Z] 53a7d0d021df: Layer already exists [2025-08-04T02:19:53.952Z] 4.1.0-dev.42: digest: sha256:4a19da03272cc4f447278146987f96cfbff4ee650a1e359da281043d6bc7c12f size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:19:54.278Z] + 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-04T02:19:54.603Z] + docker push nexus3.edgexfoundry.org:10004/core-data:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T02:19:54.603Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-08-04T02:19:54.603Z] 41ba09425466: Preparing [2025-08-04T02:19:54.603Z] 118daae1e546: Preparing [2025-08-04T02:19:54.603Z] d3dbc8d4afca: Preparing [2025-08-04T02:19:54.603Z] 5951337c8938: Preparing [2025-08-04T02:19:54.603Z] 1e135dadba6c: Preparing [2025-08-04T02:19:54.603Z] 53a7d0d021df: Preparing [2025-08-04T02:19:54.603Z] 097100c76c15: Preparing [2025-08-04T02:19:54.603Z] 53a7d0d021df: Waiting [2025-08-04T02:19:54.603Z] 097100c76c15: Waiting [2025-08-04T02:19:54.603Z] 118daae1e546: Layer already exists [2025-08-04T02:19:54.603Z] 5951337c8938: Layer already exists [2025-08-04T02:19:54.603Z] d3dbc8d4afca: Layer already exists [2025-08-04T02:19:54.603Z] 1e135dadba6c: Layer already exists [2025-08-04T02:19:54.603Z] 41ba09425466: Layer already exists [2025-08-04T02:19:54.603Z] 53a7d0d021df: Layer already exists [2025-08-04T02:19:54.603Z] 097100c76c15: Layer already exists [2025-08-04T02:19:54.603Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:4a19da03272cc4f447278146987f96cfbff4ee650a1e359da281043d6bc7c12f size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:19:54.833Z] #42 ... [2025-08-04T02:19:54.833Z] [2025-08-04T02:19:54.833Z] #55 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-08-04T02:19:54.833Z] #55 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 10.8s done [2025-08-04T02:19:54.927Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:19:55.111Z] #55 ... [2025-08-04T02:19:55.111Z] [2025-08-04T02:19:55.111Z] #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-04T02:19:55.248Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2025-08-04T02:19:55.248Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-08-04T02:19:55.248Z] 41ba09425466: Preparing [2025-08-04T02:19:55.248Z] 118daae1e546: Preparing [2025-08-04T02:19:55.248Z] d3dbc8d4afca: Preparing [2025-08-04T02:19:55.248Z] 5951337c8938: Preparing [2025-08-04T02:19:55.248Z] 1e135dadba6c: Preparing [2025-08-04T02:19:55.248Z] 53a7d0d021df: Preparing [2025-08-04T02:19:55.248Z] 097100c76c15: Preparing [2025-08-04T02:19:55.248Z] 53a7d0d021df: Waiting [2025-08-04T02:19:55.248Z] 097100c76c15: Waiting [2025-08-04T02:19:55.248Z] d3dbc8d4afca: Layer already exists [2025-08-04T02:19:55.248Z] 41ba09425466: Layer already exists [2025-08-04T02:19:55.248Z] 5951337c8938: Layer already exists [2025-08-04T02:19:55.248Z] 1e135dadba6c: Layer already exists [2025-08-04T02:19:55.248Z] 118daae1e546: Layer already exists [2025-08-04T02:19:55.248Z] 53a7d0d021df: Layer already exists [2025-08-04T02:19:55.248Z] 097100c76c15: Layer already exists [2025-08-04T02:19:55.248Z] main: digest: sha256:4a19da03272cc4f447278146987f96cfbff4ee650a1e359da281043d6bc7c12f size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-04T02:19:55.314Z] ===================================================== [Pipeline] echo [2025-08-04T02:19:55.328Z] taggedImages: [2025-08-04T02:19:55.328Z] - nexus3.edgexfoundry.org:10004/core-data:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T02:19:55.328Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2025-08-04T02:19:55.328Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42 [2025-08-04T02:19:55.328Z] - nexus3.edgexfoundry.org:10004/core-data:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T02:19:55.328Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2025-08-04T02:19:55.354Z] [edgeXDocker.push] Tagging docker image core-keeper with the following tags: [2025-08-04T02:19:55.354Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T02:19:55.354Z] latest [2025-08-04T02:19:55.354Z] 4.1.0-dev.42 [2025-08-04T02:19:55.354Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T02:19:55.354Z] main [2025-08-04T02:19:55.354Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:19:55.709Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:19:56.041Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T02:19:56.041Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-08-04T02:19:56.041Z] 307b92b386fd: Preparing [2025-08-04T02:19:56.041Z] a9baa728a20a: Preparing [2025-08-04T02:19:56.041Z] 5951337c8938: Preparing [2025-08-04T02:19:56.041Z] c469ac9c98ec: Preparing [2025-08-04T02:19:56.041Z] 959b575fb07d: Preparing [2025-08-04T02:19:56.041Z] 097100c76c15: Preparing [2025-08-04T02:19:56.041Z] 097100c76c15: Waiting [2025-08-04T02:19:56.041Z] 959b575fb07d: Pushed [2025-08-04T02:19:56.041Z] c469ac9c98ec: Pushed [2025-08-04T02:19:56.077Z] #42 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 16.2s [2025-08-04T02:19:56.299Z] 5951337c8938: Layer already exists [2025-08-04T02:19:56.299Z] 307b92b386fd: Pushed [2025-08-04T02:19:56.299Z] 097100c76c15: Layer already exists [2025-08-04T02:19:58.682Z] #42 ... [2025-08-04T02:19:58.682Z] [2025-08-04T02:19:58.682Z] #74 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-08-04T02:19:58.682Z] #0 7.224 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-04T02:19:58.682Z] #74 ... [2025-08-04T02:19:58.682Z] [2025-08-04T02:19:58.682Z] #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-04T02:19:59.581Z] a9baa728a20a: Pushed [2025-08-04T02:19:59.655Z] #42 ... [2025-08-04T02:19:59.655Z] [2025-08-04T02:19:59.655Z] #63 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-08-04T02:19:59.655Z] #63 13.02 (1/3) Installing ca-certificates (20250619-r0) [2025-08-04T02:19:59.655Z] #63 13.43 (2/3) Installing dumb-init (1.2.5-r3) [2025-08-04T02:19:59.655Z] #63 13.49 (3/3) Installing tzdata (2025b-r0) [2025-08-04T02:19:59.655Z] #63 16.54 Executing busybox-1.36.1-r29.trigger [2025-08-04T02:19:59.655Z] #63 16.67 Executing ca-certificates-20250619-r0.trigger [2025-08-04T02:19:59.655Z] #63 17.90 OK: 11 MiB in 17 packages [2025-08-04T02:19:59.655Z] #63 DONE 21.2s [2025-08-04T02:19:59.655Z] [2025-08-04T02:19:59.655Z] #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-04T02:19:59.840Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:aa3e6c65676e7b895668e535c2bd055d3cc5db5e39484f8b097f080bf6802dc7 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:20:00.172Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:20:00.253Z] #42 ... [2025-08-04T02:20:00.253Z] [2025-08-04T02:20:00.253Z] #58 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-08-04T02:20:00.253Z] #58 11.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-04T02:20:00.253Z] #58 13.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-04T02:20:00.253Z] #58 ... [2025-08-04T02:20:00.253Z] [2025-08-04T02:20:00.253Z] #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-04T02:20:00.503Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-08-04T02:20:00.503Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-08-04T02:20:00.503Z] 307b92b386fd: Preparing [2025-08-04T02:20:00.503Z] a9baa728a20a: Preparing [2025-08-04T02:20:00.503Z] 5951337c8938: Preparing [2025-08-04T02:20:00.503Z] c469ac9c98ec: Preparing [2025-08-04T02:20:00.503Z] 959b575fb07d: Preparing [2025-08-04T02:20:00.503Z] 097100c76c15: Preparing [2025-08-04T02:20:00.503Z] 097100c76c15: Waiting [2025-08-04T02:20:00.503Z] 307b92b386fd: Layer already exists [2025-08-04T02:20:00.503Z] c469ac9c98ec: Layer already exists [2025-08-04T02:20:00.503Z] a9baa728a20a: Layer already exists [2025-08-04T02:20:00.503Z] 959b575fb07d: Layer already exists [2025-08-04T02:20:00.503Z] 5951337c8938: Layer already exists [2025-08-04T02:20:00.503Z] 097100c76c15: Layer already exists [2025-08-04T02:20:00.503Z] latest: digest: sha256:aa3e6c65676e7b895668e535c2bd055d3cc5db5e39484f8b097f080bf6802dc7 size: 1572 [Pipeline] } [Pipeline] // withEnv [2025-08-04T02:20:00.523Z] #42 ... [2025-08-04T02:20:00.523Z] [2025-08-04T02:20:00.523Z] #64 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-08-04T02:20:00.523Z] #64 11.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-04T02:20:00.523Z] #64 ... [2025-08-04T02:20:00.523Z] [2025-08-04T02:20:00.523Z] #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:20:00.794Z] #42 ... [2025-08-04T02:20:00.794Z] [2025-08-04T02:20:00.794Z] #61 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-08-04T02:20:00.794Z] #61 12.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-04T02:20:00.794Z] #61 14.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-04T02:20:00.794Z] #61 ... [2025-08-04T02:20:00.794Z] [2025-08-04T02:20:00.794Z] #66 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-08-04T02:20:00.794Z] #66 12.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-04T02:20:00.794Z] #66 13.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-04T02:20:00.826Z] + 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-04T02:20:01.064Z] #66 ... [2025-08-04T02:20:01.064Z] [2025-08-04T02:20:01.064Z] #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-04T02:20:01.154Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42 [2025-08-04T02:20:01.154Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-08-04T02:20:01.154Z] 307b92b386fd: Preparing [2025-08-04T02:20:01.154Z] a9baa728a20a: Preparing [2025-08-04T02:20:01.154Z] 5951337c8938: Preparing [2025-08-04T02:20:01.154Z] c469ac9c98ec: Preparing [2025-08-04T02:20:01.154Z] 959b575fb07d: Preparing [2025-08-04T02:20:01.154Z] 097100c76c15: Preparing [2025-08-04T02:20:01.154Z] 097100c76c15: Waiting [2025-08-04T02:20:01.154Z] a9baa728a20a: Layer already exists [2025-08-04T02:20:01.154Z] 5951337c8938: Layer already exists [2025-08-04T02:20:01.154Z] c469ac9c98ec: Layer already exists [2025-08-04T02:20:01.154Z] 307b92b386fd: Layer already exists [2025-08-04T02:20:01.154Z] 959b575fb07d: Layer already exists [2025-08-04T02:20:01.154Z] 097100c76c15: Layer already exists [2025-08-04T02:20:01.154Z] 4.1.0-dev.42: digest: sha256:aa3e6c65676e7b895668e535c2bd055d3cc5db5e39484f8b097f080bf6802dc7 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:20:01.334Z] #42 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 21.2s done [2025-08-04T02:20:01.334Z] #42 ... [2025-08-04T02:20:01.334Z] [2025-08-04T02:20:01.334Z] #62 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-08-04T02:20:01.334Z] #62 12.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-04T02:20:01.334Z] #62 15.96 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-04T02:20:01.475Z] + 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-04T02:20:01.602Z] #62 ... [2025-08-04T02:20:01.602Z] [2025-08-04T02:20:01.602Z] #42 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-04T02:20:01.602Z] #42 DONE 27.1s [2025-08-04T02:20:01.602Z] [2025-08-04T02:20:01.602Z] #64 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-08-04T02:20:01.602Z] #64 23.23 v3.20.7-22-gb7a0ccaaa0e [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-08-04T02:20:01.602Z] #64 23.23 v3.20.7-22-gb7a0ccaaa0e [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-08-04T02:20:01.602Z] #64 23.23 OK: 24049 distinct packages available [2025-08-04T02:20:01.806Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T02:20:01.806Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-08-04T02:20:01.806Z] 307b92b386fd: Preparing [2025-08-04T02:20:01.806Z] a9baa728a20a: Preparing [2025-08-04T02:20:01.806Z] 5951337c8938: Preparing [2025-08-04T02:20:01.806Z] c469ac9c98ec: Preparing [2025-08-04T02:20:01.806Z] 959b575fb07d: Preparing [2025-08-04T02:20:01.806Z] 097100c76c15: Preparing [2025-08-04T02:20:01.806Z] 097100c76c15: Waiting [2025-08-04T02:20:01.806Z] 307b92b386fd: Layer already exists [2025-08-04T02:20:01.806Z] 959b575fb07d: Layer already exists [2025-08-04T02:20:01.806Z] c469ac9c98ec: Layer already exists [2025-08-04T02:20:01.806Z] 5951337c8938: Layer already exists [2025-08-04T02:20:01.806Z] a9baa728a20a: Layer already exists [2025-08-04T02:20:01.806Z] 097100c76c15: Layer already exists [2025-08-04T02:20:01.806Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:aa3e6c65676e7b895668e535c2bd055d3cc5db5e39484f8b097f080bf6802dc7 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:20:01.884Z] #64 ... [2025-08-04T02:20:01.884Z] [2025-08-04T02:20:01.884Z] #70 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-08-04T02:20:01.884Z] #70 11.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-04T02:20:01.884Z] #70 13.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-04T02:20:01.884Z] #70 ... [2025-08-04T02:20:01.884Z] [2025-08-04T02:20:01.884Z] #67 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-08-04T02:20:01.884Z] #67 18.24 (1/4) Installing dumb-init (1.2.5-r3) [2025-08-04T02:20:01.884Z] #67 18.36 (2/4) Installing openssl (3.3.4-r0) [2025-08-04T02:20:01.884Z] #67 18.50 (3/4) Installing su-exec (0.2-r3) [2025-08-04T02:20:01.884Z] #67 18.54 (4/4) Installing yq-go (4.44.1-r2) [2025-08-04T02:20:01.884Z] #67 19.99 Executing busybox-1.36.1-r29.trigger [2025-08-04T02:20:01.884Z] #67 20.24 OK: 20 MiB in 18 packages [2025-08-04T02:20:01.884Z] #67 DONE 23.5s [2025-08-04T02:20:01.884Z] [2025-08-04T02:20:01.884Z] #75 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-08-04T02:20:02.131Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [2025-08-04T02:20:02.163Z] #75 ... [2025-08-04T02:20:02.163Z] [2025-08-04T02:20:02.163Z] #54 [core-data builder 3/7] RUN apk add --update --no-cache make git [2025-08-04T02:20:02.163Z] #54 11.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-04T02:20:02.163Z] #54 14.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [Pipeline] { [Pipeline] sh [2025-08-04T02:20:02.433Z] #54 ... [2025-08-04T02:20:02.433Z] [2025-08-04T02:20:02.433Z] #65 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-08-04T02:20:02.433Z] #65 20.28 v3.20.7-22-gb7a0ccaaa0e [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-08-04T02:20:02.433Z] #65 20.28 v3.20.7-22-gb7a0ccaaa0e [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-08-04T02:20:02.433Z] #65 20.28 OK: 24049 distinct packages available [2025-08-04T02:20:02.433Z] #65 22.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-04T02:20:02.433Z] #65 23.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-04T02:20:02.433Z] #65 ... [2025-08-04T02:20:02.433Z] [2025-08-04T02:20:02.433Z] #71 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-08-04T02:20:02.433Z] #71 12.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-04T02:20:02.433Z] #71 14.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-04T02:20:02.454Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:main [2025-08-04T02:20:02.454Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-08-04T02:20:02.454Z] 307b92b386fd: Preparing [2025-08-04T02:20:02.454Z] a9baa728a20a: Preparing [2025-08-04T02:20:02.454Z] 5951337c8938: Preparing [2025-08-04T02:20:02.454Z] c469ac9c98ec: Preparing [2025-08-04T02:20:02.454Z] 959b575fb07d: Preparing [2025-08-04T02:20:02.454Z] 097100c76c15: Preparing [2025-08-04T02:20:02.454Z] 097100c76c15: Waiting [2025-08-04T02:20:02.454Z] 959b575fb07d: Layer already exists [2025-08-04T02:20:02.454Z] a9baa728a20a: Layer already exists [2025-08-04T02:20:02.454Z] 5951337c8938: Layer already exists [2025-08-04T02:20:02.454Z] 307b92b386fd: Layer already exists [2025-08-04T02:20:02.454Z] c469ac9c98ec: Layer already exists [2025-08-04T02:20:02.454Z] 097100c76c15: Layer already exists [2025-08-04T02:20:02.454Z] main: digest: sha256:aa3e6c65676e7b895668e535c2bd055d3cc5db5e39484f8b097f080bf6802dc7 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-04T02:20:02.525Z] ===================================================== [Pipeline] echo [2025-08-04T02:20:02.536Z] taggedImages: [2025-08-04T02:20:02.536Z] - nexus3.edgexfoundry.org:10004/core-keeper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T02:20:02.536Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-08-04T02:20:02.536Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42 [2025-08-04T02:20:02.536Z] - nexus3.edgexfoundry.org:10004/core-keeper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T02:20:02.536Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo [2025-08-04T02:20:02.652Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2025-08-04T02:20:02.652Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T02:20:02.652Z] latest [2025-08-04T02:20:02.652Z] 4.1.0-dev.42 [2025-08-04T02:20:02.652Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T02:20:02.652Z] main [2025-08-04T02:20:02.652Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:20:02.704Z] #71 ... [2025-08-04T02:20:02.704Z] [2025-08-04T02:20:02.704Z] #73 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-08-04T02:20:02.704Z] #73 4.893 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-04T02:20:02.704Z] #73 9.173 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-04T02:20:02.704Z] #73 ... [2025-08-04T02:20:02.704Z] [2025-08-04T02:20:02.704Z] #69 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-08-04T02:20:02.704Z] #69 12.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-04T02:20:02.704Z] #69 15.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-04T02:20:02.972Z] #69 ... [2025-08-04T02:20:02.973Z] [2025-08-04T02:20:02.973Z] #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-08-04T02:20:02.973Z] #72 12.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-04T02:20:02.973Z] #72 14.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-04T02:20:02.973Z] #72 ... [2025-08-04T02:20:02.973Z] [2025-08-04T02:20:02.973Z] #64 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-08-04T02:20:02.973Z] #64 24.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-04T02:20:02.978Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:20:03.307Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T02:20:03.307Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-08-04T02:20:03.307Z] 6f74a45f9e14: Preparing [2025-08-04T02:20:03.307Z] bbd1998bfd96: Preparing [2025-08-04T02:20:03.307Z] 301686324bcf: Preparing [2025-08-04T02:20:03.307Z] d3dbc8d4afca: Preparing [2025-08-04T02:20:03.307Z] 5951337c8938: Preparing [2025-08-04T02:20:03.307Z] 1e135dadba6c: Preparing [2025-08-04T02:20:03.307Z] 53a7d0d021df: Preparing [2025-08-04T02:20:03.307Z] 097100c76c15: Preparing [2025-08-04T02:20:03.307Z] 1e135dadba6c: Waiting [2025-08-04T02:20:03.307Z] 53a7d0d021df: Waiting [2025-08-04T02:20:03.307Z] 097100c76c15: Waiting [2025-08-04T02:20:03.307Z] d3dbc8d4afca: Layer already exists [2025-08-04T02:20:03.307Z] 5951337c8938: Layer already exists [2025-08-04T02:20:03.307Z] 1e135dadba6c: Layer already exists [2025-08-04T02:20:03.307Z] 53a7d0d021df: Layer already exists [2025-08-04T02:20:03.307Z] 097100c76c15: Layer already exists [2025-08-04T02:20:03.307Z] 6f74a45f9e14: Pushed [2025-08-04T02:20:03.307Z] bbd1998bfd96: Pushed [2025-08-04T02:20:03.558Z] #64 ... [2025-08-04T02:20:03.558Z] [2025-08-04T02:20:03.558Z] #76 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-08-04T02:20:03.558Z] #0 4.524 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-04T02:20:03.558Z] #0 7.229 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-04T02:20:03.828Z] #76 ... [2025-08-04T02:20:03.828Z] [2025-08-04T02:20:03.828Z] #66 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-08-04T02:20:03.828Z] #66 24.85 (1/1) Installing dumb-init (1.2.5-r3) [2025-08-04T02:20:03.828Z] #66 24.89 Executing busybox-1.36.1-r29.trigger [2025-08-04T02:20:03.828Z] #66 25.04 OK: 9 MiB in 15 packages [2025-08-04T02:20:05.249Z] #66 DONE 26.8s [2025-08-04T02:20:05.249Z] [2025-08-04T02:20:05.249Z] #61 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-08-04T02:20:05.249Z] #61 25.92 (1/7) Installing ca-certificates (20250619-r0) [2025-08-04T02:20:05.249Z] #61 26.26 (2/7) Installing dumb-init (1.2.5-r3) [2025-08-04T02:20:05.249Z] #61 26.27 (3/7) Installing libgcc (13.2.1_git20240309-r1) [2025-08-04T02:20:05.249Z] #61 26.31 (4/7) Installing libsodium (1.0.19-r0) [2025-08-04T02:20:05.249Z] #61 26.34 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) [2025-08-04T02:20:05.249Z] #61 26.61 (6/7) Installing libzmq (4.3.5-r2) [2025-08-04T02:20:05.249Z] #61 26.77 (7/7) Installing zeromq (4.3.5-r2) [2025-08-04T02:20:05.521Z] #61 27.03 Executing busybox-1.36.1-r29.trigger [2025-08-04T02:20:05.791Z] #61 27.29 Executing ca-certificates-20250619-r0.trigger [2025-08-04T02:20:06.183Z] #61 ... [2025-08-04T02:20:06.183Z] [2025-08-04T02:20:06.183Z] #70 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-08-04T02:20:06.183Z] #70 23.58 OK: 239 MiB in 58 packages [2025-08-04T02:20:06.183Z] #70 DONE 25.6s [2025-08-04T02:20:06.183Z] [2025-08-04T02:20:06.183Z] #77 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-08-04T02:20:06.456Z] #77 ... [2025-08-04T02:20:06.456Z] [2025-08-04T02:20:06.456Z] #57 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade [2025-08-04T02:20:06.456Z] #57 9.122 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-04T02:20:06.456Z] #57 11.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-04T02:20:06.729Z] #57 ... [2025-08-04T02:20:06.729Z] [2025-08-04T02:20:06.729Z] #77 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-08-04T02:20:06.729Z] #77 DONE 0.5s [2025-08-04T02:20:06.729Z] [2025-08-04T02:20:06.729Z] #54 [core-data builder 3/7] RUN apk add --update --no-cache make git [2025-08-04T02:20:06.729Z] #54 26.17 OK: 239 MiB in 58 packages [2025-08-04T02:20:07.321Z] #54 ... [2025-08-04T02:20:07.321Z] [2025-08-04T02:20:07.321Z] #62 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-08-04T02:20:07.321Z] #62 25.93 (1/2) Installing dumb-init (1.2.5-r3) [2025-08-04T02:20:07.321Z] #62 25.96 (2/2) Installing su-exec (0.2-r3) [2025-08-04T02:20:07.321Z] #62 25.98 Executing busybox-1.36.1-r29.trigger [2025-08-04T02:20:07.321Z] #62 26.21 OK: 9 MiB in 16 packages [2025-08-04T02:20:07.321Z] #62 DONE 28.9s [2025-08-04T02:20:07.492Z] 301686324bcf: Pushed [2025-08-04T02:20:07.492Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:7aa3412dec963966b2cbd798de1ce9cc87caa433e0f8cee647cbfd1908b8ec06 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:20:07.589Z] [2025-08-04T02:20:07.589Z] #78 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-08-04T02:20:07.818Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:20:08.138Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-08-04T02:20:08.139Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-08-04T02:20:08.139Z] 6f74a45f9e14: Preparing [2025-08-04T02:20:08.139Z] bbd1998bfd96: Preparing [2025-08-04T02:20:08.139Z] 301686324bcf: Preparing [2025-08-04T02:20:08.139Z] d3dbc8d4afca: Preparing [2025-08-04T02:20:08.139Z] 5951337c8938: Preparing [2025-08-04T02:20:08.139Z] 1e135dadba6c: Preparing [2025-08-04T02:20:08.139Z] 53a7d0d021df: Preparing [2025-08-04T02:20:08.139Z] 1e135dadba6c: Waiting [2025-08-04T02:20:08.139Z] 097100c76c15: Preparing [2025-08-04T02:20:08.139Z] 53a7d0d021df: Waiting [2025-08-04T02:20:08.139Z] 097100c76c15: Waiting [2025-08-04T02:20:08.139Z] 5951337c8938: Layer already exists [2025-08-04T02:20:08.139Z] 301686324bcf: Layer already exists [2025-08-04T02:20:08.139Z] 6f74a45f9e14: Layer already exists [2025-08-04T02:20:08.139Z] bbd1998bfd96: Layer already exists [2025-08-04T02:20:08.139Z] d3dbc8d4afca: Layer already exists [2025-08-04T02:20:08.139Z] 53a7d0d021df: Layer already exists [2025-08-04T02:20:08.139Z] 097100c76c15: Layer already exists [2025-08-04T02:20:08.139Z] 1e135dadba6c: Layer already exists [2025-08-04T02:20:08.139Z] latest: digest: sha256:7aa3412dec963966b2cbd798de1ce9cc87caa433e0f8cee647cbfd1908b8ec06 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:20:08.465Z] + 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-04T02:20:08.792Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42 [2025-08-04T02:20:08.792Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-08-04T02:20:08.792Z] 6f74a45f9e14: Preparing [2025-08-04T02:20:08.792Z] bbd1998bfd96: Preparing [2025-08-04T02:20:08.792Z] 301686324bcf: Preparing [2025-08-04T02:20:08.792Z] d3dbc8d4afca: Preparing [2025-08-04T02:20:08.792Z] 5951337c8938: Preparing [2025-08-04T02:20:08.792Z] 1e135dadba6c: Preparing [2025-08-04T02:20:08.792Z] 53a7d0d021df: Preparing [2025-08-04T02:20:08.792Z] 097100c76c15: Preparing [2025-08-04T02:20:08.792Z] 53a7d0d021df: Waiting [2025-08-04T02:20:08.792Z] 1e135dadba6c: Waiting [2025-08-04T02:20:08.792Z] 097100c76c15: Waiting [2025-08-04T02:20:08.792Z] 301686324bcf: Layer already exists [2025-08-04T02:20:08.792Z] 5951337c8938: Layer already exists [2025-08-04T02:20:08.792Z] d3dbc8d4afca: Layer already exists [2025-08-04T02:20:08.792Z] bbd1998bfd96: Layer already exists [2025-08-04T02:20:08.792Z] 6f74a45f9e14: Layer already exists [2025-08-04T02:20:08.792Z] 53a7d0d021df: Layer already exists [2025-08-04T02:20:08.792Z] 097100c76c15: Layer already exists [2025-08-04T02:20:08.792Z] 1e135dadba6c: Layer already exists [2025-08-04T02:20:08.792Z] 4.1.0-dev.42: digest: sha256:7aa3412dec963966b2cbd798de1ce9cc87caa433e0f8cee647cbfd1908b8ec06 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:20:09.023Z] #78 ... [2025-08-04T02:20:09.023Z] [2025-08-04T02:20:09.023Z] #69 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-08-04T02:20:09.023Z] #69 26.47 OK: 239 MiB in 58 packages [2025-08-04T02:20:09.023Z] #69 DONE 28.5s [2025-08-04T02:20:09.023Z] [2025-08-04T02:20:09.023Z] #54 [core-command builder 3/7] RUN apk add --update --no-cache make git [2025-08-04T02:20:09.023Z] #54 DONE 28.7s [2025-08-04T02:20:09.023Z] [2025-08-04T02:20:09.023Z] #79 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-08-04T02:20:09.111Z] + 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-04T02:20:09.433Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T02:20:09.433Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-08-04T02:20:09.433Z] 6f74a45f9e14: Preparing [2025-08-04T02:20:09.433Z] bbd1998bfd96: Preparing [2025-08-04T02:20:09.433Z] 301686324bcf: Preparing [2025-08-04T02:20:09.433Z] d3dbc8d4afca: Preparing [2025-08-04T02:20:09.433Z] 5951337c8938: Preparing [2025-08-04T02:20:09.433Z] 1e135dadba6c: Preparing [2025-08-04T02:20:09.433Z] 53a7d0d021df: Preparing [2025-08-04T02:20:09.433Z] 097100c76c15: Preparing [2025-08-04T02:20:09.433Z] 1e135dadba6c: Waiting [2025-08-04T02:20:09.433Z] 53a7d0d021df: Waiting [2025-08-04T02:20:09.433Z] 097100c76c15: Waiting [2025-08-04T02:20:09.433Z] 6f74a45f9e14: Layer already exists [2025-08-04T02:20:09.433Z] d3dbc8d4afca: Layer already exists [2025-08-04T02:20:09.433Z] bbd1998bfd96: Layer already exists [2025-08-04T02:20:09.433Z] 301686324bcf: Layer already exists [2025-08-04T02:20:09.433Z] 5951337c8938: Layer already exists [2025-08-04T02:20:09.433Z] 53a7d0d021df: Layer already exists [2025-08-04T02:20:09.433Z] 1e135dadba6c: Layer already exists [2025-08-04T02:20:09.433Z] 097100c76c15: Layer already exists [2025-08-04T02:20:09.433Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:7aa3412dec963966b2cbd798de1ce9cc87caa433e0f8cee647cbfd1908b8ec06 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:20:09.632Z] #79 ... [2025-08-04T02:20:09.632Z] [2025-08-04T02:20:09.632Z] #80 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-08-04T02:20:09.632Z] #0 4.145 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-04T02:20:09.632Z] #0 5.858 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-04T02:20:09.757Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:20:09.913Z] #80 ... [2025-08-04T02:20:09.913Z] [2025-08-04T02:20:09.913Z] #57 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade [2025-08-04T02:20:09.913Z] #57 22.14 OK: 9 MiB in 15 packages [2025-08-04T02:20:09.913Z] #57 ... [2025-08-04T02:20:09.913Z] [2025-08-04T02:20:09.913Z] #61 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-08-04T02:20:09.913Z] #61 28.49 OK: 14 MiB in 21 packages [2025-08-04T02:20:09.913Z] #61 DONE 31.5s [2025-08-04T02:20:10.073Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2025-08-04T02:20:10.073Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-08-04T02:20:10.073Z] 6f74a45f9e14: Preparing [2025-08-04T02:20:10.073Z] bbd1998bfd96: Preparing [2025-08-04T02:20:10.073Z] 301686324bcf: Preparing [2025-08-04T02:20:10.073Z] d3dbc8d4afca: Preparing [2025-08-04T02:20:10.073Z] 5951337c8938: Preparing [2025-08-04T02:20:10.073Z] 1e135dadba6c: Preparing [2025-08-04T02:20:10.073Z] 53a7d0d021df: Preparing [2025-08-04T02:20:10.073Z] 097100c76c15: Preparing [2025-08-04T02:20:10.073Z] 1e135dadba6c: Waiting [2025-08-04T02:20:10.073Z] 53a7d0d021df: Waiting [2025-08-04T02:20:10.073Z] 097100c76c15: Waiting [2025-08-04T02:20:10.073Z] 5951337c8938: Layer already exists [2025-08-04T02:20:10.073Z] 301686324bcf: Layer already exists [2025-08-04T02:20:10.073Z] 6f74a45f9e14: Layer already exists [2025-08-04T02:20:10.073Z] d3dbc8d4afca: Layer already exists [2025-08-04T02:20:10.073Z] bbd1998bfd96: Layer already exists [2025-08-04T02:20:10.073Z] 1e135dadba6c: Layer already exists [2025-08-04T02:20:10.073Z] 097100c76c15: Layer already exists [2025-08-04T02:20:10.073Z] 53a7d0d021df: Layer already exists [2025-08-04T02:20:10.073Z] main: digest: sha256:7aa3412dec963966b2cbd798de1ce9cc87caa433e0f8cee647cbfd1908b8ec06 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-04T02:20:10.141Z] ===================================================== [Pipeline] echo [2025-08-04T02:20:10.157Z] taggedImages: [2025-08-04T02:20:10.157Z] - nexus3.edgexfoundry.org:10004/core-metadata:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T02:20:10.157Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-08-04T02:20:10.157Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42 [2025-08-04T02:20:10.157Z] - nexus3.edgexfoundry.org:10004/core-metadata:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T02:20:10.157Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2025-08-04T02:20:10.185Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2025-08-04T02:20:10.185Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T02:20:10.185Z] latest [2025-08-04T02:20:10.185Z] 4.1.0-dev.42 [2025-08-04T02:20:10.185Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T02:20:10.185Z] main [2025-08-04T02:20:10.185Z] ===================================================== [2025-08-04T02:20:10.192Z] [2025-08-04T02:20:10.192Z] #81 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-08-04T02:20:10.192Z] #81 ... [2025-08-04T02:20:10.192Z] [2025-08-04T02:20:10.192Z] #82 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-08-04T02:20:10.192Z] #82 DONE 1.3s [2025-08-04T02:20:10.192Z] [2025-08-04T02:20:10.192Z] #74 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-08-04T02:20:10.192Z] #74 11.67 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:20:10.462Z] #74 ... [2025-08-04T02:20:10.462Z] [2025-08-04T02:20:10.462Z] #79 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-08-04T02:20:10.462Z] #79 DONE 1.4s [2025-08-04T02:20:10.462Z] [2025-08-04T02:20:10.462Z] #83 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T02:20:10.519Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:20:10.840Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T02:20:10.840Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-08-04T02:20:10.840Z] d37bc85a4f98: Preparing [2025-08-04T02:20:10.840Z] 92464772aeb2: Preparing [2025-08-04T02:20:10.840Z] ad3f92fcf9c7: Preparing [2025-08-04T02:20:10.840Z] 5aebb628bcef: Preparing [2025-08-04T02:20:10.840Z] 8796211af09f: Preparing [2025-08-04T02:20:10.840Z] 379abe5d35fc: Preparing [2025-08-04T02:20:10.840Z] cf72b975c68c: Preparing [2025-08-04T02:20:10.840Z] d3dbc8d4afca: Preparing [2025-08-04T02:20:10.840Z] 5951337c8938: Preparing [2025-08-04T02:20:10.840Z] 30df0680aa74: Preparing [2025-08-04T02:20:10.840Z] 7c1737107b11: Preparing [2025-08-04T02:20:10.840Z] 5f70bf18a086: Preparing [2025-08-04T02:20:10.840Z] b1340fef5018: Preparing [2025-08-04T02:20:10.840Z] 8751378ef96c: Preparing [2025-08-04T02:20:10.840Z] 49d134620f4d: Preparing [2025-08-04T02:20:10.840Z] 097100c76c15: Preparing [2025-08-04T02:20:10.840Z] 379abe5d35fc: Waiting [2025-08-04T02:20:10.840Z] 5f70bf18a086: Waiting [2025-08-04T02:20:10.840Z] cf72b975c68c: Waiting [2025-08-04T02:20:10.840Z] b1340fef5018: Waiting [2025-08-04T02:20:10.840Z] 8751378ef96c: Waiting [2025-08-04T02:20:10.841Z] d3dbc8d4afca: Waiting [2025-08-04T02:20:10.841Z] 49d134620f4d: Waiting [2025-08-04T02:20:10.841Z] 5951337c8938: Waiting [2025-08-04T02:20:10.841Z] 7c1737107b11: Waiting [2025-08-04T02:20:10.841Z] 097100c76c15: Waiting [2025-08-04T02:20:10.841Z] 30df0680aa74: Waiting [2025-08-04T02:20:10.841Z] 92464772aeb2: Pushed [2025-08-04T02:20:10.841Z] 8796211af09f: Pushed [2025-08-04T02:20:10.841Z] ad3f92fcf9c7: Pushed [2025-08-04T02:20:10.841Z] 5aebb628bcef: Pushed [2025-08-04T02:20:10.841Z] d37bc85a4f98: Pushed [2025-08-04T02:20:10.841Z] d3dbc8d4afca: Layer already exists [2025-08-04T02:20:10.841Z] 5951337c8938: Layer already exists [2025-08-04T02:20:11.052Z] #83 ... [2025-08-04T02:20:11.052Z] [2025-08-04T02:20:11.052Z] #71 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2025-08-04T02:20:11.052Z] #71 27.89 OK: 239 MiB in 58 packages [2025-08-04T02:20:11.052Z] #71 DONE 31.3s [2025-08-04T02:20:11.052Z] [2025-08-04T02:20:11.052Z] #76 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-08-04T02:20:11.052Z] #76 17.40 OK: 20 MiB in 18 packages [2025-08-04T02:20:11.098Z] 5f70bf18a086: Layer already exists [2025-08-04T02:20:11.098Z] 379abe5d35fc: Pushed [2025-08-04T02:20:11.098Z] 7c1737107b11: Pushed [2025-08-04T02:20:11.098Z] b1340fef5018: Pushed [2025-08-04T02:20:11.098Z] 30df0680aa74: Pushed [2025-08-04T02:20:11.098Z] 8751378ef96c: Pushed [2025-08-04T02:20:11.098Z] 097100c76c15: Layer already exists [2025-08-04T02:20:11.098Z] 49d134620f4d: Pushed [2025-08-04T02:20:11.320Z] #76 ... [2025-08-04T02:20:11.320Z] [2025-08-04T02:20:11.320Z] #57 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade [2025-08-04T02:20:11.320Z] #57 DONE 24.0s [2025-08-04T02:20:11.596Z] [2025-08-04T02:20:11.596Z] #84 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2025-08-04T02:20:12.473Z] cf72b975c68c: Pushed [2025-08-04T02:20:12.473Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:a2bca146f2bd1cb28e1c4f74ba23e4c6dd97380961549434f89482c348e87dc6 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:20:12.571Z] #84 DONE 1.7s [2025-08-04T02:20:12.571Z] [2025-08-04T02:20:12.571Z] #85 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T02:20:12.794Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:20:13.123Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-08-04T02:20:13.123Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-08-04T02:20:13.123Z] d37bc85a4f98: Preparing [2025-08-04T02:20:13.123Z] 92464772aeb2: Preparing [2025-08-04T02:20:13.123Z] ad3f92fcf9c7: Preparing [2025-08-04T02:20:13.123Z] 5aebb628bcef: Preparing [2025-08-04T02:20:13.123Z] 8796211af09f: Preparing [2025-08-04T02:20:13.123Z] 379abe5d35fc: Preparing [2025-08-04T02:20:13.124Z] cf72b975c68c: Preparing [2025-08-04T02:20:13.124Z] d3dbc8d4afca: Preparing [2025-08-04T02:20:13.124Z] 5951337c8938: Preparing [2025-08-04T02:20:13.124Z] 30df0680aa74: Preparing [2025-08-04T02:20:13.124Z] 7c1737107b11: Preparing [2025-08-04T02:20:13.124Z] 5f70bf18a086: Preparing [2025-08-04T02:20:13.124Z] b1340fef5018: Preparing [2025-08-04T02:20:13.124Z] 8751378ef96c: Preparing [2025-08-04T02:20:13.124Z] 49d134620f4d: Preparing [2025-08-04T02:20:13.124Z] 097100c76c15: Preparing [2025-08-04T02:20:13.124Z] d3dbc8d4afca: Waiting [2025-08-04T02:20:13.124Z] 5951337c8938: Waiting [2025-08-04T02:20:13.124Z] 30df0680aa74: Waiting [2025-08-04T02:20:13.124Z] 7c1737107b11: Waiting [2025-08-04T02:20:13.124Z] 5f70bf18a086: Waiting [2025-08-04T02:20:13.124Z] b1340fef5018: Waiting [2025-08-04T02:20:13.124Z] 8751378ef96c: Waiting [2025-08-04T02:20:13.124Z] 49d134620f4d: Waiting [2025-08-04T02:20:13.124Z] 097100c76c15: Waiting [2025-08-04T02:20:13.124Z] 379abe5d35fc: Waiting [2025-08-04T02:20:13.124Z] cf72b975c68c: Waiting [2025-08-04T02:20:13.124Z] 92464772aeb2: Layer already exists [2025-08-04T02:20:13.124Z] 5aebb628bcef: Layer already exists [2025-08-04T02:20:13.124Z] d37bc85a4f98: Layer already exists [2025-08-04T02:20:13.124Z] 8796211af09f: Layer already exists [2025-08-04T02:20:13.124Z] ad3f92fcf9c7: Layer already exists [2025-08-04T02:20:13.124Z] cf72b975c68c: Layer already exists [2025-08-04T02:20:13.124Z] 379abe5d35fc: Layer already exists [2025-08-04T02:20:13.124Z] d3dbc8d4afca: Layer already exists [2025-08-04T02:20:13.124Z] 5951337c8938: Layer already exists [2025-08-04T02:20:13.124Z] 30df0680aa74: Layer already exists [2025-08-04T02:20:13.124Z] 5f70bf18a086: Layer already exists [2025-08-04T02:20:13.124Z] b1340fef5018: Layer already exists [2025-08-04T02:20:13.124Z] 8751378ef96c: Layer already exists [2025-08-04T02:20:13.124Z] 49d134620f4d: Layer already exists [2025-08-04T02:20:13.124Z] 097100c76c15: Layer already exists [2025-08-04T02:20:13.124Z] 7c1737107b11: Layer already exists [2025-08-04T02:20:13.124Z] latest: digest: sha256:a2bca146f2bd1cb28e1c4f74ba23e4c6dd97380961549434f89482c348e87dc6 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [2025-08-04T02:20:13.160Z] #85 ... [2025-08-04T02:20:13.160Z] [2025-08-04T02:20:13.160Z] #76 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-08-04T02:20:13.160Z] #76 DONE 19.5s [2025-08-04T02:20:13.160Z] [2025-08-04T02:20:13.160Z] #58 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-08-04T02:20:13.160Z] #58 25.90 v3.20.7-22-gb7a0ccaaa0e [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-08-04T02:20:13.160Z] #58 25.90 v3.20.7-22-gb7a0ccaaa0e [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-08-04T02:20:13.160Z] #58 25.90 OK: 24049 distinct packages available [2025-08-04T02:20:13.160Z] #58 27.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-04T02:20:13.160Z] #58 29.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [Pipeline] sh [2025-08-04T02:20:13.428Z] #58 ... [2025-08-04T02:20:13.429Z] [2025-08-04T02:20:13.429Z] #65 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-08-04T02:20:13.429Z] #65 35.05 (1/14) Installing ca-certificates (20250619-r0) [2025-08-04T02:20:13.442Z] + 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-04T02:20:13.765Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42 [2025-08-04T02:20:13.765Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-08-04T02:20:13.765Z] d37bc85a4f98: Preparing [2025-08-04T02:20:13.765Z] 92464772aeb2: Preparing [2025-08-04T02:20:13.765Z] ad3f92fcf9c7: Preparing [2025-08-04T02:20:13.765Z] 5aebb628bcef: Preparing [2025-08-04T02:20:13.765Z] 8796211af09f: Preparing [2025-08-04T02:20:13.765Z] 379abe5d35fc: Preparing [2025-08-04T02:20:13.765Z] cf72b975c68c: Preparing [2025-08-04T02:20:13.765Z] d3dbc8d4afca: Preparing [2025-08-04T02:20:13.765Z] 5951337c8938: Preparing [2025-08-04T02:20:13.765Z] 30df0680aa74: Preparing [2025-08-04T02:20:13.765Z] 7c1737107b11: Preparing [2025-08-04T02:20:13.765Z] 5f70bf18a086: Preparing [2025-08-04T02:20:13.765Z] b1340fef5018: Preparing [2025-08-04T02:20:13.765Z] 8751378ef96c: Preparing [2025-08-04T02:20:13.765Z] 49d134620f4d: Preparing [2025-08-04T02:20:13.765Z] 097100c76c15: Preparing [2025-08-04T02:20:13.765Z] 7c1737107b11: Waiting [2025-08-04T02:20:13.765Z] 8751378ef96c: Waiting [2025-08-04T02:20:13.765Z] 5f70bf18a086: Waiting [2025-08-04T02:20:13.765Z] b1340fef5018: Waiting [2025-08-04T02:20:13.765Z] 49d134620f4d: Waiting [2025-08-04T02:20:13.765Z] 097100c76c15: Waiting [2025-08-04T02:20:13.765Z] 379abe5d35fc: Waiting [2025-08-04T02:20:13.765Z] d3dbc8d4afca: Waiting [2025-08-04T02:20:13.765Z] cf72b975c68c: Waiting [2025-08-04T02:20:13.765Z] 30df0680aa74: Waiting [2025-08-04T02:20:13.765Z] d37bc85a4f98: Layer already exists [2025-08-04T02:20:13.765Z] 8796211af09f: Layer already exists [2025-08-04T02:20:13.765Z] 92464772aeb2: Layer already exists [2025-08-04T02:20:13.765Z] 5aebb628bcef: Layer already exists [2025-08-04T02:20:13.765Z] ad3f92fcf9c7: Layer already exists [2025-08-04T02:20:13.765Z] d3dbc8d4afca: Layer already exists [2025-08-04T02:20:13.765Z] 379abe5d35fc: Layer already exists [2025-08-04T02:20:13.765Z] cf72b975c68c: Layer already exists [2025-08-04T02:20:13.765Z] 30df0680aa74: Layer already exists [2025-08-04T02:20:13.765Z] 5951337c8938: Layer already exists [2025-08-04T02:20:13.765Z] 7c1737107b11: Layer already exists [2025-08-04T02:20:13.765Z] 5f70bf18a086: Layer already exists [2025-08-04T02:20:13.765Z] b1340fef5018: Layer already exists [2025-08-04T02:20:13.765Z] 49d134620f4d: Layer already exists [2025-08-04T02:20:13.765Z] 8751378ef96c: Layer already exists [2025-08-04T02:20:13.765Z] 097100c76c15: Layer already exists [2025-08-04T02:20:13.765Z] 4.1.0-dev.42: digest: sha256:a2bca146f2bd1cb28e1c4f74ba23e4c6dd97380961549434f89482c348e87dc6 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:20:14.027Z] #65 35.71 (2/14) Installing brotli-libs (1.1.0-r2) [2025-08-04T02:20:14.027Z] #65 35.78 (3/14) Installing c-ares (1.33.1-r0) [2025-08-04T02:20:14.090Z] + 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-04T02:20:14.297Z] #65 35.85 (4/14) Installing libunistring (1.2-r0) [2025-08-04T02:20:14.412Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T02:20:14.412Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-08-04T02:20:14.412Z] d37bc85a4f98: Preparing [2025-08-04T02:20:14.412Z] 92464772aeb2: Preparing [2025-08-04T02:20:14.412Z] ad3f92fcf9c7: Preparing [2025-08-04T02:20:14.412Z] 5aebb628bcef: Preparing [2025-08-04T02:20:14.412Z] 8796211af09f: Preparing [2025-08-04T02:20:14.412Z] 379abe5d35fc: Preparing [2025-08-04T02:20:14.412Z] cf72b975c68c: Preparing [2025-08-04T02:20:14.412Z] d3dbc8d4afca: Preparing [2025-08-04T02:20:14.412Z] 5951337c8938: Preparing [2025-08-04T02:20:14.412Z] d3dbc8d4afca: Waiting [2025-08-04T02:20:14.412Z] cf72b975c68c: Waiting [2025-08-04T02:20:14.412Z] 5951337c8938: Waiting [2025-08-04T02:20:14.412Z] 379abe5d35fc: Waiting [2025-08-04T02:20:14.412Z] 30df0680aa74: Preparing [2025-08-04T02:20:14.412Z] 7c1737107b11: Preparing [2025-08-04T02:20:14.412Z] 5f70bf18a086: Preparing [2025-08-04T02:20:14.412Z] b1340fef5018: Preparing [2025-08-04T02:20:14.412Z] 8751378ef96c: Preparing [2025-08-04T02:20:14.412Z] 49d134620f4d: Preparing [2025-08-04T02:20:14.412Z] 097100c76c15: Preparing [2025-08-04T02:20:14.412Z] 30df0680aa74: Waiting [2025-08-04T02:20:14.412Z] 7c1737107b11: Waiting [2025-08-04T02:20:14.412Z] 5f70bf18a086: Waiting [2025-08-04T02:20:14.412Z] b1340fef5018: Waiting [2025-08-04T02:20:14.412Z] 8751378ef96c: Waiting [2025-08-04T02:20:14.412Z] 49d134620f4d: Waiting [2025-08-04T02:20:14.412Z] 097100c76c15: Waiting [2025-08-04T02:20:14.412Z] 5aebb628bcef: Layer already exists [2025-08-04T02:20:14.412Z] 8796211af09f: Layer already exists [2025-08-04T02:20:14.412Z] d37bc85a4f98: Layer already exists [2025-08-04T02:20:14.412Z] 92464772aeb2: Layer already exists [2025-08-04T02:20:14.412Z] ad3f92fcf9c7: Layer already exists [2025-08-04T02:20:14.412Z] cf72b975c68c: Layer already exists [2025-08-04T02:20:14.412Z] d3dbc8d4afca: Layer already exists [2025-08-04T02:20:14.412Z] 5951337c8938: Layer already exists [2025-08-04T02:20:14.413Z] 379abe5d35fc: Layer already exists [2025-08-04T02:20:14.413Z] 30df0680aa74: Layer already exists [2025-08-04T02:20:14.413Z] 7c1737107b11: Layer already exists [2025-08-04T02:20:14.413Z] 5f70bf18a086: Layer already exists [2025-08-04T02:20:14.413Z] 8751378ef96c: Layer already exists [2025-08-04T02:20:14.413Z] b1340fef5018: Layer already exists [2025-08-04T02:20:14.413Z] 49d134620f4d: Layer already exists [2025-08-04T02:20:14.413Z] 097100c76c15: Layer already exists [2025-08-04T02:20:14.413Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:a2bca146f2bd1cb28e1c4f74ba23e4c6dd97380961549434f89482c348e87dc6 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:20:14.566Z] #65 36.11 (5/14) Installing libidn2 (2.3.7-r0) [2025-08-04T02:20:14.566Z] #65 36.17 (6/14) Installing nghttp2-libs (1.62.1-r0) [2025-08-04T02:20:14.566Z] #65 36.22 (7/14) Installing libpsl (0.21.5-r1) [2025-08-04T02:20:14.566Z] #65 36.25 (8/14) Installing zstd-libs (1.5.6-r0) [2025-08-04T02:20:14.566Z] #65 36.33 (9/14) Installing libcurl (8.12.1-r0) [2025-08-04T02:20:14.729Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:20:14.834Z] #65 36.37 (10/14) Installing curl (8.12.1-r0) [2025-08-04T02:20:14.834Z] #65 36.40 (11/14) Installing dumb-init (1.2.5-r3) [2025-08-04T02:20:14.834Z] #65 36.41 (12/14) Installing musl-obstack (1.2.3-r2) [2025-08-04T02:20:14.834Z] #65 36.42 (13/14) Installing libucontext (1.2-r3) [2025-08-04T02:20:14.834Z] #65 36.43 (14/14) Installing gcompat (1.1.0-r4) [2025-08-04T02:20:14.834Z] #65 36.46 Executing busybox-1.36.1-r29.trigger [2025-08-04T02:20:14.834Z] #65 36.58 Executing ca-certificates-20250619-r0.trigger [2025-08-04T02:20:15.052Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-08-04T02:20:15.052Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-08-04T02:20:15.052Z] d37bc85a4f98: Preparing [2025-08-04T02:20:15.052Z] 92464772aeb2: Preparing [2025-08-04T02:20:15.052Z] ad3f92fcf9c7: Preparing [2025-08-04T02:20:15.052Z] 5aebb628bcef: Preparing [2025-08-04T02:20:15.052Z] 8796211af09f: Preparing [2025-08-04T02:20:15.052Z] 379abe5d35fc: Preparing [2025-08-04T02:20:15.052Z] cf72b975c68c: Preparing [2025-08-04T02:20:15.052Z] d3dbc8d4afca: Preparing [2025-08-04T02:20:15.052Z] cf72b975c68c: Waiting [2025-08-04T02:20:15.052Z] 379abe5d35fc: Waiting [2025-08-04T02:20:15.052Z] 5951337c8938: Preparing [2025-08-04T02:20:15.052Z] 30df0680aa74: Preparing [2025-08-04T02:20:15.052Z] 7c1737107b11: Preparing [2025-08-04T02:20:15.052Z] 5951337c8938: Waiting [2025-08-04T02:20:15.052Z] d3dbc8d4afca: Waiting [2025-08-04T02:20:15.052Z] 30df0680aa74: Waiting [2025-08-04T02:20:15.052Z] 5f70bf18a086: Preparing [2025-08-04T02:20:15.052Z] b1340fef5018: Preparing [2025-08-04T02:20:15.052Z] 8751378ef96c: Preparing [2025-08-04T02:20:15.052Z] 5f70bf18a086: Waiting [2025-08-04T02:20:15.052Z] 7c1737107b11: Waiting [2025-08-04T02:20:15.052Z] 8751378ef96c: Waiting [2025-08-04T02:20:15.052Z] 49d134620f4d: Preparing [2025-08-04T02:20:15.052Z] 097100c76c15: Preparing [2025-08-04T02:20:15.052Z] 49d134620f4d: Waiting [2025-08-04T02:20:15.052Z] 097100c76c15: Waiting [2025-08-04T02:20:15.052Z] ad3f92fcf9c7: Layer already exists [2025-08-04T02:20:15.052Z] 8796211af09f: Layer already exists [2025-08-04T02:20:15.052Z] d37bc85a4f98: Layer already exists [2025-08-04T02:20:15.052Z] 92464772aeb2: Layer already exists [2025-08-04T02:20:15.052Z] 5aebb628bcef: Layer already exists [2025-08-04T02:20:15.052Z] d3dbc8d4afca: Layer already exists [2025-08-04T02:20:15.052Z] cf72b975c68c: Layer already exists [2025-08-04T02:20:15.052Z] 379abe5d35fc: Layer already exists [2025-08-04T02:20:15.052Z] 30df0680aa74: Layer already exists [2025-08-04T02:20:15.052Z] 5951337c8938: Layer already exists [2025-08-04T02:20:15.052Z] 7c1737107b11: Layer already exists [2025-08-04T02:20:15.052Z] 49d134620f4d: Layer already exists [2025-08-04T02:20:15.052Z] b1340fef5018: Layer already exists [2025-08-04T02:20:15.052Z] 5f70bf18a086: Layer already exists [2025-08-04T02:20:15.052Z] 8751378ef96c: Layer already exists [2025-08-04T02:20:15.052Z] 097100c76c15: Layer already exists [2025-08-04T02:20:15.052Z] main: digest: sha256:a2bca146f2bd1cb28e1c4f74ba23e4c6dd97380961549434f89482c348e87dc6 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [2025-08-04T02:20:15.102Z] #65 ... [2025-08-04T02:20:15.102Z] [2025-08-04T02:20:15.102Z] #64 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-08-04T02:20:15.102Z] #64 26.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-04T02:20:15.102Z] #64 ... [2025-08-04T02:20:15.102Z] [2025-08-04T02:20:15.102Z] #86 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-08-04T02:20:15.102Z] #0 5.512 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-04T02:20:15.102Z] #0 7.492 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-04T02:20:15.128Z] ===================================================== [Pipeline] echo [2025-08-04T02:20:15.142Z] taggedImages: [2025-08-04T02:20:15.142Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T02:20:15.142Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-08-04T02:20:15.142Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42 [2025-08-04T02:20:15.142Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T02:20:15.142Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2025-08-04T02:20:15.171Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2025-08-04T02:20:15.171Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T02:20:15.171Z] latest [2025-08-04T02:20:15.171Z] 4.1.0-dev.42 [2025-08-04T02:20:15.171Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T02:20:15.171Z] main [2025-08-04T02:20:15.171Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:20:15.371Z] #86 ... [2025-08-04T02:20:15.371Z] [2025-08-04T02:20:15.371Z] #74 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-08-04T02:20:15.371Z] #74 26.01 (1/1) Installing dumb-init (1.2.5-r3) [2025-08-04T02:20:15.532Z] + 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-04T02:20:15.849Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T02:20:15.850Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-08-04T02:20:15.850Z] b78c5ade2fac: Preparing [2025-08-04T02:20:15.850Z] 0c79d8d6e30e: Preparing [2025-08-04T02:20:15.850Z] 564c603e15b6: Preparing [2025-08-04T02:20:15.850Z] b80a15674c6d: Preparing [2025-08-04T02:20:15.850Z] d3dbc8d4afca: Preparing [2025-08-04T02:20:15.850Z] 5951337c8938: Preparing [2025-08-04T02:20:15.850Z] 1e135dadba6c: Preparing [2025-08-04T02:20:15.850Z] 53a7d0d021df: Preparing [2025-08-04T02:20:15.850Z] 097100c76c15: Preparing [2025-08-04T02:20:15.850Z] 1e135dadba6c: Waiting [2025-08-04T02:20:15.850Z] 53a7d0d021df: Waiting [2025-08-04T02:20:15.850Z] 097100c76c15: Waiting [2025-08-04T02:20:15.850Z] 5951337c8938: Waiting [2025-08-04T02:20:15.850Z] d3dbc8d4afca: Layer already exists [2025-08-04T02:20:15.850Z] 5951337c8938: Layer already exists [2025-08-04T02:20:15.850Z] 1e135dadba6c: Layer already exists [2025-08-04T02:20:15.850Z] 53a7d0d021df: Layer already exists [2025-08-04T02:20:15.850Z] 097100c76c15: Layer already exists [2025-08-04T02:20:15.850Z] b78c5ade2fac: Pushed [2025-08-04T02:20:15.850Z] 0c79d8d6e30e: Pushed [2025-08-04T02:20:15.850Z] 564c603e15b6: Pushed [2025-08-04T02:20:15.958Z] #74 ... [2025-08-04T02:20:15.958Z] [2025-08-04T02:20:15.958Z] #75 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-08-04T02:20:15.958Z] #75 3.889 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-04T02:20:15.958Z] #75 6.487 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-04T02:20:15.958Z] #75 ... [2025-08-04T02:20:15.958Z] [2025-08-04T02:20:15.958Z] #65 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-08-04T02:20:15.958Z] #65 37.68 OK: 15 MiB in 28 packages [2025-08-04T02:20:16.546Z] #65 ... [2025-08-04T02:20:16.546Z] [2025-08-04T02:20:16.546Z] #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-08-04T02:20:16.546Z] #72 26.02 v3.20.7-22-gb7a0ccaaa0e [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-08-04T02:20:16.546Z] #72 26.02 v3.20.7-22-gb7a0ccaaa0e [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-08-04T02:20:16.546Z] #72 26.02 OK: 24049 distinct packages available [2025-08-04T02:20:16.546Z] #72 27.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-04T02:20:16.546Z] #72 29.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-04T02:20:16.546Z] #72 ... [2025-08-04T02:20:16.546Z] [2025-08-04T02:20:16.546Z] #87 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T02:20:16.816Z] #87 ... [2025-08-04T02:20:16.816Z] [2025-08-04T02:20:16.816Z] #64 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-08-04T02:20:16.816Z] #64 37.42 (1/5) Installing dumb-init (1.2.5-r3) [2025-08-04T02:20:16.816Z] #64 37.45 (2/5) Installing musl-obstack (1.2.3-r2) [2025-08-04T02:20:16.816Z] #64 37.48 (3/5) Installing libucontext (1.2-r3) [2025-08-04T02:20:16.816Z] #64 37.49 (4/5) Installing gcompat (1.1.0-r4) [2025-08-04T02:20:16.816Z] #64 37.53 (5/5) Installing openssl (3.3.4-r0) [2025-08-04T02:20:16.816Z] #64 37.62 Executing busybox-1.36.1-r29.trigger [2025-08-04T02:20:16.816Z] #64 37.69 OK: 10 MiB in 19 packages [2025-08-04T02:20:17.470Z] #64 ... [2025-08-04T02:20:17.470Z] [2025-08-04T02:20:17.470Z] #75 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-08-04T02:20:17.470Z] #75 14.24 OK: 20 MiB in 18 packages [2025-08-04T02:20:17.470Z] #75 DONE 15.5s [2025-08-04T02:20:17.470Z] [2025-08-04T02:20:17.470Z] #65 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-08-04T02:20:17.470Z] #65 DONE 39.2s [2025-08-04T02:20:17.739Z] [2025-08-04T02:20:17.739Z] #58 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-08-04T02:20:17.739Z] #58 38.99 (1/4) Installing dumb-init (1.2.5-r3) [2025-08-04T02:20:17.739Z] #58 39.09 (2/4) Installing musl-obstack (1.2.3-r2) [2025-08-04T02:20:17.739Z] #58 39.11 (3/4) Installing libucontext (1.2-r3) [2025-08-04T02:20:17.739Z] #58 39.14 (4/4) Installing gcompat (1.1.0-r4) [2025-08-04T02:20:17.739Z] #58 39.24 Executing busybox-1.36.1-r29.trigger [2025-08-04T02:20:17.739Z] #58 39.35 OK: 9 MiB in 18 packages [2025-08-04T02:20:18.010Z] #58 ... [2025-08-04T02:20:18.010Z] [2025-08-04T02:20:18.010Z] #88 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2025-08-04T02:20:18.010Z] #88 DONE 0.5s [2025-08-04T02:20:18.010Z] [2025-08-04T02:20:18.010Z] #64 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-08-04T02:20:18.010Z] #64 DONE 39.6s [2025-08-04T02:20:18.284Z] [2025-08-04T02:20:18.284Z] #89 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-08-04T02:20:18.874Z] #89 ... [2025-08-04T02:20:18.874Z] [2025-08-04T02:20:18.874Z] #80 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-08-04T02:20:18.874Z] #80 16.95 OK: 11 MiB in 17 packages [2025-08-04T02:20:18.874Z] #80 DONE 19.4s [2025-08-04T02:20:19.131Z] b80a15674c6d: Pushed [2025-08-04T02:20:19.157Z] [2025-08-04T02:20:19.157Z] #74 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-08-04T02:20:19.157Z] #74 28.52 Executing busybox-1.36.1-r29.trigger [2025-08-04T02:20:19.157Z] #74 28.87 OK: 9 MiB in 15 packages [2025-08-04T02:20:19.389Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:0de6d36b2fb8bded705417e2a646e252b26232ca692fc52a99f051a48c20f0a7 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:20:19.706Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [2025-08-04T02:20:19.747Z] #74 ... [2025-08-04T02:20:19.747Z] [2025-08-04T02:20:19.747Z] #73 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-08-04T02:20:19.747Z] #73 23.91 OK: 239 MiB in 58 packages [2025-08-04T02:20:19.747Z] #73 DONE 26.8s [2025-08-04T02:20:19.747Z] [2025-08-04T02:20:19.747Z] #58 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-08-04T02:20:19.747Z] #58 DONE 41.4s [Pipeline] sh [2025-08-04T02:20:20.027Z] [2025-08-04T02:20:20.028Z] #90 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-08-04T02:20:20.033Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-08-04T02:20:20.033Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-08-04T02:20:20.033Z] b78c5ade2fac: Preparing [2025-08-04T02:20:20.033Z] 0c79d8d6e30e: Preparing [2025-08-04T02:20:20.033Z] 564c603e15b6: Preparing [2025-08-04T02:20:20.033Z] b80a15674c6d: Preparing [2025-08-04T02:20:20.033Z] d3dbc8d4afca: Preparing [2025-08-04T02:20:20.033Z] 5951337c8938: Preparing [2025-08-04T02:20:20.033Z] 1e135dadba6c: Preparing [2025-08-04T02:20:20.033Z] 53a7d0d021df: Preparing [2025-08-04T02:20:20.033Z] 097100c76c15: Preparing [2025-08-04T02:20:20.033Z] 5951337c8938: Waiting [2025-08-04T02:20:20.033Z] 1e135dadba6c: Waiting [2025-08-04T02:20:20.033Z] 53a7d0d021df: Waiting [2025-08-04T02:20:20.033Z] 097100c76c15: Waiting [2025-08-04T02:20:20.033Z] b80a15674c6d: Layer already exists [2025-08-04T02:20:20.033Z] 564c603e15b6: Layer already exists [2025-08-04T02:20:20.033Z] d3dbc8d4afca: Layer already exists [2025-08-04T02:20:20.033Z] 0c79d8d6e30e: Layer already exists [2025-08-04T02:20:20.033Z] b78c5ade2fac: Layer already exists [2025-08-04T02:20:20.033Z] 5951337c8938: Layer already exists [2025-08-04T02:20:20.033Z] 097100c76c15: Layer already exists [2025-08-04T02:20:20.033Z] 53a7d0d021df: Layer already exists [2025-08-04T02:20:20.033Z] 1e135dadba6c: Layer already exists [2025-08-04T02:20:20.033Z] latest: digest: sha256:0de6d36b2fb8bded705417e2a646e252b26232ca692fc52a99f051a48c20f0a7 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:20:20.360Z] + 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-04T02:20:20.626Z] #90 ... [2025-08-04T02:20:20.626Z] [2025-08-04T02:20:20.626Z] #91 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T02:20:20.626Z] #91 ... [2025-08-04T02:20:20.626Z] [2025-08-04T02:20:20.626Z] #92 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-08-04T02:20:20.686Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42 [2025-08-04T02:20:20.686Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-08-04T02:20:20.686Z] b78c5ade2fac: Preparing [2025-08-04T02:20:20.686Z] 0c79d8d6e30e: Preparing [2025-08-04T02:20:20.686Z] 564c603e15b6: Preparing [2025-08-04T02:20:20.686Z] b80a15674c6d: Preparing [2025-08-04T02:20:20.686Z] d3dbc8d4afca: Preparing [2025-08-04T02:20:20.686Z] 5951337c8938: Preparing [2025-08-04T02:20:20.686Z] 1e135dadba6c: Preparing [2025-08-04T02:20:20.686Z] 53a7d0d021df: Preparing [2025-08-04T02:20:20.686Z] 097100c76c15: Preparing [2025-08-04T02:20:20.686Z] 5951337c8938: Waiting [2025-08-04T02:20:20.686Z] 1e135dadba6c: Waiting [2025-08-04T02:20:20.686Z] 53a7d0d021df: Waiting [2025-08-04T02:20:20.686Z] 097100c76c15: Waiting [2025-08-04T02:20:20.686Z] b80a15674c6d: Layer already exists [2025-08-04T02:20:20.686Z] 0c79d8d6e30e: Layer already exists [2025-08-04T02:20:20.686Z] b78c5ade2fac: Layer already exists [2025-08-04T02:20:20.686Z] d3dbc8d4afca: Layer already exists [2025-08-04T02:20:20.686Z] 564c603e15b6: Layer already exists [2025-08-04T02:20:20.686Z] 5951337c8938: Layer already exists [2025-08-04T02:20:20.686Z] 1e135dadba6c: Layer already exists [2025-08-04T02:20:20.686Z] 53a7d0d021df: Layer already exists [2025-08-04T02:20:20.686Z] 097100c76c15: Layer already exists [2025-08-04T02:20:20.686Z] 4.1.0-dev.42: digest: sha256:0de6d36b2fb8bded705417e2a646e252b26232ca692fc52a99f051a48c20f0a7 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:20:20.899Z] #92 DONE 1.2s [2025-08-04T02:20:20.899Z] [2025-08-04T02:20:20.899Z] #74 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-08-04T02:20:20.899Z] #74 DONE 32.4s [2025-08-04T02:20:20.899Z] [2025-08-04T02:20:20.900Z] #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-08-04T02:20:20.900Z] #72 39.39 OK: 239 MiB in 58 packages [2025-08-04T02:20:21.003Z] + 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-04T02:20:21.323Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T02:20:21.323Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-08-04T02:20:21.323Z] b78c5ade2fac: Preparing [2025-08-04T02:20:21.323Z] 0c79d8d6e30e: Preparing [2025-08-04T02:20:21.323Z] 564c603e15b6: Preparing [2025-08-04T02:20:21.323Z] b80a15674c6d: Preparing [2025-08-04T02:20:21.323Z] d3dbc8d4afca: Preparing [2025-08-04T02:20:21.323Z] 5951337c8938: Preparing [2025-08-04T02:20:21.323Z] 1e135dadba6c: Preparing [2025-08-04T02:20:21.323Z] 53a7d0d021df: Preparing [2025-08-04T02:20:21.323Z] 097100c76c15: Preparing [2025-08-04T02:20:21.323Z] 1e135dadba6c: Waiting [2025-08-04T02:20:21.323Z] 53a7d0d021df: Waiting [2025-08-04T02:20:21.323Z] 097100c76c15: Waiting [2025-08-04T02:20:21.323Z] 5951337c8938: Waiting [2025-08-04T02:20:21.323Z] b78c5ade2fac: Layer already exists [2025-08-04T02:20:21.323Z] 0c79d8d6e30e: Layer already exists [2025-08-04T02:20:21.323Z] 564c603e15b6: Layer already exists [2025-08-04T02:20:21.323Z] d3dbc8d4afca: Layer already exists [2025-08-04T02:20:21.323Z] b80a15674c6d: Layer already exists [2025-08-04T02:20:21.323Z] 1e135dadba6c: Layer already exists [2025-08-04T02:20:21.323Z] 5951337c8938: Layer already exists [2025-08-04T02:20:21.323Z] 097100c76c15: Layer already exists [2025-08-04T02:20:21.323Z] 53a7d0d021df: Layer already exists [2025-08-04T02:20:21.323Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:0de6d36b2fb8bded705417e2a646e252b26232ca692fc52a99f051a48c20f0a7 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:20:21.641Z] + 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-04T02:20:21.888Z] #72 DONE 41.4s [2025-08-04T02:20:21.888Z] [2025-08-04T02:20:21.888Z] #93 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-08-04T02:20:21.957Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-08-04T02:20:21.957Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-08-04T02:20:21.957Z] b78c5ade2fac: Preparing [2025-08-04T02:20:21.957Z] 0c79d8d6e30e: Preparing [2025-08-04T02:20:21.957Z] 564c603e15b6: Preparing [2025-08-04T02:20:21.957Z] b80a15674c6d: Preparing [2025-08-04T02:20:21.957Z] d3dbc8d4afca: Preparing [2025-08-04T02:20:21.957Z] 5951337c8938: Preparing [2025-08-04T02:20:21.957Z] 1e135dadba6c: Preparing [2025-08-04T02:20:21.957Z] 53a7d0d021df: Preparing [2025-08-04T02:20:21.957Z] 097100c76c15: Preparing [2025-08-04T02:20:21.957Z] 5951337c8938: Waiting [2025-08-04T02:20:21.957Z] 1e135dadba6c: Waiting [2025-08-04T02:20:21.957Z] 53a7d0d021df: Waiting [2025-08-04T02:20:21.957Z] 097100c76c15: Waiting [2025-08-04T02:20:21.957Z] 564c603e15b6: Layer already exists [2025-08-04T02:20:21.957Z] b80a15674c6d: Layer already exists [2025-08-04T02:20:21.957Z] b78c5ade2fac: Layer already exists [2025-08-04T02:20:21.957Z] 0c79d8d6e30e: Layer already exists [2025-08-04T02:20:21.957Z] d3dbc8d4afca: Layer already exists [2025-08-04T02:20:21.957Z] 5951337c8938: Layer already exists [2025-08-04T02:20:21.957Z] 097100c76c15: Layer already exists [2025-08-04T02:20:21.957Z] 1e135dadba6c: Layer already exists [2025-08-04T02:20:21.957Z] 53a7d0d021df: Layer already exists [2025-08-04T02:20:21.957Z] main: digest: sha256:0de6d36b2fb8bded705417e2a646e252b26232ca692fc52a99f051a48c20f0a7 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-04T02:20:22.033Z] ===================================================== [Pipeline] echo [2025-08-04T02:20:22.047Z] taggedImages: [2025-08-04T02:20:22.047Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T02:20:22.047Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-08-04T02:20:22.047Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42 [2025-08-04T02:20:22.047Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T02:20:22.047Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2025-08-04T02:20:22.075Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2025-08-04T02:20:22.075Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T02:20:22.075Z] latest [2025-08-04T02:20:22.075Z] 4.1.0-dev.42 [2025-08-04T02:20:22.075Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T02:20:22.075Z] main [2025-08-04T02:20:22.075Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:20:22.425Z] + 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-04T02:20:22.747Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T02:20:22.747Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-08-04T02:20:22.747Z] 81de317c4558: Preparing [2025-08-04T02:20:22.747Z] 6a191795db77: Preparing [2025-08-04T02:20:22.747Z] a4d1efd5f6b4: Preparing [2025-08-04T02:20:22.747Z] fc1646b8e4ff: Preparing [2025-08-04T02:20:22.747Z] 1d82fcdac65f: Preparing [2025-08-04T02:20:22.747Z] d3dbc8d4afca: Preparing [2025-08-04T02:20:22.747Z] 5951337c8938: Preparing [2025-08-04T02:20:22.747Z] 85b4f362140b: Preparing [2025-08-04T02:20:22.747Z] a275fc9f000e: Preparing [2025-08-04T02:20:22.747Z] ea242cec242f: Preparing [2025-08-04T02:20:22.747Z] 097100c76c15: Preparing [2025-08-04T02:20:22.747Z] d3dbc8d4afca: Waiting [2025-08-04T02:20:22.747Z] 5951337c8938: Waiting [2025-08-04T02:20:22.747Z] 85b4f362140b: Waiting [2025-08-04T02:20:22.747Z] ea242cec242f: Waiting [2025-08-04T02:20:22.747Z] a275fc9f000e: Waiting [2025-08-04T02:20:22.747Z] 097100c76c15: Waiting [2025-08-04T02:20:22.747Z] fc1646b8e4ff: Pushed [2025-08-04T02:20:22.747Z] 1d82fcdac65f: Pushed [2025-08-04T02:20:22.747Z] 81de317c4558: Pushed [2025-08-04T02:20:22.747Z] 6a191795db77: Pushed [2025-08-04T02:20:22.747Z] d3dbc8d4afca: Layer already exists [2025-08-04T02:20:22.747Z] 5951337c8938: Layer already exists [2025-08-04T02:20:22.747Z] 097100c76c15: Layer already exists [2025-08-04T02:20:22.859Z] #93 DONE 0.9s [2025-08-04T02:20:22.859Z] [2025-08-04T02:20:22.859Z] #86 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-08-04T02:20:22.859Z] #86 16.85 OK: 9 MiB in 15 packages [2025-08-04T02:20:23.005Z] a275fc9f000e: Pushed [2025-08-04T02:20:23.005Z] 85b4f362140b: Pushed [2025-08-04T02:20:23.834Z] #86 DONE 18.5s [2025-08-04T02:20:23.834Z] [2025-08-04T02:20:23.834Z] #94 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T02:20:23.937Z] ea242cec242f: Pushed [2025-08-04T02:20:24.117Z] #94 ... [2025-08-04T02:20:24.117Z] [2025-08-04T02:20:24.117Z] #78 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-08-04T02:20:24.117Z] #78 6.831 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-04T02:20:24.117Z] #78 8.557 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-04T02:20:24.386Z] #78 ... [2025-08-04T02:20:24.386Z] [2025-08-04T02:20:24.386Z] #81 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-08-04T02:20:24.386Z] #81 5.442 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-04T02:20:24.386Z] #81 6.959 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-04T02:20:24.386Z] #81 14.26 OK: 14 MiB in 21 packages [2025-08-04T02:20:24.999Z] #81 ... [2025-08-04T02:20:24.999Z] [2025-08-04T02:20:24.999Z] #78 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-08-04T02:20:24.999Z] #78 17.63 OK: 9 MiB in 16 packages [2025-08-04T02:20:25.310Z] a4d1efd5f6b4: Pushed [2025-08-04T02:20:25.568Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:5b3063b81aa000f29103107ccf91aa1d3e1b91a8ad7aa4bb81faefeef7c3dd6e size: 2611 [Pipeline] } [Pipeline] // withEnv [2025-08-04T02:20:25.591Z] #78 ... [2025-08-04T02:20:25.591Z] [2025-08-04T02:20:25.591Z] #81 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-08-04T02:20:25.591Z] #81 DONE 15.6s [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:20:25.867Z] [2025-08-04T02:20:25.867Z] #90 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-08-04T02:20:25.867Z] #90 6.027 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-04T02:20:25.884Z] + 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-04T02:20:26.135Z] #90 ... [2025-08-04T02:20:26.135Z] [2025-08-04T02:20:26.135Z] #78 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-08-04T02:20:26.135Z] #78 DONE 18.7s [2025-08-04T02:20:26.135Z] [2025-08-04T02:20:26.135Z] #95 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-08-04T02:20:26.198Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-08-04T02:20:26.198Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-08-04T02:20:26.198Z] 81de317c4558: Preparing [2025-08-04T02:20:26.198Z] 6a191795db77: Preparing [2025-08-04T02:20:26.198Z] a4d1efd5f6b4: Preparing [2025-08-04T02:20:26.198Z] fc1646b8e4ff: Preparing [2025-08-04T02:20:26.198Z] 1d82fcdac65f: Preparing [2025-08-04T02:20:26.198Z] d3dbc8d4afca: Preparing [2025-08-04T02:20:26.198Z] 5951337c8938: Preparing [2025-08-04T02:20:26.198Z] 85b4f362140b: Preparing [2025-08-04T02:20:26.198Z] a275fc9f000e: Preparing [2025-08-04T02:20:26.198Z] ea242cec242f: Preparing [2025-08-04T02:20:26.198Z] 097100c76c15: Preparing [2025-08-04T02:20:26.198Z] ea242cec242f: Waiting [2025-08-04T02:20:26.198Z] 5951337c8938: Waiting [2025-08-04T02:20:26.198Z] 097100c76c15: Waiting [2025-08-04T02:20:26.198Z] 85b4f362140b: Waiting [2025-08-04T02:20:26.198Z] a275fc9f000e: Waiting [2025-08-04T02:20:26.198Z] d3dbc8d4afca: Waiting [2025-08-04T02:20:26.198Z] 1d82fcdac65f: Layer already exists [2025-08-04T02:20:26.198Z] 6a191795db77: Layer already exists [2025-08-04T02:20:26.198Z] a4d1efd5f6b4: Layer already exists [2025-08-04T02:20:26.198Z] fc1646b8e4ff: Layer already exists [2025-08-04T02:20:26.198Z] 81de317c4558: Layer already exists [2025-08-04T02:20:26.198Z] d3dbc8d4afca: Layer already exists [2025-08-04T02:20:26.198Z] a275fc9f000e: Layer already exists [2025-08-04T02:20:26.198Z] 85b4f362140b: Layer already exists [2025-08-04T02:20:26.198Z] ea242cec242f: Layer already exists [2025-08-04T02:20:26.198Z] 5951337c8938: Layer already exists [2025-08-04T02:20:26.198Z] 097100c76c15: Layer already exists [2025-08-04T02:20:26.198Z] latest: digest: sha256:5b3063b81aa000f29103107ccf91aa1d3e1b91a8ad7aa4bb81faefeef7c3dd6e size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:20:26.526Z] + 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-04T02:20:26.855Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42 [2025-08-04T02:20:26.856Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-08-04T02:20:26.856Z] 81de317c4558: Preparing [2025-08-04T02:20:26.856Z] 6a191795db77: Preparing [2025-08-04T02:20:26.856Z] a4d1efd5f6b4: Preparing [2025-08-04T02:20:26.856Z] fc1646b8e4ff: Preparing [2025-08-04T02:20:26.856Z] 1d82fcdac65f: Preparing [2025-08-04T02:20:26.856Z] d3dbc8d4afca: Preparing [2025-08-04T02:20:26.856Z] 5951337c8938: Preparing [2025-08-04T02:20:26.856Z] 85b4f362140b: Preparing [2025-08-04T02:20:26.856Z] a275fc9f000e: Preparing [2025-08-04T02:20:26.856Z] ea242cec242f: Preparing [2025-08-04T02:20:26.856Z] 097100c76c15: Preparing [2025-08-04T02:20:26.856Z] d3dbc8d4afca: Waiting [2025-08-04T02:20:26.856Z] ea242cec242f: Waiting [2025-08-04T02:20:26.856Z] a275fc9f000e: Waiting [2025-08-04T02:20:26.856Z] 097100c76c15: Waiting [2025-08-04T02:20:26.856Z] 85b4f362140b: Waiting [2025-08-04T02:20:26.856Z] 5951337c8938: Waiting [2025-08-04T02:20:26.856Z] 6a191795db77: Layer already exists [2025-08-04T02:20:26.856Z] 1d82fcdac65f: Layer already exists [2025-08-04T02:20:26.856Z] fc1646b8e4ff: Layer already exists [2025-08-04T02:20:26.856Z] a4d1efd5f6b4: Layer already exists [2025-08-04T02:20:26.856Z] 81de317c4558: Layer already exists [2025-08-04T02:20:26.856Z] d3dbc8d4afca: Layer already exists [2025-08-04T02:20:26.856Z] a275fc9f000e: Layer already exists [2025-08-04T02:20:26.856Z] 85b4f362140b: Layer already exists [2025-08-04T02:20:26.856Z] 5951337c8938: Layer already exists [2025-08-04T02:20:26.856Z] ea242cec242f: Layer already exists [2025-08-04T02:20:26.856Z] 097100c76c15: Layer already exists [2025-08-04T02:20:26.856Z] 4.1.0-dev.42: digest: sha256:5b3063b81aa000f29103107ccf91aa1d3e1b91a8ad7aa4bb81faefeef7c3dd6e size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:20:27.179Z] + 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-04T02:20:27.496Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T02:20:27.496Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-08-04T02:20:27.496Z] 81de317c4558: Preparing [2025-08-04T02:20:27.496Z] 6a191795db77: Preparing [2025-08-04T02:20:27.496Z] a4d1efd5f6b4: Preparing [2025-08-04T02:20:27.496Z] fc1646b8e4ff: Preparing [2025-08-04T02:20:27.496Z] 1d82fcdac65f: Preparing [2025-08-04T02:20:27.496Z] d3dbc8d4afca: Preparing [2025-08-04T02:20:27.496Z] 5951337c8938: Preparing [2025-08-04T02:20:27.496Z] 85b4f362140b: Preparing [2025-08-04T02:20:27.496Z] a275fc9f000e: Preparing [2025-08-04T02:20:27.496Z] ea242cec242f: Preparing [2025-08-04T02:20:27.496Z] 097100c76c15: Preparing [2025-08-04T02:20:27.496Z] ea242cec242f: Waiting [2025-08-04T02:20:27.496Z] d3dbc8d4afca: Waiting [2025-08-04T02:20:27.496Z] 85b4f362140b: Waiting [2025-08-04T02:20:27.496Z] 097100c76c15: Waiting [2025-08-04T02:20:27.496Z] a275fc9f000e: Waiting [2025-08-04T02:20:27.496Z] 5951337c8938: Waiting [2025-08-04T02:20:27.496Z] 6a191795db77: Layer already exists [2025-08-04T02:20:27.496Z] 81de317c4558: Layer already exists [2025-08-04T02:20:27.496Z] a4d1efd5f6b4: Layer already exists [2025-08-04T02:20:27.496Z] fc1646b8e4ff: Layer already exists [2025-08-04T02:20:27.496Z] 1d82fcdac65f: Layer already exists [2025-08-04T02:20:27.496Z] a275fc9f000e: Layer already exists [2025-08-04T02:20:27.496Z] d3dbc8d4afca: Layer already exists [2025-08-04T02:20:27.496Z] 5951337c8938: Layer already exists [2025-08-04T02:20:27.496Z] ea242cec242f: Layer already exists [2025-08-04T02:20:27.496Z] 85b4f362140b: Layer already exists [2025-08-04T02:20:27.496Z] 097100c76c15: Layer already exists [2025-08-04T02:20:27.496Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:5b3063b81aa000f29103107ccf91aa1d3e1b91a8ad7aa4bb81faefeef7c3dd6e size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:20:27.559Z] #95 ... [2025-08-04T02:20:27.559Z] [2025-08-04T02:20:27.559Z] #96 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-08-04T02:20:27.559Z] #0 7.475 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-04T02:20:27.559Z] #0 8.571 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-04T02:20:27.823Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-08-04T02:20:27.826Z] #96 ... [2025-08-04T02:20:27.826Z] [2025-08-04T02:20:27.826Z] #90 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-08-04T02:20:27.826Z] #90 7.433 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:20:28.094Z] #90 ... [2025-08-04T02:20:28.094Z] [2025-08-04T02:20:28.094Z] #95 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-08-04T02:20:28.094Z] #95 DONE 2.2s [2025-08-04T02:20:28.132Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-08-04T02:20:28.132Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-08-04T02:20:28.132Z] 81de317c4558: Preparing [2025-08-04T02:20:28.132Z] 6a191795db77: Preparing [2025-08-04T02:20:28.132Z] a4d1efd5f6b4: Preparing [2025-08-04T02:20:28.132Z] fc1646b8e4ff: Preparing [2025-08-04T02:20:28.132Z] 1d82fcdac65f: Preparing [2025-08-04T02:20:28.132Z] d3dbc8d4afca: Preparing [2025-08-04T02:20:28.132Z] 5951337c8938: Preparing [2025-08-04T02:20:28.132Z] 85b4f362140b: Preparing [2025-08-04T02:20:28.132Z] a275fc9f000e: Preparing [2025-08-04T02:20:28.132Z] ea242cec242f: Preparing [2025-08-04T02:20:28.132Z] 097100c76c15: Preparing [2025-08-04T02:20:28.132Z] 5951337c8938: Waiting [2025-08-04T02:20:28.132Z] 85b4f362140b: Waiting [2025-08-04T02:20:28.132Z] ea242cec242f: Waiting [2025-08-04T02:20:28.132Z] a275fc9f000e: Waiting [2025-08-04T02:20:28.132Z] 097100c76c15: Waiting [2025-08-04T02:20:28.132Z] d3dbc8d4afca: Waiting [2025-08-04T02:20:28.132Z] 6a191795db77: Layer already exists [2025-08-04T02:20:28.132Z] fc1646b8e4ff: Layer already exists [2025-08-04T02:20:28.132Z] 1d82fcdac65f: Layer already exists [2025-08-04T02:20:28.132Z] a4d1efd5f6b4: Layer already exists [2025-08-04T02:20:28.132Z] 81de317c4558: Layer already exists [2025-08-04T02:20:28.132Z] a275fc9f000e: Layer already exists [2025-08-04T02:20:28.132Z] d3dbc8d4afca: Layer already exists [2025-08-04T02:20:28.132Z] 5951337c8938: Layer already exists [2025-08-04T02:20:28.132Z] 85b4f362140b: Layer already exists [2025-08-04T02:20:28.132Z] ea242cec242f: Layer already exists [2025-08-04T02:20:28.132Z] 097100c76c15: Layer already exists [2025-08-04T02:20:28.132Z] main: digest: sha256:5b3063b81aa000f29103107ccf91aa1d3e1b91a8ad7aa4bb81faefeef7c3dd6e size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-04T02:20:28.214Z] ===================================================== [Pipeline] echo [2025-08-04T02:20:28.229Z] taggedImages: [2025-08-04T02:20:28.229Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T02:20:28.229Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-08-04T02:20:28.229Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42 [2025-08-04T02:20:28.229Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T02:20:28.229Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2025-08-04T02:20:28.259Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2025-08-04T02:20:28.259Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T02:20:28.259Z] latest [2025-08-04T02:20:28.259Z] 4.1.0-dev.42 [2025-08-04T02:20:28.259Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T02:20:28.259Z] main [2025-08-04T02:20:28.259Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:20:28.362Z] [2025-08-04T02:20:28.362Z] #97 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2025-08-04T02:20:28.598Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [2025-08-04T02:20:28.635Z] #97 DONE 0.2s [2025-08-04T02:20:28.635Z] [2025-08-04T02:20:28.635Z] #89 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-08-04T02:20:28.635Z] #89 7.121 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-04T02:20:28.635Z] #89 8.631 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:20:28.922Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T02:20:28.922Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-08-04T02:20:28.922Z] a113ad7b67ea: Preparing [2025-08-04T02:20:28.922Z] 1949eb302d59: Preparing [2025-08-04T02:20:28.922Z] ccc392f6e961: Preparing [2025-08-04T02:20:28.922Z] 1fff0d936fe1: Preparing [2025-08-04T02:20:28.922Z] 24276085aff5: Preparing [2025-08-04T02:20:28.922Z] e5d6fdfe2490: Preparing [2025-08-04T02:20:28.922Z] 5c767aea678d: Preparing [2025-08-04T02:20:28.922Z] d3dbc8d4afca: Preparing [2025-08-04T02:20:28.922Z] 5951337c8938: Preparing [2025-08-04T02:20:28.922Z] 8dd1abe896c3: Preparing [2025-08-04T02:20:28.922Z] e2b8a7d98711: Preparing [2025-08-04T02:20:28.922Z] 097100c76c15: Preparing [2025-08-04T02:20:28.922Z] 5951337c8938: Waiting [2025-08-04T02:20:28.922Z] e2b8a7d98711: Waiting [2025-08-04T02:20:28.922Z] 8dd1abe896c3: Waiting [2025-08-04T02:20:28.922Z] e5d6fdfe2490: Waiting [2025-08-04T02:20:28.922Z] 097100c76c15: Waiting [2025-08-04T02:20:28.922Z] 5c767aea678d: Waiting [2025-08-04T02:20:28.922Z] d3dbc8d4afca: Waiting [2025-08-04T02:20:28.922Z] 24276085aff5: Pushed [2025-08-04T02:20:28.922Z] a113ad7b67ea: Pushed [2025-08-04T02:20:28.922Z] 1949eb302d59: Pushed [2025-08-04T02:20:28.922Z] d3dbc8d4afca: Layer already exists [2025-08-04T02:20:28.922Z] 5951337c8938: Layer already exists [2025-08-04T02:20:28.922Z] e5d6fdfe2490: Pushed [2025-08-04T02:20:29.180Z] 5c767aea678d: Pushed [2025-08-04T02:20:29.180Z] 097100c76c15: Layer already exists [2025-08-04T02:20:29.180Z] 8dd1abe896c3: Pushed [2025-08-04T02:20:30.551Z] e2b8a7d98711: Pushed [2025-08-04T02:20:30.583Z] #89 12.42 OK: 10 MiB in 19 packages [2025-08-04T02:20:31.185Z] #89 ... [2025-08-04T02:20:31.185Z] [2025-08-04T02:20:31.185Z] #96 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-08-04T02:20:31.185Z] #96 12.54 OK: 15 MiB in 28 packages [2025-08-04T02:20:31.185Z] #96 DONE 13.5s [2025-08-04T02:20:31.185Z] [2025-08-04T02:20:31.185Z] #89 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-08-04T02:20:31.185Z] #89 ... [2025-08-04T02:20:31.185Z] [2025-08-04T02:20:31.185Z] #98 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T02:20:31.185Z] #98 ... [2025-08-04T02:20:31.185Z] [2025-08-04T02:20:31.185Z] #89 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2025-08-04T02:20:31.185Z] #89 DONE 13.1s [2025-08-04T02:20:31.185Z] [2025-08-04T02:20:31.185Z] #90 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-08-04T02:20:31.185Z] #90 11.38 OK: 9 MiB in 18 packages [2025-08-04T02:20:31.484Z] 1fff0d936fe1: Pushed [2025-08-04T02:20:31.742Z] ccc392f6e961: Pushed [2025-08-04T02:20:31.742Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:7c0c868b3f427ff3a679f0f86a0b4dd34ecf2c115e8ba82778b069b2311dd625 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:20:32.069Z] + 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-04T02:20:32.152Z] #90 ... [2025-08-04T02:20:32.152Z] [2025-08-04T02:20:32.152Z] #99 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-08-04T02:20:32.152Z] #99 DONE 1.1s [2025-08-04T02:20:32.386Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-08-04T02:20:32.386Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-08-04T02:20:32.386Z] a113ad7b67ea: Preparing [2025-08-04T02:20:32.386Z] 1949eb302d59: Preparing [2025-08-04T02:20:32.386Z] ccc392f6e961: Preparing [2025-08-04T02:20:32.387Z] 1fff0d936fe1: Preparing [2025-08-04T02:20:32.387Z] 24276085aff5: Preparing [2025-08-04T02:20:32.387Z] e5d6fdfe2490: Preparing [2025-08-04T02:20:32.387Z] 5c767aea678d: Preparing [2025-08-04T02:20:32.387Z] d3dbc8d4afca: Preparing [2025-08-04T02:20:32.387Z] 5951337c8938: Preparing [2025-08-04T02:20:32.387Z] 8dd1abe896c3: Preparing [2025-08-04T02:20:32.387Z] e2b8a7d98711: Preparing [2025-08-04T02:20:32.387Z] 097100c76c15: Preparing [2025-08-04T02:20:32.387Z] 5951337c8938: Waiting [2025-08-04T02:20:32.387Z] 8dd1abe896c3: Waiting [2025-08-04T02:20:32.387Z] e2b8a7d98711: Waiting [2025-08-04T02:20:32.387Z] 097100c76c15: Waiting [2025-08-04T02:20:32.387Z] e5d6fdfe2490: Waiting [2025-08-04T02:20:32.387Z] 5c767aea678d: Waiting [2025-08-04T02:20:32.387Z] d3dbc8d4afca: Waiting [2025-08-04T02:20:32.387Z] ccc392f6e961: Layer already exists [2025-08-04T02:20:32.387Z] 24276085aff5: Layer already exists [2025-08-04T02:20:32.387Z] 1fff0d936fe1: Layer already exists [2025-08-04T02:20:32.387Z] a113ad7b67ea: Layer already exists [2025-08-04T02:20:32.387Z] 1949eb302d59: Layer already exists [2025-08-04T02:20:32.387Z] e5d6fdfe2490: Layer already exists [2025-08-04T02:20:32.387Z] 5c767aea678d: Layer already exists [2025-08-04T02:20:32.387Z] d3dbc8d4afca: Layer already exists [2025-08-04T02:20:32.387Z] 5951337c8938: Layer already exists [2025-08-04T02:20:32.387Z] 8dd1abe896c3: Layer already exists [2025-08-04T02:20:32.387Z] 097100c76c15: Layer already exists [2025-08-04T02:20:32.387Z] e2b8a7d98711: Layer already exists [2025-08-04T02:20:32.387Z] latest: digest: sha256:7c0c868b3f427ff3a679f0f86a0b4dd34ecf2c115e8ba82778b069b2311dd625 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [2025-08-04T02:20:32.419Z] [2025-08-04T02:20:32.419Z] #90 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-08-04T02:20:32.419Z] #90 DONE 12.5s [2025-08-04T02:20:32.419Z] [2025-08-04T02:20:32.419Z] #100 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:20:32.704Z] + 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-04T02:20:33.027Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42 [2025-08-04T02:20:33.027Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-08-04T02:20:33.027Z] a113ad7b67ea: Preparing [2025-08-04T02:20:33.027Z] 1949eb302d59: Preparing [2025-08-04T02:20:33.027Z] ccc392f6e961: Preparing [2025-08-04T02:20:33.027Z] 1fff0d936fe1: Preparing [2025-08-04T02:20:33.027Z] 24276085aff5: Preparing [2025-08-04T02:20:33.027Z] e5d6fdfe2490: Preparing [2025-08-04T02:20:33.027Z] 5c767aea678d: Preparing [2025-08-04T02:20:33.027Z] d3dbc8d4afca: Preparing [2025-08-04T02:20:33.027Z] 5951337c8938: Preparing [2025-08-04T02:20:33.027Z] 8dd1abe896c3: Preparing [2025-08-04T02:20:33.027Z] e2b8a7d98711: Preparing [2025-08-04T02:20:33.027Z] 097100c76c15: Preparing [2025-08-04T02:20:33.027Z] e5d6fdfe2490: Waiting [2025-08-04T02:20:33.027Z] 5c767aea678d: Waiting [2025-08-04T02:20:33.027Z] d3dbc8d4afca: Waiting [2025-08-04T02:20:33.027Z] 5951337c8938: Waiting [2025-08-04T02:20:33.027Z] 8dd1abe896c3: Waiting [2025-08-04T02:20:33.027Z] e2b8a7d98711: Waiting [2025-08-04T02:20:33.027Z] 097100c76c15: Waiting [2025-08-04T02:20:33.027Z] ccc392f6e961: Layer already exists [2025-08-04T02:20:33.027Z] 1949eb302d59: Layer already exists [2025-08-04T02:20:33.027Z] a113ad7b67ea: Layer already exists [2025-08-04T02:20:33.027Z] 1fff0d936fe1: Layer already exists [2025-08-04T02:20:33.027Z] 24276085aff5: Layer already exists [2025-08-04T02:20:33.027Z] e5d6fdfe2490: Layer already exists [2025-08-04T02:20:33.027Z] 5c767aea678d: Layer already exists [2025-08-04T02:20:33.027Z] 5951337c8938: Layer already exists [2025-08-04T02:20:33.027Z] d3dbc8d4afca: Layer already exists [2025-08-04T02:20:33.027Z] 8dd1abe896c3: Layer already exists [2025-08-04T02:20:33.027Z] e2b8a7d98711: Layer already exists [2025-08-04T02:20:33.027Z] 097100c76c15: Layer already exists [2025-08-04T02:20:33.027Z] 4.1.0-dev.42: digest: sha256:7c0c868b3f427ff3a679f0f86a0b4dd34ecf2c115e8ba82778b069b2311dd625 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:20:33.366Z] + 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-04T02:20:33.685Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T02:20:33.685Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-08-04T02:20:33.685Z] a113ad7b67ea: Preparing [2025-08-04T02:20:33.685Z] 1949eb302d59: Preparing [2025-08-04T02:20:33.685Z] ccc392f6e961: Preparing [2025-08-04T02:20:33.685Z] 1fff0d936fe1: Preparing [2025-08-04T02:20:33.686Z] 24276085aff5: Preparing [2025-08-04T02:20:33.686Z] e5d6fdfe2490: Preparing [2025-08-04T02:20:33.686Z] 5c767aea678d: Preparing [2025-08-04T02:20:33.686Z] d3dbc8d4afca: Preparing [2025-08-04T02:20:33.686Z] 5951337c8938: Preparing [2025-08-04T02:20:33.686Z] 8dd1abe896c3: Preparing [2025-08-04T02:20:33.686Z] e2b8a7d98711: Preparing [2025-08-04T02:20:33.686Z] 097100c76c15: Preparing [2025-08-04T02:20:33.686Z] d3dbc8d4afca: Waiting [2025-08-04T02:20:33.686Z] 5951337c8938: Waiting [2025-08-04T02:20:33.686Z] 8dd1abe896c3: Waiting [2025-08-04T02:20:33.686Z] e2b8a7d98711: Waiting [2025-08-04T02:20:33.686Z] 097100c76c15: Waiting [2025-08-04T02:20:33.686Z] e5d6fdfe2490: Waiting [2025-08-04T02:20:33.686Z] 5c767aea678d: Waiting [2025-08-04T02:20:33.686Z] a113ad7b67ea: Layer already exists [2025-08-04T02:20:33.686Z] ccc392f6e961: Layer already exists [2025-08-04T02:20:33.686Z] 1fff0d936fe1: Layer already exists [2025-08-04T02:20:33.686Z] 1949eb302d59: Layer already exists [2025-08-04T02:20:33.686Z] 24276085aff5: Layer already exists [2025-08-04T02:20:33.686Z] e5d6fdfe2490: Layer already exists [2025-08-04T02:20:33.686Z] 5c767aea678d: Layer already exists [2025-08-04T02:20:33.686Z] d3dbc8d4afca: Layer already exists [2025-08-04T02:20:33.686Z] 5951337c8938: Layer already exists [2025-08-04T02:20:33.686Z] 8dd1abe896c3: Layer already exists [2025-08-04T02:20:33.686Z] e2b8a7d98711: Layer already exists [2025-08-04T02:20:33.686Z] 097100c76c15: Layer already exists [2025-08-04T02:20:33.686Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:7c0c868b3f427ff3a679f0f86a0b4dd34ecf2c115e8ba82778b069b2311dd625 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:20:34.014Z] + 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-04T02:20:34.339Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-08-04T02:20:34.339Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-08-04T02:20:34.339Z] a113ad7b67ea: Preparing [2025-08-04T02:20:34.339Z] 1949eb302d59: Preparing [2025-08-04T02:20:34.339Z] ccc392f6e961: Preparing [2025-08-04T02:20:34.339Z] 1fff0d936fe1: Preparing [2025-08-04T02:20:34.339Z] 24276085aff5: Preparing [2025-08-04T02:20:34.339Z] e5d6fdfe2490: Preparing [2025-08-04T02:20:34.339Z] 5c767aea678d: Preparing [2025-08-04T02:20:34.339Z] d3dbc8d4afca: Preparing [2025-08-04T02:20:34.339Z] 5951337c8938: Preparing [2025-08-04T02:20:34.339Z] 8dd1abe896c3: Preparing [2025-08-04T02:20:34.339Z] e2b8a7d98711: Preparing [2025-08-04T02:20:34.339Z] 097100c76c15: Preparing [2025-08-04T02:20:34.339Z] e5d6fdfe2490: Waiting [2025-08-04T02:20:34.339Z] 5951337c8938: Waiting [2025-08-04T02:20:34.339Z] 8dd1abe896c3: Waiting [2025-08-04T02:20:34.339Z] 5c767aea678d: Waiting [2025-08-04T02:20:34.339Z] e2b8a7d98711: Waiting [2025-08-04T02:20:34.339Z] 097100c76c15: Waiting [2025-08-04T02:20:34.339Z] d3dbc8d4afca: Waiting [2025-08-04T02:20:34.339Z] ccc392f6e961: Layer already exists [2025-08-04T02:20:34.339Z] 24276085aff5: Layer already exists [2025-08-04T02:20:34.339Z] a113ad7b67ea: Layer already exists [2025-08-04T02:20:34.339Z] 1fff0d936fe1: Layer already exists [2025-08-04T02:20:34.339Z] 1949eb302d59: Layer already exists [2025-08-04T02:20:34.339Z] 5c767aea678d: Layer already exists [2025-08-04T02:20:34.339Z] e5d6fdfe2490: Layer already exists [2025-08-04T02:20:34.339Z] d3dbc8d4afca: Layer already exists [2025-08-04T02:20:34.339Z] 8dd1abe896c3: Layer already exists [2025-08-04T02:20:34.339Z] 5951337c8938: Layer already exists [2025-08-04T02:20:34.339Z] e2b8a7d98711: Layer already exists [2025-08-04T02:20:34.339Z] 097100c76c15: Layer already exists [2025-08-04T02:20:34.339Z] main: digest: sha256:7c0c868b3f427ff3a679f0f86a0b4dd34ecf2c115e8ba82778b069b2311dd625 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [2025-08-04T02:20:34.383Z] #100 ... [2025-08-04T02:20:34.383Z] [2025-08-04T02:20:34.383Z] #101 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-08-04T02:20:34.383Z] #101 DONE 1.7s [2025-08-04T02:20:34.383Z] [2025-08-04T02:20:34.383Z] #100 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-08-04T02:20:34.383Z] #100 DONE 2.0s [2025-08-04T02:20:34.383Z] [2025-08-04T02:20:34.383Z] #102 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-08-04T02:20:34.383Z] #102 DONE 3.1s [2025-08-04T02:20:34.383Z] [2025-08-04T02:20:34.383Z] #103 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-08-04T02:20:34.383Z] #103 ... [2025-08-04T02:20:34.383Z] [2025-08-04T02:20:34.383Z] #104 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2025-08-04T02:20:34.383Z] #104 DONE 0.2s [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-04T02:20:34.411Z] ===================================================== [Pipeline] echo [2025-08-04T02:20:34.423Z] taggedImages: [2025-08-04T02:20:34.423Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T02:20:34.423Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-08-04T02:20:34.423Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42 [2025-08-04T02:20:34.423Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T02:20:34.423Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2025-08-04T02:20:34.449Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2025-08-04T02:20:34.449Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T02:20:34.449Z] latest [2025-08-04T02:20:34.449Z] 4.1.0-dev.42 [2025-08-04T02:20:34.449Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T02:20:34.449Z] main [2025-08-04T02:20:34.449Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:20:34.663Z] [2025-08-04T02:20:34.663Z] #105 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2025-08-04T02:20:34.663Z] #105 DONE 0.3s [2025-08-04T02:20:34.663Z] [2025-08-04T02:20:34.663Z] #103 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-08-04T02:20:34.663Z] #103 DONE 0.3s [2025-08-04T02:20:34.663Z] [2025-08-04T02:20:34.663Z] #106 [security-spire-agent stage-3 7/10] COPY security.txt / [2025-08-04T02:20:34.663Z] #106 ... [2025-08-04T02:20:34.663Z] [2025-08-04T02:20:34.663Z] #107 [security-spire-config stage-2 6/10] COPY security.txt / [2025-08-04T02:20:34.663Z] #107 DONE 0.3s [2025-08-04T02:20:34.791Z] + 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-04T02:20:34.931Z] [2025-08-04T02:20:34.931Z] #106 [security-spire-agent stage-3 7/10] COPY security.txt / [2025-08-04T02:20:34.931Z] #106 DONE 0.3s [2025-08-04T02:20:34.931Z] [2025-08-04T02:20:34.931Z] #108 [security-spire-server stage-2 6/9] COPY security.txt / [2025-08-04T02:20:34.931Z] #108 DONE 0.3s [2025-08-04T02:20:34.931Z] [2025-08-04T02:20:34.931Z] #109 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2025-08-04T02:20:34.931Z] #109 DONE 0.3s [2025-08-04T02:20:34.931Z] [2025-08-04T02:20:34.931Z] #110 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2025-08-04T02:20:35.113Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T02:20:35.113Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-08-04T02:20:35.113Z] 81e2915ff997: Preparing [2025-08-04T02:20:35.113Z] 29cae102bbfc: Preparing [2025-08-04T02:20:35.113Z] d3dbc8d4afca: Preparing [2025-08-04T02:20:35.113Z] 5951337c8938: Preparing [2025-08-04T02:20:35.113Z] a658b2ac2f90: Preparing [2025-08-04T02:20:35.113Z] 3daf2f61ab58: Preparing [2025-08-04T02:20:35.113Z] 097100c76c15: Preparing [2025-08-04T02:20:35.113Z] 3daf2f61ab58: Waiting [2025-08-04T02:20:35.113Z] 097100c76c15: Waiting [2025-08-04T02:20:35.113Z] d3dbc8d4afca: Layer already exists [2025-08-04T02:20:35.113Z] 5951337c8938: Layer already exists [2025-08-04T02:20:35.113Z] 097100c76c15: Layer already exists [2025-08-04T02:20:35.113Z] 81e2915ff997: Pushed [2025-08-04T02:20:35.113Z] a658b2ac2f90: Pushed [2025-08-04T02:20:35.201Z] #110 DONE 0.2s [2025-08-04T02:20:35.201Z] [2025-08-04T02:20:35.201Z] #111 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-08-04T02:20:35.201Z] #111 DONE 0.3s [2025-08-04T02:20:35.201Z] [2025-08-04T02:20:35.201Z] #112 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2025-08-04T02:20:35.201Z] #112 DONE 0.2s [2025-08-04T02:20:35.201Z] [2025-08-04T02:20:35.201Z] #113 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2025-08-04T02:20:35.469Z] #113 DONE 0.2s [2025-08-04T02:20:35.469Z] [2025-08-04T02:20:35.469Z] #114 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2025-08-04T02:20:35.469Z] #114 DONE 0.2s [2025-08-04T02:20:35.469Z] [2025-08-04T02:20:35.469Z] #115 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2025-08-04T02:20:35.469Z] #115 DONE 0.3s [2025-08-04T02:20:35.469Z] [2025-08-04T02:20:35.469Z] #116 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2025-08-04T02:20:35.743Z] #116 ... [2025-08-04T02:20:35.743Z] [2025-08-04T02:20:35.743Z] #117 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2025-08-04T02:20:35.743Z] #117 DONE 0.4s [2025-08-04T02:20:36.009Z] [2025-08-04T02:20:36.009Z] #116 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2025-08-04T02:20:36.009Z] #116 DONE 0.5s [2025-08-04T02:20:36.009Z] [2025-08-04T02:20:36.009Z] #118 [security-spire-agent] exporting to image [2025-08-04T02:20:36.009Z] #118 exporting layers [2025-08-04T02:20:36.045Z] 3daf2f61ab58: Pushed [2025-08-04T02:20:38.573Z] 29cae102bbfc: Pushed [2025-08-04T02:20:38.573Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:7388d4eff8ce298ea7c73b5bd4b9ff63c1730cacc3cdf92174e2bf629b3ea145 size: 1782 [Pipeline] } [Pipeline] // withEnv [2025-08-04T02:20:38.601Z] #118 exporting layers 3.0s done [2025-08-04T02:20:38.602Z] #118 writing image sha256:9c5e87db71f1b7aba6e02e58d86b9d2ef1509b3e971500b3e841cefc7b4dd26e 0.0s done [2025-08-04T02:20:38.602Z] #118 naming to docker.io/library/security-spire-config-arm64 [2025-08-04T02:20:38.602Z] #118 exporting layers 2.8s done [2025-08-04T02:20:38.602Z] #118 naming to docker.io/library/security-spire-config-arm64 done [2025-08-04T02:20:38.602Z] #118 writing image sha256:a00ef448c616a70c822251c8009731f871c477bdd4d878e66fef2d2b7bfabc47 0.0s done [2025-08-04T02:20:38.602Z] #118 naming to docker.io/library/security-spire-server-arm64 done [2025-08-04T02:20:38.602Z] #118 writing image sha256:c57c79ab8de2c10705e1f202467c2793cb708d0025ecb2482a4a8a007f3a3478 done [2025-08-04T02:20:38.602Z] #118 naming to docker.io/library/security-spire-agent-arm64 done [2025-08-04T02:20:38.602Z] #118 DONE 3.2s [2025-08-04T02:20:38.602Z] [2025-08-04T02:20:38.602Z] #85 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:20:38.894Z] + 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-04T02:20:39.223Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-08-04T02:20:39.224Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-08-04T02:20:39.224Z] 81e2915ff997: Preparing [2025-08-04T02:20:39.224Z] 29cae102bbfc: Preparing [2025-08-04T02:20:39.224Z] d3dbc8d4afca: Preparing [2025-08-04T02:20:39.224Z] 5951337c8938: Preparing [2025-08-04T02:20:39.224Z] a658b2ac2f90: Preparing [2025-08-04T02:20:39.224Z] 3daf2f61ab58: Preparing [2025-08-04T02:20:39.224Z] 097100c76c15: Preparing [2025-08-04T02:20:39.224Z] 3daf2f61ab58: Waiting [2025-08-04T02:20:39.224Z] 097100c76c15: Waiting [2025-08-04T02:20:39.224Z] 81e2915ff997: Layer already exists [2025-08-04T02:20:39.224Z] d3dbc8d4afca: Layer already exists [2025-08-04T02:20:39.224Z] 29cae102bbfc: Layer already exists [2025-08-04T02:20:39.224Z] 5951337c8938: Layer already exists [2025-08-04T02:20:39.224Z] a658b2ac2f90: Layer already exists [2025-08-04T02:20:39.224Z] 3daf2f61ab58: Layer already exists [2025-08-04T02:20:39.224Z] 097100c76c15: Layer already exists [2025-08-04T02:20:39.224Z] latest: digest: sha256:7388d4eff8ce298ea7c73b5bd4b9ff63c1730cacc3cdf92174e2bf629b3ea145 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:20:39.548Z] + 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-04T02:20:39.881Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42 [2025-08-04T02:20:39.882Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-08-04T02:20:39.882Z] 81e2915ff997: Preparing [2025-08-04T02:20:39.882Z] 29cae102bbfc: Preparing [2025-08-04T02:20:39.882Z] d3dbc8d4afca: Preparing [2025-08-04T02:20:39.882Z] 5951337c8938: Preparing [2025-08-04T02:20:39.882Z] a658b2ac2f90: Preparing [2025-08-04T02:20:39.882Z] 3daf2f61ab58: Preparing [2025-08-04T02:20:39.882Z] 097100c76c15: Preparing [2025-08-04T02:20:39.882Z] 097100c76c15: Waiting [2025-08-04T02:20:39.882Z] 3daf2f61ab58: Waiting [2025-08-04T02:20:39.882Z] d3dbc8d4afca: Layer already exists [2025-08-04T02:20:39.882Z] 29cae102bbfc: Layer already exists [2025-08-04T02:20:39.882Z] 81e2915ff997: Layer already exists [2025-08-04T02:20:39.882Z] a658b2ac2f90: Layer already exists [2025-08-04T02:20:39.882Z] 5951337c8938: Layer already exists [2025-08-04T02:20:39.882Z] 3daf2f61ab58: Layer already exists [2025-08-04T02:20:39.882Z] 097100c76c15: Layer already exists [2025-08-04T02:20:39.882Z] 4.1.0-dev.42: digest: sha256:7388d4eff8ce298ea7c73b5bd4b9ff63c1730cacc3cdf92174e2bf629b3ea145 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:20:40.196Z] + 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-04T02:20:40.518Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T02:20:40.518Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-08-04T02:20:40.518Z] 81e2915ff997: Preparing [2025-08-04T02:20:40.518Z] 29cae102bbfc: Preparing [2025-08-04T02:20:40.518Z] d3dbc8d4afca: Preparing [2025-08-04T02:20:40.518Z] 5951337c8938: Preparing [2025-08-04T02:20:40.518Z] a658b2ac2f90: Preparing [2025-08-04T02:20:40.518Z] 3daf2f61ab58: Preparing [2025-08-04T02:20:40.518Z] 097100c76c15: Preparing [2025-08-04T02:20:40.518Z] 3daf2f61ab58: Waiting [2025-08-04T02:20:40.518Z] 097100c76c15: Waiting [2025-08-04T02:20:40.518Z] 81e2915ff997: Layer already exists [2025-08-04T02:20:40.518Z] d3dbc8d4afca: Layer already exists [2025-08-04T02:20:40.518Z] 5951337c8938: Layer already exists [2025-08-04T02:20:40.518Z] a658b2ac2f90: Layer already exists [2025-08-04T02:20:40.518Z] 29cae102bbfc: Layer already exists [2025-08-04T02:20:40.518Z] 3daf2f61ab58: Layer already exists [2025-08-04T02:20:40.518Z] 097100c76c15: Layer already exists [2025-08-04T02:20:40.518Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:7388d4eff8ce298ea7c73b5bd4b9ff63c1730cacc3cdf92174e2bf629b3ea145 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:20:40.846Z] + 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-04T02:20:41.165Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-08-04T02:20:41.165Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-08-04T02:20:41.165Z] 81e2915ff997: Preparing [2025-08-04T02:20:41.165Z] 29cae102bbfc: Preparing [2025-08-04T02:20:41.165Z] d3dbc8d4afca: Preparing [2025-08-04T02:20:41.165Z] 5951337c8938: Preparing [2025-08-04T02:20:41.165Z] a658b2ac2f90: Preparing [2025-08-04T02:20:41.165Z] 3daf2f61ab58: Preparing [2025-08-04T02:20:41.165Z] 097100c76c15: Preparing [2025-08-04T02:20:41.165Z] 097100c76c15: Waiting [2025-08-04T02:20:41.165Z] 3daf2f61ab58: Waiting [2025-08-04T02:20:41.165Z] 5951337c8938: Layer already exists [2025-08-04T02:20:41.165Z] a658b2ac2f90: Layer already exists [2025-08-04T02:20:41.165Z] 29cae102bbfc: Layer already exists [2025-08-04T02:20:41.165Z] 81e2915ff997: Layer already exists [2025-08-04T02:20:41.165Z] d3dbc8d4afca: Layer already exists [2025-08-04T02:20:41.165Z] 097100c76c15: Layer already exists [2025-08-04T02:20:41.165Z] 3daf2f61ab58: Layer already exists [2025-08-04T02:20:41.165Z] main: digest: sha256:7388d4eff8ce298ea7c73b5bd4b9ff63c1730cacc3cdf92174e2bf629b3ea145 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-04T02:20:41.239Z] ===================================================== [Pipeline] echo [2025-08-04T02:20:41.258Z] taggedImages: [2025-08-04T02:20:41.258Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T02:20:41.258Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-08-04T02:20:41.258Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42 [2025-08-04T02:20:41.258Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T02:20:41.258Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2025-08-04T02:20:41.295Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2025-08-04T02:20:41.295Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T02:20:41.295Z] latest [2025-08-04T02:20:41.295Z] 4.1.0-dev.42 [2025-08-04T02:20:41.295Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T02:20:41.295Z] main [2025-08-04T02:20:41.295Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:20:41.656Z] + 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-04T02:20:41.986Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T02:20:41.987Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-08-04T02:20:41.987Z] a985692bd20b: Preparing [2025-08-04T02:20:41.987Z] 0f6cd5a2a414: Preparing [2025-08-04T02:20:41.987Z] bcee4cfc7f26: Preparing [2025-08-04T02:20:41.987Z] d3dbc8d4afca: Preparing [2025-08-04T02:20:41.987Z] 5951337c8938: Preparing [2025-08-04T02:20:41.987Z] ab213821fe2c: Preparing [2025-08-04T02:20:41.987Z] 7c1a2ca77237: Preparing [2025-08-04T02:20:41.987Z] 51075ab804b0: Preparing [2025-08-04T02:20:41.987Z] 3a53b8c3fd46: Preparing [2025-08-04T02:20:41.987Z] 097100c76c15: Preparing [2025-08-04T02:20:41.987Z] ab213821fe2c: Waiting [2025-08-04T02:20:41.987Z] 7c1a2ca77237: Waiting [2025-08-04T02:20:41.987Z] 51075ab804b0: Waiting [2025-08-04T02:20:41.987Z] 3a53b8c3fd46: Waiting [2025-08-04T02:20:41.987Z] 097100c76c15: Waiting [2025-08-04T02:20:41.987Z] 5951337c8938: Layer already exists [2025-08-04T02:20:41.987Z] d3dbc8d4afca: Layer already exists [2025-08-04T02:20:41.987Z] 0f6cd5a2a414: Pushed [2025-08-04T02:20:41.987Z] a985692bd20b: Pushed [2025-08-04T02:20:41.987Z] bcee4cfc7f26: Pushed [2025-08-04T02:20:41.987Z] 097100c76c15: Layer already exists [2025-08-04T02:20:41.987Z] 51075ab804b0: Pushed [2025-08-04T02:20:42.557Z] 3a53b8c3fd46: Pushed [2025-08-04T02:20:46.749Z] 7c1a2ca77237: Pushed [2025-08-04T02:20:53.496Z] ab213821fe2c: Pushed [2025-08-04T02:20:53.496Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:b3bf58426d73d237c257dd78d7a750a9e3b39e97916495fc82e0eb595b11a5c6 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:20:53.819Z] + 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-04T02:20:54.143Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-08-04T02:20:54.143Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-08-04T02:20:54.143Z] a985692bd20b: Preparing [2025-08-04T02:20:54.143Z] 0f6cd5a2a414: Preparing [2025-08-04T02:20:54.143Z] bcee4cfc7f26: Preparing [2025-08-04T02:20:54.143Z] d3dbc8d4afca: Preparing [2025-08-04T02:20:54.143Z] 5951337c8938: Preparing [2025-08-04T02:20:54.143Z] ab213821fe2c: Preparing [2025-08-04T02:20:54.143Z] 7c1a2ca77237: Preparing [2025-08-04T02:20:54.143Z] 51075ab804b0: Preparing [2025-08-04T02:20:54.143Z] 3a53b8c3fd46: Preparing [2025-08-04T02:20:54.143Z] 097100c76c15: Preparing [2025-08-04T02:20:54.143Z] ab213821fe2c: Waiting [2025-08-04T02:20:54.143Z] 7c1a2ca77237: Waiting [2025-08-04T02:20:54.143Z] 3a53b8c3fd46: Waiting [2025-08-04T02:20:54.143Z] 51075ab804b0: Waiting [2025-08-04T02:20:54.143Z] 097100c76c15: Waiting [2025-08-04T02:20:54.143Z] a985692bd20b: Layer already exists [2025-08-04T02:20:54.143Z] bcee4cfc7f26: Layer already exists [2025-08-04T02:20:54.143Z] d3dbc8d4afca: Layer already exists [2025-08-04T02:20:54.144Z] 5951337c8938: Layer already exists [2025-08-04T02:20:54.144Z] 0f6cd5a2a414: Layer already exists [2025-08-04T02:20:54.144Z] 7c1a2ca77237: Layer already exists [2025-08-04T02:20:54.144Z] 3a53b8c3fd46: Layer already exists [2025-08-04T02:20:54.144Z] ab213821fe2c: Layer already exists [2025-08-04T02:20:54.144Z] 097100c76c15: Layer already exists [2025-08-04T02:20:54.144Z] 51075ab804b0: Layer already exists [2025-08-04T02:20:54.144Z] latest: digest: sha256:b3bf58426d73d237c257dd78d7a750a9e3b39e97916495fc82e0eb595b11a5c6 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:20:54.479Z] + 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-04T02:20:54.803Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42 [2025-08-04T02:20:54.803Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-08-04T02:20:54.803Z] a985692bd20b: Preparing [2025-08-04T02:20:54.803Z] 0f6cd5a2a414: Preparing [2025-08-04T02:20:54.803Z] bcee4cfc7f26: Preparing [2025-08-04T02:20:54.803Z] d3dbc8d4afca: Preparing [2025-08-04T02:20:54.803Z] 5951337c8938: Preparing [2025-08-04T02:20:54.803Z] ab213821fe2c: Preparing [2025-08-04T02:20:54.803Z] 7c1a2ca77237: Preparing [2025-08-04T02:20:54.803Z] 51075ab804b0: Preparing [2025-08-04T02:20:54.803Z] 3a53b8c3fd46: Preparing [2025-08-04T02:20:54.803Z] 097100c76c15: Preparing [2025-08-04T02:20:54.803Z] 7c1a2ca77237: Waiting [2025-08-04T02:20:54.803Z] 51075ab804b0: Waiting [2025-08-04T02:20:54.803Z] 3a53b8c3fd46: Waiting [2025-08-04T02:20:54.803Z] 097100c76c15: Waiting [2025-08-04T02:20:54.803Z] ab213821fe2c: Waiting [2025-08-04T02:20:54.803Z] a985692bd20b: Layer already exists [2025-08-04T02:20:54.803Z] d3dbc8d4afca: Layer already exists [2025-08-04T02:20:54.803Z] 5951337c8938: Layer already exists [2025-08-04T02:20:54.803Z] 0f6cd5a2a414: Layer already exists [2025-08-04T02:20:54.803Z] bcee4cfc7f26: Layer already exists [2025-08-04T02:20:54.803Z] ab213821fe2c: Layer already exists [2025-08-04T02:20:54.803Z] 3a53b8c3fd46: Layer already exists [2025-08-04T02:20:54.803Z] 7c1a2ca77237: Layer already exists [2025-08-04T02:20:54.803Z] 51075ab804b0: Layer already exists [2025-08-04T02:20:54.803Z] 097100c76c15: Layer already exists [2025-08-04T02:20:54.803Z] 4.1.0-dev.42: digest: sha256:b3bf58426d73d237c257dd78d7a750a9e3b39e97916495fc82e0eb595b11a5c6 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:20:55.141Z] + 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-04T02:20:55.465Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T02:20:55.466Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-08-04T02:20:55.466Z] a985692bd20b: Preparing [2025-08-04T02:20:55.466Z] 0f6cd5a2a414: Preparing [2025-08-04T02:20:55.466Z] bcee4cfc7f26: Preparing [2025-08-04T02:20:55.466Z] d3dbc8d4afca: Preparing [2025-08-04T02:20:55.466Z] 5951337c8938: Preparing [2025-08-04T02:20:55.466Z] ab213821fe2c: Preparing [2025-08-04T02:20:55.466Z] 7c1a2ca77237: Preparing [2025-08-04T02:20:55.466Z] 51075ab804b0: Preparing [2025-08-04T02:20:55.466Z] 3a53b8c3fd46: Preparing [2025-08-04T02:20:55.466Z] 097100c76c15: Preparing [2025-08-04T02:20:55.466Z] 3a53b8c3fd46: Waiting [2025-08-04T02:20:55.466Z] ab213821fe2c: Waiting [2025-08-04T02:20:55.466Z] 7c1a2ca77237: Waiting [2025-08-04T02:20:55.466Z] 097100c76c15: Waiting [2025-08-04T02:20:55.466Z] 51075ab804b0: Waiting [2025-08-04T02:20:55.466Z] bcee4cfc7f26: Layer already exists [2025-08-04T02:20:55.466Z] 0f6cd5a2a414: Layer already exists [2025-08-04T02:20:55.466Z] a985692bd20b: Layer already exists [2025-08-04T02:20:55.466Z] 5951337c8938: Layer already exists [2025-08-04T02:20:55.466Z] d3dbc8d4afca: Layer already exists [2025-08-04T02:20:55.466Z] 51075ab804b0: Layer already exists [2025-08-04T02:20:55.466Z] 3a53b8c3fd46: Layer already exists [2025-08-04T02:20:55.466Z] ab213821fe2c: Layer already exists [2025-08-04T02:20:55.466Z] 7c1a2ca77237: Layer already exists [2025-08-04T02:20:55.466Z] 097100c76c15: Layer already exists [2025-08-04T02:20:55.466Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:b3bf58426d73d237c257dd78d7a750a9e3b39e97916495fc82e0eb595b11a5c6 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:20:55.801Z] + 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-04T02:20:56.130Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-08-04T02:20:56.130Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-08-04T02:20:56.130Z] a985692bd20b: Preparing [2025-08-04T02:20:56.130Z] 0f6cd5a2a414: Preparing [2025-08-04T02:20:56.130Z] bcee4cfc7f26: Preparing [2025-08-04T02:20:56.130Z] d3dbc8d4afca: Preparing [2025-08-04T02:20:56.130Z] 5951337c8938: Preparing [2025-08-04T02:20:56.130Z] ab213821fe2c: Preparing [2025-08-04T02:20:56.130Z] 7c1a2ca77237: Preparing [2025-08-04T02:20:56.130Z] 51075ab804b0: Preparing [2025-08-04T02:20:56.130Z] 3a53b8c3fd46: Preparing [2025-08-04T02:20:56.130Z] ab213821fe2c: Waiting [2025-08-04T02:20:56.130Z] 51075ab804b0: Waiting [2025-08-04T02:20:56.130Z] 3a53b8c3fd46: Waiting [2025-08-04T02:20:56.130Z] 7c1a2ca77237: Waiting [2025-08-04T02:20:56.130Z] 097100c76c15: Preparing [2025-08-04T02:20:56.130Z] 097100c76c15: Waiting [2025-08-04T02:20:56.130Z] d3dbc8d4afca: Layer already exists [2025-08-04T02:20:56.130Z] bcee4cfc7f26: Layer already exists [2025-08-04T02:20:56.130Z] 0f6cd5a2a414: Layer already exists [2025-08-04T02:20:56.130Z] 5951337c8938: Layer already exists [2025-08-04T02:20:56.130Z] a985692bd20b: Layer already exists [2025-08-04T02:20:56.130Z] 7c1a2ca77237: Layer already exists [2025-08-04T02:20:56.130Z] 097100c76c15: Layer already exists [2025-08-04T02:20:56.130Z] ab213821fe2c: Layer already exists [2025-08-04T02:20:56.130Z] 51075ab804b0: Layer already exists [2025-08-04T02:20:56.130Z] 3a53b8c3fd46: Layer already exists [2025-08-04T02:20:56.130Z] main: digest: sha256:b3bf58426d73d237c257dd78d7a750a9e3b39e97916495fc82e0eb595b11a5c6 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-04T02:20:56.214Z] ===================================================== [Pipeline] echo [2025-08-04T02:20:56.230Z] taggedImages: [2025-08-04T02:20:56.230Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T02:20:56.230Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-08-04T02:20:56.230Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42 [2025-08-04T02:20:56.230Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T02:20:56.230Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2025-08-04T02:20:56.263Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2025-08-04T02:20:56.263Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T02:20:56.263Z] latest [2025-08-04T02:20:56.263Z] 4.1.0-dev.42 [2025-08-04T02:20:56.263Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T02:20:56.263Z] main [2025-08-04T02:20:56.263Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:20:56.604Z] + 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-04T02:20:56.933Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T02:20:56.933Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-08-04T02:20:56.933Z] 041afcdc9310: Preparing [2025-08-04T02:20:56.933Z] edba53a37afe: Preparing [2025-08-04T02:20:56.933Z] b746f6bd6628: Preparing [2025-08-04T02:20:56.933Z] d3dbc8d4afca: Preparing [2025-08-04T02:20:56.933Z] 5951337c8938: Preparing [2025-08-04T02:20:56.933Z] 62e08c1756e6: Preparing [2025-08-04T02:20:56.933Z] 496083cf3c93: Preparing [2025-08-04T02:20:56.933Z] b418ea71574b: Preparing [2025-08-04T02:20:56.933Z] 097100c76c15: Preparing [2025-08-04T02:20:56.933Z] b418ea71574b: Waiting [2025-08-04T02:20:56.933Z] 496083cf3c93: Waiting [2025-08-04T02:20:56.933Z] 097100c76c15: Waiting [2025-08-04T02:20:56.933Z] 62e08c1756e6: Waiting [2025-08-04T02:20:56.933Z] 5951337c8938: Layer already exists [2025-08-04T02:20:56.933Z] d3dbc8d4afca: Layer already exists [2025-08-04T02:20:56.933Z] b746f6bd6628: Pushed [2025-08-04T02:20:56.933Z] 496083cf3c93: Pushed [2025-08-04T02:20:56.933Z] 041afcdc9310: Pushed [2025-08-04T02:20:56.933Z] edba53a37afe: Pushed [2025-08-04T02:20:56.933Z] 097100c76c15: Layer already exists [2025-08-04T02:20:57.192Z] b418ea71574b: Pushed [2025-08-04T02:21:09.416Z] 62e08c1756e6: Pushed [2025-08-04T02:21:09.416Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:8d124f87c3b13dc126b472d6f9e0cb2eafa034b696c34378ea9b2022b7de40cb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:21:09.748Z] + 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-04T02:21:10.072Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-08-04T02:21:10.072Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-08-04T02:21:10.072Z] 041afcdc9310: Preparing [2025-08-04T02:21:10.072Z] edba53a37afe: Preparing [2025-08-04T02:21:10.072Z] b746f6bd6628: Preparing [2025-08-04T02:21:10.072Z] d3dbc8d4afca: Preparing [2025-08-04T02:21:10.072Z] 5951337c8938: Preparing [2025-08-04T02:21:10.072Z] 62e08c1756e6: Preparing [2025-08-04T02:21:10.072Z] 496083cf3c93: Preparing [2025-08-04T02:21:10.072Z] b418ea71574b: Preparing [2025-08-04T02:21:10.072Z] 097100c76c15: Preparing [2025-08-04T02:21:10.072Z] 62e08c1756e6: Waiting [2025-08-04T02:21:10.072Z] b418ea71574b: Waiting [2025-08-04T02:21:10.072Z] 496083cf3c93: Waiting [2025-08-04T02:21:10.072Z] 097100c76c15: Waiting [2025-08-04T02:21:10.072Z] 5951337c8938: Layer already exists [2025-08-04T02:21:10.072Z] edba53a37afe: Layer already exists [2025-08-04T02:21:10.072Z] b746f6bd6628: Layer already exists [2025-08-04T02:21:10.072Z] 041afcdc9310: Layer already exists [2025-08-04T02:21:10.072Z] d3dbc8d4afca: Layer already exists [2025-08-04T02:21:10.072Z] 62e08c1756e6: Layer already exists [2025-08-04T02:21:10.072Z] 496083cf3c93: Layer already exists [2025-08-04T02:21:10.072Z] b418ea71574b: Layer already exists [2025-08-04T02:21:10.072Z] 097100c76c15: Layer already exists [2025-08-04T02:21:10.072Z] latest: digest: sha256:8d124f87c3b13dc126b472d6f9e0cb2eafa034b696c34378ea9b2022b7de40cb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:21:10.405Z] + 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-04T02:21:10.728Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42 [2025-08-04T02:21:10.728Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-08-04T02:21:10.728Z] 041afcdc9310: Preparing [2025-08-04T02:21:10.728Z] edba53a37afe: Preparing [2025-08-04T02:21:10.728Z] b746f6bd6628: Preparing [2025-08-04T02:21:10.728Z] d3dbc8d4afca: Preparing [2025-08-04T02:21:10.728Z] 5951337c8938: Preparing [2025-08-04T02:21:10.728Z] 62e08c1756e6: Preparing [2025-08-04T02:21:10.728Z] 496083cf3c93: Preparing [2025-08-04T02:21:10.728Z] b418ea71574b: Preparing [2025-08-04T02:21:10.728Z] 097100c76c15: Preparing [2025-08-04T02:21:10.728Z] 62e08c1756e6: Waiting [2025-08-04T02:21:10.728Z] 496083cf3c93: Waiting [2025-08-04T02:21:10.728Z] b418ea71574b: Waiting [2025-08-04T02:21:10.728Z] b746f6bd6628: Layer already exists [2025-08-04T02:21:10.728Z] edba53a37afe: Layer already exists [2025-08-04T02:21:10.728Z] 5951337c8938: Layer already exists [2025-08-04T02:21:10.728Z] d3dbc8d4afca: Layer already exists [2025-08-04T02:21:10.728Z] 041afcdc9310: Layer already exists [2025-08-04T02:21:10.728Z] b418ea71574b: Layer already exists [2025-08-04T02:21:10.728Z] 62e08c1756e6: Layer already exists [2025-08-04T02:21:10.728Z] 496083cf3c93: Layer already exists [2025-08-04T02:21:10.728Z] 097100c76c15: Layer already exists [2025-08-04T02:21:10.728Z] 4.1.0-dev.42: digest: sha256:8d124f87c3b13dc126b472d6f9e0cb2eafa034b696c34378ea9b2022b7de40cb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:21:11.049Z] + 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-04T02:21:11.367Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T02:21:11.367Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-08-04T02:21:11.367Z] 041afcdc9310: Preparing [2025-08-04T02:21:11.367Z] edba53a37afe: Preparing [2025-08-04T02:21:11.367Z] b746f6bd6628: Preparing [2025-08-04T02:21:11.367Z] d3dbc8d4afca: Preparing [2025-08-04T02:21:11.367Z] 5951337c8938: Preparing [2025-08-04T02:21:11.367Z] 62e08c1756e6: Preparing [2025-08-04T02:21:11.367Z] 496083cf3c93: Preparing [2025-08-04T02:21:11.367Z] b418ea71574b: Preparing [2025-08-04T02:21:11.367Z] 097100c76c15: Preparing [2025-08-04T02:21:11.367Z] 62e08c1756e6: Waiting [2025-08-04T02:21:11.367Z] 496083cf3c93: Waiting [2025-08-04T02:21:11.367Z] b418ea71574b: Waiting [2025-08-04T02:21:11.367Z] 097100c76c15: Waiting [2025-08-04T02:21:11.367Z] d3dbc8d4afca: Layer already exists [2025-08-04T02:21:11.367Z] edba53a37afe: Layer already exists [2025-08-04T02:21:11.367Z] b746f6bd6628: Layer already exists [2025-08-04T02:21:11.367Z] 041afcdc9310: Layer already exists [2025-08-04T02:21:11.367Z] 5951337c8938: Layer already exists [2025-08-04T02:21:11.367Z] 496083cf3c93: Layer already exists [2025-08-04T02:21:11.367Z] 62e08c1756e6: Layer already exists [2025-08-04T02:21:11.367Z] 097100c76c15: Layer already exists [2025-08-04T02:21:11.367Z] b418ea71574b: Layer already exists [2025-08-04T02:21:11.367Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:8d124f87c3b13dc126b472d6f9e0cb2eafa034b696c34378ea9b2022b7de40cb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:21:11.695Z] + 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-04T02:21:12.029Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-08-04T02:21:12.029Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-08-04T02:21:12.029Z] 041afcdc9310: Preparing [2025-08-04T02:21:12.029Z] edba53a37afe: Preparing [2025-08-04T02:21:12.029Z] b746f6bd6628: Preparing [2025-08-04T02:21:12.029Z] d3dbc8d4afca: Preparing [2025-08-04T02:21:12.029Z] 5951337c8938: Preparing [2025-08-04T02:21:12.029Z] 62e08c1756e6: Preparing [2025-08-04T02:21:12.029Z] 496083cf3c93: Preparing [2025-08-04T02:21:12.029Z] b418ea71574b: Preparing [2025-08-04T02:21:12.029Z] 097100c76c15: Preparing [2025-08-04T02:21:12.029Z] 62e08c1756e6: Waiting [2025-08-04T02:21:12.029Z] 496083cf3c93: Waiting [2025-08-04T02:21:12.029Z] b418ea71574b: Waiting [2025-08-04T02:21:12.029Z] 097100c76c15: Waiting [2025-08-04T02:21:12.029Z] 041afcdc9310: Layer already exists [2025-08-04T02:21:12.029Z] b746f6bd6628: Layer already exists [2025-08-04T02:21:12.029Z] d3dbc8d4afca: Layer already exists [2025-08-04T02:21:12.029Z] edba53a37afe: Layer already exists [2025-08-04T02:21:12.029Z] 5951337c8938: Layer already exists [2025-08-04T02:21:12.029Z] 496083cf3c93: Layer already exists [2025-08-04T02:21:12.029Z] 62e08c1756e6: Layer already exists [2025-08-04T02:21:12.029Z] b418ea71574b: Layer already exists [2025-08-04T02:21:12.029Z] 097100c76c15: Layer already exists [2025-08-04T02:21:12.029Z] main: digest: sha256:8d124f87c3b13dc126b472d6f9e0cb2eafa034b696c34378ea9b2022b7de40cb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-04T02:21:12.109Z] ===================================================== [Pipeline] echo [2025-08-04T02:21:12.125Z] taggedImages: [2025-08-04T02:21:12.126Z] - nexus3.edgexfoundry.org:10004/security-spire-config:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T02:21:12.126Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-08-04T02:21:12.126Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42 [2025-08-04T02:21:12.126Z] - nexus3.edgexfoundry.org:10004/security-spire-config:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T02:21:12.126Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2025-08-04T02:21:12.153Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2025-08-04T02:21:12.153Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T02:21:12.153Z] latest [2025-08-04T02:21:12.153Z] 4.1.0-dev.42 [2025-08-04T02:21:12.153Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T02:21:12.153Z] main [2025-08-04T02:21:12.153Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:21:12.502Z] + 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-04T02:21:12.826Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T02:21:12.826Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-08-04T02:21:12.826Z] a985692bd20b: Preparing [2025-08-04T02:21:12.826Z] 9d33baae6966: Preparing [2025-08-04T02:21:12.826Z] 330113575884: Preparing [2025-08-04T02:21:12.826Z] d3dbc8d4afca: Preparing [2025-08-04T02:21:12.826Z] 5951337c8938: Preparing [2025-08-04T02:21:12.826Z] ab213821fe2c: Preparing [2025-08-04T02:21:12.826Z] 51075ab804b0: Preparing [2025-08-04T02:21:12.826Z] 3a53b8c3fd46: Preparing [2025-08-04T02:21:12.826Z] 097100c76c15: Preparing [2025-08-04T02:21:12.826Z] 3a53b8c3fd46: Waiting [2025-08-04T02:21:12.826Z] ab213821fe2c: Waiting [2025-08-04T02:21:12.826Z] 097100c76c15: Waiting [2025-08-04T02:21:12.826Z] 51075ab804b0: Waiting [2025-08-04T02:21:12.826Z] d3dbc8d4afca: Layer already exists [2025-08-04T02:21:12.826Z] a985692bd20b: Layer already exists [2025-08-04T02:21:12.826Z] 5951337c8938: Layer already exists [2025-08-04T02:21:12.826Z] ab213821fe2c: Layer already exists [2025-08-04T02:21:12.826Z] 51075ab804b0: Layer already exists [2025-08-04T02:21:12.826Z] 3a53b8c3fd46: Layer already exists [2025-08-04T02:21:12.826Z] 097100c76c15: Layer already exists [2025-08-04T02:21:12.826Z] 9d33baae6966: Pushed [2025-08-04T02:21:12.826Z] 330113575884: Pushed [2025-08-04T02:21:13.086Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:431b2a19d8e41fc75a031703d66c04c704960acf7b29cb13dd87f355d976649d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:21:13.419Z] + 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-04T02:21:13.739Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-08-04T02:21:13.739Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-08-04T02:21:13.739Z] a985692bd20b: Preparing [2025-08-04T02:21:13.739Z] 9d33baae6966: Preparing [2025-08-04T02:21:13.739Z] 330113575884: Preparing [2025-08-04T02:21:13.739Z] d3dbc8d4afca: Preparing [2025-08-04T02:21:13.739Z] 5951337c8938: Preparing [2025-08-04T02:21:13.739Z] ab213821fe2c: Preparing [2025-08-04T02:21:13.739Z] 51075ab804b0: Preparing [2025-08-04T02:21:13.739Z] 3a53b8c3fd46: Preparing [2025-08-04T02:21:13.739Z] 097100c76c15: Preparing [2025-08-04T02:21:13.739Z] 51075ab804b0: Waiting [2025-08-04T02:21:13.739Z] 097100c76c15: Waiting [2025-08-04T02:21:13.739Z] 3a53b8c3fd46: Waiting [2025-08-04T02:21:13.739Z] ab213821fe2c: Waiting [2025-08-04T02:21:13.739Z] 330113575884: Layer already exists [2025-08-04T02:21:13.739Z] 5951337c8938: Layer already exists [2025-08-04T02:21:13.739Z] 9d33baae6966: Layer already exists [2025-08-04T02:21:13.739Z] d3dbc8d4afca: Layer already exists [2025-08-04T02:21:13.739Z] a985692bd20b: Layer already exists [2025-08-04T02:21:13.739Z] 51075ab804b0: Layer already exists [2025-08-04T02:21:13.739Z] ab213821fe2c: Layer already exists [2025-08-04T02:21:13.739Z] 097100c76c15: Layer already exists [2025-08-04T02:21:13.739Z] 3a53b8c3fd46: Layer already exists [2025-08-04T02:21:13.739Z] latest: digest: sha256:431b2a19d8e41fc75a031703d66c04c704960acf7b29cb13dd87f355d976649d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:21:14.055Z] + 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-04T02:21:14.373Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42 [2025-08-04T02:21:14.373Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-08-04T02:21:14.373Z] a985692bd20b: Preparing [2025-08-04T02:21:14.373Z] 9d33baae6966: Preparing [2025-08-04T02:21:14.373Z] 330113575884: Preparing [2025-08-04T02:21:14.373Z] d3dbc8d4afca: Preparing [2025-08-04T02:21:14.373Z] 5951337c8938: Preparing [2025-08-04T02:21:14.373Z] ab213821fe2c: Preparing [2025-08-04T02:21:14.373Z] 51075ab804b0: Preparing [2025-08-04T02:21:14.373Z] 3a53b8c3fd46: Preparing [2025-08-04T02:21:14.373Z] 097100c76c15: Preparing [2025-08-04T02:21:14.373Z] 51075ab804b0: Waiting [2025-08-04T02:21:14.373Z] 097100c76c15: Waiting [2025-08-04T02:21:14.373Z] 3a53b8c3fd46: Waiting [2025-08-04T02:21:14.373Z] ab213821fe2c: Waiting [2025-08-04T02:21:14.373Z] 330113575884: Layer already exists [2025-08-04T02:21:14.373Z] 5951337c8938: Layer already exists [2025-08-04T02:21:14.373Z] a985692bd20b: Layer already exists [2025-08-04T02:21:14.373Z] d3dbc8d4afca: Layer already exists [2025-08-04T02:21:14.373Z] 9d33baae6966: Layer already exists [2025-08-04T02:21:14.374Z] 3a53b8c3fd46: Layer already exists [2025-08-04T02:21:14.374Z] ab213821fe2c: Layer already exists [2025-08-04T02:21:14.374Z] 51075ab804b0: Layer already exists [2025-08-04T02:21:14.374Z] 097100c76c15: Layer already exists [2025-08-04T02:21:14.374Z] 4.1.0-dev.42: digest: sha256:431b2a19d8e41fc75a031703d66c04c704960acf7b29cb13dd87f355d976649d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:21:14.695Z] + 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-04T02:21:15.022Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T02:21:15.022Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-08-04T02:21:15.022Z] a985692bd20b: Preparing [2025-08-04T02:21:15.022Z] 9d33baae6966: Preparing [2025-08-04T02:21:15.022Z] 330113575884: Preparing [2025-08-04T02:21:15.022Z] d3dbc8d4afca: Preparing [2025-08-04T02:21:15.022Z] 5951337c8938: Preparing [2025-08-04T02:21:15.022Z] ab213821fe2c: Preparing [2025-08-04T02:21:15.022Z] 51075ab804b0: Preparing [2025-08-04T02:21:15.022Z] 3a53b8c3fd46: Preparing [2025-08-04T02:21:15.022Z] 097100c76c15: Preparing [2025-08-04T02:21:15.022Z] ab213821fe2c: Waiting [2025-08-04T02:21:15.022Z] 51075ab804b0: Waiting [2025-08-04T02:21:15.022Z] 3a53b8c3fd46: Waiting [2025-08-04T02:21:15.022Z] 097100c76c15: Waiting [2025-08-04T02:21:15.022Z] 9d33baae6966: Layer already exists [2025-08-04T02:21:15.022Z] a985692bd20b: Layer already exists [2025-08-04T02:21:15.022Z] d3dbc8d4afca: Layer already exists [2025-08-04T02:21:15.022Z] 5951337c8938: Layer already exists [2025-08-04T02:21:15.022Z] 330113575884: Layer already exists [2025-08-04T02:21:15.022Z] ab213821fe2c: Layer already exists [2025-08-04T02:21:15.022Z] 51075ab804b0: Layer already exists [2025-08-04T02:21:15.022Z] 3a53b8c3fd46: Layer already exists [2025-08-04T02:21:15.022Z] 097100c76c15: Layer already exists [2025-08-04T02:21:15.022Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:431b2a19d8e41fc75a031703d66c04c704960acf7b29cb13dd87f355d976649d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:21:15.343Z] + 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-04T02:21:15.678Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-08-04T02:21:15.678Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-08-04T02:21:15.678Z] a985692bd20b: Preparing [2025-08-04T02:21:15.678Z] 9d33baae6966: Preparing [2025-08-04T02:21:15.678Z] 330113575884: Preparing [2025-08-04T02:21:15.678Z] d3dbc8d4afca: Preparing [2025-08-04T02:21:15.678Z] 5951337c8938: Preparing [2025-08-04T02:21:15.678Z] ab213821fe2c: Preparing [2025-08-04T02:21:15.678Z] 51075ab804b0: Preparing [2025-08-04T02:21:15.678Z] 3a53b8c3fd46: Preparing [2025-08-04T02:21:15.678Z] 097100c76c15: Preparing [2025-08-04T02:21:15.678Z] 51075ab804b0: Waiting [2025-08-04T02:21:15.678Z] 3a53b8c3fd46: Waiting [2025-08-04T02:21:15.678Z] 097100c76c15: Waiting [2025-08-04T02:21:15.678Z] ab213821fe2c: Waiting [2025-08-04T02:21:15.678Z] a985692bd20b: Layer already exists [2025-08-04T02:21:15.678Z] 330113575884: Layer already exists [2025-08-04T02:21:15.678Z] d3dbc8d4afca: Layer already exists [2025-08-04T02:21:15.678Z] 5951337c8938: Layer already exists [2025-08-04T02:21:15.678Z] 9d33baae6966: Layer already exists [2025-08-04T02:21:15.678Z] 51075ab804b0: Layer already exists [2025-08-04T02:21:15.678Z] 3a53b8c3fd46: Layer already exists [2025-08-04T02:21:15.678Z] ab213821fe2c: Layer already exists [2025-08-04T02:21:15.678Z] 097100c76c15: Layer already exists [2025-08-04T02:21:15.678Z] main: digest: sha256:431b2a19d8e41fc75a031703d66c04c704960acf7b29cb13dd87f355d976649d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-04T02:21:15.752Z] ===================================================== [Pipeline] echo [2025-08-04T02:21:15.765Z] taggedImages: [2025-08-04T02:21:15.765Z] - nexus3.edgexfoundry.org:10004/security-spire-server:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T02:21:15.765Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-08-04T02:21:15.765Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42 [2025-08-04T02:21:15.765Z] - nexus3.edgexfoundry.org:10004/security-spire-server:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T02:21:15.765Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2025-08-04T02:21:15.794Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2025-08-04T02:21:15.794Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T02:21:15.794Z] latest [2025-08-04T02:21:15.794Z] 4.1.0-dev.42 [2025-08-04T02:21:15.794Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T02:21:15.794Z] main [2025-08-04T02:21:15.794Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:21:16.125Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:21:16.444Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T02:21:16.444Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-08-04T02:21:16.444Z] 0a3c6cc1cff2: Preparing [2025-08-04T02:21:16.444Z] bce0d7c88f43: Preparing [2025-08-04T02:21:16.444Z] d3dbc8d4afca: Preparing [2025-08-04T02:21:16.444Z] 5951337c8938: Preparing [2025-08-04T02:21:16.444Z] 7dfac982916f: Preparing [2025-08-04T02:21:16.444Z] 5abe86d6f278: Preparing [2025-08-04T02:21:16.444Z] 097100c76c15: Preparing [2025-08-04T02:21:16.444Z] 5abe86d6f278: Waiting [2025-08-04T02:21:16.444Z] 097100c76c15: Waiting [2025-08-04T02:21:16.444Z] d3dbc8d4afca: Layer already exists [2025-08-04T02:21:16.444Z] 5951337c8938: Layer already exists [2025-08-04T02:21:16.444Z] 097100c76c15: Layer already exists [2025-08-04T02:21:16.444Z] 7dfac982916f: Pushed [2025-08-04T02:21:16.444Z] 0a3c6cc1cff2: Pushed [2025-08-04T02:21:17.011Z] 5abe86d6f278: Pushed [2025-08-04T02:21:20.319Z] bce0d7c88f43: Pushed [2025-08-04T02:21:20.319Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:a7b0a8636e88e0d9bdbcaafef41fab767ce980cb67e4a12aff6368d96db5763f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:21:20.647Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:21:20.979Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-08-04T02:21:20.979Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-08-04T02:21:20.979Z] 0a3c6cc1cff2: Preparing [2025-08-04T02:21:20.979Z] bce0d7c88f43: Preparing [2025-08-04T02:21:20.979Z] d3dbc8d4afca: Preparing [2025-08-04T02:21:20.979Z] 5951337c8938: Preparing [2025-08-04T02:21:20.979Z] 7dfac982916f: Preparing [2025-08-04T02:21:20.979Z] 5abe86d6f278: Preparing [2025-08-04T02:21:20.979Z] 097100c76c15: Preparing [2025-08-04T02:21:20.979Z] 5abe86d6f278: Waiting [2025-08-04T02:21:20.979Z] 097100c76c15: Waiting [2025-08-04T02:21:20.979Z] bce0d7c88f43: Layer already exists [2025-08-04T02:21:20.979Z] d3dbc8d4afca: Layer already exists [2025-08-04T02:21:20.979Z] 5951337c8938: Layer already exists [2025-08-04T02:21:20.979Z] 7dfac982916f: Layer already exists [2025-08-04T02:21:20.979Z] 0a3c6cc1cff2: Layer already exists [2025-08-04T02:21:20.979Z] 5abe86d6f278: Layer already exists [2025-08-04T02:21:20.979Z] 097100c76c15: Layer already exists [2025-08-04T02:21:20.979Z] latest: digest: sha256:a7b0a8636e88e0d9bdbcaafef41fab767ce980cb67e4a12aff6368d96db5763f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:21:21.303Z] + 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-04T02:21:21.622Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42 [2025-08-04T02:21:21.622Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-08-04T02:21:21.622Z] 0a3c6cc1cff2: Preparing [2025-08-04T02:21:21.622Z] bce0d7c88f43: Preparing [2025-08-04T02:21:21.622Z] d3dbc8d4afca: Preparing [2025-08-04T02:21:21.622Z] 5951337c8938: Preparing [2025-08-04T02:21:21.622Z] 7dfac982916f: Preparing [2025-08-04T02:21:21.622Z] 5abe86d6f278: Preparing [2025-08-04T02:21:21.622Z] 097100c76c15: Preparing [2025-08-04T02:21:21.622Z] 5abe86d6f278: Waiting [2025-08-04T02:21:21.622Z] 097100c76c15: Waiting [2025-08-04T02:21:21.622Z] 0a3c6cc1cff2: Layer already exists [2025-08-04T02:21:21.622Z] d3dbc8d4afca: Layer already exists [2025-08-04T02:21:21.622Z] 5951337c8938: Layer already exists [2025-08-04T02:21:21.622Z] 7dfac982916f: Layer already exists [2025-08-04T02:21:21.622Z] bce0d7c88f43: Layer already exists [2025-08-04T02:21:21.622Z] 5abe86d6f278: Layer already exists [2025-08-04T02:21:21.622Z] 097100c76c15: Layer already exists [2025-08-04T02:21:21.622Z] 4.1.0-dev.42: digest: sha256:a7b0a8636e88e0d9bdbcaafef41fab767ce980cb67e4a12aff6368d96db5763f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:21:21.955Z] + 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-04T02:21:22.286Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T02:21:22.286Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-08-04T02:21:22.286Z] 0a3c6cc1cff2: Preparing [2025-08-04T02:21:22.286Z] bce0d7c88f43: Preparing [2025-08-04T02:21:22.286Z] d3dbc8d4afca: Preparing [2025-08-04T02:21:22.286Z] 5951337c8938: Preparing [2025-08-04T02:21:22.286Z] 7dfac982916f: Preparing [2025-08-04T02:21:22.286Z] 5abe86d6f278: Preparing [2025-08-04T02:21:22.286Z] 097100c76c15: Preparing [2025-08-04T02:21:22.286Z] 5abe86d6f278: Waiting [2025-08-04T02:21:22.286Z] 097100c76c15: Waiting [2025-08-04T02:21:22.286Z] 5951337c8938: Layer already exists [2025-08-04T02:21:22.286Z] 7dfac982916f: Layer already exists [2025-08-04T02:21:22.286Z] d3dbc8d4afca: Layer already exists [2025-08-04T02:21:22.286Z] 0a3c6cc1cff2: Layer already exists [2025-08-04T02:21:22.286Z] bce0d7c88f43: Layer already exists [2025-08-04T02:21:22.286Z] 5abe86d6f278: Layer already exists [2025-08-04T02:21:22.286Z] 097100c76c15: Layer already exists [2025-08-04T02:21:22.286Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:a7b0a8636e88e0d9bdbcaafef41fab767ce980cb67e4a12aff6368d96db5763f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:21:22.608Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:21:22.928Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2025-08-04T02:21:22.928Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-08-04T02:21:22.928Z] 0a3c6cc1cff2: Preparing [2025-08-04T02:21:22.928Z] bce0d7c88f43: Preparing [2025-08-04T02:21:22.928Z] d3dbc8d4afca: Preparing [2025-08-04T02:21:22.928Z] 5951337c8938: Preparing [2025-08-04T02:21:22.928Z] 7dfac982916f: Preparing [2025-08-04T02:21:22.928Z] 5abe86d6f278: Preparing [2025-08-04T02:21:22.928Z] 097100c76c15: Preparing [2025-08-04T02:21:22.928Z] 5abe86d6f278: Waiting [2025-08-04T02:21:22.928Z] 097100c76c15: Waiting [2025-08-04T02:21:22.928Z] 5951337c8938: Layer already exists [2025-08-04T02:21:22.928Z] 0a3c6cc1cff2: Layer already exists [2025-08-04T02:21:22.928Z] d3dbc8d4afca: Layer already exists [2025-08-04T02:21:22.928Z] 7dfac982916f: Layer already exists [2025-08-04T02:21:22.928Z] bce0d7c88f43: Layer already exists [2025-08-04T02:21:22.928Z] 5abe86d6f278: Layer already exists [2025-08-04T02:21:22.928Z] 097100c76c15: Layer already exists [2025-08-04T02:21:22.928Z] main: digest: sha256:a7b0a8636e88e0d9bdbcaafef41fab767ce980cb67e4a12aff6368d96db5763f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-04T02:21:23.011Z] ===================================================== [Pipeline] echo [2025-08-04T02:21:23.023Z] taggedImages: [2025-08-04T02:21:23.023Z] - nexus3.edgexfoundry.org:10004/support-notifications:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T02:21:23.023Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-08-04T02:21:23.023Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42 [2025-08-04T02:21:23.023Z] - nexus3.edgexfoundry.org:10004/support-notifications:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T02:21:23.023Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2025-08-04T02:21:23.054Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2025-08-04T02:21:23.054Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T02:21:23.054Z] latest [2025-08-04T02:21:23.054Z] 4.1.0-dev.42 [2025-08-04T02:21:23.054Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T02:21:23.054Z] main [2025-08-04T02:21:23.054Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:21:23.394Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:21:23.706Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T02:21:23.706Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-08-04T02:21:23.706Z] b1fa30c2b32b: Preparing [2025-08-04T02:21:23.706Z] 3db6b8d8cc58: Preparing [2025-08-04T02:21:23.706Z] d3dbc8d4afca: Preparing [2025-08-04T02:21:23.706Z] 5951337c8938: Preparing [2025-08-04T02:21:23.706Z] 2d6b46f90aa5: Preparing [2025-08-04T02:21:23.706Z] 9446a17e38e0: Preparing [2025-08-04T02:21:23.706Z] 097100c76c15: Preparing [2025-08-04T02:21:23.706Z] 9446a17e38e0: Waiting [2025-08-04T02:21:23.706Z] 097100c76c15: Waiting [2025-08-04T02:21:23.706Z] 5951337c8938: Layer already exists [2025-08-04T02:21:23.706Z] d3dbc8d4afca: Layer already exists [2025-08-04T02:21:23.706Z] 097100c76c15: Layer already exists [2025-08-04T02:21:23.706Z] b1fa30c2b32b: Pushed [2025-08-04T02:21:23.706Z] 2d6b46f90aa5: Pushed [2025-08-04T02:21:23.963Z] 9446a17e38e0: Pushed [2025-08-04T02:21:28.160Z] 3db6b8d8cc58: Pushed [2025-08-04T02:21:28.160Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:34a55408d3ac47d9a49a9114ecf6ca658480f885ce971887ca4f476ccacab2f7 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:21:28.478Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:21:28.786Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-08-04T02:21:28.786Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-08-04T02:21:28.786Z] b1fa30c2b32b: Preparing [2025-08-04T02:21:28.786Z] 3db6b8d8cc58: Preparing [2025-08-04T02:21:28.786Z] d3dbc8d4afca: Preparing [2025-08-04T02:21:28.786Z] 5951337c8938: Preparing [2025-08-04T02:21:28.786Z] 2d6b46f90aa5: Preparing [2025-08-04T02:21:28.786Z] 9446a17e38e0: Preparing [2025-08-04T02:21:28.786Z] 097100c76c15: Preparing [2025-08-04T02:21:28.786Z] 9446a17e38e0: Waiting [2025-08-04T02:21:28.786Z] 097100c76c15: Waiting [2025-08-04T02:21:28.786Z] 2d6b46f90aa5: Layer already exists [2025-08-04T02:21:28.786Z] b1fa30c2b32b: Layer already exists [2025-08-04T02:21:28.786Z] 5951337c8938: Layer already exists [2025-08-04T02:21:28.786Z] d3dbc8d4afca: Layer already exists [2025-08-04T02:21:28.786Z] 3db6b8d8cc58: Layer already exists [2025-08-04T02:21:28.786Z] 097100c76c15: Layer already exists [2025-08-04T02:21:28.786Z] 9446a17e38e0: Layer already exists [2025-08-04T02:21:28.786Z] latest: digest: sha256:34a55408d3ac47d9a49a9114ecf6ca658480f885ce971887ca4f476ccacab2f7 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:21:29.107Z] + 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-04T02:21:29.431Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42 [2025-08-04T02:21:29.432Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-08-04T02:21:29.432Z] b1fa30c2b32b: Preparing [2025-08-04T02:21:29.432Z] 3db6b8d8cc58: Preparing [2025-08-04T02:21:29.432Z] d3dbc8d4afca: Preparing [2025-08-04T02:21:29.432Z] 5951337c8938: Preparing [2025-08-04T02:21:29.432Z] 2d6b46f90aa5: Preparing [2025-08-04T02:21:29.432Z] 9446a17e38e0: Preparing [2025-08-04T02:21:29.432Z] 097100c76c15: Preparing [2025-08-04T02:21:29.432Z] 9446a17e38e0: Waiting [2025-08-04T02:21:29.432Z] 5951337c8938: Layer already exists [2025-08-04T02:21:29.432Z] b1fa30c2b32b: Layer already exists [2025-08-04T02:21:29.432Z] d3dbc8d4afca: Layer already exists [2025-08-04T02:21:29.432Z] 3db6b8d8cc58: Layer already exists [2025-08-04T02:21:29.432Z] 2d6b46f90aa5: Layer already exists [2025-08-04T02:21:29.432Z] 9446a17e38e0: Layer already exists [2025-08-04T02:21:29.432Z] 097100c76c15: Layer already exists [2025-08-04T02:21:29.432Z] 4.1.0-dev.42: digest: sha256:34a55408d3ac47d9a49a9114ecf6ca658480f885ce971887ca4f476ccacab2f7 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:21:29.755Z] + 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-04T02:21:30.080Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T02:21:30.080Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-08-04T02:21:30.080Z] b1fa30c2b32b: Preparing [2025-08-04T02:21:30.080Z] 3db6b8d8cc58: Preparing [2025-08-04T02:21:30.080Z] d3dbc8d4afca: Preparing [2025-08-04T02:21:30.080Z] 5951337c8938: Preparing [2025-08-04T02:21:30.080Z] 2d6b46f90aa5: Preparing [2025-08-04T02:21:30.080Z] 9446a17e38e0: Preparing [2025-08-04T02:21:30.080Z] 097100c76c15: Preparing [2025-08-04T02:21:30.080Z] 097100c76c15: Waiting [2025-08-04T02:21:30.080Z] 9446a17e38e0: Waiting [2025-08-04T02:21:30.080Z] 5951337c8938: Layer already exists [2025-08-04T02:21:30.080Z] b1fa30c2b32b: Layer already exists [2025-08-04T02:21:30.080Z] 3db6b8d8cc58: Layer already exists [2025-08-04T02:21:30.080Z] 2d6b46f90aa5: Layer already exists [2025-08-04T02:21:30.080Z] d3dbc8d4afca: Layer already exists [2025-08-04T02:21:30.080Z] 9446a17e38e0: Layer already exists [2025-08-04T02:21:30.080Z] 097100c76c15: Layer already exists [2025-08-04T02:21:30.080Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:34a55408d3ac47d9a49a9114ecf6ca658480f885ce971887ca4f476ccacab2f7 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:21:30.391Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:21:30.716Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-08-04T02:21:30.716Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-08-04T02:21:30.716Z] b1fa30c2b32b: Preparing [2025-08-04T02:21:30.716Z] 3db6b8d8cc58: Preparing [2025-08-04T02:21:30.716Z] d3dbc8d4afca: Preparing [2025-08-04T02:21:30.716Z] 5951337c8938: Preparing [2025-08-04T02:21:30.716Z] 2d6b46f90aa5: Preparing [2025-08-04T02:21:30.716Z] 9446a17e38e0: Preparing [2025-08-04T02:21:30.716Z] 097100c76c15: Preparing [2025-08-04T02:21:30.716Z] 9446a17e38e0: Waiting [2025-08-04T02:21:30.716Z] 097100c76c15: Waiting [2025-08-04T02:21:30.716Z] d3dbc8d4afca: Layer already exists [2025-08-04T02:21:30.716Z] 5951337c8938: Layer already exists [2025-08-04T02:21:30.716Z] 2d6b46f90aa5: Layer already exists [2025-08-04T02:21:30.716Z] b1fa30c2b32b: Layer already exists [2025-08-04T02:21:30.716Z] 3db6b8d8cc58: Layer already exists [2025-08-04T02:21:30.716Z] 9446a17e38e0: Layer already exists [2025-08-04T02:21:30.716Z] 097100c76c15: Layer already exists [2025-08-04T02:21:30.716Z] main: digest: sha256:34a55408d3ac47d9a49a9114ecf6ca658480f885ce971887ca4f476ccacab2f7 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-04T02:21:30.781Z] ===================================================== [Pipeline] echo [2025-08-04T02:21:30.792Z] taggedImages: [2025-08-04T02:21:30.792Z] - nexus3.edgexfoundry.org:10004/support-scheduler:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T02:21:30.792Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-08-04T02:21:30.792Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42 [2025-08-04T02:21:30.792Z] - nexus3.edgexfoundry.org:10004/support-scheduler:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T02:21:30.792Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo [2025-08-04T02:21:30.878Z] ========================================================= [2025-08-04T02:21:30.878Z] [edgeXBuildMultiArch] RAW Config: [2025-08-04T02:21:30.878Z] images: [2025-08-04T02:21:30.878Z] - nexus3.edgexfoundry.org:10004/core-command:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T02:21:30.878Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2025-08-04T02:21:30.878Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42 [2025-08-04T02:21:30.878Z] - nexus3.edgexfoundry.org:10004/core-command:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T02:21:30.878Z] - nexus3.edgexfoundry.org:10004/core-command:main [2025-08-04T02:21:30.878Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T02:21:30.878Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-08-04T02:21:30.878Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42 [2025-08-04T02:21:30.878Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T02:21:30.878Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-08-04T02:21:30.878Z] - nexus3.edgexfoundry.org:10004/core-data:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T02:21:30.878Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2025-08-04T02:21:30.878Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42 [2025-08-04T02:21:30.878Z] - nexus3.edgexfoundry.org:10004/core-data:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T02:21:30.878Z] - nexus3.edgexfoundry.org:10004/core-data:main [2025-08-04T02:21:30.878Z] - nexus3.edgexfoundry.org:10004/core-keeper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T02:21:30.878Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-08-04T02:21:30.878Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42 [2025-08-04T02:21:30.878Z] - nexus3.edgexfoundry.org:10004/core-keeper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T02:21:30.878Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [2025-08-04T02:21:30.878Z] - nexus3.edgexfoundry.org:10004/core-metadata:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T02:21:30.878Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-08-04T02:21:30.878Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42 [2025-08-04T02:21:30.878Z] - nexus3.edgexfoundry.org:10004/core-metadata:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T02:21:30.878Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [2025-08-04T02:21:30.878Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T02:21:30.878Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-08-04T02:21:30.878Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42 [2025-08-04T02:21:30.878Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T02:21:30.878Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-08-04T02:21:30.878Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T02:21:30.878Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-08-04T02:21:30.878Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42 [2025-08-04T02:21:30.878Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T02:21:30.878Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-08-04T02:21:30.878Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T02:21:30.878Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-08-04T02:21:30.878Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42 [2025-08-04T02:21:30.878Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T02:21:30.878Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-08-04T02:21:30.878Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T02:21:30.878Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-08-04T02:21:30.878Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42 [2025-08-04T02:21:30.879Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T02:21:30.879Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-08-04T02:21:30.879Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T02:21:30.879Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-08-04T02:21:30.879Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42 [2025-08-04T02:21:30.879Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T02:21:30.879Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-08-04T02:21:30.879Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T02:21:30.879Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-08-04T02:21:30.879Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42 [2025-08-04T02:21:30.879Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T02:21:30.879Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-08-04T02:21:30.879Z] - nexus3.edgexfoundry.org:10004/security-spire-config:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T02:21:30.879Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-08-04T02:21:30.879Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42 [2025-08-04T02:21:30.879Z] - nexus3.edgexfoundry.org:10004/security-spire-config:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T02:21:30.879Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-08-04T02:21:30.879Z] - nexus3.edgexfoundry.org:10004/security-spire-server:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T02:21:30.879Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-08-04T02:21:30.879Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42 [2025-08-04T02:21:30.879Z] - nexus3.edgexfoundry.org:10004/security-spire-server:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T02:21:30.879Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-08-04T02:21:30.879Z] - nexus3.edgexfoundry.org:10004/support-notifications:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T02:21:30.879Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-08-04T02:21:30.879Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42 [2025-08-04T02:21:30.879Z] - nexus3.edgexfoundry.org:10004/support-notifications:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T02:21:30.879Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [2025-08-04T02:21:30.879Z] - nexus3.edgexfoundry.org:10004/support-scheduler:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T02:21:30.879Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-08-04T02:21:30.879Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42 [2025-08-04T02:21:30.879Z] - nexus3.edgexfoundry.org:10004/support-scheduler:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T02:21:30.879Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-08-04T02:21:30.879Z] settingsFile: [2025-08-04T02:21:30.879Z] edgex-go-settings [2025-08-04T02:21:30.879Z] ========================================================= [Pipeline] node [2025-08-04T02:21:45.884Z] Still waiting to schedule task [2025-08-04T02:21:45.885Z] All nodes of label ‘centos7-docker-4c-2g’ are offline [2025-08-04T02:22:00.273Z] #85 ... [2025-08-04T02:22:00.273Z] [2025-08-04T02:22:00.273Z] #91 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T02:22:00.273Z] #91 DONE 105.1s [2025-08-04T02:22:00.273Z] [2025-08-04T02:22:00.273Z] #87 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T02:22:00.273Z] #87 DONE 109.1s [2025-08-04T02:22:00.273Z] [2025-08-04T02:22:00.273Z] #83 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T02:22:00.273Z] #83 DONE 105.3s [2025-08-04T02:22:00.273Z] [2025-08-04T02:22:00.273Z] #85 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T02:22:00.273Z] #85 DONE 103.0s [2025-08-04T02:22:00.273Z] [2025-08-04T02:22:00.273Z] #119 [support-scheduler builder 6/7] COPY . . [2025-08-04T02:22:00.273Z] #119 ... [2025-08-04T02:22:00.273Z] [2025-08-04T02:22:00.273Z] #98 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T02:22:00.273Z] #98 DONE 96.7s [2025-08-04T02:22:00.273Z] [2025-08-04T02:22:00.273Z] #94 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T02:22:00.273Z] #94 DONE 95.0s [2025-08-04T02:22:00.273Z] [2025-08-04T02:22:00.273Z] #120 [core-metadata builder 6/7] COPY . . [2025-08-04T02:22:00.273Z] #120 CACHED [2025-08-04T02:22:00.273Z] [2025-08-04T02:22:00.273Z] #121 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T02:22:00.273Z] #121 CACHED [2025-08-04T02:22:00.273Z] [2025-08-04T02:22:00.273Z] #122 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2025-08-04T02:22:00.273Z] #122 CACHED [2025-08-04T02:22:00.273Z] [2025-08-04T02:22:00.273Z] #123 [core-data builder 6/7] COPY . . [2025-08-04T02:22:00.273Z] #123 CACHED [2025-08-04T02:22:00.273Z] [2025-08-04T02:22:00.273Z] #124 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T02:22:00.273Z] #124 CACHED [2025-08-04T02:22:00.273Z] [2025-08-04T02:22:00.273Z] #125 [core-data builder 4/7] COPY go.mod vendor* ./ [2025-08-04T02:22:00.273Z] #125 CACHED [2025-08-04T02:22:00.273Z] [2025-08-04T02:22:00.273Z] #126 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2025-08-04T02:22:00.273Z] #126 CACHED [2025-08-04T02:22:00.273Z] [2025-08-04T02:22:00.273Z] #127 [security-proxy-auth builder 6/7] COPY . . [2025-08-04T02:22:00.273Z] #127 CACHED [2025-08-04T02:22:00.273Z] [2025-08-04T02:22:00.273Z] #128 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T02:22:00.273Z] #128 CACHED [2025-08-04T02:22:00.273Z] [2025-08-04T02:22:00.273Z] #119 [support-scheduler builder 6/7] COPY . . [2025-08-04T02:22:00.273Z] #119 DONE 2.2s [2025-08-04T02:22:00.273Z] [2025-08-04T02:22:00.273Z] #129 [core-common-config-bootstrapper builder 6/7] COPY . . [2025-08-04T02:22:00.273Z] #129 DONE 2.2s [2025-08-04T02:22:00.273Z] [2025-08-04T02:22:00.273Z] #130 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T02:22:00.273Z] #130 CACHED [2025-08-04T02:22:00.273Z] [2025-08-04T02:22:00.273Z] #131 [core-command builder 4/7] COPY go.mod vendor* ./ [2025-08-04T02:22:00.273Z] #131 CACHED [2025-08-04T02:22:00.273Z] [2025-08-04T02:22:00.273Z] #132 [core-command builder 6/7] COPY . . [2025-08-04T02:22:00.273Z] #132 CACHED [2025-08-04T02:22:00.273Z] [2025-08-04T02:22:00.273Z] #133 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-08-04T02:22:00.273Z] #133 ... [2025-08-04T02:22:00.273Z] [2025-08-04T02:22:00.273Z] #134 [security-secretstore-setup builder 6/7] COPY . . [2025-08-04T02:22:00.273Z] #134 DONE 2.3s [2025-08-04T02:22:00.273Z] [2025-08-04T02:22:00.273Z] #135 [support-notifications builder 6/7] COPY . . [2025-08-04T02:22:00.273Z] #135 DONE 2.4s [2025-08-04T02:22:00.273Z] [2025-08-04T02:22:00.273Z] #136 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T02:22:00.273Z] #136 CACHED [2025-08-04T02:22:00.273Z] [2025-08-04T02:22:00.273Z] #137 [security-proxy-setup builder 6/7] COPY . . [2025-08-04T02:22:00.273Z] #137 CACHED [2025-08-04T02:22:00.273Z] [2025-08-04T02:22:00.273Z] #138 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2025-08-04T02:22:00.273Z] #138 CACHED [2025-08-04T02:22:00.273Z] [2025-08-04T02:22:00.273Z] #139 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-04T02:22:00.273Z] #139 CACHED [2025-08-04T02:22:00.273Z] [2025-08-04T02:22:00.273Z] #140 [security-bootstrapper builder 6/7] COPY . . [2025-08-04T02:22:00.273Z] #140 CACHED [2025-08-04T02:22:00.273Z] [2025-08-04T02:22:00.273Z] #141 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-08-04T02:22:00.273Z] #141 CACHED [2025-08-04T02:22:00.273Z] [2025-08-04T02:22:00.273Z] #142 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-08-04T02:22:01.243Z] #142 ... [2025-08-04T02:22:01.243Z] [2025-08-04T02:22:01.243Z] #143 [core-keeper builder 7/8] COPY . . [2025-08-04T02:22:01.243Z] #143 DONE 3.5s [2025-08-04T02:22:01.243Z] [2025-08-04T02:22:01.243Z] #144 [security-spiffe-token-provider builder 6/7] COPY . . [2025-08-04T02:22:01.243Z] #144 DONE 3.4s [2025-08-04T02:22:01.243Z] [2025-08-04T02:22:01.243Z] #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-08-04T02:22:05.498Z] #145 3.903 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-04T02:22:06.929Z] #145 ... [2025-08-04T02:22:06.929Z] [2025-08-04T02:22:06.929Z] #142 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-08-04T02:22:06.929Z] #142 6.188 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-04T02:22:07.890Z] #142 ... [2025-08-04T02:22:07.890Z] [2025-08-04T02:22:07.890Z] #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-08-04T02:22:07.890Z] #0 4.963 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-04T02:22:07.890Z] #146 ... [2025-08-04T02:22:07.890Z] [2025-08-04T02:22:07.890Z] #147 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-08-04T02:22:07.890Z] #0 5.272 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-04T02:22:07.890Z] #147 ... [2025-08-04T02:22:07.890Z] [2025-08-04T02:22:07.890Z] #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-08-04T02:22:07.890Z] #0 6.388 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-04T02:22:08.158Z] #148 ... [2025-08-04T02:22:08.158Z] [2025-08-04T02:22:08.158Z] #149 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-08-04T02:22:08.158Z] #0 6.618 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-04T02:22:08.235Z] Running on prd-centos7-docker-4c-2g-6228 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-04T02:22:08.288Z] provisioning config files... [2025-08-04T02:22:08.307Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config9409719413743142987tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-04T02:22:08.427Z] #149 ... [2025-08-04T02:22:08.427Z] [2025-08-04T02:22:08.427Z] #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-04T02:22:08.427Z] #0 6.110 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-04T02:22:08.427Z] #150 ... [2025-08-04T02:22:08.427Z] [2025-08-04T02:22:08.427Z] #151 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-08-04T02:22:08.427Z] #0 6.716 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-04T02:22:08.696Z] #151 ... [2025-08-04T02:22:08.696Z] [2025-08-04T02:22:08.696Z] #152 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-08-04T02:22:08.696Z] #0 5.954 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-04T02:22:08.696Z] #152 ... [2025-08-04T02:22:08.696Z] [2025-08-04T02:22:08.696Z] #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-08-04T02:22:08.696Z] #0 6.157 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-04T02:22:08.967Z] #153 ... [2025-08-04T02:22:08.967Z] [2025-08-04T02:22:08.967Z] #154 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-08-04T02:22:08.967Z] #0 4.084 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-04T02:22:09.401Z] ---> ****-login.sh [2025-08-04T02:22:09.401Z] nexus3.edgexfoundry.org:10001 [2025-08-04T02:22:13.225Z] #154 ... [2025-08-04T02:22:13.225Z] [2025-08-04T02:22:13.225Z] #133 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-08-04T02:22:13.225Z] #133 4.751 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-04T02:40:36.041Z] #133 ... [2025-08-04T02:40:36.042Z] [2025-08-04T02:40:36.042Z] #152 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-08-04T02:40:36.042Z] #152 DONE 1107.5s [2025-08-04T02:40:36.042Z] [2025-08-04T02:40:36.042Z] #151 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-08-04T02:40:36.042Z] #151 ... [2025-08-04T02:40:36.042Z] [2025-08-04T02:40:36.042Z] #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-04T02:40:36.042Z] #155 DONE 0.4s [2025-08-04T02:40:36.042Z] [2025-08-04T02:40:36.042Z] #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-08-04T02:40:36.042Z] #148 ... [2025-08-04T02:40:36.042Z] [2025-08-04T02:40:36.042Z] #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-08-04T02:40:36.042Z] #156 DONE 0.2s [2025-08-04T02:40:36.042Z] [2025-08-04T02:40:36.042Z] #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-04T02:40:36.042Z] #157 DONE 0.4s [2025-08-04T02:40:36.042Z] [2025-08-04T02:40:36.042Z] #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-08-04T02:40:36.042Z] #148 ... [2025-08-04T02:40:36.042Z] [2025-08-04T02:40:36.042Z] #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-04T02:40:36.042Z] #158 DONE 0.1s [2025-08-04T02:40:36.042Z] [2025-08-04T02:40:36.042Z] #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-04T02:40:36.042Z] #159 DONE 0.2s [2025-08-04T02:40:36.042Z] [2025-08-04T02:40:36.042Z] #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-04T02:40:36.042Z] #160 DONE 2.1s [2025-08-04T02:40:36.042Z] [2025-08-04T02:40:36.042Z] #151 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-08-04T02:40:36.042Z] #151 ... [2025-08-04T02:40:36.042Z] [2025-08-04T02:40:36.042Z] #118 [core-common-config-bootstrapper] exporting to image [2025-08-04T02:40:36.042Z] #118 exporting layers [2025-08-04T02:40:36.042Z] #118 exporting layers 0.7s done [2025-08-04T02:40:36.042Z] #118 writing image sha256:3886d60c4e12c166bae200d5874a6397646d31196f76ff772b16ab3b7281b628 0.0s done [2025-08-04T02:40:36.042Z] #118 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2025-08-04T02:40:36.042Z] #118 DONE 4.0s [2025-08-04T02:40:36.042Z] [2025-08-04T02:40:36.042Z] #154 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-08-04T02:40:56.288Z] #154 ... [2025-08-04T02:40:56.289Z] [2025-08-04T02:40:56.289Z] #151 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-08-04T02:40:56.289Z] #151 DONE 1127.5s [2025-08-04T02:40:56.289Z] [2025-08-04T02:40:56.289Z] #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2025-08-04T02:40:56.289Z] #161 DONE 0.4s [2025-08-04T02:40:56.289Z] [2025-08-04T02:40:56.289Z] #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-08-04T02:40:56.289Z] #148 ... [2025-08-04T02:40:56.289Z] [2025-08-04T02:40:56.289Z] #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-08-04T02:40:56.289Z] #162 DONE 2.5s [2025-08-04T02:40:56.289Z] [2025-08-04T02:40:56.289Z] #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-04T02:40:56.289Z] #163 DONE 0.5s [2025-08-04T02:40:56.289Z] [2025-08-04T02:40:56.289Z] #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2025-08-04T02:40:56.289Z] #164 DONE 0.3s [2025-08-04T02:40:56.289Z] [2025-08-04T02:40:56.289Z] #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2025-08-04T02:40:56.289Z] #165 DONE 0.3s [2025-08-04T02:40:56.289Z] [2025-08-04T02:40:56.289Z] #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2025-08-04T02:40:56.289Z] #166 DONE 0.2s [2025-08-04T02:40:56.289Z] [2025-08-04T02:40:56.289Z] #55 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-08-04T02:40:56.289Z] #55 ... [2025-08-04T02:40:56.289Z] [2025-08-04T02:40:56.289Z] #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-04T02:40:56.289Z] #167 DONE 0.1s [2025-08-04T02:40:56.289Z] [2025-08-04T02:40:56.289Z] #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-04T02:40:56.289Z] #168 DONE 0.1s [2025-08-04T02:40:56.289Z] [2025-08-04T02:40:56.289Z] #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-04T02:40:56.289Z] #150 ... [2025-08-04T02:40:56.289Z] [2025-08-04T02:40:56.289Z] #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-04T02:40:56.289Z] #169 DONE 0.1s [2025-08-04T02:40:56.289Z] [2025-08-04T02:40:56.289Z] #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2025-08-04T02:40:56.289Z] #170 DONE 0.1s [2025-08-04T02:40:56.289Z] [2025-08-04T02:40:56.289Z] #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-04T02:40:56.289Z] #150 ... [2025-08-04T02:40:56.289Z] [2025-08-04T02:40:56.289Z] #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2025-08-04T02:40:56.289Z] #171 DONE 2.3s [2025-08-04T02:40:56.289Z] [2025-08-04T02:40:56.289Z] #118 [security-bootstrapper] exporting to image [2025-08-04T02:40:56.289Z] #118 exporting layers [2025-08-04T02:40:56.289Z] #118 exporting layers 1.3s done [2025-08-04T02:40:56.289Z] #118 writing image sha256:7c93e291e01647ef990d25f1a4746757c42a9eacab91752d3387d23a866afdb8 done [2025-08-04T02:40:56.289Z] #118 naming to docker.io/library/security-bootstrapper-arm64 done [2025-08-04T02:40:56.289Z] #118 DONE 5.3s [2025-08-04T02:40:56.289Z] [2025-08-04T02:40:56.289Z] #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-08-04T02:55:48.830Z] #148 ... [2025-08-04T02:55:48.830Z] [2025-08-04T02:55:48.830Z] #149 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-08-04T02:55:48.830Z] #149 DONE 2016.3s [2025-08-04T02:55:48.830Z] [2025-08-04T02:55:48.830Z] #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-08-04T02:55:48.830Z] #145 ... [2025-08-04T02:55:48.830Z] [2025-08-04T02:55:48.830Z] #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-04T02:55:48.830Z] #172 DONE 0.2s [2025-08-04T02:55:48.830Z] [2025-08-04T02:55:48.830Z] #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-08-04T02:55:48.830Z] #146 ... [2025-08-04T02:55:48.830Z] [2025-08-04T02:55:48.830Z] #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2025-08-04T02:55:48.830Z] #173 DONE 0.1s [2025-08-04T02:55:48.830Z] [2025-08-04T02:55:48.830Z] #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2025-08-04T02:55:48.830Z] #174 DONE 0.4s [2025-08-04T02:55:48.830Z] [2025-08-04T02:55:48.830Z] #55 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-08-04T02:55:48.830Z] #55 ... [2025-08-04T02:55:48.830Z] [2025-08-04T02:55:48.830Z] #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2025-08-04T02:55:48.830Z] #175 DONE 0.2s [2025-08-04T02:55:48.830Z] [2025-08-04T02:55:48.830Z] #118 [core-command] exporting to image [2025-08-04T02:55:48.830Z] #118 exporting layers [2025-08-04T02:55:48.830Z] #118 exporting layers 0.5s done [2025-08-04T02:55:48.830Z] #118 writing image sha256:415875bec651cf36326413425bce0c170f3fb79c221896e5ccf39a02287aa186 done [2025-08-04T02:55:48.830Z] #118 naming to docker.io/library/core-command-arm64 done [2025-08-04T02:55:48.830Z] #118 DONE 5.8s [2025-08-04T02:55:48.830Z] [2025-08-04T02:55:48.830Z] #55 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-08-04T02:55:50.783Z] #55 ... [2025-08-04T02:55:50.783Z] [2025-08-04T02:55:50.783Z] #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-08-04T02:55:50.783Z] #148 DONE 2032.7s [2025-08-04T02:55:50.783Z] [2025-08-04T02:55:50.783Z] #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-08-04T02:55:51.367Z] #146 ... [2025-08-04T02:55:51.367Z] [2025-08-04T02:55:51.367Z] #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-04T02:55:51.367Z] #176 DONE 0.2s [2025-08-04T02:55:51.367Z] [2025-08-04T02:55:51.367Z] #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-04T02:55:51.645Z] #150 ... [2025-08-04T02:55:51.645Z] [2025-08-04T02:55:51.645Z] #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2025-08-04T02:55:51.645Z] #177 DONE 0.2s [2025-08-04T02:55:51.645Z] [2025-08-04T02:55:51.645Z] #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-08-04T02:55:51.917Z] #153 ... [2025-08-04T02:55:51.917Z] [2025-08-04T02:55:51.917Z] #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-04T02:55:52.186Z] #178 DONE 0.2s [2025-08-04T02:55:52.186Z] [2025-08-04T02:55:52.186Z] #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2025-08-04T02:55:52.453Z] #179 DONE 0.1s [2025-08-04T02:55:52.453Z] [2025-08-04T02:55:52.453Z] #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2025-08-04T02:55:52.720Z] #180 DONE 0.4s [2025-08-04T02:55:52.720Z] [2025-08-04T02:55:52.720Z] #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-04T02:55:52.720Z] #150 ... [2025-08-04T02:55:52.720Z] [2025-08-04T02:55:52.720Z] #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2025-08-04T02:55:52.720Z] #181 DONE 0.1s [2025-08-04T02:55:52.988Z] [2025-08-04T02:55:52.988Z] #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-04T02:55:54.942Z] #182 DONE 2.1s [2025-08-04T02:55:54.942Z] [2025-08-04T02:55:54.942Z] #118 [security-proxy-setup] exporting to image [2025-08-04T02:55:54.942Z] #118 exporting layers [2025-08-04T02:55:55.902Z] #118 exporting layers 1.0s done [2025-08-04T02:55:55.902Z] #118 writing image sha256:73cd54b2ff44f5aa48efed496f0610cd847bf672e86388777d82daa56f124112 done [2025-08-04T02:55:55.902Z] #118 naming to docker.io/library/security-proxy-setup-arm64 [2025-08-04T02:55:56.169Z] #118 naming to docker.io/library/security-proxy-setup-arm64 0.1s done [2025-08-04T02:55:56.169Z] #118 DONE 6.8s [2025-08-04T02:55:56.169Z] [2025-08-04T02:55:56.169Z] #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-04T02:55:57.575Z] #150 2039.6 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-04T02:56:29.958Z] #150 DONE 2068.5s [2025-08-04T02:56:29.958Z] [2025-08-04T02:56:29.958Z] #55 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-08-04T02:56:29.958Z] #55 ... [2025-08-04T02:56:29.958Z] [2025-08-04T02:56:29.958Z] #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-04T02:56:29.958Z] #183 DONE 0.2s [2025-08-04T02:56:29.958Z] [2025-08-04T02:56:29.958Z] #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2025-08-04T02:56:29.958Z] #184 DONE 0.2s [2025-08-04T02:56:29.958Z] [2025-08-04T02:56:29.958Z] #142 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-08-04T02:56:29.958Z] #142 ... [2025-08-04T02:56:29.958Z] [2025-08-04T02:56:29.958Z] #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-04T02:56:29.958Z] #185 DONE 0.2s [2025-08-04T02:56:29.958Z] [2025-08-04T02:56:29.958Z] #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-04T02:56:29.958Z] #186 DONE 0.1s [2025-08-04T02:56:29.958Z] [2025-08-04T02:56:29.958Z] #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-04T02:56:29.958Z] #187 DONE 0.1s [2025-08-04T02:56:29.958Z] [2025-08-04T02:56:29.958Z] #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-08-04T02:56:29.958Z] #153 ... [2025-08-04T02:56:29.958Z] [2025-08-04T02:56:29.958Z] #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2025-08-04T02:56:29.958Z] #188 DONE 0.4s [2025-08-04T02:56:29.958Z] [2025-08-04T02:56:29.958Z] #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2025-08-04T02:56:29.958Z] #189 DONE 0.5s [2025-08-04T02:56:29.958Z] [2025-08-04T02:56:29.958Z] #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2025-08-04T02:56:29.958Z] #190 DONE 0.1s [2025-08-04T02:56:29.958Z] [2025-08-04T02:56:29.958Z] #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-08-04T02:56:29.958Z] #153 ... [2025-08-04T02:56:29.958Z] [2025-08-04T02:56:29.958Z] #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-04T02:56:30.914Z] #191 DONE 1.9s [2025-08-04T02:56:30.914Z] [2025-08-04T02:56:30.914Z] #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-08-04T02:56:30.914Z] #146 ... [2025-08-04T02:56:30.914Z] [2025-08-04T02:56:30.914Z] #118 [security-secretstore-setup] exporting to image [2025-08-04T02:56:30.914Z] #118 exporting layers [2025-08-04T02:56:32.318Z] #118 exporting layers 1.5s done [2025-08-04T02:56:32.318Z] #118 writing image sha256:fdb3fb89695ec72b661e98b3d5e53408f86ec6b7150646706f5a5c88bcb57b9b done [2025-08-04T02:56:32.318Z] #118 naming to docker.io/library/security-secretstore-setup-arm64 done [2025-08-04T02:56:32.318Z] #118 DONE 8.3s [2025-08-04T02:56:32.318Z] [2025-08-04T02:56:32.318Z] #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-08-04T02:57:28.698Z] #146 ... [2025-08-04T02:57:28.698Z] [2025-08-04T02:57:28.698Z] #154 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-08-04T02:57:28.698Z] #154 DONE 2120.3s [2025-08-04T02:57:28.698Z] [2025-08-04T02:57:28.698Z] #147 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-08-04T02:57:28.698Z] #147 ... [2025-08-04T02:57:28.698Z] [2025-08-04T02:57:28.698Z] #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-04T02:57:28.698Z] #192 DONE 0.2s [2025-08-04T02:57:28.698Z] [2025-08-04T02:57:28.698Z] #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-08-04T02:57:28.698Z] #193 DONE 0.2s [2025-08-04T02:57:28.698Z] [2025-08-04T02:57:28.698Z] #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-08-04T02:57:28.698Z] #146 ... [2025-08-04T02:57:28.698Z] [2025-08-04T02:57:28.698Z] #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-04T02:57:28.698Z] #194 DONE 0.4s [2025-08-04T02:57:28.698Z] [2025-08-04T02:57:28.698Z] #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-04T02:57:28.698Z] #195 DONE 0.1s [2025-08-04T02:57:28.698Z] [2025-08-04T02:57:28.698Z] #118 [security-spiffe-token-provider] exporting to image [2025-08-04T02:57:28.698Z] #118 exporting layers [2025-08-04T02:57:28.698Z] #118 exporting layers 0.9s done [2025-08-04T02:57:28.698Z] #118 writing image sha256:54b5e3ef866cd3b9a7e0b8ba3283a466a0ca4a2633c7fd226134cbcb44988ad7 done [2025-08-04T02:57:28.698Z] #118 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2025-08-04T02:57:28.698Z] #118 DONE 9.2s [2025-08-04T02:57:28.698Z] [2025-08-04T02:57:28.698Z] #147 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-08-04T02:58:07.549Z] #147 ... [2025-08-04T02:58:07.549Z] [2025-08-04T02:58:07.549Z] #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-08-04T02:58:07.549Z] #146 DONE 2163.9s [2025-08-04T02:58:07.549Z] [2025-08-04T02:58:07.549Z] #55 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-08-04T02:58:07.549Z] #55 ... [2025-08-04T02:58:07.549Z] [2025-08-04T02:58:07.549Z] #196 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-04T02:58:07.549Z] #196 DONE 0.3s [2025-08-04T02:58:07.549Z] [2025-08-04T02:58:07.549Z] #197 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-08-04T02:58:07.549Z] #197 DONE 0.2s [2025-08-04T02:58:07.549Z] [2025-08-04T02:58:07.549Z] #198 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2025-08-04T02:58:07.549Z] #198 DONE 0.6s [2025-08-04T02:58:07.549Z] [2025-08-04T02:58:07.549Z] #199 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2025-08-04T02:58:07.549Z] #199 DONE 0.1s [2025-08-04T02:58:07.549Z] [2025-08-04T02:58:07.549Z] #200 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2025-08-04T02:58:07.549Z] #200 DONE 0.1s [2025-08-04T02:58:07.549Z] [2025-08-04T02:58:07.549Z] #201 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-08-04T02:58:07.549Z] #201 DONE 2.5s [2025-08-04T02:58:07.549Z] [2025-08-04T02:58:07.549Z] #118 [security-proxy-auth] exporting to image [2025-08-04T02:58:07.549Z] #118 exporting layers [2025-08-04T02:58:07.549Z] #118 exporting layers 0.7s done [2025-08-04T02:58:07.549Z] #118 writing image sha256:ebccc5ed3136bca8c790a744780048f70526e43c95c52bb3ba41c25e2881d7dd done [2025-08-04T02:58:07.549Z] #118 naming to docker.io/library/security-proxy-auth-arm64 done [2025-08-04T02:58:07.549Z] #118 DONE 10.0s [2025-08-04T02:58:07.549Z] [2025-08-04T02:58:07.549Z] #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-08-04T02:58:07.549Z] #153 ... [2025-08-04T02:58:07.549Z] [2025-08-04T02:58:07.549Z] #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-08-04T02:58:07.549Z] #145 DONE 2165.8s [2025-08-04T02:58:07.549Z] [2025-08-04T02:58:07.549Z] #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-08-04T02:58:07.817Z] #153 ... [2025-08-04T02:58:07.817Z] [2025-08-04T02:58:07.817Z] #202 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-04T02:58:08.084Z] #202 DONE 0.1s [2025-08-04T02:58:08.084Z] [2025-08-04T02:58:08.084Z] #203 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-08-04T02:58:08.674Z] #203 DONE 0.8s [2025-08-04T02:58:08.674Z] [2025-08-04T02:58:08.674Z] #147 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-08-04T02:58:08.674Z] #147 DONE 2171.1s [2025-08-04T02:58:08.674Z] [2025-08-04T02:58:08.674Z] #204 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2025-08-04T02:58:09.654Z] #204 DONE 0.5s [2025-08-04T02:58:09.654Z] [2025-08-04T02:58:09.654Z] #118 [core-keeper] exporting to image [2025-08-04T02:58:10.239Z] #118 exporting layers 0.8s done [2025-08-04T02:58:10.239Z] #118 writing image sha256:6384f5691acabd463993e3be6124a0b82ffcc9a3cb88aeb1db2c703a61ed3410 done [2025-08-04T02:58:10.239Z] #118 naming to docker.io/library/core-keeper-arm64 done [2025-08-04T02:58:10.239Z] #118 DONE 10.8s [2025-08-04T02:58:10.239Z] [2025-08-04T02:58:10.239Z] #205 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-04T02:58:10.239Z] #205 DONE 0.2s [2025-08-04T02:58:10.239Z] [2025-08-04T02:58:10.239Z] #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-08-04T02:58:10.510Z] #153 ... [2025-08-04T02:58:10.510Z] [2025-08-04T02:58:10.510Z] #206 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-08-04T02:58:10.510Z] #206 DONE 0.1s [2025-08-04T02:58:10.510Z] [2025-08-04T02:58:10.510Z] #207 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2025-08-04T02:58:11.094Z] #207 DONE 0.6s [2025-08-04T02:58:11.094Z] [2025-08-04T02:58:11.094Z] #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-08-04T02:58:11.094Z] #153 ... [2025-08-04T02:58:11.094Z] [2025-08-04T02:58:11.094Z] #208 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2025-08-04T02:58:11.094Z] #208 DONE 0.1s [2025-08-04T02:58:11.361Z] [2025-08-04T02:58:11.361Z] #118 [core-data] exporting to image [2025-08-04T02:58:12.320Z] #118 exporting layers 1.0s done [2025-08-04T02:58:12.320Z] #118 writing image sha256:92356ca4afbe364d935749b938e7b53933cea951ddbee3a2385bcd0a1c598d75 done [2025-08-04T02:58:12.320Z] #118 naming to docker.io/library/core-data-arm64 done [2025-08-04T02:58:12.320Z] #118 DONE 11.8s [2025-08-04T02:58:12.320Z] [2025-08-04T02:58:12.320Z] #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-08-04T02:58:13.300Z] #153 ... [2025-08-04T02:58:13.300Z] [2025-08-04T02:58:13.300Z] #133 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-08-04T02:58:13.300Z] #133 DONE 2175.5s [2025-08-04T02:58:13.570Z] [2025-08-04T02:58:13.570Z] #55 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-08-04T02:58:13.839Z] #55 ... [2025-08-04T02:58:13.839Z] [2025-08-04T02:58:13.839Z] #209 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-04T02:58:13.839Z] #209 DONE 0.1s [2025-08-04T02:58:13.839Z] [2025-08-04T02:58:13.839Z] #210 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-08-04T02:58:13.839Z] #210 DONE 0.1s [2025-08-04T02:58:13.839Z] [2025-08-04T02:58:13.839Z] #142 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-08-04T02:58:14.105Z] #142 ... [2025-08-04T02:58:14.105Z] [2025-08-04T02:58:14.105Z] #211 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-08-04T02:58:14.687Z] #211 DONE 0.6s [2025-08-04T02:58:14.687Z] [2025-08-04T02:58:14.687Z] #212 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2025-08-04T02:58:14.687Z] #212 DONE 0.1s [2025-08-04T02:58:14.687Z] [2025-08-04T02:58:14.687Z] #55 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-08-04T02:58:14.955Z] #55 ... [2025-08-04T02:58:14.955Z] [2025-08-04T02:58:14.955Z] #213 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2025-08-04T02:58:15.222Z] #213 DONE 0.1s [2025-08-04T02:58:15.222Z] [2025-08-04T02:58:15.222Z] #118 [core-metadata] exporting to image [2025-08-04T02:58:15.489Z] #118 exporting layers 0.5s done [2025-08-04T02:58:15.757Z] #118 writing image sha256:23ffb602a7e3a89ef14b090938ad530d6b6a2add06d282a5fed6ea6929db69c8 done [2025-08-04T02:58:15.757Z] #118 naming to docker.io/library/core-metadata-arm64 done [2025-08-04T02:58:15.757Z] #118 DONE 12.4s [2025-08-04T02:58:15.757Z] [2025-08-04T02:58:15.757Z] #55 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-08-04T02:58:43.102Z] #55 ... [2025-08-04T02:58:43.102Z] [2025-08-04T02:58:43.102Z] #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-08-04T02:58:43.102Z] #153 DONE 2202.0s [2025-08-04T02:58:43.102Z] [2025-08-04T02:58:43.102Z] #33 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-04T02:58:43.102Z] #33 ... [2025-08-04T02:58:43.102Z] [2025-08-04T02:58:43.102Z] #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-04T02:58:43.102Z] #214 DONE 0.1s [2025-08-04T02:58:43.102Z] [2025-08-04T02:58:43.102Z] #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-08-04T02:58:43.102Z] #215 DONE 0.1s [2025-08-04T02:58:43.102Z] [2025-08-04T02:58:43.102Z] #142 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-08-04T02:58:43.102Z] #142 ... [2025-08-04T02:58:43.102Z] [2025-08-04T02:58:43.102Z] #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2025-08-04T02:58:43.102Z] #216 DONE 0.7s [2025-08-04T02:58:43.102Z] [2025-08-04T02:58:43.102Z] #33 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-04T02:58:43.102Z] #33 ... [2025-08-04T02:58:43.102Z] [2025-08-04T02:58:43.102Z] #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2025-08-04T02:58:43.102Z] #217 DONE 0.2s [2025-08-04T02:58:43.102Z] [2025-08-04T02:58:43.102Z] #118 [support-scheduler] exporting to image [2025-08-04T02:58:43.102Z] #118 exporting layers [2025-08-04T02:58:43.102Z] #118 exporting layers 1.0s done [2025-08-04T02:58:43.102Z] #118 writing image sha256:e43501cf2b61e9e8896201457d5b48435817541bf5993f7bf69ba0ca435e25f6 done [2025-08-04T02:58:43.102Z] #118 naming to docker.io/library/support-scheduler-arm64 done [2025-08-04T02:58:43.102Z] #118 DONE 13.4s [2025-08-04T02:58:43.102Z] [2025-08-04T02:58:43.102Z] #55 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-08-04T02:58:49.731Z] #55 ... [2025-08-04T02:58:49.731Z] [2025-08-04T02:58:49.731Z] #142 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-08-04T02:58:49.731Z] #142 DONE 2210.9s [2025-08-04T02:58:49.731Z] [2025-08-04T02:58:49.731Z] #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-04T02:58:49.731Z] #218 DONE 0.1s [2025-08-04T02:58:49.731Z] [2025-08-04T02:58:49.731Z] #33 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-04T02:58:49.731Z] #33 ... [2025-08-04T02:58:49.731Z] [2025-08-04T02:58:49.731Z] #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-08-04T02:58:49.731Z] #219 DONE 0.1s [2025-08-04T02:58:49.731Z] [2025-08-04T02:58:49.731Z] #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2025-08-04T02:58:49.999Z] #220 DONE 0.4s [2025-08-04T02:58:49.999Z] [2025-08-04T02:58:49.999Z] #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2025-08-04T02:58:49.999Z] #221 DONE 0.1s [2025-08-04T02:58:49.999Z] [2025-08-04T02:58:49.999Z] #55 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-08-04T02:58:49.999Z] #55 ... [2025-08-04T02:58:49.999Z] [2025-08-04T02:58:49.999Z] #118 [support-notifications] exporting to image [2025-08-04T02:58:49.999Z] #118 exporting layers [2025-08-04T02:58:50.598Z] #118 exporting layers 0.5s done [2025-08-04T02:58:50.598Z] #118 writing image sha256:ce04d97a986c817e169783eb91010329291a68e7b8236cedf052d4cb821f1228 done [2025-08-04T02:58:50.598Z] #118 naming to docker.io/library/support-notifications-arm64 done [2025-08-04T02:58:50.598Z] #118 DONE 13.9s [2025-08-04T02:58:50.598Z] [2025-08-04T02:58:50.598Z] #33 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-04T02:58:50.598Z] time="2025-08-04T02:19:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-04T02:58:50.598Z] time="2025-08-04T02:19:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-04T02:58:50.598Z] time="2025-08-04T02:19:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-04T02:58:50.598Z] time="2025-08-04T02:19:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-04T02:58:50.598Z] time="2025-08-04T02:19:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-04T02:58:50.598Z] time="2025-08-04T02:19:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-04T02:58:50.598Z] time="2025-08-04T02:19:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-04T02:58:50.598Z] time="2025-08-04T02:19:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-04T02:58:50.598Z] time="2025-08-04T02:19:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-04T02:58:50.598Z] time="2025-08-04T02:19:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-04T02:58:50.598Z] time="2025-08-04T02:19:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-04T02:58:50.598Z] time="2025-08-04T02:19:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-04T02:58:50.598Z] time="2025-08-04T02:19:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-04T02:58:50.598Z] time="2025-08-04T02:19:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-04T02:58:50.598Z] time="2025-08-04T02:19:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2025-08-04T02:58:50.622Z] $ docker stop --time=1 23932e8c1ff5ab77961c51893831a41246021b464d8adf036ec2b4262196beee [2025-08-04T02:58:52.271Z] $ docker rm -f --volumes 23932e8c1ff5ab77961c51893831a41246021b464d8adf036ec2b4262196beee [Pipeline] // withDockerContainer [Pipeline] sh [2025-08-04T02:58:52.757Z] + docker images [2025-08-04T02:58:52.757Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2025-08-04T02:58:52.757Z] support-notifications-arm64 latest ce04d97a986c 3 seconds ago 52.8MB [2025-08-04T02:58:52.757Z] support-scheduler-arm64 latest e43501cf2b61 11 seconds ago 49MB [2025-08-04T02:58:52.757Z] core-metadata-arm64 latest 23ffb602a7e3 38 seconds ago 45.3MB [2025-08-04T02:58:52.757Z] core-data-arm64 latest 92356ca4afbe 42 seconds ago 45.2MB [2025-08-04T02:58:52.757Z] core-keeper-arm64 latest 6384f5691aca 43 seconds ago 45MB [2025-08-04T02:58:52.757Z] security-proxy-auth-arm64 latest ebccc5ed3136 47 seconds ago 44.3MB [2025-08-04T02:58:52.757Z] security-spiffe-token-provider-arm64 latest 54b5e3ef866c About a minute ago 48.5MB [2025-08-04T02:58:52.757Z] security-secretstore-setup-arm64 latest fdb3fb89695e 2 minutes ago 78.6MB [2025-08-04T02:58:52.757Z] security-proxy-setup-arm64 latest 73cd54b2ff44 2 minutes ago 49MB [2025-08-04T02:58:52.757Z] core-command-arm64 latest 415875bec651 3 minutes ago 39.7MB [2025-08-04T02:58:52.757Z] security-bootstrapper-arm64 latest 7c93e291e016 18 minutes ago 21.1MB [2025-08-04T02:58:52.757Z] core-common-config-bootstrapper-arm64 latest 3886d60c4e12 18 minutes ago 20MB [2025-08-04T02:58:52.757Z] security-spire-server-arm64 latest a00ef448c616 38 minutes ago 144MB [2025-08-04T02:58:52.757Z] security-spire-agent-arm64 latest c57c79ab8de2 38 minutes ago 187MB [2025-08-04T02:58:52.757Z] security-spire-config-arm64 latest 9c5e87db71f1 38 minutes ago 143MB [2025-08-04T02:58:52.757Z] ci-base-image-arm64 latest 31ccf7ee6f79 40 minutes ago 916MB [2025-08-04T02:58:52.757Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.23-alpine 47b25d7523d1 55 minutes ago 566MB [2025-08-04T02:58:52.757Z] 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-04T02:58:52.914Z] provisioning config files... [2025-08-04T02:58:52.926Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/879@tmp/config12475467429330801511tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-04T02:58:53.270Z] ---> ****-login.sh [2025-08-04T02:58:53.270Z] nexus3.edgexfoundry.org:10001 [2025-08-04T02:58:53.270Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T02:58:53.537Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-04T02:58:53.537Z] Configure a credential helper to remove this warning. See [2025-08-04T02:58:53.537Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-04T02:58:53.537Z] [2025-08-04T02:58:53.537Z] Login Succeeded [2025-08-04T02:58:53.537Z] nexus3.edgexfoundry.org:10002 [2025-08-04T02:58:53.802Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T02:58:54.068Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-04T02:58:54.068Z] Configure a credential helper to remove this warning. See [2025-08-04T02:58:54.068Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-04T02:58:54.068Z] [2025-08-04T02:58:54.068Z] Login Succeeded [2025-08-04T02:58:54.068Z] nexus3.edgexfoundry.org:10003 [2025-08-04T02:58:54.334Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T02:58:54.334Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-04T02:58:54.334Z] Configure a credential helper to remove this warning. See [2025-08-04T02:58:54.334Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-04T02:58:54.334Z] [2025-08-04T02:58:54.334Z] Login Succeeded [2025-08-04T02:58:54.334Z] nexus3.edgexfoundry.org:10004 [2025-08-04T02:58:54.601Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T02:58:54.869Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-04T02:58:54.869Z] Configure a credential helper to remove this warning. See [2025-08-04T02:58:54.869Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-04T02:58:54.869Z] [2025-08-04T02:58:54.869Z] Login Succeeded [2025-08-04T02:58:54.869Z] ****.io [2025-08-04T02:58:54.869Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-04T02:58:55.135Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-04T02:58:55.135Z] Configure a credential helper to remove this warning. See [2025-08-04T02:58:55.135Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-04T02:58:55.135Z] [2025-08-04T02:58:55.135Z] Login Succeeded [2025-08-04T02:58:55.135Z] ---> ****-login.sh ends [Pipeline] } [2025-08-04T02:58:55.148Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-04T02:58:55.207Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-04T02:58:55.237Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2025-08-04T02:58:55.237Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T02:58:55.237Z] latest [2025-08-04T02:58:55.237Z] 4.1.0-dev.42 [2025-08-04T02:58:55.237Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T02:58:55.237Z] main [2025-08-04T02:58:55.237Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:58:55.602Z] + 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-04T02:58:55.961Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T02:58:55.961Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-08-04T02:58:55.961Z] 0c8f0e323874: Preparing [2025-08-04T02:58:55.961Z] b18bc74f0654: Preparing [2025-08-04T02:58:55.961Z] 28a1c974bc68: Preparing [2025-08-04T02:58:55.961Z] a44fd062e792: Preparing [2025-08-04T02:58:55.961Z] 7ef46d8edab0: Preparing [2025-08-04T02:58:55.961Z] 97fb3111bccb: Preparing [2025-08-04T02:58:55.961Z] 1e890da81ec9: Preparing [2025-08-04T02:58:55.961Z] 97fb3111bccb: Waiting [2025-08-04T02:58:55.961Z] 1e890da81ec9: Waiting [2025-08-04T02:58:56.301Z] 28a1c974bc68: Pushed [2025-08-04T02:58:56.301Z] 0c8f0e323874: Pushed [2025-08-04T02:58:56.301Z] 7ef46d8edab0: Pushed [2025-08-04T02:58:56.301Z] a44fd062e792: Pushed [2025-08-04T02:58:56.301Z] 1e890da81ec9: Layer already exists [2025-08-04T02:58:56.301Z] 97fb3111bccb: Pushed [2025-08-04T02:59:03.026Z] b18bc74f0654: Pushed [2025-08-04T02:59:03.026Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:31d8b3fb25a05364dfecd53586fa3a43a8549c0353d13c7a64ef0b7f49d00c5a size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:59:03.404Z] + 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-04T02:59:03.793Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2025-08-04T02:59:03.793Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-08-04T02:59:03.793Z] 0c8f0e323874: Preparing [2025-08-04T02:59:03.793Z] b18bc74f0654: Preparing [2025-08-04T02:59:03.793Z] 28a1c974bc68: Preparing [2025-08-04T02:59:03.793Z] a44fd062e792: Preparing [2025-08-04T02:59:03.793Z] 7ef46d8edab0: Preparing [2025-08-04T02:59:03.793Z] 97fb3111bccb: Preparing [2025-08-04T02:59:03.793Z] 1e890da81ec9: Preparing [2025-08-04T02:59:03.793Z] 97fb3111bccb: Waiting [2025-08-04T02:59:03.793Z] 1e890da81ec9: Waiting [2025-08-04T02:59:03.793Z] a44fd062e792: Layer already exists [2025-08-04T02:59:03.793Z] b18bc74f0654: Layer already exists [2025-08-04T02:59:03.793Z] 0c8f0e323874: Layer already exists [2025-08-04T02:59:03.793Z] 7ef46d8edab0: Layer already exists [2025-08-04T02:59:03.793Z] 28a1c974bc68: Layer already exists [2025-08-04T02:59:03.793Z] 97fb3111bccb: Layer already exists [2025-08-04T02:59:03.793Z] 1e890da81ec9: Layer already exists [2025-08-04T02:59:03.793Z] latest: digest: sha256:31d8b3fb25a05364dfecd53586fa3a43a8549c0353d13c7a64ef0b7f49d00c5a size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:59:04.168Z] + 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-04T02:59:04.522Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.42 [2025-08-04T02:59:04.522Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-08-04T02:59:04.522Z] 0c8f0e323874: Preparing [2025-08-04T02:59:04.522Z] b18bc74f0654: Preparing [2025-08-04T02:59:04.522Z] 28a1c974bc68: Preparing [2025-08-04T02:59:04.522Z] a44fd062e792: Preparing [2025-08-04T02:59:04.522Z] 7ef46d8edab0: Preparing [2025-08-04T02:59:04.522Z] 97fb3111bccb: Preparing [2025-08-04T02:59:04.522Z] 1e890da81ec9: Preparing [2025-08-04T02:59:04.522Z] 97fb3111bccb: Waiting [2025-08-04T02:59:04.522Z] 1e890da81ec9: Waiting [2025-08-04T02:59:04.522Z] b18bc74f0654: Layer already exists [2025-08-04T02:59:04.522Z] 0c8f0e323874: Layer already exists [2025-08-04T02:59:04.522Z] a44fd062e792: Layer already exists [2025-08-04T02:59:04.522Z] 28a1c974bc68: Layer already exists [2025-08-04T02:59:04.522Z] 7ef46d8edab0: Layer already exists [2025-08-04T02:59:04.522Z] 97fb3111bccb: Layer already exists [2025-08-04T02:59:04.522Z] 1e890da81ec9: Layer already exists [2025-08-04T02:59:04.789Z] 4.1.0-dev.42: digest: sha256:31d8b3fb25a05364dfecd53586fa3a43a8549c0353d13c7a64ef0b7f49d00c5a size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:59:05.143Z] + 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-04T02:59:05.494Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T02:59:05.494Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-08-04T02:59:05.494Z] 0c8f0e323874: Preparing [2025-08-04T02:59:05.494Z] b18bc74f0654: Preparing [2025-08-04T02:59:05.494Z] 28a1c974bc68: Preparing [2025-08-04T02:59:05.494Z] a44fd062e792: Preparing [2025-08-04T02:59:05.494Z] 7ef46d8edab0: Preparing [2025-08-04T02:59:05.494Z] 97fb3111bccb: Preparing [2025-08-04T02:59:05.494Z] 1e890da81ec9: Preparing [2025-08-04T02:59:05.494Z] 97fb3111bccb: Waiting [2025-08-04T02:59:05.494Z] 1e890da81ec9: Waiting [2025-08-04T02:59:05.494Z] 28a1c974bc68: Layer already exists [2025-08-04T02:59:05.494Z] 7ef46d8edab0: Layer already exists [2025-08-04T02:59:05.494Z] a44fd062e792: Layer already exists [2025-08-04T02:59:05.494Z] b18bc74f0654: Layer already exists [2025-08-04T02:59:05.494Z] 0c8f0e323874: Layer already exists [2025-08-04T02:59:05.494Z] 97fb3111bccb: Layer already exists [2025-08-04T02:59:05.494Z] 1e890da81ec9: Layer already exists [2025-08-04T02:59:05.494Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:31d8b3fb25a05364dfecd53586fa3a43a8549c0353d13c7a64ef0b7f49d00c5a size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:59:06.111Z] + 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-04T02:59:06.460Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2025-08-04T02:59:06.460Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-08-04T02:59:06.460Z] 0c8f0e323874: Preparing [2025-08-04T02:59:06.461Z] b18bc74f0654: Preparing [2025-08-04T02:59:06.461Z] 28a1c974bc68: Preparing [2025-08-04T02:59:06.461Z] a44fd062e792: Preparing [2025-08-04T02:59:06.461Z] 7ef46d8edab0: Preparing [2025-08-04T02:59:06.461Z] 97fb3111bccb: Preparing [2025-08-04T02:59:06.461Z] 1e890da81ec9: Preparing [2025-08-04T02:59:06.461Z] 97fb3111bccb: Waiting [2025-08-04T02:59:06.461Z] 1e890da81ec9: Waiting [2025-08-04T02:59:06.461Z] 28a1c974bc68: Layer already exists [2025-08-04T02:59:06.461Z] 7ef46d8edab0: Layer already exists [2025-08-04T02:59:06.461Z] b18bc74f0654: Layer already exists [2025-08-04T02:59:06.461Z] 0c8f0e323874: Layer already exists [2025-08-04T02:59:06.461Z] a44fd062e792: Layer already exists [2025-08-04T02:59:06.461Z] 1e890da81ec9: Layer already exists [2025-08-04T02:59:06.461Z] 97fb3111bccb: Layer already exists [2025-08-04T02:59:06.461Z] main: digest: sha256:31d8b3fb25a05364dfecd53586fa3a43a8549c0353d13c7a64ef0b7f49d00c5a size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-04T02:59:06.803Z] ===================================================== [Pipeline] echo [2025-08-04T02:59:06.819Z] taggedImages: [2025-08-04T02:59:06.819Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T02:59:06.819Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2025-08-04T02:59:06.819Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.42 [2025-08-04T02:59:06.819Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T02:59:06.819Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2025-08-04T02:59:06.849Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2025-08-04T02:59:06.849Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T02:59:06.849Z] latest [2025-08-04T02:59:06.849Z] 4.1.0-dev.42 [2025-08-04T02:59:06.849Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T02:59:06.849Z] main [2025-08-04T02:59:06.849Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:59:07.217Z] + 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-04T02:59:07.570Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T02:59:07.570Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-08-04T02:59:07.570Z] 1663dc6490a1: Preparing [2025-08-04T02:59:07.570Z] 6e3fcc090b66: Preparing [2025-08-04T02:59:07.570Z] 02148a5f5293: Preparing [2025-08-04T02:59:07.570Z] 348f125d020e: Preparing [2025-08-04T02:59:07.570Z] 28a1c974bc68: Preparing [2025-08-04T02:59:07.570Z] a44fd062e792: Preparing [2025-08-04T02:59:07.570Z] 7ef46d8edab0: Preparing [2025-08-04T02:59:07.570Z] 97fb3111bccb: Preparing [2025-08-04T02:59:07.570Z] a44fd062e792: Waiting [2025-08-04T02:59:07.570Z] 7ef46d8edab0: Waiting [2025-08-04T02:59:07.570Z] 97fb3111bccb: Waiting [2025-08-04T02:59:07.570Z] 1e890da81ec9: Preparing [2025-08-04T02:59:07.570Z] 1e890da81ec9: Waiting [2025-08-04T02:59:07.833Z] 28a1c974bc68: Layer already exists [2025-08-04T02:59:07.833Z] a44fd062e792: Layer already exists [2025-08-04T02:59:07.833Z] 02148a5f5293: Pushed [2025-08-04T02:59:07.833Z] 7ef46d8edab0: Layer already exists [2025-08-04T02:59:07.833Z] 6e3fcc090b66: Pushed [2025-08-04T02:59:07.833Z] 97fb3111bccb: Layer already exists [2025-08-04T02:59:07.833Z] 1e890da81ec9: Layer already exists [2025-08-04T02:59:07.834Z] 1663dc6490a1: Pushed [2025-08-04T02:59:10.396Z] 348f125d020e: Pushed [2025-08-04T02:59:10.396Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:819b237471ab576a32815451ef2ce1ed7b69d5b74f8ad560548e02bd0f5dba35 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:59:10.753Z] + 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-04T02:59:11.102Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2025-08-04T02:59:11.102Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-08-04T02:59:11.102Z] 1663dc6490a1: Preparing [2025-08-04T02:59:11.102Z] 6e3fcc090b66: Preparing [2025-08-04T02:59:11.102Z] 02148a5f5293: Preparing [2025-08-04T02:59:11.102Z] 348f125d020e: Preparing [2025-08-04T02:59:11.102Z] 28a1c974bc68: Preparing [2025-08-04T02:59:11.102Z] a44fd062e792: Preparing [2025-08-04T02:59:11.102Z] 7ef46d8edab0: Preparing [2025-08-04T02:59:11.102Z] 97fb3111bccb: Preparing [2025-08-04T02:59:11.102Z] 1e890da81ec9: Preparing [2025-08-04T02:59:11.102Z] 97fb3111bccb: Waiting [2025-08-04T02:59:11.102Z] 1e890da81ec9: Waiting [2025-08-04T02:59:11.102Z] a44fd062e792: Waiting [2025-08-04T02:59:11.102Z] 1663dc6490a1: Layer already exists [2025-08-04T02:59:11.102Z] 348f125d020e: Layer already exists [2025-08-04T02:59:11.102Z] 02148a5f5293: Layer already exists [2025-08-04T02:59:11.102Z] 28a1c974bc68: Layer already exists [2025-08-04T02:59:11.102Z] 6e3fcc090b66: Layer already exists [2025-08-04T02:59:11.102Z] 7ef46d8edab0: Layer already exists [2025-08-04T02:59:11.102Z] a44fd062e792: Layer already exists [2025-08-04T02:59:11.102Z] 97fb3111bccb: Layer already exists [2025-08-04T02:59:11.102Z] 1e890da81ec9: Layer already exists [2025-08-04T02:59:11.366Z] latest: digest: sha256:819b237471ab576a32815451ef2ce1ed7b69d5b74f8ad560548e02bd0f5dba35 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:59:11.716Z] + 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-04T02:59:12.071Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.42 [2025-08-04T02:59:12.071Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-08-04T02:59:12.071Z] 1663dc6490a1: Preparing [2025-08-04T02:59:12.071Z] 6e3fcc090b66: Preparing [2025-08-04T02:59:12.071Z] 02148a5f5293: Preparing [2025-08-04T02:59:12.071Z] 348f125d020e: Preparing [2025-08-04T02:59:12.071Z] 28a1c974bc68: Preparing [2025-08-04T02:59:12.071Z] a44fd062e792: Preparing [2025-08-04T02:59:12.071Z] 7ef46d8edab0: Preparing [2025-08-04T02:59:12.071Z] 97fb3111bccb: Preparing [2025-08-04T02:59:12.071Z] 1e890da81ec9: Preparing [2025-08-04T02:59:12.071Z] a44fd062e792: Waiting [2025-08-04T02:59:12.071Z] 7ef46d8edab0: Waiting [2025-08-04T02:59:12.071Z] 97fb3111bccb: Waiting [2025-08-04T02:59:12.071Z] 1e890da81ec9: Waiting [2025-08-04T02:59:12.071Z] 28a1c974bc68: Layer already exists [2025-08-04T02:59:12.071Z] 6e3fcc090b66: Layer already exists [2025-08-04T02:59:12.071Z] 02148a5f5293: Layer already exists [2025-08-04T02:59:12.071Z] 1663dc6490a1: Layer already exists [2025-08-04T02:59:12.071Z] 348f125d020e: Layer already exists [2025-08-04T02:59:12.071Z] a44fd062e792: Layer already exists [2025-08-04T02:59:12.071Z] 7ef46d8edab0: Layer already exists [2025-08-04T02:59:12.071Z] 97fb3111bccb: Layer already exists [2025-08-04T02:59:12.071Z] 1e890da81ec9: Layer already exists [2025-08-04T02:59:12.071Z] 4.1.0-dev.42: digest: sha256:819b237471ab576a32815451ef2ce1ed7b69d5b74f8ad560548e02bd0f5dba35 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:59:12.691Z] + 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-04T02:59:13.042Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T02:59:13.042Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-08-04T02:59:13.042Z] 1663dc6490a1: Preparing [2025-08-04T02:59:13.042Z] 6e3fcc090b66: Preparing [2025-08-04T02:59:13.042Z] 02148a5f5293: Preparing [2025-08-04T02:59:13.042Z] 348f125d020e: Preparing [2025-08-04T02:59:13.042Z] 28a1c974bc68: Preparing [2025-08-04T02:59:13.042Z] a44fd062e792: Preparing [2025-08-04T02:59:13.042Z] 7ef46d8edab0: Preparing [2025-08-04T02:59:13.042Z] 97fb3111bccb: Preparing [2025-08-04T02:59:13.042Z] 1e890da81ec9: Preparing [2025-08-04T02:59:13.042Z] a44fd062e792: Waiting [2025-08-04T02:59:13.042Z] 97fb3111bccb: Waiting [2025-08-04T02:59:13.042Z] 1e890da81ec9: Waiting [2025-08-04T02:59:13.042Z] 7ef46d8edab0: Waiting [2025-08-04T02:59:13.042Z] 1663dc6490a1: Layer already exists [2025-08-04T02:59:13.042Z] 02148a5f5293: Layer already exists [2025-08-04T02:59:13.042Z] 28a1c974bc68: Layer already exists [2025-08-04T02:59:13.042Z] 348f125d020e: Layer already exists [2025-08-04T02:59:13.042Z] 6e3fcc090b66: Layer already exists [2025-08-04T02:59:13.042Z] 7ef46d8edab0: Layer already exists [2025-08-04T02:59:13.042Z] 97fb3111bccb: Layer already exists [2025-08-04T02:59:13.042Z] a44fd062e792: Layer already exists [2025-08-04T02:59:13.042Z] 1e890da81ec9: Layer already exists [2025-08-04T02:59:13.042Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:819b237471ab576a32815451ef2ce1ed7b69d5b74f8ad560548e02bd0f5dba35 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:59:13.654Z] + 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-04T02:59:14.000Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2025-08-04T02:59:14.000Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-08-04T02:59:14.000Z] 1663dc6490a1: Preparing [2025-08-04T02:59:14.000Z] 6e3fcc090b66: Preparing [2025-08-04T02:59:14.000Z] 02148a5f5293: Preparing [2025-08-04T02:59:14.000Z] 348f125d020e: Preparing [2025-08-04T02:59:14.000Z] 28a1c974bc68: Preparing [2025-08-04T02:59:14.000Z] a44fd062e792: Preparing [2025-08-04T02:59:14.000Z] 7ef46d8edab0: Preparing [2025-08-04T02:59:14.000Z] 97fb3111bccb: Preparing [2025-08-04T02:59:14.000Z] 1e890da81ec9: Preparing [2025-08-04T02:59:14.000Z] 7ef46d8edab0: Waiting [2025-08-04T02:59:14.000Z] 97fb3111bccb: Waiting [2025-08-04T02:59:14.000Z] a44fd062e792: Waiting [2025-08-04T02:59:14.000Z] 6e3fcc090b66: Layer already exists [2025-08-04T02:59:14.000Z] 348f125d020e: Layer already exists [2025-08-04T02:59:14.000Z] 1663dc6490a1: Layer already exists [2025-08-04T02:59:14.000Z] 02148a5f5293: Layer already exists [2025-08-04T02:59:14.000Z] 28a1c974bc68: Layer already exists [2025-08-04T02:59:14.000Z] 7ef46d8edab0: Layer already exists [2025-08-04T02:59:14.000Z] a44fd062e792: Layer already exists [2025-08-04T02:59:14.000Z] 1e890da81ec9: Layer already exists [2025-08-04T02:59:14.000Z] 97fb3111bccb: Layer already exists [2025-08-04T02:59:14.263Z] main: digest: sha256:819b237471ab576a32815451ef2ce1ed7b69d5b74f8ad560548e02bd0f5dba35 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-04T02:59:14.334Z] ===================================================== [Pipeline] echo [2025-08-04T02:59:14.351Z] taggedImages: [2025-08-04T02:59:14.351Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T02:59:14.351Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2025-08-04T02:59:14.351Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.42 [2025-08-04T02:59:14.351Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T02:59:14.351Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2025-08-04T02:59:14.382Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2025-08-04T02:59:14.382Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T02:59:14.382Z] latest [2025-08-04T02:59:14.382Z] 4.1.0-dev.42 [2025-08-04T02:59:14.382Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T02:59:14.382Z] main [2025-08-04T02:59:14.382Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:59:14.744Z] + 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-04T02:59:15.105Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T02:59:15.105Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-08-04T02:59:15.105Z] 3210b3b7d925: Preparing [2025-08-04T02:59:15.105Z] 0811466d61b5: Preparing [2025-08-04T02:59:15.105Z] 28a1c974bc68: Preparing [2025-08-04T02:59:15.105Z] a44fd062e792: Preparing [2025-08-04T02:59:15.105Z] 632f89051b3f: Preparing [2025-08-04T02:59:15.105Z] 9ae1f412dc58: Preparing [2025-08-04T02:59:15.105Z] 1e890da81ec9: Preparing [2025-08-04T02:59:15.105Z] 9ae1f412dc58: Waiting [2025-08-04T02:59:15.105Z] 1e890da81ec9: Waiting [2025-08-04T02:59:15.369Z] 28a1c974bc68: Layer already exists [2025-08-04T02:59:15.369Z] a44fd062e792: Layer already exists [2025-08-04T02:59:15.369Z] 1e890da81ec9: Layer already exists [2025-08-04T02:59:15.369Z] 632f89051b3f: Pushed [2025-08-04T02:59:15.369Z] 3210b3b7d925: Pushed [2025-08-04T02:59:15.369Z] 9ae1f412dc58: Pushed [2025-08-04T02:59:23.552Z] 0811466d61b5: Pushed [2025-08-04T02:59:23.552Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:c311541f92a3cdf62f4611a1562a015d592382de8e6122184023ddb4b80adebd size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:59:23.902Z] + 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-04T02:59:24.519Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2025-08-04T02:59:24.520Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-08-04T02:59:24.520Z] 3210b3b7d925: Preparing [2025-08-04T02:59:24.520Z] 0811466d61b5: Preparing [2025-08-04T02:59:24.520Z] 28a1c974bc68: Preparing [2025-08-04T02:59:24.520Z] a44fd062e792: Preparing [2025-08-04T02:59:24.520Z] 632f89051b3f: Preparing [2025-08-04T02:59:24.520Z] 9ae1f412dc58: Preparing [2025-08-04T02:59:24.520Z] 1e890da81ec9: Preparing [2025-08-04T02:59:24.520Z] 9ae1f412dc58: Waiting [2025-08-04T02:59:24.520Z] 1e890da81ec9: Waiting [2025-08-04T02:59:24.520Z] 28a1c974bc68: Layer already exists [2025-08-04T02:59:24.520Z] 632f89051b3f: Layer already exists [2025-08-04T02:59:24.520Z] 3210b3b7d925: Layer already exists [2025-08-04T02:59:24.520Z] 0811466d61b5: Layer already exists [2025-08-04T02:59:24.520Z] a44fd062e792: Layer already exists [2025-08-04T02:59:24.520Z] 9ae1f412dc58: Layer already exists [2025-08-04T02:59:24.520Z] 1e890da81ec9: Layer already exists [2025-08-04T02:59:24.520Z] latest: digest: sha256:c311541f92a3cdf62f4611a1562a015d592382de8e6122184023ddb4b80adebd size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:59:25.134Z] + 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-04T02:59:25.483Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.42 [2025-08-04T02:59:25.483Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-08-04T02:59:25.483Z] 3210b3b7d925: Preparing [2025-08-04T02:59:25.483Z] 0811466d61b5: Preparing [2025-08-04T02:59:25.483Z] 28a1c974bc68: Preparing [2025-08-04T02:59:25.483Z] a44fd062e792: Preparing [2025-08-04T02:59:25.483Z] 632f89051b3f: Preparing [2025-08-04T02:59:25.483Z] 9ae1f412dc58: Preparing [2025-08-04T02:59:25.483Z] 1e890da81ec9: Preparing [2025-08-04T02:59:25.483Z] 9ae1f412dc58: Waiting [2025-08-04T02:59:25.483Z] 1e890da81ec9: Waiting [2025-08-04T02:59:25.483Z] 0811466d61b5: Layer already exists [2025-08-04T02:59:25.483Z] 3210b3b7d925: Layer already exists [2025-08-04T02:59:25.483Z] 632f89051b3f: Layer already exists [2025-08-04T02:59:25.483Z] 28a1c974bc68: Layer already exists [2025-08-04T02:59:25.483Z] a44fd062e792: Layer already exists [2025-08-04T02:59:25.483Z] 9ae1f412dc58: Layer already exists [2025-08-04T02:59:25.483Z] 1e890da81ec9: Layer already exists [2025-08-04T02:59:25.483Z] 4.1.0-dev.42: digest: sha256:c311541f92a3cdf62f4611a1562a015d592382de8e6122184023ddb4b80adebd size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:59:25.833Z] + 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-04T02:59:26.188Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T02:59:26.188Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-08-04T02:59:26.188Z] 3210b3b7d925: Preparing [2025-08-04T02:59:26.188Z] 0811466d61b5: Preparing [2025-08-04T02:59:26.188Z] 28a1c974bc68: Preparing [2025-08-04T02:59:26.188Z] a44fd062e792: Preparing [2025-08-04T02:59:26.188Z] 632f89051b3f: Preparing [2025-08-04T02:59:26.188Z] 9ae1f412dc58: Preparing [2025-08-04T02:59:26.188Z] 1e890da81ec9: Preparing [2025-08-04T02:59:26.188Z] 9ae1f412dc58: Waiting [2025-08-04T02:59:26.188Z] 1e890da81ec9: Waiting [2025-08-04T02:59:26.188Z] 632f89051b3f: Layer already exists [2025-08-04T02:59:26.188Z] a44fd062e792: Layer already exists [2025-08-04T02:59:26.188Z] 3210b3b7d925: Layer already exists [2025-08-04T02:59:26.188Z] 28a1c974bc68: Layer already exists [2025-08-04T02:59:26.188Z] 0811466d61b5: Layer already exists [2025-08-04T02:59:26.188Z] 1e890da81ec9: Layer already exists [2025-08-04T02:59:26.188Z] 9ae1f412dc58: Layer already exists [2025-08-04T02:59:26.188Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:c311541f92a3cdf62f4611a1562a015d592382de8e6122184023ddb4b80adebd size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:59:26.545Z] + 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-04T02:59:26.896Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2025-08-04T02:59:26.896Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-08-04T02:59:26.896Z] 3210b3b7d925: Preparing [2025-08-04T02:59:26.896Z] 0811466d61b5: Preparing [2025-08-04T02:59:26.896Z] 28a1c974bc68: Preparing [2025-08-04T02:59:26.896Z] a44fd062e792: Preparing [2025-08-04T02:59:26.896Z] 632f89051b3f: Preparing [2025-08-04T02:59:26.896Z] 9ae1f412dc58: Preparing [2025-08-04T02:59:26.896Z] 1e890da81ec9: Preparing [2025-08-04T02:59:26.896Z] 1e890da81ec9: Waiting [2025-08-04T02:59:26.896Z] 9ae1f412dc58: Waiting [2025-08-04T02:59:26.896Z] a44fd062e792: Layer already exists [2025-08-04T02:59:26.896Z] 0811466d61b5: Layer already exists [2025-08-04T02:59:26.896Z] 632f89051b3f: Layer already exists [2025-08-04T02:59:26.896Z] 3210b3b7d925: Layer already exists [2025-08-04T02:59:26.896Z] 28a1c974bc68: Layer already exists [2025-08-04T02:59:26.896Z] 1e890da81ec9: Layer already exists [2025-08-04T02:59:26.896Z] 9ae1f412dc58: Layer already exists [2025-08-04T02:59:27.160Z] main: digest: sha256:c311541f92a3cdf62f4611a1562a015d592382de8e6122184023ddb4b80adebd size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-04T02:59:27.236Z] ===================================================== [Pipeline] echo [2025-08-04T02:59:27.248Z] taggedImages: [2025-08-04T02:59:27.248Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T02:59:27.248Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2025-08-04T02:59:27.248Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.42 [2025-08-04T02:59:27.248Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T02:59:27.248Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2025-08-04T02:59:27.283Z] [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: [2025-08-04T02:59:27.283Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T02:59:27.283Z] latest [2025-08-04T02:59:27.283Z] 4.1.0-dev.42 [2025-08-04T02:59:27.283Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T02:59:27.283Z] main [2025-08-04T02:59:27.283Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:59:27.655Z] + 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-04T02:59:27.998Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T02:59:27.998Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-08-04T02:59:27.998Z] d3d65994a50d: Preparing [2025-08-04T02:59:27.998Z] 70195d33342c: Preparing [2025-08-04T02:59:27.998Z] a44fd062e792: Preparing [2025-08-04T02:59:27.998Z] 7306a94fc41f: Preparing [2025-08-04T02:59:27.998Z] e3793649d4d3: Preparing [2025-08-04T02:59:27.998Z] 1e890da81ec9: Preparing [2025-08-04T02:59:27.998Z] 1e890da81ec9: Waiting [2025-08-04T02:59:27.998Z] a44fd062e792: Layer already exists [2025-08-04T02:59:28.261Z] 1e890da81ec9: Layer already exists [2025-08-04T02:59:28.261Z] e3793649d4d3: Pushed [2025-08-04T02:59:28.261Z] d3d65994a50d: Pushed [2025-08-04T02:59:28.261Z] 7306a94fc41f: Pushed [2025-08-04T02:59:36.436Z] 70195d33342c: Pushed [2025-08-04T02:59:36.436Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:1c9b3005bf8467191c02d003149752fa518cbb3bbefdcc1fc7cfb3a4af487c7b size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:59:36.791Z] + 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-04T02:59:37.222Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2025-08-04T02:59:37.222Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-08-04T02:59:37.222Z] d3d65994a50d: Preparing [2025-08-04T02:59:37.222Z] 70195d33342c: Preparing [2025-08-04T02:59:37.222Z] a44fd062e792: Preparing [2025-08-04T02:59:37.222Z] 7306a94fc41f: Preparing [2025-08-04T02:59:37.222Z] e3793649d4d3: Preparing [2025-08-04T02:59:37.222Z] 1e890da81ec9: Preparing [2025-08-04T02:59:37.222Z] 1e890da81ec9: Waiting [2025-08-04T02:59:37.222Z] a44fd062e792: Layer already exists [2025-08-04T02:59:37.222Z] 7306a94fc41f: Layer already exists [2025-08-04T02:59:37.222Z] d3d65994a50d: Layer already exists [2025-08-04T02:59:37.222Z] e3793649d4d3: Layer already exists [2025-08-04T02:59:37.222Z] 70195d33342c: Layer already exists [2025-08-04T02:59:37.222Z] 1e890da81ec9: Layer already exists [2025-08-04T02:59:37.222Z] latest: digest: sha256:1c9b3005bf8467191c02d003149752fa518cbb3bbefdcc1fc7cfb3a4af487c7b size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:59:37.839Z] + 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-04T02:59:38.186Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.42 [2025-08-04T02:59:38.186Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-08-04T02:59:38.186Z] d3d65994a50d: Preparing [2025-08-04T02:59:38.186Z] 70195d33342c: Preparing [2025-08-04T02:59:38.186Z] a44fd062e792: Preparing [2025-08-04T02:59:38.186Z] 7306a94fc41f: Preparing [2025-08-04T02:59:38.186Z] e3793649d4d3: Preparing [2025-08-04T02:59:38.186Z] 1e890da81ec9: Preparing [2025-08-04T02:59:38.186Z] 1e890da81ec9: Waiting [2025-08-04T02:59:38.186Z] 7306a94fc41f: Layer already exists [2025-08-04T02:59:38.186Z] a44fd062e792: Layer already exists [2025-08-04T02:59:38.186Z] e3793649d4d3: Layer already exists [2025-08-04T02:59:38.186Z] 70195d33342c: Layer already exists [2025-08-04T02:59:38.186Z] d3d65994a50d: Layer already exists [2025-08-04T02:59:38.186Z] 1e890da81ec9: Layer already exists [2025-08-04T02:59:38.186Z] 4.1.0-dev.42: digest: sha256:1c9b3005bf8467191c02d003149752fa518cbb3bbefdcc1fc7cfb3a4af487c7b size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:59:38.539Z] + 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-04T02:59:38.886Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T02:59:38.886Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-08-04T02:59:38.886Z] d3d65994a50d: Preparing [2025-08-04T02:59:38.886Z] 70195d33342c: Preparing [2025-08-04T02:59:38.886Z] a44fd062e792: Preparing [2025-08-04T02:59:38.886Z] 7306a94fc41f: Preparing [2025-08-04T02:59:38.886Z] e3793649d4d3: Preparing [2025-08-04T02:59:38.886Z] 1e890da81ec9: Preparing [2025-08-04T02:59:38.886Z] 1e890da81ec9: Waiting [2025-08-04T02:59:38.886Z] e3793649d4d3: Layer already exists [2025-08-04T02:59:38.886Z] d3d65994a50d: Layer already exists [2025-08-04T02:59:38.886Z] 70195d33342c: Layer already exists [2025-08-04T02:59:38.886Z] a44fd062e792: Layer already exists [2025-08-04T02:59:38.886Z] 7306a94fc41f: Layer already exists [2025-08-04T02:59:38.886Z] 1e890da81ec9: Layer already exists [2025-08-04T02:59:38.886Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:1c9b3005bf8467191c02d003149752fa518cbb3bbefdcc1fc7cfb3a4af487c7b size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:59:39.495Z] + 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-04T02:59:39.834Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [2025-08-04T02:59:39.834Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-08-04T02:59:39.834Z] d3d65994a50d: Preparing [2025-08-04T02:59:39.834Z] 70195d33342c: Preparing [2025-08-04T02:59:39.834Z] a44fd062e792: Preparing [2025-08-04T02:59:39.834Z] 7306a94fc41f: Preparing [2025-08-04T02:59:39.834Z] e3793649d4d3: Preparing [2025-08-04T02:59:39.834Z] 1e890da81ec9: Preparing [2025-08-04T02:59:39.834Z] 1e890da81ec9: Waiting [2025-08-04T02:59:39.834Z] 7306a94fc41f: Layer already exists [2025-08-04T02:59:39.834Z] 70195d33342c: Layer already exists [2025-08-04T02:59:39.834Z] e3793649d4d3: Layer already exists [2025-08-04T02:59:39.834Z] a44fd062e792: Layer already exists [2025-08-04T02:59:39.834Z] d3d65994a50d: Layer already exists [2025-08-04T02:59:39.834Z] 1e890da81ec9: Layer already exists [2025-08-04T02:59:39.834Z] main: digest: sha256:1c9b3005bf8467191c02d003149752fa518cbb3bbefdcc1fc7cfb3a4af487c7b size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-04T02:59:39.912Z] ===================================================== [Pipeline] echo [2025-08-04T02:59:39.926Z] taggedImages: [2025-08-04T02:59:39.926Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T02:59:39.926Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2025-08-04T02:59:39.926Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.42 [2025-08-04T02:59:39.926Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T02:59:39.926Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2025-08-04T02:59:39.949Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2025-08-04T02:59:39.950Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T02:59:39.950Z] latest [2025-08-04T02:59:39.950Z] 4.1.0-dev.42 [2025-08-04T02:59:39.950Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T02:59:39.950Z] main [2025-08-04T02:59:39.950Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:59:40.309Z] + 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-04T02:59:40.663Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T02:59:40.663Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-08-04T02:59:40.663Z] 8f674b4b2459: Preparing [2025-08-04T02:59:40.663Z] 5a3abcc1612f: Preparing [2025-08-04T02:59:40.663Z] 223bdc2a1866: Preparing [2025-08-04T02:59:40.663Z] 28a1c974bc68: Preparing [2025-08-04T02:59:40.663Z] a44fd062e792: Preparing [2025-08-04T02:59:40.663Z] 7ef46d8edab0: Preparing [2025-08-04T02:59:40.663Z] 97fb3111bccb: Preparing [2025-08-04T02:59:40.663Z] 1e890da81ec9: Preparing [2025-08-04T02:59:40.663Z] 7ef46d8edab0: Waiting [2025-08-04T02:59:40.663Z] 97fb3111bccb: Waiting [2025-08-04T02:59:40.663Z] 1e890da81ec9: Waiting [2025-08-04T02:59:40.663Z] 28a1c974bc68: Layer already exists [2025-08-04T02:59:40.928Z] a44fd062e792: Layer already exists [2025-08-04T02:59:40.928Z] 5a3abcc1612f: Pushed [2025-08-04T02:59:40.928Z] 7ef46d8edab0: Layer already exists [2025-08-04T02:59:40.928Z] 97fb3111bccb: Layer already exists [2025-08-04T02:59:40.928Z] 1e890da81ec9: Layer already exists [2025-08-04T02:59:40.928Z] 8f674b4b2459: Pushed [2025-08-04T02:59:49.102Z] 223bdc2a1866: Pushed [2025-08-04T02:59:49.102Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:5dfb9336c2b9d31295e64524d747b7c8bbaee7b09280203ac52b5cb88c45db9f size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:59:49.458Z] + 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-04T02:59:49.808Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2025-08-04T02:59:49.808Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-08-04T02:59:49.808Z] 8f674b4b2459: Preparing [2025-08-04T02:59:49.808Z] 5a3abcc1612f: Preparing [2025-08-04T02:59:49.808Z] 223bdc2a1866: Preparing [2025-08-04T02:59:49.808Z] 28a1c974bc68: Preparing [2025-08-04T02:59:49.808Z] a44fd062e792: Preparing [2025-08-04T02:59:49.808Z] 7ef46d8edab0: Preparing [2025-08-04T02:59:49.808Z] 97fb3111bccb: Preparing [2025-08-04T02:59:49.808Z] 1e890da81ec9: Preparing [2025-08-04T02:59:49.808Z] 97fb3111bccb: Waiting [2025-08-04T02:59:49.808Z] 1e890da81ec9: Waiting [2025-08-04T02:59:49.808Z] 7ef46d8edab0: Waiting [2025-08-04T02:59:49.808Z] 28a1c974bc68: Layer already exists [2025-08-04T02:59:49.808Z] 5a3abcc1612f: Layer already exists [2025-08-04T02:59:49.808Z] 223bdc2a1866: Layer already exists [2025-08-04T02:59:49.808Z] a44fd062e792: Layer already exists [2025-08-04T02:59:49.808Z] 8f674b4b2459: Layer already exists [2025-08-04T02:59:49.808Z] 97fb3111bccb: Layer already exists [2025-08-04T02:59:49.808Z] 7ef46d8edab0: Layer already exists [2025-08-04T02:59:49.808Z] 1e890da81ec9: Layer already exists [2025-08-04T02:59:50.072Z] latest: digest: sha256:5dfb9336c2b9d31295e64524d747b7c8bbaee7b09280203ac52b5cb88c45db9f size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:59:50.453Z] + 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-04T02:59:50.821Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.42 [2025-08-04T02:59:50.821Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-08-04T02:59:50.821Z] 8f674b4b2459: Preparing [2025-08-04T02:59:50.821Z] 5a3abcc1612f: Preparing [2025-08-04T02:59:50.821Z] 223bdc2a1866: Preparing [2025-08-04T02:59:50.821Z] 28a1c974bc68: Preparing [2025-08-04T02:59:50.821Z] a44fd062e792: Preparing [2025-08-04T02:59:50.821Z] 7ef46d8edab0: Preparing [2025-08-04T02:59:50.821Z] 97fb3111bccb: Preparing [2025-08-04T02:59:50.821Z] 1e890da81ec9: Preparing [2025-08-04T02:59:50.821Z] 7ef46d8edab0: Waiting [2025-08-04T02:59:50.821Z] 97fb3111bccb: Waiting [2025-08-04T02:59:50.821Z] 1e890da81ec9: Waiting [2025-08-04T02:59:50.821Z] 223bdc2a1866: Layer already exists [2025-08-04T02:59:50.821Z] a44fd062e792: Layer already exists [2025-08-04T02:59:50.821Z] 5a3abcc1612f: Layer already exists [2025-08-04T02:59:50.821Z] 28a1c974bc68: Layer already exists [2025-08-04T02:59:50.821Z] 8f674b4b2459: Layer already exists [2025-08-04T02:59:50.821Z] 97fb3111bccb: Layer already exists [2025-08-04T02:59:50.821Z] 7ef46d8edab0: Layer already exists [2025-08-04T02:59:50.821Z] 1e890da81ec9: Layer already exists [2025-08-04T02:59:50.821Z] 4.1.0-dev.42: digest: sha256:5dfb9336c2b9d31295e64524d747b7c8bbaee7b09280203ac52b5cb88c45db9f size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:59:51.454Z] + 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-04T02:59:51.799Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T02:59:51.799Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-08-04T02:59:51.799Z] 8f674b4b2459: Preparing [2025-08-04T02:59:51.799Z] 5a3abcc1612f: Preparing [2025-08-04T02:59:51.799Z] 223bdc2a1866: Preparing [2025-08-04T02:59:51.799Z] 28a1c974bc68: Preparing [2025-08-04T02:59:51.799Z] a44fd062e792: Preparing [2025-08-04T02:59:51.799Z] 7ef46d8edab0: Preparing [2025-08-04T02:59:51.799Z] 97fb3111bccb: Preparing [2025-08-04T02:59:51.799Z] 1e890da81ec9: Preparing [2025-08-04T02:59:51.799Z] 7ef46d8edab0: Waiting [2025-08-04T02:59:51.799Z] 97fb3111bccb: Waiting [2025-08-04T02:59:51.799Z] 1e890da81ec9: Waiting [2025-08-04T02:59:51.799Z] 28a1c974bc68: Layer already exists [2025-08-04T02:59:51.799Z] 223bdc2a1866: Layer already exists [2025-08-04T02:59:51.799Z] a44fd062e792: Layer already exists [2025-08-04T02:59:51.799Z] 5a3abcc1612f: Layer already exists [2025-08-04T02:59:51.799Z] 8f674b4b2459: Layer already exists [2025-08-04T02:59:51.799Z] 97fb3111bccb: Layer already exists [2025-08-04T02:59:51.799Z] 7ef46d8edab0: Layer already exists [2025-08-04T02:59:51.799Z] 1e890da81ec9: Layer already exists [2025-08-04T02:59:51.799Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:5dfb9336c2b9d31295e64524d747b7c8bbaee7b09280203ac52b5cb88c45db9f size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:59:52.409Z] + 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-04T02:59:52.762Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2025-08-04T02:59:52.762Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-08-04T02:59:52.762Z] 8f674b4b2459: Preparing [2025-08-04T02:59:52.762Z] 5a3abcc1612f: Preparing [2025-08-04T02:59:52.762Z] 223bdc2a1866: Preparing [2025-08-04T02:59:52.762Z] 28a1c974bc68: Preparing [2025-08-04T02:59:52.762Z] a44fd062e792: Preparing [2025-08-04T02:59:52.762Z] 7ef46d8edab0: Preparing [2025-08-04T02:59:52.762Z] 97fb3111bccb: Preparing [2025-08-04T02:59:52.762Z] 1e890da81ec9: Preparing [2025-08-04T02:59:52.762Z] 7ef46d8edab0: Waiting [2025-08-04T02:59:52.762Z] 97fb3111bccb: Waiting [2025-08-04T02:59:52.762Z] 1e890da81ec9: Waiting [2025-08-04T02:59:52.762Z] 28a1c974bc68: Layer already exists [2025-08-04T02:59:52.762Z] 5a3abcc1612f: Layer already exists [2025-08-04T02:59:52.762Z] 8f674b4b2459: Layer already exists [2025-08-04T02:59:52.762Z] a44fd062e792: Layer already exists [2025-08-04T02:59:52.762Z] 223bdc2a1866: Layer already exists [2025-08-04T02:59:52.762Z] 1e890da81ec9: Layer already exists [2025-08-04T02:59:52.762Z] 97fb3111bccb: Layer already exists [2025-08-04T02:59:52.762Z] 7ef46d8edab0: Layer already exists [2025-08-04T02:59:53.025Z] main: digest: sha256:5dfb9336c2b9d31295e64524d747b7c8bbaee7b09280203ac52b5cb88c45db9f size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-04T02:59:53.104Z] ===================================================== [Pipeline] echo [2025-08-04T02:59:53.122Z] taggedImages: [2025-08-04T02:59:53.122Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T02:59:53.122Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2025-08-04T02:59:53.122Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.42 [2025-08-04T02:59:53.122Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T02:59:53.122Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2025-08-04T02:59:53.148Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2025-08-04T02:59:53.148Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T02:59:53.148Z] latest [2025-08-04T02:59:53.148Z] 4.1.0-dev.42 [2025-08-04T02:59:53.148Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T02:59:53.148Z] main [2025-08-04T02:59:53.148Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:59:53.518Z] + 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-04T02:59:53.867Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T02:59:53.867Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-08-04T02:59:53.867Z] 03bc8b2e29c2: Preparing [2025-08-04T02:59:53.867Z] c7c4927d65de: Preparing [2025-08-04T02:59:53.867Z] 24c5dbd392cb: Preparing [2025-08-04T02:59:53.867Z] ee8f119361be: Preparing [2025-08-04T02:59:53.867Z] 2f785c09d196: Preparing [2025-08-04T02:59:53.867Z] 93eb4d4e1a81: Preparing [2025-08-04T02:59:53.867Z] ffdb8394e816: Preparing [2025-08-04T02:59:53.867Z] 28a1c974bc68: Preparing [2025-08-04T02:59:53.867Z] a44fd062e792: Preparing [2025-08-04T02:59:53.867Z] 5c892b866f00: Preparing [2025-08-04T02:59:53.867Z] ffe62c9a8476: Preparing [2025-08-04T02:59:53.867Z] 5f70bf18a086: Preparing [2025-08-04T02:59:53.867Z] 01c2d27f4542: Preparing [2025-08-04T02:59:53.867Z] a9398d15c446: Preparing [2025-08-04T02:59:53.867Z] 30892c0cfac5: Preparing [2025-08-04T02:59:53.867Z] 1e890da81ec9: Preparing [2025-08-04T02:59:53.867Z] 93eb4d4e1a81: Waiting [2025-08-04T02:59:53.867Z] ffdb8394e816: Waiting [2025-08-04T02:59:53.867Z] 28a1c974bc68: Waiting [2025-08-04T02:59:53.867Z] a44fd062e792: Waiting [2025-08-04T02:59:53.867Z] 5c892b866f00: Waiting [2025-08-04T02:59:53.867Z] ffe62c9a8476: Waiting [2025-08-04T02:59:53.867Z] 5f70bf18a086: Waiting [2025-08-04T02:59:53.867Z] 01c2d27f4542: Waiting [2025-08-04T02:59:53.867Z] a9398d15c446: Waiting [2025-08-04T02:59:53.867Z] 30892c0cfac5: Waiting [2025-08-04T02:59:53.867Z] 1e890da81ec9: Waiting [2025-08-04T02:59:54.132Z] 2f785c09d196: Pushed [2025-08-04T02:59:54.132Z] ee8f119361be: Pushed [2025-08-04T02:59:54.132Z] 24c5dbd392cb: Pushed [2025-08-04T02:59:54.132Z] 03bc8b2e29c2: Pushed [2025-08-04T02:59:54.132Z] c7c4927d65de: Pushed [2025-08-04T02:59:54.132Z] 28a1c974bc68: Layer already exists [2025-08-04T02:59:54.132Z] a44fd062e792: Layer already exists [2025-08-04T02:59:54.132Z] 5f70bf18a086: Layer already exists [2025-08-04T02:59:54.132Z] 93eb4d4e1a81: Pushed [2025-08-04T02:59:54.395Z] 5c892b866f00: Pushed [2025-08-04T02:59:54.395Z] ffe62c9a8476: Pushed [2025-08-04T02:59:54.395Z] 1e890da81ec9: Layer already exists [2025-08-04T02:59:54.395Z] 01c2d27f4542: Pushed [2025-08-04T02:59:54.395Z] a9398d15c446: Pushed [2025-08-04T02:59:54.395Z] 30892c0cfac5: Pushed [2025-08-04T02:59:56.953Z] ffdb8394e816: Pushed [2025-08-04T02:59:57.216Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:ff1533c02f4719cda8af5de423695860b0381ccd8c82597f96da8c6d7db80f89 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:59:57.565Z] + 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-04T02:59:57.912Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2025-08-04T02:59:57.912Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-08-04T02:59:57.912Z] 03bc8b2e29c2: Preparing [2025-08-04T02:59:57.912Z] c7c4927d65de: Preparing [2025-08-04T02:59:57.912Z] 24c5dbd392cb: Preparing [2025-08-04T02:59:57.912Z] ee8f119361be: Preparing [2025-08-04T02:59:57.912Z] 2f785c09d196: Preparing [2025-08-04T02:59:57.912Z] 93eb4d4e1a81: Preparing [2025-08-04T02:59:57.912Z] ffdb8394e816: Preparing [2025-08-04T02:59:57.912Z] 28a1c974bc68: Preparing [2025-08-04T02:59:57.912Z] a44fd062e792: Preparing [2025-08-04T02:59:57.912Z] 5c892b866f00: Preparing [2025-08-04T02:59:57.912Z] ffe62c9a8476: Preparing [2025-08-04T02:59:57.912Z] 5f70bf18a086: Preparing [2025-08-04T02:59:57.912Z] 01c2d27f4542: Preparing [2025-08-04T02:59:57.912Z] a9398d15c446: Preparing [2025-08-04T02:59:57.912Z] 30892c0cfac5: Preparing [2025-08-04T02:59:57.912Z] 1e890da81ec9: Preparing [2025-08-04T02:59:57.912Z] 93eb4d4e1a81: Waiting [2025-08-04T02:59:57.912Z] 5f70bf18a086: Waiting [2025-08-04T02:59:57.912Z] 01c2d27f4542: Waiting [2025-08-04T02:59:57.912Z] ffdb8394e816: Waiting [2025-08-04T02:59:57.912Z] a9398d15c446: Waiting [2025-08-04T02:59:57.912Z] 28a1c974bc68: Waiting [2025-08-04T02:59:57.912Z] a44fd062e792: Waiting [2025-08-04T02:59:57.912Z] 30892c0cfac5: Waiting [2025-08-04T02:59:57.912Z] 5c892b866f00: Waiting [2025-08-04T02:59:57.912Z] 1e890da81ec9: Waiting [2025-08-04T02:59:57.912Z] ffe62c9a8476: Waiting [2025-08-04T02:59:57.912Z] 2f785c09d196: Layer already exists [2025-08-04T02:59:57.912Z] 24c5dbd392cb: Layer already exists [2025-08-04T02:59:57.912Z] 03bc8b2e29c2: Layer already exists [2025-08-04T02:59:57.912Z] c7c4927d65de: Layer already exists [2025-08-04T02:59:57.912Z] ee8f119361be: Layer already exists [2025-08-04T02:59:57.912Z] a44fd062e792: Layer already exists [2025-08-04T02:59:57.912Z] 93eb4d4e1a81: Layer already exists [2025-08-04T02:59:57.912Z] ffdb8394e816: Layer already exists [2025-08-04T02:59:57.912Z] 28a1c974bc68: Layer already exists [2025-08-04T02:59:57.912Z] 5c892b866f00: Layer already exists [2025-08-04T02:59:57.912Z] 01c2d27f4542: Layer already exists [2025-08-04T02:59:57.912Z] 5f70bf18a086: Layer already exists [2025-08-04T02:59:57.912Z] a9398d15c446: Layer already exists [2025-08-04T02:59:57.912Z] ffe62c9a8476: Layer already exists [2025-08-04T02:59:57.912Z] 30892c0cfac5: Layer already exists [2025-08-04T02:59:57.912Z] 1e890da81ec9: Layer already exists [2025-08-04T02:59:58.175Z] latest: digest: sha256:ff1533c02f4719cda8af5de423695860b0381ccd8c82597f96da8c6d7db80f89 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:59:58.521Z] + 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-04T02:59:58.870Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.42 [2025-08-04T02:59:58.870Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-08-04T02:59:58.870Z] 03bc8b2e29c2: Preparing [2025-08-04T02:59:58.870Z] c7c4927d65de: Preparing [2025-08-04T02:59:58.870Z] 24c5dbd392cb: Preparing [2025-08-04T02:59:58.870Z] ee8f119361be: Preparing [2025-08-04T02:59:58.870Z] 2f785c09d196: Preparing [2025-08-04T02:59:58.870Z] 93eb4d4e1a81: Preparing [2025-08-04T02:59:58.870Z] ffdb8394e816: Preparing [2025-08-04T02:59:58.870Z] 28a1c974bc68: Preparing [2025-08-04T02:59:58.870Z] a44fd062e792: Preparing [2025-08-04T02:59:58.870Z] 93eb4d4e1a81: Waiting [2025-08-04T02:59:58.870Z] ffdb8394e816: Waiting [2025-08-04T02:59:58.870Z] 28a1c974bc68: Waiting [2025-08-04T02:59:58.870Z] 5c892b866f00: Preparing [2025-08-04T02:59:58.870Z] ffe62c9a8476: Preparing [2025-08-04T02:59:58.870Z] 5f70bf18a086: Preparing [2025-08-04T02:59:58.870Z] 01c2d27f4542: Preparing [2025-08-04T02:59:58.870Z] a9398d15c446: Preparing [2025-08-04T02:59:58.870Z] a44fd062e792: Waiting [2025-08-04T02:59:58.870Z] 30892c0cfac5: Preparing [2025-08-04T02:59:58.870Z] 1e890da81ec9: Preparing [2025-08-04T02:59:58.870Z] 5c892b866f00: Waiting [2025-08-04T02:59:58.870Z] ffe62c9a8476: Waiting [2025-08-04T02:59:58.870Z] 5f70bf18a086: Waiting [2025-08-04T02:59:58.870Z] 01c2d27f4542: Waiting [2025-08-04T02:59:58.870Z] a9398d15c446: Waiting [2025-08-04T02:59:58.870Z] 30892c0cfac5: Waiting [2025-08-04T02:59:58.870Z] 1e890da81ec9: Waiting [2025-08-04T02:59:58.870Z] c7c4927d65de: Layer already exists [2025-08-04T02:59:58.870Z] 24c5dbd392cb: Layer already exists [2025-08-04T02:59:58.870Z] ee8f119361be: Layer already exists [2025-08-04T02:59:58.870Z] 03bc8b2e29c2: Layer already exists [2025-08-04T02:59:58.870Z] 2f785c09d196: Layer already exists [2025-08-04T02:59:58.870Z] 5c892b866f00: Layer already exists [2025-08-04T02:59:58.870Z] 28a1c974bc68: Layer already exists [2025-08-04T02:59:58.870Z] ffdb8394e816: Layer already exists [2025-08-04T02:59:58.870Z] 93eb4d4e1a81: Layer already exists [2025-08-04T02:59:58.870Z] a44fd062e792: Layer already exists [2025-08-04T02:59:58.870Z] 01c2d27f4542: Layer already exists [2025-08-04T02:59:58.870Z] ffe62c9a8476: Layer already exists [2025-08-04T02:59:58.870Z] 5f70bf18a086: Layer already exists [2025-08-04T02:59:58.870Z] 30892c0cfac5: Layer already exists [2025-08-04T02:59:58.870Z] a9398d15c446: Layer already exists [2025-08-04T02:59:58.870Z] 1e890da81ec9: Layer already exists [2025-08-04T02:59:59.133Z] 4.1.0-dev.42: digest: sha256:ff1533c02f4719cda8af5de423695860b0381ccd8c82597f96da8c6d7db80f89 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T02:59:59.480Z] + 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-04T02:59:59.826Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T02:59:59.826Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-08-04T02:59:59.826Z] 03bc8b2e29c2: Preparing [2025-08-04T02:59:59.826Z] c7c4927d65de: Preparing [2025-08-04T02:59:59.826Z] 24c5dbd392cb: Preparing [2025-08-04T02:59:59.826Z] ee8f119361be: Preparing [2025-08-04T02:59:59.826Z] 2f785c09d196: Preparing [2025-08-04T02:59:59.826Z] 93eb4d4e1a81: Preparing [2025-08-04T02:59:59.826Z] ffdb8394e816: Preparing [2025-08-04T02:59:59.826Z] 28a1c974bc68: Preparing [2025-08-04T02:59:59.826Z] a44fd062e792: Preparing [2025-08-04T02:59:59.826Z] 5c892b866f00: Preparing [2025-08-04T02:59:59.826Z] ffe62c9a8476: Preparing [2025-08-04T02:59:59.826Z] 5f70bf18a086: Preparing [2025-08-04T02:59:59.826Z] 93eb4d4e1a81: Waiting [2025-08-04T02:59:59.826Z] ffdb8394e816: Waiting [2025-08-04T02:59:59.826Z] 28a1c974bc68: Waiting [2025-08-04T02:59:59.826Z] a44fd062e792: Waiting [2025-08-04T02:59:59.826Z] 5c892b866f00: Waiting [2025-08-04T02:59:59.826Z] ffe62c9a8476: Waiting [2025-08-04T02:59:59.826Z] 01c2d27f4542: Preparing [2025-08-04T02:59:59.826Z] a9398d15c446: Preparing [2025-08-04T02:59:59.826Z] 30892c0cfac5: Preparing [2025-08-04T02:59:59.826Z] 1e890da81ec9: Preparing [2025-08-04T02:59:59.826Z] 5f70bf18a086: Waiting [2025-08-04T02:59:59.826Z] 30892c0cfac5: Waiting [2025-08-04T02:59:59.826Z] 01c2d27f4542: Waiting [2025-08-04T02:59:59.826Z] 1e890da81ec9: Waiting [2025-08-04T02:59:59.826Z] a9398d15c446: Waiting [2025-08-04T02:59:59.826Z] 2f785c09d196: Layer already exists [2025-08-04T02:59:59.826Z] ee8f119361be: Layer already exists [2025-08-04T02:59:59.826Z] c7c4927d65de: Layer already exists [2025-08-04T02:59:59.826Z] 24c5dbd392cb: Layer already exists [2025-08-04T02:59:59.826Z] 03bc8b2e29c2: Layer already exists [2025-08-04T02:59:59.826Z] ffdb8394e816: Layer already exists [2025-08-04T02:59:59.826Z] a44fd062e792: Layer already exists [2025-08-04T02:59:59.826Z] 93eb4d4e1a81: Layer already exists [2025-08-04T02:59:59.826Z] 5c892b866f00: Layer already exists [2025-08-04T02:59:59.826Z] 28a1c974bc68: Layer already exists [2025-08-04T02:59:59.826Z] ffe62c9a8476: Layer already exists [2025-08-04T02:59:59.826Z] 01c2d27f4542: Layer already exists [2025-08-04T02:59:59.826Z] 5f70bf18a086: Layer already exists [2025-08-04T02:59:59.826Z] a9398d15c446: Layer already exists [2025-08-04T02:59:59.826Z] 30892c0cfac5: Layer already exists [2025-08-04T02:59:59.826Z] 1e890da81ec9: Layer already exists [2025-08-04T03:00:00.089Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:ff1533c02f4719cda8af5de423695860b0381ccd8c82597f96da8c6d7db80f89 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T03:00:00.445Z] + 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-04T03:00:00.794Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2025-08-04T03:00:00.794Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-08-04T03:00:00.794Z] 03bc8b2e29c2: Preparing [2025-08-04T03:00:00.794Z] c7c4927d65de: Preparing [2025-08-04T03:00:00.794Z] 24c5dbd392cb: Preparing [2025-08-04T03:00:00.794Z] ee8f119361be: Preparing [2025-08-04T03:00:00.794Z] 2f785c09d196: Preparing [2025-08-04T03:00:00.794Z] 93eb4d4e1a81: Preparing [2025-08-04T03:00:00.794Z] ffdb8394e816: Preparing [2025-08-04T03:00:00.794Z] 28a1c974bc68: Preparing [2025-08-04T03:00:00.794Z] a44fd062e792: Preparing [2025-08-04T03:00:00.794Z] 5c892b866f00: Preparing [2025-08-04T03:00:00.794Z] ffe62c9a8476: Preparing [2025-08-04T03:00:00.794Z] ffdb8394e816: Waiting [2025-08-04T03:00:00.794Z] 28a1c974bc68: Waiting [2025-08-04T03:00:00.794Z] a44fd062e792: Waiting [2025-08-04T03:00:00.794Z] 5f70bf18a086: Preparing [2025-08-04T03:00:00.794Z] 01c2d27f4542: Preparing [2025-08-04T03:00:00.794Z] 5c892b866f00: Waiting [2025-08-04T03:00:00.794Z] 93eb4d4e1a81: Waiting [2025-08-04T03:00:00.794Z] a9398d15c446: Preparing [2025-08-04T03:00:00.794Z] 01c2d27f4542: Waiting [2025-08-04T03:00:00.794Z] 30892c0cfac5: Preparing [2025-08-04T03:00:00.794Z] 1e890da81ec9: Preparing [2025-08-04T03:00:00.794Z] 30892c0cfac5: Waiting [2025-08-04T03:00:00.794Z] 1e890da81ec9: Waiting [2025-08-04T03:00:00.794Z] 24c5dbd392cb: Layer already exists [2025-08-04T03:00:00.794Z] 03bc8b2e29c2: Layer already exists [2025-08-04T03:00:00.794Z] 2f785c09d196: Layer already exists [2025-08-04T03:00:00.794Z] c7c4927d65de: Layer already exists [2025-08-04T03:00:00.794Z] ee8f119361be: Layer already exists [2025-08-04T03:00:00.794Z] 93eb4d4e1a81: Layer already exists [2025-08-04T03:00:00.794Z] 28a1c974bc68: Layer already exists [2025-08-04T03:00:00.794Z] a44fd062e792: Layer already exists [2025-08-04T03:00:00.794Z] 5c892b866f00: Layer already exists [2025-08-04T03:00:00.794Z] ffdb8394e816: Layer already exists [2025-08-04T03:00:01.057Z] 5f70bf18a086: Layer already exists [2025-08-04T03:00:01.057Z] ffe62c9a8476: Layer already exists [2025-08-04T03:00:01.057Z] 01c2d27f4542: Layer already exists [2025-08-04T03:00:01.057Z] 30892c0cfac5: Layer already exists [2025-08-04T03:00:01.057Z] a9398d15c446: Layer already exists [2025-08-04T03:00:01.057Z] 1e890da81ec9: Layer already exists [2025-08-04T03:00:01.057Z] main: digest: sha256:ff1533c02f4719cda8af5de423695860b0381ccd8c82597f96da8c6d7db80f89 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-04T03:00:01.137Z] ===================================================== [Pipeline] echo [2025-08-04T03:00:01.153Z] taggedImages: [2025-08-04T03:00:01.153Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T03:00:01.153Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2025-08-04T03:00:01.153Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.42 [2025-08-04T03:00:01.153Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T03:00:01.153Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2025-08-04T03:00:01.180Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2025-08-04T03:00:01.180Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T03:00:01.180Z] latest [2025-08-04T03:00:01.180Z] 4.1.0-dev.42 [2025-08-04T03:00:01.180Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T03:00:01.180Z] main [2025-08-04T03:00:01.180Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T03:00:01.542Z] + 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-04T03:00:01.899Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T03:00:01.899Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-08-04T03:00:01.899Z] f95c9228560e: Preparing [2025-08-04T03:00:01.899Z] 9027009e2eb1: Preparing [2025-08-04T03:00:01.899Z] b8d6e2d268f4: Preparing [2025-08-04T03:00:01.899Z] 9ac682c65f89: Preparing [2025-08-04T03:00:01.899Z] 28a1c974bc68: Preparing [2025-08-04T03:00:01.899Z] a44fd062e792: Preparing [2025-08-04T03:00:01.899Z] 7ef46d8edab0: Preparing [2025-08-04T03:00:01.899Z] a44fd062e792: Waiting [2025-08-04T03:00:01.899Z] 97fb3111bccb: Preparing [2025-08-04T03:00:01.899Z] 7ef46d8edab0: Waiting [2025-08-04T03:00:01.899Z] 1e890da81ec9: Preparing [2025-08-04T03:00:01.899Z] 97fb3111bccb: Waiting [2025-08-04T03:00:01.899Z] 1e890da81ec9: Waiting [2025-08-04T03:00:02.167Z] 28a1c974bc68: Layer already exists [2025-08-04T03:00:02.167Z] a44fd062e792: Layer already exists [2025-08-04T03:00:02.167Z] 7ef46d8edab0: Layer already exists [2025-08-04T03:00:02.167Z] 9027009e2eb1: Pushed [2025-08-04T03:00:02.167Z] 97fb3111bccb: Layer already exists [2025-08-04T03:00:02.167Z] f95c9228560e: Pushed [2025-08-04T03:00:02.167Z] b8d6e2d268f4: Pushed [2025-08-04T03:00:02.167Z] 1e890da81ec9: Layer already exists [2025-08-04T03:00:10.332Z] 9ac682c65f89: Pushed [2025-08-04T03:00:10.332Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:20d145a73f60feddc6f5460495adb6b497531f5d17832095b96d0e5363cdf193 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T03:00:10.696Z] + 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-04T03:00:11.053Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2025-08-04T03:00:11.053Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-08-04T03:00:11.053Z] f95c9228560e: Preparing [2025-08-04T03:00:11.053Z] 9027009e2eb1: Preparing [2025-08-04T03:00:11.053Z] b8d6e2d268f4: Preparing [2025-08-04T03:00:11.053Z] 9ac682c65f89: Preparing [2025-08-04T03:00:11.053Z] 28a1c974bc68: Preparing [2025-08-04T03:00:11.053Z] a44fd062e792: Preparing [2025-08-04T03:00:11.053Z] 7ef46d8edab0: Preparing [2025-08-04T03:00:11.053Z] 97fb3111bccb: Preparing [2025-08-04T03:00:11.053Z] 1e890da81ec9: Preparing [2025-08-04T03:00:11.053Z] a44fd062e792: Waiting [2025-08-04T03:00:11.053Z] 7ef46d8edab0: Waiting [2025-08-04T03:00:11.053Z] 97fb3111bccb: Waiting [2025-08-04T03:00:11.053Z] 1e890da81ec9: Waiting [2025-08-04T03:00:11.053Z] f95c9228560e: Layer already exists [2025-08-04T03:00:11.053Z] 9ac682c65f89: Layer already exists [2025-08-04T03:00:11.053Z] 9027009e2eb1: Layer already exists [2025-08-04T03:00:11.053Z] b8d6e2d268f4: Layer already exists [2025-08-04T03:00:11.053Z] 28a1c974bc68: Layer already exists [2025-08-04T03:00:11.053Z] 7ef46d8edab0: Layer already exists [2025-08-04T03:00:11.053Z] 97fb3111bccb: Layer already exists [2025-08-04T03:00:11.053Z] a44fd062e792: Layer already exists [2025-08-04T03:00:11.053Z] 1e890da81ec9: Layer already exists [2025-08-04T03:00:11.318Z] latest: digest: sha256:20d145a73f60feddc6f5460495adb6b497531f5d17832095b96d0e5363cdf193 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T03:00:11.679Z] + 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-04T03:00:12.034Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.42 [2025-08-04T03:00:12.034Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-08-04T03:00:12.034Z] f95c9228560e: Preparing [2025-08-04T03:00:12.034Z] 9027009e2eb1: Preparing [2025-08-04T03:00:12.034Z] b8d6e2d268f4: Preparing [2025-08-04T03:00:12.034Z] 9ac682c65f89: Preparing [2025-08-04T03:00:12.034Z] 28a1c974bc68: Preparing [2025-08-04T03:00:12.034Z] a44fd062e792: Preparing [2025-08-04T03:00:12.034Z] 7ef46d8edab0: Preparing [2025-08-04T03:00:12.034Z] 97fb3111bccb: Preparing [2025-08-04T03:00:12.034Z] 1e890da81ec9: Preparing [2025-08-04T03:00:12.034Z] a44fd062e792: Waiting [2025-08-04T03:00:12.034Z] 97fb3111bccb: Waiting [2025-08-04T03:00:12.034Z] 7ef46d8edab0: Waiting [2025-08-04T03:00:12.034Z] 1e890da81ec9: Waiting [2025-08-04T03:00:12.034Z] 9ac682c65f89: Layer already exists [2025-08-04T03:00:12.034Z] 9027009e2eb1: Layer already exists [2025-08-04T03:00:12.034Z] b8d6e2d268f4: Layer already exists [2025-08-04T03:00:12.034Z] 28a1c974bc68: Layer already exists [2025-08-04T03:00:12.034Z] f95c9228560e: Layer already exists [2025-08-04T03:00:12.034Z] a44fd062e792: Layer already exists [2025-08-04T03:00:12.034Z] 97fb3111bccb: Layer already exists [2025-08-04T03:00:12.034Z] 7ef46d8edab0: Layer already exists [2025-08-04T03:00:12.034Z] 1e890da81ec9: Layer already exists [2025-08-04T03:00:12.298Z] 4.1.0-dev.42: digest: sha256:20d145a73f60feddc6f5460495adb6b497531f5d17832095b96d0e5363cdf193 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T03:00:12.667Z] + 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-04T03:00:13.029Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T03:00:13.029Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-08-04T03:00:13.029Z] f95c9228560e: Preparing [2025-08-04T03:00:13.029Z] 9027009e2eb1: Preparing [2025-08-04T03:00:13.029Z] b8d6e2d268f4: Preparing [2025-08-04T03:00:13.029Z] 9ac682c65f89: Preparing [2025-08-04T03:00:13.029Z] 28a1c974bc68: Preparing [2025-08-04T03:00:13.029Z] a44fd062e792: Preparing [2025-08-04T03:00:13.029Z] 7ef46d8edab0: Preparing [2025-08-04T03:00:13.029Z] 97fb3111bccb: Preparing [2025-08-04T03:00:13.029Z] 1e890da81ec9: Preparing [2025-08-04T03:00:13.029Z] 7ef46d8edab0: Waiting [2025-08-04T03:00:13.029Z] 97fb3111bccb: Waiting [2025-08-04T03:00:13.029Z] 1e890da81ec9: Waiting [2025-08-04T03:00:13.029Z] a44fd062e792: Waiting [2025-08-04T03:00:13.029Z] 9027009e2eb1: Layer already exists [2025-08-04T03:00:13.029Z] b8d6e2d268f4: Layer already exists [2025-08-04T03:00:13.029Z] 28a1c974bc68: Layer already exists [2025-08-04T03:00:13.029Z] f95c9228560e: Layer already exists [2025-08-04T03:00:13.029Z] 9ac682c65f89: Layer already exists [2025-08-04T03:00:13.029Z] 7ef46d8edab0: Layer already exists [2025-08-04T03:00:13.029Z] 97fb3111bccb: Layer already exists [2025-08-04T03:00:13.029Z] a44fd062e792: Layer already exists [2025-08-04T03:00:13.029Z] 1e890da81ec9: Layer already exists [2025-08-04T03:00:13.293Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:20d145a73f60feddc6f5460495adb6b497531f5d17832095b96d0e5363cdf193 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T03:00:13.657Z] + 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-04T03:00:14.020Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2025-08-04T03:00:14.020Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-08-04T03:00:14.020Z] f95c9228560e: Preparing [2025-08-04T03:00:14.020Z] 9027009e2eb1: Preparing [2025-08-04T03:00:14.020Z] b8d6e2d268f4: Preparing [2025-08-04T03:00:14.020Z] 9ac682c65f89: Preparing [2025-08-04T03:00:14.020Z] 28a1c974bc68: Preparing [2025-08-04T03:00:14.020Z] a44fd062e792: Preparing [2025-08-04T03:00:14.020Z] 7ef46d8edab0: Preparing [2025-08-04T03:00:14.020Z] 97fb3111bccb: Preparing [2025-08-04T03:00:14.020Z] 1e890da81ec9: Preparing [2025-08-04T03:00:14.020Z] 7ef46d8edab0: Waiting [2025-08-04T03:00:14.020Z] 97fb3111bccb: Waiting [2025-08-04T03:00:14.020Z] 1e890da81ec9: Waiting [2025-08-04T03:00:14.020Z] a44fd062e792: Waiting [2025-08-04T03:00:14.020Z] 9ac682c65f89: Layer already exists [2025-08-04T03:00:14.020Z] f95c9228560e: Layer already exists [2025-08-04T03:00:14.020Z] 9027009e2eb1: Layer already exists [2025-08-04T03:00:14.020Z] b8d6e2d268f4: Layer already exists [2025-08-04T03:00:14.020Z] 28a1c974bc68: Layer already exists [2025-08-04T03:00:14.020Z] 7ef46d8edab0: Layer already exists [2025-08-04T03:00:14.020Z] 97fb3111bccb: Layer already exists [2025-08-04T03:00:14.020Z] a44fd062e792: Layer already exists [2025-08-04T03:00:14.020Z] 1e890da81ec9: Layer already exists [2025-08-04T03:00:14.285Z] main: digest: sha256:20d145a73f60feddc6f5460495adb6b497531f5d17832095b96d0e5363cdf193 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-04T03:00:14.424Z] ===================================================== [Pipeline] echo [2025-08-04T03:00:14.443Z] taggedImages: [2025-08-04T03:00:14.443Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T03:00:14.443Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2025-08-04T03:00:14.443Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.42 [2025-08-04T03:00:14.443Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T03:00:14.443Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2025-08-04T03:00:14.475Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2025-08-04T03:00:14.476Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T03:00:14.476Z] latest [2025-08-04T03:00:14.476Z] 4.1.0-dev.42 [2025-08-04T03:00:14.476Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T03:00:14.476Z] main [2025-08-04T03:00:14.476Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T03:00:14.875Z] + 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-04T03:00:15.231Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T03:00:15.231Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-08-04T03:00:15.231Z] 916432f3f958: Preparing [2025-08-04T03:00:15.231Z] 8d50793119c8: Preparing [2025-08-04T03:00:15.231Z] ac7df2b02a3d: Preparing [2025-08-04T03:00:15.231Z] ca9c77a8380c: Preparing [2025-08-04T03:00:15.231Z] 665a62c42313: Preparing [2025-08-04T03:00:15.231Z] 28a1c974bc68: Preparing [2025-08-04T03:00:15.231Z] a44fd062e792: Preparing [2025-08-04T03:00:15.231Z] c477e5786e63: Preparing [2025-08-04T03:00:15.231Z] 1c01077d5cea: Preparing [2025-08-04T03:00:15.231Z] 07b3ff18f64e: Preparing [2025-08-04T03:00:15.231Z] 1e890da81ec9: Preparing [2025-08-04T03:00:15.231Z] c477e5786e63: Waiting [2025-08-04T03:00:15.231Z] 28a1c974bc68: Waiting [2025-08-04T03:00:15.231Z] a44fd062e792: Waiting [2025-08-04T03:00:15.231Z] 1e890da81ec9: Waiting [2025-08-04T03:00:15.231Z] 1c01077d5cea: Waiting [2025-08-04T03:00:15.495Z] ca9c77a8380c: Pushed [2025-08-04T03:00:15.495Z] 665a62c42313: Pushed [2025-08-04T03:00:15.495Z] 8d50793119c8: Pushed [2025-08-04T03:00:15.495Z] 916432f3f958: Pushed [2025-08-04T03:00:15.495Z] 28a1c974bc68: Layer already exists [2025-08-04T03:00:15.495Z] a44fd062e792: Layer already exists [2025-08-04T03:00:15.495Z] 1e890da81ec9: Layer already exists [2025-08-04T03:00:15.761Z] c477e5786e63: Pushed [2025-08-04T03:00:15.761Z] 1c01077d5cea: Pushed [2025-08-04T03:00:18.328Z] 07b3ff18f64e: Pushed [2025-08-04T03:00:21.652Z] ac7df2b02a3d: Pushed [2025-08-04T03:00:21.652Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:d7dddba87d96133057256de67b69ff79bfbae86ea868a5958d73da5d16c57296 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T03:00:22.010Z] + 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-04T03:00:22.370Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2025-08-04T03:00:22.370Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-08-04T03:00:22.370Z] 916432f3f958: Preparing [2025-08-04T03:00:22.370Z] 8d50793119c8: Preparing [2025-08-04T03:00:22.370Z] ac7df2b02a3d: Preparing [2025-08-04T03:00:22.370Z] ca9c77a8380c: Preparing [2025-08-04T03:00:22.370Z] 665a62c42313: Preparing [2025-08-04T03:00:22.370Z] 28a1c974bc68: Preparing [2025-08-04T03:00:22.370Z] a44fd062e792: Preparing [2025-08-04T03:00:22.370Z] 28a1c974bc68: Waiting [2025-08-04T03:00:22.370Z] c477e5786e63: Preparing [2025-08-04T03:00:22.370Z] a44fd062e792: Waiting [2025-08-04T03:00:22.370Z] c477e5786e63: Waiting [2025-08-04T03:00:22.370Z] 1c01077d5cea: Preparing [2025-08-04T03:00:22.370Z] 07b3ff18f64e: Preparing [2025-08-04T03:00:22.370Z] 1e890da81ec9: Preparing [2025-08-04T03:00:22.370Z] 07b3ff18f64e: Waiting [2025-08-04T03:00:22.370Z] 1c01077d5cea: Waiting [2025-08-04T03:00:22.370Z] 1e890da81ec9: Waiting [2025-08-04T03:00:22.370Z] ac7df2b02a3d: Layer already exists [2025-08-04T03:00:22.370Z] 665a62c42313: Layer already exists [2025-08-04T03:00:22.370Z] 8d50793119c8: Layer already exists [2025-08-04T03:00:22.370Z] ca9c77a8380c: Layer already exists [2025-08-04T03:00:22.370Z] 916432f3f958: Layer already exists [2025-08-04T03:00:22.370Z] 1c01077d5cea: Layer already exists [2025-08-04T03:00:22.370Z] a44fd062e792: Layer already exists [2025-08-04T03:00:22.370Z] 28a1c974bc68: Layer already exists [2025-08-04T03:00:22.370Z] c477e5786e63: Layer already exists [2025-08-04T03:00:22.370Z] 07b3ff18f64e: Layer already exists [2025-08-04T03:00:22.370Z] 1e890da81ec9: Layer already exists [2025-08-04T03:00:22.633Z] latest: digest: sha256:d7dddba87d96133057256de67b69ff79bfbae86ea868a5958d73da5d16c57296 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T03:00:22.986Z] + 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-04T03:00:23.338Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.42 [2025-08-04T03:00:23.338Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-08-04T03:00:23.338Z] 916432f3f958: Preparing [2025-08-04T03:00:23.338Z] 8d50793119c8: Preparing [2025-08-04T03:00:23.338Z] ac7df2b02a3d: Preparing [2025-08-04T03:00:23.338Z] ca9c77a8380c: Preparing [2025-08-04T03:00:23.338Z] 665a62c42313: Preparing [2025-08-04T03:00:23.338Z] 28a1c974bc68: Preparing [2025-08-04T03:00:23.338Z] a44fd062e792: Preparing [2025-08-04T03:00:23.338Z] 28a1c974bc68: Waiting [2025-08-04T03:00:23.338Z] c477e5786e63: Preparing [2025-08-04T03:00:23.338Z] a44fd062e792: Waiting [2025-08-04T03:00:23.338Z] 1c01077d5cea: Preparing [2025-08-04T03:00:23.338Z] c477e5786e63: Waiting [2025-08-04T03:00:23.338Z] 07b3ff18f64e: Preparing [2025-08-04T03:00:23.338Z] 1c01077d5cea: Waiting [2025-08-04T03:00:23.338Z] 1e890da81ec9: Preparing [2025-08-04T03:00:23.338Z] 07b3ff18f64e: Waiting [2025-08-04T03:00:23.338Z] 1e890da81ec9: Waiting [2025-08-04T03:00:23.338Z] 665a62c42313: Layer already exists [2025-08-04T03:00:23.338Z] ca9c77a8380c: Layer already exists [2025-08-04T03:00:23.338Z] 8d50793119c8: Layer already exists [2025-08-04T03:00:23.338Z] 916432f3f958: Layer already exists [2025-08-04T03:00:23.338Z] ac7df2b02a3d: Layer already exists [2025-08-04T03:00:23.338Z] a44fd062e792: Layer already exists [2025-08-04T03:00:23.338Z] 28a1c974bc68: Layer already exists [2025-08-04T03:00:23.338Z] 1c01077d5cea: Layer already exists [2025-08-04T03:00:23.338Z] c477e5786e63: Layer already exists [2025-08-04T03:00:23.338Z] 07b3ff18f64e: Layer already exists [2025-08-04T03:00:23.338Z] 1e890da81ec9: Layer already exists [2025-08-04T03:00:23.601Z] 4.1.0-dev.42: digest: sha256:d7dddba87d96133057256de67b69ff79bfbae86ea868a5958d73da5d16c57296 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T03:00:23.957Z] + 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-04T03:00:24.311Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T03:00:24.311Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-08-04T03:00:24.311Z] 916432f3f958: Preparing [2025-08-04T03:00:24.311Z] 8d50793119c8: Preparing [2025-08-04T03:00:24.311Z] ac7df2b02a3d: Preparing [2025-08-04T03:00:24.311Z] ca9c77a8380c: Preparing [2025-08-04T03:00:24.311Z] 665a62c42313: Preparing [2025-08-04T03:00:24.311Z] 28a1c974bc68: Preparing [2025-08-04T03:00:24.311Z] a44fd062e792: Preparing [2025-08-04T03:00:24.311Z] c477e5786e63: Preparing [2025-08-04T03:00:24.311Z] 1c01077d5cea: Preparing [2025-08-04T03:00:24.311Z] 07b3ff18f64e: Preparing [2025-08-04T03:00:24.311Z] 1e890da81ec9: Preparing [2025-08-04T03:00:24.311Z] c477e5786e63: Waiting [2025-08-04T03:00:24.311Z] 07b3ff18f64e: Waiting [2025-08-04T03:00:24.311Z] 1c01077d5cea: Waiting [2025-08-04T03:00:24.311Z] 1e890da81ec9: Waiting [2025-08-04T03:00:24.311Z] 28a1c974bc68: Waiting [2025-08-04T03:00:24.311Z] a44fd062e792: Waiting [2025-08-04T03:00:24.311Z] ca9c77a8380c: Layer already exists [2025-08-04T03:00:24.311Z] 916432f3f958: Layer already exists [2025-08-04T03:00:24.311Z] 8d50793119c8: Layer already exists [2025-08-04T03:00:24.311Z] 665a62c42313: Layer already exists [2025-08-04T03:00:24.311Z] ac7df2b02a3d: Layer already exists [2025-08-04T03:00:24.311Z] a44fd062e792: Layer already exists [2025-08-04T03:00:24.311Z] 28a1c974bc68: Layer already exists [2025-08-04T03:00:24.311Z] c477e5786e63: Layer already exists [2025-08-04T03:00:24.311Z] 1c01077d5cea: Layer already exists [2025-08-04T03:00:24.311Z] 07b3ff18f64e: Layer already exists [2025-08-04T03:00:24.311Z] 1e890da81ec9: Layer already exists [2025-08-04T03:00:24.575Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:d7dddba87d96133057256de67b69ff79bfbae86ea868a5958d73da5d16c57296 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T03:00:24.918Z] + 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-04T03:00:25.262Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2025-08-04T03:00:25.262Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-08-04T03:00:25.262Z] 916432f3f958: Preparing [2025-08-04T03:00:25.262Z] 8d50793119c8: Preparing [2025-08-04T03:00:25.262Z] ac7df2b02a3d: Preparing [2025-08-04T03:00:25.262Z] ca9c77a8380c: Preparing [2025-08-04T03:00:25.262Z] 665a62c42313: Preparing [2025-08-04T03:00:25.262Z] 28a1c974bc68: Preparing [2025-08-04T03:00:25.262Z] a44fd062e792: Preparing [2025-08-04T03:00:25.262Z] c477e5786e63: Preparing [2025-08-04T03:00:25.262Z] 1c01077d5cea: Preparing [2025-08-04T03:00:25.262Z] 07b3ff18f64e: Preparing [2025-08-04T03:00:25.262Z] 1e890da81ec9: Preparing [2025-08-04T03:00:25.262Z] a44fd062e792: Waiting [2025-08-04T03:00:25.262Z] c477e5786e63: Waiting [2025-08-04T03:00:25.262Z] 1c01077d5cea: Waiting [2025-08-04T03:00:25.262Z] 07b3ff18f64e: Waiting [2025-08-04T03:00:25.262Z] 1e890da81ec9: Waiting [2025-08-04T03:00:25.262Z] 28a1c974bc68: Waiting [2025-08-04T03:00:25.262Z] 665a62c42313: Layer already exists [2025-08-04T03:00:25.262Z] 916432f3f958: Layer already exists [2025-08-04T03:00:25.262Z] ca9c77a8380c: Layer already exists [2025-08-04T03:00:25.262Z] 8d50793119c8: Layer already exists [2025-08-04T03:00:25.262Z] 28a1c974bc68: Layer already exists [2025-08-04T03:00:25.262Z] ac7df2b02a3d: Layer already exists [2025-08-04T03:00:25.525Z] a44fd062e792: Layer already exists [2025-08-04T03:00:25.525Z] 1c01077d5cea: Layer already exists [2025-08-04T03:00:25.525Z] c477e5786e63: Layer already exists [2025-08-04T03:00:25.525Z] 1e890da81ec9: Layer already exists [2025-08-04T03:00:25.525Z] 07b3ff18f64e: Layer already exists [2025-08-04T03:00:25.525Z] main: digest: sha256:d7dddba87d96133057256de67b69ff79bfbae86ea868a5958d73da5d16c57296 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-04T03:00:25.610Z] ===================================================== [Pipeline] echo [2025-08-04T03:00:25.623Z] taggedImages: [2025-08-04T03:00:25.623Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T03:00:25.623Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2025-08-04T03:00:25.623Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.42 [2025-08-04T03:00:25.623Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T03:00:25.623Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2025-08-04T03:00:25.651Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2025-08-04T03:00:25.652Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T03:00:25.652Z] latest [2025-08-04T03:00:25.652Z] 4.1.0-dev.42 [2025-08-04T03:00:25.652Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T03:00:25.652Z] main [2025-08-04T03:00:25.652Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T03:00:26.015Z] + 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-04T03:00:26.366Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T03:00:26.366Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-08-04T03:00:26.366Z] 2cc5ce08f1df: Preparing [2025-08-04T03:00:26.366Z] ea9c6d2d031d: Preparing [2025-08-04T03:00:26.366Z] a1b8abfcbb10: Preparing [2025-08-04T03:00:26.366Z] 80c8f430fb33: Preparing [2025-08-04T03:00:26.366Z] 92df99314023: Preparing [2025-08-04T03:00:26.366Z] 03297fe931c3: Preparing [2025-08-04T03:00:26.366Z] 168649d32329: Preparing [2025-08-04T03:00:26.366Z] 28a1c974bc68: Preparing [2025-08-04T03:00:26.366Z] 03297fe931c3: Waiting [2025-08-04T03:00:26.366Z] 168649d32329: Waiting [2025-08-04T03:00:26.366Z] a44fd062e792: Preparing [2025-08-04T03:00:26.366Z] 28a1c974bc68: Waiting [2025-08-04T03:00:26.366Z] a44fd062e792: Waiting [2025-08-04T03:00:26.366Z] 85c01b45dbac: Preparing [2025-08-04T03:00:26.366Z] cf91001caf49: Preparing [2025-08-04T03:00:26.366Z] 1e890da81ec9: Preparing [2025-08-04T03:00:26.366Z] cf91001caf49: Waiting [2025-08-04T03:00:26.366Z] 1e890da81ec9: Waiting [2025-08-04T03:00:26.366Z] 85c01b45dbac: Waiting [2025-08-04T03:00:26.631Z] 92df99314023: Pushed [2025-08-04T03:00:26.631Z] ea9c6d2d031d: Pushed [2025-08-04T03:00:26.631Z] 2cc5ce08f1df: Pushed [2025-08-04T03:00:26.631Z] 28a1c974bc68: Layer already exists [2025-08-04T03:00:26.631Z] a44fd062e792: Layer already exists [2025-08-04T03:00:26.631Z] 03297fe931c3: Pushed [2025-08-04T03:00:26.631Z] 168649d32329: Pushed [2025-08-04T03:00:26.896Z] 1e890da81ec9: Layer already exists [2025-08-04T03:00:26.896Z] 85c01b45dbac: Pushed [2025-08-04T03:00:29.472Z] cf91001caf49: Pushed [2025-08-04T03:00:32.897Z] 80c8f430fb33: Pushed [2025-08-04T03:00:32.897Z] a1b8abfcbb10: Pushed [2025-08-04T03:00:33.162Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:ef955581327706032dc23a3ae32c3b06b087b2b224fa8accec30078bd2eab573 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T03:00:33.530Z] + 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-04T03:00:33.919Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2025-08-04T03:00:33.920Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-08-04T03:00:33.920Z] 2cc5ce08f1df: Preparing [2025-08-04T03:00:33.920Z] ea9c6d2d031d: Preparing [2025-08-04T03:00:33.920Z] a1b8abfcbb10: Preparing [2025-08-04T03:00:33.920Z] 80c8f430fb33: Preparing [2025-08-04T03:00:33.920Z] 92df99314023: Preparing [2025-08-04T03:00:33.920Z] 03297fe931c3: Preparing [2025-08-04T03:00:33.920Z] 168649d32329: Preparing [2025-08-04T03:00:33.920Z] 28a1c974bc68: Preparing [2025-08-04T03:00:33.920Z] a44fd062e792: Preparing [2025-08-04T03:00:33.920Z] 85c01b45dbac: Preparing [2025-08-04T03:00:33.920Z] cf91001caf49: Preparing [2025-08-04T03:00:33.920Z] 1e890da81ec9: Preparing [2025-08-04T03:00:33.920Z] 03297fe931c3: Waiting [2025-08-04T03:00:33.920Z] 168649d32329: Waiting [2025-08-04T03:00:33.920Z] 28a1c974bc68: Waiting [2025-08-04T03:00:33.920Z] a44fd062e792: Waiting [2025-08-04T03:00:33.920Z] 85c01b45dbac: Waiting [2025-08-04T03:00:33.920Z] 1e890da81ec9: Waiting [2025-08-04T03:00:33.920Z] ea9c6d2d031d: Layer already exists [2025-08-04T03:00:33.920Z] 2cc5ce08f1df: Layer already exists [2025-08-04T03:00:33.920Z] 92df99314023: Layer already exists [2025-08-04T03:00:33.920Z] a1b8abfcbb10: Layer already exists [2025-08-04T03:00:33.920Z] 80c8f430fb33: Layer already exists [2025-08-04T03:00:33.920Z] 28a1c974bc68: Layer already exists [2025-08-04T03:00:33.920Z] 03297fe931c3: Layer already exists [2025-08-04T03:00:33.920Z] 168649d32329: Layer already exists [2025-08-04T03:00:33.920Z] 85c01b45dbac: Layer already exists [2025-08-04T03:00:33.920Z] a44fd062e792: Layer already exists [2025-08-04T03:00:33.920Z] cf91001caf49: Layer already exists [2025-08-04T03:00:33.920Z] 1e890da81ec9: Layer already exists [2025-08-04T03:00:34.185Z] latest: digest: sha256:ef955581327706032dc23a3ae32c3b06b087b2b224fa8accec30078bd2eab573 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T03:00:34.544Z] + 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-04T03:00:34.888Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.42 [2025-08-04T03:00:34.889Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-08-04T03:00:34.889Z] 2cc5ce08f1df: Preparing [2025-08-04T03:00:34.889Z] ea9c6d2d031d: Preparing [2025-08-04T03:00:34.889Z] a1b8abfcbb10: Preparing [2025-08-04T03:00:34.889Z] 80c8f430fb33: Preparing [2025-08-04T03:00:34.889Z] 92df99314023: Preparing [2025-08-04T03:00:34.889Z] 03297fe931c3: Preparing [2025-08-04T03:00:34.889Z] 168649d32329: Preparing [2025-08-04T03:00:34.889Z] 28a1c974bc68: Preparing [2025-08-04T03:00:34.889Z] a44fd062e792: Preparing [2025-08-04T03:00:34.889Z] 85c01b45dbac: Preparing [2025-08-04T03:00:34.889Z] cf91001caf49: Preparing [2025-08-04T03:00:34.889Z] 1e890da81ec9: Preparing [2025-08-04T03:00:34.889Z] 168649d32329: Waiting [2025-08-04T03:00:34.889Z] 28a1c974bc68: Waiting [2025-08-04T03:00:34.889Z] a44fd062e792: Waiting [2025-08-04T03:00:34.889Z] 85c01b45dbac: Waiting [2025-08-04T03:00:34.889Z] cf91001caf49: Waiting [2025-08-04T03:00:34.889Z] 1e890da81ec9: Waiting [2025-08-04T03:00:34.889Z] 03297fe931c3: Waiting [2025-08-04T03:00:34.889Z] 2cc5ce08f1df: Layer already exists [2025-08-04T03:00:34.889Z] 92df99314023: Layer already exists [2025-08-04T03:00:34.889Z] ea9c6d2d031d: Layer already exists [2025-08-04T03:00:34.889Z] 80c8f430fb33: Layer already exists [2025-08-04T03:00:34.889Z] a1b8abfcbb10: Layer already exists [2025-08-04T03:00:34.889Z] 168649d32329: Layer already exists [2025-08-04T03:00:34.889Z] 03297fe931c3: Layer already exists [2025-08-04T03:00:34.889Z] a44fd062e792: Layer already exists [2025-08-04T03:00:34.889Z] 28a1c974bc68: Layer already exists [2025-08-04T03:00:34.889Z] 85c01b45dbac: Layer already exists [2025-08-04T03:00:34.889Z] cf91001caf49: Layer already exists [2025-08-04T03:00:34.889Z] 1e890da81ec9: Layer already exists [2025-08-04T03:00:35.152Z] 4.1.0-dev.42: digest: sha256:ef955581327706032dc23a3ae32c3b06b087b2b224fa8accec30078bd2eab573 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T03:00:35.513Z] + 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-04T03:00:35.854Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T03:00:35.854Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-08-04T03:00:35.854Z] 2cc5ce08f1df: Preparing [2025-08-04T03:00:35.854Z] ea9c6d2d031d: Preparing [2025-08-04T03:00:35.854Z] a1b8abfcbb10: Preparing [2025-08-04T03:00:35.854Z] 80c8f430fb33: Preparing [2025-08-04T03:00:35.854Z] 92df99314023: Preparing [2025-08-04T03:00:35.854Z] 03297fe931c3: Preparing [2025-08-04T03:00:35.854Z] 168649d32329: Preparing [2025-08-04T03:00:35.854Z] 28a1c974bc68: Preparing [2025-08-04T03:00:35.854Z] a44fd062e792: Preparing [2025-08-04T03:00:35.854Z] 85c01b45dbac: Preparing [2025-08-04T03:00:35.854Z] cf91001caf49: Preparing [2025-08-04T03:00:35.854Z] 1e890da81ec9: Preparing [2025-08-04T03:00:35.854Z] 28a1c974bc68: Waiting [2025-08-04T03:00:35.854Z] cf91001caf49: Waiting [2025-08-04T03:00:35.854Z] a44fd062e792: Waiting [2025-08-04T03:00:35.854Z] 85c01b45dbac: Waiting [2025-08-04T03:00:35.854Z] 1e890da81ec9: Waiting [2025-08-04T03:00:35.854Z] 03297fe931c3: Waiting [2025-08-04T03:00:35.854Z] 168649d32329: Waiting [2025-08-04T03:00:35.854Z] 92df99314023: Layer already exists [2025-08-04T03:00:35.854Z] ea9c6d2d031d: Layer already exists [2025-08-04T03:00:35.854Z] 80c8f430fb33: Layer already exists [2025-08-04T03:00:35.854Z] 2cc5ce08f1df: Layer already exists [2025-08-04T03:00:35.854Z] a1b8abfcbb10: Layer already exists [2025-08-04T03:00:35.854Z] 28a1c974bc68: Layer already exists [2025-08-04T03:00:35.854Z] 03297fe931c3: Layer already exists [2025-08-04T03:00:35.854Z] 85c01b45dbac: Layer already exists [2025-08-04T03:00:35.854Z] a44fd062e792: Layer already exists [2025-08-04T03:00:35.854Z] 168649d32329: Layer already exists [2025-08-04T03:00:35.854Z] cf91001caf49: Layer already exists [2025-08-04T03:00:35.854Z] 1e890da81ec9: Layer already exists [2025-08-04T03:00:36.118Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:ef955581327706032dc23a3ae32c3b06b087b2b224fa8accec30078bd2eab573 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T03:00:36.468Z] + 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-04T03:00:36.814Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2025-08-04T03:00:36.814Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-08-04T03:00:36.814Z] 2cc5ce08f1df: Preparing [2025-08-04T03:00:36.814Z] ea9c6d2d031d: Preparing [2025-08-04T03:00:36.814Z] a1b8abfcbb10: Preparing [2025-08-04T03:00:36.814Z] 80c8f430fb33: Preparing [2025-08-04T03:00:36.814Z] 92df99314023: Preparing [2025-08-04T03:00:36.814Z] 03297fe931c3: Preparing [2025-08-04T03:00:36.814Z] 168649d32329: Preparing [2025-08-04T03:00:36.814Z] 28a1c974bc68: Preparing [2025-08-04T03:00:36.814Z] a44fd062e792: Preparing [2025-08-04T03:00:36.814Z] 85c01b45dbac: Preparing [2025-08-04T03:00:36.814Z] cf91001caf49: Preparing [2025-08-04T03:00:36.814Z] 1e890da81ec9: Preparing [2025-08-04T03:00:36.814Z] a44fd062e792: Waiting [2025-08-04T03:00:36.814Z] 85c01b45dbac: Waiting [2025-08-04T03:00:36.814Z] 03297fe931c3: Waiting [2025-08-04T03:00:36.814Z] 168649d32329: Waiting [2025-08-04T03:00:36.814Z] 28a1c974bc68: Waiting [2025-08-04T03:00:36.814Z] cf91001caf49: Waiting [2025-08-04T03:00:36.814Z] 1e890da81ec9: Waiting [2025-08-04T03:00:36.814Z] 2cc5ce08f1df: Layer already exists [2025-08-04T03:00:36.814Z] ea9c6d2d031d: Layer already exists [2025-08-04T03:00:36.814Z] 92df99314023: Layer already exists [2025-08-04T03:00:36.814Z] 80c8f430fb33: Layer already exists [2025-08-04T03:00:36.814Z] a1b8abfcbb10: Layer already exists [2025-08-04T03:00:36.814Z] 168649d32329: Layer already exists [2025-08-04T03:00:36.814Z] 03297fe931c3: Layer already exists [2025-08-04T03:00:36.814Z] 85c01b45dbac: Layer already exists [2025-08-04T03:00:36.814Z] a44fd062e792: Layer already exists [2025-08-04T03:00:36.814Z] 28a1c974bc68: Layer already exists [2025-08-04T03:00:36.814Z] 1e890da81ec9: Layer already exists [2025-08-04T03:00:36.814Z] cf91001caf49: Layer already exists [2025-08-04T03:00:37.079Z] main: digest: sha256:ef955581327706032dc23a3ae32c3b06b087b2b224fa8accec30078bd2eab573 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-04T03:00:37.216Z] ===================================================== [Pipeline] echo [2025-08-04T03:00:37.227Z] taggedImages: [2025-08-04T03:00:37.227Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T03:00:37.227Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2025-08-04T03:00:37.227Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.42 [2025-08-04T03:00:37.227Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T03:00:37.227Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2025-08-04T03:00:37.254Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2025-08-04T03:00:37.254Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T03:00:37.254Z] latest [2025-08-04T03:00:37.254Z] 4.1.0-dev.42 [2025-08-04T03:00:37.254Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T03:00:37.254Z] main [2025-08-04T03:00:37.254Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T03:00:37.623Z] + 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-04T03:00:37.968Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T03:00:37.968Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-08-04T03:00:37.968Z] 39ec9e467f03: Preparing [2025-08-04T03:00:37.968Z] 00560a2c874f: Preparing [2025-08-04T03:00:37.968Z] 28a1c974bc68: Preparing [2025-08-04T03:00:37.968Z] a44fd062e792: Preparing [2025-08-04T03:00:37.968Z] 92b69a5a3e6d: Preparing [2025-08-04T03:00:37.968Z] 8cdf43705276: Preparing [2025-08-04T03:00:37.968Z] 1e890da81ec9: Preparing [2025-08-04T03:00:37.968Z] 8cdf43705276: Waiting [2025-08-04T03:00:37.968Z] 1e890da81ec9: Waiting [2025-08-04T03:00:37.968Z] a44fd062e792: Layer already exists [2025-08-04T03:00:37.968Z] 28a1c974bc68: Layer already exists [2025-08-04T03:00:38.306Z] 1e890da81ec9: Layer already exists [2025-08-04T03:00:38.306Z] 92b69a5a3e6d: Pushed [2025-08-04T03:00:38.306Z] 39ec9e467f03: Pushed [2025-08-04T03:00:40.292Z] 8cdf43705276: Pushed [2025-08-04T03:00:45.654Z] 00560a2c874f: Pushed [2025-08-04T03:00:45.654Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:48e493ff2dce6b310d703ee7eee39e25f1bb1e33b3742815f0ee13f9d3688df7 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T03:00:46.007Z] + 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-04T03:00:46.357Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2025-08-04T03:00:46.357Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-08-04T03:00:46.357Z] 39ec9e467f03: Preparing [2025-08-04T03:00:46.357Z] 00560a2c874f: Preparing [2025-08-04T03:00:46.357Z] 28a1c974bc68: Preparing [2025-08-04T03:00:46.357Z] a44fd062e792: Preparing [2025-08-04T03:00:46.357Z] 92b69a5a3e6d: Preparing [2025-08-04T03:00:46.357Z] 8cdf43705276: Preparing [2025-08-04T03:00:46.357Z] 1e890da81ec9: Preparing [2025-08-04T03:00:46.357Z] 8cdf43705276: Waiting [2025-08-04T03:00:46.357Z] 1e890da81ec9: Waiting [2025-08-04T03:00:46.357Z] 00560a2c874f: Layer already exists [2025-08-04T03:00:46.357Z] a44fd062e792: Layer already exists [2025-08-04T03:00:46.357Z] 39ec9e467f03: Layer already exists [2025-08-04T03:00:46.357Z] 28a1c974bc68: Layer already exists [2025-08-04T03:00:46.357Z] 92b69a5a3e6d: Layer already exists [2025-08-04T03:00:46.357Z] 1e890da81ec9: Layer already exists [2025-08-04T03:00:46.357Z] 8cdf43705276: Layer already exists [2025-08-04T03:00:46.621Z] latest: digest: sha256:48e493ff2dce6b310d703ee7eee39e25f1bb1e33b3742815f0ee13f9d3688df7 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T03:00:46.980Z] + 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-04T03:00:47.322Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.42 [2025-08-04T03:00:47.322Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-08-04T03:00:47.322Z] 39ec9e467f03: Preparing [2025-08-04T03:00:47.322Z] 00560a2c874f: Preparing [2025-08-04T03:00:47.322Z] 28a1c974bc68: Preparing [2025-08-04T03:00:47.322Z] a44fd062e792: Preparing [2025-08-04T03:00:47.322Z] 92b69a5a3e6d: Preparing [2025-08-04T03:00:47.322Z] 8cdf43705276: Preparing [2025-08-04T03:00:47.322Z] 1e890da81ec9: Preparing [2025-08-04T03:00:47.322Z] 8cdf43705276: Waiting [2025-08-04T03:00:47.322Z] 1e890da81ec9: Waiting [2025-08-04T03:00:47.322Z] 00560a2c874f: Layer already exists [2025-08-04T03:00:47.322Z] 92b69a5a3e6d: Layer already exists [2025-08-04T03:00:47.322Z] 28a1c974bc68: Layer already exists [2025-08-04T03:00:47.322Z] a44fd062e792: Layer already exists [2025-08-04T03:00:47.322Z] 39ec9e467f03: Layer already exists [2025-08-04T03:00:47.322Z] 1e890da81ec9: Layer already exists [2025-08-04T03:00:47.322Z] 8cdf43705276: Layer already exists [2025-08-04T03:00:47.585Z] 4.1.0-dev.42: digest: sha256:48e493ff2dce6b310d703ee7eee39e25f1bb1e33b3742815f0ee13f9d3688df7 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T03:00:47.944Z] + 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-04T03:00:48.297Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T03:00:48.297Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-08-04T03:00:48.297Z] 39ec9e467f03: Preparing [2025-08-04T03:00:48.297Z] 00560a2c874f: Preparing [2025-08-04T03:00:48.297Z] 28a1c974bc68: Preparing [2025-08-04T03:00:48.297Z] a44fd062e792: Preparing [2025-08-04T03:00:48.297Z] 92b69a5a3e6d: Preparing [2025-08-04T03:00:48.297Z] 8cdf43705276: Preparing [2025-08-04T03:00:48.297Z] 1e890da81ec9: Preparing [2025-08-04T03:00:48.297Z] 8cdf43705276: Waiting [2025-08-04T03:00:48.297Z] 00560a2c874f: Layer already exists [2025-08-04T03:00:48.297Z] 39ec9e467f03: Layer already exists [2025-08-04T03:00:48.297Z] a44fd062e792: Layer already exists [2025-08-04T03:00:48.297Z] 28a1c974bc68: Layer already exists [2025-08-04T03:00:48.297Z] 92b69a5a3e6d: Layer already exists [2025-08-04T03:00:48.297Z] 1e890da81ec9: Layer already exists [2025-08-04T03:00:48.297Z] 8cdf43705276: Layer already exists [2025-08-04T03:00:48.562Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:48e493ff2dce6b310d703ee7eee39e25f1bb1e33b3742815f0ee13f9d3688df7 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T03:00:48.911Z] + 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-04T03:00:49.256Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2025-08-04T03:00:49.256Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-08-04T03:00:49.256Z] 39ec9e467f03: Preparing [2025-08-04T03:00:49.256Z] 00560a2c874f: Preparing [2025-08-04T03:00:49.256Z] 28a1c974bc68: Preparing [2025-08-04T03:00:49.256Z] a44fd062e792: Preparing [2025-08-04T03:00:49.256Z] 92b69a5a3e6d: Preparing [2025-08-04T03:00:49.256Z] 8cdf43705276: Preparing [2025-08-04T03:00:49.256Z] 1e890da81ec9: Preparing [2025-08-04T03:00:49.256Z] 8cdf43705276: Waiting [2025-08-04T03:00:49.256Z] 1e890da81ec9: Waiting [2025-08-04T03:00:49.256Z] 92b69a5a3e6d: Layer already exists [2025-08-04T03:00:49.256Z] 28a1c974bc68: Layer already exists [2025-08-04T03:00:49.256Z] 00560a2c874f: Layer already exists [2025-08-04T03:00:49.256Z] 39ec9e467f03: Layer already exists [2025-08-04T03:00:49.256Z] a44fd062e792: Layer already exists [2025-08-04T03:00:49.256Z] 8cdf43705276: Layer already exists [2025-08-04T03:00:49.256Z] 1e890da81ec9: Layer already exists [2025-08-04T03:00:49.520Z] main: digest: sha256:48e493ff2dce6b310d703ee7eee39e25f1bb1e33b3742815f0ee13f9d3688df7 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-04T03:00:49.603Z] ===================================================== [Pipeline] echo [2025-08-04T03:00:49.617Z] taggedImages: [2025-08-04T03:00:49.617Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T03:00:49.617Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2025-08-04T03:00:49.617Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.42 [2025-08-04T03:00:49.617Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T03:00:49.617Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2025-08-04T03:00:49.645Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2025-08-04T03:00:49.645Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T03:00:49.645Z] latest [2025-08-04T03:00:49.645Z] 4.1.0-dev.42 [2025-08-04T03:00:49.645Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T03:00:49.645Z] main [2025-08-04T03:00:49.645Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T03:00:50.007Z] + 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-04T03:00:50.362Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T03:00:50.362Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-08-04T03:00:50.362Z] 7a6d6dd568ae: Preparing [2025-08-04T03:00:50.362Z] 04c70155f9af: Preparing [2025-08-04T03:00:50.362Z] cd792ced2e4f: Preparing [2025-08-04T03:00:50.362Z] 28a1c974bc68: Preparing [2025-08-04T03:00:50.362Z] a44fd062e792: Preparing [2025-08-04T03:00:50.362Z] 57759d8b726d: Preparing [2025-08-04T03:00:50.362Z] cbc4837c604b: Preparing [2025-08-04T03:00:50.362Z] 2b61b1e3add0: Preparing [2025-08-04T03:00:50.362Z] cc54fa601abe: Preparing [2025-08-04T03:00:50.362Z] 1e890da81ec9: Preparing [2025-08-04T03:00:50.362Z] cbc4837c604b: Waiting [2025-08-04T03:00:50.362Z] 2b61b1e3add0: Waiting [2025-08-04T03:00:50.362Z] cc54fa601abe: Waiting [2025-08-04T03:00:50.362Z] 1e890da81ec9: Waiting [2025-08-04T03:00:50.362Z] 57759d8b726d: Waiting [2025-08-04T03:00:50.362Z] 28a1c974bc68: Layer already exists [2025-08-04T03:00:50.362Z] a44fd062e792: Layer already exists [2025-08-04T03:00:50.627Z] 04c70155f9af: Pushed [2025-08-04T03:00:50.627Z] cd792ced2e4f: Pushed [2025-08-04T03:00:50.627Z] 7a6d6dd568ae: Pushed [2025-08-04T03:00:50.627Z] 1e890da81ec9: Layer already exists [2025-08-04T03:00:50.627Z] 2b61b1e3add0: Pushed [2025-08-04T03:00:51.581Z] cc54fa601abe: Pushed [2025-08-04T03:01:01.625Z] cbc4837c604b: Pushed [2025-08-04T03:01:16.575Z] 57759d8b726d: Pushed [2025-08-04T03:01:16.575Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:09c0d235b117d5fc444f93973288ec843aa4c16e9f38a28436a4f1b9ad9dc576 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T03:01:16.922Z] + 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-04T03:01:17.268Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2025-08-04T03:01:17.268Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-08-04T03:01:17.268Z] 7a6d6dd568ae: Preparing [2025-08-04T03:01:17.268Z] 04c70155f9af: Preparing [2025-08-04T03:01:17.268Z] cd792ced2e4f: Preparing [2025-08-04T03:01:17.268Z] 28a1c974bc68: Preparing [2025-08-04T03:01:17.268Z] a44fd062e792: Preparing [2025-08-04T03:01:17.268Z] 57759d8b726d: Preparing [2025-08-04T03:01:17.268Z] cbc4837c604b: Preparing [2025-08-04T03:01:17.268Z] 2b61b1e3add0: Preparing [2025-08-04T03:01:17.268Z] cc54fa601abe: Preparing [2025-08-04T03:01:17.268Z] 1e890da81ec9: Preparing [2025-08-04T03:01:17.268Z] cbc4837c604b: Waiting [2025-08-04T03:01:17.268Z] 2b61b1e3add0: Waiting [2025-08-04T03:01:17.268Z] cc54fa601abe: Waiting [2025-08-04T03:01:17.268Z] 1e890da81ec9: Waiting [2025-08-04T03:01:17.268Z] 57759d8b726d: Waiting [2025-08-04T03:01:17.268Z] 04c70155f9af: Layer already exists [2025-08-04T03:01:17.268Z] 7a6d6dd568ae: Layer already exists [2025-08-04T03:01:17.268Z] cd792ced2e4f: Layer already exists [2025-08-04T03:01:17.268Z] 28a1c974bc68: Layer already exists [2025-08-04T03:01:17.268Z] a44fd062e792: Layer already exists [2025-08-04T03:01:17.268Z] 2b61b1e3add0: Layer already exists [2025-08-04T03:01:17.268Z] cbc4837c604b: Layer already exists [2025-08-04T03:01:17.268Z] 57759d8b726d: Layer already exists [2025-08-04T03:01:17.268Z] cc54fa601abe: Layer already exists [2025-08-04T03:01:17.268Z] 1e890da81ec9: Layer already exists [2025-08-04T03:01:17.532Z] latest: digest: sha256:09c0d235b117d5fc444f93973288ec843aa4c16e9f38a28436a4f1b9ad9dc576 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T03:01:17.881Z] + 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-04T03:01:18.223Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.42 [2025-08-04T03:01:18.223Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-08-04T03:01:18.223Z] 7a6d6dd568ae: Preparing [2025-08-04T03:01:18.223Z] 04c70155f9af: Preparing [2025-08-04T03:01:18.223Z] cd792ced2e4f: Preparing [2025-08-04T03:01:18.223Z] 28a1c974bc68: Preparing [2025-08-04T03:01:18.223Z] a44fd062e792: Preparing [2025-08-04T03:01:18.223Z] 57759d8b726d: Preparing [2025-08-04T03:01:18.223Z] cbc4837c604b: Preparing [2025-08-04T03:01:18.223Z] 2b61b1e3add0: Preparing [2025-08-04T03:01:18.223Z] cc54fa601abe: Preparing [2025-08-04T03:01:18.223Z] 1e890da81ec9: Preparing [2025-08-04T03:01:18.223Z] 2b61b1e3add0: Waiting [2025-08-04T03:01:18.223Z] cc54fa601abe: Waiting [2025-08-04T03:01:18.223Z] 1e890da81ec9: Waiting [2025-08-04T03:01:18.223Z] 57759d8b726d: Waiting [2025-08-04T03:01:18.223Z] cbc4837c604b: Waiting [2025-08-04T03:01:18.223Z] a44fd062e792: Layer already exists [2025-08-04T03:01:18.223Z] cd792ced2e4f: Layer already exists [2025-08-04T03:01:18.223Z] 04c70155f9af: Layer already exists [2025-08-04T03:01:18.223Z] 7a6d6dd568ae: Layer already exists [2025-08-04T03:01:18.223Z] 28a1c974bc68: Layer already exists [2025-08-04T03:01:18.223Z] 57759d8b726d: Layer already exists [2025-08-04T03:01:18.223Z] cbc4837c604b: Layer already exists [2025-08-04T03:01:18.223Z] 2b61b1e3add0: Layer already exists [2025-08-04T03:01:18.223Z] cc54fa601abe: Layer already exists [2025-08-04T03:01:18.223Z] 1e890da81ec9: Layer already exists [2025-08-04T03:01:18.223Z] 4.1.0-dev.42: digest: sha256:09c0d235b117d5fc444f93973288ec843aa4c16e9f38a28436a4f1b9ad9dc576 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T03:01:18.572Z] + 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-04T03:01:18.903Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T03:01:18.904Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-08-04T03:01:18.904Z] 7a6d6dd568ae: Preparing [2025-08-04T03:01:18.904Z] 04c70155f9af: Preparing [2025-08-04T03:01:18.904Z] cd792ced2e4f: Preparing [2025-08-04T03:01:18.904Z] 28a1c974bc68: Preparing [2025-08-04T03:01:18.904Z] a44fd062e792: Preparing [2025-08-04T03:01:18.904Z] 57759d8b726d: Preparing [2025-08-04T03:01:18.904Z] cbc4837c604b: Preparing [2025-08-04T03:01:18.904Z] 2b61b1e3add0: Preparing [2025-08-04T03:01:18.904Z] cc54fa601abe: Preparing [2025-08-04T03:01:18.904Z] 1e890da81ec9: Preparing [2025-08-04T03:01:18.904Z] 2b61b1e3add0: Waiting [2025-08-04T03:01:18.904Z] cc54fa601abe: Waiting [2025-08-04T03:01:18.904Z] 1e890da81ec9: Waiting [2025-08-04T03:01:18.904Z] 57759d8b726d: Waiting [2025-08-04T03:01:18.904Z] 7a6d6dd568ae: Layer already exists [2025-08-04T03:01:18.904Z] a44fd062e792: Layer already exists [2025-08-04T03:01:18.904Z] 28a1c974bc68: Layer already exists [2025-08-04T03:01:18.904Z] 04c70155f9af: Layer already exists [2025-08-04T03:01:18.904Z] cd792ced2e4f: Layer already exists [2025-08-04T03:01:18.904Z] 57759d8b726d: Layer already exists [2025-08-04T03:01:18.904Z] cbc4837c604b: Layer already exists [2025-08-04T03:01:18.904Z] 2b61b1e3add0: Layer already exists [2025-08-04T03:01:18.904Z] cc54fa601abe: Layer already exists [2025-08-04T03:01:18.904Z] 1e890da81ec9: Layer already exists [2025-08-04T03:01:18.904Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:09c0d235b117d5fc444f93973288ec843aa4c16e9f38a28436a4f1b9ad9dc576 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T03:01:19.250Z] + 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-04T03:01:19.593Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2025-08-04T03:01:19.593Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-08-04T03:01:19.593Z] 7a6d6dd568ae: Preparing [2025-08-04T03:01:19.593Z] 04c70155f9af: Preparing [2025-08-04T03:01:19.593Z] cd792ced2e4f: Preparing [2025-08-04T03:01:19.593Z] 28a1c974bc68: Preparing [2025-08-04T03:01:19.593Z] a44fd062e792: Preparing [2025-08-04T03:01:19.593Z] 57759d8b726d: Preparing [2025-08-04T03:01:19.593Z] cbc4837c604b: Preparing [2025-08-04T03:01:19.593Z] 2b61b1e3add0: Preparing [2025-08-04T03:01:19.593Z] cc54fa601abe: Preparing [2025-08-04T03:01:19.593Z] 1e890da81ec9: Preparing [2025-08-04T03:01:19.593Z] cbc4837c604b: Waiting [2025-08-04T03:01:19.593Z] 2b61b1e3add0: Waiting [2025-08-04T03:01:19.593Z] cc54fa601abe: Waiting [2025-08-04T03:01:19.593Z] 1e890da81ec9: Waiting [2025-08-04T03:01:19.593Z] 57759d8b726d: Waiting [2025-08-04T03:01:19.593Z] 28a1c974bc68: Layer already exists [2025-08-04T03:01:19.593Z] a44fd062e792: Layer already exists [2025-08-04T03:01:19.593Z] 7a6d6dd568ae: Layer already exists [2025-08-04T03:01:19.593Z] 04c70155f9af: Layer already exists [2025-08-04T03:01:19.593Z] cd792ced2e4f: Layer already exists [2025-08-04T03:01:19.593Z] 2b61b1e3add0: Layer already exists [2025-08-04T03:01:19.593Z] 57759d8b726d: Layer already exists [2025-08-04T03:01:19.593Z] cbc4837c604b: Layer already exists [2025-08-04T03:01:19.593Z] 1e890da81ec9: Layer already exists [2025-08-04T03:01:19.593Z] cc54fa601abe: Layer already exists [2025-08-04T03:01:19.593Z] main: digest: sha256:09c0d235b117d5fc444f93973288ec843aa4c16e9f38a28436a4f1b9ad9dc576 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-04T03:01:19.930Z] ===================================================== [Pipeline] echo [2025-08-04T03:01:19.950Z] taggedImages: [2025-08-04T03:01:19.950Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T03:01:19.950Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2025-08-04T03:01:19.950Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.42 [2025-08-04T03:01:19.950Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T03:01:19.950Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2025-08-04T03:01:19.980Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2025-08-04T03:01:19.980Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T03:01:19.980Z] latest [2025-08-04T03:01:19.980Z] 4.1.0-dev.42 [2025-08-04T03:01:19.980Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T03:01:19.980Z] main [2025-08-04T03:01:19.980Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T03:01:20.332Z] + 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-04T03:01:20.668Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T03:01:20.668Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-08-04T03:01:20.668Z] ffeb0ce7d477: Preparing [2025-08-04T03:01:20.668Z] 7eed366a08f4: Preparing [2025-08-04T03:01:20.668Z] 5801652287c5: Preparing [2025-08-04T03:01:20.668Z] 28a1c974bc68: Preparing [2025-08-04T03:01:20.668Z] a44fd062e792: Preparing [2025-08-04T03:01:20.668Z] 57759d8b726d: Preparing [2025-08-04T03:01:20.668Z] ddff232298ee: Preparing [2025-08-04T03:01:20.668Z] deb8a514d1a0: Preparing [2025-08-04T03:01:20.668Z] 1e890da81ec9: Preparing [2025-08-04T03:01:20.668Z] ddff232298ee: Waiting [2025-08-04T03:01:20.668Z] deb8a514d1a0: Waiting [2025-08-04T03:01:20.668Z] 1e890da81ec9: Waiting [2025-08-04T03:01:20.668Z] 57759d8b726d: Waiting [2025-08-04T03:01:20.668Z] a44fd062e792: Layer already exists [2025-08-04T03:01:20.668Z] 28a1c974bc68: Layer already exists [2025-08-04T03:01:20.668Z] 5801652287c5: Pushed [2025-08-04T03:01:20.936Z] 57759d8b726d: Layer already exists [2025-08-04T03:01:20.936Z] 7eed366a08f4: Pushed [2025-08-04T03:01:20.936Z] ffeb0ce7d477: Pushed [2025-08-04T03:01:20.936Z] 1e890da81ec9: Layer already exists [2025-08-04T03:01:20.936Z] ddff232298ee: Pushed [2025-08-04T03:01:21.512Z] deb8a514d1a0: Pushed [2025-08-04T03:01:21.512Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:afa5c6fbf805219bec178cc91f7eb2a5724ecc396c343ab53fa9c242a2c24096 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T03:01:21.858Z] + 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-04T03:01:22.204Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2025-08-04T03:01:22.204Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-08-04T03:01:22.204Z] ffeb0ce7d477: Preparing [2025-08-04T03:01:22.204Z] 7eed366a08f4: Preparing [2025-08-04T03:01:22.204Z] 5801652287c5: Preparing [2025-08-04T03:01:22.204Z] 28a1c974bc68: Preparing [2025-08-04T03:01:22.204Z] a44fd062e792: Preparing [2025-08-04T03:01:22.204Z] 57759d8b726d: Preparing [2025-08-04T03:01:22.204Z] ddff232298ee: Preparing [2025-08-04T03:01:22.204Z] deb8a514d1a0: Preparing [2025-08-04T03:01:22.204Z] 1e890da81ec9: Preparing [2025-08-04T03:01:22.204Z] ddff232298ee: Waiting [2025-08-04T03:01:22.204Z] deb8a514d1a0: Waiting [2025-08-04T03:01:22.204Z] 1e890da81ec9: Waiting [2025-08-04T03:01:22.204Z] 57759d8b726d: Waiting [2025-08-04T03:01:22.204Z] ffeb0ce7d477: Layer already exists [2025-08-04T03:01:22.204Z] 5801652287c5: Layer already exists [2025-08-04T03:01:22.204Z] 28a1c974bc68: Layer already exists [2025-08-04T03:01:22.204Z] a44fd062e792: Layer already exists [2025-08-04T03:01:22.204Z] 7eed366a08f4: Layer already exists [2025-08-04T03:01:22.204Z] ddff232298ee: Layer already exists [2025-08-04T03:01:22.204Z] 57759d8b726d: Layer already exists [2025-08-04T03:01:22.204Z] deb8a514d1a0: Layer already exists [2025-08-04T03:01:22.204Z] 1e890da81ec9: Layer already exists [2025-08-04T03:01:22.204Z] latest: digest: sha256:afa5c6fbf805219bec178cc91f7eb2a5724ecc396c343ab53fa9c242a2c24096 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T03:01:22.811Z] + 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-04T03:01:23.161Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.42 [2025-08-04T03:01:23.161Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-08-04T03:01:23.161Z] ffeb0ce7d477: Preparing [2025-08-04T03:01:23.161Z] 7eed366a08f4: Preparing [2025-08-04T03:01:23.161Z] 5801652287c5: Preparing [2025-08-04T03:01:23.161Z] 28a1c974bc68: Preparing [2025-08-04T03:01:23.161Z] a44fd062e792: Preparing [2025-08-04T03:01:23.161Z] 57759d8b726d: Preparing [2025-08-04T03:01:23.161Z] ddff232298ee: Preparing [2025-08-04T03:01:23.161Z] deb8a514d1a0: Preparing [2025-08-04T03:01:23.161Z] 1e890da81ec9: Preparing [2025-08-04T03:01:23.161Z] ddff232298ee: Waiting [2025-08-04T03:01:23.161Z] deb8a514d1a0: Waiting [2025-08-04T03:01:23.161Z] 1e890da81ec9: Waiting [2025-08-04T03:01:23.161Z] 57759d8b726d: Waiting [2025-08-04T03:01:23.161Z] ffeb0ce7d477: Layer already exists [2025-08-04T03:01:23.161Z] 5801652287c5: Layer already exists [2025-08-04T03:01:23.161Z] 28a1c974bc68: Layer already exists [2025-08-04T03:01:23.161Z] a44fd062e792: Layer already exists [2025-08-04T03:01:23.161Z] 7eed366a08f4: Layer already exists [2025-08-04T03:01:23.161Z] ddff232298ee: Layer already exists [2025-08-04T03:01:23.161Z] 1e890da81ec9: Layer already exists [2025-08-04T03:01:23.161Z] 57759d8b726d: Layer already exists [2025-08-04T03:01:23.161Z] deb8a514d1a0: Layer already exists [2025-08-04T03:01:23.161Z] 4.1.0-dev.42: digest: sha256:afa5c6fbf805219bec178cc91f7eb2a5724ecc396c343ab53fa9c242a2c24096 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T03:01:23.776Z] + 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-04T03:01:24.112Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T03:01:24.112Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-08-04T03:01:24.112Z] ffeb0ce7d477: Preparing [2025-08-04T03:01:24.112Z] 7eed366a08f4: Preparing [2025-08-04T03:01:24.112Z] 5801652287c5: Preparing [2025-08-04T03:01:24.112Z] 28a1c974bc68: Preparing [2025-08-04T03:01:24.112Z] a44fd062e792: Preparing [2025-08-04T03:01:24.112Z] 57759d8b726d: Preparing [2025-08-04T03:01:24.112Z] ddff232298ee: Preparing [2025-08-04T03:01:24.112Z] deb8a514d1a0: Preparing [2025-08-04T03:01:24.112Z] 1e890da81ec9: Preparing [2025-08-04T03:01:24.112Z] ddff232298ee: Waiting [2025-08-04T03:01:24.112Z] deb8a514d1a0: Waiting [2025-08-04T03:01:24.112Z] 1e890da81ec9: Waiting [2025-08-04T03:01:24.112Z] 57759d8b726d: Waiting [2025-08-04T03:01:24.112Z] 7eed366a08f4: Layer already exists [2025-08-04T03:01:24.112Z] 5801652287c5: Layer already exists [2025-08-04T03:01:24.112Z] a44fd062e792: Layer already exists [2025-08-04T03:01:24.112Z] 28a1c974bc68: Layer already exists [2025-08-04T03:01:24.112Z] ffeb0ce7d477: Layer already exists [2025-08-04T03:01:24.112Z] 57759d8b726d: Layer already exists [2025-08-04T03:01:24.112Z] deb8a514d1a0: Layer already exists [2025-08-04T03:01:24.112Z] 1e890da81ec9: Layer already exists [2025-08-04T03:01:24.112Z] ddff232298ee: Layer already exists [2025-08-04T03:01:24.112Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:afa5c6fbf805219bec178cc91f7eb2a5724ecc396c343ab53fa9c242a2c24096 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T03:01:24.449Z] + 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-04T03:01:24.788Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2025-08-04T03:01:24.788Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-08-04T03:01:24.788Z] ffeb0ce7d477: Preparing [2025-08-04T03:01:24.788Z] 7eed366a08f4: Preparing [2025-08-04T03:01:24.789Z] 5801652287c5: Preparing [2025-08-04T03:01:24.789Z] 28a1c974bc68: Preparing [2025-08-04T03:01:24.789Z] a44fd062e792: Preparing [2025-08-04T03:01:24.789Z] 57759d8b726d: Preparing [2025-08-04T03:01:24.789Z] 57759d8b726d: Waiting [2025-08-04T03:01:24.789Z] ddff232298ee: Preparing [2025-08-04T03:01:24.789Z] deb8a514d1a0: Preparing [2025-08-04T03:01:24.789Z] ddff232298ee: Waiting [2025-08-04T03:01:24.789Z] 1e890da81ec9: Preparing [2025-08-04T03:01:24.789Z] deb8a514d1a0: Waiting [2025-08-04T03:01:24.789Z] 1e890da81ec9: Waiting [2025-08-04T03:01:24.789Z] 28a1c974bc68: Layer already exists [2025-08-04T03:01:24.789Z] 7eed366a08f4: Layer already exists [2025-08-04T03:01:24.789Z] 5801652287c5: Layer already exists [2025-08-04T03:01:24.789Z] ffeb0ce7d477: Layer already exists [2025-08-04T03:01:24.789Z] a44fd062e792: Layer already exists [2025-08-04T03:01:24.789Z] 57759d8b726d: Layer already exists [2025-08-04T03:01:24.789Z] deb8a514d1a0: Layer already exists [2025-08-04T03:01:24.789Z] 1e890da81ec9: Layer already exists [2025-08-04T03:01:24.789Z] ddff232298ee: Layer already exists [2025-08-04T03:01:24.789Z] main: digest: sha256:afa5c6fbf805219bec178cc91f7eb2a5724ecc396c343ab53fa9c242a2c24096 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-04T03:01:25.145Z] ===================================================== [Pipeline] echo [2025-08-04T03:01:25.162Z] taggedImages: [2025-08-04T03:01:25.162Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T03:01:25.162Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2025-08-04T03:01:25.162Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.42 [2025-08-04T03:01:25.162Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T03:01:25.162Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2025-08-04T03:01:25.192Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2025-08-04T03:01:25.192Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T03:01:25.192Z] latest [2025-08-04T03:01:25.192Z] 4.1.0-dev.42 [2025-08-04T03:01:25.192Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T03:01:25.192Z] main [2025-08-04T03:01:25.192Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T03:01:25.554Z] + 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-04T03:01:25.897Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T03:01:25.897Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-08-04T03:01:25.897Z] 7a6d6dd568ae: Preparing [2025-08-04T03:01:25.897Z] 828a9d8337ae: Preparing [2025-08-04T03:01:25.897Z] 3979c6959b17: Preparing [2025-08-04T03:01:25.897Z] 28a1c974bc68: Preparing [2025-08-04T03:01:25.897Z] a44fd062e792: Preparing [2025-08-04T03:01:25.897Z] 5b1722978999: Preparing [2025-08-04T03:01:25.897Z] 2b61b1e3add0: Preparing [2025-08-04T03:01:25.897Z] 5b1722978999: Waiting [2025-08-04T03:01:25.897Z] cc54fa601abe: Preparing [2025-08-04T03:01:25.897Z] 2b61b1e3add0: Waiting [2025-08-04T03:01:25.897Z] 1e890da81ec9: Preparing [2025-08-04T03:01:25.897Z] cc54fa601abe: Waiting [2025-08-04T03:01:25.897Z] 1e890da81ec9: Waiting [2025-08-04T03:01:25.897Z] 28a1c974bc68: Layer already exists [2025-08-04T03:01:25.897Z] a44fd062e792: Layer already exists [2025-08-04T03:01:25.897Z] 7a6d6dd568ae: Layer already exists [2025-08-04T03:01:26.161Z] 2b61b1e3add0: Layer already exists [2025-08-04T03:01:26.161Z] cc54fa601abe: Layer already exists [2025-08-04T03:01:26.161Z] 3979c6959b17: Pushed [2025-08-04T03:01:26.161Z] 1e890da81ec9: Layer already exists [2025-08-04T03:01:26.161Z] 828a9d8337ae: Pushed [2025-08-04T03:01:52.787Z] 5b1722978999: Pushed [2025-08-04T03:01:52.787Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:32b262884a3d63885a25d756c92b269250c6ea70a0dd1f17cf5e1efaf3cd24a8 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T03:01:53.125Z] + 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-04T03:01:53.459Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2025-08-04T03:01:53.459Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-08-04T03:01:53.459Z] 7a6d6dd568ae: Preparing [2025-08-04T03:01:53.459Z] 828a9d8337ae: Preparing [2025-08-04T03:01:53.459Z] 3979c6959b17: Preparing [2025-08-04T03:01:53.459Z] 28a1c974bc68: Preparing [2025-08-04T03:01:53.459Z] a44fd062e792: Preparing [2025-08-04T03:01:53.459Z] 5b1722978999: Preparing [2025-08-04T03:01:53.459Z] 2b61b1e3add0: Preparing [2025-08-04T03:01:53.459Z] cc54fa601abe: Preparing [2025-08-04T03:01:53.459Z] 1e890da81ec9: Preparing [2025-08-04T03:01:53.459Z] 2b61b1e3add0: Waiting [2025-08-04T03:01:53.459Z] cc54fa601abe: Waiting [2025-08-04T03:01:53.459Z] 1e890da81ec9: Waiting [2025-08-04T03:01:53.459Z] 5b1722978999: Waiting [2025-08-04T03:01:53.459Z] 28a1c974bc68: Layer already exists [2025-08-04T03:01:53.459Z] 828a9d8337ae: Layer already exists [2025-08-04T03:01:53.459Z] a44fd062e792: Layer already exists [2025-08-04T03:01:53.459Z] 3979c6959b17: Layer already exists [2025-08-04T03:01:53.459Z] 7a6d6dd568ae: Layer already exists [2025-08-04T03:01:53.459Z] 2b61b1e3add0: Layer already exists [2025-08-04T03:01:53.459Z] 5b1722978999: Layer already exists [2025-08-04T03:01:53.459Z] cc54fa601abe: Layer already exists [2025-08-04T03:01:53.459Z] 1e890da81ec9: Layer already exists [2025-08-04T03:01:53.459Z] latest: digest: sha256:32b262884a3d63885a25d756c92b269250c6ea70a0dd1f17cf5e1efaf3cd24a8 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T03:01:54.070Z] + 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-04T03:01:54.412Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.42 [2025-08-04T03:01:54.412Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-08-04T03:01:54.412Z] 7a6d6dd568ae: Preparing [2025-08-04T03:01:54.412Z] 828a9d8337ae: Preparing [2025-08-04T03:01:54.412Z] 3979c6959b17: Preparing [2025-08-04T03:01:54.412Z] 28a1c974bc68: Preparing [2025-08-04T03:01:54.412Z] a44fd062e792: Preparing [2025-08-04T03:01:54.412Z] 5b1722978999: Preparing [2025-08-04T03:01:54.412Z] 2b61b1e3add0: Preparing [2025-08-04T03:01:54.412Z] cc54fa601abe: Preparing [2025-08-04T03:01:54.412Z] 1e890da81ec9: Preparing [2025-08-04T03:01:54.412Z] 2b61b1e3add0: Waiting [2025-08-04T03:01:54.412Z] cc54fa601abe: Waiting [2025-08-04T03:01:54.412Z] 1e890da81ec9: Waiting [2025-08-04T03:01:54.412Z] 5b1722978999: Waiting [2025-08-04T03:01:54.412Z] a44fd062e792: Layer already exists [2025-08-04T03:01:54.412Z] 3979c6959b17: Layer already exists [2025-08-04T03:01:54.412Z] 28a1c974bc68: Layer already exists [2025-08-04T03:01:54.412Z] 7a6d6dd568ae: Layer already exists [2025-08-04T03:01:54.412Z] 828a9d8337ae: Layer already exists [2025-08-04T03:01:54.412Z] 2b61b1e3add0: Layer already exists [2025-08-04T03:01:54.412Z] 5b1722978999: Layer already exists [2025-08-04T03:01:54.412Z] cc54fa601abe: Layer already exists [2025-08-04T03:01:54.412Z] 1e890da81ec9: Layer already exists [2025-08-04T03:01:54.412Z] 4.1.0-dev.42: digest: sha256:32b262884a3d63885a25d756c92b269250c6ea70a0dd1f17cf5e1efaf3cd24a8 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T03:01:54.769Z] + 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-04T03:01:55.115Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T03:01:55.115Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-08-04T03:01:55.115Z] 7a6d6dd568ae: Preparing [2025-08-04T03:01:55.115Z] 828a9d8337ae: Preparing [2025-08-04T03:01:55.115Z] 3979c6959b17: Preparing [2025-08-04T03:01:55.115Z] 28a1c974bc68: Preparing [2025-08-04T03:01:55.115Z] a44fd062e792: Preparing [2025-08-04T03:01:55.115Z] 5b1722978999: Preparing [2025-08-04T03:01:55.115Z] 2b61b1e3add0: Preparing [2025-08-04T03:01:55.115Z] cc54fa601abe: Preparing [2025-08-04T03:01:55.115Z] 1e890da81ec9: Preparing [2025-08-04T03:01:55.115Z] 2b61b1e3add0: Waiting [2025-08-04T03:01:55.115Z] cc54fa601abe: Waiting [2025-08-04T03:01:55.115Z] 1e890da81ec9: Waiting [2025-08-04T03:01:55.115Z] 5b1722978999: Waiting [2025-08-04T03:01:55.115Z] 28a1c974bc68: Layer already exists [2025-08-04T03:01:55.115Z] 7a6d6dd568ae: Layer already exists [2025-08-04T03:01:55.115Z] a44fd062e792: Layer already exists [2025-08-04T03:01:55.115Z] 3979c6959b17: Layer already exists [2025-08-04T03:01:55.115Z] 828a9d8337ae: Layer already exists [2025-08-04T03:01:55.115Z] cc54fa601abe: Layer already exists [2025-08-04T03:01:55.115Z] 5b1722978999: Layer already exists [2025-08-04T03:01:55.115Z] 2b61b1e3add0: Layer already exists [2025-08-04T03:01:55.115Z] 1e890da81ec9: Layer already exists [2025-08-04T03:01:55.115Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:32b262884a3d63885a25d756c92b269250c6ea70a0dd1f17cf5e1efaf3cd24a8 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T03:01:55.459Z] + 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-04T03:01:55.797Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2025-08-04T03:01:55.797Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-08-04T03:01:55.797Z] 7a6d6dd568ae: Preparing [2025-08-04T03:01:55.797Z] 828a9d8337ae: Preparing [2025-08-04T03:01:55.797Z] 3979c6959b17: Preparing [2025-08-04T03:01:55.797Z] 28a1c974bc68: Preparing [2025-08-04T03:01:55.797Z] a44fd062e792: Preparing [2025-08-04T03:01:55.797Z] 5b1722978999: Preparing [2025-08-04T03:01:55.797Z] 2b61b1e3add0: Preparing [2025-08-04T03:01:55.797Z] cc54fa601abe: Preparing [2025-08-04T03:01:55.797Z] 1e890da81ec9: Preparing [2025-08-04T03:01:55.797Z] 5b1722978999: Waiting [2025-08-04T03:01:55.797Z] 2b61b1e3add0: Waiting [2025-08-04T03:01:55.797Z] cc54fa601abe: Waiting [2025-08-04T03:01:55.797Z] 1e890da81ec9: Waiting [2025-08-04T03:01:55.797Z] a44fd062e792: Layer already exists [2025-08-04T03:01:55.797Z] 7a6d6dd568ae: Layer already exists [2025-08-04T03:01:55.797Z] 28a1c974bc68: Layer already exists [2025-08-04T03:01:55.797Z] 3979c6959b17: Layer already exists [2025-08-04T03:01:55.797Z] 828a9d8337ae: Layer already exists [2025-08-04T03:01:55.797Z] 5b1722978999: Layer already exists [2025-08-04T03:01:55.797Z] 2b61b1e3add0: Layer already exists [2025-08-04T03:01:55.797Z] 1e890da81ec9: Layer already exists [2025-08-04T03:01:55.797Z] cc54fa601abe: Layer already exists [2025-08-04T03:01:55.797Z] main: digest: sha256:32b262884a3d63885a25d756c92b269250c6ea70a0dd1f17cf5e1efaf3cd24a8 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-04T03:01:56.148Z] ===================================================== [Pipeline] echo [2025-08-04T03:01:56.160Z] taggedImages: [2025-08-04T03:01:56.160Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T03:01:56.160Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2025-08-04T03:01:56.160Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.42 [2025-08-04T03:01:56.160Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T03:01:56.160Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2025-08-04T03:01:56.192Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2025-08-04T03:01:56.192Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T03:01:56.192Z] latest [2025-08-04T03:01:56.192Z] 4.1.0-dev.42 [2025-08-04T03:01:56.192Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T03:01:56.192Z] main [2025-08-04T03:01:56.192Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T03:01:56.538Z] + 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-04T03:01:56.891Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T03:01:56.891Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-08-04T03:01:56.891Z] 22feadae4b53: Preparing [2025-08-04T03:01:56.891Z] 945a99b1a7c9: Preparing [2025-08-04T03:01:56.891Z] 28a1c974bc68: Preparing [2025-08-04T03:01:56.891Z] a44fd062e792: Preparing [2025-08-04T03:01:56.891Z] e76d74391c06: Preparing [2025-08-04T03:01:56.891Z] 2a36383345b0: Preparing [2025-08-04T03:01:56.891Z] 1e890da81ec9: Preparing [2025-08-04T03:01:56.891Z] 2a36383345b0: Waiting [2025-08-04T03:01:56.891Z] 1e890da81ec9: Waiting [2025-08-04T03:01:56.891Z] a44fd062e792: Layer already exists [2025-08-04T03:01:56.891Z] 28a1c974bc68: Layer already exists [2025-08-04T03:01:57.156Z] 1e890da81ec9: Layer already exists [2025-08-04T03:01:57.156Z] e76d74391c06: Pushed [2025-08-04T03:01:57.156Z] 22feadae4b53: Pushed [2025-08-04T03:01:58.557Z] 2a36383345b0: Pushed [2025-08-04T03:02:05.165Z] 945a99b1a7c9: Pushed [2025-08-04T03:02:05.165Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:50ca49df54200aa4e8a534c0823ebe9c91293162149a938de9a333682c73cb94 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T03:02:05.505Z] + 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-04T03:02:05.853Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2025-08-04T03:02:05.853Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-08-04T03:02:05.853Z] 22feadae4b53: Preparing [2025-08-04T03:02:05.853Z] 945a99b1a7c9: Preparing [2025-08-04T03:02:05.853Z] 28a1c974bc68: Preparing [2025-08-04T03:02:05.853Z] a44fd062e792: Preparing [2025-08-04T03:02:05.853Z] e76d74391c06: Preparing [2025-08-04T03:02:05.853Z] 2a36383345b0: Preparing [2025-08-04T03:02:05.853Z] 1e890da81ec9: Preparing [2025-08-04T03:02:05.853Z] 2a36383345b0: Waiting [2025-08-04T03:02:05.853Z] 1e890da81ec9: Waiting [2025-08-04T03:02:05.853Z] e76d74391c06: Layer already exists [2025-08-04T03:02:05.853Z] 22feadae4b53: Layer already exists [2025-08-04T03:02:05.853Z] 945a99b1a7c9: Layer already exists [2025-08-04T03:02:05.853Z] 28a1c974bc68: Layer already exists [2025-08-04T03:02:05.853Z] a44fd062e792: Layer already exists [2025-08-04T03:02:05.853Z] 1e890da81ec9: Layer already exists [2025-08-04T03:02:05.853Z] 2a36383345b0: Layer already exists [2025-08-04T03:02:06.117Z] latest: digest: sha256:50ca49df54200aa4e8a534c0823ebe9c91293162149a938de9a333682c73cb94 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T03:02:06.467Z] + 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-04T03:02:06.812Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.42 [2025-08-04T03:02:06.812Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-08-04T03:02:06.812Z] 22feadae4b53: Preparing [2025-08-04T03:02:06.812Z] 945a99b1a7c9: Preparing [2025-08-04T03:02:06.812Z] 28a1c974bc68: Preparing [2025-08-04T03:02:06.812Z] a44fd062e792: Preparing [2025-08-04T03:02:06.812Z] e76d74391c06: Preparing [2025-08-04T03:02:06.812Z] 2a36383345b0: Preparing [2025-08-04T03:02:06.812Z] 1e890da81ec9: Preparing [2025-08-04T03:02:06.812Z] 2a36383345b0: Waiting [2025-08-04T03:02:06.812Z] 1e890da81ec9: Waiting [2025-08-04T03:02:06.812Z] e76d74391c06: Layer already exists [2025-08-04T03:02:06.812Z] 945a99b1a7c9: Layer already exists [2025-08-04T03:02:06.812Z] 22feadae4b53: Layer already exists [2025-08-04T03:02:06.812Z] 28a1c974bc68: Layer already exists [2025-08-04T03:02:06.812Z] a44fd062e792: Layer already exists [2025-08-04T03:02:06.812Z] 2a36383345b0: Layer already exists [2025-08-04T03:02:06.812Z] 1e890da81ec9: Layer already exists [2025-08-04T03:02:07.074Z] 4.1.0-dev.42: digest: sha256:50ca49df54200aa4e8a534c0823ebe9c91293162149a938de9a333682c73cb94 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T03:02:07.428Z] + 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-04T03:02:07.762Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T03:02:07.762Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-08-04T03:02:07.762Z] 22feadae4b53: Preparing [2025-08-04T03:02:07.762Z] 945a99b1a7c9: Preparing [2025-08-04T03:02:07.762Z] 28a1c974bc68: Preparing [2025-08-04T03:02:07.762Z] a44fd062e792: Preparing [2025-08-04T03:02:07.762Z] e76d74391c06: Preparing [2025-08-04T03:02:07.762Z] 2a36383345b0: Preparing [2025-08-04T03:02:07.762Z] 1e890da81ec9: Preparing [2025-08-04T03:02:07.762Z] 2a36383345b0: Waiting [2025-08-04T03:02:07.762Z] 1e890da81ec9: Waiting [2025-08-04T03:02:07.762Z] 28a1c974bc68: Layer already exists [2025-08-04T03:02:07.762Z] 945a99b1a7c9: Layer already exists [2025-08-04T03:02:07.762Z] a44fd062e792: Layer already exists [2025-08-04T03:02:07.762Z] 22feadae4b53: Layer already exists [2025-08-04T03:02:07.762Z] e76d74391c06: Layer already exists [2025-08-04T03:02:07.762Z] 1e890da81ec9: Layer already exists [2025-08-04T03:02:07.762Z] 2a36383345b0: Layer already exists [2025-08-04T03:02:08.026Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:50ca49df54200aa4e8a534c0823ebe9c91293162149a938de9a333682c73cb94 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T03:02:08.367Z] + 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-04T03:02:08.722Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2025-08-04T03:02:08.722Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-08-04T03:02:08.722Z] 22feadae4b53: Preparing [2025-08-04T03:02:08.722Z] 945a99b1a7c9: Preparing [2025-08-04T03:02:08.722Z] 28a1c974bc68: Preparing [2025-08-04T03:02:08.722Z] a44fd062e792: Preparing [2025-08-04T03:02:08.722Z] e76d74391c06: Preparing [2025-08-04T03:02:08.722Z] 2a36383345b0: Preparing [2025-08-04T03:02:08.722Z] 1e890da81ec9: Preparing [2025-08-04T03:02:08.722Z] 2a36383345b0: Waiting [2025-08-04T03:02:08.722Z] 28a1c974bc68: Layer already exists [2025-08-04T03:02:08.722Z] 945a99b1a7c9: Layer already exists [2025-08-04T03:02:08.722Z] e76d74391c06: Layer already exists [2025-08-04T03:02:08.722Z] a44fd062e792: Layer already exists [2025-08-04T03:02:08.722Z] 22feadae4b53: Layer already exists [2025-08-04T03:02:08.722Z] 2a36383345b0: Layer already exists [2025-08-04T03:02:08.722Z] 1e890da81ec9: Layer already exists [2025-08-04T03:02:08.986Z] main: digest: sha256:50ca49df54200aa4e8a534c0823ebe9c91293162149a938de9a333682c73cb94 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-04T03:02:09.066Z] ===================================================== [Pipeline] echo [2025-08-04T03:02:09.079Z] taggedImages: [2025-08-04T03:02:09.079Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T03:02:09.079Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2025-08-04T03:02:09.079Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.42 [2025-08-04T03:02:09.079Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T03:02:09.079Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2025-08-04T03:02:09.107Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2025-08-04T03:02:09.107Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T03:02:09.107Z] latest [2025-08-04T03:02:09.107Z] 4.1.0-dev.42 [2025-08-04T03:02:09.107Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T03:02:09.107Z] main [2025-08-04T03:02:09.107Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T03:02:09.461Z] + 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-04T03:02:09.802Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T03:02:09.802Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-08-04T03:02:09.802Z] 54ffc260aacd: Preparing [2025-08-04T03:02:09.802Z] 9eb371cd1ada: Preparing [2025-08-04T03:02:09.802Z] 28a1c974bc68: Preparing [2025-08-04T03:02:09.802Z] a44fd062e792: Preparing [2025-08-04T03:02:09.802Z] 2f4f45e81024: Preparing [2025-08-04T03:02:09.802Z] 935497d83c31: Preparing [2025-08-04T03:02:09.802Z] 1e890da81ec9: Preparing [2025-08-04T03:02:09.802Z] 935497d83c31: Waiting [2025-08-04T03:02:09.802Z] 1e890da81ec9: Waiting [2025-08-04T03:02:09.802Z] a44fd062e792: Layer already exists [2025-08-04T03:02:09.802Z] 28a1c974bc68: Layer already exists [2025-08-04T03:02:10.066Z] 1e890da81ec9: Layer already exists [2025-08-04T03:02:10.066Z] 54ffc260aacd: Pushed [2025-08-04T03:02:10.066Z] 2f4f45e81024: Pushed [2025-08-04T03:02:10.645Z] 935497d83c31: Pushed [2025-08-04T03:02:18.952Z] 9eb371cd1ada: Pushed [2025-08-04T03:02:18.952Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b: digest: sha256:865914b28101a22eb47841931717491115795d2ad2e43911e33bbcb81053d3f8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T03:02:19.300Z] + 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-04T03:02:19.652Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2025-08-04T03:02:19.652Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-08-04T03:02:19.652Z] 54ffc260aacd: Preparing [2025-08-04T03:02:19.652Z] 9eb371cd1ada: Preparing [2025-08-04T03:02:19.652Z] 28a1c974bc68: Preparing [2025-08-04T03:02:19.652Z] a44fd062e792: Preparing [2025-08-04T03:02:19.652Z] 2f4f45e81024: Preparing [2025-08-04T03:02:19.652Z] 935497d83c31: Preparing [2025-08-04T03:02:19.652Z] 1e890da81ec9: Preparing [2025-08-04T03:02:19.652Z] 935497d83c31: Waiting [2025-08-04T03:02:19.652Z] 1e890da81ec9: Waiting [2025-08-04T03:02:19.652Z] a44fd062e792: Layer already exists [2025-08-04T03:02:19.652Z] 9eb371cd1ada: Layer already exists [2025-08-04T03:02:19.652Z] 2f4f45e81024: Layer already exists [2025-08-04T03:02:19.652Z] 54ffc260aacd: Layer already exists [2025-08-04T03:02:19.652Z] 28a1c974bc68: Layer already exists [2025-08-04T03:02:19.652Z] 935497d83c31: Layer already exists [2025-08-04T03:02:19.652Z] 1e890da81ec9: Layer already exists [2025-08-04T03:02:19.916Z] latest: digest: sha256:865914b28101a22eb47841931717491115795d2ad2e43911e33bbcb81053d3f8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T03:02:20.273Z] + 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-04T03:02:20.616Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.42 [2025-08-04T03:02:20.616Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-08-04T03:02:20.616Z] 54ffc260aacd: Preparing [2025-08-04T03:02:20.616Z] 9eb371cd1ada: Preparing [2025-08-04T03:02:20.616Z] 28a1c974bc68: Preparing [2025-08-04T03:02:20.616Z] a44fd062e792: Preparing [2025-08-04T03:02:20.616Z] 2f4f45e81024: Preparing [2025-08-04T03:02:20.616Z] 935497d83c31: Preparing [2025-08-04T03:02:20.616Z] 1e890da81ec9: Preparing [2025-08-04T03:02:20.616Z] 935497d83c31: Waiting [2025-08-04T03:02:20.616Z] 1e890da81ec9: Waiting [2025-08-04T03:02:20.616Z] 28a1c974bc68: Layer already exists [2025-08-04T03:02:20.616Z] 9eb371cd1ada: Layer already exists [2025-08-04T03:02:20.616Z] 2f4f45e81024: Layer already exists [2025-08-04T03:02:20.616Z] 54ffc260aacd: Layer already exists [2025-08-04T03:02:20.616Z] a44fd062e792: Layer already exists [2025-08-04T03:02:20.616Z] 935497d83c31: Layer already exists [2025-08-04T03:02:20.616Z] 1e890da81ec9: Layer already exists [2025-08-04T03:02:20.616Z] 4.1.0-dev.42: digest: sha256:865914b28101a22eb47841931717491115795d2ad2e43911e33bbcb81053d3f8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T03:02:20.977Z] + 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-04T03:02:21.318Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T03:02:21.318Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-08-04T03:02:21.318Z] 54ffc260aacd: Preparing [2025-08-04T03:02:21.318Z] 9eb371cd1ada: Preparing [2025-08-04T03:02:21.318Z] 28a1c974bc68: Preparing [2025-08-04T03:02:21.318Z] a44fd062e792: Preparing [2025-08-04T03:02:21.318Z] 2f4f45e81024: Preparing [2025-08-04T03:02:21.318Z] 935497d83c31: Preparing [2025-08-04T03:02:21.318Z] 1e890da81ec9: Preparing [2025-08-04T03:02:21.318Z] 935497d83c31: Waiting [2025-08-04T03:02:21.318Z] 1e890da81ec9: Waiting [2025-08-04T03:02:21.318Z] 2f4f45e81024: Layer already exists [2025-08-04T03:02:21.318Z] 9eb371cd1ada: Layer already exists [2025-08-04T03:02:21.318Z] 28a1c974bc68: Layer already exists [2025-08-04T03:02:21.318Z] 54ffc260aacd: Layer already exists [2025-08-04T03:02:21.318Z] a44fd062e792: Layer already exists [2025-08-04T03:02:21.318Z] 935497d83c31: Layer already exists [2025-08-04T03:02:21.318Z] 1e890da81ec9: Layer already exists [2025-08-04T03:02:21.318Z] 5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42: digest: sha256:865914b28101a22eb47841931717491115795d2ad2e43911e33bbcb81053d3f8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T03:02:21.664Z] + 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-04T03:02:22.004Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2025-08-04T03:02:22.004Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-08-04T03:02:22.004Z] 54ffc260aacd: Preparing [2025-08-04T03:02:22.004Z] 9eb371cd1ada: Preparing [2025-08-04T03:02:22.004Z] 28a1c974bc68: Preparing [2025-08-04T03:02:22.004Z] a44fd062e792: Preparing [2025-08-04T03:02:22.004Z] 2f4f45e81024: Preparing [2025-08-04T03:02:22.004Z] 935497d83c31: Preparing [2025-08-04T03:02:22.004Z] 1e890da81ec9: Preparing [2025-08-04T03:02:22.004Z] 935497d83c31: Waiting [2025-08-04T03:02:22.004Z] 1e890da81ec9: Waiting [2025-08-04T03:02:22.004Z] a44fd062e792: Layer already exists [2025-08-04T03:02:22.004Z] 2f4f45e81024: Layer already exists [2025-08-04T03:02:22.004Z] 28a1c974bc68: Layer already exists [2025-08-04T03:02:22.004Z] 54ffc260aacd: Layer already exists [2025-08-04T03:02:22.004Z] 9eb371cd1ada: Layer already exists [2025-08-04T03:02:22.004Z] 935497d83c31: Layer already exists [2025-08-04T03:02:22.004Z] 1e890da81ec9: Layer already exists [2025-08-04T03:02:22.268Z] main: digest: sha256:865914b28101a22eb47841931717491115795d2ad2e43911e33bbcb81053d3f8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-04T03:02:22.364Z] ===================================================== [Pipeline] echo [2025-08-04T03:02:22.377Z] taggedImages: [2025-08-04T03:02:22.377Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [2025-08-04T03:02:22.377Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2025-08-04T03:02:22.377Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.42 [2025-08-04T03:02:22.377Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [2025-08-04T03:02:22.377Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo [2025-08-04T03:02:22.393Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] echo [2025-08-04T03:02:22.407Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo [2025-08-04T03:02:22.424Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.42 [Pipeline] echo [2025-08-04T03:02:22.439Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] echo [2025-08-04T03:02:22.449Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2025-08-04T03:02:22.464Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] echo [2025-08-04T03:02:22.477Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo [2025-08-04T03:02:22.490Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.42 [Pipeline] echo [2025-08-04T03:02:22.503Z] 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-04T03:02:22.517Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2025-08-04T03:02:22.531Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] echo [2025-08-04T03:02:22.548Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo [2025-08-04T03:02:22.562Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.42 [Pipeline] echo [2025-08-04T03:02:22.574Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] echo [2025-08-04T03:02:22.588Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2025-08-04T03:02:22.599Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] echo [2025-08-04T03:02:22.617Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo [2025-08-04T03:02:22.634Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.42 [Pipeline] echo [2025-08-04T03:02:22.646Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] echo [2025-08-04T03:02:22.660Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2025-08-04T03:02:22.676Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] echo [2025-08-04T03:02:22.761Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo [2025-08-04T03:02:22.770Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.42 [Pipeline] echo [2025-08-04T03:02:22.778Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] echo [2025-08-04T03:02:22.786Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2025-08-04T03:02:22.801Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] echo [2025-08-04T03:02:22.810Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo [2025-08-04T03:02:22.824Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.42 [Pipeline] echo [2025-08-04T03:02:22.833Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] echo [2025-08-04T03:02:22.841Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2025-08-04T03:02:22.849Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] echo [2025-08-04T03:02:22.857Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo [2025-08-04T03:02:22.864Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.42 [Pipeline] echo [2025-08-04T03:02:22.872Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] echo [2025-08-04T03:02:22.881Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2025-08-04T03:02:22.893Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] echo [2025-08-04T03:02:22.907Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo [2025-08-04T03:02:22.914Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.42 [Pipeline] echo [2025-08-04T03:02:22.924Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] echo [2025-08-04T03:02:22.932Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2025-08-04T03:02:22.941Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] echo [2025-08-04T03:02:22.957Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo [2025-08-04T03:02:22.967Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.42 [Pipeline] echo [2025-08-04T03:02:22.979Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] echo [2025-08-04T03:02:22.992Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2025-08-04T03:02:23.006Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] echo [2025-08-04T03:02:23.017Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo [2025-08-04T03:02:23.033Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.42 [Pipeline] echo [2025-08-04T03:02:23.044Z] 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-04T03:02:23.054Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2025-08-04T03:02:23.070Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] echo [2025-08-04T03:02:23.081Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo [2025-08-04T03:02:23.096Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.42 [Pipeline] echo [2025-08-04T03:02:23.107Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] echo [2025-08-04T03:02:23.116Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2025-08-04T03:02:23.130Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] echo [2025-08-04T03:02:23.145Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo [2025-08-04T03:02:23.156Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.42 [Pipeline] echo [2025-08-04T03:02:23.169Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] echo [2025-08-04T03:02:23.183Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2025-08-04T03:02:23.196Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] echo [2025-08-04T03:02:23.210Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo [2025-08-04T03:02:23.222Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.42 [Pipeline] echo [2025-08-04T03:02:23.235Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] echo [2025-08-04T03:02:23.247Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2025-08-04T03:02:23.259Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] echo [2025-08-04T03:02:23.270Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo [2025-08-04T03:02:23.284Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.42 [Pipeline] echo [2025-08-04T03:02:23.293Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] echo [2025-08-04T03:02:23.308Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2025-08-04T03:02:23.316Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b [Pipeline] echo [2025-08-04T03:02:23.327Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo [2025-08-04T03:02:23.342Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.42 [Pipeline] echo [2025-08-04T03:02:23.356Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:5dbcd5a1af5ac4231ffe20fe1b3130db090bb21b-4.1.0-dev.42 [Pipeline] echo [2025-08-04T03:02:23.367Z] 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-04T03:02:23.743Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-08-04T03:02:23.744Z] [2025-08-04T03:02:23.744Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T03:02:24.064Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-08-04T03:02:24.064Z] arm64: Pulling from edgex-lftools-log-publisher [2025-08-04T03:02:24.064Z] 8998bd30e6a1: Pulling fs layer [2025-08-04T03:02:24.064Z] 04944245beec: Pulling fs layer [2025-08-04T03:02:24.064Z] 699f458cf7ca: Pulling fs layer [2025-08-04T03:02:24.064Z] 765212b225bb: Pulling fs layer [2025-08-04T03:02:24.064Z] f23df028b6ca: Pulling fs layer [2025-08-04T03:02:24.064Z] d65c8cfc05b1: Pulling fs layer [2025-08-04T03:02:24.065Z] 2437ff75d9bd: Pulling fs layer [2025-08-04T03:02:24.065Z] 765212b225bb: Waiting [2025-08-04T03:02:24.065Z] f23df028b6ca: Waiting [2025-08-04T03:02:24.065Z] d65c8cfc05b1: Waiting [2025-08-04T03:02:24.065Z] 2437ff75d9bd: Waiting [2025-08-04T03:02:24.331Z] 04944245beec: Verifying Checksum [2025-08-04T03:02:24.331Z] 04944245beec: Download complete [2025-08-04T03:02:24.331Z] 765212b225bb: Verifying Checksum [2025-08-04T03:02:24.331Z] 765212b225bb: Download complete [2025-08-04T03:02:24.331Z] f23df028b6ca: Download complete [2025-08-04T03:02:24.331Z] d65c8cfc05b1: Verifying Checksum [2025-08-04T03:02:24.331Z] d65c8cfc05b1: Download complete [2025-08-04T03:02:24.331Z] 699f458cf7ca: Verifying Checksum [2025-08-04T03:02:24.331Z] 699f458cf7ca: Download complete [2025-08-04T03:02:24.910Z] 8998bd30e6a1: Verifying Checksum [2025-08-04T03:02:24.910Z] 8998bd30e6a1: Download complete [2025-08-04T03:02:27.481Z] 2437ff75d9bd: Verifying Checksum [2025-08-04T03:02:27.481Z] 2437ff75d9bd: Download complete [2025-08-04T03:02:29.414Z] 8998bd30e6a1: Pull complete [2025-08-04T03:02:29.994Z] 04944245beec: Pull complete [2025-08-04T03:02:31.396Z] 699f458cf7ca: Pull complete [2025-08-04T03:02:31.661Z] 765212b225bb: Pull complete [2025-08-04T03:02:32.616Z] f23df028b6ca: Pull complete [2025-08-04T03:02:32.880Z] d65c8cfc05b1: Pull complete [2025-08-04T03:02:51.065Z] 2437ff75d9bd: Pull complete [2025-08-04T03:02:51.065Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-08-04T03:02:51.065Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-08-04T03:02:51.065Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-04T03:02:51.265Z] prd-ubuntu20.04-docker-arm64-4c-16g-6227 does not seem to be running inside a container [2025-08-04T03:02:51.320Z] $ 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/879 -v /w/workspace/edgex-go/879:/w/workspace/edgex-go/879:rw,z -v /w/workspace/edgex-go/879@tmp:/w/workspace/edgex-go/879@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-04T03:02:53.991Z] $ docker top ff64e4ba029e0fbce88525c93a2a03870097f9b887f0adf16b966e867c76c982 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-04T03:02:54.876Z] ---> job-cost.sh [2025-08-04T03:02:54.876Z] lf-activate-venv: SKIPPING [2025-08-04T03:02:54.876Z] INFO: No Stack... [2025-08-04T03:02:55.141Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-08-04T03:02:56.096Z] INFO: Archiving Costs [Pipeline] sh [2025-08-04T03:02:56.728Z] + cat /w/workspace/edgex-go/879/archives/cost.csv [2025-08-04T03:02:56.728Z] + cut -d, -f6 [Pipeline] lock [2025-08-04T03:02:56.761Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-879-stack-cost] [2025-08-04T03:02:56.767Z] Resource [jenkins-edgexfoundry-edgex-go-main-879-stack-cost] did not exist. Created. [2025-08-04T03:02:56.772Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-879-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-08-04T03:02:57.401Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-08-04T03:02:58.068Z] Stashed 1 file(s) [Pipeline] } [2025-08-04T03:02:58.079Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-879-stack-cost] [Pipeline] // lock [Pipeline] } [2025-08-04T03:02:58.101Z] $ docker stop --time=1 ff64e4ba029e0fbce88525c93a2a03870097f9b887f0adf16b966e867c76c982 [2025-08-04T03:02:59.594Z] $ docker rm -f --volumes ff64e4ba029e0fbce88525c93a2a03870097f9b887f0adf16b966e867c76c982 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-08-04T08:12:30.853Z] Cancelling nested steps due to timeout [2025-08-04T08:12:30.858Z] Sending interrupt signal to process [2025-08-04T08:12:36.811Z] script returned exit code 143 [Pipeline] } [2025-08-04T08:12:36.815Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] error [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-08-04T08:12:37.456Z] + '[' -d /w/workspace/edgex-go/879/archives ']' [Pipeline] libraryResource [Pipeline] sh [2025-08-04T08:12:37.764Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-04T08:12:38.319Z] ---> package-listing.sh [2025-08-04T08:12:38.319Z] ++ tr '[:upper:]' '[:lower:]' [2025-08-04T08:12:38.319Z] ++ facter osfamily [2025-08-04T08:12:38.580Z] + OS_FAMILY=redhat [2025-08-04T08:12:38.580Z] + workspace=/w/workspace/edgex-go/879 [2025-08-04T08:12:38.580Z] + START_PACKAGES=/tmp/packages_start.txt [2025-08-04T08:12:38.580Z] + END_PACKAGES=/tmp/packages_end.txt [2025-08-04T08:12:38.580Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-08-04T08:12:38.580Z] + PACKAGES=/tmp/packages_start.txt [2025-08-04T08:12:38.580Z] + '[' /w/workspace/edgex-go/879 ']' [2025-08-04T08:12:38.580Z] + PACKAGES=/tmp/packages_end.txt [2025-08-04T08:12:38.580Z] + case "${OS_FAMILY}" in [2025-08-04T08:12:38.580Z] + sort [2025-08-04T08:12:38.580Z] + rpm -qa [2025-08-04T08:12:39.149Z] + '[' -f /tmp/packages_start.txt ']' [2025-08-04T08:12:39.149Z] + '[' -f /tmp/packages_end.txt ']' [2025-08-04T08:12:39.149Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-08-04T08:12:39.149Z] + '[' /w/workspace/edgex-go/879 ']' [2025-08-04T08:12:39.149Z] + mkdir -p /w/workspace/edgex-go/879/archives/ [2025-08-04T08:12:39.149Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/879/archives/ [Pipeline] echo [2025-08-04T08:12:39.161Z] 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/879/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:12:39.448Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:12:40.018Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-04T08:12:40.019Z] [2025-08-04T08:12:40.019Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:12:40.384Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-04T08:12:40.384Z] latest: Pulling from edgex-lftools-log-publisher [2025-08-04T08:12:40.384Z] 5eb5b503b376: Pulling fs layer [2025-08-04T08:12:40.384Z] 5c69ac0246d0: Pulling fs layer [2025-08-04T08:12:40.384Z] ec43610c2a17: Pulling fs layer [2025-08-04T08:12:40.384Z] 3a2ae6a8a46f: Pulling fs layer [2025-08-04T08:12:40.384Z] 33b1e0a273af: Pulling fs layer [2025-08-04T08:12:40.384Z] 5d3b04190fa2: Pulling fs layer [2025-08-04T08:12:40.384Z] 2f39f015ded8: Pulling fs layer [2025-08-04T08:12:40.384Z] 3a2ae6a8a46f: Waiting [2025-08-04T08:12:40.384Z] 33b1e0a273af: Waiting [2025-08-04T08:12:40.384Z] 5d3b04190fa2: Waiting [2025-08-04T08:12:40.384Z] 2f39f015ded8: Waiting [2025-08-04T08:12:40.384Z] 5c69ac0246d0: Verifying Checksum [2025-08-04T08:12:40.384Z] 5c69ac0246d0: Download complete [2025-08-04T08:12:40.384Z] 3a2ae6a8a46f: Verifying Checksum [2025-08-04T08:12:40.384Z] 3a2ae6a8a46f: Download complete [2025-08-04T08:12:40.642Z] 33b1e0a273af: Verifying Checksum [2025-08-04T08:12:40.642Z] 33b1e0a273af: Download complete [2025-08-04T08:12:40.642Z] 5d3b04190fa2: Verifying Checksum [2025-08-04T08:12:40.642Z] 5d3b04190fa2: Download complete [2025-08-04T08:12:40.642Z] ec43610c2a17: Verifying Checksum [2025-08-04T08:12:40.642Z] ec43610c2a17: Download complete [2025-08-04T08:12:40.642Z] 5eb5b503b376: Verifying Checksum [2025-08-04T08:12:40.642Z] 5eb5b503b376: Download complete [2025-08-04T08:12:41.218Z] 2f39f015ded8: Verifying Checksum [2025-08-04T08:12:41.218Z] 2f39f015ded8: Download complete [2025-08-04T08:12:42.167Z] 5eb5b503b376: Pull complete [2025-08-04T08:12:42.167Z] 5c69ac0246d0: Pull complete [2025-08-04T08:12:42.733Z] ec43610c2a17: Pull complete [2025-08-04T08:12:42.733Z] 3a2ae6a8a46f: Pull complete [2025-08-04T08:12:42.991Z] 33b1e0a273af: Pull complete [2025-08-04T08:12:42.991Z] 5d3b04190fa2: Pull complete [2025-08-04T08:12:47.225Z] 2f39f015ded8: Pull complete [2025-08-04T08:12:47.225Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-08-04T08:12:47.225Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-04T08:12:47.225Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-04T08:12:47.324Z] prd-centos7-docker-4c-2g-6228 does not seem to be running inside a container [2025-08-04T08:12:47.356Z] $ 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/879/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:12:50.770Z] $ docker top 5e5c951db09a61a4cc011ac0cef5ad7d9e44e069b0b7e49efc89076e488d4f34 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-04T08:12:51.119Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-08-04T08:12:51.403Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-08-04T08:12:51.688Z] + ls /var/log/sa-host [2025-08-04T08:12:51.688Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-04T08:12:51.852Z] provisioning config files... [2025-08-04T08:12:51.863Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config16401543314930302019tmp [Pipeline] { [Pipeline] echo [2025-08-04T08:12:51.881Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-04T08:12:52.172Z] ---> create-netrc.sh [Pipeline] } [2025-08-04T08:12:52.179Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-08-04T08:12:52.527Z] ---> python-tools-install.sh [Pipeline] echo [2025-08-04T08:12:52.536Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-04T08:12:52.825Z] ---> sudo-logs.sh [2025-08-04T08:12:52.825Z] Archiving 'sudo' log.. [2025-08-04T08:12:52.825Z] cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-04T08:12:52.858Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2025-08-04T08:12:52.861Z] $ docker stop --time=1 5e5c951db09a61a4cc011ac0cef5ad7d9e44e069b0b7e49efc89076e488d4f34 [2025-08-04T08:12:54.003Z] $ docker rm -f --volumes 5e5c951db09a61a4cc011ac0cef5ad7d9e44e069b0b7e49efc89076e488d4f34 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2025-08-04T08:12:54.115Z] [WS-CLEANUP] Deleting project workspace... [2025-08-04T08:12:54.116Z] [WS-CLEANUP] Deferred wipeout is used... [2025-08-04T08:12:54.134Z] [WS-CLEANUP] done [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-08-04T08:12:54.345Z] Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [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-04T08:12:55.068Z] + [ -d /w/workspace/edgex-go/879/archives ] [Pipeline] libraryResource [Pipeline] sh [2025-08-04T08:12:55.359Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-04T08:12:56.215Z] ---> package-listing.sh [2025-08-04T08:12:56.215Z] ++ facter osfamily [2025-08-04T08:12:56.215Z] ++ tr '[:upper:]' '[:lower:]' [2025-08-04T08:12:56.474Z] + OS_FAMILY=debian [2025-08-04T08:12:56.474Z] + workspace=/w/workspace/edgex-go/879 [2025-08-04T08:12:56.474Z] + START_PACKAGES=/tmp/packages_start.txt [2025-08-04T08:12:56.474Z] + END_PACKAGES=/tmp/packages_end.txt [2025-08-04T08:12:56.474Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-08-04T08:12:56.474Z] + PACKAGES=/tmp/packages_start.txt [2025-08-04T08:12:56.474Z] + '[' /w/workspace/edgex-go/879 ']' [2025-08-04T08:12:56.474Z] + PACKAGES=/tmp/packages_end.txt [2025-08-04T08:12:56.474Z] + case "${OS_FAMILY}" in [2025-08-04T08:12:56.474Z] + dpkg -l [2025-08-04T08:12:56.474Z] + grep '^ii' [2025-08-04T08:12:56.474Z] + '[' -f /tmp/packages_start.txt ']' [2025-08-04T08:12:56.474Z] + '[' -f /tmp/packages_end.txt ']' [2025-08-04T08:12:56.474Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-08-04T08:12:56.474Z] + '[' /w/workspace/edgex-go/879 ']' [2025-08-04T08:12:56.474Z] + mkdir -p /w/workspace/edgex-go/879/archives/ [2025-08-04T08:12:56.474Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/879/archives/ [Pipeline] echo [2025-08-04T08:12:56.486Z] 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/879/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:12:56.763Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:12:57.323Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-04T08:12:57.323Z] [2025-08-04T08:12:57.323Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-04T08:12:57.626Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-04T08:12:57.626Z] latest: Pulling from edgex-lftools-log-publisher [2025-08-04T08:12:57.626Z] 5eb5b503b376: Pulling fs layer [2025-08-04T08:12:57.626Z] 5c69ac0246d0: Pulling fs layer [2025-08-04T08:12:57.626Z] ec43610c2a17: Pulling fs layer [2025-08-04T08:12:57.626Z] 3a2ae6a8a46f: Pulling fs layer [2025-08-04T08:12:57.626Z] 33b1e0a273af: Pulling fs layer [2025-08-04T08:12:57.626Z] 5d3b04190fa2: Pulling fs layer [2025-08-04T08:12:57.626Z] 2f39f015ded8: Pulling fs layer [2025-08-04T08:12:57.626Z] 3a2ae6a8a46f: Waiting [2025-08-04T08:12:57.626Z] 33b1e0a273af: Waiting [2025-08-04T08:12:57.626Z] 2f39f015ded8: Waiting [2025-08-04T08:12:57.626Z] 5c69ac0246d0: Download complete [2025-08-04T08:12:57.626Z] 3a2ae6a8a46f: Verifying Checksum [2025-08-04T08:12:57.626Z] 3a2ae6a8a46f: Download complete [2025-08-04T08:12:57.626Z] 33b1e0a273af: Verifying Checksum [2025-08-04T08:12:57.626Z] 33b1e0a273af: Download complete [2025-08-04T08:12:57.626Z] ec43610c2a17: Verifying Checksum [2025-08-04T08:12:57.626Z] ec43610c2a17: Download complete [2025-08-04T08:12:57.626Z] 5d3b04190fa2: Verifying Checksum [2025-08-04T08:12:57.626Z] 5d3b04190fa2: Download complete [2025-08-04T08:12:57.885Z] 5eb5b503b376: Verifying Checksum [2025-08-04T08:12:57.885Z] 5eb5b503b376: Download complete [2025-08-04T08:12:58.452Z] 2f39f015ded8: Download complete [2025-08-04T08:12:59.388Z] 5eb5b503b376: Pull complete [2025-08-04T08:12:59.388Z] 5c69ac0246d0: Pull complete [2025-08-04T08:13:00.323Z] ec43610c2a17: Pull complete [2025-08-04T08:13:00.323Z] 3a2ae6a8a46f: Pull complete [2025-08-04T08:13:00.323Z] 33b1e0a273af: Pull complete [2025-08-04T08:13:00.323Z] 5d3b04190fa2: Pull complete [2025-08-04T08:13:06.883Z] 2f39f015ded8: Pull complete [2025-08-04T08:13:06.883Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-08-04T08:13:06.883Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-04T08:13:06.883Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-04T08:13:06.994Z] prd-ubuntu20.04-docker-8c-8g-6226 does not seem to be running inside a container [2025-08-04T08:13:07.016Z] $ 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/879/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/879 -v /w/workspace/edgex-go/879:/w/workspace/edgex-go/879:rw,z -v /w/workspace/edgex-go/879@tmp:/w/workspace/edgex-go/879@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:13:08.380Z] $ docker top b3b9b421e2bb62548b71066b9e825d03191803e28a60b19ee4409a1806a74bb9 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-04T08:13:08.723Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-08-04T08:13:09.007Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-08-04T08:13:09.289Z] + ls /var/log/sa-host [2025-08-04T08:13:09.289Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-04T08:13:09.323Z] provisioning config files... [2025-08-04T08:13:09.333Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/879@tmp/config51643092002484342tmp [Pipeline] { [Pipeline] echo [2025-08-04T08:13:09.352Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-04T08:13:09.632Z] ---> create-netrc.sh [Pipeline] } [2025-08-04T08:13:09.640Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-08-04T08:13:09.944Z] ---> python-tools-install.sh [Pipeline] echo [2025-08-04T08:13:09.953Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-04T08:13:10.233Z] ---> sudo-logs.sh [2025-08-04T08:13:10.234Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-08-04T08:13:10.284Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-04T08:13:10.573Z] ---> job-cost.sh [2025-08-04T08:13:10.573Z] lf-activate-venv: SKIPPING [2025-08-04T08:13:10.573Z] DEBUG: total: 0.10999999940395355 [2025-08-04T08:13:10.573Z] INFO: Retrieving Stack Cost... [2025-08-04T08:13:10.831Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-08-04T08:13:11.397Z] INFO: Archiving Costs [Pipeline] echo [2025-08-04T08:13:11.410Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-04T08:13:11.693Z] ---> logs-deploy.sh [2025-08-04T08:13:11.693Z] lf-activate-venv: SKIPPING [2025-08-04T08:13:11.693Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/879 [2025-08-04T08:13:11.693Z] INFO: archiving workspace using pattern(s): [2025-08-04T08:13:12.632Z] Archives upload complete. [2025-08-04T08:13:12.891Z] INFO: archiving logs to Nexus