Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 92d5141f885416a010e7c9a103f0840019be69f6 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-ssh17716886486792658419.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 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-ssh15821681461277647453.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 f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 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-ssh16814396807953948545.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f6201a7a3d6e66e18b8eca84a9a3a23cb614281a # timeout=10 Commit message: "Merge pull request #471 from jinlinGuan/fix-multi-arch" > 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-ssh3920072527095807862.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-ssh1586560624360747934.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-3765 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/858 [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/858 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 92d5141f885416a010e7c9a103f0840019be69f6 (main) Commit message: "feat: Add event_id index on Core Data reading table (#5190)" > git config core.sparsecheckout # timeout=10 > git checkout -f 92d5141f885416a010e7c9a103f0840019be69f6 # timeout=10 > git rev-list --no-walk 9304f160789e41c5c58b4be9994841ed5e82e09f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-06-23T05:04:13.825Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-06-23T05:04:13.893Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-06-23T05:04:13.917Z] ========================================================= [2025-06-23T05:04:13.917Z] EdgeX Global Pipelines Version Info [2025-06-23T05:04:13.917Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-06-23T05:04:14.639Z] ------------------- [2025-06-23T05:04:14.639Z] stable info: [2025-06-23T05:04:14.639Z] ------------------- [2025-06-23T05:04:14.639Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-06-23T05:04:14.639Z] Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [2025-06-23T05:04:14.639Z] Message: update stable to v1.0.274 [2025-06-23T05:04:15.211Z] ------------------- [2025-06-23T05:04:15.211Z] experimental info: [2025-06-23T05:04:15.211Z] ------------------- [2025-06-23T05:04:15.211Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-06-23T05:04:15.211Z] Commit SHA: 8bc3b1671107dfff59e2863929571a4024cd8906 [2025-06-23T05:04:15.211Z] Message: update experimental to v1.0.275 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-06-23T05:04:15.298Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2025-06-23T05:04:15.325Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2025-06-23T05:04:15.349Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-06-23T05:04:15.373Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-06-23T05:04:15.397Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-06-23T05:04:15.421Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-06-23T05:04:15.447Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-06-23T05:04:15.483Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2025-06-23T05:04:15.510Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2025-06-23T05:04:15.536Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2025-06-23T05:04:15.559Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-06-23T05:04:15.582Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-06-23T05:04:15.609Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-06-23T05:04:15.634Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-06-23T05:04:15.656Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-06-23T05:04:15.682Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-06-23T05:04:15.706Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-06-23T05:04:15.726Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-06-23T05:04:15.748Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2025-06-23T05:04:15.771Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo [2025-06-23T05:04:15.791Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-06-23T05:04:15.812Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-06-23T05:04:15.829Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-06-23T05:04:15.848Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-06-23T05:04:15.870Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-06-23T05:04:15.889Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-06-23T05:04:15.906Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] echo [2025-06-23T05:04:15.929Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 92d5141 [Pipeline] echo [2025-06-23T05:04:15.956Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-23T05:04:16.034Z] provisioning config files... [2025-06-23T05:04:16.048Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/858@tmp/config544368271059001541tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-23T05:04:16.362Z] ---> ****-login.sh [2025-06-23T05:04:16.362Z] nexus3.edgexfoundry.org:10001 [2025-06-23T05:04:16.622Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T05:04:16.622Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T05:04:16.622Z] Configure a credential helper to remove this warning. See [2025-06-23T05:04:16.622Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T05:04:16.622Z] [2025-06-23T05:04:16.622Z] Login Succeeded [2025-06-23T05:04:16.622Z] nexus3.edgexfoundry.org:10002 [2025-06-23T05:04:16.882Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T05:04:16.882Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T05:04:16.882Z] Configure a credential helper to remove this warning. See [2025-06-23T05:04:16.882Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T05:04:16.882Z] [2025-06-23T05:04:16.882Z] Login Succeeded [2025-06-23T05:04:16.882Z] nexus3.edgexfoundry.org:10003 [2025-06-23T05:04:16.882Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T05:04:16.882Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T05:04:16.882Z] Configure a credential helper to remove this warning. See [2025-06-23T05:04:16.882Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T05:04:16.882Z] [2025-06-23T05:04:16.882Z] Login Succeeded [2025-06-23T05:04:16.882Z] nexus3.edgexfoundry.org:10004 [2025-06-23T05:04:17.142Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T05:04:17.143Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T05:04:17.143Z] Configure a credential helper to remove this warning. See [2025-06-23T05:04:17.143Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T05:04:17.143Z] [2025-06-23T05:04:17.143Z] Login Succeeded [2025-06-23T05:04:17.143Z] ****.io [2025-06-23T05:04:17.143Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T05:04:17.404Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T05:04:17.404Z] Configure a credential helper to remove this warning. See [2025-06-23T05:04:17.405Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T05:04:17.405Z] [2025-06-23T05:04:17.405Z] Login Succeeded [2025-06-23T05:04:17.405Z] ---> ****-login.sh ends [Pipeline] } [2025-06-23T05:04:17.414Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-23T05:04:17.865Z] + 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-06-23T05:04:17.865Z] + + dirname cmd/core-command/Dockerfilecut [2025-06-23T05:04:17.865Z] -d/ -f2 [2025-06-23T05:04:17.865Z] + echo core-command,cmd/core-command/Dockerfile [2025-06-23T05:04:17.865Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2025-06-23T05:04:17.865Z] + cut -d/ -f2 [2025-06-23T05:04:17.865Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2025-06-23T05:04:17.865Z] + dirname cmd/core-data/Dockerfile [2025-06-23T05:04:17.865Z] + cut -d/ -f2 [2025-06-23T05:04:17.865Z] + echo core-data,cmd/core-data/Dockerfile [2025-06-23T05:04:17.865Z] + dirname cmd/core-keeper/Dockerfile [2025-06-23T05:04:17.865Z] + cut -d/ -f2 [2025-06-23T05:04:17.865Z] + echo core-keeper,cmd/core-keeper/Dockerfile [2025-06-23T05:04:17.865Z] + dirname cmd/core-metadata/Dockerfile [2025-06-23T05:04:17.865Z] + cut -d/ -f2 [2025-06-23T05:04:17.865Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2025-06-23T05:04:17.865Z] + + dirname cmd/security-bootstrapper/Dockerfile [2025-06-23T05:04:17.865Z] cut -d/ -f2 [2025-06-23T05:04:17.865Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2025-06-23T05:04:17.865Z] + + cutdirname -d/ cmd/security-proxy-auth/Dockerfile -f2 [2025-06-23T05:04:17.865Z] [2025-06-23T05:04:17.865Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2025-06-23T05:04:17.865Z] + dirname cmd/security-proxy-setup/Dockerfile [2025-06-23T05:04:17.865Z] + cut -d/ -f2 [2025-06-23T05:04:17.865Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2025-06-23T05:04:17.865Z] + dirname cmd/security-secretstore-setup/Dockerfile [2025-06-23T05:04:17.865Z] + cut -d/ -f2 [2025-06-23T05:04:17.865Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2025-06-23T05:04:17.865Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2025-06-23T05:04:17.865Z] + cut -d/ -f2 [2025-06-23T05:04:17.865Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2025-06-23T05:04:17.865Z] + dirname cmd/security-spire-agent/Dockerfile [2025-06-23T05:04:17.865Z] + cut -d/ -f2 [2025-06-23T05:04:17.865Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2025-06-23T05:04:17.865Z] + dirname cmd/security-spire-config/Dockerfile [2025-06-23T05:04:17.865Z] + cut -d/ -f2 [2025-06-23T05:04:17.865Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2025-06-23T05:04:17.865Z] + dirname cmd/security-spire-server/Dockerfile [2025-06-23T05:04:17.865Z] + cut -d/ -f2 [2025-06-23T05:04:17.865Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2025-06-23T05:04:17.865Z] + dirname cmd/support-notifications/Dockerfile [2025-06-23T05:04:17.865Z] + cut -d/ -f2 [2025-06-23T05:04:17.865Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2025-06-23T05:04:17.865Z] + dirname cmd/support-scheduler/Dockerfile [2025-06-23T05:04:17.865Z] + cut -d/ -f2 [2025-06-23T05:04:17.865Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2025-06-23T05:04:17.899Z] 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-06-23T05:04:18.263Z] + git rev-list -1 --merges 92d5141f885416a010e7c9a103f0840019be69f6~1..92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] echo [2025-06-23T05:04:18.277Z] -----------> git rev-list -1 --merges 92d5141f885416a010e7c9a103f0840019be69f6~1..92d5141f885416a010e7c9a103f0840019be69f6 92d5141f885416a010e7c9a103f0840019be69f6 [false] [Pipeline] sh [2025-06-23T05:04:18.579Z] + git log --format=format:%s -1 92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] echo [2025-06-23T05:04:18.596Z] ========================================================= [2025-06-23T05:04:18.596Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-06-23T05:04:18.596Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2025-06-23T05:04:19.038Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-06-23T05:04:19.038Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-06-23T05:04:19.038Z] + [ -e /tmp/ssh_known_hosts ] [2025-06-23T05:04:19.038Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-06-23T05:04:19.038Z] + + sudo teeecho -a github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= /etc/ssh/ssh_known_hosts [2025-06-23T05:04:19.038Z] [2025-06-23T05:04:19.038Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:04:19.467Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-23T05:04:19.468Z] [2025-06-23T05:04:19.468Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:04:19.786Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-23T05:04:19.786Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-06-23T05:04:19.786Z] 3dae71ba6b94: Pulling fs layer [2025-06-23T05:04:19.786Z] 6bf1a483ea7c: Pulling fs layer [2025-06-23T05:04:19.786Z] f5dfc541a4d3: Pulling fs layer [2025-06-23T05:04:19.786Z] 461d9e800cba: Pulling fs layer [2025-06-23T05:04:19.786Z] 80192f66455f: Pulling fs layer [2025-06-23T05:04:19.786Z] 2e8e34ca0e6c: Pulling fs layer [2025-06-23T05:04:19.786Z] a29436f7fd5d: Pulling fs layer [2025-06-23T05:04:19.786Z] 923cac83aea3: Pulling fs layer [2025-06-23T05:04:19.786Z] 25ad8b0a4227: Pulling fs layer [2025-06-23T05:04:19.786Z] db01528c6b51: Pulling fs layer [2025-06-23T05:04:19.786Z] 28988de357af: Pulling fs layer [2025-06-23T05:04:19.786Z] a29436f7fd5d: Waiting [2025-06-23T05:04:19.786Z] 25ad8b0a4227: Waiting [2025-06-23T05:04:19.786Z] 923cac83aea3: Waiting [2025-06-23T05:04:19.786Z] db01528c6b51: Waiting [2025-06-23T05:04:19.786Z] 28988de357af: Waiting [2025-06-23T05:04:19.786Z] 80192f66455f: Waiting [2025-06-23T05:04:19.786Z] 461d9e800cba: Waiting [2025-06-23T05:04:19.786Z] 2e8e34ca0e6c: Waiting [2025-06-23T05:04:19.786Z] 6bf1a483ea7c: Verifying Checksum [2025-06-23T05:04:19.786Z] 6bf1a483ea7c: Download complete [2025-06-23T05:04:20.046Z] 461d9e800cba: Verifying Checksum [2025-06-23T05:04:20.046Z] 461d9e800cba: Download complete [2025-06-23T05:04:20.046Z] 80192f66455f: Verifying Checksum [2025-06-23T05:04:20.046Z] 80192f66455f: Download complete [2025-06-23T05:04:20.046Z] f5dfc541a4d3: Verifying Checksum [2025-06-23T05:04:20.046Z] f5dfc541a4d3: Download complete [2025-06-23T05:04:20.046Z] 3dae71ba6b94: Verifying Checksum [2025-06-23T05:04:20.046Z] 3dae71ba6b94: Download complete [2025-06-23T05:04:20.046Z] 923cac83aea3: Verifying Checksum [2025-06-23T05:04:20.046Z] 923cac83aea3: Download complete [2025-06-23T05:04:20.310Z] 25ad8b0a4227: Verifying Checksum [2025-06-23T05:04:20.310Z] 25ad8b0a4227: Download complete [2025-06-23T05:04:20.310Z] db01528c6b51: Verifying Checksum [2025-06-23T05:04:20.310Z] db01528c6b51: Download complete [2025-06-23T05:04:20.310Z] 28988de357af: Verifying Checksum [2025-06-23T05:04:20.310Z] 28988de357af: Download complete [2025-06-23T05:04:20.310Z] a29436f7fd5d: Verifying Checksum [2025-06-23T05:04:20.310Z] a29436f7fd5d: Download complete [2025-06-23T05:04:20.879Z] 2e8e34ca0e6c: Verifying Checksum [2025-06-23T05:04:21.140Z] 3dae71ba6b94: Pull complete [2025-06-23T05:04:21.140Z] 6bf1a483ea7c: Pull complete [2025-06-23T05:04:21.708Z] f5dfc541a4d3: Pull complete [2025-06-23T05:04:21.967Z] 461d9e800cba: Pull complete [2025-06-23T05:04:21.967Z] 80192f66455f: Pull complete [2025-06-23T05:04:25.261Z] 2e8e34ca0e6c: Pull complete [2025-06-23T05:04:25.831Z] a29436f7fd5d: Pull complete [2025-06-23T05:04:25.831Z] 923cac83aea3: Pull complete [2025-06-23T05:04:25.831Z] 25ad8b0a4227: Pull complete [2025-06-23T05:04:25.831Z] db01528c6b51: Pull complete [2025-06-23T05:04:26.091Z] 28988de357af: Pull complete [2025-06-23T05:04:26.091Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-06-23T05:04:26.091Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-23T05:04:26.091Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-23T05:04:26.247Z] prd-ubuntu20.04-docker-8c-8g-3765 does not seem to be running inside a container [2025-06-23T05:04:26.287Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/858 -v /w/workspace/edgex-go/858:/w/workspace/edgex-go/858:rw,z -v /w/workspace/edgex-go/858@tmp:/w/workspace/edgex-go/858@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-06-23T05:04:28.521Z] $ docker top 7194ed1e85ad4a03e25183ce16709dcaf0c47b5ac6e4c2505cf919d84ae7c70f -eo pid,comm [2025-06-23T05:04:28.568Z] 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-06-23T05:04:28.568Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-06-23T05:04:28.631Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-23T05:04:28.631Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-23T05:04:28.757Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-23T05:04:28.767Z] $ docker exec 7194ed1e85ad4a03e25183ce16709dcaf0c47b5ac6e4c2505cf919d84ae7c70f ssh-agent [2025-06-23T05:04:28.859Z] SSH_AUTH_SOCK=/tmp/ssh-x1Id7OubwQCn/agent.33 [2025-06-23T05:04:28.859Z] SSH_AGENT_PID=39 [2025-06-23T05:04:28.866Z] Running ssh-add (command line suppressed) [2025-06-23T05:04:28.970Z] Identity added: /w/workspace/edgex-go/858@tmp/private_key_17409918768141225429.key (/w/workspace/edgex-go/858@tmp/private_key_17409918768141225429.key) [2025-06-23T05:04:28.978Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-23T05:04:29.272Z] + git tag --points-at HEAD [Pipeline] } [2025-06-23T05:04:29.293Z] $ docker exec --env ******** --env ******** 7194ed1e85ad4a03e25183ce16709dcaf0c47b5ac6e4c2505cf919d84ae7c70f ssh-agent -k [2025-06-23T05:04:29.390Z] unset SSH_AUTH_SOCK; [2025-06-23T05:04:29.390Z] unset SSH_AGENT_PID; [2025-06-23T05:04:29.391Z] echo Agent pid 39 killed; [2025-06-23T05:04:29.393Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-06-23T05:04:29.432Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-23T05:04:29.433Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-23T05:04:29.530Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-23T05:04:29.540Z] $ docker exec 7194ed1e85ad4a03e25183ce16709dcaf0c47b5ac6e4c2505cf919d84ae7c70f ssh-agent [2025-06-23T05:04:29.628Z] SSH_AUTH_SOCK=/tmp/ssh-llmQi0b5Bi64/agent.72 [2025-06-23T05:04:29.628Z] SSH_AGENT_PID=78 [2025-06-23T05:04:29.633Z] Running ssh-add (command line suppressed) [2025-06-23T05:04:29.728Z] Identity added: /w/workspace/edgex-go/858@tmp/private_key_10288547620475703219.key (/w/workspace/edgex-go/858@tmp/private_key_10288547620475703219.key) [2025-06-23T05:04:29.736Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-23T05:04:30.030Z] + git semver init [2025-06-23T05:04:30.289Z] 2025-06-23 05:04:30,227 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-06-23T05:04:30.289Z] 2025-06-23 05:04:30,232 [run_init] DEBUG init version:0.0.0 force:False [2025-06-23T05:04:30.289Z] 2025-06-23 05:04:30,233 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/858/.semver [2025-06-23T05:04:30.290Z] 2025-06-23 05:04:30,233 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/858/.semver [2025-06-23T05:04:30.290Z] 2025-06-23 05:04:30,234 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/858/.semver'], cwd=/w/workspace/edgex-go/858, stdin=None, shell=False, universal_newlines=False) [2025-06-23T05:04:35.576Z] 2025-06-23 05:04:34,997 [append_file] DEBUG append to file:/w/workspace/edgex-go/858/.git/info/exclude [2025-06-23T05:04:35.576Z] 2025-06-23 05:04:34,998 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/858/.semver/main with force:False [2025-06-23T05:04:35.576Z] 2025-06-23 05:04:34,998 [read_version] DEBUG read version from /w/workspace/edgex-go/858/.semver/main [2025-06-23T05:04:35.576Z] 2025-06-23 05:04:34,998 [read_version] DEBUG read version from /w/workspace/edgex-go/858/.semver/main [2025-06-23T05:04:35.576Z] 4.1.0-dev.26 [Pipeline] } [2025-06-23T05:04:35.597Z] $ docker exec --env ******** --env ******** 7194ed1e85ad4a03e25183ce16709dcaf0c47b5ac6e4c2505cf919d84ae7c70f ssh-agent -k [2025-06-23T05:04:35.715Z] unset SSH_AUTH_SOCK; [2025-06-23T05:04:35.716Z] unset SSH_AGENT_PID; [2025-06-23T05:04:35.716Z] echo Agent pid 78 killed; [2025-06-23T05:04:35.718Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-23T05:04:36.036Z] + git semver [Pipeline] } [2025-06-23T05:04:36.317Z] $ docker stop --time=1 7194ed1e85ad4a03e25183ce16709dcaf0c47b5ac6e4c2505cf919d84ae7c70f [2025-06-23T05:04:37.619Z] $ docker rm -f --volumes 7194ed1e85ad4a03e25183ce16709dcaf0c47b5ac6e4c2505cf919d84ae7c70f [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-23T05:04:37.959Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-06-23T05:04:38.177Z] Stashed 1 file(s) [Pipeline] echo [2025-06-23T05:04:38.180Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.26 [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-06-23T05:04:38.638Z] + git config --global --add safe.directory /w/workspace/edgex-go/858 [Pipeline] echo [2025-06-23T05:04:38.653Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-23T05:04:38.676Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-23T05:04:38.696Z] ========================================================= [2025-06-23T05:04:38.696Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-06-23T05:04:38.696Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2025-06-23T05:04:38.992Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-06-23T05:04:39.565Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2025-06-23T05:04:39.565Z] 0a9a5dfd008f: Pulling fs layer [2025-06-23T05:04:39.565Z] 36466aa92d05: Pulling fs layer [2025-06-23T05:04:39.565Z] e10405b45d13: Pulling fs layer [2025-06-23T05:04:39.565Z] 096b7ceb2af7: Pulling fs layer [2025-06-23T05:04:39.565Z] 4f4fb700ef54: Pulling fs layer [2025-06-23T05:04:39.565Z] 8213a616a21b: Pulling fs layer [2025-06-23T05:04:39.565Z] 985586143405: Pulling fs layer [2025-06-23T05:04:39.565Z] 096b7ceb2af7: Waiting [2025-06-23T05:04:39.565Z] 4f4fb700ef54: Waiting [2025-06-23T05:04:39.565Z] 8213a616a21b: Waiting [2025-06-23T05:04:39.565Z] 0eae2285b678: Pulling fs layer [2025-06-23T05:04:39.565Z] 985586143405: Waiting [2025-06-23T05:04:39.565Z] d3ac315be8c5: Pulling fs layer [2025-06-23T05:04:39.565Z] 0eae2285b678: Waiting [2025-06-23T05:04:39.565Z] 36466aa92d05: Verifying Checksum [2025-06-23T05:04:39.565Z] 36466aa92d05: Download complete [2025-06-23T05:04:39.565Z] 096b7ceb2af7: Verifying Checksum [2025-06-23T05:04:39.565Z] 096b7ceb2af7: Download complete [2025-06-23T05:04:39.565Z] 4f4fb700ef54: Verifying Checksum [2025-06-23T05:04:39.565Z] 4f4fb700ef54: Download complete [2025-06-23T05:04:39.565Z] 8213a616a21b: Download complete [2025-06-23T05:04:39.565Z] 0a9a5dfd008f: Download complete [2025-06-23T05:04:39.565Z] 985586143405: Verifying Checksum [2025-06-23T05:04:39.565Z] 985586143405: Download complete [2025-06-23T05:04:39.565Z] 0a9a5dfd008f: Pull complete [2025-06-23T05:04:39.565Z] d3ac315be8c5: Verifying Checksum [2025-06-23T05:04:39.565Z] d3ac315be8c5: Download complete [2025-06-23T05:04:39.824Z] 36466aa92d05: Pull complete [2025-06-23T05:04:40.083Z] e10405b45d13: Download complete [2025-06-23T05:04:40.340Z] 0eae2285b678: Verifying Checksum [2025-06-23T05:04:40.340Z] 0eae2285b678: Download complete [2025-06-23T05:04:43.628Z] e10405b45d13: Pull complete [2025-06-23T05:04:43.628Z] 096b7ceb2af7: Pull complete [2025-06-23T05:04:43.628Z] 4f4fb700ef54: Pull complete [2025-06-23T05:04:43.628Z] 8213a616a21b: Pull complete [2025-06-23T05:04:43.628Z] 985586143405: Pull complete [2025-06-23T05:04:46.157Z] 0eae2285b678: Pull complete [2025-06-23T05:04:46.416Z] d3ac315be8c5: Pull complete [2025-06-23T05:04:46.416Z] Digest: sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 [2025-06-23T05:04:46.416Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-06-23T05:04:46.416Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh [2025-06-23T05:04:46.721Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-06-23T05:04:46.721Z] WORKDIR /edgex [2025-06-23T05:04:46.721Z] COPY go.mod . [2025-06-23T05:04:46.721Z] RUN go mod download [2025-06-23T05:04:46.721Z] + docker build -t ci-base-image-x86_64 -f - . [2025-06-23T05:04:47.289Z] Sending build context to Docker daemon 185.9MB [2025-06-23T05:04:47.289Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-06-23T05:04:47.289Z] ---> ea6120ae94a0 [2025-06-23T05:04:47.289Z] Step 2/4 : WORKDIR /edgex [2025-06-23T05:04:49.830Z] ---> Running in 048460c0d338 [2025-06-23T05:04:49.830Z] Removing intermediate container 048460c0d338 [2025-06-23T05:04:49.830Z] ---> 4b156abc6e43 [2025-06-23T05:04:49.830Z] Step 3/4 : COPY go.mod . [2025-06-23T05:04:49.830Z] ---> 092e502bb0ca [2025-06-23T05:04:49.830Z] Step 4/4 : RUN go mod download [2025-06-23T05:04:49.830Z] ---> Running in 90d25a66c319 [2025-06-23T05:04:53.293Z] Still waiting to schedule task [2025-06-23T05:04:53.293Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2025-06-23T05:05:21.930Z] Removing intermediate container 90d25a66c319 [2025-06-23T05:05:21.930Z] ---> 73bf154e79fb [2025-06-23T05:05:21.930Z] Successfully built 73bf154e79fb [2025-06-23T05:05:21.930Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:05:22.245Z] + docker inspect -f . ci-base-image-x86_64 [2025-06-23T05:05:22.245Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-23T05:05:22.326Z] prd-ubuntu20.04-docker-8c-8g-3765 does not seem to be running inside a container [2025-06-23T05:05:22.364Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/858 -v /w/workspace/edgex-go/858:/w/workspace/edgex-go/858:rw,z -v /w/workspace/edgex-go/858@tmp:/w/workspace/edgex-go/858@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-06-23T05:05:22.754Z] $ docker top e2e276da0c877e4516b17c7c4ab4d1e36cc7de7375cbc709b64482a99e2b0156 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-23T05:05:23.113Z] + go version [2025-06-23T05:05:23.113Z] go version go1.23.9 linux/amd64 [Pipeline] } [2025-06-23T05:05:23.131Z] $ docker stop --time=1 e2e276da0c877e4516b17c7c4ab4d1e36cc7de7375cbc709b64482a99e2b0156 [2025-06-23T05:05:24.398Z] $ docker rm -f --volumes e2e276da0c877e4516b17c7c4ab4d1e36cc7de7375cbc709b64482a99e2b0156 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:05:24.829Z] + docker inspect -f . ci-base-image-x86_64 [2025-06-23T05:05:24.830Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-23T05:05:24.908Z] prd-ubuntu20.04-docker-8c-8g-3765 does not seem to be running inside a container [2025-06-23T05:05:24.946Z] $ 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/858 -v /w/workspace/edgex-go/858:/w/workspace/edgex-go/858:rw,z -v /w/workspace/edgex-go/858@tmp:/w/workspace/edgex-go/858@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-06-23T05:05:25.298Z] $ docker top f8ff9505762be05726b9737a1a09bdac18e4e373c76748b32f36aeb6f5310cd6 -eo pid,comm [Pipeline] { [Pipeline] echo [2025-06-23T05:05:25.372Z] ========================================================= [2025-06-23T05:05:25.372Z] [edgeXBuildGoParallel] Running Tests and Build... [2025-06-23T05:05:25.372Z] ========================================================= [Pipeline] sh [2025-06-23T05:05:25.652Z] + git config --global --add safe.directory /w/workspace/edgex-go/858 [Pipeline] fileExists [Pipeline] sh [2025-06-23T05:05:25.957Z] + make test [2025-06-23T05:05:25.957Z] go test -race -coverprofile=coverage.out ./... [2025-06-23T05:05:34.085Z] ? github.com/edgexfoundry/edgex-go [no test files] [2025-06-23T05:06:00.637Z] github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements [2025-06-23T05:06:00.637Z] github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements [2025-06-23T05:06:00.637Z] github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements [2025-06-23T05:06:00.637Z] github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements [2025-06-23T05:06:00.637Z] github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements [2025-06-23T05:06:00.637Z] github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements [2025-06-23T05:06:00.637Z] github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements [2025-06-23T05:06:00.637Z] github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements [2025-06-23T05:06:00.637Z] github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements [2025-06-23T05:06:00.637Z] github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements [2025-06-23T05:06:00.637Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2025-06-23T05:06:00.637Z] github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements [2025-06-23T05:06:00.637Z] github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements [2025-06-23T05:06:00.637Z] github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements [2025-06-23T05:06:00.637Z] github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements [2025-06-23T05:06:00.637Z] github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements [2025-06-23T05:06:00.637Z] github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements [2025-06-23T05:06:00.637Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.028s coverage: 42.3% of statements [2025-06-23T05:06:00.897Z] github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements [2025-06-23T05:06:00.897Z] github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements [2025-06-23T05:06:01.465Z] github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements [2025-06-23T05:06:01.465Z] github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements [2025-06-23T05:06:01.724Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.039s coverage: 97.0% of statements [2025-06-23T05:06:02.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] [2025-06-23T05:06:02.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2025-06-23T05:06:02.663Z] github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements [2025-06-23T05:06:02.663Z] github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements [2025-06-23T05:06:02.663Z] github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-06-23T05:06:02.663Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements [2025-06-23T05:06:02.663Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements [2025-06-23T05:06:02.663Z] github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements [2025-06-23T05:06:02.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] [2025-06-23T05:06:02.663Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements [2025-06-23T05:06:04.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] [2025-06-23T05:06:04.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] [2025-06-23T05:06:04.035Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-06-23T05:06:04.035Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements [2025-06-23T05:06:04.035Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements [2025-06-23T05:06:04.035Z] github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements [2025-06-23T05:06:04.971Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.062s coverage: 69.4% of statements [2025-06-23T05:06:04.971Z] ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.023s coverage: 3.5% of statements [2025-06-23T05:06:04.971Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.062s coverage: 46.3% of statements [2025-06-23T05:06:05.908Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.027s coverage: 93.4% of statements [2025-06-23T05:06:05.908Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.049s coverage: 92.3% of statements [2025-06-23T05:06:05.908Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements [2025-06-23T05:06:05.908Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements [2025-06-23T05:06:06.841Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.045s coverage: 8.4% of statements [2025-06-23T05:06:07.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] [2025-06-23T05:06:07.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2025-06-23T05:06:07.408Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2025-06-23T05:06:07.408Z] github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements [2025-06-23T05:06:07.408Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements [2025-06-23T05:06:07.408Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements [2025-06-23T05:06:07.408Z] github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements [2025-06-23T05:06:07.408Z] github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements [2025-06-23T05:06:07.408Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-06-23T05:06:07.408Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2025-06-23T05:06:07.408Z] github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements [2025-06-23T05:06:07.408Z] github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements [2025-06-23T05:06:07.408Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements [2025-06-23T05:06:07.408Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements [2025-06-23T05:06:08.782Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.343s coverage: 95.8% of statements [2025-06-23T05:06:08.782Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.029s coverage: 72.2% of statements [2025-06-23T05:06:09.348Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements [2025-06-23T05:06:09.348Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/cache coverage: 0.0% of statements [2025-06-23T05:06:09.606Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2025-06-23T05:06:09.606Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] [2025-06-23T05:06:09.606Z] github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements [2025-06-23T05:06:09.606Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements [2025-06-23T05:06:10.539Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.040s coverage: 0.0% of statements [no tests to run] [2025-06-23T05:06:10.539Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.040s coverage: 1.0% of statements [2025-06-23T05:06:10.539Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.028s coverage: 38.1% of statements [2025-06-23T05:06:10.539Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.018s coverage: 81.1% of statements [2025-06-23T05:06:11.105Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.030s coverage: 40.0% of statements [2025-06-23T05:06:11.105Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.026s coverage: 87.1% of statements [2025-06-23T05:06:11.105Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.022s coverage: 94.1% of statements [2025-06-23T05:06:11.362Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements [2025-06-23T05:06:11.362Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements [2025-06-23T05:06:11.362Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements [2025-06-23T05:06:11.362Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.029s coverage: 96.3% of statements [2025-06-23T05:06:11.619Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2025-06-23T05:06:11.877Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements [2025-06-23T05:06:11.877Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements [2025-06-23T05:06:11.877Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements [2025-06-23T05:06:11.877Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.018s coverage: 87.5% of statements [2025-06-23T05:06:12.814Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements [2025-06-23T05:06:12.814Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements [2025-06-23T05:06:12.814Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements [2025-06-23T05:06:13.751Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements [2025-06-23T05:06:13.751Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements [2025-06-23T05:06:13.751Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements [2025-06-23T05:06:13.751Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements [2025-06-23T05:06:14.317Z] github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements [2025-06-23T05:06:14.317Z] github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements [2025-06-23T05:06:14.883Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements [2025-06-23T05:06:16.788Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements [2025-06-23T05:06:16.788Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2025-06-23T05:06:18.699Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements [2025-06-23T05:06:19.640Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements [2025-06-23T05:06:19.640Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements [2025-06-23T05:06:19.640Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements [2025-06-23T05:06:22.920Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements [2025-06-23T05:06:23.486Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements [2025-06-23T05:06:23.486Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements [2025-06-23T05:06:24.054Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] [2025-06-23T05:06:24.054Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] [2025-06-23T05:06:24.054Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-06-23T05:06:24.054Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.029s coverage: 94.4% of statements [2025-06-23T05:06:26.590Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements [2025-06-23T05:06:26.590Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements [2025-06-23T05:06:26.590Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements [2025-06-23T05:06:26.590Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements [2025-06-23T05:06:26.590Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2025-06-23T05:06:26.590Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements [2025-06-23T05:06:26.849Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements [2025-06-23T05:06:26.849Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements [2025-06-23T05:06:26.849Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements [2025-06-23T05:06:26.849Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements [2025-06-23T05:06:26.849Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements [2025-06-23T05:06:26.849Z] github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements [2025-06-23T05:06:28.758Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements [2025-06-23T05:06:28.758Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements [2025-06-23T05:06:28.758Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements [2025-06-23T05:06:28.758Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements [2025-06-23T05:06:30.206Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] [2025-06-23T05:06:30.206Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2025-06-23T05:06:30.206Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements [2025-06-23T05:06:30.206Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-06-23T05:06:30.206Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements [2025-06-23T05:06:30.206Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements [2025-06-23T05:06:30.206Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements [2025-06-23T05:06:31.583Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] [2025-06-23T05:06:31.583Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2025-06-23T05:06:31.583Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-06-23T05:06:33.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.045s coverage: 92.9% of statements [2025-06-23T05:06:33.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.026s coverage: 68.8% of statements [2025-06-23T05:06:33.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.033s coverage: 62.3% of statements [2025-06-23T05:06:33.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.025s coverage: 47.4% of statements [2025-06-23T05:06:33.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.032s coverage: 87.2% of statements [2025-06-23T05:06:33.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.020s coverage: 15.5% of statements [2025-06-23T05:06:33.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.019s coverage: 100.0% of statements [2025-06-23T05:06:33.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.075s coverage: 81.8% of statements [2025-06-23T05:06:33.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.075s coverage: 82.1% of statements [2025-06-23T05:06:33.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.025s coverage: 86.0% of statements [2025-06-23T05:06:33.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.042s coverage: 6.8% of statements [2025-06-23T05:06:33.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.048s coverage: 33.3% of statements [2025-06-23T05:06:33.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.055s coverage: 100.0% of statements [2025-06-23T05:06:33.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.194s coverage: 54.5% of statements [2025-06-23T05:06:33.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.023s coverage: 89.4% of statements [2025-06-23T05:06:33.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.024s coverage: 100.0% of statements [2025-06-23T05:06:33.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.026s coverage: 73.7% of statements [2025-06-23T05:06:33.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.020s coverage: 100.0% of statements [2025-06-23T05:06:33.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.023s coverage: 88.6% of statements [2025-06-23T05:06:33.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.028s coverage: 96.8% of statements [2025-06-23T05:06:33.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.019s coverage: 100.0% of statements [2025-06-23T05:06:33.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.165s coverage: 29.2% of statements [2025-06-23T05:06:33.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.029s coverage: 93.8% of statements [2025-06-23T05:06:33.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.022s coverage: 3.1% of statements [2025-06-23T05:06:33.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.026s coverage: 76.2% of statements [2025-06-23T05:06:33.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.025s coverage: 54.0% of statements [2025-06-23T05:06:36.029Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.062s coverage: 17.0% of statements [2025-06-23T05:06:36.029Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.124s coverage: 94.9% of statements [2025-06-23T05:06:36.029Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.033s coverage: 9.0% of statements [2025-06-23T05:06:36.029Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.059s coverage: 97.7% of statements [2025-06-23T05:06:36.029Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.030s coverage: 43.6% of statements [2025-06-23T05:06:36.029Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2025-06-23T05:06:36.029Z] running golangci-lint [2025-06-23T05:06:36.290Z] golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z [2025-06-23T05:06:36.290Z] go version go1.23.9 linux/amd64 [2025-06-23T05:06:36.552Z] level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" [2025-06-23T05:06:36.552Z] level=info msg="[config_reader] Used config file .golangci.yml" [2025-06-23T05:06:36.552Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [2025-06-23T05:06:37.157Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-3766 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2025-06-23T05:06:37.175Z] Running in /w/workspace/edgex-go/858 [Pipeline] { [Pipeline] checkout [2025-06-23T05:06:37.213Z] The recommended git tool is: git [2025-06-23T05:06:41.946Z] using credential edgex-jenkins-ssh [2025-06-23T05:06:41.970Z] Cloning the remote Git repository [2025-06-23T05:06:42.017Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2025-06-23T05:06:42.125Z] > git init /w/workspace/edgex-go/858 # timeout=10 [2025-06-23T05:06:42.272Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2025-06-23T05:06:42.273Z] > git --version # timeout=10 [2025-06-23T05:06:42.292Z] > git --version # 'git version 2.25.1' [2025-06-23T05:06:42.294Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-06-23T05:06:42.443Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-06-23T05:07:03.094Z] level=info msg="[loader] Go packages loading at mode 575 (types_sizes|deps|files|imports|name|compiled_files|exports_file) took 24.903487684s" [2025-06-23T05:07:03.094Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 55.500504ms" [2025-06-23T05:07:08.259Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2025-06-23T05:07:08.277Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-06-23T05:07:09.063Z] Avoid second fetch [2025-06-23T05:07:09.064Z] Checking out Revision 92d5141f885416a010e7c9a103f0840019be69f6 (main) [2025-06-23T05:07:09.827Z] Commit message: "feat: Add event_id index on Core Data reading table (#5190)" [2025-06-23T05:07:09.084Z] > git config core.sparsecheckout # timeout=10 [2025-06-23T05:07:09.138Z] > git checkout -f 92d5141f885416a010e7c9a103f0840019be69f6 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-06-23T05:07:14.769Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2025-06-23T05:07:14.769Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-23T05:07:14.769Z] Dload Upload Total Spent Left Speed [2025-06-23T05:07:14.769Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13063 100 13063 0 0 99717 0 --:--:-- --:--:-- --:--:-- 99717 [Pipeline] sh [2025-06-23T05:07:15.110Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2025-06-23T05:07:15.441Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2025-06-23T05:07:15.441Z] + sudo tee /etc/docker/daemon.new [2025-06-23T05:07:15.441Z] { [2025-06-23T05:07:15.441Z] "registry-mirrors": [ [2025-06-23T05:07:15.441Z] "https://nexus3.edgexfoundry.org:10001" [2025-06-23T05:07:15.441Z] ], [2025-06-23T05:07:15.441Z] "bip": "10.250.0.254/24", [2025-06-23T05:07:15.441Z] "hosts": [ [2025-06-23T05:07:15.441Z] "tcp://0.0.0.0:5555", [2025-06-23T05:07:15.441Z] "unix:///var/run/docker.sock" [2025-06-23T05:07:15.441Z] ], [2025-06-23T05:07:15.441Z] "mtu": 1458, [2025-06-23T05:07:15.441Z] "selinux-enabled": true, [2025-06-23T05:07:15.441Z] "seccomp-profile": "/etc/docker/seccomp.json" [2025-06-23T05:07:15.441Z] } [Pipeline] sh [2025-06-23T05:07:15.767Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2025-06-23T05:07:16.092Z] + sudo service docker restart [2025-06-23T05:07:17.962Z] level=info msg="[linters_context/goanalysis] analyzers took 2m9.213463324s with top 10 stages: buildir: 1m12.302903087s, gosec: 5.06104503s, inspect: 4.052398793s, fact_deprecated: 3.091359512s, printf: 1.987294317s, ctrlflow: 1.922667821s, fact_purity: 1.505070912s, errcheck: 1.483929639s, nilness: 1.437949788s, S1038: 1.372858849s" [2025-06-23T05:07:17.962Z] level=info msg="[runner] Issues before processing: 202, after processing: 0" [2025-06-23T05:07:17.963Z] level=info msg="[runner] Processors filtering stat (in/out): skip_files: 202/202, skip_dirs: 202/202, exclude: 202/202, path_prettifier: 202/202, nolint: 20/0, exclude-rules: 202/20, filename_unadjuster: 202/202, invalid_issue: 202/202, autogenerated_exclude: 202/202, identifier_marker: 202/202, cgo: 202/202" [2025-06-23T05:07:17.963Z] level=info msg="[runner] processing took 19.46544ms with stages: nolint: 8.742852ms, identifier_marker: 4.902432ms, path_prettifier: 1.787951ms, autogenerated_exclude: 1.782952ms, exclude-rules: 1.159558ms, skip_dirs: 955.832µs, cgo: 59.651µs, invalid_issue: 52.272µs, filename_unadjuster: 16.86µs, max_same_issues: 820ns, uniq_by_line: 780ns, skip_files: 690ns, fixer: 610ns, max_from_linter: 470ns, sort_results: 420ns, diff: 320ns, exclude: 300ns, severity-rules: 190ns, source_code: 150ns, max_per_file_from_linter: 120ns, path_prefixer: 110ns, path_shortener: 100ns" [2025-06-23T05:07:17.963Z] level=info msg="[runner] linters took 14.615508995s with stages: goanalysis_metalinter: 14.595954302s" [2025-06-23T05:07:17.963Z] level=info msg="File cache stats: 0 entries of total size 0B" [2025-06-23T05:07:17.963Z] level=info msg="Memory: 387 samples, avg is 302.1MB, max is 1425.0MB" [2025-06-23T05:07:17.963Z] level=info msg="Execution took 39.586149669s" [2025-06-23T05:07:17.963Z] go vet ./... [2025-06-23T05:07:23.228Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-06-23T05:07:23.489Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-06-23T05:07:23.489Z] ./bin/test-attribution-txt.sh [2025-06-23T05:07:23.758Z] An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add [2025-06-23T05:07:23.758Z] An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [Pipeline] echo [2025-06-23T05:07:23.775Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh [2025-06-23T05:07:24.072Z] + ls -al . [2025-06-23T05:07:24.072Z] total 1996 [2025-06-23T05:07:24.072Z] drwxrwxr-x 11 1001 1001 4096 Jun 23 05:05 . [2025-06-23T05:07:24.072Z] drwxr-xr-x 4 root root 4096 Jun 23 05:05 .. [2025-06-23T05:07:24.072Z] drwxrwxr-x 2 1001 1001 4096 Jun 23 05:04 .blubracket [2025-06-23T05:07:24.072Z] -rw-rw-r-- 1 1001 1001 10 Jun 23 05:04 .dockerignore [2025-06-23T05:07:24.072Z] drwxrwxr-x 8 1001 1001 4096 Jun 23 05:06 .git [2025-06-23T05:07:24.072Z] drwxrwxr-x 3 1001 1001 4096 Jun 23 05:04 .github [2025-06-23T05:07:24.073Z] -rw-rw-r-- 1 1001 1001 909 Jun 23 05:04 .gitignore [2025-06-23T05:07:24.073Z] -rw-rw-r-- 1 1001 1001 218 Jun 23 05:04 .golangci.yml [2025-06-23T05:07:24.073Z] -rw-rw-r-- 1 1001 1001 100 Jun 23 05:04 .hadolint.yml [2025-06-23T05:07:24.073Z] drwxr-xr-x 3 1001 1001 4096 Jun 23 05:04 .semver [2025-06-23T05:07:24.073Z] -rw-rw-r-- 1 1001 1001 155 Jun 23 05:04 .sonarcloud.properties [2025-06-23T05:07:24.073Z] -rw-rw-r-- 1 1001 1001 1171 Jun 23 05:04 ADOPTERS.md [2025-06-23T05:07:24.073Z] -rw-rw-r-- 1 1001 1001 17374 Jun 23 05:04 Attribution.txt [2025-06-23T05:07:24.073Z] -rw-rw-r-- 1 1001 1001 108018 Jun 23 05:04 CHANGELOG.md [2025-06-23T05:07:24.073Z] -rw-rw-r-- 1 1001 1001 3804 Jun 23 05:04 CONTRIBUTING.md [2025-06-23T05:07:24.073Z] -rw-rw-r-- 1 1001 1001 677 Jun 23 05:04 GOVERNANCE.md [2025-06-23T05:07:24.073Z] -rw-rw-r-- 1 1001 1001 858 Jun 23 05:04 Jenkinsfile [2025-06-23T05:07:24.073Z] -rw-rw-r-- 1 1001 1001 10775 Jun 23 05:04 LICENSE [2025-06-23T05:07:24.073Z] -rw-rw-r-- 1 1001 1001 16740 Jun 23 05:04 Makefile [2025-06-23T05:07:24.073Z] -rw-rw-r-- 1 1001 1001 582 Jun 23 05:04 OWNERS.md [2025-06-23T05:07:24.073Z] -rw-rw-r-- 1 1001 1001 9932 Jun 23 05:04 README.md [2025-06-23T05:07:24.073Z] -rw-rw-r-- 1 1001 1001 789 Jun 23 05:04 SECURITY.md [2025-06-23T05:07:24.073Z] -rw-rw-r-- 1 1001 1001 12 Jun 23 05:04 VERSION [2025-06-23T05:07:24.073Z] drwxrwxr-x 2 1001 1001 4096 Jun 23 05:04 bin [2025-06-23T05:07:24.073Z] drwxrwxr-x 19 1001 1001 4096 Jun 23 05:04 cmd [2025-06-23T05:07:24.073Z] -rw-r--r-- 1 root root 1665452 Jun 23 05:06 coverage.out [2025-06-23T05:07:24.073Z] drwxrwxr-x 2 1001 1001 4096 Jun 23 05:04 fuzz_test [2025-06-23T05:07:24.073Z] -rw-rw-r-- 1 1001 1001 6474 Jun 23 05:04 go.mod [2025-06-23T05:07:24.073Z] -rw-rw-r-- 1 1001 1001 88008 Jun 23 05:04 go.sum [2025-06-23T05:07:24.073Z] drwxrwxr-x 7 1001 1001 4096 Jun 23 05:04 internal [2025-06-23T05:07:24.073Z] drwxrwxr-x 2 1001 1001 4096 Jun 23 05:04 openapi [2025-06-23T05:07:24.073Z] -rw-rw-r-- 1 1001 1001 584 Jun 23 05:04 security.txt [2025-06-23T05:07:24.073Z] -rw-rw-r-- 1 1001 1001 204 Jun 23 05:04 version.go [Pipeline] sh [2025-06-23T05:07:24.357Z] + '[' -e coverage.out ] [2025-06-23T05:07:24.357Z] + chown 1001:1001 coverage.out [Pipeline] stash [2025-06-23T05:07:24.510Z] Stashed 1 file(s) [Pipeline] sh [2025-06-23T05:07:24.792Z] + make build [2025-06-23T05:07:24.792Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-23T05:07:34.357Z] provisioning config files... [2025-06-23T05:07:34.382Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/858@tmp/config11318192135733444933tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-23T05:07:34.831Z] ---> ****-login.sh [2025-06-23T05:07:34.831Z] nexus3.edgexfoundry.org:10001 [2025-06-23T05:07:35.101Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T05:07:36.628Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T05:07:36.628Z] Configure a credential helper to remove this warning. See [2025-06-23T05:07:36.628Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T05:07:36.628Z] [2025-06-23T05:07:36.628Z] Login Succeeded [2025-06-23T05:07:36.628Z] nexus3.edgexfoundry.org:10002 [2025-06-23T05:07:36.628Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T05:07:36.904Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T05:07:36.904Z] Configure a credential helper to remove this warning. See [2025-06-23T05:07:36.904Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T05:07:36.904Z] [2025-06-23T05:07:36.905Z] Login Succeeded [2025-06-23T05:07:36.905Z] nexus3.edgexfoundry.org:10003 [2025-06-23T05:07:37.172Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T05:07:37.452Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T05:07:37.452Z] Configure a credential helper to remove this warning. See [2025-06-23T05:07:37.452Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T05:07:37.452Z] [2025-06-23T05:07:37.452Z] Login Succeeded [2025-06-23T05:07:37.452Z] nexus3.edgexfoundry.org:10004 [2025-06-23T05:07:37.452Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T05:07:37.733Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T05:07:37.733Z] Configure a credential helper to remove this warning. See [2025-06-23T05:07:37.733Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T05:07:37.733Z] [2025-06-23T05:07:37.733Z] Login Succeeded [2025-06-23T05:07:37.733Z] ****.io [2025-06-23T05:07:37.999Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T05:07:38.268Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T05:07:38.269Z] Configure a credential helper to remove this warning. See [2025-06-23T05:07:38.269Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T05:07:38.269Z] [2025-06-23T05:07:38.269Z] Login Succeeded [2025-06-23T05:07:38.269Z] ---> ****-login.sh ends [Pipeline] } [2025-06-23T05:07:38.283Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2025-06-23T05:07:38.899Z] + git config --global --add safe.directory /w/workspace/edgex-go/858 [Pipeline] echo [2025-06-23T05:07:38.920Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-23T05:07:38.944Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-23T05:07:38.964Z] ========================================================= [2025-06-23T05:07:38.964Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2025-06-23T05:07:38.964Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2025-06-23T05:07:39.299Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-06-23T05:07:39.299Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-06-23T05:07:39.299Z] 94e9d8af2201: Pulling fs layer [2025-06-23T05:07:39.299Z] a6c56e8762df: Pulling fs layer [2025-06-23T05:07:39.299Z] f0f3c8884826: Pulling fs layer [2025-06-23T05:07:39.299Z] c7e7622c144d: Pulling fs layer [2025-06-23T05:07:39.299Z] 4f4fb700ef54: Pulling fs layer [2025-06-23T05:07:39.299Z] e8859aadc426: Pulling fs layer [2025-06-23T05:07:39.299Z] b4813487a9f6: Pulling fs layer [2025-06-23T05:07:39.299Z] 502a3d64fb4b: Pulling fs layer [2025-06-23T05:07:39.299Z] 4f4fb700ef54: Waiting [2025-06-23T05:07:39.299Z] e8859aadc426: Waiting [2025-06-23T05:07:39.299Z] c7e7622c144d: Waiting [2025-06-23T05:07:39.299Z] b4813487a9f6: Waiting [2025-06-23T05:07:39.299Z] 502a3d64fb4b: Waiting [2025-06-23T05:07:39.572Z] a6c56e8762df: Verifying Checksum [2025-06-23T05:07:39.572Z] a6c56e8762df: Download complete [2025-06-23T05:07:39.572Z] c7e7622c144d: Verifying Checksum [2025-06-23T05:07:39.572Z] c7e7622c144d: Download complete [2025-06-23T05:07:39.572Z] 4f4fb700ef54: Verifying Checksum [2025-06-23T05:07:39.572Z] 4f4fb700ef54: Download complete [2025-06-23T05:07:39.572Z] e8859aadc426: Verifying Checksum [2025-06-23T05:07:39.572Z] e8859aadc426: Download complete [2025-06-23T05:07:39.572Z] 94e9d8af2201: Verifying Checksum [2025-06-23T05:07:39.572Z] 94e9d8af2201: Download complete [2025-06-23T05:07:40.164Z] 502a3d64fb4b: Verifying Checksum [2025-06-23T05:07:40.164Z] 502a3d64fb4b: Download complete [2025-06-23T05:07:40.758Z] 94e9d8af2201: Pull complete [2025-06-23T05:07:41.352Z] a6c56e8762df: Pull complete [2025-06-23T05:07:41.632Z] f0f3c8884826: Download complete [2025-06-23T05:07:42.604Z] b4813487a9f6: Verifying Checksum [2025-06-23T05:07:42.604Z] b4813487a9f6: Download complete [2025-06-23T05:07:51.340Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-06-23T05:07:51.340Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-06-23T05:07:51.340Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-06-23T05:07:51.340Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-06-23T05:07:53.244Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-06-23T05:07:54.954Z] f0f3c8884826: Pull complete [2025-06-23T05:07:55.222Z] c7e7622c144d: Pull complete [2025-06-23T05:07:55.490Z] 4f4fb700ef54: Pull complete [2025-06-23T05:07:55.758Z] e8859aadc426: Pull complete [2025-06-23T05:07:58.508Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-06-23T05:08:01.039Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-06-23T05:08:02.942Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-06-23T05:08:03.998Z] b4813487a9f6: Pull complete [2025-06-23T05:08:04.960Z] 502a3d64fb4b: Pull complete [2025-06-23T05:08:05.225Z] Digest: sha256:ccce412edaf9646599052987b87cd187cc8535800fd55ebf268fc97f1e5e6dde [2025-06-23T05:08:05.225Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-06-23T05:08:05.225Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists [Pipeline] sh [2025-06-23T05:08:05.476Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-06-23T05:08:05.561Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-06-23T05:08:05.561Z] WORKDIR /edgex [2025-06-23T05:08:05.561Z] COPY go.mod . [2025-06-23T05:08:05.561Z] RUN go mod download [2025-06-23T05:08:05.561Z] + docker build -t ci-base-image-arm64 -f - . [2025-06-23T05:08:06.164Z] Sending build context to Docker daemon 3.704MB [2025-06-23T05:08:06.164Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-06-23T05:08:06.164Z] ---> 3bb21d53e231 [2025-06-23T05:08:06.164Z] Step 2/4 : WORKDIR /edgex [2025-06-23T05:08:06.853Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-06-23T05:08:08.098Z] ---> Running in 2068ae28e2eb [2025-06-23T05:08:08.230Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-06-23T05:08:08.364Z] Removing intermediate container 2068ae28e2eb [2025-06-23T05:08:08.364Z] ---> a69c91fdce17 [2025-06-23T05:08:08.364Z] Step 3/4 : COPY go.mod . [2025-06-23T05:08:08.631Z] ---> 4ab487986786 [2025-06-23T05:08:08.631Z] Step 4/4 : RUN go mod download [2025-06-23T05:08:08.631Z] ---> Running in a8d30e7087bd [2025-06-23T05:08:09.165Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2025-06-23T05:08:11.087Z] $ docker stop --time=1 f8ff9505762be05726b9737a1a09bdac18e4e373c76748b32f36aeb6f5310cd6 [2025-06-23T05:08:14.040Z] $ docker rm -f --volumes f8ff9505762be05726b9737a1a09bdac18e4e373c76748b32f36aeb6f5310cd6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:08:15.322Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-06-23T05:08:15.323Z] [2025-06-23T05:08:15.323Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:08:15.621Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-06-23T05:08:15.622Z] latest: Pulling from edgex-devops/edgex-compose [2025-06-23T05:08:15.622Z] 91d30c5bc195: Pulling fs layer [2025-06-23T05:08:15.622Z] 2e9b0aa3be6d: Pulling fs layer [2025-06-23T05:08:15.622Z] 9c61dcf015f6: Pulling fs layer [2025-06-23T05:08:15.622Z] 4698f68db338: Pulling fs layer [2025-06-23T05:08:15.622Z] 2a2f49069b9e: Pulling fs layer [2025-06-23T05:08:15.622Z] e0025b399a48: Pulling fs layer [2025-06-23T05:08:15.622Z] 4698f68db338: Waiting [2025-06-23T05:08:15.622Z] 2a2f49069b9e: Waiting [2025-06-23T05:08:15.622Z] 91d30c5bc195: Verifying Checksum [2025-06-23T05:08:15.622Z] 4698f68db338: Verifying Checksum [2025-06-23T05:08:15.622Z] 4698f68db338: Download complete [2025-06-23T05:08:15.880Z] 2e9b0aa3be6d: Download complete [2025-06-23T05:08:15.880Z] e0025b399a48: Verifying Checksum [2025-06-23T05:08:15.880Z] e0025b399a48: Download complete [2025-06-23T05:08:15.880Z] 91d30c5bc195: Pull complete [2025-06-23T05:08:15.880Z] 2a2f49069b9e: Download complete [2025-06-23T05:08:16.142Z] 2e9b0aa3be6d: Pull complete [2025-06-23T05:08:16.400Z] 9c61dcf015f6: Verifying Checksum [2025-06-23T05:08:16.400Z] 9c61dcf015f6: Download complete [2025-06-23T05:08:18.929Z] 9c61dcf015f6: Pull complete [2025-06-23T05:08:18.929Z] 4698f68db338: Pull complete [2025-06-23T05:08:19.189Z] 2a2f49069b9e: Pull complete [2025-06-23T05:08:19.189Z] e0025b399a48: Pull complete [2025-06-23T05:08:19.189Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2025-06-23T05:08:19.189Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-06-23T05:08:19.189Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-23T05:08:19.286Z] prd-ubuntu20.04-docker-8c-8g-3765 does not seem to be running inside a container [2025-06-23T05:08:19.323Z] $ 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/858 -v /w/workspace/edgex-go/858:/w/workspace/edgex-go/858:rw,z -v /w/workspace/edgex-go/858@tmp:/w/workspace/edgex-go/858@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2025-06-23T05:08:20.648Z] $ docker top 5947757e9cb9ef5fb1976565ac6209f8ce75dee6e43f1d0071f048fa39465bf3 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-23T05:08:20.986Z] + docker compose -f ./docker-compose-build.yml build --parallel [2025-06-23T05:08:23.523Z] #1 [security-spire-config internal] load build definition from Dockerfile [2025-06-23T05:08:23.523Z] #1 transferring dockerfile: 1.69kB done [2025-06-23T05:08:23.523Z] #1 DONE 0.0s [2025-06-23T05:08:23.523Z] [2025-06-23T05:08:23.523Z] #2 [security-secretstore-setup internal] load build definition from Dockerfile [2025-06-23T05:08:23.523Z] #2 transferring dockerfile: 2.49kB done [2025-06-23T05:08:23.523Z] #2 DONE 0.0s [2025-06-23T05:08:23.523Z] [2025-06-23T05:08:23.523Z] #3 [core-metadata internal] load build definition from Dockerfile [2025-06-23T05:08:23.523Z] #3 transferring dockerfile: 2.10kB done [2025-06-23T05:08:23.523Z] #3 DONE 0.0s [2025-06-23T05:08:23.523Z] [2025-06-23T05:08:23.523Z] #4 [security-spire-agent internal] load build definition from Dockerfile [2025-06-23T05:08:23.523Z] #4 transferring dockerfile: 1.81kB done [2025-06-23T05:08:23.523Z] #4 DONE 0.0s [2025-06-23T05:08:23.523Z] [2025-06-23T05:08:23.523Z] #5 [core-keeper internal] load build definition from Dockerfile [2025-06-23T05:08:23.523Z] #5 transferring dockerfile: 2.01kB done [2025-06-23T05:08:23.523Z] #5 DONE 0.0s [2025-06-23T05:08:23.523Z] [2025-06-23T05:08:23.523Z] #6 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2025-06-23T05:08:23.523Z] #6 transferring dockerfile: 2.23kB done [2025-06-23T05:08:23.523Z] #6 DONE 0.0s [2025-06-23T05:08:23.523Z] [2025-06-23T05:08:23.523Z] #7 [security-spire-config internal] load .dockerignore [2025-06-23T05:08:23.523Z] #7 transferring context: 50B done [2025-06-23T05:08:23.523Z] #7 DONE 0.0s [2025-06-23T05:08:23.523Z] [2025-06-23T05:08:23.523Z] #8 [security-bootstrapper internal] load build definition from Dockerfile [2025-06-23T05:08:23.523Z] #8 transferring dockerfile: 3.02kB done [2025-06-23T05:08:23.523Z] #8 DONE 0.0s [2025-06-23T05:08:23.523Z] [2025-06-23T05:08:23.523Z] #9 [core-data internal] load build definition from Dockerfile [2025-06-23T05:08:23.523Z] #9 transferring dockerfile: 2.04kB done [2025-06-23T05:08:23.523Z] #9 DONE 0.0s [2025-06-23T05:08:23.523Z] [2025-06-23T05:08:23.523Z] #10 [security-proxy-setup internal] load build definition from Dockerfile [2025-06-23T05:08:23.523Z] #10 transferring dockerfile: 2.50kB done [2025-06-23T05:08:23.523Z] #10 DONE 0.0s [2025-06-23T05:08:23.523Z] [2025-06-23T05:08:23.523Z] #11 [support-scheduler internal] load build definition from Dockerfile [2025-06-23T05:08:23.523Z] #11 transferring dockerfile: 1.83kB done [2025-06-23T05:08:23.523Z] #11 DONE 0.0s [2025-06-23T05:08:23.523Z] [2025-06-23T05:08:23.523Z] #12 [core-command internal] load build definition from Dockerfile [2025-06-23T05:08:23.523Z] #12 transferring dockerfile: 1.94kB done [2025-06-23T05:08:23.523Z] #12 DONE 0.0s [2025-06-23T05:08:23.523Z] [2025-06-23T05:08:23.523Z] #13 [security-spiffe-token-provider internal] load build definition from Dockerfile [2025-06-23T05:08:23.783Z] #13 transferring dockerfile: 1.89kB done [2025-06-23T05:08:23.783Z] #13 DONE 0.0s [2025-06-23T05:08:23.783Z] [2025-06-23T05:08:23.783Z] #14 [security-proxy-auth internal] load build definition from Dockerfile [2025-06-23T05:08:23.783Z] #14 transferring dockerfile: 2.14kB done [2025-06-23T05:08:23.783Z] #14 DONE 0.0s [2025-06-23T05:08:23.783Z] [2025-06-23T05:08:23.783Z] #15 [support-notifications internal] load build definition from Dockerfile [2025-06-23T05:08:23.783Z] #15 transferring dockerfile: 2.00kB done [2025-06-23T05:08:23.783Z] #15 DONE 0.0s [2025-06-23T05:08:23.783Z] [2025-06-23T05:08:23.783Z] #16 [security-spire-server internal] load build definition from Dockerfile [2025-06-23T05:08:23.783Z] #16 transferring dockerfile: 1.70kB done [2025-06-23T05:08:23.783Z] #16 DONE 0.0s [2025-06-23T05:08:23.783Z] [2025-06-23T05:08:23.783Z] #17 [security-secretstore-setup internal] load .dockerignore [2025-06-23T05:08:23.783Z] #17 transferring context: 50B done [2025-06-23T05:08:23.783Z] #17 DONE 0.0s [2025-06-23T05:08:23.783Z] [2025-06-23T05:08:23.783Z] #18 [core-metadata internal] load .dockerignore [2025-06-23T05:08:23.783Z] #18 transferring context: 50B done [2025-06-23T05:08:23.783Z] #18 DONE 0.0s [2025-06-23T05:08:23.783Z] [2025-06-23T05:08:23.783Z] #19 [security-spire-agent internal] load .dockerignore [2025-06-23T05:08:23.783Z] #19 transferring context: 50B done [2025-06-23T05:08:23.783Z] #19 DONE 0.0s [2025-06-23T05:08:23.783Z] [2025-06-23T05:08:23.783Z] #20 [core-keeper internal] load .dockerignore [2025-06-23T05:08:23.783Z] #20 transferring context: 50B done [2025-06-23T05:08:24.045Z] #20 DONE 0.0s [2025-06-23T05:08:24.045Z] [2025-06-23T05:08:24.045Z] #21 [core-common-config-bootstrapper internal] load .dockerignore [2025-06-23T05:08:24.045Z] #21 transferring context: 50B done [2025-06-23T05:08:24.045Z] #21 DONE 0.0s [2025-06-23T05:08:24.045Z] [2025-06-23T05:08:24.045Z] #22 [security-bootstrapper internal] load .dockerignore [2025-06-23T05:08:24.045Z] #22 transferring context: 50B done [2025-06-23T05:08:24.045Z] #22 DONE 0.0s [2025-06-23T05:08:24.045Z] [2025-06-23T05:08:24.045Z] #23 [core-data internal] load .dockerignore [2025-06-23T05:08:24.045Z] #23 transferring context: 50B done [2025-06-23T05:08:24.045Z] #23 DONE 0.0s [2025-06-23T05:08:24.045Z] [2025-06-23T05:08:24.045Z] #24 [security-proxy-setup internal] load .dockerignore [2025-06-23T05:08:24.045Z] #24 transferring context: 50B done [2025-06-23T05:08:24.045Z] #24 DONE 0.0s [2025-06-23T05:08:24.045Z] [2025-06-23T05:08:24.045Z] #25 [support-scheduler internal] load .dockerignore [2025-06-23T05:08:24.045Z] #25 transferring context: 50B done [2025-06-23T05:08:24.045Z] #25 DONE 0.0s [2025-06-23T05:08:24.045Z] [2025-06-23T05:08:24.045Z] #26 [core-command internal] load .dockerignore [2025-06-23T05:08:24.045Z] #26 transferring context: 50B done [2025-06-23T05:08:24.045Z] #26 DONE 0.0s [2025-06-23T05:08:24.045Z] [2025-06-23T05:08:24.045Z] #27 [security-spiffe-token-provider internal] load .dockerignore [2025-06-23T05:08:24.045Z] #27 transferring context: 50B done [2025-06-23T05:08:24.045Z] #27 DONE 0.0s [2025-06-23T05:08:24.045Z] [2025-06-23T05:08:24.045Z] #28 [security-proxy-auth internal] load .dockerignore [2025-06-23T05:08:24.045Z] #28 transferring context: 50B done [2025-06-23T05:08:24.045Z] #28 DONE 0.0s [2025-06-23T05:08:24.045Z] [2025-06-23T05:08:24.045Z] #29 [support-notifications internal] load .dockerignore [2025-06-23T05:08:24.045Z] #29 transferring context: 50B done [2025-06-23T05:08:24.045Z] #29 DONE 0.0s [2025-06-23T05:08:24.045Z] [2025-06-23T05:08:24.045Z] #30 [security-spire-server internal] load .dockerignore [2025-06-23T05:08:24.045Z] #30 transferring context: 50B done [2025-06-23T05:08:24.045Z] #30 DONE 0.0s [2025-06-23T05:08:24.045Z] [2025-06-23T05:08:24.045Z] #31 [security-spire-config internal] load metadata for docker.io/library/alpine:3.20 [2025-06-23T05:08:24.045Z] #31 DONE 0.1s [2025-06-23T05:08:24.045Z] [2025-06-23T05:08:24.045Z] #32 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-06-23T05:08:24.305Z] #32 ... [2025-06-23T05:08:24.305Z] [2025-06-23T05:08:24.305Z] #33 [core-keeper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-06-23T05:08:24.305Z] #33 DONE 0.0s [2025-06-23T05:08:24.305Z] [2025-06-23T05:08:24.305Z] #32 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-06-23T05:08:24.305Z] #32 ... [2025-06-23T05:08:24.305Z] [2025-06-23T05:08:24.305Z] #34 [security-bootstrapper stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-23T05:08:24.305Z] #34 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-06-23T05:08:24.305Z] #34 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-23T05:08:24.305Z] #34 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-06-23T05:08:24.305Z] #34 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-06-23T05:08:24.305Z] #34 DONE 0.1s [2025-06-23T05:08:24.305Z] [2025-06-23T05:08:24.305Z] #33 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-06-23T05:08:24.305Z] #33 DONE 0.0s [2025-06-23T05:08:24.305Z] [2025-06-23T05:08:24.305Z] #33 [core-command internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-06-23T05:08:24.305Z] #33 DONE 0.0s [2025-06-23T05:08:24.305Z] [2025-06-23T05:08:24.305Z] #34 [security-spire-config stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-23T05:08:24.305Z] #34 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-06-23T05:08:24.305Z] #34 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-23T05:08:24.305Z] #34 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-06-23T05:08:24.305Z] #34 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-06-23T05:08:24.305Z] #34 DONE 0.2s [2025-06-23T05:08:24.305Z] [2025-06-23T05:08:24.305Z] #32 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-06-23T05:08:24.305Z] #32 DONE 0.5s [2025-06-23T05:08:24.305Z] [2025-06-23T05:08:24.305Z] #35 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-23T05:08:24.305Z] #35 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-23T05:08:24.566Z] #35 ... [2025-06-23T05:08:24.566Z] [2025-06-23T05:08:24.566Z] #34 [core-data stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-23T05:08:24.566Z] #34 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-06-23T05:08:24.566Z] #34 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-23T05:08:24.566Z] #34 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-06-23T05:08:24.566Z] #34 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-06-23T05:08:24.566Z] #34 DONE 0.2s [2025-06-23T05:08:24.566Z] [2025-06-23T05:08:24.566Z] #33 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-06-23T05:08:24.566Z] #33 DONE 0.0s [2025-06-23T05:08:24.566Z] [2025-06-23T05:08:24.566Z] #34 [support-notifications stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-23T05:08:24.566Z] #34 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-06-23T05:08:24.566Z] #34 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-23T05:08:24.566Z] #34 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-06-23T05:08:24.566Z] #34 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-06-23T05:08:24.566Z] #34 DONE 0.2s [2025-06-23T05:08:24.566Z] [2025-06-23T05:08:24.566Z] #31 [support-notifications internal] load metadata for docker.io/library/alpine:3.20 [2025-06-23T05:08:24.566Z] #31 DONE 0.4s [2025-06-23T05:08:24.566Z] [2025-06-23T05:08:24.566Z] #36 [security-proxy-auth internal] load build context [2025-06-23T05:08:24.825Z] #36 ... [2025-06-23T05:08:24.825Z] [2025-06-23T05:08:24.825Z] #37 [security-spire-config internal] load build context [2025-06-23T05:08:24.825Z] #37 transferring context: 22.05kB 0.0s done [2025-06-23T05:08:24.825Z] #37 DONE 0.2s [2025-06-23T05:08:24.825Z] [2025-06-23T05:08:24.825Z] #36 [security-proxy-auth internal] load build context [2025-06-23T05:08:28.113Z] #36 ... [2025-06-23T05:08:28.113Z] [2025-06-23T05:08:28.113Z] #34 [security-spire-agent stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-23T05:08:28.113Z] #34 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-06-23T05:08:28.113Z] #34 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-23T05:08:28.113Z] #34 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-06-23T05:08:28.113Z] #34 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-06-23T05:08:28.113Z] #34 DONE 0.2s [2025-06-23T05:08:28.113Z] [2025-06-23T05:08:28.113Z] #38 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 [2025-06-23T05:08:28.113Z] #38 DONE 3.7s [2025-06-23T05:08:28.113Z] [2025-06-23T05:08:28.113Z] #36 [security-proxy-auth internal] load build context [2025-06-23T05:08:28.682Z] #36 ... [2025-06-23T05:08:28.682Z] [2025-06-23T05:08:28.682Z] #34 [security-spire-server stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-23T05:08:28.682Z] #34 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-06-23T05:08:28.682Z] #34 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-23T05:08:28.682Z] #34 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-06-23T05:08:28.682Z] #34 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-06-23T05:08:28.682Z] #34 DONE 0.2s [2025-06-23T05:08:28.682Z] [2025-06-23T05:08:28.682Z] #32 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-06-23T05:08:28.682Z] #32 DONE 4.7s [2025-06-23T05:08:28.682Z] [2025-06-23T05:08:28.682Z] #36 [security-proxy-auth internal] load build context [2025-06-23T05:08:30.069Z] #36 transferring context: 173.99MB 5.1s [2025-06-23T05:08:34.266Z] #36 ... [2025-06-23T05:08:34.266Z] [2025-06-23T05:08:34.266Z] #39 [security-secretstore-setup internal] load build context [2025-06-23T05:08:34.266Z] #39 ... [2025-06-23T05:08:34.266Z] [2025-06-23T05:08:34.266Z] #40 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-06-23T05:08:34.266Z] #0 1.277 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-23T05:08:34.266Z] #0 1.434 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-23T05:08:34.266Z] #0 1.793 (1/4) Installing ca-certificates (20241121-r1) [2025-06-23T05:08:34.266Z] #0 1.989 (2/4) Installing dumb-init (1.2.5-r3) [2025-06-23T05:08:34.266Z] #0 2.271 (3/4) Installing su-exec (0.2-r3) [2025-06-23T05:08:34.266Z] #0 2.274 (4/4) Installing yq-go (4.44.1-r2) [2025-06-23T05:08:34.266Z] #0 2.338 Executing busybox-1.36.1-r29.trigger [2025-06-23T05:08:34.266Z] #0 2.354 Executing ca-certificates-20241121-r1.trigger [2025-06-23T05:08:34.266Z] #0 2.389 OK: 19 MiB in 18 packages [2025-06-23T05:08:34.524Z] #40 ... [2025-06-23T05:08:34.524Z] [2025-06-23T05:08:34.524Z] #41 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-06-23T05:08:34.524Z] #0 2.686 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-23T05:08:34.524Z] #0 2.756 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-23T05:08:34.524Z] #0 3.004 (1/1) Installing dumb-init (1.2.5-r3) [2025-06-23T05:08:34.524Z] #0 3.014 Executing busybox-1.36.1-r29.trigger [2025-06-23T05:08:34.524Z] #0 3.021 OK: 8 MiB in 15 packages [2025-06-23T05:08:34.524Z] #41 ... [2025-06-23T05:08:34.524Z] [2025-06-23T05:08:34.524Z] #42 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-06-23T05:08:34.524Z] #42 ... [2025-06-23T05:08:34.524Z] [2025-06-23T05:08:34.524Z] #43 [core-command internal] load build context [2025-06-23T05:08:34.783Z] #43 ... [2025-06-23T05:08:34.783Z] [2025-06-23T05:08:34.783Z] #44 [security-spiffe-token-provider internal] load build context [2025-06-23T05:08:34.783Z] #44 ... [2025-06-23T05:08:34.783Z] [2025-06-23T05:08:34.783Z] #35 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-23T05:08:34.783Z] #35 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.2s done [2025-06-23T05:08:34.783Z] #35 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-06-23T05:08:34.783Z] #35 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done [2025-06-23T05:08:34.783Z] #35 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done [2025-06-23T05:08:34.783Z] #35 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 1.3s done [2025-06-23T05:08:34.783Z] #35 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.3s done [2025-06-23T05:08:34.783Z] #35 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.4s done [2025-06-23T05:08:34.783Z] #35 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 3.1s done [2025-06-23T05:08:34.783Z] #35 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done [2025-06-23T05:08:34.783Z] #35 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done [2025-06-23T05:08:34.783Z] #35 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done [2025-06-23T05:08:35.046Z] #35 ... [2025-06-23T05:08:35.046Z] [2025-06-23T05:08:35.046Z] #45 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-06-23T05:08:35.046Z] #45 ... [2025-06-23T05:08:35.046Z] [2025-06-23T05:08:35.046Z] #46 [core-keeper internal] load build context [2025-06-23T05:08:35.046Z] #46 transferring context: 333.68MB 10.7s [2025-06-23T05:08:35.046Z] #46 ... [2025-06-23T05:08:35.046Z] [2025-06-23T05:08:35.046Z] #47 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-06-23T05:08:35.304Z] #47 ... [2025-06-23T05:08:35.304Z] [2025-06-23T05:08:35.304Z] #48 [core-common-config-bootstrapper internal] load build context [2025-06-23T05:08:35.304Z] #48 ... [2025-06-23T05:08:35.304Z] [2025-06-23T05:08:35.304Z] #49 [core-metadata internal] load build context [2025-06-23T05:08:35.615Z] #49 ... [2025-06-23T05:08:35.615Z] [2025-06-23T05:08:35.615Z] #50 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-06-23T05:08:35.615Z] #0 3.397 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-23T05:08:35.615Z] #0 3.472 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-23T05:08:35.615Z] #0 3.735 (1/2) Installing dumb-init (1.2.5-r3) [2025-06-23T05:08:35.615Z] #0 3.739 (2/2) Installing su-exec (0.2-r3) [2025-06-23T05:08:35.615Z] #0 3.743 Executing busybox-1.36.1-r29.trigger [2025-06-23T05:08:35.615Z] #0 3.747 OK: 8 MiB in 16 packages [2025-06-23T05:08:35.615Z] #50 ... [2025-06-23T05:08:35.615Z] [2025-06-23T05:08:35.615Z] #51 [core-data internal] load build context [2025-06-23T05:08:35.878Z] #51 ... [2025-06-23T05:08:35.878Z] [2025-06-23T05:08:35.878Z] #52 [security-proxy-setup internal] load build context [2025-06-23T05:08:35.878Z] #52 ... [2025-06-23T05:08:35.878Z] [2025-06-23T05:08:35.878Z] #53 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-06-23T05:08:35.878Z] #53 ... [2025-06-23T05:08:35.878Z] [2025-06-23T05:08:35.878Z] #54 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-06-23T05:08:36.157Z] #54 ... [2025-06-23T05:08:36.157Z] [2025-06-23T05:08:36.157Z] #55 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2025-06-23T05:08:36.157Z] #55 ... [2025-06-23T05:08:36.157Z] [2025-06-23T05:08:36.157Z] #56 [support-notifications internal] load build context [2025-06-23T05:08:36.531Z] #56 ... [2025-06-23T05:08:36.531Z] [2025-06-23T05:08:36.531Z] #57 [security-bootstrapper internal] load build context [2025-06-23T05:08:36.531Z] #57 ... [2025-06-23T05:08:36.531Z] [2025-06-23T05:08:36.531Z] #58 [support-scheduler internal] load build context [2025-06-23T05:08:36.531Z] #58 ... [2025-06-23T05:08:36.531Z] [2025-06-23T05:08:36.531Z] #59 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-06-23T05:08:36.900Z] #59 ... [2025-06-23T05:08:36.900Z] [2025-06-23T05:08:36.900Z] #60 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-06-23T05:08:36.900Z] #60 ... [2025-06-23T05:08:36.900Z] [2025-06-23T05:08:36.900Z] #51 [core-data internal] load build context [2025-06-23T05:08:37.965Z] #51 ... [2025-06-23T05:08:37.965Z] [2025-06-23T05:08:37.965Z] #61 [security-spire-agent internal] load build context [2025-06-23T05:08:37.965Z] #61 ... [2025-06-23T05:08:37.965Z] [2025-06-23T05:08:37.965Z] #62 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-23T05:08:37.965Z] #62 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 3.8s done [2025-06-23T05:08:37.965Z] #62 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done [2025-06-23T05:08:37.965Z] #62 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done [2025-06-23T05:08:37.965Z] #62 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done [2025-06-23T05:08:37.965Z] #62 ... [2025-06-23T05:08:37.965Z] [2025-06-23T05:08:37.965Z] #51 [core-data internal] load build context [2025-06-23T05:08:39.335Z] #51 ... [2025-06-23T05:08:39.335Z] [2025-06-23T05:08:39.335Z] #63 [security-spire-server internal] load build context [2025-06-23T05:08:39.335Z] #63 ... [2025-06-23T05:08:39.335Z] [2025-06-23T05:08:39.335Z] #51 [core-data internal] load build context [2025-06-23T05:08:39.596Z] #51 transferring context: 507.76MB 14.4s done [2025-06-23T05:08:42.154Z] #51 ... [2025-06-23T05:08:42.154Z] [2025-06-23T05:08:42.154Z] #64 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-06-23T05:08:42.154Z] #64 ... [2025-06-23T05:08:42.154Z] [2025-06-23T05:08:42.154Z] #35 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-23T05:08:42.154Z] #35 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 1.4s done [2025-06-23T05:08:44.691Z] #35 ... [2025-06-23T05:08:44.691Z] [2025-06-23T05:08:44.691Z] #42 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-06-23T05:08:44.691Z] #42 DONE 20.0s [2025-06-23T05:08:44.691Z] [2025-06-23T05:08:44.691Z] #41 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-06-23T05:08:44.691Z] #41 DONE 20.1s [2025-06-23T05:08:44.691Z] [2025-06-23T05:08:44.691Z] #40 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-06-23T05:08:44.691Z] #40 DONE 20.1s [2025-06-23T05:08:44.691Z] [2025-06-23T05:08:44.691Z] #50 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-06-23T05:08:44.691Z] #50 DONE 20.1s [2025-06-23T05:08:44.691Z] [2025-06-23T05:08:44.691Z] #39 [security-secretstore-setup internal] load build context [2025-06-23T05:08:44.691Z] #39 transferring context: 507.76MB 13.1s done [2025-06-23T05:08:44.691Z] #39 DONE 20.3s [2025-06-23T05:08:44.691Z] [2025-06-23T05:08:44.691Z] #57 [security-bootstrapper internal] load build context [2025-06-23T05:08:44.691Z] #57 transferring context: 507.76MB 12.3s done [2025-06-23T05:08:44.691Z] #57 DONE 20.1s [2025-06-23T05:08:44.691Z] [2025-06-23T05:08:44.691Z] #52 [security-proxy-setup internal] load build context [2025-06-23T05:08:44.691Z] #52 transferring context: 507.76MB 13.1s done [2025-06-23T05:08:44.691Z] #52 DONE 20.0s [2025-06-23T05:08:44.691Z] [2025-06-23T05:08:44.691Z] #56 [support-notifications internal] load build context [2025-06-23T05:08:44.691Z] #56 transferring context: 507.76MB 13.7s done [2025-06-23T05:08:44.691Z] #56 DONE 19.9s [2025-06-23T05:08:44.691Z] [2025-06-23T05:08:44.691Z] #43 [core-command internal] load build context [2025-06-23T05:08:44.691Z] #43 transferring context: 507.76MB 14.1s done [2025-06-23T05:08:44.691Z] #43 DONE 20.0s [2025-06-23T05:08:44.691Z] [2025-06-23T05:08:44.691Z] #36 [security-proxy-auth internal] load build context [2025-06-23T05:08:44.691Z] #36 transferring context: 507.76MB 13.8s done [2025-06-23T05:08:44.691Z] #36 DONE 19.9s [2025-06-23T05:08:44.691Z] [2025-06-23T05:08:44.691Z] #58 [support-scheduler internal] load build context [2025-06-23T05:08:44.691Z] #58 transferring context: 507.76MB 14.2s done [2025-06-23T05:08:44.691Z] #58 DONE 20.0s [2025-06-23T05:08:44.691Z] [2025-06-23T05:08:44.691Z] #44 [security-spiffe-token-provider internal] load build context [2025-06-23T05:08:44.691Z] #44 transferring context: 507.76MB 14.5s done [2025-06-23T05:08:44.691Z] #44 DONE 19.9s [2025-06-23T05:08:44.691Z] [2025-06-23T05:08:44.691Z] #51 [core-data internal] load build context [2025-06-23T05:08:44.691Z] #51 DONE 20.0s [2025-06-23T05:08:44.691Z] [2025-06-23T05:08:44.691Z] #46 [core-keeper internal] load build context [2025-06-23T05:08:44.691Z] #46 transferring context: 507.76MB 14.7s done [2025-06-23T05:08:44.691Z] #46 DONE 20.3s [2025-06-23T05:08:44.691Z] [2025-06-23T05:08:44.691Z] #48 [core-common-config-bootstrapper internal] load build context [2025-06-23T05:08:44.691Z] #48 transferring context: 507.76MB 15.9s done [2025-06-23T05:08:44.691Z] #48 DONE 20.2s [2025-06-23T05:08:44.691Z] [2025-06-23T05:08:44.691Z] #65 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade [2025-06-23T05:08:44.691Z] #65 ... [2025-06-23T05:08:44.691Z] [2025-06-23T05:08:44.691Z] #49 [core-metadata internal] load build context [2025-06-23T05:08:44.691Z] #49 transferring context: 507.76MB 16.1s done [2025-06-23T05:08:44.691Z] #49 DONE 20.4s [2025-06-23T05:08:44.691Z] [2025-06-23T05:08:44.691Z] #63 [security-spire-server internal] load build context [2025-06-23T05:08:44.691Z] #63 transferring context: 23.80kB done [2025-06-23T05:08:44.691Z] #63 DONE 15.8s [2025-06-23T05:08:44.691Z] [2025-06-23T05:08:44.691Z] #61 [security-spire-agent internal] load build context [2025-06-23T05:08:44.691Z] #61 transferring context: 23.33kB done [2025-06-23T05:08:44.691Z] #61 DONE 16.8s [2025-06-23T05:08:44.691Z] [2025-06-23T05:08:44.691Z] #55 [core-metadata builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2025-06-23T05:08:44.691Z] #55 DONE 20.5s [2025-06-23T05:08:44.691Z] [2025-06-23T05:08:44.691Z] #66 [support-notifications builder 2/7] WORKDIR /edgex-go [2025-06-23T05:08:44.691Z] #66 DONE 0.1s [2025-06-23T05:08:44.691Z] [2025-06-23T05:08:44.691Z] #67 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2025-06-23T05:08:45.628Z] #67 ... [2025-06-23T05:08:45.628Z] [2025-06-23T05:08:45.628Z] #47 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-06-23T05:08:45.628Z] #47 20.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-23T05:08:45.628Z] #47 20.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-23T05:08:45.628Z] #47 20.65 (1/1) Installing dumb-init (1.2.5-r3) [2025-06-23T05:08:45.628Z] #47 20.66 Executing busybox-1.36.1-r29.trigger [2025-06-23T05:08:45.628Z] #47 20.67 OK: 8 MiB in 15 packages [2025-06-23T05:08:45.628Z] #47 DONE 21.2s [2025-06-23T05:08:45.628Z] [2025-06-23T05:08:45.628Z] #45 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-06-23T05:08:45.628Z] #45 20.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-23T05:08:45.628Z] #45 20.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-23T05:08:45.628Z] #45 20.75 (1/7) Installing ca-certificates (20241121-r1) [2025-06-23T05:08:45.628Z] #45 20.76 (2/7) Installing dumb-init (1.2.5-r3) [2025-06-23T05:08:45.628Z] #45 20.76 (3/7) Installing libgcc (13.2.1_git20240309-r1) [2025-06-23T05:08:45.628Z] #45 20.77 (4/7) Installing libsodium (1.0.19-r0) [2025-06-23T05:08:45.628Z] #45 20.78 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) [2025-06-23T05:08:45.628Z] #45 20.80 (6/7) Installing libzmq (4.3.5-r2) [2025-06-23T05:08:45.628Z] #45 20.81 (7/7) Installing zeromq (4.3.5-r2) [2025-06-23T05:08:45.628Z] #45 20.81 Executing busybox-1.36.1-r29.trigger [2025-06-23T05:08:45.628Z] #45 20.82 Executing ca-certificates-20241121-r1.trigger [2025-06-23T05:08:45.628Z] #45 20.93 OK: 12 MiB in 21 packages [2025-06-23T05:08:45.628Z] #45 DONE 21.1s [2025-06-23T05:08:45.888Z] [2025-06-23T05:08:45.888Z] #53 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-06-23T05:08:45.888Z] #53 20.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-23T05:08:45.888Z] #53 20.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-23T05:08:45.888Z] #53 20.91 (1/4) Installing dumb-init (1.2.5-r3) [2025-06-23T05:08:45.888Z] #53 20.93 (2/4) Installing openssl (3.3.3-r0) [2025-06-23T05:08:45.888Z] #53 20.94 (3/4) Installing su-exec (0.2-r3) [2025-06-23T05:08:45.888Z] #53 20.94 (4/4) Installing yq-go (4.44.1-r2) [2025-06-23T05:08:45.888Z] #53 21.02 Executing busybox-1.36.1-r29.trigger [2025-06-23T05:08:45.888Z] #53 21.05 OK: 19 MiB in 18 packages [2025-06-23T05:08:45.888Z] #53 DONE 21.2s [2025-06-23T05:08:45.888Z] [2025-06-23T05:08:45.888Z] #59 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-06-23T05:08:45.888Z] #59 20.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-23T05:08:45.888Z] #59 20.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-23T05:08:45.888Z] #59 20.85 (1/3) Installing ca-certificates (20241121-r1) [2025-06-23T05:08:45.888Z] #59 20.88 (2/3) Installing dumb-init (1.2.5-r3) [2025-06-23T05:08:45.888Z] #59 20.88 (3/3) Installing tzdata (2025b-r0) [2025-06-23T05:08:45.888Z] #59 20.96 Executing busybox-1.36.1-r29.trigger [2025-06-23T05:08:45.888Z] #59 20.96 Executing ca-certificates-20241121-r1.trigger [2025-06-23T05:08:45.888Z] #59 21.05 OK: 10 MiB in 17 packages [2025-06-23T05:08:45.888Z] #59 DONE 21.3s [2025-06-23T05:08:45.888Z] [2025-06-23T05:08:45.888Z] #62 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-23T05:08:45.888Z] #62 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB done [2025-06-23T05:08:45.888Z] #62 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B done [2025-06-23T05:08:45.888Z] #62 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 5.3s done [2025-06-23T05:08:45.888Z] #62 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 5.6s done [2025-06-23T05:08:45.888Z] #62 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done [2025-06-23T05:08:45.888Z] #62 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 1.0s done [2025-06-23T05:08:45.888Z] #62 DONE 18.0s [2025-06-23T05:08:45.888Z] [2025-06-23T05:08:45.888Z] #60 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-06-23T05:08:45.888Z] #60 20.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-23T05:08:45.888Z] #60 20.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-23T05:08:45.888Z] #60 20.56 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-23T05:08:45.888Z] #60 20.56 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-23T05:08:45.888Z] #60 20.56 OK: 24171 distinct packages available [2025-06-23T05:08:45.888Z] #60 20.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-23T05:08:45.888Z] #60 20.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-23T05:08:45.888Z] #60 21.11 (1/4) Installing dumb-init (1.2.5-r3) [2025-06-23T05:08:45.888Z] #60 21.12 (2/4) Installing musl-obstack (1.2.3-r2) [2025-06-23T05:08:45.888Z] #60 21.13 (3/4) Installing libucontext (1.2-r3) [2025-06-23T05:08:45.888Z] #60 21.13 (4/4) Installing gcompat (1.1.0-r4) [2025-06-23T05:08:45.888Z] #60 21.13 Executing busybox-1.36.1-r29.trigger [2025-06-23T05:08:45.888Z] #60 21.20 OK: 8 MiB in 18 packages [2025-06-23T05:08:45.888Z] #60 DONE 21.4s [2025-06-23T05:08:45.888Z] [2025-06-23T05:08:45.888Z] #68 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-06-23T05:08:46.145Z] #68 ... [2025-06-23T05:08:46.145Z] [2025-06-23T05:08:46.145Z] #54 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-06-23T05:08:46.145Z] #54 20.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-23T05:08:46.145Z] #54 20.31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-23T05:08:46.145Z] #54 20.69 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-23T05:08:46.145Z] #54 20.69 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-23T05:08:46.145Z] #54 20.69 OK: 24171 distinct packages available [2025-06-23T05:08:46.145Z] #54 20.80 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-23T05:08:46.145Z] #54 20.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-23T05:08:46.145Z] #54 21.21 (1/14) Installing ca-certificates (20241121-r1) [2025-06-23T05:08:46.145Z] #54 21.23 (2/14) Installing brotli-libs (1.1.0-r2) [2025-06-23T05:08:46.145Z] #54 21.25 (3/14) Installing c-ares (1.33.1-r0) [2025-06-23T05:08:46.145Z] #54 21.25 (4/14) Installing libunistring (1.2-r0) [2025-06-23T05:08:46.145Z] #54 21.28 (5/14) Installing libidn2 (2.3.7-r0) [2025-06-23T05:08:46.145Z] #54 21.28 (6/14) Installing nghttp2-libs (1.62.1-r0) [2025-06-23T05:08:46.145Z] #54 21.29 (7/14) Installing libpsl (0.21.5-r1) [2025-06-23T05:08:46.145Z] #54 21.29 (8/14) Installing zstd-libs (1.5.6-r0) [2025-06-23T05:08:46.145Z] #54 21.31 (9/14) Installing libcurl (8.12.1-r0) [2025-06-23T05:08:46.145Z] #54 21.32 (10/14) Installing curl (8.12.1-r0) [2025-06-23T05:08:46.145Z] #54 21.33 (11/14) Installing dumb-init (1.2.5-r3) [2025-06-23T05:08:46.145Z] #54 21.33 (12/14) Installing musl-obstack (1.2.3-r2) [2025-06-23T05:08:46.145Z] #54 21.34 (13/14) Installing libucontext (1.2-r3) [2025-06-23T05:08:46.145Z] #54 21.34 (14/14) Installing gcompat (1.1.0-r4) [2025-06-23T05:08:46.145Z] #54 21.34 Executing busybox-1.36.1-r29.trigger [2025-06-23T05:08:46.145Z] #54 21.36 Executing ca-certificates-20241121-r1.trigger [2025-06-23T05:08:46.145Z] #54 21.40 OK: 13 MiB in 28 packages [2025-06-23T05:08:46.145Z] #54 DONE 21.6s [2025-06-23T05:08:46.404Z] [2025-06-23T05:08:46.404Z] #69 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-06-23T05:08:46.404Z] #69 ... [2025-06-23T05:08:46.404Z] [2025-06-23T05:08:46.404Z] #70 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-06-23T05:08:46.404Z] #0 1.371 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-23T05:08:46.404Z] #0 1.469 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-23T05:08:46.404Z] #0 1.843 OK: 19 MiB in 18 packages [2025-06-23T05:08:46.404Z] #70 DONE 2.0s [2025-06-23T05:08:46.404Z] [2025-06-23T05:08:46.404Z] #71 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-06-23T05:08:46.404Z] #0 1.418 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-23T05:08:46.404Z] #0 1.511 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-23T05:08:46.404Z] #0 1.851 OK: 8 MiB in 16 packages [2025-06-23T05:08:46.404Z] #71 DONE 2.1s [2025-06-23T05:08:46.663Z] [2025-06-23T05:08:46.663Z] #64 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-06-23T05:08:46.664Z] #64 13.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-23T05:08:46.664Z] #64 13.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-23T05:08:46.664Z] #64 14.23 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-23T05:08:46.664Z] #64 14.23 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-23T05:08:46.664Z] #64 14.23 OK: 24171 distinct packages available [2025-06-23T05:08:46.664Z] #64 14.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-23T05:08:46.664Z] #64 14.44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-23T05:08:46.664Z] #64 14.77 (1/5) Installing dumb-init (1.2.5-r3) [2025-06-23T05:08:46.664Z] #64 14.77 (2/5) Installing musl-obstack (1.2.3-r2) [2025-06-23T05:08:46.664Z] #64 14.78 (3/5) Installing libucontext (1.2-r3) [2025-06-23T05:08:46.664Z] #64 14.78 (4/5) Installing gcompat (1.1.0-r4) [2025-06-23T05:08:46.664Z] #64 14.78 (5/5) Installing openssl (3.3.3-r0) [2025-06-23T05:08:46.664Z] #64 14.80 Executing busybox-1.36.1-r29.trigger [2025-06-23T05:08:46.664Z] #64 14.80 OK: 9 MiB in 19 packages [2025-06-23T05:08:46.664Z] #64 DONE 15.0s [2025-06-23T05:08:46.664Z] [2025-06-23T05:08:46.664Z] #72 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade [2025-06-23T05:08:47.229Z] #72 ... [2025-06-23T05:08:47.229Z] [2025-06-23T05:08:47.229Z] #73 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-06-23T05:08:47.229Z] #73 DONE 2.6s [2025-06-23T05:08:47.487Z] [2025-06-23T05:08:47.487Z] #74 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-06-23T05:08:47.487Z] #0 2.097 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-23T05:08:47.487Z] #0 2.166 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-23T05:08:47.487Z] #0 2.439 OK: 248 MiB in 58 packages [2025-06-23T05:08:47.487Z] #74 DONE 2.6s [2025-06-23T05:08:47.487Z] [2025-06-23T05:08:47.487Z] #65 [core-command stage-1 3/9] RUN apk --no-cache upgrade [2025-06-23T05:08:47.487Z] #65 1.495 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-23T05:08:47.487Z] #65 2.614 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-23T05:08:47.487Z] #65 2.903 OK: 8 MiB in 15 packages [2025-06-23T05:08:47.487Z] #65 DONE 3.0s [2025-06-23T05:08:47.487Z] [2025-06-23T05:08:47.487Z] #75 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-06-23T05:08:47.487Z] #75 DONE 0.1s [2025-06-23T05:08:47.487Z] [2025-06-23T05:08:47.487Z] #76 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-06-23T05:08:47.747Z] #76 ... [2025-06-23T05:08:47.747Z] [2025-06-23T05:08:47.747Z] #77 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-06-23T05:08:47.747Z] #0 2.230 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-23T05:08:47.747Z] #0 2.307 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-23T05:08:47.747Z] #0 2.638 OK: 248 MiB in 58 packages [2025-06-23T05:08:47.747Z] #77 DONE 2.9s [2025-06-23T05:08:47.747Z] [2025-06-23T05:08:47.747Z] #78 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-06-23T05:08:47.747Z] #0 2.293 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-23T05:08:47.747Z] #0 2.371 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-23T05:08:47.747Z] #0 2.737 OK: 248 MiB in 58 packages [2025-06-23T05:08:47.747Z] #78 DONE 3.0s [2025-06-23T05:08:47.747Z] [2025-06-23T05:08:47.747Z] #79 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-06-23T05:08:47.747Z] #0 1.609 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-23T05:08:47.747Z] #0 1.778 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-23T05:08:47.747Z] #0 2.144 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-23T05:08:47.747Z] #0 2.144 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-23T05:08:47.747Z] #0 2.144 OK: 24171 distinct packages available [2025-06-23T05:08:47.747Z] #0 2.267 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-23T05:08:47.747Z] #0 2.341 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-23T05:08:47.747Z] #0 2.780 OK: 248 MiB in 58 packages [2025-06-23T05:08:47.747Z] #79 DONE 3.0s [2025-06-23T05:08:47.747Z] [2025-06-23T05:08:47.747Z] #67 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2025-06-23T05:08:47.747Z] #67 2.301 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-23T05:08:47.747Z] #67 2.371 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-23T05:08:47.747Z] #67 2.675 OK: 248 MiB in 58 packages [2025-06-23T05:08:47.747Z] #67 DONE 3.0s [2025-06-23T05:08:47.747Z] [2025-06-23T05:08:47.747Z] #80 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-06-23T05:08:47.747Z] #80 DONE 0.1s [2025-06-23T05:08:47.747Z] [2025-06-23T05:08:47.747Z] #81 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2025-06-23T05:08:47.747Z] #81 DONE 0.1s [2025-06-23T05:08:47.747Z] [2025-06-23T05:08:47.747Z] #82 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T05:08:48.006Z] #82 ... [2025-06-23T05:08:48.006Z] [2025-06-23T05:08:48.006Z] #83 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-06-23T05:08:48.006Z] #83 DONE 0.1s [2025-06-23T05:08:48.006Z] [2025-06-23T05:08:48.006Z] #84 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2025-06-23T05:08:48.006Z] #84 DONE 0.1s [2025-06-23T05:08:48.006Z] [2025-06-23T05:08:48.006Z] #85 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-06-23T05:08:48.006Z] #0 1.537 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-23T05:08:48.006Z] #0 1.627 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-23T05:08:48.006Z] #0 1.998 OK: 8 MiB in 15 packages [2025-06-23T05:08:48.006Z] #85 DONE 2.1s [2025-06-23T05:08:48.006Z] [2025-06-23T05:08:48.006Z] #86 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T05:08:49.382Z] #86 ... [2025-06-23T05:08:49.383Z] [2025-06-23T05:08:49.383Z] #87 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-06-23T05:08:49.383Z] #0 2.902 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-23T05:08:49.383Z] #0 2.981 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-23T05:08:49.383Z] #0 3.311 OK: 12 MiB in 21 packages [2025-06-23T05:08:49.383Z] #87 DONE 3.5s [2025-06-23T05:08:49.383Z] [2025-06-23T05:08:49.383Z] #88 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-06-23T05:08:49.383Z] #0 2.830 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-23T05:08:49.383Z] #0 2.911 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-23T05:08:49.383Z] #0 3.279 OK: 19 MiB in 18 packages [2025-06-23T05:08:49.383Z] #88 DONE 3.5s [2025-06-23T05:08:49.383Z] [2025-06-23T05:08:49.383Z] #89 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-06-23T05:08:49.383Z] #0 2.842 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-23T05:08:49.383Z] #0 2.919 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-23T05:08:49.383Z] #0 3.309 OK: 10 MiB in 17 packages [2025-06-23T05:08:49.383Z] #89 DONE 3.5s [2025-06-23T05:08:49.383Z] [2025-06-23T05:08:49.383Z] #90 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2025-06-23T05:08:49.383Z] #90 DONE 0.0s [2025-06-23T05:08:49.383Z] [2025-06-23T05:08:49.383Z] #69 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-06-23T05:08:49.383Z] #69 3.047 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-23T05:08:49.383Z] #69 3.133 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-23T05:08:49.641Z] #69 ... [2025-06-23T05:08:49.641Z] [2025-06-23T05:08:49.641Z] #91 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-06-23T05:08:49.641Z] #91 DONE 3.0s [2025-06-23T05:08:49.641Z] [2025-06-23T05:08:49.641Z] #92 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2025-06-23T05:08:49.641Z] #92 DONE 0.1s [2025-06-23T05:08:49.641Z] [2025-06-23T05:08:49.641Z] #68 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-06-23T05:08:49.641Z] #68 3.141 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-23T05:08:49.641Z] #68 3.226 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-23T05:08:49.641Z] #68 3.601 OK: 8 MiB in 18 packages [2025-06-23T05:08:49.641Z] #68 DONE 3.8s [2025-06-23T05:08:49.641Z] [2025-06-23T05:08:49.641Z] #76 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-06-23T05:08:49.641Z] #76 2.395 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-23T05:08:50.211Z] #76 ... [2025-06-23T05:08:50.211Z] [2025-06-23T05:08:50.211Z] #69 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-06-23T05:08:50.211Z] #69 3.503 OK: 13 MiB in 28 packages [2025-06-23T05:08:50.211Z] #69 DONE 3.9s [2025-06-23T05:08:50.211Z] [2025-06-23T05:08:50.211Z] #72 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade [2025-06-23T05:08:50.211Z] #72 2.723 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-23T05:08:50.211Z] #72 2.815 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-23T05:08:50.211Z] #72 3.186 OK: 9 MiB in 19 packages [2025-06-23T05:08:50.211Z] #72 DONE 3.6s [2025-06-23T05:08:50.211Z] [2025-06-23T05:08:50.212Z] #93 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-23T05:08:50.212Z] #93 DONE 0.5s [2025-06-23T05:08:50.212Z] [2025-06-23T05:08:50.212Z] #94 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2025-06-23T05:08:50.212Z] #94 DONE 0.1s [2025-06-23T05:08:50.212Z] [2025-06-23T05:08:50.212Z] #95 [security-spire-config stage-2 6/10] COPY security.txt / [2025-06-23T05:08:51.149Z] #95 DONE 0.6s [2025-06-23T05:08:51.149Z] [2025-06-23T05:08:51.149Z] #96 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-23T05:08:51.149Z] #96 DONE 0.7s [2025-06-23T05:08:51.149Z] [2025-06-23T05:08:51.149Z] #97 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-06-23T05:08:51.149Z] #97 DONE 0.7s [2025-06-23T05:08:51.149Z] [2025-06-23T05:08:51.149Z] #98 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-06-23T05:08:51.407Z] #98 ... [2025-06-23T05:08:51.407Z] [2025-06-23T05:08:51.407Z] #99 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2025-06-23T05:08:51.407Z] #99 DONE 0.5s [2025-06-23T05:08:51.407Z] [2025-06-23T05:08:51.407Z] #98 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-06-23T05:08:51.407Z] #98 DONE 0.5s [2025-06-23T05:08:51.407Z] [2025-06-23T05:08:51.407Z] #100 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-23T05:08:51.407Z] #100 DONE 0.5s [2025-06-23T05:08:51.407Z] [2025-06-23T05:08:51.407Z] #101 [security-spire-server stage-2 6/9] COPY security.txt / [2025-06-23T05:08:51.407Z] #101 DONE 0.1s [2025-06-23T05:08:51.407Z] [2025-06-23T05:08:51.407Z] #102 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2025-06-23T05:08:51.407Z] #102 DONE 0.0s [2025-06-23T05:08:51.407Z] [2025-06-23T05:08:51.407Z] #103 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2025-06-23T05:08:51.407Z] #103 DONE 0.1s [2025-06-23T05:08:51.407Z] [2025-06-23T05:08:51.407Z] #104 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2025-06-23T05:08:51.407Z] #104 DONE 0.1s [2025-06-23T05:08:51.407Z] [2025-06-23T05:08:51.407Z] #105 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-06-23T05:08:51.665Z] #105 DONE 0.1s [2025-06-23T05:08:51.665Z] [2025-06-23T05:08:51.665Z] #106 [security-spire-agent stage-3 7/10] COPY security.txt / [2025-06-23T05:08:51.665Z] #106 DONE 0.1s [2025-06-23T05:08:51.665Z] [2025-06-23T05:08:51.665Z] #107 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2025-06-23T05:08:51.665Z] #107 DONE 0.1s [2025-06-23T05:08:51.665Z] [2025-06-23T05:08:51.665Z] #108 [security-spire-config] exporting to image [2025-06-23T05:08:51.665Z] #108 exporting layers [2025-06-23T05:08:51.665Z] #108 ... [2025-06-23T05:08:51.665Z] [2025-06-23T05:08:51.665Z] #109 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2025-06-23T05:08:51.665Z] #109 DONE 0.1s [2025-06-23T05:08:51.665Z] [2025-06-23T05:08:51.665Z] #110 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2025-06-23T05:08:51.665Z] #110 DONE 0.0s [2025-06-23T05:08:51.665Z] [2025-06-23T05:08:51.665Z] #111 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2025-06-23T05:08:51.665Z] #111 DONE 0.0s [2025-06-23T05:08:51.665Z] [2025-06-23T05:08:51.665Z] #112 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2025-06-23T05:08:51.665Z] #112 DONE 0.1s [2025-06-23T05:08:51.665Z] [2025-06-23T05:08:51.665Z] #108 [security-spire-server] exporting to image [2025-06-23T05:08:52.601Z] #108 exporting layers 0.8s done [2025-06-23T05:08:52.601Z] #108 writing image sha256:dcd51aa38ffc418601bd33048502a421fa39ffd9fa19e5f26b4f7e49279cbb42 done [2025-06-23T05:08:52.601Z] #108 naming to docker.io/library/security-spire-config done [2025-06-23T05:08:52.601Z] #108 exporting layers 0.7s done [2025-06-23T05:08:52.601Z] #108 writing image sha256:cc3929c8aa0e62dd4dea3b2465df34fc087dde42ea45962bd3c04eea1f37db7b done [2025-06-23T05:08:52.601Z] #108 naming to docker.io/library/security-spire-server done [2025-06-23T05:08:52.601Z] #108 writing image sha256:402fa4547a14f887d18375a9f649201c68bd9326bcc2626e240c6bed2f49f1b9 done [2025-06-23T05:08:52.601Z] #108 naming to docker.io/library/security-spire-agent done [2025-06-23T05:08:52.601Z] #108 DONE 0.9s [2025-06-23T05:08:52.601Z] [2025-06-23T05:08:52.601Z] #76 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-06-23T05:08:52.601Z] #76 5.012 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-23T05:08:53.977Z] #76 ... [2025-06-23T05:08:53.977Z] [2025-06-23T05:08:53.977Z] #113 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-06-23T05:08:53.977Z] #0 1.665 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-23T05:08:53.977Z] #0 4.322 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-23T05:08:53.977Z] #0 7.818 (1/1) Installing dumb-init (1.2.5-r3) [2025-06-23T05:08:53.977Z] #0 9.322 Executing busybox-1.36.1-r29.trigger [2025-06-23T05:08:53.977Z] #0 9.330 OK: 8 MiB in 15 packages [2025-06-23T05:08:53.977Z] #113 DONE 9.5s [2025-06-23T05:08:53.977Z] [2025-06-23T05:08:53.977Z] #35 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-23T05:08:55.880Z] #35 ... [2025-06-23T05:08:55.880Z] [2025-06-23T05:08:55.880Z] #76 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-06-23T05:08:55.880Z] #76 8.361 OK: 248 MiB in 58 packages [2025-06-23T05:08:56.139Z] #76 DONE 8.7s [2025-06-23T05:08:56.139Z] [2025-06-23T05:08:56.139Z] #114 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-06-23T05:08:56.398Z] #114 DONE 0.3s [2025-06-23T05:08:56.398Z] [2025-06-23T05:08:56.398Z] #115 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T05:08:56.398Z] #115 ... [2025-06-23T05:08:56.398Z] [2025-06-23T05:08:56.398Z] #116 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T05:08:57.774Z] #116 ... [2025-06-23T05:08:57.774Z] [2025-06-23T05:08:57.774Z] #117 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T05:08:57.774Z] #117 ... [2025-06-23T05:08:57.774Z] [2025-06-23T05:08:57.774Z] #118 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T05:09:29.923Z] #118 DONE 38.0s [2025-06-23T05:09:29.923Z] [2025-06-23T05:09:29.923Z] #115 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T05:09:29.923Z] #115 DONE 38.0s [2025-06-23T05:09:29.923Z] [2025-06-23T05:09:29.923Z] #116 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T05:09:29.923Z] #116 DONE 29.5s [2025-06-23T05:09:29.923Z] [2025-06-23T05:09:29.923Z] #82 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T05:09:29.923Z] #82 DONE 38.1s [2025-06-23T05:09:29.923Z] [2025-06-23T05:09:29.923Z] #117 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T05:09:29.923Z] #117 DONE 38.5s [2025-06-23T05:09:29.923Z] [2025-06-23T05:09:29.923Z] #86 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T05:09:29.923Z] #86 DONE 38.0s [2025-06-23T05:09:29.923Z] [2025-06-23T05:09:29.923Z] #119 [support-notifications builder 6/7] COPY . . [2025-06-23T05:09:30.323Z] Removing intermediate container a8d30e7087bd [2025-06-23T05:09:30.323Z] ---> 48106da278df [2025-06-23T05:09:30.323Z] Successfully built 48106da278df [2025-06-23T05:09:30.323Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:09:30.669Z] + docker inspect -f . ci-base-image-arm64 [2025-06-23T05:09:30.669Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-23T05:09:30.886Z] prd-ubuntu20.04-docker-arm64-4c-16g-3766 does not seem to be running inside a container [2025-06-23T05:09:30.961Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/858 -v /w/workspace/edgex-go/858:/w/workspace/edgex-go/858:rw,z -v /w/workspace/edgex-go/858@tmp:/w/workspace/edgex-go/858@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2025-06-23T05:09:32.221Z] $ docker top 2f3aa761337880609510f39d038a9b9fd3c86d8daaa1905d74b64ee5473bebe5 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-23T05:09:33.055Z] + go version [2025-06-23T05:09:33.056Z] go version go1.23.9 linux/arm64 [Pipeline] } [2025-06-23T05:09:33.078Z] $ docker stop --time=1 2f3aa761337880609510f39d038a9b9fd3c86d8daaa1905d74b64ee5473bebe5 [2025-06-23T05:09:34.118Z] #119 ... [2025-06-23T05:09:34.118Z] [2025-06-23T05:09:34.118Z] #120 [support-scheduler builder 6/7] COPY . . [2025-06-23T05:09:34.118Z] #120 DONE 8.0s [2025-06-23T05:09:34.118Z] [2025-06-23T05:09:34.118Z] #121 [core-metadata builder 6/7] COPY . . [2025-06-23T05:09:34.118Z] #121 DONE 8.0s [2025-06-23T05:09:34.118Z] [2025-06-23T05:09:34.118Z] #122 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2025-06-23T05:09:34.118Z] #122 CACHED [2025-06-23T05:09:34.118Z] [2025-06-23T05:09:34.118Z] #123 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T05:09:34.118Z] #123 CACHED [2025-06-23T05:09:34.118Z] [2025-06-23T05:09:34.118Z] #124 [security-proxy-auth builder 6/7] COPY . . [2025-06-23T05:09:34.118Z] #124 CACHED [2025-06-23T05:09:34.118Z] [2025-06-23T05:09:34.118Z] #125 [core-command builder 6/7] COPY . . [2025-06-23T05:09:34.118Z] #125 CACHED [2025-06-23T05:09:34.118Z] [2025-06-23T05:09:34.118Z] #126 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T05:09:34.118Z] #126 CACHED [2025-06-23T05:09:34.118Z] [2025-06-23T05:09:34.118Z] #127 [core-command builder 4/7] COPY go.mod vendor* ./ [2025-06-23T05:09:34.118Z] #127 CACHED [2025-06-23T05:09:34.118Z] [2025-06-23T05:09:34.118Z] #128 [core-data builder 6/7] COPY . . [2025-06-23T05:09:34.118Z] #128 CACHED [2025-06-23T05:09:34.118Z] [2025-06-23T05:09:34.118Z] #129 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T05:09:34.118Z] #129 CACHED [2025-06-23T05:09:34.118Z] [2025-06-23T05:09:34.118Z] #130 [core-data builder 4/7] COPY go.mod vendor* ./ [2025-06-23T05:09:34.118Z] #130 CACHED [2025-06-23T05:09:34.118Z] [2025-06-23T05:09:34.118Z] #131 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T05:09:34.118Z] #131 CACHED [2025-06-23T05:09:34.118Z] [2025-06-23T05:09:34.118Z] #132 [security-proxy-setup builder 6/7] COPY . . [2025-06-23T05:09:34.118Z] #132 CACHED [2025-06-23T05:09:34.118Z] [2025-06-23T05:09:34.118Z] #133 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2025-06-23T05:09:34.118Z] #133 CACHED [2025-06-23T05:09:34.118Z] [2025-06-23T05:09:34.118Z] #134 [core-common-config-bootstrapper builder 6/7] COPY . . [2025-06-23T05:09:34.118Z] #134 CACHED [2025-06-23T05:09:34.118Z] [2025-06-23T05:09:34.118Z] #135 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-06-23T05:09:34.118Z] #135 CACHED [2025-06-23T05:09:34.118Z] [2025-06-23T05:09:34.118Z] #136 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T05:09:34.118Z] #136 CACHED [2025-06-23T05:09:34.118Z] [2025-06-23T05:09:34.118Z] #119 [support-notifications builder 6/7] COPY . . [2025-06-23T05:09:34.118Z] #119 DONE 8.0s [2025-06-23T05:09:34.118Z] [2025-06-23T05:09:34.118Z] #137 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-06-23T05:09:34.118Z] #137 CACHED [2025-06-23T05:09:34.118Z] [2025-06-23T05:09:34.118Z] #138 [security-bootstrapper builder 6/7] COPY . . [2025-06-23T05:09:34.118Z] #138 CACHED [2025-06-23T05:09:34.118Z] [2025-06-23T05:09:34.118Z] #139 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T05:09:34.118Z] #139 CACHED [2025-06-23T05:09:34.118Z] [2025-06-23T05:09:34.118Z] #140 [security-secretstore-setup builder 6/7] COPY . . [2025-06-23T05:09:34.118Z] #140 DONE 8.1s [2025-06-23T05:09:34.118Z] [2025-06-23T05:09:34.118Z] #141 [core-keeper builder 7/8] COPY . . [2025-06-23T05:09:34.118Z] #141 DONE 8.1s [2025-06-23T05:09:34.118Z] [2025-06-23T05:09:34.118Z] #142 [security-spiffe-token-provider builder 6/7] COPY . . [2025-06-23T05:09:34.118Z] #142 DONE 8.1s [2025-06-23T05:09:34.118Z] [2025-06-23T05:09:34.118Z] #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-06-23T05:09:34.699Z] $ docker rm -f --volumes 2f3aa761337880609510f39d038a9b9fd3c86d8daaa1905d74b64ee5473bebe5 [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-06-23T05:09:35.384Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-06-23T05:09:35.384Z] [2025-06-23T05:09:35.384Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:09:35.494Z] #143 1.231 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2025-06-23T05:09:35.720Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-06-23T05:09:35.720Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2025-06-23T05:09:35.720Z] 547446be3368: Pulling fs layer [2025-06-23T05:09:35.720Z] d125d8839a47: Pulling fs layer [2025-06-23T05:09:35.720Z] 3e85d5ac6304: Pulling fs layer [2025-06-23T05:09:35.720Z] c3105a71a48b: Pulling fs layer [2025-06-23T05:09:35.720Z] 0f093f025ec4: Pulling fs layer [2025-06-23T05:09:35.720Z] c3106fc0e877: Pulling fs layer [2025-06-23T05:09:35.720Z] c3105a71a48b: Waiting [2025-06-23T05:09:35.720Z] 0f093f025ec4: Waiting [2025-06-23T05:09:35.991Z] 547446be3368: Verifying Checksum [2025-06-23T05:09:35.991Z] c3105a71a48b: Verifying Checksum [2025-06-23T05:09:35.991Z] c3105a71a48b: Download complete [2025-06-23T05:09:36.258Z] d125d8839a47: Verifying Checksum [2025-06-23T05:09:36.258Z] d125d8839a47: Download complete [2025-06-23T05:09:36.258Z] c3106fc0e877: Verifying Checksum [2025-06-23T05:09:36.258Z] c3106fc0e877: Download complete [2025-06-23T05:09:36.525Z] 0f093f025ec4: Verifying Checksum [2025-06-23T05:09:36.525Z] 0f093f025ec4: Download complete [2025-06-23T05:09:36.525Z] 547446be3368: Pull complete [2025-06-23T05:09:37.940Z] d125d8839a47: Pull complete [2025-06-23T05:09:38.208Z] 3e85d5ac6304: Verifying Checksum [2025-06-23T05:09:38.208Z] 3e85d5ac6304: Download complete [2025-06-23T05:09:45.769Z] #143 ... [2025-06-23T05:09:45.769Z] [2025-06-23T05:09:45.769Z] #144 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-06-23T05:09:45.769Z] #0 0.450 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-06-23T05:09:45.769Z] #144 ... [2025-06-23T05:09:45.769Z] [2025-06-23T05:09:45.769Z] #145 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-23T05:09:45.769Z] #0 0.713 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-06-23T05:09:45.769Z] #145 ... [2025-06-23T05:09:45.769Z] [2025-06-23T05:09:45.769Z] #146 [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-06-23T05:09:45.769Z] #0 1.300 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-06-23T05:09:45.769Z] #146 ... [2025-06-23T05:09:45.769Z] [2025-06-23T05:09:45.769Z] #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-23T05:09:45.769Z] #0 0.374 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-06-23T05:09:45.769Z] #147 ... [2025-06-23T05:09:45.769Z] [2025-06-23T05:09:45.769Z] #148 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-23T05:09:45.769Z] #0 1.220 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-06-23T05:09:45.769Z] #148 ... [2025-06-23T05:09:45.769Z] [2025-06-23T05:09:45.769Z] #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-23T05:09:45.769Z] #0 0.837 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-06-23T05:09:45.769Z] #149 ... [2025-06-23T05:09:45.769Z] [2025-06-23T05:09:45.769Z] #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-06-23T05:09:45.769Z] #0 1.044 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-06-23T05:09:45.769Z] #150 ... [2025-06-23T05:09:45.769Z] [2025-06-23T05:09:45.769Z] #151 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-06-23T05:09:45.769Z] #0 1.087 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-06-23T05:09:45.769Z] #151 ... [2025-06-23T05:09:45.769Z] [2025-06-23T05:09:45.769Z] #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-06-23T05:09:45.769Z] #0 0.499 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-06-23T05:09:45.769Z] #152 ... [2025-06-23T05:09:45.769Z] [2025-06-23T05:09:45.769Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-23T05:09:45.769Z] #0 1.176 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-06-23T05:09:45.769Z] #153 ... [2025-06-23T05:09:45.769Z] [2025-06-23T05:09:45.769Z] #154 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-06-23T05:09:45.769Z] #0 0.780 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-06-23T05:09:48.287Z] 3e85d5ac6304: Pull complete [2025-06-23T05:09:48.287Z] c3105a71a48b: Pull complete [2025-06-23T05:09:48.870Z] 0f093f025ec4: Pull complete [2025-06-23T05:09:49.136Z] c3106fc0e877: Pull complete [2025-06-23T05:09:49.136Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2025-06-23T05:09:49.136Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-06-23T05:09:49.136Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-23T05:09:49.347Z] prd-ubuntu20.04-docker-arm64-4c-16g-3766 does not seem to be running inside a container [2025-06-23T05:09:49.420Z] $ 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/858 -v /w/workspace/edgex-go/858:/w/workspace/edgex-go/858:rw,z -v /w/workspace/edgex-go/858@tmp:/w/workspace/edgex-go/858@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2025-06-23T05:09:51.467Z] $ docker top f82dcf9b5fc2e2f93a04c9fe3bb77ffd60d5f4487cff7a68fdeda5bb560cb001 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-23T05:09:52.258Z] + docker compose -f ./docker-compose-build.yml build --parallel [2025-06-23T05:10:00.465Z] #1 [support-notifications internal] load build definition from Dockerfile [2025-06-23T05:10:00.465Z] #1 transferring dockerfile: [2025-06-23T05:10:00.737Z] #1 transferring dockerfile: 2.00kB done [2025-06-23T05:10:00.737Z] #1 DONE 0.1s [2025-06-23T05:10:01.323Z] [2025-06-23T05:10:01.323Z] #2 [core-keeper internal] load build definition from Dockerfile [2025-06-23T05:10:01.323Z] #2 transferring dockerfile: 2.01kB done [2025-06-23T05:10:01.323Z] #2 DONE 0.0s [2025-06-23T05:10:01.323Z] [2025-06-23T05:10:01.323Z] #3 [security-proxy-auth internal] load build definition from Dockerfile [2025-06-23T05:10:01.323Z] #3 transferring dockerfile: 2.14kB done [2025-06-23T05:10:01.323Z] #3 DONE 0.1s [2025-06-23T05:10:01.323Z] [2025-06-23T05:10:01.323Z] #4 [security-spire-agent internal] load build definition from Dockerfile [2025-06-23T05:10:01.323Z] #4 transferring dockerfile: 1.81kB done [2025-06-23T05:10:01.323Z] #4 DONE 0.0s [2025-06-23T05:10:01.323Z] [2025-06-23T05:10:01.323Z] #5 [security-spire-config internal] load build definition from Dockerfile [2025-06-23T05:10:01.323Z] #5 transferring dockerfile: 1.69kB done [2025-06-23T05:10:01.593Z] #5 DONE 0.1s [2025-06-23T05:10:01.593Z] [2025-06-23T05:10:01.593Z] #6 [core-metadata internal] load build definition from Dockerfile [2025-06-23T05:10:01.593Z] #6 transferring dockerfile: 2.10kB done [2025-06-23T05:10:01.593Z] #6 DONE 0.1s [2025-06-23T05:10:01.593Z] [2025-06-23T05:10:01.593Z] #7 [core-command internal] load build definition from Dockerfile [2025-06-23T05:10:01.593Z] #7 transferring dockerfile: 1.94kB done [2025-06-23T05:10:01.593Z] #7 DONE 0.1s [2025-06-23T05:10:01.593Z] [2025-06-23T05:10:01.593Z] #8 [security-bootstrapper internal] load build definition from Dockerfile [2025-06-23T05:10:01.593Z] #8 transferring dockerfile: 3.02kB 0.0s done [2025-06-23T05:10:01.593Z] #8 DONE 0.1s [2025-06-23T05:10:01.593Z] [2025-06-23T05:10:01.593Z] #9 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2025-06-23T05:10:01.863Z] #9 transferring dockerfile: 2.23kB 0.0s done [2025-06-23T05:10:01.863Z] #9 DONE 0.1s [2025-06-23T05:10:01.863Z] [2025-06-23T05:10:01.863Z] #10 [support-scheduler internal] load build definition from Dockerfile [2025-06-23T05:10:01.863Z] #10 transferring dockerfile: 1.83kB done [2025-06-23T05:10:01.863Z] #10 DONE 0.1s [2025-06-23T05:10:01.863Z] [2025-06-23T05:10:01.863Z] #11 [security-spire-server internal] load build definition from Dockerfile [2025-06-23T05:10:01.863Z] #11 transferring dockerfile: 1.70kB done [2025-06-23T05:10:01.863Z] #11 DONE 0.1s [2025-06-23T05:10:01.863Z] [2025-06-23T05:10:01.863Z] #12 [security-proxy-setup internal] load build definition from Dockerfile [2025-06-23T05:10:01.863Z] #12 transferring dockerfile: 2.50kB done [2025-06-23T05:10:01.863Z] #12 DONE 0.1s [2025-06-23T05:10:01.863Z] [2025-06-23T05:10:01.863Z] #13 [security-secretstore-setup internal] load build definition from Dockerfile [2025-06-23T05:10:02.129Z] #13 transferring dockerfile: 2.49kB 0.1s done [2025-06-23T05:10:02.129Z] #13 DONE 0.1s [2025-06-23T05:10:02.129Z] [2025-06-23T05:10:02.129Z] #14 [core-data internal] load build definition from Dockerfile [2025-06-23T05:10:02.129Z] #14 transferring dockerfile: 2.04kB 0.0s done [2025-06-23T05:10:02.129Z] #14 DONE 0.1s [2025-06-23T05:10:02.129Z] [2025-06-23T05:10:02.129Z] #15 [security-spiffe-token-provider internal] load build definition from Dockerfile [2025-06-23T05:10:02.129Z] #15 transferring dockerfile: 1.89kB done [2025-06-23T05:10:02.129Z] #15 DONE 0.1s [2025-06-23T05:10:02.129Z] [2025-06-23T05:10:02.129Z] #16 [support-notifications internal] load .dockerignore [2025-06-23T05:10:02.129Z] #16 transferring context: [2025-06-23T05:10:02.395Z] #16 transferring context: 50B 0.0s done [2025-06-23T05:10:02.395Z] #16 DONE 0.1s [2025-06-23T05:10:02.976Z] [2025-06-23T05:10:02.976Z] #17 [core-keeper internal] load .dockerignore [2025-06-23T05:10:02.976Z] #17 transferring context: 50B done [2025-06-23T05:10:02.976Z] #17 DONE 0.1s [2025-06-23T05:10:02.976Z] [2025-06-23T05:10:02.976Z] #18 [security-proxy-auth internal] load .dockerignore [2025-06-23T05:10:02.976Z] #18 transferring context: 50B 0.0s done [2025-06-23T05:10:02.976Z] #18 DONE 0.1s [2025-06-23T05:10:02.976Z] [2025-06-23T05:10:02.976Z] #19 [security-spire-agent internal] load .dockerignore [2025-06-23T05:10:02.976Z] #19 transferring context: 50B done [2025-06-23T05:10:02.976Z] #19 DONE 0.1s [2025-06-23T05:10:02.976Z] [2025-06-23T05:10:02.976Z] #20 [security-spire-config internal] load .dockerignore [2025-06-23T05:10:03.249Z] #20 transferring context: 50B done [2025-06-23T05:10:03.249Z] #20 DONE 0.1s [2025-06-23T05:10:03.249Z] [2025-06-23T05:10:03.249Z] #21 [core-metadata internal] load .dockerignore [2025-06-23T05:10:03.249Z] #21 transferring context: 50B 0.0s done [2025-06-23T05:10:03.249Z] #21 DONE 0.1s [2025-06-23T05:10:03.249Z] [2025-06-23T05:10:03.249Z] #22 [core-command internal] load .dockerignore [2025-06-23T05:10:03.249Z] #22 transferring context: 50B done [2025-06-23T05:10:03.249Z] #22 DONE 0.1s [2025-06-23T05:10:03.249Z] [2025-06-23T05:10:03.249Z] #23 [security-bootstrapper internal] load .dockerignore [2025-06-23T05:10:03.249Z] #23 transferring context: 50B 0.0s done [2025-06-23T05:10:03.249Z] #23 DONE 0.1s [2025-06-23T05:10:03.249Z] [2025-06-23T05:10:03.249Z] #24 [core-common-config-bootstrapper internal] load .dockerignore [2025-06-23T05:10:03.249Z] #24 transferring context: 50B done [2025-06-23T05:10:03.517Z] #24 DONE 0.1s [2025-06-23T05:10:03.517Z] [2025-06-23T05:10:03.517Z] #25 [support-scheduler internal] load .dockerignore [2025-06-23T05:10:03.517Z] #25 transferring context: 50B done [2025-06-23T05:10:03.517Z] #25 DONE 0.1s [2025-06-23T05:10:03.517Z] [2025-06-23T05:10:03.517Z] #26 [security-spire-server internal] load .dockerignore [2025-06-23T05:10:03.517Z] #26 transferring context: 50B 0.0s done [2025-06-23T05:10:03.517Z] #26 DONE 0.1s [2025-06-23T05:10:03.517Z] [2025-06-23T05:10:03.517Z] #27 [security-proxy-setup internal] load .dockerignore [2025-06-23T05:10:03.517Z] #27 transferring context: 50B 0.0s done [2025-06-23T05:10:03.517Z] #27 DONE 0.1s [2025-06-23T05:10:03.517Z] [2025-06-23T05:10:03.517Z] #28 [security-secretstore-setup internal] load .dockerignore [2025-06-23T05:10:03.784Z] #28 transferring context: 50B 0.0s done [2025-06-23T05:10:03.784Z] #28 DONE 0.1s [2025-06-23T05:10:03.784Z] [2025-06-23T05:10:03.784Z] #29 [core-data internal] load .dockerignore [2025-06-23T05:10:03.784Z] #29 transferring context: 50B done [2025-06-23T05:10:03.784Z] #29 DONE 0.1s [2025-06-23T05:10:03.784Z] [2025-06-23T05:10:03.784Z] #30 [security-spiffe-token-provider internal] load .dockerignore [2025-06-23T05:10:03.784Z] #30 transferring context: 50B done [2025-06-23T05:10:03.784Z] #30 DONE 0.1s [2025-06-23T05:10:03.784Z] [2025-06-23T05:10:03.784Z] #31 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-23T05:10:03.784Z] #31 DONE 0.0s [2025-06-23T05:10:03.784Z] [2025-06-23T05:10:03.784Z] #32 [support-notifications internal] load metadata for docker.io/library/alpine:3.20 [2025-06-23T05:10:04.374Z] #32 ... [2025-06-23T05:10:04.374Z] [2025-06-23T05:10:04.374Z] #31 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-23T05:10:04.374Z] #31 DONE 0.0s [2025-06-23T05:10:04.374Z] [2025-06-23T05:10:04.374Z] #33 [support-notifications stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-23T05:10:04.374Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-06-23T05:10:04.374Z] #33 DONE 0.1s [2025-06-23T05:10:04.374Z] [2025-06-23T05:10:04.374Z] #32 [core-keeper internal] load metadata for docker.io/library/alpine:3.20 [2025-06-23T05:10:04.644Z] #32 ... [2025-06-23T05:10:04.644Z] [2025-06-23T05:10:04.644Z] #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-23T05:10:04.644Z] #31 DONE 0.0s [2025-06-23T05:10:04.644Z] [2025-06-23T05:10:04.644Z] #32 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.20 [2025-06-23T05:10:04.645Z] #32 ... [2025-06-23T05:10:04.645Z] [2025-06-23T05:10:04.645Z] #33 [security-proxy-auth stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-23T05:10:04.645Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-06-23T05:10:04.645Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-23T05:10:04.645Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-06-23T05:10:04.645Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-06-23T05:10:04.645Z] #33 DONE 0.4s [2025-06-23T05:10:04.645Z] [2025-06-23T05:10:04.645Z] #32 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.20 [2025-06-23T05:10:04.913Z] #32 ... [2025-06-23T05:10:04.913Z] [2025-06-23T05:10:04.913Z] #31 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-23T05:10:04.913Z] #31 DONE 0.0s [2025-06-23T05:10:04.913Z] [2025-06-23T05:10:04.913Z] #32 [core-metadata internal] load metadata for docker.io/library/alpine:3.20 [2025-06-23T05:10:04.913Z] #32 DONE 0.6s [2025-06-23T05:10:04.913Z] [2025-06-23T05:10:04.913Z] #34 [support-notifications internal] load build context [2025-06-23T05:10:05.180Z] #34 ... [2025-06-23T05:10:05.180Z] [2025-06-23T05:10:05.180Z] #31 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-23T05:10:05.180Z] #31 DONE 0.0s [2025-06-23T05:10:05.180Z] [2025-06-23T05:10:05.180Z] #33 [core-metadata stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-23T05:10:05.180Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-06-23T05:10:05.180Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-23T05:10:05.180Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-06-23T05:10:05.180Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-06-23T05:10:05.180Z] #33 DONE 0.4s [2025-06-23T05:10:05.180Z] [2025-06-23T05:10:05.180Z] #34 [support-notifications internal] load build context [2025-06-23T05:10:05.180Z] #34 ... [2025-06-23T05:10:05.180Z] [2025-06-23T05:10:05.180Z] #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-23T05:10:05.180Z] #31 DONE 0.0s [2025-06-23T05:10:05.448Z] [2025-06-23T05:10:05.448Z] #34 [support-notifications internal] load build context [2025-06-23T05:10:05.448Z] #34 ... [2025-06-23T05:10:05.448Z] [2025-06-23T05:10:05.448Z] #32 [core-command internal] load metadata for docker.io/library/alpine:3.20 [2025-06-23T05:10:05.448Z] #32 DONE 0.8s [2025-06-23T05:10:05.448Z] [2025-06-23T05:10:05.448Z] #33 [security-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-23T05:10:05.448Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-06-23T05:10:05.448Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-23T05:10:05.448Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-06-23T05:10:05.448Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-06-23T05:10:05.448Z] #33 DONE 0.5s [2025-06-23T05:10:05.720Z] [2025-06-23T05:10:05.720Z] #31 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-23T05:10:05.720Z] #31 DONE 0.0s [2025-06-23T05:10:05.720Z] [2025-06-23T05:10:05.720Z] #34 [support-notifications internal] load build context [2025-06-23T05:10:05.720Z] #34 transferring context: 3.22MB 1.0s done [2025-06-23T05:10:05.991Z] #34 DONE 1.4s [2025-06-23T05:10:05.991Z] [2025-06-23T05:10:05.991Z] #33 [core-common-config-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-23T05:10:05.991Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-06-23T05:10:05.991Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-23T05:10:05.991Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-06-23T05:10:05.991Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-06-23T05:10:05.991Z] #33 DONE 0.5s [2025-06-23T05:10:05.991Z] [2025-06-23T05:10:05.991Z] #31 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-23T05:10:05.991Z] #31 DONE 0.0s [2025-06-23T05:10:05.991Z] [2025-06-23T05:10:05.991Z] #32 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.20 [2025-06-23T05:10:06.261Z] #32 ... [2025-06-23T05:10:06.261Z] [2025-06-23T05:10:06.261Z] #31 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-23T05:10:06.261Z] #31 DONE 0.0s [2025-06-23T05:10:06.261Z] [2025-06-23T05:10:06.261Z] #32 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.20 [2025-06-23T05:10:06.539Z] #32 ... [2025-06-23T05:10:06.539Z] [2025-06-23T05:10:06.539Z] #31 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-23T05:10:06.539Z] #31 DONE 0.0s [2025-06-23T05:10:06.539Z] [2025-06-23T05:10:06.539Z] #32 [core-data internal] load metadata for docker.io/library/alpine:3.20 [2025-06-23T05:10:06.539Z] #32 DONE 1.7s [2025-06-23T05:10:06.539Z] [2025-06-23T05:10:06.539Z] #33 [core-data stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-23T05:10:06.539Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-06-23T05:10:06.539Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-23T05:10:06.539Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-06-23T05:10:06.539Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-06-23T05:10:06.539Z] #33 DONE 0.6s [2025-06-23T05:10:06.539Z] [2025-06-23T05:10:06.539Z] #35 [security-proxy-auth internal] load build context [2025-06-23T05:10:06.539Z] #35 transferring context: 3.22MB 1.4s done [2025-06-23T05:10:06.539Z] #35 DONE 1.9s [2025-06-23T05:10:06.539Z] [2025-06-23T05:10:06.539Z] #36 [core-keeper internal] load build context [2025-06-23T05:10:06.810Z] #36 ... [2025-06-23T05:10:06.810Z] [2025-06-23T05:10:06.810Z] #33 [security-secretstore-setup stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-23T05:10:06.810Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-06-23T05:10:06.810Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-23T05:10:06.810Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-06-23T05:10:06.810Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-06-23T05:10:06.810Z] #33 DONE 0.6s [2025-06-23T05:10:06.810Z] [2025-06-23T05:10:06.810Z] #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-23T05:10:06.810Z] #31 DONE 0.0s [2025-06-23T05:10:06.810Z] [2025-06-23T05:10:06.810Z] #37 [security-secretstore-setup internal] load build context [2025-06-23T05:10:06.810Z] #37 DONE 0.0s [2025-06-23T05:10:06.810Z] [2025-06-23T05:10:06.810Z] #38 [security-proxy-setup internal] load build context [2025-06-23T05:10:06.810Z] #38 DONE 0.0s [2025-06-23T05:10:06.810Z] [2025-06-23T05:10:06.810Z] #36 [core-keeper internal] load build context [2025-06-23T05:10:06.810Z] #36 transferring context: 3.22MB 1.9s done [2025-06-23T05:10:07.078Z] #36 ... [2025-06-23T05:10:07.079Z] [2025-06-23T05:10:07.079Z] #39 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 [2025-06-23T05:10:07.079Z] #39 DONE 2.5s [2025-06-23T05:10:07.349Z] [2025-06-23T05:10:07.349Z] #40 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-06-23T05:10:07.619Z] #40 ... [2025-06-23T05:10:07.619Z] [2025-06-23T05:10:07.619Z] #41 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-06-23T05:10:07.619Z] #41 DONE 3.0s [2025-06-23T05:10:08.011Z] [2025-06-23T05:10:08.011Z] #33 [security-spire-server stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-23T05:10:08.011Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-06-23T05:10:08.011Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-23T05:10:08.011Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-06-23T05:10:08.011Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-06-23T05:10:08.011Z] #33 DONE 0.6s [2025-06-23T05:10:08.011Z] [2025-06-23T05:10:08.011Z] #42 [core-command internal] load build context [2025-06-23T05:10:08.011Z] #42 ... [2025-06-23T05:10:08.011Z] [2025-06-23T05:10:08.011Z] #33 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-23T05:10:08.011Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-06-23T05:10:08.011Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-23T05:10:08.011Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-06-23T05:10:08.011Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-06-23T05:10:08.011Z] #33 DONE 0.6s [2025-06-23T05:10:08.011Z] [2025-06-23T05:10:08.011Z] #43 [security-spire-server internal] load build context [2025-06-23T05:10:08.011Z] #43 DONE 0.0s [2025-06-23T05:10:08.011Z] [2025-06-23T05:10:08.011Z] #44 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-23T05:10:08.011Z] #44 DONE 0.0s [2025-06-23T05:10:08.011Z] [2025-06-23T05:10:08.011Z] #42 [core-command internal] load build context [2025-06-23T05:10:08.011Z] #42 ... [2025-06-23T05:10:08.011Z] [2025-06-23T05:10:08.011Z] #33 [security-spire-config stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-23T05:10:08.011Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-06-23T05:10:08.011Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-23T05:10:08.011Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-06-23T05:10:08.011Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-06-23T05:10:08.011Z] #33 DONE 0.6s [2025-06-23T05:10:08.011Z] [2025-06-23T05:10:08.011Z] #42 [core-command internal] load build context [2025-06-23T05:10:08.293Z] #42 ... [2025-06-23T05:10:08.293Z] [2025-06-23T05:10:08.293Z] #32 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.20 [2025-06-23T05:10:08.293Z] #32 DONE 3.3s [2025-06-23T05:10:08.574Z] [2025-06-23T05:10:08.574Z] #42 [core-command internal] load build context [2025-06-23T05:10:08.574Z] #42 ... [2025-06-23T05:10:08.574Z] [2025-06-23T05:10:08.574Z] #33 [security-spiffe-token-provider stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-23T05:10:08.574Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-06-23T05:10:08.574Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-23T05:10:08.574Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-06-23T05:10:08.574Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-06-23T05:10:08.574Z] #33 DONE 0.7s [2025-06-23T05:10:08.881Z] [2025-06-23T05:10:08.881Z] #42 [core-command internal] load build context [2025-06-23T05:10:09.170Z] #42 transferring context: 3.22MB 3.4s done [2025-06-23T05:10:09.777Z] #42 ... [2025-06-23T05:10:09.777Z] [2025-06-23T05:10:09.777Z] #45 [core-metadata internal] load build context [2025-06-23T05:10:09.777Z] #45 transferring context: 3.22MB 3.2s done [2025-06-23T05:10:09.777Z] #45 DONE 4.5s [2025-06-23T05:10:09.777Z] [2025-06-23T05:10:09.777Z] #36 [core-keeper internal] load build context [2025-06-23T05:10:09.777Z] #36 DONE 5.0s [2025-06-23T05:10:09.777Z] [2025-06-23T05:10:09.777Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-23T05:10:09.777Z] #44 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.4s done [2025-06-23T05:10:09.777Z] #44 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-06-23T05:10:09.777Z] #44 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done [2025-06-23T05:10:09.777Z] #44 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done [2025-06-23T05:10:10.064Z] #44 ... [2025-06-23T05:10:10.064Z] [2025-06-23T05:10:10.064Z] #42 [core-command internal] load build context [2025-06-23T05:10:10.064Z] #42 DONE 4.5s [2025-06-23T05:10:10.064Z] [2025-06-23T05:10:10.064Z] #46 [security-bootstrapper internal] load build context [2025-06-23T05:10:10.064Z] #46 transferring context: 3.22MB 3.5s done [2025-06-23T05:10:10.064Z] #46 DONE 4.6s [2025-06-23T05:10:10.064Z] [2025-06-23T05:10:10.064Z] #47 [core-common-config-bootstrapper internal] load build context [2025-06-23T05:10:10.332Z] #47 transferring context: 3.22MB 3.6s done [2025-06-23T05:10:10.937Z] #47 ... [2025-06-23T05:10:10.937Z] [2025-06-23T05:10:10.937Z] #48 [support-scheduler internal] load build context [2025-06-23T05:10:10.937Z] #48 transferring context: 3.22MB 2.9s done [2025-06-23T05:10:10.937Z] #48 DONE 4.8s [2025-06-23T05:10:10.937Z] [2025-06-23T05:10:10.937Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-23T05:10:10.937Z] #44 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.6s done [2025-06-23T05:10:10.937Z] #44 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 1.0s [2025-06-23T05:10:10.937Z] #44 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 1.0s [2025-06-23T05:10:10.937Z] #44 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.3s done [2025-06-23T05:10:10.937Z] #44 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 0B / 33.17MB 1.0s [2025-06-23T05:10:11.247Z] #44 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.5s [2025-06-23T05:10:11.247Z] #44 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 1.5s done [2025-06-23T05:10:11.844Z] #44 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.7s done [2025-06-23T05:10:12.121Z] #44 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 1.93MB / 33.17MB 2.4s [2025-06-23T05:10:12.712Z] #44 ... [2025-06-23T05:10:12.712Z] [2025-06-23T05:10:12.712Z] #47 [core-common-config-bootstrapper internal] load build context [2025-06-23T05:10:12.712Z] #47 DONE 6.7s [2025-06-23T05:10:12.712Z] [2025-06-23T05:10:12.712Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-23T05:10:13.313Z] #44 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 3.80MB / 33.17MB 3.5s [2025-06-23T05:10:13.582Z] #44 ... [2025-06-23T05:10:13.582Z] [2025-06-23T05:10:13.582Z] #49 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-06-23T05:10:13.582Z] #49 DONE 8.9s [2025-06-23T05:10:13.582Z] [2025-06-23T05:10:13.582Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-23T05:10:14.171Z] #44 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be [2025-06-23T05:10:14.440Z] #44 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.2s done [2025-06-23T05:10:14.440Z] #44 ... [2025-06-23T05:10:14.440Z] [2025-06-23T05:10:14.440Z] #50 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-06-23T05:10:14.440Z] #50 ... [2025-06-23T05:10:14.440Z] [2025-06-23T05:10:14.440Z] #51 [security-spire-agent internal] load build context [2025-06-23T05:10:14.440Z] #51 transferring context: 23.33kB 0.2s done [2025-06-23T05:10:14.440Z] #51 DONE 6.5s [2025-06-23T05:10:14.440Z] [2025-06-23T05:10:14.440Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-23T05:10:14.440Z] #44 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 6.29MB / 33.17MB 4.7s [2025-06-23T05:10:14.440Z] #44 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.2s done [2025-06-23T05:10:15.028Z] #44 ... [2025-06-23T05:10:15.028Z] [2025-06-23T05:10:15.028Z] #52 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-06-23T05:10:15.028Z] #0 8.555 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-23T05:10:15.028Z] #0 9.249 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-23T05:10:15.028Z] #52 ... [2025-06-23T05:10:15.028Z] [2025-06-23T05:10:15.028Z] #53 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-06-23T05:10:15.028Z] #0 6.942 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-23T05:10:15.028Z] #0 7.598 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-23T05:10:15.028Z] #53 ... [2025-06-23T05:10:15.028Z] [2025-06-23T05:10:15.028Z] #54 [security-spire-config internal] load build context [2025-06-23T05:10:15.028Z] #54 transferring context: 22.05kB 0.2s done [2025-06-23T05:10:15.028Z] #54 DONE 7.2s [2025-06-23T05:10:15.028Z] [2025-06-23T05:10:15.028Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-23T05:10:15.028Z] #44 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 8.39MB / 33.17MB 5.3s [2025-06-23T05:10:15.636Z] #44 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 10.49MB / 33.17MB 5.7s [2025-06-23T05:10:15.636Z] #44 ... [2025-06-23T05:10:15.636Z] [2025-06-23T05:10:15.636Z] #55 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-06-23T05:10:15.636Z] #0 5.438 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-23T05:10:15.636Z] #0 6.067 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-23T05:10:15.636Z] #0 9.088 (1/2) Installing dumb-init (1.2.5-r3) [2025-06-23T05:10:15.636Z] #0 9.146 (2/2) Installing su-exec (0.2-r3) [2025-06-23T05:10:15.636Z] #0 9.235 Executing busybox-1.36.1-r29.trigger [2025-06-23T05:10:15.636Z] #0 9.255 OK: 9 MiB in 16 packages [2025-06-23T05:10:15.906Z] #55 ... [2025-06-23T05:10:15.906Z] [2025-06-23T05:10:15.906Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-23T05:10:16.184Z] #44 ... [2025-06-23T05:10:16.184Z] [2025-06-23T05:10:16.184Z] #43 [security-spire-server internal] load build context [2025-06-23T05:10:16.184Z] #43 transferring context: 23.80kB 0.3s done [2025-06-23T05:10:16.184Z] #43 DONE 8.3s [2025-06-23T05:10:16.184Z] [2025-06-23T05:10:16.184Z] #56 [security-spiffe-token-provider internal] load build context [2025-06-23T05:10:16.454Z] #56 ... [2025-06-23T05:10:16.454Z] [2025-06-23T05:10:16.454Z] #50 [core-data builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-06-23T05:10:16.454Z] #50 DONE 12.9s [2025-06-23T05:10:16.454Z] [2025-06-23T05:10:16.454Z] #56 [security-spiffe-token-provider internal] load build context [2025-06-23T05:10:16.454Z] #56 ... [2025-06-23T05:10:16.454Z] [2025-06-23T05:10:16.454Z] #57 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-06-23T05:10:16.454Z] #57 ... [2025-06-23T05:10:16.454Z] [2025-06-23T05:10:16.454Z] #56 [security-spiffe-token-provider internal] load build context [2025-06-23T05:10:16.724Z] #56 ... [2025-06-23T05:10:16.724Z] [2025-06-23T05:10:16.724Z] #38 [security-proxy-setup internal] load build context [2025-06-23T05:10:16.993Z] #38 ... [2025-06-23T05:10:16.993Z] [2025-06-23T05:10:16.993Z] #37 [security-secretstore-setup internal] load build context [2025-06-23T05:10:16.993Z] #37 ... [2025-06-23T05:10:16.993Z] [2025-06-23T05:10:16.993Z] #58 [core-data internal] load build context [2025-06-23T05:10:16.993Z] #58 ... [2025-06-23T05:10:16.993Z] [2025-06-23T05:10:16.993Z] #55 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-06-23T05:10:16.993Z] #55 DONE 11.3s [2025-06-23T05:10:16.993Z] [2025-06-23T05:10:16.993Z] #58 [core-data internal] load build context [2025-06-23T05:10:16.993Z] #58 ... [2025-06-23T05:10:16.993Z] [2025-06-23T05:10:16.993Z] #52 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-06-23T05:10:16.993Z] #52 12.04 (1/1) Installing dumb-init (1.2.5-r3) [2025-06-23T05:10:16.993Z] #52 12.04 Executing busybox-1.36.1-r29.trigger [2025-06-23T05:10:16.993Z] #52 12.15 OK: 9 MiB in 15 packages [2025-06-23T05:10:17.578Z] #52 ... [2025-06-23T05:10:17.578Z] [2025-06-23T05:10:17.578Z] #53 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-06-23T05:10:17.578Z] #53 10.52 (1/7) Installing ca-certificates (20241121-r1) [2025-06-23T05:10:17.578Z] #53 10.52 (2/7) Installing dumb-init (1.2.5-r3) [2025-06-23T05:10:17.578Z] #53 10.52 (3/7) Installing libgcc (13.2.1_git20240309-r1) [2025-06-23T05:10:17.578Z] #53 10.52 (4/7) Installing libsodium (1.0.19-r0) [2025-06-23T05:10:17.578Z] #53 10.52 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) [2025-06-23T05:10:17.578Z] #53 10.58 (6/7) Installing libzmq (4.3.5-r2) [2025-06-23T05:10:17.578Z] #53 10.63 (7/7) Installing zeromq (4.3.5-r2) [2025-06-23T05:10:17.578Z] #53 10.71 Executing busybox-1.36.1-r29.trigger [2025-06-23T05:10:17.578Z] #53 10.80 Executing ca-certificates-20241121-r1.trigger [2025-06-23T05:10:17.578Z] #53 11.37 OK: 14 MiB in 21 packages [2025-06-23T05:10:17.578Z] #53 DONE 12.6s [2025-06-23T05:10:17.578Z] [2025-06-23T05:10:17.578Z] #59 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-06-23T05:10:17.578Z] #59 ... [2025-06-23T05:10:17.578Z] [2025-06-23T05:10:17.579Z] #60 [security-secretstore-setup builder 2/7] WORKDIR /edgex-go [2025-06-23T05:10:17.846Z] #60 ... [2025-06-23T05:10:17.846Z] [2025-06-23T05:10:17.846Z] #38 [security-proxy-setup internal] load build context [2025-06-23T05:10:17.846Z] #38 transferring context: 3.22MB 6.8s done [2025-06-23T05:10:17.846Z] #38 DONE 11.0s [2025-06-23T05:10:17.846Z] [2025-06-23T05:10:17.846Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-23T05:10:17.846Z] #44 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 16.32MB / 33.17MB 8.0s [2025-06-23T05:10:17.846Z] #44 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done [2025-06-23T05:10:17.846Z] #44 ... [2025-06-23T05:10:17.846Z] [2025-06-23T05:10:17.846Z] #61 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-06-23T05:10:18.115Z] #61 ... [2025-06-23T05:10:18.115Z] [2025-06-23T05:10:18.115Z] #62 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-23T05:10:18.115Z] #62 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.5s done [2025-06-23T05:10:18.115Z] #62 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done [2025-06-23T05:10:18.115Z] #62 sha256:e81b72a68d76b0e0df52247b9790de839a7321008b1f01dade49a9205896959b 1.05kB / 1.05kB done [2025-06-23T05:10:18.115Z] #62 sha256:ed3dcd9259b2c881c72642150b0878715420e4dc7a6eb469171aecff31ef0520 1.72kB / 1.72kB done [2025-06-23T05:10:18.115Z] #62 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.3s done [2025-06-23T05:10:18.115Z] #62 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.5s done [2025-06-23T05:10:18.115Z] #62 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.6s done [2025-06-23T05:10:18.115Z] #62 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 13.63MB / 14.28MB 8.0s [2025-06-23T05:10:18.115Z] #62 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 2.8s done [2025-06-23T05:10:18.115Z] #62 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 0.0s done [2025-06-23T05:10:18.385Z] #62 ... [2025-06-23T05:10:18.385Z] [2025-06-23T05:10:18.385Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-23T05:10:18.385Z] #44 ... [2025-06-23T05:10:18.385Z] [2025-06-23T05:10:18.385Z] #52 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-06-23T05:10:18.385Z] #52 DONE 13.7s [2025-06-23T05:10:18.385Z] [2025-06-23T05:10:18.385Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-23T05:10:18.385Z] #44 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 19.17MB / 33.17MB 8.6s [2025-06-23T05:10:18.385Z] #44 ... [2025-06-23T05:10:18.385Z] [2025-06-23T05:10:18.385Z] #63 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-06-23T05:10:18.385Z] #63 ... [2025-06-23T05:10:18.385Z] [2025-06-23T05:10:18.385Z] #59 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-06-23T05:10:18.385Z] #59 11.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-23T05:10:18.970Z] #59 ... [2025-06-23T05:10:18.970Z] [2025-06-23T05:10:18.970Z] #58 [core-data internal] load build context [2025-06-23T05:10:18.970Z] #58 transferring context: 3.22MB 7.3s done [2025-06-23T05:10:18.970Z] #58 DONE 12.2s [2025-06-23T05:10:18.970Z] [2025-06-23T05:10:18.970Z] #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-06-23T05:10:19.237Z] #64 ... [2025-06-23T05:10:19.237Z] [2025-06-23T05:10:19.237Z] #65 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade [2025-06-23T05:10:19.504Z] #65 ... [2025-06-23T05:10:19.504Z] [2025-06-23T05:10:19.504Z] #66 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-06-23T05:10:19.504Z] #66 ... [2025-06-23T05:10:19.504Z] [2025-06-23T05:10:19.504Z] #60 [support-scheduler builder 2/7] WORKDIR /edgex-go [2025-06-23T05:10:20.088Z] #60 DONE 3.2s [2025-06-23T05:10:20.088Z] [2025-06-23T05:10:20.088Z] #67 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2025-06-23T05:10:20.088Z] #67 ... [2025-06-23T05:10:20.088Z] [2025-06-23T05:10:20.088Z] #37 [security-secretstore-setup internal] load build context [2025-06-23T05:10:20.088Z] #37 transferring context: 3.22MB 9.1s done [2025-06-23T05:10:20.088Z] #37 DONE 13.3s [2025-06-23T05:10:20.088Z] [2025-06-23T05:10:20.088Z] #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-06-23T05:10:20.088Z] #64 11.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-23T05:10:21.065Z] #64 ... [2025-06-23T05:10:21.065Z] [2025-06-23T05:10:21.065Z] #56 [security-spiffe-token-provider internal] load build context [2025-06-23T05:10:21.065Z] #56 transferring context: 3.22MB 7.7s done [2025-06-23T05:10:21.065Z] #56 DONE 11.9s [2025-06-23T05:10:21.065Z] [2025-06-23T05:10:21.065Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-23T05:10:21.065Z] #44 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 28.31MB / 33.17MB 11.2s [2025-06-23T05:10:22.495Z] #44 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 30.41MB / 33.17MB 12.4s [2025-06-23T05:10:23.477Z] #44 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 32.26MB / 33.17MB 13.5s [2025-06-23T05:10:23.746Z] #44 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 13.7s done [2025-06-23T05:10:24.340Z] #44 ... [2025-06-23T05:10:24.340Z] [2025-06-23T05:10:24.340Z] #68 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-06-23T05:10:24.610Z] #68 ... [2025-06-23T05:10:24.610Z] [2025-06-23T05:10:24.610Z] #69 [core-command builder 3/7] RUN apk add --update --no-cache make git [2025-06-23T05:10:24.880Z] #69 ... [2025-06-23T05:10:24.880Z] [2025-06-23T05:10:24.880Z] #40 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-06-23T05:10:24.880Z] #40 9.349 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-23T05:10:24.880Z] #40 10.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-23T05:10:24.880Z] #40 13.11 (1/4) Installing dumb-init (1.2.5-r3) [2025-06-23T05:10:24.880Z] #40 13.14 (2/4) Installing openssl (3.3.3-r0) [2025-06-23T05:10:24.880Z] #40 13.24 (3/4) Installing su-exec (0.2-r3) [2025-06-23T05:10:24.880Z] #40 13.27 (4/4) Installing yq-go (4.44.1-r2) [2025-06-23T05:10:24.880Z] #40 14.87 Executing busybox-1.36.1-r29.trigger [2025-06-23T05:10:24.880Z] #40 15.08 OK: 20 MiB in 18 packages [2025-06-23T05:10:24.880Z] #40 DONE 17.5s [2025-06-23T05:10:24.880Z] [2025-06-23T05:10:24.880Z] #70 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-06-23T05:10:27.467Z] #70 ... [2025-06-23T05:10:27.467Z] [2025-06-23T05:10:27.467Z] #71 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-06-23T05:10:27.467Z] #71 ... [2025-06-23T05:10:27.467Z] [2025-06-23T05:10:27.467Z] #61 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-06-23T05:10:27.467Z] #61 10.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-23T05:10:27.467Z] #61 11.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-23T05:10:27.467Z] #61 17.93 (1/1) Installing dumb-init (1.2.5-r3) [2025-06-23T05:10:27.467Z] #61 17.95 Executing busybox-1.36.1-r29.trigger [2025-06-23T05:10:27.467Z] #61 18.04 OK: 9 MiB in 15 packages [2025-06-23T05:10:27.467Z] #61 DONE 19.5s [2025-06-23T05:10:27.467Z] [2025-06-23T05:10:27.467Z] #62 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-23T05:10:27.467Z] #62 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 8.5s done [2025-06-23T05:10:27.467Z] #62 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 6.3s [2025-06-23T05:10:27.467Z] #62 ... [2025-06-23T05:10:27.467Z] [2025-06-23T05:10:27.467Z] #65 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade [2025-06-23T05:10:27.467Z] #65 8.744 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-23T05:10:27.467Z] #65 ... [2025-06-23T05:10:27.467Z] [2025-06-23T05:10:27.467Z] #72 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-06-23T05:10:27.738Z] #72 ... [2025-06-23T05:10:27.738Z] [2025-06-23T05:10:27.738Z] #57 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-06-23T05:10:27.738Z] #57 11.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-23T05:10:27.738Z] #57 12.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-23T05:10:27.738Z] #57 17.47 (1/3) Installing ca-certificates (20241121-r1) [2025-06-23T05:10:27.738Z] #57 17.85 (2/3) Installing dumb-init (1.2.5-r3) [2025-06-23T05:10:27.738Z] #57 17.88 (3/3) Installing tzdata (2025b-r0) [2025-06-23T05:10:27.738Z] #57 19.00 Executing busybox-1.36.1-r29.trigger [2025-06-23T05:10:27.738Z] #57 19.15 Executing ca-certificates-20241121-r1.trigger [2025-06-23T05:10:27.738Z] #57 19.93 OK: 11 MiB in 17 packages [2025-06-23T05:10:28.006Z] #57 ... [2025-06-23T05:10:28.006Z] [2025-06-23T05:10:28.006Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-23T05:10:28.006Z] #44 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b [2025-06-23T05:10:28.006Z] #44 ... [2025-06-23T05:10:28.006Z] [2025-06-23T05:10:28.006Z] #57 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-06-23T05:10:28.006Z] #57 DONE 21.8s [2025-06-23T05:10:28.276Z] [2025-06-23T05:10:28.276Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-23T05:10:29.242Z] #44 ... [2025-06-23T05:10:29.242Z] [2025-06-23T05:10:29.242Z] #59 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-06-23T05:10:29.242Z] #59 11.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-23T05:10:29.242Z] #59 18.10 (1/4) Installing ca-certificates (20241121-r1) [2025-06-23T05:10:29.242Z] #59 18.37 (2/4) Installing dumb-init (1.2.5-r3) [2025-06-23T05:10:29.242Z] #59 18.39 (3/4) Installing su-exec (0.2-r3) [2025-06-23T05:10:29.242Z] #59 18.40 (4/4) Installing yq-go (4.44.1-r2) [2025-06-23T05:10:29.242Z] #59 19.69 Executing busybox-1.36.1-r29.trigger [2025-06-23T05:10:29.242Z] #59 19.87 Executing ca-certificates-20241121-r1.trigger [2025-06-23T05:10:29.242Z] #59 20.90 OK: 20 MiB in 18 packages [2025-06-23T05:10:29.242Z] #59 DONE 22.0s [2025-06-23T05:10:29.514Z] [2025-06-23T05:10:29.514Z] #73 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-06-23T05:10:29.797Z] #73 ... [2025-06-23T05:10:29.797Z] [2025-06-23T05:10:29.797Z] #74 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-06-23T05:10:29.797Z] #74 ... [2025-06-23T05:10:29.797Z] [2025-06-23T05:10:29.797Z] #63 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-06-23T05:10:29.797Z] #63 11.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-23T05:10:29.797Z] #63 12.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-23T05:10:29.797Z] #63 17.59 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-23T05:10:29.797Z] #63 17.59 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-23T05:10:29.797Z] #63 17.59 OK: 24049 distinct packages available [2025-06-23T05:10:29.797Z] #63 18.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-23T05:10:29.797Z] #63 19.80 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-23T05:10:30.074Z] #63 ... [2025-06-23T05:10:30.074Z] [2025-06-23T05:10:30.074Z] #75 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-06-23T05:10:30.074Z] #75 ... [2025-06-23T05:10:30.074Z] [2025-06-23T05:10:30.074Z] #76 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-06-23T05:10:30.342Z] #76 ... [2025-06-23T05:10:30.342Z] [2025-06-23T05:10:30.342Z] #77 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-06-23T05:10:30.342Z] #77 ... [2025-06-23T05:10:30.342Z] [2025-06-23T05:10:30.342Z] #62 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-23T05:10:31.750Z] #62 ... [2025-06-23T05:10:31.750Z] [2025-06-23T05:10:31.750Z] #66 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-06-23T05:10:31.750Z] #66 12.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-23T05:10:31.750Z] #66 14.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-23T05:10:31.750Z] #66 19.30 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-23T05:10:31.750Z] #66 19.30 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-23T05:10:31.750Z] #66 19.30 OK: 24049 distinct packages available [2025-06-23T05:10:31.750Z] #66 20.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-23T05:10:31.750Z] #66 21.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-23T05:10:31.751Z] #66 ... [2025-06-23T05:10:31.751Z] [2025-06-23T05:10:31.751Z] #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-06-23T05:10:31.751Z] #64 12.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-23T05:10:31.751Z] #64 19.43 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-23T05:10:31.751Z] #64 19.43 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-23T05:10:31.751Z] #64 19.43 OK: 24049 distinct packages available [2025-06-23T05:10:31.751Z] #64 20.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-23T05:10:31.751Z] #64 22.44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-23T05:10:31.751Z] #64 ... [2025-06-23T05:10:31.751Z] [2025-06-23T05:10:31.751Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-23T05:10:32.715Z] #44 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 5.1s [2025-06-23T05:10:33.300Z] #44 ... [2025-06-23T05:10:33.300Z] [2025-06-23T05:10:33.300Z] #75 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-06-23T05:10:33.300Z] #75 DONE 13.4s [2025-06-23T05:10:33.574Z] [2025-06-23T05:10:33.574Z] #62 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-23T05:10:33.574Z] #62 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 12.5s [2025-06-23T05:10:34.992Z] #62 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.1s done [2025-06-23T05:10:35.956Z] #62 DONE 27.9s [2025-06-23T05:10:35.956Z] [2025-06-23T05:10:35.956Z] #63 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-06-23T05:10:35.956Z] #63 26.81 (1/5) Installing dumb-init (1.2.5-r3) [2025-06-23T05:10:35.956Z] #63 26.89 (2/5) Installing musl-obstack (1.2.3-r2) [2025-06-23T05:10:35.956Z] #63 26.94 (3/5) Installing libucontext (1.2-r3) [2025-06-23T05:10:35.956Z] #63 26.96 (4/5) Installing gcompat (1.1.0-r4) [2025-06-23T05:10:35.956Z] #63 26.98 (5/5) Installing openssl (3.3.3-r0) [2025-06-23T05:10:35.956Z] #63 27.08 Executing busybox-1.36.1-r29.trigger [2025-06-23T05:10:35.956Z] #63 27.22 OK: 10 MiB in 19 packages [2025-06-23T05:10:36.544Z] #63 ... [2025-06-23T05:10:36.544Z] [2025-06-23T05:10:36.544Z] #68 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-06-23T05:10:36.544Z] #68 12.38 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-23T05:10:36.544Z] #68 15.92 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-23T05:10:36.817Z] #68 ... [2025-06-23T05:10:36.817Z] [2025-06-23T05:10:36.817Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-23T05:10:37.407Z] #44 ... [2025-06-23T05:10:37.407Z] [2025-06-23T05:10:37.407Z] #78 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-06-23T05:10:37.407Z] #0 8.318 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-23T05:10:37.407Z] #78 ... [2025-06-23T05:10:37.407Z] [2025-06-23T05:10:37.407Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-23T05:10:37.993Z] #44 ... [2025-06-23T05:10:37.993Z] [2025-06-23T05:10:37.993Z] #63 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-06-23T05:10:37.993Z] #63 DONE 29.6s [2025-06-23T05:10:37.993Z] [2025-06-23T05:10:37.993Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-23T05:10:37.993Z] #44 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 10.4s [2025-06-23T05:10:37.993Z] #44 ... [2025-06-23T05:10:37.993Z] [2025-06-23T05:10:37.993Z] #79 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-06-23T05:10:37.993Z] #0 8.265 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-23T05:10:38.268Z] #79 ... [2025-06-23T05:10:38.268Z] [2025-06-23T05:10:38.268Z] #65 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade [2025-06-23T05:10:38.268Z] #65 10.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-23T05:10:38.268Z] #65 17.24 OK: 9 MiB in 15 packages [2025-06-23T05:10:38.268Z] #65 DONE 19.4s [2025-06-23T05:10:38.268Z] [2025-06-23T05:10:38.268Z] #71 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-06-23T05:10:38.268Z] #71 10.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-23T05:10:38.268Z] #71 11.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-23T05:10:38.268Z] #71 19.90 OK: 9 MiB in 16 packages [2025-06-23T05:10:38.268Z] #71 ... [2025-06-23T05:10:38.268Z] [2025-06-23T05:10:38.268Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-23T05:10:38.856Z] #44 ... [2025-06-23T05:10:38.856Z] [2025-06-23T05:10:38.856Z] #71 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-06-23T05:10:38.856Z] #71 DONE 21.8s [2025-06-23T05:10:39.124Z] [2025-06-23T05:10:39.124Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-23T05:10:40.085Z] #44 ... [2025-06-23T05:10:40.085Z] [2025-06-23T05:10:40.085Z] #72 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-06-23T05:10:40.085Z] #72 12.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-23T05:10:40.085Z] #72 14.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-23T05:10:40.085Z] #72 ... [2025-06-23T05:10:40.085Z] [2025-06-23T05:10:40.085Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-23T05:10:42.672Z] #44 ... [2025-06-23T05:10:42.672Z] [2025-06-23T05:10:42.672Z] #67 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2025-06-23T05:10:42.672Z] #67 12.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-23T05:10:42.672Z] #67 14.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-23T05:10:42.672Z] #67 ... [2025-06-23T05:10:42.672Z] [2025-06-23T05:10:42.672Z] #77 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-06-23T05:10:42.672Z] #77 12.51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-23T05:10:42.672Z] #77 14.31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-23T05:10:42.672Z] #77 ... [2025-06-23T05:10:42.672Z] [2025-06-23T05:10:42.672Z] #72 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-06-23T05:10:42.672Z] #72 23.44 OK: 14 MiB in 21 packages [2025-06-23T05:10:42.672Z] #72 DONE 25.2s [2025-06-23T05:10:42.672Z] [2025-06-23T05:10:42.672Z] #76 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-06-23T05:10:42.673Z] #76 12.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-23T05:10:42.673Z] #76 14.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-23T05:10:42.940Z] #76 ... [2025-06-23T05:10:42.940Z] [2025-06-23T05:10:42.941Z] #80 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-06-23T05:10:42.941Z] #80 DONE 3.9s [2025-06-23T05:10:42.941Z] [2025-06-23T05:10:42.941Z] #69 [core-command builder 3/7] RUN apk add --update --no-cache make git [2025-06-23T05:10:42.941Z] #69 12.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-23T05:10:42.941Z] #69 14.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-23T05:10:42.941Z] #69 ... [2025-06-23T05:10:42.941Z] [2025-06-23T05:10:42.941Z] #74 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-06-23T05:10:42.941Z] #74 13.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-23T05:10:42.941Z] #74 15.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-23T05:10:43.216Z] #74 ... [2025-06-23T05:10:43.216Z] [2025-06-23T05:10:43.216Z] #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-06-23T05:10:43.216Z] #64 33.50 (1/4) Installing dumb-init (1.2.5-r3) [2025-06-23T05:10:43.216Z] #64 33.57 (2/4) Installing musl-obstack (1.2.3-r2) [2025-06-23T05:10:43.216Z] #64 33.64 (3/4) Installing libucontext (1.2-r3) [2025-06-23T05:10:43.216Z] #64 33.66 (4/4) Installing gcompat (1.1.0-r4) [2025-06-23T05:10:43.216Z] #64 33.70 Executing busybox-1.36.1-r29.trigger [2025-06-23T05:10:43.216Z] #64 33.90 OK: 9 MiB in 18 packages [2025-06-23T05:10:43.216Z] #64 ... [2025-06-23T05:10:43.216Z] [2025-06-23T05:10:43.216Z] #81 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2025-06-23T05:10:43.216Z] #81 DONE 0.3s [2025-06-23T05:10:43.216Z] [2025-06-23T05:10:43.216Z] #82 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-06-23T05:10:43.216Z] #0 4.510 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-23T05:10:43.216Z] #0 8.204 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-23T05:10:43.488Z] #82 ... [2025-06-23T05:10:43.488Z] [2025-06-23T05:10:43.488Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-23T05:10:43.488Z] #44 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 15.9s [2025-06-23T05:10:44.466Z] #44 ... [2025-06-23T05:10:44.466Z] [2025-06-23T05:10:44.466Z] #69 [core-metadata builder 3/7] RUN apk add --update --no-cache make git [2025-06-23T05:10:44.466Z] #69 24.27 OK: 239 MiB in 58 packages [2025-06-23T05:10:44.466Z] #69 DONE 25.0s [2025-06-23T05:10:44.737Z] [2025-06-23T05:10:44.737Z] #66 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-06-23T05:10:44.737Z] #66 30.26 (1/14) Installing ca-certificates (20241121-r1) [2025-06-23T05:10:44.737Z] #66 30.80 (2/14) Installing brotli-libs (1.1.0-r2) [2025-06-23T05:10:44.737Z] #66 31.05 (3/14) Installing c-ares (1.33.1-r0) [2025-06-23T05:10:44.737Z] #66 31.09 (4/14) Installing libunistring (1.2-r0) [2025-06-23T05:10:44.737Z] #66 31.28 (5/14) Installing libidn2 (2.3.7-r0) [2025-06-23T05:10:44.737Z] #66 31.31 (6/14) Installing nghttp2-libs (1.62.1-r0) [2025-06-23T05:10:44.737Z] #66 31.34 (7/14) Installing libpsl (0.21.5-r1) [2025-06-23T05:10:44.737Z] #66 31.37 (8/14) Installing zstd-libs (1.5.6-r0) [2025-06-23T05:10:44.737Z] #66 31.52 (9/14) Installing libcurl (8.12.1-r0) [2025-06-23T05:10:44.737Z] #66 31.61 (10/14) Installing curl (8.12.1-r0) [2025-06-23T05:10:44.737Z] #66 31.65 (11/14) Installing dumb-init (1.2.5-r3) [2025-06-23T05:10:44.737Z] #66 31.67 (12/14) Installing musl-obstack (1.2.3-r2) [2025-06-23T05:10:44.737Z] #66 31.68 (13/14) Installing libucontext (1.2-r3) [2025-06-23T05:10:44.737Z] #66 31.72 (14/14) Installing gcompat (1.1.0-r4) [2025-06-23T05:10:44.737Z] #66 31.82 Executing busybox-1.36.1-r29.trigger [2025-06-23T05:10:44.737Z] #66 31.99 Executing ca-certificates-20241121-r1.trigger [2025-06-23T05:10:44.737Z] #66 33.14 OK: 15 MiB in 28 packages [2025-06-23T05:10:44.737Z] #66 DONE 35.3s [2025-06-23T05:10:44.737Z] [2025-06-23T05:10:44.737Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-23T05:10:45.326Z] #44 ... [2025-06-23T05:10:45.326Z] [2025-06-23T05:10:45.326Z] #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-06-23T05:10:45.326Z] #64 DONE 36.3s [2025-06-23T05:10:45.594Z] [2025-06-23T05:10:45.594Z] #83 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-06-23T05:10:45.594Z] #83 ... [2025-06-23T05:10:45.594Z] [2025-06-23T05:10:45.594Z] #70 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-06-23T05:10:45.594Z] #70 10.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-23T05:10:45.594Z] #70 12.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-23T05:10:45.868Z] #70 ... [2025-06-23T05:10:45.868Z] [2025-06-23T05:10:45.868Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-23T05:10:46.147Z] #44 ... [2025-06-23T05:10:46.147Z] [2025-06-23T05:10:46.147Z] #84 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2025-06-23T05:10:46.147Z] #84 DONE 1.4s [2025-06-23T05:10:46.147Z] [2025-06-23T05:10:46.147Z] #68 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-06-23T05:10:46.147Z] #68 27.22 (1/1) Installing dumb-init (1.2.5-r3) [2025-06-23T05:10:46.147Z] #68 29.44 Executing busybox-1.36.1-r29.trigger [2025-06-23T05:10:46.147Z] #68 29.63 OK: 9 MiB in 15 packages [2025-06-23T05:10:46.147Z] #68 DONE 31.9s [2025-06-23T05:10:46.147Z] [2025-06-23T05:10:46.147Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-23T05:10:46.429Z] #44 ... [2025-06-23T05:10:46.429Z] [2025-06-23T05:10:46.429Z] #77 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-06-23T05:10:46.429Z] #77 24.47 OK: 239 MiB in 58 packages [2025-06-23T05:10:46.429Z] #77 DONE 26.6s [2025-06-23T05:10:46.710Z] [2025-06-23T05:10:46.710Z] #85 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-06-23T05:10:46.710Z] #85 ... [2025-06-23T05:10:46.710Z] [2025-06-23T05:10:46.710Z] #73 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-06-23T05:10:46.710Z] #73 6.995 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-23T05:10:46.710Z] #73 9.519 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-23T05:10:46.710Z] #73 17.27 OK: 20 MiB in 18 packages [2025-06-23T05:10:46.710Z] #73 ... [2025-06-23T05:10:46.710Z] [2025-06-23T05:10:46.710Z] #67 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-06-23T05:10:46.710Z] #67 24.90 OK: 239 MiB in 58 packages [2025-06-23T05:10:46.710Z] #67 DONE 27.1s [2025-06-23T05:10:46.710Z] [2025-06-23T05:10:46.710Z] #76 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-06-23T05:10:46.710Z] #76 24.86 OK: 239 MiB in 58 packages [2025-06-23T05:10:46.710Z] #76 DONE 27.0s [2025-06-23T05:10:46.710Z] [2025-06-23T05:10:46.710Z] #86 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-06-23T05:10:48.141Z] #86 ... [2025-06-23T05:10:48.141Z] [2025-06-23T05:10:48.141Z] #85 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-06-23T05:10:48.141Z] #85 DONE 1.3s [2025-06-23T05:10:48.141Z] [2025-06-23T05:10:48.141Z] #87 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-06-23T05:10:48.141Z] #0 4.538 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-23T05:10:48.141Z] #0 7.021 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-23T05:10:48.141Z] #87 ... [2025-06-23T05:10:48.141Z] [2025-06-23T05:10:48.141Z] #70 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-06-23T05:10:48.141Z] #70 21.95 OK: 20 MiB in 18 packages [2025-06-23T05:10:48.141Z] #70 DONE 23.3s [2025-06-23T05:10:48.141Z] [2025-06-23T05:10:48.141Z] #78 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-06-23T05:10:48.141Z] #78 10.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-23T05:10:48.141Z] #78 20.04 OK: 9 MiB in 15 packages [2025-06-23T05:10:48.141Z] #78 ... [2025-06-23T05:10:48.141Z] [2025-06-23T05:10:48.141Z] #88 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2025-06-23T05:10:48.414Z] #88 ... [2025-06-23T05:10:48.414Z] [2025-06-23T05:10:48.414Z] #86 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-06-23T05:10:48.414Z] #86 DONE 1.5s [2025-06-23T05:10:48.414Z] [2025-06-23T05:10:48.414Z] #79 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-06-23T05:10:48.414Z] #79 10.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-23T05:10:48.414Z] #79 18.82 OK: 11 MiB in 17 packages [2025-06-23T05:10:48.685Z] #79 DONE 20.5s [2025-06-23T05:10:48.685Z] [2025-06-23T05:10:48.685Z] #89 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T05:10:48.685Z] #89 ... [2025-06-23T05:10:48.685Z] [2025-06-23T05:10:48.685Z] #73 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-06-23T05:10:48.685Z] #73 DONE 19.3s [2025-06-23T05:10:48.956Z] [2025-06-23T05:10:48.956Z] #78 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-06-23T05:10:48.956Z] #78 DONE 21.5s [2025-06-23T05:10:48.956Z] [2025-06-23T05:10:48.956Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-23T05:10:48.956Z] #44 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 21.3s [2025-06-23T05:10:48.956Z] #44 ... [2025-06-23T05:10:48.956Z] [2025-06-23T05:10:48.956Z] #90 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-06-23T05:10:48.956Z] #90 DONE 2.1s [2025-06-23T05:10:49.237Z] [2025-06-23T05:10:49.237Z] #91 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T05:10:49.237Z] #91 ... [2025-06-23T05:10:49.237Z] [2025-06-23T05:10:49.237Z] #88 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2025-06-23T05:10:49.237Z] #88 DONE 1.3s [2025-06-23T05:10:49.512Z] [2025-06-23T05:10:49.512Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-23T05:10:49.789Z] #44 ... [2025-06-23T05:10:49.789Z] [2025-06-23T05:10:49.789Z] #82 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-06-23T05:10:49.789Z] #82 15.61 OK: 239 MiB in 58 packages [2025-06-23T05:10:49.789Z] #82 DONE 16.5s [2025-06-23T05:10:49.789Z] [2025-06-23T05:10:49.789Z] #92 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-06-23T05:10:50.377Z] #92 ... [2025-06-23T05:10:50.377Z] [2025-06-23T05:10:50.377Z] #87 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2025-06-23T05:10:50.377Z] #87 11.83 OK: 10 MiB in 19 packages [2025-06-23T05:10:50.377Z] #87 DONE 12.6s [2025-06-23T05:10:50.645Z] [2025-06-23T05:10:50.645Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-23T05:10:51.623Z] #44 ... [2025-06-23T05:10:51.623Z] [2025-06-23T05:10:51.623Z] #92 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-06-23T05:10:51.623Z] #92 DONE 1.6s [2025-06-23T05:10:51.623Z] [2025-06-23T05:10:51.623Z] #74 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-06-23T05:10:51.623Z] #74 26.43 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-23T05:10:51.623Z] #74 26.43 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-23T05:10:51.623Z] #74 26.43 OK: 24049 distinct packages available [2025-06-23T05:10:51.623Z] #74 28.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-23T05:10:51.623Z] #74 29.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-23T05:10:51.623Z] #74 31.39 OK: 239 MiB in 58 packages [2025-06-23T05:10:51.623Z] #74 DONE 31.9s [2025-06-23T05:10:51.623Z] [2025-06-23T05:10:51.623Z] #93 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T05:10:52.600Z] #93 ... [2025-06-23T05:10:52.600Z] [2025-06-23T05:10:52.600Z] #94 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-06-23T05:10:52.600Z] #94 DONE 0.8s [2025-06-23T05:10:52.600Z] [2025-06-23T05:10:52.600Z] #44 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-23T05:10:52.600Z] #44 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 25.0s done [2025-06-23T05:10:52.871Z] #44 DONE 45.1s [2025-06-23T05:10:52.871Z] [2025-06-23T05:10:52.871Z] #95 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T05:10:53.831Z] #95 ... [2025-06-23T05:10:53.831Z] [2025-06-23T05:10:53.831Z] #96 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-06-23T05:10:53.831Z] #96 DONE 3.4s [2025-06-23T05:10:54.098Z] [2025-06-23T05:10:54.098Z] #83 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-06-23T05:10:54.098Z] #83 8.892 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-23T05:10:54.364Z] #83 9.514 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-23T05:10:55.775Z] #83 ... [2025-06-23T05:10:55.775Z] [2025-06-23T05:10:55.775Z] #97 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-06-23T05:10:55.775Z] #0 8.092 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-23T05:10:55.775Z] #0 8.594 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-23T05:10:55.775Z] #97 ... [2025-06-23T05:10:55.775Z] [2025-06-23T05:10:55.775Z] #98 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-23T05:10:56.041Z] #98 ... [2025-06-23T05:10:56.041Z] [2025-06-23T05:10:56.041Z] #99 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T05:10:56.309Z] #99 ... [2025-06-23T05:10:56.309Z] [2025-06-23T05:10:56.309Z] #100 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-23T05:10:56.894Z] #100 DONE 1.7s [2025-06-23T05:10:56.894Z] [2025-06-23T05:10:56.894Z] #98 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-23T05:10:56.894Z] #98 DONE 1.6s [2025-06-23T05:10:56.894Z] [2025-06-23T05:10:56.894Z] #101 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-06-23T05:10:56.894Z] #101 DONE 0.2s [2025-06-23T05:10:56.894Z] [2025-06-23T05:10:56.894Z] #102 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2025-06-23T05:10:56.894Z] #102 DONE 0.1s [2025-06-23T05:10:56.894Z] [2025-06-23T05:10:56.894Z] #103 [security-spire-server stage-2 6/9] COPY security.txt / [2025-06-23T05:10:56.894Z] #103 ... [2025-06-23T05:10:56.894Z] [2025-06-23T05:10:56.894Z] #104 [security-spire-agent stage-3 7/10] COPY security.txt / [2025-06-23T05:10:56.894Z] #104 DONE 0.2s [2025-06-23T05:10:57.161Z] [2025-06-23T05:10:57.161Z] #103 [security-spire-server stage-2 6/9] COPY security.txt / [2025-06-23T05:10:57.161Z] #103 DONE 0.2s [2025-06-23T05:10:57.161Z] [2025-06-23T05:10:57.161Z] #105 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-06-23T05:10:57.161Z] #105 DONE 0.2s [2025-06-23T05:10:57.161Z] [2025-06-23T05:10:57.161Z] #106 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2025-06-23T05:10:57.428Z] #106 DONE 0.1s [2025-06-23T05:10:57.428Z] [2025-06-23T05:10:57.428Z] #107 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2025-06-23T05:10:57.428Z] #107 DONE 0.2s [2025-06-23T05:10:57.428Z] [2025-06-23T05:10:57.428Z] #108 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2025-06-23T05:10:57.428Z] #108 DONE 0.2s [2025-06-23T05:10:57.428Z] [2025-06-23T05:10:57.428Z] #109 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2025-06-23T05:10:57.714Z] #109 DONE 0.2s [2025-06-23T05:10:57.714Z] [2025-06-23T05:10:57.714Z] #110 [security-spire-server] exporting to image [2025-06-23T05:10:57.714Z] #110 exporting layers [2025-06-23T05:10:57.714Z] #110 ... [2025-06-23T05:10:57.714Z] [2025-06-23T05:10:57.714Z] #111 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2025-06-23T05:10:57.714Z] #111 DONE 0.2s [2025-06-23T05:10:57.983Z] [2025-06-23T05:10:57.983Z] #110 [security-spire-agent] exporting to image [2025-06-23T05:10:58.253Z] #110 ... [2025-06-23T05:10:58.253Z] [2025-06-23T05:10:58.253Z] #112 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T05:10:58.872Z] #112 ... [2025-06-23T05:10:58.872Z] [2025-06-23T05:10:58.872Z] #97 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-06-23T05:10:58.872Z] #97 13.44 OK: 9 MiB in 18 packages [2025-06-23T05:11:00.289Z] #97 DONE 14.8s [2025-06-23T05:11:00.290Z] [2025-06-23T05:11:00.290Z] #83 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-06-23T05:11:00.290Z] #83 14.73 OK: 15 MiB in 28 packages [2025-06-23T05:11:00.896Z] #83 DONE 16.2s [2025-06-23T05:11:00.896Z] [2025-06-23T05:11:00.896Z] #113 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-23T05:11:01.858Z] #113 ... [2025-06-23T05:11:01.858Z] [2025-06-23T05:11:01.858Z] #110 [security-spire-agent] exporting to image [2025-06-23T05:11:01.858Z] #110 exporting layers 3.6s done [2025-06-23T05:11:01.858Z] #110 writing image sha256:acae940f5aa728627d054d28efe84d0b3ff74edfe42e9d27b916e292ed437d9d 0.0s done [2025-06-23T05:11:01.858Z] #110 naming to docker.io/library/security-spire-server-arm64 0.0s done [2025-06-23T05:11:01.858Z] #110 writing image sha256:4ea7ab2aef1bdef6ddc2ea56f8f52c7d3b312dbee038b857fdef24975e73e161 done [2025-06-23T05:11:01.858Z] #110 naming to docker.io/library/security-spire-agent-arm64 done [2025-06-23T05:11:01.858Z] #110 DONE 4.0s [2025-06-23T05:11:01.858Z] [2025-06-23T05:11:01.858Z] #112 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T05:11:02.441Z] #112 ... [2025-06-23T05:11:02.441Z] [2025-06-23T05:11:02.441Z] #113 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-23T05:11:02.441Z] #113 DONE 2.2s [2025-06-23T05:11:02.441Z] [2025-06-23T05:11:02.441Z] #114 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2025-06-23T05:11:02.721Z] #114 DONE 0.1s [2025-06-23T05:11:02.721Z] [2025-06-23T05:11:02.721Z] #115 [security-spire-config stage-2 6/10] COPY security.txt / [2025-06-23T05:11:02.721Z] #115 DONE 0.1s [2025-06-23T05:11:02.721Z] [2025-06-23T05:11:02.721Z] #116 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2025-06-23T05:11:02.721Z] #116 DONE 0.1s [2025-06-23T05:11:02.721Z] [2025-06-23T05:11:02.721Z] #93 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T05:11:02.990Z] #93 ... [2025-06-23T05:11:02.990Z] [2025-06-23T05:11:02.990Z] #117 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2025-06-23T05:11:02.990Z] #117 DONE 0.1s [2025-06-23T05:11:02.990Z] [2025-06-23T05:11:02.990Z] #118 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2025-06-23T05:11:02.990Z] #118 DONE 0.1s [2025-06-23T05:11:02.990Z] [2025-06-23T05:11:02.990Z] #110 [security-spire-config] exporting to image [2025-06-23T05:11:04.939Z] #110 exporting layers 2.0s done [2025-06-23T05:11:04.939Z] #110 writing image sha256:91c10b755deb86ce27db57b733bd2d2a5d88ad1e2cd67a499edb77fff9970566 done [2025-06-23T05:11:04.939Z] #110 naming to docker.io/library/security-spire-config-arm64 done [2025-06-23T05:11:04.939Z] #110 DONE 6.0s [2025-06-23T05:11:04.939Z] [2025-06-23T05:11:04.939Z] #95 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T05:11:07.186Z] #154 DONE 91.1s [2025-06-23T05:11:07.186Z] [2025-06-23T05:11:07.186Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-23T05:11:07.186Z] #153 ... [2025-06-23T05:11:07.186Z] [2025-06-23T05:11:07.186Z] #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-23T05:11:07.186Z] #155 DONE 0.1s [2025-06-23T05:11:07.186Z] [2025-06-23T05:11:07.186Z] #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-06-23T05:11:07.186Z] #150 ... [2025-06-23T05:11:07.186Z] [2025-06-23T05:11:07.186Z] #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-06-23T05:11:07.186Z] #156 DONE 0.1s [2025-06-23T05:11:07.186Z] [2025-06-23T05:11:07.186Z] #157 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2025-06-23T05:11:07.186Z] #157 DONE 0.1s [2025-06-23T05:11:07.186Z] [2025-06-23T05:11:07.186Z] #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-06-23T05:11:07.186Z] #158 DONE 0.0s [2025-06-23T05:11:07.186Z] [2025-06-23T05:11:07.186Z] #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-06-23T05:11:07.186Z] #159 DONE 0.1s [2025-06-23T05:11:07.186Z] [2025-06-23T05:11:07.186Z] #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-06-23T05:11:07.186Z] #160 ... [2025-06-23T05:11:07.186Z] [2025-06-23T05:11:07.186Z] #151 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-06-23T05:11:07.186Z] #151 DONE 92.0s [2025-06-23T05:11:07.186Z] [2025-06-23T05:11:07.186Z] #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2025-06-23T05:11:07.186Z] #161 DONE 0.2s [2025-06-23T05:11:07.186Z] [2025-06-23T05:11:07.186Z] #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-23T05:11:07.186Z] #147 ... [2025-06-23T05:11:07.186Z] [2025-06-23T05:11:07.186Z] #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-06-23T05:11:07.186Z] #162 ... [2025-06-23T05:11:07.186Z] [2025-06-23T05:11:07.186Z] #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-06-23T05:11:07.186Z] #160 DONE 1.1s [2025-06-23T05:11:07.186Z] [2025-06-23T05:11:07.186Z] #108 [core-common-config-bootstrapper] exporting to image [2025-06-23T05:11:07.186Z] #108 exporting layers [2025-06-23T05:11:07.450Z] #108 exporting layers 0.5s done [2025-06-23T05:11:07.450Z] #108 writing image sha256:c6b7081df0668a424cd9870ff6033c630a116dfeb8329053730748d024d1a2a9 done [2025-06-23T05:11:07.450Z] #108 naming to docker.io/library/core-common-config-bootstrapper done [2025-06-23T05:11:07.450Z] #108 DONE 1.4s [2025-06-23T05:11:07.450Z] [2025-06-23T05:11:07.450Z] #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-23T05:11:07.718Z] #147 ... [2025-06-23T05:11:07.718Z] [2025-06-23T05:11:07.718Z] #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-06-23T05:11:07.718Z] #162 DONE 1.5s [2025-06-23T05:11:07.718Z] [2025-06-23T05:11:07.718Z] #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-23T05:11:07.718Z] #163 DONE 0.0s [2025-06-23T05:11:07.718Z] [2025-06-23T05:11:07.718Z] #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2025-06-23T05:11:07.718Z] #164 DONE 0.0s [2025-06-23T05:11:07.718Z] [2025-06-23T05:11:07.718Z] #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2025-06-23T05:11:07.983Z] #165 DONE 0.2s [2025-06-23T05:11:07.983Z] [2025-06-23T05:11:07.983Z] #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2025-06-23T05:11:07.983Z] #166 DONE 0.1s [2025-06-23T05:11:07.983Z] [2025-06-23T05:11:07.983Z] #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-06-23T05:11:07.983Z] #167 DONE 0.0s [2025-06-23T05:11:07.983Z] [2025-06-23T05:11:07.983Z] #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-06-23T05:11:07.983Z] #168 DONE 0.0s [2025-06-23T05:11:07.983Z] [2025-06-23T05:11:07.983Z] #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-06-23T05:11:07.983Z] #169 DONE 0.0s [2025-06-23T05:11:07.983Z] [2025-06-23T05:11:07.983Z] #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-06-23T05:11:08.244Z] #150 ... [2025-06-23T05:11:08.244Z] [2025-06-23T05:11:08.244Z] #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2025-06-23T05:11:08.244Z] #170 DONE 0.1s [2025-06-23T05:11:08.244Z] [2025-06-23T05:11:08.244Z] #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2025-06-23T05:11:09.192Z] #171 DONE 1.0s [2025-06-23T05:11:09.192Z] [2025-06-23T05:11:09.192Z] #108 [security-bootstrapper] exporting to image [2025-06-23T05:11:09.765Z] #108 exporting layers 0.5s done [2025-06-23T05:11:09.765Z] #108 writing image sha256:c34680ac0d2959c2e0a3bf4bff81b76f4add91fb171c5d7f36652d225a57239f done [2025-06-23T05:11:09.765Z] #108 naming to docker.io/library/security-bootstrapper done [2025-06-23T05:11:09.765Z] #108 DONE 1.9s [2025-06-23T05:11:09.765Z] [2025-06-23T05:11:09.765Z] #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-06-23T05:12:17.455Z] #152 ... [2025-06-23T05:12:17.455Z] [2025-06-23T05:12:17.455Z] #146 [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-06-23T05:12:17.455Z] #146 157.4 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-06-23T05:12:17.455Z] #146 DONE 161.6s [2025-06-23T05:12:17.455Z] [2025-06-23T05:12:17.455Z] #144 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-06-23T05:12:17.455Z] #144 DONE 161.6s [2025-06-23T05:12:17.455Z] [2025-06-23T05:12:17.455Z] #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-06-23T05:12:17.455Z] #150 DONE 161.6s [2025-06-23T05:12:17.455Z] [2025-06-23T05:12:17.455Z] #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-23T05:12:17.455Z] #147 ... [2025-06-23T05:12:17.455Z] [2025-06-23T05:12:17.455Z] #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-23T05:12:17.455Z] #172 DONE 0.2s [2025-06-23T05:12:17.455Z] [2025-06-23T05:12:17.455Z] #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2025-06-23T05:12:17.455Z] #173 ... [2025-06-23T05:12:17.455Z] [2025-06-23T05:12:17.455Z] #174 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-23T05:12:17.455Z] #174 DONE 0.3s [2025-06-23T05:12:17.455Z] [2025-06-23T05:12:17.455Z] #175 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-23T05:12:17.455Z] #175 DONE 0.4s [2025-06-23T05:12:17.455Z] [2025-06-23T05:12:17.455Z] #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2025-06-23T05:12:17.455Z] #173 DONE 0.3s [2025-06-23T05:12:17.455Z] [2025-06-23T05:12:17.455Z] #176 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2025-06-23T05:12:17.455Z] #176 DONE 0.3s [2025-06-23T05:12:17.455Z] [2025-06-23T05:12:17.455Z] #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2025-06-23T05:12:17.455Z] #177 DONE 0.4s [2025-06-23T05:12:17.455Z] [2025-06-23T05:12:17.455Z] #178 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2025-06-23T05:12:17.455Z] #178 DONE 0.4s [2025-06-23T05:12:17.455Z] [2025-06-23T05:12:17.455Z] #179 [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-06-23T05:12:17.455Z] #179 DONE 0.1s [2025-06-23T05:12:17.455Z] [2025-06-23T05:12:17.455Z] #180 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2025-06-23T05:12:17.455Z] #180 DONE 0.1s [2025-06-23T05:12:17.455Z] [2025-06-23T05:12:17.455Z] #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-06-23T05:12:17.455Z] #181 DONE 0.1s [2025-06-23T05:12:17.455Z] [2025-06-23T05:12:17.455Z] #108 [core-command] exporting to image [2025-06-23T05:12:17.455Z] #108 exporting layers [2025-06-23T05:12:17.455Z] #108 exporting layers 0.2s done [2025-06-23T05:12:17.455Z] #108 writing image sha256:d4cfa21df236448be69ace15dc2b2ea8957c71638f1700577088539ae93a04e5 0.0s done [2025-06-23T05:12:17.455Z] #108 naming to docker.io/library/core-command done [2025-06-23T05:12:17.455Z] #108 DONE 2.1s [2025-06-23T05:12:17.455Z] [2025-06-23T05:12:17.455Z] #182 [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-06-23T05:12:17.455Z] #182 DONE 0.2s [2025-06-23T05:12:17.455Z] [2025-06-23T05:12:17.455Z] #183 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2025-06-23T05:12:17.455Z] #183 DONE 0.2s [2025-06-23T05:12:17.455Z] [2025-06-23T05:12:17.455Z] #184 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2025-06-23T05:12:17.455Z] #184 DONE 0.2s [2025-06-23T05:12:17.455Z] [2025-06-23T05:12:17.455Z] #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-06-23T05:12:17.455Z] #143 DONE 162.9s [2025-06-23T05:12:17.455Z] [2025-06-23T05:12:17.455Z] #185 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2025-06-23T05:12:17.455Z] #185 DONE 0.4s [2025-06-23T05:12:17.455Z] [2025-06-23T05:12:17.455Z] #186 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2025-06-23T05:12:18.022Z] #186 DONE 0.7s [2025-06-23T05:12:18.022Z] [2025-06-23T05:12:18.022Z] #187 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-23T05:12:18.022Z] #187 DONE 0.7s [2025-06-23T05:12:18.022Z] [2025-06-23T05:12:18.022Z] #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2025-06-23T05:12:18.022Z] #188 DONE 0.9s [2025-06-23T05:12:18.022Z] [2025-06-23T05:12:18.022Z] #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2025-06-23T05:12:18.281Z] #189 DONE 0.3s [2025-06-23T05:12:18.281Z] [2025-06-23T05:12:18.281Z] #190 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-23T05:12:18.281Z] #190 DONE 0.3s [2025-06-23T05:12:18.281Z] [2025-06-23T05:12:18.281Z] #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-06-23T05:12:18.281Z] #152 DONE 164.3s [2025-06-23T05:12:18.281Z] [2025-06-23T05:12:18.281Z] #145 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-23T05:12:18.281Z] #145 DONE 164.3s [2025-06-23T05:12:18.281Z] [2025-06-23T05:12:18.281Z] #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-23T05:12:18.281Z] #149 DONE 164.3s [2025-06-23T05:12:18.281Z] [2025-06-23T05:12:18.281Z] #191 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-23T05:12:18.539Z] #191 DONE 0.3s [2025-06-23T05:12:18.539Z] [2025-06-23T05:12:18.539Z] #192 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-23T05:12:18.539Z] #192 DONE 0.2s [2025-06-23T05:12:18.539Z] [2025-06-23T05:12:18.539Z] #193 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2025-06-23T05:12:18.539Z] #193 DONE 0.3s [2025-06-23T05:12:18.539Z] [2025-06-23T05:12:18.539Z] #194 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2025-06-23T05:12:18.539Z] #194 DONE 0.3s [2025-06-23T05:12:18.539Z] [2025-06-23T05:12:18.539Z] #195 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-06-23T05:12:18.539Z] #195 ... [2025-06-23T05:12:18.539Z] [2025-06-23T05:12:18.539Z] #196 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-06-23T05:12:18.539Z] #196 DONE 0.1s [2025-06-23T05:12:18.539Z] [2025-06-23T05:12:18.539Z] #197 [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-06-23T05:12:18.539Z] #197 DONE 0.1s [2025-06-23T05:12:18.539Z] [2025-06-23T05:12:18.539Z] #198 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-23T05:12:18.539Z] #198 CACHED [2025-06-23T05:12:18.539Z] [2025-06-23T05:12:18.539Z] #199 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-06-23T05:12:18.539Z] #199 CACHED [2025-06-23T05:12:18.539Z] [2025-06-23T05:12:18.539Z] #200 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-23T05:12:18.539Z] #200 DONE 0.1s [2025-06-23T05:12:18.797Z] [2025-06-23T05:12:18.797Z] #108 [security-spiffe-token-provider] exporting to image [2025-06-23T05:12:19.056Z] #108 ... [2025-06-23T05:12:19.056Z] [2025-06-23T05:12:19.056Z] #201 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2025-06-23T05:12:19.056Z] #201 DONE 0.3s [2025-06-23T05:12:19.056Z] [2025-06-23T05:12:19.056Z] #202 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-06-23T05:12:19.056Z] #202 DONE 0.3s [2025-06-23T05:12:19.056Z] [2025-06-23T05:12:19.056Z] #203 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-06-23T05:12:19.056Z] #203 DONE 1.1s [2025-06-23T05:12:19.056Z] [2025-06-23T05:12:19.056Z] #204 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2025-06-23T05:12:19.056Z] #204 DONE 0.2s [2025-06-23T05:12:19.056Z] [2025-06-23T05:12:19.056Z] #205 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2025-06-23T05:12:19.056Z] #205 DONE 0.3s [2025-06-23T05:12:19.056Z] [2025-06-23T05:12:19.056Z] #206 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2025-06-23T05:12:19.056Z] #206 DONE 0.2s [2025-06-23T05:12:19.056Z] [2025-06-23T05:12:19.056Z] #207 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2025-06-23T05:12:19.623Z] #207 DONE 0.5s [2025-06-23T05:12:19.623Z] [2025-06-23T05:12:19.623Z] #108 [security-spiffe-token-provider] exporting to image [2025-06-23T05:12:19.623Z] #108 exporting layers 0.4s done [2025-06-23T05:12:19.623Z] #108 writing image sha256:03ddeac378a0fd247ebe64049886199093ebb3adfc8312c5fc55f1bc613fba97 done [2025-06-23T05:12:19.623Z] #108 naming to docker.io/library/security-spiffe-token-provider 0.0s done [2025-06-23T05:12:19.623Z] #108 ... [2025-06-23T05:12:19.623Z] [2025-06-23T05:12:19.623Z] #208 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2025-06-23T05:12:19.623Z] #208 DONE 0.5s [2025-06-23T05:12:19.623Z] [2025-06-23T05:12:19.623Z] #209 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2025-06-23T05:12:19.623Z] #209 DONE 0.5s [2025-06-23T05:12:19.623Z] [2025-06-23T05:12:19.624Z] #195 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-06-23T05:12:19.624Z] #195 DONE 1.1s [2025-06-23T05:12:19.624Z] [2025-06-23T05:12:19.624Z] #108 [security-secretstore-setup] exporting to image [2025-06-23T05:12:19.882Z] #108 exporting layers 0.7s done [2025-06-23T05:12:19.882Z] #108 writing image sha256:6d7ca142e9eef78f9334278d5f9f6abac62f10379b40e10710da54ceb15d9c87 0.0s done [2025-06-23T05:12:19.882Z] #108 naming to docker.io/library/security-proxy-setup done [2025-06-23T05:12:19.882Z] #108 exporting layers 0.4s done [2025-06-23T05:12:19.882Z] #108 writing image sha256:005bda8cccfb02fa34e4fa055b82fb036291d2333cadcf92bcbffc3f92466c8a done [2025-06-23T05:12:19.882Z] #108 naming to docker.io/library/core-metadata done [2025-06-23T05:12:20.144Z] #108 ... [2025-06-23T05:12:20.144Z] [2025-06-23T05:12:20.144Z] #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-23T05:12:20.144Z] #147 DONE 166.1s [2025-06-23T05:12:20.144Z] [2025-06-23T05:12:20.144Z] #148 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-23T05:12:20.144Z] #148 DONE 166.1s [2025-06-23T05:12:20.144Z] [2025-06-23T05:12:20.144Z] #108 [core-data] exporting to image [2025-06-23T05:12:20.144Z] #108 exporting layers 0.5s done [2025-06-23T05:12:20.144Z] #108 writing image sha256:ea3aa9ec543a8ab8f88c1a6a4c74ae8cbc6b7e936f7e3b54573b3a1a9cf605e8 done [2025-06-23T05:12:20.144Z] #108 naming to docker.io/library/core-data done [2025-06-23T05:12:20.144Z] #108 writing image sha256:b9f38b984f47de7850b8e0332b082e262aec29873c04d04993e6af018400a54f [2025-06-23T05:12:20.144Z] #108 writing image sha256:b9f38b984f47de7850b8e0332b082e262aec29873c04d04993e6af018400a54f done [2025-06-23T05:12:20.144Z] #108 naming to docker.io/library/security-secretstore-setup done [2025-06-23T05:12:20.144Z] #108 DONE 3.6s [2025-06-23T05:12:20.144Z] [2025-06-23T05:12:20.144Z] #210 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-23T05:12:20.144Z] #210 DONE 0.1s [2025-06-23T05:12:20.144Z] [2025-06-23T05:12:20.144Z] #211 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-06-23T05:12:20.144Z] #211 DONE 0.6s [2025-06-23T05:12:20.144Z] [2025-06-23T05:12:20.144Z] #212 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-23T05:12:20.404Z] #212 DONE 0.1s [2025-06-23T05:12:20.404Z] [2025-06-23T05:12:20.404Z] #213 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-23T05:12:20.404Z] #213 DONE 0.1s [2025-06-23T05:12:20.404Z] [2025-06-23T05:12:20.404Z] #108 [security-proxy-auth] exporting to image [2025-06-23T05:12:20.663Z] #108 ... [2025-06-23T05:12:20.663Z] [2025-06-23T05:12:20.663Z] #214 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2025-06-23T05:12:20.663Z] #214 DONE 0.3s [2025-06-23T05:12:20.663Z] [2025-06-23T05:12:20.663Z] #215 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-06-23T05:12:20.663Z] #215 DONE 0.3s [2025-06-23T05:12:20.663Z] [2025-06-23T05:12:20.663Z] #216 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2025-06-23T05:12:20.663Z] #216 DONE 0.1s [2025-06-23T05:12:20.663Z] [2025-06-23T05:12:20.663Z] #217 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2025-06-23T05:12:20.663Z] #217 DONE 0.0s [2025-06-23T05:12:20.663Z] [2025-06-23T05:12:20.663Z] #108 [support-scheduler] exporting to image [2025-06-23T05:12:20.663Z] #108 exporting layers 0.2s done [2025-06-23T05:12:20.663Z] #108 writing image sha256:2ac51396de91a83a594fde03c588750010bbe0be30a938f31693ba1eff3d1d0f done [2025-06-23T05:12:20.663Z] #108 naming to docker.io/library/core-keeper done [2025-06-23T05:12:20.924Z] #108 exporting layers 0.2s done [2025-06-23T05:12:20.924Z] #108 writing image sha256:d03a0e73afee653cf8bdaf499448ded8584be0ffa93d29f66c9c85f5cd7c3057 done [2025-06-23T05:12:20.924Z] #108 naming to docker.io/library/support-scheduler done [2025-06-23T05:12:21.188Z] #108 exporting layers 1.0s done [2025-06-23T05:12:21.188Z] #108 writing image sha256:864f188be7958925f9d5d7483789fdfb79a708147e04d2adff98cdc36a63e7d2 done [2025-06-23T05:12:21.188Z] #108 naming to docker.io/library/security-proxy-auth done [2025-06-23T05:12:21.188Z] #108 DONE 4.6s [2025-06-23T05:12:21.188Z] [2025-06-23T05:12:21.188Z] #35 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-23T05:12:22.586Z] #35 ... [2025-06-23T05:12:22.586Z] [2025-06-23T05:12:22.586Z] #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-23T05:12:22.586Z] #153 DONE 168.5s [2025-06-23T05:12:22.586Z] [2025-06-23T05:12:22.586Z] #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-23T05:12:22.586Z] #218 DONE 0.0s [2025-06-23T05:12:22.586Z] [2025-06-23T05:12:22.586Z] #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-23T05:12:22.586Z] #219 DONE 0.0s [2025-06-23T05:12:22.586Z] [2025-06-23T05:12:22.586Z] #35 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-23T05:12:22.845Z] #35 ... [2025-06-23T05:12:22.845Z] [2025-06-23T05:12:22.845Z] #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2025-06-23T05:12:22.845Z] #220 DONE 0.2s [2025-06-23T05:12:22.845Z] [2025-06-23T05:12:22.845Z] #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2025-06-23T05:12:22.845Z] #221 DONE 0.0s [2025-06-23T05:12:22.845Z] [2025-06-23T05:12:22.845Z] #108 [support-notifications] exporting to image [2025-06-23T05:12:23.104Z] #108 exporting layers 0.2s done [2025-06-23T05:12:23.104Z] #108 writing image sha256:2766c53c3fde5a0f09a33d0b3c92668f73579d5fcf343e0410aa12d64aee0dcb done [2025-06-23T05:12:23.104Z] #108 naming to docker.io/library/support-notifications done [2025-06-23T05:12:23.104Z] #108 DONE 4.8s [2025-06-23T05:12:23.104Z] [2025-06-23T05:12:23.104Z] #35 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-23T05:12:23.104Z] time="2025-06-23T05:08:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-23T05:12:23.104Z] time="2025-06-23T05:08:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-23T05:12:23.104Z] time="2025-06-23T05:08:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-23T05:12:23.104Z] time="2025-06-23T05:08:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-23T05:12:23.104Z] time="2025-06-23T05:08:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-23T05:12:23.104Z] time="2025-06-23T05:08:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-23T05:12:23.104Z] time="2025-06-23T05:08:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-23T05:12:23.104Z] time="2025-06-23T05:08:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-23T05:12:23.104Z] time="2025-06-23T05:08:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-23T05:12:23.104Z] time="2025-06-23T05:08:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-23T05:12:23.104Z] time="2025-06-23T05:08:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-23T05:12:23.104Z] time="2025-06-23T05:08:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-23T05:12:23.104Z] time="2025-06-23T05:08:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-23T05:12:23.104Z] time="2025-06-23T05:08:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-23T05:12:23.104Z] time="2025-06-23T05:08:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2025-06-23T05:12:23.124Z] $ docker stop --time=1 5947757e9cb9ef5fb1976565ac6209f8ce75dee6e43f1d0071f048fa39465bf3 [2025-06-23T05:12:24.399Z] $ docker rm -f --volumes 5947757e9cb9ef5fb1976565ac6209f8ce75dee6e43f1d0071f048fa39465bf3 [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-23T05:12:24.757Z] + docker images [2025-06-23T05:12:24.757Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2025-06-23T05:12:24.757Z] support-notifications latest 2766c53c3fde 2 seconds ago 52.4MB [2025-06-23T05:12:24.757Z] core-keeper latest 2ac51396de91 4 seconds ago 32.5MB [2025-06-23T05:12:24.757Z] security-proxy-auth latest 864f188be795 4 seconds ago 31.8MB [2025-06-23T05:12:24.757Z] support-scheduler latest d03a0e73afee 4 seconds ago 48.8MB [2025-06-23T05:12:24.757Z] core-metadata latest 005bda8cccfb 5 seconds ago 33.1MB [2025-06-23T05:12:24.757Z] core-data latest ea3aa9ec543a 5 seconds ago 32.9MB [2025-06-23T05:12:24.757Z] security-secretstore-setup latest b9f38b984f47 5 seconds ago 68.7MB [2025-06-23T05:12:24.757Z] security-spiffe-token-provider latest 03ddeac378a0 6 seconds ago 47.7MB [2025-06-23T05:12:24.757Z] security-proxy-setup latest 6d7ca142e9ee 6 seconds ago 38.5MB [2025-06-23T05:12:24.757Z] core-command latest d4cfa21df236 8 seconds ago 28.4MB [2025-06-23T05:12:24.757Z] security-bootstrapper latest c34680ac0d29 About a minute ago 20.4MB [2025-06-23T05:12:24.757Z] core-common-config-bootstrapper latest c6b7081df066 About a minute ago 17.1MB [2025-06-23T05:12:24.757Z] security-spire-server latest cc3929c8aa0e 3 minutes ago 149MB [2025-06-23T05:12:24.757Z] security-spire-config latest dcd51aa38ffc 3 minutes ago 149MB [2025-06-23T05:12:24.757Z] security-spire-agent latest 402fa4547a14 3 minutes ago 195MB [2025-06-23T05:12:24.757Z] ci-base-image-x86_64 latest 73bf154e79fb 7 minutes ago 925MB [2025-06-23T05:12:24.757Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine ea6120ae94a0 5 days ago 574MB [2025-06-23T05:12:24.757Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 4 weeks ago 573MB [2025-06-23T05:12:24.757Z] 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-06-23T05:12:24.898Z] provisioning config files... [2025-06-23T05:12:24.906Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/858@tmp/config18303121392385099790tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-23T05:12:25.275Z] ---> ****-login.sh [2025-06-23T05:12:25.276Z] nexus3.edgexfoundry.org:10001 [2025-06-23T05:12:25.276Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T05:12:25.276Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T05:12:25.276Z] Configure a credential helper to remove this warning. See [2025-06-23T05:12:25.276Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T05:12:25.276Z] [2025-06-23T05:12:25.276Z] Login Succeeded [2025-06-23T05:12:25.276Z] nexus3.edgexfoundry.org:10002 [2025-06-23T05:12:25.276Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T05:12:25.535Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T05:12:25.535Z] Configure a credential helper to remove this warning. See [2025-06-23T05:12:25.535Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T05:12:25.535Z] [2025-06-23T05:12:25.535Z] Login Succeeded [2025-06-23T05:12:25.535Z] nexus3.edgexfoundry.org:10003 [2025-06-23T05:12:25.535Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T05:12:25.535Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T05:12:25.535Z] Configure a credential helper to remove this warning. See [2025-06-23T05:12:25.535Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T05:12:25.535Z] [2025-06-23T05:12:25.535Z] Login Succeeded [2025-06-23T05:12:25.535Z] nexus3.edgexfoundry.org:10004 [2025-06-23T05:12:25.535Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T05:12:25.794Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T05:12:25.794Z] Configure a credential helper to remove this warning. See [2025-06-23T05:12:25.794Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T05:12:25.794Z] [2025-06-23T05:12:25.794Z] Login Succeeded [2025-06-23T05:12:25.794Z] ****.io [2025-06-23T05:12:25.794Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T05:12:26.053Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T05:12:26.053Z] Configure a credential helper to remove this warning. See [2025-06-23T05:12:26.053Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T05:12:26.053Z] [2025-06-23T05:12:26.053Z] Login Succeeded [2025-06-23T05:12:26.053Z] ---> ****-login.sh ends [Pipeline] } [2025-06-23T05:12:26.059Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-23T05:12:26.111Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-23T05:12:26.150Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2025-06-23T05:12:26.150Z] 92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:12:26.150Z] latest [2025-06-23T05:12:26.150Z] 4.1.0-dev.26 [2025-06-23T05:12:26.150Z] 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:12:26.150Z] main [2025-06-23T05:12:26.150Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:12:26.503Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:12:26.826Z] + docker push nexus3.edgexfoundry.org:10004/core-command:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:12:26.826Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-06-23T05:12:26.826Z] 65b88392f52d: Preparing [2025-06-23T05:12:26.826Z] 7ec400189f7e: Preparing [2025-06-23T05:12:26.826Z] 4e7adadcbae8: Preparing [2025-06-23T05:12:26.826Z] b6e0558dc269: Preparing [2025-06-23T05:12:26.826Z] caf4876a93d1: Preparing [2025-06-23T05:12:26.826Z] 79434d562679: Preparing [2025-06-23T05:12:26.826Z] 994456c4fd7b: Preparing [2025-06-23T05:12:26.826Z] 79434d562679: Waiting [2025-06-23T05:12:26.826Z] 994456c4fd7b: Waiting [2025-06-23T05:12:26.826Z] 65b88392f52d: Pushed [2025-06-23T05:12:26.826Z] b6e0558dc269: Pushed [2025-06-23T05:12:26.826Z] 4e7adadcbae8: Pushed [2025-06-23T05:12:26.826Z] 994456c4fd7b: Layer already exists [2025-06-23T05:12:26.826Z] caf4876a93d1: Pushed [2025-06-23T05:12:26.826Z] 79434d562679: Pushed [2025-06-23T05:12:29.360Z] 7ec400189f7e: Pushed [2025-06-23T05:12:29.360Z] 92d5141f885416a010e7c9a103f0840019be69f6: digest: sha256:114f0644c948d6d253e0c16d414de35a3be70606542d53d0c1ef9cb52106c2f2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:12:29.688Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:12:30.005Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2025-06-23T05:12:30.005Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-06-23T05:12:30.005Z] 65b88392f52d: Preparing [2025-06-23T05:12:30.005Z] 7ec400189f7e: Preparing [2025-06-23T05:12:30.005Z] 4e7adadcbae8: Preparing [2025-06-23T05:12:30.005Z] b6e0558dc269: Preparing [2025-06-23T05:12:30.005Z] caf4876a93d1: Preparing [2025-06-23T05:12:30.005Z] 79434d562679: Preparing [2025-06-23T05:12:30.005Z] 994456c4fd7b: Preparing [2025-06-23T05:12:30.005Z] 79434d562679: Waiting [2025-06-23T05:12:30.005Z] 4e7adadcbae8: Layer already exists [2025-06-23T05:12:30.005Z] 65b88392f52d: Layer already exists [2025-06-23T05:12:30.005Z] caf4876a93d1: Layer already exists [2025-06-23T05:12:30.005Z] b6e0558dc269: Layer already exists [2025-06-23T05:12:30.005Z] 7ec400189f7e: Layer already exists [2025-06-23T05:12:30.005Z] 79434d562679: Layer already exists [2025-06-23T05:12:30.005Z] 994456c4fd7b: Layer already exists [2025-06-23T05:12:30.005Z] latest: digest: sha256:114f0644c948d6d253e0c16d414de35a3be70606542d53d0c1ef9cb52106c2f2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:12:30.329Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:12:30.651Z] + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.26 [2025-06-23T05:12:30.651Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-06-23T05:12:30.652Z] 65b88392f52d: Preparing [2025-06-23T05:12:30.652Z] 7ec400189f7e: Preparing [2025-06-23T05:12:30.652Z] 4e7adadcbae8: Preparing [2025-06-23T05:12:30.652Z] b6e0558dc269: Preparing [2025-06-23T05:12:30.652Z] caf4876a93d1: Preparing [2025-06-23T05:12:30.652Z] 79434d562679: Preparing [2025-06-23T05:12:30.652Z] 994456c4fd7b: Preparing [2025-06-23T05:12:30.652Z] 79434d562679: Waiting [2025-06-23T05:12:30.652Z] 994456c4fd7b: Waiting [2025-06-23T05:12:30.652Z] 65b88392f52d: Layer already exists [2025-06-23T05:12:30.652Z] b6e0558dc269: Layer already exists [2025-06-23T05:12:30.652Z] 7ec400189f7e: Layer already exists [2025-06-23T05:12:30.652Z] 4e7adadcbae8: Layer already exists [2025-06-23T05:12:30.652Z] caf4876a93d1: Layer already exists [2025-06-23T05:12:30.652Z] 994456c4fd7b: Layer already exists [2025-06-23T05:12:30.652Z] 79434d562679: Layer already exists [2025-06-23T05:12:30.652Z] 4.1.0-dev.26: digest: sha256:114f0644c948d6d253e0c16d414de35a3be70606542d53d0c1ef9cb52106c2f2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:12:30.975Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:12:31.296Z] + docker push nexus3.edgexfoundry.org:10004/core-command:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:12:31.296Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-06-23T05:12:31.296Z] 65b88392f52d: Preparing [2025-06-23T05:12:31.296Z] 7ec400189f7e: Preparing [2025-06-23T05:12:31.296Z] 4e7adadcbae8: Preparing [2025-06-23T05:12:31.296Z] b6e0558dc269: Preparing [2025-06-23T05:12:31.296Z] caf4876a93d1: Preparing [2025-06-23T05:12:31.296Z] 79434d562679: Preparing [2025-06-23T05:12:31.296Z] 994456c4fd7b: Preparing [2025-06-23T05:12:31.296Z] 994456c4fd7b: Waiting [2025-06-23T05:12:31.296Z] 79434d562679: Waiting [2025-06-23T05:12:31.296Z] 65b88392f52d: Layer already exists [2025-06-23T05:12:31.296Z] caf4876a93d1: Layer already exists [2025-06-23T05:12:31.296Z] 4e7adadcbae8: Layer already exists [2025-06-23T05:12:31.296Z] b6e0558dc269: Layer already exists [2025-06-23T05:12:31.296Z] 7ec400189f7e: Layer already exists [2025-06-23T05:12:31.296Z] 79434d562679: Layer already exists [2025-06-23T05:12:31.296Z] 994456c4fd7b: Layer already exists [2025-06-23T05:12:31.296Z] 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26: digest: sha256:114f0644c948d6d253e0c16d414de35a3be70606542d53d0c1ef9cb52106c2f2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:12:31.622Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:12:31.936Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2025-06-23T05:12:31.936Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-06-23T05:12:31.936Z] 65b88392f52d: Preparing [2025-06-23T05:12:31.936Z] 7ec400189f7e: Preparing [2025-06-23T05:12:31.936Z] 4e7adadcbae8: Preparing [2025-06-23T05:12:31.936Z] b6e0558dc269: Preparing [2025-06-23T05:12:31.936Z] caf4876a93d1: Preparing [2025-06-23T05:12:31.936Z] 79434d562679: Preparing [2025-06-23T05:12:31.936Z] 994456c4fd7b: Preparing [2025-06-23T05:12:31.936Z] 79434d562679: Waiting [2025-06-23T05:12:31.936Z] 994456c4fd7b: Waiting [2025-06-23T05:12:31.936Z] 65b88392f52d: Layer already exists [2025-06-23T05:12:31.936Z] caf4876a93d1: Layer already exists [2025-06-23T05:12:31.936Z] b6e0558dc269: Layer already exists [2025-06-23T05:12:31.936Z] 7ec400189f7e: Layer already exists [2025-06-23T05:12:31.936Z] 4e7adadcbae8: Layer already exists [2025-06-23T05:12:31.936Z] 79434d562679: Layer already exists [2025-06-23T05:12:31.936Z] 994456c4fd7b: Layer already exists [2025-06-23T05:12:31.936Z] main: digest: sha256:114f0644c948d6d253e0c16d414de35a3be70606542d53d0c1ef9cb52106c2f2 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-23T05:12:32.015Z] ===================================================== [Pipeline] echo [2025-06-23T05:12:32.032Z] taggedImages: [2025-06-23T05:12:32.032Z] - nexus3.edgexfoundry.org:10004/core-command:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:12:32.032Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2025-06-23T05:12:32.032Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.26 [2025-06-23T05:12:32.032Z] - nexus3.edgexfoundry.org:10004/core-command:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:12:32.032Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2025-06-23T05:12:32.062Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2025-06-23T05:12:32.062Z] 92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:12:32.062Z] latest [2025-06-23T05:12:32.062Z] 4.1.0-dev.26 [2025-06-23T05:12:32.062Z] 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:12:32.062Z] main [2025-06-23T05:12:32.062Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:12:32.415Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:12:32.744Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:12:32.745Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-06-23T05:12:32.745Z] de230040ac14: Preparing [2025-06-23T05:12:32.745Z] 456e36bb5414: Preparing [2025-06-23T05:12:32.745Z] 0ddb15ba9443: Preparing [2025-06-23T05:12:32.745Z] 4e406d8d6533: Preparing [2025-06-23T05:12:32.745Z] 4e7adadcbae8: Preparing [2025-06-23T05:12:32.745Z] b6e0558dc269: Preparing [2025-06-23T05:12:32.745Z] caf4876a93d1: Preparing [2025-06-23T05:12:32.745Z] 79434d562679: Preparing [2025-06-23T05:12:32.745Z] 994456c4fd7b: Preparing [2025-06-23T05:12:32.745Z] b6e0558dc269: Waiting [2025-06-23T05:12:32.745Z] caf4876a93d1: Waiting [2025-06-23T05:12:32.745Z] 79434d562679: Waiting [2025-06-23T05:12:32.745Z] 994456c4fd7b: Waiting [2025-06-23T05:12:32.745Z] 4e7adadcbae8: Layer already exists [2025-06-23T05:12:32.745Z] b6e0558dc269: Layer already exists [2025-06-23T05:12:32.745Z] caf4876a93d1: Layer already exists [2025-06-23T05:12:32.745Z] 79434d562679: Layer already exists [2025-06-23T05:12:32.745Z] 0ddb15ba9443: Pushed [2025-06-23T05:12:32.745Z] de230040ac14: Pushed [2025-06-23T05:12:32.745Z] 456e36bb5414: Pushed [2025-06-23T05:12:32.745Z] 994456c4fd7b: Layer already exists [2025-06-23T05:12:33.680Z] 4e406d8d6533: Pushed [2025-06-23T05:12:33.939Z] 92d5141f885416a010e7c9a103f0840019be69f6: digest: sha256:62a5814cd6d446036dc6671783b1b1ad42cc01de36b287cbe1b47b7f88260cdc size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:12:34.274Z] + 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-06-23T05:12:34.598Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-06-23T05:12:34.598Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-06-23T05:12:34.598Z] de230040ac14: Preparing [2025-06-23T05:12:34.598Z] 456e36bb5414: Preparing [2025-06-23T05:12:34.598Z] 0ddb15ba9443: Preparing [2025-06-23T05:12:34.598Z] 4e406d8d6533: Preparing [2025-06-23T05:12:34.598Z] 4e7adadcbae8: Preparing [2025-06-23T05:12:34.598Z] b6e0558dc269: Preparing [2025-06-23T05:12:34.598Z] caf4876a93d1: Preparing [2025-06-23T05:12:34.598Z] 79434d562679: Preparing [2025-06-23T05:12:34.598Z] b6e0558dc269: Waiting [2025-06-23T05:12:34.598Z] caf4876a93d1: Waiting [2025-06-23T05:12:34.598Z] 79434d562679: Waiting [2025-06-23T05:12:34.598Z] 994456c4fd7b: Preparing [2025-06-23T05:12:34.598Z] 994456c4fd7b: Waiting [2025-06-23T05:12:34.598Z] de230040ac14: Layer already exists [2025-06-23T05:12:34.598Z] 4e406d8d6533: Layer already exists [2025-06-23T05:12:34.598Z] 0ddb15ba9443: Layer already exists [2025-06-23T05:12:34.598Z] 456e36bb5414: Layer already exists [2025-06-23T05:12:34.598Z] 4e7adadcbae8: Layer already exists [2025-06-23T05:12:34.598Z] b6e0558dc269: Layer already exists [2025-06-23T05:12:34.598Z] 79434d562679: Layer already exists [2025-06-23T05:12:34.598Z] 994456c4fd7b: Layer already exists [2025-06-23T05:12:34.598Z] caf4876a93d1: Layer already exists [2025-06-23T05:12:34.598Z] latest: digest: sha256:62a5814cd6d446036dc6671783b1b1ad42cc01de36b287cbe1b47b7f88260cdc size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:12:34.928Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:12:35.253Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.26 [2025-06-23T05:12:35.254Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-06-23T05:12:35.254Z] de230040ac14: Preparing [2025-06-23T05:12:35.254Z] 456e36bb5414: Preparing [2025-06-23T05:12:35.254Z] 0ddb15ba9443: Preparing [2025-06-23T05:12:35.254Z] 4e406d8d6533: Preparing [2025-06-23T05:12:35.254Z] 4e7adadcbae8: Preparing [2025-06-23T05:12:35.254Z] b6e0558dc269: Preparing [2025-06-23T05:12:35.254Z] caf4876a93d1: Preparing [2025-06-23T05:12:35.254Z] 79434d562679: Preparing [2025-06-23T05:12:35.254Z] 994456c4fd7b: Preparing [2025-06-23T05:12:35.254Z] b6e0558dc269: Waiting [2025-06-23T05:12:35.254Z] caf4876a93d1: Waiting [2025-06-23T05:12:35.254Z] 79434d562679: Waiting [2025-06-23T05:12:35.254Z] 994456c4fd7b: Waiting [2025-06-23T05:12:35.254Z] 0ddb15ba9443: Layer already exists [2025-06-23T05:12:35.254Z] 4e7adadcbae8: Layer already exists [2025-06-23T05:12:35.254Z] 4e406d8d6533: Layer already exists [2025-06-23T05:12:35.254Z] 456e36bb5414: Layer already exists [2025-06-23T05:12:35.254Z] de230040ac14: Layer already exists [2025-06-23T05:12:35.254Z] 994456c4fd7b: Layer already exists [2025-06-23T05:12:35.254Z] 79434d562679: Layer already exists [2025-06-23T05:12:35.254Z] caf4876a93d1: Layer already exists [2025-06-23T05:12:35.254Z] b6e0558dc269: Layer already exists [2025-06-23T05:12:35.254Z] 4.1.0-dev.26: digest: sha256:62a5814cd6d446036dc6671783b1b1ad42cc01de36b287cbe1b47b7f88260cdc size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:12:35.571Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:12:35.885Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:12:35.885Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-06-23T05:12:35.885Z] de230040ac14: Preparing [2025-06-23T05:12:35.885Z] 456e36bb5414: Preparing [2025-06-23T05:12:35.885Z] 0ddb15ba9443: Preparing [2025-06-23T05:12:35.885Z] 4e406d8d6533: Preparing [2025-06-23T05:12:35.885Z] 4e7adadcbae8: Preparing [2025-06-23T05:12:35.885Z] b6e0558dc269: Preparing [2025-06-23T05:12:35.885Z] caf4876a93d1: Preparing [2025-06-23T05:12:35.885Z] 79434d562679: Preparing [2025-06-23T05:12:35.885Z] 994456c4fd7b: Preparing [2025-06-23T05:12:35.885Z] b6e0558dc269: Waiting [2025-06-23T05:12:35.885Z] caf4876a93d1: Waiting [2025-06-23T05:12:35.885Z] 79434d562679: Waiting [2025-06-23T05:12:35.885Z] 994456c4fd7b: Waiting [2025-06-23T05:12:35.885Z] 456e36bb5414: Layer already exists [2025-06-23T05:12:35.885Z] 4e406d8d6533: Layer already exists [2025-06-23T05:12:35.885Z] 0ddb15ba9443: Layer already exists [2025-06-23T05:12:35.885Z] 4e7adadcbae8: Layer already exists [2025-06-23T05:12:35.885Z] de230040ac14: Layer already exists [2025-06-23T05:12:35.885Z] b6e0558dc269: Layer already exists [2025-06-23T05:12:35.885Z] 994456c4fd7b: Layer already exists [2025-06-23T05:12:35.885Z] 79434d562679: Layer already exists [2025-06-23T05:12:35.885Z] caf4876a93d1: Layer already exists [2025-06-23T05:12:35.885Z] 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26: digest: sha256:62a5814cd6d446036dc6671783b1b1ad42cc01de36b287cbe1b47b7f88260cdc size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:12:36.212Z] + 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-06-23T05:12:36.539Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-06-23T05:12:36.539Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-06-23T05:12:36.539Z] de230040ac14: Preparing [2025-06-23T05:12:36.539Z] 456e36bb5414: Preparing [2025-06-23T05:12:36.539Z] 0ddb15ba9443: Preparing [2025-06-23T05:12:36.539Z] 4e406d8d6533: Preparing [2025-06-23T05:12:36.539Z] 4e7adadcbae8: Preparing [2025-06-23T05:12:36.539Z] b6e0558dc269: Preparing [2025-06-23T05:12:36.539Z] caf4876a93d1: Preparing [2025-06-23T05:12:36.539Z] 79434d562679: Preparing [2025-06-23T05:12:36.539Z] 994456c4fd7b: Preparing [2025-06-23T05:12:36.539Z] b6e0558dc269: Waiting [2025-06-23T05:12:36.539Z] caf4876a93d1: Waiting [2025-06-23T05:12:36.539Z] 994456c4fd7b: Waiting [2025-06-23T05:12:36.539Z] 79434d562679: Waiting [2025-06-23T05:12:36.539Z] 456e36bb5414: Layer already exists [2025-06-23T05:12:36.539Z] 0ddb15ba9443: Layer already exists [2025-06-23T05:12:36.539Z] 4e406d8d6533: Layer already exists [2025-06-23T05:12:36.539Z] 4e7adadcbae8: Layer already exists [2025-06-23T05:12:36.539Z] de230040ac14: Layer already exists [2025-06-23T05:12:36.539Z] 79434d562679: Layer already exists [2025-06-23T05:12:36.539Z] caf4876a93d1: Layer already exists [2025-06-23T05:12:36.539Z] 994456c4fd7b: Layer already exists [2025-06-23T05:12:36.539Z] b6e0558dc269: Layer already exists [2025-06-23T05:12:36.539Z] main: digest: sha256:62a5814cd6d446036dc6671783b1b1ad42cc01de36b287cbe1b47b7f88260cdc size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-23T05:12:36.627Z] ===================================================== [Pipeline] echo [2025-06-23T05:12:36.642Z] taggedImages: [2025-06-23T05:12:36.642Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:12:36.642Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-06-23T05:12:36.642Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.26 [2025-06-23T05:12:36.642Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:12:36.642Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2025-06-23T05:12:36.670Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2025-06-23T05:12:36.671Z] 92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:12:36.671Z] latest [2025-06-23T05:12:36.671Z] 4.1.0-dev.26 [2025-06-23T05:12:36.671Z] 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:12:36.671Z] main [2025-06-23T05:12:36.671Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:12:37.022Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:12:37.341Z] + docker push nexus3.edgexfoundry.org:10004/core-data:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:12:37.341Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-06-23T05:12:37.341Z] 1613cf6f9d3a: Preparing [2025-06-23T05:12:37.341Z] 8560f035e878: Preparing [2025-06-23T05:12:37.341Z] 4e7adadcbae8: Preparing [2025-06-23T05:12:37.341Z] b6e0558dc269: Preparing [2025-06-23T05:12:37.341Z] caf4876a93d1: Preparing [2025-06-23T05:12:37.341Z] 5383fb45222e: Preparing [2025-06-23T05:12:37.341Z] 994456c4fd7b: Preparing [2025-06-23T05:12:37.341Z] 5383fb45222e: Waiting [2025-06-23T05:12:37.341Z] b6e0558dc269: Layer already exists [2025-06-23T05:12:37.341Z] 4e7adadcbae8: Layer already exists [2025-06-23T05:12:37.341Z] caf4876a93d1: Layer already exists [2025-06-23T05:12:37.341Z] 994456c4fd7b: Layer already exists [2025-06-23T05:12:37.341Z] 1613cf6f9d3a: Pushed [2025-06-23T05:12:37.341Z] 5383fb45222e: Pushed [2025-06-23T05:12:39.875Z] 8560f035e878: Pushed [2025-06-23T05:12:40.135Z] 92d5141f885416a010e7c9a103f0840019be69f6: digest: sha256:e1345cd074fbbb8a266c1009abda35d6ac54cdba0308aa8111a82f3a8917a6d7 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:12:40.469Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:12:40.797Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2025-06-23T05:12:40.797Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-06-23T05:12:40.797Z] 1613cf6f9d3a: Preparing [2025-06-23T05:12:40.797Z] 8560f035e878: Preparing [2025-06-23T05:12:40.797Z] 4e7adadcbae8: Preparing [2025-06-23T05:12:40.797Z] b6e0558dc269: Preparing [2025-06-23T05:12:40.797Z] caf4876a93d1: Preparing [2025-06-23T05:12:40.797Z] 5383fb45222e: Preparing [2025-06-23T05:12:40.797Z] 994456c4fd7b: Preparing [2025-06-23T05:12:40.797Z] 5383fb45222e: Waiting [2025-06-23T05:12:40.797Z] 994456c4fd7b: Waiting [2025-06-23T05:12:40.797Z] 1613cf6f9d3a: Layer already exists [2025-06-23T05:12:40.797Z] caf4876a93d1: Layer already exists [2025-06-23T05:12:40.797Z] 8560f035e878: Layer already exists [2025-06-23T05:12:40.797Z] b6e0558dc269: Layer already exists [2025-06-23T05:12:40.797Z] 4e7adadcbae8: Layer already exists [2025-06-23T05:12:40.797Z] 5383fb45222e: Layer already exists [2025-06-23T05:12:40.797Z] 994456c4fd7b: Layer already exists [2025-06-23T05:12:40.797Z] latest: digest: sha256:e1345cd074fbbb8a266c1009abda35d6ac54cdba0308aa8111a82f3a8917a6d7 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:12:41.123Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:12:41.451Z] + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.26 [2025-06-23T05:12:41.451Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-06-23T05:12:41.451Z] 1613cf6f9d3a: Preparing [2025-06-23T05:12:41.451Z] 8560f035e878: Preparing [2025-06-23T05:12:41.451Z] 4e7adadcbae8: Preparing [2025-06-23T05:12:41.451Z] b6e0558dc269: Preparing [2025-06-23T05:12:41.451Z] caf4876a93d1: Preparing [2025-06-23T05:12:41.451Z] 5383fb45222e: Preparing [2025-06-23T05:12:41.451Z] 994456c4fd7b: Preparing [2025-06-23T05:12:41.451Z] 994456c4fd7b: Waiting [2025-06-23T05:12:41.451Z] 5383fb45222e: Waiting [2025-06-23T05:12:41.451Z] 4e7adadcbae8: Layer already exists [2025-06-23T05:12:41.451Z] caf4876a93d1: Layer already exists [2025-06-23T05:12:41.451Z] b6e0558dc269: Layer already exists [2025-06-23T05:12:41.451Z] 8560f035e878: Layer already exists [2025-06-23T05:12:41.451Z] 1613cf6f9d3a: Layer already exists [2025-06-23T05:12:41.451Z] 994456c4fd7b: Layer already exists [2025-06-23T05:12:41.451Z] 5383fb45222e: Layer already exists [2025-06-23T05:12:41.451Z] 4.1.0-dev.26: digest: sha256:e1345cd074fbbb8a266c1009abda35d6ac54cdba0308aa8111a82f3a8917a6d7 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:12:41.585Z] #95 ... [2025-06-23T05:12:41.585Z] [2025-06-23T05:12:41.585Z] #91 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T05:12:41.585Z] #91 DONE 107.3s [2025-06-23T05:12:41.585Z] [2025-06-23T05:12:41.585Z] #95 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T05:12:41.585Z] #95 DONE 103.9s [2025-06-23T05:12:41.585Z] [2025-06-23T05:12:41.585Z] #99 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T05:12:41.585Z] #99 DONE 110.1s [2025-06-23T05:12:41.585Z] [2025-06-23T05:12:41.585Z] #93 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T05:12:41.585Z] #93 DONE 104.8s [2025-06-23T05:12:41.585Z] [2025-06-23T05:12:41.585Z] #119 [security-spiffe-token-provider builder 6/7] COPY . . [2025-06-23T05:12:41.585Z] #119 ... [2025-06-23T05:12:41.585Z] [2025-06-23T05:12:41.585Z] #112 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T05:12:41.585Z] #112 DONE 108.4s [2025-06-23T05:12:41.585Z] [2025-06-23T05:12:41.585Z] #89 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T05:12:41.585Z] #89 DONE 107.8s [2025-06-23T05:12:41.585Z] [2025-06-23T05:12:41.585Z] #120 [security-bootstrapper builder 6/7] COPY . . [2025-06-23T05:12:41.585Z] #120 ... [2025-06-23T05:12:41.585Z] [2025-06-23T05:12:41.585Z] #119 [security-spiffe-token-provider builder 6/7] COPY . . [2025-06-23T05:12:41.585Z] #119 DONE 1.9s [2025-06-23T05:12:41.585Z] [2025-06-23T05:12:41.585Z] #121 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T05:12:41.585Z] #121 CACHED [2025-06-23T05:12:41.585Z] [2025-06-23T05:12:41.585Z] #122 [core-data builder 4/7] COPY go.mod vendor* ./ [2025-06-23T05:12:41.585Z] #122 CACHED [2025-06-23T05:12:41.585Z] [2025-06-23T05:12:41.585Z] #123 [core-data builder 6/7] COPY . . [2025-06-23T05:12:41.585Z] #123 CACHED [2025-06-23T05:12:41.585Z] [2025-06-23T05:12:41.585Z] #124 [core-common-config-bootstrapper builder 6/7] COPY . . [2025-06-23T05:12:41.585Z] #124 CACHED [2025-06-23T05:12:41.585Z] [2025-06-23T05:12:41.585Z] #125 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-06-23T05:12:41.585Z] #125 CACHED [2025-06-23T05:12:41.585Z] [2025-06-23T05:12:41.585Z] #126 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T05:12:41.585Z] #126 CACHED [2025-06-23T05:12:41.585Z] [2025-06-23T05:12:41.585Z] #127 [core-command builder 6/7] COPY . . [2025-06-23T05:12:41.585Z] #127 CACHED [2025-06-23T05:12:41.585Z] [2025-06-23T05:12:41.585Z] #128 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T05:12:41.585Z] #128 CACHED [2025-06-23T05:12:41.585Z] [2025-06-23T05:12:41.585Z] #129 [core-command builder 4/7] COPY go.mod vendor* ./ [2025-06-23T05:12:41.585Z] #129 CACHED [2025-06-23T05:12:41.585Z] [2025-06-23T05:12:41.585Z] #130 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2025-06-23T05:12:41.585Z] #130 CACHED [2025-06-23T05:12:41.585Z] [2025-06-23T05:12:41.585Z] #131 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T05:12:41.585Z] #131 CACHED [2025-06-23T05:12:41.585Z] [2025-06-23T05:12:41.585Z] #132 [core-metadata builder 6/7] COPY . . [2025-06-23T05:12:41.585Z] #132 CACHED [2025-06-23T05:12:41.585Z] [2025-06-23T05:12:41.585Z] #133 [security-proxy-auth builder 6/7] COPY . . [2025-06-23T05:12:41.585Z] #133 DONE 1.9s [2025-06-23T05:12:41.585Z] [2025-06-23T05:12:41.585Z] #134 [core-keeper builder 7/8] COPY . . [2025-06-23T05:12:41.585Z] #134 DONE 2.0s [2025-06-23T05:12:41.585Z] [2025-06-23T05:12:41.585Z] #135 [support-notifications builder 6/7] COPY . . [2025-06-23T05:12:41.585Z] #135 DONE 2.0s [2025-06-23T05:12:41.585Z] [2025-06-23T05:12:41.585Z] #136 [support-scheduler builder 6/7] COPY . . [2025-06-23T05:12:41.585Z] #136 DONE 1.9s [2025-06-23T05:12:41.585Z] [2025-06-23T05:12:41.585Z] #137 [security-proxy-setup builder 6/7] COPY . . [2025-06-23T05:12:41.585Z] #137 CACHED [2025-06-23T05:12:41.585Z] [2025-06-23T05:12:41.585Z] #138 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2025-06-23T05:12:41.585Z] #138 CACHED [2025-06-23T05:12:41.585Z] [2025-06-23T05:12:41.585Z] #139 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T05:12:41.585Z] #139 CACHED [2025-06-23T05:12:41.585Z] [2025-06-23T05:12:41.585Z] #120 [security-bootstrapper builder 6/7] COPY . . [2025-06-23T05:12:41.585Z] #120 DONE 1.9s [2025-06-23T05:12:41.585Z] [2025-06-23T05:12:41.585Z] #140 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-06-23T05:12:41.585Z] #140 ... [2025-06-23T05:12:41.585Z] [2025-06-23T05:12:41.585Z] #141 [security-secretstore-setup builder 6/7] COPY . . [2025-06-23T05:12:41.585Z] #141 CACHED [2025-06-23T05:12:41.585Z] [2025-06-23T05:12:41.585Z] #142 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-23T05:12:41.585Z] #142 CACHED [2025-06-23T05:12:41.585Z] [2025-06-23T05:12:41.585Z] #143 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2025-06-23T05:12:41.585Z] #143 CACHED [2025-06-23T05:12:41.585Z] [2025-06-23T05:12:41.585Z] #144 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-06-23T05:12:41.765Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:12:42.090Z] + docker push nexus3.edgexfoundry.org:10004/core-data:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:12:42.090Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-06-23T05:12:42.090Z] 1613cf6f9d3a: Preparing [2025-06-23T05:12:42.090Z] 8560f035e878: Preparing [2025-06-23T05:12:42.090Z] 4e7adadcbae8: Preparing [2025-06-23T05:12:42.090Z] b6e0558dc269: Preparing [2025-06-23T05:12:42.090Z] caf4876a93d1: Preparing [2025-06-23T05:12:42.090Z] 5383fb45222e: Preparing [2025-06-23T05:12:42.090Z] 994456c4fd7b: Preparing [2025-06-23T05:12:42.090Z] 5383fb45222e: Waiting [2025-06-23T05:12:42.090Z] 994456c4fd7b: Waiting [2025-06-23T05:12:42.090Z] 8560f035e878: Layer already exists [2025-06-23T05:12:42.090Z] 1613cf6f9d3a: Layer already exists [2025-06-23T05:12:42.090Z] 4e7adadcbae8: Layer already exists [2025-06-23T05:12:42.090Z] b6e0558dc269: Layer already exists [2025-06-23T05:12:42.090Z] caf4876a93d1: Layer already exists [2025-06-23T05:12:42.090Z] 5383fb45222e: Layer already exists [2025-06-23T05:12:42.090Z] 994456c4fd7b: Layer already exists [2025-06-23T05:12:42.090Z] 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26: digest: sha256:e1345cd074fbbb8a266c1009abda35d6ac54cdba0308aa8111a82f3a8917a6d7 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:12:42.417Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:12:42.744Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2025-06-23T05:12:42.744Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-06-23T05:12:42.744Z] 1613cf6f9d3a: Preparing [2025-06-23T05:12:42.744Z] 8560f035e878: Preparing [2025-06-23T05:12:42.744Z] 4e7adadcbae8: Preparing [2025-06-23T05:12:42.744Z] b6e0558dc269: Preparing [2025-06-23T05:12:42.744Z] caf4876a93d1: Preparing [2025-06-23T05:12:42.744Z] 5383fb45222e: Preparing [2025-06-23T05:12:42.744Z] 994456c4fd7b: Preparing [2025-06-23T05:12:42.744Z] 5383fb45222e: Waiting [2025-06-23T05:12:42.744Z] 994456c4fd7b: Waiting [2025-06-23T05:12:42.744Z] caf4876a93d1: Layer already exists [2025-06-23T05:12:42.744Z] 8560f035e878: Layer already exists [2025-06-23T05:12:42.744Z] 4e7adadcbae8: Layer already exists [2025-06-23T05:12:42.744Z] b6e0558dc269: Layer already exists [2025-06-23T05:12:42.744Z] 1613cf6f9d3a: Layer already exists [2025-06-23T05:12:42.744Z] 5383fb45222e: Layer already exists [2025-06-23T05:12:42.744Z] 994456c4fd7b: Layer already exists [2025-06-23T05:12:42.744Z] main: digest: sha256:e1345cd074fbbb8a266c1009abda35d6ac54cdba0308aa8111a82f3a8917a6d7 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-23T05:12:42.810Z] ===================================================== [Pipeline] echo [2025-06-23T05:12:42.826Z] taggedImages: [2025-06-23T05:12:42.826Z] - nexus3.edgexfoundry.org:10004/core-data:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:12:42.826Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2025-06-23T05:12:42.826Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.26 [2025-06-23T05:12:42.826Z] - nexus3.edgexfoundry.org:10004/core-data:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:12:42.826Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2025-06-23T05:12:42.854Z] [edgeXDocker.push] Tagging docker image core-keeper with the following tags: [2025-06-23T05:12:42.854Z] 92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:12:42.854Z] latest [2025-06-23T05:12:42.854Z] 4.1.0-dev.26 [2025-06-23T05:12:42.854Z] 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:12:42.854Z] main [2025-06-23T05:12:42.854Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:12:43.199Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:12:43.524Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:12:43.524Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-06-23T05:12:43.524Z] bb971b1832fd: Preparing [2025-06-23T05:12:43.524Z] d966a2af8233: Preparing [2025-06-23T05:12:43.524Z] b6e0558dc269: Preparing [2025-06-23T05:12:43.524Z] b6943bff1b6c: Preparing [2025-06-23T05:12:43.524Z] 3f90fc50db09: Preparing [2025-06-23T05:12:43.524Z] 994456c4fd7b: Preparing [2025-06-23T05:12:43.524Z] 994456c4fd7b: Waiting [2025-06-23T05:12:43.524Z] b6e0558dc269: Layer already exists [2025-06-23T05:12:43.524Z] 994456c4fd7b: Layer already exists [2025-06-23T05:12:43.524Z] 3f90fc50db09: Pushed [2025-06-23T05:12:43.524Z] b6943bff1b6c: Pushed [2025-06-23T05:12:43.524Z] bb971b1832fd: Pushed [2025-06-23T05:12:44.162Z] #144 ... [2025-06-23T05:12:44.162Z] [2025-06-23T05:12:44.162Z] #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-23T05:12:44.162Z] #0 5.117 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-06-23T05:12:44.162Z] #145 ... [2025-06-23T05:12:44.162Z] [2025-06-23T05:12:44.162Z] #146 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-06-23T05:12:44.162Z] #0 5.481 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-06-23T05:12:44.162Z] #146 ... [2025-06-23T05:12:44.162Z] [2025-06-23T05:12:44.162Z] #144 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-06-23T05:12:44.162Z] #144 5.770 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-06-23T05:12:46.052Z] d966a2af8233: Pushed [2025-06-23T05:12:46.053Z] 92d5141f885416a010e7c9a103f0840019be69f6: digest: sha256:15054a3309ea77dd0254f167c155e3ccfb40847a9be1bd75728bcc20f99072e1 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:12:46.386Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:12:46.704Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-06-23T05:12:46.704Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-06-23T05:12:46.704Z] bb971b1832fd: Preparing [2025-06-23T05:12:46.704Z] d966a2af8233: Preparing [2025-06-23T05:12:46.704Z] b6e0558dc269: Preparing [2025-06-23T05:12:46.704Z] b6943bff1b6c: Preparing [2025-06-23T05:12:46.704Z] 3f90fc50db09: Preparing [2025-06-23T05:12:46.704Z] 994456c4fd7b: Preparing [2025-06-23T05:12:46.704Z] 994456c4fd7b: Waiting [2025-06-23T05:12:46.704Z] b6e0558dc269: Layer already exists [2025-06-23T05:12:46.704Z] bb971b1832fd: Layer already exists [2025-06-23T05:12:46.704Z] b6943bff1b6c: Layer already exists [2025-06-23T05:12:46.704Z] 3f90fc50db09: Layer already exists [2025-06-23T05:12:46.704Z] d966a2af8233: Layer already exists [2025-06-23T05:12:46.704Z] 994456c4fd7b: Layer already exists [2025-06-23T05:12:46.704Z] latest: digest: sha256:15054a3309ea77dd0254f167c155e3ccfb40847a9be1bd75728bcc20f99072e1 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:12:47.022Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:12:47.348Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.26 [2025-06-23T05:12:47.348Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-06-23T05:12:47.348Z] bb971b1832fd: Preparing [2025-06-23T05:12:47.348Z] d966a2af8233: Preparing [2025-06-23T05:12:47.348Z] b6e0558dc269: Preparing [2025-06-23T05:12:47.348Z] b6943bff1b6c: Preparing [2025-06-23T05:12:47.348Z] 3f90fc50db09: Preparing [2025-06-23T05:12:47.348Z] 994456c4fd7b: Preparing [2025-06-23T05:12:47.348Z] 994456c4fd7b: Waiting [2025-06-23T05:12:47.348Z] d966a2af8233: Layer already exists [2025-06-23T05:12:47.348Z] b6e0558dc269: Layer already exists [2025-06-23T05:12:47.348Z] bb971b1832fd: Layer already exists [2025-06-23T05:12:47.348Z] 3f90fc50db09: Layer already exists [2025-06-23T05:12:47.348Z] b6943bff1b6c: Layer already exists [2025-06-23T05:12:47.348Z] 994456c4fd7b: Layer already exists [2025-06-23T05:12:47.348Z] 4.1.0-dev.26: digest: sha256:15054a3309ea77dd0254f167c155e3ccfb40847a9be1bd75728bcc20f99072e1 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:12:47.694Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:12:48.014Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:12:48.014Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-06-23T05:12:48.014Z] bb971b1832fd: Preparing [2025-06-23T05:12:48.014Z] d966a2af8233: Preparing [2025-06-23T05:12:48.014Z] b6e0558dc269: Preparing [2025-06-23T05:12:48.014Z] b6943bff1b6c: Preparing [2025-06-23T05:12:48.014Z] 3f90fc50db09: Preparing [2025-06-23T05:12:48.014Z] 994456c4fd7b: Preparing [2025-06-23T05:12:48.014Z] 994456c4fd7b: Waiting [2025-06-23T05:12:48.014Z] b6943bff1b6c: Layer already exists [2025-06-23T05:12:48.014Z] bb971b1832fd: Layer already exists [2025-06-23T05:12:48.014Z] b6e0558dc269: Layer already exists [2025-06-23T05:12:48.014Z] 3f90fc50db09: Layer already exists [2025-06-23T05:12:48.014Z] d966a2af8233: Layer already exists [2025-06-23T05:12:48.014Z] 994456c4fd7b: Layer already exists [2025-06-23T05:12:48.014Z] 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26: digest: sha256:15054a3309ea77dd0254f167c155e3ccfb40847a9be1bd75728bcc20f99072e1 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:12:48.344Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:12:48.401Z] #144 ... [2025-06-23T05:12:48.401Z] [2025-06-23T05:12:48.401Z] #147 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-06-23T05:12:48.401Z] #0 5.057 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-06-23T05:12:48.401Z] #147 ... [2025-06-23T05:12:48.401Z] [2025-06-23T05:12:48.401Z] #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-06-23T05:12:48.401Z] #0 5.430 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-06-23T05:12:48.665Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:main [2025-06-23T05:12:48.665Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-06-23T05:12:48.665Z] bb971b1832fd: Preparing [2025-06-23T05:12:48.665Z] d966a2af8233: Preparing [2025-06-23T05:12:48.665Z] b6e0558dc269: Preparing [2025-06-23T05:12:48.665Z] b6943bff1b6c: Preparing [2025-06-23T05:12:48.665Z] 3f90fc50db09: Preparing [2025-06-23T05:12:48.665Z] 994456c4fd7b: Preparing [2025-06-23T05:12:48.665Z] 994456c4fd7b: Waiting [2025-06-23T05:12:48.665Z] 3f90fc50db09: Layer already exists [2025-06-23T05:12:48.665Z] b6e0558dc269: Layer already exists [2025-06-23T05:12:48.665Z] bb971b1832fd: Layer already exists [2025-06-23T05:12:48.665Z] b6943bff1b6c: Layer already exists [2025-06-23T05:12:48.665Z] d966a2af8233: Layer already exists [2025-06-23T05:12:48.665Z] 994456c4fd7b: Layer already exists [2025-06-23T05:12:48.665Z] main: digest: sha256:15054a3309ea77dd0254f167c155e3ccfb40847a9be1bd75728bcc20f99072e1 size: 1571 [2025-06-23T05:12:48.670Z] #148 ... [2025-06-23T05:12:48.670Z] [2025-06-23T05:12:48.670Z] #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-23T05:12:48.670Z] #0 5.950 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-06-23T05:12:48.670Z] #149 ... [2025-06-23T05:12:48.670Z] [2025-06-23T05:12:48.670Z] #150 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-06-23T05:12:48.670Z] #0 4.419 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-23T05:12:48.752Z] ===================================================== [Pipeline] echo [2025-06-23T05:12:48.762Z] taggedImages: [2025-06-23T05:12:48.762Z] - nexus3.edgexfoundry.org:10004/core-keeper:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:12:48.762Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-06-23T05:12:48.762Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.26 [2025-06-23T05:12:48.762Z] - nexus3.edgexfoundry.org:10004/core-keeper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:12:48.762Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo [2025-06-23T05:12:48.795Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2025-06-23T05:12:48.795Z] 92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:12:48.795Z] latest [2025-06-23T05:12:48.795Z] 4.1.0-dev.26 [2025-06-23T05:12:48.795Z] 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:12:48.795Z] main [2025-06-23T05:12:48.795Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:12:48.979Z] #150 ... [2025-06-23T05:12:48.980Z] [2025-06-23T05:12:48.980Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-23T05:12:48.980Z] #0 5.529 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-06-23T05:12:49.139Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:12:49.244Z] #151 ... [2025-06-23T05:12:49.244Z] [2025-06-23T05:12:49.244Z] #152 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-06-23T05:12:49.244Z] #0 6.169 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2025-06-23T05:12:49.244Z] #152 ... [2025-06-23T05:12:49.244Z] [2025-06-23T05:12:49.244Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-23T05:12:49.244Z] #0 6.020 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-06-23T05:12:49.464Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:12:49.464Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-06-23T05:12:49.464Z] 5820a4cc5638: Preparing [2025-06-23T05:12:49.464Z] be7f5ccb60bc: Preparing [2025-06-23T05:12:49.464Z] 01a6df2d068c: Preparing [2025-06-23T05:12:49.464Z] 4e7adadcbae8: Preparing [2025-06-23T05:12:49.464Z] b6e0558dc269: Preparing [2025-06-23T05:12:49.464Z] caf4876a93d1: Preparing [2025-06-23T05:12:49.464Z] 79434d562679: Preparing [2025-06-23T05:12:49.464Z] 994456c4fd7b: Preparing [2025-06-23T05:12:49.464Z] caf4876a93d1: Waiting [2025-06-23T05:12:49.464Z] 994456c4fd7b: Waiting [2025-06-23T05:12:49.464Z] 79434d562679: Waiting [2025-06-23T05:12:49.464Z] 4e7adadcbae8: Layer already exists [2025-06-23T05:12:49.464Z] b6e0558dc269: Layer already exists [2025-06-23T05:12:49.464Z] caf4876a93d1: Layer already exists [2025-06-23T05:12:49.464Z] 79434d562679: Layer already exists [2025-06-23T05:12:49.464Z] 994456c4fd7b: Layer already exists [2025-06-23T05:12:49.464Z] be7f5ccb60bc: Pushed [2025-06-23T05:12:49.464Z] 5820a4cc5638: Pushed [2025-06-23T05:12:49.509Z] #153 ... [2025-06-23T05:12:49.509Z] [2025-06-23T05:12:49.509Z] #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-23T05:12:49.509Z] #0 3.812 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-06-23T05:12:49.509Z] #154 ... [2025-06-23T05:12:49.509Z] [2025-06-23T05:12:49.509Z] #140 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-06-23T05:12:49.509Z] #140 5.917 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-06-23T05:12:51.994Z] 01a6df2d068c: Pushed [2025-06-23T05:12:52.253Z] 92d5141f885416a010e7c9a103f0840019be69f6: digest: sha256:36d0804e3a74679b5ff0dafe85373c947229539a0153e4d5cdc0afec7b8c1925 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:12:52.583Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:12:52.911Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-06-23T05:12:52.911Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-06-23T05:12:52.911Z] 5820a4cc5638: Preparing [2025-06-23T05:12:52.911Z] be7f5ccb60bc: Preparing [2025-06-23T05:12:52.911Z] 01a6df2d068c: Preparing [2025-06-23T05:12:52.911Z] 4e7adadcbae8: Preparing [2025-06-23T05:12:52.911Z] b6e0558dc269: Preparing [2025-06-23T05:12:52.911Z] caf4876a93d1: Preparing [2025-06-23T05:12:52.911Z] 79434d562679: Preparing [2025-06-23T05:12:52.911Z] 994456c4fd7b: Preparing [2025-06-23T05:12:52.911Z] caf4876a93d1: Waiting [2025-06-23T05:12:52.911Z] 994456c4fd7b: Waiting [2025-06-23T05:12:52.911Z] 79434d562679: Waiting [2025-06-23T05:12:52.911Z] 5820a4cc5638: Layer already exists [2025-06-23T05:12:52.911Z] b6e0558dc269: Layer already exists [2025-06-23T05:12:52.911Z] be7f5ccb60bc: Layer already exists [2025-06-23T05:12:52.911Z] 01a6df2d068c: Layer already exists [2025-06-23T05:12:52.911Z] 4e7adadcbae8: Layer already exists [2025-06-23T05:12:52.911Z] 79434d562679: Layer already exists [2025-06-23T05:12:52.911Z] 994456c4fd7b: Layer already exists [2025-06-23T05:12:52.911Z] caf4876a93d1: Layer already exists [2025-06-23T05:12:52.911Z] latest: digest: sha256:36d0804e3a74679b5ff0dafe85373c947229539a0153e4d5cdc0afec7b8c1925 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:12:53.264Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:12:53.585Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.26 [2025-06-23T05:12:53.585Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-06-23T05:12:53.585Z] 5820a4cc5638: Preparing [2025-06-23T05:12:53.585Z] be7f5ccb60bc: Preparing [2025-06-23T05:12:53.585Z] 01a6df2d068c: Preparing [2025-06-23T05:12:53.585Z] 4e7adadcbae8: Preparing [2025-06-23T05:12:53.585Z] b6e0558dc269: Preparing [2025-06-23T05:12:53.585Z] caf4876a93d1: Preparing [2025-06-23T05:12:53.585Z] 79434d562679: Preparing [2025-06-23T05:12:53.585Z] caf4876a93d1: Waiting [2025-06-23T05:12:53.585Z] 994456c4fd7b: Preparing [2025-06-23T05:12:53.585Z] 79434d562679: Waiting [2025-06-23T05:12:53.585Z] 994456c4fd7b: Waiting [2025-06-23T05:12:53.585Z] 01a6df2d068c: Layer already exists [2025-06-23T05:12:53.585Z] be7f5ccb60bc: Layer already exists [2025-06-23T05:12:53.585Z] 4e7adadcbae8: Layer already exists [2025-06-23T05:12:53.585Z] b6e0558dc269: Layer already exists [2025-06-23T05:12:53.585Z] 5820a4cc5638: Layer already exists [2025-06-23T05:12:53.585Z] 79434d562679: Layer already exists [2025-06-23T05:12:53.585Z] 994456c4fd7b: Layer already exists [2025-06-23T05:12:53.585Z] caf4876a93d1: Layer already exists [2025-06-23T05:12:53.585Z] 4.1.0-dev.26: digest: sha256:36d0804e3a74679b5ff0dafe85373c947229539a0153e4d5cdc0afec7b8c1925 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:12:53.926Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:12:54.247Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:12:54.247Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-06-23T05:12:54.247Z] 5820a4cc5638: Preparing [2025-06-23T05:12:54.247Z] be7f5ccb60bc: Preparing [2025-06-23T05:12:54.247Z] 01a6df2d068c: Preparing [2025-06-23T05:12:54.247Z] 4e7adadcbae8: Preparing [2025-06-23T05:12:54.247Z] b6e0558dc269: Preparing [2025-06-23T05:12:54.247Z] caf4876a93d1: Preparing [2025-06-23T05:12:54.247Z] 79434d562679: Preparing [2025-06-23T05:12:54.247Z] 994456c4fd7b: Preparing [2025-06-23T05:12:54.247Z] caf4876a93d1: Waiting [2025-06-23T05:12:54.247Z] 79434d562679: Waiting [2025-06-23T05:12:54.247Z] 994456c4fd7b: Waiting [2025-06-23T05:12:54.247Z] be7f5ccb60bc: Layer already exists [2025-06-23T05:12:54.247Z] 4e7adadcbae8: Layer already exists [2025-06-23T05:12:54.247Z] b6e0558dc269: Layer already exists [2025-06-23T05:12:54.247Z] 5820a4cc5638: Layer already exists [2025-06-23T05:12:54.247Z] 01a6df2d068c: Layer already exists [2025-06-23T05:12:54.247Z] caf4876a93d1: Layer already exists [2025-06-23T05:12:54.247Z] 994456c4fd7b: Layer already exists [2025-06-23T05:12:54.247Z] 79434d562679: Layer already exists [2025-06-23T05:12:54.247Z] 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26: digest: sha256:36d0804e3a74679b5ff0dafe85373c947229539a0153e4d5cdc0afec7b8c1925 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:12:54.587Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:12:54.913Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2025-06-23T05:12:54.913Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-06-23T05:12:54.913Z] 5820a4cc5638: Preparing [2025-06-23T05:12:54.913Z] be7f5ccb60bc: Preparing [2025-06-23T05:12:54.913Z] 01a6df2d068c: Preparing [2025-06-23T05:12:54.913Z] 4e7adadcbae8: Preparing [2025-06-23T05:12:54.913Z] b6e0558dc269: Preparing [2025-06-23T05:12:54.913Z] caf4876a93d1: Preparing [2025-06-23T05:12:54.913Z] 79434d562679: Preparing [2025-06-23T05:12:54.913Z] 994456c4fd7b: Preparing [2025-06-23T05:12:54.913Z] 79434d562679: Waiting [2025-06-23T05:12:54.913Z] 994456c4fd7b: Waiting [2025-06-23T05:12:54.913Z] caf4876a93d1: Waiting [2025-06-23T05:12:54.913Z] b6e0558dc269: Layer already exists [2025-06-23T05:12:54.913Z] 01a6df2d068c: Layer already exists [2025-06-23T05:12:54.913Z] 4e7adadcbae8: Layer already exists [2025-06-23T05:12:54.913Z] be7f5ccb60bc: Layer already exists [2025-06-23T05:12:54.913Z] 5820a4cc5638: Layer already exists [2025-06-23T05:12:54.913Z] caf4876a93d1: Layer already exists [2025-06-23T05:12:54.913Z] 79434d562679: Layer already exists [2025-06-23T05:12:54.913Z] 994456c4fd7b: Layer already exists [2025-06-23T05:12:54.913Z] main: digest: sha256:36d0804e3a74679b5ff0dafe85373c947229539a0153e4d5cdc0afec7b8c1925 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-23T05:12:54.991Z] ===================================================== [Pipeline] echo [2025-06-23T05:12:55.011Z] taggedImages: [2025-06-23T05:12:55.011Z] - nexus3.edgexfoundry.org:10004/core-metadata:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:12:55.011Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-06-23T05:12:55.011Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.26 [2025-06-23T05:12:55.011Z] - nexus3.edgexfoundry.org:10004/core-metadata:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:12:55.011Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2025-06-23T05:12:55.041Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2025-06-23T05:12:55.041Z] 92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:12:55.041Z] latest [2025-06-23T05:12:55.041Z] 4.1.0-dev.26 [2025-06-23T05:12:55.041Z] 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:12:55.041Z] main [2025-06-23T05:12:55.041Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:12:55.395Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:12:55.724Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:12:55.724Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-06-23T05:12:55.724Z] 7cfe5202e664: Preparing [2025-06-23T05:12:55.724Z] 7ae1d1d54440: Preparing [2025-06-23T05:12:55.724Z] 6ea21028c078: Preparing [2025-06-23T05:12:55.724Z] 01a8f086e898: Preparing [2025-06-23T05:12:55.724Z] 74a54fa4eddb: Preparing [2025-06-23T05:12:55.724Z] 5043a3f82d3b: Preparing [2025-06-23T05:12:55.724Z] c5e3ab0f5fc8: Preparing [2025-06-23T05:12:55.724Z] 4e7adadcbae8: Preparing [2025-06-23T05:12:55.724Z] b6e0558dc269: Preparing [2025-06-23T05:12:55.724Z] a4cfc4f3df9b: Preparing [2025-06-23T05:12:55.724Z] d1c018ed234f: Preparing [2025-06-23T05:12:55.724Z] 5f70bf18a086: Preparing [2025-06-23T05:12:55.724Z] 5461064f8794: Preparing [2025-06-23T05:12:55.724Z] 30871ce43ead: Preparing [2025-06-23T05:12:55.724Z] 3ee3cdc177a5: Preparing [2025-06-23T05:12:55.724Z] 994456c4fd7b: Preparing [2025-06-23T05:12:55.724Z] 5043a3f82d3b: Waiting [2025-06-23T05:12:55.724Z] c5e3ab0f5fc8: Waiting [2025-06-23T05:12:55.724Z] 4e7adadcbae8: Waiting [2025-06-23T05:12:55.724Z] a4cfc4f3df9b: Waiting [2025-06-23T05:12:55.724Z] 30871ce43ead: Waiting [2025-06-23T05:12:55.724Z] d1c018ed234f: Waiting [2025-06-23T05:12:55.724Z] 3ee3cdc177a5: Waiting [2025-06-23T05:12:55.724Z] b6e0558dc269: Waiting [2025-06-23T05:12:55.724Z] 994456c4fd7b: Waiting [2025-06-23T05:12:55.724Z] 5461064f8794: Waiting [2025-06-23T05:12:55.724Z] 5f70bf18a086: Waiting [2025-06-23T05:12:55.724Z] 01a8f086e898: Pushed [2025-06-23T05:12:55.724Z] 6ea21028c078: Pushed [2025-06-23T05:12:55.724Z] 7ae1d1d54440: Pushed [2025-06-23T05:12:55.724Z] 74a54fa4eddb: Pushed [2025-06-23T05:12:55.724Z] 7cfe5202e664: Pushed [2025-06-23T05:12:55.724Z] 4e7adadcbae8: Layer already exists [2025-06-23T05:12:55.724Z] b6e0558dc269: Layer already exists [2025-06-23T05:12:55.724Z] 5043a3f82d3b: Pushed [2025-06-23T05:12:55.724Z] 5f70bf18a086: Layer already exists [2025-06-23T05:12:55.984Z] a4cfc4f3df9b: Pushed [2025-06-23T05:12:55.984Z] d1c018ed234f: Pushed [2025-06-23T05:12:55.984Z] 30871ce43ead: Pushed [2025-06-23T05:12:55.984Z] 5461064f8794: Pushed [2025-06-23T05:12:55.984Z] 994456c4fd7b: Layer already exists [2025-06-23T05:12:55.984Z] 3ee3cdc177a5: Pushed [2025-06-23T05:12:57.363Z] c5e3ab0f5fc8: Pushed [2025-06-23T05:12:57.363Z] 92d5141f885416a010e7c9a103f0840019be69f6: digest: sha256:3ceebd0a79d098d8d6eb38caa515743a618ec4b84ea55ccc4681d82ffa65249d size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:12:57.695Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:12:58.019Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-06-23T05:12:58.019Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-06-23T05:12:58.019Z] 7cfe5202e664: Preparing [2025-06-23T05:12:58.019Z] 7ae1d1d54440: Preparing [2025-06-23T05:12:58.019Z] 6ea21028c078: Preparing [2025-06-23T05:12:58.019Z] 01a8f086e898: Preparing [2025-06-23T05:12:58.019Z] 74a54fa4eddb: Preparing [2025-06-23T05:12:58.019Z] 5043a3f82d3b: Preparing [2025-06-23T05:12:58.019Z] c5e3ab0f5fc8: Preparing [2025-06-23T05:12:58.019Z] 4e7adadcbae8: Preparing [2025-06-23T05:12:58.019Z] b6e0558dc269: Preparing [2025-06-23T05:12:58.019Z] a4cfc4f3df9b: Preparing [2025-06-23T05:12:58.019Z] d1c018ed234f: Preparing [2025-06-23T05:12:58.019Z] 5f70bf18a086: Preparing [2025-06-23T05:12:58.019Z] 5461064f8794: Preparing [2025-06-23T05:12:58.019Z] 30871ce43ead: Preparing [2025-06-23T05:12:58.019Z] 3ee3cdc177a5: Preparing [2025-06-23T05:12:58.019Z] 994456c4fd7b: Preparing [2025-06-23T05:12:58.019Z] 5043a3f82d3b: Waiting [2025-06-23T05:12:58.019Z] d1c018ed234f: Waiting [2025-06-23T05:12:58.019Z] c5e3ab0f5fc8: Waiting [2025-06-23T05:12:58.019Z] 5f70bf18a086: Waiting [2025-06-23T05:12:58.019Z] 4e7adadcbae8: Waiting [2025-06-23T05:12:58.019Z] 994456c4fd7b: Waiting [2025-06-23T05:12:58.019Z] b6e0558dc269: Waiting [2025-06-23T05:12:58.019Z] 5461064f8794: Waiting [2025-06-23T05:12:58.019Z] a4cfc4f3df9b: Waiting [2025-06-23T05:12:58.019Z] 30871ce43ead: Waiting [2025-06-23T05:12:58.019Z] 3ee3cdc177a5: Waiting [2025-06-23T05:12:58.019Z] 74a54fa4eddb: Layer already exists [2025-06-23T05:12:58.019Z] 01a8f086e898: Layer already exists [2025-06-23T05:12:58.019Z] 7ae1d1d54440: Layer already exists [2025-06-23T05:12:58.019Z] 6ea21028c078: Layer already exists [2025-06-23T05:12:58.019Z] 7cfe5202e664: Layer already exists [2025-06-23T05:12:58.019Z] c5e3ab0f5fc8: Layer already exists [2025-06-23T05:12:58.019Z] a4cfc4f3df9b: Layer already exists [2025-06-23T05:12:58.019Z] 4e7adadcbae8: Layer already exists [2025-06-23T05:12:58.019Z] 5043a3f82d3b: Layer already exists [2025-06-23T05:12:58.019Z] b6e0558dc269: Layer already exists [2025-06-23T05:12:58.019Z] 5f70bf18a086: Layer already exists [2025-06-23T05:12:58.019Z] d1c018ed234f: Layer already exists [2025-06-23T05:12:58.019Z] 5461064f8794: Layer already exists [2025-06-23T05:12:58.019Z] 30871ce43ead: Layer already exists [2025-06-23T05:12:58.019Z] 3ee3cdc177a5: Layer already exists [2025-06-23T05:12:58.019Z] 994456c4fd7b: Layer already exists [2025-06-23T05:12:58.019Z] latest: digest: sha256:3ceebd0a79d098d8d6eb38caa515743a618ec4b84ea55ccc4681d82ffa65249d size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:12:58.346Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:12:58.661Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.26 [2025-06-23T05:12:58.661Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-06-23T05:12:58.661Z] 7cfe5202e664: Preparing [2025-06-23T05:12:58.661Z] 7ae1d1d54440: Preparing [2025-06-23T05:12:58.661Z] 6ea21028c078: Preparing [2025-06-23T05:12:58.661Z] 01a8f086e898: Preparing [2025-06-23T05:12:58.661Z] 74a54fa4eddb: Preparing [2025-06-23T05:12:58.661Z] 5043a3f82d3b: Preparing [2025-06-23T05:12:58.661Z] c5e3ab0f5fc8: Preparing [2025-06-23T05:12:58.661Z] 4e7adadcbae8: Preparing [2025-06-23T05:12:58.661Z] b6e0558dc269: Preparing [2025-06-23T05:12:58.661Z] a4cfc4f3df9b: Preparing [2025-06-23T05:12:58.661Z] d1c018ed234f: Preparing [2025-06-23T05:12:58.661Z] 5f70bf18a086: Preparing [2025-06-23T05:12:58.661Z] 5461064f8794: Preparing [2025-06-23T05:12:58.661Z] 30871ce43ead: Preparing [2025-06-23T05:12:58.661Z] 3ee3cdc177a5: Preparing [2025-06-23T05:12:58.661Z] c5e3ab0f5fc8: Waiting [2025-06-23T05:12:58.661Z] 994456c4fd7b: Preparing [2025-06-23T05:12:58.661Z] 4e7adadcbae8: Waiting [2025-06-23T05:12:58.661Z] b6e0558dc269: Waiting [2025-06-23T05:12:58.661Z] a4cfc4f3df9b: Waiting [2025-06-23T05:12:58.661Z] d1c018ed234f: Waiting [2025-06-23T05:12:58.661Z] 5f70bf18a086: Waiting [2025-06-23T05:12:58.661Z] 5461064f8794: Waiting [2025-06-23T05:12:58.661Z] 30871ce43ead: Waiting [2025-06-23T05:12:58.661Z] 3ee3cdc177a5: Waiting [2025-06-23T05:12:58.661Z] 994456c4fd7b: Waiting [2025-06-23T05:12:58.661Z] 74a54fa4eddb: Layer already exists [2025-06-23T05:12:58.661Z] 7cfe5202e664: Layer already exists [2025-06-23T05:12:58.661Z] 6ea21028c078: Layer already exists [2025-06-23T05:12:58.661Z] 7ae1d1d54440: Layer already exists [2025-06-23T05:12:58.661Z] 01a8f086e898: Layer already exists [2025-06-23T05:12:58.661Z] c5e3ab0f5fc8: Layer already exists [2025-06-23T05:12:58.661Z] 5043a3f82d3b: Layer already exists [2025-06-23T05:12:58.661Z] 4e7adadcbae8: Layer already exists [2025-06-23T05:12:58.661Z] b6e0558dc269: Layer already exists [2025-06-23T05:12:58.661Z] a4cfc4f3df9b: Layer already exists [2025-06-23T05:12:58.661Z] 5f70bf18a086: Layer already exists [2025-06-23T05:12:58.661Z] 30871ce43ead: Layer already exists [2025-06-23T05:12:58.661Z] d1c018ed234f: Layer already exists [2025-06-23T05:12:58.661Z] 5461064f8794: Layer already exists [2025-06-23T05:12:58.661Z] 3ee3cdc177a5: Layer already exists [2025-06-23T05:12:58.661Z] 994456c4fd7b: Layer already exists [2025-06-23T05:12:58.661Z] 4.1.0-dev.26: digest: sha256:3ceebd0a79d098d8d6eb38caa515743a618ec4b84ea55ccc4681d82ffa65249d size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:12:58.985Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:12:59.304Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:12:59.304Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-06-23T05:12:59.304Z] 7cfe5202e664: Preparing [2025-06-23T05:12:59.304Z] 7ae1d1d54440: Preparing [2025-06-23T05:12:59.304Z] 6ea21028c078: Preparing [2025-06-23T05:12:59.304Z] 01a8f086e898: Preparing [2025-06-23T05:12:59.304Z] 74a54fa4eddb: Preparing [2025-06-23T05:12:59.304Z] 5043a3f82d3b: Preparing [2025-06-23T05:12:59.304Z] c5e3ab0f5fc8: Preparing [2025-06-23T05:12:59.304Z] 4e7adadcbae8: Preparing [2025-06-23T05:12:59.304Z] b6e0558dc269: Preparing [2025-06-23T05:12:59.304Z] a4cfc4f3df9b: Preparing [2025-06-23T05:12:59.304Z] d1c018ed234f: Preparing [2025-06-23T05:12:59.304Z] 5f70bf18a086: Preparing [2025-06-23T05:12:59.304Z] 5461064f8794: Preparing [2025-06-23T05:12:59.304Z] 30871ce43ead: Preparing [2025-06-23T05:12:59.304Z] 3ee3cdc177a5: Preparing [2025-06-23T05:12:59.304Z] 994456c4fd7b: Preparing [2025-06-23T05:12:59.304Z] d1c018ed234f: Waiting [2025-06-23T05:12:59.304Z] 5f70bf18a086: Waiting [2025-06-23T05:12:59.304Z] 5461064f8794: Waiting [2025-06-23T05:12:59.304Z] 30871ce43ead: Waiting [2025-06-23T05:12:59.304Z] 5043a3f82d3b: Waiting [2025-06-23T05:12:59.304Z] 4e7adadcbae8: Waiting [2025-06-23T05:12:59.304Z] 3ee3cdc177a5: Waiting [2025-06-23T05:12:59.304Z] b6e0558dc269: Waiting [2025-06-23T05:12:59.304Z] c5e3ab0f5fc8: Waiting [2025-06-23T05:12:59.304Z] 994456c4fd7b: Waiting [2025-06-23T05:12:59.304Z] a4cfc4f3df9b: Waiting [2025-06-23T05:12:59.304Z] 01a8f086e898: Layer already exists [2025-06-23T05:12:59.304Z] 6ea21028c078: Layer already exists [2025-06-23T05:12:59.304Z] 7cfe5202e664: Layer already exists [2025-06-23T05:12:59.304Z] 7ae1d1d54440: Layer already exists [2025-06-23T05:12:59.304Z] 74a54fa4eddb: Layer already exists [2025-06-23T05:12:59.304Z] 5043a3f82d3b: Layer already exists [2025-06-23T05:12:59.304Z] c5e3ab0f5fc8: Layer already exists [2025-06-23T05:12:59.304Z] 4e7adadcbae8: Layer already exists [2025-06-23T05:12:59.304Z] a4cfc4f3df9b: Layer already exists [2025-06-23T05:12:59.304Z] b6e0558dc269: Layer already exists [2025-06-23T05:12:59.304Z] d1c018ed234f: Layer already exists [2025-06-23T05:12:59.304Z] 5f70bf18a086: Layer already exists [2025-06-23T05:12:59.304Z] 5461064f8794: Layer already exists [2025-06-23T05:12:59.304Z] 30871ce43ead: Layer already exists [2025-06-23T05:12:59.304Z] 3ee3cdc177a5: Layer already exists [2025-06-23T05:12:59.304Z] 994456c4fd7b: Layer already exists [2025-06-23T05:12:59.304Z] 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26: digest: sha256:3ceebd0a79d098d8d6eb38caa515743a618ec4b84ea55ccc4681d82ffa65249d size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:12:59.623Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:12:59.942Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-06-23T05:12:59.943Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-06-23T05:12:59.943Z] 7cfe5202e664: Preparing [2025-06-23T05:12:59.943Z] 7ae1d1d54440: Preparing [2025-06-23T05:12:59.943Z] 6ea21028c078: Preparing [2025-06-23T05:12:59.943Z] 01a8f086e898: Preparing [2025-06-23T05:12:59.943Z] 74a54fa4eddb: Preparing [2025-06-23T05:12:59.943Z] 5043a3f82d3b: Preparing [2025-06-23T05:12:59.943Z] c5e3ab0f5fc8: Preparing [2025-06-23T05:12:59.943Z] 4e7adadcbae8: Preparing [2025-06-23T05:12:59.943Z] b6e0558dc269: Preparing [2025-06-23T05:12:59.943Z] a4cfc4f3df9b: Preparing [2025-06-23T05:12:59.943Z] d1c018ed234f: Preparing [2025-06-23T05:12:59.943Z] 5f70bf18a086: Preparing [2025-06-23T05:12:59.943Z] 5461064f8794: Preparing [2025-06-23T05:12:59.943Z] 30871ce43ead: Preparing [2025-06-23T05:12:59.943Z] 3ee3cdc177a5: Preparing [2025-06-23T05:12:59.943Z] 994456c4fd7b: Preparing [2025-06-23T05:12:59.943Z] a4cfc4f3df9b: Waiting [2025-06-23T05:12:59.943Z] d1c018ed234f: Waiting [2025-06-23T05:12:59.943Z] 30871ce43ead: Waiting [2025-06-23T05:12:59.943Z] 5461064f8794: Waiting [2025-06-23T05:12:59.943Z] 5043a3f82d3b: Waiting [2025-06-23T05:12:59.943Z] 994456c4fd7b: Waiting [2025-06-23T05:12:59.943Z] 4e7adadcbae8: Waiting [2025-06-23T05:12:59.943Z] 5f70bf18a086: Waiting [2025-06-23T05:12:59.943Z] c5e3ab0f5fc8: Waiting [2025-06-23T05:12:59.943Z] b6e0558dc269: Waiting [2025-06-23T05:12:59.943Z] 7ae1d1d54440: Layer already exists [2025-06-23T05:12:59.943Z] 01a8f086e898: Layer already exists [2025-06-23T05:12:59.943Z] 74a54fa4eddb: Layer already exists [2025-06-23T05:12:59.943Z] 6ea21028c078: Layer already exists [2025-06-23T05:12:59.943Z] 7cfe5202e664: Layer already exists [2025-06-23T05:12:59.943Z] 5043a3f82d3b: Layer already exists [2025-06-23T05:12:59.943Z] c5e3ab0f5fc8: Layer already exists [2025-06-23T05:12:59.943Z] b6e0558dc269: Layer already exists [2025-06-23T05:12:59.943Z] a4cfc4f3df9b: Layer already exists [2025-06-23T05:12:59.943Z] 4e7adadcbae8: Layer already exists [2025-06-23T05:12:59.943Z] d1c018ed234f: Layer already exists [2025-06-23T05:12:59.943Z] 5461064f8794: Layer already exists [2025-06-23T05:12:59.943Z] 5f70bf18a086: Layer already exists [2025-06-23T05:12:59.943Z] 994456c4fd7b: Layer already exists [2025-06-23T05:12:59.943Z] 30871ce43ead: Layer already exists [2025-06-23T05:12:59.943Z] 3ee3cdc177a5: Layer already exists [2025-06-23T05:12:59.943Z] main: digest: sha256:3ceebd0a79d098d8d6eb38caa515743a618ec4b84ea55ccc4681d82ffa65249d size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-23T05:13:00.014Z] ===================================================== [Pipeline] echo [2025-06-23T05:13:00.027Z] taggedImages: [2025-06-23T05:13:00.027Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:13:00.027Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-06-23T05:13:00.027Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.26 [2025-06-23T05:13:00.027Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:13:00.027Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2025-06-23T05:13:00.053Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2025-06-23T05:13:00.053Z] 92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:13:00.053Z] latest [2025-06-23T05:13:00.053Z] 4.1.0-dev.26 [2025-06-23T05:13:00.053Z] 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:13:00.053Z] main [2025-06-23T05:13:00.053Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:13:00.383Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:13:00.704Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:13:00.704Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-06-23T05:13:00.704Z] e1c763d0b869: Preparing [2025-06-23T05:13:00.704Z] 778728e17384: Preparing [2025-06-23T05:13:00.704Z] 71bd2107f3bc: Preparing [2025-06-23T05:13:00.704Z] 4fc78b653f12: Preparing [2025-06-23T05:13:00.704Z] 4e7adadcbae8: Preparing [2025-06-23T05:13:00.704Z] b6e0558dc269: Preparing [2025-06-23T05:13:00.704Z] caf4876a93d1: Preparing [2025-06-23T05:13:00.704Z] 79434d562679: Preparing [2025-06-23T05:13:00.704Z] 994456c4fd7b: Preparing [2025-06-23T05:13:00.704Z] b6e0558dc269: Waiting [2025-06-23T05:13:00.704Z] caf4876a93d1: Waiting [2025-06-23T05:13:00.704Z] 79434d562679: Waiting [2025-06-23T05:13:00.704Z] 994456c4fd7b: Waiting [2025-06-23T05:13:00.704Z] 4e7adadcbae8: Layer already exists [2025-06-23T05:13:00.704Z] b6e0558dc269: Layer already exists [2025-06-23T05:13:00.704Z] caf4876a93d1: Layer already exists [2025-06-23T05:13:00.704Z] 778728e17384: Pushed [2025-06-23T05:13:00.704Z] 79434d562679: Layer already exists [2025-06-23T05:13:00.704Z] 71bd2107f3bc: Pushed [2025-06-23T05:13:00.704Z] 994456c4fd7b: Layer already exists [2025-06-23T05:13:00.704Z] e1c763d0b869: Pushed [2025-06-23T05:13:03.237Z] 4fc78b653f12: Pushed [2025-06-23T05:13:03.237Z] 92d5141f885416a010e7c9a103f0840019be69f6: digest: sha256:4377dcb427e70aecc049ac365073b8ab0e1b296cb9dac4a5b323be3ff9e84838 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:13:03.578Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:13:03.904Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-06-23T05:13:03.904Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-06-23T05:13:03.904Z] e1c763d0b869: Preparing [2025-06-23T05:13:03.904Z] 778728e17384: Preparing [2025-06-23T05:13:03.904Z] 71bd2107f3bc: Preparing [2025-06-23T05:13:03.904Z] 4fc78b653f12: Preparing [2025-06-23T05:13:03.904Z] 4e7adadcbae8: Preparing [2025-06-23T05:13:03.904Z] b6e0558dc269: Preparing [2025-06-23T05:13:03.904Z] caf4876a93d1: Preparing [2025-06-23T05:13:03.904Z] 79434d562679: Preparing [2025-06-23T05:13:03.904Z] 994456c4fd7b: Preparing [2025-06-23T05:13:03.904Z] b6e0558dc269: Waiting [2025-06-23T05:13:03.904Z] caf4876a93d1: Waiting [2025-06-23T05:13:03.904Z] 994456c4fd7b: Waiting [2025-06-23T05:13:03.904Z] 71bd2107f3bc: Layer already exists [2025-06-23T05:13:03.904Z] 778728e17384: Layer already exists [2025-06-23T05:13:03.904Z] 4fc78b653f12: Layer already exists [2025-06-23T05:13:03.904Z] 4e7adadcbae8: Layer already exists [2025-06-23T05:13:03.904Z] e1c763d0b869: Layer already exists [2025-06-23T05:13:03.904Z] b6e0558dc269: Layer already exists [2025-06-23T05:13:03.904Z] caf4876a93d1: Layer already exists [2025-06-23T05:13:03.904Z] 79434d562679: Layer already exists [2025-06-23T05:13:03.904Z] 994456c4fd7b: Layer already exists [2025-06-23T05:13:03.904Z] latest: digest: sha256:4377dcb427e70aecc049ac365073b8ab0e1b296cb9dac4a5b323be3ff9e84838 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:13:04.227Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:13:04.551Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.26 [2025-06-23T05:13:04.551Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-06-23T05:13:04.551Z] e1c763d0b869: Preparing [2025-06-23T05:13:04.551Z] 778728e17384: Preparing [2025-06-23T05:13:04.551Z] 71bd2107f3bc: Preparing [2025-06-23T05:13:04.551Z] 4fc78b653f12: Preparing [2025-06-23T05:13:04.551Z] 4e7adadcbae8: Preparing [2025-06-23T05:13:04.551Z] b6e0558dc269: Preparing [2025-06-23T05:13:04.551Z] caf4876a93d1: Preparing [2025-06-23T05:13:04.551Z] 79434d562679: Preparing [2025-06-23T05:13:04.551Z] 994456c4fd7b: Preparing [2025-06-23T05:13:04.551Z] b6e0558dc269: Waiting [2025-06-23T05:13:04.551Z] caf4876a93d1: Waiting [2025-06-23T05:13:04.551Z] 994456c4fd7b: Waiting [2025-06-23T05:13:04.551Z] 79434d562679: Waiting [2025-06-23T05:13:04.551Z] e1c763d0b869: Layer already exists [2025-06-23T05:13:04.551Z] 4fc78b653f12: Layer already exists [2025-06-23T05:13:04.551Z] 778728e17384: Layer already exists [2025-06-23T05:13:04.551Z] 4e7adadcbae8: Layer already exists [2025-06-23T05:13:04.551Z] 71bd2107f3bc: Layer already exists [2025-06-23T05:13:04.551Z] b6e0558dc269: Layer already exists [2025-06-23T05:13:04.551Z] 994456c4fd7b: Layer already exists [2025-06-23T05:13:04.551Z] 79434d562679: Layer already exists [2025-06-23T05:13:04.551Z] caf4876a93d1: Layer already exists [2025-06-23T05:13:04.551Z] 4.1.0-dev.26: digest: sha256:4377dcb427e70aecc049ac365073b8ab0e1b296cb9dac4a5b323be3ff9e84838 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:13:04.890Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:13:05.206Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:13:05.207Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-06-23T05:13:05.207Z] e1c763d0b869: Preparing [2025-06-23T05:13:05.207Z] 778728e17384: Preparing [2025-06-23T05:13:05.207Z] 71bd2107f3bc: Preparing [2025-06-23T05:13:05.207Z] 4fc78b653f12: Preparing [2025-06-23T05:13:05.207Z] 4e7adadcbae8: Preparing [2025-06-23T05:13:05.207Z] b6e0558dc269: Preparing [2025-06-23T05:13:05.207Z] caf4876a93d1: Preparing [2025-06-23T05:13:05.207Z] 79434d562679: Preparing [2025-06-23T05:13:05.207Z] 994456c4fd7b: Preparing [2025-06-23T05:13:05.207Z] b6e0558dc269: Waiting [2025-06-23T05:13:05.207Z] caf4876a93d1: Waiting [2025-06-23T05:13:05.207Z] 79434d562679: Waiting [2025-06-23T05:13:05.207Z] 994456c4fd7b: Waiting [2025-06-23T05:13:05.207Z] 71bd2107f3bc: Layer already exists [2025-06-23T05:13:05.207Z] 778728e17384: Layer already exists [2025-06-23T05:13:05.207Z] 4e7adadcbae8: Layer already exists [2025-06-23T05:13:05.207Z] 4fc78b653f12: Layer already exists [2025-06-23T05:13:05.207Z] e1c763d0b869: Layer already exists [2025-06-23T05:13:05.207Z] b6e0558dc269: Layer already exists [2025-06-23T05:13:05.207Z] caf4876a93d1: Layer already exists [2025-06-23T05:13:05.207Z] 79434d562679: Layer already exists [2025-06-23T05:13:05.207Z] 994456c4fd7b: Layer already exists [2025-06-23T05:13:05.207Z] 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26: digest: sha256:4377dcb427e70aecc049ac365073b8ab0e1b296cb9dac4a5b323be3ff9e84838 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:13:05.527Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:13:05.847Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-06-23T05:13:05.847Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-06-23T05:13:05.847Z] e1c763d0b869: Preparing [2025-06-23T05:13:05.847Z] 778728e17384: Preparing [2025-06-23T05:13:05.847Z] 71bd2107f3bc: Preparing [2025-06-23T05:13:05.847Z] 4fc78b653f12: Preparing [2025-06-23T05:13:05.847Z] 4e7adadcbae8: Preparing [2025-06-23T05:13:05.847Z] b6e0558dc269: Preparing [2025-06-23T05:13:05.847Z] caf4876a93d1: Preparing [2025-06-23T05:13:05.847Z] 79434d562679: Preparing [2025-06-23T05:13:05.847Z] 994456c4fd7b: Preparing [2025-06-23T05:13:05.847Z] 994456c4fd7b: Waiting [2025-06-23T05:13:05.847Z] b6e0558dc269: Waiting [2025-06-23T05:13:05.847Z] caf4876a93d1: Waiting [2025-06-23T05:13:05.847Z] 4fc78b653f12: Layer already exists [2025-06-23T05:13:05.847Z] 71bd2107f3bc: Layer already exists [2025-06-23T05:13:05.847Z] 778728e17384: Layer already exists [2025-06-23T05:13:05.847Z] 4e7adadcbae8: Layer already exists [2025-06-23T05:13:05.847Z] e1c763d0b869: Layer already exists [2025-06-23T05:13:05.847Z] b6e0558dc269: Layer already exists [2025-06-23T05:13:05.847Z] caf4876a93d1: Layer already exists [2025-06-23T05:13:05.847Z] 79434d562679: Layer already exists [2025-06-23T05:13:05.847Z] 994456c4fd7b: Layer already exists [2025-06-23T05:13:05.847Z] main: digest: sha256:4377dcb427e70aecc049ac365073b8ab0e1b296cb9dac4a5b323be3ff9e84838 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-23T05:13:05.928Z] ===================================================== [Pipeline] echo [2025-06-23T05:13:05.942Z] taggedImages: [2025-06-23T05:13:05.942Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:13:05.942Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-06-23T05:13:05.942Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.26 [2025-06-23T05:13:05.942Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:13:05.942Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2025-06-23T05:13:05.970Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2025-06-23T05:13:05.970Z] 92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:13:05.970Z] latest [2025-06-23T05:13:05.970Z] 4.1.0-dev.26 [2025-06-23T05:13:05.970Z] 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:13:05.970Z] main [2025-06-23T05:13:05.970Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:13:06.317Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:13:06.635Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:13:06.635Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-06-23T05:13:06.635Z] 205cdbfd3343: Preparing [2025-06-23T05:13:06.635Z] 87beb569f8de: Preparing [2025-06-23T05:13:06.635Z] 1a7c016321e5: Preparing [2025-06-23T05:13:06.635Z] 83f9c7233730: Preparing [2025-06-23T05:13:06.635Z] b5c19984a022: Preparing [2025-06-23T05:13:06.635Z] 4e7adadcbae8: Preparing [2025-06-23T05:13:06.635Z] b6e0558dc269: Preparing [2025-06-23T05:13:06.635Z] 151bfe97b33d: Preparing [2025-06-23T05:13:06.635Z] cb8b91a79b5a: Preparing [2025-06-23T05:13:06.635Z] 81846fa45933: Preparing [2025-06-23T05:13:06.635Z] 994456c4fd7b: Preparing [2025-06-23T05:13:06.635Z] 4e7adadcbae8: Waiting [2025-06-23T05:13:06.635Z] 81846fa45933: Waiting [2025-06-23T05:13:06.635Z] 994456c4fd7b: Waiting [2025-06-23T05:13:06.635Z] b6e0558dc269: Waiting [2025-06-23T05:13:06.635Z] 151bfe97b33d: Waiting [2025-06-23T05:13:06.635Z] cb8b91a79b5a: Waiting [2025-06-23T05:13:06.635Z] 83f9c7233730: Pushed [2025-06-23T05:13:06.635Z] 87beb569f8de: Pushed [2025-06-23T05:13:06.635Z] 4e7adadcbae8: Layer already exists [2025-06-23T05:13:06.635Z] 205cdbfd3343: Pushed [2025-06-23T05:13:06.635Z] b5c19984a022: Pushed [2025-06-23T05:13:06.635Z] b6e0558dc269: Layer already exists [2025-06-23T05:13:06.635Z] 994456c4fd7b: Layer already exists [2025-06-23T05:13:06.635Z] 151bfe97b33d: Pushed [2025-06-23T05:13:06.635Z] cb8b91a79b5a: Pushed [2025-06-23T05:13:08.011Z] 81846fa45933: Pushed [2025-06-23T05:13:08.582Z] 1a7c016321e5: Pushed [2025-06-23T05:13:08.841Z] 92d5141f885416a010e7c9a103f0840019be69f6: digest: sha256:6caff1340653b5a61df9b15b1bc18d2dd0d55dface15972bb08555cc799ad83a size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:13:09.171Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:13:09.547Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-06-23T05:13:09.547Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-06-23T05:13:09.547Z] 205cdbfd3343: Preparing [2025-06-23T05:13:09.547Z] 87beb569f8de: Preparing [2025-06-23T05:13:09.547Z] 1a7c016321e5: Preparing [2025-06-23T05:13:09.547Z] 83f9c7233730: Preparing [2025-06-23T05:13:09.547Z] b5c19984a022: Preparing [2025-06-23T05:13:09.547Z] 4e7adadcbae8: Preparing [2025-06-23T05:13:09.547Z] b6e0558dc269: Preparing [2025-06-23T05:13:09.547Z] 151bfe97b33d: Preparing [2025-06-23T05:13:09.547Z] b6e0558dc269: Waiting [2025-06-23T05:13:09.547Z] cb8b91a79b5a: Preparing [2025-06-23T05:13:09.547Z] cb8b91a79b5a: Waiting [2025-06-23T05:13:09.547Z] 81846fa45933: Preparing [2025-06-23T05:13:09.547Z] 994456c4fd7b: Preparing [2025-06-23T05:13:09.547Z] 81846fa45933: Waiting [2025-06-23T05:13:09.547Z] 994456c4fd7b: Waiting [2025-06-23T05:13:09.547Z] 1a7c016321e5: Layer already exists [2025-06-23T05:13:09.547Z] 83f9c7233730: Layer already exists [2025-06-23T05:13:09.547Z] b5c19984a022: Layer already exists [2025-06-23T05:13:09.547Z] 205cdbfd3343: Layer already exists [2025-06-23T05:13:09.547Z] 87beb569f8de: Layer already exists [2025-06-23T05:13:09.547Z] cb8b91a79b5a: Layer already exists [2025-06-23T05:13:09.547Z] b6e0558dc269: Layer already exists [2025-06-23T05:13:09.547Z] 151bfe97b33d: Layer already exists [2025-06-23T05:13:09.547Z] 4e7adadcbae8: Layer already exists [2025-06-23T05:13:09.547Z] 81846fa45933: Layer already exists [2025-06-23T05:13:09.547Z] 994456c4fd7b: Layer already exists [2025-06-23T05:13:09.547Z] latest: digest: sha256:6caff1340653b5a61df9b15b1bc18d2dd0d55dface15972bb08555cc799ad83a size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:13:09.918Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:13:10.270Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.26 [2025-06-23T05:13:10.270Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-06-23T05:13:10.270Z] 205cdbfd3343: Preparing [2025-06-23T05:13:10.270Z] 87beb569f8de: Preparing [2025-06-23T05:13:10.270Z] 1a7c016321e5: Preparing [2025-06-23T05:13:10.270Z] 83f9c7233730: Preparing [2025-06-23T05:13:10.270Z] b5c19984a022: Preparing [2025-06-23T05:13:10.270Z] 4e7adadcbae8: Preparing [2025-06-23T05:13:10.270Z] b6e0558dc269: Preparing [2025-06-23T05:13:10.270Z] 151bfe97b33d: Preparing [2025-06-23T05:13:10.270Z] cb8b91a79b5a: Preparing [2025-06-23T05:13:10.270Z] 81846fa45933: Preparing [2025-06-23T05:13:10.270Z] 994456c4fd7b: Preparing [2025-06-23T05:13:10.270Z] 4e7adadcbae8: Waiting [2025-06-23T05:13:10.270Z] 151bfe97b33d: Waiting [2025-06-23T05:13:10.270Z] b6e0558dc269: Waiting [2025-06-23T05:13:10.270Z] cb8b91a79b5a: Waiting [2025-06-23T05:13:10.270Z] 81846fa45933: Waiting [2025-06-23T05:13:10.270Z] 994456c4fd7b: Waiting [2025-06-23T05:13:10.270Z] 87beb569f8de: Layer already exists [2025-06-23T05:13:10.270Z] b5c19984a022: Layer already exists [2025-06-23T05:13:10.270Z] 83f9c7233730: Layer already exists [2025-06-23T05:13:10.270Z] 205cdbfd3343: Layer already exists [2025-06-23T05:13:10.270Z] 1a7c016321e5: Layer already exists [2025-06-23T05:13:10.270Z] 4e7adadcbae8: Layer already exists [2025-06-23T05:13:10.270Z] b6e0558dc269: Layer already exists [2025-06-23T05:13:10.270Z] cb8b91a79b5a: Layer already exists [2025-06-23T05:13:10.270Z] 81846fa45933: Layer already exists [2025-06-23T05:13:10.270Z] 151bfe97b33d: Layer already exists [2025-06-23T05:13:10.270Z] 994456c4fd7b: Layer already exists [2025-06-23T05:13:10.270Z] 4.1.0-dev.26: digest: sha256:6caff1340653b5a61df9b15b1bc18d2dd0d55dface15972bb08555cc799ad83a size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:13:10.660Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:13:10.983Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:13:10.983Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-06-23T05:13:10.983Z] 205cdbfd3343: Preparing [2025-06-23T05:13:10.983Z] 87beb569f8de: Preparing [2025-06-23T05:13:10.983Z] 1a7c016321e5: Preparing [2025-06-23T05:13:10.983Z] 83f9c7233730: Preparing [2025-06-23T05:13:10.983Z] b5c19984a022: Preparing [2025-06-23T05:13:10.983Z] 4e7adadcbae8: Preparing [2025-06-23T05:13:10.983Z] b6e0558dc269: Preparing [2025-06-23T05:13:10.983Z] 151bfe97b33d: Preparing [2025-06-23T05:13:10.983Z] cb8b91a79b5a: Preparing [2025-06-23T05:13:10.983Z] 81846fa45933: Preparing [2025-06-23T05:13:10.983Z] 994456c4fd7b: Preparing [2025-06-23T05:13:10.983Z] 4e7adadcbae8: Waiting [2025-06-23T05:13:10.983Z] cb8b91a79b5a: Waiting [2025-06-23T05:13:10.983Z] 81846fa45933: Waiting [2025-06-23T05:13:10.983Z] b6e0558dc269: Waiting [2025-06-23T05:13:10.983Z] 994456c4fd7b: Waiting [2025-06-23T05:13:10.983Z] 151bfe97b33d: Waiting [2025-06-23T05:13:10.983Z] 83f9c7233730: Layer already exists [2025-06-23T05:13:10.983Z] 87beb569f8de: Layer already exists [2025-06-23T05:13:10.983Z] 205cdbfd3343: Layer already exists [2025-06-23T05:13:10.983Z] 1a7c016321e5: Layer already exists [2025-06-23T05:13:10.983Z] b5c19984a022: Layer already exists [2025-06-23T05:13:10.983Z] 4e7adadcbae8: Layer already exists [2025-06-23T05:13:10.983Z] b6e0558dc269: Layer already exists [2025-06-23T05:13:10.983Z] 151bfe97b33d: Layer already exists [2025-06-23T05:13:10.983Z] cb8b91a79b5a: Layer already exists [2025-06-23T05:13:10.983Z] 81846fa45933: Layer already exists [2025-06-23T05:13:10.983Z] 994456c4fd7b: Layer already exists [2025-06-23T05:13:10.983Z] 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26: digest: sha256:6caff1340653b5a61df9b15b1bc18d2dd0d55dface15972bb08555cc799ad83a size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:13:11.309Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:13:11.634Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-06-23T05:13:11.634Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-06-23T05:13:11.634Z] 205cdbfd3343: Preparing [2025-06-23T05:13:11.634Z] 87beb569f8de: Preparing [2025-06-23T05:13:11.634Z] 1a7c016321e5: Preparing [2025-06-23T05:13:11.634Z] 83f9c7233730: Preparing [2025-06-23T05:13:11.634Z] b5c19984a022: Preparing [2025-06-23T05:13:11.634Z] 4e7adadcbae8: Preparing [2025-06-23T05:13:11.634Z] b6e0558dc269: Preparing [2025-06-23T05:13:11.634Z] 151bfe97b33d: Preparing [2025-06-23T05:13:11.634Z] cb8b91a79b5a: Preparing [2025-06-23T05:13:11.634Z] 81846fa45933: Preparing [2025-06-23T05:13:11.634Z] 994456c4fd7b: Preparing [2025-06-23T05:13:11.634Z] 151bfe97b33d: Waiting [2025-06-23T05:13:11.634Z] cb8b91a79b5a: Waiting [2025-06-23T05:13:11.634Z] 81846fa45933: Waiting [2025-06-23T05:13:11.634Z] 994456c4fd7b: Waiting [2025-06-23T05:13:11.634Z] b6e0558dc269: Waiting [2025-06-23T05:13:11.634Z] 4e7adadcbae8: Waiting [2025-06-23T05:13:11.634Z] 205cdbfd3343: Layer already exists [2025-06-23T05:13:11.634Z] b5c19984a022: Layer already exists [2025-06-23T05:13:11.634Z] 87beb569f8de: Layer already exists [2025-06-23T05:13:11.634Z] 1a7c016321e5: Layer already exists [2025-06-23T05:13:11.634Z] 83f9c7233730: Layer already exists [2025-06-23T05:13:11.634Z] 4e7adadcbae8: Layer already exists [2025-06-23T05:13:11.634Z] cb8b91a79b5a: Layer already exists [2025-06-23T05:13:11.634Z] 151bfe97b33d: Layer already exists [2025-06-23T05:13:11.634Z] b6e0558dc269: Layer already exists [2025-06-23T05:13:11.634Z] 81846fa45933: Layer already exists [2025-06-23T05:13:11.634Z] 994456c4fd7b: Layer already exists [2025-06-23T05:13:11.634Z] main: digest: sha256:6caff1340653b5a61df9b15b1bc18d2dd0d55dface15972bb08555cc799ad83a size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-23T05:13:11.718Z] ===================================================== [Pipeline] echo [2025-06-23T05:13:11.736Z] taggedImages: [2025-06-23T05:13:11.737Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:13:11.737Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-06-23T05:13:11.737Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.26 [2025-06-23T05:13:11.737Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:13:11.737Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2025-06-23T05:13:11.762Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2025-06-23T05:13:11.762Z] 92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:13:11.762Z] latest [2025-06-23T05:13:11.762Z] 4.1.0-dev.26 [2025-06-23T05:13:11.762Z] 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:13:11.762Z] main [2025-06-23T05:13:11.762Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:13:12.110Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:13:12.436Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:13:12.437Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-06-23T05:13:12.437Z] af6a093b8fca: Preparing [2025-06-23T05:13:12.437Z] c24fc23740d1: Preparing [2025-06-23T05:13:12.437Z] 202fa1f2e455: Preparing [2025-06-23T05:13:12.437Z] f5f202b43b58: Preparing [2025-06-23T05:13:12.437Z] 11fd7e46ccbc: Preparing [2025-06-23T05:13:12.437Z] b4ab6eb40313: Preparing [2025-06-23T05:13:12.437Z] 109a902af32e: Preparing [2025-06-23T05:13:12.437Z] 4e7adadcbae8: Preparing [2025-06-23T05:13:12.437Z] b6e0558dc269: Preparing [2025-06-23T05:13:12.437Z] 50aff8aa928f: Preparing [2025-06-23T05:13:12.437Z] f31257c1fe6a: Preparing [2025-06-23T05:13:12.437Z] 994456c4fd7b: Preparing [2025-06-23T05:13:12.437Z] 4e7adadcbae8: Waiting [2025-06-23T05:13:12.437Z] b6e0558dc269: Waiting [2025-06-23T05:13:12.437Z] 50aff8aa928f: Waiting [2025-06-23T05:13:12.437Z] f31257c1fe6a: Waiting [2025-06-23T05:13:12.437Z] 994456c4fd7b: Waiting [2025-06-23T05:13:12.437Z] b4ab6eb40313: Waiting [2025-06-23T05:13:12.437Z] 109a902af32e: Waiting [2025-06-23T05:13:12.437Z] c24fc23740d1: Pushed [2025-06-23T05:13:12.437Z] 11fd7e46ccbc: Pushed [2025-06-23T05:13:12.437Z] af6a093b8fca: Pushed [2025-06-23T05:13:12.437Z] 4e7adadcbae8: Layer already exists [2025-06-23T05:13:12.437Z] b6e0558dc269: Layer already exists [2025-06-23T05:13:12.437Z] b4ab6eb40313: Pushed [2025-06-23T05:13:12.437Z] 109a902af32e: Pushed [2025-06-23T05:13:12.695Z] 994456c4fd7b: Layer already exists [2025-06-23T05:13:12.695Z] 50aff8aa928f: Pushed [2025-06-23T05:13:14.071Z] f31257c1fe6a: Pushed [2025-06-23T05:13:14.329Z] f5f202b43b58: Pushed [2025-06-23T05:13:15.267Z] 202fa1f2e455: Pushed [2025-06-23T05:13:15.528Z] 92d5141f885416a010e7c9a103f0840019be69f6: digest: sha256:4106bef82198de3db310428dcd725d80bc3529c571c3426941baf37f557fb3b0 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:13:15.853Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:13:16.178Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-06-23T05:13:16.178Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-06-23T05:13:16.178Z] af6a093b8fca: Preparing [2025-06-23T05:13:16.178Z] c24fc23740d1: Preparing [2025-06-23T05:13:16.178Z] 202fa1f2e455: Preparing [2025-06-23T05:13:16.178Z] f5f202b43b58: Preparing [2025-06-23T05:13:16.178Z] 11fd7e46ccbc: Preparing [2025-06-23T05:13:16.178Z] b4ab6eb40313: Preparing [2025-06-23T05:13:16.178Z] 109a902af32e: Preparing [2025-06-23T05:13:16.178Z] 4e7adadcbae8: Preparing [2025-06-23T05:13:16.178Z] b6e0558dc269: Preparing [2025-06-23T05:13:16.178Z] 50aff8aa928f: Preparing [2025-06-23T05:13:16.178Z] f31257c1fe6a: Preparing [2025-06-23T05:13:16.178Z] 994456c4fd7b: Preparing [2025-06-23T05:13:16.178Z] 4e7adadcbae8: Waiting [2025-06-23T05:13:16.178Z] b4ab6eb40313: Waiting [2025-06-23T05:13:16.178Z] f31257c1fe6a: Waiting [2025-06-23T05:13:16.178Z] b6e0558dc269: Waiting [2025-06-23T05:13:16.178Z] 109a902af32e: Waiting [2025-06-23T05:13:16.178Z] 994456c4fd7b: Waiting [2025-06-23T05:13:16.178Z] 50aff8aa928f: Waiting [2025-06-23T05:13:16.178Z] c24fc23740d1: Layer already exists [2025-06-23T05:13:16.178Z] 202fa1f2e455: Layer already exists [2025-06-23T05:13:16.178Z] f5f202b43b58: Layer already exists [2025-06-23T05:13:16.178Z] af6a093b8fca: Layer already exists [2025-06-23T05:13:16.178Z] 11fd7e46ccbc: Layer already exists [2025-06-23T05:13:16.178Z] 109a902af32e: Layer already exists [2025-06-23T05:13:16.178Z] b4ab6eb40313: Layer already exists [2025-06-23T05:13:16.178Z] b6e0558dc269: Layer already exists [2025-06-23T05:13:16.178Z] 4e7adadcbae8: Layer already exists [2025-06-23T05:13:16.178Z] 50aff8aa928f: Layer already exists [2025-06-23T05:13:16.178Z] f31257c1fe6a: Layer already exists [2025-06-23T05:13:16.178Z] 994456c4fd7b: Layer already exists [2025-06-23T05:13:16.178Z] latest: digest: sha256:4106bef82198de3db310428dcd725d80bc3529c571c3426941baf37f557fb3b0 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:13:16.502Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:13:16.820Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.26 [2025-06-23T05:13:16.820Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-06-23T05:13:16.820Z] af6a093b8fca: Preparing [2025-06-23T05:13:16.820Z] c24fc23740d1: Preparing [2025-06-23T05:13:16.820Z] 202fa1f2e455: Preparing [2025-06-23T05:13:16.820Z] f5f202b43b58: Preparing [2025-06-23T05:13:16.820Z] 11fd7e46ccbc: Preparing [2025-06-23T05:13:16.820Z] b4ab6eb40313: Preparing [2025-06-23T05:13:16.820Z] 109a902af32e: Preparing [2025-06-23T05:13:16.820Z] 4e7adadcbae8: Preparing [2025-06-23T05:13:16.820Z] b6e0558dc269: Preparing [2025-06-23T05:13:16.820Z] 50aff8aa928f: Preparing [2025-06-23T05:13:16.820Z] f31257c1fe6a: Preparing [2025-06-23T05:13:16.820Z] 994456c4fd7b: Preparing [2025-06-23T05:13:16.820Z] b6e0558dc269: Waiting [2025-06-23T05:13:16.820Z] 50aff8aa928f: Waiting [2025-06-23T05:13:16.820Z] b4ab6eb40313: Waiting [2025-06-23T05:13:16.820Z] 109a902af32e: Waiting [2025-06-23T05:13:16.820Z] 4e7adadcbae8: Waiting [2025-06-23T05:13:16.820Z] 994456c4fd7b: Waiting [2025-06-23T05:13:16.820Z] f31257c1fe6a: Waiting [2025-06-23T05:13:16.820Z] f5f202b43b58: Layer already exists [2025-06-23T05:13:16.820Z] c24fc23740d1: Layer already exists [2025-06-23T05:13:16.820Z] af6a093b8fca: Layer already exists [2025-06-23T05:13:16.820Z] 202fa1f2e455: Layer already exists [2025-06-23T05:13:16.820Z] 11fd7e46ccbc: Layer already exists [2025-06-23T05:13:16.820Z] b4ab6eb40313: Layer already exists [2025-06-23T05:13:16.820Z] 109a902af32e: Layer already exists [2025-06-23T05:13:16.820Z] b6e0558dc269: Layer already exists [2025-06-23T05:13:16.820Z] 4e7adadcbae8: Layer already exists [2025-06-23T05:13:16.820Z] 50aff8aa928f: Layer already exists [2025-06-23T05:13:16.820Z] f31257c1fe6a: Layer already exists [2025-06-23T05:13:16.820Z] 994456c4fd7b: Layer already exists [2025-06-23T05:13:16.820Z] 4.1.0-dev.26: digest: sha256:4106bef82198de3db310428dcd725d80bc3529c571c3426941baf37f557fb3b0 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:13:17.150Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:13:17.485Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:13:17.485Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-06-23T05:13:17.485Z] af6a093b8fca: Preparing [2025-06-23T05:13:17.485Z] c24fc23740d1: Preparing [2025-06-23T05:13:17.485Z] 202fa1f2e455: Preparing [2025-06-23T05:13:17.485Z] f5f202b43b58: Preparing [2025-06-23T05:13:17.485Z] 11fd7e46ccbc: Preparing [2025-06-23T05:13:17.485Z] b4ab6eb40313: Preparing [2025-06-23T05:13:17.485Z] 109a902af32e: Preparing [2025-06-23T05:13:17.485Z] 4e7adadcbae8: Preparing [2025-06-23T05:13:17.485Z] b6e0558dc269: Preparing [2025-06-23T05:13:17.485Z] 50aff8aa928f: Preparing [2025-06-23T05:13:17.485Z] f31257c1fe6a: Preparing [2025-06-23T05:13:17.485Z] 994456c4fd7b: Preparing [2025-06-23T05:13:17.485Z] 50aff8aa928f: Waiting [2025-06-23T05:13:17.485Z] b4ab6eb40313: Waiting [2025-06-23T05:13:17.485Z] f31257c1fe6a: Waiting [2025-06-23T05:13:17.485Z] 109a902af32e: Waiting [2025-06-23T05:13:17.485Z] 4e7adadcbae8: Waiting [2025-06-23T05:13:17.485Z] 994456c4fd7b: Waiting [2025-06-23T05:13:17.485Z] c24fc23740d1: Layer already exists [2025-06-23T05:13:17.485Z] f5f202b43b58: Layer already exists [2025-06-23T05:13:17.485Z] 202fa1f2e455: Layer already exists [2025-06-23T05:13:17.485Z] af6a093b8fca: Layer already exists [2025-06-23T05:13:17.485Z] 11fd7e46ccbc: Layer already exists [2025-06-23T05:13:17.485Z] b4ab6eb40313: Layer already exists [2025-06-23T05:13:17.485Z] 109a902af32e: Layer already exists [2025-06-23T05:13:17.485Z] 4e7adadcbae8: Layer already exists [2025-06-23T05:13:17.485Z] b6e0558dc269: Layer already exists [2025-06-23T05:13:17.485Z] 50aff8aa928f: Layer already exists [2025-06-23T05:13:17.485Z] f31257c1fe6a: Layer already exists [2025-06-23T05:13:17.485Z] 994456c4fd7b: Layer already exists [2025-06-23T05:13:17.485Z] 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26: digest: sha256:4106bef82198de3db310428dcd725d80bc3529c571c3426941baf37f557fb3b0 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:13:17.821Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:13:18.145Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-06-23T05:13:18.146Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-06-23T05:13:18.146Z] af6a093b8fca: Preparing [2025-06-23T05:13:18.146Z] c24fc23740d1: Preparing [2025-06-23T05:13:18.146Z] 202fa1f2e455: Preparing [2025-06-23T05:13:18.146Z] f5f202b43b58: Preparing [2025-06-23T05:13:18.146Z] 11fd7e46ccbc: Preparing [2025-06-23T05:13:18.146Z] b4ab6eb40313: Preparing [2025-06-23T05:13:18.146Z] 109a902af32e: Preparing [2025-06-23T05:13:18.146Z] 4e7adadcbae8: Preparing [2025-06-23T05:13:18.146Z] b6e0558dc269: Preparing [2025-06-23T05:13:18.146Z] 50aff8aa928f: Preparing [2025-06-23T05:13:18.146Z] f31257c1fe6a: Preparing [2025-06-23T05:13:18.146Z] 994456c4fd7b: Preparing [2025-06-23T05:13:18.146Z] 109a902af32e: Waiting [2025-06-23T05:13:18.146Z] 4e7adadcbae8: Waiting [2025-06-23T05:13:18.146Z] b6e0558dc269: Waiting [2025-06-23T05:13:18.146Z] b4ab6eb40313: Waiting [2025-06-23T05:13:18.146Z] f31257c1fe6a: Waiting [2025-06-23T05:13:18.146Z] 50aff8aa928f: Waiting [2025-06-23T05:13:18.146Z] 994456c4fd7b: Waiting [2025-06-23T05:13:18.146Z] f5f202b43b58: Layer already exists [2025-06-23T05:13:18.146Z] af6a093b8fca: Layer already exists [2025-06-23T05:13:18.146Z] 202fa1f2e455: Layer already exists [2025-06-23T05:13:18.146Z] 11fd7e46ccbc: Layer already exists [2025-06-23T05:13:18.146Z] c24fc23740d1: Layer already exists [2025-06-23T05:13:18.146Z] b4ab6eb40313: Layer already exists [2025-06-23T05:13:18.146Z] 4e7adadcbae8: Layer already exists [2025-06-23T05:13:18.146Z] b6e0558dc269: Layer already exists [2025-06-23T05:13:18.146Z] 109a902af32e: Layer already exists [2025-06-23T05:13:18.146Z] 50aff8aa928f: Layer already exists [2025-06-23T05:13:18.146Z] f31257c1fe6a: Layer already exists [2025-06-23T05:13:18.146Z] 994456c4fd7b: Layer already exists [2025-06-23T05:13:18.146Z] main: digest: sha256:4106bef82198de3db310428dcd725d80bc3529c571c3426941baf37f557fb3b0 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-23T05:13:18.233Z] ===================================================== [Pipeline] echo [2025-06-23T05:13:18.251Z] taggedImages: [2025-06-23T05:13:18.251Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:13:18.251Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-06-23T05:13:18.251Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.26 [2025-06-23T05:13:18.251Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:13:18.251Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2025-06-23T05:13:18.287Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2025-06-23T05:13:18.287Z] 92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:13:18.287Z] latest [2025-06-23T05:13:18.287Z] 4.1.0-dev.26 [2025-06-23T05:13:18.287Z] 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:13:18.287Z] main [2025-06-23T05:13:18.287Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:13:18.630Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:13:18.961Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:13:18.961Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-06-23T05:13:18.961Z] d3378e02ebec: Preparing [2025-06-23T05:13:18.961Z] d552aad21aae: Preparing [2025-06-23T05:13:18.961Z] 4e7adadcbae8: Preparing [2025-06-23T05:13:18.961Z] b6e0558dc269: Preparing [2025-06-23T05:13:18.961Z] cc8a66987ddf: Preparing [2025-06-23T05:13:18.961Z] b1820afe627a: Preparing [2025-06-23T05:13:18.961Z] 994456c4fd7b: Preparing [2025-06-23T05:13:18.961Z] b1820afe627a: Waiting [2025-06-23T05:13:18.961Z] 994456c4fd7b: Waiting [2025-06-23T05:13:18.961Z] b6e0558dc269: Layer already exists [2025-06-23T05:13:18.961Z] 4e7adadcbae8: Layer already exists [2025-06-23T05:13:18.961Z] 994456c4fd7b: Layer already exists [2025-06-23T05:13:18.961Z] cc8a66987ddf: Pushed [2025-06-23T05:13:18.961Z] d3378e02ebec: Pushed [2025-06-23T05:13:19.899Z] b1820afe627a: Pushed [2025-06-23T05:13:22.437Z] d552aad21aae: Pushed [2025-06-23T05:13:22.437Z] 92d5141f885416a010e7c9a103f0840019be69f6: digest: sha256:9b41fdf05f28c9df4274604504649637528dcd6031003bdb3843151c43c8d589 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:13:22.767Z] + 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-06-23T05:13:23.114Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-06-23T05:13:23.114Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-06-23T05:13:23.115Z] d3378e02ebec: Preparing [2025-06-23T05:13:23.115Z] d552aad21aae: Preparing [2025-06-23T05:13:23.115Z] 4e7adadcbae8: Preparing [2025-06-23T05:13:23.115Z] b6e0558dc269: Preparing [2025-06-23T05:13:23.115Z] cc8a66987ddf: Preparing [2025-06-23T05:13:23.115Z] b1820afe627a: Preparing [2025-06-23T05:13:23.115Z] 994456c4fd7b: Preparing [2025-06-23T05:13:23.115Z] b1820afe627a: Waiting [2025-06-23T05:13:23.115Z] 994456c4fd7b: Waiting [2025-06-23T05:13:23.115Z] 4e7adadcbae8: Layer already exists [2025-06-23T05:13:23.115Z] cc8a66987ddf: Layer already exists [2025-06-23T05:13:23.115Z] b6e0558dc269: Layer already exists [2025-06-23T05:13:23.115Z] d552aad21aae: Layer already exists [2025-06-23T05:13:23.115Z] d3378e02ebec: Layer already exists [2025-06-23T05:13:23.115Z] 994456c4fd7b: Layer already exists [2025-06-23T05:13:23.115Z] b1820afe627a: Layer already exists [2025-06-23T05:13:23.115Z] latest: digest: sha256:9b41fdf05f28c9df4274604504649637528dcd6031003bdb3843151c43c8d589 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:13:23.441Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:13:23.764Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.26 [2025-06-23T05:13:23.764Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-06-23T05:13:23.764Z] d3378e02ebec: Preparing [2025-06-23T05:13:23.764Z] d552aad21aae: Preparing [2025-06-23T05:13:23.764Z] 4e7adadcbae8: Preparing [2025-06-23T05:13:23.764Z] b6e0558dc269: Preparing [2025-06-23T05:13:23.765Z] cc8a66987ddf: Preparing [2025-06-23T05:13:23.765Z] b1820afe627a: Preparing [2025-06-23T05:13:23.765Z] 994456c4fd7b: Preparing [2025-06-23T05:13:23.765Z] b1820afe627a: Waiting [2025-06-23T05:13:23.765Z] 994456c4fd7b: Waiting [2025-06-23T05:13:23.765Z] b6e0558dc269: Layer already exists [2025-06-23T05:13:23.765Z] d3378e02ebec: Layer already exists [2025-06-23T05:13:23.765Z] d552aad21aae: Layer already exists [2025-06-23T05:13:23.765Z] 4e7adadcbae8: Layer already exists [2025-06-23T05:13:23.765Z] cc8a66987ddf: Layer already exists [2025-06-23T05:13:23.765Z] b1820afe627a: Layer already exists [2025-06-23T05:13:23.765Z] 994456c4fd7b: Layer already exists [2025-06-23T05:13:23.765Z] 4.1.0-dev.26: digest: sha256:9b41fdf05f28c9df4274604504649637528dcd6031003bdb3843151c43c8d589 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:13:24.095Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:13:24.417Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:13:24.417Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-06-23T05:13:24.417Z] d3378e02ebec: Preparing [2025-06-23T05:13:24.417Z] d552aad21aae: Preparing [2025-06-23T05:13:24.417Z] 4e7adadcbae8: Preparing [2025-06-23T05:13:24.417Z] b6e0558dc269: Preparing [2025-06-23T05:13:24.417Z] cc8a66987ddf: Preparing [2025-06-23T05:13:24.417Z] b1820afe627a: Preparing [2025-06-23T05:13:24.417Z] 994456c4fd7b: Preparing [2025-06-23T05:13:24.417Z] b1820afe627a: Waiting [2025-06-23T05:13:24.417Z] 994456c4fd7b: Waiting [2025-06-23T05:13:24.417Z] d3378e02ebec: Layer already exists [2025-06-23T05:13:24.417Z] d552aad21aae: Layer already exists [2025-06-23T05:13:24.417Z] 4e7adadcbae8: Layer already exists [2025-06-23T05:13:24.417Z] cc8a66987ddf: Layer already exists [2025-06-23T05:13:24.417Z] b6e0558dc269: Layer already exists [2025-06-23T05:13:24.417Z] b1820afe627a: Layer already exists [2025-06-23T05:13:24.417Z] 994456c4fd7b: Layer already exists [2025-06-23T05:13:24.417Z] 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26: digest: sha256:9b41fdf05f28c9df4274604504649637528dcd6031003bdb3843151c43c8d589 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:13:24.748Z] + 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-06-23T05:13:25.065Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-06-23T05:13:25.065Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-06-23T05:13:25.065Z] d3378e02ebec: Preparing [2025-06-23T05:13:25.065Z] d552aad21aae: Preparing [2025-06-23T05:13:25.065Z] 4e7adadcbae8: Preparing [2025-06-23T05:13:25.065Z] b6e0558dc269: Preparing [2025-06-23T05:13:25.065Z] cc8a66987ddf: Preparing [2025-06-23T05:13:25.065Z] b1820afe627a: Preparing [2025-06-23T05:13:25.065Z] 994456c4fd7b: Preparing [2025-06-23T05:13:25.065Z] 994456c4fd7b: Waiting [2025-06-23T05:13:25.065Z] b1820afe627a: Waiting [2025-06-23T05:13:25.065Z] b6e0558dc269: Layer already exists [2025-06-23T05:13:25.065Z] d3378e02ebec: Layer already exists [2025-06-23T05:13:25.065Z] 4e7adadcbae8: Layer already exists [2025-06-23T05:13:25.065Z] d552aad21aae: Layer already exists [2025-06-23T05:13:25.065Z] cc8a66987ddf: Layer already exists [2025-06-23T05:13:25.065Z] b1820afe627a: Layer already exists [2025-06-23T05:13:25.065Z] 994456c4fd7b: Layer already exists [2025-06-23T05:13:25.065Z] main: digest: sha256:9b41fdf05f28c9df4274604504649637528dcd6031003bdb3843151c43c8d589 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-23T05:13:25.144Z] ===================================================== [Pipeline] echo [2025-06-23T05:13:25.160Z] taggedImages: [2025-06-23T05:13:25.161Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:13:25.161Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-06-23T05:13:25.161Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.26 [2025-06-23T05:13:25.161Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:13:25.161Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2025-06-23T05:13:25.189Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2025-06-23T05:13:25.189Z] 92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:13:25.189Z] latest [2025-06-23T05:13:25.189Z] 4.1.0-dev.26 [2025-06-23T05:13:25.189Z] 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:13:25.189Z] main [2025-06-23T05:13:25.189Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:13:25.538Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:13:25.856Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:13:25.856Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-06-23T05:13:25.856Z] a4f5c6703337: Preparing [2025-06-23T05:13:25.856Z] 4ad83485d379: Preparing [2025-06-23T05:13:25.856Z] 768730768ef8: Preparing [2025-06-23T05:13:25.856Z] 4e7adadcbae8: Preparing [2025-06-23T05:13:25.856Z] b6e0558dc269: Preparing [2025-06-23T05:13:25.856Z] ddf4eeff8c49: Preparing [2025-06-23T05:13:25.856Z] 3ff0f139ee4b: Preparing [2025-06-23T05:13:25.856Z] 9f48729e3695: Preparing [2025-06-23T05:13:25.856Z] bb1462daaf0a: Preparing [2025-06-23T05:13:25.856Z] 994456c4fd7b: Preparing [2025-06-23T05:13:25.856Z] bb1462daaf0a: Waiting [2025-06-23T05:13:25.856Z] 9f48729e3695: Waiting [2025-06-23T05:13:25.856Z] 994456c4fd7b: Waiting [2025-06-23T05:13:25.856Z] ddf4eeff8c49: Waiting [2025-06-23T05:13:25.856Z] 3ff0f139ee4b: Waiting [2025-06-23T05:13:25.856Z] 4e7adadcbae8: Layer already exists [2025-06-23T05:13:25.856Z] b6e0558dc269: Layer already exists [2025-06-23T05:13:25.856Z] a4f5c6703337: Pushed [2025-06-23T05:13:25.856Z] 4ad83485d379: Pushed [2025-06-23T05:13:25.856Z] 768730768ef8: Pushed [2025-06-23T05:13:25.856Z] 994456c4fd7b: Layer already exists [2025-06-23T05:13:26.114Z] 9f48729e3695: Pushed [2025-06-23T05:13:26.372Z] bb1462daaf0a: Pushed [2025-06-23T05:13:30.558Z] 3ff0f139ee4b: Pushed [2025-06-23T05:13:38.666Z] ddf4eeff8c49: Pushed [2025-06-23T05:13:38.666Z] 92d5141f885416a010e7c9a103f0840019be69f6: digest: sha256:e529664709c931c103d2a092c69c96be13d42abbfa8ec641c8cf165675a0bddf size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:13:38.995Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:13:39.315Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-06-23T05:13:39.316Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-06-23T05:13:39.316Z] a4f5c6703337: Preparing [2025-06-23T05:13:39.316Z] 4ad83485d379: Preparing [2025-06-23T05:13:39.316Z] 768730768ef8: Preparing [2025-06-23T05:13:39.316Z] 4e7adadcbae8: Preparing [2025-06-23T05:13:39.316Z] b6e0558dc269: Preparing [2025-06-23T05:13:39.316Z] ddf4eeff8c49: Preparing [2025-06-23T05:13:39.316Z] 3ff0f139ee4b: Preparing [2025-06-23T05:13:39.316Z] 9f48729e3695: Preparing [2025-06-23T05:13:39.316Z] bb1462daaf0a: Preparing [2025-06-23T05:13:39.316Z] 3ff0f139ee4b: Waiting [2025-06-23T05:13:39.316Z] 9f48729e3695: Waiting [2025-06-23T05:13:39.316Z] ddf4eeff8c49: Waiting [2025-06-23T05:13:39.316Z] 994456c4fd7b: Preparing [2025-06-23T05:13:39.316Z] bb1462daaf0a: Waiting [2025-06-23T05:13:39.316Z] 994456c4fd7b: Waiting [2025-06-23T05:13:39.316Z] a4f5c6703337: Layer already exists [2025-06-23T05:13:39.316Z] 768730768ef8: Layer already exists [2025-06-23T05:13:39.316Z] 4e7adadcbae8: Layer already exists [2025-06-23T05:13:39.316Z] 4ad83485d379: Layer already exists [2025-06-23T05:13:39.316Z] b6e0558dc269: Layer already exists [2025-06-23T05:13:39.316Z] 3ff0f139ee4b: Layer already exists [2025-06-23T05:13:39.316Z] bb1462daaf0a: Layer already exists [2025-06-23T05:13:39.316Z] ddf4eeff8c49: Layer already exists [2025-06-23T05:13:39.316Z] 9f48729e3695: Layer already exists [2025-06-23T05:13:39.316Z] 994456c4fd7b: Layer already exists [2025-06-23T05:13:39.316Z] latest: digest: sha256:e529664709c931c103d2a092c69c96be13d42abbfa8ec641c8cf165675a0bddf size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:13:39.650Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:13:39.985Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.26 [2025-06-23T05:13:39.985Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-06-23T05:13:39.985Z] a4f5c6703337: Preparing [2025-06-23T05:13:39.985Z] 4ad83485d379: Preparing [2025-06-23T05:13:39.985Z] 768730768ef8: Preparing [2025-06-23T05:13:39.985Z] 4e7adadcbae8: Preparing [2025-06-23T05:13:39.985Z] b6e0558dc269: Preparing [2025-06-23T05:13:39.985Z] ddf4eeff8c49: Preparing [2025-06-23T05:13:39.985Z] 3ff0f139ee4b: Preparing [2025-06-23T05:13:39.985Z] 9f48729e3695: Preparing [2025-06-23T05:13:39.985Z] bb1462daaf0a: Preparing [2025-06-23T05:13:39.985Z] 994456c4fd7b: Preparing [2025-06-23T05:13:39.985Z] ddf4eeff8c49: Waiting [2025-06-23T05:13:39.985Z] 9f48729e3695: Waiting [2025-06-23T05:13:39.985Z] 3ff0f139ee4b: Waiting [2025-06-23T05:13:39.985Z] bb1462daaf0a: Waiting [2025-06-23T05:13:39.985Z] 994456c4fd7b: Waiting [2025-06-23T05:13:39.985Z] b6e0558dc269: Layer already exists [2025-06-23T05:13:39.985Z] 4ad83485d379: Layer already exists [2025-06-23T05:13:39.985Z] 4e7adadcbae8: Layer already exists [2025-06-23T05:13:39.985Z] a4f5c6703337: Layer already exists [2025-06-23T05:13:39.985Z] 768730768ef8: Layer already exists [2025-06-23T05:13:39.985Z] 3ff0f139ee4b: Layer already exists [2025-06-23T05:13:39.985Z] ddf4eeff8c49: Layer already exists [2025-06-23T05:13:39.985Z] 9f48729e3695: Layer already exists [2025-06-23T05:13:39.985Z] 994456c4fd7b: Layer already exists [2025-06-23T05:13:39.985Z] bb1462daaf0a: Layer already exists [2025-06-23T05:13:39.985Z] 4.1.0-dev.26: digest: sha256:e529664709c931c103d2a092c69c96be13d42abbfa8ec641c8cf165675a0bddf size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:13:40.314Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:13:40.636Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:13:40.636Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-06-23T05:13:40.636Z] a4f5c6703337: Preparing [2025-06-23T05:13:40.636Z] 4ad83485d379: Preparing [2025-06-23T05:13:40.636Z] 768730768ef8: Preparing [2025-06-23T05:13:40.636Z] 4e7adadcbae8: Preparing [2025-06-23T05:13:40.636Z] b6e0558dc269: Preparing [2025-06-23T05:13:40.637Z] ddf4eeff8c49: Preparing [2025-06-23T05:13:40.637Z] 3ff0f139ee4b: Preparing [2025-06-23T05:13:40.637Z] 9f48729e3695: Preparing [2025-06-23T05:13:40.637Z] bb1462daaf0a: Preparing [2025-06-23T05:13:40.637Z] 994456c4fd7b: Preparing [2025-06-23T05:13:40.637Z] ddf4eeff8c49: Waiting [2025-06-23T05:13:40.637Z] bb1462daaf0a: Waiting [2025-06-23T05:13:40.637Z] 3ff0f139ee4b: Waiting [2025-06-23T05:13:40.637Z] 994456c4fd7b: Waiting [2025-06-23T05:13:40.637Z] 9f48729e3695: Waiting [2025-06-23T05:13:40.637Z] a4f5c6703337: Layer already exists [2025-06-23T05:13:40.637Z] b6e0558dc269: Layer already exists [2025-06-23T05:13:40.637Z] 4e7adadcbae8: Layer already exists [2025-06-23T05:13:40.637Z] 4ad83485d379: Layer already exists [2025-06-23T05:13:40.637Z] 768730768ef8: Layer already exists [2025-06-23T05:13:40.637Z] 3ff0f139ee4b: Layer already exists [2025-06-23T05:13:40.637Z] ddf4eeff8c49: Layer already exists [2025-06-23T05:13:40.637Z] 9f48729e3695: Layer already exists [2025-06-23T05:13:40.637Z] bb1462daaf0a: Layer already exists [2025-06-23T05:13:40.637Z] 994456c4fd7b: Layer already exists [2025-06-23T05:13:40.637Z] 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26: digest: sha256:e529664709c931c103d2a092c69c96be13d42abbfa8ec641c8cf165675a0bddf size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:13:40.966Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:13:41.284Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-06-23T05:13:41.284Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-06-23T05:13:41.284Z] a4f5c6703337: Preparing [2025-06-23T05:13:41.284Z] 4ad83485d379: Preparing [2025-06-23T05:13:41.284Z] 768730768ef8: Preparing [2025-06-23T05:13:41.284Z] 4e7adadcbae8: Preparing [2025-06-23T05:13:41.284Z] b6e0558dc269: Preparing [2025-06-23T05:13:41.284Z] ddf4eeff8c49: Preparing [2025-06-23T05:13:41.284Z] 3ff0f139ee4b: Preparing [2025-06-23T05:13:41.284Z] 9f48729e3695: Preparing [2025-06-23T05:13:41.284Z] bb1462daaf0a: Preparing [2025-06-23T05:13:41.284Z] 994456c4fd7b: Preparing [2025-06-23T05:13:41.284Z] ddf4eeff8c49: Waiting [2025-06-23T05:13:41.284Z] bb1462daaf0a: Waiting [2025-06-23T05:13:41.284Z] 994456c4fd7b: Waiting [2025-06-23T05:13:41.284Z] 9f48729e3695: Waiting [2025-06-23T05:13:41.284Z] a4f5c6703337: Layer already exists [2025-06-23T05:13:41.284Z] 768730768ef8: Layer already exists [2025-06-23T05:13:41.284Z] b6e0558dc269: Layer already exists [2025-06-23T05:13:41.284Z] 4e7adadcbae8: Layer already exists [2025-06-23T05:13:41.284Z] 4ad83485d379: Layer already exists [2025-06-23T05:13:41.284Z] ddf4eeff8c49: Layer already exists [2025-06-23T05:13:41.284Z] 3ff0f139ee4b: Layer already exists [2025-06-23T05:13:41.284Z] 9f48729e3695: Layer already exists [2025-06-23T05:13:41.284Z] 994456c4fd7b: Layer already exists [2025-06-23T05:13:41.284Z] bb1462daaf0a: Layer already exists [2025-06-23T05:13:41.284Z] main: digest: sha256:e529664709c931c103d2a092c69c96be13d42abbfa8ec641c8cf165675a0bddf size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-23T05:13:41.369Z] ===================================================== [Pipeline] echo [2025-06-23T05:13:41.384Z] taggedImages: [2025-06-23T05:13:41.384Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:13:41.384Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-06-23T05:13:41.384Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.26 [2025-06-23T05:13:41.384Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:13:41.384Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2025-06-23T05:13:41.411Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2025-06-23T05:13:41.411Z] 92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:13:41.411Z] latest [2025-06-23T05:13:41.411Z] 4.1.0-dev.26 [2025-06-23T05:13:41.411Z] 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:13:41.411Z] main [2025-06-23T05:13:41.411Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:13:41.755Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:13:42.073Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:13:42.074Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-06-23T05:13:42.074Z] f761318edb14: Preparing [2025-06-23T05:13:42.074Z] 4164da576c71: Preparing [2025-06-23T05:13:42.074Z] c007e06d58df: Preparing [2025-06-23T05:13:42.074Z] 4e7adadcbae8: Preparing [2025-06-23T05:13:42.074Z] b6e0558dc269: Preparing [2025-06-23T05:13:42.074Z] aeb5c29496a9: Preparing [2025-06-23T05:13:42.074Z] 9eeb161e0264: Preparing [2025-06-23T05:13:42.074Z] 2390bf898cfe: Preparing [2025-06-23T05:13:42.074Z] aeb5c29496a9: Waiting [2025-06-23T05:13:42.074Z] 9eeb161e0264: Waiting [2025-06-23T05:13:42.074Z] 994456c4fd7b: Preparing [2025-06-23T05:13:42.074Z] 994456c4fd7b: Waiting [2025-06-23T05:13:42.074Z] b6e0558dc269: Layer already exists [2025-06-23T05:13:42.074Z] 4e7adadcbae8: Layer already exists [2025-06-23T05:13:42.074Z] 4164da576c71: Pushed [2025-06-23T05:13:42.074Z] f761318edb14: Pushed [2025-06-23T05:13:42.074Z] c007e06d58df: Pushed [2025-06-23T05:13:42.074Z] 9eeb161e0264: Pushed [2025-06-23T05:13:42.074Z] 994456c4fd7b: Layer already exists [2025-06-23T05:13:42.332Z] 2390bf898cfe: Pushed [2025-06-23T05:13:54.525Z] aeb5c29496a9: Pushed [2025-06-23T05:13:54.525Z] 92d5141f885416a010e7c9a103f0840019be69f6: digest: sha256:6c7af507d485b926421100f2008fbe4514de8e0f1f5861c67f36e2dcce37bf3d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:13:54.847Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:13:55.168Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-06-23T05:13:55.168Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-06-23T05:13:55.168Z] f761318edb14: Preparing [2025-06-23T05:13:55.168Z] 4164da576c71: Preparing [2025-06-23T05:13:55.168Z] c007e06d58df: Preparing [2025-06-23T05:13:55.168Z] 4e7adadcbae8: Preparing [2025-06-23T05:13:55.168Z] b6e0558dc269: Preparing [2025-06-23T05:13:55.168Z] aeb5c29496a9: Preparing [2025-06-23T05:13:55.168Z] 9eeb161e0264: Preparing [2025-06-23T05:13:55.168Z] 2390bf898cfe: Preparing [2025-06-23T05:13:55.168Z] 994456c4fd7b: Preparing [2025-06-23T05:13:55.168Z] 9eeb161e0264: Waiting [2025-06-23T05:13:55.168Z] 2390bf898cfe: Waiting [2025-06-23T05:13:55.168Z] aeb5c29496a9: Waiting [2025-06-23T05:13:55.168Z] 994456c4fd7b: Waiting [2025-06-23T05:13:55.168Z] 4e7adadcbae8: Layer already exists [2025-06-23T05:13:55.168Z] c007e06d58df: Layer already exists [2025-06-23T05:13:55.168Z] 4164da576c71: Layer already exists [2025-06-23T05:13:55.168Z] f761318edb14: Layer already exists [2025-06-23T05:13:55.168Z] b6e0558dc269: Layer already exists [2025-06-23T05:13:55.168Z] 9eeb161e0264: Layer already exists [2025-06-23T05:13:55.168Z] 2390bf898cfe: Layer already exists [2025-06-23T05:13:55.168Z] 994456c4fd7b: Layer already exists [2025-06-23T05:13:55.168Z] aeb5c29496a9: Layer already exists [2025-06-23T05:13:55.168Z] latest: digest: sha256:6c7af507d485b926421100f2008fbe4514de8e0f1f5861c67f36e2dcce37bf3d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:13:55.494Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:13:55.807Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.26 [2025-06-23T05:13:55.807Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-06-23T05:13:55.807Z] f761318edb14: Preparing [2025-06-23T05:13:55.807Z] 4164da576c71: Preparing [2025-06-23T05:13:55.807Z] c007e06d58df: Preparing [2025-06-23T05:13:55.807Z] 4e7adadcbae8: Preparing [2025-06-23T05:13:55.807Z] b6e0558dc269: Preparing [2025-06-23T05:13:55.807Z] aeb5c29496a9: Preparing [2025-06-23T05:13:55.807Z] 9eeb161e0264: Preparing [2025-06-23T05:13:55.807Z] 2390bf898cfe: Preparing [2025-06-23T05:13:55.807Z] 994456c4fd7b: Preparing [2025-06-23T05:13:55.807Z] aeb5c29496a9: Waiting [2025-06-23T05:13:55.807Z] 2390bf898cfe: Waiting [2025-06-23T05:13:55.807Z] 9eeb161e0264: Waiting [2025-06-23T05:13:55.807Z] 994456c4fd7b: Waiting [2025-06-23T05:13:55.807Z] b6e0558dc269: Layer already exists [2025-06-23T05:13:55.807Z] c007e06d58df: Layer already exists [2025-06-23T05:13:55.807Z] 4164da576c71: Layer already exists [2025-06-23T05:13:55.807Z] f761318edb14: Layer already exists [2025-06-23T05:13:55.807Z] 4e7adadcbae8: Layer already exists [2025-06-23T05:13:55.807Z] 9eeb161e0264: Layer already exists [2025-06-23T05:13:55.807Z] 2390bf898cfe: Layer already exists [2025-06-23T05:13:55.807Z] aeb5c29496a9: Layer already exists [2025-06-23T05:13:55.807Z] 994456c4fd7b: Layer already exists [2025-06-23T05:13:55.807Z] 4.1.0-dev.26: digest: sha256:6c7af507d485b926421100f2008fbe4514de8e0f1f5861c67f36e2dcce37bf3d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:13:56.138Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:13:56.461Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:13:56.461Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-06-23T05:13:56.461Z] f761318edb14: Preparing [2025-06-23T05:13:56.461Z] 4164da576c71: Preparing [2025-06-23T05:13:56.461Z] c007e06d58df: Preparing [2025-06-23T05:13:56.461Z] 4e7adadcbae8: Preparing [2025-06-23T05:13:56.461Z] b6e0558dc269: Preparing [2025-06-23T05:13:56.461Z] aeb5c29496a9: Preparing [2025-06-23T05:13:56.461Z] 9eeb161e0264: Preparing [2025-06-23T05:13:56.461Z] 2390bf898cfe: Preparing [2025-06-23T05:13:56.461Z] 994456c4fd7b: Preparing [2025-06-23T05:13:56.461Z] aeb5c29496a9: Waiting [2025-06-23T05:13:56.461Z] 9eeb161e0264: Waiting [2025-06-23T05:13:56.461Z] 2390bf898cfe: Waiting [2025-06-23T05:13:56.461Z] 994456c4fd7b: Waiting [2025-06-23T05:13:56.461Z] 4e7adadcbae8: Layer already exists [2025-06-23T05:13:56.461Z] b6e0558dc269: Layer already exists [2025-06-23T05:13:56.461Z] f761318edb14: Layer already exists [2025-06-23T05:13:56.461Z] 4164da576c71: Layer already exists [2025-06-23T05:13:56.461Z] c007e06d58df: Layer already exists [2025-06-23T05:13:56.461Z] aeb5c29496a9: Layer already exists [2025-06-23T05:13:56.461Z] 2390bf898cfe: Layer already exists [2025-06-23T05:13:56.461Z] 994456c4fd7b: Layer already exists [2025-06-23T05:13:56.461Z] 9eeb161e0264: Layer already exists [2025-06-23T05:13:56.461Z] 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26: digest: sha256:6c7af507d485b926421100f2008fbe4514de8e0f1f5861c67f36e2dcce37bf3d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:13:56.783Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:13:57.103Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-06-23T05:13:57.103Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-06-23T05:13:57.103Z] f761318edb14: Preparing [2025-06-23T05:13:57.103Z] 4164da576c71: Preparing [2025-06-23T05:13:57.103Z] c007e06d58df: Preparing [2025-06-23T05:13:57.103Z] 4e7adadcbae8: Preparing [2025-06-23T05:13:57.103Z] b6e0558dc269: Preparing [2025-06-23T05:13:57.103Z] aeb5c29496a9: Preparing [2025-06-23T05:13:57.103Z] 9eeb161e0264: Preparing [2025-06-23T05:13:57.103Z] 2390bf898cfe: Preparing [2025-06-23T05:13:57.103Z] 994456c4fd7b: Preparing [2025-06-23T05:13:57.103Z] aeb5c29496a9: Waiting [2025-06-23T05:13:57.103Z] 9eeb161e0264: Waiting [2025-06-23T05:13:57.103Z] 2390bf898cfe: Waiting [2025-06-23T05:13:57.103Z] 994456c4fd7b: Waiting [2025-06-23T05:13:57.103Z] c007e06d58df: Layer already exists [2025-06-23T05:13:57.103Z] 4e7adadcbae8: Layer already exists [2025-06-23T05:13:57.103Z] 4164da576c71: Layer already exists [2025-06-23T05:13:57.103Z] f761318edb14: Layer already exists [2025-06-23T05:13:57.103Z] b6e0558dc269: Layer already exists [2025-06-23T05:13:57.103Z] 9eeb161e0264: Layer already exists [2025-06-23T05:13:57.103Z] aeb5c29496a9: Layer already exists [2025-06-23T05:13:57.103Z] 994456c4fd7b: Layer already exists [2025-06-23T05:13:57.103Z] 2390bf898cfe: Layer already exists [2025-06-23T05:13:57.103Z] main: digest: sha256:6c7af507d485b926421100f2008fbe4514de8e0f1f5861c67f36e2dcce37bf3d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-23T05:13:57.188Z] ===================================================== [Pipeline] echo [2025-06-23T05:13:57.201Z] taggedImages: [2025-06-23T05:13:57.201Z] - nexus3.edgexfoundry.org:10004/security-spire-config:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:13:57.201Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-06-23T05:13:57.201Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.26 [2025-06-23T05:13:57.201Z] - nexus3.edgexfoundry.org:10004/security-spire-config:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:13:57.201Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2025-06-23T05:13:57.236Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2025-06-23T05:13:57.236Z] 92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:13:57.236Z] latest [2025-06-23T05:13:57.236Z] 4.1.0-dev.26 [2025-06-23T05:13:57.236Z] 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:13:57.236Z] main [2025-06-23T05:13:57.236Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:13:57.585Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:13:57.905Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:13:57.905Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-06-23T05:13:57.905Z] a4f5c6703337: Preparing [2025-06-23T05:13:57.905Z] a3fda9be04f7: Preparing [2025-06-23T05:13:57.905Z] 9470916da080: Preparing [2025-06-23T05:13:57.905Z] 4e7adadcbae8: Preparing [2025-06-23T05:13:57.905Z] b6e0558dc269: Preparing [2025-06-23T05:13:57.905Z] ddf4eeff8c49: Preparing [2025-06-23T05:13:57.905Z] 9f48729e3695: Preparing [2025-06-23T05:13:57.905Z] bb1462daaf0a: Preparing [2025-06-23T05:13:57.905Z] 994456c4fd7b: Preparing [2025-06-23T05:13:57.905Z] 9f48729e3695: Waiting [2025-06-23T05:13:57.905Z] bb1462daaf0a: Waiting [2025-06-23T05:13:57.905Z] 994456c4fd7b: Waiting [2025-06-23T05:13:57.905Z] a4f5c6703337: Layer already exists [2025-06-23T05:13:57.905Z] 4e7adadcbae8: Layer already exists [2025-06-23T05:13:57.905Z] b6e0558dc269: Layer already exists [2025-06-23T05:13:57.905Z] 9f48729e3695: Layer already exists [2025-06-23T05:13:57.905Z] bb1462daaf0a: Layer already exists [2025-06-23T05:13:57.905Z] ddf4eeff8c49: Layer already exists [2025-06-23T05:13:57.905Z] 994456c4fd7b: Layer already exists [2025-06-23T05:13:57.905Z] a3fda9be04f7: Pushed [2025-06-23T05:13:57.905Z] 9470916da080: Pushed [2025-06-23T05:13:58.163Z] 92d5141f885416a010e7c9a103f0840019be69f6: digest: sha256:199af27b5ad7e9422333a4e7186a6e8dc3c720e3ec269d17e70c4e0b9d953c6e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:13:58.482Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:13:58.789Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-06-23T05:13:58.789Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-06-23T05:13:58.789Z] a4f5c6703337: Preparing [2025-06-23T05:13:58.789Z] a3fda9be04f7: Preparing [2025-06-23T05:13:58.789Z] 9470916da080: Preparing [2025-06-23T05:13:58.789Z] 4e7adadcbae8: Preparing [2025-06-23T05:13:58.789Z] b6e0558dc269: Preparing [2025-06-23T05:13:58.789Z] ddf4eeff8c49: Preparing [2025-06-23T05:13:58.789Z] 9f48729e3695: Preparing [2025-06-23T05:13:58.789Z] bb1462daaf0a: Preparing [2025-06-23T05:13:58.789Z] 994456c4fd7b: Preparing [2025-06-23T05:13:58.789Z] ddf4eeff8c49: Waiting [2025-06-23T05:13:58.789Z] 9f48729e3695: Waiting [2025-06-23T05:13:58.789Z] bb1462daaf0a: Waiting [2025-06-23T05:13:58.789Z] 994456c4fd7b: Waiting [2025-06-23T05:13:58.789Z] 9470916da080: Layer already exists [2025-06-23T05:13:58.789Z] a4f5c6703337: Layer already exists [2025-06-23T05:13:58.789Z] b6e0558dc269: Layer already exists [2025-06-23T05:13:58.789Z] 4e7adadcbae8: Layer already exists [2025-06-23T05:13:58.789Z] a3fda9be04f7: Layer already exists [2025-06-23T05:13:58.789Z] ddf4eeff8c49: Layer already exists [2025-06-23T05:13:58.789Z] bb1462daaf0a: Layer already exists [2025-06-23T05:13:58.789Z] 994456c4fd7b: Layer already exists [2025-06-23T05:13:58.789Z] 9f48729e3695: Layer already exists [2025-06-23T05:13:58.789Z] latest: digest: sha256:199af27b5ad7e9422333a4e7186a6e8dc3c720e3ec269d17e70c4e0b9d953c6e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:13:59.102Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:13:59.424Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.26 [2025-06-23T05:13:59.424Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-06-23T05:13:59.424Z] a4f5c6703337: Preparing [2025-06-23T05:13:59.424Z] a3fda9be04f7: Preparing [2025-06-23T05:13:59.424Z] 9470916da080: Preparing [2025-06-23T05:13:59.424Z] 4e7adadcbae8: Preparing [2025-06-23T05:13:59.424Z] b6e0558dc269: Preparing [2025-06-23T05:13:59.424Z] ddf4eeff8c49: Preparing [2025-06-23T05:13:59.424Z] 9f48729e3695: Preparing [2025-06-23T05:13:59.424Z] bb1462daaf0a: Preparing [2025-06-23T05:13:59.424Z] 994456c4fd7b: Preparing [2025-06-23T05:13:59.424Z] ddf4eeff8c49: Waiting [2025-06-23T05:13:59.424Z] 9f48729e3695: Waiting [2025-06-23T05:13:59.424Z] bb1462daaf0a: Waiting [2025-06-23T05:13:59.424Z] 994456c4fd7b: Waiting [2025-06-23T05:13:59.424Z] b6e0558dc269: Layer already exists [2025-06-23T05:13:59.424Z] a4f5c6703337: Layer already exists [2025-06-23T05:13:59.424Z] 9470916da080: Layer already exists [2025-06-23T05:13:59.424Z] a3fda9be04f7: Layer already exists [2025-06-23T05:13:59.424Z] 4e7adadcbae8: Layer already exists [2025-06-23T05:13:59.424Z] 9f48729e3695: Layer already exists [2025-06-23T05:13:59.424Z] 994456c4fd7b: Layer already exists [2025-06-23T05:13:59.424Z] ddf4eeff8c49: Layer already exists [2025-06-23T05:13:59.424Z] bb1462daaf0a: Layer already exists [2025-06-23T05:13:59.424Z] 4.1.0-dev.26: digest: sha256:199af27b5ad7e9422333a4e7186a6e8dc3c720e3ec269d17e70c4e0b9d953c6e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:13:59.747Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:14:00.068Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:14:00.069Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-06-23T05:14:00.069Z] a4f5c6703337: Preparing [2025-06-23T05:14:00.069Z] a3fda9be04f7: Preparing [2025-06-23T05:14:00.069Z] 9470916da080: Preparing [2025-06-23T05:14:00.069Z] 4e7adadcbae8: Preparing [2025-06-23T05:14:00.069Z] b6e0558dc269: Preparing [2025-06-23T05:14:00.069Z] ddf4eeff8c49: Preparing [2025-06-23T05:14:00.069Z] 9f48729e3695: Preparing [2025-06-23T05:14:00.069Z] bb1462daaf0a: Preparing [2025-06-23T05:14:00.069Z] 994456c4fd7b: Preparing [2025-06-23T05:14:00.069Z] ddf4eeff8c49: Waiting [2025-06-23T05:14:00.069Z] 9f48729e3695: Waiting [2025-06-23T05:14:00.069Z] bb1462daaf0a: Waiting [2025-06-23T05:14:00.069Z] 994456c4fd7b: Waiting [2025-06-23T05:14:00.069Z] a3fda9be04f7: Layer already exists [2025-06-23T05:14:00.069Z] b6e0558dc269: Layer already exists [2025-06-23T05:14:00.069Z] a4f5c6703337: Layer already exists [2025-06-23T05:14:00.069Z] 9470916da080: Layer already exists [2025-06-23T05:14:00.069Z] 4e7adadcbae8: Layer already exists [2025-06-23T05:14:00.069Z] ddf4eeff8c49: Layer already exists [2025-06-23T05:14:00.069Z] 9f48729e3695: Layer already exists [2025-06-23T05:14:00.069Z] 994456c4fd7b: Layer already exists [2025-06-23T05:14:00.069Z] bb1462daaf0a: Layer already exists [2025-06-23T05:14:00.069Z] 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26: digest: sha256:199af27b5ad7e9422333a4e7186a6e8dc3c720e3ec269d17e70c4e0b9d953c6e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:14:00.394Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:14:00.709Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-06-23T05:14:00.709Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-06-23T05:14:00.709Z] a4f5c6703337: Preparing [2025-06-23T05:14:00.709Z] a3fda9be04f7: Preparing [2025-06-23T05:14:00.709Z] 9470916da080: Preparing [2025-06-23T05:14:00.709Z] 4e7adadcbae8: Preparing [2025-06-23T05:14:00.709Z] b6e0558dc269: Preparing [2025-06-23T05:14:00.709Z] ddf4eeff8c49: Preparing [2025-06-23T05:14:00.709Z] 9f48729e3695: Preparing [2025-06-23T05:14:00.709Z] bb1462daaf0a: Preparing [2025-06-23T05:14:00.709Z] 994456c4fd7b: Preparing [2025-06-23T05:14:00.709Z] ddf4eeff8c49: Waiting [2025-06-23T05:14:00.710Z] bb1462daaf0a: Waiting [2025-06-23T05:14:00.710Z] 9f48729e3695: Waiting [2025-06-23T05:14:00.710Z] 994456c4fd7b: Waiting [2025-06-23T05:14:00.710Z] b6e0558dc269: Layer already exists [2025-06-23T05:14:00.710Z] 4e7adadcbae8: Layer already exists [2025-06-23T05:14:00.710Z] 9470916da080: Layer already exists [2025-06-23T05:14:00.710Z] a4f5c6703337: Layer already exists [2025-06-23T05:14:00.710Z] a3fda9be04f7: Layer already exists [2025-06-23T05:14:00.710Z] 9f48729e3695: Layer already exists [2025-06-23T05:14:00.710Z] ddf4eeff8c49: Layer already exists [2025-06-23T05:14:00.710Z] bb1462daaf0a: Layer already exists [2025-06-23T05:14:00.710Z] 994456c4fd7b: Layer already exists [2025-06-23T05:14:00.710Z] main: digest: sha256:199af27b5ad7e9422333a4e7186a6e8dc3c720e3ec269d17e70c4e0b9d953c6e size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-23T05:14:00.782Z] ===================================================== [Pipeline] echo [2025-06-23T05:14:00.795Z] taggedImages: [2025-06-23T05:14:00.795Z] - nexus3.edgexfoundry.org:10004/security-spire-server:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:14:00.795Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-06-23T05:14:00.795Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.26 [2025-06-23T05:14:00.795Z] - nexus3.edgexfoundry.org:10004/security-spire-server:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:14:00.795Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2025-06-23T05:14:00.826Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2025-06-23T05:14:00.826Z] 92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:14:00.826Z] latest [2025-06-23T05:14:00.826Z] 4.1.0-dev.26 [2025-06-23T05:14:00.826Z] 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:14:00.826Z] main [2025-06-23T05:14:00.826Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:14:01.189Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:14:01.512Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:14:01.512Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-06-23T05:14:01.512Z] 3308765fc010: Preparing [2025-06-23T05:14:01.512Z] 0f204ff07c3d: Preparing [2025-06-23T05:14:01.512Z] 4e7adadcbae8: Preparing [2025-06-23T05:14:01.512Z] b6e0558dc269: Preparing [2025-06-23T05:14:01.512Z] f1a7d41aa6fd: Preparing [2025-06-23T05:14:01.512Z] 89cb8f99b7d2: Preparing [2025-06-23T05:14:01.512Z] 994456c4fd7b: Preparing [2025-06-23T05:14:01.512Z] 89cb8f99b7d2: Waiting [2025-06-23T05:14:01.512Z] 994456c4fd7b: Waiting [2025-06-23T05:14:01.512Z] b6e0558dc269: Layer already exists [2025-06-23T05:14:01.512Z] 4e7adadcbae8: Layer already exists [2025-06-23T05:14:01.512Z] 994456c4fd7b: Layer already exists [2025-06-23T05:14:01.512Z] f1a7d41aa6fd: Pushed [2025-06-23T05:14:01.512Z] 3308765fc010: Pushed [2025-06-23T05:14:02.079Z] 89cb8f99b7d2: Pushed [2025-06-23T05:14:05.361Z] 0f204ff07c3d: Pushed [2025-06-23T05:14:05.361Z] 92d5141f885416a010e7c9a103f0840019be69f6: digest: sha256:c25d4aded74d238d2ccb8c469b07f9927785ff5806da8974d8d35e0f6b93248f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:14:05.688Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:14:05.999Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-06-23T05:14:05.999Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-06-23T05:14:05.999Z] 3308765fc010: Preparing [2025-06-23T05:14:05.999Z] 0f204ff07c3d: Preparing [2025-06-23T05:14:05.999Z] 4e7adadcbae8: Preparing [2025-06-23T05:14:05.999Z] b6e0558dc269: Preparing [2025-06-23T05:14:05.999Z] f1a7d41aa6fd: Preparing [2025-06-23T05:14:05.999Z] 89cb8f99b7d2: Preparing [2025-06-23T05:14:05.999Z] 994456c4fd7b: Preparing [2025-06-23T05:14:05.999Z] 89cb8f99b7d2: Waiting [2025-06-23T05:14:05.999Z] 994456c4fd7b: Waiting [2025-06-23T05:14:05.999Z] f1a7d41aa6fd: Layer already exists [2025-06-23T05:14:05.999Z] 0f204ff07c3d: Layer already exists [2025-06-23T05:14:05.999Z] 3308765fc010: Layer already exists [2025-06-23T05:14:05.999Z] 4e7adadcbae8: Layer already exists [2025-06-23T05:14:05.999Z] b6e0558dc269: Layer already exists [2025-06-23T05:14:05.999Z] 994456c4fd7b: Layer already exists [2025-06-23T05:14:05.999Z] 89cb8f99b7d2: Layer already exists [2025-06-23T05:14:05.999Z] latest: digest: sha256:c25d4aded74d238d2ccb8c469b07f9927785ff5806da8974d8d35e0f6b93248f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:14:06.320Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:14:06.639Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.26 [2025-06-23T05:14:06.639Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-06-23T05:14:06.639Z] 3308765fc010: Preparing [2025-06-23T05:14:06.639Z] 0f204ff07c3d: Preparing [2025-06-23T05:14:06.639Z] 4e7adadcbae8: Preparing [2025-06-23T05:14:06.639Z] b6e0558dc269: Preparing [2025-06-23T05:14:06.639Z] f1a7d41aa6fd: Preparing [2025-06-23T05:14:06.639Z] 89cb8f99b7d2: Preparing [2025-06-23T05:14:06.639Z] 994456c4fd7b: Preparing [2025-06-23T05:14:06.639Z] 89cb8f99b7d2: Waiting [2025-06-23T05:14:06.639Z] 994456c4fd7b: Waiting [2025-06-23T05:14:06.639Z] 4e7adadcbae8: Layer already exists [2025-06-23T05:14:06.639Z] 0f204ff07c3d: Layer already exists [2025-06-23T05:14:06.639Z] 3308765fc010: Layer already exists [2025-06-23T05:14:06.639Z] b6e0558dc269: Layer already exists [2025-06-23T05:14:06.639Z] f1a7d41aa6fd: Layer already exists [2025-06-23T05:14:06.639Z] 89cb8f99b7d2: Layer already exists [2025-06-23T05:14:06.639Z] 994456c4fd7b: Layer already exists [2025-06-23T05:14:06.639Z] 4.1.0-dev.26: digest: sha256:c25d4aded74d238d2ccb8c469b07f9927785ff5806da8974d8d35e0f6b93248f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:14:06.954Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:14:07.282Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:14:07.282Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-06-23T05:14:07.282Z] 3308765fc010: Preparing [2025-06-23T05:14:07.282Z] 0f204ff07c3d: Preparing [2025-06-23T05:14:07.282Z] 4e7adadcbae8: Preparing [2025-06-23T05:14:07.282Z] b6e0558dc269: Preparing [2025-06-23T05:14:07.282Z] f1a7d41aa6fd: Preparing [2025-06-23T05:14:07.282Z] 89cb8f99b7d2: Preparing [2025-06-23T05:14:07.282Z] 994456c4fd7b: Preparing [2025-06-23T05:14:07.282Z] 89cb8f99b7d2: Waiting [2025-06-23T05:14:07.282Z] 994456c4fd7b: Waiting [2025-06-23T05:14:07.282Z] 0f204ff07c3d: Layer already exists [2025-06-23T05:14:07.282Z] f1a7d41aa6fd: Layer already exists [2025-06-23T05:14:07.282Z] 3308765fc010: Layer already exists [2025-06-23T05:14:07.282Z] b6e0558dc269: Layer already exists [2025-06-23T05:14:07.282Z] 4e7adadcbae8: Layer already exists [2025-06-23T05:14:07.282Z] 994456c4fd7b: Layer already exists [2025-06-23T05:14:07.282Z] 89cb8f99b7d2: Layer already exists [2025-06-23T05:14:07.282Z] 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26: digest: sha256:c25d4aded74d238d2ccb8c469b07f9927785ff5806da8974d8d35e0f6b93248f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:14:07.603Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:14:07.926Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2025-06-23T05:14:07.926Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-06-23T05:14:07.926Z] 3308765fc010: Preparing [2025-06-23T05:14:07.926Z] 0f204ff07c3d: Preparing [2025-06-23T05:14:07.926Z] 4e7adadcbae8: Preparing [2025-06-23T05:14:07.926Z] b6e0558dc269: Preparing [2025-06-23T05:14:07.926Z] f1a7d41aa6fd: Preparing [2025-06-23T05:14:07.926Z] 89cb8f99b7d2: Preparing [2025-06-23T05:14:07.926Z] 994456c4fd7b: Preparing [2025-06-23T05:14:07.926Z] 89cb8f99b7d2: Waiting [2025-06-23T05:14:07.926Z] 994456c4fd7b: Waiting [2025-06-23T05:14:07.926Z] b6e0558dc269: Layer already exists [2025-06-23T05:14:07.926Z] f1a7d41aa6fd: Layer already exists [2025-06-23T05:14:07.926Z] 3308765fc010: Layer already exists [2025-06-23T05:14:07.926Z] 4e7adadcbae8: Layer already exists [2025-06-23T05:14:07.926Z] 994456c4fd7b: Layer already exists [2025-06-23T05:14:07.926Z] 89cb8f99b7d2: Layer already exists [2025-06-23T05:14:07.926Z] 0f204ff07c3d: Layer already exists [2025-06-23T05:14:07.926Z] main: digest: sha256:c25d4aded74d238d2ccb8c469b07f9927785ff5806da8974d8d35e0f6b93248f size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-23T05:14:08.009Z] ===================================================== [Pipeline] echo [2025-06-23T05:14:08.023Z] taggedImages: [2025-06-23T05:14:08.023Z] - nexus3.edgexfoundry.org:10004/support-notifications:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:14:08.023Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-06-23T05:14:08.023Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.26 [2025-06-23T05:14:08.023Z] - nexus3.edgexfoundry.org:10004/support-notifications:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:14:08.023Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2025-06-23T05:14:08.054Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2025-06-23T05:14:08.054Z] 92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:14:08.054Z] latest [2025-06-23T05:14:08.054Z] 4.1.0-dev.26 [2025-06-23T05:14:08.054Z] 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:14:08.054Z] main [2025-06-23T05:14:08.054Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:14:08.489Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:14:08.820Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:14:08.820Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-06-23T05:14:08.820Z] fe7549374db8: Preparing [2025-06-23T05:14:08.820Z] 51178f6d82b7: Preparing [2025-06-23T05:14:08.820Z] 4e7adadcbae8: Preparing [2025-06-23T05:14:08.820Z] b6e0558dc269: Preparing [2025-06-23T05:14:08.820Z] 07b2e9c22d68: Preparing [2025-06-23T05:14:08.820Z] f5882bc98443: Preparing [2025-06-23T05:14:08.820Z] 994456c4fd7b: Preparing [2025-06-23T05:14:08.820Z] f5882bc98443: Waiting [2025-06-23T05:14:08.820Z] 994456c4fd7b: Waiting [2025-06-23T05:14:08.820Z] 4e7adadcbae8: Layer already exists [2025-06-23T05:14:08.820Z] b6e0558dc269: Layer already exists [2025-06-23T05:14:08.820Z] 994456c4fd7b: Layer already exists [2025-06-23T05:14:08.820Z] 07b2e9c22d68: Pushed [2025-06-23T05:14:08.820Z] fe7549374db8: Pushed [2025-06-23T05:14:09.079Z] f5882bc98443: Pushed [2025-06-23T05:14:13.271Z] 51178f6d82b7: Pushed [2025-06-23T05:14:13.271Z] 92d5141f885416a010e7c9a103f0840019be69f6: digest: sha256:ccaae794d35d432c0cce8f8a6e4e9c8ce85374a4fa11879362d63df5bf6d991d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:14:13.595Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:14:13.926Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-06-23T05:14:13.926Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-06-23T05:14:13.926Z] fe7549374db8: Preparing [2025-06-23T05:14:13.926Z] 51178f6d82b7: Preparing [2025-06-23T05:14:13.926Z] 4e7adadcbae8: Preparing [2025-06-23T05:14:13.926Z] b6e0558dc269: Preparing [2025-06-23T05:14:13.926Z] 07b2e9c22d68: Preparing [2025-06-23T05:14:13.926Z] f5882bc98443: Preparing [2025-06-23T05:14:13.926Z] 994456c4fd7b: Preparing [2025-06-23T05:14:13.926Z] 994456c4fd7b: Waiting [2025-06-23T05:14:13.926Z] f5882bc98443: Waiting [2025-06-23T05:14:13.926Z] 07b2e9c22d68: Layer already exists [2025-06-23T05:14:13.926Z] 51178f6d82b7: Layer already exists [2025-06-23T05:14:13.926Z] 4e7adadcbae8: Layer already exists [2025-06-23T05:14:13.926Z] fe7549374db8: Layer already exists [2025-06-23T05:14:13.926Z] b6e0558dc269: Layer already exists [2025-06-23T05:14:13.926Z] f5882bc98443: Layer already exists [2025-06-23T05:14:13.926Z] 994456c4fd7b: Layer already exists [2025-06-23T05:14:13.926Z] latest: digest: sha256:ccaae794d35d432c0cce8f8a6e4e9c8ce85374a4fa11879362d63df5bf6d991d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:14:14.258Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:14:14.586Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.26 [2025-06-23T05:14:14.586Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-06-23T05:14:14.586Z] fe7549374db8: Preparing [2025-06-23T05:14:14.586Z] 51178f6d82b7: Preparing [2025-06-23T05:14:14.586Z] 4e7adadcbae8: Preparing [2025-06-23T05:14:14.586Z] b6e0558dc269: Preparing [2025-06-23T05:14:14.586Z] 07b2e9c22d68: Preparing [2025-06-23T05:14:14.586Z] f5882bc98443: Preparing [2025-06-23T05:14:14.586Z] 994456c4fd7b: Preparing [2025-06-23T05:14:14.586Z] f5882bc98443: Waiting [2025-06-23T05:14:14.586Z] 994456c4fd7b: Waiting [2025-06-23T05:14:14.586Z] 51178f6d82b7: Layer already exists [2025-06-23T05:14:14.586Z] b6e0558dc269: Layer already exists [2025-06-23T05:14:14.586Z] fe7549374db8: Layer already exists [2025-06-23T05:14:14.586Z] 07b2e9c22d68: Layer already exists [2025-06-23T05:14:14.586Z] 4e7adadcbae8: Layer already exists [2025-06-23T05:14:14.586Z] 994456c4fd7b: Layer already exists [2025-06-23T05:14:14.586Z] f5882bc98443: Layer already exists [2025-06-23T05:14:14.586Z] 4.1.0-dev.26: digest: sha256:ccaae794d35d432c0cce8f8a6e4e9c8ce85374a4fa11879362d63df5bf6d991d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:14:14.910Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:14:15.260Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:14:15.260Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-06-23T05:14:15.260Z] fe7549374db8: Preparing [2025-06-23T05:14:15.260Z] 51178f6d82b7: Preparing [2025-06-23T05:14:15.260Z] 4e7adadcbae8: Preparing [2025-06-23T05:14:15.260Z] b6e0558dc269: Preparing [2025-06-23T05:14:15.260Z] 07b2e9c22d68: Preparing [2025-06-23T05:14:15.260Z] f5882bc98443: Preparing [2025-06-23T05:14:15.260Z] 994456c4fd7b: Preparing [2025-06-23T05:14:15.260Z] f5882bc98443: Waiting [2025-06-23T05:14:15.260Z] 994456c4fd7b: Waiting [2025-06-23T05:14:15.260Z] fe7549374db8: Layer already exists [2025-06-23T05:14:15.260Z] 4e7adadcbae8: Layer already exists [2025-06-23T05:14:15.260Z] 51178f6d82b7: Layer already exists [2025-06-23T05:14:15.260Z] 07b2e9c22d68: Layer already exists [2025-06-23T05:14:15.260Z] b6e0558dc269: Layer already exists [2025-06-23T05:14:15.260Z] f5882bc98443: Layer already exists [2025-06-23T05:14:15.260Z] 994456c4fd7b: Layer already exists [2025-06-23T05:14:15.260Z] 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26: digest: sha256:ccaae794d35d432c0cce8f8a6e4e9c8ce85374a4fa11879362d63df5bf6d991d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:14:15.591Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:14:15.915Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-06-23T05:14:15.915Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-06-23T05:14:15.915Z] fe7549374db8: Preparing [2025-06-23T05:14:15.915Z] 51178f6d82b7: Preparing [2025-06-23T05:14:15.915Z] 4e7adadcbae8: Preparing [2025-06-23T05:14:15.915Z] b6e0558dc269: Preparing [2025-06-23T05:14:15.915Z] 07b2e9c22d68: Preparing [2025-06-23T05:14:15.915Z] f5882bc98443: Preparing [2025-06-23T05:14:15.915Z] 994456c4fd7b: Preparing [2025-06-23T05:14:15.915Z] f5882bc98443: Waiting [2025-06-23T05:14:15.915Z] 994456c4fd7b: Waiting [2025-06-23T05:14:15.915Z] fe7549374db8: Layer already exists [2025-06-23T05:14:15.915Z] 51178f6d82b7: Layer already exists [2025-06-23T05:14:15.915Z] 07b2e9c22d68: Layer already exists [2025-06-23T05:14:15.915Z] 4e7adadcbae8: Layer already exists [2025-06-23T05:14:15.915Z] b6e0558dc269: Layer already exists [2025-06-23T05:14:15.915Z] f5882bc98443: Layer already exists [2025-06-23T05:14:15.915Z] 994456c4fd7b: Layer already exists [2025-06-23T05:14:15.915Z] main: digest: sha256:ccaae794d35d432c0cce8f8a6e4e9c8ce85374a4fa11879362d63df5bf6d991d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-23T05:14:15.992Z] ===================================================== [Pipeline] echo [2025-06-23T05:14:16.016Z] taggedImages: [2025-06-23T05:14:16.016Z] - nexus3.edgexfoundry.org:10004/support-scheduler:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:14:16.016Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-06-23T05:14:16.016Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.26 [2025-06-23T05:14:16.016Z] - nexus3.edgexfoundry.org:10004/support-scheduler:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:14:16.016Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo [2025-06-23T05:14:16.081Z] ========================================================= [2025-06-23T05:14:16.081Z] [edgeXBuildMultiArch] RAW Config: [2025-06-23T05:14:16.081Z] images: [2025-06-23T05:14:16.081Z] - nexus3.edgexfoundry.org:10004/core-command:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:14:16.081Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2025-06-23T05:14:16.081Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.26 [2025-06-23T05:14:16.081Z] - nexus3.edgexfoundry.org:10004/core-command:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:14:16.081Z] - nexus3.edgexfoundry.org:10004/core-command:main [2025-06-23T05:14:16.081Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:14:16.081Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-06-23T05:14:16.081Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.26 [2025-06-23T05:14:16.081Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:14:16.081Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-06-23T05:14:16.081Z] - nexus3.edgexfoundry.org:10004/core-data:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:14:16.081Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2025-06-23T05:14:16.081Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.26 [2025-06-23T05:14:16.081Z] - nexus3.edgexfoundry.org:10004/core-data:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:14:16.081Z] - nexus3.edgexfoundry.org:10004/core-data:main [2025-06-23T05:14:16.081Z] - nexus3.edgexfoundry.org:10004/core-keeper:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:14:16.081Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-06-23T05:14:16.081Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.26 [2025-06-23T05:14:16.081Z] - nexus3.edgexfoundry.org:10004/core-keeper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:14:16.081Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [2025-06-23T05:14:16.081Z] - nexus3.edgexfoundry.org:10004/core-metadata:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:14:16.081Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-06-23T05:14:16.081Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.26 [2025-06-23T05:14:16.081Z] - nexus3.edgexfoundry.org:10004/core-metadata:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:14:16.081Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [2025-06-23T05:14:16.081Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:14:16.081Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-06-23T05:14:16.081Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.26 [2025-06-23T05:14:16.081Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:14:16.081Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-06-23T05:14:16.081Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:14:16.081Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-06-23T05:14:16.081Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.26 [2025-06-23T05:14:16.081Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:14:16.081Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-06-23T05:14:16.081Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:14:16.081Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-06-23T05:14:16.081Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.26 [2025-06-23T05:14:16.081Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:14:16.081Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-06-23T05:14:16.081Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:14:16.081Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-06-23T05:14:16.081Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.26 [2025-06-23T05:14:16.081Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:14:16.081Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-06-23T05:14:16.081Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:14:16.081Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-06-23T05:14:16.081Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.26 [2025-06-23T05:14:16.081Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:14:16.081Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-06-23T05:14:16.081Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:14:16.081Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-06-23T05:14:16.081Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.26 [2025-06-23T05:14:16.081Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:14:16.081Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-06-23T05:14:16.081Z] - nexus3.edgexfoundry.org:10004/security-spire-config:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:14:16.081Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-06-23T05:14:16.081Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.26 [2025-06-23T05:14:16.081Z] - nexus3.edgexfoundry.org:10004/security-spire-config:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:14:16.081Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-06-23T05:14:16.081Z] - nexus3.edgexfoundry.org:10004/security-spire-server:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:14:16.081Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-06-23T05:14:16.081Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.26 [2025-06-23T05:14:16.081Z] - nexus3.edgexfoundry.org:10004/security-spire-server:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:14:16.081Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-06-23T05:14:16.081Z] - nexus3.edgexfoundry.org:10004/support-notifications:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:14:16.081Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-06-23T05:14:16.081Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.26 [2025-06-23T05:14:16.081Z] - nexus3.edgexfoundry.org:10004/support-notifications:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:14:16.081Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [2025-06-23T05:14:16.081Z] - nexus3.edgexfoundry.org:10004/support-scheduler:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:14:16.081Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-06-23T05:14:16.081Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.26 [2025-06-23T05:14:16.081Z] - nexus3.edgexfoundry.org:10004/support-scheduler:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:14:16.081Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-06-23T05:14:16.081Z] settingsFile: [2025-06-23T05:14:16.081Z] edgex-go-settings [2025-06-23T05:14:16.081Z] ========================================================= [Pipeline] node [2025-06-23T05:14:31.085Z] Still waiting to schedule task [2025-06-23T05:14:31.085Z] All nodes of label ‘centos7-docker-4c-2g’ are offline [2025-06-23T05:15:36.460Z] Running on prd-centos7-docker-4c-2g-3767 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-23T05:15:36.516Z] provisioning config files... [2025-06-23T05:15:36.538Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config267678908609507121tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-23T05:15:37.400Z] ---> ****-login.sh [2025-06-23T05:15:37.400Z] nexus3.edgexfoundry.org:10001 [2025-06-23T05:15:37.400Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T05:15:37.663Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T05:15:37.663Z] Configure a credential helper to remove this warning. See [2025-06-23T05:15:37.663Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T05:15:37.663Z] [2025-06-23T05:15:37.663Z] Login Succeeded [2025-06-23T05:15:37.663Z] nexus3.edgexfoundry.org:10002 [2025-06-23T05:15:37.663Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T05:15:37.663Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T05:15:37.663Z] Configure a credential helper to remove this warning. See [2025-06-23T05:15:37.663Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T05:15:37.663Z] [2025-06-23T05:15:37.663Z] Login Succeeded [2025-06-23T05:15:37.663Z] nexus3.edgexfoundry.org:10003 [2025-06-23T05:15:37.663Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T05:15:37.663Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T05:15:37.663Z] Configure a credential helper to remove this warning. See [2025-06-23T05:15:37.663Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T05:15:37.663Z] [2025-06-23T05:15:37.663Z] Login Succeeded [2025-06-23T05:15:37.663Z] nexus3.edgexfoundry.org:10004 [2025-06-23T05:15:37.924Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T05:15:37.924Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T05:15:37.924Z] Configure a credential helper to remove this warning. See [2025-06-23T05:15:37.924Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T05:15:37.924Z] [2025-06-23T05:15:37.924Z] Login Succeeded [2025-06-23T05:15:37.924Z] ****.io [2025-06-23T05:15:37.924Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T05:15:38.184Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T05:15:38.184Z] Configure a credential helper to remove this warning. See [2025-06-23T05:15:38.184Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T05:15:38.184Z] [2025-06-23T05:15:38.184Z] Login Succeeded [2025-06-23T05:15:38.184Z] ---> ****-login.sh ends [Pipeline] } [2025-06-23T05:15:38.192Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-23T05:15:38.545Z] + docker buildx ls [2025-06-23T05:15:38.812Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-06-23T05:15:38.812Z] default * docker [2025-06-23T05:15:38.812Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-06-23T05:15:39.118Z] + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use [2025-06-23T05:15:39.118Z] edgex-builder [Pipeline] sh [2025-06-23T05:15:39.417Z] + docker buildx inspect --bootstrap [2025-06-23T05:15:39.417Z] #1 [internal] booting buildkit [2025-06-23T05:15:39.417Z] #1 pulling image moby/buildkit:buildx-stable-1 [2025-06-23T05:15:42.731Z] #1 pulling image moby/buildkit:buildx-stable-1 2.9s done [2025-06-23T05:15:42.731Z] #1 creating container buildx_buildkit_edgex-builder0 [2025-06-23T05:15:44.112Z] #1 creating container buildx_buildkit_edgex-builder0 1.7s done [2025-06-23T05:15:44.112Z] #1 DONE 4.6s [2025-06-23T05:15:44.112Z] Name: edgex-builder [2025-06-23T05:15:44.112Z] Driver: docker-container [2025-06-23T05:15:44.112Z] [2025-06-23T05:15:44.112Z] Nodes: [2025-06-23T05:15:44.112Z] Name: edgex-builder0 [2025-06-23T05:15:44.112Z] Endpoint: unix:///var/run/docker.sock [2025-06-23T05:15:44.112Z] Status: running [2025-06-23T05:15:44.112Z] Buildkit: v0.22.0 [2025-06-23T05:15:44.112Z] Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh [2025-06-23T05:15:44.410Z] + docker buildx ls [2025-06-23T05:15:44.410Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-06-23T05:15:44.410Z] edgex-builder * docker-container [2025-06-23T05:15:44.410Z] edgex-builder0 unix:///var/run/docker.sock running v0.22.0 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [2025-06-23T05:15:44.410Z] default docker [2025-06-23T05:15:44.410Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-06-23T05:15:44.705Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:92d5141f885416a010e7c9a103f0840019be69f6' [2025-06-23T05:15:44.705Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:92d5141f885416a010e7c9a103f0840019be69f6 --push - [2025-06-23T05:15:44.705Z] #1 [internal] load build definition from Dockerfile [2025-06-23T05:15:44.705Z] #1 transferring dockerfile: 197B done [2025-06-23T05:15:44.705Z] #1 DONE 0.0s [2025-06-23T05:15:44.705Z] [2025-06-23T05:15:44.705Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:15:44.705Z] #2 DONE 0.1s [2025-06-23T05:15:44.705Z] [2025-06-23T05:15:44.705Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:15:44.971Z] #3 DONE 0.1s [2025-06-23T05:15:44.971Z] [2025-06-23T05:15:44.971Z] #4 [internal] load .dockerignore [2025-06-23T05:15:44.971Z] #4 transferring context: 2B done [2025-06-23T05:15:44.971Z] #4 DONE 0.0s [2025-06-23T05:15:44.971Z] [2025-06-23T05:15:44.971Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:92d5141f885416a010e7c9a103f0840019be69f6@sha256:114f0644c948d6d253e0c16d414de35a3be70606542d53d0c1ef9cb52106c2f2 [2025-06-23T05:15:44.971Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:92d5141f885416a010e7c9a103f0840019be69f6@sha256:114f0644c948d6d253e0c16d414de35a3be70606542d53d0c1ef9cb52106c2f2 0.0s done [2025-06-23T05:15:44.971Z] #5 DONE 0.0s [2025-06-23T05:15:44.971Z] [2025-06-23T05:15:44.971Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:92d5141f885416a010e7c9a103f0840019be69f6@sha256:114f0644c948d6d253e0c16d414de35a3be70606542d53d0c1ef9cb52106c2f2 [2025-06-23T05:15:44.971Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:92d5141f885416a010e7c9a103f0840019be69f6@sha256:114f0644c948d6d253e0c16d414de35a3be70606542d53d0c1ef9cb52106c2f2 0.0s done [2025-06-23T05:15:44.971Z] #6 DONE 0.1s [2025-06-23T05:15:44.971Z] [2025-06-23T05:15:44.971Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T05:15:44.971Z] #7 DONE 0.0s [2025-06-23T05:15:44.971Z] [2025-06-23T05:15:44.971Z] #8 exporting to image [2025-06-23T05:15:44.971Z] #8 exporting layers done [2025-06-23T05:15:44.971Z] #8 exporting manifest sha256:4e6adb4c0259c1bce4bd0b807bc28804b74a18cb24554ab62d3380eba436765a 0.0s done [2025-06-23T05:15:44.971Z] #8 exporting config sha256:c81d5c72bb5bd1e77b8fc7188a40a106c041a6f88c657f58f7f22a982e7da617 done [2025-06-23T05:15:44.971Z] #8 exporting manifest sha256:47e609a3cbf8128ab20d07e9bed481760ec11abda80989a7369dbbfdf6287fd1 done [2025-06-23T05:15:44.971Z] #8 exporting config sha256:b14ccede50423041ea31fca3b86872ce280c511d5c7693cb602dc8f1aeebcd45 done [2025-06-23T05:15:44.971Z] #8 exporting manifest list sha256:a1fc3fbe190b6a27e3563ab7740b2f293e1e61aa5f04455bc3ffa4a4500e8774 done [2025-06-23T05:15:44.971Z] #8 pushing layers [2025-06-23T05:15:44.971Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T05:15:45.232Z] #8 pushing layers 0.1s done [2025-06-23T05:15:45.232Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:92d5141f885416a010e7c9a103f0840019be69f6@sha256:a1fc3fbe190b6a27e3563ab7740b2f293e1e61aa5f04455bc3ffa4a4500e8774 0.1s done [2025-06-23T05:15:45.232Z] #8 DONE 0.2s [2025-06-23T05:15:45.232Z] [2025-06-23T05:15:45.232Z] 1 warning found (use --debug to expand): [2025-06-23T05:15:45.232Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T05:15:45.533Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:latest' [2025-06-23T05:15:45.533Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:latest --push - [2025-06-23T05:15:45.533Z] #1 [internal] load build definition from Dockerfile [2025-06-23T05:15:45.533Z] #1 transferring dockerfile: 163B done [2025-06-23T05:15:45.533Z] #1 DONE 0.0s [2025-06-23T05:15:45.533Z] [2025-06-23T05:15:45.533Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest [2025-06-23T05:15:45.533Z] #2 DONE 0.0s [2025-06-23T05:15:45.533Z] [2025-06-23T05:15:45.533Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest [2025-06-23T05:15:45.533Z] #3 DONE 0.0s [2025-06-23T05:15:45.533Z] [2025-06-23T05:15:45.533Z] #4 [internal] load .dockerignore [2025-06-23T05:15:45.533Z] #4 transferring context: 2B done [2025-06-23T05:15:45.533Z] #4 DONE 0.0s [2025-06-23T05:15:45.533Z] [2025-06-23T05:15:45.533Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:114f0644c948d6d253e0c16d414de35a3be70606542d53d0c1ef9cb52106c2f2 [2025-06-23T05:15:45.533Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:114f0644c948d6d253e0c16d414de35a3be70606542d53d0c1ef9cb52106c2f2 0.0s done [2025-06-23T05:15:45.533Z] #5 DONE 0.0s [2025-06-23T05:15:45.533Z] [2025-06-23T05:15:45.533Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:114f0644c948d6d253e0c16d414de35a3be70606542d53d0c1ef9cb52106c2f2 [2025-06-23T05:15:45.793Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:114f0644c948d6d253e0c16d414de35a3be70606542d53d0c1ef9cb52106c2f2 0.0s done [2025-06-23T05:15:45.793Z] #6 CACHED [2025-06-23T05:15:45.793Z] [2025-06-23T05:15:45.793Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:114f0644c948d6d253e0c16d414de35a3be70606542d53d0c1ef9cb52106c2f2 [2025-06-23T05:15:45.793Z] #5 CACHED [2025-06-23T05:15:45.793Z] [2025-06-23T05:15:45.793Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T05:15:45.793Z] #7 DONE 0.0s [2025-06-23T05:15:45.793Z] [2025-06-23T05:15:45.793Z] #8 exporting to image [2025-06-23T05:15:45.793Z] #8 exporting layers done [2025-06-23T05:15:45.793Z] #8 exporting manifest sha256:4e6adb4c0259c1bce4bd0b807bc28804b74a18cb24554ab62d3380eba436765a done [2025-06-23T05:15:45.793Z] #8 exporting config sha256:c81d5c72bb5bd1e77b8fc7188a40a106c041a6f88c657f58f7f22a982e7da617 done [2025-06-23T05:15:45.793Z] #8 exporting manifest sha256:47e609a3cbf8128ab20d07e9bed481760ec11abda80989a7369dbbfdf6287fd1 done [2025-06-23T05:15:45.793Z] #8 exporting config sha256:b14ccede50423041ea31fca3b86872ce280c511d5c7693cb602dc8f1aeebcd45 done [2025-06-23T05:15:45.793Z] #8 exporting manifest list sha256:a1fc3fbe190b6a27e3563ab7740b2f293e1e61aa5f04455bc3ffa4a4500e8774 done [2025-06-23T05:15:45.793Z] #8 pushing layers 0.0s done [2025-06-23T05:15:45.793Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:a1fc3fbe190b6a27e3563ab7740b2f293e1e61aa5f04455bc3ffa4a4500e8774 0.1s done [2025-06-23T05:15:45.793Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T05:15:45.793Z] #8 DONE 0.1s [2025-06-23T05:15:45.793Z] [2025-06-23T05:15:45.793Z] 1 warning found (use --debug to expand): [2025-06-23T05:15:45.793Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T05:15:46.092Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.26' [2025-06-23T05:15:46.092Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.26 --push - [2025-06-23T05:15:46.092Z] #1 [internal] load build definition from Dockerfile [2025-06-23T05:15:46.092Z] #1 transferring dockerfile: 169B done [2025-06-23T05:15:46.092Z] #1 DONE 0.0s [2025-06-23T05:15:46.092Z] [2025-06-23T05:15:46.092Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.26 [2025-06-23T05:15:46.092Z] #2 DONE 0.0s [2025-06-23T05:15:46.092Z] [2025-06-23T05:15:46.092Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.26 [2025-06-23T05:15:46.092Z] #3 DONE 0.0s [2025-06-23T05:15:46.092Z] [2025-06-23T05:15:46.092Z] #4 [internal] load .dockerignore [2025-06-23T05:15:46.092Z] #4 transferring context: 2B done [2025-06-23T05:15:46.092Z] #4 DONE 0.0s [2025-06-23T05:15:46.092Z] [2025-06-23T05:15:46.092Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.26@sha256:114f0644c948d6d253e0c16d414de35a3be70606542d53d0c1ef9cb52106c2f2 [2025-06-23T05:15:46.092Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.26@sha256:114f0644c948d6d253e0c16d414de35a3be70606542d53d0c1ef9cb52106c2f2 0.0s done [2025-06-23T05:15:46.092Z] #5 CACHED [2025-06-23T05:15:46.092Z] [2025-06-23T05:15:46.092Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.26@sha256:114f0644c948d6d253e0c16d414de35a3be70606542d53d0c1ef9cb52106c2f2 [2025-06-23T05:15:46.092Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.26@sha256:114f0644c948d6d253e0c16d414de35a3be70606542d53d0c1ef9cb52106c2f2 0.0s done [2025-06-23T05:15:46.092Z] #6 CACHED [2025-06-23T05:15:46.092Z] [2025-06-23T05:15:46.092Z] #7 exporting to image [2025-06-23T05:15:46.092Z] #7 exporting layers done [2025-06-23T05:15:46.092Z] #7 exporting manifest sha256:4e6adb4c0259c1bce4bd0b807bc28804b74a18cb24554ab62d3380eba436765a done [2025-06-23T05:15:46.092Z] #7 exporting config sha256:c81d5c72bb5bd1e77b8fc7188a40a106c041a6f88c657f58f7f22a982e7da617 done [2025-06-23T05:15:46.092Z] #7 exporting manifest sha256:47e609a3cbf8128ab20d07e9bed481760ec11abda80989a7369dbbfdf6287fd1 [2025-06-23T05:15:46.092Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T05:15:46.376Z] #7 exporting manifest sha256:47e609a3cbf8128ab20d07e9bed481760ec11abda80989a7369dbbfdf6287fd1 done [2025-06-23T05:15:46.376Z] #7 exporting config sha256:b14ccede50423041ea31fca3b86872ce280c511d5c7693cb602dc8f1aeebcd45 done [2025-06-23T05:15:46.376Z] #7 exporting manifest list sha256:a1fc3fbe190b6a27e3563ab7740b2f293e1e61aa5f04455bc3ffa4a4500e8774 done [2025-06-23T05:15:46.376Z] #7 pushing layers 0.0s done [2025-06-23T05:15:46.376Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.26@sha256:a1fc3fbe190b6a27e3563ab7740b2f293e1e61aa5f04455bc3ffa4a4500e8774 0.1s done [2025-06-23T05:15:46.376Z] #7 DONE 0.1s [2025-06-23T05:15:46.376Z] [2025-06-23T05:15:46.376Z] #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T05:15:46.376Z] #8 DONE 0.0s [2025-06-23T05:15:46.376Z] [2025-06-23T05:15:46.376Z] 1 warning found (use --debug to expand): [2025-06-23T05:15:46.376Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T05:15:46.688Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26' [2025-06-23T05:15:46.688Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 --push - [2025-06-23T05:15:46.688Z] #1 [internal] load build definition from Dockerfile [2025-06-23T05:15:46.688Z] #1 transferring dockerfile: 210B done [2025-06-23T05:15:46.688Z] #1 DONE 0.0s [2025-06-23T05:15:46.688Z] [2025-06-23T05:15:46.688Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:15:46.688Z] #2 DONE 0.0s [2025-06-23T05:15:46.688Z] [2025-06-23T05:15:46.688Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:15:46.688Z] #3 DONE 0.0s [2025-06-23T05:15:46.688Z] [2025-06-23T05:15:46.688Z] #4 [internal] load .dockerignore [2025-06-23T05:15:46.688Z] #4 transferring context: 2B done [2025-06-23T05:15:46.688Z] #4 DONE 0.0s [2025-06-23T05:15:46.688Z] [2025-06-23T05:15:46.688Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:114f0644c948d6d253e0c16d414de35a3be70606542d53d0c1ef9cb52106c2f2 [2025-06-23T05:15:46.688Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:114f0644c948d6d253e0c16d414de35a3be70606542d53d0c1ef9cb52106c2f2 0.0s done [2025-06-23T05:15:46.688Z] #5 CACHED [2025-06-23T05:15:46.688Z] [2025-06-23T05:15:46.688Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:114f0644c948d6d253e0c16d414de35a3be70606542d53d0c1ef9cb52106c2f2 [2025-06-23T05:15:46.688Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:114f0644c948d6d253e0c16d414de35a3be70606542d53d0c1ef9cb52106c2f2 0.0s done [2025-06-23T05:15:46.688Z] #6 DONE 0.0s [2025-06-23T05:15:46.947Z] [2025-06-23T05:15:46.947Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:114f0644c948d6d253e0c16d414de35a3be70606542d53d0c1ef9cb52106c2f2 [2025-06-23T05:15:46.947Z] #6 CACHED [2025-06-23T05:15:46.947Z] [2025-06-23T05:15:46.947Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T05:15:46.947Z] #7 DONE 0.0s [2025-06-23T05:15:46.947Z] [2025-06-23T05:15:46.947Z] #8 exporting to image [2025-06-23T05:15:46.947Z] #8 exporting layers done [2025-06-23T05:15:46.947Z] #8 exporting manifest sha256:4e6adb4c0259c1bce4bd0b807bc28804b74a18cb24554ab62d3380eba436765a done [2025-06-23T05:15:46.947Z] #8 exporting config sha256:c81d5c72bb5bd1e77b8fc7188a40a106c041a6f88c657f58f7f22a982e7da617 done [2025-06-23T05:15:46.947Z] #8 exporting manifest sha256:47e609a3cbf8128ab20d07e9bed481760ec11abda80989a7369dbbfdf6287fd1 done [2025-06-23T05:15:46.947Z] #8 exporting config sha256:b14ccede50423041ea31fca3b86872ce280c511d5c7693cb602dc8f1aeebcd45 done [2025-06-23T05:15:46.947Z] #8 exporting manifest list sha256:a1fc3fbe190b6a27e3563ab7740b2f293e1e61aa5f04455bc3ffa4a4500e8774 done [2025-06-23T05:15:46.947Z] #8 pushing layers 0.0s done [2025-06-23T05:15:46.947Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:a1fc3fbe190b6a27e3563ab7740b2f293e1e61aa5f04455bc3ffa4a4500e8774 0.1s done [2025-06-23T05:15:46.947Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T05:15:46.947Z] #8 DONE 0.1s [2025-06-23T05:15:46.947Z] [2025-06-23T05:15:46.947Z] 1 warning found (use --debug to expand): [2025-06-23T05:15:46.947Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T05:15:47.242Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:main --push - [2025-06-23T05:15:47.242Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:main' [2025-06-23T05:15:47.242Z] #1 [internal] load build definition from Dockerfile [2025-06-23T05:15:47.242Z] #1 transferring dockerfile: 161B done [2025-06-23T05:15:47.242Z] #1 DONE 0.0s [2025-06-23T05:15:47.242Z] [2025-06-23T05:15:47.242Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main [2025-06-23T05:15:47.242Z] #2 DONE 0.0s [2025-06-23T05:15:47.242Z] [2025-06-23T05:15:47.242Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main [2025-06-23T05:15:47.242Z] #3 DONE 0.0s [2025-06-23T05:15:47.242Z] [2025-06-23T05:15:47.242Z] #4 [internal] load .dockerignore [2025-06-23T05:15:47.242Z] #4 transferring context: 2B done [2025-06-23T05:15:47.242Z] #4 DONE 0.0s [2025-06-23T05:15:47.242Z] [2025-06-23T05:15:47.242Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:114f0644c948d6d253e0c16d414de35a3be70606542d53d0c1ef9cb52106c2f2 [2025-06-23T05:15:47.242Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:114f0644c948d6d253e0c16d414de35a3be70606542d53d0c1ef9cb52106c2f2 done [2025-06-23T05:15:47.242Z] #5 CACHED [2025-06-23T05:15:47.242Z] [2025-06-23T05:15:47.242Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:114f0644c948d6d253e0c16d414de35a3be70606542d53d0c1ef9cb52106c2f2 [2025-06-23T05:15:47.242Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:114f0644c948d6d253e0c16d414de35a3be70606542d53d0c1ef9cb52106c2f2 0.0s done [2025-06-23T05:15:47.242Z] #6 CACHED [2025-06-23T05:15:47.242Z] [2025-06-23T05:15:47.242Z] #7 exporting to image [2025-06-23T05:15:47.242Z] #7 exporting layers done [2025-06-23T05:15:47.242Z] #7 exporting manifest sha256:4e6adb4c0259c1bce4bd0b807bc28804b74a18cb24554ab62d3380eba436765a done [2025-06-23T05:15:47.242Z] #7 exporting config sha256:c81d5c72bb5bd1e77b8fc7188a40a106c041a6f88c657f58f7f22a982e7da617 done [2025-06-23T05:15:47.242Z] #7 exporting manifest sha256:47e609a3cbf8128ab20d07e9bed481760ec11abda80989a7369dbbfdf6287fd1 done [2025-06-23T05:15:47.242Z] #7 exporting config sha256:b14ccede50423041ea31fca3b86872ce280c511d5c7693cb602dc8f1aeebcd45 done [2025-06-23T05:15:47.242Z] #7 exporting manifest list sha256:a1fc3fbe190b6a27e3563ab7740b2f293e1e61aa5f04455bc3ffa4a4500e8774 done [2025-06-23T05:15:47.242Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T05:15:47.501Z] #7 pushing layers 0.0s done [2025-06-23T05:15:47.501Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:a1fc3fbe190b6a27e3563ab7740b2f293e1e61aa5f04455bc3ffa4a4500e8774 0.1s done [2025-06-23T05:15:47.501Z] #7 DONE 0.1s [2025-06-23T05:15:47.501Z] [2025-06-23T05:15:47.501Z] #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T05:15:47.501Z] #8 DONE 0.0s [2025-06-23T05:15:47.501Z] [2025-06-23T05:15:47.501Z] 1 warning found (use --debug to expand): [2025-06-23T05:15:47.501Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T05:15:47.791Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6' [2025-06-23T05:15:47.791Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6 --push - [2025-06-23T05:15:47.791Z] #1 [internal] load build definition from Dockerfile [2025-06-23T05:15:47.791Z] #1 transferring dockerfile: 216B done [2025-06-23T05:15:47.791Z] #1 DONE 0.0s [2025-06-23T05:15:47.791Z] [2025-06-23T05:15:47.791Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:15:47.791Z] #2 DONE 0.0s [2025-06-23T05:15:47.791Z] [2025-06-23T05:15:47.791Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:15:47.791Z] #3 DONE 0.0s [2025-06-23T05:15:47.791Z] [2025-06-23T05:15:47.791Z] #4 [internal] load .dockerignore [2025-06-23T05:15:47.791Z] #4 transferring context: 2B done [2025-06-23T05:15:47.791Z] #4 DONE 0.0s [2025-06-23T05:15:47.791Z] [2025-06-23T05:15:47.791Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6@sha256:62a5814cd6d446036dc6671783b1b1ad42cc01de36b287cbe1b47b7f88260cdc [2025-06-23T05:15:47.791Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6@sha256:62a5814cd6d446036dc6671783b1b1ad42cc01de36b287cbe1b47b7f88260cdc 0.0s done [2025-06-23T05:15:47.791Z] #5 DONE 0.0s [2025-06-23T05:15:47.791Z] [2025-06-23T05:15:47.791Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6@sha256:62a5814cd6d446036dc6671783b1b1ad42cc01de36b287cbe1b47b7f88260cdc [2025-06-23T05:15:48.054Z] #6 DONE 0.0s [2025-06-23T05:15:48.054Z] [2025-06-23T05:15:48.054Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6@sha256:62a5814cd6d446036dc6671783b1b1ad42cc01de36b287cbe1b47b7f88260cdc [2025-06-23T05:15:48.054Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6@sha256:62a5814cd6d446036dc6671783b1b1ad42cc01de36b287cbe1b47b7f88260cdc 0.0s done [2025-06-23T05:15:48.054Z] #5 DONE 0.1s [2025-06-23T05:15:48.054Z] [2025-06-23T05:15:48.054Z] #7 exporting to image [2025-06-23T05:15:48.054Z] #7 exporting layers done [2025-06-23T05:15:48.054Z] #7 exporting manifest sha256:58892e9999a0f1d6fc2a9563532956f93f0020ebefec2165419caffc9a12e6d0 0.0s done [2025-06-23T05:15:48.054Z] #7 exporting config sha256:8b3136c37b47702576fdde9caae13a8ef72b95d304ed23fe95415a222a4c3b13 done [2025-06-23T05:15:48.054Z] #7 exporting manifest sha256:226a56940a6c483cb5f4f01e6b293334ba0d799d7a4528980ca0003d7715bc6c done [2025-06-23T05:15:48.054Z] #7 exporting config sha256:21fdd937df627aa5a9851c57f3c8196cfc065b318b384e6dd2d29ba40c5149f1 done [2025-06-23T05:15:48.054Z] #7 exporting manifest list sha256:dacd875e61adf695b6554e189d5e90c9f319459458ee8e1f2f7fe75485b697d9 0.0s done [2025-06-23T05:15:48.054Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T05:15:48.054Z] #7 ... [2025-06-23T05:15:48.054Z] [2025-06-23T05:15:48.054Z] #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T05:15:48.054Z] #8 DONE 0.0s [2025-06-23T05:15:48.054Z] [2025-06-23T05:15:48.054Z] #7 exporting to image [2025-06-23T05:15:48.054Z] #7 pushing layers 0.1s done [2025-06-23T05:15:48.054Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6@sha256:dacd875e61adf695b6554e189d5e90c9f319459458ee8e1f2f7fe75485b697d9 [2025-06-23T05:15:48.313Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6@sha256:dacd875e61adf695b6554e189d5e90c9f319459458ee8e1f2f7fe75485b697d9 0.1s done [2025-06-23T05:15:48.313Z] #7 DONE 0.3s [2025-06-23T05:15:48.313Z] [2025-06-23T05:15:48.313Z] 1 warning found (use --debug to expand): [2025-06-23T05:15:48.313Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T05:15:48.604Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest --push - [2025-06-23T05:15:48.605Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest' [2025-06-23T05:15:48.605Z] #1 [internal] load build definition from Dockerfile [2025-06-23T05:15:48.605Z] #1 transferring dockerfile: 182B done [2025-06-23T05:15:48.605Z] #1 DONE 0.0s [2025-06-23T05:15:48.605Z] [2025-06-23T05:15:48.605Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-06-23T05:15:48.605Z] #2 DONE 0.0s [2025-06-23T05:15:48.605Z] [2025-06-23T05:15:48.605Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-06-23T05:15:48.605Z] #3 DONE 0.0s [2025-06-23T05:15:48.605Z] [2025-06-23T05:15:48.605Z] #4 [internal] load .dockerignore [2025-06-23T05:15:48.605Z] #4 transferring context: 2B done [2025-06-23T05:15:48.605Z] #4 DONE 0.0s [2025-06-23T05:15:48.605Z] [2025-06-23T05:15:48.605Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:62a5814cd6d446036dc6671783b1b1ad42cc01de36b287cbe1b47b7f88260cdc [2025-06-23T05:15:48.605Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:62a5814cd6d446036dc6671783b1b1ad42cc01de36b287cbe1b47b7f88260cdc 0.0s done [2025-06-23T05:15:48.605Z] #5 DONE 0.0s [2025-06-23T05:15:48.605Z] [2025-06-23T05:15:48.605Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:62a5814cd6d446036dc6671783b1b1ad42cc01de36b287cbe1b47b7f88260cdc [2025-06-23T05:15:48.866Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:62a5814cd6d446036dc6671783b1b1ad42cc01de36b287cbe1b47b7f88260cdc 0.0s done [2025-06-23T05:15:48.866Z] #6 CACHED [2025-06-23T05:15:48.866Z] [2025-06-23T05:15:48.866Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:62a5814cd6d446036dc6671783b1b1ad42cc01de36b287cbe1b47b7f88260cdc [2025-06-23T05:15:48.866Z] #5 CACHED [2025-06-23T05:15:48.866Z] [2025-06-23T05:15:48.866Z] #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T05:15:48.866Z] #7 DONE 0.0s [2025-06-23T05:15:48.866Z] [2025-06-23T05:15:48.866Z] #8 exporting to image [2025-06-23T05:15:48.866Z] #8 exporting layers done [2025-06-23T05:15:48.866Z] #8 exporting manifest sha256:58892e9999a0f1d6fc2a9563532956f93f0020ebefec2165419caffc9a12e6d0 done [2025-06-23T05:15:48.866Z] #8 exporting config sha256:8b3136c37b47702576fdde9caae13a8ef72b95d304ed23fe95415a222a4c3b13 done [2025-06-23T05:15:48.866Z] #8 exporting manifest sha256:226a56940a6c483cb5f4f01e6b293334ba0d799d7a4528980ca0003d7715bc6c done [2025-06-23T05:15:48.866Z] #8 exporting config sha256:21fdd937df627aa5a9851c57f3c8196cfc065b318b384e6dd2d29ba40c5149f1 done [2025-06-23T05:15:48.866Z] #8 exporting manifest list sha256:dacd875e61adf695b6554e189d5e90c9f319459458ee8e1f2f7fe75485b697d9 done [2025-06-23T05:15:48.866Z] #8 pushing layers 0.0s done [2025-06-23T05:15:48.866Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:dacd875e61adf695b6554e189d5e90c9f319459458ee8e1f2f7fe75485b697d9 0.1s done [2025-06-23T05:15:48.866Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T05:15:48.866Z] #8 DONE 0.1s [2025-06-23T05:15:48.866Z] [2025-06-23T05:15:48.866Z] 1 warning found (use --debug to expand): [2025-06-23T05:15:48.866Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T05:15:49.156Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.26' [2025-06-23T05:15:49.156Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.26 --push - [2025-06-23T05:15:49.156Z] #1 [internal] load build definition from Dockerfile [2025-06-23T05:15:49.156Z] #1 transferring dockerfile: 188B done [2025-06-23T05:15:49.156Z] #1 DONE 0.0s [2025-06-23T05:15:49.156Z] [2025-06-23T05:15:49.156Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.26 [2025-06-23T05:15:49.156Z] #2 DONE 0.0s [2025-06-23T05:15:49.156Z] [2025-06-23T05:15:49.156Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.26 [2025-06-23T05:15:49.156Z] #3 DONE 0.0s [2025-06-23T05:15:49.156Z] [2025-06-23T05:15:49.156Z] #4 [internal] load .dockerignore [2025-06-23T05:15:49.156Z] #4 transferring context: 2B done [2025-06-23T05:15:49.156Z] #4 DONE 0.0s [2025-06-23T05:15:49.156Z] [2025-06-23T05:15:49.156Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.26@sha256:62a5814cd6d446036dc6671783b1b1ad42cc01de36b287cbe1b47b7f88260cdc [2025-06-23T05:15:49.156Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.26@sha256:62a5814cd6d446036dc6671783b1b1ad42cc01de36b287cbe1b47b7f88260cdc 0.0s done [2025-06-23T05:15:49.156Z] #5 CACHED [2025-06-23T05:15:49.156Z] [2025-06-23T05:15:49.156Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.26@sha256:62a5814cd6d446036dc6671783b1b1ad42cc01de36b287cbe1b47b7f88260cdc [2025-06-23T05:15:49.157Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.26@sha256:62a5814cd6d446036dc6671783b1b1ad42cc01de36b287cbe1b47b7f88260cdc 0.0s done [2025-06-23T05:15:49.157Z] #6 CACHED [2025-06-23T05:15:49.157Z] [2025-06-23T05:15:49.157Z] #7 exporting to image [2025-06-23T05:15:49.157Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T05:15:49.416Z] #7 exporting layers done [2025-06-23T05:15:49.416Z] #7 exporting manifest sha256:58892e9999a0f1d6fc2a9563532956f93f0020ebefec2165419caffc9a12e6d0 done [2025-06-23T05:15:49.416Z] #7 exporting config sha256:8b3136c37b47702576fdde9caae13a8ef72b95d304ed23fe95415a222a4c3b13 done [2025-06-23T05:15:49.416Z] #7 exporting manifest sha256:226a56940a6c483cb5f4f01e6b293334ba0d799d7a4528980ca0003d7715bc6c done [2025-06-23T05:15:49.416Z] #7 exporting config sha256:21fdd937df627aa5a9851c57f3c8196cfc065b318b384e6dd2d29ba40c5149f1 done [2025-06-23T05:15:49.416Z] #7 exporting manifest list sha256:dacd875e61adf695b6554e189d5e90c9f319459458ee8e1f2f7fe75485b697d9 done [2025-06-23T05:15:49.416Z] #7 pushing layers 0.0s done [2025-06-23T05:15:49.416Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.26@sha256:dacd875e61adf695b6554e189d5e90c9f319459458ee8e1f2f7fe75485b697d9 0.1s done [2025-06-23T05:15:49.416Z] #7 DONE 0.1s [2025-06-23T05:15:49.416Z] [2025-06-23T05:15:49.416Z] #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T05:15:49.416Z] #8 DONE 0.0s [2025-06-23T05:15:49.416Z] [2025-06-23T05:15:49.416Z] 1 warning found (use --debug to expand): [2025-06-23T05:15:49.416Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T05:15:49.724Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 --push - [2025-06-23T05:15:49.724Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26' [2025-06-23T05:15:49.724Z] #1 [internal] load build definition from Dockerfile [2025-06-23T05:15:49.724Z] #1 transferring dockerfile: 229B done [2025-06-23T05:15:49.724Z] #1 DONE 0.0s [2025-06-23T05:15:49.724Z] [2025-06-23T05:15:49.724Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:15:49.724Z] #2 DONE 0.0s [2025-06-23T05:15:49.724Z] [2025-06-23T05:15:49.724Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:15:49.724Z] #3 DONE 0.0s [2025-06-23T05:15:49.724Z] [2025-06-23T05:15:49.724Z] #4 [internal] load .dockerignore [2025-06-23T05:15:49.724Z] #4 transferring context: 2B done [2025-06-23T05:15:49.724Z] #4 DONE 0.0s [2025-06-23T05:15:49.724Z] [2025-06-23T05:15:49.724Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:62a5814cd6d446036dc6671783b1b1ad42cc01de36b287cbe1b47b7f88260cdc [2025-06-23T05:15:49.724Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:62a5814cd6d446036dc6671783b1b1ad42cc01de36b287cbe1b47b7f88260cdc 0.0s done [2025-06-23T05:15:49.724Z] #5 CACHED [2025-06-23T05:15:49.724Z] [2025-06-23T05:15:49.724Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:62a5814cd6d446036dc6671783b1b1ad42cc01de36b287cbe1b47b7f88260cdc [2025-06-23T05:15:49.724Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:62a5814cd6d446036dc6671783b1b1ad42cc01de36b287cbe1b47b7f88260cdc 0.0s done [2025-06-23T05:15:49.724Z] #6 DONE 0.0s [2025-06-23T05:15:49.984Z] [2025-06-23T05:15:49.984Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:62a5814cd6d446036dc6671783b1b1ad42cc01de36b287cbe1b47b7f88260cdc [2025-06-23T05:15:49.984Z] #6 CACHED [2025-06-23T05:15:49.984Z] [2025-06-23T05:15:49.984Z] #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T05:15:49.984Z] #7 DONE 0.0s [2025-06-23T05:15:49.984Z] [2025-06-23T05:15:49.984Z] #8 exporting to image [2025-06-23T05:15:49.984Z] #8 exporting layers done [2025-06-23T05:15:49.984Z] #8 exporting manifest sha256:58892e9999a0f1d6fc2a9563532956f93f0020ebefec2165419caffc9a12e6d0 done [2025-06-23T05:15:49.984Z] #8 exporting config sha256:8b3136c37b47702576fdde9caae13a8ef72b95d304ed23fe95415a222a4c3b13 done [2025-06-23T05:15:49.984Z] #8 exporting manifest sha256:226a56940a6c483cb5f4f01e6b293334ba0d799d7a4528980ca0003d7715bc6c done [2025-06-23T05:15:49.984Z] #8 exporting config sha256:21fdd937df627aa5a9851c57f3c8196cfc065b318b384e6dd2d29ba40c5149f1 done [2025-06-23T05:15:49.984Z] #8 exporting manifest list sha256:dacd875e61adf695b6554e189d5e90c9f319459458ee8e1f2f7fe75485b697d9 done [2025-06-23T05:15:49.984Z] #8 pushing layers 0.0s done [2025-06-23T05:15:49.984Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:dacd875e61adf695b6554e189d5e90c9f319459458ee8e1f2f7fe75485b697d9 0.1s done [2025-06-23T05:15:49.984Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T05:15:49.984Z] #8 DONE 0.1s [2025-06-23T05:15:49.984Z] [2025-06-23T05:15:49.984Z] 1 warning found (use --debug to expand): [2025-06-23T05:15:49.984Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T05:15:50.276Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main' [2025-06-23T05:15:50.276Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main --push - [2025-06-23T05:15:50.276Z] #1 [internal] load build definition from Dockerfile [2025-06-23T05:15:50.276Z] #1 transferring dockerfile: 180B done [2025-06-23T05:15:50.276Z] #1 DONE 0.0s [2025-06-23T05:15:50.276Z] [2025-06-23T05:15:50.276Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-06-23T05:15:50.276Z] #2 DONE 0.0s [2025-06-23T05:15:50.276Z] [2025-06-23T05:15:50.276Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-06-23T05:15:50.276Z] #3 DONE 0.0s [2025-06-23T05:15:50.276Z] [2025-06-23T05:15:50.276Z] #4 [internal] load .dockerignore [2025-06-23T05:15:50.276Z] #4 transferring context: 2B done [2025-06-23T05:15:50.276Z] #4 DONE 0.0s [2025-06-23T05:15:50.276Z] [2025-06-23T05:15:50.276Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:62a5814cd6d446036dc6671783b1b1ad42cc01de36b287cbe1b47b7f88260cdc [2025-06-23T05:15:50.276Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:62a5814cd6d446036dc6671783b1b1ad42cc01de36b287cbe1b47b7f88260cdc 0.0s done [2025-06-23T05:15:50.276Z] #5 DONE 0.0s [2025-06-23T05:15:50.276Z] [2025-06-23T05:15:50.276Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:62a5814cd6d446036dc6671783b1b1ad42cc01de36b287cbe1b47b7f88260cdc [2025-06-23T05:15:50.535Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:62a5814cd6d446036dc6671783b1b1ad42cc01de36b287cbe1b47b7f88260cdc 0.0s done [2025-06-23T05:15:50.535Z] #6 CACHED [2025-06-23T05:15:50.535Z] [2025-06-23T05:15:50.535Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:62a5814cd6d446036dc6671783b1b1ad42cc01de36b287cbe1b47b7f88260cdc [2025-06-23T05:15:50.535Z] #5 CACHED [2025-06-23T05:15:50.535Z] [2025-06-23T05:15:50.535Z] #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T05:15:50.535Z] #7 DONE 0.0s [2025-06-23T05:15:50.535Z] [2025-06-23T05:15:50.535Z] #8 exporting to image [2025-06-23T05:15:50.535Z] #8 exporting layers done [2025-06-23T05:15:50.535Z] #8 exporting manifest sha256:58892e9999a0f1d6fc2a9563532956f93f0020ebefec2165419caffc9a12e6d0 done [2025-06-23T05:15:50.535Z] #8 exporting config sha256:8b3136c37b47702576fdde9caae13a8ef72b95d304ed23fe95415a222a4c3b13 done [2025-06-23T05:15:50.535Z] #8 exporting manifest sha256:226a56940a6c483cb5f4f01e6b293334ba0d799d7a4528980ca0003d7715bc6c done [2025-06-23T05:15:50.535Z] #8 exporting config sha256:21fdd937df627aa5a9851c57f3c8196cfc065b318b384e6dd2d29ba40c5149f1 done [2025-06-23T05:15:50.535Z] #8 exporting manifest list sha256:dacd875e61adf695b6554e189d5e90c9f319459458ee8e1f2f7fe75485b697d9 done [2025-06-23T05:15:50.535Z] #8 pushing layers 0.0s done [2025-06-23T05:15:50.535Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:dacd875e61adf695b6554e189d5e90c9f319459458ee8e1f2f7fe75485b697d9 0.1s done [2025-06-23T05:15:50.535Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T05:15:50.535Z] #8 DONE 0.1s [2025-06-23T05:15:50.535Z] [2025-06-23T05:15:50.535Z] 1 warning found (use --debug to expand): [2025-06-23T05:15:50.535Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T05:15:50.824Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:92d5141f885416a010e7c9a103f0840019be69f6' [2025-06-23T05:15:50.824Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:92d5141f885416a010e7c9a103f0840019be69f6 --push - [2025-06-23T05:15:50.824Z] #1 [internal] load build definition from Dockerfile [2025-06-23T05:15:50.824Z] #1 transferring dockerfile: 194B done [2025-06-23T05:15:50.824Z] #1 DONE 0.0s [2025-06-23T05:15:50.824Z] [2025-06-23T05:15:50.824Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:15:50.824Z] #2 DONE 0.0s [2025-06-23T05:15:50.824Z] [2025-06-23T05:15:50.824Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:15:50.824Z] #3 DONE 0.0s [2025-06-23T05:15:50.824Z] [2025-06-23T05:15:50.824Z] #4 [internal] load .dockerignore [2025-06-23T05:15:50.824Z] #4 transferring context: 2B done [2025-06-23T05:15:50.824Z] #4 DONE 0.0s [2025-06-23T05:15:50.824Z] [2025-06-23T05:15:50.824Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:92d5141f885416a010e7c9a103f0840019be69f6@sha256:e1345cd074fbbb8a266c1009abda35d6ac54cdba0308aa8111a82f3a8917a6d7 [2025-06-23T05:15:51.082Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:92d5141f885416a010e7c9a103f0840019be69f6@sha256:e1345cd074fbbb8a266c1009abda35d6ac54cdba0308aa8111a82f3a8917a6d7 0.0s done [2025-06-23T05:15:51.082Z] #5 DONE 0.0s [2025-06-23T05:15:51.082Z] [2025-06-23T05:15:51.082Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:92d5141f885416a010e7c9a103f0840019be69f6@sha256:e1345cd074fbbb8a266c1009abda35d6ac54cdba0308aa8111a82f3a8917a6d7 [2025-06-23T05:15:51.082Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:92d5141f885416a010e7c9a103f0840019be69f6@sha256:e1345cd074fbbb8a266c1009abda35d6ac54cdba0308aa8111a82f3a8917a6d7 0.0s done [2025-06-23T05:15:51.082Z] #6 DONE 0.1s [2025-06-23T05:15:51.082Z] [2025-06-23T05:15:51.082Z] #7 exporting to image [2025-06-23T05:15:51.082Z] #7 exporting layers done [2025-06-23T05:15:51.082Z] #7 exporting manifest sha256:e089875f1c1cd0f8b1cc945fbc69048e25b4ccf9bed2c8455ff35eb5bc8d7e30 done [2025-06-23T05:15:51.082Z] #7 exporting config sha256:4f2460a964f55dd5650020b1d27e09cfde93d737426bbb7b193531bcebf54d81 0.0s done [2025-06-23T05:15:51.082Z] #7 exporting manifest sha256:87ceddbd539edecca4292bd3dd269a6c6f34cf5f6fb6682d921310f6d12ae70e done [2025-06-23T05:15:51.082Z] #7 exporting config sha256:466ba1e91099c2cb4edbd8c438295559c524d08f2a7f5c5f245ccc1e89d1f67a [2025-06-23T05:15:51.083Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T05:15:51.083Z] #7 ... [2025-06-23T05:15:51.083Z] [2025-06-23T05:15:51.083Z] #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T05:15:51.083Z] #8 DONE 0.0s [2025-06-23T05:15:51.083Z] [2025-06-23T05:15:51.083Z] #7 exporting to image [2025-06-23T05:15:51.083Z] #7 exporting config sha256:466ba1e91099c2cb4edbd8c438295559c524d08f2a7f5c5f245ccc1e89d1f67a done [2025-06-23T05:15:51.083Z] #7 exporting manifest list sha256:c9af6683503d05f79ee3729ddb95e960e4548ebc657dd4bc784cafd86a0b775b 0.0s done [2025-06-23T05:15:51.083Z] #7 pushing layers 0.1s done [2025-06-23T05:15:51.083Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:92d5141f885416a010e7c9a103f0840019be69f6@sha256:c9af6683503d05f79ee3729ddb95e960e4548ebc657dd4bc784cafd86a0b775b [2025-06-23T05:15:51.341Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:92d5141f885416a010e7c9a103f0840019be69f6@sha256:c9af6683503d05f79ee3729ddb95e960e4548ebc657dd4bc784cafd86a0b775b 0.1s done [2025-06-23T05:15:51.341Z] #7 DONE 0.2s [2025-06-23T05:15:51.341Z] [2025-06-23T05:15:51.341Z] 1 warning found (use --debug to expand): [2025-06-23T05:15:51.341Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T05:15:51.631Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:latest' [2025-06-23T05:15:51.631Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:latest --push - [2025-06-23T05:15:51.631Z] #1 [internal] load build definition from Dockerfile [2025-06-23T05:15:51.631Z] #1 transferring dockerfile: 160B done [2025-06-23T05:15:51.631Z] #1 DONE 0.0s [2025-06-23T05:15:51.631Z] [2025-06-23T05:15:51.631Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest [2025-06-23T05:15:51.631Z] #2 DONE 0.0s [2025-06-23T05:15:51.631Z] [2025-06-23T05:15:51.631Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest [2025-06-23T05:15:51.631Z] #3 DONE 0.0s [2025-06-23T05:15:51.631Z] [2025-06-23T05:15:51.631Z] #4 [internal] load .dockerignore [2025-06-23T05:15:51.631Z] #4 transferring context: 2B done [2025-06-23T05:15:51.631Z] #4 DONE 0.0s [2025-06-23T05:15:51.631Z] [2025-06-23T05:15:51.631Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:e1345cd074fbbb8a266c1009abda35d6ac54cdba0308aa8111a82f3a8917a6d7 [2025-06-23T05:15:51.631Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:e1345cd074fbbb8a266c1009abda35d6ac54cdba0308aa8111a82f3a8917a6d7 0.0s done [2025-06-23T05:15:51.631Z] #5 DONE 0.0s [2025-06-23T05:15:51.631Z] [2025-06-23T05:15:51.631Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:e1345cd074fbbb8a266c1009abda35d6ac54cdba0308aa8111a82f3a8917a6d7 [2025-06-23T05:15:51.891Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:e1345cd074fbbb8a266c1009abda35d6ac54cdba0308aa8111a82f3a8917a6d7 0.0s done [2025-06-23T05:15:51.891Z] #6 CACHED [2025-06-23T05:15:51.891Z] [2025-06-23T05:15:51.891Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:e1345cd074fbbb8a266c1009abda35d6ac54cdba0308aa8111a82f3a8917a6d7 [2025-06-23T05:15:51.891Z] #5 CACHED [2025-06-23T05:15:51.891Z] [2025-06-23T05:15:51.891Z] #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T05:15:51.891Z] #7 DONE 0.0s [2025-06-23T05:15:51.891Z] [2025-06-23T05:15:51.891Z] #8 exporting to image [2025-06-23T05:15:51.891Z] #8 exporting layers done [2025-06-23T05:15:51.891Z] #8 exporting manifest sha256:e089875f1c1cd0f8b1cc945fbc69048e25b4ccf9bed2c8455ff35eb5bc8d7e30 done [2025-06-23T05:15:51.891Z] #8 exporting config sha256:4f2460a964f55dd5650020b1d27e09cfde93d737426bbb7b193531bcebf54d81 done [2025-06-23T05:15:51.891Z] #8 exporting manifest sha256:87ceddbd539edecca4292bd3dd269a6c6f34cf5f6fb6682d921310f6d12ae70e done [2025-06-23T05:15:51.891Z] #8 exporting config sha256:466ba1e91099c2cb4edbd8c438295559c524d08f2a7f5c5f245ccc1e89d1f67a done [2025-06-23T05:15:51.891Z] #8 exporting manifest list sha256:c9af6683503d05f79ee3729ddb95e960e4548ebc657dd4bc784cafd86a0b775b done [2025-06-23T05:15:51.891Z] #8 pushing layers 0.0s done [2025-06-23T05:15:51.891Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:latest@sha256:c9af6683503d05f79ee3729ddb95e960e4548ebc657dd4bc784cafd86a0b775b 0.1s done [2025-06-23T05:15:51.891Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T05:15:51.891Z] #8 DONE 0.1s [2025-06-23T05:15:51.891Z] [2025-06-23T05:15:51.891Z] 1 warning found (use --debug to expand): [2025-06-23T05:15:51.891Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T05:15:52.182Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.26' [2025-06-23T05:15:52.182Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.26 --push - [2025-06-23T05:15:52.182Z] #1 [internal] load build definition from Dockerfile [2025-06-23T05:15:52.182Z] #1 transferring dockerfile: 166B done [2025-06-23T05:15:52.182Z] #1 DONE 0.0s [2025-06-23T05:15:52.182Z] [2025-06-23T05:15:52.182Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.26 [2025-06-23T05:15:52.182Z] #2 DONE 0.0s [2025-06-23T05:15:52.182Z] [2025-06-23T05:15:52.182Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.26 [2025-06-23T05:15:52.182Z] #3 DONE 0.0s [2025-06-23T05:15:52.182Z] [2025-06-23T05:15:52.182Z] #4 [internal] load .dockerignore [2025-06-23T05:15:52.182Z] #4 transferring context: 2B done [2025-06-23T05:15:52.182Z] #4 DONE 0.0s [2025-06-23T05:15:52.182Z] [2025-06-23T05:15:52.182Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.26@sha256:e1345cd074fbbb8a266c1009abda35d6ac54cdba0308aa8111a82f3a8917a6d7 [2025-06-23T05:15:52.182Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.26@sha256:e1345cd074fbbb8a266c1009abda35d6ac54cdba0308aa8111a82f3a8917a6d7 0.0s done [2025-06-23T05:15:52.182Z] #5 DONE 0.0s [2025-06-23T05:15:52.182Z] [2025-06-23T05:15:52.182Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.26@sha256:e1345cd074fbbb8a266c1009abda35d6ac54cdba0308aa8111a82f3a8917a6d7 [2025-06-23T05:15:52.447Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.26@sha256:e1345cd074fbbb8a266c1009abda35d6ac54cdba0308aa8111a82f3a8917a6d7 0.0s done [2025-06-23T05:15:52.447Z] #6 CACHED [2025-06-23T05:15:52.447Z] [2025-06-23T05:15:52.447Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.26@sha256:e1345cd074fbbb8a266c1009abda35d6ac54cdba0308aa8111a82f3a8917a6d7 [2025-06-23T05:15:52.447Z] #5 CACHED [2025-06-23T05:15:52.447Z] [2025-06-23T05:15:52.447Z] #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T05:15:52.447Z] #7 DONE 0.0s [2025-06-23T05:15:52.447Z] [2025-06-23T05:15:52.447Z] #8 exporting to image [2025-06-23T05:15:52.447Z] #8 exporting layers done [2025-06-23T05:15:52.447Z] #8 exporting manifest sha256:e089875f1c1cd0f8b1cc945fbc69048e25b4ccf9bed2c8455ff35eb5bc8d7e30 done [2025-06-23T05:15:52.447Z] #8 exporting config sha256:4f2460a964f55dd5650020b1d27e09cfde93d737426bbb7b193531bcebf54d81 done [2025-06-23T05:15:52.448Z] #8 exporting manifest sha256:87ceddbd539edecca4292bd3dd269a6c6f34cf5f6fb6682d921310f6d12ae70e done [2025-06-23T05:15:52.448Z] #8 exporting config sha256:466ba1e91099c2cb4edbd8c438295559c524d08f2a7f5c5f245ccc1e89d1f67a done [2025-06-23T05:15:52.448Z] #8 exporting manifest list sha256:c9af6683503d05f79ee3729ddb95e960e4548ebc657dd4bc784cafd86a0b775b done [2025-06-23T05:15:52.448Z] #8 pushing layers 0.0s done [2025-06-23T05:15:52.448Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.26@sha256:c9af6683503d05f79ee3729ddb95e960e4548ebc657dd4bc784cafd86a0b775b 0.1s done [2025-06-23T05:15:52.448Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T05:15:52.448Z] #8 DONE 0.1s [2025-06-23T05:15:52.448Z] [2025-06-23T05:15:52.448Z] 1 warning found (use --debug to expand): [2025-06-23T05:15:52.448Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T05:15:52.735Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26' [2025-06-23T05:15:52.735Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 --push - [2025-06-23T05:15:52.735Z] #1 [internal] load build definition from Dockerfile [2025-06-23T05:15:52.735Z] #1 transferring dockerfile: 207B done [2025-06-23T05:15:52.735Z] #1 DONE 0.0s [2025-06-23T05:15:52.735Z] [2025-06-23T05:15:52.735Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:15:52.735Z] #2 DONE 0.0s [2025-06-23T05:15:52.735Z] [2025-06-23T05:15:52.735Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:15:52.735Z] #3 DONE 0.0s [2025-06-23T05:15:52.735Z] [2025-06-23T05:15:52.735Z] #4 [internal] load .dockerignore [2025-06-23T05:15:52.735Z] #4 transferring context: 2B done [2025-06-23T05:15:52.735Z] #4 DONE 0.0s [2025-06-23T05:15:52.735Z] [2025-06-23T05:15:52.735Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:e1345cd074fbbb8a266c1009abda35d6ac54cdba0308aa8111a82f3a8917a6d7 [2025-06-23T05:15:52.735Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:e1345cd074fbbb8a266c1009abda35d6ac54cdba0308aa8111a82f3a8917a6d7 0.0s done [2025-06-23T05:15:52.735Z] #5 CACHED [2025-06-23T05:15:52.735Z] [2025-06-23T05:15:52.735Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:e1345cd074fbbb8a266c1009abda35d6ac54cdba0308aa8111a82f3a8917a6d7 [2025-06-23T05:15:52.735Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:e1345cd074fbbb8a266c1009abda35d6ac54cdba0308aa8111a82f3a8917a6d7 0.0s done [2025-06-23T05:15:52.735Z] #6 CACHED [2025-06-23T05:15:52.735Z] [2025-06-23T05:15:52.735Z] #7 exporting to image [2025-06-23T05:15:52.735Z] #7 exporting layers [2025-06-23T05:15:52.735Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T05:15:52.995Z] #7 exporting layers done [2025-06-23T05:15:52.995Z] #7 exporting manifest sha256:e089875f1c1cd0f8b1cc945fbc69048e25b4ccf9bed2c8455ff35eb5bc8d7e30 done [2025-06-23T05:15:52.995Z] #7 exporting config sha256:4f2460a964f55dd5650020b1d27e09cfde93d737426bbb7b193531bcebf54d81 done [2025-06-23T05:15:52.995Z] #7 exporting manifest sha256:87ceddbd539edecca4292bd3dd269a6c6f34cf5f6fb6682d921310f6d12ae70e done [2025-06-23T05:15:52.995Z] #7 exporting config sha256:466ba1e91099c2cb4edbd8c438295559c524d08f2a7f5c5f245ccc1e89d1f67a done [2025-06-23T05:15:52.995Z] #7 exporting manifest list sha256:c9af6683503d05f79ee3729ddb95e960e4548ebc657dd4bc784cafd86a0b775b done [2025-06-23T05:15:52.995Z] #7 pushing layers 0.0s done [2025-06-23T05:15:52.995Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:c9af6683503d05f79ee3729ddb95e960e4548ebc657dd4bc784cafd86a0b775b 0.1s done [2025-06-23T05:15:52.995Z] #7 DONE 0.1s [2025-06-23T05:15:52.995Z] [2025-06-23T05:15:52.995Z] #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T05:15:52.995Z] #8 DONE 0.0s [2025-06-23T05:15:52.995Z] [2025-06-23T05:15:52.995Z] 1 warning found (use --debug to expand): [2025-06-23T05:15:52.995Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T05:15:53.282Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:main' [2025-06-23T05:15:53.282Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:main --push - [2025-06-23T05:15:53.282Z] #1 [internal] load build definition from Dockerfile [2025-06-23T05:15:53.282Z] #1 transferring dockerfile: 158B done [2025-06-23T05:15:53.282Z] #1 DONE 0.0s [2025-06-23T05:15:53.282Z] [2025-06-23T05:15:53.282Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main [2025-06-23T05:15:53.282Z] #2 DONE 0.0s [2025-06-23T05:15:53.282Z] [2025-06-23T05:15:53.282Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main [2025-06-23T05:15:53.282Z] #3 DONE 0.0s [2025-06-23T05:15:53.282Z] [2025-06-23T05:15:53.282Z] #4 [internal] load .dockerignore [2025-06-23T05:15:53.282Z] #4 transferring context: 2B done [2025-06-23T05:15:53.282Z] #4 DONE 0.0s [2025-06-23T05:15:53.282Z] [2025-06-23T05:15:53.282Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:e1345cd074fbbb8a266c1009abda35d6ac54cdba0308aa8111a82f3a8917a6d7 [2025-06-23T05:15:53.282Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:e1345cd074fbbb8a266c1009abda35d6ac54cdba0308aa8111a82f3a8917a6d7 0.0s done [2025-06-23T05:15:53.282Z] #5 DONE 0.0s [2025-06-23T05:15:53.282Z] [2025-06-23T05:15:53.282Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:e1345cd074fbbb8a266c1009abda35d6ac54cdba0308aa8111a82f3a8917a6d7 [2025-06-23T05:15:53.661Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:e1345cd074fbbb8a266c1009abda35d6ac54cdba0308aa8111a82f3a8917a6d7 0.0s done [2025-06-23T05:15:53.661Z] #6 CACHED [2025-06-23T05:15:53.661Z] [2025-06-23T05:15:53.661Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:e1345cd074fbbb8a266c1009abda35d6ac54cdba0308aa8111a82f3a8917a6d7 [2025-06-23T05:15:53.661Z] #5 CACHED [2025-06-23T05:15:53.661Z] [2025-06-23T05:15:53.661Z] #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T05:15:53.661Z] #7 DONE 0.0s [2025-06-23T05:15:53.661Z] [2025-06-23T05:15:53.661Z] #8 exporting to image [2025-06-23T05:15:53.661Z] #8 exporting layers done [2025-06-23T05:15:53.661Z] #8 exporting manifest sha256:e089875f1c1cd0f8b1cc945fbc69048e25b4ccf9bed2c8455ff35eb5bc8d7e30 done [2025-06-23T05:15:53.661Z] #8 exporting config sha256:4f2460a964f55dd5650020b1d27e09cfde93d737426bbb7b193531bcebf54d81 done [2025-06-23T05:15:53.661Z] #8 exporting manifest sha256:87ceddbd539edecca4292bd3dd269a6c6f34cf5f6fb6682d921310f6d12ae70e done [2025-06-23T05:15:53.661Z] #8 exporting config sha256:466ba1e91099c2cb4edbd8c438295559c524d08f2a7f5c5f245ccc1e89d1f67a done [2025-06-23T05:15:53.661Z] #8 exporting manifest list sha256:c9af6683503d05f79ee3729ddb95e960e4548ebc657dd4bc784cafd86a0b775b done [2025-06-23T05:15:53.661Z] #8 pushing layers 0.0s done [2025-06-23T05:15:53.661Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:c9af6683503d05f79ee3729ddb95e960e4548ebc657dd4bc784cafd86a0b775b 0.1s done [2025-06-23T05:15:53.661Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T05:15:53.661Z] #8 DONE 0.1s [2025-06-23T05:15:53.661Z] [2025-06-23T05:15:53.661Z] 1 warning found (use --debug to expand): [2025-06-23T05:15:53.661Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T05:15:55.111Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:92d5141f885416a010e7c9a103f0840019be69f6' [2025-06-23T05:15:55.111Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:92d5141f885416a010e7c9a103f0840019be69f6 --push - [2025-06-23T05:15:55.111Z] #1 [internal] load build definition from Dockerfile [2025-06-23T05:15:55.111Z] #1 transferring dockerfile: 196B done [2025-06-23T05:15:55.111Z] #1 DONE 0.0s [2025-06-23T05:15:55.111Z] [2025-06-23T05:15:55.111Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:15:55.111Z] #2 DONE 0.6s [2025-06-23T05:15:55.111Z] [2025-06-23T05:15:55.111Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:15:55.111Z] #3 DONE 0.6s [2025-06-23T05:15:55.111Z] [2025-06-23T05:15:55.111Z] #4 [internal] load .dockerignore [2025-06-23T05:15:55.111Z] #4 transferring context: 2B done [2025-06-23T05:15:55.111Z] #4 DONE 0.0s [2025-06-23T05:15:55.111Z] [2025-06-23T05:15:55.111Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:92d5141f885416a010e7c9a103f0840019be69f6@sha256:15054a3309ea77dd0254f167c155e3ccfb40847a9be1bd75728bcc20f99072e1 [2025-06-23T05:15:55.111Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:92d5141f885416a010e7c9a103f0840019be69f6@sha256:15054a3309ea77dd0254f167c155e3ccfb40847a9be1bd75728bcc20f99072e1 done [2025-06-23T05:15:55.111Z] #5 DONE 0.0s [2025-06-23T05:15:55.111Z] [2025-06-23T05:15:55.111Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:92d5141f885416a010e7c9a103f0840019be69f6@sha256:15054a3309ea77dd0254f167c155e3ccfb40847a9be1bd75728bcc20f99072e1 [2025-06-23T05:15:55.111Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:92d5141f885416a010e7c9a103f0840019be69f6@sha256:15054a3309ea77dd0254f167c155e3ccfb40847a9be1bd75728bcc20f99072e1 done [2025-06-23T05:15:55.111Z] #6 DONE 0.1s [2025-06-23T05:15:55.372Z] [2025-06-23T05:15:55.372Z] #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T05:15:55.372Z] #7 DONE 0.0s [2025-06-23T05:15:55.372Z] [2025-06-23T05:15:55.372Z] #8 exporting to image [2025-06-23T05:15:55.372Z] #8 exporting layers done [2025-06-23T05:15:55.372Z] #8 exporting manifest sha256:2fd16ad3653c66cbea4c36aec49d12d901ab95b29f7ded5847ff6ebd912a2f43 done [2025-06-23T05:15:55.372Z] #8 exporting config sha256:4586fc44617c86ff34ba6af4d8f76b28334085764dba2948d3e7e1884be6313c done [2025-06-23T05:15:55.372Z] #8 exporting manifest sha256:138177dce9fb687e68678a1d8d8e41446d4d3e8922cac94df6207baf93af07c8 done [2025-06-23T05:15:55.372Z] #8 exporting config sha256:541db79c8a25d1bad4ee00046a83e3da50a0a870beb45e3919a864742f1af8ea done [2025-06-23T05:15:55.372Z] #8 exporting manifest list sha256:8ed102afd150fe559a0b356291b2b8cd3c670c70dc79b25fe526cfef61bc81f3 0.0s done [2025-06-23T05:15:55.372Z] #8 pushing layers 0.1s done [2025-06-23T05:15:55.372Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:92d5141f885416a010e7c9a103f0840019be69f6@sha256:8ed102afd150fe559a0b356291b2b8cd3c670c70dc79b25fe526cfef61bc81f3 [2025-06-23T05:15:55.372Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T05:15:55.372Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:92d5141f885416a010e7c9a103f0840019be69f6@sha256:8ed102afd150fe559a0b356291b2b8cd3c670c70dc79b25fe526cfef61bc81f3 0.1s done [2025-06-23T05:15:55.372Z] #8 DONE 0.2s [2025-06-23T05:15:55.372Z] [2025-06-23T05:15:55.372Z] 1 warning found (use --debug to expand): [2025-06-23T05:15:55.372Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T05:15:55.662Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:latest' [2025-06-23T05:15:55.662Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:latest --push - [2025-06-23T05:15:55.662Z] #1 [internal] load build definition from Dockerfile [2025-06-23T05:15:55.662Z] #1 transferring dockerfile: 162B done [2025-06-23T05:15:55.662Z] #1 DONE 0.0s [2025-06-23T05:15:55.662Z] [2025-06-23T05:15:55.662Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-06-23T05:15:55.662Z] #2 DONE 0.0s [2025-06-23T05:15:55.662Z] [2025-06-23T05:15:55.662Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-06-23T05:15:55.662Z] #3 DONE 0.0s [2025-06-23T05:15:55.662Z] [2025-06-23T05:15:55.662Z] #4 [internal] load .dockerignore [2025-06-23T05:15:55.662Z] #4 transferring context: 2B done [2025-06-23T05:15:55.662Z] #4 DONE 0.0s [2025-06-23T05:15:55.662Z] [2025-06-23T05:15:55.662Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:15054a3309ea77dd0254f167c155e3ccfb40847a9be1bd75728bcc20f99072e1 [2025-06-23T05:15:55.662Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:15054a3309ea77dd0254f167c155e3ccfb40847a9be1bd75728bcc20f99072e1 done [2025-06-23T05:15:55.662Z] #5 CACHED [2025-06-23T05:15:55.662Z] [2025-06-23T05:15:55.662Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:15054a3309ea77dd0254f167c155e3ccfb40847a9be1bd75728bcc20f99072e1 [2025-06-23T05:15:55.662Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:15054a3309ea77dd0254f167c155e3ccfb40847a9be1bd75728bcc20f99072e1 0.0s done [2025-06-23T05:15:55.662Z] #6 CACHED [2025-06-23T05:15:55.662Z] [2025-06-23T05:15:55.662Z] #7 exporting to image [2025-06-23T05:15:55.662Z] #7 exporting layers done [2025-06-23T05:15:55.662Z] #7 exporting manifest sha256:2fd16ad3653c66cbea4c36aec49d12d901ab95b29f7ded5847ff6ebd912a2f43 done [2025-06-23T05:15:55.662Z] #7 exporting config sha256:4586fc44617c86ff34ba6af4d8f76b28334085764dba2948d3e7e1884be6313c done [2025-06-23T05:15:55.662Z] #7 exporting manifest sha256:138177dce9fb687e68678a1d8d8e41446d4d3e8922cac94df6207baf93af07c8 done [2025-06-23T05:15:55.662Z] #7 exporting config sha256:541db79c8a25d1bad4ee00046a83e3da50a0a870beb45e3919a864742f1af8ea done [2025-06-23T05:15:55.662Z] #7 exporting manifest list sha256:8ed102afd150fe559a0b356291b2b8cd3c670c70dc79b25fe526cfef61bc81f3 done [2025-06-23T05:15:55.662Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T05:15:55.919Z] #7 pushing layers 0.0s done [2025-06-23T05:15:55.919Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:8ed102afd150fe559a0b356291b2b8cd3c670c70dc79b25fe526cfef61bc81f3 0.1s done [2025-06-23T05:15:55.919Z] #7 DONE 0.1s [2025-06-23T05:15:55.919Z] [2025-06-23T05:15:55.919Z] #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T05:15:55.919Z] #8 DONE 0.0s [2025-06-23T05:15:55.919Z] [2025-06-23T05:15:55.919Z] 1 warning found (use --debug to expand): [2025-06-23T05:15:55.919Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T05:15:56.206Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.26 --push - [2025-06-23T05:15:56.206Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.26' [2025-06-23T05:15:56.206Z] #1 [internal] load build definition from Dockerfile [2025-06-23T05:15:56.206Z] #1 transferring dockerfile: 168B done [2025-06-23T05:15:56.206Z] #1 DONE 0.0s [2025-06-23T05:15:56.206Z] [2025-06-23T05:15:56.206Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.26 [2025-06-23T05:15:56.206Z] #2 DONE 0.0s [2025-06-23T05:15:56.206Z] [2025-06-23T05:15:56.206Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.26 [2025-06-23T05:15:56.206Z] #3 DONE 0.0s [2025-06-23T05:15:56.206Z] [2025-06-23T05:15:56.206Z] #4 [internal] load .dockerignore [2025-06-23T05:15:56.206Z] #4 transferring context: 2B done [2025-06-23T05:15:56.206Z] #4 DONE 0.0s [2025-06-23T05:15:56.206Z] [2025-06-23T05:15:56.206Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.26@sha256:15054a3309ea77dd0254f167c155e3ccfb40847a9be1bd75728bcc20f99072e1 [2025-06-23T05:15:56.206Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.26@sha256:15054a3309ea77dd0254f167c155e3ccfb40847a9be1bd75728bcc20f99072e1 done [2025-06-23T05:15:56.206Z] #5 CACHED [2025-06-23T05:15:56.206Z] [2025-06-23T05:15:56.206Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.26@sha256:15054a3309ea77dd0254f167c155e3ccfb40847a9be1bd75728bcc20f99072e1 [2025-06-23T05:15:56.206Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.26@sha256:15054a3309ea77dd0254f167c155e3ccfb40847a9be1bd75728bcc20f99072e1 done [2025-06-23T05:15:56.206Z] #6 CACHED [2025-06-23T05:15:56.206Z] [2025-06-23T05:15:56.206Z] #7 exporting to image [2025-06-23T05:15:56.206Z] #7 exporting layers done [2025-06-23T05:15:56.206Z] #7 exporting manifest sha256:2fd16ad3653c66cbea4c36aec49d12d901ab95b29f7ded5847ff6ebd912a2f43 done [2025-06-23T05:15:56.206Z] #7 exporting config sha256:4586fc44617c86ff34ba6af4d8f76b28334085764dba2948d3e7e1884be6313c done [2025-06-23T05:15:56.206Z] #7 exporting manifest sha256:138177dce9fb687e68678a1d8d8e41446d4d3e8922cac94df6207baf93af07c8 done [2025-06-23T05:15:56.206Z] #7 exporting config sha256:541db79c8a25d1bad4ee00046a83e3da50a0a870beb45e3919a864742f1af8ea done [2025-06-23T05:15:56.206Z] #7 exporting manifest list sha256:8ed102afd150fe559a0b356291b2b8cd3c670c70dc79b25fe526cfef61bc81f3 done [2025-06-23T05:15:56.206Z] #7 pushing layers 0.0s done [2025-06-23T05:15:56.206Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.26@sha256:8ed102afd150fe559a0b356291b2b8cd3c670c70dc79b25fe526cfef61bc81f3 [2025-06-23T05:15:56.206Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T05:15:56.465Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.26@sha256:8ed102afd150fe559a0b356291b2b8cd3c670c70dc79b25fe526cfef61bc81f3 0.1s done [2025-06-23T05:15:56.465Z] #7 DONE 0.1s [2025-06-23T05:15:56.465Z] [2025-06-23T05:15:56.465Z] #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T05:15:56.465Z] #8 DONE 0.0s [2025-06-23T05:15:56.465Z] [2025-06-23T05:15:56.465Z] 1 warning found (use --debug to expand): [2025-06-23T05:15:56.465Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T05:15:56.764Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 --push - [2025-06-23T05:15:56.764Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26' [2025-06-23T05:15:58.241Z] #1 [internal] load build definition from Dockerfile [2025-06-23T05:15:58.241Z] #1 transferring dockerfile: 209B done [2025-06-23T05:15:58.241Z] #1 DONE 0.0s [2025-06-23T05:15:58.241Z] [2025-06-23T05:15:58.241Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:15:58.241Z] #2 DONE 0.0s [2025-06-23T05:15:58.241Z] [2025-06-23T05:15:58.241Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:15:58.241Z] #3 DONE 0.0s [2025-06-23T05:15:58.241Z] [2025-06-23T05:15:58.241Z] #4 [internal] load .dockerignore [2025-06-23T05:15:58.241Z] #4 transferring context: 2B done [2025-06-23T05:15:58.241Z] #4 DONE 0.0s [2025-06-23T05:15:58.241Z] [2025-06-23T05:15:58.241Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:15054a3309ea77dd0254f167c155e3ccfb40847a9be1bd75728bcc20f99072e1 [2025-06-23T05:15:58.241Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:15054a3309ea77dd0254f167c155e3ccfb40847a9be1bd75728bcc20f99072e1 done [2025-06-23T05:15:58.241Z] #5 CACHED [2025-06-23T05:15:58.241Z] [2025-06-23T05:15:58.241Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:15054a3309ea77dd0254f167c155e3ccfb40847a9be1bd75728bcc20f99072e1 [2025-06-23T05:15:58.241Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:15054a3309ea77dd0254f167c155e3ccfb40847a9be1bd75728bcc20f99072e1 done [2025-06-23T05:15:58.241Z] #6 CACHED [2025-06-23T05:15:58.241Z] [2025-06-23T05:15:58.241Z] #7 exporting to image [2025-06-23T05:15:58.241Z] #7 exporting layers done [2025-06-23T05:15:58.241Z] #7 exporting manifest sha256:2fd16ad3653c66cbea4c36aec49d12d901ab95b29f7ded5847ff6ebd912a2f43 done [2025-06-23T05:15:58.241Z] #7 exporting config sha256:4586fc44617c86ff34ba6af4d8f76b28334085764dba2948d3e7e1884be6313c done [2025-06-23T05:15:58.241Z] #7 exporting manifest sha256:138177dce9fb687e68678a1d8d8e41446d4d3e8922cac94df6207baf93af07c8 done [2025-06-23T05:15:58.241Z] #7 exporting config sha256:541db79c8a25d1bad4ee00046a83e3da50a0a870beb45e3919a864742f1af8ea done [2025-06-23T05:15:58.241Z] #7 exporting manifest list sha256:8ed102afd150fe559a0b356291b2b8cd3c670c70dc79b25fe526cfef61bc81f3 done [2025-06-23T05:15:58.241Z] #7 pushing layers 0.0s done [2025-06-23T05:15:58.241Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:8ed102afd150fe559a0b356291b2b8cd3c670c70dc79b25fe526cfef61bc81f3 [2025-06-23T05:15:58.241Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T05:15:58.241Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:8ed102afd150fe559a0b356291b2b8cd3c670c70dc79b25fe526cfef61bc81f3 0.1s done [2025-06-23T05:15:58.241Z] #7 DONE 0.1s [2025-06-23T05:15:58.241Z] [2025-06-23T05:15:58.241Z] #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T05:15:58.241Z] #8 DONE 0.0s [2025-06-23T05:15:58.241Z] [2025-06-23T05:15:58.241Z] 1 warning found (use --debug to expand): [2025-06-23T05:15:58.241Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T05:15:58.532Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:main --push - [2025-06-23T05:15:58.532Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:main' [2025-06-23T05:15:58.532Z] #1 [internal] load build definition from Dockerfile [2025-06-23T05:15:58.532Z] #1 transferring dockerfile: 160B done [2025-06-23T05:15:58.532Z] #1 DONE 0.0s [2025-06-23T05:15:58.532Z] [2025-06-23T05:15:58.532Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main [2025-06-23T05:15:58.533Z] #2 DONE 0.0s [2025-06-23T05:15:58.533Z] [2025-06-23T05:15:58.533Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main [2025-06-23T05:15:58.533Z] #3 DONE 0.0s [2025-06-23T05:15:58.533Z] [2025-06-23T05:15:58.533Z] #4 [internal] load .dockerignore [2025-06-23T05:15:58.533Z] #4 transferring context: 2B done [2025-06-23T05:15:58.533Z] #4 DONE 0.0s [2025-06-23T05:15:58.533Z] [2025-06-23T05:15:58.533Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:15054a3309ea77dd0254f167c155e3ccfb40847a9be1bd75728bcc20f99072e1 [2025-06-23T05:15:58.533Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:15054a3309ea77dd0254f167c155e3ccfb40847a9be1bd75728bcc20f99072e1 done [2025-06-23T05:15:58.533Z] #5 CACHED [2025-06-23T05:15:58.533Z] [2025-06-23T05:15:58.533Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:15054a3309ea77dd0254f167c155e3ccfb40847a9be1bd75728bcc20f99072e1 [2025-06-23T05:15:58.533Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:15054a3309ea77dd0254f167c155e3ccfb40847a9be1bd75728bcc20f99072e1 0.0s done [2025-06-23T05:15:58.533Z] #6 CACHED [2025-06-23T05:15:58.533Z] [2025-06-23T05:15:58.533Z] #7 exporting to image [2025-06-23T05:15:58.533Z] #7 exporting layers done [2025-06-23T05:15:58.533Z] #7 exporting manifest sha256:2fd16ad3653c66cbea4c36aec49d12d901ab95b29f7ded5847ff6ebd912a2f43 [2025-06-23T05:15:58.533Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T05:15:58.805Z] #7 exporting manifest sha256:2fd16ad3653c66cbea4c36aec49d12d901ab95b29f7ded5847ff6ebd912a2f43 done [2025-06-23T05:15:58.805Z] #7 exporting config sha256:4586fc44617c86ff34ba6af4d8f76b28334085764dba2948d3e7e1884be6313c done [2025-06-23T05:15:58.805Z] #7 exporting manifest sha256:138177dce9fb687e68678a1d8d8e41446d4d3e8922cac94df6207baf93af07c8 done [2025-06-23T05:15:58.805Z] #7 exporting config sha256:541db79c8a25d1bad4ee00046a83e3da50a0a870beb45e3919a864742f1af8ea done [2025-06-23T05:15:58.805Z] #7 exporting manifest list sha256:8ed102afd150fe559a0b356291b2b8cd3c670c70dc79b25fe526cfef61bc81f3 done [2025-06-23T05:15:58.805Z] #7 pushing layers 0.0s done [2025-06-23T05:15:58.805Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:8ed102afd150fe559a0b356291b2b8cd3c670c70dc79b25fe526cfef61bc81f3 0.1s done [2025-06-23T05:15:58.805Z] #7 DONE 0.1s [2025-06-23T05:15:58.805Z] [2025-06-23T05:15:58.805Z] #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T05:15:58.805Z] #8 DONE 0.0s [2025-06-23T05:15:58.805Z] [2025-06-23T05:15:58.805Z] 1 warning found (use --debug to expand): [2025-06-23T05:15:58.805Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T05:15:59.125Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:92d5141f885416a010e7c9a103f0840019be69f6 --push - [2025-06-23T05:15:59.125Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:92d5141f885416a010e7c9a103f0840019be69f6' [2025-06-23T05:15:59.125Z] #1 [internal] load build definition from Dockerfile [2025-06-23T05:15:59.125Z] #1 transferring dockerfile: 198B done [2025-06-23T05:15:59.125Z] #1 DONE 0.0s [2025-06-23T05:15:59.125Z] [2025-06-23T05:15:59.125Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:15:59.125Z] #2 DONE 0.0s [2025-06-23T05:15:59.125Z] [2025-06-23T05:15:59.125Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:15:59.125Z] #3 DONE 0.1s [2025-06-23T05:15:59.125Z] [2025-06-23T05:15:59.125Z] #4 [internal] load .dockerignore [2025-06-23T05:15:59.125Z] #4 transferring context: 2B done [2025-06-23T05:15:59.125Z] #4 DONE 0.0s [2025-06-23T05:15:59.387Z] [2025-06-23T05:15:59.387Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:92d5141f885416a010e7c9a103f0840019be69f6@sha256:36d0804e3a74679b5ff0dafe85373c947229539a0153e4d5cdc0afec7b8c1925 [2025-06-23T05:15:59.387Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:92d5141f885416a010e7c9a103f0840019be69f6@sha256:36d0804e3a74679b5ff0dafe85373c947229539a0153e4d5cdc0afec7b8c1925 [2025-06-23T05:15:59.387Z] #5 ... [2025-06-23T05:15:59.387Z] [2025-06-23T05:15:59.387Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:92d5141f885416a010e7c9a103f0840019be69f6@sha256:36d0804e3a74679b5ff0dafe85373c947229539a0153e4d5cdc0afec7b8c1925 [2025-06-23T05:15:59.387Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:92d5141f885416a010e7c9a103f0840019be69f6@sha256:36d0804e3a74679b5ff0dafe85373c947229539a0153e4d5cdc0afec7b8c1925 done [2025-06-23T05:15:59.387Z] #6 DONE 0.1s [2025-06-23T05:15:59.387Z] [2025-06-23T05:15:59.387Z] #7 exporting to image [2025-06-23T05:15:59.387Z] #7 exporting layers done [2025-06-23T05:15:59.387Z] #7 exporting manifest sha256:d8a4fc9ae1f3b7bd587192e7b9428ee456d4552d801dd1b07bf408c2c1c9d35d done [2025-06-23T05:15:59.387Z] #7 exporting config sha256:6d5ce0656f1480a4f3f8e06e5fbc49f57461655d588134f5d0aeae64f1cedd01 done [2025-06-23T05:15:59.387Z] #7 exporting manifest sha256:e39757d84dcc289b3789e503cfe7f347462ef9f6ca0c0ac82703436211831413 done [2025-06-23T05:15:59.387Z] #7 exporting config sha256:56bb44d0ce2b362494587b06a3b48b2bdedc09576aaaa739e312e48954ad4031 done [2025-06-23T05:15:59.387Z] #7 exporting manifest list sha256:ac9d2113bf52b3a2b6864abf9a989275ee6e9b44ac52545794163b36938fc144 done [2025-06-23T05:15:59.387Z] #7 pushing layers [2025-06-23T05:15:59.387Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T05:15:59.387Z] #7 ... [2025-06-23T05:15:59.387Z] [2025-06-23T05:15:59.387Z] #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T05:15:59.387Z] #8 DONE 0.0s [2025-06-23T05:15:59.387Z] [2025-06-23T05:15:59.387Z] #7 exporting to image [2025-06-23T05:15:59.387Z] #7 pushing layers 0.1s done [2025-06-23T05:15:59.387Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:92d5141f885416a010e7c9a103f0840019be69f6@sha256:ac9d2113bf52b3a2b6864abf9a989275ee6e9b44ac52545794163b36938fc144 [2025-06-23T05:15:59.647Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:92d5141f885416a010e7c9a103f0840019be69f6@sha256:ac9d2113bf52b3a2b6864abf9a989275ee6e9b44ac52545794163b36938fc144 0.1s done [2025-06-23T05:15:59.647Z] #7 DONE 0.2s [2025-06-23T05:15:59.647Z] [2025-06-23T05:15:59.647Z] 1 warning found (use --debug to expand): [2025-06-23T05:15:59.647Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T05:15:59.942Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:latest' [2025-06-23T05:15:59.942Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:latest --push - [2025-06-23T05:15:59.942Z] #1 [internal] load build definition from Dockerfile [2025-06-23T05:15:59.942Z] #1 transferring dockerfile: 164B done [2025-06-23T05:15:59.942Z] #1 DONE 0.0s [2025-06-23T05:15:59.942Z] [2025-06-23T05:15:59.942Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-06-23T05:15:59.942Z] #2 DONE 0.0s [2025-06-23T05:15:59.942Z] [2025-06-23T05:15:59.942Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-06-23T05:15:59.942Z] #3 DONE 0.0s [2025-06-23T05:15:59.942Z] [2025-06-23T05:15:59.942Z] #4 [internal] load .dockerignore [2025-06-23T05:15:59.942Z] #4 transferring context: 2B done [2025-06-23T05:15:59.942Z] #4 DONE 0.0s [2025-06-23T05:15:59.942Z] [2025-06-23T05:15:59.942Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:36d0804e3a74679b5ff0dafe85373c947229539a0153e4d5cdc0afec7b8c1925 [2025-06-23T05:15:59.942Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:36d0804e3a74679b5ff0dafe85373c947229539a0153e4d5cdc0afec7b8c1925 0.0s done [2025-06-23T05:15:59.942Z] #5 DONE 0.0s [2025-06-23T05:15:59.942Z] [2025-06-23T05:15:59.942Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:36d0804e3a74679b5ff0dafe85373c947229539a0153e4d5cdc0afec7b8c1925 [2025-06-23T05:16:00.202Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:36d0804e3a74679b5ff0dafe85373c947229539a0153e4d5cdc0afec7b8c1925 0.0s done [2025-06-23T05:16:00.202Z] #6 CACHED [2025-06-23T05:16:00.202Z] [2025-06-23T05:16:00.202Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:36d0804e3a74679b5ff0dafe85373c947229539a0153e4d5cdc0afec7b8c1925 [2025-06-23T05:16:00.202Z] #5 CACHED [2025-06-23T05:16:00.202Z] [2025-06-23T05:16:00.202Z] #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T05:16:00.202Z] #7 DONE 0.0s [2025-06-23T05:16:00.202Z] [2025-06-23T05:16:00.202Z] #8 exporting to image [2025-06-23T05:16:00.202Z] #8 exporting layers done [2025-06-23T05:16:00.202Z] #8 exporting manifest sha256:d8a4fc9ae1f3b7bd587192e7b9428ee456d4552d801dd1b07bf408c2c1c9d35d done [2025-06-23T05:16:00.202Z] #8 exporting config sha256:6d5ce0656f1480a4f3f8e06e5fbc49f57461655d588134f5d0aeae64f1cedd01 done [2025-06-23T05:16:00.202Z] #8 exporting manifest sha256:e39757d84dcc289b3789e503cfe7f347462ef9f6ca0c0ac82703436211831413 done [2025-06-23T05:16:00.202Z] #8 exporting config sha256:56bb44d0ce2b362494587b06a3b48b2bdedc09576aaaa739e312e48954ad4031 done [2025-06-23T05:16:00.202Z] #8 exporting manifest list sha256:ac9d2113bf52b3a2b6864abf9a989275ee6e9b44ac52545794163b36938fc144 done [2025-06-23T05:16:00.202Z] #8 pushing layers 0.0s done [2025-06-23T05:16:00.202Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:ac9d2113bf52b3a2b6864abf9a989275ee6e9b44ac52545794163b36938fc144 0.1s done [2025-06-23T05:16:00.203Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T05:16:00.203Z] #8 DONE 0.1s [2025-06-23T05:16:00.203Z] [2025-06-23T05:16:00.203Z] 1 warning found (use --debug to expand): [2025-06-23T05:16:00.203Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T05:16:00.503Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.26' [2025-06-23T05:16:00.503Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.26 --push - [2025-06-23T05:16:00.504Z] #1 [internal] load build definition from Dockerfile [2025-06-23T05:16:00.504Z] #1 transferring dockerfile: 170B done [2025-06-23T05:16:00.504Z] #1 DONE 0.0s [2025-06-23T05:16:00.504Z] [2025-06-23T05:16:00.504Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.26 [2025-06-23T05:16:00.504Z] #2 DONE 0.0s [2025-06-23T05:16:00.504Z] [2025-06-23T05:16:00.504Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.26 [2025-06-23T05:16:00.504Z] #3 DONE 0.0s [2025-06-23T05:16:00.504Z] [2025-06-23T05:16:00.504Z] #4 [internal] load .dockerignore [2025-06-23T05:16:00.504Z] #4 transferring context: 2B done [2025-06-23T05:16:00.504Z] #4 DONE 0.0s [2025-06-23T05:16:00.504Z] [2025-06-23T05:16:00.504Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.26@sha256:36d0804e3a74679b5ff0dafe85373c947229539a0153e4d5cdc0afec7b8c1925 [2025-06-23T05:16:00.504Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.26@sha256:36d0804e3a74679b5ff0dafe85373c947229539a0153e4d5cdc0afec7b8c1925 0.0s done [2025-06-23T05:16:00.504Z] #5 CACHED [2025-06-23T05:16:00.504Z] [2025-06-23T05:16:00.504Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.26@sha256:36d0804e3a74679b5ff0dafe85373c947229539a0153e4d5cdc0afec7b8c1925 [2025-06-23T05:16:00.504Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.26@sha256:36d0804e3a74679b5ff0dafe85373c947229539a0153e4d5cdc0afec7b8c1925 0.0s done [2025-06-23T05:16:00.504Z] #6 CACHED [2025-06-23T05:16:00.504Z] [2025-06-23T05:16:00.504Z] #7 exporting to image [2025-06-23T05:16:00.504Z] #7 exporting layers done [2025-06-23T05:16:00.504Z] #7 exporting manifest sha256:d8a4fc9ae1f3b7bd587192e7b9428ee456d4552d801dd1b07bf408c2c1c9d35d done [2025-06-23T05:16:00.504Z] #7 exporting config sha256:6d5ce0656f1480a4f3f8e06e5fbc49f57461655d588134f5d0aeae64f1cedd01 done [2025-06-23T05:16:00.504Z] #7 exporting manifest sha256:e39757d84dcc289b3789e503cfe7f347462ef9f6ca0c0ac82703436211831413 done [2025-06-23T05:16:00.504Z] #7 exporting config sha256:56bb44d0ce2b362494587b06a3b48b2bdedc09576aaaa739e312e48954ad4031 done [2025-06-23T05:16:00.504Z] #7 exporting manifest list sha256:ac9d2113bf52b3a2b6864abf9a989275ee6e9b44ac52545794163b36938fc144 done [2025-06-23T05:16:00.504Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T05:16:00.764Z] #7 pushing layers 0.0s done [2025-06-23T05:16:00.764Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.26@sha256:ac9d2113bf52b3a2b6864abf9a989275ee6e9b44ac52545794163b36938fc144 0.1s done [2025-06-23T05:16:00.764Z] #7 DONE 0.1s [2025-06-23T05:16:00.764Z] [2025-06-23T05:16:00.764Z] #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T05:16:00.764Z] #8 DONE 0.0s [2025-06-23T05:16:00.764Z] [2025-06-23T05:16:00.764Z] 1 warning found (use --debug to expand): [2025-06-23T05:16:00.764Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T05:16:01.051Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26' [2025-06-23T05:16:01.051Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 --push - [2025-06-23T05:16:01.051Z] #1 [internal] load build definition from Dockerfile [2025-06-23T05:16:01.051Z] #1 transferring dockerfile: 211B done [2025-06-23T05:16:01.051Z] #1 DONE 0.0s [2025-06-23T05:16:01.051Z] [2025-06-23T05:16:01.051Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:16:01.051Z] #2 DONE 0.0s [2025-06-23T05:16:01.051Z] [2025-06-23T05:16:01.051Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:16:01.051Z] #3 DONE 0.0s [2025-06-23T05:16:01.051Z] [2025-06-23T05:16:01.051Z] #4 [internal] load .dockerignore [2025-06-23T05:16:01.051Z] #4 transferring context: 2B done [2025-06-23T05:16:01.051Z] #4 DONE 0.0s [2025-06-23T05:16:01.051Z] [2025-06-23T05:16:01.051Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:36d0804e3a74679b5ff0dafe85373c947229539a0153e4d5cdc0afec7b8c1925 [2025-06-23T05:16:01.051Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:36d0804e3a74679b5ff0dafe85373c947229539a0153e4d5cdc0afec7b8c1925 0.0s done [2025-06-23T05:16:01.051Z] #5 CACHED [2025-06-23T05:16:01.051Z] [2025-06-23T05:16:01.051Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:36d0804e3a74679b5ff0dafe85373c947229539a0153e4d5cdc0afec7b8c1925 [2025-06-23T05:16:01.051Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:36d0804e3a74679b5ff0dafe85373c947229539a0153e4d5cdc0afec7b8c1925 0.0s done [2025-06-23T05:16:01.051Z] #6 CACHED [2025-06-23T05:16:01.051Z] [2025-06-23T05:16:01.051Z] #7 exporting to image [2025-06-23T05:16:01.051Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T05:16:01.312Z] #7 exporting layers done [2025-06-23T05:16:01.312Z] #7 exporting manifest sha256:d8a4fc9ae1f3b7bd587192e7b9428ee456d4552d801dd1b07bf408c2c1c9d35d done [2025-06-23T05:16:01.312Z] #7 exporting config sha256:6d5ce0656f1480a4f3f8e06e5fbc49f57461655d588134f5d0aeae64f1cedd01 done [2025-06-23T05:16:01.312Z] #7 exporting manifest sha256:e39757d84dcc289b3789e503cfe7f347462ef9f6ca0c0ac82703436211831413 done [2025-06-23T05:16:01.312Z] #7 exporting config sha256:56bb44d0ce2b362494587b06a3b48b2bdedc09576aaaa739e312e48954ad4031 done [2025-06-23T05:16:01.312Z] #7 exporting manifest list sha256:ac9d2113bf52b3a2b6864abf9a989275ee6e9b44ac52545794163b36938fc144 done [2025-06-23T05:16:01.312Z] #7 pushing layers 0.0s done [2025-06-23T05:16:01.312Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:ac9d2113bf52b3a2b6864abf9a989275ee6e9b44ac52545794163b36938fc144 0.1s done [2025-06-23T05:16:01.312Z] #7 DONE 0.1s [2025-06-23T05:16:01.312Z] [2025-06-23T05:16:01.312Z] #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T05:16:01.312Z] #8 DONE 0.0s [2025-06-23T05:16:01.312Z] [2025-06-23T05:16:01.312Z] 1 warning found (use --debug to expand): [2025-06-23T05:16:01.312Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T05:16:01.599Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:main --push - [2025-06-23T05:16:01.599Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:main' [2025-06-23T05:16:01.599Z] #1 [internal] load build definition from Dockerfile [2025-06-23T05:16:01.599Z] #1 transferring dockerfile: 162B done [2025-06-23T05:16:01.599Z] #1 DONE 0.0s [2025-06-23T05:16:01.599Z] [2025-06-23T05:16:01.599Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main [2025-06-23T05:16:01.599Z] #2 DONE 0.0s [2025-06-23T05:16:01.599Z] [2025-06-23T05:16:01.599Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main [2025-06-23T05:16:01.599Z] #3 DONE 0.0s [2025-06-23T05:16:01.599Z] [2025-06-23T05:16:01.599Z] #4 [internal] load .dockerignore [2025-06-23T05:16:01.599Z] #4 transferring context: 2B done [2025-06-23T05:16:01.599Z] #4 DONE 0.0s [2025-06-23T05:16:01.599Z] [2025-06-23T05:16:01.599Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:36d0804e3a74679b5ff0dafe85373c947229539a0153e4d5cdc0afec7b8c1925 [2025-06-23T05:16:01.599Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:36d0804e3a74679b5ff0dafe85373c947229539a0153e4d5cdc0afec7b8c1925 done [2025-06-23T05:16:01.599Z] #5 CACHED [2025-06-23T05:16:01.599Z] [2025-06-23T05:16:01.599Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:36d0804e3a74679b5ff0dafe85373c947229539a0153e4d5cdc0afec7b8c1925 [2025-06-23T05:16:01.599Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:36d0804e3a74679b5ff0dafe85373c947229539a0153e4d5cdc0afec7b8c1925 0.0s done [2025-06-23T05:16:01.599Z] #6 CACHED [2025-06-23T05:16:01.599Z] [2025-06-23T05:16:01.599Z] #7 exporting to image [2025-06-23T05:16:01.599Z] #7 exporting layers done [2025-06-23T05:16:01.599Z] #7 exporting manifest sha256:d8a4fc9ae1f3b7bd587192e7b9428ee456d4552d801dd1b07bf408c2c1c9d35d done [2025-06-23T05:16:01.599Z] #7 exporting config sha256:6d5ce0656f1480a4f3f8e06e5fbc49f57461655d588134f5d0aeae64f1cedd01 done [2025-06-23T05:16:01.599Z] #7 exporting manifest sha256:e39757d84dcc289b3789e503cfe7f347462ef9f6ca0c0ac82703436211831413 done [2025-06-23T05:16:01.599Z] #7 exporting config sha256:56bb44d0ce2b362494587b06a3b48b2bdedc09576aaaa739e312e48954ad4031 done [2025-06-23T05:16:01.599Z] #7 exporting manifest list sha256:ac9d2113bf52b3a2b6864abf9a989275ee6e9b44ac52545794163b36938fc144 done [2025-06-23T05:16:01.599Z] #7 pushing layers [2025-06-23T05:16:01.599Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T05:16:01.858Z] #7 pushing layers 0.0s done [2025-06-23T05:16:01.858Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:ac9d2113bf52b3a2b6864abf9a989275ee6e9b44ac52545794163b36938fc144 0.1s done [2025-06-23T05:16:01.858Z] #7 DONE 0.1s [2025-06-23T05:16:01.858Z] [2025-06-23T05:16:01.858Z] #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T05:16:01.858Z] #8 DONE 0.0s [2025-06-23T05:16:01.858Z] [2025-06-23T05:16:01.858Z] 1 warning found (use --debug to expand): [2025-06-23T05:16:01.858Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T05:16:02.143Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6 --push - [2025-06-23T05:16:02.143Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6' [2025-06-23T05:16:02.401Z] #1 [internal] load build definition from Dockerfile [2025-06-23T05:16:02.401Z] #1 transferring dockerfile: 206B done [2025-06-23T05:16:02.401Z] #1 DONE 0.0s [2025-06-23T05:16:02.401Z] [2025-06-23T05:16:02.401Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:16:02.401Z] #2 DONE 0.0s [2025-06-23T05:16:02.401Z] [2025-06-23T05:16:02.401Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:16:02.401Z] #3 DONE 0.1s [2025-06-23T05:16:02.401Z] [2025-06-23T05:16:02.401Z] #4 [internal] load .dockerignore [2025-06-23T05:16:02.401Z] #4 transferring context: 2B done [2025-06-23T05:16:02.401Z] #4 DONE 0.0s [2025-06-23T05:16:02.401Z] [2025-06-23T05:16:02.401Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6@sha256:3ceebd0a79d098d8d6eb38caa515743a618ec4b84ea55ccc4681d82ffa65249d [2025-06-23T05:16:02.401Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6@sha256:3ceebd0a79d098d8d6eb38caa515743a618ec4b84ea55ccc4681d82ffa65249d done [2025-06-23T05:16:02.401Z] #5 DONE 0.0s [2025-06-23T05:16:02.401Z] [2025-06-23T05:16:02.401Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6@sha256:3ceebd0a79d098d8d6eb38caa515743a618ec4b84ea55ccc4681d82ffa65249d [2025-06-23T05:16:02.401Z] #6 DONE 0.0s [2025-06-23T05:16:02.401Z] [2025-06-23T05:16:02.401Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6@sha256:3ceebd0a79d098d8d6eb38caa515743a618ec4b84ea55ccc4681d82ffa65249d [2025-06-23T05:16:02.401Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6@sha256:3ceebd0a79d098d8d6eb38caa515743a618ec4b84ea55ccc4681d82ffa65249d done [2025-06-23T05:16:02.401Z] #5 DONE 0.1s [2025-06-23T05:16:02.660Z] [2025-06-23T05:16:02.660Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T05:16:02.660Z] #7 DONE 0.0s [2025-06-23T05:16:02.660Z] [2025-06-23T05:16:02.660Z] #8 exporting to image [2025-06-23T05:16:02.660Z] #8 exporting layers done [2025-06-23T05:16:02.660Z] #8 exporting manifest sha256:40a4e9ab3a1a44a7809604eb509d1dd33d4c50680a5a6cb12cf2f8730bc59c15 done [2025-06-23T05:16:02.660Z] #8 exporting config sha256:6cf4a857a8a38eb4f1e1c241f49ace2943e3d0de18aa77f560e2e254242c1f8f done [2025-06-23T05:16:02.660Z] #8 exporting manifest sha256:38b7f8636810ff8840831a0798ec349302544242ddaa97dd0573f2206848babc done [2025-06-23T05:16:02.660Z] #8 exporting config sha256:eadbed8455662c4ca27cec23feb2169dc7ed8879d5412b854de35441dd312379 done [2025-06-23T05:16:02.660Z] #8 exporting manifest list sha256:b4205069843f192bf95944832523905f18919dc8497456ef53fe3df1c4efb58c done [2025-06-23T05:16:02.660Z] #8 pushing layers 0.1s done [2025-06-23T05:16:02.660Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6@sha256:b4205069843f192bf95944832523905f18919dc8497456ef53fe3df1c4efb58c [2025-06-23T05:16:02.660Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T05:16:02.660Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6@sha256:b4205069843f192bf95944832523905f18919dc8497456ef53fe3df1c4efb58c 0.1s done [2025-06-23T05:16:02.660Z] #8 DONE 0.2s [2025-06-23T05:16:02.660Z] [2025-06-23T05:16:02.660Z] 1 warning found (use --debug to expand): [2025-06-23T05:16:02.660Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T05:16:02.961Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest' [2025-06-23T05:16:02.962Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:latest --push - [2025-06-23T05:16:02.962Z] #1 [internal] load build definition from Dockerfile [2025-06-23T05:16:02.962Z] #1 transferring dockerfile: 172B done [2025-06-23T05:16:02.962Z] #1 DONE 0.0s [2025-06-23T05:16:02.962Z] [2025-06-23T05:16:02.962Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-06-23T05:16:02.962Z] #2 DONE 0.0s [2025-06-23T05:16:02.962Z] [2025-06-23T05:16:02.962Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-06-23T05:16:02.962Z] #3 DONE 0.0s [2025-06-23T05:16:02.962Z] [2025-06-23T05:16:02.962Z] #4 [internal] load .dockerignore [2025-06-23T05:16:02.962Z] #4 transferring context: 2B done [2025-06-23T05:16:02.962Z] #4 DONE 0.0s [2025-06-23T05:16:02.962Z] [2025-06-23T05:16:02.962Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:3ceebd0a79d098d8d6eb38caa515743a618ec4b84ea55ccc4681d82ffa65249d [2025-06-23T05:16:02.962Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:3ceebd0a79d098d8d6eb38caa515743a618ec4b84ea55ccc4681d82ffa65249d [2025-06-23T05:16:02.962Z] #5 ... [2025-06-23T05:16:02.962Z] [2025-06-23T05:16:02.962Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:3ceebd0a79d098d8d6eb38caa515743a618ec4b84ea55ccc4681d82ffa65249d [2025-06-23T05:16:02.962Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:3ceebd0a79d098d8d6eb38caa515743a618ec4b84ea55ccc4681d82ffa65249d 0.0s done [2025-06-23T05:16:02.962Z] #6 CACHED [2025-06-23T05:16:02.962Z] [2025-06-23T05:16:02.962Z] #7 exporting to image [2025-06-23T05:16:02.962Z] #7 exporting layers done [2025-06-23T05:16:02.962Z] #7 exporting manifest sha256:40a4e9ab3a1a44a7809604eb509d1dd33d4c50680a5a6cb12cf2f8730bc59c15 done [2025-06-23T05:16:02.962Z] #7 exporting config sha256:6cf4a857a8a38eb4f1e1c241f49ace2943e3d0de18aa77f560e2e254242c1f8f done [2025-06-23T05:16:02.962Z] #7 exporting manifest sha256:38b7f8636810ff8840831a0798ec349302544242ddaa97dd0573f2206848babc done [2025-06-23T05:16:02.962Z] #7 exporting config sha256:eadbed8455662c4ca27cec23feb2169dc7ed8879d5412b854de35441dd312379 [2025-06-23T05:16:02.962Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T05:16:03.847Z] #7 exporting config sha256:eadbed8455662c4ca27cec23feb2169dc7ed8879d5412b854de35441dd312379 done [2025-06-23T05:16:03.847Z] #7 exporting manifest list sha256:b4205069843f192bf95944832523905f18919dc8497456ef53fe3df1c4efb58c done [2025-06-23T05:16:03.847Z] #7 pushing layers [2025-06-23T05:16:04.107Z] #7 pushing layers 0.9s done [2025-06-23T05:16:04.107Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:b4205069843f192bf95944832523905f18919dc8497456ef53fe3df1c4efb58c 0.1s done [2025-06-23T05:16:04.107Z] #7 DONE 1.0s [2025-06-23T05:16:04.107Z] [2025-06-23T05:16:04.107Z] #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T05:16:04.107Z] #8 DONE 0.0s [2025-06-23T05:16:04.107Z] [2025-06-23T05:16:04.107Z] 1 warning found (use --debug to expand): [2025-06-23T05:16:04.107Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T05:16:04.399Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.26' [2025-06-23T05:16:04.399Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.26 --push - [2025-06-23T05:16:04.399Z] #1 [internal] load build definition from Dockerfile [2025-06-23T05:16:04.399Z] #1 transferring dockerfile: 178B done [2025-06-23T05:16:04.399Z] #1 DONE 0.0s [2025-06-23T05:16:04.399Z] [2025-06-23T05:16:04.399Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.26 [2025-06-23T05:16:04.399Z] #2 DONE 0.0s [2025-06-23T05:16:04.399Z] [2025-06-23T05:16:04.399Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.26 [2025-06-23T05:16:04.399Z] #3 DONE 0.0s [2025-06-23T05:16:04.399Z] [2025-06-23T05:16:04.399Z] #4 [internal] load .dockerignore [2025-06-23T05:16:04.399Z] #4 transferring context: 2B done [2025-06-23T05:16:04.399Z] #4 DONE 0.0s [2025-06-23T05:16:04.399Z] [2025-06-23T05:16:04.399Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.26@sha256:3ceebd0a79d098d8d6eb38caa515743a618ec4b84ea55ccc4681d82ffa65249d [2025-06-23T05:16:04.399Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.26@sha256:3ceebd0a79d098d8d6eb38caa515743a618ec4b84ea55ccc4681d82ffa65249d 0.0s done [2025-06-23T05:16:04.399Z] #5 CACHED [2025-06-23T05:16:04.399Z] [2025-06-23T05:16:04.399Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.26@sha256:3ceebd0a79d098d8d6eb38caa515743a618ec4b84ea55ccc4681d82ffa65249d [2025-06-23T05:16:04.399Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.26@sha256:3ceebd0a79d098d8d6eb38caa515743a618ec4b84ea55ccc4681d82ffa65249d 0.0s done [2025-06-23T05:16:04.399Z] #6 CACHED [2025-06-23T05:16:04.399Z] [2025-06-23T05:16:04.399Z] #7 exporting to image [2025-06-23T05:16:04.399Z] #7 exporting layers done [2025-06-23T05:16:04.399Z] #7 exporting manifest sha256:40a4e9ab3a1a44a7809604eb509d1dd33d4c50680a5a6cb12cf2f8730bc59c15 done [2025-06-23T05:16:04.399Z] #7 exporting config sha256:6cf4a857a8a38eb4f1e1c241f49ace2943e3d0de18aa77f560e2e254242c1f8f done [2025-06-23T05:16:04.399Z] #7 exporting manifest sha256:38b7f8636810ff8840831a0798ec349302544242ddaa97dd0573f2206848babc [2025-06-23T05:16:04.399Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T05:16:04.662Z] #7 exporting manifest sha256:38b7f8636810ff8840831a0798ec349302544242ddaa97dd0573f2206848babc done [2025-06-23T05:16:04.662Z] #7 exporting config sha256:eadbed8455662c4ca27cec23feb2169dc7ed8879d5412b854de35441dd312379 done [2025-06-23T05:16:04.662Z] #7 exporting manifest list sha256:b4205069843f192bf95944832523905f18919dc8497456ef53fe3df1c4efb58c done [2025-06-23T05:16:04.662Z] #7 pushing layers 0.0s done [2025-06-23T05:16:04.662Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.26@sha256:b4205069843f192bf95944832523905f18919dc8497456ef53fe3df1c4efb58c 0.1s done [2025-06-23T05:16:04.662Z] #7 DONE 0.1s [2025-06-23T05:16:04.662Z] [2025-06-23T05:16:04.662Z] #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T05:16:04.662Z] #8 DONE 0.0s [2025-06-23T05:16:04.662Z] [2025-06-23T05:16:04.662Z] 1 warning found (use --debug to expand): [2025-06-23T05:16:04.662Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T05:16:04.957Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26' [2025-06-23T05:16:04.957Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 --push - [2025-06-23T05:16:04.957Z] #1 [internal] load build definition from Dockerfile [2025-06-23T05:16:04.957Z] #1 transferring dockerfile: 219B done [2025-06-23T05:16:04.957Z] #1 DONE 0.0s [2025-06-23T05:16:04.957Z] [2025-06-23T05:16:04.957Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:16:04.957Z] #2 DONE 0.0s [2025-06-23T05:16:04.957Z] [2025-06-23T05:16:04.957Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:16:04.957Z] #3 DONE 0.0s [2025-06-23T05:16:04.957Z] [2025-06-23T05:16:04.957Z] #4 [internal] load .dockerignore [2025-06-23T05:16:04.957Z] #4 transferring context: 2B done [2025-06-23T05:16:04.957Z] #4 DONE 0.0s [2025-06-23T05:16:04.957Z] [2025-06-23T05:16:04.957Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:3ceebd0a79d098d8d6eb38caa515743a618ec4b84ea55ccc4681d82ffa65249d [2025-06-23T05:16:04.957Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:3ceebd0a79d098d8d6eb38caa515743a618ec4b84ea55ccc4681d82ffa65249d 0.0s done [2025-06-23T05:16:04.957Z] #5 CACHED [2025-06-23T05:16:04.957Z] [2025-06-23T05:16:04.957Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:3ceebd0a79d098d8d6eb38caa515743a618ec4b84ea55ccc4681d82ffa65249d [2025-06-23T05:16:04.957Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:3ceebd0a79d098d8d6eb38caa515743a618ec4b84ea55ccc4681d82ffa65249d 0.0s done [2025-06-23T05:16:04.957Z] #6 CACHED [2025-06-23T05:16:04.957Z] [2025-06-23T05:16:04.957Z] #7 exporting to image [2025-06-23T05:16:04.957Z] #7 exporting layers done [2025-06-23T05:16:04.957Z] #7 exporting manifest sha256:40a4e9ab3a1a44a7809604eb509d1dd33d4c50680a5a6cb12cf2f8730bc59c15 [2025-06-23T05:16:04.957Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T05:16:05.216Z] #7 exporting manifest sha256:40a4e9ab3a1a44a7809604eb509d1dd33d4c50680a5a6cb12cf2f8730bc59c15 done [2025-06-23T05:16:05.216Z] #7 exporting config sha256:6cf4a857a8a38eb4f1e1c241f49ace2943e3d0de18aa77f560e2e254242c1f8f done [2025-06-23T05:16:05.216Z] #7 exporting manifest sha256:38b7f8636810ff8840831a0798ec349302544242ddaa97dd0573f2206848babc done [2025-06-23T05:16:05.216Z] #7 exporting config sha256:eadbed8455662c4ca27cec23feb2169dc7ed8879d5412b854de35441dd312379 done [2025-06-23T05:16:05.216Z] #7 exporting manifest list sha256:b4205069843f192bf95944832523905f18919dc8497456ef53fe3df1c4efb58c done [2025-06-23T05:16:05.216Z] #7 pushing layers 0.0s done [2025-06-23T05:16:05.216Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:b4205069843f192bf95944832523905f18919dc8497456ef53fe3df1c4efb58c 0.1s done [2025-06-23T05:16:05.216Z] #7 DONE 0.1s [2025-06-23T05:16:05.216Z] [2025-06-23T05:16:05.216Z] #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T05:16:05.216Z] #8 DONE 0.0s [2025-06-23T05:16:05.216Z] [2025-06-23T05:16:05.216Z] 1 warning found (use --debug to expand): [2025-06-23T05:16:05.216Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T05:16:05.511Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main' [2025-06-23T05:16:05.511Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:main --push - [2025-06-23T05:16:05.770Z] #1 [internal] load build definition from Dockerfile [2025-06-23T05:16:05.770Z] #1 transferring dockerfile: 170B done [2025-06-23T05:16:05.770Z] #1 DONE 0.0s [2025-06-23T05:16:05.770Z] [2025-06-23T05:16:05.770Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-06-23T05:16:05.770Z] #2 DONE 0.0s [2025-06-23T05:16:05.770Z] [2025-06-23T05:16:05.770Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-06-23T05:16:05.770Z] #3 DONE 0.0s [2025-06-23T05:16:05.770Z] [2025-06-23T05:16:05.770Z] #4 [internal] load .dockerignore [2025-06-23T05:16:05.770Z] #4 transferring context: 2B done [2025-06-23T05:16:05.770Z] #4 DONE 0.0s [2025-06-23T05:16:05.770Z] [2025-06-23T05:16:05.770Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:3ceebd0a79d098d8d6eb38caa515743a618ec4b84ea55ccc4681d82ffa65249d [2025-06-23T05:16:05.770Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:3ceebd0a79d098d8d6eb38caa515743a618ec4b84ea55ccc4681d82ffa65249d 0.0s done [2025-06-23T05:16:05.770Z] #5 CACHED [2025-06-23T05:16:05.770Z] [2025-06-23T05:16:05.770Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:3ceebd0a79d098d8d6eb38caa515743a618ec4b84ea55ccc4681d82ffa65249d [2025-06-23T05:16:05.770Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:3ceebd0a79d098d8d6eb38caa515743a618ec4b84ea55ccc4681d82ffa65249d 0.0s done [2025-06-23T05:16:05.770Z] #6 CACHED [2025-06-23T05:16:05.770Z] [2025-06-23T05:16:05.770Z] #7 exporting to image [2025-06-23T05:16:05.770Z] #7 exporting layers done [2025-06-23T05:16:05.770Z] #7 exporting manifest sha256:40a4e9ab3a1a44a7809604eb509d1dd33d4c50680a5a6cb12cf2f8730bc59c15 done [2025-06-23T05:16:05.770Z] #7 exporting config sha256:6cf4a857a8a38eb4f1e1c241f49ace2943e3d0de18aa77f560e2e254242c1f8f done [2025-06-23T05:16:05.770Z] #7 exporting manifest sha256:38b7f8636810ff8840831a0798ec349302544242ddaa97dd0573f2206848babc done [2025-06-23T05:16:05.770Z] #7 exporting config sha256:eadbed8455662c4ca27cec23feb2169dc7ed8879d5412b854de35441dd312379 done [2025-06-23T05:16:05.770Z] #7 exporting manifest list sha256:b4205069843f192bf95944832523905f18919dc8497456ef53fe3df1c4efb58c done [2025-06-23T05:16:05.770Z] #7 pushing layers 0.0s done [2025-06-23T05:16:05.771Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:b4205069843f192bf95944832523905f18919dc8497456ef53fe3df1c4efb58c [2025-06-23T05:16:05.771Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T05:16:05.771Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:b4205069843f192bf95944832523905f18919dc8497456ef53fe3df1c4efb58c 0.1s done [2025-06-23T05:16:05.771Z] #7 DONE 0.1s [2025-06-23T05:16:05.771Z] [2025-06-23T05:16:05.771Z] #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T05:16:05.771Z] #8 DONE 0.0s [2025-06-23T05:16:05.771Z] [2025-06-23T05:16:05.771Z] 1 warning found (use --debug to expand): [2025-06-23T05:16:05.771Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T05:16:06.064Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:92d5141f885416a010e7c9a103f0840019be69f6' [2025-06-23T05:16:06.064Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:92d5141f885416a010e7c9a103f0840019be69f6 --push - [2025-06-23T05:16:06.324Z] #1 [internal] load build definition from Dockerfile [2025-06-23T05:16:06.324Z] #1 transferring dockerfile: 204B done [2025-06-23T05:16:06.324Z] #1 DONE 0.0s [2025-06-23T05:16:06.324Z] [2025-06-23T05:16:06.324Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:16:06.324Z] #2 DONE 0.0s [2025-06-23T05:16:06.324Z] [2025-06-23T05:16:06.324Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:16:06.324Z] #3 DONE 0.0s [2025-06-23T05:16:06.324Z] [2025-06-23T05:16:06.324Z] #4 [internal] load .dockerignore [2025-06-23T05:16:06.324Z] #4 transferring context: 2B done [2025-06-23T05:16:06.324Z] #4 DONE 0.0s [2025-06-23T05:16:06.324Z] [2025-06-23T05:16:06.324Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:92d5141f885416a010e7c9a103f0840019be69f6@sha256:4377dcb427e70aecc049ac365073b8ab0e1b296cb9dac4a5b323be3ff9e84838 [2025-06-23T05:16:06.324Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:92d5141f885416a010e7c9a103f0840019be69f6@sha256:4377dcb427e70aecc049ac365073b8ab0e1b296cb9dac4a5b323be3ff9e84838 0.0s done [2025-06-23T05:16:06.324Z] #5 DONE 0.0s [2025-06-23T05:16:06.324Z] [2025-06-23T05:16:06.324Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:92d5141f885416a010e7c9a103f0840019be69f6@sha256:4377dcb427e70aecc049ac365073b8ab0e1b296cb9dac4a5b323be3ff9e84838 [2025-06-23T05:16:06.324Z] #6 DONE 0.0s [2025-06-23T05:16:06.324Z] [2025-06-23T05:16:06.324Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:92d5141f885416a010e7c9a103f0840019be69f6@sha256:4377dcb427e70aecc049ac365073b8ab0e1b296cb9dac4a5b323be3ff9e84838 [2025-06-23T05:16:06.324Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:92d5141f885416a010e7c9a103f0840019be69f6@sha256:4377dcb427e70aecc049ac365073b8ab0e1b296cb9dac4a5b323be3ff9e84838 0.0s done [2025-06-23T05:16:06.324Z] #5 DONE 0.1s [2025-06-23T05:16:06.324Z] [2025-06-23T05:16:06.324Z] #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T05:16:06.585Z] #7 DONE 0.0s [2025-06-23T05:16:06.585Z] [2025-06-23T05:16:06.585Z] #8 exporting to image [2025-06-23T05:16:06.585Z] #8 exporting layers done [2025-06-23T05:16:06.585Z] #8 exporting manifest sha256:6925cd2449a3615d02d5114397c0bb664676068e344cb2286613d75e17258729 done [2025-06-23T05:16:06.585Z] #8 exporting config sha256:a8e56f3f649054cfb631dcab081968508a137b241415351bd5ac306df8c1b2c6 done [2025-06-23T05:16:06.585Z] #8 exporting manifest sha256:e96d7ad5c9d1d00519a7f0c219c58354f59e33484631e5123c3a7abe91ae2e11 done [2025-06-23T05:16:06.585Z] #8 exporting config sha256:278323d0926875cbce67bc639fbc4babc41512f148917b8a10762d9a3a58f1c9 done [2025-06-23T05:16:06.585Z] #8 exporting manifest list sha256:04fc9638445bb6a040b638e78331e35bc75da8894e42e6dfa6bfd3e9e5bcfed8 done [2025-06-23T05:16:06.585Z] #8 pushing layers 0.1s done [2025-06-23T05:16:06.585Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:92d5141f885416a010e7c9a103f0840019be69f6@sha256:04fc9638445bb6a040b638e78331e35bc75da8894e42e6dfa6bfd3e9e5bcfed8 [2025-06-23T05:16:06.585Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T05:16:06.585Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:92d5141f885416a010e7c9a103f0840019be69f6@sha256:04fc9638445bb6a040b638e78331e35bc75da8894e42e6dfa6bfd3e9e5bcfed8 0.1s done [2025-06-23T05:16:06.585Z] #8 DONE 0.2s [2025-06-23T05:16:06.585Z] [2025-06-23T05:16:06.585Z] 1 warning found (use --debug to expand): [2025-06-23T05:16:06.585Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T05:16:06.875Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:latest --push - [2025-06-23T05:16:06.875Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest' [2025-06-23T05:16:06.875Z] #1 [internal] load build definition from Dockerfile [2025-06-23T05:16:06.875Z] #1 transferring dockerfile: 170B done [2025-06-23T05:16:06.875Z] #1 DONE 0.0s [2025-06-23T05:16:06.875Z] [2025-06-23T05:16:06.875Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-06-23T05:16:06.875Z] #2 DONE 0.0s [2025-06-23T05:16:06.875Z] [2025-06-23T05:16:06.875Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-06-23T05:16:06.875Z] #3 DONE 0.0s [2025-06-23T05:16:06.875Z] [2025-06-23T05:16:06.875Z] #4 [internal] load .dockerignore [2025-06-23T05:16:06.875Z] #4 transferring context: 2B done [2025-06-23T05:16:06.875Z] #4 DONE 0.0s [2025-06-23T05:16:06.875Z] [2025-06-23T05:16:06.875Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:4377dcb427e70aecc049ac365073b8ab0e1b296cb9dac4a5b323be3ff9e84838 [2025-06-23T05:16:06.875Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:4377dcb427e70aecc049ac365073b8ab0e1b296cb9dac4a5b323be3ff9e84838 done [2025-06-23T05:16:06.875Z] #5 CACHED [2025-06-23T05:16:06.875Z] [2025-06-23T05:16:06.875Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:4377dcb427e70aecc049ac365073b8ab0e1b296cb9dac4a5b323be3ff9e84838 [2025-06-23T05:16:06.875Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:4377dcb427e70aecc049ac365073b8ab0e1b296cb9dac4a5b323be3ff9e84838 done [2025-06-23T05:16:06.875Z] #6 CACHED [2025-06-23T05:16:06.875Z] [2025-06-23T05:16:06.875Z] #7 exporting to image [2025-06-23T05:16:06.875Z] #7 exporting layers done [2025-06-23T05:16:06.875Z] #7 exporting manifest sha256:6925cd2449a3615d02d5114397c0bb664676068e344cb2286613d75e17258729 done [2025-06-23T05:16:06.875Z] #7 exporting config sha256:a8e56f3f649054cfb631dcab081968508a137b241415351bd5ac306df8c1b2c6 done [2025-06-23T05:16:06.875Z] #7 exporting manifest sha256:e96d7ad5c9d1d00519a7f0c219c58354f59e33484631e5123c3a7abe91ae2e11 done [2025-06-23T05:16:06.875Z] #7 exporting config sha256:278323d0926875cbce67bc639fbc4babc41512f148917b8a10762d9a3a58f1c9 done [2025-06-23T05:16:06.875Z] #7 exporting manifest list sha256:04fc9638445bb6a040b638e78331e35bc75da8894e42e6dfa6bfd3e9e5bcfed8 done [2025-06-23T05:16:06.875Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T05:16:07.135Z] #7 pushing layers 0.0s done [2025-06-23T05:16:07.135Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:04fc9638445bb6a040b638e78331e35bc75da8894e42e6dfa6bfd3e9e5bcfed8 0.1s done [2025-06-23T05:16:07.135Z] #7 DONE 0.1s [2025-06-23T05:16:07.135Z] [2025-06-23T05:16:07.135Z] #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T05:16:07.135Z] #8 DONE 0.0s [2025-06-23T05:16:07.135Z] [2025-06-23T05:16:07.135Z] 1 warning found (use --debug to expand): [2025-06-23T05:16:07.135Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T05:16:07.426Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.26' [2025-06-23T05:16:07.426Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.26 --push - [2025-06-23T05:16:07.685Z] #1 [internal] load build definition from Dockerfile [2025-06-23T05:16:07.685Z] #1 transferring dockerfile: 176B done [2025-06-23T05:16:07.685Z] #1 DONE 0.0s [2025-06-23T05:16:07.685Z] [2025-06-23T05:16:07.686Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.26 [2025-06-23T05:16:07.686Z] #2 DONE 0.0s [2025-06-23T05:16:07.686Z] [2025-06-23T05:16:07.686Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.26 [2025-06-23T05:16:07.686Z] #3 DONE 0.0s [2025-06-23T05:16:07.686Z] [2025-06-23T05:16:07.686Z] #4 [internal] load .dockerignore [2025-06-23T05:16:07.686Z] #4 transferring context: 2B done [2025-06-23T05:16:07.686Z] #4 DONE 0.0s [2025-06-23T05:16:07.686Z] [2025-06-23T05:16:07.686Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.26@sha256:4377dcb427e70aecc049ac365073b8ab0e1b296cb9dac4a5b323be3ff9e84838 [2025-06-23T05:16:07.686Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.26@sha256:4377dcb427e70aecc049ac365073b8ab0e1b296cb9dac4a5b323be3ff9e84838 0.0s done [2025-06-23T05:16:07.686Z] #5 CACHED [2025-06-23T05:16:07.686Z] [2025-06-23T05:16:07.686Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.26@sha256:4377dcb427e70aecc049ac365073b8ab0e1b296cb9dac4a5b323be3ff9e84838 [2025-06-23T05:16:07.686Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.26@sha256:4377dcb427e70aecc049ac365073b8ab0e1b296cb9dac4a5b323be3ff9e84838 0.0s done [2025-06-23T05:16:07.686Z] #6 CACHED [2025-06-23T05:16:07.686Z] [2025-06-23T05:16:07.686Z] #7 exporting to image [2025-06-23T05:16:07.686Z] #7 exporting layers done [2025-06-23T05:16:07.686Z] #7 exporting manifest sha256:6925cd2449a3615d02d5114397c0bb664676068e344cb2286613d75e17258729 done [2025-06-23T05:16:07.686Z] #7 exporting config sha256:a8e56f3f649054cfb631dcab081968508a137b241415351bd5ac306df8c1b2c6 done [2025-06-23T05:16:07.686Z] #7 exporting manifest sha256:e96d7ad5c9d1d00519a7f0c219c58354f59e33484631e5123c3a7abe91ae2e11 done [2025-06-23T05:16:07.686Z] #7 exporting config sha256:278323d0926875cbce67bc639fbc4babc41512f148917b8a10762d9a3a58f1c9 done [2025-06-23T05:16:07.686Z] #7 exporting manifest list sha256:04fc9638445bb6a040b638e78331e35bc75da8894e42e6dfa6bfd3e9e5bcfed8 done [2025-06-23T05:16:07.686Z] #7 pushing layers 0.0s done [2025-06-23T05:16:07.686Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.26@sha256:04fc9638445bb6a040b638e78331e35bc75da8894e42e6dfa6bfd3e9e5bcfed8 [2025-06-23T05:16:07.686Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T05:16:07.686Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.26@sha256:04fc9638445bb6a040b638e78331e35bc75da8894e42e6dfa6bfd3e9e5bcfed8 0.1s done [2025-06-23T05:16:07.686Z] #7 DONE 0.1s [2025-06-23T05:16:07.686Z] [2025-06-23T05:16:07.686Z] #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T05:16:07.686Z] #8 DONE 0.0s [2025-06-23T05:16:07.686Z] [2025-06-23T05:16:07.686Z] 1 warning found (use --debug to expand): [2025-06-23T05:16:07.686Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T05:16:07.976Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 --push - [2025-06-23T05:16:07.976Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26' [2025-06-23T05:16:07.976Z] #1 [internal] load build definition from Dockerfile [2025-06-23T05:16:07.976Z] #1 transferring dockerfile: 217B done [2025-06-23T05:16:07.976Z] #1 DONE 0.0s [2025-06-23T05:16:07.976Z] [2025-06-23T05:16:07.976Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:16:07.976Z] #2 DONE 0.0s [2025-06-23T05:16:07.976Z] [2025-06-23T05:16:07.976Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:16:07.976Z] #3 DONE 0.0s [2025-06-23T05:16:07.976Z] [2025-06-23T05:16:07.976Z] #4 [internal] load .dockerignore [2025-06-23T05:16:07.976Z] #4 transferring context: 2B done [2025-06-23T05:16:07.976Z] #4 DONE 0.0s [2025-06-23T05:16:07.976Z] [2025-06-23T05:16:07.976Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:4377dcb427e70aecc049ac365073b8ab0e1b296cb9dac4a5b323be3ff9e84838 [2025-06-23T05:16:07.976Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:4377dcb427e70aecc049ac365073b8ab0e1b296cb9dac4a5b323be3ff9e84838 0.0s done [2025-06-23T05:16:07.976Z] #5 CACHED [2025-06-23T05:16:07.976Z] [2025-06-23T05:16:07.976Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:4377dcb427e70aecc049ac365073b8ab0e1b296cb9dac4a5b323be3ff9e84838 [2025-06-23T05:16:07.976Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:4377dcb427e70aecc049ac365073b8ab0e1b296cb9dac4a5b323be3ff9e84838 0.0s done [2025-06-23T05:16:07.976Z] #6 CACHED [2025-06-23T05:16:07.976Z] [2025-06-23T05:16:07.976Z] #7 exporting to image [2025-06-23T05:16:07.976Z] #7 exporting layers [2025-06-23T05:16:07.976Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T05:16:08.237Z] #7 exporting layers done [2025-06-23T05:16:08.237Z] #7 exporting manifest sha256:6925cd2449a3615d02d5114397c0bb664676068e344cb2286613d75e17258729 done [2025-06-23T05:16:08.237Z] #7 exporting config sha256:a8e56f3f649054cfb631dcab081968508a137b241415351bd5ac306df8c1b2c6 done [2025-06-23T05:16:08.237Z] #7 exporting manifest sha256:e96d7ad5c9d1d00519a7f0c219c58354f59e33484631e5123c3a7abe91ae2e11 done [2025-06-23T05:16:08.237Z] #7 exporting config sha256:278323d0926875cbce67bc639fbc4babc41512f148917b8a10762d9a3a58f1c9 done [2025-06-23T05:16:08.237Z] #7 exporting manifest list sha256:04fc9638445bb6a040b638e78331e35bc75da8894e42e6dfa6bfd3e9e5bcfed8 done [2025-06-23T05:16:08.237Z] #7 pushing layers 0.0s done [2025-06-23T05:16:08.237Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:04fc9638445bb6a040b638e78331e35bc75da8894e42e6dfa6bfd3e9e5bcfed8 0.1s done [2025-06-23T05:16:08.237Z] #7 DONE 0.1s [2025-06-23T05:16:08.237Z] [2025-06-23T05:16:08.237Z] #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T05:16:08.237Z] #8 DONE 0.0s [2025-06-23T05:16:08.237Z] [2025-06-23T05:16:08.237Z] 1 warning found (use --debug to expand): [2025-06-23T05:16:08.237Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T05:16:08.527Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main' [2025-06-23T05:16:08.527Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:main --push - [2025-06-23T05:16:08.527Z] #1 [internal] load build definition from Dockerfile [2025-06-23T05:16:08.527Z] #1 transferring dockerfile: 168B done [2025-06-23T05:16:08.527Z] #1 DONE 0.0s [2025-06-23T05:16:08.527Z] [2025-06-23T05:16:08.527Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-06-23T05:16:08.527Z] #2 DONE 0.0s [2025-06-23T05:16:08.527Z] [2025-06-23T05:16:08.527Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-06-23T05:16:08.527Z] #3 DONE 0.0s [2025-06-23T05:16:08.527Z] [2025-06-23T05:16:08.527Z] #4 [internal] load .dockerignore [2025-06-23T05:16:08.527Z] #4 transferring context: 2B done [2025-06-23T05:16:08.527Z] #4 DONE 0.0s [2025-06-23T05:16:08.527Z] [2025-06-23T05:16:08.527Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:4377dcb427e70aecc049ac365073b8ab0e1b296cb9dac4a5b323be3ff9e84838 [2025-06-23T05:16:08.527Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:4377dcb427e70aecc049ac365073b8ab0e1b296cb9dac4a5b323be3ff9e84838 0.0s done [2025-06-23T05:16:08.527Z] #5 CACHED [2025-06-23T05:16:08.527Z] [2025-06-23T05:16:08.527Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:4377dcb427e70aecc049ac365073b8ab0e1b296cb9dac4a5b323be3ff9e84838 [2025-06-23T05:16:08.527Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:4377dcb427e70aecc049ac365073b8ab0e1b296cb9dac4a5b323be3ff9e84838 0.0s done [2025-06-23T05:16:08.527Z] #6 CACHED [2025-06-23T05:16:08.527Z] [2025-06-23T05:16:08.527Z] #7 exporting to image [2025-06-23T05:16:08.527Z] #7 exporting layers done [2025-06-23T05:16:08.527Z] #7 exporting manifest sha256:6925cd2449a3615d02d5114397c0bb664676068e344cb2286613d75e17258729 done [2025-06-23T05:16:08.527Z] #7 exporting config sha256:a8e56f3f649054cfb631dcab081968508a137b241415351bd5ac306df8c1b2c6 done [2025-06-23T05:16:08.527Z] #7 exporting manifest sha256:e96d7ad5c9d1d00519a7f0c219c58354f59e33484631e5123c3a7abe91ae2e11 done [2025-06-23T05:16:08.527Z] #7 exporting config sha256:278323d0926875cbce67bc639fbc4babc41512f148917b8a10762d9a3a58f1c9 done [2025-06-23T05:16:08.527Z] #7 exporting manifest list sha256:04fc9638445bb6a040b638e78331e35bc75da8894e42e6dfa6bfd3e9e5bcfed8 done [2025-06-23T05:16:08.527Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T05:16:08.952Z] #7 pushing layers 0.0s done [2025-06-23T05:16:08.952Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:04fc9638445bb6a040b638e78331e35bc75da8894e42e6dfa6bfd3e9e5bcfed8 0.1s done [2025-06-23T05:16:08.952Z] #7 DONE 0.1s [2025-06-23T05:16:08.952Z] [2025-06-23T05:16:08.952Z] #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T05:16:08.952Z] #8 DONE 0.0s [2025-06-23T05:16:08.952Z] [2025-06-23T05:16:08.952Z] 1 warning found (use --debug to expand): [2025-06-23T05:16:08.952Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T05:16:11.177Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:92d5141f885416a010e7c9a103f0840019be69f6' [2025-06-23T05:16:11.178Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:92d5141f885416a010e7c9a103f0840019be69f6 --push - [2025-06-23T05:16:11.178Z] #1 [internal] load build definition from Dockerfile [2025-06-23T05:16:11.178Z] #1 transferring dockerfile: 205B done [2025-06-23T05:16:11.178Z] #1 DONE 0.0s [2025-06-23T05:16:11.178Z] [2025-06-23T05:16:11.178Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:16:11.178Z] #2 DONE 0.0s [2025-06-23T05:16:11.178Z] [2025-06-23T05:16:11.178Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:16:11.178Z] #3 DONE 0.1s [2025-06-23T05:16:11.178Z] [2025-06-23T05:16:11.178Z] #4 [internal] load .dockerignore [2025-06-23T05:16:11.178Z] #4 transferring context: 2B done [2025-06-23T05:16:11.178Z] #4 DONE 0.0s [2025-06-23T05:16:11.178Z] [2025-06-23T05:16:11.178Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:92d5141f885416a010e7c9a103f0840019be69f6@sha256:6caff1340653b5a61df9b15b1bc18d2dd0d55dface15972bb08555cc799ad83a [2025-06-23T05:16:11.178Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:92d5141f885416a010e7c9a103f0840019be69f6@sha256:6caff1340653b5a61df9b15b1bc18d2dd0d55dface15972bb08555cc799ad83a 0.0s done [2025-06-23T05:16:11.178Z] #5 DONE 0.0s [2025-06-23T05:16:11.178Z] [2025-06-23T05:16:11.178Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:92d5141f885416a010e7c9a103f0840019be69f6@sha256:6caff1340653b5a61df9b15b1bc18d2dd0d55dface15972bb08555cc799ad83a [2025-06-23T05:16:11.437Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:92d5141f885416a010e7c9a103f0840019be69f6@sha256:6caff1340653b5a61df9b15b1bc18d2dd0d55dface15972bb08555cc799ad83a 0.0s done [2025-06-23T05:16:11.437Z] #6 DONE 0.0s [2025-06-23T05:16:11.437Z] [2025-06-23T05:16:11.437Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:92d5141f885416a010e7c9a103f0840019be69f6@sha256:6caff1340653b5a61df9b15b1bc18d2dd0d55dface15972bb08555cc799ad83a [2025-06-23T05:16:11.437Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:92d5141f885416a010e7c9a103f0840019be69f6@sha256:6caff1340653b5a61df9b15b1bc18d2dd0d55dface15972bb08555cc799ad83a 0.0s done [2025-06-23T05:16:11.437Z] #5 DONE 0.1s [2025-06-23T05:16:11.437Z] [2025-06-23T05:16:11.437Z] #7 exporting to image [2025-06-23T05:16:11.437Z] #7 exporting layers done [2025-06-23T05:16:11.437Z] #7 exporting manifest sha256:cf202178442d98e79d9c6bfc73fedbd2e7e6486945dd7deb929abe8e80332821 done [2025-06-23T05:16:11.437Z] #7 exporting config sha256:548ec83fd52e4c113937b3277985f5d47b587cfe91c97b9765941e9fe1f0d1a9 done [2025-06-23T05:16:11.437Z] #7 exporting manifest sha256:76354da5cf4a0b227e59c35dc3863840d82c34df79c7029170b854107f23e2a1 done [2025-06-23T05:16:11.437Z] #7 exporting config sha256:25d3fe54afe2a4e8c668e807e19602f6001db7b2a98160dc3e6f4f9186ba3f92 done [2025-06-23T05:16:11.437Z] #7 exporting manifest list sha256:1cc5d64fc682c305b4b49d15a32f40d4171448ed6ae63d2c9edfa3f4452edcb1 [2025-06-23T05:16:11.437Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T05:16:11.437Z] #7 ... [2025-06-23T05:16:11.437Z] [2025-06-23T05:16:11.437Z] #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T05:16:11.437Z] #8 DONE 0.0s [2025-06-23T05:16:11.437Z] [2025-06-23T05:16:11.437Z] #7 exporting to image [2025-06-23T05:16:11.437Z] #7 exporting manifest list sha256:1cc5d64fc682c305b4b49d15a32f40d4171448ed6ae63d2c9edfa3f4452edcb1 done [2025-06-23T05:16:11.437Z] #7 pushing layers 0.1s done [2025-06-23T05:16:11.437Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:92d5141f885416a010e7c9a103f0840019be69f6@sha256:1cc5d64fc682c305b4b49d15a32f40d4171448ed6ae63d2c9edfa3f4452edcb1 [2025-06-23T05:16:11.696Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:92d5141f885416a010e7c9a103f0840019be69f6@sha256:1cc5d64fc682c305b4b49d15a32f40d4171448ed6ae63d2c9edfa3f4452edcb1 0.1s done [2025-06-23T05:16:11.696Z] #7 DONE 0.2s [2025-06-23T05:16:11.696Z] [2025-06-23T05:16:11.696Z] 1 warning found (use --debug to expand): [2025-06-23T05:16:11.696Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T05:16:11.984Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest' [2025-06-23T05:16:11.984Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:latest --push - [2025-06-23T05:16:11.984Z] #1 [internal] load build definition from Dockerfile [2025-06-23T05:16:11.984Z] #1 transferring dockerfile: 171B done [2025-06-23T05:16:11.984Z] #1 DONE 0.0s [2025-06-23T05:16:11.984Z] [2025-06-23T05:16:11.984Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-06-23T05:16:11.984Z] #2 DONE 0.0s [2025-06-23T05:16:11.984Z] [2025-06-23T05:16:11.984Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-06-23T05:16:11.984Z] #3 DONE 0.0s [2025-06-23T05:16:11.984Z] [2025-06-23T05:16:11.984Z] #4 [internal] load .dockerignore [2025-06-23T05:16:11.984Z] #4 transferring context: 2B done [2025-06-23T05:16:11.984Z] #4 DONE 0.0s [2025-06-23T05:16:11.984Z] [2025-06-23T05:16:11.984Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:6caff1340653b5a61df9b15b1bc18d2dd0d55dface15972bb08555cc799ad83a [2025-06-23T05:16:11.984Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:6caff1340653b5a61df9b15b1bc18d2dd0d55dface15972bb08555cc799ad83a done [2025-06-23T05:16:11.984Z] #5 CACHED [2025-06-23T05:16:11.984Z] [2025-06-23T05:16:11.984Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:6caff1340653b5a61df9b15b1bc18d2dd0d55dface15972bb08555cc799ad83a [2025-06-23T05:16:11.984Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:6caff1340653b5a61df9b15b1bc18d2dd0d55dface15972bb08555cc799ad83a 0.0s done [2025-06-23T05:16:11.984Z] #6 CACHED [2025-06-23T05:16:11.984Z] [2025-06-23T05:16:11.984Z] #7 exporting to image [2025-06-23T05:16:11.984Z] #7 exporting layers done [2025-06-23T05:16:11.984Z] #7 exporting manifest sha256:cf202178442d98e79d9c6bfc73fedbd2e7e6486945dd7deb929abe8e80332821 done [2025-06-23T05:16:11.984Z] #7 exporting config sha256:548ec83fd52e4c113937b3277985f5d47b587cfe91c97b9765941e9fe1f0d1a9 done [2025-06-23T05:16:11.984Z] #7 exporting manifest sha256:76354da5cf4a0b227e59c35dc3863840d82c34df79c7029170b854107f23e2a1 done [2025-06-23T05:16:11.984Z] #7 exporting config sha256:25d3fe54afe2a4e8c668e807e19602f6001db7b2a98160dc3e6f4f9186ba3f92 done [2025-06-23T05:16:11.984Z] #7 exporting manifest list sha256:1cc5d64fc682c305b4b49d15a32f40d4171448ed6ae63d2c9edfa3f4452edcb1 done [2025-06-23T05:16:11.984Z] #7 pushing layers [2025-06-23T05:16:11.984Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T05:16:12.243Z] #7 pushing layers 0.0s done [2025-06-23T05:16:12.243Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:1cc5d64fc682c305b4b49d15a32f40d4171448ed6ae63d2c9edfa3f4452edcb1 0.1s done [2025-06-23T05:16:12.243Z] #7 DONE 0.1s [2025-06-23T05:16:12.243Z] [2025-06-23T05:16:12.243Z] #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T05:16:12.243Z] #8 DONE 0.0s [2025-06-23T05:16:12.243Z] [2025-06-23T05:16:12.243Z] 1 warning found (use --debug to expand): [2025-06-23T05:16:12.243Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T05:16:12.619Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.26' [2025-06-23T05:16:12.619Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.26 --push - [2025-06-23T05:16:12.619Z] #1 [internal] load build definition from Dockerfile [2025-06-23T05:16:12.619Z] #1 transferring dockerfile: 177B done [2025-06-23T05:16:12.619Z] #1 DONE 0.0s [2025-06-23T05:16:12.619Z] [2025-06-23T05:16:12.619Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.26 [2025-06-23T05:16:12.619Z] #2 DONE 0.0s [2025-06-23T05:16:12.619Z] [2025-06-23T05:16:12.619Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.26 [2025-06-23T05:16:12.619Z] #3 DONE 0.0s [2025-06-23T05:16:12.619Z] [2025-06-23T05:16:12.619Z] #4 [internal] load .dockerignore [2025-06-23T05:16:12.619Z] #4 transferring context: 2B done [2025-06-23T05:16:12.619Z] #4 DONE 0.0s [2025-06-23T05:16:12.619Z] [2025-06-23T05:16:12.619Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.26@sha256:6caff1340653b5a61df9b15b1bc18d2dd0d55dface15972bb08555cc799ad83a [2025-06-23T05:16:12.619Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.26@sha256:6caff1340653b5a61df9b15b1bc18d2dd0d55dface15972bb08555cc799ad83a done [2025-06-23T05:16:12.619Z] #5 CACHED [2025-06-23T05:16:12.619Z] [2025-06-23T05:16:12.619Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.26@sha256:6caff1340653b5a61df9b15b1bc18d2dd0d55dface15972bb08555cc799ad83a [2025-06-23T05:16:12.619Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.26@sha256:6caff1340653b5a61df9b15b1bc18d2dd0d55dface15972bb08555cc799ad83a 0.0s done [2025-06-23T05:16:12.619Z] #6 CACHED [2025-06-23T05:16:12.619Z] [2025-06-23T05:16:12.619Z] #7 exporting to image [2025-06-23T05:16:12.619Z] #7 exporting layers done [2025-06-23T05:16:12.619Z] #7 exporting manifest sha256:cf202178442d98e79d9c6bfc73fedbd2e7e6486945dd7deb929abe8e80332821 done [2025-06-23T05:16:12.619Z] #7 exporting config sha256:548ec83fd52e4c113937b3277985f5d47b587cfe91c97b9765941e9fe1f0d1a9 done [2025-06-23T05:16:12.620Z] #7 exporting manifest sha256:76354da5cf4a0b227e59c35dc3863840d82c34df79c7029170b854107f23e2a1 done [2025-06-23T05:16:12.620Z] #7 exporting config sha256:25d3fe54afe2a4e8c668e807e19602f6001db7b2a98160dc3e6f4f9186ba3f92 done [2025-06-23T05:16:12.620Z] #7 exporting manifest list sha256:1cc5d64fc682c305b4b49d15a32f40d4171448ed6ae63d2c9edfa3f4452edcb1 done [2025-06-23T05:16:12.620Z] #7 pushing layers 0.0s done [2025-06-23T05:16:12.620Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.26@sha256:1cc5d64fc682c305b4b49d15a32f40d4171448ed6ae63d2c9edfa3f4452edcb1 [2025-06-23T05:16:12.620Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T05:16:13.745Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.26@sha256:1cc5d64fc682c305b4b49d15a32f40d4171448ed6ae63d2c9edfa3f4452edcb1 0.1s done [2025-06-23T05:16:13.746Z] #7 DONE 0.1s [2025-06-23T05:16:13.746Z] [2025-06-23T05:16:13.746Z] #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T05:16:13.746Z] #8 DONE 0.0s [2025-06-23T05:16:13.746Z] [2025-06-23T05:16:13.746Z] 1 warning found (use --debug to expand): [2025-06-23T05:16:13.746Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T05:16:14.043Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26' [2025-06-23T05:16:14.043Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 --push - [2025-06-23T05:16:14.043Z] #1 [internal] load build definition from Dockerfile [2025-06-23T05:16:14.043Z] #1 transferring dockerfile: 218B done [2025-06-23T05:16:14.043Z] #1 DONE 0.0s [2025-06-23T05:16:14.043Z] [2025-06-23T05:16:14.043Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:16:14.043Z] #2 DONE 0.0s [2025-06-23T05:16:14.043Z] [2025-06-23T05:16:14.043Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:16:14.043Z] #3 DONE 0.0s [2025-06-23T05:16:14.043Z] [2025-06-23T05:16:14.043Z] #4 [internal] load .dockerignore [2025-06-23T05:16:14.043Z] #4 transferring context: 2B done [2025-06-23T05:16:14.043Z] #4 DONE 0.0s [2025-06-23T05:16:14.043Z] [2025-06-23T05:16:14.043Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:6caff1340653b5a61df9b15b1bc18d2dd0d55dface15972bb08555cc799ad83a [2025-06-23T05:16:14.043Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:6caff1340653b5a61df9b15b1bc18d2dd0d55dface15972bb08555cc799ad83a done [2025-06-23T05:16:14.043Z] #5 CACHED [2025-06-23T05:16:14.043Z] [2025-06-23T05:16:14.043Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:6caff1340653b5a61df9b15b1bc18d2dd0d55dface15972bb08555cc799ad83a [2025-06-23T05:16:14.044Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:6caff1340653b5a61df9b15b1bc18d2dd0d55dface15972bb08555cc799ad83a 0.0s done [2025-06-23T05:16:14.044Z] #6 CACHED [2025-06-23T05:16:14.044Z] [2025-06-23T05:16:14.044Z] #7 exporting to image [2025-06-23T05:16:14.044Z] #7 exporting layers done [2025-06-23T05:16:14.044Z] #7 exporting manifest sha256:cf202178442d98e79d9c6bfc73fedbd2e7e6486945dd7deb929abe8e80332821 done [2025-06-23T05:16:14.044Z] #7 exporting config sha256:548ec83fd52e4c113937b3277985f5d47b587cfe91c97b9765941e9fe1f0d1a9 done [2025-06-23T05:16:14.044Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T05:16:14.308Z] #7 exporting manifest sha256:76354da5cf4a0b227e59c35dc3863840d82c34df79c7029170b854107f23e2a1 done [2025-06-23T05:16:14.308Z] #7 exporting config sha256:25d3fe54afe2a4e8c668e807e19602f6001db7b2a98160dc3e6f4f9186ba3f92 done [2025-06-23T05:16:14.308Z] #7 exporting manifest list sha256:1cc5d64fc682c305b4b49d15a32f40d4171448ed6ae63d2c9edfa3f4452edcb1 done [2025-06-23T05:16:14.308Z] #7 pushing layers 0.0s done [2025-06-23T05:16:14.308Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:1cc5d64fc682c305b4b49d15a32f40d4171448ed6ae63d2c9edfa3f4452edcb1 0.1s done [2025-06-23T05:16:14.308Z] #7 DONE 0.1s [2025-06-23T05:16:14.308Z] [2025-06-23T05:16:14.308Z] #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T05:16:14.308Z] #8 DONE 0.0s [2025-06-23T05:16:14.308Z] [2025-06-23T05:16:14.308Z] 1 warning found (use --debug to expand): [2025-06-23T05:16:14.308Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T05:16:14.597Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main' [2025-06-23T05:16:14.597Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:main --push - [2025-06-23T05:16:14.597Z] #1 [internal] load build definition from Dockerfile [2025-06-23T05:16:14.597Z] #1 transferring dockerfile: 169B done [2025-06-23T05:16:14.597Z] #1 DONE 0.0s [2025-06-23T05:16:14.597Z] [2025-06-23T05:16:14.597Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-06-23T05:16:14.597Z] #2 DONE 0.0s [2025-06-23T05:16:14.597Z] [2025-06-23T05:16:14.597Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-06-23T05:16:14.597Z] #3 DONE 0.0s [2025-06-23T05:16:14.597Z] [2025-06-23T05:16:14.597Z] #4 [internal] load .dockerignore [2025-06-23T05:16:14.597Z] #4 transferring context: 2B done [2025-06-23T05:16:14.597Z] #4 DONE 0.0s [2025-06-23T05:16:14.597Z] [2025-06-23T05:16:14.597Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:6caff1340653b5a61df9b15b1bc18d2dd0d55dface15972bb08555cc799ad83a [2025-06-23T05:16:14.597Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:6caff1340653b5a61df9b15b1bc18d2dd0d55dface15972bb08555cc799ad83a done [2025-06-23T05:16:14.597Z] #5 CACHED [2025-06-23T05:16:14.597Z] [2025-06-23T05:16:14.597Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:6caff1340653b5a61df9b15b1bc18d2dd0d55dface15972bb08555cc799ad83a [2025-06-23T05:16:14.597Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:6caff1340653b5a61df9b15b1bc18d2dd0d55dface15972bb08555cc799ad83a 0.0s done [2025-06-23T05:16:14.597Z] #6 CACHED [2025-06-23T05:16:14.597Z] [2025-06-23T05:16:14.597Z] #7 exporting to image [2025-06-23T05:16:14.597Z] #7 exporting layers done [2025-06-23T05:16:14.597Z] #7 exporting manifest sha256:cf202178442d98e79d9c6bfc73fedbd2e7e6486945dd7deb929abe8e80332821 done [2025-06-23T05:16:14.597Z] #7 exporting config sha256:548ec83fd52e4c113937b3277985f5d47b587cfe91c97b9765941e9fe1f0d1a9 done [2025-06-23T05:16:14.597Z] #7 exporting manifest sha256:76354da5cf4a0b227e59c35dc3863840d82c34df79c7029170b854107f23e2a1 done [2025-06-23T05:16:14.597Z] #7 exporting config sha256:25d3fe54afe2a4e8c668e807e19602f6001db7b2a98160dc3e6f4f9186ba3f92 [2025-06-23T05:16:14.597Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T05:16:14.857Z] #7 exporting config sha256:25d3fe54afe2a4e8c668e807e19602f6001db7b2a98160dc3e6f4f9186ba3f92 done [2025-06-23T05:16:14.857Z] #7 exporting manifest list sha256:1cc5d64fc682c305b4b49d15a32f40d4171448ed6ae63d2c9edfa3f4452edcb1 done [2025-06-23T05:16:14.857Z] #7 pushing layers 0.0s done [2025-06-23T05:16:14.857Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:1cc5d64fc682c305b4b49d15a32f40d4171448ed6ae63d2c9edfa3f4452edcb1 0.1s done [2025-06-23T05:16:14.857Z] #7 DONE 0.1s [2025-06-23T05:16:14.857Z] [2025-06-23T05:16:14.857Z] #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T05:16:14.857Z] #8 DONE 0.0s [2025-06-23T05:16:14.857Z] [2025-06-23T05:16:14.857Z] 1 warning found (use --debug to expand): [2025-06-23T05:16:14.857Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T05:16:15.153Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:92d5141f885416a010e7c9a103f0840019be69f6 --push - [2025-06-23T05:16:15.153Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:92d5141f885416a010e7c9a103f0840019be69f6' [2025-06-23T05:16:16.123Z] #1 [internal] load build definition from Dockerfile [2025-06-23T05:16:16.123Z] #1 transferring dockerfile: 211B done [2025-06-23T05:16:16.123Z] #1 DONE 0.0s [2025-06-23T05:16:16.123Z] [2025-06-23T05:16:16.123Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:16:16.123Z] #2 DONE 0.0s [2025-06-23T05:16:16.123Z] [2025-06-23T05:16:16.123Z] #3 [internal] load .dockerignore [2025-06-23T05:16:16.123Z] #3 transferring context: 2B done [2025-06-23T05:16:16.123Z] #3 DONE 0.0s [2025-06-23T05:16:16.123Z] [2025-06-23T05:16:16.123Z] #4 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:16:16.123Z] #4 DONE 0.0s [2025-06-23T05:16:16.123Z] [2025-06-23T05:16:16.123Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:92d5141f885416a010e7c9a103f0840019be69f6@sha256:4106bef82198de3db310428dcd725d80bc3529c571c3426941baf37f557fb3b0 [2025-06-23T05:16:16.123Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:92d5141f885416a010e7c9a103f0840019be69f6@sha256:4106bef82198de3db310428dcd725d80bc3529c571c3426941baf37f557fb3b0 done [2025-06-23T05:16:16.123Z] #5 DONE 0.0s [2025-06-23T05:16:16.123Z] [2025-06-23T05:16:16.123Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:92d5141f885416a010e7c9a103f0840019be69f6@sha256:4106bef82198de3db310428dcd725d80bc3529c571c3426941baf37f557fb3b0 [2025-06-23T05:16:16.123Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:92d5141f885416a010e7c9a103f0840019be69f6@sha256:4106bef82198de3db310428dcd725d80bc3529c571c3426941baf37f557fb3b0 0.0s done [2025-06-23T05:16:16.123Z] #6 DONE 0.0s [2025-06-23T05:16:16.123Z] [2025-06-23T05:16:16.123Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:92d5141f885416a010e7c9a103f0840019be69f6@sha256:4106bef82198de3db310428dcd725d80bc3529c571c3426941baf37f557fb3b0 [2025-06-23T05:16:16.123Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:92d5141f885416a010e7c9a103f0840019be69f6@sha256:4106bef82198de3db310428dcd725d80bc3529c571c3426941baf37f557fb3b0 done [2025-06-23T05:16:16.123Z] #5 DONE 0.1s [2025-06-23T05:16:16.123Z] [2025-06-23T05:16:16.123Z] #7 exporting to image [2025-06-23T05:16:16.123Z] #7 exporting layers done [2025-06-23T05:16:16.123Z] #7 exporting manifest sha256:9e94e4a0a379dc7dac65ffdec0adeabb2806df37e4b54ec20294c9a22a9e053d done [2025-06-23T05:16:16.123Z] #7 exporting config sha256:42a4e6a5118d3bd6a30e63c009be0a2e98303e9d517420e3a8b983e1633eb103 [2025-06-23T05:16:16.123Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T05:16:16.123Z] #7 ... [2025-06-23T05:16:16.123Z] [2025-06-23T05:16:16.123Z] #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T05:16:16.123Z] #8 DONE 0.0s [2025-06-23T05:16:16.123Z] [2025-06-23T05:16:16.123Z] #7 exporting to image [2025-06-23T05:16:16.123Z] #7 exporting config sha256:42a4e6a5118d3bd6a30e63c009be0a2e98303e9d517420e3a8b983e1633eb103 done [2025-06-23T05:16:16.123Z] #7 exporting manifest sha256:c04459deb5ca9ac243b6a9e51d659024ef0bc461a39d12094b07abafd5108ac9 done [2025-06-23T05:16:16.123Z] #7 exporting config sha256:852c8e6d04f8c2a373192db5ff9247631fb358ea7a643c579ebc8277679083b3 done [2025-06-23T05:16:16.123Z] #7 exporting manifest list sha256:4af1f7aa86996f71a4c4d95fe554d2854cbd908a21f9219769d897af048a5450 done [2025-06-23T05:16:16.123Z] #7 pushing layers [2025-06-23T05:16:16.381Z] #7 pushing layers 0.9s done [2025-06-23T05:16:16.381Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:92d5141f885416a010e7c9a103f0840019be69f6@sha256:4af1f7aa86996f71a4c4d95fe554d2854cbd908a21f9219769d897af048a5450 0.1s done [2025-06-23T05:16:16.381Z] #7 DONE 1.0s [2025-06-23T05:16:16.381Z] [2025-06-23T05:16:16.381Z] 1 warning found (use --debug to expand): [2025-06-23T05:16:16.381Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T05:16:17.285Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest' [2025-06-23T05:16:17.285Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest --push - [2025-06-23T05:16:17.285Z] #1 [internal] load build definition from Dockerfile [2025-06-23T05:16:17.285Z] #1 transferring dockerfile: 177B done [2025-06-23T05:16:17.285Z] #1 DONE 0.0s [2025-06-23T05:16:17.285Z] [2025-06-23T05:16:17.285Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-06-23T05:16:17.285Z] #2 DONE 0.0s [2025-06-23T05:16:17.285Z] [2025-06-23T05:16:17.285Z] #3 [internal] load .dockerignore [2025-06-23T05:16:17.285Z] #3 transferring context: 2B done [2025-06-23T05:16:17.285Z] #3 DONE 0.0s [2025-06-23T05:16:17.285Z] [2025-06-23T05:16:17.285Z] #4 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-06-23T05:16:17.285Z] #4 DONE 0.1s [2025-06-23T05:16:17.285Z] [2025-06-23T05:16:17.285Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:4106bef82198de3db310428dcd725d80bc3529c571c3426941baf37f557fb3b0 [2025-06-23T05:16:17.285Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:4106bef82198de3db310428dcd725d80bc3529c571c3426941baf37f557fb3b0 done [2025-06-23T05:16:17.285Z] #5 CACHED [2025-06-23T05:16:17.285Z] [2025-06-23T05:16:17.285Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:4106bef82198de3db310428dcd725d80bc3529c571c3426941baf37f557fb3b0 [2025-06-23T05:16:17.285Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:4106bef82198de3db310428dcd725d80bc3529c571c3426941baf37f557fb3b0 0.0s done [2025-06-23T05:16:17.285Z] #6 CACHED [2025-06-23T05:16:17.285Z] [2025-06-23T05:16:17.285Z] #7 exporting to image [2025-06-23T05:16:17.285Z] #7 exporting layers done [2025-06-23T05:16:17.285Z] #7 exporting manifest sha256:9e94e4a0a379dc7dac65ffdec0adeabb2806df37e4b54ec20294c9a22a9e053d done [2025-06-23T05:16:17.285Z] #7 exporting config sha256:42a4e6a5118d3bd6a30e63c009be0a2e98303e9d517420e3a8b983e1633eb103 done [2025-06-23T05:16:17.285Z] #7 exporting manifest sha256:c04459deb5ca9ac243b6a9e51d659024ef0bc461a39d12094b07abafd5108ac9 done [2025-06-23T05:16:17.285Z] #7 exporting config sha256:852c8e6d04f8c2a373192db5ff9247631fb358ea7a643c579ebc8277679083b3 done [2025-06-23T05:16:17.285Z] #7 exporting manifest list sha256:4af1f7aa86996f71a4c4d95fe554d2854cbd908a21f9219769d897af048a5450 done [2025-06-23T05:16:17.285Z] #7 pushing layers [2025-06-23T05:16:17.285Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T05:16:18.581Z] #7 pushing layers 1.7s done [2025-06-23T05:16:18.581Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:4af1f7aa86996f71a4c4d95fe554d2854cbd908a21f9219769d897af048a5450 0.1s done [2025-06-23T05:16:18.581Z] #7 DONE 1.8s [2025-06-23T05:16:18.581Z] [2025-06-23T05:16:18.581Z] #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T05:16:18.581Z] #8 DONE 0.0s [2025-06-23T05:16:18.581Z] [2025-06-23T05:16:18.581Z] 1 warning found (use --debug to expand): [2025-06-23T05:16:18.581Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T05:16:18.870Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.26' [2025-06-23T05:16:18.870Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.26 --push - [2025-06-23T05:16:18.870Z] #1 [internal] load build definition from Dockerfile [2025-06-23T05:16:18.870Z] #1 transferring dockerfile: 183B done [2025-06-23T05:16:18.870Z] #1 DONE 0.0s [2025-06-23T05:16:18.870Z] [2025-06-23T05:16:18.870Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.26 [2025-06-23T05:16:18.870Z] #2 DONE 0.0s [2025-06-23T05:16:18.870Z] [2025-06-23T05:16:18.870Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.26 [2025-06-23T05:16:18.870Z] #3 DONE 0.0s [2025-06-23T05:16:18.870Z] [2025-06-23T05:16:18.870Z] #4 [internal] load .dockerignore [2025-06-23T05:16:18.870Z] #4 transferring context: 2B done [2025-06-23T05:16:18.870Z] #4 DONE 0.0s [2025-06-23T05:16:18.870Z] [2025-06-23T05:16:18.870Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.26@sha256:4106bef82198de3db310428dcd725d80bc3529c571c3426941baf37f557fb3b0 [2025-06-23T05:16:18.870Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.26@sha256:4106bef82198de3db310428dcd725d80bc3529c571c3426941baf37f557fb3b0 0.0s done [2025-06-23T05:16:18.870Z] #5 CACHED [2025-06-23T05:16:18.870Z] [2025-06-23T05:16:18.870Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.26@sha256:4106bef82198de3db310428dcd725d80bc3529c571c3426941baf37f557fb3b0 [2025-06-23T05:16:18.870Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.26@sha256:4106bef82198de3db310428dcd725d80bc3529c571c3426941baf37f557fb3b0 0.0s done [2025-06-23T05:16:18.870Z] #6 CACHED [2025-06-23T05:16:18.870Z] [2025-06-23T05:16:18.870Z] #7 exporting to image [2025-06-23T05:16:18.870Z] #7 exporting layers done [2025-06-23T05:16:18.870Z] #7 exporting manifest sha256:9e94e4a0a379dc7dac65ffdec0adeabb2806df37e4b54ec20294c9a22a9e053d done [2025-06-23T05:16:18.870Z] #7 exporting config sha256:42a4e6a5118d3bd6a30e63c009be0a2e98303e9d517420e3a8b983e1633eb103 done [2025-06-23T05:16:18.870Z] #7 exporting manifest sha256:c04459deb5ca9ac243b6a9e51d659024ef0bc461a39d12094b07abafd5108ac9 done [2025-06-23T05:16:18.870Z] #7 exporting config sha256:852c8e6d04f8c2a373192db5ff9247631fb358ea7a643c579ebc8277679083b3 done [2025-06-23T05:16:18.870Z] #7 exporting manifest list sha256:4af1f7aa86996f71a4c4d95fe554d2854cbd908a21f9219769d897af048a5450 [2025-06-23T05:16:18.870Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T05:16:19.129Z] #7 exporting manifest list sha256:4af1f7aa86996f71a4c4d95fe554d2854cbd908a21f9219769d897af048a5450 done [2025-06-23T05:16:19.129Z] #7 pushing layers 0.0s done [2025-06-23T05:16:19.129Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.26@sha256:4af1f7aa86996f71a4c4d95fe554d2854cbd908a21f9219769d897af048a5450 0.1s done [2025-06-23T05:16:19.129Z] #7 DONE 0.1s [2025-06-23T05:16:19.129Z] [2025-06-23T05:16:19.129Z] #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T05:16:19.129Z] #8 DONE 0.0s [2025-06-23T05:16:19.129Z] [2025-06-23T05:16:19.129Z] 1 warning found (use --debug to expand): [2025-06-23T05:16:19.129Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T05:16:19.414Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 --push - [2025-06-23T05:16:19.414Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26' [2025-06-23T05:16:19.414Z] #1 [internal] load build definition from Dockerfile [2025-06-23T05:16:19.414Z] #1 transferring dockerfile: 224B done [2025-06-23T05:16:19.414Z] #1 DONE 0.0s [2025-06-23T05:16:19.414Z] [2025-06-23T05:16:19.414Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:16:19.414Z] #2 DONE 0.0s [2025-06-23T05:16:19.414Z] [2025-06-23T05:16:19.414Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:16:19.414Z] #3 DONE 0.0s [2025-06-23T05:16:19.414Z] [2025-06-23T05:16:19.414Z] #4 [internal] load .dockerignore [2025-06-23T05:16:19.414Z] #4 transferring context: 2B done [2025-06-23T05:16:19.414Z] #4 DONE 0.0s [2025-06-23T05:16:19.414Z] [2025-06-23T05:16:19.414Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:4106bef82198de3db310428dcd725d80bc3529c571c3426941baf37f557fb3b0 [2025-06-23T05:16:19.414Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:4106bef82198de3db310428dcd725d80bc3529c571c3426941baf37f557fb3b0 0.0s done [2025-06-23T05:16:19.414Z] #5 CACHED [2025-06-23T05:16:19.414Z] [2025-06-23T05:16:19.414Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:4106bef82198de3db310428dcd725d80bc3529c571c3426941baf37f557fb3b0 [2025-06-23T05:16:19.414Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:4106bef82198de3db310428dcd725d80bc3529c571c3426941baf37f557fb3b0 0.0s done [2025-06-23T05:16:19.414Z] #6 CACHED [2025-06-23T05:16:19.414Z] [2025-06-23T05:16:19.414Z] #7 exporting to image [2025-06-23T05:16:19.414Z] #7 exporting layers done [2025-06-23T05:16:19.414Z] #7 exporting manifest sha256:9e94e4a0a379dc7dac65ffdec0adeabb2806df37e4b54ec20294c9a22a9e053d done [2025-06-23T05:16:19.414Z] #7 exporting config sha256:42a4e6a5118d3bd6a30e63c009be0a2e98303e9d517420e3a8b983e1633eb103 [2025-06-23T05:16:19.414Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T05:16:19.675Z] #7 exporting config sha256:42a4e6a5118d3bd6a30e63c009be0a2e98303e9d517420e3a8b983e1633eb103 done [2025-06-23T05:16:19.675Z] #7 exporting manifest sha256:c04459deb5ca9ac243b6a9e51d659024ef0bc461a39d12094b07abafd5108ac9 done [2025-06-23T05:16:19.675Z] #7 exporting config sha256:852c8e6d04f8c2a373192db5ff9247631fb358ea7a643c579ebc8277679083b3 done [2025-06-23T05:16:19.675Z] #7 exporting manifest list sha256:4af1f7aa86996f71a4c4d95fe554d2854cbd908a21f9219769d897af048a5450 done [2025-06-23T05:16:19.675Z] #7 pushing layers 0.0s done [2025-06-23T05:16:19.675Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:4af1f7aa86996f71a4c4d95fe554d2854cbd908a21f9219769d897af048a5450 0.1s done [2025-06-23T05:16:19.675Z] #7 DONE 0.1s [2025-06-23T05:16:19.675Z] [2025-06-23T05:16:19.675Z] #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T05:16:19.675Z] #8 DONE 0.0s [2025-06-23T05:16:19.675Z] [2025-06-23T05:16:19.675Z] 1 warning found (use --debug to expand): [2025-06-23T05:16:19.675Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T05:16:20.597Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main' [2025-06-23T05:16:20.597Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:main --push - [2025-06-23T05:16:20.597Z] #1 [internal] load build definition from Dockerfile [2025-06-23T05:16:20.597Z] #1 transferring dockerfile: 175B done [2025-06-23T05:16:20.597Z] #1 DONE 0.0s [2025-06-23T05:16:20.597Z] [2025-06-23T05:16:20.597Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-06-23T05:16:20.597Z] #2 DONE 0.0s [2025-06-23T05:16:20.597Z] [2025-06-23T05:16:20.597Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-06-23T05:16:20.597Z] #3 DONE 0.0s [2025-06-23T05:16:20.597Z] [2025-06-23T05:16:20.597Z] #4 [internal] load .dockerignore [2025-06-23T05:16:20.597Z] #4 transferring context: 2B done [2025-06-23T05:16:20.597Z] #4 DONE 0.0s [2025-06-23T05:16:20.597Z] [2025-06-23T05:16:20.597Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:4106bef82198de3db310428dcd725d80bc3529c571c3426941baf37f557fb3b0 [2025-06-23T05:16:20.597Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:4106bef82198de3db310428dcd725d80bc3529c571c3426941baf37f557fb3b0 done [2025-06-23T05:16:20.597Z] #5 CACHED [2025-06-23T05:16:20.597Z] [2025-06-23T05:16:20.597Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:4106bef82198de3db310428dcd725d80bc3529c571c3426941baf37f557fb3b0 [2025-06-23T05:16:20.597Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:4106bef82198de3db310428dcd725d80bc3529c571c3426941baf37f557fb3b0 0.0s done [2025-06-23T05:16:20.597Z] #6 CACHED [2025-06-23T05:16:20.597Z] [2025-06-23T05:16:20.597Z] #7 exporting to image [2025-06-23T05:16:20.597Z] #7 exporting layers done [2025-06-23T05:16:20.597Z] #7 exporting manifest sha256:9e94e4a0a379dc7dac65ffdec0adeabb2806df37e4b54ec20294c9a22a9e053d done [2025-06-23T05:16:20.597Z] #7 exporting config sha256:42a4e6a5118d3bd6a30e63c009be0a2e98303e9d517420e3a8b983e1633eb103 done [2025-06-23T05:16:20.597Z] #7 exporting manifest sha256:c04459deb5ca9ac243b6a9e51d659024ef0bc461a39d12094b07abafd5108ac9 done [2025-06-23T05:16:20.597Z] #7 exporting config sha256:852c8e6d04f8c2a373192db5ff9247631fb358ea7a643c579ebc8277679083b3 done [2025-06-23T05:16:20.597Z] #7 exporting manifest list sha256:4af1f7aa86996f71a4c4d95fe554d2854cbd908a21f9219769d897af048a5450 done [2025-06-23T05:16:20.597Z] #7 pushing layers 0.0s done [2025-06-23T05:16:20.597Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:4af1f7aa86996f71a4c4d95fe554d2854cbd908a21f9219769d897af048a5450 [2025-06-23T05:16:20.597Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T05:16:20.856Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:4af1f7aa86996f71a4c4d95fe554d2854cbd908a21f9219769d897af048a5450 0.1s done [2025-06-23T05:16:20.856Z] #7 DONE 0.1s [2025-06-23T05:16:20.856Z] [2025-06-23T05:16:20.856Z] #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T05:16:20.856Z] #8 DONE 0.0s [2025-06-23T05:16:20.856Z] [2025-06-23T05:16:20.856Z] 1 warning found (use --debug to expand): [2025-06-23T05:16:20.856Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T05:16:21.145Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:92d5141f885416a010e7c9a103f0840019be69f6' [2025-06-23T05:16:21.145Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:92d5141f885416a010e7c9a103f0840019be69f6 --push - [2025-06-23T05:16:21.145Z] #1 [internal] load build definition from Dockerfile [2025-06-23T05:16:21.145Z] #1 transferring dockerfile: 215B done [2025-06-23T05:16:21.145Z] #1 DONE 0.0s [2025-06-23T05:16:21.145Z] [2025-06-23T05:16:21.145Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:16:21.145Z] #2 DONE 0.0s [2025-06-23T05:16:21.145Z] [2025-06-23T05:16:21.145Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:16:21.145Z] #3 DONE 0.0s [2025-06-23T05:16:21.145Z] [2025-06-23T05:16:21.145Z] #4 [internal] load .dockerignore [2025-06-23T05:16:21.145Z] #4 transferring context: 2B done [2025-06-23T05:16:21.145Z] #4 DONE 0.0s [2025-06-23T05:16:21.145Z] [2025-06-23T05:16:21.145Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:92d5141f885416a010e7c9a103f0840019be69f6@sha256:9b41fdf05f28c9df4274604504649637528dcd6031003bdb3843151c43c8d589 [2025-06-23T05:16:21.145Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:92d5141f885416a010e7c9a103f0840019be69f6@sha256:9b41fdf05f28c9df4274604504649637528dcd6031003bdb3843151c43c8d589 [2025-06-23T05:16:21.404Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:92d5141f885416a010e7c9a103f0840019be69f6@sha256:9b41fdf05f28c9df4274604504649637528dcd6031003bdb3843151c43c8d589 done [2025-06-23T05:16:21.404Z] #5 DONE 0.0s [2025-06-23T05:16:21.404Z] [2025-06-23T05:16:21.404Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:92d5141f885416a010e7c9a103f0840019be69f6@sha256:9b41fdf05f28c9df4274604504649637528dcd6031003bdb3843151c43c8d589 [2025-06-23T05:16:21.404Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:92d5141f885416a010e7c9a103f0840019be69f6@sha256:9b41fdf05f28c9df4274604504649637528dcd6031003bdb3843151c43c8d589 done [2025-06-23T05:16:21.404Z] #6 DONE 0.1s [2025-06-23T05:16:21.404Z] [2025-06-23T05:16:21.404Z] #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T05:16:21.404Z] #7 DONE 0.0s [2025-06-23T05:16:21.404Z] [2025-06-23T05:16:21.404Z] #8 exporting to image [2025-06-23T05:16:21.404Z] #8 exporting layers done [2025-06-23T05:16:21.404Z] #8 exporting manifest sha256:9754382d822319cdf3b7531a39ab264f129a6bb301d8570b584e600f6861b3e6 done [2025-06-23T05:16:21.404Z] #8 exporting config sha256:ae00db284fd6685dc6a47c33cffe2dc112aabbada5b5c4167d4c3f6577fc09cc done [2025-06-23T05:16:21.404Z] #8 exporting manifest sha256:02a185b1566a746ed32bc7a7068210d55ca043582a6f0441e03c0012b26279e4 done [2025-06-23T05:16:21.404Z] #8 exporting config sha256:e55365db5c474090bc8cb183a443b7b0d19cad23dafe746643c76b09f60398b0 done [2025-06-23T05:16:21.404Z] #8 exporting manifest list sha256:27be98118910fb9f26a80fc62e0adbf04fcfa11b94f8ad17525e72de00ff0873 done [2025-06-23T05:16:21.404Z] #8 pushing layers 0.1s done [2025-06-23T05:16:21.404Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:92d5141f885416a010e7c9a103f0840019be69f6@sha256:27be98118910fb9f26a80fc62e0adbf04fcfa11b94f8ad17525e72de00ff0873 0.1s done [2025-06-23T05:16:21.404Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T05:16:21.404Z] #8 DONE 0.2s [2025-06-23T05:16:21.663Z] [2025-06-23T05:16:21.663Z] 1 warning found (use --debug to expand): [2025-06-23T05:16:21.663Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T05:16:21.955Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest' [2025-06-23T05:16:21.955Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest --push - [2025-06-23T05:16:21.955Z] #1 [internal] load build definition from Dockerfile [2025-06-23T05:16:21.955Z] #1 transferring dockerfile: 181B done [2025-06-23T05:16:21.955Z] #1 DONE 0.0s [2025-06-23T05:16:21.955Z] [2025-06-23T05:16:21.955Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-06-23T05:16:21.955Z] #2 DONE 0.0s [2025-06-23T05:16:21.955Z] [2025-06-23T05:16:21.955Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-06-23T05:16:21.955Z] #3 DONE 0.0s [2025-06-23T05:16:21.955Z] [2025-06-23T05:16:21.955Z] #4 [internal] load .dockerignore [2025-06-23T05:16:21.955Z] #4 transferring context: 2B done [2025-06-23T05:16:21.955Z] #4 DONE 0.0s [2025-06-23T05:16:21.955Z] [2025-06-23T05:16:21.955Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:9b41fdf05f28c9df4274604504649637528dcd6031003bdb3843151c43c8d589 [2025-06-23T05:16:21.955Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:9b41fdf05f28c9df4274604504649637528dcd6031003bdb3843151c43c8d589 done [2025-06-23T05:16:21.955Z] #5 CACHED [2025-06-23T05:16:21.955Z] [2025-06-23T05:16:21.955Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:9b41fdf05f28c9df4274604504649637528dcd6031003bdb3843151c43c8d589 [2025-06-23T05:16:21.955Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:9b41fdf05f28c9df4274604504649637528dcd6031003bdb3843151c43c8d589 0.0s done [2025-06-23T05:16:21.955Z] #6 CACHED [2025-06-23T05:16:21.955Z] [2025-06-23T05:16:21.955Z] #7 exporting to image [2025-06-23T05:16:21.955Z] #7 exporting layers done [2025-06-23T05:16:21.955Z] #7 exporting manifest sha256:9754382d822319cdf3b7531a39ab264f129a6bb301d8570b584e600f6861b3e6 done [2025-06-23T05:16:21.955Z] #7 exporting config sha256:ae00db284fd6685dc6a47c33cffe2dc112aabbada5b5c4167d4c3f6577fc09cc done [2025-06-23T05:16:21.955Z] #7 exporting manifest sha256:02a185b1566a746ed32bc7a7068210d55ca043582a6f0441e03c0012b26279e4 done [2025-06-23T05:16:21.955Z] #7 exporting config sha256:e55365db5c474090bc8cb183a443b7b0d19cad23dafe746643c76b09f60398b0 done [2025-06-23T05:16:21.955Z] #7 exporting manifest list sha256:27be98118910fb9f26a80fc62e0adbf04fcfa11b94f8ad17525e72de00ff0873 done [2025-06-23T05:16:21.955Z] #7 pushing layers 0.0s done [2025-06-23T05:16:21.955Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:27be98118910fb9f26a80fc62e0adbf04fcfa11b94f8ad17525e72de00ff0873 [2025-06-23T05:16:21.955Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T05:16:22.215Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:27be98118910fb9f26a80fc62e0adbf04fcfa11b94f8ad17525e72de00ff0873 0.1s done [2025-06-23T05:16:22.215Z] #7 DONE 0.1s [2025-06-23T05:16:22.215Z] [2025-06-23T05:16:22.215Z] #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T05:16:22.215Z] #8 DONE 0.0s [2025-06-23T05:16:22.215Z] [2025-06-23T05:16:22.215Z] 1 warning found (use --debug to expand): [2025-06-23T05:16:22.215Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T05:16:22.511Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.26 --push - [2025-06-23T05:16:22.512Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.26' [2025-06-23T05:16:22.512Z] #1 [internal] load build definition from Dockerfile [2025-06-23T05:16:22.512Z] #1 transferring dockerfile: 187B done [2025-06-23T05:16:22.512Z] #1 DONE 0.0s [2025-06-23T05:16:22.512Z] [2025-06-23T05:16:22.512Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.26 [2025-06-23T05:16:22.512Z] #2 DONE 0.0s [2025-06-23T05:16:22.512Z] [2025-06-23T05:16:22.512Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.26 [2025-06-23T05:16:22.512Z] #3 DONE 0.0s [2025-06-23T05:16:22.512Z] [2025-06-23T05:16:22.512Z] #4 [internal] load .dockerignore [2025-06-23T05:16:22.512Z] #4 transferring context: 2B done [2025-06-23T05:16:22.512Z] #4 DONE 0.0s [2025-06-23T05:16:22.512Z] [2025-06-23T05:16:22.512Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.26@sha256:9b41fdf05f28c9df4274604504649637528dcd6031003bdb3843151c43c8d589 [2025-06-23T05:16:22.512Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.26@sha256:9b41fdf05f28c9df4274604504649637528dcd6031003bdb3843151c43c8d589 done [2025-06-23T05:16:22.512Z] #5 CACHED [2025-06-23T05:16:22.512Z] [2025-06-23T05:16:22.512Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.26@sha256:9b41fdf05f28c9df4274604504649637528dcd6031003bdb3843151c43c8d589 [2025-06-23T05:16:22.512Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.26@sha256:9b41fdf05f28c9df4274604504649637528dcd6031003bdb3843151c43c8d589 0.0s done [2025-06-23T05:16:22.512Z] #6 CACHED [2025-06-23T05:16:22.512Z] [2025-06-23T05:16:22.512Z] #7 exporting to image [2025-06-23T05:16:22.512Z] #7 exporting layers done [2025-06-23T05:16:22.512Z] #7 exporting manifest sha256:9754382d822319cdf3b7531a39ab264f129a6bb301d8570b584e600f6861b3e6 done [2025-06-23T05:16:22.512Z] #7 exporting config sha256:ae00db284fd6685dc6a47c33cffe2dc112aabbada5b5c4167d4c3f6577fc09cc done [2025-06-23T05:16:22.512Z] #7 exporting manifest sha256:02a185b1566a746ed32bc7a7068210d55ca043582a6f0441e03c0012b26279e4 [2025-06-23T05:16:22.512Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T05:16:22.772Z] #7 exporting manifest sha256:02a185b1566a746ed32bc7a7068210d55ca043582a6f0441e03c0012b26279e4 done [2025-06-23T05:16:22.772Z] #7 exporting config sha256:e55365db5c474090bc8cb183a443b7b0d19cad23dafe746643c76b09f60398b0 done [2025-06-23T05:16:22.772Z] #7 exporting manifest list sha256:27be98118910fb9f26a80fc62e0adbf04fcfa11b94f8ad17525e72de00ff0873 done [2025-06-23T05:16:22.772Z] #7 pushing layers 0.0s done [2025-06-23T05:16:22.772Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.26@sha256:27be98118910fb9f26a80fc62e0adbf04fcfa11b94f8ad17525e72de00ff0873 0.1s done [2025-06-23T05:16:22.772Z] #7 DONE 0.1s [2025-06-23T05:16:22.772Z] [2025-06-23T05:16:22.772Z] #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T05:16:22.772Z] #8 DONE 0.0s [2025-06-23T05:16:22.772Z] [2025-06-23T05:16:22.772Z] 1 warning found (use --debug to expand): [2025-06-23T05:16:22.772Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T05:16:23.073Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26' [2025-06-23T05:16:23.074Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 --push - [2025-06-23T05:16:23.074Z] #1 [internal] load build definition from Dockerfile [2025-06-23T05:16:23.074Z] #1 transferring dockerfile: 228B done [2025-06-23T05:16:23.074Z] #1 DONE 0.0s [2025-06-23T05:16:23.074Z] [2025-06-23T05:16:23.074Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:16:23.074Z] #2 DONE 0.0s [2025-06-23T05:16:23.074Z] [2025-06-23T05:16:23.074Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:16:23.074Z] #3 DONE 0.0s [2025-06-23T05:16:23.074Z] [2025-06-23T05:16:23.074Z] #4 [internal] load .dockerignore [2025-06-23T05:16:23.074Z] #4 transferring context: 2B done [2025-06-23T05:16:23.074Z] #4 DONE 0.0s [2025-06-23T05:16:23.074Z] [2025-06-23T05:16:23.074Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:9b41fdf05f28c9df4274604504649637528dcd6031003bdb3843151c43c8d589 [2025-06-23T05:16:23.074Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:9b41fdf05f28c9df4274604504649637528dcd6031003bdb3843151c43c8d589 0.0s done [2025-06-23T05:16:23.074Z] #5 CACHED [2025-06-23T05:16:23.074Z] [2025-06-23T05:16:23.074Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:9b41fdf05f28c9df4274604504649637528dcd6031003bdb3843151c43c8d589 [2025-06-23T05:16:23.074Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:9b41fdf05f28c9df4274604504649637528dcd6031003bdb3843151c43c8d589 0.0s done [2025-06-23T05:16:23.074Z] #6 CACHED [2025-06-23T05:16:23.074Z] [2025-06-23T05:16:23.074Z] #7 exporting to image [2025-06-23T05:16:23.074Z] #7 exporting layers done [2025-06-23T05:16:23.074Z] #7 exporting manifest sha256:9754382d822319cdf3b7531a39ab264f129a6bb301d8570b584e600f6861b3e6 done [2025-06-23T05:16:23.074Z] #7 exporting config sha256:ae00db284fd6685dc6a47c33cffe2dc112aabbada5b5c4167d4c3f6577fc09cc done [2025-06-23T05:16:23.074Z] #7 exporting manifest sha256:02a185b1566a746ed32bc7a7068210d55ca043582a6f0441e03c0012b26279e4 done [2025-06-23T05:16:23.074Z] #7 exporting config sha256:e55365db5c474090bc8cb183a443b7b0d19cad23dafe746643c76b09f60398b0 done [2025-06-23T05:16:23.074Z] #7 exporting manifest list sha256:27be98118910fb9f26a80fc62e0adbf04fcfa11b94f8ad17525e72de00ff0873 done [2025-06-23T05:16:23.074Z] #7 pushing layers 0.0s done [2025-06-23T05:16:23.074Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:27be98118910fb9f26a80fc62e0adbf04fcfa11b94f8ad17525e72de00ff0873 [2025-06-23T05:16:23.074Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T05:16:23.342Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:27be98118910fb9f26a80fc62e0adbf04fcfa11b94f8ad17525e72de00ff0873 0.1s done [2025-06-23T05:16:23.342Z] #7 DONE 0.1s [2025-06-23T05:16:23.342Z] [2025-06-23T05:16:23.342Z] #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T05:16:23.342Z] #8 DONE 0.0s [2025-06-23T05:16:23.342Z] [2025-06-23T05:16:23.342Z] 1 warning found (use --debug to expand): [2025-06-23T05:16:23.342Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T05:16:23.633Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main' [2025-06-23T05:16:23.633Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main --push - [2025-06-23T05:16:23.891Z] #1 [internal] load build definition from Dockerfile [2025-06-23T05:16:23.891Z] #1 transferring dockerfile: 179B done [2025-06-23T05:16:23.891Z] #1 DONE 0.0s [2025-06-23T05:16:23.891Z] [2025-06-23T05:16:23.891Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-06-23T05:16:23.891Z] #2 DONE 0.0s [2025-06-23T05:16:23.891Z] [2025-06-23T05:16:23.891Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-06-23T05:16:23.891Z] #3 DONE 0.0s [2025-06-23T05:16:23.891Z] [2025-06-23T05:16:23.891Z] #4 [internal] load .dockerignore [2025-06-23T05:16:23.891Z] #4 transferring context: 2B done [2025-06-23T05:16:23.891Z] #4 DONE 0.0s [2025-06-23T05:16:23.891Z] [2025-06-23T05:16:23.891Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:9b41fdf05f28c9df4274604504649637528dcd6031003bdb3843151c43c8d589 [2025-06-23T05:16:23.891Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:9b41fdf05f28c9df4274604504649637528dcd6031003bdb3843151c43c8d589 done [2025-06-23T05:16:23.891Z] #5 CACHED [2025-06-23T05:16:23.891Z] [2025-06-23T05:16:23.891Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:9b41fdf05f28c9df4274604504649637528dcd6031003bdb3843151c43c8d589 [2025-06-23T05:16:23.891Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:9b41fdf05f28c9df4274604504649637528dcd6031003bdb3843151c43c8d589 0.0s done [2025-06-23T05:16:23.891Z] #6 CACHED [2025-06-23T05:16:23.891Z] [2025-06-23T05:16:23.891Z] #7 exporting to image [2025-06-23T05:16:23.891Z] #7 exporting layers done [2025-06-23T05:16:23.891Z] #7 exporting manifest sha256:9754382d822319cdf3b7531a39ab264f129a6bb301d8570b584e600f6861b3e6 done [2025-06-23T05:16:23.891Z] #7 exporting config sha256:ae00db284fd6685dc6a47c33cffe2dc112aabbada5b5c4167d4c3f6577fc09cc done [2025-06-23T05:16:23.891Z] #7 exporting manifest sha256:02a185b1566a746ed32bc7a7068210d55ca043582a6f0441e03c0012b26279e4 done [2025-06-23T05:16:23.891Z] #7 exporting config sha256:e55365db5c474090bc8cb183a443b7b0d19cad23dafe746643c76b09f60398b0 done [2025-06-23T05:16:23.891Z] #7 exporting manifest list sha256:27be98118910fb9f26a80fc62e0adbf04fcfa11b94f8ad17525e72de00ff0873 done [2025-06-23T05:16:23.891Z] #7 pushing layers 0.0s done [2025-06-23T05:16:23.891Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:27be98118910fb9f26a80fc62e0adbf04fcfa11b94f8ad17525e72de00ff0873 [2025-06-23T05:16:23.891Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T05:16:23.891Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:27be98118910fb9f26a80fc62e0adbf04fcfa11b94f8ad17525e72de00ff0873 0.1s done [2025-06-23T05:16:23.891Z] #7 DONE 0.1s [2025-06-23T05:16:23.891Z] [2025-06-23T05:16:23.891Z] #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T05:16:23.891Z] #8 DONE 0.0s [2025-06-23T05:16:23.891Z] [2025-06-23T05:16:23.891Z] 1 warning found (use --debug to expand): [2025-06-23T05:16:23.891Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T05:16:24.179Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:92d5141f885416a010e7c9a103f0840019be69f6' [2025-06-23T05:16:24.179Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:92d5141f885416a010e7c9a103f0840019be69f6 --push - [2025-06-23T05:16:24.444Z] #1 [internal] load build definition from Dockerfile [2025-06-23T05:16:24.444Z] #1 transferring dockerfile: 205B done [2025-06-23T05:16:24.444Z] #1 DONE 0.0s [2025-06-23T05:16:24.444Z] [2025-06-23T05:16:24.444Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:16:24.444Z] #2 DONE 0.0s [2025-06-23T05:16:24.444Z] [2025-06-23T05:16:24.444Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:16:24.444Z] #3 DONE 0.0s [2025-06-23T05:16:24.444Z] [2025-06-23T05:16:24.444Z] #4 [internal] load .dockerignore [2025-06-23T05:16:24.444Z] #4 transferring context: 2B done [2025-06-23T05:16:24.444Z] #4 DONE 0.0s [2025-06-23T05:16:24.444Z] [2025-06-23T05:16:24.444Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:92d5141f885416a010e7c9a103f0840019be69f6@sha256:e529664709c931c103d2a092c69c96be13d42abbfa8ec641c8cf165675a0bddf [2025-06-23T05:16:24.444Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:92d5141f885416a010e7c9a103f0840019be69f6@sha256:e529664709c931c103d2a092c69c96be13d42abbfa8ec641c8cf165675a0bddf 0.0s done [2025-06-23T05:16:24.444Z] #5 DONE 0.0s [2025-06-23T05:16:24.444Z] [2025-06-23T05:16:24.444Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:92d5141f885416a010e7c9a103f0840019be69f6@sha256:e529664709c931c103d2a092c69c96be13d42abbfa8ec641c8cf165675a0bddf [2025-06-23T05:16:24.445Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:92d5141f885416a010e7c9a103f0840019be69f6@sha256:e529664709c931c103d2a092c69c96be13d42abbfa8ec641c8cf165675a0bddf done [2025-06-23T05:16:24.445Z] #6 DONE 0.1s [2025-06-23T05:16:24.445Z] [2025-06-23T05:16:24.445Z] #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T05:16:24.445Z] #7 DONE 0.0s [2025-06-23T05:16:24.445Z] [2025-06-23T05:16:24.445Z] #8 exporting to image [2025-06-23T05:16:24.445Z] #8 exporting layers done [2025-06-23T05:16:24.445Z] #8 exporting manifest sha256:9eba48f2bcbe3a749bc2a1b73579483057b03aac082142979cd58f7b1c0147bb done [2025-06-23T05:16:24.445Z] #8 exporting config sha256:a34cb0a9a2fcf8355e8bafb836b65a6ce186e31936bbba10cd1eb31b58fda984 done [2025-06-23T05:16:24.445Z] #8 exporting manifest sha256:f0a91a0e290f4a6ac62f812884dd8c476e895352eb566b4cf92602441aecc2e7 done [2025-06-23T05:16:24.445Z] #8 exporting config sha256:8716bf409c889d723a9e5961a0e60e106a87e82ffb4fdf6d067ca4ad06509ac6 done [2025-06-23T05:16:24.445Z] #8 exporting manifest list sha256:0f88f71dd570638b49451e320b182a58e5303ab4abb5f44d685e17af307d95d4 done [2025-06-23T05:16:24.445Z] #8 pushing layers 0.1s done [2025-06-23T05:16:24.445Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:92d5141f885416a010e7c9a103f0840019be69f6@sha256:0f88f71dd570638b49451e320b182a58e5303ab4abb5f44d685e17af307d95d4 [2025-06-23T05:16:24.445Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T05:16:24.704Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:92d5141f885416a010e7c9a103f0840019be69f6@sha256:0f88f71dd570638b49451e320b182a58e5303ab4abb5f44d685e17af307d95d4 0.1s done [2025-06-23T05:16:24.704Z] #8 DONE 0.2s [2025-06-23T05:16:24.704Z] [2025-06-23T05:16:24.704Z] 1 warning found (use --debug to expand): [2025-06-23T05:16:24.704Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T05:16:24.996Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest' [2025-06-23T05:16:24.997Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:latest --push - [2025-06-23T05:16:24.997Z] #1 [internal] load build definition from Dockerfile [2025-06-23T05:16:24.997Z] #1 transferring dockerfile: 171B done [2025-06-23T05:16:24.997Z] #1 DONE 0.0s [2025-06-23T05:16:24.997Z] [2025-06-23T05:16:24.997Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-06-23T05:16:24.997Z] #2 DONE 0.0s [2025-06-23T05:16:24.997Z] [2025-06-23T05:16:24.997Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-06-23T05:16:24.997Z] #3 DONE 0.0s [2025-06-23T05:16:24.997Z] [2025-06-23T05:16:24.997Z] #4 [internal] load .dockerignore [2025-06-23T05:16:24.997Z] #4 transferring context: 2B done [2025-06-23T05:16:24.997Z] #4 DONE 0.0s [2025-06-23T05:16:24.997Z] [2025-06-23T05:16:24.997Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:e529664709c931c103d2a092c69c96be13d42abbfa8ec641c8cf165675a0bddf [2025-06-23T05:16:24.997Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:e529664709c931c103d2a092c69c96be13d42abbfa8ec641c8cf165675a0bddf done [2025-06-23T05:16:24.997Z] #5 CACHED [2025-06-23T05:16:24.997Z] [2025-06-23T05:16:24.997Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:e529664709c931c103d2a092c69c96be13d42abbfa8ec641c8cf165675a0bddf [2025-06-23T05:16:24.997Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:e529664709c931c103d2a092c69c96be13d42abbfa8ec641c8cf165675a0bddf 0.0s done [2025-06-23T05:16:24.997Z] #6 CACHED [2025-06-23T05:16:24.997Z] [2025-06-23T05:16:24.997Z] #7 exporting to image [2025-06-23T05:16:24.997Z] #7 exporting layers done [2025-06-23T05:16:24.997Z] #7 exporting manifest sha256:9eba48f2bcbe3a749bc2a1b73579483057b03aac082142979cd58f7b1c0147bb done [2025-06-23T05:16:24.997Z] #7 exporting config sha256:a34cb0a9a2fcf8355e8bafb836b65a6ce186e31936bbba10cd1eb31b58fda984 done [2025-06-23T05:16:24.997Z] #7 exporting manifest sha256:f0a91a0e290f4a6ac62f812884dd8c476e895352eb566b4cf92602441aecc2e7 done [2025-06-23T05:16:24.997Z] #7 exporting config sha256:8716bf409c889d723a9e5961a0e60e106a87e82ffb4fdf6d067ca4ad06509ac6 done [2025-06-23T05:16:24.997Z] #7 exporting manifest list sha256:0f88f71dd570638b49451e320b182a58e5303ab4abb5f44d685e17af307d95d4 done [2025-06-23T05:16:24.997Z] #7 pushing layers 0.0s done [2025-06-23T05:16:24.997Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:0f88f71dd570638b49451e320b182a58e5303ab4abb5f44d685e17af307d95d4 [2025-06-23T05:16:24.997Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T05:16:25.257Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:0f88f71dd570638b49451e320b182a58e5303ab4abb5f44d685e17af307d95d4 0.1s done [2025-06-23T05:16:25.257Z] #7 DONE 0.1s [2025-06-23T05:16:25.257Z] [2025-06-23T05:16:25.257Z] #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T05:16:25.257Z] #8 DONE 0.0s [2025-06-23T05:16:25.257Z] [2025-06-23T05:16:25.257Z] 1 warning found (use --debug to expand): [2025-06-23T05:16:25.257Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T05:16:25.549Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.26' [2025-06-23T05:16:25.550Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.26 --push - [2025-06-23T05:16:25.550Z] #1 [internal] load build definition from Dockerfile [2025-06-23T05:16:25.550Z] #1 transferring dockerfile: 177B done [2025-06-23T05:16:25.550Z] #1 DONE 0.0s [2025-06-23T05:16:25.550Z] [2025-06-23T05:16:25.550Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.26 [2025-06-23T05:16:25.550Z] #2 DONE 0.0s [2025-06-23T05:16:25.550Z] [2025-06-23T05:16:25.550Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.26 [2025-06-23T05:16:25.550Z] #3 DONE 0.0s [2025-06-23T05:16:25.550Z] [2025-06-23T05:16:25.550Z] #4 [internal] load .dockerignore [2025-06-23T05:16:25.550Z] #4 transferring context: 2B done [2025-06-23T05:16:25.550Z] #4 DONE 0.0s [2025-06-23T05:16:25.550Z] [2025-06-23T05:16:25.550Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.26@sha256:e529664709c931c103d2a092c69c96be13d42abbfa8ec641c8cf165675a0bddf [2025-06-23T05:16:25.550Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.26@sha256:e529664709c931c103d2a092c69c96be13d42abbfa8ec641c8cf165675a0bddf 0.0s done [2025-06-23T05:16:25.550Z] #5 CACHED [2025-06-23T05:16:25.550Z] [2025-06-23T05:16:25.550Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.26@sha256:e529664709c931c103d2a092c69c96be13d42abbfa8ec641c8cf165675a0bddf [2025-06-23T05:16:25.550Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.26@sha256:e529664709c931c103d2a092c69c96be13d42abbfa8ec641c8cf165675a0bddf 0.0s done [2025-06-23T05:16:25.550Z] #6 CACHED [2025-06-23T05:16:25.550Z] [2025-06-23T05:16:25.550Z] #7 exporting to image [2025-06-23T05:16:25.550Z] #7 exporting layers done [2025-06-23T05:16:25.550Z] #7 exporting manifest sha256:9eba48f2bcbe3a749bc2a1b73579483057b03aac082142979cd58f7b1c0147bb done [2025-06-23T05:16:25.550Z] #7 exporting config sha256:a34cb0a9a2fcf8355e8bafb836b65a6ce186e31936bbba10cd1eb31b58fda984 done [2025-06-23T05:16:25.550Z] #7 exporting manifest sha256:f0a91a0e290f4a6ac62f812884dd8c476e895352eb566b4cf92602441aecc2e7 done [2025-06-23T05:16:25.550Z] #7 exporting config sha256:8716bf409c889d723a9e5961a0e60e106a87e82ffb4fdf6d067ca4ad06509ac6 done [2025-06-23T05:16:25.550Z] #7 exporting manifest list sha256:0f88f71dd570638b49451e320b182a58e5303ab4abb5f44d685e17af307d95d4 done [2025-06-23T05:16:25.550Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T05:16:25.809Z] #7 pushing layers 0.0s done [2025-06-23T05:16:25.809Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.26@sha256:0f88f71dd570638b49451e320b182a58e5303ab4abb5f44d685e17af307d95d4 0.1s done [2025-06-23T05:16:25.809Z] #7 DONE 0.1s [2025-06-23T05:16:25.809Z] [2025-06-23T05:16:25.809Z] #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T05:16:25.809Z] #8 DONE 0.0s [2025-06-23T05:16:25.809Z] [2025-06-23T05:16:25.809Z] 1 warning found (use --debug to expand): [2025-06-23T05:16:25.809Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T05:16:26.101Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26' [2025-06-23T05:16:26.101Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 --push - [2025-06-23T05:16:26.101Z] #1 [internal] load build definition from Dockerfile [2025-06-23T05:16:26.101Z] #1 transferring dockerfile: 218B done [2025-06-23T05:16:26.101Z] #1 DONE 0.0s [2025-06-23T05:16:26.101Z] [2025-06-23T05:16:26.101Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:16:26.101Z] #2 DONE 0.0s [2025-06-23T05:16:26.101Z] [2025-06-23T05:16:26.101Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:16:26.101Z] #3 DONE 0.0s [2025-06-23T05:16:26.101Z] [2025-06-23T05:16:26.101Z] #4 [internal] load .dockerignore [2025-06-23T05:16:26.101Z] #4 transferring context: 2B done [2025-06-23T05:16:26.101Z] #4 DONE 0.0s [2025-06-23T05:16:26.101Z] [2025-06-23T05:16:26.101Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:e529664709c931c103d2a092c69c96be13d42abbfa8ec641c8cf165675a0bddf [2025-06-23T05:16:26.101Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:e529664709c931c103d2a092c69c96be13d42abbfa8ec641c8cf165675a0bddf done [2025-06-23T05:16:26.101Z] #5 CACHED [2025-06-23T05:16:26.101Z] [2025-06-23T05:16:26.101Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:e529664709c931c103d2a092c69c96be13d42abbfa8ec641c8cf165675a0bddf [2025-06-23T05:16:26.101Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:e529664709c931c103d2a092c69c96be13d42abbfa8ec641c8cf165675a0bddf done [2025-06-23T05:16:26.101Z] #6 CACHED [2025-06-23T05:16:26.101Z] [2025-06-23T05:16:26.102Z] #7 exporting to image [2025-06-23T05:16:26.102Z] #7 exporting layers done [2025-06-23T05:16:26.102Z] #7 exporting manifest sha256:9eba48f2bcbe3a749bc2a1b73579483057b03aac082142979cd58f7b1c0147bb done [2025-06-23T05:16:26.102Z] #7 exporting config sha256:a34cb0a9a2fcf8355e8bafb836b65a6ce186e31936bbba10cd1eb31b58fda984 done [2025-06-23T05:16:26.102Z] #7 exporting manifest sha256:f0a91a0e290f4a6ac62f812884dd8c476e895352eb566b4cf92602441aecc2e7 done [2025-06-23T05:16:26.102Z] #7 exporting config sha256:8716bf409c889d723a9e5961a0e60e106a87e82ffb4fdf6d067ca4ad06509ac6 done [2025-06-23T05:16:26.102Z] #7 exporting manifest list sha256:0f88f71dd570638b49451e320b182a58e5303ab4abb5f44d685e17af307d95d4 done [2025-06-23T05:16:26.102Z] #7 pushing layers 0.0s done [2025-06-23T05:16:26.102Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:0f88f71dd570638b49451e320b182a58e5303ab4abb5f44d685e17af307d95d4 [2025-06-23T05:16:26.102Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T05:16:26.362Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:0f88f71dd570638b49451e320b182a58e5303ab4abb5f44d685e17af307d95d4 0.1s done [2025-06-23T05:16:26.362Z] #7 DONE 0.1s [2025-06-23T05:16:26.362Z] [2025-06-23T05:16:26.362Z] #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T05:16:26.362Z] #8 DONE 0.0s [2025-06-23T05:16:26.362Z] [2025-06-23T05:16:26.362Z] 1 warning found (use --debug to expand): [2025-06-23T05:16:26.362Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T05:16:26.657Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main' [2025-06-23T05:16:26.657Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:main --push - [2025-06-23T05:16:26.657Z] #1 [internal] load build definition from Dockerfile [2025-06-23T05:16:26.657Z] #1 transferring dockerfile: 169B done [2025-06-23T05:16:26.657Z] #1 DONE 0.0s [2025-06-23T05:16:26.657Z] [2025-06-23T05:16:26.657Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-06-23T05:16:26.657Z] #2 DONE 0.0s [2025-06-23T05:16:26.657Z] [2025-06-23T05:16:26.657Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-06-23T05:16:26.657Z] #3 DONE 0.0s [2025-06-23T05:16:26.657Z] [2025-06-23T05:16:26.658Z] #4 [internal] load .dockerignore [2025-06-23T05:16:26.658Z] #4 transferring context: 2B done [2025-06-23T05:16:26.658Z] #4 DONE 0.0s [2025-06-23T05:16:26.658Z] [2025-06-23T05:16:26.658Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:e529664709c931c103d2a092c69c96be13d42abbfa8ec641c8cf165675a0bddf [2025-06-23T05:16:26.658Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:e529664709c931c103d2a092c69c96be13d42abbfa8ec641c8cf165675a0bddf done [2025-06-23T05:16:26.658Z] #5 CACHED [2025-06-23T05:16:26.658Z] [2025-06-23T05:16:26.658Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:e529664709c931c103d2a092c69c96be13d42abbfa8ec641c8cf165675a0bddf [2025-06-23T05:16:26.658Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:e529664709c931c103d2a092c69c96be13d42abbfa8ec641c8cf165675a0bddf done [2025-06-23T05:16:26.658Z] #6 CACHED [2025-06-23T05:16:26.658Z] [2025-06-23T05:16:26.658Z] #7 exporting to image [2025-06-23T05:16:26.658Z] #7 exporting layers done [2025-06-23T05:16:26.658Z] #7 exporting manifest sha256:9eba48f2bcbe3a749bc2a1b73579483057b03aac082142979cd58f7b1c0147bb done [2025-06-23T05:16:26.658Z] #7 exporting config sha256:a34cb0a9a2fcf8355e8bafb836b65a6ce186e31936bbba10cd1eb31b58fda984 done [2025-06-23T05:16:26.658Z] #7 exporting manifest sha256:f0a91a0e290f4a6ac62f812884dd8c476e895352eb566b4cf92602441aecc2e7 done [2025-06-23T05:16:26.658Z] #7 exporting config sha256:8716bf409c889d723a9e5961a0e60e106a87e82ffb4fdf6d067ca4ad06509ac6 done [2025-06-23T05:16:26.658Z] #7 exporting manifest list sha256:0f88f71dd570638b49451e320b182a58e5303ab4abb5f44d685e17af307d95d4 done [2025-06-23T05:16:26.658Z] #7 pushing layers [2025-06-23T05:16:26.658Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T05:16:26.917Z] #7 pushing layers 0.0s done [2025-06-23T05:16:26.917Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:0f88f71dd570638b49451e320b182a58e5303ab4abb5f44d685e17af307d95d4 0.1s done [2025-06-23T05:16:26.917Z] #7 DONE 0.1s [2025-06-23T05:16:26.917Z] [2025-06-23T05:16:26.917Z] #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T05:16:26.917Z] #8 DONE 0.0s [2025-06-23T05:16:26.917Z] [2025-06-23T05:16:26.917Z] 1 warning found (use --debug to expand): [2025-06-23T05:16:26.917Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T05:16:27.206Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:92d5141f885416a010e7c9a103f0840019be69f6' [2025-06-23T05:16:27.206Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:92d5141f885416a010e7c9a103f0840019be69f6 --push - [2025-06-23T05:16:27.466Z] #1 [internal] load build definition from Dockerfile [2025-06-23T05:16:27.466Z] #1 transferring dockerfile: 206B done [2025-06-23T05:16:27.466Z] #1 DONE 0.0s [2025-06-23T05:16:27.466Z] [2025-06-23T05:16:27.466Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:16:27.466Z] #2 DONE 0.0s [2025-06-23T05:16:27.466Z] [2025-06-23T05:16:27.466Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:16:27.466Z] #3 DONE 0.0s [2025-06-23T05:16:27.466Z] [2025-06-23T05:16:27.466Z] #4 [internal] load .dockerignore [2025-06-23T05:16:27.466Z] #4 transferring context: 2B done [2025-06-23T05:16:27.466Z] #4 DONE 0.0s [2025-06-23T05:16:27.466Z] [2025-06-23T05:16:27.466Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:92d5141f885416a010e7c9a103f0840019be69f6@sha256:6c7af507d485b926421100f2008fbe4514de8e0f1f5861c67f36e2dcce37bf3d [2025-06-23T05:16:27.466Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:92d5141f885416a010e7c9a103f0840019be69f6@sha256:6c7af507d485b926421100f2008fbe4514de8e0f1f5861c67f36e2dcce37bf3d done [2025-06-23T05:16:27.466Z] #5 DONE 0.0s [2025-06-23T05:16:27.466Z] [2025-06-23T05:16:27.466Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:92d5141f885416a010e7c9a103f0840019be69f6@sha256:6c7af507d485b926421100f2008fbe4514de8e0f1f5861c67f36e2dcce37bf3d [2025-06-23T05:16:27.466Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:92d5141f885416a010e7c9a103f0840019be69f6@sha256:6c7af507d485b926421100f2008fbe4514de8e0f1f5861c67f36e2dcce37bf3d done [2025-06-23T05:16:27.466Z] #6 DONE 0.1s [2025-06-23T05:16:27.466Z] [2025-06-23T05:16:27.466Z] #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T05:16:27.466Z] #7 DONE 0.0s [2025-06-23T05:16:27.466Z] [2025-06-23T05:16:27.466Z] #8 exporting to image [2025-06-23T05:16:27.466Z] #8 exporting layers done [2025-06-23T05:16:27.466Z] #8 exporting manifest sha256:44551303f0d7de909c6005bbbac382d51b107c1191179d9bc9dda75598332348 done [2025-06-23T05:16:27.466Z] #8 exporting config sha256:570a70141ed6963f48419ee569009f50ada141afd8f7743c67a6bf0654a312b1 done [2025-06-23T05:16:27.466Z] #8 exporting manifest sha256:e645fae425e6d36043c74c144dfe1b1c5db99d89a157033f50ba5898840430e2 done [2025-06-23T05:16:27.466Z] #8 exporting config sha256:2f44cd8918ef535abe7aeeac1db8f80eee94e90fdcae35bf847c642227ac37e6 done [2025-06-23T05:16:27.466Z] #8 exporting manifest list sha256:1efe1684798efe893185a34fbbe1a2bfc4323196c3b6394cbf544ccf2aa702a6 done [2025-06-23T05:16:27.466Z] #8 pushing layers 0.1s done [2025-06-23T05:16:27.466Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:92d5141f885416a010e7c9a103f0840019be69f6@sha256:1efe1684798efe893185a34fbbe1a2bfc4323196c3b6394cbf544ccf2aa702a6 [2025-06-23T05:16:27.466Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T05:16:27.724Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:92d5141f885416a010e7c9a103f0840019be69f6@sha256:1efe1684798efe893185a34fbbe1a2bfc4323196c3b6394cbf544ccf2aa702a6 0.1s done [2025-06-23T05:16:27.724Z] #8 DONE 0.2s [2025-06-23T05:16:27.724Z] [2025-06-23T05:16:27.724Z] 1 warning found (use --debug to expand): [2025-06-23T05:16:27.724Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T05:16:28.018Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest' [2025-06-23T05:16:28.018Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:latest --push - [2025-06-23T05:16:28.018Z] #1 [internal] load build definition from Dockerfile [2025-06-23T05:16:28.018Z] #1 transferring dockerfile: 172B done [2025-06-23T05:16:28.018Z] #1 DONE 0.0s [2025-06-23T05:16:28.018Z] [2025-06-23T05:16:28.018Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-06-23T05:16:28.018Z] #2 DONE 0.0s [2025-06-23T05:16:28.018Z] [2025-06-23T05:16:28.018Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-06-23T05:16:28.018Z] #3 DONE 0.0s [2025-06-23T05:16:28.018Z] [2025-06-23T05:16:28.018Z] #4 [internal] load .dockerignore [2025-06-23T05:16:28.018Z] #4 transferring context: 2B done [2025-06-23T05:16:28.018Z] #4 DONE 0.0s [2025-06-23T05:16:28.018Z] [2025-06-23T05:16:28.018Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:6c7af507d485b926421100f2008fbe4514de8e0f1f5861c67f36e2dcce37bf3d [2025-06-23T05:16:28.018Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:6c7af507d485b926421100f2008fbe4514de8e0f1f5861c67f36e2dcce37bf3d 0.0s done [2025-06-23T05:16:28.018Z] #5 CACHED [2025-06-23T05:16:28.018Z] [2025-06-23T05:16:28.018Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:6c7af507d485b926421100f2008fbe4514de8e0f1f5861c67f36e2dcce37bf3d [2025-06-23T05:16:28.018Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:6c7af507d485b926421100f2008fbe4514de8e0f1f5861c67f36e2dcce37bf3d 0.0s done [2025-06-23T05:16:28.018Z] #6 CACHED [2025-06-23T05:16:28.018Z] [2025-06-23T05:16:28.018Z] #7 exporting to image [2025-06-23T05:16:28.018Z] #7 exporting layers done [2025-06-23T05:16:28.018Z] #7 exporting manifest sha256:44551303f0d7de909c6005bbbac382d51b107c1191179d9bc9dda75598332348 done [2025-06-23T05:16:28.018Z] #7 exporting config sha256:570a70141ed6963f48419ee569009f50ada141afd8f7743c67a6bf0654a312b1 done [2025-06-23T05:16:28.018Z] #7 exporting manifest sha256:e645fae425e6d36043c74c144dfe1b1c5db99d89a157033f50ba5898840430e2 done [2025-06-23T05:16:28.018Z] #7 exporting config sha256:2f44cd8918ef535abe7aeeac1db8f80eee94e90fdcae35bf847c642227ac37e6 done [2025-06-23T05:16:28.018Z] #7 exporting manifest list sha256:1efe1684798efe893185a34fbbe1a2bfc4323196c3b6394cbf544ccf2aa702a6 done [2025-06-23T05:16:28.018Z] #7 pushing layers 0.0s done [2025-06-23T05:16:28.018Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:1efe1684798efe893185a34fbbe1a2bfc4323196c3b6394cbf544ccf2aa702a6 [2025-06-23T05:16:28.018Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T05:16:28.277Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:1efe1684798efe893185a34fbbe1a2bfc4323196c3b6394cbf544ccf2aa702a6 0.1s done [2025-06-23T05:16:28.277Z] #7 DONE 0.1s [2025-06-23T05:16:28.277Z] [2025-06-23T05:16:28.277Z] #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T05:16:28.277Z] #8 DONE 0.0s [2025-06-23T05:16:28.277Z] [2025-06-23T05:16:28.277Z] 1 warning found (use --debug to expand): [2025-06-23T05:16:28.277Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T05:16:28.583Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.26 --push - [2025-06-23T05:16:28.584Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.26' [2025-06-23T05:16:28.842Z] #1 [internal] load build definition from Dockerfile [2025-06-23T05:16:28.842Z] #1 transferring dockerfile: 178B done [2025-06-23T05:16:28.842Z] #1 DONE 0.0s [2025-06-23T05:16:28.842Z] [2025-06-23T05:16:28.842Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.26 [2025-06-23T05:16:28.842Z] #2 DONE 0.0s [2025-06-23T05:16:28.842Z] [2025-06-23T05:16:28.842Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.26 [2025-06-23T05:16:28.842Z] #3 DONE 0.0s [2025-06-23T05:16:28.842Z] [2025-06-23T05:16:28.842Z] #4 [internal] load .dockerignore [2025-06-23T05:16:28.842Z] #4 transferring context: 2B done [2025-06-23T05:16:28.842Z] #4 DONE 0.0s [2025-06-23T05:16:28.842Z] [2025-06-23T05:16:28.842Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.26@sha256:6c7af507d485b926421100f2008fbe4514de8e0f1f5861c67f36e2dcce37bf3d [2025-06-23T05:16:28.842Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.26@sha256:6c7af507d485b926421100f2008fbe4514de8e0f1f5861c67f36e2dcce37bf3d 0.0s done [2025-06-23T05:16:28.842Z] #5 CACHED [2025-06-23T05:16:28.842Z] [2025-06-23T05:16:28.842Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.26@sha256:6c7af507d485b926421100f2008fbe4514de8e0f1f5861c67f36e2dcce37bf3d [2025-06-23T05:16:28.842Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.26@sha256:6c7af507d485b926421100f2008fbe4514de8e0f1f5861c67f36e2dcce37bf3d 0.0s done [2025-06-23T05:16:28.842Z] #6 CACHED [2025-06-23T05:16:28.842Z] [2025-06-23T05:16:28.842Z] #7 exporting to image [2025-06-23T05:16:28.842Z] #7 exporting layers done [2025-06-23T05:16:28.842Z] #7 exporting manifest sha256:44551303f0d7de909c6005bbbac382d51b107c1191179d9bc9dda75598332348 done [2025-06-23T05:16:28.842Z] #7 exporting config sha256:570a70141ed6963f48419ee569009f50ada141afd8f7743c67a6bf0654a312b1 done [2025-06-23T05:16:28.842Z] #7 exporting manifest sha256:e645fae425e6d36043c74c144dfe1b1c5db99d89a157033f50ba5898840430e2 done [2025-06-23T05:16:28.842Z] #7 exporting config sha256:2f44cd8918ef535abe7aeeac1db8f80eee94e90fdcae35bf847c642227ac37e6 done [2025-06-23T05:16:28.842Z] #7 exporting manifest list sha256:1efe1684798efe893185a34fbbe1a2bfc4323196c3b6394cbf544ccf2aa702a6 done [2025-06-23T05:16:28.842Z] #7 pushing layers 0.0s done [2025-06-23T05:16:28.842Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.26@sha256:1efe1684798efe893185a34fbbe1a2bfc4323196c3b6394cbf544ccf2aa702a6 [2025-06-23T05:16:28.842Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T05:16:28.842Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.26@sha256:1efe1684798efe893185a34fbbe1a2bfc4323196c3b6394cbf544ccf2aa702a6 0.1s done [2025-06-23T05:16:28.842Z] #7 DONE 0.1s [2025-06-23T05:16:28.842Z] [2025-06-23T05:16:28.842Z] #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T05:16:28.842Z] #8 DONE 0.0s [2025-06-23T05:16:28.842Z] [2025-06-23T05:16:28.842Z] 1 warning found (use --debug to expand): [2025-06-23T05:16:28.842Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T05:16:29.131Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26' [2025-06-23T05:16:29.131Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 --push - [2025-06-23T05:16:29.131Z] #1 [internal] load build definition from Dockerfile [2025-06-23T05:16:29.131Z] #1 transferring dockerfile: 219B done [2025-06-23T05:16:29.131Z] #1 DONE 0.0s [2025-06-23T05:16:29.131Z] [2025-06-23T05:16:29.131Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:16:29.131Z] #2 DONE 0.0s [2025-06-23T05:16:29.131Z] [2025-06-23T05:16:29.131Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:16:29.131Z] #3 DONE 0.0s [2025-06-23T05:16:29.131Z] [2025-06-23T05:16:29.131Z] #4 [internal] load .dockerignore [2025-06-23T05:16:29.131Z] #4 transferring context: 2B done [2025-06-23T05:16:29.131Z] #4 DONE 0.0s [2025-06-23T05:16:29.131Z] [2025-06-23T05:16:29.131Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:6c7af507d485b926421100f2008fbe4514de8e0f1f5861c67f36e2dcce37bf3d [2025-06-23T05:16:29.131Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:6c7af507d485b926421100f2008fbe4514de8e0f1f5861c67f36e2dcce37bf3d done [2025-06-23T05:16:29.131Z] #5 CACHED [2025-06-23T05:16:29.131Z] [2025-06-23T05:16:29.131Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:6c7af507d485b926421100f2008fbe4514de8e0f1f5861c67f36e2dcce37bf3d [2025-06-23T05:16:29.131Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:6c7af507d485b926421100f2008fbe4514de8e0f1f5861c67f36e2dcce37bf3d done [2025-06-23T05:16:29.131Z] #6 CACHED [2025-06-23T05:16:29.131Z] [2025-06-23T05:16:29.131Z] #7 exporting to image [2025-06-23T05:16:29.131Z] #7 exporting layers done [2025-06-23T05:16:29.131Z] #7 exporting manifest sha256:44551303f0d7de909c6005bbbac382d51b107c1191179d9bc9dda75598332348 done [2025-06-23T05:16:29.131Z] #7 exporting config sha256:570a70141ed6963f48419ee569009f50ada141afd8f7743c67a6bf0654a312b1 done [2025-06-23T05:16:29.131Z] #7 exporting manifest sha256:e645fae425e6d36043c74c144dfe1b1c5db99d89a157033f50ba5898840430e2 done [2025-06-23T05:16:29.131Z] #7 exporting config sha256:2f44cd8918ef535abe7aeeac1db8f80eee94e90fdcae35bf847c642227ac37e6 done [2025-06-23T05:16:29.131Z] #7 exporting manifest list sha256:1efe1684798efe893185a34fbbe1a2bfc4323196c3b6394cbf544ccf2aa702a6 done [2025-06-23T05:16:29.131Z] #7 pushing layers 0.0s done [2025-06-23T05:16:29.131Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:1efe1684798efe893185a34fbbe1a2bfc4323196c3b6394cbf544ccf2aa702a6 [2025-06-23T05:16:29.131Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T05:16:29.390Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:1efe1684798efe893185a34fbbe1a2bfc4323196c3b6394cbf544ccf2aa702a6 0.1s done [2025-06-23T05:16:29.390Z] #7 DONE 0.1s [2025-06-23T05:16:29.390Z] [2025-06-23T05:16:29.390Z] #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T05:16:29.390Z] #8 DONE 0.0s [2025-06-23T05:16:29.390Z] [2025-06-23T05:16:29.390Z] 1 warning found (use --debug to expand): [2025-06-23T05:16:29.390Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T05:16:29.682Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:main' [2025-06-23T05:16:29.682Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:main --push - [2025-06-23T05:16:29.682Z] #1 [internal] load build definition from Dockerfile [2025-06-23T05:16:29.682Z] #1 transferring dockerfile: 170B done [2025-06-23T05:16:29.682Z] #1 DONE 0.0s [2025-06-23T05:16:29.682Z] [2025-06-23T05:16:29.682Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-06-23T05:16:29.682Z] #2 DONE 0.0s [2025-06-23T05:16:29.682Z] [2025-06-23T05:16:29.682Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-06-23T05:16:29.682Z] #3 DONE 0.0s [2025-06-23T05:16:29.682Z] [2025-06-23T05:16:29.682Z] #4 [internal] load .dockerignore [2025-06-23T05:16:29.682Z] #4 transferring context: 2B done [2025-06-23T05:16:29.682Z] #4 DONE 0.0s [2025-06-23T05:16:29.682Z] [2025-06-23T05:16:29.682Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:6c7af507d485b926421100f2008fbe4514de8e0f1f5861c67f36e2dcce37bf3d [2025-06-23T05:16:29.682Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:6c7af507d485b926421100f2008fbe4514de8e0f1f5861c67f36e2dcce37bf3d 0.0s done [2025-06-23T05:16:29.682Z] #5 CACHED [2025-06-23T05:16:29.682Z] [2025-06-23T05:16:29.682Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:6c7af507d485b926421100f2008fbe4514de8e0f1f5861c67f36e2dcce37bf3d [2025-06-23T05:16:29.682Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:6c7af507d485b926421100f2008fbe4514de8e0f1f5861c67f36e2dcce37bf3d 0.0s done [2025-06-23T05:16:29.682Z] #6 CACHED [2025-06-23T05:16:29.682Z] [2025-06-23T05:16:29.682Z] #7 exporting to image [2025-06-23T05:16:29.682Z] #7 exporting layers done [2025-06-23T05:16:29.682Z] #7 exporting manifest sha256:44551303f0d7de909c6005bbbac382d51b107c1191179d9bc9dda75598332348 [2025-06-23T05:16:29.682Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T05:16:29.941Z] #7 exporting manifest sha256:44551303f0d7de909c6005bbbac382d51b107c1191179d9bc9dda75598332348 done [2025-06-23T05:16:29.941Z] #7 exporting config sha256:570a70141ed6963f48419ee569009f50ada141afd8f7743c67a6bf0654a312b1 done [2025-06-23T05:16:29.941Z] #7 exporting manifest sha256:e645fae425e6d36043c74c144dfe1b1c5db99d89a157033f50ba5898840430e2 done [2025-06-23T05:16:29.941Z] #7 exporting config sha256:2f44cd8918ef535abe7aeeac1db8f80eee94e90fdcae35bf847c642227ac37e6 done [2025-06-23T05:16:29.941Z] #7 exporting manifest list sha256:1efe1684798efe893185a34fbbe1a2bfc4323196c3b6394cbf544ccf2aa702a6 done [2025-06-23T05:16:29.941Z] #7 pushing layers 0.0s done [2025-06-23T05:16:29.941Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:1efe1684798efe893185a34fbbe1a2bfc4323196c3b6394cbf544ccf2aa702a6 0.1s done [2025-06-23T05:16:29.941Z] #7 DONE 0.1s [2025-06-23T05:16:29.941Z] [2025-06-23T05:16:29.941Z] #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T05:16:29.941Z] #8 DONE 0.0s [2025-06-23T05:16:29.941Z] [2025-06-23T05:16:29.941Z] 1 warning found (use --debug to expand): [2025-06-23T05:16:29.941Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T05:16:30.230Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:92d5141f885416a010e7c9a103f0840019be69f6' [2025-06-23T05:16:30.231Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:92d5141f885416a010e7c9a103f0840019be69f6 --push - [2025-06-23T05:16:30.231Z] #1 [internal] load build definition from Dockerfile [2025-06-23T05:16:30.231Z] #1 transferring dockerfile: 206B done [2025-06-23T05:16:30.231Z] #1 DONE 0.0s [2025-06-23T05:16:30.231Z] [2025-06-23T05:16:30.231Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:16:30.231Z] #2 DONE 0.0s [2025-06-23T05:16:30.231Z] [2025-06-23T05:16:30.231Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:16:30.231Z] #3 DONE 0.0s [2025-06-23T05:16:30.231Z] [2025-06-23T05:16:30.231Z] #4 [internal] load .dockerignore [2025-06-23T05:16:30.231Z] #4 transferring context: 2B done [2025-06-23T05:16:30.231Z] #4 DONE 0.0s [2025-06-23T05:16:30.231Z] [2025-06-23T05:16:30.231Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:92d5141f885416a010e7c9a103f0840019be69f6@sha256:199af27b5ad7e9422333a4e7186a6e8dc3c720e3ec269d17e70c4e0b9d953c6e [2025-06-23T05:16:30.231Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:92d5141f885416a010e7c9a103f0840019be69f6@sha256:199af27b5ad7e9422333a4e7186a6e8dc3c720e3ec269d17e70c4e0b9d953c6e 0.0s done [2025-06-23T05:16:30.231Z] #5 DONE 0.0s [2025-06-23T05:16:30.231Z] [2025-06-23T05:16:30.231Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:92d5141f885416a010e7c9a103f0840019be69f6@sha256:199af27b5ad7e9422333a4e7186a6e8dc3c720e3ec269d17e70c4e0b9d953c6e [2025-06-23T05:16:30.490Z] #6 DONE 0.0s [2025-06-23T05:16:30.490Z] [2025-06-23T05:16:30.490Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:92d5141f885416a010e7c9a103f0840019be69f6@sha256:199af27b5ad7e9422333a4e7186a6e8dc3c720e3ec269d17e70c4e0b9d953c6e [2025-06-23T05:16:30.490Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:92d5141f885416a010e7c9a103f0840019be69f6@sha256:199af27b5ad7e9422333a4e7186a6e8dc3c720e3ec269d17e70c4e0b9d953c6e 0.0s done [2025-06-23T05:16:30.490Z] #5 DONE 0.1s [2025-06-23T05:16:30.490Z] [2025-06-23T05:16:30.490Z] #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T05:16:30.490Z] #7 DONE 0.0s [2025-06-23T05:16:30.490Z] [2025-06-23T05:16:30.490Z] #8 exporting to image [2025-06-23T05:16:30.490Z] #8 exporting layers done [2025-06-23T05:16:30.490Z] #8 exporting manifest sha256:8050cfff769b1177f40f8e0890ebecda2f8bacfcfb8c6fc2f92054dde91e3bff done [2025-06-23T05:16:30.490Z] #8 exporting config sha256:6b67bf929870af5913a078c90405a903773a810034a5c69f0d8d78ef3bb8f22d done [2025-06-23T05:16:30.490Z] #8 exporting manifest sha256:4c7d963a71412b5082db7edf63e67e8bec1cd5212af75da1794a72e4bf04b8e2 done [2025-06-23T05:16:30.490Z] #8 exporting config sha256:eb026a771ea9aa2d60880587efbf08e3f7cd6b0659ef8866046bf77111517582 done [2025-06-23T05:16:30.490Z] #8 exporting manifest list sha256:a837207b14574b9a3020c0b0600ab7979917214ad6b904d1a01ad34d6f7ace1a done [2025-06-23T05:16:30.490Z] #8 pushing layers 0.1s done [2025-06-23T05:16:30.490Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:92d5141f885416a010e7c9a103f0840019be69f6@sha256:a837207b14574b9a3020c0b0600ab7979917214ad6b904d1a01ad34d6f7ace1a 0.1s done [2025-06-23T05:16:30.490Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T05:16:30.490Z] #8 DONE 0.2s [2025-06-23T05:16:30.749Z] [2025-06-23T05:16:30.749Z] 1 warning found (use --debug to expand): [2025-06-23T05:16:30.749Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T05:16:31.097Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest' [2025-06-23T05:16:31.097Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:latest --push - [2025-06-23T05:16:31.097Z] #1 [internal] load build definition from Dockerfile [2025-06-23T05:16:31.097Z] #1 transferring dockerfile: 172B done [2025-06-23T05:16:31.097Z] #1 DONE 0.0s [2025-06-23T05:16:31.097Z] [2025-06-23T05:16:31.097Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-06-23T05:16:31.097Z] #2 DONE 0.0s [2025-06-23T05:16:31.097Z] [2025-06-23T05:16:31.097Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-06-23T05:16:31.097Z] #3 DONE 0.0s [2025-06-23T05:16:31.097Z] [2025-06-23T05:16:31.097Z] #4 [internal] load .dockerignore [2025-06-23T05:16:31.097Z] #4 transferring context: 2B done [2025-06-23T05:16:31.097Z] #4 DONE 0.0s [2025-06-23T05:16:31.097Z] [2025-06-23T05:16:31.097Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:199af27b5ad7e9422333a4e7186a6e8dc3c720e3ec269d17e70c4e0b9d953c6e [2025-06-23T05:16:31.097Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:199af27b5ad7e9422333a4e7186a6e8dc3c720e3ec269d17e70c4e0b9d953c6e done [2025-06-23T05:16:31.097Z] #5 CACHED [2025-06-23T05:16:31.097Z] [2025-06-23T05:16:31.097Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:199af27b5ad7e9422333a4e7186a6e8dc3c720e3ec269d17e70c4e0b9d953c6e [2025-06-23T05:16:31.097Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:199af27b5ad7e9422333a4e7186a6e8dc3c720e3ec269d17e70c4e0b9d953c6e 0.0s done [2025-06-23T05:16:31.097Z] #6 CACHED [2025-06-23T05:16:31.097Z] [2025-06-23T05:16:31.097Z] #7 exporting to image [2025-06-23T05:16:31.097Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T05:16:31.356Z] #7 exporting layers done [2025-06-23T05:16:31.356Z] #7 exporting manifest sha256:8050cfff769b1177f40f8e0890ebecda2f8bacfcfb8c6fc2f92054dde91e3bff done [2025-06-23T05:16:31.356Z] #7 exporting config sha256:6b67bf929870af5913a078c90405a903773a810034a5c69f0d8d78ef3bb8f22d done [2025-06-23T05:16:31.356Z] #7 exporting manifest sha256:4c7d963a71412b5082db7edf63e67e8bec1cd5212af75da1794a72e4bf04b8e2 done [2025-06-23T05:16:31.356Z] #7 exporting config sha256:eb026a771ea9aa2d60880587efbf08e3f7cd6b0659ef8866046bf77111517582 done [2025-06-23T05:16:31.356Z] #7 exporting manifest list sha256:a837207b14574b9a3020c0b0600ab7979917214ad6b904d1a01ad34d6f7ace1a done [2025-06-23T05:16:31.356Z] #7 pushing layers 0.0s done [2025-06-23T05:16:31.356Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:a837207b14574b9a3020c0b0600ab7979917214ad6b904d1a01ad34d6f7ace1a 0.1s done [2025-06-23T05:16:31.356Z] #7 DONE 0.1s [2025-06-23T05:16:31.356Z] [2025-06-23T05:16:31.356Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T05:16:31.356Z] #8 DONE 0.0s [2025-06-23T05:16:31.356Z] [2025-06-23T05:16:31.356Z] 1 warning found (use --debug to expand): [2025-06-23T05:16:31.356Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T05:16:31.645Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.26' [2025-06-23T05:16:31.645Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.26 --push - [2025-06-23T05:16:31.645Z] #1 [internal] load build definition from Dockerfile [2025-06-23T05:16:31.645Z] #1 transferring dockerfile: 178B done [2025-06-23T05:16:31.645Z] #1 DONE 0.0s [2025-06-23T05:16:31.645Z] [2025-06-23T05:16:31.645Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.26 [2025-06-23T05:16:31.645Z] #2 DONE 0.0s [2025-06-23T05:16:31.645Z] [2025-06-23T05:16:31.645Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.26 [2025-06-23T05:16:31.645Z] #3 DONE 0.0s [2025-06-23T05:16:31.645Z] [2025-06-23T05:16:31.645Z] #4 [internal] load .dockerignore [2025-06-23T05:16:31.645Z] #4 transferring context: 2B done [2025-06-23T05:16:31.645Z] #4 DONE 0.0s [2025-06-23T05:16:31.645Z] [2025-06-23T05:16:31.645Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.26@sha256:199af27b5ad7e9422333a4e7186a6e8dc3c720e3ec269d17e70c4e0b9d953c6e [2025-06-23T05:16:31.645Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.26@sha256:199af27b5ad7e9422333a4e7186a6e8dc3c720e3ec269d17e70c4e0b9d953c6e done [2025-06-23T05:16:31.645Z] #5 CACHED [2025-06-23T05:16:31.645Z] [2025-06-23T05:16:31.645Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.26@sha256:199af27b5ad7e9422333a4e7186a6e8dc3c720e3ec269d17e70c4e0b9d953c6e [2025-06-23T05:16:31.645Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.26@sha256:199af27b5ad7e9422333a4e7186a6e8dc3c720e3ec269d17e70c4e0b9d953c6e done [2025-06-23T05:16:31.645Z] #6 CACHED [2025-06-23T05:16:31.645Z] [2025-06-23T05:16:31.645Z] #7 exporting to image [2025-06-23T05:16:31.645Z] #7 exporting layers done [2025-06-23T05:16:31.645Z] #7 exporting manifest sha256:8050cfff769b1177f40f8e0890ebecda2f8bacfcfb8c6fc2f92054dde91e3bff done [2025-06-23T05:16:31.645Z] #7 exporting config sha256:6b67bf929870af5913a078c90405a903773a810034a5c69f0d8d78ef3bb8f22d done [2025-06-23T05:16:31.645Z] #7 exporting manifest sha256:4c7d963a71412b5082db7edf63e67e8bec1cd5212af75da1794a72e4bf04b8e2 done [2025-06-23T05:16:31.645Z] #7 exporting config sha256:eb026a771ea9aa2d60880587efbf08e3f7cd6b0659ef8866046bf77111517582 done [2025-06-23T05:16:31.645Z] #7 exporting manifest list sha256:a837207b14574b9a3020c0b0600ab7979917214ad6b904d1a01ad34d6f7ace1a done [2025-06-23T05:16:31.645Z] #7 pushing layers 0.0s done [2025-06-23T05:16:31.645Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.26@sha256:a837207b14574b9a3020c0b0600ab7979917214ad6b904d1a01ad34d6f7ace1a [2025-06-23T05:16:31.645Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T05:16:31.905Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.26@sha256:a837207b14574b9a3020c0b0600ab7979917214ad6b904d1a01ad34d6f7ace1a 0.1s done [2025-06-23T05:16:31.905Z] #7 DONE 0.1s [2025-06-23T05:16:31.905Z] [2025-06-23T05:16:31.905Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T05:16:31.905Z] #8 DONE 0.0s [2025-06-23T05:16:31.905Z] [2025-06-23T05:16:31.905Z] 1 warning found (use --debug to expand): [2025-06-23T05:16:31.905Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T05:16:32.198Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26' [2025-06-23T05:16:32.198Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 --push - [2025-06-23T05:16:32.198Z] #1 [internal] load build definition from Dockerfile [2025-06-23T05:16:32.198Z] #1 transferring dockerfile: 219B done [2025-06-23T05:16:32.198Z] #1 DONE 0.0s [2025-06-23T05:16:32.198Z] [2025-06-23T05:16:32.198Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:16:32.198Z] #2 DONE 0.0s [2025-06-23T05:16:32.198Z] [2025-06-23T05:16:32.198Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:16:32.198Z] #3 DONE 0.0s [2025-06-23T05:16:32.198Z] [2025-06-23T05:16:32.198Z] #4 [internal] load .dockerignore [2025-06-23T05:16:32.198Z] #4 transferring context: 2B done [2025-06-23T05:16:32.198Z] #4 DONE 0.0s [2025-06-23T05:16:32.198Z] [2025-06-23T05:16:32.198Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:199af27b5ad7e9422333a4e7186a6e8dc3c720e3ec269d17e70c4e0b9d953c6e [2025-06-23T05:16:32.198Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:199af27b5ad7e9422333a4e7186a6e8dc3c720e3ec269d17e70c4e0b9d953c6e done [2025-06-23T05:16:32.198Z] #5 CACHED [2025-06-23T05:16:32.198Z] [2025-06-23T05:16:32.198Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:199af27b5ad7e9422333a4e7186a6e8dc3c720e3ec269d17e70c4e0b9d953c6e [2025-06-23T05:16:32.198Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:199af27b5ad7e9422333a4e7186a6e8dc3c720e3ec269d17e70c4e0b9d953c6e 0.0s done [2025-06-23T05:16:32.198Z] #6 CACHED [2025-06-23T05:16:32.198Z] [2025-06-23T05:16:32.198Z] #7 exporting to image [2025-06-23T05:16:32.198Z] #7 exporting layers done [2025-06-23T05:16:32.198Z] #7 exporting manifest sha256:8050cfff769b1177f40f8e0890ebecda2f8bacfcfb8c6fc2f92054dde91e3bff done [2025-06-23T05:16:32.198Z] #7 exporting config sha256:6b67bf929870af5913a078c90405a903773a810034a5c69f0d8d78ef3bb8f22d done [2025-06-23T05:16:32.198Z] #7 exporting manifest sha256:4c7d963a71412b5082db7edf63e67e8bec1cd5212af75da1794a72e4bf04b8e2 done [2025-06-23T05:16:32.198Z] #7 exporting config sha256:eb026a771ea9aa2d60880587efbf08e3f7cd6b0659ef8866046bf77111517582 done [2025-06-23T05:16:32.198Z] #7 exporting manifest list sha256:a837207b14574b9a3020c0b0600ab7979917214ad6b904d1a01ad34d6f7ace1a done [2025-06-23T05:16:32.198Z] #7 pushing layers 0.0s done [2025-06-23T05:16:32.198Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:a837207b14574b9a3020c0b0600ab7979917214ad6b904d1a01ad34d6f7ace1a [2025-06-23T05:16:32.198Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T05:16:32.457Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:a837207b14574b9a3020c0b0600ab7979917214ad6b904d1a01ad34d6f7ace1a 0.1s done [2025-06-23T05:16:32.458Z] #7 DONE 0.1s [2025-06-23T05:16:32.458Z] [2025-06-23T05:16:32.458Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T05:16:32.458Z] #8 DONE 0.0s [2025-06-23T05:16:32.458Z] [2025-06-23T05:16:32.458Z] 1 warning found (use --debug to expand): [2025-06-23T05:16:32.458Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T05:16:32.754Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:main' [2025-06-23T05:16:32.754Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:main --push - [2025-06-23T05:16:32.754Z] #1 [internal] load build definition from Dockerfile [2025-06-23T05:16:32.754Z] #1 transferring dockerfile: 170B done [2025-06-23T05:16:32.754Z] #1 DONE 0.0s [2025-06-23T05:16:32.754Z] [2025-06-23T05:16:32.754Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-06-23T05:16:32.754Z] #2 DONE 0.0s [2025-06-23T05:16:32.754Z] [2025-06-23T05:16:32.754Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-06-23T05:16:32.754Z] #3 DONE 0.0s [2025-06-23T05:16:32.754Z] [2025-06-23T05:16:32.754Z] #4 [internal] load .dockerignore [2025-06-23T05:16:32.754Z] #4 transferring context: 2B done [2025-06-23T05:16:32.754Z] #4 DONE 0.0s [2025-06-23T05:16:32.754Z] [2025-06-23T05:16:32.754Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:199af27b5ad7e9422333a4e7186a6e8dc3c720e3ec269d17e70c4e0b9d953c6e [2025-06-23T05:16:32.754Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:199af27b5ad7e9422333a4e7186a6e8dc3c720e3ec269d17e70c4e0b9d953c6e 0.0s done [2025-06-23T05:16:32.754Z] #5 CACHED [2025-06-23T05:16:32.754Z] [2025-06-23T05:16:32.754Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:199af27b5ad7e9422333a4e7186a6e8dc3c720e3ec269d17e70c4e0b9d953c6e [2025-06-23T05:16:32.754Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:199af27b5ad7e9422333a4e7186a6e8dc3c720e3ec269d17e70c4e0b9d953c6e 0.0s done [2025-06-23T05:16:32.754Z] #6 CACHED [2025-06-23T05:16:32.754Z] [2025-06-23T05:16:32.754Z] #7 exporting to image [2025-06-23T05:16:32.754Z] #7 exporting layers [2025-06-23T05:16:32.754Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T05:16:33.013Z] #7 exporting layers done [2025-06-23T05:16:33.014Z] #7 exporting manifest sha256:8050cfff769b1177f40f8e0890ebecda2f8bacfcfb8c6fc2f92054dde91e3bff done [2025-06-23T05:16:33.014Z] #7 exporting config sha256:6b67bf929870af5913a078c90405a903773a810034a5c69f0d8d78ef3bb8f22d done [2025-06-23T05:16:33.014Z] #7 exporting manifest sha256:4c7d963a71412b5082db7edf63e67e8bec1cd5212af75da1794a72e4bf04b8e2 done [2025-06-23T05:16:33.014Z] #7 exporting config sha256:eb026a771ea9aa2d60880587efbf08e3f7cd6b0659ef8866046bf77111517582 done [2025-06-23T05:16:33.014Z] #7 exporting manifest list sha256:a837207b14574b9a3020c0b0600ab7979917214ad6b904d1a01ad34d6f7ace1a done [2025-06-23T05:16:33.014Z] #7 pushing layers 0.0s done [2025-06-23T05:16:33.014Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:a837207b14574b9a3020c0b0600ab7979917214ad6b904d1a01ad34d6f7ace1a 0.1s done [2025-06-23T05:16:33.014Z] #7 DONE 0.1s [2025-06-23T05:16:33.014Z] [2025-06-23T05:16:33.014Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T05:16:33.014Z] #8 DONE 0.0s [2025-06-23T05:16:33.014Z] [2025-06-23T05:16:33.014Z] 1 warning found (use --debug to expand): [2025-06-23T05:16:33.014Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T05:16:33.308Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:92d5141f885416a010e7c9a103f0840019be69f6' [2025-06-23T05:16:33.308Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:92d5141f885416a010e7c9a103f0840019be69f6 --push - [2025-06-23T05:16:33.568Z] #1 [internal] load build definition from Dockerfile [2025-06-23T05:16:33.568Z] #1 transferring dockerfile: 206B done [2025-06-23T05:16:33.568Z] #1 DONE 0.0s [2025-06-23T05:16:33.568Z] [2025-06-23T05:16:33.568Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:16:33.568Z] #2 DONE 0.0s [2025-06-23T05:16:33.568Z] [2025-06-23T05:16:33.568Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:16:33.568Z] #3 DONE 0.0s [2025-06-23T05:16:33.568Z] [2025-06-23T05:16:33.568Z] #4 [internal] load .dockerignore [2025-06-23T05:16:33.568Z] #4 transferring context: 2B done [2025-06-23T05:16:33.568Z] #4 DONE 0.0s [2025-06-23T05:16:33.568Z] [2025-06-23T05:16:33.568Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:92d5141f885416a010e7c9a103f0840019be69f6@sha256:c25d4aded74d238d2ccb8c469b07f9927785ff5806da8974d8d35e0f6b93248f [2025-06-23T05:16:33.568Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:92d5141f885416a010e7c9a103f0840019be69f6@sha256:c25d4aded74d238d2ccb8c469b07f9927785ff5806da8974d8d35e0f6b93248f 0.0s done [2025-06-23T05:16:33.568Z] #5 DONE 0.0s [2025-06-23T05:16:33.568Z] [2025-06-23T05:16:33.568Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:92d5141f885416a010e7c9a103f0840019be69f6@sha256:c25d4aded74d238d2ccb8c469b07f9927785ff5806da8974d8d35e0f6b93248f [2025-06-23T05:16:33.568Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:92d5141f885416a010e7c9a103f0840019be69f6@sha256:c25d4aded74d238d2ccb8c469b07f9927785ff5806da8974d8d35e0f6b93248f 0.0s done [2025-06-23T05:16:33.568Z] #6 DONE 0.1s [2025-06-23T05:16:33.568Z] [2025-06-23T05:16:33.568Z] #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T05:16:33.568Z] #7 DONE 0.0s [2025-06-23T05:16:33.568Z] [2025-06-23T05:16:33.568Z] #8 exporting to image [2025-06-23T05:16:33.568Z] #8 exporting layers done [2025-06-23T05:16:33.568Z] #8 exporting manifest sha256:964198705377cc34372895c980f34ac555a25d2f9e19c878f0f5bcf3a218c555 done [2025-06-23T05:16:33.568Z] #8 exporting config sha256:c9cde36709d573d7ba934bed4d5475187da65aa73212a0b43820cad51a76401a done [2025-06-23T05:16:33.568Z] #8 exporting manifest sha256:7f943da136ef5fbbddd3fcb24f550385d7f06b2b9044a0d787d95778815b38e6 done [2025-06-23T05:16:33.568Z] #8 exporting config sha256:04393074a2af31322586c0a3079683bf485b6cab9b8cc9b9cf9f31b8393cde1f done [2025-06-23T05:16:33.568Z] #8 exporting manifest list sha256:2652a1220ca5a0b47287b42d3714723fcf07048143afe86bc1a083a6afd22631 done [2025-06-23T05:16:33.568Z] #8 pushing layers 0.1s done [2025-06-23T05:16:33.568Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:92d5141f885416a010e7c9a103f0840019be69f6@sha256:2652a1220ca5a0b47287b42d3714723fcf07048143afe86bc1a083a6afd22631 [2025-06-23T05:16:33.568Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T05:16:33.828Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:92d5141f885416a010e7c9a103f0840019be69f6@sha256:2652a1220ca5a0b47287b42d3714723fcf07048143afe86bc1a083a6afd22631 0.1s done [2025-06-23T05:16:33.828Z] #8 DONE 0.2s [2025-06-23T05:16:33.828Z] [2025-06-23T05:16:33.828Z] 1 warning found (use --debug to expand): [2025-06-23T05:16:33.828Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T05:16:34.124Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:latest --push - [2025-06-23T05:16:34.124Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:latest' [2025-06-23T05:16:34.124Z] #1 [internal] load build definition from Dockerfile [2025-06-23T05:16:34.124Z] #1 transferring dockerfile: 172B done [2025-06-23T05:16:34.124Z] #1 DONE 0.0s [2025-06-23T05:16:34.124Z] [2025-06-23T05:16:34.124Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-06-23T05:16:34.124Z] #2 DONE 0.0s [2025-06-23T05:16:34.124Z] [2025-06-23T05:16:34.124Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-06-23T05:16:34.124Z] #3 DONE 0.0s [2025-06-23T05:16:34.124Z] [2025-06-23T05:16:34.124Z] #4 [internal] load .dockerignore [2025-06-23T05:16:34.124Z] #4 transferring context: 2B done [2025-06-23T05:16:34.124Z] #4 DONE 0.0s [2025-06-23T05:16:34.124Z] [2025-06-23T05:16:34.124Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:c25d4aded74d238d2ccb8c469b07f9927785ff5806da8974d8d35e0f6b93248f [2025-06-23T05:16:34.124Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:c25d4aded74d238d2ccb8c469b07f9927785ff5806da8974d8d35e0f6b93248f 0.0s done [2025-06-23T05:16:34.124Z] #5 CACHED [2025-06-23T05:16:34.124Z] [2025-06-23T05:16:34.124Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:c25d4aded74d238d2ccb8c469b07f9927785ff5806da8974d8d35e0f6b93248f [2025-06-23T05:16:34.124Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:c25d4aded74d238d2ccb8c469b07f9927785ff5806da8974d8d35e0f6b93248f 0.0s done [2025-06-23T05:16:34.124Z] #6 CACHED [2025-06-23T05:16:34.124Z] [2025-06-23T05:16:34.124Z] #7 exporting to image [2025-06-23T05:16:34.124Z] #7 exporting layers done [2025-06-23T05:16:34.124Z] #7 exporting manifest sha256:964198705377cc34372895c980f34ac555a25d2f9e19c878f0f5bcf3a218c555 done [2025-06-23T05:16:34.124Z] #7 exporting config sha256:c9cde36709d573d7ba934bed4d5475187da65aa73212a0b43820cad51a76401a done [2025-06-23T05:16:34.124Z] #7 exporting manifest sha256:7f943da136ef5fbbddd3fcb24f550385d7f06b2b9044a0d787d95778815b38e6 done [2025-06-23T05:16:34.124Z] #7 exporting config sha256:04393074a2af31322586c0a3079683bf485b6cab9b8cc9b9cf9f31b8393cde1f done [2025-06-23T05:16:34.124Z] #7 exporting manifest list sha256:2652a1220ca5a0b47287b42d3714723fcf07048143afe86bc1a083a6afd22631 done [2025-06-23T05:16:34.124Z] #7 pushing layers [2025-06-23T05:16:34.124Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T05:16:34.384Z] #7 pushing layers 0.0s done [2025-06-23T05:16:34.384Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:2652a1220ca5a0b47287b42d3714723fcf07048143afe86bc1a083a6afd22631 0.1s done [2025-06-23T05:16:34.384Z] #7 DONE 0.1s [2025-06-23T05:16:34.384Z] [2025-06-23T05:16:34.384Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T05:16:34.384Z] #8 DONE 0.0s [2025-06-23T05:16:34.384Z] [2025-06-23T05:16:34.384Z] 1 warning found (use --debug to expand): [2025-06-23T05:16:34.385Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T05:16:34.670Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.26' [2025-06-23T05:16:34.670Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.26 --push - [2025-06-23T05:16:34.930Z] #1 [internal] load build definition from Dockerfile [2025-06-23T05:16:34.930Z] #1 transferring dockerfile: 178B done [2025-06-23T05:16:34.930Z] #1 DONE 0.0s [2025-06-23T05:16:34.930Z] [2025-06-23T05:16:34.930Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.26 [2025-06-23T05:16:34.930Z] #2 DONE 0.0s [2025-06-23T05:16:34.930Z] [2025-06-23T05:16:34.930Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.26 [2025-06-23T05:16:34.930Z] #3 DONE 0.0s [2025-06-23T05:16:34.930Z] [2025-06-23T05:16:34.930Z] #4 [internal] load .dockerignore [2025-06-23T05:16:34.930Z] #4 transferring context: 2B done [2025-06-23T05:16:34.930Z] #4 DONE 0.0s [2025-06-23T05:16:34.930Z] [2025-06-23T05:16:34.930Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.26@sha256:c25d4aded74d238d2ccb8c469b07f9927785ff5806da8974d8d35e0f6b93248f [2025-06-23T05:16:34.930Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.26@sha256:c25d4aded74d238d2ccb8c469b07f9927785ff5806da8974d8d35e0f6b93248f 0.0s done [2025-06-23T05:16:34.930Z] #5 CACHED [2025-06-23T05:16:34.930Z] [2025-06-23T05:16:34.930Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.26@sha256:c25d4aded74d238d2ccb8c469b07f9927785ff5806da8974d8d35e0f6b93248f [2025-06-23T05:16:34.930Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.26@sha256:c25d4aded74d238d2ccb8c469b07f9927785ff5806da8974d8d35e0f6b93248f 0.0s done [2025-06-23T05:16:34.930Z] #6 CACHED [2025-06-23T05:16:34.930Z] [2025-06-23T05:16:34.930Z] #7 exporting to image [2025-06-23T05:16:34.930Z] #7 exporting layers done [2025-06-23T05:16:34.930Z] #7 exporting manifest sha256:964198705377cc34372895c980f34ac555a25d2f9e19c878f0f5bcf3a218c555 done [2025-06-23T05:16:34.930Z] #7 exporting config sha256:c9cde36709d573d7ba934bed4d5475187da65aa73212a0b43820cad51a76401a done [2025-06-23T05:16:34.930Z] #7 exporting manifest sha256:7f943da136ef5fbbddd3fcb24f550385d7f06b2b9044a0d787d95778815b38e6 done [2025-06-23T05:16:34.930Z] #7 exporting config sha256:04393074a2af31322586c0a3079683bf485b6cab9b8cc9b9cf9f31b8393cde1f done [2025-06-23T05:16:34.930Z] #7 exporting manifest list sha256:2652a1220ca5a0b47287b42d3714723fcf07048143afe86bc1a083a6afd22631 done [2025-06-23T05:16:34.930Z] #7 pushing layers 0.0s done [2025-06-23T05:16:34.930Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.26@sha256:2652a1220ca5a0b47287b42d3714723fcf07048143afe86bc1a083a6afd22631 [2025-06-23T05:16:34.930Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T05:16:34.930Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.26@sha256:2652a1220ca5a0b47287b42d3714723fcf07048143afe86bc1a083a6afd22631 0.1s done [2025-06-23T05:16:34.930Z] #7 DONE 0.1s [2025-06-23T05:16:34.930Z] [2025-06-23T05:16:34.930Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T05:16:34.930Z] #8 DONE 0.0s [2025-06-23T05:16:34.930Z] [2025-06-23T05:16:34.930Z] 1 warning found (use --debug to expand): [2025-06-23T05:16:34.930Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T05:16:35.220Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26' [2025-06-23T05:16:35.220Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 --push - [2025-06-23T05:16:35.220Z] #1 [internal] load build definition from Dockerfile [2025-06-23T05:16:35.220Z] #1 transferring dockerfile: 219B done [2025-06-23T05:16:35.220Z] #1 DONE 0.0s [2025-06-23T05:16:35.220Z] [2025-06-23T05:16:35.220Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:16:35.220Z] #2 DONE 0.0s [2025-06-23T05:16:35.220Z] [2025-06-23T05:16:35.220Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:16:35.220Z] #3 DONE 0.0s [2025-06-23T05:16:35.220Z] [2025-06-23T05:16:35.220Z] #4 [internal] load .dockerignore [2025-06-23T05:16:35.220Z] #4 transferring context: 2B done [2025-06-23T05:16:35.220Z] #4 DONE 0.0s [2025-06-23T05:16:35.220Z] [2025-06-23T05:16:35.220Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:c25d4aded74d238d2ccb8c469b07f9927785ff5806da8974d8d35e0f6b93248f [2025-06-23T05:16:35.220Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:c25d4aded74d238d2ccb8c469b07f9927785ff5806da8974d8d35e0f6b93248f 0.0s done [2025-06-23T05:16:35.220Z] #5 CACHED [2025-06-23T05:16:35.220Z] [2025-06-23T05:16:35.220Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:c25d4aded74d238d2ccb8c469b07f9927785ff5806da8974d8d35e0f6b93248f [2025-06-23T05:16:35.220Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:c25d4aded74d238d2ccb8c469b07f9927785ff5806da8974d8d35e0f6b93248f 0.0s done [2025-06-23T05:16:35.220Z] #6 CACHED [2025-06-23T05:16:35.220Z] [2025-06-23T05:16:35.220Z] #7 exporting to image [2025-06-23T05:16:35.220Z] #7 exporting layers done [2025-06-23T05:16:35.220Z] #7 exporting manifest sha256:964198705377cc34372895c980f34ac555a25d2f9e19c878f0f5bcf3a218c555 done [2025-06-23T05:16:35.220Z] #7 exporting config sha256:c9cde36709d573d7ba934bed4d5475187da65aa73212a0b43820cad51a76401a done [2025-06-23T05:16:35.220Z] #7 exporting manifest sha256:7f943da136ef5fbbddd3fcb24f550385d7f06b2b9044a0d787d95778815b38e6 done [2025-06-23T05:16:35.220Z] #7 exporting config sha256:04393074a2af31322586c0a3079683bf485b6cab9b8cc9b9cf9f31b8393cde1f [2025-06-23T05:16:35.220Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T05:16:35.479Z] #7 exporting config sha256:04393074a2af31322586c0a3079683bf485b6cab9b8cc9b9cf9f31b8393cde1f done [2025-06-23T05:16:35.479Z] #7 exporting manifest list sha256:2652a1220ca5a0b47287b42d3714723fcf07048143afe86bc1a083a6afd22631 done [2025-06-23T05:16:35.479Z] #7 pushing layers 0.0s done [2025-06-23T05:16:35.479Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:2652a1220ca5a0b47287b42d3714723fcf07048143afe86bc1a083a6afd22631 0.1s done [2025-06-23T05:16:35.479Z] #7 DONE 0.1s [2025-06-23T05:16:35.479Z] [2025-06-23T05:16:35.479Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T05:16:35.479Z] #8 DONE 0.0s [2025-06-23T05:16:35.479Z] [2025-06-23T05:16:35.479Z] 1 warning found (use --debug to expand): [2025-06-23T05:16:35.479Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T05:16:35.767Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:main' [2025-06-23T05:16:35.767Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:main --push - [2025-06-23T05:16:36.027Z] #1 [internal] load build definition from Dockerfile [2025-06-23T05:16:36.027Z] #1 transferring dockerfile: 170B done [2025-06-23T05:16:36.027Z] #1 DONE 0.0s [2025-06-23T05:16:36.027Z] [2025-06-23T05:16:36.027Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main [2025-06-23T05:16:36.027Z] #2 DONE 0.0s [2025-06-23T05:16:36.027Z] [2025-06-23T05:16:36.027Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main [2025-06-23T05:16:36.027Z] #3 DONE 0.0s [2025-06-23T05:16:36.027Z] [2025-06-23T05:16:36.027Z] #4 [internal] load .dockerignore [2025-06-23T05:16:36.027Z] #4 transferring context: 2B done [2025-06-23T05:16:36.027Z] #4 DONE 0.0s [2025-06-23T05:16:36.027Z] [2025-06-23T05:16:36.027Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:c25d4aded74d238d2ccb8c469b07f9927785ff5806da8974d8d35e0f6b93248f [2025-06-23T05:16:36.027Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:c25d4aded74d238d2ccb8c469b07f9927785ff5806da8974d8d35e0f6b93248f done [2025-06-23T05:16:36.027Z] #5 CACHED [2025-06-23T05:16:36.027Z] [2025-06-23T05:16:36.027Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:c25d4aded74d238d2ccb8c469b07f9927785ff5806da8974d8d35e0f6b93248f [2025-06-23T05:16:36.027Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:c25d4aded74d238d2ccb8c469b07f9927785ff5806da8974d8d35e0f6b93248f done [2025-06-23T05:16:36.027Z] #6 CACHED [2025-06-23T05:16:36.027Z] [2025-06-23T05:16:36.027Z] #7 exporting to image [2025-06-23T05:16:36.027Z] #7 exporting layers done [2025-06-23T05:16:36.027Z] #7 exporting manifest sha256:964198705377cc34372895c980f34ac555a25d2f9e19c878f0f5bcf3a218c555 done [2025-06-23T05:16:36.027Z] #7 exporting config sha256:c9cde36709d573d7ba934bed4d5475187da65aa73212a0b43820cad51a76401a done [2025-06-23T05:16:36.027Z] #7 exporting manifest sha256:7f943da136ef5fbbddd3fcb24f550385d7f06b2b9044a0d787d95778815b38e6 done [2025-06-23T05:16:36.027Z] #7 exporting config sha256:04393074a2af31322586c0a3079683bf485b6cab9b8cc9b9cf9f31b8393cde1f done [2025-06-23T05:16:36.027Z] #7 exporting manifest list sha256:2652a1220ca5a0b47287b42d3714723fcf07048143afe86bc1a083a6afd22631 done [2025-06-23T05:16:36.027Z] #7 pushing layers 0.0s done [2025-06-23T05:16:36.027Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:2652a1220ca5a0b47287b42d3714723fcf07048143afe86bc1a083a6afd22631 [2025-06-23T05:16:36.027Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T05:16:36.027Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:2652a1220ca5a0b47287b42d3714723fcf07048143afe86bc1a083a6afd22631 0.1s done [2025-06-23T05:16:36.027Z] #7 DONE 0.1s [2025-06-23T05:16:36.027Z] [2025-06-23T05:16:36.027Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T05:16:36.027Z] #8 DONE 0.0s [2025-06-23T05:16:36.027Z] [2025-06-23T05:16:36.027Z] 1 warning found (use --debug to expand): [2025-06-23T05:16:36.027Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T05:16:36.321Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:92d5141f885416a010e7c9a103f0840019be69f6' [2025-06-23T05:16:36.321Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:92d5141f885416a010e7c9a103f0840019be69f6 --push - [2025-06-23T05:16:36.321Z] #1 [internal] load build definition from Dockerfile [2025-06-23T05:16:36.321Z] #1 transferring dockerfile: 202B done [2025-06-23T05:16:36.321Z] #1 DONE 0.0s [2025-06-23T05:16:36.321Z] [2025-06-23T05:16:36.321Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:16:36.321Z] #2 DONE 0.0s [2025-06-23T05:16:36.321Z] [2025-06-23T05:16:36.321Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:16:36.321Z] #3 DONE 0.0s [2025-06-23T05:16:36.321Z] [2025-06-23T05:16:36.321Z] #4 [internal] load .dockerignore [2025-06-23T05:16:36.321Z] #4 transferring context: 2B done [2025-06-23T05:16:36.321Z] #4 DONE 0.0s [2025-06-23T05:16:36.321Z] [2025-06-23T05:16:36.321Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:92d5141f885416a010e7c9a103f0840019be69f6@sha256:ccaae794d35d432c0cce8f8a6e4e9c8ce85374a4fa11879362d63df5bf6d991d [2025-06-23T05:16:36.321Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:92d5141f885416a010e7c9a103f0840019be69f6@sha256:ccaae794d35d432c0cce8f8a6e4e9c8ce85374a4fa11879362d63df5bf6d991d [2025-06-23T05:16:36.580Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:92d5141f885416a010e7c9a103f0840019be69f6@sha256:ccaae794d35d432c0cce8f8a6e4e9c8ce85374a4fa11879362d63df5bf6d991d 0.0s done [2025-06-23T05:16:36.580Z] #5 DONE 0.0s [2025-06-23T05:16:36.580Z] [2025-06-23T05:16:36.580Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:92d5141f885416a010e7c9a103f0840019be69f6@sha256:ccaae794d35d432c0cce8f8a6e4e9c8ce85374a4fa11879362d63df5bf6d991d [2025-06-23T05:16:36.580Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:92d5141f885416a010e7c9a103f0840019be69f6@sha256:ccaae794d35d432c0cce8f8a6e4e9c8ce85374a4fa11879362d63df5bf6d991d done [2025-06-23T05:16:36.580Z] #6 DONE 0.1s [2025-06-23T05:16:36.580Z] [2025-06-23T05:16:36.580Z] #7 exporting to image [2025-06-23T05:16:36.580Z] #7 exporting layers done [2025-06-23T05:16:36.580Z] #7 exporting manifest sha256:8a222ef37750e4faeb09fceb475dc58445fc8bd653dc8df6f963f0d842152c2b done [2025-06-23T05:16:36.580Z] #7 exporting config sha256:4187dafc9bbd1d8f4db1de0b0b37f262032992b0b01fa7d456689ef42305ec46 done [2025-06-23T05:16:36.580Z] #7 exporting manifest sha256:113d448d05fb32f7fbd4a29b3d2134279b4d4081d2378f5301f35f8136cc1d19 done [2025-06-23T05:16:36.580Z] #7 exporting config sha256:67eee9b7c72119abef2c1a8b0cf1ab455f4e5a3972b44c2ffc17924b0f1693cc done [2025-06-23T05:16:36.580Z] #7 exporting manifest list sha256:3e275b1003bd49d1581ca5fd970504f4ce201124ac3c22068deff354ec5d945f [2025-06-23T05:16:36.580Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T05:16:36.580Z] #7 ... [2025-06-23T05:16:36.580Z] [2025-06-23T05:16:36.580Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T05:16:36.580Z] #8 DONE 0.0s [2025-06-23T05:16:36.580Z] [2025-06-23T05:16:36.580Z] #7 exporting to image [2025-06-23T05:16:36.580Z] #7 exporting manifest list sha256:3e275b1003bd49d1581ca5fd970504f4ce201124ac3c22068deff354ec5d945f done [2025-06-23T05:16:36.580Z] #7 pushing layers 0.1s done [2025-06-23T05:16:36.580Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:92d5141f885416a010e7c9a103f0840019be69f6@sha256:3e275b1003bd49d1581ca5fd970504f4ce201124ac3c22068deff354ec5d945f [2025-06-23T05:16:36.844Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:92d5141f885416a010e7c9a103f0840019be69f6@sha256:3e275b1003bd49d1581ca5fd970504f4ce201124ac3c22068deff354ec5d945f 0.1s done [2025-06-23T05:16:36.844Z] #7 DONE 0.2s [2025-06-23T05:16:36.844Z] [2025-06-23T05:16:36.844Z] 1 warning found (use --debug to expand): [2025-06-23T05:16:36.844Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T05:16:37.138Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest' [2025-06-23T05:16:37.139Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:latest --push - [2025-06-23T05:16:37.398Z] #1 [internal] load build definition from Dockerfile [2025-06-23T05:16:37.399Z] #1 transferring dockerfile: 168B done [2025-06-23T05:16:37.399Z] #1 DONE 0.0s [2025-06-23T05:16:37.399Z] [2025-06-23T05:16:37.399Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-06-23T05:16:37.399Z] #2 DONE 0.0s [2025-06-23T05:16:37.399Z] [2025-06-23T05:16:37.399Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-06-23T05:16:37.399Z] #3 DONE 0.0s [2025-06-23T05:16:37.399Z] [2025-06-23T05:16:37.399Z] #4 [internal] load .dockerignore [2025-06-23T05:16:37.399Z] #4 transferring context: 2B done [2025-06-23T05:16:37.399Z] #4 DONE 0.0s [2025-06-23T05:16:37.399Z] [2025-06-23T05:16:37.399Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:ccaae794d35d432c0cce8f8a6e4e9c8ce85374a4fa11879362d63df5bf6d991d [2025-06-23T05:16:37.399Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:ccaae794d35d432c0cce8f8a6e4e9c8ce85374a4fa11879362d63df5bf6d991d done [2025-06-23T05:16:37.399Z] #5 CACHED [2025-06-23T05:16:37.399Z] [2025-06-23T05:16:37.399Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:ccaae794d35d432c0cce8f8a6e4e9c8ce85374a4fa11879362d63df5bf6d991d [2025-06-23T05:16:37.399Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:ccaae794d35d432c0cce8f8a6e4e9c8ce85374a4fa11879362d63df5bf6d991d done [2025-06-23T05:16:37.399Z] #6 CACHED [2025-06-23T05:16:37.399Z] [2025-06-23T05:16:37.399Z] #7 exporting to image [2025-06-23T05:16:37.399Z] #7 exporting layers done [2025-06-23T05:16:37.399Z] #7 exporting manifest sha256:8a222ef37750e4faeb09fceb475dc58445fc8bd653dc8df6f963f0d842152c2b done [2025-06-23T05:16:37.399Z] #7 exporting config sha256:4187dafc9bbd1d8f4db1de0b0b37f262032992b0b01fa7d456689ef42305ec46 [2025-06-23T05:16:37.399Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T05:16:37.399Z] #7 exporting config sha256:4187dafc9bbd1d8f4db1de0b0b37f262032992b0b01fa7d456689ef42305ec46 done [2025-06-23T05:16:37.399Z] #7 exporting manifest sha256:113d448d05fb32f7fbd4a29b3d2134279b4d4081d2378f5301f35f8136cc1d19 done [2025-06-23T05:16:37.399Z] #7 exporting config sha256:67eee9b7c72119abef2c1a8b0cf1ab455f4e5a3972b44c2ffc17924b0f1693cc done [2025-06-23T05:16:37.399Z] #7 exporting manifest list sha256:3e275b1003bd49d1581ca5fd970504f4ce201124ac3c22068deff354ec5d945f done [2025-06-23T05:16:37.399Z] #7 pushing layers 0.0s done [2025-06-23T05:16:37.399Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:3e275b1003bd49d1581ca5fd970504f4ce201124ac3c22068deff354ec5d945f 0.1s done [2025-06-23T05:16:37.399Z] #7 DONE 0.1s [2025-06-23T05:16:37.399Z] [2025-06-23T05:16:37.399Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T05:16:37.399Z] #8 DONE 0.0s [2025-06-23T05:16:37.399Z] [2025-06-23T05:16:37.399Z] 1 warning found (use --debug to expand): [2025-06-23T05:16:37.399Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T05:16:37.688Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.26' [2025-06-23T05:16:37.688Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.26 --push - [2025-06-23T05:16:37.947Z] #1 [internal] load build definition from Dockerfile [2025-06-23T05:16:37.947Z] #1 transferring dockerfile: 174B done [2025-06-23T05:16:37.947Z] #1 DONE 0.0s [2025-06-23T05:16:37.947Z] [2025-06-23T05:16:37.947Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.26 [2025-06-23T05:16:37.947Z] #2 DONE 0.0s [2025-06-23T05:16:37.947Z] [2025-06-23T05:16:37.947Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.26 [2025-06-23T05:16:37.947Z] #3 DONE 0.0s [2025-06-23T05:16:37.947Z] [2025-06-23T05:16:37.947Z] #4 [internal] load .dockerignore [2025-06-23T05:16:37.947Z] #4 transferring context: 2B done [2025-06-23T05:16:37.947Z] #4 DONE 0.0s [2025-06-23T05:16:37.947Z] [2025-06-23T05:16:37.947Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.26@sha256:ccaae794d35d432c0cce8f8a6e4e9c8ce85374a4fa11879362d63df5bf6d991d [2025-06-23T05:16:37.947Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.26@sha256:ccaae794d35d432c0cce8f8a6e4e9c8ce85374a4fa11879362d63df5bf6d991d 0.0s done [2025-06-23T05:16:37.947Z] #5 CACHED [2025-06-23T05:16:37.947Z] [2025-06-23T05:16:37.947Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.26@sha256:ccaae794d35d432c0cce8f8a6e4e9c8ce85374a4fa11879362d63df5bf6d991d [2025-06-23T05:16:37.947Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.26@sha256:ccaae794d35d432c0cce8f8a6e4e9c8ce85374a4fa11879362d63df5bf6d991d 0.0s done [2025-06-23T05:16:37.947Z] #6 CACHED [2025-06-23T05:16:37.947Z] [2025-06-23T05:16:37.947Z] #7 exporting to image [2025-06-23T05:16:37.947Z] #7 exporting layers done [2025-06-23T05:16:37.947Z] #7 exporting manifest sha256:8a222ef37750e4faeb09fceb475dc58445fc8bd653dc8df6f963f0d842152c2b done [2025-06-23T05:16:37.947Z] #7 exporting config sha256:4187dafc9bbd1d8f4db1de0b0b37f262032992b0b01fa7d456689ef42305ec46 done [2025-06-23T05:16:37.947Z] #7 exporting manifest sha256:113d448d05fb32f7fbd4a29b3d2134279b4d4081d2378f5301f35f8136cc1d19 [2025-06-23T05:16:37.947Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T05:16:37.947Z] #7 exporting manifest sha256:113d448d05fb32f7fbd4a29b3d2134279b4d4081d2378f5301f35f8136cc1d19 done [2025-06-23T05:16:37.947Z] #7 exporting config sha256:67eee9b7c72119abef2c1a8b0cf1ab455f4e5a3972b44c2ffc17924b0f1693cc done [2025-06-23T05:16:37.947Z] #7 exporting manifest list sha256:3e275b1003bd49d1581ca5fd970504f4ce201124ac3c22068deff354ec5d945f done [2025-06-23T05:16:37.947Z] #7 pushing layers 0.0s done [2025-06-23T05:16:37.947Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.26@sha256:3e275b1003bd49d1581ca5fd970504f4ce201124ac3c22068deff354ec5d945f 0.1s done [2025-06-23T05:16:37.947Z] #7 DONE 0.1s [2025-06-23T05:16:37.947Z] [2025-06-23T05:16:37.947Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T05:16:37.947Z] #8 DONE 0.0s [2025-06-23T05:16:37.947Z] [2025-06-23T05:16:37.947Z] 1 warning found (use --debug to expand): [2025-06-23T05:16:37.947Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T05:16:38.236Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 --push - [2025-06-23T05:16:38.236Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26' [2025-06-23T05:16:38.495Z] #1 [internal] load build definition from Dockerfile [2025-06-23T05:16:38.495Z] #1 transferring dockerfile: 215B done [2025-06-23T05:16:38.495Z] #1 DONE 0.0s [2025-06-23T05:16:38.495Z] [2025-06-23T05:16:38.495Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:16:38.495Z] #2 DONE 0.0s [2025-06-23T05:16:38.495Z] [2025-06-23T05:16:38.495Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:16:38.495Z] #3 DONE 0.0s [2025-06-23T05:16:38.495Z] [2025-06-23T05:16:38.495Z] #4 [internal] load .dockerignore [2025-06-23T05:16:38.495Z] #4 transferring context: 2B done [2025-06-23T05:16:38.495Z] #4 DONE 0.0s [2025-06-23T05:16:38.495Z] [2025-06-23T05:16:38.495Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:ccaae794d35d432c0cce8f8a6e4e9c8ce85374a4fa11879362d63df5bf6d991d [2025-06-23T05:16:38.495Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:ccaae794d35d432c0cce8f8a6e4e9c8ce85374a4fa11879362d63df5bf6d991d done [2025-06-23T05:16:38.495Z] #5 CACHED [2025-06-23T05:16:38.495Z] [2025-06-23T05:16:38.495Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:ccaae794d35d432c0cce8f8a6e4e9c8ce85374a4fa11879362d63df5bf6d991d [2025-06-23T05:16:38.495Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:ccaae794d35d432c0cce8f8a6e4e9c8ce85374a4fa11879362d63df5bf6d991d done [2025-06-23T05:16:38.495Z] #6 CACHED [2025-06-23T05:16:38.495Z] [2025-06-23T05:16:38.495Z] #7 exporting to image [2025-06-23T05:16:38.495Z] #7 exporting layers done [2025-06-23T05:16:38.495Z] #7 exporting manifest sha256:8a222ef37750e4faeb09fceb475dc58445fc8bd653dc8df6f963f0d842152c2b done [2025-06-23T05:16:38.495Z] #7 exporting config sha256:4187dafc9bbd1d8f4db1de0b0b37f262032992b0b01fa7d456689ef42305ec46 done [2025-06-23T05:16:38.495Z] #7 exporting manifest sha256:113d448d05fb32f7fbd4a29b3d2134279b4d4081d2378f5301f35f8136cc1d19 done [2025-06-23T05:16:38.495Z] #7 exporting config sha256:67eee9b7c72119abef2c1a8b0cf1ab455f4e5a3972b44c2ffc17924b0f1693cc done [2025-06-23T05:16:38.495Z] #7 exporting manifest list sha256:3e275b1003bd49d1581ca5fd970504f4ce201124ac3c22068deff354ec5d945f done [2025-06-23T05:16:38.495Z] #7 pushing layers 0.0s done [2025-06-23T05:16:38.495Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:3e275b1003bd49d1581ca5fd970504f4ce201124ac3c22068deff354ec5d945f [2025-06-23T05:16:38.495Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T05:16:38.495Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26@sha256:3e275b1003bd49d1581ca5fd970504f4ce201124ac3c22068deff354ec5d945f 0.1s done [2025-06-23T05:16:38.495Z] #7 DONE 0.1s [2025-06-23T05:16:38.495Z] [2025-06-23T05:16:38.495Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T05:16:38.495Z] #8 DONE 0.0s [2025-06-23T05:16:38.495Z] [2025-06-23T05:16:38.495Z] 1 warning found (use --debug to expand): [2025-06-23T05:16:38.495Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-23T05:16:38.783Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:main' [2025-06-23T05:16:38.783Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:main --push - [2025-06-23T05:16:38.783Z] #1 [internal] load build definition from Dockerfile [2025-06-23T05:16:38.783Z] #1 transferring dockerfile: 166B done [2025-06-23T05:16:38.783Z] #1 DONE 0.0s [2025-06-23T05:16:38.783Z] [2025-06-23T05:16:38.783Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-06-23T05:16:38.783Z] #2 DONE 0.0s [2025-06-23T05:16:38.783Z] [2025-06-23T05:16:38.783Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-06-23T05:16:38.783Z] #3 DONE 0.0s [2025-06-23T05:16:38.783Z] [2025-06-23T05:16:38.783Z] #4 [internal] load .dockerignore [2025-06-23T05:16:38.783Z] #4 transferring context: 2B done [2025-06-23T05:16:38.783Z] #4 DONE 0.0s [2025-06-23T05:16:38.783Z] [2025-06-23T05:16:38.783Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:ccaae794d35d432c0cce8f8a6e4e9c8ce85374a4fa11879362d63df5bf6d991d [2025-06-23T05:16:38.783Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:ccaae794d35d432c0cce8f8a6e4e9c8ce85374a4fa11879362d63df5bf6d991d 0.0s done [2025-06-23T05:16:38.783Z] #5 CACHED [2025-06-23T05:16:38.783Z] [2025-06-23T05:16:38.783Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:ccaae794d35d432c0cce8f8a6e4e9c8ce85374a4fa11879362d63df5bf6d991d [2025-06-23T05:16:38.783Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:ccaae794d35d432c0cce8f8a6e4e9c8ce85374a4fa11879362d63df5bf6d991d 0.0s done [2025-06-23T05:16:38.783Z] #6 CACHED [2025-06-23T05:16:38.783Z] [2025-06-23T05:16:38.783Z] #7 exporting to image [2025-06-23T05:16:38.783Z] #7 exporting layers done [2025-06-23T05:16:38.783Z] #7 exporting manifest sha256:8a222ef37750e4faeb09fceb475dc58445fc8bd653dc8df6f963f0d842152c2b done [2025-06-23T05:16:38.783Z] #7 exporting config sha256:4187dafc9bbd1d8f4db1de0b0b37f262032992b0b01fa7d456689ef42305ec46 done [2025-06-23T05:16:38.783Z] #7 exporting manifest sha256:113d448d05fb32f7fbd4a29b3d2134279b4d4081d2378f5301f35f8136cc1d19 done [2025-06-23T05:16:38.783Z] #7 exporting config sha256:67eee9b7c72119abef2c1a8b0cf1ab455f4e5a3972b44c2ffc17924b0f1693cc [2025-06-23T05:16:38.783Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-23T05:16:39.041Z] #7 exporting config sha256:67eee9b7c72119abef2c1a8b0cf1ab455f4e5a3972b44c2ffc17924b0f1693cc done [2025-06-23T05:16:39.041Z] #7 exporting manifest list sha256:3e275b1003bd49d1581ca5fd970504f4ce201124ac3c22068deff354ec5d945f done [2025-06-23T05:16:39.041Z] #7 pushing layers 0.0s done [2025-06-23T05:16:39.041Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:3e275b1003bd49d1581ca5fd970504f4ce201124ac3c22068deff354ec5d945f 0.1s done [2025-06-23T05:16:39.041Z] #7 DONE 0.1s [2025-06-23T05:16:39.041Z] [2025-06-23T05:16:39.041Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-23T05:16:39.041Z] #8 DONE 0.0s [2025-06-23T05:16:39.041Z] [2025-06-23T05:16:39.041Z] 1 warning found (use --debug to expand): [2025-06-23T05:16:39.041Z]  - 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-06-23T05:16:39.441Z] + '[' -d /w/workspace/edgex-go/858/archives ']' [Pipeline] libraryResource [Pipeline] sh [2025-06-23T05:16:39.737Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-23T05:16:40.296Z] ---> package-listing.sh [2025-06-23T05:16:40.296Z] ++ facter osfamily [2025-06-23T05:16:40.296Z] ++ tr '[:upper:]' '[:lower:]' [2025-06-23T05:16:40.555Z] + OS_FAMILY=redhat [2025-06-23T05:16:40.555Z] + workspace=/w/workspace/edgex-go/858 [2025-06-23T05:16:40.555Z] + START_PACKAGES=/tmp/packages_start.txt [2025-06-23T05:16:40.555Z] + END_PACKAGES=/tmp/packages_end.txt [2025-06-23T05:16:40.555Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-06-23T05:16:40.555Z] + PACKAGES=/tmp/packages_start.txt [2025-06-23T05:16:40.555Z] + '[' /w/workspace/edgex-go/858 ']' [2025-06-23T05:16:40.555Z] + PACKAGES=/tmp/packages_end.txt [2025-06-23T05:16:40.555Z] + case "${OS_FAMILY}" in [2025-06-23T05:16:40.555Z] + rpm -qa [2025-06-23T05:16:40.555Z] + sort [2025-06-23T05:16:41.122Z] + '[' -f /tmp/packages_start.txt ']' [2025-06-23T05:16:41.122Z] + '[' -f /tmp/packages_end.txt ']' [2025-06-23T05:16:41.122Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-06-23T05:16:41.122Z] + '[' /w/workspace/edgex-go/858 ']' [2025-06-23T05:16:41.122Z] + mkdir -p /w/workspace/edgex-go/858/archives/ [2025-06-23T05:16:41.122Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/858/archives/ [Pipeline] echo [2025-06-23T05:16:41.133Z] 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/858/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-06-23T05:16:41.408Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:16:41.994Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-23T05:16:41.994Z] [2025-06-23T05:16:41.994Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:16:42.302Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-23T05:16:42.302Z] latest: Pulling from edgex-lftools-log-publisher [2025-06-23T05:16:42.302Z] 5eb5b503b376: Pulling fs layer [2025-06-23T05:16:42.302Z] 5c69ac0246d0: Pulling fs layer [2025-06-23T05:16:42.302Z] ec43610c2a17: Pulling fs layer [2025-06-23T05:16:42.302Z] 3a2ae6a8a46f: Pulling fs layer [2025-06-23T05:16:42.302Z] 33b1e0a273af: Pulling fs layer [2025-06-23T05:16:42.302Z] 5d3b04190fa2: Pulling fs layer [2025-06-23T05:16:42.302Z] 2f39f015ded8: Pulling fs layer [2025-06-23T05:16:42.302Z] 33b1e0a273af: Waiting [2025-06-23T05:16:42.302Z] 5d3b04190fa2: Waiting [2025-06-23T05:16:42.302Z] 2f39f015ded8: Waiting [2025-06-23T05:16:42.302Z] 3a2ae6a8a46f: Waiting [2025-06-23T05:16:42.302Z] 5c69ac0246d0: Verifying Checksum [2025-06-23T05:16:42.302Z] 5c69ac0246d0: Download complete [2025-06-23T05:16:42.302Z] 3a2ae6a8a46f: Verifying Checksum [2025-06-23T05:16:42.302Z] 3a2ae6a8a46f: Download complete [2025-06-23T05:16:42.302Z] 33b1e0a273af: Verifying Checksum [2025-06-23T05:16:42.302Z] 33b1e0a273af: Download complete [2025-06-23T05:16:42.302Z] 5d3b04190fa2: Verifying Checksum [2025-06-23T05:16:42.302Z] 5d3b04190fa2: Download complete [2025-06-23T05:16:42.569Z] ec43610c2a17: Verifying Checksum [2025-06-23T05:16:42.569Z] ec43610c2a17: Download complete [2025-06-23T05:16:42.569Z] 5eb5b503b376: Verifying Checksum [2025-06-23T05:16:42.569Z] 5eb5b503b376: Download complete [2025-06-23T05:16:43.156Z] 2f39f015ded8: Download complete [2025-06-23T05:16:43.746Z] 5eb5b503b376: Pull complete [2025-06-23T05:16:44.022Z] 5c69ac0246d0: Pull complete [2025-06-23T05:16:44.280Z] ec43610c2a17: Pull complete [2025-06-23T05:16:44.538Z] 3a2ae6a8a46f: Pull complete [2025-06-23T05:16:44.538Z] 33b1e0a273af: Pull complete [2025-06-23T05:16:44.799Z] 5d3b04190fa2: Pull complete [2025-06-23T05:16:49.042Z] 2f39f015ded8: Pull complete [2025-06-23T05:16:49.042Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-06-23T05:16:49.042Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-23T05:16:49.042Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-23T05:16:49.200Z] prd-centos7-docker-4c-2g-3767 does not seem to be running inside a container [2025-06-23T05:16:49.246Z] $ 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/858/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-go_main -v /w/workspace/edgexfoundry_edgex-go_main:/w/workspace/edgexfoundry_edgex-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-go_main@tmp:/w/workspace/edgexfoundry_edgex-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-06-23T05:16:53.306Z] $ docker top 8b92055035aa44df673eef71fe1116531231b34183754b004464c68ed92972d4 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-23T05:16:53.689Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-06-23T05:16:53.978Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-06-23T05:16:54.332Z] + ls /var/log/sa-host [2025-06-23T05:16:54.332Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-23T05:16:54.499Z] provisioning config files... [2025-06-23T05:16:54.508Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config9878839516779607123tmp [Pipeline] { [Pipeline] echo [2025-06-23T05:16:54.531Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-23T05:16:54.838Z] ---> create-netrc.sh [Pipeline] } [2025-06-23T05:16:54.849Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-06-23T05:16:55.207Z] ---> python-tools-install.sh [Pipeline] echo [2025-06-23T05:16:55.218Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-23T05:16:55.502Z] ---> sudo-logs.sh [2025-06-23T05:16:55.503Z] Archiving 'sudo' log.. [2025-06-23T05:16:55.503Z] cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-23T05:16:55.536Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2025-06-23T05:16:55.548Z] $ docker stop --time=1 8b92055035aa44df673eef71fe1116531231b34183754b004464c68ed92972d4 [2025-06-23T05:16:56.677Z] $ docker rm -f --volumes 8b92055035aa44df673eef71fe1116531231b34183754b004464c68ed92972d4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2025-06-23T05:16:56.773Z] [WS-CLEANUP] Deleting project workspace... [2025-06-23T05:16:56.773Z] [WS-CLEANUP] Deferred wipeout is used... [2025-06-23T05:16:56.788Z] [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-06-23T05:30:12.302Z] #140 ... [2025-06-23T05:30:12.302Z] [2025-06-23T05:30:12.302Z] #150 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2025-06-23T05:30:12.302Z] #150 DONE 1049.3s [2025-06-23T05:30:12.302Z] [2025-06-23T05:30:12.302Z] #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-23T05:30:12.302Z] #154 ... [2025-06-23T05:30:12.302Z] [2025-06-23T05:30:12.302Z] #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-23T05:30:12.302Z] #155 DONE 0.3s [2025-06-23T05:30:12.302Z] [2025-06-23T05:30:12.302Z] #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-06-23T05:30:12.302Z] #148 ... [2025-06-23T05:30:12.302Z] [2025-06-23T05:30:12.302Z] #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-06-23T05:30:12.302Z] #156 DONE 0.1s [2025-06-23T05:30:12.302Z] [2025-06-23T05:30:12.302Z] #157 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2025-06-23T05:30:12.302Z] #157 DONE 0.2s [2025-06-23T05:30:12.302Z] [2025-06-23T05:30:12.302Z] #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-06-23T05:30:12.302Z] #158 DONE 0.2s [2025-06-23T05:30:12.302Z] [2025-06-23T05:30:12.302Z] #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-06-23T05:30:12.302Z] #159 DONE 0.2s [2025-06-23T05:30:12.302Z] [2025-06-23T05:30:12.302Z] #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-06-23T05:30:12.302Z] #160 DONE 2.2s [2025-06-23T05:30:12.302Z] [2025-06-23T05:30:12.302Z] #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-23T05:30:12.302Z] #154 ... [2025-06-23T05:30:12.302Z] [2025-06-23T05:30:12.302Z] #110 [core-common-config-bootstrapper] exporting to image [2025-06-23T05:30:12.302Z] #110 exporting layers [2025-06-23T05:30:12.302Z] #110 exporting layers 0.6s done [2025-06-23T05:30:12.302Z] #110 writing image sha256:d454beb5a182d06a8417ef31c47a7f5494522e210299afdf31c6a0b7447b3b09 done [2025-06-23T05:30:12.302Z] #110 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2025-06-23T05:30:12.302Z] #110 DONE 6.7s [2025-06-23T05:30:12.302Z] [2025-06-23T05:30:12.302Z] #146 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-06-23T05:30:34.386Z] #146 DONE 1073.1s [2025-06-23T05:30:34.386Z] [2025-06-23T05:30:34.386Z] #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2025-06-23T05:30:34.386Z] #161 DONE 0.3s [2025-06-23T05:30:34.386Z] [2025-06-23T05:30:34.386Z] #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-23T05:30:34.386Z] #154 ... [2025-06-23T05:30:34.386Z] [2025-06-23T05:30:34.386Z] #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-06-23T05:30:34.386Z] #162 DONE 2.3s [2025-06-23T05:30:34.386Z] [2025-06-23T05:30:34.386Z] #144 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-06-23T05:30:34.386Z] #144 ... [2025-06-23T05:30:34.386Z] [2025-06-23T05:30:34.386Z] #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-23T05:30:34.653Z] #163 DONE 0.3s [2025-06-23T05:30:34.653Z] [2025-06-23T05:30:34.653Z] #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2025-06-23T05:30:34.653Z] #164 DONE 0.2s [2025-06-23T05:30:34.653Z] [2025-06-23T05:30:34.653Z] #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-23T05:30:34.653Z] #154 ... [2025-06-23T05:30:34.653Z] [2025-06-23T05:30:34.653Z] #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2025-06-23T05:30:35.243Z] #165 DONE 0.3s [2025-06-23T05:30:35.243Z] [2025-06-23T05:30:35.243Z] #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2025-06-23T05:30:35.243Z] #166 DONE 0.1s [2025-06-23T05:30:35.243Z] [2025-06-23T05:30:35.243Z] #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-06-23T05:30:35.243Z] #167 DONE 0.1s [2025-06-23T05:30:35.243Z] [2025-06-23T05:30:35.243Z] #144 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-06-23T05:30:35.243Z] #144 ... [2025-06-23T05:30:35.243Z] [2025-06-23T05:30:35.243Z] #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-06-23T05:30:35.243Z] #168 DONE 0.1s [2025-06-23T05:30:35.539Z] [2025-06-23T05:30:35.539Z] #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-06-23T05:30:35.806Z] #169 DONE 0.2s [2025-06-23T05:30:35.806Z] [2025-06-23T05:30:35.806Z] #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2025-06-23T05:30:35.806Z] #170 DONE 0.2s [2025-06-23T05:30:35.806Z] [2025-06-23T05:30:35.806Z] #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2025-06-23T05:30:37.748Z] #171 DONE 1.8s [2025-06-23T05:30:37.748Z] [2025-06-23T05:30:37.748Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-23T05:30:37.748Z] #151 ... [2025-06-23T05:30:37.748Z] [2025-06-23T05:30:37.748Z] #110 [security-bootstrapper] exporting to image [2025-06-23T05:30:37.748Z] #110 exporting layers [2025-06-23T05:30:38.708Z] #110 exporting layers 1.0s done [2025-06-23T05:30:38.708Z] #110 writing image sha256:66309d248295806f5db9e96c423576b8e736daa48f08c34797b9966bda658c89 done [2025-06-23T05:30:38.708Z] #110 naming to docker.io/library/security-bootstrapper-arm64 done [2025-06-23T05:30:38.708Z] #110 DONE 7.7s [2025-06-23T05:30:38.708Z] [2025-06-23T05:30:38.708Z] #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-23T05:45:01.284Z] #154 ... [2025-06-23T05:45:01.284Z] [2025-06-23T05:45:01.284Z] #147 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-06-23T05:45:01.284Z] #147 DONE 1940.3s [2025-06-23T05:45:01.284Z] [2025-06-23T05:45:01.284Z] #140 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-06-23T05:45:01.284Z] #140 ... [2025-06-23T05:45:01.284Z] [2025-06-23T05:45:01.284Z] #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-23T05:45:01.284Z] #172 DONE 0.2s [2025-06-23T05:45:01.284Z] [2025-06-23T05:45:01.284Z] #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2025-06-23T05:45:01.284Z] #173 DONE 0.2s [2025-06-23T05:45:01.284Z] [2025-06-23T05:45:01.284Z] #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-23T05:45:01.284Z] #154 ... [2025-06-23T05:45:01.284Z] [2025-06-23T05:45:01.284Z] #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2025-06-23T05:45:01.284Z] #174 DONE 0.4s [2025-06-23T05:45:01.284Z] [2025-06-23T05:45:01.284Z] #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2025-06-23T05:45:01.284Z] #175 DONE 0.2s [2025-06-23T05:45:01.284Z] [2025-06-23T05:45:01.284Z] #110 [core-command] exporting to image [2025-06-23T05:45:01.284Z] #110 exporting layers [2025-06-23T05:45:01.284Z] #110 exporting layers 0.4s done [2025-06-23T05:45:01.284Z] #110 writing image sha256:12b6b8e8936a7e4aaca3798b7ce88da36547180ee6091f94caa0027be85da3e9 done [2025-06-23T05:45:01.284Z] #110 naming to docker.io/library/core-command-arm64 done [2025-06-23T05:45:01.284Z] #110 DONE 8.1s [2025-06-23T05:45:01.284Z] [2025-06-23T05:45:01.284Z] #144 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-06-23T05:45:16.257Z] #144 ... [2025-06-23T05:45:16.257Z] [2025-06-23T05:45:16.257Z] #140 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-06-23T05:45:16.257Z] #140 DONE 1955.9s [2025-06-23T05:45:16.257Z] [2025-06-23T05:45:16.257Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-23T05:45:16.257Z] #151 ... [2025-06-23T05:45:16.257Z] [2025-06-23T05:45:16.257Z] #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-23T05:45:16.257Z] #176 DONE 0.3s [2025-06-23T05:45:16.257Z] [2025-06-23T05:45:16.257Z] #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2025-06-23T05:45:16.257Z] #177 DONE 0.2s [2025-06-23T05:45:16.257Z] [2025-06-23T05:45:16.257Z] #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-06-23T05:45:16.257Z] #178 DONE 0.2s [2025-06-23T05:45:16.257Z] [2025-06-23T05:45:16.257Z] #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2025-06-23T05:45:16.257Z] #179 DONE 0.2s [2025-06-23T05:45:16.257Z] [2025-06-23T05:45:16.257Z] #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2025-06-23T05:45:16.257Z] #180 DONE 0.4s [2025-06-23T05:45:16.257Z] [2025-06-23T05:45:16.257Z] #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2025-06-23T05:45:16.257Z] #181 DONE 0.2s [2025-06-23T05:45:16.257Z] [2025-06-23T05:45:16.257Z] #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-06-23T05:45:18.204Z] #182 DONE 1.9s [2025-06-23T05:45:18.204Z] [2025-06-23T05:45:18.204Z] #110 [security-proxy-setup] exporting to image [2025-06-23T05:45:18.204Z] #110 exporting layers [2025-06-23T05:45:19.164Z] #110 exporting layers 0.9s done [2025-06-23T05:45:19.164Z] #110 writing image sha256:f9477caefadbce03c95da9b4e493618ee6fe44ff8915e8ecc29c152976c0c8f9 done [2025-06-23T05:45:19.164Z] #110 naming to docker.io/library/security-proxy-setup-arm64 done [2025-06-23T05:45:19.164Z] #110 DONE 9.1s [2025-06-23T05:45:19.164Z] [2025-06-23T05:45:19.164Z] #144 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-06-23T05:45:19.164Z] #144 1960.8 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.26 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-06-23T05:45:51.360Z] #144 DONE 1989.7s [2025-06-23T05:45:51.360Z] [2025-06-23T05:45:51.360Z] #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-23T05:45:51.360Z] #149 ... [2025-06-23T05:45:51.360Z] [2025-06-23T05:45:51.360Z] #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-23T05:45:51.360Z] #183 DONE 0.3s [2025-06-23T05:45:51.360Z] [2025-06-23T05:45:51.360Z] #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-23T05:45:51.360Z] #154 ... [2025-06-23T05:45:51.360Z] [2025-06-23T05:45:51.360Z] #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2025-06-23T05:45:51.360Z] #184 DONE 0.2s [2025-06-23T05:45:51.360Z] [2025-06-23T05:45:51.360Z] #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-06-23T05:45:51.360Z] #185 DONE 0.2s [2025-06-23T05:45:51.360Z] [2025-06-23T05:45:51.360Z] #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-23T05:45:51.360Z] #149 ... [2025-06-23T05:45:51.360Z] [2025-06-23T05:45:51.360Z] #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-06-23T05:45:51.360Z] #186 DONE 0.2s [2025-06-23T05:45:51.360Z] [2025-06-23T05:45:51.360Z] #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2025-06-23T05:45:51.360Z] #187 DONE 0.1s [2025-06-23T05:45:51.360Z] [2025-06-23T05:45:51.360Z] #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2025-06-23T05:45:51.360Z] #188 DONE 0.3s [2025-06-23T05:45:51.360Z] [2025-06-23T05:45:51.360Z] #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2025-06-23T05:45:51.360Z] #189 DONE 0.4s [2025-06-23T05:45:51.360Z] [2025-06-23T05:45:51.360Z] #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2025-06-23T05:45:51.360Z] #190 DONE 0.1s [2025-06-23T05:45:51.360Z] [2025-06-23T05:45:51.360Z] #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-23T05:45:51.360Z] #154 ... [2025-06-23T05:45:51.360Z] [2025-06-23T05:45:51.360Z] #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-06-23T05:45:52.312Z] #191 DONE 1.7s [2025-06-23T05:45:52.312Z] [2025-06-23T05:45:52.312Z] #110 [security-secretstore-setup] exporting to image [2025-06-23T05:45:52.312Z] #110 exporting layers [2025-06-23T05:45:54.247Z] #110 exporting layers 1.8s done [2025-06-23T05:45:54.247Z] #110 writing image sha256:d599f1e806986aa4641f1327a9176f9015a4f197dec6fd2381fbb24ba541f872 done [2025-06-23T05:45:54.247Z] #110 naming to docker.io/library/security-secretstore-setup-arm64 done [2025-06-23T05:45:54.247Z] #110 DONE 10.9s [2025-06-23T05:45:54.247Z] [2025-06-23T05:45:54.247Z] #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-23T05:47:02.043Z] #154 ... [2025-06-23T05:47:02.043Z] [2025-06-23T05:47:02.043Z] #152 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-06-23T05:47:02.043Z] #152 DONE 2053.1s [2025-06-23T05:47:02.043Z] [2025-06-23T05:47:02.043Z] #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-06-23T05:47:02.043Z] #148 ... [2025-06-23T05:47:02.043Z] [2025-06-23T05:47:02.043Z] #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-23T05:47:02.043Z] #192 DONE 0.2s [2025-06-23T05:47:02.043Z] [2025-06-23T05:47:02.043Z] #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-23T05:47:02.043Z] #193 DONE 0.1s [2025-06-23T05:47:02.043Z] [2025-06-23T05:47:02.043Z] #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-06-23T05:47:02.043Z] #148 ... [2025-06-23T05:47:02.043Z] [2025-06-23T05:47:02.043Z] #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2025-06-23T05:47:02.043Z] #194 DONE 0.4s [2025-06-23T05:47:02.043Z] [2025-06-23T05:47:02.043Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-23T05:47:02.043Z] #153 ... [2025-06-23T05:47:02.043Z] [2025-06-23T05:47:02.043Z] #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-06-23T05:47:02.043Z] #195 DONE 0.1s [2025-06-23T05:47:02.043Z] [2025-06-23T05:47:02.043Z] #110 [security-spiffe-token-provider] exporting to image [2025-06-23T05:47:02.043Z] #110 exporting layers [2025-06-23T05:47:02.043Z] #110 exporting layers 0.9s done [2025-06-23T05:47:02.043Z] #110 writing image sha256:c19ee07f11580d965e7bd256be48f2ae5b2c8bffa2b0be6d5a8dab53c7d33739 done [2025-06-23T05:47:02.043Z] #110 naming to docker.io/library/security-spiffe-token-provider-arm64 0.0s done [2025-06-23T05:47:02.043Z] #110 DONE 11.8s [2025-06-23T05:47:02.043Z] [2025-06-23T05:47:02.043Z] #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-23T05:47:28.683Z] #154 ... [2025-06-23T05:47:28.683Z] [2025-06-23T05:47:28.683Z] #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-06-23T05:47:28.683Z] #148 DONE 2088.6s [2025-06-23T05:47:28.683Z] [2025-06-23T05:47:28.683Z] #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-23T05:47:28.683Z] #153 DONE 2088.6s [2025-06-23T05:47:28.683Z] [2025-06-23T05:47:28.683Z] #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-23T05:47:28.683Z] #154 ... [2025-06-23T05:47:28.683Z] [2025-06-23T05:47:28.683Z] #196 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-23T05:47:28.683Z] #196 DONE 0.3s [2025-06-23T05:47:28.683Z] [2025-06-23T05:47:28.683Z] #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-23T05:47:28.683Z] #149 ... [2025-06-23T05:47:28.683Z] [2025-06-23T05:47:28.683Z] #197 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-23T05:47:28.683Z] #197 DONE 0.3s [2025-06-23T05:47:28.683Z] [2025-06-23T05:47:28.683Z] #198 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-06-23T05:47:28.683Z] #198 DONE 0.4s [2025-06-23T05:47:28.683Z] [2025-06-23T05:47:28.683Z] #199 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-23T05:47:28.683Z] #199 DONE 0.4s [2025-06-23T05:47:28.683Z] [2025-06-23T05:47:28.683Z] #200 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2025-06-23T05:47:29.282Z] #200 DONE 0.8s [2025-06-23T05:47:29.282Z] [2025-06-23T05:47:29.282Z] #201 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2025-06-23T05:47:29.282Z] #201 DONE 0.7s [2025-06-23T05:47:29.282Z] [2025-06-23T05:47:29.282Z] #202 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2025-06-23T05:47:29.553Z] #202 DONE 0.3s [2025-06-23T05:47:29.553Z] [2025-06-23T05:47:29.553Z] #203 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2025-06-23T05:47:29.553Z] #203 DONE 0.3s [2025-06-23T05:47:29.553Z] [2025-06-23T05:47:29.553Z] #110 [core-data] exporting to image [2025-06-23T05:47:29.553Z] #110 exporting layers [2025-06-23T05:47:30.135Z] #110 ... [2025-06-23T05:47:30.135Z] [2025-06-23T05:47:30.135Z] #204 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2025-06-23T05:47:30.135Z] #204 DONE 0.3s [2025-06-23T05:47:30.135Z] [2025-06-23T05:47:30.135Z] #205 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-06-23T05:47:30.405Z] #205 ... [2025-06-23T05:47:30.405Z] [2025-06-23T05:47:30.405Z] #110 [core-data] exporting to image [2025-06-23T05:47:30.405Z] #110 exporting layers 0.7s done [2025-06-23T05:47:30.405Z] #110 writing image sha256:3c3347fe642a9165339587d39b09d624a97ac2eda1a9449264fca7d8dfa9446e 0.0s done [2025-06-23T05:47:30.405Z] #110 naming to docker.io/library/core-data-arm64 done [2025-06-23T05:47:30.405Z] #110 DONE 12.5s [2025-06-23T05:47:30.689Z] [2025-06-23T05:47:30.689Z] #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-23T05:47:32.624Z] #149 ... [2025-06-23T05:47:32.624Z] [2025-06-23T05:47:32.624Z] #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-23T05:47:32.624Z] #154 DONE 2093.9s [2025-06-23T05:47:32.624Z] [2025-06-23T05:47:32.624Z] #205 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-06-23T05:47:32.624Z] #205 DONE 2.2s [2025-06-23T05:47:32.624Z] [2025-06-23T05:47:32.624Z] #110 [security-proxy-auth] exporting to image [2025-06-23T05:47:33.239Z] #110 ... [2025-06-23T05:47:33.239Z] [2025-06-23T05:47:33.239Z] #206 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-23T05:47:33.239Z] #206 CACHED [2025-06-23T05:47:33.239Z] [2025-06-23T05:47:33.239Z] #207 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-06-23T05:47:33.239Z] #207 CACHED [2025-06-23T05:47:33.508Z] [2025-06-23T05:47:33.508Z] #110 [security-proxy-auth] exporting to image [2025-06-23T05:47:33.508Z] #110 exporting layers 1.2s done [2025-06-23T05:47:33.508Z] #110 writing image sha256:cd3ebf6a7996d187c88c3b7f7e1bd35fea3dd14fb65cb829eb885587fd4ff8ca done [2025-06-23T05:47:33.508Z] #110 naming to docker.io/library/security-proxy-auth-arm64 done [2025-06-23T05:47:33.508Z] #110 DONE 13.7s [2025-06-23T05:47:33.508Z] [2025-06-23T05:47:33.508Z] #208 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-06-23T05:47:33.786Z] #208 DONE 0.5s [2025-06-23T05:47:33.786Z] [2025-06-23T05:47:33.786Z] #209 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2025-06-23T05:47:34.051Z] #209 DONE 0.2s [2025-06-23T05:47:34.051Z] [2025-06-23T05:47:34.051Z] #210 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2025-06-23T05:47:34.051Z] #210 DONE 0.2s [2025-06-23T05:47:34.051Z] [2025-06-23T05:47:34.051Z] #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-23T05:47:34.317Z] #149 ... [2025-06-23T05:47:34.317Z] [2025-06-23T05:47:34.317Z] #110 [core-metadata] exporting to image [2025-06-23T05:47:34.317Z] #110 ... [2025-06-23T05:47:34.317Z] [2025-06-23T05:47:34.317Z] #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-23T05:47:34.317Z] #145 DONE 2096.1s [2025-06-23T05:47:34.582Z] [2025-06-23T05:47:34.583Z] #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-23T05:47:34.849Z] #149 ... [2025-06-23T05:47:34.849Z] [2025-06-23T05:47:34.849Z] #110 [core-metadata] exporting to image [2025-06-23T05:47:34.849Z] #110 exporting layers 0.8s done [2025-06-23T05:47:34.849Z] #110 writing image sha256:cca7914afd0ab5630c345194c3a3dd85f5a0ceee494a1b8bb198aba32e316ad0 [2025-06-23T05:47:35.119Z] #110 writing image sha256:cca7914afd0ab5630c345194c3a3dd85f5a0ceee494a1b8bb198aba32e316ad0 done [2025-06-23T05:47:35.119Z] #110 naming to docker.io/library/core-metadata-arm64 done [2025-06-23T05:47:35.119Z] #110 DONE 14.6s [2025-06-23T05:47:35.119Z] [2025-06-23T05:47:35.119Z] #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-23T05:47:35.385Z] #149 ... [2025-06-23T05:47:35.385Z] [2025-06-23T05:47:35.385Z] #211 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-23T05:47:35.385Z] #211 DONE 0.1s [2025-06-23T05:47:35.385Z] [2025-06-23T05:47:35.385Z] #212 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-06-23T05:47:35.655Z] #212 DONE 0.4s [2025-06-23T05:47:35.655Z] [2025-06-23T05:47:35.655Z] #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-23T05:47:35.921Z] #149 ... [2025-06-23T05:47:35.921Z] [2025-06-23T05:47:35.921Z] #213 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2025-06-23T05:47:35.921Z] #213 DONE 0.1s [2025-06-23T05:47:35.921Z] [2025-06-23T05:47:35.921Z] #110 [core-keeper] exporting to image [2025-06-23T05:47:36.194Z] #110 exporting layers 0.4s done [2025-06-23T05:47:36.194Z] #110 writing image sha256:1c4c9d57fca273f23115dbd45ad56027964e1cacfe311ecac9a71a629a6bab72 done [2025-06-23T05:47:36.194Z] #110 naming to docker.io/library/core-keeper-arm64 done [2025-06-23T05:47:36.194Z] #110 DONE 15.0s [2025-06-23T05:47:36.194Z] [2025-06-23T05:47:36.194Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-23T05:48:08.412Z] #151 DONE 2126.2s [2025-06-23T05:48:08.412Z] [2025-06-23T05:48:08.412Z] #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-23T05:48:08.412Z] #149 ... [2025-06-23T05:48:08.412Z] [2025-06-23T05:48:08.412Z] #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-23T05:48:08.412Z] #214 DONE 0.2s [2025-06-23T05:48:08.412Z] [2025-06-23T05:48:08.412Z] #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-23T05:48:08.412Z] #149 ... [2025-06-23T05:48:08.412Z] [2025-06-23T05:48:08.412Z] #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-23T05:48:08.412Z] #215 DONE 0.1s [2025-06-23T05:48:08.412Z] [2025-06-23T05:48:08.412Z] #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-23T05:48:08.412Z] #149 ... [2025-06-23T05:48:08.412Z] [2025-06-23T05:48:08.412Z] #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2025-06-23T05:48:08.412Z] #216 DONE 0.4s [2025-06-23T05:48:08.412Z] [2025-06-23T05:48:08.412Z] #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-23T05:48:08.412Z] #149 ... [2025-06-23T05:48:08.412Z] [2025-06-23T05:48:08.412Z] #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2025-06-23T05:48:08.412Z] #217 DONE 0.1s [2025-06-23T05:48:08.412Z] [2025-06-23T05:48:08.412Z] #110 [support-scheduler] exporting to image [2025-06-23T05:48:08.412Z] #110 exporting layers [2025-06-23T05:48:08.412Z] #110 exporting layers 1.0s done [2025-06-23T05:48:08.412Z] #110 writing image sha256:757c90ac1fbb5578a0fe08cb95e41ee9d66ecf1b8c3a57be2a97a37b2294624d done [2025-06-23T05:48:08.412Z] #110 naming to docker.io/library/support-scheduler-arm64 done [2025-06-23T05:48:08.412Z] #110 DONE 15.9s [2025-06-23T05:48:08.412Z] [2025-06-23T05:48:08.412Z] #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-23T05:48:11.752Z] #149 DONE 2133.3s [2025-06-23T05:48:12.018Z] [2025-06-23T05:48:12.018Z] #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-23T05:48:12.018Z] #218 DONE 0.1s [2025-06-23T05:48:12.018Z] [2025-06-23T05:48:12.018Z] #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-23T05:48:12.018Z] #219 DONE 0.1s [2025-06-23T05:48:12.288Z] [2025-06-23T05:48:12.288Z] #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2025-06-23T05:48:12.556Z] #220 DONE 0.4s [2025-06-23T05:48:12.556Z] [2025-06-23T05:48:12.556Z] #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2025-06-23T05:48:12.556Z] #221 DONE 0.1s [2025-06-23T05:48:12.824Z] [2025-06-23T05:48:12.824Z] #110 [support-notifications] exporting to image [2025-06-23T05:48:12.824Z] #110 exporting layers [2025-06-23T05:48:13.090Z] #110 exporting layers 0.5s done [2025-06-23T05:48:13.090Z] #110 writing image sha256:b9dd2c8444738dd417135b0042d806cabf3626e16171d57da4cfbf9041943ece done [2025-06-23T05:48:13.090Z] #110 naming to docker.io/library/support-notifications-arm64 done [2025-06-23T05:48:13.090Z] #110 DONE 16.5s [2025-06-23T05:48:13.090Z] time="2025-06-23T05:09:53Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-23T05:48:13.090Z] time="2025-06-23T05:09:53Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-23T05:48:13.090Z] time="2025-06-23T05:09:53Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-23T05:48:13.090Z] time="2025-06-23T05:09:53Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-23T05:48:13.090Z] time="2025-06-23T05:09:53Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-23T05:48:13.090Z] time="2025-06-23T05:09:53Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-23T05:48:13.090Z] time="2025-06-23T05:09:53Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-23T05:48:13.090Z] time="2025-06-23T05:09:53Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-23T05:48:13.090Z] time="2025-06-23T05:09:53Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-23T05:48:13.090Z] time="2025-06-23T05:09:53Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-23T05:48:13.090Z] time="2025-06-23T05:09:53Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-23T05:48:13.090Z] time="2025-06-23T05:09:53Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-23T05:48:13.090Z] time="2025-06-23T05:09:53Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-23T05:48:13.090Z] time="2025-06-23T05:09:53Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-23T05:48:13.090Z] time="2025-06-23T05:09:53Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2025-06-23T05:48:13.375Z] $ docker stop --time=1 f82dcf9b5fc2e2f93a04c9fe3bb77ffd60d5f4487cff7a68fdeda5bb560cb001 [2025-06-23T05:48:15.030Z] $ docker rm -f --volumes f82dcf9b5fc2e2f93a04c9fe3bb77ffd60d5f4487cff7a68fdeda5bb560cb001 [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-23T05:48:15.549Z] + docker images [2025-06-23T05:48:15.549Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2025-06-23T05:48:15.549Z] support-notifications-arm64 latest b9dd2c844473 3 seconds ago 52.8MB [2025-06-23T05:48:15.549Z] support-scheduler-arm64 latest 757c90ac1fbb 10 seconds ago 48.9MB [2025-06-23T05:48:15.549Z] core-keeper-arm64 latest 1c4c9d57fca2 40 seconds ago 33MB [2025-06-23T05:48:15.549Z] core-metadata-arm64 latest cca7914afd0a 42 seconds ago 33.5MB [2025-06-23T05:48:15.549Z] security-proxy-auth-arm64 latest cd3ebf6a7996 44 seconds ago 32.2MB [2025-06-23T05:48:15.549Z] core-data-arm64 latest 3c3347fe642a 46 seconds ago 33.3MB [2025-06-23T05:48:15.549Z] security-spiffe-token-provider-arm64 latest c19ee07f1158 About a minute ago 48.6MB [2025-06-23T05:48:15.549Z] security-secretstore-setup-arm64 latest d599f1e80698 2 minutes ago 68.2MB [2025-06-23T05:48:15.549Z] security-proxy-setup-arm64 latest f9477caefadb 2 minutes ago 38.9MB [2025-06-23T05:48:15.549Z] core-command-arm64 latest 12b6b8e8936a 3 minutes ago 28.9MB [2025-06-23T05:48:15.549Z] security-bootstrapper-arm64 latest 66309d248295 17 minutes ago 21.1MB [2025-06-23T05:48:15.549Z] core-common-config-bootstrapper-arm64 latest d454beb5a182 18 minutes ago 18MB [2025-06-23T05:48:15.549Z] security-spire-config-arm64 latest 91c10b755deb 37 minutes ago 143MB [2025-06-23T05:48:15.549Z] security-spire-server-arm64 latest acae940f5aa7 37 minutes ago 144MB [2025-06-23T05:48:15.549Z] security-spire-agent-arm64 latest 4ea7ab2aef1b 37 minutes ago 187MB [2025-06-23T05:48:15.549Z] ci-base-image-arm64 latest 48106da278df 38 minutes ago 910MB [2025-06-23T05:48:15.549Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.23-alpine 3bb21d53e231 5 days ago 560MB [2025-06-23T05:48:15.549Z] 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-06-23T05:48:15.704Z] provisioning config files... [2025-06-23T05:48:15.717Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/858@tmp/config12751873817151501539tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-23T05:48:16.059Z] ---> ****-login.sh [2025-06-23T05:48:16.059Z] nexus3.edgexfoundry.org:10001 [2025-06-23T05:48:16.327Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T05:48:16.327Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T05:48:16.327Z] Configure a credential helper to remove this warning. See [2025-06-23T05:48:16.327Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T05:48:16.327Z] [2025-06-23T05:48:16.327Z] Login Succeeded [2025-06-23T05:48:16.327Z] nexus3.edgexfoundry.org:10002 [2025-06-23T05:48:16.597Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T05:48:16.864Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T05:48:16.864Z] Configure a credential helper to remove this warning. See [2025-06-23T05:48:16.864Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T05:48:16.864Z] [2025-06-23T05:48:16.864Z] Login Succeeded [2025-06-23T05:48:16.864Z] nexus3.edgexfoundry.org:10003 [2025-06-23T05:48:17.130Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T05:48:17.130Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T05:48:17.130Z] Configure a credential helper to remove this warning. See [2025-06-23T05:48:17.130Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T05:48:17.130Z] [2025-06-23T05:48:17.130Z] Login Succeeded [2025-06-23T05:48:17.130Z] nexus3.edgexfoundry.org:10004 [2025-06-23T05:48:17.397Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T05:48:17.397Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T05:48:17.397Z] Configure a credential helper to remove this warning. See [2025-06-23T05:48:17.397Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T05:48:17.397Z] [2025-06-23T05:48:17.397Z] Login Succeeded [2025-06-23T05:48:17.397Z] ****.io [2025-06-23T05:48:17.662Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-23T05:48:17.926Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-23T05:48:17.926Z] Configure a credential helper to remove this warning. See [2025-06-23T05:48:17.926Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-23T05:48:17.926Z] [2025-06-23T05:48:17.926Z] Login Succeeded [2025-06-23T05:48:17.926Z] ---> ****-login.sh ends [Pipeline] } [2025-06-23T05:48:17.939Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-23T05:48:17.983Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-23T05:48:18.013Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2025-06-23T05:48:18.013Z] 92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:48:18.013Z] latest [2025-06-23T05:48:18.013Z] 4.1.0-dev.26 [2025-06-23T05:48:18.013Z] 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:48:18.013Z] main [2025-06-23T05:48:18.013Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:48:18.449Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:48:18.850Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:48:18.851Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-06-23T05:48:18.851Z] 3c5c18a3b805: Preparing [2025-06-23T05:48:18.851Z] bc87fdffde7c: Preparing [2025-06-23T05:48:18.851Z] 1ca633ea9daa: Preparing [2025-06-23T05:48:18.851Z] a8a65b5b3074: Preparing [2025-06-23T05:48:18.851Z] 80ffc8a837d8: Preparing [2025-06-23T05:48:18.851Z] b92f7bbc09bb: Preparing [2025-06-23T05:48:18.851Z] dd9c8f8612c8: Preparing [2025-06-23T05:48:18.851Z] dd9c8f8612c8: Waiting [2025-06-23T05:48:18.851Z] b92f7bbc09bb: Waiting [2025-06-23T05:48:19.129Z] a8a65b5b3074: Pushed [2025-06-23T05:48:19.129Z] 1ca633ea9daa: Pushed [2025-06-23T05:48:19.129Z] 80ffc8a837d8: Pushed [2025-06-23T05:48:19.129Z] 3c5c18a3b805: Pushed [2025-06-23T05:48:19.129Z] dd9c8f8612c8: Layer already exists [2025-06-23T05:48:19.129Z] b92f7bbc09bb: Pushed [2025-06-23T05:48:24.511Z] bc87fdffde7c: Pushed [2025-06-23T05:48:24.511Z] 92d5141f885416a010e7c9a103f0840019be69f6: digest: sha256:de043079928853742ad46c3baf59cba8109119162c54ad7a4441a8766bc6b53c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:48:24.870Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:48:25.233Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2025-06-23T05:48:25.233Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-06-23T05:48:25.233Z] 3c5c18a3b805: Preparing [2025-06-23T05:48:25.233Z] bc87fdffde7c: Preparing [2025-06-23T05:48:25.233Z] 1ca633ea9daa: Preparing [2025-06-23T05:48:25.233Z] a8a65b5b3074: Preparing [2025-06-23T05:48:25.233Z] 80ffc8a837d8: Preparing [2025-06-23T05:48:25.233Z] b92f7bbc09bb: Preparing [2025-06-23T05:48:25.233Z] dd9c8f8612c8: Preparing [2025-06-23T05:48:25.233Z] b92f7bbc09bb: Waiting [2025-06-23T05:48:25.233Z] dd9c8f8612c8: Waiting [2025-06-23T05:48:25.233Z] 3c5c18a3b805: Layer already exists [2025-06-23T05:48:25.233Z] a8a65b5b3074: Layer already exists [2025-06-23T05:48:25.233Z] 1ca633ea9daa: Layer already exists [2025-06-23T05:48:25.233Z] 80ffc8a837d8: Layer already exists [2025-06-23T05:48:25.233Z] bc87fdffde7c: Layer already exists [2025-06-23T05:48:25.233Z] b92f7bbc09bb: Layer already exists [2025-06-23T05:48:25.233Z] dd9c8f8612c8: Layer already exists [2025-06-23T05:48:25.233Z] latest: digest: sha256:de043079928853742ad46c3baf59cba8109119162c54ad7a4441a8766bc6b53c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:48:25.862Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:48:26.210Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.26 [2025-06-23T05:48:26.210Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-06-23T05:48:26.210Z] 3c5c18a3b805: Preparing [2025-06-23T05:48:26.210Z] bc87fdffde7c: Preparing [2025-06-23T05:48:26.210Z] 1ca633ea9daa: Preparing [2025-06-23T05:48:26.210Z] a8a65b5b3074: Preparing [2025-06-23T05:48:26.210Z] 80ffc8a837d8: Preparing [2025-06-23T05:48:26.210Z] b92f7bbc09bb: Preparing [2025-06-23T05:48:26.210Z] dd9c8f8612c8: Preparing [2025-06-23T05:48:26.210Z] b92f7bbc09bb: Waiting [2025-06-23T05:48:26.210Z] dd9c8f8612c8: Waiting [2025-06-23T05:48:26.210Z] a8a65b5b3074: Layer already exists [2025-06-23T05:48:26.210Z] 1ca633ea9daa: Layer already exists [2025-06-23T05:48:26.210Z] bc87fdffde7c: Layer already exists [2025-06-23T05:48:26.210Z] 80ffc8a837d8: Layer already exists [2025-06-23T05:48:26.210Z] 3c5c18a3b805: Layer already exists [2025-06-23T05:48:26.210Z] b92f7bbc09bb: Layer already exists [2025-06-23T05:48:26.210Z] dd9c8f8612c8: Layer already exists [2025-06-23T05:48:26.478Z] 4.1.0-dev.26: digest: sha256:de043079928853742ad46c3baf59cba8109119162c54ad7a4441a8766bc6b53c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:48:26.840Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:48:27.190Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:48:27.190Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-06-23T05:48:27.190Z] 3c5c18a3b805: Preparing [2025-06-23T05:48:27.190Z] bc87fdffde7c: Preparing [2025-06-23T05:48:27.190Z] 1ca633ea9daa: Preparing [2025-06-23T05:48:27.190Z] a8a65b5b3074: Preparing [2025-06-23T05:48:27.190Z] 80ffc8a837d8: Preparing [2025-06-23T05:48:27.190Z] b92f7bbc09bb: Preparing [2025-06-23T05:48:27.190Z] dd9c8f8612c8: Preparing [2025-06-23T05:48:27.190Z] b92f7bbc09bb: Waiting [2025-06-23T05:48:27.190Z] dd9c8f8612c8: Waiting [2025-06-23T05:48:27.190Z] 1ca633ea9daa: Layer already exists [2025-06-23T05:48:27.190Z] a8a65b5b3074: Layer already exists [2025-06-23T05:48:27.190Z] 80ffc8a837d8: Layer already exists [2025-06-23T05:48:27.190Z] 3c5c18a3b805: Layer already exists [2025-06-23T05:48:27.190Z] bc87fdffde7c: Layer already exists [2025-06-23T05:48:27.190Z] dd9c8f8612c8: Layer already exists [2025-06-23T05:48:27.190Z] b92f7bbc09bb: Layer already exists [2025-06-23T05:48:27.190Z] 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26: digest: sha256:de043079928853742ad46c3baf59cba8109119162c54ad7a4441a8766bc6b53c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:48:27.818Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:48:28.173Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2025-06-23T05:48:28.173Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2025-06-23T05:48:28.173Z] 3c5c18a3b805: Preparing [2025-06-23T05:48:28.173Z] bc87fdffde7c: Preparing [2025-06-23T05:48:28.173Z] 1ca633ea9daa: Preparing [2025-06-23T05:48:28.173Z] a8a65b5b3074: Preparing [2025-06-23T05:48:28.173Z] 80ffc8a837d8: Preparing [2025-06-23T05:48:28.173Z] b92f7bbc09bb: Preparing [2025-06-23T05:48:28.173Z] dd9c8f8612c8: Preparing [2025-06-23T05:48:28.173Z] b92f7bbc09bb: Waiting [2025-06-23T05:48:28.173Z] dd9c8f8612c8: Waiting [2025-06-23T05:48:28.173Z] 3c5c18a3b805: Layer already exists [2025-06-23T05:48:28.173Z] 80ffc8a837d8: Layer already exists [2025-06-23T05:48:28.173Z] bc87fdffde7c: Layer already exists [2025-06-23T05:48:28.173Z] 1ca633ea9daa: Layer already exists [2025-06-23T05:48:28.173Z] a8a65b5b3074: Layer already exists [2025-06-23T05:48:28.173Z] dd9c8f8612c8: Layer already exists [2025-06-23T05:48:28.173Z] b92f7bbc09bb: Layer already exists [2025-06-23T05:48:28.438Z] main: digest: sha256:de043079928853742ad46c3baf59cba8109119162c54ad7a4441a8766bc6b53c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-23T05:48:28.527Z] ===================================================== [Pipeline] echo [2025-06-23T05:48:28.541Z] taggedImages: [2025-06-23T05:48:28.541Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:48:28.541Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2025-06-23T05:48:28.541Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.26 [2025-06-23T05:48:28.541Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:48:28.541Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2025-06-23T05:48:28.571Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: [2025-06-23T05:48:28.571Z] 92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:48:28.571Z] latest [2025-06-23T05:48:28.571Z] 4.1.0-dev.26 [2025-06-23T05:48:28.571Z] 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:48:28.571Z] main [2025-06-23T05:48:28.571Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:48:28.939Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:48:29.296Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:48:29.296Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-06-23T05:48:29.296Z] 8a8bd0636e3e: Preparing [2025-06-23T05:48:29.296Z] 8501611ca250: Preparing [2025-06-23T05:48:29.296Z] 8baec08895e3: Preparing [2025-06-23T05:48:29.296Z] 17712b1958ed: Preparing [2025-06-23T05:48:29.296Z] 1ca633ea9daa: Preparing [2025-06-23T05:48:29.296Z] a8a65b5b3074: Preparing [2025-06-23T05:48:29.296Z] 80ffc8a837d8: Preparing [2025-06-23T05:48:29.296Z] b92f7bbc09bb: Preparing [2025-06-23T05:48:29.296Z] dd9c8f8612c8: Preparing [2025-06-23T05:48:29.296Z] a8a65b5b3074: Waiting [2025-06-23T05:48:29.296Z] 80ffc8a837d8: Waiting [2025-06-23T05:48:29.296Z] b92f7bbc09bb: Waiting [2025-06-23T05:48:29.296Z] dd9c8f8612c8: Waiting [2025-06-23T05:48:29.562Z] 1ca633ea9daa: Layer already exists [2025-06-23T05:48:29.562Z] a8a65b5b3074: Layer already exists [2025-06-23T05:48:29.562Z] 8baec08895e3: Pushed [2025-06-23T05:48:29.562Z] 8501611ca250: Pushed [2025-06-23T05:48:29.562Z] 80ffc8a837d8: Layer already exists [2025-06-23T05:48:29.562Z] 8a8bd0636e3e: Pushed [2025-06-23T05:48:29.562Z] b92f7bbc09bb: Layer already exists [2025-06-23T05:48:29.562Z] dd9c8f8612c8: Layer already exists [2025-06-23T05:48:31.497Z] 17712b1958ed: Pushed [2025-06-23T05:48:31.762Z] 92d5141f885416a010e7c9a103f0840019be69f6: digest: sha256:4eb84452c5a96550b50ee91c9d478bf7f712ff301c40c3425fb8d7e76aa9afc7 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:48:32.116Z] + 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-06-23T05:48:32.472Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2025-06-23T05:48:32.472Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-06-23T05:48:32.472Z] 8a8bd0636e3e: Preparing [2025-06-23T05:48:32.472Z] 8501611ca250: Preparing [2025-06-23T05:48:32.472Z] 8baec08895e3: Preparing [2025-06-23T05:48:32.472Z] 17712b1958ed: Preparing [2025-06-23T05:48:32.472Z] 1ca633ea9daa: Preparing [2025-06-23T05:48:32.472Z] a8a65b5b3074: Preparing [2025-06-23T05:48:32.472Z] 80ffc8a837d8: Preparing [2025-06-23T05:48:32.472Z] b92f7bbc09bb: Preparing [2025-06-23T05:48:32.472Z] dd9c8f8612c8: Preparing [2025-06-23T05:48:32.472Z] a8a65b5b3074: Waiting [2025-06-23T05:48:32.472Z] 80ffc8a837d8: Waiting [2025-06-23T05:48:32.472Z] b92f7bbc09bb: Waiting [2025-06-23T05:48:32.472Z] dd9c8f8612c8: Waiting [2025-06-23T05:48:32.472Z] 8501611ca250: Layer already exists [2025-06-23T05:48:32.472Z] 1ca633ea9daa: Layer already exists [2025-06-23T05:48:32.472Z] 8baec08895e3: Layer already exists [2025-06-23T05:48:32.472Z] 8a8bd0636e3e: Layer already exists [2025-06-23T05:48:32.472Z] 17712b1958ed: Layer already exists [2025-06-23T05:48:32.472Z] 80ffc8a837d8: Layer already exists [2025-06-23T05:48:32.472Z] a8a65b5b3074: Layer already exists [2025-06-23T05:48:32.472Z] b92f7bbc09bb: Layer already exists [2025-06-23T05:48:32.472Z] dd9c8f8612c8: Layer already exists [2025-06-23T05:48:32.472Z] latest: digest: sha256:4eb84452c5a96550b50ee91c9d478bf7f712ff301c40c3425fb8d7e76aa9afc7 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:48:33.105Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:48:33.458Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.26 [2025-06-23T05:48:33.458Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-06-23T05:48:33.458Z] 8a8bd0636e3e: Preparing [2025-06-23T05:48:33.458Z] 8501611ca250: Preparing [2025-06-23T05:48:33.458Z] 8baec08895e3: Preparing [2025-06-23T05:48:33.458Z] 17712b1958ed: Preparing [2025-06-23T05:48:33.458Z] 1ca633ea9daa: Preparing [2025-06-23T05:48:33.458Z] a8a65b5b3074: Preparing [2025-06-23T05:48:33.458Z] 80ffc8a837d8: Preparing [2025-06-23T05:48:33.458Z] b92f7bbc09bb: Preparing [2025-06-23T05:48:33.458Z] dd9c8f8612c8: Preparing [2025-06-23T05:48:33.458Z] a8a65b5b3074: Waiting [2025-06-23T05:48:33.458Z] 80ffc8a837d8: Waiting [2025-06-23T05:48:33.458Z] b92f7bbc09bb: Waiting [2025-06-23T05:48:33.458Z] dd9c8f8612c8: Waiting [2025-06-23T05:48:33.458Z] 17712b1958ed: Layer already exists [2025-06-23T05:48:33.458Z] 8baec08895e3: Layer already exists [2025-06-23T05:48:33.458Z] 8a8bd0636e3e: Layer already exists [2025-06-23T05:48:33.458Z] 8501611ca250: Layer already exists [2025-06-23T05:48:33.458Z] 1ca633ea9daa: Layer already exists [2025-06-23T05:48:33.458Z] a8a65b5b3074: Layer already exists [2025-06-23T05:48:33.458Z] 80ffc8a837d8: Layer already exists [2025-06-23T05:48:33.458Z] dd9c8f8612c8: Layer already exists [2025-06-23T05:48:33.458Z] b92f7bbc09bb: Layer already exists [2025-06-23T05:48:33.458Z] 4.1.0-dev.26: digest: sha256:4eb84452c5a96550b50ee91c9d478bf7f712ff301c40c3425fb8d7e76aa9afc7 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:48:34.082Z] + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:48:34.435Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:48:34.435Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-06-23T05:48:34.435Z] 8a8bd0636e3e: Preparing [2025-06-23T05:48:34.435Z] 8501611ca250: Preparing [2025-06-23T05:48:34.435Z] 8baec08895e3: Preparing [2025-06-23T05:48:34.435Z] 17712b1958ed: Preparing [2025-06-23T05:48:34.435Z] 1ca633ea9daa: Preparing [2025-06-23T05:48:34.435Z] a8a65b5b3074: Preparing [2025-06-23T05:48:34.435Z] 80ffc8a837d8: Preparing [2025-06-23T05:48:34.435Z] b92f7bbc09bb: Preparing [2025-06-23T05:48:34.435Z] dd9c8f8612c8: Preparing [2025-06-23T05:48:34.435Z] 80ffc8a837d8: Waiting [2025-06-23T05:48:34.435Z] a8a65b5b3074: Waiting [2025-06-23T05:48:34.435Z] b92f7bbc09bb: Waiting [2025-06-23T05:48:34.435Z] dd9c8f8612c8: Waiting [2025-06-23T05:48:34.435Z] 8501611ca250: Layer already exists [2025-06-23T05:48:34.435Z] 1ca633ea9daa: Layer already exists [2025-06-23T05:48:34.435Z] 8a8bd0636e3e: Layer already exists [2025-06-23T05:48:34.435Z] 17712b1958ed: Layer already exists [2025-06-23T05:48:34.435Z] 8baec08895e3: Layer already exists [2025-06-23T05:48:34.435Z] a8a65b5b3074: Layer already exists [2025-06-23T05:48:34.435Z] 80ffc8a837d8: Layer already exists [2025-06-23T05:48:34.435Z] dd9c8f8612c8: Layer already exists [2025-06-23T05:48:34.435Z] b92f7bbc09bb: Layer already exists [2025-06-23T05:48:34.435Z] 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26: digest: sha256:4eb84452c5a96550b50ee91c9d478bf7f712ff301c40c3425fb8d7e76aa9afc7 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:48:35.055Z] + 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-06-23T05:48:35.414Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [2025-06-23T05:48:35.414Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] [2025-06-23T05:48:35.414Z] 8a8bd0636e3e: Preparing [2025-06-23T05:48:35.414Z] 8501611ca250: Preparing [2025-06-23T05:48:35.414Z] 8baec08895e3: Preparing [2025-06-23T05:48:35.414Z] 17712b1958ed: Preparing [2025-06-23T05:48:35.414Z] 1ca633ea9daa: Preparing [2025-06-23T05:48:35.414Z] a8a65b5b3074: Preparing [2025-06-23T05:48:35.414Z] 80ffc8a837d8: Preparing [2025-06-23T05:48:35.414Z] b92f7bbc09bb: Preparing [2025-06-23T05:48:35.414Z] dd9c8f8612c8: Preparing [2025-06-23T05:48:35.414Z] a8a65b5b3074: Waiting [2025-06-23T05:48:35.414Z] 80ffc8a837d8: Waiting [2025-06-23T05:48:35.414Z] b92f7bbc09bb: Waiting [2025-06-23T05:48:35.414Z] dd9c8f8612c8: Waiting [2025-06-23T05:48:35.414Z] 8a8bd0636e3e: Layer already exists [2025-06-23T05:48:35.414Z] 1ca633ea9daa: Layer already exists [2025-06-23T05:48:35.414Z] 8501611ca250: Layer already exists [2025-06-23T05:48:35.414Z] 17712b1958ed: Layer already exists [2025-06-23T05:48:35.414Z] 8baec08895e3: Layer already exists [2025-06-23T05:48:35.414Z] 80ffc8a837d8: Layer already exists [2025-06-23T05:48:35.414Z] b92f7bbc09bb: Layer already exists [2025-06-23T05:48:35.414Z] a8a65b5b3074: Layer already exists [2025-06-23T05:48:35.414Z] dd9c8f8612c8: Layer already exists [2025-06-23T05:48:35.678Z] main: digest: sha256:4eb84452c5a96550b50ee91c9d478bf7f712ff301c40c3425fb8d7e76aa9afc7 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-23T05:48:35.759Z] ===================================================== [Pipeline] echo [2025-06-23T05:48:35.776Z] taggedImages: [2025-06-23T05:48:35.776Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:48:35.776Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [2025-06-23T05:48:35.776Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.26 [2025-06-23T05:48:35.776Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:48:35.776Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2025-06-23T05:48:35.803Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2025-06-23T05:48:35.803Z] 92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:48:35.803Z] latest [2025-06-23T05:48:35.803Z] 4.1.0-dev.26 [2025-06-23T05:48:35.803Z] 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:48:35.803Z] main [2025-06-23T05:48:35.803Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:48:36.158Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:48:36.525Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:48:36.525Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-06-23T05:48:36.525Z] 57a544566a9a: Preparing [2025-06-23T05:48:36.525Z] d51987b2d937: Preparing [2025-06-23T05:48:36.525Z] 1ca633ea9daa: Preparing [2025-06-23T05:48:36.525Z] a8a65b5b3074: Preparing [2025-06-23T05:48:36.525Z] 8e6d521489b7: Preparing [2025-06-23T05:48:36.525Z] 578615c52644: Preparing [2025-06-23T05:48:36.525Z] dd9c8f8612c8: Preparing [2025-06-23T05:48:36.525Z] 578615c52644: Waiting [2025-06-23T05:48:36.525Z] dd9c8f8612c8: Waiting [2025-06-23T05:48:36.525Z] a8a65b5b3074: Layer already exists [2025-06-23T05:48:36.792Z] 1ca633ea9daa: Layer already exists [2025-06-23T05:48:36.792Z] dd9c8f8612c8: Layer already exists [2025-06-23T05:48:36.792Z] 8e6d521489b7: Pushed [2025-06-23T05:48:36.792Z] 57a544566a9a: Pushed [2025-06-23T05:48:36.792Z] 578615c52644: Pushed [2025-06-23T05:48:42.126Z] d51987b2d937: Pushed [2025-06-23T05:48:42.126Z] 92d5141f885416a010e7c9a103f0840019be69f6: digest: sha256:156456ffd7db8425b4e0d5ccac2db4622cd1bc9c19c6c68c459f778b60b4e101 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:48:42.477Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:48:42.828Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2025-06-23T05:48:42.828Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-06-23T05:48:42.828Z] 57a544566a9a: Preparing [2025-06-23T05:48:42.828Z] d51987b2d937: Preparing [2025-06-23T05:48:42.828Z] 1ca633ea9daa: Preparing [2025-06-23T05:48:42.828Z] a8a65b5b3074: Preparing [2025-06-23T05:48:42.828Z] 8e6d521489b7: Preparing [2025-06-23T05:48:42.828Z] 578615c52644: Preparing [2025-06-23T05:48:42.828Z] dd9c8f8612c8: Preparing [2025-06-23T05:48:42.828Z] 578615c52644: Waiting [2025-06-23T05:48:42.828Z] dd9c8f8612c8: Waiting [2025-06-23T05:48:42.828Z] a8a65b5b3074: Layer already exists [2025-06-23T05:48:42.828Z] 8e6d521489b7: Layer already exists [2025-06-23T05:48:42.828Z] d51987b2d937: Layer already exists [2025-06-23T05:48:42.828Z] 57a544566a9a: Layer already exists [2025-06-23T05:48:42.828Z] 1ca633ea9daa: Layer already exists [2025-06-23T05:48:42.828Z] 578615c52644: Layer already exists [2025-06-23T05:48:42.828Z] dd9c8f8612c8: Layer already exists [2025-06-23T05:48:43.092Z] latest: digest: sha256:156456ffd7db8425b4e0d5ccac2db4622cd1bc9c19c6c68c459f778b60b4e101 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:48:43.444Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:48:43.795Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.26 [2025-06-23T05:48:43.795Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-06-23T05:48:43.795Z] 57a544566a9a: Preparing [2025-06-23T05:48:43.795Z] d51987b2d937: Preparing [2025-06-23T05:48:43.795Z] 1ca633ea9daa: Preparing [2025-06-23T05:48:43.795Z] a8a65b5b3074: Preparing [2025-06-23T05:48:43.795Z] 8e6d521489b7: Preparing [2025-06-23T05:48:43.795Z] 578615c52644: Preparing [2025-06-23T05:48:43.795Z] dd9c8f8612c8: Preparing [2025-06-23T05:48:43.795Z] 578615c52644: Waiting [2025-06-23T05:48:43.795Z] dd9c8f8612c8: Waiting [2025-06-23T05:48:43.795Z] 8e6d521489b7: Layer already exists [2025-06-23T05:48:43.795Z] 57a544566a9a: Layer already exists [2025-06-23T05:48:43.795Z] a8a65b5b3074: Layer already exists [2025-06-23T05:48:43.795Z] d51987b2d937: Layer already exists [2025-06-23T05:48:43.795Z] 1ca633ea9daa: Layer already exists [2025-06-23T05:48:43.795Z] dd9c8f8612c8: Layer already exists [2025-06-23T05:48:43.795Z] 578615c52644: Layer already exists [2025-06-23T05:48:44.058Z] 4.1.0-dev.26: digest: sha256:156456ffd7db8425b4e0d5ccac2db4622cd1bc9c19c6c68c459f778b60b4e101 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:48:44.505Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:48:44.845Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:48:44.845Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-06-23T05:48:44.845Z] 57a544566a9a: Preparing [2025-06-23T05:48:44.845Z] d51987b2d937: Preparing [2025-06-23T05:48:44.845Z] 1ca633ea9daa: Preparing [2025-06-23T05:48:44.845Z] a8a65b5b3074: Preparing [2025-06-23T05:48:44.845Z] 8e6d521489b7: Preparing [2025-06-23T05:48:44.845Z] 578615c52644: Preparing [2025-06-23T05:48:44.845Z] dd9c8f8612c8: Preparing [2025-06-23T05:48:44.845Z] 578615c52644: Waiting [2025-06-23T05:48:44.845Z] dd9c8f8612c8: Waiting [2025-06-23T05:48:44.845Z] 8e6d521489b7: Layer already exists [2025-06-23T05:48:44.845Z] 57a544566a9a: Layer already exists [2025-06-23T05:48:44.845Z] a8a65b5b3074: Layer already exists [2025-06-23T05:48:44.845Z] 1ca633ea9daa: Layer already exists [2025-06-23T05:48:44.845Z] d51987b2d937: Layer already exists [2025-06-23T05:48:44.845Z] 578615c52644: Layer already exists [2025-06-23T05:48:44.845Z] dd9c8f8612c8: Layer already exists [2025-06-23T05:48:45.110Z] 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26: digest: sha256:156456ffd7db8425b4e0d5ccac2db4622cd1bc9c19c6c68c459f778b60b4e101 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:48:45.460Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:48:45.800Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2025-06-23T05:48:45.800Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2025-06-23T05:48:45.800Z] 57a544566a9a: Preparing [2025-06-23T05:48:45.800Z] d51987b2d937: Preparing [2025-06-23T05:48:45.800Z] 1ca633ea9daa: Preparing [2025-06-23T05:48:45.800Z] a8a65b5b3074: Preparing [2025-06-23T05:48:45.800Z] 8e6d521489b7: Preparing [2025-06-23T05:48:45.800Z] 578615c52644: Preparing [2025-06-23T05:48:45.800Z] dd9c8f8612c8: Preparing [2025-06-23T05:48:45.800Z] 578615c52644: Waiting [2025-06-23T05:48:45.800Z] dd9c8f8612c8: Waiting [2025-06-23T05:48:45.800Z] 1ca633ea9daa: Layer already exists [2025-06-23T05:48:45.800Z] a8a65b5b3074: Layer already exists [2025-06-23T05:48:45.800Z] 57a544566a9a: Layer already exists [2025-06-23T05:48:45.800Z] d51987b2d937: Layer already exists [2025-06-23T05:48:45.800Z] 8e6d521489b7: Layer already exists [2025-06-23T05:48:45.800Z] dd9c8f8612c8: Layer already exists [2025-06-23T05:48:45.800Z] 578615c52644: Layer already exists [2025-06-23T05:48:46.063Z] main: digest: sha256:156456ffd7db8425b4e0d5ccac2db4622cd1bc9c19c6c68c459f778b60b4e101 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-23T05:48:46.140Z] ===================================================== [Pipeline] echo [2025-06-23T05:48:46.153Z] taggedImages: [2025-06-23T05:48:46.153Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:48:46.153Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2025-06-23T05:48:46.153Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.26 [2025-06-23T05:48:46.153Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:48:46.153Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2025-06-23T05:48:46.183Z] [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: [2025-06-23T05:48:46.183Z] 92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:48:46.183Z] latest [2025-06-23T05:48:46.183Z] 4.1.0-dev.26 [2025-06-23T05:48:46.183Z] 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:48:46.183Z] main [2025-06-23T05:48:46.183Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:48:46.541Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:48:47.002Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:48:47.002Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-06-23T05:48:47.002Z] 98dead87957c: Preparing [2025-06-23T05:48:47.002Z] 66e988243260: Preparing [2025-06-23T05:48:47.002Z] a8a65b5b3074: Preparing [2025-06-23T05:48:47.002Z] beb8299d7b92: Preparing [2025-06-23T05:48:47.002Z] 67eed16a1f3b: Preparing [2025-06-23T05:48:47.002Z] dd9c8f8612c8: Preparing [2025-06-23T05:48:47.002Z] dd9c8f8612c8: Waiting [2025-06-23T05:48:47.002Z] a8a65b5b3074: Layer already exists [2025-06-23T05:48:47.002Z] dd9c8f8612c8: Layer already exists [2025-06-23T05:48:47.002Z] 67eed16a1f3b: Pushed [2025-06-23T05:48:47.002Z] beb8299d7b92: Pushed [2025-06-23T05:48:47.002Z] 98dead87957c: Pushed [2025-06-23T05:48:52.310Z] 66e988243260: Pushed [2025-06-23T05:48:52.310Z] 92d5141f885416a010e7c9a103f0840019be69f6: digest: sha256:4df8675b2df17041899a16ebcfd375bf814cb3f120df63c2ef724a814f5d7e68 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:48:52.659Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:48:53.005Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2025-06-23T05:48:53.006Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-06-23T05:48:53.006Z] 98dead87957c: Preparing [2025-06-23T05:48:53.006Z] 66e988243260: Preparing [2025-06-23T05:48:53.006Z] a8a65b5b3074: Preparing [2025-06-23T05:48:53.006Z] beb8299d7b92: Preparing [2025-06-23T05:48:53.006Z] 67eed16a1f3b: Preparing [2025-06-23T05:48:53.006Z] dd9c8f8612c8: Preparing [2025-06-23T05:48:53.006Z] dd9c8f8612c8: Waiting [2025-06-23T05:48:53.006Z] 98dead87957c: Layer already exists [2025-06-23T05:48:53.006Z] beb8299d7b92: Layer already exists [2025-06-23T05:48:53.006Z] 67eed16a1f3b: Layer already exists [2025-06-23T05:48:53.006Z] 66e988243260: Layer already exists [2025-06-23T05:48:53.006Z] a8a65b5b3074: Layer already exists [2025-06-23T05:48:53.006Z] dd9c8f8612c8: Layer already exists [2025-06-23T05:48:53.006Z] latest: digest: sha256:4df8675b2df17041899a16ebcfd375bf814cb3f120df63c2ef724a814f5d7e68 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:48:53.352Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:48:53.700Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.26 [2025-06-23T05:48:53.701Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-06-23T05:48:53.701Z] 98dead87957c: Preparing [2025-06-23T05:48:53.701Z] 66e988243260: Preparing [2025-06-23T05:48:53.701Z] a8a65b5b3074: Preparing [2025-06-23T05:48:53.701Z] beb8299d7b92: Preparing [2025-06-23T05:48:53.701Z] 67eed16a1f3b: Preparing [2025-06-23T05:48:53.701Z] dd9c8f8612c8: Preparing [2025-06-23T05:48:53.701Z] dd9c8f8612c8: Waiting [2025-06-23T05:48:53.701Z] 98dead87957c: Layer already exists [2025-06-23T05:48:53.701Z] beb8299d7b92: Layer already exists [2025-06-23T05:48:53.701Z] 66e988243260: Layer already exists [2025-06-23T05:48:53.701Z] a8a65b5b3074: Layer already exists [2025-06-23T05:48:53.701Z] 67eed16a1f3b: Layer already exists [2025-06-23T05:48:53.701Z] dd9c8f8612c8: Layer already exists [2025-06-23T05:48:53.701Z] 4.1.0-dev.26: digest: sha256:4df8675b2df17041899a16ebcfd375bf814cb3f120df63c2ef724a814f5d7e68 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:48:54.308Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:48:54.648Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:48:54.649Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-06-23T05:48:54.649Z] 98dead87957c: Preparing [2025-06-23T05:48:54.649Z] 66e988243260: Preparing [2025-06-23T05:48:54.649Z] a8a65b5b3074: Preparing [2025-06-23T05:48:54.649Z] beb8299d7b92: Preparing [2025-06-23T05:48:54.649Z] 67eed16a1f3b: Preparing [2025-06-23T05:48:54.649Z] dd9c8f8612c8: Preparing [2025-06-23T05:48:54.649Z] dd9c8f8612c8: Waiting [2025-06-23T05:48:54.649Z] 67eed16a1f3b: Layer already exists [2025-06-23T05:48:54.649Z] beb8299d7b92: Layer already exists [2025-06-23T05:48:54.649Z] 66e988243260: Layer already exists [2025-06-23T05:48:54.649Z] a8a65b5b3074: Layer already exists [2025-06-23T05:48:54.649Z] 98dead87957c: Layer already exists [2025-06-23T05:48:54.649Z] dd9c8f8612c8: Layer already exists [2025-06-23T05:48:54.649Z] 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26: digest: sha256:4df8675b2df17041899a16ebcfd375bf814cb3f120df63c2ef724a814f5d7e68 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:48:55.006Z] + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:48:55.353Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [2025-06-23T05:48:55.353Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] [2025-06-23T05:48:55.353Z] 98dead87957c: Preparing [2025-06-23T05:48:55.353Z] 66e988243260: Preparing [2025-06-23T05:48:55.353Z] a8a65b5b3074: Preparing [2025-06-23T05:48:55.353Z] beb8299d7b92: Preparing [2025-06-23T05:48:55.353Z] 67eed16a1f3b: Preparing [2025-06-23T05:48:55.353Z] dd9c8f8612c8: Preparing [2025-06-23T05:48:55.353Z] dd9c8f8612c8: Waiting [2025-06-23T05:48:55.353Z] 98dead87957c: Layer already exists [2025-06-23T05:48:55.353Z] 67eed16a1f3b: Layer already exists [2025-06-23T05:48:55.353Z] a8a65b5b3074: Layer already exists [2025-06-23T05:48:55.353Z] beb8299d7b92: Layer already exists [2025-06-23T05:48:55.353Z] 66e988243260: Layer already exists [2025-06-23T05:48:55.353Z] dd9c8f8612c8: Layer already exists [2025-06-23T05:48:55.353Z] main: digest: sha256:4df8675b2df17041899a16ebcfd375bf814cb3f120df63c2ef724a814f5d7e68 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-23T05:48:55.696Z] ===================================================== [Pipeline] echo [2025-06-23T05:48:55.713Z] taggedImages: [2025-06-23T05:48:55.713Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:48:55.713Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [2025-06-23T05:48:55.713Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.26 [2025-06-23T05:48:55.713Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:48:55.713Z] - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2025-06-23T05:48:55.737Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2025-06-23T05:48:55.737Z] 92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:48:55.737Z] latest [2025-06-23T05:48:55.737Z] 4.1.0-dev.26 [2025-06-23T05:48:55.737Z] 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:48:55.737Z] main [2025-06-23T05:48:55.737Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:48:56.107Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:48:56.454Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:48:56.454Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-06-23T05:48:56.454Z] d5a3b37cb189: Preparing [2025-06-23T05:48:56.454Z] 8ee8490d2162: Preparing [2025-06-23T05:48:56.454Z] 3d8ea6df372d: Preparing [2025-06-23T05:48:56.454Z] 1ca633ea9daa: Preparing [2025-06-23T05:48:56.454Z] a8a65b5b3074: Preparing [2025-06-23T05:48:56.454Z] 80ffc8a837d8: Preparing [2025-06-23T05:48:56.454Z] b92f7bbc09bb: Preparing [2025-06-23T05:48:56.454Z] dd9c8f8612c8: Preparing [2025-06-23T05:48:56.454Z] b92f7bbc09bb: Waiting [2025-06-23T05:48:56.454Z] dd9c8f8612c8: Waiting [2025-06-23T05:48:56.454Z] 80ffc8a837d8: Waiting [2025-06-23T05:48:56.454Z] a8a65b5b3074: Layer already exists [2025-06-23T05:48:56.454Z] 1ca633ea9daa: Layer already exists [2025-06-23T05:48:56.718Z] 80ffc8a837d8: Layer already exists [2025-06-23T05:48:56.718Z] b92f7bbc09bb: Layer already exists [2025-06-23T05:48:56.718Z] 8ee8490d2162: Pushed [2025-06-23T05:48:56.718Z] d5a3b37cb189: Pushed [2025-06-23T05:48:56.718Z] dd9c8f8612c8: Layer already exists [2025-06-23T05:49:02.034Z] 3d8ea6df372d: Pushed [2025-06-23T05:49:02.034Z] 92d5141f885416a010e7c9a103f0840019be69f6: digest: sha256:c1873c74027896f755a5064373405cdc173a6e0d7fc19358d21eb39036368c08 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:49:02.389Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:49:02.736Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2025-06-23T05:49:02.736Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-06-23T05:49:02.736Z] d5a3b37cb189: Preparing [2025-06-23T05:49:02.736Z] 8ee8490d2162: Preparing [2025-06-23T05:49:02.736Z] 3d8ea6df372d: Preparing [2025-06-23T05:49:02.736Z] 1ca633ea9daa: Preparing [2025-06-23T05:49:02.736Z] a8a65b5b3074: Preparing [2025-06-23T05:49:02.736Z] 80ffc8a837d8: Preparing [2025-06-23T05:49:02.736Z] b92f7bbc09bb: Preparing [2025-06-23T05:49:02.736Z] dd9c8f8612c8: Preparing [2025-06-23T05:49:02.736Z] 80ffc8a837d8: Waiting [2025-06-23T05:49:02.736Z] b92f7bbc09bb: Waiting [2025-06-23T05:49:02.736Z] dd9c8f8612c8: Waiting [2025-06-23T05:49:02.736Z] 3d8ea6df372d: Layer already exists [2025-06-23T05:49:02.736Z] 8ee8490d2162: Layer already exists [2025-06-23T05:49:02.736Z] 1ca633ea9daa: Layer already exists [2025-06-23T05:49:02.736Z] d5a3b37cb189: Layer already exists [2025-06-23T05:49:02.736Z] a8a65b5b3074: Layer already exists [2025-06-23T05:49:02.736Z] b92f7bbc09bb: Layer already exists [2025-06-23T05:49:02.736Z] 80ffc8a837d8: Layer already exists [2025-06-23T05:49:02.736Z] dd9c8f8612c8: Layer already exists [2025-06-23T05:49:02.736Z] latest: digest: sha256:c1873c74027896f755a5064373405cdc173a6e0d7fc19358d21eb39036368c08 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:49:03.357Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:49:03.704Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.26 [2025-06-23T05:49:03.704Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-06-23T05:49:03.704Z] d5a3b37cb189: Preparing [2025-06-23T05:49:03.704Z] 8ee8490d2162: Preparing [2025-06-23T05:49:03.704Z] 3d8ea6df372d: Preparing [2025-06-23T05:49:03.704Z] 1ca633ea9daa: Preparing [2025-06-23T05:49:03.704Z] a8a65b5b3074: Preparing [2025-06-23T05:49:03.704Z] 80ffc8a837d8: Preparing [2025-06-23T05:49:03.704Z] b92f7bbc09bb: Preparing [2025-06-23T05:49:03.704Z] dd9c8f8612c8: Preparing [2025-06-23T05:49:03.704Z] 80ffc8a837d8: Waiting [2025-06-23T05:49:03.704Z] b92f7bbc09bb: Waiting [2025-06-23T05:49:03.704Z] dd9c8f8612c8: Waiting [2025-06-23T05:49:03.704Z] 8ee8490d2162: Layer already exists [2025-06-23T05:49:03.704Z] 3d8ea6df372d: Layer already exists [2025-06-23T05:49:03.704Z] 1ca633ea9daa: Layer already exists [2025-06-23T05:49:03.704Z] d5a3b37cb189: Layer already exists [2025-06-23T05:49:03.704Z] a8a65b5b3074: Layer already exists [2025-06-23T05:49:03.704Z] 80ffc8a837d8: Layer already exists [2025-06-23T05:49:03.704Z] b92f7bbc09bb: Layer already exists [2025-06-23T05:49:03.704Z] dd9c8f8612c8: Layer already exists [2025-06-23T05:49:03.704Z] 4.1.0-dev.26: digest: sha256:c1873c74027896f755a5064373405cdc173a6e0d7fc19358d21eb39036368c08 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:49:04.062Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:49:04.407Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:49:04.407Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-06-23T05:49:04.407Z] d5a3b37cb189: Preparing [2025-06-23T05:49:04.407Z] 8ee8490d2162: Preparing [2025-06-23T05:49:04.407Z] 3d8ea6df372d: Preparing [2025-06-23T05:49:04.407Z] 1ca633ea9daa: Preparing [2025-06-23T05:49:04.407Z] a8a65b5b3074: Preparing [2025-06-23T05:49:04.407Z] 80ffc8a837d8: Preparing [2025-06-23T05:49:04.407Z] b92f7bbc09bb: Preparing [2025-06-23T05:49:04.407Z] dd9c8f8612c8: Preparing [2025-06-23T05:49:04.407Z] 80ffc8a837d8: Waiting [2025-06-23T05:49:04.407Z] b92f7bbc09bb: Waiting [2025-06-23T05:49:04.407Z] dd9c8f8612c8: Waiting [2025-06-23T05:49:04.407Z] d5a3b37cb189: Layer already exists [2025-06-23T05:49:04.407Z] 8ee8490d2162: Layer already exists [2025-06-23T05:49:04.407Z] 1ca633ea9daa: Layer already exists [2025-06-23T05:49:04.407Z] 3d8ea6df372d: Layer already exists [2025-06-23T05:49:04.407Z] a8a65b5b3074: Layer already exists [2025-06-23T05:49:04.407Z] 80ffc8a837d8: Layer already exists [2025-06-23T05:49:04.407Z] dd9c8f8612c8: Layer already exists [2025-06-23T05:49:04.407Z] b92f7bbc09bb: Layer already exists [2025-06-23T05:49:04.407Z] 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26: digest: sha256:c1873c74027896f755a5064373405cdc173a6e0d7fc19358d21eb39036368c08 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:49:05.018Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:49:05.366Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2025-06-23T05:49:05.366Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2025-06-23T05:49:05.366Z] d5a3b37cb189: Preparing [2025-06-23T05:49:05.366Z] 8ee8490d2162: Preparing [2025-06-23T05:49:05.366Z] 3d8ea6df372d: Preparing [2025-06-23T05:49:05.366Z] 1ca633ea9daa: Preparing [2025-06-23T05:49:05.366Z] a8a65b5b3074: Preparing [2025-06-23T05:49:05.366Z] 80ffc8a837d8: Preparing [2025-06-23T05:49:05.366Z] b92f7bbc09bb: Preparing [2025-06-23T05:49:05.366Z] dd9c8f8612c8: Preparing [2025-06-23T05:49:05.366Z] b92f7bbc09bb: Waiting [2025-06-23T05:49:05.366Z] dd9c8f8612c8: Waiting [2025-06-23T05:49:05.366Z] 80ffc8a837d8: Waiting [2025-06-23T05:49:05.366Z] 1ca633ea9daa: Layer already exists [2025-06-23T05:49:05.366Z] d5a3b37cb189: Layer already exists [2025-06-23T05:49:05.366Z] 8ee8490d2162: Layer already exists [2025-06-23T05:49:05.366Z] a8a65b5b3074: Layer already exists [2025-06-23T05:49:05.366Z] 3d8ea6df372d: Layer already exists [2025-06-23T05:49:05.366Z] b92f7bbc09bb: Layer already exists [2025-06-23T05:49:05.366Z] 80ffc8a837d8: Layer already exists [2025-06-23T05:49:05.366Z] dd9c8f8612c8: Layer already exists [2025-06-23T05:49:05.630Z] main: digest: sha256:c1873c74027896f755a5064373405cdc173a6e0d7fc19358d21eb39036368c08 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-23T05:49:05.716Z] ===================================================== [Pipeline] echo [2025-06-23T05:49:05.731Z] taggedImages: [2025-06-23T05:49:05.731Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:49:05.731Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2025-06-23T05:49:05.731Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.26 [2025-06-23T05:49:05.731Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:49:05.731Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2025-06-23T05:49:05.759Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2025-06-23T05:49:05.759Z] 92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:49:05.759Z] latest [2025-06-23T05:49:05.759Z] 4.1.0-dev.26 [2025-06-23T05:49:05.759Z] 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:49:05.759Z] main [2025-06-23T05:49:05.759Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:49:06.119Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:49:06.467Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:49:06.468Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-06-23T05:49:06.468Z] fd537c46b442: Preparing [2025-06-23T05:49:06.468Z] ba902be72edd: Preparing [2025-06-23T05:49:06.468Z] 92201aabf980: Preparing [2025-06-23T05:49:06.468Z] a0bd04bc053c: Preparing [2025-06-23T05:49:06.468Z] 871ab42a4092: Preparing [2025-06-23T05:49:06.468Z] e057f5c41d6f: Preparing [2025-06-23T05:49:06.468Z] 88092e95aaad: Preparing [2025-06-23T05:49:06.468Z] 1ca633ea9daa: Preparing [2025-06-23T05:49:06.468Z] a8a65b5b3074: Preparing [2025-06-23T05:49:06.468Z] 6ba2f330b065: Preparing [2025-06-23T05:49:06.468Z] fef98347c79c: Preparing [2025-06-23T05:49:06.468Z] 5f70bf18a086: Preparing [2025-06-23T05:49:06.468Z] 4c0cd97a5c27: Preparing [2025-06-23T05:49:06.468Z] 897ba76efa4f: Preparing [2025-06-23T05:49:06.468Z] 691f4fc4139a: Preparing [2025-06-23T05:49:06.468Z] dd9c8f8612c8: Preparing [2025-06-23T05:49:06.468Z] e057f5c41d6f: Waiting [2025-06-23T05:49:06.468Z] fef98347c79c: Waiting [2025-06-23T05:49:06.468Z] 88092e95aaad: Waiting [2025-06-23T05:49:06.468Z] 1ca633ea9daa: Waiting [2025-06-23T05:49:06.468Z] 5f70bf18a086: Waiting [2025-06-23T05:49:06.468Z] a8a65b5b3074: Waiting [2025-06-23T05:49:06.468Z] 4c0cd97a5c27: Waiting [2025-06-23T05:49:06.468Z] 897ba76efa4f: Waiting [2025-06-23T05:49:06.468Z] 6ba2f330b065: Waiting [2025-06-23T05:49:06.468Z] 691f4fc4139a: Waiting [2025-06-23T05:49:06.732Z] ba902be72edd: Pushed [2025-06-23T05:49:06.732Z] 92201aabf980: Pushed [2025-06-23T05:49:06.732Z] a0bd04bc053c: Pushed [2025-06-23T05:49:06.732Z] 871ab42a4092: Pushed [2025-06-23T05:49:06.732Z] fd537c46b442: Pushed [2025-06-23T05:49:06.732Z] 1ca633ea9daa: Layer already exists [2025-06-23T05:49:06.732Z] a8a65b5b3074: Layer already exists [2025-06-23T05:49:06.732Z] 5f70bf18a086: Layer already exists [2025-06-23T05:49:06.732Z] e057f5c41d6f: Pushed [2025-06-23T05:49:06.997Z] 6ba2f330b065: Pushed [2025-06-23T05:49:06.997Z] fef98347c79c: Pushed [2025-06-23T05:49:06.997Z] 4c0cd97a5c27: Pushed [2025-06-23T05:49:06.997Z] dd9c8f8612c8: Layer already exists [2025-06-23T05:49:06.997Z] 897ba76efa4f: Pushed [2025-06-23T05:49:06.997Z] 691f4fc4139a: Pushed [2025-06-23T05:49:09.562Z] 88092e95aaad: Pushed [2025-06-23T05:49:09.562Z] 92d5141f885416a010e7c9a103f0840019be69f6: digest: sha256:adfb73bb3c7507b1af49ef12bcc5ff0db653809aa841592bfffa71bcbbda761d size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:49:09.937Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:49:10.299Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2025-06-23T05:49:10.299Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-06-23T05:49:10.299Z] fd537c46b442: Preparing [2025-06-23T05:49:10.299Z] ba902be72edd: Preparing [2025-06-23T05:49:10.299Z] 92201aabf980: Preparing [2025-06-23T05:49:10.299Z] a0bd04bc053c: Preparing [2025-06-23T05:49:10.299Z] 871ab42a4092: Preparing [2025-06-23T05:49:10.299Z] e057f5c41d6f: Preparing [2025-06-23T05:49:10.299Z] 88092e95aaad: Preparing [2025-06-23T05:49:10.299Z] 1ca633ea9daa: Preparing [2025-06-23T05:49:10.299Z] a8a65b5b3074: Preparing [2025-06-23T05:49:10.299Z] 6ba2f330b065: Preparing [2025-06-23T05:49:10.299Z] fef98347c79c: Preparing [2025-06-23T05:49:10.299Z] 5f70bf18a086: Preparing [2025-06-23T05:49:10.299Z] 4c0cd97a5c27: Preparing [2025-06-23T05:49:10.299Z] 897ba76efa4f: Preparing [2025-06-23T05:49:10.299Z] 691f4fc4139a: Preparing [2025-06-23T05:49:10.299Z] 1ca633ea9daa: Waiting [2025-06-23T05:49:10.299Z] dd9c8f8612c8: Preparing [2025-06-23T05:49:10.299Z] a8a65b5b3074: Waiting [2025-06-23T05:49:10.299Z] 6ba2f330b065: Waiting [2025-06-23T05:49:10.299Z] fef98347c79c: Waiting [2025-06-23T05:49:10.299Z] 897ba76efa4f: Waiting [2025-06-23T05:49:10.299Z] 5f70bf18a086: Waiting [2025-06-23T05:49:10.299Z] 691f4fc4139a: Waiting [2025-06-23T05:49:10.299Z] 4c0cd97a5c27: Waiting [2025-06-23T05:49:10.299Z] dd9c8f8612c8: Waiting [2025-06-23T05:49:10.299Z] e057f5c41d6f: Waiting [2025-06-23T05:49:10.299Z] 88092e95aaad: Waiting [2025-06-23T05:49:10.299Z] fd537c46b442: Layer already exists [2025-06-23T05:49:10.299Z] a0bd04bc053c: Layer already exists [2025-06-23T05:49:10.299Z] ba902be72edd: Layer already exists [2025-06-23T05:49:10.299Z] 92201aabf980: Layer already exists [2025-06-23T05:49:10.299Z] 871ab42a4092: Layer already exists [2025-06-23T05:49:10.299Z] 1ca633ea9daa: Layer already exists [2025-06-23T05:49:10.299Z] e057f5c41d6f: Layer already exists [2025-06-23T05:49:10.299Z] 88092e95aaad: Layer already exists [2025-06-23T05:49:10.299Z] a8a65b5b3074: Layer already exists [2025-06-23T05:49:10.299Z] 6ba2f330b065: Layer already exists [2025-06-23T05:49:10.299Z] 5f70bf18a086: Layer already exists [2025-06-23T05:49:10.299Z] fef98347c79c: Layer already exists [2025-06-23T05:49:10.299Z] 897ba76efa4f: Layer already exists [2025-06-23T05:49:10.299Z] 4c0cd97a5c27: Layer already exists [2025-06-23T05:49:10.299Z] 691f4fc4139a: Layer already exists [2025-06-23T05:49:10.299Z] dd9c8f8612c8: Layer already exists [2025-06-23T05:49:10.568Z] latest: digest: sha256:adfb73bb3c7507b1af49ef12bcc5ff0db653809aa841592bfffa71bcbbda761d size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:49:10.925Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:49:11.282Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.26 [2025-06-23T05:49:11.282Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-06-23T05:49:11.282Z] fd537c46b442: Preparing [2025-06-23T05:49:11.282Z] ba902be72edd: Preparing [2025-06-23T05:49:11.282Z] 92201aabf980: Preparing [2025-06-23T05:49:11.282Z] a0bd04bc053c: Preparing [2025-06-23T05:49:11.282Z] 871ab42a4092: Preparing [2025-06-23T05:49:11.282Z] e057f5c41d6f: Preparing [2025-06-23T05:49:11.282Z] 88092e95aaad: Preparing [2025-06-23T05:49:11.282Z] 1ca633ea9daa: Preparing [2025-06-23T05:49:11.282Z] a8a65b5b3074: Preparing [2025-06-23T05:49:11.282Z] 6ba2f330b065: Preparing [2025-06-23T05:49:11.282Z] fef98347c79c: Preparing [2025-06-23T05:49:11.282Z] 5f70bf18a086: Preparing [2025-06-23T05:49:11.282Z] 4c0cd97a5c27: Preparing [2025-06-23T05:49:11.282Z] 897ba76efa4f: Preparing [2025-06-23T05:49:11.282Z] 691f4fc4139a: Preparing [2025-06-23T05:49:11.282Z] dd9c8f8612c8: Preparing [2025-06-23T05:49:11.282Z] 1ca633ea9daa: Waiting [2025-06-23T05:49:11.282Z] a8a65b5b3074: Waiting [2025-06-23T05:49:11.282Z] 6ba2f330b065: Waiting [2025-06-23T05:49:11.282Z] fef98347c79c: Waiting [2025-06-23T05:49:11.282Z] 5f70bf18a086: Waiting [2025-06-23T05:49:11.282Z] 4c0cd97a5c27: Waiting [2025-06-23T05:49:11.282Z] 897ba76efa4f: Waiting [2025-06-23T05:49:11.282Z] 691f4fc4139a: Waiting [2025-06-23T05:49:11.282Z] dd9c8f8612c8: Waiting [2025-06-23T05:49:11.282Z] e057f5c41d6f: Waiting [2025-06-23T05:49:11.282Z] 88092e95aaad: Waiting [2025-06-23T05:49:11.282Z] 92201aabf980: Layer already exists [2025-06-23T05:49:11.282Z] ba902be72edd: Layer already exists [2025-06-23T05:49:11.282Z] a0bd04bc053c: Layer already exists [2025-06-23T05:49:11.282Z] 871ab42a4092: Layer already exists [2025-06-23T05:49:11.282Z] fd537c46b442: Layer already exists [2025-06-23T05:49:11.282Z] 88092e95aaad: Layer already exists [2025-06-23T05:49:11.282Z] e057f5c41d6f: Layer already exists [2025-06-23T05:49:11.282Z] 6ba2f330b065: Layer already exists [2025-06-23T05:49:11.282Z] a8a65b5b3074: Layer already exists [2025-06-23T05:49:11.282Z] 1ca633ea9daa: Layer already exists [2025-06-23T05:49:11.282Z] 4c0cd97a5c27: Layer already exists [2025-06-23T05:49:11.282Z] fef98347c79c: Layer already exists [2025-06-23T05:49:11.282Z] 897ba76efa4f: Layer already exists [2025-06-23T05:49:11.282Z] 5f70bf18a086: Layer already exists [2025-06-23T05:49:11.282Z] 691f4fc4139a: Layer already exists [2025-06-23T05:49:11.282Z] dd9c8f8612c8: Layer already exists [2025-06-23T05:49:11.547Z] 4.1.0-dev.26: digest: sha256:adfb73bb3c7507b1af49ef12bcc5ff0db653809aa841592bfffa71bcbbda761d size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:49:11.909Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:49:12.256Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:49:12.256Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-06-23T05:49:12.256Z] fd537c46b442: Preparing [2025-06-23T05:49:12.256Z] ba902be72edd: Preparing [2025-06-23T05:49:12.256Z] 92201aabf980: Preparing [2025-06-23T05:49:12.256Z] a0bd04bc053c: Preparing [2025-06-23T05:49:12.256Z] 871ab42a4092: Preparing [2025-06-23T05:49:12.256Z] e057f5c41d6f: Preparing [2025-06-23T05:49:12.256Z] 88092e95aaad: Preparing [2025-06-23T05:49:12.256Z] 1ca633ea9daa: Preparing [2025-06-23T05:49:12.256Z] a8a65b5b3074: Preparing [2025-06-23T05:49:12.256Z] 6ba2f330b065: Preparing [2025-06-23T05:49:12.256Z] fef98347c79c: Preparing [2025-06-23T05:49:12.256Z] 5f70bf18a086: Preparing [2025-06-23T05:49:12.256Z] e057f5c41d6f: Waiting [2025-06-23T05:49:12.256Z] 88092e95aaad: Waiting [2025-06-23T05:49:12.256Z] 6ba2f330b065: Waiting [2025-06-23T05:49:12.256Z] 4c0cd97a5c27: Preparing [2025-06-23T05:49:12.256Z] 897ba76efa4f: Preparing [2025-06-23T05:49:12.256Z] 691f4fc4139a: Preparing [2025-06-23T05:49:12.256Z] dd9c8f8612c8: Preparing [2025-06-23T05:49:12.256Z] 1ca633ea9daa: Waiting [2025-06-23T05:49:12.256Z] 4c0cd97a5c27: Waiting [2025-06-23T05:49:12.256Z] 5f70bf18a086: Waiting [2025-06-23T05:49:12.256Z] 691f4fc4139a: Waiting [2025-06-23T05:49:12.256Z] 897ba76efa4f: Waiting [2025-06-23T05:49:12.256Z] dd9c8f8612c8: Waiting [2025-06-23T05:49:12.256Z] fef98347c79c: Waiting [2025-06-23T05:49:12.256Z] ba902be72edd: Layer already exists [2025-06-23T05:49:12.256Z] fd537c46b442: Layer already exists [2025-06-23T05:49:12.256Z] 92201aabf980: Layer already exists [2025-06-23T05:49:12.256Z] 871ab42a4092: Layer already exists [2025-06-23T05:49:12.256Z] a0bd04bc053c: Layer already exists [2025-06-23T05:49:12.256Z] 1ca633ea9daa: Layer already exists [2025-06-23T05:49:12.256Z] a8a65b5b3074: Layer already exists [2025-06-23T05:49:12.256Z] 88092e95aaad: Layer already exists [2025-06-23T05:49:12.256Z] e057f5c41d6f: Layer already exists [2025-06-23T05:49:12.256Z] 6ba2f330b065: Layer already exists [2025-06-23T05:49:12.256Z] fef98347c79c: Layer already exists [2025-06-23T05:49:12.256Z] 897ba76efa4f: Layer already exists [2025-06-23T05:49:12.256Z] 5f70bf18a086: Layer already exists [2025-06-23T05:49:12.256Z] 691f4fc4139a: Layer already exists [2025-06-23T05:49:12.256Z] 4c0cd97a5c27: Layer already exists [2025-06-23T05:49:12.521Z] dd9c8f8612c8: Layer already exists [2025-06-23T05:49:12.521Z] 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26: digest: sha256:adfb73bb3c7507b1af49ef12bcc5ff0db653809aa841592bfffa71bcbbda761d size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:49:12.879Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:49:13.232Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2025-06-23T05:49:13.232Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2025-06-23T05:49:13.232Z] fd537c46b442: Preparing [2025-06-23T05:49:13.232Z] ba902be72edd: Preparing [2025-06-23T05:49:13.232Z] 92201aabf980: Preparing [2025-06-23T05:49:13.232Z] a0bd04bc053c: Preparing [2025-06-23T05:49:13.232Z] 871ab42a4092: Preparing [2025-06-23T05:49:13.232Z] e057f5c41d6f: Preparing [2025-06-23T05:49:13.232Z] 88092e95aaad: Preparing [2025-06-23T05:49:13.232Z] 1ca633ea9daa: Preparing [2025-06-23T05:49:13.232Z] a8a65b5b3074: Preparing [2025-06-23T05:49:13.232Z] 6ba2f330b065: Preparing [2025-06-23T05:49:13.232Z] fef98347c79c: Preparing [2025-06-23T05:49:13.232Z] 5f70bf18a086: Preparing [2025-06-23T05:49:13.232Z] 4c0cd97a5c27: Preparing [2025-06-23T05:49:13.232Z] 897ba76efa4f: Preparing [2025-06-23T05:49:13.232Z] 691f4fc4139a: Preparing [2025-06-23T05:49:13.232Z] dd9c8f8612c8: Preparing [2025-06-23T05:49:13.232Z] 6ba2f330b065: Waiting [2025-06-23T05:49:13.232Z] fef98347c79c: Waiting [2025-06-23T05:49:13.232Z] 5f70bf18a086: Waiting [2025-06-23T05:49:13.232Z] e057f5c41d6f: Waiting [2025-06-23T05:49:13.232Z] 88092e95aaad: Waiting [2025-06-23T05:49:13.232Z] 4c0cd97a5c27: Waiting [2025-06-23T05:49:13.232Z] 1ca633ea9daa: Waiting [2025-06-23T05:49:13.232Z] a8a65b5b3074: Waiting [2025-06-23T05:49:13.232Z] 897ba76efa4f: Waiting [2025-06-23T05:49:13.232Z] dd9c8f8612c8: Waiting [2025-06-23T05:49:13.232Z] fd537c46b442: Layer already exists [2025-06-23T05:49:13.232Z] 92201aabf980: Layer already exists [2025-06-23T05:49:13.232Z] ba902be72edd: Layer already exists [2025-06-23T05:49:13.232Z] a0bd04bc053c: Layer already exists [2025-06-23T05:49:13.232Z] 871ab42a4092: Layer already exists [2025-06-23T05:49:13.232Z] 1ca633ea9daa: Layer already exists [2025-06-23T05:49:13.232Z] 88092e95aaad: Layer already exists [2025-06-23T05:49:13.232Z] e057f5c41d6f: Layer already exists [2025-06-23T05:49:13.232Z] a8a65b5b3074: Layer already exists [2025-06-23T05:49:13.232Z] 6ba2f330b065: Layer already exists [2025-06-23T05:49:13.232Z] 5f70bf18a086: Layer already exists [2025-06-23T05:49:13.232Z] 897ba76efa4f: Layer already exists [2025-06-23T05:49:13.232Z] fef98347c79c: Layer already exists [2025-06-23T05:49:13.232Z] 4c0cd97a5c27: Layer already exists [2025-06-23T05:49:13.232Z] 691f4fc4139a: Layer already exists [2025-06-23T05:49:13.232Z] dd9c8f8612c8: Layer already exists [2025-06-23T05:49:13.495Z] main: digest: sha256:adfb73bb3c7507b1af49ef12bcc5ff0db653809aa841592bfffa71bcbbda761d size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-23T05:49:13.575Z] ===================================================== [Pipeline] echo [2025-06-23T05:49:13.591Z] taggedImages: [2025-06-23T05:49:13.591Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:49:13.591Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2025-06-23T05:49:13.591Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.26 [2025-06-23T05:49:13.591Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:49:13.591Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2025-06-23T05:49:13.628Z] [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: [2025-06-23T05:49:13.628Z] 92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:49:13.628Z] latest [2025-06-23T05:49:13.628Z] 4.1.0-dev.26 [2025-06-23T05:49:13.628Z] 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:49:13.628Z] main [2025-06-23T05:49:13.628Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:49:13.984Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:49:14.331Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:49:14.331Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-06-23T05:49:14.331Z] 981c7d027628: Preparing [2025-06-23T05:49:14.331Z] e1fb009c356e: Preparing [2025-06-23T05:49:14.331Z] 6404deb5ddac: Preparing [2025-06-23T05:49:14.331Z] b55d2e5cc746: Preparing [2025-06-23T05:49:14.331Z] 1ca633ea9daa: Preparing [2025-06-23T05:49:14.331Z] a8a65b5b3074: Preparing [2025-06-23T05:49:14.331Z] 80ffc8a837d8: Preparing [2025-06-23T05:49:14.331Z] a8a65b5b3074: Waiting [2025-06-23T05:49:14.331Z] 80ffc8a837d8: Waiting [2025-06-23T05:49:14.331Z] b92f7bbc09bb: Preparing [2025-06-23T05:49:14.331Z] dd9c8f8612c8: Preparing [2025-06-23T05:49:14.331Z] b92f7bbc09bb: Waiting [2025-06-23T05:49:14.331Z] dd9c8f8612c8: Waiting [2025-06-23T05:49:14.331Z] 1ca633ea9daa: Layer already exists [2025-06-23T05:49:14.595Z] a8a65b5b3074: Layer already exists [2025-06-23T05:49:14.595Z] e1fb009c356e: Pushed [2025-06-23T05:49:14.595Z] 6404deb5ddac: Pushed [2025-06-23T05:49:14.595Z] 80ffc8a837d8: Layer already exists [2025-06-23T05:49:14.595Z] b92f7bbc09bb: Layer already exists [2025-06-23T05:49:14.595Z] 981c7d027628: Pushed [2025-06-23T05:49:14.595Z] dd9c8f8612c8: Layer already exists [2025-06-23T05:49:19.906Z] b55d2e5cc746: Pushed [2025-06-23T05:49:19.906Z] 92d5141f885416a010e7c9a103f0840019be69f6: digest: sha256:700a0cee0d352a5e25e3f206a0a0d4e65a8b5129e9af3533b212d5073fb6b09f size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:49:20.250Z] + 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-06-23T05:49:20.592Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2025-06-23T05:49:20.592Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-06-23T05:49:20.592Z] 981c7d027628: Preparing [2025-06-23T05:49:20.592Z] e1fb009c356e: Preparing [2025-06-23T05:49:20.592Z] 6404deb5ddac: Preparing [2025-06-23T05:49:20.592Z] b55d2e5cc746: Preparing [2025-06-23T05:49:20.592Z] 1ca633ea9daa: Preparing [2025-06-23T05:49:20.592Z] a8a65b5b3074: Preparing [2025-06-23T05:49:20.592Z] 80ffc8a837d8: Preparing [2025-06-23T05:49:20.592Z] b92f7bbc09bb: Preparing [2025-06-23T05:49:20.592Z] dd9c8f8612c8: Preparing [2025-06-23T05:49:20.592Z] 80ffc8a837d8: Waiting [2025-06-23T05:49:20.592Z] b92f7bbc09bb: Waiting [2025-06-23T05:49:20.592Z] dd9c8f8612c8: Waiting [2025-06-23T05:49:20.592Z] a8a65b5b3074: Waiting [2025-06-23T05:49:20.592Z] 1ca633ea9daa: Layer already exists [2025-06-23T05:49:20.592Z] e1fb009c356e: Layer already exists [2025-06-23T05:49:20.592Z] b55d2e5cc746: Layer already exists [2025-06-23T05:49:20.592Z] 981c7d027628: Layer already exists [2025-06-23T05:49:20.592Z] 6404deb5ddac: Layer already exists [2025-06-23T05:49:20.592Z] 80ffc8a837d8: Layer already exists [2025-06-23T05:49:20.592Z] a8a65b5b3074: Layer already exists [2025-06-23T05:49:20.592Z] b92f7bbc09bb: Layer already exists [2025-06-23T05:49:20.592Z] dd9c8f8612c8: Layer already exists [2025-06-23T05:49:20.860Z] latest: digest: sha256:700a0cee0d352a5e25e3f206a0a0d4e65a8b5129e9af3533b212d5073fb6b09f size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:49:21.205Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:49:21.546Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.26 [2025-06-23T05:49:21.546Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-06-23T05:49:21.546Z] 981c7d027628: Preparing [2025-06-23T05:49:21.546Z] e1fb009c356e: Preparing [2025-06-23T05:49:21.546Z] 6404deb5ddac: Preparing [2025-06-23T05:49:21.546Z] b55d2e5cc746: Preparing [2025-06-23T05:49:21.546Z] 1ca633ea9daa: Preparing [2025-06-23T05:49:21.546Z] a8a65b5b3074: Preparing [2025-06-23T05:49:21.546Z] 80ffc8a837d8: Preparing [2025-06-23T05:49:21.546Z] b92f7bbc09bb: Preparing [2025-06-23T05:49:21.546Z] dd9c8f8612c8: Preparing [2025-06-23T05:49:21.546Z] 80ffc8a837d8: Waiting [2025-06-23T05:49:21.546Z] b92f7bbc09bb: Waiting [2025-06-23T05:49:21.546Z] dd9c8f8612c8: Waiting [2025-06-23T05:49:21.546Z] a8a65b5b3074: Waiting [2025-06-23T05:49:21.546Z] 1ca633ea9daa: Layer already exists [2025-06-23T05:49:21.546Z] 981c7d027628: Layer already exists [2025-06-23T05:49:21.546Z] b55d2e5cc746: Layer already exists [2025-06-23T05:49:21.546Z] e1fb009c356e: Layer already exists [2025-06-23T05:49:21.546Z] 6404deb5ddac: Layer already exists [2025-06-23T05:49:21.546Z] 80ffc8a837d8: Layer already exists [2025-06-23T05:49:21.546Z] a8a65b5b3074: Layer already exists [2025-06-23T05:49:21.546Z] dd9c8f8612c8: Layer already exists [2025-06-23T05:49:21.546Z] b92f7bbc09bb: Layer already exists [2025-06-23T05:49:21.546Z] 4.1.0-dev.26: digest: sha256:700a0cee0d352a5e25e3f206a0a0d4e65a8b5129e9af3533b212d5073fb6b09f size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:49:22.153Z] + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:49:22.496Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:49:22.496Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-06-23T05:49:22.497Z] 981c7d027628: Preparing [2025-06-23T05:49:22.497Z] e1fb009c356e: Preparing [2025-06-23T05:49:22.497Z] 6404deb5ddac: Preparing [2025-06-23T05:49:22.497Z] b55d2e5cc746: Preparing [2025-06-23T05:49:22.497Z] 1ca633ea9daa: Preparing [2025-06-23T05:49:22.497Z] a8a65b5b3074: Preparing [2025-06-23T05:49:22.497Z] 80ffc8a837d8: Preparing [2025-06-23T05:49:22.497Z] b92f7bbc09bb: Preparing [2025-06-23T05:49:22.497Z] dd9c8f8612c8: Preparing [2025-06-23T05:49:22.497Z] a8a65b5b3074: Waiting [2025-06-23T05:49:22.497Z] 80ffc8a837d8: Waiting [2025-06-23T05:49:22.497Z] b92f7bbc09bb: Waiting [2025-06-23T05:49:22.497Z] dd9c8f8612c8: Waiting [2025-06-23T05:49:22.497Z] e1fb009c356e: Layer already exists [2025-06-23T05:49:22.497Z] b55d2e5cc746: Layer already exists [2025-06-23T05:49:22.497Z] 6404deb5ddac: Layer already exists [2025-06-23T05:49:22.497Z] 981c7d027628: Layer already exists [2025-06-23T05:49:22.497Z] 1ca633ea9daa: Layer already exists [2025-06-23T05:49:22.497Z] a8a65b5b3074: Layer already exists [2025-06-23T05:49:22.497Z] dd9c8f8612c8: Layer already exists [2025-06-23T05:49:22.497Z] 80ffc8a837d8: Layer already exists [2025-06-23T05:49:22.497Z] b92f7bbc09bb: Layer already exists [2025-06-23T05:49:22.497Z] 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26: digest: sha256:700a0cee0d352a5e25e3f206a0a0d4e65a8b5129e9af3533b212d5073fb6b09f size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:49:22.845Z] + 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-06-23T05:49:23.200Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [2025-06-23T05:49:23.200Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] [2025-06-23T05:49:23.200Z] 981c7d027628: Preparing [2025-06-23T05:49:23.200Z] e1fb009c356e: Preparing [2025-06-23T05:49:23.200Z] 6404deb5ddac: Preparing [2025-06-23T05:49:23.200Z] b55d2e5cc746: Preparing [2025-06-23T05:49:23.200Z] 1ca633ea9daa: Preparing [2025-06-23T05:49:23.200Z] a8a65b5b3074: Preparing [2025-06-23T05:49:23.200Z] 80ffc8a837d8: Preparing [2025-06-23T05:49:23.200Z] b92f7bbc09bb: Preparing [2025-06-23T05:49:23.200Z] dd9c8f8612c8: Preparing [2025-06-23T05:49:23.200Z] 80ffc8a837d8: Waiting [2025-06-23T05:49:23.200Z] b92f7bbc09bb: Waiting [2025-06-23T05:49:23.200Z] a8a65b5b3074: Waiting [2025-06-23T05:49:23.200Z] dd9c8f8612c8: Waiting [2025-06-23T05:49:23.200Z] 981c7d027628: Layer already exists [2025-06-23T05:49:23.200Z] 1ca633ea9daa: Layer already exists [2025-06-23T05:49:23.200Z] 6404deb5ddac: Layer already exists [2025-06-23T05:49:23.200Z] e1fb009c356e: Layer already exists [2025-06-23T05:49:23.200Z] b55d2e5cc746: Layer already exists [2025-06-23T05:49:23.200Z] 80ffc8a837d8: Layer already exists [2025-06-23T05:49:23.200Z] a8a65b5b3074: Layer already exists [2025-06-23T05:49:23.200Z] dd9c8f8612c8: Layer already exists [2025-06-23T05:49:23.200Z] b92f7bbc09bb: Layer already exists [2025-06-23T05:49:23.200Z] main: digest: sha256:700a0cee0d352a5e25e3f206a0a0d4e65a8b5129e9af3533b212d5073fb6b09f size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-23T05:49:23.539Z] ===================================================== [Pipeline] echo [2025-06-23T05:49:23.551Z] taggedImages: [2025-06-23T05:49:23.551Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:49:23.551Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [2025-06-23T05:49:23.551Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.26 [2025-06-23T05:49:23.551Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:49:23.551Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2025-06-23T05:49:23.573Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2025-06-23T05:49:23.573Z] 92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:49:23.573Z] latest [2025-06-23T05:49:23.573Z] 4.1.0-dev.26 [2025-06-23T05:49:23.573Z] 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:49:23.573Z] main [2025-06-23T05:49:23.573Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:49:23.943Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:49:24.871Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:49:24.871Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-06-23T05:49:24.871Z] edd13a642d35: Preparing [2025-06-23T05:49:24.871Z] 122e65b0ef5c: Preparing [2025-06-23T05:49:24.871Z] d88e450d6a6e: Preparing [2025-06-23T05:49:24.871Z] de25eb049a6d: Preparing [2025-06-23T05:49:24.871Z] 1308b8fb3b01: Preparing [2025-06-23T05:49:24.871Z] 1ca633ea9daa: Preparing [2025-06-23T05:49:24.871Z] a8a65b5b3074: Preparing [2025-06-23T05:49:24.871Z] 25ea03887a1c: Preparing [2025-06-23T05:49:24.871Z] 616b00f3eb2b: Preparing [2025-06-23T05:49:24.871Z] d8ca40ae50ef: Preparing [2025-06-23T05:49:24.871Z] dd9c8f8612c8: Preparing [2025-06-23T05:49:24.871Z] 1ca633ea9daa: Waiting [2025-06-23T05:49:24.871Z] a8a65b5b3074: Waiting [2025-06-23T05:49:24.871Z] 25ea03887a1c: Waiting [2025-06-23T05:49:24.871Z] 616b00f3eb2b: Waiting [2025-06-23T05:49:24.871Z] d8ca40ae50ef: Waiting [2025-06-23T05:49:24.871Z] dd9c8f8612c8: Waiting [2025-06-23T05:49:25.137Z] 122e65b0ef5c: Pushed [2025-06-23T05:49:25.137Z] edd13a642d35: Pushed [2025-06-23T05:49:25.137Z] de25eb049a6d: Pushed [2025-06-23T05:49:25.137Z] 1308b8fb3b01: Pushed [2025-06-23T05:49:25.137Z] 1ca633ea9daa: Layer already exists [2025-06-23T05:49:25.137Z] a8a65b5b3074: Layer already exists [2025-06-23T05:49:25.137Z] dd9c8f8612c8: Layer already exists [2025-06-23T05:49:25.137Z] 25ea03887a1c: Pushed [2025-06-23T05:49:25.137Z] 616b00f3eb2b: Pushed [2025-06-23T05:49:28.473Z] d8ca40ae50ef: Pushed [2025-06-23T05:49:29.426Z] d88e450d6a6e: Pushed [2025-06-23T05:49:29.426Z] 92d5141f885416a010e7c9a103f0840019be69f6: digest: sha256:fa4d4b38823e8e35838945a657f251ea40a6fc2b93e137017196fc03f49a1ce4 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:49:29.785Z] + 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-06-23T05:49:30.214Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2025-06-23T05:49:30.215Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-06-23T05:49:30.215Z] edd13a642d35: Preparing [2025-06-23T05:49:30.215Z] 122e65b0ef5c: Preparing [2025-06-23T05:49:30.215Z] d88e450d6a6e: Preparing [2025-06-23T05:49:30.215Z] de25eb049a6d: Preparing [2025-06-23T05:49:30.215Z] 1308b8fb3b01: Preparing [2025-06-23T05:49:30.215Z] 1ca633ea9daa: Preparing [2025-06-23T05:49:30.215Z] a8a65b5b3074: Preparing [2025-06-23T05:49:30.215Z] 25ea03887a1c: Preparing [2025-06-23T05:49:30.215Z] 616b00f3eb2b: Preparing [2025-06-23T05:49:30.215Z] d8ca40ae50ef: Preparing [2025-06-23T05:49:30.215Z] dd9c8f8612c8: Preparing [2025-06-23T05:49:30.215Z] 25ea03887a1c: Waiting [2025-06-23T05:49:30.215Z] 1ca633ea9daa: Waiting [2025-06-23T05:49:30.215Z] 616b00f3eb2b: Waiting [2025-06-23T05:49:30.215Z] d8ca40ae50ef: Waiting [2025-06-23T05:49:30.215Z] a8a65b5b3074: Waiting [2025-06-23T05:49:30.215Z] dd9c8f8612c8: Waiting [2025-06-23T05:49:30.215Z] 122e65b0ef5c: Layer already exists [2025-06-23T05:49:30.215Z] edd13a642d35: Layer already exists [2025-06-23T05:49:30.215Z] de25eb049a6d: Layer already exists [2025-06-23T05:49:30.215Z] 1308b8fb3b01: Layer already exists [2025-06-23T05:49:30.215Z] d88e450d6a6e: Layer already exists [2025-06-23T05:49:30.215Z] 25ea03887a1c: Layer already exists [2025-06-23T05:49:30.215Z] 616b00f3eb2b: Layer already exists [2025-06-23T05:49:30.215Z] a8a65b5b3074: Layer already exists [2025-06-23T05:49:30.215Z] 1ca633ea9daa: Layer already exists [2025-06-23T05:49:30.215Z] d8ca40ae50ef: Layer already exists [2025-06-23T05:49:30.215Z] dd9c8f8612c8: Layer already exists [2025-06-23T05:49:30.480Z] latest: digest: sha256:fa4d4b38823e8e35838945a657f251ea40a6fc2b93e137017196fc03f49a1ce4 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:49:30.830Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:49:31.178Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.26 [2025-06-23T05:49:31.178Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-06-23T05:49:31.178Z] edd13a642d35: Preparing [2025-06-23T05:49:31.178Z] 122e65b0ef5c: Preparing [2025-06-23T05:49:31.178Z] d88e450d6a6e: Preparing [2025-06-23T05:49:31.178Z] de25eb049a6d: Preparing [2025-06-23T05:49:31.178Z] 1308b8fb3b01: Preparing [2025-06-23T05:49:31.178Z] 1ca633ea9daa: Preparing [2025-06-23T05:49:31.178Z] a8a65b5b3074: Preparing [2025-06-23T05:49:31.178Z] 25ea03887a1c: Preparing [2025-06-23T05:49:31.178Z] 616b00f3eb2b: Preparing [2025-06-23T05:49:31.178Z] d8ca40ae50ef: Preparing [2025-06-23T05:49:31.178Z] dd9c8f8612c8: Preparing [2025-06-23T05:49:31.178Z] 25ea03887a1c: Waiting [2025-06-23T05:49:31.178Z] 616b00f3eb2b: Waiting [2025-06-23T05:49:31.178Z] 1ca633ea9daa: Waiting [2025-06-23T05:49:31.178Z] a8a65b5b3074: Waiting [2025-06-23T05:49:31.178Z] d8ca40ae50ef: Waiting [2025-06-23T05:49:31.178Z] dd9c8f8612c8: Waiting [2025-06-23T05:49:31.178Z] edd13a642d35: Layer already exists [2025-06-23T05:49:31.178Z] 1308b8fb3b01: Layer already exists [2025-06-23T05:49:31.178Z] 122e65b0ef5c: Layer already exists [2025-06-23T05:49:31.178Z] d88e450d6a6e: Layer already exists [2025-06-23T05:49:31.178Z] de25eb049a6d: Layer already exists [2025-06-23T05:49:31.178Z] 616b00f3eb2b: Layer already exists [2025-06-23T05:49:31.178Z] 1ca633ea9daa: Layer already exists [2025-06-23T05:49:31.178Z] 25ea03887a1c: Layer already exists [2025-06-23T05:49:31.178Z] a8a65b5b3074: Layer already exists [2025-06-23T05:49:31.178Z] d8ca40ae50ef: Layer already exists [2025-06-23T05:49:31.178Z] dd9c8f8612c8: Layer already exists [2025-06-23T05:49:31.447Z] 4.1.0-dev.26: digest: sha256:fa4d4b38823e8e35838945a657f251ea40a6fc2b93e137017196fc03f49a1ce4 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:49:31.805Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:49:32.155Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:49:32.155Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-06-23T05:49:32.155Z] edd13a642d35: Preparing [2025-06-23T05:49:32.155Z] 122e65b0ef5c: Preparing [2025-06-23T05:49:32.155Z] d88e450d6a6e: Preparing [2025-06-23T05:49:32.155Z] de25eb049a6d: Preparing [2025-06-23T05:49:32.155Z] 1308b8fb3b01: Preparing [2025-06-23T05:49:32.155Z] 1ca633ea9daa: Preparing [2025-06-23T05:49:32.155Z] a8a65b5b3074: Preparing [2025-06-23T05:49:32.155Z] 25ea03887a1c: Preparing [2025-06-23T05:49:32.155Z] 616b00f3eb2b: Preparing [2025-06-23T05:49:32.155Z] d8ca40ae50ef: Preparing [2025-06-23T05:49:32.155Z] dd9c8f8612c8: Preparing [2025-06-23T05:49:32.155Z] 25ea03887a1c: Waiting [2025-06-23T05:49:32.155Z] 616b00f3eb2b: Waiting [2025-06-23T05:49:32.155Z] d8ca40ae50ef: Waiting [2025-06-23T05:49:32.155Z] dd9c8f8612c8: Waiting [2025-06-23T05:49:32.155Z] 1ca633ea9daa: Waiting [2025-06-23T05:49:32.155Z] a8a65b5b3074: Waiting [2025-06-23T05:49:32.155Z] d88e450d6a6e: Layer already exists [2025-06-23T05:49:32.155Z] edd13a642d35: Layer already exists [2025-06-23T05:49:32.155Z] 1308b8fb3b01: Layer already exists [2025-06-23T05:49:32.155Z] de25eb049a6d: Layer already exists [2025-06-23T05:49:32.155Z] 122e65b0ef5c: Layer already exists [2025-06-23T05:49:32.155Z] a8a65b5b3074: Layer already exists [2025-06-23T05:49:32.155Z] 1ca633ea9daa: Layer already exists [2025-06-23T05:49:32.155Z] d8ca40ae50ef: Layer already exists [2025-06-23T05:49:32.155Z] 616b00f3eb2b: Layer already exists [2025-06-23T05:49:32.155Z] 25ea03887a1c: Layer already exists [2025-06-23T05:49:32.155Z] dd9c8f8612c8: Layer already exists [2025-06-23T05:49:32.419Z] 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26: digest: sha256:fa4d4b38823e8e35838945a657f251ea40a6fc2b93e137017196fc03f49a1ce4 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:49:32.775Z] + 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-06-23T05:49:33.130Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2025-06-23T05:49:33.130Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2025-06-23T05:49:33.130Z] edd13a642d35: Preparing [2025-06-23T05:49:33.130Z] 122e65b0ef5c: Preparing [2025-06-23T05:49:33.130Z] d88e450d6a6e: Preparing [2025-06-23T05:49:33.130Z] de25eb049a6d: Preparing [2025-06-23T05:49:33.130Z] 1308b8fb3b01: Preparing [2025-06-23T05:49:33.130Z] 1ca633ea9daa: Preparing [2025-06-23T05:49:33.130Z] a8a65b5b3074: Preparing [2025-06-23T05:49:33.130Z] 25ea03887a1c: Preparing [2025-06-23T05:49:33.130Z] 616b00f3eb2b: Preparing [2025-06-23T05:49:33.130Z] d8ca40ae50ef: Preparing [2025-06-23T05:49:33.130Z] dd9c8f8612c8: Preparing [2025-06-23T05:49:33.130Z] a8a65b5b3074: Waiting [2025-06-23T05:49:33.130Z] 25ea03887a1c: Waiting [2025-06-23T05:49:33.130Z] 616b00f3eb2b: Waiting [2025-06-23T05:49:33.130Z] d8ca40ae50ef: Waiting [2025-06-23T05:49:33.130Z] dd9c8f8612c8: Waiting [2025-06-23T05:49:33.130Z] 1ca633ea9daa: Waiting [2025-06-23T05:49:33.130Z] de25eb049a6d: Layer already exists [2025-06-23T05:49:33.130Z] d88e450d6a6e: Layer already exists [2025-06-23T05:49:33.130Z] 122e65b0ef5c: Layer already exists [2025-06-23T05:49:33.130Z] 1308b8fb3b01: Layer already exists [2025-06-23T05:49:33.130Z] edd13a642d35: Layer already exists [2025-06-23T05:49:33.130Z] 1ca633ea9daa: Layer already exists [2025-06-23T05:49:33.130Z] d8ca40ae50ef: Layer already exists [2025-06-23T05:49:33.130Z] 25ea03887a1c: Layer already exists [2025-06-23T05:49:33.130Z] a8a65b5b3074: Layer already exists [2025-06-23T05:49:33.130Z] 616b00f3eb2b: Layer already exists [2025-06-23T05:49:33.130Z] dd9c8f8612c8: Layer already exists [2025-06-23T05:49:33.395Z] main: digest: sha256:fa4d4b38823e8e35838945a657f251ea40a6fc2b93e137017196fc03f49a1ce4 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-23T05:49:33.493Z] ===================================================== [Pipeline] echo [2025-06-23T05:49:33.514Z] taggedImages: [2025-06-23T05:49:33.514Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:49:33.514Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2025-06-23T05:49:33.514Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.26 [2025-06-23T05:49:33.514Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:49:33.514Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2025-06-23T05:49:33.545Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2025-06-23T05:49:33.545Z] 92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:49:33.545Z] latest [2025-06-23T05:49:33.545Z] 4.1.0-dev.26 [2025-06-23T05:49:33.545Z] 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:49:33.545Z] main [2025-06-23T05:49:33.545Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:49:33.904Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:49:34.248Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:49:34.248Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-06-23T05:49:34.248Z] 42174bd38f21: Preparing [2025-06-23T05:49:34.248Z] f507b1255f23: Preparing [2025-06-23T05:49:34.248Z] 69f87bcefddc: Preparing [2025-06-23T05:49:34.248Z] 05735d987432: Preparing [2025-06-23T05:49:34.248Z] 0bd484fb8e06: Preparing [2025-06-23T05:49:34.248Z] bfc9ce8a5d07: Preparing [2025-06-23T05:49:34.248Z] 6957dc43ab40: Preparing [2025-06-23T05:49:34.248Z] 1ca633ea9daa: Preparing [2025-06-23T05:49:34.248Z] a8a65b5b3074: Preparing [2025-06-23T05:49:34.248Z] 2978b12ec867: Preparing [2025-06-23T05:49:34.248Z] 1a7fca98dc2b: Preparing [2025-06-23T05:49:34.248Z] dd9c8f8612c8: Preparing [2025-06-23T05:49:34.248Z] bfc9ce8a5d07: Waiting [2025-06-23T05:49:34.248Z] 6957dc43ab40: Waiting [2025-06-23T05:49:34.248Z] 1ca633ea9daa: Waiting [2025-06-23T05:49:34.248Z] a8a65b5b3074: Waiting [2025-06-23T05:49:34.248Z] 2978b12ec867: Waiting [2025-06-23T05:49:34.248Z] 1a7fca98dc2b: Waiting [2025-06-23T05:49:34.248Z] dd9c8f8612c8: Waiting [2025-06-23T05:49:34.513Z] f507b1255f23: Pushed [2025-06-23T05:49:34.513Z] 0bd484fb8e06: Pushed [2025-06-23T05:49:34.513Z] 42174bd38f21: Pushed [2025-06-23T05:49:34.513Z] 1ca633ea9daa: Layer already exists [2025-06-23T05:49:34.513Z] a8a65b5b3074: Layer already exists [2025-06-23T05:49:34.513Z] bfc9ce8a5d07: Pushed [2025-06-23T05:49:34.775Z] 6957dc43ab40: Pushed [2025-06-23T05:49:34.775Z] dd9c8f8612c8: Layer already exists [2025-06-23T05:49:34.775Z] 2978b12ec867: Pushed [2025-06-23T05:49:37.334Z] 1a7fca98dc2b: Pushed [2025-06-23T05:49:38.739Z] 05735d987432: Pushed [2025-06-23T05:49:41.298Z] 69f87bcefddc: Pushed [2025-06-23T05:49:41.298Z] 92d5141f885416a010e7c9a103f0840019be69f6: digest: sha256:79b775bc8c716ed17d1043ace220dc982b4fc08d455c7d3a1afec2bfcbfe8e49 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:49:41.650Z] + 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-06-23T05:49:41.997Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2025-06-23T05:49:41.997Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-06-23T05:49:41.997Z] 42174bd38f21: Preparing [2025-06-23T05:49:41.997Z] f507b1255f23: Preparing [2025-06-23T05:49:41.997Z] 69f87bcefddc: Preparing [2025-06-23T05:49:41.997Z] 05735d987432: Preparing [2025-06-23T05:49:41.997Z] 0bd484fb8e06: Preparing [2025-06-23T05:49:41.997Z] bfc9ce8a5d07: Preparing [2025-06-23T05:49:41.997Z] 6957dc43ab40: Preparing [2025-06-23T05:49:41.997Z] 1ca633ea9daa: Preparing [2025-06-23T05:49:41.997Z] a8a65b5b3074: Preparing [2025-06-23T05:49:41.997Z] 2978b12ec867: Preparing [2025-06-23T05:49:41.997Z] 1a7fca98dc2b: Preparing [2025-06-23T05:49:41.997Z] dd9c8f8612c8: Preparing [2025-06-23T05:49:41.997Z] 1ca633ea9daa: Waiting [2025-06-23T05:49:41.997Z] a8a65b5b3074: Waiting [2025-06-23T05:49:41.997Z] 2978b12ec867: Waiting [2025-06-23T05:49:41.997Z] 1a7fca98dc2b: Waiting [2025-06-23T05:49:41.997Z] dd9c8f8612c8: Waiting [2025-06-23T05:49:41.997Z] bfc9ce8a5d07: Waiting [2025-06-23T05:49:41.997Z] 6957dc43ab40: Waiting [2025-06-23T05:49:41.997Z] 05735d987432: Layer already exists [2025-06-23T05:49:41.997Z] 0bd484fb8e06: Layer already exists [2025-06-23T05:49:41.997Z] 69f87bcefddc: Layer already exists [2025-06-23T05:49:41.997Z] 42174bd38f21: Layer already exists [2025-06-23T05:49:41.997Z] f507b1255f23: Layer already exists [2025-06-23T05:49:41.997Z] bfc9ce8a5d07: Layer already exists [2025-06-23T05:49:41.997Z] 2978b12ec867: Layer already exists [2025-06-23T05:49:41.997Z] a8a65b5b3074: Layer already exists [2025-06-23T05:49:41.997Z] 6957dc43ab40: Layer already exists [2025-06-23T05:49:41.997Z] 1ca633ea9daa: Layer already exists [2025-06-23T05:49:41.997Z] 1a7fca98dc2b: Layer already exists [2025-06-23T05:49:41.997Z] dd9c8f8612c8: Layer already exists [2025-06-23T05:49:42.261Z] latest: digest: sha256:79b775bc8c716ed17d1043ace220dc982b4fc08d455c7d3a1afec2bfcbfe8e49 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:49:42.617Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:49:42.964Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.26 [2025-06-23T05:49:42.964Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-06-23T05:49:42.964Z] 42174bd38f21: Preparing [2025-06-23T05:49:42.964Z] f507b1255f23: Preparing [2025-06-23T05:49:42.964Z] 69f87bcefddc: Preparing [2025-06-23T05:49:42.964Z] 05735d987432: Preparing [2025-06-23T05:49:42.964Z] 0bd484fb8e06: Preparing [2025-06-23T05:49:42.964Z] bfc9ce8a5d07: Preparing [2025-06-23T05:49:42.964Z] 6957dc43ab40: Preparing [2025-06-23T05:49:42.964Z] 1ca633ea9daa: Preparing [2025-06-23T05:49:42.964Z] a8a65b5b3074: Preparing [2025-06-23T05:49:42.964Z] 2978b12ec867: Preparing [2025-06-23T05:49:42.964Z] 1a7fca98dc2b: Preparing [2025-06-23T05:49:42.964Z] dd9c8f8612c8: Preparing [2025-06-23T05:49:42.964Z] a8a65b5b3074: Waiting [2025-06-23T05:49:42.964Z] 2978b12ec867: Waiting [2025-06-23T05:49:42.964Z] 1a7fca98dc2b: Waiting [2025-06-23T05:49:42.964Z] dd9c8f8612c8: Waiting [2025-06-23T05:49:42.964Z] bfc9ce8a5d07: Waiting [2025-06-23T05:49:42.964Z] 1ca633ea9daa: Waiting [2025-06-23T05:49:42.964Z] 6957dc43ab40: Waiting [2025-06-23T05:49:42.964Z] 69f87bcefddc: Layer already exists [2025-06-23T05:49:42.964Z] f507b1255f23: Layer already exists [2025-06-23T05:49:42.964Z] 42174bd38f21: Layer already exists [2025-06-23T05:49:42.964Z] 05735d987432: Layer already exists [2025-06-23T05:49:42.964Z] 0bd484fb8e06: Layer already exists [2025-06-23T05:49:42.964Z] bfc9ce8a5d07: Layer already exists [2025-06-23T05:49:42.964Z] 1ca633ea9daa: Layer already exists [2025-06-23T05:49:42.964Z] 6957dc43ab40: Layer already exists [2025-06-23T05:49:42.964Z] 2978b12ec867: Layer already exists [2025-06-23T05:49:42.964Z] a8a65b5b3074: Layer already exists [2025-06-23T05:49:42.964Z] dd9c8f8612c8: Layer already exists [2025-06-23T05:49:42.964Z] 1a7fca98dc2b: Layer already exists [2025-06-23T05:49:43.229Z] 4.1.0-dev.26: digest: sha256:79b775bc8c716ed17d1043ace220dc982b4fc08d455c7d3a1afec2bfcbfe8e49 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:49:43.586Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:49:43.933Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:49:43.934Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-06-23T05:49:43.934Z] 42174bd38f21: Preparing [2025-06-23T05:49:43.934Z] f507b1255f23: Preparing [2025-06-23T05:49:43.934Z] 69f87bcefddc: Preparing [2025-06-23T05:49:43.934Z] 05735d987432: Preparing [2025-06-23T05:49:43.934Z] 0bd484fb8e06: Preparing [2025-06-23T05:49:43.934Z] bfc9ce8a5d07: Preparing [2025-06-23T05:49:43.934Z] 6957dc43ab40: Preparing [2025-06-23T05:49:43.934Z] 1ca633ea9daa: Preparing [2025-06-23T05:49:43.934Z] a8a65b5b3074: Preparing [2025-06-23T05:49:43.934Z] 2978b12ec867: Preparing [2025-06-23T05:49:43.934Z] 1a7fca98dc2b: Preparing [2025-06-23T05:49:43.934Z] dd9c8f8612c8: Preparing [2025-06-23T05:49:43.934Z] bfc9ce8a5d07: Waiting [2025-06-23T05:49:43.934Z] a8a65b5b3074: Waiting [2025-06-23T05:49:43.934Z] 6957dc43ab40: Waiting [2025-06-23T05:49:43.934Z] 2978b12ec867: Waiting [2025-06-23T05:49:43.934Z] 1ca633ea9daa: Waiting [2025-06-23T05:49:43.934Z] dd9c8f8612c8: Waiting [2025-06-23T05:49:43.934Z] 1a7fca98dc2b: Waiting [2025-06-23T05:49:43.934Z] 05735d987432: Layer already exists [2025-06-23T05:49:43.934Z] 0bd484fb8e06: Layer already exists [2025-06-23T05:49:43.934Z] f507b1255f23: Layer already exists [2025-06-23T05:49:43.934Z] 69f87bcefddc: Layer already exists [2025-06-23T05:49:43.934Z] 42174bd38f21: Layer already exists [2025-06-23T05:49:43.934Z] bfc9ce8a5d07: Layer already exists [2025-06-23T05:49:43.934Z] 1ca633ea9daa: Layer already exists [2025-06-23T05:49:43.934Z] 6957dc43ab40: Layer already exists [2025-06-23T05:49:43.934Z] a8a65b5b3074: Layer already exists [2025-06-23T05:49:43.934Z] 2978b12ec867: Layer already exists [2025-06-23T05:49:43.934Z] 1a7fca98dc2b: Layer already exists [2025-06-23T05:49:43.934Z] dd9c8f8612c8: Layer already exists [2025-06-23T05:49:44.197Z] 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26: digest: sha256:79b775bc8c716ed17d1043ace220dc982b4fc08d455c7d3a1afec2bfcbfe8e49 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:49:44.545Z] + 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-06-23T05:49:44.896Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2025-06-23T05:49:44.896Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2025-06-23T05:49:44.896Z] 42174bd38f21: Preparing [2025-06-23T05:49:44.896Z] f507b1255f23: Preparing [2025-06-23T05:49:44.896Z] 69f87bcefddc: Preparing [2025-06-23T05:49:44.896Z] 05735d987432: Preparing [2025-06-23T05:49:44.896Z] 0bd484fb8e06: Preparing [2025-06-23T05:49:44.896Z] bfc9ce8a5d07: Preparing [2025-06-23T05:49:44.896Z] 6957dc43ab40: Preparing [2025-06-23T05:49:44.896Z] 1ca633ea9daa: Preparing [2025-06-23T05:49:44.896Z] a8a65b5b3074: Preparing [2025-06-23T05:49:44.896Z] 2978b12ec867: Preparing [2025-06-23T05:49:44.896Z] 1a7fca98dc2b: Preparing [2025-06-23T05:49:44.896Z] dd9c8f8612c8: Preparing [2025-06-23T05:49:44.896Z] bfc9ce8a5d07: Waiting [2025-06-23T05:49:44.896Z] 6957dc43ab40: Waiting [2025-06-23T05:49:44.896Z] 1ca633ea9daa: Waiting [2025-06-23T05:49:44.896Z] a8a65b5b3074: Waiting [2025-06-23T05:49:44.896Z] 2978b12ec867: Waiting [2025-06-23T05:49:44.896Z] dd9c8f8612c8: Waiting [2025-06-23T05:49:44.896Z] 42174bd38f21: Layer already exists [2025-06-23T05:49:44.896Z] f507b1255f23: Layer already exists [2025-06-23T05:49:44.896Z] 69f87bcefddc: Layer already exists [2025-06-23T05:49:44.896Z] 0bd484fb8e06: Layer already exists [2025-06-23T05:49:44.896Z] 05735d987432: Layer already exists [2025-06-23T05:49:44.896Z] 6957dc43ab40: Layer already exists [2025-06-23T05:49:44.896Z] bfc9ce8a5d07: Layer already exists [2025-06-23T05:49:44.896Z] 1ca633ea9daa: Layer already exists [2025-06-23T05:49:44.896Z] a8a65b5b3074: Layer already exists [2025-06-23T05:49:44.896Z] 2978b12ec867: Layer already exists [2025-06-23T05:49:44.897Z] dd9c8f8612c8: Layer already exists [2025-06-23T05:49:44.897Z] 1a7fca98dc2b: Layer already exists [2025-06-23T05:49:45.161Z] main: digest: sha256:79b775bc8c716ed17d1043ace220dc982b4fc08d455c7d3a1afec2bfcbfe8e49 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-23T05:49:45.238Z] ===================================================== [Pipeline] echo [2025-06-23T05:49:45.253Z] taggedImages: [2025-06-23T05:49:45.253Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:49:45.253Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2025-06-23T05:49:45.253Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.26 [2025-06-23T05:49:45.253Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:49:45.253Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2025-06-23T05:49:45.284Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2025-06-23T05:49:45.284Z] 92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:49:45.284Z] latest [2025-06-23T05:49:45.284Z] 4.1.0-dev.26 [2025-06-23T05:49:45.284Z] 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:49:45.284Z] main [2025-06-23T05:49:45.284Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:49:45.651Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:49:45.997Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:49:45.997Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-06-23T05:49:45.997Z] afd31d23e1ba: Preparing [2025-06-23T05:49:45.997Z] dbf2cb93967b: Preparing [2025-06-23T05:49:45.997Z] 1ca633ea9daa: Preparing [2025-06-23T05:49:45.997Z] a8a65b5b3074: Preparing [2025-06-23T05:49:45.997Z] c81d425cbf44: Preparing [2025-06-23T05:49:45.997Z] 246499d38fed: Preparing [2025-06-23T05:49:45.997Z] dd9c8f8612c8: Preparing [2025-06-23T05:49:45.997Z] 246499d38fed: Waiting [2025-06-23T05:49:45.997Z] dd9c8f8612c8: Waiting [2025-06-23T05:49:46.262Z] 1ca633ea9daa: Layer already exists [2025-06-23T05:49:46.262Z] a8a65b5b3074: Layer already exists [2025-06-23T05:49:46.262Z] dd9c8f8612c8: Layer already exists [2025-06-23T05:49:46.262Z] c81d425cbf44: Pushed [2025-06-23T05:49:46.262Z] afd31d23e1ba: Pushed [2025-06-23T05:49:48.191Z] 246499d38fed: Pushed [2025-06-23T05:49:53.506Z] dbf2cb93967b: Pushed [2025-06-23T05:49:53.506Z] 92d5141f885416a010e7c9a103f0840019be69f6: digest: sha256:401484fc9b6ea54dbeb8f9cf24dd4b25cd6222085f6c49878aa441f8e5afccc4 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:49:53.872Z] + 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-06-23T05:49:54.222Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2025-06-23T05:49:54.222Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-06-23T05:49:54.222Z] afd31d23e1ba: Preparing [2025-06-23T05:49:54.222Z] dbf2cb93967b: Preparing [2025-06-23T05:49:54.222Z] 1ca633ea9daa: Preparing [2025-06-23T05:49:54.222Z] a8a65b5b3074: Preparing [2025-06-23T05:49:54.222Z] c81d425cbf44: Preparing [2025-06-23T05:49:54.222Z] 246499d38fed: Preparing [2025-06-23T05:49:54.222Z] dd9c8f8612c8: Preparing [2025-06-23T05:49:54.222Z] 246499d38fed: Waiting [2025-06-23T05:49:54.222Z] dd9c8f8612c8: Waiting [2025-06-23T05:49:54.222Z] dbf2cb93967b: Layer already exists [2025-06-23T05:49:54.222Z] c81d425cbf44: Layer already exists [2025-06-23T05:49:54.222Z] a8a65b5b3074: Layer already exists [2025-06-23T05:49:54.222Z] afd31d23e1ba: Layer already exists [2025-06-23T05:49:54.222Z] 1ca633ea9daa: Layer already exists [2025-06-23T05:49:54.222Z] 246499d38fed: Layer already exists [2025-06-23T05:49:54.222Z] dd9c8f8612c8: Layer already exists [2025-06-23T05:49:54.488Z] latest: digest: sha256:401484fc9b6ea54dbeb8f9cf24dd4b25cd6222085f6c49878aa441f8e5afccc4 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:49:54.839Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:49:55.199Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.26 [2025-06-23T05:49:55.200Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-06-23T05:49:55.200Z] afd31d23e1ba: Preparing [2025-06-23T05:49:55.200Z] dbf2cb93967b: Preparing [2025-06-23T05:49:55.200Z] 1ca633ea9daa: Preparing [2025-06-23T05:49:55.200Z] a8a65b5b3074: Preparing [2025-06-23T05:49:55.200Z] c81d425cbf44: Preparing [2025-06-23T05:49:55.200Z] 246499d38fed: Preparing [2025-06-23T05:49:55.200Z] dd9c8f8612c8: Preparing [2025-06-23T05:49:55.200Z] 246499d38fed: Waiting [2025-06-23T05:49:55.200Z] dd9c8f8612c8: Waiting [2025-06-23T05:49:55.200Z] afd31d23e1ba: Layer already exists [2025-06-23T05:49:55.200Z] a8a65b5b3074: Layer already exists [2025-06-23T05:49:55.200Z] c81d425cbf44: Layer already exists [2025-06-23T05:49:55.200Z] 1ca633ea9daa: Layer already exists [2025-06-23T05:49:55.200Z] dbf2cb93967b: Layer already exists [2025-06-23T05:49:55.200Z] 246499d38fed: Layer already exists [2025-06-23T05:49:55.200Z] dd9c8f8612c8: Layer already exists [2025-06-23T05:49:55.465Z] 4.1.0-dev.26: digest: sha256:401484fc9b6ea54dbeb8f9cf24dd4b25cd6222085f6c49878aa441f8e5afccc4 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:49:55.818Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:49:56.171Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:49:56.171Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-06-23T05:49:56.171Z] afd31d23e1ba: Preparing [2025-06-23T05:49:56.171Z] dbf2cb93967b: Preparing [2025-06-23T05:49:56.171Z] 1ca633ea9daa: Preparing [2025-06-23T05:49:56.171Z] a8a65b5b3074: Preparing [2025-06-23T05:49:56.171Z] c81d425cbf44: Preparing [2025-06-23T05:49:56.171Z] 246499d38fed: Preparing [2025-06-23T05:49:56.171Z] dd9c8f8612c8: Preparing [2025-06-23T05:49:56.171Z] dd9c8f8612c8: Waiting [2025-06-23T05:49:56.171Z] 246499d38fed: Waiting [2025-06-23T05:49:56.171Z] c81d425cbf44: Layer already exists [2025-06-23T05:49:56.171Z] a8a65b5b3074: Layer already exists [2025-06-23T05:49:56.171Z] 1ca633ea9daa: Layer already exists [2025-06-23T05:49:56.171Z] dbf2cb93967b: Layer already exists [2025-06-23T05:49:56.171Z] afd31d23e1ba: Layer already exists [2025-06-23T05:49:56.171Z] dd9c8f8612c8: Layer already exists [2025-06-23T05:49:56.171Z] 246499d38fed: Layer already exists [2025-06-23T05:49:56.435Z] 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26: digest: sha256:401484fc9b6ea54dbeb8f9cf24dd4b25cd6222085f6c49878aa441f8e5afccc4 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:49:56.788Z] + 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-06-23T05:49:57.135Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2025-06-23T05:49:57.135Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2025-06-23T05:49:57.135Z] afd31d23e1ba: Preparing [2025-06-23T05:49:57.135Z] dbf2cb93967b: Preparing [2025-06-23T05:49:57.135Z] 1ca633ea9daa: Preparing [2025-06-23T05:49:57.135Z] a8a65b5b3074: Preparing [2025-06-23T05:49:57.135Z] c81d425cbf44: Preparing [2025-06-23T05:49:57.135Z] 246499d38fed: Preparing [2025-06-23T05:49:57.135Z] dd9c8f8612c8: Preparing [2025-06-23T05:49:57.135Z] 246499d38fed: Waiting [2025-06-23T05:49:57.135Z] dd9c8f8612c8: Waiting [2025-06-23T05:49:57.135Z] c81d425cbf44: Layer already exists [2025-06-23T05:49:57.135Z] dbf2cb93967b: Layer already exists [2025-06-23T05:49:57.135Z] 1ca633ea9daa: Layer already exists [2025-06-23T05:49:57.135Z] afd31d23e1ba: Layer already exists [2025-06-23T05:49:57.135Z] a8a65b5b3074: Layer already exists [2025-06-23T05:49:57.135Z] dd9c8f8612c8: Layer already exists [2025-06-23T05:49:57.135Z] 246499d38fed: Layer already exists [2025-06-23T05:49:57.135Z] main: digest: sha256:401484fc9b6ea54dbeb8f9cf24dd4b25cd6222085f6c49878aa441f8e5afccc4 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-23T05:49:57.477Z] ===================================================== [Pipeline] echo [2025-06-23T05:49:57.490Z] taggedImages: [2025-06-23T05:49:57.490Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:49:57.490Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2025-06-23T05:49:57.490Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.26 [2025-06-23T05:49:57.490Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:49:57.490Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2025-06-23T05:49:57.514Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2025-06-23T05:49:57.514Z] 92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:49:57.514Z] latest [2025-06-23T05:49:57.514Z] 4.1.0-dev.26 [2025-06-23T05:49:57.514Z] 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:49:57.514Z] main [2025-06-23T05:49:57.514Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:49:57.879Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:49:58.231Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:49:58.231Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-06-23T05:49:58.231Z] 13be290ccdc0: Preparing [2025-06-23T05:49:58.231Z] b684488d8f8d: Preparing [2025-06-23T05:49:58.231Z] 8c41bd3d9a83: Preparing [2025-06-23T05:49:58.231Z] 1ca633ea9daa: Preparing [2025-06-23T05:49:58.231Z] a8a65b5b3074: Preparing [2025-06-23T05:49:58.231Z] 7387fba73fbe: Preparing [2025-06-23T05:49:58.231Z] cc3eace09d24: Preparing [2025-06-23T05:49:58.231Z] 215099b07263: Preparing [2025-06-23T05:49:58.232Z] 5dfc2ca3d68f: Preparing [2025-06-23T05:49:58.232Z] dd9c8f8612c8: Preparing [2025-06-23T05:49:58.232Z] cc3eace09d24: Waiting [2025-06-23T05:49:58.232Z] 215099b07263: Waiting [2025-06-23T05:49:58.232Z] 5dfc2ca3d68f: Waiting [2025-06-23T05:49:58.232Z] dd9c8f8612c8: Waiting [2025-06-23T05:49:58.232Z] 7387fba73fbe: Waiting [2025-06-23T05:49:58.498Z] 8c41bd3d9a83: Pushed [2025-06-23T05:49:58.498Z] b684488d8f8d: Pushed [2025-06-23T05:49:59.078Z] a8a65b5b3074: Layer already exists [2025-06-23T05:49:59.078Z] 1ca633ea9daa: Layer already exists [2025-06-23T05:49:59.078Z] 13be290ccdc0: Pushed [2025-06-23T05:49:59.078Z] dd9c8f8612c8: Layer already exists [2025-06-23T05:49:59.078Z] 215099b07263: Pushed [2025-06-23T05:50:00.034Z] 5dfc2ca3d68f: Pushed [2025-06-23T05:50:10.079Z] cc3eace09d24: Pushed [2025-06-23T05:50:25.041Z] 7387fba73fbe: Pushed [2025-06-23T05:50:25.041Z] 92d5141f885416a010e7c9a103f0840019be69f6: digest: sha256:e02a8beb15a003cb9544219758cfa638544cbe03df338eafa359bccb0a2e6384 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:50:25.393Z] + 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-06-23T05:50:25.738Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2025-06-23T05:50:25.738Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-06-23T05:50:25.738Z] 13be290ccdc0: Preparing [2025-06-23T05:50:25.738Z] b684488d8f8d: Preparing [2025-06-23T05:50:25.738Z] 8c41bd3d9a83: Preparing [2025-06-23T05:50:25.738Z] 1ca633ea9daa: Preparing [2025-06-23T05:50:25.738Z] a8a65b5b3074: Preparing [2025-06-23T05:50:25.738Z] 7387fba73fbe: Preparing [2025-06-23T05:50:25.738Z] cc3eace09d24: Preparing [2025-06-23T05:50:25.738Z] 215099b07263: Preparing [2025-06-23T05:50:25.738Z] 5dfc2ca3d68f: Preparing [2025-06-23T05:50:25.738Z] dd9c8f8612c8: Preparing [2025-06-23T05:50:25.738Z] cc3eace09d24: Waiting [2025-06-23T05:50:25.738Z] 215099b07263: Waiting [2025-06-23T05:50:25.738Z] 5dfc2ca3d68f: Waiting [2025-06-23T05:50:25.738Z] dd9c8f8612c8: Waiting [2025-06-23T05:50:25.738Z] 7387fba73fbe: Waiting [2025-06-23T05:50:25.738Z] b684488d8f8d: Layer already exists [2025-06-23T05:50:25.738Z] 8c41bd3d9a83: Layer already exists [2025-06-23T05:50:25.738Z] 13be290ccdc0: Layer already exists [2025-06-23T05:50:25.738Z] a8a65b5b3074: Layer already exists [2025-06-23T05:50:25.738Z] 1ca633ea9daa: Layer already exists [2025-06-23T05:50:25.738Z] cc3eace09d24: Layer already exists [2025-06-23T05:50:25.738Z] 7387fba73fbe: Layer already exists [2025-06-23T05:50:25.738Z] 5dfc2ca3d68f: Layer already exists [2025-06-23T05:50:25.738Z] 215099b07263: Layer already exists [2025-06-23T05:50:25.738Z] dd9c8f8612c8: Layer already exists [2025-06-23T05:50:26.001Z] latest: digest: sha256:e02a8beb15a003cb9544219758cfa638544cbe03df338eafa359bccb0a2e6384 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:50:26.344Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:50:26.682Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.26 [2025-06-23T05:50:26.682Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-06-23T05:50:26.682Z] 13be290ccdc0: Preparing [2025-06-23T05:50:26.682Z] b684488d8f8d: Preparing [2025-06-23T05:50:26.682Z] 8c41bd3d9a83: Preparing [2025-06-23T05:50:26.682Z] 1ca633ea9daa: Preparing [2025-06-23T05:50:26.682Z] a8a65b5b3074: Preparing [2025-06-23T05:50:26.682Z] 7387fba73fbe: Preparing [2025-06-23T05:50:26.682Z] cc3eace09d24: Preparing [2025-06-23T05:50:26.682Z] 215099b07263: Preparing [2025-06-23T05:50:26.682Z] 5dfc2ca3d68f: Preparing [2025-06-23T05:50:26.682Z] dd9c8f8612c8: Preparing [2025-06-23T05:50:26.682Z] 7387fba73fbe: Waiting [2025-06-23T05:50:26.682Z] dd9c8f8612c8: Waiting [2025-06-23T05:50:26.682Z] cc3eace09d24: Waiting [2025-06-23T05:50:26.682Z] 5dfc2ca3d68f: Waiting [2025-06-23T05:50:26.682Z] 215099b07263: Waiting [2025-06-23T05:50:26.682Z] 1ca633ea9daa: Layer already exists [2025-06-23T05:50:26.682Z] 13be290ccdc0: Layer already exists [2025-06-23T05:50:26.682Z] b684488d8f8d: Layer already exists [2025-06-23T05:50:26.682Z] 8c41bd3d9a83: Layer already exists [2025-06-23T05:50:26.682Z] a8a65b5b3074: Layer already exists [2025-06-23T05:50:26.682Z] 215099b07263: Layer already exists [2025-06-23T05:50:26.682Z] 7387fba73fbe: Layer already exists [2025-06-23T05:50:26.682Z] 5dfc2ca3d68f: Layer already exists [2025-06-23T05:50:26.682Z] cc3eace09d24: Layer already exists [2025-06-23T05:50:26.682Z] dd9c8f8612c8: Layer already exists [2025-06-23T05:50:26.946Z] 4.1.0-dev.26: digest: sha256:e02a8beb15a003cb9544219758cfa638544cbe03df338eafa359bccb0a2e6384 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:50:27.308Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:50:27.665Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:50:27.665Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-06-23T05:50:27.665Z] 13be290ccdc0: Preparing [2025-06-23T05:50:27.665Z] b684488d8f8d: Preparing [2025-06-23T05:50:27.665Z] 8c41bd3d9a83: Preparing [2025-06-23T05:50:27.665Z] 1ca633ea9daa: Preparing [2025-06-23T05:50:27.665Z] a8a65b5b3074: Preparing [2025-06-23T05:50:27.665Z] 7387fba73fbe: Preparing [2025-06-23T05:50:27.665Z] cc3eace09d24: Preparing [2025-06-23T05:50:27.665Z] 215099b07263: Preparing [2025-06-23T05:50:27.665Z] 5dfc2ca3d68f: Preparing [2025-06-23T05:50:27.665Z] dd9c8f8612c8: Preparing [2025-06-23T05:50:27.665Z] cc3eace09d24: Waiting [2025-06-23T05:50:27.665Z] 215099b07263: Waiting [2025-06-23T05:50:27.665Z] 5dfc2ca3d68f: Waiting [2025-06-23T05:50:27.665Z] dd9c8f8612c8: Waiting [2025-06-23T05:50:27.665Z] 7387fba73fbe: Waiting [2025-06-23T05:50:27.665Z] 13be290ccdc0: Layer already exists [2025-06-23T05:50:27.665Z] b684488d8f8d: Layer already exists [2025-06-23T05:50:27.665Z] 8c41bd3d9a83: Layer already exists [2025-06-23T05:50:27.665Z] 1ca633ea9daa: Layer already exists [2025-06-23T05:50:27.665Z] a8a65b5b3074: Layer already exists [2025-06-23T05:50:27.665Z] cc3eace09d24: Layer already exists [2025-06-23T05:50:27.665Z] 215099b07263: Layer already exists [2025-06-23T05:50:27.665Z] 7387fba73fbe: Layer already exists [2025-06-23T05:50:27.665Z] dd9c8f8612c8: Layer already exists [2025-06-23T05:50:27.665Z] 5dfc2ca3d68f: Layer already exists [2025-06-23T05:50:27.665Z] 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26: digest: sha256:e02a8beb15a003cb9544219758cfa638544cbe03df338eafa359bccb0a2e6384 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:50:28.093Z] + 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-06-23T05:50:28.450Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2025-06-23T05:50:28.450Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2025-06-23T05:50:28.450Z] 13be290ccdc0: Preparing [2025-06-23T05:50:28.450Z] b684488d8f8d: Preparing [2025-06-23T05:50:28.450Z] 8c41bd3d9a83: Preparing [2025-06-23T05:50:28.450Z] 1ca633ea9daa: Preparing [2025-06-23T05:50:28.450Z] a8a65b5b3074: Preparing [2025-06-23T05:50:28.450Z] 7387fba73fbe: Preparing [2025-06-23T05:50:28.450Z] 7387fba73fbe: Waiting [2025-06-23T05:50:28.450Z] cc3eace09d24: Preparing [2025-06-23T05:50:28.450Z] 215099b07263: Preparing [2025-06-23T05:50:28.450Z] 5dfc2ca3d68f: Preparing [2025-06-23T05:50:28.450Z] dd9c8f8612c8: Preparing [2025-06-23T05:50:28.450Z] 215099b07263: Waiting [2025-06-23T05:50:28.450Z] cc3eace09d24: Waiting [2025-06-23T05:50:28.450Z] dd9c8f8612c8: Waiting [2025-06-23T05:50:28.450Z] 5dfc2ca3d68f: Waiting [2025-06-23T05:50:28.450Z] b684488d8f8d: Layer already exists [2025-06-23T05:50:28.450Z] 8c41bd3d9a83: Layer already exists [2025-06-23T05:50:28.450Z] a8a65b5b3074: Layer already exists [2025-06-23T05:50:28.450Z] 1ca633ea9daa: Layer already exists [2025-06-23T05:50:28.450Z] 13be290ccdc0: Layer already exists [2025-06-23T05:50:28.450Z] cc3eace09d24: Layer already exists [2025-06-23T05:50:28.450Z] 7387fba73fbe: Layer already exists [2025-06-23T05:50:28.450Z] dd9c8f8612c8: Layer already exists [2025-06-23T05:50:28.450Z] 215099b07263: Layer already exists [2025-06-23T05:50:28.450Z] 5dfc2ca3d68f: Layer already exists [2025-06-23T05:50:28.450Z] main: digest: sha256:e02a8beb15a003cb9544219758cfa638544cbe03df338eafa359bccb0a2e6384 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-23T05:50:28.809Z] ===================================================== [Pipeline] echo [2025-06-23T05:50:28.824Z] taggedImages: [2025-06-23T05:50:28.825Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:50:28.825Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2025-06-23T05:50:28.825Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.26 [2025-06-23T05:50:28.825Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:50:28.825Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2025-06-23T05:50:28.858Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2025-06-23T05:50:28.858Z] 92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:50:28.858Z] latest [2025-06-23T05:50:28.858Z] 4.1.0-dev.26 [2025-06-23T05:50:28.858Z] 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:50:28.858Z] main [2025-06-23T05:50:28.858Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:50:29.227Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:50:29.623Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:50:29.623Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-06-23T05:50:29.623Z] 3416c4a78148: Preparing [2025-06-23T05:50:29.623Z] 565bb2bae6e6: Preparing [2025-06-23T05:50:29.623Z] b6fd56a55da7: Preparing [2025-06-23T05:50:29.623Z] 1ca633ea9daa: Preparing [2025-06-23T05:50:29.623Z] a8a65b5b3074: Preparing [2025-06-23T05:50:29.623Z] 3c1232f3015a: Preparing [2025-06-23T05:50:29.623Z] fb52fd2e5cda: Preparing [2025-06-23T05:50:29.623Z] 3c8dd924ca4f: Preparing [2025-06-23T05:50:29.623Z] dd9c8f8612c8: Preparing [2025-06-23T05:50:29.623Z] 3c1232f3015a: Waiting [2025-06-23T05:50:29.623Z] fb52fd2e5cda: Waiting [2025-06-23T05:50:29.623Z] dd9c8f8612c8: Waiting [2025-06-23T05:50:29.623Z] 3c8dd924ca4f: Waiting [2025-06-23T05:50:29.623Z] a8a65b5b3074: Layer already exists [2025-06-23T05:50:29.623Z] 1ca633ea9daa: Layer already exists [2025-06-23T05:50:29.901Z] b6fd56a55da7: Pushed [2025-06-23T05:50:29.901Z] 565bb2bae6e6: Pushed [2025-06-23T05:50:29.901Z] 3416c4a78148: Pushed [2025-06-23T05:50:29.901Z] dd9c8f8612c8: Layer already exists [2025-06-23T05:50:29.901Z] fb52fd2e5cda: Pushed [2025-06-23T05:50:30.513Z] 3c8dd924ca4f: Pushed [2025-06-23T05:50:57.155Z] 3c1232f3015a: Pushed [2025-06-23T05:50:57.155Z] 92d5141f885416a010e7c9a103f0840019be69f6: digest: sha256:fdf018ebc7cd8480ee7e675ea6385b4f8d009dd37c670e68d91422d96f43136c size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:50:57.512Z] + 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-06-23T05:50:57.943Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2025-06-23T05:50:57.943Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-06-23T05:50:57.943Z] 3416c4a78148: Preparing [2025-06-23T05:50:57.943Z] 565bb2bae6e6: Preparing [2025-06-23T05:50:57.943Z] b6fd56a55da7: Preparing [2025-06-23T05:50:57.943Z] 1ca633ea9daa: Preparing [2025-06-23T05:50:57.943Z] a8a65b5b3074: Preparing [2025-06-23T05:50:57.943Z] 3c1232f3015a: Preparing [2025-06-23T05:50:57.943Z] fb52fd2e5cda: Preparing [2025-06-23T05:50:57.943Z] 3c8dd924ca4f: Preparing [2025-06-23T05:50:57.943Z] dd9c8f8612c8: Preparing [2025-06-23T05:50:57.943Z] 3c1232f3015a: Waiting [2025-06-23T05:50:57.943Z] fb52fd2e5cda: Waiting [2025-06-23T05:50:57.943Z] 3c8dd924ca4f: Waiting [2025-06-23T05:50:57.943Z] dd9c8f8612c8: Waiting [2025-06-23T05:50:57.943Z] 3416c4a78148: Layer already exists [2025-06-23T05:50:57.943Z] 1ca633ea9daa: Layer already exists [2025-06-23T05:50:57.943Z] a8a65b5b3074: Layer already exists [2025-06-23T05:50:57.943Z] b6fd56a55da7: Layer already exists [2025-06-23T05:50:57.943Z] 565bb2bae6e6: Layer already exists [2025-06-23T05:50:57.943Z] fb52fd2e5cda: Layer already exists [2025-06-23T05:50:57.943Z] 3c1232f3015a: Layer already exists [2025-06-23T05:50:57.943Z] dd9c8f8612c8: Layer already exists [2025-06-23T05:50:57.943Z] 3c8dd924ca4f: Layer already exists [2025-06-23T05:50:57.943Z] latest: digest: sha256:fdf018ebc7cd8480ee7e675ea6385b4f8d009dd37c670e68d91422d96f43136c size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:50:58.283Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:50:58.628Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.26 [2025-06-23T05:50:58.628Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-06-23T05:50:58.628Z] 3416c4a78148: Preparing [2025-06-23T05:50:58.628Z] 565bb2bae6e6: Preparing [2025-06-23T05:50:58.628Z] b6fd56a55da7: Preparing [2025-06-23T05:50:58.628Z] 1ca633ea9daa: Preparing [2025-06-23T05:50:58.628Z] a8a65b5b3074: Preparing [2025-06-23T05:50:58.628Z] 3c1232f3015a: Preparing [2025-06-23T05:50:58.628Z] fb52fd2e5cda: Preparing [2025-06-23T05:50:58.628Z] 3c8dd924ca4f: Preparing [2025-06-23T05:50:58.628Z] dd9c8f8612c8: Preparing [2025-06-23T05:50:58.628Z] 3c1232f3015a: Waiting [2025-06-23T05:50:58.628Z] fb52fd2e5cda: Waiting [2025-06-23T05:50:58.628Z] 3c8dd924ca4f: Waiting [2025-06-23T05:50:58.628Z] dd9c8f8612c8: Waiting [2025-06-23T05:50:58.628Z] 565bb2bae6e6: Layer already exists [2025-06-23T05:50:58.628Z] a8a65b5b3074: Layer already exists [2025-06-23T05:50:58.628Z] b6fd56a55da7: Layer already exists [2025-06-23T05:50:58.628Z] 1ca633ea9daa: Layer already exists [2025-06-23T05:50:58.628Z] 3416c4a78148: Layer already exists [2025-06-23T05:50:58.628Z] 3c8dd924ca4f: Layer already exists [2025-06-23T05:50:58.628Z] fb52fd2e5cda: Layer already exists [2025-06-23T05:50:58.628Z] 3c1232f3015a: Layer already exists [2025-06-23T05:50:58.628Z] dd9c8f8612c8: Layer already exists [2025-06-23T05:50:58.892Z] 4.1.0-dev.26: digest: sha256:fdf018ebc7cd8480ee7e675ea6385b4f8d009dd37c670e68d91422d96f43136c size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:50:59.240Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:50:59.580Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:50:59.580Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-06-23T05:50:59.580Z] 3416c4a78148: Preparing [2025-06-23T05:50:59.580Z] 565bb2bae6e6: Preparing [2025-06-23T05:50:59.580Z] b6fd56a55da7: Preparing [2025-06-23T05:50:59.580Z] 1ca633ea9daa: Preparing [2025-06-23T05:50:59.580Z] a8a65b5b3074: Preparing [2025-06-23T05:50:59.580Z] 3c1232f3015a: Preparing [2025-06-23T05:50:59.580Z] fb52fd2e5cda: Preparing [2025-06-23T05:50:59.580Z] 3c8dd924ca4f: Preparing [2025-06-23T05:50:59.580Z] dd9c8f8612c8: Preparing [2025-06-23T05:50:59.580Z] 3c1232f3015a: Waiting [2025-06-23T05:50:59.580Z] fb52fd2e5cda: Waiting [2025-06-23T05:50:59.580Z] 3c8dd924ca4f: Waiting [2025-06-23T05:50:59.580Z] dd9c8f8612c8: Waiting [2025-06-23T05:50:59.580Z] a8a65b5b3074: Layer already exists [2025-06-23T05:50:59.580Z] 565bb2bae6e6: Layer already exists [2025-06-23T05:50:59.580Z] b6fd56a55da7: Layer already exists [2025-06-23T05:50:59.580Z] 3416c4a78148: Layer already exists [2025-06-23T05:50:59.580Z] 1ca633ea9daa: Layer already exists [2025-06-23T05:50:59.580Z] 3c1232f3015a: Layer already exists [2025-06-23T05:50:59.580Z] fb52fd2e5cda: Layer already exists [2025-06-23T05:50:59.580Z] 3c8dd924ca4f: Layer already exists [2025-06-23T05:50:59.580Z] dd9c8f8612c8: Layer already exists [2025-06-23T05:50:59.580Z] 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26: digest: sha256:fdf018ebc7cd8480ee7e675ea6385b4f8d009dd37c670e68d91422d96f43136c size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:50:59.930Z] + 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-06-23T05:51:00.287Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2025-06-23T05:51:00.287Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2025-06-23T05:51:00.287Z] 3416c4a78148: Preparing [2025-06-23T05:51:00.287Z] 565bb2bae6e6: Preparing [2025-06-23T05:51:00.287Z] b6fd56a55da7: Preparing [2025-06-23T05:51:00.287Z] 1ca633ea9daa: Preparing [2025-06-23T05:51:00.287Z] a8a65b5b3074: Preparing [2025-06-23T05:51:00.287Z] 3c1232f3015a: Preparing [2025-06-23T05:51:00.287Z] fb52fd2e5cda: Preparing [2025-06-23T05:51:00.287Z] 3c8dd924ca4f: Preparing [2025-06-23T05:51:00.287Z] dd9c8f8612c8: Preparing [2025-06-23T05:51:00.287Z] 3c8dd924ca4f: Waiting [2025-06-23T05:51:00.287Z] fb52fd2e5cda: Waiting [2025-06-23T05:51:00.287Z] dd9c8f8612c8: Waiting [2025-06-23T05:51:00.287Z] 3c1232f3015a: Waiting [2025-06-23T05:51:00.287Z] b6fd56a55da7: Layer already exists [2025-06-23T05:51:00.287Z] 1ca633ea9daa: Layer already exists [2025-06-23T05:51:00.287Z] 565bb2bae6e6: Layer already exists [2025-06-23T05:51:00.287Z] 3416c4a78148: Layer already exists [2025-06-23T05:51:00.287Z] a8a65b5b3074: Layer already exists [2025-06-23T05:51:00.287Z] 3c1232f3015a: Layer already exists [2025-06-23T05:51:00.287Z] fb52fd2e5cda: Layer already exists [2025-06-23T05:51:00.287Z] dd9c8f8612c8: Layer already exists [2025-06-23T05:51:00.287Z] 3c8dd924ca4f: Layer already exists [2025-06-23T05:51:00.287Z] main: digest: sha256:fdf018ebc7cd8480ee7e675ea6385b4f8d009dd37c670e68d91422d96f43136c size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-23T05:51:00.637Z] ===================================================== [Pipeline] echo [2025-06-23T05:51:00.656Z] taggedImages: [2025-06-23T05:51:00.656Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:51:00.656Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2025-06-23T05:51:00.656Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.26 [2025-06-23T05:51:00.656Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:51:00.656Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2025-06-23T05:51:00.682Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2025-06-23T05:51:00.682Z] 92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:51:00.682Z] latest [2025-06-23T05:51:00.682Z] 4.1.0-dev.26 [2025-06-23T05:51:00.682Z] 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:51:00.682Z] main [2025-06-23T05:51:00.682Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:51:01.052Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:51:01.404Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:51:01.404Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-06-23T05:51:01.404Z] 13be290ccdc0: Preparing [2025-06-23T05:51:01.404Z] be5c7ce2ce15: Preparing [2025-06-23T05:51:01.404Z] 692259322ce7: Preparing [2025-06-23T05:51:01.404Z] 1ca633ea9daa: Preparing [2025-06-23T05:51:01.404Z] a8a65b5b3074: Preparing [2025-06-23T05:51:01.404Z] 7387fba73fbe: Preparing [2025-06-23T05:51:01.404Z] 215099b07263: Preparing [2025-06-23T05:51:01.404Z] 5dfc2ca3d68f: Preparing [2025-06-23T05:51:01.404Z] dd9c8f8612c8: Preparing [2025-06-23T05:51:01.404Z] 215099b07263: Waiting [2025-06-23T05:51:01.404Z] 5dfc2ca3d68f: Waiting [2025-06-23T05:51:01.404Z] dd9c8f8612c8: Waiting [2025-06-23T05:51:01.404Z] 7387fba73fbe: Waiting [2025-06-23T05:51:01.404Z] a8a65b5b3074: Layer already exists [2025-06-23T05:51:01.404Z] 13be290ccdc0: Layer already exists [2025-06-23T05:51:01.404Z] 1ca633ea9daa: Layer already exists [2025-06-23T05:51:01.404Z] 7387fba73fbe: Layer already exists [2025-06-23T05:51:01.404Z] 215099b07263: Layer already exists [2025-06-23T05:51:01.669Z] 5dfc2ca3d68f: Layer already exists [2025-06-23T05:51:01.669Z] dd9c8f8612c8: Layer already exists [2025-06-23T05:51:01.669Z] 692259322ce7: Pushed [2025-06-23T05:51:01.669Z] be5c7ce2ce15: Pushed [2025-06-23T05:51:01.669Z] 92d5141f885416a010e7c9a103f0840019be69f6: digest: sha256:7d6d74313f29c16ff5e4ae2b190875ea7107846e9bceebe4aab6a26b9ae44c98 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:51:02.021Z] + 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-06-23T05:51:02.362Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2025-06-23T05:51:02.362Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-06-23T05:51:02.362Z] 13be290ccdc0: Preparing [2025-06-23T05:51:02.362Z] be5c7ce2ce15: Preparing [2025-06-23T05:51:02.362Z] 692259322ce7: Preparing [2025-06-23T05:51:02.362Z] 1ca633ea9daa: Preparing [2025-06-23T05:51:02.362Z] a8a65b5b3074: Preparing [2025-06-23T05:51:02.362Z] 7387fba73fbe: Preparing [2025-06-23T05:51:02.362Z] 215099b07263: Preparing [2025-06-23T05:51:02.362Z] 5dfc2ca3d68f: Preparing [2025-06-23T05:51:02.362Z] dd9c8f8612c8: Preparing [2025-06-23T05:51:02.362Z] 7387fba73fbe: Waiting [2025-06-23T05:51:02.362Z] 215099b07263: Waiting [2025-06-23T05:51:02.362Z] 5dfc2ca3d68f: Waiting [2025-06-23T05:51:02.362Z] dd9c8f8612c8: Waiting [2025-06-23T05:51:02.362Z] 13be290ccdc0: Layer already exists [2025-06-23T05:51:02.362Z] be5c7ce2ce15: Layer already exists [2025-06-23T05:51:02.362Z] 692259322ce7: Layer already exists [2025-06-23T05:51:02.362Z] 1ca633ea9daa: Layer already exists [2025-06-23T05:51:02.362Z] a8a65b5b3074: Layer already exists [2025-06-23T05:51:02.362Z] 215099b07263: Layer already exists [2025-06-23T05:51:02.362Z] 5dfc2ca3d68f: Layer already exists [2025-06-23T05:51:02.362Z] 7387fba73fbe: Layer already exists [2025-06-23T05:51:02.362Z] dd9c8f8612c8: Layer already exists [2025-06-23T05:51:02.626Z] latest: digest: sha256:7d6d74313f29c16ff5e4ae2b190875ea7107846e9bceebe4aab6a26b9ae44c98 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:51:02.988Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:51:03.342Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.26 [2025-06-23T05:51:03.342Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-06-23T05:51:03.342Z] 13be290ccdc0: Preparing [2025-06-23T05:51:03.342Z] be5c7ce2ce15: Preparing [2025-06-23T05:51:03.342Z] 692259322ce7: Preparing [2025-06-23T05:51:03.342Z] 1ca633ea9daa: Preparing [2025-06-23T05:51:03.342Z] a8a65b5b3074: Preparing [2025-06-23T05:51:03.342Z] 7387fba73fbe: Preparing [2025-06-23T05:51:03.342Z] 215099b07263: Preparing [2025-06-23T05:51:03.342Z] 5dfc2ca3d68f: Preparing [2025-06-23T05:51:03.342Z] dd9c8f8612c8: Preparing [2025-06-23T05:51:03.342Z] 5dfc2ca3d68f: Waiting [2025-06-23T05:51:03.342Z] dd9c8f8612c8: Waiting [2025-06-23T05:51:03.342Z] 7387fba73fbe: Waiting [2025-06-23T05:51:03.342Z] 215099b07263: Waiting [2025-06-23T05:51:03.342Z] 1ca633ea9daa: Layer already exists [2025-06-23T05:51:03.342Z] be5c7ce2ce15: Layer already exists [2025-06-23T05:51:03.342Z] a8a65b5b3074: Layer already exists [2025-06-23T05:51:03.342Z] 692259322ce7: Layer already exists [2025-06-23T05:51:03.342Z] 13be290ccdc0: Layer already exists [2025-06-23T05:51:03.342Z] 215099b07263: Layer already exists [2025-06-23T05:51:03.342Z] 5dfc2ca3d68f: Layer already exists [2025-06-23T05:51:03.342Z] 7387fba73fbe: Layer already exists [2025-06-23T05:51:03.342Z] dd9c8f8612c8: Layer already exists [2025-06-23T05:51:03.606Z] 4.1.0-dev.26: digest: sha256:7d6d74313f29c16ff5e4ae2b190875ea7107846e9bceebe4aab6a26b9ae44c98 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:51:03.952Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:51:04.303Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:51:04.303Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-06-23T05:51:04.303Z] 13be290ccdc0: Preparing [2025-06-23T05:51:04.303Z] be5c7ce2ce15: Preparing [2025-06-23T05:51:04.303Z] 692259322ce7: Preparing [2025-06-23T05:51:04.303Z] 1ca633ea9daa: Preparing [2025-06-23T05:51:04.303Z] a8a65b5b3074: Preparing [2025-06-23T05:51:04.303Z] 7387fba73fbe: Preparing [2025-06-23T05:51:04.303Z] 215099b07263: Preparing [2025-06-23T05:51:04.303Z] 5dfc2ca3d68f: Preparing [2025-06-23T05:51:04.303Z] dd9c8f8612c8: Preparing [2025-06-23T05:51:04.303Z] 7387fba73fbe: Waiting [2025-06-23T05:51:04.303Z] 215099b07263: Waiting [2025-06-23T05:51:04.303Z] 5dfc2ca3d68f: Waiting [2025-06-23T05:51:04.303Z] dd9c8f8612c8: Waiting [2025-06-23T05:51:04.303Z] 13be290ccdc0: Layer already exists [2025-06-23T05:51:04.303Z] 1ca633ea9daa: Layer already exists [2025-06-23T05:51:04.303Z] be5c7ce2ce15: Layer already exists [2025-06-23T05:51:04.303Z] a8a65b5b3074: Layer already exists [2025-06-23T05:51:04.303Z] 692259322ce7: Layer already exists [2025-06-23T05:51:04.303Z] 5dfc2ca3d68f: Layer already exists [2025-06-23T05:51:04.303Z] 7387fba73fbe: Layer already exists [2025-06-23T05:51:04.303Z] 215099b07263: Layer already exists [2025-06-23T05:51:04.303Z] dd9c8f8612c8: Layer already exists [2025-06-23T05:51:04.568Z] 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26: digest: sha256:7d6d74313f29c16ff5e4ae2b190875ea7107846e9bceebe4aab6a26b9ae44c98 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:51:04.931Z] + 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-06-23T05:51:05.278Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2025-06-23T05:51:05.278Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2025-06-23T05:51:05.278Z] 13be290ccdc0: Preparing [2025-06-23T05:51:05.278Z] be5c7ce2ce15: Preparing [2025-06-23T05:51:05.278Z] 692259322ce7: Preparing [2025-06-23T05:51:05.278Z] 1ca633ea9daa: Preparing [2025-06-23T05:51:05.278Z] a8a65b5b3074: Preparing [2025-06-23T05:51:05.278Z] 7387fba73fbe: Preparing [2025-06-23T05:51:05.278Z] 215099b07263: Preparing [2025-06-23T05:51:05.278Z] 5dfc2ca3d68f: Preparing [2025-06-23T05:51:05.278Z] dd9c8f8612c8: Preparing [2025-06-23T05:51:05.278Z] 215099b07263: Waiting [2025-06-23T05:51:05.278Z] 5dfc2ca3d68f: Waiting [2025-06-23T05:51:05.278Z] dd9c8f8612c8: Waiting [2025-06-23T05:51:05.278Z] 7387fba73fbe: Waiting [2025-06-23T05:51:05.278Z] a8a65b5b3074: Layer already exists [2025-06-23T05:51:05.278Z] be5c7ce2ce15: Layer already exists [2025-06-23T05:51:05.278Z] 1ca633ea9daa: Layer already exists [2025-06-23T05:51:05.278Z] 13be290ccdc0: Layer already exists [2025-06-23T05:51:05.278Z] 692259322ce7: Layer already exists [2025-06-23T05:51:05.278Z] 5dfc2ca3d68f: Layer already exists [2025-06-23T05:51:05.278Z] 215099b07263: Layer already exists [2025-06-23T05:51:05.278Z] dd9c8f8612c8: Layer already exists [2025-06-23T05:51:05.278Z] 7387fba73fbe: Layer already exists [2025-06-23T05:51:05.543Z] main: digest: sha256:7d6d74313f29c16ff5e4ae2b190875ea7107846e9bceebe4aab6a26b9ae44c98 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-23T05:51:05.623Z] ===================================================== [Pipeline] echo [2025-06-23T05:51:05.637Z] taggedImages: [2025-06-23T05:51:05.637Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:51:05.637Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2025-06-23T05:51:05.637Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.26 [2025-06-23T05:51:05.637Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:51:05.637Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2025-06-23T05:51:05.667Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2025-06-23T05:51:05.667Z] 92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:51:05.667Z] latest [2025-06-23T05:51:05.667Z] 4.1.0-dev.26 [2025-06-23T05:51:05.667Z] 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:51:05.667Z] main [2025-06-23T05:51:05.667Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:51:06.043Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:51:06.390Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:51:06.390Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-06-23T05:51:06.390Z] 7481cf8e5748: Preparing [2025-06-23T05:51:06.390Z] 62c8d24c2095: Preparing [2025-06-23T05:51:06.390Z] 1ca633ea9daa: Preparing [2025-06-23T05:51:06.390Z] a8a65b5b3074: Preparing [2025-06-23T05:51:06.390Z] 2d49a29c1369: Preparing [2025-06-23T05:51:06.390Z] 5f0cae671621: Preparing [2025-06-23T05:51:06.390Z] dd9c8f8612c8: Preparing [2025-06-23T05:51:06.390Z] 5f0cae671621: Waiting [2025-06-23T05:51:06.390Z] dd9c8f8612c8: Waiting [2025-06-23T05:51:06.390Z] a8a65b5b3074: Layer already exists [2025-06-23T05:51:06.656Z] 1ca633ea9daa: Layer already exists [2025-06-23T05:51:06.656Z] dd9c8f8612c8: Layer already exists [2025-06-23T05:51:06.656Z] 7481cf8e5748: Pushed [2025-06-23T05:51:06.656Z] 2d49a29c1369: Pushed [2025-06-23T05:51:08.057Z] 5f0cae671621: Pushed [2025-06-23T05:51:14.681Z] 62c8d24c2095: Pushed [2025-06-23T05:51:14.946Z] 92d5141f885416a010e7c9a103f0840019be69f6: digest: sha256:0fe947aa823b7b19e9f7e9a56a2554c934ad18ba51a4af538b52faddcca378ae size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:51:15.306Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:51:15.655Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2025-06-23T05:51:15.655Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-06-23T05:51:15.655Z] 7481cf8e5748: Preparing [2025-06-23T05:51:15.655Z] 62c8d24c2095: Preparing [2025-06-23T05:51:15.655Z] 1ca633ea9daa: Preparing [2025-06-23T05:51:15.655Z] a8a65b5b3074: Preparing [2025-06-23T05:51:15.655Z] 2d49a29c1369: Preparing [2025-06-23T05:51:15.655Z] 5f0cae671621: Preparing [2025-06-23T05:51:15.655Z] dd9c8f8612c8: Preparing [2025-06-23T05:51:15.655Z] 5f0cae671621: Waiting [2025-06-23T05:51:15.655Z] dd9c8f8612c8: Waiting [2025-06-23T05:51:15.655Z] 7481cf8e5748: Layer already exists [2025-06-23T05:51:15.655Z] 1ca633ea9daa: Layer already exists [2025-06-23T05:51:15.655Z] a8a65b5b3074: Layer already exists [2025-06-23T05:51:15.655Z] 62c8d24c2095: Layer already exists [2025-06-23T05:51:15.655Z] 2d49a29c1369: Layer already exists [2025-06-23T05:51:15.655Z] dd9c8f8612c8: Layer already exists [2025-06-23T05:51:15.655Z] 5f0cae671621: Layer already exists [2025-06-23T05:51:15.655Z] latest: digest: sha256:0fe947aa823b7b19e9f7e9a56a2554c934ad18ba51a4af538b52faddcca378ae size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:51:16.273Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:51:16.625Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.26 [2025-06-23T05:51:16.626Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-06-23T05:51:16.626Z] 7481cf8e5748: Preparing [2025-06-23T05:51:16.626Z] 62c8d24c2095: Preparing [2025-06-23T05:51:16.626Z] 1ca633ea9daa: Preparing [2025-06-23T05:51:16.626Z] a8a65b5b3074: Preparing [2025-06-23T05:51:16.626Z] 2d49a29c1369: Preparing [2025-06-23T05:51:16.626Z] 5f0cae671621: Preparing [2025-06-23T05:51:16.626Z] dd9c8f8612c8: Preparing [2025-06-23T05:51:16.626Z] 5f0cae671621: Waiting [2025-06-23T05:51:16.626Z] dd9c8f8612c8: Waiting [2025-06-23T05:51:16.626Z] 2d49a29c1369: Layer already exists [2025-06-23T05:51:16.626Z] a8a65b5b3074: Layer already exists [2025-06-23T05:51:16.626Z] 62c8d24c2095: Layer already exists [2025-06-23T05:51:16.626Z] 7481cf8e5748: Layer already exists [2025-06-23T05:51:16.626Z] 1ca633ea9daa: Layer already exists [2025-06-23T05:51:16.626Z] dd9c8f8612c8: Layer already exists [2025-06-23T05:51:16.626Z] 5f0cae671621: Layer already exists [2025-06-23T05:51:16.626Z] 4.1.0-dev.26: digest: sha256:0fe947aa823b7b19e9f7e9a56a2554c934ad18ba51a4af538b52faddcca378ae size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:51:17.248Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:51:17.596Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:51:17.596Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-06-23T05:51:17.596Z] 7481cf8e5748: Preparing [2025-06-23T05:51:17.596Z] 62c8d24c2095: Preparing [2025-06-23T05:51:17.596Z] 1ca633ea9daa: Preparing [2025-06-23T05:51:17.596Z] a8a65b5b3074: Preparing [2025-06-23T05:51:17.596Z] 2d49a29c1369: Preparing [2025-06-23T05:51:17.596Z] 5f0cae671621: Preparing [2025-06-23T05:51:17.596Z] dd9c8f8612c8: Preparing [2025-06-23T05:51:17.596Z] 5f0cae671621: Waiting [2025-06-23T05:51:17.596Z] dd9c8f8612c8: Waiting [2025-06-23T05:51:17.596Z] 1ca633ea9daa: Layer already exists [2025-06-23T05:51:17.596Z] a8a65b5b3074: Layer already exists [2025-06-23T05:51:17.596Z] 2d49a29c1369: Layer already exists [2025-06-23T05:51:17.596Z] 7481cf8e5748: Layer already exists [2025-06-23T05:51:17.596Z] 62c8d24c2095: Layer already exists [2025-06-23T05:51:17.596Z] dd9c8f8612c8: Layer already exists [2025-06-23T05:51:17.596Z] 5f0cae671621: Layer already exists [2025-06-23T05:51:17.596Z] 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26: digest: sha256:0fe947aa823b7b19e9f7e9a56a2554c934ad18ba51a4af538b52faddcca378ae size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:51:17.950Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:51:18.303Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2025-06-23T05:51:18.303Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2025-06-23T05:51:18.303Z] 7481cf8e5748: Preparing [2025-06-23T05:51:18.303Z] 62c8d24c2095: Preparing [2025-06-23T05:51:18.303Z] 1ca633ea9daa: Preparing [2025-06-23T05:51:18.303Z] a8a65b5b3074: Preparing [2025-06-23T05:51:18.303Z] 2d49a29c1369: Preparing [2025-06-23T05:51:18.303Z] 5f0cae671621: Preparing [2025-06-23T05:51:18.303Z] dd9c8f8612c8: Preparing [2025-06-23T05:51:18.303Z] 5f0cae671621: Waiting [2025-06-23T05:51:18.303Z] dd9c8f8612c8: Waiting [2025-06-23T05:51:18.303Z] a8a65b5b3074: Layer already exists [2025-06-23T05:51:18.303Z] 62c8d24c2095: Layer already exists [2025-06-23T05:51:18.303Z] 1ca633ea9daa: Layer already exists [2025-06-23T05:51:18.303Z] 2d49a29c1369: Layer already exists [2025-06-23T05:51:18.303Z] 7481cf8e5748: Layer already exists [2025-06-23T05:51:18.303Z] dd9c8f8612c8: Layer already exists [2025-06-23T05:51:18.303Z] 5f0cae671621: Layer already exists [2025-06-23T05:51:18.568Z] main: digest: sha256:0fe947aa823b7b19e9f7e9a56a2554c934ad18ba51a4af538b52faddcca378ae size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-23T05:51:18.651Z] ===================================================== [Pipeline] echo [2025-06-23T05:51:18.670Z] taggedImages: [2025-06-23T05:51:18.670Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:51:18.670Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2025-06-23T05:51:18.670Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.26 [2025-06-23T05:51:18.670Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:51:18.670Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2025-06-23T05:51:18.701Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2025-06-23T05:51:18.701Z] 92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:51:18.701Z] latest [2025-06-23T05:51:18.701Z] 4.1.0-dev.26 [2025-06-23T05:51:18.701Z] 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:51:18.701Z] main [2025-06-23T05:51:18.701Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:51:19.075Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:51:19.420Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:51:19.420Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-06-23T05:51:19.420Z] 6221adf0eee7: Preparing [2025-06-23T05:51:19.420Z] c37f05a7d3d0: Preparing [2025-06-23T05:51:19.420Z] 1ca633ea9daa: Preparing [2025-06-23T05:51:19.420Z] a8a65b5b3074: Preparing [2025-06-23T05:51:19.420Z] 23bf1d681646: Preparing [2025-06-23T05:51:19.420Z] e3c414c56d8f: Preparing [2025-06-23T05:51:19.420Z] dd9c8f8612c8: Preparing [2025-06-23T05:51:19.420Z] e3c414c56d8f: Waiting [2025-06-23T05:51:19.420Z] dd9c8f8612c8: Waiting [2025-06-23T05:51:19.420Z] 1ca633ea9daa: Layer already exists [2025-06-23T05:51:19.685Z] a8a65b5b3074: Layer already exists [2025-06-23T05:51:19.685Z] dd9c8f8612c8: Layer already exists [2025-06-23T05:51:19.685Z] 23bf1d681646: Pushed [2025-06-23T05:51:19.685Z] 6221adf0eee7: Pushed [2025-06-23T05:51:20.261Z] e3c414c56d8f: Pushed [2025-06-23T05:51:28.423Z] c37f05a7d3d0: Pushed [2025-06-23T05:51:28.423Z] 92d5141f885416a010e7c9a103f0840019be69f6: digest: sha256:3a19f018af4e02cc6c9af6a25ba2c3bd70882a54b429ebef5b0bbffdc24e87c8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:51:28.769Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:51:29.111Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2025-06-23T05:51:29.111Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-06-23T05:51:29.111Z] 6221adf0eee7: Preparing [2025-06-23T05:51:29.111Z] c37f05a7d3d0: Preparing [2025-06-23T05:51:29.111Z] 1ca633ea9daa: Preparing [2025-06-23T05:51:29.111Z] a8a65b5b3074: Preparing [2025-06-23T05:51:29.111Z] 23bf1d681646: Preparing [2025-06-23T05:51:29.111Z] e3c414c56d8f: Preparing [2025-06-23T05:51:29.111Z] dd9c8f8612c8: Preparing [2025-06-23T05:51:29.111Z] e3c414c56d8f: Waiting [2025-06-23T05:51:29.111Z] dd9c8f8612c8: Waiting [2025-06-23T05:51:29.111Z] 1ca633ea9daa: Layer already exists [2025-06-23T05:51:29.111Z] c37f05a7d3d0: Layer already exists [2025-06-23T05:51:29.111Z] 23bf1d681646: Layer already exists [2025-06-23T05:51:29.111Z] a8a65b5b3074: Layer already exists [2025-06-23T05:51:29.111Z] 6221adf0eee7: Layer already exists [2025-06-23T05:51:29.111Z] e3c414c56d8f: Layer already exists [2025-06-23T05:51:29.111Z] dd9c8f8612c8: Layer already exists [2025-06-23T05:51:29.111Z] latest: digest: sha256:3a19f018af4e02cc6c9af6a25ba2c3bd70882a54b429ebef5b0bbffdc24e87c8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:51:29.719Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:51:30.058Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.26 [2025-06-23T05:51:30.059Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-06-23T05:51:30.059Z] 6221adf0eee7: Preparing [2025-06-23T05:51:30.059Z] c37f05a7d3d0: Preparing [2025-06-23T05:51:30.059Z] 1ca633ea9daa: Preparing [2025-06-23T05:51:30.059Z] a8a65b5b3074: Preparing [2025-06-23T05:51:30.059Z] 23bf1d681646: Preparing [2025-06-23T05:51:30.059Z] e3c414c56d8f: Preparing [2025-06-23T05:51:30.059Z] dd9c8f8612c8: Preparing [2025-06-23T05:51:30.059Z] e3c414c56d8f: Waiting [2025-06-23T05:51:30.059Z] dd9c8f8612c8: Waiting [2025-06-23T05:51:30.059Z] 1ca633ea9daa: Layer already exists [2025-06-23T05:51:30.059Z] 6221adf0eee7: Layer already exists [2025-06-23T05:51:30.059Z] c37f05a7d3d0: Layer already exists [2025-06-23T05:51:30.059Z] 23bf1d681646: Layer already exists [2025-06-23T05:51:30.059Z] a8a65b5b3074: Layer already exists [2025-06-23T05:51:30.059Z] e3c414c56d8f: Layer already exists [2025-06-23T05:51:30.059Z] dd9c8f8612c8: Layer already exists [2025-06-23T05:51:30.322Z] 4.1.0-dev.26: digest: sha256:3a19f018af4e02cc6c9af6a25ba2c3bd70882a54b429ebef5b0bbffdc24e87c8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:51:30.674Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:51:31.020Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:51:31.020Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-06-23T05:51:31.020Z] 6221adf0eee7: Preparing [2025-06-23T05:51:31.020Z] c37f05a7d3d0: Preparing [2025-06-23T05:51:31.020Z] 1ca633ea9daa: Preparing [2025-06-23T05:51:31.020Z] a8a65b5b3074: Preparing [2025-06-23T05:51:31.020Z] 23bf1d681646: Preparing [2025-06-23T05:51:31.020Z] e3c414c56d8f: Preparing [2025-06-23T05:51:31.020Z] dd9c8f8612c8: Preparing [2025-06-23T05:51:31.020Z] e3c414c56d8f: Waiting [2025-06-23T05:51:31.020Z] dd9c8f8612c8: Waiting [2025-06-23T05:51:31.020Z] 6221adf0eee7: Layer already exists [2025-06-23T05:51:31.020Z] c37f05a7d3d0: Layer already exists [2025-06-23T05:51:31.020Z] 23bf1d681646: Layer already exists [2025-06-23T05:51:31.020Z] 1ca633ea9daa: Layer already exists [2025-06-23T05:51:31.020Z] a8a65b5b3074: Layer already exists [2025-06-23T05:51:31.020Z] dd9c8f8612c8: Layer already exists [2025-06-23T05:51:31.020Z] e3c414c56d8f: Layer already exists [2025-06-23T05:51:31.285Z] 92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26: digest: sha256:3a19f018af4e02cc6c9af6a25ba2c3bd70882a54b429ebef5b0bbffdc24e87c8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:51:31.641Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:51:31.988Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2025-06-23T05:51:31.988Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2025-06-23T05:51:31.988Z] 6221adf0eee7: Preparing [2025-06-23T05:51:31.988Z] c37f05a7d3d0: Preparing [2025-06-23T05:51:31.988Z] 1ca633ea9daa: Preparing [2025-06-23T05:51:31.988Z] a8a65b5b3074: Preparing [2025-06-23T05:51:31.988Z] 23bf1d681646: Preparing [2025-06-23T05:51:31.988Z] e3c414c56d8f: Preparing [2025-06-23T05:51:31.988Z] dd9c8f8612c8: Preparing [2025-06-23T05:51:31.988Z] e3c414c56d8f: Waiting [2025-06-23T05:51:31.988Z] dd9c8f8612c8: Waiting [2025-06-23T05:51:31.988Z] 6221adf0eee7: Layer already exists [2025-06-23T05:51:31.988Z] c37f05a7d3d0: Layer already exists [2025-06-23T05:51:31.988Z] 1ca633ea9daa: Layer already exists [2025-06-23T05:51:31.988Z] 23bf1d681646: Layer already exists [2025-06-23T05:51:31.988Z] a8a65b5b3074: Layer already exists [2025-06-23T05:51:31.988Z] dd9c8f8612c8: Layer already exists [2025-06-23T05:51:31.988Z] e3c414c56d8f: Layer already exists [2025-06-23T05:51:31.988Z] main: digest: sha256:3a19f018af4e02cc6c9af6a25ba2c3bd70882a54b429ebef5b0bbffdc24e87c8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-23T05:51:32.070Z] ===================================================== [Pipeline] echo [2025-06-23T05:51:32.085Z] taggedImages: [2025-06-23T05:51:32.085Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [2025-06-23T05:51:32.085Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2025-06-23T05:51:32.085Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.26 [2025-06-23T05:51:32.085Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [2025-06-23T05:51:32.085Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo [2025-06-23T05:51:32.097Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] echo [2025-06-23T05:51:32.113Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo [2025-06-23T05:51:32.130Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.26 [Pipeline] echo [2025-06-23T05:51:32.144Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] echo [2025-06-23T05:51:32.158Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2025-06-23T05:51:32.172Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] echo [2025-06-23T05:51:32.188Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo [2025-06-23T05:51:32.199Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.26 [Pipeline] echo [2025-06-23T05:51:32.215Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] echo [2025-06-23T05:51:32.229Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo [2025-06-23T05:51:32.243Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] echo [2025-06-23T05:51:32.260Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo [2025-06-23T05:51:32.272Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.26 [Pipeline] echo [2025-06-23T05:51:32.287Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] echo [2025-06-23T05:51:32.302Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2025-06-23T05:51:32.315Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] echo [2025-06-23T05:51:32.330Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo [2025-06-23T05:51:32.342Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.26 [Pipeline] echo [2025-06-23T05:51:32.352Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] echo [2025-06-23T05:51:32.371Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo [2025-06-23T05:51:32.385Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] echo [2025-06-23T05:51:32.397Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo [2025-06-23T05:51:32.410Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.26 [Pipeline] echo [2025-06-23T05:51:32.425Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] echo [2025-06-23T05:51:32.436Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2025-06-23T05:51:32.450Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] echo [2025-06-23T05:51:32.461Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo [2025-06-23T05:51:32.472Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.26 [Pipeline] echo [2025-06-23T05:51:32.486Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] echo [2025-06-23T05:51:32.503Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2025-06-23T05:51:32.513Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] echo [2025-06-23T05:51:32.525Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo [2025-06-23T05:51:32.541Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.26 [Pipeline] echo [2025-06-23T05:51:32.554Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] echo [2025-06-23T05:51:32.565Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo [2025-06-23T05:51:32.579Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] echo [2025-06-23T05:51:32.595Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo [2025-06-23T05:51:32.606Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.26 [Pipeline] echo [2025-06-23T05:51:32.620Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] echo [2025-06-23T05:51:32.632Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2025-06-23T05:51:32.643Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] echo [2025-06-23T05:51:32.653Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo [2025-06-23T05:51:32.666Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.26 [Pipeline] echo [2025-06-23T05:51:32.679Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] echo [2025-06-23T05:51:32.694Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2025-06-23T05:51:32.709Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] echo [2025-06-23T05:51:32.722Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo [2025-06-23T05:51:32.735Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.26 [Pipeline] echo [2025-06-23T05:51:32.751Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] echo [2025-06-23T05:51:32.764Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2025-06-23T05:51:32.778Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] echo [2025-06-23T05:51:32.790Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo [2025-06-23T05:51:32.804Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.26 [Pipeline] echo [2025-06-23T05:51:32.822Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] echo [2025-06-23T05:51:32.837Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2025-06-23T05:51:32.849Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] echo [2025-06-23T05:51:32.859Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo [2025-06-23T05:51:32.871Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.26 [Pipeline] echo [2025-06-23T05:51:32.879Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] echo [2025-06-23T05:51:32.891Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2025-06-23T05:51:32.899Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] echo [2025-06-23T05:51:32.907Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo [2025-06-23T05:51:32.921Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.26 [Pipeline] echo [2025-06-23T05:51:32.933Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] echo [2025-06-23T05:51:32.948Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2025-06-23T05:51:32.961Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] echo [2025-06-23T05:51:32.970Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo [2025-06-23T05:51:32.985Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.26 [Pipeline] echo [2025-06-23T05:51:32.999Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] echo [2025-06-23T05:51:33.013Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2025-06-23T05:51:33.026Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] echo [2025-06-23T05:51:33.037Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo [2025-06-23T05:51:33.050Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.26 [Pipeline] echo [2025-06-23T05:51:33.062Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:92d5141f885416a010e7c9a103f0840019be69f6-4.1.0-dev.26 [Pipeline] echo [2025-06-23T05:51:33.073Z] 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-06-23T05:51:33.460Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-06-23T05:51:33.460Z] [2025-06-23T05:51:33.460Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:51:33.785Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-06-23T05:51:33.785Z] arm64: Pulling from edgex-lftools-log-publisher [2025-06-23T05:51:33.785Z] 8998bd30e6a1: Pulling fs layer [2025-06-23T05:51:33.785Z] 04944245beec: Pulling fs layer [2025-06-23T05:51:33.785Z] 699f458cf7ca: Pulling fs layer [2025-06-23T05:51:33.785Z] 765212b225bb: Pulling fs layer [2025-06-23T05:51:33.785Z] f23df028b6ca: Pulling fs layer [2025-06-23T05:51:33.785Z] d65c8cfc05b1: Pulling fs layer [2025-06-23T05:51:33.785Z] 2437ff75d9bd: Pulling fs layer [2025-06-23T05:51:33.785Z] f23df028b6ca: Waiting [2025-06-23T05:51:33.785Z] d65c8cfc05b1: Waiting [2025-06-23T05:51:33.785Z] 2437ff75d9bd: Waiting [2025-06-23T05:51:33.785Z] 765212b225bb: Waiting [2025-06-23T05:51:34.050Z] 04944245beec: Verifying Checksum [2025-06-23T05:51:34.050Z] 04944245beec: Download complete [2025-06-23T05:51:34.050Z] 765212b225bb: Verifying Checksum [2025-06-23T05:51:34.050Z] 765212b225bb: Download complete [2025-06-23T05:51:34.050Z] f23df028b6ca: Verifying Checksum [2025-06-23T05:51:34.050Z] f23df028b6ca: Download complete [2025-06-23T05:51:34.050Z] d65c8cfc05b1: Verifying Checksum [2025-06-23T05:51:34.050Z] 699f458cf7ca: Verifying Checksum [2025-06-23T05:51:34.050Z] 699f458cf7ca: Download complete [2025-06-23T05:51:34.631Z] 8998bd30e6a1: Download complete [2025-06-23T05:51:37.208Z] 2437ff75d9bd: Verifying Checksum [2025-06-23T05:51:37.208Z] 2437ff75d9bd: Download complete [2025-06-23T05:51:39.145Z] 8998bd30e6a1: Pull complete [2025-06-23T05:51:39.723Z] 04944245beec: Pull complete [2025-06-23T05:51:41.125Z] 699f458cf7ca: Pull complete [2025-06-23T05:51:41.389Z] 765212b225bb: Pull complete [2025-06-23T05:51:42.343Z] f23df028b6ca: Pull complete [2025-06-23T05:51:42.343Z] d65c8cfc05b1: Pull complete [2025-06-23T05:52:00.524Z] 2437ff75d9bd: Pull complete [2025-06-23T05:52:00.524Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-06-23T05:52:00.524Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-06-23T05:52:00.524Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-23T05:52:00.740Z] prd-ubuntu20.04-docker-arm64-4c-16g-3766 does not seem to be running inside a container [2025-06-23T05:52:00.795Z] $ 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/858 -v /w/workspace/edgex-go/858:/w/workspace/edgex-go/858:rw,z -v /w/workspace/edgex-go/858@tmp:/w/workspace/edgex-go/858@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2025-06-23T05:52:03.449Z] $ docker top c4081e783803aa4148b37626485d2711d839d7434e9ba3a6e46b81f9957abf04 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-23T05:52:04.441Z] ---> job-cost.sh [2025-06-23T05:52:04.441Z] lf-activate-venv: SKIPPING [2025-06-23T05:52:04.441Z] INFO: No Stack... [2025-06-23T05:52:04.706Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-06-23T05:52:05.762Z] INFO: Archiving Costs [Pipeline] sh [2025-06-23T05:52:06.075Z] + cat /w/workspace/edgex-go/858/archives/cost.csv [2025-06-23T05:52:06.075Z] + cut -d, -f6 [Pipeline] lock [2025-06-23T05:52:06.114Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-858-stack-cost] [2025-06-23T05:52:06.122Z] Resource [jenkins-edgexfoundry-edgex-go-main-858-stack-cost] did not exist. Created. [2025-06-23T05:52:06.128Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-858-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-06-23T05:52:06.567Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-06-23T05:52:07.230Z] Stashed 1 file(s) [Pipeline] } [2025-06-23T05:52:07.238Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-858-stack-cost] [Pipeline] // lock [Pipeline] } [2025-06-23T05:52:07.257Z] $ docker stop --time=1 c4081e783803aa4148b37626485d2711d839d7434e9ba3a6e46b81f9957abf04 [2025-06-23T05:52:08.784Z] $ docker rm -f --volumes c4081e783803aa4148b37626485d2711d839d7434e9ba3a6e46b81f9957abf04 [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-06-23T05:52:09.383Z] provisioning config files... [2025-06-23T05:52:09.401Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/858@tmp/config14277763492150960727tmp [Pipeline] { [Pipeline] sh [2025-06-23T05:52:09.719Z] + set +x [2025-06-23T05:52:09.719Z] + + bash -s -- [2025-06-23T05:52:09.719Z] curl -s https://codecov.io/bash [2025-06-23T05:52:09.719Z] [2025-06-23T05:52:09.719Z] _____ _ [2025-06-23T05:52:09.719Z] / ____| | | [2025-06-23T05:52:09.719Z] | | ___ __| | ___ ___ _____ __ [2025-06-23T05:52:09.719Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2025-06-23T05:52:09.719Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2025-06-23T05:52:09.719Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2025-06-23T05:52:09.719Z] Bash-1.0.6 [2025-06-23T05:52:09.719Z] [2025-06-23T05:52:09.719Z] [2025-06-23T05:52:09.719Z] ==> git version 2.25.1 found [2025-06-23T05:52:09.719Z] ==> 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-06-23T05:52:09.719Z] Release-Date: 2020-01-08 [2025-06-23T05:52:09.719Z] 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-06-23T05:52:09.719Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2025-06-23T05:52:09.719Z] ==> Jenkins CI detected. [2025-06-23T05:52:09.719Z] current dir:  /w/workspace/edgex-go/858 [2025-06-23T05:52:09.719Z] project root: . [2025-06-23T05:52:09.719Z] --> token set from env [2025-06-23T05:52:09.719Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2025-06-23T05:52:09.719Z] ==> Running gcov in . (disable via -X gcov) [2025-06-23T05:52:09.996Z] ==> Python coveragepy not found [2025-06-23T05:52:09.996Z] ==> Searching for coverage reports in: [2025-06-23T05:52:09.996Z] + . [2025-06-23T05:52:09.996Z] -> Found 1 reports [2025-06-23T05:52:09.996Z] ==> Detecting git/mercurial file structure [2025-06-23T05:52:09.996Z] ==> Reading reports [2025-06-23T05:52:09.996Z] + ./coverage.out bytes=1665452 [2025-06-23T05:52:09.996Z] ==> Appending adjustments [2025-06-23T05:52:09.996Z] https://docs.codecov.io/docs/fixing-reports [2025-06-23T05:52:11.401Z] + Found adjustments [2025-06-23T05:52:11.401Z] ==> Gzipping contents [2025-06-23T05:52:11.401Z] 140K /tmp/codecov.hAiRns.gz [2025-06-23T05:52:11.401Z] ==> Uploading reports [2025-06-23T05:52:11.401Z] url: https://codecov.io [2025-06-23T05:52:11.401Z] query: branch=main&commit=92d5141f885416a010e7c9a103f0840019be69f6&build=858&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F858%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-06-23T05:52:11.401Z] -> Pinging Codecov [2025-06-23T05:52:11.401Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=92d5141f885416a010e7c9a103f0840019be69f6&build=858&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F858%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-06-23T05:52:11.661Z] -> Uploading to [2025-06-23T05:52:11.661Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/edgex-go/92d5141f885416a010e7c9a103f0840019be69f6/f6a1424c-9698-4299-8be8-d1e77fbcea51.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250623%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250623T055211Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=a2619037ded4b97a23a653debf46fa3be928aad439e95523b2defd2775ec8131 [2025-06-23T05:52:11.661Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-23T05:52:11.661Z] Dload Upload Total Spent Left Speed [2025-06-23T05:52:12.231Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 139k 0 0 100 139k 0 350k --:--:-- --:--:-- --:--:-- 350k [2025-06-23T05:52:12.231Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/92d5141f885416a010e7c9a103f0840019be69f6 [Pipeline] } [2025-06-23T05:52:12.238Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2025-06-23T05:52:12.481Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2025-06-23T05:52:12.499Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:52:12.814Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-06-23T05:52:12.814Z] [2025-06-23T05:52:12.814Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:52:13.125Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-06-23T05:52:13.125Z] latest: Pulling from edgex-devops/edgex-snyk-go [2025-06-23T05:52:13.125Z] 0a9a5dfd008f: Already exists [2025-06-23T05:52:13.125Z] 36466aa92d05: Already exists [2025-06-23T05:52:13.125Z] e10405b45d13: Already exists [2025-06-23T05:52:13.125Z] 096b7ceb2af7: Already exists [2025-06-23T05:52:13.125Z] 4f4fb700ef54: Already exists [2025-06-23T05:52:13.125Z] e50aa161e22a: Pulling fs layer [2025-06-23T05:52:13.125Z] d3c8db5fb9df: Pulling fs layer [2025-06-23T05:52:13.384Z] e50aa161e22a: Verifying Checksum [2025-06-23T05:52:13.384Z] e50aa161e22a: Download complete [2025-06-23T05:52:13.643Z] e50aa161e22a: Pull complete [2025-06-23T05:52:14.209Z] d3c8db5fb9df: Download complete [2025-06-23T05:52:17.497Z] d3c8db5fb9df: Pull complete [2025-06-23T05:52:17.497Z] Digest: sha256:dd1bc05e8109ba836052a65277634c2595aaffbf12b6b6479deaea63345484be [2025-06-23T05:52:17.497Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-06-23T05:52:17.497Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-23T05:52:17.594Z] prd-ubuntu20.04-docker-8c-8g-3765 does not seem to be running inside a container [2025-06-23T05:52:17.628Z] $ 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/858 -v /w/workspace/edgex-go/858:/w/workspace/edgex-go/858:rw,z -v /w/workspace/edgex-go/858@tmp:/w/workspace/edgex-go/858@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat [2025-06-23T05:52:19.070Z] $ docker top 0a5b312a7107d2afee860d31a8a6efb088ed6c0de6af0b7a7c9204703683ea28 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-23T05:52:19.422Z] + git config --global --add safe.directory /w/workspace/edgex-go/858 [Pipeline] echo [2025-06-23T05:52:19.434Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2025-06-23T05:52:19.715Z] + set -o pipefail [2025-06-23T05:52:19.715Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2025-06-23T05:52:29.691Z] [2025-06-23T05:52:29.691Z] Monitoring /w/workspace/edgex-go/858 (github.com/edgexfoundry/edgex-go)... [2025-06-23T05:52:29.691Z] [2025-06-23T05:52:29.691Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/020e0a7c-a42b-4904-9422-2175465d8c59 [2025-06-23T05:52:29.691Z] [2025-06-23T05:52:29.691Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2025-06-23T05:52:29.691Z] [Pipeline] } [2025-06-23T05:52:29.705Z] $ docker stop --time=1 0a5b312a7107d2afee860d31a8a6efb088ed6c0de6af0b7a7c9204703683ea28 [2025-06-23T05:52:32.044Z] $ docker rm -f --volumes 0a5b312a7107d2afee860d31a8a6efb088ed6c0de6af0b7a7c9204703683ea28 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2025-06-23T05:52:32.571Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-23T05:52:32.595Z] provisioning config files... [2025-06-23T05:52:32.602Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/858@tmp/config3712178675733920231tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-23T05:52:32.897Z] --> edgex-publish-swagger.sh [2025-06-23T05:52:32.897Z] === Publish openapi API === [2025-06-23T05:52:32.897Z] [publishToSwagger] Publishing the API Docs [openapi] to Swagger [2025-06-23T05:52:32.897Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/858/openapi/core-command.yaml] [2025-06-23T05:52:32.897Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-23T05:52:32.897Z] Dload Upload Total Spent Left Speed [2025-06-23T05:52:33.156Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33488 100 66 100 33422 246 121k --:--:-- --:--:-- --:--:-- 122k [2025-06-23T05:52:33.156Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-06-23T05:52:33.156Z] [2025-06-23T05:52:33.156Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/858/openapi/core-data.yaml] [2025-06-23T05:52:33.156Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-23T05:52:33.156Z] Dload Upload Total Spent Left Speed [2025-06-23T05:52:33.416Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71017 100 66 100 70951 210 220k --:--:-- --:--:-- --:--:-- 220k [2025-06-23T05:52:33.416Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-06-23T05:52:33.416Z] [2025-06-23T05:52:33.416Z] [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/858/openapi/core-keeper.yaml] [2025-06-23T05:52:33.416Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-23T05:52:33.416Z] Dload Upload Total Spent Left Speed [2025-06-23T05:52:33.416Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30300 100 66 100 30234 545 244k --:--:-- --:--:-- --:--:-- 244k [2025-06-23T05:52:33.416Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-06-23T05:52:33.416Z] [2025-06-23T05:52:33.416Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/858/openapi/core-metadata.yaml] [2025-06-23T05:52:33.416Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-23T05:52:33.416Z] Dload Upload Total Spent Left Speed [2025-06-23T05:52:33.933Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 156k 0 0 100 156k 0 1723k --:--:-- --:--:-- --:--:-- 1704k 100 156k 100 66 100 156k 226 537k --:--:-- --:--:-- --:--:-- 535k [2025-06-23T05:52:33.933Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-06-23T05:52:33.934Z] [2025-06-23T05:52:33.934Z] [publishToSwagger] Publishing API Name [security-proxy-auth] [/w/workspace/edgex-go/858/openapi/security-proxy-auth.yaml] [2025-06-23T05:52:33.934Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-23T05:52:33.934Z] Dload Upload Total Spent Left Speed [2025-06-23T05:52:34.192Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24535 100 66 100 24469 211 78426 --:--:-- --:--:-- --:--:-- 78637 [2025-06-23T05:52:34.192Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-06-23T05:52:34.192Z] [2025-06-23T05:52:34.192Z] [publishToSwagger] Publishing API Name [security-secretstore-setup] [/w/workspace/edgex-go/858/openapi/security-secretstore-setup.yaml] [2025-06-23T05:52:34.192Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-23T05:52:34.192Z] Dload Upload Total Spent Left Speed [2025-06-23T05:52:34.192Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3979 100 66 100 3913 611 36231 --:--:-- --:--:-- --:--:-- 36842 [2025-06-23T05:52:34.192Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-06-23T05:52:34.192Z] [2025-06-23T05:52:34.192Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/858/openapi/support-notifications.yaml] [2025-06-23T05:52:34.192Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-23T05:52:34.192Z] Dload Upload Total Spent Left Speed [2025-06-23T05:52:34.451Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97k 100 66 100 99976 409 606k --:--:-- --:--:-- --:--:-- 606k [2025-06-23T05:52:34.451Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-06-23T05:52:34.451Z] [2025-06-23T05:52:34.451Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/858/openapi/support-scheduler.yaml] [2025-06-23T05:52:34.451Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-23T05:52:34.451Z] Dload Upload Total Spent Left Speed [2025-06-23T05:52:34.710Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50767 100 66 100 50701 440 330k --:--:-- --:--:-- --:--:-- 328k 100 50767 100 66 100 50701 440 330k --:--:-- --:--:-- --:--:-- 328k [2025-06-23T05:52:34.710Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-06-23T05:52:34.710Z] [Pipeline] } [2025-06-23T05:52:34.717Z] 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-06-23T05:52:35.164Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-06-23T05:52:35.164Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:52:35.467Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-23T05:52:35.467Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-23T05:52:35.551Z] prd-ubuntu20.04-docker-8c-8g-3765 does not seem to be running inside a container [2025-06-23T05:52:35.587Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/858 -v /w/workspace/edgex-go/858:/w/workspace/edgex-go/858:rw,z -v /w/workspace/edgex-go/858@tmp:/w/workspace/edgex-go/858@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-06-23T05:52:35.922Z] $ docker top 9c71c38f7f1fcee1b8ce7d12cf84647bebdab9116ebe7f2e03d017df797e5de1 -eo pid,comm [2025-06-23T05:52:35.965Z] 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-06-23T05:52:35.965Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-06-23T05:52:36.017Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-23T05:52:36.017Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-23T05:52:36.141Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-23T05:52:36.147Z] $ docker exec 9c71c38f7f1fcee1b8ce7d12cf84647bebdab9116ebe7f2e03d017df797e5de1 ssh-agent [2025-06-23T05:52:36.248Z] SSH_AUTH_SOCK=/tmp/ssh-lzjX7DXUrKFu/agent.32 [2025-06-23T05:52:36.248Z] SSH_AGENT_PID=38 [2025-06-23T05:52:36.252Z] Running ssh-add (command line suppressed) [2025-06-23T05:52:36.349Z] Identity added: /w/workspace/edgex-go/858@tmp/private_key_1900671450351688302.key (/w/workspace/edgex-go/858@tmp/private_key_1900671450351688302.key) [2025-06-23T05:52:36.360Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-23T05:52:36.655Z] + git semver tag [2025-06-23T05:52:36.914Z] 2025-06-23 05:52:36,868 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-06-23T05:52:36.914Z] 2025-06-23 05:52:36,873 [run_tag] DEBUG tag force:False [2025-06-23T05:52:36.914Z] 2025-06-23 05:52:36,873 [check_head_tag] DEBUG check head tag [2025-06-23T05:52:36.914Z] 2025-06-23 05:52:36,874 [execute] INFO git cat-file --batch-check [2025-06-23T05:52:36.914Z] 2025-06-23 05:52:36,874 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/858, stdin=, shell=False, universal_newlines=False) [2025-06-23T05:52:36.915Z] 2025-06-23 05:52:36,876 [execute] INFO git cat-file --batch [2025-06-23T05:52:36.915Z] 2025-06-23 05:52:36,876 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/858, stdin=, shell=False, universal_newlines=False) [2025-06-23T05:52:36.915Z] 2025-06-23 05:52:36,890 [read_version] DEBUG read version from /w/workspace/edgex-go/858/.semver/main [2025-06-23T05:52:36.915Z] 2025-06-23 05:52:36,890 [execute] INFO git tag -a v4.1.0-dev.26 -m v4.1.0-dev.26 [2025-06-23T05:52:36.915Z] 2025-06-23 05:52:36,890 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.26', '-m', 'v4.1.0-dev.26'], cwd=/w/workspace/edgex-go/858, stdin=None, shell=False, universal_newlines=False) [2025-06-23T05:52:36.915Z] 2025-06-23 05:52:36,892 [read_version] DEBUG read version from /w/workspace/edgex-go/858/.semver/main [2025-06-23T05:52:36.915Z] 4.1.0-dev.26 [Pipeline] } [2025-06-23T05:52:36.928Z] $ docker exec --env ******** --env ******** 9c71c38f7f1fcee1b8ce7d12cf84647bebdab9116ebe7f2e03d017df797e5de1 ssh-agent -k [2025-06-23T05:52:37.034Z] unset SSH_AUTH_SOCK; [2025-06-23T05:52:37.035Z] unset SSH_AGENT_PID; [2025-06-23T05:52:37.035Z] echo Agent pid 38 killed; [2025-06-23T05:52:37.041Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-23T05:52:37.367Z] + git semver [Pipeline] } [2025-06-23T05:52:37.644Z] $ docker stop --time=1 9c71c38f7f1fcee1b8ce7d12cf84647bebdab9116ebe7f2e03d017df797e5de1 [2025-06-23T05:52:38.891Z] $ docker rm -f --volumes 9c71c38f7f1fcee1b8ce7d12cf84647bebdab9116ebe7f2e03d017df797e5de1 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:52:39.292Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-06-23T05:52:39.292Z] [2025-06-23T05:52:39.292Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:52:39.596Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-06-23T05:52:39.596Z] 0.23.1-centos7: Pulling from edgex-lftools [2025-06-23T05:52:39.596Z] ab5ef0e58194: Pulling fs layer [2025-06-23T05:52:39.596Z] 9712f1f96733: Pulling fs layer [2025-06-23T05:52:39.596Z] 63f879dbbcfc: Pulling fs layer [2025-06-23T05:52:39.596Z] 0d9ebad4ef96: Pulling fs layer [2025-06-23T05:52:39.596Z] 0d9ebad4ef96: Waiting [2025-06-23T05:52:39.596Z] e9a5061849ea: Pulling fs layer [2025-06-23T05:52:39.596Z] d747dcd14b5f: Pulling fs layer [2025-06-23T05:52:39.596Z] 2de7ff778b66: Pulling fs layer [2025-06-23T05:52:39.596Z] e9a5061849ea: Waiting [2025-06-23T05:52:39.596Z] 2de7ff778b66: Waiting [2025-06-23T05:52:39.596Z] 9712f1f96733: Verifying Checksum [2025-06-23T05:52:39.596Z] 9712f1f96733: Download complete [2025-06-23T05:52:39.854Z] 63f879dbbcfc: Verifying Checksum [2025-06-23T05:52:39.854Z] 63f879dbbcfc: Download complete [2025-06-23T05:52:40.113Z] e9a5061849ea: Verifying Checksum [2025-06-23T05:52:40.113Z] e9a5061849ea: Download complete [2025-06-23T05:52:40.113Z] d747dcd14b5f: Download complete [2025-06-23T05:52:40.113Z] ab5ef0e58194: Download complete [2025-06-23T05:52:40.113Z] 0d9ebad4ef96: Verifying Checksum [2025-06-23T05:52:40.113Z] 0d9ebad4ef96: Download complete [2025-06-23T05:52:40.371Z] 2de7ff778b66: Verifying Checksum [2025-06-23T05:52:40.371Z] 2de7ff778b66: Download complete [2025-06-23T05:52:42.898Z] ab5ef0e58194: Pull complete [2025-06-23T05:52:42.898Z] 9712f1f96733: Pull complete [2025-06-23T05:52:43.830Z] 63f879dbbcfc: Pull complete [2025-06-23T05:52:47.110Z] 0d9ebad4ef96: Pull complete [2025-06-23T05:52:47.369Z] e9a5061849ea: Pull complete [2025-06-23T05:52:47.369Z] d747dcd14b5f: Pull complete [2025-06-23T05:52:48.304Z] 2de7ff778b66: Pull complete [2025-06-23T05:52:48.304Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2025-06-23T05:52:48.304Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-06-23T05:52:48.304Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-23T05:52:48.402Z] prd-ubuntu20.04-docker-8c-8g-3765 does not seem to be running inside a container [2025-06-23T05:52:48.433Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/858 -v /w/workspace/edgex-go/858:/w/workspace/edgex-go/858:rw,z -v /w/workspace/edgex-go/858@tmp:/w/workspace/edgex-go/858@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2025-06-23T05:52:50.416Z] $ docker top 91855f6f4f827c48835a5c9b97a789fc9e2c9f98a39de5cf1858ed8916ad7593 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2025-06-23T05:52:50.500Z] provisioning config files... [2025-06-23T05:52:50.507Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/858@tmp/config5522579017526213267tmp [2025-06-23T05:52:50.517Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/858@tmp/config16484903425787307442tmp [2025-06-23T05:52:50.525Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/858@tmp/config8302990069606930047tmp [Pipeline] { [Pipeline] echo [2025-06-23T05:52:50.554Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-23T05:52:50.850Z] ---> sigul-configuration.sh [2025-06-23T05:52:50.850Z] gpg: directory `/root/.gnupg' created [2025-06-23T05:52:50.850Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2025-06-23T05:52:50.850Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2025-06-23T05:52:50.850Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2025-06-23T05:52:50.850Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2025-06-23T05:52:50.850Z] gpg: CAST5 encrypted data [2025-06-23T05:52:50.850Z] gpg: encrypted with 1 passphrase [2025-06-23T05:52:50.850Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2025-06-23T05:52:51.145Z] + mkdir /home/jenkins [2025-06-23T05:52:51.145Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2025-06-23T05:52:51.440Z] + 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-06-23T05:52:51.453Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-23T05:52:51.743Z] ---> sigul-install.sh [2025-06-23T05:52:51.743Z] Sigul already installed; skipping installation. [Pipeline] sh [2025-06-23T05:52:52.038Z] + git tag --list [2025-06-23T05:52:52.038Z] 0.6.0 [2025-06-23T05:52:52.038Z] 0.6.1 [2025-06-23T05:52:52.038Z] 0.7.0 [2025-06-23T05:52:52.038Z] 0.7.1 [2025-06-23T05:52:52.038Z] v1.0.0 [2025-06-23T05:52:52.038Z] v1.0.1 [2025-06-23T05:52:52.038Z] v1.1.0 [2025-06-23T05:52:52.038Z] v1.2.0 [2025-06-23T05:52:52.038Z] v1.2.1 [2025-06-23T05:52:52.038Z] v1.3.0 [2025-06-23T05:52:52.038Z] v1.3.1 [2025-06-23T05:52:52.038Z] v2.0.0 [2025-06-23T05:52:52.038Z] v2.1.0 [2025-06-23T05:52:52.038Z] v2.1.1 [2025-06-23T05:52:52.038Z] v2.2.0 [2025-06-23T05:52:52.038Z] v2.3.0 [2025-06-23T05:52:52.038Z] v3.0 [2025-06-23T05:52:52.038Z] v3.0.0 [2025-06-23T05:52:52.038Z] v3.1 [2025-06-23T05:52:52.038Z] v3.1.0 [2025-06-23T05:52:52.038Z] v3.1.1 [2025-06-23T05:52:52.038Z] v4.0 [2025-06-23T05:52:52.038Z] v4.0.0 [2025-06-23T05:52:52.038Z] v4.0.1 [2025-06-23T05:52:52.038Z] v4.0.1-dev.1 [2025-06-23T05:52:52.038Z] v4.1.0-dev.1 [2025-06-23T05:52:52.038Z] v4.1.0-dev.10 [2025-06-23T05:52:52.038Z] v4.1.0-dev.11 [2025-06-23T05:52:52.038Z] v4.1.0-dev.12 [2025-06-23T05:52:52.038Z] v4.1.0-dev.13 [2025-06-23T05:52:52.038Z] v4.1.0-dev.14 [2025-06-23T05:52:52.038Z] v4.1.0-dev.15 [2025-06-23T05:52:52.038Z] v4.1.0-dev.16 [2025-06-23T05:52:52.038Z] v4.1.0-dev.17 [2025-06-23T05:52:52.038Z] v4.1.0-dev.18 [2025-06-23T05:52:52.038Z] v4.1.0-dev.19 [2025-06-23T05:52:52.038Z] v4.1.0-dev.2 [2025-06-23T05:52:52.038Z] v4.1.0-dev.20 [2025-06-23T05:52:52.038Z] v4.1.0-dev.21 [2025-06-23T05:52:52.038Z] v4.1.0-dev.22 [2025-06-23T05:52:52.038Z] v4.1.0-dev.23 [2025-06-23T05:52:52.038Z] v4.1.0-dev.24 [2025-06-23T05:52:52.038Z] v4.1.0-dev.25 [2025-06-23T05:52:52.038Z] v4.1.0-dev.26 [2025-06-23T05:52:52.038Z] v4.1.0-dev.3 [2025-06-23T05:52:52.038Z] v4.1.0-dev.4 [2025-06-23T05:52:52.038Z] v4.1.0-dev.5 [2025-06-23T05:52:52.038Z] v4.1.0-dev.6 [2025-06-23T05:52:52.038Z] v4.1.0-dev.7 [2025-06-23T05:52:52.038Z] v4.1.0-dev.8 [2025-06-23T05:52:52.038Z] v4.1.0-dev.9 [Pipeline] sh [2025-06-23T05:52:52.327Z] + lftools sign git-tag v4.1.0-dev.26 [2025-06-23T05:52:52.985Z] Signing Git tag with Sigul... [2025-06-23T05:52:52.985Z] Signing v4.1.0-dev.26 [Pipeline] echo [2025-06-23T05:52:53.262Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-23T05:52:53.557Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2025-06-23T05:52:53.564Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2025-06-23T05:52:53.600Z] $ docker stop --time=1 91855f6f4f827c48835a5c9b97a789fc9e2c9f98a39de5cf1858ed8916ad7593 [2025-06-23T05:52:54.912Z] $ docker rm -f --volumes 91855f6f4f827c48835a5c9b97a789fc9e2c9f98a39de5cf1858ed8916ad7593 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2025-06-23T05:52:55.365Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-06-23T05:52:55.365Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:52:55.672Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-23T05:52:55.672Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-23T05:52:55.762Z] prd-ubuntu20.04-docker-8c-8g-3765 does not seem to be running inside a container [2025-06-23T05:52:55.797Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/858 -v /w/workspace/edgex-go/858:/w/workspace/edgex-go/858:rw,z -v /w/workspace/edgex-go/858@tmp:/w/workspace/edgex-go/858@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-06-23T05:52:56.172Z] $ docker top 4b9bc5070c48b74b827bb3fe3c448cda9bc3174ec18e68a829c1d19b8c0529cc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-06-23T05:52:56.286Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-23T05:52:56.286Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-23T05:52:56.405Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-23T05:52:56.412Z] $ docker exec 4b9bc5070c48b74b827bb3fe3c448cda9bc3174ec18e68a829c1d19b8c0529cc ssh-agent [2025-06-23T05:52:56.522Z] SSH_AUTH_SOCK=/tmp/ssh-7D3WHLG01BRG/agent.32 [2025-06-23T05:52:56.522Z] SSH_AGENT_PID=38 [2025-06-23T05:52:56.526Z] Running ssh-add (command line suppressed) [2025-06-23T05:52:56.647Z] Identity added: /w/workspace/edgex-go/858@tmp/private_key_7622622406244339228.key (/w/workspace/edgex-go/858@tmp/private_key_7622622406244339228.key) [2025-06-23T05:52:56.661Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-23T05:52:56.953Z] + git semver bump pre [2025-06-23T05:52:57.213Z] 2025-06-23 05:52:57,201 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-06-23T05:52:57.213Z] 2025-06-23 05:52:57,206 [read_version] DEBUG read version from /w/workspace/edgex-go/858/.semver/main [2025-06-23T05:52:57.213Z] 2025-06-23 05:52:57,206 [bump_version] DEBUG bumping version:4.1.0-dev.26 on axis:pre with prefix:dev [2025-06-23T05:52:57.213Z] 2025-06-23 05:52:57,206 [bump_version] DEBUG bumped version:4.1.0-dev.27 [2025-06-23T05:52:57.213Z] 2025-06-23 05:52:57,206 [write_version] DEBUG write version:4.1.0-dev.27 to path:/w/workspace/edgex-go/858/.semver/main with force:True [2025-06-23T05:52:57.213Z] 2025-06-23 05:52:57,206 [read_version] DEBUG read version from /w/workspace/edgex-go/858/.semver/main [2025-06-23T05:52:57.213Z] 2025-06-23 05:52:57,206 [write_file] DEBUG write to file:/w/workspace/edgex-go/858/.semver/main [2025-06-23T05:52:57.213Z] 2025-06-23 05:52:57,208 [execute] INFO git cat-file --batch-check [2025-06-23T05:52:57.213Z] 2025-06-23 05:52:57,209 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/858/.semver, stdin=, shell=False, universal_newlines=False) [2025-06-23T05:52:57.213Z] 2025-06-23 05:52:57,212 [execute] INFO git cat-file --batch [2025-06-23T05:52:57.213Z] 2025-06-23 05:52:57,212 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/858/.semver, stdin=, shell=False, universal_newlines=False) [2025-06-23T05:52:57.213Z] 2025-06-23 05:52:57,215 [read_version] DEBUG read version from /w/workspace/edgex-go/858/.semver/main [2025-06-23T05:52:57.213Z] 4.1.0-dev.27 [Pipeline] } [2025-06-23T05:52:57.484Z] $ docker exec --env ******** --env ******** 4b9bc5070c48b74b827bb3fe3c448cda9bc3174ec18e68a829c1d19b8c0529cc ssh-agent -k [2025-06-23T05:52:57.584Z] unset SSH_AUTH_SOCK; [2025-06-23T05:52:57.585Z] unset SSH_AGENT_PID; [2025-06-23T05:52:57.585Z] echo Agent pid 38 killed; [2025-06-23T05:52:57.589Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-23T05:52:57.914Z] + git semver [Pipeline] } [2025-06-23T05:52:58.190Z] $ docker stop --time=1 4b9bc5070c48b74b827bb3fe3c448cda9bc3174ec18e68a829c1d19b8c0529cc [2025-06-23T05:52:59.455Z] $ docker rm -f --volumes 4b9bc5070c48b74b827bb3fe3c448cda9bc3174ec18e68a829c1d19b8c0529cc [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-23T05:52:59.810Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-06-23T05:52:59.810Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:53:00.112Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-23T05:53:00.112Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-23T05:53:00.189Z] prd-ubuntu20.04-docker-8c-8g-3765 does not seem to be running inside a container [2025-06-23T05:53:00.222Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/858 -v /w/workspace/edgex-go/858:/w/workspace/edgex-go/858:rw,z -v /w/workspace/edgex-go/858@tmp:/w/workspace/edgex-go/858@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-06-23T05:53:00.587Z] $ docker top 41564e0c818c7f1eff146d64a872c31a43574e8225806036adaa4ea16a11e638 -eo pid,comm [2025-06-23T05:53:00.633Z] 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-06-23T05:53:00.633Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-06-23T05:53:00.696Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-23T05:53:00.696Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-23T05:53:00.814Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-23T05:53:00.820Z] $ docker exec 41564e0c818c7f1eff146d64a872c31a43574e8225806036adaa4ea16a11e638 ssh-agent [2025-06-23T05:53:00.909Z] SSH_AUTH_SOCK=/tmp/ssh-b7CzdvDlduxz/agent.33 [2025-06-23T05:53:00.909Z] SSH_AGENT_PID=39 [2025-06-23T05:53:00.913Z] Running ssh-add (command line suppressed) [2025-06-23T05:53:01.017Z] Identity added: /w/workspace/edgex-go/858@tmp/private_key_4163953292533131880.key (/w/workspace/edgex-go/858@tmp/private_key_4163953292533131880.key) [2025-06-23T05:53:01.027Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-23T05:53:01.320Z] + git semver push [2025-06-23T05:53:01.579Z] 2025-06-23 05:53:01,554 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-06-23T05:53:01.579Z] 2025-06-23 05:53:01,558 [run_push] DEBUG push [2025-06-23T05:53:01.579Z] 2025-06-23 05:53:01,559 [execute] INFO git cat-file --batch-check [2025-06-23T05:53:01.579Z] 2025-06-23 05:53:01,559 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/858/.semver, stdin=, shell=False, universal_newlines=False) [2025-06-23T05:53:01.579Z] 2025-06-23 05:53:01,561 [execute] INFO git rev-list 75c1a53006330eb06031240afbcfc602bcc98d15 -- [2025-06-23T05:53:01.579Z] 2025-06-23 05:53:01,561 [execute] DEBUG Popen(['git', 'rev-list', '75c1a53006330eb06031240afbcfc602bcc98d15', '--'], cwd=/w/workspace/edgex-go/858/.semver, stdin=None, shell=False, universal_newlines=False) [2025-06-23T05:53:01.579Z] 2025-06-23 05:53:01,582 [execute] INFO git fetch -v -- origin [2025-06-23T05:53:01.579Z] 2025-06-23 05:53:01,582 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgex-go/858/.semver, stdin=None, shell=False, universal_newlines=True) [2025-06-23T05:53:02.150Z] 2025-06-23 05:53:02,120 [run_push] DEBUG no remote changes detected [2025-06-23T05:53:02.150Z] 2025-06-23 05:53:02,120 [execute] INFO git push origin semver [2025-06-23T05:53:02.150Z] 2025-06-23 05:53:02,120 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/858/.semver, stdin=None, shell=False, universal_newlines=False) [2025-06-23T05:53:03.090Z] 2025-06-23 05:53:02,877 [run_push] DEBUG push all version tags [2025-06-23T05:53:03.090Z] 2025-06-23 05:53:02,877 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2025-06-23T05:53:03.090Z] 2025-06-23 05:53:02,878 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/858, stdin=None, shell=False, universal_newlines=False) [2025-06-23T05:53:03.659Z] 2025-06-23 05:53:03,608 [read_version] DEBUG read version from /w/workspace/edgex-go/858/.semver/main [2025-06-23T05:53:03.659Z] 4.1.0-dev.27 [Pipeline] } [2025-06-23T05:53:03.673Z] $ docker exec --env ******** --env ******** 41564e0c818c7f1eff146d64a872c31a43574e8225806036adaa4ea16a11e638 ssh-agent -k [2025-06-23T05:53:03.783Z] unset SSH_AUTH_SOCK; [2025-06-23T05:53:03.783Z] unset SSH_AGENT_PID; [2025-06-23T05:53:03.783Z] echo Agent pid 39 killed; [2025-06-23T05:53:03.793Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-23T05:53:04.110Z] + git semver [Pipeline] } [2025-06-23T05:53:04.387Z] $ docker stop --time=1 41564e0c818c7f1eff146d64a872c31a43574e8225806036adaa4ea16a11e638 [2025-06-23T05:53:05.664Z] $ docker rm -f --volumes 41564e0c818c7f1eff146d64a872c31a43574e8225806036adaa4ea16a11e638 [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-06-23T05:53:06.183Z] + [ -d /w/workspace/edgex-go/858/archives ] [Pipeline] libraryResource [Pipeline] sh [2025-06-23T05:53:06.474Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-23T05:53:07.335Z] ---> package-listing.sh [2025-06-23T05:53:07.335Z] ++ facter osfamily [2025-06-23T05:53:07.335Z] ++ tr '[:upper:]' '[:lower:]' [2025-06-23T05:53:07.595Z] + OS_FAMILY=debian [2025-06-23T05:53:07.595Z] + workspace=/w/workspace/edgex-go/858 [2025-06-23T05:53:07.595Z] + START_PACKAGES=/tmp/packages_start.txt [2025-06-23T05:53:07.595Z] + END_PACKAGES=/tmp/packages_end.txt [2025-06-23T05:53:07.595Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-06-23T05:53:07.595Z] + PACKAGES=/tmp/packages_start.txt [2025-06-23T05:53:07.595Z] + '[' /w/workspace/edgex-go/858 ']' [2025-06-23T05:53:07.595Z] + PACKAGES=/tmp/packages_end.txt [2025-06-23T05:53:07.595Z] + case "${OS_FAMILY}" in [2025-06-23T05:53:07.595Z] + dpkg -l [2025-06-23T05:53:07.595Z] + grep '^ii' [2025-06-23T05:53:07.595Z] + '[' -f /tmp/packages_start.txt ']' [2025-06-23T05:53:07.595Z] + '[' -f /tmp/packages_end.txt ']' [2025-06-23T05:53:07.595Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-06-23T05:53:07.595Z] + '[' /w/workspace/edgex-go/858 ']' [2025-06-23T05:53:07.595Z] + mkdir -p /w/workspace/edgex-go/858/archives/ [2025-06-23T05:53:07.595Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/858/archives/ [Pipeline] echo [2025-06-23T05:53:07.608Z] 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/858/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-06-23T05:53:07.885Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:53:08.445Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-23T05:53:08.446Z] [2025-06-23T05:53:08.446Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-23T05:53:08.752Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-23T05:53:08.752Z] latest: Pulling from edgex-lftools-log-publisher [2025-06-23T05:53:08.752Z] 5eb5b503b376: Pulling fs layer [2025-06-23T05:53:08.752Z] 5c69ac0246d0: Pulling fs layer [2025-06-23T05:53:08.752Z] ec43610c2a17: Pulling fs layer [2025-06-23T05:53:08.752Z] 3a2ae6a8a46f: Pulling fs layer [2025-06-23T05:53:08.752Z] 33b1e0a273af: Pulling fs layer [2025-06-23T05:53:08.752Z] 5d3b04190fa2: Pulling fs layer [2025-06-23T05:53:08.752Z] 2f39f015ded8: Pulling fs layer [2025-06-23T05:53:08.752Z] 3a2ae6a8a46f: Waiting [2025-06-23T05:53:08.752Z] 5d3b04190fa2: Waiting [2025-06-23T05:53:08.752Z] 33b1e0a273af: Waiting [2025-06-23T05:53:08.752Z] 2f39f015ded8: Waiting [2025-06-23T05:53:08.752Z] 5c69ac0246d0: Verifying Checksum [2025-06-23T05:53:08.752Z] 5c69ac0246d0: Download complete [2025-06-23T05:53:08.752Z] 3a2ae6a8a46f: Verifying Checksum [2025-06-23T05:53:08.752Z] 3a2ae6a8a46f: Download complete [2025-06-23T05:53:08.752Z] 33b1e0a273af: Verifying Checksum [2025-06-23T05:53:08.752Z] 33b1e0a273af: Download complete [2025-06-23T05:53:08.752Z] 5d3b04190fa2: Verifying Checksum [2025-06-23T05:53:08.752Z] 5d3b04190fa2: Download complete [2025-06-23T05:53:08.752Z] ec43610c2a17: Verifying Checksum [2025-06-23T05:53:08.752Z] ec43610c2a17: Download complete [2025-06-23T05:53:09.010Z] 5eb5b503b376: Verifying Checksum [2025-06-23T05:53:09.010Z] 5eb5b503b376: Download complete [2025-06-23T05:53:09.577Z] 2f39f015ded8: Download complete [2025-06-23T05:53:10.141Z] 5eb5b503b376: Pull complete [2025-06-23T05:53:10.399Z] 5c69ac0246d0: Pull complete [2025-06-23T05:53:10.658Z] ec43610c2a17: Pull complete [2025-06-23T05:53:10.658Z] 3a2ae6a8a46f: Pull complete [2025-06-23T05:53:10.917Z] 33b1e0a273af: Pull complete [2025-06-23T05:53:10.917Z] 5d3b04190fa2: Pull complete [2025-06-23T05:53:15.102Z] 2f39f015ded8: Pull complete [2025-06-23T05:53:15.102Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-06-23T05:53:15.102Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-23T05:53:15.102Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-23T05:53:15.206Z] prd-ubuntu20.04-docker-8c-8g-3765 does not seem to be running inside a container [2025-06-23T05:53:15.242Z] $ 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/858/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/858 -v /w/workspace/edgex-go/858:/w/workspace/edgex-go/858:rw,z -v /w/workspace/edgex-go/858@tmp:/w/workspace/edgex-go/858@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-06-23T05:53:17.174Z] $ docker top 99eb7f6fe58e9c2d943513b38ea91b30db2ce452821c160fdfc03606fc245abc -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-23T05:53:17.519Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-06-23T05:53:17.805Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-06-23T05:53:18.089Z] + ls /var/log/sa-host [2025-06-23T05:53:18.089Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-23T05:53:18.126Z] provisioning config files... [2025-06-23T05:53:18.135Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/858@tmp/config5717631170898235091tmp [Pipeline] { [Pipeline] echo [2025-06-23T05:53:18.154Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-23T05:53:18.438Z] ---> create-netrc.sh [Pipeline] } [2025-06-23T05:53:18.445Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-06-23T05:53:18.759Z] ---> python-tools-install.sh [Pipeline] echo [2025-06-23T05:53:18.769Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-23T05:53:19.055Z] ---> sudo-logs.sh [2025-06-23T05:53:19.056Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-06-23T05:53:19.092Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-23T05:53:19.372Z] ---> job-cost.sh [2025-06-23T05:53:19.372Z] lf-activate-venv: SKIPPING [2025-06-23T05:53:19.372Z] DEBUG: total: 0.10999999940395355 [2025-06-23T05:53:19.372Z] INFO: Retrieving Stack Cost... [2025-06-23T05:53:19.630Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-06-23T05:53:19.889Z] INFO: Archiving Costs [Pipeline] echo [2025-06-23T05:53:20.163Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-23T05:53:20.443Z] ---> logs-deploy.sh [2025-06-23T05:53:20.444Z] lf-activate-venv: SKIPPING [2025-06-23T05:53:20.444Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/858 [2025-06-23T05:53:20.444Z] INFO: archiving workspace using pattern(s): [2025-06-23T05:53:21.380Z] Archives upload complete. [2025-06-23T05:53:21.640Z] INFO: archiving logs to Nexus [2025-06-23T05:53:22.207Z] ---> uname -a: [2025-06-23T05:53:22.207Z] Linux prd-ubuntu20-04-docker-8c-8g-3765 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2025-06-23T05:53:22.207Z] [2025-06-23T05:53:22.207Z]