Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 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-ssh3549351735418847770.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 056ae7b86453181957306e7078512cbe12174832 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh12633707099823079821.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 056ae7b86453181957306e7078512cbe12174832 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh7167030980439889095.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 056ae7b86453181957306e7078512cbe12174832 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 056ae7b86453181957306e7078512cbe12174832 # timeout=10 Commit message: "Merge pull request #473 from cherrycl/fix-seccomp-profile-error" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh3938162523912720927.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-ssh5037473164170827199.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-7628 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/890 [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/890 # 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 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 (main) > 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 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 # timeout=10 Commit message: "build(deps): Bump github.com/stretchr/testify from 1.10.0 to 1.11.0 (#5235)" > git rev-list --no-walk c5c6148199ce00eccccaddf73a9bca5b121fa2ed # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-08-26T10:32:47.489Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-08-26T10:32:47.563Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-08-26T10:32:47.588Z] ========================================================= [2025-08-26T10:32:47.588Z] EdgeX Global Pipelines Version Info [2025-08-26T10:32:47.588Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-08-26T10:32:48.679Z] ------------------- [2025-08-26T10:32:48.679Z] stable info: [2025-08-26T10:32:48.679Z] ------------------- [2025-08-26T10:32:48.679Z] Commited By: Cherry Wang cherry@iotechsys.com [2025-08-26T10:32:48.679Z] Commit SHA: 056ae7b86453181957306e7078512cbe12174832 [2025-08-26T10:32:48.679Z] Message: update stable to v1.0.276 [2025-08-26T10:32:48.939Z] ------------------- [2025-08-26T10:32:48.939Z] experimental info: [2025-08-26T10:32:48.939Z] ------------------- [2025-08-26T10:32:48.939Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-08-26T10:32:48.939Z] Commit SHA: 056ae7b86453181957306e7078512cbe12174832 [2025-08-26T10:32:48.939Z] Message: update experimental to v1.0.276 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-08-26T10:32:49.007Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2025-08-26T10:32:49.029Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2025-08-26T10:32:49.050Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-08-26T10:32:49.076Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-08-26T10:32:49.099Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-08-26T10:32:49.123Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-08-26T10:32:49.140Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-08-26T10:32:49.158Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2025-08-26T10:32:49.180Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2025-08-26T10:32:49.203Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2025-08-26T10:32:49.224Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-08-26T10:32:49.245Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-08-26T10:32:49.268Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-08-26T10:32:49.288Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-08-26T10:32:49.304Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-08-26T10:32:49.324Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-08-26T10:32:49.345Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-08-26T10:32:49.366Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-08-26T10:32:49.386Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2025-08-26T10:32:49.415Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo [2025-08-26T10:32:49.432Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-08-26T10:32:49.451Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-08-26T10:32:49.468Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-08-26T10:32:49.488Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-08-26T10:32:49.506Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-08-26T10:32:49.525Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-08-26T10:32:49.543Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] echo [2025-08-26T10:32:49.562Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = cf03c0e [Pipeline] echo [2025-08-26T10:32:49.579Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-26T10:32:49.634Z] provisioning config files... [2025-08-26T10:32:49.648Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/890@tmp/config8181197989045822147tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-26T10:32:49.979Z] ---> ****-login.sh [2025-08-26T10:32:49.979Z] nexus3.edgexfoundry.org:10001 [2025-08-26T10:32:49.979Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-26T10:32:50.241Z] [2025-08-26T10:32:50.241Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-26T10:32:50.241Z] Configure a credential helper to remove this warning. See [2025-08-26T10:32:50.241Z] https://docs.****.com/go/credential-store/ [2025-08-26T10:32:50.241Z] [2025-08-26T10:32:50.241Z] Login Succeeded [2025-08-26T10:32:50.241Z] nexus3.edgexfoundry.org:10002 [2025-08-26T10:32:50.241Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-26T10:32:50.502Z] [2025-08-26T10:32:50.502Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-26T10:32:50.502Z] Configure a credential helper to remove this warning. See [2025-08-26T10:32:50.503Z] https://docs.****.com/go/credential-store/ [2025-08-26T10:32:50.503Z] [2025-08-26T10:32:50.503Z] Login Succeeded [2025-08-26T10:32:50.503Z] nexus3.edgexfoundry.org:10003 [2025-08-26T10:32:50.503Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-26T10:32:50.503Z] [2025-08-26T10:32:50.503Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-26T10:32:50.503Z] Configure a credential helper to remove this warning. See [2025-08-26T10:32:50.503Z] https://docs.****.com/go/credential-store/ [2025-08-26T10:32:50.503Z] [2025-08-26T10:32:50.503Z] Login Succeeded [2025-08-26T10:32:50.503Z] nexus3.edgexfoundry.org:10004 [2025-08-26T10:32:50.503Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-26T10:32:50.503Z] [2025-08-26T10:32:50.503Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-26T10:32:50.503Z] Configure a credential helper to remove this warning. See [2025-08-26T10:32:50.503Z] https://docs.****.com/go/credential-store/ [2025-08-26T10:32:50.503Z] [2025-08-26T10:32:50.503Z] Login Succeeded [2025-08-26T10:32:50.503Z] ****.io [2025-08-26T10:32:50.762Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-26T10:32:50.762Z] [2025-08-26T10:32:50.762Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-26T10:32:50.762Z] Configure a credential helper to remove this warning. See [2025-08-26T10:32:50.762Z] https://docs.****.com/go/credential-store/ [2025-08-26T10:32:50.762Z] [2025-08-26T10:32:50.762Z] Login Succeeded [2025-08-26T10:32:50.762Z] ---> ****-login.sh ends [Pipeline] } [2025-08-26T10:32:50.769Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-08-26T10:32:51.093Z] + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-keeper/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile [2025-08-26T10:32:51.093Z] + cut -d/ -f2 [2025-08-26T10:32:51.093Z] + dirname cmd/core-command/Dockerfile [2025-08-26T10:32:51.093Z] + echo core-command,cmd/core-command/Dockerfile [2025-08-26T10:32:51.093Z] + cut -d/ -f2 [2025-08-26T10:32:51.093Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2025-08-26T10:32:51.093Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2025-08-26T10:32:51.093Z] + dirname cmd/core-data/Dockerfile [2025-08-26T10:32:51.093Z] + cut -d/ -f2 [2025-08-26T10:32:51.093Z] + echo core-data,cmd/core-data/Dockerfile [2025-08-26T10:32:51.093Z] + dirname cmd/core-keeper/Dockerfile [2025-08-26T10:32:51.093Z] + cut -d/ -f2 [2025-08-26T10:32:51.093Z] + echo core-keeper,cmd/core-keeper/Dockerfile [2025-08-26T10:32:51.093Z] + dirname cmd/core-metadata/Dockerfile [2025-08-26T10:32:51.093Z] + cut -d/ -f2 [2025-08-26T10:32:51.093Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2025-08-26T10:32:51.093Z] + dirname cmd/security-bootstrapper/Dockerfile [2025-08-26T10:32:51.093Z] + cut -d/ -f2 [2025-08-26T10:32:51.093Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2025-08-26T10:32:51.093Z] + + dirname cmd/security-proxy-auth/Dockerfile [2025-08-26T10:32:51.093Z] cut -d/ -f2 [2025-08-26T10:32:51.093Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2025-08-26T10:32:51.093Z] + dirname cmd/security-proxy-setup/Dockerfile+ [2025-08-26T10:32:51.093Z] cut -d/ -f2 [2025-08-26T10:32:51.093Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2025-08-26T10:32:51.093Z] + dirname cmd/security-secretstore-setup/Dockerfile [2025-08-26T10:32:51.093Z] + cut -d/ -f2 [2025-08-26T10:32:51.093Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2025-08-26T10:32:51.093Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2025-08-26T10:32:51.093Z] + cut -d/ -f2 [2025-08-26T10:32:51.093Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2025-08-26T10:32:51.093Z] + + cutdirname -d/ cmd/security-spire-agent/Dockerfile -f2 [2025-08-26T10:32:51.093Z] [2025-08-26T10:32:51.093Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2025-08-26T10:32:51.093Z] + dirname cmd/security-spire-config/Dockerfile [2025-08-26T10:32:51.093Z] + cut -d/ -f2 [2025-08-26T10:32:51.093Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2025-08-26T10:32:51.093Z] + dirname cmd/security-spire-server/Dockerfile [2025-08-26T10:32:51.093Z] + cut -d/ -f2 [2025-08-26T10:32:51.093Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2025-08-26T10:32:51.093Z] + dirname cmd/support-notifications/Dockerfile [2025-08-26T10:32:51.093Z] + cut -d/ -f2 [2025-08-26T10:32:51.093Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2025-08-26T10:32:51.093Z] + dirname cmd/support-scheduler/Dockerfile [2025-08-26T10:32:51.093Z] + cut -d/ -f2 [2025-08-26T10:32:51.093Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2025-08-26T10:32:51.125Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-keeper, dockerfile:cmd/core-keeper/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2025-08-26T10:32:51.499Z] + git rev-list -1 --merges cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5~1..cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] echo [2025-08-26T10:32:51.513Z] -----------> git rev-list -1 --merges cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5~1..cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [false] [Pipeline] sh [2025-08-26T10:32:51.805Z] + git log --format=format:%s -1 cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] echo [2025-08-26T10:32:51.821Z] ========================================================= [2025-08-26T10:32:51.821Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-08-26T10:32:51.821Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2025-08-26T10:32:52.269Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-08-26T10:32:52.269Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-08-26T10:32:52.269Z] + [ -e /tmp/ssh_known_hosts ] [2025-08-26T10:32:52.269Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-08-26T10:32:52.269Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-08-26T10:32:52.269Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-08-26T10:32:52.269Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:32:52.694Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-26T10:32:52.694Z] [2025-08-26T10:32:52.694Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:32:53.001Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-26T10:32:53.001Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-08-26T10:32:53.001Z] 3dae71ba6b94: Pulling fs layer [2025-08-26T10:32:53.001Z] 6bf1a483ea7c: Pulling fs layer [2025-08-26T10:32:53.001Z] f5dfc541a4d3: Pulling fs layer [2025-08-26T10:32:53.001Z] 461d9e800cba: Pulling fs layer [2025-08-26T10:32:53.001Z] 80192f66455f: Pulling fs layer [2025-08-26T10:32:53.001Z] 2e8e34ca0e6c: Pulling fs layer [2025-08-26T10:32:53.001Z] a29436f7fd5d: Pulling fs layer [2025-08-26T10:32:53.001Z] 923cac83aea3: Pulling fs layer [2025-08-26T10:32:53.001Z] 25ad8b0a4227: Pulling fs layer [2025-08-26T10:32:53.001Z] db01528c6b51: Pulling fs layer [2025-08-26T10:32:53.001Z] 461d9e800cba: Waiting [2025-08-26T10:32:53.001Z] 80192f66455f: Waiting [2025-08-26T10:32:53.001Z] 2e8e34ca0e6c: Waiting [2025-08-26T10:32:53.001Z] 28988de357af: Pulling fs layer [2025-08-26T10:32:53.001Z] 923cac83aea3: Waiting [2025-08-26T10:32:53.001Z] a29436f7fd5d: Waiting [2025-08-26T10:32:53.001Z] db01528c6b51: Waiting [2025-08-26T10:32:53.001Z] 28988de357af: Waiting [2025-08-26T10:32:53.001Z] 6bf1a483ea7c: Download complete [2025-08-26T10:32:53.001Z] 461d9e800cba: Verifying Checksum [2025-08-26T10:32:53.001Z] 461d9e800cba: Download complete [2025-08-26T10:32:53.260Z] 80192f66455f: Download complete [2025-08-26T10:32:53.260Z] f5dfc541a4d3: Verifying Checksum [2025-08-26T10:32:53.260Z] f5dfc541a4d3: Download complete [2025-08-26T10:32:53.260Z] 3dae71ba6b94: Verifying Checksum [2025-08-26T10:32:53.260Z] 3dae71ba6b94: Download complete [2025-08-26T10:32:53.260Z] 923cac83aea3: Verifying Checksum [2025-08-26T10:32:53.260Z] 923cac83aea3: Download complete [2025-08-26T10:32:53.519Z] 25ad8b0a4227: Verifying Checksum [2025-08-26T10:32:53.519Z] 25ad8b0a4227: Download complete [2025-08-26T10:32:53.519Z] db01528c6b51: Verifying Checksum [2025-08-26T10:32:53.519Z] db01528c6b51: Download complete [2025-08-26T10:32:53.519Z] 28988de357af: Verifying Checksum [2025-08-26T10:32:53.519Z] 28988de357af: Download complete [2025-08-26T10:32:53.519Z] a29436f7fd5d: Verifying Checksum [2025-08-26T10:32:53.519Z] a29436f7fd5d: Download complete [2025-08-26T10:32:54.086Z] 2e8e34ca0e6c: Verifying Checksum [2025-08-26T10:32:54.086Z] 2e8e34ca0e6c: Download complete [2025-08-26T10:32:55.022Z] 3dae71ba6b94: Pull complete [2025-08-26T10:32:55.022Z] 6bf1a483ea7c: Pull complete [2025-08-26T10:32:55.958Z] f5dfc541a4d3: Pull complete [2025-08-26T10:32:55.958Z] 461d9e800cba: Pull complete [2025-08-26T10:32:55.958Z] 80192f66455f: Pull complete [2025-08-26T10:33:00.144Z] 2e8e34ca0e6c: Pull complete [2025-08-26T10:33:00.402Z] a29436f7fd5d: Pull complete [2025-08-26T10:33:00.402Z] 923cac83aea3: Pull complete [2025-08-26T10:33:00.402Z] 25ad8b0a4227: Pull complete [2025-08-26T10:33:00.402Z] db01528c6b51: Pull complete [2025-08-26T10:33:00.661Z] 28988de357af: Pull complete [2025-08-26T10:33:00.661Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-08-26T10:33:00.661Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-26T10:33:00.661Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-26T10:33:00.794Z] prd-ubuntu20.04-docker-8c-8g-7628 does not seem to be running inside a container [2025-08-26T10:33:00.823Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/890 -v /w/workspace/edgex-go/890:/w/workspace/edgex-go/890:rw,z -v /w/workspace/edgex-go/890@tmp:/w/workspace/edgex-go/890@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-08-26T10:33:02.630Z] $ docker top acf561d363e9e7167f9ed9db29036a979ffed3f935572f31c12ff967c64ef883 -eo pid,comm [2025-08-26T10:33:02.676Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-08-26T10:33:02.676Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-08-26T10:33:02.736Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-08-26T10:33:02.736Z] [ssh-agent] Looking for ssh-agent implementation... [2025-08-26T10:33:02.839Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-08-26T10:33:02.841Z] $ docker exec acf561d363e9e7167f9ed9db29036a979ffed3f935572f31c12ff967c64ef883 ssh-agent [2025-08-26T10:33:02.944Z] SSH_AUTH_SOCK=/tmp/ssh-mcZJESENiYe3/agent.32 [2025-08-26T10:33:02.944Z] SSH_AGENT_PID=38 [2025-08-26T10:33:02.950Z] Running ssh-add (command line suppressed) [2025-08-26T10:33:03.038Z] Identity added: /w/workspace/edgex-go/890@tmp/private_key_8997204906897379905.key (/w/workspace/edgex-go/890@tmp/private_key_8997204906897379905.key) [2025-08-26T10:33:03.055Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-08-26T10:33:03.347Z] + git config --global --add safe.directory /w/workspace/edgex-go/890 [Pipeline] sh [2025-08-26T10:33:03.634Z] + git tag --points-at HEAD [Pipeline] } [2025-08-26T10:33:03.643Z] $ docker exec --env ******** --env ******** acf561d363e9e7167f9ed9db29036a979ffed3f935572f31c12ff967c64ef883 ssh-agent -k [2025-08-26T10:33:03.738Z] unset SSH_AUTH_SOCK; [2025-08-26T10:33:03.738Z] unset SSH_AGENT_PID; [2025-08-26T10:33:03.738Z] echo Agent pid 38 killed; [2025-08-26T10:33:03.748Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-08-26T10:33:03.793Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-08-26T10:33:03.793Z] [ssh-agent] Looking for ssh-agent implementation... [2025-08-26T10:33:03.891Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-08-26T10:33:03.893Z] $ docker exec acf561d363e9e7167f9ed9db29036a979ffed3f935572f31c12ff967c64ef883 ssh-agent [2025-08-26T10:33:03.993Z] SSH_AUTH_SOCK=/tmp/ssh-yLmBQCaq41oB/agent.85 [2025-08-26T10:33:03.993Z] SSH_AGENT_PID=92 [2025-08-26T10:33:03.998Z] Running ssh-add (command line suppressed) [2025-08-26T10:33:04.094Z] Identity added: /w/workspace/edgex-go/890@tmp/private_key_14744111823120865301.key (/w/workspace/edgex-go/890@tmp/private_key_14744111823120865301.key) [2025-08-26T10:33:04.109Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-08-26T10:33:04.401Z] + git semver init [2025-08-26T10:33:04.661Z] 2025-08-26 10:33:04,616 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-08-26T10:33:04.661Z] 2025-08-26 10:33:04,619 [run_init] DEBUG init version:0.0.0 force:False [2025-08-26T10:33:04.661Z] 2025-08-26 10:33:04,620 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/890/.semver [2025-08-26T10:33:04.661Z] 2025-08-26 10:33:04,620 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/890/.semver [2025-08-26T10:33:04.661Z] 2025-08-26 10:33:04,621 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/890/.semver'], cwd=/w/workspace/edgex-go/890, stdin=None, shell=False, universal_newlines=False) [2025-08-26T10:33:09.981Z] 2025-08-26 10:33:08,949 [append_file] DEBUG append to file:/w/workspace/edgex-go/890/.git/info/exclude [2025-08-26T10:33:09.981Z] 2025-08-26 10:33:08,950 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/890/.semver/main with force:False [2025-08-26T10:33:09.981Z] 2025-08-26 10:33:08,950 [read_version] DEBUG read version from /w/workspace/edgex-go/890/.semver/main [2025-08-26T10:33:09.981Z] 2025-08-26 10:33:08,950 [read_version] DEBUG read version from /w/workspace/edgex-go/890/.semver/main [2025-08-26T10:33:09.981Z] 4.1.0-dev.49 [Pipeline] } [2025-08-26T10:33:09.992Z] $ docker exec --env ******** --env ******** acf561d363e9e7167f9ed9db29036a979ffed3f935572f31c12ff967c64ef883 ssh-agent -k [2025-08-26T10:33:10.089Z] unset SSH_AUTH_SOCK; [2025-08-26T10:33:10.090Z] unset SSH_AGENT_PID; [2025-08-26T10:33:10.090Z] echo Agent pid 92 killed; [2025-08-26T10:33:10.100Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-08-26T10:33:10.428Z] + git semver [Pipeline] } [2025-08-26T10:33:10.702Z] $ docker stop --time=1 acf561d363e9e7167f9ed9db29036a979ffed3f935572f31c12ff967c64ef883 [2025-08-26T10:33:11.981Z] $ docker rm -f --volumes acf561d363e9e7167f9ed9db29036a979ffed3f935572f31c12ff967c64ef883 [Pipeline] // withDockerContainer [Pipeline] sh [2025-08-26T10:33:12.327Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-08-26T10:33:12.571Z] Stashed 1 file(s) [Pipeline] echo [2025-08-26T10:33:12.575Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.49 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-08-26T10:33:13.054Z] + git config --global --add safe.directory /w/workspace/edgex-go/890 [Pipeline] echo [2025-08-26T10:33:13.067Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-26T10:33:13.083Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-26T10:33:13.099Z] ========================================================= [2025-08-26T10:33:13.099Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-08-26T10:33:13.099Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2025-08-26T10:33:13.389Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-08-26T10:33:13.389Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2025-08-26T10:33:13.389Z] 0a9a5dfd008f: Pulling fs layer [2025-08-26T10:33:13.389Z] 36466aa92d05: Pulling fs layer [2025-08-26T10:33:13.389Z] e10405b45d13: Pulling fs layer [2025-08-26T10:33:13.389Z] 096b7ceb2af7: Pulling fs layer [2025-08-26T10:33:13.389Z] 4f4fb700ef54: Pulling fs layer [2025-08-26T10:33:13.389Z] c451b95d7931: Pulling fs layer [2025-08-26T10:33:13.389Z] 9febf9df4401: Pulling fs layer [2025-08-26T10:33:13.389Z] 1477f019b032: Pulling fs layer [2025-08-26T10:33:13.389Z] c7dc25521971: Pulling fs layer [2025-08-26T10:33:13.389Z] 096b7ceb2af7: Waiting [2025-08-26T10:33:13.389Z] c451b95d7931: Waiting [2025-08-26T10:33:13.389Z] 9febf9df4401: Waiting [2025-08-26T10:33:13.389Z] 1477f019b032: Waiting [2025-08-26T10:33:13.389Z] 4f4fb700ef54: Waiting [2025-08-26T10:33:13.389Z] c7dc25521971: Waiting [2025-08-26T10:33:13.389Z] 36466aa92d05: Verifying Checksum [2025-08-26T10:33:13.389Z] 36466aa92d05: Download complete [2025-08-26T10:33:13.389Z] 096b7ceb2af7: Verifying Checksum [2025-08-26T10:33:13.389Z] 096b7ceb2af7: Download complete [2025-08-26T10:33:13.389Z] 4f4fb700ef54: Verifying Checksum [2025-08-26T10:33:13.389Z] 4f4fb700ef54: Download complete [2025-08-26T10:33:13.389Z] 0a9a5dfd008f: Verifying Checksum [2025-08-26T10:33:13.389Z] 0a9a5dfd008f: Download complete [2025-08-26T10:33:13.389Z] c451b95d7931: Verifying Checksum [2025-08-26T10:33:13.389Z] c451b95d7931: Download complete [2025-08-26T10:33:13.647Z] 9febf9df4401: Verifying Checksum [2025-08-26T10:33:13.647Z] 9febf9df4401: Download complete [2025-08-26T10:33:13.647Z] 0a9a5dfd008f: Pull complete [2025-08-26T10:33:13.647Z] c7dc25521971: Verifying Checksum [2025-08-26T10:33:13.647Z] c7dc25521971: Download complete [2025-08-26T10:33:13.647Z] 36466aa92d05: Pull complete [2025-08-26T10:33:14.214Z] e10405b45d13: Download complete [2025-08-26T10:33:14.473Z] 1477f019b032: Verifying Checksum [2025-08-26T10:33:14.473Z] 1477f019b032: Download complete [2025-08-26T10:33:19.744Z] e10405b45d13: Pull complete [2025-08-26T10:33:19.744Z] 096b7ceb2af7: Pull complete [2025-08-26T10:33:19.744Z] 4f4fb700ef54: Pull complete [2025-08-26T10:33:19.744Z] c451b95d7931: Pull complete [2025-08-26T10:33:19.744Z] 9febf9df4401: Pull complete [2025-08-26T10:33:22.278Z] 1477f019b032: Pull complete [2025-08-26T10:33:23.213Z] c7dc25521971: Pull complete [2025-08-26T10:33:23.213Z] Digest: sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 [2025-08-26T10:33:23.213Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-08-26T10:33:23.213Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh [2025-08-26T10:33:23.513Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-08-26T10:33:23.513Z] WORKDIR /edgex [2025-08-26T10:33:23.513Z] COPY go.mod . [2025-08-26T10:33:23.513Z] RUN go mod download [2025-08-26T10:33:23.513Z] + docker build -t ci-base-image-x86_64 -f - . [2025-08-26T10:33:24.082Z] #0 building with "default" instance using docker driver [2025-08-26T10:33:24.082Z] [2025-08-26T10:33:24.083Z] #1 [internal] load build definition from Dockerfile [2025-08-26T10:33:24.083Z] #1 transferring dockerfile: 164B done [2025-08-26T10:33:24.083Z] #1 DONE 0.0s [2025-08-26T10:33:24.083Z] [2025-08-26T10:33:24.083Z] #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-08-26T10:33:24.083Z] #2 DONE 0.0s [2025-08-26T10:33:24.083Z] [2025-08-26T10:33:24.083Z] #3 [internal] load .dockerignore [2025-08-26T10:33:24.083Z] #3 transferring context: [2025-08-26T10:33:24.342Z] #3 transferring context: 50B done [2025-08-26T10:33:24.342Z] #3 DONE 0.1s [2025-08-26T10:33:24.342Z] [2025-08-26T10:33:24.342Z] #4 [internal] load build context [2025-08-26T10:33:24.342Z] #4 transferring context: 6.57kB done [2025-08-26T10:33:24.342Z] #4 DONE 0.0s [2025-08-26T10:33:24.342Z] [2025-08-26T10:33:24.342Z] #5 [1/4] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-08-26T10:33:24.342Z] #5 DONE 0.1s [2025-08-26T10:33:24.342Z] [2025-08-26T10:33:24.342Z] #6 [2/4] WORKDIR /edgex [2025-08-26T10:33:25.721Z] #6 DONE 1.4s [2025-08-26T10:33:25.721Z] [2025-08-26T10:33:25.721Z] #7 [3/4] COPY go.mod . [2025-08-26T10:33:25.721Z] #7 DONE 0.0s [2025-08-26T10:33:25.721Z] [2025-08-26T10:33:25.721Z] #8 [4/4] RUN go mod download [2025-08-26T10:33:27.685Z] Still waiting to schedule task [2025-08-26T10:33:27.686Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2025-08-26T10:33:35.707Z] #8 DONE 9.0s [2025-08-26T10:33:35.707Z] [2025-08-26T10:33:35.707Z] #9 exporting to image [2025-08-26T10:33:35.707Z] #9 exporting layers [2025-08-26T10:33:38.239Z] #9 exporting layers 3.4s done [2025-08-26T10:33:38.239Z] #9 writing image sha256:54936a27f6acfd6d19d521a5ce5dcba6a65620668d1311cff079d7c80a63bffb done [2025-08-26T10:33:38.239Z] #9 naming to docker.io/library/ci-base-image-x86_64 done [2025-08-26T10:33:38.239Z] #9 DONE 3.4s [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:33:38.542Z] + docker inspect -f . ci-base-image-x86_64 [2025-08-26T10:33:38.542Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-26T10:33:38.629Z] prd-ubuntu20.04-docker-8c-8g-7628 does not seem to be running inside a container [2025-08-26T10:33:38.664Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/890 -v /w/workspace/edgex-go/890:/w/workspace/edgex-go/890:rw,z -v /w/workspace/edgex-go/890@tmp:/w/workspace/edgex-go/890@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-08-26T10:33:38.956Z] $ docker top d75cdc9be6b0f16c269726dcea37e1aaa2752aff08e31c3eb8f067c6fdc6e782 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-26T10:33:39.305Z] + go version [2025-08-26T10:33:39.305Z] go version go1.23.9 linux/amd64 [Pipeline] } [2025-08-26T10:33:39.313Z] $ docker stop --time=1 d75cdc9be6b0f16c269726dcea37e1aaa2752aff08e31c3eb8f067c6fdc6e782 [2025-08-26T10:33:40.565Z] $ docker rm -f --volumes d75cdc9be6b0f16c269726dcea37e1aaa2752aff08e31c3eb8f067c6fdc6e782 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:33:40.982Z] + docker inspect -f . ci-base-image-x86_64 [2025-08-26T10:33:40.982Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-26T10:33:41.048Z] prd-ubuntu20.04-docker-8c-8g-7628 does not seem to be running inside a container [2025-08-26T10:33:41.075Z] $ 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/890 -v /w/workspace/edgex-go/890:/w/workspace/edgex-go/890:rw,z -v /w/workspace/edgex-go/890@tmp:/w/workspace/edgex-go/890@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-08-26T10:33:41.310Z] $ docker top 6e78eefc8c61460836f1fb59e8c8ccc940509dc2e95e8067e0342fc5e50ac7a0 -eo pid,comm [Pipeline] { [Pipeline] echo [2025-08-26T10:33:41.378Z] ========================================================= [2025-08-26T10:33:41.379Z] [edgeXBuildGoParallel] Running Tests and Build... [2025-08-26T10:33:41.379Z] ========================================================= [Pipeline] sh [2025-08-26T10:33:41.659Z] + git config --global --add safe.directory /w/workspace/edgex-go/890 [Pipeline] fileExists [Pipeline] sh [2025-08-26T10:33:41.964Z] + make test [2025-08-26T10:33:41.964Z] go test -race -coverprofile=coverage.out ./... [2025-08-26T10:33:50.086Z] ? github.com/edgexfoundry/edgex-go [no test files] [2025-08-26T10:34:16.619Z] github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements [2025-08-26T10:34:16.619Z] github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements [2025-08-26T10:34:16.619Z] github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements [2025-08-26T10:34:16.619Z] github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements [2025-08-26T10:34:16.619Z] github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements [2025-08-26T10:34:16.619Z] github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements [2025-08-26T10:34:16.619Z] github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements [2025-08-26T10:34:16.619Z] github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements [2025-08-26T10:34:16.619Z] github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements [2025-08-26T10:34:16.619Z] github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements [2025-08-26T10:34:16.619Z] github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements [2025-08-26T10:34:16.619Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2025-08-26T10:34:16.619Z] github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements [2025-08-26T10:34:16.619Z] github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements [2025-08-26T10:34:16.619Z] github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements [2025-08-26T10:34:16.619Z] github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements [2025-08-26T10:34:16.619Z] github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements [2025-08-26T10:34:16.619Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.026s coverage: 42.3% of statements [2025-08-26T10:34:16.878Z] github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements [2025-08-26T10:34:16.878Z] github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements [2025-08-26T10:34:17.136Z] github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements [2025-08-26T10:34:17.136Z] github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements [2025-08-26T10:34:17.395Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.035s coverage: 97.0% of statements [2025-08-26T10:34:18.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] [2025-08-26T10:34:18.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2025-08-26T10:34:18.331Z] github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements [2025-08-26T10:34:18.331Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements [2025-08-26T10:34:18.331Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements [2025-08-26T10:34:18.331Z] github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements [2025-08-26T10:34:18.331Z] github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements [2025-08-26T10:34:18.331Z] github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-08-26T10:34:18.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] [2025-08-26T10:34:18.331Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements [2025-08-26T10:34:19.707Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] [2025-08-26T10:34:19.707Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] [2025-08-26T10:34:19.707Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-08-26T10:34:19.707Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements [2025-08-26T10:34:19.707Z] github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements [2025-08-26T10:34:19.707Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements [2025-08-26T10:34:21.083Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.038s coverage: 69.4% of statements [2025-08-26T10:34:21.083Z] ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.028s coverage: 5.1% of statements [2025-08-26T10:34:21.083Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.048s coverage: 46.3% of statements [2025-08-26T10:34:21.083Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.777s coverage: 93.4% of statements [2025-08-26T10:34:21.083Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.045s coverage: 92.4% of statements [2025-08-26T10:34:21.341Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements [2025-08-26T10:34:21.341Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements [2025-08-26T10:34:22.275Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.046s coverage: 8.4% of statements [2025-08-26T10:34:23.206Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] [2025-08-26T10:34:23.206Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2025-08-26T10:34:23.206Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2025-08-26T10:34:23.206Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements [2025-08-26T10:34:23.206Z] github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements [2025-08-26T10:34:23.206Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-08-26T10:34:23.206Z] github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements [2025-08-26T10:34:23.206Z] github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements [2025-08-26T10:34:23.206Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements [2025-08-26T10:34:23.466Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2025-08-26T10:34:23.466Z] github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements [2025-08-26T10:34:23.466Z] github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements [2025-08-26T10:34:23.467Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements [2025-08-26T10:34:23.467Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements [2025-08-26T10:34:24.841Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.329s coverage: 95.8% of statements [2025-08-26T10:34:24.841Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.024s coverage: 72.2% of statements [2025-08-26T10:34:25.407Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/cache coverage: 0.0% of statements [2025-08-26T10:34:25.407Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements [2025-08-26T10:34:25.407Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2025-08-26T10:34:25.407Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] [2025-08-26T10:34:25.407Z] github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements [2025-08-26T10:34:25.407Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements [2025-08-26T10:34:26.342Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.039s coverage: 0.0% of statements [no tests to run] [2025-08-26T10:34:26.342Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.043s coverage: 1.0% of statements [2025-08-26T10:34:26.342Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.029s coverage: 38.1% of statements [2025-08-26T10:34:26.342Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.021s coverage: 81.1% of statements [2025-08-26T10:34:27.276Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.022s coverage: 40.0% of statements [2025-08-26T10:34:27.276Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.024s coverage: 87.1% of statements [2025-08-26T10:34:27.276Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.021s coverage: 94.1% of statements [2025-08-26T10:34:27.276Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements [2025-08-26T10:34:27.276Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements [2025-08-26T10:34:27.276Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements [2025-08-26T10:34:27.276Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.027s coverage: 96.3% of statements [2025-08-26T10:34:27.843Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2025-08-26T10:34:27.843Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements [2025-08-26T10:34:27.843Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements [2025-08-26T10:34:27.843Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements [2025-08-26T10:34:27.843Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.024s coverage: 87.5% of statements [2025-08-26T10:34:29.216Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements [2025-08-26T10:34:29.216Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements [2025-08-26T10:34:29.216Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements [2025-08-26T10:34:30.149Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements [2025-08-26T10:34:30.149Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements [2025-08-26T10:34:30.149Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements [2025-08-26T10:34:30.149Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements [2025-08-26T10:34:30.408Z] github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements [2025-08-26T10:34:30.408Z] github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements [2025-08-26T10:34:30.975Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements [2025-08-26T10:34:32.878Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements [2025-08-26T10:34:32.878Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2025-08-26T10:34:34.777Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements [2025-08-26T10:34:35.711Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements [2025-08-26T10:34:35.711Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements [2025-08-26T10:34:35.711Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements [2025-08-26T10:34:38.995Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements [2025-08-26T10:34:39.563Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements [2025-08-26T10:34:39.563Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements [2025-08-26T10:34:39.823Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] [2025-08-26T10:34:39.823Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] [2025-08-26T10:34:39.823Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-08-26T10:34:40.081Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.030s coverage: 94.4% of statements [2025-08-26T10:34:41.988Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements [2025-08-26T10:34:41.988Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements [2025-08-26T10:34:41.988Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements [2025-08-26T10:34:41.988Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements [2025-08-26T10:34:41.988Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2025-08-26T10:34:41.988Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements [2025-08-26T10:34:42.556Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements [2025-08-26T10:34:42.556Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements [2025-08-26T10:34:42.556Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements [2025-08-26T10:34:42.556Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements [2025-08-26T10:34:42.556Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements [2025-08-26T10:34:42.556Z] github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements [2025-08-26T10:34:44.463Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements [2025-08-26T10:34:44.463Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements [2025-08-26T10:34:44.463Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements [2025-08-26T10:34:44.463Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements [2025-08-26T10:34:45.851Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] [2025-08-26T10:34:45.851Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2025-08-26T10:34:45.851Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements [2025-08-26T10:34:45.851Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-08-26T10:34:45.851Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements [2025-08-26T10:34:45.851Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements [2025-08-26T10:34:45.851Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements [2025-08-26T10:34:46.124Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 19.048s coverage: 92.9% of statements [2025-08-26T10:34:46.124Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.026s coverage: 68.8% of statements [2025-08-26T10:34:46.124Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.027s coverage: 62.3% of statements [2025-08-26T10:34:46.124Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.025s coverage: 47.4% of statements [2025-08-26T10:34:46.124Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.031s coverage: 87.2% of statements [2025-08-26T10:34:46.124Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.017s coverage: 15.5% of statements [2025-08-26T10:34:46.124Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.016s coverage: 100.0% of statements [2025-08-26T10:34:46.124Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.090s coverage: 81.8% of statements [2025-08-26T10:34:46.124Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.077s coverage: 82.1% of statements [2025-08-26T10:34:46.124Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.028s coverage: 86.0% of statements [2025-08-26T10:34:46.124Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.043s coverage: 6.8% of statements [2025-08-26T10:34:46.124Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.047s coverage: 33.3% of statements [2025-08-26T10:34:46.124Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.041s coverage: 100.0% of statements [2025-08-26T10:34:46.124Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.146s coverage: 54.5% of statements [2025-08-26T10:34:46.124Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.026s coverage: 89.4% of statements [2025-08-26T10:34:46.124Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.019s coverage: 100.0% of statements [2025-08-26T10:34:46.124Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.025s coverage: 73.7% of statements [2025-08-26T10:34:46.124Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.019s coverage: 100.0% of statements [2025-08-26T10:34:46.124Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.025s coverage: 88.6% of statements [2025-08-26T10:34:46.124Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.029s coverage: 96.8% of statements [2025-08-26T10:34:46.124Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.020s coverage: 100.0% of statements [2025-08-26T10:34:46.124Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.155s coverage: 29.2% of statements [2025-08-26T10:34:46.124Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.022s coverage: 93.8% of statements [2025-08-26T10:34:46.124Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.020s coverage: 3.1% of statements [2025-08-26T10:34:46.124Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.020s coverage: 76.2% of statements [2025-08-26T10:34:46.124Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.024s coverage: 54.0% of statements [2025-08-26T10:34:47.095Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] [2025-08-26T10:34:47.095Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2025-08-26T10:34:47.095Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-08-26T10:34:51.292Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.057s coverage: 17.0% of statements [2025-08-26T10:34:51.292Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.119s coverage: 94.9% of statements [2025-08-26T10:34:51.292Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.032s coverage: 9.0% of statements [2025-08-26T10:34:51.292Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.064s coverage: 97.7% of statements [2025-08-26T10:34:51.292Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.037s coverage: 43.6% of statements [2025-08-26T10:34:51.559Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2025-08-26T10:34:51.817Z] running golangci-lint [2025-08-26T10:34:51.817Z] golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z [2025-08-26T10:34:51.817Z] go version go1.23.9 linux/amd64 [2025-08-26T10:34:52.075Z] level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" [2025-08-26T10:34:52.075Z] level=info msg="[config_reader] Used config file .golangci.yml" [2025-08-26T10:34:52.075Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [2025-08-26T10:35:16.865Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-7629 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2025-08-26T10:35:16.884Z] Running in /w/workspace/edgex-go/890 [Pipeline] { [Pipeline] checkout [2025-08-26T10:35:18.623Z] level=info msg="[loader] Go packages loading at mode 575 (exports_file|files|name|compiled_files|deps|imports|types_sizes) took 24.860621736s" [2025-08-26T10:35:18.623Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 55.18535ms" [2025-08-26T10:35:19.928Z] The recommended git tool is: git [2025-08-26T10:35:24.494Z] using credential edgex-jenkins-ssh [2025-08-26T10:35:24.519Z] Cloning the remote Git repository [2025-08-26T10:35:24.564Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2025-08-26T10:35:24.659Z] > git init /w/workspace/edgex-go/890 # timeout=10 [2025-08-26T10:35:24.796Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2025-08-26T10:35:24.797Z] > git --version # timeout=10 [2025-08-26T10:35:24.821Z] > git --version # 'git version 2.25.1' [2025-08-26T10:35:24.825Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-08-26T10:35:24.971Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-08-26T10:35:30.821Z] level=info msg="[linters_context/goanalysis] analyzers took 1m49.004305375s with top 10 stages: buildir: 1m3.308175207s, gosec: 4.606897705s, inspect: 3.234350826s, fact_deprecated: 2.970120602s, printf: 1.900025196s, ctrlflow: 1.887866253s, fact_purity: 1.499340947s, nilness: 1.348071852s, S1038: 1.013011558s, ineffassign: 849.78335ms" [2025-08-26T10:35:30.821Z] level=info msg="[runner] Issues before processing: 201, after processing: 0" [2025-08-26T10:35:30.821Z] level=info msg="[runner] Processors filtering stat (in/out): filename_unadjuster: 201/201, path_prettifier: 201/201, nolint: 20/0, cgo: 201/201, autogenerated_exclude: 201/201, exclude: 201/201, exclude-rules: 201/20, invalid_issue: 201/201, skip_files: 201/201, identifier_marker: 201/201, skip_dirs: 201/201" [2025-08-26T10:35:30.821Z] level=info msg="[runner] processing took 22.112494ms with stages: nolint: 9.0822ms, identifier_marker: 6.171182ms, path_prettifier: 2.400732ms, autogenerated_exclude: 1.737113ms, exclude-rules: 1.663453ms, skip_dirs: 954.012µs, invalid_issue: 57.331µs, cgo: 27.161µs, filename_unadjuster: 13.7µs, max_same_issues: 1.42µs, uniq_by_line: 610ns, source_code: 560ns, severity-rules: 460ns, skip_files: 400ns, fixer: 390ns, diff: 380ns, exclude: 340ns, max_from_linter: 300ns, sort_results: 270ns, path_prefixer: 260ns, max_per_file_from_linter: 110ns, path_shortener: 110ns" [2025-08-26T10:35:30.821Z] level=info msg="[runner] linters took 13.394603404s with stages: goanalysis_metalinter: 13.372383239s" [2025-08-26T10:35:30.821Z] level=info msg="File cache stats: 0 entries of total size 0B" [2025-08-26T10:35:30.821Z] level=info msg="Memory: 383 samples, avg is 294.8MB, max is 1462.7MB" [2025-08-26T10:35:30.821Z] level=info msg="Execution took 38.322479653s" [2025-08-26T10:35:30.821Z] go vet ./... [2025-08-26T10:35:37.386Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-08-26T10:35:37.386Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-08-26T10:35:37.386Z] ./bin/test-attribution-txt.sh [2025-08-26T10:35:37.386Z] An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add [2025-08-26T10:35:37.386Z] An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [2025-08-26T10:35:37.386Z] An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add [2025-08-26T10:35:37.386Z] An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add [2025-08-26T10:35:37.386Z] An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [2025-08-26T10:35:37.386Z] An attribution for go.opentelemetry.io/auto/sdk is missing from Attribution.txt, please add [Pipeline] echo [2025-08-26T10:35:37.403Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh [2025-08-26T10:35:37.706Z] + ls -al . [2025-08-26T10:35:37.706Z] total 2000 [2025-08-26T10:35:37.706Z] drwxrwxr-x 11 1001 1001 4096 Aug 26 10:33 . [2025-08-26T10:35:37.706Z] drwxr-xr-x 4 root root 4096 Aug 26 10:33 .. [2025-08-26T10:35:37.706Z] drwxrwxr-x 2 1001 1001 4096 Aug 26 10:32 .blubracket [2025-08-26T10:35:37.706Z] -rw-rw-r-- 1 1001 1001 10 Aug 26 10:32 .dockerignore [2025-08-26T10:35:37.706Z] drwxrwxr-x 8 1001 1001 4096 Aug 26 10:34 .git [2025-08-26T10:35:37.706Z] drwxrwxr-x 3 1001 1001 4096 Aug 26 10:32 .github [2025-08-26T10:35:37.706Z] -rw-rw-r-- 1 1001 1001 909 Aug 26 10:32 .gitignore [2025-08-26T10:35:37.706Z] -rw-rw-r-- 1 1001 1001 218 Aug 26 10:32 .golangci.yml [2025-08-26T10:35:37.706Z] -rw-rw-r-- 1 1001 1001 100 Aug 26 10:32 .hadolint.yml [2025-08-26T10:35:37.706Z] drwxr-xr-x 3 1001 1001 4096 Aug 26 10:33 .semver [2025-08-26T10:35:37.706Z] -rw-rw-r-- 1 1001 1001 155 Aug 26 10:32 .sonarcloud.properties [2025-08-26T10:35:37.706Z] -rw-rw-r-- 1 1001 1001 1171 Aug 26 10:32 ADOPTERS.md [2025-08-26T10:35:37.706Z] -rw-rw-r-- 1 1001 1001 17374 Aug 26 10:32 Attribution.txt [2025-08-26T10:35:37.706Z] -rw-rw-r-- 1 1001 1001 108018 Aug 26 10:32 CHANGELOG.md [2025-08-26T10:35:37.706Z] -rw-rw-r-- 1 1001 1001 3804 Aug 26 10:32 CONTRIBUTING.md [2025-08-26T10:35:37.706Z] -rw-rw-r-- 1 1001 1001 677 Aug 26 10:32 GOVERNANCE.md [2025-08-26T10:35:37.706Z] -rw-rw-r-- 1 1001 1001 858 Aug 26 10:32 Jenkinsfile [2025-08-26T10:35:37.706Z] -rw-rw-r-- 1 1001 1001 10775 Aug 26 10:32 LICENSE [2025-08-26T10:35:37.706Z] -rw-rw-r-- 1 1001 1001 16740 Aug 26 10:32 Makefile [2025-08-26T10:35:37.706Z] -rw-rw-r-- 1 1001 1001 582 Aug 26 10:32 OWNERS.md [2025-08-26T10:35:37.706Z] -rw-rw-r-- 1 1001 1001 9932 Aug 26 10:32 README.md [2025-08-26T10:35:37.706Z] -rw-rw-r-- 1 1001 1001 789 Aug 26 10:32 SECURITY.md [2025-08-26T10:35:37.706Z] -rw-rw-r-- 1 1001 1001 12 Aug 26 10:33 VERSION [2025-08-26T10:35:37.706Z] drwxrwxr-x 2 1001 1001 4096 Aug 26 10:32 bin [2025-08-26T10:35:37.706Z] drwxrwxr-x 19 1001 1001 4096 Aug 26 10:32 cmd [2025-08-26T10:35:37.706Z] -rw-r--r-- 1 root root 1668237 Aug 26 10:34 coverage.out [2025-08-26T10:35:37.706Z] drwxrwxr-x 2 1001 1001 4096 Aug 26 10:32 fuzz_test [2025-08-26T10:35:37.706Z] -rw-rw-r-- 1 1001 1001 6538 Aug 26 10:32 go.mod [2025-08-26T10:35:37.706Z] -rw-rw-r-- 1 1001 1001 88539 Aug 26 10:32 go.sum [2025-08-26T10:35:37.706Z] drwxrwxr-x 7 1001 1001 4096 Aug 26 10:32 internal [2025-08-26T10:35:37.706Z] drwxrwxr-x 2 1001 1001 4096 Aug 26 10:32 openapi [2025-08-26T10:35:37.706Z] -rw-rw-r-- 1 1001 1001 584 Aug 26 10:32 security.txt [2025-08-26T10:35:37.706Z] -rw-rw-r-- 1 1001 1001 204 Aug 26 10:32 version.go [Pipeline] sh [2025-08-26T10:35:38.000Z] + '[' -e coverage.out ] [2025-08-26T10:35:38.000Z] + chown 1001:1001 coverage.out [Pipeline] stash [2025-08-26T10:35:38.158Z] Stashed 1 file(s) [Pipeline] sh [2025-08-26T10:35:38.437Z] + make build [2025-08-26T10:35:38.437Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-08-26T10:35:45.996Z] Avoid second fetch [2025-08-26T10:35:45.997Z] Checking out Revision cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 (main) [2025-08-26T10:35:45.090Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2025-08-26T10:35:45.113Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-08-26T10:35:46.012Z] > git config core.sparsecheckout # timeout=10 [2025-08-26T10:35:46.076Z] > git checkout -f cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 # timeout=10 [2025-08-26T10:35:46.811Z] Commit message: "build(deps): Bump github.com/stretchr/testify from 1.10.0 to 1.11.0 (#5235)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-26T10:35:51.300Z] provisioning config files... [2025-08-26T10:35:51.331Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/890@tmp/config4341777260640095590tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-26T10:35:51.990Z] ---> ****-login.sh [2025-08-26T10:35:51.990Z] nexus3.edgexfoundry.org:10001 [2025-08-26T10:35:52.263Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-26T10:35:52.534Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-26T10:35:52.534Z] Configure a credential helper to remove this warning. See [2025-08-26T10:35:52.534Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-26T10:35:52.534Z] [2025-08-26T10:35:52.534Z] Login Succeeded [2025-08-26T10:35:52.534Z] nexus3.edgexfoundry.org:10002 [2025-08-26T10:35:52.804Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-26T10:35:52.804Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-26T10:35:52.804Z] Configure a credential helper to remove this warning. See [2025-08-26T10:35:52.804Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-26T10:35:52.804Z] [2025-08-26T10:35:52.804Z] Login Succeeded [2025-08-26T10:35:52.804Z] nexus3.edgexfoundry.org:10003 [2025-08-26T10:35:53.073Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-26T10:35:53.345Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-26T10:35:53.345Z] Configure a credential helper to remove this warning. See [2025-08-26T10:35:53.345Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-26T10:35:53.345Z] [2025-08-26T10:35:53.345Z] Login Succeeded [2025-08-26T10:35:53.345Z] nexus3.edgexfoundry.org:10004 [2025-08-26T10:35:53.615Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-26T10:35:53.615Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-26T10:35:53.615Z] Configure a credential helper to remove this warning. See [2025-08-26T10:35:53.615Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-26T10:35:53.615Z] [2025-08-26T10:35:53.615Z] Login Succeeded [2025-08-26T10:35:53.615Z] ****.io [2025-08-26T10:35:53.883Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-26T10:35:54.152Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-26T10:35:54.152Z] Configure a credential helper to remove this warning. See [2025-08-26T10:35:54.152Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-26T10:35:54.152Z] [2025-08-26T10:35:54.152Z] Login Succeeded [2025-08-26T10:35:54.152Z] ---> ****-login.sh ends [Pipeline] } [2025-08-26T10:35:54.169Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2025-08-26T10:35:54.794Z] + git config --global --add safe.directory /w/workspace/edgex-go/890 [Pipeline] echo [2025-08-26T10:35:54.815Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-26T10:35:54.835Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-26T10:35:54.856Z] ========================================================= [2025-08-26T10:35:54.856Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2025-08-26T10:35:54.856Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2025-08-26T10:35:55.204Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-08-26T10:35:55.204Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-08-26T10:35:55.204Z] 94e9d8af2201: Pulling fs layer [2025-08-26T10:35:55.204Z] a6c56e8762df: Pulling fs layer [2025-08-26T10:35:55.204Z] f0f3c8884826: Pulling fs layer [2025-08-26T10:35:55.204Z] c7e7622c144d: Pulling fs layer [2025-08-26T10:35:55.204Z] 4f4fb700ef54: Pulling fs layer [2025-08-26T10:35:55.204Z] b4c3b6d88c5a: Pulling fs layer [2025-08-26T10:35:55.204Z] ba8bce9d2590: Pulling fs layer [2025-08-26T10:35:55.204Z] ca778ea9c289: Pulling fs layer [2025-08-26T10:35:55.204Z] c7e7622c144d: Waiting [2025-08-26T10:35:55.204Z] 4f4fb700ef54: Waiting [2025-08-26T10:35:55.204Z] b4c3b6d88c5a: Waiting [2025-08-26T10:35:55.204Z] ba8bce9d2590: Waiting [2025-08-26T10:35:55.204Z] ca778ea9c289: Waiting [2025-08-26T10:35:55.478Z] a6c56e8762df: Verifying Checksum [2025-08-26T10:35:55.478Z] a6c56e8762df: Download complete [2025-08-26T10:35:55.478Z] c7e7622c144d: Verifying Checksum [2025-08-26T10:35:55.478Z] c7e7622c144d: Download complete [2025-08-26T10:35:55.478Z] 4f4fb700ef54: Download complete [2025-08-26T10:35:55.478Z] b4c3b6d88c5a: Verifying Checksum [2025-08-26T10:35:55.478Z] b4c3b6d88c5a: Download complete [2025-08-26T10:35:55.478Z] 94e9d8af2201: Verifying Checksum [2025-08-26T10:35:55.478Z] 94e9d8af2201: Download complete [2025-08-26T10:35:56.074Z] ca778ea9c289: Verifying Checksum [2025-08-26T10:35:56.074Z] ca778ea9c289: Download complete [2025-08-26T10:35:56.344Z] 94e9d8af2201: Pull complete [2025-08-26T10:35:57.311Z] a6c56e8762df: Pull complete [2025-08-26T10:35:57.311Z] f0f3c8884826: Verifying Checksum [2025-08-26T10:35:57.311Z] f0f3c8884826: Download complete [2025-08-26T10:35:58.284Z] ba8bce9d2590: Verifying Checksum [2025-08-26T10:35:58.284Z] ba8bce9d2590: Download complete [2025-08-26T10:36:00.397Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-08-26T10:36:00.654Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-08-26T10:36:02.556Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-08-26T10:36:02.814Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-08-26T10:36:04.718Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-08-26T10:36:08.912Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-08-26T10:36:10.814Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-08-26T10:36:13.298Z] f0f3c8884826: Pull complete [2025-08-26T10:36:13.298Z] c7e7622c144d: Pull complete [2025-08-26T10:36:13.298Z] 4f4fb700ef54: Pull complete [2025-08-26T10:36:13.298Z] b4c3b6d88c5a: Pull complete [2025-08-26T10:36:13.347Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-08-26T10:36:15.246Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-08-26T10:36:16.617Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-08-26T10:36:17.995Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-08-26T10:36:18.928Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2025-08-26T10:36:20.312Z] $ docker stop --time=1 6e78eefc8c61460836f1fb59e8c8ccc940509dc2e95e8067e0342fc5e50ac7a0 [2025-08-26T10:36:23.172Z] $ docker rm -f --volumes 6e78eefc8c61460836f1fb59e8c8ccc940509dc2e95e8067e0342fc5e50ac7a0 [2025-08-26T10:36:23.425Z] ba8bce9d2590: Pull complete [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2025-08-26T10:36:24.016Z] ca778ea9c289: Pull complete [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:36:24.285Z] Digest: sha256:c70c257f76c0e97c87bd0187f74242a809c0afac30c2d5f44320df1de5715b93 [2025-08-26T10:36:24.285Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-08-26T10:36:24.285Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists [Pipeline] sh [2025-08-26T10:36:24.330Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-08-26T10:36:24.330Z] [2025-08-26T10:36:24.330Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:36:24.630Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-08-26T10:36:24.630Z] WORKDIR /edgex [2025-08-26T10:36:24.630Z] COPY go.mod . [2025-08-26T10:36:24.630Z] RUN go mod download [2025-08-26T10:36:24.630Z] + docker build -t ci-base-image-arm64 -f - . [2025-08-26T10:36:24.672Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-08-26T10:36:24.672Z] latest: Pulling from edgex-devops/edgex-compose [2025-08-26T10:36:24.672Z] 91d30c5bc195: Pulling fs layer [2025-08-26T10:36:24.672Z] 2e9b0aa3be6d: Pulling fs layer [2025-08-26T10:36:24.672Z] 9c61dcf015f6: Pulling fs layer [2025-08-26T10:36:24.672Z] 4698f68db338: Pulling fs layer [2025-08-26T10:36:24.672Z] 2a2f49069b9e: Pulling fs layer [2025-08-26T10:36:24.672Z] e0025b399a48: Pulling fs layer [2025-08-26T10:36:24.672Z] 4698f68db338: Waiting [2025-08-26T10:36:24.672Z] 2a2f49069b9e: Waiting [2025-08-26T10:36:24.672Z] e0025b399a48: Waiting [2025-08-26T10:36:24.672Z] 91d30c5bc195: Verifying Checksum [2025-08-26T10:36:24.672Z] 91d30c5bc195: Download complete [2025-08-26T10:36:24.672Z] 4698f68db338: Verifying Checksum [2025-08-26T10:36:24.672Z] 4698f68db338: Download complete [2025-08-26T10:36:24.929Z] 2e9b0aa3be6d: Verifying Checksum [2025-08-26T10:36:24.929Z] 2e9b0aa3be6d: Download complete [2025-08-26T10:36:24.929Z] e0025b399a48: Verifying Checksum [2025-08-26T10:36:24.929Z] e0025b399a48: Download complete [2025-08-26T10:36:24.929Z] 91d30c5bc195: Pull complete [2025-08-26T10:36:24.929Z] 2a2f49069b9e: Verifying Checksum [2025-08-26T10:36:24.929Z] 2a2f49069b9e: Download complete [2025-08-26T10:36:25.187Z] 2e9b0aa3be6d: Pull complete [2025-08-26T10:36:25.294Z] Sending build context to Docker daemon 3.711MB [2025-08-26T10:36:25.570Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-08-26T10:36:25.570Z] ---> 47b25d7523d1 [2025-08-26T10:36:25.570Z] Step 2/4 : WORKDIR /edgex [2025-08-26T10:36:25.754Z] 9c61dcf015f6: Verifying Checksum [2025-08-26T10:36:25.754Z] 9c61dcf015f6: Download complete [2025-08-26T10:36:27.521Z] ---> Running in 9d45dd1cc8fd [2025-08-26T10:36:27.521Z] Removing intermediate container 9d45dd1cc8fd [2025-08-26T10:36:27.521Z] ---> f08db1d8b6c0 [2025-08-26T10:36:27.521Z] Step 3/4 : COPY go.mod . [2025-08-26T10:36:27.790Z] ---> 85ab2b8bf3dc [2025-08-26T10:36:27.790Z] Step 4/4 : RUN go mod download [2025-08-26T10:36:28.074Z] ---> Running in fac7abeaaeec [2025-08-26T10:36:29.039Z] 9c61dcf015f6: Pull complete [2025-08-26T10:36:29.039Z] 4698f68db338: Pull complete [2025-08-26T10:36:29.299Z] 2a2f49069b9e: Pull complete [2025-08-26T10:36:29.299Z] e0025b399a48: Pull complete [2025-08-26T10:36:29.299Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2025-08-26T10:36:29.299Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-08-26T10:36:29.299Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-26T10:36:29.397Z] prd-ubuntu20.04-docker-8c-8g-7628 does not seem to be running inside a container [2025-08-26T10:36:29.423Z] $ 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/890 -v /w/workspace/edgex-go/890:/w/workspace/edgex-go/890:rw,z -v /w/workspace/edgex-go/890@tmp:/w/workspace/edgex-go/890@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2025-08-26T10:36:30.369Z] $ docker top 9d8cb266bea8e5357529cc60d0d0eb0a96b582870faf95651f3cd6c748b8a300 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-26T10:36:30.714Z] + docker compose -f ./docker-compose-build.yml build --parallel [2025-08-26T10:36:30.973Z] #1 [core-data internal] load build definition from Dockerfile [2025-08-26T10:36:30.974Z] #1 transferring dockerfile: 2.04kB done [2025-08-26T10:36:30.974Z] #1 DONE 0.1s [2025-08-26T10:36:30.974Z] [2025-08-26T10:36:30.974Z] #2 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-08-26T10:36:30.974Z] #2 DONE 0.0s [2025-08-26T10:36:30.974Z] [2025-08-26T10:36:30.974Z] #3 [core-metadata internal] load build definition from Dockerfile [2025-08-26T10:36:30.974Z] #3 transferring dockerfile: 2.10kB done [2025-08-26T10:36:30.974Z] #3 DONE 0.1s [2025-08-26T10:36:30.974Z] [2025-08-26T10:36:30.974Z] #4 [security-proxy-auth internal] load build definition from Dockerfile [2025-08-26T10:36:30.974Z] #4 ... [2025-08-26T10:36:30.974Z] [2025-08-26T10:36:30.974Z] #5 [security-spire-agent internal] load build definition from Dockerfile [2025-08-26T10:36:30.974Z] #5 transferring dockerfile: 1.81kB done [2025-08-26T10:36:30.974Z] #5 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) [2025-08-26T10:36:30.974Z] #5 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 23) [2025-08-26T10:36:30.974Z] #5 DONE 0.1s [2025-08-26T10:36:30.974Z] [2025-08-26T10:36:30.974Z] #6 [security-proxy-setup internal] load build definition from Dockerfile [2025-08-26T10:36:30.974Z] #6 transferring dockerfile: 2.50kB done [2025-08-26T10:36:30.974Z] #6 DONE 0.2s [2025-08-26T10:36:30.974Z] [2025-08-26T10:36:30.974Z] #7 [support-scheduler internal] load build definition from Dockerfile [2025-08-26T10:36:30.974Z] #7 transferring dockerfile: 1.83kB done [2025-08-26T10:36:30.974Z] #7 DONE 0.2s [2025-08-26T10:36:30.974Z] [2025-08-26T10:36:30.974Z] #8 [security-bootstrapper internal] load build definition from Dockerfile [2025-08-26T10:36:30.974Z] #8 transferring dockerfile: 3.02kB done [2025-08-26T10:36:30.974Z] #8 DONE 0.2s [2025-08-26T10:36:30.974Z] [2025-08-26T10:36:30.974Z] #9 [security-secretstore-setup internal] load build definition from Dockerfile [2025-08-26T10:36:30.974Z] #9 transferring dockerfile: 2.49kB done [2025-08-26T10:36:30.974Z] #9 DONE 0.2s [2025-08-26T10:36:30.974Z] [2025-08-26T10:36:30.974Z] #10 [support-notifications internal] load build definition from Dockerfile [2025-08-26T10:36:30.974Z] #10 transferring dockerfile: 2.00kB done [2025-08-26T10:36:30.974Z] #10 DONE 0.2s [2025-08-26T10:36:30.974Z] [2025-08-26T10:36:30.974Z] #11 [core-keeper internal] load build definition from Dockerfile [2025-08-26T10:36:30.974Z] #11 transferring dockerfile: 2.01kB done [2025-08-26T10:36:30.974Z] #11 DONE 0.2s [2025-08-26T10:36:30.974Z] [2025-08-26T10:36:30.974Z] #2 [support-notifications internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-08-26T10:36:30.974Z] #2 DONE 0.0s [2025-08-26T10:36:31.233Z] [2025-08-26T10:36:31.233Z] #12 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2025-08-26T10:36:31.233Z] #12 transferring dockerfile: 2.23kB done [2025-08-26T10:36:31.233Z] #12 DONE 0.2s [2025-08-26T10:36:31.233Z] [2025-08-26T10:36:31.233Z] #13 [security-spire-config internal] load build definition from Dockerfile [2025-08-26T10:36:31.233Z] #13 transferring dockerfile: 1.69kB done [2025-08-26T10:36:31.233Z] #13 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) [2025-08-26T10:36:31.233Z] #13 DONE 0.2s [2025-08-26T10:36:31.233Z] [2025-08-26T10:36:31.233Z] #14 [security-spiffe-token-provider internal] load build definition from Dockerfile [2025-08-26T10:36:31.233Z] #14 transferring dockerfile: 1.89kB done [2025-08-26T10:36:31.233Z] #14 DONE 0.2s [2025-08-26T10:36:31.233Z] [2025-08-26T10:36:31.233Z] #15 [core-command internal] load build definition from Dockerfile [2025-08-26T10:36:31.233Z] #15 transferring dockerfile: 1.94kB done [2025-08-26T10:36:31.233Z] #15 DONE 0.2s [2025-08-26T10:36:31.233Z] [2025-08-26T10:36:31.233Z] #16 [security-spire-server internal] load build definition from Dockerfile [2025-08-26T10:36:31.233Z] #16 transferring dockerfile: 1.70kB done [2025-08-26T10:36:31.233Z] #16 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) [2025-08-26T10:36:31.233Z] #16 DONE 0.2s [2025-08-26T10:36:31.233Z] [2025-08-26T10:36:31.233Z] #4 [security-proxy-auth internal] load build definition from Dockerfile [2025-08-26T10:36:31.233Z] #4 transferring dockerfile: 2.14kB done [2025-08-26T10:36:31.233Z] #4 DONE 0.2s [2025-08-26T10:36:31.233Z] [2025-08-26T10:36:31.233Z] #17 [core-data internal] load .dockerignore [2025-08-26T10:36:31.233Z] #17 transferring context: 50B done [2025-08-26T10:36:31.233Z] #17 DONE 0.1s [2025-08-26T10:36:31.233Z] [2025-08-26T10:36:31.233Z] #18 [core-metadata internal] load .dockerignore [2025-08-26T10:36:31.233Z] #18 transferring context: 50B done [2025-08-26T10:36:31.233Z] #18 DONE 0.1s [2025-08-26T10:36:31.233Z] [2025-08-26T10:36:31.233Z] #2 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-08-26T10:36:31.233Z] #2 DONE 0.0s [2025-08-26T10:36:31.233Z] [2025-08-26T10:36:31.233Z] #19 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.20 [2025-08-26T10:36:31.233Z] #19 DONE 0.2s [2025-08-26T10:36:31.233Z] [2025-08-26T10:36:31.233Z] #20 [core-metadata builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest [2025-08-26T10:36:31.233Z] #20 ... [2025-08-26T10:36:31.233Z] [2025-08-26T10:36:31.233Z] #21 [core-common-config-bootstrapper internal] load .dockerignore [2025-08-26T10:36:31.233Z] #21 transferring context: 50B done [2025-08-26T10:36:31.233Z] #21 DONE 0.1s [2025-08-26T10:36:31.233Z] [2025-08-26T10:36:31.233Z] #22 [security-proxy-setup internal] load .dockerignore [2025-08-26T10:36:31.233Z] #22 transferring context: 50B done [2025-08-26T10:36:31.233Z] #22 DONE 0.1s [2025-08-26T10:36:31.233Z] [2025-08-26T10:36:31.233Z] #23 [security-bootstrapper internal] load .dockerignore [2025-08-26T10:36:31.233Z] #23 transferring context: 50B done [2025-08-26T10:36:31.233Z] #23 DONE 0.1s [2025-08-26T10:36:31.233Z] [2025-08-26T10:36:31.233Z] #24 [support-notifications internal] load .dockerignore [2025-08-26T10:36:31.233Z] #24 transferring context: 50B done [2025-08-26T10:36:31.233Z] #24 DONE 0.1s [2025-08-26T10:36:31.233Z] [2025-08-26T10:36:31.233Z] #25 [core-keeper internal] load .dockerignore [2025-08-26T10:36:31.233Z] #25 transferring context: 50B done [2025-08-26T10:36:31.233Z] #25 DONE 0.1s [2025-08-26T10:36:31.233Z] [2025-08-26T10:36:31.233Z] #26 [security-secretstore-setup internal] load .dockerignore [2025-08-26T10:36:31.233Z] #26 transferring context: 50B done [2025-08-26T10:36:31.233Z] #26 DONE 0.1s [2025-08-26T10:36:31.233Z] [2025-08-26T10:36:31.233Z] #27 [support-scheduler internal] load .dockerignore [2025-08-26T10:36:31.233Z] #27 transferring context: 50B done [2025-08-26T10:36:31.233Z] #27 DONE 0.1s [2025-08-26T10:36:31.233Z] [2025-08-26T10:36:31.233Z] #20 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest [2025-08-26T10:36:31.233Z] #20 ... [2025-08-26T10:36:31.233Z] [2025-08-26T10:36:31.233Z] #28 [security-spiffe-token-provider internal] load .dockerignore [2025-08-26T10:36:31.233Z] #28 transferring context: 50B done [2025-08-26T10:36:31.233Z] #28 DONE 0.1s [2025-08-26T10:36:31.233Z] [2025-08-26T10:36:31.233Z] #29 [security-proxy-auth internal] load .dockerignore [2025-08-26T10:36:31.233Z] #29 transferring context: 50B done [2025-08-26T10:36:31.233Z] #29 DONE 0.2s [2025-08-26T10:36:31.233Z] [2025-08-26T10:36:31.233Z] #30 [core-command internal] load .dockerignore [2025-08-26T10:36:31.233Z] #30 transferring context: 50B done [2025-08-26T10:36:31.233Z] #30 DONE 0.2s [2025-08-26T10:36:31.233Z] [2025-08-26T10:36:31.233Z] #20 [core-command builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest [2025-08-26T10:36:31.492Z] #20 DONE 0.4s [2025-08-26T10:36:31.492Z] [2025-08-26T10:36:31.492Z] #31 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-08-26T10:36:31.492Z] #31 DONE 0.5s [2025-08-26T10:36:31.492Z] [2025-08-26T10:36:31.492Z] #32 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 [2025-08-26T10:36:31.492Z] #32 DONE 0.5s [2025-08-26T10:36:31.492Z] [2025-08-26T10:36:31.492Z] #33 [core-data builder 2/7] WORKDIR /edgex-go [2025-08-26T10:36:31.750Z] #33 ... [2025-08-26T10:36:31.750Z] [2025-08-26T10:36:31.750Z] #34 [security-spire-agent internal] load .dockerignore [2025-08-26T10:36:31.750Z] #34 transferring context: 50B 0.0s done [2025-08-26T10:36:31.750Z] #34 DONE 0.1s [2025-08-26T10:36:31.750Z] [2025-08-26T10:36:31.750Z] #35 [core-command stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-26T10:36:31.750Z] #35 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-08-26T10:36:31.750Z] #35 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.3s done [2025-08-26T10:36:31.750Z] #35 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done [2025-08-26T10:36:31.750Z] #35 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done [2025-08-26T10:36:31.750Z] #35 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-08-26T10:36:31.750Z] #35 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done [2025-08-26T10:36:32.315Z] #35 ... [2025-08-26T10:36:32.315Z] [2025-08-26T10:36:32.315Z] #36 [security-spire-config internal] load .dockerignore [2025-08-26T10:36:32.315Z] #36 transferring context: 50B 0.0s done [2025-08-26T10:36:32.315Z] #36 DONE 0.7s [2025-08-26T10:36:32.315Z] [2025-08-26T10:36:32.315Z] #37 [security-spire-server internal] load .dockerignore [2025-08-26T10:36:32.315Z] #37 transferring context: 50B 0.0s done [2025-08-26T10:36:32.315Z] #37 DONE 0.8s [2025-08-26T10:36:32.315Z] [2025-08-26T10:36:32.315Z] #33 [security-proxy-auth builder 2/7] WORKDIR /edgex-go [2025-08-26T10:36:32.315Z] #33 DONE 0.7s [2025-08-26T10:36:32.315Z] [2025-08-26T10:36:32.315Z] #35 [security-spire-server stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-26T10:36:32.315Z] #35 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-08-26T10:36:32.315Z] #35 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.3s done [2025-08-26T10:36:32.315Z] #35 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done [2025-08-26T10:36:32.315Z] #35 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done [2025-08-26T10:36:32.315Z] #35 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-08-26T10:36:32.315Z] #35 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done [2025-08-26T10:36:32.575Z] #35 DONE 1.4s [2025-08-26T10:36:32.575Z] [2025-08-26T10:36:32.575Z] #38 [security-spire-config internal] load build context [2025-08-26T10:36:32.575Z] #38 transferring context: 22.05kB 0.0s done [2025-08-26T10:36:32.575Z] #38 DONE 0.2s [2025-08-26T10:36:32.575Z] [2025-08-26T10:36:32.575Z] #39 [security-spire-agent internal] load build context [2025-08-26T10:36:32.575Z] #39 transferring context: 23.33kB done [2025-08-26T10:36:32.575Z] #39 DONE 0.2s [2025-08-26T10:36:32.575Z] [2025-08-26T10:36:32.575Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-26T10:36:32.575Z] #40 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.2s done [2025-08-26T10:36:32.833Z] #40 ... [2025-08-26T10:36:32.833Z] [2025-08-26T10:36:32.833Z] #41 [security-spire-server internal] load build context [2025-08-26T10:36:32.833Z] #41 transferring context: 23.80kB 0.0s done [2025-08-26T10:36:32.833Z] #41 DONE 0.4s [2025-08-26T10:36:32.833Z] [2025-08-26T10:36:32.833Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-26T10:36:32.833Z] #40 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-08-26T10:36:32.833Z] #40 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done [2025-08-26T10:36:32.833Z] #40 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done [2025-08-26T10:36:32.833Z] #40 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 0.0s [2025-08-26T10:36:32.833Z] #40 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done [2025-08-26T10:36:32.833Z] #40 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done [2025-08-26T10:36:32.833Z] #40 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 0.1s [2025-08-26T10:36:33.090Z] #40 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done [2025-08-26T10:36:33.090Z] #40 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done [2025-08-26T10:36:33.090Z] #40 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.0s done [2025-08-26T10:36:33.090Z] #40 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.2s [2025-08-26T10:36:33.090Z] #40 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 0B / 36.47MB 0.2s [2025-08-26T10:36:33.090Z] #40 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.0s done [2025-08-26T10:36:33.090Z] #40 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.2s done [2025-08-26T10:36:33.090Z] #40 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 2.10MB / 36.47MB 0.3s [2025-08-26T10:36:33.090Z] #40 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done [2025-08-26T10:36:33.349Z] #40 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 11.53MB / 36.47MB 0.4s [2025-08-26T10:36:33.349Z] #40 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 18.87MB / 36.47MB 0.5s [2025-08-26T10:36:33.349Z] #40 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 27.26MB / 36.47MB 0.6s [2025-08-26T10:36:33.610Z] #40 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 34.60MB / 36.47MB 0.7s [2025-08-26T10:36:33.610Z] #40 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 0.8s [2025-08-26T10:36:34.287Z] #40 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 1.2s done [2025-08-26T10:36:35.233Z] #40 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 [2025-08-26T10:36:38.515Z] #40 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 3.0s done [2025-08-26T10:36:41.065Z] #40 ... [2025-08-26T10:36:41.065Z] [2025-08-26T10:36:41.065Z] #42 [core-common-config-bootstrapper internal] load build context [2025-08-26T10:36:41.065Z] #42 transferring context: 426.55MB 9.7s [2025-08-26T10:36:41.324Z] #42 ... [2025-08-26T10:36:41.324Z] [2025-08-26T10:36:41.324Z] #43 [support-notifications internal] load build context [2025-08-26T10:36:41.324Z] #43 ... [2025-08-26T10:36:41.324Z] [2025-08-26T10:36:41.324Z] #44 [security-bootstrapper internal] load build context [2025-08-26T10:36:41.581Z] #44 ... [2025-08-26T10:36:41.581Z] [2025-08-26T10:36:41.581Z] #45 [security-proxy-setup internal] load build context [2025-08-26T10:36:41.581Z] #45 ... [2025-08-26T10:36:41.581Z] [2025-08-26T10:36:41.581Z] #46 [core-data internal] load build context [2025-08-26T10:36:41.581Z] #46 ... [2025-08-26T10:36:41.581Z] [2025-08-26T10:36:41.581Z] #47 [security-secretstore-setup internal] load build context [2025-08-26T10:36:41.890Z] #47 ... [2025-08-26T10:36:41.890Z] [2025-08-26T10:36:41.890Z] #48 [core-keeper internal] load build context [2025-08-26T10:36:42.150Z] #48 ... [2025-08-26T10:36:42.150Z] [2025-08-26T10:36:42.150Z] #49 [security-proxy-auth internal] load build context [2025-08-26T10:36:42.150Z] #49 ... [2025-08-26T10:36:42.150Z] [2025-08-26T10:36:42.150Z] #50 [security-spiffe-token-provider internal] load build context [2025-08-26T10:36:42.150Z] #50 ... [2025-08-26T10:36:42.150Z] [2025-08-26T10:36:42.150Z] #51 [support-scheduler internal] load build context [2025-08-26T10:36:42.410Z] #51 ... [2025-08-26T10:36:42.410Z] [2025-08-26T10:36:42.410Z] #52 [core-command internal] load build context [2025-08-26T10:36:42.410Z] #52 ... [2025-08-26T10:36:42.410Z] [2025-08-26T10:36:42.410Z] #53 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-08-26T10:36:42.410Z] #53 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.2s done [2025-08-26T10:36:42.410Z] #53 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done [2025-08-26T10:36:42.410Z] #53 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done [2025-08-26T10:36:42.410Z] #53 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done [2025-08-26T10:36:42.410Z] #53 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done [2025-08-26T10:36:42.410Z] #53 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done [2025-08-26T10:36:42.410Z] #53 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done [2025-08-26T10:36:42.411Z] #53 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.2s done [2025-08-26T10:36:42.411Z] #53 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.0s done [2025-08-26T10:36:42.411Z] #53 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 0.5s done [2025-08-26T10:36:42.411Z] #53 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done [2025-08-26T10:36:42.411Z] #53 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 1.1s done [2025-08-26T10:36:42.411Z] #53 ... [2025-08-26T10:36:42.411Z] [2025-08-26T10:36:42.411Z] #54 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-08-26T10:36:42.411Z] #0 0.878 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-26T10:36:42.411Z] #0 1.795 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-26T10:36:42.411Z] #0 2.146 OK: 248 MiB in 58 packages [2025-08-26T10:36:42.671Z] #54 ... [2025-08-26T10:36:42.671Z] [2025-08-26T10:36:42.671Z] #55 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-08-26T10:36:42.671Z] #55 ... [2025-08-26T10:36:42.671Z] [2025-08-26T10:36:42.671Z] #56 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-08-26T10:36:42.928Z] #56 ... [2025-08-26T10:36:42.928Z] [2025-08-26T10:36:42.928Z] #57 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-08-26T10:36:42.928Z] #0 1.843 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-26T10:36:42.928Z] #0 2.018 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-26T10:36:42.928Z] #0 2.378 v3.20.7-46-g4cba8526e90 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-08-26T10:36:42.928Z] #0 2.378 v3.20.7-40-g98a72a54737 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-08-26T10:36:42.928Z] #0 2.378 OK: 24174 distinct packages available [2025-08-26T10:36:42.928Z] #0 2.432 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-26T10:36:42.928Z] #0 2.503 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-26T10:36:42.928Z] #0 2.795 OK: 248 MiB in 58 packages [2025-08-26T10:36:42.928Z] #57 ... [2025-08-26T10:36:42.928Z] [2025-08-26T10:36:42.928Z] #58 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-08-26T10:36:42.928Z] #0 1.082 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-26T10:36:42.928Z] #0 1.789 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-26T10:36:42.928Z] #0 2.219 OK: 248 MiB in 58 packages [2025-08-26T10:36:42.928Z] #58 ... [2025-08-26T10:36:42.928Z] [2025-08-26T10:36:42.928Z] #59 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-08-26T10:36:42.928Z] #0 2.802 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-26T10:36:42.928Z] #0 2.879 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-26T10:36:42.928Z] #0 3.149 (1/2) Installing dumb-init (1.2.5-r3) [2025-08-26T10:36:42.928Z] #0 3.153 (2/2) Installing su-exec (0.2-r3) [2025-08-26T10:36:42.928Z] #0 3.156 Executing busybox-1.36.1-r29.trigger [2025-08-26T10:36:42.928Z] #0 3.168 OK: 8 MiB in 16 packages [2025-08-26T10:36:43.184Z] #59 ... [2025-08-26T10:36:43.184Z] [2025-08-26T10:36:43.184Z] #60 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-08-26T10:36:43.184Z] #60 ... [2025-08-26T10:36:43.184Z] [2025-08-26T10:36:43.184Z] #61 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-08-26T10:36:43.445Z] #61 ... [2025-08-26T10:36:43.445Z] [2025-08-26T10:36:43.445Z] #62 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-08-26T10:36:43.445Z] #62 ... [2025-08-26T10:36:43.445Z] [2025-08-26T10:36:43.445Z] #63 [core-metadata internal] load build context [2025-08-26T10:36:43.445Z] #63 ... [2025-08-26T10:36:43.445Z] [2025-08-26T10:36:43.445Z] #64 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-08-26T10:36:43.445Z] #0 3.303 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-26T10:36:43.445Z] #0 3.375 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-26T10:36:43.445Z] #0 3.677 (1/4) Installing dumb-init (1.2.5-r3) [2025-08-26T10:36:43.445Z] #0 3.685 (2/4) Installing openssl (3.3.4-r0) [2025-08-26T10:36:43.445Z] #0 3.698 (3/4) Installing su-exec (0.2-r3) [2025-08-26T10:36:43.445Z] #0 3.703 (4/4) Installing yq-go (4.44.1-r2) [2025-08-26T10:36:43.445Z] #0 3.868 Executing busybox-1.36.1-r29.trigger [2025-08-26T10:36:43.445Z] #0 3.876 OK: 19 MiB in 18 packages [2025-08-26T10:36:43.702Z] #64 ... [2025-08-26T10:36:43.702Z] [2025-08-26T10:36:43.702Z] #65 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-08-26T10:36:43.702Z] #65 ... [2025-08-26T10:36:43.702Z] [2025-08-26T10:36:43.702Z] #66 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-08-26T10:36:43.702Z] #0 0.800 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-26T10:36:43.702Z] #0 1.801 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-26T10:36:43.702Z] #0 2.194 OK: 248 MiB in 58 packages [2025-08-26T10:36:43.959Z] #66 ... [2025-08-26T10:36:43.959Z] [2025-08-26T10:36:43.959Z] #67 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-08-26T10:36:43.959Z] #67 ... [2025-08-26T10:36:43.959Z] [2025-08-26T10:36:43.959Z] #68 [core-command builder 3/7] RUN apk add --update --no-cache make git [2025-08-26T10:36:43.959Z] #0 0.809 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-26T10:36:43.959Z] #0 1.784 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-26T10:36:43.959Z] #0 2.130 OK: 248 MiB in 58 packages [2025-08-26T10:36:44.222Z] #68 ... [2025-08-26T10:36:44.222Z] [2025-08-26T10:36:44.222Z] #69 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-08-26T10:36:44.222Z] #0 2.753 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-26T10:36:44.222Z] #0 2.830 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-26T10:36:44.222Z] #0 3.148 (1/1) Installing dumb-init (1.2.5-r3) [2025-08-26T10:36:44.222Z] #0 3.156 Executing busybox-1.36.1-r29.trigger [2025-08-26T10:36:44.222Z] #0 3.168 OK: 8 MiB in 15 packages [2025-08-26T10:36:44.222Z] #69 ... [2025-08-26T10:36:44.222Z] [2025-08-26T10:36:44.222Z] #70 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-08-26T10:36:44.222Z] #0 3.695 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-26T10:36:44.222Z] #0 3.764 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-26T10:36:44.222Z] #0 4.049 (1/1) Installing dumb-init (1.2.5-r3) [2025-08-26T10:36:44.222Z] #0 4.053 Executing busybox-1.36.1-r29.trigger [2025-08-26T10:36:44.222Z] #0 4.067 OK: 8 MiB in 15 packages [2025-08-26T10:36:44.579Z] #70 ... [2025-08-26T10:36:44.579Z] [2025-08-26T10:36:44.579Z] #71 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-08-26T10:36:44.579Z] #0 2.762 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-26T10:36:44.579Z] #0 2.852 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-26T10:36:44.579Z] #0 3.148 v3.20.7-46-g4cba8526e90 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-08-26T10:36:44.579Z] #0 3.148 v3.20.7-40-g98a72a54737 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-08-26T10:36:44.579Z] #0 3.148 OK: 24174 distinct packages available [2025-08-26T10:36:44.579Z] #0 3.207 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-26T10:36:44.579Z] #0 3.292 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-26T10:36:44.579Z] #0 3.606 (1/5) Installing dumb-init (1.2.5-r3) [2025-08-26T10:36:44.579Z] #0 3.611 (2/5) Installing musl-obstack (1.2.3-r2) [2025-08-26T10:36:44.579Z] #0 3.622 (3/5) Installing libucontext (1.2-r3) [2025-08-26T10:36:44.579Z] #0 3.622 (4/5) Installing gcompat (1.1.0-r4) [2025-08-26T10:36:44.579Z] #0 3.627 (5/5) Installing openssl (3.3.4-r0) [2025-08-26T10:36:44.579Z] #0 3.640 Executing busybox-1.36.1-r29.trigger [2025-08-26T10:36:44.579Z] #0 3.650 OK: 9 MiB in 19 packages [2025-08-26T10:36:44.579Z] #71 ... [2025-08-26T10:36:44.579Z] [2025-08-26T10:36:44.579Z] #63 [core-metadata internal] load build context [2025-08-26T10:36:45.145Z] #63 transferring context: 594.90MB 13.7s done [2025-08-26T10:36:46.525Z] #63 ... [2025-08-26T10:36:46.525Z] [2025-08-26T10:36:46.525Z] #47 [security-secretstore-setup internal] load build context [2025-08-26T10:36:46.525Z] #47 transferring context: 594.90MB 11.8s done [2025-08-26T10:36:46.525Z] #47 DONE 15.0s [2025-08-26T10:36:46.525Z] [2025-08-26T10:36:46.525Z] #68 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-08-26T10:36:46.525Z] #68 DONE 14.0s [2025-08-26T10:36:46.525Z] [2025-08-26T10:36:46.525Z] #54 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-08-26T10:36:46.525Z] #54 DONE 14.0s [2025-08-26T10:36:46.525Z] [2025-08-26T10:36:46.525Z] #71 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-08-26T10:36:46.525Z] #71 DONE 13.8s [2025-08-26T10:36:46.525Z] [2025-08-26T10:36:46.525Z] #64 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-08-26T10:36:46.525Z] #64 DONE 13.8s [2025-08-26T10:36:46.525Z] [2025-08-26T10:36:46.525Z] #57 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-08-26T10:36:46.525Z] #57 DONE 14.0s [2025-08-26T10:36:46.525Z] [2025-08-26T10:36:46.525Z] #66 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2025-08-26T10:36:46.525Z] #66 DONE 14.0s [2025-08-26T10:36:46.525Z] [2025-08-26T10:36:46.525Z] #58 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-08-26T10:36:46.525Z] #58 DONE 14.0s [2025-08-26T10:36:46.525Z] [2025-08-26T10:36:46.525Z] #69 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-08-26T10:36:46.525Z] #69 DONE 13.8s [2025-08-26T10:36:46.525Z] [2025-08-26T10:36:46.525Z] #59 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-08-26T10:36:46.525Z] #59 DONE 13.8s [2025-08-26T10:36:46.525Z] [2025-08-26T10:36:46.525Z] #55 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-08-26T10:36:46.525Z] #55 DONE 14.0s [2025-08-26T10:36:46.525Z] [2025-08-26T10:36:46.525Z] #70 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-08-26T10:36:46.525Z] #70 DONE 13.8s [2025-08-26T10:36:46.525Z] [2025-08-26T10:36:46.525Z] #50 [security-spiffe-token-provider internal] load build context [2025-08-26T10:36:46.525Z] #50 transferring context: 594.90MB 12.0s done [2025-08-26T10:36:46.525Z] #50 DONE 15.1s [2025-08-26T10:36:46.525Z] [2025-08-26T10:36:46.525Z] #44 [security-bootstrapper internal] load build context [2025-08-26T10:36:46.525Z] #44 transferring context: 594.90MB 12.2s done [2025-08-26T10:36:46.525Z] #44 DONE 15.1s [2025-08-26T10:36:46.525Z] [2025-08-26T10:36:46.525Z] #52 [core-command internal] load build context [2025-08-26T10:36:46.525Z] #52 transferring context: 594.90MB 12.0s done [2025-08-26T10:36:46.525Z] #52 DONE 15.0s [2025-08-26T10:36:46.525Z] [2025-08-26T10:36:46.525Z] #42 [core-common-config-bootstrapper internal] load build context [2025-08-26T10:36:46.525Z] #42 transferring context: 594.90MB 12.6s done [2025-08-26T10:36:46.525Z] #42 DONE 15.2s [2025-08-26T10:36:46.525Z] [2025-08-26T10:36:46.525Z] #72 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade [2025-08-26T10:36:46.525Z] #72 ... [2025-08-26T10:36:46.525Z] [2025-08-26T10:36:46.525Z] #51 [support-scheduler internal] load build context [2025-08-26T10:36:46.525Z] #51 transferring context: 594.90MB 12.4s done [2025-08-26T10:36:46.525Z] #51 DONE 15.1s [2025-08-26T10:36:46.525Z] [2025-08-26T10:36:46.525Z] #45 [security-proxy-setup internal] load build context [2025-08-26T10:36:46.525Z] #45 transferring context: 594.90MB 12.5s done [2025-08-26T10:36:46.525Z] #45 DONE 15.2s [2025-08-26T10:36:46.525Z] [2025-08-26T10:36:46.525Z] #43 [support-notifications internal] load build context [2025-08-26T10:36:46.525Z] #43 transferring context: 594.90MB 12.5s done [2025-08-26T10:36:46.525Z] #43 DONE 15.2s [2025-08-26T10:36:46.525Z] [2025-08-26T10:36:46.525Z] #46 [core-data internal] load build context [2025-08-26T10:36:46.525Z] #46 transferring context: 594.90MB 13.5s done [2025-08-26T10:36:46.525Z] #46 DONE 15.3s [2025-08-26T10:36:46.525Z] [2025-08-26T10:36:46.525Z] #63 [core-metadata internal] load build context [2025-08-26T10:36:46.525Z] #63 DONE 15.3s [2025-08-26T10:36:46.525Z] [2025-08-26T10:36:46.525Z] #49 [security-proxy-auth internal] load build context [2025-08-26T10:36:46.525Z] #49 transferring context: 594.90MB 13.8s done [2025-08-26T10:36:46.525Z] #49 DONE 15.1s [2025-08-26T10:36:46.525Z] [2025-08-26T10:36:46.525Z] #48 [core-keeper internal] load build context [2025-08-26T10:36:46.525Z] #48 transferring context: 594.90MB 14.0s done [2025-08-26T10:36:46.525Z] #48 DONE 15.2s [2025-08-26T10:36:46.525Z] [2025-08-26T10:36:46.525Z] #53 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-08-26T10:36:46.525Z] #53 DONE 14.3s [2025-08-26T10:36:46.525Z] [2025-08-26T10:36:46.525Z] #73 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2025-08-26T10:36:46.525Z] #73 DONE 0.3s [2025-08-26T10:36:46.525Z] [2025-08-26T10:36:46.526Z] #74 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-08-26T10:36:46.526Z] #74 DONE 0.3s [2025-08-26T10:36:46.526Z] [2025-08-26T10:36:46.526Z] #75 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-26T10:36:46.789Z] #75 ... [2025-08-26T10:36:46.789Z] [2025-08-26T10:36:46.789Z] #76 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-08-26T10:36:46.789Z] #76 DONE 0.2s [2025-08-26T10:36:46.789Z] [2025-08-26T10:36:46.789Z] #77 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2025-08-26T10:36:46.789Z] #77 DONE 0.3s [2025-08-26T10:36:46.789Z] [2025-08-26T10:36:46.789Z] #78 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-08-26T10:36:46.789Z] #78 DONE 0.2s [2025-08-26T10:36:46.789Z] [2025-08-26T10:36:46.789Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-26T10:36:46.789Z] #40 DONE 14.4s [2025-08-26T10:36:47.048Z] [2025-08-26T10:36:47.048Z] #79 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-26T10:36:47.307Z] #79 ... [2025-08-26T10:36:47.307Z] [2025-08-26T10:36:47.307Z] #67 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-08-26T10:36:47.307Z] #67 DONE 14.7s [2025-08-26T10:36:47.307Z] [2025-08-26T10:36:47.307Z] #61 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-08-26T10:36:47.307Z] #61 14.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-26T10:36:47.307Z] #61 14.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-26T10:36:47.874Z] #61 15.11 (1/7) Installing ca-certificates (20250619-r0) [2025-08-26T10:36:47.874Z] #61 15.12 (2/7) Installing dumb-init (1.2.5-r3) [2025-08-26T10:36:47.874Z] #61 15.12 (3/7) Installing libgcc (13.2.1_git20240309-r1) [2025-08-26T10:36:47.874Z] #61 15.13 (4/7) Installing libsodium (1.0.19-r0) [2025-08-26T10:36:47.874Z] #61 15.13 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) [2025-08-26T10:36:47.874Z] #61 15.15 (6/7) Installing libzmq (4.3.5-r2) [2025-08-26T10:36:47.874Z] #61 15.16 (7/7) Installing zeromq (4.3.5-r2) [2025-08-26T10:36:47.874Z] #61 15.16 Executing busybox-1.36.1-r29.trigger [2025-08-26T10:36:47.874Z] #61 15.17 Executing ca-certificates-20250619-r0.trigger [2025-08-26T10:36:47.874Z] #61 15.21 OK: 12 MiB in 21 packages [2025-08-26T10:36:47.874Z] #61 DONE 15.4s [2025-08-26T10:36:47.874Z] [2025-08-26T10:36:47.874Z] #62 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-08-26T10:36:47.874Z] #62 14.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-26T10:36:47.874Z] #62 14.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-26T10:36:47.874Z] #62 15.06 (1/4) Installing ca-certificates (20250619-r0) [2025-08-26T10:36:47.874Z] #62 15.08 (2/4) Installing dumb-init (1.2.5-r3) [2025-08-26T10:36:47.874Z] #62 15.08 (3/4) Installing su-exec (0.2-r3) [2025-08-26T10:36:47.874Z] #62 15.08 (4/4) Installing yq-go (4.44.1-r2) [2025-08-26T10:36:47.874Z] #62 15.15 Executing busybox-1.36.1-r29.trigger [2025-08-26T10:36:47.874Z] #62 15.16 Executing ca-certificates-20250619-r0.trigger [2025-08-26T10:36:47.874Z] #62 15.19 OK: 19 MiB in 18 packages [2025-08-26T10:36:47.874Z] #62 DONE 15.4s [2025-08-26T10:36:47.874Z] [2025-08-26T10:36:47.874Z] #80 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-08-26T10:36:48.133Z] #80 ... [2025-08-26T10:36:48.133Z] [2025-08-26T10:36:48.133Z] #65 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-08-26T10:36:48.133Z] #65 14.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-26T10:36:48.133Z] #65 14.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-26T10:36:48.133Z] #65 15.21 (1/3) Installing ca-certificates (20250619-r0) [2025-08-26T10:36:48.133Z] #65 15.23 (2/3) Installing dumb-init (1.2.5-r3) [2025-08-26T10:36:48.133Z] #65 15.24 (3/3) Installing tzdata (2025b-r0) [2025-08-26T10:36:48.133Z] #65 15.29 Executing busybox-1.36.1-r29.trigger [2025-08-26T10:36:48.133Z] #65 15.30 Executing ca-certificates-20250619-r0.trigger [2025-08-26T10:36:48.133Z] #65 15.39 OK: 10 MiB in 17 packages [2025-08-26T10:36:48.133Z] #65 DONE 15.5s [2025-08-26T10:36:48.133Z] [2025-08-26T10:36:48.133Z] #72 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade [2025-08-26T10:36:48.133Z] #72 1.789 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-26T10:36:48.133Z] #72 1.870 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-26T10:36:48.392Z] #72 ... [2025-08-26T10:36:48.392Z] [2025-08-26T10:36:48.392Z] #81 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-08-26T10:36:48.392Z] #0 1.261 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-26T10:36:48.392Z] #0 1.328 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-26T10:36:48.392Z] #0 1.716 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-08-26T10:36:48.392Z] #0 1.733 Executing busybox-1.36.1-r30.post-upgrade [2025-08-26T10:36:48.392Z] #0 1.791 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-08-26T10:36:48.392Z] #0 1.795 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-08-26T10:36:48.392Z] #0 1.799 Executing busybox-1.36.1-r30.trigger [2025-08-26T10:36:48.392Z] #0 1.807 OK: 8 MiB in 16 packages [2025-08-26T10:36:48.392Z] #81 DONE 2.0s [2025-08-26T10:36:48.392Z] [2025-08-26T10:36:48.392Z] #56 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-08-26T10:36:48.392Z] #56 14.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-26T10:36:48.392Z] #56 14.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-26T10:36:48.392Z] #56 15.16 v3.20.7-46-g4cba8526e90 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-08-26T10:36:48.392Z] #56 15.16 v3.20.7-40-g98a72a54737 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-08-26T10:36:48.392Z] #56 15.16 OK: 24174 distinct packages available [2025-08-26T10:36:48.392Z] #56 15.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-26T10:36:48.392Z] #56 15.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-26T10:36:48.392Z] #56 15.64 (1/4) Installing dumb-init (1.2.5-r3) [2025-08-26T10:36:48.392Z] #56 15.65 (2/4) Installing musl-obstack (1.2.3-r2) [2025-08-26T10:36:48.392Z] #56 15.65 (3/4) Installing libucontext (1.2-r3) [2025-08-26T10:36:48.392Z] #56 15.66 (4/4) Installing gcompat (1.1.0-r4) [2025-08-26T10:36:48.392Z] #56 15.66 Executing busybox-1.36.1-r29.trigger [2025-08-26T10:36:48.392Z] #56 15.67 OK: 8 MiB in 18 packages [2025-08-26T10:36:48.392Z] #56 DONE 15.8s [2025-08-26T10:36:48.392Z] [2025-08-26T10:36:48.392Z] #60 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-08-26T10:36:48.392Z] #60 14.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-26T10:36:48.392Z] #60 14.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-26T10:36:48.392Z] #60 15.15 v3.20.7-46-g4cba8526e90 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-08-26T10:36:48.392Z] #60 15.15 v3.20.7-40-g98a72a54737 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-08-26T10:36:48.392Z] #60 15.15 OK: 24174 distinct packages available [2025-08-26T10:36:48.392Z] #60 15.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-26T10:36:48.392Z] #60 15.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-26T10:36:48.392Z] #60 15.66 (1/14) Installing ca-certificates (20250619-r0) [2025-08-26T10:36:48.392Z] #60 15.67 (2/14) Installing brotli-libs (1.1.0-r2) [2025-08-26T10:36:48.392Z] #60 15.69 (3/14) Installing c-ares (1.33.1-r0) [2025-08-26T10:36:48.392Z] #60 15.69 (4/14) Installing libunistring (1.2-r0) [2025-08-26T10:36:48.392Z] #60 15.71 (5/14) Installing libidn2 (2.3.7-r0) [2025-08-26T10:36:48.392Z] #60 15.72 (6/14) Installing nghttp2-libs (1.62.1-r0) [2025-08-26T10:36:48.392Z] #60 15.73 (7/14) Installing libpsl (0.21.5-r1) [2025-08-26T10:36:48.392Z] #60 15.74 (8/14) Installing zstd-libs (1.5.6-r0) [2025-08-26T10:36:48.392Z] #60 15.75 (9/14) Installing libcurl (8.12.1-r0) [2025-08-26T10:36:48.392Z] #60 15.76 (10/14) Installing curl (8.12.1-r0) [2025-08-26T10:36:48.392Z] #60 15.77 (11/14) Installing dumb-init (1.2.5-r3) [2025-08-26T10:36:48.392Z] #60 15.78 (12/14) Installing musl-obstack (1.2.3-r2) [2025-08-26T10:36:48.392Z] #60 15.78 (13/14) Installing libucontext (1.2-r3) [2025-08-26T10:36:48.392Z] #60 15.78 (14/14) Installing gcompat (1.1.0-r4) [2025-08-26T10:36:48.392Z] #60 15.79 Executing busybox-1.36.1-r29.trigger [2025-08-26T10:36:48.392Z] #60 15.80 Executing ca-certificates-20250619-r0.trigger [2025-08-26T10:36:48.392Z] #60 15.89 OK: 13 MiB in 28 packages [2025-08-26T10:36:48.651Z] #60 DONE 16.0s [2025-08-26T10:36:48.651Z] [2025-08-26T10:36:48.651Z] #72 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade [2025-08-26T10:36:48.651Z] #72 2.197 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-08-26T10:36:48.651Z] #72 2.219 Executing busybox-1.36.1-r30.post-upgrade [2025-08-26T10:36:48.651Z] #72 2.270 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-08-26T10:36:48.651Z] #72 2.274 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-08-26T10:36:48.651Z] #72 2.278 Executing busybox-1.36.1-r30.trigger [2025-08-26T10:36:48.651Z] #72 2.286 OK: 8 MiB in 15 packages [2025-08-26T10:36:48.909Z] #72 DONE 2.5s [2025-08-26T10:36:48.909Z] [2025-08-26T10:36:48.909Z] #82 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-08-26T10:36:48.909Z] #82 ... [2025-08-26T10:36:48.909Z] [2025-08-26T10:36:48.909Z] #83 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-08-26T10:36:48.909Z] #0 1.822 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-26T10:36:48.909Z] #0 1.897 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-26T10:36:48.909Z] #0 2.282 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-08-26T10:36:48.909Z] #0 2.309 Executing busybox-1.36.1-r30.post-upgrade [2025-08-26T10:36:48.909Z] #0 2.382 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-08-26T10:36:48.909Z] #0 2.385 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-08-26T10:36:48.909Z] #0 2.386 Executing busybox-1.36.1-r30.trigger [2025-08-26T10:36:48.909Z] #0 2.397 OK: 19 MiB in 18 packages [2025-08-26T10:36:48.909Z] #83 DONE 2.5s [2025-08-26T10:36:48.909Z] [2025-08-26T10:36:48.909Z] #84 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2025-08-26T10:36:48.909Z] #84 DONE 0.1s [2025-08-26T10:36:49.169Z] [2025-08-26T10:36:49.169Z] #85 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade [2025-08-26T10:36:49.169Z] #0 1.993 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-26T10:36:49.169Z] #0 2.102 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-26T10:36:49.169Z] #0 2.389 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-08-26T10:36:49.169Z] #0 2.414 Executing busybox-1.36.1-r30.post-upgrade [2025-08-26T10:36:49.169Z] #0 2.508 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-08-26T10:36:49.169Z] #0 2.508 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-08-26T10:36:49.169Z] #0 2.521 Executing busybox-1.36.1-r30.trigger [2025-08-26T10:36:49.169Z] #0 2.532 OK: 9 MiB in 19 packages [2025-08-26T10:36:49.169Z] #85 DONE 2.7s [2025-08-26T10:36:49.169Z] [2025-08-26T10:36:49.169Z] #86 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-08-26T10:36:49.432Z] #86 DONE 0.5s [2025-08-26T10:36:49.432Z] [2025-08-26T10:36:49.432Z] #87 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-08-26T10:36:49.432Z] #0 2.046 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-26T10:36:49.432Z] #0 2.145 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-26T10:36:49.432Z] #0 2.562 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-08-26T10:36:49.432Z] #0 2.583 Executing busybox-1.36.1-r30.post-upgrade [2025-08-26T10:36:49.432Z] #0 2.634 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-08-26T10:36:49.432Z] #0 2.637 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-08-26T10:36:49.432Z] #0 2.642 Executing busybox-1.36.1-r30.trigger [2025-08-26T10:36:49.432Z] #0 2.651 OK: 8 MiB in 15 packages [2025-08-26T10:36:49.432Z] #87 DONE 3.2s [2025-08-26T10:36:49.432Z] [2025-08-26T10:36:49.432Z] #88 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-08-26T10:36:49.432Z] #88 DONE 0.5s [2025-08-26T10:36:49.432Z] [2025-08-26T10:36:49.432Z] #89 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-08-26T10:36:49.691Z] #89 ... [2025-08-26T10:36:49.691Z] [2025-08-26T10:36:49.691Z] #90 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-08-26T10:36:49.691Z] #90 DONE 0.1s [2025-08-26T10:36:49.949Z] [2025-08-26T10:36:49.949Z] #80 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-08-26T10:36:49.949Z] #80 1.973 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-26T10:36:49.949Z] #80 ... [2025-08-26T10:36:49.949Z] [2025-08-26T10:36:49.949Z] #91 [security-spire-server stage-2 6/9] COPY security.txt / [2025-08-26T10:36:49.949Z] #91 DONE 0.3s [2025-08-26T10:36:49.949Z] [2025-08-26T10:36:49.949Z] #92 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-08-26T10:36:49.949Z] #0 2.023 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-26T10:36:49.949Z] #0 2.619 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-26T10:36:49.949Z] #0 3.455 OK: 248 MiB in 58 packages [2025-08-26T10:36:49.949Z] #92 DONE 3.6s [2025-08-26T10:36:49.949Z] [2025-08-26T10:36:49.949Z] #80 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-08-26T10:36:49.949Z] #80 2.058 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-26T10:36:49.949Z] #80 ... [2025-08-26T10:36:49.949Z] [2025-08-26T10:36:49.949Z] #89 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-08-26T10:36:49.949Z] #89 DONE 0.5s [2025-08-26T10:36:49.949Z] [2025-08-26T10:36:49.949Z] #93 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-08-26T10:36:49.949Z] #93 DONE 0.1s [2025-08-26T10:36:49.949Z] [2025-08-26T10:36:49.949Z] #94 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-08-26T10:36:49.949Z] #94 DONE 0.1s [2025-08-26T10:36:50.207Z] [2025-08-26T10:36:50.207Z] #95 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2025-08-26T10:36:50.207Z] #95 DONE 0.1s [2025-08-26T10:36:50.207Z] [2025-08-26T10:36:50.207Z] #96 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-08-26T10:36:50.207Z] #0 1.630 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-26T10:36:50.207Z] #0 1.715 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-26T10:36:50.207Z] #0 2.051 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-08-26T10:36:50.207Z] #0 2.074 Executing busybox-1.36.1-r30.post-upgrade [2025-08-26T10:36:50.207Z] #0 2.128 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-08-26T10:36:50.207Z] #0 2.131 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-08-26T10:36:50.207Z] #0 2.134 Executing busybox-1.36.1-r30.trigger [2025-08-26T10:36:50.207Z] #0 2.138 OK: 19 MiB in 18 packages [2025-08-26T10:36:50.207Z] #96 DONE 2.2s [2025-08-26T10:36:50.207Z] [2025-08-26T10:36:50.207Z] #97 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2025-08-26T10:36:50.207Z] #97 DONE 0.1s [2025-08-26T10:36:50.207Z] [2025-08-26T10:36:50.207Z] #98 [security-spire-agent stage-3 7/10] COPY security.txt / [2025-08-26T10:36:50.207Z] #98 DONE 0.1s [2025-08-26T10:36:50.207Z] [2025-08-26T10:36:50.207Z] #99 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2025-08-26T10:36:50.207Z] #99 DONE 0.1s [2025-08-26T10:36:50.207Z] [2025-08-26T10:36:50.207Z] #100 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2025-08-26T10:36:50.207Z] #100 DONE 0.1s [2025-08-26T10:36:50.207Z] [2025-08-26T10:36:50.207Z] #101 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2025-08-26T10:36:50.207Z] #101 DONE 0.0s [2025-08-26T10:36:50.207Z] [2025-08-26T10:36:50.207Z] #80 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-08-26T10:36:50.207Z] #80 2.347 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-08-26T10:36:50.207Z] #80 2.360 Executing busybox-1.36.1-r30.post-upgrade [2025-08-26T10:36:50.207Z] #80 2.400 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-08-26T10:36:50.207Z] #80 2.405 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-08-26T10:36:50.467Z] #80 2.411 Executing busybox-1.36.1-r30.trigger [2025-08-26T10:36:50.467Z] #80 2.417 OK: 12 MiB in 21 packages [2025-08-26T10:36:50.467Z] #80 DONE 2.5s [2025-08-26T10:36:50.467Z] [2025-08-26T10:36:50.467Z] #102 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2025-08-26T10:36:50.467Z] #102 DONE 0.0s [2025-08-26T10:36:50.467Z] [2025-08-26T10:36:50.467Z] #103 [security-spire-agent] exporting to image [2025-08-26T10:36:50.467Z] #103 exporting layers [2025-08-26T10:36:50.723Z] #103 ... [2025-08-26T10:36:50.723Z] [2025-08-26T10:36:50.723Z] #104 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-08-26T10:36:50.723Z] #104 DONE 2.3s [2025-08-26T10:36:50.723Z] [2025-08-26T10:36:50.723Z] #105 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2025-08-26T10:36:50.723Z] #105 DONE 0.0s [2025-08-26T10:36:50.723Z] [2025-08-26T10:36:50.723Z] #106 [security-spire-server] exporting to image [2025-08-26T10:36:50.723Z] #106 exporting layers 0.5s done [2025-08-26T10:36:50.723Z] #106 writing image sha256:27649a757e99581897671067db791ebfa1ffa975fe2625947ff9e2509be08ab7 done [2025-08-26T10:36:50.723Z] #106 naming to docker.io/library/security-spire-server done [2025-08-26T10:36:50.723Z] #106 DONE 0.6s [2025-08-26T10:36:50.723Z] [2025-08-26T10:36:50.723Z] #103 [security-spire-agent] exporting to image [2025-08-26T10:36:50.723Z] #103 exporting layers 0.4s done [2025-08-26T10:36:50.723Z] #103 writing image sha256:ac869ad35c07bc649078e80a80d6d7cdf2fa0c1946f3805cccdd0108f67cdd95 done [2025-08-26T10:36:50.723Z] #103 naming to docker.io/library/security-spire-agent done [2025-08-26T10:36:50.723Z] #103 DONE 0.5s [2025-08-26T10:36:50.723Z] [2025-08-26T10:36:50.723Z] #82 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-08-26T10:36:50.723Z] #82 1.942 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-26T10:36:50.723Z] #82 2.015 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-26T10:36:51.295Z] #82 ... [2025-08-26T10:36:51.295Z] [2025-08-26T10:36:51.295Z] #107 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-08-26T10:36:51.295Z] #0 2.463 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-26T10:36:51.295Z] #0 2.540 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-26T10:36:51.295Z] #0 2.860 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-08-26T10:36:51.295Z] #0 2.880 Executing busybox-1.36.1-r30.post-upgrade [2025-08-26T10:36:51.295Z] #0 2.915 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-08-26T10:36:51.295Z] #0 2.919 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-08-26T10:36:51.295Z] #0 2.923 Executing busybox-1.36.1-r30.trigger [2025-08-26T10:36:51.295Z] #0 2.931 OK: 10 MiB in 17 packages [2025-08-26T10:36:51.295Z] #107 DONE 3.1s [2025-08-26T10:36:51.295Z] [2025-08-26T10:36:51.295Z] #82 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-08-26T10:36:51.295Z] #82 2.531 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-08-26T10:36:51.295Z] #82 2.550 Executing busybox-1.36.1-r30.post-upgrade [2025-08-26T10:36:51.295Z] #82 2.605 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-08-26T10:36:51.295Z] #82 ... [2025-08-26T10:36:51.295Z] [2025-08-26T10:36:51.295Z] #108 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-08-26T10:36:51.295Z] #0 2.337 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-26T10:36:51.295Z] #0 2.820 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-26T10:36:51.295Z] #0 3.574 (1/1) Installing dumb-init (1.2.5-r3) [2025-08-26T10:36:51.295Z] #0 3.847 Executing busybox-1.36.1-r29.trigger [2025-08-26T10:36:51.295Z] #0 3.855 OK: 8 MiB in 15 packages [2025-08-26T10:36:51.295Z] #108 DONE 4.0s [2025-08-26T10:36:51.295Z] [2025-08-26T10:36:51.295Z] #82 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-08-26T10:36:51.295Z] #82 2.608 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-08-26T10:36:51.295Z] #82 2.613 Executing busybox-1.36.1-r30.trigger [2025-08-26T10:36:51.295Z] #82 2.622 OK: 13 MiB in 28 packages [2025-08-26T10:36:51.295Z] #82 DONE 2.9s [2025-08-26T10:36:51.295Z] [2025-08-26T10:36:51.295Z] #109 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-08-26T10:36:51.295Z] #0 2.099 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-26T10:36:51.295Z] #0 2.186 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-26T10:36:51.295Z] #0 2.468 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-08-26T10:36:51.295Z] #0 2.489 Executing busybox-1.36.1-r30.post-upgrade [2025-08-26T10:36:51.295Z] #0 2.538 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-08-26T10:36:51.295Z] #0 2.541 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-08-26T10:36:51.295Z] #0 2.763 Executing busybox-1.36.1-r30.trigger [2025-08-26T10:36:51.295Z] #0 2.771 OK: 8 MiB in 18 packages [2025-08-26T10:36:51.295Z] #109 DONE 2.9s [2025-08-26T10:36:51.295Z] [2025-08-26T10:36:51.295Z] #110 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-08-26T10:36:51.865Z] #110 DONE 0.3s [2025-08-26T10:36:51.865Z] [2025-08-26T10:36:51.865Z] #111 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2025-08-26T10:36:51.865Z] #111 DONE 0.0s [2025-08-26T10:36:51.865Z] [2025-08-26T10:36:51.865Z] #112 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-26T10:36:51.865Z] #112 ... [2025-08-26T10:36:51.865Z] [2025-08-26T10:36:51.865Z] #113 [security-spire-config stage-2 6/10] COPY security.txt / [2025-08-26T10:36:51.865Z] #113 DONE 0.0s [2025-08-26T10:36:51.865Z] [2025-08-26T10:36:51.865Z] #114 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2025-08-26T10:36:51.865Z] #114 DONE 0.0s [2025-08-26T10:36:51.865Z] [2025-08-26T10:36:51.865Z] #115 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2025-08-26T10:36:51.865Z] #115 DONE 0.0s [2025-08-26T10:36:51.865Z] [2025-08-26T10:36:51.865Z] #116 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2025-08-26T10:36:51.865Z] #116 DONE 0.0s [2025-08-26T10:36:51.865Z] [2025-08-26T10:36:51.865Z] #117 [security-spire-config] exporting to image [2025-08-26T10:36:52.431Z] #117 exporting layers 0.5s done [2025-08-26T10:36:52.431Z] #117 writing image sha256:2c1b2b4fb81060634a0828fabb9152da52fe897a9ec79fe0f131502fafd5b761 done [2025-08-26T10:36:52.431Z] #117 naming to docker.io/library/security-spire-config done [2025-08-26T10:36:52.431Z] #117 DONE 0.6s [2025-08-26T10:36:52.431Z] [2025-08-26T10:36:52.431Z] #118 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-26T10:36:56.617Z] #118 ... [2025-08-26T10:36:56.617Z] [2025-08-26T10:36:56.617Z] #119 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-26T10:36:56.931Z] #119 ... [2025-08-26T10:36:56.931Z] [2025-08-26T10:36:56.931Z] #120 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-26T10:37:11.821Z] #120 ... [2025-08-26T10:37:11.821Z] [2025-08-26T10:37:11.821Z] #75 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-26T10:37:11.821Z] #75 DONE 23.5s [2025-08-26T10:37:11.821Z] [2025-08-26T10:37:11.822Z] #112 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-26T10:37:11.822Z] #112 DONE 20.1s [2025-08-26T10:37:11.822Z] [2025-08-26T10:37:11.822Z] #118 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-26T10:37:11.822Z] #118 DONE 23.5s [2025-08-26T10:37:11.822Z] [2025-08-26T10:37:11.822Z] #119 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-26T10:37:11.822Z] #119 DONE 23.5s [2025-08-26T10:37:11.822Z] [2025-08-26T10:37:11.822Z] #120 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-26T10:37:11.822Z] #120 DONE 23.5s [2025-08-26T10:37:11.822Z] [2025-08-26T10:37:11.822Z] #79 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-26T10:37:11.822Z] #79 DONE 23.5s [2025-08-26T10:37:11.822Z] [2025-08-26T10:37:11.822Z] #121 [core-common-config-bootstrapper builder 6/7] COPY . . [2025-08-26T10:37:18.417Z] #121 DONE 7.1s [2025-08-26T10:37:18.418Z] [2025-08-26T10:37:18.418Z] #122 [core-keeper builder 7/8] COPY . . [2025-08-26T10:37:18.418Z] #122 DONE 7.1s [2025-08-26T10:37:18.418Z] [2025-08-26T10:37:18.418Z] #123 [support-scheduler builder 6/7] COPY . . [2025-08-26T10:37:18.418Z] #123 DONE 7.1s [2025-08-26T10:37:18.418Z] [2025-08-26T10:37:18.418Z] #124 [security-proxy-setup builder 6/7] COPY . . [2025-08-26T10:37:18.418Z] #124 DONE 7.1s [2025-08-26T10:37:18.418Z] [2025-08-26T10:37:18.418Z] #125 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-26T10:37:18.418Z] #125 CACHED [2025-08-26T10:37:18.418Z] [2025-08-26T10:37:18.418Z] #126 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2025-08-26T10:37:18.418Z] #126 CACHED [2025-08-26T10:37:18.418Z] [2025-08-26T10:37:18.418Z] #127 [security-proxy-setup builder 6/7] COPY . . [2025-08-26T10:37:18.418Z] #127 CACHED [2025-08-26T10:37:18.418Z] [2025-08-26T10:37:18.418Z] #128 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-26T10:37:18.418Z] #128 CACHED [2025-08-26T10:37:18.418Z] [2025-08-26T10:37:18.418Z] #129 [security-bootstrapper builder 6/7] COPY . . [2025-08-26T10:37:18.418Z] #129 CACHED [2025-08-26T10:37:18.418Z] [2025-08-26T10:37:18.418Z] #130 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-08-26T10:37:18.418Z] #130 CACHED [2025-08-26T10:37:18.418Z] [2025-08-26T10:37:18.418Z] #131 [security-spiffe-token-provider builder 6/7] COPY . . [2025-08-26T10:37:18.418Z] #131 DONE 7.1s [2025-08-26T10:37:18.418Z] [2025-08-26T10:37:18.418Z] #132 [support-notifications builder 6/7] COPY . . [2025-08-26T10:37:18.418Z] #132 DONE 7.1s [2025-08-26T10:37:18.418Z] [2025-08-26T10:37:18.418Z] #133 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-26T10:37:18.418Z] #133 CACHED [2025-08-26T10:37:18.418Z] [2025-08-26T10:37:18.418Z] #134 [core-common-config-bootstrapper builder 6/7] COPY . . [2025-08-26T10:37:18.418Z] #134 CACHED [2025-08-26T10:37:18.418Z] [2025-08-26T10:37:18.418Z] #135 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-08-26T10:37:18.418Z] #135 CACHED [2025-08-26T10:37:18.418Z] [2025-08-26T10:37:18.418Z] #136 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-26T10:37:18.418Z] #136 CACHED [2025-08-26T10:37:18.418Z] [2025-08-26T10:37:18.418Z] #137 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2025-08-26T10:37:18.418Z] #137 CACHED [2025-08-26T10:37:18.418Z] [2025-08-26T10:37:18.418Z] #138 [core-metadata builder 6/7] COPY . . [2025-08-26T10:37:18.418Z] #138 CACHED [2025-08-26T10:37:18.418Z] [2025-08-26T10:37:18.418Z] #139 [core-data builder 6/7] COPY . . [2025-08-26T10:37:18.418Z] #139 CACHED [2025-08-26T10:37:18.418Z] [2025-08-26T10:37:18.418Z] #140 [core-data builder 4/7] COPY go.mod vendor* ./ [2025-08-26T10:37:18.418Z] #140 CACHED [2025-08-26T10:37:18.418Z] [2025-08-26T10:37:18.418Z] #141 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-26T10:37:18.418Z] #141 CACHED [2025-08-26T10:37:18.418Z] [2025-08-26T10:37:18.418Z] #142 [security-proxy-auth builder 6/7] COPY . . [2025-08-26T10:37:18.418Z] #142 CACHED [2025-08-26T10:37:18.418Z] [2025-08-26T10:37:18.418Z] #143 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-26T10:37:18.418Z] #143 CACHED [2025-08-26T10:37:18.418Z] [2025-08-26T10:37:18.418Z] #144 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2025-08-26T10:37:18.418Z] #144 CACHED [2025-08-26T10:37:18.418Z] [2025-08-26T10:37:18.418Z] #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-08-26T10:37:18.418Z] #145 1.154 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-08-26T10:37:24.500Z] Removing intermediate container fac7abeaaeec [2025-08-26T10:37:24.500Z] ---> ecf248f17a6a [2025-08-26T10:37:24.500Z] Successfully built ecf248f17a6a [2025-08-26T10:37:24.500Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:37:24.839Z] + docker inspect -f . ci-base-image-arm64 [2025-08-26T10:37:24.839Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-26T10:37:25.066Z] prd-ubuntu20.04-docker-arm64-4c-16g-7629 does not seem to be running inside a container [2025-08-26T10:37:25.128Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/890 -v /w/workspace/edgex-go/890:/w/workspace/edgex-go/890:rw,z -v /w/workspace/edgex-go/890@tmp:/w/workspace/edgex-go/890@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2025-08-26T10:37:26.344Z] $ docker top 0fa28469047c18b22e3d2675503ec67d59fd41356033dbddfb14dbffdd6486da -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-26T10:37:27.166Z] + go version [2025-08-26T10:37:27.166Z] go version go1.23.9 linux/arm64 [Pipeline] } [2025-08-26T10:37:27.185Z] $ docker stop --time=1 0fa28469047c18b22e3d2675503ec67d59fd41356033dbddfb14dbffdd6486da [2025-08-26T10:37:28.406Z] #145 ... [2025-08-26T10:37:28.406Z] [2025-08-26T10:37:28.406Z] #146 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-08-26T10:37:28.406Z] #0 1.177 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-08-26T10:37:28.406Z] #146 ... [2025-08-26T10:37:28.406Z] [2025-08-26T10:37:28.406Z] #147 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-08-26T10:37:28.406Z] #0 0.532 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-08-26T10:37:28.406Z] #147 ... [2025-08-26T10:37:28.406Z] [2025-08-26T10:37:28.406Z] #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-08-26T10:37:28.406Z] #0 1.163 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-08-26T10:37:28.406Z] #148 ... [2025-08-26T10:37:28.406Z] [2025-08-26T10:37:28.406Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-08-26T10:37:28.406Z] #0 1.169 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-08-26T10:37:28.406Z] #149 ... [2025-08-26T10:37:28.406Z] [2025-08-26T10:37:28.406Z] #150 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-08-26T10:37:28.406Z] #0 1.150 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-08-26T10:37:28.406Z] #150 ... [2025-08-26T10:37:28.406Z] [2025-08-26T10:37:28.406Z] #151 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-08-26T10:37:28.406Z] #0 1.140 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-08-26T10:37:28.406Z] #151 ... [2025-08-26T10:37:28.406Z] [2025-08-26T10:37:28.406Z] #152 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-08-26T10:37:28.406Z] #0 1.077 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-08-26T10:37:28.406Z] #152 ... [2025-08-26T10:37:28.406Z] [2025-08-26T10:37:28.406Z] #153 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-08-26T10:37:28.406Z] #0 1.176 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2025-08-26T10:37:28.406Z] #153 ... [2025-08-26T10:37:28.406Z] [2025-08-26T10:37:28.406Z] #154 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-08-26T10:37:28.406Z] #0 1.147 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-08-26T10:37:28.664Z] #154 ... [2025-08-26T10:37:28.664Z] [2025-08-26T10:37:28.664Z] #155 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-08-26T10:37:28.664Z] #0 1.158 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-08-26T10:37:28.664Z] #155 ... [2025-08-26T10:37:28.664Z] [2025-08-26T10:37:28.664Z] #156 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-08-26T10:37:28.664Z] #0 1.130 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-08-26T10:37:28.825Z] $ docker rm -f --volumes 0fa28469047c18b22e3d2675503ec67d59fd41356033dbddfb14dbffdd6486da [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:37:29.552Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-08-26T10:37:29.552Z] [2025-08-26T10:37:29.552Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:37:29.887Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-08-26T10:37:30.154Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2025-08-26T10:37:30.154Z] 547446be3368: Pulling fs layer [2025-08-26T10:37:30.154Z] d125d8839a47: Pulling fs layer [2025-08-26T10:37:30.154Z] 3e85d5ac6304: Pulling fs layer [2025-08-26T10:37:30.154Z] c3105a71a48b: Pulling fs layer [2025-08-26T10:37:30.154Z] 0f093f025ec4: Pulling fs layer [2025-08-26T10:37:30.154Z] c3106fc0e877: Pulling fs layer [2025-08-26T10:37:30.154Z] c3105a71a48b: Waiting [2025-08-26T10:37:30.154Z] 0f093f025ec4: Waiting [2025-08-26T10:37:30.154Z] c3106fc0e877: Waiting [2025-08-26T10:37:30.154Z] 547446be3368: Verifying Checksum [2025-08-26T10:37:30.154Z] 547446be3368: Download complete [2025-08-26T10:37:30.154Z] c3105a71a48b: Verifying Checksum [2025-08-26T10:37:30.154Z] c3105a71a48b: Download complete [2025-08-26T10:37:30.422Z] d125d8839a47: Verifying Checksum [2025-08-26T10:37:30.422Z] d125d8839a47: Download complete [2025-08-26T10:37:30.422Z] c3106fc0e877: Verifying Checksum [2025-08-26T10:37:30.422Z] c3106fc0e877: Download complete [2025-08-26T10:37:30.689Z] 0f093f025ec4: Verifying Checksum [2025-08-26T10:37:30.689Z] 0f093f025ec4: Download complete [2025-08-26T10:37:30.955Z] 547446be3368: Pull complete [2025-08-26T10:37:31.917Z] d125d8839a47: Pull complete [2025-08-26T10:37:32.501Z] 3e85d5ac6304: Verifying Checksum [2025-08-26T10:37:32.501Z] 3e85d5ac6304: Download complete [2025-08-26T10:37:42.588Z] 3e85d5ac6304: Pull complete [2025-08-26T10:37:42.588Z] c3105a71a48b: Pull complete [2025-08-26T10:37:43.175Z] 0f093f025ec4: Pull complete [2025-08-26T10:37:43.443Z] c3106fc0e877: Pull complete [2025-08-26T10:37:43.443Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2025-08-26T10:37:43.443Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-08-26T10:37:43.443Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-26T10:37:43.653Z] prd-ubuntu20.04-docker-arm64-4c-16g-7629 does not seem to be running inside a container [2025-08-26T10:37:43.714Z] $ 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/890 -v /w/workspace/edgex-go/890:/w/workspace/edgex-go/890:rw,z -v /w/workspace/edgex-go/890@tmp:/w/workspace/edgex-go/890@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2025-08-26T10:37:45.730Z] $ docker top 4a0ec2c18fdda9d9c7fd8d282d05cd525c3f5bf0683b9b81b7d7e0f634d37949 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-26T10:37:46.547Z] + docker compose -f ./docker-compose-build.yml build --parallel [2025-08-26T10:37:56.639Z] #1 [security-spire-config internal] load build definition from Dockerfile [2025-08-26T10:37:56.639Z] #1 transferring dockerfile: 1.69kB 0.0s done [2025-08-26T10:37:56.639Z] #1 DONE 0.1s [2025-08-26T10:37:56.639Z] [2025-08-26T10:37:56.639Z] #2 [security-spiffe-token-provider internal] load build definition from Dockerfile [2025-08-26T10:37:56.639Z] #2 transferring dockerfile: 1.89kB 0.0s done [2025-08-26T10:37:56.639Z] #2 DONE 0.1s [2025-08-26T10:37:56.639Z] [2025-08-26T10:37:56.639Z] #3 [security-spire-agent internal] load build definition from Dockerfile [2025-08-26T10:37:56.639Z] #3 transferring dockerfile: 1.81kB done [2025-08-26T10:37:56.639Z] #3 DONE 0.1s [2025-08-26T10:37:56.639Z] [2025-08-26T10:37:56.639Z] #4 [core-command internal] load build definition from Dockerfile [2025-08-26T10:37:56.639Z] #4 transferring dockerfile: 1.94kB done [2025-08-26T10:37:56.639Z] #4 DONE 0.1s [2025-08-26T10:37:56.639Z] [2025-08-26T10:37:56.639Z] #5 [security-bootstrapper internal] load build definition from Dockerfile [2025-08-26T10:37:56.639Z] #5 transferring dockerfile: 3.02kB done [2025-08-26T10:37:56.639Z] #5 DONE 0.1s [2025-08-26T10:37:56.639Z] [2025-08-26T10:37:56.639Z] #6 [core-data internal] load build definition from Dockerfile [2025-08-26T10:37:56.639Z] #6 transferring dockerfile: 2.04kB 0.0s done [2025-08-26T10:37:56.639Z] #6 DONE 0.1s [2025-08-26T10:37:56.639Z] [2025-08-26T10:37:56.639Z] #7 [core-metadata internal] load build definition from Dockerfile [2025-08-26T10:37:56.639Z] #7 transferring dockerfile: 2.10kB done [2025-08-26T10:37:56.639Z] #7 DONE 0.1s [2025-08-26T10:37:56.639Z] [2025-08-26T10:37:56.639Z] #8 [core-keeper internal] load build definition from Dockerfile [2025-08-26T10:37:56.639Z] #8 transferring dockerfile: 2.01kB done [2025-08-26T10:37:56.639Z] #8 DONE 0.1s [2025-08-26T10:37:56.639Z] [2025-08-26T10:37:56.639Z] #9 [security-secretstore-setup internal] load build definition from Dockerfile [2025-08-26T10:37:56.639Z] #9 transferring dockerfile: 2.49kB 0.0s done [2025-08-26T10:37:56.639Z] #9 DONE 0.1s [2025-08-26T10:37:56.639Z] [2025-08-26T10:37:56.639Z] #10 [security-proxy-setup internal] load build definition from Dockerfile [2025-08-26T10:37:56.639Z] #10 transferring dockerfile: 2.50kB 0.0s done [2025-08-26T10:37:56.639Z] #10 DONE 0.1s [2025-08-26T10:37:56.639Z] [2025-08-26T10:37:56.639Z] #11 [security-proxy-auth internal] load build definition from Dockerfile [2025-08-26T10:37:56.639Z] #11 transferring dockerfile: 2.14kB done [2025-08-26T10:37:56.639Z] #11 DONE 0.1s [2025-08-26T10:37:56.639Z] [2025-08-26T10:37:56.639Z] #12 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2025-08-26T10:37:56.639Z] #12 transferring dockerfile: 2.23kB done [2025-08-26T10:37:56.639Z] #12 DONE 0.1s [2025-08-26T10:37:56.639Z] [2025-08-26T10:37:56.639Z] #13 [security-spire-server internal] load build definition from Dockerfile [2025-08-26T10:37:56.639Z] #13 transferring dockerfile: 1.70kB done [2025-08-26T10:37:56.640Z] #13 DONE 0.1s [2025-08-26T10:37:56.640Z] [2025-08-26T10:37:56.640Z] #14 [support-notifications internal] load build definition from Dockerfile [2025-08-26T10:37:56.640Z] #14 transferring dockerfile: 2.00kB done [2025-08-26T10:37:56.640Z] #14 DONE 0.1s [2025-08-26T10:37:56.640Z] [2025-08-26T10:37:56.640Z] #15 [support-scheduler internal] load build definition from Dockerfile [2025-08-26T10:37:56.640Z] #15 transferring dockerfile: 1.83kB done [2025-08-26T10:37:56.640Z] #15 DONE 0.1s [2025-08-26T10:37:56.640Z] [2025-08-26T10:37:56.640Z] #16 [security-spire-config internal] load .dockerignore [2025-08-26T10:37:56.640Z] #16 transferring context: [2025-08-26T10:37:56.640Z] #16 transferring context: 50B done [2025-08-26T10:37:56.640Z] #16 DONE 0.1s [2025-08-26T10:37:57.232Z] [2025-08-26T10:37:57.232Z] #17 [security-spiffe-token-provider internal] load .dockerignore [2025-08-26T10:37:57.232Z] #17 transferring context: 50B 0.0s done [2025-08-26T10:37:57.232Z] #17 DONE 0.0s [2025-08-26T10:37:57.232Z] [2025-08-26T10:37:57.232Z] #18 [security-spire-agent internal] load .dockerignore [2025-08-26T10:37:57.232Z] #18 transferring context: 50B 0.0s done [2025-08-26T10:37:57.232Z] #18 DONE 0.1s [2025-08-26T10:37:57.232Z] [2025-08-26T10:37:57.232Z] #19 [core-command internal] load .dockerignore [2025-08-26T10:37:57.232Z] #19 transferring context: 50B done [2025-08-26T10:37:57.232Z] #19 DONE 0.0s [2025-08-26T10:37:57.509Z] [2025-08-26T10:37:57.509Z] #20 [security-bootstrapper internal] load .dockerignore [2025-08-26T10:37:57.509Z] #20 transferring context: 50B done [2025-08-26T10:37:57.509Z] #20 DONE 0.1s [2025-08-26T10:37:57.509Z] [2025-08-26T10:37:57.509Z] #21 [core-data internal] load .dockerignore [2025-08-26T10:37:57.509Z] #21 transferring context: 50B done [2025-08-26T10:37:57.509Z] #21 DONE 0.1s [2025-08-26T10:37:57.509Z] [2025-08-26T10:37:57.509Z] #22 [core-metadata internal] load .dockerignore [2025-08-26T10:37:57.509Z] #22 transferring context: 50B done [2025-08-26T10:37:57.509Z] #22 DONE 0.1s [2025-08-26T10:37:57.509Z] [2025-08-26T10:37:57.509Z] #23 [core-keeper internal] load .dockerignore [2025-08-26T10:37:57.791Z] #23 transferring context: 50B done [2025-08-26T10:37:57.791Z] #23 DONE 0.1s [2025-08-26T10:37:57.791Z] [2025-08-26T10:37:57.791Z] #24 [security-secretstore-setup internal] load .dockerignore [2025-08-26T10:37:57.791Z] #24 transferring context: 50B done [2025-08-26T10:37:57.791Z] #24 DONE 0.1s [2025-08-26T10:37:57.791Z] [2025-08-26T10:37:57.791Z] #25 [security-proxy-setup internal] load .dockerignore [2025-08-26T10:37:57.791Z] #25 transferring context: 50B done [2025-08-26T10:37:57.791Z] #25 DONE 0.1s [2025-08-26T10:37:57.791Z] [2025-08-26T10:37:57.791Z] #26 [security-proxy-auth internal] load .dockerignore [2025-08-26T10:37:57.791Z] #26 transferring context: 50B done [2025-08-26T10:37:57.791Z] #26 DONE 0.1s [2025-08-26T10:37:57.791Z] [2025-08-26T10:37:57.791Z] #27 [core-common-config-bootstrapper internal] load .dockerignore [2025-08-26T10:37:57.791Z] #27 transferring context: 50B 0.0s done [2025-08-26T10:37:57.791Z] #27 DONE 0.1s [2025-08-26T10:37:57.791Z] [2025-08-26T10:37:57.791Z] #28 [security-spire-server internal] load .dockerignore [2025-08-26T10:37:57.791Z] #28 transferring context: 50B done [2025-08-26T10:37:58.061Z] #28 DONE 0.1s [2025-08-26T10:37:58.061Z] [2025-08-26T10:37:58.061Z] #29 [support-notifications internal] load .dockerignore [2025-08-26T10:37:58.061Z] #29 transferring context: 50B 0.0s done [2025-08-26T10:37:58.061Z] #29 DONE 0.1s [2025-08-26T10:37:58.061Z] [2025-08-26T10:37:58.061Z] #30 [support-scheduler internal] load .dockerignore [2025-08-26T10:37:58.061Z] #30 transferring context: 50B done [2025-08-26T10:37:58.061Z] #30 DONE 0.1s [2025-08-26T10:37:58.061Z] [2025-08-26T10:37:58.061Z] #31 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-08-26T10:37:58.650Z] #31 ... [2025-08-26T10:37:58.650Z] [2025-08-26T10:37:58.650Z] #32 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-08-26T10:37:58.650Z] #32 DONE 0.0s [2025-08-26T10:37:58.650Z] [2025-08-26T10:37:58.650Z] #31 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-08-26T10:37:58.919Z] #31 DONE 0.7s [2025-08-26T10:37:58.919Z] [2025-08-26T10:37:58.919Z] #32 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-08-26T10:37:58.919Z] #32 DONE 0.0s [2025-08-26T10:37:58.919Z] [2025-08-26T10:37:58.919Z] #33 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 [2025-08-26T10:37:58.919Z] #33 ... [2025-08-26T10:37:58.919Z] [2025-08-26T10:37:58.919Z] #32 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-08-26T10:37:58.919Z] #32 DONE 0.0s [2025-08-26T10:37:58.919Z] [2025-08-26T10:37:58.919Z] #32 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-08-26T10:37:58.919Z] #32 DONE 0.0s [2025-08-26T10:37:58.919Z] [2025-08-26T10:37:58.919Z] #34 [security-bootstrapper stage-2 1/10] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-26T10:37:58.919Z] #34 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done [2025-08-26T10:37:59.189Z] #34 ... [2025-08-26T10:37:59.189Z] [2025-08-26T10:37:59.189Z] #32 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-08-26T10:37:59.189Z] #32 DONE 0.0s [2025-08-26T10:37:59.189Z] [2025-08-26T10:37:59.189Z] #34 [security-bootstrapper stage-2 1/10] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-26T10:37:59.189Z] #34 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done [2025-08-26T10:37:59.189Z] #34 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-08-26T10:37:59.461Z] #34 ... [2025-08-26T10:37:59.461Z] [2025-08-26T10:37:59.461Z] #32 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-08-26T10:37:59.461Z] #32 DONE 0.0s [2025-08-26T10:37:59.461Z] [2025-08-26T10:37:59.461Z] #35 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.20 [2025-08-26T10:37:59.461Z] #35 DONE 0.8s [2025-08-26T10:37:59.461Z] [2025-08-26T10:37:59.461Z] #34 [core-metadata stage-2 1/10] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-26T10:37:59.461Z] #34 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done [2025-08-26T10:37:59.461Z] #34 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done [2025-08-26T10:37:59.461Z] #34 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-08-26T10:37:59.461Z] #34 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done [2025-08-26T10:37:59.461Z] #34 ... [2025-08-26T10:37:59.461Z] [2025-08-26T10:37:59.461Z] #36 [security-spire-config internal] load build context [2025-08-26T10:37:59.461Z] #36 transferring context: 22.05kB 0.0s done [2025-08-26T10:37:59.461Z] #36 DONE 0.5s [2025-08-26T10:37:59.461Z] [2025-08-26T10:37:59.461Z] #34 [security-secretstore-setup stage-2 1/10] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-26T10:37:59.461Z] #34 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done [2025-08-26T10:37:59.461Z] #34 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done [2025-08-26T10:37:59.461Z] #34 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-08-26T10:37:59.461Z] #34 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done [2025-08-26T10:37:59.461Z] #34 ... [2025-08-26T10:37:59.461Z] [2025-08-26T10:37:59.461Z] #32 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-08-26T10:37:59.461Z] #32 DONE 0.0s [2025-08-26T10:37:59.730Z] [2025-08-26T10:37:59.730Z] #32 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-08-26T10:37:59.730Z] #32 DONE 0.0s [2025-08-26T10:37:59.730Z] [2025-08-26T10:37:59.730Z] #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-26T10:37:59.730Z] #37 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.1s done [2025-08-26T10:37:59.730Z] #37 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-08-26T10:37:59.730Z] #37 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done [2025-08-26T10:37:59.730Z] #37 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done [2025-08-26T10:37:59.730Z] #37 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.4s [2025-08-26T10:37:59.731Z] #37 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 0.4s [2025-08-26T10:37:59.731Z] #37 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 0.4s [2025-08-26T10:37:59.731Z] #37 ... [2025-08-26T10:37:59.731Z] [2025-08-26T10:37:59.731Z] #33 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 [2025-08-26T10:37:59.731Z] #33 DONE 1.0s [2025-08-26T10:37:59.731Z] [2025-08-26T10:37:59.731Z] #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-26T10:37:59.731Z] #37 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.5s [2025-08-26T10:37:59.999Z] #37 ... [2025-08-26T10:37:59.999Z] [2025-08-26T10:37:59.999Z] #32 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-08-26T10:37:59.999Z] #32 DONE 0.0s [2025-08-26T10:37:59.999Z] [2025-08-26T10:37:59.999Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-26T10:37:59.999Z] #37 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.1s done [2025-08-26T10:37:59.999Z] #37 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-08-26T10:37:59.999Z] #37 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done [2025-08-26T10:37:59.999Z] #37 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done [2025-08-26T10:37:59.999Z] #37 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.6s [2025-08-26T10:37:59.999Z] #37 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.6s done [2025-08-26T10:37:59.999Z] #37 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 [2025-08-26T10:37:59.999Z] #37 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.8s done [2025-08-26T10:37:59.999Z] #37 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.1s done [2025-08-26T10:38:00.268Z] #37 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.9s done [2025-08-26T10:38:00.268Z] #37 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.9s done [2025-08-26T10:38:00.268Z] #37 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 0B / 33.17MB 1.1s [2025-08-26T10:38:00.537Z] #37 ... [2025-08-26T10:38:00.537Z] [2025-08-26T10:38:00.537Z] #32 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-08-26T10:38:00.537Z] #32 DONE 0.0s [2025-08-26T10:38:00.537Z] [2025-08-26T10:38:00.537Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-26T10:38:00.806Z] #37 ... [2025-08-26T10:38:00.806Z] [2025-08-26T10:38:00.806Z] #32 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-08-26T10:38:00.806Z] #32 DONE 0.0s [2025-08-26T10:38:00.806Z] [2025-08-26T10:38:00.806Z] #31 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-08-26T10:38:00.806Z] #31 DONE 1.4s [2025-08-26T10:38:00.806Z] [2025-08-26T10:38:00.806Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-26T10:38:00.806Z] #37 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.1s done [2025-08-26T10:38:00.806Z] #37 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-08-26T10:38:00.806Z] #37 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done [2025-08-26T10:38:00.806Z] #37 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done [2025-08-26T10:38:00.806Z] #37 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.6s done [2025-08-26T10:38:00.806Z] #37 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.8s done [2025-08-26T10:38:00.806Z] #37 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.9s done [2025-08-26T10:38:00.806Z] #37 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.1s done [2025-08-26T10:38:00.806Z] #37 ... [2025-08-26T10:38:00.806Z] [2025-08-26T10:38:00.806Z] #35 [support-notifications internal] load metadata for docker.io/library/alpine:3.20 [2025-08-26T10:38:00.806Z] #35 DONE 2.0s [2025-08-26T10:38:00.806Z] [2025-08-26T10:38:00.806Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-26T10:38:00.806Z] #37 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 3.15MB / 33.17MB 1.6s [2025-08-26T10:38:00.806Z] #37 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done [2025-08-26T10:38:01.074Z] #37 ... [2025-08-26T10:38:01.074Z] [2025-08-26T10:38:01.074Z] #38 [core-command internal] load build context [2025-08-26T10:38:01.074Z] #38 transferring context: 3.23MB 1.1s done [2025-08-26T10:38:01.074Z] #38 DONE 2.0s [2025-08-26T10:38:01.074Z] [2025-08-26T10:38:01.074Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-26T10:38:01.074Z] #37 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 5.24MB / 33.17MB 1.8s [2025-08-26T10:38:01.074Z] #37 ... [2025-08-26T10:38:01.074Z] [2025-08-26T10:38:01.074Z] #39 [security-spiffe-token-provider internal] load build context [2025-08-26T10:38:01.074Z] #39 transferring context: 3.23MB 1.5s done [2025-08-26T10:38:01.074Z] #39 DONE 2.1s [2025-08-26T10:38:01.074Z] [2025-08-26T10:38:01.074Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-26T10:38:01.343Z] #37 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 7.34MB / 33.17MB 2.0s [2025-08-26T10:38:01.611Z] #37 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 10.02MB / 33.17MB 2.3s [2025-08-26T10:38:01.611Z] #37 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 [2025-08-26T10:38:01.611Z] #37 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 13.63MB / 33.17MB 2.5s [2025-08-26T10:38:01.611Z] #37 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.0s done [2025-08-26T10:38:02.200Z] #37 ... [2025-08-26T10:38:02.200Z] [2025-08-26T10:38:02.200Z] #40 [security-bootstrapper internal] load build context [2025-08-26T10:38:02.200Z] #40 transferring context: 3.23MB 2.0s done [2025-08-26T10:38:02.200Z] #40 DONE 3.0s [2025-08-26T10:38:02.200Z] [2025-08-26T10:38:02.200Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-26T10:38:02.200Z] #37 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 16.78MB / 33.17MB 2.8s [2025-08-26T10:38:02.200Z] #37 ... [2025-08-26T10:38:02.200Z] [2025-08-26T10:38:02.200Z] #41 [core-data internal] load build context [2025-08-26T10:38:02.200Z] #41 transferring context: 3.23MB 2.1s done [2025-08-26T10:38:02.200Z] #41 DONE 3.2s [2025-08-26T10:38:02.200Z] [2025-08-26T10:38:02.200Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-26T10:38:02.786Z] #37 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 18.87MB / 33.17MB 3.5s [2025-08-26T10:38:02.786Z] #37 ... [2025-08-26T10:38:02.786Z] [2025-08-26T10:38:02.786Z] #42 [security-spire-agent internal] load build context [2025-08-26T10:38:02.786Z] #42 transferring context: 23.33kB 0.1s done [2025-08-26T10:38:02.786Z] #42 DONE 3.0s [2025-08-26T10:38:02.786Z] [2025-08-26T10:38:02.786Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-26T10:38:03.054Z] #37 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 21.43MB / 33.17MB 3.9s [2025-08-26T10:38:03.321Z] #37 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 23.58MB / 33.17MB 4.2s [2025-08-26T10:38:03.589Z] #37 ... [2025-08-26T10:38:03.589Z] [2025-08-26T10:38:03.589Z] #43 [security-spire-server internal] load build context [2025-08-26T10:38:03.589Z] #43 transferring context: 23.80kB 0.7s done [2025-08-26T10:38:03.589Z] #43 DONE 2.8s [2025-08-26T10:38:03.589Z] [2025-08-26T10:38:03.589Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-26T10:38:03.589Z] #37 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 26.21MB / 33.17MB 4.4s [2025-08-26T10:38:04.177Z] #37 ... [2025-08-26T10:38:04.177Z] [2025-08-26T10:38:04.177Z] #44 [core-metadata internal] load build context [2025-08-26T10:38:04.177Z] #44 transferring context: 3.23MB 2.5s done [2025-08-26T10:38:04.177Z] #44 DONE 4.6s [2025-08-26T10:38:04.177Z] [2025-08-26T10:38:04.177Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-26T10:38:04.177Z] #37 ... [2025-08-26T10:38:04.177Z] [2025-08-26T10:38:04.177Z] #45 [core-keeper internal] load build context [2025-08-26T10:38:04.177Z] #45 transferring context: 3.23MB 2.6s done [2025-08-26T10:38:04.177Z] #45 DONE 4.7s [2025-08-26T10:38:04.177Z] [2025-08-26T10:38:04.177Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-26T10:38:04.177Z] #37 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 28.31MB / 33.17MB 4.9s [2025-08-26T10:38:04.446Z] #37 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 31.46MB / 33.17MB 5.1s [2025-08-26T10:38:04.446Z] #37 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 5.2s [2025-08-26T10:38:04.446Z] #37 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 5.3s done [2025-08-26T10:38:04.719Z] #37 ... [2025-08-26T10:38:04.719Z] [2025-08-26T10:38:04.719Z] #46 [security-secretstore-setup internal] load build context [2025-08-26T10:38:04.719Z] #46 transferring context: 3.23MB 3.3s done [2025-08-26T10:38:04.719Z] #46 DONE 5.2s [2025-08-26T10:38:04.719Z] [2025-08-26T10:38:04.719Z] #34 [support-notifications stage-2 1/10] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-26T10:38:04.719Z] #34 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done [2025-08-26T10:38:04.719Z] #34 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done [2025-08-26T10:38:04.719Z] #34 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-08-26T10:38:04.719Z] #34 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done [2025-08-26T10:38:04.719Z] #34 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 2.3s done [2025-08-26T10:38:04.719Z] #34 extracting sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 3.1s [2025-08-26T10:38:04.987Z] #34 extracting sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 3.5s done [2025-08-26T10:38:05.257Z] #34 ... [2025-08-26T10:38:05.257Z] [2025-08-26T10:38:05.257Z] #47 [support-notifications internal] load build context [2025-08-26T10:38:05.257Z] #47 transferring context: 3.23MB 2.9s done [2025-08-26T10:38:05.257Z] #47 DONE 4.2s [2025-08-26T10:38:05.257Z] [2025-08-26T10:38:05.257Z] #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-08-26T10:38:05.257Z] #48 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.8s done [2025-08-26T10:38:05.257Z] #48 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done [2025-08-26T10:38:05.257Z] #48 sha256:e81b72a68d76b0e0df52247b9790de839a7321008b1f01dade49a9205896959b 1.05kB / 1.05kB done [2025-08-26T10:38:05.257Z] #48 sha256:ed3dcd9259b2c881c72642150b0878715420e4dc7a6eb469171aecff31ef0520 1.72kB / 1.72kB done [2025-08-26T10:38:05.257Z] #48 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB done [2025-08-26T10:38:05.257Z] #48 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B done [2025-08-26T10:38:05.257Z] #48 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done [2025-08-26T10:38:05.257Z] #48 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.7s done [2025-08-26T10:38:05.257Z] #48 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done [2025-08-26T10:38:05.257Z] #48 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 3.3s done [2025-08-26T10:38:05.257Z] #48 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 [2025-08-26T10:38:05.527Z] #48 ... [2025-08-26T10:38:05.527Z] [2025-08-26T10:38:05.527Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-26T10:38:05.527Z] #37 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b [2025-08-26T10:38:05.527Z] #37 ... [2025-08-26T10:38:05.527Z] [2025-08-26T10:38:05.527Z] #49 [support-scheduler internal] load build context [2025-08-26T10:38:05.527Z] #49 transferring context: 3.23MB 3.0s done [2025-08-26T10:38:05.527Z] #49 DONE 4.6s [2025-08-26T10:38:05.527Z] [2025-08-26T10:38:05.527Z] #50 [security-proxy-setup internal] load build context [2025-08-26T10:38:05.527Z] #50 transferring context: 3.23MB 3.1s done [2025-08-26T10:38:05.527Z] #50 DONE 5.0s [2025-08-26T10:38:05.527Z] [2025-08-26T10:38:05.527Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-26T10:38:05.795Z] #37 ... [2025-08-26T10:38:05.795Z] [2025-08-26T10:38:05.795Z] #51 [security-proxy-auth internal] load build context [2025-08-26T10:38:05.795Z] #51 transferring context: 3.23MB 3.3s done [2025-08-26T10:38:05.795Z] #51 DONE 5.3s [2025-08-26T10:38:05.795Z] [2025-08-26T10:38:05.795Z] #52 [core-metadata builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-08-26T10:38:05.795Z] #52 DONE 7.0s [2025-08-26T10:38:05.795Z] [2025-08-26T10:38:05.795Z] #53 [core-common-config-bootstrapper internal] load build context [2025-08-26T10:38:05.795Z] #53 transferring context: 3.23MB 3.3s done [2025-08-26T10:38:05.795Z] #53 DONE 5.4s [2025-08-26T10:38:05.795Z] [2025-08-26T10:38:05.795Z] #34 [security-spire-agent stage-2 1/10] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-26T10:38:05.795Z] #34 DONE 7.7s [2025-08-26T10:38:05.795Z] [2025-08-26T10:38:05.795Z] #54 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-08-26T10:38:06.760Z] #54 ... [2025-08-26T10:38:06.760Z] [2025-08-26T10:38:06.760Z] #55 [core-command builder 2/7] WORKDIR /edgex-go [2025-08-26T10:38:06.760Z] #55 DONE 1.0s [2025-08-26T10:38:06.760Z] [2025-08-26T10:38:06.760Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-26T10:38:11.033Z] #37 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 5.4s [2025-08-26T10:38:14.412Z] #37 ... [2025-08-26T10:38:14.412Z] [2025-08-26T10:38:14.412Z] #56 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-08-26T10:38:14.412Z] #56 DONE 8.4s [2025-08-26T10:38:14.412Z] [2025-08-26T10:38:14.412Z] #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-08-26T10:38:14.412Z] #48 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 8.1s done [2025-08-26T10:38:14.681Z] #48 ... [2025-08-26T10:38:14.681Z] [2025-08-26T10:38:14.681Z] #57 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-08-26T10:38:16.097Z] #57 ... [2025-08-26T10:38:16.097Z] [2025-08-26T10:38:16.097Z] #58 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-08-26T10:38:16.097Z] #58 10.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-26T10:38:16.097Z] #58 ... [2025-08-26T10:38:16.097Z] [2025-08-26T10:38:16.097Z] #59 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-08-26T10:38:16.097Z] #0 7.833 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-26T10:38:16.097Z] #0 8.436 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-26T10:38:16.369Z] #59 ... [2025-08-26T10:38:16.369Z] [2025-08-26T10:38:16.370Z] #60 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-08-26T10:38:16.370Z] #60 ... [2025-08-26T10:38:16.370Z] [2025-08-26T10:38:16.370Z] #61 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-08-26T10:38:16.638Z] #61 ... [2025-08-26T10:38:16.638Z] [2025-08-26T10:38:16.638Z] #62 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-08-26T10:38:16.638Z] #62 ... [2025-08-26T10:38:16.638Z] [2025-08-26T10:38:16.638Z] #63 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-08-26T10:38:16.638Z] #0 9.525 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-26T10:38:16.908Z] #63 10.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-26T10:38:16.908Z] #63 ... [2025-08-26T10:38:16.908Z] [2025-08-26T10:38:16.908Z] #64 [core-command builder 3/7] RUN apk add --update --no-cache make git [2025-08-26T10:38:16.908Z] #64 ... [2025-08-26T10:38:16.908Z] [2025-08-26T10:38:16.908Z] #65 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-08-26T10:38:17.177Z] #65 ... [2025-08-26T10:38:17.177Z] [2025-08-26T10:38:17.177Z] #66 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-08-26T10:38:17.177Z] #66 ... [2025-08-26T10:38:17.177Z] [2025-08-26T10:38:17.177Z] #67 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-08-26T10:38:17.445Z] #67 ... [2025-08-26T10:38:17.446Z] [2025-08-26T10:38:17.446Z] #68 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-08-26T10:38:17.446Z] #68 ... [2025-08-26T10:38:17.446Z] [2025-08-26T10:38:17.446Z] #69 [core-metadata stage-1 2/8] RUN apk add --update --no-cache dumb-init [2025-08-26T10:38:17.446Z] #0 7.027 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-26T10:38:17.446Z] #0 7.441 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-26T10:38:17.446Z] #0 11.16 (1/1) Installing dumb-init (1.2.5-r3) [2025-08-26T10:38:17.446Z] #0 11.16 Executing busybox-1.36.1-r29.trigger [2025-08-26T10:38:17.446Z] #0 11.23 OK: 9 MiB in 15 packages [2025-08-26T10:38:17.717Z] #69 ... [2025-08-26T10:38:17.717Z] [2025-08-26T10:38:17.717Z] #70 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2025-08-26T10:38:17.717Z] #0 10.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-26T10:38:17.717Z] #70 ... [2025-08-26T10:38:17.717Z] [2025-08-26T10:38:17.717Z] #71 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-08-26T10:38:17.717Z] #0 9.635 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-26T10:38:17.717Z] #0 10.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-26T10:38:17.986Z] #71 ... [2025-08-26T10:38:17.986Z] [2025-08-26T10:38:17.986Z] #72 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-08-26T10:38:17.986Z] #72 ... [2025-08-26T10:38:17.986Z] [2025-08-26T10:38:17.986Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-26T10:38:17.986Z] #37 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 12.5s [2025-08-26T10:38:18.572Z] #37 ... [2025-08-26T10:38:18.572Z] [2025-08-26T10:38:18.572Z] #66 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-08-26T10:38:18.572Z] #66 DONE 12.0s [2025-08-26T10:38:18.572Z] [2025-08-26T10:38:18.572Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-26T10:38:19.996Z] #37 ... [2025-08-26T10:38:19.996Z] [2025-08-26T10:38:19.996Z] #69 [core-command stage-1 2/8] RUN apk add --update --no-cache dumb-init [2025-08-26T10:38:19.996Z] #69 DONE 13.7s [2025-08-26T10:38:19.996Z] [2025-08-26T10:38:19.996Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-26T10:38:22.588Z] #37 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 16.8s [2025-08-26T10:38:23.178Z] #37 ... [2025-08-26T10:38:23.178Z] [2025-08-26T10:38:23.178Z] #54 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-08-26T10:38:23.178Z] #54 7.011 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-26T10:38:23.178Z] #54 7.510 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-26T10:38:23.178Z] #54 10.58 (1/7) Installing ca-certificates (20250619-r0) [2025-08-26T10:38:23.178Z] #54 11.15 (2/7) Installing dumb-init (1.2.5-r3) [2025-08-26T10:38:23.178Z] #54 11.16 (3/7) Installing libgcc (13.2.1_git20240309-r1) [2025-08-26T10:38:23.178Z] #54 11.23 (4/7) Installing libsodium (1.0.19-r0) [2025-08-26T10:38:23.178Z] #54 11.29 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) [2025-08-26T10:38:23.178Z] #54 11.92 (6/7) Installing libzmq (4.3.5-r2) [2025-08-26T10:38:23.178Z] #54 12.07 (7/7) Installing zeromq (4.3.5-r2) [2025-08-26T10:38:23.178Z] #54 12.20 Executing busybox-1.36.1-r29.trigger [2025-08-26T10:38:23.178Z] #54 12.45 Executing ca-certificates-20250619-r0.trigger [2025-08-26T10:38:23.178Z] #54 14.43 OK: 14 MiB in 21 packages [2025-08-26T10:38:23.178Z] #54 DONE 17.2s [2025-08-26T10:38:23.178Z] [2025-08-26T10:38:23.178Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-08-26T10:38:25.768Z] #37 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 19.9s done [2025-08-26T10:38:25.768Z] #37 DONE 27.5s [2025-08-26T10:38:25.768Z] [2025-08-26T10:38:25.768Z] #59 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-08-26T10:38:25.768Z] #59 14.82 (1/4) Installing ca-certificates (20250619-r0) [2025-08-26T10:38:25.768Z] #59 15.30 (2/4) Installing dumb-init (1.2.5-r3) [2025-08-26T10:38:25.768Z] #59 15.33 (3/4) Installing su-exec (0.2-r3) [2025-08-26T10:38:25.768Z] #59 15.43 (4/4) Installing yq-go (4.44.1-r2) [2025-08-26T10:38:25.768Z] #59 16.97 Executing busybox-1.36.1-r29.trigger [2025-08-26T10:38:25.768Z] #59 17.32 Executing ca-certificates-20250619-r0.trigger [2025-08-26T10:38:25.768Z] #59 18.73 OK: 20 MiB in 18 packages [2025-08-26T10:38:26.733Z] #59 DONE 20.7s [2025-08-26T10:38:26.733Z] [2025-08-26T10:38:26.733Z] #57 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-08-26T10:38:26.733Z] #57 4.911 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-26T10:38:26.733Z] #57 7.106 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-26T10:38:27.001Z] #57 ... [2025-08-26T10:38:27.001Z] [2025-08-26T10:38:27.001Z] #61 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-08-26T10:38:27.001Z] #61 10.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-26T10:38:27.001Z] #61 13.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-26T10:38:27.269Z] #61 ... [2025-08-26T10:38:27.269Z] [2025-08-26T10:38:27.269Z] #60 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-08-26T10:38:27.269Z] #60 10.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-26T10:38:27.269Z] #60 12.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-26T10:38:27.269Z] #60 ... [2025-08-26T10:38:27.269Z] [2025-08-26T10:38:27.269Z] #73 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-08-26T10:38:27.538Z] #73 ... [2025-08-26T10:38:27.538Z] [2025-08-26T10:38:27.538Z] #62 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-08-26T10:38:27.538Z] #62 10.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-26T10:38:27.538Z] #62 13.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-26T10:38:27.806Z] #62 ... [2025-08-26T10:38:27.806Z] [2025-08-26T10:38:27.806Z] #74 [core-command stage-1 3/8] RUN apk --no-cache upgrade [2025-08-26T10:38:27.806Z] #0 3.764 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-26T10:38:27.806Z] #0 5.734 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-26T10:38:27.806Z] #74 ... [2025-08-26T10:38:27.806Z] [2025-08-26T10:38:27.806Z] #67 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-08-26T10:38:27.806Z] #67 11.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-26T10:38:27.806Z] #67 14.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-26T10:38:28.075Z] #67 ... [2025-08-26T10:38:28.075Z] [2025-08-26T10:38:28.075Z] #64 [core-command builder 3/7] RUN apk add --update --no-cache make git [2025-08-26T10:38:28.075Z] #64 11.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-26T10:38:28.075Z] #64 13.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-26T10:38:28.075Z] #64 ... [2025-08-26T10:38:28.075Z] [2025-08-26T10:38:28.075Z] #68 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-08-26T10:38:28.075Z] #68 11.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-26T10:38:28.075Z] #68 14.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-26T10:38:28.343Z] #68 ... [2025-08-26T10:38:28.343Z] [2025-08-26T10:38:28.343Z] #72 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-08-26T10:38:28.343Z] #72 12.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-26T10:38:28.343Z] #72 14.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-26T10:38:28.616Z] #72 ... [2025-08-26T10:38:28.616Z] [2025-08-26T10:38:28.616Z] #58 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-08-26T10:38:28.616Z] #58 12.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-26T10:38:28.616Z] #58 ... [2025-08-26T10:38:28.616Z] [2025-08-26T10:38:28.616Z] #75 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-08-26T10:38:28.616Z] #0 3.717 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-26T10:38:28.616Z] #0 5.675 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-26T10:38:28.886Z] #75 ... [2025-08-26T10:38:28.886Z] [2025-08-26T10:38:28.886Z] #70 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2025-08-26T10:38:28.886Z] #70 12.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-26T10:38:28.886Z] #70 22.13 OK: 239 MiB in 58 packages [2025-08-26T10:38:28.886Z] #70 ... [2025-08-26T10:38:28.886Z] [2025-08-26T10:38:28.886Z] #65 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-08-26T10:38:28.886Z] #65 12.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-26T10:38:28.886Z] #65 14.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-26T10:38:29.154Z] #65 ... [2025-08-26T10:38:29.154Z] [2025-08-26T10:38:29.154Z] #63 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-08-26T10:38:29.154Z] #63 22.30 v3.20.7-46-g4cba8526e90 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-08-26T10:38:29.154Z] #63 22.32 v3.20.7-40-g98a72a54737 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-08-26T10:38:29.154Z] #63 22.32 OK: 24052 distinct packages available [2025-08-26T10:38:29.743Z] #63 23.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-26T10:38:30.331Z] #63 ... [2025-08-26T10:38:30.331Z] [2025-08-26T10:38:30.331Z] #70 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2025-08-26T10:38:30.331Z] #70 DONE 23.7s [2025-08-26T10:38:30.331Z] [2025-08-26T10:38:30.331Z] #58 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-08-26T10:38:30.331Z] #58 23.74 (1/3) Installing ca-certificates (20250619-r0) [2025-08-26T10:38:30.331Z] #58 24.31 (2/3) Installing dumb-init (1.2.5-r3) [2025-08-26T10:38:30.331Z] #58 24.41 (3/3) Installing tzdata (2025b-r0) [2025-08-26T10:38:30.600Z] #58 ... [2025-08-26T10:38:30.600Z] [2025-08-26T10:38:30.600Z] #76 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-08-26T10:38:30.600Z] #76 DONE 0.5s [2025-08-26T10:38:30.869Z] [2025-08-26T10:38:30.869Z] #62 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-08-26T10:38:30.869Z] #62 24.20 OK: 239 MiB in 58 packages [2025-08-26T10:38:31.459Z] #62 ... [2025-08-26T10:38:31.459Z] [2025-08-26T10:38:31.459Z] #61 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-08-26T10:38:31.459Z] #61 23.06 (1/2) Installing dumb-init (1.2.5-r3) [2025-08-26T10:38:31.459Z] #61 23.10 (2/2) Installing su-exec (0.2-r3) [2025-08-26T10:38:31.459Z] #61 23.12 Executing busybox-1.36.1-r29.trigger [2025-08-26T10:38:31.459Z] #61 23.25 OK: 9 MiB in 16 packages [2025-08-26T10:38:31.459Z] #61 DONE 25.4s [2025-08-26T10:38:31.459Z] [2025-08-26T10:38:31.459Z] #77 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-08-26T10:38:32.428Z] #77 ... [2025-08-26T10:38:32.428Z] [2025-08-26T10:38:32.428Z] #64 [core-command builder 3/7] RUN apk add --update --no-cache make git [2025-08-26T10:38:32.428Z] #64 23.40 OK: 239 MiB in 58 packages [2025-08-26T10:38:32.428Z] #64 DONE 25.7s [2025-08-26T10:38:32.428Z] [2025-08-26T10:38:32.428Z] #72 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-08-26T10:38:32.428Z] #72 25.89 (1/1) Installing dumb-init (1.2.5-r3) [2025-08-26T10:38:32.428Z] #72 25.96 Executing busybox-1.36.1-r29.trigger [2025-08-26T10:38:32.428Z] #72 26.27 OK: 9 MiB in 15 packages [2025-08-26T10:38:32.698Z] #72 ... [2025-08-26T10:38:32.698Z] [2025-08-26T10:38:32.698Z] #78 [core-command builder 4/7] COPY go.mod vendor* ./ [2025-08-26T10:38:32.698Z] #78 DONE 0.7s [2025-08-26T10:38:32.973Z] [2025-08-26T10:38:32.973Z] #79 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-26T10:38:32.973Z] #79 ... [2025-08-26T10:38:32.973Z] [2025-08-26T10:38:32.973Z] #62 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-08-26T10:38:32.973Z] #62 DONE 26.4s [2025-08-26T10:38:33.245Z] [2025-08-26T10:38:33.245Z] #58 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-08-26T10:38:33.245Z] #58 27.11 Executing busybox-1.36.1-r29.trigger [2025-08-26T10:38:33.519Z] #58 ... [2025-08-26T10:38:33.519Z] [2025-08-26T10:38:33.519Z] #80 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-08-26T10:38:33.519Z] #0 3.062 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-26T10:38:33.519Z] #0 4.619 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-26T10:38:33.519Z] #80 ... [2025-08-26T10:38:33.519Z] [2025-08-26T10:38:33.519Z] #65 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-08-26T10:38:33.519Z] #65 24.17 OK: 239 MiB in 58 packages [2025-08-26T10:38:33.519Z] #65 DONE 26.9s [2025-08-26T10:38:33.519Z] [2025-08-26T10:38:33.519Z] #81 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-08-26T10:38:34.489Z] #81 ... [2025-08-26T10:38:34.489Z] [2025-08-26T10:38:34.489Z] #60 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-08-26T10:38:34.489Z] #60 23.29 (1/4) Installing dumb-init (1.2.5-r3) [2025-08-26T10:38:34.489Z] #60 23.35 (2/4) Installing openssl (3.3.4-r0) [2025-08-26T10:38:34.489Z] #60 23.42 (3/4) Installing su-exec (0.2-r3) [2025-08-26T10:38:34.489Z] #60 23.45 (4/4) Installing yq-go (4.44.1-r2) [2025-08-26T10:38:34.489Z] #60 24.96 Executing busybox-1.36.1-r29.trigger [2025-08-26T10:38:34.489Z] #60 25.21 OK: 20 MiB in 18 packages [2025-08-26T10:38:34.489Z] #60 DONE 28.1s [2025-08-26T10:38:34.489Z] [2025-08-26T10:38:34.489Z] #82 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-08-26T10:38:34.757Z] #82 ... [2025-08-26T10:38:34.757Z] [2025-08-26T10:38:34.757Z] #83 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-08-26T10:38:34.757Z] #83 DONE 1.7s [2025-08-26T10:38:34.757Z] [2025-08-26T10:38:34.757Z] #57 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-08-26T10:38:34.757Z] #57 15.62 (1/1) Installing dumb-init (1.2.5-r3) [2025-08-26T10:38:34.757Z] #57 16.43 Executing busybox-1.36.1-r29.trigger [2025-08-26T10:38:34.757Z] #57 16.64 OK: 9 MiB in 15 packages [2025-08-26T10:38:34.757Z] #57 DONE 20.4s [2025-08-26T10:38:34.757Z] [2025-08-26T10:38:34.757Z] #84 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-26T10:38:35.026Z] #84 ... [2025-08-26T10:38:35.026Z] [2025-08-26T10:38:35.026Z] #72 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-08-26T10:38:35.026Z] #72 DONE 28.8s [2025-08-26T10:38:35.300Z] [2025-08-26T10:38:35.300Z] #81 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-08-26T10:38:35.300Z] #81 DONE 1.6s [2025-08-26T10:38:35.300Z] [2025-08-26T10:38:35.300Z] #85 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-26T10:38:37.256Z] #85 ... [2025-08-26T10:38:37.256Z] [2025-08-26T10:38:37.256Z] #58 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-08-26T10:38:37.256Z] #58 27.36 Executing ca-certificates-20250619-r0.trigger [2025-08-26T10:38:37.256Z] #58 28.84 OK: 11 MiB in 17 packages [2025-08-26T10:38:37.256Z] #58 DONE 30.8s [2025-08-26T10:38:37.256Z] [2025-08-26T10:38:37.256Z] #80 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-08-26T10:38:37.256Z] #80 13.69 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-08-26T10:38:37.256Z] #80 13.86 Executing busybox-1.36.1-r30.post-upgrade [2025-08-26T10:38:37.256Z] #80 14.26 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-08-26T10:38:37.526Z] #80 14.28 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-08-26T10:38:37.526Z] #80 14.35 Executing busybox-1.36.1-r30.trigger [2025-08-26T10:38:37.526Z] #80 14.36 OK: 14 MiB in 21 packages [2025-08-26T10:38:37.526Z] #80 ... [2025-08-26T10:38:37.526Z] [2025-08-26T10:38:37.526Z] #75 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-08-26T10:38:37.526Z] #75 17.13 OK: 239 MiB in 58 packages [2025-08-26T10:38:37.526Z] #75 DONE 19.0s [2025-08-26T10:38:37.795Z] [2025-08-26T10:38:37.795Z] #86 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-08-26T10:38:38.073Z] #86 ... [2025-08-26T10:38:38.073Z] [2025-08-26T10:38:38.073Z] #71 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-08-26T10:38:38.073Z] #71 21.91 v3.20.7-46-g4cba8526e90 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-08-26T10:38:38.073Z] #71 21.91 v3.20.7-40-g98a72a54737 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-08-26T10:38:38.073Z] #71 21.91 OK: 24052 distinct packages available [2025-08-26T10:38:38.073Z] #71 23.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-26T10:38:38.073Z] #71 25.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-26T10:38:38.346Z] #71 ... [2025-08-26T10:38:38.346Z] [2025-08-26T10:38:38.346Z] #74 [core-command stage-1 3/8] RUN apk --no-cache upgrade [2025-08-26T10:38:38.346Z] #74 16.30 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-08-26T10:38:38.346Z] #74 16.45 Executing busybox-1.36.1-r30.post-upgrade [2025-08-26T10:38:38.346Z] #74 17.18 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-08-26T10:38:38.346Z] #74 17.18 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-08-26T10:38:38.346Z] #74 17.18 Executing busybox-1.36.1-r30.trigger [2025-08-26T10:38:38.346Z] #74 17.32 OK: 9 MiB in 15 packages [2025-08-26T10:38:38.936Z] #74 ... [2025-08-26T10:38:38.936Z] [2025-08-26T10:38:38.936Z] #86 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-08-26T10:38:38.936Z] #86 DONE 1.1s [2025-08-26T10:38:38.936Z] [2025-08-26T10:38:38.936Z] #74 [core-common-config-bootstrapper stage-1 3/8] RUN apk --no-cache upgrade [2025-08-26T10:38:38.936Z] #74 DONE 19.4s [2025-08-26T10:38:38.936Z] [2025-08-26T10:38:38.936Z] #87 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-26T10:38:39.524Z] #87 ... [2025-08-26T10:38:39.524Z] [2025-08-26T10:38:39.524Z] #80 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-08-26T10:38:39.524Z] #80 DONE 16.3s [2025-08-26T10:38:39.524Z] [2025-08-26T10:38:39.524Z] #67 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-08-26T10:38:39.524Z] #67 23.48 v3.20.7-46-g4cba8526e90 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-08-26T10:38:39.524Z] #67 23.48 v3.20.7-40-g98a72a54737 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-08-26T10:38:39.524Z] #67 23.48 OK: 24052 distinct packages available [2025-08-26T10:38:39.524Z] #67 25.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-26T10:38:39.524Z] #67 27.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-26T10:38:39.524Z] #67 ... [2025-08-26T10:38:39.524Z] [2025-08-26T10:38:39.524Z] #73 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-08-26T10:38:39.524Z] #73 2.563 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-26T10:38:39.524Z] #73 4.599 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-26T10:38:39.794Z] #73 ... [2025-08-26T10:38:39.795Z] [2025-08-26T10:38:39.795Z] #88 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-08-26T10:38:40.770Z] #88 ... [2025-08-26T10:38:40.770Z] [2025-08-26T10:38:40.770Z] #68 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-08-26T10:38:40.770Z] #68 23.97 v3.20.7-46-g4cba8526e90 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-08-26T10:38:40.770Z] #68 23.97 v3.20.7-40-g98a72a54737 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-08-26T10:38:40.770Z] #68 23.97 OK: 24052 distinct packages available [2025-08-26T10:38:40.770Z] #68 26.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-26T10:38:40.770Z] #68 28.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-26T10:38:40.770Z] #68 ... [2025-08-26T10:38:40.770Z] [2025-08-26T10:38:40.770Z] #89 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-26T10:38:41.038Z] #89 ... [2025-08-26T10:38:41.038Z] [2025-08-26T10:38:41.038Z] #71 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-08-26T10:38:41.038Z] #71 34.31 (1/14) Installing ca-certificates (20250619-r0) [2025-08-26T10:38:41.038Z] #71 34.73 (2/14) Installing brotli-libs (1.1.0-r2) [2025-08-26T10:38:41.038Z] #71 34.82 (3/14) Installing c-ares (1.33.1-r0) [2025-08-26T10:38:41.038Z] #71 34.86 (4/14) Installing libunistring (1.2-r0) [2025-08-26T10:38:41.038Z] #71 34.99 (5/14) Installing libidn2 (2.3.7-r0) [2025-08-26T10:38:41.038Z] #71 35.02 (6/14) Installing nghttp2-libs (1.62.1-r0) [2025-08-26T10:38:41.038Z] #71 35.05 (7/14) Installing libpsl (0.21.5-r1) [2025-08-26T10:38:41.309Z] #71 35.14 (8/14) Installing zstd-libs (1.5.6-r0) [2025-08-26T10:38:41.309Z] #71 35.20 (9/14) Installing libcurl (8.12.1-r0) [2025-08-26T10:38:41.309Z] #71 35.29 (10/14) Installing curl (8.12.1-r0) [2025-08-26T10:38:41.581Z] #71 35.39 (11/14) Installing dumb-init (1.2.5-r3) [2025-08-26T10:38:41.581Z] #71 35.41 (12/14) Installing musl-obstack (1.2.3-r2) [2025-08-26T10:38:41.581Z] #71 35.43 (13/14) Installing libucontext (1.2-r3) [2025-08-26T10:38:41.581Z] #71 35.43 (14/14) Installing gcompat (1.1.0-r4) [2025-08-26T10:38:41.581Z] #71 35.48 Executing busybox-1.36.1-r29.trigger [2025-08-26T10:38:41.581Z] #71 35.63 Executing ca-certificates-20250619-r0.trigger [2025-08-26T10:38:41.850Z] #71 ... [2025-08-26T10:38:41.850Z] [2025-08-26T10:38:41.850Z] #63 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-08-26T10:38:41.850Z] #63 25.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-26T10:38:41.850Z] #63 34.77 (1/4) Installing dumb-init (1.2.5-r3) [2025-08-26T10:38:41.850Z] #63 34.81 (2/4) Installing musl-obstack (1.2.3-r2) [2025-08-26T10:38:41.850Z] #63 34.90 (3/4) Installing libucontext (1.2-r3) [2025-08-26T10:38:41.850Z] #63 34.92 (4/4) Installing gcompat (1.1.0-r4) [2025-08-26T10:38:41.850Z] #63 34.95 Executing busybox-1.36.1-r29.trigger [2025-08-26T10:38:41.850Z] #63 35.01 OK: 9 MiB in 18 packages [2025-08-26T10:38:41.850Z] #63 ... [2025-08-26T10:38:41.850Z] [2025-08-26T10:38:41.850Z] #67 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-08-26T10:38:41.850Z] #67 35.55 (1/5) Installing dumb-init (1.2.5-r3) [2025-08-26T10:38:41.850Z] #67 35.60 (2/5) Installing musl-obstack (1.2.3-r2) [2025-08-26T10:38:41.850Z] #67 35.62 (3/5) Installing libucontext (1.2-r3) [2025-08-26T10:38:41.850Z] #67 35.63 (4/5) Installing gcompat (1.1.0-r4) [2025-08-26T10:38:41.850Z] #67 35.70 (5/5) Installing openssl (3.3.4-r0) [2025-08-26T10:38:41.850Z] #67 35.86 Executing busybox-1.36.1-r29.trigger [2025-08-26T10:38:41.850Z] #67 35.97 OK: 10 MiB in 19 packages [2025-08-26T10:38:43.316Z] #67 ... [2025-08-26T10:38:43.316Z] [2025-08-26T10:38:43.316Z] #73 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-08-26T10:38:43.316Z] #73 13.59 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-08-26T10:38:43.316Z] #73 13.78 Executing busybox-1.36.1-r30.post-upgrade [2025-08-26T10:38:43.316Z] #73 14.23 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-08-26T10:38:43.316Z] #73 14.25 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-08-26T10:38:43.316Z] #73 14.26 Executing busybox-1.36.1-r30.trigger [2025-08-26T10:38:43.316Z] #73 14.37 OK: 20 MiB in 18 packages [2025-08-26T10:38:43.316Z] #73 DONE 16.3s [2025-08-26T10:38:43.316Z] [2025-08-26T10:38:43.316Z] #63 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-08-26T10:38:43.316Z] #63 DONE 37.1s [2025-08-26T10:38:43.316Z] [2025-08-26T10:38:43.316Z] #90 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-08-26T10:38:44.312Z] #90 ... [2025-08-26T10:38:44.312Z] [2025-08-26T10:38:44.312Z] #67 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-08-26T10:38:44.312Z] #67 DONE 38.1s [2025-08-26T10:38:44.312Z] [2025-08-26T10:38:44.312Z] #68 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-08-26T10:38:44.312Z] #68 35.61 OK: 239 MiB in 58 packages [2025-08-26T10:38:44.312Z] #68 DONE 37.7s [2025-08-26T10:38:44.312Z] [2025-08-26T10:38:44.312Z] #91 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-08-26T10:38:45.290Z] #91 ... [2025-08-26T10:38:45.290Z] [2025-08-26T10:38:45.290Z] #92 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-08-26T10:38:45.290Z] #0 7.806 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-26T10:38:45.290Z] #0 9.691 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-26T10:38:45.290Z] #92 ... [2025-08-26T10:38:45.290Z] [2025-08-26T10:38:45.290Z] #93 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade [2025-08-26T10:38:45.290Z] #93 ... [2025-08-26T10:38:45.290Z] [2025-08-26T10:38:45.290Z] #91 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-08-26T10:38:45.290Z] #91 DONE 1.0s [2025-08-26T10:38:45.558Z] [2025-08-26T10:38:45.558Z] #71 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-08-26T10:38:45.558Z] #71 37.01 OK: 15 MiB in 28 packages [2025-08-26T10:38:45.558Z] #71 DONE 39.3s [2025-08-26T10:38:45.558Z] [2025-08-26T10:38:45.558Z] #94 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-08-26T10:38:48.919Z] #94 3.213 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-26T10:38:49.881Z] #94 4.214 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-26T10:38:50.088Z] #156 ... [2025-08-26T10:38:50.088Z] [2025-08-26T10:38:50.088Z] #147 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-08-26T10:38:50.088Z] #147 DONE 86.9s [2025-08-26T10:38:50.088Z] [2025-08-26T10:38:50.088Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-08-26T10:38:50.088Z] #149 ... [2025-08-26T10:38:50.088Z] [2025-08-26T10:38:50.088Z] #157 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2025-08-26T10:38:50.088Z] #157 DONE 0.3s [2025-08-26T10:38:50.088Z] [2025-08-26T10:38:50.088Z] #151 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-08-26T10:38:50.088Z] #151 ... [2025-08-26T10:38:50.088Z] [2025-08-26T10:38:50.088Z] #158 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-08-26T10:38:50.088Z] #158 DONE 1.0s [2025-08-26T10:38:50.088Z] [2025-08-26T10:38:50.088Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-08-26T10:38:50.088Z] #149 ... [2025-08-26T10:38:50.088Z] [2025-08-26T10:38:50.088Z] #159 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-26T10:38:50.088Z] #159 DONE 0.1s [2025-08-26T10:38:50.088Z] [2025-08-26T10:38:50.088Z] #160 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2025-08-26T10:38:50.088Z] #160 DONE 0.1s [2025-08-26T10:38:50.088Z] [2025-08-26T10:38:50.088Z] #161 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2025-08-26T10:38:50.088Z] #161 DONE 0.1s [2025-08-26T10:38:50.088Z] [2025-08-26T10:38:50.088Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-08-26T10:38:50.088Z] #149 ... [2025-08-26T10:38:50.088Z] [2025-08-26T10:38:50.088Z] #162 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2025-08-26T10:38:50.088Z] #162 DONE 0.1s [2025-08-26T10:38:50.088Z] [2025-08-26T10:38:50.088Z] #163 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2025-08-26T10:38:50.088Z] #163 DONE 0.1s [2025-08-26T10:38:50.088Z] [2025-08-26T10:38:50.088Z] #153 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-08-26T10:38:50.088Z] #153 ... [2025-08-26T10:38:50.088Z] [2025-08-26T10:38:50.088Z] #164 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ [2025-08-26T10:38:50.088Z] #164 DONE 0.2s [2025-08-26T10:38:50.088Z] [2025-08-26T10:38:50.088Z] #165 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2025-08-26T10:38:50.088Z] #165 DONE 0.1s [2025-08-26T10:38:50.088Z] [2025-08-26T10:38:50.088Z] #153 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-08-26T10:38:50.088Z] #153 ... [2025-08-26T10:38:50.088Z] [2025-08-26T10:38:50.088Z] #166 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2025-08-26T10:38:50.088Z] #166 DONE 0.1s [2025-08-26T10:38:50.088Z] [2025-08-26T10:38:50.088Z] #167 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2025-08-26T10:38:50.088Z] #167 DONE 0.9s [2025-08-26T10:38:50.088Z] [2025-08-26T10:38:50.088Z] #168 [security-bootstrapper] exporting to image [2025-08-26T10:38:50.088Z] #168 exporting layers [2025-08-26T10:38:50.088Z] #168 ... [2025-08-26T10:38:50.088Z] [2025-08-26T10:38:50.088Z] #151 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-08-26T10:38:50.088Z] #151 DONE 91.5s [2025-08-26T10:38:50.088Z] [2025-08-26T10:38:50.088Z] #169 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-26T10:38:50.088Z] #169 DONE 0.2s [2025-08-26T10:38:50.088Z] [2025-08-26T10:38:50.088Z] #170 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-08-26T10:38:50.088Z] #170 DONE 0.2s [2025-08-26T10:38:50.088Z] [2025-08-26T10:38:50.088Z] #168 [security-bootstrapper] exporting to image [2025-08-26T10:38:50.088Z] #168 exporting layers 1.4s done [2025-08-26T10:38:50.088Z] #168 writing image sha256:d190e5c668843b133031af4b5dc4b6ac6d62afb4605db9e564a688a76e65757c done [2025-08-26T10:38:50.088Z] #168 naming to docker.io/library/security-bootstrapper 0.0s done [2025-08-26T10:38:50.088Z] #168 DONE 1.5s [2025-08-26T10:38:50.088Z] [2025-08-26T10:38:50.088Z] #171 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2025-08-26T10:38:50.088Z] #171 DONE 0.3s [2025-08-26T10:38:50.088Z] [2025-08-26T10:38:50.088Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-08-26T10:38:50.088Z] #149 ... [2025-08-26T10:38:50.088Z] [2025-08-26T10:38:50.088Z] #172 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2025-08-26T10:38:50.088Z] #172 DONE 0.2s [2025-08-26T10:38:50.088Z] [2025-08-26T10:38:50.088Z] #173 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2025-08-26T10:38:50.088Z] #173 DONE 0.1s [2025-08-26T10:38:50.088Z] [2025-08-26T10:38:50.088Z] #174 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-08-26T10:38:51.031Z] #174 DONE 1.1s [2025-08-26T10:38:51.031Z] [2025-08-26T10:38:51.031Z] #175 [core-common-config-bootstrapper] exporting to image [2025-08-26T10:38:51.288Z] #175 exporting layers 0.4s done [2025-08-26T10:38:51.288Z] #175 writing image sha256:340eb0baee6fe6567f6b279e6a2d573e7bb6128411c300ce8d43b1e272330980 [2025-08-26T10:38:51.288Z] #175 writing image sha256:340eb0baee6fe6567f6b279e6a2d573e7bb6128411c300ce8d43b1e272330980 done [2025-08-26T10:38:51.288Z] #175 naming to docker.io/library/core-common-config-bootstrapper done [2025-08-26T10:38:51.288Z] #175 DONE 0.4s [2025-08-26T10:38:51.288Z] [2025-08-26T10:38:51.288Z] #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-08-26T10:38:51.290Z] #94 ... [2025-08-26T10:38:51.290Z] [2025-08-26T10:38:51.290Z] #92 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-08-26T10:38:51.290Z] #92 16.11 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-08-26T10:38:51.290Z] #92 16.24 Executing busybox-1.36.1-r30.post-upgrade [2025-08-26T10:38:51.558Z] #92 16.57 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-08-26T10:38:51.558Z] #92 16.58 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-08-26T10:38:51.558Z] #92 16.59 Executing busybox-1.36.1-r30.trigger [2025-08-26T10:38:51.558Z] #92 16.67 OK: 9 MiB in 15 packages [2025-08-26T10:38:51.827Z] #92 ... [2025-08-26T10:38:51.827Z] [2025-08-26T10:38:51.827Z] #77 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-08-26T10:38:51.827Z] #77 10.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-26T10:38:51.827Z] #77 12.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-26T10:38:51.827Z] #77 19.77 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-08-26T10:38:51.827Z] #77 19.90 Executing busybox-1.36.1-r30.post-upgrade [2025-08-26T10:38:51.827Z] #77 20.40 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-08-26T10:38:52.095Z] #77 20.41 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-08-26T10:38:52.095Z] #77 20.46 Executing busybox-1.36.1-r30.trigger [2025-08-26T10:38:52.095Z] #77 20.55 OK: 9 MiB in 16 packages [2025-08-26T10:38:52.095Z] #77 ... [2025-08-26T10:38:52.095Z] [2025-08-26T10:38:52.095Z] #82 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-08-26T10:38:52.095Z] #82 8.859 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-26T10:38:52.095Z] #82 11.80 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-26T10:38:52.095Z] #82 17.04 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-08-26T10:38:52.095Z] #82 17.18 Executing busybox-1.36.1-r30.post-upgrade [2025-08-26T10:38:52.095Z] #82 17.48 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-08-26T10:38:52.095Z] #82 17.48 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-08-26T10:38:52.095Z] #82 17.49 Executing busybox-1.36.1-r30.trigger [2025-08-26T10:38:52.095Z] #82 17.57 OK: 20 MiB in 18 packages [2025-08-26T10:38:53.093Z] #82 DONE 18.7s [2025-08-26T10:38:53.093Z] [2025-08-26T10:38:53.093Z] #92 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-08-26T10:38:53.093Z] #92 DONE 17.9s [2025-08-26T10:38:53.093Z] [2025-08-26T10:38:53.093Z] #95 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2025-08-26T10:38:53.093Z] #95 DONE 0.3s [2025-08-26T10:38:53.093Z] [2025-08-26T10:38:53.093Z] #93 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade [2025-08-26T10:38:53.093Z] #93 4.809 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-26T10:38:53.093Z] #93 5.906 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-26T10:38:53.684Z] #93 ... [2025-08-26T10:38:53.684Z] [2025-08-26T10:38:53.684Z] #77 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-08-26T10:38:53.684Z] #77 DONE 22.2s [2025-08-26T10:38:53.684Z] [2025-08-26T10:38:53.684Z] #96 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-08-26T10:38:54.271Z] #96 ... [2025-08-26T10:38:54.271Z] [2025-08-26T10:38:54.271Z] #88 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-08-26T10:38:54.271Z] #88 7.212 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-26T10:38:54.271Z] #88 9.406 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-26T10:38:54.271Z] #88 16.43 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-08-26T10:38:54.271Z] #88 16.60 Executing busybox-1.36.1-r30.post-upgrade [2025-08-26T10:38:54.271Z] #88 17.12 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-08-26T10:38:54.271Z] #88 17.13 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-08-26T10:38:54.271Z] #88 17.16 Executing busybox-1.36.1-r30.trigger [2025-08-26T10:38:54.271Z] #88 17.35 OK: 11 MiB in 17 packages [2025-08-26T10:38:55.684Z] #88 ... [2025-08-26T10:38:55.684Z] [2025-08-26T10:38:55.684Z] #97 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-26T10:38:55.684Z] #97 ... [2025-08-26T10:38:55.684Z] [2025-08-26T10:38:55.684Z] #88 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-08-26T10:38:55.684Z] #88 DONE 18.7s [2025-08-26T10:38:55.684Z] [2025-08-26T10:38:55.684Z] #90 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-08-26T10:38:55.684Z] #90 4.927 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-26T10:38:55.684Z] #90 6.113 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-26T10:38:55.684Z] #90 12.27 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-08-26T10:38:55.684Z] #90 12.50 Executing busybox-1.36.1-r30.post-upgrade [2025-08-26T10:38:55.951Z] #90 12.80 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-08-26T10:38:55.951Z] #90 12.80 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-08-26T10:38:55.951Z] #90 12.81 Executing busybox-1.36.1-r30.trigger [2025-08-26T10:38:56.223Z] #90 12.87 OK: 9 MiB in 18 packages [2025-08-26T10:38:56.223Z] #90 ... [2025-08-26T10:38:56.223Z] [2025-08-26T10:38:56.223Z] #96 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-08-26T10:38:56.223Z] #96 DONE 2.5s [2025-08-26T10:38:56.223Z] [2025-08-26T10:38:56.223Z] #98 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2025-08-26T10:38:56.492Z] #98 DONE 0.2s [2025-08-26T10:38:56.492Z] [2025-08-26T10:38:56.492Z] #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-08-26T10:38:56.492Z] #48 ... [2025-08-26T10:38:56.492Z] [2025-08-26T10:38:56.492Z] #94 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-08-26T10:38:56.492Z] #94 11.05 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-08-26T10:38:56.492Z] #94 11.17 Executing busybox-1.36.1-r30.post-upgrade [2025-08-26T10:38:57.078Z] #94 11.51 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-08-26T10:38:57.078Z] #94 11.51 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-08-26T10:38:57.078Z] #94 11.53 Executing busybox-1.36.1-r30.trigger [2025-08-26T10:38:57.078Z] #94 11.62 OK: 15 MiB in 28 packages [2025-08-26T10:38:57.666Z] #94 ... [2025-08-26T10:38:57.666Z] [2025-08-26T10:38:57.666Z] #90 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-08-26T10:38:57.666Z] #90 DONE 14.5s [2025-08-26T10:38:57.933Z] [2025-08-26T10:38:57.933Z] #93 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade [2025-08-26T10:38:57.933Z] #93 12.68 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-08-26T10:38:57.933Z] #93 12.77 Executing busybox-1.36.1-r30.post-upgrade [2025-08-26T10:38:57.933Z] #93 13.07 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-08-26T10:38:57.933Z] #93 13.08 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-08-26T10:38:57.933Z] #93 13.09 Executing busybox-1.36.1-r30.trigger [2025-08-26T10:38:57.933Z] #93 13.19 OK: 10 MiB in 19 packages [2025-08-26T10:38:58.524Z] #93 ... [2025-08-26T10:38:58.524Z] [2025-08-26T10:38:58.524Z] #94 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-08-26T10:38:58.524Z] #94 DONE 13.0s [2025-08-26T10:38:58.524Z] [2025-08-26T10:38:58.524Z] #93 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade [2025-08-26T10:38:58.524Z] #93 DONE 14.6s [2025-08-26T10:38:58.524Z] [2025-08-26T10:38:58.524Z] #99 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-08-26T10:39:00.111Z] #99 ... [2025-08-26T10:39:00.111Z] [2025-08-26T10:39:00.111Z] #100 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-08-26T10:39:00.111Z] #100 DONE 2.5s [2025-08-26T10:39:00.403Z] [2025-08-26T10:39:00.403Z] #99 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-08-26T10:39:00.403Z] #99 DONE 1.6s [2025-08-26T10:39:00.403Z] [2025-08-26T10:39:00.403Z] #101 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-08-26T10:39:00.403Z] #101 ... [2025-08-26T10:39:00.403Z] [2025-08-26T10:39:00.403Z] #102 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2025-08-26T10:39:00.403Z] #102 DONE 0.2s [2025-08-26T10:39:00.685Z] [2025-08-26T10:39:00.685Z] #103 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-08-26T10:39:00.685Z] #103 DONE 1.9s [2025-08-26T10:39:00.685Z] [2025-08-26T10:39:00.685Z] #104 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-08-26T10:39:00.685Z] #104 ... [2025-08-26T10:39:00.685Z] [2025-08-26T10:39:00.685Z] #105 [security-spire-config stage-2 6/10] COPY security.txt / [2025-08-26T10:39:00.685Z] #105 DONE 0.3s [2025-08-26T10:39:00.685Z] [2025-08-26T10:39:00.685Z] #104 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-08-26T10:39:00.685Z] #104 DONE 0.4s [2025-08-26T10:39:00.685Z] [2025-08-26T10:39:00.685Z] #106 [security-spire-server stage-2 6/9] COPY security.txt / [2025-08-26T10:39:00.985Z] #106 ... [2025-08-26T10:39:00.985Z] [2025-08-26T10:39:00.985Z] #107 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2025-08-26T10:39:00.985Z] #107 DONE 0.3s [2025-08-26T10:39:00.985Z] [2025-08-26T10:39:00.985Z] #108 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2025-08-26T10:39:01.294Z] #108 DONE 0.2s [2025-08-26T10:39:01.294Z] [2025-08-26T10:39:01.294Z] #106 [security-spire-server stage-2 6/9] COPY security.txt / [2025-08-26T10:39:01.294Z] #106 DONE 0.3s [2025-08-26T10:39:01.294Z] [2025-08-26T10:39:01.294Z] #109 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2025-08-26T10:39:01.585Z] #109 ... [2025-08-26T10:39:01.585Z] [2025-08-26T10:39:01.585Z] #110 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-08-26T10:39:01.585Z] #110 DONE 0.3s [2025-08-26T10:39:01.585Z] [2025-08-26T10:39:01.585Z] #109 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2025-08-26T10:39:01.585Z] #109 DONE 0.3s [2025-08-26T10:39:01.585Z] [2025-08-26T10:39:01.585Z] #111 [security-spire-config] exporting to image [2025-08-26T10:39:01.585Z] #111 exporting layers [2025-08-26T10:39:01.910Z] #111 ... [2025-08-26T10:39:01.910Z] [2025-08-26T10:39:01.910Z] #112 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2025-08-26T10:39:01.910Z] #112 DONE 0.4s [2025-08-26T10:39:02.243Z] [2025-08-26T10:39:02.243Z] #113 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2025-08-26T10:39:02.243Z] #113 DONE 0.3s [2025-08-26T10:39:02.243Z] [2025-08-26T10:39:02.243Z] #111 [security-spire-server] exporting to image [2025-08-26T10:39:02.927Z] #111 ... [2025-08-26T10:39:02.927Z] [2025-08-26T10:39:02.927Z] #101 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-08-26T10:39:02.927Z] #101 DONE 2.4s [2025-08-26T10:39:02.927Z] [2025-08-26T10:39:02.927Z] #114 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2025-08-26T10:39:02.927Z] #114 DONE 0.3s [2025-08-26T10:39:02.927Z] [2025-08-26T10:39:02.927Z] #115 [security-spire-agent stage-3 7/10] COPY security.txt / [2025-08-26T10:39:03.218Z] #115 DONE 0.2s [2025-08-26T10:39:03.218Z] [2025-08-26T10:39:03.218Z] #116 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2025-08-26T10:39:03.484Z] #116 DONE 0.2s [2025-08-26T10:39:03.484Z] [2025-08-26T10:39:03.484Z] #117 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2025-08-26T10:39:03.759Z] #117 DONE 0.2s [2025-08-26T10:39:03.759Z] [2025-08-26T10:39:03.759Z] #118 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2025-08-26T10:39:03.759Z] #118 DONE 0.2s [2025-08-26T10:39:03.759Z] [2025-08-26T10:39:03.759Z] #111 [security-spire-agent] exporting to image [2025-08-26T10:39:05.181Z] #111 exporting layers 3.4s done [2025-08-26T10:39:05.181Z] #111 writing image sha256:589862a2addd31db0dc41d76815ddc1b0d29766da8b1d19aa565077fe45d2064 0.0s done [2025-08-26T10:39:05.181Z] #111 naming to docker.io/library/security-spire-config-arm64 done [2025-08-26T10:39:05.448Z] #111 exporting layers 3.3s done [2025-08-26T10:39:05.448Z] #111 writing image sha256:f489d0e14eb790a8aa40f6fc9b926cc6a4ac0f690804f9cf703527395fdc26b9 done [2025-08-26T10:39:05.448Z] #111 naming to docker.io/library/security-spire-server-arm64 [2025-08-26T10:39:05.448Z] #111 naming to docker.io/library/security-spire-server-arm64 done [2025-08-26T10:39:06.425Z] #111 exporting layers 2.5s done [2025-08-26T10:39:06.425Z] #111 writing image sha256:0a6985d36ce1253af9459eece5755f7da567ce113f60f9bf4ade4b0e8e2854db done [2025-08-26T10:39:06.425Z] #111 naming to docker.io/library/security-spire-agent-arm64 done [2025-08-26T10:39:06.425Z] #111 DONE 4.3s [2025-08-26T10:39:06.425Z] [2025-08-26T10:39:06.425Z] #79 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-26T10:40:12.741Z] #148 ... [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #154 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-08-26T10:40:12.742Z] #154 164.0 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-08-26T10:40:12.742Z] #154 ... [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #156 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-08-26T10:40:12.742Z] #156 DONE 165.5s [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #155 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-08-26T10:40:12.742Z] #155 DONE 165.5s [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #176 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-26T10:40:12.742Z] #176 DONE 0.0s [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #177 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-26T10:40:12.742Z] #177 DONE 0.1s [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #178 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2025-08-26T10:40:12.742Z] #178 DONE 0.1s [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #179 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2025-08-26T10:40:12.742Z] #179 DONE 0.1s [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #180 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2025-08-26T10:40:12.742Z] #180 DONE 0.1s [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #181 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2025-08-26T10:40:12.742Z] #181 DONE 0.1s [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #182 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2025-08-26T10:40:12.742Z] #182 DONE 0.1s [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #183 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2025-08-26T10:40:12.742Z] #183 DONE 0.1s [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #184 [core-command] exporting to image [2025-08-26T10:40:12.742Z] #184 exporting layers [2025-08-26T10:40:12.742Z] #184 exporting layers 0.2s done [2025-08-26T10:40:12.742Z] #184 writing image sha256:2939669ed43eb2cc9a4055e7379b97504eae2eaaf03740f36dbd5a4cecfd07d6 done [2025-08-26T10:40:12.742Z] #184 naming to docker.io/library/core-command done [2025-08-26T10:40:12.742Z] #184 DONE 0.2s [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #185 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2025-08-26T10:40:12.742Z] #185 DONE 0.2s [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #186 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2025-08-26T10:40:12.742Z] #186 DONE 0.0s [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #187 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-08-26T10:40:12.742Z] #187 DONE 0.8s [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #188 [security-proxy-setup] exporting to image [2025-08-26T10:40:12.742Z] #188 ... [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #154 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-08-26T10:40:12.742Z] #154 DONE 167.4s [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #188 [security-proxy-setup] exporting to image [2025-08-26T10:40:12.742Z] #188 exporting layers 0.4s done [2025-08-26T10:40:12.742Z] #188 writing image sha256:9ca47bc03edc8851cfda41a8599b59f8feb2810100ef039a2daf2af57ca4c674 [2025-08-26T10:40:12.742Z] #188 writing image sha256:9ca47bc03edc8851cfda41a8599b59f8feb2810100ef039a2daf2af57ca4c674 0.0s done [2025-08-26T10:40:12.742Z] #188 naming to docker.io/library/security-proxy-setup 0.0s done [2025-08-26T10:40:12.742Z] #188 DONE 0.5s [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #189 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-26T10:40:12.742Z] #189 DONE 0.1s [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-08-26T10:40:12.742Z] #145 ... [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #190 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2025-08-26T10:40:12.742Z] #190 DONE 0.2s [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #191 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2025-08-26T10:40:12.742Z] #191 DONE 0.1s [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #192 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2025-08-26T10:40:12.742Z] #192 DONE 0.0s [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-08-26T10:40:12.742Z] #145 ... [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #193 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2025-08-26T10:40:12.742Z] #193 DONE 0.1s [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #194 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2025-08-26T10:40:12.742Z] #194 DONE 0.2s [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-08-26T10:40:12.742Z] #148 ... [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #195 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2025-08-26T10:40:12.742Z] #195 DONE 0.2s [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #153 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-08-26T10:40:12.742Z] #153 DONE 168.3s [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #196 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-26T10:40:12.742Z] #196 DONE 0.2s [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #197 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2025-08-26T10:40:12.742Z] #197 DONE 0.2s [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #198 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-08-26T10:40:12.742Z] #198 DONE 0.2s [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #199 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-08-26T10:40:12.742Z] #199 ... [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #200 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2025-08-26T10:40:12.742Z] #200 DONE 0.2s [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #201 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2025-08-26T10:40:12.742Z] #201 DONE 0.1s [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #202 [security-spiffe-token-provider] exporting to image [2025-08-26T10:40:12.742Z] #202 exporting layers 0.2s done [2025-08-26T10:40:12.742Z] #202 writing image sha256:7a028f74f9a9cf5560dd771c563ce734cbd09f43e0fa4105efdc2955712f887a done [2025-08-26T10:40:12.742Z] #202 naming to docker.io/library/security-spiffe-token-provider done [2025-08-26T10:40:12.742Z] #202 DONE 0.2s [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #199 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-08-26T10:40:12.742Z] #199 DONE 0.8s [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-08-26T10:40:12.742Z] #145 ... [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #203 [security-secretstore-setup] exporting to image [2025-08-26T10:40:12.742Z] #203 exporting layers 0.2s done [2025-08-26T10:40:12.742Z] #203 writing image sha256:a7e5bbb6a406da62d01c095ed96316dc7e714f7529a26422ce21d94a1da9c62f done [2025-08-26T10:40:12.742Z] #203 naming to docker.io/library/security-secretstore-setup done [2025-08-26T10:40:12.742Z] #203 DONE 0.2s [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #146 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-08-26T10:40:12.742Z] #146 ... [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #152 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-08-26T10:40:12.742Z] #152 DONE 170.8s [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-08-26T10:40:12.742Z] #149 DONE 170.8s [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #150 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-08-26T10:40:12.742Z] #150 DONE 170.8s [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #204 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-26T10:40:12.742Z] #204 DONE 0.1s [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #205 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-26T10:40:12.742Z] #205 DONE 0.1s [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #206 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-08-26T10:40:12.742Z] #206 DONE 0.1s [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #207 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-26T10:40:12.742Z] #207 DONE 0.1s [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #208 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-08-26T10:40:12.742Z] #208 DONE 0.3s [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #204 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-26T10:40:12.742Z] #204 DONE 0.1s [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-08-26T10:40:12.742Z] #148 DONE 171.3s [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #209 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-08-26T10:40:12.742Z] #209 DONE 0.3s [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #210 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-08-26T10:40:12.742Z] #210 DONE 0.3s [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #211 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2025-08-26T10:40:12.742Z] #211 DONE 0.1s [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #206 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-08-26T10:40:12.742Z] #206 DONE 0.1s [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #212 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-08-26T10:40:12.742Z] #212 CACHED [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #213 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-26T10:40:12.742Z] #213 CACHED [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #214 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2025-08-26T10:40:12.742Z] #214 DONE 0.1s [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #215 [core-keeper] exporting to image [2025-08-26T10:40:12.742Z] #215 ... [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #216 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2025-08-26T10:40:12.742Z] #216 DONE 0.4s [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #217 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2025-08-26T10:40:12.742Z] #217 DONE 0.3s [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #218 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2025-08-26T10:40:12.742Z] #218 DONE 0.3s [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #219 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2025-08-26T10:40:12.742Z] #219 DONE 0.1s [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #220 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2025-08-26T10:40:12.742Z] #220 DONE 0.1s [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #215 [core-keeper] exporting to image [2025-08-26T10:40:12.742Z] #215 exporting layers 0.3s done [2025-08-26T10:40:12.742Z] #215 writing image sha256:7153592532b690e62af584c052bd66660d47aacefe495fcecef54e1d5434cd8e done [2025-08-26T10:40:12.742Z] #215 naming to docker.io/library/core-keeper 0.0s done [2025-08-26T10:40:12.742Z] #215 DONE 0.4s [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #221 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2025-08-26T10:40:12.742Z] #221 DONE 0.1s [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #222 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-08-26T10:40:12.742Z] #222 ... [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #223 [core-metadata] exporting to image [2025-08-26T10:40:12.742Z] #223 exporting layers 0.2s done [2025-08-26T10:40:12.742Z] #223 writing image sha256:c2ec8d5e726bba951b71c23da06f0824a20df27cdd40fe7999eb86d350d94910 done [2025-08-26T10:40:12.742Z] #223 naming to docker.io/library/core-metadata done [2025-08-26T10:40:12.742Z] #223 DONE 0.2s [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #224 [core-data] exporting to image [2025-08-26T10:40:12.742Z] #224 exporting layers 0.2s done [2025-08-26T10:40:12.742Z] #224 writing image sha256:0244a975a079bb131189c92abe84eb284df862bc70ee90c721256fd13c088419 done [2025-08-26T10:40:12.742Z] #224 naming to docker.io/library/core-data done [2025-08-26T10:40:12.742Z] #224 DONE 0.2s [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #222 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-08-26T10:40:12.742Z] #222 DONE 0.3s [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-08-26T10:40:12.742Z] #145 ... [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #225 [security-proxy-auth] exporting to image [2025-08-26T10:40:12.742Z] #225 ... [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #146 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-08-26T10:40:12.742Z] #146 DONE 173.0s [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #225 [security-proxy-auth] exporting to image [2025-08-26T10:40:12.742Z] #225 exporting layers 0.9s done [2025-08-26T10:40:12.742Z] #225 writing image sha256:3064a48085ceb32b7cdea2d33546395c5c4cce12e83c6d2830f427648e72e006 [2025-08-26T10:40:12.742Z] #225 writing image sha256:3064a48085ceb32b7cdea2d33546395c5c4cce12e83c6d2830f427648e72e006 done [2025-08-26T10:40:12.742Z] #225 naming to docker.io/library/security-proxy-auth done [2025-08-26T10:40:12.742Z] #225 DONE 1.0s [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-08-26T10:40:12.742Z] #145 ... [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #226 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-26T10:40:12.742Z] #226 DONE 0.0s [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #227 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-08-26T10:40:12.742Z] #227 DONE 0.1s [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #228 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2025-08-26T10:40:12.742Z] #228 DONE 0.2s [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #229 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2025-08-26T10:40:12.742Z] #229 DONE 0.0s [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #230 [support-scheduler] exporting to image [2025-08-26T10:40:12.742Z] #230 exporting layers 0.2s done [2025-08-26T10:40:12.742Z] #230 writing image sha256:e15579d42786350b0380c2335921736e19d3ad5235c2f67efa378691f2bbd2c3 done [2025-08-26T10:40:12.742Z] #230 naming to docker.io/library/support-scheduler done [2025-08-26T10:40:12.742Z] #230 DONE 0.2s [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-08-26T10:40:12.742Z] #145 DONE 174.3s [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #231 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-26T10:40:12.742Z] #231 DONE 0.0s [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #232 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-08-26T10:40:12.742Z] #232 DONE 0.0s [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #233 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2025-08-26T10:40:12.742Z] #233 DONE 0.2s [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #234 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2025-08-26T10:40:12.742Z] #234 DONE 0.0s [2025-08-26T10:40:12.742Z] [2025-08-26T10:40:12.742Z] #235 [support-notifications] exporting to image [2025-08-26T10:40:12.742Z] #235 exporting layers 0.2s done [2025-08-26T10:40:12.742Z] #235 writing image sha256:98b8aa588094986d28e14795cb1a88af14772f4cbf5956923b2c28159e348a2b done [2025-08-26T10:40:12.742Z] #235 naming to docker.io/library/support-notifications done [2025-08-26T10:40:12.742Z] #235 DONE 0.2s [2025-08-26T10:40:12.742Z] time="2025-08-26T10:36:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-26T10:40:12.742Z] time="2025-08-26T10:36:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-26T10:40:12.743Z] time="2025-08-26T10:36:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-26T10:40:12.743Z] time="2025-08-26T10:36:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-26T10:40:12.743Z] time="2025-08-26T10:36:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-26T10:40:12.743Z] time="2025-08-26T10:36:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-26T10:40:12.743Z] time="2025-08-26T10:36:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-26T10:40:12.743Z] time="2025-08-26T10:36:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-26T10:40:12.743Z] time="2025-08-26T10:36:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-26T10:40:12.743Z] time="2025-08-26T10:36:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-26T10:40:12.743Z] time="2025-08-26T10:36:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-26T10:40:12.743Z] time="2025-08-26T10:36:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-26T10:40:12.743Z] time="2025-08-26T10:36:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-26T10:40:12.743Z] time="2025-08-26T10:36:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-26T10:40:12.743Z] time="2025-08-26T10:36:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2025-08-26T10:40:12.751Z] $ docker stop --time=1 9d8cb266bea8e5357529cc60d0d0eb0a96b582870faf95651f3cd6c748b8a300 [2025-08-26T10:40:14.398Z] $ docker rm -f --volumes 9d8cb266bea8e5357529cc60d0d0eb0a96b582870faf95651f3cd6c748b8a300 [Pipeline] // withDockerContainer [Pipeline] sh [2025-08-26T10:40:14.748Z] + docker images [2025-08-26T10:40:14.748Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2025-08-26T10:40:14.748Z] support-notifications latest 98b8aa588094 3 seconds ago 53.6MB [2025-08-26T10:40:14.748Z] support-scheduler latest e15579d42786 4 seconds ago 50MB [2025-08-26T10:40:14.748Z] security-proxy-auth latest 3064a48085ce 5 seconds ago 45.4MB [2025-08-26T10:40:14.748Z] core-keeper latest 7153592532b6 6 seconds ago 45.2MB [2025-08-26T10:40:14.748Z] core-data latest 0244a975a079 6 seconds ago 46.2MB [2025-08-26T10:40:14.748Z] core-metadata latest c2ec8d5e726b 6 seconds ago 46.4MB [2025-08-26T10:40:14.748Z] security-secretstore-setup latest a7e5bbb6a406 8 seconds ago 80.6MB [2025-08-26T10:40:14.748Z] security-spiffe-token-provider latest 7a028f74f9a9 8 seconds ago 48.8MB [2025-08-26T10:40:14.748Z] security-proxy-setup latest 9ca47bc03edc 10 seconds ago 49.9MB [2025-08-26T10:40:14.748Z] core-command latest 2939669ed43e 11 seconds ago 40.5MB [2025-08-26T10:40:14.748Z] core-common-config-bootstrapper latest 340eb0baee6f About a minute ago 20.2MB [2025-08-26T10:40:14.748Z] security-bootstrapper latest d190e5c66884 About a minute ago 21.2MB [2025-08-26T10:40:14.748Z] security-spire-config latest 2c1b2b4fb810 3 minutes ago 150MB [2025-08-26T10:40:14.748Z] security-spire-agent latest ac869ad35c07 3 minutes ago 196MB [2025-08-26T10:40:14.748Z] security-spire-server latest 27649a757e99 3 minutes ago 150MB [2025-08-26T10:40:14.748Z] ci-base-image-x86_64 latest 54936a27f6ac 6 minutes ago 937MB [2025-08-26T10:40:14.748Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine d619b1717253 3 weeks ago 580MB [2025-08-26T10:40:14.748Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 3 months ago 573MB [2025-08-26T10:40:14.748Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 2 years ago 334MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-26T10:40:14.871Z] provisioning config files... [2025-08-26T10:40:14.882Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/890@tmp/config6746297593284504664tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-26T10:40:15.179Z] ---> ****-login.sh [2025-08-26T10:40:15.180Z] nexus3.edgexfoundry.org:10001 [2025-08-26T10:40:15.180Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-26T10:40:15.180Z] Login Succeeded [2025-08-26T10:40:15.180Z] nexus3.edgexfoundry.org:10002 [2025-08-26T10:40:15.180Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-26T10:40:15.180Z] Login Succeeded [2025-08-26T10:40:15.180Z] nexus3.edgexfoundry.org:10003 [2025-08-26T10:40:15.440Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-26T10:40:15.440Z] Login Succeeded [2025-08-26T10:40:15.440Z] nexus3.edgexfoundry.org:10004 [2025-08-26T10:40:15.440Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-26T10:40:15.440Z] Login Succeeded [2025-08-26T10:40:15.440Z] ****.io [2025-08-26T10:40:15.440Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-26T10:40:15.699Z] Login Succeeded [2025-08-26T10:40:15.699Z] ---> ****-login.sh ends [Pipeline] } [2025-08-26T10:40:15.706Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-26T10:40:15.747Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-26T10:40:15.770Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2025-08-26T10:40:15.770Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:40:15.770Z] latest [2025-08-26T10:40:15.770Z] 4.1.0-dev.49 [2025-08-26T10:40:15.770Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:40:15.770Z] main [2025-08-26T10:40:15.770Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:40:16.106Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:40:16.705Z] + docker push nexus3.edgexfoundry.org:10004/core-command:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:40:16.705Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-08-26T10:40:16.705Z] 0c1cc43f85e0: Preparing [2025-08-26T10:40:16.705Z] 6ca3ddb16cb7: Preparing [2025-08-26T10:40:16.705Z] fe7feeb9fdf0: Preparing [2025-08-26T10:40:16.705Z] be16fe1447c2: Preparing [2025-08-26T10:40:16.705Z] 1c718d9029c3: Preparing [2025-08-26T10:40:16.705Z] 366d4a0b8a52: Preparing [2025-08-26T10:40:16.705Z] 097100c76c15: Preparing [2025-08-26T10:40:16.705Z] 366d4a0b8a52: Waiting [2025-08-26T10:40:16.705Z] 097100c76c15: Waiting [2025-08-26T10:40:16.705Z] be16fe1447c2: Pushed [2025-08-26T10:40:16.705Z] 0c1cc43f85e0: Pushed [2025-08-26T10:40:16.705Z] fe7feeb9fdf0: Pushed [2025-08-26T10:40:16.705Z] 097100c76c15: Layer already exists [2025-08-26T10:40:16.705Z] 1c718d9029c3: Pushed [2025-08-26T10:40:16.705Z] 366d4a0b8a52: Pushed [2025-08-26T10:40:19.580Z] 6ca3ddb16cb7: Pushed [2025-08-26T10:40:19.840Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5: digest: sha256:56dff332a16f2c9a19ef638e777aa4c363026fee688751578465033664e050a2 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:40:20.163Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:40:20.486Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2025-08-26T10:40:20.486Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-08-26T10:40:20.486Z] 0c1cc43f85e0: Preparing [2025-08-26T10:40:20.486Z] 6ca3ddb16cb7: Preparing [2025-08-26T10:40:20.486Z] fe7feeb9fdf0: Preparing [2025-08-26T10:40:20.486Z] be16fe1447c2: Preparing [2025-08-26T10:40:20.486Z] 1c718d9029c3: Preparing [2025-08-26T10:40:20.486Z] 366d4a0b8a52: Preparing [2025-08-26T10:40:20.486Z] 097100c76c15: Preparing [2025-08-26T10:40:20.486Z] 366d4a0b8a52: Waiting [2025-08-26T10:40:20.486Z] 097100c76c15: Waiting [2025-08-26T10:40:20.486Z] 0c1cc43f85e0: Layer already exists [2025-08-26T10:40:20.486Z] 6ca3ddb16cb7: Layer already exists [2025-08-26T10:40:20.486Z] 1c718d9029c3: Layer already exists [2025-08-26T10:40:20.486Z] fe7feeb9fdf0: Layer already exists [2025-08-26T10:40:20.486Z] be16fe1447c2: Layer already exists [2025-08-26T10:40:20.486Z] 366d4a0b8a52: Layer already exists [2025-08-26T10:40:20.486Z] 097100c76c15: Layer already exists [2025-08-26T10:40:20.486Z] latest: digest: sha256:56dff332a16f2c9a19ef638e777aa4c363026fee688751578465033664e050a2 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:40:20.821Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:40:21.153Z] + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.49 [2025-08-26T10:40:21.153Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-08-26T10:40:21.153Z] 0c1cc43f85e0: Preparing [2025-08-26T10:40:21.153Z] 6ca3ddb16cb7: Preparing [2025-08-26T10:40:21.153Z] fe7feeb9fdf0: Preparing [2025-08-26T10:40:21.153Z] be16fe1447c2: Preparing [2025-08-26T10:40:21.153Z] 1c718d9029c3: Preparing [2025-08-26T10:40:21.153Z] 366d4a0b8a52: Preparing [2025-08-26T10:40:21.153Z] 097100c76c15: Preparing [2025-08-26T10:40:21.153Z] 366d4a0b8a52: Waiting [2025-08-26T10:40:21.153Z] 097100c76c15: Waiting [2025-08-26T10:40:21.153Z] 1c718d9029c3: Layer already exists [2025-08-26T10:40:21.153Z] be16fe1447c2: Layer already exists [2025-08-26T10:40:21.153Z] fe7feeb9fdf0: Layer already exists [2025-08-26T10:40:21.153Z] 0c1cc43f85e0: Layer already exists [2025-08-26T10:40:21.153Z] 6ca3ddb16cb7: Layer already exists [2025-08-26T10:40:21.153Z] 097100c76c15: Layer already exists [2025-08-26T10:40:21.153Z] 366d4a0b8a52: Layer already exists [2025-08-26T10:40:21.153Z] 4.1.0-dev.49: digest: sha256:56dff332a16f2c9a19ef638e777aa4c363026fee688751578465033664e050a2 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:40:21.484Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:40:21.810Z] + docker push nexus3.edgexfoundry.org:10004/core-command:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:40:21.810Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-08-26T10:40:21.810Z] 0c1cc43f85e0: Preparing [2025-08-26T10:40:21.810Z] 6ca3ddb16cb7: Preparing [2025-08-26T10:40:21.810Z] fe7feeb9fdf0: Preparing [2025-08-26T10:40:21.810Z] be16fe1447c2: Preparing [2025-08-26T10:40:21.810Z] 1c718d9029c3: Preparing [2025-08-26T10:40:21.810Z] 366d4a0b8a52: Preparing [2025-08-26T10:40:21.810Z] 097100c76c15: Preparing [2025-08-26T10:40:21.810Z] 097100c76c15: Waiting [2025-08-26T10:40:21.810Z] 0c1cc43f85e0: Layer already exists [2025-08-26T10:40:21.810Z] be16fe1447c2: Layer already exists [2025-08-26T10:40:21.810Z] fe7feeb9fdf0: Layer already exists [2025-08-26T10:40:21.810Z] 6ca3ddb16cb7: Layer already exists [2025-08-26T10:40:21.810Z] 1c718d9029c3: Layer already exists [2025-08-26T10:40:21.810Z] 366d4a0b8a52: Layer already exists [2025-08-26T10:40:21.810Z] 097100c76c15: Layer already exists [2025-08-26T10:40:21.810Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49: digest: sha256:56dff332a16f2c9a19ef638e777aa4c363026fee688751578465033664e050a2 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:40:22.136Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:40:22.462Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2025-08-26T10:40:22.462Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-08-26T10:40:22.462Z] 0c1cc43f85e0: Preparing [2025-08-26T10:40:22.462Z] 6ca3ddb16cb7: Preparing [2025-08-26T10:40:22.462Z] fe7feeb9fdf0: Preparing [2025-08-26T10:40:22.462Z] be16fe1447c2: Preparing [2025-08-26T10:40:22.462Z] 1c718d9029c3: Preparing [2025-08-26T10:40:22.462Z] 366d4a0b8a52: Preparing [2025-08-26T10:40:22.462Z] 097100c76c15: Preparing [2025-08-26T10:40:22.462Z] 097100c76c15: Waiting [2025-08-26T10:40:22.462Z] 366d4a0b8a52: Waiting [2025-08-26T10:40:22.462Z] 1c718d9029c3: Layer already exists [2025-08-26T10:40:22.462Z] 0c1cc43f85e0: Layer already exists [2025-08-26T10:40:22.462Z] be16fe1447c2: Layer already exists [2025-08-26T10:40:22.462Z] fe7feeb9fdf0: Layer already exists [2025-08-26T10:40:22.462Z] 6ca3ddb16cb7: Layer already exists [2025-08-26T10:40:22.462Z] 097100c76c15: Layer already exists [2025-08-26T10:40:22.462Z] 366d4a0b8a52: Layer already exists [2025-08-26T10:40:22.462Z] main: digest: sha256:56dff332a16f2c9a19ef638e777aa4c363026fee688751578465033664e050a2 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-26T10:40:22.530Z] ===================================================== [Pipeline] echo [2025-08-26T10:40:22.542Z] taggedImages: [2025-08-26T10:40:22.542Z] - nexus3.edgexfoundry.org:10004/core-command:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:40:22.542Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2025-08-26T10:40:22.542Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.49 [2025-08-26T10:40:22.542Z] - nexus3.edgexfoundry.org:10004/core-command:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:40:22.542Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2025-08-26T10:40:22.569Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2025-08-26T10:40:22.569Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:40:22.569Z] latest [2025-08-26T10:40:22.569Z] 4.1.0-dev.49 [2025-08-26T10:40:22.569Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:40:22.569Z] main [2025-08-26T10:40:22.569Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:40:22.909Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:40:23.325Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:40:23.325Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-08-26T10:40:23.325Z] 5164be6a3e5b: Preparing [2025-08-26T10:40:23.325Z] 83c9c8932893: Preparing [2025-08-26T10:40:23.325Z] 3efcfd31426f: Preparing [2025-08-26T10:40:23.325Z] f3d47ed92e9b: Preparing [2025-08-26T10:40:23.325Z] fe7feeb9fdf0: Preparing [2025-08-26T10:40:23.325Z] be16fe1447c2: Preparing [2025-08-26T10:40:23.325Z] 1c718d9029c3: Preparing [2025-08-26T10:40:23.325Z] 366d4a0b8a52: Preparing [2025-08-26T10:40:23.325Z] 097100c76c15: Preparing [2025-08-26T10:40:23.325Z] be16fe1447c2: Waiting [2025-08-26T10:40:23.325Z] 097100c76c15: Waiting [2025-08-26T10:40:23.325Z] 1c718d9029c3: Waiting [2025-08-26T10:40:23.325Z] 366d4a0b8a52: Waiting [2025-08-26T10:40:23.325Z] fe7feeb9fdf0: Layer already exists [2025-08-26T10:40:23.325Z] be16fe1447c2: Layer already exists [2025-08-26T10:40:23.325Z] 1c718d9029c3: Layer already exists [2025-08-26T10:40:23.325Z] 366d4a0b8a52: Layer already exists [2025-08-26T10:40:23.325Z] 097100c76c15: Layer already exists [2025-08-26T10:40:23.325Z] 3efcfd31426f: Pushed [2025-08-26T10:40:23.325Z] 5164be6a3e5b: Pushed [2025-08-26T10:40:23.325Z] 83c9c8932893: Pushed [2025-08-26T10:40:24.754Z] f3d47ed92e9b: Pushed [2025-08-26T10:40:24.754Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5: digest: sha256:26b05141b40e3d191e58022a1c990dc74509c91ed07bf48dfe6b719ca46416d1 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:40:25.129Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:40:25.498Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-08-26T10:40:25.498Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-08-26T10:40:25.498Z] 5164be6a3e5b: Preparing [2025-08-26T10:40:25.498Z] 83c9c8932893: Preparing [2025-08-26T10:40:25.498Z] 3efcfd31426f: Preparing [2025-08-26T10:40:25.498Z] f3d47ed92e9b: Preparing [2025-08-26T10:40:25.498Z] fe7feeb9fdf0: Preparing [2025-08-26T10:40:25.498Z] be16fe1447c2: Preparing [2025-08-26T10:40:25.498Z] 1c718d9029c3: Preparing [2025-08-26T10:40:25.498Z] 366d4a0b8a52: Preparing [2025-08-26T10:40:25.498Z] 097100c76c15: Preparing [2025-08-26T10:40:25.498Z] 366d4a0b8a52: Waiting [2025-08-26T10:40:25.498Z] 1c718d9029c3: Waiting [2025-08-26T10:40:25.498Z] 097100c76c15: Waiting [2025-08-26T10:40:25.498Z] be16fe1447c2: Waiting [2025-08-26T10:40:25.498Z] 5164be6a3e5b: Layer already exists [2025-08-26T10:40:25.498Z] f3d47ed92e9b: Layer already exists [2025-08-26T10:40:25.498Z] 3efcfd31426f: Layer already exists [2025-08-26T10:40:25.498Z] 83c9c8932893: Layer already exists [2025-08-26T10:40:25.498Z] fe7feeb9fdf0: Layer already exists [2025-08-26T10:40:25.498Z] be16fe1447c2: Layer already exists [2025-08-26T10:40:25.498Z] 366d4a0b8a52: Layer already exists [2025-08-26T10:40:25.498Z] 1c718d9029c3: Layer already exists [2025-08-26T10:40:25.498Z] 097100c76c15: Layer already exists [2025-08-26T10:40:25.498Z] latest: digest: sha256:26b05141b40e3d191e58022a1c990dc74509c91ed07bf48dfe6b719ca46416d1 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:40:25.830Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:40:26.181Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.49 [2025-08-26T10:40:26.181Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-08-26T10:40:26.181Z] 5164be6a3e5b: Preparing [2025-08-26T10:40:26.181Z] 83c9c8932893: Preparing [2025-08-26T10:40:26.181Z] 3efcfd31426f: Preparing [2025-08-26T10:40:26.181Z] f3d47ed92e9b: Preparing [2025-08-26T10:40:26.181Z] fe7feeb9fdf0: Preparing [2025-08-26T10:40:26.181Z] be16fe1447c2: Preparing [2025-08-26T10:40:26.181Z] 1c718d9029c3: Preparing [2025-08-26T10:40:26.181Z] 366d4a0b8a52: Preparing [2025-08-26T10:40:26.181Z] 097100c76c15: Preparing [2025-08-26T10:40:26.181Z] 366d4a0b8a52: Waiting [2025-08-26T10:40:26.181Z] be16fe1447c2: Waiting [2025-08-26T10:40:26.181Z] 1c718d9029c3: Waiting [2025-08-26T10:40:26.181Z] 097100c76c15: Waiting [2025-08-26T10:40:26.181Z] 5164be6a3e5b: Layer already exists [2025-08-26T10:40:26.181Z] 83c9c8932893: Layer already exists [2025-08-26T10:40:26.181Z] fe7feeb9fdf0: Layer already exists [2025-08-26T10:40:26.181Z] 3efcfd31426f: Layer already exists [2025-08-26T10:40:26.181Z] f3d47ed92e9b: Layer already exists [2025-08-26T10:40:26.181Z] be16fe1447c2: Layer already exists [2025-08-26T10:40:26.181Z] 1c718d9029c3: Layer already exists [2025-08-26T10:40:26.181Z] 097100c76c15: Layer already exists [2025-08-26T10:40:26.181Z] 366d4a0b8a52: Layer already exists [2025-08-26T10:40:26.181Z] 4.1.0-dev.49: digest: sha256:26b05141b40e3d191e58022a1c990dc74509c91ed07bf48dfe6b719ca46416d1 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:40:26.512Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:40:26.840Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:40:26.840Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-08-26T10:40:26.840Z] 5164be6a3e5b: Preparing [2025-08-26T10:40:26.840Z] 83c9c8932893: Preparing [2025-08-26T10:40:26.840Z] 3efcfd31426f: Preparing [2025-08-26T10:40:26.840Z] f3d47ed92e9b: Preparing [2025-08-26T10:40:26.840Z] fe7feeb9fdf0: Preparing [2025-08-26T10:40:26.840Z] be16fe1447c2: Preparing [2025-08-26T10:40:26.840Z] 1c718d9029c3: Preparing [2025-08-26T10:40:26.840Z] 366d4a0b8a52: Preparing [2025-08-26T10:40:26.840Z] 097100c76c15: Preparing [2025-08-26T10:40:26.840Z] 366d4a0b8a52: Waiting [2025-08-26T10:40:26.840Z] 097100c76c15: Waiting [2025-08-26T10:40:26.840Z] 1c718d9029c3: Waiting [2025-08-26T10:40:26.840Z] be16fe1447c2: Waiting [2025-08-26T10:40:26.840Z] 5164be6a3e5b: Layer already exists [2025-08-26T10:40:26.840Z] f3d47ed92e9b: Layer already exists [2025-08-26T10:40:26.840Z] fe7feeb9fdf0: Layer already exists [2025-08-26T10:40:26.840Z] 3efcfd31426f: Layer already exists [2025-08-26T10:40:26.840Z] 83c9c8932893: Layer already exists [2025-08-26T10:40:26.840Z] be16fe1447c2: Layer already exists [2025-08-26T10:40:26.840Z] 1c718d9029c3: Layer already exists [2025-08-26T10:40:26.840Z] 366d4a0b8a52: Layer already exists [2025-08-26T10:40:26.840Z] 097100c76c15: Layer already exists [2025-08-26T10:40:26.840Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49: digest: sha256:26b05141b40e3d191e58022a1c990dc74509c91ed07bf48dfe6b719ca46416d1 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:40:27.164Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:40:27.494Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-08-26T10:40:27.494Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-08-26T10:40:27.494Z] 5164be6a3e5b: Preparing [2025-08-26T10:40:27.494Z] 83c9c8932893: Preparing [2025-08-26T10:40:27.494Z] 3efcfd31426f: Preparing [2025-08-26T10:40:27.494Z] f3d47ed92e9b: Preparing [2025-08-26T10:40:27.494Z] fe7feeb9fdf0: Preparing [2025-08-26T10:40:27.494Z] be16fe1447c2: Preparing [2025-08-26T10:40:27.494Z] 1c718d9029c3: Preparing [2025-08-26T10:40:27.494Z] 366d4a0b8a52: Preparing [2025-08-26T10:40:27.494Z] 097100c76c15: Preparing [2025-08-26T10:40:27.494Z] 1c718d9029c3: Waiting [2025-08-26T10:40:27.494Z] 366d4a0b8a52: Waiting [2025-08-26T10:40:27.494Z] be16fe1447c2: Waiting [2025-08-26T10:40:27.494Z] 097100c76c15: Waiting [2025-08-26T10:40:27.494Z] 83c9c8932893: Layer already exists [2025-08-26T10:40:27.494Z] f3d47ed92e9b: Layer already exists [2025-08-26T10:40:27.494Z] 5164be6a3e5b: Layer already exists [2025-08-26T10:40:27.494Z] 3efcfd31426f: Layer already exists [2025-08-26T10:40:27.494Z] fe7feeb9fdf0: Layer already exists [2025-08-26T10:40:27.494Z] 366d4a0b8a52: Layer already exists [2025-08-26T10:40:27.494Z] 1c718d9029c3: Layer already exists [2025-08-26T10:40:27.494Z] 097100c76c15: Layer already exists [2025-08-26T10:40:27.494Z] be16fe1447c2: Layer already exists [2025-08-26T10:40:27.494Z] main: digest: sha256:26b05141b40e3d191e58022a1c990dc74509c91ed07bf48dfe6b719ca46416d1 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-26T10:40:27.570Z] ===================================================== [Pipeline] echo [2025-08-26T10:40:27.584Z] taggedImages: [2025-08-26T10:40:27.584Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:40:27.584Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-08-26T10:40:27.584Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.49 [2025-08-26T10:40:27.584Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:40:27.584Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2025-08-26T10:40:27.606Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2025-08-26T10:40:27.606Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:40:27.606Z] latest [2025-08-26T10:40:27.606Z] 4.1.0-dev.49 [2025-08-26T10:40:27.606Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:40:27.606Z] main [2025-08-26T10:40:27.606Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:40:27.953Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:40:28.164Z] #79 ... [2025-08-26T10:40:28.164Z] [2025-08-26T10:40:28.164Z] #89 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-26T10:40:28.164Z] #89 DONE 110.9s [2025-08-26T10:40:28.164Z] [2025-08-26T10:40:28.164Z] #84 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-26T10:40:28.164Z] #84 DONE 106.9s [2025-08-26T10:40:28.164Z] [2025-08-26T10:40:28.164Z] #85 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-26T10:40:28.164Z] #85 DONE 106.6s [2025-08-26T10:40:28.164Z] [2025-08-26T10:40:28.164Z] #87 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-26T10:40:28.164Z] #87 DONE 102.9s [2025-08-26T10:40:28.164Z] [2025-08-26T10:40:28.164Z] #79 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-26T10:40:28.164Z] #79 DONE 108.8s [2025-08-26T10:40:28.164Z] [2025-08-26T10:40:28.164Z] #119 [support-scheduler builder 6/7] COPY . . [2025-08-26T10:40:28.164Z] #119 ... [2025-08-26T10:40:28.164Z] [2025-08-26T10:40:28.164Z] #97 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-26T10:40:28.165Z] #97 DONE 96.4s [2025-08-26T10:40:28.165Z] [2025-08-26T10:40:28.165Z] #120 [security-spiffe-token-provider builder 6/7] COPY . . [2025-08-26T10:40:28.165Z] #120 ... [2025-08-26T10:40:28.165Z] [2025-08-26T10:40:28.165Z] #121 [core-keeper builder 7/8] COPY . . [2025-08-26T10:40:28.165Z] #121 DONE 1.9s [2025-08-26T10:40:28.165Z] [2025-08-26T10:40:28.165Z] #122 [support-notifications builder 6/7] COPY . . [2025-08-26T10:40:28.165Z] #122 DONE 2.0s [2025-08-26T10:40:28.165Z] [2025-08-26T10:40:28.165Z] #119 [support-scheduler builder 6/7] COPY . . [2025-08-26T10:40:28.165Z] #119 DONE 2.0s [2025-08-26T10:40:28.165Z] [2025-08-26T10:40:28.165Z] #123 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2025-08-26T10:40:28.165Z] #123 CACHED [2025-08-26T10:40:28.165Z] [2025-08-26T10:40:28.165Z] #124 [security-proxy-setup builder 6/7] COPY . . [2025-08-26T10:40:28.165Z] #124 CACHED [2025-08-26T10:40:28.165Z] [2025-08-26T10:40:28.165Z] #125 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-26T10:40:28.165Z] #125 CACHED [2025-08-26T10:40:28.165Z] [2025-08-26T10:40:28.165Z] #126 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2025-08-26T10:40:28.165Z] #126 CACHED [2025-08-26T10:40:28.165Z] [2025-08-26T10:40:28.165Z] #127 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-26T10:40:28.165Z] #127 CACHED [2025-08-26T10:40:28.165Z] [2025-08-26T10:40:28.165Z] #128 [security-secretstore-setup builder 6/7] COPY . . [2025-08-26T10:40:28.165Z] #128 CACHED [2025-08-26T10:40:28.165Z] [2025-08-26T10:40:28.165Z] #129 [security-bootstrapper builder 6/7] COPY . . [2025-08-26T10:40:28.165Z] #129 DONE 2.1s [2025-08-26T10:40:28.165Z] [2025-08-26T10:40:28.165Z] #120 [security-spiffe-token-provider builder 6/7] COPY . . [2025-08-26T10:40:28.165Z] #120 DONE 1.9s [2025-08-26T10:40:28.165Z] [2025-08-26T10:40:28.165Z] #130 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-08-26T10:40:28.165Z] #130 ... [2025-08-26T10:40:28.165Z] [2025-08-26T10:40:28.165Z] #131 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-26T10:40:28.165Z] #131 CACHED [2025-08-26T10:40:28.165Z] [2025-08-26T10:40:28.165Z] #132 [core-common-config-bootstrapper builder 6/7] COPY . . [2025-08-26T10:40:28.165Z] #132 CACHED [2025-08-26T10:40:28.165Z] [2025-08-26T10:40:28.165Z] #133 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-08-26T10:40:28.165Z] #133 CACHED [2025-08-26T10:40:28.165Z] [2025-08-26T10:40:28.165Z] #134 [security-proxy-auth builder 6/7] COPY . . [2025-08-26T10:40:28.165Z] #134 CACHED [2025-08-26T10:40:28.165Z] [2025-08-26T10:40:28.165Z] #135 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-26T10:40:28.165Z] #135 CACHED [2025-08-26T10:40:28.165Z] [2025-08-26T10:40:28.165Z] #136 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2025-08-26T10:40:28.165Z] #136 CACHED [2025-08-26T10:40:28.165Z] [2025-08-26T10:40:28.165Z] #137 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-26T10:40:28.165Z] #137 CACHED [2025-08-26T10:40:28.165Z] [2025-08-26T10:40:28.165Z] #138 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2025-08-26T10:40:28.165Z] #138 CACHED [2025-08-26T10:40:28.165Z] [2025-08-26T10:40:28.165Z] #139 [core-metadata builder 6/7] COPY . . [2025-08-26T10:40:28.165Z] #139 CACHED [2025-08-26T10:40:28.165Z] [2025-08-26T10:40:28.165Z] #140 [core-data builder 4/7] COPY go.mod vendor* ./ [2025-08-26T10:40:28.165Z] #140 CACHED [2025-08-26T10:40:28.165Z] [2025-08-26T10:40:28.165Z] #141 [core-data builder 6/7] COPY . . [2025-08-26T10:40:28.165Z] #141 CACHED [2025-08-26T10:40:28.165Z] [2025-08-26T10:40:28.165Z] #142 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-26T10:40:28.165Z] #142 CACHED [2025-08-26T10:40:28.165Z] [2025-08-26T10:40:28.165Z] #143 [core-command builder 6/7] COPY . . [2025-08-26T10:40:28.165Z] #143 DONE 2.1s [2025-08-26T10:40:28.165Z] [2025-08-26T10:40:28.165Z] #144 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-08-26T10:40:28.273Z] + docker push nexus3.edgexfoundry.org:10004/core-data:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:40:28.273Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-08-26T10:40:28.273Z] 925532ec1d02: Preparing [2025-08-26T10:40:28.273Z] b5a030536d7f: Preparing [2025-08-26T10:40:28.273Z] fe7feeb9fdf0: Preparing [2025-08-26T10:40:28.273Z] be16fe1447c2: Preparing [2025-08-26T10:40:28.273Z] 1c718d9029c3: Preparing [2025-08-26T10:40:28.273Z] de8083bdf3fb: Preparing [2025-08-26T10:40:28.273Z] 097100c76c15: Preparing [2025-08-26T10:40:28.273Z] 097100c76c15: Waiting [2025-08-26T10:40:28.273Z] de8083bdf3fb: Waiting [2025-08-26T10:40:28.273Z] be16fe1447c2: Layer already exists [2025-08-26T10:40:28.273Z] fe7feeb9fdf0: Layer already exists [2025-08-26T10:40:28.273Z] 1c718d9029c3: Layer already exists [2025-08-26T10:40:28.273Z] 097100c76c15: Layer already exists [2025-08-26T10:40:28.273Z] 925532ec1d02: Pushed [2025-08-26T10:40:28.273Z] de8083bdf3fb: Pushed [2025-08-26T10:40:29.212Z] #144 ... [2025-08-26T10:40:29.212Z] [2025-08-26T10:40:29.212Z] #145 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-08-26T10:40:29.212Z] #0 5.354 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-08-26T10:40:29.212Z] #145 ... [2025-08-26T10:40:29.212Z] [2025-08-26T10:40:29.212Z] #144 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-08-26T10:40:29.212Z] #144 5.626 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-08-26T10:40:32.468Z] b5a030536d7f: Pushed [2025-08-26T10:40:32.468Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5: digest: sha256:d976cf5914de933527e6d0a6c7c9b707766554e1e31ff53de7a7909f04c8b192 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:40:32.802Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:40:33.123Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2025-08-26T10:40:33.123Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-08-26T10:40:33.123Z] 925532ec1d02: Preparing [2025-08-26T10:40:33.123Z] b5a030536d7f: Preparing [2025-08-26T10:40:33.123Z] fe7feeb9fdf0: Preparing [2025-08-26T10:40:33.123Z] be16fe1447c2: Preparing [2025-08-26T10:40:33.123Z] 1c718d9029c3: Preparing [2025-08-26T10:40:33.123Z] de8083bdf3fb: Preparing [2025-08-26T10:40:33.123Z] 097100c76c15: Preparing [2025-08-26T10:40:33.123Z] de8083bdf3fb: Waiting [2025-08-26T10:40:33.123Z] 097100c76c15: Waiting [2025-08-26T10:40:33.123Z] b5a030536d7f: Layer already exists [2025-08-26T10:40:33.123Z] fe7feeb9fdf0: Layer already exists [2025-08-26T10:40:33.123Z] be16fe1447c2: Layer already exists [2025-08-26T10:40:33.123Z] 1c718d9029c3: Layer already exists [2025-08-26T10:40:33.123Z] 925532ec1d02: Layer already exists [2025-08-26T10:40:33.123Z] 097100c76c15: Layer already exists [2025-08-26T10:40:33.123Z] de8083bdf3fb: Layer already exists [2025-08-26T10:40:33.123Z] latest: digest: sha256:d976cf5914de933527e6d0a6c7c9b707766554e1e31ff53de7a7909f04c8b192 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:40:33.456Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:40:33.776Z] + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.49 [2025-08-26T10:40:33.777Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-08-26T10:40:33.777Z] 925532ec1d02: Preparing [2025-08-26T10:40:33.777Z] b5a030536d7f: Preparing [2025-08-26T10:40:33.777Z] fe7feeb9fdf0: Preparing [2025-08-26T10:40:33.777Z] be16fe1447c2: Preparing [2025-08-26T10:40:33.777Z] 1c718d9029c3: Preparing [2025-08-26T10:40:33.777Z] de8083bdf3fb: Preparing [2025-08-26T10:40:33.777Z] 097100c76c15: Preparing [2025-08-26T10:40:33.777Z] de8083bdf3fb: Waiting [2025-08-26T10:40:33.777Z] 097100c76c15: Waiting [2025-08-26T10:40:33.777Z] be16fe1447c2: Layer already exists [2025-08-26T10:40:33.777Z] 1c718d9029c3: Layer already exists [2025-08-26T10:40:33.777Z] fe7feeb9fdf0: Layer already exists [2025-08-26T10:40:33.777Z] 925532ec1d02: Layer already exists [2025-08-26T10:40:33.777Z] b5a030536d7f: Layer already exists [2025-08-26T10:40:33.777Z] de8083bdf3fb: Layer already exists [2025-08-26T10:40:33.777Z] 097100c76c15: Layer already exists [2025-08-26T10:40:33.777Z] 4.1.0-dev.49: digest: sha256:d976cf5914de933527e6d0a6c7c9b707766554e1e31ff53de7a7909f04c8b192 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:40:34.107Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:40:34.430Z] + docker push nexus3.edgexfoundry.org:10004/core-data:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:40:34.430Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-08-26T10:40:34.430Z] 925532ec1d02: Preparing [2025-08-26T10:40:34.430Z] b5a030536d7f: Preparing [2025-08-26T10:40:34.430Z] fe7feeb9fdf0: Preparing [2025-08-26T10:40:34.430Z] be16fe1447c2: Preparing [2025-08-26T10:40:34.430Z] 1c718d9029c3: Preparing [2025-08-26T10:40:34.430Z] de8083bdf3fb: Preparing [2025-08-26T10:40:34.430Z] 097100c76c15: Preparing [2025-08-26T10:40:34.430Z] 097100c76c15: Waiting [2025-08-26T10:40:34.430Z] de8083bdf3fb: Waiting [2025-08-26T10:40:34.430Z] b5a030536d7f: Layer already exists [2025-08-26T10:40:34.430Z] 925532ec1d02: Layer already exists [2025-08-26T10:40:34.430Z] fe7feeb9fdf0: Layer already exists [2025-08-26T10:40:34.430Z] 1c718d9029c3: Layer already exists [2025-08-26T10:40:34.430Z] be16fe1447c2: Layer already exists [2025-08-26T10:40:34.430Z] de8083bdf3fb: Layer already exists [2025-08-26T10:40:34.430Z] 097100c76c15: Layer already exists [2025-08-26T10:40:34.430Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49: digest: sha256:d976cf5914de933527e6d0a6c7c9b707766554e1e31ff53de7a7909f04c8b192 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:40:34.620Z] #144 ... [2025-08-26T10:40:34.620Z] [2025-08-26T10:40:34.620Z] #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-08-26T10:40:34.621Z] #0 4.860 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-08-26T10:40:34.621Z] #146 ... [2025-08-26T10:40:34.621Z] [2025-08-26T10:40:34.621Z] #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-08-26T10:40:34.621Z] #0 4.444 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-08-26T10:40:34.621Z] #147 ... [2025-08-26T10:40:34.621Z] [2025-08-26T10:40:34.621Z] #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-08-26T10:40:34.621Z] #0 5.675 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-08-26T10:40:34.621Z] #148 ... [2025-08-26T10:40:34.621Z] [2025-08-26T10:40:34.621Z] #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-08-26T10:40:34.621Z] #0 4.890 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2025-08-26T10:40:34.621Z] #149 ... [2025-08-26T10:40:34.621Z] [2025-08-26T10:40:34.621Z] #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-08-26T10:40:34.621Z] #0 6.157 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-08-26T10:40:34.621Z] #150 ... [2025-08-26T10:40:34.621Z] [2025-08-26T10:40:34.621Z] #151 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-08-26T10:40:34.621Z] #0 5.456 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-08-26T10:40:34.754Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:40:34.893Z] #151 ... [2025-08-26T10:40:34.893Z] [2025-08-26T10:40:34.893Z] #152 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-08-26T10:40:34.893Z] #0 5.743 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-08-26T10:40:34.893Z] #152 ... [2025-08-26T10:40:34.893Z] [2025-08-26T10:40:34.893Z] #153 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-08-26T10:40:34.893Z] #0 4.980 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-08-26T10:40:35.074Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2025-08-26T10:40:35.074Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-08-26T10:40:35.074Z] 925532ec1d02: Preparing [2025-08-26T10:40:35.074Z] b5a030536d7f: Preparing [2025-08-26T10:40:35.074Z] fe7feeb9fdf0: Preparing [2025-08-26T10:40:35.074Z] be16fe1447c2: Preparing [2025-08-26T10:40:35.074Z] 1c718d9029c3: Preparing [2025-08-26T10:40:35.074Z] de8083bdf3fb: Preparing [2025-08-26T10:40:35.074Z] 097100c76c15: Preparing [2025-08-26T10:40:35.074Z] de8083bdf3fb: Waiting [2025-08-26T10:40:35.074Z] 097100c76c15: Waiting [2025-08-26T10:40:35.074Z] b5a030536d7f: Layer already exists [2025-08-26T10:40:35.074Z] fe7feeb9fdf0: Layer already exists [2025-08-26T10:40:35.074Z] be16fe1447c2: Layer already exists [2025-08-26T10:40:35.074Z] 1c718d9029c3: Layer already exists [2025-08-26T10:40:35.074Z] 925532ec1d02: Layer already exists [2025-08-26T10:40:35.074Z] 097100c76c15: Layer already exists [2025-08-26T10:40:35.074Z] de8083bdf3fb: Layer already exists [2025-08-26T10:40:35.074Z] main: digest: sha256:d976cf5914de933527e6d0a6c7c9b707766554e1e31ff53de7a7909f04c8b192 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-26T10:40:35.144Z] ===================================================== [Pipeline] echo [2025-08-26T10:40:35.160Z] taggedImages: [2025-08-26T10:40:35.160Z] - nexus3.edgexfoundry.org:10004/core-data:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:40:35.160Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2025-08-26T10:40:35.160Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.49 [2025-08-26T10:40:35.160Z] - nexus3.edgexfoundry.org:10004/core-data:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:40:35.160Z] - nexus3.edgexfoundry.org:10004/core-data:main [2025-08-26T10:40:35.164Z] #153 ... [2025-08-26T10:40:35.164Z] [2025-08-26T10:40:35.164Z] #154 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-08-26T10:40:35.164Z] #0 5.023 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-08-26T10:40:35.164Z] #154 ... [2025-08-26T10:40:35.164Z] [2025-08-26T10:40:35.164Z] #130 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-08-26T10:40:35.164Z] #130 6.215 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [Pipeline] echo [2025-08-26T10:40:35.188Z] [edgeXDocker.push] Tagging docker image core-keeper with the following tags: [2025-08-26T10:40:35.188Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:40:35.188Z] latest [2025-08-26T10:40:35.188Z] 4.1.0-dev.49 [2025-08-26T10:40:35.188Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:40:35.188Z] main [2025-08-26T10:40:35.188Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:40:35.533Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:40:35.859Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:40:35.859Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-08-26T10:40:35.859Z] b3923ac6d377: Preparing [2025-08-26T10:40:35.859Z] 68987f6a0014: Preparing [2025-08-26T10:40:35.859Z] be16fe1447c2: Preparing [2025-08-26T10:40:35.859Z] 714ae3d2bddd: Preparing [2025-08-26T10:40:35.859Z] 2d1f303af67a: Preparing [2025-08-26T10:40:35.859Z] 097100c76c15: Preparing [2025-08-26T10:40:35.859Z] 097100c76c15: Waiting [2025-08-26T10:40:35.859Z] be16fe1447c2: Layer already exists [2025-08-26T10:40:35.859Z] 097100c76c15: Layer already exists [2025-08-26T10:40:35.859Z] 2d1f303af67a: Pushed [2025-08-26T10:40:35.859Z] 714ae3d2bddd: Pushed [2025-08-26T10:40:35.859Z] b3923ac6d377: Pushed [2025-08-26T10:40:40.058Z] 68987f6a0014: Pushed [2025-08-26T10:40:40.058Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5: digest: sha256:4e19dd84a46c6c495788bb2d85ad898ae37cc3914cf48f95e5c5f16fb7f70245 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:40:40.394Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:40:40.719Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-08-26T10:40:40.719Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-08-26T10:40:40.719Z] b3923ac6d377: Preparing [2025-08-26T10:40:40.719Z] 68987f6a0014: Preparing [2025-08-26T10:40:40.719Z] be16fe1447c2: Preparing [2025-08-26T10:40:40.719Z] 714ae3d2bddd: Preparing [2025-08-26T10:40:40.719Z] 2d1f303af67a: Preparing [2025-08-26T10:40:40.719Z] 097100c76c15: Preparing [2025-08-26T10:40:40.719Z] 097100c76c15: Waiting [2025-08-26T10:40:40.719Z] 714ae3d2bddd: Layer already exists [2025-08-26T10:40:40.719Z] b3923ac6d377: Layer already exists [2025-08-26T10:40:40.719Z] 68987f6a0014: Layer already exists [2025-08-26T10:40:40.719Z] be16fe1447c2: Layer already exists [2025-08-26T10:40:40.719Z] 097100c76c15: Layer already exists [2025-08-26T10:40:40.719Z] 2d1f303af67a: Layer already exists [2025-08-26T10:40:40.719Z] latest: digest: sha256:4e19dd84a46c6c495788bb2d85ad898ae37cc3914cf48f95e5c5f16fb7f70245 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:40:41.054Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:40:41.377Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.49 [2025-08-26T10:40:41.377Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-08-26T10:40:41.377Z] b3923ac6d377: Preparing [2025-08-26T10:40:41.377Z] 68987f6a0014: Preparing [2025-08-26T10:40:41.377Z] be16fe1447c2: Preparing [2025-08-26T10:40:41.377Z] 714ae3d2bddd: Preparing [2025-08-26T10:40:41.377Z] 2d1f303af67a: Preparing [2025-08-26T10:40:41.377Z] 097100c76c15: Preparing [2025-08-26T10:40:41.377Z] 097100c76c15: Waiting [2025-08-26T10:40:41.377Z] be16fe1447c2: Layer already exists [2025-08-26T10:40:41.377Z] 2d1f303af67a: Layer already exists [2025-08-26T10:40:41.377Z] 714ae3d2bddd: Layer already exists [2025-08-26T10:40:41.377Z] b3923ac6d377: Layer already exists [2025-08-26T10:40:41.377Z] 68987f6a0014: Layer already exists [2025-08-26T10:40:41.377Z] 097100c76c15: Layer already exists [2025-08-26T10:40:41.377Z] 4.1.0-dev.49: digest: sha256:4e19dd84a46c6c495788bb2d85ad898ae37cc3914cf48f95e5c5f16fb7f70245 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:40:41.707Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:40:42.043Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:40:42.043Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-08-26T10:40:42.043Z] b3923ac6d377: Preparing [2025-08-26T10:40:42.043Z] 68987f6a0014: Preparing [2025-08-26T10:40:42.043Z] be16fe1447c2: Preparing [2025-08-26T10:40:42.043Z] 714ae3d2bddd: Preparing [2025-08-26T10:40:42.043Z] 2d1f303af67a: Preparing [2025-08-26T10:40:42.043Z] 097100c76c15: Preparing [2025-08-26T10:40:42.043Z] 097100c76c15: Waiting [2025-08-26T10:40:42.043Z] be16fe1447c2: Layer already exists [2025-08-26T10:40:42.043Z] 68987f6a0014: Layer already exists [2025-08-26T10:40:42.043Z] 2d1f303af67a: Layer already exists [2025-08-26T10:40:42.043Z] 714ae3d2bddd: Layer already exists [2025-08-26T10:40:42.043Z] b3923ac6d377: Layer already exists [2025-08-26T10:40:42.043Z] 097100c76c15: Layer already exists [2025-08-26T10:40:42.043Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49: digest: sha256:4e19dd84a46c6c495788bb2d85ad898ae37cc3914cf48f95e5c5f16fb7f70245 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:40:42.372Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:40:42.711Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:main [2025-08-26T10:40:42.711Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-08-26T10:40:42.711Z] b3923ac6d377: Preparing [2025-08-26T10:40:42.711Z] 68987f6a0014: Preparing [2025-08-26T10:40:42.711Z] be16fe1447c2: Preparing [2025-08-26T10:40:42.711Z] 714ae3d2bddd: Preparing [2025-08-26T10:40:42.711Z] 2d1f303af67a: Preparing [2025-08-26T10:40:42.711Z] 097100c76c15: Preparing [2025-08-26T10:40:42.711Z] 097100c76c15: Waiting [2025-08-26T10:40:42.711Z] 714ae3d2bddd: Layer already exists [2025-08-26T10:40:42.711Z] 2d1f303af67a: Layer already exists [2025-08-26T10:40:42.711Z] 68987f6a0014: Layer already exists [2025-08-26T10:40:42.711Z] be16fe1447c2: Layer already exists [2025-08-26T10:40:42.711Z] b3923ac6d377: Layer already exists [2025-08-26T10:40:42.711Z] 097100c76c15: Layer already exists [2025-08-26T10:40:42.711Z] main: digest: sha256:4e19dd84a46c6c495788bb2d85ad898ae37cc3914cf48f95e5c5f16fb7f70245 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-26T10:40:42.775Z] ===================================================== [Pipeline] echo [2025-08-26T10:40:42.788Z] taggedImages: [2025-08-26T10:40:42.788Z] - nexus3.edgexfoundry.org:10004/core-keeper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:40:42.788Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-08-26T10:40:42.788Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.49 [2025-08-26T10:40:42.788Z] - nexus3.edgexfoundry.org:10004/core-keeper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:40:42.788Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo [2025-08-26T10:40:42.816Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2025-08-26T10:40:42.816Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:40:42.816Z] latest [2025-08-26T10:40:42.816Z] 4.1.0-dev.49 [2025-08-26T10:40:42.816Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:40:42.816Z] main [2025-08-26T10:40:42.816Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:40:43.385Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:40:43.710Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:40:43.710Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-08-26T10:40:43.710Z] f105156c06d7: Preparing [2025-08-26T10:40:43.710Z] b703f5a828da: Preparing [2025-08-26T10:40:43.710Z] 800acbdeeb50: Preparing [2025-08-26T10:40:43.710Z] fe7feeb9fdf0: Preparing [2025-08-26T10:40:43.710Z] be16fe1447c2: Preparing [2025-08-26T10:40:43.710Z] 1c718d9029c3: Preparing [2025-08-26T10:40:43.710Z] 366d4a0b8a52: Preparing [2025-08-26T10:40:43.710Z] 097100c76c15: Preparing [2025-08-26T10:40:43.710Z] 1c718d9029c3: Waiting [2025-08-26T10:40:43.710Z] 097100c76c15: Waiting [2025-08-26T10:40:43.710Z] 366d4a0b8a52: Waiting [2025-08-26T10:40:43.710Z] be16fe1447c2: Layer already exists [2025-08-26T10:40:43.710Z] fe7feeb9fdf0: Layer already exists [2025-08-26T10:40:43.710Z] 1c718d9029c3: Layer already exists [2025-08-26T10:40:43.710Z] 366d4a0b8a52: Layer already exists [2025-08-26T10:40:43.710Z] 097100c76c15: Layer already exists [2025-08-26T10:40:43.710Z] b703f5a828da: Pushed [2025-08-26T10:40:43.710Z] f105156c06d7: Pushed [2025-08-26T10:40:48.002Z] 800acbdeeb50: Pushed [2025-08-26T10:40:48.002Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5: digest: sha256:42d82e5c3ceab026883f554a7dc0ac038cfe2ec2f9060ab0cb4874b837c52290 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:40:48.345Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:40:48.673Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-08-26T10:40:48.673Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-08-26T10:40:48.673Z] f105156c06d7: Preparing [2025-08-26T10:40:48.673Z] b703f5a828da: Preparing [2025-08-26T10:40:48.673Z] 800acbdeeb50: Preparing [2025-08-26T10:40:48.673Z] fe7feeb9fdf0: Preparing [2025-08-26T10:40:48.673Z] be16fe1447c2: Preparing [2025-08-26T10:40:48.673Z] 1c718d9029c3: Preparing [2025-08-26T10:40:48.673Z] 366d4a0b8a52: Preparing [2025-08-26T10:40:48.673Z] 097100c76c15: Preparing [2025-08-26T10:40:48.673Z] 366d4a0b8a52: Waiting [2025-08-26T10:40:48.673Z] 1c718d9029c3: Waiting [2025-08-26T10:40:48.673Z] 097100c76c15: Waiting [2025-08-26T10:40:48.673Z] 800acbdeeb50: Layer already exists [2025-08-26T10:40:48.673Z] f105156c06d7: Layer already exists [2025-08-26T10:40:48.673Z] b703f5a828da: Layer already exists [2025-08-26T10:40:48.673Z] fe7feeb9fdf0: Layer already exists [2025-08-26T10:40:48.673Z] be16fe1447c2: Layer already exists [2025-08-26T10:40:48.673Z] 1c718d9029c3: Layer already exists [2025-08-26T10:40:48.673Z] 097100c76c15: Layer already exists [2025-08-26T10:40:48.673Z] 366d4a0b8a52: Layer already exists [2025-08-26T10:40:48.673Z] latest: digest: sha256:42d82e5c3ceab026883f554a7dc0ac038cfe2ec2f9060ab0cb4874b837c52290 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:40:48.995Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:40:49.320Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.49 [2025-08-26T10:40:49.320Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-08-26T10:40:49.320Z] f105156c06d7: Preparing [2025-08-26T10:40:49.320Z] b703f5a828da: Preparing [2025-08-26T10:40:49.320Z] 800acbdeeb50: Preparing [2025-08-26T10:40:49.320Z] fe7feeb9fdf0: Preparing [2025-08-26T10:40:49.320Z] be16fe1447c2: Preparing [2025-08-26T10:40:49.321Z] 1c718d9029c3: Preparing [2025-08-26T10:40:49.321Z] 366d4a0b8a52: Preparing [2025-08-26T10:40:49.321Z] 097100c76c15: Preparing [2025-08-26T10:40:49.321Z] 366d4a0b8a52: Waiting [2025-08-26T10:40:49.321Z] 097100c76c15: Waiting [2025-08-26T10:40:49.321Z] 1c718d9029c3: Waiting [2025-08-26T10:40:49.321Z] f105156c06d7: Layer already exists [2025-08-26T10:40:49.321Z] be16fe1447c2: Layer already exists [2025-08-26T10:40:49.321Z] b703f5a828da: Layer already exists [2025-08-26T10:40:49.321Z] 800acbdeeb50: Layer already exists [2025-08-26T10:40:49.321Z] fe7feeb9fdf0: Layer already exists [2025-08-26T10:40:49.321Z] 097100c76c15: Layer already exists [2025-08-26T10:40:49.321Z] 1c718d9029c3: Layer already exists [2025-08-26T10:40:49.321Z] 366d4a0b8a52: Layer already exists [2025-08-26T10:40:49.321Z] 4.1.0-dev.49: digest: sha256:42d82e5c3ceab026883f554a7dc0ac038cfe2ec2f9060ab0cb4874b837c52290 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:40:49.642Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:40:49.969Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:40:49.969Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-08-26T10:40:49.969Z] f105156c06d7: Preparing [2025-08-26T10:40:49.969Z] b703f5a828da: Preparing [2025-08-26T10:40:49.969Z] 800acbdeeb50: Preparing [2025-08-26T10:40:49.969Z] fe7feeb9fdf0: Preparing [2025-08-26T10:40:49.969Z] be16fe1447c2: Preparing [2025-08-26T10:40:49.969Z] 1c718d9029c3: Preparing [2025-08-26T10:40:49.969Z] 366d4a0b8a52: Preparing [2025-08-26T10:40:49.969Z] 097100c76c15: Preparing [2025-08-26T10:40:49.969Z] 1c718d9029c3: Waiting [2025-08-26T10:40:49.969Z] 366d4a0b8a52: Waiting [2025-08-26T10:40:49.969Z] 097100c76c15: Waiting [2025-08-26T10:40:49.969Z] 800acbdeeb50: Layer already exists [2025-08-26T10:40:49.969Z] f105156c06d7: Layer already exists [2025-08-26T10:40:49.969Z] fe7feeb9fdf0: Layer already exists [2025-08-26T10:40:49.969Z] be16fe1447c2: Layer already exists [2025-08-26T10:40:49.969Z] b703f5a828da: Layer already exists [2025-08-26T10:40:49.969Z] 1c718d9029c3: Layer already exists [2025-08-26T10:40:49.969Z] 097100c76c15: Layer already exists [2025-08-26T10:40:49.969Z] 366d4a0b8a52: Layer already exists [2025-08-26T10:40:49.969Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49: digest: sha256:42d82e5c3ceab026883f554a7dc0ac038cfe2ec2f9060ab0cb4874b837c52290 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:40:50.296Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:40:50.618Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2025-08-26T10:40:50.618Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-08-26T10:40:50.618Z] f105156c06d7: Preparing [2025-08-26T10:40:50.618Z] b703f5a828da: Preparing [2025-08-26T10:40:50.618Z] 800acbdeeb50: Preparing [2025-08-26T10:40:50.618Z] fe7feeb9fdf0: Preparing [2025-08-26T10:40:50.618Z] be16fe1447c2: Preparing [2025-08-26T10:40:50.618Z] 1c718d9029c3: Preparing [2025-08-26T10:40:50.618Z] 366d4a0b8a52: Preparing [2025-08-26T10:40:50.618Z] 097100c76c15: Preparing [2025-08-26T10:40:50.618Z] 1c718d9029c3: Waiting [2025-08-26T10:40:50.618Z] 097100c76c15: Waiting [2025-08-26T10:40:50.618Z] 366d4a0b8a52: Waiting [2025-08-26T10:40:50.618Z] fe7feeb9fdf0: Layer already exists [2025-08-26T10:40:50.618Z] b703f5a828da: Layer already exists [2025-08-26T10:40:50.618Z] f105156c06d7: Layer already exists [2025-08-26T10:40:50.618Z] be16fe1447c2: Layer already exists [2025-08-26T10:40:50.618Z] 800acbdeeb50: Layer already exists [2025-08-26T10:40:50.618Z] 1c718d9029c3: Layer already exists [2025-08-26T10:40:50.618Z] 097100c76c15: Layer already exists [2025-08-26T10:40:50.618Z] 366d4a0b8a52: Layer already exists [2025-08-26T10:40:50.618Z] main: digest: sha256:42d82e5c3ceab026883f554a7dc0ac038cfe2ec2f9060ab0cb4874b837c52290 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-26T10:40:50.692Z] ===================================================== [Pipeline] echo [2025-08-26T10:40:50.707Z] taggedImages: [2025-08-26T10:40:50.707Z] - nexus3.edgexfoundry.org:10004/core-metadata:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:40:50.707Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-08-26T10:40:50.707Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.49 [2025-08-26T10:40:50.707Z] - nexus3.edgexfoundry.org:10004/core-metadata:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:40:50.707Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2025-08-26T10:40:50.733Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2025-08-26T10:40:50.733Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:40:50.733Z] latest [2025-08-26T10:40:50.733Z] 4.1.0-dev.49 [2025-08-26T10:40:50.733Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:40:50.733Z] main [2025-08-26T10:40:50.733Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:40:51.069Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:40:51.392Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:40:51.392Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-08-26T10:40:51.392Z] 13ae6c74d1b3: Preparing [2025-08-26T10:40:51.392Z] 601c1b324a58: Preparing [2025-08-26T10:40:51.392Z] dd8c2ab67e05: Preparing [2025-08-26T10:40:51.392Z] e9f25ca9a2ba: Preparing [2025-08-26T10:40:51.392Z] 661e102b45ce: Preparing [2025-08-26T10:40:51.392Z] d4815dd01eeb: Preparing [2025-08-26T10:40:51.392Z] b51defd577a8: Preparing [2025-08-26T10:40:51.392Z] fe7feeb9fdf0: Preparing [2025-08-26T10:40:51.392Z] be16fe1447c2: Preparing [2025-08-26T10:40:51.392Z] bce0a8aef527: Preparing [2025-08-26T10:40:51.392Z] a715f0a2ad6f: Preparing [2025-08-26T10:40:51.392Z] 5f70bf18a086: Preparing [2025-08-26T10:40:51.392Z] 6a3cbef0aa8a: Preparing [2025-08-26T10:40:51.392Z] 94b18c5d65ba: Preparing [2025-08-26T10:40:51.392Z] 60805af23aec: Preparing [2025-08-26T10:40:51.392Z] 097100c76c15: Preparing [2025-08-26T10:40:51.392Z] be16fe1447c2: Waiting [2025-08-26T10:40:51.392Z] d4815dd01eeb: Waiting [2025-08-26T10:40:51.392Z] bce0a8aef527: Waiting [2025-08-26T10:40:51.392Z] b51defd577a8: Waiting [2025-08-26T10:40:51.392Z] fe7feeb9fdf0: Waiting [2025-08-26T10:40:51.392Z] a715f0a2ad6f: Waiting [2025-08-26T10:40:51.392Z] 5f70bf18a086: Waiting [2025-08-26T10:40:51.392Z] 60805af23aec: Waiting [2025-08-26T10:40:51.392Z] 6a3cbef0aa8a: Waiting [2025-08-26T10:40:51.392Z] 94b18c5d65ba: Waiting [2025-08-26T10:40:51.392Z] 097100c76c15: Waiting [2025-08-26T10:40:51.392Z] 13ae6c74d1b3: Pushed [2025-08-26T10:40:51.392Z] 661e102b45ce: Pushed [2025-08-26T10:40:51.392Z] dd8c2ab67e05: Pushed [2025-08-26T10:40:51.392Z] e9f25ca9a2ba: Pushed [2025-08-26T10:40:51.392Z] 601c1b324a58: Pushed [2025-08-26T10:40:51.392Z] fe7feeb9fdf0: Layer already exists [2025-08-26T10:40:51.392Z] be16fe1447c2: Layer already exists [2025-08-26T10:40:51.392Z] 5f70bf18a086: Layer already exists [2025-08-26T10:40:51.651Z] d4815dd01eeb: Pushed [2025-08-26T10:40:51.651Z] bce0a8aef527: Pushed [2025-08-26T10:40:51.651Z] a715f0a2ad6f: Pushed [2025-08-26T10:40:51.651Z] 6a3cbef0aa8a: Pushed [2025-08-26T10:40:51.651Z] 097100c76c15: Layer already exists [2025-08-26T10:40:51.651Z] 60805af23aec: Pushed [2025-08-26T10:40:51.651Z] 94b18c5d65ba: Pushed [2025-08-26T10:40:53.028Z] b51defd577a8: Pushed [2025-08-26T10:40:53.288Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5: digest: sha256:25c842fde24b8fb7dbd3d65b31732c04810fbb805c7c1c628bf5cb63f98011b6 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:40:53.608Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:40:53.934Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-08-26T10:40:53.934Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-08-26T10:40:53.934Z] 13ae6c74d1b3: Preparing [2025-08-26T10:40:53.934Z] 601c1b324a58: Preparing [2025-08-26T10:40:53.934Z] dd8c2ab67e05: Preparing [2025-08-26T10:40:53.934Z] e9f25ca9a2ba: Preparing [2025-08-26T10:40:53.934Z] 661e102b45ce: Preparing [2025-08-26T10:40:53.934Z] d4815dd01eeb: Preparing [2025-08-26T10:40:53.934Z] b51defd577a8: Preparing [2025-08-26T10:40:53.934Z] fe7feeb9fdf0: Preparing [2025-08-26T10:40:53.934Z] d4815dd01eeb: Waiting [2025-08-26T10:40:53.934Z] b51defd577a8: Waiting [2025-08-26T10:40:53.934Z] be16fe1447c2: Preparing [2025-08-26T10:40:53.934Z] bce0a8aef527: Preparing [2025-08-26T10:40:53.934Z] fe7feeb9fdf0: Waiting [2025-08-26T10:40:53.934Z] be16fe1447c2: Waiting [2025-08-26T10:40:53.934Z] a715f0a2ad6f: Preparing [2025-08-26T10:40:53.934Z] bce0a8aef527: Waiting [2025-08-26T10:40:53.934Z] 5f70bf18a086: Preparing [2025-08-26T10:40:53.934Z] a715f0a2ad6f: Waiting [2025-08-26T10:40:53.934Z] 5f70bf18a086: Waiting [2025-08-26T10:40:53.934Z] 6a3cbef0aa8a: Preparing [2025-08-26T10:40:53.934Z] 94b18c5d65ba: Preparing [2025-08-26T10:40:53.934Z] 60805af23aec: Preparing [2025-08-26T10:40:53.934Z] 097100c76c15: Preparing [2025-08-26T10:40:53.934Z] 94b18c5d65ba: Waiting [2025-08-26T10:40:53.934Z] 097100c76c15: Waiting [2025-08-26T10:40:53.934Z] 60805af23aec: Waiting [2025-08-26T10:40:53.934Z] 6a3cbef0aa8a: Waiting [2025-08-26T10:40:53.934Z] 661e102b45ce: Layer already exists [2025-08-26T10:40:53.934Z] 601c1b324a58: Layer already exists [2025-08-26T10:40:53.934Z] dd8c2ab67e05: Layer already exists [2025-08-26T10:40:53.934Z] 13ae6c74d1b3: Layer already exists [2025-08-26T10:40:53.934Z] e9f25ca9a2ba: Layer already exists [2025-08-26T10:40:53.934Z] d4815dd01eeb: Layer already exists [2025-08-26T10:40:53.934Z] bce0a8aef527: Layer already exists [2025-08-26T10:40:53.934Z] fe7feeb9fdf0: Layer already exists [2025-08-26T10:40:53.934Z] b51defd577a8: Layer already exists [2025-08-26T10:40:53.934Z] be16fe1447c2: Layer already exists [2025-08-26T10:40:53.934Z] a715f0a2ad6f: Layer already exists [2025-08-26T10:40:53.934Z] 6a3cbef0aa8a: Layer already exists [2025-08-26T10:40:53.934Z] 60805af23aec: Layer already exists [2025-08-26T10:40:53.934Z] 5f70bf18a086: Layer already exists [2025-08-26T10:40:53.934Z] 94b18c5d65ba: Layer already exists [2025-08-26T10:40:53.934Z] 097100c76c15: Layer already exists [2025-08-26T10:40:53.934Z] latest: digest: sha256:25c842fde24b8fb7dbd3d65b31732c04810fbb805c7c1c628bf5cb63f98011b6 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:40:54.266Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:40:54.594Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.49 [2025-08-26T10:40:54.594Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-08-26T10:40:54.594Z] 13ae6c74d1b3: Preparing [2025-08-26T10:40:54.594Z] 601c1b324a58: Preparing [2025-08-26T10:40:54.594Z] dd8c2ab67e05: Preparing [2025-08-26T10:40:54.594Z] e9f25ca9a2ba: Preparing [2025-08-26T10:40:54.594Z] 661e102b45ce: Preparing [2025-08-26T10:40:54.594Z] d4815dd01eeb: Preparing [2025-08-26T10:40:54.594Z] b51defd577a8: Preparing [2025-08-26T10:40:54.594Z] fe7feeb9fdf0: Preparing [2025-08-26T10:40:54.594Z] be16fe1447c2: Preparing [2025-08-26T10:40:54.594Z] bce0a8aef527: Preparing [2025-08-26T10:40:54.594Z] a715f0a2ad6f: Preparing [2025-08-26T10:40:54.594Z] 5f70bf18a086: Preparing [2025-08-26T10:40:54.594Z] 6a3cbef0aa8a: Preparing [2025-08-26T10:40:54.594Z] 94b18c5d65ba: Preparing [2025-08-26T10:40:54.594Z] 60805af23aec: Preparing [2025-08-26T10:40:54.594Z] 097100c76c15: Preparing [2025-08-26T10:40:54.594Z] b51defd577a8: Waiting [2025-08-26T10:40:54.594Z] a715f0a2ad6f: Waiting [2025-08-26T10:40:54.594Z] 5f70bf18a086: Waiting [2025-08-26T10:40:54.594Z] 6a3cbef0aa8a: Waiting [2025-08-26T10:40:54.594Z] fe7feeb9fdf0: Waiting [2025-08-26T10:40:54.594Z] 94b18c5d65ba: Waiting [2025-08-26T10:40:54.594Z] 60805af23aec: Waiting [2025-08-26T10:40:54.594Z] 097100c76c15: Waiting [2025-08-26T10:40:54.594Z] d4815dd01eeb: Waiting [2025-08-26T10:40:54.594Z] be16fe1447c2: Waiting [2025-08-26T10:40:54.594Z] bce0a8aef527: Waiting [2025-08-26T10:40:54.594Z] dd8c2ab67e05: Layer already exists [2025-08-26T10:40:54.594Z] 661e102b45ce: Layer already exists [2025-08-26T10:40:54.594Z] 601c1b324a58: Layer already exists [2025-08-26T10:40:54.594Z] 13ae6c74d1b3: Layer already exists [2025-08-26T10:40:54.594Z] e9f25ca9a2ba: Layer already exists [2025-08-26T10:40:54.594Z] d4815dd01eeb: Layer already exists [2025-08-26T10:40:54.594Z] be16fe1447c2: Layer already exists [2025-08-26T10:40:54.594Z] b51defd577a8: Layer already exists [2025-08-26T10:40:54.594Z] fe7feeb9fdf0: Layer already exists [2025-08-26T10:40:54.594Z] bce0a8aef527: Layer already exists [2025-08-26T10:40:54.594Z] a715f0a2ad6f: Layer already exists [2025-08-26T10:40:54.594Z] 5f70bf18a086: Layer already exists [2025-08-26T10:40:54.594Z] 6a3cbef0aa8a: Layer already exists [2025-08-26T10:40:54.594Z] 94b18c5d65ba: Layer already exists [2025-08-26T10:40:54.594Z] 60805af23aec: Layer already exists [2025-08-26T10:40:54.594Z] 097100c76c15: Layer already exists [2025-08-26T10:40:54.594Z] 4.1.0-dev.49: digest: sha256:25c842fde24b8fb7dbd3d65b31732c04810fbb805c7c1c628bf5cb63f98011b6 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:40:54.920Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:40:55.246Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:40:55.246Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-08-26T10:40:55.246Z] 13ae6c74d1b3: Preparing [2025-08-26T10:40:55.246Z] 601c1b324a58: Preparing [2025-08-26T10:40:55.246Z] dd8c2ab67e05: Preparing [2025-08-26T10:40:55.246Z] e9f25ca9a2ba: Preparing [2025-08-26T10:40:55.246Z] 661e102b45ce: Preparing [2025-08-26T10:40:55.246Z] d4815dd01eeb: Preparing [2025-08-26T10:40:55.246Z] b51defd577a8: Preparing [2025-08-26T10:40:55.246Z] fe7feeb9fdf0: Preparing [2025-08-26T10:40:55.246Z] be16fe1447c2: Preparing [2025-08-26T10:40:55.246Z] bce0a8aef527: Preparing [2025-08-26T10:40:55.246Z] a715f0a2ad6f: Preparing [2025-08-26T10:40:55.246Z] 5f70bf18a086: Preparing [2025-08-26T10:40:55.246Z] 6a3cbef0aa8a: Preparing [2025-08-26T10:40:55.246Z] 94b18c5d65ba: Preparing [2025-08-26T10:40:55.246Z] 60805af23aec: Preparing [2025-08-26T10:40:55.246Z] 097100c76c15: Preparing [2025-08-26T10:40:55.246Z] fe7feeb9fdf0: Waiting [2025-08-26T10:40:55.246Z] be16fe1447c2: Waiting [2025-08-26T10:40:55.246Z] bce0a8aef527: Waiting [2025-08-26T10:40:55.246Z] a715f0a2ad6f: Waiting [2025-08-26T10:40:55.246Z] 5f70bf18a086: Waiting [2025-08-26T10:40:55.246Z] 6a3cbef0aa8a: Waiting [2025-08-26T10:40:55.246Z] 94b18c5d65ba: Waiting [2025-08-26T10:40:55.246Z] 60805af23aec: Waiting [2025-08-26T10:40:55.246Z] 097100c76c15: Waiting [2025-08-26T10:40:55.246Z] d4815dd01eeb: Waiting [2025-08-26T10:40:55.246Z] b51defd577a8: Waiting [2025-08-26T10:40:55.246Z] dd8c2ab67e05: Layer already exists [2025-08-26T10:40:55.246Z] 13ae6c74d1b3: Layer already exists [2025-08-26T10:40:55.246Z] 601c1b324a58: Layer already exists [2025-08-26T10:40:55.246Z] e9f25ca9a2ba: Layer already exists [2025-08-26T10:40:55.246Z] 661e102b45ce: Layer already exists [2025-08-26T10:40:55.246Z] b51defd577a8: Layer already exists [2025-08-26T10:40:55.246Z] d4815dd01eeb: Layer already exists [2025-08-26T10:40:55.246Z] be16fe1447c2: Layer already exists [2025-08-26T10:40:55.246Z] fe7feeb9fdf0: Layer already exists [2025-08-26T10:40:55.246Z] bce0a8aef527: Layer already exists [2025-08-26T10:40:55.246Z] a715f0a2ad6f: Layer already exists [2025-08-26T10:40:55.246Z] 5f70bf18a086: Layer already exists [2025-08-26T10:40:55.246Z] 94b18c5d65ba: Layer already exists [2025-08-26T10:40:55.246Z] 6a3cbef0aa8a: Layer already exists [2025-08-26T10:40:55.246Z] 60805af23aec: Layer already exists [2025-08-26T10:40:55.246Z] 097100c76c15: Layer already exists [2025-08-26T10:40:55.246Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49: digest: sha256:25c842fde24b8fb7dbd3d65b31732c04810fbb805c7c1c628bf5cb63f98011b6 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:40:55.571Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:40:55.897Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-08-26T10:40:55.897Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-08-26T10:40:55.897Z] 13ae6c74d1b3: Preparing [2025-08-26T10:40:55.897Z] 601c1b324a58: Preparing [2025-08-26T10:40:55.897Z] dd8c2ab67e05: Preparing [2025-08-26T10:40:55.897Z] e9f25ca9a2ba: Preparing [2025-08-26T10:40:55.897Z] 661e102b45ce: Preparing [2025-08-26T10:40:55.897Z] d4815dd01eeb: Preparing [2025-08-26T10:40:55.897Z] b51defd577a8: Preparing [2025-08-26T10:40:55.897Z] fe7feeb9fdf0: Preparing [2025-08-26T10:40:55.897Z] be16fe1447c2: Preparing [2025-08-26T10:40:55.897Z] bce0a8aef527: Preparing [2025-08-26T10:40:55.897Z] a715f0a2ad6f: Preparing [2025-08-26T10:40:55.897Z] 5f70bf18a086: Preparing [2025-08-26T10:40:55.897Z] 6a3cbef0aa8a: Preparing [2025-08-26T10:40:55.897Z] 94b18c5d65ba: Preparing [2025-08-26T10:40:55.897Z] 60805af23aec: Preparing [2025-08-26T10:40:55.897Z] 097100c76c15: Preparing [2025-08-26T10:40:55.897Z] bce0a8aef527: Waiting [2025-08-26T10:40:55.897Z] 94b18c5d65ba: Waiting [2025-08-26T10:40:55.897Z] a715f0a2ad6f: Waiting [2025-08-26T10:40:55.897Z] 5f70bf18a086: Waiting [2025-08-26T10:40:55.897Z] 6a3cbef0aa8a: Waiting [2025-08-26T10:40:55.897Z] d4815dd01eeb: Waiting [2025-08-26T10:40:55.897Z] 60805af23aec: Waiting [2025-08-26T10:40:55.897Z] 097100c76c15: Waiting [2025-08-26T10:40:55.897Z] b51defd577a8: Waiting [2025-08-26T10:40:55.897Z] fe7feeb9fdf0: Waiting [2025-08-26T10:40:55.897Z] be16fe1447c2: Waiting [2025-08-26T10:40:55.897Z] e9f25ca9a2ba: Layer already exists [2025-08-26T10:40:55.897Z] dd8c2ab67e05: Layer already exists [2025-08-26T10:40:55.897Z] 601c1b324a58: Layer already exists [2025-08-26T10:40:55.897Z] 13ae6c74d1b3: Layer already exists [2025-08-26T10:40:55.897Z] 661e102b45ce: Layer already exists [2025-08-26T10:40:55.897Z] d4815dd01eeb: Layer already exists [2025-08-26T10:40:55.897Z] fe7feeb9fdf0: Layer already exists [2025-08-26T10:40:55.897Z] bce0a8aef527: Layer already exists [2025-08-26T10:40:55.897Z] b51defd577a8: Layer already exists [2025-08-26T10:40:55.897Z] be16fe1447c2: Layer already exists [2025-08-26T10:40:55.897Z] 5f70bf18a086: Layer already exists [2025-08-26T10:40:55.897Z] a715f0a2ad6f: Layer already exists [2025-08-26T10:40:55.897Z] 6a3cbef0aa8a: Layer already exists [2025-08-26T10:40:55.897Z] 60805af23aec: Layer already exists [2025-08-26T10:40:55.897Z] 94b18c5d65ba: Layer already exists [2025-08-26T10:40:55.897Z] 097100c76c15: Layer already exists [2025-08-26T10:40:55.897Z] main: digest: sha256:25c842fde24b8fb7dbd3d65b31732c04810fbb805c7c1c628bf5cb63f98011b6 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-26T10:40:55.961Z] ===================================================== [Pipeline] echo [2025-08-26T10:40:55.976Z] taggedImages: [2025-08-26T10:40:55.976Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:40:55.976Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-08-26T10:40:55.976Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.49 [2025-08-26T10:40:55.976Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:40:55.976Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2025-08-26T10:40:56.003Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2025-08-26T10:40:56.003Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:40:56.003Z] latest [2025-08-26T10:40:56.003Z] 4.1.0-dev.49 [2025-08-26T10:40:56.003Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:40:56.003Z] main [2025-08-26T10:40:56.003Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:40:56.356Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:40:56.685Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:40:56.685Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-08-26T10:40:56.685Z] 9e78c24a4262: Preparing [2025-08-26T10:40:56.685Z] 5a66fb5d69f5: Preparing [2025-08-26T10:40:56.685Z] 67f360147d0f: Preparing [2025-08-26T10:40:56.685Z] a0944ceda3a1: Preparing [2025-08-26T10:40:56.685Z] fe7feeb9fdf0: Preparing [2025-08-26T10:40:56.685Z] be16fe1447c2: Preparing [2025-08-26T10:40:56.685Z] 1c718d9029c3: Preparing [2025-08-26T10:40:56.685Z] 366d4a0b8a52: Preparing [2025-08-26T10:40:56.685Z] 097100c76c15: Preparing [2025-08-26T10:40:56.685Z] be16fe1447c2: Waiting [2025-08-26T10:40:56.685Z] 1c718d9029c3: Waiting [2025-08-26T10:40:56.685Z] 366d4a0b8a52: Waiting [2025-08-26T10:40:56.685Z] 097100c76c15: Waiting [2025-08-26T10:40:56.685Z] fe7feeb9fdf0: Layer already exists [2025-08-26T10:40:56.685Z] be16fe1447c2: Layer already exists [2025-08-26T10:40:56.685Z] 1c718d9029c3: Layer already exists [2025-08-26T10:40:56.685Z] 366d4a0b8a52: Layer already exists [2025-08-26T10:40:56.685Z] 5a66fb5d69f5: Pushed [2025-08-26T10:40:56.685Z] 097100c76c15: Layer already exists [2025-08-26T10:40:56.685Z] 67f360147d0f: Pushed [2025-08-26T10:40:56.685Z] 9e78c24a4262: Pushed [2025-08-26T10:41:00.873Z] a0944ceda3a1: Pushed [2025-08-26T10:41:00.873Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5: digest: sha256:5420f02aedffbaa9ffcb2fbe8fa94f7448a11af305bdac11fc487c5ba3e562c2 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:41:01.202Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:41:01.523Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-08-26T10:41:01.523Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-08-26T10:41:01.523Z] 9e78c24a4262: Preparing [2025-08-26T10:41:01.523Z] 5a66fb5d69f5: Preparing [2025-08-26T10:41:01.523Z] 67f360147d0f: Preparing [2025-08-26T10:41:01.523Z] a0944ceda3a1: Preparing [2025-08-26T10:41:01.523Z] fe7feeb9fdf0: Preparing [2025-08-26T10:41:01.523Z] be16fe1447c2: Preparing [2025-08-26T10:41:01.523Z] 1c718d9029c3: Preparing [2025-08-26T10:41:01.523Z] be16fe1447c2: Waiting [2025-08-26T10:41:01.523Z] 366d4a0b8a52: Preparing [2025-08-26T10:41:01.523Z] 097100c76c15: Preparing [2025-08-26T10:41:01.523Z] 1c718d9029c3: Waiting [2025-08-26T10:41:01.523Z] 366d4a0b8a52: Waiting [2025-08-26T10:41:01.523Z] 097100c76c15: Waiting [2025-08-26T10:41:01.523Z] 9e78c24a4262: Layer already exists [2025-08-26T10:41:01.523Z] fe7feeb9fdf0: Layer already exists [2025-08-26T10:41:01.523Z] 5a66fb5d69f5: Layer already exists [2025-08-26T10:41:01.523Z] a0944ceda3a1: Layer already exists [2025-08-26T10:41:01.523Z] 67f360147d0f: Layer already exists [2025-08-26T10:41:01.523Z] be16fe1447c2: Layer already exists [2025-08-26T10:41:01.523Z] 1c718d9029c3: Layer already exists [2025-08-26T10:41:01.523Z] 366d4a0b8a52: Layer already exists [2025-08-26T10:41:01.523Z] 097100c76c15: Layer already exists [2025-08-26T10:41:01.523Z] latest: digest: sha256:5420f02aedffbaa9ffcb2fbe8fa94f7448a11af305bdac11fc487c5ba3e562c2 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:41:01.845Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:41:02.168Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.49 [2025-08-26T10:41:02.169Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-08-26T10:41:02.169Z] 9e78c24a4262: Preparing [2025-08-26T10:41:02.169Z] 5a66fb5d69f5: Preparing [2025-08-26T10:41:02.169Z] 67f360147d0f: Preparing [2025-08-26T10:41:02.169Z] a0944ceda3a1: Preparing [2025-08-26T10:41:02.169Z] fe7feeb9fdf0: Preparing [2025-08-26T10:41:02.169Z] be16fe1447c2: Preparing [2025-08-26T10:41:02.169Z] 1c718d9029c3: Preparing [2025-08-26T10:41:02.169Z] 366d4a0b8a52: Preparing [2025-08-26T10:41:02.169Z] 097100c76c15: Preparing [2025-08-26T10:41:02.169Z] be16fe1447c2: Waiting [2025-08-26T10:41:02.169Z] 1c718d9029c3: Waiting [2025-08-26T10:41:02.169Z] 366d4a0b8a52: Waiting [2025-08-26T10:41:02.169Z] 097100c76c15: Waiting [2025-08-26T10:41:02.169Z] fe7feeb9fdf0: Layer already exists [2025-08-26T10:41:02.169Z] 67f360147d0f: Layer already exists [2025-08-26T10:41:02.169Z] 5a66fb5d69f5: Layer already exists [2025-08-26T10:41:02.169Z] a0944ceda3a1: Layer already exists [2025-08-26T10:41:02.169Z] 9e78c24a4262: Layer already exists [2025-08-26T10:41:02.169Z] be16fe1447c2: Layer already exists [2025-08-26T10:41:02.169Z] 366d4a0b8a52: Layer already exists [2025-08-26T10:41:02.169Z] 1c718d9029c3: Layer already exists [2025-08-26T10:41:02.169Z] 097100c76c15: Layer already exists [2025-08-26T10:41:02.169Z] 4.1.0-dev.49: digest: sha256:5420f02aedffbaa9ffcb2fbe8fa94f7448a11af305bdac11fc487c5ba3e562c2 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:41:02.490Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:41:02.819Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:41:02.819Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-08-26T10:41:02.819Z] 9e78c24a4262: Preparing [2025-08-26T10:41:02.819Z] 5a66fb5d69f5: Preparing [2025-08-26T10:41:02.819Z] 67f360147d0f: Preparing [2025-08-26T10:41:02.819Z] a0944ceda3a1: Preparing [2025-08-26T10:41:02.819Z] fe7feeb9fdf0: Preparing [2025-08-26T10:41:02.819Z] be16fe1447c2: Preparing [2025-08-26T10:41:02.819Z] 1c718d9029c3: Preparing [2025-08-26T10:41:02.819Z] 366d4a0b8a52: Preparing [2025-08-26T10:41:02.819Z] 097100c76c15: Preparing [2025-08-26T10:41:02.819Z] 1c718d9029c3: Waiting [2025-08-26T10:41:02.819Z] 366d4a0b8a52: Waiting [2025-08-26T10:41:02.819Z] 097100c76c15: Waiting [2025-08-26T10:41:02.819Z] be16fe1447c2: Waiting [2025-08-26T10:41:02.819Z] 9e78c24a4262: Layer already exists [2025-08-26T10:41:02.819Z] 67f360147d0f: Layer already exists [2025-08-26T10:41:02.819Z] fe7feeb9fdf0: Layer already exists [2025-08-26T10:41:02.819Z] a0944ceda3a1: Layer already exists [2025-08-26T10:41:02.819Z] 5a66fb5d69f5: Layer already exists [2025-08-26T10:41:02.819Z] 366d4a0b8a52: Layer already exists [2025-08-26T10:41:02.819Z] be16fe1447c2: Layer already exists [2025-08-26T10:41:02.819Z] 1c718d9029c3: Layer already exists [2025-08-26T10:41:02.819Z] 097100c76c15: Layer already exists [2025-08-26T10:41:02.819Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49: digest: sha256:5420f02aedffbaa9ffcb2fbe8fa94f7448a11af305bdac11fc487c5ba3e562c2 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:41:03.146Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:41:03.470Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-08-26T10:41:03.470Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-08-26T10:41:03.470Z] 9e78c24a4262: Preparing [2025-08-26T10:41:03.470Z] 5a66fb5d69f5: Preparing [2025-08-26T10:41:03.470Z] 67f360147d0f: Preparing [2025-08-26T10:41:03.470Z] a0944ceda3a1: Preparing [2025-08-26T10:41:03.470Z] fe7feeb9fdf0: Preparing [2025-08-26T10:41:03.470Z] be16fe1447c2: Preparing [2025-08-26T10:41:03.470Z] 1c718d9029c3: Preparing [2025-08-26T10:41:03.470Z] 366d4a0b8a52: Preparing [2025-08-26T10:41:03.470Z] 097100c76c15: Preparing [2025-08-26T10:41:03.470Z] 1c718d9029c3: Waiting [2025-08-26T10:41:03.470Z] be16fe1447c2: Waiting [2025-08-26T10:41:03.470Z] 366d4a0b8a52: Waiting [2025-08-26T10:41:03.470Z] 097100c76c15: Waiting [2025-08-26T10:41:03.470Z] a0944ceda3a1: Layer already exists [2025-08-26T10:41:03.470Z] fe7feeb9fdf0: Layer already exists [2025-08-26T10:41:03.470Z] 67f360147d0f: Layer already exists [2025-08-26T10:41:03.470Z] 9e78c24a4262: Layer already exists [2025-08-26T10:41:03.470Z] 5a66fb5d69f5: Layer already exists [2025-08-26T10:41:03.470Z] be16fe1447c2: Layer already exists [2025-08-26T10:41:03.470Z] 1c718d9029c3: Layer already exists [2025-08-26T10:41:03.470Z] 097100c76c15: Layer already exists [2025-08-26T10:41:03.470Z] 366d4a0b8a52: Layer already exists [2025-08-26T10:41:03.470Z] main: digest: sha256:5420f02aedffbaa9ffcb2fbe8fa94f7448a11af305bdac11fc487c5ba3e562c2 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-26T10:41:03.544Z] ===================================================== [Pipeline] echo [2025-08-26T10:41:03.561Z] taggedImages: [2025-08-26T10:41:03.561Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:41:03.561Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-08-26T10:41:03.561Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.49 [2025-08-26T10:41:03.561Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:41:03.561Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2025-08-26T10:41:03.592Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2025-08-26T10:41:03.592Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:41:03.592Z] latest [2025-08-26T10:41:03.592Z] 4.1.0-dev.49 [2025-08-26T10:41:03.592Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:41:03.592Z] main [2025-08-26T10:41:03.592Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:41:03.929Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:41:04.259Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:41:04.259Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-08-26T10:41:04.259Z] a92ac5e336bc: Preparing [2025-08-26T10:41:04.259Z] ae369a24a5fa: Preparing [2025-08-26T10:41:04.259Z] 7c87ebfc415f: Preparing [2025-08-26T10:41:04.259Z] 41708772762b: Preparing [2025-08-26T10:41:04.259Z] 2e1e1a7d1cbb: Preparing [2025-08-26T10:41:04.259Z] fe7feeb9fdf0: Preparing [2025-08-26T10:41:04.259Z] be16fe1447c2: Preparing [2025-08-26T10:41:04.259Z] ea82798bd077: Preparing [2025-08-26T10:41:04.259Z] f262f38a1f5f: Preparing [2025-08-26T10:41:04.259Z] e31d0a3bc667: Preparing [2025-08-26T10:41:04.259Z] 097100c76c15: Preparing [2025-08-26T10:41:04.259Z] ea82798bd077: Waiting [2025-08-26T10:41:04.259Z] f262f38a1f5f: Waiting [2025-08-26T10:41:04.259Z] e31d0a3bc667: Waiting [2025-08-26T10:41:04.259Z] 097100c76c15: Waiting [2025-08-26T10:41:04.259Z] fe7feeb9fdf0: Waiting [2025-08-26T10:41:04.259Z] be16fe1447c2: Waiting [2025-08-26T10:41:04.259Z] ae369a24a5fa: Pushed [2025-08-26T10:41:04.259Z] a92ac5e336bc: Pushed [2025-08-26T10:41:04.259Z] 2e1e1a7d1cbb: Pushed [2025-08-26T10:41:04.259Z] 41708772762b: Pushed [2025-08-26T10:41:04.259Z] fe7feeb9fdf0: Layer already exists [2025-08-26T10:41:04.259Z] be16fe1447c2: Layer already exists [2025-08-26T10:41:04.259Z] 097100c76c15: Layer already exists [2025-08-26T10:41:04.517Z] ea82798bd077: Pushed [2025-08-26T10:41:04.517Z] f262f38a1f5f: Pushed [2025-08-26T10:41:05.895Z] e31d0a3bc667: Pushed [2025-08-26T10:41:07.272Z] 7c87ebfc415f: Pushed [2025-08-26T10:41:07.272Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5: digest: sha256:52ca068715cc15d16a2121a38175ca5c0ef76c13d7884c0008e94447a0c87759 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:41:07.606Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:41:07.933Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-08-26T10:41:07.934Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-08-26T10:41:07.934Z] a92ac5e336bc: Preparing [2025-08-26T10:41:07.934Z] ae369a24a5fa: Preparing [2025-08-26T10:41:07.934Z] 7c87ebfc415f: Preparing [2025-08-26T10:41:07.934Z] 41708772762b: Preparing [2025-08-26T10:41:07.934Z] 2e1e1a7d1cbb: Preparing [2025-08-26T10:41:07.934Z] fe7feeb9fdf0: Preparing [2025-08-26T10:41:07.934Z] be16fe1447c2: Preparing [2025-08-26T10:41:07.934Z] ea82798bd077: Preparing [2025-08-26T10:41:07.934Z] f262f38a1f5f: Preparing [2025-08-26T10:41:07.934Z] e31d0a3bc667: Preparing [2025-08-26T10:41:07.934Z] fe7feeb9fdf0: Waiting [2025-08-26T10:41:07.934Z] 097100c76c15: Preparing [2025-08-26T10:41:07.934Z] 097100c76c15: Waiting [2025-08-26T10:41:07.934Z] e31d0a3bc667: Waiting [2025-08-26T10:41:07.934Z] be16fe1447c2: Waiting [2025-08-26T10:41:07.934Z] ea82798bd077: Waiting [2025-08-26T10:41:07.934Z] f262f38a1f5f: Waiting [2025-08-26T10:41:07.934Z] ae369a24a5fa: Layer already exists [2025-08-26T10:41:07.934Z] 2e1e1a7d1cbb: Layer already exists [2025-08-26T10:41:07.934Z] 7c87ebfc415f: Layer already exists [2025-08-26T10:41:07.934Z] a92ac5e336bc: Layer already exists [2025-08-26T10:41:07.934Z] 41708772762b: Layer already exists [2025-08-26T10:41:07.934Z] fe7feeb9fdf0: Layer already exists [2025-08-26T10:41:07.934Z] ea82798bd077: Layer already exists [2025-08-26T10:41:07.934Z] be16fe1447c2: Layer already exists [2025-08-26T10:41:07.934Z] f262f38a1f5f: Layer already exists [2025-08-26T10:41:07.934Z] e31d0a3bc667: Layer already exists [2025-08-26T10:41:07.934Z] 097100c76c15: Layer already exists [2025-08-26T10:41:07.934Z] latest: digest: sha256:52ca068715cc15d16a2121a38175ca5c0ef76c13d7884c0008e94447a0c87759 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:41:08.261Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:41:08.581Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.49 [2025-08-26T10:41:08.581Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-08-26T10:41:08.581Z] a92ac5e336bc: Preparing [2025-08-26T10:41:08.581Z] ae369a24a5fa: Preparing [2025-08-26T10:41:08.581Z] 7c87ebfc415f: Preparing [2025-08-26T10:41:08.581Z] 41708772762b: Preparing [2025-08-26T10:41:08.581Z] 2e1e1a7d1cbb: Preparing [2025-08-26T10:41:08.581Z] fe7feeb9fdf0: Preparing [2025-08-26T10:41:08.581Z] be16fe1447c2: Preparing [2025-08-26T10:41:08.581Z] ea82798bd077: Preparing [2025-08-26T10:41:08.581Z] f262f38a1f5f: Preparing [2025-08-26T10:41:08.581Z] e31d0a3bc667: Preparing [2025-08-26T10:41:08.581Z] 097100c76c15: Preparing [2025-08-26T10:41:08.581Z] fe7feeb9fdf0: Waiting [2025-08-26T10:41:08.581Z] f262f38a1f5f: Waiting [2025-08-26T10:41:08.581Z] be16fe1447c2: Waiting [2025-08-26T10:41:08.581Z] ea82798bd077: Waiting [2025-08-26T10:41:08.581Z] e31d0a3bc667: Waiting [2025-08-26T10:41:08.581Z] 097100c76c15: Waiting [2025-08-26T10:41:08.581Z] 2e1e1a7d1cbb: Layer already exists [2025-08-26T10:41:08.581Z] 7c87ebfc415f: Layer already exists [2025-08-26T10:41:08.581Z] 41708772762b: Layer already exists [2025-08-26T10:41:08.581Z] ae369a24a5fa: Layer already exists [2025-08-26T10:41:08.581Z] a92ac5e336bc: Layer already exists [2025-08-26T10:41:08.581Z] fe7feeb9fdf0: Layer already exists [2025-08-26T10:41:08.581Z] be16fe1447c2: Layer already exists [2025-08-26T10:41:08.581Z] ea82798bd077: Layer already exists [2025-08-26T10:41:08.581Z] e31d0a3bc667: Layer already exists [2025-08-26T10:41:08.581Z] f262f38a1f5f: Layer already exists [2025-08-26T10:41:08.581Z] 097100c76c15: Layer already exists [2025-08-26T10:41:08.581Z] 4.1.0-dev.49: digest: sha256:52ca068715cc15d16a2121a38175ca5c0ef76c13d7884c0008e94447a0c87759 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:41:08.915Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:41:09.234Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:41:09.234Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-08-26T10:41:09.234Z] a92ac5e336bc: Preparing [2025-08-26T10:41:09.234Z] ae369a24a5fa: Preparing [2025-08-26T10:41:09.234Z] 7c87ebfc415f: Preparing [2025-08-26T10:41:09.234Z] 41708772762b: Preparing [2025-08-26T10:41:09.234Z] 2e1e1a7d1cbb: Preparing [2025-08-26T10:41:09.234Z] fe7feeb9fdf0: Preparing [2025-08-26T10:41:09.234Z] be16fe1447c2: Preparing [2025-08-26T10:41:09.234Z] ea82798bd077: Preparing [2025-08-26T10:41:09.234Z] f262f38a1f5f: Preparing [2025-08-26T10:41:09.234Z] e31d0a3bc667: Preparing [2025-08-26T10:41:09.234Z] 097100c76c15: Preparing [2025-08-26T10:41:09.234Z] ea82798bd077: Waiting [2025-08-26T10:41:09.234Z] f262f38a1f5f: Waiting [2025-08-26T10:41:09.234Z] e31d0a3bc667: Waiting [2025-08-26T10:41:09.234Z] 097100c76c15: Waiting [2025-08-26T10:41:09.234Z] fe7feeb9fdf0: Waiting [2025-08-26T10:41:09.234Z] be16fe1447c2: Waiting [2025-08-26T10:41:09.234Z] 7c87ebfc415f: Layer already exists [2025-08-26T10:41:09.234Z] 2e1e1a7d1cbb: Layer already exists [2025-08-26T10:41:09.234Z] ae369a24a5fa: Layer already exists [2025-08-26T10:41:09.234Z] a92ac5e336bc: Layer already exists [2025-08-26T10:41:09.234Z] 41708772762b: Layer already exists [2025-08-26T10:41:09.234Z] fe7feeb9fdf0: Layer already exists [2025-08-26T10:41:09.234Z] ea82798bd077: Layer already exists [2025-08-26T10:41:09.234Z] f262f38a1f5f: Layer already exists [2025-08-26T10:41:09.234Z] e31d0a3bc667: Layer already exists [2025-08-26T10:41:09.234Z] be16fe1447c2: Layer already exists [2025-08-26T10:41:09.234Z] 097100c76c15: Layer already exists [2025-08-26T10:41:09.234Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49: digest: sha256:52ca068715cc15d16a2121a38175ca5c0ef76c13d7884c0008e94447a0c87759 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:41:09.572Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:41:09.904Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-08-26T10:41:09.904Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-08-26T10:41:09.904Z] a92ac5e336bc: Preparing [2025-08-26T10:41:09.904Z] ae369a24a5fa: Preparing [2025-08-26T10:41:09.904Z] 7c87ebfc415f: Preparing [2025-08-26T10:41:09.904Z] 41708772762b: Preparing [2025-08-26T10:41:09.904Z] 2e1e1a7d1cbb: Preparing [2025-08-26T10:41:09.904Z] fe7feeb9fdf0: Preparing [2025-08-26T10:41:09.904Z] be16fe1447c2: Preparing [2025-08-26T10:41:09.904Z] fe7feeb9fdf0: Waiting [2025-08-26T10:41:09.904Z] ea82798bd077: Preparing [2025-08-26T10:41:09.904Z] f262f38a1f5f: Preparing [2025-08-26T10:41:09.904Z] e31d0a3bc667: Preparing [2025-08-26T10:41:09.904Z] 097100c76c15: Preparing [2025-08-26T10:41:09.904Z] be16fe1447c2: Waiting [2025-08-26T10:41:09.904Z] ea82798bd077: Waiting [2025-08-26T10:41:09.904Z] f262f38a1f5f: Waiting [2025-08-26T10:41:09.904Z] e31d0a3bc667: Waiting [2025-08-26T10:41:09.904Z] 097100c76c15: Waiting [2025-08-26T10:41:09.904Z] 41708772762b: Layer already exists [2025-08-26T10:41:09.904Z] ae369a24a5fa: Layer already exists [2025-08-26T10:41:09.904Z] a92ac5e336bc: Layer already exists [2025-08-26T10:41:09.904Z] 2e1e1a7d1cbb: Layer already exists [2025-08-26T10:41:09.904Z] 7c87ebfc415f: Layer already exists [2025-08-26T10:41:09.904Z] fe7feeb9fdf0: Layer already exists [2025-08-26T10:41:09.904Z] be16fe1447c2: Layer already exists [2025-08-26T10:41:09.904Z] ea82798bd077: Layer already exists [2025-08-26T10:41:09.904Z] f262f38a1f5f: Layer already exists [2025-08-26T10:41:09.904Z] e31d0a3bc667: Layer already exists [2025-08-26T10:41:09.904Z] 097100c76c15: Layer already exists [2025-08-26T10:41:09.904Z] main: digest: sha256:52ca068715cc15d16a2121a38175ca5c0ef76c13d7884c0008e94447a0c87759 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-26T10:41:09.981Z] ===================================================== [Pipeline] echo [2025-08-26T10:41:09.995Z] taggedImages: [2025-08-26T10:41:09.995Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:41:09.995Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-08-26T10:41:09.995Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.49 [2025-08-26T10:41:09.995Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:41:09.995Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2025-08-26T10:41:10.026Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2025-08-26T10:41:10.026Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:41:10.026Z] latest [2025-08-26T10:41:10.026Z] 4.1.0-dev.49 [2025-08-26T10:41:10.026Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:41:10.026Z] main [2025-08-26T10:41:10.026Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:41:10.567Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:41:10.911Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:41:10.911Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-08-26T10:41:10.911Z] 0667046e84a9: Preparing [2025-08-26T10:41:10.911Z] f2ca9da317f2: Preparing [2025-08-26T10:41:10.911Z] cbe6800834e5: Preparing [2025-08-26T10:41:10.911Z] aba6dd9bc99e: Preparing [2025-08-26T10:41:10.911Z] 223746b18ba2: Preparing [2025-08-26T10:41:10.911Z] b7d5a9b73fc2: Preparing [2025-08-26T10:41:10.911Z] 44be77109a5a: Preparing [2025-08-26T10:41:10.911Z] fe7feeb9fdf0: Preparing [2025-08-26T10:41:10.911Z] be16fe1447c2: Preparing [2025-08-26T10:41:10.911Z] 9eaf31f3cbd9: Preparing [2025-08-26T10:41:10.911Z] 014633485738: Preparing [2025-08-26T10:41:10.911Z] 097100c76c15: Preparing [2025-08-26T10:41:10.911Z] b7d5a9b73fc2: Waiting [2025-08-26T10:41:10.911Z] 44be77109a5a: Waiting [2025-08-26T10:41:10.911Z] fe7feeb9fdf0: Waiting [2025-08-26T10:41:10.911Z] be16fe1447c2: Waiting [2025-08-26T10:41:10.911Z] 9eaf31f3cbd9: Waiting [2025-08-26T10:41:10.911Z] 014633485738: Waiting [2025-08-26T10:41:10.911Z] 097100c76c15: Waiting [2025-08-26T10:41:10.911Z] f2ca9da317f2: Pushed [2025-08-26T10:41:10.911Z] 0667046e84a9: Pushed [2025-08-26T10:41:10.911Z] 223746b18ba2: Pushed [2025-08-26T10:41:10.911Z] fe7feeb9fdf0: Layer already exists [2025-08-26T10:41:10.911Z] be16fe1447c2: Layer already exists [2025-08-26T10:41:11.173Z] 44be77109a5a: Pushed [2025-08-26T10:41:11.173Z] b7d5a9b73fc2: Pushed [2025-08-26T10:41:11.173Z] 097100c76c15: Layer already exists [2025-08-26T10:41:11.173Z] 9eaf31f3cbd9: Pushed [2025-08-26T10:41:12.562Z] 014633485738: Pushed [2025-08-26T10:41:13.695Z] aba6dd9bc99e: Pushed [2025-08-26T10:41:13.954Z] cbe6800834e5: Pushed [2025-08-26T10:41:13.954Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5: digest: sha256:d636bc92330f6b71556fa2d7506df643aa08b0913e8557998abf54702f6de5a0 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:41:14.288Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:41:14.606Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-08-26T10:41:14.606Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-08-26T10:41:14.606Z] 0667046e84a9: Preparing [2025-08-26T10:41:14.606Z] f2ca9da317f2: Preparing [2025-08-26T10:41:14.606Z] cbe6800834e5: Preparing [2025-08-26T10:41:14.606Z] aba6dd9bc99e: Preparing [2025-08-26T10:41:14.606Z] 223746b18ba2: Preparing [2025-08-26T10:41:14.606Z] b7d5a9b73fc2: Preparing [2025-08-26T10:41:14.606Z] 44be77109a5a: Preparing [2025-08-26T10:41:14.606Z] fe7feeb9fdf0: Preparing [2025-08-26T10:41:14.606Z] b7d5a9b73fc2: Waiting [2025-08-26T10:41:14.606Z] 44be77109a5a: Waiting [2025-08-26T10:41:14.606Z] be16fe1447c2: Preparing [2025-08-26T10:41:14.606Z] fe7feeb9fdf0: Waiting [2025-08-26T10:41:14.606Z] 9eaf31f3cbd9: Preparing [2025-08-26T10:41:14.606Z] 014633485738: Preparing [2025-08-26T10:41:14.606Z] 097100c76c15: Preparing [2025-08-26T10:41:14.606Z] be16fe1447c2: Waiting [2025-08-26T10:41:14.606Z] 9eaf31f3cbd9: Waiting [2025-08-26T10:41:14.606Z] 097100c76c15: Waiting [2025-08-26T10:41:14.606Z] 014633485738: Waiting [2025-08-26T10:41:14.606Z] f2ca9da317f2: Layer already exists [2025-08-26T10:41:14.606Z] cbe6800834e5: Layer already exists [2025-08-26T10:41:14.606Z] aba6dd9bc99e: Layer already exists [2025-08-26T10:41:14.606Z] 223746b18ba2: Layer already exists [2025-08-26T10:41:14.606Z] 0667046e84a9: Layer already exists [2025-08-26T10:41:14.606Z] 44be77109a5a: Layer already exists [2025-08-26T10:41:14.606Z] fe7feeb9fdf0: Layer already exists [2025-08-26T10:41:14.606Z] b7d5a9b73fc2: Layer already exists [2025-08-26T10:41:14.606Z] be16fe1447c2: Layer already exists [2025-08-26T10:41:14.606Z] 9eaf31f3cbd9: Layer already exists [2025-08-26T10:41:14.606Z] 014633485738: Layer already exists [2025-08-26T10:41:14.606Z] 097100c76c15: Layer already exists [2025-08-26T10:41:14.606Z] latest: digest: sha256:d636bc92330f6b71556fa2d7506df643aa08b0913e8557998abf54702f6de5a0 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:41:15.186Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:41:15.514Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.49 [2025-08-26T10:41:15.515Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-08-26T10:41:15.515Z] 0667046e84a9: Preparing [2025-08-26T10:41:15.515Z] f2ca9da317f2: Preparing [2025-08-26T10:41:15.515Z] cbe6800834e5: Preparing [2025-08-26T10:41:15.515Z] aba6dd9bc99e: Preparing [2025-08-26T10:41:15.515Z] 223746b18ba2: Preparing [2025-08-26T10:41:15.515Z] b7d5a9b73fc2: Preparing [2025-08-26T10:41:15.515Z] 44be77109a5a: Preparing [2025-08-26T10:41:15.515Z] fe7feeb9fdf0: Preparing [2025-08-26T10:41:15.515Z] be16fe1447c2: Preparing [2025-08-26T10:41:15.515Z] 9eaf31f3cbd9: Preparing [2025-08-26T10:41:15.515Z] 014633485738: Preparing [2025-08-26T10:41:15.515Z] 097100c76c15: Preparing [2025-08-26T10:41:15.515Z] b7d5a9b73fc2: Waiting [2025-08-26T10:41:15.515Z] 44be77109a5a: Waiting [2025-08-26T10:41:15.515Z] fe7feeb9fdf0: Waiting [2025-08-26T10:41:15.515Z] be16fe1447c2: Waiting [2025-08-26T10:41:15.515Z] 014633485738: Waiting [2025-08-26T10:41:15.515Z] 9eaf31f3cbd9: Waiting [2025-08-26T10:41:15.515Z] 097100c76c15: Waiting [2025-08-26T10:41:15.515Z] 0667046e84a9: Layer already exists [2025-08-26T10:41:15.515Z] aba6dd9bc99e: Layer already exists [2025-08-26T10:41:15.515Z] 223746b18ba2: Layer already exists [2025-08-26T10:41:15.515Z] f2ca9da317f2: Layer already exists [2025-08-26T10:41:15.515Z] cbe6800834e5: Layer already exists [2025-08-26T10:41:15.515Z] b7d5a9b73fc2: Layer already exists [2025-08-26T10:41:15.515Z] 44be77109a5a: Layer already exists [2025-08-26T10:41:15.515Z] 9eaf31f3cbd9: Layer already exists [2025-08-26T10:41:15.515Z] be16fe1447c2: Layer already exists [2025-08-26T10:41:15.515Z] fe7feeb9fdf0: Layer already exists [2025-08-26T10:41:15.515Z] 014633485738: Layer already exists [2025-08-26T10:41:15.515Z] 097100c76c15: Layer already exists [2025-08-26T10:41:15.515Z] 4.1.0-dev.49: digest: sha256:d636bc92330f6b71556fa2d7506df643aa08b0913e8557998abf54702f6de5a0 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:41:15.835Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:41:16.150Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:41:16.150Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-08-26T10:41:16.150Z] 0667046e84a9: Preparing [2025-08-26T10:41:16.150Z] f2ca9da317f2: Preparing [2025-08-26T10:41:16.150Z] cbe6800834e5: Preparing [2025-08-26T10:41:16.150Z] aba6dd9bc99e: Preparing [2025-08-26T10:41:16.150Z] 223746b18ba2: Preparing [2025-08-26T10:41:16.150Z] b7d5a9b73fc2: Preparing [2025-08-26T10:41:16.150Z] 44be77109a5a: Preparing [2025-08-26T10:41:16.150Z] b7d5a9b73fc2: Waiting [2025-08-26T10:41:16.150Z] fe7feeb9fdf0: Preparing [2025-08-26T10:41:16.150Z] be16fe1447c2: Preparing [2025-08-26T10:41:16.150Z] 44be77109a5a: Waiting [2025-08-26T10:41:16.150Z] 9eaf31f3cbd9: Preparing [2025-08-26T10:41:16.150Z] 014633485738: Preparing [2025-08-26T10:41:16.150Z] fe7feeb9fdf0: Waiting [2025-08-26T10:41:16.150Z] be16fe1447c2: Waiting [2025-08-26T10:41:16.150Z] 9eaf31f3cbd9: Waiting [2025-08-26T10:41:16.150Z] 097100c76c15: Preparing [2025-08-26T10:41:16.150Z] 014633485738: Waiting [2025-08-26T10:41:16.150Z] 097100c76c15: Waiting [2025-08-26T10:41:16.150Z] f2ca9da317f2: Layer already exists [2025-08-26T10:41:16.150Z] cbe6800834e5: Layer already exists [2025-08-26T10:41:16.150Z] 223746b18ba2: Layer already exists [2025-08-26T10:41:16.150Z] aba6dd9bc99e: Layer already exists [2025-08-26T10:41:16.150Z] 0667046e84a9: Layer already exists [2025-08-26T10:41:16.150Z] fe7feeb9fdf0: Layer already exists [2025-08-26T10:41:16.150Z] be16fe1447c2: Layer already exists [2025-08-26T10:41:16.150Z] b7d5a9b73fc2: Layer already exists [2025-08-26T10:41:16.150Z] 44be77109a5a: Layer already exists [2025-08-26T10:41:16.150Z] 9eaf31f3cbd9: Layer already exists [2025-08-26T10:41:16.150Z] 097100c76c15: Layer already exists [2025-08-26T10:41:16.150Z] 014633485738: Layer already exists [2025-08-26T10:41:16.150Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49: digest: sha256:d636bc92330f6b71556fa2d7506df643aa08b0913e8557998abf54702f6de5a0 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:41:16.472Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:41:16.794Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-08-26T10:41:16.794Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-08-26T10:41:16.794Z] 0667046e84a9: Preparing [2025-08-26T10:41:16.794Z] f2ca9da317f2: Preparing [2025-08-26T10:41:16.794Z] cbe6800834e5: Preparing [2025-08-26T10:41:16.794Z] aba6dd9bc99e: Preparing [2025-08-26T10:41:16.794Z] 223746b18ba2: Preparing [2025-08-26T10:41:16.794Z] b7d5a9b73fc2: Preparing [2025-08-26T10:41:16.794Z] 44be77109a5a: Preparing [2025-08-26T10:41:16.794Z] fe7feeb9fdf0: Preparing [2025-08-26T10:41:16.794Z] b7d5a9b73fc2: Waiting [2025-08-26T10:41:16.794Z] 44be77109a5a: Waiting [2025-08-26T10:41:16.794Z] be16fe1447c2: Preparing [2025-08-26T10:41:16.794Z] fe7feeb9fdf0: Waiting [2025-08-26T10:41:16.794Z] 9eaf31f3cbd9: Preparing [2025-08-26T10:41:16.794Z] 014633485738: Preparing [2025-08-26T10:41:16.794Z] 097100c76c15: Preparing [2025-08-26T10:41:16.794Z] be16fe1447c2: Waiting [2025-08-26T10:41:16.794Z] 9eaf31f3cbd9: Waiting [2025-08-26T10:41:16.794Z] 097100c76c15: Waiting [2025-08-26T10:41:16.794Z] 014633485738: Waiting [2025-08-26T10:41:16.794Z] 223746b18ba2: Layer already exists [2025-08-26T10:41:16.794Z] 0667046e84a9: Layer already exists [2025-08-26T10:41:16.794Z] aba6dd9bc99e: Layer already exists [2025-08-26T10:41:16.794Z] cbe6800834e5: Layer already exists [2025-08-26T10:41:16.794Z] f2ca9da317f2: Layer already exists [2025-08-26T10:41:16.794Z] b7d5a9b73fc2: Layer already exists [2025-08-26T10:41:16.794Z] fe7feeb9fdf0: Layer already exists [2025-08-26T10:41:16.794Z] 9eaf31f3cbd9: Layer already exists [2025-08-26T10:41:16.794Z] 44be77109a5a: Layer already exists [2025-08-26T10:41:16.794Z] be16fe1447c2: Layer already exists [2025-08-26T10:41:16.794Z] 014633485738: Layer already exists [2025-08-26T10:41:16.794Z] 097100c76c15: Layer already exists [2025-08-26T10:41:16.794Z] main: digest: sha256:d636bc92330f6b71556fa2d7506df643aa08b0913e8557998abf54702f6de5a0 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-26T10:41:16.859Z] ===================================================== [Pipeline] echo [2025-08-26T10:41:16.868Z] taggedImages: [2025-08-26T10:41:16.868Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:41:16.868Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-08-26T10:41:16.868Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.49 [2025-08-26T10:41:16.868Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:41:16.868Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2025-08-26T10:41:16.890Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2025-08-26T10:41:16.890Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:41:16.890Z] latest [2025-08-26T10:41:16.890Z] 4.1.0-dev.49 [2025-08-26T10:41:16.890Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:41:16.890Z] main [2025-08-26T10:41:16.890Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:41:17.232Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:41:17.551Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:41:17.552Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-08-26T10:41:17.552Z] da7132ec5fb0: Preparing [2025-08-26T10:41:17.552Z] 5b17e18a0d4f: Preparing [2025-08-26T10:41:17.552Z] fe7feeb9fdf0: Preparing [2025-08-26T10:41:17.552Z] be16fe1447c2: Preparing [2025-08-26T10:41:17.552Z] fd3ced52f6cb: Preparing [2025-08-26T10:41:17.552Z] fe426fa14acb: Preparing [2025-08-26T10:41:17.552Z] 097100c76c15: Preparing [2025-08-26T10:41:17.552Z] fe426fa14acb: Waiting [2025-08-26T10:41:17.552Z] 097100c76c15: Waiting [2025-08-26T10:41:17.552Z] fe7feeb9fdf0: Layer already exists [2025-08-26T10:41:17.552Z] be16fe1447c2: Layer already exists [2025-08-26T10:41:17.552Z] 097100c76c15: Layer already exists [2025-08-26T10:41:17.552Z] da7132ec5fb0: Pushed [2025-08-26T10:41:17.552Z] fd3ced52f6cb: Pushed [2025-08-26T10:41:18.486Z] fe426fa14acb: Pushed [2025-08-26T10:41:21.022Z] 5b17e18a0d4f: Pushed [2025-08-26T10:41:21.022Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5: digest: sha256:7f4f2eecbe57bd1e9780c047dac4a93971efe20608690dfc98e4b59ad05728bb size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:41:21.355Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:41:21.664Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-08-26T10:41:21.664Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-08-26T10:41:21.664Z] da7132ec5fb0: Preparing [2025-08-26T10:41:21.664Z] 5b17e18a0d4f: Preparing [2025-08-26T10:41:21.664Z] fe7feeb9fdf0: Preparing [2025-08-26T10:41:21.664Z] be16fe1447c2: Preparing [2025-08-26T10:41:21.664Z] fd3ced52f6cb: Preparing [2025-08-26T10:41:21.664Z] fe426fa14acb: Preparing [2025-08-26T10:41:21.664Z] 097100c76c15: Preparing [2025-08-26T10:41:21.664Z] fe426fa14acb: Waiting [2025-08-26T10:41:21.664Z] 097100c76c15: Waiting [2025-08-26T10:41:21.664Z] fd3ced52f6cb: Layer already exists [2025-08-26T10:41:21.664Z] fe7feeb9fdf0: Layer already exists [2025-08-26T10:41:21.664Z] da7132ec5fb0: Layer already exists [2025-08-26T10:41:21.664Z] 5b17e18a0d4f: Layer already exists [2025-08-26T10:41:21.664Z] be16fe1447c2: Layer already exists [2025-08-26T10:41:21.664Z] 097100c76c15: Layer already exists [2025-08-26T10:41:21.664Z] fe426fa14acb: Layer already exists [2025-08-26T10:41:21.665Z] latest: digest: sha256:7f4f2eecbe57bd1e9780c047dac4a93971efe20608690dfc98e4b59ad05728bb size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:41:21.986Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:41:22.317Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.49 [2025-08-26T10:41:22.317Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-08-26T10:41:22.317Z] da7132ec5fb0: Preparing [2025-08-26T10:41:22.317Z] 5b17e18a0d4f: Preparing [2025-08-26T10:41:22.317Z] fe7feeb9fdf0: Preparing [2025-08-26T10:41:22.317Z] be16fe1447c2: Preparing [2025-08-26T10:41:22.317Z] fd3ced52f6cb: Preparing [2025-08-26T10:41:22.317Z] fe426fa14acb: Preparing [2025-08-26T10:41:22.317Z] 097100c76c15: Preparing [2025-08-26T10:41:22.317Z] fe426fa14acb: Waiting [2025-08-26T10:41:22.317Z] 097100c76c15: Waiting [2025-08-26T10:41:22.317Z] 5b17e18a0d4f: Layer already exists [2025-08-26T10:41:22.317Z] fd3ced52f6cb: Layer already exists [2025-08-26T10:41:22.317Z] be16fe1447c2: Layer already exists [2025-08-26T10:41:22.317Z] da7132ec5fb0: Layer already exists [2025-08-26T10:41:22.317Z] fe7feeb9fdf0: Layer already exists [2025-08-26T10:41:22.317Z] fe426fa14acb: Layer already exists [2025-08-26T10:41:22.317Z] 097100c76c15: Layer already exists [2025-08-26T10:41:22.317Z] 4.1.0-dev.49: digest: sha256:7f4f2eecbe57bd1e9780c047dac4a93971efe20608690dfc98e4b59ad05728bb size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:41:22.639Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:41:22.955Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:41:22.955Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-08-26T10:41:22.955Z] da7132ec5fb0: Preparing [2025-08-26T10:41:22.955Z] 5b17e18a0d4f: Preparing [2025-08-26T10:41:22.955Z] fe7feeb9fdf0: Preparing [2025-08-26T10:41:22.955Z] be16fe1447c2: Preparing [2025-08-26T10:41:22.955Z] fd3ced52f6cb: Preparing [2025-08-26T10:41:22.955Z] fe426fa14acb: Preparing [2025-08-26T10:41:22.955Z] 097100c76c15: Preparing [2025-08-26T10:41:22.955Z] fe426fa14acb: Waiting [2025-08-26T10:41:22.955Z] 097100c76c15: Waiting [2025-08-26T10:41:22.955Z] fe7feeb9fdf0: Layer already exists [2025-08-26T10:41:22.955Z] 5b17e18a0d4f: Layer already exists [2025-08-26T10:41:22.955Z] da7132ec5fb0: Layer already exists [2025-08-26T10:41:22.955Z] fd3ced52f6cb: Layer already exists [2025-08-26T10:41:22.955Z] be16fe1447c2: Layer already exists [2025-08-26T10:41:22.955Z] 097100c76c15: Layer already exists [2025-08-26T10:41:22.955Z] fe426fa14acb: Layer already exists [2025-08-26T10:41:22.955Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49: digest: sha256:7f4f2eecbe57bd1e9780c047dac4a93971efe20608690dfc98e4b59ad05728bb size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:41:23.352Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:41:23.709Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-08-26T10:41:23.709Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-08-26T10:41:23.709Z] da7132ec5fb0: Preparing [2025-08-26T10:41:23.709Z] 5b17e18a0d4f: Preparing [2025-08-26T10:41:23.709Z] fe7feeb9fdf0: Preparing [2025-08-26T10:41:23.709Z] be16fe1447c2: Preparing [2025-08-26T10:41:23.709Z] fd3ced52f6cb: Preparing [2025-08-26T10:41:23.709Z] fe426fa14acb: Preparing [2025-08-26T10:41:23.709Z] 097100c76c15: Preparing [2025-08-26T10:41:23.709Z] fe426fa14acb: Waiting [2025-08-26T10:41:23.709Z] 097100c76c15: Waiting [2025-08-26T10:41:23.709Z] da7132ec5fb0: Layer already exists [2025-08-26T10:41:23.709Z] be16fe1447c2: Layer already exists [2025-08-26T10:41:23.709Z] 5b17e18a0d4f: Layer already exists [2025-08-26T10:41:23.709Z] fe7feeb9fdf0: Layer already exists [2025-08-26T10:41:23.709Z] fd3ced52f6cb: Layer already exists [2025-08-26T10:41:23.709Z] fe426fa14acb: Layer already exists [2025-08-26T10:41:23.709Z] 097100c76c15: Layer already exists [2025-08-26T10:41:23.709Z] main: digest: sha256:7f4f2eecbe57bd1e9780c047dac4a93971efe20608690dfc98e4b59ad05728bb size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-26T10:41:23.783Z] ===================================================== [Pipeline] echo [2025-08-26T10:41:23.800Z] taggedImages: [2025-08-26T10:41:23.800Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:41:23.800Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-08-26T10:41:23.800Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.49 [2025-08-26T10:41:23.800Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:41:23.800Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2025-08-26T10:41:23.825Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2025-08-26T10:41:23.825Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:41:23.825Z] latest [2025-08-26T10:41:23.825Z] 4.1.0-dev.49 [2025-08-26T10:41:23.825Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:41:23.825Z] main [2025-08-26T10:41:23.825Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:41:24.448Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:41:24.760Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:41:24.760Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-08-26T10:41:24.760Z] a5443beedbfd: Preparing [2025-08-26T10:41:24.760Z] c583ea9fe11b: Preparing [2025-08-26T10:41:24.760Z] 865cf9353924: Preparing [2025-08-26T10:41:24.760Z] fe7feeb9fdf0: Preparing [2025-08-26T10:41:24.760Z] be16fe1447c2: Preparing [2025-08-26T10:41:24.760Z] d3f8d9d6a224: Preparing [2025-08-26T10:41:24.760Z] bcd7747400e7: Preparing [2025-08-26T10:41:24.760Z] da206bbd0252: Preparing [2025-08-26T10:41:24.760Z] 924d5681aef9: Preparing [2025-08-26T10:41:24.760Z] 097100c76c15: Preparing [2025-08-26T10:41:24.760Z] bcd7747400e7: Waiting [2025-08-26T10:41:24.760Z] da206bbd0252: Waiting [2025-08-26T10:41:24.760Z] 924d5681aef9: Waiting [2025-08-26T10:41:24.760Z] 097100c76c15: Waiting [2025-08-26T10:41:24.760Z] d3f8d9d6a224: Waiting [2025-08-26T10:41:24.760Z] be16fe1447c2: Layer already exists [2025-08-26T10:41:24.760Z] fe7feeb9fdf0: Layer already exists [2025-08-26T10:41:24.760Z] a5443beedbfd: Pushed [2025-08-26T10:41:24.760Z] 865cf9353924: Pushed [2025-08-26T10:41:24.760Z] c583ea9fe11b: Pushed [2025-08-26T10:41:24.760Z] 097100c76c15: Layer already exists [2025-08-26T10:41:25.017Z] da206bbd0252: Pushed [2025-08-26T10:41:25.275Z] 924d5681aef9: Pushed [2025-08-26T10:41:29.465Z] bcd7747400e7: Pushed [2025-08-26T10:41:37.702Z] d3f8d9d6a224: Pushed [2025-08-26T10:41:37.702Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5: digest: sha256:b2b2313f56b436c5adbfb8c47b50133a1897a501c8bb891e74f4fc9bc03cc60b size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:41:38.031Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:41:38.357Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-08-26T10:41:38.357Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-08-26T10:41:38.357Z] a5443beedbfd: Preparing [2025-08-26T10:41:38.357Z] c583ea9fe11b: Preparing [2025-08-26T10:41:38.357Z] 865cf9353924: Preparing [2025-08-26T10:41:38.357Z] fe7feeb9fdf0: Preparing [2025-08-26T10:41:38.357Z] be16fe1447c2: Preparing [2025-08-26T10:41:38.357Z] d3f8d9d6a224: Preparing [2025-08-26T10:41:38.357Z] bcd7747400e7: Preparing [2025-08-26T10:41:38.357Z] da206bbd0252: Preparing [2025-08-26T10:41:38.357Z] d3f8d9d6a224: Waiting [2025-08-26T10:41:38.357Z] da206bbd0252: Waiting [2025-08-26T10:41:38.357Z] bcd7747400e7: Waiting [2025-08-26T10:41:38.357Z] 924d5681aef9: Preparing [2025-08-26T10:41:38.357Z] 097100c76c15: Preparing [2025-08-26T10:41:38.357Z] 924d5681aef9: Waiting [2025-08-26T10:41:38.357Z] 097100c76c15: Waiting [2025-08-26T10:41:38.357Z] c583ea9fe11b: Layer already exists [2025-08-26T10:41:38.357Z] a5443beedbfd: Layer already exists [2025-08-26T10:41:38.357Z] fe7feeb9fdf0: Layer already exists [2025-08-26T10:41:38.357Z] be16fe1447c2: Layer already exists [2025-08-26T10:41:38.357Z] 865cf9353924: Layer already exists [2025-08-26T10:41:38.357Z] d3f8d9d6a224: Layer already exists [2025-08-26T10:41:38.357Z] 924d5681aef9: Layer already exists [2025-08-26T10:41:38.357Z] da206bbd0252: Layer already exists [2025-08-26T10:41:38.357Z] bcd7747400e7: Layer already exists [2025-08-26T10:41:38.357Z] 097100c76c15: Layer already exists [2025-08-26T10:41:38.357Z] latest: digest: sha256:b2b2313f56b436c5adbfb8c47b50133a1897a501c8bb891e74f4fc9bc03cc60b size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:41:38.692Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:41:39.021Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.49 [2025-08-26T10:41:39.021Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-08-26T10:41:39.021Z] a5443beedbfd: Preparing [2025-08-26T10:41:39.021Z] c583ea9fe11b: Preparing [2025-08-26T10:41:39.021Z] 865cf9353924: Preparing [2025-08-26T10:41:39.021Z] fe7feeb9fdf0: Preparing [2025-08-26T10:41:39.021Z] be16fe1447c2: Preparing [2025-08-26T10:41:39.021Z] d3f8d9d6a224: Preparing [2025-08-26T10:41:39.021Z] bcd7747400e7: Preparing [2025-08-26T10:41:39.021Z] da206bbd0252: Preparing [2025-08-26T10:41:39.021Z] 924d5681aef9: Preparing [2025-08-26T10:41:39.021Z] 097100c76c15: Preparing [2025-08-26T10:41:39.021Z] bcd7747400e7: Waiting [2025-08-26T10:41:39.021Z] da206bbd0252: Waiting [2025-08-26T10:41:39.021Z] 924d5681aef9: Waiting [2025-08-26T10:41:39.021Z] 097100c76c15: Waiting [2025-08-26T10:41:39.021Z] d3f8d9d6a224: Waiting [2025-08-26T10:41:39.021Z] a5443beedbfd: Layer already exists [2025-08-26T10:41:39.021Z] 865cf9353924: Layer already exists [2025-08-26T10:41:39.021Z] be16fe1447c2: Layer already exists [2025-08-26T10:41:39.021Z] fe7feeb9fdf0: Layer already exists [2025-08-26T10:41:39.021Z] c583ea9fe11b: Layer already exists [2025-08-26T10:41:39.021Z] d3f8d9d6a224: Layer already exists [2025-08-26T10:41:39.021Z] 924d5681aef9: Layer already exists [2025-08-26T10:41:39.021Z] bcd7747400e7: Layer already exists [2025-08-26T10:41:39.021Z] 097100c76c15: Layer already exists [2025-08-26T10:41:39.021Z] da206bbd0252: Layer already exists [2025-08-26T10:41:39.021Z] 4.1.0-dev.49: digest: sha256:b2b2313f56b436c5adbfb8c47b50133a1897a501c8bb891e74f4fc9bc03cc60b size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:41:39.356Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:41:39.681Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:41:39.681Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-08-26T10:41:39.681Z] a5443beedbfd: Preparing [2025-08-26T10:41:39.681Z] c583ea9fe11b: Preparing [2025-08-26T10:41:39.681Z] 865cf9353924: Preparing [2025-08-26T10:41:39.681Z] fe7feeb9fdf0: Preparing [2025-08-26T10:41:39.681Z] be16fe1447c2: Preparing [2025-08-26T10:41:39.681Z] d3f8d9d6a224: Preparing [2025-08-26T10:41:39.681Z] bcd7747400e7: Preparing [2025-08-26T10:41:39.681Z] da206bbd0252: Preparing [2025-08-26T10:41:39.681Z] 924d5681aef9: Preparing [2025-08-26T10:41:39.681Z] 097100c76c15: Preparing [2025-08-26T10:41:39.681Z] 924d5681aef9: Waiting [2025-08-26T10:41:39.681Z] bcd7747400e7: Waiting [2025-08-26T10:41:39.681Z] da206bbd0252: Waiting [2025-08-26T10:41:39.681Z] d3f8d9d6a224: Waiting [2025-08-26T10:41:39.681Z] 097100c76c15: Waiting [2025-08-26T10:41:39.681Z] a5443beedbfd: Layer already exists [2025-08-26T10:41:39.681Z] be16fe1447c2: Layer already exists [2025-08-26T10:41:39.681Z] 865cf9353924: Layer already exists [2025-08-26T10:41:39.681Z] fe7feeb9fdf0: Layer already exists [2025-08-26T10:41:39.681Z] c583ea9fe11b: Layer already exists [2025-08-26T10:41:39.681Z] da206bbd0252: Layer already exists [2025-08-26T10:41:39.681Z] d3f8d9d6a224: Layer already exists [2025-08-26T10:41:39.681Z] 924d5681aef9: Layer already exists [2025-08-26T10:41:39.681Z] bcd7747400e7: Layer already exists [2025-08-26T10:41:39.681Z] 097100c76c15: Layer already exists [2025-08-26T10:41:39.681Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49: digest: sha256:b2b2313f56b436c5adbfb8c47b50133a1897a501c8bb891e74f4fc9bc03cc60b size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:41:40.019Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:41:40.333Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-08-26T10:41:40.333Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-08-26T10:41:40.333Z] a5443beedbfd: Preparing [2025-08-26T10:41:40.333Z] c583ea9fe11b: Preparing [2025-08-26T10:41:40.333Z] 865cf9353924: Preparing [2025-08-26T10:41:40.333Z] fe7feeb9fdf0: Preparing [2025-08-26T10:41:40.333Z] be16fe1447c2: Preparing [2025-08-26T10:41:40.333Z] d3f8d9d6a224: Preparing [2025-08-26T10:41:40.333Z] bcd7747400e7: Preparing [2025-08-26T10:41:40.333Z] da206bbd0252: Preparing [2025-08-26T10:41:40.333Z] 924d5681aef9: Preparing [2025-08-26T10:41:40.333Z] 097100c76c15: Preparing [2025-08-26T10:41:40.333Z] da206bbd0252: Waiting [2025-08-26T10:41:40.333Z] 924d5681aef9: Waiting [2025-08-26T10:41:40.333Z] 097100c76c15: Waiting [2025-08-26T10:41:40.333Z] d3f8d9d6a224: Waiting [2025-08-26T10:41:40.333Z] bcd7747400e7: Waiting [2025-08-26T10:41:40.333Z] 865cf9353924: Layer already exists [2025-08-26T10:41:40.333Z] fe7feeb9fdf0: Layer already exists [2025-08-26T10:41:40.333Z] a5443beedbfd: Layer already exists [2025-08-26T10:41:40.333Z] be16fe1447c2: Layer already exists [2025-08-26T10:41:40.333Z] c583ea9fe11b: Layer already exists [2025-08-26T10:41:40.333Z] d3f8d9d6a224: Layer already exists [2025-08-26T10:41:40.333Z] bcd7747400e7: Layer already exists [2025-08-26T10:41:40.333Z] da206bbd0252: Layer already exists [2025-08-26T10:41:40.333Z] 924d5681aef9: Layer already exists [2025-08-26T10:41:40.333Z] 097100c76c15: Layer already exists [2025-08-26T10:41:40.333Z] main: digest: sha256:b2b2313f56b436c5adbfb8c47b50133a1897a501c8bb891e74f4fc9bc03cc60b size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-26T10:41:40.384Z] ===================================================== [Pipeline] echo [2025-08-26T10:41:40.393Z] taggedImages: [2025-08-26T10:41:40.393Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:41:40.393Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-08-26T10:41:40.393Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.49 [2025-08-26T10:41:40.393Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:41:40.393Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2025-08-26T10:41:40.415Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2025-08-26T10:41:40.415Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:41:40.415Z] latest [2025-08-26T10:41:40.415Z] 4.1.0-dev.49 [2025-08-26T10:41:40.415Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:41:40.415Z] main [2025-08-26T10:41:40.415Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:41:40.747Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:41:41.054Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:41:41.054Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-08-26T10:41:41.054Z] 12f023ce2727: Preparing [2025-08-26T10:41:41.054Z] 3c6e1047024c: Preparing [2025-08-26T10:41:41.054Z] d7281d26b622: Preparing [2025-08-26T10:41:41.054Z] fe7feeb9fdf0: Preparing [2025-08-26T10:41:41.054Z] be16fe1447c2: Preparing [2025-08-26T10:41:41.054Z] f51f69e09c41: Preparing [2025-08-26T10:41:41.054Z] 340c73284ea9: Preparing [2025-08-26T10:41:41.054Z] 840920fe49f1: Preparing [2025-08-26T10:41:41.054Z] 097100c76c15: Preparing [2025-08-26T10:41:41.054Z] 340c73284ea9: Waiting [2025-08-26T10:41:41.054Z] 097100c76c15: Waiting [2025-08-26T10:41:41.054Z] 840920fe49f1: Waiting [2025-08-26T10:41:41.054Z] f51f69e09c41: Waiting [2025-08-26T10:41:41.054Z] fe7feeb9fdf0: Layer already exists [2025-08-26T10:41:41.054Z] be16fe1447c2: Layer already exists [2025-08-26T10:41:41.054Z] d7281d26b622: Pushed [2025-08-26T10:41:41.054Z] 3c6e1047024c: Pushed [2025-08-26T10:41:41.054Z] 12f023ce2727: Pushed [2025-08-26T10:41:41.054Z] 097100c76c15: Layer already exists [2025-08-26T10:41:41.313Z] 340c73284ea9: Pushed [2025-08-26T10:41:41.572Z] 840920fe49f1: Pushed [2025-08-26T10:41:56.467Z] f51f69e09c41: Pushed [2025-08-26T10:41:56.467Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5: digest: sha256:53587158877923ddde96a20fa4e827fbc66768c439f533aa64d0ec0d37fa59b2 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:41:56.792Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:41:57.108Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-08-26T10:41:57.108Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-08-26T10:41:57.108Z] 12f023ce2727: Preparing [2025-08-26T10:41:57.108Z] 3c6e1047024c: Preparing [2025-08-26T10:41:57.108Z] d7281d26b622: Preparing [2025-08-26T10:41:57.108Z] fe7feeb9fdf0: Preparing [2025-08-26T10:41:57.108Z] be16fe1447c2: Preparing [2025-08-26T10:41:57.108Z] f51f69e09c41: Preparing [2025-08-26T10:41:57.108Z] 340c73284ea9: Preparing [2025-08-26T10:41:57.108Z] 840920fe49f1: Preparing [2025-08-26T10:41:57.108Z] 097100c76c15: Preparing [2025-08-26T10:41:57.108Z] f51f69e09c41: Waiting [2025-08-26T10:41:57.108Z] 340c73284ea9: Waiting [2025-08-26T10:41:57.108Z] 840920fe49f1: Waiting [2025-08-26T10:41:57.108Z] 097100c76c15: Waiting [2025-08-26T10:41:57.108Z] 12f023ce2727: Layer already exists [2025-08-26T10:41:57.108Z] be16fe1447c2: Layer already exists [2025-08-26T10:41:57.108Z] d7281d26b622: Layer already exists [2025-08-26T10:41:57.108Z] fe7feeb9fdf0: Layer already exists [2025-08-26T10:41:57.108Z] 3c6e1047024c: Layer already exists [2025-08-26T10:41:57.108Z] f51f69e09c41: Layer already exists [2025-08-26T10:41:57.108Z] 840920fe49f1: Layer already exists [2025-08-26T10:41:57.108Z] 340c73284ea9: Layer already exists [2025-08-26T10:41:57.108Z] 097100c76c15: Layer already exists [2025-08-26T10:41:57.108Z] latest: digest: sha256:53587158877923ddde96a20fa4e827fbc66768c439f533aa64d0ec0d37fa59b2 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:41:57.428Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:41:57.749Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.49 [2025-08-26T10:41:57.749Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-08-26T10:41:57.749Z] 12f023ce2727: Preparing [2025-08-26T10:41:57.749Z] 3c6e1047024c: Preparing [2025-08-26T10:41:57.749Z] d7281d26b622: Preparing [2025-08-26T10:41:57.749Z] fe7feeb9fdf0: Preparing [2025-08-26T10:41:57.749Z] be16fe1447c2: Preparing [2025-08-26T10:41:57.749Z] f51f69e09c41: Preparing [2025-08-26T10:41:57.749Z] 340c73284ea9: Preparing [2025-08-26T10:41:57.749Z] 840920fe49f1: Preparing [2025-08-26T10:41:57.749Z] 097100c76c15: Preparing [2025-08-26T10:41:57.749Z] f51f69e09c41: Waiting [2025-08-26T10:41:57.749Z] 340c73284ea9: Waiting [2025-08-26T10:41:57.749Z] 840920fe49f1: Waiting [2025-08-26T10:41:57.749Z] 097100c76c15: Waiting [2025-08-26T10:41:57.749Z] be16fe1447c2: Layer already exists [2025-08-26T10:41:57.749Z] d7281d26b622: Layer already exists [2025-08-26T10:41:57.749Z] fe7feeb9fdf0: Layer already exists [2025-08-26T10:41:57.749Z] 12f023ce2727: Layer already exists [2025-08-26T10:41:57.749Z] 3c6e1047024c: Layer already exists [2025-08-26T10:41:57.749Z] 340c73284ea9: Layer already exists [2025-08-26T10:41:57.749Z] f51f69e09c41: Layer already exists [2025-08-26T10:41:57.749Z] 840920fe49f1: Layer already exists [2025-08-26T10:41:57.749Z] 097100c76c15: Layer already exists [2025-08-26T10:41:57.749Z] 4.1.0-dev.49: digest: sha256:53587158877923ddde96a20fa4e827fbc66768c439f533aa64d0ec0d37fa59b2 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:41:58.065Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:41:58.391Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:41:58.391Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-08-26T10:41:58.391Z] 12f023ce2727: Preparing [2025-08-26T10:41:58.391Z] 3c6e1047024c: Preparing [2025-08-26T10:41:58.391Z] d7281d26b622: Preparing [2025-08-26T10:41:58.391Z] fe7feeb9fdf0: Preparing [2025-08-26T10:41:58.391Z] be16fe1447c2: Preparing [2025-08-26T10:41:58.391Z] f51f69e09c41: Preparing [2025-08-26T10:41:58.391Z] 340c73284ea9: Preparing [2025-08-26T10:41:58.391Z] 840920fe49f1: Preparing [2025-08-26T10:41:58.391Z] 097100c76c15: Preparing [2025-08-26T10:41:58.391Z] 340c73284ea9: Waiting [2025-08-26T10:41:58.391Z] f51f69e09c41: Waiting [2025-08-26T10:41:58.391Z] 840920fe49f1: Waiting [2025-08-26T10:41:58.391Z] 097100c76c15: Waiting [2025-08-26T10:41:58.391Z] 3c6e1047024c: Layer already exists [2025-08-26T10:41:58.391Z] fe7feeb9fdf0: Layer already exists [2025-08-26T10:41:58.391Z] d7281d26b622: Layer already exists [2025-08-26T10:41:58.391Z] 12f023ce2727: Layer already exists [2025-08-26T10:41:58.391Z] be16fe1447c2: Layer already exists [2025-08-26T10:41:58.391Z] f51f69e09c41: Layer already exists [2025-08-26T10:41:58.391Z] 840920fe49f1: Layer already exists [2025-08-26T10:41:58.391Z] 340c73284ea9: Layer already exists [2025-08-26T10:41:58.391Z] 097100c76c15: Layer already exists [2025-08-26T10:41:58.391Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49: digest: sha256:53587158877923ddde96a20fa4e827fbc66768c439f533aa64d0ec0d37fa59b2 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:41:58.715Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:41:59.038Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-08-26T10:41:59.038Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-08-26T10:41:59.038Z] 12f023ce2727: Preparing [2025-08-26T10:41:59.038Z] 3c6e1047024c: Preparing [2025-08-26T10:41:59.038Z] d7281d26b622: Preparing [2025-08-26T10:41:59.038Z] fe7feeb9fdf0: Preparing [2025-08-26T10:41:59.038Z] be16fe1447c2: Preparing [2025-08-26T10:41:59.038Z] f51f69e09c41: Preparing [2025-08-26T10:41:59.038Z] 340c73284ea9: Preparing [2025-08-26T10:41:59.038Z] 840920fe49f1: Preparing [2025-08-26T10:41:59.038Z] 097100c76c15: Preparing [2025-08-26T10:41:59.038Z] f51f69e09c41: Waiting [2025-08-26T10:41:59.038Z] 840920fe49f1: Waiting [2025-08-26T10:41:59.038Z] 097100c76c15: Waiting [2025-08-26T10:41:59.038Z] 340c73284ea9: Waiting [2025-08-26T10:41:59.038Z] 3c6e1047024c: Layer already exists [2025-08-26T10:41:59.038Z] d7281d26b622: Layer already exists [2025-08-26T10:41:59.038Z] 12f023ce2727: Layer already exists [2025-08-26T10:41:59.038Z] be16fe1447c2: Layer already exists [2025-08-26T10:41:59.038Z] fe7feeb9fdf0: Layer already exists [2025-08-26T10:41:59.038Z] 840920fe49f1: Layer already exists [2025-08-26T10:41:59.038Z] 097100c76c15: Layer already exists [2025-08-26T10:41:59.038Z] f51f69e09c41: Layer already exists [2025-08-26T10:41:59.038Z] 340c73284ea9: Layer already exists [2025-08-26T10:41:59.038Z] main: digest: sha256:53587158877923ddde96a20fa4e827fbc66768c439f533aa64d0ec0d37fa59b2 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-26T10:41:59.115Z] ===================================================== [Pipeline] echo [2025-08-26T10:41:59.132Z] taggedImages: [2025-08-26T10:41:59.132Z] - nexus3.edgexfoundry.org:10004/security-spire-config:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:41:59.132Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-08-26T10:41:59.132Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.49 [2025-08-26T10:41:59.132Z] - nexus3.edgexfoundry.org:10004/security-spire-config:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:41:59.132Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2025-08-26T10:41:59.164Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2025-08-26T10:41:59.164Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:41:59.164Z] latest [2025-08-26T10:41:59.164Z] 4.1.0-dev.49 [2025-08-26T10:41:59.164Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:41:59.164Z] main [2025-08-26T10:41:59.164Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:41:59.500Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:41:59.816Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:41:59.816Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-08-26T10:41:59.816Z] 95155255e7a2: Preparing [2025-08-26T10:41:59.816Z] 3ffc130fcd66: Preparing [2025-08-26T10:41:59.816Z] a68be6d64c91: Preparing [2025-08-26T10:41:59.816Z] fe7feeb9fdf0: Preparing [2025-08-26T10:41:59.816Z] be16fe1447c2: Preparing [2025-08-26T10:41:59.816Z] 30b3e01da724: Preparing [2025-08-26T10:41:59.816Z] da206bbd0252: Preparing [2025-08-26T10:41:59.816Z] 924d5681aef9: Preparing [2025-08-26T10:41:59.816Z] 097100c76c15: Preparing [2025-08-26T10:41:59.816Z] 30b3e01da724: Waiting [2025-08-26T10:41:59.816Z] 924d5681aef9: Waiting [2025-08-26T10:41:59.816Z] da206bbd0252: Waiting [2025-08-26T10:41:59.816Z] 097100c76c15: Waiting [2025-08-26T10:41:59.816Z] fe7feeb9fdf0: Layer already exists [2025-08-26T10:41:59.816Z] be16fe1447c2: Layer already exists [2025-08-26T10:41:59.816Z] da206bbd0252: Layer already exists [2025-08-26T10:41:59.816Z] 924d5681aef9: Layer already exists [2025-08-26T10:41:59.816Z] 097100c76c15: Layer already exists [2025-08-26T10:41:59.816Z] 95155255e7a2: Pushed [2025-08-26T10:41:59.816Z] 3ffc130fcd66: Pushed [2025-08-26T10:41:59.816Z] a68be6d64c91: Pushed [2025-08-26T10:42:15.010Z] 30b3e01da724: Pushed [2025-08-26T10:42:15.010Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5: digest: sha256:957bd3de8b8887be075176b2b0ef1415fbc4e80606b3dc2378fb618d66acce74 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:42:15.336Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:42:15.655Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-08-26T10:42:15.655Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-08-26T10:42:15.655Z] 95155255e7a2: Preparing [2025-08-26T10:42:15.655Z] 3ffc130fcd66: Preparing [2025-08-26T10:42:15.655Z] a68be6d64c91: Preparing [2025-08-26T10:42:15.655Z] fe7feeb9fdf0: Preparing [2025-08-26T10:42:15.655Z] be16fe1447c2: Preparing [2025-08-26T10:42:15.655Z] 30b3e01da724: Preparing [2025-08-26T10:42:15.655Z] da206bbd0252: Preparing [2025-08-26T10:42:15.655Z] 924d5681aef9: Preparing [2025-08-26T10:42:15.655Z] 097100c76c15: Preparing [2025-08-26T10:42:15.655Z] 30b3e01da724: Waiting [2025-08-26T10:42:15.655Z] da206bbd0252: Waiting [2025-08-26T10:42:15.655Z] 924d5681aef9: Waiting [2025-08-26T10:42:15.655Z] 097100c76c15: Waiting [2025-08-26T10:42:15.655Z] 95155255e7a2: Layer already exists [2025-08-26T10:42:15.655Z] 3ffc130fcd66: Layer already exists [2025-08-26T10:42:15.655Z] a68be6d64c91: Layer already exists [2025-08-26T10:42:15.655Z] be16fe1447c2: Layer already exists [2025-08-26T10:42:15.655Z] fe7feeb9fdf0: Layer already exists [2025-08-26T10:42:15.655Z] 30b3e01da724: Layer already exists [2025-08-26T10:42:15.655Z] da206bbd0252: Layer already exists [2025-08-26T10:42:15.655Z] 924d5681aef9: Layer already exists [2025-08-26T10:42:15.655Z] 097100c76c15: Layer already exists [2025-08-26T10:42:15.655Z] latest: digest: sha256:957bd3de8b8887be075176b2b0ef1415fbc4e80606b3dc2378fb618d66acce74 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:42:15.979Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:42:16.300Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.49 [2025-08-26T10:42:16.300Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-08-26T10:42:16.300Z] 95155255e7a2: Preparing [2025-08-26T10:42:16.300Z] 3ffc130fcd66: Preparing [2025-08-26T10:42:16.300Z] a68be6d64c91: Preparing [2025-08-26T10:42:16.300Z] fe7feeb9fdf0: Preparing [2025-08-26T10:42:16.300Z] be16fe1447c2: Preparing [2025-08-26T10:42:16.300Z] 30b3e01da724: Preparing [2025-08-26T10:42:16.300Z] da206bbd0252: Preparing [2025-08-26T10:42:16.300Z] 924d5681aef9: Preparing [2025-08-26T10:42:16.300Z] 097100c76c15: Preparing [2025-08-26T10:42:16.300Z] da206bbd0252: Waiting [2025-08-26T10:42:16.300Z] 30b3e01da724: Waiting [2025-08-26T10:42:16.300Z] 924d5681aef9: Waiting [2025-08-26T10:42:16.300Z] 097100c76c15: Waiting [2025-08-26T10:42:16.300Z] 95155255e7a2: Layer already exists [2025-08-26T10:42:16.300Z] fe7feeb9fdf0: Layer already exists [2025-08-26T10:42:16.300Z] 3ffc130fcd66: Layer already exists [2025-08-26T10:42:16.300Z] be16fe1447c2: Layer already exists [2025-08-26T10:42:16.300Z] a68be6d64c91: Layer already exists [2025-08-26T10:42:16.300Z] da206bbd0252: Layer already exists [2025-08-26T10:42:16.300Z] 30b3e01da724: Layer already exists [2025-08-26T10:42:16.300Z] 924d5681aef9: Layer already exists [2025-08-26T10:42:16.300Z] 097100c76c15: Layer already exists [2025-08-26T10:42:16.300Z] 4.1.0-dev.49: digest: sha256:957bd3de8b8887be075176b2b0ef1415fbc4e80606b3dc2378fb618d66acce74 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:42:16.631Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:42:16.955Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:42:16.955Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-08-26T10:42:16.955Z] 95155255e7a2: Preparing [2025-08-26T10:42:16.955Z] 3ffc130fcd66: Preparing [2025-08-26T10:42:16.955Z] a68be6d64c91: Preparing [2025-08-26T10:42:16.955Z] fe7feeb9fdf0: Preparing [2025-08-26T10:42:16.955Z] be16fe1447c2: Preparing [2025-08-26T10:42:16.955Z] 30b3e01da724: Preparing [2025-08-26T10:42:16.955Z] da206bbd0252: Preparing [2025-08-26T10:42:16.955Z] 924d5681aef9: Preparing [2025-08-26T10:42:16.955Z] 097100c76c15: Preparing [2025-08-26T10:42:16.955Z] da206bbd0252: Waiting [2025-08-26T10:42:16.955Z] 924d5681aef9: Waiting [2025-08-26T10:42:16.955Z] 30b3e01da724: Waiting [2025-08-26T10:42:16.955Z] 097100c76c15: Waiting [2025-08-26T10:42:16.955Z] a68be6d64c91: Layer already exists [2025-08-26T10:42:16.955Z] 3ffc130fcd66: Layer already exists [2025-08-26T10:42:16.955Z] be16fe1447c2: Layer already exists [2025-08-26T10:42:16.955Z] fe7feeb9fdf0: Layer already exists [2025-08-26T10:42:16.955Z] 95155255e7a2: Layer already exists [2025-08-26T10:42:16.955Z] 30b3e01da724: Layer already exists [2025-08-26T10:42:16.955Z] da206bbd0252: Layer already exists [2025-08-26T10:42:16.955Z] 924d5681aef9: Layer already exists [2025-08-26T10:42:16.955Z] 097100c76c15: Layer already exists [2025-08-26T10:42:16.955Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49: digest: sha256:957bd3de8b8887be075176b2b0ef1415fbc4e80606b3dc2378fb618d66acce74 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:42:17.290Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:42:17.606Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-08-26T10:42:17.607Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-08-26T10:42:17.607Z] 95155255e7a2: Preparing [2025-08-26T10:42:17.607Z] 3ffc130fcd66: Preparing [2025-08-26T10:42:17.607Z] a68be6d64c91: Preparing [2025-08-26T10:42:17.607Z] fe7feeb9fdf0: Preparing [2025-08-26T10:42:17.607Z] be16fe1447c2: Preparing [2025-08-26T10:42:17.607Z] 30b3e01da724: Preparing [2025-08-26T10:42:17.607Z] da206bbd0252: Preparing [2025-08-26T10:42:17.607Z] 924d5681aef9: Preparing [2025-08-26T10:42:17.607Z] 097100c76c15: Preparing [2025-08-26T10:42:17.607Z] 30b3e01da724: Waiting [2025-08-26T10:42:17.607Z] da206bbd0252: Waiting [2025-08-26T10:42:17.607Z] 924d5681aef9: Waiting [2025-08-26T10:42:17.607Z] 097100c76c15: Waiting [2025-08-26T10:42:17.607Z] be16fe1447c2: Layer already exists [2025-08-26T10:42:17.607Z] fe7feeb9fdf0: Layer already exists [2025-08-26T10:42:17.607Z] 95155255e7a2: Layer already exists [2025-08-26T10:42:17.607Z] a68be6d64c91: Layer already exists [2025-08-26T10:42:17.607Z] 3ffc130fcd66: Layer already exists [2025-08-26T10:42:17.607Z] da206bbd0252: Layer already exists [2025-08-26T10:42:17.607Z] 30b3e01da724: Layer already exists [2025-08-26T10:42:17.607Z] 097100c76c15: Layer already exists [2025-08-26T10:42:17.607Z] 924d5681aef9: Layer already exists [2025-08-26T10:42:17.607Z] main: digest: sha256:957bd3de8b8887be075176b2b0ef1415fbc4e80606b3dc2378fb618d66acce74 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-26T10:42:17.672Z] ===================================================== [Pipeline] echo [2025-08-26T10:42:17.686Z] taggedImages: [2025-08-26T10:42:17.686Z] - nexus3.edgexfoundry.org:10004/security-spire-server:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:42:17.686Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-08-26T10:42:17.686Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.49 [2025-08-26T10:42:17.686Z] - nexus3.edgexfoundry.org:10004/security-spire-server:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:42:17.686Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2025-08-26T10:42:17.713Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2025-08-26T10:42:17.713Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:42:17.713Z] latest [2025-08-26T10:42:17.713Z] 4.1.0-dev.49 [2025-08-26T10:42:17.713Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:42:17.713Z] main [2025-08-26T10:42:17.713Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:42:18.074Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:42:18.396Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:42:18.396Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-08-26T10:42:18.396Z] b4b749737d7e: Preparing [2025-08-26T10:42:18.396Z] e698a47ae59a: Preparing [2025-08-26T10:42:18.396Z] fe7feeb9fdf0: Preparing [2025-08-26T10:42:18.396Z] be16fe1447c2: Preparing [2025-08-26T10:42:18.396Z] 150b031adfe2: Preparing [2025-08-26T10:42:18.396Z] 699fee8809db: Preparing [2025-08-26T10:42:18.396Z] 097100c76c15: Preparing [2025-08-26T10:42:18.396Z] 097100c76c15: Waiting [2025-08-26T10:42:18.397Z] 699fee8809db: Waiting [2025-08-26T10:42:18.397Z] be16fe1447c2: Layer already exists [2025-08-26T10:42:18.397Z] fe7feeb9fdf0: Layer already exists [2025-08-26T10:42:18.397Z] 097100c76c15: Layer already exists [2025-08-26T10:42:18.397Z] b4b749737d7e: Pushed [2025-08-26T10:42:18.656Z] 150b031adfe2: Pushed [2025-08-26T10:42:18.915Z] 699fee8809db: Pushed [2025-08-26T10:42:23.105Z] e698a47ae59a: Pushed [2025-08-26T10:42:23.105Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5: digest: sha256:fd1b28d22249a004ba5a2cac7a3975cc8fe0650401ccc3d8aac55e4b782b4615 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:42:23.437Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:42:23.757Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-08-26T10:42:23.757Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-08-26T10:42:23.757Z] b4b749737d7e: Preparing [2025-08-26T10:42:23.757Z] e698a47ae59a: Preparing [2025-08-26T10:42:23.757Z] fe7feeb9fdf0: Preparing [2025-08-26T10:42:23.757Z] be16fe1447c2: Preparing [2025-08-26T10:42:23.757Z] 150b031adfe2: Preparing [2025-08-26T10:42:23.757Z] 699fee8809db: Preparing [2025-08-26T10:42:23.757Z] 097100c76c15: Preparing [2025-08-26T10:42:23.757Z] 699fee8809db: Waiting [2025-08-26T10:42:23.757Z] 097100c76c15: Waiting [2025-08-26T10:42:23.757Z] 150b031adfe2: Layer already exists [2025-08-26T10:42:23.757Z] b4b749737d7e: Layer already exists [2025-08-26T10:42:23.757Z] e698a47ae59a: Layer already exists [2025-08-26T10:42:23.757Z] be16fe1447c2: Layer already exists [2025-08-26T10:42:23.757Z] fe7feeb9fdf0: Layer already exists [2025-08-26T10:42:23.757Z] 097100c76c15: Layer already exists [2025-08-26T10:42:23.757Z] 699fee8809db: Layer already exists [2025-08-26T10:42:23.757Z] latest: digest: sha256:fd1b28d22249a004ba5a2cac7a3975cc8fe0650401ccc3d8aac55e4b782b4615 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:42:24.090Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:42:24.416Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.49 [2025-08-26T10:42:24.417Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-08-26T10:42:24.417Z] b4b749737d7e: Preparing [2025-08-26T10:42:24.417Z] e698a47ae59a: Preparing [2025-08-26T10:42:24.417Z] fe7feeb9fdf0: Preparing [2025-08-26T10:42:24.417Z] be16fe1447c2: Preparing [2025-08-26T10:42:24.417Z] 150b031adfe2: Preparing [2025-08-26T10:42:24.417Z] 699fee8809db: Preparing [2025-08-26T10:42:24.417Z] 097100c76c15: Preparing [2025-08-26T10:42:24.417Z] 699fee8809db: Waiting [2025-08-26T10:42:24.417Z] 097100c76c15: Waiting [2025-08-26T10:42:24.417Z] b4b749737d7e: Layer already exists [2025-08-26T10:42:24.417Z] fe7feeb9fdf0: Layer already exists [2025-08-26T10:42:24.417Z] be16fe1447c2: Layer already exists [2025-08-26T10:42:24.417Z] 150b031adfe2: Layer already exists [2025-08-26T10:42:24.417Z] e698a47ae59a: Layer already exists [2025-08-26T10:42:24.417Z] 097100c76c15: Layer already exists [2025-08-26T10:42:24.417Z] 699fee8809db: Layer already exists [2025-08-26T10:42:24.417Z] 4.1.0-dev.49: digest: sha256:fd1b28d22249a004ba5a2cac7a3975cc8fe0650401ccc3d8aac55e4b782b4615 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:42:24.751Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:42:25.085Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:42:25.085Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-08-26T10:42:25.085Z] b4b749737d7e: Preparing [2025-08-26T10:42:25.085Z] e698a47ae59a: Preparing [2025-08-26T10:42:25.085Z] fe7feeb9fdf0: Preparing [2025-08-26T10:42:25.085Z] be16fe1447c2: Preparing [2025-08-26T10:42:25.085Z] 150b031adfe2: Preparing [2025-08-26T10:42:25.085Z] 699fee8809db: Preparing [2025-08-26T10:42:25.085Z] 097100c76c15: Preparing [2025-08-26T10:42:25.085Z] 699fee8809db: Waiting [2025-08-26T10:42:25.085Z] 097100c76c15: Waiting [2025-08-26T10:42:25.085Z] fe7feeb9fdf0: Layer already exists [2025-08-26T10:42:25.085Z] b4b749737d7e: Layer already exists [2025-08-26T10:42:25.085Z] e698a47ae59a: Layer already exists [2025-08-26T10:42:25.085Z] be16fe1447c2: Layer already exists [2025-08-26T10:42:25.085Z] 150b031adfe2: Layer already exists [2025-08-26T10:42:25.085Z] 699fee8809db: Layer already exists [2025-08-26T10:42:25.085Z] 097100c76c15: Layer already exists [2025-08-26T10:42:25.085Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49: digest: sha256:fd1b28d22249a004ba5a2cac7a3975cc8fe0650401ccc3d8aac55e4b782b4615 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:42:25.425Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:42:25.759Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2025-08-26T10:42:25.759Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-08-26T10:42:25.759Z] b4b749737d7e: Preparing [2025-08-26T10:42:25.759Z] e698a47ae59a: Preparing [2025-08-26T10:42:25.759Z] fe7feeb9fdf0: Preparing [2025-08-26T10:42:25.759Z] be16fe1447c2: Preparing [2025-08-26T10:42:25.759Z] 150b031adfe2: Preparing [2025-08-26T10:42:25.759Z] 699fee8809db: Preparing [2025-08-26T10:42:25.759Z] 097100c76c15: Preparing [2025-08-26T10:42:25.759Z] 699fee8809db: Waiting [2025-08-26T10:42:25.759Z] 097100c76c15: Waiting [2025-08-26T10:42:25.759Z] be16fe1447c2: Layer already exists [2025-08-26T10:42:25.759Z] e698a47ae59a: Layer already exists [2025-08-26T10:42:25.759Z] 150b031adfe2: Layer already exists [2025-08-26T10:42:25.759Z] b4b749737d7e: Layer already exists [2025-08-26T10:42:25.759Z] fe7feeb9fdf0: Layer already exists [2025-08-26T10:42:25.759Z] 097100c76c15: Layer already exists [2025-08-26T10:42:25.759Z] 699fee8809db: Layer already exists [2025-08-26T10:42:25.759Z] main: digest: sha256:fd1b28d22249a004ba5a2cac7a3975cc8fe0650401ccc3d8aac55e4b782b4615 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-26T10:42:25.841Z] ===================================================== [Pipeline] echo [2025-08-26T10:42:25.859Z] taggedImages: [2025-08-26T10:42:25.859Z] - nexus3.edgexfoundry.org:10004/support-notifications:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:42:25.859Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-08-26T10:42:25.859Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.49 [2025-08-26T10:42:25.859Z] - nexus3.edgexfoundry.org:10004/support-notifications:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:42:25.859Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2025-08-26T10:42:25.885Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2025-08-26T10:42:25.885Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:42:25.885Z] latest [2025-08-26T10:42:25.885Z] 4.1.0-dev.49 [2025-08-26T10:42:25.885Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:42:25.885Z] main [2025-08-26T10:42:25.885Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:42:26.227Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:42:26.563Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:42:26.563Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-08-26T10:42:26.563Z] ca6d0c84ab36: Preparing [2025-08-26T10:42:26.563Z] 89154b9b6e92: Preparing [2025-08-26T10:42:26.563Z] fe7feeb9fdf0: Preparing [2025-08-26T10:42:26.563Z] be16fe1447c2: Preparing [2025-08-26T10:42:26.563Z] 7242cc05048b: Preparing [2025-08-26T10:42:26.563Z] 6fa4b8c064dc: Preparing [2025-08-26T10:42:26.563Z] 097100c76c15: Preparing [2025-08-26T10:42:26.563Z] 6fa4b8c064dc: Waiting [2025-08-26T10:42:26.563Z] 097100c76c15: Waiting [2025-08-26T10:42:26.563Z] fe7feeb9fdf0: Layer already exists [2025-08-26T10:42:26.563Z] be16fe1447c2: Layer already exists [2025-08-26T10:42:26.563Z] 097100c76c15: Layer already exists [2025-08-26T10:42:26.563Z] ca6d0c84ab36: Pushed [2025-08-26T10:42:26.563Z] 7242cc05048b: Pushed [2025-08-26T10:42:26.821Z] 6fa4b8c064dc: Pushed [2025-08-26T10:42:31.018Z] 89154b9b6e92: Pushed [2025-08-26T10:42:31.018Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5: digest: sha256:f9e9ad7f2bec8b4c71faa7298e3c07927127ec0ddfc053095736e5b66b30f1b8 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:42:31.351Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:42:31.671Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-08-26T10:42:31.671Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-08-26T10:42:31.671Z] ca6d0c84ab36: Preparing [2025-08-26T10:42:31.671Z] 89154b9b6e92: Preparing [2025-08-26T10:42:31.671Z] fe7feeb9fdf0: Preparing [2025-08-26T10:42:31.671Z] be16fe1447c2: Preparing [2025-08-26T10:42:31.671Z] 7242cc05048b: Preparing [2025-08-26T10:42:31.671Z] 6fa4b8c064dc: Preparing [2025-08-26T10:42:31.671Z] 097100c76c15: Preparing [2025-08-26T10:42:31.671Z] 6fa4b8c064dc: Waiting [2025-08-26T10:42:31.671Z] 89154b9b6e92: Layer already exists [2025-08-26T10:42:31.671Z] fe7feeb9fdf0: Layer already exists [2025-08-26T10:42:31.671Z] 7242cc05048b: Layer already exists [2025-08-26T10:42:31.671Z] be16fe1447c2: Layer already exists [2025-08-26T10:42:31.671Z] ca6d0c84ab36: Layer already exists [2025-08-26T10:42:31.671Z] 6fa4b8c064dc: Layer already exists [2025-08-26T10:42:31.671Z] 097100c76c15: Layer already exists [2025-08-26T10:42:31.671Z] latest: digest: sha256:f9e9ad7f2bec8b4c71faa7298e3c07927127ec0ddfc053095736e5b66b30f1b8 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:42:32.002Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:42:32.323Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.49 [2025-08-26T10:42:32.323Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-08-26T10:42:32.323Z] ca6d0c84ab36: Preparing [2025-08-26T10:42:32.323Z] 89154b9b6e92: Preparing [2025-08-26T10:42:32.323Z] fe7feeb9fdf0: Preparing [2025-08-26T10:42:32.323Z] be16fe1447c2: Preparing [2025-08-26T10:42:32.323Z] 7242cc05048b: Preparing [2025-08-26T10:42:32.323Z] 6fa4b8c064dc: Preparing [2025-08-26T10:42:32.323Z] 097100c76c15: Preparing [2025-08-26T10:42:32.323Z] 097100c76c15: Waiting [2025-08-26T10:42:32.323Z] 6fa4b8c064dc: Waiting [2025-08-26T10:42:32.323Z] 7242cc05048b: Layer already exists [2025-08-26T10:42:32.323Z] fe7feeb9fdf0: Layer already exists [2025-08-26T10:42:32.323Z] 89154b9b6e92: Layer already exists [2025-08-26T10:42:32.323Z] be16fe1447c2: Layer already exists [2025-08-26T10:42:32.323Z] ca6d0c84ab36: Layer already exists [2025-08-26T10:42:32.323Z] 6fa4b8c064dc: Layer already exists [2025-08-26T10:42:32.323Z] 097100c76c15: Layer already exists [2025-08-26T10:42:32.323Z] 4.1.0-dev.49: digest: sha256:f9e9ad7f2bec8b4c71faa7298e3c07927127ec0ddfc053095736e5b66b30f1b8 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:42:32.663Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:42:32.976Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:42:32.976Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-08-26T10:42:32.976Z] ca6d0c84ab36: Preparing [2025-08-26T10:42:32.976Z] 89154b9b6e92: Preparing [2025-08-26T10:42:32.976Z] fe7feeb9fdf0: Preparing [2025-08-26T10:42:32.976Z] be16fe1447c2: Preparing [2025-08-26T10:42:32.976Z] 7242cc05048b: Preparing [2025-08-26T10:42:32.976Z] 6fa4b8c064dc: Preparing [2025-08-26T10:42:32.976Z] 097100c76c15: Preparing [2025-08-26T10:42:32.976Z] 6fa4b8c064dc: Waiting [2025-08-26T10:42:32.976Z] 097100c76c15: Waiting [2025-08-26T10:42:32.976Z] be16fe1447c2: Layer already exists [2025-08-26T10:42:32.977Z] 7242cc05048b: Layer already exists [2025-08-26T10:42:32.977Z] ca6d0c84ab36: Layer already exists [2025-08-26T10:42:32.977Z] fe7feeb9fdf0: Layer already exists [2025-08-26T10:42:32.977Z] 89154b9b6e92: Layer already exists [2025-08-26T10:42:32.977Z] 097100c76c15: Layer already exists [2025-08-26T10:42:32.977Z] 6fa4b8c064dc: Layer already exists [2025-08-26T10:42:32.977Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49: digest: sha256:f9e9ad7f2bec8b4c71faa7298e3c07927127ec0ddfc053095736e5b66b30f1b8 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:42:33.297Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:42:33.617Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-08-26T10:42:33.617Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-08-26T10:42:33.617Z] ca6d0c84ab36: Preparing [2025-08-26T10:42:33.617Z] 89154b9b6e92: Preparing [2025-08-26T10:42:33.617Z] fe7feeb9fdf0: Preparing [2025-08-26T10:42:33.617Z] be16fe1447c2: Preparing [2025-08-26T10:42:33.617Z] 7242cc05048b: Preparing [2025-08-26T10:42:33.617Z] 6fa4b8c064dc: Preparing [2025-08-26T10:42:33.617Z] 097100c76c15: Preparing [2025-08-26T10:42:33.617Z] 6fa4b8c064dc: Waiting [2025-08-26T10:42:33.617Z] 097100c76c15: Waiting [2025-08-26T10:42:33.617Z] 7242cc05048b: Layer already exists [2025-08-26T10:42:33.617Z] 89154b9b6e92: Layer already exists [2025-08-26T10:42:33.617Z] ca6d0c84ab36: Layer already exists [2025-08-26T10:42:33.617Z] fe7feeb9fdf0: Layer already exists [2025-08-26T10:42:33.617Z] be16fe1447c2: Layer already exists [2025-08-26T10:42:33.617Z] 6fa4b8c064dc: Layer already exists [2025-08-26T10:42:33.617Z] 097100c76c15: Layer already exists [2025-08-26T10:42:33.617Z] main: digest: sha256:f9e9ad7f2bec8b4c71faa7298e3c07927127ec0ddfc053095736e5b66b30f1b8 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-26T10:42:33.683Z] ===================================================== [Pipeline] echo [2025-08-26T10:42:33.703Z] taggedImages: [2025-08-26T10:42:33.703Z] - nexus3.edgexfoundry.org:10004/support-scheduler:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:42:33.703Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-08-26T10:42:33.703Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.49 [2025-08-26T10:42:33.703Z] - nexus3.edgexfoundry.org:10004/support-scheduler:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:42:33.703Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo [2025-08-26T10:42:33.782Z] ========================================================= [2025-08-26T10:42:33.782Z] [edgeXBuildMultiArch] RAW Config: [2025-08-26T10:42:33.782Z] images: [2025-08-26T10:42:33.782Z] - nexus3.edgexfoundry.org:10004/core-command:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:42:33.782Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2025-08-26T10:42:33.782Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.49 [2025-08-26T10:42:33.782Z] - nexus3.edgexfoundry.org:10004/core-command:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:42:33.782Z] - nexus3.edgexfoundry.org:10004/core-command:main [2025-08-26T10:42:33.782Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:42:33.782Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-08-26T10:42:33.782Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.49 [2025-08-26T10:42:33.782Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:42:33.782Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-08-26T10:42:33.782Z] - nexus3.edgexfoundry.org:10004/core-data:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:42:33.782Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2025-08-26T10:42:33.782Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.49 [2025-08-26T10:42:33.782Z] - nexus3.edgexfoundry.org:10004/core-data:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:42:33.782Z] - nexus3.edgexfoundry.org:10004/core-data:main [2025-08-26T10:42:33.782Z] - nexus3.edgexfoundry.org:10004/core-keeper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:42:33.782Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-08-26T10:42:33.782Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.49 [2025-08-26T10:42:33.782Z] - nexus3.edgexfoundry.org:10004/core-keeper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:42:33.782Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [2025-08-26T10:42:33.782Z] - nexus3.edgexfoundry.org:10004/core-metadata:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:42:33.782Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-08-26T10:42:33.782Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.49 [2025-08-26T10:42:33.782Z] - nexus3.edgexfoundry.org:10004/core-metadata:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:42:33.782Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [2025-08-26T10:42:33.782Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:42:33.782Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-08-26T10:42:33.782Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.49 [2025-08-26T10:42:33.782Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:42:33.782Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-08-26T10:42:33.782Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:42:33.782Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-08-26T10:42:33.782Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.49 [2025-08-26T10:42:33.782Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:42:33.782Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-08-26T10:42:33.782Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:42:33.782Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-08-26T10:42:33.782Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.49 [2025-08-26T10:42:33.782Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:42:33.782Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-08-26T10:42:33.782Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:42:33.782Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-08-26T10:42:33.782Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.49 [2025-08-26T10:42:33.782Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:42:33.782Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-08-26T10:42:33.782Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:42:33.782Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-08-26T10:42:33.782Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.49 [2025-08-26T10:42:33.782Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:42:33.782Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-08-26T10:42:33.782Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:42:33.782Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-08-26T10:42:33.782Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.49 [2025-08-26T10:42:33.782Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:42:33.782Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-08-26T10:42:33.782Z] - nexus3.edgexfoundry.org:10004/security-spire-config:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:42:33.782Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-08-26T10:42:33.782Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.49 [2025-08-26T10:42:33.782Z] - nexus3.edgexfoundry.org:10004/security-spire-config:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:42:33.782Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-08-26T10:42:33.782Z] - nexus3.edgexfoundry.org:10004/security-spire-server:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:42:33.782Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-08-26T10:42:33.782Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.49 [2025-08-26T10:42:33.782Z] - nexus3.edgexfoundry.org:10004/security-spire-server:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:42:33.782Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-08-26T10:42:33.782Z] - nexus3.edgexfoundry.org:10004/support-notifications:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:42:33.782Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-08-26T10:42:33.782Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.49 [2025-08-26T10:42:33.782Z] - nexus3.edgexfoundry.org:10004/support-notifications:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:42:33.782Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [2025-08-26T10:42:33.782Z] - nexus3.edgexfoundry.org:10004/support-scheduler:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:42:33.782Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-08-26T10:42:33.782Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.49 [2025-08-26T10:42:33.782Z] - nexus3.edgexfoundry.org:10004/support-scheduler:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:42:33.782Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-08-26T10:42:33.782Z] settingsFile: [2025-08-26T10:42:33.782Z] edgex-go-settings [2025-08-26T10:42:33.782Z] ========================================================= [Pipeline] node [2025-08-26T10:42:48.786Z] Still waiting to schedule task [2025-08-26T10:42:48.786Z] All nodes of label ‘centos7-docker-4c-2g’ are offline [2025-08-26T10:43:45.936Z] Running on prd-centos7-docker-4c-2g-7631 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-26T10:43:45.984Z] provisioning config files... [2025-08-26T10:43:46.004Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config6299496960709798293tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-26T10:43:49.991Z] ---> ****-login.sh [2025-08-26T10:43:49.991Z] nexus3.edgexfoundry.org:10001 [2025-08-26T10:43:49.991Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-26T10:43:50.253Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-26T10:43:50.253Z] Configure a credential helper to remove this warning. See [2025-08-26T10:43:50.253Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-26T10:43:50.253Z] [2025-08-26T10:43:50.253Z] Login Succeeded [2025-08-26T10:43:50.253Z] nexus3.edgexfoundry.org:10002 [2025-08-26T10:43:50.253Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-26T10:43:50.254Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-26T10:43:50.254Z] Configure a credential helper to remove this warning. See [2025-08-26T10:43:50.254Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-26T10:43:50.254Z] [2025-08-26T10:43:50.254Z] Login Succeeded [2025-08-26T10:43:50.254Z] nexus3.edgexfoundry.org:10003 [2025-08-26T10:43:50.254Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-26T10:43:50.519Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-26T10:43:50.519Z] Configure a credential helper to remove this warning. See [2025-08-26T10:43:50.519Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-26T10:43:50.519Z] [2025-08-26T10:43:50.519Z] Login Succeeded [2025-08-26T10:43:50.519Z] nexus3.edgexfoundry.org:10004 [2025-08-26T10:43:50.520Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-26T10:43:50.520Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-26T10:43:50.520Z] Configure a credential helper to remove this warning. See [2025-08-26T10:43:50.520Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-26T10:43:50.520Z] [2025-08-26T10:43:50.520Z] Login Succeeded [2025-08-26T10:43:50.520Z] ****.io [2025-08-26T10:43:50.520Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-26T10:43:50.780Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-26T10:43:50.780Z] Configure a credential helper to remove this warning. See [2025-08-26T10:43:50.780Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-26T10:43:50.780Z] [2025-08-26T10:43:50.780Z] Login Succeeded [2025-08-26T10:43:50.780Z] ---> ****-login.sh ends [Pipeline] } [2025-08-26T10:43:50.789Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-08-26T10:43:51.137Z] + docker buildx ls [2025-08-26T10:43:51.137Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-08-26T10:43:51.137Z] default * docker [2025-08-26T10:43:51.137Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-08-26T10:43:51.436Z] + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use [2025-08-26T10:43:51.436Z] edgex-builder [Pipeline] sh [2025-08-26T10:43:51.729Z] + docker buildx inspect --bootstrap [2025-08-26T10:43:51.729Z] #1 [internal] booting buildkit [2025-08-26T10:43:51.729Z] #1 pulling image moby/buildkit:buildx-stable-1 [2025-08-26T10:43:55.950Z] #1 pulling image moby/buildkit:buildx-stable-1 3.6s done [2025-08-26T10:43:55.950Z] #1 creating container buildx_buildkit_edgex-builder0 [2025-08-26T10:43:56.931Z] #1 creating container buildx_buildkit_edgex-builder0 1.2s done [2025-08-26T10:43:56.931Z] #1 DONE 4.8s [2025-08-26T10:43:56.931Z] Name: edgex-builder [2025-08-26T10:43:56.931Z] Driver: docker-container [2025-08-26T10:43:56.931Z] [2025-08-26T10:43:56.931Z] Nodes: [2025-08-26T10:43:56.931Z] Name: edgex-builder0 [2025-08-26T10:43:56.931Z] Endpoint: unix:///var/run/docker.sock [2025-08-26T10:43:56.931Z] Status: running [2025-08-26T10:43:56.931Z] Buildkit: v0.23.2 [2025-08-26T10:43:56.931Z] Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh [2025-08-26T10:43:57.225Z] + docker buildx ls [2025-08-26T10:43:57.225Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-08-26T10:43:57.225Z] edgex-builder * docker-container [2025-08-26T10:43:57.225Z] edgex-builder0 unix:///var/run/docker.sock running v0.23.2 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [2025-08-26T10:43:57.225Z] default docker [2025-08-26T10:43:57.225Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-08-26T10:43:57.529Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5' [2025-08-26T10:43:57.529Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 --push - [2025-08-26T10:43:57.529Z] #1 [internal] load build definition from Dockerfile [2025-08-26T10:43:57.529Z] #1 transferring dockerfile: 197B done [2025-08-26T10:43:57.529Z] #1 DONE 0.0s [2025-08-26T10:43:57.529Z] [2025-08-26T10:43:57.529Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:43:57.529Z] #2 DONE 0.1s [2025-08-26T10:43:57.529Z] [2025-08-26T10:43:57.529Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:43:57.790Z] #3 DONE 0.1s [2025-08-26T10:43:57.790Z] [2025-08-26T10:43:57.790Z] #4 [internal] load .dockerignore [2025-08-26T10:43:57.790Z] #4 transferring context: 2B done [2025-08-26T10:43:57.790Z] #4 DONE 0.0s [2025-08-26T10:43:57.790Z] [2025-08-26T10:43:57.790Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:56dff332a16f2c9a19ef638e777aa4c363026fee688751578465033664e050a2 [2025-08-26T10:43:57.790Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:56dff332a16f2c9a19ef638e777aa4c363026fee688751578465033664e050a2 0.0s done [2025-08-26T10:43:57.790Z] #5 DONE 0.0s [2025-08-26T10:43:57.790Z] [2025-08-26T10:43:57.790Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:56dff332a16f2c9a19ef638e777aa4c363026fee688751578465033664e050a2 [2025-08-26T10:43:57.790Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:56dff332a16f2c9a19ef638e777aa4c363026fee688751578465033664e050a2 0.0s done [2025-08-26T10:43:57.790Z] #6 DONE 0.1s [2025-08-26T10:43:57.790Z] [2025-08-26T10:43:57.790Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-26T10:43:57.790Z] #7 DONE 0.0s [2025-08-26T10:43:57.790Z] [2025-08-26T10:43:57.790Z] #8 exporting to image [2025-08-26T10:43:57.790Z] #8 exporting layers done [2025-08-26T10:43:57.790Z] #8 exporting manifest sha256:25404aaabac977c5bbad0a7c8bad14fc6a6dcc92220a3710a41f48fe9cc929d2 0.0s done [2025-08-26T10:43:57.790Z] #8 exporting config sha256:2939669ed43eb2cc9a4055e7379b97504eae2eaaf03740f36dbd5a4cecfd07d6 done [2025-08-26T10:43:57.790Z] #8 exporting manifest sha256:fe27c98b68cde2c37f14edede7f24d001a0dfb5c52cdf3ddacb6f47e2df34969 done [2025-08-26T10:43:57.790Z] #8 exporting config sha256:f9e44e6817f48c201f50984bfdf30d0cb1287658977a9903832170c69591d347 done [2025-08-26T10:43:57.790Z] #8 exporting manifest list sha256:c32da0046151c1a45d4c9d845ac32edd21d0b1a027ba3b623b36ec2506fcd950 done [2025-08-26T10:43:57.790Z] #8 pushing layers 0.1s done [2025-08-26T10:43:57.790Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:c32da0046151c1a45d4c9d845ac32edd21d0b1a027ba3b623b36ec2506fcd950 [2025-08-26T10:43:57.790Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-26T10:43:58.050Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:c32da0046151c1a45d4c9d845ac32edd21d0b1a027ba3b623b36ec2506fcd950 0.1s done [2025-08-26T10:43:58.050Z] #8 DONE 0.2s [2025-08-26T10:43:58.050Z] [2025-08-26T10:43:58.050Z] 1 warning found (use --debug to expand): [2025-08-26T10:43:58.050Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-26T10:43:58.347Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:latest --push - [2025-08-26T10:43:58.347Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:latest' [2025-08-26T10:43:58.607Z] #1 [internal] load build definition from Dockerfile [2025-08-26T10:43:58.607Z] #1 transferring dockerfile: 163B done [2025-08-26T10:43:58.607Z] #1 DONE 0.0s [2025-08-26T10:43:58.607Z] [2025-08-26T10:43:58.607Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest [2025-08-26T10:43:58.607Z] #2 DONE 0.0s [2025-08-26T10:43:58.607Z] [2025-08-26T10:43:58.607Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest [2025-08-26T10:43:58.607Z] #3 DONE 0.0s [2025-08-26T10:43:58.607Z] [2025-08-26T10:43:58.607Z] #4 [internal] load .dockerignore [2025-08-26T10:43:58.607Z] #4 transferring context: 2B done [2025-08-26T10:43:58.607Z] #4 DONE 0.0s [2025-08-26T10:43:58.607Z] [2025-08-26T10:43:58.607Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:56dff332a16f2c9a19ef638e777aa4c363026fee688751578465033664e050a2 [2025-08-26T10:43:58.607Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:56dff332a16f2c9a19ef638e777aa4c363026fee688751578465033664e050a2 0.0s done [2025-08-26T10:43:58.607Z] #5 DONE 0.0s [2025-08-26T10:43:58.607Z] [2025-08-26T10:43:58.607Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:56dff332a16f2c9a19ef638e777aa4c363026fee688751578465033664e050a2 [2025-08-26T10:43:58.607Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:56dff332a16f2c9a19ef638e777aa4c363026fee688751578465033664e050a2 0.0s done [2025-08-26T10:43:58.607Z] #6 CACHED [2025-08-26T10:43:58.607Z] [2025-08-26T10:43:58.607Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:56dff332a16f2c9a19ef638e777aa4c363026fee688751578465033664e050a2 [2025-08-26T10:43:58.607Z] #5 CACHED [2025-08-26T10:43:58.607Z] [2025-08-26T10:43:58.607Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-26T10:43:58.607Z] #7 DONE 0.0s [2025-08-26T10:43:58.607Z] [2025-08-26T10:43:58.607Z] #8 exporting to image [2025-08-26T10:43:58.607Z] #8 exporting layers done [2025-08-26T10:43:58.607Z] #8 exporting manifest sha256:25404aaabac977c5bbad0a7c8bad14fc6a6dcc92220a3710a41f48fe9cc929d2 done [2025-08-26T10:43:58.607Z] #8 exporting config sha256:2939669ed43eb2cc9a4055e7379b97504eae2eaaf03740f36dbd5a4cecfd07d6 done [2025-08-26T10:43:58.607Z] #8 exporting manifest sha256:fe27c98b68cde2c37f14edede7f24d001a0dfb5c52cdf3ddacb6f47e2df34969 done [2025-08-26T10:43:58.607Z] #8 exporting config sha256:f9e44e6817f48c201f50984bfdf30d0cb1287658977a9903832170c69591d347 done [2025-08-26T10:43:58.607Z] #8 exporting manifest list sha256:c32da0046151c1a45d4c9d845ac32edd21d0b1a027ba3b623b36ec2506fcd950 done [2025-08-26T10:43:58.607Z] #8 pushing layers 0.0s done [2025-08-26T10:43:58.607Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:c32da0046151c1a45d4c9d845ac32edd21d0b1a027ba3b623b36ec2506fcd950 0.1s done [2025-08-26T10:43:58.607Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-26T10:43:58.607Z] #8 DONE 0.1s [2025-08-26T10:43:58.607Z] [2025-08-26T10:43:58.607Z] 1 warning found (use --debug to expand): [2025-08-26T10:43:58.607Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-26T10:43:58.898Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.49' [2025-08-26T10:43:58.898Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.49 --push - [2025-08-26T10:43:58.898Z] #1 [internal] load build definition from Dockerfile [2025-08-26T10:43:58.898Z] #1 transferring dockerfile: 169B done [2025-08-26T10:43:58.898Z] #1 DONE 0.0s [2025-08-26T10:43:58.898Z] [2025-08-26T10:43:58.898Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.49 [2025-08-26T10:43:58.898Z] #2 DONE 0.0s [2025-08-26T10:43:58.898Z] [2025-08-26T10:43:58.898Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.49 [2025-08-26T10:43:58.898Z] #3 DONE 0.0s [2025-08-26T10:43:58.898Z] [2025-08-26T10:43:58.898Z] #4 [internal] load .dockerignore [2025-08-26T10:43:58.898Z] #4 transferring context: 2B done [2025-08-26T10:43:58.898Z] #4 DONE 0.0s [2025-08-26T10:43:58.898Z] [2025-08-26T10:43:58.898Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.49@sha256:56dff332a16f2c9a19ef638e777aa4c363026fee688751578465033664e050a2 [2025-08-26T10:43:58.898Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.49@sha256:56dff332a16f2c9a19ef638e777aa4c363026fee688751578465033664e050a2 0.0s done [2025-08-26T10:43:58.898Z] #5 CACHED [2025-08-26T10:43:58.898Z] [2025-08-26T10:43:58.898Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.49@sha256:56dff332a16f2c9a19ef638e777aa4c363026fee688751578465033664e050a2 [2025-08-26T10:43:58.898Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.49@sha256:56dff332a16f2c9a19ef638e777aa4c363026fee688751578465033664e050a2 0.0s done [2025-08-26T10:43:58.898Z] #6 CACHED [2025-08-26T10:43:58.898Z] [2025-08-26T10:43:58.898Z] #7 exporting to image [2025-08-26T10:43:58.898Z] #7 exporting layers done [2025-08-26T10:43:58.898Z] #7 exporting manifest sha256:25404aaabac977c5bbad0a7c8bad14fc6a6dcc92220a3710a41f48fe9cc929d2 done [2025-08-26T10:43:58.898Z] #7 exporting config sha256:2939669ed43eb2cc9a4055e7379b97504eae2eaaf03740f36dbd5a4cecfd07d6 done [2025-08-26T10:43:58.898Z] #7 exporting manifest sha256:fe27c98b68cde2c37f14edede7f24d001a0dfb5c52cdf3ddacb6f47e2df34969 done [2025-08-26T10:43:58.898Z] #7 exporting config sha256:f9e44e6817f48c201f50984bfdf30d0cb1287658977a9903832170c69591d347 done [2025-08-26T10:43:58.898Z] #7 exporting manifest list sha256:c32da0046151c1a45d4c9d845ac32edd21d0b1a027ba3b623b36ec2506fcd950 done [2025-08-26T10:43:58.898Z] #7 pushing layers [2025-08-26T10:43:58.898Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-26T10:43:59.157Z] #7 pushing layers 0.0s done [2025-08-26T10:43:59.157Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.49@sha256:c32da0046151c1a45d4c9d845ac32edd21d0b1a027ba3b623b36ec2506fcd950 0.1s done [2025-08-26T10:43:59.157Z] #7 DONE 0.1s [2025-08-26T10:43:59.157Z] [2025-08-26T10:43:59.157Z] #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-26T10:43:59.157Z] #8 DONE 0.0s [2025-08-26T10:43:59.157Z] [2025-08-26T10:43:59.157Z] 1 warning found (use --debug to expand): [2025-08-26T10:43:59.157Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-26T10:43:59.451Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49' [2025-08-26T10:43:59.451Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 --push - [2025-08-26T10:43:59.451Z] #1 [internal] load build definition from Dockerfile [2025-08-26T10:43:59.451Z] #1 transferring dockerfile: 210B done [2025-08-26T10:43:59.451Z] #1 DONE 0.0s [2025-08-26T10:43:59.451Z] [2025-08-26T10:43:59.451Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:43:59.451Z] #2 DONE 0.0s [2025-08-26T10:43:59.451Z] [2025-08-26T10:43:59.451Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:43:59.451Z] #3 DONE 0.0s [2025-08-26T10:43:59.451Z] [2025-08-26T10:43:59.451Z] #4 [internal] load .dockerignore [2025-08-26T10:43:59.451Z] #4 transferring context: 2B done [2025-08-26T10:43:59.451Z] #4 DONE 0.0s [2025-08-26T10:43:59.451Z] [2025-08-26T10:43:59.451Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:56dff332a16f2c9a19ef638e777aa4c363026fee688751578465033664e050a2 [2025-08-26T10:43:59.451Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:56dff332a16f2c9a19ef638e777aa4c363026fee688751578465033664e050a2 0.0s done [2025-08-26T10:43:59.451Z] #5 CACHED [2025-08-26T10:43:59.451Z] [2025-08-26T10:43:59.452Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:56dff332a16f2c9a19ef638e777aa4c363026fee688751578465033664e050a2 [2025-08-26T10:43:59.452Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:56dff332a16f2c9a19ef638e777aa4c363026fee688751578465033664e050a2 0.0s done [2025-08-26T10:43:59.452Z] #6 CACHED [2025-08-26T10:43:59.452Z] [2025-08-26T10:43:59.452Z] #7 exporting to image [2025-08-26T10:43:59.452Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-26T10:43:59.711Z] #7 exporting layers done [2025-08-26T10:43:59.711Z] #7 exporting manifest sha256:25404aaabac977c5bbad0a7c8bad14fc6a6dcc92220a3710a41f48fe9cc929d2 done [2025-08-26T10:43:59.711Z] #7 exporting config sha256:2939669ed43eb2cc9a4055e7379b97504eae2eaaf03740f36dbd5a4cecfd07d6 done [2025-08-26T10:43:59.711Z] #7 exporting manifest sha256:fe27c98b68cde2c37f14edede7f24d001a0dfb5c52cdf3ddacb6f47e2df34969 done [2025-08-26T10:43:59.711Z] #7 exporting config sha256:f9e44e6817f48c201f50984bfdf30d0cb1287658977a9903832170c69591d347 done [2025-08-26T10:43:59.711Z] #7 exporting manifest list sha256:c32da0046151c1a45d4c9d845ac32edd21d0b1a027ba3b623b36ec2506fcd950 done [2025-08-26T10:43:59.711Z] #7 pushing layers 0.0s done [2025-08-26T10:43:59.711Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:c32da0046151c1a45d4c9d845ac32edd21d0b1a027ba3b623b36ec2506fcd950 0.1s done [2025-08-26T10:43:59.711Z] #7 DONE 0.1s [2025-08-26T10:43:59.711Z] [2025-08-26T10:43:59.711Z] #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-26T10:43:59.711Z] #8 DONE 0.0s [2025-08-26T10:43:59.711Z] [2025-08-26T10:43:59.711Z] 1 warning found (use --debug to expand): [2025-08-26T10:43:59.711Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-26T10:43:59.998Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:main' [2025-08-26T10:43:59.998Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:main --push - [2025-08-26T10:43:59.998Z] #1 [internal] load build definition from Dockerfile [2025-08-26T10:43:59.998Z] #1 transferring dockerfile: 161B done [2025-08-26T10:43:59.998Z] #1 DONE 0.0s [2025-08-26T10:43:59.998Z] [2025-08-26T10:43:59.998Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main [2025-08-26T10:43:59.998Z] #2 DONE 0.0s [2025-08-26T10:43:59.998Z] [2025-08-26T10:43:59.998Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main [2025-08-26T10:43:59.998Z] #3 DONE 0.0s [2025-08-26T10:43:59.998Z] [2025-08-26T10:43:59.998Z] #4 [internal] load .dockerignore [2025-08-26T10:43:59.998Z] #4 transferring context: 2B done [2025-08-26T10:43:59.998Z] #4 DONE 0.0s [2025-08-26T10:43:59.998Z] [2025-08-26T10:43:59.998Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:56dff332a16f2c9a19ef638e777aa4c363026fee688751578465033664e050a2 [2025-08-26T10:43:59.998Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:56dff332a16f2c9a19ef638e777aa4c363026fee688751578465033664e050a2 0.0s done [2025-08-26T10:43:59.998Z] #5 CACHED [2025-08-26T10:43:59.998Z] [2025-08-26T10:43:59.998Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:56dff332a16f2c9a19ef638e777aa4c363026fee688751578465033664e050a2 [2025-08-26T10:43:59.998Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:56dff332a16f2c9a19ef638e777aa4c363026fee688751578465033664e050a2 0.0s done [2025-08-26T10:43:59.998Z] #6 CACHED [2025-08-26T10:43:59.998Z] [2025-08-26T10:43:59.998Z] #7 exporting to image [2025-08-26T10:43:59.998Z] #7 exporting layers done [2025-08-26T10:43:59.998Z] #7 exporting manifest sha256:25404aaabac977c5bbad0a7c8bad14fc6a6dcc92220a3710a41f48fe9cc929d2 done [2025-08-26T10:43:59.998Z] #7 exporting config sha256:2939669ed43eb2cc9a4055e7379b97504eae2eaaf03740f36dbd5a4cecfd07d6 done [2025-08-26T10:43:59.998Z] #7 exporting manifest sha256:fe27c98b68cde2c37f14edede7f24d001a0dfb5c52cdf3ddacb6f47e2df34969 [2025-08-26T10:43:59.998Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-26T10:44:00.258Z] #7 exporting manifest sha256:fe27c98b68cde2c37f14edede7f24d001a0dfb5c52cdf3ddacb6f47e2df34969 done [2025-08-26T10:44:00.258Z] #7 exporting config sha256:f9e44e6817f48c201f50984bfdf30d0cb1287658977a9903832170c69591d347 done [2025-08-26T10:44:00.258Z] #7 exporting manifest list sha256:c32da0046151c1a45d4c9d845ac32edd21d0b1a027ba3b623b36ec2506fcd950 done [2025-08-26T10:44:00.258Z] #7 pushing layers 0.0s done [2025-08-26T10:44:00.258Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:c32da0046151c1a45d4c9d845ac32edd21d0b1a027ba3b623b36ec2506fcd950 0.1s done [2025-08-26T10:44:00.258Z] #7 DONE 0.1s [2025-08-26T10:44:00.258Z] [2025-08-26T10:44:00.258Z] #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-26T10:44:00.258Z] #8 DONE 0.0s [2025-08-26T10:44:00.258Z] [2025-08-26T10:44:00.258Z] 1 warning found (use --debug to expand): [2025-08-26T10:44:00.258Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-26T10:44:00.545Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5' [2025-08-26T10:44:00.545Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 --push - [2025-08-26T10:44:00.805Z] #1 [internal] load build definition from Dockerfile [2025-08-26T10:44:00.806Z] #1 transferring dockerfile: 216B done [2025-08-26T10:44:00.806Z] #1 DONE 0.0s [2025-08-26T10:44:00.806Z] [2025-08-26T10:44:00.806Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:44:00.806Z] #2 DONE 0.0s [2025-08-26T10:44:00.806Z] [2025-08-26T10:44:00.806Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:44:00.806Z] #3 DONE 0.1s [2025-08-26T10:44:00.806Z] [2025-08-26T10:44:00.806Z] #4 [internal] load .dockerignore [2025-08-26T10:44:00.806Z] #4 transferring context: [2025-08-26T10:44:00.806Z] #4 transferring context: 2B done [2025-08-26T10:44:00.806Z] #4 DONE 0.0s [2025-08-26T10:44:00.806Z] [2025-08-26T10:44:00.806Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:26b05141b40e3d191e58022a1c990dc74509c91ed07bf48dfe6b719ca46416d1 [2025-08-26T10:44:00.806Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:26b05141b40e3d191e58022a1c990dc74509c91ed07bf48dfe6b719ca46416d1 [2025-08-26T10:44:00.806Z] #5 ... [2025-08-26T10:44:00.806Z] [2025-08-26T10:44:00.806Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:26b05141b40e3d191e58022a1c990dc74509c91ed07bf48dfe6b719ca46416d1 [2025-08-26T10:44:00.806Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:26b05141b40e3d191e58022a1c990dc74509c91ed07bf48dfe6b719ca46416d1 0.0s done [2025-08-26T10:44:00.806Z] #6 DONE 0.1s [2025-08-26T10:44:00.806Z] [2025-08-26T10:44:00.806Z] #7 exporting to image [2025-08-26T10:44:00.806Z] #7 exporting layers done [2025-08-26T10:44:00.806Z] #7 exporting manifest sha256:8f06da26c9272ee26fa6ceee7c4fb1e80c23f49f0bb094f082835e9127ab8820 done [2025-08-26T10:44:00.806Z] #7 exporting config sha256:340eb0baee6fe6567f6b279e6a2d573e7bb6128411c300ce8d43b1e272330980 done [2025-08-26T10:44:00.806Z] #7 exporting manifest sha256:cbecbae7e21dbaa8da6eaaf1f9565262c7a561b53de3bc65a5233721893b24c8 done [2025-08-26T10:44:00.806Z] #7 exporting config sha256:1a7c3b36f05cbeb466f867df5cae8670df5b0c1a6afda8155a8820f734be01a3 [2025-08-26T10:44:00.806Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-26T10:44:00.806Z] #7 ... [2025-08-26T10:44:00.806Z] [2025-08-26T10:44:00.806Z] #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-26T10:44:00.806Z] #8 DONE 0.0s [2025-08-26T10:44:00.806Z] [2025-08-26T10:44:00.806Z] #7 exporting to image [2025-08-26T10:44:00.806Z] #7 exporting config sha256:1a7c3b36f05cbeb466f867df5cae8670df5b0c1a6afda8155a8820f734be01a3 done [2025-08-26T10:44:00.806Z] #7 exporting manifest list sha256:42d2c367a541f6adceb4e575306a6d02bce5c0692bd989ccfc4d5ae3d0303200 0.0s done [2025-08-26T10:44:00.806Z] #7 pushing layers 0.1s done [2025-08-26T10:44:00.806Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:42d2c367a541f6adceb4e575306a6d02bce5c0692bd989ccfc4d5ae3d0303200 [2025-08-26T10:44:01.069Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:42d2c367a541f6adceb4e575306a6d02bce5c0692bd989ccfc4d5ae3d0303200 0.1s done [2025-08-26T10:44:01.069Z] #7 DONE 0.2s [2025-08-26T10:44:01.069Z] [2025-08-26T10:44:01.069Z] 1 warning found (use --debug to expand): [2025-08-26T10:44:01.069Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-26T10:44:01.357Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest --push - [2025-08-26T10:44:01.357Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest' [2025-08-26T10:44:01.357Z] #1 [internal] load build definition from Dockerfile [2025-08-26T10:44:01.357Z] #1 transferring dockerfile: 182B done [2025-08-26T10:44:01.357Z] #1 DONE 0.0s [2025-08-26T10:44:01.357Z] [2025-08-26T10:44:01.357Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-08-26T10:44:01.357Z] #2 DONE 0.0s [2025-08-26T10:44:01.357Z] [2025-08-26T10:44:01.357Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-08-26T10:44:01.357Z] #3 DONE 0.0s [2025-08-26T10:44:01.357Z] [2025-08-26T10:44:01.357Z] #4 [internal] load .dockerignore [2025-08-26T10:44:01.357Z] #4 transferring context: 2B done [2025-08-26T10:44:01.357Z] #4 DONE 0.0s [2025-08-26T10:44:01.357Z] [2025-08-26T10:44:01.357Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:26b05141b40e3d191e58022a1c990dc74509c91ed07bf48dfe6b719ca46416d1 [2025-08-26T10:44:01.357Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:26b05141b40e3d191e58022a1c990dc74509c91ed07bf48dfe6b719ca46416d1 0.0s done [2025-08-26T10:44:01.357Z] #5 CACHED [2025-08-26T10:44:01.357Z] [2025-08-26T10:44:01.357Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:26b05141b40e3d191e58022a1c990dc74509c91ed07bf48dfe6b719ca46416d1 [2025-08-26T10:44:01.357Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:26b05141b40e3d191e58022a1c990dc74509c91ed07bf48dfe6b719ca46416d1 0.0s done [2025-08-26T10:44:01.616Z] #6 CACHED [2025-08-26T10:44:01.616Z] [2025-08-26T10:44:01.616Z] #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-26T10:44:01.616Z] #7 DONE 0.0s [2025-08-26T10:44:01.616Z] [2025-08-26T10:44:01.616Z] #8 exporting to image [2025-08-26T10:44:01.616Z] #8 exporting layers done [2025-08-26T10:44:01.616Z] #8 exporting manifest sha256:8f06da26c9272ee26fa6ceee7c4fb1e80c23f49f0bb094f082835e9127ab8820 done [2025-08-26T10:44:01.616Z] #8 exporting config sha256:340eb0baee6fe6567f6b279e6a2d573e7bb6128411c300ce8d43b1e272330980 done [2025-08-26T10:44:01.616Z] #8 exporting manifest sha256:cbecbae7e21dbaa8da6eaaf1f9565262c7a561b53de3bc65a5233721893b24c8 done [2025-08-26T10:44:01.616Z] #8 exporting config sha256:1a7c3b36f05cbeb466f867df5cae8670df5b0c1a6afda8155a8820f734be01a3 done [2025-08-26T10:44:01.616Z] #8 exporting manifest list sha256:42d2c367a541f6adceb4e575306a6d02bce5c0692bd989ccfc4d5ae3d0303200 done [2025-08-26T10:44:01.616Z] #8 pushing layers 0.0s done [2025-08-26T10:44:01.616Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:42d2c367a541f6adceb4e575306a6d02bce5c0692bd989ccfc4d5ae3d0303200 0.1s done [2025-08-26T10:44:01.616Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-26T10:44:01.616Z] #8 DONE 0.1s [2025-08-26T10:44:01.616Z] [2025-08-26T10:44:01.616Z] 1 warning found (use --debug to expand): [2025-08-26T10:44:01.616Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-26T10:44:01.918Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.49' [2025-08-26T10:44:01.918Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.49 --push - [2025-08-26T10:44:02.177Z] #1 [internal] load build definition from Dockerfile [2025-08-26T10:44:02.177Z] #1 transferring dockerfile: 188B done [2025-08-26T10:44:02.177Z] #1 DONE 0.0s [2025-08-26T10:44:02.177Z] [2025-08-26T10:44:02.177Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.49 [2025-08-26T10:44:02.177Z] #2 DONE 0.0s [2025-08-26T10:44:02.177Z] [2025-08-26T10:44:02.177Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.49 [2025-08-26T10:44:02.177Z] #3 DONE 0.0s [2025-08-26T10:44:02.177Z] [2025-08-26T10:44:02.177Z] #4 [internal] load .dockerignore [2025-08-26T10:44:02.177Z] #4 transferring context: 2B done [2025-08-26T10:44:02.177Z] #4 DONE 0.0s [2025-08-26T10:44:02.177Z] [2025-08-26T10:44:02.177Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.49@sha256:26b05141b40e3d191e58022a1c990dc74509c91ed07bf48dfe6b719ca46416d1 [2025-08-26T10:44:02.177Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.49@sha256:26b05141b40e3d191e58022a1c990dc74509c91ed07bf48dfe6b719ca46416d1 0.0s done [2025-08-26T10:44:02.177Z] #5 CACHED [2025-08-26T10:44:02.177Z] [2025-08-26T10:44:02.177Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.49@sha256:26b05141b40e3d191e58022a1c990dc74509c91ed07bf48dfe6b719ca46416d1 [2025-08-26T10:44:02.177Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.49@sha256:26b05141b40e3d191e58022a1c990dc74509c91ed07bf48dfe6b719ca46416d1 0.0s done [2025-08-26T10:44:02.177Z] #6 CACHED [2025-08-26T10:44:02.177Z] [2025-08-26T10:44:02.177Z] #7 exporting to image [2025-08-26T10:44:02.177Z] #7 exporting layers done [2025-08-26T10:44:02.177Z] #7 exporting manifest sha256:8f06da26c9272ee26fa6ceee7c4fb1e80c23f49f0bb094f082835e9127ab8820 done [2025-08-26T10:44:02.177Z] #7 exporting config sha256:340eb0baee6fe6567f6b279e6a2d573e7bb6128411c300ce8d43b1e272330980 done [2025-08-26T10:44:02.177Z] #7 exporting manifest sha256:cbecbae7e21dbaa8da6eaaf1f9565262c7a561b53de3bc65a5233721893b24c8 done [2025-08-26T10:44:02.177Z] #7 exporting config sha256:1a7c3b36f05cbeb466f867df5cae8670df5b0c1a6afda8155a8820f734be01a3 done [2025-08-26T10:44:02.177Z] #7 exporting manifest list sha256:42d2c367a541f6adceb4e575306a6d02bce5c0692bd989ccfc4d5ae3d0303200 done [2025-08-26T10:44:02.177Z] #7 pushing layers [2025-08-26T10:44:02.177Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-26T10:44:02.177Z] #7 pushing layers 0.0s done [2025-08-26T10:44:02.177Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.49@sha256:42d2c367a541f6adceb4e575306a6d02bce5c0692bd989ccfc4d5ae3d0303200 0.1s done [2025-08-26T10:44:02.177Z] #7 DONE 0.1s [2025-08-26T10:44:02.177Z] [2025-08-26T10:44:02.177Z] #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-26T10:44:02.177Z] #8 DONE 0.0s [2025-08-26T10:44:02.177Z] [2025-08-26T10:44:02.177Z] 1 warning found (use --debug to expand): [2025-08-26T10:44:02.177Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-26T10:44:02.477Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49' [2025-08-26T10:44:02.477Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 --push - [2025-08-26T10:44:02.477Z] #1 [internal] load build definition from Dockerfile [2025-08-26T10:44:02.477Z] #1 transferring dockerfile: 229B done [2025-08-26T10:44:02.477Z] #1 DONE 0.0s [2025-08-26T10:44:02.477Z] [2025-08-26T10:44:02.477Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:44:02.477Z] #2 DONE 0.0s [2025-08-26T10:44:02.477Z] [2025-08-26T10:44:02.477Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:44:02.477Z] #3 DONE 0.0s [2025-08-26T10:44:02.477Z] [2025-08-26T10:44:02.477Z] #4 [internal] load .dockerignore [2025-08-26T10:44:02.477Z] #4 transferring context: 2B done [2025-08-26T10:44:02.477Z] #4 DONE 0.0s [2025-08-26T10:44:02.477Z] [2025-08-26T10:44:02.477Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:26b05141b40e3d191e58022a1c990dc74509c91ed07bf48dfe6b719ca46416d1 [2025-08-26T10:44:02.477Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:26b05141b40e3d191e58022a1c990dc74509c91ed07bf48dfe6b719ca46416d1 0.0s done [2025-08-26T10:44:02.477Z] #5 CACHED [2025-08-26T10:44:02.477Z] [2025-08-26T10:44:02.477Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:26b05141b40e3d191e58022a1c990dc74509c91ed07bf48dfe6b719ca46416d1 [2025-08-26T10:44:02.477Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:26b05141b40e3d191e58022a1c990dc74509c91ed07bf48dfe6b719ca46416d1 0.0s done [2025-08-26T10:44:02.477Z] #6 CACHED [2025-08-26T10:44:02.477Z] [2025-08-26T10:44:02.477Z] #7 exporting to image [2025-08-26T10:44:02.477Z] #7 exporting layers done [2025-08-26T10:44:02.477Z] #7 exporting manifest sha256:8f06da26c9272ee26fa6ceee7c4fb1e80c23f49f0bb094f082835e9127ab8820 done [2025-08-26T10:44:02.477Z] #7 exporting config sha256:340eb0baee6fe6567f6b279e6a2d573e7bb6128411c300ce8d43b1e272330980 done [2025-08-26T10:44:02.477Z] #7 exporting manifest sha256:cbecbae7e21dbaa8da6eaaf1f9565262c7a561b53de3bc65a5233721893b24c8 done [2025-08-26T10:44:02.477Z] #7 exporting config sha256:1a7c3b36f05cbeb466f867df5cae8670df5b0c1a6afda8155a8820f734be01a3 [2025-08-26T10:44:02.477Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-26T10:44:02.737Z] #7 exporting config sha256:1a7c3b36f05cbeb466f867df5cae8670df5b0c1a6afda8155a8820f734be01a3 done [2025-08-26T10:44:02.737Z] #7 exporting manifest list sha256:42d2c367a541f6adceb4e575306a6d02bce5c0692bd989ccfc4d5ae3d0303200 done [2025-08-26T10:44:02.737Z] #7 pushing layers 0.0s done [2025-08-26T10:44:02.737Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:42d2c367a541f6adceb4e575306a6d02bce5c0692bd989ccfc4d5ae3d0303200 0.1s done [2025-08-26T10:44:02.737Z] #7 DONE 0.1s [2025-08-26T10:44:02.737Z] [2025-08-26T10:44:02.737Z] #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-26T10:44:02.737Z] #8 DONE 0.0s [2025-08-26T10:44:02.737Z] [2025-08-26T10:44:02.737Z] 1 warning found (use --debug to expand): [2025-08-26T10:44:02.737Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-26T10:44:03.030Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main' [2025-08-26T10:44:03.030Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main --push - [2025-08-26T10:44:03.030Z] #1 [internal] load build definition from Dockerfile [2025-08-26T10:44:03.030Z] #1 transferring dockerfile: 180B done [2025-08-26T10:44:03.030Z] #1 DONE 0.0s [2025-08-26T10:44:03.030Z] [2025-08-26T10:44:03.030Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-08-26T10:44:03.030Z] #2 DONE 0.0s [2025-08-26T10:44:03.030Z] [2025-08-26T10:44:03.030Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-08-26T10:44:03.030Z] #3 DONE 0.0s [2025-08-26T10:44:03.030Z] [2025-08-26T10:44:03.030Z] #4 [internal] load .dockerignore [2025-08-26T10:44:03.030Z] #4 transferring context: 2B done [2025-08-26T10:44:03.030Z] #4 DONE 0.0s [2025-08-26T10:44:03.030Z] [2025-08-26T10:44:03.030Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:26b05141b40e3d191e58022a1c990dc74509c91ed07bf48dfe6b719ca46416d1 [2025-08-26T10:44:03.030Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:26b05141b40e3d191e58022a1c990dc74509c91ed07bf48dfe6b719ca46416d1 0.0s done [2025-08-26T10:44:03.030Z] #5 CACHED [2025-08-26T10:44:03.030Z] [2025-08-26T10:44:03.030Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:26b05141b40e3d191e58022a1c990dc74509c91ed07bf48dfe6b719ca46416d1 [2025-08-26T10:44:03.030Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:26b05141b40e3d191e58022a1c990dc74509c91ed07bf48dfe6b719ca46416d1 0.0s done [2025-08-26T10:44:03.030Z] #6 CACHED [2025-08-26T10:44:03.030Z] [2025-08-26T10:44:03.030Z] #7 exporting to image [2025-08-26T10:44:03.030Z] #7 exporting layers done [2025-08-26T10:44:03.030Z] #7 exporting manifest sha256:8f06da26c9272ee26fa6ceee7c4fb1e80c23f49f0bb094f082835e9127ab8820 done [2025-08-26T10:44:03.030Z] #7 exporting config sha256:340eb0baee6fe6567f6b279e6a2d573e7bb6128411c300ce8d43b1e272330980 done [2025-08-26T10:44:03.030Z] #7 exporting manifest sha256:cbecbae7e21dbaa8da6eaaf1f9565262c7a561b53de3bc65a5233721893b24c8 done [2025-08-26T10:44:03.030Z] #7 exporting config sha256:1a7c3b36f05cbeb466f867df5cae8670df5b0c1a6afda8155a8820f734be01a3 done [2025-08-26T10:44:03.030Z] #7 exporting manifest list sha256:42d2c367a541f6adceb4e575306a6d02bce5c0692bd989ccfc4d5ae3d0303200 done [2025-08-26T10:44:03.030Z] #7 pushing layers [2025-08-26T10:44:03.030Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-26T10:44:03.290Z] #7 pushing layers 0.0s done [2025-08-26T10:44:03.291Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:42d2c367a541f6adceb4e575306a6d02bce5c0692bd989ccfc4d5ae3d0303200 0.1s done [2025-08-26T10:44:03.291Z] #7 DONE 0.1s [2025-08-26T10:44:03.291Z] [2025-08-26T10:44:03.291Z] #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-26T10:44:03.291Z] #8 DONE 0.0s [2025-08-26T10:44:03.291Z] [2025-08-26T10:44:03.291Z] 1 warning found (use --debug to expand): [2025-08-26T10:44:03.291Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-26T10:44:03.589Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5' [2025-08-26T10:44:03.589Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 --push - [2025-08-26T10:44:03.589Z] #1 [internal] load build definition from Dockerfile [2025-08-26T10:44:03.589Z] #1 transferring dockerfile: 194B done [2025-08-26T10:44:03.589Z] #1 DONE 0.0s [2025-08-26T10:44:03.589Z] [2025-08-26T10:44:03.589Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:44:03.589Z] #2 DONE 0.0s [2025-08-26T10:44:03.589Z] [2025-08-26T10:44:03.589Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:44:03.589Z] #3 DONE 0.0s [2025-08-26T10:44:03.589Z] [2025-08-26T10:44:03.589Z] #4 [internal] load .dockerignore [2025-08-26T10:44:03.589Z] #4 transferring context: 2B done [2025-08-26T10:44:03.589Z] #4 DONE 0.0s [2025-08-26T10:44:03.589Z] [2025-08-26T10:44:03.589Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:d976cf5914de933527e6d0a6c7c9b707766554e1e31ff53de7a7909f04c8b192 [2025-08-26T10:44:03.589Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:d976cf5914de933527e6d0a6c7c9b707766554e1e31ff53de7a7909f04c8b192 [2025-08-26T10:44:03.849Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:d976cf5914de933527e6d0a6c7c9b707766554e1e31ff53de7a7909f04c8b192 0.0s done [2025-08-26T10:44:03.849Z] #5 DONE 0.0s [2025-08-26T10:44:03.849Z] [2025-08-26T10:44:03.849Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:d976cf5914de933527e6d0a6c7c9b707766554e1e31ff53de7a7909f04c8b192 [2025-08-26T10:44:03.849Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:d976cf5914de933527e6d0a6c7c9b707766554e1e31ff53de7a7909f04c8b192 0.0s done [2025-08-26T10:44:03.849Z] #6 DONE 0.1s [2025-08-26T10:44:03.849Z] [2025-08-26T10:44:03.849Z] #7 exporting to image [2025-08-26T10:44:03.849Z] #7 exporting layers done [2025-08-26T10:44:03.849Z] #7 exporting manifest sha256:e135224ebd117dfeb5c8ea0aa78a8517642cf7b12354391296cb3eed95270f74 done [2025-08-26T10:44:03.849Z] #7 exporting config sha256:0244a975a079bb131189c92abe84eb284df862bc70ee90c721256fd13c088419 done [2025-08-26T10:44:03.849Z] #7 exporting manifest sha256:b324b03d3c993c82e08420500cb2d1a8ce836c46be45cdfecf9fba6a79449091 done [2025-08-26T10:44:03.849Z] #7 exporting config sha256:6545a7c4669ca5696f27c7849c8ff6da67da642469d56ec3cf748c787cf5ae67 done [2025-08-26T10:44:03.849Z] #7 exporting manifest list sha256:7cef0fbe0f1742987a8d076ad98f844368306ce94ac860aa6d3edfa6136b0f3e [2025-08-26T10:44:03.849Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-26T10:44:03.849Z] #7 ... [2025-08-26T10:44:03.849Z] [2025-08-26T10:44:03.849Z] #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-26T10:44:03.849Z] #8 DONE 0.0s [2025-08-26T10:44:03.849Z] [2025-08-26T10:44:03.849Z] #7 exporting to image [2025-08-26T10:44:03.849Z] #7 exporting manifest list sha256:7cef0fbe0f1742987a8d076ad98f844368306ce94ac860aa6d3edfa6136b0f3e done [2025-08-26T10:44:03.849Z] #7 pushing layers 0.1s done [2025-08-26T10:44:03.849Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:7cef0fbe0f1742987a8d076ad98f844368306ce94ac860aa6d3edfa6136b0f3e [2025-08-26T10:44:04.108Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:7cef0fbe0f1742987a8d076ad98f844368306ce94ac860aa6d3edfa6136b0f3e 0.1s done [2025-08-26T10:44:04.108Z] #7 DONE 0.2s [2025-08-26T10:44:04.108Z] [2025-08-26T10:44:04.108Z] 1 warning found (use --debug to expand): [2025-08-26T10:44:04.108Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-26T10:44:04.394Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:latest' [2025-08-26T10:44:04.394Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:latest --push - [2025-08-26T10:44:04.394Z] #1 [internal] load build definition from Dockerfile [2025-08-26T10:44:04.395Z] #1 transferring dockerfile: 160B done [2025-08-26T10:44:04.395Z] #1 DONE 0.0s [2025-08-26T10:44:04.395Z] [2025-08-26T10:44:04.395Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest [2025-08-26T10:44:04.395Z] #2 DONE 0.0s [2025-08-26T10:44:04.395Z] [2025-08-26T10:44:04.395Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest [2025-08-26T10:44:04.395Z] #3 DONE 0.0s [2025-08-26T10:44:04.395Z] [2025-08-26T10:44:04.395Z] #4 [internal] load .dockerignore [2025-08-26T10:44:04.395Z] #4 transferring context: 2B done [2025-08-26T10:44:04.395Z] #4 DONE 0.0s [2025-08-26T10:44:04.395Z] [2025-08-26T10:44:04.395Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:d976cf5914de933527e6d0a6c7c9b707766554e1e31ff53de7a7909f04c8b192 [2025-08-26T10:44:04.395Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:d976cf5914de933527e6d0a6c7c9b707766554e1e31ff53de7a7909f04c8b192 done [2025-08-26T10:44:04.395Z] #5 CACHED [2025-08-26T10:44:04.395Z] [2025-08-26T10:44:04.395Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:d976cf5914de933527e6d0a6c7c9b707766554e1e31ff53de7a7909f04c8b192 [2025-08-26T10:44:04.395Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:d976cf5914de933527e6d0a6c7c9b707766554e1e31ff53de7a7909f04c8b192 done [2025-08-26T10:44:04.395Z] #6 CACHED [2025-08-26T10:44:04.395Z] [2025-08-26T10:44:04.395Z] #7 exporting to image [2025-08-26T10:44:04.395Z] #7 exporting layers done [2025-08-26T10:44:04.395Z] #7 exporting manifest sha256:e135224ebd117dfeb5c8ea0aa78a8517642cf7b12354391296cb3eed95270f74 done [2025-08-26T10:44:04.395Z] #7 exporting config sha256:0244a975a079bb131189c92abe84eb284df862bc70ee90c721256fd13c088419 [2025-08-26T10:44:04.395Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-26T10:44:04.656Z] #7 exporting config sha256:0244a975a079bb131189c92abe84eb284df862bc70ee90c721256fd13c088419 done [2025-08-26T10:44:04.656Z] #7 exporting manifest sha256:b324b03d3c993c82e08420500cb2d1a8ce836c46be45cdfecf9fba6a79449091 done [2025-08-26T10:44:04.656Z] #7 exporting config sha256:6545a7c4669ca5696f27c7849c8ff6da67da642469d56ec3cf748c787cf5ae67 done [2025-08-26T10:44:04.656Z] #7 exporting manifest list sha256:7cef0fbe0f1742987a8d076ad98f844368306ce94ac860aa6d3edfa6136b0f3e done [2025-08-26T10:44:04.656Z] #7 pushing layers 0.0s done [2025-08-26T10:44:04.656Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:latest@sha256:7cef0fbe0f1742987a8d076ad98f844368306ce94ac860aa6d3edfa6136b0f3e 0.1s done [2025-08-26T10:44:04.656Z] #7 DONE 0.1s [2025-08-26T10:44:04.656Z] [2025-08-26T10:44:04.656Z] #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-26T10:44:04.656Z] #8 DONE 0.0s [2025-08-26T10:44:04.656Z] [2025-08-26T10:44:04.656Z] 1 warning found (use --debug to expand): [2025-08-26T10:44:04.656Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-26T10:44:04.944Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.49' [2025-08-26T10:44:04.944Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.49 --push - [2025-08-26T10:44:04.944Z] #1 [internal] load build definition from Dockerfile [2025-08-26T10:44:04.944Z] #1 transferring dockerfile: 166B done [2025-08-26T10:44:04.944Z] #1 DONE 0.0s [2025-08-26T10:44:04.944Z] [2025-08-26T10:44:04.944Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.49 [2025-08-26T10:44:04.944Z] #2 DONE 0.0s [2025-08-26T10:44:04.944Z] [2025-08-26T10:44:04.944Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.49 [2025-08-26T10:44:04.944Z] #3 DONE 0.0s [2025-08-26T10:44:04.944Z] [2025-08-26T10:44:04.944Z] #4 [internal] load .dockerignore [2025-08-26T10:44:04.944Z] #4 transferring context: 2B done [2025-08-26T10:44:04.944Z] #4 DONE 0.0s [2025-08-26T10:44:04.944Z] [2025-08-26T10:44:04.944Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.49@sha256:d976cf5914de933527e6d0a6c7c9b707766554e1e31ff53de7a7909f04c8b192 [2025-08-26T10:44:04.944Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.49@sha256:d976cf5914de933527e6d0a6c7c9b707766554e1e31ff53de7a7909f04c8b192 done [2025-08-26T10:44:04.944Z] #5 CACHED [2025-08-26T10:44:04.944Z] [2025-08-26T10:44:04.944Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.49@sha256:d976cf5914de933527e6d0a6c7c9b707766554e1e31ff53de7a7909f04c8b192 [2025-08-26T10:44:04.944Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.49@sha256:d976cf5914de933527e6d0a6c7c9b707766554e1e31ff53de7a7909f04c8b192 0.0s done [2025-08-26T10:44:04.944Z] #6 CACHED [2025-08-26T10:44:04.944Z] [2025-08-26T10:44:04.944Z] #7 exporting to image [2025-08-26T10:44:04.944Z] #7 exporting layers done [2025-08-26T10:44:04.944Z] #7 exporting manifest sha256:e135224ebd117dfeb5c8ea0aa78a8517642cf7b12354391296cb3eed95270f74 done [2025-08-26T10:44:04.944Z] #7 exporting config sha256:0244a975a079bb131189c92abe84eb284df862bc70ee90c721256fd13c088419 done [2025-08-26T10:44:04.944Z] #7 exporting manifest sha256:b324b03d3c993c82e08420500cb2d1a8ce836c46be45cdfecf9fba6a79449091 done [2025-08-26T10:44:04.944Z] #7 exporting config sha256:6545a7c4669ca5696f27c7849c8ff6da67da642469d56ec3cf748c787cf5ae67 done [2025-08-26T10:44:04.944Z] #7 exporting manifest list sha256:7cef0fbe0f1742987a8d076ad98f844368306ce94ac860aa6d3edfa6136b0f3e done [2025-08-26T10:44:04.944Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-26T10:44:05.204Z] #7 pushing layers 0.0s done [2025-08-26T10:44:05.204Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.49@sha256:7cef0fbe0f1742987a8d076ad98f844368306ce94ac860aa6d3edfa6136b0f3e 0.1s done [2025-08-26T10:44:05.204Z] #7 DONE 0.1s [2025-08-26T10:44:05.204Z] [2025-08-26T10:44:05.204Z] #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-26T10:44:05.204Z] #8 DONE 0.0s [2025-08-26T10:44:05.204Z] [2025-08-26T10:44:05.204Z] 1 warning found (use --debug to expand): [2025-08-26T10:44:05.204Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-26T10:44:05.496Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49' [2025-08-26T10:44:05.496Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 --push - [2025-08-26T10:44:05.754Z] #1 [internal] load build definition from Dockerfile [2025-08-26T10:44:05.754Z] #1 transferring dockerfile: 207B done [2025-08-26T10:44:05.754Z] #1 DONE 0.0s [2025-08-26T10:44:05.754Z] [2025-08-26T10:44:05.754Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:44:05.754Z] #2 DONE 0.0s [2025-08-26T10:44:05.754Z] [2025-08-26T10:44:05.754Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:44:05.754Z] #3 DONE 0.0s [2025-08-26T10:44:05.754Z] [2025-08-26T10:44:05.754Z] #4 [internal] load .dockerignore [2025-08-26T10:44:05.754Z] #4 transferring context: 2B done [2025-08-26T10:44:05.754Z] #4 DONE 0.0s [2025-08-26T10:44:05.754Z] [2025-08-26T10:44:05.754Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:d976cf5914de933527e6d0a6c7c9b707766554e1e31ff53de7a7909f04c8b192 [2025-08-26T10:44:05.754Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:d976cf5914de933527e6d0a6c7c9b707766554e1e31ff53de7a7909f04c8b192 0.0s done [2025-08-26T10:44:05.754Z] #5 DONE 0.0s [2025-08-26T10:44:05.754Z] [2025-08-26T10:44:05.754Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:d976cf5914de933527e6d0a6c7c9b707766554e1e31ff53de7a7909f04c8b192 [2025-08-26T10:44:05.754Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:d976cf5914de933527e6d0a6c7c9b707766554e1e31ff53de7a7909f04c8b192 0.0s done [2025-08-26T10:44:05.754Z] #6 CACHED [2025-08-26T10:44:05.754Z] [2025-08-26T10:44:05.754Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:d976cf5914de933527e6d0a6c7c9b707766554e1e31ff53de7a7909f04c8b192 [2025-08-26T10:44:05.754Z] #5 CACHED [2025-08-26T10:44:05.754Z] [2025-08-26T10:44:05.754Z] #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-26T10:44:05.754Z] #7 DONE 0.0s [2025-08-26T10:44:05.754Z] [2025-08-26T10:44:05.754Z] #8 exporting to image [2025-08-26T10:44:05.754Z] #8 exporting layers done [2025-08-26T10:44:05.754Z] #8 exporting manifest sha256:e135224ebd117dfeb5c8ea0aa78a8517642cf7b12354391296cb3eed95270f74 done [2025-08-26T10:44:05.754Z] #8 exporting config sha256:0244a975a079bb131189c92abe84eb284df862bc70ee90c721256fd13c088419 done [2025-08-26T10:44:05.754Z] #8 exporting manifest sha256:b324b03d3c993c82e08420500cb2d1a8ce836c46be45cdfecf9fba6a79449091 done [2025-08-26T10:44:05.754Z] #8 exporting config sha256:6545a7c4669ca5696f27c7849c8ff6da67da642469d56ec3cf748c787cf5ae67 done [2025-08-26T10:44:05.754Z] #8 exporting manifest list sha256:7cef0fbe0f1742987a8d076ad98f844368306ce94ac860aa6d3edfa6136b0f3e done [2025-08-26T10:44:05.754Z] #8 pushing layers 0.0s done [2025-08-26T10:44:05.754Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:7cef0fbe0f1742987a8d076ad98f844368306ce94ac860aa6d3edfa6136b0f3e 0.1s done [2025-08-26T10:44:05.754Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-26T10:44:05.754Z] #8 DONE 0.1s [2025-08-26T10:44:05.754Z] [2025-08-26T10:44:05.754Z] 1 warning found (use --debug to expand): [2025-08-26T10:44:05.754Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-26T10:44:06.044Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:main --push - [2025-08-26T10:44:06.044Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:main' [2025-08-26T10:44:06.044Z] #1 [internal] load build definition from Dockerfile [2025-08-26T10:44:06.044Z] #1 transferring dockerfile: 158B done [2025-08-26T10:44:06.044Z] #1 DONE 0.0s [2025-08-26T10:44:06.044Z] [2025-08-26T10:44:06.044Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main [2025-08-26T10:44:06.044Z] #2 DONE 0.0s [2025-08-26T10:44:06.044Z] [2025-08-26T10:44:06.044Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main [2025-08-26T10:44:06.044Z] #3 DONE 0.0s [2025-08-26T10:44:06.044Z] [2025-08-26T10:44:06.044Z] #4 [internal] load .dockerignore [2025-08-26T10:44:06.044Z] #4 transferring context: 2B done [2025-08-26T10:44:06.044Z] #4 DONE 0.0s [2025-08-26T10:44:06.044Z] [2025-08-26T10:44:06.044Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:d976cf5914de933527e6d0a6c7c9b707766554e1e31ff53de7a7909f04c8b192 [2025-08-26T10:44:06.044Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:d976cf5914de933527e6d0a6c7c9b707766554e1e31ff53de7a7909f04c8b192 done [2025-08-26T10:44:06.044Z] #5 CACHED [2025-08-26T10:44:06.044Z] [2025-08-26T10:44:06.044Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:d976cf5914de933527e6d0a6c7c9b707766554e1e31ff53de7a7909f04c8b192 [2025-08-26T10:44:06.044Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:d976cf5914de933527e6d0a6c7c9b707766554e1e31ff53de7a7909f04c8b192 0.0s done [2025-08-26T10:44:06.044Z] #6 CACHED [2025-08-26T10:44:06.044Z] [2025-08-26T10:44:06.044Z] #7 exporting to image [2025-08-26T10:44:06.044Z] #7 exporting layers done [2025-08-26T10:44:06.044Z] #7 exporting manifest sha256:e135224ebd117dfeb5c8ea0aa78a8517642cf7b12354391296cb3eed95270f74 done [2025-08-26T10:44:06.044Z] #7 exporting config sha256:0244a975a079bb131189c92abe84eb284df862bc70ee90c721256fd13c088419 done [2025-08-26T10:44:06.044Z] #7 exporting manifest sha256:b324b03d3c993c82e08420500cb2d1a8ce836c46be45cdfecf9fba6a79449091 [2025-08-26T10:44:06.044Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-26T10:44:06.304Z] #7 exporting manifest sha256:b324b03d3c993c82e08420500cb2d1a8ce836c46be45cdfecf9fba6a79449091 done [2025-08-26T10:44:06.304Z] #7 exporting config sha256:6545a7c4669ca5696f27c7849c8ff6da67da642469d56ec3cf748c787cf5ae67 done [2025-08-26T10:44:06.304Z] #7 exporting manifest list sha256:7cef0fbe0f1742987a8d076ad98f844368306ce94ac860aa6d3edfa6136b0f3e done [2025-08-26T10:44:06.304Z] #7 pushing layers 0.0s done [2025-08-26T10:44:06.304Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:7cef0fbe0f1742987a8d076ad98f844368306ce94ac860aa6d3edfa6136b0f3e 0.1s done [2025-08-26T10:44:06.304Z] #7 DONE 0.1s [2025-08-26T10:44:06.304Z] [2025-08-26T10:44:06.304Z] #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-26T10:44:06.304Z] #8 DONE 0.0s [2025-08-26T10:44:06.304Z] [2025-08-26T10:44:06.304Z] 1 warning found (use --debug to expand): [2025-08-26T10:44:06.304Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-26T10:44:06.592Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5' [2025-08-26T10:44:06.592Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 --push - [2025-08-26T10:44:06.592Z] #1 [internal] load build definition from Dockerfile [2025-08-26T10:44:06.592Z] #1 transferring dockerfile: 196B done [2025-08-26T10:44:06.592Z] #1 DONE 0.0s [2025-08-26T10:44:06.592Z] [2025-08-26T10:44:06.592Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:44:06.592Z] #2 DONE 0.0s [2025-08-26T10:44:06.592Z] [2025-08-26T10:44:06.592Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:44:06.592Z] #3 DONE 0.0s [2025-08-26T10:44:06.592Z] [2025-08-26T10:44:06.592Z] #4 [internal] load .dockerignore [2025-08-26T10:44:06.592Z] #4 transferring context: 2B done [2025-08-26T10:44:06.592Z] #4 DONE 0.0s [2025-08-26T10:44:06.592Z] [2025-08-26T10:44:06.592Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:4e19dd84a46c6c495788bb2d85ad898ae37cc3914cf48f95e5c5f16fb7f70245 [2025-08-26T10:44:06.592Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:4e19dd84a46c6c495788bb2d85ad898ae37cc3914cf48f95e5c5f16fb7f70245 [2025-08-26T10:44:06.849Z] #5 DONE 0.0s [2025-08-26T10:44:06.849Z] [2025-08-26T10:44:06.849Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:4e19dd84a46c6c495788bb2d85ad898ae37cc3914cf48f95e5c5f16fb7f70245 [2025-08-26T10:44:06.849Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:4e19dd84a46c6c495788bb2d85ad898ae37cc3914cf48f95e5c5f16fb7f70245 0.0s done [2025-08-26T10:44:06.849Z] #6 DONE 0.1s [2025-08-26T10:44:06.849Z] [2025-08-26T10:44:06.849Z] #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-26T10:44:06.849Z] #7 DONE 0.0s [2025-08-26T10:44:06.849Z] [2025-08-26T10:44:06.849Z] #8 exporting to image [2025-08-26T10:44:06.849Z] #8 exporting layers done [2025-08-26T10:44:06.849Z] #8 exporting manifest sha256:cf55d571b14c14deafbe11c19a7139c8dfea4cc0ab09b07e45531ec9f7f2fde5 done [2025-08-26T10:44:06.849Z] #8 exporting config sha256:7153592532b690e62af584c052bd66660d47aacefe495fcecef54e1d5434cd8e done [2025-08-26T10:44:06.849Z] #8 exporting manifest sha256:07a2a150c4ced0b52d0023a4a9872494fa6b022ac7e8b84f1b67db052b1a8db2 done [2025-08-26T10:44:06.849Z] #8 exporting config sha256:59efb80f7ff9606c5d66f1d67060e5b6579b9c440d869fd7f4890e9f4205e3b7 done [2025-08-26T10:44:06.849Z] #8 exporting manifest list sha256:085e7413d860fe8dea328eb9a21ad6bce4936d7fdef844774af8e2019ef735c9 done [2025-08-26T10:44:06.849Z] #8 pushing layers 0.1s done [2025-08-26T10:44:06.849Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:085e7413d860fe8dea328eb9a21ad6bce4936d7fdef844774af8e2019ef735c9 0.1s done [2025-08-26T10:44:06.849Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-26T10:44:06.849Z] #8 DONE 0.2s [2025-08-26T10:44:07.108Z] [2025-08-26T10:44:07.108Z] 1 warning found (use --debug to expand): [2025-08-26T10:44:07.108Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-26T10:44:07.395Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:latest --push - [2025-08-26T10:44:07.395Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:latest' [2025-08-26T10:44:07.395Z] #1 [internal] load build definition from Dockerfile [2025-08-26T10:44:07.395Z] #1 transferring dockerfile: 162B done [2025-08-26T10:44:07.395Z] #1 DONE 0.0s [2025-08-26T10:44:07.395Z] [2025-08-26T10:44:07.395Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-08-26T10:44:07.395Z] #2 DONE 0.0s [2025-08-26T10:44:07.395Z] [2025-08-26T10:44:07.395Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-08-26T10:44:07.395Z] #3 DONE 0.0s [2025-08-26T10:44:07.395Z] [2025-08-26T10:44:07.395Z] #4 [internal] load .dockerignore [2025-08-26T10:44:07.395Z] #4 transferring context: 2B done [2025-08-26T10:44:07.395Z] #4 DONE 0.0s [2025-08-26T10:44:07.395Z] [2025-08-26T10:44:07.395Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:4e19dd84a46c6c495788bb2d85ad898ae37cc3914cf48f95e5c5f16fb7f70245 [2025-08-26T10:44:07.395Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:4e19dd84a46c6c495788bb2d85ad898ae37cc3914cf48f95e5c5f16fb7f70245 done [2025-08-26T10:44:07.395Z] #5 CACHED [2025-08-26T10:44:07.395Z] [2025-08-26T10:44:07.395Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:4e19dd84a46c6c495788bb2d85ad898ae37cc3914cf48f95e5c5f16fb7f70245 [2025-08-26T10:44:07.395Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:4e19dd84a46c6c495788bb2d85ad898ae37cc3914cf48f95e5c5f16fb7f70245 0.0s done [2025-08-26T10:44:07.395Z] #6 CACHED [2025-08-26T10:44:07.395Z] [2025-08-26T10:44:07.395Z] #7 exporting to image [2025-08-26T10:44:07.395Z] #7 exporting layers done [2025-08-26T10:44:07.395Z] #7 exporting manifest sha256:cf55d571b14c14deafbe11c19a7139c8dfea4cc0ab09b07e45531ec9f7f2fde5 done [2025-08-26T10:44:07.395Z] #7 exporting config sha256:7153592532b690e62af584c052bd66660d47aacefe495fcecef54e1d5434cd8e done [2025-08-26T10:44:07.395Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-26T10:44:07.654Z] #7 exporting manifest sha256:07a2a150c4ced0b52d0023a4a9872494fa6b022ac7e8b84f1b67db052b1a8db2 done [2025-08-26T10:44:07.654Z] #7 exporting config sha256:59efb80f7ff9606c5d66f1d67060e5b6579b9c440d869fd7f4890e9f4205e3b7 done [2025-08-26T10:44:07.654Z] #7 exporting manifest list sha256:085e7413d860fe8dea328eb9a21ad6bce4936d7fdef844774af8e2019ef735c9 done [2025-08-26T10:44:07.654Z] #7 pushing layers 0.0s done [2025-08-26T10:44:07.654Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:085e7413d860fe8dea328eb9a21ad6bce4936d7fdef844774af8e2019ef735c9 0.1s done [2025-08-26T10:44:07.654Z] #7 DONE 0.1s [2025-08-26T10:44:07.654Z] [2025-08-26T10:44:07.654Z] #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-26T10:44:07.654Z] #8 DONE 0.0s [2025-08-26T10:44:07.654Z] [2025-08-26T10:44:07.654Z] 1 warning found (use --debug to expand): [2025-08-26T10:44:07.654Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-26T10:44:07.944Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.49' [2025-08-26T10:44:07.944Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.49 --push - [2025-08-26T10:44:07.944Z] #1 [internal] load build definition from Dockerfile [2025-08-26T10:44:07.944Z] #1 transferring dockerfile: 168B done [2025-08-26T10:44:07.944Z] #1 DONE 0.0s [2025-08-26T10:44:07.944Z] [2025-08-26T10:44:07.944Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.49 [2025-08-26T10:44:07.944Z] #2 DONE 0.0s [2025-08-26T10:44:07.944Z] [2025-08-26T10:44:07.944Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.49 [2025-08-26T10:44:07.944Z] #3 DONE 0.0s [2025-08-26T10:44:07.944Z] [2025-08-26T10:44:07.944Z] #4 [internal] load .dockerignore [2025-08-26T10:44:07.944Z] #4 transferring context: 2B done [2025-08-26T10:44:07.944Z] #4 DONE 0.0s [2025-08-26T10:44:07.944Z] [2025-08-26T10:44:07.944Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.49@sha256:4e19dd84a46c6c495788bb2d85ad898ae37cc3914cf48f95e5c5f16fb7f70245 [2025-08-26T10:44:07.944Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.49@sha256:4e19dd84a46c6c495788bb2d85ad898ae37cc3914cf48f95e5c5f16fb7f70245 0.0s done [2025-08-26T10:44:07.944Z] #5 CACHED [2025-08-26T10:44:07.944Z] [2025-08-26T10:44:07.944Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.49@sha256:4e19dd84a46c6c495788bb2d85ad898ae37cc3914cf48f95e5c5f16fb7f70245 [2025-08-26T10:44:08.204Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.49@sha256:4e19dd84a46c6c495788bb2d85ad898ae37cc3914cf48f95e5c5f16fb7f70245 0.0s done [2025-08-26T10:44:08.204Z] #6 CACHED [2025-08-26T10:44:08.204Z] [2025-08-26T10:44:08.204Z] #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-26T10:44:08.204Z] #7 DONE 0.0s [2025-08-26T10:44:08.204Z] [2025-08-26T10:44:08.204Z] #8 exporting to image [2025-08-26T10:44:08.204Z] #8 exporting layers done [2025-08-26T10:44:08.204Z] #8 exporting manifest sha256:cf55d571b14c14deafbe11c19a7139c8dfea4cc0ab09b07e45531ec9f7f2fde5 done [2025-08-26T10:44:08.204Z] #8 exporting config sha256:7153592532b690e62af584c052bd66660d47aacefe495fcecef54e1d5434cd8e done [2025-08-26T10:44:08.204Z] #8 exporting manifest sha256:07a2a150c4ced0b52d0023a4a9872494fa6b022ac7e8b84f1b67db052b1a8db2 done [2025-08-26T10:44:08.204Z] #8 exporting config sha256:59efb80f7ff9606c5d66f1d67060e5b6579b9c440d869fd7f4890e9f4205e3b7 done [2025-08-26T10:44:08.204Z] #8 exporting manifest list sha256:085e7413d860fe8dea328eb9a21ad6bce4936d7fdef844774af8e2019ef735c9 done [2025-08-26T10:44:08.204Z] #8 pushing layers 0.0s done [2025-08-26T10:44:08.204Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.49@sha256:085e7413d860fe8dea328eb9a21ad6bce4936d7fdef844774af8e2019ef735c9 0.1s done [2025-08-26T10:44:08.204Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-26T10:44:08.204Z] #8 DONE 0.1s [2025-08-26T10:44:08.204Z] [2025-08-26T10:44:08.204Z] 1 warning found (use --debug to expand): [2025-08-26T10:44:08.204Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-26T10:44:08.501Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49' [2025-08-26T10:44:08.502Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 --push - [2025-08-26T10:44:08.502Z] #1 [internal] load build definition from Dockerfile [2025-08-26T10:44:08.502Z] #1 transferring dockerfile: 209B done [2025-08-26T10:44:08.502Z] #1 DONE 0.0s [2025-08-26T10:44:08.502Z] [2025-08-26T10:44:08.502Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:44:08.502Z] #2 DONE 0.0s [2025-08-26T10:44:08.502Z] [2025-08-26T10:44:08.502Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:44:08.502Z] #3 DONE 0.0s [2025-08-26T10:44:08.502Z] [2025-08-26T10:44:08.502Z] #4 [internal] load .dockerignore [2025-08-26T10:44:08.502Z] #4 transferring context: 2B done [2025-08-26T10:44:08.502Z] #4 DONE 0.0s [2025-08-26T10:44:08.502Z] [2025-08-26T10:44:08.502Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:4e19dd84a46c6c495788bb2d85ad898ae37cc3914cf48f95e5c5f16fb7f70245 [2025-08-26T10:44:08.502Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:4e19dd84a46c6c495788bb2d85ad898ae37cc3914cf48f95e5c5f16fb7f70245 0.0s done [2025-08-26T10:44:08.502Z] #5 CACHED [2025-08-26T10:44:08.502Z] [2025-08-26T10:44:08.502Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:4e19dd84a46c6c495788bb2d85ad898ae37cc3914cf48f95e5c5f16fb7f70245 [2025-08-26T10:44:08.760Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:4e19dd84a46c6c495788bb2d85ad898ae37cc3914cf48f95e5c5f16fb7f70245 0.0s done [2025-08-26T10:44:08.760Z] #6 CACHED [2025-08-26T10:44:08.760Z] [2025-08-26T10:44:08.760Z] #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-26T10:44:08.760Z] #7 DONE 0.0s [2025-08-26T10:44:08.760Z] [2025-08-26T10:44:08.760Z] #8 exporting to image [2025-08-26T10:44:08.760Z] #8 exporting layers done [2025-08-26T10:44:08.760Z] #8 exporting manifest sha256:cf55d571b14c14deafbe11c19a7139c8dfea4cc0ab09b07e45531ec9f7f2fde5 done [2025-08-26T10:44:08.760Z] #8 exporting config sha256:7153592532b690e62af584c052bd66660d47aacefe495fcecef54e1d5434cd8e done [2025-08-26T10:44:08.760Z] #8 exporting manifest sha256:07a2a150c4ced0b52d0023a4a9872494fa6b022ac7e8b84f1b67db052b1a8db2 done [2025-08-26T10:44:08.760Z] #8 exporting config sha256:59efb80f7ff9606c5d66f1d67060e5b6579b9c440d869fd7f4890e9f4205e3b7 done [2025-08-26T10:44:08.760Z] #8 exporting manifest list sha256:085e7413d860fe8dea328eb9a21ad6bce4936d7fdef844774af8e2019ef735c9 done [2025-08-26T10:44:08.760Z] #8 pushing layers 0.0s done [2025-08-26T10:44:08.760Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:085e7413d860fe8dea328eb9a21ad6bce4936d7fdef844774af8e2019ef735c9 0.1s done [2025-08-26T10:44:08.760Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-26T10:44:08.760Z] #8 DONE 0.1s [2025-08-26T10:44:08.760Z] [2025-08-26T10:44:08.760Z] 1 warning found (use --debug to expand): [2025-08-26T10:44:08.760Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-26T10:44:09.047Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:main --push - [2025-08-26T10:44:09.048Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:main' [2025-08-26T10:44:09.048Z] #1 [internal] load build definition from Dockerfile [2025-08-26T10:44:09.048Z] #1 transferring dockerfile: 160B done [2025-08-26T10:44:09.048Z] #1 DONE 0.0s [2025-08-26T10:44:09.048Z] [2025-08-26T10:44:09.048Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main [2025-08-26T10:44:09.048Z] #2 DONE 0.0s [2025-08-26T10:44:09.048Z] [2025-08-26T10:44:09.048Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main [2025-08-26T10:44:09.048Z] #3 DONE 0.0s [2025-08-26T10:44:09.048Z] [2025-08-26T10:44:09.048Z] #4 [internal] load .dockerignore [2025-08-26T10:44:09.048Z] #4 transferring context: 2B done [2025-08-26T10:44:09.048Z] #4 DONE 0.0s [2025-08-26T10:44:09.048Z] [2025-08-26T10:44:09.048Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:4e19dd84a46c6c495788bb2d85ad898ae37cc3914cf48f95e5c5f16fb7f70245 [2025-08-26T10:44:09.048Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:4e19dd84a46c6c495788bb2d85ad898ae37cc3914cf48f95e5c5f16fb7f70245 0.0s done [2025-08-26T10:44:09.048Z] #5 CACHED [2025-08-26T10:44:09.048Z] [2025-08-26T10:44:09.048Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:4e19dd84a46c6c495788bb2d85ad898ae37cc3914cf48f95e5c5f16fb7f70245 [2025-08-26T10:44:09.048Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:4e19dd84a46c6c495788bb2d85ad898ae37cc3914cf48f95e5c5f16fb7f70245 0.0s done [2025-08-26T10:44:09.048Z] #6 CACHED [2025-08-26T10:44:09.048Z] [2025-08-26T10:44:09.048Z] #7 exporting to image [2025-08-26T10:44:09.048Z] #7 exporting layers [2025-08-26T10:44:09.048Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-26T10:44:09.306Z] #7 exporting layers done [2025-08-26T10:44:09.306Z] #7 exporting manifest sha256:cf55d571b14c14deafbe11c19a7139c8dfea4cc0ab09b07e45531ec9f7f2fde5 done [2025-08-26T10:44:09.306Z] #7 exporting config sha256:7153592532b690e62af584c052bd66660d47aacefe495fcecef54e1d5434cd8e done [2025-08-26T10:44:09.306Z] #7 exporting manifest sha256:07a2a150c4ced0b52d0023a4a9872494fa6b022ac7e8b84f1b67db052b1a8db2 done [2025-08-26T10:44:09.306Z] #7 exporting config sha256:59efb80f7ff9606c5d66f1d67060e5b6579b9c440d869fd7f4890e9f4205e3b7 done [2025-08-26T10:44:09.306Z] #7 exporting manifest list sha256:085e7413d860fe8dea328eb9a21ad6bce4936d7fdef844774af8e2019ef735c9 done [2025-08-26T10:44:09.306Z] #7 pushing layers 0.0s done [2025-08-26T10:44:09.306Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:085e7413d860fe8dea328eb9a21ad6bce4936d7fdef844774af8e2019ef735c9 0.1s done [2025-08-26T10:44:09.306Z] #7 DONE 0.1s [2025-08-26T10:44:09.306Z] [2025-08-26T10:44:09.306Z] #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-26T10:44:09.306Z] #8 DONE 0.0s [2025-08-26T10:44:09.306Z] [2025-08-26T10:44:09.306Z] 1 warning found (use --debug to expand): [2025-08-26T10:44:09.306Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-26T10:44:09.601Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5' [2025-08-26T10:44:09.601Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 --push - [2025-08-26T10:44:09.860Z] #1 [internal] load build definition from Dockerfile [2025-08-26T10:44:09.860Z] #1 transferring dockerfile: 198B done [2025-08-26T10:44:09.860Z] #1 DONE 0.0s [2025-08-26T10:44:09.860Z] [2025-08-26T10:44:09.860Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:44:09.860Z] #2 DONE 0.0s [2025-08-26T10:44:09.860Z] [2025-08-26T10:44:09.860Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:44:09.860Z] #3 DONE 0.0s [2025-08-26T10:44:09.860Z] [2025-08-26T10:44:09.860Z] #4 [internal] load .dockerignore [2025-08-26T10:44:09.860Z] #4 transferring context: 2B done [2025-08-26T10:44:09.861Z] #4 DONE 0.0s [2025-08-26T10:44:09.861Z] [2025-08-26T10:44:09.861Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:42d82e5c3ceab026883f554a7dc0ac038cfe2ec2f9060ab0cb4874b837c52290 [2025-08-26T10:44:09.861Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:42d82e5c3ceab026883f554a7dc0ac038cfe2ec2f9060ab0cb4874b837c52290 [2025-08-26T10:44:09.861Z] #5 ... [2025-08-26T10:44:09.861Z] [2025-08-26T10:44:09.861Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:42d82e5c3ceab026883f554a7dc0ac038cfe2ec2f9060ab0cb4874b837c52290 [2025-08-26T10:44:09.861Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:42d82e5c3ceab026883f554a7dc0ac038cfe2ec2f9060ab0cb4874b837c52290 done [2025-08-26T10:44:09.861Z] #6 DONE 0.0s [2025-08-26T10:44:09.861Z] [2025-08-26T10:44:09.861Z] #7 exporting to image [2025-08-26T10:44:09.861Z] #7 exporting layers done [2025-08-26T10:44:09.861Z] #7 exporting manifest sha256:f65c2e878390fa292a8ebcb961d2f0d2af00f0e7349d761ebc9dd756aed9abd8 0.0s done [2025-08-26T10:44:09.861Z] #7 exporting config sha256:c2ec8d5e726bba951b71c23da06f0824a20df27cdd40fe7999eb86d350d94910 done [2025-08-26T10:44:09.861Z] #7 exporting manifest sha256:51e02ff1d4acb7505886186ad87276b48bfb35ba285f991289e1f313f3586922 done [2025-08-26T10:44:09.861Z] #7 exporting config sha256:969599bc9517a423d5468332aac81c37993b705d445c888ccab0f8283063bf98 0.0s done [2025-08-26T10:44:09.861Z] #7 exporting manifest list sha256:38b906c5c0045396e04b29b0e5f0e59d51e09e8ada0d05ed1703e39e84747ee9 done [2025-08-26T10:44:09.861Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-26T10:44:09.861Z] #7 ... [2025-08-26T10:44:09.861Z] [2025-08-26T10:44:09.861Z] #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-26T10:44:09.861Z] #8 DONE 0.0s [2025-08-26T10:44:09.861Z] [2025-08-26T10:44:09.861Z] #7 exporting to image [2025-08-26T10:44:09.861Z] #7 pushing layers 0.1s done [2025-08-26T10:44:09.861Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:38b906c5c0045396e04b29b0e5f0e59d51e09e8ada0d05ed1703e39e84747ee9 [2025-08-26T10:44:10.120Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:38b906c5c0045396e04b29b0e5f0e59d51e09e8ada0d05ed1703e39e84747ee9 0.1s done [2025-08-26T10:44:10.120Z] #7 DONE 0.2s [2025-08-26T10:44:10.120Z] [2025-08-26T10:44:10.120Z] 1 warning found (use --debug to expand): [2025-08-26T10:44:10.120Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-26T10:44:10.407Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:latest --push - [2025-08-26T10:44:10.407Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:latest' [2025-08-26T10:44:10.407Z] #1 [internal] load build definition from Dockerfile [2025-08-26T10:44:10.407Z] #1 transferring dockerfile: 164B done [2025-08-26T10:44:10.407Z] #1 DONE 0.0s [2025-08-26T10:44:10.407Z] [2025-08-26T10:44:10.407Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-08-26T10:44:10.407Z] #2 DONE 0.0s [2025-08-26T10:44:10.407Z] [2025-08-26T10:44:10.407Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-08-26T10:44:10.407Z] #3 DONE 0.0s [2025-08-26T10:44:10.407Z] [2025-08-26T10:44:10.407Z] #4 [internal] load .dockerignore [2025-08-26T10:44:10.407Z] #4 transferring context: 2B done [2025-08-26T10:44:10.407Z] #4 DONE 0.0s [2025-08-26T10:44:10.407Z] [2025-08-26T10:44:10.407Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:42d82e5c3ceab026883f554a7dc0ac038cfe2ec2f9060ab0cb4874b837c52290 [2025-08-26T10:44:10.407Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:42d82e5c3ceab026883f554a7dc0ac038cfe2ec2f9060ab0cb4874b837c52290 0.0s done [2025-08-26T10:44:10.407Z] #5 CACHED [2025-08-26T10:44:10.407Z] [2025-08-26T10:44:10.407Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:42d82e5c3ceab026883f554a7dc0ac038cfe2ec2f9060ab0cb4874b837c52290 [2025-08-26T10:44:10.407Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:42d82e5c3ceab026883f554a7dc0ac038cfe2ec2f9060ab0cb4874b837c52290 0.0s done [2025-08-26T10:44:10.667Z] #6 CACHED [2025-08-26T10:44:10.667Z] [2025-08-26T10:44:10.667Z] #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-26T10:44:10.667Z] #7 DONE 0.0s [2025-08-26T10:44:10.667Z] [2025-08-26T10:44:10.667Z] #8 exporting to image [2025-08-26T10:44:10.667Z] #8 exporting layers done [2025-08-26T10:44:10.667Z] #8 exporting manifest sha256:f65c2e878390fa292a8ebcb961d2f0d2af00f0e7349d761ebc9dd756aed9abd8 done [2025-08-26T10:44:10.667Z] #8 exporting config sha256:c2ec8d5e726bba951b71c23da06f0824a20df27cdd40fe7999eb86d350d94910 done [2025-08-26T10:44:10.667Z] #8 exporting manifest sha256:51e02ff1d4acb7505886186ad87276b48bfb35ba285f991289e1f313f3586922 done [2025-08-26T10:44:10.667Z] #8 exporting config sha256:969599bc9517a423d5468332aac81c37993b705d445c888ccab0f8283063bf98 done [2025-08-26T10:44:10.667Z] #8 exporting manifest list sha256:38b906c5c0045396e04b29b0e5f0e59d51e09e8ada0d05ed1703e39e84747ee9 done [2025-08-26T10:44:10.667Z] #8 pushing layers 0.0s done [2025-08-26T10:44:10.667Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:38b906c5c0045396e04b29b0e5f0e59d51e09e8ada0d05ed1703e39e84747ee9 0.1s done [2025-08-26T10:44:10.668Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-26T10:44:10.668Z] #8 DONE 0.1s [2025-08-26T10:44:10.668Z] [2025-08-26T10:44:10.668Z] 1 warning found (use --debug to expand): [2025-08-26T10:44:10.668Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-26T10:44:10.959Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.49' [2025-08-26T10:44:10.959Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.49 --push - [2025-08-26T10:44:10.959Z] #1 [internal] load build definition from Dockerfile [2025-08-26T10:44:10.959Z] #1 transferring dockerfile: 170B done [2025-08-26T10:44:10.959Z] #1 DONE 0.0s [2025-08-26T10:44:10.959Z] [2025-08-26T10:44:10.959Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.49 [2025-08-26T10:44:10.959Z] #2 DONE 0.0s [2025-08-26T10:44:10.959Z] [2025-08-26T10:44:10.960Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.49 [2025-08-26T10:44:10.960Z] #3 DONE 0.0s [2025-08-26T10:44:10.960Z] [2025-08-26T10:44:10.960Z] #4 [internal] load .dockerignore [2025-08-26T10:44:10.960Z] #4 transferring context: 2B done [2025-08-26T10:44:10.960Z] #4 DONE 0.0s [2025-08-26T10:44:10.960Z] [2025-08-26T10:44:10.960Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.49@sha256:42d82e5c3ceab026883f554a7dc0ac038cfe2ec2f9060ab0cb4874b837c52290 [2025-08-26T10:44:10.960Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.49@sha256:42d82e5c3ceab026883f554a7dc0ac038cfe2ec2f9060ab0cb4874b837c52290 0.0s done [2025-08-26T10:44:10.960Z] #5 CACHED [2025-08-26T10:44:10.960Z] [2025-08-26T10:44:10.960Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.49@sha256:42d82e5c3ceab026883f554a7dc0ac038cfe2ec2f9060ab0cb4874b837c52290 [2025-08-26T10:44:10.960Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.49@sha256:42d82e5c3ceab026883f554a7dc0ac038cfe2ec2f9060ab0cb4874b837c52290 0.0s done [2025-08-26T10:44:10.960Z] #6 CACHED [2025-08-26T10:44:10.960Z] [2025-08-26T10:44:10.960Z] #7 exporting to image [2025-08-26T10:44:10.960Z] #7 exporting layers done [2025-08-26T10:44:10.960Z] #7 exporting manifest sha256:f65c2e878390fa292a8ebcb961d2f0d2af00f0e7349d761ebc9dd756aed9abd8 done [2025-08-26T10:44:10.960Z] #7 exporting config sha256:c2ec8d5e726bba951b71c23da06f0824a20df27cdd40fe7999eb86d350d94910 [2025-08-26T10:44:10.960Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-26T10:44:11.218Z] #7 exporting config sha256:c2ec8d5e726bba951b71c23da06f0824a20df27cdd40fe7999eb86d350d94910 done [2025-08-26T10:44:11.218Z] #7 exporting manifest sha256:51e02ff1d4acb7505886186ad87276b48bfb35ba285f991289e1f313f3586922 done [2025-08-26T10:44:11.218Z] #7 exporting config sha256:969599bc9517a423d5468332aac81c37993b705d445c888ccab0f8283063bf98 done [2025-08-26T10:44:11.218Z] #7 exporting manifest list sha256:38b906c5c0045396e04b29b0e5f0e59d51e09e8ada0d05ed1703e39e84747ee9 done [2025-08-26T10:44:11.218Z] #7 pushing layers 0.0s done [2025-08-26T10:44:11.218Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.49@sha256:38b906c5c0045396e04b29b0e5f0e59d51e09e8ada0d05ed1703e39e84747ee9 0.1s done [2025-08-26T10:44:11.218Z] #7 DONE 0.1s [2025-08-26T10:44:11.218Z] [2025-08-26T10:44:11.218Z] #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-26T10:44:11.218Z] #8 DONE 0.0s [2025-08-26T10:44:11.218Z] [2025-08-26T10:44:11.218Z] 1 warning found (use --debug to expand): [2025-08-26T10:44:11.218Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-26T10:44:11.509Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 --push - [2025-08-26T10:44:11.509Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49' [2025-08-26T10:44:11.509Z] #1 [internal] load build definition from Dockerfile [2025-08-26T10:44:11.509Z] #1 transferring dockerfile: 211B done [2025-08-26T10:44:11.509Z] #1 DONE 0.0s [2025-08-26T10:44:11.509Z] [2025-08-26T10:44:11.509Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:44:11.509Z] #2 DONE 0.0s [2025-08-26T10:44:11.509Z] [2025-08-26T10:44:11.509Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:44:11.509Z] #3 DONE 0.0s [2025-08-26T10:44:11.509Z] [2025-08-26T10:44:11.509Z] #4 [internal] load .dockerignore [2025-08-26T10:44:11.509Z] #4 transferring context: 2B done [2025-08-26T10:44:11.509Z] #4 DONE 0.0s [2025-08-26T10:44:11.509Z] [2025-08-26T10:44:11.509Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:42d82e5c3ceab026883f554a7dc0ac038cfe2ec2f9060ab0cb4874b837c52290 [2025-08-26T10:44:11.509Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:42d82e5c3ceab026883f554a7dc0ac038cfe2ec2f9060ab0cb4874b837c52290 0.0s done [2025-08-26T10:44:11.509Z] #5 CACHED [2025-08-26T10:44:11.509Z] [2025-08-26T10:44:11.509Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:42d82e5c3ceab026883f554a7dc0ac038cfe2ec2f9060ab0cb4874b837c52290 [2025-08-26T10:44:11.509Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:42d82e5c3ceab026883f554a7dc0ac038cfe2ec2f9060ab0cb4874b837c52290 0.0s done [2025-08-26T10:44:11.509Z] #6 CACHED [2025-08-26T10:44:11.509Z] [2025-08-26T10:44:11.509Z] #7 exporting to image [2025-08-26T10:44:11.509Z] #7 exporting layers done [2025-08-26T10:44:11.509Z] #7 exporting manifest sha256:f65c2e878390fa292a8ebcb961d2f0d2af00f0e7349d761ebc9dd756aed9abd8 done [2025-08-26T10:44:11.509Z] #7 exporting config sha256:c2ec8d5e726bba951b71c23da06f0824a20df27cdd40fe7999eb86d350d94910 done [2025-08-26T10:44:11.509Z] #7 exporting manifest sha256:51e02ff1d4acb7505886186ad87276b48bfb35ba285f991289e1f313f3586922 done [2025-08-26T10:44:11.509Z] #7 exporting config sha256:969599bc9517a423d5468332aac81c37993b705d445c888ccab0f8283063bf98 done [2025-08-26T10:44:11.509Z] #7 exporting manifest list sha256:38b906c5c0045396e04b29b0e5f0e59d51e09e8ada0d05ed1703e39e84747ee9 done [2025-08-26T10:44:11.509Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-26T10:44:11.768Z] #7 pushing layers 0.0s done [2025-08-26T10:44:11.768Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:38b906c5c0045396e04b29b0e5f0e59d51e09e8ada0d05ed1703e39e84747ee9 0.1s done [2025-08-26T10:44:11.768Z] #7 DONE 0.1s [2025-08-26T10:44:11.768Z] [2025-08-26T10:44:11.768Z] #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-26T10:44:11.768Z] #8 DONE 0.0s [2025-08-26T10:44:11.768Z] [2025-08-26T10:44:11.768Z] 1 warning found (use --debug to expand): [2025-08-26T10:44:11.768Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-26T10:44:12.055Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:main' [2025-08-26T10:44:12.056Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:main --push - [2025-08-26T10:44:12.056Z] #1 [internal] load build definition from Dockerfile [2025-08-26T10:44:12.056Z] #1 transferring dockerfile: 162B done [2025-08-26T10:44:12.056Z] #1 DONE 0.0s [2025-08-26T10:44:12.056Z] [2025-08-26T10:44:12.056Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main [2025-08-26T10:44:12.056Z] #2 DONE 0.0s [2025-08-26T10:44:12.056Z] [2025-08-26T10:44:12.056Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main [2025-08-26T10:44:12.056Z] #3 DONE 0.0s [2025-08-26T10:44:12.056Z] [2025-08-26T10:44:12.056Z] #4 [internal] load .dockerignore [2025-08-26T10:44:12.056Z] #4 transferring context: 2B done [2025-08-26T10:44:12.056Z] #4 DONE 0.0s [2025-08-26T10:44:12.056Z] [2025-08-26T10:44:12.056Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:42d82e5c3ceab026883f554a7dc0ac038cfe2ec2f9060ab0cb4874b837c52290 [2025-08-26T10:44:12.056Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:42d82e5c3ceab026883f554a7dc0ac038cfe2ec2f9060ab0cb4874b837c52290 done [2025-08-26T10:44:12.056Z] #5 CACHED [2025-08-26T10:44:12.056Z] [2025-08-26T10:44:12.056Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:42d82e5c3ceab026883f554a7dc0ac038cfe2ec2f9060ab0cb4874b837c52290 [2025-08-26T10:44:12.056Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:42d82e5c3ceab026883f554a7dc0ac038cfe2ec2f9060ab0cb4874b837c52290 done [2025-08-26T10:44:12.056Z] #6 CACHED [2025-08-26T10:44:12.056Z] [2025-08-26T10:44:12.056Z] #7 exporting to image [2025-08-26T10:44:12.056Z] #7 exporting layers done [2025-08-26T10:44:12.056Z] #7 exporting manifest sha256:f65c2e878390fa292a8ebcb961d2f0d2af00f0e7349d761ebc9dd756aed9abd8 done [2025-08-26T10:44:12.056Z] #7 exporting config sha256:c2ec8d5e726bba951b71c23da06f0824a20df27cdd40fe7999eb86d350d94910 done [2025-08-26T10:44:12.056Z] #7 exporting manifest sha256:51e02ff1d4acb7505886186ad87276b48bfb35ba285f991289e1f313f3586922 done [2025-08-26T10:44:12.056Z] #7 exporting config sha256:969599bc9517a423d5468332aac81c37993b705d445c888ccab0f8283063bf98 done [2025-08-26T10:44:12.056Z] #7 exporting manifest list sha256:38b906c5c0045396e04b29b0e5f0e59d51e09e8ada0d05ed1703e39e84747ee9 done [2025-08-26T10:44:12.056Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-26T10:44:12.315Z] #7 pushing layers 0.0s done [2025-08-26T10:44:12.315Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:38b906c5c0045396e04b29b0e5f0e59d51e09e8ada0d05ed1703e39e84747ee9 0.1s done [2025-08-26T10:44:12.315Z] #7 DONE 0.1s [2025-08-26T10:44:12.315Z] [2025-08-26T10:44:12.315Z] #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-26T10:44:12.315Z] #8 DONE 0.0s [2025-08-26T10:44:12.315Z] [2025-08-26T10:44:12.315Z] 1 warning found (use --debug to expand): [2025-08-26T10:44:12.315Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-26T10:44:12.601Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5' [2025-08-26T10:44:12.601Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 --push - [2025-08-26T10:44:12.601Z] #1 [internal] load build definition from Dockerfile [2025-08-26T10:44:12.601Z] #1 transferring dockerfile: 206B done [2025-08-26T10:44:12.601Z] #1 DONE 0.0s [2025-08-26T10:44:12.601Z] [2025-08-26T10:44:12.601Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:44:12.601Z] #2 DONE 0.0s [2025-08-26T10:44:12.602Z] [2025-08-26T10:44:12.602Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:44:12.602Z] #3 DONE 0.0s [2025-08-26T10:44:12.602Z] [2025-08-26T10:44:12.602Z] #4 [internal] load .dockerignore [2025-08-26T10:44:12.602Z] #4 transferring context: 2B done [2025-08-26T10:44:12.602Z] #4 DONE 0.0s [2025-08-26T10:44:12.602Z] [2025-08-26T10:44:12.602Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:25c842fde24b8fb7dbd3d65b31732c04810fbb805c7c1c628bf5cb63f98011b6 [2025-08-26T10:44:12.602Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:25c842fde24b8fb7dbd3d65b31732c04810fbb805c7c1c628bf5cb63f98011b6 done [2025-08-26T10:44:12.602Z] #5 DONE 0.0s [2025-08-26T10:44:12.602Z] [2025-08-26T10:44:12.602Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:25c842fde24b8fb7dbd3d65b31732c04810fbb805c7c1c628bf5cb63f98011b6 [2025-08-26T10:44:12.861Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:25c842fde24b8fb7dbd3d65b31732c04810fbb805c7c1c628bf5cb63f98011b6 0.0s done [2025-08-26T10:44:12.861Z] #6 DONE 0.0s [2025-08-26T10:44:12.861Z] [2025-08-26T10:44:12.861Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:25c842fde24b8fb7dbd3d65b31732c04810fbb805c7c1c628bf5cb63f98011b6 [2025-08-26T10:44:12.861Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:25c842fde24b8fb7dbd3d65b31732c04810fbb805c7c1c628bf5cb63f98011b6 done [2025-08-26T10:44:12.861Z] #5 DONE 0.2s [2025-08-26T10:44:12.861Z] [2025-08-26T10:44:12.861Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-26T10:44:12.861Z] #7 DONE 0.0s [2025-08-26T10:44:12.861Z] [2025-08-26T10:44:12.861Z] #8 exporting to image [2025-08-26T10:44:12.861Z] #8 exporting layers done [2025-08-26T10:44:12.861Z] #8 exporting manifest sha256:a689bb6bb7f47f1ac402c56ae79618423f4642436161ae2fac68dc7e9271ed21 done [2025-08-26T10:44:12.861Z] #8 exporting config sha256:d190e5c668843b133031af4b5dc4b6ac6d62afb4605db9e564a688a76e65757c done [2025-08-26T10:44:12.861Z] #8 exporting manifest sha256:ab34364e021ca040a3cdf546716b0d7eefa915cee6479770f2303cd36547b0f6 done [2025-08-26T10:44:12.861Z] #8 exporting config sha256:5a745debeeabef0802a72c4093eb28625354e59417f48952445e7da8b4731a4e done [2025-08-26T10:44:12.861Z] #8 exporting manifest list sha256:23031e23e3bcfe13c04f2f2810f9a9831fb53d1360670d67bc9db21484a19adb done [2025-08-26T10:44:12.861Z] #8 pushing layers 0.1s done [2025-08-26T10:44:12.861Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:23031e23e3bcfe13c04f2f2810f9a9831fb53d1360670d67bc9db21484a19adb [2025-08-26T10:44:12.861Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-26T10:44:13.119Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:23031e23e3bcfe13c04f2f2810f9a9831fb53d1360670d67bc9db21484a19adb 0.1s done [2025-08-26T10:44:13.119Z] #8 DONE 0.2s [2025-08-26T10:44:13.119Z] [2025-08-26T10:44:13.119Z] 1 warning found (use --debug to expand): [2025-08-26T10:44:13.119Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-26T10:44:13.411Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest' [2025-08-26T10:44:13.411Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:latest --push - [2025-08-26T10:44:13.671Z] #1 [internal] load build definition from Dockerfile [2025-08-26T10:44:13.671Z] #1 transferring dockerfile: 172B done [2025-08-26T10:44:13.671Z] #1 DONE 0.0s [2025-08-26T10:44:13.671Z] [2025-08-26T10:44:13.671Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-08-26T10:44:13.671Z] #2 DONE 0.0s [2025-08-26T10:44:13.671Z] [2025-08-26T10:44:13.671Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-08-26T10:44:13.671Z] #3 DONE 0.0s [2025-08-26T10:44:13.671Z] [2025-08-26T10:44:13.671Z] #4 [internal] load .dockerignore [2025-08-26T10:44:13.671Z] #4 transferring context: 2B done [2025-08-26T10:44:13.671Z] #4 DONE 0.0s [2025-08-26T10:44:13.671Z] [2025-08-26T10:44:13.671Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:25c842fde24b8fb7dbd3d65b31732c04810fbb805c7c1c628bf5cb63f98011b6 [2025-08-26T10:44:13.671Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:25c842fde24b8fb7dbd3d65b31732c04810fbb805c7c1c628bf5cb63f98011b6 0.0s done [2025-08-26T10:44:13.671Z] #5 CACHED [2025-08-26T10:44:13.671Z] [2025-08-26T10:44:13.671Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:25c842fde24b8fb7dbd3d65b31732c04810fbb805c7c1c628bf5cb63f98011b6 [2025-08-26T10:44:13.671Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:25c842fde24b8fb7dbd3d65b31732c04810fbb805c7c1c628bf5cb63f98011b6 0.0s done [2025-08-26T10:44:13.671Z] #6 CACHED [2025-08-26T10:44:13.671Z] [2025-08-26T10:44:13.671Z] #7 exporting to image [2025-08-26T10:44:13.671Z] #7 exporting layers done [2025-08-26T10:44:13.671Z] #7 exporting manifest sha256:a689bb6bb7f47f1ac402c56ae79618423f4642436161ae2fac68dc7e9271ed21 done [2025-08-26T10:44:13.671Z] #7 exporting config sha256:d190e5c668843b133031af4b5dc4b6ac6d62afb4605db9e564a688a76e65757c done [2025-08-26T10:44:13.671Z] #7 exporting manifest sha256:ab34364e021ca040a3cdf546716b0d7eefa915cee6479770f2303cd36547b0f6 done [2025-08-26T10:44:13.671Z] #7 exporting config sha256:5a745debeeabef0802a72c4093eb28625354e59417f48952445e7da8b4731a4e done [2025-08-26T10:44:13.671Z] #7 exporting manifest list sha256:23031e23e3bcfe13c04f2f2810f9a9831fb53d1360670d67bc9db21484a19adb done [2025-08-26T10:44:13.671Z] #7 pushing layers 0.0s done [2025-08-26T10:44:13.671Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:23031e23e3bcfe13c04f2f2810f9a9831fb53d1360670d67bc9db21484a19adb [2025-08-26T10:44:13.671Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-26T10:44:13.671Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:23031e23e3bcfe13c04f2f2810f9a9831fb53d1360670d67bc9db21484a19adb 0.1s done [2025-08-26T10:44:13.671Z] #7 DONE 0.1s [2025-08-26T10:44:13.671Z] [2025-08-26T10:44:13.671Z] #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-26T10:44:13.671Z] #8 DONE 0.0s [2025-08-26T10:44:13.671Z] [2025-08-26T10:44:13.671Z] 1 warning found (use --debug to expand): [2025-08-26T10:44:13.671Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-26T10:44:13.958Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.49' [2025-08-26T10:44:13.958Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.49 --push - [2025-08-26T10:44:13.958Z] #1 [internal] load build definition from Dockerfile [2025-08-26T10:44:13.958Z] #1 transferring dockerfile: 178B done [2025-08-26T10:44:13.958Z] #1 DONE 0.0s [2025-08-26T10:44:13.958Z] [2025-08-26T10:44:13.958Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.49 [2025-08-26T10:44:13.958Z] #2 DONE 0.0s [2025-08-26T10:44:13.958Z] [2025-08-26T10:44:13.958Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.49 [2025-08-26T10:44:13.958Z] #3 DONE 0.0s [2025-08-26T10:44:13.958Z] [2025-08-26T10:44:13.958Z] #4 [internal] load .dockerignore [2025-08-26T10:44:13.958Z] #4 transferring context: 2B done [2025-08-26T10:44:13.958Z] #4 DONE 0.0s [2025-08-26T10:44:13.958Z] [2025-08-26T10:44:13.958Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.49@sha256:25c842fde24b8fb7dbd3d65b31732c04810fbb805c7c1c628bf5cb63f98011b6 [2025-08-26T10:44:13.958Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.49@sha256:25c842fde24b8fb7dbd3d65b31732c04810fbb805c7c1c628bf5cb63f98011b6 0.0s done [2025-08-26T10:44:13.958Z] #5 CACHED [2025-08-26T10:44:13.958Z] [2025-08-26T10:44:13.958Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.49@sha256:25c842fde24b8fb7dbd3d65b31732c04810fbb805c7c1c628bf5cb63f98011b6 [2025-08-26T10:44:13.958Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.49@sha256:25c842fde24b8fb7dbd3d65b31732c04810fbb805c7c1c628bf5cb63f98011b6 0.0s done [2025-08-26T10:44:13.958Z] #6 CACHED [2025-08-26T10:44:13.958Z] [2025-08-26T10:44:13.958Z] #7 exporting to image [2025-08-26T10:44:13.958Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-26T10:44:14.218Z] #7 exporting layers done [2025-08-26T10:44:14.218Z] #7 exporting manifest sha256:a689bb6bb7f47f1ac402c56ae79618423f4642436161ae2fac68dc7e9271ed21 done [2025-08-26T10:44:14.218Z] #7 exporting config sha256:d190e5c668843b133031af4b5dc4b6ac6d62afb4605db9e564a688a76e65757c done [2025-08-26T10:44:14.218Z] #7 exporting manifest sha256:ab34364e021ca040a3cdf546716b0d7eefa915cee6479770f2303cd36547b0f6 done [2025-08-26T10:44:14.218Z] #7 exporting config sha256:5a745debeeabef0802a72c4093eb28625354e59417f48952445e7da8b4731a4e done [2025-08-26T10:44:14.218Z] #7 exporting manifest list sha256:23031e23e3bcfe13c04f2f2810f9a9831fb53d1360670d67bc9db21484a19adb done [2025-08-26T10:44:14.218Z] #7 pushing layers 0.0s done [2025-08-26T10:44:14.218Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.49@sha256:23031e23e3bcfe13c04f2f2810f9a9831fb53d1360670d67bc9db21484a19adb 0.1s done [2025-08-26T10:44:14.218Z] #7 DONE 0.1s [2025-08-26T10:44:14.218Z] [2025-08-26T10:44:14.218Z] #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-26T10:44:14.218Z] #8 DONE 0.0s [2025-08-26T10:44:14.218Z] [2025-08-26T10:44:14.218Z] 1 warning found (use --debug to expand): [2025-08-26T10:44:14.218Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-26T10:44:14.504Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49' [2025-08-26T10:44:14.504Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 --push - [2025-08-26T10:44:14.504Z] #1 [internal] load build definition from Dockerfile [2025-08-26T10:44:14.504Z] #1 transferring dockerfile: 219B done [2025-08-26T10:44:14.504Z] #1 DONE 0.0s [2025-08-26T10:44:14.504Z] [2025-08-26T10:44:14.504Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:44:14.504Z] #2 DONE 0.0s [2025-08-26T10:44:14.504Z] [2025-08-26T10:44:14.504Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:44:14.504Z] #3 DONE 0.0s [2025-08-26T10:44:14.504Z] [2025-08-26T10:44:14.504Z] #4 [internal] load .dockerignore [2025-08-26T10:44:14.504Z] #4 transferring context: 2B done [2025-08-26T10:44:14.504Z] #4 DONE 0.0s [2025-08-26T10:44:14.504Z] [2025-08-26T10:44:14.504Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:25c842fde24b8fb7dbd3d65b31732c04810fbb805c7c1c628bf5cb63f98011b6 [2025-08-26T10:44:14.504Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:25c842fde24b8fb7dbd3d65b31732c04810fbb805c7c1c628bf5cb63f98011b6 done [2025-08-26T10:44:14.504Z] #5 CACHED [2025-08-26T10:44:14.504Z] [2025-08-26T10:44:14.504Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:25c842fde24b8fb7dbd3d65b31732c04810fbb805c7c1c628bf5cb63f98011b6 [2025-08-26T10:44:14.504Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:25c842fde24b8fb7dbd3d65b31732c04810fbb805c7c1c628bf5cb63f98011b6 0.0s done [2025-08-26T10:44:14.504Z] #6 CACHED [2025-08-26T10:44:14.504Z] [2025-08-26T10:44:14.504Z] #7 exporting to image [2025-08-26T10:44:14.504Z] #7 exporting layers done [2025-08-26T10:44:14.504Z] #7 exporting manifest sha256:a689bb6bb7f47f1ac402c56ae79618423f4642436161ae2fac68dc7e9271ed21 done [2025-08-26T10:44:14.504Z] #7 exporting config sha256:d190e5c668843b133031af4b5dc4b6ac6d62afb4605db9e564a688a76e65757c [2025-08-26T10:44:14.504Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-26T10:44:14.763Z] #7 exporting config sha256:d190e5c668843b133031af4b5dc4b6ac6d62afb4605db9e564a688a76e65757c done [2025-08-26T10:44:14.763Z] #7 exporting manifest sha256:ab34364e021ca040a3cdf546716b0d7eefa915cee6479770f2303cd36547b0f6 done [2025-08-26T10:44:14.763Z] #7 exporting config sha256:5a745debeeabef0802a72c4093eb28625354e59417f48952445e7da8b4731a4e done [2025-08-26T10:44:14.763Z] #7 exporting manifest list sha256:23031e23e3bcfe13c04f2f2810f9a9831fb53d1360670d67bc9db21484a19adb done [2025-08-26T10:44:14.763Z] #7 pushing layers 0.0s done [2025-08-26T10:44:14.763Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:23031e23e3bcfe13c04f2f2810f9a9831fb53d1360670d67bc9db21484a19adb 0.1s done [2025-08-26T10:44:14.763Z] #7 DONE 0.1s [2025-08-26T10:44:14.763Z] [2025-08-26T10:44:14.763Z] #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-26T10:44:14.763Z] #8 DONE 0.0s [2025-08-26T10:44:14.763Z] [2025-08-26T10:44:14.763Z] 1 warning found (use --debug to expand): [2025-08-26T10:44:14.763Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-26T10:44:15.050Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main' [2025-08-26T10:44:15.050Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:main --push - [2025-08-26T10:44:15.050Z] #1 [internal] load build definition from Dockerfile [2025-08-26T10:44:15.050Z] #1 transferring dockerfile: 170B done [2025-08-26T10:44:15.050Z] #1 DONE 0.0s [2025-08-26T10:44:15.050Z] [2025-08-26T10:44:15.050Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-08-26T10:44:15.050Z] #2 DONE 0.0s [2025-08-26T10:44:15.050Z] [2025-08-26T10:44:15.050Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-08-26T10:44:15.050Z] #3 DONE 0.0s [2025-08-26T10:44:15.050Z] [2025-08-26T10:44:15.050Z] #4 [internal] load .dockerignore [2025-08-26T10:44:15.050Z] #4 transferring context: 2B done [2025-08-26T10:44:15.050Z] #4 DONE 0.0s [2025-08-26T10:44:15.050Z] [2025-08-26T10:44:15.050Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:25c842fde24b8fb7dbd3d65b31732c04810fbb805c7c1c628bf5cb63f98011b6 [2025-08-26T10:44:15.050Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:25c842fde24b8fb7dbd3d65b31732c04810fbb805c7c1c628bf5cb63f98011b6 0.0s done [2025-08-26T10:44:15.051Z] #5 CACHED [2025-08-26T10:44:15.051Z] [2025-08-26T10:44:15.051Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:25c842fde24b8fb7dbd3d65b31732c04810fbb805c7c1c628bf5cb63f98011b6 [2025-08-26T10:44:15.051Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:25c842fde24b8fb7dbd3d65b31732c04810fbb805c7c1c628bf5cb63f98011b6 0.0s done [2025-08-26T10:44:15.051Z] #6 CACHED [2025-08-26T10:44:15.051Z] [2025-08-26T10:44:15.051Z] #7 exporting to image [2025-08-26T10:44:15.051Z] #7 exporting layers done [2025-08-26T10:44:15.051Z] #7 exporting manifest sha256:a689bb6bb7f47f1ac402c56ae79618423f4642436161ae2fac68dc7e9271ed21 done [2025-08-26T10:44:15.051Z] #7 exporting config sha256:d190e5c668843b133031af4b5dc4b6ac6d62afb4605db9e564a688a76e65757c done [2025-08-26T10:44:15.051Z] #7 exporting manifest sha256:ab34364e021ca040a3cdf546716b0d7eefa915cee6479770f2303cd36547b0f6 done [2025-08-26T10:44:15.051Z] #7 exporting config sha256:5a745debeeabef0802a72c4093eb28625354e59417f48952445e7da8b4731a4e done [2025-08-26T10:44:15.051Z] #7 exporting manifest list sha256:23031e23e3bcfe13c04f2f2810f9a9831fb53d1360670d67bc9db21484a19adb done [2025-08-26T10:44:15.051Z] #7 pushing layers [2025-08-26T10:44:15.051Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-26T10:44:15.315Z] #7 pushing layers 0.0s done [2025-08-26T10:44:15.315Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:23031e23e3bcfe13c04f2f2810f9a9831fb53d1360670d67bc9db21484a19adb 0.1s done [2025-08-26T10:44:15.315Z] #7 DONE 0.1s [2025-08-26T10:44:15.315Z] [2025-08-26T10:44:15.315Z] #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-26T10:44:15.315Z] #8 DONE 0.0s [2025-08-26T10:44:15.315Z] [2025-08-26T10:44:15.315Z] 1 warning found (use --debug to expand): [2025-08-26T10:44:15.315Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-26T10:44:15.604Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5' [2025-08-26T10:44:15.604Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 --push - [2025-08-26T10:44:15.863Z] #1 [internal] load build definition from Dockerfile [2025-08-26T10:44:15.863Z] #1 transferring dockerfile: 204B done [2025-08-26T10:44:15.863Z] #1 DONE 0.0s [2025-08-26T10:44:15.863Z] [2025-08-26T10:44:15.863Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:44:15.863Z] #2 DONE 0.0s [2025-08-26T10:44:15.863Z] [2025-08-26T10:44:15.863Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:44:15.863Z] #3 DONE 0.0s [2025-08-26T10:44:15.863Z] [2025-08-26T10:44:15.863Z] #4 [internal] load .dockerignore [2025-08-26T10:44:15.863Z] #4 transferring context: 2B done [2025-08-26T10:44:15.863Z] #4 DONE 0.0s [2025-08-26T10:44:15.863Z] [2025-08-26T10:44:15.863Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:5420f02aedffbaa9ffcb2fbe8fa94f7448a11af305bdac11fc487c5ba3e562c2 [2025-08-26T10:44:15.863Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:5420f02aedffbaa9ffcb2fbe8fa94f7448a11af305bdac11fc487c5ba3e562c2 [2025-08-26T10:44:15.863Z] #5 ... [2025-08-26T10:44:15.863Z] [2025-08-26T10:44:15.863Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:5420f02aedffbaa9ffcb2fbe8fa94f7448a11af305bdac11fc487c5ba3e562c2 [2025-08-26T10:44:15.863Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:5420f02aedffbaa9ffcb2fbe8fa94f7448a11af305bdac11fc487c5ba3e562c2 0.0s done [2025-08-26T10:44:15.863Z] #6 DONE 0.1s [2025-08-26T10:44:15.863Z] [2025-08-26T10:44:15.863Z] #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-26T10:44:16.122Z] #7 DONE 0.0s [2025-08-26T10:44:16.122Z] [2025-08-26T10:44:16.122Z] #8 exporting to image [2025-08-26T10:44:16.122Z] #8 exporting layers done [2025-08-26T10:44:16.122Z] #8 exporting manifest sha256:5039a6571a7547e9b64a4f90b773057231ffe58827e783a7dc4badc6ed5b41ca done [2025-08-26T10:44:16.122Z] #8 exporting config sha256:3064a48085ceb32b7cdea2d33546395c5c4cce12e83c6d2830f427648e72e006 done [2025-08-26T10:44:16.122Z] #8 exporting manifest sha256:6f0d6679e7fe46b93714634fbecf3aa4863b2458d62ace45707435bf1c9b810d done [2025-08-26T10:44:16.122Z] #8 exporting config sha256:ecbf327a9d6d263ee41a086393e3897f0363d54f5d6b6748950875154b572443 done [2025-08-26T10:44:16.122Z] #8 exporting manifest list sha256:40939f9b0437543288a457bde68b3a09cf19f62913d66b4a308f1a3c22347b56 done [2025-08-26T10:44:16.122Z] #8 pushing layers 0.1s done [2025-08-26T10:44:16.122Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:40939f9b0437543288a457bde68b3a09cf19f62913d66b4a308f1a3c22347b56 0.1s done [2025-08-26T10:44:16.122Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-26T10:44:16.122Z] #8 DONE 0.2s [2025-08-26T10:44:16.122Z] [2025-08-26T10:44:16.122Z] 1 warning found (use --debug to expand): [2025-08-26T10:44:16.122Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-26T10:44:16.412Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest' [2025-08-26T10:44:16.413Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:latest --push - [2025-08-26T10:44:16.672Z] #1 [internal] load build definition from Dockerfile [2025-08-26T10:44:16.672Z] #1 transferring dockerfile: 170B done [2025-08-26T10:44:16.672Z] #1 DONE 0.0s [2025-08-26T10:44:16.672Z] [2025-08-26T10:44:16.672Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-08-26T10:44:16.672Z] #2 DONE 0.0s [2025-08-26T10:44:16.672Z] [2025-08-26T10:44:16.672Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-08-26T10:44:16.672Z] #3 DONE 0.0s [2025-08-26T10:44:16.672Z] [2025-08-26T10:44:16.672Z] #4 [internal] load .dockerignore [2025-08-26T10:44:16.672Z] #4 transferring context: 2B done [2025-08-26T10:44:16.672Z] #4 DONE 0.0s [2025-08-26T10:44:16.672Z] [2025-08-26T10:44:16.672Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:5420f02aedffbaa9ffcb2fbe8fa94f7448a11af305bdac11fc487c5ba3e562c2 [2025-08-26T10:44:16.672Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:5420f02aedffbaa9ffcb2fbe8fa94f7448a11af305bdac11fc487c5ba3e562c2 0.0s done [2025-08-26T10:44:16.672Z] #5 CACHED [2025-08-26T10:44:16.672Z] [2025-08-26T10:44:16.672Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:5420f02aedffbaa9ffcb2fbe8fa94f7448a11af305bdac11fc487c5ba3e562c2 [2025-08-26T10:44:16.672Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:5420f02aedffbaa9ffcb2fbe8fa94f7448a11af305bdac11fc487c5ba3e562c2 0.0s done [2025-08-26T10:44:16.672Z] #6 CACHED [2025-08-26T10:44:16.672Z] [2025-08-26T10:44:16.672Z] #7 exporting to image [2025-08-26T10:44:16.672Z] #7 exporting layers done [2025-08-26T10:44:16.672Z] #7 exporting manifest sha256:5039a6571a7547e9b64a4f90b773057231ffe58827e783a7dc4badc6ed5b41ca done [2025-08-26T10:44:16.672Z] #7 exporting config sha256:3064a48085ceb32b7cdea2d33546395c5c4cce12e83c6d2830f427648e72e006 done [2025-08-26T10:44:16.672Z] #7 exporting manifest sha256:6f0d6679e7fe46b93714634fbecf3aa4863b2458d62ace45707435bf1c9b810d done [2025-08-26T10:44:16.672Z] #7 exporting config sha256:ecbf327a9d6d263ee41a086393e3897f0363d54f5d6b6748950875154b572443 done [2025-08-26T10:44:16.672Z] #7 exporting manifest list sha256:40939f9b0437543288a457bde68b3a09cf19f62913d66b4a308f1a3c22347b56 done [2025-08-26T10:44:16.672Z] #7 pushing layers [2025-08-26T10:44:16.672Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-26T10:44:16.672Z] #7 pushing layers 0.0s done [2025-08-26T10:44:16.672Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:40939f9b0437543288a457bde68b3a09cf19f62913d66b4a308f1a3c22347b56 0.1s done [2025-08-26T10:44:16.672Z] #7 DONE 0.1s [2025-08-26T10:44:16.672Z] [2025-08-26T10:44:16.672Z] #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-26T10:44:16.672Z] #8 DONE 0.0s [2025-08-26T10:44:16.672Z] [2025-08-26T10:44:16.672Z] 1 warning found (use --debug to expand): [2025-08-26T10:44:16.672Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-26T10:44:16.960Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.49 --push - [2025-08-26T10:44:16.960Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.49' [2025-08-26T10:44:17.220Z] #1 [internal] load build definition from Dockerfile [2025-08-26T10:44:17.220Z] #1 transferring dockerfile: 176B done [2025-08-26T10:44:17.220Z] #1 DONE 0.0s [2025-08-26T10:44:17.220Z] [2025-08-26T10:44:17.220Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.49 [2025-08-26T10:44:17.220Z] #2 DONE 0.0s [2025-08-26T10:44:17.220Z] [2025-08-26T10:44:17.220Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.49 [2025-08-26T10:44:17.220Z] #3 DONE 0.0s [2025-08-26T10:44:17.220Z] [2025-08-26T10:44:17.220Z] #4 [internal] load .dockerignore [2025-08-26T10:44:17.220Z] #4 transferring context: 2B done [2025-08-26T10:44:17.220Z] #4 DONE 0.0s [2025-08-26T10:44:17.220Z] [2025-08-26T10:44:17.220Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.49@sha256:5420f02aedffbaa9ffcb2fbe8fa94f7448a11af305bdac11fc487c5ba3e562c2 [2025-08-26T10:44:17.220Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.49@sha256:5420f02aedffbaa9ffcb2fbe8fa94f7448a11af305bdac11fc487c5ba3e562c2 0.0s done [2025-08-26T10:44:17.220Z] #5 CACHED [2025-08-26T10:44:17.220Z] [2025-08-26T10:44:17.220Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.49@sha256:5420f02aedffbaa9ffcb2fbe8fa94f7448a11af305bdac11fc487c5ba3e562c2 [2025-08-26T10:44:17.220Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.49@sha256:5420f02aedffbaa9ffcb2fbe8fa94f7448a11af305bdac11fc487c5ba3e562c2 0.0s done [2025-08-26T10:44:17.220Z] #6 CACHED [2025-08-26T10:44:17.220Z] [2025-08-26T10:44:17.220Z] #7 exporting to image [2025-08-26T10:44:17.220Z] #7 exporting layers done [2025-08-26T10:44:17.220Z] #7 exporting manifest sha256:5039a6571a7547e9b64a4f90b773057231ffe58827e783a7dc4badc6ed5b41ca done [2025-08-26T10:44:17.220Z] #7 exporting config sha256:3064a48085ceb32b7cdea2d33546395c5c4cce12e83c6d2830f427648e72e006 done [2025-08-26T10:44:17.220Z] #7 exporting manifest sha256:6f0d6679e7fe46b93714634fbecf3aa4863b2458d62ace45707435bf1c9b810d done [2025-08-26T10:44:17.220Z] #7 exporting config sha256:ecbf327a9d6d263ee41a086393e3897f0363d54f5d6b6748950875154b572443 done [2025-08-26T10:44:17.220Z] #7 exporting manifest list sha256:40939f9b0437543288a457bde68b3a09cf19f62913d66b4a308f1a3c22347b56 done [2025-08-26T10:44:17.220Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-26T10:44:17.220Z] #7 pushing layers 0.0s done [2025-08-26T10:44:17.220Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.49@sha256:40939f9b0437543288a457bde68b3a09cf19f62913d66b4a308f1a3c22347b56 0.1s done [2025-08-26T10:44:17.220Z] #7 DONE 0.1s [2025-08-26T10:44:17.220Z] [2025-08-26T10:44:17.220Z] #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-26T10:44:17.220Z] #8 DONE 0.0s [2025-08-26T10:44:17.220Z] [2025-08-26T10:44:17.220Z] 1 warning found (use --debug to expand): [2025-08-26T10:44:17.220Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-26T10:44:17.510Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49' [2025-08-26T10:44:17.510Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 --push - [2025-08-26T10:44:17.769Z] #1 [internal] load build definition from Dockerfile [2025-08-26T10:44:17.769Z] #1 transferring dockerfile: 217B done [2025-08-26T10:44:17.769Z] #1 DONE 0.0s [2025-08-26T10:44:17.769Z] [2025-08-26T10:44:17.769Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:44:17.769Z] #2 DONE 0.0s [2025-08-26T10:44:17.769Z] [2025-08-26T10:44:17.769Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:44:17.769Z] #3 DONE 0.0s [2025-08-26T10:44:17.769Z] [2025-08-26T10:44:17.769Z] #4 [internal] load .dockerignore [2025-08-26T10:44:17.769Z] #4 transferring context: 2B done [2025-08-26T10:44:17.769Z] #4 DONE 0.0s [2025-08-26T10:44:17.769Z] [2025-08-26T10:44:17.769Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:5420f02aedffbaa9ffcb2fbe8fa94f7448a11af305bdac11fc487c5ba3e562c2 [2025-08-26T10:44:17.769Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:5420f02aedffbaa9ffcb2fbe8fa94f7448a11af305bdac11fc487c5ba3e562c2 0.0s done [2025-08-26T10:44:17.769Z] #5 CACHED [2025-08-26T10:44:17.769Z] [2025-08-26T10:44:17.769Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:5420f02aedffbaa9ffcb2fbe8fa94f7448a11af305bdac11fc487c5ba3e562c2 [2025-08-26T10:44:17.769Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:5420f02aedffbaa9ffcb2fbe8fa94f7448a11af305bdac11fc487c5ba3e562c2 0.0s done [2025-08-26T10:44:17.769Z] #6 CACHED [2025-08-26T10:44:17.769Z] [2025-08-26T10:44:17.769Z] #7 exporting to image [2025-08-26T10:44:17.769Z] #7 exporting layers done [2025-08-26T10:44:17.769Z] #7 exporting manifest sha256:5039a6571a7547e9b64a4f90b773057231ffe58827e783a7dc4badc6ed5b41ca done [2025-08-26T10:44:17.769Z] #7 exporting config sha256:3064a48085ceb32b7cdea2d33546395c5c4cce12e83c6d2830f427648e72e006 done [2025-08-26T10:44:17.769Z] #7 exporting manifest sha256:6f0d6679e7fe46b93714634fbecf3aa4863b2458d62ace45707435bf1c9b810d done [2025-08-26T10:44:17.769Z] #7 exporting config sha256:ecbf327a9d6d263ee41a086393e3897f0363d54f5d6b6748950875154b572443 done [2025-08-26T10:44:17.769Z] #7 exporting manifest list sha256:40939f9b0437543288a457bde68b3a09cf19f62913d66b4a308f1a3c22347b56 done [2025-08-26T10:44:17.769Z] #7 pushing layers 0.0s done [2025-08-26T10:44:17.769Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:40939f9b0437543288a457bde68b3a09cf19f62913d66b4a308f1a3c22347b56 [2025-08-26T10:44:17.769Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-26T10:44:17.769Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:40939f9b0437543288a457bde68b3a09cf19f62913d66b4a308f1a3c22347b56 0.1s done [2025-08-26T10:44:17.769Z] #7 DONE 0.1s [2025-08-26T10:44:17.769Z] [2025-08-26T10:44:17.769Z] #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-26T10:44:17.769Z] #8 DONE 0.0s [2025-08-26T10:44:17.769Z] [2025-08-26T10:44:17.769Z] 1 warning found (use --debug to expand): [2025-08-26T10:44:17.769Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-26T10:44:18.123Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main' [2025-08-26T10:44:18.123Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:main --push - [2025-08-26T10:44:18.123Z] #1 [internal] load build definition from Dockerfile [2025-08-26T10:44:18.123Z] #1 transferring dockerfile: 168B done [2025-08-26T10:44:18.123Z] #1 DONE 0.0s [2025-08-26T10:44:18.123Z] [2025-08-26T10:44:18.123Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-08-26T10:44:18.123Z] #2 DONE 0.0s [2025-08-26T10:44:18.123Z] [2025-08-26T10:44:18.123Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-08-26T10:44:18.123Z] #3 DONE 0.0s [2025-08-26T10:44:18.123Z] [2025-08-26T10:44:18.123Z] #4 [internal] load .dockerignore [2025-08-26T10:44:18.123Z] #4 transferring context: 2B done [2025-08-26T10:44:18.123Z] #4 DONE 0.0s [2025-08-26T10:44:18.123Z] [2025-08-26T10:44:18.123Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:5420f02aedffbaa9ffcb2fbe8fa94f7448a11af305bdac11fc487c5ba3e562c2 [2025-08-26T10:44:18.123Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:5420f02aedffbaa9ffcb2fbe8fa94f7448a11af305bdac11fc487c5ba3e562c2 0.0s done [2025-08-26T10:44:18.123Z] #5 CACHED [2025-08-26T10:44:18.123Z] [2025-08-26T10:44:18.123Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:5420f02aedffbaa9ffcb2fbe8fa94f7448a11af305bdac11fc487c5ba3e562c2 [2025-08-26T10:44:18.123Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:5420f02aedffbaa9ffcb2fbe8fa94f7448a11af305bdac11fc487c5ba3e562c2 0.0s done [2025-08-26T10:44:18.123Z] #6 CACHED [2025-08-26T10:44:18.123Z] [2025-08-26T10:44:18.123Z] #7 exporting to image [2025-08-26T10:44:18.123Z] #7 exporting layers done [2025-08-26T10:44:18.123Z] #7 exporting manifest sha256:5039a6571a7547e9b64a4f90b773057231ffe58827e783a7dc4badc6ed5b41ca done [2025-08-26T10:44:18.123Z] #7 exporting config sha256:3064a48085ceb32b7cdea2d33546395c5c4cce12e83c6d2830f427648e72e006 done [2025-08-26T10:44:18.123Z] #7 exporting manifest sha256:6f0d6679e7fe46b93714634fbecf3aa4863b2458d62ace45707435bf1c9b810d done [2025-08-26T10:44:18.123Z] #7 exporting config sha256:ecbf327a9d6d263ee41a086393e3897f0363d54f5d6b6748950875154b572443 done [2025-08-26T10:44:18.123Z] #7 exporting manifest list sha256:40939f9b0437543288a457bde68b3a09cf19f62913d66b4a308f1a3c22347b56 done [2025-08-26T10:44:18.123Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-26T10:44:18.401Z] #7 pushing layers 0.0s done [2025-08-26T10:44:18.401Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:40939f9b0437543288a457bde68b3a09cf19f62913d66b4a308f1a3c22347b56 0.1s done [2025-08-26T10:44:18.401Z] #7 DONE 0.1s [2025-08-26T10:44:18.401Z] [2025-08-26T10:44:18.401Z] #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-26T10:44:18.401Z] #8 DONE 0.0s [2025-08-26T10:44:18.401Z] [2025-08-26T10:44:18.401Z] 1 warning found (use --debug to expand): [2025-08-26T10:44:18.401Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-26T10:44:18.682Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5' [2025-08-26T10:44:18.682Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 --push - [2025-08-26T10:44:18.682Z] #1 [internal] load build definition from Dockerfile [2025-08-26T10:44:18.682Z] #1 transferring dockerfile: 205B done [2025-08-26T10:44:18.682Z] #1 DONE 0.0s [2025-08-26T10:44:18.682Z] [2025-08-26T10:44:18.682Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:44:18.682Z] #2 DONE 0.0s [2025-08-26T10:44:18.682Z] [2025-08-26T10:44:18.682Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:44:18.682Z] #3 DONE 0.0s [2025-08-26T10:44:18.682Z] [2025-08-26T10:44:18.682Z] #4 [internal] load .dockerignore [2025-08-26T10:44:18.682Z] #4 transferring context: 2B done [2025-08-26T10:44:18.682Z] #4 DONE 0.0s [2025-08-26T10:44:18.682Z] [2025-08-26T10:44:18.682Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:52ca068715cc15d16a2121a38175ca5c0ef76c13d7884c0008e94447a0c87759 [2025-08-26T10:44:18.682Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:52ca068715cc15d16a2121a38175ca5c0ef76c13d7884c0008e94447a0c87759 done [2025-08-26T10:44:18.682Z] #5 DONE 0.0s [2025-08-26T10:44:18.682Z] [2025-08-26T10:44:18.682Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:52ca068715cc15d16a2121a38175ca5c0ef76c13d7884c0008e94447a0c87759 [2025-08-26T10:44:18.941Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:52ca068715cc15d16a2121a38175ca5c0ef76c13d7884c0008e94447a0c87759 0.0s done [2025-08-26T10:44:18.941Z] #6 DONE 0.0s [2025-08-26T10:44:18.941Z] [2025-08-26T10:44:18.941Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:52ca068715cc15d16a2121a38175ca5c0ef76c13d7884c0008e94447a0c87759 [2025-08-26T10:44:18.941Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:52ca068715cc15d16a2121a38175ca5c0ef76c13d7884c0008e94447a0c87759 done [2025-08-26T10:44:18.941Z] #5 DONE 0.1s [2025-08-26T10:44:18.941Z] [2025-08-26T10:44:18.941Z] #7 exporting to image [2025-08-26T10:44:18.941Z] #7 exporting layers [2025-08-26T10:44:18.941Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-26T10:44:18.941Z] #7 ... [2025-08-26T10:44:18.941Z] [2025-08-26T10:44:18.941Z] #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-26T10:44:18.941Z] #8 DONE 0.0s [2025-08-26T10:44:18.941Z] [2025-08-26T10:44:18.941Z] #7 exporting to image [2025-08-26T10:44:18.941Z] #7 exporting layers done [2025-08-26T10:44:18.941Z] #7 exporting manifest sha256:492602543afca63d3a2e3d2d9cefdb1fad9958b7a5543bd823814619820579ae 0.0s done [2025-08-26T10:44:18.941Z] #7 exporting config sha256:9ca47bc03edc8851cfda41a8599b59f8feb2810100ef039a2daf2af57ca4c674 done [2025-08-26T10:44:18.941Z] #7 exporting manifest sha256:163d45d86c4affc9ff8b8d6c1608da7ca1dbf2e21858a2e6b9596add131adb30 done [2025-08-26T10:44:18.941Z] #7 exporting config sha256:0754bc32b73deb7c2e08497ef7a49783933fcdc1a229a1a0cfcf55ebbd7e2d8a done [2025-08-26T10:44:18.941Z] #7 exporting manifest list sha256:546a0bc4a7724d3b14238c7d0d4401b557941f799fabd891deb53fdc86032de2 done [2025-08-26T10:44:18.941Z] #7 pushing layers 0.1s done [2025-08-26T10:44:18.941Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:546a0bc4a7724d3b14238c7d0d4401b557941f799fabd891deb53fdc86032de2 [2025-08-26T10:44:19.200Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:546a0bc4a7724d3b14238c7d0d4401b557941f799fabd891deb53fdc86032de2 0.1s done [2025-08-26T10:44:19.200Z] #7 DONE 0.2s [2025-08-26T10:44:19.200Z] [2025-08-26T10:44:19.200Z] 1 warning found (use --debug to expand): [2025-08-26T10:44:19.200Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-26T10:44:19.484Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest' [2025-08-26T10:44:19.484Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:latest --push - [2025-08-26T10:44:19.484Z] #1 [internal] load build definition from Dockerfile [2025-08-26T10:44:19.484Z] #1 transferring dockerfile: 171B done [2025-08-26T10:44:19.484Z] #1 DONE 0.0s [2025-08-26T10:44:19.484Z] [2025-08-26T10:44:19.484Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-08-26T10:44:19.484Z] #2 DONE 0.0s [2025-08-26T10:44:19.484Z] [2025-08-26T10:44:19.484Z] #3 [internal] load .dockerignore [2025-08-26T10:44:19.484Z] #3 transferring context: 2B done [2025-08-26T10:44:19.484Z] #3 DONE 0.0s [2025-08-26T10:44:19.484Z] [2025-08-26T10:44:19.484Z] #4 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-08-26T10:44:19.484Z] #4 DONE 0.0s [2025-08-26T10:44:19.484Z] [2025-08-26T10:44:19.484Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:52ca068715cc15d16a2121a38175ca5c0ef76c13d7884c0008e94447a0c87759 [2025-08-26T10:44:19.484Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:52ca068715cc15d16a2121a38175ca5c0ef76c13d7884c0008e94447a0c87759 done [2025-08-26T10:44:19.484Z] #5 CACHED [2025-08-26T10:44:19.484Z] [2025-08-26T10:44:19.484Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:52ca068715cc15d16a2121a38175ca5c0ef76c13d7884c0008e94447a0c87759 [2025-08-26T10:44:19.484Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:52ca068715cc15d16a2121a38175ca5c0ef76c13d7884c0008e94447a0c87759 0.0s done [2025-08-26T10:44:19.484Z] #6 CACHED [2025-08-26T10:44:19.484Z] [2025-08-26T10:44:19.484Z] #7 exporting to image [2025-08-26T10:44:19.484Z] #7 exporting layers done [2025-08-26T10:44:19.484Z] #7 exporting manifest sha256:492602543afca63d3a2e3d2d9cefdb1fad9958b7a5543bd823814619820579ae done [2025-08-26T10:44:19.484Z] #7 exporting config sha256:9ca47bc03edc8851cfda41a8599b59f8feb2810100ef039a2daf2af57ca4c674 done [2025-08-26T10:44:19.484Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-26T10:44:19.742Z] #7 exporting manifest sha256:163d45d86c4affc9ff8b8d6c1608da7ca1dbf2e21858a2e6b9596add131adb30 done [2025-08-26T10:44:19.742Z] #7 exporting config sha256:0754bc32b73deb7c2e08497ef7a49783933fcdc1a229a1a0cfcf55ebbd7e2d8a done [2025-08-26T10:44:19.742Z] #7 exporting manifest list sha256:546a0bc4a7724d3b14238c7d0d4401b557941f799fabd891deb53fdc86032de2 done [2025-08-26T10:44:19.742Z] #7 pushing layers 0.0s done [2025-08-26T10:44:19.742Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:546a0bc4a7724d3b14238c7d0d4401b557941f799fabd891deb53fdc86032de2 0.1s done [2025-08-26T10:44:19.742Z] #7 DONE 0.1s [2025-08-26T10:44:19.742Z] [2025-08-26T10:44:19.742Z] #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-26T10:44:19.742Z] #8 DONE 0.0s [2025-08-26T10:44:19.742Z] [2025-08-26T10:44:19.742Z] 1 warning found (use --debug to expand): [2025-08-26T10:44:19.742Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-26T10:44:20.029Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.49' [2025-08-26T10:44:20.030Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.49 --push - [2025-08-26T10:44:20.288Z] #1 [internal] load build definition from Dockerfile [2025-08-26T10:44:20.288Z] #1 transferring dockerfile: 177B done [2025-08-26T10:44:20.288Z] #1 DONE 0.0s [2025-08-26T10:44:20.288Z] [2025-08-26T10:44:20.288Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.49 [2025-08-26T10:44:20.288Z] #2 DONE 0.0s [2025-08-26T10:44:20.288Z] [2025-08-26T10:44:20.288Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.49 [2025-08-26T10:44:20.288Z] #3 DONE 0.0s [2025-08-26T10:44:20.288Z] [2025-08-26T10:44:20.288Z] #4 [internal] load .dockerignore [2025-08-26T10:44:20.288Z] #4 transferring context: 2B done [2025-08-26T10:44:20.288Z] #4 DONE 0.0s [2025-08-26T10:44:20.288Z] [2025-08-26T10:44:20.289Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.49@sha256:52ca068715cc15d16a2121a38175ca5c0ef76c13d7884c0008e94447a0c87759 [2025-08-26T10:44:20.289Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.49@sha256:52ca068715cc15d16a2121a38175ca5c0ef76c13d7884c0008e94447a0c87759 done [2025-08-26T10:44:20.289Z] #5 CACHED [2025-08-26T10:44:20.289Z] [2025-08-26T10:44:20.289Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.49@sha256:52ca068715cc15d16a2121a38175ca5c0ef76c13d7884c0008e94447a0c87759 [2025-08-26T10:44:20.289Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.49@sha256:52ca068715cc15d16a2121a38175ca5c0ef76c13d7884c0008e94447a0c87759 0.0s done [2025-08-26T10:44:20.289Z] #6 CACHED [2025-08-26T10:44:20.289Z] [2025-08-26T10:44:20.289Z] #7 exporting to image [2025-08-26T10:44:20.289Z] #7 exporting layers done [2025-08-26T10:44:20.289Z] #7 exporting manifest sha256:492602543afca63d3a2e3d2d9cefdb1fad9958b7a5543bd823814619820579ae done [2025-08-26T10:44:20.289Z] #7 exporting config sha256:9ca47bc03edc8851cfda41a8599b59f8feb2810100ef039a2daf2af57ca4c674 done [2025-08-26T10:44:20.289Z] #7 exporting manifest sha256:163d45d86c4affc9ff8b8d6c1608da7ca1dbf2e21858a2e6b9596add131adb30 done [2025-08-26T10:44:20.289Z] #7 exporting config sha256:0754bc32b73deb7c2e08497ef7a49783933fcdc1a229a1a0cfcf55ebbd7e2d8a done [2025-08-26T10:44:20.289Z] #7 exporting manifest list sha256:546a0bc4a7724d3b14238c7d0d4401b557941f799fabd891deb53fdc86032de2 done [2025-08-26T10:44:20.289Z] #7 pushing layers 0.0s done [2025-08-26T10:44:20.289Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.49@sha256:546a0bc4a7724d3b14238c7d0d4401b557941f799fabd891deb53fdc86032de2 [2025-08-26T10:44:20.289Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-26T10:44:20.289Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.49@sha256:546a0bc4a7724d3b14238c7d0d4401b557941f799fabd891deb53fdc86032de2 0.1s done [2025-08-26T10:44:20.289Z] #7 DONE 0.1s [2025-08-26T10:44:20.289Z] [2025-08-26T10:44:20.289Z] #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-26T10:44:20.289Z] #8 DONE 0.0s [2025-08-26T10:44:20.289Z] [2025-08-26T10:44:20.289Z] 1 warning found (use --debug to expand): [2025-08-26T10:44:20.289Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-26T10:44:20.585Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 --push - [2025-08-26T10:44:20.585Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49' [2025-08-26T10:44:20.585Z] #1 [internal] load build definition from Dockerfile [2025-08-26T10:44:20.585Z] #1 transferring dockerfile: 218B done [2025-08-26T10:44:20.585Z] #1 DONE 0.0s [2025-08-26T10:44:20.585Z] [2025-08-26T10:44:20.585Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:44:20.585Z] #2 DONE 0.0s [2025-08-26T10:44:20.585Z] [2025-08-26T10:44:20.585Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:44:20.585Z] #3 DONE 0.0s [2025-08-26T10:44:20.585Z] [2025-08-26T10:44:20.585Z] #4 [internal] load .dockerignore [2025-08-26T10:44:20.585Z] #4 transferring context: 2B done [2025-08-26T10:44:20.585Z] #4 DONE 0.0s [2025-08-26T10:44:20.585Z] [2025-08-26T10:44:20.585Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:52ca068715cc15d16a2121a38175ca5c0ef76c13d7884c0008e94447a0c87759 [2025-08-26T10:44:20.585Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:52ca068715cc15d16a2121a38175ca5c0ef76c13d7884c0008e94447a0c87759 0.0s done [2025-08-26T10:44:20.585Z] #5 CACHED [2025-08-26T10:44:20.585Z] [2025-08-26T10:44:20.585Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:52ca068715cc15d16a2121a38175ca5c0ef76c13d7884c0008e94447a0c87759 [2025-08-26T10:44:20.585Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:52ca068715cc15d16a2121a38175ca5c0ef76c13d7884c0008e94447a0c87759 0.0s done [2025-08-26T10:44:20.585Z] #6 CACHED [2025-08-26T10:44:20.585Z] [2025-08-26T10:44:20.585Z] #7 exporting to image [2025-08-26T10:44:20.585Z] #7 exporting layers done [2025-08-26T10:44:20.585Z] #7 exporting manifest sha256:492602543afca63d3a2e3d2d9cefdb1fad9958b7a5543bd823814619820579ae done [2025-08-26T10:44:20.585Z] #7 exporting config sha256:9ca47bc03edc8851cfda41a8599b59f8feb2810100ef039a2daf2af57ca4c674 done [2025-08-26T10:44:20.585Z] #7 exporting manifest sha256:163d45d86c4affc9ff8b8d6c1608da7ca1dbf2e21858a2e6b9596add131adb30 done [2025-08-26T10:44:20.585Z] #7 exporting config sha256:0754bc32b73deb7c2e08497ef7a49783933fcdc1a229a1a0cfcf55ebbd7e2d8a done [2025-08-26T10:44:20.585Z] #7 exporting manifest list sha256:546a0bc4a7724d3b14238c7d0d4401b557941f799fabd891deb53fdc86032de2 done [2025-08-26T10:44:20.585Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-26T10:44:20.844Z] #7 pushing layers 0.0s done [2025-08-26T10:44:20.844Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:546a0bc4a7724d3b14238c7d0d4401b557941f799fabd891deb53fdc86032de2 0.1s done [2025-08-26T10:44:20.844Z] #7 DONE 0.1s [2025-08-26T10:44:20.844Z] [2025-08-26T10:44:20.844Z] #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-26T10:44:20.844Z] #8 DONE 0.0s [2025-08-26T10:44:20.844Z] [2025-08-26T10:44:20.844Z] 1 warning found (use --debug to expand): [2025-08-26T10:44:20.844Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-26T10:44:21.132Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main' [2025-08-26T10:44:21.132Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:main --push - [2025-08-26T10:44:21.132Z] #1 [internal] load build definition from Dockerfile [2025-08-26T10:44:21.132Z] #1 transferring dockerfile: 169B done [2025-08-26T10:44:21.132Z] #1 DONE 0.0s [2025-08-26T10:44:21.132Z] [2025-08-26T10:44:21.132Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-08-26T10:44:21.132Z] #2 DONE 0.0s [2025-08-26T10:44:21.132Z] [2025-08-26T10:44:21.132Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-08-26T10:44:21.132Z] #3 DONE 0.0s [2025-08-26T10:44:21.132Z] [2025-08-26T10:44:21.132Z] #4 [internal] load .dockerignore [2025-08-26T10:44:21.132Z] #4 transferring context: 2B done [2025-08-26T10:44:21.132Z] #4 DONE 0.0s [2025-08-26T10:44:21.132Z] [2025-08-26T10:44:21.132Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:52ca068715cc15d16a2121a38175ca5c0ef76c13d7884c0008e94447a0c87759 [2025-08-26T10:44:21.132Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:52ca068715cc15d16a2121a38175ca5c0ef76c13d7884c0008e94447a0c87759 done [2025-08-26T10:44:21.132Z] #5 CACHED [2025-08-26T10:44:21.132Z] [2025-08-26T10:44:21.132Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:52ca068715cc15d16a2121a38175ca5c0ef76c13d7884c0008e94447a0c87759 [2025-08-26T10:44:21.132Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:52ca068715cc15d16a2121a38175ca5c0ef76c13d7884c0008e94447a0c87759 0.0s done [2025-08-26T10:44:21.132Z] #6 CACHED [2025-08-26T10:44:21.132Z] [2025-08-26T10:44:21.132Z] #7 exporting to image [2025-08-26T10:44:21.132Z] #7 exporting layers done [2025-08-26T10:44:21.132Z] #7 exporting manifest sha256:492602543afca63d3a2e3d2d9cefdb1fad9958b7a5543bd823814619820579ae done [2025-08-26T10:44:21.132Z] #7 exporting config sha256:9ca47bc03edc8851cfda41a8599b59f8feb2810100ef039a2daf2af57ca4c674 done [2025-08-26T10:44:21.132Z] #7 exporting manifest sha256:163d45d86c4affc9ff8b8d6c1608da7ca1dbf2e21858a2e6b9596add131adb30 done [2025-08-26T10:44:21.132Z] #7 exporting config sha256:0754bc32b73deb7c2e08497ef7a49783933fcdc1a229a1a0cfcf55ebbd7e2d8a done [2025-08-26T10:44:21.132Z] #7 exporting manifest list sha256:546a0bc4a7724d3b14238c7d0d4401b557941f799fabd891deb53fdc86032de2 [2025-08-26T10:44:21.132Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-26T10:44:21.391Z] #7 exporting manifest list sha256:546a0bc4a7724d3b14238c7d0d4401b557941f799fabd891deb53fdc86032de2 done [2025-08-26T10:44:21.391Z] #7 pushing layers 0.0s done [2025-08-26T10:44:21.391Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:546a0bc4a7724d3b14238c7d0d4401b557941f799fabd891deb53fdc86032de2 0.1s done [2025-08-26T10:44:21.391Z] #7 DONE 0.1s [2025-08-26T10:44:21.391Z] [2025-08-26T10:44:21.391Z] #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-26T10:44:21.391Z] #8 DONE 0.0s [2025-08-26T10:44:21.391Z] [2025-08-26T10:44:21.391Z] 1 warning found (use --debug to expand): [2025-08-26T10:44:21.391Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-26T10:44:21.682Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5' [2025-08-26T10:44:21.683Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 --push - [2025-08-26T10:44:21.940Z] #1 [internal] load build definition from Dockerfile [2025-08-26T10:44:21.940Z] #1 transferring dockerfile: 211B done [2025-08-26T10:44:21.940Z] #1 DONE 0.0s [2025-08-26T10:44:21.940Z] [2025-08-26T10:44:21.940Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:44:21.940Z] #2 DONE 0.0s [2025-08-26T10:44:21.941Z] [2025-08-26T10:44:21.941Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:44:21.941Z] #3 DONE 0.0s [2025-08-26T10:44:21.941Z] [2025-08-26T10:44:21.941Z] #4 [internal] load .dockerignore [2025-08-26T10:44:21.941Z] #4 transferring context: 2B done [2025-08-26T10:44:21.941Z] #4 DONE 0.0s [2025-08-26T10:44:21.941Z] [2025-08-26T10:44:21.941Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:d636bc92330f6b71556fa2d7506df643aa08b0913e8557998abf54702f6de5a0 [2025-08-26T10:44:21.941Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:d636bc92330f6b71556fa2d7506df643aa08b0913e8557998abf54702f6de5a0 0.0s done [2025-08-26T10:44:21.941Z] #5 DONE 0.0s [2025-08-26T10:44:21.941Z] [2025-08-26T10:44:21.941Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:d636bc92330f6b71556fa2d7506df643aa08b0913e8557998abf54702f6de5a0 [2025-08-26T10:44:21.941Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:d636bc92330f6b71556fa2d7506df643aa08b0913e8557998abf54702f6de5a0 0.0s done [2025-08-26T10:44:21.941Z] #6 DONE 0.0s [2025-08-26T10:44:21.941Z] [2025-08-26T10:44:21.941Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:d636bc92330f6b71556fa2d7506df643aa08b0913e8557998abf54702f6de5a0 [2025-08-26T10:44:21.941Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:d636bc92330f6b71556fa2d7506df643aa08b0913e8557998abf54702f6de5a0 0.0s done [2025-08-26T10:44:21.941Z] #5 DONE 0.1s [2025-08-26T10:44:21.941Z] [2025-08-26T10:44:21.941Z] #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-26T10:44:21.941Z] #7 DONE 0.0s [2025-08-26T10:44:21.941Z] [2025-08-26T10:44:21.941Z] #8 exporting to image [2025-08-26T10:44:21.941Z] #8 exporting layers done [2025-08-26T10:44:21.941Z] #8 exporting manifest sha256:902ffafc92eca84b81ce25b0f4c662a0730b3924b18e2e870a5478f7ecc16935 done [2025-08-26T10:44:21.941Z] #8 exporting config sha256:a7e5bbb6a406da62d01c095ed96316dc7e714f7529a26422ce21d94a1da9c62f done [2025-08-26T10:44:21.941Z] #8 exporting manifest sha256:4d8c0a65d1b1e149c7d181d2b9149950eecc28a964a63f0ebc8ae01622f94ef7 done [2025-08-26T10:44:21.941Z] #8 exporting config sha256:8f274f08ca775eb415bcb2a994e715eb095592bc202c126c4dbf9a2c065382c4 done [2025-08-26T10:44:21.941Z] #8 exporting manifest list sha256:5ab250356f9ea102c8e5fa262c83f4a2d34aa6ba55f3d870ea880f810ff59598 done [2025-08-26T10:44:21.941Z] #8 pushing layers 0.1s done [2025-08-26T10:44:21.941Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:5ab250356f9ea102c8e5fa262c83f4a2d34aa6ba55f3d870ea880f810ff59598 [2025-08-26T10:44:21.941Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-26T10:44:22.202Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:5ab250356f9ea102c8e5fa262c83f4a2d34aa6ba55f3d870ea880f810ff59598 0.1s done [2025-08-26T10:44:22.202Z] #8 DONE 0.2s [2025-08-26T10:44:22.202Z] [2025-08-26T10:44:22.202Z] 1 warning found (use --debug to expand): [2025-08-26T10:44:22.202Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-26T10:44:22.498Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest' [2025-08-26T10:44:22.498Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest --push - [2025-08-26T10:44:22.498Z] #1 [internal] load build definition from Dockerfile [2025-08-26T10:44:22.498Z] #1 transferring dockerfile: 177B done [2025-08-26T10:44:22.498Z] #1 DONE 0.0s [2025-08-26T10:44:22.498Z] [2025-08-26T10:44:22.498Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-08-26T10:44:22.498Z] #2 DONE 0.0s [2025-08-26T10:44:22.498Z] [2025-08-26T10:44:22.498Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-08-26T10:44:22.498Z] #3 DONE 0.0s [2025-08-26T10:44:22.498Z] [2025-08-26T10:44:22.498Z] #4 [internal] load .dockerignore [2025-08-26T10:44:22.498Z] #4 transferring context: 2B done [2025-08-26T10:44:22.498Z] #4 DONE 0.0s [2025-08-26T10:44:22.498Z] [2025-08-26T10:44:22.498Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:d636bc92330f6b71556fa2d7506df643aa08b0913e8557998abf54702f6de5a0 [2025-08-26T10:44:22.498Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:d636bc92330f6b71556fa2d7506df643aa08b0913e8557998abf54702f6de5a0 0.0s done [2025-08-26T10:44:22.498Z] #5 DONE 0.0s [2025-08-26T10:44:22.498Z] [2025-08-26T10:44:22.498Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:d636bc92330f6b71556fa2d7506df643aa08b0913e8557998abf54702f6de5a0 [2025-08-26T10:44:22.757Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:d636bc92330f6b71556fa2d7506df643aa08b0913e8557998abf54702f6de5a0 0.0s done [2025-08-26T10:44:22.757Z] #6 CACHED [2025-08-26T10:44:22.757Z] [2025-08-26T10:44:22.757Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:d636bc92330f6b71556fa2d7506df643aa08b0913e8557998abf54702f6de5a0 [2025-08-26T10:44:22.757Z] #5 CACHED [2025-08-26T10:44:22.757Z] [2025-08-26T10:44:22.757Z] #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-26T10:44:22.757Z] #7 DONE 0.0s [2025-08-26T10:44:22.757Z] [2025-08-26T10:44:22.757Z] #8 exporting to image [2025-08-26T10:44:22.757Z] #8 exporting layers done [2025-08-26T10:44:22.757Z] #8 exporting manifest sha256:902ffafc92eca84b81ce25b0f4c662a0730b3924b18e2e870a5478f7ecc16935 done [2025-08-26T10:44:22.757Z] #8 exporting config sha256:a7e5bbb6a406da62d01c095ed96316dc7e714f7529a26422ce21d94a1da9c62f done [2025-08-26T10:44:22.757Z] #8 exporting manifest sha256:4d8c0a65d1b1e149c7d181d2b9149950eecc28a964a63f0ebc8ae01622f94ef7 done [2025-08-26T10:44:22.757Z] #8 exporting config sha256:8f274f08ca775eb415bcb2a994e715eb095592bc202c126c4dbf9a2c065382c4 done [2025-08-26T10:44:22.757Z] #8 exporting manifest list sha256:5ab250356f9ea102c8e5fa262c83f4a2d34aa6ba55f3d870ea880f810ff59598 done [2025-08-26T10:44:22.757Z] #8 pushing layers 0.0s done [2025-08-26T10:44:22.757Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:5ab250356f9ea102c8e5fa262c83f4a2d34aa6ba55f3d870ea880f810ff59598 0.1s done [2025-08-26T10:44:22.757Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-26T10:44:22.757Z] #8 DONE 0.1s [2025-08-26T10:44:22.757Z] [2025-08-26T10:44:22.757Z] 1 warning found (use --debug to expand): [2025-08-26T10:44:22.757Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-26T10:44:23.046Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.49' [2025-08-26T10:44:23.046Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.49 --push - [2025-08-26T10:44:23.306Z] #1 [internal] load build definition from Dockerfile [2025-08-26T10:44:23.306Z] #1 transferring dockerfile: 183B done [2025-08-26T10:44:23.306Z] #1 DONE 0.0s [2025-08-26T10:44:23.306Z] [2025-08-26T10:44:23.306Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.49 [2025-08-26T10:44:23.306Z] #2 DONE 0.0s [2025-08-26T10:44:23.306Z] [2025-08-26T10:44:23.306Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.49 [2025-08-26T10:44:23.306Z] #3 DONE 0.0s [2025-08-26T10:44:23.306Z] [2025-08-26T10:44:23.306Z] #4 [internal] load .dockerignore [2025-08-26T10:44:23.306Z] #4 transferring context: 2B done [2025-08-26T10:44:23.306Z] #4 DONE 0.0s [2025-08-26T10:44:23.306Z] [2025-08-26T10:44:23.306Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.49@sha256:d636bc92330f6b71556fa2d7506df643aa08b0913e8557998abf54702f6de5a0 [2025-08-26T10:44:23.306Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.49@sha256:d636bc92330f6b71556fa2d7506df643aa08b0913e8557998abf54702f6de5a0 0.0s done [2025-08-26T10:44:23.306Z] #5 CACHED [2025-08-26T10:44:23.306Z] [2025-08-26T10:44:23.306Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.49@sha256:d636bc92330f6b71556fa2d7506df643aa08b0913e8557998abf54702f6de5a0 [2025-08-26T10:44:23.306Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.49@sha256:d636bc92330f6b71556fa2d7506df643aa08b0913e8557998abf54702f6de5a0 0.0s done [2025-08-26T10:44:23.306Z] #6 CACHED [2025-08-26T10:44:23.306Z] [2025-08-26T10:44:23.306Z] #7 exporting to image [2025-08-26T10:44:23.306Z] #7 exporting layers done [2025-08-26T10:44:23.306Z] #7 exporting manifest sha256:902ffafc92eca84b81ce25b0f4c662a0730b3924b18e2e870a5478f7ecc16935 done [2025-08-26T10:44:23.306Z] #7 exporting config sha256:a7e5bbb6a406da62d01c095ed96316dc7e714f7529a26422ce21d94a1da9c62f done [2025-08-26T10:44:23.306Z] #7 exporting manifest sha256:4d8c0a65d1b1e149c7d181d2b9149950eecc28a964a63f0ebc8ae01622f94ef7 done [2025-08-26T10:44:23.306Z] #7 exporting config sha256:8f274f08ca775eb415bcb2a994e715eb095592bc202c126c4dbf9a2c065382c4 done [2025-08-26T10:44:23.306Z] #7 exporting manifest list sha256:5ab250356f9ea102c8e5fa262c83f4a2d34aa6ba55f3d870ea880f810ff59598 done [2025-08-26T10:44:23.306Z] #7 pushing layers [2025-08-26T10:44:23.306Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-26T10:44:23.306Z] #7 pushing layers 0.0s done [2025-08-26T10:44:23.306Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.49@sha256:5ab250356f9ea102c8e5fa262c83f4a2d34aa6ba55f3d870ea880f810ff59598 0.1s done [2025-08-26T10:44:23.306Z] #7 DONE 0.1s [2025-08-26T10:44:23.306Z] [2025-08-26T10:44:23.306Z] #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-26T10:44:23.306Z] #8 DONE 0.0s [2025-08-26T10:44:23.306Z] [2025-08-26T10:44:23.306Z] 1 warning found (use --debug to expand): [2025-08-26T10:44:23.306Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-26T10:44:23.599Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49' [2025-08-26T10:44:23.599Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 --push - [2025-08-26T10:44:23.599Z] #1 [internal] load build definition from Dockerfile [2025-08-26T10:44:23.599Z] #1 transferring dockerfile: 224B done [2025-08-26T10:44:23.599Z] #1 DONE 0.0s [2025-08-26T10:44:23.599Z] [2025-08-26T10:44:23.599Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:44:23.599Z] #2 DONE 0.0s [2025-08-26T10:44:23.599Z] [2025-08-26T10:44:23.599Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:44:23.599Z] #3 DONE 0.0s [2025-08-26T10:44:23.599Z] [2025-08-26T10:44:23.599Z] #4 [internal] load .dockerignore [2025-08-26T10:44:23.599Z] #4 transferring context: 2B done [2025-08-26T10:44:23.599Z] #4 DONE 0.0s [2025-08-26T10:44:23.599Z] [2025-08-26T10:44:23.599Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:d636bc92330f6b71556fa2d7506df643aa08b0913e8557998abf54702f6de5a0 [2025-08-26T10:44:23.599Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:d636bc92330f6b71556fa2d7506df643aa08b0913e8557998abf54702f6de5a0 0.0s done [2025-08-26T10:44:23.599Z] #5 CACHED [2025-08-26T10:44:23.599Z] [2025-08-26T10:44:23.599Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:d636bc92330f6b71556fa2d7506df643aa08b0913e8557998abf54702f6de5a0 [2025-08-26T10:44:23.599Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:d636bc92330f6b71556fa2d7506df643aa08b0913e8557998abf54702f6de5a0 0.0s done [2025-08-26T10:44:23.599Z] #6 CACHED [2025-08-26T10:44:23.599Z] [2025-08-26T10:44:23.599Z] #7 exporting to image [2025-08-26T10:44:23.599Z] #7 exporting layers [2025-08-26T10:44:23.599Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-26T10:44:23.858Z] #7 exporting layers done [2025-08-26T10:44:23.858Z] #7 exporting manifest sha256:902ffafc92eca84b81ce25b0f4c662a0730b3924b18e2e870a5478f7ecc16935 done [2025-08-26T10:44:23.858Z] #7 exporting config sha256:a7e5bbb6a406da62d01c095ed96316dc7e714f7529a26422ce21d94a1da9c62f done [2025-08-26T10:44:23.858Z] #7 exporting manifest sha256:4d8c0a65d1b1e149c7d181d2b9149950eecc28a964a63f0ebc8ae01622f94ef7 done [2025-08-26T10:44:23.858Z] #7 exporting config sha256:8f274f08ca775eb415bcb2a994e715eb095592bc202c126c4dbf9a2c065382c4 done [2025-08-26T10:44:23.858Z] #7 exporting manifest list sha256:5ab250356f9ea102c8e5fa262c83f4a2d34aa6ba55f3d870ea880f810ff59598 done [2025-08-26T10:44:23.858Z] #7 pushing layers 0.0s done [2025-08-26T10:44:23.858Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:5ab250356f9ea102c8e5fa262c83f4a2d34aa6ba55f3d870ea880f810ff59598 0.1s done [2025-08-26T10:44:23.858Z] #7 DONE 0.1s [2025-08-26T10:44:23.858Z] [2025-08-26T10:44:23.858Z] #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-26T10:44:23.858Z] #8 DONE 0.0s [2025-08-26T10:44:23.858Z] [2025-08-26T10:44:23.858Z] 1 warning found (use --debug to expand): [2025-08-26T10:44:23.858Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-26T10:44:24.146Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main' [2025-08-26T10:44:24.146Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:main --push - [2025-08-26T10:44:24.410Z] #1 [internal] load build definition from Dockerfile [2025-08-26T10:44:24.410Z] #1 transferring dockerfile: 175B done [2025-08-26T10:44:24.410Z] #1 DONE 0.0s [2025-08-26T10:44:24.410Z] [2025-08-26T10:44:24.410Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-08-26T10:44:24.410Z] #2 DONE 0.0s [2025-08-26T10:44:24.410Z] [2025-08-26T10:44:24.410Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-08-26T10:44:24.410Z] #3 DONE 0.0s [2025-08-26T10:44:24.410Z] [2025-08-26T10:44:24.410Z] #4 [internal] load .dockerignore [2025-08-26T10:44:24.410Z] #4 transferring context: 2B done [2025-08-26T10:44:24.410Z] #4 DONE 0.0s [2025-08-26T10:44:24.410Z] [2025-08-26T10:44:24.410Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:d636bc92330f6b71556fa2d7506df643aa08b0913e8557998abf54702f6de5a0 [2025-08-26T10:44:24.410Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:d636bc92330f6b71556fa2d7506df643aa08b0913e8557998abf54702f6de5a0 0.0s done [2025-08-26T10:44:24.410Z] #5 CACHED [2025-08-26T10:44:24.410Z] [2025-08-26T10:44:24.410Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:d636bc92330f6b71556fa2d7506df643aa08b0913e8557998abf54702f6de5a0 [2025-08-26T10:44:24.410Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:d636bc92330f6b71556fa2d7506df643aa08b0913e8557998abf54702f6de5a0 0.0s done [2025-08-26T10:44:24.410Z] #6 CACHED [2025-08-26T10:44:24.410Z] [2025-08-26T10:44:24.410Z] #7 exporting to image [2025-08-26T10:44:24.410Z] #7 exporting layers done [2025-08-26T10:44:24.410Z] #7 exporting manifest sha256:902ffafc92eca84b81ce25b0f4c662a0730b3924b18e2e870a5478f7ecc16935 done [2025-08-26T10:44:24.410Z] #7 exporting config sha256:a7e5bbb6a406da62d01c095ed96316dc7e714f7529a26422ce21d94a1da9c62f done [2025-08-26T10:44:24.410Z] #7 exporting manifest sha256:4d8c0a65d1b1e149c7d181d2b9149950eecc28a964a63f0ebc8ae01622f94ef7 done [2025-08-26T10:44:24.410Z] #7 exporting config sha256:8f274f08ca775eb415bcb2a994e715eb095592bc202c126c4dbf9a2c065382c4 done [2025-08-26T10:44:24.410Z] #7 exporting manifest list sha256:5ab250356f9ea102c8e5fa262c83f4a2d34aa6ba55f3d870ea880f810ff59598 done [2025-08-26T10:44:24.410Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-26T10:44:24.410Z] #7 pushing layers 0.0s done [2025-08-26T10:44:24.410Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:5ab250356f9ea102c8e5fa262c83f4a2d34aa6ba55f3d870ea880f810ff59598 0.1s done [2025-08-26T10:44:24.410Z] #7 DONE 0.1s [2025-08-26T10:44:24.410Z] [2025-08-26T10:44:24.410Z] #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-26T10:44:24.410Z] #8 DONE 0.0s [2025-08-26T10:44:24.410Z] [2025-08-26T10:44:24.410Z] 1 warning found (use --debug to expand): [2025-08-26T10:44:24.410Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-26T10:44:24.709Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5' [2025-08-26T10:44:24.710Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 --push - [2025-08-26T10:44:24.710Z] #1 [internal] load build definition from Dockerfile [2025-08-26T10:44:24.710Z] #1 transferring dockerfile: 215B done [2025-08-26T10:44:24.710Z] #1 DONE 0.0s [2025-08-26T10:44:24.710Z] [2025-08-26T10:44:24.710Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:44:24.710Z] #2 DONE 0.0s [2025-08-26T10:44:24.710Z] [2025-08-26T10:44:24.710Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:44:24.710Z] #3 DONE 0.0s [2025-08-26T10:44:24.710Z] [2025-08-26T10:44:24.710Z] #4 [internal] load .dockerignore [2025-08-26T10:44:24.710Z] #4 transferring context: 2B done [2025-08-26T10:44:24.710Z] #4 DONE 0.0s [2025-08-26T10:44:24.972Z] [2025-08-26T10:44:24.972Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:7f4f2eecbe57bd1e9780c047dac4a93971efe20608690dfc98e4b59ad05728bb [2025-08-26T10:44:24.972Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:7f4f2eecbe57bd1e9780c047dac4a93971efe20608690dfc98e4b59ad05728bb 0.0s done [2025-08-26T10:44:24.972Z] #5 DONE 0.0s [2025-08-26T10:44:24.972Z] [2025-08-26T10:44:24.972Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:7f4f2eecbe57bd1e9780c047dac4a93971efe20608690dfc98e4b59ad05728bb [2025-08-26T10:44:24.973Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:7f4f2eecbe57bd1e9780c047dac4a93971efe20608690dfc98e4b59ad05728bb 0.0s done [2025-08-26T10:44:24.973Z] #6 DONE 0.1s [2025-08-26T10:44:24.973Z] [2025-08-26T10:44:24.973Z] #7 exporting to image [2025-08-26T10:44:24.973Z] #7 exporting layers done [2025-08-26T10:44:24.973Z] #7 exporting manifest sha256:b3d2363a17b52f4080cc1c1cddc04501df21b651b58971ab49f5c6d5a9e05e6e done [2025-08-26T10:44:24.973Z] #7 exporting config sha256:7a028f74f9a9cf5560dd771c563ce734cbd09f43e0fa4105efdc2955712f887a done [2025-08-26T10:44:24.973Z] #7 exporting manifest sha256:a5274ab8d952cfa8a21bd396098bbc7581d75131c12608deecacd9f00caee1d6 done [2025-08-26T10:44:24.973Z] #7 exporting config sha256:fe0603849d26ab2d53158bf21c3f67117703522fb20525524ad5ae7c36642dbd done [2025-08-26T10:44:24.973Z] #7 exporting manifest list sha256:b63b71351fa9c2d8a163f87c794d7a944a6821ba7165c4c620e9066d73789982 done [2025-08-26T10:44:24.973Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-26T10:44:24.973Z] #7 ... [2025-08-26T10:44:24.973Z] [2025-08-26T10:44:24.973Z] #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-26T10:44:24.973Z] #8 DONE 0.0s [2025-08-26T10:44:24.973Z] [2025-08-26T10:44:24.973Z] #7 exporting to image [2025-08-26T10:44:24.973Z] #7 pushing layers 0.1s done [2025-08-26T10:44:24.973Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:b63b71351fa9c2d8a163f87c794d7a944a6821ba7165c4c620e9066d73789982 [2025-08-26T10:44:25.233Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:b63b71351fa9c2d8a163f87c794d7a944a6821ba7165c4c620e9066d73789982 0.1s done [2025-08-26T10:44:25.233Z] #7 DONE 0.2s [2025-08-26T10:44:25.233Z] [2025-08-26T10:44:25.233Z] 1 warning found (use --debug to expand): [2025-08-26T10:44:25.233Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-26T10:44:25.522Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest' [2025-08-26T10:44:25.522Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest --push - [2025-08-26T10:44:25.522Z] #1 [internal] load build definition from Dockerfile [2025-08-26T10:44:25.522Z] #1 transferring dockerfile: 181B done [2025-08-26T10:44:25.522Z] #1 DONE 0.0s [2025-08-26T10:44:25.522Z] [2025-08-26T10:44:25.522Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-08-26T10:44:25.522Z] #2 DONE 0.0s [2025-08-26T10:44:25.522Z] [2025-08-26T10:44:25.522Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-08-26T10:44:25.522Z] #3 DONE 0.0s [2025-08-26T10:44:25.522Z] [2025-08-26T10:44:25.522Z] #4 [internal] load .dockerignore [2025-08-26T10:44:25.522Z] #4 transferring context: 2B done [2025-08-26T10:44:25.522Z] #4 DONE 0.0s [2025-08-26T10:44:25.522Z] [2025-08-26T10:44:25.522Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:7f4f2eecbe57bd1e9780c047dac4a93971efe20608690dfc98e4b59ad05728bb [2025-08-26T10:44:25.522Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:7f4f2eecbe57bd1e9780c047dac4a93971efe20608690dfc98e4b59ad05728bb 0.0s done [2025-08-26T10:44:25.522Z] #5 CACHED [2025-08-26T10:44:25.522Z] [2025-08-26T10:44:25.522Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:7f4f2eecbe57bd1e9780c047dac4a93971efe20608690dfc98e4b59ad05728bb [2025-08-26T10:44:25.522Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:7f4f2eecbe57bd1e9780c047dac4a93971efe20608690dfc98e4b59ad05728bb 0.0s done [2025-08-26T10:44:25.522Z] #6 CACHED [2025-08-26T10:44:25.522Z] [2025-08-26T10:44:25.522Z] #7 exporting to image [2025-08-26T10:44:25.522Z] #7 exporting layers [2025-08-26T10:44:25.522Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-26T10:44:25.782Z] #7 exporting layers done [2025-08-26T10:44:25.782Z] #7 exporting manifest sha256:b3d2363a17b52f4080cc1c1cddc04501df21b651b58971ab49f5c6d5a9e05e6e done [2025-08-26T10:44:25.782Z] #7 exporting config sha256:7a028f74f9a9cf5560dd771c563ce734cbd09f43e0fa4105efdc2955712f887a done [2025-08-26T10:44:25.782Z] #7 exporting manifest sha256:a5274ab8d952cfa8a21bd396098bbc7581d75131c12608deecacd9f00caee1d6 done [2025-08-26T10:44:25.782Z] #7 exporting config sha256:fe0603849d26ab2d53158bf21c3f67117703522fb20525524ad5ae7c36642dbd done [2025-08-26T10:44:25.782Z] #7 exporting manifest list sha256:b63b71351fa9c2d8a163f87c794d7a944a6821ba7165c4c620e9066d73789982 done [2025-08-26T10:44:25.782Z] #7 pushing layers 0.0s done [2025-08-26T10:44:25.782Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:b63b71351fa9c2d8a163f87c794d7a944a6821ba7165c4c620e9066d73789982 0.1s done [2025-08-26T10:44:25.782Z] #7 DONE 0.1s [2025-08-26T10:44:25.782Z] [2025-08-26T10:44:25.782Z] #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-26T10:44:25.782Z] #8 DONE 0.0s [2025-08-26T10:44:25.782Z] [2025-08-26T10:44:25.782Z] 1 warning found (use --debug to expand): [2025-08-26T10:44:25.782Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-26T10:44:26.079Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.49 --push - [2025-08-26T10:44:26.079Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.49' [2025-08-26T10:44:26.079Z] #1 [internal] load build definition from Dockerfile [2025-08-26T10:44:26.079Z] #1 transferring dockerfile: 187B done [2025-08-26T10:44:26.079Z] #1 DONE 0.0s [2025-08-26T10:44:26.079Z] [2025-08-26T10:44:26.079Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.49 [2025-08-26T10:44:26.079Z] #2 DONE 0.0s [2025-08-26T10:44:26.079Z] [2025-08-26T10:44:26.079Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.49 [2025-08-26T10:44:26.079Z] #3 DONE 0.0s [2025-08-26T10:44:26.079Z] [2025-08-26T10:44:26.079Z] #4 [internal] load .dockerignore [2025-08-26T10:44:26.079Z] #4 transferring context: 2B done [2025-08-26T10:44:26.079Z] #4 DONE 0.0s [2025-08-26T10:44:26.079Z] [2025-08-26T10:44:26.079Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.49@sha256:7f4f2eecbe57bd1e9780c047dac4a93971efe20608690dfc98e4b59ad05728bb [2025-08-26T10:44:26.079Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.49@sha256:7f4f2eecbe57bd1e9780c047dac4a93971efe20608690dfc98e4b59ad05728bb 0.0s done [2025-08-26T10:44:26.079Z] #5 CACHED [2025-08-26T10:44:26.079Z] [2025-08-26T10:44:26.079Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.49@sha256:7f4f2eecbe57bd1e9780c047dac4a93971efe20608690dfc98e4b59ad05728bb [2025-08-26T10:44:26.079Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.49@sha256:7f4f2eecbe57bd1e9780c047dac4a93971efe20608690dfc98e4b59ad05728bb 0.0s done [2025-08-26T10:44:26.079Z] #6 CACHED [2025-08-26T10:44:26.079Z] [2025-08-26T10:44:26.079Z] #7 exporting to image [2025-08-26T10:44:26.079Z] #7 exporting layers [2025-08-26T10:44:26.079Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-26T10:44:26.341Z] #7 exporting layers done [2025-08-26T10:44:26.341Z] #7 exporting manifest sha256:b3d2363a17b52f4080cc1c1cddc04501df21b651b58971ab49f5c6d5a9e05e6e done [2025-08-26T10:44:26.341Z] #7 exporting config sha256:7a028f74f9a9cf5560dd771c563ce734cbd09f43e0fa4105efdc2955712f887a done [2025-08-26T10:44:26.341Z] #7 exporting manifest sha256:a5274ab8d952cfa8a21bd396098bbc7581d75131c12608deecacd9f00caee1d6 done [2025-08-26T10:44:26.341Z] #7 exporting config sha256:fe0603849d26ab2d53158bf21c3f67117703522fb20525524ad5ae7c36642dbd done [2025-08-26T10:44:26.341Z] #7 exporting manifest list sha256:b63b71351fa9c2d8a163f87c794d7a944a6821ba7165c4c620e9066d73789982 done [2025-08-26T10:44:26.341Z] #7 pushing layers 0.0s done [2025-08-26T10:44:26.341Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.49@sha256:b63b71351fa9c2d8a163f87c794d7a944a6821ba7165c4c620e9066d73789982 0.1s done [2025-08-26T10:44:26.341Z] #7 DONE 0.1s [2025-08-26T10:44:26.341Z] [2025-08-26T10:44:26.341Z] #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-26T10:44:26.341Z] #8 DONE 0.0s [2025-08-26T10:44:26.341Z] [2025-08-26T10:44:26.341Z] 1 warning found (use --debug to expand): [2025-08-26T10:44:26.341Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-26T10:44:26.635Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 --push - [2025-08-26T10:44:26.635Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49' [2025-08-26T10:44:26.635Z] #1 [internal] load build definition from Dockerfile [2025-08-26T10:44:26.635Z] #1 transferring dockerfile: 228B done [2025-08-26T10:44:26.635Z] #1 DONE 0.0s [2025-08-26T10:44:26.635Z] [2025-08-26T10:44:26.635Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:44:26.635Z] #2 DONE 0.0s [2025-08-26T10:44:26.635Z] [2025-08-26T10:44:26.635Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:44:26.635Z] #3 DONE 0.0s [2025-08-26T10:44:26.635Z] [2025-08-26T10:44:26.635Z] #4 [internal] load .dockerignore [2025-08-26T10:44:26.635Z] #4 transferring context: 2B done [2025-08-26T10:44:26.635Z] #4 DONE 0.0s [2025-08-26T10:44:26.635Z] [2025-08-26T10:44:26.635Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:7f4f2eecbe57bd1e9780c047dac4a93971efe20608690dfc98e4b59ad05728bb [2025-08-26T10:44:26.635Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:7f4f2eecbe57bd1e9780c047dac4a93971efe20608690dfc98e4b59ad05728bb 0.0s done [2025-08-26T10:44:26.635Z] #5 CACHED [2025-08-26T10:44:26.635Z] [2025-08-26T10:44:26.636Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:7f4f2eecbe57bd1e9780c047dac4a93971efe20608690dfc98e4b59ad05728bb [2025-08-26T10:44:26.636Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:7f4f2eecbe57bd1e9780c047dac4a93971efe20608690dfc98e4b59ad05728bb 0.0s done [2025-08-26T10:44:26.636Z] #6 CACHED [2025-08-26T10:44:26.636Z] [2025-08-26T10:44:26.636Z] #7 exporting to image [2025-08-26T10:44:26.636Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-26T10:44:26.895Z] #7 exporting layers done [2025-08-26T10:44:26.895Z] #7 exporting manifest sha256:b3d2363a17b52f4080cc1c1cddc04501df21b651b58971ab49f5c6d5a9e05e6e done [2025-08-26T10:44:26.895Z] #7 exporting config sha256:7a028f74f9a9cf5560dd771c563ce734cbd09f43e0fa4105efdc2955712f887a done [2025-08-26T10:44:26.895Z] #7 exporting manifest sha256:a5274ab8d952cfa8a21bd396098bbc7581d75131c12608deecacd9f00caee1d6 done [2025-08-26T10:44:26.895Z] #7 exporting config sha256:fe0603849d26ab2d53158bf21c3f67117703522fb20525524ad5ae7c36642dbd done [2025-08-26T10:44:26.895Z] #7 exporting manifest list sha256:b63b71351fa9c2d8a163f87c794d7a944a6821ba7165c4c620e9066d73789982 done [2025-08-26T10:44:26.895Z] #7 pushing layers 0.0s done [2025-08-26T10:44:26.895Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:b63b71351fa9c2d8a163f87c794d7a944a6821ba7165c4c620e9066d73789982 0.1s done [2025-08-26T10:44:26.895Z] #7 DONE 0.1s [2025-08-26T10:44:26.895Z] [2025-08-26T10:44:26.895Z] #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-26T10:44:26.895Z] #8 DONE 0.0s [2025-08-26T10:44:26.895Z] [2025-08-26T10:44:26.895Z] 1 warning found (use --debug to expand): [2025-08-26T10:44:26.895Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-26T10:44:27.183Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main --push - [2025-08-26T10:44:27.183Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main' [2025-08-26T10:44:27.183Z] #1 [internal] load build definition from Dockerfile [2025-08-26T10:44:27.183Z] #1 transferring dockerfile: 179B done [2025-08-26T10:44:27.183Z] #1 DONE 0.0s [2025-08-26T10:44:27.183Z] [2025-08-26T10:44:27.183Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-08-26T10:44:27.183Z] #2 DONE 0.0s [2025-08-26T10:44:27.183Z] [2025-08-26T10:44:27.183Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-08-26T10:44:27.183Z] #3 DONE 0.0s [2025-08-26T10:44:27.183Z] [2025-08-26T10:44:27.183Z] #4 [internal] load .dockerignore [2025-08-26T10:44:27.183Z] #4 transferring context: 2B done [2025-08-26T10:44:27.183Z] #4 DONE 0.0s [2025-08-26T10:44:27.183Z] [2025-08-26T10:44:27.184Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:7f4f2eecbe57bd1e9780c047dac4a93971efe20608690dfc98e4b59ad05728bb [2025-08-26T10:44:27.184Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:7f4f2eecbe57bd1e9780c047dac4a93971efe20608690dfc98e4b59ad05728bb done [2025-08-26T10:44:27.184Z] #5 CACHED [2025-08-26T10:44:27.184Z] [2025-08-26T10:44:27.184Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:7f4f2eecbe57bd1e9780c047dac4a93971efe20608690dfc98e4b59ad05728bb [2025-08-26T10:44:27.184Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:7f4f2eecbe57bd1e9780c047dac4a93971efe20608690dfc98e4b59ad05728bb done [2025-08-26T10:44:27.184Z] #6 CACHED [2025-08-26T10:44:27.184Z] [2025-08-26T10:44:27.184Z] #7 exporting to image [2025-08-26T10:44:27.184Z] #7 exporting layers done [2025-08-26T10:44:27.184Z] #7 exporting manifest sha256:b3d2363a17b52f4080cc1c1cddc04501df21b651b58971ab49f5c6d5a9e05e6e done [2025-08-26T10:44:27.184Z] #7 exporting config sha256:7a028f74f9a9cf5560dd771c563ce734cbd09f43e0fa4105efdc2955712f887a done [2025-08-26T10:44:27.184Z] #7 exporting manifest sha256:a5274ab8d952cfa8a21bd396098bbc7581d75131c12608deecacd9f00caee1d6 done [2025-08-26T10:44:27.184Z] #7 exporting config sha256:fe0603849d26ab2d53158bf21c3f67117703522fb20525524ad5ae7c36642dbd done [2025-08-26T10:44:27.184Z] #7 exporting manifest list sha256:b63b71351fa9c2d8a163f87c794d7a944a6821ba7165c4c620e9066d73789982 done [2025-08-26T10:44:27.184Z] #7 pushing layers 0.0s done [2025-08-26T10:44:27.184Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:b63b71351fa9c2d8a163f87c794d7a944a6821ba7165c4c620e9066d73789982 [2025-08-26T10:44:27.184Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-26T10:44:27.443Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:b63b71351fa9c2d8a163f87c794d7a944a6821ba7165c4c620e9066d73789982 0.1s done [2025-08-26T10:44:27.443Z] #7 DONE 0.1s [2025-08-26T10:44:27.443Z] [2025-08-26T10:44:27.443Z] #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-26T10:44:27.443Z] #8 DONE 0.0s [2025-08-26T10:44:27.443Z] [2025-08-26T10:44:27.443Z] 1 warning found (use --debug to expand): [2025-08-26T10:44:27.443Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-26T10:44:27.730Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5' [2025-08-26T10:44:27.730Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 --push - [2025-08-26T10:44:27.730Z] #1 [internal] load build definition from Dockerfile [2025-08-26T10:44:27.730Z] #1 transferring dockerfile: 205B done [2025-08-26T10:44:27.730Z] #1 DONE 0.0s [2025-08-26T10:44:27.730Z] [2025-08-26T10:44:27.730Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:44:27.730Z] #2 DONE 0.0s [2025-08-26T10:44:27.730Z] [2025-08-26T10:44:27.730Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:44:27.730Z] #3 DONE 0.0s [2025-08-26T10:44:27.730Z] [2025-08-26T10:44:27.730Z] #4 [internal] load .dockerignore [2025-08-26T10:44:27.730Z] #4 transferring context: 2B done [2025-08-26T10:44:27.730Z] #4 DONE 0.0s [2025-08-26T10:44:27.730Z] [2025-08-26T10:44:27.730Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:b2b2313f56b436c5adbfb8c47b50133a1897a501c8bb891e74f4fc9bc03cc60b [2025-08-26T10:44:27.730Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:b2b2313f56b436c5adbfb8c47b50133a1897a501c8bb891e74f4fc9bc03cc60b done [2025-08-26T10:44:27.730Z] #5 DONE 0.0s [2025-08-26T10:44:27.730Z] [2025-08-26T10:44:27.730Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:b2b2313f56b436c5adbfb8c47b50133a1897a501c8bb891e74f4fc9bc03cc60b [2025-08-26T10:44:27.989Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:b2b2313f56b436c5adbfb8c47b50133a1897a501c8bb891e74f4fc9bc03cc60b 0.0s done [2025-08-26T10:44:27.989Z] #6 DONE 0.0s [2025-08-26T10:44:27.989Z] [2025-08-26T10:44:27.989Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:b2b2313f56b436c5adbfb8c47b50133a1897a501c8bb891e74f4fc9bc03cc60b [2025-08-26T10:44:27.989Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:b2b2313f56b436c5adbfb8c47b50133a1897a501c8bb891e74f4fc9bc03cc60b done [2025-08-26T10:44:27.989Z] #5 DONE 0.1s [2025-08-26T10:44:27.989Z] [2025-08-26T10:44:27.989Z] #7 exporting to image [2025-08-26T10:44:27.989Z] #7 exporting layers done [2025-08-26T10:44:27.989Z] #7 exporting manifest sha256:1674b742f3bac2f7623cd8fdd9b5144061f381f8eca6957a64eeeebb47a846f9 done [2025-08-26T10:44:27.989Z] #7 exporting config sha256:ac869ad35c07bc649078e80a80d6d7cdf2fa0c1946f3805cccdd0108f67cdd95 done [2025-08-26T10:44:27.989Z] #7 exporting manifest sha256:5a9e3247514c5828ac5f9012c364ddff11e9a073e5aef88d2c6d3637eacfbea1 done [2025-08-26T10:44:27.989Z] #7 exporting config sha256:19a382f821ebf9fa563879d0898375dc55d162212c3aa88226913e8f07339103 [2025-08-26T10:44:27.989Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-26T10:44:27.989Z] #7 ... [2025-08-26T10:44:27.989Z] [2025-08-26T10:44:27.989Z] #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-26T10:44:27.989Z] #8 DONE 0.0s [2025-08-26T10:44:27.989Z] [2025-08-26T10:44:27.989Z] #7 exporting to image [2025-08-26T10:44:27.989Z] #7 exporting config sha256:19a382f821ebf9fa563879d0898375dc55d162212c3aa88226913e8f07339103 done [2025-08-26T10:44:27.989Z] #7 exporting manifest list sha256:190cc98863af7d7c578372e41ff9b88d4da7332177f67b6da463ed7c7dc24f44 done [2025-08-26T10:44:27.989Z] #7 pushing layers 0.1s done [2025-08-26T10:44:27.989Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:190cc98863af7d7c578372e41ff9b88d4da7332177f67b6da463ed7c7dc24f44 [2025-08-26T10:44:28.247Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:190cc98863af7d7c578372e41ff9b88d4da7332177f67b6da463ed7c7dc24f44 0.1s done [2025-08-26T10:44:28.247Z] #7 DONE 0.2s [2025-08-26T10:44:28.247Z] [2025-08-26T10:44:28.247Z] 1 warning found (use --debug to expand): [2025-08-26T10:44:28.247Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-26T10:44:28.533Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:latest --push - [2025-08-26T10:44:28.533Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest' [2025-08-26T10:44:28.533Z] #1 [internal] load build definition from Dockerfile [2025-08-26T10:44:28.533Z] #1 transferring dockerfile: 171B done [2025-08-26T10:44:28.533Z] #1 DONE 0.0s [2025-08-26T10:44:28.533Z] [2025-08-26T10:44:28.533Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-08-26T10:44:28.533Z] #2 DONE 0.0s [2025-08-26T10:44:28.533Z] [2025-08-26T10:44:28.533Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-08-26T10:44:28.533Z] #3 DONE 0.0s [2025-08-26T10:44:28.533Z] [2025-08-26T10:44:28.533Z] #4 [internal] load .dockerignore [2025-08-26T10:44:28.533Z] #4 transferring context: 2B done [2025-08-26T10:44:28.533Z] #4 DONE 0.0s [2025-08-26T10:44:28.533Z] [2025-08-26T10:44:28.533Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:b2b2313f56b436c5adbfb8c47b50133a1897a501c8bb891e74f4fc9bc03cc60b [2025-08-26T10:44:28.533Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:b2b2313f56b436c5adbfb8c47b50133a1897a501c8bb891e74f4fc9bc03cc60b done [2025-08-26T10:44:28.792Z] #5 CACHED [2025-08-26T10:44:28.792Z] [2025-08-26T10:44:28.792Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:b2b2313f56b436c5adbfb8c47b50133a1897a501c8bb891e74f4fc9bc03cc60b [2025-08-26T10:44:28.792Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:b2b2313f56b436c5adbfb8c47b50133a1897a501c8bb891e74f4fc9bc03cc60b 0.0s done [2025-08-26T10:44:28.792Z] #6 CACHED [2025-08-26T10:44:28.792Z] [2025-08-26T10:44:28.792Z] #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-26T10:44:28.792Z] #7 DONE 0.0s [2025-08-26T10:44:28.792Z] [2025-08-26T10:44:28.792Z] #8 exporting to image [2025-08-26T10:44:28.792Z] #8 exporting layers done [2025-08-26T10:44:28.792Z] #8 exporting manifest sha256:1674b742f3bac2f7623cd8fdd9b5144061f381f8eca6957a64eeeebb47a846f9 done [2025-08-26T10:44:28.792Z] #8 exporting config sha256:ac869ad35c07bc649078e80a80d6d7cdf2fa0c1946f3805cccdd0108f67cdd95 done [2025-08-26T10:44:28.792Z] #8 exporting manifest sha256:5a9e3247514c5828ac5f9012c364ddff11e9a073e5aef88d2c6d3637eacfbea1 done [2025-08-26T10:44:28.792Z] #8 exporting config sha256:19a382f821ebf9fa563879d0898375dc55d162212c3aa88226913e8f07339103 done [2025-08-26T10:44:28.792Z] #8 exporting manifest list sha256:190cc98863af7d7c578372e41ff9b88d4da7332177f67b6da463ed7c7dc24f44 done [2025-08-26T10:44:28.792Z] #8 pushing layers 0.0s done [2025-08-26T10:44:28.792Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:190cc98863af7d7c578372e41ff9b88d4da7332177f67b6da463ed7c7dc24f44 0.1s done [2025-08-26T10:44:28.792Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-26T10:44:28.792Z] #8 DONE 0.1s [2025-08-26T10:44:28.792Z] [2025-08-26T10:44:28.792Z] 1 warning found (use --debug to expand): [2025-08-26T10:44:28.792Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-26T10:44:29.087Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.49' [2025-08-26T10:44:29.087Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.49 --push - [2025-08-26T10:44:29.087Z] #1 [internal] load build definition from Dockerfile [2025-08-26T10:44:29.087Z] #1 transferring dockerfile: 177B done [2025-08-26T10:44:29.087Z] #1 DONE 0.0s [2025-08-26T10:44:29.087Z] [2025-08-26T10:44:29.087Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.49 [2025-08-26T10:44:29.087Z] #2 DONE 0.0s [2025-08-26T10:44:29.087Z] [2025-08-26T10:44:29.087Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.49 [2025-08-26T10:44:29.087Z] #3 DONE 0.0s [2025-08-26T10:44:29.087Z] [2025-08-26T10:44:29.087Z] #4 [internal] load .dockerignore [2025-08-26T10:44:29.087Z] #4 transferring context: 2B done [2025-08-26T10:44:29.087Z] #4 DONE 0.0s [2025-08-26T10:44:29.087Z] [2025-08-26T10:44:29.087Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.49@sha256:b2b2313f56b436c5adbfb8c47b50133a1897a501c8bb891e74f4fc9bc03cc60b [2025-08-26T10:44:29.087Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.49@sha256:b2b2313f56b436c5adbfb8c47b50133a1897a501c8bb891e74f4fc9bc03cc60b 0.0s done [2025-08-26T10:44:29.087Z] #5 CACHED [2025-08-26T10:44:29.087Z] [2025-08-26T10:44:29.087Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.49@sha256:b2b2313f56b436c5adbfb8c47b50133a1897a501c8bb891e74f4fc9bc03cc60b [2025-08-26T10:44:29.087Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.49@sha256:b2b2313f56b436c5adbfb8c47b50133a1897a501c8bb891e74f4fc9bc03cc60b 0.0s done [2025-08-26T10:44:29.087Z] #6 CACHED [2025-08-26T10:44:29.087Z] [2025-08-26T10:44:29.087Z] #7 exporting to image [2025-08-26T10:44:29.087Z] #7 exporting layers done [2025-08-26T10:44:29.087Z] #7 exporting manifest sha256:1674b742f3bac2f7623cd8fdd9b5144061f381f8eca6957a64eeeebb47a846f9 done [2025-08-26T10:44:29.087Z] #7 exporting config sha256:ac869ad35c07bc649078e80a80d6d7cdf2fa0c1946f3805cccdd0108f67cdd95 done [2025-08-26T10:44:29.087Z] #7 exporting manifest sha256:5a9e3247514c5828ac5f9012c364ddff11e9a073e5aef88d2c6d3637eacfbea1 done [2025-08-26T10:44:29.087Z] #7 exporting config sha256:19a382f821ebf9fa563879d0898375dc55d162212c3aa88226913e8f07339103 done [2025-08-26T10:44:29.087Z] #7 exporting manifest list sha256:190cc98863af7d7c578372e41ff9b88d4da7332177f67b6da463ed7c7dc24f44 done [2025-08-26T10:44:29.087Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-26T10:44:29.347Z] #7 pushing layers 0.0s done [2025-08-26T10:44:29.347Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.49@sha256:190cc98863af7d7c578372e41ff9b88d4da7332177f67b6da463ed7c7dc24f44 0.1s done [2025-08-26T10:44:29.347Z] #7 DONE 0.1s [2025-08-26T10:44:29.347Z] [2025-08-26T10:44:29.347Z] #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-26T10:44:29.347Z] #8 DONE 0.0s [2025-08-26T10:44:29.347Z] [2025-08-26T10:44:29.347Z] 1 warning found (use --debug to expand): [2025-08-26T10:44:29.347Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-26T10:44:29.639Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 --push - [2025-08-26T10:44:29.639Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49' [2025-08-26T10:44:29.639Z] #1 [internal] load build definition from Dockerfile [2025-08-26T10:44:29.639Z] #1 transferring dockerfile: 218B done [2025-08-26T10:44:29.639Z] #1 DONE 0.0s [2025-08-26T10:44:29.639Z] [2025-08-26T10:44:29.639Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:44:29.639Z] #2 DONE 0.0s [2025-08-26T10:44:29.639Z] [2025-08-26T10:44:29.639Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:44:29.639Z] #3 DONE 0.0s [2025-08-26T10:44:29.639Z] [2025-08-26T10:44:29.639Z] #4 [internal] load .dockerignore [2025-08-26T10:44:29.639Z] #4 transferring context: 2B done [2025-08-26T10:44:29.639Z] #4 DONE 0.0s [2025-08-26T10:44:29.639Z] [2025-08-26T10:44:29.639Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:b2b2313f56b436c5adbfb8c47b50133a1897a501c8bb891e74f4fc9bc03cc60b [2025-08-26T10:44:29.639Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:b2b2313f56b436c5adbfb8c47b50133a1897a501c8bb891e74f4fc9bc03cc60b 0.0s done [2025-08-26T10:44:29.639Z] #5 DONE 0.0s [2025-08-26T10:44:29.639Z] [2025-08-26T10:44:29.639Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:b2b2313f56b436c5adbfb8c47b50133a1897a501c8bb891e74f4fc9bc03cc60b [2025-08-26T10:44:29.899Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:b2b2313f56b436c5adbfb8c47b50133a1897a501c8bb891e74f4fc9bc03cc60b 0.0s done [2025-08-26T10:44:29.899Z] #6 CACHED [2025-08-26T10:44:29.899Z] [2025-08-26T10:44:29.899Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:b2b2313f56b436c5adbfb8c47b50133a1897a501c8bb891e74f4fc9bc03cc60b [2025-08-26T10:44:29.899Z] #5 CACHED [2025-08-26T10:44:29.899Z] [2025-08-26T10:44:29.899Z] #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-26T10:44:29.899Z] #7 DONE 0.0s [2025-08-26T10:44:29.899Z] [2025-08-26T10:44:29.899Z] #8 exporting to image [2025-08-26T10:44:29.899Z] #8 exporting layers done [2025-08-26T10:44:29.899Z] #8 exporting manifest sha256:1674b742f3bac2f7623cd8fdd9b5144061f381f8eca6957a64eeeebb47a846f9 done [2025-08-26T10:44:29.899Z] #8 exporting config sha256:ac869ad35c07bc649078e80a80d6d7cdf2fa0c1946f3805cccdd0108f67cdd95 done [2025-08-26T10:44:29.899Z] #8 exporting manifest sha256:5a9e3247514c5828ac5f9012c364ddff11e9a073e5aef88d2c6d3637eacfbea1 done [2025-08-26T10:44:29.899Z] #8 exporting config sha256:19a382f821ebf9fa563879d0898375dc55d162212c3aa88226913e8f07339103 done [2025-08-26T10:44:29.899Z] #8 exporting manifest list sha256:190cc98863af7d7c578372e41ff9b88d4da7332177f67b6da463ed7c7dc24f44 done [2025-08-26T10:44:29.899Z] #8 pushing layers 0.0s done [2025-08-26T10:44:29.899Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:190cc98863af7d7c578372e41ff9b88d4da7332177f67b6da463ed7c7dc24f44 0.1s done [2025-08-26T10:44:29.899Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-26T10:44:29.899Z] #8 DONE 0.1s [2025-08-26T10:44:29.899Z] [2025-08-26T10:44:29.899Z] 1 warning found (use --debug to expand): [2025-08-26T10:44:29.899Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-26T10:44:30.188Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main' [2025-08-26T10:44:30.188Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:main --push - [2025-08-26T10:44:30.188Z] #1 [internal] load build definition from Dockerfile [2025-08-26T10:44:30.188Z] #1 transferring dockerfile: 169B done [2025-08-26T10:44:30.188Z] #1 DONE 0.0s [2025-08-26T10:44:30.188Z] [2025-08-26T10:44:30.188Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-08-26T10:44:30.188Z] #2 DONE 0.0s [2025-08-26T10:44:30.188Z] [2025-08-26T10:44:30.188Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-08-26T10:44:30.188Z] #3 DONE 0.0s [2025-08-26T10:44:30.188Z] [2025-08-26T10:44:30.188Z] #4 [internal] load .dockerignore [2025-08-26T10:44:30.188Z] #4 transferring context: 2B done [2025-08-26T10:44:30.188Z] #4 DONE 0.0s [2025-08-26T10:44:30.188Z] [2025-08-26T10:44:30.188Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:b2b2313f56b436c5adbfb8c47b50133a1897a501c8bb891e74f4fc9bc03cc60b [2025-08-26T10:44:30.188Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:b2b2313f56b436c5adbfb8c47b50133a1897a501c8bb891e74f4fc9bc03cc60b 0.0s done [2025-08-26T10:44:30.188Z] #5 CACHED [2025-08-26T10:44:30.188Z] [2025-08-26T10:44:30.188Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:b2b2313f56b436c5adbfb8c47b50133a1897a501c8bb891e74f4fc9bc03cc60b [2025-08-26T10:44:30.188Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:b2b2313f56b436c5adbfb8c47b50133a1897a501c8bb891e74f4fc9bc03cc60b 0.0s done [2025-08-26T10:44:30.188Z] #6 CACHED [2025-08-26T10:44:30.188Z] [2025-08-26T10:44:30.188Z] #7 exporting to image [2025-08-26T10:44:30.188Z] #7 exporting layers done [2025-08-26T10:44:30.188Z] #7 exporting manifest sha256:1674b742f3bac2f7623cd8fdd9b5144061f381f8eca6957a64eeeebb47a846f9 done [2025-08-26T10:44:30.188Z] #7 exporting config sha256:ac869ad35c07bc649078e80a80d6d7cdf2fa0c1946f3805cccdd0108f67cdd95 done [2025-08-26T10:44:30.188Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-26T10:44:30.447Z] #7 exporting manifest sha256:5a9e3247514c5828ac5f9012c364ddff11e9a073e5aef88d2c6d3637eacfbea1 done [2025-08-26T10:44:30.447Z] #7 exporting config sha256:19a382f821ebf9fa563879d0898375dc55d162212c3aa88226913e8f07339103 done [2025-08-26T10:44:30.447Z] #7 exporting manifest list sha256:190cc98863af7d7c578372e41ff9b88d4da7332177f67b6da463ed7c7dc24f44 done [2025-08-26T10:44:30.447Z] #7 pushing layers 0.0s done [2025-08-26T10:44:30.447Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:190cc98863af7d7c578372e41ff9b88d4da7332177f67b6da463ed7c7dc24f44 0.1s done [2025-08-26T10:44:30.447Z] #7 DONE 0.1s [2025-08-26T10:44:30.447Z] [2025-08-26T10:44:30.447Z] #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-26T10:44:30.447Z] #8 DONE 0.0s [2025-08-26T10:44:30.447Z] [2025-08-26T10:44:30.447Z] 1 warning found (use --debug to expand): [2025-08-26T10:44:30.447Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-26T10:44:30.736Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5' [2025-08-26T10:44:30.736Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 --push - [2025-08-26T10:44:30.736Z] #1 [internal] load build definition from Dockerfile [2025-08-26T10:44:30.736Z] #1 transferring dockerfile: 206B done [2025-08-26T10:44:30.736Z] #1 DONE 0.0s [2025-08-26T10:44:30.736Z] [2025-08-26T10:44:30.736Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:44:30.736Z] #2 DONE 0.0s [2025-08-26T10:44:30.736Z] [2025-08-26T10:44:30.736Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:44:30.736Z] #3 DONE 0.0s [2025-08-26T10:44:30.736Z] [2025-08-26T10:44:30.736Z] #4 [internal] load .dockerignore [2025-08-26T10:44:30.736Z] #4 transferring context: 2B done [2025-08-26T10:44:30.736Z] #4 DONE 0.0s [2025-08-26T10:44:30.997Z] [2025-08-26T10:44:30.997Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:53587158877923ddde96a20fa4e827fbc66768c439f533aa64d0ec0d37fa59b2 [2025-08-26T10:44:30.997Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:53587158877923ddde96a20fa4e827fbc66768c439f533aa64d0ec0d37fa59b2 0.0s done [2025-08-26T10:44:30.997Z] #5 DONE 0.0s [2025-08-26T10:44:30.997Z] [2025-08-26T10:44:30.997Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:53587158877923ddde96a20fa4e827fbc66768c439f533aa64d0ec0d37fa59b2 [2025-08-26T10:44:30.997Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:53587158877923ddde96a20fa4e827fbc66768c439f533aa64d0ec0d37fa59b2 0.0s done [2025-08-26T10:44:30.997Z] #6 DONE 0.1s [2025-08-26T10:44:30.997Z] [2025-08-26T10:44:30.997Z] #7 exporting to image [2025-08-26T10:44:30.997Z] #7 exporting layers [2025-08-26T10:44:30.997Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-26T10:44:30.997Z] #7 ... [2025-08-26T10:44:30.997Z] [2025-08-26T10:44:30.997Z] #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-26T10:44:30.997Z] #8 DONE 0.0s [2025-08-26T10:44:30.997Z] [2025-08-26T10:44:30.997Z] #7 exporting to image [2025-08-26T10:44:30.997Z] #7 exporting layers done [2025-08-26T10:44:30.997Z] #7 exporting manifest sha256:3cfab107fbf4fdad8fa8e02b8d9059904464f015598d80d85cd754e29c5dde4d 0.0s done [2025-08-26T10:44:30.997Z] #7 exporting config sha256:2c1b2b4fb81060634a0828fabb9152da52fe897a9ec79fe0f131502fafd5b761 done [2025-08-26T10:44:30.997Z] #7 exporting manifest sha256:31158d7620a5553769969c35b56856591c8a679b68c8c67157d945311a87492b done [2025-08-26T10:44:30.997Z] #7 exporting config sha256:bf75466282a68c6be3f5e6edb7945a1943ac521ca15faf5076945da2ccf014b5 done [2025-08-26T10:44:30.997Z] #7 exporting manifest list sha256:acab88aefb29ed13c0d939f6dcffb900f729dccf867a26b79e7e21ed50ff054f done [2025-08-26T10:44:30.997Z] #7 pushing layers 0.1s done [2025-08-26T10:44:30.997Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:acab88aefb29ed13c0d939f6dcffb900f729dccf867a26b79e7e21ed50ff054f [2025-08-26T10:44:31.257Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:acab88aefb29ed13c0d939f6dcffb900f729dccf867a26b79e7e21ed50ff054f 0.1s done [2025-08-26T10:44:31.257Z] #7 DONE 0.2s [2025-08-26T10:44:31.257Z] [2025-08-26T10:44:31.257Z] 1 warning found (use --debug to expand): [2025-08-26T10:44:31.257Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-26T10:44:31.551Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:latest --push - [2025-08-26T10:44:31.551Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest' [2025-08-26T10:44:31.551Z] #1 [internal] load build definition from Dockerfile [2025-08-26T10:44:31.551Z] #1 transferring dockerfile: 172B done [2025-08-26T10:44:31.551Z] #1 DONE 0.0s [2025-08-26T10:44:31.551Z] [2025-08-26T10:44:31.551Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-08-26T10:44:31.551Z] #2 DONE 0.0s [2025-08-26T10:44:31.551Z] [2025-08-26T10:44:31.551Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-08-26T10:44:31.551Z] #3 DONE 0.0s [2025-08-26T10:44:31.551Z] [2025-08-26T10:44:31.551Z] #4 [internal] load .dockerignore [2025-08-26T10:44:31.551Z] #4 transferring context: 2B done [2025-08-26T10:44:31.551Z] #4 DONE 0.0s [2025-08-26T10:44:31.551Z] [2025-08-26T10:44:31.551Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:53587158877923ddde96a20fa4e827fbc66768c439f533aa64d0ec0d37fa59b2 [2025-08-26T10:44:31.551Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:53587158877923ddde96a20fa4e827fbc66768c439f533aa64d0ec0d37fa59b2 0.0s done [2025-08-26T10:44:31.551Z] #5 CACHED [2025-08-26T10:44:31.551Z] [2025-08-26T10:44:31.551Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:53587158877923ddde96a20fa4e827fbc66768c439f533aa64d0ec0d37fa59b2 [2025-08-26T10:44:31.551Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:53587158877923ddde96a20fa4e827fbc66768c439f533aa64d0ec0d37fa59b2 0.0s done [2025-08-26T10:44:31.551Z] #6 CACHED [2025-08-26T10:44:31.551Z] [2025-08-26T10:44:31.551Z] #7 exporting to image [2025-08-26T10:44:31.551Z] #7 exporting layers [2025-08-26T10:44:31.552Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-26T10:44:31.811Z] #7 exporting layers done [2025-08-26T10:44:31.811Z] #7 exporting manifest sha256:3cfab107fbf4fdad8fa8e02b8d9059904464f015598d80d85cd754e29c5dde4d done [2025-08-26T10:44:31.811Z] #7 exporting config sha256:2c1b2b4fb81060634a0828fabb9152da52fe897a9ec79fe0f131502fafd5b761 done [2025-08-26T10:44:31.811Z] #7 exporting manifest sha256:31158d7620a5553769969c35b56856591c8a679b68c8c67157d945311a87492b done [2025-08-26T10:44:31.811Z] #7 exporting config sha256:bf75466282a68c6be3f5e6edb7945a1943ac521ca15faf5076945da2ccf014b5 done [2025-08-26T10:44:31.811Z] #7 exporting manifest list sha256:acab88aefb29ed13c0d939f6dcffb900f729dccf867a26b79e7e21ed50ff054f done [2025-08-26T10:44:31.811Z] #7 pushing layers 0.0s done [2025-08-26T10:44:31.811Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:acab88aefb29ed13c0d939f6dcffb900f729dccf867a26b79e7e21ed50ff054f 0.1s done [2025-08-26T10:44:31.811Z] #7 DONE 0.1s [2025-08-26T10:44:31.811Z] [2025-08-26T10:44:31.811Z] #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-26T10:44:31.811Z] #8 DONE 0.0s [2025-08-26T10:44:31.811Z] [2025-08-26T10:44:31.811Z] 1 warning found (use --debug to expand): [2025-08-26T10:44:31.811Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-26T10:44:32.108Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.49 --push - [2025-08-26T10:44:32.108Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.49' [2025-08-26T10:44:32.108Z] #1 [internal] load build definition from Dockerfile [2025-08-26T10:44:32.108Z] #1 transferring dockerfile: 178B done [2025-08-26T10:44:32.108Z] #1 DONE 0.0s [2025-08-26T10:44:32.108Z] [2025-08-26T10:44:32.108Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.49 [2025-08-26T10:44:32.108Z] #2 DONE 0.0s [2025-08-26T10:44:32.108Z] [2025-08-26T10:44:32.108Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.49 [2025-08-26T10:44:32.108Z] #3 DONE 0.0s [2025-08-26T10:44:32.108Z] [2025-08-26T10:44:32.108Z] #4 [internal] load .dockerignore [2025-08-26T10:44:32.108Z] #4 transferring context: 2B done [2025-08-26T10:44:32.108Z] #4 DONE 0.0s [2025-08-26T10:44:32.108Z] [2025-08-26T10:44:32.108Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.49@sha256:53587158877923ddde96a20fa4e827fbc66768c439f533aa64d0ec0d37fa59b2 [2025-08-26T10:44:32.108Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.49@sha256:53587158877923ddde96a20fa4e827fbc66768c439f533aa64d0ec0d37fa59b2 0.0s done [2025-08-26T10:44:32.108Z] #5 CACHED [2025-08-26T10:44:32.108Z] [2025-08-26T10:44:32.108Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.49@sha256:53587158877923ddde96a20fa4e827fbc66768c439f533aa64d0ec0d37fa59b2 [2025-08-26T10:44:32.108Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.49@sha256:53587158877923ddde96a20fa4e827fbc66768c439f533aa64d0ec0d37fa59b2 0.0s done [2025-08-26T10:44:32.108Z] #6 CACHED [2025-08-26T10:44:32.108Z] [2025-08-26T10:44:32.108Z] #7 exporting to image [2025-08-26T10:44:32.108Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-26T10:44:32.368Z] #7 exporting layers done [2025-08-26T10:44:32.368Z] #7 exporting manifest sha256:3cfab107fbf4fdad8fa8e02b8d9059904464f015598d80d85cd754e29c5dde4d done [2025-08-26T10:44:32.368Z] #7 exporting config sha256:2c1b2b4fb81060634a0828fabb9152da52fe897a9ec79fe0f131502fafd5b761 done [2025-08-26T10:44:32.368Z] #7 exporting manifest sha256:31158d7620a5553769969c35b56856591c8a679b68c8c67157d945311a87492b done [2025-08-26T10:44:32.368Z] #7 exporting config sha256:bf75466282a68c6be3f5e6edb7945a1943ac521ca15faf5076945da2ccf014b5 done [2025-08-26T10:44:32.368Z] #7 exporting manifest list sha256:acab88aefb29ed13c0d939f6dcffb900f729dccf867a26b79e7e21ed50ff054f done [2025-08-26T10:44:32.368Z] #7 pushing layers 0.0s done [2025-08-26T10:44:32.368Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.49@sha256:acab88aefb29ed13c0d939f6dcffb900f729dccf867a26b79e7e21ed50ff054f 0.1s done [2025-08-26T10:44:32.368Z] #7 DONE 0.1s [2025-08-26T10:44:32.368Z] [2025-08-26T10:44:32.368Z] #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-26T10:44:32.368Z] #8 DONE 0.0s [2025-08-26T10:44:32.368Z] [2025-08-26T10:44:32.368Z] 1 warning found (use --debug to expand): [2025-08-26T10:44:32.368Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-26T10:44:32.656Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49' [2025-08-26T10:44:32.656Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 --push - [2025-08-26T10:44:32.656Z] #1 [internal] load build definition from Dockerfile [2025-08-26T10:44:32.656Z] #1 transferring dockerfile: 219B done [2025-08-26T10:44:32.656Z] #1 DONE 0.0s [2025-08-26T10:44:32.656Z] [2025-08-26T10:44:32.656Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:44:32.656Z] #2 DONE 0.0s [2025-08-26T10:44:32.656Z] [2025-08-26T10:44:32.657Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:44:32.657Z] #3 DONE 0.0s [2025-08-26T10:44:32.657Z] [2025-08-26T10:44:32.657Z] #4 [internal] load .dockerignore [2025-08-26T10:44:32.657Z] #4 transferring context: 2B done [2025-08-26T10:44:32.657Z] #4 DONE 0.0s [2025-08-26T10:44:32.657Z] [2025-08-26T10:44:32.657Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:53587158877923ddde96a20fa4e827fbc66768c439f533aa64d0ec0d37fa59b2 [2025-08-26T10:44:32.657Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:53587158877923ddde96a20fa4e827fbc66768c439f533aa64d0ec0d37fa59b2 0.0s done [2025-08-26T10:44:32.657Z] #5 CACHED [2025-08-26T10:44:32.657Z] [2025-08-26T10:44:32.657Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:53587158877923ddde96a20fa4e827fbc66768c439f533aa64d0ec0d37fa59b2 [2025-08-26T10:44:32.657Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:53587158877923ddde96a20fa4e827fbc66768c439f533aa64d0ec0d37fa59b2 0.0s done [2025-08-26T10:44:32.657Z] #6 CACHED [2025-08-26T10:44:32.657Z] [2025-08-26T10:44:32.657Z] #7 exporting to image [2025-08-26T10:44:32.657Z] #7 exporting layers done [2025-08-26T10:44:32.657Z] #7 exporting manifest sha256:3cfab107fbf4fdad8fa8e02b8d9059904464f015598d80d85cd754e29c5dde4d done [2025-08-26T10:44:32.657Z] #7 exporting config sha256:2c1b2b4fb81060634a0828fabb9152da52fe897a9ec79fe0f131502fafd5b761 done [2025-08-26T10:44:32.657Z] #7 exporting manifest sha256:31158d7620a5553769969c35b56856591c8a679b68c8c67157d945311a87492b done [2025-08-26T10:44:32.657Z] #7 exporting config sha256:bf75466282a68c6be3f5e6edb7945a1943ac521ca15faf5076945da2ccf014b5 done [2025-08-26T10:44:32.657Z] #7 exporting manifest list sha256:acab88aefb29ed13c0d939f6dcffb900f729dccf867a26b79e7e21ed50ff054f done [2025-08-26T10:44:32.657Z] #7 pushing layers [2025-08-26T10:44:32.657Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-26T10:44:32.917Z] #7 pushing layers 0.0s done [2025-08-26T10:44:32.917Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:acab88aefb29ed13c0d939f6dcffb900f729dccf867a26b79e7e21ed50ff054f 0.1s done [2025-08-26T10:44:32.917Z] #7 DONE 0.1s [2025-08-26T10:44:32.917Z] [2025-08-26T10:44:32.917Z] #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-26T10:44:32.917Z] #8 DONE 0.0s [2025-08-26T10:44:32.917Z] [2025-08-26T10:44:32.917Z] 1 warning found (use --debug to expand): [2025-08-26T10:44:32.917Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-26T10:44:33.207Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:main --push - [2025-08-26T10:44:33.208Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:main' [2025-08-26T10:44:33.466Z] #1 [internal] load build definition from Dockerfile [2025-08-26T10:44:33.466Z] #1 transferring dockerfile: 170B done [2025-08-26T10:44:33.466Z] #1 DONE 0.0s [2025-08-26T10:44:33.466Z] [2025-08-26T10:44:33.466Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-08-26T10:44:33.466Z] #2 DONE 0.0s [2025-08-26T10:44:33.466Z] [2025-08-26T10:44:33.466Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-08-26T10:44:33.466Z] #3 DONE 0.0s [2025-08-26T10:44:33.466Z] [2025-08-26T10:44:33.466Z] #4 [internal] load .dockerignore [2025-08-26T10:44:33.466Z] #4 transferring context: 2B done [2025-08-26T10:44:33.466Z] #4 DONE 0.0s [2025-08-26T10:44:33.466Z] [2025-08-26T10:44:33.466Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:53587158877923ddde96a20fa4e827fbc66768c439f533aa64d0ec0d37fa59b2 [2025-08-26T10:44:33.466Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:53587158877923ddde96a20fa4e827fbc66768c439f533aa64d0ec0d37fa59b2 done [2025-08-26T10:44:33.466Z] #5 CACHED [2025-08-26T10:44:33.466Z] [2025-08-26T10:44:33.466Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:53587158877923ddde96a20fa4e827fbc66768c439f533aa64d0ec0d37fa59b2 [2025-08-26T10:44:33.466Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:53587158877923ddde96a20fa4e827fbc66768c439f533aa64d0ec0d37fa59b2 0.0s done [2025-08-26T10:44:33.466Z] #6 CACHED [2025-08-26T10:44:33.466Z] [2025-08-26T10:44:33.466Z] #7 exporting to image [2025-08-26T10:44:33.466Z] #7 exporting layers done [2025-08-26T10:44:33.466Z] #7 exporting manifest sha256:3cfab107fbf4fdad8fa8e02b8d9059904464f015598d80d85cd754e29c5dde4d done [2025-08-26T10:44:33.467Z] #7 exporting config sha256:2c1b2b4fb81060634a0828fabb9152da52fe897a9ec79fe0f131502fafd5b761 done [2025-08-26T10:44:33.467Z] #7 exporting manifest sha256:31158d7620a5553769969c35b56856591c8a679b68c8c67157d945311a87492b done [2025-08-26T10:44:33.467Z] #7 exporting config sha256:bf75466282a68c6be3f5e6edb7945a1943ac521ca15faf5076945da2ccf014b5 done [2025-08-26T10:44:33.467Z] #7 exporting manifest list sha256:acab88aefb29ed13c0d939f6dcffb900f729dccf867a26b79e7e21ed50ff054f done [2025-08-26T10:44:33.467Z] #7 pushing layers 0.0s done [2025-08-26T10:44:33.467Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:acab88aefb29ed13c0d939f6dcffb900f729dccf867a26b79e7e21ed50ff054f [2025-08-26T10:44:33.467Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-26T10:44:33.467Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:acab88aefb29ed13c0d939f6dcffb900f729dccf867a26b79e7e21ed50ff054f 0.1s done [2025-08-26T10:44:33.467Z] #7 DONE 0.1s [2025-08-26T10:44:33.467Z] [2025-08-26T10:44:33.467Z] #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-26T10:44:33.467Z] #8 DONE 0.0s [2025-08-26T10:44:33.467Z] [2025-08-26T10:44:33.467Z] 1 warning found (use --debug to expand): [2025-08-26T10:44:33.467Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-26T10:44:33.751Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 --push - [2025-08-26T10:44:33.751Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5' [2025-08-26T10:44:34.009Z] #1 [internal] load build definition from Dockerfile [2025-08-26T10:44:34.009Z] #1 transferring dockerfile: 206B done [2025-08-26T10:44:34.009Z] #1 DONE 0.0s [2025-08-26T10:44:34.009Z] [2025-08-26T10:44:34.009Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:44:34.009Z] #2 DONE 0.0s [2025-08-26T10:44:34.009Z] [2025-08-26T10:44:34.009Z] #3 [internal] load .dockerignore [2025-08-26T10:44:34.009Z] #3 transferring context: 2B done [2025-08-26T10:44:34.009Z] #3 DONE 0.0s [2025-08-26T10:44:34.009Z] [2025-08-26T10:44:34.009Z] #4 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:44:34.009Z] #4 DONE 0.1s [2025-08-26T10:44:34.009Z] [2025-08-26T10:44:34.009Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:957bd3de8b8887be075176b2b0ef1415fbc4e80606b3dc2378fb618d66acce74 [2025-08-26T10:44:34.009Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:957bd3de8b8887be075176b2b0ef1415fbc4e80606b3dc2378fb618d66acce74 0.0s done [2025-08-26T10:44:34.009Z] #5 DONE 0.0s [2025-08-26T10:44:34.009Z] [2025-08-26T10:44:34.009Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:957bd3de8b8887be075176b2b0ef1415fbc4e80606b3dc2378fb618d66acce74 [2025-08-26T10:44:34.009Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:957bd3de8b8887be075176b2b0ef1415fbc4e80606b3dc2378fb618d66acce74 0.0s done [2025-08-26T10:44:34.009Z] #6 DONE 0.0s [2025-08-26T10:44:34.009Z] [2025-08-26T10:44:34.009Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:957bd3de8b8887be075176b2b0ef1415fbc4e80606b3dc2378fb618d66acce74 [2025-08-26T10:44:34.009Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:957bd3de8b8887be075176b2b0ef1415fbc4e80606b3dc2378fb618d66acce74 0.0s done [2025-08-26T10:44:34.009Z] #5 DONE 0.1s [2025-08-26T10:44:34.009Z] [2025-08-26T10:44:34.009Z] #7 exporting to image [2025-08-26T10:44:34.009Z] #7 exporting layers done [2025-08-26T10:44:34.009Z] #7 exporting manifest sha256:e543cfd2d3cf735686ff8faa728cad029617ff603fbbcd4b2b1a1ae76f8d6a06 done [2025-08-26T10:44:34.009Z] #7 exporting config sha256:27649a757e99581897671067db791ebfa1ffa975fe2625947ff9e2509be08ab7 done [2025-08-26T10:44:34.009Z] #7 exporting manifest sha256:701f93d4f81a6ed8810881c19b32710a573982a1a9f778e8c456190401e73022 done [2025-08-26T10:44:34.009Z] #7 exporting config sha256:3f800545d1c000da72bf1b326e6242ba2458c54e17355bb661371f976cfababb done [2025-08-26T10:44:34.009Z] #7 exporting manifest list sha256:498191bbfa8903796f89f85fe1a1abbbdda0694bff1200bc72181bb3d4df854c done [2025-08-26T10:44:34.009Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-26T10:44:34.268Z] #7 ... [2025-08-26T10:44:34.268Z] [2025-08-26T10:44:34.268Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-26T10:44:34.268Z] #8 DONE 0.0s [2025-08-26T10:44:34.268Z] [2025-08-26T10:44:34.268Z] #7 exporting to image [2025-08-26T10:44:34.268Z] #7 pushing layers 0.1s done [2025-08-26T10:44:34.268Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:498191bbfa8903796f89f85fe1a1abbbdda0694bff1200bc72181bb3d4df854c [2025-08-26T10:44:34.268Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:498191bbfa8903796f89f85fe1a1abbbdda0694bff1200bc72181bb3d4df854c 0.1s done [2025-08-26T10:44:34.268Z] #7 DONE 0.2s [2025-08-26T10:44:34.268Z] [2025-08-26T10:44:34.268Z] 1 warning found (use --debug to expand): [2025-08-26T10:44:34.268Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-26T10:44:34.551Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest' [2025-08-26T10:44:34.551Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:latest --push - [2025-08-26T10:44:34.551Z] #1 [internal] load build definition from Dockerfile [2025-08-26T10:44:34.551Z] #1 transferring dockerfile: 172B done [2025-08-26T10:44:34.551Z] #1 DONE 0.0s [2025-08-26T10:44:34.551Z] [2025-08-26T10:44:34.551Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-08-26T10:44:34.551Z] #2 DONE 0.0s [2025-08-26T10:44:34.551Z] [2025-08-26T10:44:34.551Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-08-26T10:44:34.551Z] #3 DONE 0.0s [2025-08-26T10:44:34.551Z] [2025-08-26T10:44:34.551Z] #4 [internal] load .dockerignore [2025-08-26T10:44:34.551Z] #4 transferring context: 2B done [2025-08-26T10:44:34.551Z] #4 DONE 0.0s [2025-08-26T10:44:34.551Z] [2025-08-26T10:44:34.551Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:957bd3de8b8887be075176b2b0ef1415fbc4e80606b3dc2378fb618d66acce74 [2025-08-26T10:44:34.551Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:957bd3de8b8887be075176b2b0ef1415fbc4e80606b3dc2378fb618d66acce74 done [2025-08-26T10:44:34.551Z] #5 CACHED [2025-08-26T10:44:34.551Z] [2025-08-26T10:44:34.551Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:957bd3de8b8887be075176b2b0ef1415fbc4e80606b3dc2378fb618d66acce74 [2025-08-26T10:44:34.551Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:957bd3de8b8887be075176b2b0ef1415fbc4e80606b3dc2378fb618d66acce74 0.0s done [2025-08-26T10:44:34.551Z] #6 CACHED [2025-08-26T10:44:34.551Z] [2025-08-26T10:44:34.551Z] #7 exporting to image [2025-08-26T10:44:34.551Z] #7 exporting layers done [2025-08-26T10:44:34.551Z] #7 exporting manifest sha256:e543cfd2d3cf735686ff8faa728cad029617ff603fbbcd4b2b1a1ae76f8d6a06 done [2025-08-26T10:44:34.551Z] #7 exporting config sha256:27649a757e99581897671067db791ebfa1ffa975fe2625947ff9e2509be08ab7 done [2025-08-26T10:44:34.551Z] #7 exporting manifest sha256:701f93d4f81a6ed8810881c19b32710a573982a1a9f778e8c456190401e73022 done [2025-08-26T10:44:34.551Z] #7 exporting config sha256:3f800545d1c000da72bf1b326e6242ba2458c54e17355bb661371f976cfababb done [2025-08-26T10:44:34.551Z] #7 exporting manifest list sha256:498191bbfa8903796f89f85fe1a1abbbdda0694bff1200bc72181bb3d4df854c [2025-08-26T10:44:34.551Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-26T10:44:34.818Z] #7 exporting manifest list sha256:498191bbfa8903796f89f85fe1a1abbbdda0694bff1200bc72181bb3d4df854c done [2025-08-26T10:44:34.818Z] #7 pushing layers 0.0s done [2025-08-26T10:44:34.818Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:498191bbfa8903796f89f85fe1a1abbbdda0694bff1200bc72181bb3d4df854c 0.1s done [2025-08-26T10:44:34.818Z] #7 DONE 0.1s [2025-08-26T10:44:34.818Z] [2025-08-26T10:44:34.818Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-26T10:44:34.818Z] #8 DONE 0.0s [2025-08-26T10:44:34.818Z] [2025-08-26T10:44:34.818Z] 1 warning found (use --debug to expand): [2025-08-26T10:44:34.818Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-26T10:44:35.144Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.49' [2025-08-26T10:44:35.144Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.49 --push - [2025-08-26T10:44:35.144Z] #1 [internal] load build definition from Dockerfile [2025-08-26T10:44:35.144Z] #1 transferring dockerfile: 178B done [2025-08-26T10:44:35.144Z] #1 DONE 0.0s [2025-08-26T10:44:35.144Z] [2025-08-26T10:44:35.144Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.49 [2025-08-26T10:44:35.144Z] #2 DONE 0.0s [2025-08-26T10:44:35.144Z] [2025-08-26T10:44:35.144Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.49 [2025-08-26T10:44:35.144Z] #3 DONE 0.0s [2025-08-26T10:44:35.144Z] [2025-08-26T10:44:35.144Z] #4 [internal] load .dockerignore [2025-08-26T10:44:35.144Z] #4 transferring context: 2B done [2025-08-26T10:44:35.144Z] #4 DONE 0.0s [2025-08-26T10:44:35.144Z] [2025-08-26T10:44:35.144Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.49@sha256:957bd3de8b8887be075176b2b0ef1415fbc4e80606b3dc2378fb618d66acce74 [2025-08-26T10:44:35.144Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.49@sha256:957bd3de8b8887be075176b2b0ef1415fbc4e80606b3dc2378fb618d66acce74 0.0s done [2025-08-26T10:44:35.144Z] #5 CACHED [2025-08-26T10:44:35.144Z] [2025-08-26T10:44:35.144Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.49@sha256:957bd3de8b8887be075176b2b0ef1415fbc4e80606b3dc2378fb618d66acce74 [2025-08-26T10:44:35.144Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.49@sha256:957bd3de8b8887be075176b2b0ef1415fbc4e80606b3dc2378fb618d66acce74 0.0s done [2025-08-26T10:44:35.144Z] #6 CACHED [2025-08-26T10:44:35.144Z] [2025-08-26T10:44:35.144Z] #7 exporting to image [2025-08-26T10:44:35.144Z] #7 exporting layers done [2025-08-26T10:44:35.144Z] #7 exporting manifest sha256:e543cfd2d3cf735686ff8faa728cad029617ff603fbbcd4b2b1a1ae76f8d6a06 done [2025-08-26T10:44:35.144Z] #7 exporting config sha256:27649a757e99581897671067db791ebfa1ffa975fe2625947ff9e2509be08ab7 done [2025-08-26T10:44:35.144Z] #7 exporting manifest sha256:701f93d4f81a6ed8810881c19b32710a573982a1a9f778e8c456190401e73022 done [2025-08-26T10:44:35.144Z] #7 exporting config sha256:3f800545d1c000da72bf1b326e6242ba2458c54e17355bb661371f976cfababb done [2025-08-26T10:44:35.144Z] #7 exporting manifest list sha256:498191bbfa8903796f89f85fe1a1abbbdda0694bff1200bc72181bb3d4df854c [2025-08-26T10:44:35.144Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-26T10:44:35.437Z] #7 exporting manifest list sha256:498191bbfa8903796f89f85fe1a1abbbdda0694bff1200bc72181bb3d4df854c done [2025-08-26T10:44:35.437Z] #7 pushing layers 0.0s done [2025-08-26T10:44:35.437Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.49@sha256:498191bbfa8903796f89f85fe1a1abbbdda0694bff1200bc72181bb3d4df854c 0.1s done [2025-08-26T10:44:35.437Z] #7 DONE 0.1s [2025-08-26T10:44:35.437Z] [2025-08-26T10:44:35.437Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-26T10:44:35.437Z] #8 DONE 0.0s [2025-08-26T10:44:35.437Z] [2025-08-26T10:44:35.437Z] 1 warning found (use --debug to expand): [2025-08-26T10:44:35.437Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-26T10:44:35.731Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49' [2025-08-26T10:44:35.731Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 --push - [2025-08-26T10:44:35.731Z] #1 [internal] load build definition from Dockerfile [2025-08-26T10:44:35.731Z] #1 transferring dockerfile: 219B done [2025-08-26T10:44:35.731Z] #1 DONE 0.0s [2025-08-26T10:44:35.731Z] [2025-08-26T10:44:35.731Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:44:35.731Z] #2 DONE 0.0s [2025-08-26T10:44:35.731Z] [2025-08-26T10:44:35.732Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:44:35.732Z] #3 DONE 0.0s [2025-08-26T10:44:35.732Z] [2025-08-26T10:44:35.732Z] #4 [internal] load .dockerignore [2025-08-26T10:44:35.732Z] #4 transferring context: 2B done [2025-08-26T10:44:35.732Z] #4 DONE 0.0s [2025-08-26T10:44:35.732Z] [2025-08-26T10:44:35.732Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:957bd3de8b8887be075176b2b0ef1415fbc4e80606b3dc2378fb618d66acce74 [2025-08-26T10:44:35.732Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:957bd3de8b8887be075176b2b0ef1415fbc4e80606b3dc2378fb618d66acce74 0.0s done [2025-08-26T10:44:35.732Z] #5 CACHED [2025-08-26T10:44:35.732Z] [2025-08-26T10:44:35.732Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:957bd3de8b8887be075176b2b0ef1415fbc4e80606b3dc2378fb618d66acce74 [2025-08-26T10:44:35.991Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:957bd3de8b8887be075176b2b0ef1415fbc4e80606b3dc2378fb618d66acce74 0.0s done [2025-08-26T10:44:35.991Z] #6 CACHED [2025-08-26T10:44:35.991Z] [2025-08-26T10:44:35.991Z] #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-26T10:44:35.991Z] #7 DONE 0.0s [2025-08-26T10:44:35.991Z] [2025-08-26T10:44:35.991Z] #8 exporting to image [2025-08-26T10:44:35.991Z] #8 exporting layers done [2025-08-26T10:44:35.991Z] #8 exporting manifest sha256:e543cfd2d3cf735686ff8faa728cad029617ff603fbbcd4b2b1a1ae76f8d6a06 done [2025-08-26T10:44:35.991Z] #8 exporting config sha256:27649a757e99581897671067db791ebfa1ffa975fe2625947ff9e2509be08ab7 done [2025-08-26T10:44:35.991Z] #8 exporting manifest sha256:701f93d4f81a6ed8810881c19b32710a573982a1a9f778e8c456190401e73022 done [2025-08-26T10:44:35.991Z] #8 exporting config sha256:3f800545d1c000da72bf1b326e6242ba2458c54e17355bb661371f976cfababb done [2025-08-26T10:44:35.991Z] #8 exporting manifest list sha256:498191bbfa8903796f89f85fe1a1abbbdda0694bff1200bc72181bb3d4df854c done [2025-08-26T10:44:35.991Z] #8 pushing layers 0.0s done [2025-08-26T10:44:35.991Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:498191bbfa8903796f89f85fe1a1abbbdda0694bff1200bc72181bb3d4df854c 0.1s done [2025-08-26T10:44:35.991Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-26T10:44:35.991Z] #8 DONE 0.1s [2025-08-26T10:44:35.991Z] [2025-08-26T10:44:35.991Z] 1 warning found (use --debug to expand): [2025-08-26T10:44:35.991Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-26T10:44:36.279Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:main' [2025-08-26T10:44:36.279Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:main --push - [2025-08-26T10:44:36.279Z] #1 [internal] load build definition from Dockerfile [2025-08-26T10:44:36.279Z] #1 transferring dockerfile: 170B done [2025-08-26T10:44:36.279Z] #1 DONE 0.0s [2025-08-26T10:44:36.279Z] [2025-08-26T10:44:36.279Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-08-26T10:44:36.279Z] #2 DONE 0.0s [2025-08-26T10:44:36.279Z] [2025-08-26T10:44:36.279Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-08-26T10:44:36.279Z] #3 DONE 0.0s [2025-08-26T10:44:36.279Z] [2025-08-26T10:44:36.279Z] #4 [internal] load .dockerignore [2025-08-26T10:44:36.279Z] #4 transferring context: 2B done [2025-08-26T10:44:36.279Z] #4 DONE 0.0s [2025-08-26T10:44:36.279Z] [2025-08-26T10:44:36.279Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:957bd3de8b8887be075176b2b0ef1415fbc4e80606b3dc2378fb618d66acce74 [2025-08-26T10:44:36.279Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:957bd3de8b8887be075176b2b0ef1415fbc4e80606b3dc2378fb618d66acce74 done [2025-08-26T10:44:36.279Z] #5 CACHED [2025-08-26T10:44:36.279Z] [2025-08-26T10:44:36.279Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:957bd3de8b8887be075176b2b0ef1415fbc4e80606b3dc2378fb618d66acce74 [2025-08-26T10:44:36.279Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:957bd3de8b8887be075176b2b0ef1415fbc4e80606b3dc2378fb618d66acce74 0.0s done [2025-08-26T10:44:36.279Z] #6 CACHED [2025-08-26T10:44:36.279Z] [2025-08-26T10:44:36.279Z] #7 exporting to image [2025-08-26T10:44:36.279Z] #7 exporting layers done [2025-08-26T10:44:36.279Z] #7 exporting manifest sha256:e543cfd2d3cf735686ff8faa728cad029617ff603fbbcd4b2b1a1ae76f8d6a06 done [2025-08-26T10:44:36.279Z] #7 exporting config sha256:27649a757e99581897671067db791ebfa1ffa975fe2625947ff9e2509be08ab7 [2025-08-26T10:44:36.279Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-26T10:44:36.538Z] #7 exporting config sha256:27649a757e99581897671067db791ebfa1ffa975fe2625947ff9e2509be08ab7 done [2025-08-26T10:44:36.538Z] #7 exporting manifest sha256:701f93d4f81a6ed8810881c19b32710a573982a1a9f778e8c456190401e73022 done [2025-08-26T10:44:36.538Z] #7 exporting config sha256:3f800545d1c000da72bf1b326e6242ba2458c54e17355bb661371f976cfababb done [2025-08-26T10:44:36.538Z] #7 exporting manifest list sha256:498191bbfa8903796f89f85fe1a1abbbdda0694bff1200bc72181bb3d4df854c done [2025-08-26T10:44:36.538Z] #7 pushing layers 0.0s done [2025-08-26T10:44:36.538Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:498191bbfa8903796f89f85fe1a1abbbdda0694bff1200bc72181bb3d4df854c 0.1s done [2025-08-26T10:44:36.538Z] #7 DONE 0.1s [2025-08-26T10:44:36.538Z] [2025-08-26T10:44:36.538Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-26T10:44:36.538Z] #8 DONE 0.0s [2025-08-26T10:44:36.538Z] [2025-08-26T10:44:36.538Z] 1 warning found (use --debug to expand): [2025-08-26T10:44:36.538Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-26T10:44:36.827Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5' [2025-08-26T10:44:36.827Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 --push - [2025-08-26T10:44:36.827Z] #1 [internal] load build definition from Dockerfile [2025-08-26T10:44:36.827Z] #1 transferring dockerfile: 206B done [2025-08-26T10:44:36.827Z] #1 DONE 0.0s [2025-08-26T10:44:36.827Z] [2025-08-26T10:44:36.827Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:44:36.827Z] #2 DONE 0.0s [2025-08-26T10:44:36.827Z] [2025-08-26T10:44:36.827Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:44:36.827Z] #3 DONE 0.0s [2025-08-26T10:44:36.827Z] [2025-08-26T10:44:36.827Z] #4 [internal] load .dockerignore [2025-08-26T10:44:36.827Z] #4 transferring context: 2B done [2025-08-26T10:44:36.827Z] #4 DONE 0.0s [2025-08-26T10:44:36.827Z] [2025-08-26T10:44:36.827Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:fd1b28d22249a004ba5a2cac7a3975cc8fe0650401ccc3d8aac55e4b782b4615 [2025-08-26T10:44:36.827Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:fd1b28d22249a004ba5a2cac7a3975cc8fe0650401ccc3d8aac55e4b782b4615 [2025-08-26T10:44:37.086Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:fd1b28d22249a004ba5a2cac7a3975cc8fe0650401ccc3d8aac55e4b782b4615 0.0s done [2025-08-26T10:44:37.086Z] #5 DONE 0.0s [2025-08-26T10:44:37.086Z] [2025-08-26T10:44:37.086Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:fd1b28d22249a004ba5a2cac7a3975cc8fe0650401ccc3d8aac55e4b782b4615 [2025-08-26T10:44:37.086Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:fd1b28d22249a004ba5a2cac7a3975cc8fe0650401ccc3d8aac55e4b782b4615 0.0s done [2025-08-26T10:44:37.086Z] #6 DONE 0.1s [2025-08-26T10:44:37.086Z] [2025-08-26T10:44:37.086Z] #7 exporting to image [2025-08-26T10:44:37.086Z] #7 exporting layers done [2025-08-26T10:44:37.086Z] #7 exporting manifest sha256:dc1dbbbc50c216f338a8d5f8c5fe50a23580c95237ae4a64aab851d0e90a15f6 done [2025-08-26T10:44:37.086Z] #7 exporting config sha256:98b8aa588094986d28e14795cb1a88af14772f4cbf5956923b2c28159e348a2b done [2025-08-26T10:44:37.086Z] #7 exporting manifest sha256:044a6aa7c935a3087f7edc62bdaedd3c266960bc712f643a584f2989690a7c94 done [2025-08-26T10:44:37.086Z] #7 exporting config sha256:88c22ca8fbef2d0f7fee1ece2b88c33b978be9b35feb6bfbf28b716cae27763d [2025-08-26T10:44:37.086Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-26T10:44:37.086Z] #7 ... [2025-08-26T10:44:37.086Z] [2025-08-26T10:44:37.086Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-26T10:44:37.086Z] #8 DONE 0.0s [2025-08-26T10:44:37.086Z] [2025-08-26T10:44:37.086Z] #7 exporting to image [2025-08-26T10:44:37.086Z] #7 exporting config sha256:88c22ca8fbef2d0f7fee1ece2b88c33b978be9b35feb6bfbf28b716cae27763d done [2025-08-26T10:44:37.086Z] #7 exporting manifest list sha256:29a68b110fe3aab6a87396a4080ebb8fdea805de4e2c38773a468bc68c19f73b done [2025-08-26T10:44:37.086Z] #7 pushing layers 0.1s done [2025-08-26T10:44:37.086Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:29a68b110fe3aab6a87396a4080ebb8fdea805de4e2c38773a468bc68c19f73b [2025-08-26T10:44:37.348Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:29a68b110fe3aab6a87396a4080ebb8fdea805de4e2c38773a468bc68c19f73b 0.1s done [2025-08-26T10:44:37.348Z] #7 DONE 0.2s [2025-08-26T10:44:37.348Z] [2025-08-26T10:44:37.348Z] 1 warning found (use --debug to expand): [2025-08-26T10:44:37.348Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-26T10:44:37.636Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:latest' [2025-08-26T10:44:37.636Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:latest --push - [2025-08-26T10:44:37.899Z] #1 [internal] load build definition from Dockerfile [2025-08-26T10:44:37.899Z] #1 transferring dockerfile: 172B done [2025-08-26T10:44:37.899Z] #1 DONE 0.0s [2025-08-26T10:44:37.899Z] [2025-08-26T10:44:37.899Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-08-26T10:44:37.899Z] #2 DONE 0.0s [2025-08-26T10:44:37.899Z] [2025-08-26T10:44:37.899Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-08-26T10:44:37.899Z] #3 DONE 0.0s [2025-08-26T10:44:37.899Z] [2025-08-26T10:44:37.899Z] #4 [internal] load .dockerignore [2025-08-26T10:44:37.899Z] #4 transferring context: 2B done [2025-08-26T10:44:37.899Z] #4 DONE 0.0s [2025-08-26T10:44:37.899Z] [2025-08-26T10:44:37.899Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:fd1b28d22249a004ba5a2cac7a3975cc8fe0650401ccc3d8aac55e4b782b4615 [2025-08-26T10:44:37.899Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:fd1b28d22249a004ba5a2cac7a3975cc8fe0650401ccc3d8aac55e4b782b4615 done [2025-08-26T10:44:37.899Z] #5 CACHED [2025-08-26T10:44:37.899Z] [2025-08-26T10:44:37.899Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:fd1b28d22249a004ba5a2cac7a3975cc8fe0650401ccc3d8aac55e4b782b4615 [2025-08-26T10:44:37.899Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:fd1b28d22249a004ba5a2cac7a3975cc8fe0650401ccc3d8aac55e4b782b4615 done [2025-08-26T10:44:37.899Z] #6 CACHED [2025-08-26T10:44:37.899Z] [2025-08-26T10:44:37.899Z] #7 exporting to image [2025-08-26T10:44:37.899Z] #7 exporting layers done [2025-08-26T10:44:37.899Z] #7 exporting manifest sha256:dc1dbbbc50c216f338a8d5f8c5fe50a23580c95237ae4a64aab851d0e90a15f6 done [2025-08-26T10:44:37.899Z] #7 exporting config sha256:98b8aa588094986d28e14795cb1a88af14772f4cbf5956923b2c28159e348a2b done [2025-08-26T10:44:37.899Z] #7 exporting manifest sha256:044a6aa7c935a3087f7edc62bdaedd3c266960bc712f643a584f2989690a7c94 done [2025-08-26T10:44:37.899Z] #7 exporting config sha256:88c22ca8fbef2d0f7fee1ece2b88c33b978be9b35feb6bfbf28b716cae27763d done [2025-08-26T10:44:37.899Z] #7 exporting manifest list sha256:29a68b110fe3aab6a87396a4080ebb8fdea805de4e2c38773a468bc68c19f73b done [2025-08-26T10:44:37.899Z] #7 pushing layers 0.0s done [2025-08-26T10:44:37.899Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:29a68b110fe3aab6a87396a4080ebb8fdea805de4e2c38773a468bc68c19f73b [2025-08-26T10:44:37.899Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-26T10:44:37.899Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:29a68b110fe3aab6a87396a4080ebb8fdea805de4e2c38773a468bc68c19f73b 0.1s done [2025-08-26T10:44:37.899Z] #7 DONE 0.1s [2025-08-26T10:44:37.899Z] [2025-08-26T10:44:37.899Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-26T10:44:37.899Z] #8 DONE 0.0s [2025-08-26T10:44:37.899Z] [2025-08-26T10:44:37.899Z] 1 warning found (use --debug to expand): [2025-08-26T10:44:37.899Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-26T10:44:38.189Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.49 --push - [2025-08-26T10:44:38.189Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.49' [2025-08-26T10:44:38.189Z] #1 [internal] load build definition from Dockerfile [2025-08-26T10:44:38.189Z] #1 transferring dockerfile: 178B done [2025-08-26T10:44:38.189Z] #1 DONE 0.0s [2025-08-26T10:44:38.189Z] [2025-08-26T10:44:38.189Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.49 [2025-08-26T10:44:38.189Z] #2 DONE 0.0s [2025-08-26T10:44:38.189Z] [2025-08-26T10:44:38.189Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.49 [2025-08-26T10:44:38.189Z] #3 DONE 0.0s [2025-08-26T10:44:38.189Z] [2025-08-26T10:44:38.189Z] #4 [internal] load .dockerignore [2025-08-26T10:44:38.189Z] #4 transferring context: 2B done [2025-08-26T10:44:38.189Z] #4 DONE 0.0s [2025-08-26T10:44:38.189Z] [2025-08-26T10:44:38.189Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.49@sha256:fd1b28d22249a004ba5a2cac7a3975cc8fe0650401ccc3d8aac55e4b782b4615 [2025-08-26T10:44:38.189Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.49@sha256:fd1b28d22249a004ba5a2cac7a3975cc8fe0650401ccc3d8aac55e4b782b4615 0.0s done [2025-08-26T10:44:38.189Z] #5 CACHED [2025-08-26T10:44:38.189Z] [2025-08-26T10:44:38.189Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.49@sha256:fd1b28d22249a004ba5a2cac7a3975cc8fe0650401ccc3d8aac55e4b782b4615 [2025-08-26T10:44:38.189Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.49@sha256:fd1b28d22249a004ba5a2cac7a3975cc8fe0650401ccc3d8aac55e4b782b4615 0.0s done [2025-08-26T10:44:38.189Z] #6 CACHED [2025-08-26T10:44:38.189Z] [2025-08-26T10:44:38.189Z] #7 exporting to image [2025-08-26T10:44:38.189Z] #7 exporting layers done [2025-08-26T10:44:38.189Z] #7 exporting manifest sha256:dc1dbbbc50c216f338a8d5f8c5fe50a23580c95237ae4a64aab851d0e90a15f6 done [2025-08-26T10:44:38.189Z] #7 exporting config sha256:98b8aa588094986d28e14795cb1a88af14772f4cbf5956923b2c28159e348a2b done [2025-08-26T10:44:38.189Z] #7 exporting manifest sha256:044a6aa7c935a3087f7edc62bdaedd3c266960bc712f643a584f2989690a7c94 done [2025-08-26T10:44:38.189Z] #7 exporting config sha256:88c22ca8fbef2d0f7fee1ece2b88c33b978be9b35feb6bfbf28b716cae27763d done [2025-08-26T10:44:38.189Z] #7 exporting manifest list sha256:29a68b110fe3aab6a87396a4080ebb8fdea805de4e2c38773a468bc68c19f73b done [2025-08-26T10:44:38.189Z] #7 pushing layers 0.0s done [2025-08-26T10:44:38.189Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.49@sha256:29a68b110fe3aab6a87396a4080ebb8fdea805de4e2c38773a468bc68c19f73b [2025-08-26T10:44:38.189Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-26T10:44:38.451Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.49@sha256:29a68b110fe3aab6a87396a4080ebb8fdea805de4e2c38773a468bc68c19f73b 0.1s done [2025-08-26T10:44:38.451Z] #7 DONE 0.1s [2025-08-26T10:44:38.451Z] [2025-08-26T10:44:38.451Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-26T10:44:38.451Z] #8 DONE 0.0s [2025-08-26T10:44:38.451Z] [2025-08-26T10:44:38.451Z] 1 warning found (use --debug to expand): [2025-08-26T10:44:38.451Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-26T10:44:38.748Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49' [2025-08-26T10:44:38.748Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 --push - [2025-08-26T10:44:38.748Z] #1 [internal] load build definition from Dockerfile [2025-08-26T10:44:38.748Z] #1 transferring dockerfile: 219B done [2025-08-26T10:44:38.748Z] #1 DONE 0.0s [2025-08-26T10:44:38.748Z] [2025-08-26T10:44:38.748Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:44:38.748Z] #2 DONE 0.0s [2025-08-26T10:44:38.748Z] [2025-08-26T10:44:38.748Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:44:38.748Z] #3 DONE 0.0s [2025-08-26T10:44:38.748Z] [2025-08-26T10:44:38.748Z] #4 [internal] load .dockerignore [2025-08-26T10:44:38.748Z] #4 transferring context: 2B done [2025-08-26T10:44:38.748Z] #4 DONE 0.0s [2025-08-26T10:44:38.748Z] [2025-08-26T10:44:38.748Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:fd1b28d22249a004ba5a2cac7a3975cc8fe0650401ccc3d8aac55e4b782b4615 [2025-08-26T10:44:38.748Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:fd1b28d22249a004ba5a2cac7a3975cc8fe0650401ccc3d8aac55e4b782b4615 0.0s done [2025-08-26T10:44:38.748Z] #5 CACHED [2025-08-26T10:44:38.748Z] [2025-08-26T10:44:38.748Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:fd1b28d22249a004ba5a2cac7a3975cc8fe0650401ccc3d8aac55e4b782b4615 [2025-08-26T10:44:38.748Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:fd1b28d22249a004ba5a2cac7a3975cc8fe0650401ccc3d8aac55e4b782b4615 0.0s done [2025-08-26T10:44:38.748Z] #6 CACHED [2025-08-26T10:44:38.748Z] [2025-08-26T10:44:38.748Z] #7 exporting to image [2025-08-26T10:44:38.748Z] #7 exporting layers done [2025-08-26T10:44:38.748Z] #7 exporting manifest sha256:dc1dbbbc50c216f338a8d5f8c5fe50a23580c95237ae4a64aab851d0e90a15f6 done [2025-08-26T10:44:38.748Z] #7 exporting config sha256:98b8aa588094986d28e14795cb1a88af14772f4cbf5956923b2c28159e348a2b [2025-08-26T10:44:38.748Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-26T10:44:39.011Z] #7 exporting config sha256:98b8aa588094986d28e14795cb1a88af14772f4cbf5956923b2c28159e348a2b done [2025-08-26T10:44:39.011Z] #7 exporting manifest sha256:044a6aa7c935a3087f7edc62bdaedd3c266960bc712f643a584f2989690a7c94 done [2025-08-26T10:44:39.011Z] #7 exporting config sha256:88c22ca8fbef2d0f7fee1ece2b88c33b978be9b35feb6bfbf28b716cae27763d done [2025-08-26T10:44:39.011Z] #7 exporting manifest list sha256:29a68b110fe3aab6a87396a4080ebb8fdea805de4e2c38773a468bc68c19f73b done [2025-08-26T10:44:39.011Z] #7 pushing layers 0.0s done [2025-08-26T10:44:39.011Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:29a68b110fe3aab6a87396a4080ebb8fdea805de4e2c38773a468bc68c19f73b 0.1s done [2025-08-26T10:44:39.011Z] #7 DONE 0.1s [2025-08-26T10:44:39.011Z] [2025-08-26T10:44:39.011Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-26T10:44:39.011Z] #8 DONE 0.0s [2025-08-26T10:44:39.011Z] [2025-08-26T10:44:39.011Z] 1 warning found (use --debug to expand): [2025-08-26T10:44:39.011Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-26T10:44:39.301Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:main' [2025-08-26T10:44:39.301Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:main --push - [2025-08-26T10:44:39.301Z] #1 [internal] load build definition from Dockerfile [2025-08-26T10:44:39.301Z] #1 transferring dockerfile: 170B done [2025-08-26T10:44:39.301Z] #1 DONE 0.0s [2025-08-26T10:44:39.301Z] [2025-08-26T10:44:39.301Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main [2025-08-26T10:44:39.301Z] #2 DONE 0.0s [2025-08-26T10:44:39.301Z] [2025-08-26T10:44:39.301Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main [2025-08-26T10:44:39.301Z] #3 DONE 0.0s [2025-08-26T10:44:39.301Z] [2025-08-26T10:44:39.301Z] #4 [internal] load .dockerignore [2025-08-26T10:44:39.301Z] #4 transferring context: 2B done [2025-08-26T10:44:39.301Z] #4 DONE 0.0s [2025-08-26T10:44:39.301Z] [2025-08-26T10:44:39.301Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:fd1b28d22249a004ba5a2cac7a3975cc8fe0650401ccc3d8aac55e4b782b4615 [2025-08-26T10:44:39.301Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:fd1b28d22249a004ba5a2cac7a3975cc8fe0650401ccc3d8aac55e4b782b4615 0.0s done [2025-08-26T10:44:39.301Z] #5 CACHED [2025-08-26T10:44:39.301Z] [2025-08-26T10:44:39.301Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:fd1b28d22249a004ba5a2cac7a3975cc8fe0650401ccc3d8aac55e4b782b4615 [2025-08-26T10:44:39.301Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:fd1b28d22249a004ba5a2cac7a3975cc8fe0650401ccc3d8aac55e4b782b4615 0.0s done [2025-08-26T10:44:39.301Z] #6 CACHED [2025-08-26T10:44:39.301Z] [2025-08-26T10:44:39.301Z] #7 exporting to image [2025-08-26T10:44:39.301Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-26T10:44:39.562Z] #7 exporting layers done [2025-08-26T10:44:39.562Z] #7 exporting manifest sha256:dc1dbbbc50c216f338a8d5f8c5fe50a23580c95237ae4a64aab851d0e90a15f6 done [2025-08-26T10:44:39.562Z] #7 exporting config sha256:98b8aa588094986d28e14795cb1a88af14772f4cbf5956923b2c28159e348a2b done [2025-08-26T10:44:39.562Z] #7 exporting manifest sha256:044a6aa7c935a3087f7edc62bdaedd3c266960bc712f643a584f2989690a7c94 done [2025-08-26T10:44:39.562Z] #7 exporting config sha256:88c22ca8fbef2d0f7fee1ece2b88c33b978be9b35feb6bfbf28b716cae27763d done [2025-08-26T10:44:39.562Z] #7 exporting manifest list sha256:29a68b110fe3aab6a87396a4080ebb8fdea805de4e2c38773a468bc68c19f73b done [2025-08-26T10:44:39.562Z] #7 pushing layers 0.0s done [2025-08-26T10:44:39.562Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:29a68b110fe3aab6a87396a4080ebb8fdea805de4e2c38773a468bc68c19f73b 0.1s done [2025-08-26T10:44:39.562Z] #7 DONE 0.1s [2025-08-26T10:44:39.562Z] [2025-08-26T10:44:39.562Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-26T10:44:39.562Z] #8 DONE 0.0s [2025-08-26T10:44:39.562Z] [2025-08-26T10:44:39.562Z] 1 warning found (use --debug to expand): [2025-08-26T10:44:39.562Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-26T10:44:39.849Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5' [2025-08-26T10:44:39.849Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 --push - [2025-08-26T10:44:40.110Z] #1 [internal] load build definition from Dockerfile [2025-08-26T10:44:40.110Z] #1 transferring dockerfile: 202B done [2025-08-26T10:44:40.110Z] #1 DONE 0.0s [2025-08-26T10:44:40.110Z] [2025-08-26T10:44:40.110Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:44:40.110Z] #2 DONE 0.0s [2025-08-26T10:44:40.110Z] [2025-08-26T10:44:40.110Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T10:44:40.110Z] #3 DONE 0.0s [2025-08-26T10:44:40.110Z] [2025-08-26T10:44:40.110Z] #4 [internal] load .dockerignore [2025-08-26T10:44:40.110Z] #4 transferring context: 2B done [2025-08-26T10:44:40.110Z] #4 DONE 0.0s [2025-08-26T10:44:40.110Z] [2025-08-26T10:44:40.110Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:f9e9ad7f2bec8b4c71faa7298e3c07927127ec0ddfc053095736e5b66b30f1b8 [2025-08-26T10:44:40.110Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:f9e9ad7f2bec8b4c71faa7298e3c07927127ec0ddfc053095736e5b66b30f1b8 [2025-08-26T10:44:40.110Z] #5 DONE 0.0s [2025-08-26T10:44:40.110Z] [2025-08-26T10:44:40.110Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:f9e9ad7f2bec8b4c71faa7298e3c07927127ec0ddfc053095736e5b66b30f1b8 [2025-08-26T10:44:40.110Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:f9e9ad7f2bec8b4c71faa7298e3c07927127ec0ddfc053095736e5b66b30f1b8 0.0s done [2025-08-26T10:44:40.110Z] #6 DONE 0.1s [2025-08-26T10:44:40.110Z] [2025-08-26T10:44:40.110Z] #7 exporting to image [2025-08-26T10:44:40.110Z] #7 exporting layers done [2025-08-26T10:44:40.110Z] #7 exporting manifest sha256:98d9023a69b46e0fd4bbd8d751e27200b54cd2700d87deb65ea9a5639fb0e576 done [2025-08-26T10:44:40.110Z] #7 exporting config sha256:e15579d42786350b0380c2335921736e19d3ad5235c2f67efa378691f2bbd2c3 done [2025-08-26T10:44:40.110Z] #7 exporting manifest sha256:d82e88078be83cb872d0394f02a35e99ababf6f07657af779abe6d2ea8e15f1d 0.0s done [2025-08-26T10:44:40.110Z] #7 exporting config sha256:ff968c26d270839c1e700993b46c7632a562c7341b5a9d0e5f53be9f563fcb68 done [2025-08-26T10:44:40.110Z] #7 exporting manifest list sha256:3825eb22c77165fe40103e7a30a8ed67f25f545ea63221d831b18b68b2e71509 [2025-08-26T10:44:40.110Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-26T10:44:40.110Z] #7 ... [2025-08-26T10:44:40.110Z] [2025-08-26T10:44:40.110Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-26T10:44:40.110Z] #8 DONE 0.0s [2025-08-26T10:44:40.110Z] [2025-08-26T10:44:40.110Z] #7 exporting to image [2025-08-26T10:44:40.110Z] #7 exporting manifest list sha256:3825eb22c77165fe40103e7a30a8ed67f25f545ea63221d831b18b68b2e71509 done [2025-08-26T10:44:40.110Z] #7 pushing layers 0.1s done [2025-08-26T10:44:40.110Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:3825eb22c77165fe40103e7a30a8ed67f25f545ea63221d831b18b68b2e71509 [2025-08-26T10:44:40.370Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5@sha256:3825eb22c77165fe40103e7a30a8ed67f25f545ea63221d831b18b68b2e71509 0.1s done [2025-08-26T10:44:40.370Z] #7 DONE 0.2s [2025-08-26T10:44:40.370Z] [2025-08-26T10:44:40.370Z] 1 warning found (use --debug to expand): [2025-08-26T10:44:40.370Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-26T10:44:40.655Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest' [2025-08-26T10:44:40.655Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:latest --push - [2025-08-26T10:44:40.655Z] #1 [internal] load build definition from Dockerfile [2025-08-26T10:44:40.655Z] #1 transferring dockerfile: 168B done [2025-08-26T10:44:40.655Z] #1 DONE 0.0s [2025-08-26T10:44:40.655Z] [2025-08-26T10:44:40.655Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-08-26T10:44:40.655Z] #2 DONE 0.0s [2025-08-26T10:44:40.655Z] [2025-08-26T10:44:40.655Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-08-26T10:44:40.655Z] #3 DONE 0.0s [2025-08-26T10:44:40.655Z] [2025-08-26T10:44:40.655Z] #4 [internal] load .dockerignore [2025-08-26T10:44:40.655Z] #4 transferring context: 2B 0.0s done [2025-08-26T10:44:40.655Z] #4 DONE 0.0s [2025-08-26T10:44:40.655Z] [2025-08-26T10:44:40.655Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:f9e9ad7f2bec8b4c71faa7298e3c07927127ec0ddfc053095736e5b66b30f1b8 [2025-08-26T10:44:40.655Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:f9e9ad7f2bec8b4c71faa7298e3c07927127ec0ddfc053095736e5b66b30f1b8 done [2025-08-26T10:44:40.655Z] #5 DONE 0.0s [2025-08-26T10:44:40.655Z] [2025-08-26T10:44:40.655Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:f9e9ad7f2bec8b4c71faa7298e3c07927127ec0ddfc053095736e5b66b30f1b8 [2025-08-26T10:44:40.914Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:f9e9ad7f2bec8b4c71faa7298e3c07927127ec0ddfc053095736e5b66b30f1b8 0.0s done [2025-08-26T10:44:40.914Z] #6 CACHED [2025-08-26T10:44:40.914Z] [2025-08-26T10:44:40.914Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:f9e9ad7f2bec8b4c71faa7298e3c07927127ec0ddfc053095736e5b66b30f1b8 [2025-08-26T10:44:40.914Z] #5 CACHED [2025-08-26T10:44:40.914Z] [2025-08-26T10:44:40.914Z] #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-26T10:44:40.914Z] #7 DONE 0.0s [2025-08-26T10:44:40.914Z] [2025-08-26T10:44:40.914Z] #8 exporting to image [2025-08-26T10:44:40.914Z] #8 exporting layers done [2025-08-26T10:44:40.914Z] #8 exporting manifest sha256:98d9023a69b46e0fd4bbd8d751e27200b54cd2700d87deb65ea9a5639fb0e576 done [2025-08-26T10:44:40.914Z] #8 exporting config sha256:e15579d42786350b0380c2335921736e19d3ad5235c2f67efa378691f2bbd2c3 done [2025-08-26T10:44:40.914Z] #8 exporting manifest sha256:d82e88078be83cb872d0394f02a35e99ababf6f07657af779abe6d2ea8e15f1d done [2025-08-26T10:44:40.914Z] #8 exporting config sha256:ff968c26d270839c1e700993b46c7632a562c7341b5a9d0e5f53be9f563fcb68 done [2025-08-26T10:44:40.914Z] #8 exporting manifest list sha256:3825eb22c77165fe40103e7a30a8ed67f25f545ea63221d831b18b68b2e71509 done [2025-08-26T10:44:40.914Z] #8 pushing layers 0.0s done [2025-08-26T10:44:40.914Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:3825eb22c77165fe40103e7a30a8ed67f25f545ea63221d831b18b68b2e71509 0.1s done [2025-08-26T10:44:40.914Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-26T10:44:40.914Z] #8 DONE 0.1s [2025-08-26T10:44:40.914Z] [2025-08-26T10:44:40.914Z] 1 warning found (use --debug to expand): [2025-08-26T10:44:40.914Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-26T10:44:41.200Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.49' [2025-08-26T10:44:41.200Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.49 --push - [2025-08-26T10:44:41.458Z] #1 [internal] load build definition from Dockerfile [2025-08-26T10:44:41.458Z] #1 transferring dockerfile: 174B done [2025-08-26T10:44:41.458Z] #1 DONE 0.0s [2025-08-26T10:44:41.458Z] [2025-08-26T10:44:41.458Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.49 [2025-08-26T10:44:41.458Z] #2 DONE 0.0s [2025-08-26T10:44:41.458Z] [2025-08-26T10:44:41.458Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.49 [2025-08-26T10:44:41.458Z] #3 DONE 0.0s [2025-08-26T10:44:41.458Z] [2025-08-26T10:44:41.458Z] #4 [internal] load .dockerignore [2025-08-26T10:44:41.458Z] #4 transferring context: 2B done [2025-08-26T10:44:41.458Z] #4 DONE 0.0s [2025-08-26T10:44:41.458Z] [2025-08-26T10:44:41.458Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.49@sha256:f9e9ad7f2bec8b4c71faa7298e3c07927127ec0ddfc053095736e5b66b30f1b8 [2025-08-26T10:44:41.458Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.49@sha256:f9e9ad7f2bec8b4c71faa7298e3c07927127ec0ddfc053095736e5b66b30f1b8 done [2025-08-26T10:44:41.458Z] #5 CACHED [2025-08-26T10:44:41.458Z] [2025-08-26T10:44:41.458Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.49@sha256:f9e9ad7f2bec8b4c71faa7298e3c07927127ec0ddfc053095736e5b66b30f1b8 [2025-08-26T10:44:41.458Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.49@sha256:f9e9ad7f2bec8b4c71faa7298e3c07927127ec0ddfc053095736e5b66b30f1b8 0.0s done [2025-08-26T10:44:41.458Z] #6 CACHED [2025-08-26T10:44:41.458Z] [2025-08-26T10:44:41.458Z] #7 exporting to image [2025-08-26T10:44:41.458Z] #7 exporting layers done [2025-08-26T10:44:41.458Z] #7 exporting manifest sha256:98d9023a69b46e0fd4bbd8d751e27200b54cd2700d87deb65ea9a5639fb0e576 done [2025-08-26T10:44:41.458Z] #7 exporting config sha256:e15579d42786350b0380c2335921736e19d3ad5235c2f67efa378691f2bbd2c3 done [2025-08-26T10:44:41.458Z] #7 exporting manifest sha256:d82e88078be83cb872d0394f02a35e99ababf6f07657af779abe6d2ea8e15f1d done [2025-08-26T10:44:41.458Z] #7 exporting config sha256:ff968c26d270839c1e700993b46c7632a562c7341b5a9d0e5f53be9f563fcb68 done [2025-08-26T10:44:41.458Z] #7 exporting manifest list sha256:3825eb22c77165fe40103e7a30a8ed67f25f545ea63221d831b18b68b2e71509 done [2025-08-26T10:44:41.458Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-26T10:44:41.458Z] #7 pushing layers 0.0s done [2025-08-26T10:44:41.458Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.49@sha256:3825eb22c77165fe40103e7a30a8ed67f25f545ea63221d831b18b68b2e71509 0.1s done [2025-08-26T10:44:41.458Z] #7 DONE 0.1s [2025-08-26T10:44:41.458Z] [2025-08-26T10:44:41.458Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-26T10:44:41.458Z] #8 DONE 0.0s [2025-08-26T10:44:41.458Z] [2025-08-26T10:44:41.458Z] 1 warning found (use --debug to expand): [2025-08-26T10:44:41.458Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-26T10:44:41.743Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49' [2025-08-26T10:44:41.743Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 --push - [2025-08-26T10:44:41.743Z] #1 [internal] load build definition from Dockerfile [2025-08-26T10:44:41.743Z] #1 transferring dockerfile: 215B done [2025-08-26T10:44:41.743Z] #1 DONE 0.0s [2025-08-26T10:44:41.743Z] [2025-08-26T10:44:41.743Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:44:41.743Z] #2 DONE 0.0s [2025-08-26T10:44:41.743Z] [2025-08-26T10:44:41.743Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T10:44:41.743Z] #3 DONE 0.0s [2025-08-26T10:44:41.743Z] [2025-08-26T10:44:41.743Z] #4 [internal] load .dockerignore [2025-08-26T10:44:41.743Z] #4 transferring context: 2B done [2025-08-26T10:44:41.743Z] #4 DONE 0.0s [2025-08-26T10:44:41.743Z] [2025-08-26T10:44:41.743Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:f9e9ad7f2bec8b4c71faa7298e3c07927127ec0ddfc053095736e5b66b30f1b8 [2025-08-26T10:44:41.743Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:f9e9ad7f2bec8b4c71faa7298e3c07927127ec0ddfc053095736e5b66b30f1b8 0.0s done [2025-08-26T10:44:41.743Z] #5 CACHED [2025-08-26T10:44:41.743Z] [2025-08-26T10:44:41.743Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:f9e9ad7f2bec8b4c71faa7298e3c07927127ec0ddfc053095736e5b66b30f1b8 [2025-08-26T10:44:41.743Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:f9e9ad7f2bec8b4c71faa7298e3c07927127ec0ddfc053095736e5b66b30f1b8 0.0s done [2025-08-26T10:44:41.743Z] #6 CACHED [2025-08-26T10:44:41.743Z] [2025-08-26T10:44:41.743Z] #7 exporting to image [2025-08-26T10:44:41.743Z] #7 exporting layers done [2025-08-26T10:44:41.743Z] #7 exporting manifest sha256:98d9023a69b46e0fd4bbd8d751e27200b54cd2700d87deb65ea9a5639fb0e576 done [2025-08-26T10:44:41.743Z] #7 exporting config sha256:e15579d42786350b0380c2335921736e19d3ad5235c2f67efa378691f2bbd2c3 done [2025-08-26T10:44:41.743Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-26T10:44:42.002Z] #7 exporting manifest sha256:d82e88078be83cb872d0394f02a35e99ababf6f07657af779abe6d2ea8e15f1d done [2025-08-26T10:44:42.002Z] #7 exporting config sha256:ff968c26d270839c1e700993b46c7632a562c7341b5a9d0e5f53be9f563fcb68 done [2025-08-26T10:44:42.002Z] #7 exporting manifest list sha256:3825eb22c77165fe40103e7a30a8ed67f25f545ea63221d831b18b68b2e71509 done [2025-08-26T10:44:42.002Z] #7 pushing layers 0.0s done [2025-08-26T10:44:42.002Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49@sha256:3825eb22c77165fe40103e7a30a8ed67f25f545ea63221d831b18b68b2e71509 0.1s done [2025-08-26T10:44:42.002Z] #7 DONE 0.1s [2025-08-26T10:44:42.002Z] [2025-08-26T10:44:42.002Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-26T10:44:42.002Z] #8 DONE 0.0s [2025-08-26T10:44:42.002Z] [2025-08-26T10:44:42.002Z] 1 warning found (use --debug to expand): [2025-08-26T10:44:42.003Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-26T10:44:42.288Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:main' [2025-08-26T10:44:42.288Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:main --push - [2025-08-26T10:44:42.288Z] #1 [internal] load build definition from Dockerfile [2025-08-26T10:44:42.288Z] #1 transferring dockerfile: 166B done [2025-08-26T10:44:42.288Z] #1 DONE 0.0s [2025-08-26T10:44:42.288Z] [2025-08-26T10:44:42.288Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-08-26T10:44:42.288Z] #2 DONE 0.0s [2025-08-26T10:44:42.288Z] [2025-08-26T10:44:42.288Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-08-26T10:44:42.288Z] #3 DONE 0.0s [2025-08-26T10:44:42.288Z] [2025-08-26T10:44:42.288Z] #4 [internal] load .dockerignore [2025-08-26T10:44:42.288Z] #4 transferring context: 2B done [2025-08-26T10:44:42.288Z] #4 DONE 0.0s [2025-08-26T10:44:42.288Z] [2025-08-26T10:44:42.288Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:f9e9ad7f2bec8b4c71faa7298e3c07927127ec0ddfc053095736e5b66b30f1b8 [2025-08-26T10:44:42.288Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:f9e9ad7f2bec8b4c71faa7298e3c07927127ec0ddfc053095736e5b66b30f1b8 [2025-08-26T10:44:42.547Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:f9e9ad7f2bec8b4c71faa7298e3c07927127ec0ddfc053095736e5b66b30f1b8 0.0s done [2025-08-26T10:44:42.547Z] #5 CACHED [2025-08-26T10:44:42.547Z] [2025-08-26T10:44:42.547Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:f9e9ad7f2bec8b4c71faa7298e3c07927127ec0ddfc053095736e5b66b30f1b8 [2025-08-26T10:44:42.547Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:f9e9ad7f2bec8b4c71faa7298e3c07927127ec0ddfc053095736e5b66b30f1b8 0.0s done [2025-08-26T10:44:42.547Z] #6 CACHED [2025-08-26T10:44:42.547Z] [2025-08-26T10:44:42.547Z] #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-26T10:44:42.547Z] #7 DONE 0.0s [2025-08-26T10:44:42.547Z] [2025-08-26T10:44:42.547Z] #8 exporting to image [2025-08-26T10:44:42.547Z] #8 exporting layers done [2025-08-26T10:44:42.547Z] #8 exporting manifest sha256:98d9023a69b46e0fd4bbd8d751e27200b54cd2700d87deb65ea9a5639fb0e576 done [2025-08-26T10:44:42.547Z] #8 exporting config sha256:e15579d42786350b0380c2335921736e19d3ad5235c2f67efa378691f2bbd2c3 done [2025-08-26T10:44:42.547Z] #8 exporting manifest sha256:d82e88078be83cb872d0394f02a35e99ababf6f07657af779abe6d2ea8e15f1d done [2025-08-26T10:44:42.547Z] #8 exporting config sha256:ff968c26d270839c1e700993b46c7632a562c7341b5a9d0e5f53be9f563fcb68 done [2025-08-26T10:44:42.547Z] #8 exporting manifest list sha256:3825eb22c77165fe40103e7a30a8ed67f25f545ea63221d831b18b68b2e71509 done [2025-08-26T10:44:42.547Z] #8 pushing layers 0.0s done [2025-08-26T10:44:42.547Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:3825eb22c77165fe40103e7a30a8ed67f25f545ea63221d831b18b68b2e71509 0.1s done [2025-08-26T10:44:42.547Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-26T10:44:42.547Z] #8 DONE 0.1s [2025-08-26T10:44:42.547Z] [2025-08-26T10:44:42.547Z] 1 warning found (use --debug to expand): [2025-08-26T10:44:42.547Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-08-26T10:44:42.921Z] + '[' -d /w/workspace/edgex-go/890/archives ']' [Pipeline] libraryResource [Pipeline] sh [2025-08-26T10:44:43.222Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-26T10:44:43.784Z] ---> package-listing.sh [2025-08-26T10:44:43.784Z] ++ facter osfamily [2025-08-26T10:44:43.784Z] ++ tr '[:upper:]' '[:lower:]' [2025-08-26T10:44:44.045Z] + OS_FAMILY=redhat [2025-08-26T10:44:44.045Z] + workspace=/w/workspace/edgex-go/890 [2025-08-26T10:44:44.045Z] + START_PACKAGES=/tmp/packages_start.txt [2025-08-26T10:44:44.045Z] + END_PACKAGES=/tmp/packages_end.txt [2025-08-26T10:44:44.045Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-08-26T10:44:44.045Z] + PACKAGES=/tmp/packages_start.txt [2025-08-26T10:44:44.045Z] + '[' /w/workspace/edgex-go/890 ']' [2025-08-26T10:44:44.045Z] + PACKAGES=/tmp/packages_end.txt [2025-08-26T10:44:44.045Z] + case "${OS_FAMILY}" in [2025-08-26T10:44:44.045Z] + sort [2025-08-26T10:44:44.045Z] + rpm -qa [2025-08-26T10:44:44.613Z] + '[' -f /tmp/packages_start.txt ']' [2025-08-26T10:44:44.613Z] + '[' -f /tmp/packages_end.txt ']' [2025-08-26T10:44:44.613Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-08-26T10:44:44.613Z] + '[' /w/workspace/edgex-go/890 ']' [2025-08-26T10:44:44.613Z] + mkdir -p /w/workspace/edgex-go/890/archives/ [2025-08-26T10:44:44.613Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/890/archives/ [Pipeline] echo [2025-08-26T10:44:44.626Z] 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/890/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-08-26T10:44:44.912Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:44:45.496Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-26T10:44:45.496Z] [2025-08-26T10:44:45.496Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T10:44:45.804Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-26T10:44:45.804Z] latest: Pulling from edgex-lftools-log-publisher [2025-08-26T10:44:45.804Z] 5eb5b503b376: Pulling fs layer [2025-08-26T10:44:45.804Z] 5c69ac0246d0: Pulling fs layer [2025-08-26T10:44:45.804Z] ec43610c2a17: Pulling fs layer [2025-08-26T10:44:45.804Z] 3a2ae6a8a46f: Pulling fs layer [2025-08-26T10:44:45.804Z] 33b1e0a273af: Pulling fs layer [2025-08-26T10:44:45.804Z] 5d3b04190fa2: Pulling fs layer [2025-08-26T10:44:45.804Z] 2f39f015ded8: Pulling fs layer [2025-08-26T10:44:45.804Z] 33b1e0a273af: Waiting [2025-08-26T10:44:45.804Z] 5d3b04190fa2: Waiting [2025-08-26T10:44:45.804Z] 2f39f015ded8: Waiting [2025-08-26T10:44:45.804Z] 3a2ae6a8a46f: Waiting [2025-08-26T10:44:45.804Z] 5c69ac0246d0: Verifying Checksum [2025-08-26T10:44:45.804Z] 5c69ac0246d0: Download complete [2025-08-26T10:44:45.804Z] 3a2ae6a8a46f: Verifying Checksum [2025-08-26T10:44:45.804Z] 3a2ae6a8a46f: Download complete [2025-08-26T10:44:45.804Z] 33b1e0a273af: Verifying Checksum [2025-08-26T10:44:45.804Z] 33b1e0a273af: Download complete [2025-08-26T10:44:45.804Z] 5d3b04190fa2: Verifying Checksum [2025-08-26T10:44:45.804Z] 5d3b04190fa2: Download complete [2025-08-26T10:44:45.804Z] ec43610c2a17: Verifying Checksum [2025-08-26T10:44:45.804Z] ec43610c2a17: Download complete [2025-08-26T10:44:46.065Z] 5eb5b503b376: Verifying Checksum [2025-08-26T10:44:46.065Z] 5eb5b503b376: Download complete [2025-08-26T10:44:46.636Z] 2f39f015ded8: Verifying Checksum [2025-08-26T10:44:46.636Z] 2f39f015ded8: Download complete [2025-08-26T10:44:47.577Z] 5eb5b503b376: Pull complete [2025-08-26T10:44:47.577Z] 5c69ac0246d0: Pull complete [2025-08-26T10:44:47.835Z] ec43610c2a17: Pull complete [2025-08-26T10:44:47.835Z] 3a2ae6a8a46f: Pull complete [2025-08-26T10:44:48.098Z] 33b1e0a273af: Pull complete [2025-08-26T10:44:48.098Z] 5d3b04190fa2: Pull complete [2025-08-26T10:44:52.315Z] 2f39f015ded8: Pull complete [2025-08-26T10:44:52.315Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-08-26T10:44:52.315Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-26T10:44:52.315Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-26T10:44:52.586Z] prd-centos7-docker-4c-2g-7631 does not seem to be running inside a container [2025-08-26T10:44:52.620Z] $ 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/890/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-go_main -v /w/workspace/edgexfoundry_edgex-go_main:/w/workspace/edgexfoundry_edgex-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-go_main@tmp:/w/workspace/edgexfoundry_edgex-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-08-26T10:44:55.817Z] $ docker top f95bec9cf31e2cae33031630d1ae92a7779bbfe0db674dca53635e30b26269f7 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-26T10:44:56.159Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-08-26T10:44:56.455Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-08-26T10:44:56.740Z] + ls /var/log/sa-host [2025-08-26T10:44:56.740Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-26T10:44:56.821Z] provisioning config files... [2025-08-26T10:44:56.829Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config8200249004289358561tmp [Pipeline] { [Pipeline] echo [2025-08-26T10:44:56.845Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-26T10:44:57.130Z] ---> create-netrc.sh [Pipeline] } [2025-08-26T10:44:57.136Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-08-26T10:44:57.470Z] ---> python-tools-install.sh [Pipeline] echo [2025-08-26T10:44:57.480Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-26T10:44:57.765Z] ---> sudo-logs.sh [2025-08-26T10:44:57.765Z] Archiving 'sudo' log.. [2025-08-26T10:44:57.765Z] cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-26T10:44:57.801Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2025-08-26T10:44:57.803Z] $ docker stop --time=1 f95bec9cf31e2cae33031630d1ae92a7779bbfe0db674dca53635e30b26269f7 [2025-08-26T10:44:58.936Z] $ docker rm -f --volumes f95bec9cf31e2cae33031630d1ae92a7779bbfe0db674dca53635e30b26269f7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2025-08-26T10:44:59.043Z] [WS-CLEANUP] Deleting project workspace... [2025-08-26T10:44:59.044Z] [WS-CLEANUP] Deferred wipeout is used... [2025-08-26T10:44:59.060Z] [WS-CLEANUP] done [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-08-26T10:58:12.988Z] #130 ... [2025-08-26T10:58:12.988Z] [2025-08-26T10:58:12.988Z] #144 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-08-26T10:58:12.988Z] #144 DONE 1064.2s [2025-08-26T10:58:12.988Z] [2025-08-26T10:58:12.988Z] #152 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-08-26T10:58:12.988Z] #152 ... [2025-08-26T10:58:12.988Z] [2025-08-26T10:58:12.988Z] #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-26T10:58:12.988Z] #155 DONE 0.2s [2025-08-26T10:58:12.988Z] [2025-08-26T10:58:12.988Z] #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-08-26T10:58:12.988Z] #156 DONE 0.2s [2025-08-26T10:58:12.988Z] [2025-08-26T10:58:12.989Z] #157 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2025-08-26T10:58:12.989Z] #157 DONE 0.3s [2025-08-26T10:58:12.989Z] [2025-08-26T10:58:12.989Z] #158 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2025-08-26T10:58:12.989Z] #158 DONE 0.1s [2025-08-26T10:58:12.989Z] [2025-08-26T10:58:12.989Z] #159 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2025-08-26T10:58:12.989Z] #159 DONE 0.1s [2025-08-26T10:58:12.989Z] [2025-08-26T10:58:12.989Z] #160 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-08-26T10:58:12.989Z] #160 DONE 2.0s [2025-08-26T10:58:12.989Z] [2025-08-26T10:58:12.989Z] #111 [core-common-config-bootstrapper] exporting to image [2025-08-26T10:58:12.989Z] #111 exporting layers [2025-08-26T10:58:12.989Z] #111 exporting layers 0.8s done [2025-08-26T10:58:12.989Z] #111 writing image sha256:844b8c9771bd7e3a4c1d8977d55d9642694f5872cc9adb8aa36ee6c836ce1366 done [2025-08-26T10:58:12.989Z] #111 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2025-08-26T10:58:12.989Z] #111 DONE 5.1s [2025-08-26T10:58:12.989Z] [2025-08-26T10:58:12.989Z] #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-08-26T10:58:14.930Z] #48 ... [2025-08-26T10:58:14.930Z] [2025-08-26T10:58:14.930Z] #154 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-08-26T10:58:14.930Z] #154 DONE 1071.2s [2025-08-26T10:58:14.930Z] [2025-08-26T10:58:14.930Z] #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2025-08-26T10:58:15.513Z] #161 DONE 0.5s [2025-08-26T10:58:15.513Z] [2025-08-26T10:58:15.513Z] #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-08-26T10:58:18.093Z] #162 DONE 2.2s [2025-08-26T10:58:18.093Z] [2025-08-26T10:58:18.093Z] #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-26T10:58:18.093Z] #163 DONE 0.3s [2025-08-26T10:58:18.093Z] [2025-08-26T10:58:18.093Z] #152 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-08-26T10:58:18.093Z] #152 ... [2025-08-26T10:58:18.093Z] [2025-08-26T10:58:18.093Z] #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2025-08-26T10:58:18.093Z] #164 DONE 0.2s [2025-08-26T10:58:18.093Z] [2025-08-26T10:58:18.093Z] #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2025-08-26T10:58:18.673Z] #165 DONE 0.4s [2025-08-26T10:58:18.673Z] [2025-08-26T10:58:18.673Z] #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2025-08-26T10:58:18.673Z] #166 DONE 0.1s [2025-08-26T10:58:18.673Z] [2025-08-26T10:58:18.673Z] #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-08-26T10:58:18.673Z] #147 ... [2025-08-26T10:58:18.673Z] [2025-08-26T10:58:18.673Z] #167 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2025-08-26T10:58:18.940Z] #167 DONE 0.2s [2025-08-26T10:58:18.940Z] [2025-08-26T10:58:18.940Z] #168 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ [2025-08-26T10:58:19.206Z] #168 DONE 0.2s [2025-08-26T10:58:19.206Z] [2025-08-26T10:58:19.206Z] #169 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2025-08-26T10:58:19.206Z] #169 DONE 0.1s [2025-08-26T10:58:19.206Z] [2025-08-26T10:58:19.206Z] #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2025-08-26T10:58:19.472Z] #170 DONE 0.1s [2025-08-26T10:58:19.472Z] [2025-08-26T10:58:19.472Z] #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2025-08-26T10:58:21.408Z] #171 DONE 2.0s [2025-08-26T10:58:21.408Z] [2025-08-26T10:58:21.408Z] #111 [security-bootstrapper] exporting to image [2025-08-26T10:58:21.408Z] #111 exporting layers [2025-08-26T10:58:22.364Z] #111 exporting layers 1.0s done [2025-08-26T10:58:22.364Z] #111 writing image sha256:56d156c9132ad1f3b63479084746571c290a3da2e08780a6ac0a68a1fd976825 done [2025-08-26T10:58:22.364Z] #111 naming to docker.io/library/security-bootstrapper-arm64 0.0s done [2025-08-26T10:58:22.364Z] #111 DONE 6.2s [2025-08-26T10:58:22.364Z] [2025-08-26T10:58:22.364Z] #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-08-26T11:13:30.008Z] #149 ... [2025-08-26T11:13:30.008Z] [2025-08-26T11:13:30.008Z] #153 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-08-26T11:13:30.008Z] #153 DONE 1979.9s [2025-08-26T11:13:30.008Z] [2025-08-26T11:13:30.008Z] #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-08-26T11:13:30.008Z] #147 ... [2025-08-26T11:13:30.008Z] [2025-08-26T11:13:30.008Z] #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-26T11:13:30.008Z] #172 DONE 0.1s [2025-08-26T11:13:30.008Z] [2025-08-26T11:13:30.008Z] #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2025-08-26T11:13:30.008Z] #173 DONE 0.1s [2025-08-26T11:13:30.008Z] [2025-08-26T11:13:30.008Z] #145 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-08-26T11:13:30.008Z] #145 ... [2025-08-26T11:13:30.008Z] [2025-08-26T11:13:30.008Z] #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2025-08-26T11:13:30.008Z] #174 DONE 0.4s [2025-08-26T11:13:30.008Z] [2025-08-26T11:13:30.008Z] #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-08-26T11:13:30.008Z] #150 ... [2025-08-26T11:13:30.008Z] [2025-08-26T11:13:30.008Z] #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2025-08-26T11:13:30.008Z] #175 DONE 0.1s [2025-08-26T11:13:30.008Z] [2025-08-26T11:13:30.008Z] #111 [core-command] exporting to image [2025-08-26T11:13:30.008Z] #111 exporting layers [2025-08-26T11:13:30.008Z] #111 exporting layers 0.5s done [2025-08-26T11:13:30.008Z] #111 writing image sha256:ba6d13851472143f51438d7e8b3c946bdd2dd4007667ba68e759deff224184e4 done [2025-08-26T11:13:30.008Z] #111 naming to docker.io/library/core-command-arm64 done [2025-08-26T11:13:30.008Z] #111 DONE 6.7s [2025-08-26T11:13:30.008Z] [2025-08-26T11:13:30.008Z] #130 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-08-26T11:13:52.070Z] #130 ... [2025-08-26T11:13:52.070Z] [2025-08-26T11:13:52.070Z] #152 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-08-26T11:13:52.070Z] #152 2006.4 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.49 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-08-26T11:13:53.274Z] #152 ... [2025-08-26T11:13:53.274Z] [2025-08-26T11:13:53.274Z] #151 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-08-26T11:13:53.274Z] #151 DONE 2009.2s [2025-08-26T11:13:53.274Z] [2025-08-26T11:13:53.274Z] #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-08-26T11:13:53.274Z] #146 ... [2025-08-26T11:13:53.274Z] [2025-08-26T11:13:53.274Z] #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-26T11:13:54.326Z] #176 DONE 0.2s [2025-08-26T11:13:54.326Z] [2025-08-26T11:13:54.326Z] #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-08-26T11:13:54.326Z] #48 ... [2025-08-26T11:13:54.326Z] [2025-08-26T11:13:54.326Z] #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2025-08-26T11:13:54.326Z] #177 DONE 0.2s [2025-08-26T11:13:54.326Z] [2025-08-26T11:13:54.326Z] #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-08-26T11:13:54.326Z] #149 ... [2025-08-26T11:13:54.326Z] [2025-08-26T11:13:54.326Z] #178 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2025-08-26T11:13:54.326Z] #178 DONE 0.2s [2025-08-26T11:13:54.326Z] [2025-08-26T11:13:54.326Z] #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2025-08-26T11:13:54.326Z] #179 DONE 0.2s [2025-08-26T11:13:54.326Z] [2025-08-26T11:13:54.326Z] #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2025-08-26T11:13:54.910Z] #180 DONE 0.5s [2025-08-26T11:13:54.910Z] [2025-08-26T11:13:54.910Z] #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2025-08-26T11:13:54.910Z] #181 DONE 0.1s [2025-08-26T11:13:54.910Z] [2025-08-26T11:13:54.910Z] #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-08-26T11:13:56.867Z] #182 DONE 1.9s [2025-08-26T11:13:56.867Z] [2025-08-26T11:13:56.867Z] #111 [security-proxy-setup] exporting to image [2025-08-26T11:13:56.867Z] #111 exporting layers [2025-08-26T11:13:58.274Z] #111 exporting layers 1.0s done [2025-08-26T11:13:58.274Z] #111 writing image sha256:e343a58b092b2081d7b4ede708dbebcb6d1452dbfe9aebe63dbaf8277f01f6b9 done [2025-08-26T11:13:58.274Z] #111 naming to docker.io/library/security-proxy-setup-arm64 done [2025-08-26T11:13:58.274Z] #111 DONE 7.7s [2025-08-26T11:13:58.274Z] [2025-08-26T11:13:58.274Z] #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-08-26T11:14:24.954Z] #148 ... [2025-08-26T11:14:24.954Z] [2025-08-26T11:14:24.954Z] #152 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-08-26T11:14:24.954Z] #152 DONE 2038.4s [2025-08-26T11:14:24.954Z] [2025-08-26T11:14:24.954Z] #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-08-26T11:14:24.954Z] #147 ... [2025-08-26T11:14:24.954Z] [2025-08-26T11:14:24.954Z] #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-26T11:14:24.954Z] #183 DONE 0.2s [2025-08-26T11:14:24.954Z] [2025-08-26T11:14:24.954Z] #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-08-26T11:14:24.954Z] #147 ... [2025-08-26T11:14:24.954Z] [2025-08-26T11:14:24.954Z] #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2025-08-26T11:14:24.954Z] #184 DONE 0.3s [2025-08-26T11:14:24.954Z] [2025-08-26T11:14:24.954Z] #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-08-26T11:14:24.954Z] #147 ... [2025-08-26T11:14:24.954Z] [2025-08-26T11:14:24.954Z] #185 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2025-08-26T11:14:24.954Z] #185 DONE 0.3s [2025-08-26T11:14:24.954Z] [2025-08-26T11:14:24.954Z] #130 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-08-26T11:14:24.954Z] #130 ... [2025-08-26T11:14:24.954Z] [2025-08-26T11:14:24.954Z] #186 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2025-08-26T11:14:24.954Z] #186 DONE 0.1s [2025-08-26T11:14:24.954Z] [2025-08-26T11:14:24.954Z] #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2025-08-26T11:14:24.954Z] #187 DONE 0.2s [2025-08-26T11:14:24.954Z] [2025-08-26T11:14:24.954Z] #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2025-08-26T11:14:24.954Z] #188 DONE 0.3s [2025-08-26T11:14:24.954Z] [2025-08-26T11:14:24.954Z] #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2025-08-26T11:14:24.954Z] #189 DONE 0.5s [2025-08-26T11:14:24.954Z] [2025-08-26T11:14:24.954Z] #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2025-08-26T11:14:24.954Z] #190 DONE 0.1s [2025-08-26T11:14:24.954Z] [2025-08-26T11:14:24.954Z] #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-08-26T11:14:26.901Z] #191 DONE 1.9s [2025-08-26T11:14:26.901Z] [2025-08-26T11:14:26.901Z] #111 [security-secretstore-setup] exporting to image [2025-08-26T11:14:26.901Z] #111 exporting layers [2025-08-26T11:14:28.306Z] #111 exporting layers 1.7s done [2025-08-26T11:14:28.306Z] #111 writing image sha256:8ee4a18cd05018d13be7552978e0906d3a99231e6c5559400a45d37e1b3a27ad done [2025-08-26T11:14:28.306Z] #111 naming to docker.io/library/security-secretstore-setup-arm64 done [2025-08-26T11:14:28.306Z] #111 DONE 9.4s [2025-08-26T11:14:28.306Z] [2025-08-26T11:14:28.306Z] #145 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-08-26T11:15:26.355Z] #145 ... [2025-08-26T11:15:26.355Z] [2025-08-26T11:15:26.355Z] #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-08-26T11:15:26.355Z] #149 DONE 2098.0s [2025-08-26T11:15:26.355Z] [2025-08-26T11:15:26.355Z] #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-08-26T11:15:26.355Z] #148 ... [2025-08-26T11:15:26.355Z] [2025-08-26T11:15:26.355Z] #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-26T11:15:26.355Z] #192 DONE 0.2s [2025-08-26T11:15:26.355Z] [2025-08-26T11:15:26.355Z] #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-08-26T11:15:26.355Z] #193 DONE 0.2s [2025-08-26T11:15:26.355Z] [2025-08-26T11:15:26.355Z] #145 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-08-26T11:15:26.355Z] #145 ... [2025-08-26T11:15:26.355Z] [2025-08-26T11:15:26.355Z] #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2025-08-26T11:15:26.355Z] #194 DONE 0.5s [2025-08-26T11:15:26.355Z] [2025-08-26T11:15:26.355Z] #195 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2025-08-26T11:15:26.355Z] #195 DONE 0.1s [2025-08-26T11:15:26.355Z] [2025-08-26T11:15:26.355Z] #111 [security-spiffe-token-provider] exporting to image [2025-08-26T11:15:26.355Z] #111 exporting layers [2025-08-26T11:15:26.355Z] #111 exporting layers 0.9s done [2025-08-26T11:15:26.355Z] #111 writing image sha256:66f068e836e2beafad5a2f6264b16016ac546ead09e5c23c9dcdb1770622de2c done [2025-08-26T11:15:26.355Z] #111 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2025-08-26T11:15:26.355Z] #111 DONE 10.3s [2025-08-26T11:15:26.355Z] [2025-08-26T11:15:26.355Z] #145 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-08-26T11:16:05.213Z] #145 DONE 2140.1s [2025-08-26T11:16:05.213Z] [2025-08-26T11:16:05.213Z] #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-08-26T11:16:05.213Z] #146 ... [2025-08-26T11:16:05.213Z] [2025-08-26T11:16:05.213Z] #196 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-26T11:16:05.213Z] #196 DONE 0.1s [2025-08-26T11:16:05.213Z] [2025-08-26T11:16:05.213Z] #197 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-08-26T11:16:05.213Z] #197 DONE 0.2s [2025-08-26T11:16:05.213Z] [2025-08-26T11:16:05.213Z] #198 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2025-08-26T11:16:05.479Z] #198 DONE 0.6s [2025-08-26T11:16:05.479Z] [2025-08-26T11:16:05.479Z] #199 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2025-08-26T11:16:05.745Z] #199 DONE 0.2s [2025-08-26T11:16:05.745Z] [2025-08-26T11:16:05.745Z] #200 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2025-08-26T11:16:06.011Z] #200 DONE 0.3s [2025-08-26T11:16:06.011Z] [2025-08-26T11:16:06.011Z] #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-08-26T11:16:06.011Z] #48 ... [2025-08-26T11:16:06.011Z] [2025-08-26T11:16:06.011Z] #201 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-08-26T11:16:07.945Z] #201 DONE 1.9s [2025-08-26T11:16:07.945Z] [2025-08-26T11:16:07.945Z] #111 [security-proxy-auth] exporting to image [2025-08-26T11:16:07.945Z] #111 exporting layers [2025-08-26T11:16:08.527Z] #111 exporting layers 0.8s done [2025-08-26T11:16:08.793Z] #111 writing image sha256:eeb25c487be85510a5cddc7c6b740164c64cb567fa87179c8c5fd08e2a1ad76f done [2025-08-26T11:16:08.793Z] #111 naming to docker.io/library/security-proxy-auth-arm64 done [2025-08-26T11:16:08.793Z] #111 DONE 11.1s [2025-08-26T11:16:08.793Z] [2025-08-26T11:16:08.793Z] #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-08-26T11:16:11.370Z] #146 ... [2025-08-26T11:16:11.370Z] [2025-08-26T11:16:11.370Z] #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-08-26T11:16:11.370Z] #150 DONE 2147.6s [2025-08-26T11:16:11.645Z] [2025-08-26T11:16:11.645Z] #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-08-26T11:16:12.239Z] #48 ... [2025-08-26T11:16:12.239Z] [2025-08-26T11:16:12.239Z] #202 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-26T11:16:12.506Z] #202 DONE 0.1s [2025-08-26T11:16:12.506Z] [2025-08-26T11:16:12.506Z] #203 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-08-26T11:16:12.506Z] #203 DONE 0.1s [2025-08-26T11:16:12.506Z] [2025-08-26T11:16:12.506Z] #204 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-08-26T11:16:13.087Z] #204 DONE 0.5s [2025-08-26T11:16:13.087Z] [2025-08-26T11:16:13.087Z] #205 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2025-08-26T11:16:13.087Z] #205 DONE 0.2s [2025-08-26T11:16:13.087Z] [2025-08-26T11:16:13.087Z] #206 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2025-08-26T11:16:13.355Z] #206 DONE 0.2s [2025-08-26T11:16:13.355Z] [2025-08-26T11:16:13.355Z] #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-08-26T11:16:13.355Z] #48 ... [2025-08-26T11:16:13.355Z] [2025-08-26T11:16:13.355Z] #111 [core-metadata] exporting to image [2025-08-26T11:16:14.313Z] #111 ... [2025-08-26T11:16:14.313Z] [2025-08-26T11:16:14.313Z] #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-08-26T11:16:14.313Z] #148 DONE 2150.4s [2025-08-26T11:16:14.313Z] [2025-08-26T11:16:14.313Z] #111 [core-metadata] exporting to image [2025-08-26T11:16:14.313Z] #111 exporting layers 0.9s done [2025-08-26T11:16:14.313Z] #111 writing image sha256:9e78e2631286971f0275cfac5108679b3237b1b34e58b35fec782765816bb602 done [2025-08-26T11:16:14.313Z] #111 naming to docker.io/library/core-metadata-arm64 done [2025-08-26T11:16:14.313Z] #111 DONE 12.0s [2025-08-26T11:16:14.313Z] [2025-08-26T11:16:14.313Z] #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-08-26T11:16:14.895Z] #147 ... [2025-08-26T11:16:14.895Z] [2025-08-26T11:16:14.895Z] #207 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-26T11:16:14.895Z] #207 DONE 0.1s [2025-08-26T11:16:14.895Z] [2025-08-26T11:16:14.895Z] #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-08-26T11:16:14.895Z] #147 DONE 2151.2s [2025-08-26T11:16:14.895Z] [2025-08-26T11:16:14.895Z] #208 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-08-26T11:16:15.173Z] #208 DONE 0.2s [2025-08-26T11:16:15.173Z] [2025-08-26T11:16:15.173Z] #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-08-26T11:16:15.439Z] #48 ... [2025-08-26T11:16:15.439Z] [2025-08-26T11:16:15.439Z] #209 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2025-08-26T11:16:16.025Z] #209 ... [2025-08-26T11:16:16.025Z] [2025-08-26T11:16:16.025Z] #210 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-26T11:16:16.025Z] #210 DONE 0.2s [2025-08-26T11:16:16.025Z] [2025-08-26T11:16:16.025Z] #211 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-08-26T11:16:16.289Z] #211 ... [2025-08-26T11:16:16.289Z] [2025-08-26T11:16:16.289Z] #209 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2025-08-26T11:16:16.289Z] #209 DONE 0.8s [2025-08-26T11:16:16.289Z] [2025-08-26T11:16:16.289Z] #212 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2025-08-26T11:16:16.289Z] #212 DONE 0.2s [2025-08-26T11:16:16.289Z] [2025-08-26T11:16:16.289Z] #211 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-08-26T11:16:16.872Z] #211 DONE 0.8s [2025-08-26T11:16:16.872Z] [2025-08-26T11:16:16.872Z] #213 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2025-08-26T11:16:17.137Z] #213 DONE 0.2s [2025-08-26T11:16:17.137Z] [2025-08-26T11:16:17.137Z] #111 [core-keeper] exporting to image [2025-08-26T11:16:17.736Z] #111 exporting layers 1.1s done [2025-08-26T11:16:17.736Z] #111 writing image sha256:7260e36f0132c6cd9092bcfb6a6c587172c7e89c2994a88a29277734daa67f2b done [2025-08-26T11:16:17.736Z] #111 naming to docker.io/library/core-data-arm64 0.0s done [2025-08-26T11:16:17.736Z] #111 exporting layers 0.7s done [2025-08-26T11:16:18.003Z] #111 writing image sha256:e274ac04c5f5a9fe20319cdd4d84580a9335828c01f720eb0e863f9f934d20f2 done [2025-08-26T11:16:18.003Z] #111 naming to docker.io/library/core-keeper-arm64 done [2025-08-26T11:16:18.003Z] #111 DONE 13.4s [2025-08-26T11:16:18.003Z] [2025-08-26T11:16:18.003Z] #130 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-08-26T11:16:44.653Z] #130 DONE 2179.2s [2025-08-26T11:16:44.653Z] [2025-08-26T11:16:44.653Z] #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-08-26T11:16:44.653Z] #48 ... [2025-08-26T11:16:44.653Z] [2025-08-26T11:16:44.653Z] #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-26T11:16:44.653Z] #214 DONE 0.1s [2025-08-26T11:16:44.653Z] [2025-08-26T11:16:44.653Z] #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-08-26T11:16:44.653Z] #146 ... [2025-08-26T11:16:44.653Z] [2025-08-26T11:16:44.653Z] #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-08-26T11:16:44.653Z] #215 DONE 0.2s [2025-08-26T11:16:44.653Z] [2025-08-26T11:16:44.653Z] #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2025-08-26T11:16:46.057Z] #216 DONE 2.0s [2025-08-26T11:16:46.057Z] [2025-08-26T11:16:46.057Z] #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2025-08-26T11:16:46.057Z] #217 DONE 0.2s [2025-08-26T11:16:46.057Z] [2025-08-26T11:16:46.057Z] #111 [support-scheduler] exporting to image [2025-08-26T11:16:46.057Z] #111 exporting layers [2025-08-26T11:16:47.013Z] #111 exporting layers 1.0s done [2025-08-26T11:16:47.013Z] #111 writing image sha256:46344fe131a3ea71c9c669f58d20bb70bca4c14433b4b228e05a8b782e2d8154 done [2025-08-26T11:16:47.013Z] #111 naming to docker.io/library/support-scheduler-arm64 done [2025-08-26T11:16:47.013Z] #111 DONE 14.4s [2025-08-26T11:16:47.013Z] [2025-08-26T11:16:47.013Z] #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-08-26T11:16:48.418Z] #146 DONE 2184.7s [2025-08-26T11:16:48.418Z] [2025-08-26T11:16:48.418Z] #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-08-26T11:16:49.004Z] #48 ... [2025-08-26T11:16:49.004Z] [2025-08-26T11:16:49.004Z] #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-08-26T11:16:49.004Z] #218 DONE 0.1s [2025-08-26T11:16:49.004Z] [2025-08-26T11:16:49.004Z] #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-08-26T11:16:49.004Z] #219 DONE 0.1s [2025-08-26T11:16:49.004Z] [2025-08-26T11:16:49.004Z] #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2025-08-26T11:16:49.273Z] #220 DONE 0.3s [2025-08-26T11:16:49.273Z] [2025-08-26T11:16:49.273Z] #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-08-26T11:16:49.540Z] #48 ... [2025-08-26T11:16:49.540Z] [2025-08-26T11:16:49.540Z] #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2025-08-26T11:16:49.540Z] #221 DONE 0.1s [2025-08-26T11:16:49.540Z] [2025-08-26T11:16:49.540Z] #111 [support-notifications] exporting to image [2025-08-26T11:16:49.809Z] #111 exporting layers 0.6s done [2025-08-26T11:16:49.809Z] #111 writing image sha256:e21cad5a68de1277af65a6da600a395b8472dabe76dfe9baf967b2b905e403be done [2025-08-26T11:16:49.809Z] #111 naming to docker.io/library/support-notifications-arm64 done [2025-08-26T11:16:49.809Z] #111 DONE 14.9s [2025-08-26T11:16:49.809Z] [2025-08-26T11:16:49.809Z] #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-08-26T11:16:49.809Z] time="2025-08-26T10:37:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-26T11:16:49.809Z] time="2025-08-26T10:37:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-26T11:16:49.809Z] time="2025-08-26T10:37:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-26T11:16:49.809Z] time="2025-08-26T10:37:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-26T11:16:49.809Z] time="2025-08-26T10:37:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-26T11:16:49.809Z] time="2025-08-26T10:37:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-26T11:16:49.809Z] time="2025-08-26T10:37:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-26T11:16:49.809Z] time="2025-08-26T10:37:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-26T11:16:49.809Z] time="2025-08-26T10:37:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-26T11:16:49.809Z] time="2025-08-26T10:37:47Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-26T11:16:49.809Z] time="2025-08-26T10:37:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-26T11:16:49.809Z] time="2025-08-26T10:37:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-26T11:16:49.809Z] time="2025-08-26T10:37:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-26T11:16:49.809Z] time="2025-08-26T10:37:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-08-26T11:16:49.809Z] time="2025-08-26T10:37:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2025-08-26T11:16:50.096Z] $ docker stop --time=1 4a0ec2c18fdda9d9c7fd8d282d05cd525c3f5bf0683b9b81b7d7e0f634d37949 [2025-08-26T11:16:51.772Z] $ docker rm -f --volumes 4a0ec2c18fdda9d9c7fd8d282d05cd525c3f5bf0683b9b81b7d7e0f634d37949 [Pipeline] // withDockerContainer [Pipeline] sh [2025-08-26T11:16:52.273Z] + docker images [2025-08-26T11:16:52.273Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2025-08-26T11:16:52.273Z] support-notifications-arm64 latest e21cad5a68de 3 seconds ago 54.1MB [2025-08-26T11:16:52.273Z] support-scheduler-arm64 latest 46344fe131a3 7 seconds ago 50.3MB [2025-08-26T11:16:52.273Z] core-keeper-arm64 latest e274ac04c5f5 36 seconds ago 45.3MB [2025-08-26T11:16:52.273Z] core-data-arm64 latest 7260e36f0132 36 seconds ago 46.5MB [2025-08-26T11:16:52.273Z] core-metadata-arm64 latest 9e78e2631286 39 seconds ago 46.7MB [2025-08-26T11:16:52.273Z] security-proxy-auth-arm64 latest eeb25c487be8 45 seconds ago 45.7MB [2025-08-26T11:16:52.273Z] security-spiffe-token-provider-arm64 latest 66f068e836e2 About a minute ago 49.9MB [2025-08-26T11:16:52.273Z] security-secretstore-setup-arm64 latest 8ee4a18cd050 2 minutes ago 80.2MB [2025-08-26T11:16:52.273Z] security-proxy-setup-arm64 latest e343a58b092b 2 minutes ago 50.3MB [2025-08-26T11:16:52.273Z] core-command-arm64 latest ba6d13851472 3 minutes ago 41MB [2025-08-26T11:16:52.273Z] security-bootstrapper-arm64 latest 56d156c9132a 18 minutes ago 22.1MB [2025-08-26T11:16:52.273Z] core-common-config-bootstrapper-arm64 latest 844b8c9771bd 18 minutes ago 21MB [2025-08-26T11:16:52.273Z] security-spire-agent-arm64 latest 0a6985d36ce1 37 minutes ago 188MB [2025-08-26T11:16:52.273Z] security-spire-server-arm64 latest f489d0e14eb7 37 minutes ago 145MB [2025-08-26T11:16:52.273Z] security-spire-config-arm64 latest 589862a2addd 37 minutes ago 144MB [2025-08-26T11:16:52.273Z] ci-base-image-arm64 latest ecf248f17a6a 39 minutes ago 922MB [2025-08-26T11:16:52.273Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.23-alpine 47b25d7523d1 3 weeks ago 566MB [2025-08-26T11:16:52.273Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 2 years ago 332MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-26T11:16:52.431Z] provisioning config files... [2025-08-26T11:16:52.446Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/890@tmp/config10449237665627788163tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-26T11:16:52.804Z] ---> ****-login.sh [2025-08-26T11:16:52.804Z] nexus3.edgexfoundry.org:10001 [2025-08-26T11:16:52.804Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-26T11:16:53.070Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-26T11:16:53.070Z] Configure a credential helper to remove this warning. See [2025-08-26T11:16:53.071Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-26T11:16:53.071Z] [2025-08-26T11:16:53.071Z] Login Succeeded [2025-08-26T11:16:53.071Z] nexus3.edgexfoundry.org:10002 [2025-08-26T11:16:53.338Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-26T11:16:53.607Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-26T11:16:53.607Z] Configure a credential helper to remove this warning. See [2025-08-26T11:16:53.607Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-26T11:16:53.607Z] [2025-08-26T11:16:53.607Z] Login Succeeded [2025-08-26T11:16:53.607Z] nexus3.edgexfoundry.org:10003 [2025-08-26T11:16:53.875Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-26T11:16:53.875Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-26T11:16:53.875Z] Configure a credential helper to remove this warning. See [2025-08-26T11:16:53.875Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-26T11:16:53.875Z] [2025-08-26T11:16:53.875Z] Login Succeeded [2025-08-26T11:16:53.875Z] nexus3.edgexfoundry.org:10004 [2025-08-26T11:16:54.143Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-26T11:16:54.143Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-26T11:16:54.143Z] Configure a credential helper to remove this warning. See [2025-08-26T11:16:54.143Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-26T11:16:54.143Z] [2025-08-26T11:16:54.143Z] Login Succeeded [2025-08-26T11:16:54.143Z] ****.io [2025-08-26T11:16:54.413Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-26T11:16:54.682Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-26T11:16:54.682Z] Configure a credential helper to remove this warning. See [2025-08-26T11:16:54.682Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-26T11:16:54.682Z] [2025-08-26T11:16:54.682Z] Login Succeeded [2025-08-26T11:16:54.682Z] ---> ****-login.sh ends [Pipeline] } [2025-08-26T11:16:54.695Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-26T11:16:54.740Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-26T11:16:54.782Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2025-08-26T11:16:54.782Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T11:16:54.782Z] latest [2025-08-26T11:16:54.782Z] 4.1.0-dev.49 [2025-08-26T11:16:54.782Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T11:16:54.782Z] main [2025-08-26T11:16:54.782Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:16:55.161Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:16:55.526Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T11:16:55.526Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-08-26T11:16:55.526Z] a27c57316ec5: Preparing [2025-08-26T11:16:55.526Z] c32cd4bc4479: Preparing [2025-08-26T11:16:55.526Z] 65c6dcae6ae1: Preparing [2025-08-26T11:16:55.526Z] 4c585ddb4f0e: Preparing [2025-08-26T11:16:55.526Z] e036ac44f222: Preparing [2025-08-26T11:16:55.526Z] 55007d7605de: Preparing [2025-08-26T11:16:55.526Z] 1e890da81ec9: Preparing [2025-08-26T11:16:55.526Z] 55007d7605de: Waiting [2025-08-26T11:16:55.526Z] 1e890da81ec9: Waiting [2025-08-26T11:16:55.791Z] 4c585ddb4f0e: Pushed [2025-08-26T11:16:55.791Z] 65c6dcae6ae1: Pushed [2025-08-26T11:16:55.791Z] a27c57316ec5: Pushed [2025-08-26T11:16:55.791Z] 1e890da81ec9: Layer already exists [2025-08-26T11:16:55.791Z] 55007d7605de: Pushed [2025-08-26T11:16:56.062Z] e036ac44f222: Pushed [2025-08-26T11:17:02.697Z] c32cd4bc4479: Pushed [2025-08-26T11:17:02.697Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5: digest: sha256:9e0b502a19097bcb12f5a3716049f60eb7acbdb22607fec46c953eaf2a0475e5 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:17:03.056Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:17:03.415Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2025-08-26T11:17:03.415Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-08-26T11:17:03.415Z] a27c57316ec5: Preparing [2025-08-26T11:17:03.415Z] c32cd4bc4479: Preparing [2025-08-26T11:17:03.415Z] 65c6dcae6ae1: Preparing [2025-08-26T11:17:03.415Z] 4c585ddb4f0e: Preparing [2025-08-26T11:17:03.415Z] e036ac44f222: Preparing [2025-08-26T11:17:03.415Z] 55007d7605de: Preparing [2025-08-26T11:17:03.415Z] 1e890da81ec9: Preparing [2025-08-26T11:17:03.415Z] 55007d7605de: Waiting [2025-08-26T11:17:03.415Z] 1e890da81ec9: Waiting [2025-08-26T11:17:03.415Z] a27c57316ec5: Layer already exists [2025-08-26T11:17:03.415Z] e036ac44f222: Layer already exists [2025-08-26T11:17:03.415Z] c32cd4bc4479: Layer already exists [2025-08-26T11:17:03.415Z] 65c6dcae6ae1: Layer already exists [2025-08-26T11:17:03.415Z] 4c585ddb4f0e: Layer already exists [2025-08-26T11:17:03.415Z] 55007d7605de: Layer already exists [2025-08-26T11:17:03.415Z] 1e890da81ec9: Layer already exists [2025-08-26T11:17:03.415Z] latest: digest: sha256:9e0b502a19097bcb12f5a3716049f60eb7acbdb22607fec46c953eaf2a0475e5 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:17:04.053Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:17:04.414Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.49 [2025-08-26T11:17:04.414Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-08-26T11:17:04.414Z] a27c57316ec5: Preparing [2025-08-26T11:17:04.414Z] c32cd4bc4479: Preparing [2025-08-26T11:17:04.414Z] 65c6dcae6ae1: Preparing [2025-08-26T11:17:04.414Z] 4c585ddb4f0e: Preparing [2025-08-26T11:17:04.414Z] e036ac44f222: Preparing [2025-08-26T11:17:04.414Z] 55007d7605de: Preparing [2025-08-26T11:17:04.414Z] 1e890da81ec9: Preparing [2025-08-26T11:17:04.414Z] 55007d7605de: Waiting [2025-08-26T11:17:04.414Z] 1e890da81ec9: Waiting [2025-08-26T11:17:04.414Z] c32cd4bc4479: Layer already exists [2025-08-26T11:17:04.414Z] e036ac44f222: Layer already exists [2025-08-26T11:17:04.414Z] 65c6dcae6ae1: Layer already exists [2025-08-26T11:17:04.414Z] 4c585ddb4f0e: Layer already exists [2025-08-26T11:17:04.414Z] a27c57316ec5: Layer already exists [2025-08-26T11:17:04.414Z] 1e890da81ec9: Layer already exists [2025-08-26T11:17:04.414Z] 55007d7605de: Layer already exists [2025-08-26T11:17:04.414Z] 4.1.0-dev.49: digest: sha256:9e0b502a19097bcb12f5a3716049f60eb7acbdb22607fec46c953eaf2a0475e5 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:17:05.050Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:17:05.419Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T11:17:05.419Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-08-26T11:17:05.419Z] a27c57316ec5: Preparing [2025-08-26T11:17:05.419Z] c32cd4bc4479: Preparing [2025-08-26T11:17:05.419Z] 65c6dcae6ae1: Preparing [2025-08-26T11:17:05.419Z] 4c585ddb4f0e: Preparing [2025-08-26T11:17:05.419Z] e036ac44f222: Preparing [2025-08-26T11:17:05.419Z] 55007d7605de: Preparing [2025-08-26T11:17:05.419Z] 1e890da81ec9: Preparing [2025-08-26T11:17:05.419Z] 55007d7605de: Waiting [2025-08-26T11:17:05.419Z] 1e890da81ec9: Waiting [2025-08-26T11:17:05.419Z] c32cd4bc4479: Layer already exists [2025-08-26T11:17:05.419Z] 65c6dcae6ae1: Layer already exists [2025-08-26T11:17:05.419Z] e036ac44f222: Layer already exists [2025-08-26T11:17:05.419Z] a27c57316ec5: Layer already exists [2025-08-26T11:17:05.419Z] 4c585ddb4f0e: Layer already exists [2025-08-26T11:17:05.419Z] 1e890da81ec9: Layer already exists [2025-08-26T11:17:05.419Z] 55007d7605de: Layer already exists [2025-08-26T11:17:05.685Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49: digest: sha256:9e0b502a19097bcb12f5a3716049f60eb7acbdb22607fec46c953eaf2a0475e5 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:17:06.064Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:17:06.425Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2025-08-26T11:17:06.426Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-08-26T11:17:06.426Z] a27c57316ec5: Preparing [2025-08-26T11:17:06.426Z] c32cd4bc4479: Preparing [2025-08-26T11:17:06.426Z] 65c6dcae6ae1: Preparing [2025-08-26T11:17:06.426Z] 4c585ddb4f0e: Preparing [2025-08-26T11:17:06.426Z] e036ac44f222: Preparing [2025-08-26T11:17:06.426Z] 55007d7605de: Preparing [2025-08-26T11:17:06.426Z] 1e890da81ec9: Preparing [2025-08-26T11:17:06.426Z] 55007d7605de: Waiting [2025-08-26T11:17:06.426Z] 1e890da81ec9: Waiting [2025-08-26T11:17:06.426Z] a27c57316ec5: Layer already exists [2025-08-26T11:17:06.426Z] 4c585ddb4f0e: Layer already exists [2025-08-26T11:17:06.426Z] e036ac44f222: Layer already exists [2025-08-26T11:17:06.426Z] c32cd4bc4479: Layer already exists [2025-08-26T11:17:06.426Z] 65c6dcae6ae1: Layer already exists [2025-08-26T11:17:06.426Z] 1e890da81ec9: Layer already exists [2025-08-26T11:17:06.426Z] 55007d7605de: Layer already exists [2025-08-26T11:17:06.691Z] main: digest: sha256:9e0b502a19097bcb12f5a3716049f60eb7acbdb22607fec46c953eaf2a0475e5 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-26T11:17:06.765Z] ===================================================== [Pipeline] echo [2025-08-26T11:17:06.780Z] taggedImages: [2025-08-26T11:17:06.780Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T11:17:06.780Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2025-08-26T11:17:06.780Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.49 [2025-08-26T11:17:06.780Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T11:17:06.780Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2025-08-26T11:17:06.807Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2025-08-26T11:17:06.807Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T11:17:06.807Z] latest [2025-08-26T11:17:06.807Z] 4.1.0-dev.49 [2025-08-26T11:17:06.807Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T11:17:06.807Z] main [2025-08-26T11:17:06.807Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:17:07.168Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:17:07.531Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T11:17:07.531Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-08-26T11:17:07.531Z] 97a8a31c3aee: Preparing [2025-08-26T11:17:07.531Z] 0e2565999fe9: Preparing [2025-08-26T11:17:07.531Z] 1f27d8089609: Preparing [2025-08-26T11:17:07.531Z] 2ce89e36b4b1: Preparing [2025-08-26T11:17:07.531Z] 65c6dcae6ae1: Preparing [2025-08-26T11:17:07.531Z] 4c585ddb4f0e: Preparing [2025-08-26T11:17:07.531Z] e036ac44f222: Preparing [2025-08-26T11:17:07.531Z] 55007d7605de: Preparing [2025-08-26T11:17:07.531Z] 1e890da81ec9: Preparing [2025-08-26T11:17:07.531Z] 55007d7605de: Waiting [2025-08-26T11:17:07.531Z] 4c585ddb4f0e: Waiting [2025-08-26T11:17:07.531Z] e036ac44f222: Waiting [2025-08-26T11:17:07.531Z] 1e890da81ec9: Waiting [2025-08-26T11:17:07.796Z] 65c6dcae6ae1: Layer already exists [2025-08-26T11:17:07.796Z] 4c585ddb4f0e: Layer already exists [2025-08-26T11:17:07.796Z] 0e2565999fe9: Pushed [2025-08-26T11:17:07.796Z] 1f27d8089609: Pushed [2025-08-26T11:17:07.796Z] e036ac44f222: Layer already exists [2025-08-26T11:17:07.796Z] 55007d7605de: Layer already exists [2025-08-26T11:17:07.796Z] 97a8a31c3aee: Pushed [2025-08-26T11:17:07.796Z] 1e890da81ec9: Layer already exists [2025-08-26T11:17:10.365Z] 2ce89e36b4b1: Pushed [2025-08-26T11:17:10.365Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5: digest: sha256:0d4c330fccf143b26874c6f99ab7e4ae2f61c4308c00746766824db1ba4d3d1f size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:17:10.737Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:17:11.091Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2025-08-26T11:17:11.091Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-08-26T11:17:11.091Z] 97a8a31c3aee: Preparing [2025-08-26T11:17:11.091Z] 0e2565999fe9: Preparing [2025-08-26T11:17:11.091Z] 1f27d8089609: Preparing [2025-08-26T11:17:11.091Z] 2ce89e36b4b1: Preparing [2025-08-26T11:17:11.091Z] 65c6dcae6ae1: Preparing [2025-08-26T11:17:11.091Z] 4c585ddb4f0e: Preparing [2025-08-26T11:17:11.091Z] e036ac44f222: Preparing [2025-08-26T11:17:11.091Z] 55007d7605de: Preparing [2025-08-26T11:17:11.091Z] 1e890da81ec9: Preparing [2025-08-26T11:17:11.091Z] 4c585ddb4f0e: Waiting [2025-08-26T11:17:11.091Z] e036ac44f222: Waiting [2025-08-26T11:17:11.091Z] 55007d7605de: Waiting [2025-08-26T11:17:11.091Z] 1e890da81ec9: Waiting [2025-08-26T11:17:11.091Z] 0e2565999fe9: Layer already exists [2025-08-26T11:17:11.091Z] 1f27d8089609: Layer already exists [2025-08-26T11:17:11.091Z] 97a8a31c3aee: Layer already exists [2025-08-26T11:17:11.091Z] 2ce89e36b4b1: Layer already exists [2025-08-26T11:17:11.091Z] 65c6dcae6ae1: Layer already exists [2025-08-26T11:17:11.091Z] 4c585ddb4f0e: Layer already exists [2025-08-26T11:17:11.091Z] 1e890da81ec9: Layer already exists [2025-08-26T11:17:11.091Z] 55007d7605de: Layer already exists [2025-08-26T11:17:11.091Z] e036ac44f222: Layer already exists [2025-08-26T11:17:11.091Z] latest: digest: sha256:0d4c330fccf143b26874c6f99ab7e4ae2f61c4308c00746766824db1ba4d3d1f size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:17:11.734Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:17:12.090Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.49 [2025-08-26T11:17:12.090Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-08-26T11:17:12.090Z] 97a8a31c3aee: Preparing [2025-08-26T11:17:12.090Z] 0e2565999fe9: Preparing [2025-08-26T11:17:12.090Z] 1f27d8089609: Preparing [2025-08-26T11:17:12.090Z] 2ce89e36b4b1: Preparing [2025-08-26T11:17:12.090Z] 65c6dcae6ae1: Preparing [2025-08-26T11:17:12.090Z] 4c585ddb4f0e: Preparing [2025-08-26T11:17:12.090Z] e036ac44f222: Preparing [2025-08-26T11:17:12.090Z] 55007d7605de: Preparing [2025-08-26T11:17:12.090Z] 1e890da81ec9: Preparing [2025-08-26T11:17:12.090Z] e036ac44f222: Waiting [2025-08-26T11:17:12.090Z] 55007d7605de: Waiting [2025-08-26T11:17:12.090Z] 1e890da81ec9: Waiting [2025-08-26T11:17:12.090Z] 4c585ddb4f0e: Waiting [2025-08-26T11:17:12.090Z] 0e2565999fe9: Layer already exists [2025-08-26T11:17:12.090Z] 2ce89e36b4b1: Layer already exists [2025-08-26T11:17:12.090Z] 97a8a31c3aee: Layer already exists [2025-08-26T11:17:12.090Z] 65c6dcae6ae1: Layer already exists [2025-08-26T11:17:12.090Z] 1f27d8089609: Layer already exists [2025-08-26T11:17:12.090Z] e036ac44f222: Layer already exists [2025-08-26T11:17:12.090Z] 4c585ddb4f0e: Layer already exists [2025-08-26T11:17:12.090Z] 55007d7605de: Layer already exists [2025-08-26T11:17:12.090Z] 1e890da81ec9: Layer already exists [2025-08-26T11:17:12.353Z] 4.1.0-dev.49: digest: sha256:0d4c330fccf143b26874c6f99ab7e4ae2f61c4308c00746766824db1ba4d3d1f size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:17:12.721Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:17:13.070Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T11:17:13.070Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-08-26T11:17:13.070Z] 97a8a31c3aee: Preparing [2025-08-26T11:17:13.070Z] 0e2565999fe9: Preparing [2025-08-26T11:17:13.070Z] 1f27d8089609: Preparing [2025-08-26T11:17:13.070Z] 2ce89e36b4b1: Preparing [2025-08-26T11:17:13.070Z] 65c6dcae6ae1: Preparing [2025-08-26T11:17:13.070Z] 4c585ddb4f0e: Preparing [2025-08-26T11:17:13.070Z] e036ac44f222: Preparing [2025-08-26T11:17:13.070Z] 55007d7605de: Preparing [2025-08-26T11:17:13.070Z] 1e890da81ec9: Preparing [2025-08-26T11:17:13.070Z] e036ac44f222: Waiting [2025-08-26T11:17:13.070Z] 55007d7605de: Waiting [2025-08-26T11:17:13.070Z] 1e890da81ec9: Waiting [2025-08-26T11:17:13.070Z] 4c585ddb4f0e: Waiting [2025-08-26T11:17:13.070Z] 0e2565999fe9: Layer already exists [2025-08-26T11:17:13.070Z] 2ce89e36b4b1: Layer already exists [2025-08-26T11:17:13.070Z] 1f27d8089609: Layer already exists [2025-08-26T11:17:13.070Z] 97a8a31c3aee: Layer already exists [2025-08-26T11:17:13.070Z] 65c6dcae6ae1: Layer already exists [2025-08-26T11:17:13.070Z] 4c585ddb4f0e: Layer already exists [2025-08-26T11:17:13.070Z] 55007d7605de: Layer already exists [2025-08-26T11:17:13.070Z] e036ac44f222: Layer already exists [2025-08-26T11:17:13.070Z] 1e890da81ec9: Layer already exists [2025-08-26T11:17:13.336Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49: digest: sha256:0d4c330fccf143b26874c6f99ab7e4ae2f61c4308c00746766824db1ba4d3d1f size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:17:13.701Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:17:14.048Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2025-08-26T11:17:14.048Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-08-26T11:17:14.048Z] 97a8a31c3aee: Preparing [2025-08-26T11:17:14.048Z] 0e2565999fe9: Preparing [2025-08-26T11:17:14.048Z] 1f27d8089609: Preparing [2025-08-26T11:17:14.048Z] 2ce89e36b4b1: Preparing [2025-08-26T11:17:14.048Z] 65c6dcae6ae1: Preparing [2025-08-26T11:17:14.048Z] 4c585ddb4f0e: Preparing [2025-08-26T11:17:14.048Z] e036ac44f222: Preparing [2025-08-26T11:17:14.048Z] 55007d7605de: Preparing [2025-08-26T11:17:14.048Z] 1e890da81ec9: Preparing [2025-08-26T11:17:14.048Z] 4c585ddb4f0e: Waiting [2025-08-26T11:17:14.048Z] e036ac44f222: Waiting [2025-08-26T11:17:14.048Z] 55007d7605de: Waiting [2025-08-26T11:17:14.048Z] 1e890da81ec9: Waiting [2025-08-26T11:17:14.048Z] 1f27d8089609: Layer already exists [2025-08-26T11:17:14.048Z] 97a8a31c3aee: Layer already exists [2025-08-26T11:17:14.048Z] 0e2565999fe9: Layer already exists [2025-08-26T11:17:14.048Z] 2ce89e36b4b1: Layer already exists [2025-08-26T11:17:14.048Z] 65c6dcae6ae1: Layer already exists [2025-08-26T11:17:14.048Z] 4c585ddb4f0e: Layer already exists [2025-08-26T11:17:14.048Z] e036ac44f222: Layer already exists [2025-08-26T11:17:14.048Z] 55007d7605de: Layer already exists [2025-08-26T11:17:14.048Z] 1e890da81ec9: Layer already exists [2025-08-26T11:17:14.312Z] main: digest: sha256:0d4c330fccf143b26874c6f99ab7e4ae2f61c4308c00746766824db1ba4d3d1f size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-26T11:17:14.387Z] ===================================================== [Pipeline] echo [2025-08-26T11:17:14.399Z] taggedImages: [2025-08-26T11:17:14.399Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T11:17:14.399Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2025-08-26T11:17:14.399Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.49 [2025-08-26T11:17:14.399Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T11:17:14.399Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2025-08-26T11:17:14.426Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2025-08-26T11:17:14.426Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T11:17:14.426Z] latest [2025-08-26T11:17:14.426Z] 4.1.0-dev.49 [2025-08-26T11:17:14.426Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T11:17:14.426Z] main [2025-08-26T11:17:14.426Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:17:14.793Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:17:15.169Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T11:17:15.169Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-08-26T11:17:15.169Z] 7c7e4a1ce81b: Preparing [2025-08-26T11:17:15.169Z] db8573214d90: Preparing [2025-08-26T11:17:15.169Z] 65c6dcae6ae1: Preparing [2025-08-26T11:17:15.169Z] 4c585ddb4f0e: Preparing [2025-08-26T11:17:15.169Z] 7518acd9c28a: Preparing [2025-08-26T11:17:15.169Z] bda15d1522dc: Preparing [2025-08-26T11:17:15.169Z] 1e890da81ec9: Preparing [2025-08-26T11:17:15.169Z] bda15d1522dc: Waiting [2025-08-26T11:17:15.169Z] 1e890da81ec9: Waiting [2025-08-26T11:17:15.169Z] 4c585ddb4f0e: Layer already exists [2025-08-26T11:17:15.169Z] 65c6dcae6ae1: Layer already exists [2025-08-26T11:17:15.435Z] 1e890da81ec9: Layer already exists [2025-08-26T11:17:15.435Z] 7c7e4a1ce81b: Pushed [2025-08-26T11:17:15.435Z] bda15d1522dc: Pushed [2025-08-26T11:17:15.701Z] 7518acd9c28a: Pushed [2025-08-26T11:17:30.667Z] db8573214d90: Pushed [2025-08-26T11:17:30.667Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5: digest: sha256:9d0211b2dd4e437ee37115225c280b781e60159d83322790975248fca181d222 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:17:31.031Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:17:31.393Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2025-08-26T11:17:31.393Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-08-26T11:17:31.393Z] 7c7e4a1ce81b: Preparing [2025-08-26T11:17:31.393Z] db8573214d90: Preparing [2025-08-26T11:17:31.393Z] 65c6dcae6ae1: Preparing [2025-08-26T11:17:31.393Z] 4c585ddb4f0e: Preparing [2025-08-26T11:17:31.393Z] 7518acd9c28a: Preparing [2025-08-26T11:17:31.393Z] bda15d1522dc: Preparing [2025-08-26T11:17:31.393Z] 1e890da81ec9: Preparing [2025-08-26T11:17:31.393Z] bda15d1522dc: Waiting [2025-08-26T11:17:31.393Z] 4c585ddb4f0e: Layer already exists [2025-08-26T11:17:31.393Z] 65c6dcae6ae1: Layer already exists [2025-08-26T11:17:31.393Z] db8573214d90: Layer already exists [2025-08-26T11:17:31.393Z] 7c7e4a1ce81b: Layer already exists [2025-08-26T11:17:31.393Z] 7518acd9c28a: Layer already exists [2025-08-26T11:17:31.393Z] 1e890da81ec9: Layer already exists [2025-08-26T11:17:31.393Z] bda15d1522dc: Layer already exists [2025-08-26T11:17:31.660Z] latest: digest: sha256:9d0211b2dd4e437ee37115225c280b781e60159d83322790975248fca181d222 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:17:32.019Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:17:32.381Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.49 [2025-08-26T11:17:32.381Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-08-26T11:17:32.381Z] 7c7e4a1ce81b: Preparing [2025-08-26T11:17:32.381Z] db8573214d90: Preparing [2025-08-26T11:17:32.381Z] 65c6dcae6ae1: Preparing [2025-08-26T11:17:32.381Z] 4c585ddb4f0e: Preparing [2025-08-26T11:17:32.381Z] 7518acd9c28a: Preparing [2025-08-26T11:17:32.381Z] bda15d1522dc: Preparing [2025-08-26T11:17:32.381Z] 1e890da81ec9: Preparing [2025-08-26T11:17:32.381Z] bda15d1522dc: Waiting [2025-08-26T11:17:32.381Z] 1e890da81ec9: Waiting [2025-08-26T11:17:32.381Z] 65c6dcae6ae1: Layer already exists [2025-08-26T11:17:32.381Z] 7518acd9c28a: Layer already exists [2025-08-26T11:17:32.381Z] 7c7e4a1ce81b: Layer already exists [2025-08-26T11:17:32.381Z] db8573214d90: Layer already exists [2025-08-26T11:17:32.381Z] 4c585ddb4f0e: Layer already exists [2025-08-26T11:17:32.381Z] 1e890da81ec9: Layer already exists [2025-08-26T11:17:32.381Z] bda15d1522dc: Layer already exists [2025-08-26T11:17:32.646Z] 4.1.0-dev.49: digest: sha256:9d0211b2dd4e437ee37115225c280b781e60159d83322790975248fca181d222 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:17:33.004Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:17:33.357Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T11:17:33.357Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-08-26T11:17:33.357Z] 7c7e4a1ce81b: Preparing [2025-08-26T11:17:33.357Z] db8573214d90: Preparing [2025-08-26T11:17:33.357Z] 65c6dcae6ae1: Preparing [2025-08-26T11:17:33.357Z] 4c585ddb4f0e: Preparing [2025-08-26T11:17:33.357Z] 7518acd9c28a: Preparing [2025-08-26T11:17:33.357Z] bda15d1522dc: Preparing [2025-08-26T11:17:33.357Z] 1e890da81ec9: Preparing [2025-08-26T11:17:33.357Z] bda15d1522dc: Waiting [2025-08-26T11:17:33.357Z] 1e890da81ec9: Waiting [2025-08-26T11:17:33.357Z] 7c7e4a1ce81b: Layer already exists [2025-08-26T11:17:33.357Z] 7518acd9c28a: Layer already exists [2025-08-26T11:17:33.357Z] 65c6dcae6ae1: Layer already exists [2025-08-26T11:17:33.357Z] db8573214d90: Layer already exists [2025-08-26T11:17:33.357Z] 4c585ddb4f0e: Layer already exists [2025-08-26T11:17:33.357Z] bda15d1522dc: Layer already exists [2025-08-26T11:17:33.357Z] 1e890da81ec9: Layer already exists [2025-08-26T11:17:33.357Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49: digest: sha256:9d0211b2dd4e437ee37115225c280b781e60159d83322790975248fca181d222 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:17:36.687Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:17:37.043Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2025-08-26T11:17:37.043Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-08-26T11:17:37.043Z] 7c7e4a1ce81b: Preparing [2025-08-26T11:17:37.043Z] db8573214d90: Preparing [2025-08-26T11:17:37.043Z] 65c6dcae6ae1: Preparing [2025-08-26T11:17:37.043Z] 4c585ddb4f0e: Preparing [2025-08-26T11:17:37.043Z] 7518acd9c28a: Preparing [2025-08-26T11:17:37.043Z] bda15d1522dc: Preparing [2025-08-26T11:17:37.043Z] 1e890da81ec9: Preparing [2025-08-26T11:17:37.043Z] bda15d1522dc: Waiting [2025-08-26T11:17:37.043Z] 1e890da81ec9: Waiting [2025-08-26T11:17:37.043Z] 7c7e4a1ce81b: Layer already exists [2025-08-26T11:17:37.044Z] 7518acd9c28a: Layer already exists [2025-08-26T11:17:37.044Z] 65c6dcae6ae1: Layer already exists [2025-08-26T11:17:37.044Z] 4c585ddb4f0e: Layer already exists [2025-08-26T11:17:37.044Z] db8573214d90: Layer already exists [2025-08-26T11:17:37.044Z] bda15d1522dc: Layer already exists [2025-08-26T11:17:37.044Z] 1e890da81ec9: Layer already exists [2025-08-26T11:17:37.044Z] main: digest: sha256:9d0211b2dd4e437ee37115225c280b781e60159d83322790975248fca181d222 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-26T11:17:37.384Z] ===================================================== [Pipeline] echo [2025-08-26T11:17:37.399Z] taggedImages: [2025-08-26T11:17:37.399Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T11:17:37.399Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2025-08-26T11:17:37.399Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.49 [2025-08-26T11:17:37.399Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T11:17:37.399Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2025-08-26T11:17:37.422Z] [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: [2025-08-26T11:17:37.422Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T11:17:37.422Z] latest [2025-08-26T11:17:37.422Z] 4.1.0-dev.49 [2025-08-26T11:17:37.423Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T11:17:37.423Z] main [2025-08-26T11:17:37.423Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:17:37.786Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:17:38.132Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T11:17:38.132Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-08-26T11:17:38.132Z] 154b30658afa: Preparing [2025-08-26T11:17:38.132Z] 104b209e02bb: Preparing [2025-08-26T11:17:38.132Z] 4c585ddb4f0e: Preparing [2025-08-26T11:17:38.132Z] 0ec1a8dde3c3: Preparing [2025-08-26T11:17:38.132Z] 073b9de4cb4f: Preparing [2025-08-26T11:17:38.132Z] 1e890da81ec9: Preparing [2025-08-26T11:17:38.132Z] 1e890da81ec9: Waiting [2025-08-26T11:17:38.132Z] 4c585ddb4f0e: Layer already exists [2025-08-26T11:17:38.397Z] 1e890da81ec9: Layer already exists [2025-08-26T11:17:38.397Z] 0ec1a8dde3c3: Pushed [2025-08-26T11:17:38.397Z] 073b9de4cb4f: Pushed [2025-08-26T11:17:38.397Z] 154b30658afa: Pushed [2025-08-26T11:17:46.585Z] 104b209e02bb: Pushed [2025-08-26T11:17:46.585Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5: digest: sha256:84100d75247f2c273f7dfe23238a7a1ad7e3b5694ce283e13ef5e179aa5b5802 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:17:46.942Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:17:47.299Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2025-08-26T11:17:47.299Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-08-26T11:17:47.299Z] 154b30658afa: Preparing [2025-08-26T11:17:47.299Z] 104b209e02bb: Preparing [2025-08-26T11:17:47.299Z] 4c585ddb4f0e: Preparing [2025-08-26T11:17:47.299Z] 0ec1a8dde3c3: Preparing [2025-08-26T11:17:47.299Z] 073b9de4cb4f: Preparing [2025-08-26T11:17:47.299Z] 1e890da81ec9: Preparing [2025-08-26T11:17:47.299Z] 1e890da81ec9: Waiting [2025-08-26T11:17:47.299Z] 104b209e02bb: Layer already exists [2025-08-26T11:17:47.299Z] 4c585ddb4f0e: Layer already exists [2025-08-26T11:17:47.299Z] 154b30658afa: Layer already exists [2025-08-26T11:17:47.299Z] 073b9de4cb4f: Layer already exists [2025-08-26T11:17:47.299Z] 0ec1a8dde3c3: Layer already exists [2025-08-26T11:17:47.299Z] 1e890da81ec9: Layer already exists [2025-08-26T11:17:47.562Z] latest: digest: sha256:84100d75247f2c273f7dfe23238a7a1ad7e3b5694ce283e13ef5e179aa5b5802 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:17:47.916Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:17:48.264Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.49 [2025-08-26T11:17:48.264Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-08-26T11:17:48.264Z] 154b30658afa: Preparing [2025-08-26T11:17:48.264Z] 104b209e02bb: Preparing [2025-08-26T11:17:48.264Z] 4c585ddb4f0e: Preparing [2025-08-26T11:17:48.264Z] 0ec1a8dde3c3: Preparing [2025-08-26T11:17:48.264Z] 073b9de4cb4f: Preparing [2025-08-26T11:17:48.264Z] 1e890da81ec9: Preparing [2025-08-26T11:17:48.264Z] 1e890da81ec9: Waiting [2025-08-26T11:17:48.264Z] 4c585ddb4f0e: Layer already exists [2025-08-26T11:17:48.264Z] 154b30658afa: Layer already exists [2025-08-26T11:17:48.264Z] 0ec1a8dde3c3: Layer already exists [2025-08-26T11:17:48.264Z] 104b209e02bb: Layer already exists [2025-08-26T11:17:48.264Z] 073b9de4cb4f: Layer already exists [2025-08-26T11:17:48.264Z] 1e890da81ec9: Layer already exists [2025-08-26T11:17:48.264Z] 4.1.0-dev.49: digest: sha256:84100d75247f2c273f7dfe23238a7a1ad7e3b5694ce283e13ef5e179aa5b5802 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:17:48.678Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:17:49.046Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T11:17:49.046Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-08-26T11:17:49.046Z] 154b30658afa: Preparing [2025-08-26T11:17:49.046Z] 104b209e02bb: Preparing [2025-08-26T11:17:49.046Z] 4c585ddb4f0e: Preparing [2025-08-26T11:17:49.046Z] 0ec1a8dde3c3: Preparing [2025-08-26T11:17:49.046Z] 073b9de4cb4f: Preparing [2025-08-26T11:17:49.046Z] 1e890da81ec9: Preparing [2025-08-26T11:17:49.046Z] 104b209e02bb: Layer already exists [2025-08-26T11:17:49.046Z] 073b9de4cb4f: Layer already exists [2025-08-26T11:17:49.046Z] 4c585ddb4f0e: Layer already exists [2025-08-26T11:17:49.046Z] 154b30658afa: Layer already exists [2025-08-26T11:17:49.046Z] 0ec1a8dde3c3: Layer already exists [2025-08-26T11:17:49.046Z] 1e890da81ec9: Layer already exists [2025-08-26T11:17:49.046Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49: digest: sha256:84100d75247f2c273f7dfe23238a7a1ad7e3b5694ce283e13ef5e179aa5b5802 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:17:49.681Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:17:50.044Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [2025-08-26T11:17:50.044Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-08-26T11:17:50.044Z] 154b30658afa: Preparing [2025-08-26T11:17:50.044Z] 104b209e02bb: Preparing [2025-08-26T11:17:50.044Z] 4c585ddb4f0e: Preparing [2025-08-26T11:17:50.044Z] 0ec1a8dde3c3: Preparing [2025-08-26T11:17:50.044Z] 073b9de4cb4f: Preparing [2025-08-26T11:17:50.044Z] 1e890da81ec9: Preparing [2025-08-26T11:17:50.044Z] 1e890da81ec9: Waiting [2025-08-26T11:17:50.044Z] 0ec1a8dde3c3: Layer already exists [2025-08-26T11:17:50.044Z] 4c585ddb4f0e: Layer already exists [2025-08-26T11:17:50.044Z] 154b30658afa: Layer already exists [2025-08-26T11:17:50.044Z] 104b209e02bb: Layer already exists [2025-08-26T11:17:50.044Z] 073b9de4cb4f: Layer already exists [2025-08-26T11:17:50.044Z] 1e890da81ec9: Layer already exists [2025-08-26T11:17:50.313Z] main: digest: sha256:84100d75247f2c273f7dfe23238a7a1ad7e3b5694ce283e13ef5e179aa5b5802 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-26T11:17:50.392Z] ===================================================== [Pipeline] echo [2025-08-26T11:17:50.410Z] taggedImages: [2025-08-26T11:17:50.410Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T11:17:50.410Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2025-08-26T11:17:50.410Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.49 [2025-08-26T11:17:50.410Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T11:17:50.410Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2025-08-26T11:17:50.440Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2025-08-26T11:17:50.441Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T11:17:50.441Z] latest [2025-08-26T11:17:50.441Z] 4.1.0-dev.49 [2025-08-26T11:17:50.441Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T11:17:50.441Z] main [2025-08-26T11:17:50.441Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:17:50.828Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:17:51.176Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T11:17:51.176Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-08-26T11:17:51.176Z] 168456a81c8b: Preparing [2025-08-26T11:17:51.176Z] b1b518266da9: Preparing [2025-08-26T11:17:51.176Z] d90f8e436ba3: Preparing [2025-08-26T11:17:51.176Z] 65c6dcae6ae1: Preparing [2025-08-26T11:17:51.176Z] 4c585ddb4f0e: Preparing [2025-08-26T11:17:51.176Z] e036ac44f222: Preparing [2025-08-26T11:17:51.176Z] e036ac44f222: Waiting [2025-08-26T11:17:51.176Z] 55007d7605de: Preparing [2025-08-26T11:17:51.176Z] 1e890da81ec9: Preparing [2025-08-26T11:17:51.176Z] 55007d7605de: Waiting [2025-08-26T11:17:51.176Z] 1e890da81ec9: Waiting [2025-08-26T11:17:51.176Z] 65c6dcae6ae1: Layer already exists [2025-08-26T11:17:51.441Z] 4c585ddb4f0e: Layer already exists [2025-08-26T11:17:51.441Z] e036ac44f222: Layer already exists [2025-08-26T11:17:51.441Z] 55007d7605de: Layer already exists [2025-08-26T11:17:51.441Z] b1b518266da9: Pushed [2025-08-26T11:17:51.441Z] 1e890da81ec9: Layer already exists [2025-08-26T11:17:51.441Z] 168456a81c8b: Pushed [2025-08-26T11:17:59.620Z] d90f8e436ba3: Pushed [2025-08-26T11:17:59.620Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5: digest: sha256:e8cbb4ed46a95474c3fe186c6447077fc256681596075016337be8c5e08b0b25 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:17:59.975Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:18:00.322Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2025-08-26T11:18:00.322Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-08-26T11:18:00.322Z] 168456a81c8b: Preparing [2025-08-26T11:18:00.322Z] b1b518266da9: Preparing [2025-08-26T11:18:00.322Z] d90f8e436ba3: Preparing [2025-08-26T11:18:00.322Z] 65c6dcae6ae1: Preparing [2025-08-26T11:18:00.322Z] 4c585ddb4f0e: Preparing [2025-08-26T11:18:00.322Z] e036ac44f222: Preparing [2025-08-26T11:18:00.322Z] 55007d7605de: Preparing [2025-08-26T11:18:00.322Z] 1e890da81ec9: Preparing [2025-08-26T11:18:00.322Z] e036ac44f222: Waiting [2025-08-26T11:18:00.322Z] 55007d7605de: Waiting [2025-08-26T11:18:00.322Z] 1e890da81ec9: Waiting [2025-08-26T11:18:00.322Z] 4c585ddb4f0e: Layer already exists [2025-08-26T11:18:00.322Z] d90f8e436ba3: Layer already exists [2025-08-26T11:18:00.322Z] 65c6dcae6ae1: Layer already exists [2025-08-26T11:18:00.322Z] b1b518266da9: Layer already exists [2025-08-26T11:18:00.322Z] 168456a81c8b: Layer already exists [2025-08-26T11:18:00.322Z] 55007d7605de: Layer already exists [2025-08-26T11:18:00.322Z] 1e890da81ec9: Layer already exists [2025-08-26T11:18:00.322Z] e036ac44f222: Layer already exists [2025-08-26T11:18:00.322Z] latest: digest: sha256:e8cbb4ed46a95474c3fe186c6447077fc256681596075016337be8c5e08b0b25 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:18:00.952Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:18:01.299Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.49 [2025-08-26T11:18:01.299Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-08-26T11:18:01.299Z] 168456a81c8b: Preparing [2025-08-26T11:18:01.299Z] b1b518266da9: Preparing [2025-08-26T11:18:01.299Z] d90f8e436ba3: Preparing [2025-08-26T11:18:01.299Z] 65c6dcae6ae1: Preparing [2025-08-26T11:18:01.299Z] 4c585ddb4f0e: Preparing [2025-08-26T11:18:01.299Z] e036ac44f222: Preparing [2025-08-26T11:18:01.299Z] 55007d7605de: Preparing [2025-08-26T11:18:01.299Z] 1e890da81ec9: Preparing [2025-08-26T11:18:01.299Z] 55007d7605de: Waiting [2025-08-26T11:18:01.299Z] 1e890da81ec9: Waiting [2025-08-26T11:18:01.299Z] e036ac44f222: Waiting [2025-08-26T11:18:01.299Z] 4c585ddb4f0e: Layer already exists [2025-08-26T11:18:01.299Z] 65c6dcae6ae1: Layer already exists [2025-08-26T11:18:01.299Z] b1b518266da9: Layer already exists [2025-08-26T11:18:01.299Z] 168456a81c8b: Layer already exists [2025-08-26T11:18:01.299Z] d90f8e436ba3: Layer already exists [2025-08-26T11:18:01.299Z] e036ac44f222: Layer already exists [2025-08-26T11:18:01.299Z] 1e890da81ec9: Layer already exists [2025-08-26T11:18:01.299Z] 55007d7605de: Layer already exists [2025-08-26T11:18:01.561Z] 4.1.0-dev.49: digest: sha256:e8cbb4ed46a95474c3fe186c6447077fc256681596075016337be8c5e08b0b25 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:18:01.915Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:18:02.271Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T11:18:02.271Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-08-26T11:18:02.271Z] 168456a81c8b: Preparing [2025-08-26T11:18:02.271Z] b1b518266da9: Preparing [2025-08-26T11:18:02.271Z] d90f8e436ba3: Preparing [2025-08-26T11:18:02.271Z] 65c6dcae6ae1: Preparing [2025-08-26T11:18:02.271Z] 4c585ddb4f0e: Preparing [2025-08-26T11:18:02.271Z] e036ac44f222: Preparing [2025-08-26T11:18:02.271Z] 55007d7605de: Preparing [2025-08-26T11:18:02.271Z] 1e890da81ec9: Preparing [2025-08-26T11:18:02.271Z] e036ac44f222: Waiting [2025-08-26T11:18:02.271Z] 55007d7605de: Waiting [2025-08-26T11:18:02.271Z] 1e890da81ec9: Waiting [2025-08-26T11:18:02.271Z] 168456a81c8b: Layer already exists [2025-08-26T11:18:02.271Z] d90f8e436ba3: Layer already exists [2025-08-26T11:18:02.271Z] 4c585ddb4f0e: Layer already exists [2025-08-26T11:18:02.271Z] b1b518266da9: Layer already exists [2025-08-26T11:18:02.271Z] 65c6dcae6ae1: Layer already exists [2025-08-26T11:18:02.271Z] e036ac44f222: Layer already exists [2025-08-26T11:18:02.271Z] 55007d7605de: Layer already exists [2025-08-26T11:18:02.271Z] 1e890da81ec9: Layer already exists [2025-08-26T11:18:02.537Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49: digest: sha256:e8cbb4ed46a95474c3fe186c6447077fc256681596075016337be8c5e08b0b25 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:18:02.895Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:18:03.248Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2025-08-26T11:18:03.248Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-08-26T11:18:03.248Z] 168456a81c8b: Preparing [2025-08-26T11:18:03.248Z] b1b518266da9: Preparing [2025-08-26T11:18:03.248Z] d90f8e436ba3: Preparing [2025-08-26T11:18:03.248Z] 65c6dcae6ae1: Preparing [2025-08-26T11:18:03.248Z] 4c585ddb4f0e: Preparing [2025-08-26T11:18:03.248Z] e036ac44f222: Preparing [2025-08-26T11:18:03.248Z] 55007d7605de: Preparing [2025-08-26T11:18:03.248Z] 1e890da81ec9: Preparing [2025-08-26T11:18:03.248Z] e036ac44f222: Waiting [2025-08-26T11:18:03.248Z] 55007d7605de: Waiting [2025-08-26T11:18:03.248Z] 1e890da81ec9: Waiting [2025-08-26T11:18:03.248Z] 4c585ddb4f0e: Layer already exists [2025-08-26T11:18:03.248Z] d90f8e436ba3: Layer already exists [2025-08-26T11:18:03.248Z] 168456a81c8b: Layer already exists [2025-08-26T11:18:03.248Z] 65c6dcae6ae1: Layer already exists [2025-08-26T11:18:03.248Z] b1b518266da9: Layer already exists [2025-08-26T11:18:03.248Z] 55007d7605de: Layer already exists [2025-08-26T11:18:03.248Z] 1e890da81ec9: Layer already exists [2025-08-26T11:18:03.248Z] e036ac44f222: Layer already exists [2025-08-26T11:18:03.248Z] main: digest: sha256:e8cbb4ed46a95474c3fe186c6447077fc256681596075016337be8c5e08b0b25 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-26T11:18:03.321Z] ===================================================== [Pipeline] echo [2025-08-26T11:18:03.334Z] taggedImages: [2025-08-26T11:18:03.334Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T11:18:03.334Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2025-08-26T11:18:03.334Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.49 [2025-08-26T11:18:03.334Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T11:18:03.334Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2025-08-26T11:18:03.365Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2025-08-26T11:18:03.365Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T11:18:03.365Z] latest [2025-08-26T11:18:03.365Z] 4.1.0-dev.49 [2025-08-26T11:18:03.365Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T11:18:03.365Z] main [2025-08-26T11:18:03.365Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:18:03.712Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:18:04.061Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T11:18:04.061Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-08-26T11:18:04.061Z] 0275cdb0190d: Preparing [2025-08-26T11:18:04.061Z] 4204102fcb77: Preparing [2025-08-26T11:18:04.061Z] eef67e110a00: Preparing [2025-08-26T11:18:04.061Z] 4b042e8e49f1: Preparing [2025-08-26T11:18:04.061Z] 89e5f70265e9: Preparing [2025-08-26T11:18:04.061Z] 10c596ace28b: Preparing [2025-08-26T11:18:04.061Z] 4ce4c4524779: Preparing [2025-08-26T11:18:04.061Z] 65c6dcae6ae1: Preparing [2025-08-26T11:18:04.061Z] 4c585ddb4f0e: Preparing [2025-08-26T11:18:04.061Z] 6f6ef4c336a3: Preparing [2025-08-26T11:18:04.061Z] c9b861676532: Preparing [2025-08-26T11:18:04.061Z] 5f70bf18a086: Preparing [2025-08-26T11:18:04.061Z] 3428340ac7d9: Preparing [2025-08-26T11:18:04.061Z] 14efb879fde6: Preparing [2025-08-26T11:18:04.061Z] 518537896350: Preparing [2025-08-26T11:18:04.061Z] 1e890da81ec9: Preparing [2025-08-26T11:18:04.061Z] 6f6ef4c336a3: Waiting [2025-08-26T11:18:04.061Z] 10c596ace28b: Waiting [2025-08-26T11:18:04.061Z] 4ce4c4524779: Waiting [2025-08-26T11:18:04.061Z] 65c6dcae6ae1: Waiting [2025-08-26T11:18:04.061Z] 4c585ddb4f0e: Waiting [2025-08-26T11:18:04.061Z] 5f70bf18a086: Waiting [2025-08-26T11:18:04.061Z] 3428340ac7d9: Waiting [2025-08-26T11:18:04.061Z] 14efb879fde6: Waiting [2025-08-26T11:18:04.061Z] 518537896350: Waiting [2025-08-26T11:18:04.061Z] 1e890da81ec9: Waiting [2025-08-26T11:18:04.327Z] 4204102fcb77: Pushed [2025-08-26T11:18:04.327Z] eef67e110a00: Pushed [2025-08-26T11:18:04.327Z] 4b042e8e49f1: Pushed [2025-08-26T11:18:04.327Z] 0275cdb0190d: Pushed [2025-08-26T11:18:04.327Z] 89e5f70265e9: Pushed [2025-08-26T11:18:04.327Z] 65c6dcae6ae1: Layer already exists [2025-08-26T11:18:04.327Z] 4c585ddb4f0e: Layer already exists [2025-08-26T11:18:04.327Z] 10c596ace28b: Pushed [2025-08-26T11:18:04.327Z] 5f70bf18a086: Layer already exists [2025-08-26T11:18:04.592Z] c9b861676532: Pushed [2025-08-26T11:18:04.592Z] 6f6ef4c336a3: Pushed [2025-08-26T11:18:04.592Z] 1e890da81ec9: Layer already exists [2025-08-26T11:18:04.592Z] 3428340ac7d9: Pushed [2025-08-26T11:18:04.592Z] 518537896350: Pushed [2025-08-26T11:18:04.857Z] 14efb879fde6: Pushed [2025-08-26T11:18:07.426Z] 4ce4c4524779: Pushed [2025-08-26T11:18:07.426Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5: digest: sha256:b5e727bedb8e8e56608399bc3f4b992aa7c05cb1fff816c26ce8fe51b058c198 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:18:08.036Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:18:08.381Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2025-08-26T11:18:08.381Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-08-26T11:18:08.381Z] 0275cdb0190d: Preparing [2025-08-26T11:18:08.381Z] 4204102fcb77: Preparing [2025-08-26T11:18:08.381Z] eef67e110a00: Preparing [2025-08-26T11:18:08.381Z] 4b042e8e49f1: Preparing [2025-08-26T11:18:08.381Z] 89e5f70265e9: Preparing [2025-08-26T11:18:08.381Z] 10c596ace28b: Preparing [2025-08-26T11:18:08.381Z] 4ce4c4524779: Preparing [2025-08-26T11:18:08.381Z] 65c6dcae6ae1: Preparing [2025-08-26T11:18:08.381Z] 4c585ddb4f0e: Preparing [2025-08-26T11:18:08.381Z] 6f6ef4c336a3: Preparing [2025-08-26T11:18:08.381Z] c9b861676532: Preparing [2025-08-26T11:18:08.381Z] 5f70bf18a086: Preparing [2025-08-26T11:18:08.381Z] 3428340ac7d9: Preparing [2025-08-26T11:18:08.381Z] 14efb879fde6: Preparing [2025-08-26T11:18:08.381Z] 518537896350: Preparing [2025-08-26T11:18:08.381Z] 1e890da81ec9: Preparing [2025-08-26T11:18:08.381Z] c9b861676532: Waiting [2025-08-26T11:18:08.381Z] 10c596ace28b: Waiting [2025-08-26T11:18:08.381Z] 4ce4c4524779: Waiting [2025-08-26T11:18:08.381Z] 5f70bf18a086: Waiting [2025-08-26T11:18:08.381Z] 3428340ac7d9: Waiting [2025-08-26T11:18:08.381Z] 14efb879fde6: Waiting [2025-08-26T11:18:08.381Z] 518537896350: Waiting [2025-08-26T11:18:08.381Z] 65c6dcae6ae1: Waiting [2025-08-26T11:18:08.381Z] 4c585ddb4f0e: Waiting [2025-08-26T11:18:08.381Z] 6f6ef4c336a3: Waiting [2025-08-26T11:18:08.381Z] 1e890da81ec9: Waiting [2025-08-26T11:18:08.381Z] 89e5f70265e9: Layer already exists [2025-08-26T11:18:08.381Z] 0275cdb0190d: Layer already exists [2025-08-26T11:18:08.381Z] 4b042e8e49f1: Layer already exists [2025-08-26T11:18:08.381Z] 4204102fcb77: Layer already exists [2025-08-26T11:18:08.381Z] eef67e110a00: Layer already exists [2025-08-26T11:18:08.381Z] 4ce4c4524779: Layer already exists [2025-08-26T11:18:08.381Z] 65c6dcae6ae1: Layer already exists [2025-08-26T11:18:08.381Z] 4c585ddb4f0e: Layer already exists [2025-08-26T11:18:08.381Z] 10c596ace28b: Layer already exists [2025-08-26T11:18:08.381Z] 6f6ef4c336a3: Layer already exists [2025-08-26T11:18:08.381Z] 5f70bf18a086: Layer already exists [2025-08-26T11:18:08.381Z] c9b861676532: Layer already exists [2025-08-26T11:18:08.381Z] 3428340ac7d9: Layer already exists [2025-08-26T11:18:08.381Z] 518537896350: Layer already exists [2025-08-26T11:18:08.382Z] 14efb879fde6: Layer already exists [2025-08-26T11:18:08.645Z] 1e890da81ec9: Layer already exists [2025-08-26T11:18:08.645Z] latest: digest: sha256:b5e727bedb8e8e56608399bc3f4b992aa7c05cb1fff816c26ce8fe51b058c198 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:18:08.997Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:18:09.348Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.49 [2025-08-26T11:18:09.348Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-08-26T11:18:09.348Z] 0275cdb0190d: Preparing [2025-08-26T11:18:09.348Z] 4204102fcb77: Preparing [2025-08-26T11:18:09.348Z] eef67e110a00: Preparing [2025-08-26T11:18:09.348Z] 4b042e8e49f1: Preparing [2025-08-26T11:18:09.348Z] 89e5f70265e9: Preparing [2025-08-26T11:18:09.348Z] 10c596ace28b: Preparing [2025-08-26T11:18:09.348Z] 4ce4c4524779: Preparing [2025-08-26T11:18:09.348Z] 65c6dcae6ae1: Preparing [2025-08-26T11:18:09.348Z] 4c585ddb4f0e: Preparing [2025-08-26T11:18:09.348Z] 6f6ef4c336a3: Preparing [2025-08-26T11:18:09.348Z] c9b861676532: Preparing [2025-08-26T11:18:09.348Z] 5f70bf18a086: Preparing [2025-08-26T11:18:09.348Z] 3428340ac7d9: Preparing [2025-08-26T11:18:09.348Z] 14efb879fde6: Preparing [2025-08-26T11:18:09.348Z] 518537896350: Preparing [2025-08-26T11:18:09.348Z] 1e890da81ec9: Preparing [2025-08-26T11:18:09.348Z] 6f6ef4c336a3: Waiting [2025-08-26T11:18:09.348Z] c9b861676532: Waiting [2025-08-26T11:18:09.348Z] 5f70bf18a086: Waiting [2025-08-26T11:18:09.348Z] 3428340ac7d9: Waiting [2025-08-26T11:18:09.348Z] 14efb879fde6: Waiting [2025-08-26T11:18:09.348Z] 518537896350: Waiting [2025-08-26T11:18:09.348Z] 1e890da81ec9: Waiting [2025-08-26T11:18:09.348Z] 10c596ace28b: Waiting [2025-08-26T11:18:09.348Z] 4ce4c4524779: Waiting [2025-08-26T11:18:09.348Z] 65c6dcae6ae1: Waiting [2025-08-26T11:18:09.348Z] 4c585ddb4f0e: Waiting [2025-08-26T11:18:09.348Z] 4b042e8e49f1: Layer already exists [2025-08-26T11:18:09.348Z] 4204102fcb77: Layer already exists [2025-08-26T11:18:09.348Z] 0275cdb0190d: Layer already exists [2025-08-26T11:18:09.348Z] 89e5f70265e9: Layer already exists [2025-08-26T11:18:09.348Z] eef67e110a00: Layer already exists [2025-08-26T11:18:09.348Z] 4c585ddb4f0e: Layer already exists [2025-08-26T11:18:09.348Z] 65c6dcae6ae1: Layer already exists [2025-08-26T11:18:09.348Z] 4ce4c4524779: Layer already exists [2025-08-26T11:18:09.348Z] 6f6ef4c336a3: Layer already exists [2025-08-26T11:18:09.348Z] 10c596ace28b: Layer already exists [2025-08-26T11:18:09.348Z] c9b861676532: Layer already exists [2025-08-26T11:18:09.348Z] 5f70bf18a086: Layer already exists [2025-08-26T11:18:09.348Z] 3428340ac7d9: Layer already exists [2025-08-26T11:18:09.348Z] 14efb879fde6: Layer already exists [2025-08-26T11:18:09.348Z] 518537896350: Layer already exists [2025-08-26T11:18:09.348Z] 1e890da81ec9: Layer already exists [2025-08-26T11:18:09.611Z] 4.1.0-dev.49: digest: sha256:b5e727bedb8e8e56608399bc3f4b992aa7c05cb1fff816c26ce8fe51b058c198 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:18:09.957Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:18:10.308Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T11:18:10.308Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-08-26T11:18:10.308Z] 0275cdb0190d: Preparing [2025-08-26T11:18:10.308Z] 4204102fcb77: Preparing [2025-08-26T11:18:10.308Z] eef67e110a00: Preparing [2025-08-26T11:18:10.308Z] 4b042e8e49f1: Preparing [2025-08-26T11:18:10.308Z] 89e5f70265e9: Preparing [2025-08-26T11:18:10.308Z] 10c596ace28b: Preparing [2025-08-26T11:18:10.308Z] 4ce4c4524779: Preparing [2025-08-26T11:18:10.308Z] 65c6dcae6ae1: Preparing [2025-08-26T11:18:10.308Z] 4c585ddb4f0e: Preparing [2025-08-26T11:18:10.308Z] 6f6ef4c336a3: Preparing [2025-08-26T11:18:10.308Z] c9b861676532: Preparing [2025-08-26T11:18:10.308Z] 5f70bf18a086: Preparing [2025-08-26T11:18:10.308Z] 3428340ac7d9: Preparing [2025-08-26T11:18:10.308Z] 14efb879fde6: Preparing [2025-08-26T11:18:10.308Z] 518537896350: Preparing [2025-08-26T11:18:10.308Z] 1e890da81ec9: Preparing [2025-08-26T11:18:10.308Z] 10c596ace28b: Waiting [2025-08-26T11:18:10.308Z] 4ce4c4524779: Waiting [2025-08-26T11:18:10.308Z] 65c6dcae6ae1: Waiting [2025-08-26T11:18:10.308Z] 4c585ddb4f0e: Waiting [2025-08-26T11:18:10.308Z] 6f6ef4c336a3: Waiting [2025-08-26T11:18:10.308Z] c9b861676532: Waiting [2025-08-26T11:18:10.308Z] 5f70bf18a086: Waiting [2025-08-26T11:18:10.308Z] 3428340ac7d9: Waiting [2025-08-26T11:18:10.308Z] 14efb879fde6: Waiting [2025-08-26T11:18:10.308Z] 518537896350: Waiting [2025-08-26T11:18:10.308Z] 1e890da81ec9: Waiting [2025-08-26T11:18:10.308Z] eef67e110a00: Layer already exists [2025-08-26T11:18:10.308Z] 0275cdb0190d: Layer already exists [2025-08-26T11:18:10.308Z] 4204102fcb77: Layer already exists [2025-08-26T11:18:10.308Z] 4b042e8e49f1: Layer already exists [2025-08-26T11:18:10.308Z] 89e5f70265e9: Layer already exists [2025-08-26T11:18:10.308Z] 4ce4c4524779: Layer already exists [2025-08-26T11:18:10.308Z] 10c596ace28b: Layer already exists [2025-08-26T11:18:10.308Z] 6f6ef4c336a3: Layer already exists [2025-08-26T11:18:10.308Z] 65c6dcae6ae1: Layer already exists [2025-08-26T11:18:10.308Z] 4c585ddb4f0e: Layer already exists [2025-08-26T11:18:10.308Z] 518537896350: Layer already exists [2025-08-26T11:18:10.308Z] 5f70bf18a086: Layer already exists [2025-08-26T11:18:10.308Z] 3428340ac7d9: Layer already exists [2025-08-26T11:18:10.308Z] c9b861676532: Layer already exists [2025-08-26T11:18:10.308Z] 14efb879fde6: Layer already exists [2025-08-26T11:18:10.308Z] 1e890da81ec9: Layer already exists [2025-08-26T11:18:10.572Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49: digest: sha256:b5e727bedb8e8e56608399bc3f4b992aa7c05cb1fff816c26ce8fe51b058c198 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:18:10.916Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:18:11.276Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2025-08-26T11:18:11.276Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-08-26T11:18:11.276Z] 0275cdb0190d: Preparing [2025-08-26T11:18:11.276Z] 4204102fcb77: Preparing [2025-08-26T11:18:11.276Z] eef67e110a00: Preparing [2025-08-26T11:18:11.276Z] 4b042e8e49f1: Preparing [2025-08-26T11:18:11.276Z] 89e5f70265e9: Preparing [2025-08-26T11:18:11.276Z] 10c596ace28b: Preparing [2025-08-26T11:18:11.276Z] 4ce4c4524779: Preparing [2025-08-26T11:18:11.276Z] 65c6dcae6ae1: Preparing [2025-08-26T11:18:11.276Z] 4c585ddb4f0e: Preparing [2025-08-26T11:18:11.276Z] 6f6ef4c336a3: Preparing [2025-08-26T11:18:11.276Z] c9b861676532: Preparing [2025-08-26T11:18:11.276Z] 5f70bf18a086: Preparing [2025-08-26T11:18:11.276Z] 3428340ac7d9: Preparing [2025-08-26T11:18:11.276Z] 14efb879fde6: Preparing [2025-08-26T11:18:11.276Z] 518537896350: Preparing [2025-08-26T11:18:11.276Z] 1e890da81ec9: Preparing [2025-08-26T11:18:11.276Z] 6f6ef4c336a3: Waiting [2025-08-26T11:18:11.276Z] c9b861676532: Waiting [2025-08-26T11:18:11.276Z] 5f70bf18a086: Waiting [2025-08-26T11:18:11.276Z] 3428340ac7d9: Waiting [2025-08-26T11:18:11.276Z] 14efb879fde6: Waiting [2025-08-26T11:18:11.276Z] 518537896350: Waiting [2025-08-26T11:18:11.276Z] 1e890da81ec9: Waiting [2025-08-26T11:18:11.276Z] 65c6dcae6ae1: Waiting [2025-08-26T11:18:11.276Z] 10c596ace28b: Waiting [2025-08-26T11:18:11.276Z] 4ce4c4524779: Waiting [2025-08-26T11:18:11.276Z] 4c585ddb4f0e: Waiting [2025-08-26T11:18:11.276Z] 4b042e8e49f1: Layer already exists [2025-08-26T11:18:11.276Z] eef67e110a00: Layer already exists [2025-08-26T11:18:11.276Z] 89e5f70265e9: Layer already exists [2025-08-26T11:18:11.276Z] 0275cdb0190d: Layer already exists [2025-08-26T11:18:11.276Z] 4204102fcb77: Layer already exists [2025-08-26T11:18:11.276Z] 4ce4c4524779: Layer already exists [2025-08-26T11:18:11.276Z] 4c585ddb4f0e: Layer already exists [2025-08-26T11:18:11.276Z] 65c6dcae6ae1: Layer already exists [2025-08-26T11:18:11.276Z] 10c596ace28b: Layer already exists [2025-08-26T11:18:11.276Z] 6f6ef4c336a3: Layer already exists [2025-08-26T11:18:11.276Z] 14efb879fde6: Layer already exists [2025-08-26T11:18:11.276Z] c9b861676532: Layer already exists [2025-08-26T11:18:11.276Z] 3428340ac7d9: Layer already exists [2025-08-26T11:18:11.276Z] 518537896350: Layer already exists [2025-08-26T11:18:11.276Z] 5f70bf18a086: Layer already exists [2025-08-26T11:18:11.276Z] 1e890da81ec9: Layer already exists [2025-08-26T11:18:11.539Z] main: digest: sha256:b5e727bedb8e8e56608399bc3f4b992aa7c05cb1fff816c26ce8fe51b058c198 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-26T11:18:11.614Z] ===================================================== [Pipeline] echo [2025-08-26T11:18:11.627Z] taggedImages: [2025-08-26T11:18:11.627Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T11:18:11.627Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2025-08-26T11:18:11.627Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.49 [2025-08-26T11:18:11.627Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T11:18:11.627Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2025-08-26T11:18:11.654Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2025-08-26T11:18:11.654Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T11:18:11.654Z] latest [2025-08-26T11:18:11.654Z] 4.1.0-dev.49 [2025-08-26T11:18:11.654Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T11:18:11.654Z] main [2025-08-26T11:18:11.654Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:18:12.027Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:18:12.391Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T11:18:12.391Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-08-26T11:18:12.391Z] 51481ce36e13: Preparing [2025-08-26T11:18:12.391Z] 369645f26484: Preparing [2025-08-26T11:18:12.391Z] 2a5a459c1b16: Preparing [2025-08-26T11:18:12.391Z] 622d3fd78391: Preparing [2025-08-26T11:18:12.391Z] 65c6dcae6ae1: Preparing [2025-08-26T11:18:12.391Z] 4c585ddb4f0e: Preparing [2025-08-26T11:18:12.391Z] e036ac44f222: Preparing [2025-08-26T11:18:12.391Z] 55007d7605de: Preparing [2025-08-26T11:18:12.391Z] 1e890da81ec9: Preparing [2025-08-26T11:18:12.391Z] 4c585ddb4f0e: Waiting [2025-08-26T11:18:12.391Z] e036ac44f222: Waiting [2025-08-26T11:18:12.391Z] 55007d7605de: Waiting [2025-08-26T11:18:12.391Z] 1e890da81ec9: Waiting [2025-08-26T11:18:12.391Z] 65c6dcae6ae1: Layer already exists [2025-08-26T11:18:12.658Z] 4c585ddb4f0e: Layer already exists [2025-08-26T11:18:12.658Z] 2a5a459c1b16: Pushed [2025-08-26T11:18:12.658Z] e036ac44f222: Layer already exists [2025-08-26T11:18:12.658Z] 369645f26484: Pushed [2025-08-26T11:18:12.658Z] 55007d7605de: Layer already exists [2025-08-26T11:18:12.658Z] 51481ce36e13: Pushed [2025-08-26T11:18:12.658Z] 1e890da81ec9: Layer already exists [2025-08-26T11:18:20.851Z] 622d3fd78391: Pushed [2025-08-26T11:18:20.851Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5: digest: sha256:e5feb861ed9c6f94baef6f887b2be096b1b34d566e000fa18af1428fbb378c38 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:18:21.212Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:18:21.567Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2025-08-26T11:18:21.567Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-08-26T11:18:21.567Z] 51481ce36e13: Preparing [2025-08-26T11:18:21.567Z] 369645f26484: Preparing [2025-08-26T11:18:21.567Z] 2a5a459c1b16: Preparing [2025-08-26T11:18:21.567Z] 622d3fd78391: Preparing [2025-08-26T11:18:21.567Z] 65c6dcae6ae1: Preparing [2025-08-26T11:18:21.567Z] 4c585ddb4f0e: Preparing [2025-08-26T11:18:21.568Z] e036ac44f222: Preparing [2025-08-26T11:18:21.568Z] 55007d7605de: Preparing [2025-08-26T11:18:21.568Z] 1e890da81ec9: Preparing [2025-08-26T11:18:21.568Z] 4c585ddb4f0e: Waiting [2025-08-26T11:18:21.568Z] e036ac44f222: Waiting [2025-08-26T11:18:21.568Z] 55007d7605de: Waiting [2025-08-26T11:18:21.568Z] 1e890da81ec9: Waiting [2025-08-26T11:18:21.568Z] 369645f26484: Layer already exists [2025-08-26T11:18:21.568Z] 65c6dcae6ae1: Layer already exists [2025-08-26T11:18:21.568Z] 2a5a459c1b16: Layer already exists [2025-08-26T11:18:21.568Z] 51481ce36e13: Layer already exists [2025-08-26T11:18:21.568Z] 622d3fd78391: Layer already exists [2025-08-26T11:18:21.568Z] 4c585ddb4f0e: Layer already exists [2025-08-26T11:18:21.568Z] e036ac44f222: Layer already exists [2025-08-26T11:18:21.568Z] 55007d7605de: Layer already exists [2025-08-26T11:18:21.568Z] 1e890da81ec9: Layer already exists [2025-08-26T11:18:21.832Z] latest: digest: sha256:e5feb861ed9c6f94baef6f887b2be096b1b34d566e000fa18af1428fbb378c38 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:18:22.181Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:18:22.538Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.49 [2025-08-26T11:18:22.538Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-08-26T11:18:22.538Z] 51481ce36e13: Preparing [2025-08-26T11:18:22.538Z] 369645f26484: Preparing [2025-08-26T11:18:22.538Z] 2a5a459c1b16: Preparing [2025-08-26T11:18:22.538Z] 622d3fd78391: Preparing [2025-08-26T11:18:22.538Z] 65c6dcae6ae1: Preparing [2025-08-26T11:18:22.538Z] 4c585ddb4f0e: Preparing [2025-08-26T11:18:22.538Z] e036ac44f222: Preparing [2025-08-26T11:18:22.538Z] 55007d7605de: Preparing [2025-08-26T11:18:22.538Z] 1e890da81ec9: Preparing [2025-08-26T11:18:22.538Z] 4c585ddb4f0e: Waiting [2025-08-26T11:18:22.538Z] e036ac44f222: Waiting [2025-08-26T11:18:22.538Z] 55007d7605de: Waiting [2025-08-26T11:18:22.538Z] 1e890da81ec9: Waiting [2025-08-26T11:18:22.538Z] 2a5a459c1b16: Layer already exists [2025-08-26T11:18:22.538Z] 369645f26484: Layer already exists [2025-08-26T11:18:22.538Z] 51481ce36e13: Layer already exists [2025-08-26T11:18:22.538Z] 622d3fd78391: Layer already exists [2025-08-26T11:18:22.538Z] 65c6dcae6ae1: Layer already exists [2025-08-26T11:18:22.538Z] 1e890da81ec9: Layer already exists [2025-08-26T11:18:22.538Z] 55007d7605de: Layer already exists [2025-08-26T11:18:22.538Z] e036ac44f222: Layer already exists [2025-08-26T11:18:22.538Z] 4c585ddb4f0e: Layer already exists [2025-08-26T11:18:22.803Z] 4.1.0-dev.49: digest: sha256:e5feb861ed9c6f94baef6f887b2be096b1b34d566e000fa18af1428fbb378c38 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:18:23.158Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:18:23.500Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T11:18:23.500Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-08-26T11:18:23.500Z] 51481ce36e13: Preparing [2025-08-26T11:18:23.500Z] 369645f26484: Preparing [2025-08-26T11:18:23.500Z] 2a5a459c1b16: Preparing [2025-08-26T11:18:23.500Z] 622d3fd78391: Preparing [2025-08-26T11:18:23.500Z] 65c6dcae6ae1: Preparing [2025-08-26T11:18:23.500Z] 4c585ddb4f0e: Preparing [2025-08-26T11:18:23.500Z] e036ac44f222: Preparing [2025-08-26T11:18:23.500Z] 55007d7605de: Preparing [2025-08-26T11:18:23.500Z] 1e890da81ec9: Preparing [2025-08-26T11:18:23.500Z] 4c585ddb4f0e: Waiting [2025-08-26T11:18:23.500Z] e036ac44f222: Waiting [2025-08-26T11:18:23.500Z] 55007d7605de: Waiting [2025-08-26T11:18:23.500Z] 1e890da81ec9: Waiting [2025-08-26T11:18:23.500Z] 369645f26484: Layer already exists [2025-08-26T11:18:23.500Z] 622d3fd78391: Layer already exists [2025-08-26T11:18:23.500Z] 65c6dcae6ae1: Layer already exists [2025-08-26T11:18:23.500Z] 51481ce36e13: Layer already exists [2025-08-26T11:18:23.500Z] 2a5a459c1b16: Layer already exists [2025-08-26T11:18:23.500Z] 4c585ddb4f0e: Layer already exists [2025-08-26T11:18:23.500Z] 55007d7605de: Layer already exists [2025-08-26T11:18:23.500Z] e036ac44f222: Layer already exists [2025-08-26T11:18:23.500Z] 1e890da81ec9: Layer already exists [2025-08-26T11:18:23.764Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49: digest: sha256:e5feb861ed9c6f94baef6f887b2be096b1b34d566e000fa18af1428fbb378c38 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:18:24.120Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:18:24.479Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2025-08-26T11:18:24.479Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-08-26T11:18:24.479Z] 51481ce36e13: Preparing [2025-08-26T11:18:24.479Z] 369645f26484: Preparing [2025-08-26T11:18:24.479Z] 2a5a459c1b16: Preparing [2025-08-26T11:18:24.479Z] 622d3fd78391: Preparing [2025-08-26T11:18:24.479Z] 65c6dcae6ae1: Preparing [2025-08-26T11:18:24.479Z] 4c585ddb4f0e: Preparing [2025-08-26T11:18:24.479Z] e036ac44f222: Preparing [2025-08-26T11:18:24.479Z] 55007d7605de: Preparing [2025-08-26T11:18:24.479Z] 1e890da81ec9: Preparing [2025-08-26T11:18:24.479Z] 4c585ddb4f0e: Waiting [2025-08-26T11:18:24.479Z] e036ac44f222: Waiting [2025-08-26T11:18:24.479Z] 55007d7605de: Waiting [2025-08-26T11:18:24.479Z] 1e890da81ec9: Waiting [2025-08-26T11:18:24.479Z] 369645f26484: Layer already exists [2025-08-26T11:18:24.479Z] 2a5a459c1b16: Layer already exists [2025-08-26T11:18:24.479Z] 51481ce36e13: Layer already exists [2025-08-26T11:18:24.479Z] 622d3fd78391: Layer already exists [2025-08-26T11:18:24.479Z] 65c6dcae6ae1: Layer already exists [2025-08-26T11:18:24.479Z] e036ac44f222: Layer already exists [2025-08-26T11:18:24.479Z] 4c585ddb4f0e: Layer already exists [2025-08-26T11:18:24.479Z] 1e890da81ec9: Layer already exists [2025-08-26T11:18:24.479Z] 55007d7605de: Layer already exists [2025-08-26T11:18:24.745Z] main: digest: sha256:e5feb861ed9c6f94baef6f887b2be096b1b34d566e000fa18af1428fbb378c38 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-26T11:18:24.822Z] ===================================================== [Pipeline] echo [2025-08-26T11:18:24.839Z] taggedImages: [2025-08-26T11:18:24.839Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T11:18:24.839Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2025-08-26T11:18:24.839Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.49 [2025-08-26T11:18:24.839Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T11:18:24.839Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2025-08-26T11:18:24.869Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2025-08-26T11:18:24.869Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T11:18:24.869Z] latest [2025-08-26T11:18:24.869Z] 4.1.0-dev.49 [2025-08-26T11:18:24.869Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T11:18:24.869Z] main [2025-08-26T11:18:24.869Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:18:25.322Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:18:25.674Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T11:18:25.674Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-08-26T11:18:25.674Z] fdc640d2aec0: Preparing [2025-08-26T11:18:25.674Z] ad49876293de: Preparing [2025-08-26T11:18:25.674Z] a0ca1f514855: Preparing [2025-08-26T11:18:25.674Z] 5524e91e1f67: Preparing [2025-08-26T11:18:25.674Z] 3fa668c6b544: Preparing [2025-08-26T11:18:25.674Z] 65c6dcae6ae1: Preparing [2025-08-26T11:18:25.674Z] 4c585ddb4f0e: Preparing [2025-08-26T11:18:25.674Z] 1d5b1a84b070: Preparing [2025-08-26T11:18:25.674Z] 111bc0c5be65: Preparing [2025-08-26T11:18:25.674Z] 1556fa398dcb: Preparing [2025-08-26T11:18:25.674Z] 1e890da81ec9: Preparing [2025-08-26T11:18:25.674Z] 4c585ddb4f0e: Waiting [2025-08-26T11:18:25.674Z] 1d5b1a84b070: Waiting [2025-08-26T11:18:25.674Z] 111bc0c5be65: Waiting [2025-08-26T11:18:25.674Z] 1556fa398dcb: Waiting [2025-08-26T11:18:25.674Z] 1e890da81ec9: Waiting [2025-08-26T11:18:25.674Z] 65c6dcae6ae1: Waiting [2025-08-26T11:18:25.940Z] 5524e91e1f67: Pushed [2025-08-26T11:18:25.940Z] ad49876293de: Pushed [2025-08-26T11:18:25.940Z] fdc640d2aec0: Pushed [2025-08-26T11:18:25.940Z] 3fa668c6b544: Pushed [2025-08-26T11:18:25.940Z] 65c6dcae6ae1: Layer already exists [2025-08-26T11:18:25.940Z] 4c585ddb4f0e: Layer already exists [2025-08-26T11:18:25.940Z] 1e890da81ec9: Layer already exists [2025-08-26T11:18:25.940Z] 1d5b1a84b070: Pushed [2025-08-26T11:18:26.207Z] 111bc0c5be65: Pushed [2025-08-26T11:18:29.539Z] 1556fa398dcb: Pushed [2025-08-26T11:18:32.110Z] a0ca1f514855: Pushed [2025-08-26T11:18:32.110Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5: digest: sha256:8eb8c360063d2a3913ca997e69a76c9a6935f443ba5d5a1988fdb758938b277d size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:18:32.472Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:18:32.819Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2025-08-26T11:18:32.819Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-08-26T11:18:32.819Z] fdc640d2aec0: Preparing [2025-08-26T11:18:32.819Z] ad49876293de: Preparing [2025-08-26T11:18:32.819Z] a0ca1f514855: Preparing [2025-08-26T11:18:32.819Z] 5524e91e1f67: Preparing [2025-08-26T11:18:32.819Z] 3fa668c6b544: Preparing [2025-08-26T11:18:32.819Z] 65c6dcae6ae1: Preparing [2025-08-26T11:18:32.819Z] 4c585ddb4f0e: Preparing [2025-08-26T11:18:32.819Z] 1d5b1a84b070: Preparing [2025-08-26T11:18:32.819Z] 111bc0c5be65: Preparing [2025-08-26T11:18:32.819Z] 1556fa398dcb: Preparing [2025-08-26T11:18:32.819Z] 1e890da81ec9: Preparing [2025-08-26T11:18:32.819Z] 65c6dcae6ae1: Waiting [2025-08-26T11:18:32.819Z] 4c585ddb4f0e: Waiting [2025-08-26T11:18:32.819Z] 1d5b1a84b070: Waiting [2025-08-26T11:18:32.819Z] 111bc0c5be65: Waiting [2025-08-26T11:18:32.819Z] 1556fa398dcb: Waiting [2025-08-26T11:18:32.819Z] 1e890da81ec9: Waiting [2025-08-26T11:18:32.819Z] 3fa668c6b544: Layer already exists [2025-08-26T11:18:32.819Z] ad49876293de: Layer already exists [2025-08-26T11:18:32.819Z] fdc640d2aec0: Layer already exists [2025-08-26T11:18:32.819Z] 5524e91e1f67: Layer already exists [2025-08-26T11:18:32.819Z] a0ca1f514855: Layer already exists [2025-08-26T11:18:32.819Z] 1d5b1a84b070: Layer already exists [2025-08-26T11:18:32.819Z] 111bc0c5be65: Layer already exists [2025-08-26T11:18:32.819Z] 4c585ddb4f0e: Layer already exists [2025-08-26T11:18:32.819Z] 65c6dcae6ae1: Layer already exists [2025-08-26T11:18:32.819Z] 1556fa398dcb: Layer already exists [2025-08-26T11:18:32.819Z] 1e890da81ec9: Layer already exists [2025-08-26T11:18:33.083Z] latest: digest: sha256:8eb8c360063d2a3913ca997e69a76c9a6935f443ba5d5a1988fdb758938b277d size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:18:33.445Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:18:33.809Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.49 [2025-08-26T11:18:33.809Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-08-26T11:18:33.809Z] fdc640d2aec0: Preparing [2025-08-26T11:18:33.809Z] ad49876293de: Preparing [2025-08-26T11:18:33.809Z] a0ca1f514855: Preparing [2025-08-26T11:18:33.809Z] 5524e91e1f67: Preparing [2025-08-26T11:18:33.809Z] 3fa668c6b544: Preparing [2025-08-26T11:18:33.809Z] 65c6dcae6ae1: Preparing [2025-08-26T11:18:33.809Z] 4c585ddb4f0e: Preparing [2025-08-26T11:18:33.809Z] 1d5b1a84b070: Preparing [2025-08-26T11:18:33.809Z] 111bc0c5be65: Preparing [2025-08-26T11:18:33.809Z] 1556fa398dcb: Preparing [2025-08-26T11:18:33.809Z] 1e890da81ec9: Preparing [2025-08-26T11:18:33.809Z] 4c585ddb4f0e: Waiting [2025-08-26T11:18:33.809Z] 65c6dcae6ae1: Waiting [2025-08-26T11:18:33.809Z] 1d5b1a84b070: Waiting [2025-08-26T11:18:33.809Z] 111bc0c5be65: Waiting [2025-08-26T11:18:33.809Z] 1556fa398dcb: Waiting [2025-08-26T11:18:33.809Z] 1e890da81ec9: Waiting [2025-08-26T11:18:33.809Z] a0ca1f514855: Layer already exists [2025-08-26T11:18:33.809Z] fdc640d2aec0: Layer already exists [2025-08-26T11:18:33.809Z] 3fa668c6b544: Layer already exists [2025-08-26T11:18:33.809Z] ad49876293de: Layer already exists [2025-08-26T11:18:33.809Z] 5524e91e1f67: Layer already exists [2025-08-26T11:18:33.809Z] 65c6dcae6ae1: Layer already exists [2025-08-26T11:18:33.809Z] 4c585ddb4f0e: Layer already exists [2025-08-26T11:18:33.809Z] 111bc0c5be65: Layer already exists [2025-08-26T11:18:33.809Z] 1d5b1a84b070: Layer already exists [2025-08-26T11:18:33.809Z] 1556fa398dcb: Layer already exists [2025-08-26T11:18:33.809Z] 1e890da81ec9: Layer already exists [2025-08-26T11:18:34.076Z] 4.1.0-dev.49: digest: sha256:8eb8c360063d2a3913ca997e69a76c9a6935f443ba5d5a1988fdb758938b277d size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:18:34.429Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:18:34.778Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T11:18:34.779Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-08-26T11:18:34.779Z] fdc640d2aec0: Preparing [2025-08-26T11:18:34.779Z] ad49876293de: Preparing [2025-08-26T11:18:34.779Z] a0ca1f514855: Preparing [2025-08-26T11:18:34.779Z] 5524e91e1f67: Preparing [2025-08-26T11:18:34.779Z] 3fa668c6b544: Preparing [2025-08-26T11:18:34.779Z] 65c6dcae6ae1: Preparing [2025-08-26T11:18:34.779Z] 4c585ddb4f0e: Preparing [2025-08-26T11:18:34.779Z] 1d5b1a84b070: Preparing [2025-08-26T11:18:34.779Z] 111bc0c5be65: Preparing [2025-08-26T11:18:34.779Z] 1556fa398dcb: Preparing [2025-08-26T11:18:34.779Z] 1e890da81ec9: Preparing [2025-08-26T11:18:34.779Z] 1d5b1a84b070: Waiting [2025-08-26T11:18:34.779Z] 111bc0c5be65: Waiting [2025-08-26T11:18:34.779Z] 1556fa398dcb: Waiting [2025-08-26T11:18:34.779Z] 1e890da81ec9: Waiting [2025-08-26T11:18:34.779Z] 65c6dcae6ae1: Waiting [2025-08-26T11:18:34.779Z] 4c585ddb4f0e: Waiting [2025-08-26T11:18:34.779Z] 5524e91e1f67: Layer already exists [2025-08-26T11:18:34.779Z] fdc640d2aec0: Layer already exists [2025-08-26T11:18:34.779Z] ad49876293de: Layer already exists [2025-08-26T11:18:34.779Z] 3fa668c6b544: Layer already exists [2025-08-26T11:18:34.779Z] a0ca1f514855: Layer already exists [2025-08-26T11:18:34.779Z] 4c585ddb4f0e: Layer already exists [2025-08-26T11:18:34.779Z] 111bc0c5be65: Layer already exists [2025-08-26T11:18:34.779Z] 1d5b1a84b070: Layer already exists [2025-08-26T11:18:34.779Z] 1556fa398dcb: Layer already exists [2025-08-26T11:18:34.779Z] 65c6dcae6ae1: Layer already exists [2025-08-26T11:18:34.779Z] 1e890da81ec9: Layer already exists [2025-08-26T11:18:35.045Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49: digest: sha256:8eb8c360063d2a3913ca997e69a76c9a6935f443ba5d5a1988fdb758938b277d size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:18:35.410Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:18:35.760Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2025-08-26T11:18:35.760Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-08-26T11:18:35.760Z] fdc640d2aec0: Preparing [2025-08-26T11:18:35.760Z] ad49876293de: Preparing [2025-08-26T11:18:35.760Z] a0ca1f514855: Preparing [2025-08-26T11:18:35.760Z] 5524e91e1f67: Preparing [2025-08-26T11:18:35.760Z] 3fa668c6b544: Preparing [2025-08-26T11:18:35.760Z] 65c6dcae6ae1: Preparing [2025-08-26T11:18:35.760Z] 4c585ddb4f0e: Preparing [2025-08-26T11:18:35.760Z] 65c6dcae6ae1: Waiting [2025-08-26T11:18:35.760Z] 1d5b1a84b070: Preparing [2025-08-26T11:18:35.760Z] 4c585ddb4f0e: Waiting [2025-08-26T11:18:35.760Z] 111bc0c5be65: Preparing [2025-08-26T11:18:35.760Z] 1d5b1a84b070: Waiting [2025-08-26T11:18:35.760Z] 1556fa398dcb: Preparing [2025-08-26T11:18:35.760Z] 111bc0c5be65: Waiting [2025-08-26T11:18:35.760Z] 1556fa398dcb: Waiting [2025-08-26T11:18:35.760Z] 1e890da81ec9: Preparing [2025-08-26T11:18:35.760Z] 1e890da81ec9: Waiting [2025-08-26T11:18:35.760Z] 5524e91e1f67: Layer already exists [2025-08-26T11:18:35.760Z] 3fa668c6b544: Layer already exists [2025-08-26T11:18:35.760Z] fdc640d2aec0: Layer already exists [2025-08-26T11:18:35.760Z] a0ca1f514855: Layer already exists [2025-08-26T11:18:35.760Z] ad49876293de: Layer already exists [2025-08-26T11:18:35.760Z] 65c6dcae6ae1: Layer already exists [2025-08-26T11:18:35.760Z] 4c585ddb4f0e: Layer already exists [2025-08-26T11:18:35.760Z] 1d5b1a84b070: Layer already exists [2025-08-26T11:18:35.760Z] 111bc0c5be65: Layer already exists [2025-08-26T11:18:35.760Z] 1556fa398dcb: Layer already exists [2025-08-26T11:18:35.760Z] 1e890da81ec9: Layer already exists [2025-08-26T11:18:36.025Z] main: digest: sha256:8eb8c360063d2a3913ca997e69a76c9a6935f443ba5d5a1988fdb758938b277d size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-26T11:18:36.112Z] ===================================================== [Pipeline] echo [2025-08-26T11:18:36.124Z] taggedImages: [2025-08-26T11:18:36.124Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T11:18:36.124Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2025-08-26T11:18:36.124Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.49 [2025-08-26T11:18:36.124Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T11:18:36.124Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2025-08-26T11:18:36.151Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2025-08-26T11:18:36.151Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T11:18:36.151Z] latest [2025-08-26T11:18:36.151Z] 4.1.0-dev.49 [2025-08-26T11:18:36.151Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T11:18:36.151Z] main [2025-08-26T11:18:36.151Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:18:36.512Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:18:36.875Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T11:18:36.875Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-08-26T11:18:36.875Z] 02e947ce2534: Preparing [2025-08-26T11:18:36.875Z] 9e32279a2b05: Preparing [2025-08-26T11:18:36.875Z] f633e17c0afc: Preparing [2025-08-26T11:18:36.875Z] 27a0ad961e32: Preparing [2025-08-26T11:18:36.875Z] 546cc4c2fca1: Preparing [2025-08-26T11:18:36.875Z] fc8f10ac3f75: Preparing [2025-08-26T11:18:36.875Z] 662e03eac32e: Preparing [2025-08-26T11:18:36.875Z] 65c6dcae6ae1: Preparing [2025-08-26T11:18:36.875Z] 4c585ddb4f0e: Preparing [2025-08-26T11:18:36.875Z] cd64d53db875: Preparing [2025-08-26T11:18:36.875Z] 64809bbc3cd2: Preparing [2025-08-26T11:18:36.875Z] 1e890da81ec9: Preparing [2025-08-26T11:18:36.875Z] fc8f10ac3f75: Waiting [2025-08-26T11:18:36.875Z] 4c585ddb4f0e: Waiting [2025-08-26T11:18:36.875Z] cd64d53db875: Waiting [2025-08-26T11:18:36.875Z] 64809bbc3cd2: Waiting [2025-08-26T11:18:36.875Z] 1e890da81ec9: Waiting [2025-08-26T11:18:36.875Z] 662e03eac32e: Waiting [2025-08-26T11:18:36.875Z] 65c6dcae6ae1: Waiting [2025-08-26T11:18:37.141Z] 546cc4c2fca1: Pushed [2025-08-26T11:18:37.141Z] 9e32279a2b05: Pushed [2025-08-26T11:18:37.141Z] 02e947ce2534: Pushed [2025-08-26T11:18:37.141Z] 65c6dcae6ae1: Layer already exists [2025-08-26T11:18:37.141Z] fc8f10ac3f75: Pushed [2025-08-26T11:18:37.141Z] 4c585ddb4f0e: Layer already exists [2025-08-26T11:18:37.406Z] 662e03eac32e: Pushed [2025-08-26T11:18:37.406Z] 1e890da81ec9: Layer already exists [2025-08-26T11:18:37.672Z] cd64d53db875: Pushed [2025-08-26T11:18:40.243Z] 64809bbc3cd2: Pushed [2025-08-26T11:18:43.578Z] 27a0ad961e32: Pushed [2025-08-26T11:18:43.578Z] f633e17c0afc: Pushed [2025-08-26T11:18:43.842Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5: digest: sha256:dbaeb3c43bd340194b54e403c3907740b52a76b9434710ca30c026a41cd94afe size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:18:44.193Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:18:44.544Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2025-08-26T11:18:44.545Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-08-26T11:18:44.545Z] 02e947ce2534: Preparing [2025-08-26T11:18:44.545Z] 9e32279a2b05: Preparing [2025-08-26T11:18:44.545Z] f633e17c0afc: Preparing [2025-08-26T11:18:44.545Z] 27a0ad961e32: Preparing [2025-08-26T11:18:44.545Z] 546cc4c2fca1: Preparing [2025-08-26T11:18:44.545Z] fc8f10ac3f75: Preparing [2025-08-26T11:18:44.545Z] 662e03eac32e: Preparing [2025-08-26T11:18:44.545Z] 65c6dcae6ae1: Preparing [2025-08-26T11:18:44.545Z] 4c585ddb4f0e: Preparing [2025-08-26T11:18:44.545Z] cd64d53db875: Preparing [2025-08-26T11:18:44.545Z] 64809bbc3cd2: Preparing [2025-08-26T11:18:44.545Z] 1e890da81ec9: Preparing [2025-08-26T11:18:44.545Z] 4c585ddb4f0e: Waiting [2025-08-26T11:18:44.545Z] cd64d53db875: Waiting [2025-08-26T11:18:44.545Z] 64809bbc3cd2: Waiting [2025-08-26T11:18:44.545Z] fc8f10ac3f75: Waiting [2025-08-26T11:18:44.545Z] 1e890da81ec9: Waiting [2025-08-26T11:18:44.545Z] 662e03eac32e: Waiting [2025-08-26T11:18:44.545Z] 65c6dcae6ae1: Waiting [2025-08-26T11:18:44.545Z] 546cc4c2fca1: Layer already exists [2025-08-26T11:18:44.545Z] 9e32279a2b05: Layer already exists [2025-08-26T11:18:44.545Z] f633e17c0afc: Layer already exists [2025-08-26T11:18:44.545Z] 27a0ad961e32: Layer already exists [2025-08-26T11:18:44.545Z] 02e947ce2534: Layer already exists [2025-08-26T11:18:44.545Z] 662e03eac32e: Layer already exists [2025-08-26T11:18:44.545Z] 4c585ddb4f0e: Layer already exists [2025-08-26T11:18:44.545Z] cd64d53db875: Layer already exists [2025-08-26T11:18:44.545Z] fc8f10ac3f75: Layer already exists [2025-08-26T11:18:44.545Z] 65c6dcae6ae1: Layer already exists [2025-08-26T11:18:44.545Z] 64809bbc3cd2: Layer already exists [2025-08-26T11:18:44.545Z] 1e890da81ec9: Layer already exists [2025-08-26T11:18:44.810Z] latest: digest: sha256:dbaeb3c43bd340194b54e403c3907740b52a76b9434710ca30c026a41cd94afe size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:18:45.168Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:18:45.514Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.49 [2025-08-26T11:18:45.514Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-08-26T11:18:45.514Z] 02e947ce2534: Preparing [2025-08-26T11:18:45.514Z] 9e32279a2b05: Preparing [2025-08-26T11:18:45.514Z] f633e17c0afc: Preparing [2025-08-26T11:18:45.514Z] 27a0ad961e32: Preparing [2025-08-26T11:18:45.514Z] 546cc4c2fca1: Preparing [2025-08-26T11:18:45.514Z] fc8f10ac3f75: Preparing [2025-08-26T11:18:45.514Z] 662e03eac32e: Preparing [2025-08-26T11:18:45.514Z] 65c6dcae6ae1: Preparing [2025-08-26T11:18:45.514Z] 4c585ddb4f0e: Preparing [2025-08-26T11:18:45.514Z] cd64d53db875: Preparing [2025-08-26T11:18:45.514Z] 64809bbc3cd2: Preparing [2025-08-26T11:18:45.514Z] 1e890da81ec9: Preparing [2025-08-26T11:18:45.514Z] 662e03eac32e: Waiting [2025-08-26T11:18:45.514Z] 65c6dcae6ae1: Waiting [2025-08-26T11:18:45.514Z] 1e890da81ec9: Waiting [2025-08-26T11:18:45.514Z] 4c585ddb4f0e: Waiting [2025-08-26T11:18:45.514Z] cd64d53db875: Waiting [2025-08-26T11:18:45.514Z] 64809bbc3cd2: Waiting [2025-08-26T11:18:45.514Z] fc8f10ac3f75: Waiting [2025-08-26T11:18:45.514Z] 9e32279a2b05: Layer already exists [2025-08-26T11:18:45.514Z] 546cc4c2fca1: Layer already exists [2025-08-26T11:18:45.514Z] 02e947ce2534: Layer already exists [2025-08-26T11:18:45.514Z] f633e17c0afc: Layer already exists [2025-08-26T11:18:45.514Z] 27a0ad961e32: Layer already exists [2025-08-26T11:18:45.514Z] fc8f10ac3f75: Layer already exists [2025-08-26T11:18:45.514Z] 662e03eac32e: Layer already exists [2025-08-26T11:18:45.514Z] cd64d53db875: Layer already exists [2025-08-26T11:18:45.514Z] 4c585ddb4f0e: Layer already exists [2025-08-26T11:18:45.514Z] 65c6dcae6ae1: Layer already exists [2025-08-26T11:18:45.514Z] 64809bbc3cd2: Layer already exists [2025-08-26T11:18:45.514Z] 1e890da81ec9: Layer already exists [2025-08-26T11:18:45.778Z] 4.1.0-dev.49: digest: sha256:dbaeb3c43bd340194b54e403c3907740b52a76b9434710ca30c026a41cd94afe size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:18:46.141Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:18:46.493Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T11:18:46.493Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-08-26T11:18:46.493Z] 02e947ce2534: Preparing [2025-08-26T11:18:46.493Z] 9e32279a2b05: Preparing [2025-08-26T11:18:46.493Z] f633e17c0afc: Preparing [2025-08-26T11:18:46.493Z] 27a0ad961e32: Preparing [2025-08-26T11:18:46.493Z] 546cc4c2fca1: Preparing [2025-08-26T11:18:46.493Z] fc8f10ac3f75: Preparing [2025-08-26T11:18:46.493Z] 662e03eac32e: Preparing [2025-08-26T11:18:46.493Z] 65c6dcae6ae1: Preparing [2025-08-26T11:18:46.493Z] 4c585ddb4f0e: Preparing [2025-08-26T11:18:46.493Z] cd64d53db875: Preparing [2025-08-26T11:18:46.493Z] 64809bbc3cd2: Preparing [2025-08-26T11:18:46.493Z] 1e890da81ec9: Preparing [2025-08-26T11:18:46.493Z] fc8f10ac3f75: Waiting [2025-08-26T11:18:46.493Z] 662e03eac32e: Waiting [2025-08-26T11:18:46.493Z] cd64d53db875: Waiting [2025-08-26T11:18:46.493Z] 64809bbc3cd2: Waiting [2025-08-26T11:18:46.493Z] 65c6dcae6ae1: Waiting [2025-08-26T11:18:46.493Z] 1e890da81ec9: Waiting [2025-08-26T11:18:46.493Z] 4c585ddb4f0e: Waiting [2025-08-26T11:18:46.493Z] 27a0ad961e32: Layer already exists [2025-08-26T11:18:46.493Z] 546cc4c2fca1: Layer already exists [2025-08-26T11:18:46.493Z] 9e32279a2b05: Layer already exists [2025-08-26T11:18:46.493Z] 02e947ce2534: Layer already exists [2025-08-26T11:18:46.493Z] f633e17c0afc: Layer already exists [2025-08-26T11:18:46.493Z] 662e03eac32e: Layer already exists [2025-08-26T11:18:46.493Z] 65c6dcae6ae1: Layer already exists [2025-08-26T11:18:46.493Z] 4c585ddb4f0e: Layer already exists [2025-08-26T11:18:46.493Z] fc8f10ac3f75: Layer already exists [2025-08-26T11:18:46.493Z] cd64d53db875: Layer already exists [2025-08-26T11:18:46.493Z] 64809bbc3cd2: Layer already exists [2025-08-26T11:18:46.493Z] 1e890da81ec9: Layer already exists [2025-08-26T11:18:46.758Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49: digest: sha256:dbaeb3c43bd340194b54e403c3907740b52a76b9434710ca30c026a41cd94afe size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:18:47.113Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:18:47.536Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2025-08-26T11:18:47.536Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-08-26T11:18:47.536Z] 02e947ce2534: Preparing [2025-08-26T11:18:47.536Z] 9e32279a2b05: Preparing [2025-08-26T11:18:47.536Z] f633e17c0afc: Preparing [2025-08-26T11:18:47.536Z] 27a0ad961e32: Preparing [2025-08-26T11:18:47.536Z] 546cc4c2fca1: Preparing [2025-08-26T11:18:47.536Z] fc8f10ac3f75: Preparing [2025-08-26T11:18:47.536Z] 662e03eac32e: Preparing [2025-08-26T11:18:47.536Z] 65c6dcae6ae1: Preparing [2025-08-26T11:18:47.536Z] 4c585ddb4f0e: Preparing [2025-08-26T11:18:47.536Z] cd64d53db875: Preparing [2025-08-26T11:18:47.536Z] 64809bbc3cd2: Preparing [2025-08-26T11:18:47.536Z] 1e890da81ec9: Preparing [2025-08-26T11:18:47.536Z] 4c585ddb4f0e: Waiting [2025-08-26T11:18:47.536Z] cd64d53db875: Waiting [2025-08-26T11:18:47.536Z] fc8f10ac3f75: Waiting [2025-08-26T11:18:47.536Z] 662e03eac32e: Waiting [2025-08-26T11:18:47.536Z] 65c6dcae6ae1: Waiting [2025-08-26T11:18:47.536Z] 1e890da81ec9: Waiting [2025-08-26T11:18:47.536Z] 64809bbc3cd2: Waiting [2025-08-26T11:18:47.536Z] 546cc4c2fca1: Layer already exists [2025-08-26T11:18:47.536Z] 9e32279a2b05: Layer already exists [2025-08-26T11:18:47.536Z] 27a0ad961e32: Layer already exists [2025-08-26T11:18:47.536Z] 02e947ce2534: Layer already exists [2025-08-26T11:18:47.536Z] f633e17c0afc: Layer already exists [2025-08-26T11:18:47.536Z] 65c6dcae6ae1: Layer already exists [2025-08-26T11:18:47.536Z] 662e03eac32e: Layer already exists [2025-08-26T11:18:47.536Z] 64809bbc3cd2: Layer already exists [2025-08-26T11:18:47.536Z] 1e890da81ec9: Layer already exists [2025-08-26T11:18:47.536Z] 4c585ddb4f0e: Layer already exists [2025-08-26T11:18:47.536Z] cd64d53db875: Layer already exists [2025-08-26T11:18:47.536Z] fc8f10ac3f75: Layer already exists [2025-08-26T11:18:47.818Z] main: digest: sha256:dbaeb3c43bd340194b54e403c3907740b52a76b9434710ca30c026a41cd94afe size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-26T11:18:47.895Z] ===================================================== [Pipeline] echo [2025-08-26T11:18:47.911Z] taggedImages: [2025-08-26T11:18:47.911Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T11:18:47.911Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2025-08-26T11:18:47.911Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.49 [2025-08-26T11:18:47.911Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T11:18:47.911Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2025-08-26T11:18:47.938Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2025-08-26T11:18:47.938Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T11:18:47.938Z] latest [2025-08-26T11:18:47.938Z] 4.1.0-dev.49 [2025-08-26T11:18:47.938Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T11:18:47.938Z] main [2025-08-26T11:18:47.938Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:18:48.322Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:18:48.717Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T11:18:48.717Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-08-26T11:18:48.717Z] 02901877ad2b: Preparing [2025-08-26T11:18:48.717Z] c3cb9d2264f7: Preparing [2025-08-26T11:18:48.717Z] 65c6dcae6ae1: Preparing [2025-08-26T11:18:48.717Z] 4c585ddb4f0e: Preparing [2025-08-26T11:18:48.717Z] a6663c01a7ce: Preparing [2025-08-26T11:18:48.717Z] 136f81fc060c: Preparing [2025-08-26T11:18:48.717Z] 1e890da81ec9: Preparing [2025-08-26T11:18:48.717Z] 136f81fc060c: Waiting [2025-08-26T11:18:48.717Z] 1e890da81ec9: Waiting [2025-08-26T11:18:48.717Z] 4c585ddb4f0e: Layer already exists [2025-08-26T11:18:48.717Z] 65c6dcae6ae1: Layer already exists [2025-08-26T11:18:48.990Z] 1e890da81ec9: Layer already exists [2025-08-26T11:18:48.990Z] 02901877ad2b: Pushed [2025-08-26T11:18:49.263Z] a6663c01a7ce: Pushed [2025-08-26T11:18:51.192Z] 136f81fc060c: Pushed [2025-08-26T11:18:56.511Z] c3cb9d2264f7: Pushed [2025-08-26T11:18:56.511Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5: digest: sha256:280ea090bf1de0b8b25c1a9032c68fccbe7df18eaf52bcc2f6da92849c2da015 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:18:56.871Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:18:57.222Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2025-08-26T11:18:57.222Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-08-26T11:18:57.222Z] 02901877ad2b: Preparing [2025-08-26T11:18:57.222Z] c3cb9d2264f7: Preparing [2025-08-26T11:18:57.222Z] 65c6dcae6ae1: Preparing [2025-08-26T11:18:57.222Z] 4c585ddb4f0e: Preparing [2025-08-26T11:18:57.222Z] a6663c01a7ce: Preparing [2025-08-26T11:18:57.222Z] 136f81fc060c: Preparing [2025-08-26T11:18:57.222Z] 136f81fc060c: Waiting [2025-08-26T11:18:57.222Z] 1e890da81ec9: Preparing [2025-08-26T11:18:57.222Z] 1e890da81ec9: Waiting [2025-08-26T11:18:57.222Z] c3cb9d2264f7: Layer already exists [2025-08-26T11:18:57.222Z] 4c585ddb4f0e: Layer already exists [2025-08-26T11:18:57.222Z] 65c6dcae6ae1: Layer already exists [2025-08-26T11:18:57.222Z] 02901877ad2b: Layer already exists [2025-08-26T11:18:57.222Z] a6663c01a7ce: Layer already exists [2025-08-26T11:18:57.222Z] 136f81fc060c: Layer already exists [2025-08-26T11:18:57.222Z] 1e890da81ec9: Layer already exists [2025-08-26T11:18:57.486Z] latest: digest: sha256:280ea090bf1de0b8b25c1a9032c68fccbe7df18eaf52bcc2f6da92849c2da015 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:18:57.854Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:18:58.203Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.49 [2025-08-26T11:18:58.203Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-08-26T11:18:58.203Z] 02901877ad2b: Preparing [2025-08-26T11:18:58.203Z] c3cb9d2264f7: Preparing [2025-08-26T11:18:58.203Z] 65c6dcae6ae1: Preparing [2025-08-26T11:18:58.203Z] 4c585ddb4f0e: Preparing [2025-08-26T11:18:58.203Z] a6663c01a7ce: Preparing [2025-08-26T11:18:58.203Z] 136f81fc060c: Preparing [2025-08-26T11:18:58.203Z] 1e890da81ec9: Preparing [2025-08-26T11:18:58.203Z] 1e890da81ec9: Waiting [2025-08-26T11:18:58.203Z] 136f81fc060c: Waiting [2025-08-26T11:18:58.203Z] c3cb9d2264f7: Layer already exists [2025-08-26T11:18:58.203Z] 02901877ad2b: Layer already exists [2025-08-26T11:18:58.203Z] a6663c01a7ce: Layer already exists [2025-08-26T11:18:58.203Z] 4c585ddb4f0e: Layer already exists [2025-08-26T11:18:58.203Z] 65c6dcae6ae1: Layer already exists [2025-08-26T11:18:58.203Z] 1e890da81ec9: Layer already exists [2025-08-26T11:18:58.203Z] 136f81fc060c: Layer already exists [2025-08-26T11:18:58.467Z] 4.1.0-dev.49: digest: sha256:280ea090bf1de0b8b25c1a9032c68fccbe7df18eaf52bcc2f6da92849c2da015 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:18:58.819Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:18:59.172Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T11:18:59.172Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-08-26T11:18:59.172Z] 02901877ad2b: Preparing [2025-08-26T11:18:59.172Z] c3cb9d2264f7: Preparing [2025-08-26T11:18:59.172Z] 65c6dcae6ae1: Preparing [2025-08-26T11:18:59.172Z] 4c585ddb4f0e: Preparing [2025-08-26T11:18:59.172Z] a6663c01a7ce: Preparing [2025-08-26T11:18:59.172Z] 136f81fc060c: Preparing [2025-08-26T11:18:59.172Z] 1e890da81ec9: Preparing [2025-08-26T11:18:59.172Z] 136f81fc060c: Waiting [2025-08-26T11:18:59.172Z] 1e890da81ec9: Waiting [2025-08-26T11:18:59.172Z] 4c585ddb4f0e: Layer already exists [2025-08-26T11:18:59.172Z] 65c6dcae6ae1: Layer already exists [2025-08-26T11:18:59.172Z] c3cb9d2264f7: Layer already exists [2025-08-26T11:18:59.172Z] a6663c01a7ce: Layer already exists [2025-08-26T11:18:59.172Z] 02901877ad2b: Layer already exists [2025-08-26T11:18:59.172Z] 136f81fc060c: Layer already exists [2025-08-26T11:18:59.172Z] 1e890da81ec9: Layer already exists [2025-08-26T11:18:59.172Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49: digest: sha256:280ea090bf1de0b8b25c1a9032c68fccbe7df18eaf52bcc2f6da92849c2da015 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:18:59.795Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:19:00.155Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2025-08-26T11:19:00.155Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-08-26T11:19:00.155Z] 02901877ad2b: Preparing [2025-08-26T11:19:00.155Z] c3cb9d2264f7: Preparing [2025-08-26T11:19:00.155Z] 65c6dcae6ae1: Preparing [2025-08-26T11:19:00.155Z] 4c585ddb4f0e: Preparing [2025-08-26T11:19:00.155Z] a6663c01a7ce: Preparing [2025-08-26T11:19:00.155Z] 136f81fc060c: Preparing [2025-08-26T11:19:00.155Z] 1e890da81ec9: Preparing [2025-08-26T11:19:00.155Z] 1e890da81ec9: Waiting [2025-08-26T11:19:00.155Z] 136f81fc060c: Waiting [2025-08-26T11:19:00.155Z] 65c6dcae6ae1: Layer already exists [2025-08-26T11:19:00.155Z] a6663c01a7ce: Layer already exists [2025-08-26T11:19:00.155Z] c3cb9d2264f7: Layer already exists [2025-08-26T11:19:00.155Z] 02901877ad2b: Layer already exists [2025-08-26T11:19:00.155Z] 4c585ddb4f0e: Layer already exists [2025-08-26T11:19:00.155Z] 1e890da81ec9: Layer already exists [2025-08-26T11:19:00.155Z] 136f81fc060c: Layer already exists [2025-08-26T11:19:00.155Z] main: digest: sha256:280ea090bf1de0b8b25c1a9032c68fccbe7df18eaf52bcc2f6da92849c2da015 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-26T11:19:00.505Z] ===================================================== [Pipeline] echo [2025-08-26T11:19:00.522Z] taggedImages: [2025-08-26T11:19:00.523Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T11:19:00.523Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2025-08-26T11:19:00.523Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.49 [2025-08-26T11:19:00.523Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T11:19:00.523Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2025-08-26T11:19:00.546Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2025-08-26T11:19:00.546Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T11:19:00.546Z] latest [2025-08-26T11:19:00.546Z] 4.1.0-dev.49 [2025-08-26T11:19:00.546Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T11:19:00.546Z] main [2025-08-26T11:19:00.546Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:19:00.913Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:19:01.265Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T11:19:01.265Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-08-26T11:19:01.265Z] 87d46d7b16b4: Preparing [2025-08-26T11:19:01.265Z] 0f03c4a972f9: Preparing [2025-08-26T11:19:01.265Z] 87a544bdc1b9: Preparing [2025-08-26T11:19:01.265Z] 65c6dcae6ae1: Preparing [2025-08-26T11:19:01.265Z] 4c585ddb4f0e: Preparing [2025-08-26T11:19:01.265Z] b9ed925d8b63: Preparing [2025-08-26T11:19:01.265Z] 0f58d953b764: Preparing [2025-08-26T11:19:01.265Z] 13fb146408d6: Preparing [2025-08-26T11:19:01.265Z] 68d461939e57: Preparing [2025-08-26T11:19:01.265Z] 1e890da81ec9: Preparing [2025-08-26T11:19:01.265Z] 68d461939e57: Waiting [2025-08-26T11:19:01.265Z] b9ed925d8b63: Waiting [2025-08-26T11:19:01.265Z] 0f58d953b764: Waiting [2025-08-26T11:19:01.265Z] 1e890da81ec9: Waiting [2025-08-26T11:19:01.265Z] 13fb146408d6: Waiting [2025-08-26T11:19:01.265Z] 4c585ddb4f0e: Layer already exists [2025-08-26T11:19:01.538Z] 65c6dcae6ae1: Layer already exists [2025-08-26T11:19:01.538Z] 87a544bdc1b9: Pushed [2025-08-26T11:19:01.538Z] 0f03c4a972f9: Pushed [2025-08-26T11:19:01.538Z] 87d46d7b16b4: Pushed [2025-08-26T11:19:01.538Z] 1e890da81ec9: Layer already exists [2025-08-26T11:19:01.802Z] 13fb146408d6: Pushed [2025-08-26T11:19:02.379Z] 68d461939e57: Pushed [2025-08-26T11:19:12.435Z] 0f58d953b764: Pushed [2025-08-26T11:19:27.400Z] b9ed925d8b63: Pushed [2025-08-26T11:19:27.400Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5: digest: sha256:937efd640941056fcdde339b0e584cd5c098d353a8ecaa6acea0616c2ec44332 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:19:27.757Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:19:28.105Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2025-08-26T11:19:28.105Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-08-26T11:19:28.105Z] 87d46d7b16b4: Preparing [2025-08-26T11:19:28.105Z] 0f03c4a972f9: Preparing [2025-08-26T11:19:28.105Z] 87a544bdc1b9: Preparing [2025-08-26T11:19:28.105Z] 65c6dcae6ae1: Preparing [2025-08-26T11:19:28.105Z] 4c585ddb4f0e: Preparing [2025-08-26T11:19:28.105Z] b9ed925d8b63: Preparing [2025-08-26T11:19:28.105Z] 0f58d953b764: Preparing [2025-08-26T11:19:28.105Z] 13fb146408d6: Preparing [2025-08-26T11:19:28.105Z] 68d461939e57: Preparing [2025-08-26T11:19:28.105Z] 1e890da81ec9: Preparing [2025-08-26T11:19:28.105Z] 0f58d953b764: Waiting [2025-08-26T11:19:28.105Z] 13fb146408d6: Waiting [2025-08-26T11:19:28.105Z] 1e890da81ec9: Waiting [2025-08-26T11:19:28.105Z] 68d461939e57: Waiting [2025-08-26T11:19:28.105Z] b9ed925d8b63: Waiting [2025-08-26T11:19:28.105Z] 4c585ddb4f0e: Layer already exists [2025-08-26T11:19:28.105Z] 0f03c4a972f9: Layer already exists [2025-08-26T11:19:28.105Z] 65c6dcae6ae1: Layer already exists [2025-08-26T11:19:28.105Z] 87d46d7b16b4: Layer already exists [2025-08-26T11:19:28.105Z] 87a544bdc1b9: Layer already exists [2025-08-26T11:19:28.105Z] b9ed925d8b63: Layer already exists [2025-08-26T11:19:28.105Z] 13fb146408d6: Layer already exists [2025-08-26T11:19:28.105Z] 0f58d953b764: Layer already exists [2025-08-26T11:19:28.105Z] 1e890da81ec9: Layer already exists [2025-08-26T11:19:28.105Z] 68d461939e57: Layer already exists [2025-08-26T11:19:28.105Z] latest: digest: sha256:937efd640941056fcdde339b0e584cd5c098d353a8ecaa6acea0616c2ec44332 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:19:28.723Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:19:29.064Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.49 [2025-08-26T11:19:29.064Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-08-26T11:19:29.064Z] 87d46d7b16b4: Preparing [2025-08-26T11:19:29.064Z] 0f03c4a972f9: Preparing [2025-08-26T11:19:29.064Z] 87a544bdc1b9: Preparing [2025-08-26T11:19:29.064Z] 65c6dcae6ae1: Preparing [2025-08-26T11:19:29.064Z] 4c585ddb4f0e: Preparing [2025-08-26T11:19:29.064Z] b9ed925d8b63: Preparing [2025-08-26T11:19:29.064Z] 0f58d953b764: Preparing [2025-08-26T11:19:29.064Z] 13fb146408d6: Preparing [2025-08-26T11:19:29.064Z] 68d461939e57: Preparing [2025-08-26T11:19:29.064Z] 1e890da81ec9: Preparing [2025-08-26T11:19:29.064Z] 0f58d953b764: Waiting [2025-08-26T11:19:29.064Z] 13fb146408d6: Waiting [2025-08-26T11:19:29.064Z] 68d461939e57: Waiting [2025-08-26T11:19:29.064Z] 1e890da81ec9: Waiting [2025-08-26T11:19:29.064Z] b9ed925d8b63: Waiting [2025-08-26T11:19:29.064Z] 87d46d7b16b4: Layer already exists [2025-08-26T11:19:29.064Z] 87a544bdc1b9: Layer already exists [2025-08-26T11:19:29.064Z] 4c585ddb4f0e: Layer already exists [2025-08-26T11:19:29.064Z] 65c6dcae6ae1: Layer already exists [2025-08-26T11:19:29.064Z] 0f03c4a972f9: Layer already exists [2025-08-26T11:19:29.064Z] 13fb146408d6: Layer already exists [2025-08-26T11:19:29.064Z] b9ed925d8b63: Layer already exists [2025-08-26T11:19:29.064Z] 0f58d953b764: Layer already exists [2025-08-26T11:19:29.064Z] 68d461939e57: Layer already exists [2025-08-26T11:19:29.064Z] 1e890da81ec9: Layer already exists [2025-08-26T11:19:29.329Z] 4.1.0-dev.49: digest: sha256:937efd640941056fcdde339b0e584cd5c098d353a8ecaa6acea0616c2ec44332 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:19:29.689Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:19:30.037Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T11:19:30.037Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-08-26T11:19:30.037Z] 87d46d7b16b4: Preparing [2025-08-26T11:19:30.037Z] 0f03c4a972f9: Preparing [2025-08-26T11:19:30.037Z] 87a544bdc1b9: Preparing [2025-08-26T11:19:30.037Z] 65c6dcae6ae1: Preparing [2025-08-26T11:19:30.037Z] 4c585ddb4f0e: Preparing [2025-08-26T11:19:30.037Z] b9ed925d8b63: Preparing [2025-08-26T11:19:30.037Z] 0f58d953b764: Preparing [2025-08-26T11:19:30.037Z] 13fb146408d6: Preparing [2025-08-26T11:19:30.037Z] 68d461939e57: Preparing [2025-08-26T11:19:30.037Z] 1e890da81ec9: Preparing [2025-08-26T11:19:30.037Z] 0f58d953b764: Waiting [2025-08-26T11:19:30.037Z] 13fb146408d6: Waiting [2025-08-26T11:19:30.037Z] 68d461939e57: Waiting [2025-08-26T11:19:30.037Z] 1e890da81ec9: Waiting [2025-08-26T11:19:30.037Z] b9ed925d8b63: Waiting [2025-08-26T11:19:30.037Z] 87a544bdc1b9: Layer already exists [2025-08-26T11:19:30.037Z] 65c6dcae6ae1: Layer already exists [2025-08-26T11:19:30.037Z] 87d46d7b16b4: Layer already exists [2025-08-26T11:19:30.037Z] 0f03c4a972f9: Layer already exists [2025-08-26T11:19:30.037Z] 4c585ddb4f0e: Layer already exists [2025-08-26T11:19:30.037Z] b9ed925d8b63: Layer already exists [2025-08-26T11:19:30.037Z] 1e890da81ec9: Layer already exists [2025-08-26T11:19:30.037Z] 13fb146408d6: Layer already exists [2025-08-26T11:19:30.037Z] 0f58d953b764: Layer already exists [2025-08-26T11:19:30.037Z] 68d461939e57: Layer already exists [2025-08-26T11:19:30.037Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49: digest: sha256:937efd640941056fcdde339b0e584cd5c098d353a8ecaa6acea0616c2ec44332 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:19:30.656Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:19:31.003Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2025-08-26T11:19:31.003Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-08-26T11:19:31.003Z] 87d46d7b16b4: Preparing [2025-08-26T11:19:31.003Z] 0f03c4a972f9: Preparing [2025-08-26T11:19:31.003Z] 87a544bdc1b9: Preparing [2025-08-26T11:19:31.003Z] 65c6dcae6ae1: Preparing [2025-08-26T11:19:31.003Z] 4c585ddb4f0e: Preparing [2025-08-26T11:19:31.003Z] b9ed925d8b63: Preparing [2025-08-26T11:19:31.003Z] 0f58d953b764: Preparing [2025-08-26T11:19:31.003Z] b9ed925d8b63: Waiting [2025-08-26T11:19:31.003Z] 0f58d953b764: Waiting [2025-08-26T11:19:31.003Z] 13fb146408d6: Preparing [2025-08-26T11:19:31.003Z] 68d461939e57: Preparing [2025-08-26T11:19:31.003Z] 1e890da81ec9: Preparing [2025-08-26T11:19:31.003Z] 13fb146408d6: Waiting [2025-08-26T11:19:31.003Z] 1e890da81ec9: Waiting [2025-08-26T11:19:31.003Z] 68d461939e57: Waiting [2025-08-26T11:19:31.003Z] 87a544bdc1b9: Layer already exists [2025-08-26T11:19:31.003Z] 65c6dcae6ae1: Layer already exists [2025-08-26T11:19:31.003Z] 4c585ddb4f0e: Layer already exists [2025-08-26T11:19:31.003Z] 0f03c4a972f9: Layer already exists [2025-08-26T11:19:31.003Z] 87d46d7b16b4: Layer already exists [2025-08-26T11:19:31.003Z] b9ed925d8b63: Layer already exists [2025-08-26T11:19:31.003Z] 0f58d953b764: Layer already exists [2025-08-26T11:19:31.003Z] 68d461939e57: Layer already exists [2025-08-26T11:19:31.003Z] 1e890da81ec9: Layer already exists [2025-08-26T11:19:31.003Z] 13fb146408d6: Layer already exists [2025-08-26T11:19:31.266Z] main: digest: sha256:937efd640941056fcdde339b0e584cd5c098d353a8ecaa6acea0616c2ec44332 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-26T11:19:31.334Z] ===================================================== [Pipeline] echo [2025-08-26T11:19:31.414Z] taggedImages: [2025-08-26T11:19:31.414Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T11:19:31.414Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2025-08-26T11:19:31.414Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.49 [2025-08-26T11:19:31.414Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T11:19:31.414Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2025-08-26T11:19:31.437Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2025-08-26T11:19:31.437Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T11:19:31.437Z] latest [2025-08-26T11:19:31.437Z] 4.1.0-dev.49 [2025-08-26T11:19:31.437Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T11:19:31.437Z] main [2025-08-26T11:19:31.437Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:19:31.858Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:19:32.205Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T11:19:32.205Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-08-26T11:19:32.205Z] ffbe576df646: Preparing [2025-08-26T11:19:32.205Z] f58b0ba600f5: Preparing [2025-08-26T11:19:32.205Z] e776e77adb1e: Preparing [2025-08-26T11:19:32.205Z] 65c6dcae6ae1: Preparing [2025-08-26T11:19:32.205Z] 4c585ddb4f0e: Preparing [2025-08-26T11:19:32.205Z] 1f6bb53f41a2: Preparing [2025-08-26T11:19:32.205Z] 755f1cbc024a: Preparing [2025-08-26T11:19:32.205Z] 639b8ceb1d36: Preparing [2025-08-26T11:19:32.205Z] 1e890da81ec9: Preparing [2025-08-26T11:19:32.205Z] 639b8ceb1d36: Waiting [2025-08-26T11:19:32.205Z] 755f1cbc024a: Waiting [2025-08-26T11:19:32.205Z] 1e890da81ec9: Waiting [2025-08-26T11:19:32.205Z] 1f6bb53f41a2: Waiting [2025-08-26T11:19:32.205Z] 4c585ddb4f0e: Layer already exists [2025-08-26T11:19:32.205Z] 65c6dcae6ae1: Layer already exists [2025-08-26T11:19:32.471Z] e776e77adb1e: Pushed [2025-08-26T11:19:32.471Z] f58b0ba600f5: Pushed [2025-08-26T11:19:32.471Z] ffbe576df646: Pushed [2025-08-26T11:19:32.471Z] 1e890da81ec9: Layer already exists [2025-08-26T11:19:32.736Z] 755f1cbc024a: Pushed [2025-08-26T11:19:33.001Z] 639b8ceb1d36: Pushed [2025-08-26T11:19:59.649Z] 1f6bb53f41a2: Pushed [2025-08-26T11:19:59.649Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5: digest: sha256:8b6f9b76f4aa3c609ccebd5947672df4d5e2660c603d99cfdc42a614aca2c803 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:20:00.004Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:20:00.342Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2025-08-26T11:20:00.342Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-08-26T11:20:00.342Z] ffbe576df646: Preparing [2025-08-26T11:20:00.342Z] f58b0ba600f5: Preparing [2025-08-26T11:20:00.342Z] e776e77adb1e: Preparing [2025-08-26T11:20:00.342Z] 65c6dcae6ae1: Preparing [2025-08-26T11:20:00.342Z] 4c585ddb4f0e: Preparing [2025-08-26T11:20:00.342Z] 1f6bb53f41a2: Preparing [2025-08-26T11:20:00.342Z] 755f1cbc024a: Preparing [2025-08-26T11:20:00.342Z] 639b8ceb1d36: Preparing [2025-08-26T11:20:00.342Z] 1e890da81ec9: Preparing [2025-08-26T11:20:00.342Z] 1f6bb53f41a2: Waiting [2025-08-26T11:20:00.342Z] 755f1cbc024a: Waiting [2025-08-26T11:20:00.342Z] 639b8ceb1d36: Waiting [2025-08-26T11:20:00.342Z] 1e890da81ec9: Waiting [2025-08-26T11:20:00.342Z] e776e77adb1e: Layer already exists [2025-08-26T11:20:00.342Z] f58b0ba600f5: Layer already exists [2025-08-26T11:20:00.342Z] 4c585ddb4f0e: Layer already exists [2025-08-26T11:20:00.342Z] ffbe576df646: Layer already exists [2025-08-26T11:20:00.342Z] 65c6dcae6ae1: Layer already exists [2025-08-26T11:20:00.342Z] 1f6bb53f41a2: Layer already exists [2025-08-26T11:20:00.342Z] 755f1cbc024a: Layer already exists [2025-08-26T11:20:00.342Z] 1e890da81ec9: Layer already exists [2025-08-26T11:20:00.342Z] 639b8ceb1d36: Layer already exists [2025-08-26T11:20:00.606Z] latest: digest: sha256:8b6f9b76f4aa3c609ccebd5947672df4d5e2660c603d99cfdc42a614aca2c803 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:20:00.955Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:20:01.304Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.49 [2025-08-26T11:20:01.305Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-08-26T11:20:01.305Z] ffbe576df646: Preparing [2025-08-26T11:20:01.305Z] f58b0ba600f5: Preparing [2025-08-26T11:20:01.305Z] e776e77adb1e: Preparing [2025-08-26T11:20:01.305Z] 65c6dcae6ae1: Preparing [2025-08-26T11:20:01.305Z] 4c585ddb4f0e: Preparing [2025-08-26T11:20:01.305Z] 1f6bb53f41a2: Preparing [2025-08-26T11:20:01.305Z] 755f1cbc024a: Preparing [2025-08-26T11:20:01.305Z] 639b8ceb1d36: Preparing [2025-08-26T11:20:01.305Z] 1e890da81ec9: Preparing [2025-08-26T11:20:01.305Z] 1f6bb53f41a2: Waiting [2025-08-26T11:20:01.305Z] 755f1cbc024a: Waiting [2025-08-26T11:20:01.305Z] 639b8ceb1d36: Waiting [2025-08-26T11:20:01.305Z] 1e890da81ec9: Waiting [2025-08-26T11:20:01.305Z] ffbe576df646: Layer already exists [2025-08-26T11:20:01.305Z] 65c6dcae6ae1: Layer already exists [2025-08-26T11:20:01.305Z] 4c585ddb4f0e: Layer already exists [2025-08-26T11:20:01.305Z] e776e77adb1e: Layer already exists [2025-08-26T11:20:01.305Z] f58b0ba600f5: Layer already exists [2025-08-26T11:20:01.305Z] 1f6bb53f41a2: Layer already exists [2025-08-26T11:20:01.305Z] 755f1cbc024a: Layer already exists [2025-08-26T11:20:01.305Z] 1e890da81ec9: Layer already exists [2025-08-26T11:20:01.305Z] 639b8ceb1d36: Layer already exists [2025-08-26T11:20:01.305Z] 4.1.0-dev.49: digest: sha256:8b6f9b76f4aa3c609ccebd5947672df4d5e2660c603d99cfdc42a614aca2c803 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:20:01.930Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:20:02.275Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T11:20:02.276Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-08-26T11:20:02.276Z] ffbe576df646: Preparing [2025-08-26T11:20:02.276Z] f58b0ba600f5: Preparing [2025-08-26T11:20:02.276Z] e776e77adb1e: Preparing [2025-08-26T11:20:02.276Z] 65c6dcae6ae1: Preparing [2025-08-26T11:20:02.276Z] 4c585ddb4f0e: Preparing [2025-08-26T11:20:02.276Z] 1f6bb53f41a2: Preparing [2025-08-26T11:20:02.276Z] 755f1cbc024a: Preparing [2025-08-26T11:20:02.276Z] 639b8ceb1d36: Preparing [2025-08-26T11:20:02.276Z] 1e890da81ec9: Preparing [2025-08-26T11:20:02.276Z] 755f1cbc024a: Waiting [2025-08-26T11:20:02.276Z] 639b8ceb1d36: Waiting [2025-08-26T11:20:02.276Z] 1e890da81ec9: Waiting [2025-08-26T11:20:02.276Z] 1f6bb53f41a2: Waiting [2025-08-26T11:20:02.276Z] ffbe576df646: Layer already exists [2025-08-26T11:20:02.276Z] e776e77adb1e: Layer already exists [2025-08-26T11:20:02.276Z] f58b0ba600f5: Layer already exists [2025-08-26T11:20:02.276Z] 65c6dcae6ae1: Layer already exists [2025-08-26T11:20:02.276Z] 4c585ddb4f0e: Layer already exists [2025-08-26T11:20:02.276Z] 1f6bb53f41a2: Layer already exists [2025-08-26T11:20:02.276Z] 755f1cbc024a: Layer already exists [2025-08-26T11:20:02.276Z] 1e890da81ec9: Layer already exists [2025-08-26T11:20:02.276Z] 639b8ceb1d36: Layer already exists [2025-08-26T11:20:02.276Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49: digest: sha256:8b6f9b76f4aa3c609ccebd5947672df4d5e2660c603d99cfdc42a614aca2c803 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:20:02.880Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:20:03.229Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2025-08-26T11:20:03.230Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-08-26T11:20:03.230Z] ffbe576df646: Preparing [2025-08-26T11:20:03.230Z] f58b0ba600f5: Preparing [2025-08-26T11:20:03.230Z] e776e77adb1e: Preparing [2025-08-26T11:20:03.230Z] 65c6dcae6ae1: Preparing [2025-08-26T11:20:03.230Z] 4c585ddb4f0e: Preparing [2025-08-26T11:20:03.230Z] 1f6bb53f41a2: Preparing [2025-08-26T11:20:03.230Z] 755f1cbc024a: Preparing [2025-08-26T11:20:03.230Z] 1f6bb53f41a2: Waiting [2025-08-26T11:20:03.230Z] 639b8ceb1d36: Preparing [2025-08-26T11:20:03.230Z] 1e890da81ec9: Preparing [2025-08-26T11:20:03.230Z] 755f1cbc024a: Waiting [2025-08-26T11:20:03.230Z] 1e890da81ec9: Waiting [2025-08-26T11:20:03.230Z] 639b8ceb1d36: Waiting [2025-08-26T11:20:03.230Z] ffbe576df646: Layer already exists [2025-08-26T11:20:03.230Z] f58b0ba600f5: Layer already exists [2025-08-26T11:20:03.230Z] 4c585ddb4f0e: Layer already exists [2025-08-26T11:20:03.230Z] 65c6dcae6ae1: Layer already exists [2025-08-26T11:20:03.230Z] e776e77adb1e: Layer already exists [2025-08-26T11:20:03.230Z] 1f6bb53f41a2: Layer already exists [2025-08-26T11:20:03.230Z] 755f1cbc024a: Layer already exists [2025-08-26T11:20:03.230Z] 1e890da81ec9: Layer already exists [2025-08-26T11:20:03.230Z] 639b8ceb1d36: Layer already exists [2025-08-26T11:20:03.493Z] main: digest: sha256:8b6f9b76f4aa3c609ccebd5947672df4d5e2660c603d99cfdc42a614aca2c803 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-26T11:20:03.569Z] ===================================================== [Pipeline] echo [2025-08-26T11:20:03.583Z] taggedImages: [2025-08-26T11:20:03.583Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T11:20:03.583Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2025-08-26T11:20:03.583Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.49 [2025-08-26T11:20:03.583Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T11:20:03.583Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2025-08-26T11:20:03.611Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2025-08-26T11:20:03.611Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T11:20:03.611Z] latest [2025-08-26T11:20:03.611Z] 4.1.0-dev.49 [2025-08-26T11:20:03.611Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T11:20:03.611Z] main [2025-08-26T11:20:03.611Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:20:03.978Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:20:04.335Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T11:20:04.335Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-08-26T11:20:04.335Z] 2d43e0f4b6ad: Preparing [2025-08-26T11:20:04.335Z] 17749582bb54: Preparing [2025-08-26T11:20:04.335Z] 7359ff306554: Preparing [2025-08-26T11:20:04.335Z] 65c6dcae6ae1: Preparing [2025-08-26T11:20:04.335Z] 4c585ddb4f0e: Preparing [2025-08-26T11:20:04.335Z] e6077f7eb5fa: Preparing [2025-08-26T11:20:04.335Z] 13fb146408d6: Preparing [2025-08-26T11:20:04.335Z] 68d461939e57: Preparing [2025-08-26T11:20:04.335Z] 1e890da81ec9: Preparing [2025-08-26T11:20:04.335Z] e6077f7eb5fa: Waiting [2025-08-26T11:20:04.335Z] 13fb146408d6: Waiting [2025-08-26T11:20:04.335Z] 1e890da81ec9: Waiting [2025-08-26T11:20:04.335Z] 4c585ddb4f0e: Layer already exists [2025-08-26T11:20:04.335Z] 65c6dcae6ae1: Layer already exists [2025-08-26T11:20:04.335Z] 13fb146408d6: Layer already exists [2025-08-26T11:20:04.599Z] 7359ff306554: Pushed [2025-08-26T11:20:04.599Z] 17749582bb54: Pushed [2025-08-26T11:20:04.599Z] 68d461939e57: Layer already exists [2025-08-26T11:20:04.599Z] 2d43e0f4b6ad: Pushed [2025-08-26T11:20:04.599Z] 1e890da81ec9: Layer already exists [2025-08-26T11:20:31.898Z] e6077f7eb5fa: Pushed [2025-08-26T11:20:31.898Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5: digest: sha256:87eea9d9bb11be95167a96a2e17ab0f02451ada0669c1b9db2f8c2dc9f7d5131 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:20:32.244Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:20:32.593Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2025-08-26T11:20:32.593Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-08-26T11:20:32.593Z] 2d43e0f4b6ad: Preparing [2025-08-26T11:20:32.593Z] 17749582bb54: Preparing [2025-08-26T11:20:32.593Z] 7359ff306554: Preparing [2025-08-26T11:20:32.593Z] 65c6dcae6ae1: Preparing [2025-08-26T11:20:32.593Z] 4c585ddb4f0e: Preparing [2025-08-26T11:20:32.593Z] e6077f7eb5fa: Preparing [2025-08-26T11:20:32.593Z] 13fb146408d6: Preparing [2025-08-26T11:20:32.593Z] 68d461939e57: Preparing [2025-08-26T11:20:32.593Z] 1e890da81ec9: Preparing [2025-08-26T11:20:32.593Z] 13fb146408d6: Waiting [2025-08-26T11:20:32.593Z] 68d461939e57: Waiting [2025-08-26T11:20:32.593Z] 1e890da81ec9: Waiting [2025-08-26T11:20:32.593Z] e6077f7eb5fa: Waiting [2025-08-26T11:20:32.593Z] 65c6dcae6ae1: Layer already exists [2025-08-26T11:20:32.593Z] 4c585ddb4f0e: Layer already exists [2025-08-26T11:20:32.593Z] 17749582bb54: Layer already exists [2025-08-26T11:20:32.593Z] 7359ff306554: Layer already exists [2025-08-26T11:20:32.593Z] 2d43e0f4b6ad: Layer already exists [2025-08-26T11:20:32.593Z] e6077f7eb5fa: Layer already exists [2025-08-26T11:20:32.593Z] 13fb146408d6: Layer already exists [2025-08-26T11:20:32.593Z] 68d461939e57: Layer already exists [2025-08-26T11:20:32.593Z] 1e890da81ec9: Layer already exists [2025-08-26T11:20:32.593Z] latest: digest: sha256:87eea9d9bb11be95167a96a2e17ab0f02451ada0669c1b9db2f8c2dc9f7d5131 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:20:33.211Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:20:33.556Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.49 [2025-08-26T11:20:33.556Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-08-26T11:20:33.556Z] 2d43e0f4b6ad: Preparing [2025-08-26T11:20:33.556Z] 17749582bb54: Preparing [2025-08-26T11:20:33.556Z] 7359ff306554: Preparing [2025-08-26T11:20:33.556Z] 65c6dcae6ae1: Preparing [2025-08-26T11:20:33.556Z] 4c585ddb4f0e: Preparing [2025-08-26T11:20:33.556Z] e6077f7eb5fa: Preparing [2025-08-26T11:20:33.556Z] 13fb146408d6: Preparing [2025-08-26T11:20:33.556Z] e6077f7eb5fa: Waiting [2025-08-26T11:20:33.556Z] 68d461939e57: Preparing [2025-08-26T11:20:33.556Z] 13fb146408d6: Waiting [2025-08-26T11:20:33.556Z] 1e890da81ec9: Preparing [2025-08-26T11:20:33.556Z] 68d461939e57: Waiting [2025-08-26T11:20:33.556Z] 1e890da81ec9: Waiting [2025-08-26T11:20:33.556Z] 65c6dcae6ae1: Layer already exists [2025-08-26T11:20:33.556Z] 7359ff306554: Layer already exists [2025-08-26T11:20:33.556Z] 17749582bb54: Layer already exists [2025-08-26T11:20:33.556Z] 2d43e0f4b6ad: Layer already exists [2025-08-26T11:20:33.556Z] 4c585ddb4f0e: Layer already exists [2025-08-26T11:20:33.556Z] 1e890da81ec9: Layer already exists [2025-08-26T11:20:33.556Z] 13fb146408d6: Layer already exists [2025-08-26T11:20:33.556Z] e6077f7eb5fa: Layer already exists [2025-08-26T11:20:33.556Z] 68d461939e57: Layer already exists [2025-08-26T11:20:33.819Z] 4.1.0-dev.49: digest: sha256:87eea9d9bb11be95167a96a2e17ab0f02451ada0669c1b9db2f8c2dc9f7d5131 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:20:34.170Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:20:34.517Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T11:20:34.517Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-08-26T11:20:34.517Z] 2d43e0f4b6ad: Preparing [2025-08-26T11:20:34.517Z] 17749582bb54: Preparing [2025-08-26T11:20:34.517Z] 7359ff306554: Preparing [2025-08-26T11:20:34.517Z] 65c6dcae6ae1: Preparing [2025-08-26T11:20:34.517Z] 4c585ddb4f0e: Preparing [2025-08-26T11:20:34.517Z] e6077f7eb5fa: Preparing [2025-08-26T11:20:34.517Z] 13fb146408d6: Preparing [2025-08-26T11:20:34.517Z] 68d461939e57: Preparing [2025-08-26T11:20:34.517Z] 1e890da81ec9: Preparing [2025-08-26T11:20:34.517Z] 13fb146408d6: Waiting [2025-08-26T11:20:34.517Z] 68d461939e57: Waiting [2025-08-26T11:20:34.517Z] e6077f7eb5fa: Waiting [2025-08-26T11:20:34.517Z] 1e890da81ec9: Waiting [2025-08-26T11:20:34.517Z] 65c6dcae6ae1: Layer already exists [2025-08-26T11:20:34.517Z] 2d43e0f4b6ad: Layer already exists [2025-08-26T11:20:34.517Z] 17749582bb54: Layer already exists [2025-08-26T11:20:34.517Z] 4c585ddb4f0e: Layer already exists [2025-08-26T11:20:34.517Z] 7359ff306554: Layer already exists [2025-08-26T11:20:34.517Z] 13fb146408d6: Layer already exists [2025-08-26T11:20:34.517Z] e6077f7eb5fa: Layer already exists [2025-08-26T11:20:34.517Z] 1e890da81ec9: Layer already exists [2025-08-26T11:20:34.517Z] 68d461939e57: Layer already exists [2025-08-26T11:20:34.517Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49: digest: sha256:87eea9d9bb11be95167a96a2e17ab0f02451ada0669c1b9db2f8c2dc9f7d5131 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:20:34.872Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:20:35.227Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2025-08-26T11:20:35.227Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-08-26T11:20:35.227Z] 2d43e0f4b6ad: Preparing [2025-08-26T11:20:35.227Z] 17749582bb54: Preparing [2025-08-26T11:20:35.227Z] 7359ff306554: Preparing [2025-08-26T11:20:35.227Z] 65c6dcae6ae1: Preparing [2025-08-26T11:20:35.227Z] 4c585ddb4f0e: Preparing [2025-08-26T11:20:35.227Z] e6077f7eb5fa: Preparing [2025-08-26T11:20:35.227Z] 13fb146408d6: Preparing [2025-08-26T11:20:35.227Z] 68d461939e57: Preparing [2025-08-26T11:20:35.227Z] 1e890da81ec9: Preparing [2025-08-26T11:20:35.227Z] e6077f7eb5fa: Waiting [2025-08-26T11:20:35.227Z] 68d461939e57: Waiting [2025-08-26T11:20:35.227Z] 1e890da81ec9: Waiting [2025-08-26T11:20:35.227Z] 13fb146408d6: Waiting [2025-08-26T11:20:35.227Z] 17749582bb54: Layer already exists [2025-08-26T11:20:35.227Z] 4c585ddb4f0e: Layer already exists [2025-08-26T11:20:35.227Z] 2d43e0f4b6ad: Layer already exists [2025-08-26T11:20:35.227Z] 65c6dcae6ae1: Layer already exists [2025-08-26T11:20:35.227Z] 7359ff306554: Layer already exists [2025-08-26T11:20:35.227Z] 13fb146408d6: Layer already exists [2025-08-26T11:20:35.227Z] e6077f7eb5fa: Layer already exists [2025-08-26T11:20:35.227Z] 68d461939e57: Layer already exists [2025-08-26T11:20:35.227Z] 1e890da81ec9: Layer already exists [2025-08-26T11:20:35.492Z] main: digest: sha256:87eea9d9bb11be95167a96a2e17ab0f02451ada0669c1b9db2f8c2dc9f7d5131 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-26T11:20:35.580Z] ===================================================== [Pipeline] echo [2025-08-26T11:20:35.597Z] taggedImages: [2025-08-26T11:20:35.597Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T11:20:35.597Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2025-08-26T11:20:35.597Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.49 [2025-08-26T11:20:35.597Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T11:20:35.597Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2025-08-26T11:20:35.633Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2025-08-26T11:20:35.633Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T11:20:35.633Z] latest [2025-08-26T11:20:35.633Z] 4.1.0-dev.49 [2025-08-26T11:20:35.633Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T11:20:35.633Z] main [2025-08-26T11:20:35.633Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:20:36.004Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:20:36.356Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T11:20:36.356Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-08-26T11:20:36.356Z] ff6d787b7117: Preparing [2025-08-26T11:20:36.356Z] 00624c790949: Preparing [2025-08-26T11:20:36.356Z] 65c6dcae6ae1: Preparing [2025-08-26T11:20:36.356Z] 4c585ddb4f0e: Preparing [2025-08-26T11:20:36.356Z] 7ccde403caf0: Preparing [2025-08-26T11:20:36.356Z] 02ef84c5d269: Preparing [2025-08-26T11:20:36.356Z] 1e890da81ec9: Preparing [2025-08-26T11:20:36.356Z] 02ef84c5d269: Waiting [2025-08-26T11:20:36.356Z] 1e890da81ec9: Waiting [2025-08-26T11:20:36.356Z] 65c6dcae6ae1: Layer already exists [2025-08-26T11:20:36.356Z] 4c585ddb4f0e: Layer already exists [2025-08-26T11:20:36.357Z] 1e890da81ec9: Layer already exists [2025-08-26T11:20:36.620Z] ff6d787b7117: Pushed [2025-08-26T11:20:36.883Z] 7ccde403caf0: Pushed [2025-08-26T11:20:37.833Z] 02ef84c5d269: Pushed [2025-08-26T11:20:44.448Z] 00624c790949: Pushed [2025-08-26T11:20:44.713Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5: digest: sha256:376900ab86a752a1b93414baff5f070a4193f79284c15f79e576b2382a17ac26 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:20:45.077Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:20:45.429Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2025-08-26T11:20:45.429Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-08-26T11:20:45.429Z] ff6d787b7117: Preparing [2025-08-26T11:20:45.429Z] 00624c790949: Preparing [2025-08-26T11:20:45.429Z] 65c6dcae6ae1: Preparing [2025-08-26T11:20:45.429Z] 4c585ddb4f0e: Preparing [2025-08-26T11:20:45.429Z] 7ccde403caf0: Preparing [2025-08-26T11:20:45.429Z] 02ef84c5d269: Preparing [2025-08-26T11:20:45.429Z] 1e890da81ec9: Preparing [2025-08-26T11:20:45.429Z] 02ef84c5d269: Waiting [2025-08-26T11:20:45.429Z] 1e890da81ec9: Waiting [2025-08-26T11:20:45.429Z] 65c6dcae6ae1: Layer already exists [2025-08-26T11:20:45.429Z] 7ccde403caf0: Layer already exists [2025-08-26T11:20:45.429Z] 4c585ddb4f0e: Layer already exists [2025-08-26T11:20:45.429Z] 00624c790949: Layer already exists [2025-08-26T11:20:45.429Z] ff6d787b7117: Layer already exists [2025-08-26T11:20:45.429Z] 1e890da81ec9: Layer already exists [2025-08-26T11:20:45.429Z] 02ef84c5d269: Layer already exists [2025-08-26T11:20:45.694Z] latest: digest: sha256:376900ab86a752a1b93414baff5f070a4193f79284c15f79e576b2382a17ac26 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:20:46.052Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:20:46.408Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.49 [2025-08-26T11:20:46.409Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-08-26T11:20:46.409Z] ff6d787b7117: Preparing [2025-08-26T11:20:46.409Z] 00624c790949: Preparing [2025-08-26T11:20:46.409Z] 65c6dcae6ae1: Preparing [2025-08-26T11:20:46.409Z] 4c585ddb4f0e: Preparing [2025-08-26T11:20:46.409Z] 7ccde403caf0: Preparing [2025-08-26T11:20:46.409Z] 02ef84c5d269: Preparing [2025-08-26T11:20:46.409Z] 1e890da81ec9: Preparing [2025-08-26T11:20:46.409Z] 02ef84c5d269: Waiting [2025-08-26T11:20:46.409Z] 1e890da81ec9: Waiting [2025-08-26T11:20:46.409Z] 4c585ddb4f0e: Layer already exists [2025-08-26T11:20:46.409Z] ff6d787b7117: Layer already exists [2025-08-26T11:20:46.409Z] 7ccde403caf0: Layer already exists [2025-08-26T11:20:46.409Z] 00624c790949: Layer already exists [2025-08-26T11:20:46.409Z] 65c6dcae6ae1: Layer already exists [2025-08-26T11:20:46.409Z] 02ef84c5d269: Layer already exists [2025-08-26T11:20:46.989Z] 1e890da81ec9: Layer already exists [2025-08-26T11:20:46.989Z] 4.1.0-dev.49: digest: sha256:376900ab86a752a1b93414baff5f070a4193f79284c15f79e576b2382a17ac26 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:20:47.338Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:20:47.683Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T11:20:47.684Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-08-26T11:20:47.684Z] ff6d787b7117: Preparing [2025-08-26T11:20:47.684Z] 00624c790949: Preparing [2025-08-26T11:20:47.684Z] 65c6dcae6ae1: Preparing [2025-08-26T11:20:47.684Z] 4c585ddb4f0e: Preparing [2025-08-26T11:20:47.684Z] 7ccde403caf0: Preparing [2025-08-26T11:20:47.684Z] 02ef84c5d269: Preparing [2025-08-26T11:20:47.684Z] 1e890da81ec9: Preparing [2025-08-26T11:20:47.684Z] 02ef84c5d269: Waiting [2025-08-26T11:20:47.684Z] 65c6dcae6ae1: Layer already exists [2025-08-26T11:20:47.684Z] ff6d787b7117: Layer already exists [2025-08-26T11:20:47.684Z] 4c585ddb4f0e: Layer already exists [2025-08-26T11:20:47.684Z] 7ccde403caf0: Layer already exists [2025-08-26T11:20:47.684Z] 00624c790949: Layer already exists [2025-08-26T11:20:47.684Z] 1e890da81ec9: Layer already exists [2025-08-26T11:20:47.684Z] 02ef84c5d269: Layer already exists [2025-08-26T11:20:47.684Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49: digest: sha256:376900ab86a752a1b93414baff5f070a4193f79284c15f79e576b2382a17ac26 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:20:48.313Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:20:48.668Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2025-08-26T11:20:48.668Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-08-26T11:20:48.668Z] ff6d787b7117: Preparing [2025-08-26T11:20:48.668Z] 00624c790949: Preparing [2025-08-26T11:20:48.668Z] 65c6dcae6ae1: Preparing [2025-08-26T11:20:48.668Z] 4c585ddb4f0e: Preparing [2025-08-26T11:20:48.668Z] 7ccde403caf0: Preparing [2025-08-26T11:20:48.668Z] 02ef84c5d269: Preparing [2025-08-26T11:20:48.668Z] 1e890da81ec9: Preparing [2025-08-26T11:20:48.668Z] 02ef84c5d269: Waiting [2025-08-26T11:20:48.668Z] 1e890da81ec9: Waiting [2025-08-26T11:20:48.668Z] 7ccde403caf0: Layer already exists [2025-08-26T11:20:48.668Z] 00624c790949: Layer already exists [2025-08-26T11:20:48.668Z] 4c585ddb4f0e: Layer already exists [2025-08-26T11:20:48.668Z] ff6d787b7117: Layer already exists [2025-08-26T11:20:48.668Z] 65c6dcae6ae1: Layer already exists [2025-08-26T11:20:48.668Z] 1e890da81ec9: Layer already exists [2025-08-26T11:20:48.668Z] 02ef84c5d269: Layer already exists [2025-08-26T11:20:48.934Z] main: digest: sha256:376900ab86a752a1b93414baff5f070a4193f79284c15f79e576b2382a17ac26 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-26T11:20:49.017Z] ===================================================== [Pipeline] echo [2025-08-26T11:20:49.032Z] taggedImages: [2025-08-26T11:20:49.032Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T11:20:49.032Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2025-08-26T11:20:49.032Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.49 [2025-08-26T11:20:49.032Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T11:20:49.032Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2025-08-26T11:20:49.060Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2025-08-26T11:20:49.060Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T11:20:49.060Z] latest [2025-08-26T11:20:49.060Z] 4.1.0-dev.49 [2025-08-26T11:20:49.060Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T11:20:49.060Z] main [2025-08-26T11:20:49.060Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:20:49.415Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:20:49.842Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T11:20:49.842Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-08-26T11:20:49.842Z] 17d2b2a4ec63: Preparing [2025-08-26T11:20:49.842Z] aaa242f82f76: Preparing [2025-08-26T11:20:49.842Z] 65c6dcae6ae1: Preparing [2025-08-26T11:20:49.842Z] 4c585ddb4f0e: Preparing [2025-08-26T11:20:49.842Z] a0b560573f5c: Preparing [2025-08-26T11:20:49.842Z] feab830f5517: Preparing [2025-08-26T11:20:49.842Z] 1e890da81ec9: Preparing [2025-08-26T11:20:49.842Z] feab830f5517: Waiting [2025-08-26T11:20:49.842Z] 1e890da81ec9: Waiting [2025-08-26T11:20:50.112Z] 65c6dcae6ae1: Layer already exists [2025-08-26T11:20:50.112Z] 4c585ddb4f0e: Layer already exists [2025-08-26T11:20:50.112Z] 1e890da81ec9: Layer already exists [2025-08-26T11:20:50.112Z] 17d2b2a4ec63: Pushed [2025-08-26T11:20:50.380Z] a0b560573f5c: Pushed [2025-08-26T11:20:50.649Z] feab830f5517: Pushed [2025-08-26T11:20:58.894Z] aaa242f82f76: Pushed [2025-08-26T11:20:58.894Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5: digest: sha256:af4dc8c88b3440ecd7dcdd4b3a254a912205fb6bda62feefbaaff361419ed40b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:20:59.256Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:20:59.615Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2025-08-26T11:20:59.615Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-08-26T11:20:59.615Z] 17d2b2a4ec63: Preparing [2025-08-26T11:20:59.615Z] aaa242f82f76: Preparing [2025-08-26T11:20:59.615Z] 65c6dcae6ae1: Preparing [2025-08-26T11:20:59.615Z] 4c585ddb4f0e: Preparing [2025-08-26T11:20:59.615Z] a0b560573f5c: Preparing [2025-08-26T11:20:59.615Z] feab830f5517: Preparing [2025-08-26T11:20:59.615Z] 1e890da81ec9: Preparing [2025-08-26T11:20:59.615Z] feab830f5517: Waiting [2025-08-26T11:20:59.615Z] 1e890da81ec9: Waiting [2025-08-26T11:20:59.615Z] 4c585ddb4f0e: Layer already exists [2025-08-26T11:20:59.615Z] 17d2b2a4ec63: Layer already exists [2025-08-26T11:20:59.615Z] 65c6dcae6ae1: Layer already exists [2025-08-26T11:20:59.615Z] a0b560573f5c: Layer already exists [2025-08-26T11:20:59.615Z] aaa242f82f76: Layer already exists [2025-08-26T11:20:59.615Z] feab830f5517: Layer already exists [2025-08-26T11:20:59.615Z] 1e890da81ec9: Layer already exists [2025-08-26T11:20:59.881Z] latest: digest: sha256:af4dc8c88b3440ecd7dcdd4b3a254a912205fb6bda62feefbaaff361419ed40b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:21:00.226Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:21:00.597Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.49 [2025-08-26T11:21:00.597Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-08-26T11:21:00.597Z] 17d2b2a4ec63: Preparing [2025-08-26T11:21:00.597Z] aaa242f82f76: Preparing [2025-08-26T11:21:00.597Z] 65c6dcae6ae1: Preparing [2025-08-26T11:21:00.597Z] 4c585ddb4f0e: Preparing [2025-08-26T11:21:00.597Z] a0b560573f5c: Preparing [2025-08-26T11:21:00.597Z] feab830f5517: Preparing [2025-08-26T11:21:00.597Z] 1e890da81ec9: Preparing [2025-08-26T11:21:00.597Z] feab830f5517: Waiting [2025-08-26T11:21:00.597Z] 1e890da81ec9: Waiting [2025-08-26T11:21:00.597Z] 4c585ddb4f0e: Layer already exists [2025-08-26T11:21:00.597Z] 65c6dcae6ae1: Layer already exists [2025-08-26T11:21:00.597Z] aaa242f82f76: Layer already exists [2025-08-26T11:21:00.597Z] 17d2b2a4ec63: Layer already exists [2025-08-26T11:21:00.597Z] a0b560573f5c: Layer already exists [2025-08-26T11:21:00.597Z] 1e890da81ec9: Layer already exists [2025-08-26T11:21:00.597Z] feab830f5517: Layer already exists [2025-08-26T11:21:00.597Z] 4.1.0-dev.49: digest: sha256:af4dc8c88b3440ecd7dcdd4b3a254a912205fb6bda62feefbaaff361419ed40b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:21:01.210Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:21:01.558Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T11:21:01.559Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-08-26T11:21:01.559Z] 17d2b2a4ec63: Preparing [2025-08-26T11:21:01.559Z] aaa242f82f76: Preparing [2025-08-26T11:21:01.559Z] 65c6dcae6ae1: Preparing [2025-08-26T11:21:01.559Z] 4c585ddb4f0e: Preparing [2025-08-26T11:21:01.559Z] a0b560573f5c: Preparing [2025-08-26T11:21:01.559Z] feab830f5517: Preparing [2025-08-26T11:21:01.559Z] 1e890da81ec9: Preparing [2025-08-26T11:21:01.559Z] feab830f5517: Waiting [2025-08-26T11:21:01.559Z] 1e890da81ec9: Waiting [2025-08-26T11:21:01.559Z] a0b560573f5c: Layer already exists [2025-08-26T11:21:01.559Z] 17d2b2a4ec63: Layer already exists [2025-08-26T11:21:01.559Z] aaa242f82f76: Layer already exists [2025-08-26T11:21:01.559Z] 4c585ddb4f0e: Layer already exists [2025-08-26T11:21:01.559Z] 65c6dcae6ae1: Layer already exists [2025-08-26T11:21:01.559Z] feab830f5517: Layer already exists [2025-08-26T11:21:01.559Z] 1e890da81ec9: Layer already exists [2025-08-26T11:21:01.824Z] cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49: digest: sha256:af4dc8c88b3440ecd7dcdd4b3a254a912205fb6bda62feefbaaff361419ed40b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:21:02.179Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:21:02.523Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2025-08-26T11:21:02.523Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-08-26T11:21:02.523Z] 17d2b2a4ec63: Preparing [2025-08-26T11:21:02.523Z] aaa242f82f76: Preparing [2025-08-26T11:21:02.523Z] 65c6dcae6ae1: Preparing [2025-08-26T11:21:02.523Z] 4c585ddb4f0e: Preparing [2025-08-26T11:21:02.523Z] a0b560573f5c: Preparing [2025-08-26T11:21:02.523Z] feab830f5517: Preparing [2025-08-26T11:21:02.523Z] 1e890da81ec9: Preparing [2025-08-26T11:21:02.523Z] feab830f5517: Waiting [2025-08-26T11:21:02.523Z] 1e890da81ec9: Waiting [2025-08-26T11:21:02.523Z] a0b560573f5c: Layer already exists [2025-08-26T11:21:02.523Z] aaa242f82f76: Layer already exists [2025-08-26T11:21:02.523Z] 17d2b2a4ec63: Layer already exists [2025-08-26T11:21:02.523Z] 65c6dcae6ae1: Layer already exists [2025-08-26T11:21:02.523Z] 4c585ddb4f0e: Layer already exists [2025-08-26T11:21:02.523Z] 1e890da81ec9: Layer already exists [2025-08-26T11:21:02.523Z] feab830f5517: Layer already exists [2025-08-26T11:21:02.523Z] main: digest: sha256:af4dc8c88b3440ecd7dcdd4b3a254a912205fb6bda62feefbaaff361419ed40b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-26T11:21:02.864Z] ===================================================== [Pipeline] echo [2025-08-26T11:21:02.883Z] taggedImages: [2025-08-26T11:21:02.883Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [2025-08-26T11:21:02.883Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2025-08-26T11:21:02.883Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.49 [2025-08-26T11:21:02.883Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [2025-08-26T11:21:02.883Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo [2025-08-26T11:21:02.899Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] echo [2025-08-26T11:21:02.914Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo [2025-08-26T11:21:02.926Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.49 [Pipeline] echo [2025-08-26T11:21:02.940Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] echo [2025-08-26T11:21:02.953Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2025-08-26T11:21:02.964Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] echo [2025-08-26T11:21:02.975Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo [2025-08-26T11:21:02.986Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.49 [Pipeline] echo [2025-08-26T11:21:03.003Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] echo [2025-08-26T11:21:03.014Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2025-08-26T11:21:03.031Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] echo [2025-08-26T11:21:03.046Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo [2025-08-26T11:21:03.060Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.49 [Pipeline] echo [2025-08-26T11:21:03.074Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] echo [2025-08-26T11:21:03.087Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2025-08-26T11:21:03.102Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] echo [2025-08-26T11:21:03.116Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo [2025-08-26T11:21:03.128Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.49 [Pipeline] echo [2025-08-26T11:21:03.140Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] echo [2025-08-26T11:21:03.151Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2025-08-26T11:21:03.167Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] echo [2025-08-26T11:21:03.182Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo [2025-08-26T11:21:03.194Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.49 [Pipeline] echo [2025-08-26T11:21:03.205Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] echo [2025-08-26T11:21:03.218Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2025-08-26T11:21:03.231Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] echo [2025-08-26T11:21:03.243Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo [2025-08-26T11:21:03.254Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.49 [Pipeline] echo [2025-08-26T11:21:03.264Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] echo [2025-08-26T11:21:03.273Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2025-08-26T11:21:03.288Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] echo [2025-08-26T11:21:03.299Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo [2025-08-26T11:21:03.315Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.49 [Pipeline] echo [2025-08-26T11:21:03.331Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] echo [2025-08-26T11:21:03.343Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2025-08-26T11:21:03.359Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] echo [2025-08-26T11:21:03.368Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo [2025-08-26T11:21:03.380Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.49 [Pipeline] echo [2025-08-26T11:21:03.397Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] echo [2025-08-26T11:21:03.412Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2025-08-26T11:21:03.425Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] echo [2025-08-26T11:21:03.440Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo [2025-08-26T11:21:03.452Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.49 [Pipeline] echo [2025-08-26T11:21:03.465Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] echo [2025-08-26T11:21:03.478Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2025-08-26T11:21:03.494Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] echo [2025-08-26T11:21:03.503Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo [2025-08-26T11:21:03.513Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.49 [Pipeline] echo [2025-08-26T11:21:03.525Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] echo [2025-08-26T11:21:03.543Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2025-08-26T11:21:03.559Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] echo [2025-08-26T11:21:03.575Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo [2025-08-26T11:21:03.585Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.49 [Pipeline] echo [2025-08-26T11:21:03.601Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] echo [2025-08-26T11:21:03.618Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2025-08-26T11:21:03.630Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] echo [2025-08-26T11:21:03.648Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo [2025-08-26T11:21:03.660Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.49 [Pipeline] echo [2025-08-26T11:21:03.671Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] echo [2025-08-26T11:21:03.683Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2025-08-26T11:21:03.699Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] echo [2025-08-26T11:21:03.715Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo [2025-08-26T11:21:03.727Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.49 [Pipeline] echo [2025-08-26T11:21:03.740Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] echo [2025-08-26T11:21:03.758Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2025-08-26T11:21:03.773Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] echo [2025-08-26T11:21:03.786Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo [2025-08-26T11:21:03.802Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.49 [Pipeline] echo [2025-08-26T11:21:03.813Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] echo [2025-08-26T11:21:03.824Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2025-08-26T11:21:03.841Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] echo [2025-08-26T11:21:03.856Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo [2025-08-26T11:21:03.873Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.49 [Pipeline] echo [2025-08-26T11:21:03.889Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5-4.1.0-dev.49 [Pipeline] echo [2025-08-26T11:21:03.901Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:21:04.324Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-08-26T11:21:04.324Z] [2025-08-26T11:21:04.324Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:21:04.652Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-08-26T11:21:04.652Z] arm64: Pulling from edgex-lftools-log-publisher [2025-08-26T11:21:04.652Z] 8998bd30e6a1: Pulling fs layer [2025-08-26T11:21:04.652Z] 04944245beec: Pulling fs layer [2025-08-26T11:21:04.652Z] 699f458cf7ca: Pulling fs layer [2025-08-26T11:21:04.652Z] 765212b225bb: Pulling fs layer [2025-08-26T11:21:04.652Z] f23df028b6ca: Pulling fs layer [2025-08-26T11:21:04.652Z] d65c8cfc05b1: Pulling fs layer [2025-08-26T11:21:04.652Z] 2437ff75d9bd: Pulling fs layer [2025-08-26T11:21:04.652Z] 765212b225bb: Waiting [2025-08-26T11:21:04.652Z] d65c8cfc05b1: Waiting [2025-08-26T11:21:04.652Z] f23df028b6ca: Waiting [2025-08-26T11:21:04.652Z] 2437ff75d9bd: Waiting [2025-08-26T11:21:04.918Z] 04944245beec: Verifying Checksum [2025-08-26T11:21:04.918Z] 04944245beec: Download complete [2025-08-26T11:21:04.918Z] 765212b225bb: Verifying Checksum [2025-08-26T11:21:04.918Z] 765212b225bb: Download complete [2025-08-26T11:21:04.918Z] f23df028b6ca: Verifying Checksum [2025-08-26T11:21:04.918Z] f23df028b6ca: Download complete [2025-08-26T11:21:04.918Z] d65c8cfc05b1: Verifying Checksum [2025-08-26T11:21:04.918Z] d65c8cfc05b1: Download complete [2025-08-26T11:21:04.918Z] 699f458cf7ca: Verifying Checksum [2025-08-26T11:21:04.918Z] 699f458cf7ca: Download complete [2025-08-26T11:21:05.501Z] 8998bd30e6a1: Verifying Checksum [2025-08-26T11:21:05.501Z] 8998bd30e6a1: Download complete [2025-08-26T11:21:08.074Z] 2437ff75d9bd: Verifying Checksum [2025-08-26T11:21:08.074Z] 2437ff75d9bd: Download complete [2025-08-26T11:21:10.011Z] 8998bd30e6a1: Pull complete [2025-08-26T11:21:10.591Z] 04944245beec: Pull complete [2025-08-26T11:21:12.524Z] 699f458cf7ca: Pull complete [2025-08-26T11:21:12.524Z] 765212b225bb: Pull complete [2025-08-26T11:21:13.105Z] f23df028b6ca: Pull complete [2025-08-26T11:21:13.369Z] d65c8cfc05b1: Pull complete [2025-08-26T11:21:31.543Z] 2437ff75d9bd: Pull complete [2025-08-26T11:21:31.543Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-08-26T11:21:31.543Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-08-26T11:21:31.543Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-26T11:21:31.750Z] prd-ubuntu20.04-docker-arm64-4c-16g-7629 does not seem to be running inside a container [2025-08-26T11:21:31.807Z] $ 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/890 -v /w/workspace/edgex-go/890:/w/workspace/edgex-go/890:rw,z -v /w/workspace/edgex-go/890@tmp:/w/workspace/edgex-go/890@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2025-08-26T11:21:34.287Z] $ docker top 882ab9dd3d274b921cdb4329ceb63b92adff56799fe88471edde0c0088e635ab -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-26T11:21:35.211Z] ---> job-cost.sh [2025-08-26T11:21:35.211Z] lf-activate-venv: SKIPPING [2025-08-26T11:21:35.211Z] INFO: No Stack... [2025-08-26T11:21:35.790Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-08-26T11:21:36.743Z] INFO: Archiving Costs [Pipeline] sh [2025-08-26T11:21:37.371Z] + cat /w/workspace/edgex-go/890/archives/cost.csv [2025-08-26T11:21:37.371Z] + cut -d, -f6 [Pipeline] lock [2025-08-26T11:21:37.406Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-890-stack-cost] [2025-08-26T11:21:37.412Z] Resource [jenkins-edgexfoundry-edgex-go-main-890-stack-cost] did not exist. Created. [2025-08-26T11:21:37.417Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-890-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-08-26T11:21:38.067Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-08-26T11:21:38.728Z] Stashed 1 file(s) [Pipeline] } [2025-08-26T11:21:38.744Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-890-stack-cost] [Pipeline] // lock [Pipeline] } [2025-08-26T11:21:38.776Z] $ docker stop --time=1 882ab9dd3d274b921cdb4329ceb63b92adff56799fe88471edde0c0088e635ab [2025-08-26T11:21:40.310Z] $ docker rm -f --volumes 882ab9dd3d274b921cdb4329ceb63b92adff56799fe88471edde0c0088e635ab [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2025-08-26T11:21:41.028Z] provisioning config files... [2025-08-26T11:21:41.034Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/890@tmp/config9333215630749011262tmp [Pipeline] { [Pipeline] sh [2025-08-26T11:21:41.334Z] + set +x [2025-08-26T11:21:41.334Z] + + curlbash -s -s https://codecov.io/bash -- [2025-08-26T11:21:41.334Z] [2025-08-26T11:21:41.334Z] [2025-08-26T11:21:41.334Z] _____ _ [2025-08-26T11:21:41.334Z] / ____| | | [2025-08-26T11:21:41.334Z] | | ___ __| | ___ ___ _____ __ [2025-08-26T11:21:41.334Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2025-08-26T11:21:41.334Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2025-08-26T11:21:41.334Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2025-08-26T11:21:41.334Z] Bash-1.0.6 [2025-08-26T11:21:41.334Z] [2025-08-26T11:21:41.334Z] [2025-08-26T11:21:41.334Z] ==> git version 2.25.1 found [2025-08-26T11:21:41.334Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2025-08-26T11:21:41.334Z] Release-Date: 2020-01-08 [2025-08-26T11:21:41.334Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2025-08-26T11:21:41.334Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2025-08-26T11:21:41.334Z] ==> Jenkins CI detected. [2025-08-26T11:21:41.334Z] current dir:  /w/workspace/edgex-go/890 [2025-08-26T11:21:41.334Z] project root: . [2025-08-26T11:21:41.334Z] --> token set from env [2025-08-26T11:21:41.334Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2025-08-26T11:21:41.334Z] ==> Running gcov in . (disable via -X gcov) [2025-08-26T11:21:41.334Z] ==> Python coveragepy not found [2025-08-26T11:21:41.334Z] ==> Searching for coverage reports in: [2025-08-26T11:21:41.334Z] + . [2025-08-26T11:21:41.595Z] -> Found 1 reports [2025-08-26T11:21:41.595Z] ==> Detecting git/mercurial file structure [2025-08-26T11:21:41.595Z] ==> Reading reports [2025-08-26T11:21:41.595Z] + ./coverage.out bytes=1668237 [2025-08-26T11:21:41.595Z] ==> Appending adjustments [2025-08-26T11:21:41.595Z] https://docs.codecov.io/docs/fixing-reports [2025-08-26T11:21:42.975Z] + Found adjustments [2025-08-26T11:21:42.975Z] ==> Gzipping contents [2025-08-26T11:21:42.975Z] 140K /tmp/codecov.WOokit.gz [2025-08-26T11:21:42.975Z] ==> Uploading reports [2025-08-26T11:21:42.975Z] url: https://codecov.io [2025-08-26T11:21:42.975Z] query: branch=main&commit=cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5&build=890&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F890%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-08-26T11:21:42.975Z] -> Pinging Codecov [2025-08-26T11:21:42.975Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5&build=890&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F890%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-08-26T11:21:43.236Z] -> Uploading to [2025-08-26T11:21:43.236Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/edgex-go/cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5/a0f6f889-442a-4a24-b5f2-c9adc51ed947.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250826%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250826T112143Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=dfffdd722823156bd7bb4d842b8eb4a2e9469ac24345f9e304aeb775f92ae7a1 [2025-08-26T11:21:43.236Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-08-26T11:21:43.236Z] Dload Upload Total Spent Left Speed [2025-08-26T11:21:43.502Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 138k 0 0 100 138k 0 727k --:--:-- --:--:-- --:--:-- 727k [2025-08-26T11:21:43.502Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/cf03c0e32e297a7695ad6fd3c21dbfbcce818ee5 [Pipeline] } [2025-08-26T11:21:43.510Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2025-08-26T11:21:43.755Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2025-08-26T11:21:43.775Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:21:44.082Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-08-26T11:21:44.083Z] [2025-08-26T11:21:44.083Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:21:44.395Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-08-26T11:21:44.395Z] latest: Pulling from edgex-devops/edgex-snyk-go [2025-08-26T11:21:44.395Z] 0a9a5dfd008f: Already exists [2025-08-26T11:21:44.395Z] 36466aa92d05: Already exists [2025-08-26T11:21:44.395Z] e10405b45d13: Already exists [2025-08-26T11:21:44.395Z] 096b7ceb2af7: Already exists [2025-08-26T11:21:44.395Z] 4f4fb700ef54: Already exists [2025-08-26T11:21:44.395Z] e50aa161e22a: Pulling fs layer [2025-08-26T11:21:44.395Z] d3c8db5fb9df: Pulling fs layer [2025-08-26T11:21:44.655Z] e50aa161e22a: Verifying Checksum [2025-08-26T11:21:44.655Z] e50aa161e22a: Download complete [2025-08-26T11:21:45.222Z] e50aa161e22a: Pull complete [2025-08-26T11:21:46.158Z] d3c8db5fb9df: Verifying Checksum [2025-08-26T11:21:46.158Z] d3c8db5fb9df: Download complete [2025-08-26T11:21:50.359Z] d3c8db5fb9df: Pull complete [2025-08-26T11:21:50.359Z] Digest: sha256:dd1bc05e8109ba836052a65277634c2595aaffbf12b6b6479deaea63345484be [2025-08-26T11:21:50.359Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-08-26T11:21:50.359Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-26T11:21:50.470Z] prd-ubuntu20.04-docker-8c-8g-7628 does not seem to be running inside a container [2025-08-26T11:21:50.496Z] $ 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/890 -v /w/workspace/edgex-go/890:/w/workspace/edgex-go/890:rw,z -v /w/workspace/edgex-go/890@tmp:/w/workspace/edgex-go/890@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat [2025-08-26T11:21:51.600Z] $ docker top c748fd9405b355a1aa26ea51872e6cda1935f47b2b7e6e1876db946b36bb2edb -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-26T11:21:51.954Z] + git config --global --add safe.directory /w/workspace/edgex-go/890 [Pipeline] echo [2025-08-26T11:21:51.966Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2025-08-26T11:21:52.247Z] + set -o pipefail [2025-08-26T11:21:52.247Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2025-08-26T11:22:00.368Z] [2025-08-26T11:22:00.368Z] Monitoring /w/workspace/edgex-go/890 (github.com/edgexfoundry/edgex-go)... [2025-08-26T11:22:00.368Z] [2025-08-26T11:22:00.368Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/2f39cb60-f186-41b2-853e-83561e95b695 [2025-08-26T11:22:00.368Z] [2025-08-26T11:22:00.368Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2025-08-26T11:22:00.368Z] [Pipeline] } [2025-08-26T11:22:01.311Z] $ docker stop --time=1 c748fd9405b355a1aa26ea51872e6cda1935f47b2b7e6e1876db946b36bb2edb [2025-08-26T11:22:03.644Z] $ docker rm -f --volumes c748fd9405b355a1aa26ea51872e6cda1935f47b2b7e6e1876db946b36bb2edb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2025-08-26T11:22:04.214Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-26T11:22:04.233Z] provisioning config files... [2025-08-26T11:22:04.240Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/890@tmp/config5470536130996247816tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-26T11:22:04.541Z] --> edgex-publish-swagger.sh [2025-08-26T11:22:04.541Z] === Publish openapi API === [2025-08-26T11:22:04.541Z] [publishToSwagger] Publishing the API Docs [openapi] to Swagger [2025-08-26T11:22:04.541Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/890/openapi/core-command.yaml] [2025-08-26T11:22:04.541Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-08-26T11:22:04.541Z] Dload Upload Total Spent Left Speed [2025-08-26T11:22:04.541Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33488 100 66 100 33422 464 229k --:--:-- --:--:-- --:--:-- 230k [2025-08-26T11:22:04.541Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-08-26T11:22:04.541Z] [2025-08-26T11:22:04.541Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/890/openapi/core-data.yaml] [2025-08-26T11:22:04.541Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-08-26T11:22:04.541Z] Dload Upload Total Spent Left Speed [2025-08-26T11:22:04.800Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 70050 100 66 100 69984 468 484k --:--:-- --:--:-- --:--:-- 485k [2025-08-26T11:22:04.800Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-08-26T11:22:04.800Z] [2025-08-26T11:22:04.800Z] [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/890/openapi/core-keeper.yaml] [2025-08-26T11:22:04.800Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-08-26T11:22:04.800Z] Dload Upload Total Spent Left Speed [2025-08-26T11:22:04.801Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30300 100 66 100 30234 666 298k --:--:-- --:--:-- --:--:-- 298k [2025-08-26T11:22:04.801Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-08-26T11:22:04.801Z] [2025-08-26T11:22:04.801Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/890/openapi/core-metadata.yaml] [2025-08-26T11:22:04.801Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-08-26T11:22:04.801Z] Dload Upload Total Spent Left Speed [2025-08-26T11:22:05.060Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 156k 100 66 100 156k 458 1089k --:--:-- --:--:-- --:--:-- 1089k [2025-08-26T11:22:05.061Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-08-26T11:22:05.061Z] [2025-08-26T11:22:05.061Z] [publishToSwagger] Publishing API Name [security-proxy-auth] [/w/workspace/edgex-go/890/openapi/security-proxy-auth.yaml] [2025-08-26T11:22:05.061Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-08-26T11:22:05.061Z] Dload Upload Total Spent Left Speed [2025-08-26T11:22:05.321Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24535 100 66 100 24469 397 143k --:--:-- --:--:-- --:--:-- 143k 100 24535 100 66 100 24469 395 143k --:--:-- --:--:-- --:--:-- 142k [2025-08-26T11:22:05.321Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-08-26T11:22:05.321Z] [2025-08-26T11:22:05.321Z] [publishToSwagger] Publishing API Name [security-secretstore-setup] [/w/workspace/edgex-go/890/openapi/security-secretstore-setup.yaml] [2025-08-26T11:22:05.321Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-08-26T11:22:05.321Z] Dload Upload Total Spent Left Speed [2025-08-26T11:22:05.321Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3979 100 66 100 3913 758 44977 --:--:-- --:--:-- --:--:-- 45735 [2025-08-26T11:22:05.321Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-08-26T11:22:05.321Z] [2025-08-26T11:22:05.321Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/890/openapi/support-notifications.yaml] [2025-08-26T11:22:05.321Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-08-26T11:22:05.321Z] Dload Upload Total Spent Left Speed [2025-08-26T11:22:05.580Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97k 100 66 100 99976 420 621k --:--:-- --:--:-- --:--:-- 622k [2025-08-26T11:22:05.580Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-08-26T11:22:05.580Z] [2025-08-26T11:22:05.580Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/890/openapi/support-scheduler.yaml] [2025-08-26T11:22:05.580Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-08-26T11:22:05.580Z] Dload Upload Total Spent Left Speed [2025-08-26T11:22:05.580Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50767 100 66 100 50701 589 442k --:--:-- --:--:-- --:--:-- 442k [2025-08-26T11:22:05.580Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-08-26T11:22:05.580Z] [Pipeline] } [2025-08-26T11:22:05.587Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh [2025-08-26T11:22:06.011Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-08-26T11:22:06.011Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:22:06.319Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-26T11:22:06.320Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-26T11:22:06.400Z] prd-ubuntu20.04-docker-8c-8g-7628 does not seem to be running inside a container [2025-08-26T11:22:06.421Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/890 -v /w/workspace/edgex-go/890:/w/workspace/edgex-go/890:rw,z -v /w/workspace/edgex-go/890@tmp:/w/workspace/edgex-go/890@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-08-26T11:22:06.682Z] $ docker top 8775574cc58ef21f7b2b5f3f5639c30dd9e1780bf15a71f4f78050b1e2d64ab4 -eo pid,comm [2025-08-26T11:22:06.736Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-08-26T11:22:06.736Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-08-26T11:22:06.793Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-08-26T11:22:06.793Z] [ssh-agent] Looking for ssh-agent implementation... [2025-08-26T11:22:06.904Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-08-26T11:22:06.900Z] $ docker exec 8775574cc58ef21f7b2b5f3f5639c30dd9e1780bf15a71f4f78050b1e2d64ab4 ssh-agent [2025-08-26T11:22:07.009Z] SSH_AUTH_SOCK=/tmp/ssh-eItfoaGR0dOJ/agent.32 [2025-08-26T11:22:07.009Z] SSH_AGENT_PID=38 [2025-08-26T11:22:07.013Z] Running ssh-add (command line suppressed) [2025-08-26T11:22:07.104Z] Identity added: /w/workspace/edgex-go/890@tmp/private_key_12057861918608407675.key (/w/workspace/edgex-go/890@tmp/private_key_12057861918608407675.key) [2025-08-26T11:22:07.123Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-08-26T11:22:07.411Z] + git semver tag [2025-08-26T11:22:07.670Z] 2025-08-26 11:22:07,631 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-08-26T11:22:07.670Z] 2025-08-26 11:22:07,635 [run_tag] DEBUG tag force:False [2025-08-26T11:22:07.670Z] 2025-08-26 11:22:07,635 [check_head_tag] DEBUG check head tag [2025-08-26T11:22:07.670Z] 2025-08-26 11:22:07,636 [execute] INFO git cat-file --batch-check [2025-08-26T11:22:07.670Z] 2025-08-26 11:22:07,636 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/890, stdin=, shell=False, universal_newlines=False) [2025-08-26T11:22:07.670Z] 2025-08-26 11:22:07,638 [execute] INFO git cat-file --batch [2025-08-26T11:22:07.670Z] 2025-08-26 11:22:07,639 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/890, stdin=, shell=False, universal_newlines=False) [2025-08-26T11:22:07.670Z] 2025-08-26 11:22:07,661 [read_version] DEBUG read version from /w/workspace/edgex-go/890/.semver/main [2025-08-26T11:22:07.670Z] 2025-08-26 11:22:07,661 [execute] INFO git tag -a v4.1.0-dev.49 -m v4.1.0-dev.49 [2025-08-26T11:22:07.670Z] 2025-08-26 11:22:07,661 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.49', '-m', 'v4.1.0-dev.49'], cwd=/w/workspace/edgex-go/890, stdin=None, shell=False, universal_newlines=False) [2025-08-26T11:22:07.929Z] 2025-08-26 11:22:07,664 [read_version] DEBUG read version from /w/workspace/edgex-go/890/.semver/main [2025-08-26T11:22:07.929Z] 4.1.0-dev.49 [Pipeline] } [2025-08-26T11:22:07.933Z] $ docker exec --env ******** --env ******** 8775574cc58ef21f7b2b5f3f5639c30dd9e1780bf15a71f4f78050b1e2d64ab4 ssh-agent -k [2025-08-26T11:22:08.025Z] unset SSH_AUTH_SOCK; [2025-08-26T11:22:08.025Z] unset SSH_AGENT_PID; [2025-08-26T11:22:08.025Z] echo Agent pid 38 killed; [2025-08-26T11:22:08.039Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-08-26T11:22:08.365Z] + git semver [Pipeline] } [2025-08-26T11:22:08.942Z] $ docker stop --time=1 8775574cc58ef21f7b2b5f3f5639c30dd9e1780bf15a71f4f78050b1e2d64ab4 [2025-08-26T11:22:10.215Z] $ docker rm -f --volumes 8775574cc58ef21f7b2b5f3f5639c30dd9e1780bf15a71f4f78050b1e2d64ab4 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:22:10.640Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-08-26T11:22:10.640Z] [2025-08-26T11:22:10.640Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:22:10.949Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-08-26T11:22:11.210Z] 0.23.1-centos7: Pulling from edgex-lftools [2025-08-26T11:22:11.210Z] ab5ef0e58194: Pulling fs layer [2025-08-26T11:22:11.210Z] 9712f1f96733: Pulling fs layer [2025-08-26T11:22:11.210Z] 63f879dbbcfc: Pulling fs layer [2025-08-26T11:22:11.210Z] 0d9ebad4ef96: Pulling fs layer [2025-08-26T11:22:11.210Z] e9a5061849ea: Pulling fs layer [2025-08-26T11:22:11.210Z] d747dcd14b5f: Pulling fs layer [2025-08-26T11:22:11.210Z] 2de7ff778b66: Pulling fs layer [2025-08-26T11:22:11.210Z] 0d9ebad4ef96: Waiting [2025-08-26T11:22:11.210Z] e9a5061849ea: Waiting [2025-08-26T11:22:11.210Z] d747dcd14b5f: Waiting [2025-08-26T11:22:11.210Z] 2de7ff778b66: Waiting [2025-08-26T11:22:11.210Z] 9712f1f96733: Download complete [2025-08-26T11:22:11.470Z] 63f879dbbcfc: Verifying Checksum [2025-08-26T11:22:11.470Z] 63f879dbbcfc: Download complete [2025-08-26T11:22:11.733Z] e9a5061849ea: Verifying Checksum [2025-08-26T11:22:11.733Z] e9a5061849ea: Download complete [2025-08-26T11:22:11.733Z] d747dcd14b5f: Verifying Checksum [2025-08-26T11:22:11.733Z] d747dcd14b5f: Download complete [2025-08-26T11:22:11.733Z] 0d9ebad4ef96: Verifying Checksum [2025-08-26T11:22:11.733Z] 0d9ebad4ef96: Download complete [2025-08-26T11:22:11.733Z] 2de7ff778b66: Verifying Checksum [2025-08-26T11:22:11.733Z] 2de7ff778b66: Download complete [2025-08-26T11:22:11.994Z] ab5ef0e58194: Verifying Checksum [2025-08-26T11:22:11.994Z] ab5ef0e58194: Download complete [2025-08-26T11:22:16.196Z] ab5ef0e58194: Pull complete [2025-08-26T11:22:16.196Z] 9712f1f96733: Pull complete [2025-08-26T11:22:16.457Z] 63f879dbbcfc: Pull complete [2025-08-26T11:22:23.023Z] 0d9ebad4ef96: Pull complete [2025-08-26T11:22:23.023Z] e9a5061849ea: Pull complete [2025-08-26T11:22:23.023Z] d747dcd14b5f: Pull complete [2025-08-26T11:22:24.927Z] 2de7ff778b66: Pull complete [2025-08-26T11:22:24.927Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2025-08-26T11:22:24.927Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-08-26T11:22:24.927Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-26T11:22:25.035Z] prd-ubuntu20.04-docker-8c-8g-7628 does not seem to be running inside a container [2025-08-26T11:22:25.063Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/890 -v /w/workspace/edgex-go/890:/w/workspace/edgex-go/890:rw,z -v /w/workspace/edgex-go/890@tmp:/w/workspace/edgex-go/890@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2025-08-26T11:22:26.719Z] $ docker top 53572344d448ce893a4fca2217c590d94a7f1bc53d895d6c7fd5476dbcd377e6 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2025-08-26T11:22:26.802Z] provisioning config files... [2025-08-26T11:22:26.809Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/890@tmp/config13104439546376544880tmp [2025-08-26T11:22:26.819Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/890@tmp/config15819242756385970853tmp [2025-08-26T11:22:26.828Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/890@tmp/config11642718726316029773tmp [Pipeline] { [Pipeline] echo [2025-08-26T11:22:26.853Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-26T11:22:27.148Z] ---> sigul-configuration.sh [2025-08-26T11:22:27.148Z] gpg: directory `/root/.gnupg' created [2025-08-26T11:22:27.148Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2025-08-26T11:22:27.148Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2025-08-26T11:22:27.148Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2025-08-26T11:22:27.148Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2025-08-26T11:22:27.148Z] gpg: CAST5 encrypted data [2025-08-26T11:22:27.148Z] gpg: encrypted with 1 passphrase [2025-08-26T11:22:27.148Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2025-08-26T11:22:27.502Z] + mkdir /home/jenkins [2025-08-26T11:22:27.502Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2025-08-26T11:22:27.841Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2025-08-26T11:22:27.857Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-26T11:22:28.206Z] ---> sigul-install.sh [2025-08-26T11:22:28.206Z] Sigul already installed; skipping installation. [Pipeline] sh [2025-08-26T11:22:28.499Z] + git tag --list [2025-08-26T11:22:28.499Z] 0.6.0 [2025-08-26T11:22:28.499Z] 0.6.1 [2025-08-26T11:22:28.499Z] 0.7.0 [2025-08-26T11:22:28.499Z] 0.7.1 [2025-08-26T11:22:28.499Z] v1.0.0 [2025-08-26T11:22:28.499Z] v1.0.1 [2025-08-26T11:22:28.499Z] v1.1.0 [2025-08-26T11:22:28.499Z] v1.2.0 [2025-08-26T11:22:28.499Z] v1.2.1 [2025-08-26T11:22:28.499Z] v1.3.0 [2025-08-26T11:22:28.499Z] v1.3.1 [2025-08-26T11:22:28.499Z] v2.0.0 [2025-08-26T11:22:28.499Z] v2.1.0 [2025-08-26T11:22:28.499Z] v2.1.1 [2025-08-26T11:22:28.499Z] v2.2.0 [2025-08-26T11:22:28.499Z] v2.3.0 [2025-08-26T11:22:28.499Z] v3.0 [2025-08-26T11:22:28.499Z] v3.0.0 [2025-08-26T11:22:28.499Z] v3.1 [2025-08-26T11:22:28.499Z] v3.1.0 [2025-08-26T11:22:28.499Z] v3.1.1 [2025-08-26T11:22:28.499Z] v4.0 [2025-08-26T11:22:28.499Z] v4.0.0 [2025-08-26T11:22:28.499Z] v4.0.1 [2025-08-26T11:22:28.499Z] v4.0.1-dev.1 [2025-08-26T11:22:28.499Z] v4.1.0-dev.1 [2025-08-26T11:22:28.499Z] v4.1.0-dev.10 [2025-08-26T11:22:28.499Z] v4.1.0-dev.11 [2025-08-26T11:22:28.499Z] v4.1.0-dev.12 [2025-08-26T11:22:28.499Z] v4.1.0-dev.13 [2025-08-26T11:22:28.499Z] v4.1.0-dev.14 [2025-08-26T11:22:28.499Z] v4.1.0-dev.15 [2025-08-26T11:22:28.499Z] v4.1.0-dev.16 [2025-08-26T11:22:28.499Z] v4.1.0-dev.17 [2025-08-26T11:22:28.499Z] v4.1.0-dev.18 [2025-08-26T11:22:28.499Z] v4.1.0-dev.19 [2025-08-26T11:22:28.499Z] v4.1.0-dev.2 [2025-08-26T11:22:28.499Z] v4.1.0-dev.20 [2025-08-26T11:22:28.499Z] v4.1.0-dev.21 [2025-08-26T11:22:28.499Z] v4.1.0-dev.22 [2025-08-26T11:22:28.499Z] v4.1.0-dev.23 [2025-08-26T11:22:28.499Z] v4.1.0-dev.24 [2025-08-26T11:22:28.499Z] v4.1.0-dev.25 [2025-08-26T11:22:28.499Z] v4.1.0-dev.26 [2025-08-26T11:22:28.499Z] v4.1.0-dev.27 [2025-08-26T11:22:28.499Z] v4.1.0-dev.28 [2025-08-26T11:22:28.499Z] v4.1.0-dev.29 [2025-08-26T11:22:28.499Z] v4.1.0-dev.3 [2025-08-26T11:22:28.499Z] v4.1.0-dev.30 [2025-08-26T11:22:28.499Z] v4.1.0-dev.31 [2025-08-26T11:22:28.499Z] v4.1.0-dev.32 [2025-08-26T11:22:28.499Z] v4.1.0-dev.33 [2025-08-26T11:22:28.499Z] v4.1.0-dev.34 [2025-08-26T11:22:28.499Z] v4.1.0-dev.35 [2025-08-26T11:22:28.499Z] v4.1.0-dev.36 [2025-08-26T11:22:28.499Z] v4.1.0-dev.37 [2025-08-26T11:22:28.499Z] v4.1.0-dev.38 [2025-08-26T11:22:28.499Z] v4.1.0-dev.39 [2025-08-26T11:22:28.499Z] v4.1.0-dev.4 [2025-08-26T11:22:28.499Z] v4.1.0-dev.40 [2025-08-26T11:22:28.499Z] v4.1.0-dev.41 [2025-08-26T11:22:28.499Z] v4.1.0-dev.42 [2025-08-26T11:22:28.499Z] v4.1.0-dev.43 [2025-08-26T11:22:28.499Z] v4.1.0-dev.44 [2025-08-26T11:22:28.499Z] v4.1.0-dev.45 [2025-08-26T11:22:28.499Z] v4.1.0-dev.46 [2025-08-26T11:22:28.499Z] v4.1.0-dev.47 [2025-08-26T11:22:28.499Z] v4.1.0-dev.48 [2025-08-26T11:22:28.499Z] v4.1.0-dev.49 [2025-08-26T11:22:28.499Z] v4.1.0-dev.5 [2025-08-26T11:22:28.499Z] v4.1.0-dev.6 [2025-08-26T11:22:28.499Z] v4.1.0-dev.7 [2025-08-26T11:22:28.499Z] v4.1.0-dev.8 [2025-08-26T11:22:28.499Z] v4.1.0-dev.9 [Pipeline] sh [2025-08-26T11:22:28.797Z] + lftools sign git-tag v4.1.0-dev.49 [2025-08-26T11:22:29.366Z] Signing Git tag with Sigul... [2025-08-26T11:22:29.366Z] Signing v4.1.0-dev.49 [Pipeline] echo [2025-08-26T11:22:29.642Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-26T11:22:29.938Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2025-08-26T11:22:29.946Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2025-08-26T11:22:29.966Z] $ docker stop --time=1 53572344d448ce893a4fca2217c590d94a7f1bc53d895d6c7fd5476dbcd377e6 [2025-08-26T11:22:31.224Z] $ docker rm -f --volumes 53572344d448ce893a4fca2217c590d94a7f1bc53d895d6c7fd5476dbcd377e6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2025-08-26T11:22:31.667Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-08-26T11:22:31.667Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:22:31.968Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-26T11:22:31.968Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-26T11:22:32.054Z] prd-ubuntu20.04-docker-8c-8g-7628 does not seem to be running inside a container [2025-08-26T11:22:32.077Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/890 -v /w/workspace/edgex-go/890:/w/workspace/edgex-go/890:rw,z -v /w/workspace/edgex-go/890@tmp:/w/workspace/edgex-go/890@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-08-26T11:22:32.323Z] $ docker top 94f5b6912a5e26e8d174393ff5f32ce5f442c16fa995f6de5097257822ddb26d -eo pid,comm [2025-08-26T11:22:32.373Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-08-26T11:22:32.373Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-08-26T11:22:32.427Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-08-26T11:22:32.427Z] [ssh-agent] Looking for ssh-agent implementation... [2025-08-26T11:22:32.537Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-08-26T11:22:32.534Z] $ docker exec 94f5b6912a5e26e8d174393ff5f32ce5f442c16fa995f6de5097257822ddb26d ssh-agent [2025-08-26T11:22:32.654Z] SSH_AUTH_SOCK=/tmp/ssh-6KrH65g0gKKt/agent.32 [2025-08-26T11:22:32.654Z] SSH_AGENT_PID=38 [2025-08-26T11:22:32.660Z] Running ssh-add (command line suppressed) [2025-08-26T11:22:32.767Z] Identity added: /w/workspace/edgex-go/890@tmp/private_key_1309140897346506361.key (/w/workspace/edgex-go/890@tmp/private_key_1309140897346506361.key) [2025-08-26T11:22:32.788Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-08-26T11:22:33.081Z] + git semver bump pre [2025-08-26T11:22:33.340Z] 2025-08-26 11:22:33,299 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-08-26T11:22:33.340Z] 2025-08-26 11:22:33,303 [read_version] DEBUG read version from /w/workspace/edgex-go/890/.semver/main [2025-08-26T11:22:33.340Z] 2025-08-26 11:22:33,303 [bump_version] DEBUG bumping version:4.1.0-dev.49 on axis:pre with prefix:dev [2025-08-26T11:22:33.340Z] 2025-08-26 11:22:33,303 [bump_version] DEBUG bumped version:4.1.0-dev.50 [2025-08-26T11:22:33.340Z] 2025-08-26 11:22:33,303 [write_version] DEBUG write version:4.1.0-dev.50 to path:/w/workspace/edgex-go/890/.semver/main with force:True [2025-08-26T11:22:33.340Z] 2025-08-26 11:22:33,303 [read_version] DEBUG read version from /w/workspace/edgex-go/890/.semver/main [2025-08-26T11:22:33.340Z] 2025-08-26 11:22:33,303 [write_file] DEBUG write to file:/w/workspace/edgex-go/890/.semver/main [2025-08-26T11:22:33.340Z] 2025-08-26 11:22:33,305 [execute] INFO git cat-file --batch-check [2025-08-26T11:22:33.340Z] 2025-08-26 11:22:33,305 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/890/.semver, stdin=, shell=False, universal_newlines=False) [2025-08-26T11:22:33.340Z] 2025-08-26 11:22:33,309 [execute] INFO git cat-file --batch [2025-08-26T11:22:33.340Z] 2025-08-26 11:22:33,309 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/890/.semver, stdin=, shell=False, universal_newlines=False) [2025-08-26T11:22:33.340Z] 2025-08-26 11:22:33,313 [read_version] DEBUG read version from /w/workspace/edgex-go/890/.semver/main [2025-08-26T11:22:33.340Z] 4.1.0-dev.50 [Pipeline] } [2025-08-26T11:22:33.602Z] $ docker exec --env ******** --env ******** 94f5b6912a5e26e8d174393ff5f32ce5f442c16fa995f6de5097257822ddb26d ssh-agent -k [2025-08-26T11:22:33.701Z] unset SSH_AUTH_SOCK; [2025-08-26T11:22:33.701Z] unset SSH_AGENT_PID; [2025-08-26T11:22:33.701Z] echo Agent pid 38 killed; [2025-08-26T11:22:33.716Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-08-26T11:22:34.033Z] + git semver [Pipeline] } [2025-08-26T11:22:34.300Z] $ docker stop --time=1 94f5b6912a5e26e8d174393ff5f32ce5f442c16fa995f6de5097257822ddb26d [2025-08-26T11:22:35.606Z] $ docker rm -f --volumes 94f5b6912a5e26e8d174393ff5f32ce5f442c16fa995f6de5097257822ddb26d [Pipeline] // withDockerContainer [Pipeline] sh [2025-08-26T11:22:35.957Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-08-26T11:22:35.957Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:22:36.268Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-26T11:22:36.268Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-26T11:22:36.350Z] prd-ubuntu20.04-docker-8c-8g-7628 does not seem to be running inside a container [2025-08-26T11:22:36.373Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/890 -v /w/workspace/edgex-go/890:/w/workspace/edgex-go/890:rw,z -v /w/workspace/edgex-go/890@tmp:/w/workspace/edgex-go/890@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-08-26T11:22:36.617Z] $ docker top f0c19143d1b8fe73dc056e35aba85b0497f5df9ea34824a7ccf5eb79b52ac6a3 -eo pid,comm [2025-08-26T11:22:36.669Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-08-26T11:22:36.669Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-08-26T11:22:36.728Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-08-26T11:22:36.728Z] [ssh-agent] Looking for ssh-agent implementation... [2025-08-26T11:22:36.846Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-08-26T11:22:36.842Z] $ docker exec f0c19143d1b8fe73dc056e35aba85b0497f5df9ea34824a7ccf5eb79b52ac6a3 ssh-agent [2025-08-26T11:22:36.956Z] SSH_AUTH_SOCK=/tmp/ssh-3XOpWbqj3Csw/agent.32 [2025-08-26T11:22:36.956Z] SSH_AGENT_PID=38 [2025-08-26T11:22:36.961Z] Running ssh-add (command line suppressed) [2025-08-26T11:22:37.059Z] Identity added: /w/workspace/edgex-go/890@tmp/private_key_14407380345593466368.key (/w/workspace/edgex-go/890@tmp/private_key_14407380345593466368.key) [2025-08-26T11:22:37.080Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-08-26T11:22:37.375Z] + git semver push [2025-08-26T11:22:37.635Z] 2025-08-26 11:22:37,590 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-08-26T11:22:37.635Z] 2025-08-26 11:22:37,593 [run_push] DEBUG push [2025-08-26T11:22:37.635Z] 2025-08-26 11:22:37,594 [execute] INFO git cat-file --batch-check [2025-08-26T11:22:37.635Z] 2025-08-26 11:22:37,594 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/890/.semver, stdin=, shell=False, universal_newlines=False) [2025-08-26T11:22:37.635Z] 2025-08-26 11:22:37,597 [execute] INFO git rev-list 05013c34f623f783b34bea9a6b872a412ffb0247 -- [2025-08-26T11:22:37.635Z] 2025-08-26 11:22:37,597 [execute] DEBUG Popen(['git', 'rev-list', '05013c34f623f783b34bea9a6b872a412ffb0247', '--'], cwd=/w/workspace/edgex-go/890/.semver, stdin=None, shell=False, universal_newlines=False) [2025-08-26T11:22:37.635Z] 2025-08-26 11:22:37,614 [execute] INFO git fetch -v -- origin [2025-08-26T11:22:37.635Z] 2025-08-26 11:22:37,614 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgex-go/890/.semver, stdin=None, shell=False, universal_newlines=True) [2025-08-26T11:22:38.202Z] 2025-08-26 11:22:38,058 [run_push] DEBUG no remote changes detected [2025-08-26T11:22:38.202Z] 2025-08-26 11:22:38,059 [execute] INFO git push origin semver [2025-08-26T11:22:38.202Z] 2025-08-26 11:22:38,059 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/890/.semver, stdin=None, shell=False, universal_newlines=False) [2025-08-26T11:22:39.140Z] 2025-08-26 11:22:38,877 [run_push] DEBUG push all version tags [2025-08-26T11:22:39.140Z] 2025-08-26 11:22:38,877 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2025-08-26T11:22:39.140Z] 2025-08-26 11:22:38,877 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/890, stdin=None, shell=False, universal_newlines=False) [2025-08-26T11:22:39.710Z] 2025-08-26 11:22:39,547 [read_version] DEBUG read version from /w/workspace/edgex-go/890/.semver/main [2025-08-26T11:22:39.710Z] 4.1.0-dev.50 [Pipeline] } [2025-08-26T11:22:39.713Z] $ docker exec --env ******** --env ******** f0c19143d1b8fe73dc056e35aba85b0497f5df9ea34824a7ccf5eb79b52ac6a3 ssh-agent -k [2025-08-26T11:22:39.813Z] unset SSH_AUTH_SOCK; [2025-08-26T11:22:39.813Z] unset SSH_AGENT_PID; [2025-08-26T11:22:39.813Z] echo Agent pid 38 killed; [2025-08-26T11:22:39.831Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-08-26T11:22:40.161Z] + git semver [Pipeline] } [2025-08-26T11:22:40.429Z] $ docker stop --time=1 f0c19143d1b8fe73dc056e35aba85b0497f5df9ea34824a7ccf5eb79b52ac6a3 [2025-08-26T11:22:41.721Z] $ docker rm -f --volumes f0c19143d1b8fe73dc056e35aba85b0497f5df9ea34824a7ccf5eb79b52ac6a3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-08-26T11:22:42.316Z] + [ -d /w/workspace/edgex-go/890/archives ] [Pipeline] libraryResource [Pipeline] sh [2025-08-26T11:22:42.606Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-26T11:22:43.466Z] ---> package-listing.sh [2025-08-26T11:22:43.466Z] ++ facter osfamily [2025-08-26T11:22:43.466Z] ++ tr '[:upper:]' '[:lower:]' [2025-08-26T11:22:43.725Z] + OS_FAMILY=debian [2025-08-26T11:22:43.725Z] + workspace=/w/workspace/edgex-go/890 [2025-08-26T11:22:43.725Z] + START_PACKAGES=/tmp/packages_start.txt [2025-08-26T11:22:43.725Z] + END_PACKAGES=/tmp/packages_end.txt [2025-08-26T11:22:43.725Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-08-26T11:22:43.725Z] + PACKAGES=/tmp/packages_start.txt [2025-08-26T11:22:43.725Z] + '[' /w/workspace/edgex-go/890 ']' [2025-08-26T11:22:43.725Z] + PACKAGES=/tmp/packages_end.txt [2025-08-26T11:22:43.725Z] + case "${OS_FAMILY}" in [2025-08-26T11:22:43.725Z] + dpkg -l [2025-08-26T11:22:43.725Z] + grep '^ii' [2025-08-26T11:22:43.725Z] + '[' -f /tmp/packages_start.txt ']' [2025-08-26T11:22:43.725Z] + '[' -f /tmp/packages_end.txt ']' [2025-08-26T11:22:43.725Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-08-26T11:22:43.725Z] + '[' /w/workspace/edgex-go/890 ']' [2025-08-26T11:22:43.725Z] + mkdir -p /w/workspace/edgex-go/890/archives/ [2025-08-26T11:22:43.725Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/890/archives/ [Pipeline] echo [2025-08-26T11:22:43.737Z] 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/890/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-08-26T11:22:44.015Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:22:44.581Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-26T11:22:44.581Z] [2025-08-26T11:22:44.581Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-26T11:22:44.885Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-26T11:22:44.885Z] latest: Pulling from edgex-lftools-log-publisher [2025-08-26T11:22:44.885Z] 5eb5b503b376: Pulling fs layer [2025-08-26T11:22:44.885Z] 5c69ac0246d0: Pulling fs layer [2025-08-26T11:22:44.885Z] ec43610c2a17: Pulling fs layer [2025-08-26T11:22:44.885Z] 3a2ae6a8a46f: Pulling fs layer [2025-08-26T11:22:44.885Z] 33b1e0a273af: Pulling fs layer [2025-08-26T11:22:44.885Z] 5d3b04190fa2: Pulling fs layer [2025-08-26T11:22:44.885Z] 2f39f015ded8: Pulling fs layer [2025-08-26T11:22:44.885Z] 3a2ae6a8a46f: Waiting [2025-08-26T11:22:44.885Z] 33b1e0a273af: Waiting [2025-08-26T11:22:44.885Z] 5d3b04190fa2: Waiting [2025-08-26T11:22:44.885Z] 2f39f015ded8: Waiting [2025-08-26T11:22:44.885Z] 5c69ac0246d0: Download complete [2025-08-26T11:22:44.885Z] 3a2ae6a8a46f: Verifying Checksum [2025-08-26T11:22:44.885Z] 3a2ae6a8a46f: Download complete [2025-08-26T11:22:44.885Z] 33b1e0a273af: Verifying Checksum [2025-08-26T11:22:44.885Z] 33b1e0a273af: Download complete [2025-08-26T11:22:44.885Z] 5d3b04190fa2: Download complete [2025-08-26T11:22:44.885Z] ec43610c2a17: Verifying Checksum [2025-08-26T11:22:44.885Z] ec43610c2a17: Download complete [2025-08-26T11:22:45.144Z] 5eb5b503b376: Verifying Checksum [2025-08-26T11:22:45.144Z] 5eb5b503b376: Download complete [2025-08-26T11:22:46.079Z] 2f39f015ded8: Verifying Checksum [2025-08-26T11:22:46.080Z] 2f39f015ded8: Download complete [2025-08-26T11:22:47.016Z] 5eb5b503b376: Pull complete [2025-08-26T11:22:47.274Z] 5c69ac0246d0: Pull complete [2025-08-26T11:22:47.839Z] ec43610c2a17: Pull complete [2025-08-26T11:22:47.839Z] 3a2ae6a8a46f: Pull complete [2025-08-26T11:22:48.098Z] 33b1e0a273af: Pull complete [2025-08-26T11:22:48.098Z] 5d3b04190fa2: Pull complete [2025-08-26T11:22:54.663Z] 2f39f015ded8: Pull complete [2025-08-26T11:22:54.663Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-08-26T11:22:54.663Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-26T11:22:54.663Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-26T11:22:54.759Z] prd-ubuntu20.04-docker-8c-8g-7628 does not seem to be running inside a container [2025-08-26T11:22:54.776Z] $ 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/890/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/890 -v /w/workspace/edgex-go/890:/w/workspace/edgex-go/890:rw,z -v /w/workspace/edgex-go/890@tmp:/w/workspace/edgex-go/890@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-08-26T11:22:56.199Z] $ docker top 0ffce8ab2df2df3968b6b254711fbf687e831091e9a7772e18e3656f0312608d -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-26T11:22:56.547Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-08-26T11:22:56.830Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-08-26T11:22:57.115Z] + ls /var/log/sa-host [2025-08-26T11:22:57.116Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-26T11:22:57.152Z] provisioning config files... [2025-08-26T11:22:57.160Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/890@tmp/config11506170672245700619tmp [Pipeline] { [Pipeline] echo [2025-08-26T11:22:57.177Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-26T11:22:57.457Z] ---> create-netrc.sh [Pipeline] } [2025-08-26T11:22:57.463Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-08-26T11:22:57.777Z] ---> python-tools-install.sh [Pipeline] echo [2025-08-26T11:22:57.788Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-26T11:22:58.070Z] ---> sudo-logs.sh [2025-08-26T11:22:58.070Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-08-26T11:22:58.102Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-26T11:22:58.384Z] ---> job-cost.sh [2025-08-26T11:22:58.384Z] lf-activate-venv: SKIPPING [2025-08-26T11:22:58.384Z] DEBUG: total: 0.10999999940395355 [2025-08-26T11:22:58.384Z] INFO: Retrieving Stack Cost... [2025-08-26T11:22:58.950Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-08-26T11:22:59.208Z] INFO: Archiving Costs [Pipeline] echo [2025-08-26T11:22:59.222Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-26T11:22:59.502Z] ---> logs-deploy.sh [2025-08-26T11:22:59.502Z] lf-activate-venv: SKIPPING [2025-08-26T11:22:59.502Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/890 [2025-08-26T11:22:59.502Z] INFO: archiving workspace using pattern(s): [2025-08-26T11:23:00.438Z] Archives upload complete. [2025-08-26T11:23:00.697Z] INFO: archiving logs to Nexus [2025-08-26T11:23:01.271Z] ---> uname -a: [2025-08-26T11:23:01.271Z] Linux prd-ubuntu20-04-docker-8c-8g-7628 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 GNU/Linux [2025-08-26T11:23:01.271Z] [2025-08-26T11:23:01.271Z] [2025-08-26T11:23:01.271Z] ---> lscpu: [2025-08-26T11:23:01.271Z] Architecture: x86_64 [2025-08-26T11:23:01.271Z] CPU op-mode(s): 32-bit, 64-bit [2025-08-26T11:23:01.271Z] Byte Order: Little Endian [2025-08-26T11:23:01.271Z] Address sizes: 40 bits physical, 48 bits virtual [2025-08-26T11:23:01.271Z] CPU(s): 8 [2025-08-26T11:23:01.271Z] On-line CPU(s) list: 0-7 [2025-08-26T11:23:01.271Z] Thread(s) per core: 1 [2025-08-26T11:23:01.271Z] Core(s) per socket: 1 [2025-08-26T11:23:01.271Z] Socket(s): 8 [2025-08-26T11:23:01.271Z] NUMA node(s): 1 [2025-08-26T11:23:01.271Z] Vendor ID: AuthenticAMD [2025-08-26T11:23:01.271Z] CPU family: 23 [2025-08-26T11:23:01.271Z] Model: 49 [2025-08-26T11:23:01.271Z] Model name: AMD EPYC-Rome Processor [2025-08-26T11:23:01.271Z] Stepping: 0 [2025-08-26T11:23:01.271Z] CPU MHz: 2799.998 [2025-08-26T11:23:01.271Z] BogoMIPS: 5599.99 [2025-08-26T11:23:01.271Z] Virtualization: AMD-V [2025-08-26T11:23:01.271Z] Hypervisor vendor: KVM [2025-08-26T11:23:01.271Z] Virtualization type: full [2025-08-26T11:23:01.271Z] L1d cache: 256 KiB [2025-08-26T11:23:01.271Z] L1i cache: 256 KiB [2025-08-26T11:23:01.271Z] L2 cache: 4 MiB [2025-08-26T11:23:01.271Z] L3 cache: 128 MiB [2025-08-26T11:23:01.271Z] NUMA node0 CPU(s): 0-7 [2025-08-26T11:23:01.271Z] Vulnerability Gather data sampling: Not affected [2025-08-26T11:23:01.271Z] Vulnerability Itlb multihit: Not affected [2025-08-26T11:23:01.271Z] Vulnerability L1tf: Not affected [2025-08-26T11:23:01.271Z] Vulnerability Mds: Not affected [2025-08-26T11:23:01.271Z] Vulnerability Meltdown: Not affected [2025-08-26T11:23:01.271Z] Vulnerability Mmio stale data: Not affected [2025-08-26T11:23:01.271Z] Vulnerability Retbleed: Vulnerable [2025-08-26T11:23:01.271Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-08-26T11:23:01.271Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2025-08-26T11:23:01.271Z] Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected [2025-08-26T11:23:01.271Z] Vulnerability Srbds: Not affected [2025-08-26T11:23:01.271Z] Vulnerability Tsx async abort: Not affected [2025-08-26T11:23:01.271Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2025-08-26T11:23:01.271Z] [2025-08-26T11:23:01.271Z] [2025-08-26T11:23:01.271Z] ---> nproc: [2025-08-26T11:23:01.271Z] 8 [2025-08-26T11:23:01.271Z] [2025-08-26T11:23:01.271Z] [2025-08-26T11:23:01.271Z] ---> df -h: [2025-08-26T11:23:01.271Z] Filesystem Size Used Avail Use% Mounted on [2025-08-26T11:23:01.271Z] overlay 155G 33G 123G 21% / [2025-08-26T11:23:01.271Z] tmpfs 64M 0 64M 0% /dev [2025-08-26T11:23:01.271Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2025-08-26T11:23:01.271Z] shm 64M 0 64M 0% /dev/shm [2025-08-26T11:23:01.271Z] /dev/vda1 155G 33G 123G 21% /facter-os [2025-08-26T11:23:01.271Z] [2025-08-26T11:23:01.271Z] [2025-08-26T11:23:01.271Z] ---> sar -b -r -n DEV: [2025-08-26T11:23:01.271Z] Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-7628) 08/26/25 _x86_64_ (8 CPU) [2025-08-26T11:23:01.271Z] [2025-08-26T11:23:01.271Z] 10:32:00 LINUX RESTART (8 CPU) [2025-08-26T11:23:01.271Z] [2025-08-26T11:23:01.271Z] 10:33:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2025-08-26T11:23:01.271Z] 10:34:01 191.90 13.90 178.00 0.00 2168.85 48036.06 0.00 [2025-08-26T11:23:01.271Z] 10:35:01 40.50 0.07 40.44 0.00 0.53 37030.21 0.00 [2025-08-26T11:23:01.271Z] 10:36:01 52.47 0.23 52.24 0.00 6.40 20764.81 0.00 [2025-08-26T11:23:01.271Z] 10:37:01 850.47 18.78 831.69 0.00 186.33 321247.18 0.00 [2025-08-26T11:23:01.271Z] 10:38:01 670.82 6.39 664.43 0.00 4304.39 281358.32 0.00 [2025-08-26T11:23:01.271Z] 10:39:01 403.96 0.08 403.88 0.00 0.67 100285.86 0.00 [2025-08-26T11:23:01.271Z] 10:40:01 211.01 0.00 211.01 0.00 0.00 124397.33 0.00 [2025-08-26T11:23:01.271Z] 10:41:01 629.95 0.35 629.60 0.00 22.40 60668.96 0.00 [2025-08-26T11:23:01.271Z] 10:42:01 30.00 1.38 28.61 0.00 28.93 723.88 0.00 [2025-08-26T11:23:01.271Z] 10:43:01 9.93 0.00 9.93 0.00 0.00 262.09 0.00 [2025-08-26T11:23:01.271Z] 10:44:01 1.73 0.00 1.73 0.00 0.00 23.73 0.00 [2025-08-26T11:23:01.271Z] 10:45:01 2.10 0.00 2.10 0.00 0.00 23.06 0.00 [2025-08-26T11:23:01.271Z] 10:46:01 1.40 0.00 1.40 0.00 0.00 14.93 0.00 [2025-08-26T11:23:01.271Z] 10:47:01 1.88 0.00 1.88 0.00 0.00 21.46 0.00 [2025-08-26T11:23:01.271Z] 10:48:01 2.40 0.02 2.38 0.00 0.13 30.13 0.00 [2025-08-26T11:23:01.271Z] 10:49:01 1.72 0.00 1.72 0.00 0.00 18.66 0.00 [2025-08-26T11:23:01.271Z] 10:50:01 1.07 0.00 1.07 0.00 0.00 11.73 0.00 [2025-08-26T11:23:01.271Z] 10:51:01 1.57 0.00 1.57 0.00 0.00 17.46 0.00 [2025-08-26T11:23:01.271Z] 10:52:01 1.10 0.00 1.10 0.00 0.00 12.93 0.00 [2025-08-26T11:23:01.271Z] 10:53:01 1.63 0.00 1.63 0.00 0.00 18.66 0.00 [2025-08-26T11:23:01.271Z] 10:54:01 1.10 0.00 1.10 0.00 0.00 11.86 0.00 [2025-08-26T11:23:01.271Z] 10:55:01 1.52 0.00 1.52 0.00 0.00 17.06 0.00 [2025-08-26T11:23:01.271Z] 10:56:01 0.93 0.00 0.93 0.00 0.00 10.13 0.00 [2025-08-26T11:23:01.271Z] 10:57:01 1.57 0.00 1.57 0.00 0.00 19.33 0.00 [2025-08-26T11:23:01.271Z] 10:58:01 1.07 0.00 1.07 0.00 0.00 12.66 0.00 [2025-08-26T11:23:01.271Z] 10:59:01 1.25 0.00 1.25 0.00 0.00 15.19 0.00 [2025-08-26T11:23:01.271Z] 11:00:01 0.93 0.00 0.93 0.00 0.00 10.66 0.00 [2025-08-26T11:23:01.271Z] 11:01:01 1.37 0.00 1.37 0.00 0.00 17.20 0.00 [2025-08-26T11:23:01.271Z] 11:02:01 1.08 0.00 1.08 0.00 0.00 12.80 0.00 [2025-08-26T11:23:01.271Z] 11:03:01 1.58 0.00 1.58 0.00 0.00 19.33 0.00 [2025-08-26T11:23:01.271Z] 11:04:01 0.92 0.00 0.92 0.00 0.00 10.40 0.00 [2025-08-26T11:23:01.271Z] 11:05:01 10.01 6.08 3.93 0.00 363.35 280.04 0.00 [2025-08-26T11:23:01.271Z] 11:06:01 1.13 0.00 1.13 0.00 0.00 13.06 0.00 [2025-08-26T11:23:01.271Z] 11:07:01 1.33 0.00 1.33 0.00 0.00 16.53 0.00 [2025-08-26T11:23:01.271Z] 11:08:01 0.97 0.00 0.97 0.00 0.00 11.06 0.00 [2025-08-26T11:23:01.271Z] 11:09:01 1.27 0.00 1.27 0.00 0.00 16.13 0.00 [2025-08-26T11:23:01.271Z] 11:10:01 0.88 0.00 0.88 0.00 0.00 9.46 0.00 [2025-08-26T11:23:01.271Z] 11:11:01 1.42 0.00 1.42 0.00 0.00 17.60 0.00 [2025-08-26T11:23:01.271Z] 11:12:01 1.03 0.00 1.03 0.00 0.00 11.86 0.00 [2025-08-26T11:23:01.271Z] 11:13:01 1.67 0.00 1.67 0.00 0.00 19.33 0.00 [2025-08-26T11:23:01.271Z] 11:14:01 0.97 0.00 0.97 0.00 0.00 11.20 0.00 [2025-08-26T11:23:01.271Z] 11:15:01 1.53 0.00 1.53 0.00 0.00 17.06 0.00 [2025-08-26T11:23:01.271Z] 11:16:01 0.97 0.00 0.97 0.00 0.00 11.20 0.00 [2025-08-26T11:23:01.271Z] 11:17:01 1.37 0.02 1.35 0.00 0.13 16.00 0.00 [2025-08-26T11:23:01.271Z] 11:18:01 1.32 0.00 1.32 0.00 0.00 14.80 0.00 [2025-08-26T11:23:01.271Z] 11:19:01 1.63 0.00 1.63 0.00 0.00 18.80 0.00 [2025-08-26T11:23:01.271Z] 11:20:01 0.95 0.00 0.95 0.00 0.00 10.26 0.00 [2025-08-26T11:23:01.271Z] 11:21:01 1.38 0.00 1.38 0.00 0.00 16.79 0.00 [2025-08-26T11:23:01.271Z] 11:22:01 31.21 0.95 30.26 0.00 16.26 14695.95 0.00 [2025-08-26T11:23:01.271Z] Average: 64.93 0.98 63.95 0.00 144.27 20625.80 0.00 [2025-08-26T11:23:01.271Z] [2025-08-26T11:23:01.271Z] 10:33:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2025-08-26T11:23:01.271Z] 10:34:01 26773660 31284040 993880 3.02 122944 4534536 2255876 6.65 1852364 3706076 617536 [2025-08-26T11:23:01.271Z] 10:35:01 26395488 31173956 1101268 3.35 127988 4770572 2398380 7.07 1855812 4050880 302044 [2025-08-26T11:23:01.271Z] 10:36:01 25907072 31478016 795384 2.42 133924 5502660 1815684 5.35 1521620 4820960 481264 [2025-08-26T11:23:01.271Z] 10:37:01 15365820 31123500 1106672 3.37 326620 14904736 3630256 10.70 3111188 13117028 2682920 [2025-08-26T11:23:01.271Z] 10:38:01 5053304 27449100 4711392 14.33 423424 21015344 11948148 35.23 7840824 18165804 579504 [2025-08-26T11:23:01.271Z] 10:39:01 2390060 27198236 4968804 15.12 439292 23320040 10503092 30.96 9115840 19478236 348496 [2025-08-26T11:23:01.271Z] 10:40:01 2785336 30457016 1715720 5.22 452216 26092632 5490068 16.19 6795460 21339344 403924 [2025-08-26T11:23:01.271Z] 10:41:01 5622408 31377772 851684 2.59 460924 24396452 2210652 6.52 4013480 21588832 552 [2025-08-26T11:23:01.271Z] 10:42:01 5604628 31363084 865548 2.63 461840 24397756 2231512 6.58 4481168 21135668 136 [2025-08-26T11:23:01.271Z] 10:43:01 5622960 31381812 846756 2.58 462164 24397828 2088728 6.16 4660832 20938200 152 [2025-08-26T11:23:01.271Z] 10:44:01 5623400 31382312 846168 2.57 462200 24397828 2088728 6.16 4660864 20938200 8 [2025-08-26T11:23:01.271Z] 10:45:01 5633220 31392220 836844 2.55 462240 24397836 2088728 6.16 4650040 20938208 8 [2025-08-26T11:23:01.271Z] 10:46:01 5633560 31392604 836588 2.55 462284 24397836 2088728 6.16 4650052 20938208 8 [2025-08-26T11:23:01.271Z] 10:47:01 5641884 31400984 828212 2.52 462340 24397832 2088728 6.16 4641280 20938212 8 [2025-08-26T11:23:01.271Z] 10:48:01 5641936 31401188 827848 2.52 462408 24397816 2119236 6.25 4640644 20938188 8 [2025-08-26T11:23:01.271Z] 10:49:01 5642044 31401320 827616 2.52 462440 24397816 2119236 6.25 4640612 20938188 12 [2025-08-26T11:23:01.271Z] 10:50:01 5641712 31401024 827836 2.52 462456 24397820 2119236 6.25 4640648 20938192 8 [2025-08-26T11:23:01.271Z] 10:51:01 5641916 31401284 827560 2.52 462472 24397820 2119236 6.25 4640696 20938192 12 [2025-08-26T11:23:01.271Z] 10:52:01 5641576 31400968 827816 2.52 462488 24397824 2119236 6.25 4640728 20938196 8 [2025-08-26T11:23:01.271Z] 10:53:01 5642072 31401472 827204 2.52 462500 24397832 2119236 6.25 4640288 20938204 8 [2025-08-26T11:23:01.271Z] 10:54:01 5642024 31401452 827176 2.52 462516 24397832 2119236 6.25 4640256 20938204 12 [2025-08-26T11:23:01.271Z] 10:55:01 5641848 31401308 827272 2.52 462532 24397836 2119236 6.25 4640288 20938208 12 [2025-08-26T11:23:01.271Z] 10:56:01 5642588 31402052 826492 2.51 462540 24397840 2119236 6.25 4640580 20938212 8 [2025-08-26T11:23:01.271Z] 10:57:01 5642272 31401752 826696 2.51 462548 24397836 2119236 6.25 4640576 20938212 16 [2025-08-26T11:23:01.271Z] 10:58:01 5642536 31402032 826632 2.51 462556 24397844 2119236 6.25 4640408 20938216 8 [2025-08-26T11:23:01.271Z] 10:59:01 5642980 31402476 826324 2.51 462588 24397844 2119236 6.25 4640604 20938216 188 [2025-08-26T11:23:01.271Z] 11:00:01 5642996 31402528 826276 2.51 462616 24397848 2119236 6.25 4640356 20938220 28 [2025-08-26T11:23:01.271Z] 11:01:01 5642884 31402452 826264 2.51 462640 24397860 2119236 6.25 4640664 20938228 196 [2025-08-26T11:23:01.271Z] 11:02:01 5642584 31402204 826476 2.51 462672 24397856 2119236 6.25 4640696 20938232 32 [2025-08-26T11:23:01.271Z] 11:03:01 5642884 31402512 826152 2.51 462688 24397864 2119236 6.25 4640524 20938236 12 [2025-08-26T11:23:01.271Z] 11:04:01 5642772 31402424 826184 2.51 462704 24397864 2119236 6.25 4640460 20938236 12 [2025-08-26T11:23:01.271Z] 11:05:01 5551028 31330408 894412 2.72 462984 24415552 2261064 6.67 4709888 20952568 32 [2025-08-26T11:23:01.271Z] 11:06:01 5551308 31330700 893984 2.72 462992 24415556 2261064 6.67 4709676 20952572 8 [2025-08-26T11:23:01.271Z] 11:07:01 5551392 31330808 893792 2.72 463012 24415552 2261064 6.67 4709512 20952572 16 [2025-08-26T11:23:01.271Z] 11:08:01 5551832 31331296 893232 2.72 463020 24415560 2261064 6.67 4709564 20952576 8 [2025-08-26T11:23:01.271Z] 11:09:01 5551564 31331040 893420 2.72 463036 24415564 2261064 6.67 4709528 20952580 8 [2025-08-26T11:23:01.271Z] 11:10:01 5551724 31331216 893400 2.72 463048 24415564 2261064 6.67 4709528 20952580 8 [2025-08-26T11:23:01.271Z] 11:11:01 5551740 31331248 893328 2.72 463068 24415572 2261064 6.67 4709576 20952584 4 [2025-08-26T11:23:01.271Z] 11:12:01 5551680 31331212 893576 2.72 463088 24415560 2261064 6.67 4709596 20952584 12 [2025-08-26T11:23:01.271Z] 11:13:01 5551820 31331376 893368 2.72 463100 24415576 2261064 6.67 4709608 20952592 8 [2025-08-26T11:23:01.271Z] 11:14:01 5551520 31331100 893592 2.72 463112 24415580 2261064 6.67 4709568 20952596 8 [2025-08-26T11:23:01.271Z] 11:15:01 5551512 31331096 893536 2.72 463120 24415580 2261064 6.67 4709568 20952596 12 [2025-08-26T11:23:01.271Z] 11:16:01 5551932 31331540 893260 2.72 463128 24415584 2261064 6.67 4709600 20952600 12 [2025-08-26T11:23:01.272Z] 11:17:01 5551656 31331392 893368 2.72 463148 24415704 2261064 6.67 4709628 20952720 8 [2025-08-26T11:23:01.272Z] 11:18:01 5551380 31331176 893504 2.72 463156 24415720 2261064 6.67 4709964 20952736 8 [2025-08-26T11:23:01.272Z] 11:19:01 5551432 31331276 893252 2.72 463188 24415724 2261064 6.67 4709972 20952740 160 [2025-08-26T11:23:01.272Z] 11:20:01 5551700 31331568 892964 2.72 463208 24415724 2261064 6.67 4709732 20952740 12 [2025-08-26T11:23:01.272Z] 11:21:01 5551240 31331164 893184 2.72 463220 24415732 2261064 6.67 4709752 20952744 8 [2025-08-26T11:23:01.272Z] 11:22:01 4630232 31284476 933496 2.84 489476 25173972 2361680 6.96 4881376 21602520 380324 [2025-08-26T11:23:01.272Z] Average: 6917941 31175494 1050723 3.20 438487 22978092 2648043 7.81 4646643 19711033 118322 [2025-08-26T11:23:01.272Z] [2025-08-26T11:23:01.272Z] 10:33:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2025-08-26T11:23:01.272Z] 10:34:01 vethfa7d65a 0.05 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:34:01 docker0 633.08 627.23 50.04 4718.50 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:34:01 ens3 804.97 744.92 8057.80 120.11 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:34:01 lo 1.15 1.15 0.11 0.11 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:35:01 vethfa7d65a 1.30 1.33 0.11 0.12 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:35:01 docker0 1.30 1.30 0.10 0.11 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:35:01 ens3 44.34 29.11 35.97 15.95 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:36:01 vethfa7d65a 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:36:01 ens3 20.55 12.76 17.64 10.08 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:37:01 veth9030d52 0.63 2.91 0.06 0.34 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:37:01 veth91bcd34 66.30 114.12 7.62 1233.09 0.00 0.00 0.00 0.10 [2025-08-26T11:23:01.272Z] 10:37:01 veth7723a08 79.90 123.61 8.33 1232.57 0.00 0.00 0.00 0.10 [2025-08-26T11:23:01.272Z] 10:37:01 veth3b3fa97 42.14 73.57 4.45 418.25 0.00 0.00 0.00 0.03 [2025-08-26T11:23:01.272Z] 10:37:01 docker0 472.17 791.58 42.76 8078.35 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:37:01 ens3 947.93 564.61 11223.84 76.74 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:37:01 vethe933b75 80.55 133.69 8.41 1234.65 0.00 0.00 0.00 0.10 [2025-08-26T11:23:01.272Z] 10:37:01 lo 1.53 1.53 0.15 0.15 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:37:01 veth254c279 71.15 109.15 7.83 1232.54 0.00 0.00 0.00 0.10 [2025-08-26T11:23:01.272Z] 10:37:01 veth2c022bd 65.40 132.32 7.55 1234.07 0.00 0.00 0.00 0.10 [2025-08-26T11:23:01.272Z] 10:38:01 veth48372e2 0.05 0.68 0.00 0.03 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:38:01 vethb04c6be 0.05 0.68 0.00 0.03 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:38:01 veth9030d52 0.15 0.77 0.01 0.04 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:38:01 vethea7a218 0.05 0.68 0.00 0.03 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:38:01 vethbc7433a 0.05 0.70 0.00 0.03 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:38:01 vethfa609de 0.05 0.68 0.00 0.03 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:38:01 veth4fca02c 0.05 0.68 0.00 0.03 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:38:01 vethba1851c 0.05 0.68 0.00 0.03 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:38:01 veth8a3d88c 0.05 0.68 0.00 0.03 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:38:01 veth839511e 0.05 0.63 0.00 0.03 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:38:01 docker0 33.21 44.52 3.15 819.61 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:38:01 ens3 366.84 250.88 3828.55 23.79 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:38:01 lo 0.87 0.87 0.09 0.09 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:38:01 veth96f6615 0.05 0.68 0.00 0.03 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:38:01 veth140b3b0 0.05 0.68 0.00 0.03 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:38:01 veth7b25ec2 0.05 0.60 0.00 0.03 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:39:01 veth48372e2 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:39:01 vethb04c6be 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:39:01 veth9030d52 0.03 0.10 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:39:01 vethea7a218 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:39:01 vethfa609de 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:39:01 veth4fca02c 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:39:01 vethba1851c 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:39:01 veth8a3d88c 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:39:01 veth839511e 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:39:01 docker0 0.08 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:39:01 ens3 6.45 3.15 4.84 2.60 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:39:01 veth96f6615 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:39:01 veth7b25ec2 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:40:01 vethb04c6be 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:40:01 veth9030d52 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:40:01 vethea7a218 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:40:01 vethfa609de 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:40:01 veth4fca02c 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:40:01 vethba1851c 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:40:01 veth8a3d88c 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:40:01 veth839511e 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:40:01 ens3 3.15 2.05 2.59 1.45 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:40:01 veth7b25ec2 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:41:01 docker0 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:41:01 ens3 319.46 329.15 161.71 1326.07 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:41:01 lo 30.66 30.66 3.01 3.01 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:42:01 ens3 416.88 428.48 162.17 2696.48 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:42:01 lo 28.40 28.40 2.78 2.78 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:43:01 ens3 157.74 155.64 68.31 1011.95 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:43:01 lo 11.06 11.06 1.07 1.07 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:44:01 ens3 1.30 0.73 3.11 0.24 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:45:01 ens3 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:46:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:47:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:48:01 ens3 0.20 0.13 0.08 0.07 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:49:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:50:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:51:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:52:01 ens3 0.17 0.05 0.06 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:53:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:54:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:55:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:56:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:57:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:58:01 ens3 0.18 0.13 0.08 0.07 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:59:01 ens3 0.23 0.23 0.12 0.02 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 10:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 11:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 11:00:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 11:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 11:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 11:01:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 11:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 11:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 11:02:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 11:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 11:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 11:03:01 ens3 0.25 0.23 0.08 0.08 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 11:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 11:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 11:04:01 ens3 0.50 0.12 0.10 0.01 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 11:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 11:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 11:05:01 ens3 2.60 2.22 17.59 0.36 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 11:05:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 11:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 11:06:01 ens3 0.48 0.50 0.27 0.22 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 11:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 11:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 11:07:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 11:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 11:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 11:08:01 ens3 0.22 0.15 0.08 0.07 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 11:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 11:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 11:09:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 11:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 11:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 11:10:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 11:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 11:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 11:11:01 ens3 0.17 0.17 0.06 0.01 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 11:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 11:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 11:12:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 11:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 11:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 11:13:01 ens3 0.25 0.22 0.08 0.07 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 11:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 11:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 11:14:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 11:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 11:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 11:15:01 ens3 0.20 0.17 0.07 0.01 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 11:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 11:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 11:16:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 11:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 11:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 11:17:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 11:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 11:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 11:18:01 ens3 0.18 0.15 0.08 0.07 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 11:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 11:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 11:19:01 ens3 0.20 0.17 0.07 0.01 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 11:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 11:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 11:20:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.272Z] 11:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.273Z] 11:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.273Z] 11:21:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.273Z] 11:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.273Z] 11:22:01 veth41de970 62.06 95.60 6.55 880.99 0.00 0.00 0.00 0.07 [2025-08-26T11:23:01.273Z] 11:22:01 docker0 62.06 95.48 5.70 880.98 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.273Z] 11:22:01 ens3 188.35 112.15 3536.12 20.39 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.273Z] 11:22:01 lo 0.80 0.80 0.08 0.08 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.273Z] Average: veth41de970 1.27 1.95 0.13 17.98 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.273Z] Average: docker0 24.34 31.66 2.06 294.62 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.273Z] Average: ens3 66.83 53.65 551.35 108.29 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.273Z] Average: lo 1.61 1.61 0.15 0.15 0.00 0.00 0.00 0.00 [2025-08-26T11:23:01.273Z] [2025-08-26T11:23:01.273Z] [2025-08-26T11:23:01.273Z] ---> sar -P ALL: [2025-08-26T11:23:01.273Z] Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-7628) 08/26/25 _x86_64_ (8 CPU) [2025-08-26T11:23:01.273Z] [2025-08-26T11:23:01.273Z] 10:32:00 LINUX RESTART (8 CPU) [2025-08-26T11:23:01.273Z] [2025-08-26T11:23:01.273Z] 10:33:02 CPU %user %nice %system %iowait %steal %idle [2025-08-26T11:23:01.273Z] 10:34:01 all 26.86 0.00 5.57 0.92 0.08 66.58 [2025-08-26T11:23:01.273Z] 10:34:01 0 26.75 0.00 4.56 0.15 0.09 68.45 [2025-08-26T11:23:01.273Z] 10:34:01 1 25.94 0.00 6.45 0.17 0.07 67.36 [2025-08-26T11:23:01.273Z] 10:34:01 2 24.89 0.00 5.56 0.33 0.09 69.13 [2025-08-26T11:23:01.273Z] 10:34:01 3 26.16 0.00 5.57 0.19 0.07 68.01 [2025-08-26T11:23:01.273Z] 10:34:01 4 31.57 0.00 6.22 2.04 0.09 60.09 [2025-08-26T11:23:01.273Z] 10:34:01 5 26.16 0.00 5.38 0.74 0.07 67.66 [2025-08-26T11:23:01.273Z] 10:34:01 6 28.25 0.00 5.89 3.50 0.07 62.30 [2025-08-26T11:23:01.273Z] 10:34:01 7 25.15 0.00 4.91 0.22 0.07 69.65 [2025-08-26T11:23:01.273Z] 10:35:01 all 36.95 0.00 6.35 0.34 0.08 56.28 [2025-08-26T11:23:01.273Z] 10:35:01 0 37.97 0.00 6.24 0.00 0.08 55.70 [2025-08-26T11:23:01.273Z] 10:35:01 1 37.17 0.00 6.14 0.00 0.08 56.61 [2025-08-26T11:23:01.273Z] 10:35:01 2 40.78 0.00 6.56 0.00 0.07 52.60 [2025-08-26T11:23:01.273Z] 10:35:01 3 37.67 0.00 6.73 2.64 0.08 52.88 [2025-08-26T11:23:01.273Z] 10:35:01 4 36.84 0.00 5.98 0.00 0.08 57.10 [2025-08-26T11:23:01.273Z] 10:35:01 5 34.92 0.00 5.81 0.00 0.08 59.18 [2025-08-26T11:23:01.273Z] 10:35:01 6 36.58 0.00 7.16 0.10 0.08 56.07 [2025-08-26T11:23:01.273Z] 10:35:01 7 33.66 0.00 6.15 0.00 0.08 60.11 [2025-08-26T11:23:01.273Z] 10:36:01 all 65.50 0.00 8.04 0.10 0.09 26.28 [2025-08-26T11:23:01.273Z] 10:36:01 0 65.61 0.00 7.77 0.00 0.08 26.53 [2025-08-26T11:23:01.273Z] 10:36:01 1 65.01 0.00 8.10 0.02 0.08 26.79 [2025-08-26T11:23:01.273Z] 10:36:01 2 66.66 0.00 7.91 0.00 0.08 25.35 [2025-08-26T11:23:01.273Z] 10:36:01 3 65.26 0.00 8.49 0.69 0.10 25.45 [2025-08-26T11:23:01.273Z] 10:36:01 4 66.40 0.00 7.98 0.00 0.08 25.53 [2025-08-26T11:23:01.273Z] 10:36:01 5 65.40 0.00 7.91 0.00 0.08 26.60 [2025-08-26T11:23:01.273Z] 10:36:01 6 64.13 0.00 8.07 0.08 0.08 27.63 [2025-08-26T11:23:01.273Z] 10:36:01 7 65.49 0.00 8.09 0.02 0.08 26.32 [2025-08-26T11:23:01.273Z] 10:37:01 all 30.16 0.00 11.44 6.72 0.09 51.59 [2025-08-26T11:23:01.273Z] 10:37:01 0 29.39 0.00 10.73 5.52 0.08 54.28 [2025-08-26T11:23:01.273Z] 10:37:01 1 30.18 0.00 10.64 5.55 0.08 53.56 [2025-08-26T11:23:01.273Z] 10:37:01 2 31.89 0.00 11.56 5.22 0.08 51.25 [2025-08-26T11:23:01.273Z] 10:37:01 3 28.70 0.00 12.74 8.02 0.08 50.46 [2025-08-26T11:23:01.273Z] 10:37:01 4 31.13 0.00 12.38 5.65 0.12 50.72 [2025-08-26T11:23:01.273Z] 10:37:01 5 30.41 0.00 11.32 9.86 0.10 48.31 [2025-08-26T11:23:01.273Z] 10:37:01 6 30.13 0.00 10.79 7.32 0.10 51.67 [2025-08-26T11:23:01.273Z] 10:37:01 7 29.44 0.00 11.37 6.63 0.08 52.47 [2025-08-26T11:23:01.273Z] 10:38:01 all 63.04 0.00 11.85 3.85 0.08 21.19 [2025-08-26T11:23:01.273Z] 10:38:01 0 64.04 0.00 10.28 3.92 0.08 21.67 [2025-08-26T11:23:01.273Z] 10:38:01 1 63.32 0.00 14.23 20.35 0.10 2.00 [2025-08-26T11:23:01.273Z] 10:38:01 2 62.34 0.00 12.28 1.13 0.10 24.14 [2025-08-26T11:23:01.273Z] 10:38:01 3 62.59 0.00 12.10 0.63 0.07 24.61 [2025-08-26T11:23:01.273Z] 10:38:01 4 64.30 0.00 10.20 1.70 0.08 23.71 [2025-08-26T11:23:01.273Z] 10:38:01 5 61.09 0.00 12.27 1.14 0.08 25.42 [2025-08-26T11:23:01.273Z] 10:38:01 6 63.80 0.00 11.17 1.10 0.08 23.85 [2025-08-26T11:23:01.273Z] 10:38:01 7 62.82 0.00 12.25 0.93 0.07 23.92 [2025-08-26T11:23:01.273Z] 10:39:01 all 90.16 0.00 9.73 0.00 0.11 0.00 [2025-08-26T11:23:01.273Z] 10:39:01 0 90.42 0.00 9.46 0.00 0.12 0.00 [2025-08-26T11:23:01.273Z] 10:39:01 1 89.91 0.00 9.98 0.00 0.12 0.00 [2025-08-26T11:23:01.273Z] 10:39:01 2 90.50 0.00 9.38 0.00 0.12 0.00 [2025-08-26T11:23:01.273Z] 10:39:01 3 89.95 0.00 9.93 0.00 0.12 0.00 [2025-08-26T11:23:01.273Z] 10:39:01 4 91.00 0.00 8.90 0.00 0.10 0.00 [2025-08-26T11:23:01.273Z] 10:39:01 5 89.40 0.00 10.46 0.00 0.13 0.00 [2025-08-26T11:23:01.273Z] 10:39:01 6 90.32 0.00 9.58 0.00 0.10 0.00 [2025-08-26T11:23:01.273Z] 10:39:01 7 89.75 0.00 10.15 0.00 0.10 0.00 [2025-08-26T11:23:01.273Z] 10:40:01 all 90.14 0.00 9.75 0.00 0.11 0.00 [2025-08-26T11:23:01.273Z] 10:40:01 0 90.20 0.00 9.70 0.00 0.10 0.00 [2025-08-26T11:23:01.273Z] 10:40:01 1 89.50 0.00 10.40 0.00 0.10 0.00 [2025-08-26T11:23:01.273Z] 10:40:01 2 90.82 0.00 9.08 0.00 0.10 0.00 [2025-08-26T11:23:01.273Z] 10:40:01 3 89.96 0.00 9.93 0.00 0.12 0.00 [2025-08-26T11:23:01.273Z] 10:40:01 4 90.20 0.00 9.70 0.00 0.10 0.00 [2025-08-26T11:23:01.273Z] 10:40:01 5 89.37 0.00 10.53 0.00 0.10 0.00 [2025-08-26T11:23:01.273Z] 10:40:01 6 90.80 0.00 9.10 0.00 0.10 0.00 [2025-08-26T11:23:01.273Z] 10:40:01 7 90.25 0.00 9.61 0.00 0.13 0.00 [2025-08-26T11:23:01.273Z] 10:41:01 all 16.89 0.00 3.33 0.72 0.06 78.99 [2025-08-26T11:23:01.273Z] 10:41:01 0 16.38 0.00 3.06 1.20 0.07 79.28 [2025-08-26T11:23:01.273Z] 10:41:01 1 16.42 0.00 3.32 1.39 0.07 78.81 [2025-08-26T11:23:01.273Z] 10:41:01 2 17.28 0.00 3.54 0.60 0.05 78.53 [2025-08-26T11:23:01.273Z] 10:41:01 3 18.07 0.00 3.18 0.22 0.07 78.47 [2025-08-26T11:23:01.273Z] 10:41:01 4 16.95 0.00 3.30 0.74 0.07 78.94 [2025-08-26T11:23:01.273Z] 10:41:01 5 14.78 0.00 3.65 0.25 0.05 81.27 [2025-08-26T11:23:01.273Z] 10:41:01 6 19.18 0.00 3.37 0.85 0.08 76.52 [2025-08-26T11:23:01.273Z] 10:41:01 7 16.07 0.00 3.24 0.55 0.07 80.06 [2025-08-26T11:23:01.273Z] 10:42:01 all 12.09 0.00 0.86 0.08 0.06 86.91 [2025-08-26T11:23:01.273Z] 10:42:01 0 12.76 0.00 0.95 0.02 0.07 86.21 [2025-08-26T11:23:01.273Z] 10:42:01 1 14.53 0.00 0.87 0.48 0.07 84.06 [2025-08-26T11:23:01.273Z] 10:42:01 2 9.44 0.00 0.84 0.03 0.07 89.62 [2025-08-26T11:23:01.273Z] 10:42:01 3 17.11 0.00 0.98 0.05 0.07 81.78 [2025-08-26T11:23:01.273Z] 10:42:01 4 7.88 0.00 0.89 0.02 0.05 91.16 [2025-08-26T11:23:01.273Z] 10:42:01 5 9.99 0.00 0.73 0.02 0.08 89.19 [2025-08-26T11:23:01.273Z] 10:42:01 6 9.30 0.00 0.85 0.03 0.05 89.76 [2025-08-26T11:23:01.273Z] 10:42:01 7 15.69 0.00 0.77 0.00 0.07 83.47 [2025-08-26T11:23:01.273Z] 10:43:01 all 5.16 0.00 0.38 0.04 0.04 94.38 [2025-08-26T11:23:01.273Z] 10:43:01 0 2.61 0.00 0.28 0.02 0.03 97.05 [2025-08-26T11:23:01.273Z] 10:43:01 1 3.81 0.00 0.48 0.30 0.05 95.36 [2025-08-26T11:23:01.273Z] 10:43:01 2 7.52 0.00 0.33 0.02 0.05 92.08 [2025-08-26T11:23:01.273Z] 10:43:01 3 7.15 0.00 0.42 0.00 0.05 92.39 [2025-08-26T11:23:01.273Z] 10:43:01 4 7.99 0.00 0.45 0.00 0.05 91.51 [2025-08-26T11:23:01.273Z] 10:43:01 5 0.95 0.00 0.30 0.00 0.03 98.71 [2025-08-26T11:23:01.273Z] 10:43:01 6 5.07 0.00 0.38 0.00 0.03 94.51 [2025-08-26T11:23:01.273Z] 10:43:01 7 6.13 0.00 0.37 0.02 0.03 93.45 [2025-08-26T11:23:01.273Z] 10:44:01 all 0.03 0.00 0.01 0.01 0.01 99.93 [2025-08-26T11:23:01.273Z] 10:44:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2025-08-26T11:23:01.273Z] 10:44:01 1 0.07 0.00 0.02 0.05 0.03 99.83 [2025-08-26T11:23:01.273Z] 10:44:01 2 0.12 0.00 0.02 0.00 0.02 99.85 [2025-08-26T11:23:01.273Z] 10:44:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-08-26T11:23:01.273Z] 10:44:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2025-08-26T11:23:01.273Z] 10:44:01 5 0.02 0.00 0.02 0.00 0.03 99.93 [2025-08-26T11:23:01.273Z] 10:44:01 6 0.00 0.00 0.02 0.00 0.02 99.97 [2025-08-26T11:23:01.273Z] 10:44:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-08-26T11:23:01.273Z] [2025-08-26T11:23:01.273Z] 10:44:01 CPU %user %nice %system %iowait %steal %idle [2025-08-26T11:23:01.273Z] 10:45:01 all 0.03 0.00 0.02 0.01 0.02 99.93 [2025-08-26T11:23:01.273Z] 10:45:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2025-08-26T11:23:01.273Z] 10:45:01 1 0.02 0.00 0.02 0.05 0.03 99.88 [2025-08-26T11:23:01.273Z] 10:45:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2025-08-26T11:23:01.273Z] 10:45:01 3 0.07 0.00 0.02 0.00 0.00 99.92 [2025-08-26T11:23:01.273Z] 10:45:01 4 0.05 0.00 0.02 0.00 0.02 99.92 [2025-08-26T11:23:01.273Z] 10:45:01 5 0.08 0.00 0.03 0.00 0.03 99.85 [2025-08-26T11:23:01.273Z] 10:45:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2025-08-26T11:23:01.273Z] 10:45:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-08-26T11:23:01.273Z] 10:46:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2025-08-26T11:23:01.273Z] 10:46:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2025-08-26T11:23:01.273Z] 10:46:01 1 0.05 0.00 0.03 0.03 0.05 99.83 [2025-08-26T11:23:01.273Z] 10:46:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-08-26T11:23:01.273Z] 10:46:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2025-08-26T11:23:01.273Z] 10:46:01 4 0.03 0.00 0.03 0.00 0.00 99.93 [2025-08-26T11:23:01.273Z] 10:46:01 5 0.03 0.00 0.02 0.00 0.02 99.93 [2025-08-26T11:23:01.273Z] 10:46:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-08-26T11:23:01.273Z] 10:46:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2025-08-26T11:23:01.273Z] 10:47:01 all 0.04 0.00 0.01 0.01 0.01 99.93 [2025-08-26T11:23:01.273Z] 10:47:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2025-08-26T11:23:01.273Z] 10:47:01 1 0.07 0.00 0.05 0.05 0.03 99.80 [2025-08-26T11:23:01.273Z] 10:47:01 2 0.03 0.00 0.00 0.00 0.02 99.95 [2025-08-26T11:23:01.273Z] 10:47:01 3 0.08 0.00 0.02 0.02 0.00 99.88 [2025-08-26T11:23:01.273Z] 10:47:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2025-08-26T11:23:01.273Z] 10:47:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2025-08-26T11:23:01.273Z] 10:47:01 6 0.05 0.00 0.02 0.00 0.02 99.92 [2025-08-26T11:23:01.273Z] 10:47:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-08-26T11:23:01.273Z] 10:48:01 all 0.04 0.00 0.03 0.01 0.01 99.91 [2025-08-26T11:23:01.273Z] 10:48:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2025-08-26T11:23:01.273Z] 10:48:01 1 0.03 0.00 0.05 0.05 0.03 99.83 [2025-08-26T11:23:01.273Z] 10:48:01 2 0.05 0.00 0.05 0.00 0.02 99.88 [2025-08-26T11:23:01.273Z] 10:48:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2025-08-26T11:23:01.273Z] 10:48:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-08-26T11:23:01.273Z] 10:48:01 5 0.10 0.00 0.03 0.00 0.03 99.83 [2025-08-26T11:23:01.273Z] 10:48:01 6 0.05 0.00 0.03 0.00 0.02 99.90 [2025-08-26T11:23:01.273Z] 10:48:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2025-08-26T11:23:01.273Z] 10:49:01 all 0.27 0.00 0.02 0.00 0.02 99.69 [2025-08-26T11:23:01.273Z] 10:49:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2025-08-26T11:23:01.273Z] 10:49:01 1 0.10 0.00 0.00 0.02 0.03 99.85 [2025-08-26T11:23:01.273Z] 10:49:01 2 0.02 0.00 0.05 0.00 0.03 99.90 [2025-08-26T11:23:01.273Z] 10:49:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2025-08-26T11:23:01.273Z] 10:49:01 4 0.07 0.00 0.00 0.00 0.02 99.92 [2025-08-26T11:23:01.273Z] 10:49:01 5 1.84 0.00 0.02 0.00 0.02 98.13 [2025-08-26T11:23:01.273Z] 10:49:01 6 0.05 0.00 0.05 0.02 0.02 99.87 [2025-08-26T11:23:01.273Z] 10:49:01 7 0.03 0.00 0.00 0.00 0.02 99.95 [2025-08-26T11:23:01.273Z] 10:50:01 all 0.13 0.00 0.04 0.00 0.01 99.82 [2025-08-26T11:23:01.273Z] 10:50:01 0 0.03 0.00 0.00 0.00 0.02 99.95 [2025-08-26T11:23:01.273Z] 10:50:01 1 0.00 0.00 0.00 0.02 0.02 99.97 [2025-08-26T11:23:01.273Z] 10:50:01 2 0.05 0.00 0.03 0.00 0.03 99.88 [2025-08-26T11:23:01.273Z] 10:50:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-08-26T11:23:01.273Z] 10:50:01 4 0.02 0.00 0.03 0.00 0.02 99.93 [2025-08-26T11:23:01.273Z] 10:50:01 5 0.85 0.00 0.18 0.00 0.02 98.96 [2025-08-26T11:23:01.273Z] 10:50:01 6 0.03 0.00 0.03 0.02 0.02 99.90 [2025-08-26T11:23:01.273Z] 10:50:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-08-26T11:23:01.273Z] 10:51:01 all 0.03 0.00 0.02 0.00 0.01 99.95 [2025-08-26T11:23:01.273Z] 10:51:01 0 0.00 0.00 0.03 0.00 0.00 99.97 [2025-08-26T11:23:01.273Z] 10:51:01 1 0.02 0.00 0.03 0.02 0.00 99.93 [2025-08-26T11:23:01.273Z] 10:51:01 2 0.07 0.00 0.03 0.00 0.03 99.87 [2025-08-26T11:23:01.273Z] 10:51:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2025-08-26T11:23:01.273Z] 10:51:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-08-26T11:23:01.273Z] 10:51:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2025-08-26T11:23:01.273Z] 10:51:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2025-08-26T11:23:01.273Z] 10:51:01 7 0.05 0.00 0.02 0.00 0.00 99.93 [2025-08-26T11:23:01.273Z] 10:52:01 all 0.04 0.00 0.01 0.00 0.02 99.92 [2025-08-26T11:23:01.273Z] 10:52:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2025-08-26T11:23:01.273Z] 10:52:01 1 0.02 0.00 0.02 0.02 0.02 99.93 [2025-08-26T11:23:01.273Z] 10:52:01 2 0.18 0.00 0.07 0.00 0.05 99.70 [2025-08-26T11:23:01.273Z] 10:52:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2025-08-26T11:23:01.273Z] 10:52:01 4 0.03 0.00 0.00 0.00 0.02 99.95 [2025-08-26T11:23:01.273Z] 10:52:01 5 0.05 0.00 0.00 0.00 0.02 99.93 [2025-08-26T11:23:01.273Z] 10:52:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-08-26T11:23:01.273Z] 10:52:01 7 0.00 0.00 0.00 0.02 0.02 99.97 [2025-08-26T11:23:01.273Z] 10:53:01 all 0.03 0.00 0.01 0.00 0.01 99.94 [2025-08-26T11:23:01.273Z] 10:53:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2025-08-26T11:23:01.273Z] 10:53:01 1 0.07 0.00 0.00 0.02 0.02 99.90 [2025-08-26T11:23:01.273Z] 10:53:01 2 0.03 0.00 0.03 0.00 0.03 99.90 [2025-08-26T11:23:01.273Z] 10:53:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-08-26T11:23:01.273Z] 10:53:01 4 0.05 0.00 0.00 0.00 0.00 99.95 [2025-08-26T11:23:01.273Z] 10:53:01 5 0.07 0.00 0.05 0.00 0.02 99.87 [2025-08-26T11:23:01.273Z] 10:53:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2025-08-26T11:23:01.273Z] 10:53:01 7 0.02 0.00 0.00 0.02 0.00 99.97 [2025-08-26T11:23:01.273Z] 10:54:01 all 0.06 0.00 0.01 0.00 0.01 99.90 [2025-08-26T11:23:01.273Z] 10:54:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-08-26T11:23:01.273Z] 10:54:01 1 0.00 0.00 0.00 0.02 0.02 99.97 [2025-08-26T11:23:01.273Z] 10:54:01 2 0.12 0.00 0.03 0.00 0.03 99.82 [2025-08-26T11:23:01.273Z] 10:54:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-08-26T11:23:01.273Z] 10:54:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2025-08-26T11:23:01.273Z] 10:54:01 5 0.33 0.00 0.03 0.00 0.03 99.60 [2025-08-26T11:23:01.273Z] 10:54:01 6 0.00 0.00 0.03 0.02 0.02 99.93 [2025-08-26T11:23:01.273Z] 10:54:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-08-26T11:23:01.273Z] 10:55:01 all 0.04 0.00 0.01 0.00 0.02 99.93 [2025-08-26T11:23:01.273Z] 10:55:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2025-08-26T11:23:01.273Z] 10:55:01 1 0.05 0.00 0.00 0.00 0.02 99.93 [2025-08-26T11:23:01.273Z] 10:55:01 2 0.08 0.00 0.03 0.00 0.03 99.85 [2025-08-26T11:23:01.273Z] 10:55:01 3 0.05 0.00 0.00 0.00 0.00 99.95 [2025-08-26T11:23:01.273Z] 10:55:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2025-08-26T11:23:01.273Z] 10:55:01 5 0.05 0.00 0.02 0.00 0.00 99.93 [2025-08-26T11:23:01.273Z] 10:55:01 6 0.02 0.00 0.00 0.02 0.03 99.93 [2025-08-26T11:23:01.273Z] 10:55:01 7 0.03 0.00 0.02 0.00 0.02 99.93 [2025-08-26T11:23:01.273Z] [2025-08-26T11:23:01.273Z] 10:55:01 CPU %user %nice %system %iowait %steal %idle [2025-08-26T11:23:01.273Z] 10:56:01 all 0.10 0.00 0.01 0.00 0.01 99.87 [2025-08-26T11:23:01.273Z] 10:56:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2025-08-26T11:23:01.274Z] 10:56:01 1 0.03 0.00 0.03 0.02 0.02 99.90 [2025-08-26T11:23:01.274Z] 10:56:01 2 0.02 0.00 0.03 0.00 0.03 99.92 [2025-08-26T11:23:01.274Z] 10:56:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-08-26T11:23:01.274Z] 10:56:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-08-26T11:23:01.274Z] 10:56:01 5 0.75 0.00 0.00 0.00 0.02 99.24 [2025-08-26T11:23:01.274Z] 10:56:01 6 0.02 0.00 0.02 0.02 0.02 99.93 [2025-08-26T11:23:01.274Z] 10:56:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-08-26T11:23:01.274Z] 10:57:01 all 0.14 0.00 0.02 0.00 0.01 99.83 [2025-08-26T11:23:01.274Z] 10:57:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2025-08-26T11:23:01.274Z] 10:57:01 1 0.05 0.00 0.00 0.00 0.02 99.93 [2025-08-26T11:23:01.274Z] 10:57:01 2 0.15 0.00 0.03 0.00 0.03 99.78 [2025-08-26T11:23:01.274Z] 10:57:01 3 0.05 0.00 0.02 0.00 0.02 99.92 [2025-08-26T11:23:01.274Z] 10:57:01 4 0.03 0.00 0.00 0.00 0.02 99.95 [2025-08-26T11:23:01.274Z] 10:57:01 5 0.75 0.00 0.03 0.00 0.02 99.20 [2025-08-26T11:23:01.274Z] 10:57:01 6 0.02 0.00 0.02 0.03 0.00 99.93 [2025-08-26T11:23:01.274Z] 10:57:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2025-08-26T11:23:01.274Z] 10:58:01 all 0.02 0.00 0.02 0.00 0.02 99.94 [2025-08-26T11:23:01.274Z] 10:58:01 0 0.03 0.00 0.00 0.00 0.02 99.95 [2025-08-26T11:23:01.274Z] 10:58:01 1 0.00 0.00 0.02 0.02 0.00 99.97 [2025-08-26T11:23:01.274Z] 10:58:01 2 0.07 0.00 0.03 0.00 0.03 99.87 [2025-08-26T11:23:01.274Z] 10:58:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2025-08-26T11:23:01.274Z] 10:58:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2025-08-26T11:23:01.274Z] 10:58:01 5 0.02 0.00 0.03 0.00 0.03 99.92 [2025-08-26T11:23:01.274Z] 10:58:01 6 0.03 0.00 0.03 0.00 0.02 99.92 [2025-08-26T11:23:01.274Z] 10:58:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2025-08-26T11:23:01.274Z] 10:59:01 all 0.03 0.00 0.02 0.00 0.01 99.94 [2025-08-26T11:23:01.274Z] 10:59:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2025-08-26T11:23:01.274Z] 10:59:01 1 0.05 0.00 0.00 0.02 0.02 99.92 [2025-08-26T11:23:01.274Z] 10:59:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2025-08-26T11:23:01.274Z] 10:59:01 3 0.07 0.00 0.03 0.00 0.02 99.88 [2025-08-26T11:23:01.274Z] 10:59:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-08-26T11:23:01.274Z] 10:59:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2025-08-26T11:23:01.274Z] 10:59:01 6 0.02 0.00 0.02 0.02 0.03 99.92 [2025-08-26T11:23:01.274Z] 10:59:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-08-26T11:23:01.274Z] 11:00:01 all 0.15 0.00 0.00 0.00 0.02 99.83 [2025-08-26T11:23:01.274Z] 11:00:01 0 0.05 0.00 0.00 0.00 0.02 99.93 [2025-08-26T11:23:01.274Z] 11:00:01 1 0.02 0.00 0.00 0.02 0.02 99.95 [2025-08-26T11:23:01.274Z] 11:00:01 2 0.03 0.00 0.03 0.00 0.02 99.92 [2025-08-26T11:23:01.274Z] 11:00:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2025-08-26T11:23:01.274Z] 11:00:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2025-08-26T11:23:01.274Z] 11:00:01 5 1.01 0.00 0.00 0.00 0.02 98.97 [2025-08-26T11:23:01.274Z] 11:00:01 6 0.02 0.00 0.00 0.02 0.03 99.93 [2025-08-26T11:23:01.274Z] 11:00:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-08-26T11:23:01.274Z] 11:01:01 all 0.28 0.00 0.01 0.00 0.01 99.69 [2025-08-26T11:23:01.274Z] 11:01:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2025-08-26T11:23:01.274Z] 11:01:01 1 0.00 0.00 0.02 0.02 0.00 99.97 [2025-08-26T11:23:01.274Z] 11:01:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2025-08-26T11:23:01.274Z] 11:01:01 3 0.05 0.00 0.02 0.00 0.02 99.92 [2025-08-26T11:23:01.274Z] 11:01:01 4 0.07 0.00 0.02 0.00 0.00 99.92 [2025-08-26T11:23:01.274Z] 11:01:01 5 1.98 0.00 0.00 0.00 0.00 98.02 [2025-08-26T11:23:01.274Z] 11:01:01 6 0.05 0.00 0.02 0.02 0.03 99.88 [2025-08-26T11:23:01.274Z] 11:01:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2025-08-26T11:23:01.274Z] 11:02:01 all 0.06 0.00 0.02 0.00 0.02 99.90 [2025-08-26T11:23:01.274Z] 11:02:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2025-08-26T11:23:01.274Z] 11:02:01 1 0.00 0.00 0.02 0.02 0.02 99.95 [2025-08-26T11:23:01.274Z] 11:02:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2025-08-26T11:23:01.274Z] 11:02:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2025-08-26T11:23:01.274Z] 11:02:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2025-08-26T11:23:01.274Z] 11:02:01 5 0.40 0.00 0.00 0.00 0.02 99.58 [2025-08-26T11:23:01.274Z] 11:02:01 6 0.00 0.00 0.03 0.02 0.03 99.92 [2025-08-26T11:23:01.274Z] 11:02:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-08-26T11:23:01.274Z] 11:03:01 all 0.03 0.00 0.01 0.00 0.01 99.94 [2025-08-26T11:23:01.274Z] 11:03:01 0 0.00 0.00 0.02 0.00 0.02 99.97 [2025-08-26T11:23:01.274Z] 11:03:01 1 0.00 0.00 0.00 0.02 0.02 99.97 [2025-08-26T11:23:01.274Z] 11:03:01 2 0.05 0.00 0.02 0.00 0.02 99.92 [2025-08-26T11:23:01.274Z] 11:03:01 3 0.08 0.00 0.03 0.00 0.02 99.87 [2025-08-26T11:23:01.274Z] 11:03:01 4 0.05 0.00 0.02 0.00 0.00 99.93 [2025-08-26T11:23:01.274Z] 11:03:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2025-08-26T11:23:01.274Z] 11:03:01 6 0.02 0.00 0.03 0.02 0.03 99.90 [2025-08-26T11:23:01.274Z] 11:03:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-08-26T11:23:01.274Z] 11:04:01 all 0.01 0.00 0.02 0.00 0.01 99.96 [2025-08-26T11:23:01.274Z] 11:04:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2025-08-26T11:23:01.274Z] 11:04:01 1 0.02 0.00 0.02 0.02 0.00 99.95 [2025-08-26T11:23:01.274Z] 11:04:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-08-26T11:23:01.274Z] 11:04:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2025-08-26T11:23:01.274Z] 11:04:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2025-08-26T11:23:01.274Z] 11:04:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2025-08-26T11:23:01.274Z] 11:04:01 6 0.02 0.00 0.05 0.02 0.03 99.88 [2025-08-26T11:23:01.274Z] 11:04:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-08-26T11:23:01.274Z] 11:05:01 all 0.29 0.00 0.10 0.04 0.02 99.56 [2025-08-26T11:23:01.274Z] 11:05:01 0 0.12 0.00 0.08 0.02 0.02 99.77 [2025-08-26T11:23:01.274Z] 11:05:01 1 0.17 0.00 0.05 0.05 0.03 99.70 [2025-08-26T11:23:01.274Z] 11:05:01 2 0.15 0.00 0.08 0.03 0.02 99.72 [2025-08-26T11:23:01.274Z] 11:05:01 3 0.10 0.00 0.10 0.00 0.02 99.78 [2025-08-26T11:23:01.274Z] 11:05:01 4 0.47 0.00 0.15 0.05 0.02 99.32 [2025-08-26T11:23:01.274Z] 11:05:01 5 1.22 0.00 0.20 0.12 0.02 98.45 [2025-08-26T11:23:01.274Z] 11:05:01 6 0.05 0.00 0.08 0.05 0.02 99.80 [2025-08-26T11:23:01.274Z] 11:05:01 7 0.02 0.00 0.05 0.00 0.00 99.93 [2025-08-26T11:23:01.274Z] 11:06:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2025-08-26T11:23:01.274Z] 11:06:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2025-08-26T11:23:01.274Z] 11:06:01 1 0.02 0.00 0.02 0.00 0.03 99.93 [2025-08-26T11:23:01.274Z] 11:06:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2025-08-26T11:23:01.274Z] 11:06:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2025-08-26T11:23:01.274Z] 11:06:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2025-08-26T11:23:01.274Z] 11:06:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2025-08-26T11:23:01.274Z] 11:06:01 6 0.03 0.00 0.03 0.02 0.00 99.92 [2025-08-26T11:23:01.274Z] 11:06:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2025-08-26T11:23:01.274Z] [2025-08-26T11:23:01.274Z] 11:06:01 CPU %user %nice %system %iowait %steal %idle [2025-08-26T11:23:01.274Z] 11:07:01 all 0.19 0.00 0.02 0.01 0.01 99.78 [2025-08-26T11:23:01.274Z] 11:07:01 0 0.05 0.00 0.03 0.00 0.02 99.90 [2025-08-26T11:23:01.274Z] 11:07:01 1 0.02 0.00 0.05 0.03 0.05 99.85 [2025-08-26T11:23:01.274Z] 11:07:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-08-26T11:23:01.274Z] 11:07:01 3 0.07 0.00 0.02 0.00 0.02 99.90 [2025-08-26T11:23:01.274Z] 11:07:01 4 0.08 0.00 0.03 0.02 0.02 99.85 [2025-08-26T11:23:01.274Z] 11:07:01 5 1.21 0.00 0.00 0.00 0.00 98.79 [2025-08-26T11:23:01.274Z] 11:07:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2025-08-26T11:23:01.274Z] 11:07:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-08-26T11:23:01.274Z] 11:08:01 all 0.19 0.00 0.01 0.00 0.01 99.79 [2025-08-26T11:23:01.274Z] 11:08:01 0 0.05 0.00 0.02 0.00 0.02 99.92 [2025-08-26T11:23:01.274Z] 11:08:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2025-08-26T11:23:01.274Z] 11:08:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2025-08-26T11:23:01.274Z] 11:08:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2025-08-26T11:23:01.274Z] 11:08:01 4 0.03 0.00 0.00 0.00 0.02 99.95 [2025-08-26T11:23:01.274Z] 11:08:01 5 1.29 0.00 0.00 0.00 0.02 98.70 [2025-08-26T11:23:01.274Z] 11:08:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-08-26T11:23:01.274Z] 11:08:01 7 0.03 0.00 0.03 0.00 0.00 99.93 [2025-08-26T11:23:01.274Z] 11:09:01 all 0.08 0.00 0.01 0.00 0.02 99.89 [2025-08-26T11:23:01.274Z] 11:09:01 0 0.02 0.00 0.02 0.00 0.03 99.93 [2025-08-26T11:23:01.274Z] 11:09:01 1 0.07 0.00 0.05 0.02 0.05 99.82 [2025-08-26T11:23:01.274Z] 11:09:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2025-08-26T11:23:01.274Z] 11:09:01 3 0.05 0.00 0.02 0.00 0.02 99.92 [2025-08-26T11:23:01.274Z] 11:09:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2025-08-26T11:23:01.274Z] 11:09:01 5 0.40 0.00 0.00 0.00 0.00 99.60 [2025-08-26T11:23:01.274Z] 11:09:01 6 0.03 0.00 0.00 0.02 0.02 99.93 [2025-08-26T11:23:01.274Z] 11:09:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2025-08-26T11:23:01.274Z] 11:10:01 all 0.05 0.00 0.01 0.00 0.01 99.92 [2025-08-26T11:23:01.274Z] 11:10:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2025-08-26T11:23:01.274Z] 11:10:01 1 0.03 0.00 0.03 0.00 0.02 99.92 [2025-08-26T11:23:01.274Z] 11:10:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2025-08-26T11:23:01.274Z] 11:10:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2025-08-26T11:23:01.274Z] 11:10:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-08-26T11:23:01.274Z] 11:10:01 5 0.30 0.00 0.00 0.00 0.02 99.68 [2025-08-26T11:23:01.274Z] 11:10:01 6 0.00 0.00 0.02 0.02 0.00 99.97 [2025-08-26T11:23:01.274Z] 11:10:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2025-08-26T11:23:01.274Z] 11:11:01 all 0.12 0.00 0.01 0.00 0.01 99.85 [2025-08-26T11:23:01.274Z] 11:11:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2025-08-26T11:23:01.274Z] 11:11:01 1 0.15 0.00 0.00 0.02 0.05 99.78 [2025-08-26T11:23:01.274Z] 11:11:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2025-08-26T11:23:01.274Z] 11:11:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2025-08-26T11:23:01.274Z] 11:11:01 4 0.05 0.00 0.02 0.00 0.02 99.92 [2025-08-26T11:23:01.274Z] 11:11:01 5 0.70 0.00 0.00 0.00 0.00 99.30 [2025-08-26T11:23:01.274Z] 11:11:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-08-26T11:23:01.274Z] 11:11:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-08-26T11:23:01.274Z] 11:12:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2025-08-26T11:23:01.274Z] 11:12:01 0 0.03 0.00 0.05 0.00 0.03 99.88 [2025-08-26T11:23:01.274Z] 11:12:01 1 0.02 0.00 0.03 0.02 0.03 99.90 [2025-08-26T11:23:01.274Z] 11:12:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2025-08-26T11:23:01.274Z] 11:12:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2025-08-26T11:23:01.274Z] 11:12:01 4 0.03 0.00 0.00 0.00 0.02 99.95 [2025-08-26T11:23:01.274Z] 11:12:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2025-08-26T11:23:01.274Z] 11:12:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-08-26T11:23:01.274Z] 11:12:01 7 0.03 0.00 0.00 0.02 0.00 99.95 [2025-08-26T11:23:01.274Z] 11:13:01 all 0.03 0.00 0.01 0.01 0.01 99.94 [2025-08-26T11:23:01.274Z] 11:13:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2025-08-26T11:23:01.274Z] 11:13:01 1 0.10 0.00 0.03 0.02 0.03 99.82 [2025-08-26T11:23:01.274Z] 11:13:01 2 0.07 0.00 0.00 0.00 0.02 99.92 [2025-08-26T11:23:01.274Z] 11:13:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2025-08-26T11:23:01.274Z] 11:13:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2025-08-26T11:23:01.274Z] 11:13:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2025-08-26T11:23:01.274Z] 11:13:01 6 0.00 0.00 0.02 0.02 0.00 99.97 [2025-08-26T11:23:01.274Z] 11:13:01 7 0.00 0.00 0.00 0.02 0.02 99.97 [2025-08-26T11:23:01.274Z] 11:14:01 all 0.02 0.00 0.00 0.00 0.01 99.97 [2025-08-26T11:23:01.274Z] 11:14:01 0 0.07 0.00 0.00 0.00 0.02 99.92 [2025-08-26T11:23:01.274Z] 11:14:01 1 0.03 0.00 0.00 0.02 0.03 99.92 [2025-08-26T11:23:01.274Z] 11:14:01 2 0.03 0.00 0.00 0.00 0.02 99.95 [2025-08-26T11:23:01.274Z] 11:14:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-08-26T11:23:01.274Z] 11:14:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-08-26T11:23:01.274Z] 11:14:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2025-08-26T11:23:01.274Z] 11:14:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-08-26T11:23:01.274Z] 11:14:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2025-08-26T11:23:01.274Z] 11:15:01 all 0.06 0.00 0.01 0.00 0.02 99.91 [2025-08-26T11:23:01.274Z] 11:15:01 0 0.03 0.00 0.05 0.00 0.02 99.90 [2025-08-26T11:23:01.274Z] 11:15:01 1 0.05 0.00 0.03 0.00 0.05 99.87 [2025-08-26T11:23:01.274Z] 11:15:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2025-08-26T11:23:01.274Z] 11:15:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2025-08-26T11:23:01.274Z] 11:15:01 4 0.05 0.00 0.00 0.00 0.02 99.93 [2025-08-26T11:23:01.274Z] 11:15:01 5 0.23 0.00 0.00 0.00 0.00 99.77 [2025-08-26T11:23:01.274Z] 11:15:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-08-26T11:23:01.274Z] 11:15:01 7 0.03 0.00 0.00 0.02 0.02 99.93 [2025-08-26T11:23:01.274Z] 11:16:01 all 0.11 0.00 0.01 0.01 0.01 99.86 [2025-08-26T11:23:01.274Z] 11:16:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2025-08-26T11:23:01.274Z] 11:16:01 1 0.02 0.00 0.02 0.03 0.02 99.92 [2025-08-26T11:23:01.274Z] 11:16:01 2 0.05 0.00 0.00 0.00 0.02 99.93 [2025-08-26T11:23:01.274Z] 11:16:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2025-08-26T11:23:01.274Z] 11:16:01 4 0.02 0.00 0.03 0.00 0.02 99.93 [2025-08-26T11:23:01.274Z] 11:16:01 5 0.73 0.00 0.02 0.00 0.02 99.24 [2025-08-26T11:23:01.274Z] 11:16:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-08-26T11:23:01.274Z] 11:16:01 7 0.00 0.00 0.00 0.02 0.00 99.98 [2025-08-26T11:23:01.274Z] 11:17:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2025-08-26T11:23:01.274Z] 11:17:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2025-08-26T11:23:01.274Z] 11:17:01 1 0.07 0.00 0.03 0.02 0.03 99.85 [2025-08-26T11:23:01.274Z] 11:17:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2025-08-26T11:23:01.274Z] 11:17:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2025-08-26T11:23:01.275Z] 11:17:01 4 0.03 0.00 0.00 0.00 0.02 99.95 [2025-08-26T11:23:01.275Z] 11:17:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-08-26T11:23:01.275Z] 11:17:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2025-08-26T11:23:01.275Z] 11:17:01 7 0.00 0.00 0.03 0.00 0.02 99.95 [2025-08-26T11:23:01.275Z] [2025-08-26T11:23:01.275Z] 11:17:01 CPU %user %nice %system %iowait %steal %idle [2025-08-26T11:23:01.275Z] 11:18:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2025-08-26T11:23:01.275Z] 11:18:01 0 0.00 0.00 0.02 0.00 0.02 99.97 [2025-08-26T11:23:01.275Z] 11:18:01 1 0.03 0.00 0.02 0.02 0.03 99.90 [2025-08-26T11:23:01.275Z] 11:18:01 2 0.03 0.00 0.00 0.00 0.02 99.95 [2025-08-26T11:23:01.275Z] 11:18:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2025-08-26T11:23:01.275Z] 11:18:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2025-08-26T11:23:01.275Z] 11:18:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2025-08-26T11:23:01.275Z] 11:18:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-08-26T11:23:01.275Z] 11:18:01 7 0.00 0.00 0.00 0.02 0.02 99.97 [2025-08-26T11:23:01.275Z] 11:19:01 all 0.17 0.00 0.01 0.01 0.01 99.79 [2025-08-26T11:23:01.275Z] 11:19:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2025-08-26T11:23:01.275Z] 11:19:01 1 0.05 0.00 0.02 0.02 0.03 99.88 [2025-08-26T11:23:01.275Z] 11:19:01 2 0.02 0.00 0.03 0.00 0.02 99.93 [2025-08-26T11:23:01.275Z] 11:19:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2025-08-26T11:23:01.275Z] 11:19:01 4 0.05 0.00 0.00 0.00 0.02 99.93 [2025-08-26T11:23:01.275Z] 11:19:01 5 1.17 0.00 0.00 0.00 0.00 98.83 [2025-08-26T11:23:01.275Z] 11:19:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-08-26T11:23:01.275Z] 11:19:01 7 0.03 0.00 0.00 0.03 0.02 99.92 [2025-08-26T11:23:01.275Z] 11:20:01 all 0.24 0.00 0.01 0.00 0.02 99.72 [2025-08-26T11:23:01.275Z] 11:20:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2025-08-26T11:23:01.275Z] 11:20:01 1 0.02 0.00 0.03 0.02 0.03 99.90 [2025-08-26T11:23:01.275Z] 11:20:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2025-08-26T11:23:01.275Z] 11:20:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2025-08-26T11:23:01.275Z] 11:20:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-08-26T11:23:01.275Z] 11:20:01 5 1.81 0.00 0.02 0.00 0.02 98.16 [2025-08-26T11:23:01.275Z] 11:20:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-08-26T11:23:01.275Z] 11:20:01 7 0.05 0.00 0.02 0.02 0.02 99.90 [2025-08-26T11:23:01.275Z] 11:21:01 all 0.05 0.00 0.01 0.00 0.01 99.92 [2025-08-26T11:23:01.275Z] 11:21:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-08-26T11:23:01.275Z] 11:21:01 1 0.02 0.00 0.00 0.00 0.03 99.95 [2025-08-26T11:23:01.275Z] 11:21:01 2 0.03 0.00 0.05 0.00 0.03 99.88 [2025-08-26T11:23:01.275Z] 11:21:01 3 0.05 0.00 0.00 0.00 0.02 99.93 [2025-08-26T11:23:01.275Z] 11:21:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2025-08-26T11:23:01.275Z] 11:21:01 5 0.25 0.00 0.03 0.00 0.00 99.72 [2025-08-26T11:23:01.275Z] 11:21:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-08-26T11:23:01.275Z] 11:21:01 7 0.03 0.00 0.02 0.00 0.02 99.93 [2025-08-26T11:23:01.275Z] 11:22:01 all 4.07 0.00 1.57 0.19 0.03 94.14 [2025-08-26T11:23:01.275Z] 11:22:01 0 3.62 0.00 1.30 0.00 0.03 95.04 [2025-08-26T11:23:01.275Z] 11:22:01 1 4.10 0.00 1.62 0.32 0.05 93.90 [2025-08-26T11:23:01.275Z] 11:22:01 2 3.78 0.00 1.33 0.02 0.03 94.85 [2025-08-26T11:23:01.275Z] 11:22:01 3 3.24 0.00 1.37 0.00 0.02 95.37 [2025-08-26T11:23:01.275Z] 11:22:01 4 5.67 0.00 1.46 1.10 0.03 91.73 [2025-08-26T11:23:01.275Z] 11:22:01 5 2.78 0.00 1.12 0.07 0.02 96.01 [2025-08-26T11:23:01.275Z] 11:22:01 6 3.98 0.00 1.66 0.02 0.02 94.33 [2025-08-26T11:23:01.275Z] 11:22:01 7 5.39 0.00 2.67 0.03 0.03 91.87 [2025-08-26T11:23:01.275Z] Average: all 9.03 0.00 1.41 0.27 0.03 89.26 [2025-08-26T11:23:01.275Z] Average: 0 8.96 0.00 1.32 0.22 0.03 89.47 [2025-08-26T11:23:01.275Z] Average: 1 8.98 0.00 1.48 0.59 0.04 88.91 [2025-08-26T11:23:01.275Z] Average: 2 9.11 0.00 1.41 0.15 0.03 89.31 [2025-08-26T11:23:01.275Z] Average: 3 9.09 0.00 1.46 0.25 0.02 89.18 [2025-08-26T11:23:01.275Z] Average: 4 9.18 0.00 1.38 0.23 0.03 89.19 [2025-08-26T11:23:01.275Z] Average: 5 9.01 0.00 1.42 0.24 0.03 89.30 [2025-08-26T11:23:01.275Z] Average: 6 9.00 0.00 1.39 0.27 0.03 89.31 [2025-08-26T11:23:01.275Z] Average: 7 8.96 0.00 1.42 0.17 0.02 89.43 [2025-08-26T11:23:01.275Z] [2025-08-26T11:23:01.275Z] [2025-08-26T11:23:01.275Z]