Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 636c0249806ecb81ff5c6dc90fac847d9a5fe90b 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-ssh77020462432255924.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 67d2f908f88f8156fbe481f59f373e57362cafe7 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-ssh5056628704085948558.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 67d2f908f88f8156fbe481f59f373e57362cafe7 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-ssh14523409604999333318.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 67d2f908f88f8156fbe481f59f373e57362cafe7 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 67d2f908f88f8156fbe481f59f373e57362cafe7 # timeout=10 Commit message: "Merge pull request #476 from cherrycl/issue-475" > 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-ssh8074917771452185887.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-ssh14875497106250516311.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], goVersion:1.25] ========================================================= [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.25 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-772206 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/921 [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/921 # 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 636c0249806ecb81ff5c6dc90fac847d9a5fe90b (main) Commit message: "Merge pull request #5303 from judehung/update-attribution" > 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 636c0249806ecb81ff5c6dc90fac847d9a5fe90b # timeout=10 > git rev-list --no-walk 9947229cd3ef338e1f35ef423db13361e0e58515 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-10-31T12:38:20.787Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-10-31T12:38:20.859Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-10-31T12:38:20.886Z] ========================================================= [2025-10-31T12:38:20.886Z] EdgeX Global Pipelines Version Info [2025-10-31T12:38:20.886Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-10-31T12:38:22.004Z] ------------------- [2025-10-31T12:38:22.004Z] stable info: [2025-10-31T12:38:22.004Z] ------------------- [2025-10-31T12:38:22.004Z] Commited By: Cherry Wang cherry@iotechsys.com [2025-10-31T12:38:22.004Z] Commit SHA: 67d2f908f88f8156fbe481f59f373e57362cafe7 [2025-10-31T12:38:22.004Z] Message: update stable to v1.0.278 [2025-10-31T12:38:22.573Z] ------------------- [2025-10-31T12:38:22.573Z] experimental info: [2025-10-31T12:38:22.573Z] ------------------- [2025-10-31T12:38:22.573Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-10-31T12:38:22.573Z] Commit SHA: cefbf83a7544ec8ad1f65f559367c3ce5893bda8 [2025-10-31T12:38:22.573Z] Message: update experimental to v1.0.279 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-10-31T12:38:22.657Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2025-10-31T12:38:22.673Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2025-10-31T12:38:22.694Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-10-31T12:38:22.720Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-10-31T12:38:22.741Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-10-31T12:38:22.767Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.25 [Pipeline] echo [2025-10-31T12:38:22.793Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-10-31T12:38:22.813Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2025-10-31T12:38:22.835Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2025-10-31T12:38:22.857Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2025-10-31T12:38:22.881Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-10-31T12:38:22.905Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-10-31T12:38:22.926Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-10-31T12:38:22.951Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-10-31T12:38:22.971Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-10-31T12:38:22.995Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-10-31T12:38:23.021Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-10-31T12:38:23.048Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-10-31T12:38:23.075Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2025-10-31T12:38:23.102Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo [2025-10-31T12:38:23.129Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-10-31T12:38:23.152Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-10-31T12:38:23.177Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-10-31T12:38:23.208Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-10-31T12:38:23.231Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-10-31T12:38:23.250Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-10-31T12:38:23.274Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] echo [2025-10-31T12:38:23.298Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 636c024 [Pipeline] echo [2025-10-31T12:38:23.318Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-10-31T12:38:23.387Z] provisioning config files... [2025-10-31T12:38:23.414Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/921@tmp/config7516574286859303324tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-10-31T12:38:23.760Z] ---> ****-login.sh [2025-10-31T12:38:23.760Z] nexus3.edgexfoundry.org:10001 [2025-10-31T12:38:24.022Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-31T12:38:24.022Z] [2025-10-31T12:38:24.022Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-10-31T12:38:24.022Z] Configure a credential helper to remove this warning. See [2025-10-31T12:38:24.022Z] https://docs.****.com/go/credential-store/ [2025-10-31T12:38:24.022Z] [2025-10-31T12:38:24.022Z] Login Succeeded [2025-10-31T12:38:24.022Z] nexus3.edgexfoundry.org:10002 [2025-10-31T12:38:24.284Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-31T12:38:24.284Z] [2025-10-31T12:38:24.284Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-10-31T12:38:24.284Z] Configure a credential helper to remove this warning. See [2025-10-31T12:38:24.284Z] https://docs.****.com/go/credential-store/ [2025-10-31T12:38:24.284Z] [2025-10-31T12:38:24.284Z] Login Succeeded [2025-10-31T12:38:24.284Z] nexus3.edgexfoundry.org:10003 [2025-10-31T12:38:24.284Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-31T12:38:24.284Z] [2025-10-31T12:38:24.284Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-10-31T12:38:24.284Z] Configure a credential helper to remove this warning. See [2025-10-31T12:38:24.284Z] https://docs.****.com/go/credential-store/ [2025-10-31T12:38:24.284Z] [2025-10-31T12:38:24.284Z] Login Succeeded [2025-10-31T12:38:24.284Z] nexus3.edgexfoundry.org:10004 [2025-10-31T12:38:24.285Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-31T12:38:24.546Z] [2025-10-31T12:38:24.547Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-10-31T12:38:24.547Z] Configure a credential helper to remove this warning. See [2025-10-31T12:38:24.547Z] https://docs.****.com/go/credential-store/ [2025-10-31T12:38:24.547Z] [2025-10-31T12:38:24.547Z] Login Succeeded [2025-10-31T12:38:24.547Z] ****.io [2025-10-31T12:38:24.547Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-31T12:38:24.808Z] [2025-10-31T12:38:24.809Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-10-31T12:38:24.809Z] Configure a credential helper to remove this warning. See [2025-10-31T12:38:24.809Z] https://docs.****.com/go/credential-store/ [2025-10-31T12:38:24.809Z] [2025-10-31T12:38:24.809Z] Login Succeeded [2025-10-31T12:38:24.809Z] ---> ****-login.sh ends [Pipeline] } [2025-10-31T12:38:24.819Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-10-31T12:38:25.161Z] + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-keeper/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile [2025-10-31T12:38:25.161Z] + dirname cmd/core-command/Dockerfile [2025-10-31T12:38:25.161Z] + cut -d/ -f2 [2025-10-31T12:38:25.161Z] + echo core-command,cmd/core-command/Dockerfile [2025-10-31T12:38:25.161Z] + cut -d/ -f2 [2025-10-31T12:38:25.161Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2025-10-31T12:38:25.161Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2025-10-31T12:38:25.161Z] + dirname cmd/core-data/Dockerfile [2025-10-31T12:38:25.161Z] + cut -d/ -f2 [2025-10-31T12:38:25.161Z] + echo core-data,cmd/core-data/Dockerfile [2025-10-31T12:38:25.161Z] + dirname cmd/core-keeper/Dockerfile [2025-10-31T12:38:25.161Z] + cut -d/ -f2 [2025-10-31T12:38:25.161Z] + echo core-keeper,cmd/core-keeper/Dockerfile [2025-10-31T12:38:25.161Z] + dirname cmd/core-metadata/Dockerfile [2025-10-31T12:38:25.161Z] + cut -d/ -f2 [2025-10-31T12:38:25.161Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2025-10-31T12:38:25.161Z] + dirname cmd/security-bootstrapper/Dockerfile [2025-10-31T12:38:25.161Z] + cut -d/ -f2 [2025-10-31T12:38:25.161Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2025-10-31T12:38:25.161Z] + + dirname cmd/security-proxy-auth/Dockerfile [2025-10-31T12:38:25.161Z] cut -d/ -f2 [2025-10-31T12:38:25.161Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2025-10-31T12:38:25.161Z] + dirname cmd/security-proxy-setup/Dockerfile [2025-10-31T12:38:25.161Z] + cut -d/ -f2 [2025-10-31T12:38:25.161Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2025-10-31T12:38:25.161Z] + dirname cmd/security-secretstore-setup/Dockerfile [2025-10-31T12:38:25.161Z] + cut -d/ -f2 [2025-10-31T12:38:25.161Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2025-10-31T12:38:25.161Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2025-10-31T12:38:25.161Z] + cut -d/ -f2 [2025-10-31T12:38:25.161Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2025-10-31T12:38:25.161Z] + dirname cmd/security-spire-agent/Dockerfile [2025-10-31T12:38:25.161Z] + cut -d/ -f2 [2025-10-31T12:38:25.161Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2025-10-31T12:38:25.161Z] + + dirname cmd/security-spire-config/Dockerfile [2025-10-31T12:38:25.161Z] cut -d/ -f2 [2025-10-31T12:38:25.161Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2025-10-31T12:38:25.161Z] + dirname cmd/security-spire-server/Dockerfile [2025-10-31T12:38:25.161Z] + cut -d/ -f2 [2025-10-31T12:38:25.161Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2025-10-31T12:38:25.161Z] + dirname cmd/support-notifications/Dockerfile [2025-10-31T12:38:25.161Z] + cut -d/ -f2 [2025-10-31T12:38:25.161Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2025-10-31T12:38:25.161Z] + dirname cmd/support-scheduler/Dockerfile [2025-10-31T12:38:25.161Z] + cut -d/ -f2 [2025-10-31T12:38:25.161Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2025-10-31T12:38:25.199Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-keeper, dockerfile:cmd/core-keeper/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2025-10-31T12:38:25.591Z] + git rev-list -1 --merges 636c0249806ecb81ff5c6dc90fac847d9a5fe90b~1..636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] echo [2025-10-31T12:38:25.603Z] -----------> git rev-list -1 --merges 636c0249806ecb81ff5c6dc90fac847d9a5fe90b~1..636c0249806ecb81ff5c6dc90fac847d9a5fe90b 636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:38:25.603Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b [false] [Pipeline] sh [2025-10-31T12:38:25.896Z] + git log --format=format:%s -1 636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] echo [2025-10-31T12:38:25.912Z] ========================================================= [2025-10-31T12:38:25.912Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-10-31T12:38:25.912Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2025-10-31T12:38:26.372Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-10-31T12:38:26.372Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-10-31T12:38:26.372Z] + [ -e /tmp/ssh_known_hosts ] [2025-10-31T12:38:26.372Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-10-31T12:38:26.372Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-10-31T12:38:26.372Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-10-31T12:38:26.372Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:38:26.820Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-10-31T12:38:26.820Z] [2025-10-31T12:38:26.820Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:38:27.184Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-10-31T12:38:27.184Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-10-31T12:38:27.184Z] 3dae71ba6b94: Pulling fs layer [2025-10-31T12:38:27.184Z] 6bf1a483ea7c: Pulling fs layer [2025-10-31T12:38:27.184Z] f5dfc541a4d3: Pulling fs layer [2025-10-31T12:38:27.184Z] 461d9e800cba: Pulling fs layer [2025-10-31T12:38:27.184Z] 80192f66455f: Pulling fs layer [2025-10-31T12:38:27.184Z] 2e8e34ca0e6c: Pulling fs layer [2025-10-31T12:38:27.184Z] a29436f7fd5d: Pulling fs layer [2025-10-31T12:38:27.184Z] 923cac83aea3: Pulling fs layer [2025-10-31T12:38:27.184Z] 25ad8b0a4227: Pulling fs layer [2025-10-31T12:38:27.184Z] db01528c6b51: Pulling fs layer [2025-10-31T12:38:27.184Z] 28988de357af: Pulling fs layer [2025-10-31T12:38:27.184Z] 80192f66455f: Waiting [2025-10-31T12:38:27.184Z] 2e8e34ca0e6c: Waiting [2025-10-31T12:38:27.184Z] a29436f7fd5d: Waiting [2025-10-31T12:38:27.184Z] 923cac83aea3: Waiting [2025-10-31T12:38:27.184Z] 25ad8b0a4227: Waiting [2025-10-31T12:38:27.184Z] db01528c6b51: Waiting [2025-10-31T12:38:27.184Z] 28988de357af: Waiting [2025-10-31T12:38:27.184Z] 461d9e800cba: Waiting [2025-10-31T12:38:27.184Z] 6bf1a483ea7c: Verifying Checksum [2025-10-31T12:38:27.184Z] 6bf1a483ea7c: Download complete [2025-10-31T12:38:27.448Z] 461d9e800cba: Verifying Checksum [2025-10-31T12:38:27.448Z] 461d9e800cba: Download complete [2025-10-31T12:38:27.448Z] 80192f66455f: Verifying Checksum [2025-10-31T12:38:27.448Z] 80192f66455f: Download complete [2025-10-31T12:38:27.448Z] f5dfc541a4d3: Verifying Checksum [2025-10-31T12:38:27.448Z] f5dfc541a4d3: Download complete [2025-10-31T12:38:27.448Z] 3dae71ba6b94: Download complete [2025-10-31T12:38:27.448Z] 923cac83aea3: Verifying Checksum [2025-10-31T12:38:27.448Z] 923cac83aea3: Download complete [2025-10-31T12:38:27.709Z] 25ad8b0a4227: Download complete [2025-10-31T12:38:27.709Z] db01528c6b51: Verifying Checksum [2025-10-31T12:38:27.709Z] db01528c6b51: Download complete [2025-10-31T12:38:27.709Z] 28988de357af: Download complete [2025-10-31T12:38:27.709Z] a29436f7fd5d: Verifying Checksum [2025-10-31T12:38:27.709Z] a29436f7fd5d: Download complete [2025-10-31T12:38:28.277Z] 2e8e34ca0e6c: Verifying Checksum [2025-10-31T12:38:28.277Z] 2e8e34ca0e6c: Download complete [2025-10-31T12:38:28.845Z] 3dae71ba6b94: Pull complete [2025-10-31T12:38:29.106Z] 6bf1a483ea7c: Pull complete [2025-10-31T12:38:30.044Z] f5dfc541a4d3: Pull complete [2025-10-31T12:38:30.044Z] 461d9e800cba: Pull complete [2025-10-31T12:38:30.044Z] 80192f66455f: Pull complete [2025-10-31T12:38:35.384Z] 2e8e34ca0e6c: Pull complete [2025-10-31T12:38:35.384Z] a29436f7fd5d: Pull complete [2025-10-31T12:38:35.384Z] 923cac83aea3: Pull complete [2025-10-31T12:38:35.644Z] 25ad8b0a4227: Pull complete [2025-10-31T12:38:35.644Z] db01528c6b51: Pull complete [2025-10-31T12:38:35.644Z] 28988de357af: Pull complete [2025-10-31T12:38:35.644Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-10-31T12:38:35.644Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-10-31T12:38:35.644Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-10-31T12:38:35.781Z] prd-ubuntu20.04-docker-8c-8g-772206 does not seem to be running inside a container [2025-10-31T12:38:35.805Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/921 -v /w/workspace/edgex-go/921:/w/workspace/edgex-go/921:rw,z -v /w/workspace/edgex-go/921@tmp:/w/workspace/edgex-go/921@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-10-31T12:38:42.049Z] $ docker top 3c2a0e40b8c268395af2553b109473964403db7c266ecb05d36652de592cba62 -eo pid,comm [2025-10-31T12:38:42.107Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-10-31T12:38:42.107Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-10-31T12:38:42.161Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-10-31T12:38:42.161Z] [ssh-agent] Looking for ssh-agent implementation... [2025-10-31T12:38:42.269Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-10-31T12:38:42.267Z] $ docker exec 3c2a0e40b8c268395af2553b109473964403db7c266ecb05d36652de592cba62 ssh-agent [2025-10-31T12:38:42.373Z] SSH_AUTH_SOCK=/tmp/ssh-FGdfLKeORbJr/agent.33 [2025-10-31T12:38:42.373Z] SSH_AGENT_PID=39 [2025-10-31T12:38:42.380Z] Running ssh-add (command line suppressed) [2025-10-31T12:38:42.499Z] Identity added: /w/workspace/edgex-go/921@tmp/private_key_15200530629434595566.key (/w/workspace/edgex-go/921@tmp/private_key_15200530629434595566.key) [2025-10-31T12:38:42.519Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-10-31T12:38:42.813Z] + git config --global --add safe.directory /w/workspace/edgex-go/921 [Pipeline] sh [2025-10-31T12:38:43.105Z] + git tag --points-at HEAD [Pipeline] } [2025-10-31T12:38:43.113Z] $ docker exec --env ******** --env ******** 3c2a0e40b8c268395af2553b109473964403db7c266ecb05d36652de592cba62 ssh-agent -k [2025-10-31T12:38:43.200Z] unset SSH_AUTH_SOCK; [2025-10-31T12:38:43.201Z] unset SSH_AGENT_PID; [2025-10-31T12:38:43.201Z] echo Agent pid 39 killed; [2025-10-31T12:38:43.215Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-10-31T12:38:43.251Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-10-31T12:38:43.251Z] [ssh-agent] Looking for ssh-agent implementation... [2025-10-31T12:38:43.368Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-10-31T12:38:43.366Z] $ docker exec 3c2a0e40b8c268395af2553b109473964403db7c266ecb05d36652de592cba62 ssh-agent [2025-10-31T12:38:43.493Z] SSH_AUTH_SOCK=/tmp/ssh-pvGMBW3UifIS/agent.87 [2025-10-31T12:38:43.493Z] SSH_AGENT_PID=93 [2025-10-31T12:38:43.501Z] Running ssh-add (command line suppressed) [2025-10-31T12:38:43.590Z] Identity added: /w/workspace/edgex-go/921@tmp/private_key_16508345691625406826.key (/w/workspace/edgex-go/921@tmp/private_key_16508345691625406826.key) [2025-10-31T12:38:43.612Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-10-31T12:38:43.909Z] + git semver init [2025-10-31T12:38:44.174Z] 2025-10-31 12:38:44,122 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-10-31T12:38:44.174Z] 2025-10-31 12:38:44,126 [run_init] DEBUG init version:0.0.0 force:False [2025-10-31T12:38:44.174Z] 2025-10-31 12:38:44,127 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/921/.semver [2025-10-31T12:38:44.174Z] 2025-10-31 12:38:44,128 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/921/.semver [2025-10-31T12:38:44.174Z] 2025-10-31 12:38:44,128 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/921/.semver'], cwd=/w/workspace/edgex-go/921, stdin=None, shell=False, universal_newlines=False) [2025-10-31T12:38:52.300Z] 2025-10-31 12:38:51,129 [append_file] DEBUG append to file:/w/workspace/edgex-go/921/.git/info/exclude [2025-10-31T12:38:52.300Z] 2025-10-31 12:38:51,130 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/921/.semver/main with force:False [2025-10-31T12:38:52.300Z] 2025-10-31 12:38:51,130 [read_version] DEBUG read version from /w/workspace/edgex-go/921/.semver/main [2025-10-31T12:38:52.300Z] 2025-10-31 12:38:51,130 [read_version] DEBUG read version from /w/workspace/edgex-go/921/.semver/main [2025-10-31T12:38:52.300Z] 4.1.0-dev.73 [Pipeline] } [2025-10-31T12:38:52.305Z] $ docker exec --env ******** --env ******** 3c2a0e40b8c268395af2553b109473964403db7c266ecb05d36652de592cba62 ssh-agent -k [2025-10-31T12:38:52.405Z] unset SSH_AUTH_SOCK; [2025-10-31T12:38:52.405Z] unset SSH_AGENT_PID; [2025-10-31T12:38:52.405Z] echo Agent pid 93 killed; [2025-10-31T12:38:52.419Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-10-31T12:38:52.740Z] + git semver [Pipeline] } [2025-10-31T12:38:53.009Z] $ docker stop --time=1 3c2a0e40b8c268395af2553b109473964403db7c266ecb05d36652de592cba62 [2025-10-31T12:38:54.312Z] $ docker rm -f --volumes 3c2a0e40b8c268395af2553b109473964403db7c266ecb05d36652de592cba62 [Pipeline] // withDockerContainer [Pipeline] sh [2025-10-31T12:38:54.663Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-10-31T12:38:54.943Z] Stashed 1 file(s) [Pipeline] echo [2025-10-31T12:38:54.947Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.73 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-10-31T12:38:55.335Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-772188 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2025-10-31T12:38:55.353Z] Running in /w/workspace/edgex-go/921 [Pipeline] { [Pipeline] checkout [2025-10-31T12:38:55.390Z] The recommended git tool is: git [2025-10-31T12:38:55.411Z] + git config --global --add safe.directory /w/workspace/edgex-go/921 [Pipeline] echo [2025-10-31T12:38:55.422Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-10-31T12:38:55.444Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-10-31T12:38:55.459Z] ========================================================= [2025-10-31T12:38:55.459Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine] [2025-10-31T12:38:55.459Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2025-10-31T12:38:55.754Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [2025-10-31T12:38:55.754Z] 1.25-alpine: Pulling from edgex-devops/edgex-golang-base [2025-10-31T12:38:55.754Z] 2d35ebdb57d9: Pulling fs layer [2025-10-31T12:38:55.754Z] c35fb4624d26: Pulling fs layer [2025-10-31T12:38:55.754Z] 4e2aec7ef170: Pulling fs layer [2025-10-31T12:38:55.754Z] 333b49ad6fbf: Pulling fs layer [2025-10-31T12:38:55.754Z] 4f4fb700ef54: Pulling fs layer [2025-10-31T12:38:55.754Z] c3e65509a76b: Pulling fs layer [2025-10-31T12:38:55.754Z] 7cf9ebb963bd: Pulling fs layer [2025-10-31T12:38:55.754Z] bb34ca984cfb: Pulling fs layer [2025-10-31T12:38:55.754Z] 151cf03bc807: Pulling fs layer [2025-10-31T12:38:55.754Z] 4f4fb700ef54: Waiting [2025-10-31T12:38:55.754Z] bb34ca984cfb: Waiting [2025-10-31T12:38:55.754Z] 7cf9ebb963bd: Waiting [2025-10-31T12:38:55.754Z] c3e65509a76b: Waiting [2025-10-31T12:38:55.754Z] 151cf03bc807: Waiting [2025-10-31T12:38:55.754Z] 333b49ad6fbf: Waiting [2025-10-31T12:38:55.754Z] c35fb4624d26: Verifying Checksum [2025-10-31T12:38:55.754Z] c35fb4624d26: Download complete [2025-10-31T12:38:55.754Z] 333b49ad6fbf: Download complete [2025-10-31T12:38:55.754Z] 4f4fb700ef54: Verifying Checksum [2025-10-31T12:38:55.754Z] 4f4fb700ef54: Download complete [2025-10-31T12:38:56.013Z] c3e65509a76b: Verifying Checksum [2025-10-31T12:38:56.013Z] c3e65509a76b: Download complete [2025-10-31T12:38:56.013Z] 2d35ebdb57d9: Verifying Checksum [2025-10-31T12:38:56.013Z] 2d35ebdb57d9: Download complete [2025-10-31T12:38:56.013Z] 7cf9ebb963bd: Verifying Checksum [2025-10-31T12:38:56.013Z] 7cf9ebb963bd: Download complete [2025-10-31T12:38:56.279Z] 2d35ebdb57d9: Pull complete [2025-10-31T12:38:56.279Z] 4e2aec7ef170: Verifying Checksum [2025-10-31T12:38:56.279Z] 4e2aec7ef170: Download complete [2025-10-31T12:38:56.279Z] 151cf03bc807: Verifying Checksum [2025-10-31T12:38:56.279Z] 151cf03bc807: Download complete [2025-10-31T12:38:56.279Z] c35fb4624d26: Pull complete [2025-10-31T12:38:56.845Z] bb34ca984cfb: Verifying Checksum [2025-10-31T12:38:56.845Z] bb34ca984cfb: Download complete [2025-10-31T12:39:01.161Z] using credential edgex-jenkins-ssh [2025-10-31T12:39:01.187Z] Cloning the remote Git repository [2025-10-31T12:39:01.243Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2025-10-31T12:39:01.346Z] > git init /w/workspace/edgex-go/921 # timeout=10 [2025-10-31T12:39:01.530Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2025-10-31T12:39:01.532Z] > git --version # timeout=10 [2025-10-31T12:39:01.563Z] > git --version # 'git version 2.25.1' [2025-10-31T12:39:01.567Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-10-31T12:39:01.741Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-10-31T12:39:02.137Z] 4e2aec7ef170: Pull complete [2025-10-31T12:39:02.137Z] 333b49ad6fbf: Pull complete [2025-10-31T12:39:02.137Z] 4f4fb700ef54: Pull complete [2025-10-31T12:39:02.137Z] c3e65509a76b: Pull complete [2025-10-31T12:39:02.137Z] 7cf9ebb963bd: Pull complete [2025-10-31T12:39:05.432Z] bb34ca984cfb: Pull complete [2025-10-31T12:39:05.999Z] 151cf03bc807: Pull complete [2025-10-31T12:39:05.999Z] Digest: sha256:47c77f58d04b1fb39a53c9c66f38c587e769deb62898f3b34be69549497a2d83 [2025-10-31T12:39:05.999Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [2025-10-31T12:39:06.000Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [Pipeline] fileExists [Pipeline] sh [2025-10-31T12:39:06.308Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [2025-10-31T12:39:06.308Z] WORKDIR /edgex [2025-10-31T12:39:06.308Z] COPY go.mod . [2025-10-31T12:39:06.308Z] RUN go mod download [2025-10-31T12:39:06.308Z] + docker build -t ci-base-image-x86_64 -f - . [2025-10-31T12:39:07.246Z] #0 building with "default" instance using docker driver [2025-10-31T12:39:07.246Z] [2025-10-31T12:39:07.246Z] #1 [internal] load build definition from Dockerfile [2025-10-31T12:39:07.246Z] #1 transferring dockerfile: 164B done [2025-10-31T12:39:07.246Z] #1 DONE 0.0s [2025-10-31T12:39:07.246Z] [2025-10-31T12:39:07.246Z] #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [2025-10-31T12:39:07.246Z] #2 DONE 0.0s [2025-10-31T12:39:07.246Z] [2025-10-31T12:39:07.246Z] #3 [internal] load .dockerignore [2025-10-31T12:39:07.246Z] #3 transferring context: 50B done [2025-10-31T12:39:07.246Z] #3 DONE 0.0s [2025-10-31T12:39:07.246Z] [2025-10-31T12:39:07.246Z] #4 [internal] load build context [2025-10-31T12:39:07.246Z] #4 transferring context: 7.11kB done [2025-10-31T12:39:07.246Z] #4 DONE 0.1s [2025-10-31T12:39:07.246Z] [2025-10-31T12:39:07.246Z] #5 [1/4] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [2025-10-31T12:39:07.246Z] #5 DONE 0.1s [2025-10-31T12:39:07.246Z] [2025-10-31T12:39:07.246Z] #6 [2/4] WORKDIR /edgex [2025-10-31T12:39:13.811Z] #6 DONE 6.3s [2025-10-31T12:39:13.811Z] [2025-10-31T12:39:13.811Z] #7 [3/4] COPY go.mod . [2025-10-31T12:39:13.811Z] #7 DONE 0.0s [2025-10-31T12:39:13.811Z] [2025-10-31T12:39:13.811Z] #8 [4/4] RUN go mod download [2025-10-31T12:39:22.040Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2025-10-31T12:39:22.064Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-10-31T12:39:23.281Z] Avoid second fetch [2025-10-31T12:39:23.281Z] Checking out Revision 636c0249806ecb81ff5c6dc90fac847d9a5fe90b (main) [2025-10-31T12:39:24.258Z] Commit message: "Merge pull request #5303 from judehung/update-attribution" [2025-10-31T12:39:23.297Z] > git config core.sparsecheckout # timeout=10 [2025-10-31T12:39:23.372Z] > git checkout -f 636c0249806ecb81ff5c6dc90fac847d9a5fe90b # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-10-31T12:39:28.635Z] provisioning config files... [2025-10-31T12:39:28.668Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/921@tmp/config10043465031750664808tmp [Pipeline] { [2025-10-31T12:39:28.700Z] #8 DONE 14.1s [2025-10-31T12:39:28.700Z] [2025-10-31T12:39:28.700Z] #9 exporting to image [2025-10-31T12:39:28.700Z] #9 exporting layers [Pipeline] libraryResource [Pipeline] sh [2025-10-31T12:39:29.361Z] ---> ****-login.sh [2025-10-31T12:39:29.362Z] nexus3.edgexfoundry.org:10001 [2025-10-31T12:39:29.634Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-31T12:39:29.911Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-10-31T12:39:29.911Z] Configure a credential helper to remove this warning. See [2025-10-31T12:39:29.911Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-10-31T12:39:29.911Z] [2025-10-31T12:39:29.911Z] Login Succeeded [2025-10-31T12:39:29.911Z] nexus3.edgexfoundry.org:10002 [2025-10-31T12:39:30.181Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-31T12:39:30.181Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-10-31T12:39:30.182Z] Configure a credential helper to remove this warning. See [2025-10-31T12:39:30.182Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-10-31T12:39:30.182Z] [2025-10-31T12:39:30.182Z] Login Succeeded [2025-10-31T12:39:30.182Z] nexus3.edgexfoundry.org:10003 [2025-10-31T12:39:30.459Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-31T12:39:30.734Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-10-31T12:39:30.734Z] Configure a credential helper to remove this warning. See [2025-10-31T12:39:30.734Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-10-31T12:39:30.734Z] [2025-10-31T12:39:30.734Z] Login Succeeded [2025-10-31T12:39:30.734Z] nexus3.edgexfoundry.org:10004 [2025-10-31T12:39:31.003Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-31T12:39:31.003Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-10-31T12:39:31.003Z] Configure a credential helper to remove this warning. See [2025-10-31T12:39:31.004Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-10-31T12:39:31.004Z] [2025-10-31T12:39:31.004Z] Login Succeeded [2025-10-31T12:39:31.004Z] ****.io [2025-10-31T12:39:31.232Z] #9 exporting layers 3.5s done [2025-10-31T12:39:31.232Z] #9 writing image sha256:b594da21610956d3eba6b51bbe97a4a4f6a3569e03adb0a2e2428d1e1278975e done [2025-10-31T12:39:31.232Z] #9 naming to docker.io/library/ci-base-image-x86_64 done [2025-10-31T12:39:31.232Z] #9 DONE 3.6s [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:39:31.274Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-31T12:39:31.537Z] + docker inspect -f . ci-base-image-x86_64 [2025-10-31T12:39:31.537Z] . [Pipeline] } [2025-10-31T12:39:31.546Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-10-31T12:39:31.546Z] Configure a credential helper to remove this warning. See [2025-10-31T12:39:31.546Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-10-31T12:39:31.546Z] [2025-10-31T12:39:31.546Z] Login Succeeded [2025-10-31T12:39:31.546Z] ---> ****-login.sh ends [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-10-31T12:39:31.622Z] prd-ubuntu20.04-docker-8c-8g-772206 does not seem to be running inside a container [2025-10-31T12:39:31.651Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/921 -v /w/workspace/edgex-go/921:/w/workspace/edgex-go/921:rw,z -v /w/workspace/edgex-go/921@tmp:/w/workspace/edgex-go/921@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-10-31T12:39:31.982Z] $ docker top 2fecdfd2065d3fcfee09fe6ebdbe99b6270d39e57b73c2653242987254c5a598 -eo pid,comm [Pipeline] { [Pipeline] } [2025-10-31T12:39:32.049Z] Deleting 1 temporary files [Pipeline] sh [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2025-10-31T12:39:32.337Z] + go version [2025-10-31T12:39:32.337Z] go version go1.25.2 linux/amd64 [Pipeline] } [2025-10-31T12:39:32.344Z] $ docker stop --time=1 2fecdfd2065d3fcfee09fe6ebdbe99b6270d39e57b73c2653242987254c5a598 [2025-10-31T12:39:33.593Z] $ docker rm -f --volumes 2fecdfd2065d3fcfee09fe6ebdbe99b6270d39e57b73c2653242987254c5a598 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:39:34.002Z] + git config --global --add safe.directory /w/workspace/edgex-go/921 [Pipeline] echo [2025-10-31T12:39:34.025Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-10-31T12:39:34.057Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-10-31T12:39:34.079Z] ========================================================= [2025-10-31T12:39:34.079Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine] [2025-10-31T12:39:34.079Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2025-10-31T12:39:34.111Z] + docker inspect -f . ci-base-image-x86_64 [2025-10-31T12:39:34.111Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-10-31T12:39:34.228Z] prd-ubuntu20.04-docker-8c-8g-772206 does not seem to be running inside a container [2025-10-31T12:39:34.249Z] $ 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/921 -v /w/workspace/edgex-go/921:/w/workspace/edgex-go/921:rw,z -v /w/workspace/edgex-go/921@tmp:/w/workspace/edgex-go/921@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-10-31T12:39:34.416Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine [2025-10-31T12:39:34.497Z] $ docker top cfcc834b542aa8859eaf9d5c3ce31fff1aa5d81cc3ee0376e206135fa2798474 -eo pid,comm [Pipeline] { [Pipeline] echo [2025-10-31T12:39:34.577Z] ========================================================= [2025-10-31T12:39:34.577Z] [edgeXBuildGoParallel] Running Tests and Build... [2025-10-31T12:39:34.577Z] ========================================================= [Pipeline] sh [2025-10-31T12:39:34.857Z] + git config --global --add safe.directory /w/workspace/edgex-go/921 [Pipeline] fileExists [Pipeline] sh [2025-10-31T12:39:35.164Z] + make test [2025-10-31T12:39:35.164Z] go test -race -coverprofile=coverage.out ./... [2025-10-31T12:39:36.388Z] 1.25-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-10-31T12:39:36.388Z] 6b59a28fa201: Pulling fs layer [2025-10-31T12:39:36.388Z] d32bb0dddca7: Pulling fs layer [2025-10-31T12:39:36.388Z] 5dab1238d3d9: Pulling fs layer [2025-10-31T12:39:36.388Z] 196fd7d83e7d: Pulling fs layer [2025-10-31T12:39:36.388Z] 4f4fb700ef54: Pulling fs layer [2025-10-31T12:39:36.388Z] 8ba94037c8f0: Pulling fs layer [2025-10-31T12:39:36.388Z] deaec5988b04: Pulling fs layer [2025-10-31T12:39:36.388Z] 9f65657bb879: Pulling fs layer [2025-10-31T12:39:36.388Z] 196fd7d83e7d: Waiting [2025-10-31T12:39:36.388Z] 4f4fb700ef54: Waiting [2025-10-31T12:39:36.388Z] 8ba94037c8f0: Waiting [2025-10-31T12:39:36.388Z] deaec5988b04: Waiting [2025-10-31T12:39:36.388Z] 9f65657bb879: Waiting [2025-10-31T12:39:36.388Z] d32bb0dddca7: Verifying Checksum [2025-10-31T12:39:36.388Z] d32bb0dddca7: Download complete [2025-10-31T12:39:36.388Z] 196fd7d83e7d: Verifying Checksum [2025-10-31T12:39:36.388Z] 196fd7d83e7d: Download complete [2025-10-31T12:39:36.661Z] 4f4fb700ef54: Verifying Checksum [2025-10-31T12:39:36.661Z] 4f4fb700ef54: Download complete [2025-10-31T12:39:36.661Z] 8ba94037c8f0: Verifying Checksum [2025-10-31T12:39:36.661Z] 8ba94037c8f0: Download complete [2025-10-31T12:39:36.661Z] 6b59a28fa201: Verifying Checksum [2025-10-31T12:39:36.661Z] 6b59a28fa201: Download complete [2025-10-31T12:39:37.260Z] 9f65657bb879: Verifying Checksum [2025-10-31T12:39:37.260Z] 9f65657bb879: Download complete [2025-10-31T12:39:37.865Z] 6b59a28fa201: Pull complete [2025-10-31T12:39:38.644Z] d32bb0dddca7: Pull complete [2025-10-31T12:39:38.644Z] 5dab1238d3d9: Verifying Checksum [2025-10-31T12:39:38.644Z] 5dab1238d3d9: Download complete [2025-10-31T12:39:40.610Z] deaec5988b04: Verifying Checksum [2025-10-31T12:39:40.610Z] deaec5988b04: Download complete [2025-10-31T12:39:45.145Z] ? github.com/edgexfoundry/edgex-go [no test files] [2025-10-31T12:39:55.641Z] 5dab1238d3d9: Pull complete [2025-10-31T12:39:55.641Z] 196fd7d83e7d: Pull complete [2025-10-31T12:39:55.641Z] 4f4fb700ef54: Pull complete [2025-10-31T12:39:55.641Z] 8ba94037c8f0: Pull complete [2025-10-31T12:40:02.316Z] deaec5988b04: Pull complete [2025-10-31T12:40:03.729Z] 9f65657bb879: Pull complete [2025-10-31T12:40:03.729Z] Digest: sha256:5e549ededf7788d4f1561b02b9f4d3bcf02ca02af9c1a1104d0a64a201fbeb28 [2025-10-31T12:40:03.729Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine [2025-10-31T12:40:03.729Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine [Pipeline] fileExists [Pipeline] sh [2025-10-31T12:40:04.085Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine [2025-10-31T12:40:04.085Z] WORKDIR /edgex [2025-10-31T12:40:04.085Z] COPY go.mod . [2025-10-31T12:40:04.085Z] RUN go mod download [2025-10-31T12:40:04.085Z] + docker build -t ci-base-image-arm64 -f - . [2025-10-31T12:40:04.677Z] Sending build context to Docker daemon 3.856MB [2025-10-31T12:40:04.947Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine [2025-10-31T12:40:04.947Z] ---> 334268110677 [2025-10-31T12:40:04.947Z] Step 2/4 : WORKDIR /edgex [2025-10-31T12:40:07.538Z] ---> Running in 309282832a80 [2025-10-31T12:40:07.538Z] Removing intermediate container 309282832a80 [2025-10-31T12:40:07.538Z] ---> 0eb98264318b [2025-10-31T12:40:07.538Z] Step 3/4 : COPY go.mod . [2025-10-31T12:40:08.130Z] ---> 324f3356b047 [2025-10-31T12:40:08.130Z] Step 4/4 : RUN go mod download [2025-10-31T12:40:08.130Z] ---> Running in 17cbf04bd171 [2025-10-31T12:40:17.206Z] github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements [2025-10-31T12:40:17.206Z] github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements [2025-10-31T12:40:17.206Z] github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements [2025-10-31T12:40:17.206Z] github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements [2025-10-31T12:40:17.206Z] github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements [2025-10-31T12:40:17.206Z] github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements [2025-10-31T12:40:17.206Z] github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements [2025-10-31T12:40:17.206Z] github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements [2025-10-31T12:40:17.206Z] github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements [2025-10-31T12:40:17.206Z] github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements [2025-10-31T12:40:17.206Z] github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements [2025-10-31T12:40:17.206Z] github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements [2025-10-31T12:40:17.206Z] github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements [2025-10-31T12:40:17.206Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2025-10-31T12:40:17.206Z] github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements [2025-10-31T12:40:17.206Z] github.com/edgexfoundry/edgex-go/internal/core/command/application coverage: 0.0% of statements [2025-10-31T12:40:17.206Z] github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements [2025-10-31T12:40:17.206Z] github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements [2025-10-31T12:40:18.143Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.032s coverage: 97.0% of statements [2025-10-31T12:40:21.434Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.046s coverage: 69.4% of statements [2025-10-31T12:40:21.434Z] github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements [2025-10-31T12:40:21.434Z] ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.020s coverage: 4.8% of statements [2025-10-31T12:40:21.434Z] github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements [2025-10-31T12:40:21.434Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.064s coverage: 57.7% of statements [2025-10-31T12:40:21.434Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/cache 1.031s coverage: 86.5% of statements [2025-10-31T12:40:21.434Z] github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements [2025-10-31T12:40:21.434Z] github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements [2025-10-31T12:40:21.434Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.217s coverage: 94.2% of statements [2025-10-31T12:40:21.434Z] github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements [2025-10-31T12:40:21.434Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] [2025-10-31T12:40:21.434Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2025-10-31T12:40:21.434Z] github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-10-31T12:40:21.434Z] github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements [2025-10-31T12:40:21.434Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/query [no test files] [2025-10-31T12:40:21.434Z] github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements [2025-10-31T12:40:21.434Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements [2025-10-31T12:40:21.434Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements [2025-10-31T12:40:21.434Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] [2025-10-31T12:40:21.434Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements [2025-10-31T12:40:21.434Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.038s coverage: 90.7% of statements [2025-10-31T12:40:21.434Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] [2025-10-31T12:40:21.434Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] [2025-10-31T12:40:21.434Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-10-31T12:40:21.434Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements [2025-10-31T12:40:21.434Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements [2025-10-31T12:40:21.434Z] github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements [2025-10-31T12:40:22.370Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.047s coverage: 8.4% of statements [2025-10-31T12:40:22.370Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements [2025-10-31T12:40:22.370Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements [2025-10-31T12:40:24.908Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.417s coverage: 95.8% of statements [2025-10-31T12:40:24.908Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] [2025-10-31T12:40:24.908Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2025-10-31T12:40:24.908Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-10-31T12:40:24.908Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements [2025-10-31T12:40:24.908Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements [2025-10-31T12:40:24.908Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.032s coverage: 72.2% of statements [2025-10-31T12:40:24.908Z] github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements [2025-10-31T12:40:24.908Z] github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements [2025-10-31T12:40:24.908Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2025-10-31T12:40:24.908Z] github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements [2025-10-31T12:40:24.908Z] github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements [2025-10-31T12:40:24.908Z] github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements [2025-10-31T12:40:24.908Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2025-10-31T12:40:24.908Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements [2025-10-31T12:40:24.908Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements [2025-10-31T12:40:24.908Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/models [no test files] [2025-10-31T12:40:26.813Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.043s coverage: 2.4% of statements [2025-10-31T12:40:26.814Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements [2025-10-31T12:40:26.814Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.045s coverage: 1.0% of statements [2025-10-31T12:40:26.814Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2025-10-31T12:40:26.814Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.034s coverage: 38.2% of statements [2025-10-31T12:40:26.814Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.019s coverage: 68.8% of statements [2025-10-31T12:40:26.814Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] [2025-10-31T12:40:26.814Z] github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements [2025-10-31T12:40:26.814Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements [2025-10-31T12:40:27.749Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.020s coverage: 40.0% of statements [2025-10-31T12:40:28.685Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 2.024s coverage: 87.1% of statements [2025-10-31T12:40:28.685Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.021s coverage: 89.5% of statements [2025-10-31T12:40:28.685Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.038s coverage: 93.1% of statements [2025-10-31T12:40:28.685Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.028s coverage: 87.5% of statements [2025-10-31T12:40:43.572Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.966s coverage: 94.4% of statements [2025-10-31T12:40:48.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 21.054s coverage: 92.9% of statements [2025-10-31T12:40:48.848Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements [2025-10-31T12:40:48.848Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements [2025-10-31T12:40:48.848Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements [2025-10-31T12:40:48.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.026s coverage: 68.8% of statements [2025-10-31T12:40:48.848Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2025-10-31T12:40:48.848Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements [2025-10-31T12:40:48.848Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements [2025-10-31T12:40:48.848Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements [2025-10-31T12:40:48.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.035s coverage: 62.3% of statements [2025-10-31T12:40:48.848Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements [2025-10-31T12:40:48.848Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements [2025-10-31T12:40:48.848Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements [2025-10-31T12:40:48.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.027s coverage: 47.4% of statements [2025-10-31T12:40:48.848Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements [2025-10-31T12:40:48.848Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements [2025-10-31T12:40:48.848Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements [2025-10-31T12:40:48.848Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements [2025-10-31T12:40:48.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.030s coverage: 87.2% of statements [2025-10-31T12:40:48.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.019s coverage: 15.5% of statements [2025-10-31T12:40:48.848Z] github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements [2025-10-31T12:40:48.848Z] github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements [2025-10-31T12:40:48.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.019s coverage: 100.0% of statements [2025-10-31T12:40:48.848Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements [2025-10-31T12:40:48.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.068s coverage: 81.8% of statements [2025-10-31T12:40:48.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.054s coverage: 82.1% of statements [2025-10-31T12:40:48.848Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements [2025-10-31T12:40:48.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.024s coverage: 86.0% of statements [2025-10-31T12:40:48.848Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2025-10-31T12:40:48.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.035s coverage: 6.8% of statements [2025-10-31T12:40:48.848Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements [2025-10-31T12:40:48.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.043s coverage: 33.3% of statements [2025-10-31T12:40:48.848Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements [2025-10-31T12:40:48.848Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements [2025-10-31T12:40:48.848Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements [2025-10-31T12:40:48.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.041s coverage: 100.0% of statements [2025-10-31T12:40:48.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.158s coverage: 54.8% of statements [2025-10-31T12:40:48.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.028s coverage: 89.6% of statements [2025-10-31T12:40:48.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.019s coverage: 100.0% of statements [2025-10-31T12:40:48.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.028s coverage: 73.7% of statements [2025-10-31T12:40:48.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.017s coverage: 100.0% of statements [2025-10-31T12:40:48.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth 1.043s coverage: 20.0% of statements [2025-10-31T12:40:48.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.034s coverage: 88.6% of statements [2025-10-31T12:40:48.848Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements [2025-10-31T12:40:48.848Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements [2025-10-31T12:40:48.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.024s coverage: 96.8% of statements [2025-10-31T12:40:48.848Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] [2025-10-31T12:40:48.848Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] [2025-10-31T12:40:48.848Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-10-31T12:40:48.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.031s coverage: 100.0% of statements [2025-10-31T12:40:48.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.146s coverage: 29.2% of statements [2025-10-31T12:40:48.848Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements [2025-10-31T12:40:48.848Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements [2025-10-31T12:40:48.848Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements [2025-10-31T12:40:48.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.022s coverage: 93.8% of statements [2025-10-31T12:40:48.848Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements [2025-10-31T12:40:48.848Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements [2025-10-31T12:40:48.848Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2025-10-31T12:40:48.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.019s coverage: 3.1% of statements [2025-10-31T12:40:48.848Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements [2025-10-31T12:40:48.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.022s coverage: 76.2% of statements [2025-10-31T12:40:48.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.024s coverage: 54.0% of statements [2025-10-31T12:40:48.848Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements [2025-10-31T12:40:48.848Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements [2025-10-31T12:40:48.848Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements [2025-10-31T12:40:48.848Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements [2025-10-31T12:40:48.848Z] github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements [2025-10-31T12:40:54.129Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.074s coverage: 17.1% of statements [2025-10-31T12:40:54.129Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements [2025-10-31T12:40:54.129Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements [2025-10-31T12:40:54.129Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements [2025-10-31T12:40:54.129Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements [2025-10-31T12:40:54.129Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.104s coverage: 94.9% of statements [2025-10-31T12:40:54.129Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] [2025-10-31T12:40:54.129Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2025-10-31T12:40:54.129Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-10-31T12:40:54.129Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements [2025-10-31T12:40:54.129Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.045s coverage: 9.0% of statements [2025-10-31T12:40:54.129Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements [2025-10-31T12:40:54.129Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements [2025-10-31T12:40:54.129Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements [2025-10-31T12:40:54.129Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.057s coverage: 97.7% of statements [2025-10-31T12:40:54.129Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] [2025-10-31T12:40:54.129Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.031s coverage: 43.6% of statements [2025-10-31T12:40:54.129Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2025-10-31T12:40:54.129Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-10-31T12:40:54.129Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2025-10-31T12:40:54.129Z] running golangci-lint [2025-10-31T12:40:54.129Z] golangci-lint has version 2.5.0 built with go1.25.1 from ff63786c on 2025-09-21T19:04:05Z [2025-10-31T12:40:54.129Z] go version go1.25.2 linux/amd64 [2025-10-31T12:40:54.388Z] level=info msg="golangci-lint has version 2.5.0 built with go1.25.1 from ff63786c on 2025-09-21T19:04:05Z" [2025-10-31T12:40:54.389Z] level=info msg="[config_reader] Used config file .golangci.yml" [2025-10-31T12:40:54.389Z] level=info msg="[config_reader] Module name \"github.com/edgexfoundry/edgex-go\"" [2025-10-31T12:40:54.389Z] level=info msg="maxprocs: Leaving GOMAXPROCS=8: CPU quota undefined" [2025-10-31T12:40:54.975Z] level=info msg="[goenv] Read go env for 3.352647ms: map[string]string{\"GOCACHE\":\"/root/.cache/go-build\", \"GOROOT\":\"/usr/local/go\"}" [2025-10-31T12:40:54.975Z] level=info msg="[lintersdb] Active 6 linters: [errcheck gosec govet ineffassign staticcheck unused]" [2025-10-31T12:41:04.563Z] Removing intermediate container 17cbf04bd171 [2025-10-31T12:41:04.563Z] ---> c7a698245d4e [2025-10-31T12:41:04.563Z] Successfully built c7a698245d4e [2025-10-31T12:41:04.563Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:41:04.927Z] + docker inspect -f . ci-base-image-arm64 [2025-10-31T12:41:04.927Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-10-31T12:41:05.147Z] prd-ubuntu20.04-docker-arm64-4c-16g-772188 does not seem to be running inside a container [2025-10-31T12:41:05.229Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/921 -v /w/workspace/edgex-go/921:/w/workspace/edgex-go/921:rw,z -v /w/workspace/edgex-go/921@tmp:/w/workspace/edgex-go/921@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2025-10-31T12:41:06.570Z] $ docker top b0bb1c04071c24b0320bed90f87267a2f74220ee406697abbd407d0da0fb3364 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-10-31T12:41:07.440Z] + go version [2025-10-31T12:41:07.440Z] go version go1.25.3 linux/arm64 [Pipeline] } [2025-10-31T12:41:07.458Z] $ docker stop --time=1 b0bb1c04071c24b0320bed90f87267a2f74220ee406697abbd407d0da0fb3364 [2025-10-31T12:41:09.151Z] $ docker rm -f --volumes b0bb1c04071c24b0320bed90f87267a2f74220ee406697abbd407d0da0fb3364 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:41:10.096Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-10-31T12:41:10.096Z] [2025-10-31T12:41:10.096Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:41:10.448Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-10-31T12:41:10.448Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2025-10-31T12:41:10.448Z] 547446be3368: Pulling fs layer [2025-10-31T12:41:10.448Z] d125d8839a47: Pulling fs layer [2025-10-31T12:41:10.448Z] 3e85d5ac6304: Pulling fs layer [2025-10-31T12:41:10.448Z] c3105a71a48b: Pulling fs layer [2025-10-31T12:41:10.448Z] 0f093f025ec4: Pulling fs layer [2025-10-31T12:41:10.448Z] c3106fc0e877: Pulling fs layer [2025-10-31T12:41:10.448Z] c3105a71a48b: Waiting [2025-10-31T12:41:10.448Z] 0f093f025ec4: Waiting [2025-10-31T12:41:10.448Z] c3106fc0e877: Waiting [2025-10-31T12:41:10.716Z] 547446be3368: Verifying Checksum [2025-10-31T12:41:10.716Z] 547446be3368: Download complete [2025-10-31T12:41:10.716Z] c3105a71a48b: Verifying Checksum [2025-10-31T12:41:10.716Z] c3105a71a48b: Download complete [2025-10-31T12:41:10.986Z] d125d8839a47: Verifying Checksum [2025-10-31T12:41:10.986Z] d125d8839a47: Download complete [2025-10-31T12:41:10.986Z] c3106fc0e877: Verifying Checksum [2025-10-31T12:41:10.986Z] c3106fc0e877: Download complete [2025-10-31T12:41:11.256Z] 0f093f025ec4: Verifying Checksum [2025-10-31T12:41:11.256Z] 0f093f025ec4: Download complete [2025-10-31T12:41:11.523Z] 547446be3368: Pull complete [2025-10-31T12:41:12.485Z] d125d8839a47: Pull complete [2025-10-31T12:41:12.752Z] 3e85d5ac6304: Verifying Checksum [2025-10-31T12:41:12.752Z] 3e85d5ac6304: Download complete [2025-10-31T12:41:21.588Z] level=info msg="[loader] Go packages loading at mode 8767 (name|types_sizes|compiled_files|imports|deps|exports_file|files) took 24.575792303s" [2025-10-31T12:41:21.588Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 47.268523ms" [2025-10-31T12:41:22.842Z] 3e85d5ac6304: Pull complete [2025-10-31T12:41:22.842Z] c3105a71a48b: Pull complete [2025-10-31T12:41:24.264Z] 0f093f025ec4: Pull complete [2025-10-31T12:41:24.264Z] c3106fc0e877: Pull complete [2025-10-31T12:41:24.264Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2025-10-31T12:41:24.532Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-10-31T12:41:24.532Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-10-31T12:41:24.873Z] prd-ubuntu20.04-docker-arm64-4c-16g-772188 does not seem to be running inside a container [2025-10-31T12:41:24.940Z] $ 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/921 -v /w/workspace/edgex-go/921:/w/workspace/edgex-go/921:rw,z -v /w/workspace/edgex-go/921@tmp:/w/workspace/edgex-go/921@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2025-10-31T12:41:27.251Z] $ docker top ccac3607a34d3af7052258005facde1975c80564c20587feb82b98aed074de68 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-10-31T12:41:28.121Z] + docker compose -f ./docker-compose-build.yml build --parallel [2025-10-31T12:41:33.816Z] level=info msg="[linters_context/goanalysis] analyzers took 1m49.223867928s with top 10 stages: buildir: 1m1.601307778s, gosec: 3.322934908s, inspect: 2.758366296s, fact_deprecated: 2.692972195s, ctrlflow: 2.180504062s, printf: 2.15625393s, fact_purity: 1.766359734s, nilness: 1.336051079s, QF1004: 1.209170634s, S1038: 1.042841102s" [2025-10-31T12:41:33.817Z] level=info msg="[runner/exclusion_paths] Skipped 0 issues by pattern \"examples$\"" [2025-10-31T12:41:33.817Z] level=info msg="[runner/exclusion_paths] Skipped 0 issues by pattern \"third_party$\"" [2025-10-31T12:41:33.817Z] level=info msg="[runner/exclusion_paths] Skipped 0 issues by pattern \"builtin$\"" [2025-10-31T12:41:33.817Z] level=info msg="[runner] Issues before processing: 35, after processing: 0" [2025-10-31T12:41:33.817Z] level=info msg="[runner] Processors filtering stat (in/out): path_absoluter: 35/35, exclusion_rules: 22/21, generated_file_filter: 35/22, nolint_filter: 21/0, filename_unadjuster: 35/35, invalid_issue: 35/35, path_relativity: 35/35, cgo: 35/35, exclusion_paths: 35/35" [2025-10-31T12:41:33.817Z] level=info msg="[runner] processing took 16.306422ms with stages: nolint_filter: 12.691412ms, generated_file_filter: 2.507345ms, exclusion_rules: 765.794µs, exclusion_paths: 170.295µs, path_relativity: 115.613µs, cgo: 32.181µs, max_per_file_from_linter: 5.401µs, path_absoluter: 4.77µs, invalid_issue: 4.511µs, sort_results: 2.44µs, filename_unadjuster: 1.98µs, max_same_issues: 1.64µs, fixer: 560ns, diff: 540ns, uniq_by_line: 410ns, source_code: 400ns, path_prettifier: 350ns, path_shortener: 280ns, max_from_linter: 250ns, severity-rules: 250ns" [2025-10-31T12:41:33.817Z] level=info msg="[runner] linters took 13.222135604s with stages: goanalysis_metalinter: 13.205649547s" [2025-10-31T12:41:33.817Z] 0 issues. [2025-10-31T12:41:33.817Z] level=info msg="File cache stats: 0 entries of total size 0B" [2025-10-31T12:41:33.817Z] level=info msg="Memory: 379 samples, avg is 333.6MB, max is 1317.5MB" [2025-10-31T12:41:33.817Z] level=info msg="Execution took 37.851334174s" [2025-10-31T12:41:33.817Z] go vet ./... [2025-10-31T12:41:40.466Z] #1 [core-metadata internal] load build definition from Dockerfile [2025-10-31T12:41:40.466Z] #1 transferring dockerfile: 2.10kB 0.0s done [2025-10-31T12:41:40.466Z] #1 DONE 0.7s [2025-10-31T12:41:40.466Z] [2025-10-31T12:41:40.466Z] #2 [security-spire-agent internal] load build definition from Dockerfile [2025-10-31T12:41:40.466Z] #2 transferring dockerfile: 1.81kB done [2025-10-31T12:41:40.466Z] #2 DONE 0.1s [2025-10-31T12:41:40.466Z] [2025-10-31T12:41:40.466Z] #3 [security-proxy-setup internal] load build definition from Dockerfile [2025-10-31T12:41:40.466Z] #3 transferring dockerfile: 2.50kB done [2025-10-31T12:41:40.466Z] #3 DONE 0.1s [2025-10-31T12:41:40.466Z] [2025-10-31T12:41:40.466Z] #4 [security-spiffe-token-provider internal] load build definition from Dockerfile [2025-10-31T12:41:40.466Z] #4 transferring dockerfile: 1.89kB done [2025-10-31T12:41:40.466Z] #4 DONE 0.1s [2025-10-31T12:41:40.466Z] [2025-10-31T12:41:40.466Z] #5 [core-keeper internal] load build definition from Dockerfile [2025-10-31T12:41:40.466Z] #5 transferring dockerfile: 2.01kB done [2025-10-31T12:41:40.466Z] #5 DONE 0.2s [2025-10-31T12:41:40.466Z] [2025-10-31T12:41:40.466Z] #6 [security-secretstore-setup internal] load build definition from Dockerfile [2025-10-31T12:41:40.466Z] #6 transferring dockerfile: 2.49kB done [2025-10-31T12:41:40.466Z] #6 DONE 0.1s [2025-10-31T12:41:40.466Z] [2025-10-31T12:41:40.466Z] #7 [security-proxy-auth internal] load build definition from Dockerfile [2025-10-31T12:41:40.466Z] #7 transferring dockerfile: 2.14kB done [2025-10-31T12:41:40.466Z] #7 DONE 0.1s [2025-10-31T12:41:40.466Z] [2025-10-31T12:41:40.466Z] #8 [core-command internal] load build definition from Dockerfile [2025-10-31T12:41:40.466Z] #8 transferring dockerfile: 1.94kB done [2025-10-31T12:41:40.466Z] #8 DONE 0.1s [2025-10-31T12:41:40.466Z] [2025-10-31T12:41:40.466Z] #9 [core-data internal] load build definition from Dockerfile [2025-10-31T12:41:40.466Z] #9 transferring dockerfile: 2.04kB done [2025-10-31T12:41:40.467Z] #9 DONE 0.1s [2025-10-31T12:41:40.467Z] [2025-10-31T12:41:40.467Z] #10 [security-bootstrapper internal] load build definition from Dockerfile [2025-10-31T12:41:40.467Z] #10 transferring dockerfile: 3.02kB done [2025-10-31T12:41:40.467Z] #10 DONE 0.1s [2025-10-31T12:41:40.467Z] [2025-10-31T12:41:40.467Z] #11 [security-spire-server internal] load build definition from Dockerfile [2025-10-31T12:41:40.467Z] #11 transferring dockerfile: 1.70kB done [2025-10-31T12:41:40.467Z] #11 DONE 0.1s [2025-10-31T12:41:40.467Z] [2025-10-31T12:41:40.467Z] #12 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2025-10-31T12:41:40.467Z] #12 transferring dockerfile: 2.23kB 0.0s done [2025-10-31T12:41:40.467Z] #12 DONE 0.1s [2025-10-31T12:41:40.467Z] [2025-10-31T12:41:40.467Z] #13 [security-spire-config internal] load build definition from Dockerfile [2025-10-31T12:41:40.467Z] #13 transferring dockerfile: 1.69kB done [2025-10-31T12:41:40.467Z] #13 DONE 0.1s [2025-10-31T12:41:40.467Z] [2025-10-31T12:41:40.467Z] #14 [support-notifications internal] load build definition from Dockerfile [2025-10-31T12:41:40.467Z] #14 transferring dockerfile: 2.02kB 0.0s done [2025-10-31T12:41:40.467Z] #14 DONE 0.1s [2025-10-31T12:41:40.467Z] [2025-10-31T12:41:40.467Z] #15 [support-scheduler internal] load build definition from Dockerfile [2025-10-31T12:41:40.467Z] #15 transferring dockerfile: 1.83kB done [2025-10-31T12:41:40.467Z] #15 DONE 0.1s [2025-10-31T12:41:40.467Z] [2025-10-31T12:41:40.467Z] #16 [core-metadata internal] load .dockerignore [2025-10-31T12:41:40.467Z] #16 transferring context: 32B [2025-10-31T12:41:40.467Z] #16 transferring context: 50B 0.0s done [2025-10-31T12:41:40.467Z] #16 DONE 0.1s [2025-10-31T12:41:41.059Z] [2025-10-31T12:41:41.059Z] #17 [security-spire-agent internal] load .dockerignore [2025-10-31T12:41:41.059Z] #17 transferring context: 50B done [2025-10-31T12:41:41.059Z] #17 DONE 0.1s [2025-10-31T12:41:41.059Z] [2025-10-31T12:41:41.059Z] #18 [security-proxy-setup internal] load .dockerignore [2025-10-31T12:41:41.328Z] #18 transferring context: 50B done [2025-10-31T12:41:41.328Z] #18 DONE 0.1s [2025-10-31T12:41:41.328Z] [2025-10-31T12:41:41.328Z] #19 [security-spiffe-token-provider internal] load .dockerignore [2025-10-31T12:41:41.328Z] #19 transferring context: 50B done [2025-10-31T12:41:41.328Z] #19 DONE 0.1s [2025-10-31T12:41:41.328Z] [2025-10-31T12:41:41.328Z] #20 [core-keeper internal] load .dockerignore [2025-10-31T12:41:41.328Z] #20 transferring context: 50B 0.0s done [2025-10-31T12:41:41.328Z] #20 DONE 0.1s [2025-10-31T12:41:41.328Z] [2025-10-31T12:41:41.328Z] #21 [security-secretstore-setup internal] load .dockerignore [2025-10-31T12:41:41.328Z] #21 transferring context: 50B 0.0s done [2025-10-31T12:41:41.328Z] #21 DONE 0.1s [2025-10-31T12:41:41.328Z] [2025-10-31T12:41:41.328Z] #22 [security-proxy-auth internal] load .dockerignore [2025-10-31T12:41:41.328Z] #22 transferring context: 50B 0.0s done [2025-10-31T12:41:41.328Z] #22 DONE 0.1s [2025-10-31T12:41:41.328Z] [2025-10-31T12:41:41.328Z] #23 [core-command internal] load .dockerignore [2025-10-31T12:41:41.597Z] #23 transferring context: 50B done [2025-10-31T12:41:41.597Z] #23 DONE 0.0s [2025-10-31T12:41:41.597Z] [2025-10-31T12:41:41.597Z] #24 [core-data internal] load .dockerignore [2025-10-31T12:41:41.597Z] #24 transferring context: 50B 0.0s done [2025-10-31T12:41:41.597Z] #24 DONE 0.1s [2025-10-31T12:41:41.597Z] [2025-10-31T12:41:41.597Z] #25 [security-bootstrapper internal] load .dockerignore [2025-10-31T12:41:41.597Z] #25 transferring context: 50B 0.0s done [2025-10-31T12:41:41.597Z] #25 DONE 0.1s [2025-10-31T12:41:41.597Z] [2025-10-31T12:41:41.597Z] #26 [security-spire-server internal] load .dockerignore [2025-10-31T12:41:41.597Z] #26 transferring context: 50B 0.0s done [2025-10-31T12:41:41.866Z] #26 DONE 0.1s [2025-10-31T12:41:41.866Z] [2025-10-31T12:41:41.866Z] #27 [core-common-config-bootstrapper internal] load .dockerignore [2025-10-31T12:41:41.866Z] #27 transferring context: 50B 0.0s done [2025-10-31T12:41:41.866Z] #27 DONE 0.1s [2025-10-31T12:41:41.866Z] [2025-10-31T12:41:41.866Z] #28 [security-spire-config internal] load .dockerignore [2025-10-31T12:41:41.866Z] #28 transferring context: 50B done [2025-10-31T12:41:41.866Z] #28 DONE 0.1s [2025-10-31T12:41:41.866Z] [2025-10-31T12:41:41.866Z] #29 [support-notifications internal] load .dockerignore [2025-10-31T12:41:41.866Z] #29 transferring context: 50B done [2025-10-31T12:41:41.866Z] #29 DONE 0.1s [2025-10-31T12:41:41.993Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-10-31T12:41:41.993Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-10-31T12:41:41.993Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2025-10-31T12:41:42.008Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh [2025-10-31T12:41:42.134Z] [2025-10-31T12:41:42.134Z] #30 [support-scheduler internal] load .dockerignore [2025-10-31T12:41:42.134Z] #30 transferring context: 50B done [2025-10-31T12:41:42.134Z] #30 DONE 0.1s [2025-10-31T12:41:42.134Z] [2025-10-31T12:41:42.134Z] #31 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-10-31T12:41:42.134Z] #31 DONE 0.0s [2025-10-31T12:41:42.134Z] [2025-10-31T12:41:42.134Z] #32 [core-metadata internal] load metadata for docker.io/library/alpine:3.22 [2025-10-31T12:41:42.304Z] + ls -al . [2025-10-31T12:41:42.304Z] total 1388 [2025-10-31T12:41:42.304Z] drwxrwxr-x 11 1001 1001 4096 Oct 31 12:39 . [2025-10-31T12:41:42.304Z] drwxr-xr-x 4 root root 4096 Oct 31 12:39 .. [2025-10-31T12:41:42.304Z] drwxrwxr-x 2 1001 1001 4096 Oct 31 12:38 .blubracket [2025-10-31T12:41:42.304Z] -rw-rw-r-- 1 1001 1001 10 Oct 31 12:38 .dockerignore [2025-10-31T12:41:42.304Z] drwxrwxr-x 8 1001 1001 4096 Oct 31 12:40 .git [2025-10-31T12:41:42.304Z] drwxrwxr-x 3 1001 1001 4096 Oct 31 12:38 .github [2025-10-31T12:41:42.304Z] -rw-rw-r-- 1 1001 1001 909 Oct 31 12:38 .gitignore [2025-10-31T12:41:42.304Z] -rw-rw-r-- 1 1001 1001 359 Oct 31 12:38 .golangci.yml [2025-10-31T12:41:42.304Z] -rw-rw-r-- 1 1001 1001 100 Oct 31 12:38 .hadolint.yml [2025-10-31T12:41:42.304Z] drwxr-xr-x 3 1001 1001 4096 Oct 31 12:38 .semver [2025-10-31T12:41:42.304Z] -rw-rw-r-- 1 1001 1001 155 Oct 31 12:38 .sonarcloud.properties [2025-10-31T12:41:42.304Z] -rw-rw-r-- 1 1001 1001 1171 Oct 31 12:38 ADOPTERS.md [2025-10-31T12:41:42.304Z] -rw-rw-r-- 1 1001 1001 20017 Oct 31 12:38 Attribution.txt [2025-10-31T12:41:42.304Z] -rw-rw-r-- 1 1001 1001 108018 Oct 31 12:38 CHANGELOG.md [2025-10-31T12:41:42.304Z] -rw-rw-r-- 1 1001 1001 3804 Oct 31 12:38 CONTRIBUTING.md [2025-10-31T12:41:42.304Z] -rw-rw-r-- 1 1001 1001 677 Oct 31 12:38 GOVERNANCE.md [2025-10-31T12:41:42.304Z] -rw-rw-r-- 1 1001 1001 886 Oct 31 12:38 Jenkinsfile [2025-10-31T12:41:42.304Z] -rw-rw-r-- 1 1001 1001 10775 Oct 31 12:38 LICENSE [2025-10-31T12:41:42.304Z] -rw-rw-r-- 1 1001 1001 16739 Oct 31 12:38 Makefile [2025-10-31T12:41:42.304Z] -rw-rw-r-- 1 1001 1001 582 Oct 31 12:38 OWNERS.md [2025-10-31T12:41:42.304Z] -rw-rw-r-- 1 1001 1001 9932 Oct 31 12:38 README.md [2025-10-31T12:41:42.304Z] -rw-rw-r-- 1 1001 1001 789 Oct 31 12:38 SECURITY.md [2025-10-31T12:41:42.304Z] -rw-rw-r-- 1 1001 1001 12 Oct 31 12:38 VERSION [2025-10-31T12:41:42.304Z] drwxrwxr-x 2 1001 1001 4096 Oct 31 12:38 bin [2025-10-31T12:41:42.304Z] drwxrwxr-x 19 1001 1001 4096 Oct 31 12:38 cmd [2025-10-31T12:41:42.304Z] -rw-r--r-- 1 root root 1040111 Oct 31 12:40 coverage.out [2025-10-31T12:41:42.304Z] drwxrwxr-x 2 1001 1001 4096 Oct 31 12:38 fuzz_test [2025-10-31T12:41:42.304Z] -rw-rw-r-- 1 1001 1001 7071 Oct 31 12:38 go.mod [2025-10-31T12:41:42.304Z] -rw-rw-r-- 1 1001 1001 90676 Oct 31 12:38 go.sum [2025-10-31T12:41:42.304Z] drwxrwxr-x 7 1001 1001 4096 Oct 31 12:38 internal [2025-10-31T12:41:42.304Z] drwxrwxr-x 2 1001 1001 4096 Oct 31 12:38 openapi [2025-10-31T12:41:42.304Z] -rw-rw-r-- 1 1001 1001 584 Oct 31 12:38 security.txt [2025-10-31T12:41:42.304Z] -rw-rw-r-- 1 1001 1001 204 Oct 31 12:38 version.go [Pipeline] sh [2025-10-31T12:41:42.402Z] #32 DONE 0.2s [2025-10-31T12:41:42.402Z] [2025-10-31T12:41:42.403Z] #33 [core-metadata internal] load build context [2025-10-31T12:41:42.403Z] #33 DONE 0.0s [2025-10-31T12:41:42.403Z] [2025-10-31T12:41:42.403Z] #34 [core-metadata stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 [2025-10-31T12:41:42.403Z] #34 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done [2025-10-31T12:41:42.403Z] #34 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done [2025-10-31T12:41:42.403Z] #34 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done [2025-10-31T12:41:42.403Z] #34 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done [2025-10-31T12:41:42.605Z] + '[' -e coverage.out ] [2025-10-31T12:41:42.605Z] + chown 1001:1001 coverage.out [Pipeline] stash [2025-10-31T12:41:42.673Z] #34 DONE 0.2s [2025-10-31T12:41:42.673Z] [2025-10-31T12:41:42.673Z] #33 [core-metadata internal] load build context [2025-10-31T12:41:42.757Z] Stashed 1 file(s) [Pipeline] sh [2025-10-31T12:41:43.040Z] + make build [2025-10-31T12:41:43.040Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-10-31T12:41:43.268Z] #33 transferring context: 3.36MB 0.8s done [2025-10-31T12:41:43.268Z] #33 DONE 0.9s [2025-10-31T12:41:43.268Z] [2025-10-31T12:41:43.268Z] #35 [core-metadata builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-10-31T12:41:43.268Z] #35 ... [2025-10-31T12:41:43.268Z] [2025-10-31T12:41:43.268Z] #32 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.22 [2025-10-31T12:41:43.268Z] #32 DONE 0.2s [2025-10-31T12:41:43.537Z] [2025-10-31T12:41:43.537Z] #34 [security-proxy-setup stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 [2025-10-31T12:41:43.537Z] #34 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done [2025-10-31T12:41:43.537Z] #34 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done [2025-10-31T12:41:43.537Z] #34 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done [2025-10-31T12:41:43.537Z] #34 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done [2025-10-31T12:41:43.537Z] #34 DONE 0.4s [2025-10-31T12:41:43.537Z] [2025-10-31T12:41:43.537Z] #31 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-10-31T12:41:43.537Z] #31 DONE 0.0s [2025-10-31T12:41:43.537Z] [2025-10-31T12:41:43.537Z] #32 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.22 [2025-10-31T12:41:43.537Z] #32 DONE 0.3s [2025-10-31T12:41:43.537Z] [2025-10-31T12:41:43.537Z] #35 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-10-31T12:41:43.537Z] #35 ... [2025-10-31T12:41:43.537Z] [2025-10-31T12:41:43.537Z] #31 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-10-31T12:41:43.537Z] #31 DONE 0.0s [2025-10-31T12:41:43.537Z] [2025-10-31T12:41:43.537Z] #35 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-10-31T12:41:43.537Z] #35 ... [2025-10-31T12:41:43.537Z] [2025-10-31T12:41:43.537Z] #34 [core-keeper stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 [2025-10-31T12:41:43.537Z] #34 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done [2025-10-31T12:41:43.537Z] #34 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done [2025-10-31T12:41:43.537Z] #34 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done [2025-10-31T12:41:43.537Z] #34 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done [2025-10-31T12:41:43.537Z] #34 DONE 0.4s [2025-10-31T12:41:43.537Z] [2025-10-31T12:41:43.538Z] #32 [core-keeper internal] load metadata for docker.io/library/alpine:3.22 [2025-10-31T12:41:43.538Z] #32 DONE 0.4s [2025-10-31T12:41:43.538Z] [2025-10-31T12:41:43.538Z] #35 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-10-31T12:41:43.808Z] #35 ... [2025-10-31T12:41:43.808Z] [2025-10-31T12:41:43.808Z] #31 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-10-31T12:41:43.808Z] #31 DONE 0.0s [2025-10-31T12:41:43.808Z] [2025-10-31T12:41:43.808Z] #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-10-31T12:41:43.808Z] #31 DONE 0.0s [2025-10-31T12:41:43.808Z] [2025-10-31T12:41:43.808Z] #36 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-10-31T12:41:44.077Z] #36 ... [2025-10-31T12:41:44.077Z] [2025-10-31T12:41:44.077Z] #37 [core-keeper builder 2/7] WORKDIR /edgex-go [2025-10-31T12:41:44.077Z] #37 DONE 0.9s [2025-10-31T12:41:44.077Z] [2025-10-31T12:41:44.077Z] #31 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-10-31T12:41:44.347Z] #31 DONE 0.0s [2025-10-31T12:41:44.347Z] [2025-10-31T12:41:44.347Z] #38 [security-proxy-setup internal] load build context [2025-10-31T12:41:44.616Z] #38 ... [2025-10-31T12:41:44.616Z] [2025-10-31T12:41:44.616Z] #31 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-10-31T12:41:44.616Z] #31 DONE 0.1s [2025-10-31T12:41:44.617Z] [2025-10-31T12:41:44.617Z] #38 [security-proxy-setup internal] load build context [2025-10-31T12:41:44.885Z] #38 ... [2025-10-31T12:41:44.885Z] [2025-10-31T12:41:44.885Z] #34 [core-command stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 [2025-10-31T12:41:44.885Z] #34 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done [2025-10-31T12:41:44.885Z] #34 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done [2025-10-31T12:41:44.885Z] #34 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done [2025-10-31T12:41:44.885Z] #34 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done [2025-10-31T12:41:44.885Z] #34 DONE 0.6s [2025-10-31T12:41:44.885Z] [2025-10-31T12:41:44.885Z] #32 [core-data internal] load metadata for docker.io/library/alpine:3.22 [2025-10-31T12:41:44.885Z] #32 DONE 1.4s [2025-10-31T12:41:44.885Z] [2025-10-31T12:41:44.885Z] #37 [core-command builder 2/7] WORKDIR /edgex-go [2025-10-31T12:41:44.885Z] #37 DONE 1.1s [2025-10-31T12:41:44.885Z] [2025-10-31T12:41:44.885Z] #38 [security-proxy-setup internal] load build context [2025-10-31T12:41:44.885Z] #38 ... [2025-10-31T12:41:44.885Z] [2025-10-31T12:41:44.885Z] #34 [security-secretstore-setup stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 [2025-10-31T12:41:44.885Z] #34 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done [2025-10-31T12:41:44.885Z] #34 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done [2025-10-31T12:41:44.885Z] #34 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done [2025-10-31T12:41:44.885Z] #34 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done [2025-10-31T12:41:44.885Z] #34 DONE 0.6s [2025-10-31T12:41:44.885Z] [2025-10-31T12:41:44.885Z] #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-10-31T12:41:44.885Z] #31 DONE 0.1s [2025-10-31T12:41:44.885Z] [2025-10-31T12:41:44.885Z] #37 [security-secretstore-setup builder 2/7] WORKDIR /edgex-go [2025-10-31T12:41:44.885Z] #37 DONE 1.1s [2025-10-31T12:41:44.885Z] [2025-10-31T12:41:44.885Z] #38 [security-proxy-setup internal] load build context [2025-10-31T12:41:45.161Z] #38 transferring context: 3.36MB 1.4s done [2025-10-31T12:41:45.430Z] #38 DONE 1.8s [2025-10-31T12:41:45.430Z] [2025-10-31T12:41:45.430Z] #39 [core-keeper internal] load build context [2025-10-31T12:41:45.430Z] #39 ... [2025-10-31T12:41:45.430Z] [2025-10-31T12:41:45.430Z] #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-10-31T12:41:45.430Z] #31 DONE 0.1s [2025-10-31T12:41:45.430Z] [2025-10-31T12:41:45.430Z] #39 [core-keeper internal] load build context [2025-10-31T12:41:45.698Z] #39 transferring context: 3.36MB 1.7s done [2025-10-31T12:41:45.698Z] #39 DONE 2.1s [2025-10-31T12:41:45.698Z] [2025-10-31T12:41:45.698Z] #34 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 [2025-10-31T12:41:45.698Z] #34 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done [2025-10-31T12:41:45.698Z] #34 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done [2025-10-31T12:41:45.698Z] #34 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done [2025-10-31T12:41:45.698Z] #34 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done [2025-10-31T12:41:45.698Z] #34 DONE 0.6s [2025-10-31T12:41:45.698Z] [2025-10-31T12:41:45.698Z] #40 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 [2025-10-31T12:41:45.698Z] #40 DONE 2.4s [2025-10-31T12:41:45.698Z] [2025-10-31T12:41:45.698Z] #41 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-10-31T12:41:45.698Z] #41 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-10-31T12:41:45.967Z] #41 ... [2025-10-31T12:41:45.967Z] [2025-10-31T12:41:45.967Z] #34 [security-spire-server stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 [2025-10-31T12:41:45.967Z] #34 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done [2025-10-31T12:41:45.967Z] #34 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done [2025-10-31T12:41:45.967Z] #34 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done [2025-10-31T12:41:45.967Z] #34 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done [2025-10-31T12:41:45.967Z] #34 DONE 0.6s [2025-10-31T12:41:45.967Z] [2025-10-31T12:41:45.967Z] #37 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go [2025-10-31T12:41:45.967Z] #37 DONE 1.2s [2025-10-31T12:41:45.967Z] [2025-10-31T12:41:45.967Z] #31 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-10-31T12:41:45.967Z] #31 DONE 0.1s [2025-10-31T12:41:45.967Z] [2025-10-31T12:41:45.967Z] #42 [security-spiffe-token-provider internal] load build context [2025-10-31T12:41:45.967Z] #42 transferring context: 3.36MB 1.7s done [2025-10-31T12:41:45.967Z] #42 DONE 2.2s [2025-10-31T12:41:45.967Z] [2025-10-31T12:41:45.967Z] #34 [security-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 [2025-10-31T12:41:45.967Z] #34 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done [2025-10-31T12:41:45.967Z] #34 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done [2025-10-31T12:41:45.967Z] #34 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done [2025-10-31T12:41:45.967Z] #34 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done [2025-10-31T12:41:45.967Z] #34 DONE 0.6s [2025-10-31T12:41:45.967Z] [2025-10-31T12:41:45.967Z] #37 [security-bootstrapper builder 2/7] WORKDIR /edgex-go [2025-10-31T12:41:45.967Z] #37 DONE 1.2s [2025-10-31T12:41:45.967Z] [2025-10-31T12:41:45.967Z] #43 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-10-31T12:41:46.238Z] #43 ... [2025-10-31T12:41:46.238Z] [2025-10-31T12:41:46.238Z] #31 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-10-31T12:41:46.238Z] #31 DONE 0.1s [2025-10-31T12:41:46.238Z] [2025-10-31T12:41:46.238Z] #43 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-10-31T12:41:47.213Z] #43 ... [2025-10-31T12:41:47.213Z] [2025-10-31T12:41:47.213Z] #44 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-10-31T12:41:47.213Z] #44 DONE 3.4s [2025-10-31T12:41:47.213Z] [2025-10-31T12:41:47.213Z] #45 [security-spire-agent internal] load build context [2025-10-31T12:41:47.213Z] #45 transferring context: 25.98kB 0.2s done [2025-10-31T12:41:47.214Z] #45 DONE 1.3s [2025-10-31T12:41:47.214Z] [2025-10-31T12:41:47.214Z] #46 [core-command internal] load build context [2025-10-31T12:41:47.481Z] #46 ... [2025-10-31T12:41:47.481Z] [2025-10-31T12:41:47.481Z] #34 [security-spire-config stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 [2025-10-31T12:41:47.481Z] #34 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done [2025-10-31T12:41:47.481Z] #34 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done [2025-10-31T12:41:47.481Z] #34 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done [2025-10-31T12:41:47.481Z] #34 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done [2025-10-31T12:41:47.481Z] #34 DONE 0.7s [2025-10-31T12:41:47.481Z] [2025-10-31T12:41:47.481Z] #46 [core-command internal] load build context [2025-10-31T12:41:47.753Z] #46 ... [2025-10-31T12:41:47.753Z] [2025-10-31T12:41:47.753Z] #47 [security-spire-server internal] load build context [2025-10-31T12:41:47.753Z] #47 transferring context: 26.44kB 0.3s done [2025-10-31T12:41:47.753Z] #47 DONE 1.7s [2025-10-31T12:41:47.753Z] [2025-10-31T12:41:47.753Z] #46 [core-command internal] load build context [2025-10-31T12:41:48.025Z] #46 ... [2025-10-31T12:41:48.025Z] [2025-10-31T12:41:48.025Z] #32 [support-scheduler internal] load metadata for docker.io/library/alpine:3.22 [2025-10-31T12:41:48.025Z] #32 DONE 4.3s [2025-10-31T12:41:48.025Z] [2025-10-31T12:41:48.025Z] #34 [support-scheduler stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 [2025-10-31T12:41:48.025Z] #34 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done [2025-10-31T12:41:48.025Z] #34 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done [2025-10-31T12:41:48.025Z] #34 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done [2025-10-31T12:41:48.025Z] #34 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done [2025-10-31T12:41:48.025Z] #34 DONE 0.7s [2025-10-31T12:41:48.025Z] [2025-10-31T12:41:48.025Z] #37 [support-scheduler builder 2/7] WORKDIR /edgex-go [2025-10-31T12:41:48.025Z] #37 DONE 1.2s [2025-10-31T12:41:48.025Z] [2025-10-31T12:41:48.025Z] #48 [support-scheduler internal] load build context [2025-10-31T12:41:48.025Z] #48 DONE 0.0s [2025-10-31T12:41:48.025Z] [2025-10-31T12:41:48.025Z] #49 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-10-31T12:41:48.292Z] #49 ... [2025-10-31T12:41:48.292Z] [2025-10-31T12:41:48.292Z] #34 [support-notifications stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 [2025-10-31T12:41:48.292Z] #34 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done [2025-10-31T12:41:48.292Z] #34 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done [2025-10-31T12:41:48.292Z] #34 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done [2025-10-31T12:41:48.292Z] #34 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done [2025-10-31T12:41:48.292Z] #34 DONE 0.7s [2025-10-31T12:41:48.292Z] [2025-10-31T12:41:48.292Z] #37 [support-notifications builder 2/7] WORKDIR /edgex-go [2025-10-31T12:41:48.292Z] #37 DONE 1.2s [2025-10-31T12:41:48.561Z] [2025-10-31T12:41:48.561Z] #46 [core-command internal] load build context [2025-10-31T12:41:49.523Z] #46 transferring context: 3.36MB 3.6s done [2025-10-31T12:41:50.492Z] #46 ... [2025-10-31T12:41:50.492Z] [2025-10-31T12:41:50.492Z] #50 [security-spire-config internal] load build context [2025-10-31T12:41:50.492Z] #50 transferring context: 24.70kB 0.3s done [2025-10-31T12:41:50.492Z] #50 DONE 2.9s [2025-10-31T12:41:50.492Z] [2025-10-31T12:41:50.492Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-31T12:41:50.492Z] #51 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.7s done [2025-10-31T12:41:50.492Z] #51 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-10-31T12:41:50.492Z] #51 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done [2025-10-31T12:41:50.492Z] #51 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done [2025-10-31T12:41:50.492Z] #51 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 1.1s [2025-10-31T12:41:50.492Z] #51 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.1s [2025-10-31T12:41:50.770Z] #51 ... [2025-10-31T12:41:50.770Z] [2025-10-31T12:41:50.770Z] #52 [security-proxy-auth internal] load build context [2025-10-31T12:41:50.770Z] #52 transferring context: 3.36MB 3.2s done [2025-10-31T12:41:50.770Z] #52 DONE 5.7s [2025-10-31T12:41:50.770Z] [2025-10-31T12:41:50.770Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-31T12:41:50.770Z] #51 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 1.3s [2025-10-31T12:41:50.770Z] #51 ... [2025-10-31T12:41:50.770Z] [2025-10-31T12:41:50.770Z] #53 [security-secretstore-setup internal] load build context [2025-10-31T12:41:50.770Z] #53 transferring context: 3.36MB 4.7s done [2025-10-31T12:41:50.770Z] #53 ... [2025-10-31T12:41:50.770Z] [2025-10-31T12:41:50.770Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-31T12:41:50.770Z] #51 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 1.4s [2025-10-31T12:41:51.045Z] #51 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 1.4s done [2025-10-31T12:41:51.045Z] #51 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 1.4s done [2025-10-31T12:41:51.045Z] #51 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 [2025-10-31T12:41:51.321Z] #51 ... [2025-10-31T12:41:51.321Z] [2025-10-31T12:41:51.321Z] #46 [core-command internal] load build context [2025-10-31T12:41:51.321Z] #46 DONE 6.3s [2025-10-31T12:41:51.321Z] [2025-10-31T12:41:51.321Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-31T12:41:51.321Z] #51 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.6s done [2025-10-31T12:41:51.321Z] #51 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.6s done [2025-10-31T12:41:51.592Z] #51 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.4s done [2025-10-31T12:41:51.592Z] #51 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.4s done [2025-10-31T12:41:51.860Z] #51 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 2.2s done [2025-10-31T12:41:52.127Z] #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 0B / 33.17MB 2.8s [2025-10-31T12:41:52.127Z] #51 ... [2025-10-31T12:41:52.127Z] [2025-10-31T12:41:52.127Z] #53 [security-secretstore-setup internal] load build context [2025-10-31T12:41:52.127Z] #53 DONE 7.3s [2025-10-31T12:41:52.127Z] [2025-10-31T12:41:52.128Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-31T12:41:52.715Z] #51 ... [2025-10-31T12:41:52.715Z] [2025-10-31T12:41:52.715Z] #54 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-10-31T12:41:52.715Z] #0 4.561 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-10-31T12:41:52.715Z] #0 5.213 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-10-31T12:41:52.715Z] #0 7.446 (1/1) Installing dumb-init (1.2.5-r3) [2025-10-31T12:41:52.715Z] #0 7.446 Executing busybox-1.37.0-r19.trigger [2025-10-31T12:41:52.715Z] #0 7.618 OK: 8 MiB in 17 packages [2025-10-31T12:41:52.715Z] #54 ... [2025-10-31T12:41:52.715Z] [2025-10-31T12:41:52.715Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-31T12:41:53.696Z] #51 ... [2025-10-31T12:41:53.696Z] [2025-10-31T12:41:53.696Z] #55 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-10-31T12:41:53.696Z] #0 7.930 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-10-31T12:41:53.696Z] #0 8.511 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-10-31T12:41:53.696Z] #55 ... [2025-10-31T12:41:53.696Z] [2025-10-31T12:41:53.696Z] #54 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-10-31T12:41:53.696Z] #54 DONE 12.0s [2025-10-31T12:41:53.696Z] [2025-10-31T12:41:53.696Z] #56 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade [2025-10-31T12:41:53.964Z] #56 ... [2025-10-31T12:41:53.964Z] [2025-10-31T12:41:53.964Z] #57 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-10-31T12:41:53.964Z] #0 9.969 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-10-31T12:41:53.964Z] #57 ... [2025-10-31T12:41:53.964Z] [2025-10-31T12:41:53.964Z] #58 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-10-31T12:41:54.239Z] #58 ... [2025-10-31T12:41:54.239Z] [2025-10-31T12:41:54.239Z] #59 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-10-31T12:41:54.239Z] #59 ... [2025-10-31T12:41:54.239Z] [2025-10-31T12:41:54.239Z] #60 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-10-31T12:41:54.507Z] #60 ... [2025-10-31T12:41:54.508Z] [2025-10-31T12:41:54.508Z] #61 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-10-31T12:41:54.508Z] #61 ... [2025-10-31T12:41:54.508Z] [2025-10-31T12:41:54.508Z] #62 [core-data internal] load build context [2025-10-31T12:41:54.508Z] #62 transferring context: 3.36MB 8.2s done [2025-10-31T12:41:54.508Z] #62 DONE 9.8s [2025-10-31T12:41:54.508Z] [2025-10-31T12:41:54.508Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-31T12:41:54.779Z] #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 1.77MB / 33.17MB 5.4s [2025-10-31T12:41:54.779Z] #51 ... [2025-10-31T12:41:54.779Z] [2025-10-31T12:41:54.779Z] #35 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-10-31T12:41:55.048Z] #35 ... [2025-10-31T12:41:55.048Z] [2025-10-31T12:41:55.048Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-31T12:41:55.048Z] #51 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.1s done [2025-10-31T12:41:55.048Z] #51 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.1s done [2025-10-31T12:41:55.651Z] #51 ... [2025-10-31T12:41:55.651Z] [2025-10-31T12:41:55.651Z] #63 [core-common-config-bootstrapper internal] load build context [2025-10-31T12:41:55.651Z] #63 transferring context: 3.36MB 7.1s done [2025-10-31T12:41:55.651Z] #63 DONE 9.7s [2025-10-31T12:41:55.651Z] [2025-10-31T12:41:55.651Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-31T12:41:55.651Z] #51 ... [2025-10-31T12:41:55.651Z] [2025-10-31T12:41:55.651Z] #64 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-10-31T12:41:55.651Z] #64 ... [2025-10-31T12:41:55.651Z] [2025-10-31T12:41:55.651Z] #65 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-10-31T12:41:55.918Z] #65 ... [2025-10-31T12:41:55.918Z] [2025-10-31T12:41:55.918Z] #66 [security-bootstrapper internal] load build context [2025-10-31T12:41:55.918Z] #66 transferring context: 3.36MB 7.0s done [2025-10-31T12:41:55.918Z] #66 DONE 9.8s [2025-10-31T12:41:55.918Z] [2025-10-31T12:41:55.918Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-31T12:41:55.918Z] #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 4.19MB / 33.17MB 6.5s [2025-10-31T12:41:56.186Z] #51 ... [2025-10-31T12:41:56.186Z] [2025-10-31T12:41:56.186Z] #36 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-10-31T12:41:56.186Z] #36 DONE 12.1s [2025-10-31T12:41:56.186Z] [2025-10-31T12:41:56.186Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-31T12:41:57.153Z] #51 ... [2025-10-31T12:41:57.153Z] [2025-10-31T12:41:57.153Z] #67 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-10-31T12:41:57.153Z] #67 ... [2025-10-31T12:41:57.153Z] [2025-10-31T12:41:57.153Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-31T12:41:57.153Z] #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 6.29MB / 33.17MB 7.8s [2025-10-31T12:41:57.420Z] #51 ... [2025-10-31T12:41:57.420Z] [2025-10-31T12:41:57.420Z] #55 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-10-31T12:41:57.420Z] #55 11.08 (1/4) Installing dumb-init (1.2.5-r3) [2025-10-31T12:41:57.420Z] #55 11.19 (2/4) Installing openssl (3.5.4-r0) [2025-10-31T12:41:57.420Z] #55 11.26 (3/4) Installing su-exec (0.2-r3) [2025-10-31T12:41:57.420Z] #55 11.31 (4/4) Installing yq-go (4.47.2-r1) [2025-10-31T12:41:57.420Z] #55 12.20 Executing busybox-1.37.0-r19.trigger [2025-10-31T12:41:57.420Z] #55 12.26 OK: 20 MiB in 20 packages [2025-10-31T12:41:57.420Z] #55 DONE 13.9s [2025-10-31T12:41:57.420Z] [2025-10-31T12:41:57.420Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-31T12:41:57.420Z] #51 ... [2025-10-31T12:41:57.420Z] [2025-10-31T12:41:57.420Z] #41 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-10-31T12:41:57.420Z] #41 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.8s done [2025-10-31T12:41:57.420Z] #41 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done [2025-10-31T12:41:57.420Z] #41 sha256:e81b72a68d76b0e0df52247b9790de839a7321008b1f01dade49a9205896959b 1.05kB / 1.05kB done [2025-10-31T12:41:57.420Z] #41 sha256:ed3dcd9259b2c881c72642150b0878715420e4dc7a6eb469171aecff31ef0520 1.72kB / 1.72kB done [2025-10-31T12:41:57.420Z] #41 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.6s done [2025-10-31T12:41:57.420Z] #41 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.4s done [2025-10-31T12:41:57.420Z] #41 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 2.8s done [2025-10-31T12:41:57.420Z] #41 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 11.96MB / 14.28MB 8.1s [2025-10-31T12:41:57.420Z] #41 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.1s done [2025-10-31T12:41:57.688Z] #41 ... [2025-10-31T12:41:57.688Z] [2025-10-31T12:41:57.688Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-31T12:41:58.289Z] #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 8.20MB / 33.17MB 8.7s [2025-10-31T12:41:58.289Z] #51 ... [2025-10-31T12:41:58.289Z] [2025-10-31T12:41:58.289Z] #48 [support-scheduler internal] load build context [2025-10-31T12:41:58.557Z] #48 ... [2025-10-31T12:41:58.557Z] [2025-10-31T12:41:58.557Z] #68 [support-notifications internal] load build context [2025-10-31T12:41:58.557Z] #68 ... [2025-10-31T12:41:58.557Z] [2025-10-31T12:41:58.557Z] #69 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-10-31T12:41:58.825Z] #69 ... [2025-10-31T12:41:58.825Z] [2025-10-31T12:41:58.825Z] #70 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev [2025-10-31T12:41:58.825Z] #70 ... [2025-10-31T12:41:58.825Z] [2025-10-31T12:41:58.825Z] #71 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-10-31T12:41:59.093Z] #71 ... [2025-10-31T12:41:59.093Z] [2025-10-31T12:41:59.093Z] #68 [support-notifications internal] load build context [2025-10-31T12:41:59.093Z] #68 transferring context: 3.36MB 7.8s done [2025-10-31T12:41:59.093Z] #68 ... [2025-10-31T12:41:59.093Z] [2025-10-31T12:41:59.093Z] #72 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-10-31T12:41:59.362Z] #72 ... [2025-10-31T12:41:59.362Z] [2025-10-31T12:41:59.362Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-31T12:41:59.362Z] #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 10.01MB / 33.17MB 9.7s [2025-10-31T12:41:59.978Z] #51 ... [2025-10-31T12:41:59.978Z] [2025-10-31T12:41:59.978Z] #68 [support-notifications internal] load build context [2025-10-31T12:41:59.978Z] #68 DONE 11.6s [2025-10-31T12:42:00.252Z] [2025-10-31T12:42:00.252Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-31T12:42:00.252Z] #51 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 [2025-10-31T12:42:00.522Z] #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 11.85MB / 33.17MB 11.1s [2025-10-31T12:42:00.790Z] #51 ... [2025-10-31T12:42:00.790Z] [2025-10-31T12:42:00.790Z] #60 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-10-31T12:42:00.790Z] #60 DONE 16.7s [2025-10-31T12:42:00.790Z] [2025-10-31T12:42:00.790Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-31T12:42:00.790Z] #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 13.63MB / 33.17MB 11.4s [2025-10-31T12:42:00.790Z] #51 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.7s done [2025-10-31T12:42:01.058Z] #51 ... [2025-10-31T12:42:01.058Z] [2025-10-31T12:42:01.058Z] #48 [support-scheduler internal] load build context [2025-10-31T12:42:01.058Z] #48 transferring context: 3.36MB 9.0s done [2025-10-31T12:42:01.058Z] #48 DONE 12.8s [2025-10-31T12:42:01.058Z] [2025-10-31T12:42:01.058Z] #61 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2025-10-31T12:42:01.058Z] #61 11.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-10-31T12:42:01.058Z] #61 13.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-10-31T12:42:01.058Z] #61 16.64 OK: 255 MiB in 60 packages [2025-10-31T12:42:01.058Z] #61 DONE 18.1s [2025-10-31T12:42:01.058Z] [2025-10-31T12:42:01.058Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-31T12:42:01.642Z] #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 15.73MB / 33.17MB 12.3s [2025-10-31T12:42:03.096Z] #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 17.83MB / 33.17MB 13.6s [2025-10-31T12:42:04.070Z] #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 19.85MB / 33.17MB 14.7s [2025-10-31T12:42:04.345Z] #51 ... [2025-10-31T12:42:04.345Z] [2025-10-31T12:42:04.345Z] #73 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2025-10-31T12:42:04.345Z] #73 DONE 3.1s [2025-10-31T12:42:04.345Z] [2025-10-31T12:42:04.345Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-31T12:42:04.612Z] #51 ... [2025-10-31T12:42:04.612Z] [2025-10-31T12:42:04.612Z] #57 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-10-31T12:42:04.612Z] #57 10.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-10-31T12:42:04.612Z] #57 14.96 v3.22.2-101-g9c88d4960b1 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2025-10-31T12:42:04.612Z] #57 14.96 v3.22.2-105-g8db04b4d774 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2025-10-31T12:42:04.612Z] #57 14.96 OK: 26160 distinct packages available [2025-10-31T12:42:04.612Z] #57 15.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-10-31T12:42:04.612Z] #57 16.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-10-31T12:42:04.881Z] #57 ... [2025-10-31T12:42:04.881Z] [2025-10-31T12:42:04.881Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-31T12:42:05.156Z] #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 21.78MB / 33.17MB 15.7s [2025-10-31T12:42:06.121Z] #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 23.53MB / 33.17MB 16.7s [2025-10-31T12:42:06.390Z] #51 ... [2025-10-31T12:42:06.390Z] [2025-10-31T12:42:06.390Z] #74 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-10-31T12:42:06.390Z] #74 ... [2025-10-31T12:42:06.390Z] [2025-10-31T12:42:06.390Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-31T12:42:06.977Z] #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 26.21MB / 33.17MB 17.5s [2025-10-31T12:42:07.251Z] #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 28.31MB / 33.17MB 17.8s [2025-10-31T12:42:07.251Z] #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 30.14MB / 33.17MB 17.9s [2025-10-31T12:42:07.520Z] #51 ... [2025-10-31T12:42:07.520Z] [2025-10-31T12:42:07.520Z] #75 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-10-31T12:42:07.520Z] #75 ... [2025-10-31T12:42:07.520Z] [2025-10-31T12:42:07.520Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-31T12:42:07.789Z] #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 32.11MB / 33.17MB 18.4s [2025-10-31T12:42:07.789Z] #51 ... [2025-10-31T12:42:07.789Z] [2025-10-31T12:42:07.789Z] #41 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-10-31T12:42:07.789Z] #41 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 9.8s done [2025-10-31T12:42:07.789Z] #41 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 0.2s done [2025-10-31T12:42:07.789Z] #41 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 [2025-10-31T12:42:08.065Z] #41 ... [2025-10-31T12:42:08.065Z] [2025-10-31T12:42:08.065Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-31T12:42:08.065Z] #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 18.7s done [2025-10-31T12:42:08.337Z] #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 18.7s done [2025-10-31T12:42:08.922Z] #51 ... [2025-10-31T12:42:08.922Z] [2025-10-31T12:42:08.922Z] #59 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-10-31T12:42:08.922Z] #59 16.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-10-31T12:42:08.922Z] #59 16.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-10-31T12:42:08.922Z] #59 22.47 OK: 255 MiB in 60 packages [2025-10-31T12:42:08.922Z] #59 DONE 25.0s [2025-10-31T12:42:08.922Z] [2025-10-31T12:42:08.922Z] #57 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-10-31T12:42:08.922Z] #57 21.40 (1/13) Installing brotli-libs (1.1.0-r2) [2025-10-31T12:42:08.922Z] #57 21.56 (2/13) Installing c-ares (1.34.5-r0) [2025-10-31T12:42:08.922Z] #57 21.59 (3/13) Installing libunistring (1.3-r0) [2025-10-31T12:42:08.922Z] #57 21.79 (4/13) Installing libidn2 (2.3.7-r0) [2025-10-31T12:42:08.922Z] #57 21.84 (5/13) Installing nghttp2-libs (1.65.0-r0) [2025-10-31T12:42:08.922Z] #57 21.88 (6/13) Installing libpsl (0.21.5-r3) [2025-10-31T12:42:08.922Z] #57 21.90 (7/13) Installing zstd-libs (1.5.7-r0) [2025-10-31T12:42:08.922Z] #57 22.02 (8/13) Installing libcurl (8.14.1-r2) [2025-10-31T12:42:08.922Z] #57 22.16 (9/13) Installing curl (8.14.1-r2) [2025-10-31T12:42:08.922Z] #57 22.20 (10/13) Installing dumb-init (1.2.5-r3) [2025-10-31T12:42:08.922Z] #57 22.20 (11/13) Installing musl-obstack (1.2.3-r2) [2025-10-31T12:42:08.922Z] #57 22.21 (12/13) Installing libucontext (1.3.2-r0) [2025-10-31T12:42:08.922Z] #57 22.25 (13/13) Installing gcompat (1.1.0-r4) [2025-10-31T12:42:08.922Z] #57 22.26 Executing busybox-1.37.0-r19.trigger [2025-10-31T12:42:08.922Z] #57 22.31 OK: 13 MiB in 29 packages [2025-10-31T12:42:08.922Z] #57 DONE 25.0s [2025-10-31T12:42:08.922Z] [2025-10-31T12:42:08.922Z] #76 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-10-31T12:42:10.333Z] #76 ... [2025-10-31T12:42:10.333Z] [2025-10-31T12:42:10.333Z] #58 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-10-31T12:42:10.333Z] #58 16.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-10-31T12:42:10.333Z] #58 17.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-10-31T12:42:10.333Z] #58 21.59 v3.22.2-101-g9c88d4960b1 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2025-10-31T12:42:10.333Z] #58 21.59 v3.22.2-105-g8db04b4d774 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2025-10-31T12:42:10.333Z] #58 21.59 OK: 26161 distinct packages available [2025-10-31T12:42:10.333Z] #58 23.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-10-31T12:42:10.333Z] #58 26.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-10-31T12:42:10.333Z] #58 ... [2025-10-31T12:42:10.333Z] [2025-10-31T12:42:10.333Z] #41 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-10-31T12:42:10.604Z] #41 ... [2025-10-31T12:42:10.604Z] [2025-10-31T12:42:10.604Z] #77 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2025-10-31T12:42:10.604Z] #77 DONE 1.6s [2025-10-31T12:42:10.604Z] [2025-10-31T12:42:10.604Z] #41 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-10-31T12:42:10.872Z] #41 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 5.2s [2025-10-31T12:42:11.139Z] #41 ... [2025-10-31T12:42:11.139Z] [2025-10-31T12:42:11.139Z] #78 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-10-31T12:42:11.139Z] #0 8.721 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-10-31T12:42:11.139Z] #78 ... [2025-10-31T12:42:11.139Z] [2025-10-31T12:42:11.139Z] #41 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-10-31T12:42:13.086Z] #41 ... [2025-10-31T12:42:13.086Z] [2025-10-31T12:42:13.086Z] #43 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-10-31T12:42:13.086Z] #43 16.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-10-31T12:42:13.086Z] #43 18.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-10-31T12:42:13.355Z] #43 ... [2025-10-31T12:42:13.355Z] [2025-10-31T12:42:13.355Z] #41 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-10-31T12:42:14.319Z] #41 ... [2025-10-31T12:42:14.319Z] [2025-10-31T12:42:14.319Z] #64 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-10-31T12:42:14.319Z] #64 18.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-10-31T12:42:14.319Z] #64 19.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-10-31T12:42:14.319Z] #64 ... [2025-10-31T12:42:14.319Z] [2025-10-31T12:42:14.319Z] #65 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-10-31T12:42:14.319Z] #65 18.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-10-31T12:42:14.319Z] #65 20.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-10-31T12:42:14.590Z] #65 ... [2025-10-31T12:42:14.590Z] [2025-10-31T12:42:14.590Z] #79 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-31T12:42:14.590Z] #79 ... [2025-10-31T12:42:14.590Z] [2025-10-31T12:42:14.590Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-31T12:42:14.590Z] #51 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 3.6s [2025-10-31T12:42:16.539Z] #51 ... [2025-10-31T12:42:16.539Z] [2025-10-31T12:42:16.539Z] #49 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-10-31T12:42:16.539Z] #49 18.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-10-31T12:42:16.539Z] #49 20.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-10-31T12:42:16.539Z] #49 ... [2025-10-31T12:42:16.539Z] [2025-10-31T12:42:16.539Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-31T12:42:16.807Z] #51 ... [2025-10-31T12:42:16.807Z] [2025-10-31T12:42:16.807Z] #71 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-10-31T12:42:16.807Z] #71 17.98 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-10-31T12:42:16.807Z] #71 21.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-10-31T12:42:17.084Z] #71 ... [2025-10-31T12:42:17.084Z] [2025-10-31T12:42:17.084Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-31T12:42:17.355Z] #51 ... [2025-10-31T12:42:17.355Z] [2025-10-31T12:42:17.355Z] #72 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-10-31T12:42:17.355Z] #72 18.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-10-31T12:42:17.355Z] #72 21.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-10-31T12:42:17.625Z] #72 ... [2025-10-31T12:42:17.625Z] [2025-10-31T12:42:17.625Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-31T12:42:17.895Z] #51 ... [2025-10-31T12:42:17.895Z] [2025-10-31T12:42:17.895Z] #69 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-10-31T12:42:17.895Z] #69 19.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-10-31T12:42:17.895Z] #69 22.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-10-31T12:42:18.164Z] #69 ... [2025-10-31T12:42:18.164Z] [2025-10-31T12:42:18.164Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-31T12:42:18.753Z] #51 ... [2025-10-31T12:42:18.753Z] [2025-10-31T12:42:18.753Z] #67 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-10-31T12:42:18.753Z] #67 21.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-10-31T12:42:18.753Z] #67 23.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-10-31T12:42:18.753Z] #67 ... [2025-10-31T12:42:18.753Z] [2025-10-31T12:42:18.753Z] #64 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-10-31T12:42:18.753Z] #64 33.33 (1/1) Installing dumb-init (1.2.5-r3) [2025-10-31T12:42:19.022Z] #64 33.36 Executing busybox-1.37.0-r19.trigger [2025-10-31T12:42:19.022Z] #64 ... [2025-10-31T12:42:19.022Z] [2025-10-31T12:42:19.022Z] #70 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev [2025-10-31T12:42:19.022Z] #70 20.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-10-31T12:42:19.022Z] #70 23.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-10-31T12:42:19.022Z] #70 ... [2025-10-31T12:42:19.022Z] [2025-10-31T12:42:19.022Z] #74 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-10-31T12:42:19.022Z] #74 12.83 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-10-31T12:42:19.022Z] #74 15.62 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-10-31T12:42:19.291Z] #74 ... [2025-10-31T12:42:19.291Z] [2025-10-31T12:42:19.291Z] #56 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade [2025-10-31T12:42:19.291Z] #56 16.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-10-31T12:42:19.291Z] #56 19.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-10-31T12:42:19.560Z] #56 ... [2025-10-31T12:42:19.560Z] [2025-10-31T12:42:19.560Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-31T12:42:19.560Z] #51 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 8.9s [2025-10-31T12:42:20.574Z] #51 ... [2025-10-31T12:42:20.574Z] [2025-10-31T12:42:20.574Z] #80 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-31T12:42:20.574Z] #80 ... [2025-10-31T12:42:20.574Z] [2025-10-31T12:42:20.574Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-31T12:42:20.877Z] #51 ... [2025-10-31T12:42:20.877Z] [2025-10-31T12:42:20.877Z] #64 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-10-31T12:42:20.877Z] #64 33.49 OK: 8 MiB in 17 packages [2025-10-31T12:42:20.877Z] #64 DONE 35.4s [2025-10-31T12:42:20.877Z] [2025-10-31T12:42:20.877Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-31T12:42:20.877Z] #51 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 10.3s done [2025-10-31T12:42:21.472Z] #51 ... [2025-10-31T12:42:21.472Z] [2025-10-31T12:42:21.472Z] #75 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-10-31T12:42:21.472Z] #75 13.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-10-31T12:42:21.472Z] #75 16.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-10-31T12:42:21.472Z] #75 ... [2025-10-31T12:42:21.472Z] [2025-10-31T12:42:21.472Z] #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-31T12:42:21.472Z] #51 DONE 36.1s [2025-10-31T12:42:21.472Z] [2025-10-31T12:42:21.472Z] #65 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-10-31T12:42:21.472Z] #65 34.12 (1/4) Installing ca-certificates (20250911-r0) [2025-10-31T12:42:21.472Z] #65 34.57 (2/4) Installing dumb-init (1.2.5-r3) [2025-10-31T12:42:21.472Z] #65 34.59 (3/4) Installing su-exec (0.2-r3) [2025-10-31T12:42:21.472Z] #65 34.61 (4/4) Installing yq-go (4.47.2-r1) [2025-10-31T12:42:22.443Z] #65 36.63 Executing busybox-1.37.0-r19.trigger [2025-10-31T12:42:22.443Z] #65 36.84 Executing ca-certificates-20250911-r0.trigger [2025-10-31T12:42:22.713Z] #65 ... [2025-10-31T12:42:22.713Z] [2025-10-31T12:42:22.713Z] #78 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-10-31T12:42:22.713Z] #78 11.56 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-10-31T12:42:22.713Z] #78 ... [2025-10-31T12:42:22.713Z] [2025-10-31T12:42:22.713Z] #67 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-10-31T12:42:22.713Z] #67 35.23 (1/2) Installing dumb-init (1.2.5-r3) [2025-10-31T12:42:22.713Z] #67 35.29 (2/2) Installing su-exec (0.2-r3) [2025-10-31T12:42:22.713Z] #67 35.33 Executing busybox-1.37.0-r19.trigger [2025-10-31T12:42:22.713Z] #67 35.52 OK: 8 MiB in 18 packages [2025-10-31T12:42:24.666Z] #67 ... [2025-10-31T12:42:24.666Z] [2025-10-31T12:42:24.666Z] #41 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-10-31T12:42:24.666Z] #41 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 9.3s done [2025-10-31T12:42:24.666Z] #41 ... [2025-10-31T12:42:24.666Z] [2025-10-31T12:42:24.666Z] #71 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-10-31T12:42:24.666Z] #71 34.89 (1/3) Installing ca-certificates (20250911-r0) [2025-10-31T12:42:24.666Z] #71 35.31 (2/3) Installing dumb-init (1.2.5-r3) [2025-10-31T12:42:24.666Z] #71 35.60 (3/3) Installing tzdata (2025b-r0) [2025-10-31T12:42:25.282Z] #71 ... [2025-10-31T12:42:25.282Z] [2025-10-31T12:42:25.282Z] #67 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-10-31T12:42:25.282Z] #67 DONE 38.0s [2025-10-31T12:42:25.282Z] [2025-10-31T12:42:25.282Z] #49 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-10-31T12:42:25.282Z] #49 35.32 OK: 255 MiB in 60 packages [2025-10-31T12:42:25.282Z] #49 DONE 37.2s [2025-10-31T12:42:25.282Z] [2025-10-31T12:42:25.282Z] #81 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-10-31T12:42:25.282Z] #81 ... [2025-10-31T12:42:25.282Z] [2025-10-31T12:42:25.282Z] #58 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-10-31T12:42:25.282Z] #58 39.80 OK: 255 MiB in 60 packages [2025-10-31T12:42:25.282Z] #58 DONE 41.5s [2025-10-31T12:42:25.282Z] [2025-10-31T12:42:25.282Z] #76 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-10-31T12:42:25.282Z] #76 6.456 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-10-31T12:42:25.282Z] #76 8.987 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-10-31T12:42:25.554Z] #76 ... [2025-10-31T12:42:25.554Z] [2025-10-31T12:42:25.554Z] #82 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-10-31T12:42:26.548Z] #82 ... [2025-10-31T12:42:26.548Z] [2025-10-31T12:42:26.548Z] #65 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-10-31T12:42:26.548Z] #65 38.45 OK: 19 MiB in 20 packages [2025-10-31T12:42:26.548Z] #65 DONE 40.8s [2025-10-31T12:42:26.548Z] [2025-10-31T12:42:26.548Z] #83 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-10-31T12:42:26.818Z] #83 ... [2025-10-31T12:42:26.818Z] [2025-10-31T12:42:26.818Z] #82 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-10-31T12:42:26.818Z] #82 DONE 1.3s [2025-10-31T12:42:27.088Z] [2025-10-31T12:42:27.088Z] #81 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-10-31T12:42:27.088Z] #81 DONE 1.7s [2025-10-31T12:42:27.088Z] [2025-10-31T12:42:27.088Z] #84 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-31T12:42:27.088Z] #84 ... [2025-10-31T12:42:27.088Z] [2025-10-31T12:42:27.088Z] #43 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-10-31T12:42:27.088Z] #43 31.04 v3.22.2-101-g9c88d4960b1 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2025-10-31T12:42:27.088Z] #43 31.04 v3.22.2-105-g8db04b4d774 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2025-10-31T12:42:27.088Z] #43 31.04 OK: 26160 distinct packages available [2025-10-31T12:42:27.088Z] #43 32.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-10-31T12:42:27.088Z] #43 34.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-10-31T12:42:27.358Z] #43 ... [2025-10-31T12:42:27.358Z] [2025-10-31T12:42:27.358Z] #72 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-10-31T12:42:27.358Z] #72 36.32 (1/7) Installing ca-certificates (20250911-r0) [2025-10-31T12:42:27.358Z] #72 37.37 (2/7) Installing dumb-init (1.2.5-r3) [2025-10-31T12:42:27.358Z] #72 37.49 (3/7) Installing libgcc (14.2.0-r6) [2025-10-31T12:42:27.358Z] #72 37.60 (4/7) Installing libsodium (1.0.20-r0) [2025-10-31T12:42:27.358Z] #72 37.76 (5/7) Installing libstdc++ (14.2.0-r6) [2025-10-31T12:42:27.629Z] #72 38.44 (6/7) Installing libzmq (4.3.5-r2) [2025-10-31T12:42:27.629Z] #72 38.60 (7/7) Installing zeromq (4.3.5-r2) [2025-10-31T12:42:27.899Z] #72 38.79 Executing busybox-1.37.0-r19.trigger [2025-10-31T12:42:28.169Z] #72 ... [2025-10-31T12:42:28.169Z] [2025-10-31T12:42:28.169Z] #70 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev [2025-10-31T12:42:28.169Z] #70 36.48 OK: 255 MiB in 60 packages [2025-10-31T12:42:28.169Z] #70 DONE 39.8s [2025-10-31T12:42:28.169Z] [2025-10-31T12:42:28.169Z] #72 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-10-31T12:42:28.169Z] #72 39.11 Executing ca-certificates-20250911-r0.trigger [2025-10-31T12:42:29.137Z] #72 ... [2025-10-31T12:42:29.137Z] [2025-10-31T12:42:29.137Z] #85 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-10-31T12:42:29.137Z] #85 DONE 0.8s [2025-10-31T12:42:29.137Z] [2025-10-31T12:42:29.137Z] #86 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-31T12:42:29.765Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-10-31T12:42:29.765Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-10-31T12:42:30.568Z] #86 ... [2025-10-31T12:42:30.568Z] [2025-10-31T12:42:30.568Z] #74 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-10-31T12:42:30.568Z] #74 29.43 (1/1) Installing dumb-init (1.2.5-r3) [2025-10-31T12:42:30.568Z] #74 30.59 Executing busybox-1.37.0-r19.trigger [2025-10-31T12:42:30.568Z] #74 30.83 OK: 8 MiB in 17 packages [2025-10-31T12:42:30.568Z] #74 DONE 34.1s [2025-10-31T12:42:30.568Z] [2025-10-31T12:42:30.568Z] #72 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-10-31T12:42:30.568Z] #72 41.30 OK: 12 MiB in 23 packages [2025-10-31T12:42:30.704Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-10-31T12:42:30.852Z] #72 ... [2025-10-31T12:42:30.852Z] [2025-10-31T12:42:30.852Z] #87 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-10-31T12:42:30.852Z] #0 3.437 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-10-31T12:42:30.852Z] #0 6.192 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-10-31T12:42:31.124Z] #87 ... [2025-10-31T12:42:31.124Z] [2025-10-31T12:42:31.124Z] #56 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade [2025-10-31T12:42:31.124Z] #56 35.16 OK: 8 MiB in 17 packages [2025-10-31T12:42:31.124Z] #56 DONE 38.5s [2025-10-31T12:42:31.124Z] [2025-10-31T12:42:31.124Z] #75 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-10-31T12:42:31.124Z] #75 33.36 OK: 20 MiB in 20 packages [2025-10-31T12:42:31.402Z] #75 ... [2025-10-31T12:42:31.402Z] [2025-10-31T12:42:31.402Z] #78 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-10-31T12:42:31.402Z] #78 28.52 OK: 255 MiB in 60 packages [2025-10-31T12:42:31.402Z] #78 DONE 30.5s [2025-10-31T12:42:31.642Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-10-31T12:42:31.698Z] [2025-10-31T12:42:31.698Z] #88 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-10-31T12:42:32.292Z] #88 DONE 0.8s [2025-10-31T12:42:32.292Z] [2025-10-31T12:42:32.292Z] #76 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-10-31T12:42:32.292Z] #76 22.94 OK: 13 MiB in 29 packages [2025-10-31T12:42:32.569Z] #76 ... [2025-10-31T12:42:32.569Z] [2025-10-31T12:42:32.569Z] #71 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-10-31T12:42:32.569Z] #71 38.62 Executing busybox-1.37.0-r19.trigger [2025-10-31T12:42:32.569Z] #71 38.82 Executing ca-certificates-20250911-r0.trigger [2025-10-31T12:42:32.569Z] #71 40.69 OK: 8 MiB in 19 packages [2025-10-31T12:42:32.569Z] #71 DONE 43.8s [2025-10-31T12:42:32.860Z] [2025-10-31T12:42:32.860Z] #89 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-10-31T12:42:33.129Z] #89 ... [2025-10-31T12:42:33.129Z] [2025-10-31T12:42:33.129Z] #75 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-10-31T12:42:33.129Z] #75 DONE 35.6s [2025-10-31T12:42:33.398Z] [2025-10-31T12:42:33.398Z] #72 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-10-31T12:42:33.398Z] #72 DONE 44.3s [2025-10-31T12:42:33.398Z] [2025-10-31T12:42:33.398Z] #90 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2025-10-31T12:42:33.548Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-10-31T12:42:33.989Z] #90 DONE 0.8s [2025-10-31T12:42:33.989Z] [2025-10-31T12:42:33.989Z] #43 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-10-31T12:42:33.989Z] #43 47.86 (1/5) Installing dumb-init (1.2.5-r3) [2025-10-31T12:42:33.989Z] #43 47.88 (2/5) Installing musl-obstack (1.2.3-r2) [2025-10-31T12:42:33.989Z] #43 47.90 (3/5) Installing libucontext (1.3.2-r0) [2025-10-31T12:42:33.989Z] #43 47.91 (4/5) Installing gcompat (1.1.0-r4) [2025-10-31T12:42:33.989Z] #43 47.93 (5/5) Installing openssl (3.5.4-r0) [2025-10-31T12:42:33.989Z] #43 47.98 Executing busybox-1.37.0-r19.trigger [2025-10-31T12:42:34.259Z] #43 ... [2025-10-31T12:42:34.259Z] [2025-10-31T12:42:34.259Z] #76 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-10-31T12:42:34.259Z] #76 DONE 25.2s [2025-10-31T12:42:34.259Z] [2025-10-31T12:42:34.259Z] #43 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-10-31T12:42:34.259Z] #43 48.02 OK: 9 MiB in 21 packages [2025-10-31T12:42:34.846Z] #43 ... [2025-10-31T12:42:34.846Z] [2025-10-31T12:42:34.846Z] #69 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-10-31T12:42:34.846Z] #69 36.41 v3.22.2-101-g9c88d4960b1 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2025-10-31T12:42:34.846Z] #69 36.41 v3.22.2-105-g8db04b4d774 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2025-10-31T12:42:34.846Z] #69 36.41 OK: 26160 distinct packages available [2025-10-31T12:42:34.846Z] #69 39.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-10-31T12:42:34.846Z] #69 42.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-10-31T12:42:34.846Z] #69 ... [2025-10-31T12:42:34.846Z] [2025-10-31T12:42:34.846Z] #91 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-10-31T12:42:35.114Z] #91 ... [2025-10-31T12:42:35.114Z] [2025-10-31T12:42:35.114Z] #92 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-10-31T12:42:35.114Z] #0 7.814 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-10-31T12:42:35.114Z] #0 9.553 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-10-31T12:42:35.114Z] #92 ... [2025-10-31T12:42:35.114Z] [2025-10-31T12:42:35.114Z] #93 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-31T12:42:35.384Z] #93 ... [2025-10-31T12:42:35.384Z] [2025-10-31T12:42:35.384Z] #43 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-10-31T12:42:35.384Z] #43 DONE 49.6s [2025-10-31T12:42:35.652Z] [2025-10-31T12:42:35.652Z] #94 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade [2025-10-31T12:42:37.064Z] #94 ... [2025-10-31T12:42:37.064Z] [2025-10-31T12:42:37.064Z] #95 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-31T12:42:37.064Z] #95 ... [2025-10-31T12:42:37.064Z] [2025-10-31T12:42:37.064Z] #83 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-10-31T12:42:37.064Z] #83 9.802 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-10-31T12:42:38.030Z] #83 11.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-10-31T12:42:40.628Z] #83 ... [2025-10-31T12:42:40.628Z] [2025-10-31T12:42:40.628Z] #87 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-10-31T12:42:40.628Z] #87 18.22 OK: 8 MiB in 17 packages [2025-10-31T12:42:40.628Z] #87 DONE 19.3s [2025-10-31T12:42:40.628Z] [2025-10-31T12:42:40.628Z] #94 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade [2025-10-31T12:42:40.628Z] #94 3.480 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-10-31T12:42:40.628Z] #94 4.704 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-10-31T12:42:42.837Z] #94 ... [2025-10-31T12:42:42.837Z] [2025-10-31T12:42:42.837Z] #69 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-10-31T12:42:42.837Z] #69 52.67 (1/4) Installing dumb-init (1.2.5-r3) [2025-10-31T12:42:42.837Z] #69 52.69 (2/4) Installing musl-obstack (1.2.3-r2) [2025-10-31T12:42:42.837Z] #69 52.70 (3/4) Installing libucontext (1.3.2-r0) [2025-10-31T12:42:42.837Z] #69 52.72 (4/4) Installing gcompat (1.1.0-r4) [2025-10-31T12:42:42.837Z] #69 52.73 Executing busybox-1.37.0-r19.trigger [2025-10-31T12:42:42.837Z] #69 52.81 OK: 8 MiB in 20 packages [2025-10-31T12:42:42.837Z] #69 DONE 54.1s [2025-10-31T12:42:42.837Z] [2025-10-31T12:42:42.837Z] #96 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-10-31T12:42:43.864Z] #96 ... [2025-10-31T12:42:43.864Z] [2025-10-31T12:42:43.864Z] #92 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-10-31T12:42:43.864Z] #92 16.74 OK: 8 MiB in 18 packages [2025-10-31T12:42:43.864Z] #92 DONE 18.4s [2025-10-31T12:42:43.864Z] [2025-10-31T12:42:43.864Z] #97 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-10-31T12:42:46.523Z] #97 DONE 2.9s [2025-10-31T12:42:46.523Z] [2025-10-31T12:42:46.523Z] #98 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2025-10-31T12:42:46.815Z] #98 DONE 0.4s [2025-10-31T12:42:46.815Z] [2025-10-31T12:42:46.815Z] #96 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-10-31T12:42:46.815Z] #96 3.239 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-10-31T12:42:46.815Z] #96 4.419 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-10-31T12:42:48.305Z] #96 ... [2025-10-31T12:42:48.305Z] [2025-10-31T12:42:48.305Z] #83 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-10-31T12:42:48.305Z] #83 19.75 OK: 19 MiB in 20 packages [2025-10-31T12:42:48.305Z] #83 DONE 21.6s [2025-10-31T12:42:48.305Z] [2025-10-31T12:42:48.305Z] #89 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-10-31T12:42:48.305Z] #89 5.408 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-10-31T12:42:48.305Z] #89 6.798 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-10-31T12:42:48.305Z] #89 ... [2025-10-31T12:42:48.305Z] [2025-10-31T12:42:48.305Z] #91 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-10-31T12:42:48.305Z] #91 5.398 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-10-31T12:42:48.305Z] #91 6.529 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-10-31T12:42:48.460Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-10-31T12:42:48.577Z] #91 14.94 OK: 12 MiB in 23 packages [2025-10-31T12:42:48.846Z] #91 ... [2025-10-31T12:42:48.846Z] [2025-10-31T12:42:48.846Z] #89 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-10-31T12:42:48.846Z] #89 15.96 OK: 8 MiB in 19 packages [2025-10-31T12:42:49.449Z] #89 ... [2025-10-31T12:42:49.449Z] [2025-10-31T12:42:49.449Z] #91 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-10-31T12:42:49.449Z] #91 DONE 16.1s [2025-10-31T12:42:49.718Z] [2025-10-31T12:42:49.718Z] #94 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade [2025-10-31T12:42:49.718Z] #94 14.01 OK: 9 MiB in 21 packages [2025-10-31T12:42:49.718Z] #94 ... [2025-10-31T12:42:49.718Z] [2025-10-31T12:42:49.718Z] #89 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-10-31T12:42:49.718Z] #89 DONE 17.2s [2025-10-31T12:42:49.987Z] [2025-10-31T12:42:49.987Z] #95 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-31T12:42:50.602Z] #95 ... [2025-10-31T12:42:50.602Z] [2025-10-31T12:42:50.602Z] #94 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade [2025-10-31T12:42:50.602Z] #94 DONE 15.3s [2025-10-31T12:42:50.602Z] [2025-10-31T12:42:50.602Z] #99 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-10-31T12:42:52.016Z] #99 ... [2025-10-31T12:42:52.016Z] [2025-10-31T12:42:52.016Z] #100 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-10-31T12:42:52.016Z] #100 DONE 1.2s [2025-10-31T12:42:52.016Z] [2025-10-31T12:42:52.016Z] #101 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-10-31T12:42:52.996Z] #101 ... [2025-10-31T12:42:52.996Z] [2025-10-31T12:42:52.996Z] #99 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-10-31T12:42:52.996Z] #99 DONE 2.3s [2025-10-31T12:42:52.996Z] [2025-10-31T12:42:52.996Z] #102 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-10-31T12:42:52.996Z] #102 DONE 0.3s [2025-10-31T12:42:52.996Z] [2025-10-31T12:42:52.996Z] #101 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-10-31T12:42:53.273Z] #101 ... [2025-10-31T12:42:53.273Z] [2025-10-31T12:42:53.273Z] #103 [security-spire-server stage-2 6/9] COPY security.txt / [2025-10-31T12:42:53.273Z] #103 DONE 0.3s [2025-10-31T12:42:53.553Z] [2025-10-31T12:42:53.553Z] #104 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-10-31T12:42:53.833Z] #104 DONE 0.3s [2025-10-31T12:42:53.833Z] [2025-10-31T12:42:53.833Z] #101 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-10-31T12:42:53.833Z] #101 DONE 2.1s [2025-10-31T12:42:53.833Z] [2025-10-31T12:42:53.833Z] #105 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2025-10-31T12:42:54.105Z] #105 DONE 0.3s [2025-10-31T12:42:54.105Z] [2025-10-31T12:42:54.105Z] #106 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2025-10-31T12:42:54.379Z] #106 DONE 0.3s [2025-10-31T12:42:54.379Z] [2025-10-31T12:42:54.379Z] #107 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2025-10-31T12:42:54.379Z] #107 DONE 0.5s [2025-10-31T12:42:54.379Z] [2025-10-31T12:42:54.379Z] #108 [security-spire-server] exporting to image [2025-10-31T12:42:54.379Z] #108 exporting layers [2025-10-31T12:42:54.969Z] #108 ... [2025-10-31T12:42:54.969Z] [2025-10-31T12:42:54.969Z] #109 [security-spire-agent stage-3 7/10] COPY security.txt / [2025-10-31T12:42:54.969Z] #109 DONE 0.4s [2025-10-31T12:42:54.969Z] [2025-10-31T12:42:54.969Z] #110 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2025-10-31T12:42:55.247Z] #110 DONE 0.4s [2025-10-31T12:42:55.247Z] [2025-10-31T12:42:55.247Z] #96 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-10-31T12:42:55.247Z] #96 11.70 OK: 8 MiB in 20 packages [2025-10-31T12:42:55.523Z] #96 DONE 13.2s [2025-10-31T12:42:55.523Z] [2025-10-31T12:42:55.523Z] #111 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2025-10-31T12:42:55.523Z] #111 DONE 0.4s [2025-10-31T12:42:55.523Z] [2025-10-31T12:42:55.523Z] #112 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2025-10-31T12:42:56.139Z] #112 DONE 0.6s [2025-10-31T12:42:56.139Z] [2025-10-31T12:42:56.139Z] #113 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-10-31T12:42:56.668Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-10-31T12:42:58.592Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-10-31T12:43:00.438Z] #113 DONE 4.5s [2025-10-31T12:43:00.438Z] [2025-10-31T12:43:00.438Z] #114 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2025-10-31T12:43:00.438Z] #114 ... [2025-10-31T12:43:00.438Z] [2025-10-31T12:43:00.438Z] #108 [security-spire-agent] exporting to image [2025-10-31T12:43:00.438Z] #108 exporting layers 3.8s done [2025-10-31T12:43:00.438Z] #108 writing image sha256:2b26249a8cfaaa8c03bde8037d07c3f83142f94b15dbf7c3a27489f14a0d7c75 0.0s done [2025-10-31T12:43:00.438Z] #108 naming to docker.io/library/security-spire-server-arm64 done [2025-10-31T12:43:00.438Z] #108 writing image sha256:f6dbe15307c1e421716ec42d5830eed20186ff7c6eec83a9e5e1bf8e73169a82 done [2025-10-31T12:43:00.438Z] #108 naming to docker.io/library/security-spire-agent-arm64 0.0s done [2025-10-31T12:43:00.438Z] #108 DONE 6.1s [2025-10-31T12:43:00.438Z] [2025-10-31T12:43:00.438Z] #114 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2025-10-31T12:43:00.438Z] #114 DONE 0.2s [2025-10-31T12:43:00.438Z] [2025-10-31T12:43:00.438Z] #115 [security-spire-config stage-2 6/10] COPY security.txt / [2025-10-31T12:43:00.709Z] #115 DONE 0.2s [2025-10-31T12:43:00.709Z] [2025-10-31T12:43:00.709Z] #116 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2025-10-31T12:43:00.709Z] #116 DONE 0.2s [2025-10-31T12:43:00.709Z] [2025-10-31T12:43:00.709Z] #79 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-31T12:43:00.985Z] #79 ... [2025-10-31T12:43:00.985Z] [2025-10-31T12:43:00.985Z] #117 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2025-10-31T12:43:00.985Z] #117 DONE 0.2s [2025-10-31T12:43:00.985Z] [2025-10-31T12:43:00.985Z] #118 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2025-10-31T12:43:01.253Z] #118 DONE 0.2s [2025-10-31T12:43:01.253Z] [2025-10-31T12:43:01.253Z] #108 [security-spire-config] exporting to image [2025-10-31T12:43:01.904Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-10-31T12:43:03.303Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-10-31T12:43:03.848Z] #108 exporting layers 2.2s done [2025-10-31T12:43:03.848Z] #108 writing image sha256:75c28083742b32a29ec45231fc19bca58753317595103849af03483d760444d4 0.0s done [2025-10-31T12:43:03.848Z] #108 naming to docker.io/library/security-spire-config-arm64 done [2025-10-31T12:43:03.848Z] #108 DONE 8.4s [2025-10-31T12:43:03.848Z] [2025-10-31T12:43:03.848Z] #79 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-31T12:43:07.509Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-10-31T12:43:09.492Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2025-10-31T12:43:12.803Z] $ docker stop --time=1 cfcc834b542aa8859eaf9d5c3ce31fff1aa5d81cc3ee0376e206135fa2798474 [2025-10-31T12:43:26.698Z] $ docker rm -f --volumes cfcc834b542aa8859eaf9d5c3ce31fff1aa5d81cc3ee0376e206135fa2798474 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:43:30.195Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-10-31T12:43:30.195Z] [2025-10-31T12:43:30.195Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:43:30.500Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-10-31T12:43:31.882Z] latest: Pulling from edgex-devops/edgex-compose [2025-10-31T12:43:31.882Z] 91d30c5bc195: Pulling fs layer [2025-10-31T12:43:31.882Z] 2e9b0aa3be6d: Pulling fs layer [2025-10-31T12:43:31.882Z] 9c61dcf015f6: Pulling fs layer [2025-10-31T12:43:31.882Z] 4698f68db338: Pulling fs layer [2025-10-31T12:43:31.882Z] 2a2f49069b9e: Pulling fs layer [2025-10-31T12:43:31.882Z] e0025b399a48: Pulling fs layer [2025-10-31T12:43:31.882Z] 2a2f49069b9e: Waiting [2025-10-31T12:43:31.882Z] e0025b399a48: Waiting [2025-10-31T12:43:31.882Z] 4698f68db338: Waiting [2025-10-31T12:43:32.142Z] 91d30c5bc195: Download complete [2025-10-31T12:43:32.142Z] 4698f68db338: Download complete [2025-10-31T12:43:32.142Z] 2e9b0aa3be6d: Verifying Checksum [2025-10-31T12:43:32.142Z] e0025b399a48: Verifying Checksum [2025-10-31T12:43:32.142Z] e0025b399a48: Download complete [2025-10-31T12:43:32.401Z] 2a2f49069b9e: Download complete [2025-10-31T12:43:32.968Z] 91d30c5bc195: Pull complete [2025-10-31T12:43:33.229Z] 9c61dcf015f6: Verifying Checksum [2025-10-31T12:43:33.229Z] 9c61dcf015f6: Download complete [2025-10-31T12:43:35.135Z] 2e9b0aa3be6d: Pull complete [2025-10-31T12:43:41.701Z] 9c61dcf015f6: Pull complete [2025-10-31T12:43:41.701Z] 4698f68db338: Pull complete [2025-10-31T12:43:41.701Z] 2a2f49069b9e: Pull complete [2025-10-31T12:43:41.701Z] e0025b399a48: Pull complete [2025-10-31T12:43:41.701Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2025-10-31T12:43:41.701Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-10-31T12:43:41.701Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-10-31T12:43:41.799Z] prd-ubuntu20.04-docker-8c-8g-772206 does not seem to be running inside a container [2025-10-31T12:43:41.828Z] $ 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/921 -v /w/workspace/edgex-go/921:/w/workspace/edgex-go/921:rw,z -v /w/workspace/edgex-go/921@tmp:/w/workspace/edgex-go/921@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2025-10-31T12:43:45.294Z] $ docker top 0cb87393383e8b32b1dd42a004e777574375cc8c30398b1774d0fea905c2a6b4 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-10-31T12:43:45.649Z] + docker compose -f ./docker-compose-build.yml build --parallel [2025-10-31T12:43:45.907Z] #1 [security-secretstore-setup internal] load build definition from Dockerfile [2025-10-31T12:43:45.907Z] #1 ... [2025-10-31T12:43:45.907Z] [2025-10-31T12:43:45.907Z] #2 [support-notifications internal] load build definition from Dockerfile [2025-10-31T12:43:45.907Z] #2 transferring dockerfile: 2.02kB done [2025-10-31T12:43:45.907Z] #2 DONE 0.2s [2025-10-31T12:43:45.907Z] [2025-10-31T12:43:45.907Z] #3 [support-notifications internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-10-31T12:43:45.907Z] #3 DONE 0.0s [2025-10-31T12:43:45.907Z] [2025-10-31T12:43:45.907Z] #4 [core-keeper internal] load build definition from Dockerfile [2025-10-31T12:43:45.907Z] #4 transferring dockerfile: 2.01kB done [2025-10-31T12:43:45.907Z] #4 DONE 0.2s [2025-10-31T12:43:46.166Z] [2025-10-31T12:43:46.166Z] #5 [security-spiffe-token-provider internal] load build definition from Dockerfile [2025-10-31T12:43:46.166Z] #5 transferring dockerfile: 1.89kB done [2025-10-31T12:43:46.166Z] #5 DONE 0.2s [2025-10-31T12:43:46.166Z] [2025-10-31T12:43:46.166Z] #3 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-10-31T12:43:46.166Z] #3 DONE 0.0s [2025-10-31T12:43:46.166Z] [2025-10-31T12:43:46.166Z] #6 [security-spire-config internal] load build definition from Dockerfile [2025-10-31T12:43:46.166Z] #6 transferring dockerfile: 1.69kB done [2025-10-31T12:43:46.166Z] #6 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) [2025-10-31T12:43:46.166Z] #6 DONE 0.3s [2025-10-31T12:43:46.166Z] [2025-10-31T12:43:46.166Z] #7 [security-spire-config internal] load metadata for docker.io/library/alpine:3.22 [2025-10-31T12:43:46.166Z] #7 DONE 0.3s [2025-10-31T12:43:46.166Z] [2025-10-31T12:43:46.166Z] #8 [support-scheduler internal] load build definition from Dockerfile [2025-10-31T12:43:46.166Z] #8 transferring dockerfile: 1.83kB done [2025-10-31T12:43:46.166Z] #8 DONE 0.4s [2025-10-31T12:43:46.166Z] [2025-10-31T12:43:46.166Z] #3 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-10-31T12:43:46.166Z] #3 DONE 0.0s [2025-10-31T12:43:46.166Z] [2025-10-31T12:43:46.166Z] #9 [security-spire-server internal] load build definition from Dockerfile [2025-10-31T12:43:46.166Z] #9 transferring dockerfile: 1.70kB done [2025-10-31T12:43:46.166Z] #9 DONE 0.4s [2025-10-31T12:43:46.166Z] [2025-10-31T12:43:46.166Z] #10 [support-notifications internal] load .dockerignore [2025-10-31T12:43:46.166Z] #10 DONE 0.0s [2025-10-31T12:43:46.166Z] [2025-10-31T12:43:46.166Z] #11 [support-scheduler internal] load .dockerignore [2025-10-31T12:43:46.424Z] #11 ... [2025-10-31T12:43:46.424Z] [2025-10-31T12:43:46.424Z] #12 [core-metadata internal] load build definition from Dockerfile [2025-10-31T12:43:46.424Z] #12 transferring dockerfile: 2.10kB done [2025-10-31T12:43:46.424Z] #12 DONE 0.4s [2025-10-31T12:43:46.424Z] [2025-10-31T12:43:46.424Z] #13 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2025-10-31T12:43:46.424Z] #13 transferring dockerfile: 2.23kB done [2025-10-31T12:43:46.424Z] #13 DONE 0.4s [2025-10-31T12:43:46.424Z] [2025-10-31T12:43:46.424Z] #14 [core-command internal] load build definition from Dockerfile [2025-10-31T12:43:46.424Z] #14 transferring dockerfile: 1.94kB done [2025-10-31T12:43:46.424Z] #14 DONE 0.4s [2025-10-31T12:43:46.424Z] [2025-10-31T12:43:46.424Z] #15 [security-proxy-setup internal] load build definition from Dockerfile [2025-10-31T12:43:46.424Z] #15 transferring dockerfile: 2.50kB done [2025-10-31T12:43:46.424Z] #15 DONE 0.5s [2025-10-31T12:43:46.424Z] [2025-10-31T12:43:46.424Z] #3 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-10-31T12:43:46.424Z] #3 DONE 0.0s [2025-10-31T12:43:46.424Z] [2025-10-31T12:43:46.424Z] #1 [security-secretstore-setup internal] load build definition from Dockerfile [2025-10-31T12:43:46.424Z] #1 transferring dockerfile: 2.49kB done [2025-10-31T12:43:46.424Z] #1 DONE 0.5s [2025-10-31T12:43:46.424Z] [2025-10-31T12:43:46.424Z] #16 [security-bootstrapper internal] load build definition from Dockerfile [2025-10-31T12:43:46.424Z] #16 transferring dockerfile: 3.02kB done [2025-10-31T12:43:46.424Z] #16 DONE 0.4s [2025-10-31T12:43:46.424Z] [2025-10-31T12:43:46.424Z] #11 [support-scheduler internal] load .dockerignore [2025-10-31T12:43:46.424Z] #11 ... [2025-10-31T12:43:46.424Z] [2025-10-31T12:43:46.424Z] #17 [core-data internal] load build definition from Dockerfile [2025-10-31T12:43:46.424Z] #17 transferring dockerfile: 2.04kB done [2025-10-31T12:43:46.424Z] #17 DONE 0.3s [2025-10-31T12:43:46.424Z] [2025-10-31T12:43:46.424Z] #18 [security-spire-agent internal] load build definition from Dockerfile [2025-10-31T12:43:46.424Z] #18 transferring dockerfile: 1.81kB done [2025-10-31T12:43:46.424Z] #18 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) [2025-10-31T12:43:46.424Z] #18 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 23) [2025-10-31T12:43:46.424Z] #18 DONE 0.3s [2025-10-31T12:43:46.424Z] [2025-10-31T12:43:46.424Z] #19 [core-keeper internal] load .dockerignore [2025-10-31T12:43:46.424Z] #19 transferring context: 50B done [2025-10-31T12:43:46.424Z] #19 DONE 0.2s [2025-10-31T12:43:46.424Z] [2025-10-31T12:43:46.424Z] #20 [security-proxy-auth internal] load build definition from Dockerfile [2025-10-31T12:43:46.424Z] #20 transferring dockerfile: 2.14kB done [2025-10-31T12:43:46.424Z] #20 DONE 0.3s [2025-10-31T12:43:46.424Z] [2025-10-31T12:43:46.424Z] #3 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-10-31T12:43:46.424Z] #3 DONE 0.0s [2025-10-31T12:43:46.424Z] [2025-10-31T12:43:46.424Z] #11 [support-scheduler internal] load .dockerignore [2025-10-31T12:43:46.424Z] #11 transferring context: 50B done [2025-10-31T12:43:46.424Z] #11 DONE 0.3s [2025-10-31T12:43:46.424Z] [2025-10-31T12:43:46.424Z] #7 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.22 [2025-10-31T12:43:46.424Z] #7 DONE 0.4s [2025-10-31T12:43:46.424Z] [2025-10-31T12:43:46.424Z] #10 [support-notifications internal] load .dockerignore [2025-10-31T12:43:46.424Z] #10 transferring context: 50B done [2025-10-31T12:43:46.424Z] #10 DONE 0.3s [2025-10-31T12:43:46.424Z] [2025-10-31T12:43:46.424Z] #21 [security-spiffe-token-provider internal] load .dockerignore [2025-10-31T12:43:46.424Z] #21 transferring context: 50B done [2025-10-31T12:43:46.424Z] #21 DONE 0.3s [2025-10-31T12:43:46.424Z] [2025-10-31T12:43:46.424Z] #22 [support-scheduler stage-1 1/6] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 [2025-10-31T12:43:46.424Z] #22 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.1s done [2025-10-31T12:43:46.424Z] #22 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done [2025-10-31T12:43:46.424Z] #22 sha256:85f2b723e106c34644cd5851d7e81ee87da98ac54672b29947c052a45d31dc2f 1.02kB / 1.02kB done [2025-10-31T12:43:46.424Z] #22 sha256:706db57fb2063f39f69632c5b5c9c439633fda35110e65587c5d85553fd1cc38 581B / 581B done [2025-10-31T12:43:46.683Z] #22 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.1s done [2025-10-31T12:43:46.683Z] #22 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done [2025-10-31T12:43:46.683Z] #22 sha256:85f2b723e106c34644cd5851d7e81ee87da98ac54672b29947c052a45d31dc2f 1.02kB / 1.02kB done [2025-10-31T12:43:46.683Z] #22 sha256:706db57fb2063f39f69632c5b5c9c439633fda35110e65587c5d85553fd1cc38 581B / 581B done [2025-10-31T12:43:46.683Z] #22 DONE 0.3s [2025-10-31T12:43:46.683Z] [2025-10-31T12:43:46.683Z] #23 [core-common-config-bootstrapper internal] load .dockerignore [2025-10-31T12:43:46.683Z] #23 transferring context: 50B done [2025-10-31T12:43:46.683Z] #23 DONE 0.3s [2025-10-31T12:43:46.683Z] [2025-10-31T12:43:46.683Z] #24 [core-command internal] load .dockerignore [2025-10-31T12:43:46.683Z] #24 transferring context: 50B done [2025-10-31T12:43:46.683Z] #24 DONE 0.3s [2025-10-31T12:43:46.683Z] [2025-10-31T12:43:46.683Z] #25 [core-metadata internal] load .dockerignore [2025-10-31T12:43:46.683Z] #25 transferring context: 50B done [2025-10-31T12:43:46.683Z] #25 DONE 0.3s [2025-10-31T12:43:46.683Z] [2025-10-31T12:43:46.683Z] #26 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-10-31T12:43:46.943Z] #26 ... [2025-10-31T12:43:46.943Z] [2025-10-31T12:43:46.943Z] #27 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-10-31T12:43:46.943Z] #27 DONE 0.8s [2025-10-31T12:43:46.943Z] [2025-10-31T12:43:46.943Z] #28 [core-metadata builder 1/8] FROM docker.io/library/ci-base-image-x86_64:latest [2025-10-31T12:43:47.204Z] #28 ... [2025-10-31T12:43:47.204Z] [2025-10-31T12:43:47.204Z] #29 [core-data internal] load .dockerignore [2025-10-31T12:43:47.204Z] #29 transferring context: 50B 0.0s done [2025-10-31T12:43:47.204Z] #29 DONE 0.7s [2025-10-31T12:43:47.204Z] [2025-10-31T12:43:47.204Z] #22 [core-data stage-1 1/6] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 [2025-10-31T12:43:47.204Z] #22 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.1s done [2025-10-31T12:43:47.204Z] #22 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done [2025-10-31T12:43:47.204Z] #22 sha256:85f2b723e106c34644cd5851d7e81ee87da98ac54672b29947c052a45d31dc2f 1.02kB / 1.02kB done [2025-10-31T12:43:47.204Z] #22 sha256:706db57fb2063f39f69632c5b5c9c439633fda35110e65587c5d85553fd1cc38 581B / 581B done [2025-10-31T12:43:47.204Z] #22 DONE 0.3s [2025-10-31T12:43:47.204Z] [2025-10-31T12:43:47.204Z] #30 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 [2025-10-31T12:43:47.204Z] #30 DONE 0.9s [2025-10-31T12:43:47.204Z] [2025-10-31T12:43:47.204Z] #31 [security-spire-agent internal] load .dockerignore [2025-10-31T12:43:47.480Z] #31 ... [2025-10-31T12:43:47.480Z] [2025-10-31T12:43:47.480Z] #22 [security-proxy-setup stage-1 1/6] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 [2025-10-31T12:43:47.480Z] #22 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.1s done [2025-10-31T12:43:47.480Z] #22 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done [2025-10-31T12:43:47.480Z] #22 sha256:85f2b723e106c34644cd5851d7e81ee87da98ac54672b29947c052a45d31dc2f 1.02kB / 1.02kB done [2025-10-31T12:43:47.480Z] #22 sha256:706db57fb2063f39f69632c5b5c9c439633fda35110e65587c5d85553fd1cc38 581B / 581B done [2025-10-31T12:43:47.480Z] #22 DONE 0.3s [2025-10-31T12:43:47.480Z] [2025-10-31T12:43:47.480Z] #32 [security-proxy-setup internal] load .dockerignore [2025-10-31T12:43:47.480Z] #32 transferring context: 50B 0.0s done [2025-10-31T12:43:47.480Z] #32 DONE 0.9s [2025-10-31T12:43:47.480Z] [2025-10-31T12:43:47.480Z] #26 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-10-31T12:43:47.480Z] #26 0.847 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-10-31T12:43:47.480Z] #26 0.919 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-10-31T12:43:48.047Z] #26 1.333 (1/1) Installing dumb-init (1.2.5-r3) [2025-10-31T12:43:48.047Z] #26 1.340 Executing busybox-1.37.0-r19.trigger [2025-10-31T12:43:48.047Z] #26 1.357 OK: 7 MiB in 17 packages [2025-10-31T12:43:48.305Z] #26 ... [2025-10-31T12:43:48.305Z] [2025-10-31T12:43:48.305Z] #33 [security-proxy-auth internal] load .dockerignore [2025-10-31T12:43:48.306Z] #33 transferring context: 50B 0.0s done [2025-10-31T12:43:48.306Z] #33 DONE 1.8s [2025-10-31T12:43:48.306Z] [2025-10-31T12:43:48.306Z] #34 [core-metadata internal] load build context [2025-10-31T12:43:52.565Z] #34 transferring context: 454.79MB 5.5s [2025-10-31T12:43:52.565Z] #34 ... [2025-10-31T12:43:52.565Z] [2025-10-31T12:43:52.565Z] #35 [core-keeper internal] load build context [2025-10-31T12:43:52.565Z] #35 ... [2025-10-31T12:43:52.565Z] [2025-10-31T12:43:52.565Z] #34 [core-metadata internal] load build context [2025-10-31T12:43:53.504Z] #34 ... [2025-10-31T12:43:53.504Z] [2025-10-31T12:43:53.504Z] #36 [security-secretstore-setup internal] load .dockerignore [2025-10-31T12:43:53.504Z] #36 transferring context: 50B done [2025-10-31T12:43:53.504Z] #36 DONE 6.9s [2025-10-31T12:43:53.504Z] [2025-10-31T12:43:53.504Z] #34 [core-metadata internal] load build context [2025-10-31T12:43:53.504Z] #34 transferring context: 530.31MB 6.4s [2025-10-31T12:43:54.074Z] #34 transferring context: 612.58MB 7.2s done [2025-10-31T12:43:56.613Z] #34 ... [2025-10-31T12:43:56.613Z] [2025-10-31T12:43:56.613Z] #37 [security-bootstrapper internal] load .dockerignore [2025-10-31T12:43:56.613Z] #37 transferring context: 50B 0.0s done [2025-10-31T12:43:56.613Z] #37 ... [2025-10-31T12:43:56.613Z] [2025-10-31T12:43:56.613Z] #38 [core-command internal] load build context [2025-10-31T12:43:56.613Z] #38 transferring context: 612.58MB 7.4s done [2025-10-31T12:43:56.904Z] #38 ... [2025-10-31T12:43:56.904Z] [2025-10-31T12:43:56.904Z] #39 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-10-31T12:43:56.904Z] #0 9.008 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-10-31T12:43:56.904Z] #0 9.193 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-10-31T12:43:56.904Z] #0 9.573 (1/3) Installing ca-certificates (20250911-r0) [2025-10-31T12:43:56.904Z] #0 10.01 (2/3) Installing dumb-init (1.2.5-r3) [2025-10-31T12:43:56.904Z] #0 10.02 (3/3) Installing tzdata (2025b-r0) [2025-10-31T12:43:56.904Z] #0 10.05 Executing busybox-1.37.0-r19.trigger [2025-10-31T12:43:56.904Z] #0 10.08 Executing ca-certificates-20250911-r0.trigger [2025-10-31T12:43:56.904Z] #0 10.11 OK: 8 MiB in 19 packages [2025-10-31T12:43:56.904Z] #39 ... [2025-10-31T12:43:56.904Z] [2025-10-31T12:43:56.904Z] #40 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-10-31T12:43:56.904Z] #0 3.624 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-10-31T12:43:56.904Z] #0 3.694 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-10-31T12:43:56.904Z] #0 4.024 v3.22.2-101-g9c88d4960b1 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2025-10-31T12:43:56.904Z] #0 4.024 v3.22.2-105-g8db04b4d774 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2025-10-31T12:43:56.904Z] #0 4.024 OK: 26319 distinct packages available [2025-10-31T12:43:56.904Z] #0 4.091 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-10-31T12:43:56.904Z] #0 4.162 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-10-31T12:43:56.904Z] #0 4.469 (1/13) Installing brotli-libs (1.1.0-r2) [2025-10-31T12:43:56.904Z] #0 4.483 (2/13) Installing c-ares (1.34.5-r0) [2025-10-31T12:43:56.904Z] #0 4.490 (3/13) Installing libunistring (1.3-r0) [2025-10-31T12:43:56.904Z] #0 4.509 (4/13) Installing libidn2 (2.3.7-r0) [2025-10-31T12:43:56.904Z] #0 4.512 (5/13) Installing nghttp2-libs (1.65.0-r0) [2025-10-31T12:43:56.904Z] #0 4.516 (6/13) Installing libpsl (0.21.5-r3) [2025-10-31T12:43:56.904Z] #0 4.522 (7/13) Installing zstd-libs (1.5.7-r0) [2025-10-31T12:43:56.904Z] #0 4.535 (8/13) Installing libcurl (8.14.1-r2) [2025-10-31T12:43:56.904Z] #0 4.545 (9/13) Installing curl (8.14.1-r2) [2025-10-31T12:43:56.904Z] #0 4.552 (10/13) Installing dumb-init (1.2.5-r3) [2025-10-31T12:43:56.904Z] #0 4.555 (11/13) Installing musl-obstack (1.2.3-r2) [2025-10-31T12:43:56.904Z] #0 4.558 (12/13) Installing libucontext (1.3.2-r0) [2025-10-31T12:43:56.904Z] #0 4.560 (13/13) Installing gcompat (1.1.0-r4) [2025-10-31T12:43:56.904Z] #0 4.565 Executing busybox-1.37.0-r19.trigger [2025-10-31T12:43:56.904Z] #0 4.585 OK: 13 MiB in 29 packages [2025-10-31T12:43:57.162Z] #40 ... [2025-10-31T12:43:57.162Z] [2025-10-31T12:43:57.162Z] #41 [core-common-config-bootstrapper internal] load build context [2025-10-31T12:43:57.162Z] #41 transferring context: 612.58MB 6.9s done [2025-10-31T12:43:57.162Z] #41 ... [2025-10-31T12:43:57.162Z] [2025-10-31T12:43:57.162Z] #42 [security-spire-config internal] load .dockerignore [2025-10-31T12:43:57.422Z] #42 ... [2025-10-31T12:43:57.422Z] [2025-10-31T12:43:57.422Z] #43 [security-spiffe-token-provider internal] load build context [2025-10-31T12:43:57.422Z] #43 transferring context: 612.58MB 7.8s done [2025-10-31T12:43:57.422Z] #43 ... [2025-10-31T12:43:57.422Z] [2025-10-31T12:43:57.422Z] #44 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-10-31T12:43:57.696Z] #44 ... [2025-10-31T12:43:57.696Z] [2025-10-31T12:43:57.696Z] #28 [security-proxy-setup builder 1/8] FROM docker.io/library/ci-base-image-x86_64:latest [2025-10-31T12:43:57.696Z] #28 ... [2025-10-31T12:43:57.696Z] [2025-10-31T12:43:57.696Z] #45 [security-proxy-setup internal] load build context [2025-10-31T12:43:57.961Z] #45 ... [2025-10-31T12:43:57.962Z] [2025-10-31T12:43:57.962Z] #46 [support-scheduler internal] load build context [2025-10-31T12:43:57.962Z] #46 transferring context: 612.58MB 9.1s done [2025-10-31T12:43:58.222Z] #46 ... [2025-10-31T12:43:58.222Z] [2025-10-31T12:43:58.222Z] #47 [support-notifications internal] load build context [2025-10-31T12:43:58.222Z] #47 transferring context: 612.58MB 9.5s done [2025-10-31T12:43:58.222Z] #47 ... [2025-10-31T12:43:58.222Z] [2025-10-31T12:43:58.222Z] #48 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-10-31T12:43:58.482Z] #48 ... [2025-10-31T12:43:58.482Z] [2025-10-31T12:43:58.482Z] #49 [core-data internal] load build context [2025-10-31T12:43:58.482Z] #49 ... [2025-10-31T12:43:58.482Z] [2025-10-31T12:43:58.482Z] #50 [security-spire-server internal] load .dockerignore [2025-10-31T12:43:59.864Z] #50 ... [2025-10-31T12:43:59.864Z] [2025-10-31T12:43:59.864Z] #51 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-10-31T12:43:59.864Z] #51 ... [2025-10-31T12:43:59.864Z] [2025-10-31T12:43:59.864Z] #37 [security-bootstrapper internal] load .dockerignore [2025-10-31T12:43:59.864Z] #37 DONE 12.8s [2025-10-31T12:43:59.864Z] [2025-10-31T12:43:59.864Z] #52 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-10-31T12:43:59.864Z] #0 0.601 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-10-31T12:43:59.864Z] #0 0.759 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-10-31T12:43:59.864Z] #0 1.249 (1/7) Installing ca-certificates (20250911-r0) [2025-10-31T12:43:59.864Z] #0 1.265 (2/7) Installing dumb-init (1.2.5-r3) [2025-10-31T12:43:59.864Z] #0 1.270 (3/7) Installing libgcc (14.2.0-r6) [2025-10-31T12:43:59.864Z] #0 1.276 (4/7) Installing libsodium (1.0.20-r0) [2025-10-31T12:43:59.864Z] #0 1.284 (5/7) Installing libstdc++ (14.2.0-r6) [2025-10-31T12:43:59.864Z] #0 1.311 (6/7) Installing libzmq (4.3.5-r2) [2025-10-31T12:43:59.864Z] #0 1.320 (7/7) Installing zeromq (4.3.5-r2) [2025-10-31T12:43:59.864Z] #0 1.327 Executing busybox-1.37.0-r19.trigger [2025-10-31T12:43:59.864Z] #0 1.337 Executing ca-certificates-20250911-r0.trigger [2025-10-31T12:43:59.864Z] #0 1.389 OK: 12 MiB in 23 packages [2025-10-31T12:43:59.864Z] #52 ... [2025-10-31T12:43:59.864Z] [2025-10-31T12:43:59.864Z] #35 [core-keeper internal] load build context [2025-10-31T12:43:59.864Z] #35 transferring context: 612.58MB 7.3s done [2025-10-31T12:44:32.062Z] #35 ... [2025-10-31T12:44:32.062Z] [2025-10-31T12:44:32.062Z] #22 [security-secretstore-setup stage-1 1/6] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 [2025-10-31T12:44:32.062Z] #22 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.1s done [2025-10-31T12:44:32.062Z] #22 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done [2025-10-31T12:44:32.062Z] #22 sha256:85f2b723e106c34644cd5851d7e81ee87da98ac54672b29947c052a45d31dc2f 1.02kB / 1.02kB done [2025-10-31T12:44:32.062Z] #22 sha256:706db57fb2063f39f69632c5b5c9c439633fda35110e65587c5d85553fd1cc38 581B / 581B done [2025-10-31T12:44:32.062Z] #22 DONE 0.3s [2025-10-31T12:44:32.062Z] [2025-10-31T12:44:32.062Z] #53 [security-proxy-auth internal] load build context [2025-10-31T12:44:32.062Z] #53 DONE 0.0s [2025-10-31T12:44:32.062Z] [2025-10-31T12:44:32.062Z] #28 [security-secretstore-setup builder 1/8] FROM docker.io/library/ci-base-image-x86_64:latest [2025-10-31T12:44:32.062Z] #28 ... [2025-10-31T12:44:32.062Z] [2025-10-31T12:44:32.062Z] #22 [security-bootstrapper stage-1 1/6] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 [2025-10-31T12:44:32.062Z] #22 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.1s done [2025-10-31T12:44:32.062Z] #22 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done [2025-10-31T12:44:32.062Z] #22 sha256:85f2b723e106c34644cd5851d7e81ee87da98ac54672b29947c052a45d31dc2f 1.02kB / 1.02kB done [2025-10-31T12:44:32.062Z] #22 sha256:706db57fb2063f39f69632c5b5c9c439633fda35110e65587c5d85553fd1cc38 581B / 581B done [2025-10-31T12:44:32.062Z] #22 DONE 0.3s [2025-10-31T12:44:32.062Z] [2025-10-31T12:44:32.062Z] #28 [security-bootstrapper builder 1/8] FROM docker.io/library/ci-base-image-x86_64:latest [2025-10-31T12:44:36.257Z] #28 ... [2025-10-31T12:44:36.257Z] [2025-10-31T12:44:36.257Z] #49 [core-data internal] load build context [2025-10-31T12:44:36.257Z] #49 transferring context: 612.58MB 2.7s done [2025-10-31T12:44:40.448Z] #49 ... [2025-10-31T12:44:40.448Z] [2025-10-31T12:44:40.448Z] #45 [security-proxy-setup internal] load build context [2025-10-31T12:44:40.448Z] #45 transferring context: 31B [2025-10-31T12:44:40.448Z] #45 ... [2025-10-31T12:44:40.448Z] [2025-10-31T12:44:40.448Z] #26 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-10-31T12:44:40.448Z] #26 DONE 53.6s [2025-10-31T12:44:40.448Z] [2025-10-31T12:44:40.448Z] #40 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-10-31T12:44:40.448Z] #40 DONE 53.6s [2025-10-31T12:44:40.448Z] [2025-10-31T12:44:40.448Z] #45 [security-proxy-setup internal] load build context [2025-10-31T12:44:40.448Z] #45 ... [2025-10-31T12:44:40.448Z] [2025-10-31T12:44:40.448Z] #52 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-10-31T12:44:40.448Z] #52 DONE 53.8s [2025-10-31T12:44:40.448Z] [2025-10-31T12:44:40.448Z] #45 [security-proxy-setup internal] load build context [2025-10-31T12:44:40.448Z] #45 ... [2025-10-31T12:44:40.448Z] [2025-10-31T12:44:40.448Z] #41 [core-common-config-bootstrapper internal] load build context [2025-10-31T12:44:40.448Z] #41 DONE 53.9s [2025-10-31T12:44:40.448Z] [2025-10-31T12:44:40.448Z] #45 [security-proxy-setup internal] load build context [2025-10-31T12:44:40.507Z] #79 ... [2025-10-31T12:44:40.507Z] [2025-10-31T12:44:40.507Z] #86 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-31T12:44:40.507Z] #86 DONE 120.5s [2025-10-31T12:44:40.507Z] [2025-10-31T12:44:40.507Z] #95 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-31T12:44:40.507Z] #95 DONE 122.4s [2025-10-31T12:44:40.507Z] [2025-10-31T12:44:40.507Z] #80 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-31T12:44:40.507Z] #80 DONE 139.0s [2025-10-31T12:44:40.507Z] [2025-10-31T12:44:40.507Z] #119 [support-notifications builder 6/7] COPY . . [2025-10-31T12:44:40.507Z] #119 ... [2025-10-31T12:44:40.507Z] [2025-10-31T12:44:40.507Z] #84 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-31T12:44:40.507Z] #84 DONE 122.6s [2025-10-31T12:44:40.507Z] [2025-10-31T12:44:40.507Z] #93 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-31T12:44:40.507Z] #93 DONE 117.0s [2025-10-31T12:44:40.507Z] [2025-10-31T12:44:40.507Z] #79 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-31T12:44:40.507Z] #79 DONE 145.3s [2025-10-31T12:44:40.507Z] [2025-10-31T12:44:40.507Z] #120 [support-scheduler builder 6/7] COPY . . [2025-10-31T12:44:40.507Z] #120 ... [2025-10-31T12:44:40.507Z] [2025-10-31T12:44:40.507Z] #121 [core-keeper builder 7/8] COPY . . [2025-10-31T12:44:40.507Z] #121 DONE 2.3s [2025-10-31T12:44:40.507Z] [2025-10-31T12:44:40.507Z] #120 [support-scheduler builder 6/7] COPY . . [2025-10-31T12:44:40.507Z] #120 DONE 2.3s [2025-10-31T12:44:40.507Z] [2025-10-31T12:44:40.507Z] #119 [support-notifications builder 6/7] COPY . . [2025-10-31T12:44:40.507Z] #119 DONE 2.4s [2025-10-31T12:44:40.507Z] [2025-10-31T12:44:40.507Z] #122 [core-metadata builder 6/7] COPY . . [2025-10-31T12:44:40.507Z] #122 DONE 2.3s [2025-10-31T12:44:40.507Z] [2025-10-31T12:44:40.507Z] #123 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-10-31T12:44:40.507Z] #123 ... [2025-10-31T12:44:40.507Z] [2025-10-31T12:44:40.507Z] #124 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-10-31T12:44:40.507Z] #124 CACHED [2025-10-31T12:44:40.507Z] [2025-10-31T12:44:40.507Z] #125 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-31T12:44:40.507Z] #125 CACHED [2025-10-31T12:44:40.507Z] [2025-10-31T12:44:40.507Z] #126 [core-common-config-bootstrapper builder 6/7] COPY . . [2025-10-31T12:44:40.507Z] #126 CACHED [2025-10-31T12:44:40.507Z] [2025-10-31T12:44:40.507Z] #127 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-31T12:44:40.507Z] #127 CACHED [2025-10-31T12:44:40.507Z] [2025-10-31T12:44:40.507Z] #128 [core-data builder 6/7] COPY . . [2025-10-31T12:44:40.507Z] #128 CACHED [2025-10-31T12:44:40.507Z] [2025-10-31T12:44:40.507Z] #129 [core-data builder 4/7] COPY go.mod vendor* ./ [2025-10-31T12:44:40.507Z] #129 CACHED [2025-10-31T12:44:40.507Z] [2025-10-31T12:44:40.507Z] #130 [security-bootstrapper builder 6/7] COPY . . [2025-10-31T12:44:40.507Z] #130 CACHED [2025-10-31T12:44:40.507Z] [2025-10-31T12:44:40.507Z] #131 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-31T12:44:40.507Z] #131 CACHED [2025-10-31T12:44:40.507Z] [2025-10-31T12:44:40.507Z] #132 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-10-31T12:44:40.507Z] #132 CACHED [2025-10-31T12:44:40.507Z] [2025-10-31T12:44:40.507Z] #133 [core-command builder 4/7] COPY go.mod vendor* ./ [2025-10-31T12:44:40.507Z] #133 CACHED [2025-10-31T12:44:40.507Z] [2025-10-31T12:44:40.507Z] #134 [core-command builder 6/7] COPY . . [2025-10-31T12:44:40.507Z] #134 CACHED [2025-10-31T12:44:40.507Z] [2025-10-31T12:44:40.507Z] #135 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-31T12:44:40.507Z] #135 CACHED [2025-10-31T12:44:40.507Z] [2025-10-31T12:44:40.507Z] #136 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2025-10-31T12:44:40.507Z] #136 CACHED [2025-10-31T12:44:40.507Z] [2025-10-31T12:44:40.507Z] #137 [security-proxy-auth builder 6/7] COPY . . [2025-10-31T12:44:40.507Z] #137 CACHED [2025-10-31T12:44:40.507Z] [2025-10-31T12:44:40.507Z] #138 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-31T12:44:40.507Z] #138 CACHED [2025-10-31T12:44:40.507Z] [2025-10-31T12:44:40.507Z] #139 [security-secretstore-setup builder 6/7] COPY . . [2025-10-31T12:44:40.507Z] #139 CACHED [2025-10-31T12:44:40.507Z] [2025-10-31T12:44:40.507Z] #140 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-31T12:44:40.507Z] #140 CACHED [2025-10-31T12:44:40.507Z] [2025-10-31T12:44:40.507Z] #141 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2025-10-31T12:44:40.507Z] #141 CACHED [2025-10-31T12:44:40.507Z] [2025-10-31T12:44:40.507Z] #142 [security-proxy-setup builder 6/7] COPY . . [2025-10-31T12:44:40.507Z] #142 DONE 2.5s [2025-10-31T12:44:40.507Z] [2025-10-31T12:44:40.507Z] #143 [security-spiffe-token-provider builder 6/7] COPY . . [2025-10-31T12:44:40.507Z] #143 DONE 2.6s [2025-10-31T12:44:40.507Z] [2025-10-31T12:44:40.507Z] #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-10-31T12:44:40.507Z] #144 ... [2025-10-31T12:44:40.507Z] [2025-10-31T12:44:40.507Z] #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-10-31T12:44:40.507Z] #0 5.631 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-10-31T12:44:40.507Z] #145 ... [2025-10-31T12:44:40.507Z] [2025-10-31T12:44:40.507Z] #146 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-10-31T12:44:40.507Z] #0 5.866 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-10-31T12:44:40.507Z] #146 ... [2025-10-31T12:44:40.507Z] [2025-10-31T12:44:40.507Z] #147 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-10-31T12:44:40.507Z] #0 6.204 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-10-31T12:44:40.507Z] #147 ... [2025-10-31T12:44:40.507Z] [2025-10-31T12:44:40.507Z] #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-10-31T12:44:40.507Z] #144 6.598 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2025-10-31T12:44:40.706Z] #45 ... [2025-10-31T12:44:40.706Z] [2025-10-31T12:44:40.706Z] #44 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-10-31T12:44:40.706Z] #44 DONE 54.1s [2025-10-31T12:44:40.967Z] [2025-10-31T12:44:40.967Z] #54 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-10-31T12:44:40.967Z] #54 ... [2025-10-31T12:44:40.967Z] [2025-10-31T12:44:40.967Z] #35 [core-keeper internal] load build context [2025-10-31T12:44:40.967Z] #35 DONE 54.5s [2025-10-31T12:44:40.967Z] [2025-10-31T12:44:40.967Z] #39 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-10-31T12:44:40.967Z] #39 DONE 54.3s [2025-10-31T12:44:40.967Z] [2025-10-31T12:44:40.967Z] #34 [core-metadata internal] load build context [2025-10-31T12:44:40.967Z] #34 DONE 54.4s [2025-10-31T12:44:40.967Z] [2025-10-31T12:44:40.967Z] #51 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-10-31T12:44:40.967Z] #51 53.14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-10-31T12:44:40.967Z] #51 53.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-10-31T12:44:40.967Z] #51 53.58 (1/4) Installing dumb-init (1.2.5-r3) [2025-10-31T12:44:40.967Z] #51 53.58 (2/4) Installing openssl (3.5.4-r0) [2025-10-31T12:44:40.967Z] #51 53.59 (3/4) Installing su-exec (0.2-r3) [2025-10-31T12:44:40.967Z] #51 53.60 (4/4) Installing yq-go (4.47.2-r1) [2025-10-31T12:44:40.967Z] #51 53.72 Executing busybox-1.37.0-r19.trigger [2025-10-31T12:44:40.967Z] #51 53.72 OK: 20 MiB in 20 packages [2025-10-31T12:44:41.225Z] #51 ... [2025-10-31T12:44:41.225Z] [2025-10-31T12:44:41.225Z] #38 [core-command internal] load build context [2025-10-31T12:44:41.225Z] #38 DONE 54.5s [2025-10-31T12:44:41.225Z] [2025-10-31T12:44:41.225Z] #55 [security-bootstrapper internal] load build context [2025-10-31T12:44:41.484Z] #55 ... [2025-10-31T12:44:41.484Z] [2025-10-31T12:44:41.484Z] #48 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-10-31T12:44:41.484Z] #48 43.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-10-31T12:44:41.484Z] #48 44.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-10-31T12:44:41.484Z] #48 44.51 (1/1) Installing dumb-init (1.2.5-r3) [2025-10-31T12:44:41.484Z] #48 44.51 Executing busybox-1.37.0-r19.trigger [2025-10-31T12:44:41.484Z] #48 44.52 OK: 7 MiB in 17 packages [2025-10-31T12:44:41.484Z] #48 ... [2025-10-31T12:44:41.484Z] [2025-10-31T12:44:41.484Z] #56 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-10-31T12:44:41.484Z] #56 ... [2025-10-31T12:44:41.484Z] [2025-10-31T12:44:41.484Z] #57 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-10-31T12:44:41.742Z] #57 ... [2025-10-31T12:44:41.742Z] [2025-10-31T12:44:41.742Z] #58 [security-secretstore-setup internal] load build context [2025-10-31T12:44:41.742Z] #58 ... [2025-10-31T12:44:41.742Z] [2025-10-31T12:44:41.742Z] #53 [security-proxy-auth internal] load build context [2025-10-31T12:44:41.922Z] #144 ... [2025-10-31T12:44:41.922Z] [2025-10-31T12:44:41.922Z] #148 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-10-31T12:44:41.922Z] #0 5.100 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-10-31T12:44:41.922Z] #148 ... [2025-10-31T12:44:41.922Z] [2025-10-31T12:44:41.922Z] #149 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-10-31T12:44:41.922Z] #0 6.218 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-10-31T12:44:42.022Z] #53 ... [2025-10-31T12:44:42.022Z] [2025-10-31T12:44:42.022Z] #45 [security-proxy-setup internal] load build context [2025-10-31T12:44:42.189Z] #149 ... [2025-10-31T12:44:42.189Z] [2025-10-31T12:44:42.189Z] #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-10-31T12:44:42.189Z] #0 7.391 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-10-31T12:44:42.189Z] #150 ... [2025-10-31T12:44:42.189Z] [2025-10-31T12:44:42.189Z] #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-10-31T12:44:42.189Z] #0 7.288 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-10-31T12:44:42.471Z] #151 ... [2025-10-31T12:44:42.471Z] [2025-10-31T12:44:42.471Z] #152 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-10-31T12:44:42.471Z] #0 7.352 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-10-31T12:44:42.748Z] #152 ... [2025-10-31T12:44:42.748Z] [2025-10-31T12:44:42.748Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-10-31T12:44:42.748Z] #0 6.173 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-10-31T12:44:42.748Z] #153 ... [2025-10-31T12:44:42.748Z] [2025-10-31T12:44:42.748Z] #154 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-10-31T12:44:42.748Z] #0 7.039 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-10-31T12:44:43.074Z] #154 ... [2025-10-31T12:44:43.074Z] [2025-10-31T12:44:43.074Z] #123 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-10-31T12:44:43.074Z] #123 7.029 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-10-31T12:44:43.397Z] #45 transferring context: 612.58MB 3.0s done [2025-10-31T12:44:49.962Z] #45 ... [2025-10-31T12:44:49.962Z] [2025-10-31T12:44:49.962Z] #43 [security-spiffe-token-provider internal] load build context [2025-10-31T12:44:49.962Z] #43 DONE 63.2s [2025-10-31T12:44:49.962Z] [2025-10-31T12:44:49.962Z] #59 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade [2025-10-31T12:44:49.962Z] #59 ... [2025-10-31T12:44:49.962Z] [2025-10-31T12:44:49.962Z] #46 [support-scheduler internal] load build context [2025-10-31T12:44:49.962Z] #46 DONE 63.4s [2025-10-31T12:44:49.962Z] [2025-10-31T12:44:49.962Z] #47 [support-notifications internal] load build context [2025-10-31T12:44:49.962Z] #47 DONE 63.4s [2025-10-31T12:44:49.962Z] [2025-10-31T12:44:49.962Z] #60 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-10-31T12:44:50.225Z] #60 ... [2025-10-31T12:44:50.225Z] [2025-10-31T12:44:50.225Z] #28 [support-scheduler builder 1/8] FROM docker.io/library/ci-base-image-x86_64:latest [2025-10-31T12:44:50.225Z] #28 DONE 63.8s [2025-10-31T12:44:50.225Z] [2025-10-31T12:44:50.225Z] #48 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-10-31T12:44:50.225Z] #48 DONE 63.0s [2025-10-31T12:44:50.225Z] [2025-10-31T12:44:50.225Z] #61 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-10-31T12:44:50.486Z] #61 ... [2025-10-31T12:44:50.486Z] [2025-10-31T12:44:50.486Z] #49 [core-data internal] load build context [2025-10-31T12:44:50.486Z] #49 DONE 63.1s [2025-10-31T12:44:50.486Z] [2025-10-31T12:44:50.486Z] #62 [core-metadata builder 2/8] WORKDIR /edgex-go [2025-10-31T12:44:50.745Z] #62 ... [2025-10-31T12:44:50.745Z] [2025-10-31T12:44:50.745Z] #63 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-10-31T12:44:50.745Z] #63 ... [2025-10-31T12:44:50.745Z] [2025-10-31T12:44:50.745Z] #64 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-10-31T12:44:51.006Z] #64 ... [2025-10-31T12:44:51.006Z] [2025-10-31T12:44:51.006Z] #57 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-10-31T12:44:51.006Z] #57 19.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-10-31T12:44:51.006Z] #57 19.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-10-31T12:44:51.006Z] #57 19.85 (1/4) Installing ca-certificates (20250911-r0) [2025-10-31T12:44:51.006Z] #57 ... [2025-10-31T12:44:51.006Z] [2025-10-31T12:44:51.006Z] #51 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-10-31T12:44:51.006Z] #51 DONE 63.7s [2025-10-31T12:44:51.006Z] [2025-10-31T12:44:51.006Z] #57 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-10-31T12:44:51.006Z] #57 19.90 (2/4) Installing dumb-init (1.2.5-r3) [2025-10-31T12:44:51.006Z] #57 19.91 (3/4) Installing su-exec (0.2-r3) [2025-10-31T12:44:51.006Z] #57 19.91 (4/4) Installing yq-go (4.47.2-r1) [2025-10-31T12:44:51.006Z] #57 20.00 Executing busybox-1.37.0-r19.trigger [2025-10-31T12:44:51.006Z] #57 20.00 Executing ca-certificates-20250911-r0.trigger [2025-10-31T12:44:51.265Z] #57 20.04 OK: 20 MiB in 20 packages [2025-10-31T12:44:51.832Z] #57 ... [2025-10-31T12:44:51.832Z] [2025-10-31T12:44:51.832Z] #45 [security-proxy-setup internal] load build context [2025-10-31T12:44:51.832Z] #45 DONE 64.4s [2025-10-31T12:44:51.832Z] [2025-10-31T12:44:51.832Z] #56 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-10-31T12:44:51.832Z] #56 19.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-10-31T12:44:51.832Z] #56 19.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-10-31T12:44:51.832Z] #56 19.85 (1/2) Installing dumb-init (1.2.5-r3) [2025-10-31T12:44:51.832Z] #56 19.85 (2/2) Installing su-exec (0.2-r3) [2025-10-31T12:44:51.832Z] #56 19.89 Executing busybox-1.37.0-r19.trigger [2025-10-31T12:44:51.832Z] #56 19.90 OK: 7 MiB in 18 packages [2025-10-31T12:44:52.090Z] #56 DONE 20.9s [2025-10-31T12:44:52.090Z] [2025-10-31T12:44:52.090Z] #65 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-10-31T12:44:52.090Z] #65 ... [2025-10-31T12:44:52.090Z] [2025-10-31T12:44:52.090Z] #57 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-10-31T12:44:52.090Z] #57 DONE 20.9s [2025-10-31T12:44:52.347Z] [2025-10-31T12:44:52.347Z] #62 [core-common-config-bootstrapper builder 2/8] WORKDIR /edgex-go [2025-10-31T12:44:52.347Z] #62 DONE 2.0s [2025-10-31T12:44:52.347Z] [2025-10-31T12:44:52.347Z] #59 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade [2025-10-31T12:44:52.347Z] #59 11.98 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-10-31T12:44:52.347Z] #59 12.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-10-31T12:44:52.604Z] #59 12.36 OK: 7 MiB in 17 packages [2025-10-31T12:44:57.872Z] #59 ... [2025-10-31T12:44:57.872Z] [2025-10-31T12:44:57.872Z] #53 [security-proxy-auth internal] load build context [2025-10-31T12:44:57.872Z] #53 transferring context: 612.58MB 2.9s done [2025-10-31T12:44:59.277Z] #53 ... [2025-10-31T12:44:59.277Z] [2025-10-31T12:44:59.277Z] #65 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-10-31T12:44:59.277Z] #65 7.748 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-10-31T12:44:59.277Z] #65 7.846 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-10-31T12:44:59.537Z] #65 8.133 OK: 20 MiB in 20 packages [2025-10-31T12:45:02.825Z] #65 ... [2025-10-31T12:45:02.825Z] [2025-10-31T12:45:02.825Z] #66 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-10-31T12:45:02.825Z] #66 ... [2025-10-31T12:45:02.825Z] [2025-10-31T12:45:02.825Z] #67 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-10-31T12:45:02.825Z] #67 ... [2025-10-31T12:45:02.825Z] [2025-10-31T12:45:02.825Z] #68 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-10-31T12:45:02.825Z] #68 ... [2025-10-31T12:45:02.825Z] [2025-10-31T12:45:02.825Z] #69 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-10-31T12:45:03.088Z] #69 ... [2025-10-31T12:45:03.088Z] [2025-10-31T12:45:03.088Z] #70 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-10-31T12:45:03.088Z] #70 ... [2025-10-31T12:45:03.088Z] [2025-10-31T12:45:03.088Z] #61 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-10-31T12:45:03.088Z] #61 2.754 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-10-31T12:45:03.088Z] #61 2.834 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-10-31T12:45:03.088Z] #61 3.184 OK: 7 MiB in 17 packages [2025-10-31T12:45:03.349Z] #61 ... [2025-10-31T12:45:03.349Z] [2025-10-31T12:45:03.349Z] #64 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-10-31T12:45:03.349Z] #64 11.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-10-31T12:45:03.349Z] #64 11.98 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-10-31T12:45:03.349Z] #64 12.31 OK: 13 MiB in 29 packages [2025-10-31T12:45:03.610Z] #64 ... [2025-10-31T12:45:03.610Z] [2025-10-31T12:45:03.610Z] #71 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-10-31T12:45:03.610Z] #71 ... [2025-10-31T12:45:03.610Z] [2025-10-31T12:45:03.610Z] #60 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-10-31T12:45:03.610Z] #60 11.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-10-31T12:45:03.610Z] #60 11.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-10-31T12:45:03.610Z] #60 12.18 OK: 8 MiB in 19 packages [2025-10-31T12:45:03.868Z] #60 ... [2025-10-31T12:45:03.868Z] [2025-10-31T12:45:03.868Z] #72 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev [2025-10-31T12:45:03.868Z] #72 ... [2025-10-31T12:45:03.868Z] [2025-10-31T12:45:03.868Z] #54 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-10-31T12:45:03.868Z] #54 11.51 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-10-31T12:45:03.868Z] #54 11.87 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-10-31T12:45:03.868Z] #54 12.43 (1/1) Installing dumb-init (1.2.5-r3) [2025-10-31T12:45:03.868Z] #54 12.59 Executing busybox-1.37.0-r19.trigger [2025-10-31T12:45:03.868Z] #54 12.60 OK: 7 MiB in 17 packages [2025-10-31T12:45:04.127Z] #54 ... [2025-10-31T12:45:04.127Z] [2025-10-31T12:45:04.127Z] #50 [security-spire-server internal] load .dockerignore [2025-10-31T12:45:04.127Z] #50 transferring context: 50B done [2025-10-31T12:45:04.127Z] #50 ... [2025-10-31T12:45:04.127Z] [2025-10-31T12:45:04.127Z] #73 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2025-10-31T12:45:04.127Z] #73 ... [2025-10-31T12:45:04.127Z] [2025-10-31T12:45:04.127Z] #63 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-10-31T12:45:04.127Z] #63 11.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-10-31T12:45:04.127Z] #63 11.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-10-31T12:45:04.127Z] #63 12.47 OK: 12 MiB in 23 packages [2025-10-31T12:45:04.386Z] #63 ... [2025-10-31T12:45:04.386Z] [2025-10-31T12:45:04.386Z] #31 [security-spire-agent internal] load .dockerignore [2025-10-31T12:45:04.386Z] #31 transferring context: 50B done [2025-10-31T12:45:04.951Z] #31 ... [2025-10-31T12:45:04.951Z] [2025-10-31T12:45:04.951Z] #50 [security-spire-server internal] load .dockerignore [2025-10-31T12:45:04.951Z] #50 DONE 77.9s [2025-10-31T12:45:04.951Z] [2025-10-31T12:45:04.951Z] #22 [security-spire-server stage-1 1/6] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 [2025-10-31T12:45:04.951Z] #22 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.1s done [2025-10-31T12:45:04.951Z] #22 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done [2025-10-31T12:45:04.951Z] #22 sha256:85f2b723e106c34644cd5851d7e81ee87da98ac54672b29947c052a45d31dc2f 1.02kB / 1.02kB done [2025-10-31T12:45:04.951Z] #22 sha256:706db57fb2063f39f69632c5b5c9c439633fda35110e65587c5d85553fd1cc38 581B / 581B done [2025-10-31T12:45:04.951Z] #22 DONE 0.3s [2025-10-31T12:45:04.951Z] [2025-10-31T12:45:04.951Z] #74 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-31T12:45:04.951Z] #74 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-31T12:45:06.331Z] #74 ... [2025-10-31T12:45:06.331Z] [2025-10-31T12:45:06.331Z] #59 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade [2025-10-31T12:45:06.331Z] #59 DONE 25.8s [2025-10-31T12:45:06.331Z] [2025-10-31T12:45:06.331Z] #58 [security-secretstore-setup internal] load build context [2025-10-31T12:45:06.331Z] #58 ... [2025-10-31T12:45:06.331Z] [2025-10-31T12:45:06.331Z] #74 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-31T12:45:06.331Z] #74 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.4s done [2025-10-31T12:45:06.331Z] #74 DONE 1.4s [2025-10-31T12:45:06.331Z] [2025-10-31T12:45:06.331Z] #64 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-10-31T12:45:06.331Z] #64 DONE 25.9s [2025-10-31T12:45:06.331Z] [2025-10-31T12:45:06.331Z] #58 [security-secretstore-setup internal] load build context [2025-10-31T12:45:07.720Z] #58 transferring context: 612.58MB 3.7s done [2025-10-31T12:45:11.008Z] #58 ... [2025-10-31T12:45:11.008Z] [2025-10-31T12:45:11.008Z] #63 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-10-31T12:45:11.008Z] #63 DONE 30.1s [2025-10-31T12:45:11.008Z] [2025-10-31T12:45:11.008Z] #55 [security-bootstrapper internal] load build context [2025-10-31T12:45:11.008Z] #55 transferring context: 612.58MB 3.8s done [2025-10-31T12:45:13.629Z] #55 ... [2025-10-31T12:45:13.629Z] [2025-10-31T12:45:13.629Z] #42 [security-spire-config internal] load .dockerignore [2025-10-31T12:45:13.629Z] #42 transferring context: 50B done [2025-10-31T12:45:13.629Z] #42 ... [2025-10-31T12:45:13.629Z] [2025-10-31T12:45:13.629Z] #74 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-31T12:45:13.629Z] #74 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-10-31T12:45:13.629Z] #74 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done [2025-10-31T12:45:15.030Z] #74 ... [2025-10-31T12:45:15.030Z] [2025-10-31T12:45:15.030Z] #75 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-10-31T12:45:15.030Z] #75 ... [2025-10-31T12:45:15.030Z] [2025-10-31T12:45:15.030Z] #76 [security-spire-server internal] load build context [2025-10-31T12:45:15.289Z] #76 ... [2025-10-31T12:45:15.289Z] [2025-10-31T12:45:15.289Z] #66 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-10-31T12:45:15.289Z] #66 13.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-10-31T12:45:15.289Z] #66 14.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-10-31T12:45:15.289Z] #66 14.34 OK: 7 MiB in 18 packages [2025-10-31T12:45:17.833Z] #66 ... [2025-10-31T12:45:17.833Z] [2025-10-31T12:45:17.833Z] #74 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-31T12:45:17.833Z] #74 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done [2025-10-31T12:45:37.413Z] #74 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 10.3s [2025-10-31T12:45:37.413Z] #74 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 10.7s [2025-10-31T12:45:37.413Z] #74 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 11.0s [2025-10-31T12:45:37.413Z] #74 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 11.1s [2025-10-31T12:45:37.413Z] #74 ... [2025-10-31T12:45:37.413Z] [2025-10-31T12:45:37.413Z] #53 [security-proxy-auth internal] load build context [2025-10-31T12:45:37.413Z] #53 DONE 64.4s [2025-10-31T12:45:37.413Z] [2025-10-31T12:45:37.413Z] #65 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-10-31T12:45:37.413Z] #65 DONE 44.4s [2025-10-31T12:45:37.413Z] [2025-10-31T12:45:37.413Z] #54 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-10-31T12:45:37.413Z] #54 DONE 54.8s [2025-10-31T12:45:37.413Z] [2025-10-31T12:45:37.413Z] #74 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-31T12:45:37.413Z] #74 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 11.0s done [2025-10-31T12:45:37.413Z] #74 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done [2025-10-31T12:45:37.413Z] #74 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 11.3s [2025-10-31T12:45:37.413Z] #74 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 0B / 36.47MB 11.3s [2025-10-31T12:45:37.413Z] #74 ... [2025-10-31T12:45:37.413Z] [2025-10-31T12:45:37.413Z] #69 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-10-31T12:45:37.413Z] #69 43.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-10-31T12:45:37.413Z] #69 ... [2025-10-31T12:45:37.413Z] [2025-10-31T12:45:37.413Z] #60 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-10-31T12:45:37.413Z] #60 DONE 54.8s [2025-10-31T12:45:37.413Z] [2025-10-31T12:45:37.413Z] #61 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-10-31T12:45:37.413Z] #61 DONE 45.5s [2025-10-31T12:45:37.413Z] [2025-10-31T12:45:37.413Z] #42 [security-spire-config internal] load .dockerignore [2025-10-31T12:45:37.413Z] #42 DONE 108.9s [2025-10-31T12:45:37.413Z] [2025-10-31T12:45:37.413Z] #69 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-10-31T12:45:37.413Z] #69 43.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-10-31T12:45:37.413Z] #69 ... [2025-10-31T12:45:37.413Z] [2025-10-31T12:45:37.413Z] #22 [security-spire-agent stage-1 1/6] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 [2025-10-31T12:45:37.413Z] #22 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.1s done [2025-10-31T12:45:37.413Z] #22 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done [2025-10-31T12:45:37.413Z] #22 sha256:85f2b723e106c34644cd5851d7e81ee87da98ac54672b29947c052a45d31dc2f 1.02kB / 1.02kB done [2025-10-31T12:45:37.413Z] #22 sha256:706db57fb2063f39f69632c5b5c9c439633fda35110e65587c5d85553fd1cc38 581B / 581B done [2025-10-31T12:45:37.413Z] #22 DONE 0.3s [2025-10-31T12:45:37.413Z] [2025-10-31T12:45:37.413Z] #31 [security-spire-agent internal] load .dockerignore [2025-10-31T12:45:37.413Z] #31 DONE 108.6s [2025-10-31T12:45:37.413Z] [2025-10-31T12:45:37.413Z] #66 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-10-31T12:45:37.413Z] #66 DONE 44.0s [2025-10-31T12:45:37.413Z] [2025-10-31T12:45:37.413Z] #74 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-31T12:45:37.413Z] #74 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.4s done [2025-10-31T12:45:37.413Z] #74 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-10-31T12:45:37.413Z] #74 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done [2025-10-31T12:45:37.413Z] #74 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done [2025-10-31T12:45:37.413Z] #74 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 11.0s done [2025-10-31T12:45:37.413Z] #74 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 11.3s done [2025-10-31T12:45:37.413Z] #74 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done [2025-10-31T12:45:37.413Z] #74 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 11.3s done [2025-10-31T12:45:37.413Z] #74 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 11.7s [2025-10-31T12:45:37.413Z] #74 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done [2025-10-31T12:45:37.413Z] #74 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done [2025-10-31T12:45:37.413Z] #74 ... [2025-10-31T12:45:37.413Z] [2025-10-31T12:45:37.413Z] #58 [security-secretstore-setup internal] load build context [2025-10-31T12:45:37.413Z] #58 DONE 65.8s [2025-10-31T12:45:37.413Z] [2025-10-31T12:45:37.413Z] #74 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-31T12:45:37.413Z] #74 ... [2025-10-31T12:45:37.413Z] [2025-10-31T12:45:37.413Z] #55 [security-bootstrapper internal] load build context [2025-10-31T12:45:37.413Z] #55 DONE 66.0s [2025-10-31T12:45:37.413Z] [2025-10-31T12:45:37.413Z] #74 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-31T12:45:37.413Z] #74 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 12.6s done [2025-10-31T12:45:37.673Z] #74 ... [2025-10-31T12:45:37.673Z] [2025-10-31T12:45:37.673Z] #69 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-10-31T12:45:37.673Z] #69 44.21 OK: 20 MiB in 20 packages [2025-10-31T12:45:37.673Z] #69 DONE 45.7s [2025-10-31T12:45:37.673Z] [2025-10-31T12:45:37.673Z] #73 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2025-10-31T12:45:37.673Z] #73 43.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-10-31T12:45:37.673Z] #73 43.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-10-31T12:45:37.673Z] #73 44.13 OK: 265 MiB in 60 packages [2025-10-31T12:45:37.673Z] #73 DONE 45.6s [2025-10-31T12:45:37.673Z] [2025-10-31T12:45:37.673Z] #74 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-31T12:45:37.673Z] #74 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 [2025-10-31T12:45:37.934Z] #74 ... [2025-10-31T12:45:37.934Z] [2025-10-31T12:45:37.934Z] #71 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-10-31T12:45:37.934Z] #71 DONE 45.7s [2025-10-31T12:45:37.934Z] [2025-10-31T12:45:37.934Z] #72 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev [2025-10-31T12:45:37.934Z] #72 44.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-10-31T12:45:37.934Z] #72 45.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-10-31T12:45:37.934Z] #72 45.30 OK: 265 MiB in 60 packages [2025-10-31T12:45:37.934Z] #72 DONE 45.7s [2025-10-31T12:45:37.934Z] [2025-10-31T12:45:37.934Z] #74 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-31T12:45:37.934Z] #74 ... [2025-10-31T12:45:37.934Z] [2025-10-31T12:45:37.934Z] #77 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2025-10-31T12:45:37.934Z] #77 DONE 2.2s [2025-10-31T12:45:37.934Z] [2025-10-31T12:45:37.934Z] #76 [security-spire-server internal] load build context [2025-10-31T12:45:37.934Z] #76 transferring context: 26.44kB done [2025-10-31T12:45:37.934Z] #76 DONE 33.1s [2025-10-31T12:45:37.934Z] [2025-10-31T12:45:37.934Z] #74 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-31T12:45:39.318Z] #74 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 1.4s done [2025-10-31T12:45:41.240Z] #74 ... [2025-10-31T12:45:41.240Z] [2025-10-31T12:45:41.240Z] #70 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-10-31T12:45:41.240Z] #70 45.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-10-31T12:45:41.240Z] #70 45.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-10-31T12:45:41.240Z] #70 45.78 OK: 265 MiB in 60 packages [2025-10-31T12:45:41.240Z] #70 DONE 48.8s [2025-10-31T12:45:41.240Z] [2025-10-31T12:45:41.240Z] #78 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2025-10-31T12:45:41.240Z] #78 DONE 3.3s [2025-10-31T12:45:41.240Z] [2025-10-31T12:45:41.241Z] #68 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-10-31T12:45:41.241Z] #68 48.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-10-31T12:45:41.241Z] #68 48.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-10-31T12:45:41.500Z] #68 49.21 OK: 265 MiB in 60 packages [2025-10-31T12:45:42.070Z] #68 ... [2025-10-31T12:45:42.070Z] [2025-10-31T12:45:42.070Z] #79 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-10-31T12:45:42.070Z] #79 DONE 4.0s [2025-10-31T12:45:42.070Z] [2025-10-31T12:45:42.070Z] #68 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-10-31T12:45:42.070Z] #68 DONE 49.9s [2025-10-31T12:45:42.070Z] [2025-10-31T12:45:42.070Z] #80 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-31T12:45:43.010Z] #80 ... [2025-10-31T12:45:43.010Z] [2025-10-31T12:45:43.010Z] #81 [security-spire-config internal] load build context [2025-10-31T12:45:43.010Z] #81 transferring context: 24.70kB done [2025-10-31T12:45:43.010Z] #81 DONE 7.1s [2025-10-31T12:45:43.010Z] [2025-10-31T12:45:43.010Z] #82 [security-spire-agent internal] load build context [2025-10-31T12:45:43.010Z] #82 transferring context: 25.98kB done [2025-10-31T12:45:43.010Z] #82 DONE 7.1s [2025-10-31T12:45:43.270Z] [2025-10-31T12:45:43.270Z] #75 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-10-31T12:45:43.270Z] #75 36.14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-10-31T12:45:43.270Z] #75 36.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-10-31T12:45:43.270Z] #75 36.67 v3.22.2-101-g9c88d4960b1 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2025-10-31T12:45:43.270Z] #75 36.67 v3.22.2-105-g8db04b4d774 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2025-10-31T12:45:43.270Z] #75 36.67 OK: 26319 distinct packages available [2025-10-31T12:45:43.270Z] #75 36.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-10-31T12:45:43.270Z] #75 36.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-10-31T12:45:43.270Z] #75 37.19 (1/5) Installing dumb-init (1.2.5-r3) [2025-10-31T12:45:43.270Z] #75 37.19 (2/5) Installing musl-obstack (1.2.3-r2) [2025-10-31T12:45:43.270Z] #75 37.19 (3/5) Installing libucontext (1.3.2-r0) [2025-10-31T12:45:43.270Z] #75 37.20 (4/5) Installing gcompat (1.1.0-r4) [2025-10-31T12:45:43.270Z] #75 37.20 (5/5) Installing openssl (3.5.4-r0) [2025-10-31T12:45:43.270Z] #75 37.22 Executing busybox-1.37.0-r19.trigger [2025-10-31T12:45:43.270Z] #75 37.22 OK: 8 MiB in 21 packages [2025-10-31T12:45:43.270Z] #75 DONE 38.2s [2025-10-31T12:45:43.270Z] [2025-10-31T12:45:43.270Z] #67 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-10-31T12:45:43.270Z] #67 48.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-10-31T12:45:43.270Z] #67 48.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-10-31T12:45:43.270Z] #67 49.27 v3.22.2-101-g9c88d4960b1 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2025-10-31T12:45:43.270Z] #67 49.27 v3.22.2-105-g8db04b4d774 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2025-10-31T12:45:43.270Z] #67 49.27 OK: 26320 distinct packages available [2025-10-31T12:45:43.270Z] #67 49.39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-10-31T12:45:43.270Z] #67 49.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-10-31T12:45:43.270Z] #67 49.81 OK: 265 MiB in 60 packages [2025-10-31T12:45:43.270Z] #67 DONE 51.0s [2025-10-31T12:45:43.270Z] [2025-10-31T12:45:43.270Z] #83 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-10-31T12:45:43.270Z] #83 DONE 6.2s [2025-10-31T12:45:43.270Z] [2025-10-31T12:45:43.270Z] #84 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-10-31T12:45:43.270Z] #84 ... [2025-10-31T12:45:43.270Z] [2025-10-31T12:45:43.270Z] #85 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-10-31T12:45:43.270Z] #85 DONE 2.1s [2025-10-31T12:45:43.531Z] [2025-10-31T12:45:43.531Z] #86 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-31T12:45:43.791Z] #86 ... [2025-10-31T12:45:43.791Z] [2025-10-31T12:45:43.791Z] #87 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-10-31T12:45:43.791Z] #0 4.243 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-10-31T12:45:43.791Z] #0 4.625 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-10-31T12:45:43.791Z] #0 5.252 OK: 265 MiB in 60 packages [2025-10-31T12:45:43.791Z] #87 DONE 5.9s [2025-10-31T12:45:43.791Z] [2025-10-31T12:45:43.791Z] #88 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-10-31T12:45:43.791Z] #0 6.216 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-10-31T12:45:43.791Z] #0 6.298 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-10-31T12:45:43.791Z] #0 6.706 v3.22.2-101-g9c88d4960b1 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] [2025-10-31T12:45:43.791Z] #0 6.706 v3.22.2-105-g8db04b4d774 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] [2025-10-31T12:45:43.791Z] #0 6.706 OK: 26319 distinct packages available [2025-10-31T12:45:43.791Z] #0 6.835 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-10-31T12:45:43.791Z] #0 6.915 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-10-31T12:45:43.791Z] #0 7.247 (1/4) Installing dumb-init (1.2.5-r3) [2025-10-31T12:45:43.791Z] #0 7.252 (2/4) Installing musl-obstack (1.2.3-r2) [2025-10-31T12:45:43.791Z] #0 7.253 (3/4) Installing libucontext (1.3.2-r0) [2025-10-31T12:45:43.791Z] #0 7.256 (4/4) Installing gcompat (1.1.0-r4) [2025-10-31T12:45:43.791Z] #0 7.259 Executing busybox-1.37.0-r19.trigger [2025-10-31T12:45:43.791Z] #0 7.265 OK: 8 MiB in 20 packages [2025-10-31T12:45:43.791Z] #88 DONE 7.9s [2025-10-31T12:45:44.051Z] [2025-10-31T12:45:44.051Z] #89 [core-data builder 4/7] COPY go.mod vendor* ./ [2025-10-31T12:45:44.051Z] #89 DONE 1.8s [2025-10-31T12:45:44.051Z] [2025-10-31T12:45:44.051Z] #90 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-31T12:45:44.051Z] #90 ... [2025-10-31T12:45:44.051Z] [2025-10-31T12:45:44.051Z] #91 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-10-31T12:45:44.051Z] #91 DONE 0.8s [2025-10-31T12:45:44.311Z] [2025-10-31T12:45:44.311Z] #84 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-10-31T12:45:44.311Z] #84 0.919 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-10-31T12:45:44.311Z] #84 0.990 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-10-31T12:45:44.311Z] #84 ... [2025-10-31T12:45:44.311Z] [2025-10-31T12:45:44.311Z] #92 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2025-10-31T12:45:44.311Z] #92 DONE 1.2s [2025-10-31T12:45:44.311Z] [2025-10-31T12:45:44.311Z] #93 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-10-31T12:45:44.311Z] #93 DONE 0.7s [2025-10-31T12:45:44.573Z] [2025-10-31T12:45:44.573Z] #94 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-10-31T12:45:44.573Z] #94 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.6s done [2025-10-31T12:45:44.573Z] #94 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done [2025-10-31T12:45:44.573Z] #94 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done [2025-10-31T12:45:44.573Z] #94 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done [2025-10-31T12:45:44.573Z] #94 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB done [2025-10-31T12:45:44.573Z] #94 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B done [2025-10-31T12:45:44.573Z] #94 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.2s done [2025-10-31T12:45:44.573Z] #94 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 1.9s done [2025-10-31T12:45:44.573Z] #94 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done [2025-10-31T12:45:44.573Z] #94 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 0.8s done [2025-10-31T12:45:44.833Z] #94 ... [2025-10-31T12:45:44.834Z] [2025-10-31T12:45:44.834Z] #95 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-31T12:45:45.093Z] #95 ... [2025-10-31T12:45:45.093Z] [2025-10-31T12:45:45.093Z] #74 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-10-31T12:45:45.093Z] #74 DONE 40.1s [2025-10-31T12:45:45.093Z] [2025-10-31T12:45:45.093Z] #84 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-10-31T12:45:45.093Z] #84 1.413 OK: 8 MiB in 21 packages [2025-10-31T12:45:45.093Z] #84 DONE 1.9s [2025-10-31T12:45:45.352Z] [2025-10-31T12:45:45.352Z] #96 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-10-31T12:45:45.352Z] #0 0.942 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-10-31T12:45:45.352Z] #0 1.017 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-10-31T12:45:45.352Z] #0 1.344 OK: 8 MiB in 20 packages [2025-10-31T12:45:45.611Z] #96 ... [2025-10-31T12:45:45.611Z] [2025-10-31T12:45:45.611Z] #94 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-10-31T12:45:45.611Z] #94 DONE 9.7s [2025-10-31T12:45:45.872Z] [2025-10-31T12:45:45.872Z] #97 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-10-31T12:45:52.581Z] #97 ... [2025-10-31T12:45:52.581Z] [2025-10-31T12:45:52.581Z] #98 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-31T12:45:53.531Z] #98 ... [2025-10-31T12:45:53.531Z] [2025-10-31T12:45:53.531Z] #96 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-10-31T12:45:53.531Z] #96 DONE 9.5s [2025-10-31T12:45:53.531Z] [2025-10-31T12:45:53.531Z] #99 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-10-31T12:45:54.480Z] #99 ... [2025-10-31T12:45:54.480Z] [2025-10-31T12:45:54.480Z] #100 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-31T12:46:26.603Z] #100 ... [2025-10-31T12:46:26.603Z] [2025-10-31T12:46:26.603Z] #90 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-31T12:46:26.603Z] #90 DONE 42.3s [2025-10-31T12:46:26.603Z] [2025-10-31T12:46:26.603Z] #86 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-31T12:46:26.603Z] #86 DONE 42.8s [2025-10-31T12:46:26.603Z] [2025-10-31T12:46:26.603Z] #80 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-31T12:46:26.603Z] #80 DONE 44.2s [2025-10-31T12:46:26.603Z] [2025-10-31T12:46:26.603Z] #101 [core-common-config-bootstrapper builder 6/7] COPY . . [2025-10-31T12:46:26.603Z] #101 ... [2025-10-31T12:46:26.603Z] [2025-10-31T12:46:26.603Z] #100 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-31T12:46:26.603Z] #100 DONE 41.9s [2025-10-31T12:46:26.603Z] [2025-10-31T12:46:26.603Z] #98 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-31T12:46:26.603Z] #98 DONE 44.9s [2025-10-31T12:46:26.603Z] [2025-10-31T12:46:26.603Z] #99 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-10-31T12:46:26.603Z] #99 DONE 33.0s [2025-10-31T12:46:26.603Z] [2025-10-31T12:46:26.603Z] #97 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-10-31T12:46:26.603Z] #97 DONE 40.9s [2025-10-31T12:46:26.603Z] [2025-10-31T12:46:26.603Z] #102 [security-bootstrapper builder 6/7] COPY . . [2025-10-31T12:46:27.997Z] #102 ... [2025-10-31T12:46:27.997Z] [2025-10-31T12:46:27.997Z] #103 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-10-31T12:46:27.997Z] #103 DONE 1.7s [2025-10-31T12:46:27.997Z] [2025-10-31T12:46:27.997Z] #104 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-10-31T12:46:38.017Z] #104 ... [2025-10-31T12:46:38.017Z] [2025-10-31T12:46:38.017Z] #105 [support-notifications builder 6/7] COPY . . [2025-10-31T12:46:38.017Z] #105 ... [2025-10-31T12:46:38.017Z] [2025-10-31T12:46:38.017Z] #106 [support-scheduler builder 6/7] COPY . . [2025-10-31T12:46:38.017Z] #106 ... [2025-10-31T12:46:38.017Z] [2025-10-31T12:46:38.017Z] #107 [security-spiffe-token-provider builder 6/7] COPY . . [2025-10-31T12:46:38.017Z] #107 ... [2025-10-31T12:46:38.017Z] [2025-10-31T12:46:38.017Z] #108 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-10-31T12:46:38.017Z] #108 ... [2025-10-31T12:46:38.017Z] [2025-10-31T12:46:38.017Z] #109 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2025-10-31T12:47:16.784Z] #109 DONE 48.8s [2025-10-31T12:47:16.784Z] [2025-10-31T12:47:16.784Z] #101 [security-proxy-auth builder 6/7] COPY . . [2025-10-31T12:47:16.784Z] #101 DONE 49.0s [2025-10-31T12:47:16.784Z] [2025-10-31T12:47:16.784Z] #110 [core-command builder 4/7] COPY go.mod vendor* ./ [2025-10-31T12:47:16.784Z] #110 CACHED [2025-10-31T12:47:16.784Z] [2025-10-31T12:47:16.784Z] #111 [core-command builder 6/7] COPY . . [2025-10-31T12:47:16.784Z] #111 CACHED [2025-10-31T12:47:16.784Z] [2025-10-31T12:47:16.784Z] #112 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-31T12:47:16.784Z] #112 CACHED [2025-10-31T12:47:16.784Z] [2025-10-31T12:47:16.784Z] #113 [core-data builder 4/7] COPY go.mod vendor* ./ [2025-10-31T12:47:16.784Z] #113 CACHED [2025-10-31T12:47:16.784Z] [2025-10-31T12:47:16.784Z] #114 [core-data builder 6/7] COPY . . [2025-10-31T12:47:16.784Z] #114 CACHED [2025-10-31T12:47:16.784Z] [2025-10-31T12:47:16.784Z] #115 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-31T12:47:16.784Z] #115 CACHED [2025-10-31T12:47:16.784Z] [2025-10-31T12:47:16.784Z] #116 [core-metadata builder 6/7] COPY . . [2025-10-31T12:47:16.784Z] #116 CACHED [2025-10-31T12:47:16.784Z] [2025-10-31T12:47:16.784Z] #117 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-31T12:47:16.784Z] #117 CACHED [2025-10-31T12:47:16.784Z] [2025-10-31T12:47:16.784Z] #118 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2025-10-31T12:47:16.784Z] #118 CACHED [2025-10-31T12:47:16.784Z] [2025-10-31T12:47:16.784Z] #119 [security-proxy-auth builder 6/7] COPY . . [2025-10-31T12:47:16.784Z] #119 CACHED [2025-10-31T12:47:16.784Z] [2025-10-31T12:47:16.784Z] #120 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2025-10-31T12:47:16.784Z] #120 CACHED [2025-10-31T12:47:16.784Z] [2025-10-31T12:47:16.784Z] #121 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-31T12:47:16.784Z] #121 CACHED [2025-10-31T12:47:16.784Z] [2025-10-31T12:47:16.784Z] #107 [security-spiffe-token-provider builder 6/7] COPY . . [2025-10-31T12:47:16.784Z] #107 DONE 48.9s [2025-10-31T12:47:16.784Z] [2025-10-31T12:47:16.784Z] #106 [support-scheduler builder 6/7] COPY . . [2025-10-31T12:47:16.784Z] #106 DONE 49.0s [2025-10-31T12:47:16.784Z] [2025-10-31T12:47:16.784Z] #105 [support-notifications builder 6/7] COPY . . [2025-10-31T12:47:16.784Z] #105 DONE 49.0s [2025-10-31T12:47:16.784Z] [2025-10-31T12:47:16.784Z] #102 [security-secretstore-setup builder 6/7] COPY . . [2025-10-31T12:47:16.784Z] #102 DONE 48.9s [2025-10-31T12:47:16.784Z] [2025-10-31T12:47:16.784Z] #95 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-31T12:47:16.784Z] #95 DONE 90.6s [2025-10-31T12:47:16.784Z] [2025-10-31T12:47:16.784Z] #108 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-10-31T12:47:16.784Z] #108 DONE 48.9s [2025-10-31T12:47:16.784Z] [2025-10-31T12:47:16.784Z] #122 [security-secretstore-setup builder 6/7] COPY . . [2025-10-31T12:47:16.784Z] #122 CACHED [2025-10-31T12:47:16.784Z] [2025-10-31T12:47:16.784Z] #123 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2025-10-31T12:47:16.784Z] #123 CACHED [2025-10-31T12:47:16.784Z] [2025-10-31T12:47:16.784Z] #124 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-31T12:47:16.784Z] #124 CACHED [2025-10-31T12:47:16.784Z] [2025-10-31T12:47:16.784Z] #125 [security-bootstrapper builder 6/7] COPY . . [2025-10-31T12:47:16.784Z] #125 CACHED [2025-10-31T12:47:16.784Z] [2025-10-31T12:47:16.784Z] #126 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-31T12:47:16.784Z] #126 CACHED [2025-10-31T12:47:16.784Z] [2025-10-31T12:47:16.784Z] #127 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-10-31T12:47:16.784Z] #127 CACHED [2025-10-31T12:47:16.784Z] [2025-10-31T12:47:16.784Z] #104 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-10-31T12:47:16.784Z] #104 DONE 47.4s [2025-10-31T12:47:16.784Z] [2025-10-31T12:47:16.784Z] #128 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2025-10-31T12:47:16.784Z] #128 ... [2025-10-31T12:47:16.784Z] [2025-10-31T12:47:16.784Z] #129 [security-spire-config stage-2 6/10] COPY security.txt / [2025-10-31T12:47:16.784Z] #129 DONE 0.4s [2025-10-31T12:47:16.784Z] [2025-10-31T12:47:16.784Z] #130 [security-spire-server stage-2 6/9] COPY security.txt / [2025-10-31T12:47:16.784Z] #130 DONE 0.4s [2025-10-31T12:47:16.784Z] [2025-10-31T12:47:16.784Z] #128 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2025-10-31T12:47:16.784Z] #128 DONE 0.4s [2025-10-31T12:47:16.784Z] [2025-10-31T12:47:16.784Z] #131 [security-spire-agent stage-3 7/10] COPY security.txt / [2025-10-31T12:47:21.002Z] #131 ... [2025-10-31T12:47:21.002Z] [2025-10-31T12:47:21.002Z] #132 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2025-10-31T12:47:21.002Z] #132 DONE 4.6s [2025-10-31T12:47:21.002Z] [2025-10-31T12:47:21.002Z] #133 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-10-31T12:47:21.002Z] #0 5.159 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-10-31T12:47:22.392Z] #133 ... [2025-10-31T12:47:22.392Z] [2025-10-31T12:47:22.392Z] #134 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2025-10-31T12:47:22.653Z] #134 ... [2025-10-31T12:47:22.653Z] [2025-10-31T12:47:22.653Z] #135 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-10-31T12:47:22.653Z] #135 DONE 6.9s [2025-10-31T12:47:22.653Z] [2025-10-31T12:47:22.653Z] #136 [core-keeper builder 7/8] COPY . . [2025-10-31T12:47:22.653Z] #136 DONE 7.4s [2025-10-31T12:47:22.653Z] [2025-10-31T12:47:22.653Z] #131 [security-spire-agent stage-3 7/10] COPY security.txt / [2025-10-31T12:47:22.653Z] #131 DONE 7.0s [2025-10-31T12:47:22.653Z] [2025-10-31T12:47:22.653Z] #137 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-10-31T12:47:23.227Z] #137 ... [2025-10-31T12:47:23.227Z] [2025-10-31T12:47:23.227Z] #134 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2025-10-31T12:47:23.227Z] #134 DONE 1.1s [2025-10-31T12:47:23.485Z] [2025-10-31T12:47:23.485Z] #138 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2025-10-31T12:47:24.052Z] #138 ... [2025-10-31T12:47:24.052Z] [2025-10-31T12:47:24.052Z] #139 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2025-10-31T12:47:24.052Z] #139 DONE 1.2s [2025-10-31T12:47:24.052Z] [2025-10-31T12:47:24.052Z] #140 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2025-10-31T12:47:24.052Z] #140 DONE 1.2s [2025-10-31T12:47:24.052Z] [2025-10-31T12:47:24.052Z] #138 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2025-10-31T12:47:24.052Z] #138 DONE 0.6s [2025-10-31T12:47:24.052Z] [2025-10-31T12:47:24.052Z] #141 [security-spire-config] exporting to image [2025-10-31T12:47:24.052Z] #141 exporting layers [2025-10-31T12:47:24.991Z] #141 ... [2025-10-31T12:47:24.991Z] [2025-10-31T12:47:24.991Z] #142 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2025-10-31T12:47:24.991Z] #142 DONE 0.7s [2025-10-31T12:47:24.991Z] [2025-10-31T12:47:24.991Z] #143 [security-spire-server] exporting to image [2025-10-31T12:47:24.991Z] #143 ... [2025-10-31T12:47:24.991Z] [2025-10-31T12:47:24.991Z] #144 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2025-10-31T12:47:24.991Z] #144 DONE 1.1s [2025-10-31T12:47:25.249Z] [2025-10-31T12:47:25.249Z] #137 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-10-31T12:47:25.249Z] #137 1.193 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-10-31T12:47:25.516Z] #137 ... [2025-10-31T12:47:25.516Z] [2025-10-31T12:47:25.516Z] #145 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2025-10-31T12:47:25.516Z] #145 DONE 0.3s [2025-10-31T12:47:25.516Z] [2025-10-31T12:47:25.516Z] #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-10-31T12:47:25.516Z] #0 7.194 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-10-31T12:47:25.516Z] #146 ... [2025-10-31T12:47:25.516Z] [2025-10-31T12:47:25.516Z] #147 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-10-31T12:47:25.516Z] #0 1.397 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-10-31T12:47:25.774Z] #147 ... [2025-10-31T12:47:25.774Z] [2025-10-31T12:47:25.774Z] #148 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-10-31T12:47:25.774Z] #0 7.167 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-10-31T12:47:25.774Z] #148 ... [2025-10-31T12:47:25.774Z] [2025-10-31T12:47:25.774Z] #149 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-10-31T12:47:25.774Z] #0 1.398 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-10-31T12:47:26.032Z] #149 ... [2025-10-31T12:47:26.032Z] [2025-10-31T12:47:26.032Z] #150 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-10-31T12:47:26.032Z] #0 7.155 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-10-31T12:47:26.294Z] #150 ... [2025-10-31T12:47:26.294Z] [2025-10-31T12:47:26.294Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-10-31T12:47:26.294Z] #0 7.133 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-10-31T12:47:26.294Z] #151 ... [2025-10-31T12:47:26.294Z] [2025-10-31T12:47:26.294Z] #152 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-10-31T12:47:26.294Z] #0 7.096 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2025-10-31T12:47:26.552Z] #152 ... [2025-10-31T12:47:26.552Z] [2025-10-31T12:47:26.552Z] #153 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-10-31T12:47:26.552Z] #0 2.424 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-10-31T12:47:26.552Z] #153 ... [2025-10-31T12:47:26.552Z] [2025-10-31T12:47:26.552Z] #154 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-10-31T12:47:26.552Z] #0 1.399 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-10-31T12:47:26.810Z] #154 ... [2025-10-31T12:47:26.810Z] [2025-10-31T12:47:26.810Z] #155 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-10-31T12:47:26.810Z] #0 7.258 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-10-31T12:47:27.091Z] #155 ... [2025-10-31T12:47:27.091Z] [2025-10-31T12:47:27.091Z] #141 [security-spire-config] exporting to image [2025-10-31T12:47:27.091Z] #141 exporting layers 2.8s done [2025-10-31T12:47:27.091Z] #141 writing image sha256:1a7a0fecfaa6b6b6b5f959d94e28aa1ff6458a1e784a7c55cb95c31760f742e8 [2025-10-31T12:47:27.349Z] #141 writing image sha256:1a7a0fecfaa6b6b6b5f959d94e28aa1ff6458a1e784a7c55cb95c31760f742e8 0.5s done [2025-10-31T12:47:27.349Z] #141 naming to docker.io/library/security-spire-config 0.0s done [2025-10-31T12:47:27.349Z] #141 DONE 3.4s [2025-10-31T12:47:27.349Z] [2025-10-31T12:47:27.349Z] #156 [security-spire-agent] exporting to image [2025-10-31T12:47:28.424Z] #156 exporting layers 2.7s done [2025-10-31T12:47:28.424Z] #156 ... [2025-10-31T12:47:28.424Z] [2025-10-31T12:47:28.424Z] #143 [security-spire-server] exporting to image [2025-10-31T12:47:28.424Z] #143 exporting layers 2.9s done [2025-10-31T12:47:28.424Z] #143 writing image sha256:90ee9a8f0aa8be3f0a08495f1f19c0f6d653606aa96a7513ba7f073f0f33a276 0.1s done [2025-10-31T12:47:28.424Z] #143 naming to docker.io/library/security-spire-server 0.1s done [2025-10-31T12:47:28.424Z] #143 DONE 3.5s [2025-10-31T12:47:28.424Z] [2025-10-31T12:47:28.424Z] #156 [security-spire-agent] exporting to image [2025-10-31T12:47:28.424Z] #156 writing image sha256:ff422781f4ef353ac0998fd4c005ad7e4393068675bc52d0b091d2026a0c289a done [2025-10-31T12:47:28.424Z] #156 naming to docker.io/library/security-spire-agent [2025-10-31T12:47:28.424Z] #156 naming to docker.io/library/security-spire-agent 0.1s done [2025-10-31T12:47:28.683Z] #156 DONE 3.2s [2025-10-31T12:47:28.683Z] [2025-10-31T12:47:28.683Z] #152 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-10-31T12:49:35.899Z] #152 ... [2025-10-31T12:49:35.899Z] [2025-10-31T12:49:35.899Z] #147 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-10-31T12:49:35.899Z] #147 DONE 125.7s [2025-10-31T12:49:35.899Z] [2025-10-31T12:49:35.899Z] #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-10-31T12:49:35.899Z] #146 ... [2025-10-31T12:49:35.899Z] [2025-10-31T12:49:35.899Z] #150 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-10-31T12:49:35.899Z] #150 DONE 131.9s [2025-10-31T12:49:35.899Z] [2025-10-31T12:49:35.899Z] #152 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-10-31T12:49:35.899Z] #152 ... [2025-10-31T12:49:35.899Z] [2025-10-31T12:49:35.899Z] #157 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-10-31T12:49:40.278Z] #157 ... [2025-10-31T12:49:40.278Z] [2025-10-31T12:49:40.278Z] #158 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2025-10-31T12:49:52.513Z] #158 ... [2025-10-31T12:49:52.513Z] [2025-10-31T12:49:52.513Z] #157 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-10-31T12:49:52.513Z] #157 DONE 19.1s [2025-10-31T12:49:52.513Z] [2025-10-31T12:49:52.513Z] #159 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-10-31T12:49:57.818Z] #159 ... [2025-10-31T12:49:57.818Z] [2025-10-31T12:49:57.818Z] #148 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-10-31T12:49:57.818Z] #148 162.3 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-10-31T12:50:04.641Z] #148 ... [2025-10-31T12:50:04.641Z] [2025-10-31T12:50:04.641Z] #158 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2025-10-31T12:50:04.641Z] #158 DONE 24.7s [2025-10-31T12:50:04.899Z] [2025-10-31T12:50:04.899Z] #153 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-10-31T12:50:09.180Z] #153 ... [2025-10-31T12:50:09.180Z] [2025-10-31T12:50:09.180Z] #160 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-10-31T12:50:09.180Z] #160 ... [2025-10-31T12:50:09.180Z] [2025-10-31T12:50:09.180Z] #148 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-10-31T12:50:09.180Z] #148 DONE 173.7s [2025-10-31T12:50:09.180Z] [2025-10-31T12:50:09.180Z] #153 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-10-31T12:50:10.125Z] #153 ... [2025-10-31T12:50:10.125Z] [2025-10-31T12:50:10.125Z] #155 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-10-31T12:50:10.125Z] #155 DONE 174.8s [2025-10-31T12:50:10.125Z] [2025-10-31T12:50:10.125Z] #153 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-10-31T12:50:10.125Z] #153 DONE 175.1s [2025-10-31T12:50:10.125Z] [2025-10-31T12:50:10.125Z] #152 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-10-31T12:50:10.125Z] #152 DONE 175.1s [2025-10-31T12:50:10.125Z] [2025-10-31T12:50:10.125Z] #159 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-10-31T12:50:10.386Z] #159 ... [2025-10-31T12:50:10.386Z] [2025-10-31T12:50:10.386Z] #149 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-10-31T12:50:10.386Z] #149 DONE 175.2s [2025-10-31T12:50:10.386Z] [2025-10-31T12:50:10.386Z] #154 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-10-31T12:50:10.386Z] #154 DONE 175.2s [2025-10-31T12:50:10.651Z] [2025-10-31T12:50:10.651Z] #161 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2025-10-31T12:50:10.651Z] #161 ... [2025-10-31T12:50:10.651Z] [2025-10-31T12:50:10.651Z] #157 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-10-31T12:50:10.651Z] #157 DONE 19.1s [2025-10-31T12:50:10.651Z] [2025-10-31T12:50:10.651Z] #133 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-10-31T12:50:10.651Z] #133 DONE 175.5s [2025-10-31T12:50:10.912Z] [2025-10-31T12:50:10.912Z] #159 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-10-31T12:50:11.482Z] #159 ... [2025-10-31T12:50:11.482Z] [2025-10-31T12:50:11.482Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-10-31T12:50:11.482Z] #151 DONE 176.2s [2025-10-31T12:50:11.482Z] [2025-10-31T12:50:11.482Z] #162 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-10-31T12:50:11.742Z] #162 ... [2025-10-31T12:50:11.742Z] [2025-10-31T12:50:11.742Z] #137 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-10-31T12:50:11.742Z] #137 DONE 169.1s [2025-10-31T12:50:12.001Z] [2025-10-31T12:50:12.001Z] #163 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-10-31T12:50:12.261Z] #163 ... [2025-10-31T12:50:12.261Z] [2025-10-31T12:50:12.261Z] #157 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-10-31T12:50:12.261Z] #157 DONE 19.1s [2025-10-31T12:50:12.261Z] [2025-10-31T12:50:12.261Z] #159 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-10-31T12:50:12.521Z] #159 DONE 21.3s [2025-10-31T12:50:12.521Z] [2025-10-31T12:50:12.521Z] #164 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2025-10-31T12:50:13.091Z] #164 ... [2025-10-31T12:50:13.091Z] [2025-10-31T12:50:13.091Z] #165 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2025-10-31T12:50:13.091Z] #165 CACHED [2025-10-31T12:50:13.091Z] [2025-10-31T12:50:13.091Z] #166 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2025-10-31T12:50:13.091Z] #166 CACHED [2025-10-31T12:50:13.091Z] [2025-10-31T12:50:13.091Z] #167 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-10-31T12:50:13.092Z] #167 CACHED [2025-10-31T12:50:13.092Z] [2025-10-31T12:50:13.092Z] #168 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-10-31T12:50:13.092Z] #168 CACHED [2025-10-31T12:50:13.092Z] [2025-10-31T12:50:13.092Z] #169 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-10-31T12:50:13.092Z] #169 CACHED [2025-10-31T12:50:13.092Z] [2025-10-31T12:50:13.092Z] #170 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-10-31T12:50:13.092Z] #170 CACHED [2025-10-31T12:50:13.092Z] [2025-10-31T12:50:13.092Z] #171 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2025-10-31T12:50:13.354Z] #171 ... [2025-10-31T12:50:13.354Z] [2025-10-31T12:50:13.354Z] #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-10-31T12:50:13.354Z] #146 DONE 178.0s [2025-10-31T12:50:13.615Z] [2025-10-31T12:50:13.615Z] #172 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-10-31T12:50:18.902Z] #172 ... [2025-10-31T12:50:18.902Z] [2025-10-31T12:50:18.902Z] #173 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-10-31T12:50:21.448Z] #173 ... [2025-10-31T12:50:21.448Z] [2025-10-31T12:50:21.448Z] #160 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-10-31T12:50:21.448Z] #160 DONE 12.8s [2025-10-31T12:50:21.448Z] [2025-10-31T12:50:21.448Z] #174 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2025-10-31T12:50:21.709Z] #174 ... [2025-10-31T12:50:21.709Z] [2025-10-31T12:50:21.709Z] #175 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2025-10-31T12:50:21.970Z] #175 ... [2025-10-31T12:50:21.970Z] [2025-10-31T12:50:21.970Z] #164 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2025-10-31T12:50:21.970Z] #164 DONE 11.4s [2025-10-31T12:50:21.970Z] [2025-10-31T12:50:21.970Z] #161 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2025-10-31T12:50:21.970Z] #161 DONE 11.5s [2025-10-31T12:50:21.970Z] [2025-10-31T12:50:21.970Z] #176 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2025-10-31T12:50:22.232Z] #176 ... [2025-10-31T12:50:22.232Z] [2025-10-31T12:50:22.232Z] #177 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2025-10-31T12:50:22.495Z] #177 ... [2025-10-31T12:50:22.495Z] [2025-10-31T12:50:22.495Z] #163 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-10-31T12:50:22.495Z] #163 DONE 11.7s [2025-10-31T12:50:22.495Z] [2025-10-31T12:50:22.495Z] #178 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2025-10-31T12:50:22.756Z] #178 ... [2025-10-31T12:50:22.756Z] [2025-10-31T12:50:22.756Z] #162 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-10-31T12:50:22.756Z] #162 DONE 12.1s [2025-10-31T12:50:22.756Z] [2025-10-31T12:50:22.756Z] #179 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-10-31T12:50:23.018Z] #179 ... [2025-10-31T12:50:23.018Z] [2025-10-31T12:50:23.018Z] #180 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-10-31T12:50:23.018Z] #180 DONE 10.3s [2025-10-31T12:50:23.018Z] [2025-10-31T12:50:23.018Z] #181 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-10-31T12:50:23.279Z] #181 ... [2025-10-31T12:50:23.279Z] [2025-10-31T12:50:23.279Z] #182 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2025-10-31T12:50:23.555Z] #182 ... [2025-10-31T12:50:23.555Z] [2025-10-31T12:50:23.555Z] #176 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2025-10-31T12:50:23.555Z] #176 DONE 10.7s [2025-10-31T12:50:23.555Z] [2025-10-31T12:50:23.555Z] #183 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-10-31T12:50:24.498Z] #183 ... [2025-10-31T12:50:24.498Z] [2025-10-31T12:50:24.498Z] #171 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2025-10-31T12:50:24.498Z] #171 DONE 11.4s [2025-10-31T12:50:24.498Z] [2025-10-31T12:50:24.498Z] #184 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-10-31T12:50:25.440Z] #184 ... [2025-10-31T12:50:25.440Z] [2025-10-31T12:50:25.440Z] #174 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2025-10-31T12:50:25.440Z] #174 DONE 12.3s [2025-10-31T12:50:25.440Z] [2025-10-31T12:50:25.440Z] #178 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2025-10-31T12:50:26.012Z] #178 ... [2025-10-31T12:50:26.012Z] [2025-10-31T12:50:26.012Z] #182 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2025-10-31T12:50:26.012Z] #182 DONE 12.9s [2025-10-31T12:50:26.012Z] [2025-10-31T12:50:26.012Z] #185 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2025-10-31T12:50:26.582Z] #185 ... [2025-10-31T12:50:26.582Z] [2025-10-31T12:50:26.582Z] #172 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-10-31T12:50:26.582Z] #172 DONE 13.5s [2025-10-31T12:50:26.582Z] [2025-10-31T12:50:26.582Z] #186 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2025-10-31T12:50:27.965Z] #186 ... [2025-10-31T12:50:27.965Z] [2025-10-31T12:50:27.965Z] #173 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-10-31T12:50:27.965Z] #173 DONE 13.2s [2025-10-31T12:50:27.965Z] [2025-10-31T12:50:27.965Z] #187 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-10-31T12:50:28.908Z] #187 ... [2025-10-31T12:50:28.908Z] [2025-10-31T12:50:28.908Z] #175 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2025-10-31T12:50:28.908Z] #175 DONE 7.1s [2025-10-31T12:50:28.908Z] [2025-10-31T12:50:28.908Z] #178 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2025-10-31T12:50:28.908Z] #178 DONE 6.7s [2025-10-31T12:50:28.908Z] [2025-10-31T12:50:28.908Z] #177 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2025-10-31T12:50:28.908Z] #177 DONE 6.6s [2025-10-31T12:50:28.908Z] [2025-10-31T12:50:28.908Z] #179 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-10-31T12:50:28.908Z] #179 DONE 5.9s [2025-10-31T12:50:28.908Z] [2025-10-31T12:50:28.908Z] #181 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-10-31T12:50:28.908Z] #181 DONE 5.8s [2025-10-31T12:50:28.908Z] [2025-10-31T12:50:28.908Z] #183 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-10-31T12:50:28.908Z] #183 DONE 5.2s [2025-10-31T12:50:28.908Z] [2025-10-31T12:50:28.908Z] #184 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-10-31T12:50:28.908Z] #184 DONE 4.7s [2025-10-31T12:50:28.908Z] [2025-10-31T12:50:28.908Z] #188 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2025-10-31T12:50:28.908Z] #188 DONE 3.3s [2025-10-31T12:50:28.908Z] [2025-10-31T12:50:28.908Z] #185 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2025-10-31T12:50:28.908Z] #185 DONE 3.1s [2025-10-31T12:50:28.908Z] [2025-10-31T12:50:28.908Z] #186 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2025-10-31T12:50:28.908Z] #186 DONE 2.3s [2025-10-31T12:50:28.908Z] [2025-10-31T12:50:28.908Z] #189 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2025-10-31T12:50:28.908Z] #189 DONE 2.1s [2025-10-31T12:50:28.908Z] [2025-10-31T12:50:28.908Z] #187 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-10-31T12:50:28.908Z] #187 DONE 0.9s [2025-10-31T12:50:28.908Z] [2025-10-31T12:50:28.908Z] #190 [core-command] exporting to image [2025-10-31T12:50:28.908Z] #190 exporting layers [2025-10-31T12:50:29.851Z] #190 exporting layers 0.9s done [2025-10-31T12:50:30.428Z] #190 ... [2025-10-31T12:50:30.428Z] [2025-10-31T12:50:30.428Z] #191 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2025-10-31T12:50:30.428Z] #191 DONE 1.4s [2025-10-31T12:50:30.428Z] [2025-10-31T12:50:30.428Z] #192 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2025-10-31T12:50:30.428Z] #192 DONE 1.5s [2025-10-31T12:50:30.428Z] [2025-10-31T12:50:30.428Z] #193 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2025-10-31T12:50:30.428Z] #193 DONE 1.4s [2025-10-31T12:50:30.428Z] [2025-10-31T12:50:30.428Z] #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2025-10-31T12:50:30.428Z] #194 DONE 1.4s [2025-10-31T12:50:30.428Z] [2025-10-31T12:50:30.428Z] #195 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2025-10-31T12:50:30.428Z] #195 ... [2025-10-31T12:50:30.428Z] [2025-10-31T12:50:30.428Z] #196 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2025-10-31T12:50:30.428Z] #196 DONE 1.8s [2025-10-31T12:50:30.776Z] [2025-10-31T12:50:30.776Z] #197 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2025-10-31T12:50:30.776Z] #197 DONE 1.8s [2025-10-31T12:50:30.776Z] [2025-10-31T12:50:30.776Z] #198 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2025-10-31T12:50:30.776Z] #198 DONE 1.8s [2025-10-31T12:50:30.776Z] [2025-10-31T12:50:30.776Z] #199 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2025-10-31T12:50:30.776Z] #199 DONE 1.8s [2025-10-31T12:50:30.776Z] [2025-10-31T12:50:30.776Z] #200 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2025-10-31T12:50:30.776Z] #200 DONE 1.8s [2025-10-31T12:50:30.776Z] [2025-10-31T12:50:30.776Z] #201 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2025-10-31T12:50:30.776Z] #201 DONE 1.8s [2025-10-31T12:50:30.776Z] [2025-10-31T12:50:30.776Z] #202 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-10-31T12:50:31.037Z] #202 ... [2025-10-31T12:50:31.037Z] [2025-10-31T12:50:31.037Z] #203 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2025-10-31T12:50:31.037Z] #203 DONE 1.9s [2025-10-31T12:50:31.037Z] [2025-10-31T12:50:31.037Z] #204 [core-keeper] exporting to image [2025-10-31T12:50:31.037Z] #204 exporting layers 0.4s done [2025-10-31T12:50:31.037Z] #204 ... [2025-10-31T12:50:31.037Z] [2025-10-31T12:50:31.037Z] #205 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2025-10-31T12:50:31.037Z] #205 DONE 0.9s [2025-10-31T12:50:31.037Z] [2025-10-31T12:50:31.037Z] #206 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2025-10-31T12:50:31.037Z] #206 DONE 0.9s [2025-10-31T12:50:31.037Z] [2025-10-31T12:50:31.037Z] #195 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2025-10-31T12:50:31.037Z] #195 DONE 0.9s [2025-10-31T12:50:31.037Z] [2025-10-31T12:50:31.037Z] #207 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2025-10-31T12:50:31.037Z] #207 DONE 0.9s [2025-10-31T12:50:31.037Z] [2025-10-31T12:50:31.037Z] #208 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2025-10-31T12:50:31.037Z] #208 DONE 0.5s [2025-10-31T12:50:31.037Z] [2025-10-31T12:50:31.037Z] #209 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2025-10-31T12:50:31.037Z] #209 DONE 0.5s [2025-10-31T12:50:31.298Z] [2025-10-31T12:50:31.298Z] #210 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2025-10-31T12:50:31.298Z] #210 DONE 0.4s [2025-10-31T12:50:31.298Z] [2025-10-31T12:50:31.298Z] #190 [core-command] exporting to image [2025-10-31T12:50:31.298Z] #190 writing image sha256:f31389a2c0dfaf9ad2bea0825a795531d045bce3ffeb3da3ae9c863949dc2b48 done [2025-10-31T12:50:31.298Z] #190 naming to docker.io/library/core-command done [2025-10-31T12:50:31.298Z] #190 DONE 2.4s [2025-10-31T12:50:31.298Z] [2025-10-31T12:50:31.298Z] #211 [support-notifications] exporting to image [2025-10-31T12:50:31.559Z] #211 ... [2025-10-31T12:50:31.559Z] [2025-10-31T12:50:31.559Z] #212 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2025-10-31T12:50:31.559Z] #212 DONE 0.5s [2025-10-31T12:50:31.559Z] [2025-10-31T12:50:31.559Z] #213 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2025-10-31T12:50:31.559Z] #213 DONE 0.5s [2025-10-31T12:50:31.559Z] [2025-10-31T12:50:31.559Z] #214 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2025-10-31T12:50:31.559Z] #214 DONE 0.5s [2025-10-31T12:50:31.559Z] [2025-10-31T12:50:31.559Z] #215 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-10-31T12:50:31.559Z] #215 DONE 1.0s [2025-10-31T12:50:31.559Z] [2025-10-31T12:50:31.559Z] #202 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-10-31T12:50:31.559Z] #202 DONE 1.0s [2025-10-31T12:50:31.559Z] [2025-10-31T12:50:31.559Z] #216 [security-proxy-auth] exporting to image [2025-10-31T12:50:31.819Z] #216 ... [2025-10-31T12:50:31.819Z] [2025-10-31T12:50:31.819Z] #204 [core-keeper] exporting to image [2025-10-31T12:50:31.819Z] #204 writing image sha256:086a30e0fe638d2b7c0d8ecefd07809e87030f5f7926feedd2414866ced0477f 0.1s done [2025-10-31T12:50:31.819Z] #204 naming to docker.io/library/core-keeper done [2025-10-31T12:50:31.819Z] #204 DONE 1.1s [2025-10-31T12:50:32.080Z] [2025-10-31T12:50:32.080Z] #217 [core-metadata] exporting to image [2025-10-31T12:50:32.080Z] #217 exporting layers 0.4s done [2025-10-31T12:50:32.080Z] #217 writing image sha256:6da8b5d5d28dbaefd89d194b9a2a4ef8dc400da655bb43d65c288f86d2f671e3 0.1s done [2025-10-31T12:50:32.080Z] #217 naming to docker.io/library/core-metadata done [2025-10-31T12:50:32.080Z] #217 DONE 1.2s [2025-10-31T12:50:32.080Z] [2025-10-31T12:50:32.080Z] #218 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2025-10-31T12:50:32.080Z] #218 DONE 0.4s [2025-10-31T12:50:32.080Z] [2025-10-31T12:50:32.080Z] #219 [core-common-config-bootstrapper] exporting to image [2025-10-31T12:50:32.080Z] #219 ... [2025-10-31T12:50:32.080Z] [2025-10-31T12:50:32.080Z] #220 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2025-10-31T12:50:32.080Z] #220 DONE 0.4s [2025-10-31T12:50:32.080Z] [2025-10-31T12:50:32.080Z] #221 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2025-10-31T12:50:32.080Z] #221 DONE 0.4s [2025-10-31T12:50:32.080Z] [2025-10-31T12:50:32.080Z] #222 [security-spiffe-token-provider] exporting to image [2025-10-31T12:50:32.080Z] #222 exporting layers 0.8s done [2025-10-31T12:50:32.080Z] #222 writing image sha256:69466f18529db4ef8fdf1b3a27b320ca0bd089fb5da4bb5146af7cfbdb8131e9 0.0s done [2025-10-31T12:50:32.080Z] #222 naming to docker.io/library/security-spiffe-token-provider done [2025-10-31T12:50:32.080Z] #222 DONE 0.9s [2025-10-31T12:50:32.341Z] [2025-10-31T12:50:32.341Z] #223 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-10-31T12:50:32.602Z] #223 ... [2025-10-31T12:50:32.602Z] [2025-10-31T12:50:32.602Z] #224 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2025-10-31T12:50:32.602Z] #224 DONE 0.5s [2025-10-31T12:50:32.602Z] [2025-10-31T12:50:32.602Z] #225 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ [2025-10-31T12:50:32.602Z] #225 DONE 0.5s [2025-10-31T12:50:32.602Z] [2025-10-31T12:50:32.602Z] #226 [core-data] exporting to image [2025-10-31T12:50:32.602Z] #226 exporting layers 0.9s done [2025-10-31T12:50:32.602Z] #226 writing image sha256:bc8a287fc122afb07bc2cd24ba93c0fc74344c64304effd76613a61e44c3d5c0 0.1s done [2025-10-31T12:50:32.602Z] #226 naming to docker.io/library/core-data done [2025-10-31T12:50:32.602Z] #226 DONE 1.5s [2025-10-31T12:50:32.602Z] [2025-10-31T12:50:32.602Z] #219 [core-common-config-bootstrapper] exporting to image [2025-10-31T12:50:32.602Z] #219 exporting layers 0.9s done [2025-10-31T12:50:32.863Z] #219 ... [2025-10-31T12:50:32.863Z] [2025-10-31T12:50:32.863Z] #227 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2025-10-31T12:50:32.863Z] #227 DONE 0.2s [2025-10-31T12:50:32.863Z] [2025-10-31T12:50:32.863Z] #228 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2025-10-31T12:50:32.863Z] #228 DONE 0.2s [2025-10-31T12:50:32.863Z] [2025-10-31T12:50:32.863Z] #211 [support-notifications] exporting to image [2025-10-31T12:50:32.863Z] #211 exporting layers 1.5s done [2025-10-31T12:50:32.863Z] #211 writing image sha256:9735311dcbbd0796af0cc0721ad64beaf64875b849df4167ce3edf8b33c95eff done [2025-10-31T12:50:32.863Z] #211 naming to docker.io/library/support-notifications 0.0s done [2025-10-31T12:50:32.863Z] #211 DONE 1.6s [2025-10-31T12:50:32.863Z] [2025-10-31T12:50:32.863Z] #229 [support-scheduler] exporting to image [2025-10-31T12:50:32.863Z] #229 exporting layers 1.4s done [2025-10-31T12:50:32.863Z] #229 writing image sha256:131f6f5ca746971f6a95e16d0428ae436d82e1b4c0a02d5261b365c61e549782 done [2025-10-31T12:50:32.863Z] #229 naming to docker.io/library/support-scheduler 0.0s done [2025-10-31T12:50:32.863Z] #229 DONE 1.6s [2025-10-31T12:50:32.863Z] [2025-10-31T12:50:32.863Z] #219 [core-common-config-bootstrapper] exporting to image [2025-10-31T12:50:32.863Z] #219 writing image sha256:7a07a772ed723c445b57149dd7a390618168f37ee717e4ad3f7ff92bad5fe833 0.0s done [2025-10-31T12:50:32.863Z] #219 naming to docker.io/library/core-common-config-bootstrapper 0.0s done [2025-10-31T12:50:32.863Z] #219 DONE 1.1s [2025-10-31T12:50:32.863Z] [2025-10-31T12:50:32.863Z] #223 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-10-31T12:50:32.863Z] #223 DONE 0.8s [2025-10-31T12:50:32.863Z] [2025-10-31T12:50:32.863Z] #216 [security-proxy-auth] exporting to image [2025-10-31T12:50:32.863Z] #216 exporting layers 1.0s done [2025-10-31T12:50:32.863Z] #216 writing image sha256:dab4e61b0fa3f21ad5e91ea6fcb1a6db0dd3ab3cecf7aac976923f4bf6cdfc6b 0.0s done [2025-10-31T12:50:32.863Z] #216 naming to docker.io/library/security-proxy-auth 0.0s done [2025-10-31T12:50:32.863Z] #216 DONE 1.1s [2025-10-31T12:50:32.863Z] [2025-10-31T12:50:32.863Z] #230 [security-proxy-setup] exporting to image [2025-10-31T12:50:33.124Z] #230 exporting layers 0.4s done [2025-10-31T12:50:33.384Z] #230 ... [2025-10-31T12:50:33.384Z] [2025-10-31T12:50:33.384Z] #231 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2025-10-31T12:50:33.384Z] #231 DONE 0.5s [2025-10-31T12:50:33.384Z] [2025-10-31T12:50:33.384Z] #230 [security-proxy-setup] exporting to image [2025-10-31T12:50:33.384Z] #230 writing image sha256:a87f573216ec05f5d92e3f391a4454c09c0f85d27d6c4cdca0fa30623cb3ad86 [2025-10-31T12:50:33.384Z] #230 writing image sha256:a87f573216ec05f5d92e3f391a4454c09c0f85d27d6c4cdca0fa30623cb3ad86 done [2025-10-31T12:50:33.384Z] #230 naming to docker.io/library/security-proxy-setup done [2025-10-31T12:50:33.384Z] #230 DONE 0.6s [2025-10-31T12:50:33.384Z] [2025-10-31T12:50:33.384Z] #232 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-10-31T12:50:33.384Z] #232 DONE 0.7s [2025-10-31T12:50:33.384Z] [2025-10-31T12:50:33.384Z] #233 [security-secretstore-setup] exporting to image [2025-10-31T12:50:33.955Z] #233 ... [2025-10-31T12:50:33.956Z] [2025-10-31T12:50:33.956Z] #234 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2025-10-31T12:50:33.956Z] #234 DONE 0.4s [2025-10-31T12:50:33.956Z] [2025-10-31T12:50:33.956Z] #233 [security-secretstore-setup] exporting to image [2025-10-31T12:50:33.956Z] #233 exporting layers 0.4s done [2025-10-31T12:50:33.956Z] #233 writing image sha256:20ecc4f328959baf2a6400d5c894d9f1588f8222567dee0b96696919f4810bc9 0.0s done [2025-10-31T12:50:33.956Z] #233 naming to docker.io/library/security-secretstore-setup done [2025-10-31T12:50:33.956Z] #233 DONE 0.5s [2025-10-31T12:50:33.956Z] [2025-10-31T12:50:33.956Z] #235 [security-bootstrapper] exporting to image [2025-10-31T12:50:33.956Z] #235 exporting layers 0.3s done [2025-10-31T12:50:33.956Z] #235 writing image sha256:fc0610022c4a8920dd30f23c65cfa7e1f0c665bf9377acc6c9e1f43756ad2b39 done [2025-10-31T12:50:33.956Z] #235 naming to docker.io/library/security-bootstrapper done [2025-10-31T12:50:33.956Z] #235 DONE 0.3s [2025-10-31T12:50:33.956Z] time="2025-10-31T12:43:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-10-31T12:50:33.956Z] time="2025-10-31T12:43:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-10-31T12:50:33.956Z] time="2025-10-31T12:43:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-10-31T12:50:33.956Z] time="2025-10-31T12:43:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-10-31T12:50:33.956Z] time="2025-10-31T12:43:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-10-31T12:50:33.956Z] time="2025-10-31T12:43:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-10-31T12:50:33.956Z] time="2025-10-31T12:43:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-10-31T12:50:33.956Z] time="2025-10-31T12:43:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-10-31T12:50:33.956Z] time="2025-10-31T12:43:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-10-31T12:50:33.956Z] time="2025-10-31T12:43:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-10-31T12:50:33.956Z] time="2025-10-31T12:43:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-10-31T12:50:33.956Z] time="2025-10-31T12:43:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-10-31T12:50:33.956Z] time="2025-10-31T12:43:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-10-31T12:50:33.956Z] time="2025-10-31T12:43:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-10-31T12:50:33.956Z] time="2025-10-31T12:43:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2025-10-31T12:50:33.965Z] $ docker stop --time=1 0cb87393383e8b32b1dd42a004e777574375cc8c30398b1774d0fea905c2a6b4 [2025-10-31T12:50:35.256Z] $ docker rm -f --volumes 0cb87393383e8b32b1dd42a004e777574375cc8c30398b1774d0fea905c2a6b4 [Pipeline] // withDockerContainer [Pipeline] sh [2025-10-31T12:50:35.599Z] + docker images [2025-10-31T12:50:35.600Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2025-10-31T12:50:35.600Z] security-secretstore-setup latest 20ecc4f32895 2 seconds ago 84.9MB [2025-10-31T12:50:35.600Z] security-bootstrapper latest fc0610022c4a 2 seconds ago 21.6MB [2025-10-31T12:50:35.600Z] security-proxy-setup latest a87f573216ec 3 seconds ago 52.8MB [2025-10-31T12:50:35.600Z] security-proxy-auth latest dab4e61b0fa3 4 seconds ago 46.5MB [2025-10-31T12:50:35.600Z] core-common-config-bootstrapper latest 7a07a772ed72 4 seconds ago 20.5MB [2025-10-31T12:50:35.600Z] support-scheduler latest 131f6f5ca746 5 seconds ago 51.3MB [2025-10-31T12:50:35.600Z] core-data latest bc8a287fc122 5 seconds ago 47.4MB [2025-10-31T12:50:35.600Z] security-spiffe-token-provider latest 69466f18529d 5 seconds ago 50.3MB [2025-10-31T12:50:35.600Z] core-metadata latest 6da8b5d5d28d 5 seconds ago 47.5MB [2025-10-31T12:50:35.600Z] support-notifications latest 9735311dcbbd 5 seconds ago 55MB [2025-10-31T12:50:35.600Z] core-keeper latest 086a30e0fe63 5 seconds ago 47.2MB [2025-10-31T12:50:35.600Z] core-command latest f31389a2c0df 7 seconds ago 41.7MB [2025-10-31T12:50:35.600Z] security-spire-agent latest ff422781f4ef 3 minutes ago 196MB [2025-10-31T12:50:35.600Z] security-spire-server latest 90ee9a8f0aa8 3 minutes ago 150MB [2025-10-31T12:50:35.600Z] security-spire-config latest 1a7a0fecfaa6 3 minutes ago 150MB [2025-10-31T12:50:35.600Z] ci-base-image-x86_64 latest b594da216109 11 minutes ago 999MB [2025-10-31T12:50:35.600Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.25-alpine 2caa029a6df7 2 weeks ago 636MB [2025-10-31T12:50:35.600Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 5 months ago 573MB [2025-10-31T12:50:35.600Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 2 years ago 334MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-10-31T12:50:35.759Z] provisioning config files... [2025-10-31T12:50:35.769Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/921@tmp/config15461168451245298289tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-10-31T12:50:36.079Z] ---> ****-login.sh [2025-10-31T12:50:36.079Z] nexus3.edgexfoundry.org:10001 [2025-10-31T12:50:36.079Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-31T12:50:36.338Z] Login Succeeded [2025-10-31T12:50:36.338Z] nexus3.edgexfoundry.org:10002 [2025-10-31T12:50:36.338Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-31T12:50:36.338Z] Login Succeeded [2025-10-31T12:50:36.338Z] nexus3.edgexfoundry.org:10003 [2025-10-31T12:50:36.338Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-31T12:50:36.597Z] Login Succeeded [2025-10-31T12:50:36.597Z] nexus3.edgexfoundry.org:10004 [2025-10-31T12:50:36.597Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-31T12:50:36.597Z] Login Succeeded [2025-10-31T12:50:36.597Z] ****.io [2025-10-31T12:50:36.597Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-31T12:50:36.856Z] Login Succeeded [2025-10-31T12:50:36.856Z] ---> ****-login.sh ends [Pipeline] } [2025-10-31T12:50:36.863Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-10-31T12:50:36.916Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-10-31T12:50:36.949Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2025-10-31T12:50:36.949Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:50:36.949Z] latest [2025-10-31T12:50:36.949Z] 4.1.0-dev.73 [2025-10-31T12:50:36.949Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:50:36.949Z] main [2025-10-31T12:50:36.949Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:50:37.312Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:50:37.653Z] + docker push nexus3.edgexfoundry.org:10004/core-command:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:50:37.653Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-10-31T12:50:37.653Z] 1bd4b477c05d: Preparing [2025-10-31T12:50:37.653Z] 5c7cc459898f: Preparing [2025-10-31T12:50:37.653Z] f65e197e8328: Preparing [2025-10-31T12:50:37.653Z] 251756bc40db: Preparing [2025-10-31T12:50:37.653Z] e92aaa786f4a: Preparing [2025-10-31T12:50:37.653Z] 50364a795cce: Preparing [2025-10-31T12:50:37.653Z] 256f393e029f: Preparing [2025-10-31T12:50:37.653Z] 50364a795cce: Waiting [2025-10-31T12:50:37.653Z] 256f393e029f: Waiting [2025-10-31T12:50:37.653Z] 1bd4b477c05d: Pushed [2025-10-31T12:50:37.653Z] e92aaa786f4a: Pushed [2025-10-31T12:50:37.913Z] f65e197e8328: Pushed [2025-10-31T12:50:37.913Z] 251756bc40db: Pushed [2025-10-31T12:50:37.913Z] 256f393e029f: Layer already exists [2025-10-31T12:50:37.913Z] 50364a795cce: Pushed [2025-10-31T12:50:41.200Z] 5c7cc459898f: Pushed [2025-10-31T12:50:41.768Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b: digest: sha256:f145af6f5eb003b01f6e57521566a7becb6528f8eae8955432e7c7de73f45971 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:50:42.356Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:50:42.948Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2025-10-31T12:50:42.949Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-10-31T12:50:42.949Z] 1bd4b477c05d: Preparing [2025-10-31T12:50:42.949Z] 5c7cc459898f: Preparing [2025-10-31T12:50:42.949Z] f65e197e8328: Preparing [2025-10-31T12:50:42.949Z] 251756bc40db: Preparing [2025-10-31T12:50:42.949Z] e92aaa786f4a: Preparing [2025-10-31T12:50:42.949Z] 50364a795cce: Preparing [2025-10-31T12:50:42.949Z] 256f393e029f: Preparing [2025-10-31T12:50:42.949Z] 50364a795cce: Waiting [2025-10-31T12:50:42.949Z] 256f393e029f: Waiting [2025-10-31T12:50:42.949Z] 1bd4b477c05d: Layer already exists [2025-10-31T12:50:42.949Z] 251756bc40db: Layer already exists [2025-10-31T12:50:42.949Z] e92aaa786f4a: Layer already exists [2025-10-31T12:50:42.949Z] 5c7cc459898f: Layer already exists [2025-10-31T12:50:42.949Z] f65e197e8328: Layer already exists [2025-10-31T12:50:42.949Z] 256f393e029f: Layer already exists [2025-10-31T12:50:42.949Z] 50364a795cce: Layer already exists [2025-10-31T12:50:42.949Z] latest: digest: sha256:f145af6f5eb003b01f6e57521566a7becb6528f8eae8955432e7c7de73f45971 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:50:43.283Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:50:43.876Z] + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.73 [2025-10-31T12:50:43.876Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-10-31T12:50:43.876Z] 1bd4b477c05d: Preparing [2025-10-31T12:50:43.876Z] 5c7cc459898f: Preparing [2025-10-31T12:50:43.876Z] f65e197e8328: Preparing [2025-10-31T12:50:43.876Z] 251756bc40db: Preparing [2025-10-31T12:50:43.876Z] e92aaa786f4a: Preparing [2025-10-31T12:50:43.876Z] 50364a795cce: Preparing [2025-10-31T12:50:43.876Z] 256f393e029f: Preparing [2025-10-31T12:50:43.876Z] 50364a795cce: Waiting [2025-10-31T12:50:43.876Z] 256f393e029f: Waiting [2025-10-31T12:50:43.876Z] e92aaa786f4a: Layer already exists [2025-10-31T12:50:43.876Z] 1bd4b477c05d: Layer already exists [2025-10-31T12:50:43.876Z] f65e197e8328: Layer already exists [2025-10-31T12:50:43.876Z] 251756bc40db: Layer already exists [2025-10-31T12:50:43.876Z] 5c7cc459898f: Layer already exists [2025-10-31T12:50:43.876Z] 256f393e029f: Layer already exists [2025-10-31T12:50:43.876Z] 50364a795cce: Layer already exists [2025-10-31T12:50:43.876Z] 4.1.0-dev.73: digest: sha256:f145af6f5eb003b01f6e57521566a7becb6528f8eae8955432e7c7de73f45971 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:50:44.210Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:50:44.819Z] + docker push nexus3.edgexfoundry.org:10004/core-command:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:50:44.819Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-10-31T12:50:44.819Z] 1bd4b477c05d: Preparing [2025-10-31T12:50:44.819Z] 5c7cc459898f: Preparing [2025-10-31T12:50:44.819Z] f65e197e8328: Preparing [2025-10-31T12:50:44.819Z] 251756bc40db: Preparing [2025-10-31T12:50:44.819Z] e92aaa786f4a: Preparing [2025-10-31T12:50:44.819Z] 50364a795cce: Preparing [2025-10-31T12:50:44.819Z] 256f393e029f: Preparing [2025-10-31T12:50:44.819Z] 50364a795cce: Waiting [2025-10-31T12:50:44.819Z] 256f393e029f: Waiting [2025-10-31T12:50:44.819Z] 251756bc40db: Layer already exists [2025-10-31T12:50:44.819Z] 5c7cc459898f: Layer already exists [2025-10-31T12:50:44.819Z] 1bd4b477c05d: Layer already exists [2025-10-31T12:50:44.819Z] e92aaa786f4a: Layer already exists [2025-10-31T12:50:44.819Z] f65e197e8328: Layer already exists [2025-10-31T12:50:44.819Z] 50364a795cce: Layer already exists [2025-10-31T12:50:44.819Z] 256f393e029f: Layer already exists [2025-10-31T12:50:44.819Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73: digest: sha256:f145af6f5eb003b01f6e57521566a7becb6528f8eae8955432e7c7de73f45971 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:50:45.144Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:50:45.467Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2025-10-31T12:50:45.467Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-10-31T12:50:45.467Z] 1bd4b477c05d: Preparing [2025-10-31T12:50:45.467Z] 5c7cc459898f: Preparing [2025-10-31T12:50:45.467Z] f65e197e8328: Preparing [2025-10-31T12:50:45.467Z] 251756bc40db: Preparing [2025-10-31T12:50:45.467Z] e92aaa786f4a: Preparing [2025-10-31T12:50:45.467Z] 50364a795cce: Preparing [2025-10-31T12:50:45.467Z] 256f393e029f: Preparing [2025-10-31T12:50:45.467Z] 50364a795cce: Waiting [2025-10-31T12:50:45.467Z] 256f393e029f: Waiting [2025-10-31T12:50:45.467Z] 5c7cc459898f: Layer already exists [2025-10-31T12:50:45.467Z] f65e197e8328: Layer already exists [2025-10-31T12:50:45.467Z] 251756bc40db: Layer already exists [2025-10-31T12:50:45.467Z] 1bd4b477c05d: Layer already exists [2025-10-31T12:50:45.467Z] e92aaa786f4a: Layer already exists [2025-10-31T12:50:45.467Z] 256f393e029f: Layer already exists [2025-10-31T12:50:45.467Z] 50364a795cce: Layer already exists [2025-10-31T12:50:45.467Z] main: digest: sha256:f145af6f5eb003b01f6e57521566a7becb6528f8eae8955432e7c7de73f45971 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-10-31T12:50:45.542Z] ===================================================== [Pipeline] echo [2025-10-31T12:50:45.556Z] taggedImages: [2025-10-31T12:50:45.556Z] - nexus3.edgexfoundry.org:10004/core-command:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:50:45.556Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2025-10-31T12:50:45.556Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.73 [2025-10-31T12:50:45.556Z] - nexus3.edgexfoundry.org:10004/core-command:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:50:45.556Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2025-10-31T12:50:45.581Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2025-10-31T12:50:45.581Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:50:45.581Z] latest [2025-10-31T12:50:45.581Z] 4.1.0-dev.73 [2025-10-31T12:50:45.581Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:50:45.581Z] main [2025-10-31T12:50:45.581Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:50:45.946Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:50:46.990Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:50:46.990Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-10-31T12:50:46.990Z] 67d572ea0124: Preparing [2025-10-31T12:50:46.990Z] d4aeb8bb405b: Preparing [2025-10-31T12:50:46.990Z] bd94ace54e1a: Preparing [2025-10-31T12:50:46.990Z] 94f308f9c3fb: Preparing [2025-10-31T12:50:46.990Z] f65e197e8328: Preparing [2025-10-31T12:50:46.990Z] 251756bc40db: Preparing [2025-10-31T12:50:46.990Z] e92aaa786f4a: Preparing [2025-10-31T12:50:46.990Z] 50364a795cce: Preparing [2025-10-31T12:50:46.990Z] 256f393e029f: Preparing [2025-10-31T12:50:46.990Z] 251756bc40db: Waiting [2025-10-31T12:50:46.990Z] 256f393e029f: Waiting [2025-10-31T12:50:46.990Z] e92aaa786f4a: Waiting [2025-10-31T12:50:46.990Z] 50364a795cce: Waiting [2025-10-31T12:50:47.250Z] d4aeb8bb405b: Pushed [2025-10-31T12:50:47.250Z] bd94ace54e1a: Pushed [2025-10-31T12:50:47.826Z] 67d572ea0124: Pushed [2025-10-31T12:50:47.826Z] f65e197e8328: Layer already exists [2025-10-31T12:50:48.087Z] 94f308f9c3fb: Pushed [2025-10-31T12:50:49.464Z] 251756bc40db: Layer already exists [2025-10-31T12:50:49.724Z] e92aaa786f4a: Layer already exists [2025-10-31T12:50:50.293Z] 256f393e029f: Layer already exists [2025-10-31T12:50:50.552Z] 50364a795cce: Layer already exists [2025-10-31T12:50:50.553Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b: digest: sha256:6e725233e8041db1bca34b07e6fdbb2bf8f772fd3a084e73a44b50218c90d768 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:50:51.142Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:50:51.478Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-10-31T12:50:51.478Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-10-31T12:50:51.478Z] 67d572ea0124: Preparing [2025-10-31T12:50:51.478Z] d4aeb8bb405b: Preparing [2025-10-31T12:50:51.478Z] bd94ace54e1a: Preparing [2025-10-31T12:50:51.478Z] 94f308f9c3fb: Preparing [2025-10-31T12:50:51.478Z] f65e197e8328: Preparing [2025-10-31T12:50:51.478Z] 251756bc40db: Preparing [2025-10-31T12:50:51.478Z] e92aaa786f4a: Preparing [2025-10-31T12:50:51.478Z] 50364a795cce: Preparing [2025-10-31T12:50:51.478Z] 256f393e029f: Preparing [2025-10-31T12:50:51.478Z] 256f393e029f: Waiting [2025-10-31T12:50:51.478Z] 50364a795cce: Waiting [2025-10-31T12:50:51.478Z] 251756bc40db: Waiting [2025-10-31T12:50:51.478Z] e92aaa786f4a: Waiting [2025-10-31T12:50:51.478Z] 67d572ea0124: Layer already exists [2025-10-31T12:50:51.478Z] 94f308f9c3fb: Layer already exists [2025-10-31T12:50:51.478Z] f65e197e8328: Layer already exists [2025-10-31T12:50:51.478Z] d4aeb8bb405b: Layer already exists [2025-10-31T12:50:51.478Z] bd94ace54e1a: Layer already exists [2025-10-31T12:50:51.478Z] 251756bc40db: Layer already exists [2025-10-31T12:50:51.478Z] 256f393e029f: Layer already exists [2025-10-31T12:50:51.478Z] 50364a795cce: Layer already exists [2025-10-31T12:50:51.478Z] e92aaa786f4a: Layer already exists [2025-10-31T12:50:51.478Z] latest: digest: sha256:6e725233e8041db1bca34b07e6fdbb2bf8f772fd3a084e73a44b50218c90d768 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:50:51.819Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:50:52.406Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.73 [2025-10-31T12:50:52.406Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-10-31T12:50:52.406Z] 67d572ea0124: Preparing [2025-10-31T12:50:52.406Z] d4aeb8bb405b: Preparing [2025-10-31T12:50:52.406Z] bd94ace54e1a: Preparing [2025-10-31T12:50:52.406Z] 94f308f9c3fb: Preparing [2025-10-31T12:50:52.406Z] f65e197e8328: Preparing [2025-10-31T12:50:52.406Z] 251756bc40db: Preparing [2025-10-31T12:50:52.406Z] e92aaa786f4a: Preparing [2025-10-31T12:50:52.406Z] 50364a795cce: Preparing [2025-10-31T12:50:52.406Z] 256f393e029f: Preparing [2025-10-31T12:50:52.406Z] e92aaa786f4a: Waiting [2025-10-31T12:50:52.406Z] 50364a795cce: Waiting [2025-10-31T12:50:52.406Z] 256f393e029f: Waiting [2025-10-31T12:50:52.406Z] 251756bc40db: Waiting [2025-10-31T12:50:52.406Z] f65e197e8328: Layer already exists [2025-10-31T12:50:52.406Z] bd94ace54e1a: Layer already exists [2025-10-31T12:50:52.406Z] 94f308f9c3fb: Layer already exists [2025-10-31T12:50:52.406Z] d4aeb8bb405b: Layer already exists [2025-10-31T12:50:52.406Z] 67d572ea0124: Layer already exists [2025-10-31T12:50:52.406Z] 50364a795cce: Layer already exists [2025-10-31T12:50:52.406Z] 251756bc40db: Layer already exists [2025-10-31T12:50:52.406Z] e92aaa786f4a: Layer already exists [2025-10-31T12:50:52.406Z] 256f393e029f: Layer already exists [2025-10-31T12:50:52.406Z] 4.1.0-dev.73: digest: sha256:6e725233e8041db1bca34b07e6fdbb2bf8f772fd3a084e73a44b50218c90d768 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:50:52.813Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:50:53.471Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:50:53.471Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-10-31T12:50:53.471Z] 67d572ea0124: Preparing [2025-10-31T12:50:53.471Z] d4aeb8bb405b: Preparing [2025-10-31T12:50:53.471Z] bd94ace54e1a: Preparing [2025-10-31T12:50:53.471Z] 94f308f9c3fb: Preparing [2025-10-31T12:50:53.471Z] f65e197e8328: Preparing [2025-10-31T12:50:53.471Z] 251756bc40db: Preparing [2025-10-31T12:50:53.471Z] e92aaa786f4a: Preparing [2025-10-31T12:50:53.471Z] 50364a795cce: Preparing [2025-10-31T12:50:53.471Z] 256f393e029f: Preparing [2025-10-31T12:50:53.471Z] 50364a795cce: Waiting [2025-10-31T12:50:53.471Z] e92aaa786f4a: Waiting [2025-10-31T12:50:53.471Z] 256f393e029f: Waiting [2025-10-31T12:50:53.471Z] 251756bc40db: Waiting [2025-10-31T12:50:53.471Z] bd94ace54e1a: Layer already exists [2025-10-31T12:50:53.471Z] 94f308f9c3fb: Layer already exists [2025-10-31T12:50:53.471Z] d4aeb8bb405b: Layer already exists [2025-10-31T12:50:53.471Z] f65e197e8328: Layer already exists [2025-10-31T12:50:53.471Z] 67d572ea0124: Layer already exists [2025-10-31T12:50:53.471Z] 251756bc40db: Layer already exists [2025-10-31T12:50:53.471Z] 50364a795cce: Layer already exists [2025-10-31T12:50:53.471Z] 256f393e029f: Layer already exists [2025-10-31T12:50:53.471Z] e92aaa786f4a: Layer already exists [2025-10-31T12:50:53.471Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73: digest: sha256:6e725233e8041db1bca34b07e6fdbb2bf8f772fd3a084e73a44b50218c90d768 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:50:53.805Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:50:54.387Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-10-31T12:50:54.387Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-10-31T12:50:54.387Z] 67d572ea0124: Preparing [2025-10-31T12:50:54.387Z] d4aeb8bb405b: Preparing [2025-10-31T12:50:54.387Z] bd94ace54e1a: Preparing [2025-10-31T12:50:54.387Z] 94f308f9c3fb: Preparing [2025-10-31T12:50:54.387Z] f65e197e8328: Preparing [2025-10-31T12:50:54.387Z] 251756bc40db: Preparing [2025-10-31T12:50:54.387Z] e92aaa786f4a: Preparing [2025-10-31T12:50:54.387Z] 50364a795cce: Preparing [2025-10-31T12:50:54.387Z] 256f393e029f: Preparing [2025-10-31T12:50:54.387Z] 251756bc40db: Waiting [2025-10-31T12:50:54.387Z] 50364a795cce: Waiting [2025-10-31T12:50:54.387Z] 256f393e029f: Waiting [2025-10-31T12:50:54.387Z] e92aaa786f4a: Waiting [2025-10-31T12:50:54.387Z] 67d572ea0124: Layer already exists [2025-10-31T12:50:54.387Z] bd94ace54e1a: Layer already exists [2025-10-31T12:50:54.387Z] 94f308f9c3fb: Layer already exists [2025-10-31T12:50:54.387Z] d4aeb8bb405b: Layer already exists [2025-10-31T12:50:54.387Z] f65e197e8328: Layer already exists [2025-10-31T12:50:54.387Z] 251756bc40db: Layer already exists [2025-10-31T12:50:54.387Z] 50364a795cce: Layer already exists [2025-10-31T12:50:54.387Z] e92aaa786f4a: Layer already exists [2025-10-31T12:50:54.387Z] 256f393e029f: Layer already exists [2025-10-31T12:50:54.387Z] main: digest: sha256:6e725233e8041db1bca34b07e6fdbb2bf8f772fd3a084e73a44b50218c90d768 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-10-31T12:50:54.463Z] ===================================================== [Pipeline] echo [2025-10-31T12:50:54.480Z] taggedImages: [2025-10-31T12:50:54.480Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:50:54.480Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-10-31T12:50:54.480Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.73 [2025-10-31T12:50:54.480Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:50:54.480Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2025-10-31T12:50:54.508Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2025-10-31T12:50:54.508Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:50:54.508Z] latest [2025-10-31T12:50:54.508Z] 4.1.0-dev.73 [2025-10-31T12:50:54.508Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:50:54.508Z] main [2025-10-31T12:50:54.508Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:50:54.873Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:50:55.460Z] + docker push nexus3.edgexfoundry.org:10004/core-data:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:50:55.460Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-10-31T12:50:55.460Z] f4ed6601022c: Preparing [2025-10-31T12:50:55.460Z] 5213cab09aa8: Preparing [2025-10-31T12:50:55.460Z] f65e197e8328: Preparing [2025-10-31T12:50:55.460Z] 251756bc40db: Preparing [2025-10-31T12:50:55.460Z] 1701b621284b: Preparing [2025-10-31T12:50:55.460Z] ac52ee40b976: Preparing [2025-10-31T12:50:55.460Z] 256f393e029f: Preparing [2025-10-31T12:50:55.460Z] ac52ee40b976: Waiting [2025-10-31T12:50:55.460Z] 256f393e029f: Waiting [2025-10-31T12:50:55.718Z] 1701b621284b: Pushed [2025-10-31T12:50:55.975Z] f65e197e8328: Layer already exists [2025-10-31T12:50:55.975Z] f4ed6601022c: Pushed [2025-10-31T12:50:56.259Z] ac52ee40b976: Pushed [2025-10-31T12:50:56.828Z] 251756bc40db: Layer already exists [2025-10-31T12:50:57.088Z] 256f393e029f: Layer already exists [2025-10-31T12:50:59.623Z] 5213cab09aa8: Pushed [2025-10-31T12:50:59.623Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b: digest: sha256:d30e6cbca0f07140bfc075add9d8a003099bcc98b271ac4e5c733442245e85e5 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:50:59.954Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:51:00.563Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2025-10-31T12:51:00.563Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-10-31T12:51:00.563Z] f4ed6601022c: Preparing [2025-10-31T12:51:00.563Z] 5213cab09aa8: Preparing [2025-10-31T12:51:00.563Z] f65e197e8328: Preparing [2025-10-31T12:51:00.563Z] 251756bc40db: Preparing [2025-10-31T12:51:00.563Z] 1701b621284b: Preparing [2025-10-31T12:51:00.563Z] ac52ee40b976: Preparing [2025-10-31T12:51:00.563Z] 256f393e029f: Preparing [2025-10-31T12:51:00.563Z] ac52ee40b976: Waiting [2025-10-31T12:51:00.563Z] 256f393e029f: Waiting [2025-10-31T12:51:00.563Z] 251756bc40db: Layer already exists [2025-10-31T12:51:00.563Z] 1701b621284b: Layer already exists [2025-10-31T12:51:00.563Z] 5213cab09aa8: Layer already exists [2025-10-31T12:51:00.563Z] f65e197e8328: Layer already exists [2025-10-31T12:51:00.563Z] f4ed6601022c: Layer already exists [2025-10-31T12:51:00.563Z] ac52ee40b976: Layer already exists [2025-10-31T12:51:00.563Z] 256f393e029f: Layer already exists [2025-10-31T12:51:00.563Z] latest: digest: sha256:d30e6cbca0f07140bfc075add9d8a003099bcc98b271ac4e5c733442245e85e5 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:51:00.911Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:51:01.529Z] + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.73 [2025-10-31T12:51:01.529Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-10-31T12:51:01.529Z] f4ed6601022c: Preparing [2025-10-31T12:51:01.529Z] 5213cab09aa8: Preparing [2025-10-31T12:51:01.529Z] f65e197e8328: Preparing [2025-10-31T12:51:01.529Z] 251756bc40db: Preparing [2025-10-31T12:51:01.529Z] 1701b621284b: Preparing [2025-10-31T12:51:01.529Z] ac52ee40b976: Preparing [2025-10-31T12:51:01.529Z] 256f393e029f: Preparing [2025-10-31T12:51:01.529Z] ac52ee40b976: Waiting [2025-10-31T12:51:01.529Z] 256f393e029f: Waiting [2025-10-31T12:51:01.529Z] f4ed6601022c: Layer already exists [2025-10-31T12:51:01.529Z] 251756bc40db: Layer already exists [2025-10-31T12:51:01.529Z] 5213cab09aa8: Layer already exists [2025-10-31T12:51:01.529Z] 1701b621284b: Layer already exists [2025-10-31T12:51:01.529Z] f65e197e8328: Layer already exists [2025-10-31T12:51:01.529Z] 256f393e029f: Layer already exists [2025-10-31T12:51:01.529Z] ac52ee40b976: Layer already exists [2025-10-31T12:51:01.529Z] 4.1.0-dev.73: digest: sha256:d30e6cbca0f07140bfc075add9d8a003099bcc98b271ac4e5c733442245e85e5 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:51:01.866Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:51:02.467Z] + docker push nexus3.edgexfoundry.org:10004/core-data:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:51:02.467Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-10-31T12:51:02.467Z] f4ed6601022c: Preparing [2025-10-31T12:51:02.467Z] 5213cab09aa8: Preparing [2025-10-31T12:51:02.467Z] f65e197e8328: Preparing [2025-10-31T12:51:02.467Z] 251756bc40db: Preparing [2025-10-31T12:51:02.467Z] 1701b621284b: Preparing [2025-10-31T12:51:02.467Z] ac52ee40b976: Preparing [2025-10-31T12:51:02.467Z] 256f393e029f: Preparing [2025-10-31T12:51:02.467Z] ac52ee40b976: Waiting [2025-10-31T12:51:02.467Z] 256f393e029f: Waiting [2025-10-31T12:51:02.467Z] f65e197e8328: Layer already exists [2025-10-31T12:51:02.467Z] 1701b621284b: Layer already exists [2025-10-31T12:51:02.467Z] 251756bc40db: Layer already exists [2025-10-31T12:51:02.467Z] f4ed6601022c: Layer already exists [2025-10-31T12:51:02.467Z] 5213cab09aa8: Layer already exists [2025-10-31T12:51:02.467Z] ac52ee40b976: Layer already exists [2025-10-31T12:51:02.467Z] 256f393e029f: Layer already exists [2025-10-31T12:51:02.467Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73: digest: sha256:d30e6cbca0f07140bfc075add9d8a003099bcc98b271ac4e5c733442245e85e5 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:51:02.810Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:51:03.407Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2025-10-31T12:51:03.407Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-10-31T12:51:03.407Z] f4ed6601022c: Preparing [2025-10-31T12:51:03.407Z] 5213cab09aa8: Preparing [2025-10-31T12:51:03.407Z] f65e197e8328: Preparing [2025-10-31T12:51:03.407Z] 251756bc40db: Preparing [2025-10-31T12:51:03.407Z] 1701b621284b: Preparing [2025-10-31T12:51:03.407Z] ac52ee40b976: Preparing [2025-10-31T12:51:03.407Z] 256f393e029f: Preparing [2025-10-31T12:51:03.407Z] ac52ee40b976: Waiting [2025-10-31T12:51:03.407Z] 256f393e029f: Waiting [2025-10-31T12:51:03.407Z] 5213cab09aa8: Layer already exists [2025-10-31T12:51:03.407Z] f65e197e8328: Layer already exists [2025-10-31T12:51:03.407Z] f4ed6601022c: Layer already exists [2025-10-31T12:51:03.407Z] 251756bc40db: Layer already exists [2025-10-31T12:51:03.407Z] 1701b621284b: Layer already exists [2025-10-31T12:51:03.407Z] 256f393e029f: Layer already exists [2025-10-31T12:51:03.407Z] ac52ee40b976: Layer already exists [2025-10-31T12:51:03.407Z] main: digest: sha256:d30e6cbca0f07140bfc075add9d8a003099bcc98b271ac4e5c733442245e85e5 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-10-31T12:51:03.494Z] ===================================================== [Pipeline] echo [2025-10-31T12:51:03.512Z] taggedImages: [2025-10-31T12:51:03.512Z] - nexus3.edgexfoundry.org:10004/core-data:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:51:03.512Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2025-10-31T12:51:03.512Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.73 [2025-10-31T12:51:03.512Z] - nexus3.edgexfoundry.org:10004/core-data:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:51:03.512Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2025-10-31T12:51:03.542Z] [edgeXDocker.push] Tagging docker image core-keeper with the following tags: [2025-10-31T12:51:03.542Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:51:03.542Z] latest [2025-10-31T12:51:03.542Z] 4.1.0-dev.73 [2025-10-31T12:51:03.542Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:51:03.542Z] main [2025-10-31T12:51:03.542Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:51:03.908Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:51:04.505Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:51:04.505Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-10-31T12:51:04.505Z] e9fdaeca207e: Preparing [2025-10-31T12:51:04.505Z] 4bea6d9059a0: Preparing [2025-10-31T12:51:04.505Z] 251756bc40db: Preparing [2025-10-31T12:51:04.505Z] 2820b679fafd: Preparing [2025-10-31T12:51:04.505Z] 351d1738df65: Preparing [2025-10-31T12:51:04.505Z] 256f393e029f: Preparing [2025-10-31T12:51:04.505Z] 256f393e029f: Waiting [2025-10-31T12:51:04.505Z] 2820b679fafd: Pushed [2025-10-31T12:51:04.505Z] 351d1738df65: Pushed [2025-10-31T12:51:04.764Z] 251756bc40db: Layer already exists [2025-10-31T12:51:05.024Z] e9fdaeca207e: Pushed [2025-10-31T12:51:05.963Z] 256f393e029f: Layer already exists [2025-10-31T12:51:08.497Z] 4bea6d9059a0: Pushed [2025-10-31T12:51:08.760Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b: digest: sha256:993d2b5dd20c6ee81fecbf582500685736575c32bb36870a82d79d5acb673341 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:51:09.120Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:51:09.447Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-10-31T12:51:09.447Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-10-31T12:51:09.447Z] e9fdaeca207e: Preparing [2025-10-31T12:51:09.447Z] 4bea6d9059a0: Preparing [2025-10-31T12:51:09.447Z] 251756bc40db: Preparing [2025-10-31T12:51:09.447Z] 2820b679fafd: Preparing [2025-10-31T12:51:09.447Z] 351d1738df65: Preparing [2025-10-31T12:51:09.447Z] 256f393e029f: Preparing [2025-10-31T12:51:09.447Z] 256f393e029f: Waiting [2025-10-31T12:51:09.447Z] 2820b679fafd: Layer already exists [2025-10-31T12:51:09.447Z] e9fdaeca207e: Layer already exists [2025-10-31T12:51:09.447Z] 4bea6d9059a0: Layer already exists [2025-10-31T12:51:09.447Z] 351d1738df65: Layer already exists [2025-10-31T12:51:09.447Z] 256f393e029f: Layer already exists [2025-10-31T12:51:09.447Z] 251756bc40db: Layer already exists [2025-10-31T12:51:09.447Z] latest: digest: sha256:993d2b5dd20c6ee81fecbf582500685736575c32bb36870a82d79d5acb673341 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:51:09.777Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:51:10.675Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.73 [2025-10-31T12:51:10.675Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-10-31T12:51:10.675Z] e9fdaeca207e: Preparing [2025-10-31T12:51:10.675Z] 4bea6d9059a0: Preparing [2025-10-31T12:51:10.675Z] 251756bc40db: Preparing [2025-10-31T12:51:10.675Z] 2820b679fafd: Preparing [2025-10-31T12:51:10.675Z] 351d1738df65: Preparing [2025-10-31T12:51:10.675Z] 256f393e029f: Preparing [2025-10-31T12:51:10.675Z] 256f393e029f: Waiting [2025-10-31T12:51:10.675Z] 4bea6d9059a0: Layer already exists [2025-10-31T12:51:10.675Z] 251756bc40db: Layer already exists [2025-10-31T12:51:10.675Z] e9fdaeca207e: Layer already exists [2025-10-31T12:51:10.675Z] 2820b679fafd: Layer already exists [2025-10-31T12:51:10.675Z] 351d1738df65: Layer already exists [2025-10-31T12:51:10.675Z] 256f393e029f: Layer already exists [2025-10-31T12:51:10.675Z] 4.1.0-dev.73: digest: sha256:993d2b5dd20c6ee81fecbf582500685736575c32bb36870a82d79d5acb673341 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:51:11.012Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:51:11.345Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:51:11.345Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-10-31T12:51:11.345Z] e9fdaeca207e: Preparing [2025-10-31T12:51:11.345Z] 4bea6d9059a0: Preparing [2025-10-31T12:51:11.345Z] 251756bc40db: Preparing [2025-10-31T12:51:11.345Z] 2820b679fafd: Preparing [2025-10-31T12:51:11.345Z] 351d1738df65: Preparing [2025-10-31T12:51:11.345Z] 256f393e029f: Preparing [2025-10-31T12:51:11.345Z] 256f393e029f: Waiting [2025-10-31T12:51:11.345Z] 351d1738df65: Layer already exists [2025-10-31T12:51:11.345Z] e9fdaeca207e: Layer already exists [2025-10-31T12:51:11.345Z] 251756bc40db: Layer already exists [2025-10-31T12:51:11.345Z] 2820b679fafd: Layer already exists [2025-10-31T12:51:11.345Z] 256f393e029f: Layer already exists [2025-10-31T12:51:11.345Z] 4bea6d9059a0: Layer already exists [2025-10-31T12:51:11.345Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73: digest: sha256:993d2b5dd20c6ee81fecbf582500685736575c32bb36870a82d79d5acb673341 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:51:11.676Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:51:12.263Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:main [2025-10-31T12:51:12.263Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-10-31T12:51:12.263Z] e9fdaeca207e: Preparing [2025-10-31T12:51:12.263Z] 4bea6d9059a0: Preparing [2025-10-31T12:51:12.263Z] 251756bc40db: Preparing [2025-10-31T12:51:12.263Z] 2820b679fafd: Preparing [2025-10-31T12:51:12.263Z] 351d1738df65: Preparing [2025-10-31T12:51:12.263Z] 256f393e029f: Preparing [2025-10-31T12:51:12.263Z] 256f393e029f: Waiting [2025-10-31T12:51:12.263Z] 251756bc40db: Layer already exists [2025-10-31T12:51:12.263Z] 4bea6d9059a0: Layer already exists [2025-10-31T12:51:12.263Z] 2820b679fafd: Layer already exists [2025-10-31T12:51:12.263Z] 351d1738df65: Layer already exists [2025-10-31T12:51:12.263Z] 256f393e029f: Layer already exists [2025-10-31T12:51:12.263Z] e9fdaeca207e: Layer already exists [2025-10-31T12:51:12.263Z] main: digest: sha256:993d2b5dd20c6ee81fecbf582500685736575c32bb36870a82d79d5acb673341 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-10-31T12:51:12.353Z] ===================================================== [Pipeline] echo [2025-10-31T12:51:12.370Z] taggedImages: [2025-10-31T12:51:12.370Z] - nexus3.edgexfoundry.org:10004/core-keeper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:51:12.370Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-10-31T12:51:12.370Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.73 [2025-10-31T12:51:12.370Z] - nexus3.edgexfoundry.org:10004/core-keeper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:51:12.370Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo [2025-10-31T12:51:12.399Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2025-10-31T12:51:12.399Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:51:12.399Z] latest [2025-10-31T12:51:12.399Z] 4.1.0-dev.73 [2025-10-31T12:51:12.399Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:51:12.399Z] main [2025-10-31T12:51:12.399Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:51:12.756Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:51:13.361Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:51:13.361Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-10-31T12:51:13.361Z] defbb4520737: Preparing [2025-10-31T12:51:13.361Z] f4c65f3f8b9e: Preparing [2025-10-31T12:51:13.361Z] fa975b399818: Preparing [2025-10-31T12:51:13.361Z] f65e197e8328: Preparing [2025-10-31T12:51:13.361Z] 251756bc40db: Preparing [2025-10-31T12:51:13.361Z] e92aaa786f4a: Preparing [2025-10-31T12:51:13.361Z] 50364a795cce: Preparing [2025-10-31T12:51:13.361Z] 256f393e029f: Preparing [2025-10-31T12:51:13.361Z] e92aaa786f4a: Waiting [2025-10-31T12:51:13.361Z] 50364a795cce: Waiting [2025-10-31T12:51:13.361Z] 256f393e029f: Waiting [2025-10-31T12:51:13.361Z] f4c65f3f8b9e: Pushed [2025-10-31T12:51:13.928Z] f65e197e8328: Layer already exists [2025-10-31T12:51:13.928Z] defbb4520737: Pushed [2025-10-31T12:51:14.496Z] 251756bc40db: Layer already exists [2025-10-31T12:51:15.064Z] e92aaa786f4a: Layer already exists [2025-10-31T12:51:15.064Z] 50364a795cce: Layer already exists [2025-10-31T12:51:15.064Z] 256f393e029f: Layer already exists [2025-10-31T12:51:16.996Z] fa975b399818: Pushed [2025-10-31T12:51:17.255Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b: digest: sha256:7d24f2218dd4076372fc7de5931e87552e65431a255a2c4c8bb2174151526e56 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:51:17.592Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:51:18.182Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-10-31T12:51:18.182Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-10-31T12:51:18.182Z] defbb4520737: Preparing [2025-10-31T12:51:18.182Z] f4c65f3f8b9e: Preparing [2025-10-31T12:51:18.182Z] fa975b399818: Preparing [2025-10-31T12:51:18.182Z] f65e197e8328: Preparing [2025-10-31T12:51:18.182Z] 251756bc40db: Preparing [2025-10-31T12:51:18.182Z] e92aaa786f4a: Preparing [2025-10-31T12:51:18.182Z] 50364a795cce: Preparing [2025-10-31T12:51:18.182Z] 256f393e029f: Preparing [2025-10-31T12:51:18.182Z] e92aaa786f4a: Waiting [2025-10-31T12:51:18.182Z] 50364a795cce: Waiting [2025-10-31T12:51:18.182Z] 256f393e029f: Waiting [2025-10-31T12:51:18.182Z] defbb4520737: Layer already exists [2025-10-31T12:51:18.182Z] f4c65f3f8b9e: Layer already exists [2025-10-31T12:51:18.182Z] f65e197e8328: Layer already exists [2025-10-31T12:51:18.182Z] fa975b399818: Layer already exists [2025-10-31T12:51:18.182Z] 50364a795cce: Layer already exists [2025-10-31T12:51:18.182Z] 256f393e029f: Layer already exists [2025-10-31T12:51:18.182Z] e92aaa786f4a: Layer already exists [2025-10-31T12:51:18.182Z] 251756bc40db: Layer already exists [2025-10-31T12:51:18.182Z] latest: digest: sha256:7d24f2218dd4076372fc7de5931e87552e65431a255a2c4c8bb2174151526e56 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:51:18.520Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:51:19.110Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.73 [2025-10-31T12:51:19.110Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-10-31T12:51:19.110Z] defbb4520737: Preparing [2025-10-31T12:51:19.110Z] f4c65f3f8b9e: Preparing [2025-10-31T12:51:19.110Z] fa975b399818: Preparing [2025-10-31T12:51:19.110Z] f65e197e8328: Preparing [2025-10-31T12:51:19.110Z] 251756bc40db: Preparing [2025-10-31T12:51:19.110Z] e92aaa786f4a: Preparing [2025-10-31T12:51:19.110Z] 50364a795cce: Preparing [2025-10-31T12:51:19.110Z] 256f393e029f: Preparing [2025-10-31T12:51:19.110Z] 256f393e029f: Waiting [2025-10-31T12:51:19.110Z] e92aaa786f4a: Waiting [2025-10-31T12:51:19.110Z] 50364a795cce: Waiting [2025-10-31T12:51:19.110Z] fa975b399818: Layer already exists [2025-10-31T12:51:19.110Z] 251756bc40db: Layer already exists [2025-10-31T12:51:19.110Z] f4c65f3f8b9e: Layer already exists [2025-10-31T12:51:19.110Z] f65e197e8328: Layer already exists [2025-10-31T12:51:19.110Z] defbb4520737: Layer already exists [2025-10-31T12:51:19.110Z] 256f393e029f: Layer already exists [2025-10-31T12:51:19.110Z] e92aaa786f4a: Layer already exists [2025-10-31T12:51:19.110Z] 50364a795cce: Layer already exists [2025-10-31T12:51:19.110Z] 4.1.0-dev.73: digest: sha256:7d24f2218dd4076372fc7de5931e87552e65431a255a2c4c8bb2174151526e56 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:51:19.441Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:51:19.763Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:51:19.764Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-10-31T12:51:19.764Z] defbb4520737: Preparing [2025-10-31T12:51:19.764Z] f4c65f3f8b9e: Preparing [2025-10-31T12:51:19.764Z] fa975b399818: Preparing [2025-10-31T12:51:19.764Z] f65e197e8328: Preparing [2025-10-31T12:51:19.764Z] 251756bc40db: Preparing [2025-10-31T12:51:19.764Z] e92aaa786f4a: Preparing [2025-10-31T12:51:19.764Z] 50364a795cce: Preparing [2025-10-31T12:51:19.764Z] 256f393e029f: Preparing [2025-10-31T12:51:19.764Z] e92aaa786f4a: Waiting [2025-10-31T12:51:19.764Z] 50364a795cce: Waiting [2025-10-31T12:51:19.764Z] 256f393e029f: Waiting [2025-10-31T12:51:19.764Z] defbb4520737: Layer already exists [2025-10-31T12:51:19.764Z] f4c65f3f8b9e: Layer already exists [2025-10-31T12:51:19.764Z] f65e197e8328: Layer already exists [2025-10-31T12:51:19.764Z] fa975b399818: Layer already exists [2025-10-31T12:51:19.764Z] 251756bc40db: Layer already exists [2025-10-31T12:51:19.764Z] e92aaa786f4a: Layer already exists [2025-10-31T12:51:19.764Z] 256f393e029f: Layer already exists [2025-10-31T12:51:19.764Z] 50364a795cce: Layer already exists [2025-10-31T12:51:19.764Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73: digest: sha256:7d24f2218dd4076372fc7de5931e87552e65431a255a2c4c8bb2174151526e56 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:51:20.106Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:51:20.698Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2025-10-31T12:51:20.698Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-10-31T12:51:20.698Z] defbb4520737: Preparing [2025-10-31T12:51:20.698Z] f4c65f3f8b9e: Preparing [2025-10-31T12:51:20.698Z] fa975b399818: Preparing [2025-10-31T12:51:20.698Z] f65e197e8328: Preparing [2025-10-31T12:51:20.698Z] 251756bc40db: Preparing [2025-10-31T12:51:20.698Z] e92aaa786f4a: Preparing [2025-10-31T12:51:20.698Z] 50364a795cce: Preparing [2025-10-31T12:51:20.698Z] 256f393e029f: Preparing [2025-10-31T12:51:20.698Z] e92aaa786f4a: Waiting [2025-10-31T12:51:20.698Z] 50364a795cce: Waiting [2025-10-31T12:51:20.698Z] 256f393e029f: Waiting [2025-10-31T12:51:20.698Z] f65e197e8328: Layer already exists [2025-10-31T12:51:20.698Z] f4c65f3f8b9e: Layer already exists [2025-10-31T12:51:20.698Z] 251756bc40db: Layer already exists [2025-10-31T12:51:20.698Z] fa975b399818: Layer already exists [2025-10-31T12:51:20.698Z] defbb4520737: Layer already exists [2025-10-31T12:51:20.698Z] 50364a795cce: Layer already exists [2025-10-31T12:51:20.698Z] 256f393e029f: Layer already exists [2025-10-31T12:51:20.698Z] e92aaa786f4a: Layer already exists [2025-10-31T12:51:20.698Z] main: digest: sha256:7d24f2218dd4076372fc7de5931e87552e65431a255a2c4c8bb2174151526e56 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-10-31T12:51:20.774Z] ===================================================== [Pipeline] echo [2025-10-31T12:51:20.791Z] taggedImages: [2025-10-31T12:51:20.791Z] - nexus3.edgexfoundry.org:10004/core-metadata:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:51:20.791Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-10-31T12:51:20.791Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.73 [2025-10-31T12:51:20.791Z] - nexus3.edgexfoundry.org:10004/core-metadata:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:51:20.791Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2025-10-31T12:51:20.821Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2025-10-31T12:51:20.821Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:51:20.821Z] latest [2025-10-31T12:51:20.821Z] 4.1.0-dev.73 [2025-10-31T12:51:20.821Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:51:20.821Z] main [2025-10-31T12:51:20.821Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:51:21.218Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:51:21.812Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:51:21.812Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-10-31T12:51:21.812Z] 60f4d5d9cdf5: Preparing [2025-10-31T12:51:21.812Z] 6b1cd0578a18: Preparing [2025-10-31T12:51:21.812Z] 95a5f0d7f7b2: Preparing [2025-10-31T12:51:21.812Z] d420cb2e9250: Preparing [2025-10-31T12:51:21.812Z] 224e4df2695f: Preparing [2025-10-31T12:51:21.812Z] ec3c7156b0db: Preparing [2025-10-31T12:51:21.812Z] 80aa39598161: Preparing [2025-10-31T12:51:21.812Z] f65e197e8328: Preparing [2025-10-31T12:51:21.812Z] 251756bc40db: Preparing [2025-10-31T12:51:21.812Z] 5aa6c4d56696: Preparing [2025-10-31T12:51:21.812Z] 762ba5f4b92d: Preparing [2025-10-31T12:51:21.812Z] 5f70bf18a086: Preparing [2025-10-31T12:51:21.812Z] 6c0951eac945: Preparing [2025-10-31T12:51:21.812Z] df64deca80bc: Preparing [2025-10-31T12:51:21.812Z] 6c18620973e6: Preparing [2025-10-31T12:51:21.812Z] 256f393e029f: Preparing [2025-10-31T12:51:21.812Z] 251756bc40db: Waiting [2025-10-31T12:51:21.812Z] 5aa6c4d56696: Waiting [2025-10-31T12:51:21.812Z] 762ba5f4b92d: Waiting [2025-10-31T12:51:21.812Z] 5f70bf18a086: Waiting [2025-10-31T12:51:21.812Z] 6c0951eac945: Waiting [2025-10-31T12:51:21.812Z] df64deca80bc: Waiting [2025-10-31T12:51:21.812Z] 6c18620973e6: Waiting [2025-10-31T12:51:21.812Z] 256f393e029f: Waiting [2025-10-31T12:51:21.812Z] ec3c7156b0db: Waiting [2025-10-31T12:51:21.812Z] 80aa39598161: Waiting [2025-10-31T12:51:21.812Z] f65e197e8328: Waiting [2025-10-31T12:51:21.812Z] 6b1cd0578a18: Pushed [2025-10-31T12:51:21.812Z] 95a5f0d7f7b2: Pushed [2025-10-31T12:51:21.812Z] 224e4df2695f: Pushed [2025-10-31T12:51:21.812Z] d420cb2e9250: Pushed [2025-10-31T12:51:22.381Z] 60f4d5d9cdf5: Pushed [2025-10-31T12:51:22.641Z] ec3c7156b0db: Pushed [2025-10-31T12:51:24.018Z] 5aa6c4d56696: Pushed [2025-10-31T12:51:24.018Z] 762ba5f4b92d: Pushed [2025-10-31T12:51:24.276Z] f65e197e8328: Layer already exists [2025-10-31T12:51:24.276Z] 80aa39598161: Pushed [2025-10-31T12:51:24.846Z] 251756bc40db: Layer already exists [2025-10-31T12:51:24.846Z] 6c0951eac945: Pushed [2025-10-31T12:51:25.105Z] df64deca80bc: Pushed [2025-10-31T12:51:25.368Z] 5f70bf18a086: Layer already exists [2025-10-31T12:51:25.368Z] 6c18620973e6: Pushed [2025-10-31T12:51:26.759Z] 256f393e029f: Layer already exists [2025-10-31T12:51:27.019Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b: digest: sha256:92bf45850dd9eb116830fa31721479033c9d7cc36711a2b47a1382d0ae2f33cf size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:51:27.357Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:51:27.951Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-10-31T12:51:27.952Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-10-31T12:51:27.952Z] 60f4d5d9cdf5: Preparing [2025-10-31T12:51:27.952Z] 6b1cd0578a18: Preparing [2025-10-31T12:51:27.952Z] 95a5f0d7f7b2: Preparing [2025-10-31T12:51:27.952Z] d420cb2e9250: Preparing [2025-10-31T12:51:27.952Z] 224e4df2695f: Preparing [2025-10-31T12:51:27.952Z] ec3c7156b0db: Preparing [2025-10-31T12:51:27.952Z] 80aa39598161: Preparing [2025-10-31T12:51:27.952Z] f65e197e8328: Preparing [2025-10-31T12:51:27.952Z] ec3c7156b0db: Waiting [2025-10-31T12:51:27.952Z] 80aa39598161: Waiting [2025-10-31T12:51:27.952Z] 251756bc40db: Preparing [2025-10-31T12:51:27.952Z] 5aa6c4d56696: Preparing [2025-10-31T12:51:27.952Z] 762ba5f4b92d: Preparing [2025-10-31T12:51:27.952Z] 5f70bf18a086: Preparing [2025-10-31T12:51:27.952Z] f65e197e8328: Waiting [2025-10-31T12:51:27.952Z] 762ba5f4b92d: Waiting [2025-10-31T12:51:27.952Z] 251756bc40db: Waiting [2025-10-31T12:51:27.952Z] 5aa6c4d56696: Waiting [2025-10-31T12:51:27.952Z] 5f70bf18a086: Waiting [2025-10-31T12:51:27.952Z] 6c0951eac945: Preparing [2025-10-31T12:51:27.952Z] df64deca80bc: Preparing [2025-10-31T12:51:27.952Z] 6c18620973e6: Preparing [2025-10-31T12:51:27.952Z] 256f393e029f: Preparing [2025-10-31T12:51:27.952Z] df64deca80bc: Waiting [2025-10-31T12:51:27.952Z] 6c18620973e6: Waiting [2025-10-31T12:51:27.952Z] 6c0951eac945: Waiting [2025-10-31T12:51:27.952Z] 256f393e029f: Waiting [2025-10-31T12:51:27.952Z] 95a5f0d7f7b2: Layer already exists [2025-10-31T12:51:27.952Z] 60f4d5d9cdf5: Layer already exists [2025-10-31T12:51:27.952Z] ec3c7156b0db: Layer already exists [2025-10-31T12:51:27.952Z] 80aa39598161: Layer already exists [2025-10-31T12:51:27.952Z] d420cb2e9250: Layer already exists [2025-10-31T12:51:27.952Z] 224e4df2695f: Layer already exists [2025-10-31T12:51:27.952Z] 6b1cd0578a18: Layer already exists [2025-10-31T12:51:27.952Z] 5aa6c4d56696: Layer already exists [2025-10-31T12:51:27.952Z] 251756bc40db: Layer already exists [2025-10-31T12:51:27.952Z] 5f70bf18a086: Layer already exists [2025-10-31T12:51:27.952Z] 762ba5f4b92d: Layer already exists [2025-10-31T12:51:27.952Z] f65e197e8328: Layer already exists [2025-10-31T12:51:27.952Z] 6c0951eac945: Layer already exists [2025-10-31T12:51:27.952Z] df64deca80bc: Layer already exists [2025-10-31T12:51:27.952Z] 6c18620973e6: Layer already exists [2025-10-31T12:51:27.952Z] 256f393e029f: Layer already exists [2025-10-31T12:51:27.952Z] latest: digest: sha256:92bf45850dd9eb116830fa31721479033c9d7cc36711a2b47a1382d0ae2f33cf size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:51:28.332Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:51:28.962Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.73 [2025-10-31T12:51:28.962Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-10-31T12:51:28.962Z] 60f4d5d9cdf5: Preparing [2025-10-31T12:51:28.962Z] 6b1cd0578a18: Preparing [2025-10-31T12:51:28.962Z] 95a5f0d7f7b2: Preparing [2025-10-31T12:51:28.962Z] d420cb2e9250: Preparing [2025-10-31T12:51:28.962Z] 224e4df2695f: Preparing [2025-10-31T12:51:28.962Z] ec3c7156b0db: Preparing [2025-10-31T12:51:28.962Z] 80aa39598161: Preparing [2025-10-31T12:51:28.962Z] f65e197e8328: Preparing [2025-10-31T12:51:28.962Z] 251756bc40db: Preparing [2025-10-31T12:51:28.962Z] 5aa6c4d56696: Preparing [2025-10-31T12:51:28.962Z] 762ba5f4b92d: Preparing [2025-10-31T12:51:28.962Z] 5f70bf18a086: Preparing [2025-10-31T12:51:28.962Z] 6c0951eac945: Preparing [2025-10-31T12:51:28.962Z] df64deca80bc: Preparing [2025-10-31T12:51:28.962Z] 6c18620973e6: Preparing [2025-10-31T12:51:28.962Z] 256f393e029f: Preparing [2025-10-31T12:51:28.962Z] ec3c7156b0db: Waiting [2025-10-31T12:51:28.962Z] 80aa39598161: Waiting [2025-10-31T12:51:28.962Z] f65e197e8328: Waiting [2025-10-31T12:51:28.962Z] 251756bc40db: Waiting [2025-10-31T12:51:28.962Z] 5aa6c4d56696: Waiting [2025-10-31T12:51:28.962Z] 762ba5f4b92d: Waiting [2025-10-31T12:51:28.962Z] 5f70bf18a086: Waiting [2025-10-31T12:51:28.962Z] 6c0951eac945: Waiting [2025-10-31T12:51:28.962Z] df64deca80bc: Waiting [2025-10-31T12:51:28.962Z] 6c18620973e6: Waiting [2025-10-31T12:51:28.962Z] 256f393e029f: Waiting [2025-10-31T12:51:28.962Z] d420cb2e9250: Layer already exists [2025-10-31T12:51:28.962Z] 60f4d5d9cdf5: Layer already exists [2025-10-31T12:51:28.962Z] 6b1cd0578a18: Layer already exists [2025-10-31T12:51:28.962Z] 224e4df2695f: Layer already exists [2025-10-31T12:51:28.962Z] 95a5f0d7f7b2: Layer already exists [2025-10-31T12:51:28.962Z] ec3c7156b0db: Layer already exists [2025-10-31T12:51:28.962Z] f65e197e8328: Layer already exists [2025-10-31T12:51:28.962Z] 5aa6c4d56696: Layer already exists [2025-10-31T12:51:28.962Z] 762ba5f4b92d: Layer already exists [2025-10-31T12:51:28.962Z] 5f70bf18a086: Layer already exists [2025-10-31T12:51:28.962Z] 6c0951eac945: Layer already exists [2025-10-31T12:51:28.962Z] df64deca80bc: Layer already exists [2025-10-31T12:51:28.962Z] 80aa39598161: Layer already exists [2025-10-31T12:51:28.962Z] 6c18620973e6: Layer already exists [2025-10-31T12:51:28.962Z] 256f393e029f: Layer already exists [2025-10-31T12:51:28.962Z] 251756bc40db: Layer already exists [2025-10-31T12:51:28.962Z] 4.1.0-dev.73: digest: sha256:92bf45850dd9eb116830fa31721479033c9d7cc36711a2b47a1382d0ae2f33cf size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:51:29.305Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:51:29.996Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:51:29.996Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-10-31T12:51:29.996Z] 60f4d5d9cdf5: Preparing [2025-10-31T12:51:29.996Z] 6b1cd0578a18: Preparing [2025-10-31T12:51:29.996Z] 95a5f0d7f7b2: Preparing [2025-10-31T12:51:29.996Z] d420cb2e9250: Preparing [2025-10-31T12:51:29.996Z] 224e4df2695f: Preparing [2025-10-31T12:51:29.996Z] ec3c7156b0db: Preparing [2025-10-31T12:51:29.996Z] 80aa39598161: Preparing [2025-10-31T12:51:29.996Z] f65e197e8328: Preparing [2025-10-31T12:51:29.996Z] 251756bc40db: Preparing [2025-10-31T12:51:29.996Z] 5aa6c4d56696: Preparing [2025-10-31T12:51:29.996Z] 762ba5f4b92d: Preparing [2025-10-31T12:51:29.996Z] 5f70bf18a086: Preparing [2025-10-31T12:51:29.996Z] f65e197e8328: Waiting [2025-10-31T12:51:29.996Z] 251756bc40db: Waiting [2025-10-31T12:51:29.996Z] 5aa6c4d56696: Waiting [2025-10-31T12:51:29.996Z] 762ba5f4b92d: Waiting [2025-10-31T12:51:29.996Z] ec3c7156b0db: Waiting [2025-10-31T12:51:29.996Z] 80aa39598161: Waiting [2025-10-31T12:51:29.996Z] 6c0951eac945: Preparing [2025-10-31T12:51:29.996Z] df64deca80bc: Preparing [2025-10-31T12:51:29.996Z] 5f70bf18a086: Waiting [2025-10-31T12:51:29.996Z] 6c18620973e6: Preparing [2025-10-31T12:51:29.996Z] 256f393e029f: Preparing [2025-10-31T12:51:29.996Z] 6c0951eac945: Waiting [2025-10-31T12:51:29.996Z] df64deca80bc: Waiting [2025-10-31T12:51:29.996Z] 6c18620973e6: Waiting [2025-10-31T12:51:29.996Z] 256f393e029f: Waiting [2025-10-31T12:51:29.996Z] 224e4df2695f: Layer already exists [2025-10-31T12:51:29.996Z] d420cb2e9250: Layer already exists [2025-10-31T12:51:29.996Z] 60f4d5d9cdf5: Layer already exists [2025-10-31T12:51:29.996Z] 95a5f0d7f7b2: Layer already exists [2025-10-31T12:51:29.996Z] 6b1cd0578a18: Layer already exists [2025-10-31T12:51:29.996Z] 80aa39598161: Layer already exists [2025-10-31T12:51:29.996Z] ec3c7156b0db: Layer already exists [2025-10-31T12:51:29.996Z] f65e197e8328: Layer already exists [2025-10-31T12:51:29.996Z] 251756bc40db: Layer already exists [2025-10-31T12:51:29.996Z] 5f70bf18a086: Layer already exists [2025-10-31T12:51:29.996Z] 5aa6c4d56696: Layer already exists [2025-10-31T12:51:29.996Z] 762ba5f4b92d: Layer already exists [2025-10-31T12:51:29.996Z] df64deca80bc: Layer already exists [2025-10-31T12:51:29.996Z] 256f393e029f: Layer already exists [2025-10-31T12:51:29.996Z] 6c18620973e6: Layer already exists [2025-10-31T12:51:29.996Z] 6c0951eac945: Layer already exists [2025-10-31T12:51:29.996Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73: digest: sha256:92bf45850dd9eb116830fa31721479033c9d7cc36711a2b47a1382d0ae2f33cf size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:51:30.405Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:51:30.812Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-10-31T12:51:30.812Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-10-31T12:51:30.812Z] 60f4d5d9cdf5: Preparing [2025-10-31T12:51:30.812Z] 6b1cd0578a18: Preparing [2025-10-31T12:51:30.812Z] 95a5f0d7f7b2: Preparing [2025-10-31T12:51:30.812Z] d420cb2e9250: Preparing [2025-10-31T12:51:30.812Z] 224e4df2695f: Preparing [2025-10-31T12:51:30.812Z] ec3c7156b0db: Preparing [2025-10-31T12:51:30.812Z] 80aa39598161: Preparing [2025-10-31T12:51:30.812Z] f65e197e8328: Preparing [2025-10-31T12:51:30.812Z] 251756bc40db: Preparing [2025-10-31T12:51:30.812Z] 5aa6c4d56696: Preparing [2025-10-31T12:51:30.812Z] 762ba5f4b92d: Preparing [2025-10-31T12:51:30.812Z] 5f70bf18a086: Preparing [2025-10-31T12:51:30.812Z] 6c0951eac945: Preparing [2025-10-31T12:51:30.812Z] df64deca80bc: Preparing [2025-10-31T12:51:30.812Z] 6c18620973e6: Preparing [2025-10-31T12:51:30.812Z] 256f393e029f: Preparing [2025-10-31T12:51:30.812Z] 251756bc40db: Waiting [2025-10-31T12:51:30.812Z] df64deca80bc: Waiting [2025-10-31T12:51:30.812Z] 5aa6c4d56696: Waiting [2025-10-31T12:51:30.812Z] 6c18620973e6: Waiting [2025-10-31T12:51:30.812Z] 256f393e029f: Waiting [2025-10-31T12:51:30.812Z] 762ba5f4b92d: Waiting [2025-10-31T12:51:30.812Z] 6c0951eac945: Waiting [2025-10-31T12:51:30.812Z] 5f70bf18a086: Waiting [2025-10-31T12:51:30.812Z] 80aa39598161: Waiting [2025-10-31T12:51:30.812Z] ec3c7156b0db: Waiting [2025-10-31T12:51:30.812Z] f65e197e8328: Waiting [2025-10-31T12:51:30.812Z] 60f4d5d9cdf5: Layer already exists [2025-10-31T12:51:30.812Z] 95a5f0d7f7b2: Layer already exists [2025-10-31T12:51:30.812Z] 6b1cd0578a18: Layer already exists [2025-10-31T12:51:30.812Z] 224e4df2695f: Layer already exists [2025-10-31T12:51:30.812Z] d420cb2e9250: Layer already exists [2025-10-31T12:51:30.812Z] 80aa39598161: Layer already exists [2025-10-31T12:51:30.812Z] f65e197e8328: Layer already exists [2025-10-31T12:51:30.812Z] ec3c7156b0db: Layer already exists [2025-10-31T12:51:30.812Z] 5aa6c4d56696: Layer already exists [2025-10-31T12:51:30.812Z] 251756bc40db: Layer already exists [2025-10-31T12:51:30.812Z] 5f70bf18a086: Layer already exists [2025-10-31T12:51:30.812Z] 6c0951eac945: Layer already exists [2025-10-31T12:51:30.812Z] df64deca80bc: Layer already exists [2025-10-31T12:51:30.812Z] 256f393e029f: Layer already exists [2025-10-31T12:51:30.812Z] 6c18620973e6: Layer already exists [2025-10-31T12:51:30.812Z] 762ba5f4b92d: Layer already exists [2025-10-31T12:51:30.812Z] main: digest: sha256:92bf45850dd9eb116830fa31721479033c9d7cc36711a2b47a1382d0ae2f33cf size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-10-31T12:51:30.893Z] ===================================================== [Pipeline] echo [2025-10-31T12:51:30.912Z] taggedImages: [2025-10-31T12:51:30.912Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:51:30.912Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-10-31T12:51:30.912Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.73 [2025-10-31T12:51:30.912Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:51:30.912Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2025-10-31T12:51:30.944Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2025-10-31T12:51:30.944Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:51:30.944Z] latest [2025-10-31T12:51:30.944Z] 4.1.0-dev.73 [2025-10-31T12:51:30.944Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:51:30.944Z] main [2025-10-31T12:51:30.944Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:51:31.297Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:51:31.886Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:51:31.886Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-10-31T12:51:31.886Z] 67d572ea0124: Preparing [2025-10-31T12:51:31.886Z] d4aeb8bb405b: Preparing [2025-10-31T12:51:31.886Z] 65251336af38: Preparing [2025-10-31T12:51:31.886Z] 2a4b2c8c5ea8: Preparing [2025-10-31T12:51:31.886Z] f65e197e8328: Preparing [2025-10-31T12:51:31.886Z] 251756bc40db: Preparing [2025-10-31T12:51:31.886Z] e92aaa786f4a: Preparing [2025-10-31T12:51:31.886Z] 50364a795cce: Preparing [2025-10-31T12:51:31.886Z] 256f393e029f: Preparing [2025-10-31T12:51:31.886Z] 251756bc40db: Waiting [2025-10-31T12:51:31.886Z] e92aaa786f4a: Waiting [2025-10-31T12:51:31.886Z] 50364a795cce: Waiting [2025-10-31T12:51:31.886Z] 256f393e029f: Waiting [2025-10-31T12:51:31.886Z] 65251336af38: Pushed [2025-10-31T12:51:32.454Z] f65e197e8328: Layer already exists [2025-10-31T12:51:33.021Z] d4aeb8bb405b: Layer already exists [2025-10-31T12:51:33.021Z] 67d572ea0124: Layer already exists [2025-10-31T12:51:33.280Z] 251756bc40db: Layer already exists [2025-10-31T12:51:33.539Z] e92aaa786f4a: Layer already exists [2025-10-31T12:51:34.108Z] 256f393e029f: Layer already exists [2025-10-31T12:51:34.108Z] 50364a795cce: Layer already exists [2025-10-31T12:51:35.543Z] 2a4b2c8c5ea8: Pushed [2025-10-31T12:51:35.803Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b: digest: sha256:f393107b2a5fb778685c072c36267a6ac8b491e0f13f2f4708f2ff564aae6fd6 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:51:36.705Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:51:37.292Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-10-31T12:51:37.292Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-10-31T12:51:37.292Z] 67d572ea0124: Preparing [2025-10-31T12:51:37.292Z] d4aeb8bb405b: Preparing [2025-10-31T12:51:37.292Z] 65251336af38: Preparing [2025-10-31T12:51:37.292Z] 2a4b2c8c5ea8: Preparing [2025-10-31T12:51:37.292Z] f65e197e8328: Preparing [2025-10-31T12:51:37.292Z] 251756bc40db: Preparing [2025-10-31T12:51:37.292Z] e92aaa786f4a: Preparing [2025-10-31T12:51:37.292Z] 50364a795cce: Preparing [2025-10-31T12:51:37.292Z] 256f393e029f: Preparing [2025-10-31T12:51:37.292Z] 251756bc40db: Waiting [2025-10-31T12:51:37.292Z] e92aaa786f4a: Waiting [2025-10-31T12:51:37.292Z] 50364a795cce: Waiting [2025-10-31T12:51:37.292Z] 256f393e029f: Waiting [2025-10-31T12:51:37.292Z] f65e197e8328: Layer already exists [2025-10-31T12:51:37.292Z] 65251336af38: Layer already exists [2025-10-31T12:51:37.292Z] d4aeb8bb405b: Layer already exists [2025-10-31T12:51:37.292Z] 67d572ea0124: Layer already exists [2025-10-31T12:51:37.292Z] 2a4b2c8c5ea8: Layer already exists [2025-10-31T12:51:37.292Z] 50364a795cce: Layer already exists [2025-10-31T12:51:37.292Z] e92aaa786f4a: Layer already exists [2025-10-31T12:51:37.292Z] 251756bc40db: Layer already exists [2025-10-31T12:51:37.292Z] 256f393e029f: Layer already exists [2025-10-31T12:51:37.292Z] latest: digest: sha256:f393107b2a5fb778685c072c36267a6ac8b491e0f13f2f4708f2ff564aae6fd6 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:51:37.629Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:51:38.232Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.73 [2025-10-31T12:51:38.232Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-10-31T12:51:38.232Z] 67d572ea0124: Preparing [2025-10-31T12:51:38.232Z] d4aeb8bb405b: Preparing [2025-10-31T12:51:38.232Z] 65251336af38: Preparing [2025-10-31T12:51:38.232Z] 2a4b2c8c5ea8: Preparing [2025-10-31T12:51:38.232Z] f65e197e8328: Preparing [2025-10-31T12:51:38.232Z] 251756bc40db: Preparing [2025-10-31T12:51:38.232Z] e92aaa786f4a: Preparing [2025-10-31T12:51:38.232Z] 50364a795cce: Preparing [2025-10-31T12:51:38.232Z] 256f393e029f: Preparing [2025-10-31T12:51:38.232Z] 251756bc40db: Waiting [2025-10-31T12:51:38.232Z] e92aaa786f4a: Waiting [2025-10-31T12:51:38.232Z] 50364a795cce: Waiting [2025-10-31T12:51:38.232Z] 256f393e029f: Waiting [2025-10-31T12:51:38.232Z] 65251336af38: Layer already exists [2025-10-31T12:51:38.232Z] 67d572ea0124: Layer already exists [2025-10-31T12:51:38.232Z] d4aeb8bb405b: Layer already exists [2025-10-31T12:51:38.232Z] 2a4b2c8c5ea8: Layer already exists [2025-10-31T12:51:38.232Z] f65e197e8328: Layer already exists [2025-10-31T12:51:38.232Z] 251756bc40db: Layer already exists [2025-10-31T12:51:38.232Z] e92aaa786f4a: Layer already exists [2025-10-31T12:51:38.232Z] 50364a795cce: Layer already exists [2025-10-31T12:51:38.232Z] 256f393e029f: Layer already exists [2025-10-31T12:51:38.232Z] 4.1.0-dev.73: digest: sha256:f393107b2a5fb778685c072c36267a6ac8b491e0f13f2f4708f2ff564aae6fd6 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:51:38.563Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:51:39.166Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:51:39.166Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-10-31T12:51:39.166Z] 67d572ea0124: Preparing [2025-10-31T12:51:39.166Z] d4aeb8bb405b: Preparing [2025-10-31T12:51:39.166Z] 65251336af38: Preparing [2025-10-31T12:51:39.166Z] 2a4b2c8c5ea8: Preparing [2025-10-31T12:51:39.166Z] f65e197e8328: Preparing [2025-10-31T12:51:39.166Z] 251756bc40db: Preparing [2025-10-31T12:51:39.166Z] e92aaa786f4a: Preparing [2025-10-31T12:51:39.166Z] 50364a795cce: Preparing [2025-10-31T12:51:39.166Z] 256f393e029f: Preparing [2025-10-31T12:51:39.166Z] 251756bc40db: Waiting [2025-10-31T12:51:39.166Z] e92aaa786f4a: Waiting [2025-10-31T12:51:39.166Z] 50364a795cce: Waiting [2025-10-31T12:51:39.166Z] 256f393e029f: Waiting [2025-10-31T12:51:39.166Z] d4aeb8bb405b: Layer already exists [2025-10-31T12:51:39.166Z] 67d572ea0124: Layer already exists [2025-10-31T12:51:39.166Z] f65e197e8328: Layer already exists [2025-10-31T12:51:39.166Z] 65251336af38: Layer already exists [2025-10-31T12:51:39.166Z] 2a4b2c8c5ea8: Layer already exists [2025-10-31T12:51:39.166Z] 251756bc40db: Layer already exists [2025-10-31T12:51:39.166Z] e92aaa786f4a: Layer already exists [2025-10-31T12:51:39.166Z] 50364a795cce: Layer already exists [2025-10-31T12:51:39.166Z] 256f393e029f: Layer already exists [2025-10-31T12:51:39.166Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73: digest: sha256:f393107b2a5fb778685c072c36267a6ac8b491e0f13f2f4708f2ff564aae6fd6 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:51:39.505Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:51:40.092Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-10-31T12:51:40.092Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-10-31T12:51:40.092Z] 67d572ea0124: Preparing [2025-10-31T12:51:40.092Z] d4aeb8bb405b: Preparing [2025-10-31T12:51:40.092Z] 65251336af38: Preparing [2025-10-31T12:51:40.092Z] 2a4b2c8c5ea8: Preparing [2025-10-31T12:51:40.092Z] f65e197e8328: Preparing [2025-10-31T12:51:40.092Z] 251756bc40db: Preparing [2025-10-31T12:51:40.092Z] e92aaa786f4a: Preparing [2025-10-31T12:51:40.092Z] 50364a795cce: Preparing [2025-10-31T12:51:40.092Z] 256f393e029f: Preparing [2025-10-31T12:51:40.092Z] e92aaa786f4a: Waiting [2025-10-31T12:51:40.092Z] 50364a795cce: Waiting [2025-10-31T12:51:40.092Z] 256f393e029f: Waiting [2025-10-31T12:51:40.092Z] 251756bc40db: Waiting [2025-10-31T12:51:40.092Z] 2a4b2c8c5ea8: Layer already exists [2025-10-31T12:51:40.092Z] 67d572ea0124: Layer already exists [2025-10-31T12:51:40.092Z] 65251336af38: Layer already exists [2025-10-31T12:51:40.092Z] f65e197e8328: Layer already exists [2025-10-31T12:51:40.092Z] d4aeb8bb405b: Layer already exists [2025-10-31T12:51:40.092Z] e92aaa786f4a: Layer already exists [2025-10-31T12:51:40.092Z] 50364a795cce: Layer already exists [2025-10-31T12:51:40.092Z] 256f393e029f: Layer already exists [2025-10-31T12:51:40.092Z] 251756bc40db: Layer already exists [2025-10-31T12:51:40.092Z] main: digest: sha256:f393107b2a5fb778685c072c36267a6ac8b491e0f13f2f4708f2ff564aae6fd6 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-10-31T12:51:40.173Z] ===================================================== [Pipeline] echo [2025-10-31T12:51:40.188Z] taggedImages: [2025-10-31T12:51:40.188Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:51:40.188Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-10-31T12:51:40.188Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.73 [2025-10-31T12:51:40.188Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:51:40.188Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2025-10-31T12:51:40.220Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2025-10-31T12:51:40.220Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:51:40.220Z] latest [2025-10-31T12:51:40.220Z] 4.1.0-dev.73 [2025-10-31T12:51:40.220Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:51:40.220Z] main [2025-10-31T12:51:40.220Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:51:40.584Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:51:40.911Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:51:40.911Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-10-31T12:51:40.911Z] 5258b1654724: Preparing [2025-10-31T12:51:40.911Z] 801d1ed6497b: Preparing [2025-10-31T12:51:40.911Z] 2596605ba1f0: Preparing [2025-10-31T12:51:40.911Z] 67d1c2e4ae30: Preparing [2025-10-31T12:51:40.911Z] f417b11f4038: Preparing [2025-10-31T12:51:40.911Z] f65e197e8328: Preparing [2025-10-31T12:51:40.911Z] 251756bc40db: Preparing [2025-10-31T12:51:40.911Z] 801635e7145a: Preparing [2025-10-31T12:51:40.911Z] aca3e5c99662: Preparing [2025-10-31T12:51:40.911Z] b4e7bed00527: Preparing [2025-10-31T12:51:40.911Z] 256f393e029f: Preparing [2025-10-31T12:51:40.911Z] 801635e7145a: Waiting [2025-10-31T12:51:40.911Z] aca3e5c99662: Waiting [2025-10-31T12:51:40.911Z] f65e197e8328: Waiting [2025-10-31T12:51:40.911Z] 251756bc40db: Waiting [2025-10-31T12:51:40.911Z] b4e7bed00527: Waiting [2025-10-31T12:51:40.911Z] 256f393e029f: Waiting [2025-10-31T12:51:41.171Z] f417b11f4038: Pushed [2025-10-31T12:51:41.171Z] 67d1c2e4ae30: Pushed [2025-10-31T12:51:41.171Z] 801d1ed6497b: Pushed [2025-10-31T12:51:41.171Z] 5258b1654724: Pushed [2025-10-31T12:51:42.109Z] f65e197e8328: Layer already exists [2025-10-31T12:51:42.109Z] 801635e7145a: Pushed [2025-10-31T12:51:42.109Z] aca3e5c99662: Pushed [2025-10-31T12:51:42.109Z] 251756bc40db: Layer already exists [2025-10-31T12:51:42.417Z] 256f393e029f: Layer already exists [2025-10-31T12:51:43.794Z] b4e7bed00527: Pushed [2025-10-31T12:51:43.794Z] 2596605ba1f0: Pushed [2025-10-31T12:51:44.054Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b: digest: sha256:66e8e0ca0d4e550630c9de840145505caf4936cdc0286e72e5ec7aff1bfb66e2 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:51:44.666Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:51:44.994Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-10-31T12:51:44.994Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-10-31T12:51:44.994Z] 5258b1654724: Preparing [2025-10-31T12:51:44.994Z] 801d1ed6497b: Preparing [2025-10-31T12:51:44.994Z] 2596605ba1f0: Preparing [2025-10-31T12:51:44.994Z] 67d1c2e4ae30: Preparing [2025-10-31T12:51:44.994Z] f417b11f4038: Preparing [2025-10-31T12:51:44.994Z] f65e197e8328: Preparing [2025-10-31T12:51:44.994Z] 251756bc40db: Preparing [2025-10-31T12:51:44.994Z] 801635e7145a: Preparing [2025-10-31T12:51:44.994Z] aca3e5c99662: Preparing [2025-10-31T12:51:44.994Z] b4e7bed00527: Preparing [2025-10-31T12:51:44.994Z] 256f393e029f: Preparing [2025-10-31T12:51:44.994Z] aca3e5c99662: Waiting [2025-10-31T12:51:44.994Z] 801635e7145a: Waiting [2025-10-31T12:51:44.994Z] b4e7bed00527: Waiting [2025-10-31T12:51:44.994Z] 256f393e029f: Waiting [2025-10-31T12:51:44.994Z] f65e197e8328: Waiting [2025-10-31T12:51:44.994Z] 251756bc40db: Waiting [2025-10-31T12:51:44.994Z] 67d1c2e4ae30: Layer already exists [2025-10-31T12:51:44.994Z] f417b11f4038: Layer already exists [2025-10-31T12:51:44.994Z] 2596605ba1f0: Layer already exists [2025-10-31T12:51:44.994Z] 801d1ed6497b: Layer already exists [2025-10-31T12:51:44.994Z] 5258b1654724: Layer already exists [2025-10-31T12:51:44.994Z] 801635e7145a: Layer already exists [2025-10-31T12:51:44.994Z] aca3e5c99662: Layer already exists [2025-10-31T12:51:44.994Z] 256f393e029f: Layer already exists [2025-10-31T12:51:44.994Z] b4e7bed00527: Layer already exists [2025-10-31T12:51:44.994Z] 251756bc40db: Layer already exists [2025-10-31T12:51:44.994Z] f65e197e8328: Layer already exists [2025-10-31T12:51:44.994Z] latest: digest: sha256:66e8e0ca0d4e550630c9de840145505caf4936cdc0286e72e5ec7aff1bfb66e2 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:51:45.324Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:51:45.658Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.73 [2025-10-31T12:51:45.658Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-10-31T12:51:45.658Z] 5258b1654724: Preparing [2025-10-31T12:51:45.658Z] 801d1ed6497b: Preparing [2025-10-31T12:51:45.658Z] 2596605ba1f0: Preparing [2025-10-31T12:51:45.658Z] 67d1c2e4ae30: Preparing [2025-10-31T12:51:45.658Z] f417b11f4038: Preparing [2025-10-31T12:51:45.658Z] f65e197e8328: Preparing [2025-10-31T12:51:45.658Z] 251756bc40db: Preparing [2025-10-31T12:51:45.658Z] 801635e7145a: Preparing [2025-10-31T12:51:45.658Z] aca3e5c99662: Preparing [2025-10-31T12:51:45.658Z] b4e7bed00527: Preparing [2025-10-31T12:51:45.658Z] 256f393e029f: Preparing [2025-10-31T12:51:45.658Z] 801635e7145a: Waiting [2025-10-31T12:51:45.658Z] aca3e5c99662: Waiting [2025-10-31T12:51:45.658Z] b4e7bed00527: Waiting [2025-10-31T12:51:45.658Z] 256f393e029f: Waiting [2025-10-31T12:51:45.658Z] f65e197e8328: Waiting [2025-10-31T12:51:45.658Z] 251756bc40db: Waiting [2025-10-31T12:51:45.658Z] f417b11f4038: Layer already exists [2025-10-31T12:51:45.658Z] 5258b1654724: Layer already exists [2025-10-31T12:51:45.658Z] 2596605ba1f0: Layer already exists [2025-10-31T12:51:45.658Z] 801d1ed6497b: Layer already exists [2025-10-31T12:51:45.658Z] 67d1c2e4ae30: Layer already exists [2025-10-31T12:51:45.658Z] 251756bc40db: Layer already exists [2025-10-31T12:51:45.658Z] aca3e5c99662: Layer already exists [2025-10-31T12:51:45.658Z] b4e7bed00527: Layer already exists [2025-10-31T12:51:45.658Z] 801635e7145a: Layer already exists [2025-10-31T12:51:45.658Z] 256f393e029f: Layer already exists [2025-10-31T12:51:45.658Z] f65e197e8328: Layer already exists [2025-10-31T12:51:45.658Z] 4.1.0-dev.73: digest: sha256:66e8e0ca0d4e550630c9de840145505caf4936cdc0286e72e5ec7aff1bfb66e2 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:51:46.004Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:51:46.601Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:51:46.601Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-10-31T12:51:46.601Z] 5258b1654724: Preparing [2025-10-31T12:51:46.601Z] 801d1ed6497b: Preparing [2025-10-31T12:51:46.601Z] 2596605ba1f0: Preparing [2025-10-31T12:51:46.601Z] 67d1c2e4ae30: Preparing [2025-10-31T12:51:46.601Z] f417b11f4038: Preparing [2025-10-31T12:51:46.601Z] f65e197e8328: Preparing [2025-10-31T12:51:46.601Z] 251756bc40db: Preparing [2025-10-31T12:51:46.601Z] 801635e7145a: Preparing [2025-10-31T12:51:46.601Z] f65e197e8328: Waiting [2025-10-31T12:51:46.601Z] 251756bc40db: Waiting [2025-10-31T12:51:46.601Z] aca3e5c99662: Preparing [2025-10-31T12:51:46.601Z] b4e7bed00527: Preparing [2025-10-31T12:51:46.601Z] 801635e7145a: Waiting [2025-10-31T12:51:46.601Z] 256f393e029f: Preparing [2025-10-31T12:51:46.601Z] b4e7bed00527: Waiting [2025-10-31T12:51:46.601Z] aca3e5c99662: Waiting [2025-10-31T12:51:46.601Z] 256f393e029f: Waiting [2025-10-31T12:51:46.601Z] 2596605ba1f0: Layer already exists [2025-10-31T12:51:46.601Z] f417b11f4038: Layer already exists [2025-10-31T12:51:46.601Z] 67d1c2e4ae30: Layer already exists [2025-10-31T12:51:46.601Z] 801d1ed6497b: Layer already exists [2025-10-31T12:51:46.601Z] 5258b1654724: Layer already exists [2025-10-31T12:51:46.601Z] f65e197e8328: Layer already exists [2025-10-31T12:51:46.601Z] aca3e5c99662: Layer already exists [2025-10-31T12:51:46.601Z] b4e7bed00527: Layer already exists [2025-10-31T12:51:46.601Z] 251756bc40db: Layer already exists [2025-10-31T12:51:46.601Z] 801635e7145a: Layer already exists [2025-10-31T12:51:46.601Z] 256f393e029f: Layer already exists [2025-10-31T12:51:46.601Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73: digest: sha256:66e8e0ca0d4e550630c9de840145505caf4936cdc0286e72e5ec7aff1bfb66e2 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:51:46.954Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:51:47.546Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-10-31T12:51:47.546Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-10-31T12:51:47.546Z] 5258b1654724: Preparing [2025-10-31T12:51:47.546Z] 801d1ed6497b: Preparing [2025-10-31T12:51:47.546Z] 2596605ba1f0: Preparing [2025-10-31T12:51:47.546Z] 67d1c2e4ae30: Preparing [2025-10-31T12:51:47.546Z] f417b11f4038: Preparing [2025-10-31T12:51:47.546Z] f65e197e8328: Preparing [2025-10-31T12:51:47.546Z] 251756bc40db: Preparing [2025-10-31T12:51:47.546Z] 801635e7145a: Preparing [2025-10-31T12:51:47.546Z] aca3e5c99662: Preparing [2025-10-31T12:51:47.546Z] b4e7bed00527: Preparing [2025-10-31T12:51:47.546Z] 256f393e029f: Preparing [2025-10-31T12:51:47.546Z] 251756bc40db: Waiting [2025-10-31T12:51:47.546Z] 801635e7145a: Waiting [2025-10-31T12:51:47.546Z] aca3e5c99662: Waiting [2025-10-31T12:51:47.546Z] b4e7bed00527: Waiting [2025-10-31T12:51:47.546Z] 256f393e029f: Waiting [2025-10-31T12:51:47.546Z] f65e197e8328: Waiting [2025-10-31T12:51:47.546Z] 2596605ba1f0: Layer already exists [2025-10-31T12:51:47.547Z] 67d1c2e4ae30: Layer already exists [2025-10-31T12:51:47.547Z] 801d1ed6497b: Layer already exists [2025-10-31T12:51:47.547Z] 5258b1654724: Layer already exists [2025-10-31T12:51:47.547Z] f417b11f4038: Layer already exists [2025-10-31T12:51:47.547Z] 251756bc40db: Layer already exists [2025-10-31T12:51:47.547Z] f65e197e8328: Layer already exists [2025-10-31T12:51:47.547Z] 801635e7145a: Layer already exists [2025-10-31T12:51:47.547Z] b4e7bed00527: Layer already exists [2025-10-31T12:51:47.547Z] aca3e5c99662: Layer already exists [2025-10-31T12:51:47.547Z] 256f393e029f: Layer already exists [2025-10-31T12:51:47.547Z] main: digest: sha256:66e8e0ca0d4e550630c9de840145505caf4936cdc0286e72e5ec7aff1bfb66e2 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-10-31T12:51:47.639Z] ===================================================== [Pipeline] echo [2025-10-31T12:51:47.657Z] taggedImages: [2025-10-31T12:51:47.657Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:51:47.657Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-10-31T12:51:47.657Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.73 [2025-10-31T12:51:47.657Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:51:47.657Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2025-10-31T12:51:47.686Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2025-10-31T12:51:47.686Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:51:47.686Z] latest [2025-10-31T12:51:47.686Z] 4.1.0-dev.73 [2025-10-31T12:51:47.686Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:51:47.686Z] main [2025-10-31T12:51:47.686Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:51:48.043Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:51:48.654Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:51:48.655Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-10-31T12:51:48.655Z] 326acd937b30: Preparing [2025-10-31T12:51:48.655Z] dbc82419ff1c: Preparing [2025-10-31T12:51:48.655Z] f0eca12cc448: Preparing [2025-10-31T12:51:48.655Z] 642405569093: Preparing [2025-10-31T12:51:48.655Z] 17af5f767a37: Preparing [2025-10-31T12:51:48.655Z] b5853cf2ec62: Preparing [2025-10-31T12:51:48.655Z] 51152ffc09dd: Preparing [2025-10-31T12:51:48.655Z] f65e197e8328: Preparing [2025-10-31T12:51:48.655Z] 251756bc40db: Preparing [2025-10-31T12:51:48.655Z] ede940462695: Preparing [2025-10-31T12:51:48.655Z] 15f72eff8230: Preparing [2025-10-31T12:51:48.655Z] 256f393e029f: Preparing [2025-10-31T12:51:48.655Z] 51152ffc09dd: Waiting [2025-10-31T12:51:48.655Z] b5853cf2ec62: Waiting [2025-10-31T12:51:48.655Z] f65e197e8328: Waiting [2025-10-31T12:51:48.655Z] 251756bc40db: Waiting [2025-10-31T12:51:48.655Z] 15f72eff8230: Waiting [2025-10-31T12:51:48.655Z] ede940462695: Waiting [2025-10-31T12:51:48.655Z] 256f393e029f: Waiting [2025-10-31T12:51:48.913Z] dbc82419ff1c: Pushed [2025-10-31T12:51:48.913Z] 17af5f767a37: Pushed [2025-10-31T12:51:49.173Z] 326acd937b30: Pushed [2025-10-31T12:51:49.457Z] b5853cf2ec62: Pushed [2025-10-31T12:51:49.457Z] 51152ffc09dd: Pushed [2025-10-31T12:51:50.393Z] ede940462695: Pushed [2025-10-31T12:51:50.393Z] f65e197e8328: Layer already exists [2025-10-31T12:51:50.393Z] 251756bc40db: Layer already exists [2025-10-31T12:51:51.327Z] 256f393e029f: Layer already exists [2025-10-31T12:51:51.585Z] 642405569093: Pushed [2025-10-31T12:51:51.585Z] f0eca12cc448: Pushed [2025-10-31T12:51:51.856Z] 15f72eff8230: Pushed [2025-10-31T12:51:52.425Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b: digest: sha256:f801ee548d43e5e457677f496734fda50390500d3e21a531a6df4b56b9e48796 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:51:53.336Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:51:53.670Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-10-31T12:51:53.670Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-10-31T12:51:53.670Z] 326acd937b30: Preparing [2025-10-31T12:51:53.670Z] dbc82419ff1c: Preparing [2025-10-31T12:51:53.670Z] f0eca12cc448: Preparing [2025-10-31T12:51:53.670Z] 642405569093: Preparing [2025-10-31T12:51:53.670Z] 17af5f767a37: Preparing [2025-10-31T12:51:53.670Z] b5853cf2ec62: Preparing [2025-10-31T12:51:53.670Z] 51152ffc09dd: Preparing [2025-10-31T12:51:53.670Z] f65e197e8328: Preparing [2025-10-31T12:51:53.670Z] 251756bc40db: Preparing [2025-10-31T12:51:53.670Z] ede940462695: Preparing [2025-10-31T12:51:53.670Z] 15f72eff8230: Preparing [2025-10-31T12:51:53.670Z] 256f393e029f: Preparing [2025-10-31T12:51:53.670Z] 51152ffc09dd: Waiting [2025-10-31T12:51:53.670Z] b5853cf2ec62: Waiting [2025-10-31T12:51:53.670Z] 256f393e029f: Waiting [2025-10-31T12:51:53.670Z] 15f72eff8230: Waiting [2025-10-31T12:51:53.670Z] f65e197e8328: Waiting [2025-10-31T12:51:53.670Z] 251756bc40db: Waiting [2025-10-31T12:51:53.670Z] ede940462695: Waiting [2025-10-31T12:51:53.670Z] 326acd937b30: Layer already exists [2025-10-31T12:51:53.670Z] f0eca12cc448: Layer already exists [2025-10-31T12:51:53.670Z] dbc82419ff1c: Layer already exists [2025-10-31T12:51:53.670Z] 642405569093: Layer already exists [2025-10-31T12:51:53.670Z] 51152ffc09dd: Layer already exists [2025-10-31T12:51:53.670Z] f65e197e8328: Layer already exists [2025-10-31T12:51:53.670Z] b5853cf2ec62: Layer already exists [2025-10-31T12:51:53.670Z] 251756bc40db: Layer already exists [2025-10-31T12:51:53.670Z] ede940462695: Layer already exists [2025-10-31T12:51:53.670Z] 256f393e029f: Layer already exists [2025-10-31T12:51:53.670Z] 15f72eff8230: Layer already exists [2025-10-31T12:51:53.670Z] 17af5f767a37: Layer already exists [2025-10-31T12:51:53.670Z] latest: digest: sha256:f801ee548d43e5e457677f496734fda50390500d3e21a531a6df4b56b9e48796 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:51:54.015Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:51:54.352Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.73 [2025-10-31T12:51:54.353Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-10-31T12:51:54.353Z] 326acd937b30: Preparing [2025-10-31T12:51:54.353Z] dbc82419ff1c: Preparing [2025-10-31T12:51:54.353Z] f0eca12cc448: Preparing [2025-10-31T12:51:54.353Z] 642405569093: Preparing [2025-10-31T12:51:54.353Z] 17af5f767a37: Preparing [2025-10-31T12:51:54.353Z] b5853cf2ec62: Preparing [2025-10-31T12:51:54.353Z] 51152ffc09dd: Preparing [2025-10-31T12:51:54.353Z] f65e197e8328: Preparing [2025-10-31T12:51:54.353Z] 251756bc40db: Preparing [2025-10-31T12:51:54.353Z] ede940462695: Preparing [2025-10-31T12:51:54.353Z] 15f72eff8230: Preparing [2025-10-31T12:51:54.353Z] 256f393e029f: Preparing [2025-10-31T12:51:54.353Z] 51152ffc09dd: Waiting [2025-10-31T12:51:54.353Z] f65e197e8328: Waiting [2025-10-31T12:51:54.353Z] 251756bc40db: Waiting [2025-10-31T12:51:54.353Z] ede940462695: Waiting [2025-10-31T12:51:54.353Z] 15f72eff8230: Waiting [2025-10-31T12:51:54.353Z] 256f393e029f: Waiting [2025-10-31T12:51:54.353Z] b5853cf2ec62: Waiting [2025-10-31T12:51:54.353Z] 17af5f767a37: Layer already exists [2025-10-31T12:51:54.353Z] dbc82419ff1c: Layer already exists [2025-10-31T12:51:54.353Z] f0eca12cc448: Layer already exists [2025-10-31T12:51:54.353Z] 326acd937b30: Layer already exists [2025-10-31T12:51:54.353Z] 642405569093: Layer already exists [2025-10-31T12:51:54.353Z] b5853cf2ec62: Layer already exists [2025-10-31T12:51:54.353Z] 51152ffc09dd: Layer already exists [2025-10-31T12:51:54.353Z] ede940462695: Layer already exists [2025-10-31T12:51:54.353Z] f65e197e8328: Layer already exists [2025-10-31T12:51:54.353Z] 251756bc40db: Layer already exists [2025-10-31T12:51:54.353Z] 15f72eff8230: Layer already exists [2025-10-31T12:51:54.353Z] 256f393e029f: Layer already exists [2025-10-31T12:51:54.353Z] 4.1.0-dev.73: digest: sha256:f801ee548d43e5e457677f496734fda50390500d3e21a531a6df4b56b9e48796 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:51:54.691Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:51:55.026Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:51:55.026Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-10-31T12:51:55.026Z] 326acd937b30: Preparing [2025-10-31T12:51:55.026Z] dbc82419ff1c: Preparing [2025-10-31T12:51:55.026Z] f0eca12cc448: Preparing [2025-10-31T12:51:55.026Z] 642405569093: Preparing [2025-10-31T12:51:55.026Z] 17af5f767a37: Preparing [2025-10-31T12:51:55.026Z] b5853cf2ec62: Preparing [2025-10-31T12:51:55.026Z] 51152ffc09dd: Preparing [2025-10-31T12:51:55.026Z] f65e197e8328: Preparing [2025-10-31T12:51:55.026Z] 251756bc40db: Preparing [2025-10-31T12:51:55.026Z] ede940462695: Preparing [2025-10-31T12:51:55.026Z] 15f72eff8230: Preparing [2025-10-31T12:51:55.026Z] 256f393e029f: Preparing [2025-10-31T12:51:55.026Z] f65e197e8328: Waiting [2025-10-31T12:51:55.026Z] 251756bc40db: Waiting [2025-10-31T12:51:55.026Z] ede940462695: Waiting [2025-10-31T12:51:55.026Z] 15f72eff8230: Waiting [2025-10-31T12:51:55.026Z] b5853cf2ec62: Waiting [2025-10-31T12:51:55.026Z] 256f393e029f: Waiting [2025-10-31T12:51:55.026Z] 51152ffc09dd: Waiting [2025-10-31T12:51:55.026Z] 17af5f767a37: Layer already exists [2025-10-31T12:51:55.026Z] dbc82419ff1c: Layer already exists [2025-10-31T12:51:55.026Z] 642405569093: Layer already exists [2025-10-31T12:51:55.026Z] 326acd937b30: Layer already exists [2025-10-31T12:51:55.026Z] f0eca12cc448: Layer already exists [2025-10-31T12:51:55.026Z] 51152ffc09dd: Layer already exists [2025-10-31T12:51:55.026Z] f65e197e8328: Layer already exists [2025-10-31T12:51:55.026Z] b5853cf2ec62: Layer already exists [2025-10-31T12:51:55.026Z] 251756bc40db: Layer already exists [2025-10-31T12:51:55.026Z] 15f72eff8230: Layer already exists [2025-10-31T12:51:55.026Z] ede940462695: Layer already exists [2025-10-31T12:51:55.026Z] 256f393e029f: Layer already exists [2025-10-31T12:51:55.026Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73: digest: sha256:f801ee548d43e5e457677f496734fda50390500d3e21a531a6df4b56b9e48796 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:51:55.369Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:51:55.708Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-10-31T12:51:55.708Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-10-31T12:51:55.708Z] 326acd937b30: Preparing [2025-10-31T12:51:55.708Z] dbc82419ff1c: Preparing [2025-10-31T12:51:55.708Z] f0eca12cc448: Preparing [2025-10-31T12:51:55.708Z] 642405569093: Preparing [2025-10-31T12:51:55.708Z] 17af5f767a37: Preparing [2025-10-31T12:51:55.708Z] b5853cf2ec62: Preparing [2025-10-31T12:51:55.708Z] 51152ffc09dd: Preparing [2025-10-31T12:51:55.708Z] f65e197e8328: Preparing [2025-10-31T12:51:55.708Z] 251756bc40db: Preparing [2025-10-31T12:51:55.708Z] ede940462695: Preparing [2025-10-31T12:51:55.708Z] 15f72eff8230: Preparing [2025-10-31T12:51:55.708Z] 256f393e029f: Preparing [2025-10-31T12:51:55.708Z] f65e197e8328: Waiting [2025-10-31T12:51:55.708Z] 251756bc40db: Waiting [2025-10-31T12:51:55.708Z] b5853cf2ec62: Waiting [2025-10-31T12:51:55.708Z] 51152ffc09dd: Waiting [2025-10-31T12:51:55.708Z] ede940462695: Waiting [2025-10-31T12:51:55.708Z] 15f72eff8230: Waiting [2025-10-31T12:51:55.708Z] 256f393e029f: Waiting [2025-10-31T12:51:55.708Z] f0eca12cc448: Layer already exists [2025-10-31T12:51:55.709Z] 642405569093: Layer already exists [2025-10-31T12:51:55.709Z] 17af5f767a37: Layer already exists [2025-10-31T12:51:55.709Z] dbc82419ff1c: Layer already exists [2025-10-31T12:51:55.709Z] b5853cf2ec62: Layer already exists [2025-10-31T12:51:55.709Z] 51152ffc09dd: Layer already exists [2025-10-31T12:51:55.709Z] ede940462695: Layer already exists [2025-10-31T12:51:55.709Z] 251756bc40db: Layer already exists [2025-10-31T12:51:55.709Z] 326acd937b30: Layer already exists [2025-10-31T12:51:55.709Z] 15f72eff8230: Layer already exists [2025-10-31T12:51:55.709Z] f65e197e8328: Layer already exists [2025-10-31T12:51:55.709Z] 256f393e029f: Layer already exists [2025-10-31T12:51:55.709Z] main: digest: sha256:f801ee548d43e5e457677f496734fda50390500d3e21a531a6df4b56b9e48796 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-10-31T12:51:55.793Z] ===================================================== [Pipeline] echo [2025-10-31T12:51:55.811Z] taggedImages: [2025-10-31T12:51:55.811Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:51:55.811Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-10-31T12:51:55.811Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.73 [2025-10-31T12:51:55.811Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:51:55.811Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2025-10-31T12:51:55.839Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2025-10-31T12:51:55.839Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:51:55.839Z] latest [2025-10-31T12:51:55.839Z] 4.1.0-dev.73 [2025-10-31T12:51:55.839Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:51:55.839Z] main [2025-10-31T12:51:55.839Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:51:56.211Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:51:56.539Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:51:56.539Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-10-31T12:51:56.539Z] 500cfab4cb75: Preparing [2025-10-31T12:51:56.539Z] b8ff62a3eee6: Preparing [2025-10-31T12:51:56.539Z] f65e197e8328: Preparing [2025-10-31T12:51:56.539Z] 251756bc40db: Preparing [2025-10-31T12:51:56.539Z] cbc3094fb9ee: Preparing [2025-10-31T12:51:56.539Z] 95ba9d459320: Preparing [2025-10-31T12:51:56.539Z] 256f393e029f: Preparing [2025-10-31T12:51:56.539Z] 95ba9d459320: Waiting [2025-10-31T12:51:56.539Z] 256f393e029f: Waiting [2025-10-31T12:51:56.539Z] cbc3094fb9ee: Pushed [2025-10-31T12:51:56.816Z] 251756bc40db: Layer already exists [2025-10-31T12:51:57.075Z] 500cfab4cb75: Pushed [2025-10-31T12:51:57.334Z] f65e197e8328: Layer already exists [2025-10-31T12:51:57.901Z] 256f393e029f: Layer already exists [2025-10-31T12:51:57.901Z] 95ba9d459320: Pushed [2025-10-31T12:51:59.825Z] b8ff62a3eee6: Pushed [2025-10-31T12:52:00.094Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b: digest: sha256:bbc1a2b38fa8551d3f1215e33663de3f9d19ab24f0f056396c43d7430744b72a size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:52:00.427Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:52:00.821Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-10-31T12:52:00.821Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-10-31T12:52:00.821Z] 500cfab4cb75: Preparing [2025-10-31T12:52:00.821Z] b8ff62a3eee6: Preparing [2025-10-31T12:52:00.821Z] f65e197e8328: Preparing [2025-10-31T12:52:00.821Z] 251756bc40db: Preparing [2025-10-31T12:52:00.821Z] cbc3094fb9ee: Preparing [2025-10-31T12:52:00.821Z] 95ba9d459320: Preparing [2025-10-31T12:52:00.821Z] 256f393e029f: Preparing [2025-10-31T12:52:00.821Z] 95ba9d459320: Waiting [2025-10-31T12:52:00.821Z] 256f393e029f: Waiting [2025-10-31T12:52:00.821Z] 500cfab4cb75: Layer already exists [2025-10-31T12:52:00.821Z] b8ff62a3eee6: Layer already exists [2025-10-31T12:52:00.821Z] cbc3094fb9ee: Layer already exists [2025-10-31T12:52:00.821Z] 251756bc40db: Layer already exists [2025-10-31T12:52:00.821Z] f65e197e8328: Layer already exists [2025-10-31T12:52:00.821Z] 256f393e029f: Layer already exists [2025-10-31T12:52:00.821Z] 95ba9d459320: Layer already exists [2025-10-31T12:52:00.821Z] latest: digest: sha256:bbc1a2b38fa8551d3f1215e33663de3f9d19ab24f0f056396c43d7430744b72a size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:52:01.159Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:52:01.547Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.73 [2025-10-31T12:52:01.547Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-10-31T12:52:01.547Z] 500cfab4cb75: Preparing [2025-10-31T12:52:01.547Z] b8ff62a3eee6: Preparing [2025-10-31T12:52:01.547Z] f65e197e8328: Preparing [2025-10-31T12:52:01.547Z] 251756bc40db: Preparing [2025-10-31T12:52:01.547Z] cbc3094fb9ee: Preparing [2025-10-31T12:52:01.547Z] 95ba9d459320: Preparing [2025-10-31T12:52:01.547Z] 256f393e029f: Preparing [2025-10-31T12:52:01.547Z] 256f393e029f: Waiting [2025-10-31T12:52:01.547Z] 95ba9d459320: Waiting [2025-10-31T12:52:01.547Z] b8ff62a3eee6: Layer already exists [2025-10-31T12:52:01.547Z] cbc3094fb9ee: Layer already exists [2025-10-31T12:52:01.547Z] 251756bc40db: Layer already exists [2025-10-31T12:52:01.547Z] f65e197e8328: Layer already exists [2025-10-31T12:52:01.547Z] 95ba9d459320: Layer already exists [2025-10-31T12:52:01.547Z] 256f393e029f: Layer already exists [2025-10-31T12:52:01.547Z] 500cfab4cb75: Layer already exists [2025-10-31T12:52:01.547Z] 4.1.0-dev.73: digest: sha256:bbc1a2b38fa8551d3f1215e33663de3f9d19ab24f0f056396c43d7430744b72a size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:52:01.905Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:52:02.497Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:52:02.497Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-10-31T12:52:02.497Z] 500cfab4cb75: Preparing [2025-10-31T12:52:02.497Z] b8ff62a3eee6: Preparing [2025-10-31T12:52:02.497Z] f65e197e8328: Preparing [2025-10-31T12:52:02.497Z] 251756bc40db: Preparing [2025-10-31T12:52:02.497Z] cbc3094fb9ee: Preparing [2025-10-31T12:52:02.497Z] 95ba9d459320: Preparing [2025-10-31T12:52:02.497Z] 256f393e029f: Preparing [2025-10-31T12:52:02.497Z] 256f393e029f: Waiting [2025-10-31T12:52:02.497Z] 95ba9d459320: Waiting [2025-10-31T12:52:02.497Z] 251756bc40db: Layer already exists [2025-10-31T12:52:02.497Z] b8ff62a3eee6: Layer already exists [2025-10-31T12:52:02.497Z] 500cfab4cb75: Layer already exists [2025-10-31T12:52:02.497Z] cbc3094fb9ee: Layer already exists [2025-10-31T12:52:02.497Z] 256f393e029f: Layer already exists [2025-10-31T12:52:02.497Z] 95ba9d459320: Layer already exists [2025-10-31T12:52:02.497Z] f65e197e8328: Layer already exists [2025-10-31T12:52:02.497Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73: digest: sha256:bbc1a2b38fa8551d3f1215e33663de3f9d19ab24f0f056396c43d7430744b72a size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:52:02.885Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:52:03.475Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-10-31T12:52:03.475Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-10-31T12:52:03.475Z] 500cfab4cb75: Preparing [2025-10-31T12:52:03.475Z] b8ff62a3eee6: Preparing [2025-10-31T12:52:03.475Z] f65e197e8328: Preparing [2025-10-31T12:52:03.475Z] 251756bc40db: Preparing [2025-10-31T12:52:03.475Z] cbc3094fb9ee: Preparing [2025-10-31T12:52:03.475Z] 95ba9d459320: Preparing [2025-10-31T12:52:03.475Z] 256f393e029f: Preparing [2025-10-31T12:52:03.475Z] 95ba9d459320: Waiting [2025-10-31T12:52:03.475Z] 256f393e029f: Waiting [2025-10-31T12:52:03.475Z] b8ff62a3eee6: Layer already exists [2025-10-31T12:52:03.475Z] cbc3094fb9ee: Layer already exists [2025-10-31T12:52:03.475Z] 251756bc40db: Layer already exists [2025-10-31T12:52:03.475Z] f65e197e8328: Layer already exists [2025-10-31T12:52:03.476Z] 500cfab4cb75: Layer already exists [2025-10-31T12:52:03.476Z] 95ba9d459320: Layer already exists [2025-10-31T12:52:03.476Z] 256f393e029f: Layer already exists [2025-10-31T12:52:03.476Z] main: digest: sha256:bbc1a2b38fa8551d3f1215e33663de3f9d19ab24f0f056396c43d7430744b72a size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-10-31T12:52:03.565Z] ===================================================== [Pipeline] echo [2025-10-31T12:52:03.581Z] taggedImages: [2025-10-31T12:52:03.581Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:52:03.581Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-10-31T12:52:03.581Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.73 [2025-10-31T12:52:03.581Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:52:03.581Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2025-10-31T12:52:03.613Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2025-10-31T12:52:03.613Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:52:03.613Z] latest [2025-10-31T12:52:03.613Z] 4.1.0-dev.73 [2025-10-31T12:52:03.613Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:52:03.613Z] main [2025-10-31T12:52:03.613Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:52:03.972Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:52:04.750Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:52:04.750Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-10-31T12:52:04.750Z] fd321c4e3232: Preparing [2025-10-31T12:52:04.750Z] e8093fedabcd: Preparing [2025-10-31T12:52:04.750Z] 627aae57634d: Preparing [2025-10-31T12:52:04.750Z] f65e197e8328: Preparing [2025-10-31T12:52:04.750Z] 251756bc40db: Preparing [2025-10-31T12:52:04.750Z] 99d6a70e8d21: Preparing [2025-10-31T12:52:04.750Z] 437342e97e2f: Preparing [2025-10-31T12:52:04.750Z] 86a313a05478: Preparing [2025-10-31T12:52:04.750Z] 99d6a70e8d21: Waiting [2025-10-31T12:52:04.750Z] 437342e97e2f: Waiting [2025-10-31T12:52:04.750Z] c44031faf136: Preparing [2025-10-31T12:52:04.750Z] 86a313a05478: Waiting [2025-10-31T12:52:04.750Z] 256f393e029f: Preparing [2025-10-31T12:52:04.750Z] c44031faf136: Waiting [2025-10-31T12:52:04.750Z] 256f393e029f: Waiting [2025-10-31T12:52:05.010Z] 627aae57634d: Pushed [2025-10-31T12:52:05.010Z] e8093fedabcd: Pushed [2025-10-31T12:52:05.270Z] f65e197e8328: Layer already exists [2025-10-31T12:52:05.270Z] fd321c4e3232: Pushed [2025-10-31T12:52:05.837Z] 251756bc40db: Layer already exists [2025-10-31T12:52:06.095Z] 86a313a05478: Pushed [2025-10-31T12:52:06.355Z] c44031faf136: Pushed [2025-10-31T12:52:06.614Z] 256f393e029f: Layer already exists [2025-10-31T12:52:09.896Z] 437342e97e2f: Pushed [2025-10-31T12:52:16.467Z] 99d6a70e8d21: Pushed [2025-10-31T12:52:16.467Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b: digest: sha256:3b6f722c6988ee0f879d295103752f14d4c20f24562f10381f0a6c8e51323c14 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:52:16.818Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:52:17.151Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-10-31T12:52:17.151Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-10-31T12:52:17.151Z] fd321c4e3232: Preparing [2025-10-31T12:52:17.151Z] e8093fedabcd: Preparing [2025-10-31T12:52:17.151Z] 627aae57634d: Preparing [2025-10-31T12:52:17.151Z] f65e197e8328: Preparing [2025-10-31T12:52:17.151Z] 251756bc40db: Preparing [2025-10-31T12:52:17.151Z] 99d6a70e8d21: Preparing [2025-10-31T12:52:17.151Z] 437342e97e2f: Preparing [2025-10-31T12:52:17.151Z] 86a313a05478: Preparing [2025-10-31T12:52:17.151Z] c44031faf136: Preparing [2025-10-31T12:52:17.151Z] 256f393e029f: Preparing [2025-10-31T12:52:17.151Z] 99d6a70e8d21: Waiting [2025-10-31T12:52:17.151Z] 437342e97e2f: Waiting [2025-10-31T12:52:17.151Z] 86a313a05478: Waiting [2025-10-31T12:52:17.151Z] c44031faf136: Waiting [2025-10-31T12:52:17.151Z] 256f393e029f: Waiting [2025-10-31T12:52:17.151Z] f65e197e8328: Layer already exists [2025-10-31T12:52:17.151Z] e8093fedabcd: Layer already exists [2025-10-31T12:52:17.151Z] 251756bc40db: Layer already exists [2025-10-31T12:52:17.151Z] fd321c4e3232: Layer already exists [2025-10-31T12:52:17.151Z] 627aae57634d: Layer already exists [2025-10-31T12:52:17.151Z] 99d6a70e8d21: Layer already exists [2025-10-31T12:52:17.151Z] 437342e97e2f: Layer already exists [2025-10-31T12:52:17.151Z] 86a313a05478: Layer already exists [2025-10-31T12:52:17.151Z] c44031faf136: Layer already exists [2025-10-31T12:52:17.151Z] 256f393e029f: Layer already exists [2025-10-31T12:52:17.151Z] latest: digest: sha256:3b6f722c6988ee0f879d295103752f14d4c20f24562f10381f0a6c8e51323c14 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:52:17.484Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:52:17.815Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.73 [2025-10-31T12:52:17.815Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-10-31T12:52:17.815Z] fd321c4e3232: Preparing [2025-10-31T12:52:17.815Z] e8093fedabcd: Preparing [2025-10-31T12:52:17.815Z] 627aae57634d: Preparing [2025-10-31T12:52:17.815Z] f65e197e8328: Preparing [2025-10-31T12:52:17.815Z] 251756bc40db: Preparing [2025-10-31T12:52:17.815Z] 99d6a70e8d21: Preparing [2025-10-31T12:52:17.815Z] 437342e97e2f: Preparing [2025-10-31T12:52:17.815Z] 86a313a05478: Preparing [2025-10-31T12:52:17.815Z] c44031faf136: Preparing [2025-10-31T12:52:17.815Z] 256f393e029f: Preparing [2025-10-31T12:52:17.815Z] 437342e97e2f: Waiting [2025-10-31T12:52:17.815Z] 86a313a05478: Waiting [2025-10-31T12:52:17.815Z] 99d6a70e8d21: Waiting [2025-10-31T12:52:17.815Z] c44031faf136: Waiting [2025-10-31T12:52:17.815Z] 256f393e029f: Waiting [2025-10-31T12:52:17.815Z] fd321c4e3232: Layer already exists [2025-10-31T12:52:17.815Z] f65e197e8328: Layer already exists [2025-10-31T12:52:17.815Z] 251756bc40db: Layer already exists [2025-10-31T12:52:17.815Z] 627aae57634d: Layer already exists [2025-10-31T12:52:17.815Z] e8093fedabcd: Layer already exists [2025-10-31T12:52:17.815Z] 86a313a05478: Layer already exists [2025-10-31T12:52:17.815Z] 437342e97e2f: Layer already exists [2025-10-31T12:52:17.815Z] 99d6a70e8d21: Layer already exists [2025-10-31T12:52:17.815Z] c44031faf136: Layer already exists [2025-10-31T12:52:17.815Z] 256f393e029f: Layer already exists [2025-10-31T12:52:17.815Z] 4.1.0-dev.73: digest: sha256:3b6f722c6988ee0f879d295103752f14d4c20f24562f10381f0a6c8e51323c14 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:52:18.145Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:52:18.479Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:52:18.479Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-10-31T12:52:18.479Z] fd321c4e3232: Preparing [2025-10-31T12:52:18.479Z] e8093fedabcd: Preparing [2025-10-31T12:52:18.479Z] 627aae57634d: Preparing [2025-10-31T12:52:18.479Z] f65e197e8328: Preparing [2025-10-31T12:52:18.479Z] 251756bc40db: Preparing [2025-10-31T12:52:18.479Z] 99d6a70e8d21: Preparing [2025-10-31T12:52:18.479Z] 437342e97e2f: Preparing [2025-10-31T12:52:18.479Z] 86a313a05478: Preparing [2025-10-31T12:52:18.479Z] c44031faf136: Preparing [2025-10-31T12:52:18.479Z] 99d6a70e8d21: Waiting [2025-10-31T12:52:18.479Z] 437342e97e2f: Waiting [2025-10-31T12:52:18.479Z] c44031faf136: Waiting [2025-10-31T12:52:18.479Z] 256f393e029f: Preparing [2025-10-31T12:52:18.479Z] 86a313a05478: Waiting [2025-10-31T12:52:18.479Z] 256f393e029f: Waiting [2025-10-31T12:52:18.479Z] 627aae57634d: Layer already exists [2025-10-31T12:52:18.479Z] fd321c4e3232: Layer already exists [2025-10-31T12:52:18.479Z] f65e197e8328: Layer already exists [2025-10-31T12:52:18.479Z] 251756bc40db: Layer already exists [2025-10-31T12:52:18.479Z] 437342e97e2f: Layer already exists [2025-10-31T12:52:18.479Z] 99d6a70e8d21: Layer already exists [2025-10-31T12:52:18.479Z] e8093fedabcd: Layer already exists [2025-10-31T12:52:18.479Z] 86a313a05478: Layer already exists [2025-10-31T12:52:18.479Z] 256f393e029f: Layer already exists [2025-10-31T12:52:18.479Z] c44031faf136: Layer already exists [2025-10-31T12:52:18.479Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73: digest: sha256:3b6f722c6988ee0f879d295103752f14d4c20f24562f10381f0a6c8e51323c14 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:52:18.815Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:52:19.146Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-10-31T12:52:19.146Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-10-31T12:52:19.146Z] fd321c4e3232: Preparing [2025-10-31T12:52:19.146Z] e8093fedabcd: Preparing [2025-10-31T12:52:19.146Z] 627aae57634d: Preparing [2025-10-31T12:52:19.146Z] f65e197e8328: Preparing [2025-10-31T12:52:19.146Z] 251756bc40db: Preparing [2025-10-31T12:52:19.146Z] 99d6a70e8d21: Preparing [2025-10-31T12:52:19.146Z] 437342e97e2f: Preparing [2025-10-31T12:52:19.146Z] 86a313a05478: Preparing [2025-10-31T12:52:19.146Z] c44031faf136: Preparing [2025-10-31T12:52:19.146Z] 256f393e029f: Preparing [2025-10-31T12:52:19.146Z] 99d6a70e8d21: Waiting [2025-10-31T12:52:19.146Z] 437342e97e2f: Waiting [2025-10-31T12:52:19.146Z] 86a313a05478: Waiting [2025-10-31T12:52:19.146Z] c44031faf136: Waiting [2025-10-31T12:52:19.146Z] 256f393e029f: Waiting [2025-10-31T12:52:19.146Z] 251756bc40db: Layer already exists [2025-10-31T12:52:19.146Z] 627aae57634d: Layer already exists [2025-10-31T12:52:19.146Z] e8093fedabcd: Layer already exists [2025-10-31T12:52:19.146Z] f65e197e8328: Layer already exists [2025-10-31T12:52:19.146Z] fd321c4e3232: Layer already exists [2025-10-31T12:52:19.146Z] c44031faf136: Layer already exists [2025-10-31T12:52:19.146Z] 99d6a70e8d21: Layer already exists [2025-10-31T12:52:19.146Z] 437342e97e2f: Layer already exists [2025-10-31T12:52:19.146Z] 86a313a05478: Layer already exists [2025-10-31T12:52:19.146Z] 256f393e029f: Layer already exists [2025-10-31T12:52:19.146Z] main: digest: sha256:3b6f722c6988ee0f879d295103752f14d4c20f24562f10381f0a6c8e51323c14 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-10-31T12:52:19.237Z] ===================================================== [Pipeline] echo [2025-10-31T12:52:19.250Z] taggedImages: [2025-10-31T12:52:19.250Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:52:19.250Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-10-31T12:52:19.250Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.73 [2025-10-31T12:52:19.250Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:52:19.250Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2025-10-31T12:52:19.276Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2025-10-31T12:52:19.276Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:52:19.276Z] latest [2025-10-31T12:52:19.276Z] 4.1.0-dev.73 [2025-10-31T12:52:19.276Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:52:19.276Z] main [2025-10-31T12:52:19.276Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:52:19.630Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:52:19.957Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:52:19.957Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-10-31T12:52:19.957Z] b7edb65002ae: Preparing [2025-10-31T12:52:19.957Z] 3e6f43ffe988: Preparing [2025-10-31T12:52:19.957Z] b245dfe60d44: Preparing [2025-10-31T12:52:19.957Z] f65e197e8328: Preparing [2025-10-31T12:52:19.957Z] 251756bc40db: Preparing [2025-10-31T12:52:19.957Z] 7196798d69ab: Preparing [2025-10-31T12:52:19.957Z] 2811ebb031bc: Preparing [2025-10-31T12:52:19.957Z] f82ebb5b54d7: Preparing [2025-10-31T12:52:19.957Z] 256f393e029f: Preparing [2025-10-31T12:52:19.957Z] 7196798d69ab: Waiting [2025-10-31T12:52:19.957Z] 2811ebb031bc: Waiting [2025-10-31T12:52:19.957Z] f82ebb5b54d7: Waiting [2025-10-31T12:52:19.957Z] 256f393e029f: Waiting [2025-10-31T12:52:19.957Z] 251756bc40db: Layer already exists [2025-10-31T12:52:19.957Z] f65e197e8328: Layer already exists [2025-10-31T12:52:19.957Z] b245dfe60d44: Pushed [2025-10-31T12:52:19.957Z] 2811ebb031bc: Pushed [2025-10-31T12:52:19.957Z] b7edb65002ae: Pushed [2025-10-31T12:52:19.957Z] 3e6f43ffe988: Pushed [2025-10-31T12:52:19.957Z] 256f393e029f: Layer already exists [2025-10-31T12:52:20.527Z] f82ebb5b54d7: Pushed [2025-10-31T12:52:32.734Z] 7196798d69ab: Pushed [2025-10-31T12:52:32.734Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b: digest: sha256:20abdae6211d585486af21a59ea389b12cc19d03a3a79e3cb757d04eb1a56f28 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:52:33.070Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:52:33.405Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-10-31T12:52:33.405Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-10-31T12:52:33.405Z] b7edb65002ae: Preparing [2025-10-31T12:52:33.405Z] 3e6f43ffe988: Preparing [2025-10-31T12:52:33.405Z] b245dfe60d44: Preparing [2025-10-31T12:52:33.405Z] f65e197e8328: Preparing [2025-10-31T12:52:33.405Z] 251756bc40db: Preparing [2025-10-31T12:52:33.405Z] 7196798d69ab: Preparing [2025-10-31T12:52:33.405Z] 2811ebb031bc: Preparing [2025-10-31T12:52:33.405Z] f82ebb5b54d7: Preparing [2025-10-31T12:52:33.405Z] 256f393e029f: Preparing [2025-10-31T12:52:33.405Z] 7196798d69ab: Waiting [2025-10-31T12:52:33.405Z] f82ebb5b54d7: Waiting [2025-10-31T12:52:33.405Z] 256f393e029f: Waiting [2025-10-31T12:52:33.405Z] 2811ebb031bc: Waiting [2025-10-31T12:52:33.405Z] b245dfe60d44: Layer already exists [2025-10-31T12:52:33.405Z] 3e6f43ffe988: Layer already exists [2025-10-31T12:52:33.405Z] f65e197e8328: Layer already exists [2025-10-31T12:52:33.405Z] b7edb65002ae: Layer already exists [2025-10-31T12:52:33.405Z] 251756bc40db: Layer already exists [2025-10-31T12:52:33.405Z] 2811ebb031bc: Layer already exists [2025-10-31T12:52:33.405Z] 7196798d69ab: Layer already exists [2025-10-31T12:52:33.405Z] f82ebb5b54d7: Layer already exists [2025-10-31T12:52:33.405Z] 256f393e029f: Layer already exists [2025-10-31T12:52:33.405Z] latest: digest: sha256:20abdae6211d585486af21a59ea389b12cc19d03a3a79e3cb757d04eb1a56f28 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:52:33.752Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:52:34.082Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.73 [2025-10-31T12:52:34.082Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-10-31T12:52:34.082Z] b7edb65002ae: Preparing [2025-10-31T12:52:34.082Z] 3e6f43ffe988: Preparing [2025-10-31T12:52:34.082Z] b245dfe60d44: Preparing [2025-10-31T12:52:34.082Z] f65e197e8328: Preparing [2025-10-31T12:52:34.082Z] 251756bc40db: Preparing [2025-10-31T12:52:34.082Z] 7196798d69ab: Preparing [2025-10-31T12:52:34.082Z] 2811ebb031bc: Preparing [2025-10-31T12:52:34.082Z] f82ebb5b54d7: Preparing [2025-10-31T12:52:34.082Z] 256f393e029f: Preparing [2025-10-31T12:52:34.082Z] 2811ebb031bc: Waiting [2025-10-31T12:52:34.082Z] f82ebb5b54d7: Waiting [2025-10-31T12:52:34.082Z] 256f393e029f: Waiting [2025-10-31T12:52:34.082Z] 7196798d69ab: Waiting [2025-10-31T12:52:34.082Z] 3e6f43ffe988: Layer already exists [2025-10-31T12:52:34.082Z] 251756bc40db: Layer already exists [2025-10-31T12:52:34.082Z] f65e197e8328: Layer already exists [2025-10-31T12:52:34.082Z] b245dfe60d44: Layer already exists [2025-10-31T12:52:34.082Z] b7edb65002ae: Layer already exists [2025-10-31T12:52:34.082Z] 256f393e029f: Layer already exists [2025-10-31T12:52:34.082Z] f82ebb5b54d7: Layer already exists [2025-10-31T12:52:34.082Z] 2811ebb031bc: Layer already exists [2025-10-31T12:52:34.082Z] 7196798d69ab: Layer already exists [2025-10-31T12:52:34.082Z] 4.1.0-dev.73: digest: sha256:20abdae6211d585486af21a59ea389b12cc19d03a3a79e3cb757d04eb1a56f28 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:52:34.423Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:52:34.768Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:52:34.768Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-10-31T12:52:34.768Z] b7edb65002ae: Preparing [2025-10-31T12:52:34.768Z] 3e6f43ffe988: Preparing [2025-10-31T12:52:34.768Z] b245dfe60d44: Preparing [2025-10-31T12:52:34.768Z] f65e197e8328: Preparing [2025-10-31T12:52:34.768Z] 251756bc40db: Preparing [2025-10-31T12:52:34.768Z] 7196798d69ab: Preparing [2025-10-31T12:52:34.768Z] 2811ebb031bc: Preparing [2025-10-31T12:52:34.768Z] f82ebb5b54d7: Preparing [2025-10-31T12:52:34.768Z] 256f393e029f: Preparing [2025-10-31T12:52:34.768Z] 7196798d69ab: Waiting [2025-10-31T12:52:34.768Z] f82ebb5b54d7: Waiting [2025-10-31T12:52:34.768Z] 2811ebb031bc: Waiting [2025-10-31T12:52:34.768Z] 256f393e029f: Waiting [2025-10-31T12:52:34.768Z] b245dfe60d44: Layer already exists [2025-10-31T12:52:34.768Z] 3e6f43ffe988: Layer already exists [2025-10-31T12:52:34.768Z] b7edb65002ae: Layer already exists [2025-10-31T12:52:34.768Z] 251756bc40db: Layer already exists [2025-10-31T12:52:34.768Z] f65e197e8328: Layer already exists [2025-10-31T12:52:34.768Z] 256f393e029f: Layer already exists [2025-10-31T12:52:34.768Z] 7196798d69ab: Layer already exists [2025-10-31T12:52:34.768Z] 2811ebb031bc: Layer already exists [2025-10-31T12:52:34.768Z] f82ebb5b54d7: Layer already exists [2025-10-31T12:52:34.768Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73: digest: sha256:20abdae6211d585486af21a59ea389b12cc19d03a3a79e3cb757d04eb1a56f28 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:52:35.103Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:52:35.440Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-10-31T12:52:35.440Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-10-31T12:52:35.440Z] b7edb65002ae: Preparing [2025-10-31T12:52:35.440Z] 3e6f43ffe988: Preparing [2025-10-31T12:52:35.440Z] b245dfe60d44: Preparing [2025-10-31T12:52:35.440Z] f65e197e8328: Preparing [2025-10-31T12:52:35.440Z] 251756bc40db: Preparing [2025-10-31T12:52:35.440Z] 7196798d69ab: Preparing [2025-10-31T12:52:35.440Z] 2811ebb031bc: Preparing [2025-10-31T12:52:35.440Z] f82ebb5b54d7: Preparing [2025-10-31T12:52:35.440Z] 256f393e029f: Preparing [2025-10-31T12:52:35.440Z] f82ebb5b54d7: Waiting [2025-10-31T12:52:35.440Z] 7196798d69ab: Waiting [2025-10-31T12:52:35.440Z] 256f393e029f: Waiting [2025-10-31T12:52:35.440Z] 2811ebb031bc: Waiting [2025-10-31T12:52:35.440Z] 3e6f43ffe988: Layer already exists [2025-10-31T12:52:35.440Z] b245dfe60d44: Layer already exists [2025-10-31T12:52:35.440Z] 251756bc40db: Layer already exists [2025-10-31T12:52:35.440Z] f65e197e8328: Layer already exists [2025-10-31T12:52:35.440Z] 7196798d69ab: Layer already exists [2025-10-31T12:52:35.440Z] f82ebb5b54d7: Layer already exists [2025-10-31T12:52:35.440Z] 2811ebb031bc: Layer already exists [2025-10-31T12:52:35.440Z] 256f393e029f: Layer already exists [2025-10-31T12:52:35.440Z] b7edb65002ae: Layer already exists [2025-10-31T12:52:35.440Z] main: digest: sha256:20abdae6211d585486af21a59ea389b12cc19d03a3a79e3cb757d04eb1a56f28 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-10-31T12:52:35.529Z] ===================================================== [Pipeline] echo [2025-10-31T12:52:35.545Z] taggedImages: [2025-10-31T12:52:35.545Z] - nexus3.edgexfoundry.org:10004/security-spire-config:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:52:35.545Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-10-31T12:52:35.545Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.73 [2025-10-31T12:52:35.545Z] - nexus3.edgexfoundry.org:10004/security-spire-config:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:52:35.545Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2025-10-31T12:52:35.572Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2025-10-31T12:52:35.572Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:52:35.572Z] latest [2025-10-31T12:52:35.572Z] 4.1.0-dev.73 [2025-10-31T12:52:35.572Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:52:35.572Z] main [2025-10-31T12:52:35.572Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:52:35.944Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:52:36.275Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:52:36.275Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-10-31T12:52:36.275Z] 7ac7514f378d: Preparing [2025-10-31T12:52:36.275Z] 6ca2b88f7c53: Preparing [2025-10-31T12:52:36.275Z] 678f08cdada5: Preparing [2025-10-31T12:52:36.275Z] f65e197e8328: Preparing [2025-10-31T12:52:36.275Z] 251756bc40db: Preparing [2025-10-31T12:52:36.275Z] 7196798d69ab: Preparing [2025-10-31T12:52:36.275Z] 86a313a05478: Preparing [2025-10-31T12:52:36.275Z] c44031faf136: Preparing [2025-10-31T12:52:36.275Z] 256f393e029f: Preparing [2025-10-31T12:52:36.275Z] c44031faf136: Waiting [2025-10-31T12:52:36.275Z] 7196798d69ab: Waiting [2025-10-31T12:52:36.275Z] 256f393e029f: Waiting [2025-10-31T12:52:36.275Z] 86a313a05478: Waiting [2025-10-31T12:52:36.275Z] 251756bc40db: Layer already exists [2025-10-31T12:52:36.275Z] 678f08cdada5: Pushed [2025-10-31T12:52:36.275Z] 6ca2b88f7c53: Pushed [2025-10-31T12:52:36.275Z] f65e197e8328: Layer already exists [2025-10-31T12:52:36.275Z] 7196798d69ab: Layer already exists [2025-10-31T12:52:36.275Z] 7ac7514f378d: Pushed [2025-10-31T12:52:36.534Z] 86a313a05478: Layer already exists [2025-10-31T12:52:36.534Z] c44031faf136: Layer already exists [2025-10-31T12:52:36.534Z] 256f393e029f: Layer already exists [2025-10-31T12:52:36.534Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b: digest: sha256:c9760aa8855a66c02caf821e3e92c2a65798c657ca53ee668f1ccb040ea98555 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:52:36.872Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:52:37.203Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-10-31T12:52:37.203Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-10-31T12:52:37.203Z] 7ac7514f378d: Preparing [2025-10-31T12:52:37.203Z] 6ca2b88f7c53: Preparing [2025-10-31T12:52:37.203Z] 678f08cdada5: Preparing [2025-10-31T12:52:37.203Z] f65e197e8328: Preparing [2025-10-31T12:52:37.203Z] 251756bc40db: Preparing [2025-10-31T12:52:37.204Z] 7196798d69ab: Preparing [2025-10-31T12:52:37.204Z] 86a313a05478: Preparing [2025-10-31T12:52:37.204Z] c44031faf136: Preparing [2025-10-31T12:52:37.204Z] 256f393e029f: Preparing [2025-10-31T12:52:37.204Z] 7196798d69ab: Waiting [2025-10-31T12:52:37.204Z] 86a313a05478: Waiting [2025-10-31T12:52:37.204Z] c44031faf136: Waiting [2025-10-31T12:52:37.204Z] 256f393e029f: Waiting [2025-10-31T12:52:37.204Z] 6ca2b88f7c53: Layer already exists [2025-10-31T12:52:37.204Z] 7ac7514f378d: Layer already exists [2025-10-31T12:52:37.204Z] 678f08cdada5: Layer already exists [2025-10-31T12:52:37.204Z] 251756bc40db: Layer already exists [2025-10-31T12:52:37.204Z] f65e197e8328: Layer already exists [2025-10-31T12:52:37.204Z] c44031faf136: Layer already exists [2025-10-31T12:52:37.204Z] 256f393e029f: Layer already exists [2025-10-31T12:52:37.204Z] 86a313a05478: Layer already exists [2025-10-31T12:52:37.204Z] 7196798d69ab: Layer already exists [2025-10-31T12:52:37.204Z] latest: digest: sha256:c9760aa8855a66c02caf821e3e92c2a65798c657ca53ee668f1ccb040ea98555 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:52:37.543Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:52:37.885Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.73 [2025-10-31T12:52:37.885Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-10-31T12:52:37.885Z] 7ac7514f378d: Preparing [2025-10-31T12:52:37.885Z] 6ca2b88f7c53: Preparing [2025-10-31T12:52:37.885Z] 678f08cdada5: Preparing [2025-10-31T12:52:37.885Z] f65e197e8328: Preparing [2025-10-31T12:52:37.885Z] 251756bc40db: Preparing [2025-10-31T12:52:37.885Z] 7196798d69ab: Preparing [2025-10-31T12:52:37.885Z] 86a313a05478: Preparing [2025-10-31T12:52:37.885Z] c44031faf136: Preparing [2025-10-31T12:52:37.885Z] 256f393e029f: Preparing [2025-10-31T12:52:37.885Z] 7196798d69ab: Waiting [2025-10-31T12:52:37.885Z] 86a313a05478: Waiting [2025-10-31T12:52:37.885Z] c44031faf136: Waiting [2025-10-31T12:52:37.885Z] 256f393e029f: Waiting [2025-10-31T12:52:37.885Z] 6ca2b88f7c53: Layer already exists [2025-10-31T12:52:37.885Z] 251756bc40db: Layer already exists [2025-10-31T12:52:37.885Z] 7ac7514f378d: Layer already exists [2025-10-31T12:52:37.885Z] f65e197e8328: Layer already exists [2025-10-31T12:52:37.885Z] 678f08cdada5: Layer already exists [2025-10-31T12:52:37.885Z] 7196798d69ab: Layer already exists [2025-10-31T12:52:37.885Z] 86a313a05478: Layer already exists [2025-10-31T12:52:37.885Z] c44031faf136: Layer already exists [2025-10-31T12:52:37.885Z] 256f393e029f: Layer already exists [2025-10-31T12:52:37.885Z] 4.1.0-dev.73: digest: sha256:c9760aa8855a66c02caf821e3e92c2a65798c657ca53ee668f1ccb040ea98555 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:52:38.233Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:52:38.573Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:52:38.573Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-10-31T12:52:38.573Z] 7ac7514f378d: Preparing [2025-10-31T12:52:38.573Z] 6ca2b88f7c53: Preparing [2025-10-31T12:52:38.573Z] 678f08cdada5: Preparing [2025-10-31T12:52:38.573Z] f65e197e8328: Preparing [2025-10-31T12:52:38.573Z] 251756bc40db: Preparing [2025-10-31T12:52:38.573Z] 7196798d69ab: Preparing [2025-10-31T12:52:38.573Z] 86a313a05478: Preparing [2025-10-31T12:52:38.573Z] c44031faf136: Preparing [2025-10-31T12:52:38.573Z] 256f393e029f: Preparing [2025-10-31T12:52:38.573Z] 7196798d69ab: Waiting [2025-10-31T12:52:38.573Z] c44031faf136: Waiting [2025-10-31T12:52:38.573Z] 256f393e029f: Waiting [2025-10-31T12:52:38.573Z] 86a313a05478: Waiting [2025-10-31T12:52:38.573Z] 251756bc40db: Layer already exists [2025-10-31T12:52:38.573Z] 6ca2b88f7c53: Layer already exists [2025-10-31T12:52:38.573Z] 7ac7514f378d: Layer already exists [2025-10-31T12:52:38.573Z] f65e197e8328: Layer already exists [2025-10-31T12:52:38.573Z] 678f08cdada5: Layer already exists [2025-10-31T12:52:38.573Z] 7196798d69ab: Layer already exists [2025-10-31T12:52:38.573Z] c44031faf136: Layer already exists [2025-10-31T12:52:38.573Z] 86a313a05478: Layer already exists [2025-10-31T12:52:38.573Z] 256f393e029f: Layer already exists [2025-10-31T12:52:38.573Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73: digest: sha256:c9760aa8855a66c02caf821e3e92c2a65798c657ca53ee668f1ccb040ea98555 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:52:38.922Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:52:39.345Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-10-31T12:52:39.345Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-10-31T12:52:39.345Z] 7ac7514f378d: Preparing [2025-10-31T12:52:39.345Z] 6ca2b88f7c53: Preparing [2025-10-31T12:52:39.345Z] 678f08cdada5: Preparing [2025-10-31T12:52:39.345Z] f65e197e8328: Preparing [2025-10-31T12:52:39.345Z] 251756bc40db: Preparing [2025-10-31T12:52:39.345Z] 7196798d69ab: Preparing [2025-10-31T12:52:39.345Z] 86a313a05478: Preparing [2025-10-31T12:52:39.345Z] c44031faf136: Preparing [2025-10-31T12:52:39.345Z] 256f393e029f: Preparing [2025-10-31T12:52:39.345Z] 7196798d69ab: Waiting [2025-10-31T12:52:39.345Z] 86a313a05478: Waiting [2025-10-31T12:52:39.345Z] c44031faf136: Waiting [2025-10-31T12:52:39.345Z] 256f393e029f: Waiting [2025-10-31T12:52:39.345Z] 7ac7514f378d: Layer already exists [2025-10-31T12:52:39.345Z] 678f08cdada5: Layer already exists [2025-10-31T12:52:39.345Z] 251756bc40db: Layer already exists [2025-10-31T12:52:39.345Z] f65e197e8328: Layer already exists [2025-10-31T12:52:39.345Z] 6ca2b88f7c53: Layer already exists [2025-10-31T12:52:39.345Z] c44031faf136: Layer already exists [2025-10-31T12:52:39.345Z] 7196798d69ab: Layer already exists [2025-10-31T12:52:39.345Z] 86a313a05478: Layer already exists [2025-10-31T12:52:39.345Z] 256f393e029f: Layer already exists [2025-10-31T12:52:39.345Z] main: digest: sha256:c9760aa8855a66c02caf821e3e92c2a65798c657ca53ee668f1ccb040ea98555 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-10-31T12:52:39.437Z] ===================================================== [Pipeline] echo [2025-10-31T12:52:39.457Z] taggedImages: [2025-10-31T12:52:39.457Z] - nexus3.edgexfoundry.org:10004/security-spire-server:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:52:39.457Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-10-31T12:52:39.457Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.73 [2025-10-31T12:52:39.457Z] - nexus3.edgexfoundry.org:10004/security-spire-server:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:52:39.457Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2025-10-31T12:52:39.493Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2025-10-31T12:52:39.493Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:52:39.493Z] latest [2025-10-31T12:52:39.493Z] 4.1.0-dev.73 [2025-10-31T12:52:39.493Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:52:39.493Z] main [2025-10-31T12:52:39.493Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:52:39.859Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:52:40.189Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:52:40.189Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-10-31T12:52:40.189Z] dee3fa5d0083: Preparing [2025-10-31T12:52:40.189Z] 170000fb0697: Preparing [2025-10-31T12:52:40.189Z] f65e197e8328: Preparing [2025-10-31T12:52:40.189Z] 251756bc40db: Preparing [2025-10-31T12:52:40.189Z] 3fa123e26d81: Preparing [2025-10-31T12:52:40.189Z] c5426777a92f: Preparing [2025-10-31T12:52:40.189Z] 256f393e029f: Preparing [2025-10-31T12:52:40.189Z] c5426777a92f: Waiting [2025-10-31T12:52:40.189Z] 256f393e029f: Waiting [2025-10-31T12:52:40.189Z] 251756bc40db: Layer already exists [2025-10-31T12:52:40.189Z] f65e197e8328: Layer already exists [2025-10-31T12:52:40.189Z] 3fa123e26d81: Pushed [2025-10-31T12:52:40.189Z] 256f393e029f: Layer already exists [2025-10-31T12:52:40.189Z] dee3fa5d0083: Pushed [2025-10-31T12:52:40.759Z] c5426777a92f: Pushed [2025-10-31T12:52:44.048Z] 170000fb0697: Pushed [2025-10-31T12:52:44.616Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b: digest: sha256:a380912dd4b1ad98cf6a8e7057912ceaf2749b02f97fc05700e04c7e82d1d37c size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:52:44.952Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:52:45.289Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-10-31T12:52:45.289Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-10-31T12:52:45.289Z] dee3fa5d0083: Preparing [2025-10-31T12:52:45.289Z] 170000fb0697: Preparing [2025-10-31T12:52:45.289Z] f65e197e8328: Preparing [2025-10-31T12:52:45.289Z] 251756bc40db: Preparing [2025-10-31T12:52:45.289Z] 3fa123e26d81: Preparing [2025-10-31T12:52:45.289Z] c5426777a92f: Preparing [2025-10-31T12:52:45.289Z] 256f393e029f: Preparing [2025-10-31T12:52:45.289Z] c5426777a92f: Waiting [2025-10-31T12:52:45.289Z] 256f393e029f: Waiting [2025-10-31T12:52:45.289Z] 3fa123e26d81: Layer already exists [2025-10-31T12:52:45.289Z] 170000fb0697: Layer already exists [2025-10-31T12:52:45.289Z] dee3fa5d0083: Layer already exists [2025-10-31T12:52:45.289Z] f65e197e8328: Layer already exists [2025-10-31T12:52:45.289Z] 251756bc40db: Layer already exists [2025-10-31T12:52:45.289Z] c5426777a92f: Layer already exists [2025-10-31T12:52:45.289Z] 256f393e029f: Layer already exists [2025-10-31T12:52:45.289Z] latest: digest: sha256:a380912dd4b1ad98cf6a8e7057912ceaf2749b02f97fc05700e04c7e82d1d37c size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:52:45.629Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:52:45.966Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.73 [2025-10-31T12:52:45.966Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-10-31T12:52:45.966Z] dee3fa5d0083: Preparing [2025-10-31T12:52:45.966Z] 170000fb0697: Preparing [2025-10-31T12:52:45.966Z] f65e197e8328: Preparing [2025-10-31T12:52:45.966Z] 251756bc40db: Preparing [2025-10-31T12:52:45.966Z] 3fa123e26d81: Preparing [2025-10-31T12:52:45.966Z] c5426777a92f: Preparing [2025-10-31T12:52:45.966Z] 256f393e029f: Preparing [2025-10-31T12:52:45.966Z] c5426777a92f: Waiting [2025-10-31T12:52:45.966Z] 256f393e029f: Waiting [2025-10-31T12:52:45.966Z] 251756bc40db: Layer already exists [2025-10-31T12:52:45.966Z] 3fa123e26d81: Layer already exists [2025-10-31T12:52:45.966Z] dee3fa5d0083: Layer already exists [2025-10-31T12:52:45.966Z] 170000fb0697: Layer already exists [2025-10-31T12:52:45.966Z] c5426777a92f: Layer already exists [2025-10-31T12:52:45.966Z] 256f393e029f: Layer already exists [2025-10-31T12:52:45.966Z] f65e197e8328: Layer already exists [2025-10-31T12:52:45.966Z] 4.1.0-dev.73: digest: sha256:a380912dd4b1ad98cf6a8e7057912ceaf2749b02f97fc05700e04c7e82d1d37c size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:52:46.300Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:52:46.639Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:52:46.639Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-10-31T12:52:46.639Z] dee3fa5d0083: Preparing [2025-10-31T12:52:46.639Z] 170000fb0697: Preparing [2025-10-31T12:52:46.639Z] f65e197e8328: Preparing [2025-10-31T12:52:46.639Z] 251756bc40db: Preparing [2025-10-31T12:52:46.639Z] 3fa123e26d81: Preparing [2025-10-31T12:52:46.639Z] c5426777a92f: Preparing [2025-10-31T12:52:46.639Z] 256f393e029f: Preparing [2025-10-31T12:52:46.639Z] c5426777a92f: Waiting [2025-10-31T12:52:46.639Z] 256f393e029f: Waiting [2025-10-31T12:52:46.639Z] 3fa123e26d81: Layer already exists [2025-10-31T12:52:46.639Z] dee3fa5d0083: Layer already exists [2025-10-31T12:52:46.639Z] 251756bc40db: Layer already exists [2025-10-31T12:52:46.639Z] 170000fb0697: Layer already exists [2025-10-31T12:52:46.639Z] f65e197e8328: Layer already exists [2025-10-31T12:52:46.639Z] c5426777a92f: Layer already exists [2025-10-31T12:52:46.639Z] 256f393e029f: Layer already exists [2025-10-31T12:52:46.639Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73: digest: sha256:a380912dd4b1ad98cf6a8e7057912ceaf2749b02f97fc05700e04c7e82d1d37c size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:52:46.976Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:52:47.311Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2025-10-31T12:52:47.311Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-10-31T12:52:47.311Z] dee3fa5d0083: Preparing [2025-10-31T12:52:47.311Z] 170000fb0697: Preparing [2025-10-31T12:52:47.311Z] f65e197e8328: Preparing [2025-10-31T12:52:47.311Z] 251756bc40db: Preparing [2025-10-31T12:52:47.311Z] 3fa123e26d81: Preparing [2025-10-31T12:52:47.311Z] c5426777a92f: Preparing [2025-10-31T12:52:47.311Z] 256f393e029f: Preparing [2025-10-31T12:52:47.311Z] 256f393e029f: Waiting [2025-10-31T12:52:47.311Z] c5426777a92f: Waiting [2025-10-31T12:52:47.311Z] f65e197e8328: Layer already exists [2025-10-31T12:52:47.311Z] 3fa123e26d81: Layer already exists [2025-10-31T12:52:47.311Z] 170000fb0697: Layer already exists [2025-10-31T12:52:47.311Z] 251756bc40db: Layer already exists [2025-10-31T12:52:47.311Z] dee3fa5d0083: Layer already exists [2025-10-31T12:52:47.311Z] c5426777a92f: Layer already exists [2025-10-31T12:52:47.311Z] 256f393e029f: Layer already exists [2025-10-31T12:52:47.311Z] main: digest: sha256:a380912dd4b1ad98cf6a8e7057912ceaf2749b02f97fc05700e04c7e82d1d37c size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-10-31T12:52:47.405Z] ===================================================== [Pipeline] echo [2025-10-31T12:52:47.424Z] taggedImages: [2025-10-31T12:52:47.424Z] - nexus3.edgexfoundry.org:10004/support-notifications:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:52:47.424Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-10-31T12:52:47.424Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.73 [2025-10-31T12:52:47.424Z] - nexus3.edgexfoundry.org:10004/support-notifications:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:52:47.424Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2025-10-31T12:52:47.456Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2025-10-31T12:52:47.456Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:52:47.456Z] latest [2025-10-31T12:52:47.456Z] 4.1.0-dev.73 [2025-10-31T12:52:47.456Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:52:47.456Z] main [2025-10-31T12:52:47.456Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:52:47.823Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:52:48.161Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:52:48.161Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-10-31T12:52:48.161Z] fc951712b2b2: Preparing [2025-10-31T12:52:48.161Z] 53cce6756f21: Preparing [2025-10-31T12:52:48.161Z] f65e197e8328: Preparing [2025-10-31T12:52:48.161Z] 251756bc40db: Preparing [2025-10-31T12:52:48.161Z] 42f65f6f4a6f: Preparing [2025-10-31T12:52:48.161Z] 682ef52e5993: Preparing [2025-10-31T12:52:48.161Z] 256f393e029f: Preparing [2025-10-31T12:52:48.161Z] 682ef52e5993: Waiting [2025-10-31T12:52:48.161Z] 256f393e029f: Waiting [2025-10-31T12:52:48.161Z] 251756bc40db: Layer already exists [2025-10-31T12:52:48.161Z] f65e197e8328: Layer already exists [2025-10-31T12:52:48.161Z] 256f393e029f: Layer already exists [2025-10-31T12:52:48.161Z] 42f65f6f4a6f: Pushed [2025-10-31T12:52:48.161Z] fc951712b2b2: Pushed [2025-10-31T12:52:48.421Z] 682ef52e5993: Pushed [2025-10-31T12:52:51.710Z] 53cce6756f21: Pushed [2025-10-31T12:52:51.970Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b: digest: sha256:ace97f0f74680c04b19bba803acc5b2ebd60e732cd7280c33b7d346f6290be22 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:52:52.308Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:52:52.648Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-10-31T12:52:52.648Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-10-31T12:52:52.648Z] fc951712b2b2: Preparing [2025-10-31T12:52:52.648Z] 53cce6756f21: Preparing [2025-10-31T12:52:52.648Z] f65e197e8328: Preparing [2025-10-31T12:52:52.648Z] 251756bc40db: Preparing [2025-10-31T12:52:52.648Z] 42f65f6f4a6f: Preparing [2025-10-31T12:52:52.648Z] 682ef52e5993: Preparing [2025-10-31T12:52:52.648Z] 256f393e029f: Preparing [2025-10-31T12:52:52.648Z] 256f393e029f: Waiting [2025-10-31T12:52:52.648Z] 682ef52e5993: Waiting [2025-10-31T12:52:52.648Z] fc951712b2b2: Layer already exists [2025-10-31T12:52:52.648Z] 53cce6756f21: Layer already exists [2025-10-31T12:52:52.648Z] 251756bc40db: Layer already exists [2025-10-31T12:52:52.648Z] f65e197e8328: Layer already exists [2025-10-31T12:52:52.648Z] 42f65f6f4a6f: Layer already exists [2025-10-31T12:52:52.648Z] 256f393e029f: Layer already exists [2025-10-31T12:52:52.648Z] 682ef52e5993: Layer already exists [2025-10-31T12:52:52.648Z] latest: digest: sha256:ace97f0f74680c04b19bba803acc5b2ebd60e732cd7280c33b7d346f6290be22 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:52:52.986Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:52:53.325Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.73 [2025-10-31T12:52:53.325Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-10-31T12:52:53.325Z] fc951712b2b2: Preparing [2025-10-31T12:52:53.325Z] 53cce6756f21: Preparing [2025-10-31T12:52:53.325Z] f65e197e8328: Preparing [2025-10-31T12:52:53.325Z] 251756bc40db: Preparing [2025-10-31T12:52:53.325Z] 42f65f6f4a6f: Preparing [2025-10-31T12:52:53.325Z] 682ef52e5993: Preparing [2025-10-31T12:52:53.325Z] 256f393e029f: Preparing [2025-10-31T12:52:53.325Z] 682ef52e5993: Waiting [2025-10-31T12:52:53.325Z] 256f393e029f: Waiting [2025-10-31T12:52:53.325Z] f65e197e8328: Layer already exists [2025-10-31T12:52:53.325Z] 42f65f6f4a6f: Layer already exists [2025-10-31T12:52:53.325Z] 53cce6756f21: Layer already exists [2025-10-31T12:52:53.325Z] 251756bc40db: Layer already exists [2025-10-31T12:52:53.325Z] fc951712b2b2: Layer already exists [2025-10-31T12:52:53.325Z] 682ef52e5993: Layer already exists [2025-10-31T12:52:53.325Z] 256f393e029f: Layer already exists [2025-10-31T12:52:53.325Z] 4.1.0-dev.73: digest: sha256:ace97f0f74680c04b19bba803acc5b2ebd60e732cd7280c33b7d346f6290be22 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:52:53.655Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:52:53.986Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:52:53.986Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-10-31T12:52:53.986Z] fc951712b2b2: Preparing [2025-10-31T12:52:53.986Z] 53cce6756f21: Preparing [2025-10-31T12:52:53.986Z] f65e197e8328: Preparing [2025-10-31T12:52:53.986Z] 251756bc40db: Preparing [2025-10-31T12:52:53.986Z] 42f65f6f4a6f: Preparing [2025-10-31T12:52:53.986Z] 682ef52e5993: Preparing [2025-10-31T12:52:53.986Z] 256f393e029f: Preparing [2025-10-31T12:52:53.986Z] 682ef52e5993: Waiting [2025-10-31T12:52:53.986Z] 256f393e029f: Waiting [2025-10-31T12:52:53.986Z] f65e197e8328: Layer already exists [2025-10-31T12:52:53.986Z] fc951712b2b2: Layer already exists [2025-10-31T12:52:53.986Z] 251756bc40db: Layer already exists [2025-10-31T12:52:53.986Z] 53cce6756f21: Layer already exists [2025-10-31T12:52:53.986Z] 42f65f6f4a6f: Layer already exists [2025-10-31T12:52:53.986Z] 682ef52e5993: Layer already exists [2025-10-31T12:52:53.986Z] 256f393e029f: Layer already exists [2025-10-31T12:52:53.986Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73: digest: sha256:ace97f0f74680c04b19bba803acc5b2ebd60e732cd7280c33b7d346f6290be22 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:52:54.321Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:52:54.654Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-10-31T12:52:54.654Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-10-31T12:52:54.654Z] fc951712b2b2: Preparing [2025-10-31T12:52:54.654Z] 53cce6756f21: Preparing [2025-10-31T12:52:54.654Z] f65e197e8328: Preparing [2025-10-31T12:52:54.654Z] 251756bc40db: Preparing [2025-10-31T12:52:54.654Z] 42f65f6f4a6f: Preparing [2025-10-31T12:52:54.654Z] 682ef52e5993: Preparing [2025-10-31T12:52:54.654Z] 256f393e029f: Preparing [2025-10-31T12:52:54.654Z] 256f393e029f: Waiting [2025-10-31T12:52:54.654Z] 682ef52e5993: Waiting [2025-10-31T12:52:54.654Z] 53cce6756f21: Layer already exists [2025-10-31T12:52:54.654Z] f65e197e8328: Layer already exists [2025-10-31T12:52:54.654Z] fc951712b2b2: Layer already exists [2025-10-31T12:52:54.654Z] 251756bc40db: Layer already exists [2025-10-31T12:52:54.654Z] 42f65f6f4a6f: Layer already exists [2025-10-31T12:52:54.654Z] 682ef52e5993: Layer already exists [2025-10-31T12:52:54.654Z] 256f393e029f: Layer already exists [2025-10-31T12:52:54.654Z] main: digest: sha256:ace97f0f74680c04b19bba803acc5b2ebd60e732cd7280c33b7d346f6290be22 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-10-31T12:52:54.741Z] ===================================================== [Pipeline] echo [2025-10-31T12:52:54.758Z] taggedImages: [2025-10-31T12:52:54.758Z] - nexus3.edgexfoundry.org:10004/support-scheduler:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:52:54.758Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-10-31T12:52:54.758Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.73 [2025-10-31T12:52:54.758Z] - nexus3.edgexfoundry.org:10004/support-scheduler:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:52:54.758Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo [2025-10-31T12:52:54.861Z] ========================================================= [2025-10-31T12:52:54.861Z] [edgeXBuildMultiArch] RAW Config: [2025-10-31T12:52:54.861Z] images: [2025-10-31T12:52:54.861Z] - nexus3.edgexfoundry.org:10004/core-command:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:52:54.861Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2025-10-31T12:52:54.861Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.73 [2025-10-31T12:52:54.861Z] - nexus3.edgexfoundry.org:10004/core-command:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:52:54.861Z] - nexus3.edgexfoundry.org:10004/core-command:main [2025-10-31T12:52:54.861Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:52:54.861Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-10-31T12:52:54.861Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.73 [2025-10-31T12:52:54.861Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:52:54.861Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-10-31T12:52:54.861Z] - nexus3.edgexfoundry.org:10004/core-data:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:52:54.861Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2025-10-31T12:52:54.861Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.73 [2025-10-31T12:52:54.861Z] - nexus3.edgexfoundry.org:10004/core-data:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:52:54.861Z] - nexus3.edgexfoundry.org:10004/core-data:main [2025-10-31T12:52:54.861Z] - nexus3.edgexfoundry.org:10004/core-keeper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:52:54.861Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-10-31T12:52:54.861Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.73 [2025-10-31T12:52:54.861Z] - nexus3.edgexfoundry.org:10004/core-keeper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:52:54.861Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [2025-10-31T12:52:54.861Z] - nexus3.edgexfoundry.org:10004/core-metadata:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:52:54.861Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-10-31T12:52:54.861Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.73 [2025-10-31T12:52:54.861Z] - nexus3.edgexfoundry.org:10004/core-metadata:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:52:54.861Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [2025-10-31T12:52:54.861Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:52:54.861Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-10-31T12:52:54.861Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.73 [2025-10-31T12:52:54.861Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:52:54.861Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-10-31T12:52:54.861Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:52:54.861Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-10-31T12:52:54.861Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.73 [2025-10-31T12:52:54.861Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:52:54.861Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-10-31T12:52:54.861Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:52:54.861Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-10-31T12:52:54.861Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.73 [2025-10-31T12:52:54.861Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:52:54.861Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-10-31T12:52:54.861Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:52:54.861Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-10-31T12:52:54.861Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.73 [2025-10-31T12:52:54.861Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:52:54.861Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-10-31T12:52:54.861Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:52:54.861Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-10-31T12:52:54.861Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.73 [2025-10-31T12:52:54.861Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:52:54.861Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-10-31T12:52:54.861Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:52:54.861Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-10-31T12:52:54.861Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.73 [2025-10-31T12:52:54.861Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:52:54.861Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-10-31T12:52:54.861Z] - nexus3.edgexfoundry.org:10004/security-spire-config:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:52:54.861Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-10-31T12:52:54.861Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.73 [2025-10-31T12:52:54.861Z] - nexus3.edgexfoundry.org:10004/security-spire-config:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:52:54.861Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-10-31T12:52:54.861Z] - nexus3.edgexfoundry.org:10004/security-spire-server:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:52:54.861Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-10-31T12:52:54.861Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.73 [2025-10-31T12:52:54.861Z] - nexus3.edgexfoundry.org:10004/security-spire-server:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:52:54.861Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-10-31T12:52:54.861Z] - nexus3.edgexfoundry.org:10004/support-notifications:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:52:54.861Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-10-31T12:52:54.861Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.73 [2025-10-31T12:52:54.861Z] - nexus3.edgexfoundry.org:10004/support-notifications:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:52:54.861Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [2025-10-31T12:52:54.861Z] - nexus3.edgexfoundry.org:10004/support-scheduler:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:52:54.861Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-10-31T12:52:54.861Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.73 [2025-10-31T12:52:54.861Z] - nexus3.edgexfoundry.org:10004/support-scheduler:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:52:54.861Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-10-31T12:52:54.861Z] settingsFile: [2025-10-31T12:52:54.861Z] edgex-go-settings [2025-10-31T12:52:54.861Z] ========================================================= [Pipeline] node [2025-10-31T12:53:09.866Z] Still waiting to schedule task [2025-10-31T12:53:09.866Z] All nodes of label ‘centos7-docker-4c-2g’ are offline [2025-10-31T12:54:18.541Z] Running on prd-centos7-docker-4c-2g-772208 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-10-31T12:54:18.591Z] provisioning config files... [2025-10-31T12:54:18.670Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config7837349146214238977tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-10-31T12:54:20.534Z] ---> ****-login.sh [2025-10-31T12:54:20.534Z] nexus3.edgexfoundry.org:10001 [2025-10-31T12:54:20.832Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-31T12:54:20.832Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-10-31T12:54:20.832Z] Configure a credential helper to remove this warning. See [2025-10-31T12:54:20.833Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-10-31T12:54:20.833Z] [2025-10-31T12:54:20.833Z] Login Succeeded [2025-10-31T12:54:20.833Z] nexus3.edgexfoundry.org:10002 [2025-10-31T12:54:20.833Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-31T12:54:20.833Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-10-31T12:54:20.833Z] Configure a credential helper to remove this warning. See [2025-10-31T12:54:20.833Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-10-31T12:54:20.833Z] [2025-10-31T12:54:20.833Z] Login Succeeded [2025-10-31T12:54:20.833Z] nexus3.edgexfoundry.org:10003 [2025-10-31T12:54:21.102Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-31T12:54:21.102Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-10-31T12:54:21.102Z] Configure a credential helper to remove this warning. See [2025-10-31T12:54:21.102Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-10-31T12:54:21.102Z] [2025-10-31T12:54:21.102Z] Login Succeeded [2025-10-31T12:54:21.102Z] nexus3.edgexfoundry.org:10004 [2025-10-31T12:54:21.102Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-31T12:54:21.102Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-10-31T12:54:21.102Z] Configure a credential helper to remove this warning. See [2025-10-31T12:54:21.102Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-10-31T12:54:21.102Z] [2025-10-31T12:54:21.102Z] Login Succeeded [2025-10-31T12:54:21.102Z] ****.io [2025-10-31T12:54:21.102Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-31T12:54:21.367Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-10-31T12:54:21.367Z] Configure a credential helper to remove this warning. See [2025-10-31T12:54:21.368Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-10-31T12:54:21.368Z] [2025-10-31T12:54:21.368Z] Login Succeeded [2025-10-31T12:54:21.368Z] ---> ****-login.sh ends [Pipeline] } [2025-10-31T12:54:21.378Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-10-31T12:54:21.729Z] + docker buildx ls [2025-10-31T12:54:21.729Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-10-31T12:54:21.729Z] default * docker [2025-10-31T12:54:21.729Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-10-31T12:54:22.028Z] + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use [2025-10-31T12:54:22.028Z] edgex-builder [Pipeline] sh [2025-10-31T12:54:22.322Z] + docker buildx inspect --bootstrap [2025-10-31T12:54:22.322Z] #1 [internal] booting buildkit [2025-10-31T12:54:22.322Z] #1 pulling image moby/buildkit:buildx-stable-1 [2025-10-31T12:54:25.646Z] #1 pulling image moby/buildkit:buildx-stable-1 3.0s done [2025-10-31T12:54:25.646Z] #1 creating container buildx_buildkit_edgex-builder0 [2025-10-31T12:54:26.592Z] #1 creating container buildx_buildkit_edgex-builder0 1.4s done [2025-10-31T12:54:26.592Z] #1 DONE 4.5s [2025-10-31T12:54:26.592Z] Name: edgex-builder [2025-10-31T12:54:26.592Z] Driver: docker-container [2025-10-31T12:54:26.592Z] [2025-10-31T12:54:26.592Z] Nodes: [2025-10-31T12:54:26.592Z] Name: edgex-builder0 [2025-10-31T12:54:26.592Z] Endpoint: unix:///var/run/docker.sock [2025-10-31T12:54:26.592Z] Status: running [2025-10-31T12:54:26.592Z] Buildkit: v0.25.1 [2025-10-31T12:54:26.592Z] Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh [2025-10-31T12:54:26.891Z] + docker buildx ls [2025-10-31T12:54:26.891Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-10-31T12:54:26.891Z] edgex-builder * docker-container [2025-10-31T12:54:26.891Z] edgex-builder0 unix:///var/run/docker.sock running v0.25.1 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [2025-10-31T12:54:26.891Z] default docker [2025-10-31T12:54:26.891Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-10-31T12:54:27.185Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:636c0249806ecb81ff5c6dc90fac847d9a5fe90b' [2025-10-31T12:54:27.185Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:636c0249806ecb81ff5c6dc90fac847d9a5fe90b --push - [2025-10-31T12:54:27.444Z] #1 [internal] load build definition from Dockerfile [2025-10-31T12:54:27.444Z] #1 transferring dockerfile: 197B done [2025-10-31T12:54:27.444Z] #1 DONE 0.0s [2025-10-31T12:54:27.444Z] [2025-10-31T12:54:27.444Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:54:27.444Z] #2 DONE 0.1s [2025-10-31T12:54:27.444Z] [2025-10-31T12:54:27.444Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:54:27.444Z] #3 DONE 0.1s [2025-10-31T12:54:27.444Z] [2025-10-31T12:54:27.444Z] #4 [internal] load .dockerignore [2025-10-31T12:54:27.444Z] #4 transferring context: 2B done [2025-10-31T12:54:27.444Z] #4 DONE 0.0s [2025-10-31T12:54:27.444Z] [2025-10-31T12:54:27.444Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:f145af6f5eb003b01f6e57521566a7becb6528f8eae8955432e7c7de73f45971 [2025-10-31T12:54:27.444Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:f145af6f5eb003b01f6e57521566a7becb6528f8eae8955432e7c7de73f45971 0.0s done [2025-10-31T12:54:27.444Z] #5 DONE 0.0s [2025-10-31T12:54:27.444Z] [2025-10-31T12:54:27.444Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:f145af6f5eb003b01f6e57521566a7becb6528f8eae8955432e7c7de73f45971 [2025-10-31T12:54:27.444Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:f145af6f5eb003b01f6e57521566a7becb6528f8eae8955432e7c7de73f45971 done [2025-10-31T12:54:27.444Z] #6 DONE 0.1s [2025-10-31T12:54:27.712Z] [2025-10-31T12:54:27.713Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T12:54:27.713Z] #7 DONE 0.0s [2025-10-31T12:54:27.713Z] [2025-10-31T12:54:27.713Z] #8 exporting to image [2025-10-31T12:54:27.713Z] #8 exporting layers done [2025-10-31T12:54:27.713Z] #8 exporting manifest sha256:b181438f2aae86f7504fa7f6b2d1ff4ca41e6b818234188b58e0d7dd61942587 0.0s done [2025-10-31T12:54:27.713Z] #8 exporting config sha256:f31389a2c0dfaf9ad2bea0825a795531d045bce3ffeb3da3ae9c863949dc2b48 done [2025-10-31T12:54:27.713Z] #8 exporting manifest sha256:405b9e843feea36e0bcf46588bbd71d0142d729c96947d04a9f04eef0308c3e1 done [2025-10-31T12:54:27.713Z] #8 exporting config sha256:06b4fe5644a0aa5cb832397a9e721198768242f70fcced4052331cc85b19ba27 done [2025-10-31T12:54:27.713Z] #8 exporting manifest list sha256:a270c72de874c6e1b8ff10d9b09616bdce794a5300f1dcd69a117500191993e8 0.0s done [2025-10-31T12:54:27.713Z] #8 pushing layers 0.1s done [2025-10-31T12:54:27.713Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:a270c72de874c6e1b8ff10d9b09616bdce794a5300f1dcd69a117500191993e8 [2025-10-31T12:54:27.713Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T12:54:27.713Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:a270c72de874c6e1b8ff10d9b09616bdce794a5300f1dcd69a117500191993e8 0.1s done [2025-10-31T12:54:27.713Z] #8 DONE 0.2s [2025-10-31T12:54:27.713Z] [2025-10-31T12:54:27.713Z] 1 warning found (use --debug to expand): [2025-10-31T12:54:27.713Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T12:54:28.010Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:latest --push - [2025-10-31T12:54:28.010Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:latest' [2025-10-31T12:54:28.010Z] #1 [internal] load build definition from Dockerfile [2025-10-31T12:54:28.010Z] #1 transferring dockerfile: 163B done [2025-10-31T12:54:28.010Z] #1 DONE 0.0s [2025-10-31T12:54:28.010Z] [2025-10-31T12:54:28.010Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest [2025-10-31T12:54:28.010Z] #2 DONE 0.0s [2025-10-31T12:54:28.010Z] [2025-10-31T12:54:28.010Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest [2025-10-31T12:54:28.010Z] #3 DONE 0.0s [2025-10-31T12:54:28.010Z] [2025-10-31T12:54:28.010Z] #4 [internal] load .dockerignore [2025-10-31T12:54:28.010Z] #4 transferring context: 2B done [2025-10-31T12:54:28.010Z] #4 DONE 0.0s [2025-10-31T12:54:28.010Z] [2025-10-31T12:54:28.010Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:f145af6f5eb003b01f6e57521566a7becb6528f8eae8955432e7c7de73f45971 [2025-10-31T12:54:28.010Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:f145af6f5eb003b01f6e57521566a7becb6528f8eae8955432e7c7de73f45971 [2025-10-31T12:54:28.273Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:f145af6f5eb003b01f6e57521566a7becb6528f8eae8955432e7c7de73f45971 0.0s done [2025-10-31T12:54:28.273Z] #5 CACHED [2025-10-31T12:54:28.273Z] [2025-10-31T12:54:28.273Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:f145af6f5eb003b01f6e57521566a7becb6528f8eae8955432e7c7de73f45971 [2025-10-31T12:54:28.273Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:f145af6f5eb003b01f6e57521566a7becb6528f8eae8955432e7c7de73f45971 0.0s done [2025-10-31T12:54:28.273Z] #6 CACHED [2025-10-31T12:54:28.273Z] [2025-10-31T12:54:28.273Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T12:54:28.273Z] #7 DONE 0.0s [2025-10-31T12:54:28.273Z] [2025-10-31T12:54:28.273Z] #8 exporting to image [2025-10-31T12:54:28.273Z] #8 exporting layers done [2025-10-31T12:54:28.273Z] #8 exporting manifest sha256:b181438f2aae86f7504fa7f6b2d1ff4ca41e6b818234188b58e0d7dd61942587 done [2025-10-31T12:54:28.273Z] #8 exporting config sha256:f31389a2c0dfaf9ad2bea0825a795531d045bce3ffeb3da3ae9c863949dc2b48 done [2025-10-31T12:54:28.273Z] #8 exporting manifest sha256:405b9e843feea36e0bcf46588bbd71d0142d729c96947d04a9f04eef0308c3e1 done [2025-10-31T12:54:28.273Z] #8 exporting config sha256:06b4fe5644a0aa5cb832397a9e721198768242f70fcced4052331cc85b19ba27 done [2025-10-31T12:54:28.273Z] #8 exporting manifest list sha256:a270c72de874c6e1b8ff10d9b09616bdce794a5300f1dcd69a117500191993e8 done [2025-10-31T12:54:28.273Z] #8 pushing layers 0.0s done [2025-10-31T12:54:28.273Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:a270c72de874c6e1b8ff10d9b09616bdce794a5300f1dcd69a117500191993e8 0.1s done [2025-10-31T12:54:28.273Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T12:54:28.273Z] #8 DONE 0.1s [2025-10-31T12:54:28.273Z] [2025-10-31T12:54:28.273Z] 1 warning found (use --debug to expand): [2025-10-31T12:54:28.273Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T12:54:28.603Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.73' [2025-10-31T12:54:28.603Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.73 --push - [2025-10-31T12:54:28.869Z] #1 [internal] load build definition from Dockerfile [2025-10-31T12:54:28.869Z] #1 transferring dockerfile: 169B done [2025-10-31T12:54:28.869Z] #1 DONE 0.0s [2025-10-31T12:54:28.869Z] [2025-10-31T12:54:28.869Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.73 [2025-10-31T12:54:28.869Z] #2 DONE 0.0s [2025-10-31T12:54:28.869Z] [2025-10-31T12:54:28.869Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.73 [2025-10-31T12:54:28.869Z] #3 DONE 0.0s [2025-10-31T12:54:28.869Z] [2025-10-31T12:54:28.869Z] #4 [internal] load .dockerignore [2025-10-31T12:54:28.869Z] #4 transferring context: 2B done [2025-10-31T12:54:28.869Z] #4 DONE 0.0s [2025-10-31T12:54:28.869Z] [2025-10-31T12:54:28.869Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.73@sha256:f145af6f5eb003b01f6e57521566a7becb6528f8eae8955432e7c7de73f45971 [2025-10-31T12:54:28.869Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.73@sha256:f145af6f5eb003b01f6e57521566a7becb6528f8eae8955432e7c7de73f45971 0.0s done [2025-10-31T12:54:28.869Z] #5 DONE 0.0s [2025-10-31T12:54:28.869Z] [2025-10-31T12:54:28.869Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.73@sha256:f145af6f5eb003b01f6e57521566a7becb6528f8eae8955432e7c7de73f45971 [2025-10-31T12:54:28.869Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.73@sha256:f145af6f5eb003b01f6e57521566a7becb6528f8eae8955432e7c7de73f45971 0.0s done [2025-10-31T12:54:28.869Z] #6 CACHED [2025-10-31T12:54:28.869Z] [2025-10-31T12:54:28.869Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.73@sha256:f145af6f5eb003b01f6e57521566a7becb6528f8eae8955432e7c7de73f45971 [2025-10-31T12:54:28.869Z] #5 CACHED [2025-10-31T12:54:28.869Z] [2025-10-31T12:54:28.869Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T12:54:28.869Z] #7 DONE 0.0s [2025-10-31T12:54:28.869Z] [2025-10-31T12:54:28.869Z] #8 exporting to image [2025-10-31T12:54:28.869Z] #8 exporting layers done [2025-10-31T12:54:28.869Z] #8 exporting manifest sha256:b181438f2aae86f7504fa7f6b2d1ff4ca41e6b818234188b58e0d7dd61942587 done [2025-10-31T12:54:28.869Z] #8 exporting config sha256:f31389a2c0dfaf9ad2bea0825a795531d045bce3ffeb3da3ae9c863949dc2b48 done [2025-10-31T12:54:28.869Z] #8 exporting manifest sha256:405b9e843feea36e0bcf46588bbd71d0142d729c96947d04a9f04eef0308c3e1 done [2025-10-31T12:54:28.869Z] #8 exporting config sha256:06b4fe5644a0aa5cb832397a9e721198768242f70fcced4052331cc85b19ba27 done [2025-10-31T12:54:28.869Z] #8 exporting manifest list sha256:a270c72de874c6e1b8ff10d9b09616bdce794a5300f1dcd69a117500191993e8 done [2025-10-31T12:54:28.869Z] #8 pushing layers 0.0s done [2025-10-31T12:54:28.869Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.73@sha256:a270c72de874c6e1b8ff10d9b09616bdce794a5300f1dcd69a117500191993e8 0.1s done [2025-10-31T12:54:28.869Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T12:54:28.869Z] #8 DONE 0.1s [2025-10-31T12:54:28.869Z] [2025-10-31T12:54:28.869Z] 1 warning found (use --debug to expand): [2025-10-31T12:54:28.869Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T12:54:29.166Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 --push - [2025-10-31T12:54:29.166Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73' [2025-10-31T12:54:29.166Z] #1 [internal] load build definition from Dockerfile [2025-10-31T12:54:29.166Z] #1 transferring dockerfile: 210B done [2025-10-31T12:54:29.166Z] #1 DONE 0.0s [2025-10-31T12:54:29.166Z] [2025-10-31T12:54:29.166Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:54:29.166Z] #2 DONE 0.0s [2025-10-31T12:54:29.166Z] [2025-10-31T12:54:29.166Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:54:29.166Z] #3 DONE 0.0s [2025-10-31T12:54:29.166Z] [2025-10-31T12:54:29.166Z] #4 [internal] load .dockerignore [2025-10-31T12:54:29.166Z] #4 transferring context: 2B done [2025-10-31T12:54:29.166Z] #4 DONE 0.0s [2025-10-31T12:54:29.166Z] [2025-10-31T12:54:29.166Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:f145af6f5eb003b01f6e57521566a7becb6528f8eae8955432e7c7de73f45971 [2025-10-31T12:54:29.166Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:f145af6f5eb003b01f6e57521566a7becb6528f8eae8955432e7c7de73f45971 0.0s done [2025-10-31T12:54:29.166Z] #5 CACHED [2025-10-31T12:54:29.166Z] [2025-10-31T12:54:29.166Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:f145af6f5eb003b01f6e57521566a7becb6528f8eae8955432e7c7de73f45971 [2025-10-31T12:54:29.166Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:f145af6f5eb003b01f6e57521566a7becb6528f8eae8955432e7c7de73f45971 0.0s done [2025-10-31T12:54:29.166Z] #6 DONE 0.0s [2025-10-31T12:54:29.426Z] [2025-10-31T12:54:29.426Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:f145af6f5eb003b01f6e57521566a7becb6528f8eae8955432e7c7de73f45971 [2025-10-31T12:54:29.426Z] #6 CACHED [2025-10-31T12:54:29.426Z] [2025-10-31T12:54:29.426Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T12:54:29.426Z] #7 DONE 0.0s [2025-10-31T12:54:29.426Z] [2025-10-31T12:54:29.426Z] #8 exporting to image [2025-10-31T12:54:29.426Z] #8 exporting layers done [2025-10-31T12:54:29.426Z] #8 exporting manifest sha256:b181438f2aae86f7504fa7f6b2d1ff4ca41e6b818234188b58e0d7dd61942587 done [2025-10-31T12:54:29.426Z] #8 exporting config sha256:f31389a2c0dfaf9ad2bea0825a795531d045bce3ffeb3da3ae9c863949dc2b48 done [2025-10-31T12:54:29.426Z] #8 exporting manifest sha256:405b9e843feea36e0bcf46588bbd71d0142d729c96947d04a9f04eef0308c3e1 done [2025-10-31T12:54:29.426Z] #8 exporting config sha256:06b4fe5644a0aa5cb832397a9e721198768242f70fcced4052331cc85b19ba27 done [2025-10-31T12:54:29.426Z] #8 exporting manifest list sha256:a270c72de874c6e1b8ff10d9b09616bdce794a5300f1dcd69a117500191993e8 done [2025-10-31T12:54:29.426Z] #8 pushing layers 0.1s done [2025-10-31T12:54:29.426Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:a270c72de874c6e1b8ff10d9b09616bdce794a5300f1dcd69a117500191993e8 [2025-10-31T12:54:29.426Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T12:54:29.426Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:a270c72de874c6e1b8ff10d9b09616bdce794a5300f1dcd69a117500191993e8 0.1s done [2025-10-31T12:54:29.426Z] #8 DONE 0.2s [2025-10-31T12:54:29.426Z] [2025-10-31T12:54:29.426Z] 1 warning found (use --debug to expand): [2025-10-31T12:54:29.426Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T12:54:29.720Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:main' [2025-10-31T12:54:29.720Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:main --push - [2025-10-31T12:54:29.720Z] #1 [internal] load build definition from Dockerfile [2025-10-31T12:54:29.720Z] #1 transferring dockerfile: 161B done [2025-10-31T12:54:29.720Z] #1 DONE 0.0s [2025-10-31T12:54:29.720Z] [2025-10-31T12:54:29.720Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main [2025-10-31T12:54:29.720Z] #2 DONE 0.0s [2025-10-31T12:54:29.720Z] [2025-10-31T12:54:29.720Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main [2025-10-31T12:54:29.720Z] #3 DONE 0.0s [2025-10-31T12:54:29.720Z] [2025-10-31T12:54:29.720Z] #4 [internal] load .dockerignore [2025-10-31T12:54:29.720Z] #4 transferring context: 2B done [2025-10-31T12:54:29.720Z] #4 DONE 0.0s [2025-10-31T12:54:29.980Z] [2025-10-31T12:54:29.980Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:f145af6f5eb003b01f6e57521566a7becb6528f8eae8955432e7c7de73f45971 [2025-10-31T12:54:29.980Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:f145af6f5eb003b01f6e57521566a7becb6528f8eae8955432e7c7de73f45971 0.0s done [2025-10-31T12:54:29.980Z] #5 CACHED [2025-10-31T12:54:29.980Z] [2025-10-31T12:54:29.980Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:f145af6f5eb003b01f6e57521566a7becb6528f8eae8955432e7c7de73f45971 [2025-10-31T12:54:29.980Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:f145af6f5eb003b01f6e57521566a7becb6528f8eae8955432e7c7de73f45971 0.0s done [2025-10-31T12:54:29.980Z] #6 CACHED [2025-10-31T12:54:29.980Z] [2025-10-31T12:54:29.980Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T12:54:29.980Z] #7 DONE 0.0s [2025-10-31T12:54:29.980Z] [2025-10-31T12:54:29.980Z] #8 exporting to image [2025-10-31T12:54:29.980Z] #8 exporting layers done [2025-10-31T12:54:29.980Z] #8 exporting manifest sha256:b181438f2aae86f7504fa7f6b2d1ff4ca41e6b818234188b58e0d7dd61942587 done [2025-10-31T12:54:29.980Z] #8 exporting config sha256:f31389a2c0dfaf9ad2bea0825a795531d045bce3ffeb3da3ae9c863949dc2b48 done [2025-10-31T12:54:29.980Z] #8 exporting manifest sha256:405b9e843feea36e0bcf46588bbd71d0142d729c96947d04a9f04eef0308c3e1 done [2025-10-31T12:54:29.980Z] #8 exporting config sha256:06b4fe5644a0aa5cb832397a9e721198768242f70fcced4052331cc85b19ba27 done [2025-10-31T12:54:29.980Z] #8 exporting manifest list sha256:a270c72de874c6e1b8ff10d9b09616bdce794a5300f1dcd69a117500191993e8 done [2025-10-31T12:54:29.980Z] #8 pushing layers 0.0s done [2025-10-31T12:54:29.980Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:a270c72de874c6e1b8ff10d9b09616bdce794a5300f1dcd69a117500191993e8 0.1s done [2025-10-31T12:54:29.980Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T12:54:29.980Z] #8 DONE 0.1s [2025-10-31T12:54:29.980Z] [2025-10-31T12:54:29.980Z] 1 warning found (use --debug to expand): [2025-10-31T12:54:29.980Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T12:54:30.274Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b' [2025-10-31T12:54:30.274Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b --push - [2025-10-31T12:54:30.532Z] #1 [internal] load build definition from Dockerfile [2025-10-31T12:54:30.532Z] #1 transferring dockerfile: 216B done [2025-10-31T12:54:30.532Z] #1 DONE 0.0s [2025-10-31T12:54:30.532Z] [2025-10-31T12:54:30.533Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:54:30.533Z] #2 DONE 0.0s [2025-10-31T12:54:30.533Z] [2025-10-31T12:54:30.533Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:54:30.533Z] #3 DONE 0.1s [2025-10-31T12:54:30.533Z] [2025-10-31T12:54:30.533Z] #4 [internal] load .dockerignore [2025-10-31T12:54:30.533Z] #4 transferring context: 2B done [2025-10-31T12:54:30.533Z] #4 DONE 0.0s [2025-10-31T12:54:30.533Z] [2025-10-31T12:54:30.533Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:6e725233e8041db1bca34b07e6fdbb2bf8f772fd3a084e73a44b50218c90d768 [2025-10-31T12:54:30.533Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:6e725233e8041db1bca34b07e6fdbb2bf8f772fd3a084e73a44b50218c90d768 [2025-10-31T12:54:30.533Z] #5 ... [2025-10-31T12:54:30.533Z] [2025-10-31T12:54:30.533Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:6e725233e8041db1bca34b07e6fdbb2bf8f772fd3a084e73a44b50218c90d768 [2025-10-31T12:54:30.533Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:6e725233e8041db1bca34b07e6fdbb2bf8f772fd3a084e73a44b50218c90d768 0.0s done [2025-10-31T12:54:30.533Z] #6 DONE 0.1s [2025-10-31T12:54:30.533Z] [2025-10-31T12:54:30.533Z] #7 exporting to image [2025-10-31T12:54:30.533Z] #7 exporting layers done [2025-10-31T12:54:30.533Z] #7 exporting manifest sha256:b0bf2e4dd0f7a5670fd3c76955a6fef8a34365652535fe606ec2370142ddd142 0.0s done [2025-10-31T12:54:30.533Z] #7 exporting config sha256:7a07a772ed723c445b57149dd7a390618168f37ee717e4ad3f7ff92bad5fe833 [2025-10-31T12:54:30.533Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T12:54:30.533Z] #7 ... [2025-10-31T12:54:30.533Z] [2025-10-31T12:54:30.533Z] #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T12:54:30.533Z] #8 DONE 0.0s [2025-10-31T12:54:30.533Z] [2025-10-31T12:54:30.533Z] #7 exporting to image [2025-10-31T12:54:30.533Z] #7 exporting config sha256:7a07a772ed723c445b57149dd7a390618168f37ee717e4ad3f7ff92bad5fe833 done [2025-10-31T12:54:30.533Z] #7 exporting manifest sha256:7e97ba45268f82732709f114eabb39963b901ab68a192d4cb561f7ce207401aa done [2025-10-31T12:54:30.533Z] #7 exporting config sha256:09234639f63263e08dba4f3bac55e4043be9fcf70fcaabad5627353e8ed3b4e6 done [2025-10-31T12:54:30.533Z] #7 exporting manifest list sha256:a91a87f2eb8bdd3c20154f89c3da31b466302da33f44dcdfa88f4d27c405d8f0 0.0s done [2025-10-31T12:54:30.533Z] #7 pushing layers 0.1s done [2025-10-31T12:54:30.533Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:a91a87f2eb8bdd3c20154f89c3da31b466302da33f44dcdfa88f4d27c405d8f0 [2025-10-31T12:54:30.792Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:a91a87f2eb8bdd3c20154f89c3da31b466302da33f44dcdfa88f4d27c405d8f0 0.1s done [2025-10-31T12:54:30.792Z] #7 DONE 0.2s [2025-10-31T12:54:30.792Z] [2025-10-31T12:54:30.792Z] 1 warning found (use --debug to expand): [2025-10-31T12:54:30.792Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T12:54:31.087Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest --push - [2025-10-31T12:54:31.087Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest' [2025-10-31T12:54:31.087Z] #1 [internal] load build definition from Dockerfile [2025-10-31T12:54:31.087Z] #1 transferring dockerfile: 182B done [2025-10-31T12:54:31.087Z] #1 DONE 0.0s [2025-10-31T12:54:31.087Z] [2025-10-31T12:54:31.087Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-10-31T12:54:31.087Z] #2 DONE 0.0s [2025-10-31T12:54:31.087Z] [2025-10-31T12:54:31.087Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-10-31T12:54:31.087Z] #3 DONE 0.0s [2025-10-31T12:54:31.087Z] [2025-10-31T12:54:31.087Z] #4 [internal] load .dockerignore [2025-10-31T12:54:31.087Z] #4 transferring context: 2B done [2025-10-31T12:54:31.087Z] #4 DONE 0.0s [2025-10-31T12:54:31.087Z] [2025-10-31T12:54:31.087Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:6e725233e8041db1bca34b07e6fdbb2bf8f772fd3a084e73a44b50218c90d768 [2025-10-31T12:54:31.087Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:6e725233e8041db1bca34b07e6fdbb2bf8f772fd3a084e73a44b50218c90d768 done [2025-10-31T12:54:31.087Z] #5 CACHED [2025-10-31T12:54:31.087Z] [2025-10-31T12:54:31.087Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:6e725233e8041db1bca34b07e6fdbb2bf8f772fd3a084e73a44b50218c90d768 [2025-10-31T12:54:31.087Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:6e725233e8041db1bca34b07e6fdbb2bf8f772fd3a084e73a44b50218c90d768 0.0s done [2025-10-31T12:54:31.087Z] #6 CACHED [2025-10-31T12:54:31.087Z] [2025-10-31T12:54:31.087Z] #7 exporting to image [2025-10-31T12:54:31.087Z] #7 exporting layers [2025-10-31T12:54:31.087Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T12:54:31.347Z] #7 exporting layers done [2025-10-31T12:54:31.347Z] #7 exporting manifest sha256:b0bf2e4dd0f7a5670fd3c76955a6fef8a34365652535fe606ec2370142ddd142 done [2025-10-31T12:54:31.347Z] #7 exporting config sha256:7a07a772ed723c445b57149dd7a390618168f37ee717e4ad3f7ff92bad5fe833 done [2025-10-31T12:54:31.347Z] #7 exporting manifest sha256:7e97ba45268f82732709f114eabb39963b901ab68a192d4cb561f7ce207401aa done [2025-10-31T12:54:31.347Z] #7 exporting config sha256:09234639f63263e08dba4f3bac55e4043be9fcf70fcaabad5627353e8ed3b4e6 done [2025-10-31T12:54:31.347Z] #7 exporting manifest list sha256:a91a87f2eb8bdd3c20154f89c3da31b466302da33f44dcdfa88f4d27c405d8f0 done [2025-10-31T12:54:31.347Z] #7 pushing layers 0.0s done [2025-10-31T12:54:31.347Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:a91a87f2eb8bdd3c20154f89c3da31b466302da33f44dcdfa88f4d27c405d8f0 0.1s done [2025-10-31T12:54:31.347Z] #7 DONE 0.1s [2025-10-31T12:54:31.347Z] [2025-10-31T12:54:31.347Z] #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T12:54:31.347Z] #8 DONE 0.0s [2025-10-31T12:54:31.347Z] [2025-10-31T12:54:31.347Z] 1 warning found (use --debug to expand): [2025-10-31T12:54:31.347Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T12:54:31.632Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.73' [2025-10-31T12:54:31.632Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.73 --push - [2025-10-31T12:54:31.632Z] #1 [internal] load build definition from Dockerfile [2025-10-31T12:54:31.632Z] #1 transferring dockerfile: 188B done [2025-10-31T12:54:31.632Z] #1 DONE 0.0s [2025-10-31T12:54:31.632Z] [2025-10-31T12:54:31.632Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.73 [2025-10-31T12:54:31.632Z] #2 DONE 0.0s [2025-10-31T12:54:31.632Z] [2025-10-31T12:54:31.632Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.73 [2025-10-31T12:54:31.632Z] #3 DONE 0.0s [2025-10-31T12:54:31.632Z] [2025-10-31T12:54:31.632Z] #4 [internal] load .dockerignore [2025-10-31T12:54:31.632Z] #4 transferring context: 2B done [2025-10-31T12:54:31.632Z] #4 DONE 0.0s [2025-10-31T12:54:31.632Z] [2025-10-31T12:54:31.632Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.73@sha256:6e725233e8041db1bca34b07e6fdbb2bf8f772fd3a084e73a44b50218c90d768 [2025-10-31T12:54:31.632Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.73@sha256:6e725233e8041db1bca34b07e6fdbb2bf8f772fd3a084e73a44b50218c90d768 0.0s done [2025-10-31T12:54:31.632Z] #5 DONE 0.0s [2025-10-31T12:54:31.632Z] [2025-10-31T12:54:31.632Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.73@sha256:6e725233e8041db1bca34b07e6fdbb2bf8f772fd3a084e73a44b50218c90d768 [2025-10-31T12:54:31.892Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.73@sha256:6e725233e8041db1bca34b07e6fdbb2bf8f772fd3a084e73a44b50218c90d768 0.0s done [2025-10-31T12:54:31.892Z] #6 CACHED [2025-10-31T12:54:31.892Z] [2025-10-31T12:54:31.892Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.73@sha256:6e725233e8041db1bca34b07e6fdbb2bf8f772fd3a084e73a44b50218c90d768 [2025-10-31T12:54:31.892Z] #5 CACHED [2025-10-31T12:54:31.892Z] [2025-10-31T12:54:31.892Z] #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T12:54:31.892Z] #7 DONE 0.0s [2025-10-31T12:54:31.892Z] [2025-10-31T12:54:31.892Z] #8 exporting to image [2025-10-31T12:54:31.892Z] #8 exporting layers done [2025-10-31T12:54:31.892Z] #8 exporting manifest sha256:b0bf2e4dd0f7a5670fd3c76955a6fef8a34365652535fe606ec2370142ddd142 done [2025-10-31T12:54:31.892Z] #8 exporting config sha256:7a07a772ed723c445b57149dd7a390618168f37ee717e4ad3f7ff92bad5fe833 done [2025-10-31T12:54:31.892Z] #8 exporting manifest sha256:7e97ba45268f82732709f114eabb39963b901ab68a192d4cb561f7ce207401aa done [2025-10-31T12:54:31.892Z] #8 exporting config sha256:09234639f63263e08dba4f3bac55e4043be9fcf70fcaabad5627353e8ed3b4e6 done [2025-10-31T12:54:31.892Z] #8 exporting manifest list sha256:a91a87f2eb8bdd3c20154f89c3da31b466302da33f44dcdfa88f4d27c405d8f0 done [2025-10-31T12:54:31.892Z] #8 pushing layers 0.0s done [2025-10-31T12:54:31.892Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.73@sha256:a91a87f2eb8bdd3c20154f89c3da31b466302da33f44dcdfa88f4d27c405d8f0 0.1s done [2025-10-31T12:54:31.892Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T12:54:31.892Z] #8 DONE 0.1s [2025-10-31T12:54:31.892Z] [2025-10-31T12:54:31.892Z] 1 warning found (use --debug to expand): [2025-10-31T12:54:31.892Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T12:54:32.186Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 --push - [2025-10-31T12:54:32.186Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73' [2025-10-31T12:54:32.445Z] #1 [internal] load build definition from Dockerfile [2025-10-31T12:54:32.445Z] #1 transferring dockerfile: 229B done [2025-10-31T12:54:32.445Z] #1 DONE 0.0s [2025-10-31T12:54:32.445Z] [2025-10-31T12:54:32.445Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:54:32.445Z] #2 DONE 0.0s [2025-10-31T12:54:32.445Z] [2025-10-31T12:54:32.445Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:54:32.445Z] #3 DONE 0.0s [2025-10-31T12:54:32.445Z] [2025-10-31T12:54:32.445Z] #4 [internal] load .dockerignore [2025-10-31T12:54:32.445Z] #4 transferring context: 2B done [2025-10-31T12:54:32.445Z] #4 DONE 0.0s [2025-10-31T12:54:32.445Z] [2025-10-31T12:54:32.445Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:6e725233e8041db1bca34b07e6fdbb2bf8f772fd3a084e73a44b50218c90d768 [2025-10-31T12:54:32.445Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:6e725233e8041db1bca34b07e6fdbb2bf8f772fd3a084e73a44b50218c90d768 0.0s done [2025-10-31T12:54:32.445Z] #5 DONE 0.0s [2025-10-31T12:54:32.445Z] [2025-10-31T12:54:32.445Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:6e725233e8041db1bca34b07e6fdbb2bf8f772fd3a084e73a44b50218c90d768 [2025-10-31T12:54:32.445Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:6e725233e8041db1bca34b07e6fdbb2bf8f772fd3a084e73a44b50218c90d768 0.0s done [2025-10-31T12:54:32.445Z] #6 CACHED [2025-10-31T12:54:32.445Z] [2025-10-31T12:54:32.445Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:6e725233e8041db1bca34b07e6fdbb2bf8f772fd3a084e73a44b50218c90d768 [2025-10-31T12:54:32.445Z] #5 CACHED [2025-10-31T12:54:32.445Z] [2025-10-31T12:54:32.445Z] #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T12:54:32.445Z] #7 DONE 0.0s [2025-10-31T12:54:32.445Z] [2025-10-31T12:54:32.445Z] #8 exporting to image [2025-10-31T12:54:32.445Z] #8 exporting layers done [2025-10-31T12:54:32.445Z] #8 exporting manifest sha256:b0bf2e4dd0f7a5670fd3c76955a6fef8a34365652535fe606ec2370142ddd142 done [2025-10-31T12:54:32.445Z] #8 exporting config sha256:7a07a772ed723c445b57149dd7a390618168f37ee717e4ad3f7ff92bad5fe833 done [2025-10-31T12:54:32.445Z] #8 exporting manifest sha256:7e97ba45268f82732709f114eabb39963b901ab68a192d4cb561f7ce207401aa done [2025-10-31T12:54:32.445Z] #8 exporting config sha256:09234639f63263e08dba4f3bac55e4043be9fcf70fcaabad5627353e8ed3b4e6 done [2025-10-31T12:54:32.445Z] #8 exporting manifest list sha256:a91a87f2eb8bdd3c20154f89c3da31b466302da33f44dcdfa88f4d27c405d8f0 done [2025-10-31T12:54:32.445Z] #8 pushing layers 0.0s done [2025-10-31T12:54:32.445Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:a91a87f2eb8bdd3c20154f89c3da31b466302da33f44dcdfa88f4d27c405d8f0 0.1s done [2025-10-31T12:54:32.445Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T12:54:32.445Z] #8 DONE 0.1s [2025-10-31T12:54:32.445Z] [2025-10-31T12:54:32.445Z] 1 warning found (use --debug to expand): [2025-10-31T12:54:32.445Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T12:54:32.742Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main' [2025-10-31T12:54:32.742Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main --push - [2025-10-31T12:54:33.004Z] #1 [internal] load build definition from Dockerfile [2025-10-31T12:54:33.004Z] #1 transferring dockerfile: 180B done [2025-10-31T12:54:33.004Z] #1 DONE 0.0s [2025-10-31T12:54:33.004Z] [2025-10-31T12:54:33.004Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-10-31T12:54:33.004Z] #2 DONE 0.0s [2025-10-31T12:54:33.004Z] [2025-10-31T12:54:33.004Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-10-31T12:54:33.004Z] #3 DONE 0.0s [2025-10-31T12:54:33.004Z] [2025-10-31T12:54:33.004Z] #4 [internal] load .dockerignore [2025-10-31T12:54:33.004Z] #4 transferring context: 2B done [2025-10-31T12:54:33.004Z] #4 DONE 0.0s [2025-10-31T12:54:33.004Z] [2025-10-31T12:54:33.004Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:6e725233e8041db1bca34b07e6fdbb2bf8f772fd3a084e73a44b50218c90d768 [2025-10-31T12:54:33.004Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:6e725233e8041db1bca34b07e6fdbb2bf8f772fd3a084e73a44b50218c90d768 0.0s done [2025-10-31T12:54:33.004Z] #5 DONE 0.0s [2025-10-31T12:54:33.004Z] [2025-10-31T12:54:33.004Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:6e725233e8041db1bca34b07e6fdbb2bf8f772fd3a084e73a44b50218c90d768 [2025-10-31T12:54:33.004Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:6e725233e8041db1bca34b07e6fdbb2bf8f772fd3a084e73a44b50218c90d768 0.0s done [2025-10-31T12:54:33.004Z] #6 CACHED [2025-10-31T12:54:33.004Z] [2025-10-31T12:54:33.004Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:6e725233e8041db1bca34b07e6fdbb2bf8f772fd3a084e73a44b50218c90d768 [2025-10-31T12:54:33.004Z] #5 CACHED [2025-10-31T12:54:33.004Z] [2025-10-31T12:54:33.004Z] #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T12:54:33.004Z] #7 DONE 0.0s [2025-10-31T12:54:33.004Z] [2025-10-31T12:54:33.004Z] #8 exporting to image [2025-10-31T12:54:33.004Z] #8 exporting layers done [2025-10-31T12:54:33.004Z] #8 exporting manifest sha256:b0bf2e4dd0f7a5670fd3c76955a6fef8a34365652535fe606ec2370142ddd142 done [2025-10-31T12:54:33.004Z] #8 exporting config sha256:7a07a772ed723c445b57149dd7a390618168f37ee717e4ad3f7ff92bad5fe833 done [2025-10-31T12:54:33.004Z] #8 exporting manifest sha256:7e97ba45268f82732709f114eabb39963b901ab68a192d4cb561f7ce207401aa done [2025-10-31T12:54:33.004Z] #8 exporting config sha256:09234639f63263e08dba4f3bac55e4043be9fcf70fcaabad5627353e8ed3b4e6 done [2025-10-31T12:54:33.004Z] #8 exporting manifest list sha256:a91a87f2eb8bdd3c20154f89c3da31b466302da33f44dcdfa88f4d27c405d8f0 done [2025-10-31T12:54:33.004Z] #8 pushing layers 0.0s done [2025-10-31T12:54:33.004Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:a91a87f2eb8bdd3c20154f89c3da31b466302da33f44dcdfa88f4d27c405d8f0 0.1s done [2025-10-31T12:54:33.004Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T12:54:33.004Z] #8 DONE 0.1s [2025-10-31T12:54:33.004Z] [2025-10-31T12:54:33.004Z] 1 warning found (use --debug to expand): [2025-10-31T12:54:33.004Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T12:54:33.295Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:636c0249806ecb81ff5c6dc90fac847d9a5fe90b --push - [2025-10-31T12:54:33.296Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:636c0249806ecb81ff5c6dc90fac847d9a5fe90b' [2025-10-31T12:54:33.296Z] #1 [internal] load build definition from Dockerfile [2025-10-31T12:54:33.296Z] #1 transferring dockerfile: 194B done [2025-10-31T12:54:33.296Z] #1 DONE 0.0s [2025-10-31T12:54:33.296Z] [2025-10-31T12:54:33.296Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:54:33.296Z] #2 DONE 0.0s [2025-10-31T12:54:33.296Z] [2025-10-31T12:54:33.296Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:54:33.296Z] #3 DONE 0.1s [2025-10-31T12:54:33.296Z] [2025-10-31T12:54:33.296Z] #4 [internal] load .dockerignore [2025-10-31T12:54:33.296Z] #4 transferring context: 2B done [2025-10-31T12:54:33.557Z] #4 DONE 0.0s [2025-10-31T12:54:33.557Z] [2025-10-31T12:54:33.557Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:d30e6cbca0f07140bfc075add9d8a003099bcc98b271ac4e5c733442245e85e5 [2025-10-31T12:54:33.557Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:d30e6cbca0f07140bfc075add9d8a003099bcc98b271ac4e5c733442245e85e5 0.0s done [2025-10-31T12:54:33.557Z] #5 DONE 0.0s [2025-10-31T12:54:33.557Z] [2025-10-31T12:54:33.557Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:d30e6cbca0f07140bfc075add9d8a003099bcc98b271ac4e5c733442245e85e5 [2025-10-31T12:54:33.557Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:d30e6cbca0f07140bfc075add9d8a003099bcc98b271ac4e5c733442245e85e5 done [2025-10-31T12:54:33.557Z] #6 DONE 0.1s [2025-10-31T12:54:33.557Z] [2025-10-31T12:54:33.557Z] #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T12:54:33.557Z] #7 DONE 0.0s [2025-10-31T12:54:33.557Z] [2025-10-31T12:54:33.557Z] #8 exporting to image [2025-10-31T12:54:33.557Z] #8 exporting layers done [2025-10-31T12:54:33.557Z] #8 exporting manifest sha256:dc79eff651aa8651a3564138e3867a06a74ccc6b56d0c8de6a7be31df2492264 0.0s done [2025-10-31T12:54:33.557Z] #8 exporting config sha256:bc8a287fc122afb07bc2cd24ba93c0fc74344c64304effd76613a61e44c3d5c0 done [2025-10-31T12:54:33.557Z] #8 exporting manifest sha256:656a7202459428f86be0cbcddc49c788ca48224c6b16db26cba53ea0c8c5d027 0.0s done [2025-10-31T12:54:33.557Z] #8 exporting config sha256:6f5d1906559d7806aefa2c1cfbe662ed211c57bc4a567c6aa71f4c899351c48c done [2025-10-31T12:54:33.557Z] #8 exporting manifest list sha256:e34af1a9af482cec69a0db57dab24d3f74c9ecec182306ca0b95bb958bfc8014 done [2025-10-31T12:54:33.557Z] #8 pushing layers 0.1s done [2025-10-31T12:54:33.557Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:e34af1a9af482cec69a0db57dab24d3f74c9ecec182306ca0b95bb958bfc8014 [2025-10-31T12:54:33.557Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T12:54:33.818Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:e34af1a9af482cec69a0db57dab24d3f74c9ecec182306ca0b95bb958bfc8014 0.1s done [2025-10-31T12:54:33.818Z] #8 DONE 0.2s [2025-10-31T12:54:33.818Z] [2025-10-31T12:54:33.818Z] 1 warning found (use --debug to expand): [2025-10-31T12:54:33.818Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T12:54:34.111Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:latest' [2025-10-31T12:54:34.111Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:latest --push - [2025-10-31T12:54:34.111Z] #1 [internal] load build definition from Dockerfile [2025-10-31T12:54:34.373Z] #1 transferring dockerfile: 160B done [2025-10-31T12:54:34.373Z] #1 DONE 0.0s [2025-10-31T12:54:34.373Z] [2025-10-31T12:54:34.373Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest [2025-10-31T12:54:34.373Z] #2 DONE 0.0s [2025-10-31T12:54:34.373Z] [2025-10-31T12:54:34.373Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest [2025-10-31T12:54:34.373Z] #3 DONE 0.0s [2025-10-31T12:54:34.373Z] [2025-10-31T12:54:34.373Z] #4 [internal] load .dockerignore [2025-10-31T12:54:34.373Z] #4 transferring context: 2B done [2025-10-31T12:54:34.373Z] #4 DONE 0.0s [2025-10-31T12:54:34.373Z] [2025-10-31T12:54:34.373Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:d30e6cbca0f07140bfc075add9d8a003099bcc98b271ac4e5c733442245e85e5 [2025-10-31T12:54:34.373Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:d30e6cbca0f07140bfc075add9d8a003099bcc98b271ac4e5c733442245e85e5 0.0s done [2025-10-31T12:54:34.373Z] #5 DONE 0.0s [2025-10-31T12:54:34.373Z] [2025-10-31T12:54:34.373Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:d30e6cbca0f07140bfc075add9d8a003099bcc98b271ac4e5c733442245e85e5 [2025-10-31T12:54:34.373Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:d30e6cbca0f07140bfc075add9d8a003099bcc98b271ac4e5c733442245e85e5 0.0s done [2025-10-31T12:54:34.373Z] #6 CACHED [2025-10-31T12:54:34.373Z] [2025-10-31T12:54:34.373Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:d30e6cbca0f07140bfc075add9d8a003099bcc98b271ac4e5c733442245e85e5 [2025-10-31T12:54:34.373Z] #5 CACHED [2025-10-31T12:54:34.373Z] [2025-10-31T12:54:34.373Z] #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T12:54:34.373Z] #7 DONE 0.0s [2025-10-31T12:54:34.373Z] [2025-10-31T12:54:34.373Z] #8 exporting to image [2025-10-31T12:54:34.373Z] #8 exporting layers done [2025-10-31T12:54:34.373Z] #8 exporting manifest sha256:dc79eff651aa8651a3564138e3867a06a74ccc6b56d0c8de6a7be31df2492264 done [2025-10-31T12:54:34.373Z] #8 exporting config sha256:bc8a287fc122afb07bc2cd24ba93c0fc74344c64304effd76613a61e44c3d5c0 done [2025-10-31T12:54:34.373Z] #8 exporting manifest sha256:656a7202459428f86be0cbcddc49c788ca48224c6b16db26cba53ea0c8c5d027 done [2025-10-31T12:54:34.373Z] #8 exporting config sha256:6f5d1906559d7806aefa2c1cfbe662ed211c57bc4a567c6aa71f4c899351c48c done [2025-10-31T12:54:34.373Z] #8 exporting manifest list sha256:e34af1a9af482cec69a0db57dab24d3f74c9ecec182306ca0b95bb958bfc8014 0.0s done [2025-10-31T12:54:34.373Z] #8 pushing layers 0.0s done [2025-10-31T12:54:34.373Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:latest@sha256:e34af1a9af482cec69a0db57dab24d3f74c9ecec182306ca0b95bb958bfc8014 0.1s done [2025-10-31T12:54:34.373Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T12:54:34.373Z] #8 DONE 0.1s [2025-10-31T12:54:34.373Z] [2025-10-31T12:54:34.373Z] 1 warning found (use --debug to expand): [2025-10-31T12:54:34.373Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T12:54:34.668Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.73 --push - [2025-10-31T12:54:34.668Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.73' [2025-10-31T12:54:34.930Z] #1 [internal] load build definition from Dockerfile [2025-10-31T12:54:34.931Z] #1 transferring dockerfile: 166B done [2025-10-31T12:54:34.931Z] #1 DONE 0.0s [2025-10-31T12:54:34.931Z] [2025-10-31T12:54:34.931Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.73 [2025-10-31T12:54:34.931Z] #2 DONE 0.0s [2025-10-31T12:54:34.931Z] [2025-10-31T12:54:34.931Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.73 [2025-10-31T12:54:34.931Z] #3 DONE 0.0s [2025-10-31T12:54:34.931Z] [2025-10-31T12:54:34.931Z] #4 [internal] load .dockerignore [2025-10-31T12:54:34.931Z] #4 transferring context: 2B done [2025-10-31T12:54:34.931Z] #4 DONE 0.0s [2025-10-31T12:54:34.931Z] [2025-10-31T12:54:34.931Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.73@sha256:d30e6cbca0f07140bfc075add9d8a003099bcc98b271ac4e5c733442245e85e5 [2025-10-31T12:54:34.931Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.73@sha256:d30e6cbca0f07140bfc075add9d8a003099bcc98b271ac4e5c733442245e85e5 0.0s done [2025-10-31T12:54:34.931Z] #5 CACHED [2025-10-31T12:54:34.931Z] [2025-10-31T12:54:34.931Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.73@sha256:d30e6cbca0f07140bfc075add9d8a003099bcc98b271ac4e5c733442245e85e5 [2025-10-31T12:54:34.931Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.73@sha256:d30e6cbca0f07140bfc075add9d8a003099bcc98b271ac4e5c733442245e85e5 0.0s done [2025-10-31T12:54:34.931Z] #6 DONE 0.0s [2025-10-31T12:54:34.931Z] [2025-10-31T12:54:34.931Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.73@sha256:d30e6cbca0f07140bfc075add9d8a003099bcc98b271ac4e5c733442245e85e5 [2025-10-31T12:54:34.931Z] #6 CACHED [2025-10-31T12:54:34.931Z] [2025-10-31T12:54:34.931Z] #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T12:54:34.931Z] #7 DONE 0.0s [2025-10-31T12:54:34.931Z] [2025-10-31T12:54:34.931Z] #8 exporting to image [2025-10-31T12:54:34.931Z] #8 exporting layers done [2025-10-31T12:54:34.931Z] #8 exporting manifest sha256:dc79eff651aa8651a3564138e3867a06a74ccc6b56d0c8de6a7be31df2492264 done [2025-10-31T12:54:34.931Z] #8 exporting config sha256:bc8a287fc122afb07bc2cd24ba93c0fc74344c64304effd76613a61e44c3d5c0 done [2025-10-31T12:54:34.931Z] #8 exporting manifest sha256:656a7202459428f86be0cbcddc49c788ca48224c6b16db26cba53ea0c8c5d027 done [2025-10-31T12:54:34.931Z] #8 exporting config sha256:6f5d1906559d7806aefa2c1cfbe662ed211c57bc4a567c6aa71f4c899351c48c done [2025-10-31T12:54:34.931Z] #8 exporting manifest list sha256:e34af1a9af482cec69a0db57dab24d3f74c9ecec182306ca0b95bb958bfc8014 done [2025-10-31T12:54:34.931Z] #8 pushing layers 0.0s done [2025-10-31T12:54:34.931Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.73@sha256:e34af1a9af482cec69a0db57dab24d3f74c9ecec182306ca0b95bb958bfc8014 0.1s done [2025-10-31T12:54:34.931Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T12:54:34.931Z] #8 DONE 0.1s [2025-10-31T12:54:34.931Z] [2025-10-31T12:54:34.931Z] 1 warning found (use --debug to expand): [2025-10-31T12:54:34.931Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T12:54:35.225Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73' [2025-10-31T12:54:35.225Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 --push - [2025-10-31T12:54:35.485Z] #1 [internal] load build definition from Dockerfile [2025-10-31T12:54:35.485Z] #1 transferring dockerfile: 207B done [2025-10-31T12:54:35.485Z] #1 DONE 0.0s [2025-10-31T12:54:35.485Z] [2025-10-31T12:54:35.485Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:54:35.485Z] #2 DONE 0.0s [2025-10-31T12:54:35.485Z] [2025-10-31T12:54:35.485Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:54:35.485Z] #3 DONE 0.0s [2025-10-31T12:54:35.485Z] [2025-10-31T12:54:35.485Z] #4 [internal] load .dockerignore [2025-10-31T12:54:35.485Z] #4 transferring context: 2B done [2025-10-31T12:54:35.485Z] #4 DONE 0.0s [2025-10-31T12:54:35.485Z] [2025-10-31T12:54:35.485Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:d30e6cbca0f07140bfc075add9d8a003099bcc98b271ac4e5c733442245e85e5 [2025-10-31T12:54:35.485Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:d30e6cbca0f07140bfc075add9d8a003099bcc98b271ac4e5c733442245e85e5 done [2025-10-31T12:54:35.485Z] #5 DONE 0.0s [2025-10-31T12:54:35.485Z] [2025-10-31T12:54:35.485Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:d30e6cbca0f07140bfc075add9d8a003099bcc98b271ac4e5c733442245e85e5 [2025-10-31T12:54:35.485Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:d30e6cbca0f07140bfc075add9d8a003099bcc98b271ac4e5c733442245e85e5 0.0s done [2025-10-31T12:54:35.485Z] #6 CACHED [2025-10-31T12:54:35.485Z] [2025-10-31T12:54:35.485Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:d30e6cbca0f07140bfc075add9d8a003099bcc98b271ac4e5c733442245e85e5 [2025-10-31T12:54:35.485Z] #5 CACHED [2025-10-31T12:54:35.485Z] [2025-10-31T12:54:35.485Z] #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T12:54:35.485Z] #7 DONE 0.0s [2025-10-31T12:54:35.485Z] [2025-10-31T12:54:35.485Z] #8 exporting to image [2025-10-31T12:54:35.485Z] #8 exporting layers done [2025-10-31T12:54:35.485Z] #8 exporting manifest sha256:dc79eff651aa8651a3564138e3867a06a74ccc6b56d0c8de6a7be31df2492264 done [2025-10-31T12:54:35.485Z] #8 exporting config sha256:bc8a287fc122afb07bc2cd24ba93c0fc74344c64304effd76613a61e44c3d5c0 done [2025-10-31T12:54:35.485Z] #8 exporting manifest sha256:656a7202459428f86be0cbcddc49c788ca48224c6b16db26cba53ea0c8c5d027 done [2025-10-31T12:54:35.485Z] #8 exporting config sha256:6f5d1906559d7806aefa2c1cfbe662ed211c57bc4a567c6aa71f4c899351c48c done [2025-10-31T12:54:35.485Z] #8 exporting manifest list sha256:e34af1a9af482cec69a0db57dab24d3f74c9ecec182306ca0b95bb958bfc8014 done [2025-10-31T12:54:35.485Z] #8 pushing layers 0.0s done [2025-10-31T12:54:35.485Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:e34af1a9af482cec69a0db57dab24d3f74c9ecec182306ca0b95bb958bfc8014 [2025-10-31T12:54:35.485Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T12:54:35.485Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:e34af1a9af482cec69a0db57dab24d3f74c9ecec182306ca0b95bb958bfc8014 0.1s done [2025-10-31T12:54:35.485Z] #8 DONE 0.2s [2025-10-31T12:54:35.485Z] [2025-10-31T12:54:35.485Z] 1 warning found (use --debug to expand): [2025-10-31T12:54:35.485Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T12:54:35.775Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:main' [2025-10-31T12:54:35.776Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:main --push - [2025-10-31T12:54:36.037Z] #1 [internal] load build definition from Dockerfile [2025-10-31T12:54:36.037Z] #1 transferring dockerfile: 158B done [2025-10-31T12:54:36.037Z] #1 DONE 0.0s [2025-10-31T12:54:36.037Z] [2025-10-31T12:54:36.037Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main [2025-10-31T12:54:36.037Z] #2 DONE 0.0s [2025-10-31T12:54:36.037Z] [2025-10-31T12:54:36.037Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main [2025-10-31T12:54:36.037Z] #3 DONE 0.0s [2025-10-31T12:54:36.037Z] [2025-10-31T12:54:36.037Z] #4 [internal] load .dockerignore [2025-10-31T12:54:36.037Z] #4 transferring context: 2B done [2025-10-31T12:54:36.037Z] #4 DONE 0.0s [2025-10-31T12:54:36.037Z] [2025-10-31T12:54:36.037Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:d30e6cbca0f07140bfc075add9d8a003099bcc98b271ac4e5c733442245e85e5 [2025-10-31T12:54:36.037Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:d30e6cbca0f07140bfc075add9d8a003099bcc98b271ac4e5c733442245e85e5 0.0s done [2025-10-31T12:54:36.037Z] #5 CACHED [2025-10-31T12:54:36.037Z] [2025-10-31T12:54:36.037Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:d30e6cbca0f07140bfc075add9d8a003099bcc98b271ac4e5c733442245e85e5 [2025-10-31T12:54:36.037Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:d30e6cbca0f07140bfc075add9d8a003099bcc98b271ac4e5c733442245e85e5 0.0s done [2025-10-31T12:54:36.037Z] #6 DONE 0.0s [2025-10-31T12:54:36.037Z] [2025-10-31T12:54:36.037Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:d30e6cbca0f07140bfc075add9d8a003099bcc98b271ac4e5c733442245e85e5 [2025-10-31T12:54:36.037Z] #6 CACHED [2025-10-31T12:54:36.037Z] [2025-10-31T12:54:36.037Z] #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T12:54:36.037Z] #7 DONE 0.0s [2025-10-31T12:54:36.037Z] [2025-10-31T12:54:36.037Z] #8 exporting to image [2025-10-31T12:54:36.037Z] #8 exporting layers done [2025-10-31T12:54:36.037Z] #8 exporting manifest sha256:dc79eff651aa8651a3564138e3867a06a74ccc6b56d0c8de6a7be31df2492264 done [2025-10-31T12:54:36.037Z] #8 exporting config sha256:bc8a287fc122afb07bc2cd24ba93c0fc74344c64304effd76613a61e44c3d5c0 done [2025-10-31T12:54:36.037Z] #8 exporting manifest sha256:656a7202459428f86be0cbcddc49c788ca48224c6b16db26cba53ea0c8c5d027 done [2025-10-31T12:54:36.037Z] #8 exporting config sha256:6f5d1906559d7806aefa2c1cfbe662ed211c57bc4a567c6aa71f4c899351c48c done [2025-10-31T12:54:36.037Z] #8 exporting manifest list sha256:e34af1a9af482cec69a0db57dab24d3f74c9ecec182306ca0b95bb958bfc8014 done [2025-10-31T12:54:36.037Z] #8 pushing layers 0.0s done [2025-10-31T12:54:36.037Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:e34af1a9af482cec69a0db57dab24d3f74c9ecec182306ca0b95bb958bfc8014 0.1s done [2025-10-31T12:54:36.037Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T12:54:36.037Z] #8 DONE 0.1s [2025-10-31T12:54:36.037Z] [2025-10-31T12:54:36.037Z] 1 warning found (use --debug to expand): [2025-10-31T12:54:36.037Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T12:54:36.327Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b' [2025-10-31T12:54:36.327Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b --push - [2025-10-31T12:54:36.587Z] #1 [internal] load build definition from Dockerfile [2025-10-31T12:54:36.587Z] #1 transferring dockerfile: 196B done [2025-10-31T12:54:36.587Z] #1 DONE 0.0s [2025-10-31T12:54:36.587Z] [2025-10-31T12:54:36.587Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:54:36.587Z] #2 DONE 0.1s [2025-10-31T12:54:36.587Z] [2025-10-31T12:54:36.587Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:54:36.587Z] #3 DONE 0.1s [2025-10-31T12:54:36.587Z] [2025-10-31T12:54:36.587Z] #4 [internal] load .dockerignore [2025-10-31T12:54:36.587Z] #4 transferring context: 2B done [2025-10-31T12:54:36.587Z] #4 DONE 0.0s [2025-10-31T12:54:36.587Z] [2025-10-31T12:54:36.587Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:993d2b5dd20c6ee81fecbf582500685736575c32bb36870a82d79d5acb673341 [2025-10-31T12:54:36.587Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:993d2b5dd20c6ee81fecbf582500685736575c32bb36870a82d79d5acb673341 [2025-10-31T12:54:36.587Z] #5 ... [2025-10-31T12:54:36.587Z] [2025-10-31T12:54:36.587Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:993d2b5dd20c6ee81fecbf582500685736575c32bb36870a82d79d5acb673341 [2025-10-31T12:54:36.587Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:993d2b5dd20c6ee81fecbf582500685736575c32bb36870a82d79d5acb673341 0.0s done [2025-10-31T12:54:36.587Z] #6 DONE 0.1s [2025-10-31T12:54:36.587Z] [2025-10-31T12:54:36.587Z] #7 exporting to image [2025-10-31T12:54:36.587Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T12:54:36.587Z] #7 ... [2025-10-31T12:54:36.587Z] [2025-10-31T12:54:36.587Z] #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T12:54:36.587Z] #8 DONE 0.0s [2025-10-31T12:54:36.587Z] [2025-10-31T12:54:36.587Z] #7 exporting to image [2025-10-31T12:54:36.587Z] #7 exporting layers done [2025-10-31T12:54:36.587Z] #7 exporting manifest sha256:83b16985183b3ce7ab922760d8548a6e89632016c7948211fcef06d67e281eb0 done [2025-10-31T12:54:36.587Z] #7 exporting config sha256:086a30e0fe638d2b7c0d8ecefd07809e87030f5f7926feedd2414866ced0477f done [2025-10-31T12:54:36.587Z] #7 exporting manifest sha256:c7ebe6e0ec6945ff3ab4121edc310ddbbc172a28d522d7687fbe643b93cdb6e1 done [2025-10-31T12:54:36.587Z] #7 exporting config sha256:75d1b04febf15755bbd49345ac5d482f22c829b381286f114741ce92069ca109 done [2025-10-31T12:54:36.587Z] #7 exporting manifest list sha256:d9ff283f2a9cff71af11e547cfb377340e17a270ab0b8fa1a0ca4d70897a376d done [2025-10-31T12:54:36.587Z] #7 pushing layers 0.1s done [2025-10-31T12:54:36.587Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:d9ff283f2a9cff71af11e547cfb377340e17a270ab0b8fa1a0ca4d70897a376d [2025-10-31T12:54:36.848Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:d9ff283f2a9cff71af11e547cfb377340e17a270ab0b8fa1a0ca4d70897a376d 0.1s done [2025-10-31T12:54:36.848Z] #7 DONE 0.2s [2025-10-31T12:54:36.848Z] [2025-10-31T12:54:36.848Z] 1 warning found (use --debug to expand): [2025-10-31T12:54:36.848Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T12:54:37.138Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:latest' [2025-10-31T12:54:37.138Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:latest --push - [2025-10-31T12:54:37.138Z] #1 [internal] load build definition from Dockerfile [2025-10-31T12:54:37.138Z] #1 transferring dockerfile: 162B done [2025-10-31T12:54:37.138Z] #1 DONE 0.0s [2025-10-31T12:54:37.138Z] [2025-10-31T12:54:37.138Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-10-31T12:54:37.138Z] #2 DONE 0.0s [2025-10-31T12:54:37.138Z] [2025-10-31T12:54:37.138Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-10-31T12:54:37.138Z] #3 DONE 0.0s [2025-10-31T12:54:37.138Z] [2025-10-31T12:54:37.138Z] #4 [internal] load .dockerignore [2025-10-31T12:54:37.138Z] #4 transferring context: 2B done [2025-10-31T12:54:37.138Z] #4 DONE 0.0s [2025-10-31T12:54:37.396Z] [2025-10-31T12:54:37.396Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:993d2b5dd20c6ee81fecbf582500685736575c32bb36870a82d79d5acb673341 [2025-10-31T12:54:37.396Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:993d2b5dd20c6ee81fecbf582500685736575c32bb36870a82d79d5acb673341 0.0s done [2025-10-31T12:54:37.396Z] #5 CACHED [2025-10-31T12:54:37.396Z] [2025-10-31T12:54:37.396Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:993d2b5dd20c6ee81fecbf582500685736575c32bb36870a82d79d5acb673341 [2025-10-31T12:54:37.396Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:993d2b5dd20c6ee81fecbf582500685736575c32bb36870a82d79d5acb673341 0.0s done [2025-10-31T12:54:37.396Z] #6 CACHED [2025-10-31T12:54:37.396Z] [2025-10-31T12:54:37.396Z] #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T12:54:37.396Z] #7 DONE 0.0s [2025-10-31T12:54:37.396Z] [2025-10-31T12:54:37.396Z] #8 exporting to image [2025-10-31T12:54:37.396Z] #8 exporting layers done [2025-10-31T12:54:37.396Z] #8 exporting manifest sha256:83b16985183b3ce7ab922760d8548a6e89632016c7948211fcef06d67e281eb0 done [2025-10-31T12:54:37.396Z] #8 exporting config sha256:086a30e0fe638d2b7c0d8ecefd07809e87030f5f7926feedd2414866ced0477f done [2025-10-31T12:54:37.396Z] #8 exporting manifest sha256:c7ebe6e0ec6945ff3ab4121edc310ddbbc172a28d522d7687fbe643b93cdb6e1 done [2025-10-31T12:54:37.396Z] #8 exporting config sha256:75d1b04febf15755bbd49345ac5d482f22c829b381286f114741ce92069ca109 done [2025-10-31T12:54:37.396Z] #8 exporting manifest list sha256:d9ff283f2a9cff71af11e547cfb377340e17a270ab0b8fa1a0ca4d70897a376d done [2025-10-31T12:54:37.396Z] #8 pushing layers 0.0s done [2025-10-31T12:54:37.396Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:d9ff283f2a9cff71af11e547cfb377340e17a270ab0b8fa1a0ca4d70897a376d 0.1s done [2025-10-31T12:54:37.396Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T12:54:37.396Z] #8 DONE 0.1s [2025-10-31T12:54:37.396Z] [2025-10-31T12:54:37.396Z] 1 warning found (use --debug to expand): [2025-10-31T12:54:37.396Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T12:54:37.686Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.73' [2025-10-31T12:54:37.686Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.73 --push - [2025-10-31T12:54:37.686Z] #1 [internal] load build definition from Dockerfile [2025-10-31T12:54:37.686Z] #1 transferring dockerfile: 168B done [2025-10-31T12:54:37.686Z] #1 DONE 0.0s [2025-10-31T12:54:37.686Z] [2025-10-31T12:54:37.686Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.73 [2025-10-31T12:54:37.686Z] #2 DONE 0.0s [2025-10-31T12:54:37.686Z] [2025-10-31T12:54:37.686Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.73 [2025-10-31T12:54:37.686Z] #3 DONE 0.0s [2025-10-31T12:54:37.686Z] [2025-10-31T12:54:37.686Z] #4 [internal] load .dockerignore [2025-10-31T12:54:37.686Z] #4 transferring context: 2B done [2025-10-31T12:54:37.686Z] #4 DONE 0.0s [2025-10-31T12:54:37.686Z] [2025-10-31T12:54:37.686Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.73@sha256:993d2b5dd20c6ee81fecbf582500685736575c32bb36870a82d79d5acb673341 [2025-10-31T12:54:37.686Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.73@sha256:993d2b5dd20c6ee81fecbf582500685736575c32bb36870a82d79d5acb673341 0.0s done [2025-10-31T12:54:37.686Z] #5 CACHED [2025-10-31T12:54:37.686Z] [2025-10-31T12:54:37.686Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.73@sha256:993d2b5dd20c6ee81fecbf582500685736575c32bb36870a82d79d5acb673341 [2025-10-31T12:54:37.944Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.73@sha256:993d2b5dd20c6ee81fecbf582500685736575c32bb36870a82d79d5acb673341 0.0s done [2025-10-31T12:54:37.944Z] #6 CACHED [2025-10-31T12:54:37.944Z] [2025-10-31T12:54:37.944Z] #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T12:54:37.944Z] #7 DONE 0.0s [2025-10-31T12:54:37.944Z] [2025-10-31T12:54:37.944Z] #8 exporting to image [2025-10-31T12:54:37.944Z] #8 exporting layers done [2025-10-31T12:54:37.944Z] #8 exporting manifest sha256:83b16985183b3ce7ab922760d8548a6e89632016c7948211fcef06d67e281eb0 done [2025-10-31T12:54:37.944Z] #8 exporting config sha256:086a30e0fe638d2b7c0d8ecefd07809e87030f5f7926feedd2414866ced0477f done [2025-10-31T12:54:37.944Z] #8 exporting manifest sha256:c7ebe6e0ec6945ff3ab4121edc310ddbbc172a28d522d7687fbe643b93cdb6e1 done [2025-10-31T12:54:37.944Z] #8 exporting config sha256:75d1b04febf15755bbd49345ac5d482f22c829b381286f114741ce92069ca109 done [2025-10-31T12:54:37.944Z] #8 exporting manifest list sha256:d9ff283f2a9cff71af11e547cfb377340e17a270ab0b8fa1a0ca4d70897a376d done [2025-10-31T12:54:37.944Z] #8 pushing layers 0.0s done [2025-10-31T12:54:37.944Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.73@sha256:d9ff283f2a9cff71af11e547cfb377340e17a270ab0b8fa1a0ca4d70897a376d [2025-10-31T12:54:37.944Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T12:54:37.944Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.73@sha256:d9ff283f2a9cff71af11e547cfb377340e17a270ab0b8fa1a0ca4d70897a376d 0.2s done [2025-10-31T12:54:37.944Z] #8 DONE 0.2s [2025-10-31T12:54:37.944Z] [2025-10-31T12:54:37.944Z] 1 warning found (use --debug to expand): [2025-10-31T12:54:37.944Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T12:54:38.234Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73' [2025-10-31T12:54:38.235Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 --push - [2025-10-31T12:54:38.235Z] #1 [internal] load build definition from Dockerfile [2025-10-31T12:54:38.235Z] #1 transferring dockerfile: 209B done [2025-10-31T12:54:38.235Z] #1 DONE 0.0s [2025-10-31T12:54:38.235Z] [2025-10-31T12:54:38.235Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:54:38.235Z] #2 DONE 0.0s [2025-10-31T12:54:38.235Z] [2025-10-31T12:54:38.235Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:54:38.235Z] #3 DONE 0.0s [2025-10-31T12:54:38.235Z] [2025-10-31T12:54:38.235Z] #4 [internal] load .dockerignore [2025-10-31T12:54:38.235Z] #4 transferring context: 2B done [2025-10-31T12:54:38.235Z] #4 DONE 0.0s [2025-10-31T12:54:38.235Z] [2025-10-31T12:54:38.235Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:993d2b5dd20c6ee81fecbf582500685736575c32bb36870a82d79d5acb673341 [2025-10-31T12:54:38.235Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:993d2b5dd20c6ee81fecbf582500685736575c32bb36870a82d79d5acb673341 done [2025-10-31T12:54:38.235Z] #5 CACHED [2025-10-31T12:54:38.235Z] [2025-10-31T12:54:38.235Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:993d2b5dd20c6ee81fecbf582500685736575c32bb36870a82d79d5acb673341 [2025-10-31T12:54:38.235Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:993d2b5dd20c6ee81fecbf582500685736575c32bb36870a82d79d5acb673341 0.0s done [2025-10-31T12:54:38.235Z] #6 CACHED [2025-10-31T12:54:38.235Z] [2025-10-31T12:54:38.235Z] #7 exporting to image [2025-10-31T12:54:38.235Z] #7 exporting layers [2025-10-31T12:54:38.235Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T12:54:38.493Z] #7 exporting layers done [2025-10-31T12:54:38.493Z] #7 exporting manifest sha256:83b16985183b3ce7ab922760d8548a6e89632016c7948211fcef06d67e281eb0 done [2025-10-31T12:54:38.493Z] #7 exporting config sha256:086a30e0fe638d2b7c0d8ecefd07809e87030f5f7926feedd2414866ced0477f done [2025-10-31T12:54:38.493Z] #7 exporting manifest sha256:c7ebe6e0ec6945ff3ab4121edc310ddbbc172a28d522d7687fbe643b93cdb6e1 done [2025-10-31T12:54:38.493Z] #7 exporting config sha256:75d1b04febf15755bbd49345ac5d482f22c829b381286f114741ce92069ca109 done [2025-10-31T12:54:38.493Z] #7 exporting manifest list sha256:d9ff283f2a9cff71af11e547cfb377340e17a270ab0b8fa1a0ca4d70897a376d done [2025-10-31T12:54:38.493Z] #7 pushing layers 0.0s done [2025-10-31T12:54:38.493Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:d9ff283f2a9cff71af11e547cfb377340e17a270ab0b8fa1a0ca4d70897a376d 0.1s done [2025-10-31T12:54:38.493Z] #7 DONE 0.1s [2025-10-31T12:54:38.493Z] [2025-10-31T12:54:38.493Z] #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T12:54:38.493Z] #8 DONE 0.0s [2025-10-31T12:54:38.493Z] [2025-10-31T12:54:38.493Z] 1 warning found (use --debug to expand): [2025-10-31T12:54:38.493Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T12:54:38.778Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:main' [2025-10-31T12:54:38.778Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:main --push - [2025-10-31T12:54:38.778Z] #1 [internal] load build definition from Dockerfile [2025-10-31T12:54:38.778Z] #1 transferring dockerfile: 160B done [2025-10-31T12:54:38.778Z] #1 DONE 0.0s [2025-10-31T12:54:38.778Z] [2025-10-31T12:54:38.778Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main [2025-10-31T12:54:38.778Z] #2 DONE 0.0s [2025-10-31T12:54:38.778Z] [2025-10-31T12:54:38.778Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main [2025-10-31T12:54:38.778Z] #3 DONE 0.0s [2025-10-31T12:54:38.778Z] [2025-10-31T12:54:38.778Z] #4 [internal] load .dockerignore [2025-10-31T12:54:38.778Z] #4 transferring context: 2B done [2025-10-31T12:54:38.778Z] #4 DONE 0.0s [2025-10-31T12:54:38.778Z] [2025-10-31T12:54:38.778Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:993d2b5dd20c6ee81fecbf582500685736575c32bb36870a82d79d5acb673341 [2025-10-31T12:54:38.778Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:993d2b5dd20c6ee81fecbf582500685736575c32bb36870a82d79d5acb673341 0.0s done [2025-10-31T12:54:38.778Z] #5 DONE 0.0s [2025-10-31T12:54:38.778Z] [2025-10-31T12:54:38.779Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:993d2b5dd20c6ee81fecbf582500685736575c32bb36870a82d79d5acb673341 [2025-10-31T12:54:39.038Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:993d2b5dd20c6ee81fecbf582500685736575c32bb36870a82d79d5acb673341 0.0s done [2025-10-31T12:54:39.038Z] #6 CACHED [2025-10-31T12:54:39.038Z] [2025-10-31T12:54:39.038Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:993d2b5dd20c6ee81fecbf582500685736575c32bb36870a82d79d5acb673341 [2025-10-31T12:54:39.038Z] #5 CACHED [2025-10-31T12:54:39.038Z] [2025-10-31T12:54:39.038Z] #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T12:54:39.038Z] #7 DONE 0.0s [2025-10-31T12:54:39.038Z] [2025-10-31T12:54:39.038Z] #8 exporting to image [2025-10-31T12:54:39.038Z] #8 exporting layers done [2025-10-31T12:54:39.038Z] #8 exporting manifest sha256:83b16985183b3ce7ab922760d8548a6e89632016c7948211fcef06d67e281eb0 done [2025-10-31T12:54:39.038Z] #8 exporting config sha256:086a30e0fe638d2b7c0d8ecefd07809e87030f5f7926feedd2414866ced0477f done [2025-10-31T12:54:39.038Z] #8 exporting manifest sha256:c7ebe6e0ec6945ff3ab4121edc310ddbbc172a28d522d7687fbe643b93cdb6e1 done [2025-10-31T12:54:39.038Z] #8 exporting config sha256:75d1b04febf15755bbd49345ac5d482f22c829b381286f114741ce92069ca109 done [2025-10-31T12:54:39.038Z] #8 exporting manifest list sha256:d9ff283f2a9cff71af11e547cfb377340e17a270ab0b8fa1a0ca4d70897a376d done [2025-10-31T12:54:39.038Z] #8 pushing layers 0.0s done [2025-10-31T12:54:39.038Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:d9ff283f2a9cff71af11e547cfb377340e17a270ab0b8fa1a0ca4d70897a376d [2025-10-31T12:54:39.038Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T12:54:39.038Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:d9ff283f2a9cff71af11e547cfb377340e17a270ab0b8fa1a0ca4d70897a376d 0.1s done [2025-10-31T12:54:39.038Z] #8 DONE 0.2s [2025-10-31T12:54:39.038Z] [2025-10-31T12:54:39.038Z] 1 warning found (use --debug to expand): [2025-10-31T12:54:39.038Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T12:54:39.325Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:636c0249806ecb81ff5c6dc90fac847d9a5fe90b' [2025-10-31T12:54:39.325Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:636c0249806ecb81ff5c6dc90fac847d9a5fe90b --push - [2025-10-31T12:54:39.325Z] #1 [internal] load build definition from Dockerfile [2025-10-31T12:54:39.325Z] #1 transferring dockerfile: 198B done [2025-10-31T12:54:39.325Z] #1 DONE 0.0s [2025-10-31T12:54:39.325Z] [2025-10-31T12:54:39.325Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:54:39.325Z] #2 DONE 0.0s [2025-10-31T12:54:39.325Z] [2025-10-31T12:54:39.325Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:54:39.325Z] #3 DONE 0.0s [2025-10-31T12:54:39.325Z] [2025-10-31T12:54:39.325Z] #4 [internal] load .dockerignore [2025-10-31T12:54:39.325Z] #4 transferring context: [2025-10-31T12:54:39.589Z] #4 transferring context: 2B done [2025-10-31T12:54:39.590Z] #4 DONE 0.0s [2025-10-31T12:54:39.590Z] [2025-10-31T12:54:39.590Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:7d24f2218dd4076372fc7de5931e87552e65431a255a2c4c8bb2174151526e56 [2025-10-31T12:54:39.590Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:7d24f2218dd4076372fc7de5931e87552e65431a255a2c4c8bb2174151526e56 0.0s done [2025-10-31T12:54:39.590Z] #5 DONE 0.0s [2025-10-31T12:54:39.590Z] [2025-10-31T12:54:39.590Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:7d24f2218dd4076372fc7de5931e87552e65431a255a2c4c8bb2174151526e56 [2025-10-31T12:54:39.590Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:7d24f2218dd4076372fc7de5931e87552e65431a255a2c4c8bb2174151526e56 0.0s done [2025-10-31T12:54:39.590Z] #6 DONE 0.1s [2025-10-31T12:54:39.590Z] [2025-10-31T12:54:39.590Z] #7 exporting to image [2025-10-31T12:54:39.590Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T12:54:39.590Z] #7 ... [2025-10-31T12:54:39.590Z] [2025-10-31T12:54:39.590Z] #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T12:54:39.590Z] #8 DONE 0.0s [2025-10-31T12:54:39.590Z] [2025-10-31T12:54:39.590Z] #7 exporting to image [2025-10-31T12:54:39.590Z] #7 exporting layers done [2025-10-31T12:54:39.590Z] #7 exporting manifest sha256:ac8cfeea8d4d601035a2eb05d1e778a214013a1f58fdeee47cb25a2022c2da59 done [2025-10-31T12:54:39.590Z] #7 exporting config sha256:6da8b5d5d28dbaefd89d194b9a2a4ef8dc400da655bb43d65c288f86d2f671e3 done [2025-10-31T12:54:39.590Z] #7 exporting manifest sha256:38263114812542bb53684bcdd45835793cf077bbeffc75420d06e3b0dfe851b0 done [2025-10-31T12:54:39.590Z] #7 exporting config sha256:5c85a3fd0fe615c4fbdacddbb7136804a0ceb0a6cea0272ea1c4bc07fdacc24b done [2025-10-31T12:54:39.590Z] #7 exporting manifest list sha256:348d656588d02da8d794dca00fbebc4e36626e884d5113ff259696ef0c6f4836 0.0s done [2025-10-31T12:54:39.590Z] #7 pushing layers [2025-10-31T12:54:39.849Z] #7 pushing layers 0.2s done [2025-10-31T12:54:39.849Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:348d656588d02da8d794dca00fbebc4e36626e884d5113ff259696ef0c6f4836 [2025-10-31T12:54:39.849Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:348d656588d02da8d794dca00fbebc4e36626e884d5113ff259696ef0c6f4836 0.1s done [2025-10-31T12:54:39.849Z] #7 DONE 0.3s [2025-10-31T12:54:39.849Z] [2025-10-31T12:54:39.849Z] 1 warning found (use --debug to expand): [2025-10-31T12:54:39.849Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T12:54:40.151Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:latest' [2025-10-31T12:54:40.151Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:latest --push - [2025-10-31T12:54:40.412Z] #1 [internal] load build definition from Dockerfile [2025-10-31T12:54:40.412Z] #1 transferring dockerfile: 164B done [2025-10-31T12:54:40.412Z] #1 DONE 0.0s [2025-10-31T12:54:40.412Z] [2025-10-31T12:54:40.412Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-10-31T12:54:40.412Z] #2 DONE 0.0s [2025-10-31T12:54:40.412Z] [2025-10-31T12:54:40.412Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-10-31T12:54:40.412Z] #3 DONE 0.0s [2025-10-31T12:54:40.412Z] [2025-10-31T12:54:40.412Z] #4 [internal] load .dockerignore [2025-10-31T12:54:40.412Z] #4 transferring context: 2B done [2025-10-31T12:54:40.412Z] #4 DONE 0.0s [2025-10-31T12:54:40.412Z] [2025-10-31T12:54:40.412Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:7d24f2218dd4076372fc7de5931e87552e65431a255a2c4c8bb2174151526e56 [2025-10-31T12:54:40.412Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:7d24f2218dd4076372fc7de5931e87552e65431a255a2c4c8bb2174151526e56 [2025-10-31T12:54:40.412Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:7d24f2218dd4076372fc7de5931e87552e65431a255a2c4c8bb2174151526e56 done [2025-10-31T12:54:40.412Z] #5 CACHED [2025-10-31T12:54:40.412Z] [2025-10-31T12:54:40.412Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:7d24f2218dd4076372fc7de5931e87552e65431a255a2c4c8bb2174151526e56 [2025-10-31T12:54:40.412Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:7d24f2218dd4076372fc7de5931e87552e65431a255a2c4c8bb2174151526e56 0.0s done [2025-10-31T12:54:40.412Z] #6 CACHED [2025-10-31T12:54:40.412Z] [2025-10-31T12:54:40.412Z] #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T12:54:40.412Z] #7 DONE 0.0s [2025-10-31T12:54:40.412Z] [2025-10-31T12:54:40.412Z] #8 exporting to image [2025-10-31T12:54:40.412Z] #8 exporting layers done [2025-10-31T12:54:40.412Z] #8 exporting manifest sha256:ac8cfeea8d4d601035a2eb05d1e778a214013a1f58fdeee47cb25a2022c2da59 done [2025-10-31T12:54:40.412Z] #8 exporting config sha256:6da8b5d5d28dbaefd89d194b9a2a4ef8dc400da655bb43d65c288f86d2f671e3 done [2025-10-31T12:54:40.412Z] #8 exporting manifest sha256:38263114812542bb53684bcdd45835793cf077bbeffc75420d06e3b0dfe851b0 done [2025-10-31T12:54:40.412Z] #8 exporting config sha256:5c85a3fd0fe615c4fbdacddbb7136804a0ceb0a6cea0272ea1c4bc07fdacc24b done [2025-10-31T12:54:40.412Z] #8 exporting manifest list sha256:348d656588d02da8d794dca00fbebc4e36626e884d5113ff259696ef0c6f4836 done [2025-10-31T12:54:40.412Z] #8 pushing layers 0.0s done [2025-10-31T12:54:40.412Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:348d656588d02da8d794dca00fbebc4e36626e884d5113ff259696ef0c6f4836 [2025-10-31T12:54:40.412Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T12:54:40.412Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:348d656588d02da8d794dca00fbebc4e36626e884d5113ff259696ef0c6f4836 0.1s done [2025-10-31T12:54:40.412Z] #8 DONE 0.1s [2025-10-31T12:54:40.412Z] [2025-10-31T12:54:40.412Z] 1 warning found (use --debug to expand): [2025-10-31T12:54:40.412Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T12:54:40.708Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.73' [2025-10-31T12:54:40.708Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.73 --push - [2025-10-31T12:54:40.971Z] #1 [internal] load build definition from Dockerfile [2025-10-31T12:54:40.971Z] #1 transferring dockerfile: 170B done [2025-10-31T12:54:40.971Z] #1 DONE 0.0s [2025-10-31T12:54:40.971Z] [2025-10-31T12:54:40.971Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.73 [2025-10-31T12:54:40.971Z] #2 DONE 0.0s [2025-10-31T12:54:40.971Z] [2025-10-31T12:54:40.971Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.73 [2025-10-31T12:54:40.971Z] #3 DONE 0.0s [2025-10-31T12:54:40.971Z] [2025-10-31T12:54:40.971Z] #4 [internal] load .dockerignore [2025-10-31T12:54:40.971Z] #4 transferring context: 2B done [2025-10-31T12:54:40.971Z] #4 DONE 0.0s [2025-10-31T12:54:40.971Z] [2025-10-31T12:54:40.971Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.73@sha256:7d24f2218dd4076372fc7de5931e87552e65431a255a2c4c8bb2174151526e56 [2025-10-31T12:54:40.971Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.73@sha256:7d24f2218dd4076372fc7de5931e87552e65431a255a2c4c8bb2174151526e56 0.0s done [2025-10-31T12:54:40.971Z] #5 CACHED [2025-10-31T12:54:40.971Z] [2025-10-31T12:54:40.971Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.73@sha256:7d24f2218dd4076372fc7de5931e87552e65431a255a2c4c8bb2174151526e56 [2025-10-31T12:54:40.971Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.73@sha256:7d24f2218dd4076372fc7de5931e87552e65431a255a2c4c8bb2174151526e56 0.0s done [2025-10-31T12:54:40.971Z] #6 CACHED [2025-10-31T12:54:40.971Z] [2025-10-31T12:54:40.971Z] #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T12:54:40.971Z] #7 DONE 0.0s [2025-10-31T12:54:40.971Z] [2025-10-31T12:54:40.971Z] #8 exporting to image [2025-10-31T12:54:40.971Z] #8 exporting layers done [2025-10-31T12:54:40.971Z] #8 exporting manifest sha256:ac8cfeea8d4d601035a2eb05d1e778a214013a1f58fdeee47cb25a2022c2da59 done [2025-10-31T12:54:40.971Z] #8 exporting config sha256:6da8b5d5d28dbaefd89d194b9a2a4ef8dc400da655bb43d65c288f86d2f671e3 done [2025-10-31T12:54:40.971Z] #8 exporting manifest sha256:38263114812542bb53684bcdd45835793cf077bbeffc75420d06e3b0dfe851b0 done [2025-10-31T12:54:40.971Z] #8 exporting config sha256:5c85a3fd0fe615c4fbdacddbb7136804a0ceb0a6cea0272ea1c4bc07fdacc24b done [2025-10-31T12:54:40.971Z] #8 exporting manifest list sha256:348d656588d02da8d794dca00fbebc4e36626e884d5113ff259696ef0c6f4836 done [2025-10-31T12:54:40.971Z] #8 pushing layers 0.0s done [2025-10-31T12:54:40.971Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.73@sha256:348d656588d02da8d794dca00fbebc4e36626e884d5113ff259696ef0c6f4836 0.1s done [2025-10-31T12:54:40.971Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T12:54:40.971Z] #8 DONE 0.1s [2025-10-31T12:54:40.971Z] [2025-10-31T12:54:40.971Z] 1 warning found (use --debug to expand): [2025-10-31T12:54:40.971Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T12:54:41.271Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73' [2025-10-31T12:54:41.271Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 --push - [2025-10-31T12:54:41.271Z] #1 [internal] load build definition from Dockerfile [2025-10-31T12:54:41.271Z] #1 transferring dockerfile: 211B done [2025-10-31T12:54:41.271Z] #1 DONE 0.0s [2025-10-31T12:54:41.271Z] [2025-10-31T12:54:41.271Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:54:41.271Z] #2 DONE 0.0s [2025-10-31T12:54:41.271Z] [2025-10-31T12:54:41.271Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:54:41.271Z] #3 DONE 0.0s [2025-10-31T12:54:41.271Z] [2025-10-31T12:54:41.271Z] #4 [internal] load .dockerignore [2025-10-31T12:54:41.271Z] #4 transferring context: 2B done [2025-10-31T12:54:41.271Z] #4 DONE 0.0s [2025-10-31T12:54:41.271Z] [2025-10-31T12:54:41.271Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:7d24f2218dd4076372fc7de5931e87552e65431a255a2c4c8bb2174151526e56 [2025-10-31T12:54:41.271Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:7d24f2218dd4076372fc7de5931e87552e65431a255a2c4c8bb2174151526e56 0.0s done [2025-10-31T12:54:41.271Z] #5 DONE 0.0s [2025-10-31T12:54:41.271Z] [2025-10-31T12:54:41.271Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:7d24f2218dd4076372fc7de5931e87552e65431a255a2c4c8bb2174151526e56 [2025-10-31T12:54:41.532Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:7d24f2218dd4076372fc7de5931e87552e65431a255a2c4c8bb2174151526e56 0.0s done [2025-10-31T12:54:41.532Z] #6 CACHED [2025-10-31T12:54:41.532Z] [2025-10-31T12:54:41.532Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:7d24f2218dd4076372fc7de5931e87552e65431a255a2c4c8bb2174151526e56 [2025-10-31T12:54:41.532Z] #5 CACHED [2025-10-31T12:54:41.532Z] [2025-10-31T12:54:41.532Z] #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T12:54:41.532Z] #7 DONE 0.0s [2025-10-31T12:54:41.532Z] [2025-10-31T12:54:41.532Z] #8 exporting to image [2025-10-31T12:54:41.532Z] #8 exporting layers done [2025-10-31T12:54:41.532Z] #8 exporting manifest sha256:ac8cfeea8d4d601035a2eb05d1e778a214013a1f58fdeee47cb25a2022c2da59 done [2025-10-31T12:54:41.532Z] #8 exporting config sha256:6da8b5d5d28dbaefd89d194b9a2a4ef8dc400da655bb43d65c288f86d2f671e3 done [2025-10-31T12:54:41.532Z] #8 exporting manifest sha256:38263114812542bb53684bcdd45835793cf077bbeffc75420d06e3b0dfe851b0 done [2025-10-31T12:54:41.532Z] #8 exporting config sha256:5c85a3fd0fe615c4fbdacddbb7136804a0ceb0a6cea0272ea1c4bc07fdacc24b done [2025-10-31T12:54:41.532Z] #8 exporting manifest list sha256:348d656588d02da8d794dca00fbebc4e36626e884d5113ff259696ef0c6f4836 done [2025-10-31T12:54:41.532Z] #8 pushing layers 0.0s done [2025-10-31T12:54:41.532Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:348d656588d02da8d794dca00fbebc4e36626e884d5113ff259696ef0c6f4836 0.1s done [2025-10-31T12:54:41.532Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T12:54:41.532Z] #8 DONE 0.1s [2025-10-31T12:54:41.532Z] [2025-10-31T12:54:41.532Z] 1 warning found (use --debug to expand): [2025-10-31T12:54:41.532Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T12:54:41.830Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:main' [2025-10-31T12:54:41.830Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:main --push - [2025-10-31T12:54:41.830Z] #1 [internal] load build definition from Dockerfile [2025-10-31T12:54:41.830Z] #1 transferring dockerfile: 162B done [2025-10-31T12:54:41.830Z] #1 DONE 0.0s [2025-10-31T12:54:41.830Z] [2025-10-31T12:54:41.830Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main [2025-10-31T12:54:41.830Z] #2 DONE 0.0s [2025-10-31T12:54:41.830Z] [2025-10-31T12:54:41.830Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main [2025-10-31T12:54:41.830Z] #3 DONE 0.0s [2025-10-31T12:54:41.830Z] [2025-10-31T12:54:41.830Z] #4 [internal] load .dockerignore [2025-10-31T12:54:41.830Z] #4 transferring context: 2B done [2025-10-31T12:54:41.830Z] #4 DONE 0.0s [2025-10-31T12:54:41.830Z] [2025-10-31T12:54:41.830Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:7d24f2218dd4076372fc7de5931e87552e65431a255a2c4c8bb2174151526e56 [2025-10-31T12:54:41.830Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:7d24f2218dd4076372fc7de5931e87552e65431a255a2c4c8bb2174151526e56 0.0s done [2025-10-31T12:54:41.830Z] #5 DONE 0.0s [2025-10-31T12:54:41.830Z] [2025-10-31T12:54:41.830Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:7d24f2218dd4076372fc7de5931e87552e65431a255a2c4c8bb2174151526e56 [2025-10-31T12:54:42.092Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:7d24f2218dd4076372fc7de5931e87552e65431a255a2c4c8bb2174151526e56 0.0s done [2025-10-31T12:54:42.092Z] #6 CACHED [2025-10-31T12:54:42.092Z] [2025-10-31T12:54:42.092Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:7d24f2218dd4076372fc7de5931e87552e65431a255a2c4c8bb2174151526e56 [2025-10-31T12:54:42.092Z] #5 CACHED [2025-10-31T12:54:42.092Z] [2025-10-31T12:54:42.092Z] #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T12:54:42.092Z] #7 DONE 0.0s [2025-10-31T12:54:42.092Z] [2025-10-31T12:54:42.092Z] #8 exporting to image [2025-10-31T12:54:42.092Z] #8 exporting layers done [2025-10-31T12:54:42.092Z] #8 exporting manifest sha256:ac8cfeea8d4d601035a2eb05d1e778a214013a1f58fdeee47cb25a2022c2da59 done [2025-10-31T12:54:42.092Z] #8 exporting config sha256:6da8b5d5d28dbaefd89d194b9a2a4ef8dc400da655bb43d65c288f86d2f671e3 done [2025-10-31T12:54:42.092Z] #8 exporting manifest sha256:38263114812542bb53684bcdd45835793cf077bbeffc75420d06e3b0dfe851b0 done [2025-10-31T12:54:42.092Z] #8 exporting config sha256:5c85a3fd0fe615c4fbdacddbb7136804a0ceb0a6cea0272ea1c4bc07fdacc24b done [2025-10-31T12:54:42.092Z] #8 exporting manifest list sha256:348d656588d02da8d794dca00fbebc4e36626e884d5113ff259696ef0c6f4836 done [2025-10-31T12:54:42.092Z] #8 pushing layers 0.0s done [2025-10-31T12:54:42.092Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:348d656588d02da8d794dca00fbebc4e36626e884d5113ff259696ef0c6f4836 [2025-10-31T12:54:42.092Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T12:54:42.092Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:348d656588d02da8d794dca00fbebc4e36626e884d5113ff259696ef0c6f4836 0.1s done [2025-10-31T12:54:42.092Z] #8 DONE 0.2s [2025-10-31T12:54:42.092Z] [2025-10-31T12:54:42.092Z] 1 warning found (use --debug to expand): [2025-10-31T12:54:42.092Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T12:54:42.381Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b --push - [2025-10-31T12:54:42.381Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b' [2025-10-31T12:54:42.381Z] #1 [internal] load build definition from Dockerfile [2025-10-31T12:54:42.381Z] #1 transferring dockerfile: 206B done [2025-10-31T12:54:42.381Z] #1 DONE 0.0s [2025-10-31T12:54:42.381Z] [2025-10-31T12:54:42.381Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:54:42.381Z] #2 DONE 0.0s [2025-10-31T12:54:42.381Z] [2025-10-31T12:54:42.381Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:54:42.381Z] #3 DONE 0.1s [2025-10-31T12:54:42.381Z] [2025-10-31T12:54:42.381Z] #4 [internal] load .dockerignore [2025-10-31T12:54:42.381Z] #4 transferring context: 2B done [2025-10-31T12:54:42.381Z] #4 DONE 0.0s [2025-10-31T12:54:42.641Z] [2025-10-31T12:54:42.641Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:92bf45850dd9eb116830fa31721479033c9d7cc36711a2b47a1382d0ae2f33cf [2025-10-31T12:54:42.641Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:92bf45850dd9eb116830fa31721479033c9d7cc36711a2b47a1382d0ae2f33cf 0.0s done [2025-10-31T12:54:42.641Z] #5 DONE 0.0s [2025-10-31T12:54:42.641Z] [2025-10-31T12:54:42.641Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:92bf45850dd9eb116830fa31721479033c9d7cc36711a2b47a1382d0ae2f33cf [2025-10-31T12:54:42.641Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:92bf45850dd9eb116830fa31721479033c9d7cc36711a2b47a1382d0ae2f33cf 0.0s done [2025-10-31T12:54:42.641Z] #6 DONE 0.2s [2025-10-31T12:54:42.641Z] [2025-10-31T12:54:42.641Z] #7 exporting to image [2025-10-31T12:54:42.641Z] #7 exporting layers done [2025-10-31T12:54:42.641Z] #7 exporting manifest sha256:8f3d8ec7dfe4709fdab0ab36c36320819548a41336a0008c8571c4fba55f8402 0.0s done [2025-10-31T12:54:42.641Z] #7 exporting config sha256:fc0610022c4a8920dd30f23c65cfa7e1f0c665bf9377acc6c9e1f43756ad2b39 done [2025-10-31T12:54:42.641Z] #7 exporting manifest sha256:bdafb72a29f67befa0cb897302c4762301fd9d84fba7a91a71a23f99a7fc4454 0.0s done [2025-10-31T12:54:42.641Z] #7 exporting config sha256:ebf940b882e5b650f6b3db99945ce109b288a6accc89b859ce810a056356712f [2025-10-31T12:54:42.641Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T12:54:42.899Z] #7 ... [2025-10-31T12:54:42.899Z] [2025-10-31T12:54:42.899Z] #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T12:54:42.899Z] #8 DONE 0.0s [2025-10-31T12:54:42.899Z] [2025-10-31T12:54:42.899Z] #7 exporting to image [2025-10-31T12:54:42.899Z] #7 exporting config sha256:ebf940b882e5b650f6b3db99945ce109b288a6accc89b859ce810a056356712f done [2025-10-31T12:54:42.899Z] #7 exporting manifest list sha256:a9cea0abf31afaf4c24db858b104dae706387c754e3a0a147f3278bb33cfefea 0.0s done [2025-10-31T12:54:42.899Z] #7 pushing layers 0.1s done [2025-10-31T12:54:42.899Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:a9cea0abf31afaf4c24db858b104dae706387c754e3a0a147f3278bb33cfefea [2025-10-31T12:54:42.899Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:a9cea0abf31afaf4c24db858b104dae706387c754e3a0a147f3278bb33cfefea 0.1s done [2025-10-31T12:54:42.899Z] #7 DONE 0.3s [2025-10-31T12:54:43.158Z] [2025-10-31T12:54:43.158Z] 1 warning found (use --debug to expand): [2025-10-31T12:54:43.158Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T12:54:43.455Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest' [2025-10-31T12:54:43.456Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:latest --push - [2025-10-31T12:54:43.456Z] #1 [internal] load build definition from Dockerfile [2025-10-31T12:54:43.456Z] #1 transferring dockerfile: 172B done [2025-10-31T12:54:43.456Z] #1 DONE 0.0s [2025-10-31T12:54:43.456Z] [2025-10-31T12:54:43.456Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-10-31T12:54:43.456Z] #2 DONE 0.0s [2025-10-31T12:54:43.456Z] [2025-10-31T12:54:43.456Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-10-31T12:54:43.456Z] #3 DONE 0.0s [2025-10-31T12:54:43.456Z] [2025-10-31T12:54:43.456Z] #4 [internal] load .dockerignore [2025-10-31T12:54:43.456Z] #4 transferring context: 2B done [2025-10-31T12:54:43.456Z] #4 DONE 0.0s [2025-10-31T12:54:43.456Z] [2025-10-31T12:54:43.456Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:92bf45850dd9eb116830fa31721479033c9d7cc36711a2b47a1382d0ae2f33cf [2025-10-31T12:54:43.456Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:92bf45850dd9eb116830fa31721479033c9d7cc36711a2b47a1382d0ae2f33cf 0.0s done [2025-10-31T12:54:43.456Z] #5 DONE 0.0s [2025-10-31T12:54:43.456Z] [2025-10-31T12:54:43.456Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:92bf45850dd9eb116830fa31721479033c9d7cc36711a2b47a1382d0ae2f33cf [2025-10-31T12:54:43.715Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:92bf45850dd9eb116830fa31721479033c9d7cc36711a2b47a1382d0ae2f33cf 0.0s done [2025-10-31T12:54:43.715Z] #6 CACHED [2025-10-31T12:54:43.715Z] [2025-10-31T12:54:43.715Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:92bf45850dd9eb116830fa31721479033c9d7cc36711a2b47a1382d0ae2f33cf [2025-10-31T12:54:43.715Z] #5 CACHED [2025-10-31T12:54:43.715Z] [2025-10-31T12:54:43.715Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T12:54:43.715Z] #7 DONE 0.0s [2025-10-31T12:54:43.715Z] [2025-10-31T12:54:43.715Z] #8 exporting to image [2025-10-31T12:54:43.715Z] #8 exporting layers done [2025-10-31T12:54:43.715Z] #8 exporting manifest sha256:8f3d8ec7dfe4709fdab0ab36c36320819548a41336a0008c8571c4fba55f8402 done [2025-10-31T12:54:43.715Z] #8 exporting config sha256:fc0610022c4a8920dd30f23c65cfa7e1f0c665bf9377acc6c9e1f43756ad2b39 done [2025-10-31T12:54:43.715Z] #8 exporting manifest sha256:bdafb72a29f67befa0cb897302c4762301fd9d84fba7a91a71a23f99a7fc4454 done [2025-10-31T12:54:43.715Z] #8 exporting config sha256:ebf940b882e5b650f6b3db99945ce109b288a6accc89b859ce810a056356712f done [2025-10-31T12:54:43.715Z] #8 exporting manifest list sha256:a9cea0abf31afaf4c24db858b104dae706387c754e3a0a147f3278bb33cfefea done [2025-10-31T12:54:43.715Z] #8 pushing layers 0.0s done [2025-10-31T12:54:43.715Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:a9cea0abf31afaf4c24db858b104dae706387c754e3a0a147f3278bb33cfefea 0.1s done [2025-10-31T12:54:43.715Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T12:54:43.715Z] #8 DONE 0.1s [2025-10-31T12:54:43.715Z] [2025-10-31T12:54:43.715Z] 1 warning found (use --debug to expand): [2025-10-31T12:54:43.715Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T12:54:44.005Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.73 --push - [2025-10-31T12:54:44.005Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.73' [2025-10-31T12:54:44.265Z] #1 [internal] load build definition from Dockerfile [2025-10-31T12:54:44.265Z] #1 transferring dockerfile: 178B done [2025-10-31T12:54:44.265Z] #1 DONE 0.0s [2025-10-31T12:54:44.265Z] [2025-10-31T12:54:44.265Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.73 [2025-10-31T12:54:44.265Z] #2 DONE 0.0s [2025-10-31T12:54:44.265Z] [2025-10-31T12:54:44.265Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.73 [2025-10-31T12:54:44.265Z] #3 DONE 0.0s [2025-10-31T12:54:44.265Z] [2025-10-31T12:54:44.265Z] #4 [internal] load .dockerignore [2025-10-31T12:54:44.265Z] #4 transferring context: 2B done [2025-10-31T12:54:44.265Z] #4 DONE 0.0s [2025-10-31T12:54:44.265Z] [2025-10-31T12:54:44.265Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.73@sha256:92bf45850dd9eb116830fa31721479033c9d7cc36711a2b47a1382d0ae2f33cf [2025-10-31T12:54:44.265Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.73@sha256:92bf45850dd9eb116830fa31721479033c9d7cc36711a2b47a1382d0ae2f33cf 0.0s done [2025-10-31T12:54:44.265Z] #5 DONE 0.0s [2025-10-31T12:54:44.265Z] [2025-10-31T12:54:44.265Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.73@sha256:92bf45850dd9eb116830fa31721479033c9d7cc36711a2b47a1382d0ae2f33cf [2025-10-31T12:54:44.265Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.73@sha256:92bf45850dd9eb116830fa31721479033c9d7cc36711a2b47a1382d0ae2f33cf 0.0s done [2025-10-31T12:54:44.265Z] #6 CACHED [2025-10-31T12:54:44.265Z] [2025-10-31T12:54:44.265Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.73@sha256:92bf45850dd9eb116830fa31721479033c9d7cc36711a2b47a1382d0ae2f33cf [2025-10-31T12:54:44.265Z] #5 CACHED [2025-10-31T12:54:44.265Z] [2025-10-31T12:54:44.265Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T12:54:44.265Z] #7 DONE 0.0s [2025-10-31T12:54:44.265Z] [2025-10-31T12:54:44.265Z] #8 exporting to image [2025-10-31T12:54:44.265Z] #8 exporting layers done [2025-10-31T12:54:44.265Z] #8 exporting manifest sha256:8f3d8ec7dfe4709fdab0ab36c36320819548a41336a0008c8571c4fba55f8402 done [2025-10-31T12:54:44.265Z] #8 exporting config sha256:fc0610022c4a8920dd30f23c65cfa7e1f0c665bf9377acc6c9e1f43756ad2b39 done [2025-10-31T12:54:44.265Z] #8 exporting manifest sha256:bdafb72a29f67befa0cb897302c4762301fd9d84fba7a91a71a23f99a7fc4454 done [2025-10-31T12:54:44.265Z] #8 exporting config sha256:ebf940b882e5b650f6b3db99945ce109b288a6accc89b859ce810a056356712f done [2025-10-31T12:54:44.265Z] #8 exporting manifest list sha256:a9cea0abf31afaf4c24db858b104dae706387c754e3a0a147f3278bb33cfefea done [2025-10-31T12:54:44.265Z] #8 pushing layers 0.0s done [2025-10-31T12:54:44.265Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.73@sha256:a9cea0abf31afaf4c24db858b104dae706387c754e3a0a147f3278bb33cfefea 0.1s done [2025-10-31T12:54:44.265Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T12:54:44.265Z] #8 DONE 0.1s [2025-10-31T12:54:44.265Z] [2025-10-31T12:54:44.265Z] 1 warning found (use --debug to expand): [2025-10-31T12:54:44.265Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T12:54:44.558Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73' [2025-10-31T12:54:44.558Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 --push - [2025-10-31T12:54:44.817Z] #1 [internal] load build definition from Dockerfile [2025-10-31T12:54:44.817Z] #1 transferring dockerfile: 219B done [2025-10-31T12:54:44.817Z] #1 DONE 0.0s [2025-10-31T12:54:44.817Z] [2025-10-31T12:54:44.817Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:54:44.817Z] #2 DONE 0.0s [2025-10-31T12:54:44.817Z] [2025-10-31T12:54:44.817Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:54:44.817Z] #3 DONE 0.0s [2025-10-31T12:54:44.817Z] [2025-10-31T12:54:44.817Z] #4 [internal] load .dockerignore [2025-10-31T12:54:44.817Z] #4 transferring context: 2B done [2025-10-31T12:54:44.817Z] #4 DONE 0.0s [2025-10-31T12:54:44.817Z] [2025-10-31T12:54:44.817Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:92bf45850dd9eb116830fa31721479033c9d7cc36711a2b47a1382d0ae2f33cf [2025-10-31T12:54:44.817Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:92bf45850dd9eb116830fa31721479033c9d7cc36711a2b47a1382d0ae2f33cf 0.0s done [2025-10-31T12:54:44.817Z] #5 DONE 0.0s [2025-10-31T12:54:44.817Z] [2025-10-31T12:54:44.817Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:92bf45850dd9eb116830fa31721479033c9d7cc36711a2b47a1382d0ae2f33cf [2025-10-31T12:54:44.817Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:92bf45850dd9eb116830fa31721479033c9d7cc36711a2b47a1382d0ae2f33cf 0.0s done [2025-10-31T12:54:44.817Z] #6 CACHED [2025-10-31T12:54:44.817Z] [2025-10-31T12:54:44.817Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:92bf45850dd9eb116830fa31721479033c9d7cc36711a2b47a1382d0ae2f33cf [2025-10-31T12:54:44.817Z] #5 CACHED [2025-10-31T12:54:44.817Z] [2025-10-31T12:54:44.817Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T12:54:44.817Z] #7 DONE 0.0s [2025-10-31T12:54:44.817Z] [2025-10-31T12:54:44.817Z] #8 exporting to image [2025-10-31T12:54:44.817Z] #8 exporting layers done [2025-10-31T12:54:44.817Z] #8 exporting manifest sha256:8f3d8ec7dfe4709fdab0ab36c36320819548a41336a0008c8571c4fba55f8402 done [2025-10-31T12:54:44.817Z] #8 exporting config sha256:fc0610022c4a8920dd30f23c65cfa7e1f0c665bf9377acc6c9e1f43756ad2b39 done [2025-10-31T12:54:44.817Z] #8 exporting manifest sha256:bdafb72a29f67befa0cb897302c4762301fd9d84fba7a91a71a23f99a7fc4454 done [2025-10-31T12:54:44.817Z] #8 exporting config sha256:ebf940b882e5b650f6b3db99945ce109b288a6accc89b859ce810a056356712f done [2025-10-31T12:54:44.817Z] #8 exporting manifest list sha256:a9cea0abf31afaf4c24db858b104dae706387c754e3a0a147f3278bb33cfefea done [2025-10-31T12:54:44.817Z] #8 pushing layers 0.0s done [2025-10-31T12:54:44.817Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:a9cea0abf31afaf4c24db858b104dae706387c754e3a0a147f3278bb33cfefea 0.1s done [2025-10-31T12:54:44.817Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T12:54:44.817Z] #8 DONE 0.1s [2025-10-31T12:54:44.817Z] [2025-10-31T12:54:44.817Z] 1 warning found (use --debug to expand): [2025-10-31T12:54:44.817Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T12:54:45.103Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:main --push - [2025-10-31T12:54:45.103Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main' [2025-10-31T12:54:45.362Z] #1 [internal] load build definition from Dockerfile [2025-10-31T12:54:45.363Z] #1 transferring dockerfile: 170B done [2025-10-31T12:54:45.363Z] #1 DONE 0.0s [2025-10-31T12:54:45.363Z] [2025-10-31T12:54:45.363Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-10-31T12:54:45.363Z] #2 DONE 0.0s [2025-10-31T12:54:45.363Z] [2025-10-31T12:54:45.363Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-10-31T12:54:45.363Z] #3 DONE 0.0s [2025-10-31T12:54:45.363Z] [2025-10-31T12:54:45.363Z] #4 [internal] load .dockerignore [2025-10-31T12:54:45.363Z] #4 transferring context: 2B done [2025-10-31T12:54:45.363Z] #4 DONE 0.0s [2025-10-31T12:54:45.363Z] [2025-10-31T12:54:45.363Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:92bf45850dd9eb116830fa31721479033c9d7cc36711a2b47a1382d0ae2f33cf [2025-10-31T12:54:45.363Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:92bf45850dd9eb116830fa31721479033c9d7cc36711a2b47a1382d0ae2f33cf 0.0s done [2025-10-31T12:54:45.363Z] #5 CACHED [2025-10-31T12:54:45.363Z] [2025-10-31T12:54:45.363Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:92bf45850dd9eb116830fa31721479033c9d7cc36711a2b47a1382d0ae2f33cf [2025-10-31T12:54:45.363Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:92bf45850dd9eb116830fa31721479033c9d7cc36711a2b47a1382d0ae2f33cf 0.0s done [2025-10-31T12:54:45.363Z] #6 CACHED [2025-10-31T12:54:45.363Z] [2025-10-31T12:54:45.363Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T12:54:45.363Z] #7 DONE 0.0s [2025-10-31T12:54:45.363Z] [2025-10-31T12:54:45.363Z] #8 exporting to image [2025-10-31T12:54:45.363Z] #8 exporting layers done [2025-10-31T12:54:45.363Z] #8 exporting manifest sha256:8f3d8ec7dfe4709fdab0ab36c36320819548a41336a0008c8571c4fba55f8402 done [2025-10-31T12:54:45.363Z] #8 exporting config sha256:fc0610022c4a8920dd30f23c65cfa7e1f0c665bf9377acc6c9e1f43756ad2b39 done [2025-10-31T12:54:45.363Z] #8 exporting manifest sha256:bdafb72a29f67befa0cb897302c4762301fd9d84fba7a91a71a23f99a7fc4454 done [2025-10-31T12:54:45.363Z] #8 exporting config sha256:ebf940b882e5b650f6b3db99945ce109b288a6accc89b859ce810a056356712f done [2025-10-31T12:54:45.363Z] #8 exporting manifest list sha256:a9cea0abf31afaf4c24db858b104dae706387c754e3a0a147f3278bb33cfefea done [2025-10-31T12:54:45.363Z] #8 pushing layers 0.0s done [2025-10-31T12:54:45.363Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:a9cea0abf31afaf4c24db858b104dae706387c754e3a0a147f3278bb33cfefea 0.1s done [2025-10-31T12:54:45.363Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T12:54:45.363Z] #8 DONE 0.1s [2025-10-31T12:54:45.363Z] [2025-10-31T12:54:45.363Z] 1 warning found (use --debug to expand): [2025-10-31T12:54:45.363Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T12:54:45.652Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:636c0249806ecb81ff5c6dc90fac847d9a5fe90b' [2025-10-31T12:54:45.652Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:636c0249806ecb81ff5c6dc90fac847d9a5fe90b --push - [2025-10-31T12:54:45.911Z] #1 [internal] load build definition from Dockerfile [2025-10-31T12:54:45.911Z] #1 transferring dockerfile: 204B done [2025-10-31T12:54:45.911Z] #1 DONE 0.0s [2025-10-31T12:54:45.911Z] [2025-10-31T12:54:45.911Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:54:45.911Z] #2 DONE 0.0s [2025-10-31T12:54:45.911Z] [2025-10-31T12:54:45.911Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:54:45.911Z] #3 DONE 0.1s [2025-10-31T12:54:45.911Z] [2025-10-31T12:54:45.911Z] #4 [internal] load .dockerignore [2025-10-31T12:54:45.911Z] #4 transferring context: [2025-10-31T12:54:45.911Z] #4 transferring context: 2B done [2025-10-31T12:54:45.911Z] #4 DONE 0.0s [2025-10-31T12:54:45.911Z] [2025-10-31T12:54:45.911Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:f393107b2a5fb778685c072c36267a6ac8b491e0f13f2f4708f2ff564aae6fd6 [2025-10-31T12:54:45.911Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:f393107b2a5fb778685c072c36267a6ac8b491e0f13f2f4708f2ff564aae6fd6 [2025-10-31T12:54:45.911Z] #5 ... [2025-10-31T12:54:45.911Z] [2025-10-31T12:54:45.911Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:f393107b2a5fb778685c072c36267a6ac8b491e0f13f2f4708f2ff564aae6fd6 [2025-10-31T12:54:45.911Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:f393107b2a5fb778685c072c36267a6ac8b491e0f13f2f4708f2ff564aae6fd6 0.0s done [2025-10-31T12:54:45.911Z] #6 DONE 0.1s [2025-10-31T12:54:45.911Z] [2025-10-31T12:54:45.911Z] #7 exporting to image [2025-10-31T12:54:45.911Z] #7 exporting layers done [2025-10-31T12:54:45.911Z] #7 exporting manifest sha256:78704ce5e0fb5bd555b2829d034f394df3f25264d86c061b9f98fdeedf875fb5 0.0s done [2025-10-31T12:54:45.911Z] #7 exporting config sha256:dab4e61b0fa3f21ad5e91ea6fcb1a6db0dd3ab3cecf7aac976923f4bf6cdfc6b [2025-10-31T12:54:45.911Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T12:54:45.911Z] #7 ... [2025-10-31T12:54:45.911Z] [2025-10-31T12:54:45.911Z] #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T12:54:45.911Z] #8 DONE 0.0s [2025-10-31T12:54:45.911Z] [2025-10-31T12:54:45.911Z] #7 exporting to image [2025-10-31T12:54:45.911Z] #7 exporting config sha256:dab4e61b0fa3f21ad5e91ea6fcb1a6db0dd3ab3cecf7aac976923f4bf6cdfc6b done [2025-10-31T12:54:45.911Z] #7 exporting manifest sha256:24e4335d6ed78181a91e9cd05d6c3a58faafa9daeb8597e824e1dc5a824001e6 0.0s done [2025-10-31T12:54:45.911Z] #7 exporting config sha256:badb3214675acfebdbd45dd4e657b1419754bde982f19b64329fedcf14f69f6c done [2025-10-31T12:54:45.911Z] #7 exporting manifest list sha256:d88bce63b291b0ef6896cbe0bca756ed0a722f2f4d1e6b2af203ca884bf2f288 done [2025-10-31T12:54:45.912Z] #7 pushing layers 0.1s done [2025-10-31T12:54:45.912Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:d88bce63b291b0ef6896cbe0bca756ed0a722f2f4d1e6b2af203ca884bf2f288 [2025-10-31T12:54:46.171Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:d88bce63b291b0ef6896cbe0bca756ed0a722f2f4d1e6b2af203ca884bf2f288 0.1s done [2025-10-31T12:54:46.171Z] #7 DONE 0.2s [2025-10-31T12:54:46.171Z] [2025-10-31T12:54:46.171Z] 1 warning found (use --debug to expand): [2025-10-31T12:54:46.171Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T12:54:46.467Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest' [2025-10-31T12:54:46.467Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:latest --push - [2025-10-31T12:54:46.467Z] #1 [internal] load build definition from Dockerfile [2025-10-31T12:54:46.467Z] #1 transferring dockerfile: 170B done [2025-10-31T12:54:46.467Z] #1 DONE 0.0s [2025-10-31T12:54:46.467Z] [2025-10-31T12:54:46.467Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-10-31T12:54:46.467Z] #2 DONE 0.0s [2025-10-31T12:54:46.467Z] [2025-10-31T12:54:46.467Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-10-31T12:54:46.467Z] #3 DONE 0.0s [2025-10-31T12:54:46.467Z] [2025-10-31T12:54:46.467Z] #4 [internal] load .dockerignore [2025-10-31T12:54:46.467Z] #4 transferring context: 2B done [2025-10-31T12:54:46.467Z] #4 DONE 0.0s [2025-10-31T12:54:46.467Z] [2025-10-31T12:54:46.467Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:f393107b2a5fb778685c072c36267a6ac8b491e0f13f2f4708f2ff564aae6fd6 [2025-10-31T12:54:46.467Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:f393107b2a5fb778685c072c36267a6ac8b491e0f13f2f4708f2ff564aae6fd6 0.0s done [2025-10-31T12:54:46.467Z] #5 DONE 0.0s [2025-10-31T12:54:46.467Z] [2025-10-31T12:54:46.467Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:f393107b2a5fb778685c072c36267a6ac8b491e0f13f2f4708f2ff564aae6fd6 [2025-10-31T12:54:46.728Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:f393107b2a5fb778685c072c36267a6ac8b491e0f13f2f4708f2ff564aae6fd6 0.0s done [2025-10-31T12:54:46.728Z] #6 CACHED [2025-10-31T12:54:46.728Z] [2025-10-31T12:54:46.728Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:f393107b2a5fb778685c072c36267a6ac8b491e0f13f2f4708f2ff564aae6fd6 [2025-10-31T12:54:46.728Z] #5 CACHED [2025-10-31T12:54:46.728Z] [2025-10-31T12:54:46.728Z] #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T12:54:46.728Z] #7 DONE 0.0s [2025-10-31T12:54:46.728Z] [2025-10-31T12:54:46.728Z] #8 exporting to image [2025-10-31T12:54:46.728Z] #8 exporting layers done [2025-10-31T12:54:46.728Z] #8 exporting manifest sha256:78704ce5e0fb5bd555b2829d034f394df3f25264d86c061b9f98fdeedf875fb5 done [2025-10-31T12:54:46.728Z] #8 exporting config sha256:dab4e61b0fa3f21ad5e91ea6fcb1a6db0dd3ab3cecf7aac976923f4bf6cdfc6b done [2025-10-31T12:54:46.728Z] #8 exporting manifest sha256:24e4335d6ed78181a91e9cd05d6c3a58faafa9daeb8597e824e1dc5a824001e6 done [2025-10-31T12:54:46.728Z] #8 exporting config sha256:badb3214675acfebdbd45dd4e657b1419754bde982f19b64329fedcf14f69f6c done [2025-10-31T12:54:46.728Z] #8 exporting manifest list sha256:d88bce63b291b0ef6896cbe0bca756ed0a722f2f4d1e6b2af203ca884bf2f288 done [2025-10-31T12:54:46.728Z] #8 pushing layers 0.0s done [2025-10-31T12:54:46.728Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:d88bce63b291b0ef6896cbe0bca756ed0a722f2f4d1e6b2af203ca884bf2f288 0.1s done [2025-10-31T12:54:46.728Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T12:54:46.728Z] #8 DONE 0.1s [2025-10-31T12:54:46.728Z] [2025-10-31T12:54:46.728Z] 1 warning found (use --debug to expand): [2025-10-31T12:54:46.728Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T12:54:47.026Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.73 --push - [2025-10-31T12:54:47.026Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.73' [2025-10-31T12:54:47.285Z] #1 [internal] load build definition from Dockerfile [2025-10-31T12:54:47.285Z] #1 transferring dockerfile: 176B done [2025-10-31T12:54:47.285Z] #1 DONE 0.0s [2025-10-31T12:54:47.285Z] [2025-10-31T12:54:47.285Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.73 [2025-10-31T12:54:47.285Z] #2 DONE 0.0s [2025-10-31T12:54:47.285Z] [2025-10-31T12:54:47.285Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.73 [2025-10-31T12:54:47.285Z] #3 DONE 0.0s [2025-10-31T12:54:47.285Z] [2025-10-31T12:54:47.285Z] #4 [internal] load .dockerignore [2025-10-31T12:54:47.285Z] #4 transferring context: 2B done [2025-10-31T12:54:47.285Z] #4 DONE 0.0s [2025-10-31T12:54:47.285Z] [2025-10-31T12:54:47.285Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.73@sha256:f393107b2a5fb778685c072c36267a6ac8b491e0f13f2f4708f2ff564aae6fd6 [2025-10-31T12:54:47.285Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.73@sha256:f393107b2a5fb778685c072c36267a6ac8b491e0f13f2f4708f2ff564aae6fd6 0.0s done [2025-10-31T12:54:47.285Z] #5 DONE 0.0s [2025-10-31T12:54:47.285Z] [2025-10-31T12:54:47.285Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.73@sha256:f393107b2a5fb778685c072c36267a6ac8b491e0f13f2f4708f2ff564aae6fd6 [2025-10-31T12:54:47.285Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.73@sha256:f393107b2a5fb778685c072c36267a6ac8b491e0f13f2f4708f2ff564aae6fd6 0.0s done [2025-10-31T12:54:47.285Z] #6 CACHED [2025-10-31T12:54:47.285Z] [2025-10-31T12:54:47.285Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.73@sha256:f393107b2a5fb778685c072c36267a6ac8b491e0f13f2f4708f2ff564aae6fd6 [2025-10-31T12:54:47.285Z] #5 CACHED [2025-10-31T12:54:47.285Z] [2025-10-31T12:54:47.285Z] #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T12:54:47.285Z] #7 DONE 0.0s [2025-10-31T12:54:47.285Z] [2025-10-31T12:54:47.285Z] #8 exporting to image [2025-10-31T12:54:47.285Z] #8 exporting layers done [2025-10-31T12:54:47.285Z] #8 exporting manifest sha256:78704ce5e0fb5bd555b2829d034f394df3f25264d86c061b9f98fdeedf875fb5 done [2025-10-31T12:54:47.285Z] #8 exporting config sha256:dab4e61b0fa3f21ad5e91ea6fcb1a6db0dd3ab3cecf7aac976923f4bf6cdfc6b done [2025-10-31T12:54:47.285Z] #8 exporting manifest sha256:24e4335d6ed78181a91e9cd05d6c3a58faafa9daeb8597e824e1dc5a824001e6 done [2025-10-31T12:54:47.285Z] #8 exporting config sha256:badb3214675acfebdbd45dd4e657b1419754bde982f19b64329fedcf14f69f6c done [2025-10-31T12:54:47.285Z] #8 exporting manifest list sha256:d88bce63b291b0ef6896cbe0bca756ed0a722f2f4d1e6b2af203ca884bf2f288 done [2025-10-31T12:54:47.285Z] #8 pushing layers 0.0s done [2025-10-31T12:54:47.285Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.73@sha256:d88bce63b291b0ef6896cbe0bca756ed0a722f2f4d1e6b2af203ca884bf2f288 0.1s done [2025-10-31T12:54:47.285Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T12:54:47.285Z] #8 DONE 0.1s [2025-10-31T12:54:47.285Z] [2025-10-31T12:54:47.285Z] 1 warning found (use --debug to expand): [2025-10-31T12:54:47.285Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T12:54:47.575Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73' [2025-10-31T12:54:47.575Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 --push - [2025-10-31T12:54:47.575Z] #1 [internal] load build definition from Dockerfile [2025-10-31T12:54:47.575Z] #1 transferring dockerfile: 217B done [2025-10-31T12:54:47.575Z] #1 DONE 0.0s [2025-10-31T12:54:47.575Z] [2025-10-31T12:54:47.575Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:54:47.575Z] #2 DONE 0.0s [2025-10-31T12:54:47.575Z] [2025-10-31T12:54:47.575Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:54:47.575Z] #3 DONE 0.0s [2025-10-31T12:54:47.575Z] [2025-10-31T12:54:47.575Z] #4 [internal] load .dockerignore [2025-10-31T12:54:47.575Z] #4 transferring context: 2B done [2025-10-31T12:54:47.575Z] #4 DONE 0.0s [2025-10-31T12:54:47.575Z] [2025-10-31T12:54:47.575Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:f393107b2a5fb778685c072c36267a6ac8b491e0f13f2f4708f2ff564aae6fd6 [2025-10-31T12:54:47.575Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:f393107b2a5fb778685c072c36267a6ac8b491e0f13f2f4708f2ff564aae6fd6 [2025-10-31T12:54:47.835Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:f393107b2a5fb778685c072c36267a6ac8b491e0f13f2f4708f2ff564aae6fd6 0.0s done [2025-10-31T12:54:47.836Z] #5 CACHED [2025-10-31T12:54:47.836Z] [2025-10-31T12:54:47.836Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:f393107b2a5fb778685c072c36267a6ac8b491e0f13f2f4708f2ff564aae6fd6 [2025-10-31T12:54:47.836Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:f393107b2a5fb778685c072c36267a6ac8b491e0f13f2f4708f2ff564aae6fd6 0.0s done [2025-10-31T12:54:47.836Z] #6 CACHED [2025-10-31T12:54:47.836Z] [2025-10-31T12:54:47.836Z] #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T12:54:47.836Z] #7 DONE 0.0s [2025-10-31T12:54:47.836Z] [2025-10-31T12:54:47.836Z] #8 exporting to image [2025-10-31T12:54:47.836Z] #8 exporting layers done [2025-10-31T12:54:47.836Z] #8 exporting manifest sha256:78704ce5e0fb5bd555b2829d034f394df3f25264d86c061b9f98fdeedf875fb5 done [2025-10-31T12:54:47.836Z] #8 exporting config sha256:dab4e61b0fa3f21ad5e91ea6fcb1a6db0dd3ab3cecf7aac976923f4bf6cdfc6b done [2025-10-31T12:54:47.836Z] #8 exporting manifest sha256:24e4335d6ed78181a91e9cd05d6c3a58faafa9daeb8597e824e1dc5a824001e6 done [2025-10-31T12:54:47.836Z] #8 exporting config sha256:badb3214675acfebdbd45dd4e657b1419754bde982f19b64329fedcf14f69f6c done [2025-10-31T12:54:47.836Z] #8 exporting manifest list sha256:d88bce63b291b0ef6896cbe0bca756ed0a722f2f4d1e6b2af203ca884bf2f288 done [2025-10-31T12:54:47.836Z] #8 pushing layers 0.0s done [2025-10-31T12:54:47.836Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:d88bce63b291b0ef6896cbe0bca756ed0a722f2f4d1e6b2af203ca884bf2f288 [2025-10-31T12:54:47.836Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T12:55:19.933Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:d88bce63b291b0ef6896cbe0bca756ed0a722f2f4d1e6b2af203ca884bf2f288 28.9s done [2025-10-31T12:55:19.933Z] #8 DONE 29.0s [2025-10-31T12:55:19.933Z] [2025-10-31T12:55:19.933Z] 1 warning found (use --debug to expand): [2025-10-31T12:55:19.933Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T12:55:20.288Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main' [2025-10-31T12:55:20.288Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:main --push - [2025-10-31T12:55:20.288Z] #1 [internal] load build definition from Dockerfile [2025-10-31T12:55:20.288Z] #1 transferring dockerfile: 168B done [2025-10-31T12:55:20.288Z] #1 DONE 0.0s [2025-10-31T12:55:20.288Z] [2025-10-31T12:55:20.288Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-10-31T12:55:20.288Z] #2 DONE 0.0s [2025-10-31T12:55:20.288Z] [2025-10-31T12:55:20.288Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-10-31T12:55:20.288Z] #3 DONE 0.0s [2025-10-31T12:55:20.288Z] [2025-10-31T12:55:20.288Z] #4 [internal] load .dockerignore [2025-10-31T12:55:20.288Z] #4 transferring context: 2B done [2025-10-31T12:55:20.288Z] #4 DONE 0.0s [2025-10-31T12:55:20.288Z] [2025-10-31T12:55:20.288Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:f393107b2a5fb778685c072c36267a6ac8b491e0f13f2f4708f2ff564aae6fd6 [2025-10-31T12:55:20.288Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:f393107b2a5fb778685c072c36267a6ac8b491e0f13f2f4708f2ff564aae6fd6 0.0s done [2025-10-31T12:55:20.288Z] #5 DONE 0.0s [2025-10-31T12:55:20.288Z] [2025-10-31T12:55:20.288Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:f393107b2a5fb778685c072c36267a6ac8b491e0f13f2f4708f2ff564aae6fd6 [2025-10-31T12:55:20.585Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:f393107b2a5fb778685c072c36267a6ac8b491e0f13f2f4708f2ff564aae6fd6 0.0s done [2025-10-31T12:55:20.585Z] #6 CACHED [2025-10-31T12:55:20.585Z] [2025-10-31T12:55:20.585Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:f393107b2a5fb778685c072c36267a6ac8b491e0f13f2f4708f2ff564aae6fd6 [2025-10-31T12:55:20.585Z] #5 CACHED [2025-10-31T12:55:20.585Z] [2025-10-31T12:55:20.585Z] #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T12:55:20.585Z] #7 DONE 0.0s [2025-10-31T12:55:20.585Z] [2025-10-31T12:55:20.585Z] #8 exporting to image [2025-10-31T12:55:20.585Z] #8 exporting layers done [2025-10-31T12:55:20.585Z] #8 exporting manifest sha256:78704ce5e0fb5bd555b2829d034f394df3f25264d86c061b9f98fdeedf875fb5 done [2025-10-31T12:55:20.585Z] #8 exporting config sha256:dab4e61b0fa3f21ad5e91ea6fcb1a6db0dd3ab3cecf7aac976923f4bf6cdfc6b done [2025-10-31T12:55:20.585Z] #8 exporting manifest sha256:24e4335d6ed78181a91e9cd05d6c3a58faafa9daeb8597e824e1dc5a824001e6 done [2025-10-31T12:55:20.585Z] #8 exporting config sha256:badb3214675acfebdbd45dd4e657b1419754bde982f19b64329fedcf14f69f6c done [2025-10-31T12:55:20.585Z] #8 exporting manifest list sha256:d88bce63b291b0ef6896cbe0bca756ed0a722f2f4d1e6b2af203ca884bf2f288 done [2025-10-31T12:55:20.585Z] #8 pushing layers 0.0s done [2025-10-31T12:55:20.585Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:d88bce63b291b0ef6896cbe0bca756ed0a722f2f4d1e6b2af203ca884bf2f288 0.1s done [2025-10-31T12:55:20.585Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T12:55:20.585Z] #8 DONE 0.1s [2025-10-31T12:55:20.585Z] [2025-10-31T12:55:20.585Z] 1 warning found (use --debug to expand): [2025-10-31T12:55:20.585Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T12:55:20.870Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b --push - [2025-10-31T12:55:20.871Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b' [2025-10-31T12:55:20.871Z] #1 [internal] load build definition from Dockerfile [2025-10-31T12:55:20.871Z] #1 transferring dockerfile: 205B done [2025-10-31T12:55:20.871Z] #1 DONE 0.0s [2025-10-31T12:55:20.871Z] [2025-10-31T12:55:20.871Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:55:20.871Z] #2 DONE 0.0s [2025-10-31T12:55:20.871Z] [2025-10-31T12:55:20.871Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:55:20.871Z] #3 DONE 0.1s [2025-10-31T12:55:20.871Z] [2025-10-31T12:55:20.871Z] #4 [internal] load .dockerignore [2025-10-31T12:55:20.871Z] #4 transferring context: 2B done [2025-10-31T12:55:20.871Z] #4 DONE 0.0s [2025-10-31T12:55:21.130Z] [2025-10-31T12:55:21.130Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:66e8e0ca0d4e550630c9de840145505caf4936cdc0286e72e5ec7aff1bfb66e2 [2025-10-31T12:55:21.130Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:66e8e0ca0d4e550630c9de840145505caf4936cdc0286e72e5ec7aff1bfb66e2 0.0s done [2025-10-31T12:55:21.130Z] #5 DONE 0.0s [2025-10-31T12:55:21.130Z] [2025-10-31T12:55:21.130Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:66e8e0ca0d4e550630c9de840145505caf4936cdc0286e72e5ec7aff1bfb66e2 [2025-10-31T12:55:21.130Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:66e8e0ca0d4e550630c9de840145505caf4936cdc0286e72e5ec7aff1bfb66e2 done [2025-10-31T12:55:21.130Z] #6 DONE 0.1s [2025-10-31T12:55:21.390Z] [2025-10-31T12:55:21.390Z] #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T12:55:21.390Z] #7 DONE 0.0s [2025-10-31T12:55:21.390Z] [2025-10-31T12:55:21.390Z] #8 exporting to image [2025-10-31T12:55:21.390Z] #8 exporting layers done [2025-10-31T12:55:21.390Z] #8 exporting manifest sha256:bba3208eea462e2fbaa03f5697e6ac07464278eb7e0b7d8edf71e45508e90eee 0.0s done [2025-10-31T12:55:21.390Z] #8 exporting config sha256:a87f573216ec05f5d92e3f391a4454c09c0f85d27d6c4cdca0fa30623cb3ad86 done [2025-10-31T12:55:21.390Z] #8 exporting manifest sha256:ac159a3d6ebcdfac3460942bdaa8db450fc692ce91538a247bf52988aa1787a2 0.0s done [2025-10-31T12:55:21.390Z] #8 exporting config sha256:ae49a7c35ee17b5bb6b7b8515b71bdbf94ca71ee096f17956661a0cc12f9528f done [2025-10-31T12:55:21.390Z] #8 exporting manifest list sha256:359d0bf8e7060fc4f4b7322cb201b3b1a41563f01807ec3e0c37bb045a8480af done [2025-10-31T12:55:21.390Z] #8 pushing layers [2025-10-31T12:55:21.390Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T12:55:36.304Z] #8 pushing layers 13.5s done [2025-10-31T12:55:36.305Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:359d0bf8e7060fc4f4b7322cb201b3b1a41563f01807ec3e0c37bb045a8480af [2025-10-31T12:55:36.305Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:359d0bf8e7060fc4f4b7322cb201b3b1a41563f01807ec3e0c37bb045a8480af 0.2s done [2025-10-31T12:55:36.305Z] #8 DONE 13.7s [2025-10-31T12:55:36.305Z] [2025-10-31T12:55:36.305Z] 1 warning found (use --debug to expand): [2025-10-31T12:55:36.305Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T12:55:36.598Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:latest --push - [2025-10-31T12:55:36.598Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest' [2025-10-31T12:55:36.860Z] #1 [internal] load build definition from Dockerfile [2025-10-31T12:55:36.860Z] #1 transferring dockerfile: 171B done [2025-10-31T12:55:36.860Z] #1 DONE 0.0s [2025-10-31T12:55:36.860Z] [2025-10-31T12:55:36.860Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-10-31T12:55:36.860Z] #2 DONE 0.0s [2025-10-31T12:55:36.860Z] [2025-10-31T12:55:36.860Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-10-31T12:55:36.860Z] #3 DONE 0.0s [2025-10-31T12:55:36.860Z] [2025-10-31T12:55:36.860Z] #4 [internal] load .dockerignore [2025-10-31T12:55:36.860Z] #4 transferring context: 2B done [2025-10-31T12:55:36.860Z] #4 DONE 0.0s [2025-10-31T12:55:36.860Z] [2025-10-31T12:55:36.860Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:66e8e0ca0d4e550630c9de840145505caf4936cdc0286e72e5ec7aff1bfb66e2 [2025-10-31T12:55:36.860Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:66e8e0ca0d4e550630c9de840145505caf4936cdc0286e72e5ec7aff1bfb66e2 0.0s done [2025-10-31T12:55:36.860Z] #5 DONE 0.0s [2025-10-31T12:55:36.860Z] [2025-10-31T12:55:36.860Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:66e8e0ca0d4e550630c9de840145505caf4936cdc0286e72e5ec7aff1bfb66e2 [2025-10-31T12:55:36.860Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:66e8e0ca0d4e550630c9de840145505caf4936cdc0286e72e5ec7aff1bfb66e2 0.0s done [2025-10-31T12:55:36.860Z] #6 CACHED [2025-10-31T12:55:36.860Z] [2025-10-31T12:55:36.860Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:66e8e0ca0d4e550630c9de840145505caf4936cdc0286e72e5ec7aff1bfb66e2 [2025-10-31T12:55:36.860Z] #5 CACHED [2025-10-31T12:55:36.860Z] [2025-10-31T12:55:36.860Z] #7 exporting to image [2025-10-31T12:55:36.860Z] #7 exporting layers done [2025-10-31T12:55:36.860Z] #7 exporting manifest sha256:bba3208eea462e2fbaa03f5697e6ac07464278eb7e0b7d8edf71e45508e90eee done [2025-10-31T12:55:36.860Z] #7 exporting config sha256:a87f573216ec05f5d92e3f391a4454c09c0f85d27d6c4cdca0fa30623cb3ad86 done [2025-10-31T12:55:36.860Z] #7 exporting manifest sha256:ac159a3d6ebcdfac3460942bdaa8db450fc692ce91538a247bf52988aa1787a2 done [2025-10-31T12:55:36.860Z] #7 exporting config sha256:ae49a7c35ee17b5bb6b7b8515b71bdbf94ca71ee096f17956661a0cc12f9528f done [2025-10-31T12:55:36.860Z] #7 exporting manifest list sha256:359d0bf8e7060fc4f4b7322cb201b3b1a41563f01807ec3e0c37bb045a8480af done [2025-10-31T12:55:36.860Z] #7 pushing layers 0.1s done [2025-10-31T12:55:36.860Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:359d0bf8e7060fc4f4b7322cb201b3b1a41563f01807ec3e0c37bb045a8480af [2025-10-31T12:55:36.860Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T12:55:36.860Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:359d0bf8e7060fc4f4b7322cb201b3b1a41563f01807ec3e0c37bb045a8480af 0.1s done [2025-10-31T12:55:36.860Z] #7 DONE 0.2s [2025-10-31T12:55:36.860Z] [2025-10-31T12:55:36.860Z] #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T12:55:36.861Z] #8 DONE 0.0s [2025-10-31T12:55:37.121Z] [2025-10-31T12:55:37.121Z] 1 warning found (use --debug to expand): [2025-10-31T12:55:37.121Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T12:55:37.412Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.73' [2025-10-31T12:55:37.412Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.73 --push - [2025-10-31T12:55:37.412Z] #1 [internal] load build definition from Dockerfile [2025-10-31T12:55:37.412Z] #1 transferring dockerfile: 177B 0.0s done [2025-10-31T12:55:37.412Z] #1 DONE 0.0s [2025-10-31T12:55:37.412Z] [2025-10-31T12:55:37.412Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.73 [2025-10-31T12:55:37.412Z] #2 DONE 0.0s [2025-10-31T12:55:37.412Z] [2025-10-31T12:55:37.412Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.73 [2025-10-31T12:55:37.412Z] #3 DONE 0.0s [2025-10-31T12:55:37.412Z] [2025-10-31T12:55:37.412Z] #4 [internal] load .dockerignore [2025-10-31T12:55:37.412Z] #4 transferring context: 2B done [2025-10-31T12:55:37.412Z] #4 DONE 0.0s [2025-10-31T12:55:37.412Z] [2025-10-31T12:55:37.412Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.73@sha256:66e8e0ca0d4e550630c9de840145505caf4936cdc0286e72e5ec7aff1bfb66e2 [2025-10-31T12:55:37.412Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.73@sha256:66e8e0ca0d4e550630c9de840145505caf4936cdc0286e72e5ec7aff1bfb66e2 0.0s done [2025-10-31T12:55:37.412Z] #5 DONE 0.0s [2025-10-31T12:55:37.412Z] [2025-10-31T12:55:37.412Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.73@sha256:66e8e0ca0d4e550630c9de840145505caf4936cdc0286e72e5ec7aff1bfb66e2 [2025-10-31T12:55:37.412Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.73@sha256:66e8e0ca0d4e550630c9de840145505caf4936cdc0286e72e5ec7aff1bfb66e2 0.0s done [2025-10-31T12:55:37.412Z] #6 CACHED [2025-10-31T12:55:37.671Z] [2025-10-31T12:55:37.671Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.73@sha256:66e8e0ca0d4e550630c9de840145505caf4936cdc0286e72e5ec7aff1bfb66e2 [2025-10-31T12:55:37.671Z] #5 CACHED [2025-10-31T12:55:37.671Z] [2025-10-31T12:55:37.671Z] #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T12:55:37.671Z] #7 DONE 0.0s [2025-10-31T12:55:37.671Z] [2025-10-31T12:55:37.671Z] #8 exporting to image [2025-10-31T12:55:37.671Z] #8 exporting layers done [2025-10-31T12:55:37.671Z] #8 exporting manifest sha256:bba3208eea462e2fbaa03f5697e6ac07464278eb7e0b7d8edf71e45508e90eee done [2025-10-31T12:55:37.671Z] #8 exporting config sha256:a87f573216ec05f5d92e3f391a4454c09c0f85d27d6c4cdca0fa30623cb3ad86 done [2025-10-31T12:55:37.671Z] #8 exporting manifest sha256:ac159a3d6ebcdfac3460942bdaa8db450fc692ce91538a247bf52988aa1787a2 done [2025-10-31T12:55:37.671Z] #8 exporting config sha256:ae49a7c35ee17b5bb6b7b8515b71bdbf94ca71ee096f17956661a0cc12f9528f done [2025-10-31T12:55:37.671Z] #8 exporting manifest list sha256:359d0bf8e7060fc4f4b7322cb201b3b1a41563f01807ec3e0c37bb045a8480af done [2025-10-31T12:55:37.671Z] #8 pushing layers 0.1s done [2025-10-31T12:55:37.671Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.73@sha256:359d0bf8e7060fc4f4b7322cb201b3b1a41563f01807ec3e0c37bb045a8480af 0.1s done [2025-10-31T12:55:37.671Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T12:55:37.671Z] #8 DONE 0.2s [2025-10-31T12:55:37.671Z] [2025-10-31T12:55:37.671Z] 1 warning found (use --debug to expand): [2025-10-31T12:55:37.671Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T12:55:37.959Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73' [2025-10-31T12:55:37.959Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 --push - [2025-10-31T12:55:37.959Z] #1 [internal] load build definition from Dockerfile [2025-10-31T12:55:37.959Z] #1 transferring dockerfile: 218B done [2025-10-31T12:55:37.959Z] #1 DONE 0.0s [2025-10-31T12:55:37.959Z] [2025-10-31T12:55:37.959Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:55:37.959Z] #2 DONE 0.0s [2025-10-31T12:55:37.959Z] [2025-10-31T12:55:37.959Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:55:37.959Z] #3 DONE 0.0s [2025-10-31T12:55:37.959Z] [2025-10-31T12:55:37.959Z] #4 [internal] load .dockerignore [2025-10-31T12:55:37.959Z] #4 transferring context: 2B done [2025-10-31T12:55:37.959Z] #4 DONE 0.0s [2025-10-31T12:55:37.959Z] [2025-10-31T12:55:37.959Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:66e8e0ca0d4e550630c9de840145505caf4936cdc0286e72e5ec7aff1bfb66e2 [2025-10-31T12:55:37.959Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:66e8e0ca0d4e550630c9de840145505caf4936cdc0286e72e5ec7aff1bfb66e2 done [2025-10-31T12:55:37.959Z] #5 CACHED [2025-10-31T12:55:37.959Z] [2025-10-31T12:55:37.959Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:66e8e0ca0d4e550630c9de840145505caf4936cdc0286e72e5ec7aff1bfb66e2 [2025-10-31T12:55:37.959Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:66e8e0ca0d4e550630c9de840145505caf4936cdc0286e72e5ec7aff1bfb66e2 0.0s done [2025-10-31T12:55:37.959Z] #6 CACHED [2025-10-31T12:55:37.959Z] [2025-10-31T12:55:37.959Z] #7 exporting to image [2025-10-31T12:55:37.959Z] #7 exporting layers [2025-10-31T12:55:37.959Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T12:55:38.223Z] #7 exporting layers done [2025-10-31T12:55:38.223Z] #7 exporting manifest sha256:bba3208eea462e2fbaa03f5697e6ac07464278eb7e0b7d8edf71e45508e90eee done [2025-10-31T12:55:38.223Z] #7 exporting config sha256:a87f573216ec05f5d92e3f391a4454c09c0f85d27d6c4cdca0fa30623cb3ad86 done [2025-10-31T12:55:38.223Z] #7 exporting manifest sha256:ac159a3d6ebcdfac3460942bdaa8db450fc692ce91538a247bf52988aa1787a2 done [2025-10-31T12:55:38.223Z] #7 exporting config sha256:ae49a7c35ee17b5bb6b7b8515b71bdbf94ca71ee096f17956661a0cc12f9528f done [2025-10-31T12:55:38.223Z] #7 exporting manifest list sha256:359d0bf8e7060fc4f4b7322cb201b3b1a41563f01807ec3e0c37bb045a8480af done [2025-10-31T12:55:38.223Z] #7 pushing layers 0.0s done [2025-10-31T12:55:38.223Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:359d0bf8e7060fc4f4b7322cb201b3b1a41563f01807ec3e0c37bb045a8480af 0.1s done [2025-10-31T12:55:38.223Z] #7 DONE 0.1s [2025-10-31T12:55:38.223Z] [2025-10-31T12:55:38.223Z] #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T12:55:38.223Z] #8 DONE 0.0s [2025-10-31T12:55:38.223Z] [2025-10-31T12:55:38.223Z] 1 warning found (use --debug to expand): [2025-10-31T12:55:38.223Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T12:55:38.510Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main' [2025-10-31T12:55:38.510Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:main --push - [2025-10-31T12:55:38.510Z] #1 [internal] load build definition from Dockerfile [2025-10-31T12:55:38.510Z] #1 transferring dockerfile: 169B done [2025-10-31T12:55:38.510Z] #1 DONE 0.0s [2025-10-31T12:55:38.510Z] [2025-10-31T12:55:38.510Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-10-31T12:55:38.510Z] #2 DONE 0.0s [2025-10-31T12:55:38.510Z] [2025-10-31T12:55:38.510Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-10-31T12:55:38.510Z] #3 DONE 0.0s [2025-10-31T12:55:38.510Z] [2025-10-31T12:55:38.510Z] #4 [internal] load .dockerignore [2025-10-31T12:55:38.510Z] #4 transferring context: 2B done [2025-10-31T12:55:38.510Z] #4 DONE 0.0s [2025-10-31T12:55:38.510Z] [2025-10-31T12:55:38.510Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:66e8e0ca0d4e550630c9de840145505caf4936cdc0286e72e5ec7aff1bfb66e2 [2025-10-31T12:55:38.510Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:66e8e0ca0d4e550630c9de840145505caf4936cdc0286e72e5ec7aff1bfb66e2 0.0s done [2025-10-31T12:55:38.510Z] #5 CACHED [2025-10-31T12:55:38.510Z] [2025-10-31T12:55:38.510Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:66e8e0ca0d4e550630c9de840145505caf4936cdc0286e72e5ec7aff1bfb66e2 [2025-10-31T12:55:38.510Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:66e8e0ca0d4e550630c9de840145505caf4936cdc0286e72e5ec7aff1bfb66e2 0.0s done [2025-10-31T12:55:38.510Z] #6 CACHED [2025-10-31T12:55:38.510Z] [2025-10-31T12:55:38.510Z] #7 exporting to image [2025-10-31T12:55:38.510Z] #7 exporting layers [2025-10-31T12:55:38.510Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T12:55:38.771Z] #7 exporting layers done [2025-10-31T12:55:38.771Z] #7 exporting manifest sha256:bba3208eea462e2fbaa03f5697e6ac07464278eb7e0b7d8edf71e45508e90eee done [2025-10-31T12:55:38.771Z] #7 exporting config sha256:a87f573216ec05f5d92e3f391a4454c09c0f85d27d6c4cdca0fa30623cb3ad86 done [2025-10-31T12:55:38.771Z] #7 exporting manifest sha256:ac159a3d6ebcdfac3460942bdaa8db450fc692ce91538a247bf52988aa1787a2 done [2025-10-31T12:55:38.771Z] #7 exporting config sha256:ae49a7c35ee17b5bb6b7b8515b71bdbf94ca71ee096f17956661a0cc12f9528f done [2025-10-31T12:55:38.771Z] #7 exporting manifest list sha256:359d0bf8e7060fc4f4b7322cb201b3b1a41563f01807ec3e0c37bb045a8480af done [2025-10-31T12:55:38.771Z] #7 pushing layers 0.0s done [2025-10-31T12:55:38.771Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:359d0bf8e7060fc4f4b7322cb201b3b1a41563f01807ec3e0c37bb045a8480af 0.1s done [2025-10-31T12:55:38.771Z] #7 DONE 0.1s [2025-10-31T12:55:38.771Z] [2025-10-31T12:55:38.771Z] #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T12:55:38.771Z] #8 DONE 0.0s [2025-10-31T12:55:38.771Z] [2025-10-31T12:55:38.771Z] 1 warning found (use --debug to expand): [2025-10-31T12:55:38.771Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T12:55:39.059Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b' [2025-10-31T12:55:39.059Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b --push - [2025-10-31T12:55:39.059Z] #1 [internal] load build definition from Dockerfile [2025-10-31T12:55:39.059Z] #1 transferring dockerfile: 211B done [2025-10-31T12:55:39.059Z] #1 DONE 0.0s [2025-10-31T12:55:39.059Z] [2025-10-31T12:55:39.059Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:55:39.059Z] #2 DONE 0.0s [2025-10-31T12:55:39.059Z] [2025-10-31T12:55:39.059Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:55:39.059Z] #3 DONE 0.1s [2025-10-31T12:55:39.059Z] [2025-10-31T12:55:39.059Z] #4 [internal] load .dockerignore [2025-10-31T12:55:39.059Z] #4 transferring context: 2B done [2025-10-31T12:55:39.059Z] #4 DONE 0.0s [2025-10-31T12:55:39.317Z] [2025-10-31T12:55:39.317Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:f801ee548d43e5e457677f496734fda50390500d3e21a531a6df4b56b9e48796 [2025-10-31T12:55:39.317Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:f801ee548d43e5e457677f496734fda50390500d3e21a531a6df4b56b9e48796 0.0s done [2025-10-31T12:55:39.317Z] #5 DONE 0.0s [2025-10-31T12:55:39.317Z] [2025-10-31T12:55:39.317Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:f801ee548d43e5e457677f496734fda50390500d3e21a531a6df4b56b9e48796 [2025-10-31T12:55:39.317Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:f801ee548d43e5e457677f496734fda50390500d3e21a531a6df4b56b9e48796 0.0s done [2025-10-31T12:55:39.317Z] #6 DONE 0.1s [2025-10-31T12:55:39.576Z] [2025-10-31T12:55:39.576Z] #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T12:55:39.576Z] #7 DONE 0.0s [2025-10-31T12:55:39.576Z] [2025-10-31T12:55:39.576Z] #8 exporting to image [2025-10-31T12:55:39.576Z] #8 exporting layers done [2025-10-31T12:55:39.576Z] #8 exporting manifest sha256:bd155a7aece1ffd214f0099fdc6a662f92e3b6b12d43181d93c656d27bbaeede done [2025-10-31T12:55:39.576Z] #8 exporting config sha256:20ecc4f328959baf2a6400d5c894d9f1588f8222567dee0b96696919f4810bc9 done [2025-10-31T12:55:39.576Z] #8 exporting manifest sha256:f35bae6142dff84041e837c38d00077d4c38d33bef61aad5a192567887d45ce1 done [2025-10-31T12:55:39.576Z] #8 exporting config sha256:9acfbd14b583feebe0e1742beb5ca89bdfa25ebca1e61cbe4b3580b45f605557 done [2025-10-31T12:55:39.576Z] #8 exporting manifest list sha256:181ca87335392168bec862cef6cf139c811f87ce98e90db825fad86b92fff491 done [2025-10-31T12:55:39.576Z] #8 pushing layers [2025-10-31T12:55:39.576Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T12:55:39.576Z] #8 pushing layers 0.2s done [2025-10-31T12:55:39.576Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:181ca87335392168bec862cef6cf139c811f87ce98e90db825fad86b92fff491 [2025-10-31T12:55:39.835Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:181ca87335392168bec862cef6cf139c811f87ce98e90db825fad86b92fff491 0.1s done [2025-10-31T12:55:39.835Z] #8 DONE 0.3s [2025-10-31T12:55:39.835Z] [2025-10-31T12:55:39.835Z] 1 warning found (use --debug to expand): [2025-10-31T12:55:39.835Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T12:55:40.123Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest' [2025-10-31T12:55:40.123Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest --push - [2025-10-31T12:55:40.123Z] #1 [internal] load build definition from Dockerfile [2025-10-31T12:55:40.123Z] #1 transferring dockerfile: 177B done [2025-10-31T12:55:40.123Z] #1 DONE 0.0s [2025-10-31T12:55:40.123Z] [2025-10-31T12:55:40.123Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-10-31T12:55:40.123Z] #2 DONE 0.0s [2025-10-31T12:55:40.123Z] [2025-10-31T12:55:40.123Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-10-31T12:55:40.123Z] #3 DONE 0.0s [2025-10-31T12:55:40.123Z] [2025-10-31T12:55:40.123Z] #4 [internal] load .dockerignore [2025-10-31T12:55:40.123Z] #4 transferring context: 2B done [2025-10-31T12:55:40.123Z] #4 DONE 0.0s [2025-10-31T12:55:40.123Z] [2025-10-31T12:55:40.123Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:f801ee548d43e5e457677f496734fda50390500d3e21a531a6df4b56b9e48796 [2025-10-31T12:55:40.123Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:f801ee548d43e5e457677f496734fda50390500d3e21a531a6df4b56b9e48796 0.0s done [2025-10-31T12:55:40.123Z] #5 DONE 0.0s [2025-10-31T12:55:40.123Z] [2025-10-31T12:55:40.123Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:f801ee548d43e5e457677f496734fda50390500d3e21a531a6df4b56b9e48796 [2025-10-31T12:55:40.382Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:f801ee548d43e5e457677f496734fda50390500d3e21a531a6df4b56b9e48796 0.0s done [2025-10-31T12:55:40.382Z] #6 CACHED [2025-10-31T12:55:40.383Z] [2025-10-31T12:55:40.383Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:f801ee548d43e5e457677f496734fda50390500d3e21a531a6df4b56b9e48796 [2025-10-31T12:55:40.383Z] #5 CACHED [2025-10-31T12:55:40.383Z] [2025-10-31T12:55:40.383Z] #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T12:55:40.383Z] #7 DONE 0.0s [2025-10-31T12:55:40.383Z] [2025-10-31T12:55:40.383Z] #8 exporting to image [2025-10-31T12:55:40.383Z] #8 exporting layers done [2025-10-31T12:55:40.383Z] #8 exporting manifest sha256:bd155a7aece1ffd214f0099fdc6a662f92e3b6b12d43181d93c656d27bbaeede done [2025-10-31T12:55:40.383Z] #8 exporting config sha256:20ecc4f328959baf2a6400d5c894d9f1588f8222567dee0b96696919f4810bc9 done [2025-10-31T12:55:40.383Z] #8 exporting manifest sha256:f35bae6142dff84041e837c38d00077d4c38d33bef61aad5a192567887d45ce1 done [2025-10-31T12:55:40.383Z] #8 exporting config sha256:9acfbd14b583feebe0e1742beb5ca89bdfa25ebca1e61cbe4b3580b45f605557 done [2025-10-31T12:55:40.383Z] #8 exporting manifest list sha256:181ca87335392168bec862cef6cf139c811f87ce98e90db825fad86b92fff491 done [2025-10-31T12:55:40.383Z] #8 pushing layers 0.1s done [2025-10-31T12:55:40.383Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:181ca87335392168bec862cef6cf139c811f87ce98e90db825fad86b92fff491 0.1s done [2025-10-31T12:55:40.383Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T12:55:40.383Z] #8 DONE 0.2s [2025-10-31T12:55:40.383Z] [2025-10-31T12:55:40.383Z] 1 warning found (use --debug to expand): [2025-10-31T12:55:40.383Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T12:55:40.691Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.73' [2025-10-31T12:55:40.691Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.73 --push - [2025-10-31T12:55:40.691Z] #1 [internal] load build definition from Dockerfile [2025-10-31T12:55:40.691Z] #1 transferring dockerfile: 183B done [2025-10-31T12:55:40.691Z] #1 DONE 0.0s [2025-10-31T12:55:40.691Z] [2025-10-31T12:55:40.691Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.73 [2025-10-31T12:55:40.691Z] #2 DONE 0.0s [2025-10-31T12:55:40.691Z] [2025-10-31T12:55:40.691Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.73 [2025-10-31T12:55:40.691Z] #3 DONE 0.0s [2025-10-31T12:55:40.691Z] [2025-10-31T12:55:40.691Z] #4 [internal] load .dockerignore [2025-10-31T12:55:40.691Z] #4 transferring context: 2B done [2025-10-31T12:55:40.691Z] #4 DONE 0.0s [2025-10-31T12:55:40.691Z] [2025-10-31T12:55:40.691Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.73@sha256:f801ee548d43e5e457677f496734fda50390500d3e21a531a6df4b56b9e48796 [2025-10-31T12:55:40.691Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.73@sha256:f801ee548d43e5e457677f496734fda50390500d3e21a531a6df4b56b9e48796 0.0s done [2025-10-31T12:55:40.691Z] #5 DONE 0.0s [2025-10-31T12:55:40.691Z] [2025-10-31T12:55:40.691Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.73@sha256:f801ee548d43e5e457677f496734fda50390500d3e21a531a6df4b56b9e48796 [2025-10-31T12:55:40.950Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.73@sha256:f801ee548d43e5e457677f496734fda50390500d3e21a531a6df4b56b9e48796 0.0s done [2025-10-31T12:55:40.950Z] #6 CACHED [2025-10-31T12:55:40.950Z] [2025-10-31T12:55:40.950Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.73@sha256:f801ee548d43e5e457677f496734fda50390500d3e21a531a6df4b56b9e48796 [2025-10-31T12:55:40.950Z] #5 CACHED [2025-10-31T12:55:40.950Z] [2025-10-31T12:55:40.950Z] #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T12:55:40.950Z] #7 DONE 0.0s [2025-10-31T12:55:40.950Z] [2025-10-31T12:55:40.950Z] #8 exporting to image [2025-10-31T12:55:40.950Z] #8 exporting layers done [2025-10-31T12:55:40.950Z] #8 exporting manifest sha256:bd155a7aece1ffd214f0099fdc6a662f92e3b6b12d43181d93c656d27bbaeede done [2025-10-31T12:55:40.950Z] #8 exporting config sha256:20ecc4f328959baf2a6400d5c894d9f1588f8222567dee0b96696919f4810bc9 done [2025-10-31T12:55:40.950Z] #8 exporting manifest sha256:f35bae6142dff84041e837c38d00077d4c38d33bef61aad5a192567887d45ce1 done [2025-10-31T12:55:40.950Z] #8 exporting config sha256:9acfbd14b583feebe0e1742beb5ca89bdfa25ebca1e61cbe4b3580b45f605557 done [2025-10-31T12:55:40.950Z] #8 exporting manifest list sha256:181ca87335392168bec862cef6cf139c811f87ce98e90db825fad86b92fff491 done [2025-10-31T12:55:40.950Z] #8 pushing layers 0.0s done [2025-10-31T12:55:40.950Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.73@sha256:181ca87335392168bec862cef6cf139c811f87ce98e90db825fad86b92fff491 0.1s done [2025-10-31T12:55:40.950Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T12:55:40.950Z] #8 DONE 0.1s [2025-10-31T12:55:40.950Z] [2025-10-31T12:55:40.950Z] 1 warning found (use --debug to expand): [2025-10-31T12:55:40.950Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T12:55:41.249Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 --push - [2025-10-31T12:55:41.249Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73' [2025-10-31T12:55:41.507Z] #1 [internal] load build definition from Dockerfile [2025-10-31T12:55:41.507Z] #1 transferring dockerfile: 224B done [2025-10-31T12:55:41.507Z] #1 DONE 0.0s [2025-10-31T12:55:41.507Z] [2025-10-31T12:55:41.507Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:55:41.507Z] #2 DONE 0.0s [2025-10-31T12:55:41.507Z] [2025-10-31T12:55:41.507Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:55:41.507Z] #3 DONE 0.0s [2025-10-31T12:55:41.507Z] [2025-10-31T12:55:41.507Z] #4 [internal] load .dockerignore [2025-10-31T12:55:41.507Z] #4 transferring context: 2B done [2025-10-31T12:55:41.507Z] #4 DONE 0.0s [2025-10-31T12:55:41.507Z] [2025-10-31T12:55:41.507Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:f801ee548d43e5e457677f496734fda50390500d3e21a531a6df4b56b9e48796 [2025-10-31T12:55:41.507Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:f801ee548d43e5e457677f496734fda50390500d3e21a531a6df4b56b9e48796 0.0s done [2025-10-31T12:55:41.507Z] #5 CACHED [2025-10-31T12:55:41.507Z] [2025-10-31T12:55:41.507Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:f801ee548d43e5e457677f496734fda50390500d3e21a531a6df4b56b9e48796 [2025-10-31T12:55:41.507Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:f801ee548d43e5e457677f496734fda50390500d3e21a531a6df4b56b9e48796 0.0s done [2025-10-31T12:55:41.507Z] #6 CACHED [2025-10-31T12:55:41.507Z] [2025-10-31T12:55:41.507Z] #7 exporting to image [2025-10-31T12:55:41.507Z] #7 exporting layers [2025-10-31T12:55:41.507Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T12:55:41.507Z] #7 exporting layers done [2025-10-31T12:55:41.507Z] #7 exporting manifest sha256:bd155a7aece1ffd214f0099fdc6a662f92e3b6b12d43181d93c656d27bbaeede done [2025-10-31T12:55:41.507Z] #7 exporting config sha256:20ecc4f328959baf2a6400d5c894d9f1588f8222567dee0b96696919f4810bc9 done [2025-10-31T12:55:41.507Z] #7 exporting manifest sha256:f35bae6142dff84041e837c38d00077d4c38d33bef61aad5a192567887d45ce1 done [2025-10-31T12:55:41.507Z] #7 exporting config sha256:9acfbd14b583feebe0e1742beb5ca89bdfa25ebca1e61cbe4b3580b45f605557 done [2025-10-31T12:55:41.507Z] #7 exporting manifest list sha256:181ca87335392168bec862cef6cf139c811f87ce98e90db825fad86b92fff491 done [2025-10-31T12:55:41.507Z] #7 pushing layers 0.0s done [2025-10-31T12:55:41.507Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:181ca87335392168bec862cef6cf139c811f87ce98e90db825fad86b92fff491 0.1s done [2025-10-31T12:55:41.507Z] #7 DONE 0.1s [2025-10-31T12:55:41.507Z] [2025-10-31T12:55:41.507Z] #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T12:55:41.507Z] #8 DONE 0.0s [2025-10-31T12:55:41.507Z] [2025-10-31T12:55:41.507Z] 1 warning found (use --debug to expand): [2025-10-31T12:55:41.507Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T12:55:41.800Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main' [2025-10-31T12:55:41.800Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:main --push - [2025-10-31T12:55:42.059Z] #1 [internal] load build definition from Dockerfile [2025-10-31T12:55:42.059Z] #1 transferring dockerfile: 175B done [2025-10-31T12:55:42.059Z] #1 DONE 0.0s [2025-10-31T12:55:42.059Z] [2025-10-31T12:55:42.060Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-10-31T12:55:42.060Z] #2 DONE 0.0s [2025-10-31T12:55:42.060Z] [2025-10-31T12:55:42.060Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-10-31T12:55:42.060Z] #3 DONE 0.0s [2025-10-31T12:55:42.060Z] [2025-10-31T12:55:42.060Z] #4 [internal] load .dockerignore [2025-10-31T12:55:42.060Z] #4 transferring context: 2B done [2025-10-31T12:55:42.060Z] #4 DONE 0.0s [2025-10-31T12:55:42.060Z] [2025-10-31T12:55:42.060Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:f801ee548d43e5e457677f496734fda50390500d3e21a531a6df4b56b9e48796 [2025-10-31T12:55:42.060Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:f801ee548d43e5e457677f496734fda50390500d3e21a531a6df4b56b9e48796 0.0s done [2025-10-31T12:55:42.060Z] #5 CACHED [2025-10-31T12:55:42.060Z] [2025-10-31T12:55:42.060Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:f801ee548d43e5e457677f496734fda50390500d3e21a531a6df4b56b9e48796 [2025-10-31T12:55:42.060Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:f801ee548d43e5e457677f496734fda50390500d3e21a531a6df4b56b9e48796 0.0s done [2025-10-31T12:55:42.060Z] #6 CACHED [2025-10-31T12:55:42.060Z] [2025-10-31T12:55:42.060Z] #7 exporting to image [2025-10-31T12:55:42.060Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T12:55:42.060Z] #7 exporting layers done [2025-10-31T12:55:42.060Z] #7 exporting manifest sha256:bd155a7aece1ffd214f0099fdc6a662f92e3b6b12d43181d93c656d27bbaeede done [2025-10-31T12:55:42.060Z] #7 exporting config sha256:20ecc4f328959baf2a6400d5c894d9f1588f8222567dee0b96696919f4810bc9 done [2025-10-31T12:55:42.060Z] #7 exporting manifest sha256:f35bae6142dff84041e837c38d00077d4c38d33bef61aad5a192567887d45ce1 done [2025-10-31T12:55:42.060Z] #7 exporting config sha256:9acfbd14b583feebe0e1742beb5ca89bdfa25ebca1e61cbe4b3580b45f605557 done [2025-10-31T12:55:42.060Z] #7 exporting manifest list sha256:181ca87335392168bec862cef6cf139c811f87ce98e90db825fad86b92fff491 done [2025-10-31T12:55:42.060Z] #7 pushing layers 0.0s done [2025-10-31T12:55:42.060Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:181ca87335392168bec862cef6cf139c811f87ce98e90db825fad86b92fff491 0.1s done [2025-10-31T12:55:42.060Z] #7 DONE 0.1s [2025-10-31T12:55:42.060Z] [2025-10-31T12:55:42.060Z] #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T12:55:42.060Z] #8 DONE 0.0s [2025-10-31T12:55:42.060Z] [2025-10-31T12:55:42.060Z] 1 warning found (use --debug to expand): [2025-10-31T12:55:42.060Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T12:55:42.349Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:636c0249806ecb81ff5c6dc90fac847d9a5fe90b' [2025-10-31T12:55:42.349Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:636c0249806ecb81ff5c6dc90fac847d9a5fe90b --push - [2025-10-31T12:55:42.349Z] #1 [internal] load build definition from Dockerfile [2025-10-31T12:55:42.349Z] #1 transferring dockerfile: 215B done [2025-10-31T12:55:42.349Z] #1 DONE 0.0s [2025-10-31T12:55:42.349Z] [2025-10-31T12:55:42.349Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:55:42.349Z] #2 DONE 0.0s [2025-10-31T12:55:42.349Z] [2025-10-31T12:55:42.349Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:55:42.349Z] #3 DONE 0.0s [2025-10-31T12:55:42.349Z] [2025-10-31T12:55:42.349Z] #4 [internal] load .dockerignore [2025-10-31T12:55:42.349Z] #4 transferring context: 2B done [2025-10-31T12:55:42.349Z] #4 DONE 0.0s [2025-10-31T12:55:42.608Z] [2025-10-31T12:55:42.608Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:bbc1a2b38fa8551d3f1215e33663de3f9d19ab24f0f056396c43d7430744b72a [2025-10-31T12:55:42.608Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:bbc1a2b38fa8551d3f1215e33663de3f9d19ab24f0f056396c43d7430744b72a 0.0s done [2025-10-31T12:55:42.608Z] #5 DONE 0.0s [2025-10-31T12:55:42.608Z] [2025-10-31T12:55:42.608Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:bbc1a2b38fa8551d3f1215e33663de3f9d19ab24f0f056396c43d7430744b72a [2025-10-31T12:55:42.608Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:bbc1a2b38fa8551d3f1215e33663de3f9d19ab24f0f056396c43d7430744b72a 0.0s done [2025-10-31T12:55:42.608Z] #6 DONE 0.1s [2025-10-31T12:55:42.608Z] [2025-10-31T12:55:42.608Z] #7 exporting to image [2025-10-31T12:55:42.608Z] #7 exporting layers done [2025-10-31T12:55:42.608Z] #7 exporting manifest sha256:efbf4cd515fac126f1213fe4d93e3b86f5d0f356cbbc0c52db1b9e21da78e18d done [2025-10-31T12:55:42.608Z] #7 exporting config sha256:69466f18529db4ef8fdf1b3a27b320ca0bd089fb5da4bb5146af7cfbdb8131e9 [2025-10-31T12:55:42.608Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T12:55:42.608Z] #7 ... [2025-10-31T12:55:42.608Z] [2025-10-31T12:55:42.608Z] #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T12:55:42.608Z] #8 DONE 0.0s [2025-10-31T12:55:42.608Z] [2025-10-31T12:55:42.608Z] #7 exporting to image [2025-10-31T12:55:42.608Z] #7 exporting config sha256:69466f18529db4ef8fdf1b3a27b320ca0bd089fb5da4bb5146af7cfbdb8131e9 done [2025-10-31T12:55:42.608Z] #7 exporting manifest sha256:7f3a88ce5db75b7d2ff082db92db2b78928e2f42f06d261453147d0f774afe72 done [2025-10-31T12:55:42.608Z] #7 exporting config sha256:401ce746eb0c9abce112367b1ec0cd20831cdd5a10c2aed8541c3384a454626d done [2025-10-31T12:55:42.608Z] #7 exporting manifest list sha256:78f66ba6796d1f34d296e3ea218630dcf2b66285b74fd7cfc6ae97423fa391c4 done [2025-10-31T12:55:42.608Z] #7 pushing layers 0.1s done [2025-10-31T12:55:42.608Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:78f66ba6796d1f34d296e3ea218630dcf2b66285b74fd7cfc6ae97423fa391c4 [2025-10-31T12:55:42.868Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:78f66ba6796d1f34d296e3ea218630dcf2b66285b74fd7cfc6ae97423fa391c4 0.1s done [2025-10-31T12:55:42.868Z] #7 DONE 0.2s [2025-10-31T12:55:42.868Z] [2025-10-31T12:55:42.868Z] 1 warning found (use --debug to expand): [2025-10-31T12:55:42.868Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T12:55:43.161Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest' [2025-10-31T12:55:43.161Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest --push - [2025-10-31T12:55:43.161Z] #1 [internal] load build definition from Dockerfile [2025-10-31T12:55:43.161Z] #1 transferring dockerfile: 181B done [2025-10-31T12:55:43.161Z] #1 DONE 0.0s [2025-10-31T12:55:43.161Z] [2025-10-31T12:55:43.161Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-10-31T12:55:43.161Z] #2 DONE 0.0s [2025-10-31T12:55:43.161Z] [2025-10-31T12:55:43.161Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-10-31T12:55:43.161Z] #3 DONE 0.0s [2025-10-31T12:55:43.161Z] [2025-10-31T12:55:43.161Z] #4 [internal] load .dockerignore [2025-10-31T12:55:43.161Z] #4 transferring context: 2B done [2025-10-31T12:55:43.161Z] #4 DONE 0.0s [2025-10-31T12:55:43.161Z] [2025-10-31T12:55:43.161Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:bbc1a2b38fa8551d3f1215e33663de3f9d19ab24f0f056396c43d7430744b72a [2025-10-31T12:55:43.161Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:bbc1a2b38fa8551d3f1215e33663de3f9d19ab24f0f056396c43d7430744b72a 0.0s done [2025-10-31T12:55:43.161Z] #5 DONE 0.0s [2025-10-31T12:55:43.161Z] [2025-10-31T12:55:43.162Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:bbc1a2b38fa8551d3f1215e33663de3f9d19ab24f0f056396c43d7430744b72a [2025-10-31T12:55:43.422Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:bbc1a2b38fa8551d3f1215e33663de3f9d19ab24f0f056396c43d7430744b72a 0.0s done [2025-10-31T12:55:43.422Z] #6 CACHED [2025-10-31T12:55:43.422Z] [2025-10-31T12:55:43.422Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:bbc1a2b38fa8551d3f1215e33663de3f9d19ab24f0f056396c43d7430744b72a [2025-10-31T12:55:43.422Z] #5 CACHED [2025-10-31T12:55:43.422Z] [2025-10-31T12:55:43.422Z] #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T12:55:43.422Z] #7 DONE 0.0s [2025-10-31T12:55:43.422Z] [2025-10-31T12:55:43.422Z] #8 exporting to image [2025-10-31T12:55:43.422Z] #8 exporting layers done [2025-10-31T12:55:43.422Z] #8 exporting manifest sha256:efbf4cd515fac126f1213fe4d93e3b86f5d0f356cbbc0c52db1b9e21da78e18d done [2025-10-31T12:55:43.422Z] #8 exporting config sha256:69466f18529db4ef8fdf1b3a27b320ca0bd089fb5da4bb5146af7cfbdb8131e9 done [2025-10-31T12:55:43.422Z] #8 exporting manifest sha256:7f3a88ce5db75b7d2ff082db92db2b78928e2f42f06d261453147d0f774afe72 done [2025-10-31T12:55:43.422Z] #8 exporting config sha256:401ce746eb0c9abce112367b1ec0cd20831cdd5a10c2aed8541c3384a454626d done [2025-10-31T12:55:43.422Z] #8 exporting manifest list sha256:78f66ba6796d1f34d296e3ea218630dcf2b66285b74fd7cfc6ae97423fa391c4 done [2025-10-31T12:55:43.422Z] #8 pushing layers 0.0s done [2025-10-31T12:55:43.422Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:78f66ba6796d1f34d296e3ea218630dcf2b66285b74fd7cfc6ae97423fa391c4 0.1s done [2025-10-31T12:55:43.422Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T12:55:43.422Z] #8 DONE 0.1s [2025-10-31T12:55:43.422Z] [2025-10-31T12:55:43.422Z] 1 warning found (use --debug to expand): [2025-10-31T12:55:43.422Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T12:55:43.713Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.73' [2025-10-31T12:55:43.713Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.73 --push - [2025-10-31T12:55:43.713Z] #1 [internal] load build definition from Dockerfile [2025-10-31T12:55:43.713Z] #1 transferring dockerfile: 187B done [2025-10-31T12:55:43.713Z] #1 DONE 0.0s [2025-10-31T12:55:43.713Z] [2025-10-31T12:55:43.714Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.73 [2025-10-31T12:55:43.714Z] #2 DONE 0.0s [2025-10-31T12:55:43.714Z] [2025-10-31T12:55:43.714Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.73 [2025-10-31T12:55:43.714Z] #3 DONE 0.0s [2025-10-31T12:55:43.714Z] [2025-10-31T12:55:43.714Z] #4 [internal] load .dockerignore [2025-10-31T12:55:43.714Z] #4 transferring context: 2B done [2025-10-31T12:55:43.714Z] #4 DONE 0.0s [2025-10-31T12:55:43.714Z] [2025-10-31T12:55:43.714Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.73@sha256:bbc1a2b38fa8551d3f1215e33663de3f9d19ab24f0f056396c43d7430744b72a [2025-10-31T12:55:43.714Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.73@sha256:bbc1a2b38fa8551d3f1215e33663de3f9d19ab24f0f056396c43d7430744b72a 0.0s done [2025-10-31T12:55:43.714Z] #5 CACHED [2025-10-31T12:55:43.714Z] [2025-10-31T12:55:43.714Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.73@sha256:bbc1a2b38fa8551d3f1215e33663de3f9d19ab24f0f056396c43d7430744b72a [2025-10-31T12:55:43.714Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.73@sha256:bbc1a2b38fa8551d3f1215e33663de3f9d19ab24f0f056396c43d7430744b72a 0.0s done [2025-10-31T12:55:43.714Z] #6 CACHED [2025-10-31T12:55:43.714Z] [2025-10-31T12:55:43.714Z] #7 exporting to image [2025-10-31T12:55:43.714Z] #7 exporting layers [2025-10-31T12:55:43.714Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T12:55:43.972Z] #7 exporting layers done [2025-10-31T12:55:43.972Z] #7 exporting manifest sha256:efbf4cd515fac126f1213fe4d93e3b86f5d0f356cbbc0c52db1b9e21da78e18d done [2025-10-31T12:55:43.972Z] #7 exporting config sha256:69466f18529db4ef8fdf1b3a27b320ca0bd089fb5da4bb5146af7cfbdb8131e9 done [2025-10-31T12:55:43.972Z] #7 exporting manifest sha256:7f3a88ce5db75b7d2ff082db92db2b78928e2f42f06d261453147d0f774afe72 done [2025-10-31T12:55:43.972Z] #7 exporting config sha256:401ce746eb0c9abce112367b1ec0cd20831cdd5a10c2aed8541c3384a454626d done [2025-10-31T12:55:43.972Z] #7 exporting manifest list sha256:78f66ba6796d1f34d296e3ea218630dcf2b66285b74fd7cfc6ae97423fa391c4 done [2025-10-31T12:55:43.972Z] #7 pushing layers 0.0s done [2025-10-31T12:55:43.972Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.73@sha256:78f66ba6796d1f34d296e3ea218630dcf2b66285b74fd7cfc6ae97423fa391c4 0.1s done [2025-10-31T12:55:43.972Z] #7 DONE 0.1s [2025-10-31T12:55:43.972Z] [2025-10-31T12:55:43.972Z] #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T12:55:43.972Z] #8 DONE 0.0s [2025-10-31T12:55:43.972Z] [2025-10-31T12:55:43.972Z] 1 warning found (use --debug to expand): [2025-10-31T12:55:43.972Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T12:55:44.262Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73' [2025-10-31T12:55:44.262Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 --push - [2025-10-31T12:55:44.262Z] #1 [internal] load build definition from Dockerfile [2025-10-31T12:55:44.262Z] #1 transferring dockerfile: 228B done [2025-10-31T12:55:44.262Z] #1 DONE 0.0s [2025-10-31T12:55:44.262Z] [2025-10-31T12:55:44.262Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:55:44.262Z] #2 DONE 0.0s [2025-10-31T12:55:44.262Z] [2025-10-31T12:55:44.262Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:55:44.262Z] #3 DONE 0.0s [2025-10-31T12:55:44.262Z] [2025-10-31T12:55:44.262Z] #4 [internal] load .dockerignore [2025-10-31T12:55:44.262Z] #4 transferring context: 2B done [2025-10-31T12:55:44.262Z] #4 DONE 0.0s [2025-10-31T12:55:44.262Z] [2025-10-31T12:55:44.262Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:bbc1a2b38fa8551d3f1215e33663de3f9d19ab24f0f056396c43d7430744b72a [2025-10-31T12:55:44.262Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:bbc1a2b38fa8551d3f1215e33663de3f9d19ab24f0f056396c43d7430744b72a 0.0s done [2025-10-31T12:55:44.262Z] #5 CACHED [2025-10-31T12:55:44.262Z] [2025-10-31T12:55:44.262Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:bbc1a2b38fa8551d3f1215e33663de3f9d19ab24f0f056396c43d7430744b72a [2025-10-31T12:55:44.522Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:bbc1a2b38fa8551d3f1215e33663de3f9d19ab24f0f056396c43d7430744b72a 0.0s done [2025-10-31T12:55:44.522Z] #6 CACHED [2025-10-31T12:55:44.522Z] [2025-10-31T12:55:44.522Z] #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T12:55:44.522Z] #7 DONE 0.0s [2025-10-31T12:55:44.522Z] [2025-10-31T12:55:44.522Z] #8 exporting to image [2025-10-31T12:55:44.522Z] #8 exporting layers done [2025-10-31T12:55:44.522Z] #8 exporting manifest sha256:efbf4cd515fac126f1213fe4d93e3b86f5d0f356cbbc0c52db1b9e21da78e18d done [2025-10-31T12:55:44.522Z] #8 exporting config sha256:69466f18529db4ef8fdf1b3a27b320ca0bd089fb5da4bb5146af7cfbdb8131e9 done [2025-10-31T12:55:44.522Z] #8 exporting manifest sha256:7f3a88ce5db75b7d2ff082db92db2b78928e2f42f06d261453147d0f774afe72 done [2025-10-31T12:55:44.522Z] #8 exporting config sha256:401ce746eb0c9abce112367b1ec0cd20831cdd5a10c2aed8541c3384a454626d done [2025-10-31T12:55:44.522Z] #8 exporting manifest list sha256:78f66ba6796d1f34d296e3ea218630dcf2b66285b74fd7cfc6ae97423fa391c4 done [2025-10-31T12:55:44.522Z] #8 pushing layers 0.0s done [2025-10-31T12:55:44.522Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:78f66ba6796d1f34d296e3ea218630dcf2b66285b74fd7cfc6ae97423fa391c4 0.1s done [2025-10-31T12:55:44.522Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T12:55:44.522Z] #8 DONE 0.1s [2025-10-31T12:55:44.522Z] [2025-10-31T12:55:44.522Z] 1 warning found (use --debug to expand): [2025-10-31T12:55:44.522Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T12:55:44.811Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main --push - [2025-10-31T12:55:44.811Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main' [2025-10-31T12:55:44.811Z] #1 [internal] load build definition from Dockerfile [2025-10-31T12:55:44.811Z] #1 transferring dockerfile: 179B done [2025-10-31T12:55:44.811Z] #1 DONE 0.0s [2025-10-31T12:55:44.811Z] [2025-10-31T12:55:44.811Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-10-31T12:55:44.811Z] #2 DONE 0.0s [2025-10-31T12:55:44.811Z] [2025-10-31T12:55:44.811Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-10-31T12:55:44.811Z] #3 DONE 0.0s [2025-10-31T12:55:44.811Z] [2025-10-31T12:55:44.811Z] #4 [internal] load .dockerignore [2025-10-31T12:55:44.811Z] #4 transferring context: 2B done [2025-10-31T12:55:44.811Z] #4 DONE 0.0s [2025-10-31T12:55:44.811Z] [2025-10-31T12:55:44.811Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:bbc1a2b38fa8551d3f1215e33663de3f9d19ab24f0f056396c43d7430744b72a [2025-10-31T12:55:44.811Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:bbc1a2b38fa8551d3f1215e33663de3f9d19ab24f0f056396c43d7430744b72a 0.0s done [2025-10-31T12:55:44.811Z] #5 DONE 0.0s [2025-10-31T12:55:44.811Z] [2025-10-31T12:55:44.811Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:bbc1a2b38fa8551d3f1215e33663de3f9d19ab24f0f056396c43d7430744b72a [2025-10-31T12:55:45.073Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:bbc1a2b38fa8551d3f1215e33663de3f9d19ab24f0f056396c43d7430744b72a 0.0s done [2025-10-31T12:55:45.073Z] #6 CACHED [2025-10-31T12:55:45.073Z] [2025-10-31T12:55:45.073Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:bbc1a2b38fa8551d3f1215e33663de3f9d19ab24f0f056396c43d7430744b72a [2025-10-31T12:55:45.073Z] #5 CACHED [2025-10-31T12:55:45.073Z] [2025-10-31T12:55:45.073Z] #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T12:55:45.073Z] #7 DONE 0.0s [2025-10-31T12:55:45.073Z] [2025-10-31T12:55:45.073Z] #8 exporting to image [2025-10-31T12:55:45.073Z] #8 exporting layers done [2025-10-31T12:55:45.073Z] #8 exporting manifest sha256:efbf4cd515fac126f1213fe4d93e3b86f5d0f356cbbc0c52db1b9e21da78e18d done [2025-10-31T12:55:45.073Z] #8 exporting config sha256:69466f18529db4ef8fdf1b3a27b320ca0bd089fb5da4bb5146af7cfbdb8131e9 done [2025-10-31T12:55:45.073Z] #8 exporting manifest sha256:7f3a88ce5db75b7d2ff082db92db2b78928e2f42f06d261453147d0f774afe72 done [2025-10-31T12:55:45.073Z] #8 exporting config sha256:401ce746eb0c9abce112367b1ec0cd20831cdd5a10c2aed8541c3384a454626d done [2025-10-31T12:55:45.073Z] #8 exporting manifest list sha256:78f66ba6796d1f34d296e3ea218630dcf2b66285b74fd7cfc6ae97423fa391c4 done [2025-10-31T12:55:45.073Z] #8 pushing layers 0.0s done [2025-10-31T12:55:45.073Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:78f66ba6796d1f34d296e3ea218630dcf2b66285b74fd7cfc6ae97423fa391c4 0.1s done [2025-10-31T12:55:45.073Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T12:55:45.073Z] #8 DONE 0.1s [2025-10-31T12:55:45.073Z] [2025-10-31T12:55:45.073Z] 1 warning found (use --debug to expand): [2025-10-31T12:55:45.073Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T12:55:45.360Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:636c0249806ecb81ff5c6dc90fac847d9a5fe90b' [2025-10-31T12:55:45.360Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:636c0249806ecb81ff5c6dc90fac847d9a5fe90b --push - [2025-10-31T12:55:45.618Z] #1 [internal] load build definition from Dockerfile [2025-10-31T12:55:45.618Z] #1 transferring dockerfile: 205B done [2025-10-31T12:55:45.618Z] #1 DONE 0.0s [2025-10-31T12:55:45.618Z] [2025-10-31T12:55:45.618Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:55:45.618Z] #2 DONE 0.0s [2025-10-31T12:55:45.618Z] [2025-10-31T12:55:45.618Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:55:45.618Z] #3 DONE 0.0s [2025-10-31T12:55:45.618Z] [2025-10-31T12:55:45.618Z] #4 [internal] load .dockerignore [2025-10-31T12:55:45.618Z] #4 transferring context: 2B done [2025-10-31T12:55:45.618Z] #4 DONE 0.0s [2025-10-31T12:55:45.618Z] [2025-10-31T12:55:45.618Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:3b6f722c6988ee0f879d295103752f14d4c20f24562f10381f0a6c8e51323c14 [2025-10-31T12:55:45.618Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:3b6f722c6988ee0f879d295103752f14d4c20f24562f10381f0a6c8e51323c14 [2025-10-31T12:55:45.618Z] #5 ... [2025-10-31T12:55:45.618Z] [2025-10-31T12:55:45.618Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:3b6f722c6988ee0f879d295103752f14d4c20f24562f10381f0a6c8e51323c14 [2025-10-31T12:55:45.618Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:3b6f722c6988ee0f879d295103752f14d4c20f24562f10381f0a6c8e51323c14 0.0s done [2025-10-31T12:55:45.618Z] #6 DONE 0.1s [2025-10-31T12:55:45.618Z] [2025-10-31T12:55:45.618Z] #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T12:55:45.618Z] #7 DONE 0.0s [2025-10-31T12:55:45.618Z] [2025-10-31T12:55:45.618Z] #8 exporting to image [2025-10-31T12:55:45.618Z] #8 exporting layers done [2025-10-31T12:55:45.618Z] #8 exporting manifest sha256:f2df5fbbfab2eb10f236d4bce52abf5d0ff61d29c9b094d47f6f81e1caa489bd done [2025-10-31T12:55:45.618Z] #8 exporting config sha256:ff422781f4ef353ac0998fd4c005ad7e4393068675bc52d0b091d2026a0c289a done [2025-10-31T12:55:45.618Z] #8 exporting manifest sha256:0d720b6cde63c8883f55619bb5598ebcd9e00042abf69cf45adadeb2bba8660d done [2025-10-31T12:55:45.618Z] #8 exporting config sha256:bf2792122a7148f432c81295c237b5686f1fb81c16a0f76b8954600eec5d1b9d done [2025-10-31T12:55:45.618Z] #8 exporting manifest list sha256:d3a7f5346b37f272acac9a80797642885e912251680453a990320e7d36ed0750 done [2025-10-31T12:55:45.618Z] #8 pushing layers 0.1s done [2025-10-31T12:55:45.618Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:d3a7f5346b37f272acac9a80797642885e912251680453a990320e7d36ed0750 [2025-10-31T12:55:45.618Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T12:55:45.876Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:d3a7f5346b37f272acac9a80797642885e912251680453a990320e7d36ed0750 0.1s done [2025-10-31T12:55:45.876Z] #8 DONE 0.2s [2025-10-31T12:55:45.876Z] [2025-10-31T12:55:45.876Z] 1 warning found (use --debug to expand): [2025-10-31T12:55:45.876Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T12:55:46.159Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest' [2025-10-31T12:55:46.159Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:latest --push - [2025-10-31T12:55:46.159Z] #1 [internal] load build definition from Dockerfile [2025-10-31T12:55:46.159Z] #1 transferring dockerfile: 171B done [2025-10-31T12:55:46.159Z] #1 DONE 0.0s [2025-10-31T12:55:46.159Z] [2025-10-31T12:55:46.159Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-10-31T12:55:46.159Z] #2 DONE 0.1s [2025-10-31T12:55:46.159Z] [2025-10-31T12:55:46.159Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-10-31T12:55:46.421Z] #3 DONE 0.1s [2025-10-31T12:55:46.421Z] [2025-10-31T12:55:46.421Z] #4 [internal] load .dockerignore [2025-10-31T12:55:46.421Z] #4 transferring context: 2B done [2025-10-31T12:55:46.421Z] #4 DONE 0.0s [2025-10-31T12:55:46.421Z] [2025-10-31T12:55:46.421Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:3b6f722c6988ee0f879d295103752f14d4c20f24562f10381f0a6c8e51323c14 [2025-10-31T12:55:46.421Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:3b6f722c6988ee0f879d295103752f14d4c20f24562f10381f0a6c8e51323c14 0.0s done [2025-10-31T12:55:46.421Z] #5 CACHED [2025-10-31T12:55:46.421Z] [2025-10-31T12:55:46.421Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:3b6f722c6988ee0f879d295103752f14d4c20f24562f10381f0a6c8e51323c14 [2025-10-31T12:55:46.421Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:3b6f722c6988ee0f879d295103752f14d4c20f24562f10381f0a6c8e51323c14 0.0s done [2025-10-31T12:55:46.421Z] #6 CACHED [2025-10-31T12:55:46.421Z] [2025-10-31T12:55:46.421Z] #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T12:55:46.421Z] #7 DONE 0.0s [2025-10-31T12:55:46.421Z] [2025-10-31T12:55:46.421Z] #8 exporting to image [2025-10-31T12:55:46.421Z] #8 exporting layers done [2025-10-31T12:55:46.421Z] #8 exporting manifest sha256:f2df5fbbfab2eb10f236d4bce52abf5d0ff61d29c9b094d47f6f81e1caa489bd done [2025-10-31T12:55:46.421Z] #8 exporting config sha256:ff422781f4ef353ac0998fd4c005ad7e4393068675bc52d0b091d2026a0c289a done [2025-10-31T12:55:46.421Z] #8 exporting manifest sha256:0d720b6cde63c8883f55619bb5598ebcd9e00042abf69cf45adadeb2bba8660d done [2025-10-31T12:55:46.421Z] #8 exporting config sha256:bf2792122a7148f432c81295c237b5686f1fb81c16a0f76b8954600eec5d1b9d done [2025-10-31T12:55:46.421Z] #8 exporting manifest list sha256:d3a7f5346b37f272acac9a80797642885e912251680453a990320e7d36ed0750 done [2025-10-31T12:55:46.421Z] #8 pushing layers 0.0s done [2025-10-31T12:55:46.421Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:d3a7f5346b37f272acac9a80797642885e912251680453a990320e7d36ed0750 0.1s done [2025-10-31T12:55:46.421Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T12:55:46.421Z] #8 DONE 0.1s [2025-10-31T12:55:46.421Z] [2025-10-31T12:55:46.421Z] 1 warning found (use --debug to expand): [2025-10-31T12:55:46.421Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T12:55:46.712Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.73' [2025-10-31T12:55:46.713Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.73 --push - [2025-10-31T12:55:46.713Z] #1 [internal] load build definition from Dockerfile [2025-10-31T12:55:46.713Z] #1 transferring dockerfile: 177B done [2025-10-31T12:55:46.713Z] #1 DONE 0.0s [2025-10-31T12:55:46.713Z] [2025-10-31T12:55:46.713Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.73 [2025-10-31T12:55:46.713Z] #2 DONE 0.0s [2025-10-31T12:55:46.713Z] [2025-10-31T12:55:46.713Z] #3 [internal] load .dockerignore [2025-10-31T12:55:46.713Z] #3 transferring context: 2B done [2025-10-31T12:55:46.713Z] #3 DONE 0.0s [2025-10-31T12:55:46.713Z] [2025-10-31T12:55:46.713Z] #4 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.73 [2025-10-31T12:55:46.973Z] #4 DONE 0.0s [2025-10-31T12:55:46.973Z] [2025-10-31T12:55:46.973Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.73@sha256:3b6f722c6988ee0f879d295103752f14d4c20f24562f10381f0a6c8e51323c14 [2025-10-31T12:55:46.973Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.73@sha256:3b6f722c6988ee0f879d295103752f14d4c20f24562f10381f0a6c8e51323c14 0.0s done [2025-10-31T12:55:46.973Z] #5 CACHED [2025-10-31T12:55:46.973Z] [2025-10-31T12:55:46.973Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.73@sha256:3b6f722c6988ee0f879d295103752f14d4c20f24562f10381f0a6c8e51323c14 [2025-10-31T12:55:46.973Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.73@sha256:3b6f722c6988ee0f879d295103752f14d4c20f24562f10381f0a6c8e51323c14 0.0s done [2025-10-31T12:55:46.973Z] #6 CACHED [2025-10-31T12:55:46.973Z] [2025-10-31T12:55:46.973Z] #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T12:55:46.973Z] #7 DONE 0.0s [2025-10-31T12:55:46.973Z] [2025-10-31T12:55:46.973Z] #8 exporting to image [2025-10-31T12:55:46.973Z] #8 exporting layers done [2025-10-31T12:55:46.973Z] #8 exporting manifest sha256:f2df5fbbfab2eb10f236d4bce52abf5d0ff61d29c9b094d47f6f81e1caa489bd done [2025-10-31T12:55:46.973Z] #8 exporting config sha256:ff422781f4ef353ac0998fd4c005ad7e4393068675bc52d0b091d2026a0c289a done [2025-10-31T12:55:46.973Z] #8 exporting manifest sha256:0d720b6cde63c8883f55619bb5598ebcd9e00042abf69cf45adadeb2bba8660d done [2025-10-31T12:55:46.973Z] #8 exporting config sha256:bf2792122a7148f432c81295c237b5686f1fb81c16a0f76b8954600eec5d1b9d done [2025-10-31T12:55:46.973Z] #8 exporting manifest list sha256:d3a7f5346b37f272acac9a80797642885e912251680453a990320e7d36ed0750 done [2025-10-31T12:55:46.973Z] #8 pushing layers 0.0s done [2025-10-31T12:55:46.973Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.73@sha256:d3a7f5346b37f272acac9a80797642885e912251680453a990320e7d36ed0750 0.1s done [2025-10-31T12:55:46.973Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T12:55:46.973Z] #8 DONE 0.1s [2025-10-31T12:55:46.973Z] [2025-10-31T12:55:46.973Z] 1 warning found (use --debug to expand): [2025-10-31T12:55:46.973Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T12:55:47.257Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73' [2025-10-31T12:55:47.257Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 --push - [2025-10-31T12:55:47.257Z] #1 [internal] load build definition from Dockerfile [2025-10-31T12:55:47.257Z] #1 transferring dockerfile: 218B done [2025-10-31T12:55:47.257Z] #1 DONE 0.0s [2025-10-31T12:55:47.257Z] [2025-10-31T12:55:47.257Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:55:47.257Z] #2 DONE 0.0s [2025-10-31T12:55:47.257Z] [2025-10-31T12:55:47.257Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:55:47.257Z] #3 DONE 0.0s [2025-10-31T12:55:47.257Z] [2025-10-31T12:55:47.257Z] #4 [internal] load .dockerignore [2025-10-31T12:55:47.257Z] #4 transferring context: 2B done [2025-10-31T12:55:47.257Z] #4 DONE 0.0s [2025-10-31T12:55:47.257Z] [2025-10-31T12:55:47.257Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:3b6f722c6988ee0f879d295103752f14d4c20f24562f10381f0a6c8e51323c14 [2025-10-31T12:55:47.257Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:3b6f722c6988ee0f879d295103752f14d4c20f24562f10381f0a6c8e51323c14 0.0s done [2025-10-31T12:55:47.257Z] #5 DONE 0.0s [2025-10-31T12:55:47.257Z] [2025-10-31T12:55:47.257Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:3b6f722c6988ee0f879d295103752f14d4c20f24562f10381f0a6c8e51323c14 [2025-10-31T12:55:47.518Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:3b6f722c6988ee0f879d295103752f14d4c20f24562f10381f0a6c8e51323c14 0.0s done [2025-10-31T12:55:47.518Z] #6 CACHED [2025-10-31T12:55:47.518Z] [2025-10-31T12:55:47.518Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:3b6f722c6988ee0f879d295103752f14d4c20f24562f10381f0a6c8e51323c14 [2025-10-31T12:55:47.518Z] #5 CACHED [2025-10-31T12:55:47.518Z] [2025-10-31T12:55:47.518Z] #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T12:55:47.518Z] #7 DONE 0.0s [2025-10-31T12:55:47.518Z] [2025-10-31T12:55:47.518Z] #8 exporting to image [2025-10-31T12:55:47.518Z] #8 exporting layers done [2025-10-31T12:55:47.518Z] #8 exporting manifest sha256:f2df5fbbfab2eb10f236d4bce52abf5d0ff61d29c9b094d47f6f81e1caa489bd done [2025-10-31T12:55:47.518Z] #8 exporting config sha256:ff422781f4ef353ac0998fd4c005ad7e4393068675bc52d0b091d2026a0c289a done [2025-10-31T12:55:47.518Z] #8 exporting manifest sha256:0d720b6cde63c8883f55619bb5598ebcd9e00042abf69cf45adadeb2bba8660d done [2025-10-31T12:55:47.518Z] #8 exporting config sha256:bf2792122a7148f432c81295c237b5686f1fb81c16a0f76b8954600eec5d1b9d done [2025-10-31T12:55:47.518Z] #8 exporting manifest list sha256:d3a7f5346b37f272acac9a80797642885e912251680453a990320e7d36ed0750 done [2025-10-31T12:55:47.518Z] #8 pushing layers 0.0s done [2025-10-31T12:55:47.518Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:d3a7f5346b37f272acac9a80797642885e912251680453a990320e7d36ed0750 0.1s done [2025-10-31T12:55:47.518Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T12:55:47.518Z] #8 DONE 0.1s [2025-10-31T12:55:47.518Z] [2025-10-31T12:55:47.518Z] 1 warning found (use --debug to expand): [2025-10-31T12:55:47.518Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T12:55:47.803Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main' [2025-10-31T12:55:47.803Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:main --push - [2025-10-31T12:55:47.803Z] #1 [internal] load build definition from Dockerfile [2025-10-31T12:55:47.803Z] #1 transferring dockerfile: 169B done [2025-10-31T12:55:47.803Z] #1 DONE 0.0s [2025-10-31T12:55:47.803Z] [2025-10-31T12:55:47.803Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-10-31T12:55:47.803Z] #2 DONE 0.0s [2025-10-31T12:55:47.803Z] [2025-10-31T12:55:47.803Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-10-31T12:55:47.803Z] #3 DONE 0.0s [2025-10-31T12:55:47.803Z] [2025-10-31T12:55:47.803Z] #4 [internal] load .dockerignore [2025-10-31T12:55:47.803Z] #4 transferring context: 2B done [2025-10-31T12:55:47.803Z] #4 DONE 0.0s [2025-10-31T12:55:47.803Z] [2025-10-31T12:55:47.803Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:3b6f722c6988ee0f879d295103752f14d4c20f24562f10381f0a6c8e51323c14 [2025-10-31T12:55:47.803Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:3b6f722c6988ee0f879d295103752f14d4c20f24562f10381f0a6c8e51323c14 0.0s done [2025-10-31T12:55:47.803Z] #5 DONE 0.0s [2025-10-31T12:55:47.803Z] [2025-10-31T12:55:47.803Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:3b6f722c6988ee0f879d295103752f14d4c20f24562f10381f0a6c8e51323c14 [2025-10-31T12:55:48.064Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:3b6f722c6988ee0f879d295103752f14d4c20f24562f10381f0a6c8e51323c14 0.0s done [2025-10-31T12:55:48.064Z] #6 CACHED [2025-10-31T12:55:48.064Z] [2025-10-31T12:55:48.064Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:3b6f722c6988ee0f879d295103752f14d4c20f24562f10381f0a6c8e51323c14 [2025-10-31T12:55:48.064Z] #5 CACHED [2025-10-31T12:55:48.064Z] [2025-10-31T12:55:48.064Z] #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T12:55:48.064Z] #7 DONE 0.0s [2025-10-31T12:55:48.064Z] [2025-10-31T12:55:48.064Z] #8 exporting to image [2025-10-31T12:55:48.064Z] #8 exporting layers done [2025-10-31T12:55:48.064Z] #8 exporting manifest sha256:f2df5fbbfab2eb10f236d4bce52abf5d0ff61d29c9b094d47f6f81e1caa489bd done [2025-10-31T12:55:48.064Z] #8 exporting config sha256:ff422781f4ef353ac0998fd4c005ad7e4393068675bc52d0b091d2026a0c289a done [2025-10-31T12:55:48.064Z] #8 exporting manifest sha256:0d720b6cde63c8883f55619bb5598ebcd9e00042abf69cf45adadeb2bba8660d done [2025-10-31T12:55:48.064Z] #8 exporting config sha256:bf2792122a7148f432c81295c237b5686f1fb81c16a0f76b8954600eec5d1b9d done [2025-10-31T12:55:48.064Z] #8 exporting manifest list sha256:d3a7f5346b37f272acac9a80797642885e912251680453a990320e7d36ed0750 done [2025-10-31T12:55:48.064Z] #8 pushing layers 0.0s done [2025-10-31T12:55:48.064Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:d3a7f5346b37f272acac9a80797642885e912251680453a990320e7d36ed0750 0.1s done [2025-10-31T12:55:48.064Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T12:55:48.064Z] #8 DONE 0.1s [2025-10-31T12:55:48.064Z] [2025-10-31T12:55:48.064Z] 1 warning found (use --debug to expand): [2025-10-31T12:55:48.064Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T12:55:48.350Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:636c0249806ecb81ff5c6dc90fac847d9a5fe90b' [2025-10-31T12:55:48.350Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:636c0249806ecb81ff5c6dc90fac847d9a5fe90b --push - [2025-10-31T12:55:48.350Z] #1 [internal] load build definition from Dockerfile [2025-10-31T12:55:48.350Z] #1 transferring dockerfile: 206B done [2025-10-31T12:55:48.350Z] #1 DONE 0.0s [2025-10-31T12:55:48.350Z] [2025-10-31T12:55:48.350Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:55:48.350Z] #2 DONE 0.0s [2025-10-31T12:55:48.350Z] [2025-10-31T12:55:48.350Z] #3 [internal] load .dockerignore [2025-10-31T12:55:48.350Z] #3 transferring context: [2025-10-31T12:55:48.609Z] #3 transferring context: 2B done [2025-10-31T12:55:48.609Z] #3 DONE 0.0s [2025-10-31T12:55:48.609Z] [2025-10-31T12:55:48.609Z] #4 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:55:48.609Z] #4 DONE 0.1s [2025-10-31T12:55:48.609Z] [2025-10-31T12:55:48.609Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:20abdae6211d585486af21a59ea389b12cc19d03a3a79e3cb757d04eb1a56f28 [2025-10-31T12:55:48.609Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:20abdae6211d585486af21a59ea389b12cc19d03a3a79e3cb757d04eb1a56f28 [2025-10-31T12:55:48.609Z] #5 ... [2025-10-31T12:55:48.609Z] [2025-10-31T12:55:48.609Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:20abdae6211d585486af21a59ea389b12cc19d03a3a79e3cb757d04eb1a56f28 [2025-10-31T12:55:48.609Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:20abdae6211d585486af21a59ea389b12cc19d03a3a79e3cb757d04eb1a56f28 0.0s done [2025-10-31T12:55:48.609Z] #6 DONE 0.1s [2025-10-31T12:55:48.609Z] [2025-10-31T12:55:48.609Z] #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T12:55:48.609Z] #7 DONE 0.0s [2025-10-31T12:55:48.609Z] [2025-10-31T12:55:48.609Z] #8 exporting to image [2025-10-31T12:55:48.609Z] #8 exporting layers done [2025-10-31T12:55:48.609Z] #8 exporting manifest sha256:3ab550193dc05c6f36e0f1c8ec906694bd3b70e863a8ec67eb2983eeae3688be done [2025-10-31T12:55:48.609Z] #8 exporting config sha256:1a7a0fecfaa6b6b6b5f959d94e28aa1ff6458a1e784a7c55cb95c31760f742e8 done [2025-10-31T12:55:48.609Z] #8 exporting manifest sha256:359f9908e6c96b1c093b7979eb6b5fca0cf0f861779ed482d7ed86b9503c9af2 done [2025-10-31T12:55:48.609Z] #8 exporting config sha256:9dcd815f01d1b526870807d635e992afae4e122b178e8cd7e7d613593aad3cc9 done [2025-10-31T12:55:48.609Z] #8 exporting manifest list sha256:9d40d7c877129bc384f52e077b8570fd80c025816fa6b205a72115e9056d29e4 done [2025-10-31T12:55:48.609Z] #8 pushing layers 0.1s done [2025-10-31T12:55:48.609Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:9d40d7c877129bc384f52e077b8570fd80c025816fa6b205a72115e9056d29e4 [2025-10-31T12:55:48.609Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T12:55:48.869Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:9d40d7c877129bc384f52e077b8570fd80c025816fa6b205a72115e9056d29e4 0.1s done [2025-10-31T12:55:48.869Z] #8 DONE 0.2s [2025-10-31T12:55:48.869Z] [2025-10-31T12:55:48.869Z] 1 warning found (use --debug to expand): [2025-10-31T12:55:48.869Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T12:55:49.155Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest' [2025-10-31T12:55:49.155Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:latest --push - [2025-10-31T12:55:49.413Z] #1 [internal] load build definition from Dockerfile [2025-10-31T12:55:49.413Z] #1 transferring dockerfile: 172B done [2025-10-31T12:55:49.413Z] #1 DONE 0.0s [2025-10-31T12:55:49.413Z] [2025-10-31T12:55:49.413Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-10-31T12:55:49.413Z] #2 DONE 0.0s [2025-10-31T12:55:49.413Z] [2025-10-31T12:55:49.413Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-10-31T12:55:49.413Z] #3 DONE 0.0s [2025-10-31T12:55:49.413Z] [2025-10-31T12:55:49.413Z] #4 [internal] load .dockerignore [2025-10-31T12:55:49.413Z] #4 transferring context: 2B done [2025-10-31T12:55:49.413Z] #4 DONE 0.0s [2025-10-31T12:55:49.413Z] [2025-10-31T12:55:49.413Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:20abdae6211d585486af21a59ea389b12cc19d03a3a79e3cb757d04eb1a56f28 [2025-10-31T12:55:49.413Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:20abdae6211d585486af21a59ea389b12cc19d03a3a79e3cb757d04eb1a56f28 done [2025-10-31T12:55:49.413Z] #5 CACHED [2025-10-31T12:55:49.413Z] [2025-10-31T12:55:49.413Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:20abdae6211d585486af21a59ea389b12cc19d03a3a79e3cb757d04eb1a56f28 [2025-10-31T12:55:49.413Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:20abdae6211d585486af21a59ea389b12cc19d03a3a79e3cb757d04eb1a56f28 0.0s done [2025-10-31T12:55:49.413Z] #6 CACHED [2025-10-31T12:55:49.413Z] [2025-10-31T12:55:49.413Z] #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T12:55:49.413Z] #7 DONE 0.0s [2025-10-31T12:55:49.413Z] [2025-10-31T12:55:49.413Z] #8 exporting to image [2025-10-31T12:55:49.413Z] #8 exporting layers done [2025-10-31T12:55:49.413Z] #8 exporting manifest sha256:3ab550193dc05c6f36e0f1c8ec906694bd3b70e863a8ec67eb2983eeae3688be done [2025-10-31T12:55:49.413Z] #8 exporting config sha256:1a7a0fecfaa6b6b6b5f959d94e28aa1ff6458a1e784a7c55cb95c31760f742e8 done [2025-10-31T12:55:49.413Z] #8 exporting manifest sha256:359f9908e6c96b1c093b7979eb6b5fca0cf0f861779ed482d7ed86b9503c9af2 done [2025-10-31T12:55:49.413Z] #8 exporting config sha256:9dcd815f01d1b526870807d635e992afae4e122b178e8cd7e7d613593aad3cc9 done [2025-10-31T12:55:49.413Z] #8 exporting manifest list sha256:9d40d7c877129bc384f52e077b8570fd80c025816fa6b205a72115e9056d29e4 done [2025-10-31T12:55:49.413Z] #8 pushing layers 0.0s done [2025-10-31T12:55:49.413Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:9d40d7c877129bc384f52e077b8570fd80c025816fa6b205a72115e9056d29e4 0.1s done [2025-10-31T12:55:49.413Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T12:55:49.413Z] #8 DONE 0.1s [2025-10-31T12:55:49.413Z] [2025-10-31T12:55:49.413Z] 1 warning found (use --debug to expand): [2025-10-31T12:55:49.413Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T12:55:49.700Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.73 --push - [2025-10-31T12:55:49.700Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.73' [2025-10-31T12:55:49.700Z] #1 [internal] load build definition from Dockerfile [2025-10-31T12:55:49.700Z] #1 transferring dockerfile: 178B done [2025-10-31T12:55:49.700Z] #1 DONE 0.0s [2025-10-31T12:55:49.700Z] [2025-10-31T12:55:49.700Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.73 [2025-10-31T12:55:49.700Z] #2 DONE 0.0s [2025-10-31T12:55:49.700Z] [2025-10-31T12:55:49.700Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.73 [2025-10-31T12:55:49.700Z] #3 DONE 0.0s [2025-10-31T12:55:49.700Z] [2025-10-31T12:55:49.700Z] #4 [internal] load .dockerignore [2025-10-31T12:55:49.700Z] #4 transferring context: 2B done [2025-10-31T12:55:49.700Z] #4 DONE 0.0s [2025-10-31T12:55:49.700Z] [2025-10-31T12:55:49.700Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.73@sha256:20abdae6211d585486af21a59ea389b12cc19d03a3a79e3cb757d04eb1a56f28 [2025-10-31T12:55:49.700Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.73@sha256:20abdae6211d585486af21a59ea389b12cc19d03a3a79e3cb757d04eb1a56f28 0.0s done [2025-10-31T12:55:49.700Z] #5 DONE 0.0s [2025-10-31T12:55:49.700Z] [2025-10-31T12:55:49.700Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.73@sha256:20abdae6211d585486af21a59ea389b12cc19d03a3a79e3cb757d04eb1a56f28 [2025-10-31T12:55:49.959Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.73@sha256:20abdae6211d585486af21a59ea389b12cc19d03a3a79e3cb757d04eb1a56f28 0.0s done [2025-10-31T12:55:49.959Z] #6 CACHED [2025-10-31T12:55:49.959Z] [2025-10-31T12:55:49.959Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.73@sha256:20abdae6211d585486af21a59ea389b12cc19d03a3a79e3cb757d04eb1a56f28 [2025-10-31T12:55:49.959Z] #5 CACHED [2025-10-31T12:55:49.959Z] [2025-10-31T12:55:49.959Z] #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T12:55:49.959Z] #7 DONE 0.0s [2025-10-31T12:55:49.959Z] [2025-10-31T12:55:49.959Z] #8 exporting to image [2025-10-31T12:55:49.959Z] #8 exporting layers done [2025-10-31T12:55:49.959Z] #8 exporting manifest sha256:3ab550193dc05c6f36e0f1c8ec906694bd3b70e863a8ec67eb2983eeae3688be done [2025-10-31T12:55:49.959Z] #8 exporting config sha256:1a7a0fecfaa6b6b6b5f959d94e28aa1ff6458a1e784a7c55cb95c31760f742e8 done [2025-10-31T12:55:49.959Z] #8 exporting manifest sha256:359f9908e6c96b1c093b7979eb6b5fca0cf0f861779ed482d7ed86b9503c9af2 done [2025-10-31T12:55:49.959Z] #8 exporting config sha256:9dcd815f01d1b526870807d635e992afae4e122b178e8cd7e7d613593aad3cc9 done [2025-10-31T12:55:49.959Z] #8 exporting manifest list sha256:9d40d7c877129bc384f52e077b8570fd80c025816fa6b205a72115e9056d29e4 done [2025-10-31T12:55:49.959Z] #8 pushing layers 0.0s done [2025-10-31T12:55:49.959Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.73@sha256:9d40d7c877129bc384f52e077b8570fd80c025816fa6b205a72115e9056d29e4 0.1s done [2025-10-31T12:55:49.959Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T12:55:49.959Z] #8 DONE 0.1s [2025-10-31T12:55:49.959Z] [2025-10-31T12:55:49.959Z] 1 warning found (use --debug to expand): [2025-10-31T12:55:49.959Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T12:55:50.249Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73' [2025-10-31T12:55:50.249Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 --push - [2025-10-31T12:55:50.249Z] #1 [internal] load build definition from Dockerfile [2025-10-31T12:55:50.249Z] #1 transferring dockerfile: 219B done [2025-10-31T12:55:50.249Z] #1 DONE 0.0s [2025-10-31T12:55:50.249Z] [2025-10-31T12:55:50.249Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:55:50.249Z] #2 DONE 0.0s [2025-10-31T12:55:50.249Z] [2025-10-31T12:55:50.249Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:55:50.249Z] #3 DONE 0.0s [2025-10-31T12:55:50.249Z] [2025-10-31T12:55:50.249Z] #4 [internal] load .dockerignore [2025-10-31T12:55:50.249Z] #4 transferring context: 2B done [2025-10-31T12:55:50.249Z] #4 DONE 0.0s [2025-10-31T12:55:50.249Z] [2025-10-31T12:55:50.249Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:20abdae6211d585486af21a59ea389b12cc19d03a3a79e3cb757d04eb1a56f28 [2025-10-31T12:55:50.249Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:20abdae6211d585486af21a59ea389b12cc19d03a3a79e3cb757d04eb1a56f28 0.0s done [2025-10-31T12:55:50.249Z] #5 CACHED [2025-10-31T12:55:50.249Z] [2025-10-31T12:55:50.249Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:20abdae6211d585486af21a59ea389b12cc19d03a3a79e3cb757d04eb1a56f28 [2025-10-31T12:55:50.249Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:20abdae6211d585486af21a59ea389b12cc19d03a3a79e3cb757d04eb1a56f28 0.0s done [2025-10-31T12:55:50.249Z] #6 CACHED [2025-10-31T12:55:50.249Z] [2025-10-31T12:55:50.249Z] #7 exporting to image [2025-10-31T12:55:50.249Z] #7 exporting layers done [2025-10-31T12:55:50.249Z] #7 exporting manifest sha256:3ab550193dc05c6f36e0f1c8ec906694bd3b70e863a8ec67eb2983eeae3688be done [2025-10-31T12:55:50.249Z] #7 exporting config sha256:1a7a0fecfaa6b6b6b5f959d94e28aa1ff6458a1e784a7c55cb95c31760f742e8 done [2025-10-31T12:55:50.249Z] #7 exporting manifest sha256:359f9908e6c96b1c093b7979eb6b5fca0cf0f861779ed482d7ed86b9503c9af2 done [2025-10-31T12:55:50.249Z] #7 exporting config sha256:9dcd815f01d1b526870807d635e992afae4e122b178e8cd7e7d613593aad3cc9 done [2025-10-31T12:55:50.249Z] #7 exporting manifest list sha256:9d40d7c877129bc384f52e077b8570fd80c025816fa6b205a72115e9056d29e4 [2025-10-31T12:55:50.249Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T12:55:50.509Z] #7 exporting manifest list sha256:9d40d7c877129bc384f52e077b8570fd80c025816fa6b205a72115e9056d29e4 done [2025-10-31T12:55:50.509Z] #7 pushing layers 0.0s done [2025-10-31T12:55:50.509Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:9d40d7c877129bc384f52e077b8570fd80c025816fa6b205a72115e9056d29e4 0.1s done [2025-10-31T12:55:50.509Z] #7 DONE 0.1s [2025-10-31T12:55:50.509Z] [2025-10-31T12:55:50.509Z] #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T12:55:50.509Z] #8 DONE 0.0s [2025-10-31T12:55:50.509Z] [2025-10-31T12:55:50.509Z] 1 warning found (use --debug to expand): [2025-10-31T12:55:50.509Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T12:55:50.826Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:main' [2025-10-31T12:55:50.826Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:main --push - [2025-10-31T12:55:51.112Z] #1 [internal] load build definition from Dockerfile [2025-10-31T12:55:51.112Z] #1 transferring dockerfile: 170B done [2025-10-31T12:55:51.112Z] #1 DONE 0.0s [2025-10-31T12:55:51.112Z] [2025-10-31T12:55:51.112Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-10-31T12:55:51.112Z] #2 DONE 0.0s [2025-10-31T12:55:51.112Z] [2025-10-31T12:55:51.112Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-10-31T12:55:51.112Z] #3 DONE 0.0s [2025-10-31T12:55:51.112Z] [2025-10-31T12:55:51.112Z] #4 [internal] load .dockerignore [2025-10-31T12:55:51.112Z] #4 transferring context: 2B done [2025-10-31T12:55:51.112Z] #4 DONE 0.0s [2025-10-31T12:55:51.112Z] [2025-10-31T12:55:51.112Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:20abdae6211d585486af21a59ea389b12cc19d03a3a79e3cb757d04eb1a56f28 [2025-10-31T12:55:51.112Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:20abdae6211d585486af21a59ea389b12cc19d03a3a79e3cb757d04eb1a56f28 done [2025-10-31T12:55:51.112Z] #5 CACHED [2025-10-31T12:55:51.112Z] [2025-10-31T12:55:51.112Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:20abdae6211d585486af21a59ea389b12cc19d03a3a79e3cb757d04eb1a56f28 [2025-10-31T12:55:51.112Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:20abdae6211d585486af21a59ea389b12cc19d03a3a79e3cb757d04eb1a56f28 done [2025-10-31T12:55:51.112Z] #6 CACHED [2025-10-31T12:55:51.112Z] [2025-10-31T12:55:51.112Z] #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T12:55:51.112Z] #7 DONE 0.0s [2025-10-31T12:55:51.112Z] [2025-10-31T12:55:51.112Z] #8 exporting to image [2025-10-31T12:55:51.112Z] #8 exporting layers done [2025-10-31T12:55:51.112Z] #8 exporting manifest sha256:3ab550193dc05c6f36e0f1c8ec906694bd3b70e863a8ec67eb2983eeae3688be done [2025-10-31T12:55:51.112Z] #8 exporting config sha256:1a7a0fecfaa6b6b6b5f959d94e28aa1ff6458a1e784a7c55cb95c31760f742e8 done [2025-10-31T12:55:51.112Z] #8 exporting manifest sha256:359f9908e6c96b1c093b7979eb6b5fca0cf0f861779ed482d7ed86b9503c9af2 done [2025-10-31T12:55:51.112Z] #8 exporting config sha256:9dcd815f01d1b526870807d635e992afae4e122b178e8cd7e7d613593aad3cc9 done [2025-10-31T12:55:51.112Z] #8 exporting manifest list sha256:9d40d7c877129bc384f52e077b8570fd80c025816fa6b205a72115e9056d29e4 done [2025-10-31T12:55:51.112Z] #8 pushing layers 0.0s done [2025-10-31T12:55:51.113Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:9d40d7c877129bc384f52e077b8570fd80c025816fa6b205a72115e9056d29e4 0.1s done [2025-10-31T12:55:51.113Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T12:55:51.113Z] #8 DONE 0.1s [2025-10-31T12:55:51.113Z] [2025-10-31T12:55:51.113Z] 1 warning found (use --debug to expand): [2025-10-31T12:55:51.113Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T12:55:51.422Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:636c0249806ecb81ff5c6dc90fac847d9a5fe90b' [2025-10-31T12:55:51.422Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:636c0249806ecb81ff5c6dc90fac847d9a5fe90b --push - [2025-10-31T12:55:51.422Z] #1 [internal] load build definition from Dockerfile [2025-10-31T12:55:51.422Z] #1 transferring dockerfile: 206B done [2025-10-31T12:55:51.422Z] #1 DONE 0.0s [2025-10-31T12:55:51.422Z] [2025-10-31T12:55:51.422Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:55:51.422Z] #2 DONE 0.0s [2025-10-31T12:55:51.422Z] [2025-10-31T12:55:51.422Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:55:51.422Z] #3 DONE 0.0s [2025-10-31T12:55:51.422Z] [2025-10-31T12:55:51.422Z] #4 [internal] load .dockerignore [2025-10-31T12:55:51.422Z] #4 transferring context: 2B done [2025-10-31T12:55:51.422Z] #4 DONE 0.0s [2025-10-31T12:55:51.681Z] [2025-10-31T12:55:51.681Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:c9760aa8855a66c02caf821e3e92c2a65798c657ca53ee668f1ccb040ea98555 [2025-10-31T12:55:51.681Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:c9760aa8855a66c02caf821e3e92c2a65798c657ca53ee668f1ccb040ea98555 [2025-10-31T12:55:51.681Z] #5 ... [2025-10-31T12:55:51.681Z] [2025-10-31T12:55:51.681Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:c9760aa8855a66c02caf821e3e92c2a65798c657ca53ee668f1ccb040ea98555 [2025-10-31T12:55:51.681Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:c9760aa8855a66c02caf821e3e92c2a65798c657ca53ee668f1ccb040ea98555 done [2025-10-31T12:55:51.681Z] #6 DONE 0.1s [2025-10-31T12:55:51.681Z] [2025-10-31T12:55:51.681Z] #7 exporting to image [2025-10-31T12:55:51.681Z] #7 exporting layers done [2025-10-31T12:55:51.681Z] #7 exporting manifest sha256:64c205d43b57cda0e6b591888766f307b30f55ac2c6766be909a8f282d900726 done [2025-10-31T12:55:51.681Z] #7 exporting config sha256:90ee9a8f0aa8be3f0a08495f1f19c0f6d653606aa96a7513ba7f073f0f33a276 [2025-10-31T12:55:51.681Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T12:55:51.681Z] #7 ... [2025-10-31T12:55:51.681Z] [2025-10-31T12:55:51.681Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T12:55:51.681Z] #8 DONE 0.0s [2025-10-31T12:55:51.681Z] [2025-10-31T12:55:51.681Z] #7 exporting to image [2025-10-31T12:55:51.681Z] #7 exporting config sha256:90ee9a8f0aa8be3f0a08495f1f19c0f6d653606aa96a7513ba7f073f0f33a276 done [2025-10-31T12:55:51.681Z] #7 exporting manifest sha256:f3b980ecda6209d7f6bda1c126643bbb8c35d589b2121095d30ec48445a3a3b8 done [2025-10-31T12:55:51.681Z] #7 exporting config sha256:47254af1455f0d5f33c2f7af280c4ebeef84a5ee4b3c7c207ebe4421b3547fb6 done [2025-10-31T12:55:51.681Z] #7 exporting manifest list sha256:36125879227bb3a172716ad29a9286ec8c93b632fd944e97968714554faea7d4 done [2025-10-31T12:55:51.681Z] #7 pushing layers 0.1s done [2025-10-31T12:55:51.681Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:36125879227bb3a172716ad29a9286ec8c93b632fd944e97968714554faea7d4 [2025-10-31T12:55:51.940Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:36125879227bb3a172716ad29a9286ec8c93b632fd944e97968714554faea7d4 0.2s done [2025-10-31T12:55:51.940Z] #7 DONE 0.3s [2025-10-31T12:55:51.940Z] [2025-10-31T12:55:51.940Z] 1 warning found (use --debug to expand): [2025-10-31T12:55:51.940Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T12:55:52.227Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest' [2025-10-31T12:55:52.227Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:latest --push - [2025-10-31T12:55:52.227Z] #1 [internal] load build definition from Dockerfile [2025-10-31T12:55:52.227Z] #1 transferring dockerfile: 172B done [2025-10-31T12:55:52.227Z] #1 DONE 0.0s [2025-10-31T12:55:52.227Z] [2025-10-31T12:55:52.227Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-10-31T12:55:52.227Z] #2 DONE 0.0s [2025-10-31T12:55:52.227Z] [2025-10-31T12:55:52.227Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-10-31T12:55:52.227Z] #3 DONE 0.0s [2025-10-31T12:55:52.227Z] [2025-10-31T12:55:52.227Z] #4 [internal] load .dockerignore [2025-10-31T12:55:52.227Z] #4 transferring context: 2B done [2025-10-31T12:55:52.227Z] #4 DONE 0.0s [2025-10-31T12:55:52.227Z] [2025-10-31T12:55:52.227Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:c9760aa8855a66c02caf821e3e92c2a65798c657ca53ee668f1ccb040ea98555 [2025-10-31T12:55:52.227Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:c9760aa8855a66c02caf821e3e92c2a65798c657ca53ee668f1ccb040ea98555 [2025-10-31T12:55:52.227Z] #5 ... [2025-10-31T12:55:52.227Z] [2025-10-31T12:55:52.227Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:c9760aa8855a66c02caf821e3e92c2a65798c657ca53ee668f1ccb040ea98555 [2025-10-31T12:55:52.227Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:c9760aa8855a66c02caf821e3e92c2a65798c657ca53ee668f1ccb040ea98555 0.0s done [2025-10-31T12:55:52.227Z] #6 DONE 0.0s [2025-10-31T12:55:52.486Z] [2025-10-31T12:55:52.486Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:c9760aa8855a66c02caf821e3e92c2a65798c657ca53ee668f1ccb040ea98555 [2025-10-31T12:55:52.486Z] #5 CACHED [2025-10-31T12:55:52.486Z] [2025-10-31T12:55:52.486Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:c9760aa8855a66c02caf821e3e92c2a65798c657ca53ee668f1ccb040ea98555 [2025-10-31T12:55:52.486Z] #6 CACHED [2025-10-31T12:55:52.486Z] [2025-10-31T12:55:52.486Z] #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T12:55:52.486Z] #7 DONE 0.0s [2025-10-31T12:55:52.486Z] [2025-10-31T12:55:52.486Z] #8 exporting to image [2025-10-31T12:55:52.486Z] #8 exporting layers done [2025-10-31T12:55:52.486Z] #8 exporting manifest sha256:64c205d43b57cda0e6b591888766f307b30f55ac2c6766be909a8f282d900726 done [2025-10-31T12:55:52.486Z] #8 exporting config sha256:90ee9a8f0aa8be3f0a08495f1f19c0f6d653606aa96a7513ba7f073f0f33a276 done [2025-10-31T12:55:52.486Z] #8 exporting manifest sha256:f3b980ecda6209d7f6bda1c126643bbb8c35d589b2121095d30ec48445a3a3b8 done [2025-10-31T12:55:52.486Z] #8 exporting config sha256:47254af1455f0d5f33c2f7af280c4ebeef84a5ee4b3c7c207ebe4421b3547fb6 done [2025-10-31T12:55:52.486Z] #8 exporting manifest list sha256:36125879227bb3a172716ad29a9286ec8c93b632fd944e97968714554faea7d4 done [2025-10-31T12:55:52.486Z] #8 pushing layers 0.0s done [2025-10-31T12:55:52.486Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:36125879227bb3a172716ad29a9286ec8c93b632fd944e97968714554faea7d4 0.1s done [2025-10-31T12:55:52.486Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T12:55:52.486Z] #8 DONE 0.1s [2025-10-31T12:55:52.486Z] [2025-10-31T12:55:52.486Z] 1 warning found (use --debug to expand): [2025-10-31T12:55:52.486Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T12:55:52.778Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.73' [2025-10-31T12:55:52.778Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.73 --push - [2025-10-31T12:55:52.778Z] #1 [internal] load build definition from Dockerfile [2025-10-31T12:55:52.778Z] #1 transferring dockerfile: 178B done [2025-10-31T12:55:52.778Z] #1 DONE 0.0s [2025-10-31T12:55:52.778Z] [2025-10-31T12:55:52.778Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.73 [2025-10-31T12:55:52.778Z] #2 DONE 0.0s [2025-10-31T12:55:52.778Z] [2025-10-31T12:55:52.778Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.73 [2025-10-31T12:55:52.778Z] #3 DONE 0.0s [2025-10-31T12:55:52.778Z] [2025-10-31T12:55:52.778Z] #4 [internal] load .dockerignore [2025-10-31T12:55:52.778Z] #4 transferring context: 2B done [2025-10-31T12:55:52.778Z] #4 DONE 0.0s [2025-10-31T12:55:52.778Z] [2025-10-31T12:55:52.778Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.73@sha256:c9760aa8855a66c02caf821e3e92c2a65798c657ca53ee668f1ccb040ea98555 [2025-10-31T12:55:52.778Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.73@sha256:c9760aa8855a66c02caf821e3e92c2a65798c657ca53ee668f1ccb040ea98555 0.0s done [2025-10-31T12:55:52.778Z] #5 CACHED [2025-10-31T12:55:52.778Z] [2025-10-31T12:55:52.778Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.73@sha256:c9760aa8855a66c02caf821e3e92c2a65798c657ca53ee668f1ccb040ea98555 [2025-10-31T12:55:52.778Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.73@sha256:c9760aa8855a66c02caf821e3e92c2a65798c657ca53ee668f1ccb040ea98555 0.0s done [2025-10-31T12:55:52.778Z] #6 CACHED [2025-10-31T12:55:52.778Z] [2025-10-31T12:55:52.778Z] #7 exporting to image [2025-10-31T12:55:52.778Z] #7 exporting layers [2025-10-31T12:55:52.778Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T12:55:53.038Z] #7 exporting layers done [2025-10-31T12:55:53.038Z] #7 exporting manifest sha256:64c205d43b57cda0e6b591888766f307b30f55ac2c6766be909a8f282d900726 done [2025-10-31T12:55:53.038Z] #7 exporting config sha256:90ee9a8f0aa8be3f0a08495f1f19c0f6d653606aa96a7513ba7f073f0f33a276 done [2025-10-31T12:55:53.038Z] #7 exporting manifest sha256:f3b980ecda6209d7f6bda1c126643bbb8c35d589b2121095d30ec48445a3a3b8 done [2025-10-31T12:55:53.038Z] #7 exporting config sha256:47254af1455f0d5f33c2f7af280c4ebeef84a5ee4b3c7c207ebe4421b3547fb6 done [2025-10-31T12:55:53.038Z] #7 exporting manifest list sha256:36125879227bb3a172716ad29a9286ec8c93b632fd944e97968714554faea7d4 done [2025-10-31T12:55:53.038Z] #7 pushing layers 0.0s done [2025-10-31T12:55:53.038Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.73@sha256:36125879227bb3a172716ad29a9286ec8c93b632fd944e97968714554faea7d4 0.1s done [2025-10-31T12:55:53.038Z] #7 DONE 0.1s [2025-10-31T12:55:53.038Z] [2025-10-31T12:55:53.038Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T12:55:53.038Z] #8 DONE 0.0s [2025-10-31T12:55:53.038Z] [2025-10-31T12:55:53.038Z] 1 warning found (use --debug to expand): [2025-10-31T12:55:53.038Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T12:55:53.328Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73' [2025-10-31T12:55:53.328Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 --push - [2025-10-31T12:55:53.587Z] #1 [internal] load build definition from Dockerfile [2025-10-31T12:55:53.587Z] #1 transferring dockerfile: 219B done [2025-10-31T12:55:53.587Z] #1 DONE 0.0s [2025-10-31T12:55:53.587Z] [2025-10-31T12:55:53.587Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:55:53.587Z] #2 DONE 0.0s [2025-10-31T12:55:53.587Z] [2025-10-31T12:55:53.587Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:55:53.587Z] #3 DONE 0.0s [2025-10-31T12:55:53.587Z] [2025-10-31T12:55:53.587Z] #4 [internal] load .dockerignore [2025-10-31T12:55:53.587Z] #4 transferring context: 2B done [2025-10-31T12:55:53.587Z] #4 DONE 0.0s [2025-10-31T12:55:53.587Z] [2025-10-31T12:55:53.587Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:c9760aa8855a66c02caf821e3e92c2a65798c657ca53ee668f1ccb040ea98555 [2025-10-31T12:55:53.587Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:c9760aa8855a66c02caf821e3e92c2a65798c657ca53ee668f1ccb040ea98555 0.0s done [2025-10-31T12:55:53.587Z] #5 DONE 0.0s [2025-10-31T12:55:53.587Z] [2025-10-31T12:55:53.587Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:c9760aa8855a66c02caf821e3e92c2a65798c657ca53ee668f1ccb040ea98555 [2025-10-31T12:55:53.587Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:c9760aa8855a66c02caf821e3e92c2a65798c657ca53ee668f1ccb040ea98555 0.0s done [2025-10-31T12:55:53.587Z] #6 CACHED [2025-10-31T12:55:53.587Z] [2025-10-31T12:55:53.587Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:c9760aa8855a66c02caf821e3e92c2a65798c657ca53ee668f1ccb040ea98555 [2025-10-31T12:55:53.587Z] #5 CACHED [2025-10-31T12:55:53.587Z] [2025-10-31T12:55:53.587Z] #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T12:55:53.587Z] #7 DONE 0.0s [2025-10-31T12:55:53.587Z] [2025-10-31T12:55:53.587Z] #8 exporting to image [2025-10-31T12:55:53.587Z] #8 exporting layers done [2025-10-31T12:55:53.587Z] #8 exporting manifest sha256:64c205d43b57cda0e6b591888766f307b30f55ac2c6766be909a8f282d900726 done [2025-10-31T12:55:53.587Z] #8 exporting config sha256:90ee9a8f0aa8be3f0a08495f1f19c0f6d653606aa96a7513ba7f073f0f33a276 done [2025-10-31T12:55:53.587Z] #8 exporting manifest sha256:f3b980ecda6209d7f6bda1c126643bbb8c35d589b2121095d30ec48445a3a3b8 done [2025-10-31T12:55:53.587Z] #8 exporting config sha256:47254af1455f0d5f33c2f7af280c4ebeef84a5ee4b3c7c207ebe4421b3547fb6 done [2025-10-31T12:55:53.587Z] #8 exporting manifest list sha256:36125879227bb3a172716ad29a9286ec8c93b632fd944e97968714554faea7d4 done [2025-10-31T12:55:53.587Z] #8 pushing layers 0.0s done [2025-10-31T12:55:53.587Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:36125879227bb3a172716ad29a9286ec8c93b632fd944e97968714554faea7d4 0.1s done [2025-10-31T12:55:53.587Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T12:55:53.587Z] #8 DONE 0.1s [2025-10-31T12:55:53.587Z] [2025-10-31T12:55:53.587Z] 1 warning found (use --debug to expand): [2025-10-31T12:55:53.587Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T12:55:53.876Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:main --push - [2025-10-31T12:55:53.876Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:main' [2025-10-31T12:55:54.137Z] #1 [internal] load build definition from Dockerfile [2025-10-31T12:55:54.137Z] #1 transferring dockerfile: 170B 0.0s done [2025-10-31T12:55:54.137Z] #1 DONE 0.0s [2025-10-31T12:55:54.137Z] [2025-10-31T12:55:54.137Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-10-31T12:55:54.137Z] #2 DONE 0.0s [2025-10-31T12:55:54.137Z] [2025-10-31T12:55:54.137Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-10-31T12:55:54.137Z] #3 DONE 0.0s [2025-10-31T12:55:54.137Z] [2025-10-31T12:55:54.137Z] #4 [internal] load .dockerignore [2025-10-31T12:55:54.137Z] #4 transferring context: 2B done [2025-10-31T12:55:54.137Z] #4 DONE 0.0s [2025-10-31T12:55:54.137Z] [2025-10-31T12:55:54.137Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:c9760aa8855a66c02caf821e3e92c2a65798c657ca53ee668f1ccb040ea98555 [2025-10-31T12:55:54.137Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:c9760aa8855a66c02caf821e3e92c2a65798c657ca53ee668f1ccb040ea98555 0.0s done [2025-10-31T12:55:54.137Z] #5 DONE 0.0s [2025-10-31T12:55:54.137Z] [2025-10-31T12:55:54.137Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:c9760aa8855a66c02caf821e3e92c2a65798c657ca53ee668f1ccb040ea98555 [2025-10-31T12:55:54.137Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:c9760aa8855a66c02caf821e3e92c2a65798c657ca53ee668f1ccb040ea98555 0.0s done [2025-10-31T12:55:54.137Z] #6 CACHED [2025-10-31T12:55:54.137Z] [2025-10-31T12:55:54.137Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:c9760aa8855a66c02caf821e3e92c2a65798c657ca53ee668f1ccb040ea98555 [2025-10-31T12:55:54.137Z] #5 CACHED [2025-10-31T12:55:54.137Z] [2025-10-31T12:55:54.137Z] #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T12:55:54.137Z] #7 DONE 0.0s [2025-10-31T12:55:54.137Z] [2025-10-31T12:55:54.137Z] #8 exporting to image [2025-10-31T12:55:54.137Z] #8 exporting layers done [2025-10-31T12:55:54.137Z] #8 exporting manifest sha256:64c205d43b57cda0e6b591888766f307b30f55ac2c6766be909a8f282d900726 done [2025-10-31T12:55:54.137Z] #8 exporting config sha256:90ee9a8f0aa8be3f0a08495f1f19c0f6d653606aa96a7513ba7f073f0f33a276 done [2025-10-31T12:55:54.137Z] #8 exporting manifest sha256:f3b980ecda6209d7f6bda1c126643bbb8c35d589b2121095d30ec48445a3a3b8 done [2025-10-31T12:55:54.137Z] #8 exporting config sha256:47254af1455f0d5f33c2f7af280c4ebeef84a5ee4b3c7c207ebe4421b3547fb6 done [2025-10-31T12:55:54.137Z] #8 exporting manifest list sha256:36125879227bb3a172716ad29a9286ec8c93b632fd944e97968714554faea7d4 done [2025-10-31T12:55:54.137Z] #8 pushing layers 0.0s done [2025-10-31T12:55:54.137Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:36125879227bb3a172716ad29a9286ec8c93b632fd944e97968714554faea7d4 0.1s done [2025-10-31T12:55:54.137Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T12:55:54.137Z] #8 DONE 0.1s [2025-10-31T12:55:54.137Z] [2025-10-31T12:55:54.137Z] 1 warning found (use --debug to expand): [2025-10-31T12:55:54.137Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T12:55:54.436Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:636c0249806ecb81ff5c6dc90fac847d9a5fe90b --push - [2025-10-31T12:55:54.436Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:636c0249806ecb81ff5c6dc90fac847d9a5fe90b' [2025-10-31T12:55:54.696Z] #1 [internal] load build definition from Dockerfile [2025-10-31T12:55:54.696Z] #1 transferring dockerfile: 206B done [2025-10-31T12:55:54.696Z] #1 DONE 0.0s [2025-10-31T12:55:54.696Z] [2025-10-31T12:55:54.696Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:55:54.696Z] #2 DONE 0.0s [2025-10-31T12:55:54.696Z] [2025-10-31T12:55:54.696Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:55:54.696Z] #3 DONE 0.0s [2025-10-31T12:55:54.696Z] [2025-10-31T12:55:54.696Z] #4 [internal] load .dockerignore [2025-10-31T12:55:54.696Z] #4 transferring context: 2B done [2025-10-31T12:55:54.696Z] #4 DONE 0.0s [2025-10-31T12:55:54.696Z] [2025-10-31T12:55:54.696Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:a380912dd4b1ad98cf6a8e7057912ceaf2749b02f97fc05700e04c7e82d1d37c [2025-10-31T12:55:54.696Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:a380912dd4b1ad98cf6a8e7057912ceaf2749b02f97fc05700e04c7e82d1d37c 0.0s done [2025-10-31T12:55:54.696Z] #5 DONE 0.0s [2025-10-31T12:55:54.696Z] [2025-10-31T12:55:54.696Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:a380912dd4b1ad98cf6a8e7057912ceaf2749b02f97fc05700e04c7e82d1d37c [2025-10-31T12:55:54.696Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:a380912dd4b1ad98cf6a8e7057912ceaf2749b02f97fc05700e04c7e82d1d37c 0.0s done [2025-10-31T12:55:54.696Z] #6 DONE 0.1s [2025-10-31T12:55:54.954Z] [2025-10-31T12:55:54.954Z] #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T12:55:54.954Z] #7 DONE 0.0s [2025-10-31T12:55:54.954Z] [2025-10-31T12:55:54.954Z] #8 exporting to image [2025-10-31T12:55:54.955Z] #8 exporting layers done [2025-10-31T12:55:54.955Z] #8 exporting manifest sha256:fc4dddae41820300f105814d169b9fe18ba368f163a08dbe5a58407263091c8e 0.0s done [2025-10-31T12:55:54.955Z] #8 exporting config sha256:9735311dcbbd0796af0cc0721ad64beaf64875b849df4167ce3edf8b33c95eff done [2025-10-31T12:55:54.955Z] #8 exporting manifest sha256:937e5adcea5bd775566e58885ad4729ad4ca5ae6c2b06f7773955b9a827ec192 done [2025-10-31T12:55:54.955Z] #8 exporting config sha256:17b2c00ffd968445b162e555dd36a7d10125eafd3e314fc7a9fb3c1ba88e80aa 0.0s done [2025-10-31T12:55:54.955Z] #8 exporting manifest list sha256:b1bff494ba9f6b79f7702a9d5f944bea08ca368cd6a8f74ee10490545dcca8d9 0.0s done [2025-10-31T12:55:54.955Z] #8 pushing layers [2025-10-31T12:55:54.955Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T12:55:54.955Z] #8 pushing layers 0.1s done [2025-10-31T12:55:54.955Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:b1bff494ba9f6b79f7702a9d5f944bea08ca368cd6a8f74ee10490545dcca8d9 0.1s done [2025-10-31T12:55:54.955Z] #8 DONE 0.2s [2025-10-31T12:55:54.955Z] [2025-10-31T12:55:54.955Z] 1 warning found (use --debug to expand): [2025-10-31T12:55:54.955Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T12:55:55.251Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:latest' [2025-10-31T12:55:55.251Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:latest --push - [2025-10-31T12:55:55.511Z] #1 [internal] load build definition from Dockerfile [2025-10-31T12:55:55.511Z] #1 transferring dockerfile: 172B done [2025-10-31T12:55:55.511Z] #1 DONE 0.0s [2025-10-31T12:55:55.511Z] [2025-10-31T12:55:55.511Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-10-31T12:55:55.511Z] #2 DONE 0.0s [2025-10-31T12:55:55.511Z] [2025-10-31T12:55:55.511Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-10-31T12:55:55.511Z] #3 DONE 0.0s [2025-10-31T12:55:55.511Z] [2025-10-31T12:55:55.511Z] #4 [internal] load .dockerignore [2025-10-31T12:55:55.511Z] #4 transferring context: 2B done [2025-10-31T12:55:55.511Z] #4 DONE 0.0s [2025-10-31T12:55:55.511Z] [2025-10-31T12:55:55.511Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:a380912dd4b1ad98cf6a8e7057912ceaf2749b02f97fc05700e04c7e82d1d37c [2025-10-31T12:55:55.511Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:a380912dd4b1ad98cf6a8e7057912ceaf2749b02f97fc05700e04c7e82d1d37c 0.0s done [2025-10-31T12:55:55.511Z] #5 DONE 0.0s [2025-10-31T12:55:55.511Z] [2025-10-31T12:55:55.511Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:a380912dd4b1ad98cf6a8e7057912ceaf2749b02f97fc05700e04c7e82d1d37c [2025-10-31T12:55:55.511Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:a380912dd4b1ad98cf6a8e7057912ceaf2749b02f97fc05700e04c7e82d1d37c 0.0s done [2025-10-31T12:55:55.511Z] #6 CACHED [2025-10-31T12:55:55.511Z] [2025-10-31T12:55:55.511Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:a380912dd4b1ad98cf6a8e7057912ceaf2749b02f97fc05700e04c7e82d1d37c [2025-10-31T12:55:55.511Z] #5 CACHED [2025-10-31T12:55:55.511Z] [2025-10-31T12:55:55.511Z] #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T12:55:55.511Z] #7 DONE 0.0s [2025-10-31T12:55:55.511Z] [2025-10-31T12:55:55.511Z] #8 exporting to image [2025-10-31T12:55:55.511Z] #8 exporting layers done [2025-10-31T12:55:55.511Z] #8 exporting manifest sha256:fc4dddae41820300f105814d169b9fe18ba368f163a08dbe5a58407263091c8e done [2025-10-31T12:55:55.511Z] #8 exporting config sha256:9735311dcbbd0796af0cc0721ad64beaf64875b849df4167ce3edf8b33c95eff done [2025-10-31T12:55:55.511Z] #8 exporting manifest sha256:937e5adcea5bd775566e58885ad4729ad4ca5ae6c2b06f7773955b9a827ec192 done [2025-10-31T12:55:55.511Z] #8 exporting config sha256:17b2c00ffd968445b162e555dd36a7d10125eafd3e314fc7a9fb3c1ba88e80aa done [2025-10-31T12:55:55.511Z] #8 exporting manifest list sha256:b1bff494ba9f6b79f7702a9d5f944bea08ca368cd6a8f74ee10490545dcca8d9 done [2025-10-31T12:55:55.511Z] #8 pushing layers 0.0s done [2025-10-31T12:55:55.511Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:b1bff494ba9f6b79f7702a9d5f944bea08ca368cd6a8f74ee10490545dcca8d9 [2025-10-31T12:55:55.511Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T12:55:55.511Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:b1bff494ba9f6b79f7702a9d5f944bea08ca368cd6a8f74ee10490545dcca8d9 0.1s done [2025-10-31T12:55:55.511Z] #8 DONE 0.1s [2025-10-31T12:55:55.511Z] [2025-10-31T12:55:55.511Z] 1 warning found (use --debug to expand): [2025-10-31T12:55:55.511Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T12:55:55.804Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.73 --push - [2025-10-31T12:55:55.804Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.73' [2025-10-31T12:55:56.064Z] #1 [internal] load build definition from Dockerfile [2025-10-31T12:55:56.064Z] #1 transferring dockerfile: 178B done [2025-10-31T12:55:56.064Z] #1 DONE 0.0s [2025-10-31T12:55:56.064Z] [2025-10-31T12:55:56.064Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.73 [2025-10-31T12:55:56.064Z] #2 DONE 0.0s [2025-10-31T12:55:56.064Z] [2025-10-31T12:55:56.064Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.73 [2025-10-31T12:55:56.064Z] #3 DONE 0.0s [2025-10-31T12:55:56.064Z] [2025-10-31T12:55:56.064Z] #4 [internal] load .dockerignore [2025-10-31T12:55:56.064Z] #4 transferring context: 2B done [2025-10-31T12:55:56.064Z] #4 DONE 0.0s [2025-10-31T12:55:56.064Z] [2025-10-31T12:55:56.064Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.73@sha256:a380912dd4b1ad98cf6a8e7057912ceaf2749b02f97fc05700e04c7e82d1d37c [2025-10-31T12:55:56.064Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.73@sha256:a380912dd4b1ad98cf6a8e7057912ceaf2749b02f97fc05700e04c7e82d1d37c 0.0s done [2025-10-31T12:55:56.064Z] #5 CACHED [2025-10-31T12:55:56.064Z] [2025-10-31T12:55:56.064Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.73@sha256:a380912dd4b1ad98cf6a8e7057912ceaf2749b02f97fc05700e04c7e82d1d37c [2025-10-31T12:55:56.064Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.73@sha256:a380912dd4b1ad98cf6a8e7057912ceaf2749b02f97fc05700e04c7e82d1d37c 0.0s done [2025-10-31T12:55:56.064Z] #6 CACHED [2025-10-31T12:55:56.064Z] [2025-10-31T12:55:56.064Z] #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T12:55:56.064Z] #7 DONE 0.0s [2025-10-31T12:55:56.064Z] [2025-10-31T12:55:56.064Z] #8 exporting to image [2025-10-31T12:55:56.064Z] #8 exporting layers done [2025-10-31T12:55:56.064Z] #8 exporting manifest sha256:fc4dddae41820300f105814d169b9fe18ba368f163a08dbe5a58407263091c8e done [2025-10-31T12:55:56.064Z] #8 exporting config sha256:9735311dcbbd0796af0cc0721ad64beaf64875b849df4167ce3edf8b33c95eff done [2025-10-31T12:55:56.064Z] #8 exporting manifest sha256:937e5adcea5bd775566e58885ad4729ad4ca5ae6c2b06f7773955b9a827ec192 done [2025-10-31T12:55:56.064Z] #8 exporting config sha256:17b2c00ffd968445b162e555dd36a7d10125eafd3e314fc7a9fb3c1ba88e80aa done [2025-10-31T12:55:56.064Z] #8 exporting manifest list sha256:b1bff494ba9f6b79f7702a9d5f944bea08ca368cd6a8f74ee10490545dcca8d9 done [2025-10-31T12:55:56.064Z] #8 pushing layers 0.0s done [2025-10-31T12:55:56.064Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.73@sha256:b1bff494ba9f6b79f7702a9d5f944bea08ca368cd6a8f74ee10490545dcca8d9 0.1s done [2025-10-31T12:55:56.064Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T12:55:56.064Z] #8 DONE 0.1s [2025-10-31T12:55:56.064Z] [2025-10-31T12:55:56.064Z] 1 warning found (use --debug to expand): [2025-10-31T12:55:56.064Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T12:55:56.351Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 --push - [2025-10-31T12:55:56.351Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73' [2025-10-31T12:55:56.613Z] #1 [internal] load build definition from Dockerfile [2025-10-31T12:55:56.613Z] #1 transferring dockerfile: 219B done [2025-10-31T12:55:56.613Z] #1 DONE 0.0s [2025-10-31T12:55:56.613Z] [2025-10-31T12:55:56.613Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:55:56.613Z] #2 DONE 0.1s [2025-10-31T12:55:56.613Z] [2025-10-31T12:55:56.613Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:55:56.613Z] #3 DONE 0.1s [2025-10-31T12:55:56.613Z] [2025-10-31T12:55:56.613Z] #4 [internal] load .dockerignore [2025-10-31T12:55:56.613Z] #4 transferring context: 2B done [2025-10-31T12:55:56.613Z] #4 DONE 0.0s [2025-10-31T12:55:56.613Z] [2025-10-31T12:55:56.613Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:a380912dd4b1ad98cf6a8e7057912ceaf2749b02f97fc05700e04c7e82d1d37c [2025-10-31T12:55:56.613Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:a380912dd4b1ad98cf6a8e7057912ceaf2749b02f97fc05700e04c7e82d1d37c 0.0s done [2025-10-31T12:55:56.613Z] #5 CACHED [2025-10-31T12:55:56.613Z] [2025-10-31T12:55:56.613Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:a380912dd4b1ad98cf6a8e7057912ceaf2749b02f97fc05700e04c7e82d1d37c [2025-10-31T12:55:56.613Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:a380912dd4b1ad98cf6a8e7057912ceaf2749b02f97fc05700e04c7e82d1d37c 0.0s done [2025-10-31T12:55:56.613Z] #6 CACHED [2025-10-31T12:55:56.613Z] [2025-10-31T12:55:56.613Z] #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T12:55:56.613Z] #7 DONE 0.0s [2025-10-31T12:55:56.613Z] [2025-10-31T12:55:56.613Z] #8 exporting to image [2025-10-31T12:55:56.613Z] #8 exporting layers done [2025-10-31T12:55:56.613Z] #8 exporting manifest sha256:fc4dddae41820300f105814d169b9fe18ba368f163a08dbe5a58407263091c8e done [2025-10-31T12:55:56.613Z] #8 exporting config sha256:9735311dcbbd0796af0cc0721ad64beaf64875b849df4167ce3edf8b33c95eff done [2025-10-31T12:55:56.613Z] #8 exporting manifest sha256:937e5adcea5bd775566e58885ad4729ad4ca5ae6c2b06f7773955b9a827ec192 done [2025-10-31T12:55:56.613Z] #8 exporting config sha256:17b2c00ffd968445b162e555dd36a7d10125eafd3e314fc7a9fb3c1ba88e80aa done [2025-10-31T12:55:56.613Z] #8 exporting manifest list sha256:b1bff494ba9f6b79f7702a9d5f944bea08ca368cd6a8f74ee10490545dcca8d9 done [2025-10-31T12:55:56.613Z] #8 pushing layers 0.0s done [2025-10-31T12:55:56.613Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:b1bff494ba9f6b79f7702a9d5f944bea08ca368cd6a8f74ee10490545dcca8d9 [2025-10-31T12:55:56.613Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T12:55:56.613Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:b1bff494ba9f6b79f7702a9d5f944bea08ca368cd6a8f74ee10490545dcca8d9 0.1s done [2025-10-31T12:55:56.613Z] #8 DONE 0.1s [2025-10-31T12:55:56.613Z] [2025-10-31T12:55:56.613Z] 1 warning found (use --debug to expand): [2025-10-31T12:55:56.613Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T12:55:56.904Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:main' [2025-10-31T12:55:56.904Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:main --push - [2025-10-31T12:55:57.164Z] #1 [internal] load build definition from Dockerfile [2025-10-31T12:55:57.164Z] #1 transferring dockerfile: 170B done [2025-10-31T12:55:57.164Z] #1 DONE 0.0s [2025-10-31T12:55:57.164Z] [2025-10-31T12:55:57.164Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main [2025-10-31T12:55:57.164Z] #2 DONE 0.0s [2025-10-31T12:55:57.164Z] [2025-10-31T12:55:57.164Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main [2025-10-31T12:55:57.164Z] #3 DONE 0.0s [2025-10-31T12:55:57.164Z] [2025-10-31T12:55:57.164Z] #4 [internal] load .dockerignore [2025-10-31T12:55:57.164Z] #4 transferring context: 2B done [2025-10-31T12:55:57.164Z] #4 DONE 0.0s [2025-10-31T12:55:57.164Z] [2025-10-31T12:55:57.164Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:a380912dd4b1ad98cf6a8e7057912ceaf2749b02f97fc05700e04c7e82d1d37c [2025-10-31T12:55:57.164Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:a380912dd4b1ad98cf6a8e7057912ceaf2749b02f97fc05700e04c7e82d1d37c 0.0s done [2025-10-31T12:55:57.164Z] #5 DONE 0.0s [2025-10-31T12:55:57.164Z] [2025-10-31T12:55:57.164Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:a380912dd4b1ad98cf6a8e7057912ceaf2749b02f97fc05700e04c7e82d1d37c [2025-10-31T12:55:57.164Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:a380912dd4b1ad98cf6a8e7057912ceaf2749b02f97fc05700e04c7e82d1d37c 0.0s done [2025-10-31T12:55:57.164Z] #6 CACHED [2025-10-31T12:55:57.164Z] [2025-10-31T12:55:57.164Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:a380912dd4b1ad98cf6a8e7057912ceaf2749b02f97fc05700e04c7e82d1d37c [2025-10-31T12:55:57.164Z] #5 CACHED [2025-10-31T12:55:57.164Z] [2025-10-31T12:55:57.164Z] #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T12:55:57.164Z] #7 DONE 0.0s [2025-10-31T12:55:57.164Z] [2025-10-31T12:55:57.164Z] #8 exporting to image [2025-10-31T12:55:57.164Z] #8 exporting layers done [2025-10-31T12:55:57.164Z] #8 exporting manifest sha256:fc4dddae41820300f105814d169b9fe18ba368f163a08dbe5a58407263091c8e done [2025-10-31T12:55:57.164Z] #8 exporting config sha256:9735311dcbbd0796af0cc0721ad64beaf64875b849df4167ce3edf8b33c95eff done [2025-10-31T12:55:57.164Z] #8 exporting manifest sha256:937e5adcea5bd775566e58885ad4729ad4ca5ae6c2b06f7773955b9a827ec192 done [2025-10-31T12:55:57.164Z] #8 exporting config sha256:17b2c00ffd968445b162e555dd36a7d10125eafd3e314fc7a9fb3c1ba88e80aa done [2025-10-31T12:55:57.164Z] #8 exporting manifest list sha256:b1bff494ba9f6b79f7702a9d5f944bea08ca368cd6a8f74ee10490545dcca8d9 done [2025-10-31T12:55:57.164Z] #8 pushing layers 0.0s done [2025-10-31T12:55:57.164Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:b1bff494ba9f6b79f7702a9d5f944bea08ca368cd6a8f74ee10490545dcca8d9 0.1s done [2025-10-31T12:55:57.164Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T12:55:57.164Z] #8 DONE 0.1s [2025-10-31T12:55:57.164Z] [2025-10-31T12:55:57.164Z] 1 warning found (use --debug to expand): [2025-10-31T12:55:57.164Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T12:55:57.453Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:636c0249806ecb81ff5c6dc90fac847d9a5fe90b' [2025-10-31T12:55:57.453Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:636c0249806ecb81ff5c6dc90fac847d9a5fe90b --push - [2025-10-31T12:55:57.712Z] #1 [internal] load build definition from Dockerfile [2025-10-31T12:55:57.712Z] #1 transferring dockerfile: 202B done [2025-10-31T12:55:57.712Z] #1 DONE 0.0s [2025-10-31T12:55:57.712Z] [2025-10-31T12:55:57.712Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:55:57.713Z] #2 DONE 0.1s [2025-10-31T12:55:57.713Z] [2025-10-31T12:55:57.713Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T12:55:57.713Z] #3 DONE 0.1s [2025-10-31T12:55:57.713Z] [2025-10-31T12:55:57.713Z] #4 [internal] load .dockerignore [2025-10-31T12:55:57.713Z] #4 transferring context: 2B done [2025-10-31T12:55:57.713Z] #4 DONE 0.0s [2025-10-31T12:55:57.713Z] [2025-10-31T12:55:57.713Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:ace97f0f74680c04b19bba803acc5b2ebd60e732cd7280c33b7d346f6290be22 [2025-10-31T12:55:57.713Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:ace97f0f74680c04b19bba803acc5b2ebd60e732cd7280c33b7d346f6290be22 0.0s done [2025-10-31T12:55:57.713Z] #5 DONE 0.0s [2025-10-31T12:55:57.713Z] [2025-10-31T12:55:57.713Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:ace97f0f74680c04b19bba803acc5b2ebd60e732cd7280c33b7d346f6290be22 [2025-10-31T12:55:57.713Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:ace97f0f74680c04b19bba803acc5b2ebd60e732cd7280c33b7d346f6290be22 0.0s done [2025-10-31T12:55:57.713Z] #6 DONE 0.1s [2025-10-31T12:55:57.972Z] [2025-10-31T12:55:57.972Z] #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T12:55:57.972Z] #7 DONE 0.0s [2025-10-31T12:55:57.972Z] [2025-10-31T12:55:57.972Z] #8 exporting to image [2025-10-31T12:55:57.972Z] #8 exporting layers done [2025-10-31T12:55:57.972Z] #8 exporting manifest sha256:86fadc5e9ff7399f4527e3d53b1e4f900f6600e00add88af8267c4f6e566b01b 0.0s done [2025-10-31T12:55:57.972Z] #8 exporting config sha256:131f6f5ca746971f6a95e16d0428ae436d82e1b4c0a02d5261b365c61e549782 done [2025-10-31T12:55:57.972Z] #8 exporting manifest sha256:f7b300cf662478bc30aec110500f02e3be34f0205b784226a2f4065e4875c0ef done [2025-10-31T12:55:57.972Z] #8 exporting config sha256:ad1e7cbc1e537869e76b4a92bb810d8a4442595ac58599aa6a22eda6558b7ea5 done [2025-10-31T12:55:57.972Z] #8 exporting manifest list sha256:b7318b414b4594640751d0c497fd011aeb85216d392223010b5380a91574f519 done [2025-10-31T12:55:57.972Z] #8 pushing layers [2025-10-31T12:55:57.972Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T12:55:57.972Z] #8 pushing layers 0.1s done [2025-10-31T12:55:57.972Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:b7318b414b4594640751d0c497fd011aeb85216d392223010b5380a91574f519 0.1s done [2025-10-31T12:55:57.972Z] #8 DONE 0.2s [2025-10-31T12:55:57.972Z] [2025-10-31T12:55:57.972Z] 1 warning found (use --debug to expand): [2025-10-31T12:55:57.972Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T12:55:58.259Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest' [2025-10-31T12:55:58.259Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:latest --push - [2025-10-31T12:55:58.519Z] #1 [internal] load build definition from Dockerfile [2025-10-31T12:55:58.519Z] #1 transferring dockerfile: 168B done [2025-10-31T12:55:58.519Z] #1 DONE 0.0s [2025-10-31T12:55:58.519Z] [2025-10-31T12:55:58.519Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-10-31T12:55:58.519Z] #2 DONE 0.0s [2025-10-31T12:55:58.519Z] [2025-10-31T12:55:58.519Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-10-31T12:55:58.519Z] #3 DONE 0.0s [2025-10-31T12:55:58.519Z] [2025-10-31T12:55:58.519Z] #4 [internal] load .dockerignore [2025-10-31T12:55:58.519Z] #4 transferring context: 2B done [2025-10-31T12:55:58.519Z] #4 DONE 0.0s [2025-10-31T12:55:58.519Z] [2025-10-31T12:55:58.519Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:ace97f0f74680c04b19bba803acc5b2ebd60e732cd7280c33b7d346f6290be22 [2025-10-31T12:55:58.519Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:ace97f0f74680c04b19bba803acc5b2ebd60e732cd7280c33b7d346f6290be22 done [2025-10-31T12:55:58.519Z] #5 CACHED [2025-10-31T12:55:58.519Z] [2025-10-31T12:55:58.519Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:ace97f0f74680c04b19bba803acc5b2ebd60e732cd7280c33b7d346f6290be22 [2025-10-31T12:55:58.519Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:ace97f0f74680c04b19bba803acc5b2ebd60e732cd7280c33b7d346f6290be22 0.0s done [2025-10-31T12:55:58.519Z] #6 CACHED [2025-10-31T12:55:58.519Z] [2025-10-31T12:55:58.519Z] #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T12:55:58.519Z] #7 DONE 0.0s [2025-10-31T12:55:58.519Z] [2025-10-31T12:55:58.519Z] #8 exporting to image [2025-10-31T12:55:58.519Z] #8 exporting layers done [2025-10-31T12:55:58.519Z] #8 exporting manifest sha256:86fadc5e9ff7399f4527e3d53b1e4f900f6600e00add88af8267c4f6e566b01b done [2025-10-31T12:55:58.519Z] #8 exporting config sha256:131f6f5ca746971f6a95e16d0428ae436d82e1b4c0a02d5261b365c61e549782 done [2025-10-31T12:55:58.519Z] #8 exporting manifest sha256:f7b300cf662478bc30aec110500f02e3be34f0205b784226a2f4065e4875c0ef done [2025-10-31T12:55:58.519Z] #8 exporting config sha256:ad1e7cbc1e537869e76b4a92bb810d8a4442595ac58599aa6a22eda6558b7ea5 done [2025-10-31T12:55:58.519Z] #8 exporting manifest list sha256:b7318b414b4594640751d0c497fd011aeb85216d392223010b5380a91574f519 done [2025-10-31T12:55:58.519Z] #8 pushing layers 0.0s done [2025-10-31T12:55:58.519Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:b7318b414b4594640751d0c497fd011aeb85216d392223010b5380a91574f519 0.1s done [2025-10-31T12:55:58.519Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T12:55:58.519Z] #8 DONE 0.1s [2025-10-31T12:55:58.519Z] [2025-10-31T12:55:58.519Z] 1 warning found (use --debug to expand): [2025-10-31T12:55:58.519Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T12:55:58.814Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.73 --push - [2025-10-31T12:55:58.814Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.73' [2025-10-31T12:55:59.072Z] #1 [internal] load build definition from Dockerfile [2025-10-31T12:55:59.072Z] #1 transferring dockerfile: 174B done [2025-10-31T12:55:59.072Z] #1 DONE 0.0s [2025-10-31T12:55:59.072Z] [2025-10-31T12:55:59.072Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.73 [2025-10-31T12:55:59.072Z] #2 DONE 0.0s [2025-10-31T12:55:59.072Z] [2025-10-31T12:55:59.072Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.73 [2025-10-31T12:55:59.072Z] #3 DONE 0.0s [2025-10-31T12:55:59.072Z] [2025-10-31T12:55:59.072Z] #4 [internal] load .dockerignore [2025-10-31T12:55:59.072Z] #4 transferring context: 2B done [2025-10-31T12:55:59.072Z] #4 DONE 0.0s [2025-10-31T12:55:59.072Z] [2025-10-31T12:55:59.072Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.73@sha256:ace97f0f74680c04b19bba803acc5b2ebd60e732cd7280c33b7d346f6290be22 [2025-10-31T12:55:59.072Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.73@sha256:ace97f0f74680c04b19bba803acc5b2ebd60e732cd7280c33b7d346f6290be22 0.0s done [2025-10-31T12:55:59.072Z] #5 CACHED [2025-10-31T12:55:59.072Z] [2025-10-31T12:55:59.072Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.73@sha256:ace97f0f74680c04b19bba803acc5b2ebd60e732cd7280c33b7d346f6290be22 [2025-10-31T12:55:59.072Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.73@sha256:ace97f0f74680c04b19bba803acc5b2ebd60e732cd7280c33b7d346f6290be22 0.0s done [2025-10-31T12:55:59.072Z] #6 CACHED [2025-10-31T12:55:59.072Z] [2025-10-31T12:55:59.072Z] #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T12:55:59.072Z] #7 DONE 0.0s [2025-10-31T12:55:59.072Z] [2025-10-31T12:55:59.072Z] #8 exporting to image [2025-10-31T12:55:59.072Z] #8 exporting layers done [2025-10-31T12:55:59.072Z] #8 exporting manifest sha256:86fadc5e9ff7399f4527e3d53b1e4f900f6600e00add88af8267c4f6e566b01b done [2025-10-31T12:55:59.072Z] #8 exporting config sha256:131f6f5ca746971f6a95e16d0428ae436d82e1b4c0a02d5261b365c61e549782 done [2025-10-31T12:55:59.072Z] #8 exporting manifest sha256:f7b300cf662478bc30aec110500f02e3be34f0205b784226a2f4065e4875c0ef done [2025-10-31T12:55:59.072Z] #8 exporting config sha256:ad1e7cbc1e537869e76b4a92bb810d8a4442595ac58599aa6a22eda6558b7ea5 done [2025-10-31T12:55:59.072Z] #8 exporting manifest list sha256:b7318b414b4594640751d0c497fd011aeb85216d392223010b5380a91574f519 done [2025-10-31T12:55:59.072Z] #8 pushing layers 0.0s done [2025-10-31T12:55:59.072Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.73@sha256:b7318b414b4594640751d0c497fd011aeb85216d392223010b5380a91574f519 0.1s done [2025-10-31T12:55:59.072Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T12:55:59.072Z] #8 DONE 0.1s [2025-10-31T12:55:59.072Z] [2025-10-31T12:55:59.072Z] 1 warning found (use --debug to expand): [2025-10-31T12:55:59.072Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T12:55:59.702Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 --push - [2025-10-31T12:55:59.702Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73' [2025-10-31T12:55:59.702Z] #1 [internal] load build definition from Dockerfile [2025-10-31T12:55:59.702Z] #1 transferring dockerfile: 215B done [2025-10-31T12:55:59.702Z] #1 DONE 0.0s [2025-10-31T12:55:59.702Z] [2025-10-31T12:55:59.702Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:55:59.702Z] #2 DONE 0.0s [2025-10-31T12:55:59.702Z] [2025-10-31T12:55:59.702Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T12:55:59.702Z] #3 DONE 0.0s [2025-10-31T12:55:59.702Z] [2025-10-31T12:55:59.702Z] #4 [internal] load .dockerignore [2025-10-31T12:55:59.702Z] #4 transferring context: 2B done [2025-10-31T12:55:59.702Z] #4 DONE 0.0s [2025-10-31T12:55:59.702Z] [2025-10-31T12:55:59.702Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:ace97f0f74680c04b19bba803acc5b2ebd60e732cd7280c33b7d346f6290be22 [2025-10-31T12:55:59.702Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:ace97f0f74680c04b19bba803acc5b2ebd60e732cd7280c33b7d346f6290be22 [2025-10-31T12:55:59.963Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:ace97f0f74680c04b19bba803acc5b2ebd60e732cd7280c33b7d346f6290be22 0.0s done [2025-10-31T12:55:59.963Z] #5 CACHED [2025-10-31T12:55:59.963Z] [2025-10-31T12:55:59.963Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:ace97f0f74680c04b19bba803acc5b2ebd60e732cd7280c33b7d346f6290be22 [2025-10-31T12:55:59.963Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:ace97f0f74680c04b19bba803acc5b2ebd60e732cd7280c33b7d346f6290be22 0.0s done [2025-10-31T12:55:59.963Z] #6 CACHED [2025-10-31T12:55:59.963Z] [2025-10-31T12:55:59.963Z] #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T12:55:59.963Z] #7 DONE 0.0s [2025-10-31T12:55:59.963Z] [2025-10-31T12:55:59.963Z] #8 exporting to image [2025-10-31T12:55:59.963Z] #8 exporting layers done [2025-10-31T12:55:59.963Z] #8 exporting manifest sha256:86fadc5e9ff7399f4527e3d53b1e4f900f6600e00add88af8267c4f6e566b01b done [2025-10-31T12:55:59.963Z] #8 exporting config sha256:131f6f5ca746971f6a95e16d0428ae436d82e1b4c0a02d5261b365c61e549782 done [2025-10-31T12:55:59.963Z] #8 exporting manifest sha256:f7b300cf662478bc30aec110500f02e3be34f0205b784226a2f4065e4875c0ef done [2025-10-31T12:55:59.963Z] #8 exporting config sha256:ad1e7cbc1e537869e76b4a92bb810d8a4442595ac58599aa6a22eda6558b7ea5 done [2025-10-31T12:55:59.963Z] #8 exporting manifest list sha256:b7318b414b4594640751d0c497fd011aeb85216d392223010b5380a91574f519 done [2025-10-31T12:55:59.963Z] #8 pushing layers 0.0s done [2025-10-31T12:55:59.963Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:b7318b414b4594640751d0c497fd011aeb85216d392223010b5380a91574f519 [2025-10-31T12:55:59.963Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T12:55:59.963Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:b7318b414b4594640751d0c497fd011aeb85216d392223010b5380a91574f519 0.1s done [2025-10-31T12:55:59.963Z] #8 DONE 0.1s [2025-10-31T12:55:59.963Z] [2025-10-31T12:55:59.963Z] 1 warning found (use --debug to expand): [2025-10-31T12:55:59.963Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T12:56:00.259Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:main' [2025-10-31T12:56:00.260Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:main --push - [2025-10-31T12:56:00.520Z] #1 [internal] load build definition from Dockerfile [2025-10-31T12:56:00.520Z] #1 transferring dockerfile: 166B done [2025-10-31T12:56:00.520Z] #1 DONE 0.0s [2025-10-31T12:56:00.520Z] [2025-10-31T12:56:00.520Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-10-31T12:56:00.520Z] #2 DONE 0.0s [2025-10-31T12:56:00.520Z] [2025-10-31T12:56:00.520Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-10-31T12:56:00.520Z] #3 DONE 0.0s [2025-10-31T12:56:00.520Z] [2025-10-31T12:56:00.520Z] #4 [internal] load .dockerignore [2025-10-31T12:56:00.520Z] #4 transferring context: 2B done [2025-10-31T12:56:00.520Z] #4 DONE 0.0s [2025-10-31T12:56:00.520Z] [2025-10-31T12:56:00.520Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:ace97f0f74680c04b19bba803acc5b2ebd60e732cd7280c33b7d346f6290be22 [2025-10-31T12:56:00.520Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:ace97f0f74680c04b19bba803acc5b2ebd60e732cd7280c33b7d346f6290be22 0.0s done [2025-10-31T12:56:00.520Z] #5 DONE 0.0s [2025-10-31T12:56:00.520Z] [2025-10-31T12:56:00.520Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:ace97f0f74680c04b19bba803acc5b2ebd60e732cd7280c33b7d346f6290be22 [2025-10-31T12:56:00.520Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:ace97f0f74680c04b19bba803acc5b2ebd60e732cd7280c33b7d346f6290be22 0.0s done [2025-10-31T12:56:00.520Z] #6 CACHED [2025-10-31T12:56:00.520Z] [2025-10-31T12:56:00.520Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:ace97f0f74680c04b19bba803acc5b2ebd60e732cd7280c33b7d346f6290be22 [2025-10-31T12:56:00.520Z] #5 CACHED [2025-10-31T12:56:00.520Z] [2025-10-31T12:56:00.520Z] #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T12:56:00.520Z] #7 DONE 0.0s [2025-10-31T12:56:00.520Z] [2025-10-31T12:56:00.520Z] #8 exporting to image [2025-10-31T12:56:00.520Z] #8 exporting layers done [2025-10-31T12:56:00.520Z] #8 exporting manifest sha256:86fadc5e9ff7399f4527e3d53b1e4f900f6600e00add88af8267c4f6e566b01b done [2025-10-31T12:56:00.520Z] #8 exporting config sha256:131f6f5ca746971f6a95e16d0428ae436d82e1b4c0a02d5261b365c61e549782 done [2025-10-31T12:56:00.520Z] #8 exporting manifest sha256:f7b300cf662478bc30aec110500f02e3be34f0205b784226a2f4065e4875c0ef done [2025-10-31T12:56:00.520Z] #8 exporting config sha256:ad1e7cbc1e537869e76b4a92bb810d8a4442595ac58599aa6a22eda6558b7ea5 done [2025-10-31T12:56:00.520Z] #8 exporting manifest list sha256:b7318b414b4594640751d0c497fd011aeb85216d392223010b5380a91574f519 done [2025-10-31T12:56:00.520Z] #8 pushing layers 0.0s done [2025-10-31T12:56:00.520Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:b7318b414b4594640751d0c497fd011aeb85216d392223010b5380a91574f519 0.1s done [2025-10-31T12:56:00.520Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T12:56:00.520Z] #8 DONE 0.1s [2025-10-31T12:56:00.520Z] [2025-10-31T12:56:00.520Z] 1 warning found (use --debug to expand): [2025-10-31T12:56:00.520Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-10-31T12:56:00.966Z] + '[' -d /w/workspace/edgex-go/921/archives ']' [Pipeline] libraryResource [Pipeline] sh [2025-10-31T12:56:01.263Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-10-31T12:56:01.811Z] ---> package-listing.sh [2025-10-31T12:56:01.811Z] ++ facter osfamily [2025-10-31T12:56:01.811Z] ++ tr '[:upper:]' '[:lower:]' [2025-10-31T12:56:02.078Z] + OS_FAMILY=redhat [2025-10-31T12:56:02.078Z] + workspace=/w/workspace/edgex-go/921 [2025-10-31T12:56:02.078Z] + START_PACKAGES=/tmp/packages_start.txt [2025-10-31T12:56:02.078Z] + END_PACKAGES=/tmp/packages_end.txt [2025-10-31T12:56:02.078Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-10-31T12:56:02.078Z] + PACKAGES=/tmp/packages_start.txt [2025-10-31T12:56:02.078Z] + '[' /w/workspace/edgex-go/921 ']' [2025-10-31T12:56:02.078Z] + PACKAGES=/tmp/packages_end.txt [2025-10-31T12:56:02.078Z] + case "${OS_FAMILY}" in [2025-10-31T12:56:02.078Z] + sort [2025-10-31T12:56:02.078Z] + rpm -qa [2025-10-31T12:56:03.016Z] + '[' -f /tmp/packages_start.txt ']' [2025-10-31T12:56:03.016Z] + '[' -f /tmp/packages_end.txt ']' [2025-10-31T12:56:03.016Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-10-31T12:56:03.016Z] + '[' /w/workspace/edgex-go/921 ']' [2025-10-31T12:56:03.016Z] + mkdir -p /w/workspace/edgex-go/921/archives/ [2025-10-31T12:56:03.016Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/921/archives/ [Pipeline] echo [2025-10-31T12:56:03.028Z] 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/921/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-10-31T12:56:03.309Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:56:03.876Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-10-31T12:56:03.876Z] [2025-10-31T12:56:03.876Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T12:56:04.187Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-10-31T12:56:04.187Z] latest: Pulling from edgex-lftools-log-publisher [2025-10-31T12:56:04.187Z] 5eb5b503b376: Pulling fs layer [2025-10-31T12:56:04.187Z] 5c69ac0246d0: Pulling fs layer [2025-10-31T12:56:04.187Z] ec43610c2a17: Pulling fs layer [2025-10-31T12:56:04.187Z] 3a2ae6a8a46f: Pulling fs layer [2025-10-31T12:56:04.187Z] 33b1e0a273af: Pulling fs layer [2025-10-31T12:56:04.187Z] 5d3b04190fa2: Pulling fs layer [2025-10-31T12:56:04.187Z] 2f39f015ded8: Pulling fs layer [2025-10-31T12:56:04.187Z] 33b1e0a273af: Waiting [2025-10-31T12:56:04.187Z] 5d3b04190fa2: Waiting [2025-10-31T12:56:04.187Z] 2f39f015ded8: Waiting [2025-10-31T12:56:04.187Z] 3a2ae6a8a46f: Waiting [2025-10-31T12:56:04.187Z] 5c69ac0246d0: Verifying Checksum [2025-10-31T12:56:04.187Z] 5c69ac0246d0: Download complete [2025-10-31T12:56:04.187Z] 3a2ae6a8a46f: Verifying Checksum [2025-10-31T12:56:04.187Z] 3a2ae6a8a46f: Download complete [2025-10-31T12:56:04.187Z] ec43610c2a17: Verifying Checksum [2025-10-31T12:56:04.187Z] ec43610c2a17: Download complete [2025-10-31T12:56:04.187Z] 33b1e0a273af: Verifying Checksum [2025-10-31T12:56:04.187Z] 33b1e0a273af: Download complete [2025-10-31T12:56:04.454Z] 5d3b04190fa2: Verifying Checksum [2025-10-31T12:56:04.454Z] 5d3b04190fa2: Download complete [2025-10-31T12:56:04.454Z] 5eb5b503b376: Verifying Checksum [2025-10-31T12:56:04.454Z] 5eb5b503b376: Download complete [2025-10-31T12:56:05.031Z] 2f39f015ded8: Download complete [2025-10-31T12:56:05.984Z] 5eb5b503b376: Pull complete [2025-10-31T12:56:05.984Z] 5c69ac0246d0: Pull complete [2025-10-31T12:56:06.243Z] ec43610c2a17: Pull complete [2025-10-31T12:56:06.243Z] 3a2ae6a8a46f: Pull complete [2025-10-31T12:56:06.502Z] 33b1e0a273af: Pull complete [2025-10-31T12:56:06.761Z] 5d3b04190fa2: Pull complete [2025-10-31T12:56:11.048Z] 2f39f015ded8: Pull complete [2025-10-31T12:56:11.048Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-10-31T12:56:11.048Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-10-31T12:56:11.048Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-10-31T12:56:11.214Z] prd-centos7-docker-4c-2g-772208 does not seem to be running inside a container [2025-10-31T12:56:11.260Z] $ 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/921/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-go_main -v /w/workspace/edgexfoundry_edgex-go_main:/w/workspace/edgexfoundry_edgex-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-go_main@tmp:/w/workspace/edgexfoundry_edgex-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-10-31T12:56:15.266Z] $ docker top 2b51868b3a0b7cc60e604ca7aff6b07e45ef72167c459f3a0fafa4546a2a64fd -eo pid,comm [Pipeline] { [Pipeline] sh [2025-10-31T12:56:15.617Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-10-31T12:56:15.900Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-10-31T12:56:16.189Z] + ls /var/log/sa-host [2025-10-31T12:56:16.189Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-10-31T12:56:16.391Z] provisioning config files... [2025-10-31T12:56:16.401Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config17516307842286967533tmp [Pipeline] { [Pipeline] echo [2025-10-31T12:56:16.427Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-10-31T12:56:16.715Z] ---> create-netrc.sh [Pipeline] } [2025-10-31T12:56:16.723Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-10-31T12:56:17.086Z] ---> python-tools-install.sh [Pipeline] echo [2025-10-31T12:56:17.098Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-10-31T12:56:17.382Z] ---> sudo-logs.sh [2025-10-31T12:56:17.382Z] Archiving 'sudo' log.. [2025-10-31T12:56:17.382Z] cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-10-31T12:56:17.416Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2025-10-31T12:56:17.419Z] $ docker stop --time=1 2b51868b3a0b7cc60e604ca7aff6b07e45ef72167c459f3a0fafa4546a2a64fd [2025-10-31T12:56:19.143Z] $ docker rm -f --volumes 2b51868b3a0b7cc60e604ca7aff6b07e45ef72167c459f3a0fafa4546a2a64fd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2025-10-31T12:56:19.292Z] [WS-CLEANUP] Deleting project workspace... [2025-10-31T12:56:19.292Z] [WS-CLEANUP] Deferred wipeout is used... [2025-10-31T12:56:19.308Z] [WS-CLEANUP] done [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-10-31T13:06:51.943Z] #123 ... [2025-10-31T13:06:51.943Z] [2025-10-31T13:06:51.943Z] #154 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-10-31T13:06:51.943Z] #154 DONE 1328.1s [2025-10-31T13:06:51.943Z] [2025-10-31T13:06:51.943Z] #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-10-31T13:06:51.943Z] #150 ... [2025-10-31T13:06:51.943Z] [2025-10-31T13:06:51.943Z] #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-10-31T13:06:51.943Z] #155 DONE 0.1s [2025-10-31T13:06:51.943Z] [2025-10-31T13:06:51.943Z] #147 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-10-31T13:06:51.943Z] #147 ... [2025-10-31T13:06:51.943Z] [2025-10-31T13:06:51.943Z] #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-10-31T13:06:51.943Z] #156 DONE 0.2s [2025-10-31T13:06:51.943Z] [2025-10-31T13:06:51.943Z] #157 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2025-10-31T13:06:51.943Z] #157 DONE 0.3s [2025-10-31T13:06:51.943Z] [2025-10-31T13:06:51.943Z] #158 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2025-10-31T13:06:51.943Z] #158 DONE 0.2s [2025-10-31T13:06:51.943Z] [2025-10-31T13:06:51.943Z] #159 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2025-10-31T13:06:51.943Z] #159 DONE 0.1s [2025-10-31T13:06:51.943Z] [2025-10-31T13:06:51.943Z] #160 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-10-31T13:06:51.943Z] #160 DONE 2.2s [2025-10-31T13:06:51.943Z] [2025-10-31T13:06:51.943Z] #123 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-10-31T13:06:51.943Z] #123 ... [2025-10-31T13:06:51.943Z] [2025-10-31T13:06:51.943Z] #108 [core-common-config-bootstrapper] exporting to image [2025-10-31T13:06:51.943Z] #108 exporting layers [2025-10-31T13:06:51.943Z] #108 exporting layers 0.5s done [2025-10-31T13:06:51.943Z] #108 writing image sha256:be756ed4628a91c2e7fc7cbf273fc34c2fe53f3617293d6a216bb3eef45f462c 0.1s done [2025-10-31T13:06:51.943Z] #108 naming to docker.io/library/core-common-config-bootstrapper-arm64 [2025-10-31T13:06:51.943Z] #108 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2025-10-31T13:06:51.943Z] #108 DONE 8.9s [2025-10-31T13:06:51.943Z] [2025-10-31T13:06:51.943Z] #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-10-31T13:07:02.005Z] #145 ... [2025-10-31T13:07:02.005Z] [2025-10-31T13:07:02.005Z] #147 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-10-31T13:07:02.005Z] #147 DONE 1350.0s [2025-10-31T13:07:02.277Z] [2025-10-31T13:07:02.277Z] #123 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-10-31T13:07:02.543Z] #123 ... [2025-10-31T13:07:02.543Z] [2025-10-31T13:07:02.543Z] #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2025-10-31T13:07:02.813Z] #161 DONE 0.2s [2025-10-31T13:07:02.813Z] [2025-10-31T13:07:02.813Z] #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-10-31T13:07:06.162Z] #162 DONE 2.7s [2025-10-31T13:07:06.162Z] [2025-10-31T13:07:06.162Z] #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2025-10-31T13:07:06.162Z] #163 DONE 0.2s [2025-10-31T13:07:06.162Z] [2025-10-31T13:07:06.162Z] #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2025-10-31T13:07:06.162Z] #164 DONE 0.3s [2025-10-31T13:07:06.162Z] [2025-10-31T13:07:06.162Z] #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2025-10-31T13:07:06.427Z] #165 DONE 0.3s [2025-10-31T13:07:06.427Z] [2025-10-31T13:07:06.427Z] #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2025-10-31T13:07:06.427Z] #166 DONE 0.3s [2025-10-31T13:07:06.427Z] [2025-10-31T13:07:06.427Z] #123 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-10-31T13:07:06.700Z] #123 ... [2025-10-31T13:07:06.700Z] [2025-10-31T13:07:06.700Z] #167 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2025-10-31T13:07:06.966Z] #167 DONE 0.2s [2025-10-31T13:07:06.966Z] [2025-10-31T13:07:06.966Z] #168 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ [2025-10-31T13:07:06.966Z] #168 DONE 0.1s [2025-10-31T13:07:06.966Z] [2025-10-31T13:07:06.966Z] #169 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2025-10-31T13:07:07.246Z] #169 DONE 0.1s [2025-10-31T13:07:07.246Z] [2025-10-31T13:07:07.246Z] #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2025-10-31T13:07:07.246Z] #170 DONE 0.2s [2025-10-31T13:07:07.246Z] [2025-10-31T13:07:07.246Z] #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2025-10-31T13:07:09.197Z] #171 DONE 1.9s [2025-10-31T13:07:09.197Z] [2025-10-31T13:07:09.197Z] #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-10-31T13:07:09.197Z] #145 ... [2025-10-31T13:07:09.197Z] [2025-10-31T13:07:09.197Z] #108 [security-bootstrapper] exporting to image [2025-10-31T13:07:09.197Z] #108 exporting layers [2025-10-31T13:07:10.161Z] #108 exporting layers 0.9s done [2025-10-31T13:07:10.161Z] #108 writing image sha256:78587a4e7f72dab123341dff4de5fda7b689e0f4729ff45cc949da711b447a6b done [2025-10-31T13:07:10.161Z] #108 naming to docker.io/library/security-bootstrapper-arm64 done [2025-10-31T13:07:10.161Z] #108 DONE 9.9s [2025-10-31T13:07:10.161Z] [2025-10-31T13:07:10.161Z] #146 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-10-31T13:23:19.162Z] #146 ... [2025-10-31T13:23:19.162Z] [2025-10-31T13:23:19.162Z] #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-10-31T13:23:19.162Z] #151 DONE 2313.6s [2025-10-31T13:23:19.162Z] [2025-10-31T13:23:19.162Z] #123 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-10-31T13:23:19.162Z] #123 ... [2025-10-31T13:23:19.162Z] [2025-10-31T13:23:19.162Z] #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2025-10-31T13:23:19.162Z] #172 DONE 0.1s [2025-10-31T13:23:19.162Z] [2025-10-31T13:23:19.162Z] #146 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-10-31T13:23:19.162Z] #146 ... [2025-10-31T13:23:19.162Z] [2025-10-31T13:23:19.162Z] #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2025-10-31T13:23:19.162Z] #173 DONE 0.1s [2025-10-31T13:23:19.162Z] [2025-10-31T13:23:19.162Z] #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2025-10-31T13:23:19.162Z] #174 DONE 0.5s [2025-10-31T13:23:19.162Z] [2025-10-31T13:23:19.162Z] #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2025-10-31T13:23:19.162Z] #175 DONE 0.1s [2025-10-31T13:23:19.162Z] [2025-10-31T13:23:19.162Z] #108 [core-command] exporting to image [2025-10-31T13:23:19.162Z] #108 exporting layers [2025-10-31T13:23:19.162Z] #108 exporting layers 0.6s done [2025-10-31T13:23:19.162Z] #108 writing image sha256:e177b6cb01b7e7b693b621a8b885a1e5a991951386d3dae0d47ec5f775fa7efe done [2025-10-31T13:23:19.162Z] #108 naming to docker.io/library/core-command-arm64 0.0s done [2025-10-31T13:23:19.162Z] #108 DONE 10.5s [2025-10-31T13:23:19.162Z] [2025-10-31T13:23:19.162Z] #123 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-10-31T13:23:33.676Z] #123 ... [2025-10-31T13:23:33.676Z] [2025-10-31T13:23:33.676Z] #149 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-10-31T13:23:33.676Z] #149 2338.3 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-10-31T13:23:33.676Z] #149 ... [2025-10-31T13:23:33.676Z] [2025-10-31T13:23:33.676Z] #146 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-10-31T13:23:33.676Z] #146 DONE 2341.3s [2025-10-31T13:23:33.676Z] [2025-10-31T13:23:33.677Z] #41 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-10-31T13:23:34.262Z] #41 ... [2025-10-31T13:23:34.262Z] [2025-10-31T13:23:34.262Z] #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2025-10-31T13:23:34.528Z] #176 DONE 0.3s [2025-10-31T13:23:34.528Z] [2025-10-31T13:23:34.528Z] #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2025-10-31T13:23:34.528Z] #177 DONE 0.1s [2025-10-31T13:23:34.528Z] [2025-10-31T13:23:34.528Z] #178 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2025-10-31T13:23:34.528Z] #178 DONE 0.1s [2025-10-31T13:23:34.528Z] [2025-10-31T13:23:34.528Z] #41 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-10-31T13:23:34.794Z] #41 ... [2025-10-31T13:23:34.794Z] [2025-10-31T13:23:34.795Z] #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2025-10-31T13:23:34.795Z] #179 DONE 0.1s [2025-10-31T13:23:34.795Z] [2025-10-31T13:23:34.795Z] #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2025-10-31T13:23:35.377Z] #180 DONE 0.4s [2025-10-31T13:23:35.377Z] [2025-10-31T13:23:35.377Z] #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2025-10-31T13:23:35.377Z] #181 DONE 0.1s [2025-10-31T13:23:35.377Z] [2025-10-31T13:23:35.377Z] #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-10-31T13:23:35.377Z] #145 ... [2025-10-31T13:23:35.377Z] [2025-10-31T13:23:35.377Z] #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-10-31T13:23:37.323Z] #182 DONE 1.9s [2025-10-31T13:23:37.323Z] [2025-10-31T13:23:37.323Z] #108 [security-proxy-setup] exporting to image [2025-10-31T13:23:37.323Z] #108 exporting layers [2025-10-31T13:23:38.278Z] #108 exporting layers 1.0s done [2025-10-31T13:23:38.278Z] #108 writing image sha256:751068aa41b22b6ad30bc61a70e8f794686f6b2a248df0be29603db2de7034be done [2025-10-31T13:23:38.278Z] #108 naming to docker.io/library/security-proxy-setup-arm64 done [2025-10-31T13:23:38.278Z] #108 DONE 11.5s [2025-10-31T13:23:38.278Z] [2025-10-31T13:23:38.278Z] #123 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-10-31T13:24:04.941Z] #123 ... [2025-10-31T13:24:04.941Z] [2025-10-31T13:24:04.941Z] #149 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-10-31T13:24:04.941Z] #149 DONE 2371.7s [2025-10-31T13:24:04.941Z] [2025-10-31T13:24:04.941Z] #148 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-10-31T13:24:04.941Z] #148 ... [2025-10-31T13:24:04.941Z] [2025-10-31T13:24:04.941Z] #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2025-10-31T13:24:04.941Z] #183 DONE 0.3s [2025-10-31T13:24:04.941Z] [2025-10-31T13:24:04.941Z] #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-10-31T13:24:04.941Z] #144 ... [2025-10-31T13:24:04.941Z] [2025-10-31T13:24:04.941Z] #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2025-10-31T13:24:04.941Z] #184 DONE 0.1s [2025-10-31T13:24:04.941Z] [2025-10-31T13:24:04.941Z] #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-10-31T13:24:04.941Z] #150 ... [2025-10-31T13:24:04.941Z] [2025-10-31T13:24:04.941Z] #185 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2025-10-31T13:24:04.941Z] #185 DONE 0.1s [2025-10-31T13:24:04.941Z] [2025-10-31T13:24:04.941Z] #186 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2025-10-31T13:24:05.207Z] #186 DONE 0.1s [2025-10-31T13:24:05.207Z] [2025-10-31T13:24:05.207Z] #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2025-10-31T13:24:05.207Z] #187 DONE 0.2s [2025-10-31T13:24:05.207Z] [2025-10-31T13:24:05.207Z] #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2025-10-31T13:24:05.800Z] #188 DONE 0.4s [2025-10-31T13:24:05.800Z] [2025-10-31T13:24:05.800Z] #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2025-10-31T13:24:06.076Z] #189 DONE 0.4s [2025-10-31T13:24:06.076Z] [2025-10-31T13:24:06.076Z] #41 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-10-31T13:24:06.343Z] #41 ... [2025-10-31T13:24:06.343Z] [2025-10-31T13:24:06.343Z] #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2025-10-31T13:24:06.343Z] #190 DONE 0.1s [2025-10-31T13:24:06.343Z] [2025-10-31T13:24:06.343Z] #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-10-31T13:24:08.281Z] #191 DONE 1.9s [2025-10-31T13:24:08.281Z] [2025-10-31T13:24:08.281Z] #108 [security-secretstore-setup] exporting to image [2025-10-31T13:24:08.281Z] #108 exporting layers [2025-10-31T13:24:10.222Z] #108 exporting layers 1.6s done [2025-10-31T13:24:10.222Z] #108 writing image sha256:2889c1454ae51477a30850a8859e8e47d2942294bca992b90dfda4bd6251cfe7 done [2025-10-31T13:24:10.222Z] #108 naming to docker.io/library/security-secretstore-setup-arm64 done [2025-10-31T13:24:10.222Z] #108 DONE 13.1s [2025-10-31T13:24:10.222Z] [2025-10-31T13:24:10.222Z] #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-10-31T13:25:06.591Z] #150 ... [2025-10-31T13:25:06.591Z] [2025-10-31T13:25:06.591Z] #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-10-31T13:25:06.591Z] #144 DONE 2428.0s [2025-10-31T13:25:06.591Z] [2025-10-31T13:25:06.591Z] #123 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-10-31T13:25:06.591Z] #123 ... [2025-10-31T13:25:06.591Z] [2025-10-31T13:25:06.591Z] #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-10-31T13:25:06.591Z] #192 DONE 0.3s [2025-10-31T13:25:06.591Z] [2025-10-31T13:25:06.591Z] #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-10-31T13:25:06.591Z] #193 DONE 0.2s [2025-10-31T13:25:06.591Z] [2025-10-31T13:25:06.591Z] #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-10-31T13:25:06.591Z] #145 ... [2025-10-31T13:25:06.591Z] [2025-10-31T13:25:06.591Z] #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2025-10-31T13:25:06.591Z] #194 DONE 0.7s [2025-10-31T13:25:06.591Z] [2025-10-31T13:25:06.591Z] #195 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2025-10-31T13:25:06.591Z] #195 DONE 0.1s [2025-10-31T13:25:06.591Z] [2025-10-31T13:25:06.591Z] #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-10-31T13:25:06.591Z] #145 ... [2025-10-31T13:25:06.591Z] [2025-10-31T13:25:06.591Z] #108 [security-spiffe-token-provider] exporting to image [2025-10-31T13:25:06.591Z] #108 exporting layers [2025-10-31T13:25:06.591Z] #108 exporting layers 0.6s done [2025-10-31T13:25:06.591Z] #108 writing image sha256:d62a7f1d1acd254d08f9dcc9cc16a1e87acc5f6837adc2fc04a33659f7f15102 done [2025-10-31T13:25:06.591Z] #108 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2025-10-31T13:25:06.591Z] #108 DONE 13.7s [2025-10-31T13:25:06.591Z] [2025-10-31T13:25:06.591Z] #123 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-10-31T13:25:45.461Z] #123 ... [2025-10-31T13:25:45.461Z] [2025-10-31T13:25:45.461Z] #148 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-10-31T13:25:45.461Z] #148 DONE 2471.0s [2025-10-31T13:25:45.461Z] [2025-10-31T13:25:45.461Z] #123 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-10-31T13:25:45.461Z] #123 ... [2025-10-31T13:25:45.461Z] [2025-10-31T13:25:45.461Z] #196 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2025-10-31T13:25:45.461Z] #196 DONE 0.2s [2025-10-31T13:25:45.461Z] [2025-10-31T13:25:45.461Z] #41 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-10-31T13:25:45.461Z] #41 ... [2025-10-31T13:25:45.461Z] [2025-10-31T13:25:45.461Z] #197 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-10-31T13:25:45.461Z] #197 DONE 0.8s [2025-10-31T13:25:45.461Z] [2025-10-31T13:25:45.461Z] #198 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2025-10-31T13:25:45.461Z] #198 DONE 0.2s [2025-10-31T13:25:45.461Z] [2025-10-31T13:25:45.461Z] #108 [core-keeper] exporting to image [2025-10-31T13:25:45.461Z] #108 exporting layers [2025-10-31T13:25:45.461Z] #108 exporting layers 0.7s done [2025-10-31T13:25:45.461Z] #108 writing image sha256:4a418cca8c92ae026b1d7c9a41b65f1609844e0c2dad4b4b21ea644939130691 done [2025-10-31T13:25:45.461Z] #108 naming to docker.io/library/core-keeper-arm64 0.0s done [2025-10-31T13:25:45.461Z] #108 DONE 14.5s [2025-10-31T13:25:45.461Z] [2025-10-31T13:25:45.461Z] #123 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-10-31T13:25:46.877Z] #123 ... [2025-10-31T13:25:46.877Z] [2025-10-31T13:25:46.877Z] #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-10-31T13:25:46.877Z] #150 DONE 2474.8s [2025-10-31T13:25:46.877Z] [2025-10-31T13:25:46.877Z] #35 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-10-31T13:25:47.472Z] #35 ... [2025-10-31T13:25:47.472Z] [2025-10-31T13:25:47.472Z] #199 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-10-31T13:25:47.739Z] #199 DONE 0.1s [2025-10-31T13:25:47.739Z] [2025-10-31T13:25:47.739Z] #123 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-10-31T13:25:47.739Z] #123 ... [2025-10-31T13:25:47.739Z] [2025-10-31T13:25:47.739Z] #200 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-10-31T13:25:47.739Z] #200 DONE 0.1s [2025-10-31T13:25:48.007Z] [2025-10-31T13:25:48.007Z] #201 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2025-10-31T13:25:48.280Z] #201 DONE 0.6s [2025-10-31T13:25:48.280Z] [2025-10-31T13:25:48.280Z] #41 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-10-31T13:25:48.551Z] #41 ... [2025-10-31T13:25:48.551Z] [2025-10-31T13:25:48.551Z] #202 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2025-10-31T13:25:48.551Z] #202 DONE 0.2s [2025-10-31T13:25:48.551Z] [2025-10-31T13:25:48.551Z] #203 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2025-10-31T13:25:48.820Z] #203 DONE 0.2s [2025-10-31T13:25:48.820Z] [2025-10-31T13:25:48.820Z] #204 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-10-31T13:25:50.775Z] #204 DONE 1.7s [2025-10-31T13:25:50.775Z] [2025-10-31T13:25:50.775Z] #108 [security-proxy-auth] exporting to image [2025-10-31T13:25:50.775Z] #108 exporting layers [2025-10-31T13:25:51.736Z] #108 ... [2025-10-31T13:25:51.736Z] [2025-10-31T13:25:51.736Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-10-31T13:25:51.736Z] #153 DONE 2479.7s [2025-10-31T13:25:51.736Z] [2025-10-31T13:25:51.736Z] #108 [security-proxy-auth] exporting to image [2025-10-31T13:25:51.736Z] #108 exporting layers 1.2s done [2025-10-31T13:25:51.737Z] #108 writing image sha256:dbf81f8efecfc582cd15c8cd2ffb1e06953e558baeae6665d355c3383f07e3c7 [2025-10-31T13:25:51.737Z] #108 writing image sha256:dbf81f8efecfc582cd15c8cd2ffb1e06953e558baeae6665d355c3383f07e3c7 0.0s done [2025-10-31T13:25:51.737Z] #108 naming to docker.io/library/security-proxy-auth-arm64 0.0s done [2025-10-31T13:25:51.737Z] #108 DONE 15.7s [2025-10-31T13:25:51.737Z] [2025-10-31T13:25:51.737Z] #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-10-31T13:25:52.023Z] #145 ... [2025-10-31T13:25:52.023Z] [2025-10-31T13:25:52.023Z] #205 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-10-31T13:25:52.294Z] #205 DONE 0.3s [2025-10-31T13:25:52.294Z] [2025-10-31T13:25:52.294Z] #206 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-10-31T13:25:52.571Z] #206 DONE 0.3s [2025-10-31T13:25:52.571Z] [2025-10-31T13:25:52.571Z] #207 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2025-10-31T13:25:53.162Z] #207 DONE 0.5s [2025-10-31T13:25:53.162Z] [2025-10-31T13:25:53.162Z] #123 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-10-31T13:25:53.162Z] #123 ... [2025-10-31T13:25:53.162Z] [2025-10-31T13:25:53.162Z] #208 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2025-10-31T13:25:53.162Z] #208 DONE 0.1s [2025-10-31T13:25:53.430Z] [2025-10-31T13:25:53.430Z] #108 [core-data] exporting to image [2025-10-31T13:25:54.015Z] #108 exporting layers 0.6s done [2025-10-31T13:25:54.015Z] #108 writing image sha256:83f3ed62981e5aa5966da0f09f2993220aa79f7ed5f817e9db6e384c60cab805 done [2025-10-31T13:25:54.015Z] #108 naming to docker.io/library/core-data-arm64 done [2025-10-31T13:25:54.015Z] #108 DONE 16.4s [2025-10-31T13:25:54.015Z] [2025-10-31T13:25:54.015Z] #123 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-10-31T13:25:54.600Z] #123 DONE 2482.5s [2025-10-31T13:25:54.600Z] [2025-10-31T13:25:54.600Z] #152 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-10-31T13:25:54.879Z] #152 ... [2025-10-31T13:25:54.879Z] [2025-10-31T13:25:54.879Z] #209 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-10-31T13:25:54.879Z] #209 DONE 0.1s [2025-10-31T13:25:54.879Z] [2025-10-31T13:25:54.879Z] #210 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-10-31T13:25:55.146Z] #210 DONE 0.2s [2025-10-31T13:25:55.146Z] [2025-10-31T13:25:55.146Z] #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-10-31T13:25:55.146Z] #145 ... [2025-10-31T13:25:55.146Z] [2025-10-31T13:25:55.146Z] #211 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-10-31T13:25:55.728Z] #211 DONE 0.5s [2025-10-31T13:25:55.728Z] [2025-10-31T13:25:55.728Z] #212 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2025-10-31T13:25:55.994Z] #212 DONE 0.2s [2025-10-31T13:25:55.994Z] [2025-10-31T13:25:55.994Z] #213 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2025-10-31T13:25:55.994Z] #213 DONE 0.1s [2025-10-31T13:25:55.994Z] [2025-10-31T13:25:55.994Z] #108 [core-metadata] exporting to image [2025-10-31T13:25:56.587Z] #108 exporting layers 0.5s done [2025-10-31T13:25:56.587Z] #108 writing image sha256:bc4067a1d5502dc0a244113d6c5507d5c0f96b6cdaa63b3824e86c23f399e9b3 done [2025-10-31T13:25:56.587Z] #108 naming to docker.io/library/core-metadata-arm64 done [2025-10-31T13:25:56.587Z] #108 DONE 16.9s [2025-10-31T13:25:56.587Z] [2025-10-31T13:25:56.587Z] #41 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-10-31T13:26:28.829Z] #41 ... [2025-10-31T13:26:28.829Z] [2025-10-31T13:26:28.829Z] #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-10-31T13:26:28.829Z] #145 DONE 2511.8s [2025-10-31T13:26:28.829Z] [2025-10-31T13:26:28.829Z] #152 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-10-31T13:26:28.829Z] #152 ... [2025-10-31T13:26:28.829Z] [2025-10-31T13:26:28.829Z] #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-10-31T13:26:28.829Z] #214 DONE 0.1s [2025-10-31T13:26:28.829Z] [2025-10-31T13:26:28.829Z] #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-10-31T13:26:28.829Z] #215 DONE 0.1s [2025-10-31T13:26:28.829Z] [2025-10-31T13:26:28.829Z] #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2025-10-31T13:26:28.829Z] #216 DONE 0.5s [2025-10-31T13:26:28.829Z] [2025-10-31T13:26:28.829Z] #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2025-10-31T13:26:28.829Z] #217 DONE 0.1s [2025-10-31T13:26:28.829Z] [2025-10-31T13:26:28.829Z] #108 [support-scheduler] exporting to image [2025-10-31T13:26:28.829Z] #108 exporting layers [2025-10-31T13:26:28.829Z] #108 exporting layers 1.1s done [2025-10-31T13:26:28.829Z] #108 writing image sha256:d1264d7de2fbbc7d4f0ad70f078238179055f3c6718272594c43bd1e0be7f4e2 done [2025-10-31T13:26:28.829Z] #108 naming to docker.io/library/support-scheduler-arm64 done [2025-10-31T13:26:28.829Z] #108 DONE 18.0s [2025-10-31T13:26:28.829Z] [2025-10-31T13:26:28.829Z] #41 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-10-31T13:26:30.238Z] #41 ... [2025-10-31T13:26:30.238Z] [2025-10-31T13:26:30.238Z] #152 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-10-31T13:26:30.238Z] #152 DONE 2518.1s [2025-10-31T13:26:30.238Z] [2025-10-31T13:26:30.238Z] #41 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-10-31T13:26:30.503Z] #41 ... [2025-10-31T13:26:30.504Z] [2025-10-31T13:26:30.504Z] #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-10-31T13:26:30.504Z] #218 DONE 0.1s [2025-10-31T13:26:30.504Z] [2025-10-31T13:26:30.504Z] #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-10-31T13:26:30.504Z] #219 DONE 0.1s [2025-10-31T13:26:30.504Z] [2025-10-31T13:26:30.504Z] #41 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-10-31T13:26:30.769Z] #41 ... [2025-10-31T13:26:30.769Z] [2025-10-31T13:26:30.769Z] #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2025-10-31T13:26:31.035Z] #220 DONE 0.3s [2025-10-31T13:26:31.035Z] [2025-10-31T13:26:31.035Z] #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2025-10-31T13:26:31.300Z] #221 DONE 0.1s [2025-10-31T13:26:31.300Z] [2025-10-31T13:26:31.300Z] #108 [support-notifications] exporting to image [2025-10-31T13:26:31.300Z] #108 exporting layers [2025-10-31T13:26:31.569Z] #108 exporting layers 0.6s done [2025-10-31T13:26:31.569Z] #108 writing image sha256:cb3b83047fcef5f45caaaeb36b893b03363dc4cc8a7eebe3a40d2ef455cacc8e done [2025-10-31T13:26:31.569Z] #108 naming to docker.io/library/support-notifications-arm64 done [2025-10-31T13:26:31.569Z] #108 DONE 18.6s [2025-10-31T13:26:31.569Z] [2025-10-31T13:26:31.569Z] #41 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-10-31T13:26:31.569Z] time="2025-10-31T12:41:29Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-10-31T13:26:31.569Z] time="2025-10-31T12:41:29Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-10-31T13:26:31.569Z] time="2025-10-31T12:41:29Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-10-31T13:26:31.569Z] time="2025-10-31T12:41:29Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-10-31T13:26:31.569Z] time="2025-10-31T12:41:29Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-10-31T13:26:31.569Z] time="2025-10-31T12:41:29Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-10-31T13:26:31.569Z] time="2025-10-31T12:41:29Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-10-31T13:26:31.569Z] time="2025-10-31T12:41:29Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-10-31T13:26:31.569Z] time="2025-10-31T12:41:29Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-10-31T13:26:31.569Z] time="2025-10-31T12:41:29Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-10-31T13:26:31.569Z] time="2025-10-31T12:41:29Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-10-31T13:26:31.569Z] time="2025-10-31T12:41:29Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-10-31T13:26:31.569Z] time="2025-10-31T12:41:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-10-31T13:26:31.569Z] time="2025-10-31T12:41:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-10-31T13:26:31.569Z] time="2025-10-31T12:41:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2025-10-31T13:26:31.854Z] $ docker stop --time=1 ccac3607a34d3af7052258005facde1975c80564c20587feb82b98aed074de68 [2025-10-31T13:26:33.470Z] $ docker rm -f --volumes ccac3607a34d3af7052258005facde1975c80564c20587feb82b98aed074de68 [Pipeline] // withDockerContainer [Pipeline] sh [2025-10-31T13:26:33.940Z] + docker images [2025-10-31T13:26:33.940Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2025-10-31T13:26:33.940Z] support-notifications-arm64 latest cb3b83047fce 3 seconds ago 53.4MB [2025-10-31T13:26:33.940Z] support-scheduler-arm64 latest d1264d7de2fb 9 seconds ago 49.5MB [2025-10-31T13:26:33.940Z] core-metadata-arm64 latest bc4067a1d550 38 seconds ago 45.7MB [2025-10-31T13:26:33.940Z] core-data-arm64 latest 83f3ed62981e 40 seconds ago 45.6MB [2025-10-31T13:26:33.940Z] security-proxy-auth-arm64 latest dbf81f8efecf 43 seconds ago 44.8MB [2025-10-31T13:26:33.940Z] core-keeper-arm64 latest 4a418cca8c92 49 seconds ago 45.4MB [2025-10-31T13:26:33.940Z] security-spiffe-token-provider-arm64 latest d62a7f1d1acd About a minute ago 49.2MB [2025-10-31T13:26:33.940Z] security-secretstore-setup-arm64 latest 2889c1454ae5 2 minutes ago 81.7MB [2025-10-31T13:26:33.940Z] security-proxy-setup-arm64 latest 751068aa41b2 2 minutes ago 51.1MB [2025-10-31T13:26:33.940Z] core-command-arm64 latest e177b6cb01b7 3 minutes ago 40.2MB [2025-10-31T13:26:33.940Z] security-bootstrapper-arm64 latest 78587a4e7f72 19 minutes ago 21.2MB [2025-10-31T13:26:33.940Z] core-common-config-bootstrapper-arm64 latest be756ed4628a 19 minutes ago 20.1MB [2025-10-31T13:26:33.940Z] security-spire-config-arm64 latest 75c28083742b 43 minutes ago 143MB [2025-10-31T13:26:33.940Z] security-spire-agent-arm64 latest f6dbe15307c1 43 minutes ago 187MB [2025-10-31T13:26:33.940Z] security-spire-server-arm64 latest 2b26249a8cfa 43 minutes ago 143MB [2025-10-31T13:26:33.940Z] ci-base-image-arm64 latest c7a698245d4e 45 minutes ago 927MB [2025-10-31T13:26:33.940Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.25-alpine 334268110677 2 weeks ago 564MB [2025-10-31T13:26:33.940Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 2 years ago 332MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-10-31T13:26:34.103Z] provisioning config files... [2025-10-31T13:26:34.116Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/921@tmp/config14048437983413726694tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-10-31T13:26:34.456Z] ---> ****-login.sh [2025-10-31T13:26:34.456Z] nexus3.edgexfoundry.org:10001 [2025-10-31T13:26:34.456Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-31T13:26:34.720Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-10-31T13:26:34.720Z] Configure a credential helper to remove this warning. See [2025-10-31T13:26:34.720Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-10-31T13:26:34.720Z] [2025-10-31T13:26:34.720Z] Login Succeeded [2025-10-31T13:26:34.720Z] nexus3.edgexfoundry.org:10002 [2025-10-31T13:26:34.983Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-31T13:26:34.983Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-10-31T13:26:34.983Z] Configure a credential helper to remove this warning. See [2025-10-31T13:26:34.983Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-10-31T13:26:34.983Z] [2025-10-31T13:26:34.983Z] Login Succeeded [2025-10-31T13:26:34.983Z] nexus3.edgexfoundry.org:10003 [2025-10-31T13:26:35.246Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-31T13:26:35.511Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-10-31T13:26:35.511Z] Configure a credential helper to remove this warning. See [2025-10-31T13:26:35.511Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-10-31T13:26:35.511Z] [2025-10-31T13:26:35.511Z] Login Succeeded [2025-10-31T13:26:35.511Z] nexus3.edgexfoundry.org:10004 [2025-10-31T13:26:35.511Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-31T13:26:35.776Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-10-31T13:26:35.776Z] Configure a credential helper to remove this warning. See [2025-10-31T13:26:35.776Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-10-31T13:26:35.776Z] [2025-10-31T13:26:35.776Z] Login Succeeded [2025-10-31T13:26:35.776Z] ****.io [2025-10-31T13:26:36.038Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-31T13:26:36.301Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-10-31T13:26:36.301Z] Configure a credential helper to remove this warning. See [2025-10-31T13:26:36.301Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-10-31T13:26:36.301Z] [2025-10-31T13:26:36.301Z] Login Succeeded [2025-10-31T13:26:36.301Z] ---> ****-login.sh ends [Pipeline] } [2025-10-31T13:26:36.310Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-10-31T13:26:36.355Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-10-31T13:26:36.401Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2025-10-31T13:26:36.401Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T13:26:36.401Z] latest [2025-10-31T13:26:36.401Z] 4.1.0-dev.73 [2025-10-31T13:26:36.401Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T13:26:36.401Z] main [2025-10-31T13:26:36.401Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:26:36.781Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:26:37.133Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T13:26:37.134Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-10-31T13:26:37.134Z] 0d9ac5807db9: Preparing [2025-10-31T13:26:37.134Z] 4f210d23e685: Preparing [2025-10-31T13:26:37.134Z] 0b7c914b33f8: Preparing [2025-10-31T13:26:37.134Z] 9570127fd69c: Preparing [2025-10-31T13:26:37.134Z] 71c0f4334b54: Preparing [2025-10-31T13:26:37.134Z] 03c9da21a72b: Preparing [2025-10-31T13:26:37.134Z] 0e64f2360a44: Preparing [2025-10-31T13:26:37.134Z] 03c9da21a72b: Waiting [2025-10-31T13:26:37.399Z] 9570127fd69c: Pushed [2025-10-31T13:26:37.399Z] 71c0f4334b54: Pushed [2025-10-31T13:26:37.399Z] 0d9ac5807db9: Pushed [2025-10-31T13:26:37.399Z] 0b7c914b33f8: Pushed [2025-10-31T13:26:37.399Z] 0e64f2360a44: Layer already exists [2025-10-31T13:26:37.399Z] 03c9da21a72b: Pushed [2025-10-31T13:26:44.015Z] 4f210d23e685: Pushed [2025-10-31T13:26:44.015Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b: digest: sha256:a1f926fcafb53366cc8e3572a1bfb12d9ff8515fa6c8d23daf69a5977f4bb08b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:26:44.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-10-31T13:26:44.769Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2025-10-31T13:26:44.769Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-10-31T13:26:44.769Z] 0d9ac5807db9: Preparing [2025-10-31T13:26:44.769Z] 4f210d23e685: Preparing [2025-10-31T13:26:44.769Z] 0b7c914b33f8: Preparing [2025-10-31T13:26:44.769Z] 9570127fd69c: Preparing [2025-10-31T13:26:44.769Z] 71c0f4334b54: Preparing [2025-10-31T13:26:44.769Z] 03c9da21a72b: Preparing [2025-10-31T13:26:44.769Z] 0e64f2360a44: Preparing [2025-10-31T13:26:44.769Z] 03c9da21a72b: Waiting [2025-10-31T13:26:44.769Z] 0e64f2360a44: Waiting [2025-10-31T13:26:44.769Z] 4f210d23e685: Layer already exists [2025-10-31T13:26:44.769Z] 71c0f4334b54: Layer already exists [2025-10-31T13:26:44.769Z] 9570127fd69c: Layer already exists [2025-10-31T13:26:44.769Z] 0b7c914b33f8: Layer already exists [2025-10-31T13:26:44.769Z] 0d9ac5807db9: Layer already exists [2025-10-31T13:26:44.769Z] 03c9da21a72b: Layer already exists [2025-10-31T13:26:44.769Z] 0e64f2360a44: Layer already exists [2025-10-31T13:26:45.032Z] latest: digest: sha256:a1f926fcafb53366cc8e3572a1bfb12d9ff8515fa6c8d23daf69a5977f4bb08b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:26:45.398Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:26:45.747Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.73 [2025-10-31T13:26:45.747Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-10-31T13:26:45.747Z] 0d9ac5807db9: Preparing [2025-10-31T13:26:45.747Z] 4f210d23e685: Preparing [2025-10-31T13:26:45.747Z] 0b7c914b33f8: Preparing [2025-10-31T13:26:45.747Z] 9570127fd69c: Preparing [2025-10-31T13:26:45.747Z] 71c0f4334b54: Preparing [2025-10-31T13:26:45.747Z] 03c9da21a72b: Preparing [2025-10-31T13:26:45.747Z] 0e64f2360a44: Preparing [2025-10-31T13:26:45.747Z] 0e64f2360a44: Waiting [2025-10-31T13:26:45.747Z] 03c9da21a72b: Waiting [2025-10-31T13:26:45.747Z] 71c0f4334b54: Layer already exists [2025-10-31T13:26:45.747Z] 4f210d23e685: Layer already exists [2025-10-31T13:26:45.747Z] 0d9ac5807db9: Layer already exists [2025-10-31T13:26:45.747Z] 0b7c914b33f8: Layer already exists [2025-10-31T13:26:45.747Z] 9570127fd69c: Layer already exists [2025-10-31T13:26:45.747Z] 0e64f2360a44: Layer already exists [2025-10-31T13:26:45.747Z] 03c9da21a72b: Layer already exists [2025-10-31T13:26:46.010Z] 4.1.0-dev.73: digest: sha256:a1f926fcafb53366cc8e3572a1bfb12d9ff8515fa6c8d23daf69a5977f4bb08b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:26:46.363Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:26:46.782Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T13:26:46.782Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-10-31T13:26:46.782Z] 0d9ac5807db9: Preparing [2025-10-31T13:26:46.782Z] 4f210d23e685: Preparing [2025-10-31T13:26:46.782Z] 0b7c914b33f8: Preparing [2025-10-31T13:26:46.782Z] 9570127fd69c: Preparing [2025-10-31T13:26:46.782Z] 71c0f4334b54: Preparing [2025-10-31T13:26:46.782Z] 03c9da21a72b: Preparing [2025-10-31T13:26:46.782Z] 0e64f2360a44: Preparing [2025-10-31T13:26:46.782Z] 03c9da21a72b: Waiting [2025-10-31T13:26:46.782Z] 0e64f2360a44: Waiting [2025-10-31T13:26:46.782Z] 0d9ac5807db9: Layer already exists [2025-10-31T13:26:46.782Z] 4f210d23e685: Layer already exists [2025-10-31T13:26:46.782Z] 71c0f4334b54: Layer already exists [2025-10-31T13:26:46.782Z] 9570127fd69c: Layer already exists [2025-10-31T13:26:46.782Z] 0b7c914b33f8: Layer already exists [2025-10-31T13:26:46.782Z] 0e64f2360a44: Layer already exists [2025-10-31T13:26:46.782Z] 03c9da21a72b: Layer already exists [2025-10-31T13:26:47.051Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73: digest: sha256:a1f926fcafb53366cc8e3572a1bfb12d9ff8515fa6c8d23daf69a5977f4bb08b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:26:47.416Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:26:47.797Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2025-10-31T13:26:47.797Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-10-31T13:26:47.797Z] 0d9ac5807db9: Preparing [2025-10-31T13:26:47.797Z] 4f210d23e685: Preparing [2025-10-31T13:26:47.797Z] 0b7c914b33f8: Preparing [2025-10-31T13:26:47.797Z] 9570127fd69c: Preparing [2025-10-31T13:26:47.797Z] 71c0f4334b54: Preparing [2025-10-31T13:26:47.797Z] 03c9da21a72b: Preparing [2025-10-31T13:26:47.797Z] 0e64f2360a44: Preparing [2025-10-31T13:26:47.797Z] 03c9da21a72b: Waiting [2025-10-31T13:26:47.797Z] 0e64f2360a44: Waiting [2025-10-31T13:26:47.797Z] 4f210d23e685: Layer already exists [2025-10-31T13:26:47.797Z] 71c0f4334b54: Layer already exists [2025-10-31T13:26:47.797Z] 0d9ac5807db9: Layer already exists [2025-10-31T13:26:47.797Z] 9570127fd69c: Layer already exists [2025-10-31T13:26:47.797Z] 0b7c914b33f8: Layer already exists [2025-10-31T13:26:47.797Z] 0e64f2360a44: Layer already exists [2025-10-31T13:26:47.797Z] 03c9da21a72b: Layer already exists [2025-10-31T13:26:48.063Z] main: digest: sha256:a1f926fcafb53366cc8e3572a1bfb12d9ff8515fa6c8d23daf69a5977f4bb08b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-10-31T13:26:48.161Z] ===================================================== [Pipeline] echo [2025-10-31T13:26:48.174Z] taggedImages: [2025-10-31T13:26:48.174Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T13:26:48.174Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2025-10-31T13:26:48.174Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.73 [2025-10-31T13:26:48.174Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T13:26:48.174Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2025-10-31T13:26:48.202Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2025-10-31T13:26:48.202Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T13:26:48.202Z] latest [2025-10-31T13:26:48.202Z] 4.1.0-dev.73 [2025-10-31T13:26:48.202Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T13:26:48.202Z] main [2025-10-31T13:26:48.202Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:26:48.584Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:26:48.944Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T13:26:48.944Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-10-31T13:26:48.944Z] ebc8eebc2f25: Preparing [2025-10-31T13:26:48.944Z] db202c2cf645: Preparing [2025-10-31T13:26:48.944Z] a1920a51572d: Preparing [2025-10-31T13:26:48.944Z] 5e5259072307: Preparing [2025-10-31T13:26:48.944Z] 0b7c914b33f8: Preparing [2025-10-31T13:26:48.944Z] 9570127fd69c: Preparing [2025-10-31T13:26:48.944Z] 71c0f4334b54: Preparing [2025-10-31T13:26:48.944Z] 03c9da21a72b: Preparing [2025-10-31T13:26:48.944Z] 0e64f2360a44: Preparing [2025-10-31T13:26:48.944Z] 9570127fd69c: Waiting [2025-10-31T13:26:48.944Z] 71c0f4334b54: Waiting [2025-10-31T13:26:48.944Z] 03c9da21a72b: Waiting [2025-10-31T13:26:48.944Z] 0e64f2360a44: Waiting [2025-10-31T13:26:48.944Z] 0b7c914b33f8: Layer already exists [2025-10-31T13:26:48.944Z] 9570127fd69c: Layer already exists [2025-10-31T13:26:49.208Z] 71c0f4334b54: Layer already exists [2025-10-31T13:26:49.208Z] db202c2cf645: Pushed [2025-10-31T13:26:49.208Z] a1920a51572d: Pushed [2025-10-31T13:26:49.208Z] 03c9da21a72b: Layer already exists [2025-10-31T13:26:49.208Z] 0e64f2360a44: Layer already exists [2025-10-31T13:26:49.208Z] ebc8eebc2f25: Pushed [2025-10-31T13:26:51.839Z] 5e5259072307: Pushed [2025-10-31T13:26:51.839Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b: digest: sha256:eeb481e36f378a24d1a4592dc41226037e231354861d8cfe54d2208ab0021298 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:26:52.207Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:26:52.820Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2025-10-31T13:26:52.820Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-10-31T13:26:52.820Z] ebc8eebc2f25: Preparing [2025-10-31T13:26:52.820Z] db202c2cf645: Preparing [2025-10-31T13:26:52.820Z] a1920a51572d: Preparing [2025-10-31T13:26:52.820Z] 5e5259072307: Preparing [2025-10-31T13:26:52.820Z] 0b7c914b33f8: Preparing [2025-10-31T13:26:52.820Z] 9570127fd69c: Preparing [2025-10-31T13:26:52.820Z] 71c0f4334b54: Preparing [2025-10-31T13:26:52.820Z] 03c9da21a72b: Preparing [2025-10-31T13:26:52.820Z] 0e64f2360a44: Preparing [2025-10-31T13:26:52.820Z] 9570127fd69c: Waiting [2025-10-31T13:26:52.820Z] 71c0f4334b54: Waiting [2025-10-31T13:26:52.820Z] 03c9da21a72b: Waiting [2025-10-31T13:26:52.820Z] 0e64f2360a44: Waiting [2025-10-31T13:26:52.820Z] db202c2cf645: Layer already exists [2025-10-31T13:26:52.820Z] 0b7c914b33f8: Layer already exists [2025-10-31T13:26:52.820Z] 5e5259072307: Layer already exists [2025-10-31T13:26:52.820Z] a1920a51572d: Layer already exists [2025-10-31T13:26:52.820Z] ebc8eebc2f25: Layer already exists [2025-10-31T13:26:52.820Z] 9570127fd69c: Layer already exists [2025-10-31T13:26:52.820Z] 03c9da21a72b: Layer already exists [2025-10-31T13:26:52.820Z] 0e64f2360a44: Layer already exists [2025-10-31T13:26:52.820Z] 71c0f4334b54: Layer already exists [2025-10-31T13:26:53.084Z] latest: digest: sha256:eeb481e36f378a24d1a4592dc41226037e231354861d8cfe54d2208ab0021298 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:26:53.434Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:26:53.789Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.73 [2025-10-31T13:26:53.789Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-10-31T13:26:53.789Z] ebc8eebc2f25: Preparing [2025-10-31T13:26:53.789Z] db202c2cf645: Preparing [2025-10-31T13:26:53.789Z] a1920a51572d: Preparing [2025-10-31T13:26:53.789Z] 5e5259072307: Preparing [2025-10-31T13:26:53.789Z] 0b7c914b33f8: Preparing [2025-10-31T13:26:53.789Z] 9570127fd69c: Preparing [2025-10-31T13:26:53.789Z] 71c0f4334b54: Preparing [2025-10-31T13:26:53.789Z] 03c9da21a72b: Preparing [2025-10-31T13:26:53.789Z] 0e64f2360a44: Preparing [2025-10-31T13:26:53.789Z] 9570127fd69c: Waiting [2025-10-31T13:26:53.789Z] 71c0f4334b54: Waiting [2025-10-31T13:26:53.789Z] 03c9da21a72b: Waiting [2025-10-31T13:26:53.789Z] 0e64f2360a44: Waiting [2025-10-31T13:26:53.789Z] db202c2cf645: Layer already exists [2025-10-31T13:26:53.789Z] 0b7c914b33f8: Layer already exists [2025-10-31T13:26:53.789Z] ebc8eebc2f25: Layer already exists [2025-10-31T13:26:53.789Z] a1920a51572d: Layer already exists [2025-10-31T13:26:53.789Z] 5e5259072307: Layer already exists [2025-10-31T13:26:53.789Z] 03c9da21a72b: Layer already exists [2025-10-31T13:26:53.789Z] 71c0f4334b54: Layer already exists [2025-10-31T13:26:53.789Z] 9570127fd69c: Layer already exists [2025-10-31T13:26:53.789Z] 0e64f2360a44: Layer already exists [2025-10-31T13:26:53.789Z] 4.1.0-dev.73: digest: sha256:eeb481e36f378a24d1a4592dc41226037e231354861d8cfe54d2208ab0021298 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:26:54.427Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:26:54.770Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T13:26:54.770Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-10-31T13:26:54.770Z] ebc8eebc2f25: Preparing [2025-10-31T13:26:54.770Z] db202c2cf645: Preparing [2025-10-31T13:26:54.770Z] a1920a51572d: Preparing [2025-10-31T13:26:54.770Z] 5e5259072307: Preparing [2025-10-31T13:26:54.770Z] 0b7c914b33f8: Preparing [2025-10-31T13:26:54.770Z] 9570127fd69c: Preparing [2025-10-31T13:26:54.770Z] 71c0f4334b54: Preparing [2025-10-31T13:26:54.770Z] 03c9da21a72b: Preparing [2025-10-31T13:26:54.770Z] 0e64f2360a44: Preparing [2025-10-31T13:26:54.770Z] 71c0f4334b54: Waiting [2025-10-31T13:26:54.770Z] 03c9da21a72b: Waiting [2025-10-31T13:26:54.770Z] 0e64f2360a44: Waiting [2025-10-31T13:26:54.770Z] 9570127fd69c: Waiting [2025-10-31T13:26:54.770Z] db202c2cf645: Layer already exists [2025-10-31T13:26:54.770Z] 0b7c914b33f8: Layer already exists [2025-10-31T13:26:54.770Z] ebc8eebc2f25: Layer already exists [2025-10-31T13:26:54.770Z] a1920a51572d: Layer already exists [2025-10-31T13:26:54.770Z] 5e5259072307: Layer already exists [2025-10-31T13:26:54.770Z] 03c9da21a72b: Layer already exists [2025-10-31T13:26:54.770Z] 9570127fd69c: Layer already exists [2025-10-31T13:26:54.770Z] 0e64f2360a44: Layer already exists [2025-10-31T13:26:54.770Z] 71c0f4334b54: Layer already exists [2025-10-31T13:26:55.034Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73: digest: sha256:eeb481e36f378a24d1a4592dc41226037e231354861d8cfe54d2208ab0021298 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:26:55.390Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:26:55.753Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2025-10-31T13:26:55.753Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-10-31T13:26:55.753Z] ebc8eebc2f25: Preparing [2025-10-31T13:26:55.753Z] db202c2cf645: Preparing [2025-10-31T13:26:55.753Z] a1920a51572d: Preparing [2025-10-31T13:26:55.753Z] 5e5259072307: Preparing [2025-10-31T13:26:55.753Z] 0b7c914b33f8: Preparing [2025-10-31T13:26:55.753Z] 9570127fd69c: Preparing [2025-10-31T13:26:55.753Z] 71c0f4334b54: Preparing [2025-10-31T13:26:55.753Z] 03c9da21a72b: Preparing [2025-10-31T13:26:55.753Z] 0e64f2360a44: Preparing [2025-10-31T13:26:55.753Z] 71c0f4334b54: Waiting [2025-10-31T13:26:55.753Z] 03c9da21a72b: Waiting [2025-10-31T13:26:55.753Z] 0e64f2360a44: Waiting [2025-10-31T13:26:55.753Z] 9570127fd69c: Waiting [2025-10-31T13:26:55.753Z] db202c2cf645: Layer already exists [2025-10-31T13:26:55.753Z] 5e5259072307: Layer already exists [2025-10-31T13:26:55.753Z] 0b7c914b33f8: Layer already exists [2025-10-31T13:26:55.753Z] ebc8eebc2f25: Layer already exists [2025-10-31T13:26:55.753Z] a1920a51572d: Layer already exists [2025-10-31T13:26:55.753Z] 9570127fd69c: Layer already exists [2025-10-31T13:26:55.753Z] 71c0f4334b54: Layer already exists [2025-10-31T13:26:55.753Z] 03c9da21a72b: Layer already exists [2025-10-31T13:26:55.753Z] 0e64f2360a44: Layer already exists [2025-10-31T13:26:56.019Z] main: digest: sha256:eeb481e36f378a24d1a4592dc41226037e231354861d8cfe54d2208ab0021298 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-10-31T13:26:56.105Z] ===================================================== [Pipeline] echo [2025-10-31T13:26:56.121Z] taggedImages: [2025-10-31T13:26:56.121Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T13:26:56.121Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2025-10-31T13:26:56.121Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.73 [2025-10-31T13:26:56.121Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T13:26:56.122Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2025-10-31T13:26:56.150Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2025-10-31T13:26:56.150Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T13:26:56.150Z] latest [2025-10-31T13:26:56.150Z] 4.1.0-dev.73 [2025-10-31T13:26:56.150Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T13:26:56.150Z] main [2025-10-31T13:26:56.150Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:26:56.527Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:26:56.868Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T13:26:56.868Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-10-31T13:26:56.868Z] 36aed3db2ec9: Preparing [2025-10-31T13:26:56.868Z] 15bccc7f5224: Preparing [2025-10-31T13:26:56.868Z] 0b7c914b33f8: Preparing [2025-10-31T13:26:56.868Z] 9570127fd69c: Preparing [2025-10-31T13:26:56.868Z] a4c1465497ce: Preparing [2025-10-31T13:26:56.868Z] 3899e4a8fe54: Preparing [2025-10-31T13:26:56.868Z] 0e64f2360a44: Preparing [2025-10-31T13:26:56.868Z] 3899e4a8fe54: Waiting [2025-10-31T13:26:56.868Z] 0e64f2360a44: Waiting [2025-10-31T13:26:56.868Z] 9570127fd69c: Layer already exists [2025-10-31T13:26:57.131Z] 0b7c914b33f8: Layer already exists [2025-10-31T13:26:57.131Z] 0e64f2360a44: Layer already exists [2025-10-31T13:26:57.131Z] a4c1465497ce: Pushed [2025-10-31T13:26:57.131Z] 36aed3db2ec9: Pushed [2025-10-31T13:26:57.131Z] 3899e4a8fe54: Pushed [2025-10-31T13:27:05.307Z] 15bccc7f5224: Pushed [2025-10-31T13:27:05.307Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b: digest: sha256:d5a8dcbfbdf1481c26d7e4b69d8a3310d035f3d87fd5f680be98229e6aa25d15 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:27:05.687Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:27:06.028Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2025-10-31T13:27:06.029Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-10-31T13:27:06.029Z] 36aed3db2ec9: Preparing [2025-10-31T13:27:06.029Z] 15bccc7f5224: Preparing [2025-10-31T13:27:06.029Z] 0b7c914b33f8: Preparing [2025-10-31T13:27:06.029Z] 9570127fd69c: Preparing [2025-10-31T13:27:06.029Z] a4c1465497ce: Preparing [2025-10-31T13:27:06.029Z] 3899e4a8fe54: Preparing [2025-10-31T13:27:06.029Z] 0e64f2360a44: Preparing [2025-10-31T13:27:06.029Z] 3899e4a8fe54: Waiting [2025-10-31T13:27:06.029Z] 0e64f2360a44: Waiting [2025-10-31T13:27:06.029Z] 0b7c914b33f8: Layer already exists [2025-10-31T13:27:06.029Z] a4c1465497ce: Layer already exists [2025-10-31T13:27:06.029Z] 36aed3db2ec9: Layer already exists [2025-10-31T13:27:06.029Z] 15bccc7f5224: Layer already exists [2025-10-31T13:27:06.029Z] 9570127fd69c: Layer already exists [2025-10-31T13:27:06.029Z] 0e64f2360a44: Layer already exists [2025-10-31T13:27:06.029Z] 3899e4a8fe54: Layer already exists [2025-10-31T13:27:06.292Z] latest: digest: sha256:d5a8dcbfbdf1481c26d7e4b69d8a3310d035f3d87fd5f680be98229e6aa25d15 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:27:06.645Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:27:06.998Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.73 [2025-10-31T13:27:06.998Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-10-31T13:27:06.998Z] 36aed3db2ec9: Preparing [2025-10-31T13:27:06.998Z] 15bccc7f5224: Preparing [2025-10-31T13:27:06.998Z] 0b7c914b33f8: Preparing [2025-10-31T13:27:06.998Z] 9570127fd69c: Preparing [2025-10-31T13:27:06.998Z] a4c1465497ce: Preparing [2025-10-31T13:27:06.998Z] 3899e4a8fe54: Preparing [2025-10-31T13:27:06.998Z] 0e64f2360a44: Preparing [2025-10-31T13:27:06.998Z] 3899e4a8fe54: Waiting [2025-10-31T13:27:06.998Z] 0e64f2360a44: Waiting [2025-10-31T13:27:06.998Z] 9570127fd69c: Layer already exists [2025-10-31T13:27:06.998Z] a4c1465497ce: Layer already exists [2025-10-31T13:27:06.998Z] 15bccc7f5224: Layer already exists [2025-10-31T13:27:06.998Z] 0b7c914b33f8: Layer already exists [2025-10-31T13:27:06.998Z] 36aed3db2ec9: Layer already exists [2025-10-31T13:27:06.998Z] 3899e4a8fe54: Layer already exists [2025-10-31T13:27:06.998Z] 0e64f2360a44: Layer already exists [2025-10-31T13:27:07.261Z] 4.1.0-dev.73: digest: sha256:d5a8dcbfbdf1481c26d7e4b69d8a3310d035f3d87fd5f680be98229e6aa25d15 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:27:07.617Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:27:07.973Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T13:27:07.973Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-10-31T13:27:07.973Z] 36aed3db2ec9: Preparing [2025-10-31T13:27:07.973Z] 15bccc7f5224: Preparing [2025-10-31T13:27:07.973Z] 0b7c914b33f8: Preparing [2025-10-31T13:27:07.974Z] 9570127fd69c: Preparing [2025-10-31T13:27:07.974Z] a4c1465497ce: Preparing [2025-10-31T13:27:07.974Z] 3899e4a8fe54: Preparing [2025-10-31T13:27:07.974Z] 0e64f2360a44: Preparing [2025-10-31T13:27:07.974Z] 3899e4a8fe54: Waiting [2025-10-31T13:27:07.974Z] 0e64f2360a44: Waiting [2025-10-31T13:27:07.974Z] 36aed3db2ec9: Layer already exists [2025-10-31T13:27:07.974Z] a4c1465497ce: Layer already exists [2025-10-31T13:27:07.974Z] 15bccc7f5224: Layer already exists [2025-10-31T13:27:07.974Z] 0b7c914b33f8: Layer already exists [2025-10-31T13:27:07.974Z] 9570127fd69c: Layer already exists [2025-10-31T13:27:07.974Z] 3899e4a8fe54: Layer already exists [2025-10-31T13:27:07.974Z] 0e64f2360a44: Layer already exists [2025-10-31T13:27:08.239Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73: digest: sha256:d5a8dcbfbdf1481c26d7e4b69d8a3310d035f3d87fd5f680be98229e6aa25d15 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:27:08.587Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:27:08.961Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2025-10-31T13:27:08.961Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-10-31T13:27:08.961Z] 36aed3db2ec9: Preparing [2025-10-31T13:27:08.961Z] 15bccc7f5224: Preparing [2025-10-31T13:27:08.961Z] 0b7c914b33f8: Preparing [2025-10-31T13:27:08.961Z] 9570127fd69c: Preparing [2025-10-31T13:27:08.961Z] a4c1465497ce: Preparing [2025-10-31T13:27:08.961Z] 3899e4a8fe54: Preparing [2025-10-31T13:27:08.961Z] 0e64f2360a44: Preparing [2025-10-31T13:27:08.961Z] 3899e4a8fe54: Waiting [2025-10-31T13:27:08.961Z] 0e64f2360a44: Waiting [2025-10-31T13:27:08.961Z] 0b7c914b33f8: Layer already exists [2025-10-31T13:27:08.961Z] a4c1465497ce: Layer already exists [2025-10-31T13:27:08.961Z] 15bccc7f5224: Layer already exists [2025-10-31T13:27:08.961Z] 9570127fd69c: Layer already exists [2025-10-31T13:27:08.961Z] 36aed3db2ec9: Layer already exists [2025-10-31T13:27:08.961Z] 3899e4a8fe54: Layer already exists [2025-10-31T13:27:08.961Z] 0e64f2360a44: Layer already exists [2025-10-31T13:27:08.961Z] main: digest: sha256:d5a8dcbfbdf1481c26d7e4b69d8a3310d035f3d87fd5f680be98229e6aa25d15 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-10-31T13:27:09.045Z] ===================================================== [Pipeline] echo [2025-10-31T13:27:09.058Z] taggedImages: [2025-10-31T13:27:09.058Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T13:27:09.058Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2025-10-31T13:27:09.058Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.73 [2025-10-31T13:27:09.058Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T13:27:09.058Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2025-10-31T13:27:09.087Z] [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: [2025-10-31T13:27:09.087Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T13:27:09.087Z] latest [2025-10-31T13:27:09.087Z] 4.1.0-dev.73 [2025-10-31T13:27:09.087Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T13:27:09.087Z] main [2025-10-31T13:27:09.087Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:27:09.466Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:27:09.814Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T13:27:09.814Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-10-31T13:27:09.814Z] 9abd44e538e8: Preparing [2025-10-31T13:27:09.814Z] 04009d764e77: Preparing [2025-10-31T13:27:09.814Z] 9570127fd69c: Preparing [2025-10-31T13:27:09.814Z] 1baf6bdbc421: Preparing [2025-10-31T13:27:09.814Z] 4a18e0484b69: Preparing [2025-10-31T13:27:09.814Z] 0e64f2360a44: Preparing [2025-10-31T13:27:09.814Z] 0e64f2360a44: Waiting [2025-10-31T13:27:09.814Z] 9570127fd69c: Layer already exists [2025-10-31T13:27:10.079Z] 0e64f2360a44: Layer already exists [2025-10-31T13:27:10.079Z] 4a18e0484b69: Pushed [2025-10-31T13:27:10.079Z] 1baf6bdbc421: Pushed [2025-10-31T13:27:10.079Z] 9abd44e538e8: Pushed [2025-10-31T13:27:18.264Z] 04009d764e77: Pushed [2025-10-31T13:27:18.264Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b: digest: sha256:827dfa0d8e8f7cd6de32b3976f0b1dbd316b9537a26ae3c2532ede64f9093a16 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:27:18.607Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:27:18.950Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2025-10-31T13:27:18.950Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-10-31T13:27:18.950Z] 9abd44e538e8: Preparing [2025-10-31T13:27:18.950Z] 04009d764e77: Preparing [2025-10-31T13:27:18.950Z] 9570127fd69c: Preparing [2025-10-31T13:27:18.950Z] 1baf6bdbc421: Preparing [2025-10-31T13:27:18.950Z] 4a18e0484b69: Preparing [2025-10-31T13:27:18.950Z] 0e64f2360a44: Preparing [2025-10-31T13:27:18.950Z] 0e64f2360a44: Waiting [2025-10-31T13:27:18.950Z] 1baf6bdbc421: Layer already exists [2025-10-31T13:27:18.950Z] 4a18e0484b69: Layer already exists [2025-10-31T13:27:18.950Z] 9abd44e538e8: Layer already exists [2025-10-31T13:27:18.950Z] 9570127fd69c: Layer already exists [2025-10-31T13:27:18.950Z] 04009d764e77: Layer already exists [2025-10-31T13:27:18.950Z] 0e64f2360a44: Layer already exists [2025-10-31T13:27:19.213Z] latest: digest: sha256:827dfa0d8e8f7cd6de32b3976f0b1dbd316b9537a26ae3c2532ede64f9093a16 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:27:19.553Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:27:19.911Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.73 [2025-10-31T13:27:19.911Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-10-31T13:27:19.911Z] 9abd44e538e8: Preparing [2025-10-31T13:27:19.911Z] 04009d764e77: Preparing [2025-10-31T13:27:19.911Z] 9570127fd69c: Preparing [2025-10-31T13:27:19.911Z] 1baf6bdbc421: Preparing [2025-10-31T13:27:19.911Z] 4a18e0484b69: Preparing [2025-10-31T13:27:19.911Z] 0e64f2360a44: Preparing [2025-10-31T13:27:19.911Z] 0e64f2360a44: Waiting [2025-10-31T13:27:19.911Z] 04009d764e77: Layer already exists [2025-10-31T13:27:19.911Z] 1baf6bdbc421: Layer already exists [2025-10-31T13:27:19.911Z] 9570127fd69c: Layer already exists [2025-10-31T13:27:19.911Z] 4a18e0484b69: Layer already exists [2025-10-31T13:27:19.911Z] 9abd44e538e8: Layer already exists [2025-10-31T13:27:19.911Z] 0e64f2360a44: Layer already exists [2025-10-31T13:27:20.176Z] 4.1.0-dev.73: digest: sha256:827dfa0d8e8f7cd6de32b3976f0b1dbd316b9537a26ae3c2532ede64f9093a16 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:27:20.528Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:27:20.877Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T13:27:20.877Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-10-31T13:27:20.877Z] 9abd44e538e8: Preparing [2025-10-31T13:27:20.877Z] 04009d764e77: Preparing [2025-10-31T13:27:20.877Z] 9570127fd69c: Preparing [2025-10-31T13:27:20.877Z] 1baf6bdbc421: Preparing [2025-10-31T13:27:20.877Z] 4a18e0484b69: Preparing [2025-10-31T13:27:20.877Z] 0e64f2360a44: Preparing [2025-10-31T13:27:20.877Z] 0e64f2360a44: Waiting [2025-10-31T13:27:20.877Z] 04009d764e77: Layer already exists [2025-10-31T13:27:20.877Z] 1baf6bdbc421: Layer already exists [2025-10-31T13:27:20.877Z] 4a18e0484b69: Layer already exists [2025-10-31T13:27:20.877Z] 9570127fd69c: Layer already exists [2025-10-31T13:27:20.877Z] 9abd44e538e8: Layer already exists [2025-10-31T13:27:20.877Z] 0e64f2360a44: Layer already exists [2025-10-31T13:27:20.877Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73: digest: sha256:827dfa0d8e8f7cd6de32b3976f0b1dbd316b9537a26ae3c2532ede64f9093a16 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:27:21.488Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:27:21.866Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [2025-10-31T13:27:21.866Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-10-31T13:27:21.866Z] 9abd44e538e8: Preparing [2025-10-31T13:27:21.866Z] 04009d764e77: Preparing [2025-10-31T13:27:21.866Z] 9570127fd69c: Preparing [2025-10-31T13:27:21.866Z] 1baf6bdbc421: Preparing [2025-10-31T13:27:21.866Z] 4a18e0484b69: Preparing [2025-10-31T13:27:21.866Z] 0e64f2360a44: Preparing [2025-10-31T13:27:21.866Z] 0e64f2360a44: Waiting [2025-10-31T13:27:21.866Z] 9abd44e538e8: Layer already exists [2025-10-31T13:27:21.866Z] 04009d764e77: Layer already exists [2025-10-31T13:27:21.866Z] 4a18e0484b69: Layer already exists [2025-10-31T13:27:21.866Z] 9570127fd69c: Layer already exists [2025-10-31T13:27:21.866Z] 1baf6bdbc421: Layer already exists [2025-10-31T13:27:21.866Z] 0e64f2360a44: Layer already exists [2025-10-31T13:27:22.131Z] main: digest: sha256:827dfa0d8e8f7cd6de32b3976f0b1dbd316b9537a26ae3c2532ede64f9093a16 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-10-31T13:27:22.220Z] ===================================================== [Pipeline] echo [2025-10-31T13:27:22.236Z] taggedImages: [2025-10-31T13:27:22.236Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T13:27:22.236Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2025-10-31T13:27:22.236Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.73 [2025-10-31T13:27:22.236Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T13:27:22.236Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2025-10-31T13:27:22.260Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2025-10-31T13:27:22.260Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T13:27:22.260Z] latest [2025-10-31T13:27:22.260Z] 4.1.0-dev.73 [2025-10-31T13:27:22.260Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T13:27:22.260Z] main [2025-10-31T13:27:22.260Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:27:22.640Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:27:23.070Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T13:27:23.070Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-10-31T13:27:23.070Z] e0b43e76e193: Preparing [2025-10-31T13:27:23.070Z] 2ad60f7d9267: Preparing [2025-10-31T13:27:23.070Z] 6d513ab3cabb: Preparing [2025-10-31T13:27:23.070Z] 0b7c914b33f8: Preparing [2025-10-31T13:27:23.070Z] 9570127fd69c: Preparing [2025-10-31T13:27:23.070Z] 71c0f4334b54: Preparing [2025-10-31T13:27:23.070Z] 03c9da21a72b: Preparing [2025-10-31T13:27:23.070Z] 0e64f2360a44: Preparing [2025-10-31T13:27:23.070Z] 71c0f4334b54: Waiting [2025-10-31T13:27:23.070Z] 03c9da21a72b: Waiting [2025-10-31T13:27:23.070Z] 0e64f2360a44: Waiting [2025-10-31T13:27:23.070Z] 0b7c914b33f8: Layer already exists [2025-10-31T13:27:23.070Z] 9570127fd69c: Layer already exists [2025-10-31T13:27:23.336Z] 71c0f4334b54: Layer already exists [2025-10-31T13:27:23.336Z] 03c9da21a72b: Layer already exists [2025-10-31T13:27:23.336Z] 2ad60f7d9267: Pushed [2025-10-31T13:27:23.336Z] 0e64f2360a44: Layer already exists [2025-10-31T13:27:23.336Z] e0b43e76e193: Pushed [2025-10-31T13:27:31.537Z] 6d513ab3cabb: Pushed [2025-10-31T13:27:31.537Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b: digest: sha256:5ab5e2918fe7372467de436c20a03277070773044b277a8a04e110aac5177de0 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:27:31.899Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:27:32.265Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2025-10-31T13:27:32.265Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-10-31T13:27:32.265Z] e0b43e76e193: Preparing [2025-10-31T13:27:32.265Z] 2ad60f7d9267: Preparing [2025-10-31T13:27:32.265Z] 6d513ab3cabb: Preparing [2025-10-31T13:27:32.265Z] 0b7c914b33f8: Preparing [2025-10-31T13:27:32.265Z] 9570127fd69c: Preparing [2025-10-31T13:27:32.265Z] 71c0f4334b54: Preparing [2025-10-31T13:27:32.265Z] 03c9da21a72b: Preparing [2025-10-31T13:27:32.265Z] 0e64f2360a44: Preparing [2025-10-31T13:27:32.265Z] 71c0f4334b54: Waiting [2025-10-31T13:27:32.265Z] 03c9da21a72b: Waiting [2025-10-31T13:27:32.265Z] 0e64f2360a44: Waiting [2025-10-31T13:27:32.265Z] 9570127fd69c: Layer already exists [2025-10-31T13:27:32.265Z] 6d513ab3cabb: Layer already exists [2025-10-31T13:27:32.265Z] 2ad60f7d9267: Layer already exists [2025-10-31T13:27:32.265Z] e0b43e76e193: Layer already exists [2025-10-31T13:27:32.265Z] 0b7c914b33f8: Layer already exists [2025-10-31T13:27:32.265Z] 71c0f4334b54: Layer already exists [2025-10-31T13:27:32.265Z] 03c9da21a72b: Layer already exists [2025-10-31T13:27:32.265Z] 0e64f2360a44: Layer already exists [2025-10-31T13:27:32.265Z] latest: digest: sha256:5ab5e2918fe7372467de436c20a03277070773044b277a8a04e110aac5177de0 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:27:32.886Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:27:33.235Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.73 [2025-10-31T13:27:33.235Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-10-31T13:27:33.235Z] e0b43e76e193: Preparing [2025-10-31T13:27:33.235Z] 2ad60f7d9267: Preparing [2025-10-31T13:27:33.235Z] 6d513ab3cabb: Preparing [2025-10-31T13:27:33.235Z] 0b7c914b33f8: Preparing [2025-10-31T13:27:33.235Z] 9570127fd69c: Preparing [2025-10-31T13:27:33.235Z] 71c0f4334b54: Preparing [2025-10-31T13:27:33.235Z] 03c9da21a72b: Preparing [2025-10-31T13:27:33.235Z] 0e64f2360a44: Preparing [2025-10-31T13:27:33.235Z] 71c0f4334b54: Waiting [2025-10-31T13:27:33.235Z] 0e64f2360a44: Waiting [2025-10-31T13:27:33.235Z] 03c9da21a72b: Waiting [2025-10-31T13:27:33.235Z] 6d513ab3cabb: Layer already exists [2025-10-31T13:27:33.235Z] 2ad60f7d9267: Layer already exists [2025-10-31T13:27:33.235Z] e0b43e76e193: Layer already exists [2025-10-31T13:27:33.235Z] 0b7c914b33f8: Layer already exists [2025-10-31T13:27:33.235Z] 9570127fd69c: Layer already exists [2025-10-31T13:27:33.235Z] 0e64f2360a44: Layer already exists [2025-10-31T13:27:33.235Z] 71c0f4334b54: Layer already exists [2025-10-31T13:27:33.235Z] 03c9da21a72b: Layer already exists [2025-10-31T13:27:33.235Z] 4.1.0-dev.73: digest: sha256:5ab5e2918fe7372467de436c20a03277070773044b277a8a04e110aac5177de0 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:27:33.596Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:27:33.955Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T13:27:33.956Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-10-31T13:27:33.956Z] e0b43e76e193: Preparing [2025-10-31T13:27:33.956Z] 2ad60f7d9267: Preparing [2025-10-31T13:27:33.956Z] 6d513ab3cabb: Preparing [2025-10-31T13:27:33.956Z] 0b7c914b33f8: Preparing [2025-10-31T13:27:33.956Z] 9570127fd69c: Preparing [2025-10-31T13:27:33.956Z] 71c0f4334b54: Preparing [2025-10-31T13:27:33.956Z] 03c9da21a72b: Preparing [2025-10-31T13:27:33.956Z] 71c0f4334b54: Waiting [2025-10-31T13:27:33.956Z] 0e64f2360a44: Preparing [2025-10-31T13:27:33.956Z] 03c9da21a72b: Waiting [2025-10-31T13:27:33.956Z] 0e64f2360a44: Waiting [2025-10-31T13:27:33.956Z] 6d513ab3cabb: Layer already exists [2025-10-31T13:27:33.956Z] 0b7c914b33f8: Layer already exists [2025-10-31T13:27:33.956Z] 2ad60f7d9267: Layer already exists [2025-10-31T13:27:33.956Z] e0b43e76e193: Layer already exists [2025-10-31T13:27:33.956Z] 9570127fd69c: Layer already exists [2025-10-31T13:27:33.956Z] 71c0f4334b54: Layer already exists [2025-10-31T13:27:33.956Z] 0e64f2360a44: Layer already exists [2025-10-31T13:27:33.956Z] 03c9da21a72b: Layer already exists [2025-10-31T13:27:33.956Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73: digest: sha256:5ab5e2918fe7372467de436c20a03277070773044b277a8a04e110aac5177de0 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:27:34.323Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:27:34.689Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2025-10-31T13:27:34.689Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-10-31T13:27:34.689Z] e0b43e76e193: Preparing [2025-10-31T13:27:34.689Z] 2ad60f7d9267: Preparing [2025-10-31T13:27:34.689Z] 6d513ab3cabb: Preparing [2025-10-31T13:27:34.689Z] 0b7c914b33f8: Preparing [2025-10-31T13:27:34.689Z] 9570127fd69c: Preparing [2025-10-31T13:27:34.689Z] 71c0f4334b54: Preparing [2025-10-31T13:27:34.689Z] 03c9da21a72b: Preparing [2025-10-31T13:27:34.689Z] 0e64f2360a44: Preparing [2025-10-31T13:27:34.689Z] 03c9da21a72b: Waiting [2025-10-31T13:27:34.689Z] 0e64f2360a44: Waiting [2025-10-31T13:27:34.689Z] 71c0f4334b54: Waiting [2025-10-31T13:27:34.689Z] 2ad60f7d9267: Layer already exists [2025-10-31T13:27:34.689Z] 6d513ab3cabb: Layer already exists [2025-10-31T13:27:34.689Z] e0b43e76e193: Layer already exists [2025-10-31T13:27:34.689Z] 0b7c914b33f8: Layer already exists [2025-10-31T13:27:34.689Z] 9570127fd69c: Layer already exists [2025-10-31T13:27:34.689Z] 0e64f2360a44: Layer already exists [2025-10-31T13:27:34.689Z] 03c9da21a72b: Layer already exists [2025-10-31T13:27:34.689Z] 71c0f4334b54: Layer already exists [2025-10-31T13:27:34.954Z] main: digest: sha256:5ab5e2918fe7372467de436c20a03277070773044b277a8a04e110aac5177de0 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-10-31T13:27:35.043Z] ===================================================== [Pipeline] echo [2025-10-31T13:27:35.062Z] taggedImages: [2025-10-31T13:27:35.062Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T13:27:35.062Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2025-10-31T13:27:35.062Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.73 [2025-10-31T13:27:35.062Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T13:27:35.062Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2025-10-31T13:27:35.092Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2025-10-31T13:27:35.092Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T13:27:35.092Z] latest [2025-10-31T13:27:35.092Z] 4.1.0-dev.73 [2025-10-31T13:27:35.092Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T13:27:35.092Z] main [2025-10-31T13:27:35.092Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:27:35.465Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:27:35.832Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T13:27:35.832Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-10-31T13:27:35.832Z] 85b8ece7a55f: Preparing [2025-10-31T13:27:35.832Z] 97c0e46c3bad: Preparing [2025-10-31T13:27:35.832Z] c35fb4e0cff8: Preparing [2025-10-31T13:27:35.832Z] 35581ee37023: Preparing [2025-10-31T13:27:35.832Z] 25c1f81e8bd8: Preparing [2025-10-31T13:27:35.832Z] e877a3626d7c: Preparing [2025-10-31T13:27:35.832Z] 60fe72ffad95: Preparing [2025-10-31T13:27:35.832Z] 0b7c914b33f8: Preparing [2025-10-31T13:27:35.832Z] 9570127fd69c: Preparing [2025-10-31T13:27:35.832Z] ceebe41cfd77: Preparing [2025-10-31T13:27:35.832Z] 6d8274f67dfc: Preparing [2025-10-31T13:27:35.832Z] 5f70bf18a086: Preparing [2025-10-31T13:27:35.832Z] ebb0ebcd3c38: Preparing [2025-10-31T13:27:35.832Z] 6117df99799b: Preparing [2025-10-31T13:27:35.832Z] 735b09a2f765: Preparing [2025-10-31T13:27:35.832Z] 0e64f2360a44: Preparing [2025-10-31T13:27:35.832Z] e877a3626d7c: Waiting [2025-10-31T13:27:35.832Z] 60fe72ffad95: Waiting [2025-10-31T13:27:35.832Z] 0b7c914b33f8: Waiting [2025-10-31T13:27:35.832Z] 9570127fd69c: Waiting [2025-10-31T13:27:35.832Z] 5f70bf18a086: Waiting [2025-10-31T13:27:35.832Z] ebb0ebcd3c38: Waiting [2025-10-31T13:27:35.832Z] ceebe41cfd77: Waiting [2025-10-31T13:27:35.832Z] 6d8274f67dfc: Waiting [2025-10-31T13:27:35.832Z] 6117df99799b: Waiting [2025-10-31T13:27:35.832Z] 735b09a2f765: Waiting [2025-10-31T13:27:35.832Z] 0e64f2360a44: Waiting [2025-10-31T13:27:36.098Z] 97c0e46c3bad: Pushed [2025-10-31T13:27:36.098Z] c35fb4e0cff8: Pushed [2025-10-31T13:27:36.098Z] 35581ee37023: Pushed [2025-10-31T13:27:36.098Z] 85b8ece7a55f: Pushed [2025-10-31T13:27:36.098Z] 25c1f81e8bd8: Pushed [2025-10-31T13:27:36.098Z] 0b7c914b33f8: Layer already exists [2025-10-31T13:27:36.098Z] e877a3626d7c: Pushed [2025-10-31T13:27:36.098Z] 9570127fd69c: Layer already exists [2025-10-31T13:27:36.363Z] 5f70bf18a086: Layer already exists [2025-10-31T13:27:36.363Z] ceebe41cfd77: Pushed [2025-10-31T13:27:36.363Z] 6d8274f67dfc: Pushed [2025-10-31T13:27:36.363Z] ebb0ebcd3c38: Pushed [2025-10-31T13:27:36.363Z] 0e64f2360a44: Layer already exists [2025-10-31T13:27:36.363Z] 6117df99799b: Pushed [2025-10-31T13:27:36.363Z] 735b09a2f765: Pushed [2025-10-31T13:27:39.767Z] 60fe72ffad95: Pushed [2025-10-31T13:27:39.767Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b: digest: sha256:a2f314eac904196485e7919fe889fd0673ac9e4ec110ab6ebe137c5cb3d08db6 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:27:40.141Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:27:40.507Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2025-10-31T13:27:40.507Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-10-31T13:27:40.507Z] 85b8ece7a55f: Preparing [2025-10-31T13:27:40.507Z] 97c0e46c3bad: Preparing [2025-10-31T13:27:40.507Z] c35fb4e0cff8: Preparing [2025-10-31T13:27:40.507Z] 35581ee37023: Preparing [2025-10-31T13:27:40.507Z] 25c1f81e8bd8: Preparing [2025-10-31T13:27:40.507Z] e877a3626d7c: Preparing [2025-10-31T13:27:40.507Z] 60fe72ffad95: Preparing [2025-10-31T13:27:40.507Z] 0b7c914b33f8: Preparing [2025-10-31T13:27:40.507Z] 9570127fd69c: Preparing [2025-10-31T13:27:40.507Z] ceebe41cfd77: Preparing [2025-10-31T13:27:40.507Z] 6d8274f67dfc: Preparing [2025-10-31T13:27:40.507Z] 5f70bf18a086: Preparing [2025-10-31T13:27:40.507Z] ebb0ebcd3c38: Preparing [2025-10-31T13:27:40.507Z] 6117df99799b: Preparing [2025-10-31T13:27:40.507Z] 735b09a2f765: Preparing [2025-10-31T13:27:40.507Z] 0e64f2360a44: Preparing [2025-10-31T13:27:40.507Z] 6d8274f67dfc: Waiting [2025-10-31T13:27:40.507Z] 5f70bf18a086: Waiting [2025-10-31T13:27:40.507Z] ebb0ebcd3c38: Waiting [2025-10-31T13:27:40.507Z] 60fe72ffad95: Waiting [2025-10-31T13:27:40.507Z] 6117df99799b: Waiting [2025-10-31T13:27:40.507Z] 735b09a2f765: Waiting [2025-10-31T13:27:40.507Z] 0e64f2360a44: Waiting [2025-10-31T13:27:40.507Z] 0b7c914b33f8: Waiting [2025-10-31T13:27:40.507Z] 9570127fd69c: Waiting [2025-10-31T13:27:40.507Z] e877a3626d7c: Waiting [2025-10-31T13:27:40.507Z] ceebe41cfd77: Waiting [2025-10-31T13:27:40.507Z] 35581ee37023: Layer already exists [2025-10-31T13:27:40.507Z] c35fb4e0cff8: Layer already exists [2025-10-31T13:27:40.507Z] 97c0e46c3bad: Layer already exists [2025-10-31T13:27:40.507Z] 25c1f81e8bd8: Layer already exists [2025-10-31T13:27:40.507Z] 85b8ece7a55f: Layer already exists [2025-10-31T13:27:40.507Z] 60fe72ffad95: Layer already exists [2025-10-31T13:27:40.507Z] e877a3626d7c: Layer already exists [2025-10-31T13:27:40.507Z] 9570127fd69c: Layer already exists [2025-10-31T13:27:40.507Z] 0b7c914b33f8: Layer already exists [2025-10-31T13:27:40.507Z] ceebe41cfd77: Layer already exists [2025-10-31T13:27:40.507Z] 5f70bf18a086: Layer already exists [2025-10-31T13:27:40.507Z] 6d8274f67dfc: Layer already exists [2025-10-31T13:27:40.507Z] ebb0ebcd3c38: Layer already exists [2025-10-31T13:27:40.507Z] 6117df99799b: Layer already exists [2025-10-31T13:27:40.507Z] 735b09a2f765: Layer already exists [2025-10-31T13:27:40.773Z] 0e64f2360a44: Layer already exists [2025-10-31T13:27:40.773Z] latest: digest: sha256:a2f314eac904196485e7919fe889fd0673ac9e4ec110ab6ebe137c5cb3d08db6 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:27:41.134Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:27:41.486Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.73 [2025-10-31T13:27:41.486Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-10-31T13:27:41.486Z] 85b8ece7a55f: Preparing [2025-10-31T13:27:41.486Z] 97c0e46c3bad: Preparing [2025-10-31T13:27:41.486Z] c35fb4e0cff8: Preparing [2025-10-31T13:27:41.486Z] 35581ee37023: Preparing [2025-10-31T13:27:41.486Z] 25c1f81e8bd8: Preparing [2025-10-31T13:27:41.486Z] e877a3626d7c: Preparing [2025-10-31T13:27:41.486Z] 60fe72ffad95: Preparing [2025-10-31T13:27:41.486Z] 0b7c914b33f8: Preparing [2025-10-31T13:27:41.486Z] 9570127fd69c: Preparing [2025-10-31T13:27:41.486Z] ceebe41cfd77: Preparing [2025-10-31T13:27:41.486Z] 6d8274f67dfc: Preparing [2025-10-31T13:27:41.486Z] 5f70bf18a086: Preparing [2025-10-31T13:27:41.486Z] ebb0ebcd3c38: Preparing [2025-10-31T13:27:41.486Z] 6117df99799b: Preparing [2025-10-31T13:27:41.486Z] 735b09a2f765: Preparing [2025-10-31T13:27:41.486Z] 0e64f2360a44: Preparing [2025-10-31T13:27:41.486Z] ceebe41cfd77: Waiting [2025-10-31T13:27:41.486Z] 6d8274f67dfc: Waiting [2025-10-31T13:27:41.486Z] 5f70bf18a086: Waiting [2025-10-31T13:27:41.486Z] ebb0ebcd3c38: Waiting [2025-10-31T13:27:41.486Z] 6117df99799b: Waiting [2025-10-31T13:27:41.486Z] e877a3626d7c: Waiting [2025-10-31T13:27:41.486Z] 735b09a2f765: Waiting [2025-10-31T13:27:41.486Z] 0e64f2360a44: Waiting [2025-10-31T13:27:41.486Z] 60fe72ffad95: Waiting [2025-10-31T13:27:41.486Z] 0b7c914b33f8: Waiting [2025-10-31T13:27:41.486Z] 9570127fd69c: Waiting [2025-10-31T13:27:41.486Z] c35fb4e0cff8: Layer already exists [2025-10-31T13:27:41.486Z] 97c0e46c3bad: Layer already exists [2025-10-31T13:27:41.486Z] 25c1f81e8bd8: Layer already exists [2025-10-31T13:27:41.486Z] 35581ee37023: Layer already exists [2025-10-31T13:27:41.486Z] 85b8ece7a55f: Layer already exists [2025-10-31T13:27:41.486Z] 60fe72ffad95: Layer already exists [2025-10-31T13:27:41.486Z] 9570127fd69c: Layer already exists [2025-10-31T13:27:41.486Z] ceebe41cfd77: Layer already exists [2025-10-31T13:27:41.486Z] 0b7c914b33f8: Layer already exists [2025-10-31T13:27:41.486Z] e877a3626d7c: Layer already exists [2025-10-31T13:27:41.486Z] 5f70bf18a086: Layer already exists [2025-10-31T13:27:41.486Z] 6117df99799b: Layer already exists [2025-10-31T13:27:41.486Z] 6d8274f67dfc: Layer already exists [2025-10-31T13:27:41.486Z] ebb0ebcd3c38: Layer already exists [2025-10-31T13:27:41.486Z] 735b09a2f765: Layer already exists [2025-10-31T13:27:41.486Z] 0e64f2360a44: Layer already exists [2025-10-31T13:27:41.751Z] 4.1.0-dev.73: digest: sha256:a2f314eac904196485e7919fe889fd0673ac9e4ec110ab6ebe137c5cb3d08db6 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:27:42.111Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:27:42.482Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T13:27:42.482Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-10-31T13:27:42.482Z] 85b8ece7a55f: Preparing [2025-10-31T13:27:42.482Z] 97c0e46c3bad: Preparing [2025-10-31T13:27:42.482Z] c35fb4e0cff8: Preparing [2025-10-31T13:27:42.482Z] 35581ee37023: Preparing [2025-10-31T13:27:42.482Z] 25c1f81e8bd8: Preparing [2025-10-31T13:27:42.482Z] e877a3626d7c: Preparing [2025-10-31T13:27:42.482Z] 60fe72ffad95: Preparing [2025-10-31T13:27:42.482Z] 0b7c914b33f8: Preparing [2025-10-31T13:27:42.482Z] 9570127fd69c: Preparing [2025-10-31T13:27:42.482Z] ceebe41cfd77: Preparing [2025-10-31T13:27:42.482Z] 6d8274f67dfc: Preparing [2025-10-31T13:27:42.482Z] 5f70bf18a086: Preparing [2025-10-31T13:27:42.482Z] ebb0ebcd3c38: Preparing [2025-10-31T13:27:42.482Z] 6117df99799b: Preparing [2025-10-31T13:27:42.482Z] 735b09a2f765: Preparing [2025-10-31T13:27:42.482Z] 0e64f2360a44: Preparing [2025-10-31T13:27:42.482Z] ceebe41cfd77: Waiting [2025-10-31T13:27:42.482Z] 6d8274f67dfc: Waiting [2025-10-31T13:27:42.482Z] 5f70bf18a086: Waiting [2025-10-31T13:27:42.482Z] ebb0ebcd3c38: Waiting [2025-10-31T13:27:42.482Z] 6117df99799b: Waiting [2025-10-31T13:27:42.482Z] 735b09a2f765: Waiting [2025-10-31T13:27:42.482Z] 0e64f2360a44: Waiting [2025-10-31T13:27:42.482Z] e877a3626d7c: Waiting [2025-10-31T13:27:42.482Z] 60fe72ffad95: Waiting [2025-10-31T13:27:42.482Z] 9570127fd69c: Waiting [2025-10-31T13:27:42.482Z] 0b7c914b33f8: Waiting [2025-10-31T13:27:42.482Z] 35581ee37023: Layer already exists [2025-10-31T13:27:42.482Z] 85b8ece7a55f: Layer already exists [2025-10-31T13:27:42.482Z] 97c0e46c3bad: Layer already exists [2025-10-31T13:27:42.482Z] 25c1f81e8bd8: Layer already exists [2025-10-31T13:27:42.482Z] c35fb4e0cff8: Layer already exists [2025-10-31T13:27:42.482Z] 9570127fd69c: Layer already exists [2025-10-31T13:27:42.482Z] e877a3626d7c: Layer already exists [2025-10-31T13:27:42.482Z] 0b7c914b33f8: Layer already exists [2025-10-31T13:27:42.482Z] 60fe72ffad95: Layer already exists [2025-10-31T13:27:42.482Z] ceebe41cfd77: Layer already exists [2025-10-31T13:27:42.482Z] 735b09a2f765: Layer already exists [2025-10-31T13:27:42.482Z] 6d8274f67dfc: Layer already exists [2025-10-31T13:27:42.482Z] 6117df99799b: Layer already exists [2025-10-31T13:27:42.482Z] ebb0ebcd3c38: Layer already exists [2025-10-31T13:27:42.482Z] 5f70bf18a086: Layer already exists [2025-10-31T13:27:42.482Z] 0e64f2360a44: Layer already exists [2025-10-31T13:27:42.747Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73: digest: sha256:a2f314eac904196485e7919fe889fd0673ac9e4ec110ab6ebe137c5cb3d08db6 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:27:43.109Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:27:43.487Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2025-10-31T13:27:43.487Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-10-31T13:27:43.487Z] 85b8ece7a55f: Preparing [2025-10-31T13:27:43.487Z] 97c0e46c3bad: Preparing [2025-10-31T13:27:43.487Z] c35fb4e0cff8: Preparing [2025-10-31T13:27:43.487Z] 35581ee37023: Preparing [2025-10-31T13:27:43.487Z] 25c1f81e8bd8: Preparing [2025-10-31T13:27:43.487Z] e877a3626d7c: Preparing [2025-10-31T13:27:43.487Z] 60fe72ffad95: Preparing [2025-10-31T13:27:43.487Z] 0b7c914b33f8: Preparing [2025-10-31T13:27:43.487Z] 9570127fd69c: Preparing [2025-10-31T13:27:43.487Z] ceebe41cfd77: Preparing [2025-10-31T13:27:43.487Z] 6d8274f67dfc: Preparing [2025-10-31T13:27:43.487Z] 5f70bf18a086: Preparing [2025-10-31T13:27:43.487Z] ebb0ebcd3c38: Preparing [2025-10-31T13:27:43.487Z] 6117df99799b: Preparing [2025-10-31T13:27:43.487Z] 735b09a2f765: Preparing [2025-10-31T13:27:43.487Z] 0e64f2360a44: Preparing [2025-10-31T13:27:43.487Z] ceebe41cfd77: Waiting [2025-10-31T13:27:43.487Z] 6d8274f67dfc: Waiting [2025-10-31T13:27:43.487Z] 5f70bf18a086: Waiting [2025-10-31T13:27:43.487Z] ebb0ebcd3c38: Waiting [2025-10-31T13:27:43.487Z] 6117df99799b: Waiting [2025-10-31T13:27:43.487Z] 735b09a2f765: Waiting [2025-10-31T13:27:43.487Z] 0e64f2360a44: Waiting [2025-10-31T13:27:43.487Z] e877a3626d7c: Waiting [2025-10-31T13:27:43.487Z] 60fe72ffad95: Waiting [2025-10-31T13:27:43.487Z] 0b7c914b33f8: Waiting [2025-10-31T13:27:43.487Z] 9570127fd69c: Waiting [2025-10-31T13:27:43.487Z] 35581ee37023: Layer already exists [2025-10-31T13:27:43.487Z] 97c0e46c3bad: Layer already exists [2025-10-31T13:27:43.487Z] 25c1f81e8bd8: Layer already exists [2025-10-31T13:27:43.487Z] 85b8ece7a55f: Layer already exists [2025-10-31T13:27:43.487Z] c35fb4e0cff8: Layer already exists [2025-10-31T13:27:43.487Z] e877a3626d7c: Layer already exists [2025-10-31T13:27:43.487Z] 60fe72ffad95: Layer already exists [2025-10-31T13:27:43.487Z] ceebe41cfd77: Layer already exists [2025-10-31T13:27:43.487Z] 9570127fd69c: Layer already exists [2025-10-31T13:27:43.487Z] 0b7c914b33f8: Layer already exists [2025-10-31T13:27:43.487Z] ebb0ebcd3c38: Layer already exists [2025-10-31T13:27:43.487Z] 6d8274f67dfc: Layer already exists [2025-10-31T13:27:43.487Z] 735b09a2f765: Layer already exists [2025-10-31T13:27:43.487Z] 6117df99799b: Layer already exists [2025-10-31T13:27:43.487Z] 5f70bf18a086: Layer already exists [2025-10-31T13:27:43.487Z] 0e64f2360a44: Layer already exists [2025-10-31T13:27:43.751Z] main: digest: sha256:a2f314eac904196485e7919fe889fd0673ac9e4ec110ab6ebe137c5cb3d08db6 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-10-31T13:27:43.833Z] ===================================================== [Pipeline] echo [2025-10-31T13:27:43.845Z] taggedImages: [2025-10-31T13:27:43.845Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T13:27:43.845Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2025-10-31T13:27:43.845Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.73 [2025-10-31T13:27:43.845Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T13:27:43.845Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2025-10-31T13:27:43.874Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2025-10-31T13:27:43.874Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T13:27:43.874Z] latest [2025-10-31T13:27:43.874Z] 4.1.0-dev.73 [2025-10-31T13:27:43.874Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T13:27:43.874Z] main [2025-10-31T13:27:43.874Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:27:44.258Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:27:44.635Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T13:27:44.635Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-10-31T13:27:44.635Z] fb66259a9f3b: Preparing [2025-10-31T13:27:44.635Z] 621127d0048e: Preparing [2025-10-31T13:27:44.635Z] 746aaa185c49: Preparing [2025-10-31T13:27:44.635Z] 8af8d5a98820: Preparing [2025-10-31T13:27:44.635Z] 0b7c914b33f8: Preparing [2025-10-31T13:27:44.635Z] 9570127fd69c: Preparing [2025-10-31T13:27:44.635Z] 71c0f4334b54: Preparing [2025-10-31T13:27:44.635Z] 03c9da21a72b: Preparing [2025-10-31T13:27:44.635Z] 0e64f2360a44: Preparing [2025-10-31T13:27:44.635Z] 9570127fd69c: Waiting [2025-10-31T13:27:44.635Z] 71c0f4334b54: Waiting [2025-10-31T13:27:44.635Z] 03c9da21a72b: Waiting [2025-10-31T13:27:44.635Z] 0e64f2360a44: Waiting [2025-10-31T13:27:44.635Z] 0b7c914b33f8: Layer already exists [2025-10-31T13:27:44.901Z] 9570127fd69c: Layer already exists [2025-10-31T13:27:44.901Z] 746aaa185c49: Pushed [2025-10-31T13:27:44.901Z] 621127d0048e: Pushed [2025-10-31T13:27:44.901Z] 71c0f4334b54: Layer already exists [2025-10-31T13:27:44.901Z] 03c9da21a72b: Layer already exists [2025-10-31T13:27:44.901Z] 0e64f2360a44: Layer already exists [2025-10-31T13:27:44.901Z] fb66259a9f3b: Pushed [2025-10-31T13:27:53.125Z] 8af8d5a98820: Pushed [2025-10-31T13:27:53.125Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b: digest: sha256:aa5c3e3e137509f5c83424b5c78854e10bffe25f9990b36c2b020a87e8fccd15 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:27:53.490Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:27:53.855Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2025-10-31T13:27:53.855Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-10-31T13:27:53.855Z] fb66259a9f3b: Preparing [2025-10-31T13:27:53.855Z] 621127d0048e: Preparing [2025-10-31T13:27:53.855Z] 746aaa185c49: Preparing [2025-10-31T13:27:53.855Z] 8af8d5a98820: Preparing [2025-10-31T13:27:53.855Z] 0b7c914b33f8: Preparing [2025-10-31T13:27:53.855Z] 9570127fd69c: Preparing [2025-10-31T13:27:53.855Z] 71c0f4334b54: Preparing [2025-10-31T13:27:53.855Z] 03c9da21a72b: Preparing [2025-10-31T13:27:53.855Z] 0e64f2360a44: Preparing [2025-10-31T13:27:53.855Z] 03c9da21a72b: Waiting [2025-10-31T13:27:53.855Z] 0e64f2360a44: Waiting [2025-10-31T13:27:53.855Z] 71c0f4334b54: Waiting [2025-10-31T13:27:53.855Z] 9570127fd69c: Waiting [2025-10-31T13:27:53.855Z] 0b7c914b33f8: Layer already exists [2025-10-31T13:27:53.855Z] 746aaa185c49: Layer already exists [2025-10-31T13:27:53.855Z] 621127d0048e: Layer already exists [2025-10-31T13:27:53.855Z] 8af8d5a98820: Layer already exists [2025-10-31T13:27:53.855Z] fb66259a9f3b: Layer already exists [2025-10-31T13:27:53.855Z] 03c9da21a72b: Layer already exists [2025-10-31T13:27:53.855Z] 9570127fd69c: Layer already exists [2025-10-31T13:27:53.855Z] 71c0f4334b54: Layer already exists [2025-10-31T13:27:53.855Z] 0e64f2360a44: Layer already exists [2025-10-31T13:27:54.120Z] latest: digest: sha256:aa5c3e3e137509f5c83424b5c78854e10bffe25f9990b36c2b020a87e8fccd15 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:27:54.488Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:27:54.843Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.73 [2025-10-31T13:27:54.843Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-10-31T13:27:54.843Z] fb66259a9f3b: Preparing [2025-10-31T13:27:54.843Z] 621127d0048e: Preparing [2025-10-31T13:27:54.843Z] 746aaa185c49: Preparing [2025-10-31T13:27:54.843Z] 8af8d5a98820: Preparing [2025-10-31T13:27:54.843Z] 0b7c914b33f8: Preparing [2025-10-31T13:27:54.843Z] 9570127fd69c: Preparing [2025-10-31T13:27:54.843Z] 71c0f4334b54: Preparing [2025-10-31T13:27:54.843Z] 03c9da21a72b: Preparing [2025-10-31T13:27:54.843Z] 0e64f2360a44: Preparing [2025-10-31T13:27:54.843Z] 9570127fd69c: Waiting [2025-10-31T13:27:54.843Z] 71c0f4334b54: Waiting [2025-10-31T13:27:54.843Z] 03c9da21a72b: Waiting [2025-10-31T13:27:54.843Z] 0e64f2360a44: Waiting [2025-10-31T13:27:54.843Z] 746aaa185c49: Layer already exists [2025-10-31T13:27:54.843Z] 0b7c914b33f8: Layer already exists [2025-10-31T13:27:54.843Z] 8af8d5a98820: Layer already exists [2025-10-31T13:27:54.843Z] 621127d0048e: Layer already exists [2025-10-31T13:27:54.843Z] fb66259a9f3b: Layer already exists [2025-10-31T13:27:55.110Z] 9570127fd69c: Layer already exists [2025-10-31T13:27:55.110Z] 0e64f2360a44: Layer already exists [2025-10-31T13:27:55.110Z] 03c9da21a72b: Layer already exists [2025-10-31T13:27:55.110Z] 71c0f4334b54: Layer already exists [2025-10-31T13:27:55.110Z] 4.1.0-dev.73: digest: sha256:aa5c3e3e137509f5c83424b5c78854e10bffe25f9990b36c2b020a87e8fccd15 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:27:55.481Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:27:55.840Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T13:27:55.840Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-10-31T13:27:55.840Z] fb66259a9f3b: Preparing [2025-10-31T13:27:55.840Z] 621127d0048e: Preparing [2025-10-31T13:27:55.840Z] 746aaa185c49: Preparing [2025-10-31T13:27:55.840Z] 8af8d5a98820: Preparing [2025-10-31T13:27:55.840Z] 0b7c914b33f8: Preparing [2025-10-31T13:27:55.840Z] 9570127fd69c: Preparing [2025-10-31T13:27:55.840Z] 71c0f4334b54: Preparing [2025-10-31T13:27:55.840Z] 03c9da21a72b: Preparing [2025-10-31T13:27:55.840Z] 0e64f2360a44: Preparing [2025-10-31T13:27:55.840Z] 9570127fd69c: Waiting [2025-10-31T13:27:55.840Z] 71c0f4334b54: Waiting [2025-10-31T13:27:55.840Z] 0e64f2360a44: Waiting [2025-10-31T13:27:55.840Z] 03c9da21a72b: Waiting [2025-10-31T13:27:55.840Z] fb66259a9f3b: Layer already exists [2025-10-31T13:27:55.840Z] 0b7c914b33f8: Layer already exists [2025-10-31T13:27:55.840Z] 621127d0048e: Layer already exists [2025-10-31T13:27:55.840Z] 8af8d5a98820: Layer already exists [2025-10-31T13:27:55.840Z] 746aaa185c49: Layer already exists [2025-10-31T13:27:55.840Z] 9570127fd69c: Layer already exists [2025-10-31T13:27:55.840Z] 71c0f4334b54: Layer already exists [2025-10-31T13:27:55.840Z] 03c9da21a72b: Layer already exists [2025-10-31T13:27:55.840Z] 0e64f2360a44: Layer already exists [2025-10-31T13:27:56.107Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73: digest: sha256:aa5c3e3e137509f5c83424b5c78854e10bffe25f9990b36c2b020a87e8fccd15 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:27:56.477Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:27:56.848Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2025-10-31T13:27:56.849Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-10-31T13:27:56.849Z] fb66259a9f3b: Preparing [2025-10-31T13:27:56.849Z] 621127d0048e: Preparing [2025-10-31T13:27:56.849Z] 746aaa185c49: Preparing [2025-10-31T13:27:56.849Z] 8af8d5a98820: Preparing [2025-10-31T13:27:56.849Z] 0b7c914b33f8: Preparing [2025-10-31T13:27:56.849Z] 9570127fd69c: Preparing [2025-10-31T13:27:56.849Z] 71c0f4334b54: Preparing [2025-10-31T13:27:56.849Z] 03c9da21a72b: Preparing [2025-10-31T13:27:56.849Z] 0e64f2360a44: Preparing [2025-10-31T13:27:56.849Z] 71c0f4334b54: Waiting [2025-10-31T13:27:56.849Z] 03c9da21a72b: Waiting [2025-10-31T13:27:56.849Z] 0e64f2360a44: Waiting [2025-10-31T13:27:56.849Z] 9570127fd69c: Waiting [2025-10-31T13:27:56.849Z] 0b7c914b33f8: Layer already exists [2025-10-31T13:27:56.849Z] fb66259a9f3b: Layer already exists [2025-10-31T13:27:56.849Z] 621127d0048e: Layer already exists [2025-10-31T13:27:56.849Z] 8af8d5a98820: Layer already exists [2025-10-31T13:27:56.849Z] 746aaa185c49: Layer already exists [2025-10-31T13:27:56.849Z] 9570127fd69c: Layer already exists [2025-10-31T13:27:56.849Z] 03c9da21a72b: Layer already exists [2025-10-31T13:27:56.849Z] 71c0f4334b54: Layer already exists [2025-10-31T13:27:56.849Z] 0e64f2360a44: Layer already exists [2025-10-31T13:27:57.114Z] main: digest: sha256:aa5c3e3e137509f5c83424b5c78854e10bffe25f9990b36c2b020a87e8fccd15 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-10-31T13:27:57.206Z] ===================================================== [Pipeline] echo [2025-10-31T13:27:57.228Z] taggedImages: [2025-10-31T13:27:57.228Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T13:27:57.228Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2025-10-31T13:27:57.228Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.73 [2025-10-31T13:27:57.228Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T13:27:57.228Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2025-10-31T13:27:57.258Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2025-10-31T13:27:57.258Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T13:27:57.258Z] latest [2025-10-31T13:27:57.258Z] 4.1.0-dev.73 [2025-10-31T13:27:57.258Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T13:27:57.258Z] main [2025-10-31T13:27:57.258Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:27:57.659Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:27:58.015Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T13:27:58.015Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-10-31T13:27:58.015Z] e4ea497b2dd0: Preparing [2025-10-31T13:27:58.015Z] 648c3fd3bd53: Preparing [2025-10-31T13:27:58.015Z] ac4346850905: Preparing [2025-10-31T13:27:58.015Z] cd215caaa5f0: Preparing [2025-10-31T13:27:58.015Z] 80d1cf8e9b13: Preparing [2025-10-31T13:27:58.015Z] 0b7c914b33f8: Preparing [2025-10-31T13:27:58.015Z] 9570127fd69c: Preparing [2025-10-31T13:27:58.015Z] bd3dc0b21f46: Preparing [2025-10-31T13:27:58.015Z] 8465ee2364a9: Preparing [2025-10-31T13:27:58.015Z] bfd97131cb69: Preparing [2025-10-31T13:27:58.015Z] 0e64f2360a44: Preparing [2025-10-31T13:27:58.015Z] 9570127fd69c: Waiting [2025-10-31T13:27:58.015Z] bd3dc0b21f46: Waiting [2025-10-31T13:27:58.015Z] 8465ee2364a9: Waiting [2025-10-31T13:27:58.015Z] bfd97131cb69: Waiting [2025-10-31T13:27:58.015Z] 0e64f2360a44: Waiting [2025-10-31T13:27:58.015Z] 0b7c914b33f8: Waiting [2025-10-31T13:27:58.280Z] 80d1cf8e9b13: Pushed [2025-10-31T13:27:58.280Z] 648c3fd3bd53: Pushed [2025-10-31T13:27:58.280Z] cd215caaa5f0: Pushed [2025-10-31T13:27:58.280Z] e4ea497b2dd0: Pushed [2025-10-31T13:27:58.280Z] 0b7c914b33f8: Layer already exists [2025-10-31T13:27:58.280Z] 9570127fd69c: Layer already exists [2025-10-31T13:27:58.280Z] 0e64f2360a44: Layer already exists [2025-10-31T13:27:58.280Z] bd3dc0b21f46: Pushed [2025-10-31T13:27:58.545Z] 8465ee2364a9: Pushed [2025-10-31T13:28:01.880Z] bfd97131cb69: Pushed [2025-10-31T13:28:04.464Z] ac4346850905: Pushed [2025-10-31T13:28:04.464Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b: digest: sha256:657ba6c779591dd301668e8696fb5e1a86c4db0cef989188396812dd697ac94e size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:28:04.840Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:28:05.198Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2025-10-31T13:28:05.198Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-10-31T13:28:05.198Z] e4ea497b2dd0: Preparing [2025-10-31T13:28:05.198Z] 648c3fd3bd53: Preparing [2025-10-31T13:28:05.198Z] ac4346850905: Preparing [2025-10-31T13:28:05.198Z] cd215caaa5f0: Preparing [2025-10-31T13:28:05.198Z] 80d1cf8e9b13: Preparing [2025-10-31T13:28:05.198Z] 0b7c914b33f8: Preparing [2025-10-31T13:28:05.198Z] 9570127fd69c: Preparing [2025-10-31T13:28:05.198Z] bd3dc0b21f46: Preparing [2025-10-31T13:28:05.198Z] 8465ee2364a9: Preparing [2025-10-31T13:28:05.198Z] bfd97131cb69: Preparing [2025-10-31T13:28:05.198Z] 0e64f2360a44: Preparing [2025-10-31T13:28:05.198Z] bd3dc0b21f46: Waiting [2025-10-31T13:28:05.198Z] 8465ee2364a9: Waiting [2025-10-31T13:28:05.198Z] bfd97131cb69: Waiting [2025-10-31T13:28:05.198Z] 0e64f2360a44: Waiting [2025-10-31T13:28:05.198Z] 0b7c914b33f8: Waiting [2025-10-31T13:28:05.198Z] 9570127fd69c: Waiting [2025-10-31T13:28:05.198Z] e4ea497b2dd0: Layer already exists [2025-10-31T13:28:05.198Z] ac4346850905: Layer already exists [2025-10-31T13:28:05.198Z] cd215caaa5f0: Layer already exists [2025-10-31T13:28:05.198Z] 648c3fd3bd53: Layer already exists [2025-10-31T13:28:05.198Z] 80d1cf8e9b13: Layer already exists [2025-10-31T13:28:05.198Z] 0b7c914b33f8: Layer already exists [2025-10-31T13:28:05.198Z] 8465ee2364a9: Layer already exists [2025-10-31T13:28:05.198Z] 9570127fd69c: Layer already exists [2025-10-31T13:28:05.198Z] bd3dc0b21f46: Layer already exists [2025-10-31T13:28:05.198Z] bfd97131cb69: Layer already exists [2025-10-31T13:28:05.465Z] 0e64f2360a44: Layer already exists [2025-10-31T13:28:05.465Z] latest: digest: sha256:657ba6c779591dd301668e8696fb5e1a86c4db0cef989188396812dd697ac94e size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:28:05.853Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:28:06.220Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.73 [2025-10-31T13:28:06.220Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-10-31T13:28:06.220Z] e4ea497b2dd0: Preparing [2025-10-31T13:28:06.220Z] 648c3fd3bd53: Preparing [2025-10-31T13:28:06.220Z] ac4346850905: Preparing [2025-10-31T13:28:06.220Z] cd215caaa5f0: Preparing [2025-10-31T13:28:06.220Z] 80d1cf8e9b13: Preparing [2025-10-31T13:28:06.220Z] 0b7c914b33f8: Preparing [2025-10-31T13:28:06.220Z] 9570127fd69c: Preparing [2025-10-31T13:28:06.220Z] bd3dc0b21f46: Preparing [2025-10-31T13:28:06.220Z] 8465ee2364a9: Preparing [2025-10-31T13:28:06.220Z] bfd97131cb69: Preparing [2025-10-31T13:28:06.220Z] 0e64f2360a44: Preparing [2025-10-31T13:28:06.220Z] bd3dc0b21f46: Waiting [2025-10-31T13:28:06.220Z] 8465ee2364a9: Waiting [2025-10-31T13:28:06.220Z] bfd97131cb69: Waiting [2025-10-31T13:28:06.220Z] 0e64f2360a44: Waiting [2025-10-31T13:28:06.220Z] 0b7c914b33f8: Waiting [2025-10-31T13:28:06.220Z] 9570127fd69c: Waiting [2025-10-31T13:28:06.220Z] ac4346850905: Layer already exists [2025-10-31T13:28:06.220Z] 648c3fd3bd53: Layer already exists [2025-10-31T13:28:06.220Z] cd215caaa5f0: Layer already exists [2025-10-31T13:28:06.220Z] 80d1cf8e9b13: Layer already exists [2025-10-31T13:28:06.220Z] e4ea497b2dd0: Layer already exists [2025-10-31T13:28:06.220Z] 0b7c914b33f8: Layer already exists [2025-10-31T13:28:06.220Z] 9570127fd69c: Layer already exists [2025-10-31T13:28:06.220Z] 8465ee2364a9: Layer already exists [2025-10-31T13:28:06.220Z] bfd97131cb69: Layer already exists [2025-10-31T13:28:06.220Z] bd3dc0b21f46: Layer already exists [2025-10-31T13:28:06.220Z] 0e64f2360a44: Layer already exists [2025-10-31T13:28:06.489Z] 4.1.0-dev.73: digest: sha256:657ba6c779591dd301668e8696fb5e1a86c4db0cef989188396812dd697ac94e size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:28:06.861Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:28:07.229Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T13:28:07.229Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-10-31T13:28:07.229Z] e4ea497b2dd0: Preparing [2025-10-31T13:28:07.229Z] 648c3fd3bd53: Preparing [2025-10-31T13:28:07.229Z] ac4346850905: Preparing [2025-10-31T13:28:07.229Z] cd215caaa5f0: Preparing [2025-10-31T13:28:07.229Z] 80d1cf8e9b13: Preparing [2025-10-31T13:28:07.229Z] 0b7c914b33f8: Preparing [2025-10-31T13:28:07.229Z] 9570127fd69c: Preparing [2025-10-31T13:28:07.229Z] bd3dc0b21f46: Preparing [2025-10-31T13:28:07.229Z] 8465ee2364a9: Preparing [2025-10-31T13:28:07.229Z] bfd97131cb69: Preparing [2025-10-31T13:28:07.229Z] 0e64f2360a44: Preparing [2025-10-31T13:28:07.229Z] 9570127fd69c: Waiting [2025-10-31T13:28:07.229Z] bd3dc0b21f46: Waiting [2025-10-31T13:28:07.229Z] 0b7c914b33f8: Waiting [2025-10-31T13:28:07.229Z] bfd97131cb69: Waiting [2025-10-31T13:28:07.229Z] 0e64f2360a44: Waiting [2025-10-31T13:28:07.229Z] 8465ee2364a9: Waiting [2025-10-31T13:28:07.229Z] ac4346850905: Layer already exists [2025-10-31T13:28:07.229Z] cd215caaa5f0: Layer already exists [2025-10-31T13:28:07.229Z] e4ea497b2dd0: Layer already exists [2025-10-31T13:28:07.229Z] 80d1cf8e9b13: Layer already exists [2025-10-31T13:28:07.229Z] 648c3fd3bd53: Layer already exists [2025-10-31T13:28:07.229Z] 8465ee2364a9: Layer already exists [2025-10-31T13:28:07.229Z] bd3dc0b21f46: Layer already exists [2025-10-31T13:28:07.229Z] 9570127fd69c: Layer already exists [2025-10-31T13:28:07.229Z] bfd97131cb69: Layer already exists [2025-10-31T13:28:07.229Z] 0b7c914b33f8: Layer already exists [2025-10-31T13:28:07.496Z] 0e64f2360a44: Layer already exists [2025-10-31T13:28:07.496Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73: digest: sha256:657ba6c779591dd301668e8696fb5e1a86c4db0cef989188396812dd697ac94e size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:28:07.874Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:28:08.231Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2025-10-31T13:28:08.231Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-10-31T13:28:08.231Z] e4ea497b2dd0: Preparing [2025-10-31T13:28:08.231Z] 648c3fd3bd53: Preparing [2025-10-31T13:28:08.231Z] ac4346850905: Preparing [2025-10-31T13:28:08.231Z] cd215caaa5f0: Preparing [2025-10-31T13:28:08.231Z] 80d1cf8e9b13: Preparing [2025-10-31T13:28:08.231Z] 0b7c914b33f8: Preparing [2025-10-31T13:28:08.231Z] 9570127fd69c: Preparing [2025-10-31T13:28:08.231Z] bd3dc0b21f46: Preparing [2025-10-31T13:28:08.231Z] 8465ee2364a9: Preparing [2025-10-31T13:28:08.231Z] bfd97131cb69: Preparing [2025-10-31T13:28:08.231Z] 0e64f2360a44: Preparing [2025-10-31T13:28:08.231Z] 9570127fd69c: Waiting [2025-10-31T13:28:08.231Z] bd3dc0b21f46: Waiting [2025-10-31T13:28:08.231Z] 8465ee2364a9: Waiting [2025-10-31T13:28:08.231Z] bfd97131cb69: Waiting [2025-10-31T13:28:08.231Z] 0e64f2360a44: Waiting [2025-10-31T13:28:08.231Z] 0b7c914b33f8: Waiting [2025-10-31T13:28:08.231Z] cd215caaa5f0: Layer already exists [2025-10-31T13:28:08.231Z] 80d1cf8e9b13: Layer already exists [2025-10-31T13:28:08.231Z] e4ea497b2dd0: Layer already exists [2025-10-31T13:28:08.231Z] ac4346850905: Layer already exists [2025-10-31T13:28:08.231Z] 648c3fd3bd53: Layer already exists [2025-10-31T13:28:08.231Z] 8465ee2364a9: Layer already exists [2025-10-31T13:28:08.231Z] bd3dc0b21f46: Layer already exists [2025-10-31T13:28:08.231Z] bfd97131cb69: Layer already exists [2025-10-31T13:28:08.231Z] 0b7c914b33f8: Layer already exists [2025-10-31T13:28:08.231Z] 9570127fd69c: Layer already exists [2025-10-31T13:28:08.501Z] 0e64f2360a44: Layer already exists [2025-10-31T13:28:08.501Z] main: digest: sha256:657ba6c779591dd301668e8696fb5e1a86c4db0cef989188396812dd697ac94e size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-10-31T13:28:08.593Z] ===================================================== [Pipeline] echo [2025-10-31T13:28:08.609Z] taggedImages: [2025-10-31T13:28:08.609Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T13:28:08.609Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2025-10-31T13:28:08.609Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.73 [2025-10-31T13:28:08.609Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T13:28:08.609Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2025-10-31T13:28:08.642Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2025-10-31T13:28:08.642Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T13:28:08.642Z] latest [2025-10-31T13:28:08.642Z] 4.1.0-dev.73 [2025-10-31T13:28:08.642Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T13:28:08.642Z] main [2025-10-31T13:28:08.642Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:28:09.017Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:28:09.381Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T13:28:09.381Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-10-31T13:28:09.381Z] 3024765b7b04: Preparing [2025-10-31T13:28:09.381Z] a9c653e15ed6: Preparing [2025-10-31T13:28:09.381Z] ed53d4dc043d: Preparing [2025-10-31T13:28:09.381Z] db4e74081af1: Preparing [2025-10-31T13:28:09.381Z] 9f0b45db3658: Preparing [2025-10-31T13:28:09.381Z] 1ff1a050cdff: Preparing [2025-10-31T13:28:09.381Z] 26b0f6c95106: Preparing [2025-10-31T13:28:09.381Z] 0b7c914b33f8: Preparing [2025-10-31T13:28:09.381Z] 9570127fd69c: Preparing [2025-10-31T13:28:09.381Z] 9153477181a4: Preparing [2025-10-31T13:28:09.381Z] c69fa7a46a69: Preparing [2025-10-31T13:28:09.381Z] 0e64f2360a44: Preparing [2025-10-31T13:28:09.381Z] 0b7c914b33f8: Waiting [2025-10-31T13:28:09.381Z] 9570127fd69c: Waiting [2025-10-31T13:28:09.381Z] 9153477181a4: Waiting [2025-10-31T13:28:09.381Z] c69fa7a46a69: Waiting [2025-10-31T13:28:09.381Z] 0e64f2360a44: Waiting [2025-10-31T13:28:09.381Z] 1ff1a050cdff: Waiting [2025-10-31T13:28:09.381Z] 26b0f6c95106: Waiting [2025-10-31T13:28:09.651Z] 9f0b45db3658: Pushed [2025-10-31T13:28:09.651Z] a9c653e15ed6: Pushed [2025-10-31T13:28:09.651Z] 3024765b7b04: Pushed [2025-10-31T13:28:09.651Z] 0b7c914b33f8: Layer already exists [2025-10-31T13:28:09.651Z] 1ff1a050cdff: Pushed [2025-10-31T13:28:09.919Z] 26b0f6c95106: Pushed [2025-10-31T13:28:09.919Z] 9570127fd69c: Layer already exists [2025-10-31T13:28:09.919Z] 0e64f2360a44: Layer already exists [2025-10-31T13:28:09.919Z] 9153477181a4: Pushed [2025-10-31T13:28:13.281Z] c69fa7a46a69: Pushed [2025-10-31T13:28:16.632Z] db4e74081af1: Pushed [2025-10-31T13:28:17.216Z] ed53d4dc043d: Pushed [2025-10-31T13:28:17.216Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b: digest: sha256:bfa85045e441ee66c378ab6a0c68d9f7912c770092c49b0a225c3c8aa15efc19 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:28:17.595Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:28:17.966Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2025-10-31T13:28:17.966Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-10-31T13:28:17.966Z] 3024765b7b04: Preparing [2025-10-31T13:28:17.966Z] a9c653e15ed6: Preparing [2025-10-31T13:28:17.966Z] ed53d4dc043d: Preparing [2025-10-31T13:28:17.966Z] db4e74081af1: Preparing [2025-10-31T13:28:17.966Z] 9f0b45db3658: Preparing [2025-10-31T13:28:17.966Z] 1ff1a050cdff: Preparing [2025-10-31T13:28:17.966Z] 26b0f6c95106: Preparing [2025-10-31T13:28:17.966Z] 1ff1a050cdff: Waiting [2025-10-31T13:28:17.966Z] 0b7c914b33f8: Preparing [2025-10-31T13:28:17.966Z] 26b0f6c95106: Waiting [2025-10-31T13:28:17.966Z] 9570127fd69c: Preparing [2025-10-31T13:28:17.966Z] 9153477181a4: Preparing [2025-10-31T13:28:17.966Z] c69fa7a46a69: Preparing [2025-10-31T13:28:17.966Z] 0e64f2360a44: Preparing [2025-10-31T13:28:17.966Z] 9153477181a4: Waiting [2025-10-31T13:28:17.966Z] c69fa7a46a69: Waiting [2025-10-31T13:28:17.966Z] 0e64f2360a44: Waiting [2025-10-31T13:28:17.966Z] 0b7c914b33f8: Waiting [2025-10-31T13:28:17.966Z] 9570127fd69c: Waiting [2025-10-31T13:28:17.966Z] 3024765b7b04: Layer already exists [2025-10-31T13:28:17.966Z] 9f0b45db3658: Layer already exists [2025-10-31T13:28:17.966Z] a9c653e15ed6: Layer already exists [2025-10-31T13:28:18.233Z] ed53d4dc043d: Layer already exists [2025-10-31T13:28:18.233Z] db4e74081af1: Layer already exists [2025-10-31T13:28:18.233Z] 1ff1a050cdff: Layer already exists [2025-10-31T13:28:18.233Z] 9153477181a4: Layer already exists [2025-10-31T13:28:18.233Z] 9570127fd69c: Layer already exists [2025-10-31T13:28:18.233Z] 0b7c914b33f8: Layer already exists [2025-10-31T13:28:18.233Z] 26b0f6c95106: Layer already exists [2025-10-31T13:28:18.233Z] c69fa7a46a69: Layer already exists [2025-10-31T13:28:18.233Z] 0e64f2360a44: Layer already exists [2025-10-31T13:28:18.233Z] latest: digest: sha256:bfa85045e441ee66c378ab6a0c68d9f7912c770092c49b0a225c3c8aa15efc19 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:28:18.598Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:28:18.959Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.73 [2025-10-31T13:28:18.959Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-10-31T13:28:18.959Z] 3024765b7b04: Preparing [2025-10-31T13:28:18.959Z] a9c653e15ed6: Preparing [2025-10-31T13:28:18.959Z] ed53d4dc043d: Preparing [2025-10-31T13:28:18.959Z] db4e74081af1: Preparing [2025-10-31T13:28:18.959Z] 9f0b45db3658: Preparing [2025-10-31T13:28:18.959Z] 1ff1a050cdff: Preparing [2025-10-31T13:28:18.959Z] 26b0f6c95106: Preparing [2025-10-31T13:28:18.959Z] 0b7c914b33f8: Preparing [2025-10-31T13:28:18.959Z] 9570127fd69c: Preparing [2025-10-31T13:28:18.959Z] 9153477181a4: Preparing [2025-10-31T13:28:18.959Z] c69fa7a46a69: Preparing [2025-10-31T13:28:18.959Z] 0e64f2360a44: Preparing [2025-10-31T13:28:18.959Z] 1ff1a050cdff: Waiting [2025-10-31T13:28:18.959Z] 26b0f6c95106: Waiting [2025-10-31T13:28:18.959Z] 9570127fd69c: Waiting [2025-10-31T13:28:18.959Z] 0b7c914b33f8: Waiting [2025-10-31T13:28:18.959Z] 9153477181a4: Waiting [2025-10-31T13:28:18.959Z] 0e64f2360a44: Waiting [2025-10-31T13:28:18.959Z] c69fa7a46a69: Waiting [2025-10-31T13:28:18.959Z] a9c653e15ed6: Layer already exists [2025-10-31T13:28:18.959Z] ed53d4dc043d: Layer already exists [2025-10-31T13:28:18.959Z] 3024765b7b04: Layer already exists [2025-10-31T13:28:18.959Z] 9f0b45db3658: Layer already exists [2025-10-31T13:28:18.959Z] db4e74081af1: Layer already exists [2025-10-31T13:28:18.959Z] 1ff1a050cdff: Layer already exists [2025-10-31T13:28:18.959Z] 0b7c914b33f8: Layer already exists [2025-10-31T13:28:18.959Z] 9153477181a4: Layer already exists [2025-10-31T13:28:18.959Z] 26b0f6c95106: Layer already exists [2025-10-31T13:28:18.959Z] 9570127fd69c: Layer already exists [2025-10-31T13:28:18.959Z] 0e64f2360a44: Layer already exists [2025-10-31T13:28:18.959Z] c69fa7a46a69: Layer already exists [2025-10-31T13:28:19.226Z] 4.1.0-dev.73: digest: sha256:bfa85045e441ee66c378ab6a0c68d9f7912c770092c49b0a225c3c8aa15efc19 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:28:19.592Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:28:19.960Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T13:28:19.960Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-10-31T13:28:19.960Z] 3024765b7b04: Preparing [2025-10-31T13:28:19.960Z] a9c653e15ed6: Preparing [2025-10-31T13:28:19.960Z] ed53d4dc043d: Preparing [2025-10-31T13:28:19.960Z] db4e74081af1: Preparing [2025-10-31T13:28:19.960Z] 9f0b45db3658: Preparing [2025-10-31T13:28:19.960Z] 1ff1a050cdff: Preparing [2025-10-31T13:28:19.960Z] 26b0f6c95106: Preparing [2025-10-31T13:28:19.960Z] 0b7c914b33f8: Preparing [2025-10-31T13:28:19.960Z] 9570127fd69c: Preparing [2025-10-31T13:28:19.960Z] 9153477181a4: Preparing [2025-10-31T13:28:19.960Z] c69fa7a46a69: Preparing [2025-10-31T13:28:19.960Z] 0e64f2360a44: Preparing [2025-10-31T13:28:19.960Z] 0b7c914b33f8: Waiting [2025-10-31T13:28:19.960Z] 9153477181a4: Waiting [2025-10-31T13:28:19.960Z] c69fa7a46a69: Waiting [2025-10-31T13:28:19.960Z] 26b0f6c95106: Waiting [2025-10-31T13:28:19.960Z] 0e64f2360a44: Waiting [2025-10-31T13:28:19.960Z] 9570127fd69c: Waiting [2025-10-31T13:28:19.960Z] 9f0b45db3658: Layer already exists [2025-10-31T13:28:19.960Z] a9c653e15ed6: Layer already exists [2025-10-31T13:28:19.960Z] db4e74081af1: Layer already exists [2025-10-31T13:28:19.960Z] ed53d4dc043d: Layer already exists [2025-10-31T13:28:19.960Z] 3024765b7b04: Layer already exists [2025-10-31T13:28:19.960Z] 0b7c914b33f8: Layer already exists [2025-10-31T13:28:19.960Z] 9570127fd69c: Layer already exists [2025-10-31T13:28:19.960Z] 9153477181a4: Layer already exists [2025-10-31T13:28:19.960Z] 26b0f6c95106: Layer already exists [2025-10-31T13:28:19.960Z] 1ff1a050cdff: Layer already exists [2025-10-31T13:28:19.960Z] 0e64f2360a44: Layer already exists [2025-10-31T13:28:19.960Z] c69fa7a46a69: Layer already exists [2025-10-31T13:28:20.227Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73: digest: sha256:bfa85045e441ee66c378ab6a0c68d9f7912c770092c49b0a225c3c8aa15efc19 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:28:20.580Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:28:20.934Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2025-10-31T13:28:20.934Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-10-31T13:28:20.934Z] 3024765b7b04: Preparing [2025-10-31T13:28:20.934Z] a9c653e15ed6: Preparing [2025-10-31T13:28:20.934Z] ed53d4dc043d: Preparing [2025-10-31T13:28:20.934Z] db4e74081af1: Preparing [2025-10-31T13:28:20.934Z] 9f0b45db3658: Preparing [2025-10-31T13:28:20.934Z] 1ff1a050cdff: Preparing [2025-10-31T13:28:20.934Z] 26b0f6c95106: Preparing [2025-10-31T13:28:20.934Z] 0b7c914b33f8: Preparing [2025-10-31T13:28:20.934Z] 9570127fd69c: Preparing [2025-10-31T13:28:20.934Z] 9153477181a4: Preparing [2025-10-31T13:28:20.934Z] c69fa7a46a69: Preparing [2025-10-31T13:28:20.934Z] 0e64f2360a44: Preparing [2025-10-31T13:28:20.934Z] 26b0f6c95106: Waiting [2025-10-31T13:28:20.934Z] 0b7c914b33f8: Waiting [2025-10-31T13:28:20.934Z] 9570127fd69c: Waiting [2025-10-31T13:28:20.934Z] 9153477181a4: Waiting [2025-10-31T13:28:20.934Z] c69fa7a46a69: Waiting [2025-10-31T13:28:20.934Z] 0e64f2360a44: Waiting [2025-10-31T13:28:20.934Z] 1ff1a050cdff: Waiting [2025-10-31T13:28:20.934Z] db4e74081af1: Layer already exists [2025-10-31T13:28:20.934Z] ed53d4dc043d: Layer already exists [2025-10-31T13:28:20.934Z] 9f0b45db3658: Layer already exists [2025-10-31T13:28:20.934Z] 3024765b7b04: Layer already exists [2025-10-31T13:28:20.934Z] a9c653e15ed6: Layer already exists [2025-10-31T13:28:20.934Z] 0b7c914b33f8: Layer already exists [2025-10-31T13:28:20.934Z] 1ff1a050cdff: Layer already exists [2025-10-31T13:28:20.934Z] 9570127fd69c: Layer already exists [2025-10-31T13:28:20.934Z] 26b0f6c95106: Layer already exists [2025-10-31T13:28:20.934Z] 9153477181a4: Layer already exists [2025-10-31T13:28:20.934Z] 0e64f2360a44: Layer already exists [2025-10-31T13:28:20.934Z] c69fa7a46a69: Layer already exists [2025-10-31T13:28:21.199Z] main: digest: sha256:bfa85045e441ee66c378ab6a0c68d9f7912c770092c49b0a225c3c8aa15efc19 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-10-31T13:28:21.295Z] ===================================================== [Pipeline] echo [2025-10-31T13:28:21.309Z] taggedImages: [2025-10-31T13:28:21.309Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T13:28:21.309Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2025-10-31T13:28:21.309Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.73 [2025-10-31T13:28:21.309Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T13:28:21.309Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2025-10-31T13:28:21.344Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2025-10-31T13:28:21.344Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T13:28:21.344Z] latest [2025-10-31T13:28:21.344Z] 4.1.0-dev.73 [2025-10-31T13:28:21.344Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T13:28:21.344Z] main [2025-10-31T13:28:21.344Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:28:21.804Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:28:22.159Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T13:28:22.159Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-10-31T13:28:22.159Z] 5e49761bb931: Preparing [2025-10-31T13:28:22.159Z] fa9fa612e24b: Preparing [2025-10-31T13:28:22.159Z] 0b7c914b33f8: Preparing [2025-10-31T13:28:22.159Z] 9570127fd69c: Preparing [2025-10-31T13:28:22.159Z] f510126e98cd: Preparing [2025-10-31T13:28:22.159Z] 8218abc33458: Preparing [2025-10-31T13:28:22.159Z] 0e64f2360a44: Preparing [2025-10-31T13:28:22.159Z] 8218abc33458: Waiting [2025-10-31T13:28:22.159Z] 0e64f2360a44: Waiting [2025-10-31T13:28:22.159Z] 0b7c914b33f8: Layer already exists [2025-10-31T13:28:22.425Z] 9570127fd69c: Layer already exists [2025-10-31T13:28:22.425Z] f510126e98cd: Pushed [2025-10-31T13:28:22.425Z] 0e64f2360a44: Layer already exists [2025-10-31T13:28:22.425Z] 5e49761bb931: Pushed [2025-10-31T13:28:24.362Z] 8218abc33458: Pushed [2025-10-31T13:28:29.704Z] fa9fa612e24b: Pushed [2025-10-31T13:28:29.704Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b: digest: sha256:2c6612e4eeeec2261cb52e6094d0c49dc6962632643a60da56f47c5cfafe6c60 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:28:30.080Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:28:30.445Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2025-10-31T13:28:30.445Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-10-31T13:28:30.445Z] 5e49761bb931: Preparing [2025-10-31T13:28:30.445Z] fa9fa612e24b: Preparing [2025-10-31T13:28:30.445Z] 0b7c914b33f8: Preparing [2025-10-31T13:28:30.445Z] 9570127fd69c: Preparing [2025-10-31T13:28:30.445Z] f510126e98cd: Preparing [2025-10-31T13:28:30.445Z] 8218abc33458: Preparing [2025-10-31T13:28:30.445Z] 0e64f2360a44: Preparing [2025-10-31T13:28:30.445Z] 8218abc33458: Waiting [2025-10-31T13:28:30.445Z] 0e64f2360a44: Waiting [2025-10-31T13:28:30.445Z] 9570127fd69c: Layer already exists [2025-10-31T13:28:30.445Z] f510126e98cd: Layer already exists [2025-10-31T13:28:30.445Z] 5e49761bb931: Layer already exists [2025-10-31T13:28:30.445Z] fa9fa612e24b: Layer already exists [2025-10-31T13:28:30.445Z] 0b7c914b33f8: Layer already exists [2025-10-31T13:28:30.445Z] 8218abc33458: Layer already exists [2025-10-31T13:28:30.445Z] 0e64f2360a44: Layer already exists [2025-10-31T13:28:30.714Z] latest: digest: sha256:2c6612e4eeeec2261cb52e6094d0c49dc6962632643a60da56f47c5cfafe6c60 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:28:31.081Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:28:31.444Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.73 [2025-10-31T13:28:31.444Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-10-31T13:28:31.444Z] 5e49761bb931: Preparing [2025-10-31T13:28:31.444Z] fa9fa612e24b: Preparing [2025-10-31T13:28:31.444Z] 0b7c914b33f8: Preparing [2025-10-31T13:28:31.444Z] 9570127fd69c: Preparing [2025-10-31T13:28:31.444Z] f510126e98cd: Preparing [2025-10-31T13:28:31.444Z] 8218abc33458: Preparing [2025-10-31T13:28:31.444Z] 0e64f2360a44: Preparing [2025-10-31T13:28:31.444Z] 8218abc33458: Waiting [2025-10-31T13:28:31.444Z] 0e64f2360a44: Waiting [2025-10-31T13:28:31.444Z] 9570127fd69c: Layer already exists [2025-10-31T13:28:31.444Z] 0b7c914b33f8: Layer already exists [2025-10-31T13:28:31.444Z] fa9fa612e24b: Layer already exists [2025-10-31T13:28:31.444Z] 5e49761bb931: Layer already exists [2025-10-31T13:28:31.444Z] f510126e98cd: Layer already exists [2025-10-31T13:28:31.444Z] 8218abc33458: Layer already exists [2025-10-31T13:28:31.444Z] 0e64f2360a44: Layer already exists [2025-10-31T13:28:31.712Z] 4.1.0-dev.73: digest: sha256:2c6612e4eeeec2261cb52e6094d0c49dc6962632643a60da56f47c5cfafe6c60 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:28:32.146Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:28:32.527Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T13:28:32.527Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-10-31T13:28:32.527Z] 5e49761bb931: Preparing [2025-10-31T13:28:32.527Z] fa9fa612e24b: Preparing [2025-10-31T13:28:32.527Z] 0b7c914b33f8: Preparing [2025-10-31T13:28:32.527Z] 9570127fd69c: Preparing [2025-10-31T13:28:32.527Z] f510126e98cd: Preparing [2025-10-31T13:28:32.527Z] 8218abc33458: Preparing [2025-10-31T13:28:32.527Z] 0e64f2360a44: Preparing [2025-10-31T13:28:32.527Z] 8218abc33458: Waiting [2025-10-31T13:28:32.527Z] 0e64f2360a44: Waiting [2025-10-31T13:28:32.527Z] 5e49761bb931: Layer already exists [2025-10-31T13:28:32.527Z] 0b7c914b33f8: Layer already exists [2025-10-31T13:28:32.527Z] fa9fa612e24b: Layer already exists [2025-10-31T13:28:32.527Z] f510126e98cd: Layer already exists [2025-10-31T13:28:32.527Z] 9570127fd69c: Layer already exists [2025-10-31T13:28:32.527Z] 8218abc33458: Layer already exists [2025-10-31T13:28:32.527Z] 0e64f2360a44: Layer already exists [2025-10-31T13:28:32.801Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73: digest: sha256:2c6612e4eeeec2261cb52e6094d0c49dc6962632643a60da56f47c5cfafe6c60 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:28:33.198Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:28:33.595Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2025-10-31T13:28:33.595Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-10-31T13:28:33.595Z] 5e49761bb931: Preparing [2025-10-31T13:28:33.595Z] fa9fa612e24b: Preparing [2025-10-31T13:28:33.595Z] 0b7c914b33f8: Preparing [2025-10-31T13:28:33.595Z] 9570127fd69c: Preparing [2025-10-31T13:28:33.595Z] f510126e98cd: Preparing [2025-10-31T13:28:33.595Z] 8218abc33458: Preparing [2025-10-31T13:28:33.595Z] 0e64f2360a44: Preparing [2025-10-31T13:28:33.595Z] 8218abc33458: Waiting [2025-10-31T13:28:33.595Z] 0e64f2360a44: Waiting [2025-10-31T13:28:33.595Z] 0b7c914b33f8: Layer already exists [2025-10-31T13:28:33.595Z] 9570127fd69c: Layer already exists [2025-10-31T13:28:33.595Z] 5e49761bb931: Layer already exists [2025-10-31T13:28:33.595Z] f510126e98cd: Layer already exists [2025-10-31T13:28:33.595Z] fa9fa612e24b: Layer already exists [2025-10-31T13:28:33.595Z] 8218abc33458: Layer already exists [2025-10-31T13:28:33.595Z] 0e64f2360a44: Layer already exists [2025-10-31T13:28:33.873Z] main: digest: sha256:2c6612e4eeeec2261cb52e6094d0c49dc6962632643a60da56f47c5cfafe6c60 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-10-31T13:28:33.977Z] ===================================================== [Pipeline] echo [2025-10-31T13:28:33.996Z] taggedImages: [2025-10-31T13:28:33.996Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T13:28:33.996Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2025-10-31T13:28:33.996Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.73 [2025-10-31T13:28:33.996Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T13:28:33.996Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2025-10-31T13:28:34.023Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2025-10-31T13:28:34.023Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T13:28:34.023Z] latest [2025-10-31T13:28:34.023Z] 4.1.0-dev.73 [2025-10-31T13:28:34.023Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T13:28:34.023Z] main [2025-10-31T13:28:34.023Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:28:34.424Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:28:34.800Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T13:28:34.800Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-10-31T13:28:34.800Z] de4c6d367e8f: Preparing [2025-10-31T13:28:34.800Z] 3c0162604599: Preparing [2025-10-31T13:28:34.800Z] bcbb2cde5559: Preparing [2025-10-31T13:28:34.800Z] 0b7c914b33f8: Preparing [2025-10-31T13:28:34.800Z] 9570127fd69c: Preparing [2025-10-31T13:28:34.800Z] 324ec2e821b9: Preparing [2025-10-31T13:28:34.800Z] f305631f3f60: Preparing [2025-10-31T13:28:34.800Z] bf23f2fdd689: Preparing [2025-10-31T13:28:34.800Z] 4c2c94fc2039: Preparing [2025-10-31T13:28:34.800Z] 0e64f2360a44: Preparing [2025-10-31T13:28:34.800Z] bf23f2fdd689: Waiting [2025-10-31T13:28:34.800Z] 4c2c94fc2039: Waiting [2025-10-31T13:28:34.800Z] 0e64f2360a44: Waiting [2025-10-31T13:28:34.800Z] 324ec2e821b9: Waiting [2025-10-31T13:28:34.800Z] f305631f3f60: Waiting [2025-10-31T13:28:35.066Z] 0b7c914b33f8: Layer already exists [2025-10-31T13:28:35.066Z] 9570127fd69c: Layer already exists [2025-10-31T13:28:35.066Z] bcbb2cde5559: Pushed [2025-10-31T13:28:35.066Z] 3c0162604599: Pushed [2025-10-31T13:28:35.066Z] de4c6d367e8f: Pushed [2025-10-31T13:28:35.066Z] 0e64f2360a44: Layer already exists [2025-10-31T13:28:35.333Z] bf23f2fdd689: Pushed [2025-10-31T13:28:36.296Z] 4c2c94fc2039: Pushed [2025-10-31T13:28:46.381Z] f305631f3f60: Pushed [2025-10-31T13:29:04.596Z] 324ec2e821b9: Pushed [2025-10-31T13:29:04.596Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b: digest: sha256:957fdcd54f3559d790c09bb3653cdd76c18dc21bbe2d8904eb6588e2b2b2e6fb size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:29:04.961Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:29:05.325Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2025-10-31T13:29:05.325Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-10-31T13:29:05.325Z] de4c6d367e8f: Preparing [2025-10-31T13:29:05.325Z] 3c0162604599: Preparing [2025-10-31T13:29:05.325Z] bcbb2cde5559: Preparing [2025-10-31T13:29:05.325Z] 0b7c914b33f8: Preparing [2025-10-31T13:29:05.325Z] 9570127fd69c: Preparing [2025-10-31T13:29:05.325Z] 324ec2e821b9: Preparing [2025-10-31T13:29:05.325Z] f305631f3f60: Preparing [2025-10-31T13:29:05.325Z] bf23f2fdd689: Preparing [2025-10-31T13:29:05.325Z] 4c2c94fc2039: Preparing [2025-10-31T13:29:05.325Z] 0e64f2360a44: Preparing [2025-10-31T13:29:05.325Z] 324ec2e821b9: Waiting [2025-10-31T13:29:05.325Z] f305631f3f60: Waiting [2025-10-31T13:29:05.325Z] bf23f2fdd689: Waiting [2025-10-31T13:29:05.325Z] 4c2c94fc2039: Waiting [2025-10-31T13:29:05.325Z] 0e64f2360a44: Waiting [2025-10-31T13:29:05.325Z] de4c6d367e8f: Layer already exists [2025-10-31T13:29:05.325Z] 9570127fd69c: Layer already exists [2025-10-31T13:29:05.325Z] 0b7c914b33f8: Layer already exists [2025-10-31T13:29:05.325Z] 3c0162604599: Layer already exists [2025-10-31T13:29:05.325Z] bcbb2cde5559: Layer already exists [2025-10-31T13:29:05.594Z] bf23f2fdd689: Layer already exists [2025-10-31T13:29:05.594Z] 324ec2e821b9: Layer already exists [2025-10-31T13:29:05.594Z] 4c2c94fc2039: Layer already exists [2025-10-31T13:29:05.594Z] 0e64f2360a44: Layer already exists [2025-10-31T13:29:05.594Z] f305631f3f60: Layer already exists [2025-10-31T13:29:05.594Z] latest: digest: sha256:957fdcd54f3559d790c09bb3653cdd76c18dc21bbe2d8904eb6588e2b2b2e6fb size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:29:05.981Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:29:06.362Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.73 [2025-10-31T13:29:06.362Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-10-31T13:29:06.362Z] de4c6d367e8f: Preparing [2025-10-31T13:29:06.362Z] 3c0162604599: Preparing [2025-10-31T13:29:06.362Z] bcbb2cde5559: Preparing [2025-10-31T13:29:06.362Z] 0b7c914b33f8: Preparing [2025-10-31T13:29:06.362Z] 9570127fd69c: Preparing [2025-10-31T13:29:06.362Z] 324ec2e821b9: Preparing [2025-10-31T13:29:06.362Z] f305631f3f60: Preparing [2025-10-31T13:29:06.362Z] bf23f2fdd689: Preparing [2025-10-31T13:29:06.362Z] 4c2c94fc2039: Preparing [2025-10-31T13:29:06.362Z] 0e64f2360a44: Preparing [2025-10-31T13:29:06.362Z] bf23f2fdd689: Waiting [2025-10-31T13:29:06.362Z] 4c2c94fc2039: Waiting [2025-10-31T13:29:06.362Z] f305631f3f60: Waiting [2025-10-31T13:29:06.362Z] 324ec2e821b9: Waiting [2025-10-31T13:29:06.362Z] 0e64f2360a44: Waiting [2025-10-31T13:29:06.362Z] 3c0162604599: Layer already exists [2025-10-31T13:29:06.362Z] de4c6d367e8f: Layer already exists [2025-10-31T13:29:06.362Z] bcbb2cde5559: Layer already exists [2025-10-31T13:29:06.362Z] 0b7c914b33f8: Layer already exists [2025-10-31T13:29:06.362Z] 9570127fd69c: Layer already exists [2025-10-31T13:29:06.362Z] 324ec2e821b9: Layer already exists [2025-10-31T13:29:06.362Z] 4c2c94fc2039: Layer already exists [2025-10-31T13:29:06.362Z] 0e64f2360a44: Layer already exists [2025-10-31T13:29:06.362Z] f305631f3f60: Layer already exists [2025-10-31T13:29:06.362Z] bf23f2fdd689: Layer already exists [2025-10-31T13:29:06.629Z] 4.1.0-dev.73: digest: sha256:957fdcd54f3559d790c09bb3653cdd76c18dc21bbe2d8904eb6588e2b2b2e6fb size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:29:07.015Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:29:07.385Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T13:29:07.385Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-10-31T13:29:07.385Z] de4c6d367e8f: Preparing [2025-10-31T13:29:07.385Z] 3c0162604599: Preparing [2025-10-31T13:29:07.385Z] bcbb2cde5559: Preparing [2025-10-31T13:29:07.385Z] 0b7c914b33f8: Preparing [2025-10-31T13:29:07.385Z] 9570127fd69c: Preparing [2025-10-31T13:29:07.385Z] 324ec2e821b9: Preparing [2025-10-31T13:29:07.385Z] f305631f3f60: Preparing [2025-10-31T13:29:07.385Z] 324ec2e821b9: Waiting [2025-10-31T13:29:07.385Z] bf23f2fdd689: Preparing [2025-10-31T13:29:07.385Z] f305631f3f60: Waiting [2025-10-31T13:29:07.385Z] 4c2c94fc2039: Preparing [2025-10-31T13:29:07.385Z] bf23f2fdd689: Waiting [2025-10-31T13:29:07.385Z] 0e64f2360a44: Preparing [2025-10-31T13:29:07.385Z] 0e64f2360a44: Waiting [2025-10-31T13:29:07.385Z] bcbb2cde5559: Layer already exists [2025-10-31T13:29:07.385Z] 9570127fd69c: Layer already exists [2025-10-31T13:29:07.385Z] 3c0162604599: Layer already exists [2025-10-31T13:29:07.385Z] 0b7c914b33f8: Layer already exists [2025-10-31T13:29:07.385Z] de4c6d367e8f: Layer already exists [2025-10-31T13:29:07.385Z] bf23f2fdd689: Layer already exists [2025-10-31T13:29:07.385Z] f305631f3f60: Layer already exists [2025-10-31T13:29:07.385Z] 324ec2e821b9: Layer already exists [2025-10-31T13:29:07.385Z] 0e64f2360a44: Layer already exists [2025-10-31T13:29:07.385Z] 4c2c94fc2039: Layer already exists [2025-10-31T13:29:07.651Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73: digest: sha256:957fdcd54f3559d790c09bb3653cdd76c18dc21bbe2d8904eb6588e2b2b2e6fb size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:29:08.026Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:29:08.391Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2025-10-31T13:29:08.391Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-10-31T13:29:08.391Z] de4c6d367e8f: Preparing [2025-10-31T13:29:08.391Z] 3c0162604599: Preparing [2025-10-31T13:29:08.391Z] bcbb2cde5559: Preparing [2025-10-31T13:29:08.391Z] 0b7c914b33f8: Preparing [2025-10-31T13:29:08.391Z] 9570127fd69c: Preparing [2025-10-31T13:29:08.391Z] 324ec2e821b9: Preparing [2025-10-31T13:29:08.391Z] f305631f3f60: Preparing [2025-10-31T13:29:08.391Z] bf23f2fdd689: Preparing [2025-10-31T13:29:08.391Z] 4c2c94fc2039: Preparing [2025-10-31T13:29:08.391Z] 0e64f2360a44: Preparing [2025-10-31T13:29:08.391Z] 324ec2e821b9: Waiting [2025-10-31T13:29:08.391Z] f305631f3f60: Waiting [2025-10-31T13:29:08.391Z] bf23f2fdd689: Waiting [2025-10-31T13:29:08.391Z] 0e64f2360a44: Waiting [2025-10-31T13:29:08.391Z] 4c2c94fc2039: Waiting [2025-10-31T13:29:08.391Z] de4c6d367e8f: Layer already exists [2025-10-31T13:29:08.391Z] bcbb2cde5559: Layer already exists [2025-10-31T13:29:08.391Z] 9570127fd69c: Layer already exists [2025-10-31T13:29:08.391Z] 3c0162604599: Layer already exists [2025-10-31T13:29:08.391Z] 0b7c914b33f8: Layer already exists [2025-10-31T13:29:08.391Z] 4c2c94fc2039: Layer already exists [2025-10-31T13:29:08.391Z] f305631f3f60: Layer already exists [2025-10-31T13:29:08.391Z] bf23f2fdd689: Layer already exists [2025-10-31T13:29:08.391Z] 0e64f2360a44: Layer already exists [2025-10-31T13:29:08.391Z] 324ec2e821b9: Layer already exists [2025-10-31T13:29:08.657Z] main: digest: sha256:957fdcd54f3559d790c09bb3653cdd76c18dc21bbe2d8904eb6588e2b2b2e6fb size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-10-31T13:29:08.749Z] ===================================================== [Pipeline] echo [2025-10-31T13:29:08.770Z] taggedImages: [2025-10-31T13:29:08.770Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T13:29:08.770Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2025-10-31T13:29:08.770Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.73 [2025-10-31T13:29:08.771Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T13:29:08.771Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2025-10-31T13:29:08.806Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2025-10-31T13:29:08.806Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T13:29:08.806Z] latest [2025-10-31T13:29:08.806Z] 4.1.0-dev.73 [2025-10-31T13:29:08.806Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T13:29:08.806Z] main [2025-10-31T13:29:08.806Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:29:09.194Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:29:09.547Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T13:29:09.547Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-10-31T13:29:09.547Z] 89a637e89d25: Preparing [2025-10-31T13:29:09.547Z] a1dc44181044: Preparing [2025-10-31T13:29:09.547Z] c7915b7128fa: Preparing [2025-10-31T13:29:09.547Z] 0b7c914b33f8: Preparing [2025-10-31T13:29:09.547Z] 9570127fd69c: Preparing [2025-10-31T13:29:09.547Z] 918baeedb1c1: Preparing [2025-10-31T13:29:09.547Z] b28b1cab40fc: Preparing [2025-10-31T13:29:09.547Z] 4ff42a87503f: Preparing [2025-10-31T13:29:09.547Z] 0e64f2360a44: Preparing [2025-10-31T13:29:09.547Z] 918baeedb1c1: Waiting [2025-10-31T13:29:09.547Z] b28b1cab40fc: Waiting [2025-10-31T13:29:09.547Z] 4ff42a87503f: Waiting [2025-10-31T13:29:09.547Z] 0e64f2360a44: Waiting [2025-10-31T13:29:09.547Z] 9570127fd69c: Layer already exists [2025-10-31T13:29:09.547Z] 0b7c914b33f8: Layer already exists [2025-10-31T13:29:09.812Z] a1dc44181044: Pushed [2025-10-31T13:29:09.812Z] 89a637e89d25: Pushed [2025-10-31T13:29:09.812Z] c7915b7128fa: Pushed [2025-10-31T13:29:09.812Z] b28b1cab40fc: Pushed [2025-10-31T13:29:09.812Z] 0e64f2360a44: Layer already exists [2025-10-31T13:29:10.393Z] 4ff42a87503f: Pushed [2025-10-31T13:29:37.097Z] 918baeedb1c1: Pushed [2025-10-31T13:29:37.097Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b: digest: sha256:d60f0965ed987faea2e97e50397d8257e1fd186e60c0dff4067f4e7a52c6eafc size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:29:37.470Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:29:37.844Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2025-10-31T13:29:37.844Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-10-31T13:29:37.844Z] 89a637e89d25: Preparing [2025-10-31T13:29:37.844Z] a1dc44181044: Preparing [2025-10-31T13:29:37.844Z] c7915b7128fa: Preparing [2025-10-31T13:29:37.844Z] 0b7c914b33f8: Preparing [2025-10-31T13:29:37.844Z] 9570127fd69c: Preparing [2025-10-31T13:29:37.844Z] 918baeedb1c1: Preparing [2025-10-31T13:29:37.844Z] b28b1cab40fc: Preparing [2025-10-31T13:29:37.844Z] 4ff42a87503f: Preparing [2025-10-31T13:29:37.844Z] 0e64f2360a44: Preparing [2025-10-31T13:29:37.844Z] 918baeedb1c1: Waiting [2025-10-31T13:29:37.844Z] b28b1cab40fc: Waiting [2025-10-31T13:29:37.844Z] 4ff42a87503f: Waiting [2025-10-31T13:29:37.844Z] 0e64f2360a44: Waiting [2025-10-31T13:29:37.844Z] 89a637e89d25: Layer already exists [2025-10-31T13:29:37.844Z] 0b7c914b33f8: Layer already exists [2025-10-31T13:29:37.844Z] 9570127fd69c: Layer already exists [2025-10-31T13:29:37.844Z] c7915b7128fa: Layer already exists [2025-10-31T13:29:37.844Z] a1dc44181044: Layer already exists [2025-10-31T13:29:37.844Z] b28b1cab40fc: Layer already exists [2025-10-31T13:29:37.844Z] 918baeedb1c1: Layer already exists [2025-10-31T13:29:37.844Z] 0e64f2360a44: Layer already exists [2025-10-31T13:29:37.844Z] 4ff42a87503f: Layer already exists [2025-10-31T13:29:38.110Z] latest: digest: sha256:d60f0965ed987faea2e97e50397d8257e1fd186e60c0dff4067f4e7a52c6eafc size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:29:38.470Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:29:38.833Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.73 [2025-10-31T13:29:38.833Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-10-31T13:29:38.833Z] 89a637e89d25: Preparing [2025-10-31T13:29:38.833Z] a1dc44181044: Preparing [2025-10-31T13:29:38.833Z] c7915b7128fa: Preparing [2025-10-31T13:29:38.833Z] 0b7c914b33f8: Preparing [2025-10-31T13:29:38.833Z] 9570127fd69c: Preparing [2025-10-31T13:29:38.833Z] 918baeedb1c1: Preparing [2025-10-31T13:29:38.833Z] b28b1cab40fc: Preparing [2025-10-31T13:29:38.833Z] 918baeedb1c1: Waiting [2025-10-31T13:29:38.833Z] 4ff42a87503f: Preparing [2025-10-31T13:29:38.833Z] b28b1cab40fc: Waiting [2025-10-31T13:29:38.833Z] 0e64f2360a44: Preparing [2025-10-31T13:29:38.833Z] 4ff42a87503f: Waiting [2025-10-31T13:29:38.833Z] 0e64f2360a44: Waiting [2025-10-31T13:29:38.833Z] 9570127fd69c: Layer already exists [2025-10-31T13:29:38.833Z] a1dc44181044: Layer already exists [2025-10-31T13:29:38.833Z] c7915b7128fa: Layer already exists [2025-10-31T13:29:38.833Z] 89a637e89d25: Layer already exists [2025-10-31T13:29:38.833Z] 0b7c914b33f8: Layer already exists [2025-10-31T13:29:38.833Z] 918baeedb1c1: Layer already exists [2025-10-31T13:29:38.833Z] 4ff42a87503f: Layer already exists [2025-10-31T13:29:38.833Z] b28b1cab40fc: Layer already exists [2025-10-31T13:29:38.833Z] 0e64f2360a44: Layer already exists [2025-10-31T13:29:39.101Z] 4.1.0-dev.73: digest: sha256:d60f0965ed987faea2e97e50397d8257e1fd186e60c0dff4067f4e7a52c6eafc size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:29:39.467Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:29:39.834Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T13:29:39.834Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-10-31T13:29:39.834Z] 89a637e89d25: Preparing [2025-10-31T13:29:39.834Z] a1dc44181044: Preparing [2025-10-31T13:29:39.834Z] c7915b7128fa: Preparing [2025-10-31T13:29:39.834Z] 0b7c914b33f8: Preparing [2025-10-31T13:29:39.834Z] 9570127fd69c: Preparing [2025-10-31T13:29:39.834Z] 918baeedb1c1: Preparing [2025-10-31T13:29:39.834Z] b28b1cab40fc: Preparing [2025-10-31T13:29:39.834Z] 4ff42a87503f: Preparing [2025-10-31T13:29:39.834Z] 918baeedb1c1: Waiting [2025-10-31T13:29:39.834Z] b28b1cab40fc: Waiting [2025-10-31T13:29:39.834Z] 0e64f2360a44: Preparing [2025-10-31T13:29:39.834Z] 4ff42a87503f: Waiting [2025-10-31T13:29:39.834Z] 0e64f2360a44: Waiting [2025-10-31T13:29:39.834Z] 9570127fd69c: Layer already exists [2025-10-31T13:29:39.834Z] a1dc44181044: Layer already exists [2025-10-31T13:29:39.834Z] 89a637e89d25: Layer already exists [2025-10-31T13:29:39.834Z] 0b7c914b33f8: Layer already exists [2025-10-31T13:29:39.834Z] c7915b7128fa: Layer already exists [2025-10-31T13:29:39.834Z] 0e64f2360a44: Layer already exists [2025-10-31T13:29:39.834Z] b28b1cab40fc: Layer already exists [2025-10-31T13:29:39.834Z] 4ff42a87503f: Layer already exists [2025-10-31T13:29:39.834Z] 918baeedb1c1: Layer already exists [2025-10-31T13:29:40.149Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73: digest: sha256:d60f0965ed987faea2e97e50397d8257e1fd186e60c0dff4067f4e7a52c6eafc size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:29:40.520Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:29:40.896Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2025-10-31T13:29:40.896Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-10-31T13:29:40.896Z] 89a637e89d25: Preparing [2025-10-31T13:29:40.896Z] a1dc44181044: Preparing [2025-10-31T13:29:40.896Z] c7915b7128fa: Preparing [2025-10-31T13:29:40.896Z] 0b7c914b33f8: Preparing [2025-10-31T13:29:40.896Z] 9570127fd69c: Preparing [2025-10-31T13:29:40.896Z] 918baeedb1c1: Preparing [2025-10-31T13:29:40.896Z] b28b1cab40fc: Preparing [2025-10-31T13:29:40.896Z] 4ff42a87503f: Preparing [2025-10-31T13:29:40.896Z] 0e64f2360a44: Preparing [2025-10-31T13:29:40.896Z] 918baeedb1c1: Waiting [2025-10-31T13:29:40.896Z] b28b1cab40fc: Waiting [2025-10-31T13:29:40.896Z] 4ff42a87503f: Waiting [2025-10-31T13:29:40.896Z] 0e64f2360a44: Waiting [2025-10-31T13:29:40.896Z] 89a637e89d25: Layer already exists [2025-10-31T13:29:40.896Z] c7915b7128fa: Layer already exists [2025-10-31T13:29:40.896Z] 0b7c914b33f8: Layer already exists [2025-10-31T13:29:40.896Z] 9570127fd69c: Layer already exists [2025-10-31T13:29:40.896Z] a1dc44181044: Layer already exists [2025-10-31T13:29:40.896Z] 0e64f2360a44: Layer already exists [2025-10-31T13:29:40.896Z] 4ff42a87503f: Layer already exists [2025-10-31T13:29:40.896Z] 918baeedb1c1: Layer already exists [2025-10-31T13:29:40.896Z] b28b1cab40fc: Layer already exists [2025-10-31T13:29:41.163Z] main: digest: sha256:d60f0965ed987faea2e97e50397d8257e1fd186e60c0dff4067f4e7a52c6eafc size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-10-31T13:29:41.255Z] ===================================================== [Pipeline] echo [2025-10-31T13:29:41.273Z] taggedImages: [2025-10-31T13:29:41.273Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T13:29:41.273Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2025-10-31T13:29:41.273Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.73 [2025-10-31T13:29:41.273Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T13:29:41.273Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2025-10-31T13:29:41.302Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2025-10-31T13:29:41.302Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T13:29:41.302Z] latest [2025-10-31T13:29:41.302Z] 4.1.0-dev.73 [2025-10-31T13:29:41.302Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T13:29:41.302Z] main [2025-10-31T13:29:41.302Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:29:41.675Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:29:42.049Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T13:29:42.049Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-10-31T13:29:42.049Z] 2bf0c084a417: Preparing [2025-10-31T13:29:42.049Z] c422e517db60: Preparing [2025-10-31T13:29:42.049Z] 4ac330d60893: Preparing [2025-10-31T13:29:42.049Z] 0b7c914b33f8: Preparing [2025-10-31T13:29:42.049Z] 9570127fd69c: Preparing [2025-10-31T13:29:42.049Z] abe301aad305: Preparing [2025-10-31T13:29:42.049Z] bf23f2fdd689: Preparing [2025-10-31T13:29:42.049Z] 4c2c94fc2039: Preparing [2025-10-31T13:29:42.049Z] 0e64f2360a44: Preparing [2025-10-31T13:29:42.049Z] bf23f2fdd689: Waiting [2025-10-31T13:29:42.049Z] 4c2c94fc2039: Waiting [2025-10-31T13:29:42.049Z] 0e64f2360a44: Waiting [2025-10-31T13:29:42.049Z] abe301aad305: Waiting [2025-10-31T13:29:42.324Z] 9570127fd69c: Layer already exists [2025-10-31T13:29:42.324Z] 0b7c914b33f8: Layer already exists [2025-10-31T13:29:42.324Z] 4ac330d60893: Pushed [2025-10-31T13:29:42.324Z] bf23f2fdd689: Layer already exists [2025-10-31T13:29:42.324Z] c422e517db60: Pushed [2025-10-31T13:29:42.324Z] 2bf0c084a417: Pushed [2025-10-31T13:29:42.324Z] 4c2c94fc2039: Layer already exists [2025-10-31T13:29:42.324Z] 0e64f2360a44: Layer already exists [2025-10-31T13:30:14.683Z] abe301aad305: Pushed [2025-10-31T13:30:14.683Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b: digest: sha256:d925b21ee061c36f83cbf299ef5e16c700ac13c7a0f8e76f103a38901528ea9d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:30:15.061Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:30:15.438Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2025-10-31T13:30:15.438Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-10-31T13:30:15.438Z] 2bf0c084a417: Preparing [2025-10-31T13:30:15.438Z] c422e517db60: Preparing [2025-10-31T13:30:15.438Z] 4ac330d60893: Preparing [2025-10-31T13:30:15.438Z] 0b7c914b33f8: Preparing [2025-10-31T13:30:15.438Z] 9570127fd69c: Preparing [2025-10-31T13:30:15.438Z] abe301aad305: Preparing [2025-10-31T13:30:15.438Z] bf23f2fdd689: Preparing [2025-10-31T13:30:15.438Z] 4c2c94fc2039: Preparing [2025-10-31T13:30:15.438Z] 0e64f2360a44: Preparing [2025-10-31T13:30:15.438Z] abe301aad305: Waiting [2025-10-31T13:30:15.438Z] bf23f2fdd689: Waiting [2025-10-31T13:30:15.438Z] 4c2c94fc2039: Waiting [2025-10-31T13:30:15.438Z] 0e64f2360a44: Waiting [2025-10-31T13:30:15.438Z] c422e517db60: Layer already exists [2025-10-31T13:30:15.438Z] 9570127fd69c: Layer already exists [2025-10-31T13:30:15.438Z] 0b7c914b33f8: Layer already exists [2025-10-31T13:30:15.438Z] 4ac330d60893: Layer already exists [2025-10-31T13:30:15.438Z] 2bf0c084a417: Layer already exists [2025-10-31T13:30:15.438Z] abe301aad305: Layer already exists [2025-10-31T13:30:15.438Z] bf23f2fdd689: Layer already exists [2025-10-31T13:30:15.438Z] 4c2c94fc2039: Layer already exists [2025-10-31T13:30:15.438Z] 0e64f2360a44: Layer already exists [2025-10-31T13:30:15.705Z] latest: digest: sha256:d925b21ee061c36f83cbf299ef5e16c700ac13c7a0f8e76f103a38901528ea9d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:30:16.079Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:30:16.445Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.73 [2025-10-31T13:30:16.445Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-10-31T13:30:16.445Z] 2bf0c084a417: Preparing [2025-10-31T13:30:16.445Z] c422e517db60: Preparing [2025-10-31T13:30:16.445Z] 4ac330d60893: Preparing [2025-10-31T13:30:16.445Z] 0b7c914b33f8: Preparing [2025-10-31T13:30:16.445Z] 9570127fd69c: Preparing [2025-10-31T13:30:16.445Z] abe301aad305: Preparing [2025-10-31T13:30:16.445Z] bf23f2fdd689: Preparing [2025-10-31T13:30:16.445Z] 4c2c94fc2039: Preparing [2025-10-31T13:30:16.445Z] 0e64f2360a44: Preparing [2025-10-31T13:30:16.445Z] bf23f2fdd689: Waiting [2025-10-31T13:30:16.445Z] 0e64f2360a44: Waiting [2025-10-31T13:30:16.445Z] 4c2c94fc2039: Waiting [2025-10-31T13:30:16.445Z] abe301aad305: Waiting [2025-10-31T13:30:16.445Z] 0b7c914b33f8: Layer already exists [2025-10-31T13:30:16.445Z] 4ac330d60893: Layer already exists [2025-10-31T13:30:16.445Z] 2bf0c084a417: Layer already exists [2025-10-31T13:30:16.445Z] c422e517db60: Layer already exists [2025-10-31T13:30:16.445Z] 9570127fd69c: Layer already exists [2025-10-31T13:30:16.445Z] bf23f2fdd689: Layer already exists [2025-10-31T13:30:16.445Z] abe301aad305: Layer already exists [2025-10-31T13:30:16.445Z] 4c2c94fc2039: Layer already exists [2025-10-31T13:30:16.445Z] 0e64f2360a44: Layer already exists [2025-10-31T13:30:16.713Z] 4.1.0-dev.73: digest: sha256:d925b21ee061c36f83cbf299ef5e16c700ac13c7a0f8e76f103a38901528ea9d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:30:17.100Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:30:17.476Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T13:30:17.476Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-10-31T13:30:17.476Z] 2bf0c084a417: Preparing [2025-10-31T13:30:17.476Z] c422e517db60: Preparing [2025-10-31T13:30:17.476Z] 4ac330d60893: Preparing [2025-10-31T13:30:17.476Z] 0b7c914b33f8: Preparing [2025-10-31T13:30:17.476Z] 9570127fd69c: Preparing [2025-10-31T13:30:17.476Z] abe301aad305: Preparing [2025-10-31T13:30:17.476Z] bf23f2fdd689: Preparing [2025-10-31T13:30:17.476Z] 4c2c94fc2039: Preparing [2025-10-31T13:30:17.476Z] 0e64f2360a44: Preparing [2025-10-31T13:30:17.476Z] bf23f2fdd689: Waiting [2025-10-31T13:30:17.476Z] 4c2c94fc2039: Waiting [2025-10-31T13:30:17.476Z] 0e64f2360a44: Waiting [2025-10-31T13:30:17.476Z] abe301aad305: Waiting [2025-10-31T13:30:17.476Z] c422e517db60: Layer already exists [2025-10-31T13:30:17.476Z] 2bf0c084a417: Layer already exists [2025-10-31T13:30:17.476Z] 9570127fd69c: Layer already exists [2025-10-31T13:30:17.476Z] 0b7c914b33f8: Layer already exists [2025-10-31T13:30:17.476Z] 4ac330d60893: Layer already exists [2025-10-31T13:30:17.476Z] bf23f2fdd689: Layer already exists [2025-10-31T13:30:17.476Z] abe301aad305: Layer already exists [2025-10-31T13:30:17.476Z] 4c2c94fc2039: Layer already exists [2025-10-31T13:30:17.476Z] 0e64f2360a44: Layer already exists [2025-10-31T13:30:17.743Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73: digest: sha256:d925b21ee061c36f83cbf299ef5e16c700ac13c7a0f8e76f103a38901528ea9d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:30:18.133Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:30:18.500Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2025-10-31T13:30:18.500Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-10-31T13:30:18.500Z] 2bf0c084a417: Preparing [2025-10-31T13:30:18.500Z] c422e517db60: Preparing [2025-10-31T13:30:18.500Z] 4ac330d60893: Preparing [2025-10-31T13:30:18.500Z] 0b7c914b33f8: Preparing [2025-10-31T13:30:18.500Z] 9570127fd69c: Preparing [2025-10-31T13:30:18.500Z] abe301aad305: Preparing [2025-10-31T13:30:18.500Z] bf23f2fdd689: Preparing [2025-10-31T13:30:18.500Z] abe301aad305: Waiting [2025-10-31T13:30:18.500Z] 4c2c94fc2039: Preparing [2025-10-31T13:30:18.500Z] bf23f2fdd689: Waiting [2025-10-31T13:30:18.500Z] 0e64f2360a44: Preparing [2025-10-31T13:30:18.500Z] 4c2c94fc2039: Waiting [2025-10-31T13:30:18.500Z] 0e64f2360a44: Waiting [2025-10-31T13:30:18.766Z] c422e517db60: Layer already exists [2025-10-31T13:30:18.766Z] 2bf0c084a417: Layer already exists [2025-10-31T13:30:18.766Z] 0b7c914b33f8: Layer already exists [2025-10-31T13:30:18.766Z] 9570127fd69c: Layer already exists [2025-10-31T13:30:18.766Z] 4ac330d60893: Layer already exists [2025-10-31T13:30:18.766Z] 4c2c94fc2039: Layer already exists [2025-10-31T13:30:18.767Z] bf23f2fdd689: Layer already exists [2025-10-31T13:30:18.767Z] abe301aad305: Layer already exists [2025-10-31T13:30:18.767Z] 0e64f2360a44: Layer already exists [2025-10-31T13:30:18.767Z] main: digest: sha256:d925b21ee061c36f83cbf299ef5e16c700ac13c7a0f8e76f103a38901528ea9d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-10-31T13:30:18.861Z] ===================================================== [Pipeline] echo [2025-10-31T13:30:18.881Z] taggedImages: [2025-10-31T13:30:18.881Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T13:30:18.881Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2025-10-31T13:30:18.881Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.73 [2025-10-31T13:30:18.881Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T13:30:18.881Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2025-10-31T13:30:18.913Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2025-10-31T13:30:18.913Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T13:30:18.913Z] latest [2025-10-31T13:30:18.913Z] 4.1.0-dev.73 [2025-10-31T13:30:18.913Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T13:30:18.913Z] main [2025-10-31T13:30:18.913Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:30:19.309Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:30:19.674Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T13:30:19.675Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-10-31T13:30:19.675Z] 980932e8b82c: Preparing [2025-10-31T13:30:19.675Z] 2ed6f4aceb6b: Preparing [2025-10-31T13:30:19.675Z] 0b7c914b33f8: Preparing [2025-10-31T13:30:19.675Z] 9570127fd69c: Preparing [2025-10-31T13:30:19.675Z] e8974f2315f7: Preparing [2025-10-31T13:30:19.675Z] 238f456f9845: Preparing [2025-10-31T13:30:19.675Z] 0e64f2360a44: Preparing [2025-10-31T13:30:19.675Z] 238f456f9845: Waiting [2025-10-31T13:30:19.675Z] 0e64f2360a44: Waiting [2025-10-31T13:30:19.943Z] 9570127fd69c: Layer already exists [2025-10-31T13:30:19.943Z] 0b7c914b33f8: Layer already exists [2025-10-31T13:30:19.943Z] 0e64f2360a44: Layer already exists [2025-10-31T13:30:19.943Z] 980932e8b82c: Pushed [2025-10-31T13:30:19.943Z] e8974f2315f7: Pushed [2025-10-31T13:30:21.352Z] 238f456f9845: Pushed [2025-10-31T13:30:29.562Z] 2ed6f4aceb6b: Pushed [2025-10-31T13:30:29.562Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b: digest: sha256:23f87a4212ff956589df5dc30d55bc17052b8321be0675b7d1bf445017cabdf4 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:30:29.937Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:30:30.303Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2025-10-31T13:30:30.304Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-10-31T13:30:30.304Z] 980932e8b82c: Preparing [2025-10-31T13:30:30.304Z] 2ed6f4aceb6b: Preparing [2025-10-31T13:30:30.304Z] 0b7c914b33f8: Preparing [2025-10-31T13:30:30.304Z] 9570127fd69c: Preparing [2025-10-31T13:30:30.304Z] e8974f2315f7: Preparing [2025-10-31T13:30:30.304Z] 238f456f9845: Preparing [2025-10-31T13:30:30.304Z] 0e64f2360a44: Preparing [2025-10-31T13:30:30.304Z] 238f456f9845: Waiting [2025-10-31T13:30:30.304Z] e8974f2315f7: Layer already exists [2025-10-31T13:30:30.304Z] 9570127fd69c: Layer already exists [2025-10-31T13:30:30.304Z] 980932e8b82c: Layer already exists [2025-10-31T13:30:30.304Z] 0b7c914b33f8: Layer already exists [2025-10-31T13:30:30.304Z] 2ed6f4aceb6b: Layer already exists [2025-10-31T13:30:30.304Z] 238f456f9845: Layer already exists [2025-10-31T13:30:30.304Z] 0e64f2360a44: Layer already exists [2025-10-31T13:30:30.571Z] latest: digest: sha256:23f87a4212ff956589df5dc30d55bc17052b8321be0675b7d1bf445017cabdf4 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:30:30.949Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:30:31.329Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.73 [2025-10-31T13:30:31.329Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-10-31T13:30:31.329Z] 980932e8b82c: Preparing [2025-10-31T13:30:31.329Z] 2ed6f4aceb6b: Preparing [2025-10-31T13:30:31.329Z] 0b7c914b33f8: Preparing [2025-10-31T13:30:31.329Z] 9570127fd69c: Preparing [2025-10-31T13:30:31.329Z] e8974f2315f7: Preparing [2025-10-31T13:30:31.329Z] 238f456f9845: Preparing [2025-10-31T13:30:31.329Z] 0e64f2360a44: Preparing [2025-10-31T13:30:31.329Z] 238f456f9845: Waiting [2025-10-31T13:30:31.329Z] 0e64f2360a44: Waiting [2025-10-31T13:30:31.329Z] 980932e8b82c: Layer already exists [2025-10-31T13:30:31.329Z] e8974f2315f7: Layer already exists [2025-10-31T13:30:31.329Z] 9570127fd69c: Layer already exists [2025-10-31T13:30:31.329Z] 0b7c914b33f8: Layer already exists [2025-10-31T13:30:31.329Z] 2ed6f4aceb6b: Layer already exists [2025-10-31T13:30:31.329Z] 238f456f9845: Layer already exists [2025-10-31T13:30:31.329Z] 0e64f2360a44: Layer already exists [2025-10-31T13:30:31.596Z] 4.1.0-dev.73: digest: sha256:23f87a4212ff956589df5dc30d55bc17052b8321be0675b7d1bf445017cabdf4 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:30:31.968Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:30:32.363Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T13:30:32.363Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-10-31T13:30:32.363Z] 980932e8b82c: Preparing [2025-10-31T13:30:32.363Z] 2ed6f4aceb6b: Preparing [2025-10-31T13:30:32.363Z] 0b7c914b33f8: Preparing [2025-10-31T13:30:32.363Z] 9570127fd69c: Preparing [2025-10-31T13:30:32.363Z] e8974f2315f7: Preparing [2025-10-31T13:30:32.363Z] 238f456f9845: Preparing [2025-10-31T13:30:32.363Z] 0e64f2360a44: Preparing [2025-10-31T13:30:32.363Z] 238f456f9845: Waiting [2025-10-31T13:30:32.363Z] 0e64f2360a44: Waiting [2025-10-31T13:30:32.363Z] 2ed6f4aceb6b: Layer already exists [2025-10-31T13:30:32.363Z] 9570127fd69c: Layer already exists [2025-10-31T13:30:32.363Z] e8974f2315f7: Layer already exists [2025-10-31T13:30:32.363Z] 980932e8b82c: Layer already exists [2025-10-31T13:30:32.363Z] 0b7c914b33f8: Layer already exists [2025-10-31T13:30:32.363Z] 238f456f9845: Layer already exists [2025-10-31T13:30:32.363Z] 0e64f2360a44: Layer already exists [2025-10-31T13:30:32.633Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73: digest: sha256:23f87a4212ff956589df5dc30d55bc17052b8321be0675b7d1bf445017cabdf4 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:30:33.021Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:30:33.452Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2025-10-31T13:30:33.453Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-10-31T13:30:33.453Z] 980932e8b82c: Preparing [2025-10-31T13:30:33.453Z] 2ed6f4aceb6b: Preparing [2025-10-31T13:30:33.453Z] 0b7c914b33f8: Preparing [2025-10-31T13:30:33.453Z] 9570127fd69c: Preparing [2025-10-31T13:30:33.453Z] e8974f2315f7: Preparing [2025-10-31T13:30:33.453Z] 238f456f9845: Preparing [2025-10-31T13:30:33.453Z] 0e64f2360a44: Preparing [2025-10-31T13:30:33.453Z] 0e64f2360a44: Waiting [2025-10-31T13:30:33.453Z] 238f456f9845: Waiting [2025-10-31T13:30:33.729Z] 0b7c914b33f8: Layer already exists [2025-10-31T13:30:33.729Z] 9570127fd69c: Layer already exists [2025-10-31T13:30:33.729Z] e8974f2315f7: Layer already exists [2025-10-31T13:30:33.729Z] 980932e8b82c: Layer already exists [2025-10-31T13:30:33.729Z] 2ed6f4aceb6b: Layer already exists [2025-10-31T13:30:33.729Z] 238f456f9845: Layer already exists [2025-10-31T13:30:33.729Z] 0e64f2360a44: Layer already exists [2025-10-31T13:30:33.729Z] main: digest: sha256:23f87a4212ff956589df5dc30d55bc17052b8321be0675b7d1bf445017cabdf4 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-10-31T13:30:33.835Z] ===================================================== [Pipeline] echo [2025-10-31T13:30:33.855Z] taggedImages: [2025-10-31T13:30:33.855Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T13:30:33.855Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2025-10-31T13:30:33.855Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.73 [2025-10-31T13:30:33.855Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T13:30:33.855Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2025-10-31T13:30:33.879Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2025-10-31T13:30:33.879Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T13:30:33.879Z] latest [2025-10-31T13:30:33.879Z] 4.1.0-dev.73 [2025-10-31T13:30:33.879Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T13:30:33.879Z] main [2025-10-31T13:30:33.879Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:30:34.291Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:30:34.698Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T13:30:34.698Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-10-31T13:30:34.698Z] ad5cda95de3c: Preparing [2025-10-31T13:30:34.698Z] f0c51bc45e2b: Preparing [2025-10-31T13:30:34.698Z] 0b7c914b33f8: Preparing [2025-10-31T13:30:34.698Z] 9570127fd69c: Preparing [2025-10-31T13:30:34.698Z] 26ac6a968752: Preparing [2025-10-31T13:30:34.698Z] ffcd39ddd7de: Preparing [2025-10-31T13:30:34.698Z] 0e64f2360a44: Preparing [2025-10-31T13:30:34.698Z] ffcd39ddd7de: Waiting [2025-10-31T13:30:34.698Z] 0e64f2360a44: Waiting [2025-10-31T13:30:34.698Z] 0b7c914b33f8: Layer already exists [2025-10-31T13:30:34.979Z] 9570127fd69c: Layer already exists [2025-10-31T13:30:34.979Z] 26ac6a968752: Pushed [2025-10-31T13:30:34.979Z] 0e64f2360a44: Layer already exists [2025-10-31T13:30:34.979Z] ad5cda95de3c: Pushed [2025-10-31T13:30:35.957Z] ffcd39ddd7de: Pushed [2025-10-31T13:30:46.049Z] f0c51bc45e2b: Pushed [2025-10-31T13:30:46.049Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b: digest: sha256:4e234bcde2131017bc2da80fb4ab7cae8ff89502c5fc685b036b2cfcf4417df6 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:30:46.420Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:30:46.789Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2025-10-31T13:30:46.789Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-10-31T13:30:46.789Z] ad5cda95de3c: Preparing [2025-10-31T13:30:46.789Z] f0c51bc45e2b: Preparing [2025-10-31T13:30:46.789Z] 0b7c914b33f8: Preparing [2025-10-31T13:30:46.789Z] 9570127fd69c: Preparing [2025-10-31T13:30:46.789Z] 26ac6a968752: Preparing [2025-10-31T13:30:46.789Z] ffcd39ddd7de: Preparing [2025-10-31T13:30:46.789Z] 0e64f2360a44: Preparing [2025-10-31T13:30:46.789Z] ffcd39ddd7de: Waiting [2025-10-31T13:30:46.789Z] 0e64f2360a44: Waiting [2025-10-31T13:30:46.789Z] 26ac6a968752: Layer already exists [2025-10-31T13:30:46.789Z] 0b7c914b33f8: Layer already exists [2025-10-31T13:30:46.789Z] 9570127fd69c: Layer already exists [2025-10-31T13:30:46.789Z] f0c51bc45e2b: Layer already exists [2025-10-31T13:30:46.789Z] ad5cda95de3c: Layer already exists [2025-10-31T13:30:47.057Z] 0e64f2360a44: Layer already exists [2025-10-31T13:30:47.057Z] ffcd39ddd7de: Layer already exists [2025-10-31T13:30:47.057Z] latest: digest: sha256:4e234bcde2131017bc2da80fb4ab7cae8ff89502c5fc685b036b2cfcf4417df6 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:30:47.436Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:30:47.825Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.73 [2025-10-31T13:30:47.825Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-10-31T13:30:47.825Z] ad5cda95de3c: Preparing [2025-10-31T13:30:47.825Z] f0c51bc45e2b: Preparing [2025-10-31T13:30:47.825Z] 0b7c914b33f8: Preparing [2025-10-31T13:30:47.825Z] 9570127fd69c: Preparing [2025-10-31T13:30:47.825Z] 26ac6a968752: Preparing [2025-10-31T13:30:47.825Z] ffcd39ddd7de: Preparing [2025-10-31T13:30:47.825Z] 0e64f2360a44: Preparing [2025-10-31T13:30:47.825Z] ffcd39ddd7de: Waiting [2025-10-31T13:30:47.825Z] 0e64f2360a44: Waiting [2025-10-31T13:30:47.825Z] 0b7c914b33f8: Layer already exists [2025-10-31T13:30:47.825Z] f0c51bc45e2b: Layer already exists [2025-10-31T13:30:47.825Z] 26ac6a968752: Layer already exists [2025-10-31T13:30:47.825Z] 9570127fd69c: Layer already exists [2025-10-31T13:30:47.825Z] ad5cda95de3c: Layer already exists [2025-10-31T13:30:47.825Z] ffcd39ddd7de: Layer already exists [2025-10-31T13:30:47.825Z] 0e64f2360a44: Layer already exists [2025-10-31T13:30:48.095Z] 4.1.0-dev.73: digest: sha256:4e234bcde2131017bc2da80fb4ab7cae8ff89502c5fc685b036b2cfcf4417df6 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:30:48.474Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:30:48.837Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T13:30:48.837Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-10-31T13:30:48.837Z] ad5cda95de3c: Preparing [2025-10-31T13:30:48.837Z] f0c51bc45e2b: Preparing [2025-10-31T13:30:48.837Z] 0b7c914b33f8: Preparing [2025-10-31T13:30:48.837Z] 9570127fd69c: Preparing [2025-10-31T13:30:48.837Z] 26ac6a968752: Preparing [2025-10-31T13:30:48.837Z] ffcd39ddd7de: Preparing [2025-10-31T13:30:48.837Z] 0e64f2360a44: Preparing [2025-10-31T13:30:48.837Z] ffcd39ddd7de: Waiting [2025-10-31T13:30:48.837Z] 0e64f2360a44: Waiting [2025-10-31T13:30:48.837Z] 26ac6a968752: Layer already exists [2025-10-31T13:30:48.837Z] f0c51bc45e2b: Layer already exists [2025-10-31T13:30:48.837Z] ad5cda95de3c: Layer already exists [2025-10-31T13:30:48.837Z] 9570127fd69c: Layer already exists [2025-10-31T13:30:48.837Z] 0b7c914b33f8: Layer already exists [2025-10-31T13:30:48.837Z] ffcd39ddd7de: Layer already exists [2025-10-31T13:30:49.104Z] 0e64f2360a44: Layer already exists [2025-10-31T13:30:49.104Z] 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73: digest: sha256:4e234bcde2131017bc2da80fb4ab7cae8ff89502c5fc685b036b2cfcf4417df6 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:30:49.464Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:30:49.832Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2025-10-31T13:30:49.832Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-10-31T13:30:49.832Z] ad5cda95de3c: Preparing [2025-10-31T13:30:49.832Z] f0c51bc45e2b: Preparing [2025-10-31T13:30:49.832Z] 0b7c914b33f8: Preparing [2025-10-31T13:30:49.832Z] 9570127fd69c: Preparing [2025-10-31T13:30:49.832Z] 26ac6a968752: Preparing [2025-10-31T13:30:49.832Z] ffcd39ddd7de: Preparing [2025-10-31T13:30:49.832Z] 0e64f2360a44: Preparing [2025-10-31T13:30:49.832Z] ffcd39ddd7de: Waiting [2025-10-31T13:30:49.832Z] 0e64f2360a44: Waiting [2025-10-31T13:30:49.832Z] ad5cda95de3c: Layer already exists [2025-10-31T13:30:49.832Z] 26ac6a968752: Layer already exists [2025-10-31T13:30:49.832Z] 9570127fd69c: Layer already exists [2025-10-31T13:30:49.832Z] f0c51bc45e2b: Layer already exists [2025-10-31T13:30:49.832Z] 0b7c914b33f8: Layer already exists [2025-10-31T13:30:50.101Z] ffcd39ddd7de: Layer already exists [2025-10-31T13:30:50.101Z] 0e64f2360a44: Layer already exists [2025-10-31T13:30:50.101Z] main: digest: sha256:4e234bcde2131017bc2da80fb4ab7cae8ff89502c5fc685b036b2cfcf4417df6 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-10-31T13:30:50.185Z] ===================================================== [Pipeline] echo [2025-10-31T13:30:50.199Z] taggedImages: [2025-10-31T13:30:50.199Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [2025-10-31T13:30:50.199Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2025-10-31T13:30:50.199Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.73 [2025-10-31T13:30:50.199Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [2025-10-31T13:30:50.199Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo [2025-10-31T13:30:50.215Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] echo [2025-10-31T13:30:50.228Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo [2025-10-31T13:30:50.239Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.73 [Pipeline] echo [2025-10-31T13:30:50.251Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] echo [2025-10-31T13:30:50.263Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2025-10-31T13:30:50.276Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] echo [2025-10-31T13:30:50.290Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo [2025-10-31T13:30:50.303Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.73 [Pipeline] echo [2025-10-31T13:30:50.322Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] echo [2025-10-31T13:30:50.335Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2025-10-31T13:30:50.346Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] echo [2025-10-31T13:30:50.364Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo [2025-10-31T13:30:50.378Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.73 [Pipeline] echo [2025-10-31T13:30:50.390Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] echo [2025-10-31T13:30:50.405Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2025-10-31T13:30:50.418Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] echo [2025-10-31T13:30:50.427Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo [2025-10-31T13:30:50.438Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.73 [Pipeline] echo [2025-10-31T13:30:50.448Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] echo [2025-10-31T13:30:50.460Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2025-10-31T13:30:50.473Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] echo [2025-10-31T13:30:50.490Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo [2025-10-31T13:30:50.500Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.73 [Pipeline] echo [2025-10-31T13:30:50.516Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] echo [2025-10-31T13:30:50.536Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2025-10-31T13:30:50.552Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] echo [2025-10-31T13:30:50.566Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo [2025-10-31T13:30:50.578Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.73 [Pipeline] echo [2025-10-31T13:30:50.592Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] echo [2025-10-31T13:30:50.608Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2025-10-31T13:30:50.617Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] echo [2025-10-31T13:30:50.630Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo [2025-10-31T13:30:50.647Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.73 [Pipeline] echo [2025-10-31T13:30:50.658Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] echo [2025-10-31T13:30:50.670Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2025-10-31T13:30:50.679Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] echo [2025-10-31T13:30:50.692Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo [2025-10-31T13:30:50.703Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.73 [Pipeline] echo [2025-10-31T13:30:50.713Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] echo [2025-10-31T13:30:50.722Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2025-10-31T13:30:50.731Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] echo [2025-10-31T13:30:50.742Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo [2025-10-31T13:30:50.752Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.73 [Pipeline] echo [2025-10-31T13:30:50.763Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] echo [2025-10-31T13:30:50.772Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2025-10-31T13:30:50.782Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] echo [2025-10-31T13:30:50.792Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo [2025-10-31T13:30:50.802Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.73 [Pipeline] echo [2025-10-31T13:30:50.812Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] echo [2025-10-31T13:30:50.821Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2025-10-31T13:30:50.830Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] echo [2025-10-31T13:30:50.841Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo [2025-10-31T13:30:50.853Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.73 [Pipeline] echo [2025-10-31T13:30:50.863Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] echo [2025-10-31T13:30:50.878Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2025-10-31T13:30:50.890Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] echo [2025-10-31T13:30:50.902Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo [2025-10-31T13:30:50.914Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.73 [Pipeline] echo [2025-10-31T13:30:50.925Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] echo [2025-10-31T13:30:50.936Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2025-10-31T13:30:50.953Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] echo [2025-10-31T13:30:50.967Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo [2025-10-31T13:30:50.981Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.73 [Pipeline] echo [2025-10-31T13:30:50.994Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] echo [2025-10-31T13:30:51.007Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2025-10-31T13:30:51.021Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] echo [2025-10-31T13:30:51.036Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo [2025-10-31T13:30:51.051Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.73 [Pipeline] echo [2025-10-31T13:30:51.063Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] echo [2025-10-31T13:30:51.073Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2025-10-31T13:30:51.087Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] echo [2025-10-31T13:30:51.102Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo [2025-10-31T13:30:51.114Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.73 [Pipeline] echo [2025-10-31T13:30:51.131Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] echo [2025-10-31T13:30:51.146Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:30:51.560Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-10-31T13:30:51.560Z] [2025-10-31T13:30:51.560Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:30:51.919Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-10-31T13:30:52.192Z] arm64: Pulling from edgex-lftools-log-publisher [2025-10-31T13:30:52.192Z] 8998bd30e6a1: Pulling fs layer [2025-10-31T13:30:52.192Z] 04944245beec: Pulling fs layer [2025-10-31T13:30:52.192Z] 699f458cf7ca: Pulling fs layer [2025-10-31T13:30:52.192Z] 765212b225bb: Pulling fs layer [2025-10-31T13:30:52.192Z] f23df028b6ca: Pulling fs layer [2025-10-31T13:30:52.192Z] 765212b225bb: Waiting [2025-10-31T13:30:52.192Z] d65c8cfc05b1: Pulling fs layer [2025-10-31T13:30:52.192Z] f23df028b6ca: Waiting [2025-10-31T13:30:52.192Z] 2437ff75d9bd: Pulling fs layer [2025-10-31T13:30:52.192Z] d65c8cfc05b1: Waiting [2025-10-31T13:30:52.192Z] 2437ff75d9bd: Waiting [2025-10-31T13:30:52.192Z] 04944245beec: Verifying Checksum [2025-10-31T13:30:52.192Z] 04944245beec: Download complete [2025-10-31T13:30:52.192Z] 765212b225bb: Verifying Checksum [2025-10-31T13:30:52.192Z] 765212b225bb: Download complete [2025-10-31T13:30:52.192Z] f23df028b6ca: Verifying Checksum [2025-10-31T13:30:52.192Z] f23df028b6ca: Download complete [2025-10-31T13:30:52.192Z] d65c8cfc05b1: Verifying Checksum [2025-10-31T13:30:52.192Z] d65c8cfc05b1: Download complete [2025-10-31T13:30:52.462Z] 699f458cf7ca: Verifying Checksum [2025-10-31T13:30:52.462Z] 699f458cf7ca: Download complete [2025-10-31T13:30:53.053Z] 8998bd30e6a1: Verifying Checksum [2025-10-31T13:30:53.053Z] 8998bd30e6a1: Download complete [2025-10-31T13:30:55.649Z] 2437ff75d9bd: Verifying Checksum [2025-10-31T13:30:55.649Z] 2437ff75d9bd: Download complete [2025-10-31T13:30:58.243Z] 8998bd30e6a1: Pull complete [2025-10-31T13:30:58.830Z] 04944245beec: Pull complete [2025-10-31T13:31:01.429Z] 699f458cf7ca: Pull complete [2025-10-31T13:31:01.700Z] 765212b225bb: Pull complete [2025-10-31T13:31:02.666Z] f23df028b6ca: Pull complete [2025-10-31T13:31:02.935Z] d65c8cfc05b1: Pull complete [2025-10-31T13:31:21.171Z] 2437ff75d9bd: Pull complete [2025-10-31T13:31:21.171Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-10-31T13:31:21.171Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-10-31T13:31:21.171Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-10-31T13:31:21.411Z] prd-ubuntu20.04-docker-arm64-4c-16g-772188 does not seem to be running inside a container [2025-10-31T13:31:21.513Z] $ 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/921 -v /w/workspace/edgex-go/921:/w/workspace/edgex-go/921:rw,z -v /w/workspace/edgex-go/921@tmp:/w/workspace/edgex-go/921@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:arm64 cat [2025-10-31T13:31:25.461Z] $ docker top 0daaa8fb8307c4d9cc96484b11850924370d207c3d5aec69b330caad04db8ec9 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-10-31T13:31:26.434Z] ---> job-cost.sh [2025-10-31T13:31:26.434Z] lf-activate-venv: SKIPPING [2025-10-31T13:31:26.434Z] INFO: No Stack... [2025-10-31T13:31:27.052Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-10-31T13:31:28.021Z] INFO: Archiving Costs [Pipeline] sh [2025-10-31T13:31:28.689Z] + cat /w/workspace/edgex-go/921/archives/cost.csv [2025-10-31T13:31:28.689Z] + cut -d, -f6 [Pipeline] lock [2025-10-31T13:31:28.753Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-921-stack-cost] [2025-10-31T13:31:28.760Z] Resource [jenkins-edgexfoundry-edgex-go-main-921-stack-cost] did not exist. Created. [2025-10-31T13:31:28.765Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-921-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-10-31T13:31:29.435Z] + echo total: 0.33000001311302185 [Pipeline] stash [2025-10-31T13:31:30.364Z] Stashed 1 file(s) [Pipeline] } [2025-10-31T13:31:30.372Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-921-stack-cost] [Pipeline] // lock [Pipeline] } [2025-10-31T13:31:30.401Z] $ docker stop --time=1 0daaa8fb8307c4d9cc96484b11850924370d207c3d5aec69b330caad04db8ec9 [2025-10-31T13:31:32.013Z] $ docker rm -f --volumes 0daaa8fb8307c4d9cc96484b11850924370d207c3d5aec69b330caad04db8ec9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2025-10-31T13:31:32.627Z] provisioning config files... [2025-10-31T13:31:32.634Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/921@tmp/config8590397200026791731tmp [Pipeline] { [Pipeline] sh [2025-10-31T13:31:32.936Z] + set +x [2025-10-31T13:31:32.936Z] + curl -s https://codecov.io/bash [2025-10-31T13:31:32.936Z] + bash -s -- [2025-10-31T13:31:32.936Z] [2025-10-31T13:31:32.936Z] _____ _ [2025-10-31T13:31:32.936Z] / ____| | | [2025-10-31T13:31:32.936Z] | | ___ __| | ___ ___ _____ __ [2025-10-31T13:31:32.936Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2025-10-31T13:31:32.936Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2025-10-31T13:31:32.936Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2025-10-31T13:31:32.936Z] Bash-1.0.6 [2025-10-31T13:31:32.936Z] [2025-10-31T13:31:32.936Z] [2025-10-31T13:31:32.936Z] ==> git version 2.25.1 found [2025-10-31T13:31:32.936Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2025-10-31T13:31:32.936Z] Release-Date: 2020-01-08 [2025-10-31T13:31:32.936Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2025-10-31T13:31:32.936Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2025-10-31T13:31:32.936Z] ==> Jenkins CI detected. [2025-10-31T13:31:32.936Z] current dir:  /w/workspace/edgex-go/921 [2025-10-31T13:31:32.936Z] project root: . [2025-10-31T13:31:32.936Z] --> token set from env [2025-10-31T13:31:33.195Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2025-10-31T13:31:33.195Z] ==> Running gcov in . (disable via -X gcov) [2025-10-31T13:31:33.195Z] ==> Python coveragepy not found [2025-10-31T13:31:33.195Z] ==> Searching for coverage reports in: [2025-10-31T13:31:33.195Z] + . [2025-10-31T13:31:33.195Z] -> Found 1 reports [2025-10-31T13:31:33.195Z] ==> Detecting git/mercurial file structure [2025-10-31T13:31:33.195Z] ==> Reading reports [2025-10-31T13:31:33.195Z] + ./coverage.out bytes=1040111 [2025-10-31T13:31:33.195Z] ==> Appending adjustments [2025-10-31T13:31:33.195Z] https://docs.codecov.io/docs/fixing-reports [2025-10-31T13:31:34.571Z] + Found adjustments [2025-10-31T13:31:34.571Z] ==> Gzipping contents [2025-10-31T13:31:34.571Z] 108K /tmp/codecov.XiYLjf.gz [2025-10-31T13:31:34.571Z] ==> Uploading reports [2025-10-31T13:31:34.571Z] url: https://codecov.io [2025-10-31T13:31:34.571Z] query: branch=main&commit=636c0249806ecb81ff5c6dc90fac847d9a5fe90b&build=921&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F921%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-10-31T13:31:34.571Z] -> Pinging Codecov [2025-10-31T13:31:34.572Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=636c0249806ecb81ff5c6dc90fac847d9a5fe90b&build=921&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F921%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-10-31T13:31:34.831Z] -> Uploading to [2025-10-31T13:31:34.831Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/edgex-go/636c0249806ecb81ff5c6dc90fac847d9a5fe90b/83082e84-0864-4f40-9f4e-03e060e9ded4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20251031%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20251031T133134Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=095bcc299b04298d9a6bd40e831a4733700ba786ef14593dce7b9e6bbb1ce9b9 [2025-10-31T13:31:34.831Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-10-31T13:31:34.831Z] Dload Upload Total Spent Left Speed [2025-10-31T13:31:35.089Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 104k 0 0 100 104k 0 565k --:--:-- --:--:-- --:--:-- 565k [2025-10-31T13:31:35.089Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] } [2025-10-31T13:31:35.096Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2025-10-31T13:31:35.333Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2025-10-31T13:31:35.347Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:31:35.658Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-10-31T13:31:35.658Z] [2025-10-31T13:31:35.658Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:31:35.955Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-10-31T13:31:36.522Z] latest: Pulling from edgex-devops/edgex-snyk-go [2025-10-31T13:31:36.781Z] 2d35ebdb57d9: Already exists [2025-10-31T13:31:36.781Z] 85e8836fcdb2: Pulling fs layer [2025-10-31T13:31:36.781Z] 91631faa732a: Pulling fs layer [2025-10-31T13:31:36.781Z] f3f5ae8826fa: Pulling fs layer [2025-10-31T13:31:36.781Z] 4f4fb700ef54: Pulling fs layer [2025-10-31T13:31:36.781Z] 7861252a18e6: Pulling fs layer [2025-10-31T13:31:36.781Z] 9130f900ef6f: Pulling fs layer [2025-10-31T13:31:36.781Z] 4f4fb700ef54: Waiting [2025-10-31T13:31:36.781Z] 9130f900ef6f: Waiting [2025-10-31T13:31:36.781Z] 7861252a18e6: Waiting [2025-10-31T13:31:36.781Z] f3f5ae8826fa: Verifying Checksum [2025-10-31T13:31:36.781Z] f3f5ae8826fa: Download complete [2025-10-31T13:31:36.781Z] 85e8836fcdb2: Verifying Checksum [2025-10-31T13:31:36.781Z] 85e8836fcdb2: Download complete [2025-10-31T13:31:36.781Z] 4f4fb700ef54: Verifying Checksum [2025-10-31T13:31:36.781Z] 4f4fb700ef54: Download complete [2025-10-31T13:31:37.354Z] 7861252a18e6: Verifying Checksum [2025-10-31T13:31:37.354Z] 7861252a18e6: Download complete [2025-10-31T13:31:37.354Z] 91631faa732a: Verifying Checksum [2025-10-31T13:31:37.354Z] 91631faa732a: Download complete [2025-10-31T13:31:37.923Z] 85e8836fcdb2: Pull complete [2025-10-31T13:31:38.488Z] 9130f900ef6f: Verifying Checksum [2025-10-31T13:31:38.488Z] 9130f900ef6f: Download complete [2025-10-31T13:31:43.769Z] 91631faa732a: Pull complete [2025-10-31T13:31:43.769Z] f3f5ae8826fa: Pull complete [2025-10-31T13:31:43.769Z] 4f4fb700ef54: Pull complete [2025-10-31T13:31:44.026Z] 7861252a18e6: Pull complete [2025-10-31T13:31:48.214Z] 9130f900ef6f: Pull complete [2025-10-31T13:31:48.473Z] Digest: sha256:56ae2c276304682a5b16c7ecab195a3e707c8b22ba01ba591248577dbd21f89e [2025-10-31T13:31:48.473Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-10-31T13:31:48.473Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-10-31T13:31:48.564Z] prd-ubuntu20.04-docker-8c-8g-772206 does not seem to be running inside a container [2025-10-31T13:31:48.590Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/921 -v /w/workspace/edgex-go/921:/w/workspace/edgex-go/921:rw,z -v /w/workspace/edgex-go/921@tmp:/w/workspace/edgex-go/921@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat [2025-10-31T13:31:54.395Z] $ docker top bf6d466fc7ab43b17fc54737f36c3a83497dba85490cc880fc4e74930630d9a1 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-10-31T13:31:54.747Z] + git config --global --add safe.directory /w/workspace/edgex-go/921 [Pipeline] echo [2025-10-31T13:31:54.758Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2025-10-31T13:31:55.036Z] + set -o pipefail [2025-10-31T13:31:55.036Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2025-10-31T13:32:05.023Z] [2025-10-31T13:32:05.023Z] Monitoring /w/workspace/edgex-go/921 (github.com/edgexfoundry/edgex-go)... [2025-10-31T13:32:05.023Z] [2025-10-31T13:32:05.023Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/71d87457-1f07-4d74-bd46-3edf9fb22a64 [2025-10-31T13:32:05.023Z] [2025-10-31T13:32:05.023Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2025-10-31T13:32:05.023Z] [Pipeline] } [2025-10-31T13:32:05.959Z] $ docker stop --time=1 bf6d466fc7ab43b17fc54737f36c3a83497dba85490cc880fc4e74930630d9a1 [2025-10-31T13:32:14.219Z] $ docker rm -f --volumes bf6d466fc7ab43b17fc54737f36c3a83497dba85490cc880fc4e74930630d9a1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2025-10-31T13:32:14.786Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-10-31T13:32:14.810Z] provisioning config files... [2025-10-31T13:32:14.819Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/921@tmp/config6162955792114431783tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-10-31T13:32:15.115Z] --> edgex-publish-swagger.sh [2025-10-31T13:32:15.115Z] === Publish openapi API === [2025-10-31T13:32:15.115Z] [publishToSwagger] Publishing the API Docs [openapi] to Swagger [2025-10-31T13:32:15.115Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/921/openapi/core-command.yaml] [2025-10-31T13:32:15.115Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-10-31T13:32:15.115Z] Dload Upload Total Spent Left Speed [2025-10-31T13:32:15.115Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33488 100 66 100 33422 381 188k --:--:-- --:--:-- --:--:-- 187k [2025-10-31T13:32:15.115Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-10-31T13:32:15.115Z] [2025-10-31T13:32:15.115Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/921/openapi/core-data.yaml] [2025-10-31T13:32:15.115Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-10-31T13:32:15.115Z] Dload Upload Total Spent Left Speed [2025-10-31T13:32:15.373Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 75375 100 66 100 75309 455 507k --:--:-- --:--:-- --:--:-- 507k [2025-10-31T13:32:15.373Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-10-31T13:32:15.373Z] [2025-10-31T13:32:15.373Z] [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/921/openapi/core-keeper.yaml] [2025-10-31T13:32:15.373Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-10-31T13:32:15.373Z] Dload Upload Total Spent Left Speed [2025-10-31T13:32:15.373Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30300 100 66 100 30234 628 281k --:--:-- --:--:-- --:--:-- 281k [2025-10-31T13:32:15.373Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-10-31T13:32:15.373Z] [2025-10-31T13:32:15.373Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/921/openapi/core-metadata.yaml] [2025-10-31T13:32:15.373Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-10-31T13:32:15.373Z] Dload Upload Total Spent Left Speed [2025-10-31T13:32:15.631Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 156k 100 66 100 156k 415 986k --:--:-- --:--:-- --:--:-- 986k [2025-10-31T13:32:15.631Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-10-31T13:32:15.631Z] [2025-10-31T13:32:15.631Z] [publishToSwagger] Publishing API Name [security-proxy-auth] [/w/workspace/edgex-go/921/openapi/security-proxy-auth.yaml] [2025-10-31T13:32:15.631Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-10-31T13:32:15.631Z] Dload Upload Total Spent Left Speed [2025-10-31T13:32:15.631Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24535 100 66 100 24469 702 254k --:--:-- --:--:-- --:--:-- 254k [2025-10-31T13:32:15.631Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-10-31T13:32:15.631Z] [2025-10-31T13:32:15.631Z] [publishToSwagger] Publishing API Name [security-secretstore-setup] [/w/workspace/edgex-go/921/openapi/security-secretstore-setup.yaml] [2025-10-31T13:32:15.631Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-10-31T13:32:15.631Z] Dload Upload Total Spent Left Speed [2025-10-31T13:32:15.889Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3979 100 66 100 3913 573 34026 --:--:-- --:--:-- --:--:-- 34600 [2025-10-31T13:32:15.889Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-10-31T13:32:15.889Z] [2025-10-31T13:32:15.890Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/921/openapi/support-notifications.yaml] [2025-10-31T13:32:15.890Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-10-31T13:32:15.890Z] Dload Upload Total Spent Left Speed [2025-10-31T13:32:15.890Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97k 100 66 100 99976 511 756k --:--:-- --:--:-- --:--:-- 757k [2025-10-31T13:32:15.890Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-10-31T13:32:15.890Z] [2025-10-31T13:32:16.148Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/921/openapi/support-scheduler.yaml] [2025-10-31T13:32:16.148Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-10-31T13:32:16.148Z] Dload Upload Total Spent Left Speed [2025-10-31T13:32:16.148Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50767 100 66 100 50701 584 438k --:--:-- --:--:-- --:--:-- 438k [2025-10-31T13:32:16.148Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-10-31T13:32:16.148Z] [Pipeline] } [2025-10-31T13:32:16.154Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh [2025-10-31T13:32:16.589Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-10-31T13:32:16.589Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:32:16.895Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-10-31T13:32:16.895Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-10-31T13:32:16.972Z] prd-ubuntu20.04-docker-8c-8g-772206 does not seem to be running inside a container [2025-10-31T13:32:16.992Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/921 -v /w/workspace/edgex-go/921:/w/workspace/edgex-go/921:rw,z -v /w/workspace/edgex-go/921@tmp:/w/workspace/edgex-go/921@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-10-31T13:32:17.331Z] $ docker top 34869ab51968fc3ebad5f11bf81f938d56677e7fe26399fe8d2dbf6716efdc7f -eo pid,comm [2025-10-31T13:32:17.379Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-10-31T13:32:17.379Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-10-31T13:32:17.438Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-10-31T13:32:17.438Z] [ssh-agent] Looking for ssh-agent implementation... [2025-10-31T13:32:17.541Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-10-31T13:32:17.536Z] $ docker exec 34869ab51968fc3ebad5f11bf81f938d56677e7fe26399fe8d2dbf6716efdc7f ssh-agent [2025-10-31T13:32:17.649Z] SSH_AUTH_SOCK=/tmp/ssh-2boLdWCfAxxe/agent.32 [2025-10-31T13:32:17.649Z] SSH_AGENT_PID=38 [2025-10-31T13:32:17.654Z] Running ssh-add (command line suppressed) [2025-10-31T13:32:17.744Z] Identity added: /w/workspace/edgex-go/921@tmp/private_key_8846527494467391023.key (/w/workspace/edgex-go/921@tmp/private_key_8846527494467391023.key) [2025-10-31T13:32:17.763Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-10-31T13:32:18.053Z] + git semver tag [2025-10-31T13:32:18.311Z] 2025-10-31 13:32:18,265 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-10-31T13:32:18.311Z] 2025-10-31 13:32:18,269 [run_tag] DEBUG tag force:False [2025-10-31T13:32:18.311Z] 2025-10-31 13:32:18,269 [check_head_tag] DEBUG check head tag [2025-10-31T13:32:18.311Z] 2025-10-31 13:32:18,270 [execute] INFO git cat-file --batch-check [2025-10-31T13:32:18.311Z] 2025-10-31 13:32:18,270 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/921, stdin=, shell=False, universal_newlines=False) [2025-10-31T13:32:18.311Z] 2025-10-31 13:32:18,271 [execute] INFO git cat-file --batch [2025-10-31T13:32:18.311Z] 2025-10-31 13:32:18,272 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/921, stdin=, shell=False, universal_newlines=False) [2025-10-31T13:32:18.311Z] 2025-10-31 13:32:18,295 [read_version] DEBUG read version from /w/workspace/edgex-go/921/.semver/main [2025-10-31T13:32:18.311Z] 2025-10-31 13:32:18,295 [execute] INFO git tag -a v4.1.0-dev.73 -m v4.1.0-dev.73 [2025-10-31T13:32:18.311Z] 2025-10-31 13:32:18,295 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.73', '-m', 'v4.1.0-dev.73'], cwd=/w/workspace/edgex-go/921, stdin=None, shell=False, universal_newlines=False) [2025-10-31T13:32:18.311Z] 2025-10-31 13:32:18,297 [read_version] DEBUG read version from /w/workspace/edgex-go/921/.semver/main [2025-10-31T13:32:18.311Z] 4.1.0-dev.73 [Pipeline] } [2025-10-31T13:32:18.570Z] $ docker exec --env ******** --env ******** 34869ab51968fc3ebad5f11bf81f938d56677e7fe26399fe8d2dbf6716efdc7f ssh-agent -k [2025-10-31T13:32:18.650Z] unset SSH_AUTH_SOCK; [2025-10-31T13:32:18.651Z] unset SSH_AGENT_PID; [2025-10-31T13:32:18.651Z] echo Agent pid 38 killed; [2025-10-31T13:32:18.664Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-10-31T13:32:18.995Z] + git semver [Pipeline] } [2025-10-31T13:32:19.568Z] $ docker stop --time=1 34869ab51968fc3ebad5f11bf81f938d56677e7fe26399fe8d2dbf6716efdc7f [2025-10-31T13:32:20.848Z] $ docker rm -f --volumes 34869ab51968fc3ebad5f11bf81f938d56677e7fe26399fe8d2dbf6716efdc7f [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:32:21.273Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-10-31T13:32:21.273Z] [2025-10-31T13:32:21.273Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:32:21.575Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-10-31T13:32:21.575Z] 0.23.1-centos7: Pulling from edgex-lftools [2025-10-31T13:32:21.575Z] ab5ef0e58194: Pulling fs layer [2025-10-31T13:32:21.575Z] 9712f1f96733: Pulling fs layer [2025-10-31T13:32:21.575Z] 63f879dbbcfc: Pulling fs layer [2025-10-31T13:32:21.575Z] 0d9ebad4ef96: Pulling fs layer [2025-10-31T13:32:21.575Z] e9a5061849ea: Pulling fs layer [2025-10-31T13:32:21.575Z] 0d9ebad4ef96: Waiting [2025-10-31T13:32:21.575Z] d747dcd14b5f: Pulling fs layer [2025-10-31T13:32:21.575Z] e9a5061849ea: Waiting [2025-10-31T13:32:21.575Z] 2de7ff778b66: Pulling fs layer [2025-10-31T13:32:21.575Z] d747dcd14b5f: Waiting [2025-10-31T13:32:21.575Z] 2de7ff778b66: Waiting [2025-10-31T13:32:21.575Z] 9712f1f96733: Verifying Checksum [2025-10-31T13:32:21.575Z] 9712f1f96733: Download complete [2025-10-31T13:32:21.832Z] 63f879dbbcfc: Verifying Checksum [2025-10-31T13:32:21.832Z] 63f879dbbcfc: Download complete [2025-10-31T13:32:22.090Z] e9a5061849ea: Verifying Checksum [2025-10-31T13:32:22.090Z] e9a5061849ea: Download complete [2025-10-31T13:32:22.090Z] d747dcd14b5f: Verifying Checksum [2025-10-31T13:32:22.090Z] d747dcd14b5f: Download complete [2025-10-31T13:32:22.090Z] 0d9ebad4ef96: Verifying Checksum [2025-10-31T13:32:22.090Z] 0d9ebad4ef96: Download complete [2025-10-31T13:32:22.090Z] ab5ef0e58194: Verifying Checksum [2025-10-31T13:32:22.090Z] ab5ef0e58194: Download complete [2025-10-31T13:32:22.348Z] 2de7ff778b66: Download complete [2025-10-31T13:32:26.526Z] ab5ef0e58194: Pull complete [2025-10-31T13:32:26.526Z] 9712f1f96733: Pull complete [2025-10-31T13:32:26.786Z] 63f879dbbcfc: Pull complete [2025-10-31T13:32:33.344Z] 0d9ebad4ef96: Pull complete [2025-10-31T13:32:33.344Z] e9a5061849ea: Pull complete [2025-10-31T13:32:33.344Z] d747dcd14b5f: Pull complete [2025-10-31T13:32:35.241Z] 2de7ff778b66: Pull complete [2025-10-31T13:32:35.241Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2025-10-31T13:32:35.241Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-10-31T13:32:35.241Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-10-31T13:32:35.344Z] prd-ubuntu20.04-docker-8c-8g-772206 does not seem to be running inside a container [2025-10-31T13:32:35.360Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/921 -v /w/workspace/edgex-go/921:/w/workspace/edgex-go/921:rw,z -v /w/workspace/edgex-go/921@tmp:/w/workspace/edgex-go/921@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2025-10-31T13:32:41.470Z] $ docker top 18658cab441aaa0a6d75ec3b693e8dec773fc7dbf66ea43b21c07faf6d159c52 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2025-10-31T13:32:41.541Z] provisioning config files... [2025-10-31T13:32:41.548Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/921@tmp/config6677890592433055262tmp [2025-10-31T13:32:41.556Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/921@tmp/config5703543313226054858tmp [2025-10-31T13:32:41.563Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/921@tmp/config13489742207840910943tmp [Pipeline] { [Pipeline] echo [2025-10-31T13:32:41.588Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2025-10-31T13:32:41.875Z] ---> sigul-configuration.sh [2025-10-31T13:32:41.875Z] gpg: directory `/root/.gnupg' created [2025-10-31T13:32:41.875Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2025-10-31T13:32:41.876Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2025-10-31T13:32:41.876Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2025-10-31T13:32:41.876Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2025-10-31T13:32:41.876Z] gpg: CAST5 encrypted data [2025-10-31T13:32:41.876Z] gpg: encrypted with 1 passphrase [2025-10-31T13:32:41.876Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2025-10-31T13:32:42.171Z] + mkdir /home/jenkins [2025-10-31T13:32:42.171Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2025-10-31T13:32:42.471Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2025-10-31T13:32:42.485Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2025-10-31T13:32:42.791Z] ---> sigul-install.sh [2025-10-31T13:32:42.791Z] Sigul already installed; skipping installation. [Pipeline] sh [2025-10-31T13:32:43.090Z] + git tag --list [2025-10-31T13:32:43.090Z] 0.6.0 [2025-10-31T13:32:43.090Z] 0.6.1 [2025-10-31T13:32:43.090Z] 0.7.0 [2025-10-31T13:32:43.090Z] 0.7.1 [2025-10-31T13:32:43.090Z] v1.0.0 [2025-10-31T13:32:43.090Z] v1.0.1 [2025-10-31T13:32:43.090Z] v1.1.0 [2025-10-31T13:32:43.090Z] v1.2.0 [2025-10-31T13:32:43.090Z] v1.2.1 [2025-10-31T13:32:43.090Z] v1.3.0 [2025-10-31T13:32:43.090Z] v1.3.1 [2025-10-31T13:32:43.090Z] v2.0.0 [2025-10-31T13:32:43.090Z] v2.1.0 [2025-10-31T13:32:43.090Z] v2.1.1 [2025-10-31T13:32:43.090Z] v2.2.0 [2025-10-31T13:32:43.090Z] v2.3.0 [2025-10-31T13:32:43.090Z] v3.0 [2025-10-31T13:32:43.090Z] v3.0.0 [2025-10-31T13:32:43.090Z] v3.1 [2025-10-31T13:32:43.090Z] v3.1.0 [2025-10-31T13:32:43.090Z] v3.1.1 [2025-10-31T13:32:43.090Z] v4.0 [2025-10-31T13:32:43.090Z] v4.0.0 [2025-10-31T13:32:43.090Z] v4.0.1 [2025-10-31T13:32:43.090Z] v4.0.1-dev.1 [2025-10-31T13:32:43.090Z] v4.1.0-dev.1 [2025-10-31T13:32:43.090Z] v4.1.0-dev.10 [2025-10-31T13:32:43.090Z] v4.1.0-dev.11 [2025-10-31T13:32:43.090Z] v4.1.0-dev.12 [2025-10-31T13:32:43.090Z] v4.1.0-dev.13 [2025-10-31T13:32:43.090Z] v4.1.0-dev.14 [2025-10-31T13:32:43.090Z] v4.1.0-dev.15 [2025-10-31T13:32:43.090Z] v4.1.0-dev.16 [2025-10-31T13:32:43.090Z] v4.1.0-dev.17 [2025-10-31T13:32:43.090Z] v4.1.0-dev.18 [2025-10-31T13:32:43.090Z] v4.1.0-dev.19 [2025-10-31T13:32:43.090Z] v4.1.0-dev.2 [2025-10-31T13:32:43.090Z] v4.1.0-dev.20 [2025-10-31T13:32:43.090Z] v4.1.0-dev.21 [2025-10-31T13:32:43.090Z] v4.1.0-dev.22 [2025-10-31T13:32:43.090Z] v4.1.0-dev.23 [2025-10-31T13:32:43.090Z] v4.1.0-dev.24 [2025-10-31T13:32:43.090Z] v4.1.0-dev.25 [2025-10-31T13:32:43.090Z] v4.1.0-dev.26 [2025-10-31T13:32:43.090Z] v4.1.0-dev.27 [2025-10-31T13:32:43.090Z] v4.1.0-dev.28 [2025-10-31T13:32:43.090Z] v4.1.0-dev.29 [2025-10-31T13:32:43.090Z] v4.1.0-dev.3 [2025-10-31T13:32:43.090Z] v4.1.0-dev.30 [2025-10-31T13:32:43.090Z] v4.1.0-dev.31 [2025-10-31T13:32:43.090Z] v4.1.0-dev.32 [2025-10-31T13:32:43.090Z] v4.1.0-dev.33 [2025-10-31T13:32:43.090Z] v4.1.0-dev.34 [2025-10-31T13:32:43.090Z] v4.1.0-dev.35 [2025-10-31T13:32:43.090Z] v4.1.0-dev.36 [2025-10-31T13:32:43.090Z] v4.1.0-dev.37 [2025-10-31T13:32:43.090Z] v4.1.0-dev.38 [2025-10-31T13:32:43.090Z] v4.1.0-dev.39 [2025-10-31T13:32:43.090Z] v4.1.0-dev.4 [2025-10-31T13:32:43.090Z] v4.1.0-dev.40 [2025-10-31T13:32:43.090Z] v4.1.0-dev.41 [2025-10-31T13:32:43.090Z] v4.1.0-dev.42 [2025-10-31T13:32:43.090Z] v4.1.0-dev.43 [2025-10-31T13:32:43.090Z] v4.1.0-dev.44 [2025-10-31T13:32:43.090Z] v4.1.0-dev.45 [2025-10-31T13:32:43.090Z] v4.1.0-dev.46 [2025-10-31T13:32:43.090Z] v4.1.0-dev.47 [2025-10-31T13:32:43.090Z] v4.1.0-dev.48 [2025-10-31T13:32:43.090Z] v4.1.0-dev.49 [2025-10-31T13:32:43.090Z] v4.1.0-dev.5 [2025-10-31T13:32:43.090Z] v4.1.0-dev.50 [2025-10-31T13:32:43.090Z] v4.1.0-dev.51 [2025-10-31T13:32:43.090Z] v4.1.0-dev.52 [2025-10-31T13:32:43.090Z] v4.1.0-dev.53 [2025-10-31T13:32:43.090Z] v4.1.0-dev.54 [2025-10-31T13:32:43.090Z] v4.1.0-dev.55 [2025-10-31T13:32:43.090Z] v4.1.0-dev.56 [2025-10-31T13:32:43.090Z] v4.1.0-dev.57 [2025-10-31T13:32:43.090Z] v4.1.0-dev.58 [2025-10-31T13:32:43.090Z] v4.1.0-dev.59 [2025-10-31T13:32:43.090Z] v4.1.0-dev.6 [2025-10-31T13:32:43.090Z] v4.1.0-dev.60 [2025-10-31T13:32:43.090Z] v4.1.0-dev.61 [2025-10-31T13:32:43.090Z] v4.1.0-dev.62 [2025-10-31T13:32:43.090Z] v4.1.0-dev.63 [2025-10-31T13:32:43.090Z] v4.1.0-dev.64 [2025-10-31T13:32:43.090Z] v4.1.0-dev.65 [2025-10-31T13:32:43.090Z] v4.1.0-dev.66 [2025-10-31T13:32:43.090Z] v4.1.0-dev.67 [2025-10-31T13:32:43.090Z] v4.1.0-dev.68 [2025-10-31T13:32:43.090Z] v4.1.0-dev.69 [2025-10-31T13:32:43.090Z] v4.1.0-dev.7 [2025-10-31T13:32:43.090Z] v4.1.0-dev.70 [2025-10-31T13:32:43.090Z] v4.1.0-dev.71 [2025-10-31T13:32:43.090Z] v4.1.0-dev.72 [2025-10-31T13:32:43.090Z] v4.1.0-dev.73 [2025-10-31T13:32:43.090Z] v4.1.0-dev.8 [2025-10-31T13:32:43.090Z] v4.1.0-dev.9 [Pipeline] sh [2025-10-31T13:32:43.400Z] + lftools sign git-tag v4.1.0-dev.73 [2025-10-31T13:32:43.967Z] Signing Git tag with Sigul... [2025-10-31T13:32:43.967Z] Signing v4.1.0-dev.73 [Pipeline] echo [2025-10-31T13:32:44.241Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2025-10-31T13:32:44.530Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2025-10-31T13:32:44.536Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2025-10-31T13:32:44.561Z] $ docker stop --time=1 18658cab441aaa0a6d75ec3b693e8dec773fc7dbf66ea43b21c07faf6d159c52 [2025-10-31T13:32:46.148Z] $ docker rm -f --volumes 18658cab441aaa0a6d75ec3b693e8dec773fc7dbf66ea43b21c07faf6d159c52 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2025-10-31T13:32:46.613Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-10-31T13:32:46.613Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:32:46.917Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-10-31T13:32:46.917Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-10-31T13:32:46.986Z] prd-ubuntu20.04-docker-8c-8g-772206 does not seem to be running inside a container [2025-10-31T13:32:47.009Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/921 -v /w/workspace/edgex-go/921:/w/workspace/edgex-go/921:rw,z -v /w/workspace/edgex-go/921@tmp:/w/workspace/edgex-go/921@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-10-31T13:32:47.292Z] $ docker top 8cb934f0f868346ebacacf545325f2224b09ac0238a7b647dde0f0accde24749 -eo pid,comm [2025-10-31T13:32:47.345Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-10-31T13:32:47.345Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-10-31T13:32:47.394Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-10-31T13:32:47.394Z] [ssh-agent] Looking for ssh-agent implementation... [2025-10-31T13:32:47.499Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-10-31T13:32:47.494Z] $ docker exec 8cb934f0f868346ebacacf545325f2224b09ac0238a7b647dde0f0accde24749 ssh-agent [2025-10-31T13:32:47.610Z] SSH_AUTH_SOCK=/tmp/ssh-CGiV0WxFVLZ4/agent.32 [2025-10-31T13:32:47.610Z] SSH_AGENT_PID=38 [2025-10-31T13:32:47.614Z] Running ssh-add (command line suppressed) [2025-10-31T13:32:47.712Z] Identity added: /w/workspace/edgex-go/921@tmp/private_key_8281084913100434886.key (/w/workspace/edgex-go/921@tmp/private_key_8281084913100434886.key) [2025-10-31T13:32:47.734Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-10-31T13:32:48.028Z] + git semver bump pre [2025-10-31T13:32:48.596Z] 2025-10-31 13:32:48,286 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-10-31T13:32:48.596Z] 2025-10-31 13:32:48,290 [read_version] DEBUG read version from /w/workspace/edgex-go/921/.semver/main [2025-10-31T13:32:48.596Z] 2025-10-31 13:32:48,290 [bump_version] DEBUG bumping version:4.1.0-dev.73 on axis:pre with prefix:dev [2025-10-31T13:32:48.596Z] 2025-10-31 13:32:48,290 [bump_version] DEBUG bumped version:4.1.0-dev.74 [2025-10-31T13:32:48.596Z] 2025-10-31 13:32:48,290 [write_version] DEBUG write version:4.1.0-dev.74 to path:/w/workspace/edgex-go/921/.semver/main with force:True [2025-10-31T13:32:48.596Z] 2025-10-31 13:32:48,290 [read_version] DEBUG read version from /w/workspace/edgex-go/921/.semver/main [2025-10-31T13:32:48.596Z] 2025-10-31 13:32:48,290 [write_file] DEBUG write to file:/w/workspace/edgex-go/921/.semver/main [2025-10-31T13:32:48.596Z] 2025-10-31 13:32:48,293 [execute] INFO git cat-file --batch-check [2025-10-31T13:32:48.596Z] 2025-10-31 13:32:48,293 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/921/.semver, stdin=, shell=False, universal_newlines=False) [2025-10-31T13:32:48.596Z] 2025-10-31 13:32:48,297 [execute] INFO git cat-file --batch [2025-10-31T13:32:48.596Z] 2025-10-31 13:32:48,297 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/921/.semver, stdin=, shell=False, universal_newlines=False) [2025-10-31T13:32:48.596Z] 2025-10-31 13:32:48,301 [read_version] DEBUG read version from /w/workspace/edgex-go/921/.semver/main [2025-10-31T13:32:48.596Z] 4.1.0-dev.74 [Pipeline] } [2025-10-31T13:32:48.596Z] $ docker exec --env ******** --env ******** 8cb934f0f868346ebacacf545325f2224b09ac0238a7b647dde0f0accde24749 ssh-agent -k [2025-10-31T13:32:48.690Z] unset SSH_AUTH_SOCK; [2025-10-31T13:32:48.690Z] unset SSH_AGENT_PID; [2025-10-31T13:32:48.690Z] echo Agent pid 38 killed; [2025-10-31T13:32:48.708Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-10-31T13:32:49.037Z] + git semver [Pipeline] } [2025-10-31T13:32:49.297Z] $ docker stop --time=1 8cb934f0f868346ebacacf545325f2224b09ac0238a7b647dde0f0accde24749 [2025-10-31T13:32:50.572Z] $ docker rm -f --volumes 8cb934f0f868346ebacacf545325f2224b09ac0238a7b647dde0f0accde24749 [Pipeline] // withDockerContainer [Pipeline] sh [2025-10-31T13:32:50.927Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-10-31T13:32:50.928Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:32:51.225Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-10-31T13:32:51.225Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-10-31T13:32:51.297Z] prd-ubuntu20.04-docker-8c-8g-772206 does not seem to be running inside a container [2025-10-31T13:32:51.319Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/921 -v /w/workspace/edgex-go/921:/w/workspace/edgex-go/921:rw,z -v /w/workspace/edgex-go/921@tmp:/w/workspace/edgex-go/921@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-10-31T13:32:51.553Z] $ docker top 8fca69debbb8cfb26706ef382f7fd99d4cbd7f7250d28e8152a78cddc319f346 -eo pid,comm [2025-10-31T13:32:51.596Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-10-31T13:32:51.596Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-10-31T13:32:51.664Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-10-31T13:32:51.664Z] [ssh-agent] Looking for ssh-agent implementation... [2025-10-31T13:32:51.759Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-10-31T13:32:51.754Z] $ docker exec 8fca69debbb8cfb26706ef382f7fd99d4cbd7f7250d28e8152a78cddc319f346 ssh-agent [2025-10-31T13:32:51.863Z] SSH_AUTH_SOCK=/tmp/ssh-LQqXsqEzliCo/agent.31 [2025-10-31T13:32:51.863Z] SSH_AGENT_PID=38 [2025-10-31T13:32:51.867Z] Running ssh-add (command line suppressed) [2025-10-31T13:32:51.953Z] Identity added: /w/workspace/edgex-go/921@tmp/private_key_13557004232136376209.key (/w/workspace/edgex-go/921@tmp/private_key_13557004232136376209.key) [2025-10-31T13:32:51.972Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-10-31T13:32:52.267Z] + git semver push [2025-10-31T13:32:52.526Z] 2025-10-31 13:32:52,494 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-10-31T13:32:52.526Z] 2025-10-31 13:32:52,497 [run_push] DEBUG push [2025-10-31T13:32:52.526Z] 2025-10-31 13:32:52,498 [execute] INFO git cat-file --batch-check [2025-10-31T13:32:52.526Z] 2025-10-31 13:32:52,498 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/921/.semver, stdin=, shell=False, universal_newlines=False) [2025-10-31T13:32:52.526Z] 2025-10-31 13:32:52,500 [execute] INFO git rev-list 4f365ca578d06af783735439dfa20ddfa4ce5876 -- [2025-10-31T13:32:52.526Z] 2025-10-31 13:32:52,501 [execute] DEBUG Popen(['git', 'rev-list', '4f365ca578d06af783735439dfa20ddfa4ce5876', '--'], cwd=/w/workspace/edgex-go/921/.semver, stdin=None, shell=False, universal_newlines=False) [2025-10-31T13:32:52.786Z] 2025-10-31 13:32:52,521 [execute] INFO git fetch -v -- origin [2025-10-31T13:32:52.786Z] 2025-10-31 13:32:52,521 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgex-go/921/.semver, stdin=None, shell=False, universal_newlines=True) [2025-10-31T13:32:53.045Z] 2025-10-31 13:32:53,027 [run_push] DEBUG no remote changes detected [2025-10-31T13:32:53.045Z] 2025-10-31 13:32:53,027 [execute] INFO git push origin semver [2025-10-31T13:32:53.045Z] 2025-10-31 13:32:53,027 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/921/.semver, stdin=None, shell=False, universal_newlines=False) [2025-10-31T13:32:53.982Z] 2025-10-31 13:32:53,971 [run_push] DEBUG push all version tags [2025-10-31T13:32:53.982Z] 2025-10-31 13:32:53,972 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2025-10-31T13:32:53.982Z] 2025-10-31 13:32:53,972 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/921, stdin=None, shell=False, universal_newlines=False) [2025-10-31T13:32:54.914Z] 2025-10-31 13:32:54,753 [read_version] DEBUG read version from /w/workspace/edgex-go/921/.semver/main [2025-10-31T13:32:54.914Z] 4.1.0-dev.74 [Pipeline] } [2025-10-31T13:32:54.915Z] $ docker exec --env ******** --env ******** 8fca69debbb8cfb26706ef382f7fd99d4cbd7f7250d28e8152a78cddc319f346 ssh-agent -k [2025-10-31T13:32:55.005Z] unset SSH_AUTH_SOCK; [2025-10-31T13:32:55.005Z] unset SSH_AGENT_PID; [2025-10-31T13:32:55.005Z] echo Agent pid 38 killed; [2025-10-31T13:32:55.024Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-10-31T13:32:55.343Z] + git semver [Pipeline] } [2025-10-31T13:32:55.605Z] $ docker stop --time=1 8fca69debbb8cfb26706ef382f7fd99d4cbd7f7250d28e8152a78cddc319f346 [2025-10-31T13:32:56.873Z] $ docker rm -f --volumes 8fca69debbb8cfb26706ef382f7fd99d4cbd7f7250d28e8152a78cddc319f346 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-10-31T13:32:57.382Z] + [ -d /w/workspace/edgex-go/921/archives ] [Pipeline] libraryResource [Pipeline] sh [2025-10-31T13:32:57.669Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-10-31T13:32:58.595Z] ---> package-listing.sh [2025-10-31T13:32:58.595Z] ++ facter osfamily [2025-10-31T13:32:58.595Z] ++ tr '[:upper:]' '[:lower:]' [2025-10-31T13:32:58.595Z] + OS_FAMILY=debian [2025-10-31T13:32:58.595Z] + workspace=/w/workspace/edgex-go/921 [2025-10-31T13:32:58.595Z] + START_PACKAGES=/tmp/packages_start.txt [2025-10-31T13:32:58.595Z] + END_PACKAGES=/tmp/packages_end.txt [2025-10-31T13:32:58.595Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-10-31T13:32:58.595Z] + PACKAGES=/tmp/packages_start.txt [2025-10-31T13:32:58.595Z] + '[' /w/workspace/edgex-go/921 ']' [2025-10-31T13:32:58.595Z] + PACKAGES=/tmp/packages_end.txt [2025-10-31T13:32:58.595Z] + case "${OS_FAMILY}" in [2025-10-31T13:32:58.595Z] + dpkg -l [2025-10-31T13:32:58.595Z] + grep '^ii' [2025-10-31T13:32:58.884Z] + '[' -f /tmp/packages_start.txt ']' [2025-10-31T13:32:58.884Z] + '[' -f /tmp/packages_end.txt ']' [2025-10-31T13:32:58.884Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-10-31T13:32:58.884Z] + '[' /w/workspace/edgex-go/921 ']' [2025-10-31T13:32:58.884Z] + mkdir -p /w/workspace/edgex-go/921/archives/ [2025-10-31T13:32:58.884Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/921/archives/ [Pipeline] echo [2025-10-31T13:32:58.901Z] 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/921/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-10-31T13:32:59.189Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:32:59.767Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-10-31T13:32:59.767Z] [2025-10-31T13:32:59.767Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:33:00.069Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-10-31T13:33:00.069Z] latest: Pulling from edgex-lftools-log-publisher [2025-10-31T13:33:00.069Z] 5eb5b503b376: Pulling fs layer [2025-10-31T13:33:00.069Z] 5c69ac0246d0: Pulling fs layer [2025-10-31T13:33:00.069Z] ec43610c2a17: Pulling fs layer [2025-10-31T13:33:00.069Z] 3a2ae6a8a46f: Pulling fs layer [2025-10-31T13:33:00.069Z] 33b1e0a273af: Pulling fs layer [2025-10-31T13:33:00.069Z] 5d3b04190fa2: Pulling fs layer [2025-10-31T13:33:00.069Z] 2f39f015ded8: Pulling fs layer [2025-10-31T13:33:00.069Z] 3a2ae6a8a46f: Waiting [2025-10-31T13:33:00.069Z] 2f39f015ded8: Waiting [2025-10-31T13:33:00.069Z] 33b1e0a273af: Waiting [2025-10-31T13:33:00.069Z] 5d3b04190fa2: Waiting [2025-10-31T13:33:00.069Z] 5c69ac0246d0: Verifying Checksum [2025-10-31T13:33:00.069Z] 5c69ac0246d0: Download complete [2025-10-31T13:33:00.069Z] 3a2ae6a8a46f: Verifying Checksum [2025-10-31T13:33:00.069Z] 3a2ae6a8a46f: Download complete [2025-10-31T13:33:00.069Z] 33b1e0a273af: Download complete [2025-10-31T13:33:00.069Z] 5d3b04190fa2: Verifying Checksum [2025-10-31T13:33:00.069Z] 5d3b04190fa2: Download complete [2025-10-31T13:33:00.069Z] ec43610c2a17: Verifying Checksum [2025-10-31T13:33:00.069Z] ec43610c2a17: Download complete [2025-10-31T13:33:00.332Z] 5eb5b503b376: Download complete [2025-10-31T13:33:00.899Z] 2f39f015ded8: Verifying Checksum [2025-10-31T13:33:00.899Z] 2f39f015ded8: Download complete [2025-10-31T13:33:01.830Z] 5eb5b503b376: Pull complete [2025-10-31T13:33:01.830Z] 5c69ac0246d0: Pull complete [2025-10-31T13:33:02.395Z] ec43610c2a17: Pull complete [2025-10-31T13:33:02.395Z] 3a2ae6a8a46f: Pull complete [2025-10-31T13:33:02.652Z] 33b1e0a273af: Pull complete [2025-10-31T13:33:02.910Z] 5d3b04190fa2: Pull complete [2025-10-31T13:33:07.952Z] 2f39f015ded8: Pull complete [2025-10-31T13:33:07.952Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-10-31T13:33:07.952Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-10-31T13:33:07.952Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-10-31T13:33:08.040Z] prd-ubuntu20.04-docker-8c-8g-772206 does not seem to be running inside a container [2025-10-31T13:33:08.061Z] $ 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/921/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/921 -v /w/workspace/edgex-go/921:/w/workspace/edgex-go/921:rw,z -v /w/workspace/edgex-go/921@tmp:/w/workspace/edgex-go/921@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-10-31T13:33:12.845Z] $ docker top 953e1b2ef750d30ab7fccd44c1d0107ceeda518fca843d7e7c1fce237790ca2a -eo pid,comm [Pipeline] { [Pipeline] sh [2025-10-31T13:33:13.190Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-10-31T13:33:13.474Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-10-31T13:33:13.761Z] + ls /var/log/sa-host [2025-10-31T13:33:13.761Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-10-31T13:33:13.797Z] provisioning config files... [2025-10-31T13:33:13.807Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/921@tmp/config10248062110706347455tmp [Pipeline] { [Pipeline] echo [2025-10-31T13:33:13.825Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-10-31T13:33:14.109Z] ---> create-netrc.sh [Pipeline] } [2025-10-31T13:33:14.116Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-10-31T13:33:14.427Z] ---> python-tools-install.sh [Pipeline] echo [2025-10-31T13:33:14.437Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-10-31T13:33:14.719Z] ---> sudo-logs.sh [2025-10-31T13:33:14.719Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-10-31T13:33:14.752Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-10-31T13:33:15.035Z] ---> job-cost.sh [2025-10-31T13:33:15.035Z] lf-activate-venv: SKIPPING [2025-10-31T13:33:15.035Z] DEBUG: total: 0.33000001311302185 [2025-10-31T13:33:15.035Z] INFO: Retrieving Stack Cost... [2025-10-31T13:33:15.294Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-10-31T13:33:15.552Z] INFO: Archiving Costs [Pipeline] echo [2025-10-31T13:33:15.567Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-10-31T13:33:15.849Z] ---> logs-deploy.sh [2025-10-31T13:33:15.849Z] lf-activate-venv: SKIPPING [2025-10-31T13:33:15.849Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/921 [2025-10-31T13:33:15.849Z] INFO: archiving workspace using pattern(s): [2025-10-31T13:33:16.787Z] Archives upload complete. [2025-10-31T13:33:16.787Z] INFO: archiving logs to Nexus