Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 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-ssh2790228298530461805.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-ssh17297941215478668850.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-ssh8534246520911157184.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-ssh73463219771695349.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-ssh12985740017005085506.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-3225 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/853 [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/853 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca (main) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca # timeout=10 Commit message: "Merge pull request #5180 from yichun-chou/EDX-5631-branch" > git rev-list --no-walk 45e419daa151ee63a4257541cf143636bce1c2b4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-06-13T02:28:11.328Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-06-13T02:28:11.395Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-06-13T02:28:11.425Z] ========================================================= [2025-06-13T02:28:11.426Z] EdgeX Global Pipelines Version Info [2025-06-13T02:28:11.426Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-06-13T02:28:12.522Z] ------------------- [2025-06-13T02:28:12.522Z] stable info: [2025-06-13T02:28:12.522Z] ------------------- [2025-06-13T02:28:12.522Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-06-13T02:28:12.522Z] Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [2025-06-13T02:28:12.522Z] Message: update stable to v1.0.274 [2025-06-13T02:28:12.782Z] ------------------- [2025-06-13T02:28:12.782Z] experimental info: [2025-06-13T02:28:12.782Z] ------------------- [2025-06-13T02:28:12.782Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-06-13T02:28:12.782Z] Commit SHA: 8bc3b1671107dfff59e2863929571a4024cd8906 [2025-06-13T02:28:12.782Z] Message: update experimental to v1.0.275 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-06-13T02:28:12.874Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2025-06-13T02:28:12.892Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2025-06-13T02:28:12.915Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-06-13T02:28:12.937Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-06-13T02:28:12.963Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-06-13T02:28:12.988Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-06-13T02:28:13.010Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-06-13T02:28:13.040Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2025-06-13T02:28:13.068Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2025-06-13T02:28:13.098Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2025-06-13T02:28:13.119Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-06-13T02:28:13.145Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-06-13T02:28:13.167Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-06-13T02:28:13.186Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-06-13T02:28:13.211Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-06-13T02:28:13.240Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-06-13T02:28:13.261Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-06-13T02:28:13.290Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-06-13T02:28:13.313Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2025-06-13T02:28:13.336Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo [2025-06-13T02:28:13.359Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-06-13T02:28:13.384Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-06-13T02:28:13.410Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-06-13T02:28:13.431Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-06-13T02:28:13.455Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-06-13T02:28:13.479Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-06-13T02:28:13.506Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [Pipeline] echo [2025-06-13T02:28:13.536Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9e1f0a8 [Pipeline] echo [2025-06-13T02:28:13.558Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-13T02:28:13.627Z] provisioning config files... [2025-06-13T02:28:13.641Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/853@tmp/config7615454340474644412tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-13T02:28:13.985Z] ---> ****-login.sh [2025-06-13T02:28:13.985Z] nexus3.edgexfoundry.org:10001 [2025-06-13T02:28:14.245Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-13T02:28:14.507Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-13T02:28:14.507Z] Configure a credential helper to remove this warning. See [2025-06-13T02:28:14.507Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-13T02:28:14.507Z] [2025-06-13T02:28:14.507Z] Login Succeeded [2025-06-13T02:28:14.507Z] nexus3.edgexfoundry.org:10002 [2025-06-13T02:28:14.507Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-13T02:28:14.507Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-13T02:28:14.507Z] Configure a credential helper to remove this warning. See [2025-06-13T02:28:14.507Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-13T02:28:14.507Z] [2025-06-13T02:28:14.507Z] Login Succeeded [2025-06-13T02:28:14.507Z] nexus3.edgexfoundry.org:10003 [2025-06-13T02:28:14.508Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-13T02:28:14.508Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-13T02:28:14.508Z] Configure a credential helper to remove this warning. See [2025-06-13T02:28:14.508Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-13T02:28:14.508Z] [2025-06-13T02:28:14.508Z] Login Succeeded [2025-06-13T02:28:14.508Z] nexus3.edgexfoundry.org:10004 [2025-06-13T02:28:14.768Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-13T02:28:14.768Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-13T02:28:14.768Z] Configure a credential helper to remove this warning. See [2025-06-13T02:28:14.768Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-13T02:28:14.768Z] [2025-06-13T02:28:14.768Z] Login Succeeded [2025-06-13T02:28:14.768Z] ****.io [2025-06-13T02:28:14.768Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-13T02:28:15.028Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-13T02:28:15.028Z] Configure a credential helper to remove this warning. See [2025-06-13T02:28:15.028Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-13T02:28:15.028Z] [2025-06-13T02:28:15.028Z] Login Succeeded [2025-06-13T02:28:15.028Z] ---> ****-login.sh ends [Pipeline] } [2025-06-13T02:28:15.035Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-13T02:28:15.365Z] + 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-13T02:28:15.365Z] + + dirname cmd/core-command/Dockerfile [2025-06-13T02:28:15.365Z] cut -d/ -f2 [2025-06-13T02:28:15.365Z] + echo core-command,cmd/core-command/Dockerfile [2025-06-13T02:28:15.365Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2025-06-13T02:28:15.365Z] + cut -d/ -f2 [2025-06-13T02:28:15.365Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2025-06-13T02:28:15.365Z] + dirname cmd/core-data/Dockerfile [2025-06-13T02:28:15.365Z] + cut -d/ -f2 [2025-06-13T02:28:15.365Z] + echo core-data,cmd/core-data/Dockerfile [2025-06-13T02:28:15.365Z] + dirname cmd/core-keeper/Dockerfile [2025-06-13T02:28:15.365Z] + cut -d/ -f2 [2025-06-13T02:28:15.365Z] + echo core-keeper,cmd/core-keeper/Dockerfile [2025-06-13T02:28:15.365Z] + dirname cmd/core-metadata/Dockerfile [2025-06-13T02:28:15.365Z] + cut -d/ -f2 [2025-06-13T02:28:15.365Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2025-06-13T02:28:15.365Z] + dirname cmd/security-bootstrapper/Dockerfile [2025-06-13T02:28:15.365Z] + cut -d/ -f2 [2025-06-13T02:28:15.365Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2025-06-13T02:28:15.365Z] + dirname cmd/security-proxy-auth/Dockerfile [2025-06-13T02:28:15.365Z] + cut -d/ -f2 [2025-06-13T02:28:15.365Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2025-06-13T02:28:15.365Z] + + dirname cmd/security-proxy-setup/Dockerfile [2025-06-13T02:28:15.365Z] cut -d/ -f2 [2025-06-13T02:28:15.365Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2025-06-13T02:28:15.365Z] + dirname cmd/security-secretstore-setup/Dockerfile [2025-06-13T02:28:15.365Z] + cut -d/ -f2 [2025-06-13T02:28:15.365Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2025-06-13T02:28:15.365Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2025-06-13T02:28:15.365Z] + cut -d/ -f2 [2025-06-13T02:28:15.365Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2025-06-13T02:28:15.365Z] + dirname cmd/security-spire-agent/Dockerfile [2025-06-13T02:28:15.365Z] + cut -d/ -f2 [2025-06-13T02:28:15.365Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2025-06-13T02:28:15.365Z] + dirname cmd/security-spire-config/Dockerfile [2025-06-13T02:28:15.365Z] + cut -d/ -f2 [2025-06-13T02:28:15.365Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2025-06-13T02:28:15.365Z] + + dirname cmd/security-spire-server/Dockerfile [2025-06-13T02:28:15.365Z] cut -d/ -f2 [2025-06-13T02:28:15.365Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2025-06-13T02:28:15.365Z] + dirname+ cmd/support-notifications/Dockerfile [2025-06-13T02:28:15.365Z] cut -d/ -f2 [2025-06-13T02:28:15.365Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2025-06-13T02:28:15.365Z] + dirname cmd/support-scheduler/Dockerfile [2025-06-13T02:28:15.365Z] + cut -d/ -f2 [2025-06-13T02:28:15.365Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2025-06-13T02:28:15.402Z] 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-13T02:28:15.785Z] + git rev-list -1 --merges 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca~1..9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [Pipeline] echo [2025-06-13T02:28:15.797Z] -----------> git rev-list -1 --merges 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca~1..9e1f0a88a97ce66069006220ae0c81bb4e8f2dca 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:28:15.797Z] 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [false] [Pipeline] sh [2025-06-13T02:28:16.097Z] + git log --format=format:%s -1 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [Pipeline] echo [2025-06-13T02:28:16.114Z] ========================================================= [2025-06-13T02:28:16.114Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-06-13T02:28:16.114Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2025-06-13T02:28:16.536Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-06-13T02:28:16.536Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-06-13T02:28:16.536Z] + [ -e /tmp/ssh_known_hosts ] [2025-06-13T02:28:16.536Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-06-13T02:28:16.536Z] + + echosudo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= tee [2025-06-13T02:28:16.536Z] -a /etc/ssh/ssh_known_hosts [2025-06-13T02:28:16.536Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:28:16.903Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-13T02:28:16.903Z] [2025-06-13T02:28:16.903Z] 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-13T02:28:17.210Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-13T02:28:17.469Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-06-13T02:28:17.469Z] 3dae71ba6b94: Pulling fs layer [2025-06-13T02:28:17.469Z] 6bf1a483ea7c: Pulling fs layer [2025-06-13T02:28:17.469Z] f5dfc541a4d3: Pulling fs layer [2025-06-13T02:28:17.469Z] 461d9e800cba: Pulling fs layer [2025-06-13T02:28:17.469Z] 80192f66455f: Pulling fs layer [2025-06-13T02:28:17.469Z] 2e8e34ca0e6c: Pulling fs layer [2025-06-13T02:28:17.469Z] a29436f7fd5d: Pulling fs layer [2025-06-13T02:28:17.469Z] 923cac83aea3: Pulling fs layer [2025-06-13T02:28:17.469Z] 25ad8b0a4227: Pulling fs layer [2025-06-13T02:28:17.469Z] db01528c6b51: Pulling fs layer [2025-06-13T02:28:17.469Z] 28988de357af: Pulling fs layer [2025-06-13T02:28:17.469Z] 2e8e34ca0e6c: Waiting [2025-06-13T02:28:17.469Z] 923cac83aea3: Waiting [2025-06-13T02:28:17.469Z] 461d9e800cba: Waiting [2025-06-13T02:28:17.469Z] 25ad8b0a4227: Waiting [2025-06-13T02:28:17.469Z] 80192f66455f: Waiting [2025-06-13T02:28:17.469Z] db01528c6b51: Waiting [2025-06-13T02:28:17.469Z] 28988de357af: Waiting [2025-06-13T02:28:17.469Z] a29436f7fd5d: Waiting [2025-06-13T02:28:17.469Z] 6bf1a483ea7c: Verifying Checksum [2025-06-13T02:28:17.469Z] 6bf1a483ea7c: Download complete [2025-06-13T02:28:17.469Z] 461d9e800cba: Download complete [2025-06-13T02:28:17.469Z] 80192f66455f: Download complete [2025-06-13T02:28:17.469Z] f5dfc541a4d3: Verifying Checksum [2025-06-13T02:28:17.469Z] f5dfc541a4d3: Download complete [2025-06-13T02:28:17.729Z] 3dae71ba6b94: Download complete [2025-06-13T02:28:17.729Z] 923cac83aea3: Verifying Checksum [2025-06-13T02:28:17.729Z] 923cac83aea3: Download complete [2025-06-13T02:28:17.729Z] 25ad8b0a4227: Verifying Checksum [2025-06-13T02:28:17.729Z] 25ad8b0a4227: Download complete [2025-06-13T02:28:17.729Z] db01528c6b51: Verifying Checksum [2025-06-13T02:28:17.729Z] db01528c6b51: Download complete [2025-06-13T02:28:17.729Z] 28988de357af: Verifying Checksum [2025-06-13T02:28:17.729Z] 28988de357af: Download complete [2025-06-13T02:28:17.987Z] a29436f7fd5d: Verifying Checksum [2025-06-13T02:28:17.987Z] a29436f7fd5d: Download complete [2025-06-13T02:28:18.553Z] 2e8e34ca0e6c: Verifying Checksum [2025-06-13T02:28:18.553Z] 2e8e34ca0e6c: Download complete [2025-06-13T02:28:18.553Z] 3dae71ba6b94: Pull complete [2025-06-13T02:28:18.811Z] 6bf1a483ea7c: Pull complete [2025-06-13T02:28:19.383Z] f5dfc541a4d3: Pull complete [2025-06-13T02:28:19.383Z] 461d9e800cba: Pull complete [2025-06-13T02:28:19.641Z] 80192f66455f: Pull complete [2025-06-13T02:28:22.926Z] 2e8e34ca0e6c: Pull complete [2025-06-13T02:28:22.926Z] a29436f7fd5d: Pull complete [2025-06-13T02:28:23.185Z] 923cac83aea3: Pull complete [2025-06-13T02:28:23.185Z] 25ad8b0a4227: Pull complete [2025-06-13T02:28:23.185Z] db01528c6b51: Pull complete [2025-06-13T02:28:23.444Z] 28988de357af: Pull complete [2025-06-13T02:28:23.444Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-06-13T02:28:23.444Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-06-13T02:28:23.444Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-13T02:28:23.582Z] prd-ubuntu20.04-docker-8c-8g-3225 does not seem to be running inside a container [2025-06-13T02:28:23.619Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/853 -v /w/workspace/edgex-go/853:/w/workspace/edgex-go/853:rw,z -v /w/workspace/edgex-go/853@tmp:/w/workspace/edgex-go/853@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-06-13T02:28:26.197Z] $ docker top eae3900c77d538a3a8cb059ea0d63b673631642cda0841a1aa42e643041effad -eo pid,comm [2025-06-13T02:28:26.244Z] 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-13T02:28:26.244Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-06-13T02:28:26.299Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-13T02:28:26.300Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-13T02:28:26.414Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-13T02:28:26.422Z] $ docker exec eae3900c77d538a3a8cb059ea0d63b673631642cda0841a1aa42e643041effad ssh-agent [2025-06-13T02:28:26.529Z] SSH_AUTH_SOCK=/tmp/ssh-BoPSt1Xq4bi5/agent.31 [2025-06-13T02:28:26.529Z] SSH_AGENT_PID=37 [2025-06-13T02:28:26.535Z] Running ssh-add (command line suppressed) [2025-06-13T02:28:26.635Z] Identity added: /w/workspace/edgex-go/853@tmp/private_key_11464797055406119742.key (/w/workspace/edgex-go/853@tmp/private_key_11464797055406119742.key) [2025-06-13T02:28:26.644Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-13T02:28:26.938Z] + git tag --points-at HEAD [Pipeline] } [2025-06-13T02:28:26.955Z] $ docker exec --env ******** --env ******** eae3900c77d538a3a8cb059ea0d63b673631642cda0841a1aa42e643041effad ssh-agent -k [2025-06-13T02:28:27.044Z] unset SSH_AUTH_SOCK; [2025-06-13T02:28:27.044Z] unset SSH_AGENT_PID; [2025-06-13T02:28:27.044Z] echo Agent pid 37 killed; [2025-06-13T02:28:27.048Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-06-13T02:28:27.083Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-06-13T02:28:27.083Z] [ssh-agent] Looking for ssh-agent implementation... [2025-06-13T02:28:27.194Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-06-13T02:28:27.201Z] $ docker exec eae3900c77d538a3a8cb059ea0d63b673631642cda0841a1aa42e643041effad ssh-agent [2025-06-13T02:28:27.317Z] SSH_AUTH_SOCK=/tmp/ssh-jyta4bQPNsw2/agent.70 [2025-06-13T02:28:27.317Z] SSH_AGENT_PID=76 [2025-06-13T02:28:27.321Z] Running ssh-add (command line suppressed) [2025-06-13T02:28:27.417Z] Identity added: /w/workspace/edgex-go/853@tmp/private_key_12120166528901768882.key (/w/workspace/edgex-go/853@tmp/private_key_12120166528901768882.key) [2025-06-13T02:28:27.428Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-06-13T02:28:27.721Z] + git semver init [2025-06-13T02:28:27.980Z] 2025-06-13 02:28:27,934 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-06-13T02:28:27.980Z] 2025-06-13 02:28:27,937 [run_init] DEBUG init version:0.0.0 force:False [2025-06-13T02:28:27.980Z] 2025-06-13 02:28:27,938 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/853/.semver [2025-06-13T02:28:27.980Z] 2025-06-13 02:28:27,938 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/853/.semver [2025-06-13T02:28:27.980Z] 2025-06-13 02:28:27,938 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/853/.semver'], cwd=/w/workspace/edgex-go/853, stdin=None, shell=False, universal_newlines=False) [2025-06-13T02:28:33.253Z] 2025-06-13 02:28:33,174 [append_file] DEBUG append to file:/w/workspace/edgex-go/853/.git/info/exclude [2025-06-13T02:28:33.253Z] 2025-06-13 02:28:33,174 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/853/.semver/main with force:False [2025-06-13T02:28:33.253Z] 2025-06-13 02:28:33,174 [read_version] DEBUG read version from /w/workspace/edgex-go/853/.semver/main [2025-06-13T02:28:33.253Z] 2025-06-13 02:28:33,174 [read_version] DEBUG read version from /w/workspace/edgex-go/853/.semver/main [2025-06-13T02:28:33.253Z] 4.1.0-dev.24 [Pipeline] } [2025-06-13T02:28:33.268Z] $ docker exec --env ******** --env ******** eae3900c77d538a3a8cb059ea0d63b673631642cda0841a1aa42e643041effad ssh-agent -k [2025-06-13T02:28:33.372Z] unset SSH_AUTH_SOCK; [2025-06-13T02:28:33.372Z] unset SSH_AGENT_PID; [2025-06-13T02:28:33.372Z] echo Agent pid 76 killed; [2025-06-13T02:28:33.377Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-13T02:28:33.707Z] + git semver [Pipeline] } [2025-06-13T02:28:33.984Z] $ docker stop --time=1 eae3900c77d538a3a8cb059ea0d63b673631642cda0841a1aa42e643041effad [2025-06-13T02:28:35.270Z] $ docker rm -f --volumes eae3900c77d538a3a8cb059ea0d63b673631642cda0841a1aa42e643041effad [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-13T02:28:35.612Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-06-13T02:28:35.835Z] Stashed 1 file(s) [Pipeline] echo [2025-06-13T02:28:35.839Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.24 [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-13T02:28:36.269Z] + git config --global --add safe.directory /w/workspace/edgex-go/853 [Pipeline] echo [2025-06-13T02:28:36.283Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-13T02:28:36.302Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-13T02:28:36.316Z] ========================================================= [2025-06-13T02:28:36.316Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-06-13T02:28:36.316Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2025-06-13T02:28:36.616Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-06-13T02:28:36.616Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2025-06-13T02:28:36.616Z] 0a9a5dfd008f: Pulling fs layer [2025-06-13T02:28:36.616Z] dbfa0bcfca99: Pulling fs layer [2025-06-13T02:28:36.616Z] 70eabb1d9476: Pulling fs layer [2025-06-13T02:28:36.616Z] 957bedc73fa3: Pulling fs layer [2025-06-13T02:28:36.616Z] 4f4fb700ef54: Pulling fs layer [2025-06-13T02:28:36.616Z] f40432e63723: Pulling fs layer [2025-06-13T02:28:36.616Z] 90b4343acab7: Pulling fs layer [2025-06-13T02:28:36.616Z] 9f67ea4ac784: Pulling fs layer [2025-06-13T02:28:36.616Z] 9228b9a606be: Pulling fs layer [2025-06-13T02:28:36.616Z] f40432e63723: Waiting [2025-06-13T02:28:36.616Z] 90b4343acab7: Waiting [2025-06-13T02:28:36.616Z] 9f67ea4ac784: Waiting [2025-06-13T02:28:36.616Z] 9228b9a606be: Waiting [2025-06-13T02:28:36.616Z] 957bedc73fa3: Waiting [2025-06-13T02:28:36.616Z] 4f4fb700ef54: Waiting [2025-06-13T02:28:36.616Z] dbfa0bcfca99: Verifying Checksum [2025-06-13T02:28:36.616Z] dbfa0bcfca99: Download complete [2025-06-13T02:28:36.616Z] 957bedc73fa3: Download complete [2025-06-13T02:28:36.616Z] 4f4fb700ef54: Download complete [2025-06-13T02:28:36.616Z] 0a9a5dfd008f: Download complete [2025-06-13T02:28:36.616Z] f40432e63723: Verifying Checksum [2025-06-13T02:28:36.616Z] f40432e63723: Download complete [2025-06-13T02:28:36.616Z] 90b4343acab7: Verifying Checksum [2025-06-13T02:28:36.616Z] 90b4343acab7: Download complete [2025-06-13T02:28:36.876Z] 0a9a5dfd008f: Pull complete [2025-06-13T02:28:37.135Z] dbfa0bcfca99: Pull complete [2025-06-13T02:28:37.135Z] 9228b9a606be: Download complete [2025-06-13T02:28:37.135Z] 70eabb1d9476: Download complete [2025-06-13T02:28:37.395Z] 9f67ea4ac784: Verifying Checksum [2025-06-13T02:28:37.395Z] 9f67ea4ac784: Download complete [2025-06-13T02:28:40.674Z] 70eabb1d9476: Pull complete [2025-06-13T02:28:40.674Z] 957bedc73fa3: Pull complete [2025-06-13T02:28:40.674Z] 4f4fb700ef54: Pull complete [2025-06-13T02:28:40.674Z] f40432e63723: Pull complete [2025-06-13T02:28:40.674Z] 90b4343acab7: Pull complete [2025-06-13T02:28:43.200Z] 9f67ea4ac784: Pull complete [2025-06-13T02:28:43.767Z] 9228b9a606be: Pull complete [2025-06-13T02:28:43.767Z] Digest: sha256:8624f2d6e550924f0bb3d85449bc2b709d2d814d70f184131ba6a0cb4b0346e0 [2025-06-13T02:28:43.767Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-06-13T02:28:43.767Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh [2025-06-13T02:28:44.067Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-06-13T02:28:44.067Z] WORKDIR /edgex [2025-06-13T02:28:44.067Z] COPY go.mod . [2025-06-13T02:28:44.067Z] RUN go mod download [2025-06-13T02:28:44.067Z] + docker build -t ci-base-image-x86_64 -f - . [2025-06-13T02:28:44.634Z] Sending build context to Docker daemon 185.9MB [2025-06-13T02:28:44.634Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-06-13T02:28:44.634Z] ---> 69404ca5bff2 [2025-06-13T02:28:44.634Z] Step 2/4 : WORKDIR /edgex [2025-06-13T02:28:48.832Z] ---> Running in 79732b5ed9ea [2025-06-13T02:28:49.093Z] Removing intermediate container 79732b5ed9ea [2025-06-13T02:28:49.093Z] ---> 1c53c41e2ca0 [2025-06-13T02:28:49.093Z] Step 3/4 : COPY go.mod . [2025-06-13T02:28:49.093Z] ---> 7cfc44dc325d [2025-06-13T02:28:49.093Z] Step 4/4 : RUN go mod download [2025-06-13T02:28:49.093Z] ---> Running in d1f56d2e3159 [2025-06-13T02:28:50.943Z] Still waiting to schedule task [2025-06-13T02:28:50.943Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-3221’ is offline [2025-06-13T02:29:07.187Z] Removing intermediate container d1f56d2e3159 [2025-06-13T02:29:07.187Z] ---> e940297cbd18 [2025-06-13T02:29:07.446Z] Successfully built e940297cbd18 [2025-06-13T02:29:07.446Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:29:07.761Z] + docker inspect -f . ci-base-image-x86_64 [2025-06-13T02:29:07.761Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-13T02:29:07.840Z] prd-ubuntu20.04-docker-8c-8g-3225 does not seem to be running inside a container [2025-06-13T02:29:07.869Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/853 -v /w/workspace/edgex-go/853:/w/workspace/edgex-go/853:rw,z -v /w/workspace/edgex-go/853@tmp:/w/workspace/edgex-go/853@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-06-13T02:29:08.205Z] $ docker top a1c343fd362bd0275fa087c871327a818cded4953044ae2e81d9a2fb14d1a968 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-13T02:29:08.553Z] + go version [2025-06-13T02:29:08.553Z] go version go1.23.8 linux/amd64 [Pipeline] } [2025-06-13T02:29:08.567Z] $ docker stop --time=1 a1c343fd362bd0275fa087c871327a818cded4953044ae2e81d9a2fb14d1a968 [2025-06-13T02:29:09.837Z] $ docker rm -f --volumes a1c343fd362bd0275fa087c871327a818cded4953044ae2e81d9a2fb14d1a968 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:29:10.272Z] + docker inspect -f . ci-base-image-x86_64 [2025-06-13T02:29:10.272Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-13T02:29:10.361Z] prd-ubuntu20.04-docker-8c-8g-3225 does not seem to be running inside a container [2025-06-13T02:29:10.396Z] $ 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/853 -v /w/workspace/edgex-go/853:/w/workspace/edgex-go/853:rw,z -v /w/workspace/edgex-go/853@tmp:/w/workspace/edgex-go/853@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-06-13T02:29:10.771Z] $ docker top 3ce2a6ed7bde6ce502a0fbf677b9ed34c25aee5d86aafd655c3d9fd1d58a3f1f -eo pid,comm [Pipeline] { [Pipeline] echo [2025-06-13T02:29:10.842Z] ========================================================= [2025-06-13T02:29:10.842Z] [edgeXBuildGoParallel] Running Tests and Build... [2025-06-13T02:29:10.842Z] ========================================================= [Pipeline] sh [2025-06-13T02:29:11.121Z] + git config --global --add safe.directory /w/workspace/edgex-go/853 [Pipeline] fileExists [Pipeline] sh [2025-06-13T02:29:11.422Z] + make test [2025-06-13T02:29:11.422Z] go test -race -coverprofile=coverage.out ./... [2025-06-13T02:29:19.591Z] ? github.com/edgexfoundry/edgex-go [no test files] [2025-06-13T02:29:41.643Z] github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements [2025-06-13T02:29:41.643Z] github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements [2025-06-13T02:29:41.643Z] github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements [2025-06-13T02:29:41.643Z] github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements [2025-06-13T02:29:41.643Z] github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements [2025-06-13T02:29:41.903Z] github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements [2025-06-13T02:29:41.903Z] github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements [2025-06-13T02:29:41.903Z] github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements [2025-06-13T02:29:41.903Z] github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements [2025-06-13T02:29:41.903Z] github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements [2025-06-13T02:29:42.162Z] github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements [2025-06-13T02:29:42.162Z] github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements [2025-06-13T02:29:42.162Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2025-06-13T02:29:42.162Z] github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements [2025-06-13T02:29:42.162Z] github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements [2025-06-13T02:29:42.162Z] github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements [2025-06-13T02:29:42.162Z] github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements [2025-06-13T02:29:43.098Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.023s coverage: 42.3% of statements [2025-06-13T02:29:43.356Z] github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements [2025-06-13T02:29:43.356Z] github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements [2025-06-13T02:29:43.922Z] github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements [2025-06-13T02:29:43.922Z] github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements [2025-06-13T02:29:44.181Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.035s coverage: 97.0% of statements [2025-06-13T02:29:44.747Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] [2025-06-13T02:29:44.747Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2025-06-13T02:29:44.747Z] github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements [2025-06-13T02:29:44.747Z] github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements [2025-06-13T02:29:44.747Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements [2025-06-13T02:29:44.747Z] github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-06-13T02:29:44.747Z] github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements [2025-06-13T02:29:44.747Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] [2025-06-13T02:29:44.747Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements [2025-06-13T02:29:44.747Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements [2025-06-13T02:29:46.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] [2025-06-13T02:29:46.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] [2025-06-13T02:29:46.120Z] github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements [2025-06-13T02:29:46.120Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements [2025-06-13T02:29:46.120Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements [2025-06-13T02:29:46.120Z] github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-06-13T02:29:47.491Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.053s coverage: 69.2% of statements [2025-06-13T02:29:47.491Z] ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.017s coverage: 3.5% of statements [2025-06-13T02:29:47.491Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.053s coverage: 45.2% of statements [2025-06-13T02:29:47.491Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements [2025-06-13T02:29:47.491Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements [2025-06-13T02:29:47.491Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.917s coverage: 93.4% of statements [2025-06-13T02:29:47.491Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.044s coverage: 92.3% of statements [2025-06-13T02:29:48.424Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.046s coverage: 8.4% of statements [2025-06-13T02:29:49.364Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] [2025-06-13T02:29:49.364Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2025-06-13T02:29:49.364Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2025-06-13T02:29:49.364Z] github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements [2025-06-13T02:29:49.364Z] github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements [2025-06-13T02:29:49.364Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements [2025-06-13T02:29:49.364Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements [2025-06-13T02:29:49.364Z] github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements [2025-06-13T02:29:49.364Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2025-06-13T02:29:49.364Z] github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-06-13T02:29:49.364Z] github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements [2025-06-13T02:29:49.364Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements [2025-06-13T02:29:49.364Z] github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements [2025-06-13T02:29:49.364Z] github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements [2025-06-13T02:29:50.737Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.339s coverage: 95.8% of statements [2025-06-13T02:29:50.737Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.025s coverage: 72.2% of statements [2025-06-13T02:29:50.996Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/cache coverage: 0.0% of statements [2025-06-13T02:29:50.996Z] github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements [2025-06-13T02:29:50.996Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2025-06-13T02:29:50.996Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] [2025-06-13T02:29:50.996Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements [2025-06-13T02:29:50.996Z] github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements [2025-06-13T02:29:52.368Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.034s coverage: 0.0% of statements [no tests to run] [2025-06-13T02:29:52.368Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.042s coverage: 1.0% of statements [2025-06-13T02:29:52.368Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.027s coverage: 38.1% of statements [2025-06-13T02:29:52.368Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.018s coverage: 81.1% of statements [2025-06-13T02:29:52.625Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.018s coverage: 40.0% of statements [2025-06-13T02:29:52.625Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.022s coverage: 87.1% of statements [2025-06-13T02:29:52.625Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.012s coverage: 94.1% of statements [2025-06-13T02:29:52.625Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.026s coverage: 96.3% of statements [2025-06-13T02:29:52.625Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements [2025-06-13T02:29:52.625Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements [2025-06-13T02:29:52.625Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements [2025-06-13T02:29:53.197Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2025-06-13T02:29:53.197Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements [2025-06-13T02:29:53.197Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements [2025-06-13T02:29:53.197Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements [2025-06-13T02:29:53.470Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.018s coverage: 87.5% of statements [2025-06-13T02:29:54.406Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements [2025-06-13T02:29:54.406Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements [2025-06-13T02:29:54.406Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements [2025-06-13T02:29:54.406Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements [2025-06-13T02:29:54.406Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements [2025-06-13T02:29:54.406Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements [2025-06-13T02:29:54.406Z] github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements [2025-06-13T02:29:54.973Z] github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements [2025-06-13T02:29:54.973Z] github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements [2025-06-13T02:29:55.539Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements [2025-06-13T02:29:56.913Z] github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements [2025-06-13T02:29:57.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2025-06-13T02:29:59.075Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements [2025-06-13T02:29:59.642Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements [2025-06-13T02:29:59.642Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements [2025-06-13T02:29:59.642Z] github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements [2025-06-13T02:30:02.941Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements [2025-06-13T02:30:03.200Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements [2025-06-13T02:30:03.200Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements [2025-06-13T02:30:03.459Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] [2025-06-13T02:30:03.459Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] [2025-06-13T02:30:03.459Z] github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-06-13T02:30:04.835Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.031s coverage: 94.4% of statements [2025-06-13T02:30:05.401Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements [2025-06-13T02:30:05.401Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements [2025-06-13T02:30:05.401Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements [2025-06-13T02:30:05.401Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements [2025-06-13T02:30:05.401Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2025-06-13T02:30:05.401Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements [2025-06-13T02:30:05.966Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements [2025-06-13T02:30:05.966Z] github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements [2025-06-13T02:30:05.966Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements [2025-06-13T02:30:06.224Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements [2025-06-13T02:30:06.224Z] github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements [2025-06-13T02:30:06.224Z] github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements [2025-06-13T02:30:07.599Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements [2025-06-13T02:30:07.599Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements [2025-06-13T02:30:07.599Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements [2025-06-13T02:30:07.599Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements [2025-06-13T02:30:08.533Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] [2025-06-13T02:30:08.534Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2025-06-13T02:30:08.534Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements [2025-06-13T02:30:08.534Z] github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-06-13T02:30:08.791Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements [2025-06-13T02:30:08.791Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements [2025-06-13T02:30:08.791Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements [2025-06-13T02:30:10.163Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2025-06-13T02:30:10.163Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] [2025-06-13T02:30:10.164Z] github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements [2025-06-13T02:30:15.438Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.047s coverage: 92.9% of statements [2025-06-13T02:30:15.438Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.022s coverage: 68.8% of statements [2025-06-13T02:30:15.438Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.028s coverage: 62.3% of statements [2025-06-13T02:30:15.438Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.019s coverage: 47.4% of statements [2025-06-13T02:30:15.438Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.027s coverage: 87.2% of statements [2025-06-13T02:30:15.438Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.018s coverage: 15.5% of statements [2025-06-13T02:30:15.438Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.015s coverage: 100.0% of statements [2025-06-13T02:30:15.438Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.098s coverage: 81.8% of statements [2025-06-13T02:30:15.438Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.079s coverage: 82.1% of statements [2025-06-13T02:30:15.438Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.022s coverage: 86.0% of statements [2025-06-13T02:30:15.438Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.039s coverage: 6.8% of statements [2025-06-13T02:30:15.438Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.046s coverage: 33.3% of statements [2025-06-13T02:30:15.438Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.043s coverage: 100.0% of statements [2025-06-13T02:30:15.438Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.166s coverage: 54.5% of statements [2025-06-13T02:30:15.438Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.022s coverage: 89.4% of statements [2025-06-13T02:30:15.438Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.018s coverage: 100.0% of statements [2025-06-13T02:30:15.438Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.019s coverage: 73.7% of statements [2025-06-13T02:30:15.438Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.016s coverage: 100.0% of statements [2025-06-13T02:30:15.438Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.027s coverage: 88.6% of statements [2025-06-13T02:30:15.438Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.032s coverage: 96.8% of statements [2025-06-13T02:30:15.438Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.017s coverage: 100.0% of statements [2025-06-13T02:30:15.438Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.149s coverage: 29.2% of statements [2025-06-13T02:30:15.438Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.021s coverage: 93.8% of statements [2025-06-13T02:30:15.438Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.022s coverage: 3.1% of statements [2025-06-13T02:30:15.438Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.020s coverage: 76.2% of statements [2025-06-13T02:30:15.438Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.021s coverage: 54.0% of statements [2025-06-13T02:30:15.438Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.054s coverage: 17.0% of statements [2025-06-13T02:30:15.438Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.136s coverage: 94.9% of statements [2025-06-13T02:30:15.438Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.034s coverage: 9.0% of statements [2025-06-13T02:30:15.438Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.067s coverage: 97.7% of statements [2025-06-13T02:30:15.438Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.031s coverage: 43.6% of statements [2025-06-13T02:30:15.438Z] 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-13T02:30:15.438Z] running golangci-lint [2025-06-13T02:30:15.438Z] golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z [2025-06-13T02:30:15.438Z] go version go1.23.8 linux/amd64 [2025-06-13T02:30:15.696Z] 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-13T02:30:15.696Z] level=info msg="[config_reader] Used config file .golangci.yml" [2025-06-13T02:30:15.696Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [2025-06-13T02:30:37.489Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-3226 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2025-06-13T02:30:37.515Z] Running in /w/workspace/edgex-go/853 [Pipeline] { [Pipeline] checkout [2025-06-13T02:30:37.617Z] level=info msg="[loader] Go packages loading at mode 575 (deps|exports_file|types_sizes|compiled_files|files|imports|name) took 21.54775391s" [2025-06-13T02:30:37.617Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 38.109341ms" [2025-06-13T02:30:40.577Z] The recommended git tool is: git [2025-06-13T02:30:45.249Z] using credential edgex-jenkins-ssh [2025-06-13T02:30:45.266Z] Cloning the remote Git repository [2025-06-13T02:30:45.325Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2025-06-13T02:30:45.414Z] > git init /w/workspace/edgex-go/853 # timeout=10 [2025-06-13T02:30:45.553Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2025-06-13T02:30:45.554Z] > git --version # timeout=10 [2025-06-13T02:30:45.574Z] > git --version # 'git version 2.25.1' [2025-06-13T02:30:45.576Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-06-13T02:30:45.714Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-06-13T02:30:49.843Z] level=info msg="[linters_context/goanalysis] analyzers took 1m35.233154755s with top 10 stages: buildir: 53.024487695s, gosec: 3.730463221s, fact_deprecated: 2.414162222s, inspect: 2.321386532s, ctrlflow: 1.669651706s, printf: 1.540792078s, fact_purity: 1.321887204s, directives: 1.064532993s, nilness: 966.051655ms, S1038: 875.338838ms" [2025-06-13T02:30:49.843Z] level=info msg="[runner] Issues before processing: 202, after processing: 0" [2025-06-13T02:30:49.843Z] level=info msg="[runner] Processors filtering stat (in/out): exclude-rules: 202/20, skip_dirs: 202/202, identifier_marker: 202/202, nolint: 20/0, autogenerated_exclude: 202/202, exclude: 202/202, skip_files: 202/202, invalid_issue: 202/202, path_prettifier: 202/202, cgo: 202/202, filename_unadjuster: 202/202" [2025-06-13T02:30:49.843Z] level=info msg="[runner] processing took 15.892942ms with stages: nolint: 6.933748ms, identifier_marker: 3.471855ms, path_prettifier: 1.739981ms, autogenerated_exclude: 1.61029ms, exclude-rules: 1.136129ms, skip_dirs: 933.198µs, cgo: 25.82µs, invalid_issue: 25.23µs, filename_unadjuster: 12.341µs, max_same_issues: 1.46µs, uniq_by_line: 560ns, fixer: 400ns, skip_files: 360ns, exclude: 260ns, source_code: 250ns, diff: 240ns, sort_results: 230ns, max_from_linter: 160ns, max_per_file_from_linter: 120ns, path_shortener: 110ns, path_prefixer: 100ns, severity-rules: 100ns" [2025-06-13T02:30:49.844Z] level=info msg="[runner] linters took 11.157422425s with stages: goanalysis_metalinter: 11.141413212s" [2025-06-13T02:30:49.844Z] level=info msg="File cache stats: 0 entries of total size 0B" [2025-06-13T02:30:49.844Z] level=info msg="Memory: 329 samples, avg is 281.8MB, max is 1172.6MB" [2025-06-13T02:30:49.844Z] level=info msg="Execution took 32.751607527s" [2025-06-13T02:30:49.844Z] go vet ./... [2025-06-13T02:30:55.104Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-06-13T02:30:55.104Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-06-13T02:30:55.104Z] ./bin/test-attribution-txt.sh [2025-06-13T02:30:55.104Z] An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add [2025-06-13T02:30:55.104Z] An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [Pipeline] echo [2025-06-13T02:30:55.117Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh [2025-06-13T02:30:55.406Z] + ls -al . [2025-06-13T02:30:55.406Z] total 1992 [2025-06-13T02:30:55.406Z] drwxrwxr-x 11 1001 1001 4096 Jun 13 02:29 . [2025-06-13T02:30:55.406Z] drwxr-xr-x 4 root root 4096 Jun 13 02:29 .. [2025-06-13T02:30:55.406Z] drwxrwxr-x 2 1001 1001 4096 Jun 13 02:28 .blubracket [2025-06-13T02:30:55.406Z] -rw-rw-r-- 1 1001 1001 10 Jun 13 02:28 .dockerignore [2025-06-13T02:30:55.406Z] drwxrwxr-x 8 1001 1001 4096 Jun 13 02:30 .git [2025-06-13T02:30:55.406Z] drwxrwxr-x 3 1001 1001 4096 Jun 13 02:28 .github [2025-06-13T02:30:55.406Z] -rw-rw-r-- 1 1001 1001 909 Jun 13 02:28 .gitignore [2025-06-13T02:30:55.406Z] -rw-rw-r-- 1 1001 1001 218 Jun 13 02:28 .golangci.yml [2025-06-13T02:30:55.406Z] -rw-rw-r-- 1 1001 1001 100 Jun 13 02:28 .hadolint.yml [2025-06-13T02:30:55.406Z] drwxr-xr-x 3 1001 1001 4096 Jun 13 02:28 .semver [2025-06-13T02:30:55.406Z] -rw-rw-r-- 1 1001 1001 155 Jun 13 02:28 .sonarcloud.properties [2025-06-13T02:30:55.406Z] -rw-rw-r-- 1 1001 1001 1171 Jun 13 02:28 ADOPTERS.md [2025-06-13T02:30:55.406Z] -rw-rw-r-- 1 1001 1001 17374 Jun 13 02:28 Attribution.txt [2025-06-13T02:30:55.406Z] -rw-rw-r-- 1 1001 1001 108018 Jun 13 02:28 CHANGELOG.md [2025-06-13T02:30:55.406Z] -rw-rw-r-- 1 1001 1001 3804 Jun 13 02:28 CONTRIBUTING.md [2025-06-13T02:30:55.406Z] -rw-rw-r-- 1 1001 1001 677 Jun 13 02:28 GOVERNANCE.md [2025-06-13T02:30:55.406Z] -rw-rw-r-- 1 1001 1001 858 Jun 13 02:28 Jenkinsfile [2025-06-13T02:30:55.406Z] -rw-rw-r-- 1 1001 1001 10775 Jun 13 02:28 LICENSE [2025-06-13T02:30:55.406Z] -rw-rw-r-- 1 1001 1001 16740 Jun 13 02:28 Makefile [2025-06-13T02:30:55.406Z] -rw-rw-r-- 1 1001 1001 582 Jun 13 02:28 OWNERS.md [2025-06-13T02:30:55.406Z] -rw-rw-r-- 1 1001 1001 9932 Jun 13 02:28 README.md [2025-06-13T02:30:55.406Z] -rw-rw-r-- 1 1001 1001 789 Jun 13 02:28 SECURITY.md [2025-06-13T02:30:55.406Z] -rw-rw-r-- 1 1001 1001 12 Jun 13 02:28 VERSION [2025-06-13T02:30:55.406Z] drwxrwxr-x 2 1001 1001 4096 Jun 13 02:28 bin [2025-06-13T02:30:55.406Z] drwxrwxr-x 19 1001 1001 4096 Jun 13 02:28 cmd [2025-06-13T02:30:55.406Z] -rw-r--r-- 1 root root 1662280 Jun 13 02:30 coverage.out [2025-06-13T02:30:55.406Z] drwxrwxr-x 2 1001 1001 4096 Jun 13 02:28 fuzz_test [2025-06-13T02:30:55.406Z] -rw-rw-r-- 1 1001 1001 6474 Jun 13 02:28 go.mod [2025-06-13T02:30:55.406Z] -rw-rw-r-- 1 1001 1001 88008 Jun 13 02:28 go.sum [2025-06-13T02:30:55.406Z] drwxrwxr-x 7 1001 1001 4096 Jun 13 02:28 internal [2025-06-13T02:30:55.406Z] drwxrwxr-x 2 1001 1001 4096 Jun 13 02:28 openapi [2025-06-13T02:30:55.406Z] -rw-rw-r-- 1 1001 1001 584 Jun 13 02:28 security.txt [2025-06-13T02:30:55.406Z] -rw-rw-r-- 1 1001 1001 204 Jun 13 02:28 version.go [Pipeline] sh [2025-06-13T02:30:55.691Z] + '[' -e coverage.out ] [2025-06-13T02:30:55.691Z] + chown 1001:1001 coverage.out [Pipeline] stash [2025-06-13T02:30:55.844Z] Stashed 1 file(s) [Pipeline] sh [2025-06-13T02:30:56.132Z] + make build [2025-06-13T02:30:56.132Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-06-13T02:31:06.020Z] Avoid second fetch [2025-06-13T02:31:06.021Z] Checking out Revision 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca (main) [2025-06-13T02:31:06.810Z] Commit message: "Merge pull request #5180 from yichun-chou/EDX-5631-branch" [2025-06-13T02:31:05.162Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2025-06-13T02:31:05.185Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-06-13T02:31:06.038Z] > git config core.sparsecheckout # timeout=10 [2025-06-13T02:31:06.098Z] > git checkout -f 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-06-13T02:31:11.570Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2025-06-13T02:31:11.570Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-06-13T02:31:11.570Z] Dload Upload Total Spent Left Speed [2025-06-13T02:31:11.570Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13063 100 13063 0 0 84824 0 --:--:-- --:--:-- --:--:-- 84824 [Pipeline] sh [2025-06-13T02:31:11.901Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2025-06-13T02:31:12.230Z] + + sudo teesudo /etc/docker/daemon.new jq [2025-06-13T02:31:12.230Z] . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2025-06-13T02:31:12.230Z] { [2025-06-13T02:31:12.230Z] "registry-mirrors": [ [2025-06-13T02:31:12.230Z] "https://nexus3.edgexfoundry.org:10001" [2025-06-13T02:31:12.230Z] ], [2025-06-13T02:31:12.230Z] "bip": "10.250.0.254/24", [2025-06-13T02:31:12.230Z] "hosts": [ [2025-06-13T02:31:12.230Z] "tcp://0.0.0.0:5555", [2025-06-13T02:31:12.230Z] "unix:///var/run/docker.sock" [2025-06-13T02:31:12.230Z] ], [2025-06-13T02:31:12.230Z] "mtu": 1458, [2025-06-13T02:31:12.230Z] "selinux-enabled": true, [2025-06-13T02:31:12.230Z] "seccomp-profile": "/etc/docker/seccomp.json" [2025-06-13T02:31:12.230Z] } [Pipeline] sh [2025-06-13T02:31:12.554Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2025-06-13T02:31:12.880Z] + sudo service docker restart [2025-06-13T02:31:18.087Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-06-13T02:31:18.087Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-06-13T02:31:19.019Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-06-13T02:31:19.583Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-06-13T02:31:20.955Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-06-13T02:31:26.215Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-06-13T02:31:27.591Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-06-13T02:31:29.495Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-13T02:31:31.262Z] provisioning config files... [2025-06-13T02:31:31.290Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/853@tmp/config4144466669163634439tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-13T02:31:31.723Z] ---> ****-login.sh [2025-06-13T02:31:31.723Z] nexus3.edgexfoundry.org:10001 [2025-06-13T02:31:31.994Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-13T02:31:32.025Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-06-13T02:31:32.267Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-13T02:31:32.267Z] Configure a credential helper to remove this warning. See [2025-06-13T02:31:32.267Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-13T02:31:32.267Z] [2025-06-13T02:31:32.267Z] Login Succeeded [2025-06-13T02:31:32.267Z] nexus3.edgexfoundry.org:10002 [2025-06-13T02:31:32.536Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-13T02:31:32.806Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-13T02:31:32.806Z] Configure a credential helper to remove this warning. See [2025-06-13T02:31:32.806Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-13T02:31:32.806Z] [2025-06-13T02:31:32.806Z] Login Succeeded [2025-06-13T02:31:32.806Z] nexus3.edgexfoundry.org:10003 [2025-06-13T02:31:32.957Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-06-13T02:31:33.089Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-13T02:31:33.090Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-13T02:31:33.090Z] Configure a credential helper to remove this warning. See [2025-06-13T02:31:33.090Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-13T02:31:33.090Z] [2025-06-13T02:31:33.090Z] Login Succeeded [2025-06-13T02:31:33.090Z] nexus3.edgexfoundry.org:10004 [2025-06-13T02:31:33.373Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-13T02:31:33.655Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-13T02:31:33.655Z] Configure a credential helper to remove this warning. See [2025-06-13T02:31:33.655Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-13T02:31:33.655Z] [2025-06-13T02:31:33.655Z] Login Succeeded [2025-06-13T02:31:33.655Z] ****.io [2025-06-13T02:31:33.926Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-13T02:31:34.201Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-13T02:31:34.201Z] Configure a credential helper to remove this warning. See [2025-06-13T02:31:34.201Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-13T02:31:34.201Z] [2025-06-13T02:31:34.201Z] Login Succeeded [2025-06-13T02:31:34.201Z] ---> ****-login.sh ends [Pipeline] } [2025-06-13T02:31:34.215Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2025-06-13T02:31:34.330Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] sh [2025-06-13T02:31:34.896Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2025-06-13T02:31:34.927Z] + git config --global --add safe.directory /w/workspace/edgex-go/853 [Pipeline] echo [2025-06-13T02:31:34.948Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-13T02:31:34.968Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-13T02:31:34.990Z] ========================================================= [2025-06-13T02:31:34.990Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2025-06-13T02:31:34.990Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2025-06-13T02:31:35.318Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-06-13T02:31:36.283Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-06-13T02:31:36.283Z] 94e9d8af2201: Pulling fs layer [2025-06-13T02:31:36.283Z] 634366ca850b: Pulling fs layer [2025-06-13T02:31:36.283Z] f66ade281fe9: Pulling fs layer [2025-06-13T02:31:36.283Z] 13fd4ce6e94e: Pulling fs layer [2025-06-13T02:31:36.283Z] 4f4fb700ef54: Pulling fs layer [2025-06-13T02:31:36.283Z] 4cccf3f17d63: Pulling fs layer [2025-06-13T02:31:36.283Z] 2d8010953d95: Pulling fs layer [2025-06-13T02:31:36.283Z] ec743f232bc5: Pulling fs layer [2025-06-13T02:31:36.283Z] 4cccf3f17d63: Waiting [2025-06-13T02:31:36.283Z] 2d8010953d95: Waiting [2025-06-13T02:31:36.283Z] ec743f232bc5: Waiting [2025-06-13T02:31:36.283Z] 13fd4ce6e94e: Waiting [2025-06-13T02:31:36.283Z] 4f4fb700ef54: Waiting [2025-06-13T02:31:36.283Z] 634366ca850b: Verifying Checksum [2025-06-13T02:31:36.283Z] 634366ca850b: Download complete [2025-06-13T02:31:36.283Z] 13fd4ce6e94e: Verifying Checksum [2025-06-13T02:31:36.283Z] 13fd4ce6e94e: Download complete [2025-06-13T02:31:36.283Z] 4f4fb700ef54: Verifying Checksum [2025-06-13T02:31:36.283Z] 4f4fb700ef54: Download complete [2025-06-13T02:31:36.283Z] 4cccf3f17d63: Verifying Checksum [2025-06-13T02:31:36.283Z] 4cccf3f17d63: Download complete [2025-06-13T02:31:36.283Z] 94e9d8af2201: Verifying Checksum [2025-06-13T02:31:36.283Z] 94e9d8af2201: Download complete [Pipeline] } [2025-06-13T02:31:36.811Z] $ docker stop --time=1 3ce2a6ed7bde6ce502a0fbf677b9ed34c25aee5d86aafd655c3d9fd1d58a3f1f [2025-06-13T02:31:36.873Z] ec743f232bc5: Verifying Checksum [2025-06-13T02:31:36.873Z] ec743f232bc5: Download complete [2025-06-13T02:31:37.143Z] 94e9d8af2201: Pull complete [2025-06-13T02:31:38.110Z] 634366ca850b: Pull complete [2025-06-13T02:31:38.110Z] f66ade281fe9: Verifying Checksum [2025-06-13T02:31:38.110Z] f66ade281fe9: Download complete [2025-06-13T02:31:39.076Z] 2d8010953d95: Verifying Checksum [2025-06-13T02:31:39.076Z] 2d8010953d95: Download complete [2025-06-13T02:31:41.153Z] $ docker rm -f --volumes 3ce2a6ed7bde6ce502a0fbf677b9ed34c25aee5d86aafd655c3d9fd1d58a3f1f [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-13T02:31:42.420Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-06-13T02:31:42.420Z] [2025-06-13T02:31:42.420Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:31:42.720Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-06-13T02:31:42.720Z] latest: Pulling from edgex-devops/edgex-compose [2025-06-13T02:31:42.720Z] 91d30c5bc195: Pulling fs layer [2025-06-13T02:31:42.720Z] 2e9b0aa3be6d: Pulling fs layer [2025-06-13T02:31:42.720Z] 9c61dcf015f6: Pulling fs layer [2025-06-13T02:31:42.720Z] 4698f68db338: Pulling fs layer [2025-06-13T02:31:42.720Z] 2a2f49069b9e: Pulling fs layer [2025-06-13T02:31:42.720Z] e0025b399a48: Pulling fs layer [2025-06-13T02:31:42.720Z] 4698f68db338: Waiting [2025-06-13T02:31:42.720Z] 2a2f49069b9e: Waiting [2025-06-13T02:31:42.720Z] e0025b399a48: Waiting [2025-06-13T02:31:42.720Z] 91d30c5bc195: Verifying Checksum [2025-06-13T02:31:42.720Z] 91d30c5bc195: Download complete [2025-06-13T02:31:42.720Z] 4698f68db338: Verifying Checksum [2025-06-13T02:31:42.720Z] 4698f68db338: Download complete [2025-06-13T02:31:42.978Z] 2e9b0aa3be6d: Verifying Checksum [2025-06-13T02:31:42.978Z] 2e9b0aa3be6d: Download complete [2025-06-13T02:31:42.978Z] e0025b399a48: Download complete [2025-06-13T02:31:42.978Z] 91d30c5bc195: Pull complete [2025-06-13T02:31:42.978Z] 2a2f49069b9e: Download complete [2025-06-13T02:31:43.237Z] 2e9b0aa3be6d: Pull complete [2025-06-13T02:31:43.496Z] 9c61dcf015f6: Verifying Checksum [2025-06-13T02:31:43.496Z] 9c61dcf015f6: Download complete [2025-06-13T02:31:46.024Z] 9c61dcf015f6: Pull complete [2025-06-13T02:31:46.024Z] 4698f68db338: Pull complete [2025-06-13T02:31:46.024Z] 2a2f49069b9e: Pull complete [2025-06-13T02:31:46.282Z] e0025b399a48: Pull complete [2025-06-13T02:31:46.282Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2025-06-13T02:31:46.282Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2025-06-13T02:31:46.282Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-13T02:31:46.401Z] prd-ubuntu20.04-docker-8c-8g-3225 does not seem to be running inside a container [2025-06-13T02:31:46.428Z] $ 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/853 -v /w/workspace/edgex-go/853:/w/workspace/edgex-go/853:rw,z -v /w/workspace/edgex-go/853@tmp:/w/workspace/edgex-go/853@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2025-06-13T02:31:48.237Z] $ docker top 2eebd2a6cb35dd4a2b568ec7f6d39b77c3640a84d9944886dc1834ae5892b557 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-13T02:31:48.574Z] + docker compose -f ./docker-compose-build.yml build --parallel [2025-06-13T02:31:51.124Z] #1 [core-keeper internal] load build definition from Dockerfile [2025-06-13T02:31:51.124Z] #1 transferring dockerfile: 2.01kB done [2025-06-13T02:31:51.124Z] #1 DONE 0.1s [2025-06-13T02:31:51.124Z] [2025-06-13T02:31:51.124Z] #2 [security-spire-agent internal] load build definition from Dockerfile [2025-06-13T02:31:51.124Z] #2 transferring dockerfile: 1.81kB done [2025-06-13T02:31:51.124Z] #2 DONE 0.0s [2025-06-13T02:31:51.124Z] [2025-06-13T02:31:51.124Z] #3 [security-bootstrapper internal] load build definition from Dockerfile [2025-06-13T02:31:51.124Z] #3 transferring dockerfile: 3.02kB done [2025-06-13T02:31:51.124Z] #3 DONE 0.0s [2025-06-13T02:31:51.124Z] [2025-06-13T02:31:51.124Z] #4 [core-data internal] load build definition from Dockerfile [2025-06-13T02:31:51.124Z] #4 transferring dockerfile: 2.04kB done [2025-06-13T02:31:51.124Z] #4 DONE 0.0s [2025-06-13T02:31:51.124Z] [2025-06-13T02:31:51.124Z] #5 [security-spire-server internal] load build definition from Dockerfile [2025-06-13T02:31:51.124Z] #5 transferring dockerfile: 1.70kB done [2025-06-13T02:31:51.124Z] #5 DONE 0.1s [2025-06-13T02:31:51.124Z] [2025-06-13T02:31:51.124Z] #6 [security-secretstore-setup internal] load build definition from Dockerfile [2025-06-13T02:31:51.124Z] #6 transferring dockerfile: 2.49kB done [2025-06-13T02:31:51.124Z] #6 DONE 0.0s [2025-06-13T02:31:51.124Z] [2025-06-13T02:31:51.124Z] #7 [support-notifications internal] load build definition from Dockerfile [2025-06-13T02:31:51.124Z] #7 transferring dockerfile: 2.00kB done [2025-06-13T02:31:51.124Z] #7 DONE 0.1s [2025-06-13T02:31:51.124Z] [2025-06-13T02:31:51.124Z] #8 [core-command internal] load build definition from Dockerfile [2025-06-13T02:31:51.124Z] #8 transferring dockerfile: 1.94kB done [2025-06-13T02:31:51.124Z] #8 DONE 0.1s [2025-06-13T02:31:51.124Z] [2025-06-13T02:31:51.124Z] #9 [security-spiffe-token-provider internal] load build definition from Dockerfile [2025-06-13T02:31:51.124Z] #9 transferring dockerfile: 1.89kB done [2025-06-13T02:31:51.124Z] #9 DONE 0.1s [2025-06-13T02:31:51.124Z] [2025-06-13T02:31:51.124Z] #10 [security-proxy-auth internal] load build definition from Dockerfile [2025-06-13T02:31:51.124Z] #10 transferring dockerfile: 2.14kB done [2025-06-13T02:31:51.124Z] #10 DONE 0.1s [2025-06-13T02:31:51.124Z] [2025-06-13T02:31:51.124Z] #11 [security-spire-config internal] load build definition from Dockerfile [2025-06-13T02:31:51.124Z] #11 transferring dockerfile: 1.69kB done [2025-06-13T02:31:51.124Z] #11 DONE 0.1s [2025-06-13T02:31:51.124Z] [2025-06-13T02:31:51.124Z] #12 [core-metadata internal] load build definition from Dockerfile [2025-06-13T02:31:51.124Z] #12 transferring dockerfile: 2.10kB done [2025-06-13T02:31:51.124Z] #12 DONE 0.1s [2025-06-13T02:31:51.124Z] [2025-06-13T02:31:51.124Z] #13 [support-scheduler internal] load build definition from Dockerfile [2025-06-13T02:31:51.124Z] #13 transferring dockerfile: 1.83kB done [2025-06-13T02:31:51.124Z] #13 DONE 0.1s [2025-06-13T02:31:51.124Z] [2025-06-13T02:31:51.124Z] #14 [security-proxy-setup internal] load build definition from Dockerfile [2025-06-13T02:31:51.124Z] #14 transferring dockerfile: 2.50kB done [2025-06-13T02:31:51.124Z] #14 DONE 0.1s [2025-06-13T02:31:51.124Z] [2025-06-13T02:31:51.124Z] #15 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2025-06-13T02:31:51.124Z] #15 transferring dockerfile: 2.23kB done [2025-06-13T02:31:51.124Z] #15 DONE 0.1s [2025-06-13T02:31:51.403Z] [2025-06-13T02:31:51.403Z] #16 [core-keeper internal] load .dockerignore [2025-06-13T02:31:51.403Z] #16 transferring context: 50B done [2025-06-13T02:31:51.403Z] #16 DONE 0.0s [2025-06-13T02:31:51.403Z] [2025-06-13T02:31:51.403Z] #17 [security-bootstrapper internal] load .dockerignore [2025-06-13T02:31:51.403Z] #17 transferring context: 50B done [2025-06-13T02:31:51.403Z] #17 DONE 0.0s [2025-06-13T02:31:51.403Z] [2025-06-13T02:31:51.403Z] #18 [security-spire-agent internal] load .dockerignore [2025-06-13T02:31:51.403Z] #18 transferring context: 50B done [2025-06-13T02:31:51.403Z] #18 DONE 0.0s [2025-06-13T02:31:51.403Z] [2025-06-13T02:31:51.403Z] #19 [core-data internal] load .dockerignore [2025-06-13T02:31:51.403Z] #19 transferring context: 50B done [2025-06-13T02:31:51.403Z] #19 DONE 0.0s [2025-06-13T02:31:51.403Z] [2025-06-13T02:31:51.403Z] #20 [security-secretstore-setup internal] load .dockerignore [2025-06-13T02:31:51.403Z] #20 transferring context: 50B done [2025-06-13T02:31:51.403Z] #20 DONE 0.0s [2025-06-13T02:31:51.403Z] [2025-06-13T02:31:51.403Z] #21 [support-notifications internal] load .dockerignore [2025-06-13T02:31:51.403Z] #21 transferring context: 50B done [2025-06-13T02:31:51.403Z] #21 DONE 0.0s [2025-06-13T02:31:51.403Z] [2025-06-13T02:31:51.403Z] #22 [core-command internal] load .dockerignore [2025-06-13T02:31:51.403Z] #22 transferring context: 50B done [2025-06-13T02:31:51.403Z] #22 DONE 0.0s [2025-06-13T02:31:51.403Z] [2025-06-13T02:31:51.403Z] #23 [security-spire-server internal] load .dockerignore [2025-06-13T02:31:51.403Z] #23 transferring context: 50B done [2025-06-13T02:31:51.403Z] #23 DONE 0.0s [2025-06-13T02:31:51.403Z] [2025-06-13T02:31:51.403Z] #24 [security-spiffe-token-provider internal] load .dockerignore [2025-06-13T02:31:51.403Z] #24 transferring context: 50B done [2025-06-13T02:31:51.403Z] #24 DONE 0.0s [2025-06-13T02:31:51.403Z] [2025-06-13T02:31:51.403Z] #25 [security-proxy-auth internal] load .dockerignore [2025-06-13T02:31:51.403Z] #25 transferring context: 50B done [2025-06-13T02:31:51.403Z] #25 DONE 0.0s [2025-06-13T02:31:51.403Z] [2025-06-13T02:31:51.403Z] #26 [security-spire-config internal] load .dockerignore [2025-06-13T02:31:51.403Z] #26 transferring context: 50B done [2025-06-13T02:31:51.403Z] #26 DONE 0.0s [2025-06-13T02:31:51.403Z] [2025-06-13T02:31:51.403Z] #27 [core-metadata internal] load .dockerignore [2025-06-13T02:31:51.403Z] #27 transferring context: 50B done [2025-06-13T02:31:51.403Z] #27 DONE 0.0s [2025-06-13T02:31:51.403Z] [2025-06-13T02:31:51.403Z] #28 [support-scheduler internal] load .dockerignore [2025-06-13T02:31:51.403Z] #28 transferring context: 50B done [2025-06-13T02:31:51.403Z] #28 DONE 0.0s [2025-06-13T02:31:51.403Z] [2025-06-13T02:31:51.403Z] #29 [security-proxy-setup internal] load .dockerignore [2025-06-13T02:31:51.403Z] #29 transferring context: 50B done [2025-06-13T02:31:51.403Z] #29 DONE 0.0s [2025-06-13T02:31:51.403Z] [2025-06-13T02:31:51.403Z] #30 [core-common-config-bootstrapper internal] load .dockerignore [2025-06-13T02:31:51.690Z] #30 transferring context: 50B done [2025-06-13T02:31:51.690Z] #30 DONE 0.0s [2025-06-13T02:31:51.690Z] [2025-06-13T02:31:51.690Z] #31 [core-keeper internal] load metadata for docker.io/library/alpine:3.20 [2025-06-13T02:31:51.690Z] #31 DONE 0.1s [2025-06-13T02:31:51.690Z] [2025-06-13T02:31:51.690Z] #32 [support-notifications internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-06-13T02:31:51.690Z] #32 DONE 0.0s [2025-06-13T02:31:51.690Z] [2025-06-13T02:31:51.690Z] #33 [security-secretstore-setup internal] load build context [2025-06-13T02:31:51.690Z] #33 DONE 0.0s [2025-06-13T02:31:51.690Z] [2025-06-13T02:31:51.690Z] #34 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2025-06-13T02:31:51.690Z] #34 DONE 0.0s [2025-06-13T02:31:51.690Z] [2025-06-13T02:31:51.690Z] #35 [security-secretstore-setup stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-13T02:31:51.690Z] #35 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-13T02:31:51.690Z] #35 ... [2025-06-13T02:31:51.690Z] [2025-06-13T02:31:51.690Z] #32 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-06-13T02:31:51.690Z] #32 DONE 0.0s [2025-06-13T02:31:51.690Z] [2025-06-13T02:31:51.690Z] #35 [core-command stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-13T02:31:51.690Z] #35 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-06-13T02:31:51.690Z] #35 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-13T02:31:51.690Z] #35 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-06-13T02:31:51.690Z] #35 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-06-13T02:31:51.991Z] #35 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-06-13T02:31:51.991Z] #35 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-13T02:31:51.991Z] #35 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-06-13T02:31:51.991Z] #35 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-06-13T02:31:51.991Z] #35 DONE 0.2s [2025-06-13T02:31:51.991Z] [2025-06-13T02:31:51.991Z] #32 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-06-13T02:31:51.991Z] #32 DONE 0.0s [2025-06-13T02:31:51.991Z] [2025-06-13T02:31:51.991Z] #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 [2025-06-13T02:31:52.269Z] #31 DONE 0.7s [2025-06-13T02:31:52.269Z] [2025-06-13T02:31:52.269Z] #35 [security-proxy-setup stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-13T02:31:52.269Z] #35 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-06-13T02:31:52.269Z] #35 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-13T02:31:52.269Z] #35 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-06-13T02:31:52.269Z] #35 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-06-13T02:31:52.269Z] #35 DONE 0.2s [2025-06-13T02:31:52.269Z] [2025-06-13T02:31:52.269Z] #36 [security-proxy-setup internal] load build context [2025-06-13T02:31:52.968Z] #36 ... [2025-06-13T02:31:52.968Z] [2025-06-13T02:31:52.968Z] #37 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 [2025-06-13T02:31:52.968Z] #37 DONE 1.1s [2025-06-13T02:31:52.968Z] [2025-06-13T02:31:52.968Z] #35 [security-spire-config stage-1 1/13] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-13T02:31:52.968Z] #35 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-06-13T02:31:52.968Z] #35 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-13T02:31:52.968Z] #35 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-06-13T02:31:52.968Z] #35 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-06-13T02:31:52.968Z] #35 DONE 0.2s [2025-06-13T02:31:52.968Z] [2025-06-13T02:31:52.968Z] #38 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-06-13T02:31:52.968Z] #38 DONE 1.3s [2025-06-13T02:31:52.968Z] [2025-06-13T02:31:52.968Z] #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-13T02:31:52.968Z] #39 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-13T02:31:52.968Z] #39 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.2s done [2025-06-13T02:31:53.225Z] #39 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-06-13T02:31:53.225Z] #39 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done [2025-06-13T02:31:53.486Z] #39 ... [2025-06-13T02:31:53.487Z] [2025-06-13T02:31:53.487Z] #40 [security-spire-server internal] load build context [2025-06-13T02:31:53.487Z] #40 transferring context: 23.80kB 0.0s done [2025-06-13T02:31:53.487Z] #40 DONE 0.5s [2025-06-13T02:31:53.487Z] [2025-06-13T02:31:53.487Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-13T02:31:53.487Z] #39 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done [2025-06-13T02:31:53.487Z] #39 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 0.1s [2025-06-13T02:31:53.487Z] #39 ... [2025-06-13T02:31:53.487Z] [2025-06-13T02:31:53.487Z] #41 [security-spire-agent internal] load build context [2025-06-13T02:31:53.487Z] #41 transferring context: 23.33kB 0.0s done [2025-06-13T02:31:53.487Z] #41 DONE 0.6s [2025-06-13T02:31:53.487Z] [2025-06-13T02:31:53.487Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-13T02:31:53.487Z] #39 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done [2025-06-13T02:31:53.487Z] #39 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 0.1s [2025-06-13T02:31:53.487Z] #39 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 0.1s [2025-06-13T02:31:53.487Z] #39 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done [2025-06-13T02:31:53.487Z] #39 ... [2025-06-13T02:31:53.487Z] [2025-06-13T02:31:53.487Z] #42 [security-spire-config internal] load build context [2025-06-13T02:31:53.487Z] #42 transferring context: 22.05kB done [2025-06-13T02:31:53.487Z] #42 DONE 0.7s [2025-06-13T02:31:53.487Z] [2025-06-13T02:31:53.487Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-13T02:31:53.487Z] #39 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done [2025-06-13T02:31:53.487Z] #39 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.2s done [2025-06-13T02:31:53.487Z] #39 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 0B / 36.47MB 0.3s [2025-06-13T02:31:53.746Z] #39 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 4.19MB / 36.47MB 0.4s [2025-06-13T02:31:53.746Z] #39 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done [2025-06-13T02:31:53.746Z] #39 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 14.68MB / 36.47MB 0.5s [2025-06-13T02:31:54.004Z] #39 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 31.46MB / 36.47MB 0.7s [2025-06-13T02:31:54.004Z] #39 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 [2025-06-13T02:31:54.004Z] #39 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 0.8s [2025-06-13T02:31:54.004Z] #39 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.0s done [2025-06-13T02:31:54.088Z] f66ade281fe9: Pull complete [2025-06-13T02:31:54.088Z] 13fd4ce6e94e: Pull complete [2025-06-13T02:31:54.088Z] 4f4fb700ef54: Pull complete [2025-06-13T02:31:54.088Z] 4cccf3f17d63: Pull complete [2025-06-13T02:31:56.530Z] #39 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 2.8s done [2025-06-13T02:31:56.530Z] #39 ... [2025-06-13T02:31:56.530Z] [2025-06-13T02:31:56.530Z] #34 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2025-06-13T02:31:56.530Z] #34 DONE 4.8s [2025-06-13T02:31:56.530Z] [2025-06-13T02:31:56.530Z] #43 [security-proxy-auth internal] load build context [2025-06-13T02:31:57.098Z] #43 ... [2025-06-13T02:31:57.098Z] [2025-06-13T02:31:57.098Z] #44 [core-data internal] load build context [2025-06-13T02:31:57.098Z] #44 ... [2025-06-13T02:31:57.098Z] [2025-06-13T02:31:57.098Z] #43 [security-proxy-auth internal] load build context [2025-06-13T02:31:58.474Z] #43 transferring context: 277.16MB 6.7s [2025-06-13T02:32:00.743Z] 2d8010953d95: Pull complete [2025-06-13T02:32:02.690Z] ec743f232bc5: Pull complete [2025-06-13T02:32:02.690Z] Digest: sha256:a6e51edf931e1c2109943d1a62f1c16b78b2281728f1935e6b3d8efd9a0c5dda [2025-06-13T02:32:02.690Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-06-13T02:32:02.690Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists [Pipeline] sh [2025-06-13T02:32:02.800Z] #43 ... [2025-06-13T02:32:02.800Z] [2025-06-13T02:32:02.800Z] #33 [security-secretstore-setup internal] load build context [2025-06-13T02:32:02.800Z] #33 ... [2025-06-13T02:32:02.800Z] [2025-06-13T02:32:02.800Z] #45 [core-keeper internal] load build context [2025-06-13T02:32:02.800Z] #45 ... [2025-06-13T02:32:02.800Z] [2025-06-13T02:32:02.800Z] #46 [security-spiffe-token-provider internal] load build context [2025-06-13T02:32:02.800Z] #46 ... [2025-06-13T02:32:02.800Z] [2025-06-13T02:32:02.800Z] #47 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-06-13T02:32:02.800Z] #47 ... [2025-06-13T02:32:02.800Z] [2025-06-13T02:32:02.800Z] #48 [support-notifications internal] load build context [2025-06-13T02:32:02.800Z] #48 ... [2025-06-13T02:32:02.800Z] [2025-06-13T02:32:02.800Z] #49 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-06-13T02:32:02.800Z] #0 1.576 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-13T02:32:02.800Z] #0 1.703 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-13T02:32:02.800Z] #0 2.034 (1/4) Installing ca-certificates (20241121-r1) [2025-06-13T02:32:02.800Z] #0 2.051 (2/4) Installing dumb-init (1.2.5-r3) [2025-06-13T02:32:02.800Z] #0 2.059 (3/4) Installing su-exec (0.2-r3) [2025-06-13T02:32:02.800Z] #0 2.062 (4/4) Installing yq-go (4.44.1-r2) [2025-06-13T02:32:02.800Z] #0 2.141 Executing busybox-1.36.1-r29.trigger [2025-06-13T02:32:02.800Z] #0 2.141 Executing ca-certificates-20241121-r1.trigger [2025-06-13T02:32:02.800Z] #0 2.173 OK: 19 MiB in 18 packages [2025-06-13T02:32:02.800Z] #49 ... [2025-06-13T02:32:02.800Z] [2025-06-13T02:32:02.800Z] #50 [core-metadata internal] load build context [2025-06-13T02:32:03.025Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-06-13T02:32:03.025Z] WORKDIR /edgex [2025-06-13T02:32:03.025Z] COPY go.mod . [2025-06-13T02:32:03.025Z] RUN go mod download [2025-06-13T02:32:03.026Z] + docker build -t ci-base-image-arm64 -f - . [2025-06-13T02:32:03.551Z] #50 ... [2025-06-13T02:32:03.551Z] [2025-06-13T02:32:03.551Z] #51 [support-scheduler internal] load build context [2025-06-13T02:32:03.551Z] #51 ... [2025-06-13T02:32:03.551Z] [2025-06-13T02:32:03.551Z] #52 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-06-13T02:32:03.551Z] #52 ... [2025-06-13T02:32:03.551Z] [2025-06-13T02:32:03.551Z] #53 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-06-13T02:32:03.551Z] #53 ... [2025-06-13T02:32:03.551Z] [2025-06-13T02:32:03.551Z] #54 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-06-13T02:32:03.609Z] Sending build context to Docker daemon 3.698MB [2025-06-13T02:32:03.810Z] #54 ... [2025-06-13T02:32:03.810Z] [2025-06-13T02:32:03.810Z] #55 [security-bootstrapper internal] load build context [2025-06-13T02:32:03.810Z] #55 ... [2025-06-13T02:32:03.810Z] [2025-06-13T02:32:03.810Z] #56 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-06-13T02:32:03.810Z] #0 1.682 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-13T02:32:03.810Z] #0 1.780 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-13T02:32:03.810Z] #0 2.094 (1/7) Installing ca-certificates (20241121-r1) [2025-06-13T02:32:03.810Z] #0 2.108 (2/7) Installing dumb-init (1.2.5-r3) [2025-06-13T02:32:03.810Z] #0 2.115 (3/7) Installing libgcc (13.2.1_git20240309-r1) [2025-06-13T02:32:03.810Z] #0 2.121 (4/7) Installing libsodium (1.0.19-r0) [2025-06-13T02:32:03.810Z] #0 2.131 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) [2025-06-13T02:32:03.810Z] #0 2.153 (6/7) Installing libzmq (4.3.5-r2) [2025-06-13T02:32:03.810Z] #0 2.164 (7/7) Installing zeromq (4.3.5-r2) [2025-06-13T02:32:03.810Z] #0 2.166 Executing busybox-1.36.1-r29.trigger [2025-06-13T02:32:03.810Z] #0 2.173 Executing ca-certificates-20241121-r1.trigger [2025-06-13T02:32:03.810Z] #0 2.226 OK: 12 MiB in 21 packages [2025-06-13T02:32:03.810Z] #56 ... [2025-06-13T02:32:03.810Z] [2025-06-13T02:32:03.810Z] #57 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-06-13T02:32:03.810Z] #57 ... [2025-06-13T02:32:03.810Z] [2025-06-13T02:32:03.810Z] #58 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-06-13T02:32:03.810Z] #0 1.211 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-13T02:32:03.810Z] #0 1.369 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-13T02:32:03.810Z] #0 1.733 (1/3) Installing ca-certificates (20241121-r1) [2025-06-13T02:32:03.810Z] #0 1.758 (2/3) Installing dumb-init (1.2.5-r3) [2025-06-13T02:32:03.810Z] #0 1.764 (3/3) Installing tzdata (2025b-r0) [2025-06-13T02:32:03.810Z] #0 1.820 Executing busybox-1.36.1-r29.trigger [2025-06-13T02:32:03.810Z] #0 1.833 Executing ca-certificates-20241121-r1.trigger [2025-06-13T02:32:03.810Z] #0 1.886 OK: 10 MiB in 17 packages [2025-06-13T02:32:03.874Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-06-13T02:32:03.874Z] ---> 12c1d4c06be1 [2025-06-13T02:32:03.874Z] Step 2/4 : WORKDIR /edgex [2025-06-13T02:32:04.103Z] #58 ... [2025-06-13T02:32:04.103Z] [2025-06-13T02:32:04.103Z] #36 [security-proxy-setup internal] load build context [2025-06-13T02:32:04.103Z] #36 transferring context: 309.98MB 11.0s [2025-06-13T02:32:04.103Z] #36 ... [2025-06-13T02:32:04.103Z] [2025-06-13T02:32:04.103Z] #59 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-06-13T02:32:04.103Z] #0 7.393 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-13T02:32:04.103Z] #0 7.474 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-13T02:32:04.103Z] #0 7.798 (1/2) Installing dumb-init (1.2.5-r3) [2025-06-13T02:32:04.103Z] #0 7.801 (2/2) Installing su-exec (0.2-r3) [2025-06-13T02:32:04.103Z] #0 7.801 Executing busybox-1.36.1-r29.trigger [2025-06-13T02:32:04.103Z] #0 7.807 OK: 8 MiB in 16 packages [2025-06-13T02:32:04.360Z] #59 ... [2025-06-13T02:32:04.360Z] [2025-06-13T02:32:04.360Z] #60 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-13T02:32:04.360Z] #60 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.2s done [2025-06-13T02:32:04.360Z] #60 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done [2025-06-13T02:32:04.360Z] #60 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done [2025-06-13T02:32:04.360Z] #60 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done [2025-06-13T02:32:04.360Z] #60 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done [2025-06-13T02:32:04.360Z] #60 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done [2025-06-13T02:32:04.360Z] #60 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done [2025-06-13T02:32:04.360Z] #60 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.3s done [2025-06-13T02:32:04.360Z] #60 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 0.6s done [2025-06-13T02:32:04.360Z] #60 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done [2025-06-13T02:32:04.360Z] #60 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done [2025-06-13T02:32:04.360Z] #60 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 0.5s [2025-06-13T02:32:04.360Z] #60 ... [2025-06-13T02:32:04.360Z] [2025-06-13T02:32:04.360Z] #61 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-06-13T02:32:04.360Z] #61 ... [2025-06-13T02:32:04.360Z] [2025-06-13T02:32:04.360Z] #62 [core-command internal] load build context [2025-06-13T02:32:04.617Z] #62 ... [2025-06-13T02:32:04.617Z] [2025-06-13T02:32:04.617Z] #63 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-06-13T02:32:04.617Z] #0 4.271 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-13T02:32:04.617Z] #0 4.352 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-13T02:32:04.617Z] #0 4.644 (1/1) Installing dumb-init (1.2.5-r3) [2025-06-13T02:32:04.617Z] #0 4.649 Executing busybox-1.36.1-r29.trigger [2025-06-13T02:32:04.617Z] #0 4.667 OK: 8 MiB in 15 packages [2025-06-13T02:32:04.617Z] #63 ... [2025-06-13T02:32:04.617Z] [2025-06-13T02:32:04.617Z] #64 [core-common-config-bootstrapper internal] load build context [2025-06-13T02:32:04.617Z] #64 transferring context: 507.79MB 11.2s done [2025-06-13T02:32:04.884Z] #64 ... [2025-06-13T02:32:04.884Z] [2025-06-13T02:32:04.884Z] #36 [security-proxy-setup internal] load build context [2025-06-13T02:32:05.451Z] #36 transferring context: 507.79MB 12.6s done [2025-06-13T02:32:05.809Z] ---> Running in 61c36d63c5d0 [2025-06-13T02:32:05.809Z] Removing intermediate container 61c36d63c5d0 [2025-06-13T02:32:05.809Z] ---> 007a268b71be [2025-06-13T02:32:05.809Z] Step 3/4 : COPY go.mod . [2025-06-13T02:32:06.393Z] ---> 4b67bc0a8069 [2025-06-13T02:32:06.393Z] Step 4/4 : RUN go mod download [2025-06-13T02:32:06.393Z] ---> Running in e5b63010561f [2025-06-13T02:32:07.981Z] #36 ... [2025-06-13T02:32:07.981Z] [2025-06-13T02:32:07.981Z] #44 [core-data internal] load build context [2025-06-13T02:32:07.981Z] #44 transferring context: 507.79MB 13.1s done [2025-06-13T02:32:08.916Z] #44 ... [2025-06-13T02:32:08.916Z] [2025-06-13T02:32:08.916Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-13T02:32:08.916Z] #39 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 0.1s [2025-06-13T02:32:09.851Z] #39 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 0.8s done [2025-06-13T02:32:11.225Z] #39 ... [2025-06-13T02:32:11.225Z] [2025-06-13T02:32:11.225Z] #65 [core-metadata builder 2/7] WORKDIR /edgex-go [2025-06-13T02:32:11.225Z] #65 ... [2025-06-13T02:32:11.225Z] [2025-06-13T02:32:11.225Z] #51 [support-scheduler internal] load build context [2025-06-13T02:32:11.225Z] #51 transferring context: 507.79MB 12.7s done [2025-06-13T02:32:12.160Z] #51 ... [2025-06-13T02:32:12.160Z] [2025-06-13T02:32:12.160Z] #33 [security-secretstore-setup internal] load build context [2025-06-13T02:32:12.160Z] #33 transferring context: 507.79MB 10.3s done [2025-06-13T02:32:13.397Z] #33 ... [2025-06-13T02:32:13.397Z] [2025-06-13T02:32:13.397Z] #43 [security-proxy-auth internal] load build context [2025-06-13T02:32:13.397Z] #43 transferring context: 507.79MB 12.1s done [2025-06-13T02:32:13.397Z] #43 ... [2025-06-13T02:32:13.397Z] [2025-06-13T02:32:13.397Z] #45 [core-keeper internal] load build context [2025-06-13T02:32:13.397Z] #45 transferring context: 507.79MB 10.7s done [2025-06-13T02:32:13.656Z] #45 ... [2025-06-13T02:32:13.656Z] [2025-06-13T02:32:13.656Z] #46 [security-spiffe-token-provider internal] load build context [2025-06-13T02:32:13.656Z] #46 transferring context: 507.79MB 10.7s done [2025-06-13T02:32:13.656Z] #46 ... [2025-06-13T02:32:13.656Z] [2025-06-13T02:32:13.656Z] #50 [core-metadata internal] load build context [2025-06-13T02:32:13.656Z] #50 transferring context: 507.79MB 12.3s done [2025-06-13T02:32:13.915Z] #50 ... [2025-06-13T02:32:13.915Z] [2025-06-13T02:32:13.915Z] #48 [support-notifications internal] load build context [2025-06-13T02:32:13.915Z] #48 transferring context: 507.79MB 11.0s done [2025-06-13T02:32:13.915Z] #48 ... [2025-06-13T02:32:13.915Z] [2025-06-13T02:32:13.915Z] #55 [security-bootstrapper internal] load build context [2025-06-13T02:32:13.915Z] #55 transferring context: 507.79MB 12.0s done [2025-06-13T02:32:14.174Z] #55 ... [2025-06-13T02:32:14.174Z] [2025-06-13T02:32:14.174Z] #62 [core-command internal] load build context [2025-06-13T02:32:14.174Z] #62 transferring context: 507.79MB 12.7s done [2025-06-13T02:32:14.434Z] #62 ... [2025-06-13T02:32:14.434Z] [2025-06-13T02:32:14.434Z] #60 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-13T02:32:14.434Z] #60 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 0.8s done [2025-06-13T02:32:29.375Z] #60 ... [2025-06-13T02:32:29.375Z] [2025-06-13T02:32:29.375Z] #33 [security-secretstore-setup internal] load build context [2025-06-13T02:32:29.375Z] #33 DONE 36.2s [2025-06-13T02:32:29.375Z] [2025-06-13T02:32:29.375Z] #58 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-06-13T02:32:29.375Z] #58 DONE 36.0s [2025-06-13T02:32:29.375Z] [2025-06-13T02:32:29.375Z] #56 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-06-13T02:32:29.375Z] #56 DONE 35.9s [2025-06-13T02:32:29.375Z] [2025-06-13T02:32:29.375Z] #59 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-06-13T02:32:29.375Z] #59 DONE 35.9s [2025-06-13T02:32:29.375Z] [2025-06-13T02:32:29.375Z] #61 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-06-13T02:32:29.375Z] #61 DONE 35.9s [2025-06-13T02:32:29.375Z] [2025-06-13T02:32:29.375Z] #63 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-06-13T02:32:29.375Z] #63 DONE 35.9s [2025-06-13T02:32:29.375Z] [2025-06-13T02:32:29.375Z] #66 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-06-13T02:32:29.375Z] #66 ... [2025-06-13T02:32:29.375Z] [2025-06-13T02:32:29.375Z] #49 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-06-13T02:32:29.375Z] #49 DONE 35.9s [2025-06-13T02:32:29.375Z] [2025-06-13T02:32:29.375Z] #46 [security-spiffe-token-provider internal] load build context [2025-06-13T02:32:29.375Z] #46 DONE 36.3s [2025-06-13T02:32:29.375Z] [2025-06-13T02:32:29.375Z] #45 [core-keeper internal] load build context [2025-06-13T02:32:29.375Z] #45 DONE 36.4s [2025-06-13T02:32:29.375Z] [2025-06-13T02:32:29.375Z] #48 [support-notifications internal] load build context [2025-06-13T02:32:29.375Z] #48 DONE 36.4s [2025-06-13T02:32:29.375Z] [2025-06-13T02:32:29.375Z] #55 [security-bootstrapper internal] load build context [2025-06-13T02:32:29.375Z] #55 DONE 36.4s [2025-06-13T02:32:29.375Z] [2025-06-13T02:32:29.375Z] #43 [security-proxy-auth internal] load build context [2025-06-13T02:32:29.375Z] #43 DONE 36.4s [2025-06-13T02:32:29.375Z] [2025-06-13T02:32:29.375Z] #64 [core-common-config-bootstrapper internal] load build context [2025-06-13T02:32:29.375Z] #64 DONE 35.8s [2025-06-13T02:32:29.375Z] [2025-06-13T02:32:29.375Z] #50 [core-metadata internal] load build context [2025-06-13T02:32:29.375Z] #50 DONE 36.3s [2025-06-13T02:32:29.375Z] [2025-06-13T02:32:29.375Z] #62 [core-command internal] load build context [2025-06-13T02:32:29.375Z] #62 DONE 36.4s [2025-06-13T02:32:29.375Z] [2025-06-13T02:32:29.375Z] #44 [core-data internal] load build context [2025-06-13T02:32:29.375Z] #44 DONE 36.4s [2025-06-13T02:32:29.375Z] [2025-06-13T02:32:29.375Z] #51 [support-scheduler internal] load build context [2025-06-13T02:32:29.375Z] #51 DONE 36.3s [2025-06-13T02:32:29.375Z] [2025-06-13T02:32:29.375Z] #36 [security-proxy-setup internal] load build context [2025-06-13T02:32:29.375Z] #36 DONE 35.8s [2025-06-13T02:32:29.375Z] [2025-06-13T02:32:29.375Z] #65 [security-secretstore-setup builder 2/7] WORKDIR /edgex-go [2025-06-13T02:32:29.375Z] #65 DONE 27.1s [2025-06-13T02:32:29.375Z] [2025-06-13T02:32:29.375Z] #60 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-13T02:32:29.375Z] #60 DONE 35.4s [2025-06-13T02:32:29.375Z] [2025-06-13T02:32:29.375Z] #67 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-06-13T02:32:29.632Z] #67 ... [2025-06-13T02:32:29.633Z] [2025-06-13T02:32:29.633Z] #47 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-06-13T02:32:29.633Z] #47 36.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-13T02:32:29.633Z] #47 36.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-13T02:32:29.633Z] #47 37.09 (1/1) Installing dumb-init (1.2.5-r3) [2025-06-13T02:32:29.633Z] #47 37.10 Executing busybox-1.36.1-r29.trigger [2025-06-13T02:32:29.633Z] #47 37.11 OK: 8 MiB in 15 packages [2025-06-13T02:32:29.633Z] #47 DONE 37.4s [2025-06-13T02:32:29.633Z] [2025-06-13T02:32:29.633Z] #52 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-06-13T02:32:29.633Z] #52 36.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-13T02:32:29.633Z] #52 36.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-13T02:32:29.633Z] #52 36.59 (1/4) Installing dumb-init (1.2.5-r3) [2025-06-13T02:32:29.633Z] #52 36.60 (2/4) Installing openssl (3.3.3-r0) [2025-06-13T02:32:29.633Z] #52 36.61 (3/4) Installing su-exec (0.2-r3) [2025-06-13T02:32:29.633Z] #52 36.62 (4/4) Installing yq-go (4.44.1-r2) [2025-06-13T02:32:29.633Z] #52 36.69 Executing busybox-1.36.1-r29.trigger [2025-06-13T02:32:29.633Z] #52 36.69 OK: 19 MiB in 18 packages [2025-06-13T02:32:29.633Z] #52 DONE 37.0s [2025-06-13T02:32:29.633Z] [2025-06-13T02:32:29.633Z] #68 [core-command stage-1 3/9] RUN apk --no-cache upgrade [2025-06-13T02:32:30.199Z] #68 ... [2025-06-13T02:32:30.199Z] [2025-06-13T02:32:30.199Z] #53 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-06-13T02:32:30.199Z] #53 35.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-13T02:32:30.199Z] #53 35.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-13T02:32:30.199Z] #53 36.27 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-13T02:32:30.199Z] #53 36.27 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-13T02:32:30.199Z] #53 36.27 OK: 24171 distinct packages available [2025-06-13T02:32:30.199Z] #53 36.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-13T02:32:30.199Z] #53 36.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-13T02:32:30.199Z] #53 36.73 (1/4) Installing dumb-init (1.2.5-r3) [2025-06-13T02:32:30.199Z] #53 36.74 (2/4) Installing musl-obstack (1.2.3-r2) [2025-06-13T02:32:30.199Z] #53 36.74 (3/4) Installing libucontext (1.2-r3) [2025-06-13T02:32:30.199Z] #53 36.75 (4/4) Installing gcompat (1.1.0-r4) [2025-06-13T02:32:30.199Z] #53 36.75 Executing busybox-1.36.1-r29.trigger [2025-06-13T02:32:30.199Z] #53 36.77 OK: 8 MiB in 18 packages [2025-06-13T02:32:30.199Z] #53 DONE 37.2s [2025-06-13T02:32:30.199Z] [2025-06-13T02:32:30.199Z] #69 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-06-13T02:32:30.199Z] #0 1.427 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-13T02:32:30.199Z] #0 1.509 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-13T02:32:30.199Z] #0 1.845 OK: 10 MiB in 17 packages [2025-06-13T02:32:30.199Z] #69 DONE 2.3s [2025-06-13T02:32:30.199Z] [2025-06-13T02:32:30.199Z] #70 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-06-13T02:32:30.199Z] #0 1.443 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-13T02:32:30.199Z] #0 1.567 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-13T02:32:30.199Z] #0 1.901 OK: 12 MiB in 21 packages [2025-06-13T02:32:30.199Z] #70 DONE 2.3s [2025-06-13T02:32:30.199Z] [2025-06-13T02:32:30.199Z] #57 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-06-13T02:32:30.199Z] #57 35.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-13T02:32:30.199Z] #57 35.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-13T02:32:30.199Z] #57 36.30 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-13T02:32:30.199Z] #57 36.30 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-13T02:32:30.199Z] #57 36.30 OK: 24171 distinct packages available [2025-06-13T02:32:30.199Z] #57 36.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-13T02:32:30.199Z] #57 36.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-13T02:32:30.199Z] #57 36.76 (1/5) Installing dumb-init (1.2.5-r3) [2025-06-13T02:32:30.199Z] #57 36.77 (2/5) Installing musl-obstack (1.2.3-r2) [2025-06-13T02:32:30.199Z] #57 36.77 (3/5) Installing libucontext (1.2-r3) [2025-06-13T02:32:30.199Z] #57 36.78 (4/5) Installing gcompat (1.1.0-r4) [2025-06-13T02:32:30.199Z] #57 36.79 (5/5) Installing openssl (3.3.3-r0) [2025-06-13T02:32:30.199Z] #57 36.80 Executing busybox-1.36.1-r29.trigger [2025-06-13T02:32:30.199Z] #57 36.81 OK: 9 MiB in 19 packages [2025-06-13T02:32:30.199Z] #57 DONE 37.3s [2025-06-13T02:32:30.199Z] [2025-06-13T02:32:30.199Z] #54 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-06-13T02:32:30.199Z] #54 36.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-13T02:32:30.199Z] #54 36.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-13T02:32:30.199Z] #54 37.17 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-13T02:32:30.199Z] #54 37.17 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-13T02:32:30.199Z] #54 37.17 OK: 24171 distinct packages available [2025-06-13T02:32:30.199Z] #54 37.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-13T02:32:30.199Z] #54 37.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-13T02:32:30.199Z] #54 37.63 (1/14) Installing ca-certificates (20241121-r1) [2025-06-13T02:32:30.199Z] #54 37.64 (2/14) Installing brotli-libs (1.1.0-r2) [2025-06-13T02:32:30.199Z] #54 37.66 (3/14) Installing c-ares (1.33.1-r0) [2025-06-13T02:32:30.199Z] #54 37.66 (4/14) Installing libunistring (1.2-r0) [2025-06-13T02:32:30.199Z] #54 37.68 (5/14) Installing libidn2 (2.3.7-r0) [2025-06-13T02:32:30.199Z] #54 37.69 (6/14) Installing nghttp2-libs (1.62.1-r0) [2025-06-13T02:32:30.199Z] #54 37.69 (7/14) Installing libpsl (0.21.5-r1) [2025-06-13T02:32:30.199Z] #54 37.70 (8/14) Installing zstd-libs (1.5.6-r0) [2025-06-13T02:32:30.199Z] #54 37.71 (9/14) Installing libcurl (8.12.1-r0) [2025-06-13T02:32:30.199Z] #54 37.72 (10/14) Installing curl (8.12.1-r0) [2025-06-13T02:32:30.199Z] #54 37.73 (11/14) Installing dumb-init (1.2.5-r3) [2025-06-13T02:32:30.199Z] #54 37.73 (12/14) Installing musl-obstack (1.2.3-r2) [2025-06-13T02:32:30.199Z] #54 37.74 (13/14) Installing libucontext (1.2-r3) [2025-06-13T02:32:30.199Z] #54 37.74 (14/14) Installing gcompat (1.1.0-r4) [2025-06-13T02:32:30.199Z] #54 37.75 Executing busybox-1.36.1-r29.trigger [2025-06-13T02:32:30.199Z] #54 37.76 Executing ca-certificates-20241121-r1.trigger [2025-06-13T02:32:30.199Z] #54 37.81 OK: 13 MiB in 28 packages [2025-06-13T02:32:30.199Z] #54 DONE 38.2s [2025-06-13T02:32:30.199Z] [2025-06-13T02:32:30.199Z] #66 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-06-13T02:32:30.199Z] #66 1.595 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-13T02:32:30.199Z] #66 1.686 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-13T02:32:30.199Z] #66 2.001 OK: 8 MiB in 15 packages [2025-06-13T02:32:30.199Z] #66 DONE 2.3s [2025-06-13T02:32:30.199Z] [2025-06-13T02:32:30.199Z] #71 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-06-13T02:32:30.199Z] #0 1.611 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-13T02:32:30.199Z] #0 1.731 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-13T02:32:30.199Z] #0 2.031 OK: 8 MiB in 16 packages [2025-06-13T02:32:30.199Z] #71 DONE 2.4s [2025-06-13T02:32:30.199Z] [2025-06-13T02:32:30.199Z] #72 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-06-13T02:32:30.457Z] #72 ... [2025-06-13T02:32:30.457Z] [2025-06-13T02:32:30.457Z] #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-13T02:32:30.457Z] #73 DONE 2.2s [2025-06-13T02:32:30.716Z] [2025-06-13T02:32:30.716Z] #67 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2025-06-13T02:32:30.716Z] #67 2.061 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-13T02:32:30.716Z] #67 2.142 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-13T02:32:30.716Z] #67 2.453 OK: 248 MiB in 58 packages [2025-06-13T02:32:30.974Z] #67 ... [2025-06-13T02:32:30.974Z] [2025-06-13T02:32:30.974Z] #74 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-06-13T02:32:30.974Z] #0 2.041 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-13T02:32:30.974Z] #0 2.114 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-13T02:32:30.974Z] #0 2.428 OK: 248 MiB in 58 packages [2025-06-13T02:32:30.974Z] #74 DONE 2.7s [2025-06-13T02:32:30.974Z] [2025-06-13T02:32:30.974Z] #75 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2025-06-13T02:32:30.974Z] #0 2.053 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-13T02:32:30.974Z] #0 2.134 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-13T02:32:30.974Z] #0 2.461 OK: 248 MiB in 58 packages [2025-06-13T02:32:30.974Z] #75 DONE 2.7s [2025-06-13T02:32:30.974Z] [2025-06-13T02:32:30.974Z] #76 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-06-13T02:32:30.974Z] #0 2.092 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-13T02:32:30.974Z] #0 2.184 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-13T02:32:30.974Z] #0 2.456 OK: 248 MiB in 58 packages [2025-06-13T02:32:30.974Z] #76 DONE 2.7s [2025-06-13T02:32:30.974Z] [2025-06-13T02:32:30.974Z] #77 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-06-13T02:32:30.974Z] #0 2.201 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-13T02:32:30.974Z] #0 2.282 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-13T02:32:30.974Z] #0 2.561 OK: 19 MiB in 18 packages [2025-06-13T02:32:30.974Z] #77 DONE 2.9s [2025-06-13T02:32:30.974Z] [2025-06-13T02:32:30.974Z] #67 [core-data builder 3/7] RUN apk add --update --no-cache make git [2025-06-13T02:32:30.974Z] #67 DONE 2.8s [2025-06-13T02:32:30.974Z] [2025-06-13T02:32:30.974Z] #78 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-06-13T02:32:30.974Z] #78 DONE 0.1s [2025-06-13T02:32:30.974Z] [2025-06-13T02:32:30.974Z] #79 [core-data builder 4/7] COPY go.mod vendor* ./ [2025-06-13T02:32:31.236Z] #79 DONE 0.1s [2025-06-13T02:32:31.236Z] [2025-06-13T02:32:31.236Z] #80 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2025-06-13T02:32:31.236Z] #80 DONE 0.1s [2025-06-13T02:32:31.236Z] [2025-06-13T02:32:31.236Z] #81 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-06-13T02:32:31.236Z] #81 DONE 0.1s [2025-06-13T02:32:31.236Z] [2025-06-13T02:32:31.236Z] #82 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-13T02:32:32.609Z] #82 ... [2025-06-13T02:32:32.609Z] [2025-06-13T02:32:32.609Z] #83 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-06-13T02:32:32.609Z] #0 3.297 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-13T02:32:32.609Z] #0 3.369 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-13T02:32:32.609Z] #0 3.653 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-13T02:32:32.609Z] #0 3.653 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-13T02:32:32.609Z] #0 3.653 OK: 24171 distinct packages available [2025-06-13T02:32:32.609Z] #0 3.726 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-13T02:32:32.609Z] #0 3.799 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-13T02:32:32.609Z] #0 4.064 OK: 248 MiB in 58 packages [2025-06-13T02:32:32.609Z] #83 DONE 4.2s [2025-06-13T02:32:32.609Z] [2025-06-13T02:32:32.609Z] #84 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-06-13T02:32:32.609Z] #84 DONE 0.1s [2025-06-13T02:32:32.609Z] [2025-06-13T02:32:32.609Z] #85 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-13T02:32:32.609Z] #85 ... [2025-06-13T02:32:32.609Z] [2025-06-13T02:32:32.609Z] #86 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-06-13T02:32:32.609Z] #0 2.566 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-13T02:32:32.609Z] #0 2.656 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-13T02:32:32.609Z] #0 2.981 OK: 19 MiB in 18 packages [2025-06-13T02:32:32.609Z] #86 DONE 3.1s [2025-06-13T02:32:32.867Z] [2025-06-13T02:32:32.867Z] #68 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade [2025-06-13T02:32:32.867Z] #68 2.579 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-13T02:32:32.867Z] #68 2.653 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-13T02:32:32.867Z] #68 2.955 OK: 8 MiB in 15 packages [2025-06-13T02:32:32.867Z] #68 DONE 3.1s [2025-06-13T02:32:32.867Z] [2025-06-13T02:32:32.867Z] #87 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2025-06-13T02:32:32.867Z] #87 DONE 0.1s [2025-06-13T02:32:32.867Z] [2025-06-13T02:32:32.867Z] #88 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-06-13T02:32:32.867Z] #0 2.238 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-13T02:32:32.867Z] #0 2.326 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-13T02:32:32.867Z] #88 ... [2025-06-13T02:32:32.867Z] [2025-06-13T02:32:32.867Z] #89 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-06-13T02:32:32.867Z] #0 2.211 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-13T02:32:32.867Z] #0 2.289 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-13T02:32:32.867Z] #0 2.647 OK: 8 MiB in 18 packages [2025-06-13T02:32:32.867Z] #89 DONE 2.8s [2025-06-13T02:32:32.867Z] [2025-06-13T02:32:32.867Z] #88 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-06-13T02:32:32.867Z] #88 2.630 OK: 9 MiB in 19 packages [2025-06-13T02:32:33.126Z] #88 DONE 2.8s [2025-06-13T02:32:33.126Z] [2025-06-13T02:32:33.126Z] #90 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-13T02:32:35.026Z] #90 DONE 1.6s [2025-06-13T02:32:35.026Z] [2025-06-13T02:32:35.026Z] #91 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-13T02:32:35.026Z] #91 DONE 1.7s [2025-06-13T02:32:35.026Z] [2025-06-13T02:32:35.026Z] #92 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-06-13T02:32:35.026Z] #0 2.394 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-13T02:32:35.026Z] #0 2.486 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-13T02:32:35.026Z] #0 2.772 OK: 13 MiB in 28 packages [2025-06-13T02:32:35.026Z] #92 DONE 4.3s [2025-06-13T02:32:35.026Z] [2025-06-13T02:32:35.026Z] #93 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-06-13T02:32:35.026Z] #93 DONE 1.6s [2025-06-13T02:32:35.026Z] [2025-06-13T02:32:35.026Z] #94 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-06-13T02:32:35.026Z] #94 ... [2025-06-13T02:32:35.026Z] [2025-06-13T02:32:35.026Z] #72 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-06-13T02:32:35.026Z] #72 DONE 4.4s [2025-06-13T02:32:35.026Z] [2025-06-13T02:32:35.026Z] #95 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2025-06-13T02:32:35.026Z] #95 DONE 0.1s [2025-06-13T02:32:35.026Z] [2025-06-13T02:32:35.026Z] #94 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-06-13T02:32:35.026Z] #94 DONE 0.2s [2025-06-13T02:32:35.026Z] [2025-06-13T02:32:35.026Z] #96 [security-spire-config stage-2 6/10] COPY security.txt / [2025-06-13T02:32:35.593Z] #96 DONE 0.6s [2025-06-13T02:32:35.593Z] [2025-06-13T02:32:35.593Z] #97 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2025-06-13T02:32:35.593Z] #97 DONE 0.7s [2025-06-13T02:32:35.593Z] [2025-06-13T02:32:35.593Z] #98 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-13T02:32:35.593Z] #98 DONE 0.8s [2025-06-13T02:32:35.593Z] [2025-06-13T02:32:35.593Z] #99 [security-spire-server stage-2 6/9] COPY security.txt / [2025-06-13T02:32:35.593Z] #99 DONE 0.2s [2025-06-13T02:32:35.593Z] [2025-06-13T02:32:35.593Z] #100 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2025-06-13T02:32:35.593Z] #100 DONE 0.1s [2025-06-13T02:32:35.593Z] [2025-06-13T02:32:35.593Z] #101 [security-spire-agent stage-3 7/10] COPY security.txt / [2025-06-13T02:32:35.593Z] #101 DONE 0.1s [2025-06-13T02:32:35.593Z] [2025-06-13T02:32:35.593Z] #102 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-06-13T02:32:35.593Z] #102 DONE 0.1s [2025-06-13T02:32:35.593Z] [2025-06-13T02:32:35.593Z] #103 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2025-06-13T02:32:35.593Z] #103 DONE 0.1s [2025-06-13T02:32:35.593Z] [2025-06-13T02:32:35.593Z] #104 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2025-06-13T02:32:35.593Z] #104 DONE 0.1s [2025-06-13T02:32:35.593Z] [2025-06-13T02:32:35.593Z] #105 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2025-06-13T02:32:35.593Z] #105 DONE 0.1s [2025-06-13T02:32:35.593Z] [2025-06-13T02:32:35.593Z] #106 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2025-06-13T02:32:35.593Z] #106 DONE 0.1s [2025-06-13T02:32:35.593Z] [2025-06-13T02:32:35.593Z] #107 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2025-06-13T02:32:35.593Z] #107 DONE 0.1s [2025-06-13T02:32:35.593Z] [2025-06-13T02:32:35.593Z] #108 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2025-06-13T02:32:35.593Z] #108 DONE 0.1s [2025-06-13T02:32:35.593Z] [2025-06-13T02:32:35.593Z] #109 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2025-06-13T02:32:35.853Z] #109 DONE 0.1s [2025-06-13T02:32:35.853Z] [2025-06-13T02:32:35.853Z] #110 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2025-06-13T02:32:35.853Z] #110 DONE 0.1s [2025-06-13T02:32:35.853Z] [2025-06-13T02:32:35.853Z] #111 [security-spire-server] exporting to image [2025-06-13T02:32:35.853Z] #111 exporting layers [2025-06-13T02:32:36.416Z] #111 exporting layers 0.8s done [2025-06-13T02:32:36.416Z] #111 writing image sha256:33135dff6dc31b3ac2a4c670092f7e006368ff3c21b553aad5c4f28bb752fcec 0.0s done [2025-06-13T02:32:36.416Z] #111 naming to docker.io/library/security-spire-server done [2025-06-13T02:32:36.675Z] #111 exporting layers 0.7s done [2025-06-13T02:32:36.675Z] #111 writing image sha256:2210638378cca09f9cb021db9e9df887e59d9220c7fd22ec84d87029a6b568db done [2025-06-13T02:32:36.675Z] #111 naming to docker.io/library/security-spire-config done [2025-06-13T02:32:36.675Z] #111 writing image sha256:0faf288ba0856f4e02db409dfd6dac4846b7a35326053c9b0fdf6f1d9b0479db done [2025-06-13T02:32:36.675Z] #111 naming to docker.io/library/security-spire-agent done [2025-06-13T02:32:36.675Z] #111 DONE 0.9s [2025-06-13T02:32:36.675Z] [2025-06-13T02:32:36.675Z] #112 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-06-13T02:32:36.675Z] #0 1.647 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-13T02:32:36.675Z] #0 4.240 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-13T02:32:36.675Z] #0 7.648 (1/1) Installing dumb-init (1.2.5-r3) [2025-06-13T02:32:37.241Z] #112 9.104 Executing busybox-1.36.1-r29.trigger [2025-06-13T02:32:37.241Z] #112 9.116 OK: 8 MiB in 15 packages [2025-06-13T02:32:37.241Z] #112 DONE 9.2s [2025-06-13T02:32:37.241Z] [2025-06-13T02:32:37.241Z] #113 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-06-13T02:32:37.241Z] #0 4.297 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-06-13T02:32:37.241Z] #0 6.866 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-06-13T02:32:38.244Z] #113 ... [2025-06-13T02:32:38.244Z] [2025-06-13T02:32:38.244Z] #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-13T02:32:40.856Z] #39 ... [2025-06-13T02:32:40.856Z] [2025-06-13T02:32:40.856Z] #113 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-06-13T02:32:40.856Z] #113 10.14 OK: 248 MiB in 58 packages [2025-06-13T02:32:41.113Z] #113 DONE 10.6s [2025-06-13T02:32:41.113Z] [2025-06-13T02:32:41.113Z] #114 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2025-06-13T02:32:41.113Z] #114 DONE 0.0s [2025-06-13T02:32:41.113Z] [2025-06-13T02:32:41.113Z] #115 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-13T02:32:41.113Z] #115 ... [2025-06-13T02:32:41.113Z] [2025-06-13T02:32:41.113Z] #116 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-13T02:32:41.371Z] #116 ... [2025-06-13T02:32:41.371Z] [2025-06-13T02:32:41.371Z] #117 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-13T02:32:41.371Z] #117 ... [2025-06-13T02:32:41.371Z] [2025-06-13T02:32:41.371Z] #118 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-13T02:33:02.757Z] Removing intermediate container e5b63010561f [2025-06-13T02:33:02.757Z] ---> 30844fab08a8 [2025-06-13T02:33:02.757Z] Successfully built 30844fab08a8 [2025-06-13T02:33:02.757Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:33:03.102Z] + docker inspect -f . ci-base-image-arm64 [2025-06-13T02:33:03.102Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-13T02:33:03.300Z] prd-ubuntu20.04-docker-arm64-4c-16g-3226 does not seem to be running inside a container [2025-06-13T02:33:03.372Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/853 -v /w/workspace/edgex-go/853:/w/workspace/edgex-go/853:rw,z -v /w/workspace/edgex-go/853@tmp:/w/workspace/edgex-go/853@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2025-06-13T02:33:04.743Z] $ docker top 170134b5066049372394354cd0553034e1873d343428e8805f0280c826748b49 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-13T02:33:05.567Z] + go version [2025-06-13T02:33:05.567Z] go version go1.23.8 linux/arm64 [Pipeline] } [2025-06-13T02:33:05.587Z] $ docker stop --time=1 170134b5066049372394354cd0553034e1873d343428e8805f0280c826748b49 [2025-06-13T02:33:07.201Z] $ docker rm -f --volumes 170134b5066049372394354cd0553034e1873d343428e8805f0280c826748b49 [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-13T02:33:07.858Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-06-13T02:33:07.859Z] [2025-06-13T02:33:07.859Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:33:08.199Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-06-13T02:33:08.199Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2025-06-13T02:33:08.199Z] 547446be3368: Pulling fs layer [2025-06-13T02:33:08.199Z] d125d8839a47: Pulling fs layer [2025-06-13T02:33:08.199Z] 3e85d5ac6304: Pulling fs layer [2025-06-13T02:33:08.199Z] c3105a71a48b: Pulling fs layer [2025-06-13T02:33:08.199Z] 0f093f025ec4: Pulling fs layer [2025-06-13T02:33:08.199Z] c3106fc0e877: Pulling fs layer [2025-06-13T02:33:08.199Z] c3105a71a48b: Waiting [2025-06-13T02:33:08.199Z] 0f093f025ec4: Waiting [2025-06-13T02:33:08.469Z] 547446be3368: Download complete [2025-06-13T02:33:08.469Z] c3105a71a48b: Verifying Checksum [2025-06-13T02:33:08.469Z] c3105a71a48b: Download complete [2025-06-13T02:33:08.737Z] d125d8839a47: Verifying Checksum [2025-06-13T02:33:08.737Z] d125d8839a47: Download complete [2025-06-13T02:33:08.737Z] c3106fc0e877: Verifying Checksum [2025-06-13T02:33:08.737Z] c3106fc0e877: Download complete [2025-06-13T02:33:09.004Z] 0f093f025ec4: Verifying Checksum [2025-06-13T02:33:09.004Z] 0f093f025ec4: Download complete [2025-06-13T02:33:09.270Z] 547446be3368: Pull complete [2025-06-13T02:33:10.233Z] d125d8839a47: Pull complete [2025-06-13T02:33:10.820Z] 3e85d5ac6304: Verifying Checksum [2025-06-13T02:33:10.820Z] 3e85d5ac6304: Download complete [2025-06-13T02:33:13.455Z] #118 DONE 28.8s [2025-06-13T02:33:13.455Z] [2025-06-13T02:33:13.455Z] #85 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-13T02:33:13.455Z] #85 DONE 37.3s [2025-06-13T02:33:13.455Z] [2025-06-13T02:33:13.455Z] #117 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-13T02:33:13.455Z] #117 DONE 38.8s [2025-06-13T02:33:13.455Z] [2025-06-13T02:33:13.455Z] #82 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-13T02:33:13.455Z] #82 DONE 38.8s [2025-06-13T02:33:13.455Z] [2025-06-13T02:33:13.455Z] #115 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-13T02:33:13.455Z] #115 DONE 38.8s [2025-06-13T02:33:13.455Z] [2025-06-13T02:33:13.455Z] #116 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-13T02:33:13.455Z] #116 DONE 38.8s [2025-06-13T02:33:13.455Z] [2025-06-13T02:33:13.455Z] #119 [security-secretstore-setup builder 6/7] COPY . . [2025-06-13T02:33:20.056Z] #119 ... [2025-06-13T02:33:20.056Z] [2025-06-13T02:33:20.056Z] #120 [security-spiffe-token-provider builder 6/7] COPY . . [2025-06-13T02:33:20.056Z] #120 ... [2025-06-13T02:33:20.056Z] [2025-06-13T02:33:20.056Z] #121 [core-data builder 6/7] COPY . . [2025-06-13T02:33:20.056Z] #121 ... [2025-06-13T02:33:20.056Z] [2025-06-13T02:33:20.056Z] #122 [support-notifications builder 6/7] COPY . . [2025-06-13T02:33:20.315Z] #122 ... [2025-06-13T02:33:20.316Z] [2025-06-13T02:33:20.316Z] #123 [support-scheduler builder 6/7] COPY . . [2025-06-13T02:33:20.574Z] #123 ... [2025-06-13T02:33:20.574Z] [2025-06-13T02:33:20.574Z] #124 [core-keeper builder 7/8] COPY . . [2025-06-13T02:33:20.892Z] 3e85d5ac6304: Pull complete [2025-06-13T02:33:20.892Z] c3105a71a48b: Pull complete [2025-06-13T02:33:21.852Z] 0f093f025ec4: Pull complete [2025-06-13T02:33:22.118Z] c3106fc0e877: Pull complete [2025-06-13T02:33:22.118Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2025-06-13T02:33:22.118Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2025-06-13T02:33:22.118Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-13T02:33:22.320Z] prd-ubuntu20.04-docker-arm64-4c-16g-3226 does not seem to be running inside a container [2025-06-13T02:33:22.383Z] $ 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/853 -v /w/workspace/edgex-go/853:/w/workspace/edgex-go/853:rw,z -v /w/workspace/edgex-go/853@tmp:/w/workspace/edgex-go/853@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2025-06-13T02:33:24.325Z] $ docker top 7c06fc442d18659128c7c7a53989a88dac1b215a823d68e014bd4a18816863d1 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-13T02:33:25.168Z] + docker compose -f ./docker-compose-build.yml build --parallel [2025-06-13T02:33:25.851Z] #124 ... [2025-06-13T02:33:25.851Z] [2025-06-13T02:33:25.851Z] #123 [support-scheduler builder 6/7] COPY . . [2025-06-13T02:33:25.851Z] #123 DONE 15.6s [2025-06-13T02:33:25.851Z] [2025-06-13T02:33:25.851Z] #121 [core-data builder 6/7] COPY . . [2025-06-13T02:33:25.851Z] #121 DONE 15.6s [2025-06-13T02:33:25.851Z] [2025-06-13T02:33:25.851Z] #125 [core-command builder 4/7] COPY go.mod vendor* ./ [2025-06-13T02:33:25.851Z] #125 CACHED [2025-06-13T02:33:25.851Z] [2025-06-13T02:33:25.851Z] #126 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-13T02:33:25.851Z] #126 CACHED [2025-06-13T02:33:25.851Z] [2025-06-13T02:33:25.851Z] #127 [core-command builder 6/7] COPY . . [2025-06-13T02:33:25.851Z] #127 CACHED [2025-06-13T02:33:25.851Z] [2025-06-13T02:33:25.851Z] #128 [core-common-config-bootstrapper builder 6/7] COPY . . [2025-06-13T02:33:25.851Z] #128 CACHED [2025-06-13T02:33:25.851Z] [2025-06-13T02:33:25.851Z] #129 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-13T02:33:25.851Z] #129 CACHED [2025-06-13T02:33:25.851Z] [2025-06-13T02:33:25.851Z] #130 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-06-13T02:33:25.851Z] #130 CACHED [2025-06-13T02:33:25.851Z] [2025-06-13T02:33:25.851Z] #131 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-13T02:33:25.851Z] #131 CACHED [2025-06-13T02:33:25.851Z] [2025-06-13T02:33:25.851Z] #132 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2025-06-13T02:33:25.851Z] #132 CACHED [2025-06-13T02:33:25.851Z] [2025-06-13T02:33:25.851Z] #133 [security-proxy-auth builder 6/7] COPY . . [2025-06-13T02:33:25.851Z] #133 CACHED [2025-06-13T02:33:25.851Z] [2025-06-13T02:33:25.851Z] #134 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2025-06-13T02:33:25.851Z] #134 CACHED [2025-06-13T02:33:25.851Z] [2025-06-13T02:33:25.851Z] #135 [core-metadata builder 6/7] COPY . . [2025-06-13T02:33:25.851Z] #135 CACHED [2025-06-13T02:33:25.851Z] [2025-06-13T02:33:25.851Z] #136 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-13T02:33:25.851Z] #136 CACHED [2025-06-13T02:33:25.851Z] [2025-06-13T02:33:25.851Z] #119 [security-secretstore-setup builder 6/7] COPY . . [2025-06-13T02:33:25.851Z] #119 DONE 15.6s [2025-06-13T02:33:25.851Z] [2025-06-13T02:33:25.851Z] #137 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-13T02:33:25.851Z] #137 CACHED [2025-06-13T02:33:25.851Z] [2025-06-13T02:33:25.851Z] #138 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-06-13T02:33:25.851Z] #138 CACHED [2025-06-13T02:33:25.851Z] [2025-06-13T02:33:25.851Z] #139 [security-bootstrapper builder 6/7] COPY . . [2025-06-13T02:33:25.851Z] #139 CACHED [2025-06-13T02:33:25.851Z] [2025-06-13T02:33:25.851Z] #140 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-13T02:33:25.851Z] #140 CACHED [2025-06-13T02:33:25.851Z] [2025-06-13T02:33:25.851Z] #141 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2025-06-13T02:33:25.851Z] #141 CACHED [2025-06-13T02:33:25.851Z] [2025-06-13T02:33:25.851Z] #142 [security-proxy-setup builder 6/7] COPY . . [2025-06-13T02:33:25.851Z] #142 CACHED [2025-06-13T02:33:25.851Z] [2025-06-13T02:33:25.851Z] #122 [support-notifications builder 6/7] COPY . . [2025-06-13T02:33:25.851Z] #122 DONE 15.7s [2025-06-13T02:33:25.851Z] [2025-06-13T02:33:25.851Z] #124 [core-keeper builder 7/8] COPY . . [2025-06-13T02:33:25.851Z] #124 DONE 15.7s [2025-06-13T02:33:25.851Z] [2025-06-13T02:33:25.851Z] #120 [security-spiffe-token-provider builder 6/7] COPY . . [2025-06-13T02:33:25.851Z] #120 DONE 15.7s [2025-06-13T02:33:25.851Z] [2025-06-13T02:33:25.851Z] #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-06-13T02:33:27.757Z] #143 1.905 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2025-06-13T02:33:35.377Z] #1 [support-notifications internal] load build definition from Dockerfile [2025-06-13T02:33:35.377Z] #1 transferring dockerfile: 30B [2025-06-13T02:33:35.377Z] #1 transferring dockerfile: 2.00kB done [2025-06-13T02:33:35.377Z] #1 DONE 0.1s [2025-06-13T02:33:35.377Z] [2025-06-13T02:33:35.377Z] #2 [core-metadata internal] load build definition from Dockerfile [2025-06-13T02:33:35.377Z] #2 transferring dockerfile: 2.10kB done [2025-06-13T02:33:35.377Z] #2 DONE 0.1s [2025-06-13T02:33:35.377Z] [2025-06-13T02:33:35.377Z] #3 [security-proxy-auth internal] load build definition from Dockerfile [2025-06-13T02:33:35.377Z] #3 transferring dockerfile: 2.14kB 0.0s done [2025-06-13T02:33:35.377Z] #3 DONE 0.1s [2025-06-13T02:33:35.377Z] [2025-06-13T02:33:35.377Z] #4 [security-spire-config internal] load build definition from Dockerfile [2025-06-13T02:33:35.377Z] #4 transferring dockerfile: 1.69kB done [2025-06-13T02:33:35.377Z] #4 DONE 0.1s [2025-06-13T02:33:35.377Z] [2025-06-13T02:33:35.377Z] #5 [support-scheduler internal] load build definition from Dockerfile [2025-06-13T02:33:35.377Z] #5 transferring dockerfile: 1.83kB 0.0s done [2025-06-13T02:33:35.377Z] #5 DONE 0.1s [2025-06-13T02:33:35.377Z] [2025-06-13T02:33:35.377Z] #6 [core-data internal] load build definition from Dockerfile [2025-06-13T02:33:35.377Z] #6 transferring dockerfile: 2.04kB 0.0s done [2025-06-13T02:33:35.377Z] #6 DONE 0.1s [2025-06-13T02:33:35.377Z] [2025-06-13T02:33:35.377Z] #7 [security-secretstore-setup internal] load build definition from Dockerfile [2025-06-13T02:33:35.377Z] #7 transferring dockerfile: 2.49kB 0.0s done [2025-06-13T02:33:35.377Z] #7 DONE 0.1s [2025-06-13T02:33:35.377Z] [2025-06-13T02:33:35.377Z] #8 [security-proxy-setup internal] load build definition from Dockerfile [2025-06-13T02:33:35.377Z] #8 transferring dockerfile: 2.50kB 0.0s done [2025-06-13T02:33:35.377Z] #8 DONE 0.1s [2025-06-13T02:33:35.377Z] [2025-06-13T02:33:35.377Z] #9 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2025-06-13T02:33:35.377Z] #9 transferring dockerfile: 2.23kB 0.0s done [2025-06-13T02:33:35.377Z] #9 DONE 0.1s [2025-06-13T02:33:35.377Z] [2025-06-13T02:33:35.377Z] #10 [core-keeper internal] load build definition from Dockerfile [2025-06-13T02:33:35.377Z] #10 transferring dockerfile: 2.01kB done [2025-06-13T02:33:35.377Z] #10 DONE 0.1s [2025-06-13T02:33:35.377Z] [2025-06-13T02:33:35.377Z] #11 [security-spire-server internal] load build definition from Dockerfile [2025-06-13T02:33:35.377Z] #11 transferring dockerfile: 1.70kB 0.0s done [2025-06-13T02:33:35.377Z] #11 DONE 0.1s [2025-06-13T02:33:35.377Z] [2025-06-13T02:33:35.377Z] #12 [security-spiffe-token-provider internal] load build definition from Dockerfile [2025-06-13T02:33:35.377Z] #12 transferring dockerfile: 1.89kB done [2025-06-13T02:33:35.377Z] #12 DONE 0.1s [2025-06-13T02:33:35.377Z] [2025-06-13T02:33:35.377Z] #13 [security-spire-agent internal] load build definition from Dockerfile [2025-06-13T02:33:35.377Z] #13 transferring dockerfile: 1.81kB done [2025-06-13T02:33:35.377Z] #13 DONE 0.0s [2025-06-13T02:33:35.377Z] [2025-06-13T02:33:35.377Z] #14 [security-bootstrapper internal] load build definition from Dockerfile [2025-06-13T02:33:35.377Z] #14 transferring dockerfile: 3.02kB done [2025-06-13T02:33:35.377Z] #14 DONE 0.1s [2025-06-13T02:33:35.377Z] [2025-06-13T02:33:35.377Z] #15 [core-command internal] load build definition from Dockerfile [2025-06-13T02:33:35.377Z] #15 transferring dockerfile: 1.94kB done [2025-06-13T02:33:35.377Z] #15 DONE 0.0s [2025-06-13T02:33:35.377Z] [2025-06-13T02:33:35.377Z] #16 [support-notifications internal] load .dockerignore [2025-06-13T02:33:35.377Z] #16 transferring context: 50B 0.0s done [2025-06-13T02:33:35.377Z] #16 DONE 0.1s [2025-06-13T02:33:35.940Z] #143 ... [2025-06-13T02:33:35.940Z] [2025-06-13T02:33:35.940Z] #144 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-06-13T02:33:35.940Z] #0 0.695 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-06-13T02:33:35.940Z] #144 ... [2025-06-13T02:33:35.940Z] [2025-06-13T02:33:35.940Z] #145 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-06-13T02:33:35.940Z] #0 1.679 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-06-13T02:33:35.940Z] #145 ... [2025-06-13T02:33:35.940Z] [2025-06-13T02:33:35.940Z] #146 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-06-13T02:33:35.940Z] #0 1.288 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-06-13T02:33:36.198Z] #146 ... [2025-06-13T02:33:36.198Z] [2025-06-13T02:33:36.198Z] #147 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-13T02:33:36.198Z] #0 1.086 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-06-13T02:33:36.404Z] [2025-06-13T02:33:36.404Z] #17 [core-metadata internal] load .dockerignore [2025-06-13T02:33:36.404Z] #17 transferring context: 50B done [2025-06-13T02:33:36.404Z] #17 DONE 0.0s [2025-06-13T02:33:36.404Z] [2025-06-13T02:33:36.404Z] #18 [security-proxy-auth internal] load .dockerignore [2025-06-13T02:33:36.404Z] #18 transferring context: 50B done [2025-06-13T02:33:36.404Z] #18 DONE 0.1s [2025-06-13T02:33:36.404Z] [2025-06-13T02:33:36.404Z] #19 [security-spire-config internal] load .dockerignore [2025-06-13T02:33:36.404Z] #19 transferring context: 50B 0.0s done [2025-06-13T02:33:36.404Z] #19 DONE 0.1s [2025-06-13T02:33:36.404Z] [2025-06-13T02:33:36.404Z] #20 [support-scheduler internal] load .dockerignore [2025-06-13T02:33:36.404Z] #20 transferring context: 50B 0.0s done [2025-06-13T02:33:36.404Z] #20 DONE 0.1s [2025-06-13T02:33:36.404Z] [2025-06-13T02:33:36.404Z] #21 [core-data internal] load .dockerignore [2025-06-13T02:33:36.456Z] #147 ... [2025-06-13T02:33:36.456Z] [2025-06-13T02:33:36.456Z] #148 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-06-13T02:33:36.456Z] #0 1.041 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-06-13T02:33:36.456Z] #148 ... [2025-06-13T02:33:36.456Z] [2025-06-13T02:33:36.456Z] #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-13T02:33:36.456Z] #0 1.905 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-06-13T02:33:36.679Z] #21 transferring context: 50B 0.0s done [2025-06-13T02:33:36.680Z] #21 DONE 0.1s [2025-06-13T02:33:36.680Z] [2025-06-13T02:33:36.680Z] #22 [security-secretstore-setup internal] load .dockerignore [2025-06-13T02:33:36.680Z] #22 transferring context: 50B done [2025-06-13T02:33:36.680Z] #22 DONE 0.0s [2025-06-13T02:33:36.680Z] [2025-06-13T02:33:36.680Z] #23 [security-proxy-setup internal] load .dockerignore [2025-06-13T02:33:36.680Z] #23 transferring context: 50B 0.0s done [2025-06-13T02:33:36.680Z] #23 DONE 0.1s [2025-06-13T02:33:36.680Z] [2025-06-13T02:33:36.680Z] #24 [core-common-config-bootstrapper internal] load .dockerignore [2025-06-13T02:33:36.680Z] #24 transferring context: 50B done [2025-06-13T02:33:36.680Z] #24 DONE 0.0s [2025-06-13T02:33:36.680Z] [2025-06-13T02:33:36.680Z] #25 [core-keeper internal] load .dockerignore [2025-06-13T02:33:36.680Z] #25 transferring context: 50B 0.0s done [2025-06-13T02:33:36.680Z] #25 DONE 0.1s [2025-06-13T02:33:36.680Z] [2025-06-13T02:33:36.680Z] #26 [security-spire-server internal] load .dockerignore [2025-06-13T02:33:36.713Z] #149 ... [2025-06-13T02:33:36.713Z] [2025-06-13T02:33:36.713Z] #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-13T02:33:36.713Z] #0 0.582 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-06-13T02:33:36.713Z] #150 ... [2025-06-13T02:33:36.713Z] [2025-06-13T02:33:36.713Z] #151 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-13T02:33:36.713Z] #0 1.058 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-06-13T02:33:36.952Z] #26 transferring context: 50B done [2025-06-13T02:33:36.952Z] #26 DONE 0.1s [2025-06-13T02:33:36.952Z] [2025-06-13T02:33:36.952Z] #27 [security-spire-agent internal] load .dockerignore [2025-06-13T02:33:36.952Z] #27 transferring context: 50B 0.0s done [2025-06-13T02:33:36.952Z] #27 DONE 0.1s [2025-06-13T02:33:36.952Z] [2025-06-13T02:33:36.952Z] #28 [security-spiffe-token-provider internal] load .dockerignore [2025-06-13T02:33:36.952Z] #28 transferring context: 50B 0.0s done [2025-06-13T02:33:36.952Z] #28 DONE 0.1s [2025-06-13T02:33:36.952Z] [2025-06-13T02:33:36.952Z] #29 [security-bootstrapper internal] load .dockerignore [2025-06-13T02:33:36.952Z] #29 transferring context: 50B 0.0s done [2025-06-13T02:33:36.970Z] #151 ... [2025-06-13T02:33:36.970Z] [2025-06-13T02:33:36.970Z] #152 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-13T02:33:36.970Z] #0 1.950 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2025-06-13T02:33:36.970Z] #152 ... [2025-06-13T02:33:36.970Z] [2025-06-13T02:33:36.970Z] #153 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-06-13T02:33:36.970Z] #0 0.874 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-06-13T02:33:37.225Z] #29 DONE 0.1s [2025-06-13T02:33:37.225Z] [2025-06-13T02:33:37.225Z] #30 [core-command internal] load .dockerignore [2025-06-13T02:33:37.225Z] #30 transferring context: 50B 0.0s done [2025-06-13T02:33:37.225Z] #30 DONE 0.1s [2025-06-13T02:33:37.225Z] [2025-06-13T02:33:37.225Z] #31 [support-notifications internal] load metadata for docker.io/library/alpine:3.20 [2025-06-13T02:33:37.225Z] #31 ... [2025-06-13T02:33:37.225Z] [2025-06-13T02:33:37.225Z] #32 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-13T02:33:37.225Z] #32 DONE 0.0s [2025-06-13T02:33:37.227Z] #153 ... [2025-06-13T02:33:37.227Z] [2025-06-13T02:33:37.227Z] #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-13T02:33:37.227Z] #0 0.746 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-06-13T02:33:37.491Z] [2025-06-13T02:33:37.492Z] #31 [support-notifications internal] load metadata for docker.io/library/alpine:3.20 [2025-06-13T02:33:37.760Z] #31 ... [2025-06-13T02:33:37.760Z] [2025-06-13T02:33:37.760Z] #32 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-13T02:33:37.760Z] #32 DONE 0.0s [2025-06-13T02:33:37.760Z] [2025-06-13T02:33:37.760Z] #31 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.20 [2025-06-13T02:33:38.031Z] #31 ... [2025-06-13T02:33:38.031Z] [2025-06-13T02:33:38.031Z] #32 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-13T02:33:38.031Z] #32 DONE 0.0s [2025-06-13T02:33:38.031Z] [2025-06-13T02:33:38.031Z] #31 [support-scheduler internal] load metadata for docker.io/library/alpine:3.20 [2025-06-13T02:33:38.031Z] #31 DONE 0.7s [2025-06-13T02:33:38.031Z] [2025-06-13T02:33:38.031Z] #33 [support-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-13T02:33:38.031Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-06-13T02:33:38.031Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-13T02:33:38.031Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-06-13T02:33:38.031Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-06-13T02:33:38.301Z] #33 ... [2025-06-13T02:33:38.301Z] [2025-06-13T02:33:38.301Z] #32 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-13T02:33:38.301Z] #32 DONE 0.0s [2025-06-13T02:33:38.301Z] [2025-06-13T02:33:38.301Z] #32 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-13T02:33:38.301Z] #32 DONE 0.0s [2025-06-13T02:33:38.301Z] [2025-06-13T02:33:38.301Z] #31 [core-data internal] load metadata for docker.io/library/alpine:3.20 [2025-06-13T02:33:38.569Z] #31 DONE 0.7s [2025-06-13T02:33:38.569Z] [2025-06-13T02:33:38.569Z] #33 [support-notifications stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-13T02:33:38.569Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-06-13T02:33:38.569Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-13T02:33:38.569Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-06-13T02:33:38.569Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-06-13T02:33:38.569Z] #33 ... [2025-06-13T02:33:38.569Z] [2025-06-13T02:33:38.569Z] #32 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-13T02:33:38.569Z] #32 DONE 0.0s [2025-06-13T02:33:38.837Z] [2025-06-13T02:33:38.837Z] #34 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-06-13T02:33:38.837Z] #34 ... [2025-06-13T02:33:38.837Z] [2025-06-13T02:33:38.837Z] #32 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-13T02:33:38.837Z] #32 DONE 0.0s [2025-06-13T02:33:39.105Z] [2025-06-13T02:33:39.105Z] #35 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-06-13T02:33:39.374Z] #35 ... [2025-06-13T02:33:39.374Z] [2025-06-13T02:33:39.374Z] #32 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-13T02:33:39.374Z] #32 DONE 0.0s [2025-06-13T02:33:39.647Z] [2025-06-13T02:33:39.647Z] #36 [support-notifications internal] load build context [2025-06-13T02:33:39.914Z] #36 ... [2025-06-13T02:33:39.914Z] [2025-06-13T02:33:39.914Z] #32 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-13T02:33:39.914Z] #32 DONE 0.0s [2025-06-13T02:33:39.914Z] [2025-06-13T02:33:39.914Z] #37 [core-metadata internal] load build context [2025-06-13T02:33:39.914Z] #37 transferring context: 3.22MB 1.6s done [2025-06-13T02:33:39.914Z] #37 DONE 2.1s [2025-06-13T02:33:39.914Z] [2025-06-13T02:33:39.914Z] #36 [support-notifications internal] load build context [2025-06-13T02:33:40.182Z] #36 ... [2025-06-13T02:33:40.182Z] [2025-06-13T02:33:40.182Z] #32 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-13T02:33:40.182Z] #32 DONE 0.0s [2025-06-13T02:33:40.182Z] [2025-06-13T02:33:40.182Z] #36 [support-notifications internal] load build context [2025-06-13T02:33:40.451Z] #36 transferring context: 3.22MB 2.4s done [2025-06-13T02:33:40.451Z] #36 ... [2025-06-13T02:33:40.451Z] [2025-06-13T02:33:40.451Z] #32 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2025-06-13T02:33:40.451Z] #32 DONE 0.1s [2025-06-13T02:33:40.720Z] [2025-06-13T02:33:40.720Z] #33 [core-common-config-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-13T02:33:40.720Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-06-13T02:33:40.720Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-13T02:33:40.720Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-06-13T02:33:40.720Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-06-13T02:33:40.720Z] #33 ... [2025-06-13T02:33:40.720Z] [2025-06-13T02:33:40.720Z] #31 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 [2025-06-13T02:33:40.720Z] #31 DONE 2.7s [2025-06-13T02:33:40.720Z] [2025-06-13T02:33:40.720Z] #36 [support-notifications internal] load build context [2025-06-13T02:33:40.720Z] #36 DONE 3.0s [2025-06-13T02:33:40.720Z] [2025-06-13T02:33:40.720Z] #33 [security-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-13T02:33:40.720Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-06-13T02:33:40.720Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-13T02:33:40.720Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-06-13T02:33:40.720Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-06-13T02:33:40.988Z] #33 ... [2025-06-13T02:33:40.988Z] [2025-06-13T02:33:40.988Z] #38 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 [2025-06-13T02:33:40.988Z] #38 DONE 2.9s [2025-06-13T02:33:40.988Z] [2025-06-13T02:33:40.988Z] #39 [security-proxy-auth internal] load build context [2025-06-13T02:33:40.988Z] #39 transferring context: 3.22MB 2.2s done [2025-06-13T02:33:40.988Z] #39 DONE 3.0s [2025-06-13T02:33:40.988Z] [2025-06-13T02:33:40.988Z] #40 [support-scheduler internal] load build context [2025-06-13T02:33:40.988Z] #40 transferring context: 3.22MB 1.7s done [2025-06-13T02:33:40.988Z] #40 DONE 2.8s [2025-06-13T02:33:40.988Z] [2025-06-13T02:33:40.988Z] #33 [security-spire-config stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-13T02:33:40.988Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-06-13T02:33:40.988Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-13T02:33:40.988Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-06-13T02:33:40.988Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-06-13T02:33:41.579Z] #33 ... [2025-06-13T02:33:41.579Z] [2025-06-13T02:33:41.580Z] #41 [core-data internal] load build context [2025-06-13T02:33:41.580Z] #41 transferring context: 3.22MB 1.6s done [2025-06-13T02:33:41.580Z] #41 DONE 3.0s [2025-06-13T02:33:41.580Z] [2025-06-13T02:33:41.580Z] #42 [security-secretstore-setup internal] load build context [2025-06-13T02:33:41.580Z] #42 transferring context: 3.22MB 1.8s done [2025-06-13T02:33:41.580Z] #42 DONE 3.1s [2025-06-13T02:33:41.580Z] [2025-06-13T02:33:41.580Z] #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-13T02:33:41.580Z] #43 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-13T02:33:42.167Z] #43 ... [2025-06-13T02:33:42.167Z] [2025-06-13T02:33:42.167Z] #44 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 [2025-06-13T02:33:42.167Z] #44 DONE 1.7s [2025-06-13T02:33:42.167Z] [2025-06-13T02:33:42.167Z] #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-13T02:33:42.167Z] #43 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.0s done [2025-06-13T02:33:42.432Z] #43 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done [2025-06-13T02:33:42.432Z] #43 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done [2025-06-13T02:33:42.700Z] #43 ... [2025-06-13T02:33:42.700Z] [2025-06-13T02:33:42.700Z] #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-13T02:33:42.700Z] #45 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.6s done [2025-06-13T02:33:42.700Z] #45 DONE 0.6s [2025-06-13T02:33:42.700Z] [2025-06-13T02:33:42.700Z] #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-13T02:33:42.700Z] #43 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done [2025-06-13T02:33:42.700Z] #43 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done [2025-06-13T02:33:42.966Z] #43 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 0.3s [2025-06-13T02:33:43.232Z] #43 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.4s [2025-06-13T02:33:43.232Z] #43 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 0.4s [2025-06-13T02:33:43.498Z] #43 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.6s done [2025-06-13T02:33:43.498Z] #43 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.7s [2025-06-13T02:33:43.498Z] #43 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.7s [2025-06-13T02:33:43.498Z] #43 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.7s done [2025-06-13T02:33:43.498Z] #43 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.7s done [2025-06-13T02:33:43.498Z] #43 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 [2025-06-13T02:33:43.498Z] #43 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.1s done [2025-06-13T02:33:44.089Z] #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 0B / 33.17MB 1.3s [2025-06-13T02:33:44.678Z] #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 2.10MB / 33.17MB 1.9s [2025-06-13T02:33:44.948Z] #43 ... [2025-06-13T02:33:44.948Z] [2025-06-13T02:33:44.948Z] #46 [core-common-config-bootstrapper internal] load build context [2025-06-13T02:33:44.948Z] #46 transferring context: 3.22MB 3.5s done [2025-06-13T02:33:44.948Z] #46 DONE 5.1s [2025-06-13T02:33:44.948Z] [2025-06-13T02:33:44.948Z] #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-13T02:33:45.531Z] #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 4.19MB / 33.17MB 2.8s [2025-06-13T02:33:45.531Z] #43 ... [2025-06-13T02:33:45.531Z] [2025-06-13T02:33:45.531Z] #47 [core-keeper internal] load build context [2025-06-13T02:33:45.531Z] #47 transferring context: 3.22MB 3.7s done [2025-06-13T02:33:45.531Z] #47 DONE 5.7s [2025-06-13T02:33:45.531Z] [2025-06-13T02:33:45.531Z] #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-13T02:33:46.117Z] #43 ... [2025-06-13T02:33:46.117Z] [2025-06-13T02:33:46.117Z] #48 [security-proxy-setup internal] load build context [2025-06-13T02:33:46.117Z] #48 transferring context: 3.22MB 3.5s done [2025-06-13T02:33:46.117Z] #48 DONE 6.1s [2025-06-13T02:33:46.117Z] [2025-06-13T02:33:46.117Z] #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-13T02:33:46.117Z] #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 6.05MB / 33.17MB 3.4s [2025-06-13T02:33:46.390Z] #43 ... [2025-06-13T02:33:46.390Z] [2025-06-13T02:33:46.390Z] #49 [security-spire-agent internal] load build context [2025-06-13T02:33:46.390Z] #49 transferring context: 23.33kB 0.2s done [2025-06-13T02:33:46.390Z] #49 DONE 4.4s [2025-06-13T02:33:46.658Z] [2025-06-13T02:33:46.658Z] #34 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-06-13T02:33:46.658Z] #34 7.772 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-13T02:33:47.239Z] #34 ... [2025-06-13T02:33:47.239Z] [2025-06-13T02:33:47.239Z] #50 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2025-06-13T02:33:47.239Z] #50 DONE 10.2s [2025-06-13T02:33:47.239Z] [2025-06-13T02:33:47.239Z] #51 [security-spire-server internal] load build context [2025-06-13T02:33:47.239Z] #51 transferring context: 23.80kB 0.2s done [2025-06-13T02:33:47.239Z] #51 DONE 6.3s [2025-06-13T02:33:47.239Z] [2025-06-13T02:33:47.239Z] #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-13T02:33:47.239Z] #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 11.53MB / 33.17MB 4.7s [2025-06-13T02:33:47.239Z] #43 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.0s done [2025-06-13T02:33:47.519Z] #43 ... [2025-06-13T02:33:47.519Z] [2025-06-13T02:33:47.519Z] #52 [security-spire-config internal] load build context [2025-06-13T02:33:47.519Z] #52 transferring context: 22.05kB 0.1s done [2025-06-13T02:33:47.519Z] #52 DONE 6.5s [2025-06-13T02:33:47.519Z] [2025-06-13T02:33:47.519Z] #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-13T02:33:48.102Z] #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 13.21MB / 33.17MB 5.3s [2025-06-13T02:33:48.368Z] #43 ... [2025-06-13T02:33:48.368Z] [2025-06-13T02:33:48.368Z] #53 [security-proxy-auth builder 2/7] WORKDIR /edgex-go [2025-06-13T02:33:48.368Z] #53 DONE 1.8s [2025-06-13T02:33:48.368Z] [2025-06-13T02:33:48.368Z] #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-13T02:33:48.368Z] #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 15.73MB / 33.17MB 5.8s [2025-06-13T02:33:48.635Z] #43 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done [2025-06-13T02:33:48.635Z] #43 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done [2025-06-13T02:33:48.635Z] #43 ... [2025-06-13T02:33:48.635Z] [2025-06-13T02:33:48.635Z] #54 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-06-13T02:33:48.635Z] #0 8.045 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-13T02:33:48.901Z] #54 ... [2025-06-13T02:33:48.902Z] [2025-06-13T02:33:48.902Z] #55 [core-command builder 3/7] RUN apk add --update --no-cache make git [2025-06-13T02:33:48.902Z] #55 ... [2025-06-13T02:33:48.902Z] [2025-06-13T02:33:48.902Z] #56 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-06-13T02:33:48.902Z] #0 6.967 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-13T02:33:49.167Z] #56 ... [2025-06-13T02:33:49.167Z] [2025-06-13T02:33:49.167Z] #57 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-06-13T02:33:49.167Z] #0 8.088 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-13T02:33:49.167Z] #57 ... [2025-06-13T02:33:49.167Z] [2025-06-13T02:33:49.167Z] #58 [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-13T02:33:49.167Z] #58 DONE 8.9s [2025-06-13T02:33:49.167Z] [2025-06-13T02:33:49.167Z] #59 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-06-13T02:33:49.769Z] #59 ... [2025-06-13T02:33:49.769Z] [2025-06-13T02:33:49.769Z] #60 [core-command internal] load build context [2025-06-13T02:33:49.769Z] #60 transferring context: 3.22MB 4.2s done [2025-06-13T02:33:49.769Z] #60 DONE 8.8s [2025-06-13T02:33:49.769Z] [2025-06-13T02:33:49.769Z] #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-13T02:33:49.769Z] #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 19.92MB / 33.17MB 7.0s [2025-06-13T02:33:49.769Z] #43 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done [2025-06-13T02:33:50.358Z] #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 22.02MB / 33.17MB 7.5s [2025-06-13T02:33:50.358Z] #43 ... [2025-06-13T02:33:50.358Z] [2025-06-13T02:33:50.358Z] #61 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-06-13T02:33:50.358Z] #0 8.844 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-13T02:33:50.358Z] #61 ... [2025-06-13T02:33:50.358Z] [2025-06-13T02:33:50.358Z] #62 [security-bootstrapper internal] load build context [2025-06-13T02:33:50.359Z] #62 transferring context: 3.22MB 4.4s done [2025-06-13T02:33:50.359Z] #62 DONE 9.6s [2025-06-13T02:33:50.359Z] [2025-06-13T02:33:50.359Z] #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-13T02:33:50.625Z] #43 ... [2025-06-13T02:33:50.625Z] [2025-06-13T02:33:50.625Z] #63 [security-spiffe-token-provider internal] load build context [2025-06-13T02:33:50.625Z] #63 transferring context: 3.22MB 5.2s done [2025-06-13T02:33:50.625Z] #63 DONE 9.9s [2025-06-13T02:33:50.625Z] [2025-06-13T02:33:50.625Z] #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-13T02:33:50.893Z] #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 23.85MB / 33.17MB 8.3s [2025-06-13T02:33:50.893Z] #43 ... [2025-06-13T02:33:50.893Z] [2025-06-13T02:33:50.893Z] #64 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-06-13T02:33:50.893Z] #0 7.474 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-13T02:33:50.893Z] #0 8.299 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-13T02:33:51.160Z] #64 ... [2025-06-13T02:33:51.160Z] [2025-06-13T02:33:51.160Z] #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-13T02:33:51.429Z] #43 ... [2025-06-13T02:33:51.429Z] [2025-06-13T02:33:51.429Z] #65 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-06-13T02:33:51.429Z] #0 6.910 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-13T02:33:51.429Z] #0 8.548 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-13T02:33:51.429Z] #65 ... [2025-06-13T02:33:51.429Z] [2025-06-13T02:33:51.429Z] #66 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-06-13T02:33:51.429Z] #0 8.425 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-13T02:33:51.700Z] #66 ... [2025-06-13T02:33:51.700Z] [2025-06-13T02:33:51.700Z] #67 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-06-13T02:33:51.700Z] #0 8.687 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-13T02:33:51.700Z] #0 10.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-13T02:33:51.700Z] #67 ... [2025-06-13T02:33:51.700Z] [2025-06-13T02:33:51.700Z] #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-13T02:33:51.968Z] #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 26.21MB / 33.17MB 9.4s [2025-06-13T02:33:51.968Z] #43 ... [2025-06-13T02:33:51.968Z] [2025-06-13T02:33:51.968Z] #33 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-13T02:33:51.968Z] #33 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done [2025-06-13T02:33:51.968Z] #33 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-06-13T02:33:51.968Z] #33 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done [2025-06-13T02:33:51.968Z] #33 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done [2025-06-13T02:33:52.234Z] #33 ... [2025-06-13T02:33:52.234Z] [2025-06-13T02:33:52.234Z] #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-13T02:33:52.234Z] #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 28.31MB / 33.17MB 9.7s [2025-06-13T02:33:52.818Z] #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 30.41MB / 33.17MB 10.0s [2025-06-13T02:33:52.818Z] #43 ... [2025-06-13T02:33:52.818Z] [2025-06-13T02:33:52.818Z] #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-13T02:33:52.818Z] #45 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done [2025-06-13T02:33:52.818Z] #45 sha256:e81b72a68d76b0e0df52247b9790de839a7321008b1f01dade49a9205896959b 1.05kB / 1.05kB done [2025-06-13T02:33:52.818Z] #45 sha256:ed3dcd9259b2c881c72642150b0878715420e4dc7a6eb469171aecff31ef0520 1.72kB / 1.72kB done [2025-06-13T02:33:52.818Z] #45 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done [2025-06-13T02:33:52.818Z] #45 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done [2025-06-13T02:33:52.818Z] #45 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.1s done [2025-06-13T02:33:52.818Z] #45 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.8s done [2025-06-13T02:33:52.818Z] #45 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 4.1s done [2025-06-13T02:33:52.818Z] #45 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 0.1s done [2025-06-13T02:33:52.818Z] #45 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 [2025-06-13T02:33:53.087Z] #45 ... [2025-06-13T02:33:53.087Z] [2025-06-13T02:33:53.087Z] #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-13T02:33:53.087Z] #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 32.51MB / 33.17MB 10.5s [2025-06-13T02:33:53.354Z] #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 10.6s done [2025-06-13T02:33:53.354Z] #43 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 10.6s done [2025-06-13T02:33:55.951Z] #43 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b [2025-06-13T02:33:57.369Z] #43 ... [2025-06-13T02:33:57.369Z] [2025-06-13T02:33:57.369Z] #35 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-06-13T02:33:57.369Z] #35 8.221 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-13T02:33:57.369Z] #35 10.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-13T02:33:57.369Z] #35 ... [2025-06-13T02:33:57.369Z] [2025-06-13T02:33:57.369Z] #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-13T02:33:58.334Z] #43 ... [2025-06-13T02:33:58.334Z] [2025-06-13T02:33:58.334Z] #68 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2025-06-13T02:33:58.334Z] #68 DONE 9.8s [2025-06-13T02:33:58.334Z] [2025-06-13T02:33:58.334Z] #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-13T02:33:58.334Z] #43 ... [2025-06-13T02:33:58.334Z] [2025-06-13T02:33:58.334Z] #69 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-06-13T02:33:58.334Z] #0 8.717 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-13T02:33:58.603Z] #69 ... [2025-06-13T02:33:58.603Z] [2025-06-13T02:33:58.603Z] #70 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-06-13T02:33:58.603Z] #0 9.397 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-13T02:33:58.603Z] #70 ... [2025-06-13T02:33:58.603Z] [2025-06-13T02:33:58.603Z] #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-06-13T02:33:58.603Z] #0 8.391 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-13T02:33:58.603Z] #0 10.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-13T02:33:58.870Z] #71 ... [2025-06-13T02:33:58.870Z] [2025-06-13T02:33:58.870Z] #72 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2025-06-13T02:33:58.870Z] #0 8.523 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-13T02:33:58.870Z] #0 10.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-13T02:33:58.870Z] #72 ... [2025-06-13T02:33:58.870Z] [2025-06-13T02:33:58.870Z] #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-13T02:33:59.459Z] #43 ... [2025-06-13T02:33:59.459Z] [2025-06-13T02:33:59.459Z] #57 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-06-13T02:33:59.459Z] #57 10.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-13T02:33:59.459Z] #57 19.17 (1/3) Installing ca-certificates (20241121-r1) [2025-06-13T02:33:59.459Z] #57 20.16 (2/3) Installing dumb-init (1.2.5-r3) [2025-06-13T02:33:59.459Z] #57 20.22 (3/3) Installing tzdata (2025b-r0) [2025-06-13T02:33:59.742Z] #57 ... [2025-06-13T02:33:59.742Z] [2025-06-13T02:33:59.742Z] #56 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-06-13T02:33:59.742Z] #56 10.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-13T02:33:59.742Z] #56 20.14 (1/1) Installing dumb-init (1.2.5-r3) [2025-06-13T02:33:59.742Z] #56 20.21 Executing busybox-1.36.1-r29.trigger [2025-06-13T02:33:59.742Z] #56 20.36 OK: 9 MiB in 15 packages [2025-06-13T02:33:59.742Z] #56 ... [2025-06-13T02:33:59.742Z] [2025-06-13T02:33:59.742Z] #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-13T02:34:00.714Z] #43 ... [2025-06-13T02:34:00.714Z] [2025-06-13T02:34:00.714Z] #45 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [2025-06-13T02:34:00.714Z] #45 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 8.2s done [2025-06-13T02:34:00.714Z] #45 DONE 18.3s [2025-06-13T02:34:00.714Z] [2025-06-13T02:34:00.714Z] #35 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-06-13T02:34:00.714Z] #35 20.96 (1/4) Installing ca-certificates (20241121-r1) [2025-06-13T02:34:00.714Z] #35 21.52 (2/4) Installing dumb-init (1.2.5-r3) [2025-06-13T02:34:00.714Z] #35 21.53 (3/4) Installing su-exec (0.2-r3) [2025-06-13T02:34:00.714Z] #35 21.55 (4/4) Installing yq-go (4.44.1-r2) [2025-06-13T02:34:00.714Z] #35 ... [2025-06-13T02:34:00.714Z] [2025-06-13T02:34:00.714Z] #54 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-06-13T02:34:00.714Z] #54 11.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-13T02:34:00.714Z] #54 21.35 (1/1) Installing dumb-init (1.2.5-r3) [2025-06-13T02:34:00.714Z] #54 21.38 Executing busybox-1.36.1-r29.trigger [2025-06-13T02:34:00.714Z] #54 21.56 OK: 9 MiB in 15 packages [2025-06-13T02:34:00.981Z] #54 ... [2025-06-13T02:34:00.981Z] [2025-06-13T02:34:00.981Z] #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-13T02:34:00.981Z] #43 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 5.3s [2025-06-13T02:34:00.981Z] #43 ... [2025-06-13T02:34:00.981Z] [2025-06-13T02:34:00.981Z] #34 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-06-13T02:34:00.981Z] #34 12.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-13T02:34:01.248Z] #34 22.33 (1/7) Installing ca-certificates (20241121-r1) [2025-06-13T02:34:01.248Z] #34 ... [2025-06-13T02:34:01.248Z] [2025-06-13T02:34:01.248Z] #61 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-06-13T02:34:01.248Z] #61 10.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-13T02:34:01.248Z] #61 ... [2025-06-13T02:34:01.248Z] [2025-06-13T02:34:01.248Z] #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-13T02:34:01.842Z] #43 ... [2025-06-13T02:34:01.842Z] [2025-06-13T02:34:01.842Z] #66 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-06-13T02:34:01.842Z] #66 10.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-13T02:34:01.842Z] #66 18.83 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-13T02:34:01.842Z] #66 18.83 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-13T02:34:01.842Z] #66 18.83 OK: 24049 distinct packages available [2025-06-13T02:34:02.108Z] #66 ... [2025-06-13T02:34:02.109Z] [2025-06-13T02:34:02.109Z] #70 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-06-13T02:34:02.109Z] #70 13.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-13T02:34:02.109Z] #70 ... [2025-06-13T02:34:02.109Z] [2025-06-13T02:34:02.109Z] #56 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init [2025-06-13T02:34:02.109Z] #56 DONE 23.5s [2025-06-13T02:34:02.375Z] [2025-06-13T02:34:02.375Z] #73 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade [2025-06-13T02:34:02.958Z] #73 ... [2025-06-13T02:34:02.958Z] [2025-06-13T02:34:02.958Z] #54 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-06-13T02:34:02.958Z] #54 DONE 24.3s [2025-06-13T02:34:03.228Z] [2025-06-13T02:34:03.228Z] #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-13T02:34:05.827Z] #43 ... [2025-06-13T02:34:05.827Z] [2025-06-13T02:34:05.827Z] #67 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2025-06-13T02:34:05.827Z] #67 20.91 (1/2) Installing dumb-init (1.2.5-r3) [2025-06-13T02:34:05.827Z] #67 20.98 (2/2) Installing su-exec (0.2-r3) [2025-06-13T02:34:05.827Z] #67 20.98 Executing busybox-1.36.1-r29.trigger [2025-06-13T02:34:05.827Z] #67 21.35 OK: 9 MiB in 16 packages [2025-06-13T02:34:05.827Z] #67 DONE 24.3s [2025-06-13T02:34:05.827Z] [2025-06-13T02:34:05.827Z] #57 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata [2025-06-13T02:34:05.827Z] #57 22.15 Executing busybox-1.36.1-r29.trigger [2025-06-13T02:34:05.827Z] #57 22.26 Executing ca-certificates-20241121-r1.trigger [2025-06-13T02:34:05.827Z] #57 24.07 OK: 11 MiB in 17 packages [2025-06-13T02:34:05.827Z] #57 DONE 26.6s [2025-06-13T02:34:05.827Z] [2025-06-13T02:34:05.827Z] #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-13T02:34:05.827Z] #43 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 10.1s [2025-06-13T02:34:06.785Z] #43 ... [2025-06-13T02:34:06.785Z] [2025-06-13T02:34:06.785Z] #35 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2025-06-13T02:34:06.785Z] #35 23.55 Executing busybox-1.36.1-r29.trigger [2025-06-13T02:34:06.785Z] #35 23.69 Executing ca-certificates-20241121-r1.trigger [2025-06-13T02:34:06.785Z] #35 24.95 OK: 20 MiB in 18 packages [2025-06-13T02:34:06.785Z] #35 DONE 27.6s [2025-06-13T02:34:06.785Z] [2025-06-13T02:34:06.785Z] #74 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-06-13T02:34:07.742Z] #74 ... [2025-06-13T02:34:07.742Z] [2025-06-13T02:34:07.742Z] #55 [core-command builder 3/7] RUN apk add --update --no-cache make git [2025-06-13T02:34:07.742Z] #55 9.386 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-13T02:34:07.742Z] #55 11.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-13T02:34:07.742Z] #55 ... [2025-06-13T02:34:07.742Z] [2025-06-13T02:34:07.742Z] #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-13T02:34:08.011Z] #43 ... [2025-06-13T02:34:08.011Z] [2025-06-13T02:34:08.011Z] #61 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2025-06-13T02:34:08.011Z] #61 21.37 (1/4) Installing dumb-init (1.2.5-r3) [2025-06-13T02:34:08.011Z] #61 21.44 (2/4) Installing openssl (3.3.3-r0) [2025-06-13T02:34:08.011Z] #61 21.59 (3/4) Installing su-exec (0.2-r3) [2025-06-13T02:34:08.011Z] #61 21.63 (4/4) Installing yq-go (4.44.1-r2) [2025-06-13T02:34:08.011Z] #61 23.86 Executing busybox-1.36.1-r29.trigger [2025-06-13T02:34:08.011Z] #61 24.06 OK: 20 MiB in 18 packages [2025-06-13T02:34:08.011Z] #61 DONE 27.7s [2025-06-13T02:34:08.011Z] [2025-06-13T02:34:08.011Z] #59 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-06-13T02:34:08.011Z] #59 8.828 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-13T02:34:08.011Z] #59 12.66 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-13T02:34:08.282Z] #59 ... [2025-06-13T02:34:08.282Z] [2025-06-13T02:34:08.282Z] #34 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq [2025-06-13T02:34:08.282Z] #34 22.86 (2/7) Installing dumb-init (1.2.5-r3) [2025-06-13T02:34:08.282Z] #34 22.92 (3/7) Installing libgcc (13.2.1_git20240309-r1) [2025-06-13T02:34:08.282Z] #34 22.96 (4/7) Installing libsodium (1.0.19-r0) [2025-06-13T02:34:08.282Z] #34 23.04 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) [2025-06-13T02:34:08.282Z] #34 23.37 (6/7) Installing libzmq (4.3.5-r2) [2025-06-13T02:34:08.282Z] #34 23.61 (7/7) Installing zeromq (4.3.5-r2) [2025-06-13T02:34:08.282Z] #34 23.71 Executing busybox-1.36.1-r29.trigger [2025-06-13T02:34:08.282Z] #34 23.98 Executing ca-certificates-20241121-r1.trigger [2025-06-13T02:34:08.282Z] #34 25.90 OK: 14 MiB in 21 packages [2025-06-13T02:34:08.282Z] #34 DONE 29.4s [2025-06-13T02:34:08.282Z] [2025-06-13T02:34:08.282Z] #75 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-06-13T02:34:08.282Z] #0 4.138 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-13T02:34:08.282Z] #0 7.882 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-13T02:34:08.564Z] #75 ... [2025-06-13T02:34:08.564Z] [2025-06-13T02:34:08.564Z] #76 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-06-13T02:34:09.528Z] #76 ... [2025-06-13T02:34:09.528Z] [2025-06-13T02:34:09.528Z] #64 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-06-13T02:34:09.528Z] #64 18.23 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-13T02:34:09.528Z] #64 18.23 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-13T02:34:09.528Z] #64 18.23 OK: 24049 distinct packages available [2025-06-13T02:34:09.528Z] #64 20.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-13T02:34:09.528Z] #64 23.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-13T02:34:09.528Z] #64 ... [2025-06-13T02:34:09.528Z] [2025-06-13T02:34:09.528Z] #69 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-06-13T02:34:09.528Z] #69 11.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-13T02:34:09.528Z] #69 ... [2025-06-13T02:34:09.528Z] [2025-06-13T02:34:09.528Z] #72 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2025-06-13T02:34:09.528Z] #72 21.39 OK: 239 MiB in 58 packages [2025-06-13T02:34:10.490Z] #72 ... [2025-06-13T02:34:10.490Z] [2025-06-13T02:34:10.490Z] #65 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-06-13T02:34:10.490Z] #65 19.14 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-13T02:34:10.490Z] #65 19.14 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-13T02:34:10.490Z] #65 19.14 OK: 24049 distinct packages available [2025-06-13T02:34:10.490Z] #65 21.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-13T02:34:10.490Z] #65 24.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-13T02:34:10.490Z] #65 ... [2025-06-13T02:34:10.490Z] [2025-06-13T02:34:10.490Z] #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-13T02:34:11.073Z] #43 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 15.3s [2025-06-13T02:34:11.688Z] #43 ... [2025-06-13T02:34:11.688Z] [2025-06-13T02:34:11.688Z] #72 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2025-06-13T02:34:11.688Z] #72 DONE 23.5s [2025-06-13T02:34:11.956Z] [2025-06-13T02:34:11.956Z] #77 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2025-06-13T02:34:12.222Z] #77 ... [2025-06-13T02:34:12.222Z] [2025-06-13T02:34:12.222Z] #66 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-06-13T02:34:12.222Z] #66 20.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-13T02:34:12.222Z] #66 22.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-13T02:34:12.496Z] #66 ... [2025-06-13T02:34:12.496Z] [2025-06-13T02:34:12.496Z] #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-13T02:34:12.763Z] #43 ... [2025-06-13T02:34:12.763Z] [2025-06-13T02:34:12.763Z] #77 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2025-06-13T02:34:12.763Z] #77 DONE 1.1s [2025-06-13T02:34:12.763Z] [2025-06-13T02:34:12.763Z] #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-13T02:34:13.028Z] #43 ... [2025-06-13T02:34:13.028Z] [2025-06-13T02:34:13.028Z] #78 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-06-13T02:34:13.028Z] #0 7.570 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-13T02:34:13.028Z] #0 9.622 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-13T02:34:13.028Z] #78 ... [2025-06-13T02:34:13.028Z] [2025-06-13T02:34:13.028Z] #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-13T02:34:13.608Z] #43 ... [2025-06-13T02:34:13.608Z] [2025-06-13T02:34:13.609Z] #69 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev [2025-06-13T02:34:13.609Z] #69 22.98 OK: 239 MiB in 58 packages [2025-06-13T02:34:13.609Z] #69 DONE 25.1s [2025-06-13T02:34:13.609Z] [2025-06-13T02:34:13.609Z] #79 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2025-06-13T02:34:14.580Z] #79 DONE 1.0s [2025-06-13T02:34:14.580Z] [2025-06-13T02:34:14.580Z] #55 [core-command builder 3/7] RUN apk add --update --no-cache make git [2025-06-13T02:34:14.580Z] #55 23.75 OK: 239 MiB in 58 packages [2025-06-13T02:34:14.580Z] #55 DONE 26.2s [2025-06-13T02:34:14.580Z] [2025-06-13T02:34:14.580Z] #80 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-13T02:34:14.844Z] #80 ... [2025-06-13T02:34:14.844Z] [2025-06-13T02:34:14.844Z] #70 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2025-06-13T02:34:14.844Z] #70 25.33 OK: 239 MiB in 58 packages [2025-06-13T02:34:14.844Z] #70 DONE 26.6s [2025-06-13T02:34:15.110Z] [2025-06-13T02:34:15.110Z] #81 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-06-13T02:34:15.696Z] #81 ... [2025-06-13T02:34:15.696Z] [2025-06-13T02:34:15.696Z] #82 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-06-13T02:34:15.697Z] #0 7.214 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-13T02:34:15.697Z] #0 9.594 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-13T02:34:15.966Z] #82 ... [2025-06-13T02:34:15.966Z] [2025-06-13T02:34:15.966Z] #83 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-06-13T02:34:15.966Z] #0 7.750 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-13T02:34:15.966Z] #0 10.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-13T02:34:15.966Z] #83 ... [2025-06-13T02:34:15.966Z] [2025-06-13T02:34:15.966Z] #84 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2025-06-13T02:34:15.966Z] #84 DONE 1.5s [2025-06-13T02:34:15.966Z] [2025-06-13T02:34:15.966Z] #64 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-06-13T02:34:15.966Z] #64 32.88 (1/14) Installing ca-certificates (20241121-r1) [2025-06-13T02:34:15.966Z] #64 33.61 (2/14) Installing brotli-libs (1.1.0-r2) [2025-06-13T02:34:15.966Z] #64 33.98 (3/14) Installing c-ares (1.33.1-r0) [2025-06-13T02:34:15.966Z] #64 34.05 (4/14) Installing libunistring (1.2-r0) [2025-06-13T02:34:15.966Z] #64 34.31 (5/14) Installing libidn2 (2.3.7-r0) [2025-06-13T02:34:15.966Z] #64 34.33 (6/14) Installing nghttp2-libs (1.62.1-r0) [2025-06-13T02:34:15.966Z] #64 34.36 (7/14) Installing libpsl (0.21.5-r1) [2025-06-13T02:34:15.966Z] #64 34.40 (8/14) Installing zstd-libs (1.5.6-r0) [2025-06-13T02:34:15.966Z] #64 34.55 (9/14) Installing libcurl (8.12.1-r0) [2025-06-13T02:34:15.966Z] #64 34.73 (10/14) Installing curl (8.12.1-r0) [2025-06-13T02:34:15.966Z] #64 34.78 (11/14) Installing dumb-init (1.2.5-r3) [2025-06-13T02:34:15.966Z] #64 34.87 (12/14) Installing musl-obstack (1.2.3-r2) [2025-06-13T02:34:15.966Z] #64 34.90 (13/14) Installing libucontext (1.2-r3) [2025-06-13T02:34:15.966Z] #64 34.94 (14/14) Installing gcompat (1.1.0-r4) [2025-06-13T02:34:15.966Z] #64 34.96 Executing busybox-1.36.1-r29.trigger [2025-06-13T02:34:16.232Z] #64 35.11 Executing ca-certificates-20241121-r1.trigger [2025-06-13T02:34:16.497Z] #64 ... [2025-06-13T02:34:16.497Z] [2025-06-13T02:34:16.497Z] #81 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2025-06-13T02:34:16.497Z] #81 DONE 1.5s [2025-06-13T02:34:16.497Z] [2025-06-13T02:34:16.497Z] #65 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-06-13T02:34:16.497Z] #65 35.18 (1/5) Installing dumb-init (1.2.5-r3) [2025-06-13T02:34:16.497Z] #65 35.22 (2/5) Installing musl-obstack (1.2.3-r2) [2025-06-13T02:34:16.497Z] #65 35.24 (3/5) Installing libucontext (1.2-r3) [2025-06-13T02:34:16.497Z] #65 35.29 (4/5) Installing gcompat (1.1.0-r4) [2025-06-13T02:34:16.764Z] #65 35.40 (5/5) Installing openssl (3.3.3-r0) [2025-06-13T02:34:16.764Z] #65 ... [2025-06-13T02:34:16.764Z] [2025-06-13T02:34:16.764Z] #73 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade [2025-06-13T02:34:16.764Z] #73 4.495 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-13T02:34:16.764Z] #73 6.560 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-13T02:34:16.764Z] #73 ... [2025-06-13T02:34:16.764Z] [2025-06-13T02:34:16.764Z] #76 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-06-13T02:34:16.764Z] #76 8.521 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-13T02:34:18.169Z] #76 ... [2025-06-13T02:34:18.169Z] [2025-06-13T02:34:18.169Z] #85 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-06-13T02:34:18.169Z] #0 6.134 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-13T02:34:18.169Z] #0 8.032 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-13T02:34:18.169Z] #85 ... [2025-06-13T02:34:18.169Z] [2025-06-13T02:34:18.169Z] #59 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2025-06-13T02:34:18.169Z] #59 23.72 (1/1) Installing dumb-init (1.2.5-r3) [2025-06-13T02:34:18.169Z] #59 25.94 Executing busybox-1.36.1-r29.trigger [2025-06-13T02:34:18.169Z] #59 26.21 OK: 9 MiB in 15 packages [2025-06-13T02:34:18.169Z] #59 DONE 29.0s [2025-06-13T02:34:18.169Z] [2025-06-13T02:34:18.169Z] #43 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-13T02:34:18.169Z] #43 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 22.2s [2025-06-13T02:34:18.751Z] #43 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 23.2s done [2025-06-13T02:34:19.335Z] #43 ... [2025-06-13T02:34:19.335Z] [2025-06-13T02:34:19.335Z] #66 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2025-06-13T02:34:19.335Z] #66 34.89 (1/4) Installing dumb-init (1.2.5-r3) [2025-06-13T02:34:19.335Z] #66 34.97 (2/4) Installing musl-obstack (1.2.3-r2) [2025-06-13T02:34:19.335Z] #66 35.03 (3/4) Installing libucontext (1.2-r3) [2025-06-13T02:34:19.335Z] #66 35.03 (4/4) Installing gcompat (1.1.0-r4) [2025-06-13T02:34:19.335Z] #66 35.08 Executing busybox-1.36.1-r29.trigger [2025-06-13T02:34:19.335Z] #66 35.16 OK: 9 MiB in 18 packages [2025-06-13T02:34:19.335Z] #66 DONE 38.1s [2025-06-13T02:34:19.335Z] [2025-06-13T02:34:19.335Z] #73 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade [2025-06-13T02:34:19.335Z] #73 16.55 OK: 9 MiB in 15 packages [2025-06-13T02:34:19.601Z] #73 ... [2025-06-13T02:34:19.601Z] [2025-06-13T02:34:19.601Z] #65 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2025-06-13T02:34:19.601Z] #65 35.63 Executing busybox-1.36.1-r29.trigger [2025-06-13T02:34:19.601Z] #65 35.90 OK: 10 MiB in 19 packages [2025-06-13T02:34:19.601Z] #65 DONE 38.2s [2025-06-13T02:34:19.601Z] [2025-06-13T02:34:19.601Z] #64 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2025-06-13T02:34:19.601Z] #64 36.55 OK: 15 MiB in 28 packages [2025-06-13T02:34:19.601Z] #64 DONE 38.6s [2025-06-13T02:34:19.601Z] [2025-06-13T02:34:19.601Z] #86 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-06-13T02:34:20.563Z] #86 ... [2025-06-13T02:34:20.563Z] [2025-06-13T02:34:20.563Z] #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-13T02:34:20.563Z] #43 DONE 39.6s [2025-06-13T02:34:20.829Z] [2025-06-13T02:34:20.829Z] #87 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-06-13T02:34:21.095Z] #87 ... [2025-06-13T02:34:21.095Z] [2025-06-13T02:34:21.095Z] #73 [core-command stage-1 3/9] RUN apk --no-cache upgrade [2025-06-13T02:34:21.095Z] #73 DONE 18.9s [2025-06-13T02:34:21.095Z] [2025-06-13T02:34:21.095Z] #76 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-06-13T02:34:21.095Z] #76 10.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-13T02:34:21.361Z] #76 ... [2025-06-13T02:34:21.361Z] [2025-06-13T02:34:21.361Z] #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-06-13T02:34:21.361Z] #71 22.74 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] [2025-06-13T02:34:21.361Z] #71 22.74 v3.20.6-203-g66ce3a1d0dc [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] [2025-06-13T02:34:21.361Z] #71 22.74 OK: 24049 distinct packages available [2025-06-13T02:34:21.361Z] #71 24.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-13T02:34:21.361Z] #71 26.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-13T02:34:21.629Z] #71 ... [2025-06-13T02:34:21.629Z] [2025-06-13T02:34:21.629Z] #88 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-06-13T02:34:23.031Z] #88 ... [2025-06-13T02:34:23.031Z] [2025-06-13T02:34:23.031Z] #89 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-13T02:34:23.031Z] #89 ... [2025-06-13T02:34:23.031Z] [2025-06-13T02:34:23.031Z] #78 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-06-13T02:34:23.031Z] #78 19.17 OK: 9 MiB in 15 packages [2025-06-13T02:34:23.986Z] #78 ... [2025-06-13T02:34:23.986Z] [2025-06-13T02:34:23.986Z] #74 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-06-13T02:34:23.986Z] #74 7.300 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-13T02:34:23.986Z] #74 9.780 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-13T02:34:24.251Z] #74 ... [2025-06-13T02:34:24.251Z] [2025-06-13T02:34:24.251Z] #78 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2025-06-13T02:34:24.251Z] #78 DONE 21.1s [2025-06-13T02:34:24.251Z] [2025-06-13T02:34:24.251Z] #83 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-06-13T02:34:24.251Z] #83 18.49 OK: 9 MiB in 16 packages [2025-06-13T02:34:24.834Z] #83 ... [2025-06-13T02:34:24.834Z] [2025-06-13T02:34:24.834Z] #71 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2025-06-13T02:34:24.834Z] #71 35.32 OK: 239 MiB in 58 packages [2025-06-13T02:34:24.834Z] #71 DONE 36.5s [2025-06-13T02:34:25.100Z] [2025-06-13T02:34:25.100Z] #86 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-06-13T02:34:25.100Z] #86 5.594 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-13T02:34:25.382Z] #86 ... [2025-06-13T02:34:25.382Z] [2025-06-13T02:34:25.382Z] #90 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2025-06-13T02:34:25.382Z] #90 DONE 0.6s [2025-06-13T02:34:25.669Z] [2025-06-13T02:34:25.669Z] #91 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-13T02:34:25.934Z] #91 ... [2025-06-13T02:34:25.934Z] [2025-06-13T02:34:25.934Z] #82 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2025-06-13T02:34:25.934Z] #82 18.48 OK: 11 MiB in 17 packages [2025-06-13T02:34:25.934Z] #82 DONE 20.2s [2025-06-13T02:34:26.200Z] [2025-06-13T02:34:26.200Z] #92 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-13T02:34:26.200Z] #92 ... [2025-06-13T02:34:26.200Z] [2025-06-13T02:34:26.200Z] #74 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-06-13T02:34:26.200Z] #74 18.63 OK: 20 MiB in 18 packages [2025-06-13T02:34:26.465Z] #74 ... [2025-06-13T02:34:26.465Z] [2025-06-13T02:34:26.465Z] #83 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2025-06-13T02:34:26.465Z] #83 DONE 20.6s [2025-06-13T02:34:26.465Z] [2025-06-13T02:34:26.465Z] #93 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-06-13T02:34:26.731Z] #93 ... [2025-06-13T02:34:26.731Z] [2025-06-13T02:34:26.731Z] #94 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-13T02:34:26.731Z] #94 ... [2025-06-13T02:34:26.731Z] [2025-06-13T02:34:26.731Z] #74 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2025-06-13T02:34:26.731Z] #74 DONE 20.2s [2025-06-13T02:34:26.731Z] [2025-06-13T02:34:26.731Z] #85 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2025-06-13T02:34:26.731Z] #85 17.16 OK: 20 MiB in 18 packages [2025-06-13T02:34:26.997Z] #85 DONE 18.9s [2025-06-13T02:34:26.997Z] [2025-06-13T02:34:26.997Z] #95 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2025-06-13T02:34:27.576Z] #95 DONE 0.4s [2025-06-13T02:34:27.576Z] [2025-06-13T02:34:27.576Z] #76 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2025-06-13T02:34:27.576Z] #76 19.09 OK: 14 MiB in 21 packages [2025-06-13T02:34:28.531Z] #76 DONE 20.2s [2025-06-13T02:34:28.531Z] [2025-06-13T02:34:28.531Z] #86 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-06-13T02:34:28.531Z] #86 8.511 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-13T02:34:29.486Z] #86 ... [2025-06-13T02:34:29.486Z] [2025-06-13T02:34:29.486Z] #93 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2025-06-13T02:34:29.486Z] #93 DONE 3.3s [2025-06-13T02:34:29.755Z] [2025-06-13T02:34:29.755Z] #96 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2025-06-13T02:34:29.755Z] #96 DONE 0.1s [2025-06-13T02:34:29.755Z] [2025-06-13T02:34:29.755Z] #87 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-06-13T02:34:29.755Z] #87 5.455 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-13T02:34:29.755Z] #87 8.302 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-13T02:34:32.330Z] #87 12.79 OK: 15 MiB in 28 packages [2025-06-13T02:34:32.909Z] #87 ... [2025-06-13T02:34:32.909Z] [2025-06-13T02:34:32.909Z] #86 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2025-06-13T02:34:32.909Z] #86 13.28 OK: 10 MiB in 19 packages [2025-06-13T02:34:33.490Z] #86 DONE 14.1s [2025-06-13T02:34:33.490Z] [2025-06-13T02:34:33.490Z] #87 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2025-06-13T02:34:33.490Z] #87 DONE 13.9s [2025-06-13T02:34:33.490Z] [2025-06-13T02:34:33.490Z] #97 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-06-13T02:34:33.774Z] #97 ... [2025-06-13T02:34:33.774Z] [2025-06-13T02:34:33.774Z] #88 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2025-06-13T02:34:33.774Z] #88 4.930 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-06-13T02:34:33.774Z] #88 8.410 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-06-13T02:34:33.774Z] #88 12.85 OK: 9 MiB in 18 packages [2025-06-13T02:34:33.774Z] #88 DONE 14.1s [2025-06-13T02:34:33.774Z] [2025-06-13T02:34:33.774Z] #98 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-13T02:34:35.195Z] #98 DONE 1.6s [2025-06-13T02:34:35.195Z] [2025-06-13T02:34:35.195Z] #97 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2025-06-13T02:34:35.195Z] #97 DONE 1.6s [2025-06-13T02:34:35.195Z] [2025-06-13T02:34:35.195Z] #99 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2025-06-13T02:34:35.195Z] #99 ... [2025-06-13T02:34:35.195Z] [2025-06-13T02:34:35.195Z] #100 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-13T02:34:35.195Z] #100 DONE 1.7s [2025-06-13T02:34:35.467Z] [2025-06-13T02:34:35.467Z] #99 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2025-06-13T02:34:35.467Z] #99 DONE 0.2s [2025-06-13T02:34:35.467Z] [2025-06-13T02:34:35.467Z] #101 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2025-06-13T02:34:35.467Z] #101 DONE 0.2s [2025-06-13T02:34:35.467Z] [2025-06-13T02:34:35.467Z] #102 [security-spire-config stage-2 6/10] COPY security.txt / [2025-06-13T02:34:35.734Z] #102 DONE 0.3s [2025-06-13T02:34:35.734Z] [2025-06-13T02:34:35.734Z] #103 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2025-06-13T02:34:36.002Z] #103 ... [2025-06-13T02:34:36.002Z] [2025-06-13T02:34:36.002Z] #104 [security-spire-server stage-2 6/9] COPY security.txt / [2025-06-13T02:34:36.002Z] #104 DONE 0.3s [2025-06-13T02:34:36.002Z] [2025-06-13T02:34:36.002Z] #105 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2025-06-13T02:34:36.273Z] #105 DONE 0.2s [2025-06-13T02:34:36.273Z] [2025-06-13T02:34:36.273Z] #103 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2025-06-13T02:34:36.273Z] #103 DONE 0.3s [2025-06-13T02:34:36.273Z] [2025-06-13T02:34:36.273Z] #106 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2025-06-13T02:34:36.273Z] #106 ... [2025-06-13T02:34:36.273Z] [2025-06-13T02:34:36.273Z] #107 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2025-06-13T02:34:36.273Z] #107 DONE 0.2s [2025-06-13T02:34:36.537Z] [2025-06-13T02:34:36.537Z] #106 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2025-06-13T02:34:36.537Z] #106 DONE 0.3s [2025-06-13T02:34:36.537Z] [2025-06-13T02:34:36.537Z] #108 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2025-06-13T02:34:36.805Z] #108 DONE 0.3s [2025-06-13T02:34:36.805Z] [2025-06-13T02:34:36.805Z] #109 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2025-06-13T02:34:36.805Z] #109 DONE 0.3s [2025-06-13T02:34:36.805Z] [2025-06-13T02:34:36.805Z] #110 [security-spire-server] exporting to image [2025-06-13T02:34:36.805Z] #110 exporting layers [2025-06-13T02:34:37.075Z] #110 ... [2025-06-13T02:34:37.075Z] [2025-06-13T02:34:37.075Z] #111 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2025-06-13T02:34:37.075Z] #111 DONE 2.0s [2025-06-13T02:34:37.340Z] [2025-06-13T02:34:37.340Z] #112 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2025-06-13T02:34:37.340Z] #112 DONE 0.2s [2025-06-13T02:34:37.340Z] [2025-06-13T02:34:37.340Z] #113 [security-spire-agent stage-3 7/10] COPY security.txt / [2025-06-13T02:34:37.340Z] #113 DONE 0.1s [2025-06-13T02:34:37.340Z] [2025-06-13T02:34:37.340Z] #92 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-13T02:34:37.616Z] #92 ... [2025-06-13T02:34:37.616Z] [2025-06-13T02:34:37.616Z] #114 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2025-06-13T02:34:37.885Z] #114 DONE 0.2s [2025-06-13T02:34:37.885Z] [2025-06-13T02:34:37.885Z] #115 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2025-06-13T02:34:37.885Z] #115 DONE 0.2s [2025-06-13T02:34:37.885Z] [2025-06-13T02:34:37.885Z] #116 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2025-06-13T02:34:37.885Z] #116 DONE 0.2s [2025-06-13T02:34:37.885Z] [2025-06-13T02:34:37.885Z] #110 [security-spire-agent] exporting to image [2025-06-13T02:34:39.825Z] #110 exporting layers 3.0s done [2025-06-13T02:34:39.825Z] #110 writing image sha256:fa29939d54a8e10a65ce8e307ea1a4fadcfc890a4c22fba65c1cbe594048f9be 0.0s done [2025-06-13T02:34:39.825Z] #110 naming to docker.io/library/security-spire-server-arm64 done [2025-06-13T02:34:39.825Z] #110 writing image sha256:ce3bf519c7927ad64acb47b879755d8f345e020106cce59613d1b2f321b91608 done [2025-06-13T02:34:39.825Z] #110 naming to docker.io/library/security-spire-config-arm64 done [2025-06-13T02:34:40.407Z] #110 exporting layers 2.3s done [2025-06-13T02:34:40.407Z] #110 writing image sha256:424536555a0362438f24174e3b0a92e0a98748686cf0cecdc443037c510bc28d done [2025-06-13T02:34:40.407Z] #110 naming to docker.io/library/security-spire-agent-arm64 done [2025-06-13T02:34:40.407Z] #110 DONE 3.6s [2025-06-13T02:34:40.407Z] [2025-06-13T02:34:40.407Z] #92 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-13T02:34:58.719Z] #154 ... [2025-06-13T02:34:58.719Z] [2025-06-13T02:34:58.719Z] #146 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-06-13T02:34:58.719Z] #146 DONE 89.6s [2025-06-13T02:34:58.719Z] [2025-06-13T02:34:58.719Z] #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-13T02:34:58.719Z] #154 DONE 89.7s [2025-06-13T02:34:58.719Z] [2025-06-13T02:34:58.719Z] #148 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-06-13T02:34:58.719Z] #148 ... [2025-06-13T02:34:58.719Z] [2025-06-13T02:34:58.719Z] #155 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2025-06-13T02:34:58.719Z] #155 ... [2025-06-13T02:34:58.719Z] [2025-06-13T02:34:58.719Z] #156 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-13T02:34:58.719Z] #156 DONE 0.5s [2025-06-13T02:34:58.719Z] [2025-06-13T02:34:58.719Z] #155 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2025-06-13T02:34:58.719Z] #155 DONE 0.5s [2025-06-13T02:34:58.719Z] [2025-06-13T02:34:58.719Z] #157 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-06-13T02:34:58.719Z] #157 ... [2025-06-13T02:34:58.719Z] [2025-06-13T02:34:58.719Z] #158 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-06-13T02:34:58.719Z] #158 DONE 0.5s [2025-06-13T02:34:58.719Z] [2025-06-13T02:34:58.719Z] #159 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2025-06-13T02:34:58.719Z] #159 DONE 0.3s [2025-06-13T02:34:58.719Z] [2025-06-13T02:34:58.719Z] #160 [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-13T02:34:58.719Z] #160 DONE 0.4s [2025-06-13T02:34:58.719Z] [2025-06-13T02:34:58.719Z] #161 [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-13T02:34:58.719Z] #161 DONE 0.1s [2025-06-13T02:34:58.719Z] [2025-06-13T02:34:58.719Z] #162 [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-13T02:34:58.719Z] #162 ... [2025-06-13T02:34:58.719Z] [2025-06-13T02:34:58.719Z] #157 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-06-13T02:34:58.719Z] #157 DONE 1.6s [2025-06-13T02:34:58.719Z] [2025-06-13T02:34:58.719Z] #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-13T02:34:58.719Z] #163 DONE 0.4s [2025-06-13T02:34:58.719Z] [2025-06-13T02:34:58.719Z] #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2025-06-13T02:34:58.719Z] #164 DONE 0.2s [2025-06-13T02:34:58.719Z] [2025-06-13T02:34:58.719Z] #147 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-13T02:34:58.719Z] #147 ... [2025-06-13T02:34:58.719Z] [2025-06-13T02:34:58.719Z] #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2025-06-13T02:34:58.719Z] #165 DONE 0.1s [2025-06-13T02:34:58.719Z] [2025-06-13T02:34:58.719Z] #162 [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-13T02:34:58.719Z] #162 DONE 1.2s [2025-06-13T02:34:58.719Z] [2025-06-13T02:34:58.719Z] #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2025-06-13T02:34:58.719Z] #166 DONE 0.2s [2025-06-13T02:34:58.719Z] [2025-06-13T02:34:58.719Z] #111 [core-common-config-bootstrapper] exporting to image [2025-06-13T02:34:58.719Z] #111 exporting layers [2025-06-13T02:34:58.719Z] #111 ... [2025-06-13T02:34:58.719Z] [2025-06-13T02:34:58.719Z] #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-13T02:34:58.719Z] #167 DONE 0.1s [2025-06-13T02:34:58.719Z] [2025-06-13T02:34:58.719Z] #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-13T02:34:58.719Z] #168 DONE 0.2s [2025-06-13T02:34:58.719Z] [2025-06-13T02:34:58.719Z] #152 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-13T02:34:58.979Z] #152 ... [2025-06-13T02:34:58.979Z] [2025-06-13T02:34:58.979Z] #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-13T02:34:58.979Z] #169 DONE 0.2s [2025-06-13T02:34:58.979Z] [2025-06-13T02:34:58.979Z] #111 [core-common-config-bootstrapper] exporting to image [2025-06-13T02:34:58.979Z] #111 exporting layers 0.6s done [2025-06-13T02:34:58.979Z] #111 writing image sha256:31fce3b0eabfa59ed75dcd456cd36e26e2f7a8da14b2fbe28843d4508b332d45 done [2025-06-13T02:34:58.979Z] #111 naming to docker.io/library/core-common-config-bootstrapper done [2025-06-13T02:34:58.979Z] #111 DONE 1.5s [2025-06-13T02:34:58.979Z] [2025-06-13T02:34:58.979Z] #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2025-06-13T02:34:59.237Z] #170 DONE 0.2s [2025-06-13T02:34:59.237Z] [2025-06-13T02:34:59.237Z] #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-06-13T02:34:59.237Z] #143 ... [2025-06-13T02:34:59.237Z] [2025-06-13T02:34:59.237Z] #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2025-06-13T02:35:00.613Z] #171 DONE 1.1s [2025-06-13T02:35:00.613Z] [2025-06-13T02:35:00.613Z] #111 [security-bootstrapper] exporting to image [2025-06-13T02:35:00.613Z] #111 exporting layers 0.5s done [2025-06-13T02:35:00.872Z] #111 writing image sha256:d074e43e989eaa9fc4147007fb287666a1c491f53fb6ba711fb05d36dfc0299a done [2025-06-13T02:35:00.872Z] #111 naming to docker.io/library/security-bootstrapper done [2025-06-13T02:35:00.872Z] #111 DONE 2.0s [2025-06-13T02:35:00.872Z] [2025-06-13T02:35:00.872Z] #147 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-13T02:35:47.631Z] #147 ... [2025-06-13T02:35:47.631Z] [2025-06-13T02:35:47.631Z] #148 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-06-13T02:35:47.632Z] #148 141.6 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-06-13T02:35:48.253Z] #92 DONE 87.3s [2025-06-13T02:35:48.253Z] [2025-06-13T02:35:48.253Z] #91 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-13T02:35:48.253Z] #91 DONE 77.9s [2025-06-13T02:35:48.253Z] [2025-06-13T02:35:48.253Z] #89 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-13T02:35:48.253Z] #89 DONE 90.4s [2025-06-13T02:35:48.253Z] [2025-06-13T02:35:48.253Z] #94 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-13T02:35:48.253Z] #94 DONE 86.9s [2025-06-13T02:35:48.253Z] [2025-06-13T02:35:48.253Z] #80 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-13T02:35:48.253Z] #80 DONE 88.9s [2025-06-13T02:35:48.253Z] [2025-06-13T02:35:48.253Z] #117 [security-spiffe-token-provider builder 6/7] COPY . . [2025-06-13T02:35:48.253Z] #117 ... [2025-06-13T02:35:48.253Z] [2025-06-13T02:35:48.253Z] #118 [core-metadata builder 6/7] COPY . . [2025-06-13T02:35:48.253Z] #118 DONE 1.7s [2025-06-13T02:35:48.253Z] [2025-06-13T02:35:48.253Z] #119 [core-command builder 6/7] COPY . . [2025-06-13T02:35:48.253Z] #119 CACHED [2025-06-13T02:35:48.253Z] [2025-06-13T02:35:48.253Z] #120 [core-command builder 4/7] COPY go.mod vendor* ./ [2025-06-13T02:35:48.253Z] #120 CACHED [2025-06-13T02:35:48.253Z] [2025-06-13T02:35:48.253Z] #121 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-13T02:35:48.253Z] #121 CACHED [2025-06-13T02:35:48.253Z] [2025-06-13T02:35:48.253Z] #122 [security-bootstrapper builder 6/7] COPY . . [2025-06-13T02:35:48.253Z] #122 CACHED [2025-06-13T02:35:48.253Z] [2025-06-13T02:35:48.253Z] #123 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-13T02:35:48.253Z] #123 CACHED [2025-06-13T02:35:48.253Z] [2025-06-13T02:35:48.253Z] #124 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-06-13T02:35:48.253Z] #124 CACHED [2025-06-13T02:35:48.253Z] [2025-06-13T02:35:48.253Z] #117 [security-spiffe-token-provider builder 6/7] COPY . . [2025-06-13T02:35:48.253Z] #117 DONE 1.7s [2025-06-13T02:35:48.253Z] [2025-06-13T02:35:48.253Z] #125 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2025-06-13T02:35:48.253Z] #125 CACHED [2025-06-13T02:35:48.253Z] [2025-06-13T02:35:48.253Z] #126 [core-common-config-bootstrapper builder 6/7] COPY . . [2025-06-13T02:35:48.253Z] #126 CACHED [2025-06-13T02:35:48.253Z] [2025-06-13T02:35:48.253Z] #127 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-13T02:35:48.253Z] #127 CACHED [2025-06-13T02:35:48.253Z] [2025-06-13T02:35:48.253Z] #128 [core-data builder 6/7] COPY . . [2025-06-13T02:35:48.253Z] #128 CACHED [2025-06-13T02:35:48.253Z] [2025-06-13T02:35:48.253Z] #129 [core-data builder 4/7] COPY go.mod vendor* ./ [2025-06-13T02:35:48.253Z] #129 CACHED [2025-06-13T02:35:48.253Z] [2025-06-13T02:35:48.253Z] #130 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-13T02:35:48.253Z] #130 CACHED [2025-06-13T02:35:48.253Z] [2025-06-13T02:35:48.253Z] #131 [security-proxy-setup builder 6/7] COPY . . [2025-06-13T02:35:48.254Z] #131 CACHED [2025-06-13T02:35:48.254Z] [2025-06-13T02:35:48.254Z] #132 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2025-06-13T02:35:48.254Z] #132 CACHED [2025-06-13T02:35:48.254Z] [2025-06-13T02:35:48.254Z] #133 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-13T02:35:48.254Z] #133 CACHED [2025-06-13T02:35:48.254Z] [2025-06-13T02:35:48.254Z] #134 [security-secretstore-setup builder 6/7] COPY . . [2025-06-13T02:35:48.254Z] #134 DONE 1.8s [2025-06-13T02:35:48.254Z] [2025-06-13T02:35:48.254Z] #135 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-06-13T02:35:48.254Z] #135 CACHED [2025-06-13T02:35:48.254Z] [2025-06-13T02:35:48.254Z] #136 [security-proxy-auth builder 6/7] COPY . . [2025-06-13T02:35:48.254Z] #136 CACHED [2025-06-13T02:35:48.254Z] [2025-06-13T02:35:48.254Z] #137 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2025-06-13T02:35:48.254Z] #137 CACHED [2025-06-13T02:35:48.254Z] [2025-06-13T02:35:48.254Z] #138 [support-scheduler builder 6/7] COPY . . [2025-06-13T02:35:48.254Z] #138 DONE 1.8s [2025-06-13T02:35:48.254Z] [2025-06-13T02:35:48.254Z] #139 [support-notifications builder 6/7] COPY . . [2025-06-13T02:35:48.254Z] #139 DONE 1.6s [2025-06-13T02:35:48.254Z] [2025-06-13T02:35:48.254Z] #140 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-13T02:35:51.927Z] #140 ... [2025-06-13T02:35:51.927Z] [2025-06-13T02:35:51.927Z] #141 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-06-13T02:35:51.927Z] #0 5.206 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2025-06-13T02:35:51.927Z] #141 ... [2025-06-13T02:35:51.927Z] [2025-06-13T02:35:51.927Z] #140 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-13T02:35:51.927Z] #140 5.477 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2025-06-13T02:35:55.292Z] #140 ... [2025-06-13T02:35:55.292Z] [2025-06-13T02:35:55.292Z] #142 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-13T02:35:55.292Z] #0 3.797 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2025-06-13T02:35:55.292Z] #142 ... [2025-06-13T02:35:55.292Z] [2025-06-13T02:35:55.292Z] #143 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-13T02:35:55.292Z] #0 5.094 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2025-06-13T02:35:55.292Z] #143 ... [2025-06-13T02:35:55.292Z] [2025-06-13T02:35:55.292Z] #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-13T02:35:55.292Z] #0 5.742 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2025-06-13T02:35:55.559Z] #144 ... [2025-06-13T02:35:55.559Z] [2025-06-13T02:35:55.559Z] #145 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-06-13T02:35:55.559Z] #0 5.722 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [2025-06-13T02:35:55.838Z] #145 ... [2025-06-13T02:35:55.838Z] [2025-06-13T02:35:55.838Z] #146 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-06-13T02:35:55.838Z] #0 5.294 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [2025-06-13T02:35:55.838Z] #146 ... [2025-06-13T02:35:55.838Z] [2025-06-13T02:35:55.838Z] #147 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-06-13T02:35:55.838Z] #0 5.639 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2025-06-13T02:35:56.115Z] #147 ... [2025-06-13T02:35:56.115Z] [2025-06-13T02:35:56.115Z] #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-06-13T02:35:56.115Z] #0 5.740 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2025-06-13T02:35:56.115Z] #148 ... [2025-06-13T02:35:56.115Z] [2025-06-13T02:35:56.115Z] #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-13T02:35:56.115Z] #0 4.158 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2025-06-13T02:35:56.381Z] #149 ... [2025-06-13T02:35:56.381Z] [2025-06-13T02:35:56.381Z] #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-13T02:35:56.381Z] #0 4.962 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2025-06-13T02:36:00.905Z] #148 ... [2025-06-13T02:36:00.905Z] [2025-06-13T02:36:00.905Z] #145 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-06-13T02:36:00.905Z] #145 DONE 154.0s [2025-06-13T02:36:00.905Z] [2025-06-13T02:36:00.905Z] #144 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-06-13T02:36:00.905Z] #144 DONE 154.1s [2025-06-13T02:36:00.905Z] [2025-06-13T02:36:00.905Z] #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-13T02:36:00.905Z] #150 DONE 154.1s [2025-06-13T02:36:00.905Z] [2025-06-13T02:36:00.905Z] #147 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-13T02:36:00.905Z] #147 DONE 154.2s [2025-06-13T02:36:00.905Z] [2025-06-13T02:36:00.905Z] #172 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-13T02:36:00.905Z] #172 ... [2025-06-13T02:36:00.905Z] [2025-06-13T02:36:00.905Z] #143 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-06-13T02:36:00.906Z] #143 DONE 154.1s [2025-06-13T02:36:00.906Z] [2025-06-13T02:36:00.906Z] #152 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2025-06-13T02:36:00.906Z] #152 DONE 154.2s [2025-06-13T02:36:00.906Z] [2025-06-13T02:36:00.906Z] #148 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2025-06-13T02:36:00.906Z] #148 DONE 154.3s [2025-06-13T02:36:00.906Z] [2025-06-13T02:36:00.906Z] #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-13T02:36:00.906Z] #149 DONE 154.3s [2025-06-13T02:36:00.906Z] [2025-06-13T02:36:00.906Z] #153 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-06-13T02:36:00.906Z] #153 DONE 154.3s [2025-06-13T02:36:00.906Z] [2025-06-13T02:36:00.906Z] #151 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-13T02:36:00.906Z] #151 DONE 154.3s [2025-06-13T02:36:00.906Z] [2025-06-13T02:36:00.906Z] #173 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-13T02:36:00.906Z] #173 ... [2025-06-13T02:36:00.906Z] [2025-06-13T02:36:00.906Z] #172 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-13T02:36:00.906Z] #172 DONE 0.4s [2025-06-13T02:36:00.906Z] [2025-06-13T02:36:00.906Z] #174 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-13T02:36:00.906Z] #174 DONE 0.3s [2025-06-13T02:36:00.906Z] [2025-06-13T02:36:00.906Z] #175 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-13T02:36:00.906Z] #175 DONE 0.3s [2025-06-13T02:36:00.906Z] [2025-06-13T02:36:00.906Z] #176 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-13T02:36:00.906Z] #176 DONE 0.3s [2025-06-13T02:36:00.906Z] [2025-06-13T02:36:00.906Z] #177 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-13T02:36:00.906Z] #177 DONE 0.2s [2025-06-13T02:36:00.906Z] [2025-06-13T02:36:00.906Z] #178 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-13T02:36:00.906Z] #178 DONE 0.3s [2025-06-13T02:36:00.906Z] [2025-06-13T02:36:00.906Z] #179 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-13T02:36:00.906Z] #179 DONE 0.2s [2025-06-13T02:36:00.906Z] [2025-06-13T02:36:00.906Z] #173 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-13T02:36:00.906Z] #173 DONE 0.2s [2025-06-13T02:36:00.906Z] [2025-06-13T02:36:00.906Z] #180 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2025-06-13T02:36:00.906Z] #180 DONE 0.2s [2025-06-13T02:36:00.906Z] [2025-06-13T02:36:00.906Z] #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-13T02:36:00.906Z] #181 ... [2025-06-13T02:36:00.906Z] [2025-06-13T02:36:00.906Z] #182 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-13T02:36:00.906Z] #182 DONE 0.2s [2025-06-13T02:36:00.906Z] [2025-06-13T02:36:00.906Z] #183 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2025-06-13T02:36:00.906Z] #183 DONE 0.2s [2025-06-13T02:36:00.906Z] [2025-06-13T02:36:00.906Z] #184 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-13T02:36:00.906Z] #184 CACHED [2025-06-13T02:36:00.906Z] [2025-06-13T02:36:00.906Z] #185 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-06-13T02:36:00.906Z] #185 CACHED [2025-06-13T02:36:00.906Z] [2025-06-13T02:36:00.906Z] #186 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-13T02:36:00.906Z] #186 CACHED [2025-06-13T02:36:00.906Z] [2025-06-13T02:36:00.906Z] #187 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-06-13T02:36:00.906Z] #187 CACHED [2025-06-13T02:36:00.906Z] [2025-06-13T02:36:00.906Z] #188 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-13T02:36:00.906Z] #188 DONE 0.1s [2025-06-13T02:36:00.906Z] [2025-06-13T02:36:00.906Z] #189 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-13T02:36:00.906Z] #189 DONE 0.2s [2025-06-13T02:36:00.906Z] [2025-06-13T02:36:00.906Z] #190 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2025-06-13T02:36:00.906Z] #190 DONE 0.3s [2025-06-13T02:36:00.906Z] [2025-06-13T02:36:00.906Z] #191 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-13T02:36:00.906Z] #191 DONE 0.3s [2025-06-13T02:36:00.906Z] [2025-06-13T02:36:00.906Z] #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-13T02:36:00.906Z] #181 DONE 0.2s [2025-06-13T02:36:00.906Z] [2025-06-13T02:36:00.906Z] #192 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2025-06-13T02:36:00.906Z] #192 DONE 0.3s [2025-06-13T02:36:00.906Z] [2025-06-13T02:36:00.906Z] #193 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2025-06-13T02:36:01.165Z] #193 ... [2025-06-13T02:36:01.165Z] [2025-06-13T02:36:01.165Z] #194 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2025-06-13T02:36:01.165Z] #194 DONE 1.0s [2025-06-13T02:36:01.165Z] [2025-06-13T02:36:01.165Z] #195 [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-13T02:36:01.165Z] #195 DONE 0.8s [2025-06-13T02:36:01.165Z] [2025-06-13T02:36:01.165Z] #196 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-06-13T02:36:01.165Z] #196 DONE 1.0s [2025-06-13T02:36:01.165Z] [2025-06-13T02:36:01.165Z] #197 [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-13T02:36:01.423Z] #197 ... [2025-06-13T02:36:01.423Z] [2025-06-13T02:36:01.423Z] #198 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2025-06-13T02:36:01.423Z] #198 DONE 1.1s [2025-06-13T02:36:01.423Z] [2025-06-13T02:36:01.423Z] #199 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2025-06-13T02:36:01.423Z] #199 DONE 1.2s [2025-06-13T02:36:01.423Z] [2025-06-13T02:36:01.423Z] #200 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2025-06-13T02:36:01.423Z] #200 DONE 1.2s [2025-06-13T02:36:01.423Z] [2025-06-13T02:36:01.423Z] #201 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2025-06-13T02:36:01.423Z] #201 DONE 1.2s [2025-06-13T02:36:01.423Z] [2025-06-13T02:36:01.423Z] #202 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2025-06-13T02:36:01.423Z] #202 DONE 1.1s [2025-06-13T02:36:01.423Z] [2025-06-13T02:36:01.423Z] #193 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2025-06-13T02:36:01.423Z] #193 DONE 1.1s [2025-06-13T02:36:01.423Z] [2025-06-13T02:36:01.423Z] #203 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2025-06-13T02:36:01.423Z] #203 DONE 1.1s [2025-06-13T02:36:01.423Z] [2025-06-13T02:36:01.423Z] #204 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2025-06-13T02:36:01.423Z] #204 DONE 0.4s [2025-06-13T02:36:01.423Z] [2025-06-13T02:36:01.423Z] #197 [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-13T02:36:01.423Z] #197 DONE 0.4s [2025-06-13T02:36:01.423Z] [2025-06-13T02:36:01.423Z] #205 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2025-06-13T02:36:01.681Z] #205 ... [2025-06-13T02:36:01.681Z] [2025-06-13T02:36:01.681Z] #206 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2025-06-13T02:36:01.681Z] #206 DONE 0.2s [2025-06-13T02:36:01.681Z] [2025-06-13T02:36:01.681Z] #207 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2025-06-13T02:36:01.681Z] #207 DONE 0.2s [2025-06-13T02:36:01.681Z] [2025-06-13T02:36:01.681Z] #208 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2025-06-13T02:36:01.681Z] #208 DONE 0.3s [2025-06-13T02:36:01.681Z] [2025-06-13T02:36:01.681Z] #209 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2025-06-13T02:36:01.681Z] #209 DONE 0.3s [2025-06-13T02:36:01.681Z] [2025-06-13T02:36:01.681Z] #210 [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-13T02:36:01.681Z] #210 DONE 0.3s [2025-06-13T02:36:01.681Z] [2025-06-13T02:36:01.681Z] #211 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2025-06-13T02:36:01.681Z] #211 DONE 0.3s [2025-06-13T02:36:01.681Z] [2025-06-13T02:36:01.681Z] #111 [core-data] exporting to image [2025-06-13T02:36:01.681Z] #111 exporting layers [2025-06-13T02:36:01.941Z] #111 ... [2025-06-13T02:36:01.941Z] [2025-06-13T02:36:01.941Z] #212 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2025-06-13T02:36:01.941Z] #212 DONE 0.4s [2025-06-13T02:36:01.941Z] [2025-06-13T02:36:01.941Z] #111 [support-scheduler] exporting to image [2025-06-13T02:36:01.941Z] #111 writing image sha256:580cf139256a927e82a0f71b551d05d613596a0c20cf1952f0c75a258e824d07 [2025-06-13T02:36:01.941Z] #111 ... [2025-06-13T02:36:01.941Z] [2025-06-13T02:36:01.941Z] #213 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2025-06-13T02:36:01.941Z] #213 DONE 0.3s [2025-06-13T02:36:01.941Z] [2025-06-13T02:36:01.941Z] #205 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2025-06-13T02:36:01.941Z] #205 DONE 0.4s [2025-06-13T02:36:01.941Z] [2025-06-13T02:36:01.941Z] #214 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2025-06-13T02:36:01.941Z] #214 DONE 0.3s [2025-06-13T02:36:01.941Z] [2025-06-13T02:36:01.941Z] #111 [core-metadata] exporting to image [2025-06-13T02:36:01.941Z] #111 exporting layers 0.3s done [2025-06-13T02:36:01.941Z] #111 writing image sha256:580cf139256a927e82a0f71b551d05d613596a0c20cf1952f0c75a258e824d07 0.0s done [2025-06-13T02:36:01.941Z] #111 naming to docker.io/library/core-keeper done [2025-06-13T02:36:02.200Z] #111 ... [2025-06-13T02:36:02.200Z] [2025-06-13T02:36:02.200Z] #215 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2025-06-13T02:36:02.200Z] #215 DONE 0.2s [2025-06-13T02:36:02.200Z] [2025-06-13T02:36:02.200Z] #111 [core-command] exporting to image [2025-06-13T02:36:02.200Z] #111 writing image sha256:74032e54ac3c7bd133fcca60e1488598bbd66c170ba5e201d7feac2ff643858e 0.0s done [2025-06-13T02:36:02.200Z] #111 naming to docker.io/library/core-command done [2025-06-13T02:36:02.200Z] #111 ... [2025-06-13T02:36:02.200Z] [2025-06-13T02:36:02.201Z] #216 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2025-06-13T02:36:02.201Z] #216 DONE 0.2s [2025-06-13T02:36:02.201Z] [2025-06-13T02:36:02.201Z] #111 [core-command] exporting to image [2025-06-13T02:36:02.201Z] #111 exporting layers 0.5s done [2025-06-13T02:36:02.201Z] #111 writing image sha256:737d366181d7a7c89cdcb2e84298b20cc536194b072a112817075ac882328405 [2025-06-13T02:36:02.201Z] #111 writing image sha256:69b1f2c236d6c3e9c45c5aad5718b59c9c301bde7c5ef0b8ac0233a75fd9a237 [2025-06-13T02:36:02.458Z] #111 writing image sha256:737d366181d7a7c89cdcb2e84298b20cc536194b072a112817075ac882328405 0.2s done [2025-06-13T02:36:02.458Z] #111 writing image sha256:69b1f2c236d6c3e9c45c5aad5718b59c9c301bde7c5ef0b8ac0233a75fd9a237 0.2s done [2025-06-13T02:36:02.458Z] #111 naming to docker.io/library/support-notifications 0.0s done [2025-06-13T02:36:02.458Z] #111 naming to docker.io/library/core-data [2025-06-13T02:36:02.458Z] #111 ... [2025-06-13T02:36:02.458Z] [2025-06-13T02:36:02.458Z] #217 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2025-06-13T02:36:02.458Z] #217 DONE 0.3s [2025-06-13T02:36:02.458Z] [2025-06-13T02:36:02.458Z] #218 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-06-13T02:36:02.458Z] #218 DONE 0.6s [2025-06-13T02:36:02.459Z] [2025-06-13T02:36:02.459Z] #111 [security-proxy-auth] exporting to image [2025-06-13T02:36:02.459Z] #111 naming to docker.io/library/core-data done [2025-06-13T02:36:02.459Z] #111 writing image sha256:ba43e9ebd19878186f4e0a9309d31f1a1ef76c6829e5dba27dd4e8eb76f4533f [2025-06-13T02:36:02.716Z] #111 ... [2025-06-13T02:36:02.716Z] [2025-06-13T02:36:02.716Z] #219 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2025-06-13T02:36:02.716Z] #219 DONE 0.2s [2025-06-13T02:36:02.716Z] [2025-06-13T02:36:02.716Z] #111 [core-metadata] exporting to image [2025-06-13T02:36:02.716Z] #111 writing image sha256:ba43e9ebd19878186f4e0a9309d31f1a1ef76c6829e5dba27dd4e8eb76f4533f 0.0s done [2025-06-13T02:36:02.716Z] #111 naming to docker.io/library/support-scheduler done [2025-06-13T02:36:02.716Z] #111 writing image sha256:7cbe4f600e23ca8d56cc8c441bf1f0f5404832b52eebd27fcdfa9bf81bc0d0b9 0.0s done [2025-06-13T02:36:02.716Z] #111 writing image sha256:8eb53c93303df98f15cf0bf3d4a9d33e15feddae17e299756798e4ae00d0b863 done [2025-06-13T02:36:02.716Z] #111 naming to docker.io/library/security-spiffe-token-provider done [2025-06-13T02:36:02.716Z] #111 naming to docker.io/library/core-metadata done [2025-06-13T02:36:02.716Z] #111 ... [2025-06-13T02:36:02.716Z] [2025-06-13T02:36:02.716Z] #220 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-06-13T02:36:02.716Z] #220 DONE 0.6s [2025-06-13T02:36:02.716Z] [2025-06-13T02:36:02.716Z] #111 [security-proxy-setup] exporting to image [2025-06-13T02:36:02.975Z] #111 exporting layers 0.3s done [2025-06-13T02:36:02.975Z] #111 ... [2025-06-13T02:36:02.975Z] [2025-06-13T02:36:02.975Z] #221 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-06-13T02:36:02.975Z] #221 DONE 0.4s [2025-06-13T02:36:02.975Z] [2025-06-13T02:36:02.975Z] #111 [security-proxy-setup] exporting to image [2025-06-13T02:36:02.975Z] #111 writing image sha256:7908834fb21d0ea21bfaabdd2ae70e1271fa750c4964c8bb138a4dfd4f01cc8f done [2025-06-13T02:36:02.975Z] #111 naming to docker.io/library/security-proxy-setup done [2025-06-13T02:36:03.233Z] #111 exporting layers 0.3s done [2025-06-13T02:36:03.233Z] #111 writing image sha256:45da418f6448a139c27f3ec179028708450006c853ade3a8cd69a8ea2b898ff1 0.0s done [2025-06-13T02:36:03.233Z] #111 naming to docker.io/library/security-proxy-auth done [2025-06-13T02:36:03.233Z] #111 writing image sha256:8525c90900501743bf87436dabbe30c9d240c704c32ba2319ec133058bcd3113 done [2025-06-13T02:36:03.233Z] #111 naming to docker.io/library/security-secretstore-setup done [2025-06-13T02:36:03.233Z] #111 DONE 3.9s [2025-06-13T02:36:03.233Z] [2025-06-13T02:36:03.233Z] #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [2025-06-13T02:36:03.233Z] time="2025-06-13T02:31:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-13T02:36:03.233Z] time="2025-06-13T02:31:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-13T02:36:03.233Z] time="2025-06-13T02:31:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-13T02:36:03.233Z] time="2025-06-13T02:31:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-13T02:36:03.233Z] time="2025-06-13T02:31:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-13T02:36:03.233Z] time="2025-06-13T02:31:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-13T02:36:03.233Z] time="2025-06-13T02:31:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-13T02:36:03.233Z] time="2025-06-13T02:31:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-13T02:36:03.233Z] time="2025-06-13T02:31:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-13T02:36:03.233Z] time="2025-06-13T02:31:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-13T02:36:03.233Z] time="2025-06-13T02:31:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-13T02:36:03.233Z] time="2025-06-13T02:31:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-13T02:36:03.233Z] time="2025-06-13T02:31:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-13T02:36:03.233Z] time="2025-06-13T02:31:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2025-06-13T02:36:03.233Z] time="2025-06-13T02:31:48Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2025-06-13T02:36:03.247Z] $ docker stop --time=1 2eebd2a6cb35dd4a2b568ec7f6d39b77c3640a84d9944886dc1834ae5892b557 [2025-06-13T02:36:04.558Z] $ docker rm -f --volumes 2eebd2a6cb35dd4a2b568ec7f6d39b77c3640a84d9944886dc1834ae5892b557 [Pipeline] // withDockerContainer [Pipeline] sh [2025-06-13T02:36:04.899Z] + docker images [2025-06-13T02:36:04.899Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2025-06-13T02:36:04.899Z] security-secretstore-setup latest 8525c9090050 2 seconds ago 68.7MB [2025-06-13T02:36:04.899Z] security-proxy-setup latest 7908834fb21d 2 seconds ago 38.5MB [2025-06-13T02:36:04.899Z] security-proxy-auth latest 45da418f6448 2 seconds ago 31.8MB [2025-06-13T02:36:04.899Z] core-keeper latest 580cf139256a 3 seconds ago 32.5MB [2025-06-13T02:36:04.899Z] core-command latest 74032e54ac3c 3 seconds ago 28.4MB [2025-06-13T02:36:04.899Z] core-data latest 69b1f2c236d6 3 seconds ago 32.9MB [2025-06-13T02:36:04.899Z] core-metadata latest 7cbe4f600e23 3 seconds ago 33.1MB [2025-06-13T02:36:04.899Z] support-scheduler latest ba43e9ebd198 3 seconds ago 48.8MB [2025-06-13T02:36:04.899Z] support-notifications latest 737d366181d7 3 seconds ago 52.4MB [2025-06-13T02:36:04.899Z] security-spiffe-token-provider latest 8eb53c93303d 3 seconds ago 47.7MB [2025-06-13T02:36:04.899Z] security-bootstrapper latest d074e43e989e About a minute ago 20.4MB [2025-06-13T02:36:04.899Z] core-common-config-bootstrapper latest 31fce3b0eabf About a minute ago 17.1MB [2025-06-13T02:36:04.899Z] security-spire-server latest 33135dff6dc3 3 minutes ago 149MB [2025-06-13T02:36:04.899Z] security-spire-config latest 2210638378cc 3 minutes ago 149MB [2025-06-13T02:36:04.899Z] security-spire-agent latest 0faf288ba085 3 minutes ago 195MB [2025-06-13T02:36:04.899Z] ci-base-image-x86_64 latest e940297cbd18 6 minutes ago 924MB [2025-06-13T02:36:04.899Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 2 weeks ago 573MB [2025-06-13T02:36:04.899Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine 69404ca5bff2 2 months ago 574MB [2025-06-13T02:36:04.899Z] 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-13T02:36:05.054Z] provisioning config files... [2025-06-13T02:36:05.063Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/853@tmp/config6290488317024982132tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-13T02:36:05.366Z] ---> ****-login.sh [2025-06-13T02:36:05.366Z] nexus3.edgexfoundry.org:10001 [2025-06-13T02:36:05.366Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-13T02:36:05.366Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-13T02:36:05.366Z] Configure a credential helper to remove this warning. See [2025-06-13T02:36:05.366Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-13T02:36:05.366Z] [2025-06-13T02:36:05.366Z] Login Succeeded [2025-06-13T02:36:05.366Z] nexus3.edgexfoundry.org:10002 [2025-06-13T02:36:05.366Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-13T02:36:05.366Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-13T02:36:05.366Z] Configure a credential helper to remove this warning. See [2025-06-13T02:36:05.366Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-13T02:36:05.366Z] [2025-06-13T02:36:05.366Z] Login Succeeded [2025-06-13T02:36:05.366Z] nexus3.edgexfoundry.org:10003 [2025-06-13T02:36:05.624Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-13T02:36:05.624Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-13T02:36:05.624Z] Configure a credential helper to remove this warning. See [2025-06-13T02:36:05.625Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-13T02:36:05.625Z] [2025-06-13T02:36:05.625Z] Login Succeeded [2025-06-13T02:36:05.625Z] nexus3.edgexfoundry.org:10004 [2025-06-13T02:36:05.625Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-13T02:36:05.625Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-13T02:36:05.625Z] Configure a credential helper to remove this warning. See [2025-06-13T02:36:05.625Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-13T02:36:05.625Z] [2025-06-13T02:36:05.625Z] Login Succeeded [2025-06-13T02:36:05.625Z] ****.io [2025-06-13T02:36:05.886Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-13T02:36:05.886Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-13T02:36:05.886Z] Configure a credential helper to remove this warning. See [2025-06-13T02:36:05.886Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-13T02:36:05.886Z] [2025-06-13T02:36:05.886Z] Login Succeeded [2025-06-13T02:36:05.886Z] ---> ****-login.sh ends [Pipeline] } [2025-06-13T02:36:05.893Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-13T02:36:05.948Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-06-13T02:36:06.002Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2025-06-13T02:36:06.002Z] 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:36:06.002Z] latest [2025-06-13T02:36:06.002Z] 4.1.0-dev.24 [2025-06-13T02:36:06.002Z] 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:36:06.002Z] main [2025-06-13T02:36:06.002Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:06.364Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:06.696Z] + docker push nexus3.edgexfoundry.org:10004/core-command:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:36:06.696Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-06-13T02:36:06.696Z] 9d201487f60a: Preparing [2025-06-13T02:36:06.696Z] 2e34f92a886e: Preparing [2025-06-13T02:36:06.696Z] 9fea99b8fd9b: Preparing [2025-06-13T02:36:06.696Z] dccbed5a6dfc: Preparing [2025-06-13T02:36:06.696Z] 9aab967f725b: Preparing [2025-06-13T02:36:06.696Z] 5703ce6f3b3e: Preparing [2025-06-13T02:36:06.696Z] 994456c4fd7b: Preparing [2025-06-13T02:36:06.696Z] 5703ce6f3b3e: Waiting [2025-06-13T02:36:06.696Z] 994456c4fd7b: Waiting [2025-06-13T02:36:06.696Z] 9fea99b8fd9b: Pushed [2025-06-13T02:36:06.696Z] 9d201487f60a: Pushed [2025-06-13T02:36:06.696Z] dccbed5a6dfc: Pushed [2025-06-13T02:36:06.696Z] 9aab967f725b: Pushed [2025-06-13T02:36:06.696Z] 994456c4fd7b: Layer already exists [2025-06-13T02:36:06.696Z] 5703ce6f3b3e: Pushed [2025-06-13T02:36:09.230Z] 2e34f92a886e: Pushed [2025-06-13T02:36:09.230Z] 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca: digest: sha256:6a39f0919c20fbd7ab3b271243dc6152789bbbc9cf3d78c656ea735dbb26e98e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:09.644Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:09.969Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2025-06-13T02:36:09.969Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-06-13T02:36:09.969Z] 9d201487f60a: Preparing [2025-06-13T02:36:09.969Z] 2e34f92a886e: Preparing [2025-06-13T02:36:09.969Z] 9fea99b8fd9b: Preparing [2025-06-13T02:36:09.969Z] dccbed5a6dfc: Preparing [2025-06-13T02:36:09.969Z] 9aab967f725b: Preparing [2025-06-13T02:36:09.969Z] 5703ce6f3b3e: Preparing [2025-06-13T02:36:09.969Z] 994456c4fd7b: Preparing [2025-06-13T02:36:09.969Z] 5703ce6f3b3e: Waiting [2025-06-13T02:36:09.969Z] 994456c4fd7b: Waiting [2025-06-13T02:36:09.969Z] 9fea99b8fd9b: Layer already exists [2025-06-13T02:36:09.969Z] 9aab967f725b: Layer already exists [2025-06-13T02:36:09.969Z] 2e34f92a886e: Layer already exists [2025-06-13T02:36:09.969Z] dccbed5a6dfc: Layer already exists [2025-06-13T02:36:09.969Z] 9d201487f60a: Layer already exists [2025-06-13T02:36:09.969Z] 5703ce6f3b3e: Layer already exists [2025-06-13T02:36:09.969Z] 994456c4fd7b: Layer already exists [2025-06-13T02:36:09.969Z] latest: digest: sha256:6a39f0919c20fbd7ab3b271243dc6152789bbbc9cf3d78c656ea735dbb26e98e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:10.315Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:10.635Z] + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.24 [2025-06-13T02:36:10.635Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-06-13T02:36:10.635Z] 9d201487f60a: Preparing [2025-06-13T02:36:10.635Z] 2e34f92a886e: Preparing [2025-06-13T02:36:10.635Z] 9fea99b8fd9b: Preparing [2025-06-13T02:36:10.635Z] dccbed5a6dfc: Preparing [2025-06-13T02:36:10.635Z] 9aab967f725b: Preparing [2025-06-13T02:36:10.635Z] 5703ce6f3b3e: Preparing [2025-06-13T02:36:10.635Z] 994456c4fd7b: Preparing [2025-06-13T02:36:10.635Z] 5703ce6f3b3e: Waiting [2025-06-13T02:36:10.635Z] 994456c4fd7b: Waiting [2025-06-13T02:36:10.635Z] 9aab967f725b: Layer already exists [2025-06-13T02:36:10.635Z] dccbed5a6dfc: Layer already exists [2025-06-13T02:36:10.635Z] 2e34f92a886e: Layer already exists [2025-06-13T02:36:10.635Z] 9fea99b8fd9b: Layer already exists [2025-06-13T02:36:10.635Z] 9d201487f60a: Layer already exists [2025-06-13T02:36:10.635Z] 994456c4fd7b: Layer already exists [2025-06-13T02:36:10.635Z] 5703ce6f3b3e: Layer already exists [2025-06-13T02:36:10.635Z] 4.1.0-dev.24: digest: sha256:6a39f0919c20fbd7ab3b271243dc6152789bbbc9cf3d78c656ea735dbb26e98e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:10.960Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:11.287Z] + docker push nexus3.edgexfoundry.org:10004/core-command:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:36:11.287Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-06-13T02:36:11.287Z] 9d201487f60a: Preparing [2025-06-13T02:36:11.287Z] 2e34f92a886e: Preparing [2025-06-13T02:36:11.287Z] 9fea99b8fd9b: Preparing [2025-06-13T02:36:11.287Z] dccbed5a6dfc: Preparing [2025-06-13T02:36:11.287Z] 9aab967f725b: Preparing [2025-06-13T02:36:11.287Z] 5703ce6f3b3e: Preparing [2025-06-13T02:36:11.287Z] 994456c4fd7b: Preparing [2025-06-13T02:36:11.287Z] 994456c4fd7b: Waiting [2025-06-13T02:36:11.287Z] 5703ce6f3b3e: Waiting [2025-06-13T02:36:11.287Z] 9fea99b8fd9b: Layer already exists [2025-06-13T02:36:11.287Z] 9d201487f60a: Layer already exists [2025-06-13T02:36:11.287Z] 9aab967f725b: Layer already exists [2025-06-13T02:36:11.287Z] 2e34f92a886e: Layer already exists [2025-06-13T02:36:11.287Z] dccbed5a6dfc: Layer already exists [2025-06-13T02:36:11.287Z] 5703ce6f3b3e: Layer already exists [2025-06-13T02:36:11.287Z] 994456c4fd7b: Layer already exists [2025-06-13T02:36:11.287Z] 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24: digest: sha256:6a39f0919c20fbd7ab3b271243dc6152789bbbc9cf3d78c656ea735dbb26e98e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:11.626Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:11.957Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2025-06-13T02:36:11.957Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2025-06-13T02:36:11.957Z] 9d201487f60a: Preparing [2025-06-13T02:36:11.957Z] 2e34f92a886e: Preparing [2025-06-13T02:36:11.957Z] 9fea99b8fd9b: Preparing [2025-06-13T02:36:11.957Z] dccbed5a6dfc: Preparing [2025-06-13T02:36:11.957Z] 9aab967f725b: Preparing [2025-06-13T02:36:11.957Z] 5703ce6f3b3e: Preparing [2025-06-13T02:36:11.957Z] 994456c4fd7b: Preparing [2025-06-13T02:36:11.957Z] 5703ce6f3b3e: Waiting [2025-06-13T02:36:11.957Z] 994456c4fd7b: Waiting [2025-06-13T02:36:11.957Z] 2e34f92a886e: Layer already exists [2025-06-13T02:36:11.957Z] dccbed5a6dfc: Layer already exists [2025-06-13T02:36:11.957Z] 9d201487f60a: Layer already exists [2025-06-13T02:36:11.957Z] 9aab967f725b: Layer already exists [2025-06-13T02:36:11.957Z] 9fea99b8fd9b: Layer already exists [2025-06-13T02:36:11.957Z] 994456c4fd7b: Layer already exists [2025-06-13T02:36:11.957Z] 5703ce6f3b3e: Layer already exists [2025-06-13T02:36:11.957Z] main: digest: sha256:6a39f0919c20fbd7ab3b271243dc6152789bbbc9cf3d78c656ea735dbb26e98e size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-13T02:36:12.031Z] ===================================================== [Pipeline] echo [2025-06-13T02:36:12.049Z] taggedImages: [2025-06-13T02:36:12.049Z] - nexus3.edgexfoundry.org:10004/core-command:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:36:12.049Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2025-06-13T02:36:12.049Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.24 [2025-06-13T02:36:12.049Z] - nexus3.edgexfoundry.org:10004/core-command:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:36:12.049Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2025-06-13T02:36:12.074Z] [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: [2025-06-13T02:36:12.074Z] 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:36:12.074Z] latest [2025-06-13T02:36:12.074Z] 4.1.0-dev.24 [2025-06-13T02:36:12.074Z] 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:36:12.074Z] main [2025-06-13T02:36:12.074Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:12.421Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:12.739Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:36:12.739Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-06-13T02:36:12.739Z] 630d14f3548a: Preparing [2025-06-13T02:36:12.739Z] 2633f2082561: Preparing [2025-06-13T02:36:12.739Z] 3fda8b3e012d: Preparing [2025-06-13T02:36:12.739Z] fdfba7ade24e: Preparing [2025-06-13T02:36:12.739Z] 9fea99b8fd9b: Preparing [2025-06-13T02:36:12.739Z] dccbed5a6dfc: Preparing [2025-06-13T02:36:12.739Z] 9aab967f725b: Preparing [2025-06-13T02:36:12.739Z] 5703ce6f3b3e: Preparing [2025-06-13T02:36:12.739Z] 994456c4fd7b: Preparing [2025-06-13T02:36:12.739Z] dccbed5a6dfc: Waiting [2025-06-13T02:36:12.739Z] 9aab967f725b: Waiting [2025-06-13T02:36:12.739Z] 994456c4fd7b: Waiting [2025-06-13T02:36:12.739Z] 9fea99b8fd9b: Layer already exists [2025-06-13T02:36:12.739Z] dccbed5a6dfc: Layer already exists [2025-06-13T02:36:12.739Z] 9aab967f725b: Layer already exists [2025-06-13T02:36:12.739Z] 2633f2082561: Pushed [2025-06-13T02:36:12.739Z] 5703ce6f3b3e: Layer already exists [2025-06-13T02:36:12.739Z] 3fda8b3e012d: Pushed [2025-06-13T02:36:12.739Z] 994456c4fd7b: Layer already exists [2025-06-13T02:36:12.739Z] 630d14f3548a: Pushed [2025-06-13T02:36:13.672Z] fdfba7ade24e: Pushed [2025-06-13T02:36:13.672Z] 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca: digest: sha256:5c6a728a9a09233b14a6c110747cc648ff3becb729a7f2c688b88a3ddc2bb85b size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:14.005Z] + 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-13T02:36:14.339Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-06-13T02:36:14.339Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-06-13T02:36:14.339Z] 630d14f3548a: Preparing [2025-06-13T02:36:14.339Z] 2633f2082561: Preparing [2025-06-13T02:36:14.339Z] 3fda8b3e012d: Preparing [2025-06-13T02:36:14.339Z] fdfba7ade24e: Preparing [2025-06-13T02:36:14.339Z] 9fea99b8fd9b: Preparing [2025-06-13T02:36:14.339Z] dccbed5a6dfc: Preparing [2025-06-13T02:36:14.339Z] 9aab967f725b: Preparing [2025-06-13T02:36:14.339Z] 5703ce6f3b3e: Preparing [2025-06-13T02:36:14.339Z] 994456c4fd7b: Preparing [2025-06-13T02:36:14.339Z] 5703ce6f3b3e: Waiting [2025-06-13T02:36:14.339Z] 994456c4fd7b: Waiting [2025-06-13T02:36:14.339Z] dccbed5a6dfc: Waiting [2025-06-13T02:36:14.339Z] 9aab967f725b: Waiting [2025-06-13T02:36:14.339Z] 630d14f3548a: Layer already exists [2025-06-13T02:36:14.339Z] 2633f2082561: Layer already exists [2025-06-13T02:36:14.339Z] 9fea99b8fd9b: Layer already exists [2025-06-13T02:36:14.339Z] fdfba7ade24e: Layer already exists [2025-06-13T02:36:14.339Z] 3fda8b3e012d: Layer already exists [2025-06-13T02:36:14.339Z] 994456c4fd7b: Layer already exists [2025-06-13T02:36:14.339Z] 9aab967f725b: Layer already exists [2025-06-13T02:36:14.339Z] dccbed5a6dfc: Layer already exists [2025-06-13T02:36:14.339Z] 5703ce6f3b3e: Layer already exists [2025-06-13T02:36:14.339Z] latest: digest: sha256:5c6a728a9a09233b14a6c110747cc648ff3becb729a7f2c688b88a3ddc2bb85b size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:14.679Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:15.003Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.24 [2025-06-13T02:36:15.003Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-06-13T02:36:15.003Z] 630d14f3548a: Preparing [2025-06-13T02:36:15.003Z] 2633f2082561: Preparing [2025-06-13T02:36:15.003Z] 3fda8b3e012d: Preparing [2025-06-13T02:36:15.003Z] fdfba7ade24e: Preparing [2025-06-13T02:36:15.003Z] 9fea99b8fd9b: Preparing [2025-06-13T02:36:15.003Z] dccbed5a6dfc: Preparing [2025-06-13T02:36:15.003Z] 9aab967f725b: Preparing [2025-06-13T02:36:15.003Z] 5703ce6f3b3e: Preparing [2025-06-13T02:36:15.003Z] 994456c4fd7b: Preparing [2025-06-13T02:36:15.003Z] dccbed5a6dfc: Waiting [2025-06-13T02:36:15.003Z] 5703ce6f3b3e: Waiting [2025-06-13T02:36:15.003Z] 9aab967f725b: Waiting [2025-06-13T02:36:15.003Z] 630d14f3548a: Layer already exists [2025-06-13T02:36:15.003Z] 9fea99b8fd9b: Layer already exists [2025-06-13T02:36:15.003Z] fdfba7ade24e: Layer already exists [2025-06-13T02:36:15.003Z] 2633f2082561: Layer already exists [2025-06-13T02:36:15.003Z] 3fda8b3e012d: Layer already exists [2025-06-13T02:36:15.003Z] 5703ce6f3b3e: Layer already exists [2025-06-13T02:36:15.003Z] 9aab967f725b: Layer already exists [2025-06-13T02:36:15.003Z] dccbed5a6dfc: Layer already exists [2025-06-13T02:36:15.003Z] 994456c4fd7b: Layer already exists [2025-06-13T02:36:15.003Z] 4.1.0-dev.24: digest: sha256:5c6a728a9a09233b14a6c110747cc648ff3becb729a7f2c688b88a3ddc2bb85b size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:15.327Z] + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:15.647Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:36:15.647Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-06-13T02:36:15.647Z] 630d14f3548a: Preparing [2025-06-13T02:36:15.647Z] 2633f2082561: Preparing [2025-06-13T02:36:15.647Z] 3fda8b3e012d: Preparing [2025-06-13T02:36:15.647Z] fdfba7ade24e: Preparing [2025-06-13T02:36:15.647Z] 9fea99b8fd9b: Preparing [2025-06-13T02:36:15.647Z] dccbed5a6dfc: Preparing [2025-06-13T02:36:15.647Z] 9aab967f725b: Preparing [2025-06-13T02:36:15.647Z] 5703ce6f3b3e: Preparing [2025-06-13T02:36:15.647Z] 994456c4fd7b: Preparing [2025-06-13T02:36:15.647Z] 5703ce6f3b3e: Waiting [2025-06-13T02:36:15.647Z] 994456c4fd7b: Waiting [2025-06-13T02:36:15.647Z] dccbed5a6dfc: Waiting [2025-06-13T02:36:15.647Z] 9aab967f725b: Waiting [2025-06-13T02:36:15.647Z] fdfba7ade24e: Layer already exists [2025-06-13T02:36:15.647Z] 2633f2082561: Layer already exists [2025-06-13T02:36:15.647Z] 3fda8b3e012d: Layer already exists [2025-06-13T02:36:15.647Z] 630d14f3548a: Layer already exists [2025-06-13T02:36:15.647Z] 9fea99b8fd9b: Layer already exists [2025-06-13T02:36:15.647Z] 9aab967f725b: Layer already exists [2025-06-13T02:36:15.647Z] dccbed5a6dfc: Layer already exists [2025-06-13T02:36:15.647Z] 5703ce6f3b3e: Layer already exists [2025-06-13T02:36:15.647Z] 994456c4fd7b: Layer already exists [2025-06-13T02:36:15.647Z] 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24: digest: sha256:5c6a728a9a09233b14a6c110747cc648ff3becb729a7f2c688b88a3ddc2bb85b size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:15.976Z] + 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-13T02:36:16.309Z] + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-06-13T02:36:16.309Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] [2025-06-13T02:36:16.309Z] 630d14f3548a: Preparing [2025-06-13T02:36:16.309Z] 2633f2082561: Preparing [2025-06-13T02:36:16.309Z] 3fda8b3e012d: Preparing [2025-06-13T02:36:16.309Z] fdfba7ade24e: Preparing [2025-06-13T02:36:16.309Z] 9fea99b8fd9b: Preparing [2025-06-13T02:36:16.309Z] dccbed5a6dfc: Preparing [2025-06-13T02:36:16.309Z] 9aab967f725b: Preparing [2025-06-13T02:36:16.309Z] 5703ce6f3b3e: Preparing [2025-06-13T02:36:16.309Z] 994456c4fd7b: Preparing [2025-06-13T02:36:16.309Z] dccbed5a6dfc: Waiting [2025-06-13T02:36:16.309Z] 9aab967f725b: Waiting [2025-06-13T02:36:16.309Z] 5703ce6f3b3e: Waiting [2025-06-13T02:36:16.309Z] 994456c4fd7b: Waiting [2025-06-13T02:36:16.309Z] fdfba7ade24e: Layer already exists [2025-06-13T02:36:16.309Z] 630d14f3548a: Layer already exists [2025-06-13T02:36:16.309Z] 9fea99b8fd9b: Layer already exists [2025-06-13T02:36:16.309Z] 2633f2082561: Layer already exists [2025-06-13T02:36:16.309Z] 3fda8b3e012d: Layer already exists [2025-06-13T02:36:16.309Z] 9aab967f725b: Layer already exists [2025-06-13T02:36:16.309Z] 5703ce6f3b3e: Layer already exists [2025-06-13T02:36:16.309Z] dccbed5a6dfc: Layer already exists [2025-06-13T02:36:16.309Z] 994456c4fd7b: Layer already exists [2025-06-13T02:36:16.309Z] main: digest: sha256:5c6a728a9a09233b14a6c110747cc648ff3becb729a7f2c688b88a3ddc2bb85b size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-13T02:36:16.385Z] ===================================================== [Pipeline] echo [2025-06-13T02:36:16.404Z] taggedImages: [2025-06-13T02:36:16.404Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:36:16.404Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-06-13T02:36:16.404Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.24 [2025-06-13T02:36:16.404Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:36:16.404Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo [2025-06-13T02:36:16.433Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2025-06-13T02:36:16.433Z] 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:36:16.433Z] latest [2025-06-13T02:36:16.433Z] 4.1.0-dev.24 [2025-06-13T02:36:16.433Z] 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:36:16.433Z] main [2025-06-13T02:36:16.433Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:16.783Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:17.111Z] + docker push nexus3.edgexfoundry.org:10004/core-data:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:36:17.111Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-06-13T02:36:17.111Z] c18e89fce0c7: Preparing [2025-06-13T02:36:17.111Z] c53077d52880: Preparing [2025-06-13T02:36:17.111Z] 9fea99b8fd9b: Preparing [2025-06-13T02:36:17.111Z] dccbed5a6dfc: Preparing [2025-06-13T02:36:17.111Z] ae52943e0493: Preparing [2025-06-13T02:36:17.111Z] 63e25811ea39: Preparing [2025-06-13T02:36:17.111Z] 994456c4fd7b: Preparing [2025-06-13T02:36:17.111Z] 63e25811ea39: Waiting [2025-06-13T02:36:17.111Z] 994456c4fd7b: Waiting [2025-06-13T02:36:17.111Z] dccbed5a6dfc: Layer already exists [2025-06-13T02:36:17.111Z] 9fea99b8fd9b: Layer already exists [2025-06-13T02:36:17.111Z] 994456c4fd7b: Layer already exists [2025-06-13T02:36:17.111Z] ae52943e0493: Pushed [2025-06-13T02:36:17.111Z] c18e89fce0c7: Pushed [2025-06-13T02:36:17.111Z] 63e25811ea39: Pushed [2025-06-13T02:36:19.660Z] c53077d52880: Pushed [2025-06-13T02:36:19.660Z] 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca: digest: sha256:38c589aaf903344b6fa3d001b68f4642e17c921f5ebe4b1bba7e93c765f28e51 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:19.989Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:20.316Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2025-06-13T02:36:20.316Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-06-13T02:36:20.316Z] c18e89fce0c7: Preparing [2025-06-13T02:36:20.316Z] c53077d52880: Preparing [2025-06-13T02:36:20.316Z] 9fea99b8fd9b: Preparing [2025-06-13T02:36:20.316Z] dccbed5a6dfc: Preparing [2025-06-13T02:36:20.316Z] ae52943e0493: Preparing [2025-06-13T02:36:20.316Z] 63e25811ea39: Preparing [2025-06-13T02:36:20.316Z] 994456c4fd7b: Preparing [2025-06-13T02:36:20.316Z] 63e25811ea39: Waiting [2025-06-13T02:36:20.316Z] 994456c4fd7b: Waiting [2025-06-13T02:36:20.316Z] c18e89fce0c7: Layer already exists [2025-06-13T02:36:20.316Z] c53077d52880: Layer already exists [2025-06-13T02:36:20.316Z] 9fea99b8fd9b: Layer already exists [2025-06-13T02:36:20.316Z] ae52943e0493: Layer already exists [2025-06-13T02:36:20.316Z] dccbed5a6dfc: Layer already exists [2025-06-13T02:36:20.316Z] 63e25811ea39: Layer already exists [2025-06-13T02:36:20.316Z] 994456c4fd7b: Layer already exists [2025-06-13T02:36:20.316Z] latest: digest: sha256:38c589aaf903344b6fa3d001b68f4642e17c921f5ebe4b1bba7e93c765f28e51 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:20.652Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:20.966Z] + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.24 [2025-06-13T02:36:20.966Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-06-13T02:36:20.966Z] c18e89fce0c7: Preparing [2025-06-13T02:36:20.966Z] c53077d52880: Preparing [2025-06-13T02:36:20.966Z] 9fea99b8fd9b: Preparing [2025-06-13T02:36:20.966Z] dccbed5a6dfc: Preparing [2025-06-13T02:36:20.966Z] ae52943e0493: Preparing [2025-06-13T02:36:20.966Z] 63e25811ea39: Preparing [2025-06-13T02:36:20.966Z] 994456c4fd7b: Preparing [2025-06-13T02:36:20.966Z] 994456c4fd7b: Waiting [2025-06-13T02:36:20.966Z] 63e25811ea39: Waiting [2025-06-13T02:36:20.966Z] c53077d52880: Layer already exists [2025-06-13T02:36:20.966Z] ae52943e0493: Layer already exists [2025-06-13T02:36:20.966Z] c18e89fce0c7: Layer already exists [2025-06-13T02:36:20.966Z] dccbed5a6dfc: Layer already exists [2025-06-13T02:36:20.966Z] 9fea99b8fd9b: Layer already exists [2025-06-13T02:36:20.966Z] 994456c4fd7b: Layer already exists [2025-06-13T02:36:20.966Z] 63e25811ea39: Layer already exists [2025-06-13T02:36:20.966Z] 4.1.0-dev.24: digest: sha256:38c589aaf903344b6fa3d001b68f4642e17c921f5ebe4b1bba7e93c765f28e51 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:21.303Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:21.632Z] + docker push nexus3.edgexfoundry.org:10004/core-data:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:36:21.632Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-06-13T02:36:21.632Z] c18e89fce0c7: Preparing [2025-06-13T02:36:21.632Z] c53077d52880: Preparing [2025-06-13T02:36:21.632Z] 9fea99b8fd9b: Preparing [2025-06-13T02:36:21.632Z] dccbed5a6dfc: Preparing [2025-06-13T02:36:21.632Z] ae52943e0493: Preparing [2025-06-13T02:36:21.632Z] 63e25811ea39: Preparing [2025-06-13T02:36:21.632Z] 994456c4fd7b: Preparing [2025-06-13T02:36:21.632Z] 63e25811ea39: Waiting [2025-06-13T02:36:21.632Z] 994456c4fd7b: Waiting [2025-06-13T02:36:21.632Z] 9fea99b8fd9b: Layer already exists [2025-06-13T02:36:21.632Z] ae52943e0493: Layer already exists [2025-06-13T02:36:21.632Z] c18e89fce0c7: Layer already exists [2025-06-13T02:36:21.632Z] dccbed5a6dfc: Layer already exists [2025-06-13T02:36:21.632Z] c53077d52880: Layer already exists [2025-06-13T02:36:21.632Z] 63e25811ea39: Layer already exists [2025-06-13T02:36:21.632Z] 994456c4fd7b: Layer already exists [2025-06-13T02:36:21.632Z] 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24: digest: sha256:38c589aaf903344b6fa3d001b68f4642e17c921f5ebe4b1bba7e93c765f28e51 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:21.965Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:22.287Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2025-06-13T02:36:22.288Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2025-06-13T02:36:22.288Z] c18e89fce0c7: Preparing [2025-06-13T02:36:22.288Z] c53077d52880: Preparing [2025-06-13T02:36:22.288Z] 9fea99b8fd9b: Preparing [2025-06-13T02:36:22.288Z] dccbed5a6dfc: Preparing [2025-06-13T02:36:22.288Z] ae52943e0493: Preparing [2025-06-13T02:36:22.288Z] 63e25811ea39: Preparing [2025-06-13T02:36:22.288Z] 994456c4fd7b: Preparing [2025-06-13T02:36:22.288Z] 63e25811ea39: Waiting [2025-06-13T02:36:22.288Z] 994456c4fd7b: Waiting [2025-06-13T02:36:22.288Z] c18e89fce0c7: Layer already exists [2025-06-13T02:36:22.288Z] dccbed5a6dfc: Layer already exists [2025-06-13T02:36:22.288Z] 9fea99b8fd9b: Layer already exists [2025-06-13T02:36:22.288Z] c53077d52880: Layer already exists [2025-06-13T02:36:22.288Z] ae52943e0493: Layer already exists [2025-06-13T02:36:22.288Z] 994456c4fd7b: Layer already exists [2025-06-13T02:36:22.288Z] 63e25811ea39: Layer already exists [2025-06-13T02:36:22.288Z] main: digest: sha256:38c589aaf903344b6fa3d001b68f4642e17c921f5ebe4b1bba7e93c765f28e51 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-13T02:36:22.362Z] ===================================================== [Pipeline] echo [2025-06-13T02:36:22.378Z] taggedImages: [2025-06-13T02:36:22.378Z] - nexus3.edgexfoundry.org:10004/core-data:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:36:22.378Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2025-06-13T02:36:22.378Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.24 [2025-06-13T02:36:22.378Z] - nexus3.edgexfoundry.org:10004/core-data:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:36:22.378Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2025-06-13T02:36:22.405Z] [edgeXDocker.push] Tagging docker image core-keeper with the following tags: [2025-06-13T02:36:22.405Z] 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:36:22.405Z] latest [2025-06-13T02:36:22.405Z] 4.1.0-dev.24 [2025-06-13T02:36:22.405Z] 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:36:22.405Z] main [2025-06-13T02:36:22.405Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:22.751Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:23.067Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:36:23.067Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-06-13T02:36:23.067Z] d99d77d7227a: Preparing [2025-06-13T02:36:23.067Z] 057b39049e3c: Preparing [2025-06-13T02:36:23.067Z] dccbed5a6dfc: Preparing [2025-06-13T02:36:23.067Z] d335774d5c22: Preparing [2025-06-13T02:36:23.067Z] 96ab3d3f4df9: Preparing [2025-06-13T02:36:23.067Z] 994456c4fd7b: Preparing [2025-06-13T02:36:23.067Z] 994456c4fd7b: Waiting [2025-06-13T02:36:23.067Z] dccbed5a6dfc: Layer already exists [2025-06-13T02:36:23.067Z] 994456c4fd7b: Layer already exists [2025-06-13T02:36:23.067Z] d335774d5c22: Pushed [2025-06-13T02:36:23.067Z] 96ab3d3f4df9: Pushed [2025-06-13T02:36:23.067Z] d99d77d7227a: Pushed [2025-06-13T02:36:25.597Z] 057b39049e3c: Pushed [2025-06-13T02:36:25.597Z] 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca: digest: sha256:0f14834434ef3ed9ac24785097b8b5bb2d46ceb4f32265e35e5a02475967c851 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:25.927Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:26.254Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-06-13T02:36:26.254Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-06-13T02:36:26.254Z] d99d77d7227a: Preparing [2025-06-13T02:36:26.254Z] 057b39049e3c: Preparing [2025-06-13T02:36:26.254Z] dccbed5a6dfc: Preparing [2025-06-13T02:36:26.254Z] d335774d5c22: Preparing [2025-06-13T02:36:26.254Z] 96ab3d3f4df9: Preparing [2025-06-13T02:36:26.254Z] 994456c4fd7b: Preparing [2025-06-13T02:36:26.254Z] 994456c4fd7b: Waiting [2025-06-13T02:36:26.254Z] d99d77d7227a: Layer already exists [2025-06-13T02:36:26.254Z] 96ab3d3f4df9: Layer already exists [2025-06-13T02:36:26.254Z] 057b39049e3c: Layer already exists [2025-06-13T02:36:26.254Z] dccbed5a6dfc: Layer already exists [2025-06-13T02:36:26.254Z] d335774d5c22: Layer already exists [2025-06-13T02:36:26.254Z] 994456c4fd7b: Layer already exists [2025-06-13T02:36:26.254Z] latest: digest: sha256:0f14834434ef3ed9ac24785097b8b5bb2d46ceb4f32265e35e5a02475967c851 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:26.591Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:26.933Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.24 [2025-06-13T02:36:26.933Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-06-13T02:36:26.933Z] d99d77d7227a: Preparing [2025-06-13T02:36:26.933Z] 057b39049e3c: Preparing [2025-06-13T02:36:26.933Z] dccbed5a6dfc: Preparing [2025-06-13T02:36:26.933Z] d335774d5c22: Preparing [2025-06-13T02:36:26.933Z] 96ab3d3f4df9: Preparing [2025-06-13T02:36:26.933Z] 994456c4fd7b: Preparing [2025-06-13T02:36:26.933Z] 994456c4fd7b: Waiting [2025-06-13T02:36:26.933Z] d99d77d7227a: Layer already exists [2025-06-13T02:36:26.933Z] 057b39049e3c: Layer already exists [2025-06-13T02:36:26.933Z] dccbed5a6dfc: Layer already exists [2025-06-13T02:36:26.933Z] 96ab3d3f4df9: Layer already exists [2025-06-13T02:36:26.933Z] d335774d5c22: Layer already exists [2025-06-13T02:36:26.933Z] 994456c4fd7b: Layer already exists [2025-06-13T02:36:26.933Z] 4.1.0-dev.24: digest: sha256:0f14834434ef3ed9ac24785097b8b5bb2d46ceb4f32265e35e5a02475967c851 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:27.275Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:27.599Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:36:27.599Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-06-13T02:36:27.599Z] d99d77d7227a: Preparing [2025-06-13T02:36:27.599Z] 057b39049e3c: Preparing [2025-06-13T02:36:27.599Z] dccbed5a6dfc: Preparing [2025-06-13T02:36:27.599Z] d335774d5c22: Preparing [2025-06-13T02:36:27.599Z] 96ab3d3f4df9: Preparing [2025-06-13T02:36:27.599Z] 994456c4fd7b: Preparing [2025-06-13T02:36:27.599Z] 994456c4fd7b: Waiting [2025-06-13T02:36:27.599Z] d99d77d7227a: Layer already exists [2025-06-13T02:36:27.599Z] dccbed5a6dfc: Layer already exists [2025-06-13T02:36:27.599Z] d335774d5c22: Layer already exists [2025-06-13T02:36:27.599Z] 057b39049e3c: Layer already exists [2025-06-13T02:36:27.599Z] 96ab3d3f4df9: Layer already exists [2025-06-13T02:36:27.599Z] 994456c4fd7b: Layer already exists [2025-06-13T02:36:27.599Z] 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24: digest: sha256:0f14834434ef3ed9ac24785097b8b5bb2d46ceb4f32265e35e5a02475967c851 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:27.933Z] + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:28.269Z] + docker push nexus3.edgexfoundry.org:10004/core-keeper:main [2025-06-13T02:36:28.269Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] [2025-06-13T02:36:28.269Z] d99d77d7227a: Preparing [2025-06-13T02:36:28.269Z] 057b39049e3c: Preparing [2025-06-13T02:36:28.269Z] dccbed5a6dfc: Preparing [2025-06-13T02:36:28.269Z] d335774d5c22: Preparing [2025-06-13T02:36:28.269Z] 96ab3d3f4df9: Preparing [2025-06-13T02:36:28.269Z] 994456c4fd7b: Preparing [2025-06-13T02:36:28.269Z] 994456c4fd7b: Waiting [2025-06-13T02:36:28.269Z] 057b39049e3c: Layer already exists [2025-06-13T02:36:28.269Z] dccbed5a6dfc: Layer already exists [2025-06-13T02:36:28.269Z] 96ab3d3f4df9: Layer already exists [2025-06-13T02:36:28.269Z] d99d77d7227a: Layer already exists [2025-06-13T02:36:28.269Z] d335774d5c22: Layer already exists [2025-06-13T02:36:28.269Z] 994456c4fd7b: Layer already exists [2025-06-13T02:36:28.269Z] main: digest: sha256:0f14834434ef3ed9ac24785097b8b5bb2d46ceb4f32265e35e5a02475967c851 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-13T02:36:28.346Z] ===================================================== [Pipeline] echo [2025-06-13T02:36:28.360Z] taggedImages: [2025-06-13T02:36:28.360Z] - nexus3.edgexfoundry.org:10004/core-keeper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:36:28.360Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-06-13T02:36:28.360Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.24 [2025-06-13T02:36:28.360Z] - nexus3.edgexfoundry.org:10004/core-keeper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:36:28.360Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo [2025-06-13T02:36:28.387Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2025-06-13T02:36:28.387Z] 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:36:28.387Z] latest [2025-06-13T02:36:28.387Z] 4.1.0-dev.24 [2025-06-13T02:36:28.387Z] 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:36:28.387Z] main [2025-06-13T02:36:28.387Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:28.747Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:29.077Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:36:29.077Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-06-13T02:36:29.077Z] 45015c0ffc0f: Preparing [2025-06-13T02:36:29.077Z] be8049562a77: Preparing [2025-06-13T02:36:29.077Z] 28fc3063d26b: Preparing [2025-06-13T02:36:29.077Z] 9fea99b8fd9b: Preparing [2025-06-13T02:36:29.077Z] dccbed5a6dfc: Preparing [2025-06-13T02:36:29.077Z] 9aab967f725b: Preparing [2025-06-13T02:36:29.077Z] 5703ce6f3b3e: Preparing [2025-06-13T02:36:29.077Z] 994456c4fd7b: Preparing [2025-06-13T02:36:29.077Z] 9aab967f725b: Waiting [2025-06-13T02:36:29.077Z] 994456c4fd7b: Waiting [2025-06-13T02:36:29.077Z] 5703ce6f3b3e: Waiting [2025-06-13T02:36:29.077Z] 9fea99b8fd9b: Layer already exists [2025-06-13T02:36:29.077Z] dccbed5a6dfc: Layer already exists [2025-06-13T02:36:29.077Z] 9aab967f725b: Layer already exists [2025-06-13T02:36:29.077Z] 5703ce6f3b3e: Layer already exists [2025-06-13T02:36:29.077Z] 994456c4fd7b: Layer already exists [2025-06-13T02:36:29.077Z] be8049562a77: Pushed [2025-06-13T02:36:29.077Z] 45015c0ffc0f: Pushed [2025-06-13T02:36:31.610Z] 28fc3063d26b: Pushed [2025-06-13T02:36:31.610Z] 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca: digest: sha256:26762f810aefb35fbfe3b319f500b357aa7754aaf31a98e50884d8e3f1bffeb7 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:31.941Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:32.275Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-06-13T02:36:32.275Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-06-13T02:36:32.275Z] 45015c0ffc0f: Preparing [2025-06-13T02:36:32.275Z] be8049562a77: Preparing [2025-06-13T02:36:32.275Z] 28fc3063d26b: Preparing [2025-06-13T02:36:32.275Z] 9fea99b8fd9b: Preparing [2025-06-13T02:36:32.275Z] dccbed5a6dfc: Preparing [2025-06-13T02:36:32.275Z] 9aab967f725b: Preparing [2025-06-13T02:36:32.275Z] 5703ce6f3b3e: Preparing [2025-06-13T02:36:32.275Z] 9aab967f725b: Waiting [2025-06-13T02:36:32.275Z] 5703ce6f3b3e: Waiting [2025-06-13T02:36:32.275Z] 994456c4fd7b: Preparing [2025-06-13T02:36:32.275Z] 994456c4fd7b: Waiting [2025-06-13T02:36:32.275Z] dccbed5a6dfc: Layer already exists [2025-06-13T02:36:32.275Z] 9fea99b8fd9b: Layer already exists [2025-06-13T02:36:32.275Z] be8049562a77: Layer already exists [2025-06-13T02:36:32.275Z] 45015c0ffc0f: Layer already exists [2025-06-13T02:36:32.275Z] 28fc3063d26b: Layer already exists [2025-06-13T02:36:32.275Z] 5703ce6f3b3e: Layer already exists [2025-06-13T02:36:32.275Z] 9aab967f725b: Layer already exists [2025-06-13T02:36:32.275Z] 994456c4fd7b: Layer already exists [2025-06-13T02:36:32.275Z] latest: digest: sha256:26762f810aefb35fbfe3b319f500b357aa7754aaf31a98e50884d8e3f1bffeb7 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:32.610Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:32.934Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.24 [2025-06-13T02:36:32.934Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-06-13T02:36:32.934Z] 45015c0ffc0f: Preparing [2025-06-13T02:36:32.934Z] be8049562a77: Preparing [2025-06-13T02:36:32.934Z] 28fc3063d26b: Preparing [2025-06-13T02:36:32.934Z] 9fea99b8fd9b: Preparing [2025-06-13T02:36:32.934Z] dccbed5a6dfc: Preparing [2025-06-13T02:36:32.934Z] 9aab967f725b: Preparing [2025-06-13T02:36:32.934Z] 5703ce6f3b3e: Preparing [2025-06-13T02:36:32.934Z] 994456c4fd7b: Preparing [2025-06-13T02:36:32.934Z] 5703ce6f3b3e: Waiting [2025-06-13T02:36:32.934Z] 9aab967f725b: Waiting [2025-06-13T02:36:32.934Z] 994456c4fd7b: Waiting [2025-06-13T02:36:32.934Z] be8049562a77: Layer already exists [2025-06-13T02:36:32.934Z] 9fea99b8fd9b: Layer already exists [2025-06-13T02:36:32.934Z] 45015c0ffc0f: Layer already exists [2025-06-13T02:36:32.934Z] dccbed5a6dfc: Layer already exists [2025-06-13T02:36:32.934Z] 28fc3063d26b: Layer already exists [2025-06-13T02:36:32.934Z] 9aab967f725b: Layer already exists [2025-06-13T02:36:32.934Z] 5703ce6f3b3e: Layer already exists [2025-06-13T02:36:32.934Z] 994456c4fd7b: Layer already exists [2025-06-13T02:36:32.934Z] 4.1.0-dev.24: digest: sha256:26762f810aefb35fbfe3b319f500b357aa7754aaf31a98e50884d8e3f1bffeb7 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:33.266Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:33.597Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:36:33.597Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-06-13T02:36:33.597Z] 45015c0ffc0f: Preparing [2025-06-13T02:36:33.597Z] be8049562a77: Preparing [2025-06-13T02:36:33.597Z] 28fc3063d26b: Preparing [2025-06-13T02:36:33.597Z] 9fea99b8fd9b: Preparing [2025-06-13T02:36:33.597Z] dccbed5a6dfc: Preparing [2025-06-13T02:36:33.597Z] 9aab967f725b: Preparing [2025-06-13T02:36:33.597Z] 5703ce6f3b3e: Preparing [2025-06-13T02:36:33.597Z] 994456c4fd7b: Preparing [2025-06-13T02:36:33.597Z] 5703ce6f3b3e: Waiting [2025-06-13T02:36:33.597Z] 994456c4fd7b: Waiting [2025-06-13T02:36:33.597Z] 9aab967f725b: Waiting [2025-06-13T02:36:33.597Z] be8049562a77: Layer already exists [2025-06-13T02:36:33.597Z] 28fc3063d26b: Layer already exists [2025-06-13T02:36:33.597Z] 9fea99b8fd9b: Layer already exists [2025-06-13T02:36:33.597Z] dccbed5a6dfc: Layer already exists [2025-06-13T02:36:33.597Z] 45015c0ffc0f: Layer already exists [2025-06-13T02:36:33.597Z] 5703ce6f3b3e: Layer already exists [2025-06-13T02:36:33.597Z] 9aab967f725b: Layer already exists [2025-06-13T02:36:33.597Z] 994456c4fd7b: Layer already exists [2025-06-13T02:36:33.597Z] 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24: digest: sha256:26762f810aefb35fbfe3b319f500b357aa7754aaf31a98e50884d8e3f1bffeb7 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:33.925Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:34.249Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2025-06-13T02:36:34.249Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2025-06-13T02:36:34.249Z] 45015c0ffc0f: Preparing [2025-06-13T02:36:34.249Z] be8049562a77: Preparing [2025-06-13T02:36:34.249Z] 28fc3063d26b: Preparing [2025-06-13T02:36:34.249Z] 9fea99b8fd9b: Preparing [2025-06-13T02:36:34.249Z] dccbed5a6dfc: Preparing [2025-06-13T02:36:34.249Z] 9aab967f725b: Preparing [2025-06-13T02:36:34.249Z] 5703ce6f3b3e: Preparing [2025-06-13T02:36:34.249Z] 994456c4fd7b: Preparing [2025-06-13T02:36:34.249Z] 994456c4fd7b: Waiting [2025-06-13T02:36:34.249Z] 9aab967f725b: Waiting [2025-06-13T02:36:34.249Z] 5703ce6f3b3e: Waiting [2025-06-13T02:36:34.249Z] dccbed5a6dfc: Layer already exists [2025-06-13T02:36:34.249Z] 9fea99b8fd9b: Layer already exists [2025-06-13T02:36:34.249Z] be8049562a77: Layer already exists [2025-06-13T02:36:34.249Z] 28fc3063d26b: Layer already exists [2025-06-13T02:36:34.249Z] 45015c0ffc0f: Layer already exists [2025-06-13T02:36:34.249Z] 5703ce6f3b3e: Layer already exists [2025-06-13T02:36:34.249Z] 9aab967f725b: Layer already exists [2025-06-13T02:36:34.249Z] 994456c4fd7b: Layer already exists [2025-06-13T02:36:34.249Z] main: digest: sha256:26762f810aefb35fbfe3b319f500b357aa7754aaf31a98e50884d8e3f1bffeb7 size: 1985 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-13T02:36:34.413Z] ===================================================== [Pipeline] echo [2025-06-13T02:36:34.424Z] taggedImages: [2025-06-13T02:36:34.425Z] - nexus3.edgexfoundry.org:10004/core-metadata:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:36:34.425Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-06-13T02:36:34.425Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.24 [2025-06-13T02:36:34.425Z] - nexus3.edgexfoundry.org:10004/core-metadata:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:36:34.425Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2025-06-13T02:36:34.456Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2025-06-13T02:36:34.456Z] 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:36:34.456Z] latest [2025-06-13T02:36:34.456Z] 4.1.0-dev.24 [2025-06-13T02:36:34.456Z] 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:36:34.456Z] main [2025-06-13T02:36:34.456Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:34.812Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:35.135Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:36:35.135Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-06-13T02:36:35.135Z] a6d50b79e210: Preparing [2025-06-13T02:36:35.135Z] ede3d75428a0: Preparing [2025-06-13T02:36:35.135Z] b1f64a3b6b32: Preparing [2025-06-13T02:36:35.135Z] 10c706ace336: Preparing [2025-06-13T02:36:35.135Z] f669d03f7e0f: Preparing [2025-06-13T02:36:35.135Z] 92ed412ad30c: Preparing [2025-06-13T02:36:35.135Z] 7e5f64f19325: Preparing [2025-06-13T02:36:35.135Z] 92ed412ad30c: Waiting [2025-06-13T02:36:35.135Z] 9fea99b8fd9b: Preparing [2025-06-13T02:36:35.135Z] dccbed5a6dfc: Preparing [2025-06-13T02:36:35.135Z] 9a98c0cb7d2e: Preparing [2025-06-13T02:36:35.135Z] 1b2f9295b46a: Preparing [2025-06-13T02:36:35.135Z] 5f70bf18a086: Preparing [2025-06-13T02:36:35.135Z] e67705bab4cf: Preparing [2025-06-13T02:36:35.135Z] 4fabe02d02f8: Preparing [2025-06-13T02:36:35.135Z] 7e5f64f19325: Waiting [2025-06-13T02:36:35.135Z] 19cb100f7a6a: Preparing [2025-06-13T02:36:35.135Z] 994456c4fd7b: Preparing [2025-06-13T02:36:35.135Z] 9a98c0cb7d2e: Waiting [2025-06-13T02:36:35.135Z] 9fea99b8fd9b: Waiting [2025-06-13T02:36:35.135Z] 19cb100f7a6a: Waiting [2025-06-13T02:36:35.135Z] 994456c4fd7b: Waiting [2025-06-13T02:36:35.135Z] e67705bab4cf: Waiting [2025-06-13T02:36:35.135Z] 1b2f9295b46a: Waiting [2025-06-13T02:36:35.135Z] 5f70bf18a086: Waiting [2025-06-13T02:36:35.135Z] 10c706ace336: Pushed [2025-06-13T02:36:35.135Z] f669d03f7e0f: Pushed [2025-06-13T02:36:35.135Z] b1f64a3b6b32: Pushed [2025-06-13T02:36:35.135Z] ede3d75428a0: Pushed [2025-06-13T02:36:35.135Z] a6d50b79e210: Pushed [2025-06-13T02:36:35.135Z] 9fea99b8fd9b: Layer already exists [2025-06-13T02:36:35.135Z] dccbed5a6dfc: Layer already exists [2025-06-13T02:36:35.394Z] 5f70bf18a086: Layer already exists [2025-06-13T02:36:35.394Z] 92ed412ad30c: Pushed [2025-06-13T02:36:35.394Z] 9a98c0cb7d2e: Pushed [2025-06-13T02:36:35.394Z] 1b2f9295b46a: Pushed [2025-06-13T02:36:35.394Z] 994456c4fd7b: Layer already exists [2025-06-13T02:36:35.394Z] e67705bab4cf: Pushed [2025-06-13T02:36:35.394Z] 4fabe02d02f8: Pushed [2025-06-13T02:36:35.394Z] 19cb100f7a6a: Pushed [2025-06-13T02:36:36.776Z] 7e5f64f19325: Pushed [2025-06-13T02:36:36.776Z] 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca: digest: sha256:370b01f2fc92abef34ee70575611e78756c7d175a7697626ba76f42e53d2aea7 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:37.205Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:37.540Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-06-13T02:36:37.540Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-06-13T02:36:37.540Z] a6d50b79e210: Preparing [2025-06-13T02:36:37.540Z] ede3d75428a0: Preparing [2025-06-13T02:36:37.540Z] b1f64a3b6b32: Preparing [2025-06-13T02:36:37.540Z] 10c706ace336: Preparing [2025-06-13T02:36:37.540Z] f669d03f7e0f: Preparing [2025-06-13T02:36:37.540Z] 92ed412ad30c: Preparing [2025-06-13T02:36:37.540Z] 7e5f64f19325: Preparing [2025-06-13T02:36:37.540Z] 9fea99b8fd9b: Preparing [2025-06-13T02:36:37.540Z] dccbed5a6dfc: Preparing [2025-06-13T02:36:37.540Z] 9a98c0cb7d2e: Preparing [2025-06-13T02:36:37.540Z] 1b2f9295b46a: Preparing [2025-06-13T02:36:37.540Z] 5f70bf18a086: Preparing [2025-06-13T02:36:37.540Z] e67705bab4cf: Preparing [2025-06-13T02:36:37.540Z] 4fabe02d02f8: Preparing [2025-06-13T02:36:37.540Z] 19cb100f7a6a: Preparing [2025-06-13T02:36:37.540Z] 994456c4fd7b: Preparing [2025-06-13T02:36:37.540Z] 9fea99b8fd9b: Waiting [2025-06-13T02:36:37.540Z] dccbed5a6dfc: Waiting [2025-06-13T02:36:37.540Z] 9a98c0cb7d2e: Waiting [2025-06-13T02:36:37.540Z] 1b2f9295b46a: Waiting [2025-06-13T02:36:37.540Z] 5f70bf18a086: Waiting [2025-06-13T02:36:37.540Z] e67705bab4cf: Waiting [2025-06-13T02:36:37.540Z] 4fabe02d02f8: Waiting [2025-06-13T02:36:37.540Z] 19cb100f7a6a: Waiting [2025-06-13T02:36:37.540Z] 994456c4fd7b: Waiting [2025-06-13T02:36:37.540Z] 92ed412ad30c: Waiting [2025-06-13T02:36:37.540Z] 7e5f64f19325: Waiting [2025-06-13T02:36:37.540Z] f669d03f7e0f: Layer already exists [2025-06-13T02:36:37.540Z] ede3d75428a0: Layer already exists [2025-06-13T02:36:37.540Z] a6d50b79e210: Layer already exists [2025-06-13T02:36:37.540Z] b1f64a3b6b32: Layer already exists [2025-06-13T02:36:37.540Z] 10c706ace336: Layer already exists [2025-06-13T02:36:37.540Z] 7e5f64f19325: Layer already exists [2025-06-13T02:36:37.540Z] 92ed412ad30c: Layer already exists [2025-06-13T02:36:37.540Z] 9fea99b8fd9b: Layer already exists [2025-06-13T02:36:37.540Z] dccbed5a6dfc: Layer already exists [2025-06-13T02:36:37.540Z] 9a98c0cb7d2e: Layer already exists [2025-06-13T02:36:37.540Z] 5f70bf18a086: Layer already exists [2025-06-13T02:36:37.540Z] e67705bab4cf: Layer already exists [2025-06-13T02:36:37.540Z] 1b2f9295b46a: Layer already exists [2025-06-13T02:36:37.540Z] 4fabe02d02f8: Layer already exists [2025-06-13T02:36:37.540Z] 19cb100f7a6a: Layer already exists [2025-06-13T02:36:37.540Z] 994456c4fd7b: Layer already exists [2025-06-13T02:36:37.540Z] latest: digest: sha256:370b01f2fc92abef34ee70575611e78756c7d175a7697626ba76f42e53d2aea7 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:37.867Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:38.184Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.24 [2025-06-13T02:36:38.184Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-06-13T02:36:38.184Z] a6d50b79e210: Preparing [2025-06-13T02:36:38.185Z] ede3d75428a0: Preparing [2025-06-13T02:36:38.185Z] b1f64a3b6b32: Preparing [2025-06-13T02:36:38.185Z] 10c706ace336: Preparing [2025-06-13T02:36:38.185Z] f669d03f7e0f: Preparing [2025-06-13T02:36:38.185Z] 92ed412ad30c: Preparing [2025-06-13T02:36:38.185Z] 7e5f64f19325: Preparing [2025-06-13T02:36:38.185Z] 9fea99b8fd9b: Preparing [2025-06-13T02:36:38.185Z] 92ed412ad30c: Waiting [2025-06-13T02:36:38.185Z] dccbed5a6dfc: Preparing [2025-06-13T02:36:38.185Z] 9fea99b8fd9b: Waiting [2025-06-13T02:36:38.185Z] 9a98c0cb7d2e: Preparing [2025-06-13T02:36:38.185Z] 1b2f9295b46a: Preparing [2025-06-13T02:36:38.185Z] dccbed5a6dfc: Waiting [2025-06-13T02:36:38.185Z] 9a98c0cb7d2e: Waiting [2025-06-13T02:36:38.185Z] 5f70bf18a086: Preparing [2025-06-13T02:36:38.185Z] e67705bab4cf: Preparing [2025-06-13T02:36:38.185Z] 4fabe02d02f8: Preparing [2025-06-13T02:36:38.185Z] 19cb100f7a6a: Preparing [2025-06-13T02:36:38.185Z] 994456c4fd7b: Preparing [2025-06-13T02:36:38.185Z] 1b2f9295b46a: Waiting [2025-06-13T02:36:38.185Z] e67705bab4cf: Waiting [2025-06-13T02:36:38.185Z] 5f70bf18a086: Waiting [2025-06-13T02:36:38.185Z] 4fabe02d02f8: Waiting [2025-06-13T02:36:38.185Z] 19cb100f7a6a: Waiting [2025-06-13T02:36:38.185Z] 994456c4fd7b: Waiting [2025-06-13T02:36:38.185Z] 7e5f64f19325: Waiting [2025-06-13T02:36:38.185Z] f669d03f7e0f: Layer already exists [2025-06-13T02:36:38.185Z] 10c706ace336: Layer already exists [2025-06-13T02:36:38.185Z] b1f64a3b6b32: Layer already exists [2025-06-13T02:36:38.185Z] a6d50b79e210: Layer already exists [2025-06-13T02:36:38.185Z] ede3d75428a0: Layer already exists [2025-06-13T02:36:38.185Z] 9fea99b8fd9b: Layer already exists [2025-06-13T02:36:38.185Z] dccbed5a6dfc: Layer already exists [2025-06-13T02:36:38.185Z] 7e5f64f19325: Layer already exists [2025-06-13T02:36:38.185Z] 92ed412ad30c: Layer already exists [2025-06-13T02:36:38.185Z] 9a98c0cb7d2e: Layer already exists [2025-06-13T02:36:38.185Z] 5f70bf18a086: Layer already exists [2025-06-13T02:36:38.185Z] 1b2f9295b46a: Layer already exists [2025-06-13T02:36:38.185Z] 4fabe02d02f8: Layer already exists [2025-06-13T02:36:38.185Z] e67705bab4cf: Layer already exists [2025-06-13T02:36:38.185Z] 19cb100f7a6a: Layer already exists [2025-06-13T02:36:38.185Z] 994456c4fd7b: Layer already exists [2025-06-13T02:36:38.185Z] 4.1.0-dev.24: digest: sha256:370b01f2fc92abef34ee70575611e78756c7d175a7697626ba76f42e53d2aea7 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:38.525Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:38.850Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:36:38.850Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-06-13T02:36:38.850Z] a6d50b79e210: Preparing [2025-06-13T02:36:38.850Z] ede3d75428a0: Preparing [2025-06-13T02:36:38.850Z] b1f64a3b6b32: Preparing [2025-06-13T02:36:38.850Z] 10c706ace336: Preparing [2025-06-13T02:36:38.850Z] f669d03f7e0f: Preparing [2025-06-13T02:36:38.850Z] 92ed412ad30c: Preparing [2025-06-13T02:36:38.850Z] 7e5f64f19325: Preparing [2025-06-13T02:36:38.850Z] 9fea99b8fd9b: Preparing [2025-06-13T02:36:38.850Z] dccbed5a6dfc: Preparing [2025-06-13T02:36:38.850Z] 9a98c0cb7d2e: Preparing [2025-06-13T02:36:38.850Z] 1b2f9295b46a: Preparing [2025-06-13T02:36:38.850Z] 5f70bf18a086: Preparing [2025-06-13T02:36:38.850Z] e67705bab4cf: Preparing [2025-06-13T02:36:38.850Z] 4fabe02d02f8: Preparing [2025-06-13T02:36:38.850Z] 19cb100f7a6a: Preparing [2025-06-13T02:36:38.850Z] 994456c4fd7b: Preparing [2025-06-13T02:36:38.850Z] 92ed412ad30c: Waiting [2025-06-13T02:36:38.850Z] 7e5f64f19325: Waiting [2025-06-13T02:36:38.850Z] 1b2f9295b46a: Waiting [2025-06-13T02:36:38.850Z] 9fea99b8fd9b: Waiting [2025-06-13T02:36:38.850Z] dccbed5a6dfc: Waiting [2025-06-13T02:36:38.850Z] 5f70bf18a086: Waiting [2025-06-13T02:36:38.850Z] e67705bab4cf: Waiting [2025-06-13T02:36:38.850Z] 9a98c0cb7d2e: Waiting [2025-06-13T02:36:38.850Z] 4fabe02d02f8: Waiting [2025-06-13T02:36:38.850Z] 19cb100f7a6a: Waiting [2025-06-13T02:36:38.850Z] 994456c4fd7b: Waiting [2025-06-13T02:36:38.850Z] f669d03f7e0f: Layer already exists [2025-06-13T02:36:38.850Z] ede3d75428a0: Layer already exists [2025-06-13T02:36:38.850Z] 10c706ace336: Layer already exists [2025-06-13T02:36:38.850Z] a6d50b79e210: Layer already exists [2025-06-13T02:36:38.850Z] b1f64a3b6b32: Layer already exists [2025-06-13T02:36:38.850Z] 7e5f64f19325: Layer already exists [2025-06-13T02:36:38.850Z] 92ed412ad30c: Layer already exists [2025-06-13T02:36:38.850Z] 9fea99b8fd9b: Layer already exists [2025-06-13T02:36:38.850Z] dccbed5a6dfc: Layer already exists [2025-06-13T02:36:38.850Z] 9a98c0cb7d2e: Layer already exists [2025-06-13T02:36:38.850Z] 1b2f9295b46a: Layer already exists [2025-06-13T02:36:38.850Z] e67705bab4cf: Layer already exists [2025-06-13T02:36:38.850Z] 5f70bf18a086: Layer already exists [2025-06-13T02:36:38.850Z] 4fabe02d02f8: Layer already exists [2025-06-13T02:36:38.850Z] 19cb100f7a6a: Layer already exists [2025-06-13T02:36:38.850Z] 994456c4fd7b: Layer already exists [2025-06-13T02:36:38.850Z] 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24: digest: sha256:370b01f2fc92abef34ee70575611e78756c7d175a7697626ba76f42e53d2aea7 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:39.179Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:39.494Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-06-13T02:36:39.494Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2025-06-13T02:36:39.494Z] a6d50b79e210: Preparing [2025-06-13T02:36:39.494Z] ede3d75428a0: Preparing [2025-06-13T02:36:39.494Z] b1f64a3b6b32: Preparing [2025-06-13T02:36:39.494Z] 10c706ace336: Preparing [2025-06-13T02:36:39.494Z] f669d03f7e0f: Preparing [2025-06-13T02:36:39.494Z] 92ed412ad30c: Preparing [2025-06-13T02:36:39.494Z] 7e5f64f19325: Preparing [2025-06-13T02:36:39.494Z] 9fea99b8fd9b: Preparing [2025-06-13T02:36:39.494Z] dccbed5a6dfc: Preparing [2025-06-13T02:36:39.494Z] 9a98c0cb7d2e: Preparing [2025-06-13T02:36:39.494Z] 1b2f9295b46a: Preparing [2025-06-13T02:36:39.494Z] 5f70bf18a086: Preparing [2025-06-13T02:36:39.494Z] e67705bab4cf: Preparing [2025-06-13T02:36:39.494Z] 4fabe02d02f8: Preparing [2025-06-13T02:36:39.494Z] 19cb100f7a6a: Preparing [2025-06-13T02:36:39.494Z] 994456c4fd7b: Preparing [2025-06-13T02:36:39.494Z] 92ed412ad30c: Waiting [2025-06-13T02:36:39.494Z] 9a98c0cb7d2e: Waiting [2025-06-13T02:36:39.494Z] 7e5f64f19325: Waiting [2025-06-13T02:36:39.494Z] 1b2f9295b46a: Waiting [2025-06-13T02:36:39.494Z] 9fea99b8fd9b: Waiting [2025-06-13T02:36:39.494Z] 5f70bf18a086: Waiting [2025-06-13T02:36:39.494Z] e67705bab4cf: Waiting [2025-06-13T02:36:39.494Z] dccbed5a6dfc: Waiting [2025-06-13T02:36:39.494Z] 4fabe02d02f8: Waiting [2025-06-13T02:36:39.494Z] 19cb100f7a6a: Waiting [2025-06-13T02:36:39.494Z] 994456c4fd7b: Waiting [2025-06-13T02:36:39.494Z] ede3d75428a0: Layer already exists [2025-06-13T02:36:39.494Z] b1f64a3b6b32: Layer already exists [2025-06-13T02:36:39.494Z] a6d50b79e210: Layer already exists [2025-06-13T02:36:39.494Z] f669d03f7e0f: Layer already exists [2025-06-13T02:36:39.494Z] 10c706ace336: Layer already exists [2025-06-13T02:36:39.494Z] 92ed412ad30c: Layer already exists [2025-06-13T02:36:39.494Z] dccbed5a6dfc: Layer already exists [2025-06-13T02:36:39.494Z] 7e5f64f19325: Layer already exists [2025-06-13T02:36:39.494Z] 9fea99b8fd9b: Layer already exists [2025-06-13T02:36:39.494Z] 9a98c0cb7d2e: Layer already exists [2025-06-13T02:36:39.494Z] e67705bab4cf: Layer already exists [2025-06-13T02:36:39.494Z] 1b2f9295b46a: Layer already exists [2025-06-13T02:36:39.494Z] 19cb100f7a6a: Layer already exists [2025-06-13T02:36:39.494Z] 4fabe02d02f8: Layer already exists [2025-06-13T02:36:39.494Z] 5f70bf18a086: Layer already exists [2025-06-13T02:36:39.494Z] 994456c4fd7b: Layer already exists [2025-06-13T02:36:39.494Z] main: digest: sha256:370b01f2fc92abef34ee70575611e78756c7d175a7697626ba76f42e53d2aea7 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-13T02:36:39.572Z] ===================================================== [Pipeline] echo [2025-06-13T02:36:39.585Z] taggedImages: [2025-06-13T02:36:39.585Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:36:39.585Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-06-13T02:36:39.585Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.24 [2025-06-13T02:36:39.585Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:36:39.585Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2025-06-13T02:36:39.607Z] [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: [2025-06-13T02:36:39.607Z] 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:36:39.607Z] latest [2025-06-13T02:36:39.607Z] 4.1.0-dev.24 [2025-06-13T02:36:39.607Z] 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:36:39.607Z] main [2025-06-13T02:36:39.607Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:40.083Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:40.407Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:36:40.407Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-06-13T02:36:40.407Z] 8e65a7114230: Preparing [2025-06-13T02:36:40.407Z] 4c5679ad6c88: Preparing [2025-06-13T02:36:40.407Z] f1e0b91f1fc9: Preparing [2025-06-13T02:36:40.407Z] 81f7acc82f3d: Preparing [2025-06-13T02:36:40.407Z] 9fea99b8fd9b: Preparing [2025-06-13T02:36:40.407Z] dccbed5a6dfc: Preparing [2025-06-13T02:36:40.407Z] 9aab967f725b: Preparing [2025-06-13T02:36:40.407Z] 5703ce6f3b3e: Preparing [2025-06-13T02:36:40.407Z] 994456c4fd7b: Preparing [2025-06-13T02:36:40.407Z] 5703ce6f3b3e: Waiting [2025-06-13T02:36:40.407Z] 9aab967f725b: Waiting [2025-06-13T02:36:40.407Z] 994456c4fd7b: Waiting [2025-06-13T02:36:40.407Z] dccbed5a6dfc: Waiting [2025-06-13T02:36:40.407Z] 9fea99b8fd9b: Layer already exists [2025-06-13T02:36:40.407Z] dccbed5a6dfc: Layer already exists [2025-06-13T02:36:40.407Z] 9aab967f725b: Layer already exists [2025-06-13T02:36:40.407Z] 5703ce6f3b3e: Layer already exists [2025-06-13T02:36:40.407Z] 994456c4fd7b: Layer already exists [2025-06-13T02:36:40.407Z] f1e0b91f1fc9: Pushed [2025-06-13T02:36:40.407Z] 4c5679ad6c88: Pushed [2025-06-13T02:36:40.407Z] 8e65a7114230: Pushed [2025-06-13T02:36:42.964Z] 81f7acc82f3d: Pushed [2025-06-13T02:36:42.964Z] 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca: digest: sha256:076c8df4febd0baefd6c43215aefd9850fa872b7a038335f260cc989de75f284 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:43.298Z] + 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-13T02:36:43.626Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-06-13T02:36:43.627Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-06-13T02:36:43.627Z] 8e65a7114230: Preparing [2025-06-13T02:36:43.627Z] 4c5679ad6c88: Preparing [2025-06-13T02:36:43.627Z] f1e0b91f1fc9: Preparing [2025-06-13T02:36:43.627Z] 81f7acc82f3d: Preparing [2025-06-13T02:36:43.627Z] 9fea99b8fd9b: Preparing [2025-06-13T02:36:43.627Z] dccbed5a6dfc: Preparing [2025-06-13T02:36:43.627Z] 9aab967f725b: Preparing [2025-06-13T02:36:43.627Z] 5703ce6f3b3e: Preparing [2025-06-13T02:36:43.627Z] 994456c4fd7b: Preparing [2025-06-13T02:36:43.627Z] dccbed5a6dfc: Waiting [2025-06-13T02:36:43.627Z] 5703ce6f3b3e: Waiting [2025-06-13T02:36:43.627Z] 994456c4fd7b: Waiting [2025-06-13T02:36:43.627Z] 4c5679ad6c88: Layer already exists [2025-06-13T02:36:43.627Z] 9fea99b8fd9b: Layer already exists [2025-06-13T02:36:43.627Z] 81f7acc82f3d: Layer already exists [2025-06-13T02:36:43.627Z] f1e0b91f1fc9: Layer already exists [2025-06-13T02:36:43.627Z] 8e65a7114230: Layer already exists [2025-06-13T02:36:43.627Z] 9aab967f725b: Layer already exists [2025-06-13T02:36:43.627Z] 994456c4fd7b: Layer already exists [2025-06-13T02:36:43.627Z] dccbed5a6dfc: Layer already exists [2025-06-13T02:36:43.627Z] 5703ce6f3b3e: Layer already exists [2025-06-13T02:36:43.627Z] latest: digest: sha256:076c8df4febd0baefd6c43215aefd9850fa872b7a038335f260cc989de75f284 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:43.957Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:44.284Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.24 [2025-06-13T02:36:44.285Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-06-13T02:36:44.285Z] 8e65a7114230: Preparing [2025-06-13T02:36:44.285Z] 4c5679ad6c88: Preparing [2025-06-13T02:36:44.285Z] f1e0b91f1fc9: Preparing [2025-06-13T02:36:44.285Z] 81f7acc82f3d: Preparing [2025-06-13T02:36:44.285Z] 9fea99b8fd9b: Preparing [2025-06-13T02:36:44.285Z] dccbed5a6dfc: Preparing [2025-06-13T02:36:44.285Z] 9aab967f725b: Preparing [2025-06-13T02:36:44.285Z] 5703ce6f3b3e: Preparing [2025-06-13T02:36:44.285Z] 994456c4fd7b: Preparing [2025-06-13T02:36:44.285Z] 9aab967f725b: Waiting [2025-06-13T02:36:44.285Z] dccbed5a6dfc: Waiting [2025-06-13T02:36:44.285Z] 5703ce6f3b3e: Waiting [2025-06-13T02:36:44.285Z] 994456c4fd7b: Waiting [2025-06-13T02:36:44.285Z] 4c5679ad6c88: Layer already exists [2025-06-13T02:36:44.285Z] 81f7acc82f3d: Layer already exists [2025-06-13T02:36:44.285Z] f1e0b91f1fc9: Layer already exists [2025-06-13T02:36:44.285Z] 9fea99b8fd9b: Layer already exists [2025-06-13T02:36:44.285Z] 8e65a7114230: Layer already exists [2025-06-13T02:36:44.285Z] 9aab967f725b: Layer already exists [2025-06-13T02:36:44.285Z] dccbed5a6dfc: Layer already exists [2025-06-13T02:36:44.285Z] 994456c4fd7b: Layer already exists [2025-06-13T02:36:44.285Z] 5703ce6f3b3e: Layer already exists [2025-06-13T02:36:44.285Z] 4.1.0-dev.24: digest: sha256:076c8df4febd0baefd6c43215aefd9850fa872b7a038335f260cc989de75f284 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:44.706Z] + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:45.061Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:36:45.061Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-06-13T02:36:45.061Z] 8e65a7114230: Preparing [2025-06-13T02:36:45.061Z] 4c5679ad6c88: Preparing [2025-06-13T02:36:45.061Z] f1e0b91f1fc9: Preparing [2025-06-13T02:36:45.061Z] 81f7acc82f3d: Preparing [2025-06-13T02:36:45.061Z] 9fea99b8fd9b: Preparing [2025-06-13T02:36:45.061Z] dccbed5a6dfc: Preparing [2025-06-13T02:36:45.061Z] 9aab967f725b: Preparing [2025-06-13T02:36:45.061Z] 5703ce6f3b3e: Preparing [2025-06-13T02:36:45.061Z] 994456c4fd7b: Preparing [2025-06-13T02:36:45.061Z] dccbed5a6dfc: Waiting [2025-06-13T02:36:45.061Z] 9aab967f725b: Waiting [2025-06-13T02:36:45.061Z] 5703ce6f3b3e: Waiting [2025-06-13T02:36:45.061Z] 994456c4fd7b: Waiting [2025-06-13T02:36:45.061Z] f1e0b91f1fc9: Layer already exists [2025-06-13T02:36:45.061Z] 81f7acc82f3d: Layer already exists [2025-06-13T02:36:45.061Z] 4c5679ad6c88: Layer already exists [2025-06-13T02:36:45.061Z] 9fea99b8fd9b: Layer already exists [2025-06-13T02:36:45.061Z] 8e65a7114230: Layer already exists [2025-06-13T02:36:45.061Z] 9aab967f725b: Layer already exists [2025-06-13T02:36:45.061Z] dccbed5a6dfc: Layer already exists [2025-06-13T02:36:45.061Z] 994456c4fd7b: Layer already exists [2025-06-13T02:36:45.061Z] 5703ce6f3b3e: Layer already exists [2025-06-13T02:36:45.061Z] 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24: digest: sha256:076c8df4febd0baefd6c43215aefd9850fa872b7a038335f260cc989de75f284 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:45.454Z] + 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-13T02:36:45.802Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-06-13T02:36:45.802Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] [2025-06-13T02:36:45.802Z] 8e65a7114230: Preparing [2025-06-13T02:36:45.802Z] 4c5679ad6c88: Preparing [2025-06-13T02:36:45.802Z] f1e0b91f1fc9: Preparing [2025-06-13T02:36:45.802Z] 81f7acc82f3d: Preparing [2025-06-13T02:36:45.802Z] 9fea99b8fd9b: Preparing [2025-06-13T02:36:45.802Z] dccbed5a6dfc: Preparing [2025-06-13T02:36:45.802Z] 9aab967f725b: Preparing [2025-06-13T02:36:45.802Z] 5703ce6f3b3e: Preparing [2025-06-13T02:36:45.802Z] 994456c4fd7b: Preparing [2025-06-13T02:36:45.802Z] 994456c4fd7b: Waiting [2025-06-13T02:36:45.802Z] 5703ce6f3b3e: Waiting [2025-06-13T02:36:45.802Z] dccbed5a6dfc: Waiting [2025-06-13T02:36:45.802Z] 9aab967f725b: Waiting [2025-06-13T02:36:45.802Z] 8e65a7114230: Layer already exists [2025-06-13T02:36:45.802Z] f1e0b91f1fc9: Layer already exists [2025-06-13T02:36:45.802Z] 81f7acc82f3d: Layer already exists [2025-06-13T02:36:45.802Z] 4c5679ad6c88: Layer already exists [2025-06-13T02:36:45.802Z] 9fea99b8fd9b: Layer already exists [2025-06-13T02:36:45.802Z] 5703ce6f3b3e: Layer already exists [2025-06-13T02:36:45.802Z] 9aab967f725b: Layer already exists [2025-06-13T02:36:45.802Z] 994456c4fd7b: Layer already exists [2025-06-13T02:36:45.802Z] dccbed5a6dfc: Layer already exists [2025-06-13T02:36:45.802Z] main: digest: sha256:076c8df4febd0baefd6c43215aefd9850fa872b7a038335f260cc989de75f284 size: 2192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-13T02:36:45.884Z] ===================================================== [Pipeline] echo [2025-06-13T02:36:45.903Z] taggedImages: [2025-06-13T02:36:45.903Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:36:45.903Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-06-13T02:36:45.903Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.24 [2025-06-13T02:36:45.903Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:36:45.903Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo [2025-06-13T02:36:45.938Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2025-06-13T02:36:45.938Z] 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:36:45.938Z] latest [2025-06-13T02:36:45.938Z] 4.1.0-dev.24 [2025-06-13T02:36:45.938Z] 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:36:45.938Z] main [2025-06-13T02:36:45.938Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:46.288Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:46.630Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:36:46.630Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-06-13T02:36:46.630Z] b062fcf6b999: Preparing [2025-06-13T02:36:46.630Z] 48aeed96d6de: Preparing [2025-06-13T02:36:46.630Z] 7fb021fd4108: Preparing [2025-06-13T02:36:46.630Z] 473b259fd5e4: Preparing [2025-06-13T02:36:46.630Z] 2ef3c50339b9: Preparing [2025-06-13T02:36:46.630Z] 9fea99b8fd9b: Preparing [2025-06-13T02:36:46.630Z] dccbed5a6dfc: Preparing [2025-06-13T02:36:46.630Z] 803fcf6e21eb: Preparing [2025-06-13T02:36:46.630Z] 13f5d36cde55: Preparing [2025-06-13T02:36:46.630Z] 78da7320bfcc: Preparing [2025-06-13T02:36:46.630Z] 994456c4fd7b: Preparing [2025-06-13T02:36:46.630Z] 803fcf6e21eb: Waiting [2025-06-13T02:36:46.630Z] 13f5d36cde55: Waiting [2025-06-13T02:36:46.630Z] 78da7320bfcc: Waiting [2025-06-13T02:36:46.630Z] 9fea99b8fd9b: Waiting [2025-06-13T02:36:46.630Z] 994456c4fd7b: Waiting [2025-06-13T02:36:46.630Z] dccbed5a6dfc: Waiting [2025-06-13T02:36:46.630Z] 473b259fd5e4: Pushed [2025-06-13T02:36:46.630Z] b062fcf6b999: Pushed [2025-06-13T02:36:46.630Z] 9fea99b8fd9b: Layer already exists [2025-06-13T02:36:46.630Z] dccbed5a6dfc: Layer already exists [2025-06-13T02:36:46.630Z] 2ef3c50339b9: Pushed [2025-06-13T02:36:46.630Z] 48aeed96d6de: Pushed [2025-06-13T02:36:46.630Z] 994456c4fd7b: Layer already exists [2025-06-13T02:36:46.630Z] 13f5d36cde55: Pushed [2025-06-13T02:36:46.630Z] 803fcf6e21eb: Pushed [2025-06-13T02:36:48.019Z] 78da7320bfcc: Pushed [2025-06-13T02:36:48.587Z] 7fb021fd4108: Pushed [2025-06-13T02:36:48.848Z] 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca: digest: sha256:d22d26a01c334aa2da4ecde796f527e6ec00982eb373bf3f4afbbc0339ba1967 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:49.175Z] + 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-13T02:36:49.509Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-06-13T02:36:49.509Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-06-13T02:36:49.509Z] b062fcf6b999: Preparing [2025-06-13T02:36:49.509Z] 48aeed96d6de: Preparing [2025-06-13T02:36:49.509Z] 7fb021fd4108: Preparing [2025-06-13T02:36:49.509Z] 473b259fd5e4: Preparing [2025-06-13T02:36:49.509Z] 2ef3c50339b9: Preparing [2025-06-13T02:36:49.509Z] 9fea99b8fd9b: Preparing [2025-06-13T02:36:49.509Z] dccbed5a6dfc: Preparing [2025-06-13T02:36:49.509Z] 803fcf6e21eb: Preparing [2025-06-13T02:36:49.509Z] 13f5d36cde55: Preparing [2025-06-13T02:36:49.509Z] 78da7320bfcc: Preparing [2025-06-13T02:36:49.509Z] 994456c4fd7b: Preparing [2025-06-13T02:36:49.509Z] 78da7320bfcc: Waiting [2025-06-13T02:36:49.509Z] 803fcf6e21eb: Waiting [2025-06-13T02:36:49.509Z] 13f5d36cde55: Waiting [2025-06-13T02:36:49.509Z] 9fea99b8fd9b: Waiting [2025-06-13T02:36:49.509Z] 994456c4fd7b: Waiting [2025-06-13T02:36:49.509Z] dccbed5a6dfc: Waiting [2025-06-13T02:36:49.509Z] 473b259fd5e4: Layer already exists [2025-06-13T02:36:49.509Z] 48aeed96d6de: Layer already exists [2025-06-13T02:36:49.509Z] b062fcf6b999: Layer already exists [2025-06-13T02:36:49.509Z] 7fb021fd4108: Layer already exists [2025-06-13T02:36:49.509Z] 2ef3c50339b9: Layer already exists [2025-06-13T02:36:49.509Z] 803fcf6e21eb: Layer already exists [2025-06-13T02:36:49.509Z] 9fea99b8fd9b: Layer already exists [2025-06-13T02:36:49.509Z] dccbed5a6dfc: Layer already exists [2025-06-13T02:36:49.509Z] 13f5d36cde55: Layer already exists [2025-06-13T02:36:49.509Z] 78da7320bfcc: Layer already exists [2025-06-13T02:36:49.509Z] 994456c4fd7b: Layer already exists [2025-06-13T02:36:49.509Z] latest: digest: sha256:d22d26a01c334aa2da4ecde796f527e6ec00982eb373bf3f4afbbc0339ba1967 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:49.847Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:50.170Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.24 [2025-06-13T02:36:50.170Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-06-13T02:36:50.170Z] b062fcf6b999: Preparing [2025-06-13T02:36:50.170Z] 48aeed96d6de: Preparing [2025-06-13T02:36:50.170Z] 7fb021fd4108: Preparing [2025-06-13T02:36:50.170Z] 473b259fd5e4: Preparing [2025-06-13T02:36:50.170Z] 2ef3c50339b9: Preparing [2025-06-13T02:36:50.170Z] 9fea99b8fd9b: Preparing [2025-06-13T02:36:50.170Z] dccbed5a6dfc: Preparing [2025-06-13T02:36:50.170Z] 803fcf6e21eb: Preparing [2025-06-13T02:36:50.170Z] 13f5d36cde55: Preparing [2025-06-13T02:36:50.170Z] 78da7320bfcc: Preparing [2025-06-13T02:36:50.170Z] 994456c4fd7b: Preparing [2025-06-13T02:36:50.170Z] dccbed5a6dfc: Waiting [2025-06-13T02:36:50.170Z] 803fcf6e21eb: Waiting [2025-06-13T02:36:50.170Z] 9fea99b8fd9b: Waiting [2025-06-13T02:36:50.170Z] 78da7320bfcc: Waiting [2025-06-13T02:36:50.170Z] 994456c4fd7b: Waiting [2025-06-13T02:36:50.170Z] 13f5d36cde55: Waiting [2025-06-13T02:36:50.170Z] 2ef3c50339b9: Layer already exists [2025-06-13T02:36:50.170Z] 48aeed96d6de: Layer already exists [2025-06-13T02:36:50.170Z] 473b259fd5e4: Layer already exists [2025-06-13T02:36:50.170Z] 7fb021fd4108: Layer already exists [2025-06-13T02:36:50.170Z] b062fcf6b999: Layer already exists [2025-06-13T02:36:50.170Z] 9fea99b8fd9b: Layer already exists [2025-06-13T02:36:50.170Z] 13f5d36cde55: Layer already exists [2025-06-13T02:36:50.170Z] 78da7320bfcc: Layer already exists [2025-06-13T02:36:50.170Z] dccbed5a6dfc: Layer already exists [2025-06-13T02:36:50.170Z] 803fcf6e21eb: Layer already exists [2025-06-13T02:36:50.170Z] 994456c4fd7b: Layer already exists [2025-06-13T02:36:50.170Z] 4.1.0-dev.24: digest: sha256:d22d26a01c334aa2da4ecde796f527e6ec00982eb373bf3f4afbbc0339ba1967 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:50.502Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:50.822Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:36:50.822Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-06-13T02:36:50.822Z] b062fcf6b999: Preparing [2025-06-13T02:36:50.822Z] 48aeed96d6de: Preparing [2025-06-13T02:36:50.822Z] 7fb021fd4108: Preparing [2025-06-13T02:36:50.822Z] 473b259fd5e4: Preparing [2025-06-13T02:36:50.822Z] 2ef3c50339b9: Preparing [2025-06-13T02:36:50.822Z] 9fea99b8fd9b: Preparing [2025-06-13T02:36:50.822Z] dccbed5a6dfc: Preparing [2025-06-13T02:36:50.822Z] 803fcf6e21eb: Preparing [2025-06-13T02:36:50.822Z] 13f5d36cde55: Preparing [2025-06-13T02:36:50.822Z] 78da7320bfcc: Preparing [2025-06-13T02:36:50.822Z] 994456c4fd7b: Preparing [2025-06-13T02:36:50.822Z] 9fea99b8fd9b: Waiting [2025-06-13T02:36:50.822Z] 13f5d36cde55: Waiting [2025-06-13T02:36:50.822Z] dccbed5a6dfc: Waiting [2025-06-13T02:36:50.822Z] 803fcf6e21eb: Waiting [2025-06-13T02:36:50.822Z] 78da7320bfcc: Waiting [2025-06-13T02:36:50.822Z] 994456c4fd7b: Waiting [2025-06-13T02:36:50.822Z] 2ef3c50339b9: Layer already exists [2025-06-13T02:36:50.822Z] b062fcf6b999: Layer already exists [2025-06-13T02:36:50.822Z] 7fb021fd4108: Layer already exists [2025-06-13T02:36:50.822Z] 473b259fd5e4: Layer already exists [2025-06-13T02:36:50.822Z] 48aeed96d6de: Layer already exists [2025-06-13T02:36:50.822Z] 9fea99b8fd9b: Layer already exists [2025-06-13T02:36:50.822Z] 78da7320bfcc: Layer already exists [2025-06-13T02:36:50.822Z] dccbed5a6dfc: Layer already exists [2025-06-13T02:36:50.822Z] 803fcf6e21eb: Layer already exists [2025-06-13T02:36:50.822Z] 13f5d36cde55: Layer already exists [2025-06-13T02:36:50.822Z] 994456c4fd7b: Layer already exists [2025-06-13T02:36:50.822Z] 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24: digest: sha256:d22d26a01c334aa2da4ecde796f527e6ec00982eb373bf3f4afbbc0339ba1967 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:51.157Z] + 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-13T02:36:51.488Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-06-13T02:36:51.488Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2025-06-13T02:36:51.488Z] b062fcf6b999: Preparing [2025-06-13T02:36:51.488Z] 48aeed96d6de: Preparing [2025-06-13T02:36:51.488Z] 7fb021fd4108: Preparing [2025-06-13T02:36:51.488Z] 473b259fd5e4: Preparing [2025-06-13T02:36:51.488Z] 2ef3c50339b9: Preparing [2025-06-13T02:36:51.488Z] 9fea99b8fd9b: Preparing [2025-06-13T02:36:51.488Z] dccbed5a6dfc: Preparing [2025-06-13T02:36:51.488Z] 803fcf6e21eb: Preparing [2025-06-13T02:36:51.488Z] 13f5d36cde55: Preparing [2025-06-13T02:36:51.488Z] 78da7320bfcc: Preparing [2025-06-13T02:36:51.488Z] 994456c4fd7b: Preparing [2025-06-13T02:36:51.488Z] 9fea99b8fd9b: Waiting [2025-06-13T02:36:51.488Z] dccbed5a6dfc: Waiting [2025-06-13T02:36:51.488Z] 803fcf6e21eb: Waiting [2025-06-13T02:36:51.488Z] 13f5d36cde55: Waiting [2025-06-13T02:36:51.488Z] 78da7320bfcc: Waiting [2025-06-13T02:36:51.488Z] 2ef3c50339b9: Layer already exists [2025-06-13T02:36:51.488Z] 7fb021fd4108: Layer already exists [2025-06-13T02:36:51.488Z] b062fcf6b999: Layer already exists [2025-06-13T02:36:51.488Z] 48aeed96d6de: Layer already exists [2025-06-13T02:36:51.488Z] 473b259fd5e4: Layer already exists [2025-06-13T02:36:51.488Z] 9fea99b8fd9b: Layer already exists [2025-06-13T02:36:51.488Z] 803fcf6e21eb: Layer already exists [2025-06-13T02:36:51.488Z] dccbed5a6dfc: Layer already exists [2025-06-13T02:36:51.488Z] 78da7320bfcc: Layer already exists [2025-06-13T02:36:51.488Z] 13f5d36cde55: Layer already exists [2025-06-13T02:36:51.488Z] 994456c4fd7b: Layer already exists [2025-06-13T02:36:51.488Z] main: digest: sha256:d22d26a01c334aa2da4ecde796f527e6ec00982eb373bf3f4afbbc0339ba1967 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-13T02:36:51.565Z] ===================================================== [Pipeline] echo [2025-06-13T02:36:51.580Z] taggedImages: [2025-06-13T02:36:51.580Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:36:51.580Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-06-13T02:36:51.580Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.24 [2025-06-13T02:36:51.580Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:36:51.580Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2025-06-13T02:36:51.605Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2025-06-13T02:36:51.605Z] 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:36:51.605Z] latest [2025-06-13T02:36:51.605Z] 4.1.0-dev.24 [2025-06-13T02:36:51.605Z] 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:36:51.605Z] main [2025-06-13T02:36:51.605Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:51.962Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:52.293Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:36:52.293Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-06-13T02:36:52.293Z] 712d18a1b75f: Preparing [2025-06-13T02:36:52.293Z] 60350868252e: Preparing [2025-06-13T02:36:52.293Z] 48b325f1ed83: Preparing [2025-06-13T02:36:52.293Z] 80643275b397: Preparing [2025-06-13T02:36:52.293Z] a20eaae4b4e5: Preparing [2025-06-13T02:36:52.293Z] 361979f9a7d0: Preparing [2025-06-13T02:36:52.293Z] 2769a3451ffa: Preparing [2025-06-13T02:36:52.293Z] 9fea99b8fd9b: Preparing [2025-06-13T02:36:52.293Z] dccbed5a6dfc: Preparing [2025-06-13T02:36:52.293Z] 7a5f2e57d6b9: Preparing [2025-06-13T02:36:52.293Z] 12bbb8fa35f3: Preparing [2025-06-13T02:36:52.293Z] 2769a3451ffa: Waiting [2025-06-13T02:36:52.293Z] 9fea99b8fd9b: Waiting [2025-06-13T02:36:52.293Z] dccbed5a6dfc: Waiting [2025-06-13T02:36:52.293Z] 7a5f2e57d6b9: Waiting [2025-06-13T02:36:52.293Z] 994456c4fd7b: Preparing [2025-06-13T02:36:52.293Z] 361979f9a7d0: Waiting [2025-06-13T02:36:52.293Z] 12bbb8fa35f3: Waiting [2025-06-13T02:36:52.293Z] 60350868252e: Pushed [2025-06-13T02:36:52.293Z] 712d18a1b75f: Pushed [2025-06-13T02:36:52.293Z] a20eaae4b4e5: Pushed [2025-06-13T02:36:52.293Z] 9fea99b8fd9b: Layer already exists [2025-06-13T02:36:52.293Z] dccbed5a6dfc: Layer already exists [2025-06-13T02:36:52.293Z] 361979f9a7d0: Pushed [2025-06-13T02:36:52.293Z] 2769a3451ffa: Pushed [2025-06-13T02:36:52.551Z] 7a5f2e57d6b9: Pushed [2025-06-13T02:36:52.551Z] 994456c4fd7b: Layer already exists [2025-06-13T02:36:53.489Z] 12bbb8fa35f3: Pushed [2025-06-13T02:36:53.867Z] 80643275b397: Pushed [2025-06-13T02:36:54.825Z] 48b325f1ed83: Pushed [2025-06-13T02:36:55.086Z] 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca: digest: sha256:18e30cec1e1905ece1d7c40c857234895d0151f31cfc7e2dd5d202285d5c778b size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:55.414Z] + 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-13T02:36:55.746Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-06-13T02:36:55.746Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-06-13T02:36:55.746Z] 712d18a1b75f: Preparing [2025-06-13T02:36:55.746Z] 60350868252e: Preparing [2025-06-13T02:36:55.746Z] 48b325f1ed83: Preparing [2025-06-13T02:36:55.746Z] 80643275b397: Preparing [2025-06-13T02:36:55.746Z] a20eaae4b4e5: Preparing [2025-06-13T02:36:55.746Z] 361979f9a7d0: Preparing [2025-06-13T02:36:55.746Z] 2769a3451ffa: Preparing [2025-06-13T02:36:55.746Z] 9fea99b8fd9b: Preparing [2025-06-13T02:36:55.746Z] dccbed5a6dfc: Preparing [2025-06-13T02:36:55.746Z] 7a5f2e57d6b9: Preparing [2025-06-13T02:36:55.746Z] 12bbb8fa35f3: Preparing [2025-06-13T02:36:55.746Z] 994456c4fd7b: Preparing [2025-06-13T02:36:55.746Z] dccbed5a6dfc: Waiting [2025-06-13T02:36:55.746Z] 361979f9a7d0: Waiting [2025-06-13T02:36:55.746Z] 7a5f2e57d6b9: Waiting [2025-06-13T02:36:55.746Z] 9fea99b8fd9b: Waiting [2025-06-13T02:36:55.746Z] 2769a3451ffa: Waiting [2025-06-13T02:36:55.746Z] 48b325f1ed83: Layer already exists [2025-06-13T02:36:55.746Z] 712d18a1b75f: Layer already exists [2025-06-13T02:36:55.746Z] 80643275b397: Layer already exists [2025-06-13T02:36:55.746Z] 60350868252e: Layer already exists [2025-06-13T02:36:55.746Z] a20eaae4b4e5: Layer already exists [2025-06-13T02:36:55.746Z] dccbed5a6dfc: Layer already exists [2025-06-13T02:36:55.746Z] 361979f9a7d0: Layer already exists [2025-06-13T02:36:55.746Z] 7a5f2e57d6b9: Layer already exists [2025-06-13T02:36:55.746Z] 2769a3451ffa: Layer already exists [2025-06-13T02:36:55.746Z] 9fea99b8fd9b: Layer already exists [2025-06-13T02:36:55.746Z] 994456c4fd7b: Layer already exists [2025-06-13T02:36:55.746Z] 12bbb8fa35f3: Layer already exists [2025-06-13T02:36:55.746Z] latest: digest: sha256:18e30cec1e1905ece1d7c40c857234895d0151f31cfc7e2dd5d202285d5c778b size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:56.061Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:56.388Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.24 [2025-06-13T02:36:56.389Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-06-13T02:36:56.389Z] 712d18a1b75f: Preparing [2025-06-13T02:36:56.389Z] 60350868252e: Preparing [2025-06-13T02:36:56.389Z] 48b325f1ed83: Preparing [2025-06-13T02:36:56.389Z] 80643275b397: Preparing [2025-06-13T02:36:56.389Z] a20eaae4b4e5: Preparing [2025-06-13T02:36:56.389Z] 361979f9a7d0: Preparing [2025-06-13T02:36:56.389Z] 2769a3451ffa: Preparing [2025-06-13T02:36:56.389Z] 9fea99b8fd9b: Preparing [2025-06-13T02:36:56.389Z] dccbed5a6dfc: Preparing [2025-06-13T02:36:56.389Z] 7a5f2e57d6b9: Preparing [2025-06-13T02:36:56.389Z] 12bbb8fa35f3: Preparing [2025-06-13T02:36:56.389Z] 994456c4fd7b: Preparing [2025-06-13T02:36:56.389Z] 9fea99b8fd9b: Waiting [2025-06-13T02:36:56.389Z] 2769a3451ffa: Waiting [2025-06-13T02:36:56.389Z] 12bbb8fa35f3: Waiting [2025-06-13T02:36:56.389Z] 994456c4fd7b: Waiting [2025-06-13T02:36:56.389Z] dccbed5a6dfc: Waiting [2025-06-13T02:36:56.389Z] 361979f9a7d0: Waiting [2025-06-13T02:36:56.389Z] 48b325f1ed83: Layer already exists [2025-06-13T02:36:56.389Z] a20eaae4b4e5: Layer already exists [2025-06-13T02:36:56.389Z] 712d18a1b75f: Layer already exists [2025-06-13T02:36:56.389Z] 80643275b397: Layer already exists [2025-06-13T02:36:56.389Z] 60350868252e: Layer already exists [2025-06-13T02:36:56.389Z] 2769a3451ffa: Layer already exists [2025-06-13T02:36:56.389Z] 9fea99b8fd9b: Layer already exists [2025-06-13T02:36:56.389Z] 361979f9a7d0: Layer already exists [2025-06-13T02:36:56.389Z] 7a5f2e57d6b9: Layer already exists [2025-06-13T02:36:56.389Z] dccbed5a6dfc: Layer already exists [2025-06-13T02:36:56.389Z] 12bbb8fa35f3: Layer already exists [2025-06-13T02:36:56.389Z] 994456c4fd7b: Layer already exists [2025-06-13T02:36:56.389Z] 4.1.0-dev.24: digest: sha256:18e30cec1e1905ece1d7c40c857234895d0151f31cfc7e2dd5d202285d5c778b size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:56.719Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:57.035Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:36:57.036Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-06-13T02:36:57.036Z] 712d18a1b75f: Preparing [2025-06-13T02:36:57.036Z] 60350868252e: Preparing [2025-06-13T02:36:57.036Z] 48b325f1ed83: Preparing [2025-06-13T02:36:57.036Z] 80643275b397: Preparing [2025-06-13T02:36:57.036Z] a20eaae4b4e5: Preparing [2025-06-13T02:36:57.036Z] 361979f9a7d0: Preparing [2025-06-13T02:36:57.036Z] 2769a3451ffa: Preparing [2025-06-13T02:36:57.036Z] 9fea99b8fd9b: Preparing [2025-06-13T02:36:57.036Z] dccbed5a6dfc: Preparing [2025-06-13T02:36:57.036Z] 7a5f2e57d6b9: Preparing [2025-06-13T02:36:57.036Z] 12bbb8fa35f3: Preparing [2025-06-13T02:36:57.036Z] 994456c4fd7b: Preparing [2025-06-13T02:36:57.036Z] 361979f9a7d0: Waiting [2025-06-13T02:36:57.036Z] 2769a3451ffa: Waiting [2025-06-13T02:36:57.036Z] 9fea99b8fd9b: Waiting [2025-06-13T02:36:57.036Z] 12bbb8fa35f3: Waiting [2025-06-13T02:36:57.036Z] dccbed5a6dfc: Waiting [2025-06-13T02:36:57.036Z] 7a5f2e57d6b9: Waiting [2025-06-13T02:36:57.036Z] 994456c4fd7b: Waiting [2025-06-13T02:36:57.036Z] a20eaae4b4e5: Layer already exists [2025-06-13T02:36:57.036Z] 80643275b397: Layer already exists [2025-06-13T02:36:57.036Z] 712d18a1b75f: Layer already exists [2025-06-13T02:36:57.036Z] 48b325f1ed83: Layer already exists [2025-06-13T02:36:57.036Z] 60350868252e: Layer already exists [2025-06-13T02:36:57.036Z] 2769a3451ffa: Layer already exists [2025-06-13T02:36:57.036Z] 9fea99b8fd9b: Layer already exists [2025-06-13T02:36:57.036Z] 361979f9a7d0: Layer already exists [2025-06-13T02:36:57.036Z] dccbed5a6dfc: Layer already exists [2025-06-13T02:36:57.036Z] 7a5f2e57d6b9: Layer already exists [2025-06-13T02:36:57.036Z] 994456c4fd7b: Layer already exists [2025-06-13T02:36:57.036Z] 12bbb8fa35f3: Layer already exists [2025-06-13T02:36:57.036Z] 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24: digest: sha256:18e30cec1e1905ece1d7c40c857234895d0151f31cfc7e2dd5d202285d5c778b size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:57.362Z] + 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-13T02:36:57.678Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-06-13T02:36:57.678Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2025-06-13T02:36:57.678Z] 712d18a1b75f: Preparing [2025-06-13T02:36:57.678Z] 60350868252e: Preparing [2025-06-13T02:36:57.678Z] 48b325f1ed83: Preparing [2025-06-13T02:36:57.678Z] 80643275b397: Preparing [2025-06-13T02:36:57.678Z] a20eaae4b4e5: Preparing [2025-06-13T02:36:57.678Z] 361979f9a7d0: Preparing [2025-06-13T02:36:57.678Z] 2769a3451ffa: Preparing [2025-06-13T02:36:57.678Z] 9fea99b8fd9b: Preparing [2025-06-13T02:36:57.678Z] dccbed5a6dfc: Preparing [2025-06-13T02:36:57.678Z] 7a5f2e57d6b9: Preparing [2025-06-13T02:36:57.678Z] 12bbb8fa35f3: Preparing [2025-06-13T02:36:57.678Z] 994456c4fd7b: Preparing [2025-06-13T02:36:57.678Z] 9fea99b8fd9b: Waiting [2025-06-13T02:36:57.678Z] dccbed5a6dfc: Waiting [2025-06-13T02:36:57.678Z] 361979f9a7d0: Waiting [2025-06-13T02:36:57.678Z] 7a5f2e57d6b9: Waiting [2025-06-13T02:36:57.678Z] 12bbb8fa35f3: Waiting [2025-06-13T02:36:57.678Z] 994456c4fd7b: Waiting [2025-06-13T02:36:57.678Z] 2769a3451ffa: Waiting [2025-06-13T02:36:57.678Z] a20eaae4b4e5: Layer already exists [2025-06-13T02:36:57.678Z] 712d18a1b75f: Layer already exists [2025-06-13T02:36:57.678Z] 80643275b397: Layer already exists [2025-06-13T02:36:57.678Z] 60350868252e: Layer already exists [2025-06-13T02:36:57.678Z] 48b325f1ed83: Layer already exists [2025-06-13T02:36:57.678Z] 9fea99b8fd9b: Layer already exists [2025-06-13T02:36:57.678Z] 2769a3451ffa: Layer already exists [2025-06-13T02:36:57.678Z] dccbed5a6dfc: Layer already exists [2025-06-13T02:36:57.678Z] 361979f9a7d0: Layer already exists [2025-06-13T02:36:57.678Z] 7a5f2e57d6b9: Layer already exists [2025-06-13T02:36:57.678Z] 994456c4fd7b: Layer already exists [2025-06-13T02:36:57.678Z] 12bbb8fa35f3: Layer already exists [2025-06-13T02:36:57.678Z] main: digest: sha256:18e30cec1e1905ece1d7c40c857234895d0151f31cfc7e2dd5d202285d5c778b size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-13T02:36:57.743Z] ===================================================== [Pipeline] echo [2025-06-13T02:36:57.763Z] taggedImages: [2025-06-13T02:36:57.763Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:36:57.763Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-06-13T02:36:57.763Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.24 [2025-06-13T02:36:57.763Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:36:57.763Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2025-06-13T02:36:57.783Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2025-06-13T02:36:57.783Z] 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:36:57.783Z] latest [2025-06-13T02:36:57.783Z] 4.1.0-dev.24 [2025-06-13T02:36:57.783Z] 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:36:57.783Z] main [2025-06-13T02:36:57.783Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:58.129Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:36:58.442Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:36:58.443Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-06-13T02:36:58.443Z] 21a6cdf3b383: Preparing [2025-06-13T02:36:58.443Z] 4eb4ffc19983: Preparing [2025-06-13T02:36:58.443Z] 9fea99b8fd9b: Preparing [2025-06-13T02:36:58.443Z] dccbed5a6dfc: Preparing [2025-06-13T02:36:58.443Z] 8a4cc69d58bb: Preparing [2025-06-13T02:36:58.443Z] 52f83b7ae659: Preparing [2025-06-13T02:36:58.443Z] 994456c4fd7b: Preparing [2025-06-13T02:36:58.443Z] 52f83b7ae659: Waiting [2025-06-13T02:36:58.443Z] 994456c4fd7b: Waiting [2025-06-13T02:36:58.443Z] 9fea99b8fd9b: Layer already exists [2025-06-13T02:36:58.443Z] dccbed5a6dfc: Layer already exists [2025-06-13T02:36:58.443Z] 994456c4fd7b: Layer already exists [2025-06-13T02:36:58.443Z] 8a4cc69d58bb: Pushed [2025-06-13T02:36:58.443Z] 21a6cdf3b383: Pushed [2025-06-13T02:36:59.379Z] 52f83b7ae659: Pushed [2025-06-13T02:37:01.914Z] 4eb4ffc19983: Pushed [2025-06-13T02:37:01.914Z] 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca: digest: sha256:3622cc0092030d5b701a6a4cede272c9ccbffa45008dd8085a14260b5d41016c size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:37:02.240Z] + 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-13T02:37:02.557Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-06-13T02:37:02.557Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-06-13T02:37:02.557Z] 21a6cdf3b383: Preparing [2025-06-13T02:37:02.557Z] 4eb4ffc19983: Preparing [2025-06-13T02:37:02.557Z] 9fea99b8fd9b: Preparing [2025-06-13T02:37:02.557Z] dccbed5a6dfc: Preparing [2025-06-13T02:37:02.557Z] 8a4cc69d58bb: Preparing [2025-06-13T02:37:02.557Z] 52f83b7ae659: Preparing [2025-06-13T02:37:02.557Z] 994456c4fd7b: Preparing [2025-06-13T02:37:02.557Z] 52f83b7ae659: Waiting [2025-06-13T02:37:02.557Z] 994456c4fd7b: Waiting [2025-06-13T02:37:02.557Z] 9fea99b8fd9b: Layer already exists [2025-06-13T02:37:02.557Z] 8a4cc69d58bb: Layer already exists [2025-06-13T02:37:02.557Z] 21a6cdf3b383: Layer already exists [2025-06-13T02:37:02.557Z] 4eb4ffc19983: Layer already exists [2025-06-13T02:37:02.557Z] dccbed5a6dfc: Layer already exists [2025-06-13T02:37:02.557Z] 52f83b7ae659: Layer already exists [2025-06-13T02:37:02.557Z] 994456c4fd7b: Layer already exists [2025-06-13T02:37:02.557Z] latest: digest: sha256:3622cc0092030d5b701a6a4cede272c9ccbffa45008dd8085a14260b5d41016c size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:37:02.887Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:37:03.207Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.24 [2025-06-13T02:37:03.207Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-06-13T02:37:03.207Z] 21a6cdf3b383: Preparing [2025-06-13T02:37:03.207Z] 4eb4ffc19983: Preparing [2025-06-13T02:37:03.207Z] 9fea99b8fd9b: Preparing [2025-06-13T02:37:03.207Z] dccbed5a6dfc: Preparing [2025-06-13T02:37:03.207Z] 8a4cc69d58bb: Preparing [2025-06-13T02:37:03.207Z] 52f83b7ae659: Preparing [2025-06-13T02:37:03.207Z] 994456c4fd7b: Preparing [2025-06-13T02:37:03.207Z] 994456c4fd7b: Waiting [2025-06-13T02:37:03.207Z] 52f83b7ae659: Waiting [2025-06-13T02:37:03.207Z] 4eb4ffc19983: Layer already exists [2025-06-13T02:37:03.207Z] 21a6cdf3b383: Layer already exists [2025-06-13T02:37:03.207Z] 8a4cc69d58bb: Layer already exists [2025-06-13T02:37:03.207Z] dccbed5a6dfc: Layer already exists [2025-06-13T02:37:03.207Z] 9fea99b8fd9b: Layer already exists [2025-06-13T02:37:03.207Z] 52f83b7ae659: Layer already exists [2025-06-13T02:37:03.207Z] 994456c4fd7b: Layer already exists [2025-06-13T02:37:03.207Z] 4.1.0-dev.24: digest: sha256:3622cc0092030d5b701a6a4cede272c9ccbffa45008dd8085a14260b5d41016c size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:37:03.531Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:37:03.858Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:37:03.858Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-06-13T02:37:03.858Z] 21a6cdf3b383: Preparing [2025-06-13T02:37:03.858Z] 4eb4ffc19983: Preparing [2025-06-13T02:37:03.858Z] 9fea99b8fd9b: Preparing [2025-06-13T02:37:03.858Z] dccbed5a6dfc: Preparing [2025-06-13T02:37:03.858Z] 8a4cc69d58bb: Preparing [2025-06-13T02:37:03.858Z] 52f83b7ae659: Preparing [2025-06-13T02:37:03.858Z] 994456c4fd7b: Preparing [2025-06-13T02:37:03.858Z] 994456c4fd7b: Waiting [2025-06-13T02:37:03.858Z] 52f83b7ae659: Waiting [2025-06-13T02:37:03.858Z] 8a4cc69d58bb: Layer already exists [2025-06-13T02:37:03.858Z] 9fea99b8fd9b: Layer already exists [2025-06-13T02:37:03.858Z] 21a6cdf3b383: Layer already exists [2025-06-13T02:37:03.858Z] 4eb4ffc19983: Layer already exists [2025-06-13T02:37:03.858Z] dccbed5a6dfc: Layer already exists [2025-06-13T02:37:03.858Z] 994456c4fd7b: Layer already exists [2025-06-13T02:37:03.858Z] 52f83b7ae659: Layer already exists [2025-06-13T02:37:03.858Z] 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24: digest: sha256:3622cc0092030d5b701a6a4cede272c9ccbffa45008dd8085a14260b5d41016c size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:37:04.185Z] + 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-13T02:37:04.510Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-06-13T02:37:04.510Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2025-06-13T02:37:04.510Z] 21a6cdf3b383: Preparing [2025-06-13T02:37:04.510Z] 4eb4ffc19983: Preparing [2025-06-13T02:37:04.510Z] 9fea99b8fd9b: Preparing [2025-06-13T02:37:04.510Z] dccbed5a6dfc: Preparing [2025-06-13T02:37:04.510Z] 8a4cc69d58bb: Preparing [2025-06-13T02:37:04.510Z] 52f83b7ae659: Preparing [2025-06-13T02:37:04.510Z] 994456c4fd7b: Preparing [2025-06-13T02:37:04.510Z] 52f83b7ae659: Waiting [2025-06-13T02:37:04.510Z] 994456c4fd7b: Waiting [2025-06-13T02:37:04.510Z] 21a6cdf3b383: Layer already exists [2025-06-13T02:37:04.510Z] 8a4cc69d58bb: Layer already exists [2025-06-13T02:37:04.510Z] dccbed5a6dfc: Layer already exists [2025-06-13T02:37:04.510Z] 4eb4ffc19983: Layer already exists [2025-06-13T02:37:04.510Z] 9fea99b8fd9b: Layer already exists [2025-06-13T02:37:04.510Z] 52f83b7ae659: Layer already exists [2025-06-13T02:37:04.510Z] 994456c4fd7b: Layer already exists [2025-06-13T02:37:04.510Z] main: digest: sha256:3622cc0092030d5b701a6a4cede272c9ccbffa45008dd8085a14260b5d41016c size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-13T02:37:04.584Z] ===================================================== [Pipeline] echo [2025-06-13T02:37:04.601Z] taggedImages: [2025-06-13T02:37:04.601Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:37:04.601Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-06-13T02:37:04.601Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.24 [2025-06-13T02:37:04.601Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:37:04.601Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2025-06-13T02:37:04.637Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2025-06-13T02:37:04.637Z] 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:37:04.637Z] latest [2025-06-13T02:37:04.637Z] 4.1.0-dev.24 [2025-06-13T02:37:04.637Z] 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:37:04.637Z] main [2025-06-13T02:37:04.637Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:37:04.988Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:37:05.318Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:37:05.319Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-06-13T02:37:05.319Z] 584b1f48d749: Preparing [2025-06-13T02:37:05.319Z] 425e405a8642: Preparing [2025-06-13T02:37:05.319Z] 6b9ab62435ce: Preparing [2025-06-13T02:37:05.319Z] 9fea99b8fd9b: Preparing [2025-06-13T02:37:05.319Z] dccbed5a6dfc: Preparing [2025-06-13T02:37:05.319Z] 5438aea753aa: Preparing [2025-06-13T02:37:05.319Z] 7da968fb0e4c: Preparing [2025-06-13T02:37:05.319Z] 8bfc96989605: Preparing [2025-06-13T02:37:05.319Z] 16f28d7b11bf: Preparing [2025-06-13T02:37:05.319Z] 994456c4fd7b: Preparing [2025-06-13T02:37:05.319Z] 7da968fb0e4c: Waiting [2025-06-13T02:37:05.319Z] 8bfc96989605: Waiting [2025-06-13T02:37:05.319Z] 5438aea753aa: Waiting [2025-06-13T02:37:05.319Z] 16f28d7b11bf: Waiting [2025-06-13T02:37:05.319Z] dccbed5a6dfc: Layer already exists [2025-06-13T02:37:05.319Z] 9fea99b8fd9b: Layer already exists [2025-06-13T02:37:05.319Z] 584b1f48d749: Pushed [2025-06-13T02:37:05.319Z] 425e405a8642: Pushed [2025-06-13T02:37:05.319Z] 6b9ab62435ce: Pushed [2025-06-13T02:37:05.319Z] 994456c4fd7b: Layer already exists [2025-06-13T02:37:05.319Z] 8bfc96989605: Pushed [2025-06-13T02:37:05.888Z] 16f28d7b11bf: Pushed [2025-06-13T02:37:10.077Z] 7da968fb0e4c: Pushed [2025-06-13T02:37:16.645Z] 5438aea753aa: Pushed [2025-06-13T02:37:16.645Z] 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca: digest: sha256:2c83659096b97b9763f096a931be3b4294db88f3caaf66292e639c603efd5599 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:37:16.977Z] + 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-13T02:37:17.298Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-06-13T02:37:17.298Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-06-13T02:37:17.298Z] 584b1f48d749: Preparing [2025-06-13T02:37:17.298Z] 425e405a8642: Preparing [2025-06-13T02:37:17.298Z] 6b9ab62435ce: Preparing [2025-06-13T02:37:17.298Z] 9fea99b8fd9b: Preparing [2025-06-13T02:37:17.298Z] dccbed5a6dfc: Preparing [2025-06-13T02:37:17.298Z] 5438aea753aa: Preparing [2025-06-13T02:37:17.298Z] 7da968fb0e4c: Preparing [2025-06-13T02:37:17.298Z] 8bfc96989605: Preparing [2025-06-13T02:37:17.298Z] 16f28d7b11bf: Preparing [2025-06-13T02:37:17.298Z] 994456c4fd7b: Preparing [2025-06-13T02:37:17.298Z] 5438aea753aa: Waiting [2025-06-13T02:37:17.298Z] 7da968fb0e4c: Waiting [2025-06-13T02:37:17.298Z] 8bfc96989605: Waiting [2025-06-13T02:37:17.298Z] 16f28d7b11bf: Waiting [2025-06-13T02:37:17.298Z] 994456c4fd7b: Waiting [2025-06-13T02:37:17.298Z] 584b1f48d749: Layer already exists [2025-06-13T02:37:17.298Z] 425e405a8642: Layer already exists [2025-06-13T02:37:17.298Z] dccbed5a6dfc: Layer already exists [2025-06-13T02:37:17.298Z] 9fea99b8fd9b: Layer already exists [2025-06-13T02:37:17.298Z] 6b9ab62435ce: Layer already exists [2025-06-13T02:37:17.298Z] 5438aea753aa: Layer already exists [2025-06-13T02:37:17.298Z] 7da968fb0e4c: Layer already exists [2025-06-13T02:37:17.298Z] 16f28d7b11bf: Layer already exists [2025-06-13T02:37:17.298Z] 994456c4fd7b: Layer already exists [2025-06-13T02:37:17.298Z] 8bfc96989605: Layer already exists [2025-06-13T02:37:17.298Z] latest: digest: sha256:2c83659096b97b9763f096a931be3b4294db88f3caaf66292e639c603efd5599 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:37:17.619Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:37:17.951Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.24 [2025-06-13T02:37:17.951Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-06-13T02:37:17.951Z] 584b1f48d749: Preparing [2025-06-13T02:37:17.951Z] 425e405a8642: Preparing [2025-06-13T02:37:17.951Z] 6b9ab62435ce: Preparing [2025-06-13T02:37:17.951Z] 9fea99b8fd9b: Preparing [2025-06-13T02:37:17.951Z] dccbed5a6dfc: Preparing [2025-06-13T02:37:17.951Z] 5438aea753aa: Preparing [2025-06-13T02:37:17.951Z] 7da968fb0e4c: Preparing [2025-06-13T02:37:17.951Z] 8bfc96989605: Preparing [2025-06-13T02:37:17.951Z] 16f28d7b11bf: Preparing [2025-06-13T02:37:17.951Z] 994456c4fd7b: Preparing [2025-06-13T02:37:17.951Z] 5438aea753aa: Waiting [2025-06-13T02:37:17.951Z] 7da968fb0e4c: Waiting [2025-06-13T02:37:17.951Z] 8bfc96989605: Waiting [2025-06-13T02:37:17.951Z] 16f28d7b11bf: Waiting [2025-06-13T02:37:17.951Z] 994456c4fd7b: Waiting [2025-06-13T02:37:17.951Z] 425e405a8642: Layer already exists [2025-06-13T02:37:17.951Z] 9fea99b8fd9b: Layer already exists [2025-06-13T02:37:17.951Z] 6b9ab62435ce: Layer already exists [2025-06-13T02:37:17.951Z] dccbed5a6dfc: Layer already exists [2025-06-13T02:37:17.951Z] 584b1f48d749: Layer already exists [2025-06-13T02:37:17.951Z] 7da968fb0e4c: Layer already exists [2025-06-13T02:37:17.951Z] 5438aea753aa: Layer already exists [2025-06-13T02:37:17.951Z] 8bfc96989605: Layer already exists [2025-06-13T02:37:17.951Z] 16f28d7b11bf: Layer already exists [2025-06-13T02:37:17.951Z] 994456c4fd7b: Layer already exists [2025-06-13T02:37:17.951Z] 4.1.0-dev.24: digest: sha256:2c83659096b97b9763f096a931be3b4294db88f3caaf66292e639c603efd5599 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:37:18.282Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:37:18.661Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:37:18.661Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-06-13T02:37:18.661Z] 584b1f48d749: Preparing [2025-06-13T02:37:18.661Z] 425e405a8642: Preparing [2025-06-13T02:37:18.661Z] 6b9ab62435ce: Preparing [2025-06-13T02:37:18.661Z] 9fea99b8fd9b: Preparing [2025-06-13T02:37:18.661Z] dccbed5a6dfc: Preparing [2025-06-13T02:37:18.661Z] 5438aea753aa: Preparing [2025-06-13T02:37:18.661Z] 7da968fb0e4c: Preparing [2025-06-13T02:37:18.661Z] 8bfc96989605: Preparing [2025-06-13T02:37:18.661Z] 16f28d7b11bf: Preparing [2025-06-13T02:37:18.661Z] 994456c4fd7b: Preparing [2025-06-13T02:37:18.661Z] 16f28d7b11bf: Waiting [2025-06-13T02:37:18.661Z] 5438aea753aa: Waiting [2025-06-13T02:37:18.661Z] 994456c4fd7b: Waiting [2025-06-13T02:37:18.661Z] 7da968fb0e4c: Waiting [2025-06-13T02:37:18.661Z] dccbed5a6dfc: Layer already exists [2025-06-13T02:37:18.661Z] 425e405a8642: Layer already exists [2025-06-13T02:37:18.661Z] 584b1f48d749: Layer already exists [2025-06-13T02:37:18.661Z] 6b9ab62435ce: Layer already exists [2025-06-13T02:37:18.661Z] 5438aea753aa: Layer already exists [2025-06-13T02:37:18.661Z] 16f28d7b11bf: Layer already exists [2025-06-13T02:37:18.661Z] 7da968fb0e4c: Layer already exists [2025-06-13T02:37:18.661Z] 8bfc96989605: Layer already exists [2025-06-13T02:37:18.661Z] 9fea99b8fd9b: Layer already exists [2025-06-13T02:37:18.661Z] 994456c4fd7b: Layer already exists [2025-06-13T02:37:18.661Z] 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24: digest: sha256:2c83659096b97b9763f096a931be3b4294db88f3caaf66292e639c603efd5599 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:37:18.989Z] + 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-13T02:37:19.318Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-06-13T02:37:19.318Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2025-06-13T02:37:19.318Z] 584b1f48d749: Preparing [2025-06-13T02:37:19.318Z] 425e405a8642: Preparing [2025-06-13T02:37:19.318Z] 6b9ab62435ce: Preparing [2025-06-13T02:37:19.318Z] 9fea99b8fd9b: Preparing [2025-06-13T02:37:19.318Z] dccbed5a6dfc: Preparing [2025-06-13T02:37:19.318Z] 5438aea753aa: Preparing [2025-06-13T02:37:19.318Z] 7da968fb0e4c: Preparing [2025-06-13T02:37:19.318Z] 8bfc96989605: Preparing [2025-06-13T02:37:19.318Z] 16f28d7b11bf: Preparing [2025-06-13T02:37:19.318Z] 994456c4fd7b: Preparing [2025-06-13T02:37:19.318Z] 5438aea753aa: Waiting [2025-06-13T02:37:19.318Z] 8bfc96989605: Waiting [2025-06-13T02:37:19.318Z] 7da968fb0e4c: Waiting [2025-06-13T02:37:19.318Z] 994456c4fd7b: Waiting [2025-06-13T02:37:19.318Z] 16f28d7b11bf: Waiting [2025-06-13T02:37:19.318Z] 425e405a8642: Layer already exists [2025-06-13T02:37:19.318Z] 6b9ab62435ce: Layer already exists [2025-06-13T02:37:19.318Z] 9fea99b8fd9b: Layer already exists [2025-06-13T02:37:19.318Z] dccbed5a6dfc: Layer already exists [2025-06-13T02:37:19.318Z] 584b1f48d749: Layer already exists [2025-06-13T02:37:19.318Z] 7da968fb0e4c: Layer already exists [2025-06-13T02:37:19.318Z] 8bfc96989605: Layer already exists [2025-06-13T02:37:19.318Z] 5438aea753aa: Layer already exists [2025-06-13T02:37:19.318Z] 16f28d7b11bf: Layer already exists [2025-06-13T02:37:19.318Z] 994456c4fd7b: Layer already exists [2025-06-13T02:37:19.318Z] main: digest: sha256:2c83659096b97b9763f096a931be3b4294db88f3caaf66292e639c603efd5599 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-13T02:37:19.376Z] ===================================================== [Pipeline] echo [2025-06-13T02:37:19.388Z] taggedImages: [2025-06-13T02:37:19.388Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:37:19.388Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-06-13T02:37:19.388Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.24 [2025-06-13T02:37:19.388Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:37:19.388Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2025-06-13T02:37:19.415Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2025-06-13T02:37:19.415Z] 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:37:19.415Z] latest [2025-06-13T02:37:19.415Z] 4.1.0-dev.24 [2025-06-13T02:37:19.415Z] 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:37:19.415Z] main [2025-06-13T02:37:19.415Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:37:19.757Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:37:20.079Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:37:20.079Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-06-13T02:37:20.079Z] d86f28d8ec4d: Preparing [2025-06-13T02:37:20.079Z] bbf2bffa2f89: Preparing [2025-06-13T02:37:20.079Z] 6aab467f533f: Preparing [2025-06-13T02:37:20.079Z] 9fea99b8fd9b: Preparing [2025-06-13T02:37:20.079Z] dccbed5a6dfc: Preparing [2025-06-13T02:37:20.079Z] dc7fd5595706: Preparing [2025-06-13T02:37:20.079Z] 98087710cc18: Preparing [2025-06-13T02:37:20.079Z] 0097a8c42ee3: Preparing [2025-06-13T02:37:20.079Z] 994456c4fd7b: Preparing [2025-06-13T02:37:20.079Z] dc7fd5595706: Waiting [2025-06-13T02:37:20.079Z] 0097a8c42ee3: Waiting [2025-06-13T02:37:20.079Z] 98087710cc18: Waiting [2025-06-13T02:37:20.079Z] 994456c4fd7b: Waiting [2025-06-13T02:37:20.079Z] 9fea99b8fd9b: Layer already exists [2025-06-13T02:37:20.079Z] dccbed5a6dfc: Layer already exists [2025-06-13T02:37:20.079Z] 6aab467f533f: Pushed [2025-06-13T02:37:20.079Z] d86f28d8ec4d: Pushed [2025-06-13T02:37:20.079Z] bbf2bffa2f89: Pushed [2025-06-13T02:37:20.079Z] 98087710cc18: Pushed [2025-06-13T02:37:20.079Z] 994456c4fd7b: Layer already exists [2025-06-13T02:37:20.654Z] 0097a8c42ee3: Pushed [2025-06-13T02:37:30.644Z] dc7fd5595706: Pushed [2025-06-13T02:37:30.644Z] 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca: digest: sha256:22aadc428c0d1ca5ec4250f52295d1e377c6647613220dc42e6e2559a166ca1d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:37:30.969Z] + 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-13T02:37:31.285Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-06-13T02:37:31.286Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-06-13T02:37:31.286Z] d86f28d8ec4d: Preparing [2025-06-13T02:37:31.286Z] bbf2bffa2f89: Preparing [2025-06-13T02:37:31.286Z] 6aab467f533f: Preparing [2025-06-13T02:37:31.286Z] 9fea99b8fd9b: Preparing [2025-06-13T02:37:31.286Z] dccbed5a6dfc: Preparing [2025-06-13T02:37:31.286Z] dc7fd5595706: Preparing [2025-06-13T02:37:31.286Z] 98087710cc18: Preparing [2025-06-13T02:37:31.286Z] 0097a8c42ee3: Preparing [2025-06-13T02:37:31.286Z] 994456c4fd7b: Preparing [2025-06-13T02:37:31.286Z] 0097a8c42ee3: Waiting [2025-06-13T02:37:31.286Z] dc7fd5595706: Waiting [2025-06-13T02:37:31.286Z] 994456c4fd7b: Waiting [2025-06-13T02:37:31.286Z] 98087710cc18: Waiting [2025-06-13T02:37:31.286Z] 9fea99b8fd9b: Layer already exists [2025-06-13T02:37:31.286Z] 6aab467f533f: Layer already exists [2025-06-13T02:37:31.286Z] d86f28d8ec4d: Layer already exists [2025-06-13T02:37:31.286Z] bbf2bffa2f89: Layer already exists [2025-06-13T02:37:31.286Z] dccbed5a6dfc: Layer already exists [2025-06-13T02:37:31.286Z] 994456c4fd7b: Layer already exists [2025-06-13T02:37:31.286Z] 0097a8c42ee3: Layer already exists [2025-06-13T02:37:31.286Z] dc7fd5595706: Layer already exists [2025-06-13T02:37:31.286Z] 98087710cc18: Layer already exists [2025-06-13T02:37:31.286Z] latest: digest: sha256:22aadc428c0d1ca5ec4250f52295d1e377c6647613220dc42e6e2559a166ca1d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:37:31.614Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:37:31.941Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.24 [2025-06-13T02:37:31.941Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-06-13T02:37:31.941Z] d86f28d8ec4d: Preparing [2025-06-13T02:37:31.941Z] bbf2bffa2f89: Preparing [2025-06-13T02:37:31.941Z] 6aab467f533f: Preparing [2025-06-13T02:37:31.941Z] 9fea99b8fd9b: Preparing [2025-06-13T02:37:31.941Z] dccbed5a6dfc: Preparing [2025-06-13T02:37:31.941Z] dc7fd5595706: Preparing [2025-06-13T02:37:31.941Z] 98087710cc18: Preparing [2025-06-13T02:37:31.941Z] 0097a8c42ee3: Preparing [2025-06-13T02:37:31.941Z] 994456c4fd7b: Preparing [2025-06-13T02:37:31.941Z] dc7fd5595706: Waiting [2025-06-13T02:37:31.941Z] 98087710cc18: Waiting [2025-06-13T02:37:31.941Z] 994456c4fd7b: Waiting [2025-06-13T02:37:31.941Z] 0097a8c42ee3: Waiting [2025-06-13T02:37:31.941Z] d86f28d8ec4d: Layer already exists [2025-06-13T02:37:31.941Z] 9fea99b8fd9b: Layer already exists [2025-06-13T02:37:31.941Z] dccbed5a6dfc: Layer already exists [2025-06-13T02:37:31.941Z] 6aab467f533f: Layer already exists [2025-06-13T02:37:31.941Z] bbf2bffa2f89: Layer already exists [2025-06-13T02:37:31.941Z] 98087710cc18: Layer already exists [2025-06-13T02:37:31.941Z] 994456c4fd7b: Layer already exists [2025-06-13T02:37:31.941Z] dc7fd5595706: Layer already exists [2025-06-13T02:37:31.941Z] 0097a8c42ee3: Layer already exists [2025-06-13T02:37:31.941Z] 4.1.0-dev.24: digest: sha256:22aadc428c0d1ca5ec4250f52295d1e377c6647613220dc42e6e2559a166ca1d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:37:32.274Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:37:32.598Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:37:32.599Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-06-13T02:37:32.599Z] d86f28d8ec4d: Preparing [2025-06-13T02:37:32.599Z] bbf2bffa2f89: Preparing [2025-06-13T02:37:32.599Z] 6aab467f533f: Preparing [2025-06-13T02:37:32.599Z] 9fea99b8fd9b: Preparing [2025-06-13T02:37:32.599Z] dccbed5a6dfc: Preparing [2025-06-13T02:37:32.599Z] dc7fd5595706: Preparing [2025-06-13T02:37:32.599Z] 98087710cc18: Preparing [2025-06-13T02:37:32.599Z] 0097a8c42ee3: Preparing [2025-06-13T02:37:32.599Z] 994456c4fd7b: Preparing [2025-06-13T02:37:32.599Z] dc7fd5595706: Waiting [2025-06-13T02:37:32.599Z] 98087710cc18: Waiting [2025-06-13T02:37:32.599Z] 0097a8c42ee3: Waiting [2025-06-13T02:37:32.599Z] 994456c4fd7b: Waiting [2025-06-13T02:37:32.599Z] 6aab467f533f: Layer already exists [2025-06-13T02:37:32.599Z] 9fea99b8fd9b: Layer already exists [2025-06-13T02:37:32.599Z] dccbed5a6dfc: Layer already exists [2025-06-13T02:37:32.599Z] d86f28d8ec4d: Layer already exists [2025-06-13T02:37:32.599Z] bbf2bffa2f89: Layer already exists [2025-06-13T02:37:32.599Z] dc7fd5595706: Layer already exists [2025-06-13T02:37:32.599Z] 98087710cc18: Layer already exists [2025-06-13T02:37:32.599Z] 0097a8c42ee3: Layer already exists [2025-06-13T02:37:32.599Z] 994456c4fd7b: Layer already exists [2025-06-13T02:37:32.599Z] 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24: digest: sha256:22aadc428c0d1ca5ec4250f52295d1e377c6647613220dc42e6e2559a166ca1d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:37:32.927Z] + 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-13T02:37:33.248Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-06-13T02:37:33.248Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2025-06-13T02:37:33.248Z] d86f28d8ec4d: Preparing [2025-06-13T02:37:33.248Z] bbf2bffa2f89: Preparing [2025-06-13T02:37:33.248Z] 6aab467f533f: Preparing [2025-06-13T02:37:33.248Z] 9fea99b8fd9b: Preparing [2025-06-13T02:37:33.248Z] dccbed5a6dfc: Preparing [2025-06-13T02:37:33.248Z] dc7fd5595706: Preparing [2025-06-13T02:37:33.248Z] 98087710cc18: Preparing [2025-06-13T02:37:33.248Z] 0097a8c42ee3: Preparing [2025-06-13T02:37:33.248Z] 98087710cc18: Waiting [2025-06-13T02:37:33.248Z] dc7fd5595706: Waiting [2025-06-13T02:37:33.248Z] 994456c4fd7b: Preparing [2025-06-13T02:37:33.248Z] 0097a8c42ee3: Waiting [2025-06-13T02:37:33.248Z] 6aab467f533f: Layer already exists [2025-06-13T02:37:33.248Z] bbf2bffa2f89: Layer already exists [2025-06-13T02:37:33.248Z] d86f28d8ec4d: Layer already exists [2025-06-13T02:37:33.248Z] dccbed5a6dfc: Layer already exists [2025-06-13T02:37:33.248Z] 9fea99b8fd9b: Layer already exists [2025-06-13T02:37:33.248Z] 0097a8c42ee3: Layer already exists [2025-06-13T02:37:33.248Z] dc7fd5595706: Layer already exists [2025-06-13T02:37:33.248Z] 98087710cc18: Layer already exists [2025-06-13T02:37:33.248Z] 994456c4fd7b: Layer already exists [2025-06-13T02:37:33.248Z] main: digest: sha256:22aadc428c0d1ca5ec4250f52295d1e377c6647613220dc42e6e2559a166ca1d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-13T02:37:33.322Z] ===================================================== [Pipeline] echo [2025-06-13T02:37:33.334Z] taggedImages: [2025-06-13T02:37:33.334Z] - nexus3.edgexfoundry.org:10004/security-spire-config:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:37:33.334Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-06-13T02:37:33.334Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.24 [2025-06-13T02:37:33.334Z] - nexus3.edgexfoundry.org:10004/security-spire-config:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:37:33.334Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2025-06-13T02:37:33.361Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2025-06-13T02:37:33.361Z] 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:37:33.361Z] latest [2025-06-13T02:37:33.361Z] 4.1.0-dev.24 [2025-06-13T02:37:33.361Z] 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:37:33.361Z] main [2025-06-13T02:37:33.361Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:37:33.707Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:37:34.028Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:37:34.028Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-06-13T02:37:34.028Z] 584b1f48d749: Preparing [2025-06-13T02:37:34.028Z] b6722d081bc3: Preparing [2025-06-13T02:37:34.028Z] 759947cdf7ec: Preparing [2025-06-13T02:37:34.028Z] 9fea99b8fd9b: Preparing [2025-06-13T02:37:34.028Z] dccbed5a6dfc: Preparing [2025-06-13T02:37:34.028Z] dc7fd5595706: Preparing [2025-06-13T02:37:34.028Z] 8bfc96989605: Preparing [2025-06-13T02:37:34.028Z] 16f28d7b11bf: Preparing [2025-06-13T02:37:34.028Z] 994456c4fd7b: Preparing [2025-06-13T02:37:34.028Z] dc7fd5595706: Waiting [2025-06-13T02:37:34.028Z] 8bfc96989605: Waiting [2025-06-13T02:37:34.028Z] 16f28d7b11bf: Waiting [2025-06-13T02:37:34.028Z] 994456c4fd7b: Waiting [2025-06-13T02:37:34.028Z] 584b1f48d749: Layer already exists [2025-06-13T02:37:34.028Z] 9fea99b8fd9b: Layer already exists [2025-06-13T02:37:34.028Z] dccbed5a6dfc: Layer already exists [2025-06-13T02:37:34.028Z] dc7fd5595706: Layer already exists [2025-06-13T02:37:34.028Z] 16f28d7b11bf: Layer already exists [2025-06-13T02:37:34.028Z] 8bfc96989605: Layer already exists [2025-06-13T02:37:34.028Z] 759947cdf7ec: Pushed [2025-06-13T02:37:34.028Z] 994456c4fd7b: Layer already exists [2025-06-13T02:37:34.028Z] b6722d081bc3: Pushed [2025-06-13T02:37:34.290Z] 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca: digest: sha256:63bb9d93c7df692d138e198e6f178255c0ef818e31488faddbd3b8c53e905ca1 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:37:34.616Z] + 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-13T02:37:34.945Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-06-13T02:37:34.945Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-06-13T02:37:34.945Z] 584b1f48d749: Preparing [2025-06-13T02:37:34.945Z] b6722d081bc3: Preparing [2025-06-13T02:37:34.945Z] 759947cdf7ec: Preparing [2025-06-13T02:37:34.945Z] 9fea99b8fd9b: Preparing [2025-06-13T02:37:34.945Z] dccbed5a6dfc: Preparing [2025-06-13T02:37:34.945Z] dc7fd5595706: Preparing [2025-06-13T02:37:34.945Z] 8bfc96989605: Preparing [2025-06-13T02:37:34.945Z] 16f28d7b11bf: Preparing [2025-06-13T02:37:34.945Z] 994456c4fd7b: Preparing [2025-06-13T02:37:34.945Z] dc7fd5595706: Waiting [2025-06-13T02:37:34.945Z] 8bfc96989605: Waiting [2025-06-13T02:37:34.945Z] 16f28d7b11bf: Waiting [2025-06-13T02:37:34.945Z] 994456c4fd7b: Waiting [2025-06-13T02:37:34.945Z] 9fea99b8fd9b: Layer already exists [2025-06-13T02:37:34.945Z] 759947cdf7ec: Layer already exists [2025-06-13T02:37:34.945Z] dccbed5a6dfc: Layer already exists [2025-06-13T02:37:34.945Z] 584b1f48d749: Layer already exists [2025-06-13T02:37:34.945Z] b6722d081bc3: Layer already exists [2025-06-13T02:37:34.945Z] 994456c4fd7b: Layer already exists [2025-06-13T02:37:34.945Z] dc7fd5595706: Layer already exists [2025-06-13T02:37:34.945Z] 16f28d7b11bf: Layer already exists [2025-06-13T02:37:34.945Z] 8bfc96989605: Layer already exists [2025-06-13T02:37:34.945Z] latest: digest: sha256:63bb9d93c7df692d138e198e6f178255c0ef818e31488faddbd3b8c53e905ca1 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:37:35.271Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:37:35.599Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.24 [2025-06-13T02:37:35.599Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-06-13T02:37:35.599Z] 584b1f48d749: Preparing [2025-06-13T02:37:35.599Z] b6722d081bc3: Preparing [2025-06-13T02:37:35.599Z] 759947cdf7ec: Preparing [2025-06-13T02:37:35.599Z] 9fea99b8fd9b: Preparing [2025-06-13T02:37:35.599Z] dccbed5a6dfc: Preparing [2025-06-13T02:37:35.599Z] dc7fd5595706: Preparing [2025-06-13T02:37:35.599Z] 8bfc96989605: Preparing [2025-06-13T02:37:35.599Z] 16f28d7b11bf: Preparing [2025-06-13T02:37:35.599Z] 994456c4fd7b: Preparing [2025-06-13T02:37:35.599Z] dc7fd5595706: Waiting [2025-06-13T02:37:35.599Z] 8bfc96989605: Waiting [2025-06-13T02:37:35.599Z] 16f28d7b11bf: Waiting [2025-06-13T02:37:35.599Z] 994456c4fd7b: Waiting [2025-06-13T02:37:35.599Z] 584b1f48d749: Layer already exists [2025-06-13T02:37:35.599Z] b6722d081bc3: Layer already exists [2025-06-13T02:37:35.599Z] dccbed5a6dfc: Layer already exists [2025-06-13T02:37:35.599Z] 759947cdf7ec: Layer already exists [2025-06-13T02:37:35.599Z] 9fea99b8fd9b: Layer already exists [2025-06-13T02:37:35.599Z] dc7fd5595706: Layer already exists [2025-06-13T02:37:35.599Z] 16f28d7b11bf: Layer already exists [2025-06-13T02:37:35.599Z] 8bfc96989605: Layer already exists [2025-06-13T02:37:35.599Z] 994456c4fd7b: Layer already exists [2025-06-13T02:37:35.599Z] 4.1.0-dev.24: digest: sha256:63bb9d93c7df692d138e198e6f178255c0ef818e31488faddbd3b8c53e905ca1 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:37:35.924Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:37:36.246Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:37:36.246Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-06-13T02:37:36.246Z] 584b1f48d749: Preparing [2025-06-13T02:37:36.246Z] b6722d081bc3: Preparing [2025-06-13T02:37:36.246Z] 759947cdf7ec: Preparing [2025-06-13T02:37:36.246Z] 9fea99b8fd9b: Preparing [2025-06-13T02:37:36.246Z] dccbed5a6dfc: Preparing [2025-06-13T02:37:36.246Z] dc7fd5595706: Preparing [2025-06-13T02:37:36.246Z] 8bfc96989605: Preparing [2025-06-13T02:37:36.246Z] 16f28d7b11bf: Preparing [2025-06-13T02:37:36.246Z] 994456c4fd7b: Preparing [2025-06-13T02:37:36.246Z] 8bfc96989605: Waiting [2025-06-13T02:37:36.246Z] 16f28d7b11bf: Waiting [2025-06-13T02:37:36.246Z] 994456c4fd7b: Waiting [2025-06-13T02:37:36.246Z] dc7fd5595706: Waiting [2025-06-13T02:37:36.246Z] 584b1f48d749: Layer already exists [2025-06-13T02:37:36.246Z] b6722d081bc3: Layer already exists [2025-06-13T02:37:36.246Z] 759947cdf7ec: Layer already exists [2025-06-13T02:37:36.246Z] 9fea99b8fd9b: Layer already exists [2025-06-13T02:37:36.246Z] dccbed5a6dfc: Layer already exists [2025-06-13T02:37:36.246Z] dc7fd5595706: Layer already exists [2025-06-13T02:37:36.246Z] 8bfc96989605: Layer already exists [2025-06-13T02:37:36.246Z] 994456c4fd7b: Layer already exists [2025-06-13T02:37:36.246Z] 16f28d7b11bf: Layer already exists [2025-06-13T02:37:36.246Z] 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24: digest: sha256:63bb9d93c7df692d138e198e6f178255c0ef818e31488faddbd3b8c53e905ca1 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:37:36.577Z] + 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-13T02:37:36.908Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-06-13T02:37:36.908Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2025-06-13T02:37:36.908Z] 584b1f48d749: Preparing [2025-06-13T02:37:36.908Z] b6722d081bc3: Preparing [2025-06-13T02:37:36.908Z] 759947cdf7ec: Preparing [2025-06-13T02:37:36.908Z] 9fea99b8fd9b: Preparing [2025-06-13T02:37:36.908Z] dccbed5a6dfc: Preparing [2025-06-13T02:37:36.908Z] dc7fd5595706: Preparing [2025-06-13T02:37:36.908Z] 8bfc96989605: Preparing [2025-06-13T02:37:36.908Z] 16f28d7b11bf: Preparing [2025-06-13T02:37:36.908Z] 994456c4fd7b: Preparing [2025-06-13T02:37:36.908Z] 8bfc96989605: Waiting [2025-06-13T02:37:36.908Z] 16f28d7b11bf: Waiting [2025-06-13T02:37:36.908Z] 994456c4fd7b: Waiting [2025-06-13T02:37:36.908Z] dc7fd5595706: Waiting [2025-06-13T02:37:36.908Z] 759947cdf7ec: Layer already exists [2025-06-13T02:37:36.908Z] dccbed5a6dfc: Layer already exists [2025-06-13T02:37:36.908Z] 9fea99b8fd9b: Layer already exists [2025-06-13T02:37:36.908Z] 584b1f48d749: Layer already exists [2025-06-13T02:37:36.908Z] b6722d081bc3: Layer already exists [2025-06-13T02:37:36.908Z] 8bfc96989605: Layer already exists [2025-06-13T02:37:36.908Z] dc7fd5595706: Layer already exists [2025-06-13T02:37:36.908Z] 16f28d7b11bf: Layer already exists [2025-06-13T02:37:36.908Z] 994456c4fd7b: Layer already exists [2025-06-13T02:37:36.908Z] main: digest: sha256:63bb9d93c7df692d138e198e6f178255c0ef818e31488faddbd3b8c53e905ca1 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-13T02:37:36.977Z] ===================================================== [Pipeline] echo [2025-06-13T02:37:36.992Z] taggedImages: [2025-06-13T02:37:36.992Z] - nexus3.edgexfoundry.org:10004/security-spire-server:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:37:36.992Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-06-13T02:37:36.992Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.24 [2025-06-13T02:37:36.992Z] - nexus3.edgexfoundry.org:10004/security-spire-server:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:37:36.992Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2025-06-13T02:37:37.022Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2025-06-13T02:37:37.022Z] 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:37:37.022Z] latest [2025-06-13T02:37:37.022Z] 4.1.0-dev.24 [2025-06-13T02:37:37.022Z] 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:37:37.022Z] main [2025-06-13T02:37:37.022Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:37:37.377Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:37:37.695Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:37:37.695Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-06-13T02:37:37.695Z] 9131e864258f: Preparing [2025-06-13T02:37:37.695Z] 2b11d23c9562: Preparing [2025-06-13T02:37:37.695Z] 9fea99b8fd9b: Preparing [2025-06-13T02:37:37.695Z] dccbed5a6dfc: Preparing [2025-06-13T02:37:37.695Z] d482965128ff: Preparing [2025-06-13T02:37:37.695Z] d4cf532e77ec: Preparing [2025-06-13T02:37:37.695Z] 994456c4fd7b: Preparing [2025-06-13T02:37:37.695Z] 994456c4fd7b: Waiting [2025-06-13T02:37:37.695Z] d4cf532e77ec: Waiting [2025-06-13T02:37:37.695Z] 9fea99b8fd9b: Layer already exists [2025-06-13T02:37:37.695Z] dccbed5a6dfc: Layer already exists [2025-06-13T02:37:37.695Z] 994456c4fd7b: Layer already exists [2025-06-13T02:37:37.695Z] d482965128ff: Pushed [2025-06-13T02:37:37.695Z] 9131e864258f: Pushed [2025-06-13T02:37:38.261Z] d4cf532e77ec: Pushed [2025-06-13T02:37:41.546Z] 2b11d23c9562: Pushed [2025-06-13T02:37:41.546Z] 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca: digest: sha256:267b6e3e516ca4124d94c6c8415425f251d1e92dbbcfe3a6c4051e34b66bbb02 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:37:41.885Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:37:42.215Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-06-13T02:37:42.215Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-06-13T02:37:42.215Z] 9131e864258f: Preparing [2025-06-13T02:37:42.215Z] 2b11d23c9562: Preparing [2025-06-13T02:37:42.215Z] 9fea99b8fd9b: Preparing [2025-06-13T02:37:42.215Z] dccbed5a6dfc: Preparing [2025-06-13T02:37:42.215Z] d482965128ff: Preparing [2025-06-13T02:37:42.215Z] d4cf532e77ec: Preparing [2025-06-13T02:37:42.215Z] 994456c4fd7b: Preparing [2025-06-13T02:37:42.215Z] d4cf532e77ec: Waiting [2025-06-13T02:37:42.215Z] 994456c4fd7b: Waiting [2025-06-13T02:37:42.215Z] d482965128ff: Layer already exists [2025-06-13T02:37:42.215Z] 9131e864258f: Layer already exists [2025-06-13T02:37:42.215Z] 2b11d23c9562: Layer already exists [2025-06-13T02:37:42.215Z] dccbed5a6dfc: Layer already exists [2025-06-13T02:37:42.215Z] 9fea99b8fd9b: Layer already exists [2025-06-13T02:37:42.215Z] 994456c4fd7b: Layer already exists [2025-06-13T02:37:42.215Z] d4cf532e77ec: Layer already exists [2025-06-13T02:37:42.215Z] latest: digest: sha256:267b6e3e516ca4124d94c6c8415425f251d1e92dbbcfe3a6c4051e34b66bbb02 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:37:42.550Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:37:42.874Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.24 [2025-06-13T02:37:42.875Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-06-13T02:37:42.875Z] 9131e864258f: Preparing [2025-06-13T02:37:42.875Z] 2b11d23c9562: Preparing [2025-06-13T02:37:42.875Z] 9fea99b8fd9b: Preparing [2025-06-13T02:37:42.875Z] dccbed5a6dfc: Preparing [2025-06-13T02:37:42.875Z] d482965128ff: Preparing [2025-06-13T02:37:42.875Z] d4cf532e77ec: Preparing [2025-06-13T02:37:42.875Z] 994456c4fd7b: Preparing [2025-06-13T02:37:42.875Z] d4cf532e77ec: Waiting [2025-06-13T02:37:42.875Z] 994456c4fd7b: Waiting [2025-06-13T02:37:42.875Z] 9fea99b8fd9b: Layer already exists [2025-06-13T02:37:42.875Z] dccbed5a6dfc: Layer already exists [2025-06-13T02:37:42.875Z] d482965128ff: Layer already exists [2025-06-13T02:37:42.875Z] 9131e864258f: Layer already exists [2025-06-13T02:37:42.875Z] 2b11d23c9562: Layer already exists [2025-06-13T02:37:42.875Z] d4cf532e77ec: Layer already exists [2025-06-13T02:37:42.875Z] 994456c4fd7b: Layer already exists [2025-06-13T02:37:42.875Z] 4.1.0-dev.24: digest: sha256:267b6e3e516ca4124d94c6c8415425f251d1e92dbbcfe3a6c4051e34b66bbb02 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:37:43.212Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:37:43.532Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:37:43.532Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-06-13T02:37:43.532Z] 9131e864258f: Preparing [2025-06-13T02:37:43.532Z] 2b11d23c9562: Preparing [2025-06-13T02:37:43.532Z] 9fea99b8fd9b: Preparing [2025-06-13T02:37:43.532Z] dccbed5a6dfc: Preparing [2025-06-13T02:37:43.532Z] d482965128ff: Preparing [2025-06-13T02:37:43.532Z] d4cf532e77ec: Preparing [2025-06-13T02:37:43.532Z] 994456c4fd7b: Preparing [2025-06-13T02:37:43.532Z] d4cf532e77ec: Waiting [2025-06-13T02:37:43.532Z] 994456c4fd7b: Waiting [2025-06-13T02:37:43.532Z] 9131e864258f: Layer already exists [2025-06-13T02:37:43.532Z] dccbed5a6dfc: Layer already exists [2025-06-13T02:37:43.532Z] 9fea99b8fd9b: Layer already exists [2025-06-13T02:37:43.532Z] d482965128ff: Layer already exists [2025-06-13T02:37:43.532Z] 2b11d23c9562: Layer already exists [2025-06-13T02:37:43.532Z] 994456c4fd7b: Layer already exists [2025-06-13T02:37:43.532Z] d4cf532e77ec: Layer already exists [2025-06-13T02:37:43.532Z] 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24: digest: sha256:267b6e3e516ca4124d94c6c8415425f251d1e92dbbcfe3a6c4051e34b66bbb02 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:37:43.855Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:37:44.184Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2025-06-13T02:37:44.184Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2025-06-13T02:37:44.184Z] 9131e864258f: Preparing [2025-06-13T02:37:44.184Z] 2b11d23c9562: Preparing [2025-06-13T02:37:44.184Z] 9fea99b8fd9b: Preparing [2025-06-13T02:37:44.184Z] dccbed5a6dfc: Preparing [2025-06-13T02:37:44.184Z] d482965128ff: Preparing [2025-06-13T02:37:44.184Z] d4cf532e77ec: Preparing [2025-06-13T02:37:44.184Z] 994456c4fd7b: Preparing [2025-06-13T02:37:44.184Z] 994456c4fd7b: Waiting [2025-06-13T02:37:44.184Z] d4cf532e77ec: Waiting [2025-06-13T02:37:44.184Z] dccbed5a6dfc: Layer already exists [2025-06-13T02:37:44.184Z] 9131e864258f: Layer already exists [2025-06-13T02:37:44.184Z] 9fea99b8fd9b: Layer already exists [2025-06-13T02:37:44.184Z] 2b11d23c9562: Layer already exists [2025-06-13T02:37:44.184Z] d482965128ff: Layer already exists [2025-06-13T02:37:44.184Z] d4cf532e77ec: Layer already exists [2025-06-13T02:37:44.184Z] 994456c4fd7b: Layer already exists [2025-06-13T02:37:44.184Z] main: digest: sha256:267b6e3e516ca4124d94c6c8415425f251d1e92dbbcfe3a6c4051e34b66bbb02 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-13T02:37:44.256Z] ===================================================== [Pipeline] echo [2025-06-13T02:37:44.274Z] taggedImages: [2025-06-13T02:37:44.274Z] - nexus3.edgexfoundry.org:10004/support-notifications:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:37:44.274Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-06-13T02:37:44.274Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.24 [2025-06-13T02:37:44.274Z] - nexus3.edgexfoundry.org:10004/support-notifications:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:37:44.274Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2025-06-13T02:37:44.305Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2025-06-13T02:37:44.305Z] 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:37:44.305Z] latest [2025-06-13T02:37:44.305Z] 4.1.0-dev.24 [2025-06-13T02:37:44.305Z] 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:37:44.305Z] main [2025-06-13T02:37:44.305Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:37:44.649Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:37:44.968Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:37:44.968Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-06-13T02:37:44.968Z] f9cb17a49207: Preparing [2025-06-13T02:37:44.968Z] 53511abdeb7c: Preparing [2025-06-13T02:37:44.968Z] 9fea99b8fd9b: Preparing [2025-06-13T02:37:44.968Z] dccbed5a6dfc: Preparing [2025-06-13T02:37:44.968Z] 53496ed73966: Preparing [2025-06-13T02:37:44.968Z] ea4e6b89b24e: Preparing [2025-06-13T02:37:44.968Z] 994456c4fd7b: Preparing [2025-06-13T02:37:44.968Z] ea4e6b89b24e: Waiting [2025-06-13T02:37:44.968Z] 994456c4fd7b: Waiting [2025-06-13T02:37:44.968Z] 9fea99b8fd9b: Layer already exists [2025-06-13T02:37:44.968Z] dccbed5a6dfc: Layer already exists [2025-06-13T02:37:44.968Z] 53496ed73966: Pushed [2025-06-13T02:37:44.968Z] f9cb17a49207: Pushed [2025-06-13T02:37:44.968Z] 994456c4fd7b: Layer already exists [2025-06-13T02:37:45.227Z] ea4e6b89b24e: Pushed [2025-06-13T02:37:49.411Z] 53511abdeb7c: Pushed [2025-06-13T02:37:49.411Z] 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca: digest: sha256:0c6157830f94640a3b5017e6181d9cff3e3f0ae1d9104eca59e0130caaa74b36 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:37:49.735Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:37:50.057Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-06-13T02:37:50.057Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-06-13T02:37:50.057Z] f9cb17a49207: Preparing [2025-06-13T02:37:50.057Z] 53511abdeb7c: Preparing [2025-06-13T02:37:50.057Z] 9fea99b8fd9b: Preparing [2025-06-13T02:37:50.057Z] dccbed5a6dfc: Preparing [2025-06-13T02:37:50.057Z] 53496ed73966: Preparing [2025-06-13T02:37:50.057Z] ea4e6b89b24e: Preparing [2025-06-13T02:37:50.057Z] 994456c4fd7b: Preparing [2025-06-13T02:37:50.057Z] ea4e6b89b24e: Waiting [2025-06-13T02:37:50.057Z] 994456c4fd7b: Waiting [2025-06-13T02:37:50.057Z] dccbed5a6dfc: Layer already exists [2025-06-13T02:37:50.057Z] 53511abdeb7c: Layer already exists [2025-06-13T02:37:50.057Z] 9fea99b8fd9b: Layer already exists [2025-06-13T02:37:50.057Z] ea4e6b89b24e: Layer already exists [2025-06-13T02:37:50.057Z] 994456c4fd7b: Layer already exists [2025-06-13T02:37:50.316Z] 53496ed73966: Layer already exists [2025-06-13T02:37:50.316Z] f9cb17a49207: Layer already exists [2025-06-13T02:37:50.316Z] latest: digest: sha256:0c6157830f94640a3b5017e6181d9cff3e3f0ae1d9104eca59e0130caaa74b36 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:37:50.645Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:37:50.962Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.24 [2025-06-13T02:37:50.962Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-06-13T02:37:50.962Z] f9cb17a49207: Preparing [2025-06-13T02:37:50.962Z] 53511abdeb7c: Preparing [2025-06-13T02:37:50.962Z] 9fea99b8fd9b: Preparing [2025-06-13T02:37:50.962Z] dccbed5a6dfc: Preparing [2025-06-13T02:37:50.962Z] 53496ed73966: Preparing [2025-06-13T02:37:50.962Z] ea4e6b89b24e: Preparing [2025-06-13T02:37:50.962Z] 994456c4fd7b: Preparing [2025-06-13T02:37:50.962Z] ea4e6b89b24e: Waiting [2025-06-13T02:37:50.962Z] 994456c4fd7b: Waiting [2025-06-13T02:37:50.962Z] f9cb17a49207: Layer already exists [2025-06-13T02:37:50.962Z] 53496ed73966: Layer already exists [2025-06-13T02:37:50.962Z] 53511abdeb7c: Layer already exists [2025-06-13T02:37:50.962Z] dccbed5a6dfc: Layer already exists [2025-06-13T02:37:50.962Z] 9fea99b8fd9b: Layer already exists [2025-06-13T02:37:50.962Z] ea4e6b89b24e: Layer already exists [2025-06-13T02:37:50.962Z] 994456c4fd7b: Layer already exists [2025-06-13T02:37:50.962Z] 4.1.0-dev.24: digest: sha256:0c6157830f94640a3b5017e6181d9cff3e3f0ae1d9104eca59e0130caaa74b36 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:37:51.294Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:37:51.618Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:37:51.618Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-06-13T02:37:51.618Z] f9cb17a49207: Preparing [2025-06-13T02:37:51.618Z] 53511abdeb7c: Preparing [2025-06-13T02:37:51.618Z] 9fea99b8fd9b: Preparing [2025-06-13T02:37:51.618Z] dccbed5a6dfc: Preparing [2025-06-13T02:37:51.618Z] 53496ed73966: Preparing [2025-06-13T02:37:51.618Z] ea4e6b89b24e: Preparing [2025-06-13T02:37:51.618Z] 994456c4fd7b: Preparing [2025-06-13T02:37:51.618Z] ea4e6b89b24e: Waiting [2025-06-13T02:37:51.618Z] 994456c4fd7b: Waiting [2025-06-13T02:37:51.618Z] 9fea99b8fd9b: Layer already exists [2025-06-13T02:37:51.618Z] 53511abdeb7c: Layer already exists [2025-06-13T02:37:51.618Z] f9cb17a49207: Layer already exists [2025-06-13T02:37:51.618Z] 53496ed73966: Layer already exists [2025-06-13T02:37:51.618Z] dccbed5a6dfc: Layer already exists [2025-06-13T02:37:51.618Z] ea4e6b89b24e: Layer already exists [2025-06-13T02:37:51.618Z] 994456c4fd7b: Layer already exists [2025-06-13T02:37:51.618Z] 9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24: digest: sha256:0c6157830f94640a3b5017e6181d9cff3e3f0ae1d9104eca59e0130caaa74b36 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:37:51.948Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:37:52.276Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-06-13T02:37:52.276Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2025-06-13T02:37:52.276Z] f9cb17a49207: Preparing [2025-06-13T02:37:52.276Z] 53511abdeb7c: Preparing [2025-06-13T02:37:52.276Z] 9fea99b8fd9b: Preparing [2025-06-13T02:37:52.276Z] dccbed5a6dfc: Preparing [2025-06-13T02:37:52.276Z] 53496ed73966: Preparing [2025-06-13T02:37:52.276Z] ea4e6b89b24e: Preparing [2025-06-13T02:37:52.276Z] 994456c4fd7b: Preparing [2025-06-13T02:37:52.276Z] 994456c4fd7b: Waiting [2025-06-13T02:37:52.276Z] ea4e6b89b24e: Waiting [2025-06-13T02:37:52.276Z] 53496ed73966: Layer already exists [2025-06-13T02:37:52.276Z] 9fea99b8fd9b: Layer already exists [2025-06-13T02:37:52.276Z] f9cb17a49207: Layer already exists [2025-06-13T02:37:52.276Z] 53511abdeb7c: Layer already exists [2025-06-13T02:37:52.276Z] dccbed5a6dfc: Layer already exists [2025-06-13T02:37:52.276Z] 994456c4fd7b: Layer already exists [2025-06-13T02:37:52.276Z] ea4e6b89b24e: Layer already exists [2025-06-13T02:37:52.276Z] main: digest: sha256:0c6157830f94640a3b5017e6181d9cff3e3f0ae1d9104eca59e0130caaa74b36 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-13T02:37:52.352Z] ===================================================== [Pipeline] echo [2025-06-13T02:37:52.369Z] taggedImages: [2025-06-13T02:37:52.369Z] - nexus3.edgexfoundry.org:10004/support-scheduler:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:37:52.369Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-06-13T02:37:52.369Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.24 [2025-06-13T02:37:52.369Z] - nexus3.edgexfoundry.org:10004/support-scheduler:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:37:52.369Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo [2025-06-13T02:37:52.445Z] ========================================================= [2025-06-13T02:37:52.445Z] [edgeXBuildMultiArch] RAW Config: [2025-06-13T02:37:52.445Z] images: [2025-06-13T02:37:52.445Z] - nexus3.edgexfoundry.org:10004/core-command:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:37:52.445Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2025-06-13T02:37:52.445Z] - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.24 [2025-06-13T02:37:52.445Z] - nexus3.edgexfoundry.org:10004/core-command:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:37:52.445Z] - nexus3.edgexfoundry.org:10004/core-command:main [2025-06-13T02:37:52.445Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:37:52.445Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-06-13T02:37:52.445Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.24 [2025-06-13T02:37:52.445Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:37:52.445Z] - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-06-13T02:37:52.445Z] - nexus3.edgexfoundry.org:10004/core-data:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:37:52.445Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2025-06-13T02:37:52.445Z] - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.24 [2025-06-13T02:37:52.445Z] - nexus3.edgexfoundry.org:10004/core-data:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:37:52.445Z] - nexus3.edgexfoundry.org:10004/core-data:main [2025-06-13T02:37:52.445Z] - nexus3.edgexfoundry.org:10004/core-keeper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:37:52.445Z] - nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-06-13T02:37:52.445Z] - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.24 [2025-06-13T02:37:52.445Z] - nexus3.edgexfoundry.org:10004/core-keeper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:37:52.445Z] - nexus3.edgexfoundry.org:10004/core-keeper:main [2025-06-13T02:37:52.445Z] - nexus3.edgexfoundry.org:10004/core-metadata:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:37:52.445Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-06-13T02:37:52.445Z] - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.24 [2025-06-13T02:37:52.445Z] - nexus3.edgexfoundry.org:10004/core-metadata:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:37:52.445Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [2025-06-13T02:37:52.445Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:37:52.445Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-06-13T02:37:52.445Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.24 [2025-06-13T02:37:52.445Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:37:52.445Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-06-13T02:37:52.445Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:37:52.445Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-06-13T02:37:52.445Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.24 [2025-06-13T02:37:52.445Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:37:52.445Z] - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-06-13T02:37:52.445Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:37:52.445Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-06-13T02:37:52.445Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.24 [2025-06-13T02:37:52.445Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:37:52.445Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-06-13T02:37:52.445Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:37:52.445Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-06-13T02:37:52.445Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.24 [2025-06-13T02:37:52.445Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:37:52.445Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-06-13T02:37:52.445Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:37:52.445Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-06-13T02:37:52.445Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.24 [2025-06-13T02:37:52.445Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:37:52.445Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-06-13T02:37:52.445Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:37:52.445Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-06-13T02:37:52.445Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.24 [2025-06-13T02:37:52.445Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:37:52.445Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-06-13T02:37:52.445Z] - nexus3.edgexfoundry.org:10004/security-spire-config:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:37:52.445Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-06-13T02:37:52.445Z] - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.24 [2025-06-13T02:37:52.445Z] - nexus3.edgexfoundry.org:10004/security-spire-config:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:37:52.445Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-06-13T02:37:52.445Z] - nexus3.edgexfoundry.org:10004/security-spire-server:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:37:52.445Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-06-13T02:37:52.445Z] - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.24 [2025-06-13T02:37:52.445Z] - nexus3.edgexfoundry.org:10004/security-spire-server:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:37:52.445Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-06-13T02:37:52.445Z] - nexus3.edgexfoundry.org:10004/support-notifications:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:37:52.445Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-06-13T02:37:52.445Z] - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.24 [2025-06-13T02:37:52.445Z] - nexus3.edgexfoundry.org:10004/support-notifications:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:37:52.445Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [2025-06-13T02:37:52.445Z] - nexus3.edgexfoundry.org:10004/support-scheduler:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:37:52.445Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-06-13T02:37:52.445Z] - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.24 [2025-06-13T02:37:52.445Z] - nexus3.edgexfoundry.org:10004/support-scheduler:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:37:52.445Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-06-13T02:37:52.445Z] settingsFile: [2025-06-13T02:37:52.445Z] edgex-go-settings [2025-06-13T02:37:52.445Z] ========================================================= [Pipeline] node [2025-06-13T02:38:07.450Z] Still waiting to schedule task [2025-06-13T02:38:07.450Z] All nodes of label ‘centos7-docker-4c-2g’ are offline [2025-06-13T02:39:11.672Z] Running on prd-centos7-docker-4c-2g-3227 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-13T02:39:11.727Z] provisioning config files... [2025-06-13T02:39:11.749Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config18333602392221888814tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-13T02:39:12.693Z] ---> ****-login.sh [2025-06-13T02:39:12.693Z] nexus3.edgexfoundry.org:10001 [2025-06-13T02:39:12.693Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-13T02:39:12.958Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-13T02:39:12.958Z] Configure a credential helper to remove this warning. See [2025-06-13T02:39:12.958Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-13T02:39:12.958Z] [2025-06-13T02:39:12.958Z] Login Succeeded [2025-06-13T02:39:12.958Z] nexus3.edgexfoundry.org:10002 [2025-06-13T02:39:12.958Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-13T02:39:12.958Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-13T02:39:12.958Z] Configure a credential helper to remove this warning. See [2025-06-13T02:39:12.958Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-13T02:39:12.958Z] [2025-06-13T02:39:12.958Z] Login Succeeded [2025-06-13T02:39:12.958Z] nexus3.edgexfoundry.org:10003 [2025-06-13T02:39:12.959Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-13T02:39:13.225Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-13T02:39:13.225Z] Configure a credential helper to remove this warning. See [2025-06-13T02:39:13.225Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-13T02:39:13.225Z] [2025-06-13T02:39:13.225Z] Login Succeeded [2025-06-13T02:39:13.225Z] nexus3.edgexfoundry.org:10004 [2025-06-13T02:39:13.225Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-13T02:39:13.225Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-13T02:39:13.225Z] Configure a credential helper to remove this warning. See [2025-06-13T02:39:13.225Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-13T02:39:13.225Z] [2025-06-13T02:39:13.225Z] Login Succeeded [2025-06-13T02:39:13.225Z] ****.io [2025-06-13T02:39:13.225Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-06-13T02:39:13.484Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-06-13T02:39:13.484Z] Configure a credential helper to remove this warning. See [2025-06-13T02:39:13.484Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-06-13T02:39:13.484Z] [2025-06-13T02:39:13.484Z] Login Succeeded [2025-06-13T02:39:13.484Z] ---> ****-login.sh ends [Pipeline] } [2025-06-13T02:39:13.491Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-06-13T02:39:13.839Z] + docker buildx ls [2025-06-13T02:39:14.102Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-06-13T02:39:14.102Z] default * docker [2025-06-13T02:39:14.102Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-06-13T02:39:14.400Z] + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use [2025-06-13T02:39:14.400Z] edgex-builder [Pipeline] sh [2025-06-13T02:39:14.699Z] + docker buildx inspect --bootstrap [2025-06-13T02:39:14.699Z] #1 [internal] booting buildkit [2025-06-13T02:39:14.699Z] #1 pulling image moby/buildkit:buildx-stable-1 [2025-06-13T02:39:17.995Z] #1 pulling image moby/buildkit:buildx-stable-1 3.3s done [2025-06-13T02:39:17.995Z] #1 creating container buildx_buildkit_edgex-builder0 [2025-06-13T02:39:19.380Z] #1 creating container buildx_buildkit_edgex-builder0 1.5s done [2025-06-13T02:39:19.380Z] #1 DONE 4.8s [2025-06-13T02:39:19.380Z] Name: edgex-builder [2025-06-13T02:39:19.380Z] Driver: docker-container [2025-06-13T02:39:19.380Z] [2025-06-13T02:39:19.380Z] Nodes: [2025-06-13T02:39:19.380Z] Name: edgex-builder0 [2025-06-13T02:39:19.380Z] Endpoint: unix:///var/run/docker.sock [2025-06-13T02:39:19.380Z] Status: running [2025-06-13T02:39:19.380Z] Buildkit: v0.22.0 [2025-06-13T02:39:19.380Z] Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh [2025-06-13T02:39:19.672Z] + docker buildx ls [2025-06-13T02:39:19.672Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-06-13T02:39:19.672Z] edgex-builder * docker-container [2025-06-13T02:39:19.672Z] 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-13T02:39:19.672Z] default docker [2025-06-13T02:39:19.672Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-06-13T02:39:19.964Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca' [2025-06-13T02:39:19.964Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca --push - [2025-06-13T02:39:19.964Z] #1 [internal] load build definition from Dockerfile [2025-06-13T02:39:19.964Z] #1 transferring dockerfile: 197B done [2025-06-13T02:39:19.964Z] #1 DONE 0.0s [2025-06-13T02:39:19.964Z] [2025-06-13T02:39:19.964Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:39:19.964Z] #2 DONE 0.1s [2025-06-13T02:39:19.964Z] [2025-06-13T02:39:19.964Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:39:20.224Z] #3 DONE 0.1s [2025-06-13T02:39:20.224Z] [2025-06-13T02:39:20.224Z] #4 [internal] load .dockerignore [2025-06-13T02:39:20.224Z] #4 transferring context: 2B done [2025-06-13T02:39:20.224Z] #4 DONE 0.0s [2025-06-13T02:39:20.224Z] [2025-06-13T02:39:20.224Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:6a39f0919c20fbd7ab3b271243dc6152789bbbc9cf3d78c656ea735dbb26e98e [2025-06-13T02:39:20.224Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:6a39f0919c20fbd7ab3b271243dc6152789bbbc9cf3d78c656ea735dbb26e98e 0.0s done [2025-06-13T02:39:20.224Z] #5 DONE 0.0s [2025-06-13T02:39:20.224Z] [2025-06-13T02:39:20.224Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:6a39f0919c20fbd7ab3b271243dc6152789bbbc9cf3d78c656ea735dbb26e98e [2025-06-13T02:39:20.224Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:6a39f0919c20fbd7ab3b271243dc6152789bbbc9cf3d78c656ea735dbb26e98e 0.0s done [2025-06-13T02:39:20.224Z] #6 DONE 0.1s [2025-06-13T02:39:20.224Z] [2025-06-13T02:39:20.224Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T02:39:20.224Z] #7 DONE 0.0s [2025-06-13T02:39:20.224Z] [2025-06-13T02:39:20.224Z] #8 exporting to image [2025-06-13T02:39:20.224Z] #8 exporting layers done [2025-06-13T02:39:20.224Z] #8 exporting manifest sha256:185ce36cc6f86090d3fc4b678046ee0c993f50f2e7c8d18807a1352853c6c7bc 0.0s done [2025-06-13T02:39:20.224Z] #8 exporting config sha256:72a9432451ece1aa79c063a312460794426214e95b5dfd3d8a0861dbb08419b1 0.0s done [2025-06-13T02:39:20.224Z] #8 exporting manifest sha256:383bcce1796bdd33e80dad1a687bbb7e84f74255bd1a22d10291d872a65d6f33 done [2025-06-13T02:39:20.224Z] #8 exporting config sha256:c2a9436893d09607b8c636dab198c937791af8b708b900beaa1fd08c9233d669 done [2025-06-13T02:39:20.224Z] #8 exporting manifest list sha256:ef1913f769312cb372528bc936bf3863145ded272d4cae5882929736a09424d3 done [2025-06-13T02:39:20.224Z] #8 pushing layers [2025-06-13T02:39:20.224Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T02:39:20.483Z] #8 pushing layers 0.1s done [2025-06-13T02:39:20.483Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:ef1913f769312cb372528bc936bf3863145ded272d4cae5882929736a09424d3 0.1s done [2025-06-13T02:39:20.483Z] #8 DONE 0.2s [2025-06-13T02:39:20.483Z] [2025-06-13T02:39:20.483Z] 1 warning found (use --debug to expand): [2025-06-13T02:39:20.483Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T02:39:20.774Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:latest' [2025-06-13T02:39:20.774Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:latest --push - [2025-06-13T02:39:20.774Z] #1 [internal] load build definition from Dockerfile [2025-06-13T02:39:20.774Z] #1 transferring dockerfile: 163B done [2025-06-13T02:39:20.774Z] #1 DONE 0.0s [2025-06-13T02:39:20.774Z] [2025-06-13T02:39:20.774Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest [2025-06-13T02:39:20.774Z] #2 DONE 0.0s [2025-06-13T02:39:20.774Z] [2025-06-13T02:39:20.774Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest [2025-06-13T02:39:20.774Z] #3 DONE 0.0s [2025-06-13T02:39:20.774Z] [2025-06-13T02:39:20.774Z] #4 [internal] load .dockerignore [2025-06-13T02:39:20.774Z] #4 transferring context: 2B done [2025-06-13T02:39:20.774Z] #4 DONE 0.0s [2025-06-13T02:39:20.774Z] [2025-06-13T02:39:20.774Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:6a39f0919c20fbd7ab3b271243dc6152789bbbc9cf3d78c656ea735dbb26e98e [2025-06-13T02:39:20.774Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:6a39f0919c20fbd7ab3b271243dc6152789bbbc9cf3d78c656ea735dbb26e98e 0.0s done [2025-06-13T02:39:20.774Z] #5 CACHED [2025-06-13T02:39:20.774Z] [2025-06-13T02:39:20.774Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:6a39f0919c20fbd7ab3b271243dc6152789bbbc9cf3d78c656ea735dbb26e98e [2025-06-13T02:39:20.774Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:6a39f0919c20fbd7ab3b271243dc6152789bbbc9cf3d78c656ea735dbb26e98e 0.0s done [2025-06-13T02:39:20.774Z] #6 DONE 0.0s [2025-06-13T02:39:21.033Z] [2025-06-13T02:39:21.033Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:6a39f0919c20fbd7ab3b271243dc6152789bbbc9cf3d78c656ea735dbb26e98e [2025-06-13T02:39:21.033Z] #6 CACHED [2025-06-13T02:39:21.033Z] [2025-06-13T02:39:21.033Z] #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T02:39:21.033Z] #7 DONE 0.0s [2025-06-13T02:39:21.033Z] [2025-06-13T02:39:21.033Z] #8 exporting to image [2025-06-13T02:39:21.033Z] #8 exporting layers done [2025-06-13T02:39:21.033Z] #8 exporting manifest sha256:185ce36cc6f86090d3fc4b678046ee0c993f50f2e7c8d18807a1352853c6c7bc done [2025-06-13T02:39:21.033Z] #8 exporting config sha256:72a9432451ece1aa79c063a312460794426214e95b5dfd3d8a0861dbb08419b1 done [2025-06-13T02:39:21.033Z] #8 exporting manifest sha256:383bcce1796bdd33e80dad1a687bbb7e84f74255bd1a22d10291d872a65d6f33 done [2025-06-13T02:39:21.033Z] #8 exporting config sha256:c2a9436893d09607b8c636dab198c937791af8b708b900beaa1fd08c9233d669 done [2025-06-13T02:39:21.033Z] #8 exporting manifest list sha256:ef1913f769312cb372528bc936bf3863145ded272d4cae5882929736a09424d3 done [2025-06-13T02:39:21.033Z] #8 pushing layers 0.0s done [2025-06-13T02:39:21.033Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:ef1913f769312cb372528bc936bf3863145ded272d4cae5882929736a09424d3 0.1s done [2025-06-13T02:39:21.033Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T02:39:21.033Z] #8 DONE 0.1s [2025-06-13T02:39:21.033Z] [2025-06-13T02:39:21.033Z] 1 warning found (use --debug to expand): [2025-06-13T02:39:21.033Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T02:39:21.322Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.24' [2025-06-13T02:39:21.322Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.24 --push - [2025-06-13T02:39:21.322Z] #1 [internal] load build definition from Dockerfile [2025-06-13T02:39:21.322Z] #1 transferring dockerfile: 169B done [2025-06-13T02:39:21.322Z] #1 DONE 0.0s [2025-06-13T02:39:21.322Z] [2025-06-13T02:39:21.322Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.24 [2025-06-13T02:39:21.322Z] #2 DONE 0.0s [2025-06-13T02:39:21.322Z] [2025-06-13T02:39:21.322Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.24 [2025-06-13T02:39:21.322Z] #3 DONE 0.0s [2025-06-13T02:39:21.322Z] [2025-06-13T02:39:21.322Z] #4 [internal] load .dockerignore [2025-06-13T02:39:21.322Z] #4 transferring context: 2B done [2025-06-13T02:39:21.322Z] #4 DONE 0.0s [2025-06-13T02:39:21.322Z] [2025-06-13T02:39:21.322Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.24@sha256:6a39f0919c20fbd7ab3b271243dc6152789bbbc9cf3d78c656ea735dbb26e98e [2025-06-13T02:39:21.322Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.24@sha256:6a39f0919c20fbd7ab3b271243dc6152789bbbc9cf3d78c656ea735dbb26e98e 0.0s done [2025-06-13T02:39:21.322Z] #5 CACHED [2025-06-13T02:39:21.322Z] [2025-06-13T02:39:21.322Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.24@sha256:6a39f0919c20fbd7ab3b271243dc6152789bbbc9cf3d78c656ea735dbb26e98e [2025-06-13T02:39:21.322Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.24@sha256:6a39f0919c20fbd7ab3b271243dc6152789bbbc9cf3d78c656ea735dbb26e98e 0.0s done [2025-06-13T02:39:21.322Z] #6 CACHED [2025-06-13T02:39:21.322Z] [2025-06-13T02:39:21.322Z] #7 exporting to image [2025-06-13T02:39:21.322Z] #7 exporting layers done [2025-06-13T02:39:21.322Z] #7 exporting manifest sha256:185ce36cc6f86090d3fc4b678046ee0c993f50f2e7c8d18807a1352853c6c7bc done [2025-06-13T02:39:21.322Z] #7 exporting config sha256:72a9432451ece1aa79c063a312460794426214e95b5dfd3d8a0861dbb08419b1 done [2025-06-13T02:39:21.322Z] #7 exporting manifest sha256:383bcce1796bdd33e80dad1a687bbb7e84f74255bd1a22d10291d872a65d6f33 done [2025-06-13T02:39:21.322Z] #7 exporting config sha256:c2a9436893d09607b8c636dab198c937791af8b708b900beaa1fd08c9233d669 done [2025-06-13T02:39:21.322Z] #7 exporting manifest list sha256:ef1913f769312cb372528bc936bf3863145ded272d4cae5882929736a09424d3 done [2025-06-13T02:39:21.322Z] #7 pushing layers [2025-06-13T02:39:21.322Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T02:39:21.582Z] #7 pushing layers 0.0s done [2025-06-13T02:39:21.582Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.24@sha256:ef1913f769312cb372528bc936bf3863145ded272d4cae5882929736a09424d3 0.1s done [2025-06-13T02:39:21.582Z] #7 DONE 0.1s [2025-06-13T02:39:21.582Z] [2025-06-13T02:39:21.582Z] #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T02:39:21.582Z] #8 DONE 0.0s [2025-06-13T02:39:21.582Z] [2025-06-13T02:39:21.582Z] 1 warning found (use --debug to expand): [2025-06-13T02:39:21.582Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T02:39:21.872Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24' [2025-06-13T02:39:21.872Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 --push - [2025-06-13T02:39:21.872Z] #1 [internal] load build definition from Dockerfile [2025-06-13T02:39:21.872Z] #1 transferring dockerfile: 210B done [2025-06-13T02:39:21.872Z] #1 DONE 0.0s [2025-06-13T02:39:21.872Z] [2025-06-13T02:39:21.872Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:39:21.872Z] #2 DONE 0.0s [2025-06-13T02:39:21.872Z] [2025-06-13T02:39:21.872Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:39:21.872Z] #3 DONE 0.0s [2025-06-13T02:39:21.872Z] [2025-06-13T02:39:21.872Z] #4 [internal] load .dockerignore [2025-06-13T02:39:21.872Z] #4 transferring context: 2B done [2025-06-13T02:39:21.872Z] #4 DONE 0.0s [2025-06-13T02:39:21.872Z] [2025-06-13T02:39:21.872Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:6a39f0919c20fbd7ab3b271243dc6152789bbbc9cf3d78c656ea735dbb26e98e [2025-06-13T02:39:21.872Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:6a39f0919c20fbd7ab3b271243dc6152789bbbc9cf3d78c656ea735dbb26e98e done [2025-06-13T02:39:21.872Z] #5 CACHED [2025-06-13T02:39:21.872Z] [2025-06-13T02:39:21.872Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:6a39f0919c20fbd7ab3b271243dc6152789bbbc9cf3d78c656ea735dbb26e98e [2025-06-13T02:39:21.872Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:6a39f0919c20fbd7ab3b271243dc6152789bbbc9cf3d78c656ea735dbb26e98e 0.0s done [2025-06-13T02:39:21.872Z] #6 CACHED [2025-06-13T02:39:21.872Z] [2025-06-13T02:39:21.872Z] #7 exporting to image [2025-06-13T02:39:21.872Z] #7 exporting layers done [2025-06-13T02:39:21.872Z] #7 exporting manifest sha256:185ce36cc6f86090d3fc4b678046ee0c993f50f2e7c8d18807a1352853c6c7bc done [2025-06-13T02:39:21.872Z] #7 exporting config sha256:72a9432451ece1aa79c063a312460794426214e95b5dfd3d8a0861dbb08419b1 done [2025-06-13T02:39:21.872Z] #7 exporting manifest sha256:383bcce1796bdd33e80dad1a687bbb7e84f74255bd1a22d10291d872a65d6f33 done [2025-06-13T02:39:21.872Z] #7 exporting config sha256:c2a9436893d09607b8c636dab198c937791af8b708b900beaa1fd08c9233d669 done [2025-06-13T02:39:21.872Z] #7 exporting manifest list sha256:ef1913f769312cb372528bc936bf3863145ded272d4cae5882929736a09424d3 done [2025-06-13T02:39:21.872Z] #7 pushing layers 0.0s done [2025-06-13T02:39:21.872Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:ef1913f769312cb372528bc936bf3863145ded272d4cae5882929736a09424d3 [2025-06-13T02:39:21.872Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T02:39:22.131Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:ef1913f769312cb372528bc936bf3863145ded272d4cae5882929736a09424d3 0.1s done [2025-06-13T02:39:22.131Z] #7 DONE 0.1s [2025-06-13T02:39:22.131Z] [2025-06-13T02:39:22.131Z] #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T02:39:22.131Z] #8 DONE 0.0s [2025-06-13T02:39:22.131Z] [2025-06-13T02:39:22.131Z] 1 warning found (use --debug to expand): [2025-06-13T02:39:22.131Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T02:39:22.421Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:main' [2025-06-13T02:39:22.421Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:main --push - [2025-06-13T02:39:22.421Z] #1 [internal] load build definition from Dockerfile [2025-06-13T02:39:22.421Z] #1 transferring dockerfile: 161B done [2025-06-13T02:39:22.421Z] #1 DONE 0.0s [2025-06-13T02:39:22.421Z] [2025-06-13T02:39:22.421Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main [2025-06-13T02:39:22.421Z] #2 DONE 0.0s [2025-06-13T02:39:22.421Z] [2025-06-13T02:39:22.421Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main [2025-06-13T02:39:22.421Z] #3 DONE 0.0s [2025-06-13T02:39:22.421Z] [2025-06-13T02:39:22.421Z] #4 [internal] load .dockerignore [2025-06-13T02:39:22.421Z] #4 transferring context: 2B done [2025-06-13T02:39:22.421Z] #4 DONE 0.0s [2025-06-13T02:39:22.421Z] [2025-06-13T02:39:22.421Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:6a39f0919c20fbd7ab3b271243dc6152789bbbc9cf3d78c656ea735dbb26e98e [2025-06-13T02:39:22.421Z] #5 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:6a39f0919c20fbd7ab3b271243dc6152789bbbc9cf3d78c656ea735dbb26e98e 0.0s done [2025-06-13T02:39:22.421Z] #5 CACHED [2025-06-13T02:39:22.421Z] [2025-06-13T02:39:22.421Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:6a39f0919c20fbd7ab3b271243dc6152789bbbc9cf3d78c656ea735dbb26e98e [2025-06-13T02:39:22.421Z] #6 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:6a39f0919c20fbd7ab3b271243dc6152789bbbc9cf3d78c656ea735dbb26e98e 0.0s done [2025-06-13T02:39:22.421Z] #6 CACHED [2025-06-13T02:39:22.421Z] [2025-06-13T02:39:22.421Z] #7 exporting to image [2025-06-13T02:39:22.421Z] #7 exporting layers done [2025-06-13T02:39:22.421Z] #7 exporting manifest sha256:185ce36cc6f86090d3fc4b678046ee0c993f50f2e7c8d18807a1352853c6c7bc done [2025-06-13T02:39:22.421Z] #7 exporting config sha256:72a9432451ece1aa79c063a312460794426214e95b5dfd3d8a0861dbb08419b1 done [2025-06-13T02:39:22.421Z] #7 exporting manifest sha256:383bcce1796bdd33e80dad1a687bbb7e84f74255bd1a22d10291d872a65d6f33 done [2025-06-13T02:39:22.421Z] #7 exporting config sha256:c2a9436893d09607b8c636dab198c937791af8b708b900beaa1fd08c9233d669 [2025-06-13T02:39:22.421Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T02:39:22.682Z] #7 exporting config sha256:c2a9436893d09607b8c636dab198c937791af8b708b900beaa1fd08c9233d669 done [2025-06-13T02:39:22.682Z] #7 exporting manifest list sha256:ef1913f769312cb372528bc936bf3863145ded272d4cae5882929736a09424d3 done [2025-06-13T02:39:22.682Z] #7 pushing layers 0.0s done [2025-06-13T02:39:22.682Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:ef1913f769312cb372528bc936bf3863145ded272d4cae5882929736a09424d3 0.1s done [2025-06-13T02:39:22.682Z] #7 DONE 0.1s [2025-06-13T02:39:22.682Z] [2025-06-13T02:39:22.682Z] #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T02:39:22.682Z] #8 DONE 0.0s [2025-06-13T02:39:22.682Z] [2025-06-13T02:39:22.682Z] 1 warning found (use --debug to expand): [2025-06-13T02:39:22.682Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T02:39:22.985Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca' [2025-06-13T02:39:22.985Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca --push - [2025-06-13T02:39:23.282Z] #1 [internal] load build definition from Dockerfile [2025-06-13T02:39:23.282Z] #1 transferring dockerfile: 216B done [2025-06-13T02:39:23.282Z] #1 DONE 0.0s [2025-06-13T02:39:23.282Z] [2025-06-13T02:39:23.282Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:39:23.282Z] #2 DONE 0.1s [2025-06-13T02:39:23.282Z] [2025-06-13T02:39:23.282Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:39:23.282Z] #3 DONE 0.1s [2025-06-13T02:39:23.282Z] [2025-06-13T02:39:23.282Z] #4 [internal] load .dockerignore [2025-06-13T02:39:23.282Z] #4 transferring context: [2025-06-13T02:39:23.282Z] #4 transferring context: 2B done [2025-06-13T02:39:23.282Z] #4 DONE 0.0s [2025-06-13T02:39:23.282Z] [2025-06-13T02:39:23.282Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:5c6a728a9a09233b14a6c110747cc648ff3becb729a7f2c688b88a3ddc2bb85b [2025-06-13T02:39:23.282Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:5c6a728a9a09233b14a6c110747cc648ff3becb729a7f2c688b88a3ddc2bb85b [2025-06-13T02:39:23.282Z] #5 ... [2025-06-13T02:39:23.282Z] [2025-06-13T02:39:23.282Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:5c6a728a9a09233b14a6c110747cc648ff3becb729a7f2c688b88a3ddc2bb85b [2025-06-13T02:39:23.282Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:5c6a728a9a09233b14a6c110747cc648ff3becb729a7f2c688b88a3ddc2bb85b 0.0s done [2025-06-13T02:39:23.282Z] #6 DONE 0.1s [2025-06-13T02:39:23.282Z] [2025-06-13T02:39:23.282Z] #7 exporting to image [2025-06-13T02:39:23.282Z] #7 exporting layers done [2025-06-13T02:39:23.282Z] #7 exporting manifest sha256:d3fef29026e02783f3c71cfbf6ec105e5b56aaf0d341fd519f18df3dc7c3f17f 0.0s done [2025-06-13T02:39:23.282Z] #7 exporting config sha256:2d404f9501b5c7173015527990b362516e2ac6258d6ccc520095e414c02c81e6 [2025-06-13T02:39:23.282Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T02:39:23.282Z] #7 ... [2025-06-13T02:39:23.282Z] [2025-06-13T02:39:23.282Z] #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T02:39:23.282Z] #8 DONE 0.0s [2025-06-13T02:39:23.282Z] [2025-06-13T02:39:23.282Z] #7 exporting to image [2025-06-13T02:39:23.282Z] #7 exporting config sha256:2d404f9501b5c7173015527990b362516e2ac6258d6ccc520095e414c02c81e6 done [2025-06-13T02:39:23.282Z] #7 exporting manifest sha256:9a233f2a25cfb256ce4469a9614516b9b339d37d63b40643844f0d75dbaff0fd done [2025-06-13T02:39:23.282Z] #7 exporting config sha256:8d328c9a48c41b482b9dc9cffa7e4db041d21e489d26918734f579fb34b6a536 done [2025-06-13T02:39:23.282Z] #7 exporting manifest list sha256:782186fddf518d5b840dfbe4f9b7c39a812251cf5e7b7a4d8f92bfc48efef37a done [2025-06-13T02:39:23.282Z] #7 pushing layers 0.1s done [2025-06-13T02:39:23.282Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:782186fddf518d5b840dfbe4f9b7c39a812251cf5e7b7a4d8f92bfc48efef37a [2025-06-13T02:39:23.564Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:782186fddf518d5b840dfbe4f9b7c39a812251cf5e7b7a4d8f92bfc48efef37a 0.1s done [2025-06-13T02:39:23.564Z] #7 DONE 0.2s [2025-06-13T02:39:23.564Z] [2025-06-13T02:39:23.564Z] 1 warning found (use --debug to expand): [2025-06-13T02:39:23.564Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T02:39:23.849Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest' [2025-06-13T02:39:23.849Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest --push - [2025-06-13T02:39:23.849Z] #1 [internal] load build definition from Dockerfile [2025-06-13T02:39:23.849Z] #1 transferring dockerfile: 182B done [2025-06-13T02:39:23.849Z] #1 DONE 0.0s [2025-06-13T02:39:23.849Z] [2025-06-13T02:39:23.849Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-06-13T02:39:23.849Z] #2 DONE 0.0s [2025-06-13T02:39:23.849Z] [2025-06-13T02:39:23.849Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [2025-06-13T02:39:23.849Z] #3 DONE 0.0s [2025-06-13T02:39:23.849Z] [2025-06-13T02:39:23.849Z] #4 [internal] load .dockerignore [2025-06-13T02:39:23.849Z] #4 transferring context: 2B done [2025-06-13T02:39:23.849Z] #4 DONE 0.0s [2025-06-13T02:39:23.849Z] [2025-06-13T02:39:23.849Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:5c6a728a9a09233b14a6c110747cc648ff3becb729a7f2c688b88a3ddc2bb85b [2025-06-13T02:39:23.849Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:5c6a728a9a09233b14a6c110747cc648ff3becb729a7f2c688b88a3ddc2bb85b 0.0s done [2025-06-13T02:39:23.849Z] #5 CACHED [2025-06-13T02:39:23.849Z] [2025-06-13T02:39:23.849Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:5c6a728a9a09233b14a6c110747cc648ff3becb729a7f2c688b88a3ddc2bb85b [2025-06-13T02:39:23.849Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:5c6a728a9a09233b14a6c110747cc648ff3becb729a7f2c688b88a3ddc2bb85b 0.0s done [2025-06-13T02:39:23.849Z] #6 CACHED [2025-06-13T02:39:23.849Z] [2025-06-13T02:39:23.849Z] #7 exporting to image [2025-06-13T02:39:23.849Z] #7 exporting layers done [2025-06-13T02:39:23.849Z] #7 exporting manifest sha256:d3fef29026e02783f3c71cfbf6ec105e5b56aaf0d341fd519f18df3dc7c3f17f done [2025-06-13T02:39:23.849Z] #7 exporting config sha256:2d404f9501b5c7173015527990b362516e2ac6258d6ccc520095e414c02c81e6 done [2025-06-13T02:39:23.849Z] #7 exporting manifest sha256:9a233f2a25cfb256ce4469a9614516b9b339d37d63b40643844f0d75dbaff0fd done [2025-06-13T02:39:23.849Z] #7 exporting config sha256:8d328c9a48c41b482b9dc9cffa7e4db041d21e489d26918734f579fb34b6a536 done [2025-06-13T02:39:23.849Z] #7 exporting manifest list sha256:782186fddf518d5b840dfbe4f9b7c39a812251cf5e7b7a4d8f92bfc48efef37a done [2025-06-13T02:39:23.849Z] #7 pushing layers 0.0s done [2025-06-13T02:39:23.849Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:782186fddf518d5b840dfbe4f9b7c39a812251cf5e7b7a4d8f92bfc48efef37a [2025-06-13T02:39:23.849Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T02:39:24.109Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:782186fddf518d5b840dfbe4f9b7c39a812251cf5e7b7a4d8f92bfc48efef37a 0.1s done [2025-06-13T02:39:24.109Z] #7 DONE 0.1s [2025-06-13T02:39:24.109Z] [2025-06-13T02:39:24.109Z] #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T02:39:24.109Z] #8 DONE 0.0s [2025-06-13T02:39:24.109Z] [2025-06-13T02:39:24.109Z] 1 warning found (use --debug to expand): [2025-06-13T02:39:24.109Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T02:39:24.401Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.24' [2025-06-13T02:39:24.401Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.24 --push - [2025-06-13T02:39:24.401Z] #1 [internal] load build definition from Dockerfile [2025-06-13T02:39:24.401Z] #1 transferring dockerfile: 188B done [2025-06-13T02:39:24.401Z] #1 DONE 0.0s [2025-06-13T02:39:24.401Z] [2025-06-13T02:39:24.401Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.24 [2025-06-13T02:39:24.401Z] #2 DONE 0.0s [2025-06-13T02:39:24.401Z] [2025-06-13T02:39:24.401Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.24 [2025-06-13T02:39:24.401Z] #3 DONE 0.0s [2025-06-13T02:39:24.401Z] [2025-06-13T02:39:24.401Z] #4 [internal] load .dockerignore [2025-06-13T02:39:24.401Z] #4 transferring context: 2B done [2025-06-13T02:39:24.401Z] #4 DONE 0.0s [2025-06-13T02:39:24.401Z] [2025-06-13T02:39:24.401Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.24@sha256:5c6a728a9a09233b14a6c110747cc648ff3becb729a7f2c688b88a3ddc2bb85b [2025-06-13T02:39:24.401Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.24@sha256:5c6a728a9a09233b14a6c110747cc648ff3becb729a7f2c688b88a3ddc2bb85b 0.0s done [2025-06-13T02:39:24.401Z] #5 CACHED [2025-06-13T02:39:24.401Z] [2025-06-13T02:39:24.401Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.24@sha256:5c6a728a9a09233b14a6c110747cc648ff3becb729a7f2c688b88a3ddc2bb85b [2025-06-13T02:39:24.401Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.24@sha256:5c6a728a9a09233b14a6c110747cc648ff3becb729a7f2c688b88a3ddc2bb85b 0.0s done [2025-06-13T02:39:24.401Z] #6 CACHED [2025-06-13T02:39:24.401Z] [2025-06-13T02:39:24.401Z] #7 exporting to image [2025-06-13T02:39:24.401Z] #7 exporting layers done [2025-06-13T02:39:24.401Z] #7 exporting manifest sha256:d3fef29026e02783f3c71cfbf6ec105e5b56aaf0d341fd519f18df3dc7c3f17f done [2025-06-13T02:39:24.401Z] #7 exporting config sha256:2d404f9501b5c7173015527990b362516e2ac6258d6ccc520095e414c02c81e6 done [2025-06-13T02:39:24.401Z] #7 exporting manifest sha256:9a233f2a25cfb256ce4469a9614516b9b339d37d63b40643844f0d75dbaff0fd done [2025-06-13T02:39:24.401Z] #7 exporting config sha256:8d328c9a48c41b482b9dc9cffa7e4db041d21e489d26918734f579fb34b6a536 [2025-06-13T02:39:24.401Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T02:39:24.660Z] #7 exporting config sha256:8d328c9a48c41b482b9dc9cffa7e4db041d21e489d26918734f579fb34b6a536 done [2025-06-13T02:39:24.660Z] #7 exporting manifest list sha256:782186fddf518d5b840dfbe4f9b7c39a812251cf5e7b7a4d8f92bfc48efef37a done [2025-06-13T02:39:24.660Z] #7 pushing layers 0.0s done [2025-06-13T02:39:24.660Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.24@sha256:782186fddf518d5b840dfbe4f9b7c39a812251cf5e7b7a4d8f92bfc48efef37a 0.1s done [2025-06-13T02:39:24.660Z] #7 DONE 0.1s [2025-06-13T02:39:24.660Z] [2025-06-13T02:39:24.660Z] #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T02:39:24.660Z] #8 DONE 0.0s [2025-06-13T02:39:24.660Z] [2025-06-13T02:39:24.660Z] 1 warning found (use --debug to expand): [2025-06-13T02:39:24.660Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T02:39:24.954Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24' [2025-06-13T02:39:24.954Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 --push - [2025-06-13T02:39:24.954Z] #1 [internal] load build definition from Dockerfile [2025-06-13T02:39:24.954Z] #1 transferring dockerfile: 229B done [2025-06-13T02:39:24.954Z] #1 DONE 0.0s [2025-06-13T02:39:24.954Z] [2025-06-13T02:39:24.954Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:39:24.954Z] #2 DONE 0.0s [2025-06-13T02:39:24.954Z] [2025-06-13T02:39:24.954Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:39:24.954Z] #3 DONE 0.0s [2025-06-13T02:39:24.954Z] [2025-06-13T02:39:24.954Z] #4 [internal] load .dockerignore [2025-06-13T02:39:24.954Z] #4 transferring context: 2B done [2025-06-13T02:39:24.954Z] #4 DONE 0.0s [2025-06-13T02:39:24.954Z] [2025-06-13T02:39:24.954Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:5c6a728a9a09233b14a6c110747cc648ff3becb729a7f2c688b88a3ddc2bb85b [2025-06-13T02:39:24.954Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:5c6a728a9a09233b14a6c110747cc648ff3becb729a7f2c688b88a3ddc2bb85b done [2025-06-13T02:39:24.954Z] #5 CACHED [2025-06-13T02:39:24.954Z] [2025-06-13T02:39:24.954Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:5c6a728a9a09233b14a6c110747cc648ff3becb729a7f2c688b88a3ddc2bb85b [2025-06-13T02:39:24.954Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:5c6a728a9a09233b14a6c110747cc648ff3becb729a7f2c688b88a3ddc2bb85b 0.0s done [2025-06-13T02:39:24.954Z] #6 CACHED [2025-06-13T02:39:24.954Z] [2025-06-13T02:39:24.954Z] #7 exporting to image [2025-06-13T02:39:24.954Z] #7 exporting layers done [2025-06-13T02:39:24.954Z] #7 exporting manifest sha256:d3fef29026e02783f3c71cfbf6ec105e5b56aaf0d341fd519f18df3dc7c3f17f done [2025-06-13T02:39:24.954Z] #7 exporting config sha256:2d404f9501b5c7173015527990b362516e2ac6258d6ccc520095e414c02c81e6 [2025-06-13T02:39:24.954Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T02:39:25.214Z] #7 exporting config sha256:2d404f9501b5c7173015527990b362516e2ac6258d6ccc520095e414c02c81e6 done [2025-06-13T02:39:25.214Z] #7 exporting manifest sha256:9a233f2a25cfb256ce4469a9614516b9b339d37d63b40643844f0d75dbaff0fd done [2025-06-13T02:39:25.214Z] #7 exporting config sha256:8d328c9a48c41b482b9dc9cffa7e4db041d21e489d26918734f579fb34b6a536 done [2025-06-13T02:39:25.214Z] #7 exporting manifest list sha256:782186fddf518d5b840dfbe4f9b7c39a812251cf5e7b7a4d8f92bfc48efef37a done [2025-06-13T02:39:25.214Z] #7 pushing layers 0.0s done [2025-06-13T02:39:25.214Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:782186fddf518d5b840dfbe4f9b7c39a812251cf5e7b7a4d8f92bfc48efef37a 0.1s done [2025-06-13T02:39:25.214Z] #7 DONE 0.1s [2025-06-13T02:39:25.214Z] [2025-06-13T02:39:25.214Z] #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T02:39:25.214Z] #8 DONE 0.0s [2025-06-13T02:39:25.214Z] [2025-06-13T02:39:25.214Z] 1 warning found (use --debug to expand): [2025-06-13T02:39:25.214Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T02:39:25.505Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main' [2025-06-13T02:39:25.506Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main --push - [2025-06-13T02:39:25.506Z] #1 [internal] load build definition from Dockerfile [2025-06-13T02:39:25.506Z] #1 transferring dockerfile: 180B done [2025-06-13T02:39:25.506Z] #1 DONE 0.0s [2025-06-13T02:39:25.506Z] [2025-06-13T02:39:25.506Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-06-13T02:39:25.506Z] #2 DONE 0.0s [2025-06-13T02:39:25.506Z] [2025-06-13T02:39:25.506Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [2025-06-13T02:39:25.506Z] #3 DONE 0.0s [2025-06-13T02:39:25.506Z] [2025-06-13T02:39:25.506Z] #4 [internal] load .dockerignore [2025-06-13T02:39:25.506Z] #4 transferring context: 2B done [2025-06-13T02:39:25.506Z] #4 DONE 0.0s [2025-06-13T02:39:25.506Z] [2025-06-13T02:39:25.506Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:5c6a728a9a09233b14a6c110747cc648ff3becb729a7f2c688b88a3ddc2bb85b [2025-06-13T02:39:25.506Z] #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:5c6a728a9a09233b14a6c110747cc648ff3becb729a7f2c688b88a3ddc2bb85b done [2025-06-13T02:39:25.506Z] #5 CACHED [2025-06-13T02:39:25.506Z] [2025-06-13T02:39:25.506Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:5c6a728a9a09233b14a6c110747cc648ff3becb729a7f2c688b88a3ddc2bb85b [2025-06-13T02:39:25.506Z] #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:5c6a728a9a09233b14a6c110747cc648ff3becb729a7f2c688b88a3ddc2bb85b done [2025-06-13T02:39:25.506Z] #6 CACHED [2025-06-13T02:39:25.506Z] [2025-06-13T02:39:25.506Z] #7 exporting to image [2025-06-13T02:39:25.506Z] #7 exporting layers done [2025-06-13T02:39:25.506Z] #7 exporting manifest sha256:d3fef29026e02783f3c71cfbf6ec105e5b56aaf0d341fd519f18df3dc7c3f17f done [2025-06-13T02:39:25.506Z] #7 exporting config sha256:2d404f9501b5c7173015527990b362516e2ac6258d6ccc520095e414c02c81e6 done [2025-06-13T02:39:25.506Z] #7 exporting manifest sha256:9a233f2a25cfb256ce4469a9614516b9b339d37d63b40643844f0d75dbaff0fd done [2025-06-13T02:39:25.506Z] #7 exporting config sha256:8d328c9a48c41b482b9dc9cffa7e4db041d21e489d26918734f579fb34b6a536 done [2025-06-13T02:39:25.506Z] #7 exporting manifest list sha256:782186fddf518d5b840dfbe4f9b7c39a812251cf5e7b7a4d8f92bfc48efef37a done [2025-06-13T02:39:25.506Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T02:39:25.766Z] #7 pushing layers 0.0s done [2025-06-13T02:39:25.766Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:782186fddf518d5b840dfbe4f9b7c39a812251cf5e7b7a4d8f92bfc48efef37a 0.1s done [2025-06-13T02:39:25.766Z] #7 DONE 0.1s [2025-06-13T02:39:25.766Z] [2025-06-13T02:39:25.766Z] #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T02:39:25.766Z] #8 DONE 0.0s [2025-06-13T02:39:25.766Z] [2025-06-13T02:39:25.766Z] 1 warning found (use --debug to expand): [2025-06-13T02:39:25.766Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T02:39:26.059Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca' [2025-06-13T02:39:26.059Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca --push - [2025-06-13T02:39:26.060Z] #1 [internal] load build definition from Dockerfile [2025-06-13T02:39:26.060Z] #1 transferring dockerfile: 194B done [2025-06-13T02:39:26.060Z] #1 DONE 0.0s [2025-06-13T02:39:26.060Z] [2025-06-13T02:39:26.060Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:39:26.060Z] #2 DONE 0.0s [2025-06-13T02:39:26.060Z] [2025-06-13T02:39:26.060Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:39:26.060Z] #3 DONE 0.0s [2025-06-13T02:39:26.060Z] [2025-06-13T02:39:26.060Z] #4 [internal] load .dockerignore [2025-06-13T02:39:26.060Z] #4 transferring context: 2B done [2025-06-13T02:39:26.060Z] #4 DONE 0.0s [2025-06-13T02:39:26.060Z] [2025-06-13T02:39:26.060Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:38c589aaf903344b6fa3d001b68f4642e17c921f5ebe4b1bba7e93c765f28e51 [2025-06-13T02:39:26.060Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:38c589aaf903344b6fa3d001b68f4642e17c921f5ebe4b1bba7e93c765f28e51 done [2025-06-13T02:39:26.060Z] #5 DONE 0.0s [2025-06-13T02:39:26.060Z] [2025-06-13T02:39:26.060Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:38c589aaf903344b6fa3d001b68f4642e17c921f5ebe4b1bba7e93c765f28e51 [2025-06-13T02:39:26.319Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:38c589aaf903344b6fa3d001b68f4642e17c921f5ebe4b1bba7e93c765f28e51 done [2025-06-13T02:39:26.319Z] #6 DONE 0.0s [2025-06-13T02:39:26.319Z] [2025-06-13T02:39:26.319Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:38c589aaf903344b6fa3d001b68f4642e17c921f5ebe4b1bba7e93c765f28e51 [2025-06-13T02:39:26.319Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:38c589aaf903344b6fa3d001b68f4642e17c921f5ebe4b1bba7e93c765f28e51 done [2025-06-13T02:39:26.319Z] #5 DONE 0.1s [2025-06-13T02:39:26.319Z] [2025-06-13T02:39:26.319Z] #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T02:39:26.579Z] #7 DONE 0.0s [2025-06-13T02:39:26.579Z] [2025-06-13T02:39:26.579Z] #8 exporting to image [2025-06-13T02:39:26.579Z] #8 exporting layers done [2025-06-13T02:39:26.579Z] #8 exporting manifest sha256:0525a9813da53b712803740a96bcdfd2ab00057aa73a5ab5b6bd7c00aa0d8e93 done [2025-06-13T02:39:26.579Z] #8 exporting config sha256:c0d7f7740d646031938e4001ad342a249349a5a092b650a1749c867d169f44ab done [2025-06-13T02:39:26.579Z] #8 exporting manifest sha256:1e77343583a7349d5e31d7140c6d32ba725ba1120893f8092c157db31fb01a60 done [2025-06-13T02:39:26.579Z] #8 exporting config sha256:62f2955b6763daf89090fa1fd9a0041bc71dca73198626ac5cf2717c7fe781fa done [2025-06-13T02:39:26.579Z] #8 exporting manifest list sha256:86c1ec59e3a2e9b6da6561d507f1ee646fa79abbb1cbaea73fe0377bbbe043d0 done [2025-06-13T02:39:26.579Z] #8 pushing layers 0.1s done [2025-06-13T02:39:26.579Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:86c1ec59e3a2e9b6da6561d507f1ee646fa79abbb1cbaea73fe0377bbbe043d0 [2025-06-13T02:39:26.579Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T02:39:26.579Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:86c1ec59e3a2e9b6da6561d507f1ee646fa79abbb1cbaea73fe0377bbbe043d0 0.1s done [2025-06-13T02:39:26.579Z] #8 DONE 0.2s [2025-06-13T02:39:26.579Z] [2025-06-13T02:39:26.579Z] 1 warning found (use --debug to expand): [2025-06-13T02:39:26.579Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T02:39:26.867Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:latest --push - [2025-06-13T02:39:26.867Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:latest' [2025-06-13T02:39:27.127Z] #1 [internal] load build definition from Dockerfile [2025-06-13T02:39:27.127Z] #1 transferring dockerfile: 160B done [2025-06-13T02:39:27.127Z] #1 DONE 0.0s [2025-06-13T02:39:27.127Z] [2025-06-13T02:39:27.127Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest [2025-06-13T02:39:27.127Z] #2 DONE 0.0s [2025-06-13T02:39:27.127Z] [2025-06-13T02:39:27.127Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest [2025-06-13T02:39:27.127Z] #3 DONE 0.0s [2025-06-13T02:39:27.127Z] [2025-06-13T02:39:27.127Z] #4 [internal] load .dockerignore [2025-06-13T02:39:27.127Z] #4 transferring context: 2B done [2025-06-13T02:39:27.127Z] #4 DONE 0.0s [2025-06-13T02:39:27.127Z] [2025-06-13T02:39:27.127Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:38c589aaf903344b6fa3d001b68f4642e17c921f5ebe4b1bba7e93c765f28e51 [2025-06-13T02:39:27.127Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:38c589aaf903344b6fa3d001b68f4642e17c921f5ebe4b1bba7e93c765f28e51 done [2025-06-13T02:39:27.127Z] #5 CACHED [2025-06-13T02:39:27.127Z] [2025-06-13T02:39:27.127Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:38c589aaf903344b6fa3d001b68f4642e17c921f5ebe4b1bba7e93c765f28e51 [2025-06-13T02:39:27.127Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:38c589aaf903344b6fa3d001b68f4642e17c921f5ebe4b1bba7e93c765f28e51 done [2025-06-13T02:39:27.127Z] #6 CACHED [2025-06-13T02:39:27.127Z] [2025-06-13T02:39:27.127Z] #7 exporting to image [2025-06-13T02:39:27.127Z] #7 exporting layers done [2025-06-13T02:39:27.127Z] #7 exporting manifest sha256:0525a9813da53b712803740a96bcdfd2ab00057aa73a5ab5b6bd7c00aa0d8e93 done [2025-06-13T02:39:27.127Z] #7 exporting config sha256:c0d7f7740d646031938e4001ad342a249349a5a092b650a1749c867d169f44ab done [2025-06-13T02:39:27.127Z] #7 exporting manifest sha256:1e77343583a7349d5e31d7140c6d32ba725ba1120893f8092c157db31fb01a60 done [2025-06-13T02:39:27.127Z] #7 exporting config sha256:62f2955b6763daf89090fa1fd9a0041bc71dca73198626ac5cf2717c7fe781fa done [2025-06-13T02:39:27.127Z] #7 exporting manifest list sha256:86c1ec59e3a2e9b6da6561d507f1ee646fa79abbb1cbaea73fe0377bbbe043d0 done [2025-06-13T02:39:27.127Z] #7 pushing layers 0.0s done [2025-06-13T02:39:27.127Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:latest@sha256:86c1ec59e3a2e9b6da6561d507f1ee646fa79abbb1cbaea73fe0377bbbe043d0 [2025-06-13T02:39:27.127Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T02:39:27.127Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:latest@sha256:86c1ec59e3a2e9b6da6561d507f1ee646fa79abbb1cbaea73fe0377bbbe043d0 0.1s done [2025-06-13T02:39:27.127Z] #7 DONE 0.1s [2025-06-13T02:39:27.127Z] [2025-06-13T02:39:27.127Z] #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T02:39:27.127Z] #8 DONE 0.0s [2025-06-13T02:39:27.127Z] [2025-06-13T02:39:27.127Z] 1 warning found (use --debug to expand): [2025-06-13T02:39:27.127Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T02:39:27.412Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.24' [2025-06-13T02:39:27.412Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.24 --push - [2025-06-13T02:39:27.412Z] #1 [internal] load build definition from Dockerfile [2025-06-13T02:39:27.412Z] #1 transferring dockerfile: 166B done [2025-06-13T02:39:27.412Z] #1 DONE 0.0s [2025-06-13T02:39:27.412Z] [2025-06-13T02:39:27.412Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.24 [2025-06-13T02:39:27.412Z] #2 DONE 0.0s [2025-06-13T02:39:27.412Z] [2025-06-13T02:39:27.412Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.24 [2025-06-13T02:39:27.412Z] #3 DONE 0.0s [2025-06-13T02:39:27.412Z] [2025-06-13T02:39:27.412Z] #4 [internal] load .dockerignore [2025-06-13T02:39:27.412Z] #4 transferring context: 2B done [2025-06-13T02:39:27.412Z] #4 DONE 0.0s [2025-06-13T02:39:27.412Z] [2025-06-13T02:39:27.412Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.24@sha256:38c589aaf903344b6fa3d001b68f4642e17c921f5ebe4b1bba7e93c765f28e51 [2025-06-13T02:39:27.412Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.24@sha256:38c589aaf903344b6fa3d001b68f4642e17c921f5ebe4b1bba7e93c765f28e51 done [2025-06-13T02:39:27.412Z] #5 CACHED [2025-06-13T02:39:27.412Z] [2025-06-13T02:39:27.412Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.24@sha256:38c589aaf903344b6fa3d001b68f4642e17c921f5ebe4b1bba7e93c765f28e51 [2025-06-13T02:39:27.412Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.24@sha256:38c589aaf903344b6fa3d001b68f4642e17c921f5ebe4b1bba7e93c765f28e51 done [2025-06-13T02:39:27.412Z] #6 CACHED [2025-06-13T02:39:27.412Z] [2025-06-13T02:39:27.412Z] #7 exporting to image [2025-06-13T02:39:27.412Z] #7 exporting layers done [2025-06-13T02:39:27.412Z] #7 exporting manifest sha256:0525a9813da53b712803740a96bcdfd2ab00057aa73a5ab5b6bd7c00aa0d8e93 done [2025-06-13T02:39:27.412Z] #7 exporting config sha256:c0d7f7740d646031938e4001ad342a249349a5a092b650a1749c867d169f44ab done [2025-06-13T02:39:27.412Z] #7 exporting manifest sha256:1e77343583a7349d5e31d7140c6d32ba725ba1120893f8092c157db31fb01a60 done [2025-06-13T02:39:27.412Z] #7 exporting config sha256:62f2955b6763daf89090fa1fd9a0041bc71dca73198626ac5cf2717c7fe781fa done [2025-06-13T02:39:27.412Z] #7 exporting manifest list sha256:86c1ec59e3a2e9b6da6561d507f1ee646fa79abbb1cbaea73fe0377bbbe043d0 done [2025-06-13T02:39:27.412Z] #7 pushing layers 0.0s done [2025-06-13T02:39:27.412Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.24@sha256:86c1ec59e3a2e9b6da6561d507f1ee646fa79abbb1cbaea73fe0377bbbe043d0 [2025-06-13T02:39:27.412Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T02:39:27.678Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.24@sha256:86c1ec59e3a2e9b6da6561d507f1ee646fa79abbb1cbaea73fe0377bbbe043d0 0.1s done [2025-06-13T02:39:27.678Z] #7 DONE 0.1s [2025-06-13T02:39:27.678Z] [2025-06-13T02:39:27.678Z] #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T02:39:27.678Z] #8 DONE 0.0s [2025-06-13T02:39:27.678Z] [2025-06-13T02:39:27.678Z] 1 warning found (use --debug to expand): [2025-06-13T02:39:27.678Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T02:39:27.973Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 --push - [2025-06-13T02:39:27.973Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24' [2025-06-13T02:39:27.973Z] #1 [internal] load build definition from Dockerfile [2025-06-13T02:39:27.973Z] #1 transferring dockerfile: 207B done [2025-06-13T02:39:27.973Z] #1 DONE 0.0s [2025-06-13T02:39:27.973Z] [2025-06-13T02:39:27.973Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:39:27.973Z] #2 DONE 0.0s [2025-06-13T02:39:27.973Z] [2025-06-13T02:39:27.973Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:39:27.973Z] #3 DONE 0.0s [2025-06-13T02:39:27.973Z] [2025-06-13T02:39:27.973Z] #4 [internal] load .dockerignore [2025-06-13T02:39:27.973Z] #4 transferring context: 2B done [2025-06-13T02:39:27.973Z] #4 DONE 0.0s [2025-06-13T02:39:27.973Z] [2025-06-13T02:39:27.973Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:38c589aaf903344b6fa3d001b68f4642e17c921f5ebe4b1bba7e93c765f28e51 [2025-06-13T02:39:27.973Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:38c589aaf903344b6fa3d001b68f4642e17c921f5ebe4b1bba7e93c765f28e51 done [2025-06-13T02:39:27.973Z] #5 CACHED [2025-06-13T02:39:27.973Z] [2025-06-13T02:39:27.973Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:38c589aaf903344b6fa3d001b68f4642e17c921f5ebe4b1bba7e93c765f28e51 [2025-06-13T02:39:27.973Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:38c589aaf903344b6fa3d001b68f4642e17c921f5ebe4b1bba7e93c765f28e51 0.0s done [2025-06-13T02:39:27.973Z] #6 CACHED [2025-06-13T02:39:27.973Z] [2025-06-13T02:39:27.973Z] #7 exporting to image [2025-06-13T02:39:27.973Z] #7 exporting layers done [2025-06-13T02:39:27.973Z] #7 exporting manifest sha256:0525a9813da53b712803740a96bcdfd2ab00057aa73a5ab5b6bd7c00aa0d8e93 done [2025-06-13T02:39:27.973Z] #7 exporting config sha256:c0d7f7740d646031938e4001ad342a249349a5a092b650a1749c867d169f44ab done [2025-06-13T02:39:27.973Z] #7 exporting manifest sha256:1e77343583a7349d5e31d7140c6d32ba725ba1120893f8092c157db31fb01a60 done [2025-06-13T02:39:27.973Z] #7 exporting config sha256:62f2955b6763daf89090fa1fd9a0041bc71dca73198626ac5cf2717c7fe781fa done [2025-06-13T02:39:27.974Z] #7 exporting manifest list sha256:86c1ec59e3a2e9b6da6561d507f1ee646fa79abbb1cbaea73fe0377bbbe043d0 done [2025-06-13T02:39:27.974Z] #7 pushing layers 0.0s done [2025-06-13T02:39:27.974Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:86c1ec59e3a2e9b6da6561d507f1ee646fa79abbb1cbaea73fe0377bbbe043d0 [2025-06-13T02:39:27.974Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T02:39:28.233Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:86c1ec59e3a2e9b6da6561d507f1ee646fa79abbb1cbaea73fe0377bbbe043d0 0.1s done [2025-06-13T02:39:28.233Z] #7 DONE 0.1s [2025-06-13T02:39:28.233Z] [2025-06-13T02:39:28.233Z] #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T02:39:28.233Z] #8 DONE 0.0s [2025-06-13T02:39:28.233Z] [2025-06-13T02:39:28.233Z] 1 warning found (use --debug to expand): [2025-06-13T02:39:28.233Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T02:39:28.519Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:main' [2025-06-13T02:39:28.520Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:main --push - [2025-06-13T02:39:28.780Z] #1 [internal] load build definition from Dockerfile [2025-06-13T02:39:28.780Z] #1 transferring dockerfile: 158B done [2025-06-13T02:39:28.780Z] #1 DONE 0.0s [2025-06-13T02:39:28.780Z] [2025-06-13T02:39:28.780Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main [2025-06-13T02:39:28.780Z] #2 DONE 0.0s [2025-06-13T02:39:28.780Z] [2025-06-13T02:39:28.780Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main [2025-06-13T02:39:28.780Z] #3 DONE 0.0s [2025-06-13T02:39:28.780Z] [2025-06-13T02:39:28.780Z] #4 [internal] load .dockerignore [2025-06-13T02:39:28.780Z] #4 transferring context: 2B done [2025-06-13T02:39:28.780Z] #4 DONE 0.0s [2025-06-13T02:39:28.780Z] [2025-06-13T02:39:28.780Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:38c589aaf903344b6fa3d001b68f4642e17c921f5ebe4b1bba7e93c765f28e51 [2025-06-13T02:39:28.780Z] #5 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:38c589aaf903344b6fa3d001b68f4642e17c921f5ebe4b1bba7e93c765f28e51 0.0s done [2025-06-13T02:39:28.780Z] #5 CACHED [2025-06-13T02:39:28.780Z] [2025-06-13T02:39:28.780Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:38c589aaf903344b6fa3d001b68f4642e17c921f5ebe4b1bba7e93c765f28e51 [2025-06-13T02:39:28.780Z] #6 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:38c589aaf903344b6fa3d001b68f4642e17c921f5ebe4b1bba7e93c765f28e51 0.0s done [2025-06-13T02:39:28.780Z] #6 CACHED [2025-06-13T02:39:28.780Z] [2025-06-13T02:39:28.780Z] #7 exporting to image [2025-06-13T02:39:28.780Z] #7 exporting layers done [2025-06-13T02:39:28.780Z] #7 exporting manifest sha256:0525a9813da53b712803740a96bcdfd2ab00057aa73a5ab5b6bd7c00aa0d8e93 done [2025-06-13T02:39:28.780Z] #7 exporting config sha256:c0d7f7740d646031938e4001ad342a249349a5a092b650a1749c867d169f44ab done [2025-06-13T02:39:28.780Z] #7 exporting manifest sha256:1e77343583a7349d5e31d7140c6d32ba725ba1120893f8092c157db31fb01a60 done [2025-06-13T02:39:28.780Z] #7 exporting config sha256:62f2955b6763daf89090fa1fd9a0041bc71dca73198626ac5cf2717c7fe781fa done [2025-06-13T02:39:28.780Z] #7 exporting manifest list sha256:86c1ec59e3a2e9b6da6561d507f1ee646fa79abbb1cbaea73fe0377bbbe043d0 done [2025-06-13T02:39:28.780Z] #7 pushing layers 0.0s done [2025-06-13T02:39:28.780Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:86c1ec59e3a2e9b6da6561d507f1ee646fa79abbb1cbaea73fe0377bbbe043d0 [2025-06-13T02:39:28.780Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T02:39:28.780Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:86c1ec59e3a2e9b6da6561d507f1ee646fa79abbb1cbaea73fe0377bbbe043d0 0.1s done [2025-06-13T02:39:28.780Z] #7 DONE 0.1s [2025-06-13T02:39:28.780Z] [2025-06-13T02:39:28.780Z] #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T02:39:28.780Z] #8 DONE 0.0s [2025-06-13T02:39:28.780Z] [2025-06-13T02:39:28.780Z] 1 warning found (use --debug to expand): [2025-06-13T02:39:28.780Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T02:39:29.065Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca --push - [2025-06-13T02:39:29.066Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca' [2025-06-13T02:39:29.324Z] #1 [internal] load build definition from Dockerfile [2025-06-13T02:39:29.324Z] #1 transferring dockerfile: 196B done [2025-06-13T02:39:29.324Z] #1 DONE 0.0s [2025-06-13T02:39:29.324Z] [2025-06-13T02:39:29.324Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:39:29.324Z] #2 DONE 0.0s [2025-06-13T02:39:29.324Z] [2025-06-13T02:39:29.324Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:39:29.324Z] #3 DONE 0.0s [2025-06-13T02:39:29.324Z] [2025-06-13T02:39:29.324Z] #4 [internal] load .dockerignore [2025-06-13T02:39:29.324Z] #4 transferring context: 2B done [2025-06-13T02:39:29.324Z] #4 DONE 0.0s [2025-06-13T02:39:29.324Z] [2025-06-13T02:39:29.324Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:0f14834434ef3ed9ac24785097b8b5bb2d46ceb4f32265e35e5a02475967c851 [2025-06-13T02:39:29.324Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:0f14834434ef3ed9ac24785097b8b5bb2d46ceb4f32265e35e5a02475967c851 [2025-06-13T02:39:29.324Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:0f14834434ef3ed9ac24785097b8b5bb2d46ceb4f32265e35e5a02475967c851 done [2025-06-13T02:39:29.324Z] #5 DONE 0.0s [2025-06-13T02:39:29.324Z] [2025-06-13T02:39:29.324Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:0f14834434ef3ed9ac24785097b8b5bb2d46ceb4f32265e35e5a02475967c851 [2025-06-13T02:39:29.324Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:0f14834434ef3ed9ac24785097b8b5bb2d46ceb4f32265e35e5a02475967c851 0.0s done [2025-06-13T02:39:29.324Z] #6 DONE 0.1s [2025-06-13T02:39:29.324Z] [2025-06-13T02:39:29.324Z] #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T02:39:29.586Z] #7 DONE 0.0s [2025-06-13T02:39:29.587Z] [2025-06-13T02:39:29.587Z] #8 exporting to image [2025-06-13T02:39:29.587Z] #8 exporting layers done [2025-06-13T02:39:29.587Z] #8 exporting manifest sha256:d93746fc85e062268d5fc8cf538c83e3e3d29b0224e62037f3798e50dd1bcad1 done [2025-06-13T02:39:29.587Z] #8 exporting config sha256:968880789417b50447b49dc71abf134a7b88ddf996dd65aee26ae44506c06b86 done [2025-06-13T02:39:29.587Z] #8 exporting manifest sha256:2e5bc2954d0ac41ab17c12cd373160609d221db2ebb87bd700005a84f7686a16 done [2025-06-13T02:39:29.587Z] #8 exporting config sha256:2aa46cf5b295da592f0ceda2988a59d912535371c8c9971ad713626065ce33f3 done [2025-06-13T02:39:29.587Z] #8 exporting manifest list sha256:a5da852b0fab01307ae706bd7c46dab211e28ef22287d2d2cf79eaee4ab21319 done [2025-06-13T02:39:29.587Z] #8 pushing layers 0.1s done [2025-06-13T02:39:29.587Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:a5da852b0fab01307ae706bd7c46dab211e28ef22287d2d2cf79eaee4ab21319 [2025-06-13T02:39:29.587Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T02:39:29.587Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:a5da852b0fab01307ae706bd7c46dab211e28ef22287d2d2cf79eaee4ab21319 0.1s done [2025-06-13T02:39:29.587Z] #8 DONE 0.2s [2025-06-13T02:39:29.587Z] [2025-06-13T02:39:29.587Z] 1 warning found (use --debug to expand): [2025-06-13T02:39:29.587Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T02:39:29.879Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:latest' [2025-06-13T02:39:29.879Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:latest --push - [2025-06-13T02:39:29.879Z] #1 [internal] load build definition from Dockerfile [2025-06-13T02:39:29.879Z] #1 transferring dockerfile: 162B done [2025-06-13T02:39:29.879Z] #1 DONE 0.0s [2025-06-13T02:39:29.879Z] [2025-06-13T02:39:29.879Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-06-13T02:39:29.879Z] #2 DONE 0.0s [2025-06-13T02:39:29.879Z] [2025-06-13T02:39:29.879Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest [2025-06-13T02:39:29.879Z] #3 DONE 0.0s [2025-06-13T02:39:29.879Z] [2025-06-13T02:39:29.879Z] #4 [internal] load .dockerignore [2025-06-13T02:39:29.879Z] #4 transferring context: 2B done [2025-06-13T02:39:29.879Z] #4 DONE 0.0s [2025-06-13T02:39:29.879Z] [2025-06-13T02:39:29.879Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:0f14834434ef3ed9ac24785097b8b5bb2d46ceb4f32265e35e5a02475967c851 [2025-06-13T02:39:29.879Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:0f14834434ef3ed9ac24785097b8b5bb2d46ceb4f32265e35e5a02475967c851 done [2025-06-13T02:39:29.879Z] #5 CACHED [2025-06-13T02:39:29.879Z] [2025-06-13T02:39:29.879Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:0f14834434ef3ed9ac24785097b8b5bb2d46ceb4f32265e35e5a02475967c851 [2025-06-13T02:39:29.879Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:0f14834434ef3ed9ac24785097b8b5bb2d46ceb4f32265e35e5a02475967c851 done [2025-06-13T02:39:29.879Z] #6 CACHED [2025-06-13T02:39:29.880Z] [2025-06-13T02:39:29.880Z] #7 exporting to image [2025-06-13T02:39:29.880Z] #7 exporting layers done [2025-06-13T02:39:29.880Z] #7 exporting manifest sha256:d93746fc85e062268d5fc8cf538c83e3e3d29b0224e62037f3798e50dd1bcad1 done [2025-06-13T02:39:29.880Z] #7 exporting config sha256:968880789417b50447b49dc71abf134a7b88ddf996dd65aee26ae44506c06b86 done [2025-06-13T02:39:29.880Z] #7 exporting manifest sha256:2e5bc2954d0ac41ab17c12cd373160609d221db2ebb87bd700005a84f7686a16 done [2025-06-13T02:39:29.880Z] #7 exporting config sha256:2aa46cf5b295da592f0ceda2988a59d912535371c8c9971ad713626065ce33f3 done [2025-06-13T02:39:29.880Z] #7 exporting manifest list sha256:a5da852b0fab01307ae706bd7c46dab211e28ef22287d2d2cf79eaee4ab21319 done [2025-06-13T02:39:29.880Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T02:39:30.139Z] #7 pushing layers 0.0s done [2025-06-13T02:39:30.139Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:a5da852b0fab01307ae706bd7c46dab211e28ef22287d2d2cf79eaee4ab21319 0.1s done [2025-06-13T02:39:30.139Z] #7 DONE 0.1s [2025-06-13T02:39:30.139Z] [2025-06-13T02:39:30.139Z] #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T02:39:30.139Z] #8 DONE 0.0s [2025-06-13T02:39:30.139Z] [2025-06-13T02:39:30.139Z] 1 warning found (use --debug to expand): [2025-06-13T02:39:30.139Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T02:39:30.441Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.24' [2025-06-13T02:39:30.441Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.24 --push - [2025-06-13T02:39:30.441Z] #1 [internal] load build definition from Dockerfile [2025-06-13T02:39:30.441Z] #1 transferring dockerfile: 168B done [2025-06-13T02:39:30.441Z] #1 DONE 0.0s [2025-06-13T02:39:30.441Z] [2025-06-13T02:39:30.441Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.24 [2025-06-13T02:39:30.441Z] #2 DONE 0.0s [2025-06-13T02:39:30.441Z] [2025-06-13T02:39:30.441Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.24 [2025-06-13T02:39:30.441Z] #3 DONE 0.0s [2025-06-13T02:39:30.441Z] [2025-06-13T02:39:30.441Z] #4 [internal] load .dockerignore [2025-06-13T02:39:30.441Z] #4 transferring context: 2B done [2025-06-13T02:39:30.441Z] #4 DONE 0.0s [2025-06-13T02:39:30.441Z] [2025-06-13T02:39:30.441Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.24@sha256:0f14834434ef3ed9ac24785097b8b5bb2d46ceb4f32265e35e5a02475967c851 [2025-06-13T02:39:30.441Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.24@sha256:0f14834434ef3ed9ac24785097b8b5bb2d46ceb4f32265e35e5a02475967c851 done [2025-06-13T02:39:30.441Z] #5 CACHED [2025-06-13T02:39:30.441Z] [2025-06-13T02:39:30.441Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.24@sha256:0f14834434ef3ed9ac24785097b8b5bb2d46ceb4f32265e35e5a02475967c851 [2025-06-13T02:39:30.441Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.24@sha256:0f14834434ef3ed9ac24785097b8b5bb2d46ceb4f32265e35e5a02475967c851 done [2025-06-13T02:39:30.441Z] #6 CACHED [2025-06-13T02:39:30.441Z] [2025-06-13T02:39:30.441Z] #7 exporting to image [2025-06-13T02:39:30.441Z] #7 exporting layers done [2025-06-13T02:39:30.441Z] #7 exporting manifest sha256:d93746fc85e062268d5fc8cf538c83e3e3d29b0224e62037f3798e50dd1bcad1 done [2025-06-13T02:39:30.441Z] #7 exporting config sha256:968880789417b50447b49dc71abf134a7b88ddf996dd65aee26ae44506c06b86 done [2025-06-13T02:39:30.441Z] #7 exporting manifest sha256:2e5bc2954d0ac41ab17c12cd373160609d221db2ebb87bd700005a84f7686a16 done [2025-06-13T02:39:30.441Z] #7 exporting config sha256:2aa46cf5b295da592f0ceda2988a59d912535371c8c9971ad713626065ce33f3 done [2025-06-13T02:39:30.441Z] #7 exporting manifest list sha256:a5da852b0fab01307ae706bd7c46dab211e28ef22287d2d2cf79eaee4ab21319 done [2025-06-13T02:39:30.441Z] #7 pushing layers 0.0s done [2025-06-13T02:39:30.441Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.24@sha256:a5da852b0fab01307ae706bd7c46dab211e28ef22287d2d2cf79eaee4ab21319 [2025-06-13T02:39:30.441Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T02:39:30.700Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.24@sha256:a5da852b0fab01307ae706bd7c46dab211e28ef22287d2d2cf79eaee4ab21319 0.1s done [2025-06-13T02:39:30.700Z] #7 DONE 0.1s [2025-06-13T02:39:30.700Z] [2025-06-13T02:39:30.700Z] #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T02:39:30.700Z] #8 DONE 0.0s [2025-06-13T02:39:30.700Z] [2025-06-13T02:39:30.700Z] 1 warning found (use --debug to expand): [2025-06-13T02:39:30.700Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T02:39:31.000Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24' [2025-06-13T02:39:31.000Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 --push - [2025-06-13T02:39:31.000Z] #1 [internal] load build definition from Dockerfile [2025-06-13T02:39:31.000Z] #1 transferring dockerfile: 209B done [2025-06-13T02:39:31.000Z] #1 DONE 0.0s [2025-06-13T02:39:31.000Z] [2025-06-13T02:39:31.000Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:39:31.000Z] #2 DONE 0.0s [2025-06-13T02:39:31.000Z] [2025-06-13T02:39:31.000Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:39:31.000Z] #3 DONE 0.0s [2025-06-13T02:39:31.000Z] [2025-06-13T02:39:31.000Z] #4 [internal] load .dockerignore [2025-06-13T02:39:31.000Z] #4 transferring context: 2B done [2025-06-13T02:39:31.000Z] #4 DONE 0.0s [2025-06-13T02:39:31.000Z] [2025-06-13T02:39:31.000Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:0f14834434ef3ed9ac24785097b8b5bb2d46ceb4f32265e35e5a02475967c851 [2025-06-13T02:39:31.000Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:0f14834434ef3ed9ac24785097b8b5bb2d46ceb4f32265e35e5a02475967c851 done [2025-06-13T02:39:31.000Z] #5 CACHED [2025-06-13T02:39:31.000Z] [2025-06-13T02:39:31.000Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:0f14834434ef3ed9ac24785097b8b5bb2d46ceb4f32265e35e5a02475967c851 [2025-06-13T02:39:31.000Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:0f14834434ef3ed9ac24785097b8b5bb2d46ceb4f32265e35e5a02475967c851 done [2025-06-13T02:39:31.000Z] #6 CACHED [2025-06-13T02:39:31.000Z] [2025-06-13T02:39:31.000Z] #7 exporting to image [2025-06-13T02:39:31.000Z] #7 exporting layers done [2025-06-13T02:39:31.000Z] #7 exporting manifest sha256:d93746fc85e062268d5fc8cf538c83e3e3d29b0224e62037f3798e50dd1bcad1 done [2025-06-13T02:39:31.000Z] #7 exporting config sha256:968880789417b50447b49dc71abf134a7b88ddf996dd65aee26ae44506c06b86 [2025-06-13T02:39:31.000Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T02:39:31.259Z] #7 exporting config sha256:968880789417b50447b49dc71abf134a7b88ddf996dd65aee26ae44506c06b86 done [2025-06-13T02:39:31.259Z] #7 exporting manifest sha256:2e5bc2954d0ac41ab17c12cd373160609d221db2ebb87bd700005a84f7686a16 done [2025-06-13T02:39:31.259Z] #7 exporting config sha256:2aa46cf5b295da592f0ceda2988a59d912535371c8c9971ad713626065ce33f3 done [2025-06-13T02:39:31.259Z] #7 exporting manifest list sha256:a5da852b0fab01307ae706bd7c46dab211e28ef22287d2d2cf79eaee4ab21319 done [2025-06-13T02:39:31.259Z] #7 pushing layers 0.0s done [2025-06-13T02:39:31.259Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:a5da852b0fab01307ae706bd7c46dab211e28ef22287d2d2cf79eaee4ab21319 0.1s done [2025-06-13T02:39:31.259Z] #7 DONE 0.1s [2025-06-13T02:39:31.259Z] [2025-06-13T02:39:31.259Z] #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T02:39:31.259Z] #8 DONE 0.0s [2025-06-13T02:39:31.259Z] [2025-06-13T02:39:31.259Z] 1 warning found (use --debug to expand): [2025-06-13T02:39:31.259Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T02:39:31.562Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:main' [2025-06-13T02:39:31.562Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:main --push - [2025-06-13T02:39:31.821Z] #1 [internal] load build definition from Dockerfile [2025-06-13T02:39:31.821Z] #1 transferring dockerfile: 160B done [2025-06-13T02:39:31.821Z] #1 DONE 0.0s [2025-06-13T02:39:31.821Z] [2025-06-13T02:39:31.821Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main [2025-06-13T02:39:31.821Z] #2 DONE 0.0s [2025-06-13T02:39:31.821Z] [2025-06-13T02:39:31.821Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main [2025-06-13T02:39:31.821Z] #3 DONE 0.0s [2025-06-13T02:39:31.821Z] [2025-06-13T02:39:31.821Z] #4 [internal] load .dockerignore [2025-06-13T02:39:31.821Z] #4 transferring context: 2B done [2025-06-13T02:39:31.821Z] #4 DONE 0.0s [2025-06-13T02:39:31.821Z] [2025-06-13T02:39:31.821Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:0f14834434ef3ed9ac24785097b8b5bb2d46ceb4f32265e35e5a02475967c851 [2025-06-13T02:39:31.821Z] #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:0f14834434ef3ed9ac24785097b8b5bb2d46ceb4f32265e35e5a02475967c851 0.0s done [2025-06-13T02:39:31.821Z] #5 CACHED [2025-06-13T02:39:31.821Z] [2025-06-13T02:39:31.821Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:0f14834434ef3ed9ac24785097b8b5bb2d46ceb4f32265e35e5a02475967c851 [2025-06-13T02:39:31.821Z] #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:0f14834434ef3ed9ac24785097b8b5bb2d46ceb4f32265e35e5a02475967c851 0.0s done [2025-06-13T02:39:31.821Z] #6 CACHED [2025-06-13T02:39:31.821Z] [2025-06-13T02:39:31.821Z] #7 exporting to image [2025-06-13T02:39:31.821Z] #7 exporting layers done [2025-06-13T02:39:31.821Z] #7 exporting manifest sha256:d93746fc85e062268d5fc8cf538c83e3e3d29b0224e62037f3798e50dd1bcad1 done [2025-06-13T02:39:31.821Z] #7 exporting config sha256:968880789417b50447b49dc71abf134a7b88ddf996dd65aee26ae44506c06b86 done [2025-06-13T02:39:31.821Z] #7 exporting manifest sha256:2e5bc2954d0ac41ab17c12cd373160609d221db2ebb87bd700005a84f7686a16 done [2025-06-13T02:39:31.821Z] #7 exporting config sha256:2aa46cf5b295da592f0ceda2988a59d912535371c8c9971ad713626065ce33f3 done [2025-06-13T02:39:31.821Z] #7 exporting manifest list sha256:a5da852b0fab01307ae706bd7c46dab211e28ef22287d2d2cf79eaee4ab21319 done [2025-06-13T02:39:31.821Z] #7 pushing layers 0.0s done [2025-06-13T02:39:31.821Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:a5da852b0fab01307ae706bd7c46dab211e28ef22287d2d2cf79eaee4ab21319 [2025-06-13T02:39:31.821Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T02:39:31.821Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:a5da852b0fab01307ae706bd7c46dab211e28ef22287d2d2cf79eaee4ab21319 0.1s done [2025-06-13T02:39:31.821Z] #7 DONE 0.1s [2025-06-13T02:39:31.821Z] [2025-06-13T02:39:31.821Z] #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T02:39:31.821Z] #8 DONE 0.0s [2025-06-13T02:39:31.821Z] [2025-06-13T02:39:31.821Z] 1 warning found (use --debug to expand): [2025-06-13T02:39:31.821Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T02:39:32.118Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca' [2025-06-13T02:39:32.118Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca --push - [2025-06-13T02:39:32.379Z] #1 [internal] load build definition from Dockerfile [2025-06-13T02:39:32.379Z] #1 transferring dockerfile: 198B done [2025-06-13T02:39:32.379Z] #1 DONE 0.0s [2025-06-13T02:39:32.379Z] [2025-06-13T02:39:32.379Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:39:32.379Z] #2 DONE 0.0s [2025-06-13T02:39:32.379Z] [2025-06-13T02:39:32.379Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:39:32.379Z] #3 DONE 0.0s [2025-06-13T02:39:32.379Z] [2025-06-13T02:39:32.379Z] #4 [internal] load .dockerignore [2025-06-13T02:39:32.379Z] #4 transferring context: 2B done [2025-06-13T02:39:32.379Z] #4 DONE 0.0s [2025-06-13T02:39:32.379Z] [2025-06-13T02:39:32.379Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:26762f810aefb35fbfe3b319f500b357aa7754aaf31a98e50884d8e3f1bffeb7 [2025-06-13T02:39:32.379Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:26762f810aefb35fbfe3b319f500b357aa7754aaf31a98e50884d8e3f1bffeb7 done [2025-06-13T02:39:32.379Z] #5 DONE 0.0s [2025-06-13T02:39:32.379Z] [2025-06-13T02:39:32.379Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:26762f810aefb35fbfe3b319f500b357aa7754aaf31a98e50884d8e3f1bffeb7 [2025-06-13T02:39:32.379Z] #6 DONE 0.0s [2025-06-13T02:39:32.379Z] [2025-06-13T02:39:32.379Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:26762f810aefb35fbfe3b319f500b357aa7754aaf31a98e50884d8e3f1bffeb7 [2025-06-13T02:39:32.379Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:26762f810aefb35fbfe3b319f500b357aa7754aaf31a98e50884d8e3f1bffeb7 done [2025-06-13T02:39:32.379Z] #5 DONE 0.1s [2025-06-13T02:39:32.379Z] [2025-06-13T02:39:32.379Z] #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T02:39:32.379Z] #7 DONE 0.0s [2025-06-13T02:39:32.379Z] [2025-06-13T02:39:32.379Z] #8 exporting to image [2025-06-13T02:39:32.379Z] #8 exporting layers done [2025-06-13T02:39:32.379Z] #8 exporting manifest sha256:d8201f50af7774049ea62493b3d5f69b821112c376082d002fc752d2434cd51a done [2025-06-13T02:39:32.379Z] #8 exporting config sha256:cbcee033bb878db7f8fcfc8391b418ff6ce7c0f443c25206c947bd3cdb04583c done [2025-06-13T02:39:32.379Z] #8 exporting manifest sha256:da2ee4d9db8c3989b1a99c1f0e961638ca258a47049b2869d235af0ceed21943 done [2025-06-13T02:39:32.379Z] #8 exporting config sha256:6bac95a3b58c283b4d73a8c8b4a3fd8c0fb66db1c42bac299874a228e2095603 done [2025-06-13T02:39:32.379Z] #8 exporting manifest list sha256:664968c69e9c9f3abe2a03f8687aa01ee5ea2f52f1773e4bfea6ad17c9e2923b done [2025-06-13T02:39:32.379Z] #8 pushing layers 0.1s done [2025-06-13T02:39:32.379Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:664968c69e9c9f3abe2a03f8687aa01ee5ea2f52f1773e4bfea6ad17c9e2923b 0.1s done [2025-06-13T02:39:32.379Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T02:39:32.379Z] #8 DONE 0.2s [2025-06-13T02:39:32.638Z] [2025-06-13T02:39:32.638Z] 1 warning found (use --debug to expand): [2025-06-13T02:39:32.638Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T02:39:32.925Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:latest --push - [2025-06-13T02:39:32.925Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:latest' [2025-06-13T02:39:32.925Z] #1 [internal] load build definition from Dockerfile [2025-06-13T02:39:32.925Z] #1 transferring dockerfile: 164B done [2025-06-13T02:39:32.925Z] #1 DONE 0.0s [2025-06-13T02:39:32.925Z] [2025-06-13T02:39:32.925Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-06-13T02:39:32.925Z] #2 DONE 0.0s [2025-06-13T02:39:32.925Z] [2025-06-13T02:39:32.925Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest [2025-06-13T02:39:32.925Z] #3 DONE 0.0s [2025-06-13T02:39:32.925Z] [2025-06-13T02:39:32.925Z] #4 [internal] load .dockerignore [2025-06-13T02:39:32.925Z] #4 transferring context: 2B done [2025-06-13T02:39:32.925Z] #4 DONE 0.0s [2025-06-13T02:39:32.925Z] [2025-06-13T02:39:32.925Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:26762f810aefb35fbfe3b319f500b357aa7754aaf31a98e50884d8e3f1bffeb7 [2025-06-13T02:39:32.925Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:26762f810aefb35fbfe3b319f500b357aa7754aaf31a98e50884d8e3f1bffeb7 done [2025-06-13T02:39:32.925Z] #5 CACHED [2025-06-13T02:39:32.925Z] [2025-06-13T02:39:32.925Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:26762f810aefb35fbfe3b319f500b357aa7754aaf31a98e50884d8e3f1bffeb7 [2025-06-13T02:39:32.925Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:26762f810aefb35fbfe3b319f500b357aa7754aaf31a98e50884d8e3f1bffeb7 done [2025-06-13T02:39:32.925Z] #6 CACHED [2025-06-13T02:39:32.925Z] [2025-06-13T02:39:32.925Z] #7 exporting to image [2025-06-13T02:39:32.925Z] #7 exporting layers done [2025-06-13T02:39:32.925Z] #7 exporting manifest sha256:d8201f50af7774049ea62493b3d5f69b821112c376082d002fc752d2434cd51a done [2025-06-13T02:39:32.925Z] #7 exporting config sha256:cbcee033bb878db7f8fcfc8391b418ff6ce7c0f443c25206c947bd3cdb04583c done [2025-06-13T02:39:32.925Z] #7 exporting manifest sha256:da2ee4d9db8c3989b1a99c1f0e961638ca258a47049b2869d235af0ceed21943 done [2025-06-13T02:39:32.925Z] #7 exporting config sha256:6bac95a3b58c283b4d73a8c8b4a3fd8c0fb66db1c42bac299874a228e2095603 done [2025-06-13T02:39:32.925Z] #7 exporting manifest list sha256:664968c69e9c9f3abe2a03f8687aa01ee5ea2f52f1773e4bfea6ad17c9e2923b done [2025-06-13T02:39:32.925Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T02:39:33.183Z] #7 pushing layers 0.0s done [2025-06-13T02:39:33.183Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:664968c69e9c9f3abe2a03f8687aa01ee5ea2f52f1773e4bfea6ad17c9e2923b 0.1s done [2025-06-13T02:39:33.183Z] #7 DONE 0.1s [2025-06-13T02:39:33.183Z] [2025-06-13T02:39:33.183Z] #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T02:39:33.183Z] #8 DONE 0.0s [2025-06-13T02:39:33.183Z] [2025-06-13T02:39:33.183Z] 1 warning found (use --debug to expand): [2025-06-13T02:39:33.183Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T02:39:33.479Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.24' [2025-06-13T02:39:33.479Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.24 --push - [2025-06-13T02:39:33.479Z] #1 [internal] load build definition from Dockerfile [2025-06-13T02:39:33.479Z] #1 transferring dockerfile: 170B done [2025-06-13T02:39:33.479Z] #1 DONE 0.0s [2025-06-13T02:39:33.479Z] [2025-06-13T02:39:33.479Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.24 [2025-06-13T02:39:33.479Z] #2 DONE 0.0s [2025-06-13T02:39:33.479Z] [2025-06-13T02:39:33.479Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.24 [2025-06-13T02:39:33.479Z] #3 DONE 0.0s [2025-06-13T02:39:33.479Z] [2025-06-13T02:39:33.479Z] #4 [internal] load .dockerignore [2025-06-13T02:39:33.479Z] #4 transferring context: 2B done [2025-06-13T02:39:33.479Z] #4 DONE 0.0s [2025-06-13T02:39:33.479Z] [2025-06-13T02:39:33.479Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.24@sha256:26762f810aefb35fbfe3b319f500b357aa7754aaf31a98e50884d8e3f1bffeb7 [2025-06-13T02:39:33.479Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.24@sha256:26762f810aefb35fbfe3b319f500b357aa7754aaf31a98e50884d8e3f1bffeb7 0.0s done [2025-06-13T02:39:33.479Z] #5 CACHED [2025-06-13T02:39:33.479Z] [2025-06-13T02:39:33.479Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.24@sha256:26762f810aefb35fbfe3b319f500b357aa7754aaf31a98e50884d8e3f1bffeb7 [2025-06-13T02:39:33.479Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.24@sha256:26762f810aefb35fbfe3b319f500b357aa7754aaf31a98e50884d8e3f1bffeb7 0.0s done [2025-06-13T02:39:33.479Z] #6 CACHED [2025-06-13T02:39:33.479Z] [2025-06-13T02:39:33.479Z] #7 exporting to image [2025-06-13T02:39:33.479Z] #7 exporting layers done [2025-06-13T02:39:33.479Z] #7 exporting manifest sha256:d8201f50af7774049ea62493b3d5f69b821112c376082d002fc752d2434cd51a done [2025-06-13T02:39:33.479Z] #7 exporting config sha256:cbcee033bb878db7f8fcfc8391b418ff6ce7c0f443c25206c947bd3cdb04583c done [2025-06-13T02:39:33.479Z] #7 exporting manifest sha256:da2ee4d9db8c3989b1a99c1f0e961638ca258a47049b2869d235af0ceed21943 done [2025-06-13T02:39:33.479Z] #7 exporting config sha256:6bac95a3b58c283b4d73a8c8b4a3fd8c0fb66db1c42bac299874a228e2095603 done [2025-06-13T02:39:33.479Z] #7 exporting manifest list sha256:664968c69e9c9f3abe2a03f8687aa01ee5ea2f52f1773e4bfea6ad17c9e2923b done [2025-06-13T02:39:33.479Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T02:39:33.739Z] #7 pushing layers 0.0s done [2025-06-13T02:39:33.739Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.24@sha256:664968c69e9c9f3abe2a03f8687aa01ee5ea2f52f1773e4bfea6ad17c9e2923b 0.1s done [2025-06-13T02:39:33.739Z] #7 DONE 0.1s [2025-06-13T02:39:33.739Z] [2025-06-13T02:39:33.739Z] #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T02:39:33.739Z] #8 DONE 0.0s [2025-06-13T02:39:33.739Z] [2025-06-13T02:39:33.739Z] 1 warning found (use --debug to expand): [2025-06-13T02:39:33.739Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T02:39:34.025Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24' [2025-06-13T02:39:34.025Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 --push - [2025-06-13T02:39:34.025Z] #1 [internal] load build definition from Dockerfile [2025-06-13T02:39:34.025Z] #1 transferring dockerfile: 211B done [2025-06-13T02:39:34.025Z] #1 DONE 0.0s [2025-06-13T02:39:34.025Z] [2025-06-13T02:39:34.025Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:39:34.025Z] #2 DONE 0.0s [2025-06-13T02:39:34.025Z] [2025-06-13T02:39:34.025Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:39:34.025Z] #3 DONE 0.0s [2025-06-13T02:39:34.025Z] [2025-06-13T02:39:34.025Z] #4 [internal] load .dockerignore [2025-06-13T02:39:34.025Z] #4 transferring context: 2B done [2025-06-13T02:39:34.025Z] #4 DONE 0.0s [2025-06-13T02:39:34.025Z] [2025-06-13T02:39:34.025Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:26762f810aefb35fbfe3b319f500b357aa7754aaf31a98e50884d8e3f1bffeb7 [2025-06-13T02:39:34.025Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:26762f810aefb35fbfe3b319f500b357aa7754aaf31a98e50884d8e3f1bffeb7 done [2025-06-13T02:39:34.025Z] #5 CACHED [2025-06-13T02:39:34.025Z] [2025-06-13T02:39:34.025Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:26762f810aefb35fbfe3b319f500b357aa7754aaf31a98e50884d8e3f1bffeb7 [2025-06-13T02:39:34.025Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:26762f810aefb35fbfe3b319f500b357aa7754aaf31a98e50884d8e3f1bffeb7 0.0s done [2025-06-13T02:39:34.025Z] #6 CACHED [2025-06-13T02:39:34.025Z] [2025-06-13T02:39:34.025Z] #7 exporting to image [2025-06-13T02:39:34.025Z] #7 exporting layers [2025-06-13T02:39:34.025Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T02:39:34.283Z] #7 exporting layers done [2025-06-13T02:39:34.283Z] #7 exporting manifest sha256:d8201f50af7774049ea62493b3d5f69b821112c376082d002fc752d2434cd51a done [2025-06-13T02:39:34.283Z] #7 exporting config sha256:cbcee033bb878db7f8fcfc8391b418ff6ce7c0f443c25206c947bd3cdb04583c done [2025-06-13T02:39:34.283Z] #7 exporting manifest sha256:da2ee4d9db8c3989b1a99c1f0e961638ca258a47049b2869d235af0ceed21943 done [2025-06-13T02:39:34.283Z] #7 exporting config sha256:6bac95a3b58c283b4d73a8c8b4a3fd8c0fb66db1c42bac299874a228e2095603 done [2025-06-13T02:39:34.283Z] #7 exporting manifest list sha256:664968c69e9c9f3abe2a03f8687aa01ee5ea2f52f1773e4bfea6ad17c9e2923b done [2025-06-13T02:39:34.283Z] #7 pushing layers 0.0s done [2025-06-13T02:39:34.283Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:664968c69e9c9f3abe2a03f8687aa01ee5ea2f52f1773e4bfea6ad17c9e2923b 0.1s done [2025-06-13T02:39:34.283Z] #7 DONE 0.1s [2025-06-13T02:39:34.283Z] [2025-06-13T02:39:34.283Z] #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T02:39:34.283Z] #8 DONE 0.0s [2025-06-13T02:39:34.283Z] [2025-06-13T02:39:34.283Z] 1 warning found (use --debug to expand): [2025-06-13T02:39:34.283Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T02:39:34.571Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:main --push - [2025-06-13T02:39:34.571Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:main' [2025-06-13T02:39:34.571Z] #1 [internal] load build definition from Dockerfile [2025-06-13T02:39:34.571Z] #1 transferring dockerfile: 162B done [2025-06-13T02:39:34.571Z] #1 DONE 0.0s [2025-06-13T02:39:34.571Z] [2025-06-13T02:39:34.571Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main [2025-06-13T02:39:34.571Z] #2 DONE 0.0s [2025-06-13T02:39:34.571Z] [2025-06-13T02:39:34.571Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main [2025-06-13T02:39:34.571Z] #3 DONE 0.0s [2025-06-13T02:39:34.571Z] [2025-06-13T02:39:34.571Z] #4 [internal] load .dockerignore [2025-06-13T02:39:34.571Z] #4 transferring context: 2B done [2025-06-13T02:39:34.571Z] #4 DONE 0.0s [2025-06-13T02:39:34.571Z] [2025-06-13T02:39:34.571Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:26762f810aefb35fbfe3b319f500b357aa7754aaf31a98e50884d8e3f1bffeb7 [2025-06-13T02:39:34.571Z] #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:26762f810aefb35fbfe3b319f500b357aa7754aaf31a98e50884d8e3f1bffeb7 0.0s done [2025-06-13T02:39:34.571Z] #5 CACHED [2025-06-13T02:39:34.571Z] [2025-06-13T02:39:34.571Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:26762f810aefb35fbfe3b319f500b357aa7754aaf31a98e50884d8e3f1bffeb7 [2025-06-13T02:39:34.571Z] #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:26762f810aefb35fbfe3b319f500b357aa7754aaf31a98e50884d8e3f1bffeb7 done [2025-06-13T02:39:34.571Z] #6 CACHED [2025-06-13T02:39:34.571Z] [2025-06-13T02:39:34.571Z] #7 exporting to image [2025-06-13T02:39:34.571Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T02:39:34.831Z] #7 exporting layers done [2025-06-13T02:39:34.831Z] #7 exporting manifest sha256:d8201f50af7774049ea62493b3d5f69b821112c376082d002fc752d2434cd51a done [2025-06-13T02:39:34.831Z] #7 exporting config sha256:cbcee033bb878db7f8fcfc8391b418ff6ce7c0f443c25206c947bd3cdb04583c done [2025-06-13T02:39:34.831Z] #7 exporting manifest sha256:da2ee4d9db8c3989b1a99c1f0e961638ca258a47049b2869d235af0ceed21943 done [2025-06-13T02:39:34.831Z] #7 exporting config sha256:6bac95a3b58c283b4d73a8c8b4a3fd8c0fb66db1c42bac299874a228e2095603 done [2025-06-13T02:39:34.831Z] #7 exporting manifest list sha256:664968c69e9c9f3abe2a03f8687aa01ee5ea2f52f1773e4bfea6ad17c9e2923b done [2025-06-13T02:39:34.831Z] #7 pushing layers 0.0s done [2025-06-13T02:39:34.831Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:664968c69e9c9f3abe2a03f8687aa01ee5ea2f52f1773e4bfea6ad17c9e2923b 0.1s done [2025-06-13T02:39:34.831Z] #7 DONE 0.1s [2025-06-13T02:39:34.831Z] [2025-06-13T02:39:34.831Z] #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T02:39:34.831Z] #8 DONE 0.0s [2025-06-13T02:39:34.831Z] [2025-06-13T02:39:34.831Z] 1 warning found (use --debug to expand): [2025-06-13T02:39:34.831Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T02:39:35.121Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca --push - [2025-06-13T02:39:35.121Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca' [2025-06-13T02:39:35.121Z] #1 [internal] load build definition from Dockerfile [2025-06-13T02:39:35.121Z] #1 transferring dockerfile: 206B 0.0s done [2025-06-13T02:39:35.121Z] #1 DONE 0.0s [2025-06-13T02:39:35.121Z] [2025-06-13T02:39:35.121Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:39:35.121Z] #2 DONE 0.0s [2025-06-13T02:39:35.121Z] [2025-06-13T02:39:35.121Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:39:35.121Z] #3 DONE 0.0s [2025-06-13T02:39:35.121Z] [2025-06-13T02:39:35.121Z] #4 [internal] load .dockerignore [2025-06-13T02:39:35.121Z] #4 transferring context: 2B done [2025-06-13T02:39:35.121Z] #4 DONE 0.0s [2025-06-13T02:39:35.379Z] [2025-06-13T02:39:35.379Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:370b01f2fc92abef34ee70575611e78756c7d175a7697626ba76f42e53d2aea7 [2025-06-13T02:39:35.379Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:370b01f2fc92abef34ee70575611e78756c7d175a7697626ba76f42e53d2aea7 done [2025-06-13T02:39:35.379Z] #5 DONE 0.0s [2025-06-13T02:39:35.379Z] [2025-06-13T02:39:35.379Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:370b01f2fc92abef34ee70575611e78756c7d175a7697626ba76f42e53d2aea7 [2025-06-13T02:39:35.379Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:370b01f2fc92abef34ee70575611e78756c7d175a7697626ba76f42e53d2aea7 done [2025-06-13T02:39:35.639Z] #6 DONE 0.1s [2025-06-13T02:39:35.639Z] [2025-06-13T02:39:35.639Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T02:39:35.639Z] #7 DONE 0.0s [2025-06-13T02:39:35.639Z] [2025-06-13T02:39:35.639Z] #8 exporting to image [2025-06-13T02:39:35.639Z] #8 exporting layers done [2025-06-13T02:39:35.639Z] #8 exporting manifest sha256:eb48cbdeaf5cc8e5694f367de00b3fe128a6c5b02bf5eb3092d0a5df09570393 done [2025-06-13T02:39:35.639Z] #8 exporting config sha256:5b2a59f0a007d0ab4ac83644259b457146a1dc9e33e5009a576c978dac9db838 done [2025-06-13T02:39:35.639Z] #8 exporting manifest sha256:a502d4c429a39991ae8795e0fdf2152eafbc4d7a6e88e3422cfcd34731fdf02c done [2025-06-13T02:39:35.639Z] #8 exporting config sha256:5b914ba89ef17e09e72437c3681dacff6ed40f82c580d37f16a9004c126f0702 done [2025-06-13T02:39:35.639Z] #8 exporting manifest list sha256:cda4c2f824eab6bb132f3c6e8b15991ba506d08908173980dca938ce5f07670d done [2025-06-13T02:39:35.639Z] #8 pushing layers 0.1s done [2025-06-13T02:39:35.639Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:cda4c2f824eab6bb132f3c6e8b15991ba506d08908173980dca938ce5f07670d [2025-06-13T02:39:35.639Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T02:39:35.639Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:cda4c2f824eab6bb132f3c6e8b15991ba506d08908173980dca938ce5f07670d 0.1s done [2025-06-13T02:39:35.639Z] #8 DONE 0.2s [2025-06-13T02:39:35.639Z] [2025-06-13T02:39:35.639Z] 1 warning found (use --debug to expand): [2025-06-13T02:39:35.639Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T02:39:35.931Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest' [2025-06-13T02:39:35.932Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:latest --push - [2025-06-13T02:39:35.932Z] #1 [internal] load build definition from Dockerfile [2025-06-13T02:39:35.932Z] #1 transferring dockerfile: 172B done [2025-06-13T02:39:35.932Z] #1 DONE 0.0s [2025-06-13T02:39:35.932Z] [2025-06-13T02:39:35.932Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-06-13T02:39:35.932Z] #2 DONE 0.0s [2025-06-13T02:39:35.932Z] [2025-06-13T02:39:35.932Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2025-06-13T02:39:35.932Z] #3 DONE 0.0s [2025-06-13T02:39:35.932Z] [2025-06-13T02:39:35.932Z] #4 [internal] load .dockerignore [2025-06-13T02:39:35.932Z] #4 transferring context: 2B done [2025-06-13T02:39:35.932Z] #4 DONE 0.0s [2025-06-13T02:39:35.932Z] [2025-06-13T02:39:35.932Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:370b01f2fc92abef34ee70575611e78756c7d175a7697626ba76f42e53d2aea7 [2025-06-13T02:39:35.932Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:370b01f2fc92abef34ee70575611e78756c7d175a7697626ba76f42e53d2aea7 0.0s done [2025-06-13T02:39:35.932Z] #5 CACHED [2025-06-13T02:39:35.932Z] [2025-06-13T02:39:35.932Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:370b01f2fc92abef34ee70575611e78756c7d175a7697626ba76f42e53d2aea7 [2025-06-13T02:39:35.932Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:370b01f2fc92abef34ee70575611e78756c7d175a7697626ba76f42e53d2aea7 0.0s done [2025-06-13T02:39:35.932Z] #6 CACHED [2025-06-13T02:39:35.932Z] [2025-06-13T02:39:35.932Z] #7 exporting to image [2025-06-13T02:39:35.932Z] #7 exporting layers done [2025-06-13T02:39:35.932Z] #7 exporting manifest sha256:eb48cbdeaf5cc8e5694f367de00b3fe128a6c5b02bf5eb3092d0a5df09570393 done [2025-06-13T02:39:35.932Z] #7 exporting config sha256:5b2a59f0a007d0ab4ac83644259b457146a1dc9e33e5009a576c978dac9db838 done [2025-06-13T02:39:35.932Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T02:39:36.192Z] #7 exporting manifest sha256:a502d4c429a39991ae8795e0fdf2152eafbc4d7a6e88e3422cfcd34731fdf02c done [2025-06-13T02:39:36.192Z] #7 exporting config sha256:5b914ba89ef17e09e72437c3681dacff6ed40f82c580d37f16a9004c126f0702 done [2025-06-13T02:39:36.192Z] #7 exporting manifest list sha256:cda4c2f824eab6bb132f3c6e8b15991ba506d08908173980dca938ce5f07670d done [2025-06-13T02:39:36.192Z] #7 pushing layers 0.0s done [2025-06-13T02:39:36.192Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:cda4c2f824eab6bb132f3c6e8b15991ba506d08908173980dca938ce5f07670d 0.1s done [2025-06-13T02:39:36.192Z] #7 DONE 0.1s [2025-06-13T02:39:36.192Z] [2025-06-13T02:39:36.192Z] #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T02:39:36.192Z] #8 DONE 0.0s [2025-06-13T02:39:36.192Z] [2025-06-13T02:39:36.192Z] 1 warning found (use --debug to expand): [2025-06-13T02:39:36.192Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T02:39:36.484Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.24' [2025-06-13T02:39:36.484Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.24 --push - [2025-06-13T02:39:36.743Z] #1 [internal] load build definition from Dockerfile [2025-06-13T02:39:36.743Z] #1 transferring dockerfile: 178B done [2025-06-13T02:39:36.743Z] #1 DONE 0.0s [2025-06-13T02:39:36.743Z] [2025-06-13T02:39:36.743Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.24 [2025-06-13T02:39:36.743Z] #2 DONE 0.0s [2025-06-13T02:39:36.743Z] [2025-06-13T02:39:36.743Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.24 [2025-06-13T02:39:36.743Z] #3 DONE 0.0s [2025-06-13T02:39:36.743Z] [2025-06-13T02:39:36.743Z] #4 [internal] load .dockerignore [2025-06-13T02:39:36.743Z] #4 transferring context: 2B done [2025-06-13T02:39:36.743Z] #4 DONE 0.0s [2025-06-13T02:39:36.743Z] [2025-06-13T02:39:36.743Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.24@sha256:370b01f2fc92abef34ee70575611e78756c7d175a7697626ba76f42e53d2aea7 [2025-06-13T02:39:36.743Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.24@sha256:370b01f2fc92abef34ee70575611e78756c7d175a7697626ba76f42e53d2aea7 0.0s done [2025-06-13T02:39:36.743Z] #5 CACHED [2025-06-13T02:39:36.743Z] [2025-06-13T02:39:36.743Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.24@sha256:370b01f2fc92abef34ee70575611e78756c7d175a7697626ba76f42e53d2aea7 [2025-06-13T02:39:36.743Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.24@sha256:370b01f2fc92abef34ee70575611e78756c7d175a7697626ba76f42e53d2aea7 0.0s done [2025-06-13T02:39:36.743Z] #6 CACHED [2025-06-13T02:39:36.743Z] [2025-06-13T02:39:36.743Z] #7 exporting to image [2025-06-13T02:39:36.743Z] #7 exporting layers done [2025-06-13T02:39:36.743Z] #7 exporting manifest sha256:eb48cbdeaf5cc8e5694f367de00b3fe128a6c5b02bf5eb3092d0a5df09570393 done [2025-06-13T02:39:36.743Z] #7 exporting config sha256:5b2a59f0a007d0ab4ac83644259b457146a1dc9e33e5009a576c978dac9db838 done [2025-06-13T02:39:36.743Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T02:39:36.743Z] #7 exporting manifest sha256:a502d4c429a39991ae8795e0fdf2152eafbc4d7a6e88e3422cfcd34731fdf02c done [2025-06-13T02:39:36.743Z] #7 exporting config sha256:5b914ba89ef17e09e72437c3681dacff6ed40f82c580d37f16a9004c126f0702 done [2025-06-13T02:39:36.743Z] #7 exporting manifest list sha256:cda4c2f824eab6bb132f3c6e8b15991ba506d08908173980dca938ce5f07670d done [2025-06-13T02:39:36.743Z] #7 pushing layers 0.0s done [2025-06-13T02:39:36.743Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.24@sha256:cda4c2f824eab6bb132f3c6e8b15991ba506d08908173980dca938ce5f07670d 0.1s done [2025-06-13T02:39:36.743Z] #7 DONE 0.1s [2025-06-13T02:39:36.743Z] [2025-06-13T02:39:36.743Z] #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T02:39:36.743Z] #8 DONE 0.0s [2025-06-13T02:39:36.743Z] [2025-06-13T02:39:36.743Z] 1 warning found (use --debug to expand): [2025-06-13T02:39:36.743Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T02:39:37.030Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24' [2025-06-13T02:39:37.030Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 --push - [2025-06-13T02:39:37.297Z] #1 [internal] load build definition from Dockerfile [2025-06-13T02:39:37.297Z] #1 transferring dockerfile: 219B done [2025-06-13T02:39:37.297Z] #1 DONE 0.0s [2025-06-13T02:39:37.297Z] [2025-06-13T02:39:37.297Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:39:37.297Z] #2 DONE 0.0s [2025-06-13T02:39:37.297Z] [2025-06-13T02:39:37.297Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:39:37.297Z] #3 DONE 0.0s [2025-06-13T02:39:37.297Z] [2025-06-13T02:39:37.297Z] #4 [internal] load .dockerignore [2025-06-13T02:39:37.297Z] #4 transferring context: 2B done [2025-06-13T02:39:37.297Z] #4 DONE 0.0s [2025-06-13T02:39:37.297Z] [2025-06-13T02:39:37.297Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:370b01f2fc92abef34ee70575611e78756c7d175a7697626ba76f42e53d2aea7 [2025-06-13T02:39:37.297Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:370b01f2fc92abef34ee70575611e78756c7d175a7697626ba76f42e53d2aea7 0.0s done [2025-06-13T02:39:37.297Z] #5 DONE 0.0s [2025-06-13T02:39:37.297Z] [2025-06-13T02:39:37.297Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:370b01f2fc92abef34ee70575611e78756c7d175a7697626ba76f42e53d2aea7 [2025-06-13T02:39:37.297Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:370b01f2fc92abef34ee70575611e78756c7d175a7697626ba76f42e53d2aea7 0.0s done [2025-06-13T02:39:37.297Z] #6 CACHED [2025-06-13T02:39:37.297Z] [2025-06-13T02:39:37.297Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:370b01f2fc92abef34ee70575611e78756c7d175a7697626ba76f42e53d2aea7 [2025-06-13T02:39:37.297Z] #5 CACHED [2025-06-13T02:39:37.297Z] [2025-06-13T02:39:37.297Z] #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T02:39:37.297Z] #7 DONE 0.0s [2025-06-13T02:39:37.297Z] [2025-06-13T02:39:37.297Z] #8 exporting to image [2025-06-13T02:39:37.297Z] #8 exporting layers done [2025-06-13T02:39:37.297Z] #8 exporting manifest sha256:eb48cbdeaf5cc8e5694f367de00b3fe128a6c5b02bf5eb3092d0a5df09570393 done [2025-06-13T02:39:37.297Z] #8 exporting config sha256:5b2a59f0a007d0ab4ac83644259b457146a1dc9e33e5009a576c978dac9db838 done [2025-06-13T02:39:37.297Z] #8 exporting manifest sha256:a502d4c429a39991ae8795e0fdf2152eafbc4d7a6e88e3422cfcd34731fdf02c done [2025-06-13T02:39:37.297Z] #8 exporting config sha256:5b914ba89ef17e09e72437c3681dacff6ed40f82c580d37f16a9004c126f0702 done [2025-06-13T02:39:37.297Z] #8 exporting manifest list sha256:cda4c2f824eab6bb132f3c6e8b15991ba506d08908173980dca938ce5f07670d done [2025-06-13T02:39:37.297Z] #8 pushing layers 0.0s done [2025-06-13T02:39:37.297Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:cda4c2f824eab6bb132f3c6e8b15991ba506d08908173980dca938ce5f07670d 0.1s done [2025-06-13T02:39:37.297Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T02:39:37.297Z] #8 DONE 0.1s [2025-06-13T02:39:37.297Z] [2025-06-13T02:39:37.297Z] 1 warning found (use --debug to expand): [2025-06-13T02:39:37.297Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T02:39:37.599Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main' [2025-06-13T02:39:37.599Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:main --push - [2025-06-13T02:39:37.599Z] #1 [internal] load build definition from Dockerfile [2025-06-13T02:39:37.599Z] #1 transferring dockerfile: 170B done [2025-06-13T02:39:37.599Z] #1 DONE 0.0s [2025-06-13T02:39:37.599Z] [2025-06-13T02:39:37.599Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-06-13T02:39:37.599Z] #2 DONE 0.0s [2025-06-13T02:39:37.599Z] [2025-06-13T02:39:37.599Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2025-06-13T02:39:37.599Z] #3 DONE 0.0s [2025-06-13T02:39:37.599Z] [2025-06-13T02:39:37.599Z] #4 [internal] load .dockerignore [2025-06-13T02:39:37.599Z] #4 transferring context: 2B done [2025-06-13T02:39:37.599Z] #4 DONE 0.0s [2025-06-13T02:39:37.599Z] [2025-06-13T02:39:37.599Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:370b01f2fc92abef34ee70575611e78756c7d175a7697626ba76f42e53d2aea7 [2025-06-13T02:39:37.599Z] #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:370b01f2fc92abef34ee70575611e78756c7d175a7697626ba76f42e53d2aea7 0.0s done [2025-06-13T02:39:37.599Z] #5 CACHED [2025-06-13T02:39:37.599Z] [2025-06-13T02:39:37.599Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:370b01f2fc92abef34ee70575611e78756c7d175a7697626ba76f42e53d2aea7 [2025-06-13T02:39:37.599Z] #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:370b01f2fc92abef34ee70575611e78756c7d175a7697626ba76f42e53d2aea7 0.0s done [2025-06-13T02:39:37.599Z] #6 CACHED [2025-06-13T02:39:37.599Z] [2025-06-13T02:39:37.599Z] #7 exporting to image [2025-06-13T02:39:37.599Z] #7 exporting layers done [2025-06-13T02:39:37.599Z] #7 exporting manifest sha256:eb48cbdeaf5cc8e5694f367de00b3fe128a6c5b02bf5eb3092d0a5df09570393 [2025-06-13T02:39:37.599Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T02:39:37.858Z] #7 exporting manifest sha256:eb48cbdeaf5cc8e5694f367de00b3fe128a6c5b02bf5eb3092d0a5df09570393 done [2025-06-13T02:39:37.858Z] #7 exporting config sha256:5b2a59f0a007d0ab4ac83644259b457146a1dc9e33e5009a576c978dac9db838 done [2025-06-13T02:39:37.858Z] #7 exporting manifest sha256:a502d4c429a39991ae8795e0fdf2152eafbc4d7a6e88e3422cfcd34731fdf02c done [2025-06-13T02:39:37.858Z] #7 exporting config sha256:5b914ba89ef17e09e72437c3681dacff6ed40f82c580d37f16a9004c126f0702 done [2025-06-13T02:39:37.858Z] #7 exporting manifest list sha256:cda4c2f824eab6bb132f3c6e8b15991ba506d08908173980dca938ce5f07670d done [2025-06-13T02:39:37.858Z] #7 pushing layers 0.0s done [2025-06-13T02:39:37.858Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:cda4c2f824eab6bb132f3c6e8b15991ba506d08908173980dca938ce5f07670d 0.1s done [2025-06-13T02:39:37.858Z] #7 DONE 0.1s [2025-06-13T02:39:37.858Z] [2025-06-13T02:39:37.858Z] #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T02:39:37.858Z] #8 DONE 0.0s [2025-06-13T02:39:37.858Z] [2025-06-13T02:39:37.858Z] 1 warning found (use --debug to expand): [2025-06-13T02:39:37.858Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T02:39:38.151Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca' [2025-06-13T02:39:38.151Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca --push - [2025-06-13T02:39:38.151Z] #1 [internal] load build definition from Dockerfile [2025-06-13T02:39:38.151Z] #1 transferring dockerfile: 204B done [2025-06-13T02:39:38.151Z] #1 DONE 0.0s [2025-06-13T02:39:38.151Z] [2025-06-13T02:39:38.151Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:39:38.151Z] #2 DONE 0.0s [2025-06-13T02:39:38.151Z] [2025-06-13T02:39:38.151Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:39:38.151Z] #3 DONE 0.1s [2025-06-13T02:39:38.151Z] [2025-06-13T02:39:38.151Z] #4 [internal] load .dockerignore [2025-06-13T02:39:38.151Z] #4 transferring context: 2B done [2025-06-13T02:39:38.151Z] #4 DONE 0.0s [2025-06-13T02:39:38.409Z] [2025-06-13T02:39:38.409Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:076c8df4febd0baefd6c43215aefd9850fa872b7a038335f260cc989de75f284 [2025-06-13T02:39:38.409Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:076c8df4febd0baefd6c43215aefd9850fa872b7a038335f260cc989de75f284 [2025-06-13T02:39:38.409Z] #5 ... [2025-06-13T02:39:38.409Z] [2025-06-13T02:39:38.409Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:076c8df4febd0baefd6c43215aefd9850fa872b7a038335f260cc989de75f284 [2025-06-13T02:39:38.409Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:076c8df4febd0baefd6c43215aefd9850fa872b7a038335f260cc989de75f284 done [2025-06-13T02:39:38.409Z] #6 DONE 0.1s [2025-06-13T02:39:38.409Z] [2025-06-13T02:39:38.409Z] #7 exporting to image [2025-06-13T02:39:38.409Z] #7 exporting layers done [2025-06-13T02:39:38.409Z] #7 exporting manifest sha256:bd9659868674247232d859a4eedd2800965da871c49318b2e00469eba9b8b17b done [2025-06-13T02:39:38.409Z] #7 exporting config sha256:d0b1bd98f7164f7b75898722dd9e3a85f095798a148d650d3145ffa8c17bf719 done [2025-06-13T02:39:38.409Z] #7 exporting manifest sha256:2ff5a07da3de033ae4502f4757569b4589c9420a6a875dee65ddb8aa80625974 done [2025-06-13T02:39:38.409Z] #7 exporting config sha256:7f8371eb192d79f0bc122da6ffbcc40a3f2e1441b7c9fbaee73ae85ce648f78c done [2025-06-13T02:39:38.409Z] #7 exporting manifest list sha256:22b8262f425a8bc8c456f570dbb5023c7e5fea9128bc9ea6101b08cf9904947c done [2025-06-13T02:39:38.409Z] #7 pushing layers [2025-06-13T02:39:38.409Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T02:39:38.409Z] #7 ... [2025-06-13T02:39:38.409Z] [2025-06-13T02:39:38.409Z] #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T02:39:38.409Z] #8 DONE 0.0s [2025-06-13T02:39:38.409Z] [2025-06-13T02:39:38.409Z] #7 exporting to image [2025-06-13T02:39:38.409Z] #7 pushing layers 0.1s done [2025-06-13T02:39:38.409Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:22b8262f425a8bc8c456f570dbb5023c7e5fea9128bc9ea6101b08cf9904947c [2025-06-13T02:39:38.669Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:22b8262f425a8bc8c456f570dbb5023c7e5fea9128bc9ea6101b08cf9904947c 0.1s done [2025-06-13T02:39:38.669Z] #7 DONE 0.2s [2025-06-13T02:39:38.669Z] [2025-06-13T02:39:38.669Z] 1 warning found (use --debug to expand): [2025-06-13T02:39:38.669Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T02:39:38.958Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest' [2025-06-13T02:39:38.958Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:latest --push - [2025-06-13T02:39:39.218Z] #1 [internal] load build definition from Dockerfile [2025-06-13T02:39:39.218Z] #1 transferring dockerfile: 170B done [2025-06-13T02:39:39.218Z] #1 DONE 0.0s [2025-06-13T02:39:39.218Z] [2025-06-13T02:39:39.218Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-06-13T02:39:39.218Z] #2 DONE 0.0s [2025-06-13T02:39:39.218Z] [2025-06-13T02:39:39.218Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [2025-06-13T02:39:39.218Z] #3 DONE 0.0s [2025-06-13T02:39:39.218Z] [2025-06-13T02:39:39.218Z] #4 [internal] load .dockerignore [2025-06-13T02:39:39.218Z] #4 transferring context: 2B done [2025-06-13T02:39:39.218Z] #4 DONE 0.0s [2025-06-13T02:39:39.218Z] [2025-06-13T02:39:39.218Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:076c8df4febd0baefd6c43215aefd9850fa872b7a038335f260cc989de75f284 [2025-06-13T02:39:39.218Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:076c8df4febd0baefd6c43215aefd9850fa872b7a038335f260cc989de75f284 0.0s done [2025-06-13T02:39:39.218Z] #5 CACHED [2025-06-13T02:39:39.218Z] [2025-06-13T02:39:39.218Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:076c8df4febd0baefd6c43215aefd9850fa872b7a038335f260cc989de75f284 [2025-06-13T02:39:39.218Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:076c8df4febd0baefd6c43215aefd9850fa872b7a038335f260cc989de75f284 0.0s done [2025-06-13T02:39:39.218Z] #6 CACHED [2025-06-13T02:39:39.218Z] [2025-06-13T02:39:39.218Z] #7 exporting to image [2025-06-13T02:39:39.218Z] #7 exporting layers done [2025-06-13T02:39:39.218Z] #7 exporting manifest sha256:bd9659868674247232d859a4eedd2800965da871c49318b2e00469eba9b8b17b done [2025-06-13T02:39:39.218Z] #7 exporting config sha256:d0b1bd98f7164f7b75898722dd9e3a85f095798a148d650d3145ffa8c17bf719 done [2025-06-13T02:39:39.218Z] #7 exporting manifest sha256:2ff5a07da3de033ae4502f4757569b4589c9420a6a875dee65ddb8aa80625974 done [2025-06-13T02:39:39.218Z] #7 exporting config sha256:7f8371eb192d79f0bc122da6ffbcc40a3f2e1441b7c9fbaee73ae85ce648f78c done [2025-06-13T02:39:39.218Z] #7 exporting manifest list sha256:22b8262f425a8bc8c456f570dbb5023c7e5fea9128bc9ea6101b08cf9904947c done [2025-06-13T02:39:39.218Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T02:39:39.218Z] #7 pushing layers 0.0s done [2025-06-13T02:39:39.218Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:22b8262f425a8bc8c456f570dbb5023c7e5fea9128bc9ea6101b08cf9904947c 0.1s done [2025-06-13T02:39:39.218Z] #7 DONE 0.1s [2025-06-13T02:39:39.218Z] [2025-06-13T02:39:39.218Z] #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T02:39:39.218Z] #8 DONE 0.0s [2025-06-13T02:39:39.218Z] [2025-06-13T02:39:39.218Z] 1 warning found (use --debug to expand): [2025-06-13T02:39:39.218Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T02:39:39.507Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.24 --push - [2025-06-13T02:39:39.507Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.24' [2025-06-13T02:39:39.507Z] #1 [internal] load build definition from Dockerfile [2025-06-13T02:39:39.507Z] #1 transferring dockerfile: 176B done [2025-06-13T02:39:39.507Z] #1 DONE 0.0s [2025-06-13T02:39:39.507Z] [2025-06-13T02:39:39.507Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.24 [2025-06-13T02:39:39.507Z] #2 DONE 0.0s [2025-06-13T02:39:39.507Z] [2025-06-13T02:39:39.507Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.24 [2025-06-13T02:39:39.507Z] #3 DONE 0.0s [2025-06-13T02:39:39.507Z] [2025-06-13T02:39:39.507Z] #4 [internal] load .dockerignore [2025-06-13T02:39:39.507Z] #4 transferring context: 2B done [2025-06-13T02:39:39.507Z] #4 DONE 0.0s [2025-06-13T02:39:39.507Z] [2025-06-13T02:39:39.507Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.24@sha256:076c8df4febd0baefd6c43215aefd9850fa872b7a038335f260cc989de75f284 [2025-06-13T02:39:39.507Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.24@sha256:076c8df4febd0baefd6c43215aefd9850fa872b7a038335f260cc989de75f284 0.0s done [2025-06-13T02:39:39.507Z] #5 CACHED [2025-06-13T02:39:39.507Z] [2025-06-13T02:39:39.507Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.24@sha256:076c8df4febd0baefd6c43215aefd9850fa872b7a038335f260cc989de75f284 [2025-06-13T02:39:39.507Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.24@sha256:076c8df4febd0baefd6c43215aefd9850fa872b7a038335f260cc989de75f284 0.0s done [2025-06-13T02:39:39.507Z] #6 CACHED [2025-06-13T02:39:39.507Z] [2025-06-13T02:39:39.507Z] #7 exporting to image [2025-06-13T02:39:39.507Z] #7 exporting layers done [2025-06-13T02:39:39.507Z] #7 exporting manifest sha256:bd9659868674247232d859a4eedd2800965da871c49318b2e00469eba9b8b17b done [2025-06-13T02:39:39.507Z] #7 exporting config sha256:d0b1bd98f7164f7b75898722dd9e3a85f095798a148d650d3145ffa8c17bf719 done [2025-06-13T02:39:39.507Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T02:39:39.769Z] #7 exporting manifest sha256:2ff5a07da3de033ae4502f4757569b4589c9420a6a875dee65ddb8aa80625974 done [2025-06-13T02:39:39.769Z] #7 exporting config sha256:7f8371eb192d79f0bc122da6ffbcc40a3f2e1441b7c9fbaee73ae85ce648f78c done [2025-06-13T02:39:39.769Z] #7 exporting manifest list sha256:22b8262f425a8bc8c456f570dbb5023c7e5fea9128bc9ea6101b08cf9904947c done [2025-06-13T02:39:39.769Z] #7 pushing layers 0.0s done [2025-06-13T02:39:39.769Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.24@sha256:22b8262f425a8bc8c456f570dbb5023c7e5fea9128bc9ea6101b08cf9904947c 0.1s done [2025-06-13T02:39:39.769Z] #7 DONE 0.1s [2025-06-13T02:39:39.769Z] [2025-06-13T02:39:39.769Z] #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T02:39:39.769Z] #8 DONE 0.0s [2025-06-13T02:39:39.769Z] [2025-06-13T02:39:39.769Z] 1 warning found (use --debug to expand): [2025-06-13T02:39:39.769Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T02:39:40.067Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24' [2025-06-13T02:39:40.067Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 --push - [2025-06-13T02:39:40.067Z] #1 [internal] load build definition from Dockerfile [2025-06-13T02:39:40.067Z] #1 transferring dockerfile: 217B done [2025-06-13T02:39:40.067Z] #1 DONE 0.0s [2025-06-13T02:39:40.067Z] [2025-06-13T02:39:40.067Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:39:40.067Z] #2 DONE 0.0s [2025-06-13T02:39:40.067Z] [2025-06-13T02:39:40.067Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:39:40.067Z] #3 DONE 0.0s [2025-06-13T02:39:40.067Z] [2025-06-13T02:39:40.067Z] #4 [internal] load .dockerignore [2025-06-13T02:39:40.067Z] #4 transferring context: 2B done [2025-06-13T02:39:40.067Z] #4 DONE 0.0s [2025-06-13T02:39:40.067Z] [2025-06-13T02:39:40.067Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:076c8df4febd0baefd6c43215aefd9850fa872b7a038335f260cc989de75f284 [2025-06-13T02:39:40.067Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:076c8df4febd0baefd6c43215aefd9850fa872b7a038335f260cc989de75f284 done [2025-06-13T02:39:40.067Z] #5 CACHED [2025-06-13T02:39:40.067Z] [2025-06-13T02:39:40.067Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:076c8df4febd0baefd6c43215aefd9850fa872b7a038335f260cc989de75f284 [2025-06-13T02:39:40.067Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:076c8df4febd0baefd6c43215aefd9850fa872b7a038335f260cc989de75f284 done [2025-06-13T02:39:40.067Z] #6 CACHED [2025-06-13T02:39:40.067Z] [2025-06-13T02:39:40.067Z] #7 exporting to image [2025-06-13T02:39:40.067Z] #7 exporting layers done [2025-06-13T02:39:40.067Z] #7 exporting manifest sha256:bd9659868674247232d859a4eedd2800965da871c49318b2e00469eba9b8b17b done [2025-06-13T02:39:40.067Z] #7 exporting config sha256:d0b1bd98f7164f7b75898722dd9e3a85f095798a148d650d3145ffa8c17bf719 done [2025-06-13T02:39:40.067Z] #7 exporting manifest sha256:2ff5a07da3de033ae4502f4757569b4589c9420a6a875dee65ddb8aa80625974 [2025-06-13T02:39:40.067Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T02:39:40.328Z] #7 exporting manifest sha256:2ff5a07da3de033ae4502f4757569b4589c9420a6a875dee65ddb8aa80625974 done [2025-06-13T02:39:40.328Z] #7 exporting config sha256:7f8371eb192d79f0bc122da6ffbcc40a3f2e1441b7c9fbaee73ae85ce648f78c done [2025-06-13T02:39:40.328Z] #7 exporting manifest list sha256:22b8262f425a8bc8c456f570dbb5023c7e5fea9128bc9ea6101b08cf9904947c done [2025-06-13T02:39:40.328Z] #7 pushing layers 0.0s done [2025-06-13T02:39:40.328Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:22b8262f425a8bc8c456f570dbb5023c7e5fea9128bc9ea6101b08cf9904947c 0.1s done [2025-06-13T02:39:40.328Z] #7 DONE 0.1s [2025-06-13T02:39:40.328Z] [2025-06-13T02:39:40.329Z] #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T02:39:40.329Z] #8 DONE 0.0s [2025-06-13T02:39:40.329Z] [2025-06-13T02:39:40.329Z] 1 warning found (use --debug to expand): [2025-06-13T02:39:40.329Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T02:39:40.617Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main' [2025-06-13T02:39:40.617Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:main --push - [2025-06-13T02:39:40.877Z] #1 [internal] load build definition from Dockerfile [2025-06-13T02:39:40.877Z] #1 transferring dockerfile: 168B done [2025-06-13T02:39:40.877Z] #1 DONE 0.0s [2025-06-13T02:39:40.877Z] [2025-06-13T02:39:40.877Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-06-13T02:39:40.877Z] #2 DONE 0.0s [2025-06-13T02:39:40.877Z] [2025-06-13T02:39:40.877Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main [2025-06-13T02:39:40.877Z] #3 DONE 0.0s [2025-06-13T02:39:40.877Z] [2025-06-13T02:39:40.877Z] #4 [internal] load .dockerignore [2025-06-13T02:39:40.877Z] #4 transferring context: 2B done [2025-06-13T02:39:40.877Z] #4 DONE 0.0s [2025-06-13T02:39:40.877Z] [2025-06-13T02:39:40.877Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:076c8df4febd0baefd6c43215aefd9850fa872b7a038335f260cc989de75f284 [2025-06-13T02:39:40.877Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:076c8df4febd0baefd6c43215aefd9850fa872b7a038335f260cc989de75f284 done [2025-06-13T02:39:40.877Z] #5 CACHED [2025-06-13T02:39:40.877Z] [2025-06-13T02:39:40.877Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:076c8df4febd0baefd6c43215aefd9850fa872b7a038335f260cc989de75f284 [2025-06-13T02:39:40.878Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:076c8df4febd0baefd6c43215aefd9850fa872b7a038335f260cc989de75f284 done [2025-06-13T02:39:40.878Z] #6 CACHED [2025-06-13T02:39:40.878Z] [2025-06-13T02:39:40.878Z] #7 exporting to image [2025-06-13T02:39:40.878Z] #7 exporting layers done [2025-06-13T02:39:40.878Z] #7 exporting manifest sha256:bd9659868674247232d859a4eedd2800965da871c49318b2e00469eba9b8b17b done [2025-06-13T02:39:40.878Z] #7 exporting config sha256:d0b1bd98f7164f7b75898722dd9e3a85f095798a148d650d3145ffa8c17bf719 done [2025-06-13T02:39:40.878Z] #7 exporting manifest sha256:2ff5a07da3de033ae4502f4757569b4589c9420a6a875dee65ddb8aa80625974 done [2025-06-13T02:39:40.878Z] #7 exporting config sha256:7f8371eb192d79f0bc122da6ffbcc40a3f2e1441b7c9fbaee73ae85ce648f78c done [2025-06-13T02:39:40.878Z] #7 exporting manifest list sha256:22b8262f425a8bc8c456f570dbb5023c7e5fea9128bc9ea6101b08cf9904947c done [2025-06-13T02:39:40.878Z] #7 pushing layers 0.0s done [2025-06-13T02:39:40.878Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:22b8262f425a8bc8c456f570dbb5023c7e5fea9128bc9ea6101b08cf9904947c [2025-06-13T02:39:40.878Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T02:39:40.878Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:22b8262f425a8bc8c456f570dbb5023c7e5fea9128bc9ea6101b08cf9904947c 0.1s done [2025-06-13T02:39:40.878Z] #7 DONE 0.1s [2025-06-13T02:39:40.878Z] [2025-06-13T02:39:40.878Z] #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T02:39:40.878Z] #8 DONE 0.0s [2025-06-13T02:39:40.878Z] [2025-06-13T02:39:40.878Z] 1 warning found (use --debug to expand): [2025-06-13T02:39:40.878Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T02:39:41.168Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca' [2025-06-13T02:39:41.168Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca --push - [2025-06-13T02:39:41.429Z] #1 [internal] load build definition from Dockerfile [2025-06-13T02:39:41.429Z] #1 transferring dockerfile: 205B done [2025-06-13T02:39:41.429Z] #1 DONE 0.0s [2025-06-13T02:39:41.429Z] [2025-06-13T02:39:41.429Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:39:41.429Z] #2 DONE 0.0s [2025-06-13T02:39:41.429Z] [2025-06-13T02:39:41.429Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:39:41.429Z] #3 DONE 0.0s [2025-06-13T02:39:41.429Z] [2025-06-13T02:39:41.429Z] #4 [internal] load .dockerignore [2025-06-13T02:39:41.429Z] #4 transferring context: 2B done [2025-06-13T02:39:41.429Z] #4 DONE 0.0s [2025-06-13T02:39:41.429Z] [2025-06-13T02:39:41.429Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:d22d26a01c334aa2da4ecde796f527e6ec00982eb373bf3f4afbbc0339ba1967 [2025-06-13T02:39:41.429Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:d22d26a01c334aa2da4ecde796f527e6ec00982eb373bf3f4afbbc0339ba1967 0.0s done [2025-06-13T02:39:41.429Z] #5 DONE 0.0s [2025-06-13T02:39:41.429Z] [2025-06-13T02:39:41.429Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:d22d26a01c334aa2da4ecde796f527e6ec00982eb373bf3f4afbbc0339ba1967 [2025-06-13T02:39:41.429Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:d22d26a01c334aa2da4ecde796f527e6ec00982eb373bf3f4afbbc0339ba1967 0.0s done [2025-06-13T02:39:41.429Z] #6 DONE 0.0s [2025-06-13T02:39:41.429Z] [2025-06-13T02:39:41.429Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:d22d26a01c334aa2da4ecde796f527e6ec00982eb373bf3f4afbbc0339ba1967 [2025-06-13T02:39:41.429Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:d22d26a01c334aa2da4ecde796f527e6ec00982eb373bf3f4afbbc0339ba1967 0.0s done [2025-06-13T02:39:41.429Z] #5 DONE 0.1s [2025-06-13T02:39:41.429Z] [2025-06-13T02:39:41.429Z] #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T02:39:41.429Z] #7 DONE 0.0s [2025-06-13T02:39:41.429Z] [2025-06-13T02:39:41.429Z] #8 exporting to image [2025-06-13T02:39:41.429Z] #8 exporting layers done [2025-06-13T02:39:41.429Z] #8 exporting manifest sha256:6957ab0d2492d9b7e45229439695f3e4506ce0956588773ef2cec5c878f1cfb1 done [2025-06-13T02:39:41.429Z] #8 exporting config sha256:d174546bae8760edfffa20fec3b7db6d7f1647cccb6a7c967206b0c46ee8796e done [2025-06-13T02:39:41.429Z] #8 exporting manifest sha256:2ebbf68108050d87705a9b1581a1d468b194aaf1aee6a3e7e3421034a18428fe done [2025-06-13T02:39:41.429Z] #8 exporting config sha256:b5deb5ba983758d29c1edeb0c0d313829ba7dc25358e4096f788551fd21d0f12 done [2025-06-13T02:39:41.429Z] #8 exporting manifest list sha256:55d43440128e9d5d0716c53a249d005ab76977dbc8611bb1580832f3e0a7c263 done [2025-06-13T02:39:41.429Z] #8 pushing layers 0.1s done [2025-06-13T02:39:41.429Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:55d43440128e9d5d0716c53a249d005ab76977dbc8611bb1580832f3e0a7c263 [2025-06-13T02:39:41.429Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T02:39:41.687Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:55d43440128e9d5d0716c53a249d005ab76977dbc8611bb1580832f3e0a7c263 0.1s done [2025-06-13T02:39:41.687Z] #8 DONE 0.2s [2025-06-13T02:39:41.687Z] [2025-06-13T02:39:41.687Z] 1 warning found (use --debug to expand): [2025-06-13T02:39:41.687Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T02:39:41.973Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:latest --push - [2025-06-13T02:39:41.973Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest' [2025-06-13T02:39:41.973Z] #1 [internal] load build definition from Dockerfile [2025-06-13T02:39:41.973Z] #1 transferring dockerfile: 171B done [2025-06-13T02:39:41.973Z] #1 DONE 0.0s [2025-06-13T02:39:41.973Z] [2025-06-13T02:39:41.973Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-06-13T02:39:41.973Z] #2 DONE 0.0s [2025-06-13T02:39:41.973Z] [2025-06-13T02:39:41.973Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2025-06-13T02:39:41.973Z] #3 DONE 0.0s [2025-06-13T02:39:41.973Z] [2025-06-13T02:39:41.973Z] #4 [internal] load .dockerignore [2025-06-13T02:39:41.973Z] #4 transferring context: 2B done [2025-06-13T02:39:41.973Z] #4 DONE 0.0s [2025-06-13T02:39:41.973Z] [2025-06-13T02:39:41.973Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:d22d26a01c334aa2da4ecde796f527e6ec00982eb373bf3f4afbbc0339ba1967 [2025-06-13T02:39:41.973Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:d22d26a01c334aa2da4ecde796f527e6ec00982eb373bf3f4afbbc0339ba1967 done [2025-06-13T02:39:41.973Z] #5 CACHED [2025-06-13T02:39:41.973Z] [2025-06-13T02:39:41.973Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:d22d26a01c334aa2da4ecde796f527e6ec00982eb373bf3f4afbbc0339ba1967 [2025-06-13T02:39:41.973Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:d22d26a01c334aa2da4ecde796f527e6ec00982eb373bf3f4afbbc0339ba1967 0.0s done [2025-06-13T02:39:41.973Z] #6 CACHED [2025-06-13T02:39:41.973Z] [2025-06-13T02:39:41.973Z] #7 exporting to image [2025-06-13T02:39:41.973Z] #7 exporting layers done [2025-06-13T02:39:41.973Z] #7 exporting manifest sha256:6957ab0d2492d9b7e45229439695f3e4506ce0956588773ef2cec5c878f1cfb1 done [2025-06-13T02:39:41.973Z] #7 exporting config sha256:d174546bae8760edfffa20fec3b7db6d7f1647cccb6a7c967206b0c46ee8796e done [2025-06-13T02:39:41.973Z] #7 exporting manifest sha256:2ebbf68108050d87705a9b1581a1d468b194aaf1aee6a3e7e3421034a18428fe done [2025-06-13T02:39:41.973Z] #7 exporting config sha256:b5deb5ba983758d29c1edeb0c0d313829ba7dc25358e4096f788551fd21d0f12 done [2025-06-13T02:39:41.973Z] #7 exporting manifest list sha256:55d43440128e9d5d0716c53a249d005ab76977dbc8611bb1580832f3e0a7c263 done [2025-06-13T02:39:41.973Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T02:39:42.239Z] #7 pushing layers 0.0s done [2025-06-13T02:39:42.239Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:55d43440128e9d5d0716c53a249d005ab76977dbc8611bb1580832f3e0a7c263 0.1s done [2025-06-13T02:39:42.239Z] #7 DONE 0.1s [2025-06-13T02:39:42.239Z] [2025-06-13T02:39:42.239Z] #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T02:39:42.239Z] #8 DONE 0.0s [2025-06-13T02:39:42.239Z] [2025-06-13T02:39:42.239Z] 1 warning found (use --debug to expand): [2025-06-13T02:39:42.239Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T02:39:42.526Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.24' [2025-06-13T02:39:42.526Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.24 --push - [2025-06-13T02:39:42.526Z] #1 [internal] load build definition from Dockerfile [2025-06-13T02:39:42.526Z] #1 transferring dockerfile: 177B done [2025-06-13T02:39:42.526Z] #1 DONE 0.0s [2025-06-13T02:39:42.526Z] [2025-06-13T02:39:42.526Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.24 [2025-06-13T02:39:42.526Z] #2 DONE 0.0s [2025-06-13T02:39:42.526Z] [2025-06-13T02:39:42.526Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.24 [2025-06-13T02:39:42.526Z] #3 DONE 0.0s [2025-06-13T02:39:42.526Z] [2025-06-13T02:39:42.526Z] #4 [internal] load .dockerignore [2025-06-13T02:39:42.526Z] #4 transferring context: 2B done [2025-06-13T02:39:42.526Z] #4 DONE 0.0s [2025-06-13T02:39:42.526Z] [2025-06-13T02:39:42.526Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.24@sha256:d22d26a01c334aa2da4ecde796f527e6ec00982eb373bf3f4afbbc0339ba1967 [2025-06-13T02:39:42.526Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.24@sha256:d22d26a01c334aa2da4ecde796f527e6ec00982eb373bf3f4afbbc0339ba1967 0.0s done [2025-06-13T02:39:42.526Z] #5 CACHED [2025-06-13T02:39:42.526Z] [2025-06-13T02:39:42.526Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.24@sha256:d22d26a01c334aa2da4ecde796f527e6ec00982eb373bf3f4afbbc0339ba1967 [2025-06-13T02:39:42.526Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.24@sha256:d22d26a01c334aa2da4ecde796f527e6ec00982eb373bf3f4afbbc0339ba1967 0.0s done [2025-06-13T02:39:42.526Z] #6 CACHED [2025-06-13T02:39:42.526Z] [2025-06-13T02:39:42.526Z] #7 exporting to image [2025-06-13T02:39:42.526Z] #7 exporting layers done [2025-06-13T02:39:42.526Z] #7 exporting manifest sha256:6957ab0d2492d9b7e45229439695f3e4506ce0956588773ef2cec5c878f1cfb1 done [2025-06-13T02:39:42.526Z] #7 exporting config sha256:d174546bae8760edfffa20fec3b7db6d7f1647cccb6a7c967206b0c46ee8796e done [2025-06-13T02:39:42.526Z] #7 exporting manifest sha256:2ebbf68108050d87705a9b1581a1d468b194aaf1aee6a3e7e3421034a18428fe done [2025-06-13T02:39:42.526Z] #7 exporting config sha256:b5deb5ba983758d29c1edeb0c0d313829ba7dc25358e4096f788551fd21d0f12 done [2025-06-13T02:39:42.526Z] #7 exporting manifest list sha256:55d43440128e9d5d0716c53a249d005ab76977dbc8611bb1580832f3e0a7c263 done [2025-06-13T02:39:42.526Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T02:39:42.786Z] #7 pushing layers 0.0s done [2025-06-13T02:39:42.786Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.24@sha256:55d43440128e9d5d0716c53a249d005ab76977dbc8611bb1580832f3e0a7c263 0.1s done [2025-06-13T02:39:42.786Z] #7 DONE 0.1s [2025-06-13T02:39:42.786Z] [2025-06-13T02:39:42.786Z] #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T02:39:42.786Z] #8 DONE 0.0s [2025-06-13T02:39:42.786Z] [2025-06-13T02:39:42.786Z] 1 warning found (use --debug to expand): [2025-06-13T02:39:42.786Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T02:39:43.073Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24' [2025-06-13T02:39:43.073Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 --push - [2025-06-13T02:39:43.333Z] #1 [internal] load build definition from Dockerfile [2025-06-13T02:39:43.333Z] #1 transferring dockerfile: 218B done [2025-06-13T02:39:43.333Z] #1 DONE 0.0s [2025-06-13T02:39:43.333Z] [2025-06-13T02:39:43.333Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:39:43.333Z] #2 DONE 0.0s [2025-06-13T02:39:43.333Z] [2025-06-13T02:39:43.333Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:39:43.333Z] #3 DONE 0.0s [2025-06-13T02:39:43.333Z] [2025-06-13T02:39:43.333Z] #4 [internal] load .dockerignore [2025-06-13T02:39:43.333Z] #4 transferring context: 2B done [2025-06-13T02:39:43.333Z] #4 DONE 0.0s [2025-06-13T02:39:43.333Z] [2025-06-13T02:39:43.333Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:d22d26a01c334aa2da4ecde796f527e6ec00982eb373bf3f4afbbc0339ba1967 [2025-06-13T02:39:43.333Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:d22d26a01c334aa2da4ecde796f527e6ec00982eb373bf3f4afbbc0339ba1967 done [2025-06-13T02:39:43.333Z] #5 CACHED [2025-06-13T02:39:43.333Z] [2025-06-13T02:39:43.333Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:d22d26a01c334aa2da4ecde796f527e6ec00982eb373bf3f4afbbc0339ba1967 [2025-06-13T02:39:43.333Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:d22d26a01c334aa2da4ecde796f527e6ec00982eb373bf3f4afbbc0339ba1967 done [2025-06-13T02:39:43.333Z] #6 CACHED [2025-06-13T02:39:43.333Z] [2025-06-13T02:39:43.333Z] #7 exporting to image [2025-06-13T02:39:43.333Z] #7 exporting layers done [2025-06-13T02:39:43.333Z] #7 exporting manifest sha256:6957ab0d2492d9b7e45229439695f3e4506ce0956588773ef2cec5c878f1cfb1 done [2025-06-13T02:39:43.333Z] #7 exporting config sha256:d174546bae8760edfffa20fec3b7db6d7f1647cccb6a7c967206b0c46ee8796e done [2025-06-13T02:39:43.333Z] #7 exporting manifest sha256:2ebbf68108050d87705a9b1581a1d468b194aaf1aee6a3e7e3421034a18428fe done [2025-06-13T02:39:43.333Z] #7 exporting config sha256:b5deb5ba983758d29c1edeb0c0d313829ba7dc25358e4096f788551fd21d0f12 done [2025-06-13T02:39:43.333Z] #7 exporting manifest list sha256:55d43440128e9d5d0716c53a249d005ab76977dbc8611bb1580832f3e0a7c263 done [2025-06-13T02:39:43.333Z] #7 pushing layers 0.0s done [2025-06-13T02:39:43.333Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:55d43440128e9d5d0716c53a249d005ab76977dbc8611bb1580832f3e0a7c263 [2025-06-13T02:39:43.333Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T02:39:43.333Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:55d43440128e9d5d0716c53a249d005ab76977dbc8611bb1580832f3e0a7c263 0.1s done [2025-06-13T02:39:43.333Z] #7 DONE 0.1s [2025-06-13T02:39:43.334Z] [2025-06-13T02:39:43.334Z] #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T02:39:43.334Z] #8 DONE 0.0s [2025-06-13T02:39:43.334Z] [2025-06-13T02:39:43.334Z] 1 warning found (use --debug to expand): [2025-06-13T02:39:43.334Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T02:39:43.620Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main' [2025-06-13T02:39:43.620Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:main --push - [2025-06-13T02:39:43.620Z] #1 [internal] load build definition from Dockerfile [2025-06-13T02:39:43.620Z] #1 transferring dockerfile: 169B done [2025-06-13T02:39:43.620Z] #1 DONE 0.0s [2025-06-13T02:39:43.620Z] [2025-06-13T02:39:43.620Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-06-13T02:39:43.620Z] #2 DONE 0.0s [2025-06-13T02:39:43.620Z] [2025-06-13T02:39:43.620Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2025-06-13T02:39:43.620Z] #3 DONE 0.0s [2025-06-13T02:39:43.620Z] [2025-06-13T02:39:43.620Z] #4 [internal] load .dockerignore [2025-06-13T02:39:43.620Z] #4 transferring context: 2B done [2025-06-13T02:39:43.620Z] #4 DONE 0.0s [2025-06-13T02:39:43.620Z] [2025-06-13T02:39:43.620Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:d22d26a01c334aa2da4ecde796f527e6ec00982eb373bf3f4afbbc0339ba1967 [2025-06-13T02:39:43.620Z] #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:d22d26a01c334aa2da4ecde796f527e6ec00982eb373bf3f4afbbc0339ba1967 done [2025-06-13T02:39:43.620Z] #5 CACHED [2025-06-13T02:39:43.620Z] [2025-06-13T02:39:43.620Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:d22d26a01c334aa2da4ecde796f527e6ec00982eb373bf3f4afbbc0339ba1967 [2025-06-13T02:39:43.620Z] #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:d22d26a01c334aa2da4ecde796f527e6ec00982eb373bf3f4afbbc0339ba1967 0.0s done [2025-06-13T02:39:43.620Z] #6 CACHED [2025-06-13T02:39:43.620Z] [2025-06-13T02:39:43.620Z] #7 exporting to image [2025-06-13T02:39:43.620Z] #7 exporting layers done [2025-06-13T02:39:43.620Z] #7 exporting manifest sha256:6957ab0d2492d9b7e45229439695f3e4506ce0956588773ef2cec5c878f1cfb1 done [2025-06-13T02:39:43.620Z] #7 exporting config sha256:d174546bae8760edfffa20fec3b7db6d7f1647cccb6a7c967206b0c46ee8796e done [2025-06-13T02:39:43.620Z] #7 exporting manifest sha256:2ebbf68108050d87705a9b1581a1d468b194aaf1aee6a3e7e3421034a18428fe done [2025-06-13T02:39:43.620Z] #7 exporting config sha256:b5deb5ba983758d29c1edeb0c0d313829ba7dc25358e4096f788551fd21d0f12 done [2025-06-13T02:39:43.620Z] #7 exporting manifest list sha256:55d43440128e9d5d0716c53a249d005ab76977dbc8611bb1580832f3e0a7c263 done [2025-06-13T02:39:43.620Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T02:39:43.880Z] #7 pushing layers 0.0s done [2025-06-13T02:39:43.880Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:55d43440128e9d5d0716c53a249d005ab76977dbc8611bb1580832f3e0a7c263 0.1s done [2025-06-13T02:39:43.880Z] #7 DONE 0.1s [2025-06-13T02:39:43.880Z] [2025-06-13T02:39:43.880Z] #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T02:39:43.880Z] #8 DONE 0.0s [2025-06-13T02:39:43.880Z] [2025-06-13T02:39:43.880Z] 1 warning found (use --debug to expand): [2025-06-13T02:39:43.880Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T02:39:44.168Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca' [2025-06-13T02:39:44.168Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca --push - [2025-06-13T02:39:44.168Z] #1 [internal] load build definition from Dockerfile [2025-06-13T02:39:44.168Z] #1 transferring dockerfile: 211B done [2025-06-13T02:39:44.168Z] #1 DONE 0.0s [2025-06-13T02:39:44.168Z] [2025-06-13T02:39:44.168Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:39:44.168Z] #2 DONE 0.0s [2025-06-13T02:39:44.168Z] [2025-06-13T02:39:44.168Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:39:44.168Z] #3 DONE 0.1s [2025-06-13T02:39:44.168Z] [2025-06-13T02:39:44.168Z] #4 [internal] load .dockerignore [2025-06-13T02:39:44.168Z] #4 transferring context: 2B done [2025-06-13T02:39:44.168Z] #4 DONE 0.0s [2025-06-13T02:39:44.168Z] [2025-06-13T02:39:44.168Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:18e30cec1e1905ece1d7c40c857234895d0151f31cfc7e2dd5d202285d5c778b [2025-06-13T02:39:44.168Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:18e30cec1e1905ece1d7c40c857234895d0151f31cfc7e2dd5d202285d5c778b [2025-06-13T02:39:44.428Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:18e30cec1e1905ece1d7c40c857234895d0151f31cfc7e2dd5d202285d5c778b 0.0s done [2025-06-13T02:39:44.428Z] #5 DONE 0.1s [2025-06-13T02:39:44.428Z] [2025-06-13T02:39:44.428Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:18e30cec1e1905ece1d7c40c857234895d0151f31cfc7e2dd5d202285d5c778b [2025-06-13T02:39:44.428Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:18e30cec1e1905ece1d7c40c857234895d0151f31cfc7e2dd5d202285d5c778b 0.0s done [2025-06-13T02:39:44.428Z] #6 DONE 0.0s [2025-06-13T02:39:44.428Z] [2025-06-13T02:39:44.428Z] #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T02:39:44.428Z] #7 DONE 0.0s [2025-06-13T02:39:44.428Z] [2025-06-13T02:39:44.428Z] #8 exporting to image [2025-06-13T02:39:44.428Z] #8 exporting layers done [2025-06-13T02:39:44.428Z] #8 exporting manifest sha256:8a6d88f555e2447c3239b60edd20e09c700487dea1643904c8575136a9a921d9 done [2025-06-13T02:39:44.428Z] #8 exporting config sha256:4a9ad89ee3529aff7e7cc8cd78defd3ae29de4638ca56cdabc5864ed5949a33a done [2025-06-13T02:39:44.428Z] #8 exporting manifest sha256:51265ad6e92d50c16562a5e1bf87a372cce9f302abfbcf9bdec5ec4e42ff8468 done [2025-06-13T02:39:44.428Z] #8 exporting config sha256:f928aea0ce0cefd01e2a324c3668e3f315506cd149e8b70af913e2808ad43037 done [2025-06-13T02:39:44.428Z] #8 exporting manifest list sha256:bfdd030fdc880b26b65963048b6c8b94863ae459ceb5f05dd0ee0904678131af done [2025-06-13T02:39:44.428Z] #8 pushing layers 0.1s done [2025-06-13T02:39:44.428Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:bfdd030fdc880b26b65963048b6c8b94863ae459ceb5f05dd0ee0904678131af [2025-06-13T02:39:44.428Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T02:39:44.690Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:bfdd030fdc880b26b65963048b6c8b94863ae459ceb5f05dd0ee0904678131af 0.1s done [2025-06-13T02:39:44.690Z] #8 DONE 0.2s [2025-06-13T02:39:44.690Z] [2025-06-13T02:39:44.690Z] 1 warning found (use --debug to expand): [2025-06-13T02:39:44.690Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T02:39:44.984Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest --push - [2025-06-13T02:39:44.984Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest' [2025-06-13T02:39:44.984Z] #1 [internal] load build definition from Dockerfile [2025-06-13T02:39:44.984Z] #1 transferring dockerfile: 177B done [2025-06-13T02:39:44.984Z] #1 DONE 0.0s [2025-06-13T02:39:44.984Z] [2025-06-13T02:39:44.984Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-06-13T02:39:44.984Z] #2 DONE 0.0s [2025-06-13T02:39:44.984Z] [2025-06-13T02:39:44.984Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2025-06-13T02:39:44.984Z] #3 DONE 0.0s [2025-06-13T02:39:44.984Z] [2025-06-13T02:39:44.984Z] #4 [internal] load .dockerignore [2025-06-13T02:39:44.984Z] #4 transferring context: 2B done [2025-06-13T02:39:44.984Z] #4 DONE 0.0s [2025-06-13T02:39:44.984Z] [2025-06-13T02:39:44.984Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:18e30cec1e1905ece1d7c40c857234895d0151f31cfc7e2dd5d202285d5c778b [2025-06-13T02:39:44.984Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:18e30cec1e1905ece1d7c40c857234895d0151f31cfc7e2dd5d202285d5c778b done [2025-06-13T02:39:44.984Z] #5 CACHED [2025-06-13T02:39:44.984Z] [2025-06-13T02:39:44.984Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:18e30cec1e1905ece1d7c40c857234895d0151f31cfc7e2dd5d202285d5c778b [2025-06-13T02:39:44.984Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:18e30cec1e1905ece1d7c40c857234895d0151f31cfc7e2dd5d202285d5c778b 0.0s done [2025-06-13T02:39:44.984Z] #6 CACHED [2025-06-13T02:39:44.984Z] [2025-06-13T02:39:44.984Z] #7 exporting to image [2025-06-13T02:39:44.984Z] #7 exporting layers [2025-06-13T02:39:44.984Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T02:39:45.244Z] #7 exporting layers done [2025-06-13T02:39:45.244Z] #7 exporting manifest sha256:8a6d88f555e2447c3239b60edd20e09c700487dea1643904c8575136a9a921d9 done [2025-06-13T02:39:45.244Z] #7 exporting config sha256:4a9ad89ee3529aff7e7cc8cd78defd3ae29de4638ca56cdabc5864ed5949a33a done [2025-06-13T02:39:45.245Z] #7 exporting manifest sha256:51265ad6e92d50c16562a5e1bf87a372cce9f302abfbcf9bdec5ec4e42ff8468 done [2025-06-13T02:39:45.245Z] #7 exporting config sha256:f928aea0ce0cefd01e2a324c3668e3f315506cd149e8b70af913e2808ad43037 done [2025-06-13T02:39:45.245Z] #7 exporting manifest list sha256:bfdd030fdc880b26b65963048b6c8b94863ae459ceb5f05dd0ee0904678131af done [2025-06-13T02:39:45.245Z] #7 pushing layers 0.0s done [2025-06-13T02:39:45.245Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:bfdd030fdc880b26b65963048b6c8b94863ae459ceb5f05dd0ee0904678131af 0.1s done [2025-06-13T02:39:45.245Z] #7 DONE 0.1s [2025-06-13T02:39:45.245Z] [2025-06-13T02:39:45.245Z] #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T02:39:45.245Z] #8 DONE 0.0s [2025-06-13T02:39:45.245Z] [2025-06-13T02:39:45.245Z] 1 warning found (use --debug to expand): [2025-06-13T02:39:45.245Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T02:39:45.536Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.24' [2025-06-13T02:39:45.537Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.24 --push - [2025-06-13T02:39:45.537Z] #1 [internal] load build definition from Dockerfile [2025-06-13T02:39:45.537Z] #1 transferring dockerfile: 183B done [2025-06-13T02:39:45.537Z] #1 DONE 0.0s [2025-06-13T02:39:45.537Z] [2025-06-13T02:39:45.537Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.24 [2025-06-13T02:39:45.537Z] #2 DONE 0.0s [2025-06-13T02:39:45.537Z] [2025-06-13T02:39:45.537Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.24 [2025-06-13T02:39:45.537Z] #3 DONE 0.0s [2025-06-13T02:39:45.537Z] [2025-06-13T02:39:45.537Z] #4 [internal] load .dockerignore [2025-06-13T02:39:45.537Z] #4 transferring context: 2B done [2025-06-13T02:39:45.537Z] #4 DONE 0.0s [2025-06-13T02:39:45.537Z] [2025-06-13T02:39:45.537Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.24@sha256:18e30cec1e1905ece1d7c40c857234895d0151f31cfc7e2dd5d202285d5c778b [2025-06-13T02:39:45.537Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.24@sha256:18e30cec1e1905ece1d7c40c857234895d0151f31cfc7e2dd5d202285d5c778b 0.0s done [2025-06-13T02:39:45.537Z] #5 CACHED [2025-06-13T02:39:45.537Z] [2025-06-13T02:39:45.537Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.24@sha256:18e30cec1e1905ece1d7c40c857234895d0151f31cfc7e2dd5d202285d5c778b [2025-06-13T02:39:45.537Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.24@sha256:18e30cec1e1905ece1d7c40c857234895d0151f31cfc7e2dd5d202285d5c778b 0.0s done [2025-06-13T02:39:45.537Z] #6 CACHED [2025-06-13T02:39:45.537Z] [2025-06-13T02:39:45.537Z] #7 exporting to image [2025-06-13T02:39:45.537Z] #7 exporting layers done [2025-06-13T02:39:45.537Z] #7 exporting manifest sha256:8a6d88f555e2447c3239b60edd20e09c700487dea1643904c8575136a9a921d9 done [2025-06-13T02:39:45.537Z] #7 exporting config sha256:4a9ad89ee3529aff7e7cc8cd78defd3ae29de4638ca56cdabc5864ed5949a33a done [2025-06-13T02:39:45.537Z] #7 exporting manifest sha256:51265ad6e92d50c16562a5e1bf87a372cce9f302abfbcf9bdec5ec4e42ff8468 done [2025-06-13T02:39:45.537Z] #7 exporting config sha256:f928aea0ce0cefd01e2a324c3668e3f315506cd149e8b70af913e2808ad43037 done [2025-06-13T02:39:45.537Z] #7 exporting manifest list sha256:bfdd030fdc880b26b65963048b6c8b94863ae459ceb5f05dd0ee0904678131af done [2025-06-13T02:39:45.537Z] #7 pushing layers [2025-06-13T02:39:45.537Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T02:39:45.797Z] #7 pushing layers 0.0s done [2025-06-13T02:39:45.797Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.24@sha256:bfdd030fdc880b26b65963048b6c8b94863ae459ceb5f05dd0ee0904678131af 0.1s done [2025-06-13T02:39:45.797Z] #7 DONE 0.1s [2025-06-13T02:39:45.797Z] [2025-06-13T02:39:45.797Z] #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T02:39:45.797Z] #8 DONE 0.0s [2025-06-13T02:39:45.797Z] [2025-06-13T02:39:45.797Z] 1 warning found (use --debug to expand): [2025-06-13T02:39:45.797Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T02:39:48.931Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24' [2025-06-13T02:39:48.931Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 --push - [2025-06-13T02:39:48.931Z] #1 [internal] load build definition from Dockerfile [2025-06-13T02:39:48.931Z] #1 transferring dockerfile: 224B done [2025-06-13T02:39:48.931Z] #1 DONE 0.0s [2025-06-13T02:39:48.931Z] [2025-06-13T02:39:48.931Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:39:48.931Z] #2 DONE 0.3s [2025-06-13T02:39:48.931Z] [2025-06-13T02:39:48.931Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:39:48.931Z] #3 DONE 0.3s [2025-06-13T02:39:48.931Z] [2025-06-13T02:39:48.931Z] #4 [internal] load .dockerignore [2025-06-13T02:39:48.931Z] #4 transferring context: 2B done [2025-06-13T02:39:48.931Z] #4 DONE 0.0s [2025-06-13T02:39:48.931Z] [2025-06-13T02:39:48.931Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:18e30cec1e1905ece1d7c40c857234895d0151f31cfc7e2dd5d202285d5c778b [2025-06-13T02:39:48.931Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:18e30cec1e1905ece1d7c40c857234895d0151f31cfc7e2dd5d202285d5c778b 0.0s done [2025-06-13T02:39:48.931Z] #5 CACHED [2025-06-13T02:39:48.931Z] [2025-06-13T02:39:48.931Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:18e30cec1e1905ece1d7c40c857234895d0151f31cfc7e2dd5d202285d5c778b [2025-06-13T02:39:48.931Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:18e30cec1e1905ece1d7c40c857234895d0151f31cfc7e2dd5d202285d5c778b 0.0s done [2025-06-13T02:39:48.931Z] #6 CACHED [2025-06-13T02:39:48.931Z] [2025-06-13T02:39:48.931Z] #7 exporting to image [2025-06-13T02:39:48.931Z] #7 exporting layers done [2025-06-13T02:39:48.931Z] #7 exporting manifest sha256:8a6d88f555e2447c3239b60edd20e09c700487dea1643904c8575136a9a921d9 done [2025-06-13T02:39:48.931Z] #7 exporting config sha256:4a9ad89ee3529aff7e7cc8cd78defd3ae29de4638ca56cdabc5864ed5949a33a done [2025-06-13T02:39:48.931Z] #7 exporting manifest sha256:51265ad6e92d50c16562a5e1bf87a372cce9f302abfbcf9bdec5ec4e42ff8468 done [2025-06-13T02:39:48.931Z] #7 exporting config sha256:f928aea0ce0cefd01e2a324c3668e3f315506cd149e8b70af913e2808ad43037 done [2025-06-13T02:39:48.931Z] #7 exporting manifest list sha256:bfdd030fdc880b26b65963048b6c8b94863ae459ceb5f05dd0ee0904678131af done [2025-06-13T02:39:48.931Z] #7 pushing layers [2025-06-13T02:39:48.931Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T02:39:49.189Z] #7 pushing layers 2.6s done [2025-06-13T02:39:49.189Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:bfdd030fdc880b26b65963048b6c8b94863ae459ceb5f05dd0ee0904678131af [2025-06-13T02:39:49.189Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:bfdd030fdc880b26b65963048b6c8b94863ae459ceb5f05dd0ee0904678131af 0.1s done [2025-06-13T02:39:49.189Z] #7 DONE 2.7s [2025-06-13T02:39:49.189Z] [2025-06-13T02:39:49.189Z] #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T02:39:49.189Z] #8 DONE 0.0s [2025-06-13T02:39:49.189Z] [2025-06-13T02:39:49.189Z] 1 warning found (use --debug to expand): [2025-06-13T02:39:49.189Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T02:39:49.475Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main' [2025-06-13T02:39:49.475Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:main --push - [2025-06-13T02:39:49.733Z] #1 [internal] load build definition from Dockerfile [2025-06-13T02:39:49.733Z] #1 transferring dockerfile: 175B done [2025-06-13T02:39:49.733Z] #1 DONE 0.0s [2025-06-13T02:39:49.733Z] [2025-06-13T02:39:49.733Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-06-13T02:39:49.733Z] #2 DONE 0.0s [2025-06-13T02:39:49.733Z] [2025-06-13T02:39:49.733Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2025-06-13T02:39:49.733Z] #3 DONE 0.0s [2025-06-13T02:39:49.733Z] [2025-06-13T02:39:49.733Z] #4 [internal] load .dockerignore [2025-06-13T02:39:49.733Z] #4 transferring context: 2B done [2025-06-13T02:39:49.733Z] #4 DONE 0.0s [2025-06-13T02:39:49.733Z] [2025-06-13T02:39:49.733Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:18e30cec1e1905ece1d7c40c857234895d0151f31cfc7e2dd5d202285d5c778b [2025-06-13T02:39:49.733Z] #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:18e30cec1e1905ece1d7c40c857234895d0151f31cfc7e2dd5d202285d5c778b 0.0s done [2025-06-13T02:39:49.733Z] #5 CACHED [2025-06-13T02:39:49.733Z] [2025-06-13T02:39:49.733Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:18e30cec1e1905ece1d7c40c857234895d0151f31cfc7e2dd5d202285d5c778b [2025-06-13T02:39:49.733Z] #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:18e30cec1e1905ece1d7c40c857234895d0151f31cfc7e2dd5d202285d5c778b 0.0s done [2025-06-13T02:39:49.733Z] #6 CACHED [2025-06-13T02:39:49.733Z] [2025-06-13T02:39:49.733Z] #7 exporting to image [2025-06-13T02:39:49.733Z] #7 exporting layers done [2025-06-13T02:39:49.733Z] #7 exporting manifest sha256:8a6d88f555e2447c3239b60edd20e09c700487dea1643904c8575136a9a921d9 done [2025-06-13T02:39:49.733Z] #7 exporting config sha256:4a9ad89ee3529aff7e7cc8cd78defd3ae29de4638ca56cdabc5864ed5949a33a done [2025-06-13T02:39:49.733Z] #7 exporting manifest sha256:51265ad6e92d50c16562a5e1bf87a372cce9f302abfbcf9bdec5ec4e42ff8468 done [2025-06-13T02:39:49.733Z] #7 exporting config sha256:f928aea0ce0cefd01e2a324c3668e3f315506cd149e8b70af913e2808ad43037 done [2025-06-13T02:39:49.733Z] #7 exporting manifest list sha256:bfdd030fdc880b26b65963048b6c8b94863ae459ceb5f05dd0ee0904678131af done [2025-06-13T02:39:49.733Z] #7 pushing layers 0.0s done [2025-06-13T02:39:49.733Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:bfdd030fdc880b26b65963048b6c8b94863ae459ceb5f05dd0ee0904678131af [2025-06-13T02:39:49.733Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T02:39:49.733Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:bfdd030fdc880b26b65963048b6c8b94863ae459ceb5f05dd0ee0904678131af 0.1s done [2025-06-13T02:39:49.733Z] #7 DONE 0.1s [2025-06-13T02:39:49.733Z] [2025-06-13T02:39:49.733Z] #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T02:39:49.733Z] #8 DONE 0.0s [2025-06-13T02:39:49.733Z] [2025-06-13T02:39:49.733Z] 1 warning found (use --debug to expand): [2025-06-13T02:39:49.733Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T02:39:50.021Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca' [2025-06-13T02:39:50.021Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca --push - [2025-06-13T02:39:50.021Z] #1 [internal] load build definition from Dockerfile [2025-06-13T02:39:50.021Z] #1 transferring dockerfile: 215B done [2025-06-13T02:39:50.021Z] #1 DONE 0.0s [2025-06-13T02:39:50.021Z] [2025-06-13T02:39:50.021Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:39:50.021Z] #2 DONE 0.0s [2025-06-13T02:39:50.021Z] [2025-06-13T02:39:50.021Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:39:50.021Z] #3 DONE 0.0s [2025-06-13T02:39:50.021Z] [2025-06-13T02:39:50.021Z] #4 [internal] load .dockerignore [2025-06-13T02:39:50.021Z] #4 transferring context: 2B done [2025-06-13T02:39:50.021Z] #4 DONE 0.0s [2025-06-13T02:39:50.021Z] [2025-06-13T02:39:50.021Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:3622cc0092030d5b701a6a4cede272c9ccbffa45008dd8085a14260b5d41016c [2025-06-13T02:39:50.021Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:3622cc0092030d5b701a6a4cede272c9ccbffa45008dd8085a14260b5d41016c 0.0s done [2025-06-13T02:39:50.021Z] #5 DONE 0.0s [2025-06-13T02:39:50.021Z] [2025-06-13T02:39:50.021Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:3622cc0092030d5b701a6a4cede272c9ccbffa45008dd8085a14260b5d41016c [2025-06-13T02:39:50.279Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:3622cc0092030d5b701a6a4cede272c9ccbffa45008dd8085a14260b5d41016c done [2025-06-13T02:39:50.279Z] #6 DONE 0.0s [2025-06-13T02:39:50.279Z] [2025-06-13T02:39:50.279Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:3622cc0092030d5b701a6a4cede272c9ccbffa45008dd8085a14260b5d41016c [2025-06-13T02:39:50.279Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:3622cc0092030d5b701a6a4cede272c9ccbffa45008dd8085a14260b5d41016c 0.0s done [2025-06-13T02:39:50.279Z] #5 DONE 0.1s [2025-06-13T02:39:50.279Z] [2025-06-13T02:39:50.279Z] #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T02:39:50.279Z] #7 DONE 0.0s [2025-06-13T02:39:50.279Z] [2025-06-13T02:39:50.279Z] #8 exporting to image [2025-06-13T02:39:50.279Z] #8 exporting layers done [2025-06-13T02:39:50.279Z] #8 exporting manifest sha256:1330523a382d06ab3edf944550fcd700cc1de67b396212cad43a2e23bd002264 done [2025-06-13T02:39:50.279Z] #8 exporting config sha256:9cf01f36caa528ea846ab5baef1a873ef16263b213f17d21380b7d747d5b8075 done [2025-06-13T02:39:50.279Z] #8 exporting manifest sha256:0fea51795d1e8114103fb868ffaa490adcb6035141ad104fb91d88a54f890029 done [2025-06-13T02:39:50.279Z] #8 exporting config sha256:3943dd6eac8ef7e4041f6fa16952e0aff7359cc27e18c9647393cd07ef3613a5 done [2025-06-13T02:39:50.279Z] #8 exporting manifest list sha256:fd951419c60ac4c84141b79febe61f9a658b709cc7f901d8e6efaa4dc0b06ebc done [2025-06-13T02:39:50.279Z] #8 pushing layers 0.1s done [2025-06-13T02:39:50.279Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:fd951419c60ac4c84141b79febe61f9a658b709cc7f901d8e6efaa4dc0b06ebc [2025-06-13T02:39:50.279Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T02:39:51.025Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:fd951419c60ac4c84141b79febe61f9a658b709cc7f901d8e6efaa4dc0b06ebc 0.1s done [2025-06-13T02:39:51.025Z] #8 DONE 0.2s [2025-06-13T02:39:51.025Z] [2025-06-13T02:39:51.025Z] 1 warning found (use --debug to expand): [2025-06-13T02:39:51.025Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T02:39:51.314Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest --push - [2025-06-13T02:39:51.314Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest' [2025-06-13T02:39:51.314Z] #1 [internal] load build definition from Dockerfile [2025-06-13T02:39:51.314Z] #1 transferring dockerfile: 181B done [2025-06-13T02:39:51.314Z] #1 DONE 0.0s [2025-06-13T02:39:51.314Z] [2025-06-13T02:39:51.314Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-06-13T02:39:51.314Z] #2 DONE 0.0s [2025-06-13T02:39:51.314Z] [2025-06-13T02:39:51.314Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2025-06-13T02:39:51.314Z] #3 DONE 0.0s [2025-06-13T02:39:51.314Z] [2025-06-13T02:39:51.314Z] #4 [internal] load .dockerignore [2025-06-13T02:39:51.314Z] #4 transferring context: 2B done [2025-06-13T02:39:51.314Z] #4 DONE 0.0s [2025-06-13T02:39:51.314Z] [2025-06-13T02:39:51.314Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:3622cc0092030d5b701a6a4cede272c9ccbffa45008dd8085a14260b5d41016c [2025-06-13T02:39:51.314Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:3622cc0092030d5b701a6a4cede272c9ccbffa45008dd8085a14260b5d41016c 0.0s done [2025-06-13T02:39:51.314Z] #5 CACHED [2025-06-13T02:39:51.314Z] [2025-06-13T02:39:51.314Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:3622cc0092030d5b701a6a4cede272c9ccbffa45008dd8085a14260b5d41016c [2025-06-13T02:39:51.314Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:3622cc0092030d5b701a6a4cede272c9ccbffa45008dd8085a14260b5d41016c 0.0s done [2025-06-13T02:39:51.314Z] #6 CACHED [2025-06-13T02:39:51.314Z] [2025-06-13T02:39:51.314Z] #7 exporting to image [2025-06-13T02:39:51.314Z] #7 exporting layers done [2025-06-13T02:39:51.314Z] #7 exporting manifest sha256:1330523a382d06ab3edf944550fcd700cc1de67b396212cad43a2e23bd002264 done [2025-06-13T02:39:51.314Z] #7 exporting config sha256:9cf01f36caa528ea846ab5baef1a873ef16263b213f17d21380b7d747d5b8075 done [2025-06-13T02:39:51.314Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T02:39:51.573Z] #7 exporting manifest sha256:0fea51795d1e8114103fb868ffaa490adcb6035141ad104fb91d88a54f890029 done [2025-06-13T02:39:51.574Z] #7 exporting config sha256:3943dd6eac8ef7e4041f6fa16952e0aff7359cc27e18c9647393cd07ef3613a5 done [2025-06-13T02:39:51.574Z] #7 exporting manifest list sha256:fd951419c60ac4c84141b79febe61f9a658b709cc7f901d8e6efaa4dc0b06ebc done [2025-06-13T02:39:51.574Z] #7 pushing layers 0.0s done [2025-06-13T02:39:51.574Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:fd951419c60ac4c84141b79febe61f9a658b709cc7f901d8e6efaa4dc0b06ebc 0.1s done [2025-06-13T02:39:51.574Z] #7 DONE 0.1s [2025-06-13T02:39:51.574Z] [2025-06-13T02:39:51.574Z] #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T02:39:51.574Z] #8 DONE 0.0s [2025-06-13T02:39:51.574Z] [2025-06-13T02:39:51.574Z] 1 warning found (use --debug to expand): [2025-06-13T02:39:51.574Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T02:39:51.871Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.24' [2025-06-13T02:39:51.871Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.24 --push - [2025-06-13T02:39:51.871Z] #1 [internal] load build definition from Dockerfile [2025-06-13T02:39:51.871Z] #1 transferring dockerfile: 187B done [2025-06-13T02:39:51.871Z] #1 DONE 0.0s [2025-06-13T02:39:51.871Z] [2025-06-13T02:39:51.871Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.24 [2025-06-13T02:39:51.871Z] #2 DONE 0.0s [2025-06-13T02:39:51.871Z] [2025-06-13T02:39:51.871Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.24 [2025-06-13T02:39:51.871Z] #3 DONE 0.0s [2025-06-13T02:39:51.871Z] [2025-06-13T02:39:51.871Z] #4 [internal] load .dockerignore [2025-06-13T02:39:51.871Z] #4 transferring context: 2B done [2025-06-13T02:39:51.871Z] #4 DONE 0.0s [2025-06-13T02:39:51.871Z] [2025-06-13T02:39:51.871Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.24@sha256:3622cc0092030d5b701a6a4cede272c9ccbffa45008dd8085a14260b5d41016c [2025-06-13T02:39:51.871Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.24@sha256:3622cc0092030d5b701a6a4cede272c9ccbffa45008dd8085a14260b5d41016c done [2025-06-13T02:39:51.871Z] #5 CACHED [2025-06-13T02:39:51.871Z] [2025-06-13T02:39:51.871Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.24@sha256:3622cc0092030d5b701a6a4cede272c9ccbffa45008dd8085a14260b5d41016c [2025-06-13T02:39:51.871Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.24@sha256:3622cc0092030d5b701a6a4cede272c9ccbffa45008dd8085a14260b5d41016c done [2025-06-13T02:39:51.871Z] #6 CACHED [2025-06-13T02:39:51.871Z] [2025-06-13T02:39:51.871Z] #7 exporting to image [2025-06-13T02:39:51.871Z] #7 exporting layers done [2025-06-13T02:39:51.871Z] #7 exporting manifest sha256:1330523a382d06ab3edf944550fcd700cc1de67b396212cad43a2e23bd002264 done [2025-06-13T02:39:51.871Z] #7 exporting config sha256:9cf01f36caa528ea846ab5baef1a873ef16263b213f17d21380b7d747d5b8075 done [2025-06-13T02:39:51.871Z] #7 exporting manifest sha256:0fea51795d1e8114103fb868ffaa490adcb6035141ad104fb91d88a54f890029 done [2025-06-13T02:39:51.871Z] #7 exporting config sha256:3943dd6eac8ef7e4041f6fa16952e0aff7359cc27e18c9647393cd07ef3613a5 done [2025-06-13T02:39:51.871Z] #7 exporting manifest list sha256:fd951419c60ac4c84141b79febe61f9a658b709cc7f901d8e6efaa4dc0b06ebc done [2025-06-13T02:39:51.871Z] #7 pushing layers 0.0s done [2025-06-13T02:39:51.871Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.24@sha256:fd951419c60ac4c84141b79febe61f9a658b709cc7f901d8e6efaa4dc0b06ebc [2025-06-13T02:39:51.871Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T02:39:52.130Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.24@sha256:fd951419c60ac4c84141b79febe61f9a658b709cc7f901d8e6efaa4dc0b06ebc 0.1s done [2025-06-13T02:39:52.130Z] #7 DONE 0.1s [2025-06-13T02:39:52.130Z] [2025-06-13T02:39:52.130Z] #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T02:39:52.130Z] #8 DONE 0.0s [2025-06-13T02:39:52.130Z] [2025-06-13T02:39:52.130Z] 1 warning found (use --debug to expand): [2025-06-13T02:39:52.130Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T02:39:52.435Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24' [2025-06-13T02:39:52.435Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 --push - [2025-06-13T02:39:52.435Z] #1 [internal] load build definition from Dockerfile [2025-06-13T02:39:52.435Z] #1 transferring dockerfile: 228B done [2025-06-13T02:39:52.435Z] #1 DONE 0.0s [2025-06-13T02:39:52.435Z] [2025-06-13T02:39:52.435Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:39:52.435Z] #2 DONE 0.0s [2025-06-13T02:39:52.435Z] [2025-06-13T02:39:52.435Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:39:52.435Z] #3 DONE 0.0s [2025-06-13T02:39:52.435Z] [2025-06-13T02:39:52.435Z] #4 [internal] load .dockerignore [2025-06-13T02:39:52.435Z] #4 transferring context: 2B done [2025-06-13T02:39:52.435Z] #4 DONE 0.0s [2025-06-13T02:39:52.435Z] [2025-06-13T02:39:52.435Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:3622cc0092030d5b701a6a4cede272c9ccbffa45008dd8085a14260b5d41016c [2025-06-13T02:39:52.435Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:3622cc0092030d5b701a6a4cede272c9ccbffa45008dd8085a14260b5d41016c done [2025-06-13T02:39:52.435Z] #5 CACHED [2025-06-13T02:39:52.435Z] [2025-06-13T02:39:52.435Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:3622cc0092030d5b701a6a4cede272c9ccbffa45008dd8085a14260b5d41016c [2025-06-13T02:39:52.435Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:3622cc0092030d5b701a6a4cede272c9ccbffa45008dd8085a14260b5d41016c done [2025-06-13T02:39:52.435Z] #6 DONE 0.0s [2025-06-13T02:39:52.736Z] [2025-06-13T02:39:52.736Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:3622cc0092030d5b701a6a4cede272c9ccbffa45008dd8085a14260b5d41016c [2025-06-13T02:39:52.736Z] #6 CACHED [2025-06-13T02:39:52.736Z] [2025-06-13T02:39:52.736Z] #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T02:39:52.736Z] #7 DONE 0.0s [2025-06-13T02:39:52.736Z] [2025-06-13T02:39:52.736Z] #8 exporting to image [2025-06-13T02:39:52.736Z] #8 exporting layers done [2025-06-13T02:39:52.736Z] #8 exporting manifest sha256:1330523a382d06ab3edf944550fcd700cc1de67b396212cad43a2e23bd002264 done [2025-06-13T02:39:52.736Z] #8 exporting config sha256:9cf01f36caa528ea846ab5baef1a873ef16263b213f17d21380b7d747d5b8075 done [2025-06-13T02:39:52.736Z] #8 exporting manifest sha256:0fea51795d1e8114103fb868ffaa490adcb6035141ad104fb91d88a54f890029 done [2025-06-13T02:39:52.736Z] #8 exporting config sha256:3943dd6eac8ef7e4041f6fa16952e0aff7359cc27e18c9647393cd07ef3613a5 done [2025-06-13T02:39:52.736Z] #8 exporting manifest list sha256:fd951419c60ac4c84141b79febe61f9a658b709cc7f901d8e6efaa4dc0b06ebc done [2025-06-13T02:39:52.736Z] #8 pushing layers 0.0s done [2025-06-13T02:39:52.736Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:fd951419c60ac4c84141b79febe61f9a658b709cc7f901d8e6efaa4dc0b06ebc 0.1s done [2025-06-13T02:39:52.736Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T02:39:52.736Z] #8 DONE 0.1s [2025-06-13T02:39:52.736Z] [2025-06-13T02:39:52.736Z] 1 warning found (use --debug to expand): [2025-06-13T02:39:52.736Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T02:39:53.070Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main' [2025-06-13T02:39:53.070Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main --push - [2025-06-13T02:39:53.070Z] #1 [internal] load build definition from Dockerfile [2025-06-13T02:39:53.070Z] #1 transferring dockerfile: 179B done [2025-06-13T02:39:53.070Z] #1 DONE 0.0s [2025-06-13T02:39:53.070Z] [2025-06-13T02:39:53.070Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-06-13T02:39:53.070Z] #2 DONE 0.0s [2025-06-13T02:39:53.070Z] [2025-06-13T02:39:53.070Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2025-06-13T02:39:53.070Z] #3 DONE 0.0s [2025-06-13T02:39:53.070Z] [2025-06-13T02:39:53.070Z] #4 [internal] load .dockerignore [2025-06-13T02:39:53.070Z] #4 transferring context: 2B done [2025-06-13T02:39:53.070Z] #4 DONE 0.0s [2025-06-13T02:39:53.070Z] [2025-06-13T02:39:53.070Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:3622cc0092030d5b701a6a4cede272c9ccbffa45008dd8085a14260b5d41016c [2025-06-13T02:39:53.070Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:3622cc0092030d5b701a6a4cede272c9ccbffa45008dd8085a14260b5d41016c done [2025-06-13T02:39:53.070Z] #5 CACHED [2025-06-13T02:39:53.070Z] [2025-06-13T02:39:53.070Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:3622cc0092030d5b701a6a4cede272c9ccbffa45008dd8085a14260b5d41016c [2025-06-13T02:39:53.070Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:3622cc0092030d5b701a6a4cede272c9ccbffa45008dd8085a14260b5d41016c 0.0s done [2025-06-13T02:39:53.070Z] #6 CACHED [2025-06-13T02:39:53.070Z] [2025-06-13T02:39:53.070Z] #7 exporting to image [2025-06-13T02:39:53.070Z] #7 exporting layers done [2025-06-13T02:39:53.070Z] #7 exporting manifest sha256:1330523a382d06ab3edf944550fcd700cc1de67b396212cad43a2e23bd002264 done [2025-06-13T02:39:53.070Z] #7 exporting config sha256:9cf01f36caa528ea846ab5baef1a873ef16263b213f17d21380b7d747d5b8075 done [2025-06-13T02:39:53.070Z] #7 exporting manifest sha256:0fea51795d1e8114103fb868ffaa490adcb6035141ad104fb91d88a54f890029 done [2025-06-13T02:39:53.070Z] #7 exporting config sha256:3943dd6eac8ef7e4041f6fa16952e0aff7359cc27e18c9647393cd07ef3613a5 done [2025-06-13T02:39:53.070Z] #7 exporting manifest list sha256:fd951419c60ac4c84141b79febe61f9a658b709cc7f901d8e6efaa4dc0b06ebc done [2025-06-13T02:39:53.070Z] #7 pushing layers 0.0s done [2025-06-13T02:39:53.070Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:fd951419c60ac4c84141b79febe61f9a658b709cc7f901d8e6efaa4dc0b06ebc [2025-06-13T02:39:53.070Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T02:39:53.334Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:fd951419c60ac4c84141b79febe61f9a658b709cc7f901d8e6efaa4dc0b06ebc 0.1s done [2025-06-13T02:39:53.334Z] #7 DONE 0.1s [2025-06-13T02:39:53.334Z] [2025-06-13T02:39:53.334Z] #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T02:39:53.334Z] #8 DONE 0.0s [2025-06-13T02:39:53.334Z] [2025-06-13T02:39:53.334Z] 1 warning found (use --debug to expand): [2025-06-13T02:39:53.334Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T02:39:53.621Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca' [2025-06-13T02:39:53.621Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca --push - [2025-06-13T02:39:53.621Z] #1 [internal] load build definition from Dockerfile [2025-06-13T02:39:53.621Z] #1 transferring dockerfile: 205B done [2025-06-13T02:39:53.621Z] #1 DONE 0.0s [2025-06-13T02:39:53.621Z] [2025-06-13T02:39:53.621Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:39:53.621Z] #2 DONE 0.0s [2025-06-13T02:39:53.621Z] [2025-06-13T02:39:53.621Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:39:53.621Z] #3 DONE 0.0s [2025-06-13T02:39:53.621Z] [2025-06-13T02:39:53.621Z] #4 [internal] load .dockerignore [2025-06-13T02:39:53.621Z] #4 transferring context: 2B done [2025-06-13T02:39:53.621Z] #4 DONE 0.0s [2025-06-13T02:39:53.621Z] [2025-06-13T02:39:53.621Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:2c83659096b97b9763f096a931be3b4294db88f3caaf66292e639c603efd5599 [2025-06-13T02:39:53.621Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:2c83659096b97b9763f096a931be3b4294db88f3caaf66292e639c603efd5599 done [2025-06-13T02:39:53.621Z] #5 DONE 0.0s [2025-06-13T02:39:53.621Z] [2025-06-13T02:39:53.621Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:2c83659096b97b9763f096a931be3b4294db88f3caaf66292e639c603efd5599 [2025-06-13T02:39:53.880Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:2c83659096b97b9763f096a931be3b4294db88f3caaf66292e639c603efd5599 done [2025-06-13T02:39:53.880Z] #6 DONE 0.0s [2025-06-13T02:39:53.880Z] [2025-06-13T02:39:53.880Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:2c83659096b97b9763f096a931be3b4294db88f3caaf66292e639c603efd5599 [2025-06-13T02:39:53.880Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:2c83659096b97b9763f096a931be3b4294db88f3caaf66292e639c603efd5599 done [2025-06-13T02:39:53.880Z] #5 DONE 0.1s [2025-06-13T02:39:53.880Z] [2025-06-13T02:39:53.880Z] #7 exporting to image [2025-06-13T02:39:53.880Z] #7 exporting layers done [2025-06-13T02:39:53.880Z] #7 exporting manifest sha256:142db7c945fd97fb1b6a34921ffa70e1bf71a8468ae47199938f070cd621728e done [2025-06-13T02:39:53.880Z] #7 exporting config sha256:24ef1dbfe14e66d24457dfe5296b808b15d86c1d664d9e120030317bd698f7e2 done [2025-06-13T02:39:53.880Z] #7 exporting manifest sha256:de669885e4db4175640c947fb7862223c8fcc4267e132ebac2be53af7036d7f7 done [2025-06-13T02:39:53.880Z] #7 exporting config sha256:b55b8ab62b700b9b09fe871f39921699bf0ff04f7411bc2b5e11524e80053dc2 done [2025-06-13T02:39:53.880Z] #7 exporting manifest list sha256:81f5c9faf24f505e698b740c8a420d90f8dc75adcc877a303ee7e6bb787daa89 [2025-06-13T02:39:53.880Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T02:39:53.880Z] #7 ... [2025-06-13T02:39:53.880Z] [2025-06-13T02:39:53.880Z] #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T02:39:53.880Z] #8 DONE 0.0s [2025-06-13T02:39:53.880Z] [2025-06-13T02:39:53.880Z] #7 exporting to image [2025-06-13T02:39:53.880Z] #7 exporting manifest list sha256:81f5c9faf24f505e698b740c8a420d90f8dc75adcc877a303ee7e6bb787daa89 done [2025-06-13T02:39:53.880Z] #7 pushing layers 0.1s done [2025-06-13T02:39:53.880Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:81f5c9faf24f505e698b740c8a420d90f8dc75adcc877a303ee7e6bb787daa89 [2025-06-13T02:39:54.140Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:81f5c9faf24f505e698b740c8a420d90f8dc75adcc877a303ee7e6bb787daa89 0.1s done [2025-06-13T02:39:54.140Z] #7 DONE 0.2s [2025-06-13T02:39:54.140Z] [2025-06-13T02:39:54.140Z] 1 warning found (use --debug to expand): [2025-06-13T02:39:54.140Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T02:39:54.430Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:latest --push - [2025-06-13T02:39:54.430Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest' [2025-06-13T02:39:54.430Z] #1 [internal] load build definition from Dockerfile [2025-06-13T02:39:54.430Z] #1 transferring dockerfile: 171B done [2025-06-13T02:39:54.430Z] #1 DONE 0.0s [2025-06-13T02:39:54.430Z] [2025-06-13T02:39:54.430Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-06-13T02:39:54.430Z] #2 DONE 0.0s [2025-06-13T02:39:54.430Z] [2025-06-13T02:39:54.430Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2025-06-13T02:39:54.430Z] #3 DONE 0.0s [2025-06-13T02:39:54.430Z] [2025-06-13T02:39:54.430Z] #4 [internal] load .dockerignore [2025-06-13T02:39:54.430Z] #4 transferring context: 2B done [2025-06-13T02:39:54.430Z] #4 DONE 0.0s [2025-06-13T02:39:54.430Z] [2025-06-13T02:39:54.430Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:2c83659096b97b9763f096a931be3b4294db88f3caaf66292e639c603efd5599 [2025-06-13T02:39:54.430Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:2c83659096b97b9763f096a931be3b4294db88f3caaf66292e639c603efd5599 done [2025-06-13T02:39:54.430Z] #5 CACHED [2025-06-13T02:39:54.430Z] [2025-06-13T02:39:54.430Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:2c83659096b97b9763f096a931be3b4294db88f3caaf66292e639c603efd5599 [2025-06-13T02:39:54.430Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:2c83659096b97b9763f096a931be3b4294db88f3caaf66292e639c603efd5599 done [2025-06-13T02:39:54.430Z] #6 CACHED [2025-06-13T02:39:54.430Z] [2025-06-13T02:39:54.430Z] #7 exporting to image [2025-06-13T02:39:54.430Z] #7 exporting layers done [2025-06-13T02:39:54.430Z] #7 exporting manifest sha256:142db7c945fd97fb1b6a34921ffa70e1bf71a8468ae47199938f070cd621728e done [2025-06-13T02:39:54.430Z] #7 exporting config sha256:24ef1dbfe14e66d24457dfe5296b808b15d86c1d664d9e120030317bd698f7e2 done [2025-06-13T02:39:54.430Z] #7 exporting manifest sha256:de669885e4db4175640c947fb7862223c8fcc4267e132ebac2be53af7036d7f7 done [2025-06-13T02:39:54.430Z] #7 exporting config sha256:b55b8ab62b700b9b09fe871f39921699bf0ff04f7411bc2b5e11524e80053dc2 done [2025-06-13T02:39:54.430Z] #7 exporting manifest list sha256:81f5c9faf24f505e698b740c8a420d90f8dc75adcc877a303ee7e6bb787daa89 done [2025-06-13T02:39:54.430Z] #7 pushing layers 0.0s done [2025-06-13T02:39:54.430Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:81f5c9faf24f505e698b740c8a420d90f8dc75adcc877a303ee7e6bb787daa89 [2025-06-13T02:39:54.430Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T02:39:54.689Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:81f5c9faf24f505e698b740c8a420d90f8dc75adcc877a303ee7e6bb787daa89 0.1s done [2025-06-13T02:39:54.689Z] #7 DONE 0.1s [2025-06-13T02:39:54.689Z] [2025-06-13T02:39:54.689Z] #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T02:39:54.689Z] #8 DONE 0.0s [2025-06-13T02:39:54.689Z] [2025-06-13T02:39:54.689Z] 1 warning found (use --debug to expand): [2025-06-13T02:39:54.689Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T02:39:54.978Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.24 --push - [2025-06-13T02:39:54.978Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.24' [2025-06-13T02:39:54.978Z] #1 [internal] load build definition from Dockerfile [2025-06-13T02:39:54.978Z] #1 transferring dockerfile: 177B done [2025-06-13T02:39:54.978Z] #1 DONE 0.0s [2025-06-13T02:39:54.978Z] [2025-06-13T02:39:54.978Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.24 [2025-06-13T02:39:54.978Z] #2 DONE 0.0s [2025-06-13T02:39:54.978Z] [2025-06-13T02:39:54.978Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.24 [2025-06-13T02:39:54.978Z] #3 DONE 0.0s [2025-06-13T02:39:54.978Z] [2025-06-13T02:39:54.978Z] #4 [internal] load .dockerignore [2025-06-13T02:39:54.978Z] #4 transferring context: 2B done [2025-06-13T02:39:54.978Z] #4 DONE 0.0s [2025-06-13T02:39:54.978Z] [2025-06-13T02:39:54.978Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.24@sha256:2c83659096b97b9763f096a931be3b4294db88f3caaf66292e639c603efd5599 [2025-06-13T02:39:54.978Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.24@sha256:2c83659096b97b9763f096a931be3b4294db88f3caaf66292e639c603efd5599 done [2025-06-13T02:39:54.978Z] #5 CACHED [2025-06-13T02:39:54.978Z] [2025-06-13T02:39:54.978Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.24@sha256:2c83659096b97b9763f096a931be3b4294db88f3caaf66292e639c603efd5599 [2025-06-13T02:39:54.978Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.24@sha256:2c83659096b97b9763f096a931be3b4294db88f3caaf66292e639c603efd5599 done [2025-06-13T02:39:54.978Z] #6 CACHED [2025-06-13T02:39:54.978Z] [2025-06-13T02:39:54.978Z] #7 exporting to image [2025-06-13T02:39:54.978Z] #7 exporting layers done [2025-06-13T02:39:54.978Z] #7 exporting manifest sha256:142db7c945fd97fb1b6a34921ffa70e1bf71a8468ae47199938f070cd621728e done [2025-06-13T02:39:54.978Z] #7 exporting config sha256:24ef1dbfe14e66d24457dfe5296b808b15d86c1d664d9e120030317bd698f7e2 done [2025-06-13T02:39:54.978Z] #7 exporting manifest sha256:de669885e4db4175640c947fb7862223c8fcc4267e132ebac2be53af7036d7f7 done [2025-06-13T02:39:54.978Z] #7 exporting config sha256:b55b8ab62b700b9b09fe871f39921699bf0ff04f7411bc2b5e11524e80053dc2 done [2025-06-13T02:39:54.978Z] #7 exporting manifest list sha256:81f5c9faf24f505e698b740c8a420d90f8dc75adcc877a303ee7e6bb787daa89 done [2025-06-13T02:39:54.978Z] #7 pushing layers 0.0s done [2025-06-13T02:39:54.978Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.24@sha256:81f5c9faf24f505e698b740c8a420d90f8dc75adcc877a303ee7e6bb787daa89 [2025-06-13T02:39:54.978Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T02:39:55.237Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.24@sha256:81f5c9faf24f505e698b740c8a420d90f8dc75adcc877a303ee7e6bb787daa89 0.1s done [2025-06-13T02:39:55.237Z] #7 DONE 0.1s [2025-06-13T02:39:55.237Z] [2025-06-13T02:39:55.237Z] #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T02:39:55.237Z] #8 DONE 0.0s [2025-06-13T02:39:55.237Z] [2025-06-13T02:39:55.237Z] 1 warning found (use --debug to expand): [2025-06-13T02:39:55.237Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T02:39:55.525Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24' [2025-06-13T02:39:55.525Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 --push - [2025-06-13T02:39:55.525Z] #1 [internal] load build definition from Dockerfile [2025-06-13T02:39:55.525Z] #1 transferring dockerfile: 218B done [2025-06-13T02:39:55.525Z] #1 DONE 0.0s [2025-06-13T02:39:55.525Z] [2025-06-13T02:39:55.525Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:39:55.525Z] #2 DONE 0.0s [2025-06-13T02:39:55.525Z] [2025-06-13T02:39:55.525Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:39:55.525Z] #3 DONE 0.0s [2025-06-13T02:39:55.525Z] [2025-06-13T02:39:55.525Z] #4 [internal] load .dockerignore [2025-06-13T02:39:55.525Z] #4 transferring context: 2B done [2025-06-13T02:39:55.525Z] #4 DONE 0.0s [2025-06-13T02:39:55.525Z] [2025-06-13T02:39:55.525Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:2c83659096b97b9763f096a931be3b4294db88f3caaf66292e639c603efd5599 [2025-06-13T02:39:55.525Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:2c83659096b97b9763f096a931be3b4294db88f3caaf66292e639c603efd5599 0.0s done [2025-06-13T02:39:55.525Z] #5 CACHED [2025-06-13T02:39:55.525Z] [2025-06-13T02:39:55.525Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:2c83659096b97b9763f096a931be3b4294db88f3caaf66292e639c603efd5599 [2025-06-13T02:39:55.525Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:2c83659096b97b9763f096a931be3b4294db88f3caaf66292e639c603efd5599 0.0s done [2025-06-13T02:39:55.525Z] #6 CACHED [2025-06-13T02:39:55.525Z] [2025-06-13T02:39:55.525Z] #7 exporting to image [2025-06-13T02:39:55.525Z] #7 exporting layers done [2025-06-13T02:39:55.525Z] #7 exporting manifest sha256:142db7c945fd97fb1b6a34921ffa70e1bf71a8468ae47199938f070cd621728e done [2025-06-13T02:39:55.525Z] #7 exporting config sha256:24ef1dbfe14e66d24457dfe5296b808b15d86c1d664d9e120030317bd698f7e2 done [2025-06-13T02:39:55.525Z] #7 exporting manifest sha256:de669885e4db4175640c947fb7862223c8fcc4267e132ebac2be53af7036d7f7 done [2025-06-13T02:39:55.525Z] #7 exporting config sha256:b55b8ab62b700b9b09fe871f39921699bf0ff04f7411bc2b5e11524e80053dc2 done [2025-06-13T02:39:55.525Z] #7 exporting manifest list sha256:81f5c9faf24f505e698b740c8a420d90f8dc75adcc877a303ee7e6bb787daa89 done [2025-06-13T02:39:55.525Z] #7 pushing layers 0.0s done [2025-06-13T02:39:55.525Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:81f5c9faf24f505e698b740c8a420d90f8dc75adcc877a303ee7e6bb787daa89 [2025-06-13T02:39:55.525Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T02:39:55.784Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:81f5c9faf24f505e698b740c8a420d90f8dc75adcc877a303ee7e6bb787daa89 0.1s done [2025-06-13T02:39:55.784Z] #7 DONE 0.1s [2025-06-13T02:39:55.784Z] [2025-06-13T02:39:55.784Z] #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T02:39:55.784Z] #8 DONE 0.0s [2025-06-13T02:39:55.784Z] [2025-06-13T02:39:55.784Z] 1 warning found (use --debug to expand): [2025-06-13T02:39:55.784Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T02:39:56.065Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main' [2025-06-13T02:39:56.065Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:main --push - [2025-06-13T02:39:56.065Z] #1 [internal] load build definition from Dockerfile [2025-06-13T02:39:56.065Z] #1 transferring dockerfile: 169B done [2025-06-13T02:39:56.065Z] #1 DONE 0.0s [2025-06-13T02:39:56.065Z] [2025-06-13T02:39:56.065Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-06-13T02:39:56.065Z] #2 DONE 0.0s [2025-06-13T02:39:56.065Z] [2025-06-13T02:39:56.065Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main [2025-06-13T02:39:56.065Z] #3 DONE 0.0s [2025-06-13T02:39:56.065Z] [2025-06-13T02:39:56.065Z] #4 [internal] load .dockerignore [2025-06-13T02:39:56.065Z] #4 transferring context: 2B done [2025-06-13T02:39:56.065Z] #4 DONE 0.0s [2025-06-13T02:39:56.065Z] [2025-06-13T02:39:56.066Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:2c83659096b97b9763f096a931be3b4294db88f3caaf66292e639c603efd5599 [2025-06-13T02:39:56.066Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:2c83659096b97b9763f096a931be3b4294db88f3caaf66292e639c603efd5599 done [2025-06-13T02:39:56.066Z] #5 CACHED [2025-06-13T02:39:56.066Z] [2025-06-13T02:39:56.066Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:2c83659096b97b9763f096a931be3b4294db88f3caaf66292e639c603efd5599 [2025-06-13T02:39:56.066Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:2c83659096b97b9763f096a931be3b4294db88f3caaf66292e639c603efd5599 0.0s done [2025-06-13T02:39:56.066Z] #6 CACHED [2025-06-13T02:39:56.066Z] [2025-06-13T02:39:56.066Z] #7 exporting to image [2025-06-13T02:39:56.066Z] #7 exporting layers done [2025-06-13T02:39:56.066Z] #7 exporting manifest sha256:142db7c945fd97fb1b6a34921ffa70e1bf71a8468ae47199938f070cd621728e done [2025-06-13T02:39:56.066Z] #7 exporting config sha256:24ef1dbfe14e66d24457dfe5296b808b15d86c1d664d9e120030317bd698f7e2 done [2025-06-13T02:39:56.066Z] #7 exporting manifest sha256:de669885e4db4175640c947fb7862223c8fcc4267e132ebac2be53af7036d7f7 done [2025-06-13T02:39:56.066Z] #7 exporting config sha256:b55b8ab62b700b9b09fe871f39921699bf0ff04f7411bc2b5e11524e80053dc2 done [2025-06-13T02:39:56.066Z] #7 exporting manifest list sha256:81f5c9faf24f505e698b740c8a420d90f8dc75adcc877a303ee7e6bb787daa89 done [2025-06-13T02:39:56.066Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T02:39:56.324Z] #7 pushing layers 0.0s done [2025-06-13T02:39:56.324Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:81f5c9faf24f505e698b740c8a420d90f8dc75adcc877a303ee7e6bb787daa89 0.1s done [2025-06-13T02:39:56.324Z] #7 DONE 0.1s [2025-06-13T02:39:56.324Z] [2025-06-13T02:39:56.324Z] #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T02:39:56.324Z] #8 DONE 0.0s [2025-06-13T02:39:56.324Z] [2025-06-13T02:39:56.324Z] 1 warning found (use --debug to expand): [2025-06-13T02:39:56.324Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T02:39:56.611Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca' [2025-06-13T02:39:56.611Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca --push - [2025-06-13T02:39:56.871Z] #1 [internal] load build definition from Dockerfile [2025-06-13T02:39:56.871Z] #1 transferring dockerfile: 206B done [2025-06-13T02:39:56.871Z] #1 DONE 0.0s [2025-06-13T02:39:56.871Z] [2025-06-13T02:39:56.871Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:39:56.871Z] #2 DONE 0.0s [2025-06-13T02:39:56.871Z] [2025-06-13T02:39:56.871Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:39:56.871Z] #3 DONE 0.0s [2025-06-13T02:39:56.871Z] [2025-06-13T02:39:56.871Z] #4 [internal] load .dockerignore [2025-06-13T02:39:56.871Z] #4 transferring context: 2B done [2025-06-13T02:39:56.871Z] #4 DONE 0.0s [2025-06-13T02:39:56.871Z] [2025-06-13T02:39:56.871Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:22aadc428c0d1ca5ec4250f52295d1e377c6647613220dc42e6e2559a166ca1d [2025-06-13T02:39:56.871Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:22aadc428c0d1ca5ec4250f52295d1e377c6647613220dc42e6e2559a166ca1d done [2025-06-13T02:39:56.871Z] #5 DONE 0.0s [2025-06-13T02:39:56.871Z] [2025-06-13T02:39:56.871Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:22aadc428c0d1ca5ec4250f52295d1e377c6647613220dc42e6e2559a166ca1d [2025-06-13T02:39:56.871Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:22aadc428c0d1ca5ec4250f52295d1e377c6647613220dc42e6e2559a166ca1d 0.0s done [2025-06-13T02:39:56.871Z] #6 DONE 0.0s [2025-06-13T02:39:56.871Z] [2025-06-13T02:39:56.871Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:22aadc428c0d1ca5ec4250f52295d1e377c6647613220dc42e6e2559a166ca1d [2025-06-13T02:39:56.871Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:22aadc428c0d1ca5ec4250f52295d1e377c6647613220dc42e6e2559a166ca1d done [2025-06-13T02:39:56.871Z] #5 DONE 0.1s [2025-06-13T02:39:56.871Z] [2025-06-13T02:39:56.871Z] #7 exporting to image [2025-06-13T02:39:56.871Z] #7 exporting layers done [2025-06-13T02:39:56.871Z] #7 exporting manifest sha256:a666cc7d87499f1a495c4ef35cff3c053784b2614a33589d484e62548b8c4bd0 0.0s done [2025-06-13T02:39:56.871Z] #7 exporting config sha256:152c39924d0cf7bfbe11b985b95eacd8041aa910c7b86098e83d31c4eccfe04f done [2025-06-13T02:39:56.871Z] #7 exporting manifest sha256:e698e6183e5e3e4cc17103ff5373cd4405b13f06e20e8fb94c23c8531a9c2278 done [2025-06-13T02:39:56.871Z] #7 exporting config sha256:d93a9e5f928c1820481ad33ce284ebde59357f2f5cd6f705e7bfe42646ca647f done [2025-06-13T02:39:56.871Z] #7 exporting manifest list sha256:28947bffe72ca271a6e314e9d058b054929e3895f2f8a63e7d427ee9e79ae037 done [2025-06-13T02:39:56.871Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T02:39:57.131Z] #7 ... [2025-06-13T02:39:57.131Z] [2025-06-13T02:39:57.131Z] #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T02:39:57.131Z] #8 DONE 0.0s [2025-06-13T02:39:57.131Z] [2025-06-13T02:39:57.131Z] #7 exporting to image [2025-06-13T02:39:57.131Z] #7 pushing layers 0.1s done [2025-06-13T02:39:57.131Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:28947bffe72ca271a6e314e9d058b054929e3895f2f8a63e7d427ee9e79ae037 [2025-06-13T02:39:57.131Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:28947bffe72ca271a6e314e9d058b054929e3895f2f8a63e7d427ee9e79ae037 0.1s done [2025-06-13T02:39:57.131Z] #7 DONE 0.2s [2025-06-13T02:39:57.131Z] [2025-06-13T02:39:57.131Z] 1 warning found (use --debug to expand): [2025-06-13T02:39:57.131Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T02:39:57.417Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:latest --push - [2025-06-13T02:39:57.417Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest' [2025-06-13T02:39:57.417Z] #1 [internal] load build definition from Dockerfile [2025-06-13T02:39:57.417Z] #1 transferring dockerfile: 172B done [2025-06-13T02:39:57.417Z] #1 DONE 0.0s [2025-06-13T02:39:57.417Z] [2025-06-13T02:39:57.417Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-06-13T02:39:57.417Z] #2 DONE 0.0s [2025-06-13T02:39:57.417Z] [2025-06-13T02:39:57.417Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest [2025-06-13T02:39:57.417Z] #3 DONE 0.0s [2025-06-13T02:39:57.417Z] [2025-06-13T02:39:57.417Z] #4 [internal] load .dockerignore [2025-06-13T02:39:57.417Z] #4 transferring context: 2B done [2025-06-13T02:39:57.417Z] #4 DONE 0.0s [2025-06-13T02:39:57.417Z] [2025-06-13T02:39:57.417Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:22aadc428c0d1ca5ec4250f52295d1e377c6647613220dc42e6e2559a166ca1d [2025-06-13T02:39:57.417Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:22aadc428c0d1ca5ec4250f52295d1e377c6647613220dc42e6e2559a166ca1d done [2025-06-13T02:39:57.417Z] #5 DONE 0.0s [2025-06-13T02:39:57.417Z] [2025-06-13T02:39:57.417Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:22aadc428c0d1ca5ec4250f52295d1e377c6647613220dc42e6e2559a166ca1d [2025-06-13T02:39:57.678Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:22aadc428c0d1ca5ec4250f52295d1e377c6647613220dc42e6e2559a166ca1d done [2025-06-13T02:39:57.678Z] #6 CACHED [2025-06-13T02:39:57.678Z] [2025-06-13T02:39:57.678Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:22aadc428c0d1ca5ec4250f52295d1e377c6647613220dc42e6e2559a166ca1d [2025-06-13T02:39:57.678Z] #5 CACHED [2025-06-13T02:39:57.678Z] [2025-06-13T02:39:57.678Z] #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T02:39:57.678Z] #7 DONE 0.0s [2025-06-13T02:39:57.678Z] [2025-06-13T02:39:57.678Z] #8 exporting to image [2025-06-13T02:39:57.678Z] #8 exporting layers done [2025-06-13T02:39:57.678Z] #8 exporting manifest sha256:a666cc7d87499f1a495c4ef35cff3c053784b2614a33589d484e62548b8c4bd0 done [2025-06-13T02:39:57.678Z] #8 exporting config sha256:152c39924d0cf7bfbe11b985b95eacd8041aa910c7b86098e83d31c4eccfe04f done [2025-06-13T02:39:57.678Z] #8 exporting manifest sha256:e698e6183e5e3e4cc17103ff5373cd4405b13f06e20e8fb94c23c8531a9c2278 done [2025-06-13T02:39:57.678Z] #8 exporting config sha256:d93a9e5f928c1820481ad33ce284ebde59357f2f5cd6f705e7bfe42646ca647f done [2025-06-13T02:39:57.678Z] #8 exporting manifest list sha256:28947bffe72ca271a6e314e9d058b054929e3895f2f8a63e7d427ee9e79ae037 done [2025-06-13T02:39:57.678Z] #8 pushing layers 0.1s done [2025-06-13T02:39:57.678Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:28947bffe72ca271a6e314e9d058b054929e3895f2f8a63e7d427ee9e79ae037 [2025-06-13T02:39:57.678Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T02:39:57.678Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:28947bffe72ca271a6e314e9d058b054929e3895f2f8a63e7d427ee9e79ae037 0.1s done [2025-06-13T02:39:57.678Z] #8 DONE 0.1s [2025-06-13T02:39:57.678Z] [2025-06-13T02:39:57.678Z] 1 warning found (use --debug to expand): [2025-06-13T02:39:57.678Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T02:39:57.970Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.24' [2025-06-13T02:39:57.971Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.24 --push - [2025-06-13T02:39:57.971Z] #1 [internal] load build definition from Dockerfile [2025-06-13T02:39:57.971Z] #1 transferring dockerfile: 178B done [2025-06-13T02:39:57.971Z] #1 DONE 0.0s [2025-06-13T02:39:57.971Z] [2025-06-13T02:39:57.971Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.24 [2025-06-13T02:39:57.971Z] #2 DONE 0.0s [2025-06-13T02:39:57.971Z] [2025-06-13T02:39:57.971Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.24 [2025-06-13T02:39:57.971Z] #3 DONE 0.0s [2025-06-13T02:39:57.971Z] [2025-06-13T02:39:57.971Z] #4 [internal] load .dockerignore [2025-06-13T02:39:57.971Z] #4 transferring context: 2B done [2025-06-13T02:39:57.971Z] #4 DONE 0.0s [2025-06-13T02:39:57.971Z] [2025-06-13T02:39:57.971Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.24@sha256:22aadc428c0d1ca5ec4250f52295d1e377c6647613220dc42e6e2559a166ca1d [2025-06-13T02:39:57.971Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.24@sha256:22aadc428c0d1ca5ec4250f52295d1e377c6647613220dc42e6e2559a166ca1d done [2025-06-13T02:39:57.971Z] #5 CACHED [2025-06-13T02:39:57.971Z] [2025-06-13T02:39:57.971Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.24@sha256:22aadc428c0d1ca5ec4250f52295d1e377c6647613220dc42e6e2559a166ca1d [2025-06-13T02:39:57.971Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.24@sha256:22aadc428c0d1ca5ec4250f52295d1e377c6647613220dc42e6e2559a166ca1d done [2025-06-13T02:39:57.971Z] #6 CACHED [2025-06-13T02:39:57.971Z] [2025-06-13T02:39:57.971Z] #7 exporting to image [2025-06-13T02:39:57.971Z] #7 exporting layers done [2025-06-13T02:39:57.971Z] #7 exporting manifest sha256:a666cc7d87499f1a495c4ef35cff3c053784b2614a33589d484e62548b8c4bd0 done [2025-06-13T02:39:57.971Z] #7 exporting config sha256:152c39924d0cf7bfbe11b985b95eacd8041aa910c7b86098e83d31c4eccfe04f done [2025-06-13T02:39:57.971Z] #7 exporting manifest sha256:e698e6183e5e3e4cc17103ff5373cd4405b13f06e20e8fb94c23c8531a9c2278 done [2025-06-13T02:39:57.971Z] #7 exporting config sha256:d93a9e5f928c1820481ad33ce284ebde59357f2f5cd6f705e7bfe42646ca647f [2025-06-13T02:39:57.971Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T02:39:58.230Z] #7 exporting config sha256:d93a9e5f928c1820481ad33ce284ebde59357f2f5cd6f705e7bfe42646ca647f done [2025-06-13T02:39:58.230Z] #7 exporting manifest list sha256:28947bffe72ca271a6e314e9d058b054929e3895f2f8a63e7d427ee9e79ae037 done [2025-06-13T02:39:58.230Z] #7 pushing layers 0.0s done [2025-06-13T02:39:58.230Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.24@sha256:28947bffe72ca271a6e314e9d058b054929e3895f2f8a63e7d427ee9e79ae037 0.1s done [2025-06-13T02:39:58.230Z] #7 DONE 0.1s [2025-06-13T02:39:58.230Z] [2025-06-13T02:39:58.230Z] #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T02:39:58.230Z] #8 DONE 0.0s [2025-06-13T02:39:58.230Z] [2025-06-13T02:39:58.230Z] 1 warning found (use --debug to expand): [2025-06-13T02:39:58.230Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T02:39:58.520Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24' [2025-06-13T02:39:58.520Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 --push - [2025-06-13T02:39:58.520Z] #1 [internal] load build definition from Dockerfile [2025-06-13T02:39:58.520Z] #1 transferring dockerfile: 219B done [2025-06-13T02:39:58.520Z] #1 DONE 0.0s [2025-06-13T02:39:58.520Z] [2025-06-13T02:39:58.520Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:39:58.520Z] #2 DONE 0.0s [2025-06-13T02:39:58.520Z] [2025-06-13T02:39:58.520Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:39:58.520Z] #3 DONE 0.0s [2025-06-13T02:39:58.520Z] [2025-06-13T02:39:58.520Z] #4 [internal] load .dockerignore [2025-06-13T02:39:58.520Z] #4 transferring context: 2B done [2025-06-13T02:39:58.520Z] #4 DONE 0.0s [2025-06-13T02:39:58.520Z] [2025-06-13T02:39:58.520Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:22aadc428c0d1ca5ec4250f52295d1e377c6647613220dc42e6e2559a166ca1d [2025-06-13T02:39:58.520Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:22aadc428c0d1ca5ec4250f52295d1e377c6647613220dc42e6e2559a166ca1d done [2025-06-13T02:39:58.520Z] #5 CACHED [2025-06-13T02:39:58.520Z] [2025-06-13T02:39:58.520Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:22aadc428c0d1ca5ec4250f52295d1e377c6647613220dc42e6e2559a166ca1d [2025-06-13T02:39:58.520Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:22aadc428c0d1ca5ec4250f52295d1e377c6647613220dc42e6e2559a166ca1d done [2025-06-13T02:39:58.520Z] #6 CACHED [2025-06-13T02:39:58.520Z] [2025-06-13T02:39:58.520Z] #7 exporting to image [2025-06-13T02:39:58.520Z] #7 exporting layers done [2025-06-13T02:39:58.520Z] #7 exporting manifest sha256:a666cc7d87499f1a495c4ef35cff3c053784b2614a33589d484e62548b8c4bd0 done [2025-06-13T02:39:58.520Z] #7 exporting config sha256:152c39924d0cf7bfbe11b985b95eacd8041aa910c7b86098e83d31c4eccfe04f done [2025-06-13T02:39:58.520Z] #7 exporting manifest sha256:e698e6183e5e3e4cc17103ff5373cd4405b13f06e20e8fb94c23c8531a9c2278 done [2025-06-13T02:39:58.520Z] #7 exporting config sha256:d93a9e5f928c1820481ad33ce284ebde59357f2f5cd6f705e7bfe42646ca647f done [2025-06-13T02:39:58.520Z] #7 exporting manifest list sha256:28947bffe72ca271a6e314e9d058b054929e3895f2f8a63e7d427ee9e79ae037 done [2025-06-13T02:39:58.520Z] #7 pushing layers 0.0s done [2025-06-13T02:39:58.520Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:28947bffe72ca271a6e314e9d058b054929e3895f2f8a63e7d427ee9e79ae037 [2025-06-13T02:39:58.520Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T02:39:58.780Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:28947bffe72ca271a6e314e9d058b054929e3895f2f8a63e7d427ee9e79ae037 0.1s done [2025-06-13T02:39:58.780Z] #7 DONE 0.1s [2025-06-13T02:39:58.780Z] [2025-06-13T02:39:58.780Z] #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T02:39:58.780Z] #8 DONE 0.0s [2025-06-13T02:39:58.780Z] [2025-06-13T02:39:58.780Z] 1 warning found (use --debug to expand): [2025-06-13T02:39:58.780Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T02:39:59.068Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:main' [2025-06-13T02:39:59.068Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:main --push - [2025-06-13T02:39:59.327Z] #1 [internal] load build definition from Dockerfile [2025-06-13T02:39:59.327Z] #1 transferring dockerfile: 170B done [2025-06-13T02:39:59.327Z] #1 DONE 0.0s [2025-06-13T02:39:59.327Z] [2025-06-13T02:39:59.327Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-06-13T02:39:59.327Z] #2 DONE 0.0s [2025-06-13T02:39:59.327Z] [2025-06-13T02:39:59.327Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main [2025-06-13T02:39:59.327Z] #3 DONE 0.0s [2025-06-13T02:39:59.327Z] [2025-06-13T02:39:59.327Z] #4 [internal] load .dockerignore [2025-06-13T02:39:59.327Z] #4 transferring context: 2B done [2025-06-13T02:39:59.327Z] #4 DONE 0.0s [2025-06-13T02:39:59.327Z] [2025-06-13T02:39:59.327Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:22aadc428c0d1ca5ec4250f52295d1e377c6647613220dc42e6e2559a166ca1d [2025-06-13T02:39:59.327Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:22aadc428c0d1ca5ec4250f52295d1e377c6647613220dc42e6e2559a166ca1d [2025-06-13T02:39:59.327Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:22aadc428c0d1ca5ec4250f52295d1e377c6647613220dc42e6e2559a166ca1d done [2025-06-13T02:39:59.327Z] #5 CACHED [2025-06-13T02:39:59.327Z] [2025-06-13T02:39:59.327Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:22aadc428c0d1ca5ec4250f52295d1e377c6647613220dc42e6e2559a166ca1d [2025-06-13T02:39:59.327Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:22aadc428c0d1ca5ec4250f52295d1e377c6647613220dc42e6e2559a166ca1d 0.0s done [2025-06-13T02:39:59.327Z] #6 CACHED [2025-06-13T02:39:59.327Z] [2025-06-13T02:39:59.327Z] #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T02:39:59.327Z] #7 DONE 0.0s [2025-06-13T02:39:59.327Z] [2025-06-13T02:39:59.327Z] #8 exporting to image [2025-06-13T02:39:59.327Z] #8 exporting layers done [2025-06-13T02:39:59.327Z] #8 exporting manifest sha256:a666cc7d87499f1a495c4ef35cff3c053784b2614a33589d484e62548b8c4bd0 done [2025-06-13T02:39:59.327Z] #8 exporting config sha256:152c39924d0cf7bfbe11b985b95eacd8041aa910c7b86098e83d31c4eccfe04f done [2025-06-13T02:39:59.327Z] #8 exporting manifest sha256:e698e6183e5e3e4cc17103ff5373cd4405b13f06e20e8fb94c23c8531a9c2278 done [2025-06-13T02:39:59.327Z] #8 exporting config sha256:d93a9e5f928c1820481ad33ce284ebde59357f2f5cd6f705e7bfe42646ca647f done [2025-06-13T02:39:59.327Z] #8 exporting manifest list sha256:28947bffe72ca271a6e314e9d058b054929e3895f2f8a63e7d427ee9e79ae037 done [2025-06-13T02:39:59.327Z] #8 pushing layers 0.0s done [2025-06-13T02:39:59.327Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:28947bffe72ca271a6e314e9d058b054929e3895f2f8a63e7d427ee9e79ae037 0.1s done [2025-06-13T02:39:59.327Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T02:39:59.327Z] #8 DONE 0.1s [2025-06-13T02:39:59.327Z] [2025-06-13T02:39:59.327Z] 1 warning found (use --debug to expand): [2025-06-13T02:39:59.327Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T02:39:59.617Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca --push - [2025-06-13T02:39:59.617Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca' [2025-06-13T02:39:59.617Z] #1 [internal] load build definition from Dockerfile [2025-06-13T02:39:59.618Z] #1 transferring dockerfile: 206B done [2025-06-13T02:39:59.618Z] #1 DONE 0.0s [2025-06-13T02:39:59.618Z] [2025-06-13T02:39:59.618Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:39:59.618Z] #2 DONE 0.0s [2025-06-13T02:39:59.618Z] [2025-06-13T02:39:59.618Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:39:59.618Z] #3 DONE 0.1s [2025-06-13T02:39:59.618Z] [2025-06-13T02:39:59.618Z] #4 [internal] load .dockerignore [2025-06-13T02:39:59.618Z] #4 transferring context: 2B done [2025-06-13T02:39:59.618Z] #4 DONE 0.0s [2025-06-13T02:39:59.877Z] [2025-06-13T02:39:59.877Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:63bb9d93c7df692d138e198e6f178255c0ef818e31488faddbd3b8c53e905ca1 [2025-06-13T02:39:59.877Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:63bb9d93c7df692d138e198e6f178255c0ef818e31488faddbd3b8c53e905ca1 [2025-06-13T02:39:59.877Z] #5 ... [2025-06-13T02:39:59.877Z] [2025-06-13T02:39:59.877Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:63bb9d93c7df692d138e198e6f178255c0ef818e31488faddbd3b8c53e905ca1 [2025-06-13T02:39:59.877Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:63bb9d93c7df692d138e198e6f178255c0ef818e31488faddbd3b8c53e905ca1 done [2025-06-13T02:39:59.877Z] #6 DONE 0.1s [2025-06-13T02:39:59.877Z] [2025-06-13T02:39:59.877Z] #7 exporting to image [2025-06-13T02:39:59.877Z] #7 exporting layers done [2025-06-13T02:39:59.877Z] #7 exporting manifest sha256:7c68ba23c3621fca3e7fff4fc62e33355ac90f9b717c04a936a5e92616550035 0.0s done [2025-06-13T02:39:59.877Z] #7 exporting config sha256:318e288583a284aaa93d3d40d9badebffcd2b52f38e0b060c6447dd7b724440e done [2025-06-13T02:39:59.877Z] #7 exporting manifest sha256:e3d1b4832d1aafea30529a4281fb9c3ba01c30f7924d9fe35645d45a9ba87742 done [2025-06-13T02:39:59.877Z] #7 exporting config sha256:452cfb66e0222b94ebc77c7178b2403db93da8639219d7959b367f6ce7157350 [2025-06-13T02:39:59.877Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T02:39:59.877Z] #7 ... [2025-06-13T02:39:59.877Z] [2025-06-13T02:39:59.877Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T02:39:59.877Z] #8 DONE 0.0s [2025-06-13T02:39:59.877Z] [2025-06-13T02:39:59.877Z] #7 exporting to image [2025-06-13T02:39:59.877Z] #7 exporting config sha256:452cfb66e0222b94ebc77c7178b2403db93da8639219d7959b367f6ce7157350 done [2025-06-13T02:39:59.877Z] #7 exporting manifest list sha256:4a3930a440b9048a88bf6f850a06c4b8f7370411f2a5433a5b42fe34c2d4d2d2 done [2025-06-13T02:39:59.877Z] #7 pushing layers 0.1s done [2025-06-13T02:39:59.877Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:4a3930a440b9048a88bf6f850a06c4b8f7370411f2a5433a5b42fe34c2d4d2d2 [2025-06-13T02:40:00.136Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:4a3930a440b9048a88bf6f850a06c4b8f7370411f2a5433a5b42fe34c2d4d2d2 0.1s done [2025-06-13T02:40:00.136Z] #7 DONE 0.3s [2025-06-13T02:40:00.136Z] [2025-06-13T02:40:00.136Z] 1 warning found (use --debug to expand): [2025-06-13T02:40:00.136Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T02:40:00.421Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest' [2025-06-13T02:40:00.421Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:latest --push - [2025-06-13T02:40:00.680Z] #1 [internal] load build definition from Dockerfile [2025-06-13T02:40:00.680Z] #1 transferring dockerfile: 172B done [2025-06-13T02:40:00.680Z] #1 DONE 0.0s [2025-06-13T02:40:00.680Z] [2025-06-13T02:40:00.680Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-06-13T02:40:00.680Z] #2 DONE 0.0s [2025-06-13T02:40:00.680Z] [2025-06-13T02:40:00.680Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest [2025-06-13T02:40:00.680Z] #3 DONE 0.0s [2025-06-13T02:40:00.680Z] [2025-06-13T02:40:00.680Z] #4 [internal] load .dockerignore [2025-06-13T02:40:00.680Z] #4 transferring context: 2B done [2025-06-13T02:40:00.680Z] #4 DONE 0.0s [2025-06-13T02:40:00.680Z] [2025-06-13T02:40:00.680Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:63bb9d93c7df692d138e198e6f178255c0ef818e31488faddbd3b8c53e905ca1 [2025-06-13T02:40:00.680Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:63bb9d93c7df692d138e198e6f178255c0ef818e31488faddbd3b8c53e905ca1 0.0s done [2025-06-13T02:40:00.680Z] #5 CACHED [2025-06-13T02:40:00.680Z] [2025-06-13T02:40:00.680Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:63bb9d93c7df692d138e198e6f178255c0ef818e31488faddbd3b8c53e905ca1 [2025-06-13T02:40:00.680Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:63bb9d93c7df692d138e198e6f178255c0ef818e31488faddbd3b8c53e905ca1 0.0s done [2025-06-13T02:40:00.680Z] #6 CACHED [2025-06-13T02:40:00.680Z] [2025-06-13T02:40:00.680Z] #7 exporting to image [2025-06-13T02:40:00.680Z] #7 exporting layers done [2025-06-13T02:40:00.680Z] #7 exporting manifest sha256:7c68ba23c3621fca3e7fff4fc62e33355ac90f9b717c04a936a5e92616550035 done [2025-06-13T02:40:00.680Z] #7 exporting config sha256:318e288583a284aaa93d3d40d9badebffcd2b52f38e0b060c6447dd7b724440e done [2025-06-13T02:40:00.680Z] #7 exporting manifest sha256:e3d1b4832d1aafea30529a4281fb9c3ba01c30f7924d9fe35645d45a9ba87742 done [2025-06-13T02:40:00.680Z] #7 exporting config sha256:452cfb66e0222b94ebc77c7178b2403db93da8639219d7959b367f6ce7157350 done [2025-06-13T02:40:00.680Z] #7 exporting manifest list sha256:4a3930a440b9048a88bf6f850a06c4b8f7370411f2a5433a5b42fe34c2d4d2d2 done [2025-06-13T02:40:00.680Z] #7 pushing layers 0.0s done [2025-06-13T02:40:00.680Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:4a3930a440b9048a88bf6f850a06c4b8f7370411f2a5433a5b42fe34c2d4d2d2 [2025-06-13T02:40:00.680Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T02:40:00.680Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:4a3930a440b9048a88bf6f850a06c4b8f7370411f2a5433a5b42fe34c2d4d2d2 0.1s done [2025-06-13T02:40:00.680Z] #7 DONE 0.1s [2025-06-13T02:40:00.680Z] [2025-06-13T02:40:00.680Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T02:40:00.680Z] #8 DONE 0.0s [2025-06-13T02:40:00.680Z] [2025-06-13T02:40:00.680Z] 1 warning found (use --debug to expand): [2025-06-13T02:40:00.680Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T02:40:00.965Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.24' [2025-06-13T02:40:00.965Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.24 --push - [2025-06-13T02:40:00.965Z] #1 [internal] load build definition from Dockerfile [2025-06-13T02:40:00.965Z] #1 transferring dockerfile: 178B done [2025-06-13T02:40:00.965Z] #1 DONE 0.0s [2025-06-13T02:40:00.965Z] [2025-06-13T02:40:00.965Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.24 [2025-06-13T02:40:00.965Z] #2 DONE 0.0s [2025-06-13T02:40:00.965Z] [2025-06-13T02:40:00.965Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.24 [2025-06-13T02:40:00.965Z] #3 DONE 0.0s [2025-06-13T02:40:00.965Z] [2025-06-13T02:40:00.965Z] #4 [internal] load .dockerignore [2025-06-13T02:40:00.965Z] #4 transferring context: 2B done [2025-06-13T02:40:00.965Z] #4 DONE 0.0s [2025-06-13T02:40:00.965Z] [2025-06-13T02:40:00.965Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.24@sha256:63bb9d93c7df692d138e198e6f178255c0ef818e31488faddbd3b8c53e905ca1 [2025-06-13T02:40:00.965Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.24@sha256:63bb9d93c7df692d138e198e6f178255c0ef818e31488faddbd3b8c53e905ca1 0.0s done [2025-06-13T02:40:00.965Z] #5 CACHED [2025-06-13T02:40:00.965Z] [2025-06-13T02:40:00.965Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.24@sha256:63bb9d93c7df692d138e198e6f178255c0ef818e31488faddbd3b8c53e905ca1 [2025-06-13T02:40:00.965Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.24@sha256:63bb9d93c7df692d138e198e6f178255c0ef818e31488faddbd3b8c53e905ca1 0.0s done [2025-06-13T02:40:00.965Z] #6 CACHED [2025-06-13T02:40:00.965Z] [2025-06-13T02:40:00.965Z] #7 exporting to image [2025-06-13T02:40:00.965Z] #7 exporting layers done [2025-06-13T02:40:00.965Z] #7 exporting manifest sha256:7c68ba23c3621fca3e7fff4fc62e33355ac90f9b717c04a936a5e92616550035 done [2025-06-13T02:40:00.965Z] #7 exporting config sha256:318e288583a284aaa93d3d40d9badebffcd2b52f38e0b060c6447dd7b724440e done [2025-06-13T02:40:00.965Z] #7 exporting manifest sha256:e3d1b4832d1aafea30529a4281fb9c3ba01c30f7924d9fe35645d45a9ba87742 done [2025-06-13T02:40:00.965Z] #7 exporting config sha256:452cfb66e0222b94ebc77c7178b2403db93da8639219d7959b367f6ce7157350 [2025-06-13T02:40:00.965Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T02:40:01.226Z] #7 exporting config sha256:452cfb66e0222b94ebc77c7178b2403db93da8639219d7959b367f6ce7157350 done [2025-06-13T02:40:01.226Z] #7 exporting manifest list sha256:4a3930a440b9048a88bf6f850a06c4b8f7370411f2a5433a5b42fe34c2d4d2d2 done [2025-06-13T02:40:01.226Z] #7 pushing layers 0.0s done [2025-06-13T02:40:01.226Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.24@sha256:4a3930a440b9048a88bf6f850a06c4b8f7370411f2a5433a5b42fe34c2d4d2d2 0.1s done [2025-06-13T02:40:01.226Z] #7 DONE 0.1s [2025-06-13T02:40:01.226Z] [2025-06-13T02:40:01.226Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T02:40:01.226Z] #8 DONE 0.0s [2025-06-13T02:40:01.226Z] [2025-06-13T02:40:01.226Z] 1 warning found (use --debug to expand): [2025-06-13T02:40:01.226Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T02:40:01.513Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24' [2025-06-13T02:40:01.513Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 --push - [2025-06-13T02:40:01.513Z] #1 [internal] load build definition from Dockerfile [2025-06-13T02:40:01.513Z] #1 transferring dockerfile: 219B done [2025-06-13T02:40:01.513Z] #1 DONE 0.0s [2025-06-13T02:40:01.513Z] [2025-06-13T02:40:01.513Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:40:01.513Z] #2 DONE 0.0s [2025-06-13T02:40:01.513Z] [2025-06-13T02:40:01.513Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:40:01.513Z] #3 DONE 0.0s [2025-06-13T02:40:01.513Z] [2025-06-13T02:40:01.513Z] #4 [internal] load .dockerignore [2025-06-13T02:40:01.513Z] #4 transferring context: 2B done [2025-06-13T02:40:01.513Z] #4 DONE 0.0s [2025-06-13T02:40:01.513Z] [2025-06-13T02:40:01.513Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:63bb9d93c7df692d138e198e6f178255c0ef818e31488faddbd3b8c53e905ca1 [2025-06-13T02:40:01.513Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:63bb9d93c7df692d138e198e6f178255c0ef818e31488faddbd3b8c53e905ca1 done [2025-06-13T02:40:01.513Z] #5 CACHED [2025-06-13T02:40:01.513Z] [2025-06-13T02:40:01.513Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:63bb9d93c7df692d138e198e6f178255c0ef818e31488faddbd3b8c53e905ca1 [2025-06-13T02:40:01.513Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:63bb9d93c7df692d138e198e6f178255c0ef818e31488faddbd3b8c53e905ca1 done [2025-06-13T02:40:01.513Z] #6 CACHED [2025-06-13T02:40:01.513Z] [2025-06-13T02:40:01.513Z] #7 exporting to image [2025-06-13T02:40:01.513Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T02:40:01.771Z] #7 exporting layers done [2025-06-13T02:40:01.771Z] #7 exporting manifest sha256:7c68ba23c3621fca3e7fff4fc62e33355ac90f9b717c04a936a5e92616550035 done [2025-06-13T02:40:01.771Z] #7 exporting config sha256:318e288583a284aaa93d3d40d9badebffcd2b52f38e0b060c6447dd7b724440e done [2025-06-13T02:40:01.771Z] #7 exporting manifest sha256:e3d1b4832d1aafea30529a4281fb9c3ba01c30f7924d9fe35645d45a9ba87742 done [2025-06-13T02:40:01.771Z] #7 exporting config sha256:452cfb66e0222b94ebc77c7178b2403db93da8639219d7959b367f6ce7157350 done [2025-06-13T02:40:01.771Z] #7 exporting manifest list sha256:4a3930a440b9048a88bf6f850a06c4b8f7370411f2a5433a5b42fe34c2d4d2d2 done [2025-06-13T02:40:01.771Z] #7 pushing layers 0.0s done [2025-06-13T02:40:01.771Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:4a3930a440b9048a88bf6f850a06c4b8f7370411f2a5433a5b42fe34c2d4d2d2 0.1s done [2025-06-13T02:40:01.771Z] #7 DONE 0.1s [2025-06-13T02:40:01.771Z] [2025-06-13T02:40:01.771Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T02:40:01.771Z] #8 DONE 0.0s [2025-06-13T02:40:01.771Z] [2025-06-13T02:40:01.771Z] 1 warning found (use --debug to expand): [2025-06-13T02:40:01.772Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T02:40:02.056Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:main' [2025-06-13T02:40:02.056Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:main --push - [2025-06-13T02:40:02.056Z] #1 [internal] load build definition from Dockerfile [2025-06-13T02:40:02.056Z] #1 transferring dockerfile: 170B done [2025-06-13T02:40:02.056Z] #1 DONE 0.0s [2025-06-13T02:40:02.056Z] [2025-06-13T02:40:02.056Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-06-13T02:40:02.056Z] #2 DONE 0.0s [2025-06-13T02:40:02.056Z] [2025-06-13T02:40:02.056Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main [2025-06-13T02:40:02.056Z] #3 DONE 0.0s [2025-06-13T02:40:02.056Z] [2025-06-13T02:40:02.056Z] #4 [internal] load .dockerignore [2025-06-13T02:40:02.056Z] #4 transferring context: 2B done [2025-06-13T02:40:02.056Z] #4 DONE 0.0s [2025-06-13T02:40:02.056Z] [2025-06-13T02:40:02.056Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:63bb9d93c7df692d138e198e6f178255c0ef818e31488faddbd3b8c53e905ca1 [2025-06-13T02:40:02.056Z] #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:63bb9d93c7df692d138e198e6f178255c0ef818e31488faddbd3b8c53e905ca1 0.0s done [2025-06-13T02:40:02.056Z] #5 CACHED [2025-06-13T02:40:02.056Z] [2025-06-13T02:40:02.056Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:63bb9d93c7df692d138e198e6f178255c0ef818e31488faddbd3b8c53e905ca1 [2025-06-13T02:40:02.056Z] #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:63bb9d93c7df692d138e198e6f178255c0ef818e31488faddbd3b8c53e905ca1 0.0s done [2025-06-13T02:40:02.056Z] #6 CACHED [2025-06-13T02:40:02.056Z] [2025-06-13T02:40:02.056Z] #7 exporting to image [2025-06-13T02:40:02.056Z] #7 exporting layers done [2025-06-13T02:40:02.056Z] #7 exporting manifest sha256:7c68ba23c3621fca3e7fff4fc62e33355ac90f9b717c04a936a5e92616550035 done [2025-06-13T02:40:02.056Z] #7 exporting config sha256:318e288583a284aaa93d3d40d9badebffcd2b52f38e0b060c6447dd7b724440e done [2025-06-13T02:40:02.056Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T02:40:02.318Z] #7 exporting manifest sha256:e3d1b4832d1aafea30529a4281fb9c3ba01c30f7924d9fe35645d45a9ba87742 done [2025-06-13T02:40:02.318Z] #7 exporting config sha256:452cfb66e0222b94ebc77c7178b2403db93da8639219d7959b367f6ce7157350 done [2025-06-13T02:40:02.318Z] #7 exporting manifest list sha256:4a3930a440b9048a88bf6f850a06c4b8f7370411f2a5433a5b42fe34c2d4d2d2 done [2025-06-13T02:40:02.318Z] #7 pushing layers 0.0s done [2025-06-13T02:40:02.318Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:4a3930a440b9048a88bf6f850a06c4b8f7370411f2a5433a5b42fe34c2d4d2d2 0.1s done [2025-06-13T02:40:02.318Z] #7 DONE 0.1s [2025-06-13T02:40:02.318Z] [2025-06-13T02:40:02.318Z] #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T02:40:02.318Z] #8 DONE 0.0s [2025-06-13T02:40:02.318Z] [2025-06-13T02:40:02.318Z] 1 warning found (use --debug to expand): [2025-06-13T02:40:02.318Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T02:40:02.603Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca' [2025-06-13T02:40:02.603Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca --push - [2025-06-13T02:40:02.603Z] #1 [internal] load build definition from Dockerfile [2025-06-13T02:40:02.603Z] #1 transferring dockerfile: 206B done [2025-06-13T02:40:02.603Z] #1 DONE 0.0s [2025-06-13T02:40:02.603Z] [2025-06-13T02:40:02.603Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:40:02.603Z] #2 DONE 0.0s [2025-06-13T02:40:02.603Z] [2025-06-13T02:40:02.603Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:40:02.603Z] #3 DONE 0.1s [2025-06-13T02:40:02.603Z] [2025-06-13T02:40:02.603Z] #4 [internal] load .dockerignore [2025-06-13T02:40:02.603Z] #4 transferring context: 2B done [2025-06-13T02:40:02.603Z] #4 DONE 0.0s [2025-06-13T02:40:02.603Z] [2025-06-13T02:40:02.603Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:267b6e3e516ca4124d94c6c8415425f251d1e92dbbcfe3a6c4051e34b66bbb02 [2025-06-13T02:40:02.603Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:267b6e3e516ca4124d94c6c8415425f251d1e92dbbcfe3a6c4051e34b66bbb02 [2025-06-13T02:40:02.862Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:267b6e3e516ca4124d94c6c8415425f251d1e92dbbcfe3a6c4051e34b66bbb02 0.0s done [2025-06-13T02:40:02.862Z] #5 DONE 0.0s [2025-06-13T02:40:02.862Z] [2025-06-13T02:40:02.862Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:267b6e3e516ca4124d94c6c8415425f251d1e92dbbcfe3a6c4051e34b66bbb02 [2025-06-13T02:40:02.862Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:267b6e3e516ca4124d94c6c8415425f251d1e92dbbcfe3a6c4051e34b66bbb02 done [2025-06-13T02:40:02.862Z] #6 DONE 0.1s [2025-06-13T02:40:02.862Z] [2025-06-13T02:40:02.862Z] #7 exporting to image [2025-06-13T02:40:02.862Z] #7 exporting layers done [2025-06-13T02:40:02.862Z] #7 exporting manifest sha256:96bcc0df042f773403b6198280f29b72a49879eaf815d5c8e6c357d77ca2157f done [2025-06-13T02:40:02.862Z] #7 exporting config sha256:f587716473ee9fc14349cec02e6e196297dbd01503d57d4473bce3ded379bbea done [2025-06-13T02:40:02.862Z] #7 exporting manifest sha256:dba63c47322fbfd2dbad3d445bb3ee83b631d59d505d481b31835bdd81deaffc done [2025-06-13T02:40:02.862Z] #7 exporting config sha256:bb49a0466fa2e118f30425998aa7f9c65a3d864258a7779a6540b530071b5474 [2025-06-13T02:40:02.862Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T02:40:02.862Z] #7 ... [2025-06-13T02:40:02.862Z] [2025-06-13T02:40:02.862Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T02:40:02.862Z] #8 DONE 0.0s [2025-06-13T02:40:02.862Z] [2025-06-13T02:40:02.862Z] #7 exporting to image [2025-06-13T02:40:02.862Z] #7 exporting config sha256:bb49a0466fa2e118f30425998aa7f9c65a3d864258a7779a6540b530071b5474 done [2025-06-13T02:40:02.862Z] #7 exporting manifest list sha256:4a4c1bbbddc75421fe64bf37c24101823f823d34b91518b8d3e38d7745a61aff done [2025-06-13T02:40:02.862Z] #7 pushing layers 0.1s done [2025-06-13T02:40:02.862Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:4a4c1bbbddc75421fe64bf37c24101823f823d34b91518b8d3e38d7745a61aff [2025-06-13T02:40:03.120Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:4a4c1bbbddc75421fe64bf37c24101823f823d34b91518b8d3e38d7745a61aff 0.1s done [2025-06-13T02:40:03.120Z] #7 DONE 0.2s [2025-06-13T02:40:03.120Z] [2025-06-13T02:40:03.120Z] 1 warning found (use --debug to expand): [2025-06-13T02:40:03.120Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T02:40:03.405Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:latest --push - [2025-06-13T02:40:03.405Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:latest' [2025-06-13T02:40:03.405Z] #1 [internal] load build definition from Dockerfile [2025-06-13T02:40:03.405Z] #1 transferring dockerfile: 172B done [2025-06-13T02:40:03.405Z] #1 DONE 0.0s [2025-06-13T02:40:03.405Z] [2025-06-13T02:40:03.405Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-06-13T02:40:03.405Z] #2 DONE 0.0s [2025-06-13T02:40:03.405Z] [2025-06-13T02:40:03.405Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest [2025-06-13T02:40:03.405Z] #3 DONE 0.0s [2025-06-13T02:40:03.405Z] [2025-06-13T02:40:03.405Z] #4 [internal] load .dockerignore [2025-06-13T02:40:03.405Z] #4 transferring context: 2B done [2025-06-13T02:40:03.405Z] #4 DONE 0.0s [2025-06-13T02:40:03.405Z] [2025-06-13T02:40:03.405Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:267b6e3e516ca4124d94c6c8415425f251d1e92dbbcfe3a6c4051e34b66bbb02 [2025-06-13T02:40:03.405Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:267b6e3e516ca4124d94c6c8415425f251d1e92dbbcfe3a6c4051e34b66bbb02 0.0s done [2025-06-13T02:40:03.405Z] #5 DONE 0.0s [2025-06-13T02:40:03.405Z] [2025-06-13T02:40:03.405Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:267b6e3e516ca4124d94c6c8415425f251d1e92dbbcfe3a6c4051e34b66bbb02 [2025-06-13T02:40:03.664Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:267b6e3e516ca4124d94c6c8415425f251d1e92dbbcfe3a6c4051e34b66bbb02 0.0s done [2025-06-13T02:40:03.664Z] #6 CACHED [2025-06-13T02:40:03.664Z] [2025-06-13T02:40:03.664Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:267b6e3e516ca4124d94c6c8415425f251d1e92dbbcfe3a6c4051e34b66bbb02 [2025-06-13T02:40:03.664Z] #5 CACHED [2025-06-13T02:40:03.664Z] [2025-06-13T02:40:03.664Z] #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T02:40:03.664Z] #7 DONE 0.0s [2025-06-13T02:40:03.664Z] [2025-06-13T02:40:03.664Z] #8 exporting to image [2025-06-13T02:40:03.664Z] #8 exporting layers done [2025-06-13T02:40:03.664Z] #8 exporting manifest sha256:96bcc0df042f773403b6198280f29b72a49879eaf815d5c8e6c357d77ca2157f done [2025-06-13T02:40:03.664Z] #8 exporting config sha256:f587716473ee9fc14349cec02e6e196297dbd01503d57d4473bce3ded379bbea done [2025-06-13T02:40:03.664Z] #8 exporting manifest sha256:dba63c47322fbfd2dbad3d445bb3ee83b631d59d505d481b31835bdd81deaffc done [2025-06-13T02:40:03.664Z] #8 exporting config sha256:bb49a0466fa2e118f30425998aa7f9c65a3d864258a7779a6540b530071b5474 done [2025-06-13T02:40:03.664Z] #8 exporting manifest list sha256:4a4c1bbbddc75421fe64bf37c24101823f823d34b91518b8d3e38d7745a61aff done [2025-06-13T02:40:03.664Z] #8 pushing layers 0.0s done [2025-06-13T02:40:03.664Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:4a4c1bbbddc75421fe64bf37c24101823f823d34b91518b8d3e38d7745a61aff 0.1s done [2025-06-13T02:40:03.664Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T02:40:03.664Z] #8 DONE 0.1s [2025-06-13T02:40:03.664Z] [2025-06-13T02:40:03.664Z] 1 warning found (use --debug to expand): [2025-06-13T02:40:03.664Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T02:40:03.953Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.24' [2025-06-13T02:40:03.953Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.24 --push - [2025-06-13T02:40:03.953Z] #1 [internal] load build definition from Dockerfile [2025-06-13T02:40:03.953Z] #1 transferring dockerfile: 178B done [2025-06-13T02:40:03.953Z] #1 DONE 0.0s [2025-06-13T02:40:03.953Z] [2025-06-13T02:40:03.953Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.24 [2025-06-13T02:40:03.953Z] #2 DONE 0.0s [2025-06-13T02:40:03.953Z] [2025-06-13T02:40:03.953Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.24 [2025-06-13T02:40:03.953Z] #3 DONE 0.0s [2025-06-13T02:40:03.953Z] [2025-06-13T02:40:03.953Z] #4 [internal] load .dockerignore [2025-06-13T02:40:03.953Z] #4 transferring context: 2B done [2025-06-13T02:40:03.953Z] #4 DONE 0.0s [2025-06-13T02:40:03.953Z] [2025-06-13T02:40:03.953Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.24@sha256:267b6e3e516ca4124d94c6c8415425f251d1e92dbbcfe3a6c4051e34b66bbb02 [2025-06-13T02:40:03.953Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.24@sha256:267b6e3e516ca4124d94c6c8415425f251d1e92dbbcfe3a6c4051e34b66bbb02 0.0s done [2025-06-13T02:40:03.953Z] #5 CACHED [2025-06-13T02:40:03.953Z] [2025-06-13T02:40:03.953Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.24@sha256:267b6e3e516ca4124d94c6c8415425f251d1e92dbbcfe3a6c4051e34b66bbb02 [2025-06-13T02:40:03.953Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.24@sha256:267b6e3e516ca4124d94c6c8415425f251d1e92dbbcfe3a6c4051e34b66bbb02 0.0s done [2025-06-13T02:40:03.953Z] #6 CACHED [2025-06-13T02:40:03.953Z] [2025-06-13T02:40:03.953Z] #7 exporting to image [2025-06-13T02:40:03.953Z] #7 exporting layers done [2025-06-13T02:40:03.953Z] #7 exporting manifest sha256:96bcc0df042f773403b6198280f29b72a49879eaf815d5c8e6c357d77ca2157f done [2025-06-13T02:40:03.953Z] #7 exporting config sha256:f587716473ee9fc14349cec02e6e196297dbd01503d57d4473bce3ded379bbea done [2025-06-13T02:40:03.953Z] #7 exporting manifest sha256:dba63c47322fbfd2dbad3d445bb3ee83b631d59d505d481b31835bdd81deaffc done [2025-06-13T02:40:03.953Z] #7 exporting config sha256:bb49a0466fa2e118f30425998aa7f9c65a3d864258a7779a6540b530071b5474 done [2025-06-13T02:40:03.953Z] #7 exporting manifest list sha256:4a4c1bbbddc75421fe64bf37c24101823f823d34b91518b8d3e38d7745a61aff done [2025-06-13T02:40:03.953Z] #7 pushing layers 0.0s done [2025-06-13T02:40:03.953Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.24@sha256:4a4c1bbbddc75421fe64bf37c24101823f823d34b91518b8d3e38d7745a61aff [2025-06-13T02:40:03.953Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T02:40:04.220Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.24@sha256:4a4c1bbbddc75421fe64bf37c24101823f823d34b91518b8d3e38d7745a61aff 0.1s done [2025-06-13T02:40:04.220Z] #7 DONE 0.1s [2025-06-13T02:40:04.220Z] [2025-06-13T02:40:04.220Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T02:40:04.220Z] #8 DONE 0.0s [2025-06-13T02:40:04.220Z] [2025-06-13T02:40:04.220Z] 1 warning found (use --debug to expand): [2025-06-13T02:40:04.220Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T02:40:04.508Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24' [2025-06-13T02:40:04.509Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 --push - [2025-06-13T02:40:04.509Z] #1 [internal] load build definition from Dockerfile [2025-06-13T02:40:04.509Z] #1 transferring dockerfile: 219B done [2025-06-13T02:40:04.509Z] #1 DONE 0.0s [2025-06-13T02:40:04.509Z] [2025-06-13T02:40:04.509Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:40:04.509Z] #2 DONE 0.0s [2025-06-13T02:40:04.509Z] [2025-06-13T02:40:04.509Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:40:04.509Z] #3 DONE 0.0s [2025-06-13T02:40:04.509Z] [2025-06-13T02:40:04.509Z] #4 [internal] load .dockerignore [2025-06-13T02:40:04.509Z] #4 transferring context: 2B done [2025-06-13T02:40:04.509Z] #4 DONE 0.0s [2025-06-13T02:40:04.509Z] [2025-06-13T02:40:04.509Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:267b6e3e516ca4124d94c6c8415425f251d1e92dbbcfe3a6c4051e34b66bbb02 [2025-06-13T02:40:04.509Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:267b6e3e516ca4124d94c6c8415425f251d1e92dbbcfe3a6c4051e34b66bbb02 done [2025-06-13T02:40:04.509Z] #5 CACHED [2025-06-13T02:40:04.509Z] [2025-06-13T02:40:04.509Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:267b6e3e516ca4124d94c6c8415425f251d1e92dbbcfe3a6c4051e34b66bbb02 [2025-06-13T02:40:04.509Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:267b6e3e516ca4124d94c6c8415425f251d1e92dbbcfe3a6c4051e34b66bbb02 done [2025-06-13T02:40:04.509Z] #6 CACHED [2025-06-13T02:40:04.509Z] [2025-06-13T02:40:04.509Z] #7 exporting to image [2025-06-13T02:40:04.509Z] #7 exporting layers done [2025-06-13T02:40:04.509Z] #7 exporting manifest sha256:96bcc0df042f773403b6198280f29b72a49879eaf815d5c8e6c357d77ca2157f done [2025-06-13T02:40:04.509Z] #7 exporting config sha256:f587716473ee9fc14349cec02e6e196297dbd01503d57d4473bce3ded379bbea done [2025-06-13T02:40:04.509Z] #7 exporting manifest sha256:dba63c47322fbfd2dbad3d445bb3ee83b631d59d505d481b31835bdd81deaffc done [2025-06-13T02:40:04.509Z] #7 exporting config sha256:bb49a0466fa2e118f30425998aa7f9c65a3d864258a7779a6540b530071b5474 done [2025-06-13T02:40:04.509Z] #7 exporting manifest list sha256:4a4c1bbbddc75421fe64bf37c24101823f823d34b91518b8d3e38d7745a61aff done [2025-06-13T02:40:04.509Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T02:40:04.768Z] #7 pushing layers 0.0s done [2025-06-13T02:40:04.768Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:4a4c1bbbddc75421fe64bf37c24101823f823d34b91518b8d3e38d7745a61aff 0.1s done [2025-06-13T02:40:04.768Z] #7 DONE 0.1s [2025-06-13T02:40:04.768Z] [2025-06-13T02:40:04.768Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T02:40:04.768Z] #8 DONE 0.0s [2025-06-13T02:40:04.768Z] [2025-06-13T02:40:04.768Z] 1 warning found (use --debug to expand): [2025-06-13T02:40:04.768Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T02:40:05.054Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:main' [2025-06-13T02:40:05.054Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:main --push - [2025-06-13T02:40:05.054Z] #1 [internal] load build definition from Dockerfile [2025-06-13T02:40:05.054Z] #1 transferring dockerfile: 170B done [2025-06-13T02:40:05.054Z] #1 DONE 0.0s [2025-06-13T02:40:05.054Z] [2025-06-13T02:40:05.054Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main [2025-06-13T02:40:05.054Z] #2 DONE 0.0s [2025-06-13T02:40:05.054Z] [2025-06-13T02:40:05.054Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main [2025-06-13T02:40:05.054Z] #3 DONE 0.0s [2025-06-13T02:40:05.054Z] [2025-06-13T02:40:05.054Z] #4 [internal] load .dockerignore [2025-06-13T02:40:05.054Z] #4 transferring context: 2B done [2025-06-13T02:40:05.054Z] #4 DONE 0.0s [2025-06-13T02:40:05.054Z] [2025-06-13T02:40:05.054Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:267b6e3e516ca4124d94c6c8415425f251d1e92dbbcfe3a6c4051e34b66bbb02 [2025-06-13T02:40:05.054Z] #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:267b6e3e516ca4124d94c6c8415425f251d1e92dbbcfe3a6c4051e34b66bbb02 0.0s done [2025-06-13T02:40:05.054Z] #5 CACHED [2025-06-13T02:40:05.054Z] [2025-06-13T02:40:05.054Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:267b6e3e516ca4124d94c6c8415425f251d1e92dbbcfe3a6c4051e34b66bbb02 [2025-06-13T02:40:05.054Z] #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:267b6e3e516ca4124d94c6c8415425f251d1e92dbbcfe3a6c4051e34b66bbb02 0.0s done [2025-06-13T02:40:05.054Z] #6 CACHED [2025-06-13T02:40:05.054Z] [2025-06-13T02:40:05.054Z] #7 exporting to image [2025-06-13T02:40:05.054Z] #7 exporting layers done [2025-06-13T02:40:05.054Z] #7 exporting manifest sha256:96bcc0df042f773403b6198280f29b72a49879eaf815d5c8e6c357d77ca2157f done [2025-06-13T02:40:05.054Z] #7 exporting config sha256:f587716473ee9fc14349cec02e6e196297dbd01503d57d4473bce3ded379bbea done [2025-06-13T02:40:05.054Z] #7 exporting manifest sha256:dba63c47322fbfd2dbad3d445bb3ee83b631d59d505d481b31835bdd81deaffc done [2025-06-13T02:40:05.054Z] #7 exporting config sha256:bb49a0466fa2e118f30425998aa7f9c65a3d864258a7779a6540b530071b5474 done [2025-06-13T02:40:05.054Z] #7 exporting manifest list sha256:4a4c1bbbddc75421fe64bf37c24101823f823d34b91518b8d3e38d7745a61aff done [2025-06-13T02:40:05.054Z] #7 pushing layers [2025-06-13T02:40:05.054Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T02:40:05.313Z] #7 pushing layers 0.0s done [2025-06-13T02:40:05.313Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:4a4c1bbbddc75421fe64bf37c24101823f823d34b91518b8d3e38d7745a61aff 0.1s done [2025-06-13T02:40:05.313Z] #7 DONE 0.1s [2025-06-13T02:40:05.313Z] [2025-06-13T02:40:05.313Z] #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T02:40:05.313Z] #8 DONE 0.0s [2025-06-13T02:40:05.313Z] [2025-06-13T02:40:05.313Z] 1 warning found (use --debug to expand): [2025-06-13T02:40:05.313Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T02:40:05.599Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca' [2025-06-13T02:40:05.600Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca --push - [2025-06-13T02:40:05.859Z] #1 [internal] load build definition from Dockerfile [2025-06-13T02:40:05.859Z] #1 transferring dockerfile: 202B done [2025-06-13T02:40:05.859Z] #1 DONE 0.0s [2025-06-13T02:40:05.859Z] [2025-06-13T02:40:05.859Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:40:05.859Z] #2 DONE 0.0s [2025-06-13T02:40:05.859Z] [2025-06-13T02:40:05.859Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca [2025-06-13T02:40:05.859Z] #3 DONE 0.0s [2025-06-13T02:40:05.859Z] [2025-06-13T02:40:05.859Z] #4 [internal] load .dockerignore [2025-06-13T02:40:05.859Z] #4 transferring context: 2B done [2025-06-13T02:40:05.859Z] #4 DONE 0.0s [2025-06-13T02:40:05.859Z] [2025-06-13T02:40:05.859Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:0c6157830f94640a3b5017e6181d9cff3e3f0ae1d9104eca59e0130caaa74b36 [2025-06-13T02:40:05.859Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:0c6157830f94640a3b5017e6181d9cff3e3f0ae1d9104eca59e0130caaa74b36 done [2025-06-13T02:40:05.859Z] #5 DONE 0.0s [2025-06-13T02:40:05.859Z] [2025-06-13T02:40:05.859Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:0c6157830f94640a3b5017e6181d9cff3e3f0ae1d9104eca59e0130caaa74b36 [2025-06-13T02:40:05.859Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:0c6157830f94640a3b5017e6181d9cff3e3f0ae1d9104eca59e0130caaa74b36 done [2025-06-13T02:40:05.859Z] #6 DONE 0.1s [2025-06-13T02:40:05.859Z] [2025-06-13T02:40:05.859Z] #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T02:40:05.859Z] #7 DONE 0.0s [2025-06-13T02:40:05.859Z] [2025-06-13T02:40:05.859Z] #8 exporting to image [2025-06-13T02:40:05.859Z] #8 exporting layers done [2025-06-13T02:40:05.859Z] #8 exporting manifest sha256:e58f7fd907175c565073cbdf8a45e93c83744046b7457a8507a13ba97a2f7fd3 done [2025-06-13T02:40:05.859Z] #8 exporting config sha256:c5e1e3c1964d722ce205e068431bb99abc0345d7bbaa571d0f3d09c0baceb042 done [2025-06-13T02:40:05.859Z] #8 exporting manifest sha256:5620d21635e170b4b88fd1dc90d8cb6c0f8618f6bc3c53e358e78a55ec5b91c5 done [2025-06-13T02:40:05.859Z] #8 exporting config sha256:4ae4d66a73c837e3420afcf0af16cca3ddba5f8a1bce9d12eefa41568d93eb97 done [2025-06-13T02:40:05.859Z] #8 exporting manifest list sha256:d4d1ea826097c42f95aab7b2bdf01418bb61e76f5717a7b8287eba96f63f08b5 done [2025-06-13T02:40:05.859Z] #8 pushing layers 0.1s done [2025-06-13T02:40:05.859Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:d4d1ea826097c42f95aab7b2bdf01418bb61e76f5717a7b8287eba96f63f08b5 [2025-06-13T02:40:05.859Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T02:40:06.120Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca@sha256:d4d1ea826097c42f95aab7b2bdf01418bb61e76f5717a7b8287eba96f63f08b5 0.1s done [2025-06-13T02:40:06.120Z] #8 DONE 0.2s [2025-06-13T02:40:06.120Z] [2025-06-13T02:40:06.120Z] 1 warning found (use --debug to expand): [2025-06-13T02:40:06.120Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T02:40:06.407Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:latest --push - [2025-06-13T02:40:06.407Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest' [2025-06-13T02:40:06.407Z] #1 [internal] load build definition from Dockerfile [2025-06-13T02:40:06.407Z] #1 transferring dockerfile: 168B done [2025-06-13T02:40:06.407Z] #1 DONE 0.0s [2025-06-13T02:40:06.407Z] [2025-06-13T02:40:06.407Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-06-13T02:40:06.407Z] #2 DONE 0.0s [2025-06-13T02:40:06.407Z] [2025-06-13T02:40:06.407Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest [2025-06-13T02:40:06.407Z] #3 DONE 0.0s [2025-06-13T02:40:06.407Z] [2025-06-13T02:40:06.407Z] #4 [internal] load .dockerignore [2025-06-13T02:40:06.407Z] #4 transferring context: 2B done [2025-06-13T02:40:06.407Z] #4 DONE 0.0s [2025-06-13T02:40:06.407Z] [2025-06-13T02:40:06.407Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:0c6157830f94640a3b5017e6181d9cff3e3f0ae1d9104eca59e0130caaa74b36 [2025-06-13T02:40:06.407Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:0c6157830f94640a3b5017e6181d9cff3e3f0ae1d9104eca59e0130caaa74b36 0.0s done [2025-06-13T02:40:06.407Z] #5 CACHED [2025-06-13T02:40:06.407Z] [2025-06-13T02:40:06.407Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:0c6157830f94640a3b5017e6181d9cff3e3f0ae1d9104eca59e0130caaa74b36 [2025-06-13T02:40:06.407Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:0c6157830f94640a3b5017e6181d9cff3e3f0ae1d9104eca59e0130caaa74b36 0.0s done [2025-06-13T02:40:06.407Z] #6 CACHED [2025-06-13T02:40:06.407Z] [2025-06-13T02:40:06.407Z] #7 exporting to image [2025-06-13T02:40:06.407Z] #7 exporting layers done [2025-06-13T02:40:06.407Z] #7 exporting manifest sha256:e58f7fd907175c565073cbdf8a45e93c83744046b7457a8507a13ba97a2f7fd3 done [2025-06-13T02:40:06.407Z] #7 exporting config sha256:c5e1e3c1964d722ce205e068431bb99abc0345d7bbaa571d0f3d09c0baceb042 [2025-06-13T02:40:06.407Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T02:40:06.666Z] #7 exporting config sha256:c5e1e3c1964d722ce205e068431bb99abc0345d7bbaa571d0f3d09c0baceb042 done [2025-06-13T02:40:06.666Z] #7 exporting manifest sha256:5620d21635e170b4b88fd1dc90d8cb6c0f8618f6bc3c53e358e78a55ec5b91c5 done [2025-06-13T02:40:06.666Z] #7 exporting config sha256:4ae4d66a73c837e3420afcf0af16cca3ddba5f8a1bce9d12eefa41568d93eb97 done [2025-06-13T02:40:06.666Z] #7 exporting manifest list sha256:d4d1ea826097c42f95aab7b2bdf01418bb61e76f5717a7b8287eba96f63f08b5 done [2025-06-13T02:40:06.666Z] #7 pushing layers 0.0s done [2025-06-13T02:40:06.666Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:d4d1ea826097c42f95aab7b2bdf01418bb61e76f5717a7b8287eba96f63f08b5 0.1s done [2025-06-13T02:40:06.666Z] #7 DONE 0.1s [2025-06-13T02:40:06.666Z] [2025-06-13T02:40:06.666Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T02:40:06.666Z] #8 DONE 0.0s [2025-06-13T02:40:06.666Z] [2025-06-13T02:40:06.666Z] 1 warning found (use --debug to expand): [2025-06-13T02:40:06.666Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T02:40:06.957Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.24' [2025-06-13T02:40:06.957Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.24 --push - [2025-06-13T02:40:07.217Z] #1 [internal] load build definition from Dockerfile [2025-06-13T02:40:07.217Z] #1 transferring dockerfile: 174B done [2025-06-13T02:40:07.217Z] #1 DONE 0.0s [2025-06-13T02:40:07.217Z] [2025-06-13T02:40:07.217Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.24 [2025-06-13T02:40:07.217Z] #2 DONE 0.0s [2025-06-13T02:40:07.217Z] [2025-06-13T02:40:07.217Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.24 [2025-06-13T02:40:07.217Z] #3 DONE 0.0s [2025-06-13T02:40:07.217Z] [2025-06-13T02:40:07.217Z] #4 [internal] load .dockerignore [2025-06-13T02:40:07.217Z] #4 transferring context: 2B done [2025-06-13T02:40:07.217Z] #4 DONE 0.0s [2025-06-13T02:40:07.217Z] [2025-06-13T02:40:07.217Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.24@sha256:0c6157830f94640a3b5017e6181d9cff3e3f0ae1d9104eca59e0130caaa74b36 [2025-06-13T02:40:07.217Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.24@sha256:0c6157830f94640a3b5017e6181d9cff3e3f0ae1d9104eca59e0130caaa74b36 done [2025-06-13T02:40:07.217Z] #5 CACHED [2025-06-13T02:40:07.217Z] [2025-06-13T02:40:07.217Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.24@sha256:0c6157830f94640a3b5017e6181d9cff3e3f0ae1d9104eca59e0130caaa74b36 [2025-06-13T02:40:07.217Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.24@sha256:0c6157830f94640a3b5017e6181d9cff3e3f0ae1d9104eca59e0130caaa74b36 done [2025-06-13T02:40:07.217Z] #6 CACHED [2025-06-13T02:40:07.217Z] [2025-06-13T02:40:07.217Z] #7 exporting to image [2025-06-13T02:40:07.217Z] #7 exporting layers done [2025-06-13T02:40:07.217Z] #7 exporting manifest sha256:e58f7fd907175c565073cbdf8a45e93c83744046b7457a8507a13ba97a2f7fd3 done [2025-06-13T02:40:07.217Z] #7 exporting config sha256:c5e1e3c1964d722ce205e068431bb99abc0345d7bbaa571d0f3d09c0baceb042 done [2025-06-13T02:40:07.217Z] #7 exporting manifest sha256:5620d21635e170b4b88fd1dc90d8cb6c0f8618f6bc3c53e358e78a55ec5b91c5 done [2025-06-13T02:40:07.217Z] #7 exporting config sha256:4ae4d66a73c837e3420afcf0af16cca3ddba5f8a1bce9d12eefa41568d93eb97 done [2025-06-13T02:40:07.217Z] #7 exporting manifest list sha256:d4d1ea826097c42f95aab7b2bdf01418bb61e76f5717a7b8287eba96f63f08b5 done [2025-06-13T02:40:07.217Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T02:40:07.217Z] #7 pushing layers 0.0s done [2025-06-13T02:40:07.217Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.24@sha256:d4d1ea826097c42f95aab7b2bdf01418bb61e76f5717a7b8287eba96f63f08b5 0.1s done [2025-06-13T02:40:07.217Z] #7 DONE 0.1s [2025-06-13T02:40:07.217Z] [2025-06-13T02:40:07.217Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T02:40:07.217Z] #8 DONE 0.0s [2025-06-13T02:40:07.217Z] [2025-06-13T02:40:07.217Z] 1 warning found (use --debug to expand): [2025-06-13T02:40:07.217Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T02:40:07.504Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24' [2025-06-13T02:40:07.504Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 --push - [2025-06-13T02:40:07.764Z] #1 [internal] load build definition from Dockerfile [2025-06-13T02:40:07.764Z] #1 transferring dockerfile: 215B done [2025-06-13T02:40:07.764Z] #1 DONE 0.0s [2025-06-13T02:40:07.764Z] [2025-06-13T02:40:07.764Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:40:07.764Z] #2 DONE 0.0s [2025-06-13T02:40:07.764Z] [2025-06-13T02:40:07.764Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24 [2025-06-13T02:40:07.764Z] #3 DONE 0.0s [2025-06-13T02:40:07.764Z] [2025-06-13T02:40:07.764Z] #4 [internal] load .dockerignore [2025-06-13T02:40:07.764Z] #4 transferring context: 2B done [2025-06-13T02:40:07.764Z] #4 DONE 0.0s [2025-06-13T02:40:07.764Z] [2025-06-13T02:40:07.764Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:0c6157830f94640a3b5017e6181d9cff3e3f0ae1d9104eca59e0130caaa74b36 [2025-06-13T02:40:07.764Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:0c6157830f94640a3b5017e6181d9cff3e3f0ae1d9104eca59e0130caaa74b36 0.0s done [2025-06-13T02:40:07.764Z] #5 CACHED [2025-06-13T02:40:07.764Z] [2025-06-13T02:40:07.764Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:0c6157830f94640a3b5017e6181d9cff3e3f0ae1d9104eca59e0130caaa74b36 [2025-06-13T02:40:07.764Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:0c6157830f94640a3b5017e6181d9cff3e3f0ae1d9104eca59e0130caaa74b36 0.0s done [2025-06-13T02:40:07.764Z] #6 CACHED [2025-06-13T02:40:07.764Z] [2025-06-13T02:40:07.764Z] #7 exporting to image [2025-06-13T02:40:07.764Z] #7 exporting layers done [2025-06-13T02:40:07.764Z] #7 exporting manifest sha256:e58f7fd907175c565073cbdf8a45e93c83744046b7457a8507a13ba97a2f7fd3 done [2025-06-13T02:40:07.764Z] #7 exporting config sha256:c5e1e3c1964d722ce205e068431bb99abc0345d7bbaa571d0f3d09c0baceb042 done [2025-06-13T02:40:07.764Z] #7 exporting manifest sha256:5620d21635e170b4b88fd1dc90d8cb6c0f8618f6bc3c53e358e78a55ec5b91c5 done [2025-06-13T02:40:07.764Z] #7 exporting config sha256:4ae4d66a73c837e3420afcf0af16cca3ddba5f8a1bce9d12eefa41568d93eb97 done [2025-06-13T02:40:07.764Z] #7 exporting manifest list sha256:d4d1ea826097c42f95aab7b2bdf01418bb61e76f5717a7b8287eba96f63f08b5 done [2025-06-13T02:40:07.764Z] #7 pushing layers 0.0s done [2025-06-13T02:40:07.764Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:d4d1ea826097c42f95aab7b2bdf01418bb61e76f5717a7b8287eba96f63f08b5 [2025-06-13T02:40:07.764Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T02:40:07.764Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:9e1f0a88a97ce66069006220ae0c81bb4e8f2dca-4.1.0-dev.24@sha256:d4d1ea826097c42f95aab7b2bdf01418bb61e76f5717a7b8287eba96f63f08b5 0.1s done [2025-06-13T02:40:07.764Z] #7 DONE 0.1s [2025-06-13T02:40:07.764Z] [2025-06-13T02:40:07.764Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T02:40:07.764Z] #8 DONE 0.0s [2025-06-13T02:40:07.764Z] [2025-06-13T02:40:07.764Z] 1 warning found (use --debug to expand): [2025-06-13T02:40:07.764Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-06-13T02:40:08.052Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:main --push - [2025-06-13T02:40:08.052Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:main' [2025-06-13T02:40:08.052Z] #1 [internal] load build definition from Dockerfile [2025-06-13T02:40:08.052Z] #1 transferring dockerfile: 166B done [2025-06-13T02:40:08.052Z] #1 DONE 0.0s [2025-06-13T02:40:08.052Z] [2025-06-13T02:40:08.052Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-06-13T02:40:08.052Z] #2 DONE 0.0s [2025-06-13T02:40:08.052Z] [2025-06-13T02:40:08.052Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main [2025-06-13T02:40:08.052Z] #3 DONE 0.0s [2025-06-13T02:40:08.052Z] [2025-06-13T02:40:08.052Z] #4 [internal] load .dockerignore [2025-06-13T02:40:08.052Z] #4 transferring context: 2B done [2025-06-13T02:40:08.052Z] #4 DONE 0.0s [2025-06-13T02:40:08.052Z] [2025-06-13T02:40:08.052Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:0c6157830f94640a3b5017e6181d9cff3e3f0ae1d9104eca59e0130caaa74b36 [2025-06-13T02:40:08.052Z] #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:0c6157830f94640a3b5017e6181d9cff3e3f0ae1d9104eca59e0130caaa74b36 0.0s done [2025-06-13T02:40:08.052Z] #5 CACHED [2025-06-13T02:40:08.052Z] [2025-06-13T02:40:08.052Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:0c6157830f94640a3b5017e6181d9cff3e3f0ae1d9104eca59e0130caaa74b36 [2025-06-13T02:40:08.052Z] #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:0c6157830f94640a3b5017e6181d9cff3e3f0ae1d9104eca59e0130caaa74b36 0.0s done [2025-06-13T02:40:08.052Z] #6 CACHED [2025-06-13T02:40:08.052Z] [2025-06-13T02:40:08.052Z] #7 exporting to image [2025-06-13T02:40:08.052Z] #7 exporting layers done [2025-06-13T02:40:08.052Z] #7 exporting manifest sha256:e58f7fd907175c565073cbdf8a45e93c83744046b7457a8507a13ba97a2f7fd3 done [2025-06-13T02:40:08.052Z] #7 exporting config sha256:c5e1e3c1964d722ce205e068431bb99abc0345d7bbaa571d0f3d09c0baceb042 done [2025-06-13T02:40:08.052Z] #7 exporting manifest sha256:5620d21635e170b4b88fd1dc90d8cb6c0f8618f6bc3c53e358e78a55ec5b91c5 done [2025-06-13T02:40:08.052Z] #7 exporting config sha256:4ae4d66a73c837e3420afcf0af16cca3ddba5f8a1bce9d12eefa41568d93eb97 done [2025-06-13T02:40:08.052Z] #7 exporting manifest list sha256:d4d1ea826097c42f95aab7b2bdf01418bb61e76f5717a7b8287eba96f63f08b5 [2025-06-13T02:40:08.052Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-06-13T02:40:08.313Z] #7 exporting manifest list sha256:d4d1ea826097c42f95aab7b2bdf01418bb61e76f5717a7b8287eba96f63f08b5 done [2025-06-13T02:40:08.313Z] #7 pushing layers 0.0s done [2025-06-13T02:40:08.313Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:d4d1ea826097c42f95aab7b2bdf01418bb61e76f5717a7b8287eba96f63f08b5 0.1s done [2025-06-13T02:40:08.313Z] #7 DONE 0.1s [2025-06-13T02:40:08.313Z] [2025-06-13T02:40:08.313Z] #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 [2025-06-13T02:40:08.313Z] #8 DONE 0.0s [2025-06-13T02:40:08.313Z] [2025-06-13T02:40:08.313Z] 1 warning found (use --debug to expand): [2025-06-13T02:40:08.313Z]  - 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-13T02:40:08.748Z] + '[' -d /w/workspace/edgex-go/853/archives ']' [Pipeline] libraryResource [Pipeline] sh [2025-06-13T02:40:09.044Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-13T02:40:09.610Z] ---> package-listing.sh [2025-06-13T02:40:09.610Z] ++ facter osfamily [2025-06-13T02:40:09.610Z] ++ tr '[:upper:]' '[:lower:]' [2025-06-13T02:40:09.876Z] + OS_FAMILY=redhat [2025-06-13T02:40:09.876Z] + workspace=/w/workspace/edgex-go/853 [2025-06-13T02:40:09.876Z] + START_PACKAGES=/tmp/packages_start.txt [2025-06-13T02:40:09.876Z] + END_PACKAGES=/tmp/packages_end.txt [2025-06-13T02:40:09.876Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-06-13T02:40:09.876Z] + PACKAGES=/tmp/packages_start.txt [2025-06-13T02:40:09.876Z] + '[' /w/workspace/edgex-go/853 ']' [2025-06-13T02:40:09.876Z] + PACKAGES=/tmp/packages_end.txt [2025-06-13T02:40:09.876Z] + case "${OS_FAMILY}" in [2025-06-13T02:40:09.876Z] + sort [2025-06-13T02:40:09.876Z] + rpm -qa [2025-06-13T02:40:11.127Z] + '[' -f /tmp/packages_start.txt ']' [2025-06-13T02:40:11.127Z] + '[' -f /tmp/packages_end.txt ']' [2025-06-13T02:40:11.127Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-06-13T02:40:11.127Z] + '[' /w/workspace/edgex-go/853 ']' [2025-06-13T02:40:11.127Z] + mkdir -p /w/workspace/edgex-go/853/archives/ [2025-06-13T02:40:11.127Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/853/archives/ [Pipeline] echo [2025-06-13T02:40:11.140Z] 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/853/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-06-13T02:40:11.436Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:40:11.998Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-13T02:40:11.998Z] [2025-06-13T02:40:11.998Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T02:40:12.301Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-13T02:40:12.301Z] latest: Pulling from edgex-lftools-log-publisher [2025-06-13T02:40:12.301Z] 5eb5b503b376: Pulling fs layer [2025-06-13T02:40:12.301Z] 5c69ac0246d0: Pulling fs layer [2025-06-13T02:40:12.301Z] ec43610c2a17: Pulling fs layer [2025-06-13T02:40:12.301Z] 3a2ae6a8a46f: Pulling fs layer [2025-06-13T02:40:12.301Z] 33b1e0a273af: Pulling fs layer [2025-06-13T02:40:12.301Z] 5d3b04190fa2: Pulling fs layer [2025-06-13T02:40:12.301Z] 2f39f015ded8: Pulling fs layer [2025-06-13T02:40:12.301Z] 33b1e0a273af: Waiting [2025-06-13T02:40:12.301Z] 5d3b04190fa2: Waiting [2025-06-13T02:40:12.301Z] 2f39f015ded8: Waiting [2025-06-13T02:40:12.301Z] 3a2ae6a8a46f: Waiting [2025-06-13T02:40:12.301Z] 5c69ac0246d0: Verifying Checksum [2025-06-13T02:40:12.301Z] 5c69ac0246d0: Download complete [2025-06-13T02:40:12.301Z] 3a2ae6a8a46f: Verifying Checksum [2025-06-13T02:40:12.301Z] 3a2ae6a8a46f: Download complete [2025-06-13T02:40:12.301Z] ec43610c2a17: Verifying Checksum [2025-06-13T02:40:12.301Z] ec43610c2a17: Download complete [2025-06-13T02:40:12.301Z] 33b1e0a273af: Verifying Checksum [2025-06-13T02:40:12.301Z] 33b1e0a273af: Download complete [2025-06-13T02:40:12.301Z] 5d3b04190fa2: Verifying Checksum [2025-06-13T02:40:12.301Z] 5d3b04190fa2: Download complete [2025-06-13T02:40:12.641Z] 5eb5b503b376: Verifying Checksum [2025-06-13T02:40:12.641Z] 5eb5b503b376: Download complete [2025-06-13T02:40:13.214Z] 2f39f015ded8: Verifying Checksum [2025-06-13T02:40:13.214Z] 2f39f015ded8: Download complete [2025-06-13T02:40:13.786Z] 5eb5b503b376: Pull complete [2025-06-13T02:40:13.786Z] 5c69ac0246d0: Pull complete [2025-06-13T02:40:14.382Z] ec43610c2a17: Pull complete [2025-06-13T02:40:14.382Z] 3a2ae6a8a46f: Pull complete [2025-06-13T02:40:14.693Z] 33b1e0a273af: Pull complete [2025-06-13T02:40:14.693Z] 5d3b04190fa2: Pull complete [2025-06-13T02:40:18.919Z] 2f39f015ded8: Pull complete [2025-06-13T02:40:18.919Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-06-13T02:40:18.919Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-13T02:40:18.919Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-13T02:40:19.064Z] prd-centos7-docker-4c-2g-3227 does not seem to be running inside a container [2025-06-13T02:40:19.099Z] $ 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/853/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-13T02:40:22.452Z] $ docker top a3bdeaf259519e570bce240f50fc5ec2a8a2693e9700188ca3229c385f5fcb97 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-13T02:40:22.810Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-06-13T02:40:23.106Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-06-13T02:40:23.391Z] + ls /var/log/sa-host [2025-06-13T02:40:23.391Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-13T02:40:23.564Z] provisioning config files... [2025-06-13T02:40:23.574Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config8516398998991344225tmp [Pipeline] { [Pipeline] echo [2025-06-13T02:40:23.592Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-13T02:40:23.878Z] ---> create-netrc.sh [Pipeline] } [2025-06-13T02:40:23.885Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-06-13T02:40:24.244Z] ---> python-tools-install.sh [Pipeline] echo [2025-06-13T02:40:24.253Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-13T02:40:24.542Z] ---> sudo-logs.sh [2025-06-13T02:40:24.542Z] Archiving 'sudo' log.. [2025-06-13T02:40:24.542Z] cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-06-13T02:40:24.579Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2025-06-13T02:40:24.588Z] $ docker stop --time=1 a3bdeaf259519e570bce240f50fc5ec2a8a2693e9700188ca3229c385f5fcb97 [2025-06-13T02:40:25.715Z] $ docker rm -f --volumes a3bdeaf259519e570bce240f50fc5ec2a8a2693e9700188ca3229c385f5fcb97 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2025-06-13T02:40:25.819Z] [WS-CLEANUP] Deleting project workspace... [2025-06-13T02:40:25.820Z] [WS-CLEANUP] Deferred wipeout is used... [2025-06-13T02:40:25.840Z] [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-13T02:51:49.711Z] #150 DONE 960.2s [2025-06-13T02:51:49.711Z] [2025-06-13T02:51:49.711Z] #140 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-13T02:51:49.711Z] #140 ... [2025-06-13T02:51:49.711Z] [2025-06-13T02:51:49.711Z] #151 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-13T02:51:49.711Z] #151 DONE 0.3s [2025-06-13T02:51:49.711Z] [2025-06-13T02:51:49.711Z] #152 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-06-13T02:51:49.711Z] #152 DONE 0.1s [2025-06-13T02:51:49.711Z] [2025-06-13T02:51:49.711Z] #142 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-13T02:51:49.712Z] #142 ... [2025-06-13T02:51:49.712Z] [2025-06-13T02:51:49.712Z] #153 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2025-06-13T02:51:49.712Z] #153 DONE 0.2s [2025-06-13T02:51:49.712Z] [2025-06-13T02:51:49.712Z] #154 [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-13T02:51:49.712Z] #154 DONE 0.1s [2025-06-13T02:51:49.712Z] [2025-06-13T02:51:49.712Z] #155 [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-13T02:51:49.712Z] #155 DONE 0.2s [2025-06-13T02:51:49.712Z] [2025-06-13T02:51:49.712Z] #146 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-06-13T02:51:49.712Z] #146 ... [2025-06-13T02:51:49.712Z] [2025-06-13T02:51:49.712Z] #156 [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-13T02:51:49.712Z] #156 DONE 1.8s [2025-06-13T02:51:49.712Z] [2025-06-13T02:51:49.712Z] #140 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-13T02:51:49.712Z] #140 ... [2025-06-13T02:51:49.712Z] [2025-06-13T02:51:49.712Z] #110 [core-common-config-bootstrapper] exporting to image [2025-06-13T02:51:49.712Z] #110 exporting layers [2025-06-13T02:51:49.712Z] #110 exporting layers 0.7s done [2025-06-13T02:51:49.712Z] #110 writing image sha256:48d07adbd4c4eb10914f517f43cd44a755cf01fd95cae6d38f884c2755d8fae9 done [2025-06-13T02:51:49.712Z] #110 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2025-06-13T02:51:49.712Z] #110 DONE 4.2s [2025-06-13T02:51:49.712Z] [2025-06-13T02:51:49.712Z] #143 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-13T02:52:12.137Z] #143 ... [2025-06-13T02:52:12.137Z] [2025-06-13T02:52:12.137Z] #141 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2025-06-13T02:52:12.137Z] #141 DONE 983.7s [2025-06-13T02:52:12.137Z] [2025-06-13T02:52:12.137Z] #157 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2025-06-13T02:52:12.137Z] #157 DONE 0.3s [2025-06-13T02:52:12.137Z] [2025-06-13T02:52:12.137Z] #158 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2025-06-13T02:52:12.137Z] #158 DONE 2.1s [2025-06-13T02:52:12.137Z] [2025-06-13T02:52:12.137Z] #159 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-13T02:52:12.137Z] #159 DONE 0.3s [2025-06-13T02:52:12.137Z] [2025-06-13T02:52:12.137Z] #160 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2025-06-13T02:52:12.137Z] #160 DONE 0.2s [2025-06-13T02:52:12.137Z] [2025-06-13T02:52:12.137Z] #142 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-13T02:52:12.137Z] #142 ... [2025-06-13T02:52:12.137Z] [2025-06-13T02:52:12.137Z] #161 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2025-06-13T02:52:12.137Z] #161 DONE 0.2s [2025-06-13T02:52:12.137Z] [2025-06-13T02:52:12.137Z] #162 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2025-06-13T02:52:12.137Z] #162 DONE 0.1s [2025-06-13T02:52:12.137Z] [2025-06-13T02:52:12.137Z] #163 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2025-06-13T02:52:12.448Z] #163 DONE 0.1s [2025-06-13T02:52:12.448Z] [2025-06-13T02:52:12.448Z] #164 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ [2025-06-13T02:52:12.448Z] #164 DONE 0.1s [2025-06-13T02:52:12.448Z] [2025-06-13T02:52:12.448Z] #33 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-13T02:52:12.448Z] #33 ... [2025-06-13T02:52:12.448Z] [2025-06-13T02:52:12.448Z] #165 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2025-06-13T02:52:12.744Z] #165 DONE 0.2s [2025-06-13T02:52:12.744Z] [2025-06-13T02:52:12.744Z] #166 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2025-06-13T02:52:13.032Z] #166 DONE 0.1s [2025-06-13T02:52:13.032Z] [2025-06-13T02:52:13.032Z] #167 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2025-06-13T02:52:15.027Z] #167 DONE 2.1s [2025-06-13T02:52:15.027Z] [2025-06-13T02:52:15.027Z] #110 [security-bootstrapper] exporting to image [2025-06-13T02:52:15.027Z] #110 exporting layers [2025-06-13T02:52:16.432Z] #110 exporting layers 1.3s done [2025-06-13T02:52:16.432Z] #110 writing image sha256:98ce69cc2aec01b991f2d471a26428fe3de0d8412f7ff3e7ed84866802eaa517 done [2025-06-13T02:52:16.432Z] #110 naming to docker.io/library/security-bootstrapper-arm64 done [2025-06-13T02:52:16.432Z] #110 DONE 5.5s [2025-06-13T02:52:16.432Z] [2025-06-13T02:52:16.432Z] #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-13T03:04:54.524Z] #144 ... [2025-06-13T03:04:54.524Z] [2025-06-13T03:04:54.524Z] #146 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2025-06-13T03:04:54.524Z] #146 DONE 1747.7s [2025-06-13T03:04:54.524Z] [2025-06-13T03:04:54.524Z] #143 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-13T03:04:54.524Z] #143 ... [2025-06-13T03:04:54.524Z] [2025-06-13T03:04:54.524Z] #168 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-13T03:04:54.524Z] #168 DONE 0.2s [2025-06-13T03:04:54.524Z] [2025-06-13T03:04:54.524Z] #169 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2025-06-13T03:04:54.524Z] #169 DONE 0.2s [2025-06-13T03:04:54.524Z] [2025-06-13T03:04:54.524Z] #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-13T03:04:54.524Z] #144 ... [2025-06-13T03:04:54.524Z] [2025-06-13T03:04:54.524Z] #170 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2025-06-13T03:04:54.524Z] #170 DONE 0.4s [2025-06-13T03:04:54.524Z] [2025-06-13T03:04:54.524Z] #171 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2025-06-13T03:04:54.524Z] #171 DONE 0.1s [2025-06-13T03:04:54.524Z] [2025-06-13T03:04:54.524Z] #110 [core-command] exporting to image [2025-06-13T03:04:54.524Z] #110 exporting layers [2025-06-13T03:04:54.524Z] #110 exporting layers 0.5s done [2025-06-13T03:04:54.524Z] #110 writing image sha256:bf4734cb2110d9c12b64d48d38ff19d6c3cb09ca894cba0646dec6026ca8bc01 0.0s done [2025-06-13T03:04:54.524Z] #110 naming to docker.io/library/core-command-arm64 [2025-06-13T03:04:54.790Z] #110 naming to docker.io/library/core-command-arm64 done [2025-06-13T03:04:54.790Z] #110 DONE 6.0s [2025-06-13T03:04:54.790Z] [2025-06-13T03:04:54.790Z] #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-13T03:05:17.526Z] #149 ... [2025-06-13T03:05:17.526Z] [2025-06-13T03:05:17.526Z] #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-13T03:05:17.526Z] #144 1771.7 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.24 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2025-06-13T03:05:21.762Z] #144 ... [2025-06-13T03:05:21.762Z] [2025-06-13T03:05:21.762Z] #145 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2025-06-13T03:05:21.762Z] #145 DONE 1776.5s [2025-06-13T03:05:21.762Z] [2025-06-13T03:05:21.762Z] #140 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-13T03:05:22.351Z] #140 ... [2025-06-13T03:05:22.351Z] [2025-06-13T03:05:22.351Z] #172 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-13T03:05:22.351Z] #172 DONE 0.2s [2025-06-13T03:05:22.351Z] [2025-06-13T03:05:22.351Z] #142 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-13T03:05:22.617Z] #142 ... [2025-06-13T03:05:22.617Z] [2025-06-13T03:05:22.617Z] #173 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2025-06-13T03:05:22.617Z] #173 DONE 0.3s [2025-06-13T03:05:22.617Z] [2025-06-13T03:05:22.617Z] #33 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-13T03:05:22.883Z] #33 ... [2025-06-13T03:05:22.883Z] [2025-06-13T03:05:22.883Z] #174 [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-13T03:05:22.883Z] #174 DONE 0.1s [2025-06-13T03:05:22.883Z] [2025-06-13T03:05:22.883Z] #175 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2025-06-13T03:05:22.883Z] #175 DONE 0.1s [2025-06-13T03:05:22.883Z] [2025-06-13T03:05:22.883Z] #140 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-13T03:05:23.152Z] #140 ... [2025-06-13T03:05:23.152Z] [2025-06-13T03:05:23.152Z] #176 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2025-06-13T03:05:23.430Z] #176 DONE 0.4s [2025-06-13T03:05:23.430Z] [2025-06-13T03:05:23.430Z] #177 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2025-06-13T03:05:23.430Z] #177 DONE 0.1s [2025-06-13T03:05:23.430Z] [2025-06-13T03:05:23.430Z] #178 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-06-13T03:05:25.367Z] #178 DONE 1.8s [2025-06-13T03:05:25.367Z] [2025-06-13T03:05:25.367Z] #140 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-13T03:05:25.367Z] #140 ... [2025-06-13T03:05:25.367Z] [2025-06-13T03:05:25.367Z] #110 [security-proxy-setup] exporting to image [2025-06-13T03:05:25.367Z] #110 exporting layers [2025-06-13T03:05:26.323Z] #110 exporting layers 0.8s done [2025-06-13T03:05:26.323Z] #110 writing image sha256:0f94dca7ee33f41289187e558680310d8041dc5d9ae557990138161222f30d38 done [2025-06-13T03:05:26.323Z] #110 naming to docker.io/library/security-proxy-setup-arm64 done [2025-06-13T03:05:26.323Z] #110 DONE 6.8s [2025-06-13T03:05:26.323Z] [2025-06-13T03:05:26.323Z] #143 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-13T03:05:44.493Z] #143 ... [2025-06-13T03:05:44.493Z] [2025-06-13T03:05:44.493Z] #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-13T03:05:44.493Z] #144 DONE 1798.8s [2025-06-13T03:05:44.493Z] [2025-06-13T03:05:44.493Z] #143 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-13T03:05:44.493Z] #143 ... [2025-06-13T03:05:44.493Z] [2025-06-13T03:05:44.493Z] #179 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-13T03:05:44.760Z] #179 DONE 0.3s [2025-06-13T03:05:44.760Z] [2025-06-13T03:05:44.760Z] #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-06-13T03:05:45.026Z] #148 ... [2025-06-13T03:05:45.026Z] [2025-06-13T03:05:45.026Z] #180 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2025-06-13T03:05:45.291Z] #180 DONE 0.3s [2025-06-13T03:05:45.291Z] [2025-06-13T03:05:45.291Z] #181 [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-13T03:05:45.291Z] #181 DONE 0.1s [2025-06-13T03:05:45.291Z] [2025-06-13T03:05:45.291Z] #143 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-13T03:05:45.559Z] #143 ... [2025-06-13T03:05:45.559Z] [2025-06-13T03:05:45.559Z] #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-13T03:05:45.834Z] #182 DONE 0.2s [2025-06-13T03:05:45.834Z] [2025-06-13T03:05:45.834Z] #183 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2025-06-13T03:05:45.834Z] #183 DONE 0.1s [2025-06-13T03:05:45.834Z] [2025-06-13T03:05:45.834Z] #142 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-13T03:05:45.834Z] #142 ... [2025-06-13T03:05:45.834Z] [2025-06-13T03:05:45.834Z] #184 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2025-06-13T03:05:46.102Z] #184 DONE 0.4s [2025-06-13T03:05:46.103Z] [2025-06-13T03:05:46.103Z] #185 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2025-06-13T03:05:46.372Z] #185 DONE 0.4s [2025-06-13T03:05:46.372Z] [2025-06-13T03:05:46.372Z] #33 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-13T03:05:46.650Z] #33 ... [2025-06-13T03:05:46.650Z] [2025-06-13T03:05:46.650Z] #186 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2025-06-13T03:05:46.928Z] #186 DONE 0.2s [2025-06-13T03:05:46.928Z] [2025-06-13T03:05:46.928Z] #187 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-06-13T03:05:48.338Z] #187 DONE 1.7s [2025-06-13T03:05:48.338Z] [2025-06-13T03:05:48.338Z] #33 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-13T03:05:48.603Z] #33 ... [2025-06-13T03:05:48.603Z] [2025-06-13T03:05:48.603Z] #110 [security-secretstore-setup] exporting to image [2025-06-13T03:05:48.603Z] #110 exporting layers [2025-06-13T03:05:50.007Z] #110 exporting layers 1.4s done [2025-06-13T03:05:50.007Z] #110 writing image sha256:580ca1362b75e5b894b33dbfbddb06c5c54956233cb973411c03275a10da4895 done [2025-06-13T03:05:50.007Z] #110 naming to docker.io/library/security-secretstore-setup-arm64 done [2025-06-13T03:05:50.007Z] #110 DONE 8.2s [2025-06-13T03:05:50.007Z] [2025-06-13T03:05:50.007Z] #33 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-13T03:06:36.812Z] #33 ... [2025-06-13T03:06:36.812Z] [2025-06-13T03:06:36.812Z] #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2025-06-13T03:06:36.812Z] #148 DONE 1849.9s [2025-06-13T03:06:36.812Z] [2025-06-13T03:06:36.812Z] #33 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-13T03:06:36.812Z] #33 ... [2025-06-13T03:06:36.812Z] [2025-06-13T03:06:36.812Z] #188 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-13T03:06:36.812Z] #188 DONE 0.1s [2025-06-13T03:06:36.812Z] [2025-06-13T03:06:36.812Z] #189 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-13T03:06:36.812Z] #189 DONE 0.1s [2025-06-13T03:06:36.812Z] [2025-06-13T03:06:36.812Z] #190 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2025-06-13T03:06:36.812Z] #190 DONE 0.5s [2025-06-13T03:06:36.812Z] [2025-06-13T03:06:36.812Z] #191 [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-13T03:06:36.812Z] #191 DONE 0.1s [2025-06-13T03:06:36.812Z] [2025-06-13T03:06:36.812Z] #110 [security-spiffe-token-provider] exporting to image [2025-06-13T03:06:36.812Z] #110 exporting layers [2025-06-13T03:06:38.218Z] #110 exporting layers 1.6s done [2025-06-13T03:06:38.218Z] #110 writing image sha256:55fdf8cd3effbf0f8581d78519042fb92ed6611eeaafe4a0fc0e889686f7b0ef done [2025-06-13T03:06:38.218Z] #110 naming to docker.io/library/security-spiffe-token-provider-arm64 [2025-06-13T03:06:38.218Z] #110 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2025-06-13T03:06:38.218Z] #110 DONE 9.8s [2025-06-13T03:06:38.218Z] [2025-06-13T03:06:38.218Z] #143 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-13T03:07:04.899Z] #143 ... [2025-06-13T03:07:04.899Z] [2025-06-13T03:07:04.899Z] #147 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2025-06-13T03:07:04.899Z] #147 DONE 1879.3s [2025-06-13T03:07:04.899Z] [2025-06-13T03:07:04.899Z] #33 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-13T03:07:05.170Z] #33 ... [2025-06-13T03:07:05.170Z] [2025-06-13T03:07:05.170Z] #192 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-13T03:07:05.437Z] #192 DONE 0.2s [2025-06-13T03:07:05.437Z] [2025-06-13T03:07:05.437Z] #193 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-06-13T03:07:05.437Z] #193 DONE 0.2s [2025-06-13T03:07:05.437Z] [2025-06-13T03:07:05.437Z] #33 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-13T03:07:05.704Z] #33 ... [2025-06-13T03:07:05.704Z] [2025-06-13T03:07:05.704Z] #194 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2025-06-13T03:07:05.974Z] #194 ... [2025-06-13T03:07:05.974Z] [2025-06-13T03:07:05.974Z] #143 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2025-06-13T03:07:05.974Z] #143 DONE 1880.8s [2025-06-13T03:07:05.974Z] [2025-06-13T03:07:05.974Z] #194 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2025-06-13T03:07:05.974Z] #194 DONE 0.5s [2025-06-13T03:07:05.974Z] [2025-06-13T03:07:05.974Z] #195 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res [2025-06-13T03:07:06.559Z] #195 DONE 0.4s [2025-06-13T03:07:06.560Z] [2025-06-13T03:07:06.560Z] #196 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2025-06-13T03:07:06.830Z] #196 ... [2025-06-13T03:07:06.830Z] [2025-06-13T03:07:06.830Z] #197 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2025-06-13T03:07:06.830Z] #197 CACHED [2025-06-13T03:07:06.830Z] [2025-06-13T03:07:06.830Z] #198 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-13T03:07:06.830Z] #198 CACHED [2025-06-13T03:07:06.830Z] [2025-06-13T03:07:06.830Z] #196 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2025-06-13T03:07:06.830Z] #196 DONE 0.4s [2025-06-13T03:07:06.830Z] [2025-06-13T03:07:06.830Z] #199 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-06-13T03:07:07.796Z] #199 ... [2025-06-13T03:07:07.797Z] [2025-06-13T03:07:07.797Z] #200 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2025-06-13T03:07:07.797Z] #200 DONE 1.0s [2025-06-13T03:07:07.797Z] [2025-06-13T03:07:07.797Z] #201 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2025-06-13T03:07:08.065Z] #201 DONE 0.3s [2025-06-13T03:07:08.065Z] [2025-06-13T03:07:08.065Z] #202 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2025-06-13T03:07:08.340Z] #202 DONE 0.3s [2025-06-13T03:07:08.340Z] [2025-06-13T03:07:08.340Z] #110 [core-metadata] exporting to image [2025-06-13T03:07:08.340Z] #110 exporting layers [2025-06-13T03:07:08.926Z] #110 exporting layers 0.7s done [2025-06-13T03:07:09.198Z] #110 ... [2025-06-13T03:07:09.198Z] [2025-06-13T03:07:09.198Z] #199 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2025-06-13T03:07:09.198Z] #199 DONE 2.2s [2025-06-13T03:07:09.198Z] [2025-06-13T03:07:09.198Z] #110 [security-proxy-auth] exporting to image [2025-06-13T03:07:09.198Z] #110 writing image sha256:71dd8f2164138ac784c8b66cc933abf44eb3d5d3eafb568f4962da7dc2e574b5 0.0s done [2025-06-13T03:07:09.198Z] #110 naming to docker.io/library/core-metadata-arm64 0.0s done [2025-06-13T03:07:10.159Z] #110 exporting layers 1.0s done [2025-06-13T03:07:10.159Z] #110 writing image sha256:b4c0ace0c0a4fd545949568e3691fde81d4acc7d49fb6f15198c1b7586363d6a 0.0s done [2025-06-13T03:07:10.159Z] #110 naming to docker.io/library/security-proxy-auth-arm64 done [2025-06-13T03:07:10.159Z] #110 DONE 11.6s [2025-06-13T03:07:10.159Z] [2025-06-13T03:07:10.159Z] #75 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-06-13T03:07:12.100Z] #75 ... [2025-06-13T03:07:12.100Z] [2025-06-13T03:07:12.100Z] #142 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2025-06-13T03:07:12.100Z] #142 DONE 1886.9s [2025-06-13T03:07:12.373Z] [2025-06-13T03:07:12.373Z] #140 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-13T03:07:12.640Z] #140 ... [2025-06-13T03:07:12.640Z] [2025-06-13T03:07:12.640Z] #203 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-13T03:07:12.640Z] #203 DONE 0.2s [2025-06-13T03:07:12.640Z] [2025-06-13T03:07:12.640Z] #204 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-13T03:07:12.910Z] #204 DONE 0.2s [2025-06-13T03:07:12.910Z] [2025-06-13T03:07:12.910Z] #205 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2025-06-13T03:07:13.205Z] #205 DONE 0.4s [2025-06-13T03:07:13.205Z] [2025-06-13T03:07:13.205Z] #206 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2025-06-13T03:07:13.471Z] #206 DONE 0.2s [2025-06-13T03:07:13.471Z] [2025-06-13T03:07:13.471Z] #110 [core-data] exporting to image [2025-06-13T03:07:13.738Z] #110 exporting layers 0.4s done [2025-06-13T03:07:14.006Z] #110 writing image sha256:963650e21e68db034984015c2e9ee6597e805f98cf236ed86fe4b1c632d597ab done [2025-06-13T03:07:14.006Z] #110 naming to docker.io/library/core-data-arm64 done [2025-06-13T03:07:14.006Z] #110 DONE 12.0s [2025-06-13T03:07:14.006Z] [2025-06-13T03:07:14.006Z] #33 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-13T03:07:46.228Z] #33 ... [2025-06-13T03:07:46.228Z] [2025-06-13T03:07:46.228Z] #140 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2025-06-13T03:07:46.228Z] #140 DONE 1916.3s [2025-06-13T03:07:46.228Z] [2025-06-13T03:07:46.228Z] #75 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-06-13T03:07:46.228Z] #75 ... [2025-06-13T03:07:46.228Z] [2025-06-13T03:07:46.228Z] #207 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-13T03:07:46.228Z] #207 DONE 0.1s [2025-06-13T03:07:46.228Z] [2025-06-13T03:07:46.228Z] #208 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-13T03:07:46.228Z] #208 DONE 0.1s [2025-06-13T03:07:46.228Z] [2025-06-13T03:07:46.228Z] #75 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-06-13T03:07:46.228Z] #75 ... [2025-06-13T03:07:46.228Z] [2025-06-13T03:07:46.228Z] #209 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2025-06-13T03:07:46.228Z] #209 DONE 0.6s [2025-06-13T03:07:46.228Z] [2025-06-13T03:07:46.228Z] #210 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res [2025-06-13T03:07:46.228Z] #210 DONE 0.1s [2025-06-13T03:07:46.228Z] [2025-06-13T03:07:46.228Z] #110 [support-scheduler] exporting to image [2025-06-13T03:07:46.228Z] #110 exporting layers [2025-06-13T03:07:46.228Z] #110 exporting layers 1.0s done [2025-06-13T03:07:46.228Z] #110 writing image sha256:245504fb94641f8d4ecf3695022e73cf356e9bb5dc44f393fbe1fae5072479b3 done [2025-06-13T03:07:46.228Z] #110 naming to docker.io/library/support-scheduler-arm64 done [2025-06-13T03:07:46.228Z] #110 DONE 13.0s [2025-06-13T03:07:46.228Z] [2025-06-13T03:07:46.228Z] #33 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-13T03:07:49.565Z] #33 ... [2025-06-13T03:07:49.565Z] [2025-06-13T03:07:49.565Z] #149 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2025-06-13T03:07:49.565Z] #149 DONE 1924.5s [2025-06-13T03:07:49.565Z] [2025-06-13T03:07:49.565Z] #33 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-13T03:07:49.839Z] #33 ... [2025-06-13T03:07:49.839Z] [2025-06-13T03:07:49.839Z] #211 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2025-06-13T03:07:49.839Z] #211 DONE 0.1s [2025-06-13T03:07:49.839Z] [2025-06-13T03:07:49.839Z] #33 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-06-13T03:07:50.105Z] #33 ... [2025-06-13T03:07:50.105Z] [2025-06-13T03:07:50.105Z] #212 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2025-06-13T03:07:50.105Z] #212 DONE 0.1s [2025-06-13T03:07:50.105Z] [2025-06-13T03:07:50.105Z] #213 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2025-06-13T03:07:50.688Z] #213 DONE 0.4s [2025-06-13T03:07:50.688Z] [2025-06-13T03:07:50.688Z] #214 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2025-06-13T03:07:50.688Z] #214 DONE 0.1s [2025-06-13T03:07:50.688Z] [2025-06-13T03:07:50.688Z] #75 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-06-13T03:07:50.688Z] #75 ... [2025-06-13T03:07:50.688Z] [2025-06-13T03:07:50.688Z] #110 [support-notifications] exporting to image [2025-06-13T03:07:50.688Z] #110 exporting layers [2025-06-13T03:07:51.268Z] #110 exporting layers 0.6s done [2025-06-13T03:07:51.268Z] #110 writing image sha256:26a440df31684cf0cde4653007ef9c3cc3db0b7748d2f0fe37c38675b2b8cdd3 done [2025-06-13T03:07:51.268Z] #110 naming to docker.io/library/support-notifications-arm64 done [2025-06-13T03:07:51.268Z] #110 DONE 13.5s [2025-06-13T03:07:51.268Z] [2025-06-13T03:07:51.268Z] #75 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2025-06-13T08:28:11.328Z] Cancelling nested steps due to timeout [2025-06-13T08:28:11.336Z] Sending interrupt signal to process [Pipeline] } [2025-06-13T08:28:11.658Z] $ docker stop --time=1 7c06fc442d18659128c7c7a53989a88dac1b215a823d68e014bd4a18816863d1 [2025-06-13T08:28:13.448Z] $ docker rm -f --volumes 7c06fc442d18659128c7c7a53989a88dac1b215a823d68e014bd4a18816863d1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T08:28:14.090Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-06-13T08:28:14.090Z] [2025-06-13T08:28:14.090Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T08:28:14.420Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-06-13T08:28:14.687Z] arm64: Pulling from edgex-lftools-log-publisher [2025-06-13T08:28:14.687Z] 8998bd30e6a1: Pulling fs layer [2025-06-13T08:28:14.687Z] 04944245beec: Pulling fs layer [2025-06-13T08:28:14.687Z] 699f458cf7ca: Pulling fs layer [2025-06-13T08:28:14.687Z] 765212b225bb: Pulling fs layer [2025-06-13T08:28:14.687Z] f23df028b6ca: Pulling fs layer [2025-06-13T08:28:14.687Z] 765212b225bb: Waiting [2025-06-13T08:28:14.687Z] d65c8cfc05b1: Pulling fs layer [2025-06-13T08:28:14.687Z] f23df028b6ca: Waiting [2025-06-13T08:28:14.687Z] 2437ff75d9bd: Pulling fs layer [2025-06-13T08:28:14.687Z] d65c8cfc05b1: Waiting [2025-06-13T08:28:14.687Z] 2437ff75d9bd: Waiting [2025-06-13T08:28:14.687Z] 04944245beec: Verifying Checksum [2025-06-13T08:28:14.687Z] 04944245beec: Download complete [2025-06-13T08:28:14.687Z] 765212b225bb: Verifying Checksum [2025-06-13T08:28:14.687Z] 765212b225bb: Download complete [2025-06-13T08:28:14.687Z] f23df028b6ca: Verifying Checksum [2025-06-13T08:28:14.687Z] f23df028b6ca: Download complete [2025-06-13T08:28:14.687Z] d65c8cfc05b1: Download complete [2025-06-13T08:28:14.952Z] 699f458cf7ca: Verifying Checksum [2025-06-13T08:28:14.952Z] 699f458cf7ca: Download complete [2025-06-13T08:28:15.218Z] 8998bd30e6a1: Verifying Checksum [2025-06-13T08:28:15.218Z] 8998bd30e6a1: Download complete [2025-06-13T08:28:17.791Z] 2437ff75d9bd: Verifying Checksum [2025-06-13T08:28:17.791Z] 2437ff75d9bd: Download complete [2025-06-13T08:28:19.726Z] 8998bd30e6a1: Pull complete [2025-06-13T08:28:20.307Z] 04944245beec: Pull complete [2025-06-13T08:28:21.844Z] Cannot contact prd-ubuntu20.04-docker-arm64-4c-16g-3226: java.io.IOException: cannot find current thread [2025-06-13T08:28:22.244Z] 699f458cf7ca: Pull complete [2025-06-13T08:28:22.244Z] 765212b225bb: Pull complete [2025-06-13T08:28:23.200Z] f23df028b6ca: Pull complete [2025-06-13T08:28:23.200Z] d65c8cfc05b1: Pull complete [2025-06-13T08:28:31.337Z] After 20s process did not stop [2025-06-13T08:28:41.394Z] 2437ff75d9bd: Pull complete [2025-06-13T08:28:41.394Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-06-13T08:28:41.394Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-06-13T08:28:41.394Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-13T08:28:41.620Z] prd-ubuntu20.04-docker-arm64-4c-16g-3226 does not seem to be running inside a container [2025-06-13T08:28:41.764Z] $ 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/853 -v /w/workspace/edgex-go/853:/w/workspace/edgex-go/853:rw,z -v /w/workspace/edgex-go/853@tmp:/w/workspace/edgex-go/853@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2025-06-13T08:28:43.109Z] $ docker top 96b5f5bed6cd07ec116fdba9cf8b6295ccaea744e4f4b5aefa1f9834cd706683 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-06-13T08:28:44.078Z] ---> job-cost.sh [2025-06-13T08:28:44.078Z] lf-activate-venv: SKIPPING [2025-06-13T08:28:44.078Z] INFO: No Stack... [2025-06-13T08:28:44.669Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-06-13T08:28:45.262Z] INFO: Archiving Costs [Pipeline] sh [2025-06-13T08:28:45.910Z] + cat /w/workspace/edgex-go/853/archives/cost.csv [2025-06-13T08:28:45.910Z] + cut -d, -f6 [Pipeline] lock [2025-06-13T08:28:45.943Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-853-stack-cost] [2025-06-13T08:28:45.950Z] Resource [jenkins-edgexfoundry-edgex-go-main-853-stack-cost] did not exist. Created. [2025-06-13T08:28:45.955Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-853-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-06-13T08:28:46.445Z] + echo total: 0.6600000262260437 [Pipeline] stash [2025-06-13T08:28:47.151Z] Stashed 1 file(s) [Pipeline] } [2025-06-13T08:28:47.159Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-853-stack-cost] [Pipeline] // lock [Pipeline] } [2025-06-13T08:28:47.197Z] $ docker stop --time=1 96b5f5bed6cd07ec116fdba9cf8b6295ccaea744e4f4b5aefa1f9834cd706683 [2025-06-13T08:28:48.736Z] $ docker rm -f --volumes 96b5f5bed6cd07ec116fdba9cf8b6295ccaea744e4f4b5aefa1f9834cd706683 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-06-13T08:28:49.064Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-06-13T08:28:49.840Z] + [ -d /w/workspace/edgex-go/853/archives ] [Pipeline] libraryResource [Pipeline] sh [2025-06-13T08:28:50.135Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-13T08:28:51.000Z] ---> package-listing.sh [2025-06-13T08:28:51.000Z] ++ facter osfamily [2025-06-13T08:28:51.000Z] ++ tr '[:upper:]' '[:lower:]' [2025-06-13T08:28:51.260Z] + OS_FAMILY=debian [2025-06-13T08:28:51.260Z] + workspace=/w/workspace/edgex-go/853 [2025-06-13T08:28:51.260Z] + START_PACKAGES=/tmp/packages_start.txt [2025-06-13T08:28:51.260Z] + END_PACKAGES=/tmp/packages_end.txt [2025-06-13T08:28:51.260Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-06-13T08:28:51.260Z] + PACKAGES=/tmp/packages_start.txt [2025-06-13T08:28:51.260Z] + '[' /w/workspace/edgex-go/853 ']' [2025-06-13T08:28:51.260Z] + PACKAGES=/tmp/packages_end.txt [2025-06-13T08:28:51.260Z] + case "${OS_FAMILY}" in [2025-06-13T08:28:51.260Z] + dpkg -l [2025-06-13T08:28:51.260Z] + grep '^ii' [2025-06-13T08:28:51.260Z] + '[' -f /tmp/packages_start.txt ']' [2025-06-13T08:28:51.260Z] + '[' -f /tmp/packages_end.txt ']' [2025-06-13T08:28:51.260Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-06-13T08:28:51.260Z] + '[' /w/workspace/edgex-go/853 ']' [2025-06-13T08:28:51.260Z] + mkdir -p /w/workspace/edgex-go/853/archives/ [2025-06-13T08:28:51.260Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/853/archives/ [Pipeline] echo [2025-06-13T08:28:51.272Z] 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/853/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-06-13T08:28:51.550Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T08:28:52.123Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-13T08:28:52.123Z] [2025-06-13T08:28:52.123Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-06-13T08:28:52.428Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-13T08:28:52.428Z] latest: Pulling from edgex-lftools-log-publisher [2025-06-13T08:28:52.428Z] 5eb5b503b376: Pulling fs layer [2025-06-13T08:28:52.428Z] 5c69ac0246d0: Pulling fs layer [2025-06-13T08:28:52.428Z] ec43610c2a17: Pulling fs layer [2025-06-13T08:28:52.428Z] 3a2ae6a8a46f: Pulling fs layer [2025-06-13T08:28:52.428Z] 33b1e0a273af: Pulling fs layer [2025-06-13T08:28:52.428Z] 5d3b04190fa2: Pulling fs layer [2025-06-13T08:28:52.428Z] 2f39f015ded8: Pulling fs layer [2025-06-13T08:28:52.428Z] 33b1e0a273af: Waiting [2025-06-13T08:28:52.428Z] 5d3b04190fa2: Waiting [2025-06-13T08:28:52.428Z] 2f39f015ded8: Waiting [2025-06-13T08:28:52.428Z] 5c69ac0246d0: Verifying Checksum [2025-06-13T08:28:52.428Z] 5c69ac0246d0: Download complete [2025-06-13T08:28:52.428Z] 3a2ae6a8a46f: Verifying Checksum [2025-06-13T08:28:52.428Z] 33b1e0a273af: Verifying Checksum [2025-06-13T08:28:52.428Z] 33b1e0a273af: Download complete [2025-06-13T08:28:52.428Z] 5d3b04190fa2: Verifying Checksum [2025-06-13T08:28:52.428Z] 5d3b04190fa2: Download complete [2025-06-13T08:28:52.428Z] ec43610c2a17: Verifying Checksum [2025-06-13T08:28:52.428Z] ec43610c2a17: Download complete [2025-06-13T08:28:52.689Z] 5eb5b503b376: Verifying Checksum [2025-06-13T08:28:52.689Z] 5eb5b503b376: Download complete [2025-06-13T08:28:53.257Z] 2f39f015ded8: Download complete [2025-06-13T08:28:53.825Z] 5eb5b503b376: Pull complete [2025-06-13T08:28:53.825Z] 5c69ac0246d0: Pull complete [2025-06-13T08:28:54.392Z] ec43610c2a17: Pull complete [2025-06-13T08:28:54.392Z] 3a2ae6a8a46f: Pull complete [2025-06-13T08:28:54.651Z] 33b1e0a273af: Pull complete [2025-06-13T08:28:54.651Z] 5d3b04190fa2: Pull complete [2025-06-13T08:28:58.838Z] 2f39f015ded8: Pull complete [2025-06-13T08:28:58.838Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-06-13T08:28:58.838Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-06-13T08:28:58.838Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-06-13T08:28:58.935Z] prd-ubuntu20.04-docker-8c-8g-3225 does not seem to be running inside a container [2025-06-13T08:28:58.973Z] $ 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/853/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/853 -v /w/workspace/edgex-go/853:/w/workspace/edgex-go/853:rw,z -v /w/workspace/edgex-go/853@tmp:/w/workspace/edgex-go/853@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-13T08:29:01.137Z] $ docker top 9b408740f84e0de6cce3fdbbed7d5023a7780936ad7c4b19c176f99f3ff86e36 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-06-13T08:29:01.482Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-06-13T08:29:01.774Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-06-13T08:29:02.060Z] + ls /var/log/sa-host [2025-06-13T08:29:02.060Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-06-13T08:29:02.100Z] provisioning config files... [2025-06-13T08:29:02.109Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/853@tmp/config15510495122448445013tmp [Pipeline] { [Pipeline] echo [2025-06-13T08:29:02.131Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-13T08:29:02.416Z] ---> create-netrc.sh [Pipeline] } [2025-06-13T08:29:02.423Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-06-13T08:29:02.741Z] ---> python-tools-install.sh [Pipeline] echo [2025-06-13T08:29:02.751Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-13T08:29:03.035Z] ---> sudo-logs.sh [2025-06-13T08:29:03.035Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-06-13T08:29:03.079Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-13T08:29:03.362Z] ---> job-cost.sh [2025-06-13T08:29:03.362Z] lf-activate-venv: SKIPPING [2025-06-13T08:29:03.362Z] DEBUG: total: 0.6600000262260437 [2025-06-13T08:29:03.362Z] INFO: Retrieving Stack Cost... [2025-06-13T08:29:03.622Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-06-13T08:29:03.883Z] INFO: Archiving Costs [Pipeline] echo [2025-06-13T08:29:03.895Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-06-13T08:29:04.181Z] ---> logs-deploy.sh [2025-06-13T08:29:04.181Z] lf-activate-venv: SKIPPING [2025-06-13T08:29:04.181Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/853 [2025-06-13T08:29:04.181Z] INFO: archiving workspace using pattern(s): [2025-06-13T08:29:05.124Z] Archives upload complete. [2025-06-13T08:29:05.384Z] INFO: archiving logs to Nexus